• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4root{
5    Version{"44.1"}
6    durationUnits{
7        hm{"h:mm"}
8        hms{"h:mm:ss"}
9        ms{"m:ss"}
10    }
11    units:alias{"/LOCALE/unitsShort"}
12    unitsNarrow:alias{"/LOCALE/unitsShort"}
13    unitsShort{
14        acceleration{
15            g-force{
16                dnam{"g-force"}
17                other{"{0} G"}
18            }
19            meter-per-square-second{
20                dnam{"m/s²"}
21                other{"{0} m/s²"}
22            }
23        }
24        angle{
25            arc-minute{
26                dnam{"arcmin"}
27                other{"{0}′"}
28            }
29            arc-second{
30                dnam{"arcsec"}
31                other{"{0}″"}
32            }
33            degree{
34                dnam{"deg"}
35                other{"{0}°"}
36            }
37            radian{
38                dnam{"rad"}
39                other{"{0} rad"}
40            }
41            revolution{
42                dnam{"rev"}
43                other{"{0} rev"}
44            }
45        }
46        area{
47            acre{
48                dnam{"acre"}
49                other{"{0} ac"}
50            }
51            dunam{
52                dnam{"dunam"}
53                other{"{0} dunam"}
54            }
55            hectare{
56                dnam{"hectare"}
57                other{"{0} ha"}
58            }
59            square-centimeter{
60                dnam{"cm²"}
61                other{"{0} cm²"}
62                per{"{0}/cm²"}
63            }
64            square-foot{
65                dnam{"ft²"}
66                other{"{0} ft²"}
67            }
68            square-inch{
69                dnam{"in²"}
70                other{"{0} in²"}
71                per{"{0}/in²"}
72            }
73            square-kilometer{
74                dnam{"km²"}
75                other{"{0} km²"}
76                per{"{0}/km²"}
77            }
78            square-meter{
79                dnam{"m²"}
80                other{"{0} m²"}
81                per{"{0}/m²"}
82            }
83            square-mile{
84                dnam{"mi²"}
85                other{"{0} mi²"}
86                per{"{0}/mi²"}
87            }
88            square-yard{
89                dnam{"yd²"}
90                other{"{0} yd²"}
91            }
92        }
93        compound{
94            1024p1{"Ki{0}"}
95            1024p2{"Mi{0}"}
96            1024p3{"Gi{0}"}
97            1024p4{"Ti{0}"}
98            1024p5{"Pi{0}"}
99            1024p6{"Ei{0}"}
100            1024p7{"Zi{0}"}
101            1024p8{"Yi{0}"}
102            10p-1{"d{0}"}
103            10p-12{"p{0}"}
104            10p-15{"f{0}"}
105            10p-18{"a{0}"}
106            10p-2{"c{0}"}
107            10p-21{"z{0}"}
108            10p-24{"y{0}"}
109            10p-27{"r{0}"}
110            10p-3{"m{0}"}
111            10p-30{"q{0}"}
112            10p-6{"μ{0}"}
113            10p-9{"n{0}"}
114            10p1{"da{0}"}
115            10p12{"T{0}"}
116            10p15{"P{0}"}
117            10p18{"E{0}"}
118            10p2{"h{0}"}
119            10p21{"Z{0}"}
120            10p24{"Y{0}"}
121            10p27{"R{0}"}
122            10p3{"k{0}"}
123            10p30{"Q{0}"}
124            10p6{"M{0}"}
125            10p9{"G{0}"}
126            per{"{0}/{1}"}
127            power2{
128                other{
129                    _{
130                        _{"{0}²"}
131                    }
132                }
133            }
134            power3{
135                other{
136                    _{
137                        _{"{0}³"}
138                    }
139                }
140            }
141            times{"{0}⋅{1}"}
142        }
143        concentr{
144            item{
145                dnam{"item"}
146                other{"{0} item"}
147            }
148            karat{
149                dnam{"kt"}
150                other{"{0} kt"}
151            }
152            milligram-ofglucose-per-deciliter{
153                dnam{"mg/dL"}
154                other{"{0} mg/dL"}
155            }
156            millimole-per-liter{
157                dnam{"mmol/L"}
158                other{"{0} mmol/L"}
159            }
160            mole{
161                dnam{"mol"}
162                other{"{0} mol"}
163            }
164            percent{
165                dnam{"%"}
166                other{"{0}%"}
167            }
168            permille{
169                dnam{"‰"}
170                other{"{0}‰"}
171            }
172            permillion{
173                dnam{"ppm"}
174                other{"{0} ppm"}
175            }
176            permyriad{
177                dnam{"‱"}
178                other{"{0}‱"}
179            }
180        }
181        consumption{
182            liter-per-100-kilometer{
183                dnam{"L/100km"}
184                other{"{0} L/100km"}
185            }
186            liter-per-kilometer{
187                dnam{"L/km"}
188                other{"{0} L/km"}
189            }
190            mile-per-gallon{
191                dnam{"mpg US"}
192                other{"{0} mpg US"}
193            }
194            mile-per-gallon-imperial{
195                dnam{"mpg Imp."}
196                other{"{0} mpg Imp."}
197            }
198        }
199        coordinate{
200            dnam{"direction"}
201            east{"{0}E"}
202            north{"{0}N"}
203            south{"{0}S"}
204            west{"{0}W"}
205        }
206        digital{
207            bit{
208                dnam{"bit"}
209                other{"{0} bit"}
210            }
211            byte{
212                dnam{"byte"}
213                other{"{0} byte"}
214            }
215            gigabit{
216                dnam{"Gb"}
217                other{"{0} Gb"}
218            }
219            gigabyte{
220                dnam{"GB"}
221                other{"{0} GB"}
222            }
223            kilobit{
224                dnam{"kb"}
225                other{"{0} kb"}
226            }
227            kilobyte{
228                dnam{"kB"}
229                other{"{0} kB"}
230            }
231            megabit{
232                dnam{"Mb"}
233                other{"{0} Mb"}
234            }
235            megabyte{
236                dnam{"MB"}
237                other{"{0} MB"}
238            }
239            petabyte{
240                dnam{"PB"}
241                other{"{0} PB"}
242            }
243            terabit{
244                dnam{"Tb"}
245                other{"{0} Tb"}
246            }
247            terabyte{
248                dnam{"TB"}
249                other{"{0} TB"}
250            }
251        }
252        duration{
253            century{
254                dnam{"c"}
255                other{"{0} c"}
256            }
257            day{
258                dnam{"day"}
259                other{"{0} d"}
260                per{"{0}/d"}
261            }
262            day-person:alias{"/LOCALE/unitsShort/duration/day"}
263            decade{
264                dnam{"dec"}
265                other{"{0} dec"}
266            }
267            hour{
268                dnam{"hr"}
269                other{"{0} h"}
270                per{"{0}/h"}
271            }
272            microsecond{
273                dnam{"μs"}
274                other{"{0} μs"}
275            }
276            millisecond{
277                dnam{"ms"}
278                other{"{0} ms"}
279            }
280            minute{
281                dnam{"min"}
282                other{"{0} min"}
283                per{"{0}/min"}
284            }
285            month{
286                dnam{"mon"}
287                other{"{0} m"}
288                per{"{0}/m"}
289            }
290            month-person:alias{"/LOCALE/unitsShort/duration/month"}
291            nanosecond{
292                dnam{"ns"}
293                other{"{0} ns"}
294            }
295            quarter{
296                dnam{"qtr"}
297                other{"{0} q"}
298                per{"{0}/q"}
299            }
300            second{
301                dnam{"sec"}
302                other{"{0} s"}
303                per{"{0}/s"}
304            }
305            week{
306                dnam{"wk"}
307                other{"{0} w"}
308                per{"{0}/w"}
309            }
310            week-person:alias{"/LOCALE/unitsShort/duration/week"}
311            year{
312                dnam{"yr"}
313                other{"{0} y"}
314                per{"{0}/y"}
315            }
316            year-person:alias{"/LOCALE/unitsShort/duration/year"}
317        }
318        electric{
319            ampere{
320                dnam{"amp"}
321                other{"{0} A"}
322            }
323            milliampere{
324                dnam{"mA"}
325                other{"{0} mA"}
326            }
327            ohm{
328                dnam{"ohm"}
329                other{"{0} Ω"}
330            }
331            volt{
332                dnam{"volt"}
333                other{"{0} V"}
334            }
335        }
336        energy{
337            british-thermal-unit{
338                dnam{"Btu"}
339                other{"{0} Btu"}
340            }
341            calorie{
342                dnam{"cal"}
343                other{"{0} cal"}
344            }
345            electronvolt{
346                dnam{"eV"}
347                other{"{0} eV"}
348            }
349            foodcalorie:alias{"/LOCALE/unitsShort/energy/kilocalorie"}
350            joule{
351                dnam{"joule"}
352                other{"{0} J"}
353            }
354            kilocalorie{
355                dnam{"kcal"}
356                other{"{0} kcal"}
357            }
358            kilojoule{
359                dnam{"kJ"}
360                other{"{0} kJ"}
361            }
362            kilowatt-hour{
363                dnam{"kWh"}
364                other{"{0} kWh"}
365            }
366            therm-us{
367                dnam{"US therm"}
368                other{"{0} US therm"}
369            }
370        }
371        force{
372            kilowatt-hour-per-100-kilometer{
373                dnam{"kWh/100km"}
374                other{"{0} kWh/100km"}
375            }
376            newton{
377                dnam{"N"}
378                other{"{0} N"}
379            }
380            pound-force{
381                dnam{"lbf"}
382                other{"{0} lbf"}
383            }
384        }
385        frequency{
386            gigahertz{
387                dnam{"GHz"}
388                other{"{0} GHz"}
389            }
390            hertz{
391                dnam{"Hz"}
392                other{"{0} Hz"}
393            }
394            kilohertz{
395                dnam{"kHz"}
396                other{"{0} kHz"}
397            }
398            megahertz{
399                dnam{"MHz"}
400                other{"{0} MHz"}
401            }
402        }
403        graphics{
404            dot-per-centimeter:alias{"/LOCALE/unitsShort/graphics/pixel-per-centimeter"}
405            dot-per-inch:alias{"/LOCALE/unitsShort/graphics/pixel-per-inch"}
406            dot:alias{"/LOCALE/unitsShort/graphics/pixel"}
407            em{
408                dnam{"em"}
409                other{"{0} em"}
410            }
411            megapixel{
412                dnam{"MP"}
413                other{"{0} MP"}
414            }
415            pixel{
416                dnam{"px"}
417                other{"{0} px"}
418            }
419            pixel-per-centimeter{
420                dnam{"ppcm"}
421                other{"{0} ppcm"}
422            }
423            pixel-per-inch{
424                dnam{"ppi"}
425                other{"{0} ppi"}
426            }
427        }
428        length{
429            astronomical-unit{
430                dnam{"au"}
431                other{"{0} au"}
432            }
433            centimeter{
434                dnam{"cm"}
435                other{"{0} cm"}
436                per{"{0}/cm"}
437            }
438            decimeter{
439                dnam{"dm"}
440                other{"{0} dm"}
441            }
442            earth-radius{
443                dnam{"R⊕"}
444                other{"{0} R⊕"}
445            }
446            fathom{
447                dnam{"fm"}
448                other{"{0} fth"}
449            }
450            foot{
451                dnam{"ft"}
452                other{"{0} ft"}
453                per{"{0}/ft"}
454            }
455            furlong{
456                dnam{"fur"}
457                other{"{0} fur"}
458            }
459            inch{
460                dnam{"in"}
461                other{"{0} in"}
462                per{"{0}/in"}
463            }
464            kilometer{
465                dnam{"km"}
466                other{"{0} km"}
467                per{"{0}/km"}
468            }
469            light-year{
470                dnam{"ly"}
471                other{"{0} ly"}
472            }
473            meter{
474                dnam{"meter"}
475                other{"{0} m"}
476                per{"{0}/m"}
477            }
478            micrometer{
479                dnam{"μm"}
480                other{"{0} μm"}
481            }
482            mile{
483                dnam{"mi"}
484                other{"{0} mi"}
485            }
486            mile-scandinavian{
487                dnam{"smi"}
488                other{"{0} smi"}
489            }
490            millimeter{
491                dnam{"mm"}
492                other{"{0} mm"}
493            }
494            nanometer{
495                dnam{"nm"}
496                other{"{0} nm"}
497            }
498            nautical-mile{
499                dnam{"nmi"}
500                other{"{0} nmi"}
501            }
502            parsec{
503                dnam{"pc"}
504                other{"{0} pc"}
505            }
506            picometer{
507                dnam{"pm"}
508                other{"{0} pm"}
509            }
510            point{
511                dnam{"pt"}
512                other{"{0} pt"}
513            }
514            solar-radius{
515                dnam{"R☉"}
516                other{"{0} R☉"}
517            }
518            yard{
519                dnam{"yd"}
520                other{"{0} yd"}
521            }
522        }
523        light{
524            candela{
525                dnam{"cd"}
526                other{"{0} cd"}
527            }
528            lumen{
529                dnam{"lm"}
530                other{"{0} lm"}
531            }
532            lux{
533                dnam{"lx"}
534                other{"{0} lx"}
535            }
536            solar-luminosity{
537                dnam{"L☉"}
538                other{"{0} L☉"}
539            }
540        }
541        mass{
542            carat{
543                dnam{"CD"}
544                other{"{0} CD"}
545            }
546            dalton{
547                dnam{"Da"}
548                other{"{0} Da"}
549            }
550            earth-mass{
551                dnam{"M⊕"}
552                other{"{0} M⊕"}
553            }
554            grain{
555                dnam{"grain"}
556                other{"{0} grain"}
557            }
558            gram{
559                dnam{"gram"}
560                other{"{0} g"}
561                per{"{0}/g"}
562            }
563            kilogram{
564                dnam{"kg"}
565                other{"{0} kg"}
566                per{"{0}/kg"}
567            }
568            microgram{
569                dnam{"μg"}
570                other{"{0} μg"}
571            }
572            milligram{
573                dnam{"mg"}
574                other{"{0} mg"}
575            }
576            ounce{
577                dnam{"oz"}
578                other{"{0} oz"}
579                per{"{0}/oz"}
580            }
581            ounce-troy{
582                dnam{"oz t"}
583                other{"{0} oz t"}
584            }
585            pound{
586                dnam{"lb"}
587                other{"{0} lb"}
588                per{"{0}/lb"}
589            }
590            solar-mass{
591                dnam{"M☉"}
592                other{"{0} M☉"}
593            }
594            stone{
595                dnam{"st"}
596                other{"{0} st"}
597            }
598            ton{
599                dnam{"tn"}
600                other{"{0} tn"}
601            }
602            tonne{
603                dnam{"t"}
604                other{"{0} t"}
605            }
606        }
607        power{
608            gigawatt{
609                dnam{"GW"}
610                other{"{0} GW"}
611            }
612            horsepower{
613                dnam{"hp"}
614                other{"{0} hp"}
615            }
616            kilowatt{
617                dnam{"kW"}
618                other{"{0} kW"}
619            }
620            megawatt{
621                dnam{"MW"}
622                other{"{0} MW"}
623            }
624            milliwatt{
625                dnam{"mW"}
626                other{"{0} mW"}
627            }
628            watt{
629                dnam{"watt"}
630                other{"{0} W"}
631            }
632        }
633        pressure{
634            atmosphere{
635                dnam{"atm"}
636                other{"{0} atm"}
637            }
638            bar{
639                dnam{"bar"}
640                other{"{0} bar"}
641            }
642            hectopascal{
643                dnam{"hPa"}
644                other{"{0} hPa"}
645            }
646            inch-ofhg{
647                dnam{"inHg"}
648                other{"{0} inHg"}
649            }
650            kilopascal{
651                dnam{"kPa"}
652                other{"{0} kPa"}
653            }
654            megapascal{
655                dnam{"MPa"}
656                other{"{0} MPa"}
657            }
658            millibar{
659                dnam{"mbar"}
660                other{"{0} mbar"}
661            }
662            millimeter-ofhg{
663                dnam{"mm Hg"}
664                other{"{0} mm Hg"}
665            }
666            pascal{
667                dnam{"Pa"}
668                other{"{0} Pa"}
669            }
670            pound-force-per-square-inch{
671                dnam{"psi"}
672                other{"{0} psi"}
673            }
674        }
675        speed{
676            beaufort{
677                dnam{"Bft"}
678                other{"B {0}"}
679            }
680            kilometer-per-hour{
681                dnam{"km/h"}
682                other{"{0} km/h"}
683            }
684            knot{
685                dnam{"kn"}
686                other{"{0} kn"}
687            }
688            meter-per-second{
689                dnam{"m/s"}
690                other{"{0} m/s"}
691            }
692            mile-per-hour{
693                dnam{"mi/h"}
694                other{"{0} mi/h"}
695            }
696        }
697        temperature{
698            celsius{
699                dnam{"°C"}
700                other{"{0}°C"}
701            }
702            fahrenheit{
703                dnam{"°F"}
704                other{"{0}°F"}
705            }
706            generic{
707                dnam{"°"}
708                other{"{0}°"}
709            }
710            kelvin{
711                dnam{"K"}
712                other{"{0} K"}
713            }
714        }
715        torque{
716            newton-meter{
717                dnam{"N⋅m"}
718                other{"{0} N⋅m"}
719            }
720            pound-force-foot{
721                dnam{"lbf⋅ft"}
722                other{"{0} lbf⋅ft"}
723            }
724        }
725        volume{
726            acre-foot{
727                dnam{"ac ft"}
728                other{"{0} ac ft"}
729            }
730            barrel{
731                dnam{"bbl"}
732                other{"{0} bbl"}
733            }
734            bushel{
735                dnam{"bu"}
736                other{"{0} bu"}
737            }
738            centiliter{
739                dnam{"cL"}
740                other{"{0} cL"}
741            }
742            cubic-centimeter{
743                dnam{"cm³"}
744                other{"{0} cm³"}
745                per{"{0}/cm³"}
746            }
747            cubic-foot{
748                dnam{"ft³"}
749                other{"{0} ft³"}
750            }
751            cubic-inch{
752                dnam{"in³"}
753                other{"{0} in³"}
754            }
755            cubic-kilometer{
756                dnam{"km³"}
757                other{"{0} km³"}
758            }
759            cubic-meter{
760                dnam{"m³"}
761                other{"{0} m³"}
762                per{"{0}/m³"}
763            }
764            cubic-mile{
765                dnam{"mi³"}
766                other{"{0} mi³"}
767            }
768            cubic-yard{
769                dnam{"yd³"}
770                other{"{0} yd³"}
771            }
772            cup{
773                dnam{"cup"}
774                other{"{0} c"}
775            }
776            cup-metric{
777                dnam{"mcup"}
778                other{"{0} mc"}
779            }
780            deciliter{
781                dnam{"dL"}
782                other{"{0} dL"}
783            }
784            dessert-spoon{
785                dnam{"dstspn"}
786                other{"{0} dstspn"}
787            }
788            dessert-spoon-imperial{
789                dnam{"dstspn Imp"}
790                other{"{0} dstspn Imp"}
791            }
792            dram{
793                dnam{"dram fluid"}
794                other{"{0} dram fl"}
795            }
796            drop{
797                dnam{"drop"}
798                other{"{0} drop"}
799            }
800            fluid-ounce{
801                dnam{"US fl oz"}
802                other{"{0} fl oz US"}
803            }
804            fluid-ounce-imperial{
805                dnam{"Imp. fl oz"}
806                other{"{0} fl oz Imp."}
807            }
808            gallon{
809                dnam{"US gal"}
810                other{"{0} gal US"}
811                per{"{0}/gal US"}
812            }
813            gallon-imperial{
814                dnam{"Imp. gal"}
815                other{"{0} gal Imp."}
816                per{"{0}/gal Imp."}
817            }
818            hectoliter{
819                dnam{"hL"}
820                other{"{0} hL"}
821            }
822            jigger{
823                dnam{"jigger"}
824                other{"{0} jigger"}
825            }
826            liter{
827                dnam{"liter"}
828                other{"{0} l"}
829                per{"{0}/l"}
830            }
831            megaliter{
832                dnam{"ML"}
833                other{"{0} ML"}
834            }
835            milliliter{
836                dnam{"mL"}
837                other{"{0} mL"}
838            }
839            pinch{
840                dnam{"pinch"}
841                other{"{0} pinch"}
842            }
843            pint{
844                dnam{"pt"}
845                other{"{0} pt"}
846            }
847            pint-metric{
848                dnam{"mpt"}
849                other{"{0} mpt"}
850            }
851            quart{
852                dnam{"qt"}
853                other{"{0} qt"}
854            }
855            quart-imperial{
856                dnam{"qt Imp"}
857                other{"{0} qt Imp."}
858            }
859            tablespoon{
860                dnam{"tbsp"}
861                other{"{0} tbsp"}
862            }
863            teaspoon{
864                dnam{"tsp"}
865                other{"{0} tsp"}
866            }
867        }
868    }
869}
870