]>
Commit | Line | Data |
---|---|---|
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 | */ | |
6 | root{ | |
f3c0d7a5 | 7 | Version{"2.1.32.59"} |
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 | } | |
53 | hectare{ | |
54 | dnam{"hectare"} | |
55 | other{"{0} ha"} | |
56 | } | |
57 | square-centimeter{ | |
58 | dnam{"cm²"} | |
59 | other{"{0} cm²"} | |
2ca993e8 | 60 | per{"{0}/cm²"} |
b331163b A |
61 | } |
62 | square-foot{ | |
63 | dnam{"ft²"} | |
64 | other{"{0} ft²"} | |
65 | } | |
66 | square-inch{ | |
67 | dnam{"in²"} | |
68 | other{"{0} in²"} | |
2ca993e8 | 69 | per{"{0}/in²"} |
b331163b A |
70 | } |
71 | square-kilometer{ | |
72 | dnam{"km²"} | |
73 | other{"{0} km²"} | |
f3c0d7a5 | 74 | per{"{0}/km²"} |
b331163b A |
75 | } |
76 | square-meter{ | |
77 | dnam{"m²"} | |
78 | other{"{0} m²"} | |
2ca993e8 | 79 | per{"{0}/m²"} |
b331163b A |
80 | } |
81 | square-mile{ | |
82 | dnam{"mi²"} | |
83 | other{"{0} mi²"} | |
f3c0d7a5 | 84 | per{"{0}/mi²"} |
b331163b A |
85 | } |
86 | square-yard{ | |
87 | dnam{"yd²"} | |
88 | other{"{0} yd²"} | |
89 | } | |
90 | } | |
91 | compound{ | |
92 | per{"{0}/{1}"} | |
93 | } | |
2ca993e8 A |
94 | concentr{ |
95 | karat{ | |
96 | dnam{"kt"} | |
97 | other{"{0} kt"} | |
98 | } | |
99 | milligram-per-deciliter{ | |
100 | dnam{"mg/dL"} | |
101 | other{"{0} mg/dL"} | |
102 | } | |
103 | millimole-per-liter{ | |
104 | dnam{"mmol/L"} | |
105 | other{"{0} mmol/L"} | |
106 | } | |
107 | part-per-million{ | |
108 | dnam{"ppm"} | |
109 | other{"{0} ppm"} | |
110 | } | |
111 | } | |
b331163b | 112 | consumption{ |
2ca993e8 A |
113 | liter-per-100kilometers{ |
114 | dnam{"L/100km"} | |
115 | other{"{0} L/100km"} | |
116 | } | |
b331163b A |
117 | liter-per-kilometer{ |
118 | dnam{"L/km"} | |
119 | other{"{0} L/km"} | |
120 | } | |
121 | mile-per-gallon{ | |
2ca993e8 A |
122 | dnam{"mpg US"} |
123 | other{"{0} mpg US"} | |
124 | } | |
125 | mile-per-gallon-imperial{ | |
126 | dnam{"mpg Imp."} | |
127 | other{"{0} mpg Imp."} | |
b331163b A |
128 | } |
129 | } | |
2ca993e8 A |
130 | coordinate{ |
131 | east{"{0}E"} | |
132 | north{"{0}N"} | |
133 | south{"{0}S"} | |
134 | west{"{0}W"} | |
135 | } | |
b331163b A |
136 | digital{ |
137 | bit{ | |
138 | dnam{"bit"} | |
139 | other{"{0} bit"} | |
140 | } | |
141 | byte{ | |
142 | dnam{"byte"} | |
143 | other{"{0} byte"} | |
144 | } | |
145 | gigabit{ | |
146 | dnam{"Gb"} | |
147 | other{"{0} Gb"} | |
148 | } | |
149 | gigabyte{ | |
150 | dnam{"GB"} | |
151 | other{"{0} GB"} | |
152 | } | |
153 | kilobit{ | |
154 | dnam{"kb"} | |
155 | other{"{0} kb"} | |
156 | } | |
157 | kilobyte{ | |
158 | dnam{"kB"} | |
159 | other{"{0} kB"} | |
160 | } | |
161 | megabit{ | |
162 | dnam{"Mb"} | |
163 | other{"{0} Mb"} | |
164 | } | |
165 | megabyte{ | |
166 | dnam{"MB"} | |
167 | other{"{0} MB"} | |
168 | } | |
169 | terabit{ | |
170 | dnam{"Tb"} | |
171 | other{"{0} Tb"} | |
172 | } | |
173 | terabyte{ | |
174 | dnam{"TB"} | |
175 | other{"{0} TB"} | |
176 | } | |
177 | } | |
178 | duration{ | |
2ca993e8 A |
179 | century{ |
180 | dnam{"c"} | |
181 | other{"{0} c"} | |
182 | } | |
b331163b A |
183 | day{ |
184 | dnam{"day"} | |
185 | other{"{0} d"} | |
2ca993e8 | 186 | per{"{0}/d"} |
b331163b A |
187 | } |
188 | hour{ | |
189 | dnam{"hr"} | |
190 | other{"{0} h"} | |
191 | per{"{0}/h"} | |
192 | } | |
193 | microsecond{ | |
194 | dnam{"μs"} | |
195 | other{"{0} μs"} | |
196 | } | |
197 | millisecond{ | |
198 | dnam{"ms"} | |
199 | other{"{0} ms"} | |
200 | } | |
201 | minute{ | |
202 | dnam{"min"} | |
203 | other{"{0} min"} | |
2ca993e8 | 204 | per{"{0}/min"} |
b331163b A |
205 | } |
206 | month{ | |
207 | dnam{"mon"} | |
208 | other{"{0} m"} | |
2ca993e8 | 209 | per{"{0}/m"} |
b331163b A |
210 | } |
211 | nanosecond{ | |
212 | dnam{"ns"} | |
213 | other{"{0} ns"} | |
214 | } | |
215 | second{ | |
216 | dnam{"sec"} | |
217 | other{"{0} s"} | |
218 | per{"{0}/s"} | |
219 | } | |
220 | week{ | |
221 | dnam{"wk"} | |
222 | other{"{0} w"} | |
2ca993e8 | 223 | per{"{0}/w"} |
b331163b A |
224 | } |
225 | year{ | |
226 | dnam{"yr"} | |
227 | other{"{0} y"} | |
2ca993e8 | 228 | per{"{0}/y"} |
b331163b A |
229 | } |
230 | } | |
231 | electric{ | |
232 | ampere{ | |
233 | dnam{"amp"} | |
234 | other{"{0} A"} | |
235 | } | |
236 | milliampere{ | |
237 | dnam{"mA"} | |
238 | other{"{0} mA"} | |
239 | } | |
240 | ohm{ | |
241 | dnam{"ohm"} | |
242 | other{"{0} Ω"} | |
243 | } | |
244 | volt{ | |
245 | dnam{"volt"} | |
246 | other{"{0} V"} | |
247 | } | |
248 | } | |
249 | energy{ | |
250 | calorie{ | |
251 | dnam{"cal"} | |
252 | other{"{0} cal"} | |
253 | } | |
254 | foodcalorie{ | |
255 | dnam{"Cal"} | |
256 | other{"{0} Cal"} | |
257 | } | |
258 | joule{ | |
259 | dnam{"joule"} | |
260 | other{"{0} J"} | |
261 | } | |
262 | kilocalorie{ | |
263 | dnam{"kcal"} | |
264 | other{"{0} kcal"} | |
265 | } | |
266 | kilojoule{ | |
267 | dnam{"kJ"} | |
268 | other{"{0} kJ"} | |
269 | } | |
270 | kilowatt-hour{ | |
271 | dnam{"kWh"} | |
272 | other{"{0} kWh"} | |
273 | } | |
274 | } | |
275 | frequency{ | |
276 | gigahertz{ | |
277 | dnam{"GHz"} | |
278 | other{"{0} GHz"} | |
279 | } | |
280 | hertz{ | |
281 | dnam{"Hz"} | |
282 | other{"{0} Hz"} | |
283 | } | |
284 | kilohertz{ | |
285 | dnam{"kHz"} | |
286 | other{"{0} kHz"} | |
287 | } | |
288 | megahertz{ | |
289 | dnam{"MHz"} | |
290 | other{"{0} MHz"} | |
291 | } | |
292 | } | |
293 | length{ | |
294 | astronomical-unit{ | |
295 | dnam{"au"} | |
296 | other{"{0} au"} | |
297 | } | |
298 | centimeter{ | |
299 | dnam{"cm"} | |
300 | other{"{0} cm"} | |
2ca993e8 | 301 | per{"{0}/cm"} |
b331163b A |
302 | } |
303 | decimeter{ | |
304 | dnam{"dm"} | |
305 | other{"{0} dm"} | |
306 | } | |
307 | fathom{ | |
308 | dnam{"fm"} | |
309 | other{"{0} fm"} | |
310 | } | |
311 | foot{ | |
312 | dnam{"ft"} | |
313 | other{"{0} ft"} | |
2ca993e8 | 314 | per{"{0}/ft"} |
b331163b A |
315 | } |
316 | furlong{ | |
317 | dnam{"fur"} | |
318 | other{"{0} fur"} | |
319 | } | |
320 | inch{ | |
321 | dnam{"in"} | |
322 | other{"{0} in"} | |
2ca993e8 | 323 | per{"{0}/in"} |
b331163b A |
324 | } |
325 | kilometer{ | |
326 | dnam{"km"} | |
327 | other{"{0} km"} | |
2ca993e8 | 328 | per{"{0}/km"} |
b331163b A |
329 | } |
330 | light-year{ | |
331 | dnam{"ly"} | |
332 | other{"{0} ly"} | |
333 | } | |
334 | meter{ | |
335 | dnam{"meter"} | |
336 | other{"{0} m"} | |
2ca993e8 | 337 | per{"{0}/m"} |
b331163b A |
338 | } |
339 | micrometer{ | |
340 | dnam{"µm"} | |
341 | other{"{0} µm"} | |
342 | } | |
343 | mile{ | |
344 | dnam{"mi"} | |
345 | other{"{0} mi"} | |
346 | } | |
2ca993e8 A |
347 | mile-scandinavian{ |
348 | dnam{"smi"} | |
349 | other{"{0} smi"} | |
350 | } | |
b331163b A |
351 | millimeter{ |
352 | dnam{"mm"} | |
353 | other{"{0} mm"} | |
354 | } | |
355 | nanometer{ | |
356 | dnam{"nm"} | |
357 | other{"{0} nm"} | |
358 | } | |
359 | nautical-mile{ | |
360 | dnam{"nmi"} | |
361 | other{"{0} nmi"} | |
362 | } | |
363 | parsec{ | |
364 | dnam{"pc"} | |
365 | other{"{0} pc"} | |
366 | } | |
367 | picometer{ | |
368 | dnam{"pm"} | |
369 | other{"{0} pm"} | |
370 | } | |
f3c0d7a5 A |
371 | point{ |
372 | dnam{"pt"} | |
373 | other{"{0} pt"} | |
374 | } | |
b331163b A |
375 | yard{ |
376 | dnam{"yd"} | |
377 | other{"{0} yd"} | |
378 | } | |
379 | } | |
380 | light{ | |
381 | lux{ | |
382 | dnam{"lx"} | |
383 | other{"{0} lx"} | |
384 | } | |
385 | } | |
386 | mass{ | |
387 | carat{ | |
388 | dnam{"CD"} | |
389 | other{"{0} CD"} | |
390 | } | |
391 | gram{ | |
392 | dnam{"gram"} | |
393 | other{"{0} g"} | |
2ca993e8 | 394 | per{"{0}/g"} |
b331163b A |
395 | } |
396 | kilogram{ | |
397 | dnam{"kg"} | |
398 | other{"{0} kg"} | |
2ca993e8 | 399 | per{"{0}/kg"} |
b331163b A |
400 | } |
401 | metric-ton{ | |
402 | dnam{"t"} | |
403 | other{"{0} t"} | |
404 | } | |
405 | microgram{ | |
406 | dnam{"µg"} | |
407 | other{"{0} µg"} | |
408 | } | |
409 | milligram{ | |
410 | dnam{"mg"} | |
411 | other{"{0} mg"} | |
412 | } | |
413 | ounce{ | |
414 | dnam{"oz"} | |
415 | other{"{0} oz"} | |
2ca993e8 | 416 | per{"{0}/oz"} |
b331163b A |
417 | } |
418 | ounce-troy{ | |
419 | dnam{"oz t"} | |
420 | other{"{0} oz t"} | |
421 | } | |
422 | pound{ | |
423 | dnam{"lb"} | |
424 | other{"{0} lb"} | |
2ca993e8 | 425 | per{"{0}/lb"} |
b331163b A |
426 | } |
427 | stone{ | |
428 | dnam{"st"} | |
429 | other{"{0} st"} | |
430 | } | |
431 | ton{ | |
432 | dnam{"tn"} | |
433 | other{"{0} tn"} | |
434 | } | |
435 | } | |
436 | power{ | |
437 | gigawatt{ | |
438 | dnam{"GW"} | |
439 | other{"{0} GW"} | |
440 | } | |
441 | horsepower{ | |
442 | dnam{"hp"} | |
443 | other{"{0} hp"} | |
444 | } | |
445 | kilowatt{ | |
446 | dnam{"kW"} | |
447 | other{"{0} kW"} | |
448 | } | |
449 | megawatt{ | |
450 | dnam{"MW"} | |
451 | other{"{0} MW"} | |
452 | } | |
453 | milliwatt{ | |
454 | dnam{"mW"} | |
455 | other{"{0} mW"} | |
456 | } | |
457 | watt{ | |
458 | dnam{"watt"} | |
459 | other{"{0} W"} | |
460 | } | |
461 | } | |
462 | pressure{ | |
463 | hectopascal{ | |
464 | dnam{"hPa"} | |
465 | other{"{0} hPa"} | |
466 | } | |
467 | inch-hg{ | |
468 | dnam{"inHg"} | |
469 | other{"{0} inHg"} | |
470 | } | |
471 | millibar{ | |
472 | dnam{"mbar"} | |
473 | other{"{0} mbar"} | |
474 | } | |
475 | millimeter-of-mercury{ | |
476 | dnam{"mm Hg"} | |
477 | other{"{0} mm Hg"} | |
478 | } | |
479 | pound-per-square-inch{ | |
480 | dnam{"psi"} | |
481 | other{"{0} psi"} | |
482 | } | |
483 | } | |
b331163b A |
484 | speed{ |
485 | kilometer-per-hour{ | |
486 | dnam{"km/h"} | |
487 | other{"{0} km/h"} | |
488 | } | |
2ca993e8 A |
489 | knot{ |
490 | dnam{"kn"} | |
491 | other{"{0} kn"} | |
492 | } | |
b331163b A |
493 | meter-per-second{ |
494 | dnam{"m/s"} | |
495 | other{"{0} m/s"} | |
496 | } | |
497 | mile-per-hour{ | |
498 | dnam{"mi/h"} | |
499 | other{"{0} mi/h"} | |
500 | } | |
501 | } | |
502 | temperature{ | |
503 | celsius{ | |
504 | dnam{"°C"} | |
505 | other{"{0}°C"} | |
506 | } | |
507 | fahrenheit{ | |
508 | dnam{"°F"} | |
509 | other{"{0}°F"} | |
510 | } | |
511 | generic{ | |
512 | dnam{"°"} | |
513 | other{"{0}°"} | |
514 | } | |
515 | kelvin{ | |
516 | dnam{"K"} | |
517 | other{"{0} K"} | |
518 | } | |
519 | } | |
520 | volume{ | |
521 | acre-foot{ | |
522 | dnam{"ac ft"} | |
523 | other{"{0} ac ft"} | |
524 | } | |
525 | bushel{ | |
526 | dnam{"bu"} | |
527 | other{"{0} bu"} | |
528 | } | |
529 | centiliter{ | |
530 | dnam{"cL"} | |
531 | other{"{0} cL"} | |
532 | } | |
533 | cubic-centimeter{ | |
534 | dnam{"cm³"} | |
535 | other{"{0} cm³"} | |
2ca993e8 | 536 | per{"{0}/cm³"} |
b331163b A |
537 | } |
538 | cubic-foot{ | |
539 | dnam{"ft³"} | |
540 | other{"{0} ft³"} | |
541 | } | |
542 | cubic-inch{ | |
543 | dnam{"in³"} | |
544 | other{"{0} in³"} | |
545 | } | |
546 | cubic-kilometer{ | |
547 | dnam{"km³"} | |
548 | other{"{0} km³"} | |
549 | } | |
550 | cubic-meter{ | |
551 | dnam{"m³"} | |
552 | other{"{0} m³"} | |
2ca993e8 | 553 | per{"{0}/m³"} |
b331163b A |
554 | } |
555 | cubic-mile{ | |
556 | dnam{"mi³"} | |
557 | other{"{0} mi³"} | |
558 | } | |
559 | cubic-yard{ | |
560 | dnam{"yd³"} | |
561 | other{"{0} yd³"} | |
562 | } | |
563 | cup{ | |
564 | dnam{"cup"} | |
565 | other{"{0} c"} | |
566 | } | |
2ca993e8 A |
567 | cup-metric{ |
568 | dnam{"mcup"} | |
569 | other{"{0} mc"} | |
570 | } | |
b331163b A |
571 | deciliter{ |
572 | dnam{"dL"} | |
573 | other{"{0} dL"} | |
574 | } | |
575 | fluid-ounce{ | |
576 | dnam{"fl oz"} | |
577 | other{"{0} fl oz"} | |
578 | } | |
579 | gallon{ | |
2ca993e8 A |
580 | dnam{"US gal"} |
581 | other{"{0} gal US"} | |
582 | per{"{0}/gal US"} | |
583 | } | |
584 | gallon-imperial{ | |
585 | dnam{"Imp. gal"} | |
586 | other{"{0} gal Imp."} | |
587 | per{"{0}/gal Imp."} | |
b331163b A |
588 | } |
589 | hectoliter{ | |
590 | dnam{"hL"} | |
591 | other{"{0} hL"} | |
592 | } | |
593 | liter{ | |
594 | dnam{"liter"} | |
595 | other{"{0} l"} | |
2ca993e8 | 596 | per{"{0}/l"} |
b331163b A |
597 | } |
598 | megaliter{ | |
599 | dnam{"ML"} | |
600 | other{"{0} ML"} | |
601 | } | |
602 | milliliter{ | |
603 | dnam{"mL"} | |
604 | other{"{0} mL"} | |
605 | } | |
606 | pint{ | |
607 | dnam{"pt"} | |
608 | other{"{0} pt"} | |
609 | } | |
2ca993e8 A |
610 | pint-metric{ |
611 | dnam{"mpt"} | |
612 | other{"{0} mpt"} | |
613 | } | |
b331163b A |
614 | quart{ |
615 | dnam{"qt"} | |
616 | other{"{0} qt"} | |
617 | } | |
618 | tablespoon{ | |
619 | dnam{"tbsp"} | |
620 | other{"{0} tbsp"} | |
621 | } | |
622 | teaspoon{ | |
623 | dnam{"tsp"} | |
624 | other{"{0} tsp"} | |
625 | } | |
626 | } | |
627 | } | |
628 | } |