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
@@ -12,10 +12,10 @@
12
12
  :middle: "{0}{1}"
13
13
  :start: "{0}{1}"
14
14
  :unit-narrow:
15
- 2: "{0} {1}"
16
- :end: "{0} {1}"
17
- :middle: "{0} {1}"
18
- :start: "{0} {1}"
15
+ 2: "{0}{1}"
16
+ :end: "{0}{1}"
17
+ :middle: "{0}{1}"
18
+ :start: "{0}{1}"
19
19
  :unit-short:
20
20
  2: "{0}{1}"
21
21
  :end: "{0}{1}"
@@ -5,40 +5,63 @@
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
- :one: "{0} {1}"
11
10
  :other: "{0} {1}"
12
11
  :decimal:
13
12
  :number_system: "latn"
14
13
  :patterns:
15
14
  :default: "#,##0.###"
16
15
  :long:
17
- 1000: "0 千"
18
- 10000: "0"
19
- 100000: "00萬"
20
- 1000000: "000萬"
21
- 10000000: "0000萬"
22
- 100000000: "0億"
23
- 1000000000: "00億"
24
- 10000000000: "000"
25
- 100000000000: "0000億"
26
- 1000000000000: "0兆"
27
- 10000000000000: "00兆"
28
- 100000000000000: "000兆"
16
+ 1000:
17
+ :other: "0"
18
+ 10000:
19
+ :other: "0萬"
20
+ 100000:
21
+ :other: "00萬"
22
+ 1000000:
23
+ :other: "000"
24
+ 10000000:
25
+ :other: "0000萬"
26
+ 100000000:
27
+ :other: "0億"
28
+ 1000000000:
29
+ :other: "00億"
30
+ 10000000000:
31
+ :other: "000億"
32
+ 100000000000:
33
+ :other: "0000億"
34
+ 1000000000000:
35
+ :other: "0兆"
36
+ 10000000000000:
37
+ :other: "00兆"
38
+ 100000000000000:
39
+ :other: "000兆"
29
40
  :short:
30
- 1000: "0K"
31
- 10000: "00K"
32
- 100000: "000K"
33
- 1000000: "0M"
34
- 10000000: "00M"
35
- 100000000: "000M"
36
- 1000000000: "0B"
37
- 10000000000: "00B"
38
- 100000000000: "000B"
39
- 1000000000000: "0T"
40
- 10000000000000: "00T"
41
- 100000000000000: "000T"
41
+ 1000:
42
+ :other: "0K"
43
+ 10000:
44
+ :other: "00K"
45
+ 100000:
46
+ :other: "000K"
47
+ 1000000:
48
+ :other: "0M"
49
+ 10000000:
50
+ :other: "00M"
51
+ 100000000:
52
+ :other: "000M"
53
+ 1000000000:
54
+ :other: "0B"
55
+ 10000000000:
56
+ :other: "00B"
57
+ 100000000000:
58
+ :other: "000B"
59
+ 1000000000000:
60
+ :other: "0T"
61
+ 10000000000000:
62
+ :other: "00T"
63
+ 100000000000000:
64
+ :other: "000T"
42
65
  :percent:
43
66
  :number_system: "latn"
44
67
  :patterns:
@@ -60,3 +83,4 @@
60
83
  :percent_sign: "%"
61
84
  :plus_sign: "+"
62
85
  :superscripting_exponent: "×"
86
+ :time_separator: ":"
@@ -0,0 +1,6 @@
1
+ ---
2
+ :zh-Hant:
3
+ :cardinal:
4
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
5
+ :ordinal:
6
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,12 @@
1
1
  ---
2
- :zh-Hant: ! '{ :''zh-Hant'' => { :i18n => { :plural => { :keys => [:other], :rule
3
- => lambda { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); :other } } } } }'
2
+ :zh-Hant:
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); :other }
6
+ :names:
7
+ - :other
8
+ :ordinal:
9
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
10
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
11
+ :names:
12
+ - :other
@@ -27,7 +27,7 @@
27
27
  :bg: "保加利亞"
28
28
  :bh: "巴林"
29
29
  :bi: "蒲隆地"
30
- :bj: "貝寧"
30
+ :bj: "貝南"
31
31
  :bl: "聖巴瑟米"
32
32
  :bm: "百慕達"
33
33
  :bn: "汶萊"
@@ -78,7 +78,7 @@
78
78
  :eu: "歐盟"
79
79
  :fi: "芬蘭"
80
80
  :fj: "斐濟"
81
- :fk: "福克蘭群島 (馬爾維納斯群島)"
81
+ :fk: "福克蘭群島(馬爾維納斯群島)"
82
82
  :fm: "密克羅尼西亞群島"
83
83
  :fo: "法羅群島"
84
84
  :fr: "法國"
@@ -100,9 +100,9 @@
100
100
  :gt: "瓜地馬拉"
101
101
  :gu: "關島"
102
102
  :gw: "幾內亞比紹"
103
- :gy: "蓋亞納"
103
+ :gy: "蓋亞那"
104
104
  :hk: "香港"
105
- :hm: "赫德與麥克當諾群島"
105
+ :hm: "赫德島和麥克唐納群島"
106
106
  :hn: "宏都拉斯"
107
107
  :hr: "克羅埃西亞"
108
108
  :ht: "海地"
@@ -126,7 +126,7 @@
126
126
  :kg: "吉爾吉斯"
127
127
  :kh: "柬埔寨"
128
128
  :ki: "吉里巴斯"
129
- :km: "科摩羅群島"
129
+ :km: "葛摩"
130
130
  :kn: "聖克里斯多福及尼維斯"
131
131
  :kp: "北韓"
132
132
  :kr: "南韓"
@@ -136,10 +136,10 @@
136
136
  :la: "寮國"
137
137
  :lb: "黎巴嫩"
138
138
  :lc: "聖露西亞"
139
- :li: "列支敦士登"
139
+ :li: "列支敦斯登"
140
140
  :lk: "斯里蘭卡"
141
141
  :lr: "賴比瑞亞"
142
- :ls: "賴索扥"
142
+ :ls: "賴索托"
143
143
  :lt: "立陶宛"
144
144
  :lu: "盧森堡"
145
145
  :lv: "拉脫維亞"
@@ -159,7 +159,7 @@
159
159
  :mp: "北馬里亞納群島"
160
160
  :mq: "馬丁尼克島"
161
161
  :mr: "茅利塔尼亞"
162
- :ms: "蒙塞拉特島"
162
+ :ms: "蒙哲臘"
163
163
  :mt: "馬爾他"
164
164
  :mu: "模里西斯"
165
165
  :mv: "馬爾地夫"
@@ -178,7 +178,7 @@
178
178
  : "挪威"
179
179
  :np: "尼泊爾"
180
180
  :nr: "諾魯"
181
- :nu: "紐威島"
181
+ :nu: "紐埃島"
182
182
  :nz: "紐西蘭"
183
183
  :om: "阿曼王國"
184
184
  :pa: "巴拿馬"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "EHH:mm"
7
8
  :EHms: "EHH:mm:ss"
8
9
  :Ed: "d日E"
@@ -30,7 +31,7 @@
30
31
  :ms: "mm:ss"
31
32
  ? !ruby/symbol "y"
32
33
  : "y年"
33
- :yM: "y/M"
34
+ :yM: "yM"
34
35
  :yMEd: "y/M/dE"
35
36
  :yMM: "y年M月"
36
37
  :yMMM: "y年M月"
@@ -119,15 +120,32 @@
119
120
  1: "公元"
120
121
  :fields:
121
122
  :day: "日"
123
+ :day-narrow: "日"
124
+ :day-short: "日"
122
125
  :dayperiod: "上午/下午"
123
126
  :era: "纪元"
124
127
  :hour: "小时"
128
+ :hour-narrow: "小时"
129
+ :hour-short: "小时"
125
130
  :minute: "分钟"
131
+ :minute-narrow: "分钟"
132
+ :minute-short: "分钟"
126
133
  :month: "月"
134
+ :month-narrow: "月"
135
+ :month-short: "月"
136
+ :quarter: "季"
137
+ :quarter-narrow: "季"
138
+ :quarter-short: "季"
127
139
  :second: "秒钟"
140
+ :second-narrow: "秒钟"
141
+ :second-short: "秒钟"
128
142
  :week: "周"
129
- :weekday: "星期"
143
+ :week-narrow: ""
144
+ :week-short: "周"
145
+ :weekday: "工作日"
130
146
  :year: "年"
147
+ :year-narrow: "年"
148
+ :year-short: "年"
131
149
  :zone: "时区"
132
150
  :formats:
133
151
  :date:
@@ -260,9 +278,6 @@
260
278
  :night: "晚上"
261
279
  :noon: "中午"
262
280
  :pm: "下午"
263
- :variant:
264
- :am: "a.m."
265
- :pm: "p.m."
266
281
  :weeHours: "凌晨"
267
282
  :stand-alone: {}
268
283
  :quarters:
@@ -3,59 +3,74 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "安道尔比塞塔"
6
- :other: "Andorran pesetas"
6
+ :other: "安道尔比塞塔"
7
+ :symbol: "ADP"
7
8
  :AED:
8
9
  :one: "阿联酋迪拉姆"
9
10
  :other: "阿联酋迪拉姆"
11
+ :symbol: "AED"
10
12
  :AFA:
11
13
  :one: "阿富汗尼 (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
14
  :AFN:
14
15
  :one: "阿富汗尼"
15
16
  :other: "阿富汗尼"
17
+ :symbol: "AFN"
16
18
  :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
19
+ :one: "阿尔巴尼亚列克(1946–1965)"
20
+ :other: "阿尔巴尼亚列克(1946–1965)"
21
+ :symbol: "ALK"
19
22
  :ALL:
20
23
  :one: "阿尔巴尼亚列克"
21
24
  :other: "阿尔巴尼亚列克"
25
+ :symbol: "ALL"
22
26
  :AMD:
23
27
  :one: "亚美尼亚德拉姆"
24
28
  :other: "亚美尼亚德拉姆"
29
+ :symbol: "AMD"
25
30
  :ANG:
26
31
  :one: "荷属安的列斯盾"
27
32
  :other: "荷属安的列斯盾"
33
+ :symbol: "ANG"
28
34
  :AOA:
29
35
  :one: "安哥拉宽扎"
30
36
  :other: "安哥拉宽扎"
37
+ :symbol: "AOA"
31
38
  :AOK:
32
39
  :one: "安哥拉宽扎 (1977–1990)"
33
- :other: "Angolan kwanzas (1977–1991)"
40
+ :other: "安哥拉宽扎 (1977–1990)"
41
+ :symbol: "AOK"
34
42
  :AON:
35
43
  :one: "安哥拉新宽扎 (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
44
+ :other: "安哥拉新宽扎 (1990–2000)"
45
+ :symbol: "AON"
37
46
  :AOR:
38
47
  :one: "安哥拉重新调整宽扎 (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
48
+ :other: "安哥拉重新调整宽扎 (1995–1999)"
49
+ :symbol: "AOR"
40
50
  :ARA:
41
51
  :one: "阿根廷奥斯特拉尔"
42
- :other: "Argentine australs"
52
+ :other: "阿根廷奥斯特拉尔"
53
+ :symbol: "ARA"
43
54
  :ARL:
44
55
  :one: "阿根廷法定比索 (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
56
+ :other: "阿根廷法定比索 (1970–1983)"
57
+ :symbol: "ARL"
46
58
  :ARM:
47
59
  :one: "阿根廷比索 (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
60
+ :other: "阿根廷比索 (1881–1970)"
61
+ :symbol: "ARM"
49
62
  :ARP:
50
63
  :one: "阿根廷比索 (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
64
+ :other: "阿根廷比索 (1983–1985)"
65
+ :symbol: "ARP"
52
66
  :ARS:
53
67
  :one: "阿根廷比索"
54
68
  :other: "阿根廷比索"
55
- :symbol: "$"
69
+ :symbol: "ARS"
56
70
  :ATS:
57
71
  :one: "奥地利先令"
58
- :other: "Austrian schillings"
72
+ :other: "奥地利先令"
73
+ :symbol: "ATS"
59
74
  :AUD:
60
75
  :one: "澳大利亚元"
61
76
  :other: "澳大利亚元"
@@ -63,122 +78,149 @@
63
78
  :AWG:
64
79
  :one: "阿鲁巴基尔德元"
65
80
  :other: "阿鲁巴基尔德元"
81
+ :symbol: "AWG"
66
82
  :AZM:
67
83
  :one: "阿塞拜疆马纳特 (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
84
+ :other: "阿塞拜疆马纳特 (1993–2006)"
85
+ :symbol: "AZM"
69
86
  :AZN:
70
87
  :one: "阿塞拜疆马纳特"
71
88
  :other: "阿塞拜疆马纳特"
89
+ :symbol: "AZN"
72
90
  :BAD:
73
91
  :one: "波士尼亚-赫塞哥维纳第纳尔 (1992–1994)"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
92
+ :other: "波士尼亚-赫塞哥维纳第纳尔 (1992–1994)"
93
+ :symbol: "BAD"
75
94
  :BAM:
76
95
  :one: "波斯尼亚-黑塞哥维那可兑换马克"
77
96
  :other: "波斯尼亚-黑塞哥维那可兑换马克"
97
+ :symbol: "BAM"
78
98
  :BAN:
79
99
  :one: "波士尼亚-赫塞哥维纳新第纳尔 (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
100
+ :other: "波士尼亚-赫塞哥维纳新第纳尔 (1994–1997)"
101
+ :symbol: "BAN"
81
102
  :BBD:
82
103
  :one: "巴巴多斯元"
83
104
  :other: "巴巴多斯元"
84
- :symbol: "$"
105
+ :symbol: "BBD"
85
106
  :BDT:
86
107
  :one: "孟加拉塔卡"
87
108
  :other: "孟加拉塔卡"
88
- :symbol: ""
109
+ :symbol: "BDT"
89
110
  :BEC:
90
111
  :one: "比利时法郎(可兑换)"
91
- :other: "Belgian francs (convertible)"
112
+ :other: "比利时法郎(可兑换)"
113
+ :symbol: "BEC"
92
114
  :BEF:
93
115
  :one: "比利时法郎"
94
- :other: "Belgian francs"
116
+ :other: "比利时法郎"
117
+ :symbol: "BEF"
95
118
  :BEL:
96
119
  :one: "比利时法郎(金融)"
97
- :other: "Belgian francs (financial)"
120
+ :other: "比利时法郎(金融)"
121
+ :symbol: "BEL"
98
122
  :BGL:
99
123
  :one: "保加利亚硬列弗"
100
- :other: "Bulgarian hard leva"
124
+ :other: "保加利亚硬列弗"
125
+ :symbol: "BGL"
101
126
  :BGM:
102
127
  :one: "保加利亚社会党列弗"
103
- :other: "Bulgarian socialist leva"
128
+ :other: "保加利亚社会党列弗"
129
+ :symbol: "BGM"
104
130
  :BGN:
105
131
  :one: "保加利亚新列弗"
106
132
  :other: "保加利亚新列弗"
133
+ :symbol: "BGN"
107
134
  :BGO:
108
135
  :one: "保加利亚列弗 (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
136
+ :other: "保加利亚列弗 (1879–1952)"
137
+ :symbol: "BGO"
110
138
  :BHD:
111
139
  :one: "巴林第纳尔"
112
140
  :other: "巴林第纳尔"
141
+ :symbol: "BHD"
113
142
  :BIF:
114
143
  :one: "布隆迪法郎"
115
144
  :other: "布隆迪法郎"
145
+ :symbol: "BIF"
116
146
  :BMD:
117
147
  :one: "百慕大元"
118
148
  :other: "百慕大元"
119
- :symbol: "$"
149
+ :symbol: "BMD"
120
150
  :BND:
121
151
  :one: "文莱元"
122
152
  :other: "文莱元"
123
- :symbol: "$"
153
+ :symbol: "BND"
124
154
  :BOB:
125
155
  :one: "玻利维亚诺"
126
156
  :other: "玻利维亚诺"
157
+ :symbol: "BOB"
127
158
  :BOL:
128
159
  :one: "玻利维亚诺 (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
160
+ :other: "玻利维亚诺 (1863–1963)"
161
+ :symbol: "BOL"
130
162
  :BOP:
131
163
  :one: "玻利维亚比索"
132
- :other: "Bolivian pesos"
164
+ :other: "玻利维亚比索"
165
+ :symbol: "BOP"
133
166
  :BOV:
134
167
  :one: "玻利维亚 Mvdol(资金)"
135
- :other: "Bolivian mvdols"
168
+ :other: "玻利维亚 Mvdol(资金)"
169
+ :symbol: "BOV"
136
170
  :BRB:
137
171
  :one: "巴西新克鲁赛罗 (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
172
+ :other: "巴西新克鲁赛罗 (1967–1986)"
173
+ :symbol: "BRB"
139
174
  :BRC:
140
175
  :one: "巴西克鲁扎多 (1986–1989)"
141
- :other: "Brazilian cruzados (1986–1989)"
176
+ :other: "巴西克鲁扎多 (1986–1989)"
177
+ :symbol: "BRC"
142
178
  :BRE:
143
179
  :one: "巴西克鲁塞罗 (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
180
+ :other: "巴西克鲁塞罗 (1990–1993)"
181
+ :symbol: "BRE"
145
182
  :BRL:
146
183
  :one: "巴西雷亚尔"
147
184
  :other: "巴西雷亚尔"
148
185
  :symbol: "R$"
149
186
  :BRN:
150
187
  :one: "巴西新克鲁扎多 (1989–1990)"
151
- :other: "Brazilian new cruzados (1989–1990)"
188
+ :other: "巴西新克鲁扎多 (1989–1990)"
189
+ :symbol: "BRN"
152
190
  :BRR:
153
191
  :one: "巴西克鲁塞罗 (1993–1994)"
154
- :other: "Brazilian cruzeiros (1993–1994)"
192
+ :other: "巴西克鲁塞罗 (1993–1994)"
193
+ :symbol: "BRR"
155
194
  :BRZ:
156
195
  :one: "巴西克鲁塞罗 (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
196
+ :other: "巴西克鲁塞罗 (1942–1967)"
197
+ :symbol: "BRZ"
158
198
  :BSD:
159
199
  :one: "巴哈马元"
160
200
  :other: "巴哈马元"
161
- :symbol: "$"
201
+ :symbol: "BSD"
162
202
  :BTN:
163
203
  :one: "不丹努尔特鲁姆"
164
204
  :other: "不丹努尔特鲁姆"
205
+ :symbol: "BTN"
165
206
  :BUK:
166
207
  :one: "缅元"
167
- :other: "Burmese kyats"
168
208
  :BWP:
169
209
  :one: "博茨瓦纳普拉"
170
210
  :other: "博茨瓦纳普拉"
211
+ :symbol: "BWP"
171
212
  :BYB:
172
213
  :one: "白俄罗斯新卢布 (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
214
+ :other: "白俄罗斯新卢布 (1994–1999)"
215
+ :symbol: "BYB"
174
216
  :BYR:
175
217
  :one: "白俄罗斯卢布"
176
218
  :other: "白俄罗斯卢布"
177
- :symbol: "р."
219
+ :symbol: "BYR"
178
220
  :BZD:
179
221
  :one: "伯利兹元"
180
222
  :other: "伯利兹元"
181
- :symbol: "$"
223
+ :symbol: "BZD"
182
224
  :CAD:
183
225
  :one: "加拿大元"
184
226
  :other: "加拿大元"
@@ -186,28 +228,31 @@
186
228
  :CDF:
187
229
  :one: "刚果法郎"
188
230
  :other: "刚果法郎"
231
+ :symbol: "CDF"
189
232
  :CHE:
190
233
  :one: "欧元 (WIR)"
191
- :other: "WIR euros"
234
+ :other: "欧元 (WIR)"
235
+ :symbol: "CHE"
192
236
  :CHF:
193
237
  :one: "瑞士法郎"
194
238
  :other: "瑞士法郎"
239
+ :symbol: "CHF"
195
240
  :CHW:
196
241
  :one: "法郎 (WIR)"
197
- :other: "WIR francs"
242
+ :other: "法郎 (WIR)"
243
+ :symbol: "CHW"
198
244
  :CLE:
199
245
  :one: "智利埃斯库多"
200
- :other: "Chilean escudos"
246
+ :other: "智利埃斯库多"
247
+ :symbol: "CLE"
201
248
  :CLF:
202
249
  :one: "智利(资金)"
203
- :other: "Chilean units of account (UF)"
250
+ :other: "智利(资金)"
251
+ :symbol: "CLF"
204
252
  :CLP:
205
253
  :one: "智利比索"
206
254
  :other: "智利比索"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
255
+ :symbol: "CLP"
211
256
  :CNY:
212
257
  :one: "人民币"
213
258
  :other: "人民币"
@@ -215,149 +260,183 @@
215
260
  :COP:
216
261
  :one: "哥伦比亚比索"
217
262
  :other: "哥伦比亚比索"
218
- :symbol: "$"
263
+ :symbol: "COP"
219
264
  :COU:
220
265
  :one: "哥伦比亚币"
221
- :other: "Colombian real value units"
266
+ :other: "哥伦比亚币"
267
+ :symbol: "COU"
222
268
  :CRC:
223
269
  :one: "哥斯达黎加科朗"
224
270
  :other: "哥斯达黎加科朗"
225
- :symbol: ""
271
+ :symbol: "CRC"
226
272
  :CSD:
227
273
  :one: "旧塞尔维亚第纳尔"
228
- :other: "Serbian dinars (2002–2006)"
274
+ :other: "旧塞尔维亚第纳尔"
275
+ :symbol: "CSD"
229
276
  :CSK:
230
277
  :one: "捷克硬克郎"
231
- :other: "Czechoslovak hard korunas"
278
+ :other: "捷克硬克郎"
279
+ :symbol: "CSK"
232
280
  :CUC:
233
281
  :one: "古巴可兑换比索"
234
282
  :other: "古巴可兑换比索"
283
+ :symbol: "CUC"
235
284
  :CUP:
236
285
  :one: "古巴比索"
237
286
  :other: "古巴比索"
238
- :symbol: "$"
287
+ :symbol: "CUP"
239
288
  :CVE:
240
289
  :one: "佛得角埃斯库多"
241
290
  :other: "佛得角埃斯库多"
291
+ :symbol: "CVE"
242
292
  :CYP:
243
293
  :one: "塞浦路斯镑"
244
- :other: "Cypriot pounds"
294
+ :other: "塞浦路斯镑"
295
+ :symbol: "CYP"
245
296
  :CZK:
246
297
  :one: "捷克克郎"
247
298
  :other: "捷克克郎"
299
+ :symbol: "CZK"
248
300
  :DDM:
249
301
  :one: "东德奥斯特马克"
250
- :other: "East German marks"
302
+ :other: "东德奥斯特马克"
303
+ :symbol: "DDM"
251
304
  :DEM:
252
305
  :one: "德国马克"
253
- :other: "German marks"
306
+ :other: "德国马克"
307
+ :symbol: "DEM"
254
308
  :DJF:
255
309
  :one: "吉布提法郎"
256
310
  :other: "吉布提法郎"
311
+ :symbol: "DJF"
257
312
  :DKK:
258
313
  :one: "丹麦克朗"
259
314
  :other: "丹麦克朗"
315
+ :symbol: "DKK"
260
316
  :DOP:
261
317
  :one: "多米尼加比索"
262
318
  :other: "多米尼加比索"
263
- :symbol: "$"
319
+ :symbol: "DOP"
264
320
  :DZD:
265
321
  :one: "阿尔及利亚第纳尔"
266
322
  :other: "阿尔及利亚第纳尔"
323
+ :symbol: "DZD"
267
324
  :ECS:
268
325
  :one: "厄瓜多尔苏克雷"
269
- :other: "Ecuadorian sucres"
326
+ :other: "厄瓜多尔苏克雷"
327
+ :symbol: "ECS"
270
328
  :ECV:
271
329
  :one: "厄瓜多尔 (UVC)"
272
- :other: "Ecuadorian units of constant value"
330
+ :other: "厄瓜多尔 (UVC)"
331
+ :symbol: "ECV"
273
332
  :EEK:
274
333
  :one: "爱沙尼亚克朗"
275
- :other: "Estonian kroons"
334
+ :other: "爱沙尼亚克朗"
335
+ :symbol: "EEK"
276
336
  :EGP:
277
337
  :one: "埃及镑"
278
338
  :other: "埃及镑"
339
+ :symbol: "EGP"
279
340
  :ERN:
280
341
  :one: "厄立特里亚纳克法"
281
342
  :other: "厄立特里亚纳克法"
343
+ :symbol: "ERN"
282
344
  :ESA:
283
345
  :one: "西班牙比塞塔(帐户 A)"
284
- :other: "Spanish pesetas (A account)"
346
+ :other: "西班牙比塞塔(帐户 A"
347
+ :symbol: "ESA"
285
348
  :ESB:
286
349
  :one: "西班牙比塞塔(兑换帐户)"
287
- :other: "Spanish pesetas (convertible account)"
350
+ :other: "西班牙比塞塔(兑换帐户)"
351
+ :symbol: "ESB"
288
352
  :ESP:
289
353
  :one: "西班牙比塞塔"
290
- :other: "Spanish pesetas"
291
- :symbol: ""
354
+ :other: "西班牙比塞塔"
355
+ :symbol: "ESP"
292
356
  :ETB:
293
357
  :one: "埃塞俄比亚比尔"
294
358
  :other: "埃塞俄比亚比尔"
359
+ :symbol: "ETB"
295
360
  :EUR:
296
361
  :one: "欧元"
297
362
  :other: "欧元"
298
363
  :symbol: "€"
299
364
  :FIM:
300
365
  :one: "芬兰马克"
301
- :other: "Finnish markkas"
366
+ :other: "芬兰马克"
367
+ :symbol: "FIM"
302
368
  :FJD:
303
369
  :one: "斐济元"
304
370
  :other: "斐济元"
305
- :symbol: "$"
371
+ :symbol: "FJD"
306
372
  :FKP:
307
373
  :one: "福克兰群岛镑"
308
374
  :other: "福克兰群岛镑"
375
+ :symbol: "FKP"
309
376
  :FRF:
310
377
  :one: "法国法郎"
311
- :other: "French francs"
378
+ :other: "法国法郎"
379
+ :symbol: "FRF"
312
380
  :GBP:
313
381
  :one: "英镑"
314
382
  :other: "英镑"
315
383
  :symbol: "£"
316
384
  :GEK:
317
385
  :one: "乔治亚库蓬拉瑞特"
318
- :other: "Georgian kupon larits"
386
+ :other: "乔治亚库蓬拉瑞特"
387
+ :symbol: "GEK"
319
388
  :GEL:
320
389
  :one: "格鲁吉亚拉里"
321
390
  :other: "格鲁吉亚拉里"
391
+ :symbol: "GEL"
322
392
  :GHC:
323
393
  :one: "加纳塞第"
324
- :other: "Ghanaian cedis (1979–2007)"
394
+ :other: "加纳塞第"
395
+ :symbol: "GHC"
325
396
  :GHS:
326
397
  :one: "加纳塞地"
327
398
  :other: "加纳塞地"
328
- :symbol: ""
399
+ :symbol: "GHS"
329
400
  :GIP:
330
401
  :one: "直布罗陀镑"
331
402
  :other: "直布罗陀镑"
332
- :symbol: "£"
403
+ :symbol: "GIP"
333
404
  :GMD:
334
405
  :one: "冈比亚达拉西"
335
406
  :other: "冈比亚达拉西"
407
+ :symbol: "GMD"
336
408
  :GNF:
337
409
  :one: "几内亚法郎"
338
410
  :other: "几内亚法郎"
411
+ :symbol: "GNF"
339
412
  :GNS:
340
413
  :one: "几内亚西里"
341
- :other: "Guinean sylis"
414
+ :other: "几内亚西里"
415
+ :symbol: "GNS"
342
416
  :GQE:
343
417
  :one: "赤道几内亚埃奎勒"
344
- :other: "Equatorial Guinean ekwele"
418
+ :other: "赤道几内亚埃奎勒"
419
+ :symbol: "GQE"
345
420
  :GRD:
346
421
  :one: "希腊德拉克马"
347
- :other: "Greek drachmas"
422
+ :other: "希腊德拉克马"
423
+ :symbol: "GRD"
348
424
  :GTQ:
349
425
  :one: "危地马拉格查尔"
350
426
  :other: "危地马拉格查尔"
427
+ :symbol: "GTQ"
351
428
  :GWE:
352
429
  :one: "葡萄牙几内亚埃斯库多"
353
- :other: "Portuguese Guinea escudos"
430
+ :other: "葡萄牙几内亚埃斯库多"
431
+ :symbol: "GWE"
354
432
  :GWP:
355
433
  :one: "几内亚比绍比索"
356
- :other: "Guinea-Bissau pesos"
434
+ :other: "几内亚比绍比索"
435
+ :symbol: "GWP"
357
436
  :GYD:
358
437
  :one: "圭亚那元"
359
438
  :other: "圭亚那元"
360
- :symbol: "$"
439
+ :symbol: "GYD"
361
440
  :HKD:
362
441
  :one: "港元"
363
442
  :other: "港元"
@@ -365,30 +444,39 @@
365
444
  :HNL:
366
445
  :one: "洪都拉斯伦皮拉"
367
446
  :other: "洪都拉斯伦皮拉"
447
+ :symbol: "HNL"
368
448
  :HRD:
369
449
  :one: "克罗地亚第纳尔"
370
- :other: "Croatian dinars"
450
+ :other: "克罗地亚第纳尔"
451
+ :symbol: "HRD"
371
452
  :HRK:
372
453
  :one: "克罗地亚库纳"
373
454
  :other: "克罗地亚库纳"
455
+ :symbol: "HRK"
374
456
  :HTG:
375
457
  :one: "海地古德"
376
458
  :other: "海地古德"
459
+ :symbol: "HTG"
377
460
  :HUF:
378
461
  :one: "匈牙利福林"
379
462
  :other: "匈牙利福林"
463
+ :symbol: "HUF"
380
464
  :IDR:
381
465
  :one: "印度尼西亚盾"
382
466
  :other: "印度尼西亚盾"
467
+ :symbol: "IDR"
383
468
  :IEP:
384
469
  :one: "爱尔兰镑"
385
- :other: "Irish pounds"
470
+ :other: "爱尔兰镑"
471
+ :symbol: "IEP"
386
472
  :ILP:
387
473
  :one: "以色列镑"
388
- :other: "Israeli pounds"
474
+ :other: "以色列镑"
475
+ :symbol: "ILP"
389
476
  :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
477
+ :one: "以色列谢克尔(1980–1985)"
478
+ :other: "以色列谢克尔(1980–1985)"
479
+ :symbol: "ILS"
392
480
  :ILS:
393
481
  :one: "以色列新谢克尔"
394
482
  :other: "以色列新谢克尔"
@@ -400,25 +488,31 @@
400
488
  :IQD:
401
489
  :one: "伊拉克第纳尔"
402
490
  :other: "伊拉克第纳尔"
491
+ :symbol: "IQD"
403
492
  :IRR:
404
493
  :one: "伊朗里亚尔"
405
494
  :other: "伊朗里亚尔"
495
+ :symbol: "IRR"
406
496
  :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
497
+ :one: "冰岛克朗(1918–1981)"
498
+ :other: "冰岛克朗(1918–1981)"
499
+ :symbol: "ISJ"
409
500
  :ISK:
410
501
  :one: "冰岛克朗"
411
502
  :other: "冰岛克朗"
503
+ :symbol: "ISK"
412
504
  :ITL:
413
505
  :one: "意大利里拉"
414
- :other: "Italian liras"
506
+ :other: "意大利里拉"
507
+ :symbol: "ITL"
415
508
  :JMD:
416
509
  :one: "牙买加元"
417
510
  :other: "牙买加元"
418
- :symbol: "$"
511
+ :symbol: "JMD"
419
512
  :JOD:
420
513
  :one: "约旦第纳尔"
421
514
  :other: "约旦第纳尔"
515
+ :symbol: "JOD"
422
516
  :JPY:
423
517
  :one: "日元"
424
518
  :other: "日元"
@@ -426,25 +520,27 @@
426
520
  :KES:
427
521
  :one: "肯尼亚先令"
428
522
  :other: "肯尼亚先令"
523
+ :symbol: "KES"
429
524
  :KGS:
430
525
  :one: "吉尔吉斯斯坦索姆"
431
526
  :other: "吉尔吉斯斯坦索姆"
527
+ :symbol: "KGS"
432
528
  :KHR:
433
529
  :one: "柬埔寨瑞尔"
434
530
  :other: "柬埔寨瑞尔"
435
- :symbol: ""
531
+ :symbol: "KHR"
436
532
  :KMF:
437
533
  :one: "科摩罗法郎"
438
534
  :other: "科摩罗法郎"
535
+ :symbol: "KMF"
439
536
  :KPW:
440
537
  :one: "朝鲜元"
441
538
  :other: "朝鲜元"
539
+ :symbol: "KPW"
442
540
  :KRH:
443
541
  :one: "韩元 (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
445
542
  :KRO:
446
543
  :one: "韩元 (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
448
544
  :KRW:
449
545
  :one: "韩元"
450
546
  :other: "韩元"
@@ -452,161 +548,199 @@
452
548
  :KWD:
453
549
  :one: "科威特第纳尔"
454
550
  :other: "科威特第纳尔"
551
+ :symbol: "KWD"
455
552
  :KYD:
456
553
  :one: "开曼元"
457
554
  :other: "开曼元"
458
- :symbol: "$"
555
+ :symbol: "KYD"
459
556
  :KZT:
460
557
  :one: "哈萨克斯坦坚戈"
461
558
  :other: "哈萨克斯坦坚戈"
462
- :symbol: ""
559
+ :symbol: "KZT"
463
560
  :LAK:
464
561
  :one: "老挝基普"
465
562
  :other: "老挝基普"
466
- :symbol: ""
563
+ :symbol: "LAK"
467
564
  :LBP:
468
565
  :one: "黎巴嫩镑"
469
566
  :other: "黎巴嫩镑"
567
+ :symbol: "LBP"
470
568
  :LKR:
471
569
  :one: "斯里兰卡卢比"
472
570
  :other: "斯里兰卡卢比"
571
+ :symbol: "LKR"
473
572
  :LRD:
474
573
  :one: "利比里亚元"
475
574
  :other: "利比里亚元"
476
- :symbol: "$"
575
+ :symbol: "LRD"
477
576
  :LSL:
478
577
  :one: "莱索托洛蒂"
479
- :other: "Lesotho lotis"
578
+ :other: "莱索托洛蒂"
579
+ :symbol: "LSL"
480
580
  :LTL:
481
581
  :one: "立陶宛立特"
482
582
  :other: "立陶宛立特"
583
+ :symbol: "LTL"
483
584
  :LTT:
484
585
  :one: "立陶宛塔咯呐司"
485
- :other: "Lithuanian talonases"
586
+ :other: "立陶宛塔咯呐司"
587
+ :symbol: "LTT"
486
588
  :LUC:
487
589
  :one: "卢森堡可兑换法郎"
488
- :other: "Luxembourgian convertible francs"
590
+ :other: "卢森堡可兑换法郎"
591
+ :symbol: "LUC"
489
592
  :LUF:
490
593
  :one: "卢森堡法郎"
491
- :other: "Luxembourgian francs"
594
+ :other: "卢森堡法郎"
595
+ :symbol: "LUF"
492
596
  :LUL:
493
597
  :one: "卢森堡金融法郎"
494
- :other: "Luxembourg financial francs"
598
+ :other: "卢森堡金融法郎"
599
+ :symbol: "LUL"
495
600
  :LVL:
496
601
  :one: "拉脱维亚拉特"
497
602
  :other: "拉脱维亚拉特"
603
+ :symbol: "LVL"
498
604
  :LVR:
499
605
  :one: "拉脱维亚卢布"
500
- :other: "Latvian rubles"
606
+ :other: "拉脱维亚卢布"
607
+ :symbol: "LVR"
501
608
  :LYD:
502
609
  :one: "利比亚第纳尔"
503
610
  :other: "利比亚第纳尔"
611
+ :symbol: "LYD"
504
612
  :MAD:
505
613
  :one: "摩洛哥迪拉姆"
506
614
  :other: "摩洛哥迪拉姆"
615
+ :symbol: "MAD"
507
616
  :MAF:
508
617
  :one: "摩洛哥法郎"
509
- :other: "Moroccan francs"
618
+ :other: "摩洛哥法郎"
619
+ :symbol: "MAF"
510
620
  :MCF:
511
621
  :one: "摩纳哥法郎"
512
- :other: "Monegasque francs"
622
+ :other: "摩纳哥法郎"
623
+ :symbol: "MCF"
513
624
  :MDC:
514
625
  :one: "摩尔多瓦库邦"
515
- :other: "Moldovan cupon"
626
+ :other: "摩尔多瓦库邦"
627
+ :symbol: "MDC"
516
628
  :MDL:
517
629
  :one: "摩尔多瓦列伊"
518
630
  :other: "摩尔多瓦列伊"
631
+ :symbol: "MDL"
519
632
  :MGA:
520
633
  :one: "马达加斯加阿里亚里"
521
634
  :other: "马达加斯加阿里亚里"
635
+ :symbol: "MGA"
522
636
  :MGF:
523
637
  :one: "马达加斯加法郎"
524
- :other: "Malagasy francs"
638
+ :other: "马达加斯加法郎"
639
+ :symbol: "MGF"
525
640
  :MKD:
526
641
  :one: "马其顿第纳尔"
527
642
  :other: "马其顿第纳尔"
643
+ :symbol: "MKD"
528
644
  :MKN:
529
645
  :one: "马其顿第纳尔 (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
646
+ :other: "马其顿第纳尔 (1992–1993)"
647
+ :symbol: "MKN"
531
648
  :MLF:
532
649
  :one: "马里法郎"
533
- :other: "Malian francs"
650
+ :other: "马里法郎"
651
+ :symbol: "MLF"
534
652
  :MMK:
535
653
  :one: "缅甸元"
536
654
  :other: "缅甸元"
655
+ :symbol: "MMK"
537
656
  :MNT:
538
657
  :one: "蒙古图格里克"
539
658
  :other: "蒙古图格里克"
540
- :symbol: ""
659
+ :symbol: "MNT"
541
660
  :MOP:
542
661
  :one: "澳门元"
543
662
  :other: "澳门元"
663
+ :symbol: "MOP"
544
664
  :MRO:
545
665
  :one: "毛里塔尼亚乌吉亚"
546
666
  :other: "毛里塔尼亚乌吉亚"
667
+ :symbol: "MRO"
547
668
  :MTL:
548
669
  :one: "马耳他里拉"
549
- :other: "Maltese lira"
670
+ :other: "马耳他里拉"
671
+ :symbol: "MTL"
550
672
  :MTP:
551
673
  :one: "马耳他镑"
552
- :other: "Maltese pounds"
674
+ :other: "马耳他镑"
675
+ :symbol: "MTP"
553
676
  :MUR:
554
677
  :one: "毛里求斯卢比"
555
678
  :other: "毛里求斯卢比"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
679
+ :symbol: "MUR"
559
680
  :MVR:
560
681
  :one: "马尔代夫卢菲亚"
561
682
  :other: "马尔代夫卢菲亚"
683
+ :symbol: "MVR"
562
684
  :MWK:
563
685
  :one: "马拉维克瓦查"
564
686
  :other: "马拉维克瓦查"
687
+ :symbol: "MWK"
565
688
  :MXN:
566
689
  :one: "墨西哥比索"
567
690
  :other: "墨西哥比索"
568
691
  :symbol: "MX$"
569
692
  :MXP:
570
693
  :one: "墨西哥银比索 (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
694
+ :other: "墨西哥银比索 (1861–1992)"
695
+ :symbol: "MXP"
572
696
  :MXV:
573
697
  :one: "墨西哥(资金)"
574
- :other: "Mexican investment units"
698
+ :other: "墨西哥(资金)"
699
+ :symbol: "MXV"
575
700
  :MYR:
576
701
  :one: "马来西亚林吉特"
577
702
  :other: "马来西亚林吉特"
703
+ :symbol: "MYR"
578
704
  :MZE:
579
705
  :one: "莫桑比克埃斯库多"
580
- :other: "Mozambican escudos"
706
+ :other: "莫桑比克埃斯库多"
707
+ :symbol: "MZE"
581
708
  :MZM:
582
709
  :one: "旧莫桑比克美提卡"
583
- :other: "Mozambican meticals (1980–2006)"
710
+ :other: "旧莫桑比克美提卡"
711
+ :symbol: "MZM"
584
712
  :MZN:
585
713
  :one: "莫桑比克美提卡"
586
714
  :other: "莫桑比克美提卡"
715
+ :symbol: "MZN"
587
716
  :NAD:
588
717
  :one: "纳米比亚元"
589
718
  :other: "纳米比亚元"
590
- :symbol: "$"
719
+ :symbol: "NAD"
591
720
  :NGN:
592
721
  :one: "尼日利亚奈拉"
593
722
  :other: "尼日利亚奈拉"
594
- :symbol: ""
723
+ :symbol: "NGN"
595
724
  :NIC:
596
725
  :one: "尼加拉瓜科多巴 (1988–1991)"
597
- :other: "Nicaraguan córdobas (1988–1991)"
726
+ :other: "尼加拉瓜科多巴 (1988–1991)"
727
+ :symbol: "NIC"
598
728
  :NIO:
599
729
  :one: "尼加拉瓜金科多巴"
600
730
  :other: "尼加拉瓜金科多巴"
731
+ :symbol: "NIO"
601
732
  :NLG:
602
733
  :one: "荷兰盾"
603
- :other: "Dutch guilders"
734
+ :other: "荷兰盾"
735
+ :symbol: "NLG"
604
736
  :NOK:
605
737
  :one: "挪威克朗"
606
738
  :other: "挪威克朗"
739
+ :symbol: "NOK"
607
740
  :NPR:
608
741
  :one: "尼泊尔卢比"
609
742
  :other: "尼泊尔卢比"
743
+ :symbol: "NPR"
610
744
  :NZD:
611
745
  :one: "新西兰元"
612
746
  :other: "新西兰元"
@@ -614,169 +748,209 @@
614
748
  :OMR:
615
749
  :one: "阿曼里亚尔"
616
750
  :other: "阿曼里亚尔"
751
+ :symbol: "OMR"
617
752
  :PAB:
618
753
  :one: "巴拿马巴波亚"
619
754
  :other: "巴拿马巴波亚"
755
+ :symbol: "PAB"
620
756
  :PEI:
621
757
  :one: "秘鲁印第"
622
- :other: "Peruvian intis"
758
+ :other: "秘鲁印第"
759
+ :symbol: "PEI"
623
760
  :PEN:
624
761
  :one: "秘鲁新索尔"
625
762
  :other: "秘鲁新索尔"
763
+ :symbol: "PEN"
626
764
  :PES:
627
765
  :one: "秘鲁索尔 (1863–1965)"
628
- :other: "Peruvian soles (1863–1965)"
766
+ :other: "秘鲁索尔 (1863–1965)"
767
+ :symbol: "PES"
629
768
  :PGK:
630
769
  :one: "巴布亚新几内亚基那"
631
770
  :other: "巴布亚新几内亚基那"
771
+ :symbol: "PGK"
632
772
  :PHP:
633
773
  :one: "菲律宾比索"
634
774
  :other: "菲律宾比索"
635
- :symbol: ""
775
+ :symbol: "PHP"
636
776
  :PKR:
637
777
  :one: "巴基斯坦卢比"
638
778
  :other: "巴基斯坦卢比"
779
+ :symbol: "PKR"
639
780
  :PLN:
640
781
  :one: "波兰兹罗提"
641
782
  :other: "波兰兹罗提"
783
+ :symbol: "PLN"
642
784
  :PLZ:
643
785
  :one: "波兰兹罗提 (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
786
+ :other: "波兰兹罗提 (1950–1995)"
787
+ :symbol: "PLZ"
645
788
  :PTE:
646
789
  :one: "葡萄牙埃斯库多"
647
- :other: "Portuguese escudos"
790
+ :other: "葡萄牙埃斯库多"
791
+ :symbol: "PTE"
648
792
  :PYG:
649
793
  :one: "巴拉圭瓜拉尼"
650
794
  :other: "巴拉圭瓜拉尼"
651
- :symbol: ""
795
+ :symbol: "PYG"
652
796
  :QAR:
653
797
  :one: "卡塔尔里亚尔"
654
798
  :other: "卡塔尔里亚尔"
799
+ :symbol: "QAR"
655
800
  :RHD:
656
801
  :one: "罗得西亚元"
657
- :other: "Rhodesian dollars"
802
+ :other: "罗得西亚元"
803
+ :symbol: "RHD"
658
804
  :ROL:
659
805
  :one: "旧罗马尼亚列伊"
660
- :other: "Romanian Lei (1952–2006)"
806
+ :other: "旧罗马尼亚列伊"
807
+ :symbol: "ROL"
661
808
  :RON:
662
809
  :one: "罗马尼亚列伊"
663
810
  :other: "罗马尼亚列伊"
811
+ :symbol: "RON"
664
812
  :RSD:
665
813
  :one: "塞尔维亚第纳尔"
666
814
  :other: "塞尔维亚第纳尔"
815
+ :symbol: "RSD"
667
816
  :RUB:
668
817
  :one: "俄罗斯卢布"
669
818
  :other: "俄罗斯卢布"
819
+ :symbol: "RUB"
670
820
  :RUR:
671
821
  :one: "俄国卢布 (1991–1998)"
672
- :other: "Russian rubles (1991–1998)"
673
- :symbol: "р."
822
+ :other: "俄国卢布 (1991–1998)"
823
+ :symbol: "RUR"
674
824
  :RWF:
675
825
  :one: "卢旺达法郎"
676
826
  :other: "卢旺达法郎"
827
+ :symbol: "RWF"
677
828
  :SAR:
678
829
  :one: "沙特里亚尔"
679
830
  :other: "沙特里亚尔"
831
+ :symbol: "SAR"
680
832
  :SBD:
681
833
  :one: "所罗门群岛元"
682
834
  :other: "所罗门群岛元"
683
- :symbol: "$"
835
+ :symbol: "SBD"
684
836
  :SCR:
685
837
  :one: "塞舌尔卢比"
686
838
  :other: "塞舌尔卢比"
839
+ :symbol: "SCR"
687
840
  :SDD:
688
841
  :one: "苏丹第纳尔 (1992–2007)"
689
- :other: "Sudanese dinars (1992–2007)"
842
+ :other: "苏丹第纳尔 (1992–2007)"
843
+ :symbol: "SDD"
690
844
  :SDG:
691
845
  :one: "苏丹镑"
692
846
  :other: "苏丹镑"
847
+ :symbol: "SDG"
693
848
  :SDP:
694
849
  :one: "旧苏丹镑"
695
- :other: "Sudanese pounds (1957–1998)"
850
+ :other: "旧苏丹镑"
851
+ :symbol: "SDP"
696
852
  :SEK:
697
853
  :one: "瑞典克朗"
698
854
  :other: "瑞典克朗"
855
+ :symbol: "SEK"
699
856
  :SGD:
700
857
  :one: "新加坡元"
701
858
  :other: "新加坡元"
702
- :symbol: "$"
859
+ :symbol: "SGD"
703
860
  :SHP:
704
861
  :one: "圣赫勒拿群岛磅"
705
862
  :other: "圣赫勒拿群岛磅"
863
+ :symbol: "SHP"
706
864
  :SIT:
707
865
  :one: "斯洛文尼亚托拉尔"
708
- :other: "Slovenian tolars"
866
+ :other: "斯洛文尼亚托拉尔"
867
+ :symbol: "SIT"
709
868
  :SKK:
710
869
  :one: "斯洛伐克克朗"
711
- :other: "Slovak korunas"
870
+ :other: "斯洛伐克克朗"
871
+ :symbol: "SKK"
712
872
  :SLL:
713
873
  :one: "塞拉利昂利昂"
714
874
  :other: "塞拉利昂利昂"
875
+ :symbol: "SLL"
715
876
  :SOS:
716
877
  :one: "索马里先令"
717
878
  :other: "索马里先令"
879
+ :symbol: "SOS"
718
880
  :SRD:
719
881
  :one: "苏里南元"
720
882
  :other: "苏里南元"
721
- :symbol: "$"
883
+ :symbol: "SRD"
722
884
  :SRG:
723
885
  :one: "苏里南盾"
724
- :other: "Surinamese guilders"
886
+ :other: "苏里南盾"
887
+ :symbol: "SRG"
725
888
  :SSP:
726
889
  :one: "南苏丹镑"
727
890
  :other: "南苏丹镑"
728
- :symbol: "£"
891
+ :symbol: "SSP"
729
892
  :STD:
730
893
  :one: "圣多美和普林西比多布拉"
731
894
  :other: "圣多美和普林西比多布拉"
895
+ :symbol: "STD"
732
896
  :SUR:
733
897
  :one: "苏联卢布"
734
- :other: "Soviet roubles"
898
+ :other: "苏联卢布"
899
+ :symbol: "SUR"
735
900
  :SVC:
736
901
  :one: "萨尔瓦多科朗"
737
- :other: "Salvadoran colones"
902
+ :other: "萨尔瓦多科朗"
903
+ :symbol: "SVC"
738
904
  :SYP:
739
905
  :one: "叙利亚镑"
740
906
  :other: "叙利亚镑"
907
+ :symbol: "SYP"
741
908
  :SZL:
742
909
  :one: "斯威士兰里兰吉尼"
743
910
  :other: "斯威士兰里兰吉尼"
911
+ :symbol: "SZL"
744
912
  :THB:
745
913
  :one: "泰铢"
746
914
  :other: "泰铢"
747
915
  :symbol: "฿"
748
916
  :TJR:
749
917
  :one: "塔吉克斯坦卢布"
750
- :other: "Tajikistani rubles"
918
+ :other: "塔吉克斯坦卢布"
919
+ :symbol: "TJR"
751
920
  :TJS:
752
921
  :one: "塔吉克斯坦索莫尼"
753
922
  :other: "塔吉克斯坦索莫尼"
923
+ :symbol: "TJS"
754
924
  :TMM:
755
925
  :one: "土库曼斯坦马纳特 (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
926
+ :other: "土库曼斯坦马纳特 (1993–2009)"
927
+ :symbol: "TMM"
757
928
  :TMT:
758
929
  :one: "土库曼斯坦马纳特"
759
930
  :other: "土库曼斯坦马纳特"
931
+ :symbol: "TMT"
760
932
  :TND:
761
933
  :one: "突尼斯第纳尔"
762
934
  :other: "突尼斯第纳尔"
935
+ :symbol: "TND"
763
936
  :TOP:
764
937
  :one: "汤加潘加"
765
938
  :other: "汤加潘加"
939
+ :symbol: "TOP"
766
940
  :TPE:
767
941
  :one: "帝汶埃斯库多"
768
- :other: "Timorese escudos"
769
942
  :TRL:
770
943
  :one: "土耳其里拉 (1922–2005)"
771
- :other: "Turkish Lira (1922–2005)"
944
+ :other: "土耳其里拉 (1922–2005)"
945
+ :symbol: "TRL"
772
946
  :TRY:
773
947
  :one: "土耳其里拉"
774
948
  :other: "土耳其里拉"
775
- :symbol: ""
949
+ :symbol: "TRY"
776
950
  :TTD:
777
951
  :one: "特立尼达和多巴哥元"
778
952
  :other: "特立尼达和多巴哥元"
779
- :symbol: "$"
953
+ :symbol: "TTD"
780
954
  :TWD:
781
955
  :one: "新台币"
782
956
  :other: "新台币"
@@ -784,170 +958,179 @@
784
958
  :TZS:
785
959
  :one: "坦桑尼亚先令"
786
960
  :other: "坦桑尼亚先令"
961
+ :symbol: "TZS"
787
962
  :UAH:
788
963
  :one: "乌克兰格里夫纳"
789
964
  :other: "乌克兰格里夫纳"
790
- :symbol: ""
965
+ :symbol: "UAH"
791
966
  :UAK:
792
967
  :one: "乌克兰币"
793
- :other: "Ukrainian karbovantsiv"
968
+ :other: "乌克兰币"
969
+ :symbol: "UAK"
794
970
  :UGS:
795
971
  :one: "乌干达先令 (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
972
+ :other: "乌干达先令 (1966–1987)"
973
+ :symbol: "UGS"
797
974
  :UGX:
798
975
  :one: "乌干达先令"
799
976
  :other: "乌干达先令"
977
+ :symbol: "UGX"
800
978
  :USD:
801
979
  :one: "美元"
802
980
  :other: "美元"
803
981
  :symbol: "US$"
804
982
  :USN:
805
983
  :one: "美元(次日)"
806
- :other: "US dollars (next day)"
984
+ :other: "美元(次日)"
985
+ :symbol: "USN"
807
986
  :USS:
808
987
  :one: "美元(当日)"
809
- :other: "US dollars (same day)"
988
+ :other: "美元(当日)"
989
+ :symbol: "USS"
810
990
  :UYI:
811
991
  :one: "乌拉圭比索(索引单位)"
812
- :other: "Uruguayan pesos (indexed units)"
992
+ :other: "乌拉圭比索(索引单位)"
993
+ :symbol: "UYI"
813
994
  :UYP:
814
995
  :one: "乌拉圭比索 (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
996
+ :other: "乌拉圭比索 (1975–1993)"
997
+ :symbol: "UYP"
816
998
  :UYU:
817
999
  :one: "乌拉圭比索"
818
1000
  :other: "乌拉圭比索"
819
- :symbol: "$"
1001
+ :symbol: "UYU"
820
1002
  :UZS:
821
1003
  :one: "乌兹别克斯坦苏姆"
822
1004
  :other: "乌兹别克斯坦苏姆"
1005
+ :symbol: "UZS"
823
1006
  :VEB:
824
1007
  :one: "委内瑞拉玻利瓦尔 (1871–2008)"
825
- :other: "Venezuelan bolívars (1871–2008)"
1008
+ :other: "委内瑞拉玻利瓦尔 (1871–2008)"
1009
+ :symbol: "VEB"
826
1010
  :VEF:
827
1011
  :one: "委内瑞拉玻利瓦尔"
828
1012
  :other: "委内瑞拉玻利瓦尔"
1013
+ :symbol: "VEF"
829
1014
  :VND:
830
1015
  :one: "越南盾"
831
1016
  :other: "越南盾"
832
1017
  :symbol: "₫"
833
1018
  :VNN:
834
1019
  :one: "越南盾 (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
836
1020
  :VUV:
837
1021
  :one: "瓦努阿图瓦图"
838
1022
  :other: "瓦努阿图瓦图"
1023
+ :symbol: "VUV"
839
1024
  :WST:
840
1025
  :one: "萨摩亚塔拉"
841
1026
  :other: "萨摩亚塔拉"
1027
+ :symbol: "WST"
842
1028
  :XAF:
843
1029
  :one: "中非金融合作法郎"
844
1030
  :other: "中非金融合作法郎"
845
1031
  :symbol: "FCFA"
846
1032
  :XAG:
847
1033
  :one: "银"
848
- :other: "troy ounces of silver"
849
1034
  :XAU:
850
1035
  :one: "黄金"
851
- :other: "troy ounces of gold"
852
1036
  :XBA:
853
1037
  :one: "欧洲复合单位"
854
- :other: "European composite units"
855
1038
  :XBB:
856
1039
  :one: "欧洲货币联盟"
857
- :other: "European monetary units"
858
1040
  :XBC:
859
1041
  :one: "欧洲计算单位 (XBC)"
860
- :other: "European units of account (XBC)"
861
1042
  :XBD:
862
1043
  :one: "欧洲计算单位 (XBD)"
863
- :other: "European units of account (XBD)"
864
1044
  :XCD:
865
1045
  :one: "东加勒比元"
866
1046
  :other: "东加勒比元"
867
1047
  :symbol: "EC$"
868
1048
  :XDR:
869
1049
  :one: "特别提款权"
870
- :other: "special drawing rights"
871
1050
  :XEU:
872
1051
  :one: "欧洲货币单位"
873
- :other: "European currency units"
1052
+ :other: "欧洲货币单位"
1053
+ :symbol: "XEU"
874
1054
  :XFO:
875
1055
  :one: "法国金法郎"
876
- :other: "French gold francs"
877
1056
  :XFU:
878
1057
  :one: "法国法郎 (UIC)"
879
- :other: "French UIC-francs"
880
1058
  :XOF:
881
1059
  :one: "非洲金融共同体法郎"
882
1060
  :other: "非洲金融共同体法郎"
883
1061
  :symbol: "CFA"
884
1062
  :XPD:
885
1063
  :one: "钯"
886
- :other: "troy ounces of palladium"
887
1064
  :XPF:
888
1065
  :one: "太平洋法郎"
889
1066
  :other: "太平洋法郎"
890
1067
  :symbol: "CFPF"
891
1068
  :XPT:
892
1069
  :one: "铂"
893
- :other: "troy ounces of platinum"
894
1070
  :XRE:
895
1071
  :one: "RINET 基金"
896
- :other: "RINET Funds units"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
900
1072
  :XTS:
901
1073
  :one: "测试货币代码"
902
- :other: "Testing Currency units"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
906
1074
  :XXX:
907
1075
  :one: "未知货币"
908
1076
  :other: "(未知货币)"
909
1077
  :YDD:
910
1078
  :one: "也门第纳尔"
911
- :other: "Yemeni dinars"
1079
+ :other: "也门第纳尔"
1080
+ :symbol: "YDD"
912
1081
  :YER:
913
1082
  :one: "也门里亚尔"
914
1083
  :other: "也门里亚尔"
1084
+ :symbol: "YER"
915
1085
  :YUD:
916
1086
  :one: "南斯拉夫硬第纳尔 (1966–1990)"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
1087
+ :other: "南斯拉夫硬第纳尔 (1966–1990)"
1088
+ :symbol: "YUD"
918
1089
  :YUM:
919
1090
  :one: "南斯拉夫新第纳尔 (1994–2002)"
920
- :other: "Yugoslavian new dinars (1994–2002)"
1091
+ :other: "南斯拉夫新第纳尔 (1994–2002)"
1092
+ :symbol: "YUM"
921
1093
  :YUN:
922
1094
  :one: "南斯拉夫可兑换第纳尔 (1990–1992)"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
1095
+ :other: "南斯拉夫可兑换第纳尔 (1990–1992)"
1096
+ :symbol: "YUN"
924
1097
  :YUR:
925
1098
  :one: "南斯拉夫改良第纳尔 (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
1099
+ :other: "南斯拉夫改良第纳尔 (1992–1993)"
1100
+ :symbol: "YUR"
927
1101
  :ZAL:
928
1102
  :one: "南非兰特 (金融)"
929
- :other: "South African rands (financial)"
1103
+ :other: "南非兰特 (金融)"
1104
+ :symbol: "ZAL"
930
1105
  :ZAR:
931
1106
  :one: "南非兰特"
932
1107
  :other: "南非兰特"
1108
+ :symbol: "ZAR"
933
1109
  :ZMK:
934
1110
  :one: "赞比亚克瓦查 (1968–2012)"
935
- :other: "Zambian kwachas (1968–2012)"
1111
+ :other: "赞比亚克瓦查 (1968–2012)"
1112
+ :symbol: "ZMK"
936
1113
  :ZMW:
937
1114
  :one: "赞比亚克瓦查"
938
1115
  :other: "赞比亚克瓦查"
1116
+ :symbol: "ZMW"
939
1117
  :ZRN:
940
1118
  :one: "新扎伊尔 (1993–1998)"
941
- :other: "Zairean new zaires (1993–1998)"
1119
+ :other: "新扎伊尔 (1993–1998)"
1120
+ :symbol: "ZRN"
942
1121
  :ZRZ:
943
1122
  :one: "扎伊尔 (1971–1993)"
944
- :other: "Zairean zaires (1971–1993)"
1123
+ :other: "扎伊尔 (1971–1993)"
1124
+ :symbol: "ZRZ"
945
1125
  :ZWD:
946
1126
  :one: "津巴布韦元 (1980–2008)"
947
- :other: "Zimbabwean dollars (1980–2008)"
1127
+ :other: "津巴布韦元 (1980–2008)"
1128
+ :symbol: "ZWD"
948
1129
  :ZWL:
949
1130
  :one: "津巴布韦元 (2009)"
950
- :other: "Zimbabwean dollars (2009)"
1131
+ :other: "津巴布韦元 (2009)"
1132
+ :symbol: "ZWL"
951
1133
  :ZWR:
952
1134
  :one: "津巴布韦元 (2008)"
953
- :other: "Zimbabwean dollars (2008)"
1135
+ :other: "津巴布韦元 (2008)"
1136
+ :symbol: "ZWR"