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 ribu
|
15
|
+
10000: 00 ribu
|
16
|
+
100000: 000 ribu
|
17
|
+
1000000: 0 juta
|
18
|
+
10000000: 00 juta
|
19
|
+
100000000: 000 juta
|
20
|
+
1000000000: 0 miliar
|
21
|
+
10000000000: 00 miliar
|
22
|
+
100000000000: 000 miliar
|
23
|
+
1000000000000: 0 triliun
|
24
|
+
10000000000000: 00 triliun
|
25
|
+
100000000000000: 000 triliun
|
13
26
|
:short:
|
14
27
|
1000: 0
|
15
28
|
10000: 00 rb
|
16
29
|
100000: 000 rb
|
17
|
-
1000000: 0
|
30
|
+
1000000: 0 jt
|
18
31
|
10000000: 00 jt
|
19
32
|
100000000: 000 jt
|
20
|
-
1000000000: 0
|
33
|
+
1000000000: 0 M
|
21
34
|
10000000000: 00 M
|
22
35
|
100000000000: 000 M
|
23
|
-
1000000000000: 0
|
36
|
+
1000000000000: 0 T
|
24
37
|
10000000000000: 00 T
|
25
38
|
100000000000000: 000 T
|
26
39
|
:percent:
|
@@ -8,13 +8,9 @@
|
|
8
8
|
:other: ! '{0} hr'
|
9
9
|
:day-future:
|
10
10
|
:default:
|
11
|
-
0: Dalam 0 hari
|
12
|
-
1: Dalam 1 hari
|
13
11
|
:other: Dalam {0} hari
|
14
12
|
:day-past:
|
15
13
|
:default:
|
16
|
-
0: 0 hari yang lalu
|
17
|
-
1: 1 hari yang lalu
|
18
14
|
:other: ! '{0} hari yang lalu'
|
19
15
|
:hour:
|
20
16
|
:default:
|
@@ -23,13 +19,9 @@
|
|
23
19
|
:other: ! '{0} jam'
|
24
20
|
:hour-future:
|
25
21
|
:default:
|
26
|
-
0: Dalam 0 jam
|
27
|
-
1: Dalam 1 jam
|
28
22
|
:other: Dalam {0} jam
|
29
23
|
:hour-past:
|
30
24
|
:default:
|
31
|
-
0: 0 jam yang lalu
|
32
|
-
1: 1 jam yang lalu
|
33
25
|
:other: ! '{0} jam yang lalu'
|
34
26
|
:minute:
|
35
27
|
:default:
|
@@ -38,13 +30,9 @@
|
|
38
30
|
:other: ! '{0} mnt'
|
39
31
|
:minute-future:
|
40
32
|
:default:
|
41
|
-
0: Dalam 0 menit
|
42
|
-
1: Dalam 1 menit
|
43
33
|
:other: Dalam {0} menit
|
44
34
|
:minute-past:
|
45
35
|
:default:
|
46
|
-
0: 0 menit yang lalu
|
47
|
-
1: 1 menit yang lalu
|
48
36
|
:other: ! '{0} menit yang lalu'
|
49
37
|
:month:
|
50
38
|
:default:
|
@@ -53,13 +41,9 @@
|
|
53
41
|
:other: ! '{0} bln'
|
54
42
|
:month-future:
|
55
43
|
:default:
|
56
|
-
0: Dalam 0 bulan
|
57
|
-
1: Dalam 1 bulan
|
58
44
|
:other: Dalam {0} bulan
|
59
45
|
:month-past:
|
60
46
|
:default:
|
61
|
-
0: 0 bulan yang lalu
|
62
|
-
1: 1 bulan yang lalu
|
63
47
|
:other: ! '{0} bulan yang lalu'
|
64
48
|
:second:
|
65
49
|
:default:
|
@@ -68,13 +52,9 @@
|
|
68
52
|
:other: ! '{0} dtk'
|
69
53
|
:second-future:
|
70
54
|
:default:
|
71
|
-
0: Dalam 0 detik
|
72
|
-
1: Dalam 1 detik
|
73
55
|
:other: Dalam {0} detik
|
74
56
|
:second-past:
|
75
57
|
:default:
|
76
|
-
0: 0 detik yang lalu
|
77
|
-
1: 1 detik yang lalu
|
78
58
|
:other: ! '{0} detik yang lalu'
|
79
59
|
:week:
|
80
60
|
:default:
|
@@ -83,13 +63,9 @@
|
|
83
63
|
:other: ! '{0} mggu'
|
84
64
|
:week-future:
|
85
65
|
:default:
|
86
|
-
0: Dalam 0 minggu
|
87
|
-
1: Dalam 1 minggu
|
88
66
|
:other: Dalam {0} minggu
|
89
67
|
:week-past:
|
90
68
|
:default:
|
91
|
-
0: 0 minggu yang lalu
|
92
|
-
1: 1 minggu yang lalu
|
93
69
|
:other: ! '{0} minggu yang lalu'
|
94
70
|
:year:
|
95
71
|
:default:
|
@@ -98,11 +74,7 @@
|
|
98
74
|
:other: ! '{0} thn'
|
99
75
|
:year-future:
|
100
76
|
:default:
|
101
|
-
0: Dalam 0 tahun
|
102
|
-
1: Dalam 1 tahun
|
103
77
|
:other: Dalam {0} tahun
|
104
78
|
:year-past:
|
105
79
|
:default:
|
106
|
-
0: 0 tahun yang lalu
|
107
|
-
1: 1 tahun yang lalu
|
108
80
|
:other: ! '{0} tahun yang lalu'
|
@@ -2,6 +2,36 @@
|
|
2
2
|
:it:
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
|
+
:additional_formats:
|
6
|
+
:Ed: E d
|
7
|
+
:H: HH
|
8
|
+
:Hm: HH:mm
|
9
|
+
:Hms: HH:mm:ss
|
10
|
+
:M: L
|
11
|
+
:MEd: E d/M
|
12
|
+
:MMM: LLL
|
13
|
+
:MMMEd: E d MMM
|
14
|
+
:MMMMdd: dd MMMM
|
15
|
+
:MMMd: d MMM
|
16
|
+
:MMdd: dd/MM
|
17
|
+
:Md: d/M
|
18
|
+
:d: d
|
19
|
+
:h: hh a
|
20
|
+
:hm: hh:mm a
|
21
|
+
:hms: hh:mm:ss a
|
22
|
+
:ms: mm:ss
|
23
|
+
:y: y
|
24
|
+
:yM: M/y
|
25
|
+
:yMEd: E d/M/y
|
26
|
+
:yMMM: MMM y
|
27
|
+
:yMMMEd: E d MMM y
|
28
|
+
:yMMMd: d MMM y
|
29
|
+
:yMd: d/M/y
|
30
|
+
:yQQQ: QQQ y
|
31
|
+
:yQQQQ: QQQQ y
|
32
|
+
:yyMM: MM/yy
|
33
|
+
:yyQQQQ: QQQQ yy
|
34
|
+
:yyyyMMMM: MMMM y
|
5
35
|
:days:
|
6
36
|
:format:
|
7
37
|
:abbreviated:
|
@@ -13,6 +43,14 @@
|
|
13
43
|
:tue: mar
|
14
44
|
:wed: mer
|
15
45
|
:narrow: :calendars.gregorian.days.stand-alone.narrow
|
46
|
+
:short:
|
47
|
+
:fri: ven
|
48
|
+
:mon: lun
|
49
|
+
:sat: sab
|
50
|
+
:sun: dom
|
51
|
+
:thu: gio
|
52
|
+
:tue: mar
|
53
|
+
:wed: mer
|
16
54
|
:wide:
|
17
55
|
:fri: venerdì
|
18
56
|
:mon: lunedì
|
@@ -31,6 +69,14 @@
|
|
31
69
|
:thu: G
|
32
70
|
:tue: M
|
33
71
|
:wed: M
|
72
|
+
:short:
|
73
|
+
:fri: ven
|
74
|
+
:mon: lun
|
75
|
+
:sat: sab
|
76
|
+
:sun: dom
|
77
|
+
:thu: gio
|
78
|
+
:tue: mar
|
79
|
+
:wed: mer
|
34
80
|
:wide:
|
35
81
|
:fri: Venerdì
|
36
82
|
:mon: Lunedì
|
@@ -107,6 +153,7 @@
|
|
107
153
|
8: ago
|
108
154
|
9: set
|
109
155
|
:narrow:
|
156
|
+
1: G
|
110
157
|
10: O
|
111
158
|
11: N
|
112
159
|
12: D
|
@@ -133,6 +180,7 @@
|
|
133
180
|
9: settembre
|
134
181
|
:stand-alone:
|
135
182
|
:abbreviated:
|
183
|
+
1: gen
|
136
184
|
10: ott
|
137
185
|
11: nov
|
138
186
|
12: dic
|
@@ -173,10 +221,12 @@
|
|
173
221
|
:periods:
|
174
222
|
:format:
|
175
223
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
176
|
-
:narrow:
|
177
|
-
:wide:
|
224
|
+
:narrow:
|
178
225
|
:am: m.
|
179
226
|
:pm: p.
|
227
|
+
:wide:
|
228
|
+
:am: AM
|
229
|
+
:pm: PM
|
180
230
|
:stand-alone: {}
|
181
231
|
:quarters:
|
182
232
|
:format:
|
@@ -198,13 +248,16 @@
|
|
198
248
|
:stand-alone:
|
199
249
|
:abbreviated:
|
200
250
|
1: T1
|
251
|
+
2: T2
|
252
|
+
3: T3
|
253
|
+
4: T4
|
201
254
|
:narrow:
|
202
255
|
1: 1
|
203
256
|
2: 2
|
204
257
|
3: 3
|
205
258
|
4: 4
|
206
259
|
:wide:
|
207
|
-
1:
|
208
|
-
2:
|
209
|
-
3:
|
210
|
-
4:
|
260
|
+
1: Primo trimestre
|
261
|
+
2: Secondo trimestre
|
262
|
+
3: Terzo trimestre
|
263
|
+
4: Quarto trimestre
|
@@ -0,0 +1,722 @@
|
|
1
|
+
---
|
2
|
+
:it:
|
3
|
+
:currencies:
|
4
|
+
:ADP:
|
5
|
+
:one: Peseta Andorrana
|
6
|
+
:AED:
|
7
|
+
:one: dirham degli EAU
|
8
|
+
:other: dirham degli EAU
|
9
|
+
:AFA:
|
10
|
+
:one: Afgani (1927-2002)
|
11
|
+
:AFN:
|
12
|
+
:one: afghani
|
13
|
+
:other: afghani
|
14
|
+
:ALL:
|
15
|
+
:one: lek albanese
|
16
|
+
:other: lek albanese
|
17
|
+
:AMD:
|
18
|
+
:one: dram
|
19
|
+
:other: dram
|
20
|
+
:ANG:
|
21
|
+
:one: fiorino delle Antille Olandesi
|
22
|
+
:other: fiorini delle Antille Olandesi
|
23
|
+
:AOA:
|
24
|
+
:one: kwanza angolano
|
25
|
+
:other: kwanza angolani
|
26
|
+
:AOK:
|
27
|
+
:one: Kwanza Angolano (1977-1990)
|
28
|
+
:AON:
|
29
|
+
:one: Nuovo Kwanza Angolano (1990-2000)
|
30
|
+
:AOR:
|
31
|
+
:one: Kwanza Reajustado Angolano (1995-1999)
|
32
|
+
:ARA:
|
33
|
+
:one: Austral Argentino
|
34
|
+
:ARP:
|
35
|
+
:one: Peso Argentino (vecchio Cod.)
|
36
|
+
:ARS:
|
37
|
+
:one: peso argentino
|
38
|
+
:other: pesos argentini
|
39
|
+
:ATS:
|
40
|
+
:one: Scellino Austriaco
|
41
|
+
:AUD:
|
42
|
+
:one: dollaro australiano
|
43
|
+
:other: dollari australiani
|
44
|
+
:symbol: A$
|
45
|
+
:AWG:
|
46
|
+
:one: fiorino di Aruba
|
47
|
+
:other: fiorini di Aruba
|
48
|
+
:AZM:
|
49
|
+
:one: Manat Azero (1993-2006)
|
50
|
+
:AZN:
|
51
|
+
:one: manat azero
|
52
|
+
:other: manat azeri
|
53
|
+
:BAD:
|
54
|
+
:one: Dinar Bosnia-Herzegovina
|
55
|
+
:BAM:
|
56
|
+
:one: marco bosniaco
|
57
|
+
:other: marchi bosniaci
|
58
|
+
:BBD:
|
59
|
+
:one: dollaro di Barbados
|
60
|
+
:other: dollari di Barbados
|
61
|
+
:BDT:
|
62
|
+
:one: taka bengalese
|
63
|
+
:other: taka bengalesi
|
64
|
+
:BEC:
|
65
|
+
:one: Franco Belga (convertibile)
|
66
|
+
:BEF:
|
67
|
+
:one: Franco Belga
|
68
|
+
:BEL:
|
69
|
+
:one: Franco Belga (finanziario)
|
70
|
+
:BGL:
|
71
|
+
:one: Lev Bulgaro
|
72
|
+
:BGN:
|
73
|
+
:one: nuovo lev bulgaro
|
74
|
+
:other: nuovi lev bulgari
|
75
|
+
:symbol: Lv
|
76
|
+
:BHD:
|
77
|
+
:one: dinaro del Bahrain
|
78
|
+
:other: dinari del Bahrain
|
79
|
+
:BIF:
|
80
|
+
:one: franco del Burundi
|
81
|
+
:other: franchi del Burundi
|
82
|
+
:BMD:
|
83
|
+
:one: dollaro delle Bermuda
|
84
|
+
:other: dollari delle Bermuda
|
85
|
+
:BND:
|
86
|
+
:one: dollaro del Brunei
|
87
|
+
:other: dollari del Brunei
|
88
|
+
:BOB:
|
89
|
+
:one: boliviano
|
90
|
+
:other: boliviani
|
91
|
+
:BOP:
|
92
|
+
:one: Peso Boliviano
|
93
|
+
:BOV:
|
94
|
+
:one: Mvdol Boliviano
|
95
|
+
:BRB:
|
96
|
+
:one: Cruzeiro Novo Brasiliano (1967-1986)
|
97
|
+
:BRC:
|
98
|
+
:one: Cruzado Brasiliano
|
99
|
+
:BRE:
|
100
|
+
:one: Cruzeiro Brasiliano (1990-1993)
|
101
|
+
:BRL:
|
102
|
+
:one: real brasiliano
|
103
|
+
:other: real brasiliani
|
104
|
+
:symbol: R$
|
105
|
+
:BRN:
|
106
|
+
:one: Cruzado Novo Brasiliano
|
107
|
+
:BRR:
|
108
|
+
:one: Cruzeiro Brasiliano
|
109
|
+
:BSD:
|
110
|
+
:one: dollaro delle Bahamas
|
111
|
+
:other: dollari delle Bahamas
|
112
|
+
:BTN:
|
113
|
+
:one: ngultrum del Bhutan
|
114
|
+
:other: ngultrum del Bhutan
|
115
|
+
:BUK:
|
116
|
+
:one: Kyat Birmano
|
117
|
+
:BWP:
|
118
|
+
:one: pula del Botswana
|
119
|
+
:other: pula del Botswana
|
120
|
+
:BYB:
|
121
|
+
:one: Nuovo Rublo Bielorussia (1994-1999)
|
122
|
+
:BYR:
|
123
|
+
:one: rublo bielorusso
|
124
|
+
:other: rubli bielorussi
|
125
|
+
:BZD:
|
126
|
+
:one: dollaro del Belize
|
127
|
+
:other: dollari del Belize
|
128
|
+
:CAD:
|
129
|
+
:one: dollaro canadese
|
130
|
+
:other: dollari canadesi
|
131
|
+
:symbol: CA$
|
132
|
+
:CDF:
|
133
|
+
:one: franco congolese
|
134
|
+
:other: franchi congolesi
|
135
|
+
:CHF:
|
136
|
+
:one: franco svizzero
|
137
|
+
:other: franchi svizzeri
|
138
|
+
:CLF:
|
139
|
+
:one: Unidades de Fomento Chilene
|
140
|
+
:CLP:
|
141
|
+
:one: peso cileno
|
142
|
+
:other: pesos cileni
|
143
|
+
:CNY:
|
144
|
+
:one: renmimbi cinese
|
145
|
+
:other: renmimbi cinesi
|
146
|
+
:symbol: CN¥
|
147
|
+
:COP:
|
148
|
+
:one: peso colombiano
|
149
|
+
:other: pesos colombiani
|
150
|
+
:CRC:
|
151
|
+
:one: colón costaricano
|
152
|
+
:other: colón costaricani
|
153
|
+
:CSD:
|
154
|
+
:one: Antico Dinaro Serbo
|
155
|
+
:CSK:
|
156
|
+
:one: Corona forte cecoslovacca
|
157
|
+
:CUC:
|
158
|
+
:one: peso cubano convertibile
|
159
|
+
:other: pesos cubani convertibili
|
160
|
+
:CUP:
|
161
|
+
:one: peso cubano
|
162
|
+
:other: pesos cubani
|
163
|
+
:CVE:
|
164
|
+
:one: Escudo del Capo Verde
|
165
|
+
:other: Escudo del Capo Verde
|
166
|
+
:CYP:
|
167
|
+
:one: Sterlina Cipriota
|
168
|
+
:CZK:
|
169
|
+
:one: corona ceca
|
170
|
+
:other: corone ceche
|
171
|
+
:DDM:
|
172
|
+
:one: Ostmark della Germania Orientale
|
173
|
+
:DEM:
|
174
|
+
:one: Marco Tedesco
|
175
|
+
:DJF:
|
176
|
+
:one: Franco Gibutiano
|
177
|
+
:other: Franco Gibutiano
|
178
|
+
:DKK:
|
179
|
+
:one: corona danese
|
180
|
+
:other: corone danesi
|
181
|
+
:DOP:
|
182
|
+
:one: peso dominicano
|
183
|
+
:other: pesos dominicani
|
184
|
+
:DZD:
|
185
|
+
:one: dinaro algerino
|
186
|
+
:other: dinari algerini
|
187
|
+
:ECS:
|
188
|
+
:one: Sucre dell’Ecuador
|
189
|
+
:ECV:
|
190
|
+
:one: Unidad de Valor Constante (UVC) dell’Ecuador
|
191
|
+
:EEK:
|
192
|
+
:one: Corona dell’Estonia
|
193
|
+
:EGP:
|
194
|
+
:one: sterlina egiziana
|
195
|
+
:other: sterline egiziane
|
196
|
+
:ERN:
|
197
|
+
:one: nakfa eritreo
|
198
|
+
:other: nakfa eritrei
|
199
|
+
:ESA:
|
200
|
+
:one: Peseta Spagnola Account
|
201
|
+
:ESB:
|
202
|
+
:one: Peseta Spagnola Account Convertibile
|
203
|
+
:ESP:
|
204
|
+
:one: Peseta Spagnola
|
205
|
+
:ETB:
|
206
|
+
:one: birr etiopico
|
207
|
+
:other: birr etiopici
|
208
|
+
:EUR:
|
209
|
+
:one: euro
|
210
|
+
:other: euro
|
211
|
+
:symbol: €
|
212
|
+
:FIM:
|
213
|
+
:one: Markka Finlandese
|
214
|
+
:FJD:
|
215
|
+
:one: dollaro delle Figi
|
216
|
+
:other: dollari delle Figi
|
217
|
+
:FKP:
|
218
|
+
:one: sterlina delle Falkland
|
219
|
+
:other: sterline delle Falkland
|
220
|
+
:FRF:
|
221
|
+
:one: Franco Francese
|
222
|
+
:GBP:
|
223
|
+
:one: sterlina inglese
|
224
|
+
:other: sterline inglesi
|
225
|
+
:symbol: £
|
226
|
+
:GEK:
|
227
|
+
:one: Kupon Larit Georgiano
|
228
|
+
:GEL:
|
229
|
+
:one: lari georgiano
|
230
|
+
:other: lari georgiani
|
231
|
+
:GHC:
|
232
|
+
:one: Cedi del Ghana
|
233
|
+
:GHS:
|
234
|
+
:one: cedi ghanese
|
235
|
+
:other: cedi ghanesi
|
236
|
+
:GIP:
|
237
|
+
:one: sterlina di Gibilterra
|
238
|
+
:other: sterline di Gibilterra
|
239
|
+
:GMD:
|
240
|
+
:one: dalasi del Gambia
|
241
|
+
:other: dalasi del Gambia
|
242
|
+
:GNF:
|
243
|
+
:one: franco della Guinea
|
244
|
+
:other: franchi della Guinea
|
245
|
+
:GNS:
|
246
|
+
:one: Syli della Guinea
|
247
|
+
:GQE:
|
248
|
+
:one: Ekwele della Guinea Equatoriale
|
249
|
+
:GRD:
|
250
|
+
:one: Dracma Greca
|
251
|
+
:GTQ:
|
252
|
+
:one: quetzal guatemalteco
|
253
|
+
:other: quetzal guatemaltechi
|
254
|
+
:GWE:
|
255
|
+
:one: Escudo della Guinea portoghese
|
256
|
+
:GWP:
|
257
|
+
:one: Peso della Guinea-Bissau
|
258
|
+
:GYD:
|
259
|
+
:one: dollaro della Guyana
|
260
|
+
:other: dollari della Guyana
|
261
|
+
:HKD:
|
262
|
+
:one: dollaro di Hong Kong
|
263
|
+
:other: dollari di Hong Kong
|
264
|
+
:symbol: HK$
|
265
|
+
:HNL:
|
266
|
+
:one: lempira honduregna
|
267
|
+
:other: lempire honduregne
|
268
|
+
:HRD:
|
269
|
+
:one: Dinaro Croato
|
270
|
+
:HRK:
|
271
|
+
:one: kuna croata
|
272
|
+
:other: kuna croate
|
273
|
+
:HTG:
|
274
|
+
:one: gourde haitiano
|
275
|
+
:other: gourde haitiani
|
276
|
+
:HUF:
|
277
|
+
:one: fiorino ungherese
|
278
|
+
:other: fiorini ungheresi
|
279
|
+
:IDR:
|
280
|
+
:one: rupia indonesiana
|
281
|
+
:other: rupie indonesiane
|
282
|
+
:IEP:
|
283
|
+
:one: Sterlina irlandese
|
284
|
+
:ILP:
|
285
|
+
:one: Sterlina Israeliana
|
286
|
+
:ILS:
|
287
|
+
:one: nuovo shekel israeliano
|
288
|
+
:other: Nuovi shekel israeliani
|
289
|
+
:symbol: ₪
|
290
|
+
:INR:
|
291
|
+
:one: rupia indiana
|
292
|
+
:other: rupie indiane
|
293
|
+
:symbol: ₹
|
294
|
+
:IQD:
|
295
|
+
:one: dinaro iracheno
|
296
|
+
:other: dinari iracheni
|
297
|
+
:IRR:
|
298
|
+
:one: rial iraniano
|
299
|
+
:other: rial iraniani
|
300
|
+
:ISK:
|
301
|
+
:one: corona islandese
|
302
|
+
:other: corone islandesi
|
303
|
+
:symbol: Kr
|
304
|
+
:ITL:
|
305
|
+
:one: Lira Italiana
|
306
|
+
:JMD:
|
307
|
+
:one: dollaro giamaicano
|
308
|
+
:other: dollari giamaicani
|
309
|
+
:JOD:
|
310
|
+
:one: dinaro giordano
|
311
|
+
:other: dinari giordani
|
312
|
+
:JPY:
|
313
|
+
:one: yen giapponese
|
314
|
+
:other: yen giapponesi
|
315
|
+
:symbol: JP¥
|
316
|
+
:KES:
|
317
|
+
:one: scellino keniota
|
318
|
+
:other: scellini keniota
|
319
|
+
:KGS:
|
320
|
+
:one: som Kirghiso
|
321
|
+
:other: som Kirghisi
|
322
|
+
:KHR:
|
323
|
+
:one: riel cambogiano
|
324
|
+
:other: riel cambogiani
|
325
|
+
:KMF:
|
326
|
+
:one: franco Comoriano
|
327
|
+
:other: franchi Comoriani
|
328
|
+
:KPW:
|
329
|
+
:one: won nordcoreano
|
330
|
+
:other: word nordcoreani
|
331
|
+
:KRW:
|
332
|
+
:one: won sudcoreano
|
333
|
+
:other: won sudcoreani
|
334
|
+
:symbol: ₩
|
335
|
+
:KWD:
|
336
|
+
:one: dinaro kuwaitiano
|
337
|
+
:other: dinari kuwaitiani
|
338
|
+
:KYD:
|
339
|
+
:one: dollaro delle Isole Cayman
|
340
|
+
:other: dollari delle Isole Cayman
|
341
|
+
:KZT:
|
342
|
+
:one: tenge kazaco
|
343
|
+
:other: tenge kazaco
|
344
|
+
:LAK:
|
345
|
+
:one: kip laotiano
|
346
|
+
:other: kip laotiani
|
347
|
+
:LBP:
|
348
|
+
:one: sterlina libanese
|
349
|
+
:other: sterline libanesi
|
350
|
+
:LKR:
|
351
|
+
:one: rupia dello Sri Lanka
|
352
|
+
:other: rupie dello Sri Lanka
|
353
|
+
:LRD:
|
354
|
+
:one: dollaro liberiano
|
355
|
+
:other: dollari liberiani
|
356
|
+
:LSL:
|
357
|
+
:one: Loti del Lesotho
|
358
|
+
:LTL:
|
359
|
+
:one: litas lituano
|
360
|
+
:other: litas lituani
|
361
|
+
:LTT:
|
362
|
+
:one: Talonas Lituani
|
363
|
+
:LUC:
|
364
|
+
:one: Franco Convertibile del Lussemburgo
|
365
|
+
:LUF:
|
366
|
+
:one: Franco del Lussemburgo
|
367
|
+
:LUL:
|
368
|
+
:one: Franco Finanziario del Lussemburgo
|
369
|
+
:LVL:
|
370
|
+
:one: lats lettone
|
371
|
+
:other: lati lettoni
|
372
|
+
:LVR:
|
373
|
+
:one: Rublo Lettone
|
374
|
+
:LYD:
|
375
|
+
:one: dinaro libico
|
376
|
+
:other: dinari libici
|
377
|
+
:MAD:
|
378
|
+
:one: dirham marocchino
|
379
|
+
:other: Dirham marocchini
|
380
|
+
:MAF:
|
381
|
+
:one: Franco Marocchino
|
382
|
+
:MDL:
|
383
|
+
:one: leu moldavo
|
384
|
+
:other: leu moldavi
|
385
|
+
:MGA:
|
386
|
+
:one: ariary malgascio
|
387
|
+
:other: ariary malgasci
|
388
|
+
:MGF:
|
389
|
+
:one: Franco Malgascio
|
390
|
+
:MKD:
|
391
|
+
:one: denaro macedone
|
392
|
+
:other: denari macedoni
|
393
|
+
:MLF:
|
394
|
+
:one: Franco di Mali
|
395
|
+
:MMK:
|
396
|
+
:one: kyat di Myanmar
|
397
|
+
:other: kyat di Myanmar
|
398
|
+
:MNT:
|
399
|
+
:one: tugrik mongolo
|
400
|
+
:other: tugrik mongoli
|
401
|
+
:MOP:
|
402
|
+
:one: pataca di Macao
|
403
|
+
:other: patacas di Macao
|
404
|
+
:MRO:
|
405
|
+
:one: ouguiya della Mauritania
|
406
|
+
:other: ouguiya della Mauritania
|
407
|
+
:MTL:
|
408
|
+
:one: Lira Maltese
|
409
|
+
:MTP:
|
410
|
+
:one: Sterlina Maltese
|
411
|
+
:MUR:
|
412
|
+
:one: rupia mauriziana
|
413
|
+
:other: rupie mauriziane
|
414
|
+
:MVR:
|
415
|
+
:one: Rufiyaa delle Maldive
|
416
|
+
:MWK:
|
417
|
+
:one: kwacha malawiano
|
418
|
+
:other: kwacha malawiani
|
419
|
+
:MXN:
|
420
|
+
:one: peso messicano
|
421
|
+
:other: pesos messicani
|
422
|
+
:symbol: MX$
|
423
|
+
:MXP:
|
424
|
+
:one: Peso messicano d’argento (1861-1992)
|
425
|
+
:MXV:
|
426
|
+
:one: Unidad de Inversion (UDI) Messicana
|
427
|
+
:MYR:
|
428
|
+
:one: ringgit malese
|
429
|
+
:other: ringgit malesi
|
430
|
+
:MZE:
|
431
|
+
:one: Escudo del Mozambico
|
432
|
+
:MZN:
|
433
|
+
:one: metical del Mozambico
|
434
|
+
:other: metical del Mozambico
|
435
|
+
:NAD:
|
436
|
+
:one: dollaro namibiano
|
437
|
+
:other: dollari namibiani
|
438
|
+
:NGN:
|
439
|
+
:one: naira nigeriana
|
440
|
+
:other: naire nigeriane
|
441
|
+
:NIC:
|
442
|
+
:one: Cordoba Nicaraguense
|
443
|
+
:other: Cordoba Nicaraguense
|
444
|
+
:NIO:
|
445
|
+
:one: córdoba nicaraguense
|
446
|
+
:other: córdoba nicaraguensi
|
447
|
+
:NLG:
|
448
|
+
:one: Fiorino Olandese
|
449
|
+
:NOK:
|
450
|
+
:one: corona norvegese
|
451
|
+
:other: corone norvegesi
|
452
|
+
:NPR:
|
453
|
+
:one: rupia nepalese
|
454
|
+
:other: rupie nepalesi
|
455
|
+
:NZD:
|
456
|
+
:one: dollaro neozelandese
|
457
|
+
:other: dollari neozelandesi
|
458
|
+
:symbol: NZ$
|
459
|
+
:OMR:
|
460
|
+
:one: rial dell'Oman
|
461
|
+
:other: rial dell'Oman
|
462
|
+
:PAB:
|
463
|
+
:one: balboa panamense
|
464
|
+
:other: balboa panamensi
|
465
|
+
:PEI:
|
466
|
+
:one: Inti Peruviano
|
467
|
+
:PEN:
|
468
|
+
:one: nuevo sol peruviano
|
469
|
+
:other: nuevos soles peruviani
|
470
|
+
:PES:
|
471
|
+
:one: Sol Peruviano
|
472
|
+
:PGK:
|
473
|
+
:one: kina papuana
|
474
|
+
:other: kina papuane
|
475
|
+
:symbol: K
|
476
|
+
:PHP:
|
477
|
+
:one: peso filippino
|
478
|
+
:other: pesos filippini
|
479
|
+
:PKR:
|
480
|
+
:one: rupia pakistana
|
481
|
+
:other: rupie pakistane
|
482
|
+
:PLN:
|
483
|
+
:one: zloty polacco
|
484
|
+
:other: zloty polacchi
|
485
|
+
:PLZ:
|
486
|
+
:one: Zloty Polacco (1950-1995)
|
487
|
+
:PTE:
|
488
|
+
:one: Escudo Portoghese
|
489
|
+
:PYG:
|
490
|
+
:one: guaraní paraguaiano
|
491
|
+
:other: guaraní paraguaiani
|
492
|
+
:QAR:
|
493
|
+
:one: rial del Qatar
|
494
|
+
:other: rial del Qatar
|
495
|
+
:RHD:
|
496
|
+
:one: Dollaro della Rhodesia
|
497
|
+
:ROL:
|
498
|
+
:one: Leu della Romania
|
499
|
+
:RON:
|
500
|
+
:one: leu rumeno
|
501
|
+
:other: lei rumeni
|
502
|
+
:symbol: L
|
503
|
+
:RSD:
|
504
|
+
:one: dinaro serbo
|
505
|
+
:other: dinara serbi
|
506
|
+
:RUB:
|
507
|
+
:one: rublo russo
|
508
|
+
:other: rubli russi
|
509
|
+
:RUR:
|
510
|
+
:one: Rublo della CSI
|
511
|
+
:RWF:
|
512
|
+
:one: franco ruandese
|
513
|
+
:other: franchi ruandesi
|
514
|
+
:SAR:
|
515
|
+
:one: riyal Saudita
|
516
|
+
:other: riyal Sauditi
|
517
|
+
:SBD:
|
518
|
+
:one: dollaro delle Isole Solomon
|
519
|
+
:other: dollari delle Isole Solomon
|
520
|
+
:SCR:
|
521
|
+
:one: rupia delle Seychelles
|
522
|
+
:other: rupie delle Seychelles
|
523
|
+
:SDD:
|
524
|
+
:one: Dinaro Sudanese
|
525
|
+
:SDG:
|
526
|
+
:one: sterlina sudanese
|
527
|
+
:other: sterline sudanesi
|
528
|
+
:SEK:
|
529
|
+
:one: corona svedese
|
530
|
+
:other: corone svedesi
|
531
|
+
:SGD:
|
532
|
+
:one: dollaro di Singapore
|
533
|
+
:other: dollari di Singapore
|
534
|
+
:SHP:
|
535
|
+
:one: sterlina di Sant’Elena
|
536
|
+
:other: sterline di Sant’Elena
|
537
|
+
:SIT:
|
538
|
+
:one: Tallero Sloveno
|
539
|
+
:SKK:
|
540
|
+
:one: Corona Slovacca
|
541
|
+
:SLL:
|
542
|
+
:one: leone della Sierra Leone
|
543
|
+
:other: leoni della Sierra Leone
|
544
|
+
:SOS:
|
545
|
+
:one: scellino somalo
|
546
|
+
:other: scellini somali
|
547
|
+
:SRD:
|
548
|
+
:one: dollaro surinamese
|
549
|
+
:other: dollari surinamesi
|
550
|
+
:SRG:
|
551
|
+
:one: Fiorino del Suriname
|
552
|
+
:SSP:
|
553
|
+
:one: Sterlina sudsudanese
|
554
|
+
:other: Sterline sudsudanesi
|
555
|
+
:STD:
|
556
|
+
:one: dobra di Sao Tomé e Principe
|
557
|
+
:other: dobra di Sao Tomé e Principe
|
558
|
+
:SUR:
|
559
|
+
:one: Rublo Sovietico
|
560
|
+
:SVC:
|
561
|
+
:one: Colón Salvadoregno
|
562
|
+
:SYP:
|
563
|
+
:one: sterlina siriana
|
564
|
+
:other: sterline siriane
|
565
|
+
:SZL:
|
566
|
+
:one: lilangeni dello Swaziland
|
567
|
+
:other: lilangeni dello Swaziland
|
568
|
+
:THB:
|
569
|
+
:one: baht tailandese
|
570
|
+
:other: baht tailandesi
|
571
|
+
:symbol: ฿
|
572
|
+
:TJR:
|
573
|
+
:one: Rublo del Tajikistan
|
574
|
+
:TJS:
|
575
|
+
:one: somoni del Tajikistan
|
576
|
+
:other: somoni del Tajikistan
|
577
|
+
:TMM:
|
578
|
+
:one: Manat Turkmeno (1993-2009)
|
579
|
+
:TMT:
|
580
|
+
:one: manat turkmeno
|
581
|
+
:other: manat turkmeni
|
582
|
+
:symbol: m
|
583
|
+
:TND:
|
584
|
+
:one: dinaro tunisino
|
585
|
+
:other: dinari tunisini
|
586
|
+
:TOP:
|
587
|
+
:one: paʻanga di Tonga
|
588
|
+
:other: paʻanga di Tonga
|
589
|
+
:TPE:
|
590
|
+
:one: Escudo di Timor
|
591
|
+
:TRL:
|
592
|
+
:one: lira turca
|
593
|
+
:other: lire turche
|
594
|
+
:TRY:
|
595
|
+
:one: nuova lira turca
|
596
|
+
:other: nuove lire turche
|
597
|
+
:TTD:
|
598
|
+
:one: dollaro di Trinidad e Tobago
|
599
|
+
:other: dollari di Trinidad e Tobago
|
600
|
+
:TWD:
|
601
|
+
:one: nuovo dollaro taiwanese
|
602
|
+
:other: nuovi dollari taiwanesi
|
603
|
+
:symbol: NT$
|
604
|
+
:TZS:
|
605
|
+
:one: scellino della Tanzania
|
606
|
+
:other: scellini della Tanzania
|
607
|
+
:UAH:
|
608
|
+
:one: grivnia ucraina
|
609
|
+
:other: grivnie ucraine
|
610
|
+
:UAK:
|
611
|
+
:one: Karbovanetz Ucraino
|
612
|
+
:UGS:
|
613
|
+
:one: Scellino Ugandese (1966-1987)
|
614
|
+
:UGX:
|
615
|
+
:one: scellino ugandese
|
616
|
+
:other: scellini ugandesi
|
617
|
+
:USD:
|
618
|
+
:one: dollaro statunitense
|
619
|
+
:other: dollari statunitensi
|
620
|
+
:symbol: US$
|
621
|
+
:USN:
|
622
|
+
:one: Dollaro Statunitense (Next day)
|
623
|
+
:USS:
|
624
|
+
:one: Dollaro Statunitense (Same day)
|
625
|
+
:UYI:
|
626
|
+
:one: Peso uruguaiano in unità indicizzate
|
627
|
+
:UYP:
|
628
|
+
:one: Peso Uruguaiano (1975-1993)
|
629
|
+
:UYU:
|
630
|
+
:one: peso uruguaiano
|
631
|
+
:other: pesos uruguaiani
|
632
|
+
:UZS:
|
633
|
+
:one: sum dell’Uzbekistan
|
634
|
+
:other: sum dell’Uzbekistan
|
635
|
+
:VEB:
|
636
|
+
:one: bolivar Venezuelano (1871-2008)
|
637
|
+
:other: bolivares venezuelani (1871-2008)
|
638
|
+
:VEF:
|
639
|
+
:one: bolívar venezuelano
|
640
|
+
:other: bolívares venezuelani
|
641
|
+
:VND:
|
642
|
+
:one: dong vietnamita
|
643
|
+
:other: dong vietnamiti
|
644
|
+
:symbol: ₫
|
645
|
+
:VUV:
|
646
|
+
:one: vatu di Vanuatu
|
647
|
+
:other: vatu di Vanuatu
|
648
|
+
:WST:
|
649
|
+
:one: tala samoano
|
650
|
+
:other: tala samoani
|
651
|
+
:XAF:
|
652
|
+
:one: franco CFA BEAC
|
653
|
+
:other: franchi CFA BEAC
|
654
|
+
:symbol: FCFA
|
655
|
+
:XAG:
|
656
|
+
:one: Argento
|
657
|
+
:XAU:
|
658
|
+
:one: Oro
|
659
|
+
:XBA:
|
660
|
+
:one: Unità composita europea
|
661
|
+
:XBB:
|
662
|
+
:one: Unità monetaria europea
|
663
|
+
:XBC:
|
664
|
+
:one: Unità di acconto europea (XBC)
|
665
|
+
:XBD:
|
666
|
+
:one: Unità di acconto europea (XBD)
|
667
|
+
:XCD:
|
668
|
+
:one: dollaro dei Caraibi orientali
|
669
|
+
:other: dollari dei Caraibi orientali
|
670
|
+
:symbol: EC$
|
671
|
+
:XDR:
|
672
|
+
:one: Diritti Speciali di Incasso
|
673
|
+
:XFO:
|
674
|
+
:one: Franco Oro Francese
|
675
|
+
:XFU:
|
676
|
+
:one: Franco UIC Francese
|
677
|
+
:XOF:
|
678
|
+
:one: franco CFA BCEAO
|
679
|
+
:other: franchi CFA BCEAO
|
680
|
+
:symbol: CFA
|
681
|
+
:XPD:
|
682
|
+
:one: Palladio
|
683
|
+
:XPF:
|
684
|
+
:one: franco CFP
|
685
|
+
:other: franchi CFP
|
686
|
+
:symbol: CFPF
|
687
|
+
:XPT:
|
688
|
+
:one: Platino
|
689
|
+
:XRE:
|
690
|
+
:one: Fondi RINET
|
691
|
+
:XTS:
|
692
|
+
:one: Codice di verifica della valuta
|
693
|
+
:XXX:
|
694
|
+
:one: valuta sconosciuta/non valida
|
695
|
+
:other: valuta sconosciuta
|
696
|
+
:YDD:
|
697
|
+
:one: Dinaro dello Yemen
|
698
|
+
:YER:
|
699
|
+
:one: rial yemenita
|
700
|
+
:other: rial yemeniti
|
701
|
+
:YUD:
|
702
|
+
:one: Dinaro Forte Yugoslavo
|
703
|
+
:YUM:
|
704
|
+
:one: Dinaro Noviy Yugoslavo
|
705
|
+
:YUN:
|
706
|
+
:one: Dinaro Convertibile Yugoslavo
|
707
|
+
:ZAL:
|
708
|
+
:one: Rand Sudafricano (finanziario)
|
709
|
+
:ZAR:
|
710
|
+
:one: rand sudafricano
|
711
|
+
:other: rand sudafricani
|
712
|
+
:ZMK:
|
713
|
+
:one: kwacha zambiano
|
714
|
+
:other: kwacha zambiani
|
715
|
+
:ZRN:
|
716
|
+
:one: Nuovo Zaire dello Zaire
|
717
|
+
:ZRZ:
|
718
|
+
:one: Zaire dello Zaire
|
719
|
+
:ZWD:
|
720
|
+
:one: Dollaro dello Zimbabwe
|
721
|
+
:ZWL:
|
722
|
+
:one: Dollaro Zimbabwiano (2009)
|