OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/zh_Hant.xml | 6 // * Source File: <path>/common/main/zh_Hant.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/zh_Hant.xml | 10 * ICU <specials> source: <path>/common/main/zh_Hant.xml |
11 */ | 11 */ |
12 zh_Hant{ | 12 zh_Hant{ |
13 %%Parent{"root"} | 13 %%Parent{"root"} |
14 Version{"2.1.8.95"} | 14 Version{"2.1.8.95"} |
15 units{ | 15 units{ |
16 acceleration{ | |
17 g-force{ | |
18 dnam{"G 力"} | |
19 other{"{0} G 力"} | |
20 } | |
21 meter-per-second-squared{ | |
22 dnam{"公尺/秒平方"} | |
23 other{"{0} 公尺/秒平方"} | |
24 } | |
25 } | |
26 angle{ | |
27 arc-minute{ | |
28 dnam{"分鐘"} | |
29 other{"{0} 分鐘"} | |
30 } | |
31 arc-second{ | |
32 dnam{"秒"} | |
33 other{"{0} 秒"} | |
34 } | |
35 degree{ | |
36 dnam{"度"} | |
37 other{"{0} 度"} | |
38 } | |
39 radian{ | |
40 dnam{"弧度"} | |
41 other{"{0} 弧度"} | |
42 } | |
43 } | |
44 area{ | |
45 acre{ | |
46 dnam{"英畝"} | |
47 other{"{0} 英畝"} | |
48 } | |
49 hectare{ | |
50 dnam{"公頃"} | |
51 other{"{0} 公頃"} | |
52 } | |
53 square-centimeter{ | |
54 dnam{"平方公分"} | |
55 other{"{0} 平方公分"} | |
56 } | |
57 square-foot{ | |
58 dnam{"平方英尺"} | |
59 other{"{0} 平方英尺"} | |
60 } | |
61 square-inch{ | |
62 dnam{"平方英寸"} | |
63 other{"{0} 平方英寸"} | |
64 } | |
65 square-kilometer{ | |
66 dnam{"平方公里"} | |
67 other{"{0} 平方公里"} | |
68 } | |
69 square-meter{ | |
70 dnam{"平方公尺"} | |
71 other{"{0} 平方公尺"} | |
72 } | |
73 square-mile{ | |
74 dnam{"平方英里"} | |
75 other{"{0} 平方英里"} | |
76 } | |
77 square-yard{ | |
78 dnam{"平方碼"} | |
79 other{"{0} 平方碼"} | |
80 } | |
81 } | |
82 compound{ | 16 compound{ |
83 per{"{0}/{1}"} | 17 per{"{0}/{1}"} |
84 } | 18 } |
85 consumption{ | |
86 liter-per-kilometer{ | |
87 dnam{"升/公里"} | |
88 other{"{0} 升/公里"} | |
89 } | |
90 mile-per-gallon{ | |
91 dnam{"英里/加侖"} | |
92 other{"{0} 英里/加侖"} | |
93 } | |
94 } | |
95 digital{ | |
96 bit{ | |
97 dnam{"bit"} | |
98 other{"{0} bit"} | |
99 } | |
100 byte{ | |
101 dnam{"byte"} | |
102 other{"{0} byte"} | |
103 } | |
104 gigabit{ | |
105 dnam{"Gb"} | |
106 other{"{0} Gb"} | |
107 } | |
108 gigabyte{ | |
109 dnam{"GB"} | |
110 other{"{0} GB"} | |
111 } | |
112 kilobit{ | |
113 dnam{"kb"} | |
114 other{"{0} kb"} | |
115 } | |
116 kilobyte{ | |
117 dnam{"kB"} | |
118 other{"{0} kB"} | |
119 } | |
120 megabit{ | |
121 dnam{"Mb"} | |
122 other{"{0} Mb"} | |
123 } | |
124 megabyte{ | |
125 dnam{"MB"} | |
126 other{"{0} MB"} | |
127 } | |
128 terabit{ | |
129 dnam{"Tb"} | |
130 other{"{0} Tb"} | |
131 } | |
132 terabyte{ | |
133 dnam{"TB"} | |
134 other{"{0} TB"} | |
135 } | |
136 } | |
137 duration{ | 19 duration{ |
138 day{ | 20 day{ |
139 dnam{"天"} | 21 dnam{"天"} |
140 other{"{0} 天"} | 22 other{"{0} 天"} |
141 } | 23 } |
142 hour{ | 24 hour{ |
143 dnam{"小時"} | 25 dnam{"小時"} |
144 other{"{0} 小時"} | 26 other{"{0} 小時"} |
145 per{"{0}/小時"} | 27 per{"{0}/小時"} |
146 } | 28 } |
(...skipping 24 matching lines...) Expand all Loading... |
171 } | 53 } |
172 week{ | 54 week{ |
173 dnam{"週"} | 55 dnam{"週"} |
174 other{"{0} 週"} | 56 other{"{0} 週"} |
175 } | 57 } |
176 year{ | 58 year{ |
177 dnam{"年"} | 59 dnam{"年"} |
178 other{"{0} 年"} | 60 other{"{0} 年"} |
179 } | 61 } |
180 } | 62 } |
181 electric{ | |
182 ampere{ | |
183 dnam{"安培"} | |
184 other{"{0} 安培"} | |
185 } | |
186 milliampere{ | |
187 dnam{"毫安培"} | |
188 other{"{0} 毫安培"} | |
189 } | |
190 ohm{ | |
191 dnam{"歐姆"} | |
192 other{"{0} 歐姆"} | |
193 } | |
194 volt{ | |
195 dnam{"伏特"} | |
196 other{"{0} 伏特"} | |
197 } | |
198 } | |
199 energy{ | |
200 calorie{ | |
201 dnam{"卡路里"} | |
202 other{"{0} 卡路里"} | |
203 } | |
204 foodcalorie{ | |
205 dnam{"大卡"} | |
206 other{"{0} 大卡"} | |
207 } | |
208 joule{ | |
209 dnam{"焦耳"} | |
210 other{"{0} 焦耳"} | |
211 } | |
212 kilocalorie{ | |
213 dnam{"千卡"} | |
214 other{"{0} 千卡"} | |
215 } | |
216 kilojoule{ | |
217 dnam{"千焦"} | |
218 other{"{0} 千焦"} | |
219 } | |
220 kilowatt-hour{ | |
221 dnam{"千瓦小時"} | |
222 other{"{0} 千瓦小時"} | |
223 } | |
224 } | |
225 frequency{ | |
226 gigahertz{ | |
227 dnam{"吉赫"} | |
228 other{"{0} 吉赫"} | |
229 } | |
230 hertz{ | |
231 dnam{"赫茲"} | |
232 other{"{0} 赫茲"} | |
233 } | |
234 kilohertz{ | |
235 dnam{"千赫"} | |
236 other{"{0} 千赫"} | |
237 } | |
238 megahertz{ | |
239 dnam{"兆赫"} | |
240 other{"{0} 兆赫"} | |
241 } | |
242 } | |
243 length{ | |
244 astronomical-unit{ | |
245 dnam{"天文單位"} | |
246 other{"{0} 天文單位"} | |
247 } | |
248 centimeter{ | |
249 dnam{"公分"} | |
250 other{"{0} 公分"} | |
251 } | |
252 decimeter{ | |
253 dnam{"公寸"} | |
254 other{"{0} 公寸"} | |
255 } | |
256 fathom{ | |
257 dnam{"英尋"} | |
258 other{"{0} 英尋"} | |
259 } | |
260 foot{ | |
261 dnam{"呎"} | |
262 other{"{0} 呎"} | |
263 } | |
264 furlong{ | |
265 dnam{"化朗"} | |
266 other{"{0} 化朗"} | |
267 } | |
268 inch{ | |
269 dnam{"吋"} | |
270 other{"{0} 吋"} | |
271 } | |
272 kilometer{ | |
273 dnam{"公里"} | |
274 other{"{0} 公里"} | |
275 } | |
276 light-year{ | |
277 dnam{"光年"} | |
278 other{"{0} 光年"} | |
279 } | |
280 meter{ | |
281 dnam{"公尺"} | |
282 other{"{0} 公尺"} | |
283 } | |
284 micrometer{ | |
285 dnam{"微米"} | |
286 other{"{0} 微米"} | |
287 } | |
288 mile{ | |
289 dnam{"英里"} | |
290 other{"{0} 英里"} | |
291 } | |
292 millimeter{ | |
293 dnam{"公釐"} | |
294 other{"{0} 公釐"} | |
295 } | |
296 nanometer{ | |
297 dnam{"奈米"} | |
298 other{"{0} 奈米"} | |
299 } | |
300 nautical-mile{ | |
301 dnam{"海里"} | |
302 other{"{0} 海里"} | |
303 } | |
304 parsec{ | |
305 dnam{"秒差距"} | |
306 other{"{0} 秒差距"} | |
307 } | |
308 picometer{ | |
309 dnam{"皮米"} | |
310 other{"{0} 皮米"} | |
311 } | |
312 yard{ | |
313 dnam{"碼"} | |
314 other{"{0} 碼"} | |
315 } | |
316 } | |
317 light{ | |
318 lux{ | |
319 dnam{"勒克斯"} | |
320 other{"{0} 勒克斯"} | |
321 } | |
322 } | |
323 mass{ | |
324 carat{ | |
325 dnam{"克拉"} | |
326 other{"{0} 克拉"} | |
327 } | |
328 gram{ | |
329 dnam{"克"} | |
330 other{"{0} 克"} | |
331 } | |
332 kilogram{ | |
333 dnam{"公斤"} | |
334 other{"{0} 公斤"} | |
335 } | |
336 metric-ton{ | |
337 dnam{"公噸"} | |
338 other{"{0} 公噸"} | |
339 } | |
340 microgram{ | |
341 dnam{"微克"} | |
342 other{"{0} 微克"} | |
343 } | |
344 milligram{ | |
345 dnam{"毫克"} | |
346 other{"{0} 毫克"} | |
347 } | |
348 ounce{ | |
349 dnam{"盎司"} | |
350 other{"{0} 盎司"} | |
351 } | |
352 ounce-troy{ | |
353 dnam{"金衡盎司"} | |
354 other{"{0} 金衡盎司"} | |
355 } | |
356 pound{ | |
357 dnam{"磅"} | |
358 other{"{0} 磅"} | |
359 } | |
360 stone{ | |
361 dnam{"英石"} | |
362 other{"{0} 英石"} | |
363 } | |
364 ton{ | |
365 dnam{"英噸"} | |
366 other{"{0} 英噸"} | |
367 } | |
368 } | |
369 power{ | |
370 gigawatt{ | |
371 dnam{"吉瓦"} | |
372 other{"{0} 吉瓦"} | |
373 } | |
374 horsepower{ | |
375 dnam{"匹"} | |
376 other{"{0} 匹"} | |
377 } | |
378 kilowatt{ | |
379 dnam{"千瓦"} | |
380 other{"{0} 千瓦"} | |
381 } | |
382 megawatt{ | |
383 dnam{"百萬瓦"} | |
384 other{"{0} 百萬瓦"} | |
385 } | |
386 milliwatt{ | |
387 dnam{"毫瓦"} | |
388 other{"{0} 毫瓦"} | |
389 } | |
390 watt{ | |
391 dnam{"瓦特"} | |
392 other{"{0} 瓦特"} | |
393 } | |
394 } | |
395 pressure{ | |
396 hectopascal{ | |
397 dnam{"百帕"} | |
398 other{"{0} 百帕"} | |
399 } | |
400 inch-hg{ | |
401 dnam{"英吋水銀柱"} | |
402 other{"{0} 英吋水銀柱"} | |
403 } | |
404 millibar{ | |
405 dnam{"毫巴"} | |
406 other{"{0} 毫巴"} | |
407 } | |
408 millimeter-of-mercury{ | |
409 dnam{"毫米水銀柱"} | |
410 other{"{0} 毫米水銀柱"} | |
411 } | |
412 pound-per-square-inch{ | |
413 dnam{"磅力/平方英寸"} | |
414 other{"{0} 磅力/平方英寸"} | |
415 } | |
416 } | |
417 proportion{ | |
418 karat{ | |
419 dnam{"克拉"} | |
420 other{"{0} 克拉"} | |
421 } | |
422 } | |
423 speed{ | |
424 kilometer-per-hour{ | |
425 dnam{"公里/小時"} | |
426 other{"{0} 公里/小時"} | |
427 } | |
428 meter-per-second{ | |
429 dnam{"公尺/秒"} | |
430 other{"{0} 公尺/秒"} | |
431 } | |
432 mile-per-hour{ | |
433 dnam{"英里/小時"} | |
434 other{"{0} 英里/小時"} | |
435 } | |
436 } | |
437 temperature{ | |
438 celsius{ | |
439 dnam{"°C"} | |
440 other{"{0}°C"} | |
441 } | |
442 fahrenheit{ | |
443 dnam{"°F"} | |
444 other{"{0}°F"} | |
445 } | |
446 kelvin{ | |
447 dnam{"K"} | |
448 other{"{0} K"} | |
449 } | |
450 } | |
451 volume{ | |
452 acre-foot{ | |
453 dnam{"英畝英尺"} | |
454 other{"{0} 英畝英尺"} | |
455 } | |
456 bushel{ | |
457 dnam{"蒲式耳"} | |
458 other{"{0} 蒲式耳"} | |
459 } | |
460 centiliter{ | |
461 dnam{"釐升"} | |
462 other{"{0} 釐升"} | |
463 } | |
464 cubic-centimeter{ | |
465 dnam{"立方公分"} | |
466 other{"{0} 立方公分"} | |
467 } | |
468 cubic-foot{ | |
469 dnam{"立方英尺"} | |
470 other{"{0} 立方英尺"} | |
471 } | |
472 cubic-inch{ | |
473 dnam{"立方英寸"} | |
474 other{"{0} 立方英寸"} | |
475 } | |
476 cubic-kilometer{ | |
477 dnam{"立方公里"} | |
478 other{"{0} 立方公里"} | |
479 } | |
480 cubic-meter{ | |
481 dnam{"立方公尺"} | |
482 other{"{0} 立方公尺"} | |
483 } | |
484 cubic-mile{ | |
485 dnam{"立方英里"} | |
486 other{"{0} 立方英里"} | |
487 } | |
488 cubic-yard{ | |
489 dnam{"立方碼"} | |
490 other{"{0} 立方碼"} | |
491 } | |
492 cup{ | |
493 dnam{"量杯"} | |
494 other{"{0} 量杯"} | |
495 } | |
496 deciliter{ | |
497 dnam{"公合"} | |
498 other{"{0} 公合"} | |
499 } | |
500 fluid-ounce{ | |
501 dnam{"液盎司"} | |
502 other{"{0} 液盎司"} | |
503 } | |
504 gallon{ | |
505 dnam{"加侖"} | |
506 other{"{0} 加侖"} | |
507 } | |
508 hectoliter{ | |
509 dnam{"公石"} | |
510 other{"{0} 公石"} | |
511 } | |
512 liter{ | |
513 dnam{"公升"} | |
514 other{"{0} 公升"} | |
515 } | |
516 megaliter{ | |
517 dnam{"兆升"} | |
518 other{"{0} 兆升"} | |
519 } | |
520 milliliter{ | |
521 dnam{"毫升"} | |
522 other{"{0} 毫升"} | |
523 } | |
524 pint{ | |
525 dnam{"品脫"} | |
526 other{"{0} 品脫"} | |
527 } | |
528 quart{ | |
529 dnam{"夸脫"} | |
530 other{"{0} 夸脫"} | |
531 } | |
532 tablespoon{ | |
533 dnam{"湯匙"} | |
534 other{"{0} 湯匙"} | |
535 } | |
536 teaspoon{ | |
537 dnam{"茶匙"} | |
538 other{"{0} 茶匙"} | |
539 } | |
540 } | |
541 } | 63 } |
542 unitsNarrow{ | 64 unitsNarrow{ |
543 acceleration{ | |
544 g-force{ | |
545 other{"{0}G"} | |
546 } | |
547 meter-per-second-squared{ | |
548 other{"{0} m/s²"} | |
549 } | |
550 } | |
551 angle{ | |
552 arc-minute{ | |
553 other{"{0} 分鐘"} | |
554 } | |
555 arc-second{ | |
556 other{"{0} 秒"} | |
557 } | |
558 degree{ | |
559 other{"{0} 度"} | |
560 } | |
561 radian{ | |
562 other{"{0} 弧度"} | |
563 } | |
564 } | |
565 area{ | |
566 acre{ | |
567 other{"{0} 英畝"} | |
568 } | |
569 hectare{ | |
570 other{"{0} 公頃"} | |
571 } | |
572 square-centimeter{ | |
573 other{"{0} cm²"} | |
574 } | |
575 square-foot{ | |
576 other{"{0} 平方英尺"} | |
577 } | |
578 square-inch{ | |
579 other{"{0} in²"} | |
580 } | |
581 square-kilometer{ | |
582 other{"{0} km²"} | |
583 } | |
584 square-meter{ | |
585 other{"{0} m²"} | |
586 } | |
587 square-mile{ | |
588 other{"{0} 平方英里"} | |
589 } | |
590 square-yard{ | |
591 other{"{0} yd²"} | |
592 } | |
593 } | |
594 compound{ | 65 compound{ |
595 per{"{0}/{1}"} | 66 per{"{0}/{1}"} |
596 } | 67 } |
597 consumption{ | |
598 liter-per-kilometer{ | |
599 other{"{0} L/km"} | |
600 } | |
601 mile-per-gallon{ | |
602 other{"{0} mpg"} | |
603 } | |
604 } | |
605 digital{ | |
606 bit{ | |
607 other{"{0} bit"} | |
608 } | |
609 byte{ | |
610 other{"{0} byte"} | |
611 } | |
612 gigabit{ | |
613 other{"{0} Gb"} | |
614 } | |
615 gigabyte{ | |
616 other{"{0} GB"} | |
617 } | |
618 kilobit{ | |
619 other{"{0} kb"} | |
620 } | |
621 kilobyte{ | |
622 other{"{0} kB"} | |
623 } | |
624 megabit{ | |
625 other{"{0} Mb"} | |
626 } | |
627 megabyte{ | |
628 other{"{0} MB"} | |
629 } | |
630 terabit{ | |
631 other{"{0} Tb"} | |
632 } | |
633 terabyte{ | |
634 other{"{0} TB"} | |
635 } | |
636 } | |
637 duration{ | 68 duration{ |
638 day{ | 69 day{ |
639 dnam{"天"} | 70 dnam{"天"} |
640 other{"{0} 天"} | 71 other{"{0} 天"} |
641 } | 72 } |
642 hour{ | 73 hour{ |
643 dnam{"小時"} | 74 dnam{"小時"} |
644 other{"{0} 小時"} | 75 other{"{0} 小時"} |
645 } | 76 } |
646 microsecond{ | 77 microsecond{ |
(...skipping 20 matching lines...) Expand all Loading... |
667 } | 98 } |
668 week{ | 99 week{ |
669 dnam{"週"} | 100 dnam{"週"} |
670 other{"{0} 週"} | 101 other{"{0} 週"} |
671 } | 102 } |
672 year{ | 103 year{ |
673 dnam{"年"} | 104 dnam{"年"} |
674 other{"{0} 年"} | 105 other{"{0} 年"} |
675 } | 106 } |
676 } | 107 } |
677 electric{ | |
678 ampere{ | |
679 other{"{0} A"} | |
680 } | |
681 milliampere{ | |
682 other{"{0} mA"} | |
683 } | |
684 ohm{ | |
685 other{"{0} Ω"} | |
686 } | |
687 volt{ | |
688 other{"{0} V"} | |
689 } | |
690 } | |
691 energy{ | |
692 calorie{ | |
693 other{"{0} 卡"} | |
694 } | |
695 foodcalorie{ | |
696 other{"{0} 大卡"} | |
697 } | |
698 joule{ | |
699 other{"{0} 焦"} | |
700 } | |
701 kilocalorie{ | |
702 other{"{0} 千卡"} | |
703 } | |
704 kilojoule{ | |
705 other{"{0} 千焦"} | |
706 } | |
707 kilowatt-hour{ | |
708 other{"{0} kWh"} | |
709 } | |
710 } | |
711 frequency{ | |
712 gigahertz{ | |
713 other{"{0} GHz"} | |
714 } | |
715 hertz{ | |
716 other{"{0} Hz"} | |
717 } | |
718 kilohertz{ | |
719 other{"{0} kHz"} | |
720 } | |
721 megahertz{ | |
722 other{"{0} MHz"} | |
723 } | |
724 } | |
725 length{ | |
726 astronomical-unit{ | |
727 other{"{0} au"} | |
728 } | |
729 centimeter{ | |
730 dnam{"公分"} | |
731 other{"{0} 公分"} | |
732 } | |
733 decimeter{ | |
734 other{"{0} dm"} | |
735 } | |
736 fathom{ | |
737 dnam{"英尋"} | |
738 other{"{0} fm"} | |
739 } | |
740 foot{ | |
741 other{"{0} 呎"} | |
742 } | |
743 furlong{ | |
744 dnam{"化朗"} | |
745 other{"{0} 化朗"} | |
746 } | |
747 inch{ | |
748 other{"{0} 吋"} | |
749 } | |
750 kilometer{ | |
751 dnam{"公里"} | |
752 other{"{0} 公里"} | |
753 } | |
754 light-year{ | |
755 other{"{0} 光年"} | |
756 } | |
757 meter{ | |
758 dnam{"公尺"} | |
759 other{"{0} 公尺"} | |
760 } | |
761 micrometer{ | |
762 other{"{0} µm"} | |
763 } | |
764 mile{ | |
765 other{"{0} 英里"} | |
766 } | |
767 millimeter{ | |
768 dnam{"公釐"} | |
769 other{"{0} 公釐"} | |
770 } | |
771 nanometer{ | |
772 other{"{0} nm"} | |
773 } | |
774 nautical-mile{ | |
775 other{"{0} nmi"} | |
776 } | |
777 parsec{ | |
778 other{"{0} pc"} | |
779 } | |
780 picometer{ | |
781 other{"{0} 皮米"} | |
782 } | |
783 yard{ | |
784 other{"{0} 碼"} | |
785 } | |
786 } | |
787 light{ | |
788 lux{ | |
789 other{"{0} lx"} | |
790 } | |
791 } | |
792 mass{ | |
793 carat{ | |
794 other{"{0} CD"} | |
795 } | |
796 gram{ | |
797 dnam{"克"} | |
798 other{"{0} 克"} | |
799 } | |
800 kilogram{ | |
801 dnam{"公斤"} | |
802 other{"{0} 公斤"} | |
803 } | |
804 metric-ton{ | |
805 other{"{0} t"} | |
806 } | |
807 microgram{ | |
808 other{"{0} µg"} | |
809 } | |
810 milligram{ | |
811 other{"{0} mg"} | |
812 } | |
813 ounce{ | |
814 other{"{0} 盎司"} | |
815 } | |
816 ounce-troy{ | |
817 other{"{0} oz t"} | |
818 } | |
819 pound{ | |
820 other{"{0} 磅"} | |
821 } | |
822 stone{ | |
823 dnam{"英石"} | |
824 other{"{0} st"} | |
825 } | |
826 ton{ | |
827 other{"{0} tn"} | |
828 } | |
829 } | |
830 power{ | |
831 gigawatt{ | |
832 other{"{0} GW"} | |
833 } | |
834 horsepower{ | |
835 other{"{0} 匹"} | |
836 } | |
837 kilowatt{ | |
838 other{"{0} 千瓦"} | |
839 } | |
840 megawatt{ | |
841 other{"{0} MW"} | |
842 } | |
843 milliwatt{ | |
844 other{"{0} mW"} | |
845 } | |
846 watt{ | |
847 other{"{0} 瓦特"} | |
848 } | |
849 } | |
850 pressure{ | |
851 hectopascal{ | |
852 other{"{0} 百帕"} | |
853 } | |
854 inch-hg{ | |
855 other{"{0} 英吋汞柱"} | |
856 } | |
857 millibar{ | |
858 other{"{0} 毫巴"} | |
859 } | |
860 millimeter-of-mercury{ | |
861 other{"{0} mm Hg"} | |
862 } | |
863 pound-per-square-inch{ | |
864 other{"{0} psi"} | |
865 } | |
866 } | |
867 proportion{ | |
868 karat{ | |
869 other{"{0} kt"} | |
870 } | |
871 } | |
872 speed{ | |
873 kilometer-per-hour{ | |
874 dnam{"公里/小時"} | |
875 other{"{0} km/h"} | |
876 } | |
877 meter-per-second{ | |
878 other{"{0} 公尺/秒"} | |
879 } | |
880 mile-per-hour{ | |
881 other{"{0} 英里/小時"} | |
882 } | |
883 } | |
884 temperature{ | |
885 celsius{ | |
886 dnam{"°C"} | |
887 other{"{0}°C"} | |
888 } | |
889 fahrenheit{ | |
890 other{"{0}°F"} | |
891 } | |
892 kelvin{ | |
893 dnam{"K"} | |
894 other{"{0}°K"} | |
895 } | |
896 } | |
897 volume{ | |
898 acre-foot{ | |
899 other{"{0} ac ft"} | |
900 } | |
901 bushel{ | |
902 dnam{"蒲式耳"} | |
903 other{"{0} bu"} | |
904 } | |
905 centiliter{ | |
906 other{"{0} cL"} | |
907 } | |
908 cubic-centimeter{ | |
909 other{"{0} cm³"} | |
910 } | |
911 cubic-foot{ | |
912 other{"{0} ft³"} | |
913 } | |
914 cubic-inch{ | |
915 other{"{0} in³"} | |
916 } | |
917 cubic-kilometer{ | |
918 other{"{0} km³"} | |
919 } | |
920 cubic-meter{ | |
921 other{"{0} m³"} | |
922 } | |
923 cubic-mile{ | |
924 other{"{0} 立方英里"} | |
925 } | |
926 cubic-yard{ | |
927 other{"{0} yd³"} | |
928 } | |
929 cup{ | |
930 other{"{0} c"} | |
931 } | |
932 deciliter{ | |
933 other{"{0} dL"} | |
934 } | |
935 fluid-ounce{ | |
936 other{"{0} fl oz"} | |
937 } | |
938 gallon{ | |
939 other{"{0} gal"} | |
940 } | |
941 hectoliter{ | |
942 other{"{0} hL"} | |
943 } | |
944 liter{ | |
945 dnam{"公升"} | |
946 other{"{0} 公升"} | |
947 } | |
948 megaliter{ | |
949 other{"{0} ML"} | |
950 } | |
951 milliliter{ | |
952 other{"{0} mL"} | |
953 } | |
954 pint{ | |
955 other{"{0} pt"} | |
956 } | |
957 quart{ | |
958 other{"{0} qt"} | |
959 } | |
960 tablespoon{ | |
961 other{"{0} 匙"} | |
962 } | |
963 teaspoon{ | |
964 other{"{0} tsp"} | |
965 } | |
966 } | |
967 } | 108 } |
968 unitsShort{ | 109 unitsShort{ |
969 acceleration{ | |
970 g-force{ | |
971 dnam{"G 力"} | |
972 other{"{0} G 力"} | |
973 } | |
974 meter-per-second-squared{ | |
975 dnam{"公尺/秒平方"} | |
976 other{"{0} m/s²"} | |
977 } | |
978 } | |
979 angle{ | |
980 arc-minute{ | |
981 dnam{"分鐘"} | |
982 other{"{0} 分鐘"} | |
983 } | |
984 arc-second{ | |
985 dnam{"秒"} | |
986 other{"{0} 秒"} | |
987 } | |
988 degree{ | |
989 dnam{"度"} | |
990 other{"{0} 度"} | |
991 } | |
992 radian{ | |
993 dnam{"弧度"} | |
994 other{"{0} 弧度"} | |
995 } | |
996 } | |
997 area{ | |
998 acre{ | |
999 dnam{"英畝"} | |
1000 other{"{0} 英畝"} | |
1001 } | |
1002 hectare{ | |
1003 dnam{"公頃"} | |
1004 other{"{0} 公頃"} | |
1005 } | |
1006 square-centimeter{ | |
1007 dnam{"平方公分"} | |
1008 other{"{0} 平方公分"} | |
1009 } | |
1010 square-foot{ | |
1011 dnam{"平方英尺"} | |
1012 other{"{0} 平方英尺"} | |
1013 } | |
1014 square-inch{ | |
1015 dnam{"平方英寸"} | |
1016 other{"{0} 平方英寸"} | |
1017 } | |
1018 square-kilometer{ | |
1019 dnam{"平方公里"} | |
1020 other{"{0} 平方公里"} | |
1021 } | |
1022 square-meter{ | |
1023 dnam{"平方公尺"} | |
1024 other{"{0} 平方公尺"} | |
1025 } | |
1026 square-mile{ | |
1027 dnam{"平方英里"} | |
1028 other{"{0} 平方英里"} | |
1029 } | |
1030 square-yard{ | |
1031 dnam{"平方碼"} | |
1032 other{"{0} 平方碼"} | |
1033 } | |
1034 } | |
1035 compound{ | 110 compound{ |
1036 per{"{0}/{1}"} | 111 per{"{0}/{1}"} |
1037 } | 112 } |
1038 consumption{ | |
1039 liter-per-kilometer{ | |
1040 dnam{"升/公里"} | |
1041 other{"{0} 升/公里"} | |
1042 } | |
1043 mile-per-gallon{ | |
1044 dnam{"英里/加侖"} | |
1045 other{"{0} 英里/加侖"} | |
1046 } | |
1047 } | |
1048 digital{ | |
1049 bit{ | |
1050 dnam{"bit"} | |
1051 other{"{0} bit"} | |
1052 } | |
1053 byte{ | |
1054 dnam{"byte"} | |
1055 other{"{0} byte"} | |
1056 } | |
1057 gigabit{ | |
1058 dnam{"Gb"} | |
1059 other{"{0} Gb"} | |
1060 } | |
1061 gigabyte{ | |
1062 dnam{"GB"} | |
1063 other{"{0} GB"} | |
1064 } | |
1065 kilobit{ | |
1066 dnam{"kb"} | |
1067 other{"{0} kb"} | |
1068 } | |
1069 kilobyte{ | |
1070 dnam{"kB"} | |
1071 other{"{0} kB"} | |
1072 } | |
1073 megabit{ | |
1074 dnam{"Mb"} | |
1075 other{"{0} Mb"} | |
1076 } | |
1077 megabyte{ | |
1078 dnam{"MB"} | |
1079 other{"{0} MB"} | |
1080 } | |
1081 terabit{ | |
1082 dnam{"Tb"} | |
1083 other{"{0} Tb"} | |
1084 } | |
1085 terabyte{ | |
1086 dnam{"TB"} | |
1087 other{"{0} TB"} | |
1088 } | |
1089 } | |
1090 duration{ | 113 duration{ |
1091 day{ | 114 day{ |
1092 dnam{"天"} | 115 dnam{"天"} |
1093 other{"{0} 天"} | 116 other{"{0} 天"} |
1094 } | 117 } |
1095 hour{ | 118 hour{ |
1096 dnam{"小時"} | 119 dnam{"小時"} |
1097 other{"{0} 小時"} | 120 other{"{0} 小時"} |
1098 per{"{0}/小時"} | 121 per{"{0}/小時"} |
1099 } | 122 } |
(...skipping 24 matching lines...) Expand all Loading... |
1124 } | 147 } |
1125 week{ | 148 week{ |
1126 dnam{"週"} | 149 dnam{"週"} |
1127 other{"{0} 週"} | 150 other{"{0} 週"} |
1128 } | 151 } |
1129 year{ | 152 year{ |
1130 dnam{"年"} | 153 dnam{"年"} |
1131 other{"{0} 年"} | 154 other{"{0} 年"} |
1132 } | 155 } |
1133 } | 156 } |
1134 electric{ | |
1135 ampere{ | |
1136 dnam{"安培"} | |
1137 other{"{0} 安培"} | |
1138 } | |
1139 milliampere{ | |
1140 dnam{"毫安培"} | |
1141 other{"{0} 毫安培"} | |
1142 } | |
1143 ohm{ | |
1144 dnam{"歐姆"} | |
1145 other{"{0} 歐姆"} | |
1146 } | |
1147 volt{ | |
1148 dnam{"伏特"} | |
1149 other{"{0} 伏特"} | |
1150 } | |
1151 } | |
1152 energy{ | |
1153 calorie{ | |
1154 dnam{"卡路里"} | |
1155 other{"{0} 卡"} | |
1156 } | |
1157 foodcalorie{ | |
1158 dnam{"大卡"} | |
1159 other{"{0} 大卡"} | |
1160 } | |
1161 joule{ | |
1162 dnam{"焦耳"} | |
1163 other{"{0} 焦耳"} | |
1164 } | |
1165 kilocalorie{ | |
1166 dnam{"千卡"} | |
1167 other{"{0} 千卡"} | |
1168 } | |
1169 kilojoule{ | |
1170 dnam{"千焦"} | |
1171 other{"{0} 千焦"} | |
1172 } | |
1173 kilowatt-hour{ | |
1174 dnam{"千瓦小時"} | |
1175 other{"{0} 千瓦小時"} | |
1176 } | |
1177 } | |
1178 frequency{ | |
1179 gigahertz{ | |
1180 dnam{"吉赫"} | |
1181 other{"{0} 吉赫"} | |
1182 } | |
1183 hertz{ | |
1184 dnam{"赫茲"} | |
1185 other{"{0} 赫茲"} | |
1186 } | |
1187 kilohertz{ | |
1188 dnam{"千赫"} | |
1189 other{"{0} 千赫"} | |
1190 } | |
1191 megahertz{ | |
1192 dnam{"兆赫"} | |
1193 other{"{0} 兆赫"} | |
1194 } | |
1195 } | |
1196 length{ | |
1197 astronomical-unit{ | |
1198 dnam{"天文單位"} | |
1199 other{"{0} 天文單位"} | |
1200 } | |
1201 centimeter{ | |
1202 dnam{"公分"} | |
1203 other{"{0} 公分"} | |
1204 } | |
1205 decimeter{ | |
1206 dnam{"公寸"} | |
1207 other{"{0} 公寸"} | |
1208 } | |
1209 fathom{ | |
1210 dnam{"fm"} | |
1211 other{"{0} 英尋"} | |
1212 } | |
1213 foot{ | |
1214 dnam{"呎"} | |
1215 other{"{0} 呎"} | |
1216 } | |
1217 furlong{ | |
1218 dnam{"化朗"} | |
1219 other{"{0} 化朗"} | |
1220 } | |
1221 inch{ | |
1222 dnam{"吋"} | |
1223 other{"{0} 吋"} | |
1224 } | |
1225 kilometer{ | |
1226 dnam{"公里"} | |
1227 other{"{0} 公里"} | |
1228 } | |
1229 light-year{ | |
1230 dnam{"光年"} | |
1231 other{"{0} 光年"} | |
1232 } | |
1233 meter{ | |
1234 dnam{"公尺"} | |
1235 other{"{0} 公尺"} | |
1236 } | |
1237 micrometer{ | |
1238 dnam{"微米"} | |
1239 other{"{0} 微米"} | |
1240 } | |
1241 mile{ | |
1242 dnam{"英里"} | |
1243 other{"{0} 英里"} | |
1244 } | |
1245 millimeter{ | |
1246 dnam{"公釐"} | |
1247 other{"{0} 公釐"} | |
1248 } | |
1249 nanometer{ | |
1250 dnam{"奈米"} | |
1251 other{"{0} 奈米"} | |
1252 } | |
1253 nautical-mile{ | |
1254 dnam{"海里"} | |
1255 other{"{0} 海里"} | |
1256 } | |
1257 parsec{ | |
1258 dnam{"秒差距"} | |
1259 other{"{0} 秒差距"} | |
1260 } | |
1261 picometer{ | |
1262 dnam{"皮米"} | |
1263 other{"{0} 皮米"} | |
1264 } | |
1265 yard{ | |
1266 dnam{"碼"} | |
1267 other{"{0} 碼"} | |
1268 } | |
1269 } | |
1270 light{ | |
1271 lux{ | |
1272 dnam{"勒克斯"} | |
1273 other{"{0} 勒克斯"} | |
1274 } | |
1275 } | |
1276 mass{ | |
1277 carat{ | |
1278 dnam{"克拉"} | |
1279 other{"{0} 克拉"} | |
1280 } | |
1281 gram{ | |
1282 dnam{"克"} | |
1283 other{"{0} 克"} | |
1284 } | |
1285 kilogram{ | |
1286 dnam{"公斤"} | |
1287 other{"{0} 公斤"} | |
1288 } | |
1289 metric-ton{ | |
1290 dnam{"公噸"} | |
1291 other{"{0} 公噸"} | |
1292 } | |
1293 microgram{ | |
1294 dnam{"微克"} | |
1295 other{"{0} 微克"} | |
1296 } | |
1297 milligram{ | |
1298 dnam{"毫克"} | |
1299 other{"{0} 毫克"} | |
1300 } | |
1301 ounce{ | |
1302 dnam{"盎司"} | |
1303 other{"{0} 盎司"} | |
1304 } | |
1305 ounce-troy{ | |
1306 dnam{"金衡盎司"} | |
1307 other{"{0} 金衡盎司"} | |
1308 } | |
1309 pound{ | |
1310 dnam{"磅"} | |
1311 other{"{0} 磅"} | |
1312 } | |
1313 stone{ | |
1314 dnam{"st"} | |
1315 other{"{0} 英石"} | |
1316 } | |
1317 ton{ | |
1318 dnam{"英噸"} | |
1319 other{"{0} 英噸"} | |
1320 } | |
1321 } | |
1322 power{ | |
1323 gigawatt{ | |
1324 dnam{"吉瓦"} | |
1325 other{"{0} 吉瓦"} | |
1326 } | |
1327 horsepower{ | |
1328 dnam{"匹"} | |
1329 other{"{0} 匹"} | |
1330 } | |
1331 kilowatt{ | |
1332 dnam{"千瓦"} | |
1333 other{"{0} 千瓦"} | |
1334 } | |
1335 megawatt{ | |
1336 dnam{"百萬瓦"} | |
1337 other{"{0} 百萬瓦"} | |
1338 } | |
1339 milliwatt{ | |
1340 dnam{"毫瓦"} | |
1341 other{"{0} 毫瓦"} | |
1342 } | |
1343 watt{ | |
1344 dnam{"瓦特"} | |
1345 other{"{0} 瓦特"} | |
1346 } | |
1347 } | |
1348 pressure{ | |
1349 hectopascal{ | |
1350 dnam{"百帕"} | |
1351 other{"{0} 百帕"} | |
1352 } | |
1353 inch-hg{ | |
1354 dnam{"英吋水銀柱"} | |
1355 other{"{0} inHg"} | |
1356 } | |
1357 millibar{ | |
1358 dnam{"毫巴"} | |
1359 other{"{0} 毫巴"} | |
1360 } | |
1361 millimeter-of-mercury{ | |
1362 dnam{"毫米水銀柱"} | |
1363 other{"{0} mm Hg"} | |
1364 } | |
1365 pound-per-square-inch{ | |
1366 dnam{"磅力/平方英寸"} | |
1367 other{"{0} psi"} | |
1368 } | |
1369 } | |
1370 proportion{ | |
1371 karat{ | |
1372 dnam{"克拉"} | |
1373 other{"{0} 克拉"} | |
1374 } | |
1375 } | |
1376 speed{ | |
1377 kilometer-per-hour{ | |
1378 dnam{"公里/小時"} | |
1379 other{"{0} 公里/小時"} | |
1380 } | |
1381 meter-per-second{ | |
1382 dnam{"公尺/秒"} | |
1383 other{"{0} 公尺/秒"} | |
1384 } | |
1385 mile-per-hour{ | |
1386 dnam{"英里/小時"} | |
1387 other{"{0} 英里/小時"} | |
1388 } | |
1389 } | |
1390 temperature{ | |
1391 celsius{ | |
1392 dnam{"°C"} | |
1393 other{"{0}°C"} | |
1394 } | |
1395 fahrenheit{ | |
1396 dnam{"°F"} | |
1397 other{"{0}°F"} | |
1398 } | |
1399 kelvin{ | |
1400 dnam{"K"} | |
1401 other{"{0} K"} | |
1402 } | |
1403 } | |
1404 volume{ | |
1405 acre-foot{ | |
1406 dnam{"英畝英尺"} | |
1407 other{"{0} 英畝英尺"} | |
1408 } | |
1409 bushel{ | |
1410 dnam{"bu"} | |
1411 other{"{0} 蒲式耳"} | |
1412 } | |
1413 centiliter{ | |
1414 dnam{"釐升"} | |
1415 other{"{0} 釐升"} | |
1416 } | |
1417 cubic-centimeter{ | |
1418 dnam{"立方公分"} | |
1419 other{"{0} 立方公分"} | |
1420 } | |
1421 cubic-foot{ | |
1422 dnam{"立方英尺"} | |
1423 other{"{0} 立方英尺"} | |
1424 } | |
1425 cubic-inch{ | |
1426 dnam{"立方英寸"} | |
1427 other{"{0} 立方英寸"} | |
1428 } | |
1429 cubic-kilometer{ | |
1430 dnam{"立方公里"} | |
1431 other{"{0} 立方公里"} | |
1432 } | |
1433 cubic-meter{ | |
1434 dnam{"立方公尺"} | |
1435 other{"{0} 立方公尺"} | |
1436 } | |
1437 cubic-mile{ | |
1438 dnam{"立方英里"} | |
1439 other{"{0} 立方英里"} | |
1440 } | |
1441 cubic-yard{ | |
1442 dnam{"立方碼"} | |
1443 other{"{0} 立方碼"} | |
1444 } | |
1445 cup{ | |
1446 dnam{"量杯"} | |
1447 other{"{0} 量杯"} | |
1448 } | |
1449 deciliter{ | |
1450 dnam{"公合"} | |
1451 other{"{0} 公合"} | |
1452 } | |
1453 fluid-ounce{ | |
1454 dnam{"液盎司"} | |
1455 other{"{0} 液盎司"} | |
1456 } | |
1457 gallon{ | |
1458 dnam{"加侖"} | |
1459 other{"{0} 加侖"} | |
1460 } | |
1461 hectoliter{ | |
1462 dnam{"公石"} | |
1463 other{"{0} 公石"} | |
1464 } | |
1465 liter{ | |
1466 dnam{"公升"} | |
1467 other{"{0} 公升"} | |
1468 } | |
1469 megaliter{ | |
1470 dnam{"兆升"} | |
1471 other{"{0} 兆升"} | |
1472 } | |
1473 milliliter{ | |
1474 dnam{"毫升"} | |
1475 other{"{0} 毫升"} | |
1476 } | |
1477 pint{ | |
1478 dnam{"品脫"} | |
1479 other{"{0} 品脫"} | |
1480 } | |
1481 quart{ | |
1482 dnam{"夸脫"} | |
1483 other{"{0} 夸脫"} | |
1484 } | |
1485 tablespoon{ | |
1486 dnam{"湯匙"} | |
1487 other{"{0} 湯匙"} | |
1488 } | |
1489 teaspoon{ | |
1490 dnam{"茶匙"} | |
1491 other{"{0} 茶匙"} | |
1492 } | |
1493 } | |
1494 } | 157 } |
1495 } | 158 } |
OLD | NEW |