twitter_cldr 1.9.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +7 -0
- data/History.txt +11 -0
- data/README.md +93 -13
- data/Rakefile +27 -6
- data/lib/twitter_cldr/formatters.rb +15 -12
- data/lib/twitter_cldr/formatters/base.rb +1 -1
- data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +18 -3
- data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +24 -26
- data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +47 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +22 -17
- data/lib/twitter_cldr/formatters/numbers/decimal_formatter.rb +0 -9
- data/lib/twitter_cldr/formatters/numbers/helpers/base.rb +1 -1
- data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +25 -10
- data/lib/twitter_cldr/formatters/numbers/percent_formatter.rb +9 -6
- data/lib/twitter_cldr/localized/localized_datetime.rb +6 -2
- data/lib/twitter_cldr/localized/localized_number.rb +9 -3
- data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
- data/lib/twitter_cldr/resources.rb +13 -12
- data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +1 -1
- data/lib/twitter_cldr/resources/download.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +10 -6
- data/lib/twitter_cldr/shared/bidi.rb +27 -27
- data/lib/twitter_cldr/shared/currencies.rb +20 -13
- data/lib/twitter_cldr/tokenizers.rb +10 -9
- data/lib/twitter_cldr/tokenizers/base.rb +33 -21
- data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +86 -0
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +20 -11
- data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +50 -13
- data/lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb +19 -10
- data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +32 -32
- data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +45 -22
- data/lib/twitter_cldr/utils.rb +16 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/af.yml +1 -0
- data/resources/collation/tailoring/ar.yml +3 -2
- data/resources/collation/tailoring/be.yml +7 -0
- data/resources/collation/tailoring/bg.yml +5 -0
- data/resources/collation/tailoring/bn.yml +9 -0
- data/resources/collation/tailoring/ca.yml +3 -2
- data/resources/collation/tailoring/cs.yml +3 -2
- data/resources/collation/tailoring/cy.yml +51 -0
- data/resources/collation/tailoring/da.yml +3 -2
- data/resources/collation/tailoring/de.yml +1 -0
- data/resources/collation/tailoring/el.yml +1 -0
- data/resources/collation/tailoring/en.yml +1 -0
- data/resources/collation/tailoring/es.yml +3 -2
- data/resources/collation/tailoring/eu.yml +1 -0
- data/resources/collation/tailoring/fa.yml +3 -2
- data/resources/collation/tailoring/fi.yml +3 -2
- data/resources/collation/tailoring/fil.yml +3 -2
- data/resources/collation/tailoring/fr.yml +1 -0
- data/resources/collation/tailoring/ga.yml +5 -0
- data/resources/collation/tailoring/gl.yml +5 -0
- data/resources/collation/tailoring/he.yml +1 -0
- data/resources/collation/tailoring/hi.yml +3 -2
- data/resources/collation/tailoring/hu.yml +3 -2
- data/resources/collation/tailoring/id.yml +1 -0
- data/resources/collation/tailoring/it.yml +1 -0
- data/resources/collation/tailoring/ja.yml +107 -54
- data/resources/collation/tailoring/ko.yml +3 -2
- data/resources/collation/tailoring/lv.yml +35 -0
- data/resources/collation/tailoring/ms.yml +1 -0
- data/resources/collation/tailoring/nb.yml +3 -2
- data/resources/collation/tailoring/nl.yml +1 -0
- data/resources/collation/tailoring/pl.yml +3 -2
- data/resources/collation/tailoring/pt.yml +1 -0
- data/resources/collation/tailoring/ro.yml +31 -0
- data/resources/collation/tailoring/ru.yml +1 -0
- data/resources/collation/tailoring/sk.yml +35 -0
- data/resources/collation/tailoring/sq.yml +65 -0
- data/resources/collation/tailoring/sr.yml +5 -0
- data/resources/collation/tailoring/sv.yml +3 -2
- data/resources/collation/tailoring/ta.yml +57 -0
- data/resources/collation/tailoring/th.yml +3 -2
- data/resources/collation/tailoring/tr.yml +3 -2
- data/resources/collation/tailoring/uk.yml +3 -2
- data/resources/collation/tailoring/ur.yml +3 -2
- data/resources/collation/tailoring/zh-Hant.yml +3 -2
- data/resources/collation/tailoring/zh.yml +3 -2
- data/resources/collation/tries/be.dump +0 -0
- data/resources/collation/tries/bg.dump +0 -0
- data/resources/collation/tries/bn.dump +0 -0
- data/resources/collation/tries/cy.dump +0 -0
- data/resources/collation/tries/ga.dump +0 -0
- data/resources/collation/tries/gl.dump +0 -0
- data/resources/collation/tries/lv.dump +0 -0
- data/resources/collation/tries/ro.dump +0 -0
- data/resources/collation/tries/sk.dump +0 -0
- data/resources/collation/tries/sq.dump +0 -0
- data/resources/collation/tries/sr.dump +0 -0
- data/resources/collation/tries/ta.dump +0 -0
- data/resources/custom/locales/ar/units.yml +6 -6
- data/resources/custom/locales/be/units.yml +27 -0
- data/resources/custom/locales/bg/units.yml +19 -0
- data/resources/custom/locales/bn/units.yml +7 -0
- data/resources/custom/locales/cs/units.yml +3 -3
- data/resources/custom/locales/cy/units.yml +35 -0
- data/resources/custom/locales/fil/units.yml +2 -2
- data/resources/custom/locales/ga/units.yml +24 -0
- data/resources/custom/locales/gl/units.yml +19 -0
- data/resources/custom/locales/hu/plurals.yml +3 -0
- data/resources/custom/locales/hu/units.yml +4 -0
- data/resources/custom/locales/lv/units.yml +23 -0
- data/resources/custom/locales/ms/units.yml +1 -1
- data/resources/custom/locales/ro/units.yml +23 -0
- data/resources/custom/locales/sk/units.yml +23 -0
- data/resources/custom/locales/sr/units.yml +27 -0
- data/resources/custom/locales/ta/units.yml +11 -0
- data/resources/custom/locales/th/calendars.yml +14 -0
- data/resources/locales/af/calendars.yml +56 -0
- data/resources/locales/af/currencies.yml +358 -0
- data/resources/locales/af/languages.yml +23 -3
- data/resources/locales/af/numbers.yml +22 -8
- data/resources/locales/af/units.yml +26 -54
- data/resources/locales/ar/calendars.yml +99 -6
- data/resources/locales/ar/currencies.yml +1491 -0
- data/resources/locales/ar/languages.yml +33 -6
- data/resources/locales/ar/numbers.yml +27 -14
- data/resources/locales/ar/units.yml +31 -31
- data/resources/locales/be/calendars.yml +229 -0
- data/resources/locales/be/currencies.yml +66 -0
- data/resources/locales/be/languages.yml +149 -0
- data/resources/locales/be/layout.yml +4 -0
- data/resources/locales/be/lists.yml +7 -0
- data/resources/locales/be/numbers.yml +43 -0
- data/resources/locales/be/plurals.yml +5 -0
- data/resources/locales/be/units.yml +87 -0
- data/resources/locales/bg/calendars.yml +220 -0
- data/resources/locales/bg/currencies.yml +773 -0
- data/resources/locales/bg/languages.yml +513 -0
- data/resources/locales/bg/layout.yml +4 -0
- data/resources/locales/bg/lists.yml +7 -0
- data/resources/locales/bg/numbers.yml +57 -0
- data/resources/locales/bg/plurals.yml +3 -0
- data/resources/locales/bg/units.yml +108 -0
- data/resources/locales/bn/calendars.yml +205 -0
- data/resources/locales/bn/currencies.yml +564 -0
- data/resources/locales/bn/languages.yml +513 -0
- data/resources/locales/bn/layout.yml +4 -0
- data/resources/locales/bn/lists.yml +7 -0
- data/resources/locales/bn/numbers.yml +57 -0
- data/resources/locales/bn/plurals.yml +3 -0
- data/resources/locales/bn/units.yml +108 -0
- data/resources/locales/ca/calendars.yml +70 -21
- data/resources/locales/ca/currencies.yml +904 -0
- data/resources/locales/ca/languages.yml +70 -5
- data/resources/locales/ca/numbers.yml +19 -6
- data/resources/locales/ca/units.yml +0 -28
- data/resources/locales/cs/calendars.yml +73 -27
- data/resources/locales/cs/currencies.yml +1063 -0
- data/resources/locales/cs/languages.yml +113 -31
- data/resources/locales/cs/numbers.yml +17 -4
- data/resources/locales/cs/units.yml +0 -28
- data/resources/locales/cy/calendars.yml +266 -0
- data/resources/locales/cy/currencies.yml +54 -0
- data/resources/locales/cy/languages.yml +92 -0
- data/resources/locales/cy/layout.yml +4 -0
- data/resources/locales/cy/lists.yml +7 -0
- data/resources/locales/cy/numbers.yml +49 -0
- data/resources/locales/cy/plurals.yml +4 -0
- data/resources/locales/cy/units.yml +73 -0
- data/resources/locales/da/calendars.yml +117 -16
- data/resources/locales/da/currencies.yml +814 -0
- data/resources/locales/da/languages.yml +66 -5
- data/resources/locales/da/numbers.yml +16 -3
- data/resources/locales/da/units.yml +21 -35
- data/resources/locales/de/calendars.yml +115 -17
- data/resources/locales/de/currencies.yml +843 -0
- data/resources/locales/de/languages.yml +5 -3
- data/resources/locales/de/numbers.yml +18 -5
- data/resources/locales/de/units.yml +0 -28
- data/resources/locales/el/calendars.yml +61 -8
- data/resources/locales/el/currencies.yml +866 -0
- data/resources/locales/el/languages.yml +61 -5
- data/resources/locales/el/numbers.yml +18 -5
- data/resources/locales/el/units.yml +7 -42
- data/resources/locales/en/calendars.yml +43 -4
- data/resources/locales/en/currencies.yml +912 -0
- data/resources/locales/en/languages.yml +26 -6
- data/resources/locales/en/numbers.yml +17 -4
- data/resources/locales/es/calendars.yml +60 -0
- data/resources/locales/es/currencies.yml +820 -0
- data/resources/locales/es/languages.yml +66 -1
- data/resources/locales/es/numbers.yml +20 -7
- data/resources/locales/es/units.yml +0 -28
- data/resources/locales/eu/calendars.yml +43 -2
- data/resources/locales/eu/currencies.yml +378 -0
- data/resources/locales/eu/languages.yml +29 -13
- data/resources/locales/eu/numbers.yml +17 -4
- data/resources/locales/eu/units.yml +22 -43
- data/resources/locales/fa/calendars.yml +57 -0
- data/resources/locales/fa/currencies.yml +449 -0
- data/resources/locales/fa/languages.yml +8 -3
- data/resources/locales/fa/numbers.yml +20 -7
- data/resources/locales/fa/units.yml +0 -42
- data/resources/locales/fi/calendars.yml +49 -1
- data/resources/locales/fi/currencies.yml +903 -0
- data/resources/locales/fi/languages.yml +58 -2
- data/resources/locales/fi/numbers.yml +25 -12
- data/resources/locales/fi/units.yml +0 -28
- data/resources/locales/fil/calendars.yml +51 -0
- data/resources/locales/fil/currencies.yml +357 -0
- data/resources/locales/fil/languages.yml +25 -8
- data/resources/locales/fil/numbers.yml +18 -5
- data/resources/locales/fil/units.yml +14 -28
- data/resources/locales/fr/calendars.yml +114 -12
- data/resources/locales/fr/currencies.yml +884 -0
- data/resources/locales/fr/languages.yml +43 -9
- data/resources/locales/fr/numbers.yml +22 -9
- data/resources/locales/fr/units.yml +2 -30
- data/resources/locales/ga/calendars.yml +187 -0
- data/resources/locales/ga/currencies.yml +513 -0
- data/resources/locales/ga/languages.yml +147 -0
- data/resources/locales/ga/layout.yml +4 -0
- data/resources/locales/ga/lists.yml +7 -0
- data/resources/locales/ga/numbers.yml +43 -0
- data/resources/locales/ga/plurals.yml +4 -0
- data/resources/locales/ga/units.yml +66 -0
- data/resources/locales/gl/calendars.yml +216 -0
- data/resources/locales/gl/currencies.yml +476 -0
- data/resources/locales/gl/languages.yml +213 -0
- data/resources/locales/gl/layout.yml +4 -0
- data/resources/locales/gl/lists.yml +7 -0
- data/resources/locales/gl/numbers.yml +57 -0
- data/resources/locales/gl/plurals.yml +3 -0
- data/resources/locales/gl/units.yml +108 -0
- data/resources/locales/he/calendars.yml +70 -18
- data/resources/locales/he/currencies.yml +497 -0
- data/resources/locales/he/languages.yml +301 -7
- data/resources/locales/he/lists.yml +2 -2
- data/resources/locales/he/numbers.yml +23 -8
- data/resources/locales/he/plurals.yml +3 -2
- data/resources/locales/he/units.yml +72 -30
- data/resources/locales/hi/calendars.yml +54 -1
- data/resources/locales/hi/currencies.yml +388 -0
- data/resources/locales/hi/languages.yml +2 -0
- data/resources/locales/hi/numbers.yml +21 -8
- data/resources/locales/hi/units.yml +15 -29
- data/resources/locales/hu/calendars.yml +52 -5
- data/resources/locales/hu/currencies.yml +640 -0
- data/resources/locales/hu/languages.yml +60 -4
- data/resources/locales/hu/numbers.yml +25 -12
- data/resources/locales/hu/units.yml +1 -29
- data/resources/locales/id/calendars.yml +125 -21
- data/resources/locales/id/currencies.yml +603 -0
- data/resources/locales/id/languages.yml +113 -51
- data/resources/locales/id/numbers.yml +16 -3
- data/resources/locales/id/units.yml +0 -28
- data/resources/locales/it/calendars.yml +59 -6
- data/resources/locales/it/currencies.yml +722 -0
- data/resources/locales/it/languages.yml +77 -5
- data/resources/locales/it/numbers.yml +22 -9
- data/resources/locales/it/units.yml +0 -14
- data/resources/locales/ja/calendars.yml +55 -5
- data/resources/locales/ja/currencies.yml +602 -0
- data/resources/locales/ja/languages.yml +103 -43
- data/resources/locales/ja/numbers.yml +18 -5
- data/resources/locales/ja/units.yml +6 -34
- data/resources/locales/ko/calendars.yml +50 -0
- data/resources/locales/ko/currencies.yml +596 -0
- data/resources/locales/ko/languages.yml +75 -8
- data/resources/locales/ko/numbers.yml +17 -4
- data/resources/locales/ko/units.yml +0 -28
- data/resources/locales/lv/calendars.yml +275 -0
- data/resources/locales/lv/currencies.yml +765 -0
- data/resources/locales/lv/languages.yml +576 -0
- data/resources/locales/lv/layout.yml +4 -0
- data/resources/locales/lv/lists.yml +7 -0
- data/resources/locales/lv/numbers.yml +58 -0
- data/resources/locales/lv/plurals.yml +4 -0
- data/resources/locales/lv/units.yml +136 -0
- data/resources/locales/ms/calendars.yml +86 -4
- data/resources/locales/ms/currencies.yml +341 -0
- data/resources/locales/ms/languages.yml +25 -3
- data/resources/locales/ms/numbers.yml +19 -6
- data/resources/locales/ms/units.yml +0 -56
- data/resources/locales/nb/calendars.yml +48 -1
- data/resources/locales/nb/currencies.yml +846 -0
- data/resources/locales/nb/languages.yml +44 -2
- data/resources/locales/nb/numbers.yml +16 -3
- data/resources/locales/nb/units.yml +6 -28
- data/resources/locales/nl/calendars.yml +110 -9
- data/resources/locales/nl/currencies.yml +640 -0
- data/resources/locales/nl/languages.yml +68 -8
- data/resources/locales/nl/numbers.yml +25 -12
- data/resources/locales/nl/units.yml +14 -28
- data/resources/locales/pl/calendars.yml +53 -6
- data/resources/locales/pl/currencies.yml +1100 -0
- data/resources/locales/pl/languages.yml +13 -6
- data/resources/locales/pl/lists.yml +2 -2
- data/resources/locales/pl/numbers.yml +18 -5
- data/resources/locales/pl/units.yml +51 -92
- data/resources/locales/pt/calendars.yml +121 -9
- data/resources/locales/pt/currencies.yml +904 -0
- data/resources/locales/pt/languages.yml +5 -3
- data/resources/locales/pt/numbers.yml +17 -4
- data/resources/locales/pt/units.yml +0 -28
- data/resources/locales/ro/calendars.yml +278 -0
- data/resources/locales/ro/currencies.yml +946 -0
- data/resources/locales/ro/languages.yml +576 -0
- data/resources/locales/ro/layout.yml +4 -0
- data/resources/locales/ro/lists.yml +7 -0
- data/resources/locales/ro/numbers.yml +58 -0
- data/resources/locales/ro/plurals.yml +3 -0
- data/resources/locales/ro/units.yml +136 -0
- data/resources/locales/ru/calendars.yml +72 -12
- data/resources/locales/ru/currencies.yml +1061 -0
- data/resources/locales/ru/languages.yml +51 -6
- data/resources/locales/ru/numbers.yml +21 -5
- data/resources/locales/ru/units.yml +0 -28
- data/resources/locales/sk/calendars.yml +275 -0
- data/resources/locales/sk/currencies.yml +713 -0
- data/resources/locales/sk/languages.yml +576 -0
- data/resources/locales/sk/layout.yml +4 -0
- data/resources/locales/sk/lists.yml +7 -0
- data/resources/locales/sk/numbers.yml +58 -0
- data/resources/locales/sk/plurals.yml +3 -0
- data/resources/locales/sk/units.yml +136 -0
- data/resources/locales/sq/calendars.yml +188 -0
- data/resources/locales/sq/currencies.yml +56 -0
- data/resources/locales/sq/languages.yml +17 -0
- data/resources/locales/sq/layout.yml +4 -0
- data/resources/locales/sq/lists.yml +7 -0
- data/resources/locales/sq/numbers.yml +43 -0
- data/resources/locales/sq/plurals.yml +3 -0
- data/resources/locales/sq/units.yml +73 -0
- data/resources/locales/sr/calendars.yml +285 -0
- data/resources/locales/sr/currencies.yml +1494 -0
- data/resources/locales/sr/languages.yml +513 -0
- data/resources/locales/sr/layout.yml +4 -0
- data/resources/locales/sr/lists.yml +7 -0
- data/resources/locales/sr/numbers.yml +59 -0
- data/resources/locales/sr/plurals.yml +5 -0
- data/resources/locales/sr/units.yml +164 -0
- data/resources/locales/sv/calendars.yml +59 -1
- data/resources/locales/sv/currencies.yml +919 -0
- data/resources/locales/sv/languages.yml +47 -2
- data/resources/locales/sv/numbers.yml +27 -12
- data/resources/locales/sv/units.yml +4 -32
- data/resources/locales/ta/calendars.yml +264 -0
- data/resources/locales/ta/currencies.yml +346 -0
- data/resources/locales/ta/languages.yml +512 -0
- data/resources/locales/ta/layout.yml +4 -0
- data/resources/locales/ta/lists.yml +7 -0
- data/resources/locales/ta/numbers.yml +57 -0
- data/resources/locales/ta/plurals.yml +3 -0
- data/resources/locales/ta/units.yml +108 -0
- data/resources/locales/th/calendars.yml +125 -27
- data/resources/locales/th/currencies.yml +602 -0
- data/resources/locales/th/languages.yml +70 -5
- data/resources/locales/th/numbers.yml +24 -11
- data/resources/locales/th/units.yml +0 -28
- data/resources/locales/tr/calendars.yml +62 -12
- data/resources/locales/tr/currencies.yml +571 -0
- data/resources/locales/tr/languages.yml +94 -29
- data/resources/locales/tr/numbers.yml +19 -6
- data/resources/locales/tr/units.yml +1 -29
- data/resources/locales/uk/calendars.yml +52 -0
- data/resources/locales/uk/currencies.yml +799 -0
- data/resources/locales/uk/languages.yml +57 -2
- data/resources/locales/uk/numbers.yml +18 -5
- data/resources/locales/uk/units.yml +0 -28
- data/resources/locales/ur/calendars.yml +96 -32
- data/resources/locales/ur/currencies.yml +360 -0
- data/resources/locales/ur/languages.yml +49 -32
- data/resources/locales/ur/numbers.yml +13 -13
- data/resources/locales/ur/units.yml +28 -56
- data/resources/locales/zh-Hant/calendars.yml +59 -1
- data/resources/locales/zh-Hant/currencies.yml +602 -0
- data/resources/locales/zh-Hant/languages.yml +74 -8
- data/resources/locales/zh-Hant/numbers.yml +17 -4
- data/resources/locales/zh-Hant/units.yml +0 -28
- data/resources/locales/zh/calendars.yml +95 -35
- data/resources/locales/zh/currencies.yml +602 -0
- data/resources/locales/zh/languages.yml +116 -46
- data/resources/locales/zh/numbers.yml +20 -7
- data/resources/locales/zh/units.yml +6 -34
- data/resources/shared/currency_digits_and_rounding.yml +187 -0
- data/spec/bidi/bidi_spec.rb +1 -1
- data/spec/collation/tailoring_spec.rb +29 -25
- data/spec/formatters/calendars/datetime_formatter_spec.rb +50 -2
- data/spec/formatters/calendars/timespan_formatter_spec.rb +52 -8
- data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +81 -0
- data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/currency_formatter_spec.rb +10 -1
- data/spec/localized/localized_date_spec.rb +11 -11
- data/spec/localized/localized_datetime_spec.rb +27 -3
- data/spec/localized/localized_number_spec.rb +34 -6
- data/spec/localized/localized_time_spec.rb +1 -1
- data/spec/readme_spec.rb +24 -3
- data/spec/shared/currencies_spec.rb +7 -9
- data/spec/spec_helper.rb +7 -0
- data/spec/tokenizers/base_spec.rb +71 -21
- data/spec/tokenizers/calendars/additional_date_format_selector_spec.rb +131 -0
- data/spec/tokenizers/calendars/datetime_tokenizer_spec.rb +54 -27
- data/spec/tokenizers/calendars/time_tokenizer_spec.rb +16 -16
- data/spec/tokenizers/numbers/number_tokenizer_spec.rb +9 -21
- data/spec/utils/yaml/yaml_spec.rb +21 -16
- data/spec/utils_spec.rb +6 -2
- metadata +218 -37
@@ -10,17 +10,30 @@
|
|
10
10
|
:decimal:
|
11
11
|
:patterns:
|
12
12
|
:default: ! '#,##0.###'
|
13
|
+
:long:
|
14
|
+
1000: 0千
|
15
|
+
10000: 0万
|
16
|
+
100000: 00万
|
17
|
+
1000000: 000万
|
18
|
+
10000000: 0000万
|
19
|
+
100000000: 0億
|
20
|
+
1000000000: 00億
|
21
|
+
10000000000: 000億
|
22
|
+
100000000000: 0000億
|
23
|
+
1000000000000: 0兆
|
24
|
+
10000000000000: 00兆
|
25
|
+
100000000000000: 000兆
|
13
26
|
:short:
|
14
|
-
1000: 0
|
15
|
-
10000: 0
|
27
|
+
1000: 0千
|
28
|
+
10000: 0万
|
16
29
|
100000: 00万
|
17
30
|
1000000: 000万
|
18
31
|
10000000: 0000万
|
19
|
-
100000000: 0
|
32
|
+
100000000: 0億
|
20
33
|
1000000000: 00億
|
21
34
|
10000000000: 000億
|
22
35
|
100000000000: 0000億
|
23
|
-
1000000000000: 0
|
36
|
+
1000000000000: 0兆
|
24
37
|
10000000000000: 00兆
|
25
38
|
100000000000000: 000兆
|
26
39
|
:percent:
|
@@ -37,7 +50,7 @@
|
|
37
50
|
:infinity: ∞
|
38
51
|
:list: ;
|
39
52
|
:minus_sign: ! '-'
|
40
|
-
:nan: NaN
|
53
|
+
:nan: NaN
|
41
54
|
:per_mille: ‰
|
42
55
|
:percent_sign: ! '%'
|
43
56
|
:plus_sign: +
|
@@ -8,13 +8,9 @@
|
|
8
8
|
:other: ! '{0}日'
|
9
9
|
:day-future:
|
10
10
|
:default:
|
11
|
-
|
12
|
-
1: 1 日後
|
13
|
-
:other: ! '{0} 日後'
|
11
|
+
:other: ! '{0}日後'
|
14
12
|
:day-past:
|
15
13
|
:default:
|
16
|
-
0: 0 日前
|
17
|
-
1: 1 日前
|
18
14
|
:other: ! '{0}日前'
|
19
15
|
:hour:
|
20
16
|
:default:
|
@@ -23,13 +19,9 @@
|
|
23
19
|
:other: ! '{0}時間'
|
24
20
|
:hour-future:
|
25
21
|
:default:
|
26
|
-
|
27
|
-
1: 1 時間後
|
28
|
-
:other: ! '{0} 時間後'
|
22
|
+
:other: ! '{0}時間後'
|
29
23
|
:hour-past:
|
30
24
|
:default:
|
31
|
-
0: 0 時間前
|
32
|
-
1: 1 時間前
|
33
25
|
:other: ! '{0}時間前'
|
34
26
|
:minute:
|
35
27
|
:default:
|
@@ -38,13 +30,9 @@
|
|
38
30
|
:other: ! '{0}分'
|
39
31
|
:minute-future:
|
40
32
|
:default:
|
41
|
-
|
42
|
-
1: 1 分後
|
43
|
-
:other: ! '{0} 分後'
|
33
|
+
:other: ! '{0}分後'
|
44
34
|
:minute-past:
|
45
35
|
:default:
|
46
|
-
0: 0 分前
|
47
|
-
1: 1 分前
|
48
36
|
:other: ! '{0}分前'
|
49
37
|
:month:
|
50
38
|
:default:
|
@@ -53,13 +41,9 @@
|
|
53
41
|
:other: ! '{0}か月'
|
54
42
|
:month-future:
|
55
43
|
:default:
|
56
|
-
|
57
|
-
1: 1 か月後
|
58
|
-
:other: ! '{0} か月後'
|
44
|
+
:other: ! '{0}か月後'
|
59
45
|
:month-past:
|
60
46
|
:default:
|
61
|
-
0: 0 か月前
|
62
|
-
1: 1 か月前
|
63
47
|
:other: ! '{0}か月前'
|
64
48
|
:second:
|
65
49
|
:default:
|
@@ -68,13 +52,9 @@
|
|
68
52
|
:other: ! '{0}秒'
|
69
53
|
:second-future:
|
70
54
|
:default:
|
71
|
-
|
72
|
-
1: 1 秒後
|
73
|
-
:other: ! '{0} 秒後'
|
55
|
+
:other: ! '{0}秒後'
|
74
56
|
:second-past:
|
75
57
|
:default:
|
76
|
-
0: 0 秒前
|
77
|
-
1: 1 秒前
|
78
58
|
:other: ! '{0}秒前'
|
79
59
|
:week:
|
80
60
|
:default:
|
@@ -83,13 +63,9 @@
|
|
83
63
|
:other: ! '{0}週'
|
84
64
|
:week-future:
|
85
65
|
:default:
|
86
|
-
0: 0 週間後
|
87
|
-
1: 1 週間後
|
88
66
|
:other: ! '{0} 週間後'
|
89
67
|
:week-past:
|
90
68
|
:default:
|
91
|
-
0: 0 週間前
|
92
|
-
1: 1 週間前
|
93
69
|
:other: ! '{0}週前'
|
94
70
|
:year:
|
95
71
|
:default:
|
@@ -98,11 +74,7 @@
|
|
98
74
|
:other: ! '{0}年'
|
99
75
|
:year-future:
|
100
76
|
:default:
|
101
|
-
|
102
|
-
1: 1 年後
|
103
|
-
:other: ! '{0} 年後'
|
77
|
+
:other: ! '{0}年後'
|
104
78
|
:year-past:
|
105
79
|
:default:
|
106
|
-
0: 0 年前
|
107
|
-
1: 1 年前
|
108
80
|
:other: ! '{0}年前'
|
@@ -2,6 +2,40 @@
|
|
2
2
|
:ko:
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
|
+
:additional_formats:
|
6
|
+
:EEEEd: d일 EEEE
|
7
|
+
:Ed: d일 (E)
|
8
|
+
:H: H시
|
9
|
+
:HHmmss: HH:mm:ss
|
10
|
+
:Hm: HH:mm
|
11
|
+
:Hms: H시 m분 s초
|
12
|
+
:M: M월
|
13
|
+
:MEEEEd: M. d. EEEE
|
14
|
+
:MEd: M. d. (E)
|
15
|
+
:MMM: LLL
|
16
|
+
:MMMEd: MMM d일 (E)
|
17
|
+
:MMMd: MMM d일
|
18
|
+
:MMdd: MM. dd
|
19
|
+
:Md: M. d.
|
20
|
+
:d: d일
|
21
|
+
:h: a h시
|
22
|
+
:hm: a h:mm
|
23
|
+
:hms: a h:mm:ss
|
24
|
+
:mmss: mm:ss
|
25
|
+
:ms: mm:ss
|
26
|
+
:y: y년
|
27
|
+
:yM: yyyy. M.
|
28
|
+
:yMEd: yyyy. M. d. (E)
|
29
|
+
:yMMM: y년 MMM
|
30
|
+
:yMMMEEEEd: y년 MMM d일 EEEE
|
31
|
+
:yMMMEd: y년 MMM d일 (E)
|
32
|
+
:yMMMd: y년 MMM d일
|
33
|
+
:yMd: yyyy. M. d.
|
34
|
+
:yQQQ: y년 QQQ
|
35
|
+
:yQQQQ: y년 QQQQ
|
36
|
+
:yyMM: yy. M.
|
37
|
+
:yyMMM: yy년 MMM
|
38
|
+
:yyyyMM: yyyy. MM
|
5
39
|
:days:
|
6
40
|
:format:
|
7
41
|
:abbreviated:
|
@@ -13,6 +47,14 @@
|
|
13
47
|
:tue: 화
|
14
48
|
:wed: 수
|
15
49
|
:narrow: :calendars.gregorian.days.stand-alone.narrow
|
50
|
+
:short:
|
51
|
+
:fri: 금
|
52
|
+
:mon: 월
|
53
|
+
:sat: 토
|
54
|
+
:sun: 일
|
55
|
+
:thu: 목
|
56
|
+
:tue: 화
|
57
|
+
:wed: 수
|
16
58
|
:wide:
|
17
59
|
:fri: 금요일
|
18
60
|
:mon: 월요일
|
@@ -31,6 +73,14 @@
|
|
31
73
|
:thu: 목
|
32
74
|
:tue: 화
|
33
75
|
:wed: 수
|
76
|
+
:short:
|
77
|
+
:fri: 금
|
78
|
+
:mon: 월
|
79
|
+
:sat: 토
|
80
|
+
:sun: 일
|
81
|
+
:thu: 목
|
82
|
+
:tue: 화
|
83
|
+
:wed: 수
|
34
84
|
:wide: :calendars.gregorian.days.format.wide
|
35
85
|
:eras:
|
36
86
|
:abbr:
|
@@ -0,0 +1,596 @@
|
|
1
|
+
---
|
2
|
+
:ko:
|
3
|
+
:currencies:
|
4
|
+
:ADP:
|
5
|
+
:one: 안도라 페세타
|
6
|
+
:AED:
|
7
|
+
:one: 아랍에미리트 디르함
|
8
|
+
:AFA:
|
9
|
+
:one: 아프가니 (1927-2002)
|
10
|
+
:AFN:
|
11
|
+
:one: 아프가니스탄 아프가니
|
12
|
+
:ALL:
|
13
|
+
:one: 알바니아 레크
|
14
|
+
:AMD:
|
15
|
+
:one: 아르메니아 드람
|
16
|
+
:ANG:
|
17
|
+
:one: 네덜란드령 안틸레스 길더
|
18
|
+
:AOA:
|
19
|
+
:one: 앙골라 콴자
|
20
|
+
:AOK:
|
21
|
+
:one: 앙골라 콴자 (1977-1990)
|
22
|
+
:AON:
|
23
|
+
:one: 앙골라 신콴자 (1990-2000)
|
24
|
+
:AOR:
|
25
|
+
:one: 앙골라 재조정 콴자 (1995-1999)
|
26
|
+
:ARA:
|
27
|
+
:one: 아르헨티나 오스트랄
|
28
|
+
:ARL:
|
29
|
+
:one: 아르헨티나 페소 레이 (1970-1983)
|
30
|
+
:ARM:
|
31
|
+
:one: 아르헨티나 페소 (18810-1970)
|
32
|
+
:ARP:
|
33
|
+
:one: 아르헨티나 페소 (1983-1985)
|
34
|
+
:ARS:
|
35
|
+
:one: 아르헨티나 페소
|
36
|
+
:ATS:
|
37
|
+
:one: 호주 실링
|
38
|
+
:AUD:
|
39
|
+
:one: 호주 달러
|
40
|
+
:symbol: AU$
|
41
|
+
:AWG:
|
42
|
+
:one: 아루바 플로린
|
43
|
+
:AZM:
|
44
|
+
:one: 아제르바이젠 마나트(1993-2006)
|
45
|
+
:AZN:
|
46
|
+
:one: 아제르바이잔 마나트
|
47
|
+
:BAD:
|
48
|
+
:one: 보스니아-헤르체고비나 디나르
|
49
|
+
:BAM:
|
50
|
+
:one: 보스니아-헤르체고비나 태환 마르크
|
51
|
+
:BAN:
|
52
|
+
:one: 보스니아-헤르체고비나 신디나르 (1994-1997)
|
53
|
+
:BBD:
|
54
|
+
:one: 바베이도스 달러
|
55
|
+
:BDT:
|
56
|
+
:one: 방글라데시 타카
|
57
|
+
:BEC:
|
58
|
+
:one: 벨기에 프랑 (태환)
|
59
|
+
:BEF:
|
60
|
+
:one: 벨기에 프랑
|
61
|
+
:BEL:
|
62
|
+
:one: 벨기에 프랑 (금융)
|
63
|
+
:BGL:
|
64
|
+
:one: 불가리아 동전 렛
|
65
|
+
:BGM:
|
66
|
+
:one: 불가리아 사회주의자 렛
|
67
|
+
:BGN:
|
68
|
+
:one: 불가리아 신권 렛
|
69
|
+
:BGO:
|
70
|
+
:one: 불가리아 렛 (1879-1952)
|
71
|
+
:BHD:
|
72
|
+
:one: 바레인 디나르
|
73
|
+
:BIF:
|
74
|
+
:one: 부룬디 프랑
|
75
|
+
:BMD:
|
76
|
+
:one: 버뮤다 달러
|
77
|
+
:BND:
|
78
|
+
:one: 부루나이 달러
|
79
|
+
:BOB:
|
80
|
+
:one: 볼리비아노
|
81
|
+
:BOL:
|
82
|
+
:one: 볼리비아 볼리비아노 (1863-1963)
|
83
|
+
:BOP:
|
84
|
+
:one: 볼리비아노 페소
|
85
|
+
:BOV:
|
86
|
+
:one: 볼리비아노 Mvdol(기금)
|
87
|
+
:BRB:
|
88
|
+
:one: 볼리비아노 크루제이루 노보 (1967-1986)
|
89
|
+
:BRC:
|
90
|
+
:one: 브라질 크루자두
|
91
|
+
:BRE:
|
92
|
+
:one: 브라질 크루제이루 (1990-1993)
|
93
|
+
:BRL:
|
94
|
+
:one: 브라질 레알
|
95
|
+
:symbol: R$
|
96
|
+
:BRN:
|
97
|
+
:one: 브라질 크루자두 노보
|
98
|
+
:BRR:
|
99
|
+
:one: 브라질 크루제이루
|
100
|
+
:BRZ:
|
101
|
+
:one: 브라질 크루제이루 (1942-1967)
|
102
|
+
:BSD:
|
103
|
+
:one: 바하마 달러
|
104
|
+
:BTN:
|
105
|
+
:one: 부탄 눌투눔
|
106
|
+
:BUK:
|
107
|
+
:one: 버마 차트
|
108
|
+
:BWP:
|
109
|
+
:one: 보츠와나 폴라
|
110
|
+
:BYB:
|
111
|
+
:one: 벨라루스 신권 루블 (1994-1999)
|
112
|
+
:BYR:
|
113
|
+
:one: 벨라루스 루블
|
114
|
+
:BZD:
|
115
|
+
:one: 벨리즈 달러
|
116
|
+
:CAD:
|
117
|
+
:one: 캐나다 달러
|
118
|
+
:symbol: CA$
|
119
|
+
:CDF:
|
120
|
+
:one: 콩고 프랑 콩골라스
|
121
|
+
:CHE:
|
122
|
+
:one: 유로 (WIR)
|
123
|
+
:CHF:
|
124
|
+
:one: 스위스 프랑
|
125
|
+
:CHW:
|
126
|
+
:one: 프랑 (WIR)
|
127
|
+
:CLE:
|
128
|
+
:one: 칠레 에스쿠도
|
129
|
+
:CLF:
|
130
|
+
:one: 칠레 (UF)
|
131
|
+
:CLP:
|
132
|
+
:one: 칠레 페소
|
133
|
+
:CNY:
|
134
|
+
:one: 중국 위안 인민폐
|
135
|
+
:symbol: CN¥
|
136
|
+
:COP:
|
137
|
+
:one: 콜롬비아 페소
|
138
|
+
:COU:
|
139
|
+
:one: 콜롬비아 실가 단위
|
140
|
+
:CRC:
|
141
|
+
:one: 코스타리카 콜론
|
142
|
+
:CSD:
|
143
|
+
:one: 고 세르비아 디나르
|
144
|
+
:CSK:
|
145
|
+
:one: 체코슬로바키아 동전 코루나
|
146
|
+
:CUC:
|
147
|
+
:one: 쿠바 태환 페소
|
148
|
+
:CUP:
|
149
|
+
:one: 쿠바 페소
|
150
|
+
:CVE:
|
151
|
+
:one: 카보베르데 에스쿠도
|
152
|
+
:CYP:
|
153
|
+
:one: 싸이프러스 파운드
|
154
|
+
:CZK:
|
155
|
+
:one: 체코 공화국 코루나
|
156
|
+
:DDM:
|
157
|
+
:one: 동독 오스트마르크
|
158
|
+
:DEM:
|
159
|
+
:one: 독일 마르크
|
160
|
+
:DJF:
|
161
|
+
:one: 지부티 프랑
|
162
|
+
:DKK:
|
163
|
+
:one: 덴마크 크로네
|
164
|
+
:DOP:
|
165
|
+
:one: 도미니카 페소
|
166
|
+
:DZD:
|
167
|
+
:one: 알제리 디나르
|
168
|
+
:ECS:
|
169
|
+
:one: 에쿠아도르 수크레
|
170
|
+
:ECV:
|
171
|
+
:one: 에콰도르 (UVC)
|
172
|
+
:EEK:
|
173
|
+
:one: 에스토니아 크룬
|
174
|
+
:EGP:
|
175
|
+
:one: 이집트 파운드
|
176
|
+
:ERN:
|
177
|
+
:one: 에리트리아 나크파
|
178
|
+
:ESA:
|
179
|
+
:one: 스페인 페세타(예금)
|
180
|
+
:ESB:
|
181
|
+
:one: 스페인 페세타(변환 예금)
|
182
|
+
:ESP:
|
183
|
+
:one: 스페인 페세타
|
184
|
+
:ETB:
|
185
|
+
:one: 이디오피아 비르
|
186
|
+
:EUR:
|
187
|
+
:one: 유로화
|
188
|
+
:symbol: €
|
189
|
+
:FIM:
|
190
|
+
:one: 핀란드 마르카
|
191
|
+
:FJD:
|
192
|
+
:one: 피지 달러
|
193
|
+
:FKP:
|
194
|
+
:one: 포클랜드제도 파운드
|
195
|
+
:FRF:
|
196
|
+
:one: 프랑스 프랑
|
197
|
+
:GBP:
|
198
|
+
:one: 영국령 파운드 스털링
|
199
|
+
:symbol: £
|
200
|
+
:GEK:
|
201
|
+
:one: 그루지야 지폐 라리트
|
202
|
+
:GEL:
|
203
|
+
:one: 그루지야 라리
|
204
|
+
:GHC:
|
205
|
+
:one: 가나 시디 (1979-2007)
|
206
|
+
:GHS:
|
207
|
+
:one: 가나 시디
|
208
|
+
:GIP:
|
209
|
+
:one: 지브롤터 파운드
|
210
|
+
:GMD:
|
211
|
+
:one: 감비아 달라시
|
212
|
+
:GNF:
|
213
|
+
:one: 기니 프랑
|
214
|
+
:GNS:
|
215
|
+
:one: 기니 시리
|
216
|
+
:GQE:
|
217
|
+
:one: 적도 기니 에쿨 (Ekwele)
|
218
|
+
:GRD:
|
219
|
+
:one: 그리스 드라크마
|
220
|
+
:GTQ:
|
221
|
+
:one: 과테말라 케트살
|
222
|
+
:GWE:
|
223
|
+
:one: 포르투갈령 기니 에스쿠도
|
224
|
+
:GWP:
|
225
|
+
:one: 기네비쏘 페소
|
226
|
+
:GYD:
|
227
|
+
:one: 가이아나 달러
|
228
|
+
:HKD:
|
229
|
+
:one: 홍콩 달러
|
230
|
+
:symbol: HK$
|
231
|
+
:HNL:
|
232
|
+
:one: 온두라스 렘피라
|
233
|
+
:HRD:
|
234
|
+
:one: 크로아티아 디나르
|
235
|
+
:HRK:
|
236
|
+
:one: 크로아티아 쿠나
|
237
|
+
:HTG:
|
238
|
+
:one: 하이티 구르드
|
239
|
+
:HUF:
|
240
|
+
:one: 헝가리 포린트
|
241
|
+
:IDR:
|
242
|
+
:one: 인도네시아 루피아
|
243
|
+
:IEP:
|
244
|
+
:one: 아일랜드 파운드
|
245
|
+
:ILP:
|
246
|
+
:one: 이스라엘 파운드
|
247
|
+
:ILS:
|
248
|
+
:one: 이스라엘 신권 세켈
|
249
|
+
:symbol: ₪
|
250
|
+
:INR:
|
251
|
+
:one: 인도 루피
|
252
|
+
:symbol: ₹
|
253
|
+
:IQD:
|
254
|
+
:one: 이라크 디나르
|
255
|
+
:IRR:
|
256
|
+
:one: 이란 리얄
|
257
|
+
:ISK:
|
258
|
+
:one: 아이슬란드 크로나
|
259
|
+
:ITL:
|
260
|
+
:one: 이탈리아 리라
|
261
|
+
:JMD:
|
262
|
+
:one: 자메이카 달러
|
263
|
+
:JOD:
|
264
|
+
:one: 요르단 디나르
|
265
|
+
:JPY:
|
266
|
+
:one: 일본 엔화
|
267
|
+
:symbol: JP¥
|
268
|
+
:KES:
|
269
|
+
:one: 케냐 실링
|
270
|
+
:KGS:
|
271
|
+
:one: 키르기스스탄 솜
|
272
|
+
:KHR:
|
273
|
+
:one: 캄보디아 리얄
|
274
|
+
:KMF:
|
275
|
+
:one: 코모르 프랑
|
276
|
+
:KPW:
|
277
|
+
:one: 조선 민주주의 인민 공화국 원
|
278
|
+
:KRH:
|
279
|
+
:one: 대한민국 환 (1953-1962)
|
280
|
+
:KRW:
|
281
|
+
:one: 대한민국 원
|
282
|
+
:symbol: ₩
|
283
|
+
:KWD:
|
284
|
+
:one: 쿠웨이트 디나르
|
285
|
+
:KYD:
|
286
|
+
:one: 케이맨 제도 달러
|
287
|
+
:KZT:
|
288
|
+
:one: 카자흐스탄 텐게
|
289
|
+
:LAK:
|
290
|
+
:one: 라오스 키프
|
291
|
+
:LBP:
|
292
|
+
:one: 레바논 파운드
|
293
|
+
:LKR:
|
294
|
+
:one: 스리랑카 루피
|
295
|
+
:LRD:
|
296
|
+
:one: 라이베리아 달러
|
297
|
+
:LSL:
|
298
|
+
:one: 레소토 로티
|
299
|
+
:LTL:
|
300
|
+
:one: 리투아니아 리타
|
301
|
+
:LTT:
|
302
|
+
:one: 룩셈부르크 타로나
|
303
|
+
:LUC:
|
304
|
+
:one: 룩셈부르크 변환 프랑
|
305
|
+
:LUF:
|
306
|
+
:one: 룩셈부르크 프랑
|
307
|
+
:LUL:
|
308
|
+
:one: 룩셈부르크 재정 프랑
|
309
|
+
:LVL:
|
310
|
+
:one: 라트비아 라트
|
311
|
+
:LVR:
|
312
|
+
:one: 라트비아 루블
|
313
|
+
:LYD:
|
314
|
+
:one: 리비아 디나르
|
315
|
+
:MAD:
|
316
|
+
:one: 모로코 디렘
|
317
|
+
:MAF:
|
318
|
+
:one: 모로코 프랑
|
319
|
+
:MCF:
|
320
|
+
:one: 모나코 프랑
|
321
|
+
:MDC:
|
322
|
+
:one: 몰도바 쿠폰
|
323
|
+
:MDL:
|
324
|
+
:one: 몰도바 레이
|
325
|
+
:MGA:
|
326
|
+
:one: 마다가스카르 아리아리
|
327
|
+
:MGF:
|
328
|
+
:one: 마다가스카르 프랑
|
329
|
+
:MKD:
|
330
|
+
:one: 마케도니아 디나르
|
331
|
+
:MLF:
|
332
|
+
:one: 말리 프랑
|
333
|
+
:MMK:
|
334
|
+
:one: 미얀마 키얏
|
335
|
+
:MNT:
|
336
|
+
:one: 몽골 투그릭
|
337
|
+
:MOP:
|
338
|
+
:one: 마카오 파타카
|
339
|
+
:MRO:
|
340
|
+
:one: 모리타니 우기야
|
341
|
+
:MTL:
|
342
|
+
:one: 몰타 리라
|
343
|
+
:MTP:
|
344
|
+
:one: 몰타 파운드
|
345
|
+
:MUR:
|
346
|
+
:one: 모리셔스 루피
|
347
|
+
:MVR:
|
348
|
+
:one: 몰디브 제도 루피아
|
349
|
+
:MWK:
|
350
|
+
:one: 말라위 콰쳐
|
351
|
+
:MXN:
|
352
|
+
:one: 멕시코 페소
|
353
|
+
:symbol: MX$
|
354
|
+
:MXP:
|
355
|
+
:one: 멕시코 실버 페소 (1861-1992)
|
356
|
+
:MXV:
|
357
|
+
:one: 멕시코 (UDI)
|
358
|
+
:MYR:
|
359
|
+
:one: 말레이시아 링깃
|
360
|
+
:MZE:
|
361
|
+
:one: 모잠비크 에스쿠도
|
362
|
+
:MZM:
|
363
|
+
:one: 고 모잠비크 메티칼
|
364
|
+
:MZN:
|
365
|
+
:one: 모잠비크 메티칼
|
366
|
+
:NAD:
|
367
|
+
:one: 나미비아 달러
|
368
|
+
:NGN:
|
369
|
+
:one: 니제르 나이라
|
370
|
+
:NIC:
|
371
|
+
:one: 니카라과 코르도바
|
372
|
+
:NIO:
|
373
|
+
:one: 니카라과 코르도바 오로
|
374
|
+
:NLG:
|
375
|
+
:one: 네델란드 길더
|
376
|
+
:NOK:
|
377
|
+
:one: 노르웨이 크로네
|
378
|
+
:NPR:
|
379
|
+
:one: 네팔 루피
|
380
|
+
:NZD:
|
381
|
+
:one: 뉴질랜드 달러
|
382
|
+
:symbol: NZ$
|
383
|
+
:OMR:
|
384
|
+
:one: 오만 리얄
|
385
|
+
:PAB:
|
386
|
+
:one: 파나마 발보아
|
387
|
+
:PEI:
|
388
|
+
:one: 페루 인티
|
389
|
+
:PEN:
|
390
|
+
:one: 페루 솔 누에보
|
391
|
+
:PES:
|
392
|
+
:one: 페루 솔
|
393
|
+
:PGK:
|
394
|
+
:one: 파푸아뉴기니 키나
|
395
|
+
:PHP:
|
396
|
+
:one: 필리핀 페소
|
397
|
+
:PKR:
|
398
|
+
:one: 파키스탄 루피
|
399
|
+
:PLN:
|
400
|
+
:one: 폴란드 즐로티
|
401
|
+
:PLZ:
|
402
|
+
:one: 폴란드 즐로티 (1950-1995)
|
403
|
+
:PTE:
|
404
|
+
:one: 포르투갈 에스쿠도
|
405
|
+
:PYG:
|
406
|
+
:one: 파라과이 과라니
|
407
|
+
:QAR:
|
408
|
+
:one: 카타르 리얄
|
409
|
+
:RHD:
|
410
|
+
:one: 로디지아 달러
|
411
|
+
:ROL:
|
412
|
+
:one: 루마니아 레이
|
413
|
+
:RON:
|
414
|
+
:one: 루마니아 레우
|
415
|
+
:RSD:
|
416
|
+
:one: 세르비아 디나르
|
417
|
+
:RUB:
|
418
|
+
:one: 러시아 루블
|
419
|
+
:RUR:
|
420
|
+
:one: 러시아 루블 (1991-1998)
|
421
|
+
:RWF:
|
422
|
+
:one: 르완다 프랑
|
423
|
+
:SAR:
|
424
|
+
:one: 사우디아라비아 리얄
|
425
|
+
:SBD:
|
426
|
+
:one: 솔로몬 제도 달러
|
427
|
+
:SCR:
|
428
|
+
:one: 세이쉴 루피
|
429
|
+
:SDD:
|
430
|
+
:one: 수단 디나르
|
431
|
+
:SDG:
|
432
|
+
:one: 수단 파운드
|
433
|
+
:SDP:
|
434
|
+
:one: 고 수단 파운드
|
435
|
+
:SEK:
|
436
|
+
:one: 스웨덴 크로나
|
437
|
+
:SGD:
|
438
|
+
:one: 싱가폴 달러
|
439
|
+
:SHP:
|
440
|
+
:one: 세인트헬레나 파운드
|
441
|
+
:SIT:
|
442
|
+
:one: 슬로베니아 톨라르
|
443
|
+
:SKK:
|
444
|
+
:one: 슬로바키아 코루나
|
445
|
+
:SLL:
|
446
|
+
:one: 시에라리온 리온
|
447
|
+
:SOS:
|
448
|
+
:one: 소말리아 실링
|
449
|
+
:SRD:
|
450
|
+
:one: 수리남 달러
|
451
|
+
:SRG:
|
452
|
+
:one: 수리남 길더
|
453
|
+
:SSP:
|
454
|
+
:one: 남수단 파운드
|
455
|
+
:STD:
|
456
|
+
:one: 상투메 프린시페 도브라
|
457
|
+
:SUR:
|
458
|
+
:one: 소련 루블
|
459
|
+
:SVC:
|
460
|
+
:one: 엘살바도르 콜론
|
461
|
+
:SYP:
|
462
|
+
:one: 시리아 파운드
|
463
|
+
:SZL:
|
464
|
+
:one: 스와질란드 릴랑게니
|
465
|
+
:THB:
|
466
|
+
:one: 태국 바트
|
467
|
+
:symbol: ฿
|
468
|
+
:TJR:
|
469
|
+
:one: 타지키스탄 루블
|
470
|
+
:TJS:
|
471
|
+
:one: 타지키스탄 소모니
|
472
|
+
:TMM:
|
473
|
+
:one: 투르크메니스탄 마나트 (1993-2009)
|
474
|
+
:TMT:
|
475
|
+
:one: 투르크메니스탄 마나트
|
476
|
+
:TND:
|
477
|
+
:one: 튀니지 디나르
|
478
|
+
:TOP:
|
479
|
+
:one: 통가 파앙가
|
480
|
+
:TPE:
|
481
|
+
:one: 티모르 에스쿠도
|
482
|
+
:TRL:
|
483
|
+
:one: 터키 리라
|
484
|
+
:TRY:
|
485
|
+
:one: 신 터키 리라
|
486
|
+
:TTD:
|
487
|
+
:one: 트리니다드 토바고 달러
|
488
|
+
:TWD:
|
489
|
+
:one: 대만 신권 달러
|
490
|
+
:symbol: NT$
|
491
|
+
:TZS:
|
492
|
+
:one: 탄자니아 실링
|
493
|
+
:UAH:
|
494
|
+
:one: 우크라이나 그리브나
|
495
|
+
:UAK:
|
496
|
+
:one: 우크라이나 카보바네츠
|
497
|
+
:UGS:
|
498
|
+
:one: 우간다 실링 (1966-1987)
|
499
|
+
:UGX:
|
500
|
+
:one: 우간다 실링
|
501
|
+
:USD:
|
502
|
+
:one: 미국 달러
|
503
|
+
:symbol: US$
|
504
|
+
:USN:
|
505
|
+
:one: 미국 달러(다음날)
|
506
|
+
:USS:
|
507
|
+
:one: 미국 달러(당일)
|
508
|
+
:UYI:
|
509
|
+
:one: 우루과이 페소 (UI)
|
510
|
+
:UYP:
|
511
|
+
:one: 우루과이 페소 (1975-1993)
|
512
|
+
:UYU:
|
513
|
+
:one: 우루과이 페소 우루과요
|
514
|
+
:UZS:
|
515
|
+
:one: 우즈베키스탄 숨
|
516
|
+
:VEB:
|
517
|
+
:one: 베네주엘라 볼리바르 (1871-2008)
|
518
|
+
:VEF:
|
519
|
+
:one: 베네주엘라 볼리바르
|
520
|
+
:VND:
|
521
|
+
:one: 베트남 동
|
522
|
+
:symbol: ₫
|
523
|
+
:VNN:
|
524
|
+
:one: 베트남 동 (1978-1985)
|
525
|
+
:VUV:
|
526
|
+
:one: 바누아투 바투
|
527
|
+
:WST:
|
528
|
+
:one: 서 사모아 탈라
|
529
|
+
:XAF:
|
530
|
+
:one: CFA 프랑 BEAC
|
531
|
+
:symbol: FCFA
|
532
|
+
:XAG:
|
533
|
+
:one: 은화
|
534
|
+
:XAU:
|
535
|
+
:one: 금
|
536
|
+
:XBA:
|
537
|
+
:one: 유르코 (유럽 회계 단위)
|
538
|
+
:XBB:
|
539
|
+
:one: 유럽 통화 동맹
|
540
|
+
:XBC:
|
541
|
+
:one: 유럽 계산 단위 (XBC)
|
542
|
+
:XBD:
|
543
|
+
:one: 유럽 계산 단위 (XBD)
|
544
|
+
:XCD:
|
545
|
+
:one: 동카리브 달러
|
546
|
+
:symbol: EC$
|
547
|
+
:XDR:
|
548
|
+
:one: 특별인출권
|
549
|
+
:XEU:
|
550
|
+
:one: 유럽 환율 단위
|
551
|
+
:XFO:
|
552
|
+
:one: 프랑스 프랑 (Gold)
|
553
|
+
:XFU:
|
554
|
+
:one: 프랑스 프랑 (UIC)
|
555
|
+
:XOF:
|
556
|
+
:one: CFA 프랑 BCEAO
|
557
|
+
:symbol: CFA
|
558
|
+
:XPD:
|
559
|
+
:one: 팔라듐
|
560
|
+
:XPF:
|
561
|
+
:one: CFP 프랑
|
562
|
+
:symbol: CFPF
|
563
|
+
:XPT:
|
564
|
+
:one: 백금
|
565
|
+
:XRE:
|
566
|
+
:one: RINET 기금
|
567
|
+
:XTS:
|
568
|
+
:one: 테스트 통화 코드
|
569
|
+
:XXX:
|
570
|
+
:one: 알수없거나 유효하지않은 통화단위
|
571
|
+
:YDD:
|
572
|
+
:one: 예멘 디나르
|
573
|
+
:YER:
|
574
|
+
:one: 예멘 리알
|
575
|
+
:YUD:
|
576
|
+
:one: 유고슬라비아 동전 디나르
|
577
|
+
:YUM:
|
578
|
+
:one: 유고슬라비아 노비 디나르
|
579
|
+
:YUN:
|
580
|
+
:one: 유고슬라비아 전환 디나르
|
581
|
+
:ZAL:
|
582
|
+
:one: 남아프리카 랜드 (금융)
|
583
|
+
:ZAR:
|
584
|
+
:one: 남아프리카 랜드
|
585
|
+
:ZMK:
|
586
|
+
:one: 쟘비아 콰쳐
|
587
|
+
:ZRN:
|
588
|
+
:one: 자이르 신권 자이르
|
589
|
+
:ZRZ:
|
590
|
+
:one: 자이르 자이르
|
591
|
+
:ZWD:
|
592
|
+
:one: 짐바브웨 달러
|
593
|
+
:ZWL:
|
594
|
+
:one: 짐바브웨 달러 (2009)
|
595
|
+
:ZWR:
|
596
|
+
:one: 짐바브웨 달러 (2008)
|