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 4mai{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "ब्राज़ीली रियाल", 9 } 10 CNY{ 11 "CN¥", 12 "चीनी युआन", 13 } 14 EUR{ 15 "€", 16 "यूरो", 17 } 18 GBP{ 19 "£", 20 "ब्रिटिश पाउंड स्टर्लिंग", 21 } 22 INR{ 23 "₹", 24 "भारतीय रुपया", 25 } 26 JPY{ 27 "JP¥", 28 "जापानी येन", 29 } 30 RUB{ 31 "RUB", 32 "रूसी रूबल", 33 } 34 USD{ 35 "$", 36 "यूएस डॉलर", 37 } 38 XXX{ 39 "¤", 40 "अज्ञात मुद्रा", 41 } 42 } 43 Currencies%narrow{ 44 INR{"₹"} 45 USD{"$"} 46 } 47 CurrencyPlurals{ 48 BRL{ 49 other{"ब्राज़ीली रियाल"} 50 } 51 CNY{ 52 other{"चीनी युआन"} 53 } 54 EUR{ 55 other{"यूरो"} 56 } 57 GBP{ 58 other{"ब्रिटिश पाउंड स्टर्लिंग"} 59 } 60 INR{ 61 other{"भारतीय रुपया"} 62 } 63 JPY{ 64 other{"जापानी येन"} 65 } 66 RUB{ 67 other{"रूसी रूबल"} 68 } 69 USD{ 70 other{"यूएस डॉलर"} 71 } 72 XXX{ 73 other{"(अज्ञात मुद्रा)"} 74 } 75 } 76} 77