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_SG.xml
7// *
8// ***************************************************************************
9zh_Hans_SG{
10    Currencies{
11        ANG{
12            "ANG",
13            "荷属安的列斯盾",
14        }
15        AWG{
16            "AWG",
17            "阿鲁巴弗罗林",
18        }
19        CNY{
20            "CN¥",
21            "人民币",
22        }
23        KZT{
24            "KZT",
25            "哈萨克斯坦腾格",
26        }
27        NIO{
28            "NIO",
29            "尼加拉瓜科多巴",
30        }
31        SGD{
32            "$",
33            "新加坡元",
34        }
35        XAG{
36            "XAG",
37            "白银",
38        }
39    }
40    CurrencyPlurals{
41        ANG{
42            other{"荷兰安的列斯盾"}
43        }
44        AWG{
45            other{"阿鲁巴弗罗林"}
46        }
47        KZT{
48            other{"哈萨克斯坦腾格"}
49        }
50        NIO{
51            other{"尼加拉瓜科多巴"}
52        }
53    }
54    CurrencyUnitPatterns{
55        other{"{0} {1}"}
56    }
57    Version{"2.0.92.87"}
58}
59