Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: source/data/unit/zh_Hant.txt

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

Powered by Google App Engine
This is Rietveld 408576698