1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 4su{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "Real Brasil", 9 } 10 CNY{ 11 "CN¥", 12 "Yuan Tiongkok", 13 } 14 EUR{ 15 "€", 16 "Euro", 17 } 18 GBP{ 19 "£", 20 "Pound Inggris", 21 } 22 IDR{ 23 "Rp", 24 "Rupee Indonésia", 25 } 26 INR{ 27 "₹", 28 "Rupee India", 29 } 30 JPY{ 31 "¥", 32 "Yén Jepang", 33 } 34 RUB{ 35 "RUB", 36 "Rubel Rusia", 37 } 38 USD{ 39 "$", 40 "Dolar A.S.", 41 } 42 XXX{ 43 "¤", 44 "Mata Uang Teu Dikenal", 45 } 46 } 47 CurrencyPlurals{ 48 BRL{ 49 other{"real Brasil"} 50 } 51 CNY{ 52 other{"yuan Tiongkok"} 53 } 54 EUR{ 55 other{"euro"} 56 } 57 GBP{ 58 other{"pound Inggris"} 59 } 60 IDR{ 61 other{"rupee Indonésia"} 62 } 63 INR{ 64 other{"rupee India"} 65 } 66 JPY{ 67 other{"yén Jepang"} 68 } 69 RUB{ 70 other{"rubel Rusia"} 71 } 72 USD{ 73 other{"dolar A.S."} 74 } 75 XXX{ 76 other{"(mata uang teu dikenal)"} 77 } 78 } 79 CurrencyUnitPatterns{ 80 other{"{0} {1}"} 81 } 82} 83