mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
79 lines
1.4 KiB
Text
79 lines
1.4 KiB
Text
// © 2016 and later: Unicode, Inc. and others.
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
|
// Generated using tools/cldr/cldr-to-icu/
|
|
su{
|
|
Currencies{
|
|
BRL{
|
|
"R$",
|
|
"Real Brasil",
|
|
}
|
|
CNY{
|
|
"CN¥",
|
|
"Yuan Tiongkok",
|
|
}
|
|
EUR{
|
|
"€",
|
|
"Euro",
|
|
}
|
|
GBP{
|
|
"£",
|
|
"Pound Inggris",
|
|
}
|
|
IDR{
|
|
"Rp",
|
|
"Rupee Indonésia",
|
|
}
|
|
INR{
|
|
"₹",
|
|
"Rupee India",
|
|
}
|
|
JPY{
|
|
"¥",
|
|
"Yén Jepang",
|
|
}
|
|
RUB{
|
|
"RUB",
|
|
"Rubel Rusia",
|
|
}
|
|
USD{
|
|
"$",
|
|
"Dolar A.S.",
|
|
}
|
|
XXX{
|
|
"¤",
|
|
"Mata Uang Teu Dikenal",
|
|
}
|
|
}
|
|
CurrencyPlurals{
|
|
BRL{
|
|
other{"real Brasil"}
|
|
}
|
|
CNY{
|
|
other{"yuan Tiongkok"}
|
|
}
|
|
EUR{
|
|
other{"euro"}
|
|
}
|
|
GBP{
|
|
other{"pound Inggris"}
|
|
}
|
|
IDR{
|
|
other{"rupee Indonésia"}
|
|
}
|
|
INR{
|
|
other{"rupee India"}
|
|
}
|
|
JPY{
|
|
other{"yén Jepang"}
|
|
}
|
|
RUB{
|
|
other{"rubel Rusia"}
|
|
}
|
|
USD{
|
|
other{"dolar A.S."}
|
|
}
|
|
XXX{
|
|
other{"(mata uang teu dikenal)"}
|
|
}
|
|
}
|
|
}
|