twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -5,7 +5,7 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00;(¤#,##0.00)"
8
+ :default: "¤#,##0.00"
9
9
  :unit:
10
10
  :one: "{0} {1}"
11
11
  :other: "{0} {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 mil"
18
- 10000: "00 mil"
19
- 100000: "000 mil"
20
- 1000000: "0 milhões"
21
- 10000000: "00 milhões"
22
- 100000000: "000 milhões"
23
- 1000000000: "0 bilhões"
24
- 10000000000: "00 bilhões"
25
- 100000000000: "000 bilhões"
26
- 1000000000000: "0 trilhões"
27
- 10000000000000: "00 trilhões"
28
- 100000000000000: "000 trilhões"
17
+ 1000:
18
+ :one: "0 mil"
19
+ :other: "0 mil"
20
+ 10000:
21
+ :one: "00 mil"
22
+ :other: "00 mil"
23
+ 100000:
24
+ :one: "000 mil"
25
+ :other: "000 mil"
26
+ 1000000:
27
+ :one: "0 milhão"
28
+ :other: "0 milhões"
29
+ 10000000:
30
+ :one: "00 milhão"
31
+ :other: "00 milhões"
32
+ 100000000:
33
+ :one: "000 milhão"
34
+ :other: "000 milhões"
35
+ 1000000000:
36
+ :one: "0 bilhão"
37
+ :other: "0 bilhões"
38
+ 10000000000:
39
+ :one: "00 bilhão"
40
+ :other: "00 bilhões"
41
+ 100000000000:
42
+ :one: "000 bilhão"
43
+ :other: "000 bilhões"
44
+ 1000000000000:
45
+ :one: "0 trilhão"
46
+ :other: "0 trilhões"
47
+ 10000000000000:
48
+ :one: "00 trilhão"
49
+ :other: "00 trilhões"
50
+ 100000000000000:
51
+ :one: "000 trilhão"
52
+ :other: "000 trilhões"
29
53
  :short:
30
- 1000: "0 mil"
31
- 10000: "00 mil"
32
- 100000: "000 mil"
33
- 1000000: "0 mi"
34
- 10000000: "00 mi"
35
- 100000000: "000 mi"
36
- 1000000000: "0 bi"
37
- 10000000000: "00 bi"
38
- 100000000000: "000 bi"
39
- 1000000000000: "0 tri"
40
- 10000000000000: "00 tri"
41
- 100000000000000: "000 tri"
54
+ 1000:
55
+ :one: "0 mil"
56
+ :other: "0 mil"
57
+ 10000:
58
+ :one: "00 mil"
59
+ :other: "00 mil"
60
+ 100000:
61
+ :one: "000 mil"
62
+ :other: "000 mil"
63
+ 1000000:
64
+ :one: "0 mi"
65
+ :other: "0 mi"
66
+ 10000000:
67
+ :one: "00 mi"
68
+ :other: "00 mi"
69
+ 100000000:
70
+ :one: "000 mi"
71
+ :other: "000 mi"
72
+ 1000000000:
73
+ :one: "0 bi"
74
+ :other: "0 bi"
75
+ 10000000000:
76
+ :one: "00 bi"
77
+ :other: "00 bi"
78
+ 100000000000:
79
+ :one: "000 bi"
80
+ :other: "000 bi"
81
+ 1000000000000:
82
+ :one: "0 tri"
83
+ :other: "0 tri"
84
+ 10000000000000:
85
+ :one: "00 tri"
86
+ :other: "00 tri"
87
+ 100000000000000:
88
+ :one: "000 tri"
89
+ :other: "000 tri"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,7 @@
1
+ ---
2
+ :pt:
3
+ :cardinal:
4
+ :one: "n = 0..2 and n != 2 @integer 0, 1 @decimal 0.0, 1.0, 0.00, 1.00, 0.000, 1.000, 0.0000, 1.0000"
5
+ :other: " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 0.1~0.9, 1.1~1.7, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,6 +1,14 @@
1
1
  ---
2
- :pt: ! '{ :''pt'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); ((n.to_i == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) || (n.to_i
5
- == 0 && ((t = n.to_s.split(".")[1]) ? t.gsub(/0+$/, "").to_i : 0) == 1)) ? :one
6
- : :other } } } } }'
2
+ :pt:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((0..2).include?(n)
6
+ && n != 2) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
13
+ :names:
14
+ - :other
@@ -41,7 +41,7 @@
41
41
  :by: "Bielorrússia"
42
42
  :bz: "Belize"
43
43
  :ca: "Canadá"
44
- :cc: "Ilhas Coco"
44
+ :cc: "Ilhas Cocos (Keeling)"
45
45
  :cd: "República Democrática do Congo"
46
46
  :cf: "República Centro-Africana"
47
47
  :cg: "Congo"
@@ -57,7 +57,7 @@
57
57
  :cu: "Cuba"
58
58
  :cv: "Cabo Verde"
59
59
  :cw: "Curaçao"
60
- :cx: "Ilhas Natal"
60
+ :cx: "Ilha Christmas"
61
61
  :cy: "Chipre"
62
62
  :cz: "República Tcheca"
63
63
  :de: "Alemanha"
@@ -78,19 +78,19 @@
78
78
  :eu: "União Europeia"
79
79
  :fi: "Finlândia"
80
80
  :fj: "Fiji"
81
- :fk: "Ilhas Malvinas"
81
+ :fk: "Ilhas Falkland (Ilhas Malvinas)"
82
82
  :fm: "Micronésia"
83
83
  :fo: "Ilhas Faroe"
84
84
  :fr: "França"
85
85
  :ga: "Gabão"
86
- :gb: "GB"
86
+ :gb: "Reino Unido"
87
87
  :gd: "Granada"
88
88
  :ge: "Geórgia"
89
89
  :gf: "Guiana Francesa"
90
90
  :gg: "Guernsey"
91
91
  :gh: "Gana"
92
92
  :gi: "Gibraltar"
93
- :gl: "Groênlandia"
93
+ :gl: "Groenlândia"
94
94
  :gm: "Gâmbia"
95
95
  :gn: "Guiné"
96
96
  :gp: "Guadalupe"
@@ -102,7 +102,7 @@
102
102
  :gw: "Guiné Bissau"
103
103
  :gy: "Guiana"
104
104
  :hk: "Hong Kong"
105
- :hm: "Ilha Heard e Ilhas McDonald"
105
+ :hm: "Ilhas Heard e McDonald"
106
106
  :hn: "Honduras"
107
107
  :hr: "Croácia"
108
108
  :ht: "Haiti"
@@ -127,7 +127,7 @@
127
127
  :kh: "Camboja"
128
128
  :ki: "Quiribati"
129
129
  :km: "Comores"
130
- :kn: "São Cristovão e Nevis"
130
+ :kn: "São Cristóvão e Nevis"
131
131
  :kp: "Coreia do Norte"
132
132
  :kr: "Coreia do Sul"
133
133
  :kw: "Kuwait"
@@ -229,9 +229,9 @@
229
229
  :tf: "Territórios Franceses do Sul"
230
230
  :tg: "Togo"
231
231
  :th: "Tailândia"
232
- :tj: "Tadjiquistão"
232
+ :tj: "Tajiquistão"
233
233
  :tk: "Tokelau"
234
- :tl: "Timor-Leste"
234
+ :tl: "República Democrática de Timor-Leste"
235
235
  :tm: "Turcomenistão"
236
236
  :tn: "Tunísia"
237
237
  :to: "Tonga"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "E d"
@@ -101,35 +102,51 @@
101
102
  :tue: "Ma"
102
103
  :wed: "Mi"
103
104
  :wide:
104
- :fri: "vineri"
105
- :mon: "luni"
106
- :sat: "sâmbătă"
107
- :sun: "duminică"
108
- :thu: "joi"
109
- :tue: "marți"
110
- :wed: "miercuri"
105
+ :fri: "Vineri"
106
+ :mon: "Luni"
107
+ :sat: "Sâmbătă"
108
+ :sun: "Duminică"
109
+ :thu: "Joi"
110
+ :tue: "Marți"
111
+ :wed: "Miercuri"
111
112
  :eras:
112
113
  :abbr:
113
114
  0: "î.e.n"
114
115
  1: "e.n."
115
116
  :name:
116
- 0: "înainte de Hristos"
117
- 1: "după Hristos"
117
+ 0: "înaintea erei noastre"
118
+ 1: "era noastră"
118
119
  :narrow:
119
- 0: "B"
120
- 1: "A"
120
+ 0: ""
121
121
  :fields:
122
- :day: "zi"
123
- :dayperiod: "a.m./p.m"
124
- :era: "eră"
125
- :hour: "oră"
126
- :minute: "minut"
127
- :month: "lună"
128
- :second: "secundă"
129
- :week: "săptămână"
130
- :weekday: "zi a săptămânii"
131
- :year: "an"
132
- :zone: "fus orar"
122
+ :day: "Zi"
123
+ :day-narrow: "zi"
124
+ :day-short: "zi"
125
+ :dayperiod: "a.m/p.m."
126
+ :era: "Eră"
127
+ :hour: "Oră"
128
+ :hour-narrow: "h"
129
+ :hour-short: "h"
130
+ :minute: "Minut"
131
+ :minute-narrow: "m"
132
+ :minute-short: "min."
133
+ :month: "Lună"
134
+ :month-narrow: "lună"
135
+ :month-short: "lună"
136
+ :quarter: "Trimestru"
137
+ :quarter-narrow: "trim."
138
+ :quarter-short: "trim."
139
+ :second: "Secundă"
140
+ :second-narrow: "s"
141
+ :second-short: "sec."
142
+ :week: "Săptămână"
143
+ :week-narrow: "săpt."
144
+ :week-short: "săpt."
145
+ :weekday: "Zi a săptămânii"
146
+ :year: "An"
147
+ :year-narrow: "an"
148
+ :year-short: "an"
149
+ :zone: "Fus orar"
133
150
  :formats:
134
151
  :date:
135
152
  :full:
@@ -227,32 +244,29 @@
227
244
  8: "A"
228
245
  9: "S"
229
246
  :wide:
230
- 1: "ianuarie"
231
- 10: "octombrie"
232
- 11: "noiembrie"
233
- 12: "decembrie"
234
- 2: "februarie"
235
- 3: "martie"
236
- 4: "aprilie"
237
- 5: "mai"
238
- 6: "iunie"
239
- 7: "iulie"
240
- 8: "august"
241
- 9: "septembrie"
247
+ 1: "Ianuarie"
248
+ 10: "Octombrie"
249
+ 11: "Noiembrie"
250
+ 12: "Decembrie"
251
+ 2: "Februarie"
252
+ 3: "Martie"
253
+ 4: "Aprilie"
254
+ 5: "Mai"
255
+ 6: "Iunie"
256
+ 7: "Iulie"
257
+ 8: "August"
258
+ 9: "Septembrie"
242
259
  :periods:
243
260
  :format:
244
261
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
245
262
  :narrow:
246
- :am: "a"
247
- :noon: "n"
248
- :pm: "p"
263
+ :am: "a.m."
264
+ :noon: "prânz"
265
+ :pm: "p.m."
249
266
  :wide:
250
267
  :am: "a.m."
251
- :noon: "noon"
268
+ :noon: "la prânz"
252
269
  :pm: "p.m."
253
- :variant:
254
- :am: "a.m."
255
- :pm: "p.m."
256
270
  :stand-alone: {}
257
271
  :quarters:
258
272
  :format:
@@ -273,17 +287,17 @@
273
287
  4: "trimestrul al IV-lea"
274
288
  :stand-alone:
275
289
  :abbreviated:
276
- 1: "T1"
277
- 2: "T2"
278
- 3: "T3"
279
- 4: "T4"
290
+ 1: "Trim. I"
291
+ 2: "Trim. II"
292
+ 3: "Trim. III"
293
+ 4: "Trim. IV"
280
294
  :narrow:
281
295
  1: 1
282
296
  2: 2
283
297
  3: 3
284
298
  4: 4
285
299
  :wide:
286
- 1: "trimestrul I"
287
- 2: "trimestrul al II-lea"
288
- 3: "trimestrul al III-lea"
289
- 4: "trimestrul al IV-lea"
300
+ 1: "Trimestrul I"
301
+ 2: "Trimestrul al II-lea"
302
+ 3: "Trimestrul al III-lea"
303
+ 4: "Trimestrul al IV-lea"
@@ -8,51 +8,33 @@
8
8
  :AED:
9
9
  :few: "dirhami din Emiratele Arabe Unite"
10
10
  :one: "dirham din Emiratele Arabe Unite"
11
- :other: "dirhami Emiratele Arabe Unite"
12
- :AFA:
13
- :one: "Afghan afghani (1927–2002)"
14
- :other: "Afghan afghanis (1927–2002)"
11
+ :other: "dirhami din Emiratele Arabe Unite"
12
+ :symbol: "AED"
15
13
  :AFN:
16
14
  :few: "afgani afgani"
17
15
  :one: "afgani afgan"
18
16
  :other: "afgani afgani"
19
- :ALK:
20
- :one: "Albanian lek (1946–1965)"
21
- :other: "Albanian lekë (1946–1965)"
17
+ :symbol: "AFN"
22
18
  :ALL:
23
- :few: "leka albanezi"
24
- :one: "leka albanez"
25
- :other: "leka albanezi"
19
+ :few: "leka albaneze"
20
+ :one: "leka albaneză"
21
+ :other: "leka albaneze"
22
+ :symbol: "ALL"
26
23
  :AMD:
27
24
  :few: "drami armenești"
28
25
  :one: "dram armenesc"
29
26
  :other: "drami armenești"
27
+ :symbol: "AMD"
30
28
  :ANG:
31
29
  :few: "guldeni din Antilele Olandeze"
32
30
  :one: "gulden din Antilele Olandeze"
33
- :other: "guldeni Antilele Olandeze"
31
+ :other: "guldeni din Antilele Olandeze"
32
+ :symbol: "ANG"
34
33
  :AOA:
35
34
  :few: "kwanze angoleze"
36
35
  :one: "kwanza angoleză"
37
36
  :other: "kwanze angoleze"
38
- :AOK:
39
- :one: "Angolan kwanza (1977–1991)"
40
- :other: "Angolan kwanzas (1977–1991)"
41
- :AON:
42
- :one: "Angolan new kwanza (1990–2000)"
43
- :other: "Angolan new kwanzas (1990–2000)"
44
- :AOR:
45
- :one: "Angolan readjusted kwanza (1995–1999)"
46
- :other: "Angolan readjusted kwanzas (1995–1999)"
47
- :ARA:
48
- :one: "Argentine austral"
49
- :other: "Argentine australs"
50
- :ARL:
51
- :one: "Argentine peso ley (1970–1983)"
52
- :other: "Argentine pesos ley (1970–1983)"
53
- :ARM:
54
- :one: "Argentine peso (1881–1970)"
55
- :other: "Argentine pesos (1881–1970)"
37
+ :symbol: "AOA"
56
38
  :ARP:
57
39
  :few: "pesos argentinieni (1983–1985)"
58
40
  :one: "peso argentinian (1983–1985)"
@@ -61,48 +43,47 @@
61
43
  :few: "pesos argentinieni"
62
44
  :one: "peso argentinian"
63
45
  :other: "pesos argentinieni"
64
- :symbol: "$"
46
+ :symbol: "ARS"
65
47
  :ATS:
66
48
  :few: "șilingi austrieci"
67
49
  :one: "șiling austriac"
68
50
  :other: "șilingi austrieci"
69
51
  :AUD:
70
52
  :few: "dolari australieni"
71
- :one: "dolar australien"
53
+ :one: "dolar australian"
72
54
  :other: "dolari australieni"
73
55
  :symbol: "AUD"
74
56
  :AWG:
75
- :few: "florini Aruba"
76
- :one: "florin Aruba"
77
- :other: "florini Aruba"
57
+ :few: "florini arubani"
58
+ :one: "florin aruban"
59
+ :other: "florini arubani"
60
+ :symbol: "AWG"
78
61
  :AZM:
79
62
  :one: "manat azer (1993–2006)"
80
- :other: "Azerbaijani manats (1993–2006)"
81
63
  :AZN:
82
64
  :few: "manați azeri"
83
65
  :one: "manat azer"
84
- :other: "manați Azerbaidjan"
66
+ :other: "manați azeri"
67
+ :symbol: "AZN"
85
68
  :BAD:
86
69
  :few: "dinari Bosnia-Herțegovina"
87
70
  :one: "dinar Bosnia-Herțegovina (1992–1994)"
88
71
  :other: "dinari Bosnia-Herțegovina (1992–1994)"
89
72
  :BAM:
90
- :few: "mărci convertibile bosniace"
91
- :one: "marcă convertibilă bosniacă"
92
- :other: "mărci convertibile bosniace"
93
- :BAN:
94
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
95
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
73
+ :few: "mărci convertibile din Bosnia și Herțegovina"
74
+ :one: "marcă convertibilă din Bosnia și Herțegovina"
75
+ :other: "mărci convertibile din Bosnia și Herțegovina"
76
+ :symbol: "BAM"
96
77
  :BBD:
97
78
  :few: "dolari Barbados"
98
79
  :one: "dolar Barbados"
99
80
  :other: "dolari Barbados"
100
- :symbol: "$"
81
+ :symbol: "BBD"
101
82
  :BDT:
102
83
  :few: "taka din Bangladesh"
103
84
  :one: "taka din Bangladesh"
104
85
  :other: "taka din Bangladesh"
105
- :symbol: ""
86
+ :symbol: "BDT"
106
87
  :BEC:
107
88
  :few: "franci belgieni (convertibili)"
108
89
  :one: "franc belgian (convertibil)"
@@ -115,103 +96,78 @@
115
96
  :few: "franci belgieni (financiari)"
116
97
  :one: "franc belgian (financiar)"
117
98
  :other: "franci belgieni (financiari)"
118
- :BGL:
119
- :one: "Bulgarian hard lev"
120
- :other: "Bulgarian hard leva"
121
- :BGM:
122
- :one: "Bulgarian socialist lev"
123
- :other: "Bulgarian socialist leva"
124
99
  :BGN:
125
- :few: "leva bulgărești noi"
100
+ :few: "leva bulgărești"
126
101
  :one: "leva bulgărească"
127
- :other: "leva bulgărești noi"
128
- :BGO:
129
- :one: "Bulgarian lev (1879–1952)"
130
- :other: "Bulgarian leva (1879–1952)"
102
+ :other: "leva bulgărești"
103
+ :symbol: "BGN"
131
104
  :BHD:
132
105
  :few: "dinari din Bahrain"
133
106
  :one: "dinar din Bahrain"
134
107
  :other: "dinari din Bahrain"
108
+ :symbol: "BHD"
135
109
  :BIF:
136
110
  :few: "franci burundezi"
137
111
  :one: "franc burundez"
138
- :other: "franci Burundi"
112
+ :other: "franci burundezi"
113
+ :symbol: "BIF"
139
114
  :BMD:
140
115
  :few: "dolari din Bermuda"
141
116
  :one: "dolar din Bermuda"
142
- :other: "dolari Bermude"
143
- :symbol: "$"
117
+ :other: "dolari din Bermuda"
118
+ :symbol: "BMD"
144
119
  :BND:
145
120
  :few: "dolari din Brunei"
146
121
  :one: "dolar din Brunei"
147
122
  :other: "dolari Brunei"
148
- :symbol: "$"
123
+ :symbol: "BND"
149
124
  :BOB:
150
125
  :few: "boliviano bolivieni"
151
126
  :one: "boliviano bolivian"
152
- :other: "bolivieni bolivieni"
153
- :BOL:
154
- :one: "Bolivian boliviano (1863–1963)"
155
- :other: "Bolivian bolivianos (1863–1963)"
127
+ :other: "boliviano bolivieni"
128
+ :symbol: "BOB"
156
129
  :BOP:
157
130
  :few: "pesos bolivieni"
158
131
  :one: "peso bolivian"
159
132
  :other: "pesos bolivieni"
160
133
  :BOV:
161
134
  :one: "mvdol bolivian"
162
- :other: "Bolivian mvdols"
163
- :BRB:
164
- :one: "Brazilian new cruzeiro (1967–1986)"
165
- :other: "Brazilian new cruzeiros (1967–1986)"
166
- :BRC:
167
- :one: "Brazilian cruzado (1986–1989)"
168
- :other: "Brazilian cruzados (1986–1989)"
169
135
  :BRE:
170
136
  :one: "cruzeiro brazilian (1990–1993)"
171
- :other: "Brazilian cruzeiros (1990–1993)"
172
137
  :BRL:
173
138
  :few: "reali brazilieni"
174
139
  :one: "real brazilian"
175
140
  :other: "reali brazilieni"
176
141
  :symbol: "BRL"
177
- :BRN:
178
- :one: "Brazilian new cruzado (1989–1990)"
179
- :other: "Brazilian new cruzados (1989–1990)"
180
142
  :BRR:
181
143
  :one: "cruzeiro brazilian (1993–1994)"
182
- :other: "Brazilian cruzeiros (1993–1994)"
183
- :BRZ:
184
- :one: "Brazilian cruzeiro (1942–1967)"
185
- :other: "Brazilian cruzeiros (1942–1967)"
186
144
  :BSD:
187
145
  :few: "dolari din Bahamas"
188
146
  :one: "dolar din Bahamas"
189
- :other: "dolari Bahamas"
190
- :symbol: "$"
147
+ :other: "dolari din Bahamas"
148
+ :symbol: "BSD"
191
149
  :BTN:
192
150
  :few: "ngultrum din Bhutan"
193
151
  :one: "ngultrum din Bhutan"
194
152
  :other: "ngultrum din Bhutan"
153
+ :symbol: "BTN"
195
154
  :BUK:
196
155
  :one: "kyat birman"
197
- :other: "Burmese kyats"
198
156
  :BWP:
199
157
  :few: "pule Botswana"
200
158
  :one: "pulă Botswana"
201
159
  :other: "pule Botswana"
202
- :BYB:
203
- :one: "Belarusian new ruble (1994–1999)"
204
- :other: "Belarusian new rubles (1994–1999)"
160
+ :symbol: "BWP"
205
161
  :BYR:
206
162
  :few: "ruble belaruse"
207
163
  :one: "rublă belarusă"
208
- :other: "ruble bieloruse"
209
- :symbol: "р."
164
+ :other: "ruble belaruse"
165
+ :symbol: "BYR"
210
166
  :BZD:
211
167
  :few: "dolari din Belize"
212
168
  :one: "dolar din Belize"
213
- :other: "dolari Belize"
214
- :symbol: "$"
169
+ :other: "dolari din Belize"
170
+ :symbol: "BZD"
215
171
  :CAD:
216
172
  :few: "dolari canadieni"
217
173
  :one: "dolar canadian"
@@ -221,68 +177,51 @@
221
177
  :few: "franci congolezi"
222
178
  :one: "franc congolez"
223
179
  :other: "franci congolezi"
224
- :CHE:
225
- :one: "WIR euro"
226
- :other: "WIR euros"
180
+ :symbol: "CDF"
227
181
  :CHF:
228
182
  :few: "franci elvețieni"
229
183
  :one: "franc elvețian"
230
184
  :other: "franci elvețieni"
231
- :CHW:
232
- :one: "WIR franc"
233
- :other: "WIR francs"
234
- :CLE:
235
- :one: "Chilean escudo"
236
- :other: "Chilean escudos"
237
- :CLF:
238
- :one: "Chilean unit of account (UF)"
239
- :other: "Chilean units of account (UF)"
185
+ :symbol: "CHF"
240
186
  :CLP:
241
187
  :few: "pesos chilieni"
242
188
  :one: "peso chilian"
243
189
  :other: "pesos chilieni"
244
- :symbol: "$"
245
- :CNX:
246
- :one: "Chinese People’s Bank dollar"
247
- :other: "Chinese People’s Bank dollars"
190
+ :symbol: "CLP"
248
191
  :CNY:
249
- :few: "yuani renminbi chinezești"
250
- :one: "yuan renminbi chinezesc"
251
- :other: "yuani renminbi chinezești"
192
+ :few: "yuani chinezești"
193
+ :one: "yuan chinezesc"
194
+ :other: "yuani chinezești"
252
195
  :symbol: "CNY"
253
196
  :COP:
254
197
  :few: "pesos columbieni"
255
198
  :one: "peso columbian"
256
199
  :other: "pesos columbieni"
257
- :symbol: "$"
258
- :COU:
259
- :one: "Colombian real value unit"
260
- :other: "Colombian real value units"
200
+ :symbol: "COP"
261
201
  :CRC:
262
- :few: "colóni costaricani"
263
- :one: "colón costarican"
202
+ :few: "coloni costaricani"
203
+ :one: "colon costarican"
264
204
  :other: "coloni costaricani"
265
- :symbol: ""
205
+ :symbol: "CRC"
266
206
  :CSD:
267
207
  :few: "dinari Serbia și Muntenegru (2002–2006)"
268
208
  :one: "dinar Serbia și Muntenegru (2002–2006)"
269
209
  :other: "dinari Serbia și Muntenegru (2002–2006)"
270
- :CSK:
271
- :one: "Czechoslovak hard koruna"
272
- :other: "Czechoslovak hard korunas"
273
210
  :CUC:
274
211
  :few: "pesos cubanezi convertibili"
275
212
  :one: "peso cubanez convertibil"
276
213
  :other: "pesos cubanezi convertibili"
214
+ :symbol: "CUC"
277
215
  :CUP:
278
216
  :few: "pesos cubanezi"
279
217
  :one: "peso cubanez"
280
218
  :other: "pesos cubanezi"
281
- :symbol: "$"
219
+ :symbol: "CUP"
282
220
  :CVE:
283
221
  :few: "escudo din Capul Verde"
284
222
  :one: "escudo din Capul Verde"
285
- :other: "escudo Capul Verde"
223
+ :other: "escudo din Capul Verde"
224
+ :symbol: "CVE"
286
225
  :CYP:
287
226
  :few: "lire cipriote"
288
227
  :one: "liră cipriotă"
@@ -291,6 +230,7 @@
291
230
  :few: "coroane cehe"
292
231
  :one: "coroană cehă"
293
232
  :other: "coroane cehe"
233
+ :symbol: "CZK"
294
234
  :DDM:
295
235
  :few: "mărci est-germane"
296
236
  :one: "marcă est-germană"
@@ -302,26 +242,25 @@
302
242
  :DJF:
303
243
  :few: "franci djiboutieni"
304
244
  :one: "franc djiboutian"
305
- :other: "franci Djibouti"
245
+ :other: "franci djiboutieni"
246
+ :symbol: "DJF"
306
247
  :DKK:
307
248
  :few: "coroane daneze"
308
249
  :one: "coroană daneză"
309
250
  :other: "coroane daneze"
251
+ :symbol: "DKK"
310
252
  :DOP:
311
253
  :few: "pesos dominicani"
312
254
  :one: "peso dominican"
313
255
  :other: "pesos dominicani"
314
- :symbol: "$"
256
+ :symbol: "DOP"
315
257
  :DZD:
316
258
  :few: "dinari algerieni"
317
259
  :one: "dinar algerian"
318
260
  :other: "dinari algerieni"
261
+ :symbol: "DZD"
319
262
  :ECS:
320
263
  :one: "sucre Ecuador"
321
- :other: "Ecuadorian sucres"
322
- :ECV:
323
- :one: "Ecuadorian unit of constant value"
324
- :other: "Ecuadorian units of constant value"
325
264
  :EEK:
326
265
  :few: "coroane estoniene"
327
266
  :one: "coroană estoniană"
@@ -330,16 +269,16 @@
330
269
  :few: "lire egiptene"
331
270
  :one: "liră egipteană"
332
271
  :other: "lire egiptene"
272
+ :symbol: "EGP"
333
273
  :ERN:
334
274
  :few: "nakfa eritreene"
335
275
  :one: "nakfa eritreeană"
336
276
  :other: "nakfa eritreene"
277
+ :symbol: "ERN"
337
278
  :ESA:
338
279
  :one: "peseta spaniolă (cont A)"
339
- :other: "Spanish pesetas (A account)"
340
280
  :ESB:
341
281
  :one: "peseta spaniolă (cont convertibil)"
342
- :other: "Spanish pesetas (convertible account)"
343
282
  :ESP:
344
283
  :few: "pesete spaniole"
345
284
  :one: "pesetă spaniolă"
@@ -348,12 +287,13 @@
348
287
  :ETB:
349
288
  :few: "birri etiopieni"
350
289
  :one: "birr etiopian"
351
- :other: "birr Etiopia"
290
+ :other: "birri etiopieni"
291
+ :symbol: "ETB"
352
292
  :EUR:
353
293
  :few: "euro"
354
294
  :one: "euro"
355
295
  :other: "euro"
356
- :symbol: ""
296
+ :symbol: "EUR"
357
297
  :FIM:
358
298
  :few: "mărci finlandeze"
359
299
  :one: "mărci finlandeze"
@@ -361,12 +301,13 @@
361
301
  :FJD:
362
302
  :few: "dolari fijieni"
363
303
  :one: "dolar fijian"
364
- :other: "dolari Fiji"
365
- :symbol: "$"
304
+ :other: "dolari fijieni"
305
+ :symbol: "FJD"
366
306
  :FKP:
367
307
  :few: "lire din Insulele Falkland"
368
308
  :one: "liră din Insulele Falkland"
369
- :other: "lire Insulele Falkland"
309
+ :other: "lire din Insulele Falkland"
310
+ :symbol: "FKP"
370
311
  :FRF:
371
312
  :few: "franci francezi"
372
313
  :one: "franc francez"
@@ -376,40 +317,33 @@
376
317
  :one: "liră sterlină"
377
318
  :other: "lire sterline"
378
319
  :symbol: "GBP"
379
- :GEK:
380
- :one: "Georgian kupon larit"
381
- :other: "Georgian kupon larits"
382
320
  :GEL:
383
321
  :few: "lari georgieni"
384
322
  :one: "lari georgian"
385
- :other: "lari Georgia"
323
+ :other: "lari georgieni"
324
+ :symbol: "GEL"
386
325
  :GHC:
387
326
  :one: "cedi Ghana (1979–2007)"
388
- :other: "Ghanaian cedis (1979–2007)"
389
327
  :GHS:
390
328
  :few: "cedi ghanezi"
391
329
  :one: "cedi ghanez"
392
330
  :other: "cedi ghanezi"
393
- :symbol: ""
331
+ :symbol: "GHS"
394
332
  :GIP:
395
333
  :few: "lire din Gibraltar"
396
334
  :one: "liră din Gibraltar"
397
335
  :other: "lire Gibraltar"
398
- :symbol: "£"
336
+ :symbol: "GIP"
399
337
  :GMD:
400
338
  :few: "dalasi din Gambia"
401
339
  :one: "dalasi din Gambia"
402
340
  :other: "dalasi din Gambia"
341
+ :symbol: "GMD"
403
342
  :GNF:
404
343
  :few: "franci guineeni"
405
344
  :one: "franc guineean"
406
- :other: "franci Guineea"
407
- :GNS:
408
- :one: "Guinean syli"
409
- :other: "Guinean sylis"
410
- :GQE:
411
- :one: "Equatorial Guinean ekwele"
412
- :other: "Equatorial Guinean ekwele"
345
+ :other: "franci guineeni"
346
+ :symbol: "GNF"
413
347
  :GRD:
414
348
  :few: "drahme grecești"
415
349
  :one: "drahmă grecească"
@@ -418,9 +352,7 @@
418
352
  :few: "quetzali guatemalezi"
419
353
  :one: "quetzal guatemalez"
420
354
  :other: "quetzali guatemalezi"
421
- :GWE:
422
- :one: "Portuguese Guinea escudo"
423
- :other: "Portuguese Guinea escudos"
355
+ :symbol: "GTQ"
424
356
  :GWP:
425
357
  :few: "pesos Guineea-Bissau"
426
358
  :one: "peso Guineea-Bissau"
@@ -428,17 +360,18 @@
428
360
  :GYD:
429
361
  :few: "dolari guyanezi"
430
362
  :one: "dolar guyanez"
431
- :other: "dolari Guyana"
432
- :symbol: "$"
363
+ :other: "dolari guyanezi"
364
+ :symbol: "GYD"
433
365
  :HKD:
434
366
  :few: "dolari din Hong Kong"
435
367
  :one: "dolar din Hong Kong"
436
- :other: "dolari Hong Kong"
368
+ :other: "dolari din Hong Kong"
437
369
  :symbol: "HKD"
438
370
  :HNL:
439
371
  :few: "lempire honduriene"
440
372
  :one: "lempiră honduriană"
441
373
  :other: "lempire honduriene"
374
+ :symbol: "HNL"
442
375
  :HRD:
443
376
  :few: "dinari croați"
444
377
  :one: "dinar croat"
@@ -447,18 +380,22 @@
447
380
  :few: "kune croate"
448
381
  :one: "kuna croată"
449
382
  :other: "kune croate"
383
+ :symbol: "HRK"
450
384
  :HTG:
451
385
  :few: "gourde din Haiti"
452
386
  :one: "gourde din Haiti"
453
387
  :other: "gourde din Haiti"
388
+ :symbol: "HTG"
454
389
  :HUF:
455
390
  :few: "forinți maghiari"
456
391
  :one: "forint maghiar"
457
392
  :other: "forinți maghiari"
393
+ :symbol: "HUF"
458
394
  :IDR:
459
395
  :few: "rupii indoneziene"
460
396
  :one: "rupie indoneziană"
461
397
  :other: "rupii indoneziene"
398
+ :symbol: "IDR"
462
399
  :IEP:
463
400
  :few: "lire irlandeze"
464
401
  :one: "liră irlandeză"
@@ -467,9 +404,6 @@
467
404
  :few: "lire israeliene"
468
405
  :one: "liră israeliană"
469
406
  :other: "lire israeliene"
470
- :ILR:
471
- :one: "Israeli sheqel (1980–1985)"
472
- :other: "Israeli sheqels (1980–1985)"
473
407
  :ILS:
474
408
  :few: "șecheli israelieni noi"
475
409
  :one: "șechel israelian nou"
@@ -484,17 +418,17 @@
484
418
  :few: "dinari irakieni"
485
419
  :one: "dinar irakian"
486
420
  :other: "dinari irakieni"
421
+ :symbol: "IQD"
487
422
  :IRR:
488
423
  :few: "riali iranieni"
489
424
  :one: "rial iranian"
490
425
  :other: "riali iranieni"
491
- :ISJ:
492
- :one: "Icelandic króna (1918–1981)"
493
- :other: "Icelandic krónur (1918–1981)"
426
+ :symbol: "IRR"
494
427
  :ISK:
495
428
  :few: "coroane islandeze"
496
429
  :one: "coroană islandeză"
497
430
  :other: "coroane islandeze"
431
+ :symbol: "ISK"
498
432
  :ITL:
499
433
  :few: "lire italiene"
500
434
  :one: "liră italiană"
@@ -503,11 +437,12 @@
503
437
  :few: "dolari jamaicani"
504
438
  :one: "dolar jamaican"
505
439
  :other: "dolari jamaicani"
506
- :symbol: "$"
440
+ :symbol: "JMD"
507
441
  :JOD:
508
442
  :few: "dinari iordanieni"
509
443
  :one: "dinar iordanian"
510
444
  :other: "dinari iordanieni"
445
+ :symbol: "JOD"
511
446
  :JPY:
512
447
  :few: "yeni japonezi"
513
448
  :one: "yen japonez"
@@ -517,29 +452,27 @@
517
452
  :few: "șilingi kenyeni"
518
453
  :one: "șiling kenyan"
519
454
  :other: "șilingi kenyeni"
455
+ :symbol: "KES"
520
456
  :KGS:
521
457
  :few: "somi kârgâzi"
522
458
  :one: "som kârgâz"
523
459
  :other: "somi kârgâzi"
460
+ :symbol: "KGS"
524
461
  :KHR:
525
462
  :few: "rieli cambodgieni"
526
463
  :one: "riel cambodgian"
527
464
  :other: "rieli cambodgieni"
528
- :symbol: ""
465
+ :symbol: "KHR"
529
466
  :KMF:
530
467
  :few: "franci comorieni"
531
468
  :one: "franc comorian"
532
469
  :other: "franci comorieni"
470
+ :symbol: "KMF"
533
471
  :KPW:
534
472
  :few: "woni nord-coreeni"
535
473
  :one: "won nord-coreean"
536
474
  :other: "woni nord-coreeni"
537
- :KRH:
538
- :one: "South Korean hwan (1953–1962)"
539
- :other: "South Korean hwan (1953–1962)"
540
- :KRO:
541
- :one: "South Korean won (1945–1953)"
542
- :other: "South Korean won (1945–1953)"
475
+ :symbol: "KPW"
543
476
  :KRW:
544
477
  :few: "woni sud-coreeni"
545
478
  :one: "won sud-coreean"
@@ -549,44 +482,44 @@
549
482
  :few: "dinari kuweitieni"
550
483
  :one: "dinar kuweitian"
551
484
  :other: "dinari kuweitieni"
485
+ :symbol: "KWD"
552
486
  :KYD:
553
487
  :few: "dolari din Insulele Cayman"
554
488
  :one: "dolar din Insulele Cayman"
555
- :other: "dolari Insulele Cayman"
556
- :symbol: "$"
489
+ :other: "dolari din Insulele Cayman"
490
+ :symbol: "KYD"
557
491
  :KZT:
558
492
  :few: "tenge kazahe"
559
493
  :one: "tenge kazahă"
560
494
  :other: "tenge kazahe"
561
- :symbol: ""
495
+ :symbol: "KZT"
562
496
  :LAK:
563
- :few: "kip din Laos"
564
- :one: "kip din Laos"
565
- :other: "kip din Laos"
566
- :symbol: ""
497
+ :few: "kipi laoțieni"
498
+ :one: "kip laoțian"
499
+ :other: "kipi laoțieni"
500
+ :symbol: "LAK"
567
501
  :LBP:
568
502
  :few: "lire libaneze"
569
503
  :one: "liră libaneză"
570
504
  :other: "lire libaneze"
505
+ :symbol: "LBP"
571
506
  :LKR:
572
507
  :few: "rupii din Sri Lanka"
573
508
  :one: "rupie din Sri Lanka"
574
509
  :other: "rupii Sri Lanka"
510
+ :symbol: "LKR"
575
511
  :LRD:
576
512
  :few: "dolari liberieni"
577
513
  :one: "dolar liberian"
578
514
  :other: "dolari liberieni"
579
- :symbol: "$"
515
+ :symbol: "LRD"
580
516
  :LSL:
581
517
  :one: "loti lesothian"
582
- :other: "Lesotho lotis"
583
518
  :LTL:
584
519
  :few: "lite lituaniene"
585
- :one: "litas lituaniană"
520
+ :one: "litu lituanian"
586
521
  :other: "lite lituaniene"
587
- :LTT:
588
- :one: "Lithuanian talonas"
589
- :other: "Lithuanian talonases"
522
+ :symbol: "LTL"
590
523
  :LUC:
591
524
  :few: "franci convertibili luxemburghezi"
592
525
  :one: "franc convertibil luxemburghez"
@@ -600,9 +533,10 @@
600
533
  :one: "franc financiar luxemburghez"
601
534
  :other: "franci financiari luxemburghezi"
602
535
  :LVL:
603
- :few: "lats letoni"
604
- :one: "lats leton"
605
- :other: "lats letoni"
536
+ :few: "lats letonieni"
537
+ :one: "lats letonian"
538
+ :other: "lats letonieni"
539
+ :symbol: "LVL"
606
540
  :LVR:
607
541
  :few: "ruble Letonia"
608
542
  :one: "rublă Letonia"
@@ -611,28 +545,26 @@
611
545
  :few: "dinari libieni"
612
546
  :one: "dinar libian"
613
547
  :other: "dinari libieni"
548
+ :symbol: "LYD"
614
549
  :MAD:
615
550
  :few: "dirhami marocani"
616
551
  :one: "dirham marocan"
617
552
  :other: "dirhami marocani"
553
+ :symbol: "MAD"
618
554
  :MAF:
619
555
  :few: "franci marocani"
620
556
  :one: "franc marocan"
621
557
  :other: "franci marocani"
622
- :MCF:
623
- :one: "Monegasque franc"
624
- :other: "Monegasque francs"
625
- :MDC:
626
- :one: "Moldovan cupon"
627
- :other: "Moldovan cupon"
628
558
  :MDL:
629
559
  :few: "lei moldovenești"
630
560
  :one: "leu moldovenesc"
631
561
  :other: "lei moldovenești"
562
+ :symbol: "MDL"
632
563
  :MGA:
633
564
  :few: "ariary malgași"
634
565
  :one: "ariary malgaș"
635
566
  :other: "ariary malgași"
567
+ :symbol: "MGA"
636
568
  :MGF:
637
569
  :few: "franci Madagascar"
638
570
  :one: "franc Madagascar"
@@ -641,52 +573,50 @@
641
573
  :few: "dinari macedoneni"
642
574
  :one: "dinar macedonean"
643
575
  :other: "dinari macedoneni"
644
- :MKN:
645
- :one: "Macedonian denar (1992–1993)"
646
- :other: "Macedonian denari (1992–1993)"
576
+ :symbol: "MKD"
647
577
  :MLF:
648
578
  :few: "franci Mali"
649
579
  :one: "franc Mali"
650
580
  :other: "franci Mali"
651
581
  :MMK:
652
- :few: "kyați Myanmar"
653
- :one: "kyat Myanmar"
654
- :other: "kyați Myanmar"
582
+ :few: "kyați din Myanmar"
583
+ :one: "kyat din Myanmar"
584
+ :other: "kyați din Myanmar"
585
+ :symbol: "MMK"
655
586
  :MNT:
656
587
  :few: "tugrici mongoli"
657
588
  :one: "tugrik mongol"
658
589
  :other: "tugrici mongoli"
659
- :symbol: ""
590
+ :symbol: "MNT"
660
591
  :MOP:
661
592
  :few: "pataca din Macao"
662
593
  :one: "pataca din Macao"
663
594
  :other: "pataca din Macao"
595
+ :symbol: "MOP"
664
596
  :MRO:
665
597
  :few: "ouguiya mauritane"
666
598
  :one: "ouguiya mauritană"
667
599
  :other: "ouguiya mauritane"
600
+ :symbol: "MRO"
668
601
  :MTL:
669
602
  :few: "lire malteze"
670
603
  :one: "liră malteză"
671
604
  :other: "lire malteze"
672
- :MTP:
673
- :one: "Maltese pound"
674
- :other: "Maltese pounds"
675
605
  :MUR:
676
606
  :few: "rupii mauritiene"
677
607
  :one: "rupie mauritiană"
678
608
  :other: "rupii mauritiene"
679
- :MVP:
680
- :one: "Maldivian rupee"
681
- :other: "Maldivian rupees"
609
+ :symbol: "MUR"
682
610
  :MVR:
683
611
  :few: "rufiyaa maldiviene"
684
612
  :one: "rufiyaa maldiviană"
685
613
  :other: "rufiyaa maldiviene"
614
+ :symbol: "MVR"
686
615
  :MWK:
687
616
  :few: "kwache malawiene"
688
617
  :one: "kwacha malawiană"
689
618
  :other: "kwache malawiene"
619
+ :symbol: "MWK"
690
620
  :MXN:
691
621
  :few: "pesos mexicani"
692
622
  :one: "peso mexican"
@@ -696,40 +626,37 @@
696
626
  :few: "pesos mexicani de argint (1861–1992"
697
627
  :one: "peso mexican de argint (1861–1992)"
698
628
  :other: "pesos mexicani de argint (1861–1992)"
699
- :MXV:
700
- :one: "Mexican investment unit"
701
- :other: "Mexican investment units"
702
629
  :MYR:
703
630
  :few: "ringgit malaiezieni"
704
631
  :one: "ringgit malaiezian"
705
632
  :other: "ringgit malaiezieni"
633
+ :symbol: "MYR"
706
634
  :MZE:
707
635
  :one: "escudo Mozambic"
708
- :other: "Mozambican escudos"
709
636
  :MZM:
710
637
  :one: "metical Mozambic vechi"
711
- :other: "Mozambican meticals (1980–2006)"
712
638
  :MZN:
713
639
  :few: "metical mozambicani"
714
640
  :one: "metical mozambican"
715
641
  :other: "metical mozambicani"
642
+ :symbol: "MZN"
716
643
  :NAD:
717
644
  :few: "dolari namibieni"
718
645
  :one: "dolar namibian"
719
646
  :other: "dolari namibieni"
720
- :symbol: "$"
647
+ :symbol: "NAD"
721
648
  :NGN:
722
649
  :few: "naire nigeriene"
723
650
  :one: "naira nigeriană"
724
651
  :other: "naire nigeriene"
725
- :symbol: ""
652
+ :symbol: "NGN"
726
653
  :NIC:
727
654
  :one: "cordoba nicaraguană (1988–1991)"
728
- :other: "Nicaraguan córdobas (1988–1991)"
729
655
  :NIO:
730
656
  :few: "cordobe nicaraguane"
731
657
  :one: "cordoba nicaraguană"
732
658
  :other: "cordobe nicaraguane"
659
+ :symbol: "NIO"
733
660
  :NLG:
734
661
  :few: "guldeni olandezi"
735
662
  :one: "gulden olandez"
@@ -738,10 +665,12 @@
738
665
  :few: "coroane norvegiene"
739
666
  :one: "coroană norvegiană"
740
667
  :other: "coroane norvegiene"
668
+ :symbol: "NOK"
741
669
  :NPR:
742
670
  :few: "rupii nepaleze"
743
671
  :one: "rupie nepaleză"
744
672
  :other: "rupii nepaleze"
673
+ :symbol: "NPR"
745
674
  :NZD:
746
675
  :few: "dolari neozeelandezi"
747
676
  :one: "dolar neozeelandez"
@@ -750,18 +679,20 @@
750
679
  :OMR:
751
680
  :few: "riali omanezi"
752
681
  :one: "rial omanez"
753
- :other: "riyali Oman"
682
+ :other: "riali omanezi"
683
+ :symbol: "OMR"
754
684
  :PAB:
755
685
  :few: "balboa panameze"
756
686
  :one: "balboa panameză"
757
687
  :other: "balboa panameze"
688
+ :symbol: "PAB"
758
689
  :PEI:
759
690
  :one: "inti peruvian"
760
- :other: "Peruvian intis"
761
691
  :PEN:
762
692
  :few: "soli noi peruvieni"
763
693
  :one: "sol nou peruvian"
764
- :other: "soli noi Peru"
694
+ :other: "soli noi peruvieni"
695
+ :symbol: "PEN"
765
696
  :PES:
766
697
  :few: "soli Peru (1863–1965)"
767
698
  :one: "sol peruvian (1863–1965)"
@@ -770,35 +701,36 @@
770
701
  :few: "kina din Papua-Noua Guinee"
771
702
  :one: "kina din Papua-Noua Guinee"
772
703
  :other: "kina din Papua-Noua Guinee"
704
+ :symbol: "PGK"
773
705
  :PHP:
774
706
  :few: "pesos filipinezi"
775
707
  :one: "peso filipinez"
776
708
  :other: "pesos filipinezi"
777
- :symbol: ""
709
+ :symbol: "PHP"
778
710
  :PKR:
779
711
  :few: "rupii pakistaneze"
780
712
  :one: "rupie pakistaneză"
781
713
  :other: "rupii pakistaneze"
714
+ :symbol: "PKR"
782
715
  :PLN:
783
716
  :few: "zloți polonezi"
784
717
  :one: "zlot polonez"
785
- :other: "zloți noi polonezi"
718
+ :other: "zloți polonezi"
719
+ :symbol: "PLN"
786
720
  :PLZ:
787
721
  :few: "zloți polonezi (1950–1995)"
788
722
  :one: "zlot polonez (1950–1995)"
789
723
  :other: "zloți polonezi (1950–1995)"
790
- :PTE:
791
- :one: "Portuguese escudo"
792
- :other: "Portuguese escudos"
793
724
  :PYG:
794
725
  :few: "guarani paraguayeni"
795
726
  :one: "guarani paraguayan"
796
- :other: "guarani Paraguay"
797
- :symbol: ""
727
+ :other: "guarani paraguayeni"
728
+ :symbol: "PYG"
798
729
  :QAR:
799
730
  :few: "riali qatarieni"
800
731
  :one: "rial qatarian"
801
- :other: "riyali Qatar"
732
+ :other: "riali qatarieni"
733
+ :symbol: "QAR"
802
734
  :RHD:
803
735
  :few: "dolari rhodesieni"
804
736
  :one: "dolar rhodesian"
@@ -811,35 +743,39 @@
811
743
  :few: "lei românești"
812
744
  :one: "leu românesc"
813
745
  :other: "lei românești"
746
+ :symbol: "RON"
814
747
  :RSD:
815
748
  :few: "dinari sârbești"
816
749
  :one: "dinar sârbesc"
817
750
  :other: "dinari sârbești"
751
+ :symbol: "RSD"
818
752
  :RUB:
819
753
  :few: "ruble rusești"
820
754
  :one: "rublă rusească"
821
755
  :other: "ruble rusești"
756
+ :symbol: "RUB"
822
757
  :RUR:
823
- :one: "Russian ruble (1991–1998)"
824
- :other: "Russian rubles (1991–1998)"
825
758
  :symbol: "р."
826
759
  :RWF:
827
760
  :few: "franci rwandezi"
828
761
  :one: "franc rwandez"
829
- :other: "franci Rwanda"
762
+ :other: "franci rwandezi"
763
+ :symbol: "RWF"
830
764
  :SAR:
831
765
  :few: "riali saudiți"
832
766
  :one: "rial saudit"
833
- :other: "riyali Arabia Saudită"
767
+ :other: "riali saudiți"
768
+ :symbol: "SAR"
834
769
  :SBD:
835
- :few: "dolari Insulele Solomon"
836
- :one: "dolar Insulele Solomon"
837
- :other: "dolari Insulele Solomon"
838
- :symbol: "$"
770
+ :few: "dolari din Insulele Solomon"
771
+ :one: "dolar din Insulele Solomon"
772
+ :other: "dolari din Insulele Solomon"
773
+ :symbol: "SBD"
839
774
  :SCR:
840
775
  :few: "rupii din Seychelles"
841
776
  :one: "rupie din Seychelles"
842
- :other: "rupii Seychelles"
777
+ :other: "rupii din Seychelles"
778
+ :symbol: "SCR"
843
779
  :SDD:
844
780
  :few: "dinari sudanezi"
845
781
  :one: "dinar sudanez"
@@ -847,7 +783,8 @@
847
783
  :SDG:
848
784
  :few: "lire sudaneze"
849
785
  :one: "liră sudaneză"
850
- :other: "lire Sudan"
786
+ :other: "lire sudaneze"
787
+ :symbol: "SDG"
851
788
  :SDP:
852
789
  :few: "lire sudaneze (1957–1998)"
853
790
  :one: "liră sudaneză (1957–1998)"
@@ -856,15 +793,17 @@
856
793
  :few: "coroane suedeze"
857
794
  :one: "coroană suedeză"
858
795
  :other: "coroane suedeze"
796
+ :symbol: "SEK"
859
797
  :SGD:
860
798
  :few: "dolari Singapore"
861
799
  :one: "dolar Singapore"
862
800
  :other: "dolari Singapore"
863
- :symbol: "$"
801
+ :symbol: "SGD"
864
802
  :SHP:
865
803
  :few: "lire Insula Sf. Elena"
866
804
  :one: "liră Insula Sf. Elena"
867
805
  :other: "lire Insula Sf. Elena"
806
+ :symbol: "SHP"
868
807
  :SIT:
869
808
  :few: "tolari sloveni"
870
809
  :one: "tolar sloven"
@@ -874,18 +813,20 @@
874
813
  :one: "coroană slovacă"
875
814
  :other: "coroane slovace"
876
815
  :SLL:
877
- :few: "leoni Sierra Leone"
878
- :one: "leone Sierra Leone"
879
- :other: "lei Sierra Leone"
816
+ :few: "leoni din Sierra Leone"
817
+ :one: "leone din Sierra Leone"
818
+ :other: "leoni din Sierra Leone"
819
+ :symbol: "SLL"
880
820
  :SOS:
881
821
  :few: "șilingi somalezi"
882
822
  :one: "șiling somalez"
883
823
  :other: "șilingi somalezi"
824
+ :symbol: "SOS"
884
825
  :SRD:
885
826
  :few: "dolari surinamezi"
886
827
  :one: "dolar surinamez"
887
- :other: "dolari Surinam"
888
- :symbol: "$"
828
+ :other: "dolari surinamezi"
829
+ :symbol: "SRD"
889
830
  :SRG:
890
831
  :few: "guldeni Surinam"
891
832
  :one: "gulden Surinam"
@@ -894,11 +835,12 @@
894
835
  :few: "lire sud-sudaneze"
895
836
  :one: "liră sud-sudaneză"
896
837
  :other: "lire sud-sudaneze"
897
- :symbol: "£"
838
+ :symbol: "SSP"
898
839
  :STD:
899
840
  :few: "dobre Sao Tome și Principe"
900
841
  :one: "dobra Sao Tome și Principe"
901
842
  :other: "dobre Sao Tome și Principe"
843
+ :symbol: "STD"
902
844
  :SUR:
903
845
  :few: "ruble sovietice"
904
846
  :one: "rublă sovietică"
@@ -911,10 +853,12 @@
911
853
  :few: "lire siriene"
912
854
  :one: "liră siriană"
913
855
  :other: "lire siriene"
856
+ :symbol: "SYP"
914
857
  :SZL:
915
858
  :few: "emalangeni din Swaziland"
916
859
  :one: "lilangeni din Swaziland"
917
860
  :other: "emalangeni din Swaziland"
861
+ :symbol: "SZL"
918
862
  :THB:
919
863
  :few: "bahți thailandezi"
920
864
  :one: "baht thailandez"
@@ -925,9 +869,10 @@
925
869
  :one: "rublă Tadjikistan"
926
870
  :other: "ruble Tadjikistan"
927
871
  :TJS:
928
- :few: "somoni Tadjikistan"
872
+ :few: "somoni tadjici"
929
873
  :one: "somoni tajdic"
930
- :other: "somoni Tadjikistan"
874
+ :other: "somoni tadjici"
875
+ :symbol: "TJS"
931
876
  :TMM:
932
877
  :few: "manat turkmeni (1993–2009)"
933
878
  :one: "manat turkmen (1993–2009)"
@@ -936,17 +881,17 @@
936
881
  :few: "manat turkmeni"
937
882
  :one: "manat turkmen"
938
883
  :other: "manat turkmeni"
884
+ :symbol: "TMT"
939
885
  :TND:
940
886
  :few: "dinari tunisieni"
941
887
  :one: "dinar tunisian"
942
888
  :other: "dinari tunisieni"
889
+ :symbol: "TND"
943
890
  :TOP:
944
891
  :few: "pa’anga tongane"
945
892
  :one: "pa’anga tongană"
946
893
  :other: "pa’anga tongane"
947
- :TPE:
948
- :one: "Timorese escudo"
949
- :other: "Timorese escudos"
894
+ :symbol: "TOP"
950
895
  :TRL:
951
896
  :few: "liră turcească (1922–2005)"
952
897
  :one: "liră turcească (1922–2005)"
@@ -955,12 +900,12 @@
955
900
  :few: "lire turcești"
956
901
  :one: "liră turcească"
957
902
  :other: "lire turcești"
958
- :symbol: ""
903
+ :symbol: "TRY"
959
904
  :TTD:
960
905
  :few: "dolari din Trinidad-Tobago"
961
906
  :one: "dolar din Trinidad-Tobago"
962
- :other: "dolari Trinidad-Tobago"
963
- :symbol: "$"
907
+ :other: "dolari din Trinidad-Tobago"
908
+ :symbol: "TTD"
964
909
  :TWD:
965
910
  :few: "dolari noi din Taiwan"
966
911
  :one: "dolar nou din Taiwan"
@@ -970,11 +915,12 @@
970
915
  :few: "șilingi tanzanieni"
971
916
  :one: "șiling tanzanian"
972
917
  :other: "șilingi tanzanieni"
918
+ :symbol: "TZS"
973
919
  :UAH:
974
920
  :few: "hryvna ucrainiene"
975
921
  :one: "hryvna ucrainiană"
976
922
  :other: "hryvna ucrainiene"
977
- :symbol: ""
923
+ :symbol: "UAH"
978
924
  :UAK:
979
925
  :few: "carboave ucrainiene"
980
926
  :one: "carboavă ucraineană"
@@ -987,6 +933,7 @@
987
933
  :few: "șilingi ugandezi"
988
934
  :one: "șiling ugandez"
989
935
  :other: "șilingi ugandezi"
936
+ :symbol: "UGX"
990
937
  :USD:
991
938
  :few: "dolari americani"
992
939
  :one: "dolar american"
@@ -1000,9 +947,6 @@
1000
947
  :few: "dolari americani (aceeași zi)"
1001
948
  :one: "dolar american (aceeași zi)"
1002
949
  :other: "dolari americani (aceeași zi)"
1003
- :UYI:
1004
- :one: "Uruguayan peso (indexed units)"
1005
- :other: "Uruguayan pesos (indexed units)"
1006
950
  :UYP:
1007
951
  :few: "pesos Uruguay (1975–1993)"
1008
952
  :one: "peso Uruguay (1975–1993)"
@@ -1010,12 +954,13 @@
1010
954
  :UYU:
1011
955
  :few: "pesos uruguayeni"
1012
956
  :one: "peso uruguayan"
1013
- :other: "pesos noi Uruguay"
1014
- :symbol: "$"
957
+ :other: "pesos uruguayeni"
958
+ :symbol: "UYU"
1015
959
  :UZS:
1016
960
  :few: "sum Uzbekistan"
1017
961
  :one: "sum Uzbekistan"
1018
962
  :other: "sum Uzbekistan"
963
+ :symbol: "UZS"
1019
964
  :VEB:
1020
965
  :few: "bolivari Venezuela (1871–2008)"
1021
966
  :one: "bolivar Venezuela (1871–2008)"
@@ -1024,63 +969,54 @@
1024
969
  :few: "bolivari venezueleni"
1025
970
  :one: "bolivar venezuelean"
1026
971
  :other: "bolivari venezueleni"
972
+ :symbol: "VEF"
1027
973
  :VND:
1028
974
  :few: "dongi vietnamezi"
1029
975
  :one: "dong vietnamez"
1030
976
  :other: "dongi vietnamezi"
1031
977
  :symbol: "VND"
1032
- :VNN:
1033
- :one: "Vietnamese dong (1978–1985)"
1034
- :other: "Vietnamese dong (1978–1985)"
1035
978
  :VUV:
1036
979
  :few: "vatu din Vanuatu"
1037
980
  :one: "vatu din Vanuatu"
1038
981
  :other: "vatu din Vanuatu"
982
+ :symbol: "VUV"
1039
983
  :WST:
1040
984
  :few: "tala samoane"
1041
985
  :one: "tala samoană"
1042
986
  :other: "tala samoană"
987
+ :symbol: "WST"
1043
988
  :XAF:
1044
- :few: "franci Comunitatea Financiară"
989
+ :few: "franci CFA BEAC"
1045
990
  :one: "franc CFA BEAC"
1046
991
  :other: "franci Comunitatea Financiară"
1047
992
  :symbol: "FCFA"
1048
993
  :XAG:
1049
994
  :one: "argint"
1050
- :other: "troy ounces of silver"
1051
995
  :XAU:
1052
996
  :one: "aur"
1053
- :other: "troy ounces of gold"
1054
997
  :XBA:
1055
998
  :one: "unitate compusă europeană"
1056
- :other: "European composite units"
1057
999
  :XBB:
1058
1000
  :one: "unitate monetară europeană"
1059
- :other: "European monetary units"
1060
1001
  :XBC:
1061
1002
  :one: "unitate de cont europeană (XBC)"
1062
- :other: "European units of account (XBC)"
1063
1003
  :XBD:
1064
1004
  :one: "unitate de cont europeană (XBD)"
1065
- :other: "European units of account (XBD)"
1066
1005
  :XCD:
1067
- :few: "dolari Caraibele de Est"
1068
- :one: "dolar est-caraib"
1069
- :other: "dolari Caraibele de Est"
1006
+ :few: "dolari din Caraibele de Est"
1007
+ :one: "dolar din Caraibele de Est"
1008
+ :other: "dolari din Caraibele de Est"
1070
1009
  :symbol: "XCD"
1071
1010
  :XDR:
1072
1011
  :one: "drepturi speciale de tragere"
1073
- :other: "special drawing rights"
1074
1012
  :XEU:
1075
1013
  :one: "unitate de monedă europeană"
1076
- :other: "European currency units"
1077
1014
  :XFO:
1078
1015
  :few: "franci francezi de aur"
1079
1016
  :one: "franc francez de aur"
1080
1017
  :other: "franci francezi de aur"
1081
1018
  :XFU:
1082
1019
  :one: "franc UIC francez"
1083
- :other: "French UIC-francs"
1084
1020
  :XOF:
1085
1021
  :few: "franci CFA BCEAO"
1086
1022
  :one: "franc CFA BCEAO"
@@ -1088,7 +1024,6 @@
1088
1024
  :symbol: "CFA"
1089
1025
  :XPD:
1090
1026
  :one: "paladiu"
1091
- :other: "troy ounces of palladium"
1092
1027
  :XPF:
1093
1028
  :few: "franci CFP"
1094
1029
  :one: "franc CFP"
@@ -1096,23 +1031,12 @@
1096
1031
  :symbol: "CFPF"
1097
1032
  :XPT:
1098
1033
  :one: "platină"
1099
- :other: "troy ounces of platinum"
1100
- :XRE:
1101
- :one: "RINET Funds unit"
1102
- :other: "RINET Funds units"
1103
- :XSU:
1104
- :one: "Sucre"
1105
- :other: "Sucres"
1106
1034
  :XTS:
1107
1035
  :one: "cod monetar de test"
1108
- :other: "Testing Currency units"
1109
- :XUA:
1110
- :one: "ADB unit of account"
1111
- :other: "ADB units of account"
1112
1036
  :XXX:
1113
- :few: "monede necunoscute sau nevalide"
1037
+ :few: "(monedă necunoscută)"
1114
1038
  :one: "(unitate monetară necunoscută)"
1115
- :other: "monede necunoscute sau nevalide"
1039
+ :other: "(monedă necunoscută)"
1116
1040
  :YDD:
1117
1041
  :few: "dinari Yemen"
1118
1042
  :one: "dinar Yemen"
@@ -1120,7 +1044,8 @@
1120
1044
  :YER:
1121
1045
  :few: "riali yemeniți"
1122
1046
  :one: "rial yemenit"
1123
- :other: "riyali Yemen"
1047
+ :other: "riali yemeniți"
1048
+ :symbol: "YER"
1124
1049
  :YUD:
1125
1050
  :few: "dinari iugoslavi grei"
1126
1051
  :one: "dinar iugoslav greu"
@@ -1133,16 +1058,13 @@
1133
1058
  :few: "dinari iugoslavi convertibili"
1134
1059
  :one: "dinar iugoslav convertibil"
1135
1060
  :other: "dinari iugoslavi convertibili"
1136
- :YUR:
1137
- :one: "Yugoslavian reformed dinar (1992–1993)"
1138
- :other: "Yugoslavian reformed dinars (1992–1993)"
1139
1061
  :ZAL:
1140
1062
  :one: "rand sud-african (financiar)"
1141
- :other: "South African rands (financial)"
1142
1063
  :ZAR:
1143
1064
  :few: "ranzi sud-africani"
1144
1065
  :one: "rand sud-african"
1145
1066
  :other: "ranzi sud-africani"
1067
+ :symbol: "ZAR"
1146
1068
  :ZMK:
1147
1069
  :few: "kwache zambiene (1968–2012)"
1148
1070
  :one: "kwacha zambiană (1968–2012)"
@@ -1151,20 +1073,16 @@
1151
1073
  :few: "kwache zambiene"
1152
1074
  :one: "kwacha zambian"
1153
1075
  :other: "kwache zambiene"
1076
+ :symbol: "ZMW"
1154
1077
  :ZRN:
1155
1078
  :few: "zairi noi"
1156
1079
  :one: "zair nou"
1157
1080
  :other: "zairi noi"
1158
- :ZRZ:
1159
- :one: "Zairean zaire (1971–1993)"
1160
- :other: "Zairean zaires (1971–1993)"
1161
1081
  :ZWD:
1162
1082
  :few: "dolari Zimbabwe (1980–2008)"
1163
1083
  :one: "dolar Zimbabwe (1980–2008)"
1164
1084
  :other: "dolari Zimbabwe (1980–2008)"
1165
1085
  :ZWL:
1166
1086
  :one: "dolar Zimbabwe (2009)"
1167
- :other: "Zimbabwean dollars (2009)"
1168
1087
  :ZWR:
1169
1088
  :one: "dolar Zimbabwe (2008)"
1170
- :other: "Zimbabwean dollars (2008)"