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

Side by Side Diff: source/data/unit/zh.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/zgh.txt ('k') | source/data/unit/zh_CN.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.xml 6 // * Source File: <path>/common/main/zh.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/zh.xml
11 */
12 zh{ 9 zh{
13 Version{"2.1.8.9"} 10 Version{"2.1.20.31"}
11 durationUnits{
12 hm{"h:mm"}
13 hms{"h:mm:ss"}
14 ms{"m:ss"}
15 }
14 units{ 16 units{
17 acceleration{
18 g-force{
19 dnam{"G力"}
20 other{"{0}G力"}
21 }
22 meter-per-second-squared{
23 dnam{"米/秒²"}
24 other{"{0}米/秒²"}
25 }
26 }
27 angle{
28 arc-minute{
29 dnam{"弧分"}
30 other{"{0}弧分"}
31 }
32 arc-second{
33 dnam{"弧秒"}
34 other{"{0}弧秒"}
35 }
36 degree{
37 dnam{"度"}
38 other{"{0}度"}
39 }
40 radian{
41 dnam{"弧度"}
42 other{"{0}弧度"}
43 }
44 revolution{
45 dnam{"转"}
46 other{"{0}转"}
47 }
48 }
49 area{
50 acre{
51 dnam{"英亩"}
52 other{"{0}英亩"}
53 }
54 hectare{
55 dnam{"公顷"}
56 other{"{0}公顷"}
57 }
58 square-centimeter{
59 dnam{"平方厘米"}
60 other{"{0}平方厘米"}
61 per{"每平方厘米{0}"}
62 }
63 square-foot{
64 dnam{"平方英尺"}
65 other{"{0}平方英尺"}
66 }
67 square-inch{
68 dnam{"平方英寸"}
69 other{"{0}平方英寸"}
70 per{"每平方英寸{0}"}
71 }
72 square-kilometer{
73 dnam{"平方公里"}
74 other{"{0}平方公里"}
75 }
76 square-meter{
77 dnam{"平方米"}
78 other{"{0}平方米"}
79 per{"每平方米{0}"}
80 }
81 square-mile{
82 dnam{"平方英里"}
83 other{"{0}平方英里"}
84 }
85 square-yard{
86 dnam{"平方码"}
87 other{"{0}平方码"}
88 }
89 }
15 compound{ 90 compound{
16 per{"{0}每{1}"} 91 per{"{0}每{1}"}
17 } 92 }
93 consumption{
94 liter-per-100kilometers{
95 dnam{"升/100千米"}
96 other{"{0}升/100千米"}
97 }
98 liter-per-kilometer{
99 dnam{"升每公里"}
100 other{"每公里{0}升"}
101 }
102 mile-per-gallon{
103 dnam{"英里每加仑"}
104 other{"每加仑{0}英里"}
105 }
106 }
107 coordinate{
108 east{"东经{0}"}
109 north{"北纬{0}"}
110 south{"南纬{0}"}
111 west{"西经{0}"}
112 }
113 digital{
114 bit{
115 dnam{"比特"}
116 other{"{0}比特"}
117 }
118 byte{
119 dnam{"字节"}
120 other{"{0}字节"}
121 }
122 gigabit{
123 dnam{"吉比特"}
124 other{"{0}吉比特"}
125 }
126 gigabyte{
127 dnam{"吉字节"}
128 other{"{0}吉字节"}
129 }
130 kilobit{
131 dnam{"千比特"}
132 other{"{0}千比特"}
133 }
134 kilobyte{
135 dnam{"千字节"}
136 other{"{0}千字节"}
137 }
138 megabit{
139 dnam{"兆比特"}
140 other{"{0}兆比特"}
141 }
142 megabyte{
143 dnam{"兆字节"}
144 other{"{0}兆字节"}
145 }
146 terabit{
147 dnam{"太比特"}
148 other{"{0}太比特"}
149 }
150 terabyte{
151 dnam{"太字节"}
152 other{"{0}太字节"}
153 }
154 }
18 duration{ 155 duration{
156 century{
157 dnam{"世纪"}
158 other{"{0}世纪"}
159 }
19 day{ 160 day{
20 dnam{"天"} 161 dnam{"天"}
21 other{"{0}天"} 162 other{"{0}天"}
163 per{"每天{0}"}
22 } 164 }
23 hour{ 165 hour{
24 dnam{"小时"} 166 dnam{"小时"}
25 other{"{0}小时"} 167 other{"{0}小时"}
26 per{"{0}/小时"} 168 per{"{0}/小时"}
27 } 169 }
28 microsecond{ 170 microsecond{
29 dnam{"微秒"} 171 dnam{"微秒"}
30 other{"{0}微秒"} 172 other{"{0}微秒"}
31 } 173 }
32 millisecond{ 174 millisecond{
33 dnam{"毫秒"} 175 dnam{"毫秒"}
34 other{"{0}毫秒"} 176 other{"{0}毫秒"}
35 } 177 }
36 minute{ 178 minute{
37 dnam{"分钟"} 179 dnam{"分钟"}
38 other{"{0}分钟"} 180 other{"{0}分钟"}
181 per{"每分钟{0}"}
39 } 182 }
40 month{ 183 month{
41 dnam{"个月"} 184 dnam{"个月"}
42 other{"{0}个月"} 185 other{"{0}个月"}
186 per{"每月{0}"}
43 } 187 }
44 nanosecond{ 188 nanosecond{
45 dnam{"纳秒"} 189 dnam{"纳秒"}
46 other{"{0}纳秒"} 190 other{"{0}纳秒"}
47 } 191 }
48 second{ 192 second{
49 dnam{"秒钟"} 193 dnam{"秒钟"}
50 other{"{0}秒钟"} 194 other{"{0}秒钟"}
51 per{"{0}/秒"} 195 per{"{0}/秒"}
52 } 196 }
53 week{ 197 week{
54 dnam{"周"} 198 dnam{"周"}
55 other{"{0}周"} 199 other{"{0}周"}
200 per{"每周{0}"}
56 } 201 }
57 year{ 202 year{
58 dnam{"年"} 203 dnam{"年"}
59 other{"{0}年"} 204 other{"{0}年"}
205 per{"每年{0}"}
206 }
207 }
208 electric{
209 ampere{
210 dnam{"安培"}
211 other{"{0}安培"}
212 }
213 milliampere{
214 dnam{"毫安"}
215 other{"{0}毫安"}
216 }
217 ohm{
218 dnam{"欧姆"}
219 other{"{0}欧姆"}
220 }
221 volt{
222 dnam{"伏特"}
223 other{"{0}伏特"}
224 }
225 }
226 energy{
227 calorie{
228 dnam{"卡路里"}
229 other{"{0}卡路里"}
230 }
231 foodcalorie{
232 dnam{"卡路里"}
233 other{"{0}卡路里"}
234 }
235 joule{
236 dnam{"焦耳"}
237 other{"{0}焦耳"}
238 }
239 kilocalorie{
240 dnam{"千卡"}
241 other{"{0}千卡"}
242 }
243 kilojoule{
244 dnam{"千焦"}
245 other{"{0}千焦"}
246 }
247 kilowatt-hour{
248 dnam{"千瓦时"}
249 other{"{0}千瓦时"}
250 }
251 }
252 frequency{
253 gigahertz{
254 dnam{"吉赫"}
255 other{"{0}吉赫"}
256 }
257 hertz{
258 dnam{"赫兹"}
259 other{"{0}赫兹"}
260 }
261 kilohertz{
262 dnam{"千赫"}
263 other{"{0}千赫"}
264 }
265 megahertz{
266 dnam{"兆赫"}
267 other{"{0}兆赫"}
268 }
269 }
270 length{
271 astronomical-unit{
272 dnam{"天文单位"}
273 other{"{0}天文单位"}
274 }
275 centimeter{
276 dnam{"厘米"}
277 other{"{0}厘米"}
278 per{"每厘米{0}"}
279 }
280 decimeter{
281 dnam{"分米"}
282 other{"{0}分米"}
283 }
284 foot{
285 dnam{"英尺"}
286 other{"{0}英尺"}
287 per{"每英尺{0}"}
288 }
289 inch{
290 dnam{"英寸"}
291 other{"{0}英寸"}
292 per{"每英寸{0}"}
293 }
294 kilometer{
295 dnam{"公里"}
296 other{"{0}公里"}
297 per{"每公里{0}"}
298 }
299 light-year{
300 dnam{"光年"}
301 other{"{0}光年"}
302 }
303 meter{
304 dnam{"米"}
305 other{"{0}米"}
306 per{"每米{0}"}
307 }
308 micrometer{
309 dnam{"微米"}
310 other{"{0}微米"}
311 }
312 mile{
313 dnam{"英里"}
314 other{"{0}英里"}
315 }
316 mile-scandinavian{
317 dnam{"斯堪的纳维亚英里"}
318 other{"{0}斯堪的纳维亚英里"}
319 }
320 millimeter{
321 dnam{"毫米"}
322 other{"{0}毫米"}
323 }
324 nanometer{
325 dnam{"纳米"}
326 other{"{0}纳米"}
327 }
328 nautical-mile{
329 dnam{"海里"}
330 other{"{0}海里"}
331 }
332 parsec{
333 dnam{"秒差距"}
334 other{"{0}秒差距"}
335 }
336 picometer{
337 dnam{"皮米"}
338 other{"{0}皮米"}
339 }
340 yard{
341 dnam{"码"}
342 other{"{0}码"}
343 }
344 }
345 light{
346 lux{
347 dnam{"勒克斯"}
348 other{"{0}勒克斯"}
349 }
350 }
351 mass{
352 carat{
353 dnam{"克拉"}
354 other{"{0}克拉"}
355 }
356 gram{
357 dnam{"克"}
358 other{"{0}克"}
359 per{"每克{0}"}
360 }
361 kilogram{
362 dnam{"千克"}
363 other{"{0}千克"}
364 per{"每千克{0}"}
365 }
366 metric-ton{
367 dnam{"公吨"}
368 other{"{0}公吨"}
369 }
370 microgram{
371 dnam{"微克"}
372 other{"{0}微克"}
373 }
374 milligram{
375 dnam{"毫克"}
376 other{"{0}毫克"}
377 }
378 ounce{
379 dnam{"盎司"}
380 other{"{0}盎司"}
381 per{"每盎司{0}"}
382 }
383 ounce-troy{
384 dnam{"金衡制盎司"}
385 other{"{0}金衡制盎司"}
386 }
387 pound{
388 dnam{"磅"}
389 other{"{0}磅"}
390 per{"每磅{0}"}
391 }
392 ton{
393 dnam{"吨"}
394 other{"{0}吨"}
395 }
396 }
397 power{
398 gigawatt{
399 dnam{"吉瓦"}
400 other{"{0}吉瓦"}
401 }
402 horsepower{
403 dnam{"马力"}
404 other{"{0}马力"}
405 }
406 kilowatt{
407 dnam{"千瓦"}
408 other{"{0}千瓦"}
409 }
410 megawatt{
411 dnam{"兆瓦"}
412 other{"{0}兆瓦"}
413 }
414 milliwatt{
415 dnam{"毫瓦"}
416 other{"{0}毫瓦"}
417 }
418 watt{
419 dnam{"瓦特"}
420 other{"{0}瓦特"}
421 }
422 }
423 pressure{
424 hectopascal{
425 dnam{"百帕斯卡"}
426 other{"{0}百帕斯卡"}
427 }
428 inch-hg{
429 dnam{"英寸汞柱"}
430 other{"{0}英寸汞柱"}
431 }
432 millibar{
433 dnam{"毫巴"}
434 other{"{0}毫巴"}
435 }
436 millimeter-of-mercury{
437 dnam{"毫米汞柱"}
438 other{"{0}毫米汞柱"}
439 }
440 pound-per-square-inch{
441 dnam{"磅/平方英寸"}
442 other{"每平方英寸{0}磅"}
443 }
444 }
445 proportion{
446 karat{
447 dnam{"克拉"}
448 other{"{0}克拉"}
449 }
450 }
451 speed{
452 kilometer-per-hour{
453 dnam{"千米每小时"}
454 other{"每小时{0}公里"}
455 }
456 knot{
457 dnam{"海里/小时"}
458 other{"{0}海里/小时"}
459 }
460 meter-per-second{
461 dnam{"米每秒"}
462 other{"每秒{0}米"}
463 }
464 mile-per-hour{
465 dnam{"英里每小时"}
466 other{"每小时{0}英里"}
467 }
468 }
469 temperature{
470 celsius{
471 dnam{"摄氏度"}
472 other{"{0}摄氏度"}
473 }
474 fahrenheit{
475 dnam{"华氏度"}
476 other{"{0}华氏度"}
477 }
478 kelvin{
479 dnam{"开尔文"}
480 other{"{0}开尔文"}
481 }
482 }
483 volume{
484 acre-foot{
485 dnam{"英亩英尺"}
486 other{"{0}英亩英尺"}
487 }
488 centiliter{
489 dnam{"厘升"}
490 other{"{0}厘升"}
491 }
492 cubic-centimeter{
493 dnam{"立方厘米"}
494 other{"{0}立方厘米"}
495 per{"每立方厘米{0}"}
496 }
497 cubic-foot{
498 dnam{"立方英尺"}
499 other{"{0}立方英尺"}
500 }
501 cubic-inch{
502 dnam{"立方英寸"}
503 other{"{0}立方英寸"}
504 }
505 cubic-kilometer{
506 dnam{"立方公里"}
507 other{"{0}立方公里"}
508 }
509 cubic-meter{
510 dnam{"立方米"}
511 other{"{0}立方米"}
512 per{"每立方米{0}"}
513 }
514 cubic-mile{
515 dnam{"立方英里"}
516 other{"{0}立方英里"}
517 }
518 cubic-yard{
519 dnam{"立方码"}
520 other{"{0}立方码"}
521 }
522 cup{
523 dnam{"杯"}
524 other{"{0}杯"}
525 }
526 cup-metric{
527 dnam{"公制杯"}
528 other{"{0}公制杯"}
529 }
530 deciliter{
531 dnam{"分升"}
532 other{"{0}分升"}
533 }
534 fluid-ounce{
535 dnam{"液盎司"}
536 other{"{0}液盎司"}
537 }
538 gallon{
539 dnam{"加仑"}
540 other{"{0}加仑"}
541 per{"每加仑{0}"}
542 }
543 hectoliter{
544 dnam{"公石"}
545 other{"{0}公石"}
546 }
547 liter{
548 dnam{"公升"}
549 other{"{0}公升"}
550 per{"每公升{0}"}
551 }
552 megaliter{
553 dnam{"兆升"}
554 other{"{0}兆升"}
555 }
556 milliliter{
557 dnam{"毫升"}
558 other{"{0}毫升"}
559 }
560 pint{
561 dnam{"品脱"}
562 other{"{0}品脱"}
563 }
564 pint-metric{
565 dnam{"公制品脱"}
566 other{"{0}公制品脱"}
567 }
568 quart{
569 dnam{"夸脱"}
570 other{"{0}夸脱"}
571 }
572 tablespoon{
573 dnam{"汤匙"}
574 other{"{0}汤匙"}
575 }
576 teaspoon{
577 dnam{"茶匙"}
578 other{"{0}茶匙"}
60 } 579 }
61 } 580 }
62 } 581 }
63 unitsNarrow{ 582 unitsNarrow{
583 acceleration{
584 g-force{
585 other{"{0}G"}
586 }
587 }
588 angle{
589 arc-minute{
590 other{"{0}′"}
591 }
592 arc-second{
593 other{"{0}″"}
594 }
595 degree{
596 other{"{0}°"}
597 }
598 }
599 area{
600 acre{
601 other{"{0}ac"}
602 }
603 hectare{
604 other{"{0}ha"}
605 }
606 square-foot{
607 other{"{0}ft²"}
608 }
609 square-kilometer{
610 other{"{0}km²"}
611 }
612 square-meter{
613 other{"{0}m²"}
614 }
615 square-mile{
616 other{"{0}mi²"}
617 }
618 }
64 compound{ 619 compound{
65 per{"{0}/{1}"} 620 per{"{0}/{1}"}
66 } 621 }
622 consumption{
623 liter-per-100kilometers{
624 dnam{"L/100km"}
625 other{"{0}L/100km"}
626 }
627 }
628 coordinate{
629 east{"{0}E"}
630 north{"{0}N"}
631 south{"{0}S"}
632 west{"{0}W"}
633 }
67 duration{ 634 duration{
68 day{ 635 day{
69 dnam{"天"} 636 dnam{"天"}
70 other{"{0}天"} 637 other{"{0}天"}
71 } 638 }
72 hour{ 639 hour{
73 dnam{"小时"} 640 dnam{"小时"}
74 other{"{0}小时"} 641 other{"{0}小时"}
75 } 642 }
76 millisecond{ 643 millisecond{
(...skipping 14 matching lines...) Expand all
91 } 658 }
92 week{ 659 week{
93 dnam{"周"} 660 dnam{"周"}
94 other{"{0}周"} 661 other{"{0}周"}
95 } 662 }
96 year{ 663 year{
97 dnam{"年"} 664 dnam{"年"}
98 other{"{0}年"} 665 other{"{0}年"}
99 } 666 }
100 } 667 }
668 length{
669 centimeter{
670 dnam{"厘米"}
671 other{"{0}厘米"}
672 }
673 foot{
674 other{"{0}′"}
675 }
676 inch{
677 other{"{0}″"}
678 }
679 kilometer{
680 dnam{"公里"}
681 other{"{0}公里"}
682 }
683 light-year{
684 other{"{0}ly"}
685 }
686 meter{
687 dnam{"米"}
688 other{"{0}米"}
689 }
690 mile{
691 other{"{0}mi"}
692 }
693 millimeter{
694 dnam{"毫米"}
695 other{"{0}毫米"}
696 }
697 picometer{
698 other{"{0}pm"}
699 }
700 yard{
701 other{"{0}yd"}
702 }
703 }
704 mass{
705 gram{
706 dnam{"克"}
707 other{"{0}克"}
708 }
709 kilogram{
710 dnam{"千克"}
711 other{"{0}千克"}
712 }
713 ounce{
714 other{"{0}盎司"}
715 }
716 pound{
717 other{"{0}磅"}
718 }
719 }
720 power{
721 horsepower{
722 other{"{0}hp"}
723 }
724 kilowatt{
725 other{"{0}kW"}
726 }
727 watt{
728 other{"{0}W"}
729 }
730 }
731 pressure{
732 hectopascal{
733 other{"{0}hPa"}
734 }
735 inch-hg{
736 other{"{0}\u0022 Hg"}
737 }
738 millibar{
739 other{"{0}mb"}
740 }
741 }
742 speed{
743 kilometer-per-hour{
744 dnam{"千米/小时"}
745 other{"每小时{0}公里"}
746 }
747 meter-per-second{
748 other{"{0}m/s"}
749 }
750 mile-per-hour{
751 other{"{0}mi/h"}
752 }
753 }
754 temperature{
755 celsius{
756 dnam{"°C"}
757 other{"{0}°"}
758 }
759 fahrenheit{
760 other{"{0}°F"}
761 }
762 }
763 volume{
764 cubic-kilometer{
765 other{"{0}km³"}
766 }
767 cubic-mile{
768 other{"{0}mi³"}
769 }
770 liter{
771 dnam{"升"}
772 other{"{0}升"}
773 }
774 }
101 } 775 }
102 unitsShort{ 776 unitsShort{
777 acceleration{
778 g-force{
779 dnam{"G力"}
780 other{"{0} G"}
781 }
782 meter-per-second-squared{
783 dnam{"米/秒²"}
784 other{"{0}米/秒²"}
785 }
786 }
787 angle{
788 arc-minute{
789 dnam{"弧分"}
790 other{"{0}弧分"}
791 }
792 arc-second{
793 dnam{"弧秒"}
794 other{"{0}弧秒"}
795 }
796 degree{
797 dnam{"度"}
798 other{"{0}°"}
799 }
800 radian{
801 dnam{"弧度"}
802 other{"{0}弧度"}
803 }
804 revolution{
805 dnam{"转"}
806 other{"{0}转"}
807 }
808 }
809 area{
810 acre{
811 dnam{"英亩"}
812 other{"{0}英亩"}
813 }
814 hectare{
815 dnam{"公顷"}
816 other{"{0}公顷"}
817 }
818 square-centimeter{
819 dnam{"平方厘米"}
820 other{"{0}平方厘米"}
821 per{"{0}/平方厘米"}
822 }
823 square-foot{
824 dnam{"平方英尺"}
825 other{"{0}平方英尺"}
826 }
827 square-inch{
828 dnam{"平方英寸"}
829 other{"{0}平方英寸"}
830 per{"{0}/平方英寸"}
831 }
832 square-kilometer{
833 dnam{"平方公里"}
834 other{"{0}平方公里"}
835 }
836 square-meter{
837 dnam{"平方米"}
838 other{"{0}平方米"}
839 per{"{0}/平方米"}
840 }
841 square-mile{
842 dnam{"平方英里"}
843 other{"{0}平方英里"}
844 }
845 square-yard{
846 dnam{"平方码"}
847 other{"{0}平方码"}
848 }
849 }
103 compound{ 850 compound{
104 per{"{0}/{1}"} 851 per{"{0}/{1}"}
105 } 852 }
853 consumption{
854 liter-per-100kilometers{
855 dnam{"升/100千米"}
856 other{"{0}升/100千米"}
857 }
858 liter-per-kilometer{
859 dnam{"升/公里"}
860 other{"每公里{0}升"}
861 }
862 mile-per-gallon{
863 dnam{"英里/加仑"}
864 other{"每加仑{0}英里"}
865 }
866 }
867 coordinate{
868 east{"东经{0}"}
869 north{"北纬{0}"}
870 south{"南纬{0}"}
871 west{"西经{0}"}
872 }
873 digital{
874 bit{
875 dnam{"比特"}
876 other{"{0}比特"}
877 }
878 byte{
879 dnam{"字节"}
880 other{"{0}字节"}
881 }
882 gigabit{
883 dnam{"吉比特"}
884 other{"{0}吉比特"}
885 }
886 gigabyte{
887 dnam{"吉字节"}
888 other{"{0}吉字节"}
889 }
890 kilobit{
891 dnam{"千比特"}
892 other{"{0}千比特"}
893 }
894 kilobyte{
895 dnam{"千字节"}
896 other{"{0}千字节"}
897 }
898 megabit{
899 dnam{"兆比特"}
900 other{"{0}兆比特"}
901 }
902 megabyte{
903 dnam{"兆字节"}
904 other{"{0}兆字节"}
905 }
906 terabit{
907 dnam{"太比特"}
908 other{"{0}太比特"}
909 }
910 terabyte{
911 dnam{"太字节"}
912 other{"{0}太字节"}
913 }
914 }
106 duration{ 915 duration{
916 century{
917 dnam{"世纪"}
918 other{"{0}世纪"}
919 }
107 day{ 920 day{
108 dnam{"天"} 921 dnam{"天"}
109 other{"{0}天"} 922 other{"{0}天"}
923 per{"{0}/天"}
110 } 924 }
111 hour{ 925 hour{
112 dnam{"小时"} 926 dnam{"小时"}
113 other{"{0}小时"} 927 other{"{0}小时"}
114 per{"{0}/小时"} 928 per{"{0}/小时"}
115 } 929 }
116 microsecond{ 930 microsecond{
117 dnam{"微秒"} 931 dnam{"微秒"}
118 other{"{0}微秒"} 932 other{"{0}微秒"}
119 } 933 }
120 millisecond{ 934 millisecond{
121 dnam{"毫秒"} 935 dnam{"毫秒"}
122 other{"{0}毫秒"} 936 other{"{0}毫秒"}
123 } 937 }
124 minute{ 938 minute{
125 dnam{"分钟"} 939 dnam{"分钟"}
126 other{"{0}分钟"} 940 other{"{0}分钟"}
941 per{"{0}/分钟"}
127 } 942 }
128 month{ 943 month{
129 dnam{"个月"} 944 dnam{"个月"}
130 other{"{0}个月"} 945 other{"{0}个月"}
946 per{"{0}/月"}
131 } 947 }
132 nanosecond{ 948 nanosecond{
133 dnam{"纳秒"} 949 dnam{"纳秒"}
134 other{"{0}纳秒"} 950 other{"{0}纳秒"}
135 } 951 }
136 second{ 952 second{
137 dnam{"秒"} 953 dnam{"秒"}
138 other{"{0}秒"} 954 other{"{0}秒"}
139 per{"{0}/秒"} 955 per{"{0}/秒"}
140 } 956 }
141 week{ 957 week{
142 dnam{"周"} 958 dnam{"周"}
143 other{"{0}周"} 959 other{"{0}周"}
960 per{"{0}/周"}
144 } 961 }
145 year{ 962 year{
146 dnam{"年"} 963 dnam{"年"}
147 other{"{0}年"} 964 other{"{0}年"}
965 per{"{0}/年"}
966 }
967 }
968 electric{
969 ampere{
970 dnam{"安培"}
971 other{"{0}安"}
972 }
973 milliampere{
974 dnam{"毫安"}
975 other{"{0}毫安"}
976 }
977 ohm{
978 dnam{"欧姆"}
979 other{"{0}欧"}
980 }
981 volt{
982 dnam{"伏特"}
983 other{"{0}伏"}
984 }
985 }
986 energy{
987 calorie{
988 dnam{"卡"}
989 other{"{0}卡"}
990 }
991 foodcalorie{
992 dnam{"卡"}
993 other{"{0}卡"}
994 }
995 joule{
996 dnam{"焦耳"}
997 other{"{0}焦耳"}
998 }
999 kilocalorie{
1000 dnam{"千卡"}
1001 other{"{0}千卡"}
1002 }
1003 kilojoule{
1004 dnam{"千焦"}
1005 other{"{0}千焦"}
1006 }
1007 kilowatt-hour{
1008 dnam{"千瓦时"}
1009 other{"{0}千瓦时"}
1010 }
1011 }
1012 frequency{
1013 gigahertz{
1014 dnam{"吉赫"}
1015 other{"{0}吉赫"}
1016 }
1017 hertz{
1018 dnam{"赫兹"}
1019 other{"{0}赫"}
1020 }
1021 kilohertz{
1022 dnam{"千赫"}
1023 other{"{0}千赫"}
1024 }
1025 megahertz{
1026 dnam{"兆赫"}
1027 other{"{0}兆赫"}
1028 }
1029 }
1030 length{
1031 astronomical-unit{
1032 dnam{"天文单位"}
1033 other{"{0}天文单位"}
1034 }
1035 centimeter{
1036 dnam{"厘米"}
1037 other{"{0}厘米"}
1038 per{"{0}/厘米"}
1039 }
1040 decimeter{
1041 dnam{"分米"}
1042 other{"{0}分米"}
1043 }
1044 foot{
1045 dnam{"英尺"}
1046 other{"{0}英尺"}
1047 per{"{0}/英尺"}
1048 }
1049 inch{
1050 dnam{"英寸"}
1051 other{"{0}英寸"}
1052 per{"{0}/英寸"}
1053 }
1054 kilometer{
1055 dnam{"公里"}
1056 other{"{0}公里"}
1057 per{"{0}/公里"}
1058 }
1059 light-year{
1060 dnam{"光年"}
1061 other{"{0}光年"}
1062 }
1063 meter{
1064 dnam{"米"}
1065 other{"{0}米"}
1066 per{"{0}/米"}
1067 }
1068 micrometer{
1069 dnam{"微米"}
1070 other{"{0}微米"}
1071 }
1072 mile{
1073 dnam{"英里"}
1074 other{"{0}英里"}
1075 }
1076 mile-scandinavian{
1077 dnam{"斯堪的纳维亚英里"}
1078 other{"{0}斯堪的纳维亚英里"}
1079 }
1080 millimeter{
1081 dnam{"毫米"}
1082 other{"{0}毫米"}
1083 }
1084 nanometer{
1085 dnam{"纳米"}
1086 other{"{0}纳米"}
1087 }
1088 nautical-mile{
1089 dnam{"海里"}
1090 other{"{0}海里"}
1091 }
1092 parsec{
1093 dnam{"秒差距"}
1094 other{"{0}秒差距"}
1095 }
1096 picometer{
1097 dnam{"皮米"}
1098 other{"{0} 皮米"}
1099 }
1100 yard{
1101 dnam{"码"}
1102 other{"{0} 码"}
1103 }
1104 }
1105 light{
1106 lux{
1107 dnam{"勒克斯"}
1108 other{"{0}勒克斯"}
1109 }
1110 }
1111 mass{
1112 carat{
1113 dnam{"克拉"}
1114 other{"{0}克拉"}
1115 }
1116 gram{
1117 dnam{"克"}
1118 other{"{0}克"}
1119 per{"{0}/克"}
1120 }
1121 kilogram{
1122 dnam{"千克"}
1123 other{"{0}千克"}
1124 per{"{0}/千克"}
1125 }
1126 metric-ton{
1127 dnam{"公吨"}
1128 other{"{0}公吨"}
1129 }
1130 microgram{
1131 dnam{"微克"}
1132 other{"{0}微克"}
1133 }
1134 milligram{
1135 dnam{"毫克"}
1136 other{"{0}毫克"}
1137 }
1138 ounce{
1139 dnam{"盎司"}
1140 other{"{0}盎司"}
1141 per{"{0}/盎司"}
1142 }
1143 ounce-troy{
1144 dnam{"金衡制盎司"}
1145 other{"{0}金衡制盎司"}
1146 }
1147 pound{
1148 dnam{"磅"}
1149 other{"{0}磅"}
1150 per{"{0}/磅"}
1151 }
1152 ton{
1153 dnam{"吨"}
1154 other{"{0}吨"}
1155 }
1156 }
1157 power{
1158 gigawatt{
1159 dnam{"吉瓦"}
1160 other{"{0}吉瓦"}
1161 }
1162 horsepower{
1163 dnam{"马力"}
1164 other{"{0}马力"}
1165 }
1166 kilowatt{
1167 dnam{"千瓦"}
1168 other{"{0}千瓦"}
1169 }
1170 megawatt{
1171 dnam{"兆瓦"}
1172 other{"{0}兆瓦"}
1173 }
1174 milliwatt{
1175 dnam{"毫瓦"}
1176 other{"{0}毫瓦"}
1177 }
1178 watt{
1179 dnam{"瓦特"}
1180 other{"{0}瓦"}
1181 }
1182 }
1183 pressure{
1184 hectopascal{
1185 dnam{"百帕斯卡"}
1186 other{"{0}百帕"}
1187 }
1188 inch-hg{
1189 dnam{"英寸汞柱"}
1190 other{"{0}英寸汞柱"}
1191 }
1192 millibar{
1193 dnam{"毫巴"}
1194 other{"{0}毫巴"}
1195 }
1196 millimeter-of-mercury{
1197 dnam{"毫米汞柱"}
1198 other{"{0}毫米汞柱"}
1199 }
1200 pound-per-square-inch{
1201 dnam{"磅/平方英寸"}
1202 other{"每平方英寸{0}磅"}
1203 }
1204 }
1205 proportion{
1206 karat{
1207 dnam{"克拉"}
1208 other{"{0}克拉"}
1209 }
1210 }
1211 speed{
1212 kilometer-per-hour{
1213 dnam{"千米/小时"}
1214 other{"每小时{0}公里"}
1215 }
1216 knot{
1217 dnam{"海里/小时"}
1218 other{"{0}海里/小时"}
1219 }
1220 meter-per-second{
1221 dnam{"米/秒"}
1222 other{"每秒{0}米"}
1223 }
1224 mile-per-hour{
1225 dnam{"英里/小时"}
1226 other{"每小时{0}英里"}
1227 }
1228 }
1229 temperature{
1230 celsius{
1231 dnam{"摄氏度"}
1232 other{"{0}°C"}
1233 }
1234 fahrenheit{
1235 dnam{"华氏度"}
1236 other{"{0}°F"}
1237 }
1238 generic{
1239 dnam{"°"}
1240 other{"{0}°"}
1241 }
1242 kelvin{
1243 dnam{"开"}
1244 other{"{0}K"}
1245 }
1246 }
1247 volume{
1248 acre-foot{
1249 dnam{"英亩英尺"}
1250 other{"{0}英亩英尺"}
1251 }
1252 centiliter{
1253 dnam{"厘升"}
1254 other{"{0}厘升"}
1255 }
1256 cubic-centimeter{
1257 dnam{"立方厘米"}
1258 other{"{0}立方厘米"}
1259 per{"{0}/cm³"}
1260 }
1261 cubic-foot{
1262 dnam{"立方英尺"}
1263 other{"{0}立方英尺"}
1264 }
1265 cubic-inch{
1266 dnam{"立方英寸"}
1267 other{"{0}立方英寸"}
1268 }
1269 cubic-kilometer{
1270 dnam{"立方公里"}
1271 other{"{0}立方公里"}
1272 }
1273 cubic-meter{
1274 dnam{"立方米"}
1275 other{"{0}立方米"}
1276 per{"{0}/立方米"}
1277 }
1278 cubic-mile{
1279 dnam{"立方英里"}
1280 other{"{0}立方英里"}
1281 }
1282 cubic-yard{
1283 dnam{"立方码"}
1284 other{"{0}立方码"}
1285 }
1286 cup{
1287 dnam{"杯"}
1288 other{"{0}杯"}
1289 }
1290 cup-metric{
1291 dnam{"公制杯"}
1292 other{"{0}公制杯"}
1293 }
1294 deciliter{
1295 dnam{"分升"}
1296 other{"{0}分升"}
1297 }
1298 fluid-ounce{
1299 dnam{"液盎司"}
1300 other{"{0}液盎司"}
1301 }
1302 gallon{
1303 dnam{"加仑"}
1304 other{"{0}加仑"}
1305 per{"{0}/加仑"}
1306 }
1307 hectoliter{
1308 dnam{"公石"}
1309 other{"{0}公石"}
1310 }
1311 liter{
1312 dnam{"公升"}
1313 other{"{0}升"}
1314 per{"{0}/公升"}
1315 }
1316 megaliter{
1317 dnam{"兆升"}
1318 other{"{0}兆升"}
1319 }
1320 milliliter{
1321 dnam{"毫升"}
1322 other{"{0}毫升"}
1323 }
1324 pint{
1325 dnam{"品脱"}
1326 other{"{0}品脱"}
1327 }
1328 pint-metric{
1329 dnam{"公制品脱"}
1330 other{"{0}公制品脱"}
1331 }
1332 quart{
1333 dnam{"夸脱"}
1334 other{"{0}夸脱"}
1335 }
1336 tablespoon{
1337 dnam{"汤匙"}
1338 other{"{0}汤匙"}
1339 }
1340 teaspoon{
1341 dnam{"茶匙"}
1342 other{"{0}茶匙"}
148 } 1343 }
149 } 1344 }
150 } 1345 }
151 } 1346 }
OLDNEW
« no previous file with comments | « source/data/unit/zgh.txt ('k') | source/data/unit/zh_CN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698