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_Hans_MO.xml | 6 // * Source File: <path>/common/main/zh_Hans_MO.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hans_MO{ | 9 zh_Hans_MO{ |
10 Version{"2.1.8.19"} | 10 Version{"2.1.8.19"} |
11 units{ | 11 units{ |
12 compound{ | 12 compound{ |
13 per{"{0}/{1}"} | 13 per{"{0}/{1}"} |
14 } | 14 } |
15 duration{ | 15 duration{ |
16 second{ | 16 second{ |
17 other{"{0}秒"} | 17 other{"{0}秒"} |
18 } | 18 } |
19 } | 19 } |
20 proportion{ | |
21 karat{ | |
22 dnam{"开"} | |
23 other{"{0}开"} | |
24 } | |
25 } | |
26 temperature{ | |
27 kelvin{ | |
28 dnam{"开氏度"} | |
29 other{"{0}开氏度"} | |
30 } | |
31 } | |
32 } | 20 } |
33 unitsNarrow{ | 21 unitsNarrow{ |
34 length{ | |
35 foot{ | |
36 other{"{0}英尺"} | |
37 } | |
38 inch{ | |
39 other{"{0}英寸"} | |
40 } | |
41 light-year{ | |
42 other{"{0}光年"} | |
43 } | |
44 mile{ | |
45 other{"{0}英里"} | |
46 } | |
47 picometer{ | |
48 other{"{0}皮米"} | |
49 } | |
50 yard{ | |
51 other{"{0}码"} | |
52 } | |
53 } | |
54 temperature{ | |
55 celsius{ | |
56 other{"{0}°C"} | |
57 } | |
58 } | |
59 } | 22 } |
60 unitsShort{ | 23 unitsShort{ |
61 acceleration{ | |
62 g-force{ | |
63 other{"{0}G力"} | |
64 } | |
65 } | |
66 area{ | |
67 hectare{ | |
68 other{"{0}公顷"} | |
69 } | |
70 square-foot{ | |
71 other{"{0}平方英尺"} | |
72 } | |
73 } | |
74 length{ | |
75 light-year{ | |
76 other{"{0}光年"} | |
77 } | |
78 meter{ | |
79 other{"{0}米"} | |
80 } | |
81 picometer{ | |
82 other{"{0}皮米"} | |
83 } | |
84 yard{ | |
85 other{"{0}码"} | |
86 } | |
87 } | |
88 proportion{ | |
89 karat{ | |
90 dnam{"开"} | |
91 other{"{0}开"} | |
92 } | |
93 } | |
94 temperature{ | |
95 kelvin{ | |
96 dnam{"开氏度"} | |
97 other{"{0}°K"} | |
98 } | |
99 } | |
100 } | 24 } |
101 } | 25 } |
OLD | NEW |