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 Currencies{ | 10 Currencies{ |
11 AWG{ | |
12 "AWG", | |
13 "阿鲁巴弗罗林", | |
14 } | |
15 BAN{ | |
16 "BAN", | |
17 "波士尼亚-赫塞哥维纳第纳尔 (1994–1997)", | |
18 } | |
19 CNY{ | 11 CNY{ |
20 "CN¥", | 12 "CN¥", |
21 "人民币", | 13 "人民币", |
22 } | 14 } |
23 KZT{ | 15 KZT{ |
24 "KZT", | 16 "KZT", |
25 "哈萨克斯坦腾格", | 17 "哈萨克斯坦腾格", |
26 } | 18 } |
27 MOP{ | |
28 "MOP$", | |
29 "澳门元", | |
30 } | |
31 NIO{ | 19 NIO{ |
32 "NIO", | 20 "NIO", |
33 "尼加拉瓜科多巴", | 21 "尼加拉瓜科多巴", |
34 } | 22 } |
35 XAG{ | |
36 "XAG", | |
37 "白银", | |
38 } | |
39 } | 23 } |
40 CurrencyPlurals{ | 24 CurrencyPlurals{ |
41 ANG{ | |
42 other{"荷兰安的列斯盾"} | |
43 } | |
44 AWG{ | |
45 other{"阿鲁巴弗罗林"} | |
46 } | |
47 KZT{ | 25 KZT{ |
48 other{"哈萨克斯坦腾格"} | 26 other{"哈萨克斯坦腾格"} |
49 } | 27 } |
50 NIO{ | 28 NIO{ |
51 other{"尼加拉瓜科多巴"} | 29 other{"尼加拉瓜科多巴"} |
52 } | 30 } |
53 } | 31 } |
54 CurrencyUnitPatterns{ | 32 CurrencyUnitPatterns{ |
55 other{"{0} {1}"} | 33 other{"{0} {1}"} |
56 } | 34 } |
57 Version{"2.1.8.19"} | 35 Version{"2.1.8.19"} |
58 } | 36 } |
OLD | NEW |