1// ***************************************************************************
2// *
3// * Copyright (C) 2014 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/zh_Hans_MO.xml
7// *
8// ***************************************************************************
9zh_Hans_MO{
10    Currencies{
11        ANG{
12            "ANG",
13            "荷属安的列斯盾",
14        }
15        AWG{
16            "AWG",
17            "阿鲁巴弗罗林",
18        }
19        BAN{
20            "BAN",
21            "波士尼亚-赫塞哥维纳第纳尔 (1994–1997)",
22        }
23        CNY{
24            "CN¥",
25            "人民币",
26        }
27        KZT{
28            "KZT",
29            "哈萨克斯坦腾格",
30        }
31        MOP{
32            "MOP$",
33            "澳门元",
34        }
35        NIO{
36            "NIO",
37            "尼加拉瓜科多巴",
38        }
39        XAG{
40            "XAG",
41            "白银",
42        }
43    }
44    CurrencyPlurals{
45        ANG{
46            other{"荷兰安的列斯盾"}
47        }
48        AWG{
49            other{"阿鲁巴弗罗林"}
50        }
51        KZT{
52            other{"哈萨克斯坦腾格"}
53        }
54        NIO{
55            other{"尼加拉瓜科多巴"}
56        }
57    }
58    CurrencyUnitPatterns{
59        other{"{0} {1}"}
60    }
61    Version{"2.0.92.87"}
62}
63