]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/unit/root.txt
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / data / unit / root.txt
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
b331163b
A
3/**
4 * ICU <specials> source: <path>/common/main/root.xml
5 */
6root{
3d1f044b 7 Version{"2.1.49.82"}
b331163b
A
8 durationUnits{
9 hm{"h:mm"}
10 hms{"h:mm:ss"}
11 ms{"m:ss"}
12 }
13 units:alias{"/LOCALE/unitsShort"}
14 unitsNarrow:alias{"/LOCALE/unitsShort"}
15 unitsShort{
16 acceleration{
17 g-force{
18 dnam{"g-force"}
19 other{"{0} G"}
20 }
21 meter-per-second-squared{
22 dnam{"m/s²"}
23 other{"{0} m/s²"}
24 }
25 }
26 angle{
27 arc-minute{
28 dnam{"arcmin"}
29 other{"{0}′"}
30 }
31 arc-second{
32 dnam{"arcsec"}
33 other{"{0}″"}
34 }
35 degree{
36 dnam{"deg"}
37 other{"{0}°"}
38 }
39 radian{
40 dnam{"rad"}
41 other{"{0} rad"}
42 }
2ca993e8
A
43 revolution{
44 dnam{"rev"}
45 other{"{0} rev"}
46 }
b331163b
A
47 }
48 area{
49 acre{
50 dnam{"acre"}
51 other{"{0} ac"}
52 }
3d1f044b
A
53 dunam{
54 dnam{"dunam"}
55 other{"{0} dunam"}
56 }
b331163b
A
57 hectare{
58 dnam{"hectare"}
59 other{"{0} ha"}
60 }
61 square-centimeter{
62 dnam{"cm²"}
63 other{"{0} cm²"}
2ca993e8 64 per{"{0}/cm²"}
b331163b
A
65 }
66 square-foot{
67 dnam{"ft²"}
68 other{"{0} ft²"}
69 }
70 square-inch{
71 dnam{"in²"}
72 other{"{0} in²"}
2ca993e8 73 per{"{0}/in²"}
b331163b
A
74 }
75 square-kilometer{
76 dnam{"km²"}
77 other{"{0} km²"}
f3c0d7a5 78 per{"{0}/km²"}
b331163b
A
79 }
80 square-meter{
81 dnam{"m²"}
82 other{"{0} m²"}
2ca993e8 83 per{"{0}/m²"}
b331163b
A
84 }
85 square-mile{
86 dnam{"mi²"}
87 other{"{0} mi²"}
f3c0d7a5 88 per{"{0}/mi²"}
b331163b
A
89 }
90 square-yard{
91 dnam{"yd²"}
92 other{"{0} yd²"}
93 }
94 }
95 compound{
96 per{"{0}/{1}"}
97 }
2ca993e8
A
98 concentr{
99 karat{
100 dnam{"kt"}
101 other{"{0} kt"}
102 }
103 milligram-per-deciliter{
104 dnam{"mg/dL"}
105 other{"{0} mg/dL"}
106 }
107 millimole-per-liter{
108 dnam{"mmol/L"}
109 other{"{0} mmol/L"}
110 }
3d1f044b
A
111 mole{
112 dnam{"mol"}
113 other{"{0} mol"}
114 }
2ca993e8
A
115 part-per-million{
116 dnam{"ppm"}
117 other{"{0} ppm"}
118 }
3d1f044b
A
119 percent{
120 dnam{"%"}
121 other{"{0}%"}
122 }
123 permille{
124 dnam{"‰"}
125 other{"{0}‰"}
126 }
127 permyriad{
128 dnam{"‱"}
129 other{"{0}‱"}
130 }
2ca993e8 131 }
b331163b 132 consumption{
2ca993e8
A
133 liter-per-100kilometers{
134 dnam{"L/100km"}
135 other{"{0} L/100km"}
136 }
b331163b
A
137 liter-per-kilometer{
138 dnam{"L/km"}
139 other{"{0} L/km"}
140 }
141 mile-per-gallon{
2ca993e8
A
142 dnam{"mpg US"}
143 other{"{0} mpg US"}
144 }
145 mile-per-gallon-imperial{
146 dnam{"mpg Imp."}
147 other{"{0} mpg Imp."}
b331163b
A
148 }
149 }
2ca993e8 150 coordinate{
3d1f044b 151 dnam{"direction"}
2ca993e8
A
152 east{"{0}E"}
153 north{"{0}N"}
154 south{"{0}S"}
155 west{"{0}W"}
156 }
b331163b
A
157 digital{
158 bit{
159 dnam{"bit"}
160 other{"{0} bit"}
161 }
162 byte{
163 dnam{"byte"}
164 other{"{0} byte"}
165 }
166 gigabit{
167 dnam{"Gb"}
168 other{"{0} Gb"}
169 }
170 gigabyte{
171 dnam{"GB"}
172 other{"{0} GB"}
173 }
174 kilobit{
175 dnam{"kb"}
176 other{"{0} kb"}
177 }
178 kilobyte{
179 dnam{"kB"}
180 other{"{0} kB"}
181 }
182 megabit{
183 dnam{"Mb"}
184 other{"{0} Mb"}
185 }
186 megabyte{
187 dnam{"MB"}
188 other{"{0} MB"}
189 }
3d1f044b
A
190 petabyte{
191 dnam{"PB"}
192 other{"{0} PB"}
193 }
b331163b
A
194 terabit{
195 dnam{"Tb"}
196 other{"{0} Tb"}
197 }
198 terabyte{
199 dnam{"TB"}
200 other{"{0} TB"}
201 }
202 }
203 duration{
2ca993e8
A
204 century{
205 dnam{"c"}
206 other{"{0} c"}
207 }
b331163b
A
208 day{
209 dnam{"day"}
210 other{"{0} d"}
2ca993e8 211 per{"{0}/d"}
b331163b 212 }
3d1f044b 213 day-person:alias{"/LOCALE/unitsShort/duration/day"}
b331163b
A
214 hour{
215 dnam{"hr"}
216 other{"{0} h"}
217 per{"{0}/h"}
218 }
219 microsecond{
220 dnam{"μs"}
221 other{"{0} μs"}
222 }
223 millisecond{
224 dnam{"ms"}
225 other{"{0} ms"}
226 }
227 minute{
228 dnam{"min"}
229 other{"{0} min"}
2ca993e8 230 per{"{0}/min"}
b331163b
A
231 }
232 month{
233 dnam{"mon"}
234 other{"{0} m"}
2ca993e8 235 per{"{0}/m"}
b331163b 236 }
3d1f044b 237 month-person:alias{"/LOCALE/unitsShort/duration/month"}
b331163b
A
238 nanosecond{
239 dnam{"ns"}
240 other{"{0} ns"}
241 }
242 second{
243 dnam{"sec"}
244 other{"{0} s"}
245 per{"{0}/s"}
246 }
247 week{
248 dnam{"wk"}
249 other{"{0} w"}
2ca993e8 250 per{"{0}/w"}
b331163b 251 }
3d1f044b 252 week-person:alias{"/LOCALE/unitsShort/duration/week"}
b331163b
A
253 year{
254 dnam{"yr"}
255 other{"{0} y"}
2ca993e8 256 per{"{0}/y"}
b331163b 257 }
3d1f044b 258 year-person:alias{"/LOCALE/unitsShort/duration/year"}
b331163b
A
259 }
260 electric{
261 ampere{
262 dnam{"amp"}
263 other{"{0} A"}
264 }
265 milliampere{
266 dnam{"mA"}
267 other{"{0} mA"}
268 }
269 ohm{
270 dnam{"ohm"}
271 other{"{0} Ω"}
272 }
273 volt{
274 dnam{"volt"}
275 other{"{0} V"}
276 }
277 }
278 energy{
3d1f044b
A
279 british-thermal-unit{
280 dnam{"Btu"}
281 other{"{0} Btu"}
282 }
b331163b
A
283 calorie{
284 dnam{"cal"}
285 other{"{0} cal"}
286 }
3d1f044b
A
287 electronvolt{
288 dnam{"eV"}
289 other{"{0} eV"}
290 }
b331163b
A
291 foodcalorie{
292 dnam{"Cal"}
293 other{"{0} Cal"}
294 }
295 joule{
296 dnam{"joule"}
297 other{"{0} J"}
298 }
299 kilocalorie{
300 dnam{"kcal"}
301 other{"{0} kcal"}
302 }
303 kilojoule{
304 dnam{"kJ"}
305 other{"{0} kJ"}
306 }
307 kilowatt-hour{
308 dnam{"kWh"}
309 other{"{0} kWh"}
310 }
311 }
3d1f044b
A
312 force{
313 newton{
314 dnam{"N"}
315 other{"{0} N"}
316 }
317 pound-force{
318 dnam{"lbf"}
319 other{"{0} lbf"}
320 }
321 }
b331163b
A
322 frequency{
323 gigahertz{
324 dnam{"GHz"}
325 other{"{0} GHz"}
326 }
327 hertz{
328 dnam{"Hz"}
329 other{"{0} Hz"}
330 }
331 kilohertz{
332 dnam{"kHz"}
333 other{"{0} kHz"}
334 }
335 megahertz{
336 dnam{"MHz"}
337 other{"{0} MHz"}
338 }
339 }
340 length{
341 astronomical-unit{
342 dnam{"au"}
343 other{"{0} au"}
344 }
345 centimeter{
346 dnam{"cm"}
347 other{"{0} cm"}
2ca993e8 348 per{"{0}/cm"}
b331163b
A
349 }
350 decimeter{
351 dnam{"dm"}
352 other{"{0} dm"}
353 }
354 fathom{
355 dnam{"fm"}
3d1f044b 356 other{"{0} fth"}
b331163b
A
357 }
358 foot{
359 dnam{"ft"}
360 other{"{0} ft"}
2ca993e8 361 per{"{0}/ft"}
b331163b
A
362 }
363 furlong{
364 dnam{"fur"}
365 other{"{0} fur"}
366 }
367 inch{
368 dnam{"in"}
369 other{"{0} in"}
2ca993e8 370 per{"{0}/in"}
b331163b
A
371 }
372 kilometer{
373 dnam{"km"}
374 other{"{0} km"}
2ca993e8 375 per{"{0}/km"}
b331163b
A
376 }
377 light-year{
378 dnam{"ly"}
379 other{"{0} ly"}
380 }
381 meter{
382 dnam{"meter"}
383 other{"{0} m"}
2ca993e8 384 per{"{0}/m"}
b331163b
A
385 }
386 micrometer{
387 dnam{"µm"}
388 other{"{0} µm"}
389 }
390 mile{
391 dnam{"mi"}
392 other{"{0} mi"}
393 }
2ca993e8
A
394 mile-scandinavian{
395 dnam{"smi"}
396 other{"{0} smi"}
397 }
b331163b
A
398 millimeter{
399 dnam{"mm"}
400 other{"{0} mm"}
401 }
402 nanometer{
403 dnam{"nm"}
404 other{"{0} nm"}
405 }
406 nautical-mile{
407 dnam{"nmi"}
408 other{"{0} nmi"}
409 }
410 parsec{
411 dnam{"pc"}
412 other{"{0} pc"}
413 }
414 picometer{
415 dnam{"pm"}
416 other{"{0} pm"}
417 }
f3c0d7a5
A
418 point{
419 dnam{"pt"}
420 other{"{0} pt"}
421 }
3d1f044b
A
422 solar-radius{
423 dnam{"R☉"}
424 other{"{0} R☉"}
425 }
b331163b
A
426 yard{
427 dnam{"yd"}
428 other{"{0} yd"}
429 }
430 }
431 light{
432 lux{
433 dnam{"lx"}
434 other{"{0} lx"}
435 }
3d1f044b
A
436 solar-luminosity{
437 dnam{"L☉"}
438 other{"{0} L☉"}
439 }
b331163b
A
440 }
441 mass{
442 carat{
443 dnam{"CD"}
444 other{"{0} CD"}
445 }
3d1f044b
A
446 dalton{
447 dnam{"Da"}
448 other{"{0} Da"}
449 }
450 earth-mass{
451 dnam{"M⊕"}
452 other{"{0} M⊕"}
453 }
b331163b
A
454 gram{
455 dnam{"gram"}
456 other{"{0} g"}
2ca993e8 457 per{"{0}/g"}
b331163b
A
458 }
459 kilogram{
460 dnam{"kg"}
461 other{"{0} kg"}
2ca993e8 462 per{"{0}/kg"}
b331163b
A
463 }
464 metric-ton{
465 dnam{"t"}
466 other{"{0} t"}
467 }
468 microgram{
469 dnam{"µg"}
470 other{"{0} µg"}
471 }
472 milligram{
473 dnam{"mg"}
474 other{"{0} mg"}
475 }
476 ounce{
477 dnam{"oz"}
478 other{"{0} oz"}
2ca993e8 479 per{"{0}/oz"}
b331163b
A
480 }
481 ounce-troy{
482 dnam{"oz t"}
483 other{"{0} oz t"}
484 }
485 pound{
486 dnam{"lb"}
487 other{"{0} lb"}
2ca993e8 488 per{"{0}/lb"}
b331163b 489 }
3d1f044b
A
490 solar-mass{
491 dnam{"M☉"}
492 other{"{0} M☉"}
493 }
b331163b
A
494 stone{
495 dnam{"st"}
496 other{"{0} st"}
497 }
498 ton{
499 dnam{"tn"}
500 other{"{0} tn"}
501 }
502 }
503 power{
504 gigawatt{
505 dnam{"GW"}
506 other{"{0} GW"}
507 }
508 horsepower{
509 dnam{"hp"}
510 other{"{0} hp"}
511 }
512 kilowatt{
513 dnam{"kW"}
514 other{"{0} kW"}
515 }
516 megawatt{
517 dnam{"MW"}
518 other{"{0} MW"}
519 }
520 milliwatt{
521 dnam{"mW"}
522 other{"{0} mW"}
523 }
524 watt{
525 dnam{"watt"}
526 other{"{0} W"}
527 }
528 }
529 pressure{
3d1f044b
A
530 atmosphere{
531 dnam{"atm"}
532 other{"{0} atm"}
533 }
b331163b
A
534 hectopascal{
535 dnam{"hPa"}
536 other{"{0} hPa"}
537 }
538 inch-hg{
539 dnam{"inHg"}
540 other{"{0} inHg"}
541 }
3d1f044b
A
542 kilopascal{
543 dnam{"kPa"}
544 other{"{0} kPa"}
545 }
546 megapascal{
547 dnam{"MPa"}
548 other{"{0} MPa"}
549 }
b331163b
A
550 millibar{
551 dnam{"mbar"}
552 other{"{0} mbar"}
553 }
554 millimeter-of-mercury{
555 dnam{"mm Hg"}
556 other{"{0} mm Hg"}
557 }
558 pound-per-square-inch{
559 dnam{"psi"}
560 other{"{0} psi"}
561 }
562 }
b331163b
A
563 speed{
564 kilometer-per-hour{
565 dnam{"km/h"}
566 other{"{0} km/h"}
567 }
2ca993e8
A
568 knot{
569 dnam{"kn"}
570 other{"{0} kn"}
571 }
b331163b
A
572 meter-per-second{
573 dnam{"m/s"}
574 other{"{0} m/s"}
575 }
576 mile-per-hour{
577 dnam{"mi/h"}
578 other{"{0} mi/h"}
579 }
580 }
581 temperature{
582 celsius{
583 dnam{"°C"}
584 other{"{0}°C"}
585 }
586 fahrenheit{
587 dnam{"°F"}
588 other{"{0}°F"}
589 }
590 generic{
591 dnam{"°"}
592 other{"{0}°"}
593 }
594 kelvin{
595 dnam{"K"}
596 other{"{0} K"}
597 }
598 }
3d1f044b
A
599 torque{
600 newton-meter{
601 dnam{"N⋅m"}
602 other{"{0} N⋅m"}
603 }
604 pound-foot{
605 dnam{"lbf⋅ft"}
606 other{"{0} lbf⋅ft"}
607 }
608 }
b331163b
A
609 volume{
610 acre-foot{
611 dnam{"ac ft"}
612 other{"{0} ac ft"}
613 }
3d1f044b
A
614 barrel{
615 dnam{"bbl"}
616 other{"{0} bbl"}
617 }
b331163b
A
618 bushel{
619 dnam{"bu"}
620 other{"{0} bu"}
621 }
622 centiliter{
623 dnam{"cL"}
624 other{"{0} cL"}
625 }
626 cubic-centimeter{
627 dnam{"cm³"}
628 other{"{0} cm³"}
2ca993e8 629 per{"{0}/cm³"}
b331163b
A
630 }
631 cubic-foot{
632 dnam{"ft³"}
633 other{"{0} ft³"}
634 }
635 cubic-inch{
636 dnam{"in³"}
637 other{"{0} in³"}
638 }
639 cubic-kilometer{
640 dnam{"km³"}
641 other{"{0} km³"}
642 }
643 cubic-meter{
644 dnam{"m³"}
645 other{"{0} m³"}
2ca993e8 646 per{"{0}/m³"}
b331163b
A
647 }
648 cubic-mile{
649 dnam{"mi³"}
650 other{"{0} mi³"}
651 }
652 cubic-yard{
653 dnam{"yd³"}
654 other{"{0} yd³"}
655 }
656 cup{
657 dnam{"cup"}
658 other{"{0} c"}
659 }
2ca993e8
A
660 cup-metric{
661 dnam{"mcup"}
662 other{"{0} mc"}
663 }
b331163b
A
664 deciliter{
665 dnam{"dL"}
666 other{"{0} dL"}
667 }
668 fluid-ounce{
3d1f044b
A
669 dnam{"US fl oz"}
670 other{"{0} fl oz US"}
671 }
672 fluid-ounce-imperial{
673 dnam{"Imp. fl oz"}
674 other{"{0} fl oz Imp."}
b331163b
A
675 }
676 gallon{
2ca993e8
A
677 dnam{"US gal"}
678 other{"{0} gal US"}
679 per{"{0}/gal US"}
680 }
681 gallon-imperial{
682 dnam{"Imp. gal"}
683 other{"{0} gal Imp."}
684 per{"{0}/gal Imp."}
b331163b
A
685 }
686 hectoliter{
687 dnam{"hL"}
688 other{"{0} hL"}
689 }
690 liter{
691 dnam{"liter"}
692 other{"{0} l"}
2ca993e8 693 per{"{0}/l"}
b331163b
A
694 }
695 megaliter{
696 dnam{"ML"}
697 other{"{0} ML"}
698 }
699 milliliter{
700 dnam{"mL"}
701 other{"{0} mL"}
702 }
703 pint{
704 dnam{"pt"}
705 other{"{0} pt"}
706 }
2ca993e8
A
707 pint-metric{
708 dnam{"mpt"}
709 other{"{0} mpt"}
710 }
b331163b
A
711 quart{
712 dnam{"qt"}
713 other{"{0} qt"}
714 }
715 tablespoon{
716 dnam{"tbsp"}
717 other{"{0} tbsp"}
718 }
719 teaspoon{
720 dnam{"tsp"}
721 other{"{0} tsp"}
722 }
723 }
724 }
725}