]>
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 | 3 | zu{ |
340931cb | 4 | Version{"36.1"} |
b331163b A |
5 | durationUnits{ |
6 | hm{"h:mm"} | |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
9 | } | |
10 | units{ | |
11 | acceleration{ | |
12 | g-force{ | |
13 | dnam{"g-force"} | |
14 | one{"{0} g-force"} | |
15 | other{"{0} g-force"} | |
16 | } | |
17 | meter-per-second-squared{ | |
18 | dnam{"m/s²"} | |
19 | one{"{0} m/s²"} | |
20 | other{"{0} m/s²"} | |
21 | } | |
22 | } | |
23 | angle{ | |
24 | arc-minute{ | |
25 | dnam{"arcminutes"} | |
26 | one{"{0} arcminute"} | |
27 | other{"{0} arcminutes"} | |
28 | } | |
29 | arc-second{ | |
30 | dnam{"arcseconds"} | |
31 | one{"{0} arcsecond"} | |
32 | other{"{0} arcseconds"} | |
33 | } | |
34 | degree{ | |
35 | dnam{"°"} | |
36 | one{"{0}°"} | |
37 | other{"{0}°"} | |
38 | } | |
39 | radian{ | |
f3c0d7a5 A |
40 | dnam{"radians"} |
41 | one{"{0} radians"} | |
b331163b A |
42 | other{"{0} radians"} |
43 | } | |
2ca993e8 A |
44 | revolution{ |
45 | dnam{"rev"} | |
46 | one{"{0} revolution"} | |
47 | other{"{0} revolutions"} | |
48 | } | |
b331163b A |
49 | } |
50 | area{ | |
51 | acre{ | |
52 | dnam{"acre"} | |
53 | one{"{0} ac"} | |
54 | other{"{0} ac"} | |
55 | } | |
56 | hectare{ | |
57 | dnam{"hectare"} | |
58 | one{"{0} ha"} | |
59 | other{"{0} ha"} | |
60 | } | |
61 | square-centimeter{ | |
62 | dnam{"cm²"} | |
63 | one{"{0} cm²"} | |
64 | other{"{0} cm²"} | |
2ca993e8 | 65 | per{"{0}/cm²"} |
b331163b A |
66 | } |
67 | square-foot{ | |
68 | dnam{"ft²"} | |
69 | one{"{0} ft²"} | |
70 | other{"{0} ft²"} | |
71 | } | |
72 | square-inch{ | |
73 | dnam{"in²"} | |
74 | one{"{0} in²"} | |
75 | other{"{0} in²"} | |
2ca993e8 | 76 | per{"{0}/in²"} |
b331163b A |
77 | } |
78 | square-kilometer{ | |
79 | dnam{"km²"} | |
80 | one{"{0} km²"} | |
81 | other{"{0} km²"} | |
f3c0d7a5 | 82 | per{"{0}/km²"} |
b331163b A |
83 | } |
84 | square-meter{ | |
85 | dnam{"m²"} | |
86 | one{"{0} m²"} | |
87 | other{"{0} m²"} | |
2ca993e8 | 88 | per{"{0} per m²"} |
b331163b A |
89 | } |
90 | square-mile{ | |
91 | dnam{"mi²"} | |
92 | one{"{0} mi²"} | |
93 | other{"{0} mi²"} | |
f3c0d7a5 | 94 | per{"{0}/mi²"} |
b331163b A |
95 | } |
96 | square-yard{ | |
97 | dnam{"yd²"} | |
98 | one{"{0} yd²"} | |
99 | other{"{0} yd²"} | |
100 | } | |
101 | } | |
102 | compound{ | |
103 | per{"{0} nge-{1}"} | |
104 | } | |
2ca993e8 A |
105 | concentr{ |
106 | karat{ | |
f3c0d7a5 | 107 | dnam{"ama-karats"} |
2ca993e8 A |
108 | one{"{0} i-karat"} |
109 | other{"{0} ama-karats"} | |
110 | } | |
f3c0d7a5 A |
111 | milligram-per-deciliter{ |
112 | dnam{"mg/dL"} | |
113 | one{"{0} mg/dL"} | |
114 | other{"{0} mg/dL"} | |
115 | } | |
116 | millimole-per-liter{ | |
117 | dnam{"mmol/L"} | |
118 | one{"{0} mmol/L"} | |
119 | other{"{0} mmol/L"} | |
120 | } | |
121 | part-per-million{ | |
122 | dnam{"ppm"} | |
123 | one{"{0} ppm"} | |
124 | other{"{0} ppm"} | |
125 | } | |
3d1f044b A |
126 | percent{ |
127 | dnam{"%"} | |
128 | one{"{0}%"} | |
129 | other{"{0}%"} | |
130 | } | |
131 | permille{ | |
340931cb | 132 | dnam{"permille"} |
3d1f044b A |
133 | one{"{0}‰"} |
134 | other{"{0}‰"} | |
135 | } | |
2ca993e8 | 136 | } |
b331163b | 137 | consumption{ |
2ca993e8 A |
138 | liter-per-100kilometers{ |
139 | dnam{"L/100km"} | |
140 | one{"{0} L/100km"} | |
141 | other{"{0} L/100km"} | |
142 | } | |
b331163b A |
143 | liter-per-kilometer{ |
144 | dnam{"L/km"} | |
145 | one{"{0} L/km"} | |
146 | other{"{0} L/km"} | |
147 | } | |
148 | mile-per-gallon{ | |
149 | dnam{"mpg"} | |
150 | one{"{0} mpg"} | |
151 | other{"{0} mpg"} | |
152 | } | |
f3c0d7a5 A |
153 | mile-per-gallon-imperial{ |
154 | dnam{"mpg Imp."} | |
155 | one{"{0} mpg Imp."} | |
156 | other{"{0} mpg Imp."} | |
157 | } | |
b331163b | 158 | } |
2ca993e8 | 159 | coordinate{ |
3d1f044b | 160 | dnam{"indlela"} |
2ca993e8 A |
161 | east{"{0}E"} |
162 | north{"{0}N"} | |
163 | south{"{0}S"} | |
164 | west{"{0}W"} | |
165 | } | |
b331163b A |
166 | digital{ |
167 | bit{ | |
2ca993e8 | 168 | dnam{"bits"} |
b331163b A |
169 | one{"{0} i-bit"} |
170 | other{"{0} ama-bits"} | |
171 | } | |
172 | byte{ | |
173 | dnam{"bytes"} | |
174 | one{"{0} i-byte"} | |
175 | other{"{0} ama-bytes"} | |
176 | } | |
177 | gigabit{ | |
178 | dnam{"gigabits"} | |
179 | one{"{0} i-gigabit"} | |
180 | other{"{0} ama-gigabits"} | |
181 | } | |
182 | gigabyte{ | |
183 | dnam{"GB"} | |
184 | one{"{0} GB"} | |
185 | other{"{0} GB"} | |
186 | } | |
187 | kilobit{ | |
188 | dnam{"kilobits"} | |
189 | one{"{0} i-kilobit"} | |
190 | other{"{0} ama-kilobits"} | |
191 | } | |
192 | kilobyte{ | |
193 | dnam{"kB"} | |
194 | one{"{0} kB"} | |
195 | other{"{0} kB"} | |
196 | } | |
197 | megabit{ | |
198 | dnam{"megabits"} | |
199 | one{"{0} i-megabit"} | |
200 | other{"{0} megabits"} | |
201 | } | |
202 | megabyte{ | |
203 | dnam{"MB"} | |
204 | one{"{0} MB"} | |
205 | other{"{0} MB"} | |
206 | } | |
3d1f044b A |
207 | petabyte{ |
208 | dnam{"PB"} | |
209 | one{"{0} PB"} | |
210 | other{"{0} PB"} | |
211 | } | |
b331163b A |
212 | terabit{ |
213 | dnam{"terabits"} | |
214 | one{"{0} i-terabit"} | |
215 | other{"{0} ama-terabits"} | |
216 | } | |
217 | terabyte{ | |
218 | dnam{"TB"} | |
219 | one{"{0} TB"} | |
220 | other{"{0} TB"} | |
221 | } | |
222 | } | |
223 | duration{ | |
2ca993e8 A |
224 | century{ |
225 | dnam{"c"} | |
226 | one{"{0} c"} | |
227 | other{"{0} c"} | |
228 | } | |
b331163b A |
229 | day{ |
230 | dnam{"izinsuku"} | |
231 | one{"{0} usuku"} | |
232 | other{"{0} izinsuku"} | |
2ca993e8 | 233 | per{"{0}/d"} |
b331163b | 234 | } |
340931cb A |
235 | decade{ |
236 | one{"{0} dec"} | |
237 | other{"{0} decades"} | |
238 | } | |
b331163b A |
239 | hour{ |
240 | dnam{"amahora"} | |
241 | one{"{0} ihora"} | |
242 | other{"{0} amahora"} | |
243 | per{"{0}/h"} | |
244 | } | |
245 | microsecond{ | |
246 | dnam{"microseconds"} | |
f3c0d7a5 | 247 | one{"{0} microsecond"} |
b331163b A |
248 | other{"{0} microseconds"} |
249 | } | |
250 | millisecond{ | |
251 | dnam{"ms"} | |
252 | one{"{0} ms"} | |
253 | other{"{0} ms"} | |
254 | } | |
255 | minute{ | |
256 | dnam{"amaminithi"} | |
257 | one{"{0} iminithi"} | |
258 | other{"{0} amaminithi"} | |
2ca993e8 | 259 | per{"{0}/min"} |
b331163b A |
260 | } |
261 | month{ | |
262 | dnam{"izinyanga"} | |
263 | one{"{0} inyanga"} | |
264 | other{"{0} izinyanga"} | |
f3c0d7a5 | 265 | per{"{0} ngenyanga"} |
b331163b A |
266 | } |
267 | nanosecond{ | |
268 | dnam{"ns"} | |
269 | one{"{0} ns"} | |
270 | other{"{0} ns"} | |
271 | } | |
272 | second{ | |
273 | dnam{"amasekhondi"} | |
274 | one{"{0} isekhondi"} | |
275 | other{"{0} amasekhondi"} | |
276 | per{"{0}ps"} | |
277 | } | |
278 | week{ | |
279 | dnam{"amaviki"} | |
280 | one{"{0} iviki"} | |
281 | other{"{0} amaviki"} | |
2ca993e8 | 282 | per{"{0}/w"} |
b331163b A |
283 | } |
284 | year{ | |
285 | dnam{"y"} | |
286 | one{"{0} y"} | |
287 | other{"{0} y"} | |
2ca993e8 | 288 | per{"{0}/y"} |
b331163b A |
289 | } |
290 | } | |
291 | electric{ | |
292 | ampere{ | |
293 | dnam{"amp"} | |
294 | one{"{0} A"} | |
295 | other{"{0} A"} | |
296 | } | |
297 | milliampere{ | |
298 | dnam{"mA"} | |
299 | one{"{0} mA"} | |
300 | other{"{0} mA"} | |
301 | } | |
302 | ohm{ | |
303 | dnam{"ohm"} | |
304 | one{"{0} Ω"} | |
305 | other{"{0} Ω"} | |
306 | } | |
307 | volt{ | |
308 | dnam{"volt"} | |
309 | one{"{0} V"} | |
310 | other{"{0} V"} | |
311 | } | |
312 | } | |
313 | energy{ | |
314 | calorie{ | |
315 | dnam{"cal"} | |
316 | one{"{0} cal"} | |
317 | other{"{0} cal"} | |
318 | } | |
319 | foodcalorie{ | |
320 | dnam{"Calories"} | |
321 | one{"{0} Calorie"} | |
322 | other{"{0} Calories"} | |
323 | } | |
324 | joule{ | |
325 | dnam{"joule"} | |
326 | one{"{0} i-joule"} | |
f3c0d7a5 | 327 | other{"{0} J"} |
b331163b A |
328 | } |
329 | kilocalorie{ | |
330 | dnam{"kcal"} | |
331 | one{"{0} kcal"} | |
332 | other{"{0} kcal"} | |
333 | } | |
334 | kilojoule{ | |
335 | dnam{"kJ"} | |
336 | one{"{0} kJ"} | |
337 | other{"{0} kJ"} | |
338 | } | |
339 | kilowatt-hour{ | |
340 | dnam{"kWh"} | |
341 | one{"{0} kWh"} | |
342 | other{"{0} kWh"} | |
343 | } | |
344 | } | |
345 | frequency{ | |
346 | gigahertz{ | |
347 | dnam{"GHz"} | |
348 | one{"{0} GHz"} | |
349 | other{"{0} GHz"} | |
350 | } | |
351 | hertz{ | |
352 | dnam{"Hz"} | |
353 | one{"{0} Hz"} | |
354 | other{"{0} Hz"} | |
355 | } | |
356 | kilohertz{ | |
357 | dnam{"kHz"} | |
358 | one{"{0} kHz"} | |
359 | other{"{0} kHz"} | |
360 | } | |
361 | megahertz{ | |
362 | dnam{"MHz"} | |
363 | one{"{0} MHz"} | |
364 | other{"{0} MHz"} | |
365 | } | |
366 | } | |
340931cb A |
367 | graphics{ |
368 | megapixel{ | |
369 | one{"{0} MP"} | |
370 | other{"{0} megapixels"} | |
371 | } | |
372 | } | |
b331163b A |
373 | length{ |
374 | astronomical-unit{ | |
375 | dnam{"au"} | |
376 | one{"{0} au"} | |
377 | other{"{0} au"} | |
378 | } | |
379 | centimeter{ | |
380 | dnam{"cm"} | |
381 | one{"{0} cm"} | |
382 | other{"{0} cm"} | |
2ca993e8 | 383 | per{"{0}/cm"} |
b331163b A |
384 | } |
385 | decimeter{ | |
386 | dnam{"dm"} | |
387 | one{"{0} dm"} | |
388 | other{"{0} dm"} | |
389 | } | |
390 | foot{ | |
391 | dnam{"ft"} | |
392 | one{"{0} ft"} | |
393 | other{"{0} ft"} | |
2ca993e8 | 394 | per{"{0}/ft"} |
b331163b A |
395 | } |
396 | inch{ | |
397 | dnam{"in"} | |
398 | one{"{0} in"} | |
399 | other{"{0} in"} | |
2ca993e8 | 400 | per{"{0}/in"} |
b331163b A |
401 | } |
402 | kilometer{ | |
403 | dnam{"km"} | |
404 | one{"{0} km"} | |
405 | other{"{0} km"} | |
2ca993e8 | 406 | per{"{0}/km"} |
b331163b A |
407 | } |
408 | light-year{ | |
409 | dnam{"ly"} | |
410 | one{"{0} ly"} | |
411 | other{"{0} ly"} | |
412 | } | |
413 | meter{ | |
414 | dnam{"m"} | |
415 | one{"{0} m"} | |
416 | other{"{0} m"} | |
2ca993e8 | 417 | per{"{0}/m"} |
b331163b A |
418 | } |
419 | micrometer{ | |
420 | dnam{"µm"} | |
421 | one{"{0} µm"} | |
422 | other{"{0} µm"} | |
423 | } | |
424 | mile{ | |
425 | dnam{"mi"} | |
426 | one{"{0} mi"} | |
427 | other{"{0} mi"} | |
428 | } | |
2ca993e8 A |
429 | mile-scandinavian{ |
430 | dnam{"smi"} | |
431 | one{"{0} smi"} | |
432 | other{"{0} smi"} | |
433 | } | |
b331163b A |
434 | millimeter{ |
435 | dnam{"mm"} | |
436 | one{"{0} mm"} | |
437 | other{"{0} mm"} | |
438 | } | |
439 | nanometer{ | |
440 | dnam{"nm"} | |
441 | one{"{0} nm"} | |
442 | other{"{0} nm"} | |
443 | } | |
444 | nautical-mile{ | |
445 | dnam{"nmi"} | |
446 | one{"{0} nmi"} | |
447 | other{"{0} nmi"} | |
448 | } | |
449 | parsec{ | |
450 | dnam{"pc"} | |
451 | one{"{0} pc"} | |
452 | other{"{0} pc"} | |
453 | } | |
454 | picometer{ | |
455 | dnam{"pm"} | |
456 | one{"{0} pm"} | |
457 | other{"{0} pm"} | |
458 | } | |
0f5d89e8 A |
459 | point{ |
460 | dnam{"pt"} | |
461 | one{"{0} pt"} | |
462 | other{"{0} pt"} | |
463 | } | |
b331163b A |
464 | yard{ |
465 | dnam{"yd"} | |
466 | one{"{0} yd"} | |
467 | other{"{0} yd"} | |
468 | } | |
469 | } | |
470 | light{ | |
471 | lux{ | |
472 | dnam{"lux"} | |
473 | one{"{0} i-lux"} | |
474 | other{"{0} i-lux"} | |
475 | } | |
476 | } | |
477 | mass{ | |
478 | carat{ | |
479 | dnam{"CD"} | |
480 | one{"{0} CD"} | |
481 | other{"{0} CD"} | |
482 | } | |
483 | gram{ | |
484 | dnam{"g"} | |
485 | one{"{0} g"} | |
486 | other{"{0} g"} | |
2ca993e8 | 487 | per{"{0}/g"} |
b331163b A |
488 | } |
489 | kilogram{ | |
490 | dnam{"kg"} | |
491 | one{"{0} kg"} | |
492 | other{"{0} kg"} | |
2ca993e8 | 493 | per{"{0}kg"} |
b331163b A |
494 | } |
495 | metric-ton{ | |
496 | dnam{"t"} | |
497 | one{"{0} t"} | |
498 | other{"{0} t"} | |
499 | } | |
500 | microgram{ | |
501 | dnam{"µg"} | |
502 | one{"{0} µg"} | |
503 | other{"{0} µg"} | |
504 | } | |
505 | milligram{ | |
506 | dnam{"mg"} | |
507 | one{"{0} mg"} | |
508 | other{"{0} mg"} | |
509 | } | |
510 | ounce{ | |
511 | dnam{"oz"} | |
512 | one{"{0} oz"} | |
513 | other{"{0} oz"} | |
2ca993e8 | 514 | per{"{0}/oz"} |
b331163b A |
515 | } |
516 | ounce-troy{ | |
517 | dnam{"oz t"} | |
518 | one{"{0} oz t"} | |
519 | other{"{0} oz t"} | |
520 | } | |
521 | pound{ | |
522 | dnam{"lb"} | |
523 | one{"{0} lb"} | |
524 | other{"{0} lb"} | |
2ca993e8 | 525 | per{"{0}/lb"} |
b331163b A |
526 | } |
527 | ton{ | |
528 | dnam{"tn"} | |
529 | one{"{0} tn"} | |
530 | other{"{0} tn"} | |
531 | } | |
532 | } | |
533 | power{ | |
534 | gigawatt{ | |
535 | dnam{"GW"} | |
536 | one{"{0} GW"} | |
537 | other{"{0} GW"} | |
538 | } | |
539 | horsepower{ | |
540 | dnam{"hp"} | |
541 | one{"{0} hp"} | |
542 | other{"{0} hp"} | |
543 | } | |
544 | kilowatt{ | |
545 | dnam{"kW"} | |
546 | one{"{0} kW"} | |
547 | other{"{0} kW"} | |
548 | } | |
549 | megawatt{ | |
550 | dnam{"MW"} | |
551 | one{"{0} MW"} | |
552 | other{"{0} MW"} | |
553 | } | |
554 | milliwatt{ | |
555 | dnam{"mW"} | |
556 | one{"{0} mW"} | |
557 | other{"{0} mW"} | |
558 | } | |
559 | watt{ | |
560 | dnam{"watt"} | |
561 | one{"{0} W"} | |
562 | other{"{0} W"} | |
563 | } | |
564 | } | |
565 | pressure{ | |
3d1f044b A |
566 | atmosphere{ |
567 | dnam{"atm"} | |
568 | one{"{0} atm"} | |
569 | other{"{0} atm"} | |
570 | } | |
b331163b A |
571 | hectopascal{ |
572 | dnam{"hPa"} | |
573 | one{"{0} hPa"} | |
574 | other{"{0} hPa"} | |
575 | } | |
576 | inch-hg{ | |
577 | dnam{"inHg"} | |
578 | one{"{0} inHg"} | |
579 | other{"{0} inHg"} | |
580 | } | |
581 | millibar{ | |
582 | dnam{"mbar"} | |
583 | one{"{0} mbar"} | |
584 | other{"{0} mbar"} | |
585 | } | |
586 | millimeter-of-mercury{ | |
587 | dnam{"mm Hg"} | |
588 | one{"{0} mm Hg"} | |
589 | other{"{0} mm Hg"} | |
590 | } | |
591 | pound-per-square-inch{ | |
592 | dnam{"psi"} | |
593 | one{"{0} psi"} | |
594 | other{"{0} psi"} | |
595 | } | |
596 | } | |
b331163b A |
597 | speed{ |
598 | kilometer-per-hour{ | |
599 | dnam{"km/h"} | |
600 | one{"{0} km/h"} | |
601 | other{"{0} km/h"} | |
602 | } | |
2ca993e8 A |
603 | knot{ |
604 | dnam{"knot"} | |
340931cb A |
605 | one{"{0} amafindo"} |
606 | other{"{0} amafindo"} | |
2ca993e8 | 607 | } |
b331163b A |
608 | meter-per-second{ |
609 | dnam{"m/s"} | |
610 | one{"{0} m/s"} | |
611 | other{"{0} m/s"} | |
612 | } | |
613 | mile-per-hour{ | |
614 | dnam{"mi/h"} | |
615 | one{"{0} mi/h"} | |
616 | other{"{0} mi/h"} | |
617 | } | |
618 | } | |
619 | temperature{ | |
620 | celsius{ | |
621 | dnam{"°C"} | |
622 | one{"{0}°C"} | |
623 | other{"{0}°C"} | |
624 | } | |
625 | fahrenheit{ | |
626 | dnam{"°F"} | |
627 | one{"{0}°F"} | |
628 | other{"{0}°F"} | |
629 | } | |
2ca993e8 A |
630 | generic{ |
631 | dnam{"°"} | |
632 | one{"{0}°"} | |
633 | other{"{0}°"} | |
634 | } | |
b331163b A |
635 | kelvin{ |
636 | dnam{"K"} | |
637 | one{"{0} K"} | |
638 | other{"{0} K"} | |
639 | } | |
640 | } | |
641 | volume{ | |
642 | acre-foot{ | |
643 | dnam{"ac ft"} | |
644 | one{"{0} ac ft"} | |
645 | other{"{0} ac ft"} | |
646 | } | |
647 | centiliter{ | |
648 | dnam{"cL"} | |
649 | one{"{0} cL"} | |
650 | other{"{0} cL"} | |
651 | } | |
652 | cubic-centimeter{ | |
653 | dnam{"cm³"} | |
654 | one{"{0} cm³"} | |
655 | other{"{0} cm³"} | |
2ca993e8 | 656 | per{"{0}/cm³"} |
b331163b A |
657 | } |
658 | cubic-foot{ | |
659 | dnam{"ft³"} | |
660 | one{"{0} ft³"} | |
661 | other{"{0} ft³"} | |
662 | } | |
663 | cubic-inch{ | |
664 | dnam{"in³"} | |
665 | one{"{0} in³"} | |
666 | other{"{0} in³"} | |
667 | } | |
668 | cubic-kilometer{ | |
669 | dnam{"km³"} | |
670 | one{"{0} km³"} | |
671 | other{"{0} km³"} | |
672 | } | |
673 | cubic-meter{ | |
674 | dnam{"m³"} | |
675 | one{"{0} m³"} | |
676 | other{"{0} m³"} | |
2ca993e8 | 677 | per{"{0}/m³"} |
b331163b A |
678 | } |
679 | cubic-mile{ | |
680 | dnam{"mi³"} | |
681 | one{"{0} mi³"} | |
682 | other{"{0} mi³"} | |
683 | } | |
684 | cubic-yard{ | |
685 | dnam{"yd³"} | |
686 | one{"{0} yd³"} | |
687 | other{"{0} yd³"} | |
688 | } | |
689 | cup{ | |
690 | dnam{"cup"} | |
691 | one{"{0} c"} | |
692 | other{"{0} c"} | |
693 | } | |
2ca993e8 A |
694 | cup-metric{ |
695 | dnam{"mcup"} | |
696 | one{"{0} mc"} | |
697 | other{"{0} mc"} | |
698 | } | |
b331163b A |
699 | deciliter{ |
700 | dnam{"dL"} | |
701 | one{"{0} dL"} | |
702 | other{"{0} dL"} | |
703 | } | |
704 | fluid-ounce{ | |
705 | dnam{"fl oz"} | |
706 | one{"{0} fl oz"} | |
707 | other{"{0} fl oz"} | |
708 | } | |
709 | gallon{ | |
710 | dnam{"gal"} | |
711 | one{"{0} gal"} | |
712 | other{"{0} gal"} | |
2ca993e8 | 713 | per{"{0}/gal"} |
b331163b | 714 | } |
f3c0d7a5 A |
715 | gallon-imperial{ |
716 | dnam{"Imp. gal"} | |
717 | one{"{0} gal Imp."} | |
718 | other{"{0} gal Imp."} | |
719 | per{"{0}/gal Imp."} | |
720 | } | |
b331163b A |
721 | hectoliter{ |
722 | dnam{"hL"} | |
723 | one{"{0} hL"} | |
724 | other{"{0} hL"} | |
725 | } | |
726 | liter{ | |
727 | dnam{"l"} | |
728 | one{"{0} l"} | |
729 | other{"{0} l"} | |
2ca993e8 | 730 | per{"{0}/l"} |
b331163b A |
731 | } |
732 | megaliter{ | |
733 | dnam{"ML"} | |
734 | one{"{0} ML"} | |
735 | other{"{0} ML"} | |
736 | } | |
737 | milliliter{ | |
738 | dnam{"mL"} | |
739 | one{"{0} mL"} | |
740 | other{"{0} mL"} | |
741 | } | |
742 | pint{ | |
743 | dnam{"pt"} | |
744 | one{"{0} pt"} | |
745 | other{"{0} pt"} | |
746 | } | |
2ca993e8 A |
747 | pint-metric{ |
748 | dnam{"mpt"} | |
749 | one{"{0} mpt"} | |
750 | other{"{0} mpt"} | |
751 | } | |
b331163b A |
752 | quart{ |
753 | dnam{"qt"} | |
754 | one{"{0} qt"} | |
755 | other{"{0} qt"} | |
756 | } | |
757 | tablespoon{ | |
758 | dnam{"tbsp"} | |
759 | one{"{0} tbsp"} | |
760 | other{"{0} tbsp"} | |
761 | } | |
762 | teaspoon{ | |
763 | dnam{"tsp"} | |
764 | one{"{0} tsp"} | |
765 | other{"{0} tsp"} | |
766 | } | |
767 | } | |
768 | } | |
769 | unitsNarrow{ | |
770 | acceleration{ | |
771 | g-force{ | |
772 | one{"{0} G"} | |
773 | other{"{0} G"} | |
774 | } | |
775 | } | |
776 | angle{ | |
777 | arc-minute{ | |
778 | one{"{0}′"} | |
779 | other{"{0}′"} | |
780 | } | |
781 | arc-second{ | |
782 | one{"{0}″"} | |
783 | other{"{0}″"} | |
784 | } | |
785 | degree{ | |
786 | one{"{0}°"} | |
787 | other{"{0}°"} | |
788 | } | |
789 | } | |
790 | compound{ | |
791 | per{"{0}/{1}"} | |
792 | } | |
3d1f044b A |
793 | concentr{ |
794 | percent{ | |
795 | dnam{"%"} | |
796 | one{"{0}%"} | |
797 | other{"{0}%"} | |
798 | } | |
799 | } | |
2ca993e8 A |
800 | consumption{ |
801 | liter-per-100kilometers{ | |
802 | dnam{"L/100km"} | |
803 | one{"{0}L/100km"} | |
804 | other{"{0}L/100km"} | |
805 | } | |
806 | } | |
807 | coordinate{ | |
3d1f044b | 808 | dnam{"indlela"} |
2ca993e8 A |
809 | east{"{0}E"} |
810 | north{"{0}N"} | |
811 | south{"{0}S"} | |
812 | west{"{0}W"} | |
813 | } | |
b331163b A |
814 | duration{ |
815 | day{ | |
816 | dnam{"izinsuku"} | |
817 | one{"{0}"} | |
818 | other{"{0} suku"} | |
819 | } | |
820 | hour{ | |
821 | dnam{"amahora"} | |
822 | one{"{0} hora"} | |
823 | other{"{0} hora"} | |
824 | } | |
825 | millisecond{ | |
826 | dnam{"ms"} | |
827 | one{"{0} ms"} | |
828 | other{"{0} ms"} | |
829 | } | |
830 | minute{ | |
831 | dnam{"amaminithi"} | |
340931cb A |
832 | one{"{0} umzuzu"} |
833 | other{"{0} umzuzu"} | |
b331163b A |
834 | } |
835 | month{ | |
836 | dnam{"izinyanga"} | |
837 | one{"{0} m"} | |
838 | other{"{0} m"} | |
839 | } | |
840 | second{ | |
841 | dnam{"isekhondi"} | |
842 | one{"{0} s"} | |
843 | other{"{0} s"} | |
844 | } | |
845 | week{ | |
846 | dnam{"amaviki"} | |
847 | one{"{0} w"} | |
848 | other{"{0} w"} | |
849 | } | |
850 | year{ | |
851 | dnam{"y"} | |
852 | one{"{0} y"} | |
853 | other{"{0} y"} | |
854 | } | |
855 | } | |
856 | length{ | |
857 | centimeter{ | |
858 | dnam{"cm"} | |
859 | one{"{0} cm"} | |
860 | other{"{0} cm"} | |
861 | } | |
862 | kilometer{ | |
863 | dnam{"km"} | |
864 | one{"{0} km"} | |
865 | other{"{0} km"} | |
866 | } | |
867 | meter{ | |
868 | dnam{"m"} | |
869 | one{"{0} m"} | |
870 | other{"{0} m"} | |
871 | } | |
872 | millimeter{ | |
873 | dnam{"mm"} | |
874 | one{"{0} mm"} | |
875 | other{"{0} mm"} | |
876 | } | |
877 | } | |
878 | mass{ | |
879 | gram{ | |
880 | dnam{"g"} | |
881 | one{"{0} g"} | |
882 | other{"{0} g"} | |
883 | } | |
884 | kilogram{ | |
885 | dnam{"kg"} | |
886 | one{"{0} kg"} | |
887 | other{"{0} kg"} | |
888 | } | |
889 | } | |
890 | speed{ | |
891 | kilometer-per-hour{ | |
892 | dnam{"km/h"} | |
893 | one{"{0} km/h"} | |
894 | other{"{0} km/h"} | |
895 | } | |
896 | } | |
897 | temperature{ | |
898 | celsius{ | |
899 | dnam{"°C"} | |
900 | one{"{0}°"} | |
901 | other{"{0}°"} | |
902 | } | |
903 | fahrenheit{ | |
904 | one{"{0}°F"} | |
905 | other{"{0}°F"} | |
906 | } | |
907 | } | |
908 | volume{ | |
909 | liter{ | |
910 | dnam{"l"} | |
911 | one{"{0} l"} | |
912 | other{"{0} l"} | |
913 | } | |
914 | } | |
915 | } | |
916 | unitsShort{ | |
917 | acceleration{ | |
918 | g-force{ | |
919 | dnam{"g-force"} | |
920 | one{"{0} G"} | |
921 | other{"{0} G"} | |
922 | } | |
923 | meter-per-second-squared{ | |
924 | dnam{"m/s²"} | |
925 | one{"{0} m/s²"} | |
926 | other{"{0} m/s²"} | |
927 | } | |
928 | } | |
929 | angle{ | |
930 | arc-minute{ | |
931 | dnam{"arcmins"} | |
932 | one{"{0} arcmin"} | |
933 | other{"{0} arcmins"} | |
934 | } | |
935 | arc-second{ | |
936 | dnam{"arcsecs"} | |
937 | one{"{0} arcsec"} | |
938 | other{"{0} arcsecs"} | |
939 | } | |
940 | degree{ | |
941 | dnam{"°"} | |
942 | one{"{0}°"} | |
943 | other{"{0}°"} | |
944 | } | |
945 | radian{ | |
946 | dnam{"radians"} | |
947 | one{"{0} rad"} | |
948 | other{"{0} rad"} | |
949 | } | |
2ca993e8 A |
950 | revolution{ |
951 | dnam{"rev"} | |
952 | one{"{0} rev"} | |
953 | other{"{0} rev"} | |
954 | } | |
b331163b A |
955 | } |
956 | area{ | |
957 | acre{ | |
958 | dnam{"acre"} | |
959 | one{"{0} ac"} | |
960 | other{"{0} ac"} | |
961 | } | |
3d1f044b A |
962 | dunam{ |
963 | dnam{"dunams"} | |
3d1f044b | 964 | } |
b331163b A |
965 | hectare{ |
966 | dnam{"hectare"} | |
967 | one{"{0} ha"} | |
968 | other{"{0} ha"} | |
969 | } | |
970 | square-centimeter{ | |
971 | dnam{"cm²"} | |
972 | one{"{0} cm²"} | |
973 | other{"{0} cm²"} | |
2ca993e8 | 974 | per{"{0}/cm²"} |
b331163b A |
975 | } |
976 | square-foot{ | |
977 | dnam{"ft²"} | |
978 | one{"{0} ft²"} | |
979 | other{"{0} ft²"} | |
980 | } | |
981 | square-inch{ | |
982 | dnam{"in²"} | |
983 | one{"{0} in²"} | |
984 | other{"{0} in²"} | |
2ca993e8 | 985 | per{"{0}/in²"} |
b331163b A |
986 | } |
987 | square-kilometer{ | |
988 | dnam{"km²"} | |
989 | one{"{0} km²"} | |
990 | other{"{0} km²"} | |
f3c0d7a5 | 991 | per{"{0}/km²"} |
b331163b A |
992 | } |
993 | square-meter{ | |
994 | dnam{"m²"} | |
995 | one{"{0} m²"} | |
996 | other{"{0} m²"} | |
2ca993e8 | 997 | per{"{0}/m²"} |
b331163b A |
998 | } |
999 | square-mile{ | |
1000 | dnam{"mi²"} | |
1001 | one{"{0} mi²"} | |
1002 | other{"{0} mi²"} | |
f3c0d7a5 | 1003 | per{"{0}/mi²"} |
b331163b A |
1004 | } |
1005 | square-yard{ | |
1006 | dnam{"yd²"} | |
1007 | one{"{0} yd²"} | |
1008 | other{"{0} yd²"} | |
1009 | } | |
1010 | } | |
1011 | compound{ | |
1012 | per{"{0}/{1}"} | |
1013 | } | |
2ca993e8 A |
1014 | concentr{ |
1015 | karat{ | |
1016 | dnam{"karats"} | |
1017 | one{"{0} kt"} | |
1018 | other{"{0} kt"} | |
1019 | } | |
f3c0d7a5 A |
1020 | milligram-per-deciliter{ |
1021 | dnam{"mg/dL"} | |
1022 | one{"{0} mg/dL"} | |
1023 | other{"{0} mg/dL"} | |
1024 | } | |
1025 | millimole-per-liter{ | |
1026 | dnam{"mmol/L"} | |
1027 | one{"{0} mmol/L"} | |
1028 | other{"{0} mmol/L"} | |
1029 | } | |
1030 | part-per-million{ | |
1031 | dnam{"izingxenye/izigidi"} | |
1032 | one{"{0} ppm"} | |
1033 | other{"{0} ppm"} | |
1034 | } | |
3d1f044b A |
1035 | percent{ |
1036 | dnam{"%"} | |
1037 | one{"{0}%"} | |
1038 | other{"{0}%"} | |
1039 | } | |
1040 | permille{ | |
1041 | dnam{"‰"} | |
1042 | one{"{0}‰"} | |
1043 | other{"{0}‰"} | |
1044 | } | |
2ca993e8 | 1045 | } |
b331163b | 1046 | consumption{ |
2ca993e8 A |
1047 | liter-per-100kilometers{ |
1048 | dnam{"L/100km"} | |
1049 | one{"{0} L/100km"} | |
1050 | other{"{0} L/100km"} | |
1051 | } | |
b331163b A |
1052 | liter-per-kilometer{ |
1053 | dnam{"L/km"} | |
1054 | one{"{0} L/km"} | |
1055 | other{"{0} L/km"} | |
1056 | } | |
1057 | mile-per-gallon{ | |
1058 | dnam{"miles/gal"} | |
1059 | one{"{0} mpg"} | |
1060 | other{"{0} mpg"} | |
1061 | } | |
f3c0d7a5 A |
1062 | mile-per-gallon-imperial{ |
1063 | dnam{"mpg Imp."} | |
1064 | one{"{0} mpg Imp."} | |
1065 | other{"{0} mpg Imp."} | |
1066 | } | |
b331163b | 1067 | } |
2ca993e8 | 1068 | coordinate{ |
3d1f044b | 1069 | dnam{"indlela"} |
2ca993e8 A |
1070 | east{"{0}E"} |
1071 | north{"{0}N"} | |
1072 | south{"{0}S"} | |
1073 | west{"{0}W"} | |
1074 | } | |
b331163b A |
1075 | digital{ |
1076 | bit{ | |
1077 | dnam{"bit"} | |
1078 | one{"{0} bit"} | |
1079 | other{"{0} bit"} | |
1080 | } | |
1081 | byte{ | |
1082 | dnam{"byte"} | |
1083 | one{"{0} byte"} | |
1084 | other{"{0} byte"} | |
1085 | } | |
1086 | gigabit{ | |
1087 | dnam{"Gbit"} | |
1088 | one{"{0} Gb"} | |
1089 | other{"{0} Gb"} | |
1090 | } | |
1091 | gigabyte{ | |
1092 | dnam{"GB"} | |
1093 | one{"{0} GB"} | |
1094 | other{"{0} GB"} | |
1095 | } | |
1096 | kilobit{ | |
1097 | dnam{"kbit"} | |
1098 | one{"{0} kb"} | |
1099 | other{"{0} kb"} | |
1100 | } | |
1101 | kilobyte{ | |
1102 | dnam{"kB"} | |
1103 | one{"{0} kB"} | |
1104 | other{"{0} kB"} | |
1105 | } | |
1106 | megabit{ | |
1107 | dnam{"Mbit"} | |
1108 | one{"{0} Mb"} | |
1109 | other{"{0} Mb"} | |
1110 | } | |
1111 | megabyte{ | |
1112 | dnam{"MB"} | |
1113 | one{"{0} MB"} | |
1114 | other{"{0} MB"} | |
1115 | } | |
3d1f044b A |
1116 | petabyte{ |
1117 | dnam{"PB"} | |
1118 | one{"{0} PB"} | |
1119 | other{"{0} PB"} | |
1120 | } | |
b331163b A |
1121 | terabit{ |
1122 | dnam{"Tbit"} | |
1123 | one{"{0} Tb"} | |
1124 | other{"{0} Tb"} | |
1125 | } | |
1126 | terabyte{ | |
1127 | dnam{"TB"} | |
1128 | one{"{0} TB"} | |
1129 | other{"{0} TB"} | |
1130 | } | |
1131 | } | |
1132 | duration{ | |
2ca993e8 A |
1133 | century{ |
1134 | dnam{"c"} | |
1135 | one{"{0} c"} | |
1136 | other{"{0} c"} | |
1137 | } | |
b331163b A |
1138 | day{ |
1139 | dnam{"izinsuku"} | |
1140 | one{"{0} usuku"} | |
1141 | other{"{0} izinsuku"} | |
2ca993e8 | 1142 | per{"{0}/d"} |
b331163b A |
1143 | } |
1144 | hour{ | |
1145 | dnam{"amahora"} | |
1146 | one{"{0} hora"} | |
f3c0d7a5 | 1147 | other{"{0} hr"} |
b331163b A |
1148 | per{"{0}/h"} |
1149 | } | |
1150 | microsecond{ | |
1151 | dnam{"μsecs"} | |
1152 | one{"{0} μs"} | |
1153 | other{"{0} μs"} | |
1154 | } | |
1155 | millisecond{ | |
1156 | dnam{"ms"} | |
1157 | one{"{0} ms"} | |
1158 | other{"{0} ms"} | |
1159 | } | |
1160 | minute{ | |
1161 | dnam{"amaminithi"} | |
1162 | one{"{0} iminithi"} | |
2ca993e8 | 1163 | other{"{0} iminithi"} |
b331163b A |
1164 | } |
1165 | month{ | |
1166 | dnam{"izinyanga"} | |
1167 | one{"{0} nyanga"} | |
1168 | other{"{0} izinyanga"} | |
2ca993e8 | 1169 | per{"{0}/m"} |
b331163b A |
1170 | } |
1171 | nanosecond{ | |
1172 | dnam{"ns"} | |
1173 | one{"{0} ns"} | |
1174 | other{"{0} ns"} | |
1175 | } | |
1176 | second{ | |
1177 | dnam{"amasekhondi"} | |
1178 | one{"{0} sekhondi"} | |
f3c0d7a5 A |
1179 | other{"{0} sec"} |
1180 | per{"{0}/s"} | |
b331163b A |
1181 | } |
1182 | week{ | |
1183 | dnam{"amaviki"} | |
1184 | one{"{0} viki"} | |
1185 | other{"{0} amaviki"} | |
2ca993e8 | 1186 | per{"{0}/w"} |
b331163b A |
1187 | } |
1188 | year{ | |
1189 | dnam{"y"} | |
1190 | one{"{0} y"} | |
1191 | other{"{0} yrs"} | |
2ca993e8 | 1192 | per{"{0}/y"} |
b331163b A |
1193 | } |
1194 | } | |
1195 | electric{ | |
1196 | ampere{ | |
1197 | dnam{"amp"} | |
1198 | one{"{0} A"} | |
1199 | other{"{0} A"} | |
1200 | } | |
1201 | milliampere{ | |
1202 | dnam{"mA"} | |
1203 | one{"{0} mA"} | |
1204 | other{"{0} mA"} | |
1205 | } | |
1206 | ohm{ | |
1207 | dnam{"ohm"} | |
1208 | one{"{0} Ω"} | |
1209 | other{"{0} Ω"} | |
1210 | } | |
1211 | volt{ | |
1212 | dnam{"volt"} | |
1213 | one{"{0} V"} | |
1214 | other{"{0} V"} | |
1215 | } | |
1216 | } | |
1217 | energy{ | |
1218 | calorie{ | |
1219 | dnam{"cal"} | |
1220 | one{"{0} cal"} | |
1221 | other{"{0} cal"} | |
1222 | } | |
1223 | foodcalorie{ | |
1224 | dnam{"Cal"} | |
1225 | one{"{0} Cal"} | |
1226 | other{"{0} Cal"} | |
1227 | } | |
1228 | joule{ | |
1229 | dnam{"joules"} | |
1230 | one{"{0} J"} | |
1231 | other{"{0} J"} | |
1232 | } | |
1233 | kilocalorie{ | |
1234 | dnam{"kcal"} | |
1235 | one{"{0} kcal"} | |
1236 | other{"{0} kcal"} | |
1237 | } | |
1238 | kilojoule{ | |
1239 | dnam{"kJ"} | |
1240 | one{"{0} kJ"} | |
1241 | other{"{0} kJ"} | |
1242 | } | |
1243 | kilowatt-hour{ | |
1244 | dnam{"kWh"} | |
1245 | one{"{0} kWh"} | |
1246 | other{"{0} kWh"} | |
1247 | } | |
1248 | } | |
1249 | frequency{ | |
1250 | gigahertz{ | |
1251 | dnam{"GHz"} | |
1252 | one{"{0} GHz"} | |
1253 | other{"{0} GHz"} | |
1254 | } | |
1255 | hertz{ | |
1256 | dnam{"Hz"} | |
1257 | one{"{0} Hz"} | |
1258 | other{"{0} Hz"} | |
1259 | } | |
1260 | kilohertz{ | |
1261 | dnam{"kHz"} | |
1262 | one{"{0} kHz"} | |
1263 | other{"{0} kHz"} | |
1264 | } | |
1265 | megahertz{ | |
1266 | dnam{"MHz"} | |
1267 | one{"{0} MHz"} | |
1268 | other{"{0} MHz"} | |
1269 | } | |
1270 | } | |
1271 | length{ | |
1272 | astronomical-unit{ | |
1273 | dnam{"au"} | |
1274 | one{"{0} au"} | |
1275 | other{"{0} au"} | |
1276 | } | |
1277 | centimeter{ | |
1278 | dnam{"cm"} | |
1279 | one{"{0} cm"} | |
1280 | other{"{0} cm"} | |
2ca993e8 | 1281 | per{"{0}/cm"} |
b331163b A |
1282 | } |
1283 | decimeter{ | |
1284 | dnam{"dm"} | |
1285 | one{"{0} dm"} | |
1286 | other{"{0} dm"} | |
1287 | } | |
1288 | foot{ | |
1289 | dnam{"ft"} | |
1290 | one{"{0} ft"} | |
1291 | other{"{0} ft"} | |
2ca993e8 | 1292 | per{"{0}/ft"} |
b331163b A |
1293 | } |
1294 | inch{ | |
1295 | dnam{"in"} | |
1296 | one{"{0} in"} | |
1297 | other{"{0} in"} | |
2ca993e8 | 1298 | per{"{0}/in"} |
b331163b A |
1299 | } |
1300 | kilometer{ | |
1301 | dnam{"km"} | |
1302 | one{"{0} km"} | |
1303 | other{"{0} km"} | |
2ca993e8 | 1304 | per{"{0}/km"} |
b331163b A |
1305 | } |
1306 | light-year{ | |
1307 | dnam{"ly"} | |
1308 | one{"{0} ly"} | |
1309 | other{"{0} ly"} | |
1310 | } | |
1311 | meter{ | |
1312 | dnam{"m"} | |
1313 | one{"{0} m"} | |
1314 | other{"{0} m"} | |
2ca993e8 | 1315 | per{"{0}/m"} |
b331163b A |
1316 | } |
1317 | micrometer{ | |
1318 | dnam{"µm"} | |
1319 | one{"{0} µm"} | |
1320 | other{"{0} µm"} | |
1321 | } | |
1322 | mile{ | |
1323 | dnam{"mi"} | |
1324 | one{"{0} mi"} | |
1325 | other{"{0} mi"} | |
1326 | } | |
2ca993e8 A |
1327 | mile-scandinavian{ |
1328 | dnam{"smi"} | |
1329 | one{"{0} smi"} | |
1330 | other{"{0} smi"} | |
1331 | } | |
b331163b A |
1332 | millimeter{ |
1333 | dnam{"mm"} | |
1334 | one{"{0} mm"} | |
1335 | other{"{0} mm"} | |
1336 | } | |
1337 | nanometer{ | |
1338 | dnam{"nm"} | |
1339 | one{"{0} nm"} | |
1340 | other{"{0} nm"} | |
1341 | } | |
1342 | nautical-mile{ | |
1343 | dnam{"nmi"} | |
1344 | one{"{0} nmi"} | |
1345 | other{"{0} nmi"} | |
1346 | } | |
1347 | parsec{ | |
1348 | dnam{"pc"} | |
1349 | one{"{0} pc"} | |
1350 | other{"{0} pc"} | |
1351 | } | |
1352 | picometer{ | |
1353 | dnam{"pm"} | |
1354 | one{"{0} pm"} | |
1355 | other{"{0} pm"} | |
1356 | } | |
0f5d89e8 A |
1357 | point{ |
1358 | dnam{"pt"} | |
1359 | one{"{0} pt"} | |
1360 | other{"{0} pt"} | |
1361 | } | |
b331163b A |
1362 | yard{ |
1363 | dnam{"yd"} | |
1364 | one{"{0} yd"} | |
1365 | other{"{0} yd"} | |
1366 | } | |
1367 | } | |
1368 | light{ | |
1369 | lux{ | |
1370 | dnam{"lux"} | |
1371 | one{"{0} lx"} | |
1372 | other{"{0} lx"} | |
1373 | } | |
1374 | } | |
1375 | mass{ | |
1376 | carat{ | |
1377 | dnam{"CD"} | |
1378 | one{"{0} CD"} | |
1379 | other{"{0} CD"} | |
1380 | } | |
1381 | gram{ | |
1382 | dnam{"g"} | |
1383 | one{"{0} g"} | |
1384 | other{"{0} g"} | |
2ca993e8 | 1385 | per{"{0}/g"} |
b331163b A |
1386 | } |
1387 | kilogram{ | |
1388 | dnam{"kg"} | |
1389 | one{"{0} kg"} | |
1390 | other{"{0} kg"} | |
2ca993e8 | 1391 | per{"{0}/kg"} |
b331163b A |
1392 | } |
1393 | metric-ton{ | |
1394 | dnam{"t"} | |
1395 | one{"{0} t"} | |
1396 | other{"{0} t"} | |
1397 | } | |
1398 | microgram{ | |
1399 | dnam{"µg"} | |
1400 | one{"{0} µg"} | |
1401 | other{"{0} µg"} | |
1402 | } | |
1403 | milligram{ | |
1404 | dnam{"mg"} | |
1405 | one{"{0} mg"} | |
1406 | other{"{0} mg"} | |
1407 | } | |
1408 | ounce{ | |
1409 | dnam{"oz"} | |
1410 | one{"{0} oz"} | |
1411 | other{"{0} oz"} | |
2ca993e8 | 1412 | per{"{0}/oz"} |
b331163b A |
1413 | } |
1414 | ounce-troy{ | |
1415 | dnam{"oz t"} | |
1416 | one{"{0} oz t"} | |
1417 | other{"{0} oz t"} | |
1418 | } | |
1419 | pound{ | |
1420 | dnam{"lb"} | |
1421 | one{"{0} lb"} | |
1422 | other{"{0} lb"} | |
2ca993e8 | 1423 | per{"{0}/lb"} |
b331163b A |
1424 | } |
1425 | ton{ | |
1426 | dnam{"tn"} | |
1427 | one{"{0} tn"} | |
1428 | other{"{0} tn"} | |
1429 | } | |
1430 | } | |
1431 | power{ | |
1432 | gigawatt{ | |
1433 | dnam{"GW"} | |
1434 | one{"{0} GW"} | |
1435 | other{"{0} GW"} | |
1436 | } | |
1437 | horsepower{ | |
1438 | dnam{"hp"} | |
1439 | one{"{0} hp"} | |
1440 | other{"{0} hp"} | |
1441 | } | |
1442 | kilowatt{ | |
1443 | dnam{"kW"} | |
1444 | one{"{0} kW"} | |
1445 | other{"{0} kW"} | |
1446 | } | |
1447 | megawatt{ | |
1448 | dnam{"MW"} | |
1449 | one{"{0} MW"} | |
1450 | other{"{0} MW"} | |
1451 | } | |
1452 | milliwatt{ | |
1453 | dnam{"mW"} | |
1454 | one{"{0} mW"} | |
1455 | other{"{0} mW"} | |
1456 | } | |
1457 | watt{ | |
1458 | dnam{"watt"} | |
1459 | one{"{0} W"} | |
1460 | other{"{0} W"} | |
1461 | } | |
1462 | } | |
1463 | pressure{ | |
3d1f044b A |
1464 | atmosphere{ |
1465 | dnam{"atm"} | |
1466 | one{"{0} atm"} | |
1467 | other{"{0} atm"} | |
1468 | } | |
b331163b A |
1469 | hectopascal{ |
1470 | dnam{"hPa"} | |
1471 | one{"{0} hPa"} | |
1472 | other{"{0} hPa"} | |
1473 | } | |
1474 | inch-hg{ | |
1475 | dnam{"inHg"} | |
1476 | one{"{0} inHg"} | |
1477 | other{"{0} inHg"} | |
1478 | } | |
1479 | millibar{ | |
1480 | dnam{"mbar"} | |
1481 | one{"{0} mbar"} | |
1482 | other{"{0} mbar"} | |
1483 | } | |
1484 | millimeter-of-mercury{ | |
1485 | dnam{"mm Hg"} | |
1486 | one{"{0} mm Hg"} | |
1487 | other{"{0} mm Hg"} | |
1488 | } | |
1489 | pound-per-square-inch{ | |
1490 | dnam{"psi"} | |
1491 | one{"{0} psi"} | |
1492 | other{"{0} psi"} | |
1493 | } | |
1494 | } | |
b331163b A |
1495 | speed{ |
1496 | kilometer-per-hour{ | |
1497 | dnam{"km/h"} | |
1498 | one{"{0} km/h"} | |
1499 | other{"{0} km/h"} | |
1500 | } | |
2ca993e8 A |
1501 | knot{ |
1502 | dnam{"kn"} | |
1503 | one{"{0} kn"} | |
1504 | other{"{0} kn"} | |
1505 | } | |
b331163b A |
1506 | meter-per-second{ |
1507 | dnam{"m/s"} | |
1508 | one{"{0} m/s"} | |
1509 | other{"{0} m/s"} | |
1510 | } | |
1511 | mile-per-hour{ | |
1512 | dnam{"mi/h"} | |
1513 | one{"{0} mi/h"} | |
1514 | other{"{0} mi/h"} | |
1515 | } | |
1516 | } | |
1517 | temperature{ | |
1518 | celsius{ | |
1519 | dnam{"°C"} | |
1520 | one{"{0}°C"} | |
1521 | other{"{0}°C"} | |
1522 | } | |
1523 | fahrenheit{ | |
1524 | dnam{"°F"} | |
1525 | one{"{0}°F"} | |
1526 | other{"{0}°F"} | |
1527 | } | |
2ca993e8 A |
1528 | generic{ |
1529 | dnam{"°"} | |
1530 | one{"{0}°"} | |
1531 | other{"{0}°"} | |
1532 | } | |
b331163b A |
1533 | kelvin{ |
1534 | dnam{"K"} | |
1535 | one{"{0} K"} | |
1536 | other{"{0} K"} | |
1537 | } | |
1538 | } | |
1539 | volume{ | |
1540 | acre-foot{ | |
1541 | dnam{"ac ft"} | |
1542 | one{"{0} ac ft"} | |
1543 | other{"{0} ac ft"} | |
1544 | } | |
1545 | centiliter{ | |
1546 | dnam{"cL"} | |
1547 | one{"{0} cL"} | |
1548 | other{"{0} cL"} | |
1549 | } | |
1550 | cubic-centimeter{ | |
1551 | dnam{"cm³"} | |
1552 | one{"{0} cm³"} | |
1553 | other{"{0} cm³"} | |
2ca993e8 | 1554 | per{"{0}/cm³"} |
b331163b A |
1555 | } |
1556 | cubic-foot{ | |
1557 | dnam{"ft³"} | |
1558 | one{"{0} ft³"} | |
1559 | other{"{0} ft³"} | |
1560 | } | |
1561 | cubic-inch{ | |
1562 | dnam{"in³"} | |
1563 | one{"{0} in³"} | |
1564 | other{"{0} in³"} | |
1565 | } | |
1566 | cubic-kilometer{ | |
1567 | dnam{"km³"} | |
1568 | one{"{0} km³"} | |
1569 | other{"{0} km³"} | |
1570 | } | |
1571 | cubic-meter{ | |
1572 | dnam{"m³"} | |
1573 | one{"{0} m³"} | |
1574 | other{"{0} m³"} | |
2ca993e8 | 1575 | per{"{0}/m³"} |
b331163b A |
1576 | } |
1577 | cubic-mile{ | |
1578 | dnam{"mi³"} | |
1579 | one{"{0} mi³"} | |
1580 | other{"{0} mi³"} | |
1581 | } | |
1582 | cubic-yard{ | |
1583 | dnam{"yd³"} | |
1584 | one{"{0} yd³"} | |
1585 | other{"{0} yd³"} | |
1586 | } | |
1587 | cup{ | |
1588 | dnam{"cup"} | |
1589 | one{"{0} c"} | |
1590 | other{"{0} c"} | |
1591 | } | |
2ca993e8 A |
1592 | cup-metric{ |
1593 | dnam{"mcup"} | |
1594 | one{"{0} mc"} | |
1595 | other{"{0} mc"} | |
1596 | } | |
b331163b A |
1597 | deciliter{ |
1598 | dnam{"dL"} | |
1599 | one{"{0} dL"} | |
1600 | other{"{0} dL"} | |
1601 | } | |
1602 | fluid-ounce{ | |
1603 | dnam{"fl oz"} | |
1604 | one{"{0} fl oz"} | |
1605 | other{"{0} fl oz"} | |
1606 | } | |
1607 | gallon{ | |
1608 | dnam{"gal"} | |
1609 | one{"{0} gal"} | |
1610 | other{"{0} gal"} | |
2ca993e8 | 1611 | per{"{0}/gal"} |
b331163b | 1612 | } |
f3c0d7a5 A |
1613 | gallon-imperial{ |
1614 | dnam{"Imp. gal"} | |
1615 | one{"{0} gal Imp."} | |
1616 | other{"{0} gal Imp."} | |
1617 | per{"{0}/gal Imp."} | |
1618 | } | |
b331163b A |
1619 | hectoliter{ |
1620 | dnam{"hL"} | |
1621 | one{"{0} hL"} | |
1622 | other{"{0} hL"} | |
1623 | } | |
1624 | liter{ | |
1625 | dnam{"l"} | |
1626 | one{"{0} l"} | |
1627 | other{"{0} l"} | |
2ca993e8 | 1628 | per{"{0}/l"} |
b331163b A |
1629 | } |
1630 | megaliter{ | |
1631 | dnam{"ML"} | |
1632 | one{"{0} ML"} | |
1633 | other{"{0} ML"} | |
1634 | } | |
1635 | milliliter{ | |
1636 | dnam{"mL"} | |
1637 | one{"{0} mL"} | |
1638 | other{"{0} mL"} | |
1639 | } | |
1640 | pint{ | |
1641 | dnam{"pt"} | |
1642 | one{"{0} pt"} | |
1643 | other{"{0} pt"} | |
1644 | } | |
2ca993e8 A |
1645 | pint-metric{ |
1646 | dnam{"mpt"} | |
1647 | one{"{0} mpt"} | |
1648 | other{"{0} mpt"} | |
1649 | } | |
b331163b A |
1650 | quart{ |
1651 | dnam{"qt"} | |
1652 | one{"{0} qt"} | |
1653 | other{"{0} qt"} | |
1654 | } | |
1655 | tablespoon{ | |
1656 | dnam{"tbsp"} | |
1657 | one{"{0} tbsp"} | |
1658 | other{"{0} tbsp"} | |
1659 | } | |
1660 | teaspoon{ | |
1661 | dnam{"tsp"} | |
1662 | one{"{0} tsp"} | |
1663 | other{"{0} tsp"} | |
1664 | } | |
1665 | } | |
1666 | } | |
1667 | } |