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
@@ -2,35 +2,42 @@
|
|
2
2
|
:eu:
|
3
3
|
:languages:
|
4
4
|
:ab: abkhazera
|
5
|
+
:ach: Acholiera
|
5
6
|
:af: afrikaans
|
7
|
+
:ak: Akanera
|
6
8
|
:am: amharikera
|
7
9
|
:ar: arabiera
|
8
10
|
:as: assamera
|
9
11
|
:ay: aimara
|
10
12
|
:az: azerbaijanera
|
11
13
|
:be: bielorrusiera
|
14
|
+
:bem: Bembera
|
12
15
|
:bg: bulgariera
|
13
|
-
:bh:
|
16
|
+
:bh: Bihariera
|
14
17
|
:bn: bengalera
|
15
18
|
:bo: tibetera
|
16
|
-
:br:
|
19
|
+
:br: Bretoiera
|
17
20
|
:bs: bosniera
|
18
21
|
:ca: katalana
|
22
|
+
:chr: Txerokiera
|
23
|
+
:ckb: Soraniera
|
24
|
+
:co: Korsikera
|
19
25
|
:cs: txekiera
|
20
26
|
:cy: galesera
|
21
27
|
:da: daniera
|
22
28
|
:de: alemana
|
23
|
-
:de-CH:
|
29
|
+
:de-CH: aleman garaia (Suitza)
|
24
30
|
:dv: divehiera
|
25
31
|
:dz: dzongkha
|
32
|
+
:ee: Eweera
|
26
33
|
:efi: efikera
|
27
34
|
:el: greziera
|
28
35
|
:en: ingelesa
|
29
36
|
:en-US: ingelesa (AEB)
|
30
37
|
:eo: esperantoa
|
31
38
|
:es: gaztelania
|
32
|
-
:es-419:
|
33
|
-
:es-ES: espainiera
|
39
|
+
:es-419: espainiera (Latinoamerika)
|
40
|
+
:es-ES: espainiera (Europa)
|
34
41
|
:et: estoniera
|
35
42
|
:eu: euskara
|
36
43
|
:fa: pertsiera
|
@@ -41,6 +48,7 @@
|
|
41
48
|
:fr: frantsesa
|
42
49
|
:fy: frisiera
|
43
50
|
:ga: gaelikoa
|
51
|
+
:gaa: Ga
|
44
52
|
:gd: eskoziako gaelikoa
|
45
53
|
:gl: galiziera
|
46
54
|
:gn: guaraniera
|
@@ -54,7 +62,7 @@
|
|
54
62
|
:ht: haitiera
|
55
63
|
:hu: hungariera
|
56
64
|
:hy: armeniera
|
57
|
-
:ia:
|
65
|
+
:ia: Interlingua
|
58
66
|
:id: indonesiera
|
59
67
|
:ie: interlingue
|
60
68
|
:ig: igboera
|
@@ -63,6 +71,7 @@
|
|
63
71
|
:ja: japoniera
|
64
72
|
:jv: javera
|
65
73
|
:ka: georgiera
|
74
|
+
:kg: Kikongoa
|
66
75
|
:kk: kazakhera
|
67
76
|
:km: khemerera
|
68
77
|
:kn: kannada
|
@@ -72,10 +81,14 @@
|
|
72
81
|
:ky: kirgizera
|
73
82
|
:la: latina
|
74
83
|
:lb: luxenburgera
|
84
|
+
:lg: Gandera
|
75
85
|
:ln: lingala
|
76
86
|
:lo: laosera
|
87
|
+
:loz: Loziera
|
77
88
|
:lt: lituaniera
|
89
|
+
:lua: Luba-lulua
|
78
90
|
:lv: letoniera
|
91
|
+
:mfe: Mauritaniako kreolera
|
79
92
|
:mg: malgaxea
|
80
93
|
:mi: maoriera
|
81
94
|
:mk: mazedoniera
|
@@ -86,7 +99,7 @@
|
|
86
99
|
:mt: maltera
|
87
100
|
:mul: hizkuntza anitzak
|
88
101
|
:my: burmatarra
|
89
|
-
:nb:
|
102
|
+
:nb: bokmala (Norvegia)
|
90
103
|
:nd: iparraldeko ndebeleera
|
91
104
|
:ne: nepalera
|
92
105
|
:nl: nederlandera
|
@@ -95,14 +108,16 @@
|
|
95
108
|
:no: norvegiera
|
96
109
|
:nso: pediera
|
97
110
|
:ny: nyanja
|
98
|
-
:
|
111
|
+
:nyn: Ankolera
|
112
|
+
:oc: Okzitaniera
|
113
|
+
:om: Oromoera
|
99
114
|
:or: oriya
|
100
115
|
:os: osetiera
|
101
116
|
:pa: punjabera
|
102
117
|
:pl: poloniera
|
103
118
|
:ps: pashtoera
|
104
119
|
:pt: portugesa
|
105
|
-
:pt-PT: portugesa (
|
120
|
+
:pt-PT: portugesa (Europa)
|
106
121
|
:qu: quechuera
|
107
122
|
:rm: erromantxera
|
108
123
|
:rn: rundiera
|
@@ -135,13 +150,14 @@
|
|
135
150
|
:ti: tigrinya
|
136
151
|
:tk: turkmeniera
|
137
152
|
:tl: tagalog
|
138
|
-
:tlh:
|
153
|
+
:tlh: Klingonera
|
139
154
|
:tn: tswanera
|
140
|
-
:to:
|
155
|
+
:to: tongera
|
141
156
|
:tpi: tok pisina
|
142
157
|
:tr: turkiera
|
143
158
|
:ts: tsongera
|
144
159
|
:tt: tatarera
|
160
|
+
:tum: Tumbukera
|
145
161
|
:tw: twia
|
146
162
|
:ty: tahitiera
|
147
163
|
:ug: uyghurera
|
@@ -153,10 +169,10 @@
|
|
153
169
|
:vi: vietnamera
|
154
170
|
:wo: wolofera
|
155
171
|
:xh: xhosa
|
156
|
-
:yi:
|
172
|
+
:yi: Jiddisha
|
157
173
|
:yo: yorubera
|
158
174
|
:zh: txinera
|
159
175
|
:zh-Hans: txinera (soildua)
|
160
176
|
:zh-Hant: txinera (tradizionala)
|
161
177
|
:zu: zuluera
|
162
|
-
:zxx:
|
178
|
+
:zxx: ez dago eduki linguistikorik
|
@@ -4,29 +4,42 @@
|
|
4
4
|
:formats:
|
5
5
|
:currency:
|
6
6
|
:patterns:
|
7
|
-
:default: ! '#,##0.00 ¤'
|
7
|
+
:default: ! '#,##0.00 ¤;(#,##0.00 ¤)'
|
8
8
|
:unit:
|
9
9
|
:one: ! '{0}{1}'
|
10
10
|
:other: ! '{0} {1}'
|
11
11
|
:decimal:
|
12
12
|
:patterns:
|
13
13
|
:default: ! '#,##0.###'
|
14
|
+
:long:
|
15
|
+
1000: 0
|
16
|
+
10000: 0
|
17
|
+
100000: 0
|
18
|
+
1000000: 0 milioi
|
19
|
+
10000000: 00 milioi
|
20
|
+
100000000: 000 milioi
|
21
|
+
1000000000: 0000 milioi
|
22
|
+
10000000000: 00000 milioi
|
23
|
+
100000000000: 000000 milioi
|
24
|
+
1000000000000: 0 bilioi
|
25
|
+
10000000000000: 00 bilioi
|
26
|
+
100000000000000: 000 bilioi
|
14
27
|
:short:
|
15
28
|
1000: 0
|
16
29
|
10000: 0
|
17
30
|
100000: 0
|
18
|
-
1000000: 0
|
31
|
+
1000000: 0 M
|
19
32
|
10000000: 00 M
|
20
33
|
100000000: 000 M
|
21
34
|
1000000000: 0000 M
|
22
35
|
10000000000: 00k M
|
23
36
|
100000000000: 000k M
|
24
|
-
1000000000000: 0
|
37
|
+
1000000000000: 0 B
|
25
38
|
10000000000000: 00 B
|
26
39
|
100000000000000: 000 B
|
27
40
|
:percent:
|
28
41
|
:patterns:
|
29
|
-
:default: ! '#,##0
|
42
|
+
:default: ! '% #,##0'
|
30
43
|
:scientific:
|
31
44
|
:patterns:
|
32
45
|
:default: ! '#E0'
|
@@ -6,124 +6,103 @@
|
|
6
6
|
:one: ! '{0} eguna'
|
7
7
|
:other: ! '{0} egun'
|
8
8
|
:short:
|
9
|
-
|
10
|
-
1: 1 egun
|
9
|
+
:one: ! '{0} egun'
|
11
10
|
:other: ! '{0} egun'
|
12
11
|
:day-future:
|
13
12
|
:default:
|
14
|
-
|
15
|
-
1: 1 egun barru
|
13
|
+
:one: ! '{0} egun barru'
|
16
14
|
:other: ! '{0} egun barru'
|
17
15
|
:day-past:
|
18
16
|
:default:
|
19
|
-
|
20
|
-
1: Duela 1 egun
|
17
|
+
:one: Duela {0} egun
|
21
18
|
:other: Duela {0} egun
|
22
19
|
:hour:
|
23
20
|
:default:
|
24
21
|
:one: ! '{0} ordua'
|
25
22
|
:other: ! '{0} h'
|
26
23
|
:short:
|
27
|
-
|
24
|
+
:one: ! '{0} ordu'
|
28
25
|
:other: ! '{0} ordu'
|
29
26
|
:hour-future:
|
30
27
|
:default:
|
31
|
-
|
32
|
-
1: 1 ordu barru
|
28
|
+
:one: ! '{0} ordu barru'
|
33
29
|
:other: ! '{0} ordu barru'
|
34
30
|
:hour-past:
|
35
31
|
:default:
|
36
|
-
|
37
|
-
1: Duela ordubete
|
32
|
+
:one: Duela {0} ordubete
|
38
33
|
:other: Duela {0} ordu
|
39
34
|
:minute:
|
40
35
|
:default:
|
41
36
|
:one: ! '{0} minutu'
|
42
37
|
:other: ! '{0} minutu'
|
43
38
|
:short:
|
44
|
-
|
39
|
+
:one: ! '{0} minutu'
|
45
40
|
:other: ! '{0} minutu'
|
46
41
|
:minute-future:
|
47
42
|
:default:
|
48
|
-
|
49
|
-
1: 1 minutu barru
|
43
|
+
:one: ! '{0} minutu barru'
|
50
44
|
:other: ! '{0} minutu barru'
|
51
45
|
:minute-past:
|
52
46
|
:default:
|
53
|
-
|
54
|
-
1: Duela 1 minutu
|
47
|
+
:one: Duela {0} minutu
|
55
48
|
:other: Duela {0} minutu
|
56
49
|
:month:
|
57
50
|
:default:
|
58
|
-
|
59
|
-
1: 1 hilabete
|
60
|
-
:one: ! '{0} hilea'
|
51
|
+
:one: ! '{0} hilabete'
|
61
52
|
:other: ! '{0} hilabete'
|
62
53
|
:short:
|
63
|
-
|
64
|
-
1: 1 hilabete
|
54
|
+
:one: ! '{0} hilabete'
|
65
55
|
:other: ! '{0} hilabete'
|
66
56
|
:month-future:
|
67
57
|
:default:
|
68
|
-
|
69
|
-
1: 1 hilabete barru
|
58
|
+
:one: ! '{0} hilabete barru'
|
70
59
|
:other: ! '{0} hilabete barru'
|
71
60
|
:month-past:
|
72
61
|
:default:
|
73
|
-
|
74
|
-
1: Duela 1 hilabete
|
62
|
+
:one: Duela {0} hilabete
|
75
63
|
:other: Duela {0} hilabete
|
76
64
|
:second:
|
77
65
|
:default:
|
78
66
|
:one: ! '{0} segundo'
|
79
67
|
:other: ! '{0} s'
|
80
68
|
:short:
|
81
|
-
|
82
|
-
1: 1 seg.
|
69
|
+
:one: ! '{0} seg.'
|
83
70
|
:other: ! '{0} seg.'
|
84
71
|
:second-future:
|
85
72
|
:default:
|
86
|
-
|
87
|
-
1: 1 segundo barru
|
73
|
+
:one: ! '{0} segundo barru'
|
88
74
|
:other: ! '{0} segundo barru'
|
89
75
|
:second-past:
|
90
76
|
:default:
|
91
|
-
|
92
|
-
1: Duela 1 segundo
|
77
|
+
:one: Duela {0} segundo
|
93
78
|
:other: Duela {0} segundo
|
94
79
|
:week:
|
95
80
|
:default:
|
96
81
|
:one: ! '{0} aste'
|
97
82
|
:other: ! '{0} aste'
|
98
83
|
:short:
|
99
|
-
|
100
|
-
1: 1 aste
|
84
|
+
:one: ! '{0} aste'
|
101
85
|
:other: ! '{0} aste'
|
102
86
|
:week-future:
|
103
87
|
:default:
|
104
|
-
|
105
|
-
1: 1 aste barru
|
88
|
+
:one: ! '{0} aste barru'
|
106
89
|
:other: ! '{0} aste barru'
|
107
90
|
:week-past:
|
108
91
|
:default:
|
109
|
-
|
110
|
-
1: Duela 1 aste
|
92
|
+
:one: Duela {0} aste
|
111
93
|
:other: Duela {0} aste
|
112
94
|
:year:
|
113
95
|
:default:
|
114
96
|
:one: ! '{0} urtea'
|
115
97
|
:other: ! '{0} urte'
|
116
98
|
:short:
|
117
|
-
|
118
|
-
1: 1 urte
|
99
|
+
:one: ! '{0} urte'
|
119
100
|
:other: ! '{0} urte'
|
120
101
|
:year-future:
|
121
102
|
:default:
|
122
|
-
|
123
|
-
1: 1 urte barru
|
103
|
+
:one: ! '{0} urte barru'
|
124
104
|
:other: ! '{0} urte barru'
|
125
105
|
:year-past:
|
126
106
|
:default:
|
127
|
-
|
128
|
-
1: Duela 1 urte
|
107
|
+
:one: Duela {0} urte
|
129
108
|
:other: Duela {0} urte
|
@@ -2,6 +2,40 @@
|
|
2
2
|
:fa:
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
|
+
:additional_formats:
|
6
|
+
:Ed: E d
|
7
|
+
:GGGGyyyyMMMMd: d MMMM y GGGG
|
8
|
+
:H: H
|
9
|
+
:HHmmZ: HH:mm (Z)
|
10
|
+
:Hm: H:mm
|
11
|
+
:Hms: H:mm:ss
|
12
|
+
:M: L
|
13
|
+
:MEd: E M/d
|
14
|
+
:MMM: LLL
|
15
|
+
:MMMEd: E d LLL
|
16
|
+
:MMMMEd: E d LLLL
|
17
|
+
:MMMMd: d LLLL
|
18
|
+
:MMMd: d LLL
|
19
|
+
:Md: M/d
|
20
|
+
:d: d
|
21
|
+
:h: h a
|
22
|
+
:hm: h:mm a
|
23
|
+
:hms: h:mm:ss a
|
24
|
+
:mmss: mm:ss
|
25
|
+
:ms: mm:ss
|
26
|
+
:y: y
|
27
|
+
:yM: y/M
|
28
|
+
:yMEd: E y/M/d
|
29
|
+
:yMMM: MMM y
|
30
|
+
:yMMMEd: E d MMM y
|
31
|
+
:yMMMM: MMMM y
|
32
|
+
:yMMMd: d MMM y
|
33
|
+
:yMd: y/M/d
|
34
|
+
:yQQQ: QQQQ y
|
35
|
+
:yQQQQ: QQQQ y
|
36
|
+
:yyyyM: yyyy/M
|
37
|
+
:yyyyMMMM: MMMM yyyy
|
38
|
+
:yyyyMMMMEEEEd: EEEE d MMMM yyyy
|
5
39
|
:days:
|
6
40
|
:format:
|
7
41
|
:abbreviated:
|
@@ -20,6 +54,14 @@
|
|
20
54
|
:thu: پ
|
21
55
|
:tue: س
|
22
56
|
:wed: چ
|
57
|
+
:short:
|
58
|
+
:fri: ج
|
59
|
+
:mon: ۲ش
|
60
|
+
:sat: ش
|
61
|
+
:sun: ۱ش
|
62
|
+
:thu: ۵ش
|
63
|
+
:tue: ۳ش
|
64
|
+
:wed: ۴ش
|
23
65
|
:wide:
|
24
66
|
:fri: جمعه
|
25
67
|
:mon: دوشنبه
|
@@ -45,6 +87,14 @@
|
|
45
87
|
:thu: پ
|
46
88
|
:tue: س
|
47
89
|
:wed: چ
|
90
|
+
:short:
|
91
|
+
:fri: ج
|
92
|
+
:mon: ۲ش
|
93
|
+
:sat: ش
|
94
|
+
:sun: ۱ش
|
95
|
+
:thu: ۵ش
|
96
|
+
:tue: ۳ش
|
97
|
+
:wed: ۴ش
|
48
98
|
:wide:
|
49
99
|
:fri: جمعه
|
50
100
|
:mon: دوشنبه
|
@@ -192,8 +242,15 @@
|
|
192
242
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
193
243
|
:narrow: :calendars.gregorian.dayPeriods.format.abbreviated
|
194
244
|
:wide:
|
245
|
+
:afternoon: عصر
|
195
246
|
:am: قبلازظهر
|
247
|
+
:earlyMorning: بامداد
|
248
|
+
:midDay: بعدازظهر
|
249
|
+
:morning: صبح
|
250
|
+
:night: شب
|
251
|
+
:noon: ظهر
|
196
252
|
:pm: بعدازظهر
|
253
|
+
:weeHours: نیمهشب
|
197
254
|
:stand-alone: {}
|
198
255
|
:quarters:
|
199
256
|
:format:
|
@@ -0,0 +1,449 @@
|
|
1
|
+
---
|
2
|
+
:fa:
|
3
|
+
:currencies:
|
4
|
+
:ADP:
|
5
|
+
:one: پزتای آندورا
|
6
|
+
:AED:
|
7
|
+
:one: درهم امارات متحدهٔ عربی
|
8
|
+
:AFA:
|
9
|
+
:one: افغانی افغانستان (۱۹۲۷ تا ۲۰۰۲)
|
10
|
+
:AFN:
|
11
|
+
:one: افغانی افغانستان
|
12
|
+
:ALL:
|
13
|
+
:one: لک آلبانی
|
14
|
+
:AMD:
|
15
|
+
:one: درم ارمنستان
|
16
|
+
:ANG:
|
17
|
+
:one: گیلدر آنتیل هلند
|
18
|
+
:AOA:
|
19
|
+
:one: کوانزای آنگولا
|
20
|
+
:ARP:
|
21
|
+
:one: پزوی آرژانتین (۱۹۸۳ تا ۱۹۸۵)
|
22
|
+
:ARS:
|
23
|
+
:one: پزوی آرژانتین
|
24
|
+
:ATS:
|
25
|
+
:one: شیلینگ اتریش
|
26
|
+
:AUD:
|
27
|
+
:one: دلار استرالیا
|
28
|
+
:symbol: A$
|
29
|
+
:AWG:
|
30
|
+
:one: فلورین آروبا
|
31
|
+
:AZM:
|
32
|
+
:one: منات جمهوری آذربایجان (۱۹۹۳ تا ۲۰۰۶)
|
33
|
+
:AZN:
|
34
|
+
:one: منات جمهوری آذربایجان
|
35
|
+
:BAD:
|
36
|
+
:one: دینار بوسنی و هرزگوین (۱۹۹۲ تا ۱۹۹۴)
|
37
|
+
:BAM:
|
38
|
+
:one: مارک تبدیلپذیر بوسنی و هرزگوین
|
39
|
+
:BBD:
|
40
|
+
:one: دلار باربادوس
|
41
|
+
:BDT:
|
42
|
+
:one: تاکای بنگلادش
|
43
|
+
:BEF:
|
44
|
+
:one: فرانک بلژیک
|
45
|
+
:BEL:
|
46
|
+
:one: فرانک بلژیک (مالی)
|
47
|
+
:BGN:
|
48
|
+
:one: لف بلغارستان
|
49
|
+
:BHD:
|
50
|
+
:one: دینار بحرین
|
51
|
+
:BIF:
|
52
|
+
:one: فرانک بوروندی
|
53
|
+
:BMD:
|
54
|
+
:one: دلار برمودا
|
55
|
+
:BND:
|
56
|
+
:one: دلار برونئی
|
57
|
+
:BOB:
|
58
|
+
:one: بولیویانوی بولیوی
|
59
|
+
:BOP:
|
60
|
+
:one: پزوی بولیوی
|
61
|
+
:BRL:
|
62
|
+
:one: رئال برزیل
|
63
|
+
:symbol: R$
|
64
|
+
:BSD:
|
65
|
+
:one: دلار باهاما
|
66
|
+
:BTN:
|
67
|
+
:one: انگولتروم بوتان
|
68
|
+
:BWP:
|
69
|
+
:one: پولای بوتسوانا
|
70
|
+
:BYB:
|
71
|
+
:one: روبل جدید بیلوروسی (۱۹۹۴ تا ۱۹۹۹)
|
72
|
+
:BYR:
|
73
|
+
:one: روبل بیلوروسی
|
74
|
+
:BZD:
|
75
|
+
:one: دلار بلیز
|
76
|
+
:CAD:
|
77
|
+
:one: دلار کانادا
|
78
|
+
:symbol: CA$
|
79
|
+
:CDF:
|
80
|
+
:one: فرانک کنگو
|
81
|
+
:CHF:
|
82
|
+
:one: فرانک سوئیس
|
83
|
+
:CLP:
|
84
|
+
:one: پزوی شیلی
|
85
|
+
:CNY:
|
86
|
+
:one: یوآن چین
|
87
|
+
:symbol: CN¥
|
88
|
+
:COP:
|
89
|
+
:one: پزوی کلمبیا
|
90
|
+
:CRC:
|
91
|
+
:one: کولون کاستاریکا
|
92
|
+
:CSD:
|
93
|
+
:one: دینار صربستان (۲۰۰۲ تا ۲۰۰۶)
|
94
|
+
:CUC:
|
95
|
+
:one: پزوی تبدیلپذیر کوبا
|
96
|
+
:CUP:
|
97
|
+
:one: پزوی کوبا
|
98
|
+
:CVE:
|
99
|
+
:one: اسکودوی کیپورد
|
100
|
+
:CYP:
|
101
|
+
:one: پوند قبرس
|
102
|
+
:CZK:
|
103
|
+
:one: کورونای جمهوری چک
|
104
|
+
:DDM:
|
105
|
+
:one: مارک آلمان شرقی
|
106
|
+
:DEM:
|
107
|
+
:one: مارک آلمان
|
108
|
+
:DJF:
|
109
|
+
:one: فرانک جیبوتی
|
110
|
+
:DKK:
|
111
|
+
:one: کرون دانمارک
|
112
|
+
:DOP:
|
113
|
+
:one: پزوی جمهوری دومینیکن
|
114
|
+
:DZD:
|
115
|
+
:one: دینار الجزایر
|
116
|
+
:EGP:
|
117
|
+
:one: لیرهٔ مصر
|
118
|
+
:ERN:
|
119
|
+
:one: ناکفای اریتره
|
120
|
+
:ETB:
|
121
|
+
:one: بیر اتیوپی
|
122
|
+
:EUR:
|
123
|
+
:one: یورو
|
124
|
+
:symbol: €
|
125
|
+
:FJD:
|
126
|
+
:one: دلار فیجی
|
127
|
+
:FKP:
|
128
|
+
:one: پوند جزایر فالکلند
|
129
|
+
:FRF:
|
130
|
+
:one: فرانک فرانسه
|
131
|
+
:GBP:
|
132
|
+
:one: پوند بریتانیا
|
133
|
+
:symbol: £
|
134
|
+
:GEL:
|
135
|
+
:one: لاری گرجستان
|
136
|
+
:GHS:
|
137
|
+
:one: سدی غنا
|
138
|
+
:GIP:
|
139
|
+
:one: پوند جبلالطارق
|
140
|
+
:GMD:
|
141
|
+
:one: دالاسی گامبیا
|
142
|
+
:GNF:
|
143
|
+
:one: فرانک گینه
|
144
|
+
:GRD:
|
145
|
+
:one: دراخمای یونان
|
146
|
+
:GTQ:
|
147
|
+
:one: کتزال گواتمالا
|
148
|
+
:GWP:
|
149
|
+
:one: پزوی گینهٔ بیسائو
|
150
|
+
:GYD:
|
151
|
+
:one: دلار گویان
|
152
|
+
:HKD:
|
153
|
+
:one: دلار هنگکنگ
|
154
|
+
:symbol: HK$
|
155
|
+
:HNL:
|
156
|
+
:one: لمپیرای هندوراس
|
157
|
+
:HRD:
|
158
|
+
:one: دینار کرواسی
|
159
|
+
:HRK:
|
160
|
+
:one: کونای کرواسی
|
161
|
+
:HTG:
|
162
|
+
:one: گورد هائیتی
|
163
|
+
:HUF:
|
164
|
+
:one: فورینت مجارستان
|
165
|
+
:IDR:
|
166
|
+
:one: روپیهٔ اندونزی
|
167
|
+
:IEP:
|
168
|
+
:one: پوند ایرلند
|
169
|
+
:ILS:
|
170
|
+
:one: شقل جدید اسرائیل
|
171
|
+
:symbol: ₪
|
172
|
+
:INR:
|
173
|
+
:one: روپیهٔ هند
|
174
|
+
:symbol: ₹
|
175
|
+
:IQD:
|
176
|
+
:one: دینار عراق
|
177
|
+
:IRR:
|
178
|
+
:one: ریال ایران
|
179
|
+
:symbol: ﷼
|
180
|
+
:ISK:
|
181
|
+
:one: کرونای ایسلند
|
182
|
+
:ITL:
|
183
|
+
:one: لیرهٔ ایتالیا
|
184
|
+
:JMD:
|
185
|
+
:one: دلار جامائیکا
|
186
|
+
:JOD:
|
187
|
+
:one: دینار اردن
|
188
|
+
:JPY:
|
189
|
+
:one: ین ژاپن
|
190
|
+
:symbol: JP¥
|
191
|
+
:KES:
|
192
|
+
:one: شیلینگ کنیا
|
193
|
+
:KGS:
|
194
|
+
:one: سوم قرقیزستان
|
195
|
+
:KHR:
|
196
|
+
:one: رییل کامبوج
|
197
|
+
:KMF:
|
198
|
+
:one: فرانک کومورو
|
199
|
+
:KPW:
|
200
|
+
:one: وون کرهٔ شمالی
|
201
|
+
:KRW:
|
202
|
+
:one: وون کرهٔ جنوبی
|
203
|
+
:symbol: ₩
|
204
|
+
:KWD:
|
205
|
+
:one: دینار کویت
|
206
|
+
:KYD:
|
207
|
+
:one: دلار جزایر کِیمن
|
208
|
+
:KZT:
|
209
|
+
:one: تنگهٔ قزاقستان
|
210
|
+
:LAK:
|
211
|
+
:one: کیپ لائوس
|
212
|
+
:LBP:
|
213
|
+
:one: لیرهٔ لبنان
|
214
|
+
:LKR:
|
215
|
+
:one: روپیهٔ سریلانکا
|
216
|
+
:LRD:
|
217
|
+
:one: دلار لیبریا
|
218
|
+
:LSL:
|
219
|
+
:one: لوتی لسوتو
|
220
|
+
:LTL:
|
221
|
+
:one: لیتاس لیتوانی
|
222
|
+
:LUF:
|
223
|
+
:one: فرانک لوکزامبورگ
|
224
|
+
:LUL:
|
225
|
+
:one: فرانک مالی لوگزامبورگ
|
226
|
+
:LVL:
|
227
|
+
:one: لاتس لتونی
|
228
|
+
:LVR:
|
229
|
+
:one: روبل لتونی
|
230
|
+
:LYD:
|
231
|
+
:one: دینار لیبی
|
232
|
+
:MAD:
|
233
|
+
:one: درهم مراکش
|
234
|
+
:MAF:
|
235
|
+
:one: فرانک مراکش
|
236
|
+
:MDL:
|
237
|
+
:one: لئوی مولداوی
|
238
|
+
:MGA:
|
239
|
+
:one: آریاری مالاگاسی
|
240
|
+
:MGF:
|
241
|
+
:one: فرانک ماداگاسکار
|
242
|
+
:MKD:
|
243
|
+
:one: دینار مقدونیه
|
244
|
+
:MLF:
|
245
|
+
:one: فرانک مالی
|
246
|
+
:MMK:
|
247
|
+
:one: کیات میانمار
|
248
|
+
:MNT:
|
249
|
+
:one: توگریک مغولستان
|
250
|
+
:MOP:
|
251
|
+
:one: پاتاکای ماکائو
|
252
|
+
:MRO:
|
253
|
+
:one: اوگوئیای موریتانی
|
254
|
+
:MTL:
|
255
|
+
:one: لیرهٔ مالت
|
256
|
+
:MTP:
|
257
|
+
:one: پوند مالت
|
258
|
+
:MUR:
|
259
|
+
:one: روپیهٔ موریس
|
260
|
+
:MVR:
|
261
|
+
:one: روپیهٔ مالدیو
|
262
|
+
:MWK:
|
263
|
+
:one: کواچای مالاوی
|
264
|
+
:MXN:
|
265
|
+
:one: پزوی مکزیک
|
266
|
+
:symbol: MX$
|
267
|
+
:MXP:
|
268
|
+
:one: پزوی نقرهٔ مکزیک (۱۸۶۱ تا ۱۹۹۲)
|
269
|
+
:MYR:
|
270
|
+
:one: رینگیت مالزی
|
271
|
+
:MZE:
|
272
|
+
:one: اسکودوی موزامبیک
|
273
|
+
:MZN:
|
274
|
+
:one: متیکال موزامبیک
|
275
|
+
:NAD:
|
276
|
+
:one: دلار نامیبیا
|
277
|
+
:NGN:
|
278
|
+
:one: نایرای نیجریه
|
279
|
+
:NIO:
|
280
|
+
:one: کوردوبای نیکاراگوئه
|
281
|
+
:NLG:
|
282
|
+
:one: گیلدر هلند
|
283
|
+
:NOK:
|
284
|
+
:one: کرون نروژ
|
285
|
+
:NPR:
|
286
|
+
:one: روپیهٔ نپال
|
287
|
+
:NZD:
|
288
|
+
:one: دلار زلاند نو
|
289
|
+
:symbol: NZ$
|
290
|
+
:OMR:
|
291
|
+
:one: ریال عمان
|
292
|
+
:PAB:
|
293
|
+
:one: بالبوای پاناما
|
294
|
+
:PEN:
|
295
|
+
:one: نوئووسول پرو
|
296
|
+
:PGK:
|
297
|
+
:one: کینای پاپوا گینهٔ نو
|
298
|
+
:PHP:
|
299
|
+
:one: پزوی فیلیپین
|
300
|
+
:PKR:
|
301
|
+
:one: روپیهٔ پاکستان
|
302
|
+
:PLN:
|
303
|
+
:one: زواتی لهستان
|
304
|
+
:PTE:
|
305
|
+
:one: اسکودوی پرتغال
|
306
|
+
:PYG:
|
307
|
+
:one: گوارانی پاراگوئه
|
308
|
+
:QAR:
|
309
|
+
:one: ریال قطر
|
310
|
+
:RHD:
|
311
|
+
:one: دلار رودزیا
|
312
|
+
:RON:
|
313
|
+
:one: لئوی رومانی
|
314
|
+
:RSD:
|
315
|
+
:one: دینار صربستان
|
316
|
+
:RUB:
|
317
|
+
:one: روبل روسیه
|
318
|
+
:RUR:
|
319
|
+
:one: روبل روسیه (۱۹۹۱ تا ۱۹۹۸)
|
320
|
+
:RWF:
|
321
|
+
:one: فرانک رواندا
|
322
|
+
:SAR:
|
323
|
+
:one: ریال سعودی
|
324
|
+
:SBD:
|
325
|
+
:one: دلار جزایر سلیمان
|
326
|
+
:SCR:
|
327
|
+
:one: روپیهٔ سیشل
|
328
|
+
:SDD:
|
329
|
+
:one: دینار سودان (۱۹۹۲ تا ۲۰۰۷)
|
330
|
+
:SDG:
|
331
|
+
:one: لیرهٔ سودان
|
332
|
+
:SEK:
|
333
|
+
:one: کرون سوئد
|
334
|
+
:SGD:
|
335
|
+
:one: دلار سنگاپور
|
336
|
+
:SHP:
|
337
|
+
:one: پوند سنت هلن
|
338
|
+
:SLL:
|
339
|
+
:one: لئون سیرالئون
|
340
|
+
:SOS:
|
341
|
+
:one: شیلینگ سومالی
|
342
|
+
:SRD:
|
343
|
+
:one: دلار سورینام
|
344
|
+
:SRG:
|
345
|
+
:one: گیلدر سورینام
|
346
|
+
:SSP:
|
347
|
+
:one: پوند سودان جنوبی
|
348
|
+
:STD:
|
349
|
+
:one: دوبرای سائوتومه و پرنسیپ
|
350
|
+
:SUR:
|
351
|
+
:one: روبل شوروی
|
352
|
+
:SYP:
|
353
|
+
:one: لیرهٔ سوریه
|
354
|
+
:SZL:
|
355
|
+
:one: لیلانگنی سوازیلند
|
356
|
+
:THB:
|
357
|
+
:one: بات تایلند
|
358
|
+
:symbol: ฿
|
359
|
+
:TJR:
|
360
|
+
:one: روبل تاجیکستان
|
361
|
+
:TJS:
|
362
|
+
:one: سامانی تاجیکستان
|
363
|
+
:TMM:
|
364
|
+
:one: منات ترکمنستان (۱۹۹۳ تا ۲۰۰۹)
|
365
|
+
:TMT:
|
366
|
+
:one: منات ترکمنستان
|
367
|
+
:TND:
|
368
|
+
:one: دینار تونس
|
369
|
+
:TOP:
|
370
|
+
:one: پاآنگای تونگا
|
371
|
+
:TPE:
|
372
|
+
:one: اسکودوی تیمور
|
373
|
+
:TRL:
|
374
|
+
:one: لیرهٔ ترکیه (۱۹۲۲ تا ۲۰۰۵)
|
375
|
+
:TRY:
|
376
|
+
:one: لیرهٔ ترکیه
|
377
|
+
:TTD:
|
378
|
+
:one: دلار ترینیداد و توباگو
|
379
|
+
:TWD:
|
380
|
+
:one: دلار جدید تایوان
|
381
|
+
:symbol: NT$
|
382
|
+
:TZS:
|
383
|
+
:one: شیلینگ تانزانیا
|
384
|
+
:UAH:
|
385
|
+
:one: هریونیای اوکراین
|
386
|
+
:UGS:
|
387
|
+
:one: شیلینگ اوگاندا (۱۹۶۶ تا ۱۹۸۷)
|
388
|
+
:UGX:
|
389
|
+
:one: شیلینگ اوگاندا
|
390
|
+
:USD:
|
391
|
+
:one: دلار امریکا
|
392
|
+
:symbol: US$
|
393
|
+
:USN:
|
394
|
+
:one: دلار امریکا (روز بعد)
|
395
|
+
:USS:
|
396
|
+
:one: دلار امریکا (همان روز)
|
397
|
+
:UYP:
|
398
|
+
:one: پزوی اوروگوئه (۱۹۷۵ تا ۱۹۹۳)
|
399
|
+
:UYU:
|
400
|
+
:one: پزوی اوروگوئه
|
401
|
+
:UZS:
|
402
|
+
:one: سوم ازبکستان
|
403
|
+
:VEF:
|
404
|
+
:one: بولیوار ونزوئلا
|
405
|
+
:VND:
|
406
|
+
:one: دانگ ویتنام
|
407
|
+
:symbol: ₫
|
408
|
+
:VUV:
|
409
|
+
:one: واتوی وانوواتو
|
410
|
+
:WST:
|
411
|
+
:one: تالای ساموا
|
412
|
+
:XAF:
|
413
|
+
:one: فرانک CFA مرکز آفریقا
|
414
|
+
:symbol: FCFA
|
415
|
+
:XAG:
|
416
|
+
:one: نقره
|
417
|
+
:XAU:
|
418
|
+
:one: طلا
|
419
|
+
:XCD:
|
420
|
+
:one: دلار شرق کارائیب
|
421
|
+
:symbol: EC$
|
422
|
+
:XFO:
|
423
|
+
:one: فرانک طلای فرانسه
|
424
|
+
:XOF:
|
425
|
+
:one: فرانک CFA غرب آفریقا
|
426
|
+
:symbol: CFA
|
427
|
+
:XPD:
|
428
|
+
:one: پالادیم
|
429
|
+
:XPF:
|
430
|
+
:one: فرانک CFP
|
431
|
+
:symbol: CFPF
|
432
|
+
:XPT:
|
433
|
+
:one: پلاتین
|
434
|
+
:XXX:
|
435
|
+
:one: ارز نامشخص
|
436
|
+
:YDD:
|
437
|
+
:one: دینار یمن
|
438
|
+
:YER:
|
439
|
+
:one: ریال یمن
|
440
|
+
:ZAR:
|
441
|
+
:one: راند افریقای جنوبی
|
442
|
+
:ZMK:
|
443
|
+
:one: کواچای زامبیا
|
444
|
+
:ZWD:
|
445
|
+
:one: دلار زیمبابوه (۱۹۸۰ تا ۲۰۰۸)
|
446
|
+
:ZWL:
|
447
|
+
:one: دلار زیمبابوه (۲۰۰۹)
|
448
|
+
:ZWR:
|
449
|
+
:one: دلار زیمبابوه (۲۰۰۸)
|