twitter_cldr 6.6.2 → 6.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +31 -28
- data/Rakefile +11 -1
- data/lib/twitter_cldr/formatters/formatter.rb +0 -4
- data/lib/twitter_cldr/resources/calendars_importer.rb +222 -0
- data/lib/twitter_cldr/resources/cldr_data_builder.rb +36 -0
- data/lib/twitter_cldr/resources/cldr_document_set.rb +149 -0
- data/lib/twitter_cldr/resources/cldr_dtd.rb +110 -0
- data/lib/twitter_cldr/resources/cldr_locale.rb +78 -0
- data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/list_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
- data/lib/twitter_cldr/resources/number_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/readme_renderer.rb +6 -2
- data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +32 -71
- data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
- data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
- data/lib/twitter_cldr/resources/territories_importer.rb +1 -1
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
- data/lib/twitter_cldr/resources/timezones_importer.rb +1 -1
- data/lib/twitter_cldr/resources/unicode_property_aliases_importer.rb +2 -0
- data/lib/twitter_cldr/resources/units_importer.rb +134 -0
- data/lib/twitter_cldr/resources.rb +11 -2
- data/lib/twitter_cldr/shared/calendar.rb +2 -18
- data/lib/twitter_cldr/shared/casefolder.rb +53 -48
- data/lib/twitter_cldr/shared/unit.rb +2 -4
- data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
- data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
- data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
- data/lib/twitter_cldr/timezones/timezone.rb +11 -7
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
- data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
- data/lib/twitter_cldr/tokenizers.rb +0 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/resources/locales/af/calendars.yml +1 -0
- data/resources/locales/af/currencies.yml +3 -6
- data/resources/locales/af/languages.yml +2 -1
- data/resources/locales/af/numbers.yml +1 -0
- data/resources/locales/af/timezones.yml +3 -0
- data/resources/locales/af/units.yml +513 -125
- data/resources/locales/ar/calendars.yml +3 -1
- data/resources/locales/ar/currencies.yml +2 -4
- data/resources/locales/ar/languages.yml +1 -1
- data/resources/locales/ar/numbers.yml +1 -0
- data/resources/locales/ar/timezones.yml +3 -0
- data/resources/locales/ar/units.yml +263 -122
- data/resources/locales/az/calendars.yml +3 -1
- data/resources/locales/az/currencies.yml +1 -3
- data/resources/locales/az/languages.yml +2 -2
- data/resources/locales/az/numbers.yml +1 -0
- data/resources/locales/az/timezones.yml +3 -0
- data/resources/locales/az/units.yml +116 -44
- data/resources/locales/be/calendars.yml +4 -2
- data/resources/locales/be/currencies.yml +7 -5
- data/resources/locales/be/languages.yml +2 -1
- data/resources/locales/be/numbers.yml +5 -4
- data/resources/locales/be/timezones.yml +3 -0
- data/resources/locales/be/units.yml +37 -7
- data/resources/locales/bg/calendars.yml +3 -1
- data/resources/locales/bg/currencies.yml +1 -4
- data/resources/locales/bg/languages.yml +1 -1
- data/resources/locales/bg/numbers.yml +1 -0
- data/resources/locales/bg/timezones.yml +3 -0
- data/resources/locales/bg/units.yml +24 -15
- data/resources/locales/bn/calendars.yml +3 -1
- data/resources/locales/bn/currencies.yml +1 -3
- data/resources/locales/bn/languages.yml +1 -1
- data/resources/locales/bn/numbers.yml +1 -0
- data/resources/locales/bn/timezones.yml +3 -0
- data/resources/locales/bn/units.yml +126 -24
- data/resources/locales/bo/calendars.yml +98 -15
- data/resources/locales/bo/currencies.yml +1 -7
- data/resources/locales/bo/numbers.yml +1 -0
- data/resources/locales/bo/units.yml +8 -16
- data/resources/locales/bs/calendars.yml +3 -2
- data/resources/locales/bs/currencies.yml +1 -3
- data/resources/locales/bs/fields.yml +2 -2
- data/resources/locales/bs/languages.yml +5 -1
- data/resources/locales/bs/numbers.yml +1 -0
- data/resources/locales/bs/timezones.yml +3 -0
- data/resources/locales/bs/units.yml +36 -20
- data/resources/locales/ca/calendars.yml +1 -0
- data/resources/locales/ca/currencies.yml +79 -81
- data/resources/locales/ca/languages.yml +1 -1
- data/resources/locales/ca/numbers.yml +1 -0
- data/resources/locales/ca/territories.yml +7 -7
- data/resources/locales/ca/timezones.yml +3 -0
- data/resources/locales/ca/units.yml +52 -68
- data/resources/locales/cs/calendars.yml +1 -0
- data/resources/locales/cs/currencies.yml +1 -1
- data/resources/locales/cs/languages.yml +1 -1
- data/resources/locales/cs/numbers.yml +1 -0
- data/resources/locales/cs/timezones.yml +3 -0
- data/resources/locales/cs/units.yml +417 -190
- data/resources/locales/cy/calendars.yml +4 -0
- data/resources/locales/cy/currencies.yml +1 -4
- data/resources/locales/cy/fields.yml +3 -3
- data/resources/locales/cy/languages.yml +2 -2
- data/resources/locales/cy/numbers.yml +1 -0
- data/resources/locales/cy/timezones.yml +3 -0
- data/resources/locales/cy/units.yml +339 -111
- data/resources/locales/da/calendars.yml +2 -1
- data/resources/locales/da/currencies.yml +6 -8
- data/resources/locales/da/languages.yml +1 -1
- data/resources/locales/da/numbers.yml +1 -0
- data/resources/locales/da/timezones.yml +3 -0
- data/resources/locales/da/units.yml +101 -49
- data/resources/locales/de/calendars.yml +5 -0
- data/resources/locales/de/currencies.yml +1 -1
- data/resources/locales/de/languages.yml +2 -2
- data/resources/locales/de/numbers.yml +1 -0
- data/resources/locales/de/rbnf.yml +65 -2
- data/resources/locales/de/timezones.yml +3 -0
- data/resources/locales/de/units.yml +181 -108
- data/resources/locales/de-AT/calendars.yml +3 -0
- data/resources/locales/de-AT/currencies.yml +1 -1
- data/resources/locales/de-AT/languages.yml +2 -2
- data/resources/locales/de-AT/numbers.yml +1 -0
- data/resources/locales/de-AT/timezones.yml +3 -0
- data/resources/locales/de-AT/units.yml +181 -108
- data/resources/locales/de-CH/calendars.yml +5 -0
- data/resources/locales/de-CH/currencies.yml +1 -1
- data/resources/locales/de-CH/languages.yml +2 -2
- data/resources/locales/de-CH/numbers.yml +1 -0
- data/resources/locales/de-CH/timezones.yml +3 -0
- data/resources/locales/de-CH/units.yml +183 -110
- data/resources/locales/el/calendars.yml +12 -10
- data/resources/locales/el/currencies.yml +3 -5
- data/resources/locales/el/fields.yml +4 -0
- data/resources/locales/el/languages.yml +4 -4
- data/resources/locales/el/numbers.yml +1 -0
- data/resources/locales/el/timezones.yml +3 -0
- data/resources/locales/el/units.yml +143 -118
- data/resources/locales/en/calendars.yml +105 -11
- data/resources/locales/en/currencies.yml +1 -5
- data/resources/locales/en/languages.yml +2 -2
- data/resources/locales/en/numbers.yml +1 -0
- data/resources/locales/en/timezones.yml +3 -0
- data/resources/locales/en/units.yml +42 -30
- data/resources/locales/en-001/calendars.yml +95 -11
- data/resources/locales/en-001/currencies.yml +1 -5
- data/resources/locales/en-001/languages.yml +2 -2
- data/resources/locales/en-001/numbers.yml +1 -0
- data/resources/locales/en-001/timezones.yml +3 -0
- data/resources/locales/en-001/units.yml +41 -27
- data/resources/locales/en-150/calendars.yml +95 -11
- data/resources/locales/en-150/currencies.yml +1 -5
- data/resources/locales/en-150/languages.yml +2 -2
- data/resources/locales/en-150/numbers.yml +1 -0
- data/resources/locales/en-150/timezones.yml +3 -0
- data/resources/locales/en-150/units.yml +41 -27
- data/resources/locales/en-AU/calendars.yml +5 -0
- data/resources/locales/en-AU/currencies.yml +0 -4
- data/resources/locales/en-AU/languages.yml +4 -4
- data/resources/locales/en-AU/numbers.yml +1 -0
- data/resources/locales/en-AU/timezones.yml +3 -0
- data/resources/locales/en-AU/units.yml +49 -35
- data/resources/locales/en-CA/calendars.yml +128 -49
- data/resources/locales/en-CA/currencies.yml +12 -17
- data/resources/locales/en-CA/fields.yml +110 -113
- data/resources/locales/en-CA/languages.yml +2 -2
- data/resources/locales/en-CA/numbers.yml +2 -1
- data/resources/locales/en-CA/territories.yml +19 -19
- data/resources/locales/en-CA/timezones.yml +129 -40
- data/resources/locales/en-CA/units.yml +190 -178
- data/resources/locales/en-GB/calendars.yml +5 -0
- data/resources/locales/en-GB/currencies.yml +1 -5
- data/resources/locales/en-GB/languages.yml +2 -2
- data/resources/locales/en-GB/numbers.yml +1 -0
- data/resources/locales/en-GB/timezones.yml +3 -0
- data/resources/locales/en-GB/units.yml +41 -27
- data/resources/locales/en-IE/calendars.yml +95 -11
- data/resources/locales/en-IE/currencies.yml +1 -5
- data/resources/locales/en-IE/languages.yml +2 -2
- data/resources/locales/en-IE/numbers.yml +1 -0
- data/resources/locales/en-IE/timezones.yml +3 -0
- data/resources/locales/en-IE/units.yml +41 -27
- data/resources/locales/en-IN/calendars.yml +95 -11
- data/resources/locales/en-IN/currencies.yml +1 -5
- data/resources/locales/en-IN/languages.yml +2 -2
- data/resources/locales/en-IN/numbers.yml +25 -24
- data/resources/locales/en-IN/timezones.yml +3 -0
- data/resources/locales/en-IN/units.yml +41 -27
- data/resources/locales/en-NZ/calendars.yml +95 -11
- data/resources/locales/en-NZ/currencies.yml +1 -5
- data/resources/locales/en-NZ/languages.yml +1 -1
- data/resources/locales/en-NZ/numbers.yml +1 -0
- data/resources/locales/en-NZ/timezones.yml +3 -0
- data/resources/locales/en-NZ/units.yml +41 -27
- data/resources/locales/en-SG/calendars.yml +95 -11
- data/resources/locales/en-SG/currencies.yml +1 -5
- data/resources/locales/en-SG/languages.yml +2 -2
- data/resources/locales/en-SG/numbers.yml +1 -0
- data/resources/locales/en-SG/timezones.yml +3 -0
- data/resources/locales/en-SG/units.yml +41 -27
- data/resources/locales/en-US/calendars.yml +105 -11
- data/resources/locales/en-US/currencies.yml +1 -5
- data/resources/locales/en-US/languages.yml +2 -2
- data/resources/locales/en-US/numbers.yml +1 -0
- data/resources/locales/en-US/timezones.yml +3 -0
- data/resources/locales/en-US/units.yml +42 -30
- data/resources/locales/en-ZA/calendars.yml +95 -11
- data/resources/locales/en-ZA/currencies.yml +1 -5
- data/resources/locales/en-ZA/languages.yml +2 -2
- data/resources/locales/en-ZA/numbers.yml +1 -0
- data/resources/locales/en-ZA/timezones.yml +3 -0
- data/resources/locales/en-ZA/units.yml +41 -27
- data/resources/locales/eo/calendars.yml +105 -11
- data/resources/locales/eo/currencies.yml +1 -7
- data/resources/locales/eo/numbers.yml +1 -0
- data/resources/locales/eo/units.yml +274 -102
- data/resources/locales/es/calendars.yml +5 -3
- data/resources/locales/es/currencies.yml +21 -22
- data/resources/locales/es/fields.yml +8 -8
- data/resources/locales/es/languages.yml +3 -3
- data/resources/locales/es/numbers.yml +1 -0
- data/resources/locales/es/plural_rules.yml +2 -1
- data/resources/locales/es/plurals.yml +4 -1
- data/resources/locales/es/timezones.yml +6 -3
- data/resources/locales/es/units.yml +396 -34
- data/resources/locales/es-419/calendars.yml +41 -39
- data/resources/locales/es-419/currencies.yml +19 -20
- data/resources/locales/es-419/languages.yml +2 -2
- data/resources/locales/es-419/numbers.yml +1 -0
- data/resources/locales/es-419/plural_rules.yml +2 -1
- data/resources/locales/es-419/plurals.yml +4 -1
- data/resources/locales/es-419/timezones.yml +6 -3
- data/resources/locales/es-419/units.yml +370 -31
- data/resources/locales/es-AR/calendars.yml +35 -33
- data/resources/locales/es-AR/currencies.yml +19 -20
- data/resources/locales/es-AR/languages.yml +2 -2
- data/resources/locales/es-AR/numbers.yml +1 -0
- data/resources/locales/es-AR/plural_rules.yml +2 -1
- data/resources/locales/es-AR/plurals.yml +4 -1
- data/resources/locales/es-AR/timezones.yml +6 -3
- data/resources/locales/es-AR/units.yml +370 -31
- data/resources/locales/es-CO/calendars.yml +26 -24
- data/resources/locales/es-CO/currencies.yml +19 -20
- data/resources/locales/es-CO/languages.yml +2 -2
- data/resources/locales/es-CO/numbers.yml +1 -0
- data/resources/locales/es-CO/plural_rules.yml +2 -1
- data/resources/locales/es-CO/plurals.yml +4 -1
- data/resources/locales/es-CO/timezones.yml +6 -3
- data/resources/locales/es-CO/units.yml +368 -29
- data/resources/locales/es-MX/calendars.yml +37 -35
- data/resources/locales/es-MX/currencies.yml +17 -18
- data/resources/locales/es-MX/languages.yml +2 -2
- data/resources/locales/es-MX/numbers.yml +1 -0
- data/resources/locales/es-MX/plural_rules.yml +2 -1
- data/resources/locales/es-MX/plurals.yml +4 -1
- data/resources/locales/es-MX/timezones.yml +4 -1
- data/resources/locales/es-MX/units.yml +368 -29
- data/resources/locales/es-US/calendars.yml +43 -41
- data/resources/locales/es-US/currencies.yml +19 -20
- data/resources/locales/es-US/fields.yml +3 -3
- data/resources/locales/es-US/languages.yml +9 -9
- data/resources/locales/es-US/numbers.yml +25 -24
- data/resources/locales/es-US/plural_rules.yml +2 -1
- data/resources/locales/es-US/plurals.yml +4 -1
- data/resources/locales/es-US/territories.yml +2 -2
- data/resources/locales/es-US/timezones.yml +8 -5
- data/resources/locales/es-US/units.yml +381 -42
- data/resources/locales/et/calendars.yml +15 -14
- data/resources/locales/et/currencies.yml +3 -6
- data/resources/locales/et/languages.yml +1 -0
- data/resources/locales/et/numbers.yml +7 -6
- data/resources/locales/et/timezones.yml +3 -0
- data/resources/locales/et/units.yml +48 -27
- data/resources/locales/eu/calendars.yml +3 -1
- data/resources/locales/eu/currencies.yml +612 -23
- data/resources/locales/eu/fields.yml +8 -0
- data/resources/locales/eu/languages.yml +12 -7
- data/resources/locales/eu/numbers.yml +1 -0
- data/resources/locales/eu/timezones.yml +70 -1
- data/resources/locales/eu/units.yml +85 -13
- data/resources/locales/fa/calendars.yml +6 -5
- data/resources/locales/fa/currencies.yml +12 -12
- data/resources/locales/fa/languages.yml +2 -2
- data/resources/locales/fa/numbers.yml +14 -13
- data/resources/locales/fa/territories.yml +1 -1
- data/resources/locales/fa/timezones.yml +7 -4
- data/resources/locales/fa/units.yml +296 -147
- data/resources/locales/fi/calendars.yml +1 -0
- data/resources/locales/fi/currencies.yml +1 -2
- data/resources/locales/fi/languages.yml +1 -1
- data/resources/locales/fi/numbers.yml +1 -0
- data/resources/locales/fi/rbnf.yml +172 -0
- data/resources/locales/fi/timezones.yml +3 -0
- data/resources/locales/fi/units.yml +146 -84
- data/resources/locales/fil/calendars.yml +5 -3
- data/resources/locales/fil/currencies.yml +3 -5
- data/resources/locales/fil/fields.yml +24 -24
- data/resources/locales/fil/languages.yml +3 -2
- data/resources/locales/fil/numbers.yml +1 -0
- data/resources/locales/fil/timezones.yml +4 -1
- data/resources/locales/fil/units.yml +56 -16
- data/resources/locales/fr/calendars.yml +1 -0
- data/resources/locales/fr/currencies.yml +1 -2
- data/resources/locales/fr/languages.yml +1 -1
- data/resources/locales/fr/numbers.yml +1 -0
- data/resources/locales/fr/plural_rules.yml +2 -2
- data/resources/locales/fr/rbnf.yml +1 -1
- data/resources/locales/fr/timezones.yml +4 -1
- data/resources/locales/fr/units.yml +322 -103
- data/resources/locales/fr-BE/calendars.yml +1 -0
- data/resources/locales/fr-BE/currencies.yml +1 -2
- data/resources/locales/fr-BE/languages.yml +1 -1
- data/resources/locales/fr-BE/numbers.yml +1 -0
- data/resources/locales/fr-BE/plural_rules.yml +2 -2
- data/resources/locales/fr-BE/timezones.yml +4 -1
- data/resources/locales/fr-BE/units.yml +322 -103
- data/resources/locales/fr-CA/calendars.yml +1 -0
- data/resources/locales/fr-CA/currencies.yml +1 -2
- data/resources/locales/fr-CA/languages.yml +1 -1
- data/resources/locales/fr-CA/numbers.yml +1 -0
- data/resources/locales/fr-CA/plural_rules.yml +2 -2
- data/resources/locales/fr-CA/timezones.yml +3 -0
- data/resources/locales/fr-CA/units.yml +349 -124
- data/resources/locales/fr-CH/calendars.yml +1 -0
- data/resources/locales/fr-CH/currencies.yml +1 -2
- data/resources/locales/fr-CH/languages.yml +1 -1
- data/resources/locales/fr-CH/numbers.yml +1 -0
- data/resources/locales/fr-CH/plural_rules.yml +2 -2
- data/resources/locales/fr-CH/timezones.yml +4 -1
- data/resources/locales/fr-CH/units.yml +322 -103
- data/resources/locales/ga/calendars.yml +12 -7
- data/resources/locales/ga/currencies.yml +1 -3
- data/resources/locales/ga/fields.yml +5 -5
- data/resources/locales/ga/languages.yml +23 -22
- data/resources/locales/ga/numbers.yml +2 -1
- data/resources/locales/ga/territories.yml +10 -10
- data/resources/locales/ga/timezones.yml +41 -60
- data/resources/locales/ga/units.yml +33 -31
- data/resources/locales/gl/calendars.yml +3 -1
- data/resources/locales/gl/currencies.yml +7 -7
- data/resources/locales/gl/languages.yml +2 -1
- data/resources/locales/gl/numbers.yml +1 -0
- data/resources/locales/gl/timezones.yml +3 -0
- data/resources/locales/gl/units.yml +73 -14
- data/resources/locales/gu/calendars.yml +2 -1
- data/resources/locales/gu/currencies.yml +1 -4
- data/resources/locales/gu/languages.yml +1 -1
- data/resources/locales/gu/numbers.yml +1 -0
- data/resources/locales/gu/timezones.yml +3 -0
- data/resources/locales/gu/units.yml +59 -24
- data/resources/locales/he/calendars.yml +3 -1
- data/resources/locales/he/currencies.yml +39 -24
- data/resources/locales/he/fields.yml +4 -0
- data/resources/locales/he/languages.yml +4 -2
- data/resources/locales/he/numbers.yml +1 -0
- data/resources/locales/he/timezones.yml +3 -0
- data/resources/locales/he/units.yml +60 -38
- data/resources/locales/hi/calendars.yml +3 -1
- data/resources/locales/hi/currencies.yml +1 -4
- data/resources/locales/hi/languages.yml +2 -2
- data/resources/locales/hi/numbers.yml +1 -0
- data/resources/locales/hi/territories.yml +1 -1
- data/resources/locales/hi/timezones.yml +5 -1
- data/resources/locales/hi/units.yml +126 -23
- data/resources/locales/hr/calendars.yml +1 -0
- data/resources/locales/hr/currencies.yml +6 -6
- data/resources/locales/hr/languages.yml +1 -1
- data/resources/locales/hr/numbers.yml +4 -3
- data/resources/locales/hr/timezones.yml +3 -0
- data/resources/locales/hr/units.yml +141 -85
- data/resources/locales/hu/calendars.yml +1 -0
- data/resources/locales/hu/currencies.yml +4 -5
- data/resources/locales/hu/languages.yml +3 -2
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/timezones.yml +3 -0
- data/resources/locales/hu/units.yml +31 -27
- data/resources/locales/hy/calendars.yml +5 -3
- data/resources/locales/hy/currencies.yml +6 -4
- data/resources/locales/hy/languages.yml +2 -1
- data/resources/locales/hy/numbers.yml +1 -0
- data/resources/locales/hy/timezones.yml +3 -0
- data/resources/locales/hy/units.yml +141 -110
- data/resources/locales/id/calendars.yml +3 -2
- data/resources/locales/id/currencies.yml +1 -3
- data/resources/locales/id/fields.yml +12 -3
- data/resources/locales/id/languages.yml +2 -1
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/timezones.yml +47 -0
- data/resources/locales/id/units.yml +64 -67
- data/resources/locales/is/calendars.yml +1 -0
- data/resources/locales/is/currencies.yml +4 -6
- data/resources/locales/is/fields.yml +0 -14
- data/resources/locales/is/languages.yml +2 -2
- data/resources/locales/is/numbers.yml +1 -0
- data/resources/locales/is/units.yml +134 -112
- data/resources/locales/it/calendars.yml +1 -0
- data/resources/locales/it/currencies.yml +2 -3
- data/resources/locales/it/languages.yml +1 -0
- data/resources/locales/it/numbers.yml +1 -0
- data/resources/locales/it/plural_rules.yml +2 -1
- data/resources/locales/it/plurals.yml +4 -1
- data/resources/locales/it/rbnf.yml +1 -1
- data/resources/locales/it/timezones.yml +3 -0
- data/resources/locales/it/units.yml +412 -19
- data/resources/locales/it-CH/calendars.yml +1 -0
- data/resources/locales/it-CH/currencies.yml +2 -3
- data/resources/locales/it-CH/languages.yml +1 -0
- data/resources/locales/it-CH/numbers.yml +1 -0
- data/resources/locales/it-CH/plural_rules.yml +2 -1
- data/resources/locales/it-CH/plurals.yml +4 -1
- data/resources/locales/it-CH/timezones.yml +3 -0
- data/resources/locales/it-CH/units.yml +412 -19
- data/resources/locales/ja/calendars.yml +1 -0
- data/resources/locales/ja/currencies.yml +1 -2
- data/resources/locales/ja/languages.yml +1 -1
- data/resources/locales/ja/numbers.yml +2 -1
- data/resources/locales/ja/timezones.yml +3 -0
- data/resources/locales/ja/units.yml +126 -20
- data/resources/locales/ka/calendars.yml +3 -1
- data/resources/locales/ka/currencies.yml +5 -3
- data/resources/locales/ka/languages.yml +1 -1
- data/resources/locales/ka/numbers.yml +1 -0
- data/resources/locales/ka/timezones.yml +3 -0
- data/resources/locales/ka/units.yml +24 -10
- data/resources/locales/kk/calendars.yml +3 -1
- data/resources/locales/kk/currencies.yml +6 -4
- data/resources/locales/kk/languages.yml +3 -2
- data/resources/locales/kk/numbers.yml +1 -0
- data/resources/locales/kk/timezones.yml +3 -0
- data/resources/locales/kk/units.yml +20 -6
- data/resources/locales/km/calendars.yml +3 -1
- data/resources/locales/km/currencies.yml +6 -4
- data/resources/locales/km/languages.yml +2 -1
- data/resources/locales/km/numbers.yml +1 -0
- data/resources/locales/km/timezones.yml +3 -0
- data/resources/locales/km/units.yml +30 -19
- data/resources/locales/kn/calendars.yml +3 -1
- data/resources/locales/kn/currencies.yml +4 -7
- data/resources/locales/kn/languages.yml +1 -1
- data/resources/locales/kn/numbers.yml +1 -0
- data/resources/locales/kn/timezones.yml +4 -1
- data/resources/locales/kn/units.yml +344 -39
- data/resources/locales/ko/calendars.yml +3 -1
- data/resources/locales/ko/currencies.yml +2 -3
- data/resources/locales/ko/languages.yml +1 -1
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/territories.yml +1 -1
- data/resources/locales/ko/timezones.yml +3 -0
- data/resources/locales/ko/units.yml +20 -12
- data/resources/locales/lo/calendars.yml +7 -1
- data/resources/locales/lo/currencies.yml +1 -3
- data/resources/locales/lo/languages.yml +1 -1
- data/resources/locales/lo/numbers.yml +1 -0
- data/resources/locales/lo/timezones.yml +3 -0
- data/resources/locales/lo/units.yml +25 -26
- data/resources/locales/lt/calendars.yml +1 -0
- data/resources/locales/lt/currencies.yml +1 -3
- data/resources/locales/lt/languages.yml +1 -1
- data/resources/locales/lt/numbers.yml +1 -0
- data/resources/locales/lt/timezones.yml +3 -0
- data/resources/locales/lt/units.yml +153 -142
- data/resources/locales/lv/calendars.yml +2 -1
- data/resources/locales/lv/currencies.yml +1 -4
- data/resources/locales/lv/languages.yml +1 -1
- data/resources/locales/lv/numbers.yml +1 -0
- data/resources/locales/lv/timezones.yml +3 -0
- data/resources/locales/lv/units.yml +134 -132
- data/resources/locales/mk/calendars.yml +3 -2
- data/resources/locales/mk/currencies.yml +3 -4
- data/resources/locales/mk/languages.yml +2 -2
- data/resources/locales/mk/numbers.yml +7 -6
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +4 -1
- data/resources/locales/mk/units.yml +74 -241
- data/resources/locales/mr/calendars.yml +3 -1
- data/resources/locales/mr/currencies.yml +1 -5
- data/resources/locales/mr/languages.yml +1 -1
- data/resources/locales/mr/numbers.yml +1 -0
- data/resources/locales/mr/timezones.yml +3 -0
- data/resources/locales/mr/units.yml +55 -20
- data/resources/locales/ms/calendars.yml +1 -0
- data/resources/locales/ms/currencies.yml +1 -4
- data/resources/locales/ms/languages.yml +2 -2
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/timezones.yml +3 -0
- data/resources/locales/ms/units.yml +110 -13
- data/resources/locales/mt/calendars.yml +3 -1
- data/resources/locales/mt/currencies.yml +1 -4
- data/resources/locales/mt/languages.yml +1 -2
- data/resources/locales/mt/numbers.yml +1 -0
- data/resources/locales/mt/territories.yml +4 -4
- data/resources/locales/mt/units.yml +8 -16
- data/resources/locales/my/calendars.yml +15 -13
- data/resources/locales/my/currencies.yml +11 -9
- data/resources/locales/my/languages.yml +3 -2
- data/resources/locales/my/lists.yml +16 -16
- data/resources/locales/my/numbers.yml +1 -0
- data/resources/locales/my/timezones.yml +3 -0
- data/resources/locales/my/units.yml +20 -16
- data/resources/locales/nb/calendars.yml +2 -1
- data/resources/locales/nb/currencies.yml +1 -2
- data/resources/locales/nb/fields.yml +4 -4
- data/resources/locales/nb/languages.yml +2 -2
- data/resources/locales/nb/numbers.yml +2 -1
- data/resources/locales/nb/rbnf.yml +1 -928
- data/resources/locales/nb/timezones.yml +3 -0
- data/resources/locales/nb/units.yml +133 -67
- data/resources/locales/nl/calendars.yml +1 -0
- data/resources/locales/nl/currencies.yml +1 -1
- data/resources/locales/nl/languages.yml +3 -1
- data/resources/locales/nl/numbers.yml +1 -0
- data/resources/locales/nl/timezones.yml +3 -0
- data/resources/locales/nl/units.yml +55 -23
- data/resources/locales/nl-BE/calendars.yml +1 -0
- data/resources/locales/nl-BE/currencies.yml +1 -1
- data/resources/locales/nl-BE/languages.yml +3 -1
- data/resources/locales/nl-BE/numbers.yml +1 -0
- data/resources/locales/nl-BE/timezones.yml +3 -0
- data/resources/locales/nl-BE/units.yml +55 -23
- data/resources/locales/pl/calendars.yml +4 -2
- data/resources/locales/pl/currencies.yml +6 -6
- data/resources/locales/pl/languages.yml +1 -1
- data/resources/locales/pl/numbers.yml +1 -0
- data/resources/locales/pl/timezones.yml +4 -1
- data/resources/locales/pl/units.yml +219 -162
- data/resources/locales/pt/calendars.yml +40 -5
- data/resources/locales/pt/currencies.yml +4 -6
- data/resources/locales/pt/languages.yml +1 -1
- data/resources/locales/pt/numbers.yml +1 -0
- data/resources/locales/pt/plural_rules.yml +2 -1
- data/resources/locales/pt/plurals.yml +4 -1
- data/resources/locales/pt/rbnf.yml +52 -70
- data/resources/locales/pt/timezones.yml +3 -0
- data/resources/locales/pt/units.yml +28 -33
- data/resources/locales/pt-PT/calendars.yml +24 -3
- data/resources/locales/pt-PT/currencies.yml +4 -6
- data/resources/locales/pt-PT/languages.yml +1 -1
- data/resources/locales/pt-PT/numbers.yml +1 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -1
- data/resources/locales/pt-PT/plurals.yml +4 -1
- data/resources/locales/pt-PT/territories.yml +2 -2
- data/resources/locales/pt-PT/timezones.yml +3 -0
- data/resources/locales/pt-PT/units.yml +55 -41
- data/resources/locales/ro/calendars.yml +1 -0
- data/resources/locales/ro/currencies.yml +4 -5
- data/resources/locales/ro/languages.yml +3 -1
- data/resources/locales/ro/numbers.yml +1 -0
- data/resources/locales/ro/timezones.yml +3 -0
- data/resources/locales/ro/units.yml +104 -39
- data/resources/locales/ru/calendars.yml +9 -8
- data/resources/locales/ru/currencies.yml +6 -4
- data/resources/locales/ru/day_periods.yml +4 -4
- data/resources/locales/ru/languages.yml +2 -2
- data/resources/locales/ru/numbers.yml +1 -0
- data/resources/locales/ru/timezones.yml +3 -0
- data/resources/locales/ru/units.yml +297 -321
- data/resources/locales/sk/calendars.yml +5 -3
- data/resources/locales/sk/currencies.yml +1 -1
- data/resources/locales/sk/fields.yml +2 -2
- data/resources/locales/sk/languages.yml +1 -1
- data/resources/locales/sk/numbers.yml +1 -0
- data/resources/locales/sk/timezones.yml +3 -0
- data/resources/locales/sk/units.yml +198 -225
- data/resources/locales/sl/calendars.yml +7 -5
- data/resources/locales/sl/currencies.yml +6 -5
- data/resources/locales/sl/languages.yml +1 -1
- data/resources/locales/sl/numbers.yml +1 -0
- data/resources/locales/sl/timezones.yml +3 -0
- data/resources/locales/sl/units.yml +296 -234
- data/resources/locales/sq/calendars.yml +1 -0
- data/resources/locales/sq/currencies.yml +5 -5
- data/resources/locales/sq/languages.yml +6 -1
- data/resources/locales/sq/numbers.yml +1 -0
- data/resources/locales/sq/timezones.yml +3 -0
- data/resources/locales/sq/units.yml +53 -34
- data/resources/locales/sr/calendars.yml +26 -25
- data/resources/locales/sr/currencies.yml +185 -187
- data/resources/locales/sr/fields.yml +2 -8
- data/resources/locales/sr/languages.yml +1 -1
- data/resources/locales/sr/numbers.yml +1 -0
- data/resources/locales/sr/timezones.yml +3 -0
- data/resources/locales/sr/units.yml +123 -78
- data/resources/locales/sr-Cyrl-ME/calendars.yml +19 -18
- data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
- data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
- data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
- data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
- data/resources/locales/sr-Latn-ME/calendars.yml +201 -200
- data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
- data/resources/locales/sr-Latn-ME/fields.yml +2 -8
- data/resources/locales/sr-Latn-ME/languages.yml +1 -1
- data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
- data/resources/locales/sr-Latn-ME/units.yml +660 -615
- data/resources/locales/sv/calendars.yml +1 -0
- data/resources/locales/sv/currencies.yml +4 -6
- data/resources/locales/sv/languages.yml +1 -1
- data/resources/locales/sv/numbers.yml +1 -0
- data/resources/locales/sv/timezones.yml +5 -2
- data/resources/locales/sv/units.yml +43 -297
- data/resources/locales/sw/calendars.yml +3 -1
- data/resources/locales/sw/currencies.yml +3 -5
- data/resources/locales/sw/languages.yml +2 -1
- data/resources/locales/sw/numbers.yml +1 -0
- data/resources/locales/sw/timezones.yml +3 -0
- data/resources/locales/sw/units.yml +20 -7
- data/resources/locales/ta/calendars.yml +5 -3
- data/resources/locales/ta/currencies.yml +2 -4
- data/resources/locales/ta/fields.yml +1 -1
- data/resources/locales/ta/languages.yml +1 -1
- data/resources/locales/ta/numbers.yml +1 -0
- data/resources/locales/ta/timezones.yml +3 -0
- data/resources/locales/ta/units.yml +505 -122
- data/resources/locales/th/calendars.yml +2 -12
- data/resources/locales/th/currencies.yml +1 -2
- data/resources/locales/th/languages.yml +1 -1
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/timezones.yml +3 -0
- data/resources/locales/th/units.yml +275 -16
- data/resources/locales/tr/calendars.yml +3 -1
- data/resources/locales/tr/currencies.yml +3 -2
- data/resources/locales/tr/languages.yml +1 -1
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/timezones.yml +3 -0
- data/resources/locales/tr/units.yml +56 -38
- data/resources/locales/uk/calendars.yml +8 -7
- data/resources/locales/uk/currencies.yml +5 -2
- data/resources/locales/uk/languages.yml +2 -6
- data/resources/locales/uk/numbers.yml +1 -0
- data/resources/locales/uk/timezones.yml +3 -0
- data/resources/locales/uk/units.yml +494 -299
- data/resources/locales/ur/calendars.yml +3 -1
- data/resources/locales/ur/currencies.yml +4 -6
- data/resources/locales/ur/languages.yml +2 -1
- data/resources/locales/ur/numbers.yml +1 -0
- data/resources/locales/ur/timezones.yml +3 -0
- data/resources/locales/ur/units.yml +53 -15
- data/resources/locales/vi/calendars.yml +1 -0
- data/resources/locales/vi/currencies.yml +2 -3
- data/resources/locales/vi/languages.yml +2 -2
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/timezones.yml +3 -0
- data/resources/locales/vi/units.yml +16 -17
- data/resources/locales/xh/calendars.yml +61 -7
- data/resources/locales/xh/currencies.yml +1 -7
- data/resources/locales/xh/numbers.yml +1 -0
- data/resources/locales/xh/units.yml +8 -16
- data/resources/locales/zh/calendars.yml +8 -6
- data/resources/locales/zh/currencies.yml +1 -1
- data/resources/locales/zh/languages.yml +1 -1
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/timezones.yml +4 -1
- data/resources/locales/zh/units.yml +31 -9
- data/resources/locales/zh-Hant/calendars.yml +18 -12
- data/resources/locales/zh-Hant/currencies.yml +1 -1
- data/resources/locales/zh-Hant/languages.yml +1 -1
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -1
- data/resources/locales/zh-Hant/units.yml +99 -14
- data/resources/locales/zu/calendars.yml +4 -2
- data/resources/locales/zu/currencies.yml +1 -4
- data/resources/locales/zu/fields.yml +0 -5
- data/resources/locales/zu/languages.yml +1 -1
- data/resources/locales/zu/numbers.yml +1 -0
- data/resources/locales/zu/timezones.yml +3 -0
- data/resources/locales/zu/units.yml +32 -20
- data/resources/shared/aliases.yml +4 -3
- data/resources/shared/bcp47_timezone_metadata.yml +3 -1
- data/resources/shared/hyphenation/ca.yml +1 -1
- data/resources/shared/hyphenation/de-AT.yml +1 -1
- data/resources/shared/hyphenation/de-CH.yml +1 -1
- data/resources/shared/hyphenation/de-DE.yml +1 -1
- data/resources/shared/hyphenation/eo.yml +3180 -0
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/hu-HU.yml +1439 -57
- data/resources/shared/hyphenation/mn-MN.yml +1000 -0
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/hyphenation/sq-AL.yml +14015 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/resources/shared/likely_subtags.yml +18 -9
- data/resources/shared/metazones.yml +9 -39
- data/resources/shared/numbering_systems.yml +3 -0
- data/resources/shared/parent_locales.yml +3 -2
- data/resources/shared/rbnf_root.yml +84 -2
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +574 -556
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
- data/resources/shared/segments/rules/ja/line.yml +804 -776
- data/resources/shared/segments/rules/ja/word.yml +416 -403
- data/resources/shared/segments/rules/root/grapheme.yml +407 -402
- data/resources/shared/segments/rules/root/line.yml +804 -776
- data/resources/shared/segments/rules/root/sentence.yml +574 -556
- data/resources/shared/segments/rules/root/word.yml +416 -403
- data/resources/shared/segments/rules/zh/line.yml +804 -776
- data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
- data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
- data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
- data/resources/shared/segments/tests/line_break_test.yml +2 -0
- data/resources/shared/transforms/Han-Latin.yml +57 -57
- data/resources/shared/transforms/Latin-ASCII.yml +51 -2
- data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
- data/resources/shared/validity_data.yml +54 -10
- data/resources/unicode_data/blocks/ahom.yml +112 -0
- data/resources/unicode_data/blocks/arabic.yml +16 -0
- data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
- data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
- data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
- data/resources/unicode_data/blocks/balinese.yml +48 -0
- data/resources/unicode_data/blocks/brahmi.yml +96 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
- data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
- data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
- data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
- data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/glagolitic.yml +32 -0
- data/resources/unicode_data/blocks/hanunoo.yml +2 -2
- data/resources/unicode_data/blocks/kaithi.yml +16 -0
- data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
- data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
- data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
- data/resources/unicode_data/blocks/mongolian.yml +16 -0
- data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
- data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
- data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
- data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
- data/resources/unicode_data/blocks/tagalog.yml +48 -0
- data/resources/unicode_data/blocks/takri.yml +16 -0
- data/resources/unicode_data/blocks/tangsa.yml +1425 -0
- data/resources/unicode_data/blocks/telugu.yml +32 -0
- data/resources/unicode_data/blocks/toto.yml +497 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
- data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
- data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
- data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
- data/resources/unicode_data/blocks.yml +50 -2
- data/resources/unicode_data/casefolding.yml +160 -0
- data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
- data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/R/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
- data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
- data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
- data/resources/unicode_data/properties/Cased/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Casefolded/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
- data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
- data/resources/unicode_data/properties/Dash/value.dump +0 -0
- data/resources/unicode_data/properties/Default_Ignorable_Code_Point/value.dump +0 -0
- data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +4 -2
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/Extender/value.dump +3 -2
- data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/m/value.dump +13 -5
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/u/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
- data/resources/unicode_data/properties/General_Category/S/k/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Link/value.dump +4 -3
- data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
- data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +6 -4
- data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
- data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
- data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/CL/value.dump +6 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -3
- data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/OP/value.dump +6 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
- data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
- data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/1/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Lowercase/value.dump +6 -2
- data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Glagolitic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Inherited/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
- data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
- data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
- data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
- data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
- data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Upper/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -2
- data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
- data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
- data/resources/unicode_data/properties/Uppercase/value.dump +0 -0
- data/resources/unicode_data/properties/Variation_Selector/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
- data/resources/unicode_data/property_value_aliases.yml +40 -0
- data/spec/formatters/calendars/datetime_formatter_spec.rb +2 -2
- data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
- data/spec/localized/localized_date_spec.rb +0 -12
- data/spec/localized/localized_datetime_spec.rb +1 -15
- data/spec/localized/localized_time_spec.rb +0 -12
- data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
- data/spec/shared/calendar_spec.rb +8 -8
- data/spec/shared/unit_spec.rb +9 -9
- data/spec/timezones/tests/af.yml +3 -3
- data/spec/timezones/tests/ar.yml +3 -3
- data/spec/timezones/tests/az.yml +3 -3
- data/spec/timezones/tests/be.yml +3 -3
- data/spec/timezones/tests/bg.yml +3 -3
- data/spec/timezones/tests/bn.yml +3 -3
- data/spec/timezones/tests/bo.yml +3 -3
- data/spec/timezones/tests/bs.yml +3 -3
- data/spec/timezones/tests/ca.yml +17 -17
- data/spec/timezones/tests/cs.yml +3 -3
- data/spec/timezones/tests/cy.yml +3 -3
- data/spec/timezones/tests/da.yml +3 -3
- data/spec/timezones/tests/de-AT.yml +3 -3
- data/spec/timezones/tests/de-CH.yml +3 -3
- data/spec/timezones/tests/de.yml +3 -3
- data/spec/timezones/tests/el.yml +3 -3
- data/spec/timezones/tests/en-001.yml +3 -3
- data/spec/timezones/tests/en-150.yml +3 -3
- data/spec/timezones/tests/en-AU.yml +3 -3
- data/spec/timezones/tests/en-CA.yml +208 -208
- data/spec/timezones/tests/en-GB.yml +3 -3
- data/spec/timezones/tests/en-IE.yml +3 -3
- data/spec/timezones/tests/en-IN.yml +3 -3
- data/spec/timezones/tests/en-NZ.yml +3 -3
- data/spec/timezones/tests/en-SG.yml +3 -3
- data/spec/timezones/tests/en-US.yml +3 -3
- data/spec/timezones/tests/en-ZA.yml +3 -3
- data/spec/timezones/tests/en.yml +3 -3
- data/spec/timezones/tests/eo.yml +3 -3
- data/spec/timezones/tests/es-419.yml +6 -6
- data/spec/timezones/tests/es-AR.yml +6 -6
- data/spec/timezones/tests/es-CO.yml +6 -6
- data/spec/timezones/tests/es-MX.yml +4 -4
- data/spec/timezones/tests/es-US.yml +13 -13
- data/spec/timezones/tests/es.yml +6 -6
- data/spec/timezones/tests/et.yml +3 -3
- data/spec/timezones/tests/eu.yml +285 -285
- data/spec/timezones/tests/fa.yml +14 -14
- data/spec/timezones/tests/fi.yml +3 -3
- data/spec/timezones/tests/fil.yml +9 -9
- data/spec/timezones/tests/fr-BE.yml +11 -11
- data/spec/timezones/tests/fr-CA.yml +3 -3
- data/spec/timezones/tests/fr-CH.yml +11 -11
- data/spec/timezones/tests/fr.yml +11 -11
- data/spec/timezones/tests/ga.yml +190 -190
- data/spec/timezones/tests/gl.yml +3 -3
- data/spec/timezones/tests/gu.yml +3 -3
- data/spec/timezones/tests/he.yml +3 -3
- data/spec/timezones/tests/hi.yml +7 -7
- data/spec/timezones/tests/hr.yml +3 -3
- data/spec/timezones/tests/hu.yml +3 -3
- data/spec/timezones/tests/hy.yml +3 -3
- data/spec/timezones/tests/id.yml +287 -287
- data/spec/timezones/tests/is.yml +3 -3
- data/spec/timezones/tests/it-CH.yml +3 -3
- data/spec/timezones/tests/it.yml +3 -3
- data/spec/timezones/tests/ja.yml +3 -3
- data/spec/timezones/tests/ka.yml +3 -3
- data/spec/timezones/tests/kk.yml +3 -3
- data/spec/timezones/tests/km.yml +3 -3
- data/spec/timezones/tests/kn.yml +10 -10
- data/spec/timezones/tests/ko.yml +3 -3
- data/spec/timezones/tests/lo.yml +3 -3
- data/spec/timezones/tests/lt.yml +3 -3
- data/spec/timezones/tests/lv.yml +3 -3
- data/spec/timezones/tests/mk.yml +8 -8
- data/spec/timezones/tests/mr.yml +3 -3
- data/spec/timezones/tests/ms.yml +3 -3
- data/spec/timezones/tests/mt.yml +13 -13
- data/spec/timezones/tests/my.yml +3 -3
- data/spec/timezones/tests/nb.yml +3 -3
- data/spec/timezones/tests/nl-BE.yml +3 -3
- data/spec/timezones/tests/nl.yml +3 -3
- data/spec/timezones/tests/pl.yml +5 -5
- data/spec/timezones/tests/pt-PT.yml +3 -3
- data/spec/timezones/tests/pt.yml +3 -3
- data/spec/timezones/tests/ro.yml +3 -3
- data/spec/timezones/tests/ru.yml +3 -3
- data/spec/timezones/tests/sk.yml +3 -3
- data/spec/timezones/tests/sl.yml +3 -3
- data/spec/timezones/tests/sq.yml +3 -3
- data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
- data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
- data/spec/timezones/tests/sr.yml +3 -3
- data/spec/timezones/tests/sv.yml +4 -4
- data/spec/timezones/tests/sw.yml +3 -3
- data/spec/timezones/tests/ta.yml +3 -3
- data/spec/timezones/tests/th.yml +3 -3
- data/spec/timezones/tests/tr.yml +3 -3
- data/spec/timezones/tests/uk.yml +3 -3
- data/spec/timezones/tests/ur.yml +3 -3
- data/spec/timezones/tests/vi.yml +3 -3
- data/spec/timezones/tests/xh.yml +3 -3
- data/spec/timezones/tests/zh-Hant.yml +13 -13
- data/spec/timezones/tests/zh.yml +13 -13
- data/spec/timezones/tests/zu.yml +3 -3
- data/spec/timezones/timezone_spec.rb +41 -0
- data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
- metadata +47 -6
- data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
- data/resources/custom/locales/en-AU/calendars.yml +0 -10
- data/spec/tokenizers/composite_token_spec.rb +0 -30
@@ -0,0 +1,1000 @@
|
|
1
|
+
---
|
2
|
+
:options:
|
3
|
+
:lefthyphenmin: '1'
|
4
|
+
:righthyphenmin: '1'
|
5
|
+
:compoundlefthyphenmin: '1'
|
6
|
+
:compoundrighthyphenmin: '1'
|
7
|
+
:nohyphen: "-,',’"
|
8
|
+
:nextlevel:
|
9
|
+
:rules:
|
10
|
+
- 1-1
|
11
|
+
- 1'1
|
12
|
+
- 1’1
|
13
|
+
- ".авто3а4г"
|
14
|
+
- ".авто3а4д"
|
15
|
+
- ".авто3а4к"
|
16
|
+
- ".авто3а4л"
|
17
|
+
- ".авто3а4н"
|
18
|
+
- ".авто3а4с"
|
19
|
+
- ".авто3б4л"
|
20
|
+
- ".авто3б4р"
|
21
|
+
- ".авто3в4в"
|
22
|
+
- ".авто3в4л"
|
23
|
+
- ".авто3г4р"
|
24
|
+
- ".авто3д4р"
|
25
|
+
- ".авто3и4м"
|
26
|
+
- ".авто3и4н"
|
27
|
+
- ".авто3и4о"
|
28
|
+
- ".авто3к4л"
|
29
|
+
- ".авто3к4р"
|
30
|
+
- ".авто3о4б"
|
31
|
+
- ".авто3о4к"
|
32
|
+
- ".авто3о4п"
|
33
|
+
- ".авто3о4т"
|
34
|
+
- ".авто3п4р"
|
35
|
+
- ".авто3с4к"
|
36
|
+
- ".авто3с4л"
|
37
|
+
- ".авто3с4м"
|
38
|
+
- ".авто3с4п"
|
39
|
+
- ".авто3с4т"
|
40
|
+
- ".авто3с4ц"
|
41
|
+
- ".авто3т4р"
|
42
|
+
- ".авто3ф4л"
|
43
|
+
- ".авто3ф4р"
|
44
|
+
- ".авто3х4р"
|
45
|
+
- ".авто3х4т"
|
46
|
+
- ".авто3ц4в"
|
47
|
+
- ".авто3э4к"
|
48
|
+
- ".авто3э4л"
|
49
|
+
- ".авто3э4м"
|
50
|
+
- ".авто3э4п"
|
51
|
+
- ".анти3а4в"
|
52
|
+
- ".анти3а4д"
|
53
|
+
- ".анти3а4л"
|
54
|
+
- ".анти3а4н"
|
55
|
+
- ".анти3а4п"
|
56
|
+
- ".анти3а4р"
|
57
|
+
- ".анти3а4с"
|
58
|
+
- ".анти3а4т"
|
59
|
+
- ".анти3а4у"
|
60
|
+
- ".анти3б4л"
|
61
|
+
- ".анти3г4л"
|
62
|
+
- ".анти3г4р"
|
63
|
+
- ".анти3д4р"
|
64
|
+
- ".анти3и4д"
|
65
|
+
- ".анти3и4з"
|
66
|
+
- ".анти3и4м"
|
67
|
+
- ".анти3и4н"
|
68
|
+
- ".анти3к4в"
|
69
|
+
- ".анти3к4л"
|
70
|
+
- ".анти3о4б"
|
71
|
+
- ".анти3о4з"
|
72
|
+
- ".анти3о4к"
|
73
|
+
- ".анти3п4л"
|
74
|
+
- ".анти3п4н"
|
75
|
+
- ".анти3п4р"
|
76
|
+
- ".анти3п4с"
|
77
|
+
- ".анти3с4в"
|
78
|
+
- ".анти3с4к"
|
79
|
+
- ".анти3с4т"
|
80
|
+
- ".анти3с4ц"
|
81
|
+
- ".анти3т4р"
|
82
|
+
- ".анти3у4з"
|
83
|
+
- ".анти3у4р"
|
84
|
+
- ".анти3у4т"
|
85
|
+
- ".анти3ф4л"
|
86
|
+
- ".анти3ф4р"
|
87
|
+
- ".анти3х4л"
|
88
|
+
- ".анти3х4р"
|
89
|
+
- ".анти3э4м"
|
90
|
+
- ".анти3э4н"
|
91
|
+
- ".анти3э4р"
|
92
|
+
- ".астро3б4л"
|
93
|
+
- ".астро3г4л"
|
94
|
+
- ".астро3г4р"
|
95
|
+
- ".астро3и4н"
|
96
|
+
- ".астро3о4р"
|
97
|
+
- ".астро3с4п"
|
98
|
+
- ".астро3ш4т"
|
99
|
+
- ".аэро3д4р"
|
100
|
+
- ".аэро3к4л"
|
101
|
+
- ".аэро3п4л"
|
102
|
+
- ".аэро3с4т"
|
103
|
+
- ".аэро3ф4л"
|
104
|
+
- ".би3а4к"
|
105
|
+
- ".би3а4л"
|
106
|
+
- ".би3а4ф"
|
107
|
+
- ".би3к4в"
|
108
|
+
- ".би3к4р"
|
109
|
+
- ".би3о4р"
|
110
|
+
- ".би3п4р"
|
111
|
+
- ".би3э4к"
|
112
|
+
- ".био3а4к"
|
113
|
+
- ".био3а4н"
|
114
|
+
- ".био3а4п"
|
115
|
+
- ".био3а4с"
|
116
|
+
- ".био3б4л"
|
117
|
+
- ".био3г4р"
|
118
|
+
- ".био3и4н"
|
119
|
+
- ".био3к4л"
|
120
|
+
- ".био3к4р"
|
121
|
+
- ".био3о4р"
|
122
|
+
- ".био3п4л"
|
123
|
+
- ".био3п4р"
|
124
|
+
- ".био3с4к"
|
125
|
+
- ".био3с4п"
|
126
|
+
- ".био3с4т"
|
127
|
+
- ".био3с4ф"
|
128
|
+
- ".био3х4р"
|
129
|
+
- ".био3э4к"
|
130
|
+
- ".био3э4л"
|
131
|
+
- ".био3э4н"
|
132
|
+
- ".био3э4т"
|
133
|
+
- ".бь4"
|
134
|
+
- ".въ4"
|
135
|
+
- ".вь4"
|
136
|
+
- ".газо3а4б"
|
137
|
+
- ".газо3а4д"
|
138
|
+
- ".газо3а4н"
|
139
|
+
- ".газо3а4п"
|
140
|
+
- ".гео3а4к"
|
141
|
+
- ".гео3б4л"
|
142
|
+
- ".гео3г4р"
|
143
|
+
- ".гео3и4з"
|
144
|
+
- ".гео3и4н"
|
145
|
+
- ".гео3к4р"
|
146
|
+
- ".гео3с4к"
|
147
|
+
- ".гео3с4т"
|
148
|
+
- ".гео3с4ф"
|
149
|
+
- ".гео3т4р"
|
150
|
+
- ".гео3ф4л"
|
151
|
+
- ".гео3х4р"
|
152
|
+
- ".гео3э4к"
|
153
|
+
- ".гео3э4л"
|
154
|
+
- ".гидро3а4б"
|
155
|
+
- ".гидро3а4в"
|
156
|
+
- ".гидро3а4г"
|
157
|
+
- ".гидро3а4д"
|
158
|
+
- ".гидро3а4к"
|
159
|
+
- ".гидро3а4л"
|
160
|
+
- ".гидро3а4м"
|
161
|
+
- ".гидро3а4р"
|
162
|
+
- ".гидро3а4э"
|
163
|
+
- ".гидро3г4р"
|
164
|
+
- ".гидро3и4з"
|
165
|
+
- ".гидро3и4н"
|
166
|
+
- ".гидро3и4о"
|
167
|
+
- ".гидро3к4л"
|
168
|
+
- ".гидро3к4р"
|
169
|
+
- ".гидро3о4к"
|
170
|
+
- ".гидро3п4л"
|
171
|
+
- ".гидро3п4н"
|
172
|
+
- ".гидро3с4т"
|
173
|
+
- ".гидро3с4ф"
|
174
|
+
- ".гидро3т4р"
|
175
|
+
- ".гидро3у4д"
|
176
|
+
- ".гидро3у4з"
|
177
|
+
- ".гидро3у4р"
|
178
|
+
- ".гидро3х4л"
|
179
|
+
- ".гидро3э4к"
|
180
|
+
- ".гидро3э4л"
|
181
|
+
- ".гидро3э4н"
|
182
|
+
- ".гипе2р3а4д"
|
183
|
+
- ".гипе2р3а4з"
|
184
|
+
- ".гипе2р3а4к"
|
185
|
+
- ".гипе2р3а4л"
|
186
|
+
- ".гипе2р3а4м"
|
187
|
+
- ".гипе2р3а4р"
|
188
|
+
- ".гипе2р3а4ц"
|
189
|
+
- ".гипе2р3а4э"
|
190
|
+
- ".гипе2р3е4а"
|
191
|
+
- ".гипе2р3е4м"
|
192
|
+
- ".гипе2р3е4р"
|
193
|
+
- ".гипе2р3е4с"
|
194
|
+
- ".гипе2р3и4з"
|
195
|
+
- ".гипе2р3и4м"
|
196
|
+
- ".гипе2р3и4н"
|
197
|
+
- ".гипе2р3о4в"
|
198
|
+
- ".гипе2р3о4к"
|
199
|
+
- ".гипе2р3о4с"
|
200
|
+
- ".гипер3б4р"
|
201
|
+
- ".гипер3г4л"
|
202
|
+
- ".гипер3г4р"
|
203
|
+
- ".гипер3к4в"
|
204
|
+
- ".гипер3к4р"
|
205
|
+
- ".гипер3м4н"
|
206
|
+
- ".гипер3п4л"
|
207
|
+
- ".гипер3п4н"
|
208
|
+
- ".гипер3п4р"
|
209
|
+
- ".гипер3с4п"
|
210
|
+
- ".гипер3с4р"
|
211
|
+
- ".гипер3с4с"
|
212
|
+
- ".гипер3с4т"
|
213
|
+
- ".гипер3т4р"
|
214
|
+
- ".гипер3у4р"
|
215
|
+
- ".гипер3ф4р"
|
216
|
+
- ".гипер3х4л"
|
217
|
+
- ".гипер3х4р"
|
218
|
+
- ".гипер3э4к"
|
219
|
+
- ".гипер3э4л"
|
220
|
+
- ".гипер3э4н"
|
221
|
+
- ".гипер3э4о"
|
222
|
+
- ".гипер3э4с"
|
223
|
+
- ".голо3б4л"
|
224
|
+
- ".голо3э4д"
|
225
|
+
- ".гомо3а4з"
|
226
|
+
- ".гомо3а4к"
|
227
|
+
- ".гомо3а4т"
|
228
|
+
- ".гомо3к4л"
|
229
|
+
- ".гомо3п4л"
|
230
|
+
- ".гомо3с4п"
|
231
|
+
- ".гомо3т4р"
|
232
|
+
- ".гомо3ф4т"
|
233
|
+
- ".гомо3э4н"
|
234
|
+
- ".гомо3э4п"
|
235
|
+
- ".гь4"
|
236
|
+
- ".ди1а3г4н"
|
237
|
+
- ".ди4ст5ри"
|
238
|
+
- ".ди4ст5ро"
|
239
|
+
- ".диа3д4р"
|
240
|
+
- ".диа3к4л"
|
241
|
+
- ".диа3к4р"
|
242
|
+
- ".диа3с4к"
|
243
|
+
- ".диа3с4п"
|
244
|
+
- ".диа3с4т"
|
245
|
+
- ".диа3т4р"
|
246
|
+
- ".диа3ф4р"
|
247
|
+
- ".диазо3т4р"
|
248
|
+
- ".диазо3э4т"
|
249
|
+
- ".диазо3э4ф"
|
250
|
+
- ".дина3т4р"
|
251
|
+
- ".дь4"
|
252
|
+
- ".евро3а4з"
|
253
|
+
- ".евро3а4т"
|
254
|
+
- ".евро3и4е"
|
255
|
+
- ".евро3к4р"
|
256
|
+
- ".евро3о4б"
|
257
|
+
- ".евро3с4п"
|
258
|
+
- ".евро3с4т"
|
259
|
+
- ".изо3а4в"
|
260
|
+
- ".изо3а4г"
|
261
|
+
- ".изо3а4д"
|
262
|
+
- ".изо3а4з"
|
263
|
+
- ".изо3а4к"
|
264
|
+
- ".изо3а4л"
|
265
|
+
- ".изо3а4м"
|
266
|
+
- ".изо3а4н"
|
267
|
+
- ".изо3б4р"
|
268
|
+
- ".изо3в4р"
|
269
|
+
- ".изо3г4л"
|
270
|
+
- ".изо3г4р"
|
271
|
+
- ".изо3д4р"
|
272
|
+
- ".изо3и4о"
|
273
|
+
- ".изо3й4о"
|
274
|
+
- ".изо3к4л"
|
275
|
+
- ".изо3к4р"
|
276
|
+
- ".изо3л4г"
|
277
|
+
- ".изо3л4ж"
|
278
|
+
- ".изо3о4к"
|
279
|
+
- ".изо3п4л"
|
280
|
+
- ".изо3п4р"
|
281
|
+
- ".изо3с4т"
|
282
|
+
- ".изо3т4к"
|
283
|
+
- ".изо3т4р"
|
284
|
+
- ".изо3х4р"
|
285
|
+
- ".изо3ш4л"
|
286
|
+
- ".изо3э4в"
|
287
|
+
- ".изо3э4д"
|
288
|
+
- ".изо3э4й"
|
289
|
+
- ".изо3э4л"
|
290
|
+
- ".изо3э4н"
|
291
|
+
- ".ин3а4кт"
|
292
|
+
- ".ин3а4п"
|
293
|
+
- ".ин3а4у"
|
294
|
+
- ".ин3б4р"
|
295
|
+
- ".ин3г4р"
|
296
|
+
- ".ин3к4л"
|
297
|
+
- ".ин3к4р"
|
298
|
+
- ".ин3с4тр"
|
299
|
+
- ".инте2р3а4к"
|
300
|
+
- ".интер3г4р"
|
301
|
+
- ".интер3к4в"
|
302
|
+
- ".интер3к4р"
|
303
|
+
- ".интер3п4р"
|
304
|
+
- ".интер3ф4л"
|
305
|
+
- ".кило3а4м"
|
306
|
+
- ".кило3г4р"
|
307
|
+
- ".кило3э4л"
|
308
|
+
- ".кино3а4к"
|
309
|
+
- ".кино3а4н"
|
310
|
+
- ".кино3а4п"
|
311
|
+
- ".кино3а4ф"
|
312
|
+
- ".кино3б4л"
|
313
|
+
- ".кино3д4р"
|
314
|
+
- ".кино3и4с"
|
315
|
+
- ".кино3к4л"
|
316
|
+
- ".кино3к4р"
|
317
|
+
- ".кино3о4п"
|
318
|
+
- ".кино3п4л"
|
319
|
+
- ".кино3п4р"
|
320
|
+
- ".кино3с4к"
|
321
|
+
- ".кино3с4ъ"
|
322
|
+
- ".кино3ф4л"
|
323
|
+
- ".кино3ф4р"
|
324
|
+
- ".кино3х4р"
|
325
|
+
- ".кино3э4к"
|
326
|
+
- ".ко3а4г"
|
327
|
+
- ".ко3а4д"
|
328
|
+
- ".ко3а4к"
|
329
|
+
- ".ко3и4н"
|
330
|
+
- ".ко3о4п"
|
331
|
+
- ".ко3о4р"
|
332
|
+
- ".ко3п4л"
|
333
|
+
- ".ко3э4ф"
|
334
|
+
- ".кь4"
|
335
|
+
- ".ль4"
|
336
|
+
- ".макро3а4н"
|
337
|
+
- ".макро3а4с"
|
338
|
+
- ".макро3б4л"
|
339
|
+
- ".макро3б4р"
|
340
|
+
- ".макро3г4л"
|
341
|
+
- ".макро3г4н"
|
342
|
+
- ".макро3г4р"
|
343
|
+
- ".макро3и4н"
|
344
|
+
- ".макро3и4с"
|
345
|
+
- ".макро3к4л"
|
346
|
+
- ".макро3к4р"
|
347
|
+
- ".макро3о4в"
|
348
|
+
- ".макро3о4п"
|
349
|
+
- ".макро3о4р"
|
350
|
+
- ".макро3п4л"
|
351
|
+
- ".макро3п4р"
|
352
|
+
- ".макро3с4к"
|
353
|
+
- ".макро3с4п"
|
354
|
+
- ".макро3с4т"
|
355
|
+
- ".макро3с4х"
|
356
|
+
- ".макро3т4р"
|
357
|
+
- ".макро3ф4л"
|
358
|
+
- ".макро3ф4т"
|
359
|
+
- ".макро3э4в"
|
360
|
+
- ".макро3э4к"
|
361
|
+
- ".макро3э4л"
|
362
|
+
- ".макро3э4н"
|
363
|
+
- ".макро3э4р"
|
364
|
+
- ".макро3э4с"
|
365
|
+
- ".мега3о4м"
|
366
|
+
- ".мега3п4р"
|
367
|
+
- ".мега3с4к"
|
368
|
+
- ".мега3с4п"
|
369
|
+
- ".мега3э4л"
|
370
|
+
- ".микро3а4в"
|
371
|
+
- ".микро3а4г"
|
372
|
+
- ".микро3а4д"
|
373
|
+
- ".микро3а4м"
|
374
|
+
- ".микро3а4н"
|
375
|
+
- ".микро3а4р"
|
376
|
+
- ".микро3а4с"
|
377
|
+
- ".микро3а4у"
|
378
|
+
- ".микро3а4э"
|
379
|
+
- ".микро3б4л"
|
380
|
+
- ".микро3б4р"
|
381
|
+
- ".микро3г4р"
|
382
|
+
- ".микро3д4в"
|
383
|
+
- ".микро3и4з"
|
384
|
+
- ".микро3и4н"
|
385
|
+
- ".микро3и4с"
|
386
|
+
- ".микро3й4о"
|
387
|
+
- ".микро3к4л"
|
388
|
+
- ".микро3к4н"
|
389
|
+
- ".микро3к4р"
|
390
|
+
- ".микро3о4б"
|
391
|
+
- ".микро3о4п"
|
392
|
+
- ".микро3о4р"
|
393
|
+
- ".микро3о4с"
|
394
|
+
- ".микро3п4л"
|
395
|
+
- ".микро3п4р"
|
396
|
+
- ".микро3с4к"
|
397
|
+
- ".микро3с4п"
|
398
|
+
- ".микро3с4т"
|
399
|
+
- ".микро3с4ф"
|
400
|
+
- ".микро3с4х"
|
401
|
+
- ".микро3т4р"
|
402
|
+
- ".микро3ф4л"
|
403
|
+
- ".микро3х4р"
|
404
|
+
- ".микро3э4в"
|
405
|
+
- ".микро3э4л"
|
406
|
+
- ".микро3э4м"
|
407
|
+
- ".микро3э4н"
|
408
|
+
- ".микро3э4р"
|
409
|
+
- ".милли3а4м"
|
410
|
+
- ".милли3г4р"
|
411
|
+
- ".милли3о4м"
|
412
|
+
- ".милли3э4к"
|
413
|
+
- ".моно3а4в"
|
414
|
+
- ".моно3а4з"
|
415
|
+
- ".моно3а4л"
|
416
|
+
- ".моно3а4м"
|
417
|
+
- ".моно3а4н"
|
418
|
+
- ".моно3а4р"
|
419
|
+
- ".моно3а4т"
|
420
|
+
- ".моно3а4ц"
|
421
|
+
- ".моно3б4л"
|
422
|
+
- ".моно3б4р"
|
423
|
+
- ".моно3г4л"
|
424
|
+
- ".моно3г4р"
|
425
|
+
- ".моно3и4з"
|
426
|
+
- ".моно3и4м"
|
427
|
+
- ".моно3и4н"
|
428
|
+
- ".моно3к4л"
|
429
|
+
- ".моно3к4р"
|
430
|
+
- ".моно3о4к"
|
431
|
+
- ".моно3о4л"
|
432
|
+
- ".моно3п4л"
|
433
|
+
- ".моно3п4р"
|
434
|
+
- ".моно3п4с"
|
435
|
+
- ".моно3с4п"
|
436
|
+
- ".моно3с4т"
|
437
|
+
- ".моно3т4р"
|
438
|
+
- ".моно3ф4т"
|
439
|
+
- ".моно3х4л"
|
440
|
+
- ".моно3х4р"
|
441
|
+
- ".моно3э4д"
|
442
|
+
- ".моно3э4н"
|
443
|
+
- ".моно3э4п"
|
444
|
+
- ".моно3э4т"
|
445
|
+
- ".моно3э4ф"
|
446
|
+
- ".мото3д4р"
|
447
|
+
- ".мото3к4р"
|
448
|
+
- ".мото3п4л"
|
449
|
+
- ".мото3п4р"
|
450
|
+
- ".мото3с4п"
|
451
|
+
- ".мото3ш4л"
|
452
|
+
- ".мь4"
|
453
|
+
- ".на3у"
|
454
|
+
- ".нано3а4д"
|
455
|
+
- ".нано3п4р"
|
456
|
+
- ".нео3а4д"
|
457
|
+
- ".нео3а4н"
|
458
|
+
- ".нео3а4р"
|
459
|
+
- ".нео3б4л"
|
460
|
+
- ".нео3г4л"
|
461
|
+
- ".нео3г4н"
|
462
|
+
- ".нео3г4р"
|
463
|
+
- ".нео3и4з"
|
464
|
+
- ".нео3и4м"
|
465
|
+
- ".нео3и4н"
|
466
|
+
- ".нео3к4л"
|
467
|
+
- ".нео3к4р"
|
468
|
+
- ".нео3п4л"
|
469
|
+
- ".нео3п4р"
|
470
|
+
- ".нео3х4р"
|
471
|
+
- ".нео3э4з"
|
472
|
+
- ".нео3э4н"
|
473
|
+
- ".нео3э4п"
|
474
|
+
- ".нео3э4с"
|
475
|
+
- ".нь4"
|
476
|
+
- ".орто3а4л"
|
477
|
+
- ".орто3а4м"
|
478
|
+
- ".орто3а4н"
|
479
|
+
- ".орто3а4р"
|
480
|
+
- ".орто3д4р"
|
481
|
+
- ".орто3и4з"
|
482
|
+
- ".орто3к4р"
|
483
|
+
- ".орто3п4л"
|
484
|
+
- ".орто3п4р"
|
485
|
+
- ".орто3п4с"
|
486
|
+
- ".орто3с4в"
|
487
|
+
- ".орто3с4к"
|
488
|
+
- ".орто3с4т"
|
489
|
+
- ".орто3т4р"
|
490
|
+
- ".орто3х4л"
|
491
|
+
- ".орто3х4р"
|
492
|
+
- ".орто3э4т"
|
493
|
+
- ".орто3э4ф"
|
494
|
+
- ".пара3а4к"
|
495
|
+
- ".пара3а4л"
|
496
|
+
- ".пара3а4м"
|
497
|
+
- ".пара3а4н"
|
498
|
+
- ".пара3а4п"
|
499
|
+
- ".пара3а4ц"
|
500
|
+
- ".пара3б4л"
|
501
|
+
- ".пара3г4н"
|
502
|
+
- ".пара3г4р"
|
503
|
+
- ".пара3к4л"
|
504
|
+
- ".пара3к4р"
|
505
|
+
- ".пара3о4к"
|
506
|
+
- ".пара3п4л"
|
507
|
+
- ".пара3п4с"
|
508
|
+
- ".пара3с4п"
|
509
|
+
- ".пара3с4ф"
|
510
|
+
- ".пара3с4ц"
|
511
|
+
- ".пара3т4р"
|
512
|
+
- ".пара3х4л"
|
513
|
+
- ".пара3х4р"
|
514
|
+
- ".пара3э4л"
|
515
|
+
- ".пара3э4т"
|
516
|
+
- ".паро3п4р"
|
517
|
+
- ".поли3а4в"
|
518
|
+
- ".поли3а4д"
|
519
|
+
- ".поли3а4з"
|
520
|
+
- ".поли3а4к"
|
521
|
+
- ".поли3а4л"
|
522
|
+
- ".поли3а4м"
|
523
|
+
- ".поли3а4н"
|
524
|
+
- ".поли3а4р"
|
525
|
+
- ".поли3а4ц"
|
526
|
+
- ".поли3б4р"
|
527
|
+
- ".поли3г4л"
|
528
|
+
- ".поли3г4р"
|
529
|
+
- ".поли3и4з"
|
530
|
+
- ".поли3и4м"
|
531
|
+
- ".поли3к4л"
|
532
|
+
- ".поли3к4р"
|
533
|
+
- ".поли3о4к"
|
534
|
+
- ".поли3о4л"
|
535
|
+
- ".поли3п4л"
|
536
|
+
- ".поли3п4н"
|
537
|
+
- ".поли3п4р"
|
538
|
+
- ".поли3с4п"
|
539
|
+
- ".поли3с4т"
|
540
|
+
- ".поли3у4р"
|
541
|
+
- ".поли3х4л"
|
542
|
+
- ".поли3х4р"
|
543
|
+
- ".поли3э4д"
|
544
|
+
- ".поли3э4к"
|
545
|
+
- ".поли3э4л"
|
546
|
+
- ".поли3э4н"
|
547
|
+
- ".поли3э4т"
|
548
|
+
- ".поли3э4ф"
|
549
|
+
- ".пре3э4к"
|
550
|
+
- ".пре3ю4д"
|
551
|
+
- ".про3а4г"
|
552
|
+
- ".про3а4к"
|
553
|
+
- ".про3а4м"
|
554
|
+
- ".про3а4н"
|
555
|
+
- ".про3а4у"
|
556
|
+
- ".про3г4р"
|
557
|
+
- ".про3и4г"
|
558
|
+
- ".про3и4з"
|
559
|
+
- ".про3и4л"
|
560
|
+
- ".про3и4н"
|
561
|
+
- ".про3к4л"
|
562
|
+
- ".про3с4п"
|
563
|
+
- ".про3х4р"
|
564
|
+
- ".про3э4к"
|
565
|
+
- ".про3э4м"
|
566
|
+
- ".про3э4н"
|
567
|
+
- ".про3э4р"
|
568
|
+
- ".про3э4с"
|
569
|
+
- ".прото3х4л"
|
570
|
+
- ".прото3х4р"
|
571
|
+
- ".прото3э4р"
|
572
|
+
- ".проф3г4р"
|
573
|
+
- ".пъ4"
|
574
|
+
- ".пь4"
|
575
|
+
- ".ре3а4б"
|
576
|
+
- ".ре3а4г"
|
577
|
+
- ".ре3а4д"
|
578
|
+
- ".ре3а4к"
|
579
|
+
- ".ре3а4с"
|
580
|
+
- ".ре3а4ф"
|
581
|
+
- ".ре3а4э"
|
582
|
+
- ".ре3г4р"
|
583
|
+
- ".ре3и4м"
|
584
|
+
- ".ре3и4н"
|
585
|
+
- ".ре3и4ф"
|
586
|
+
- ".ре3к4р"
|
587
|
+
- ".ре3п4р"
|
588
|
+
- ".ре3т4ра"
|
589
|
+
- ".ретро3а4к"
|
590
|
+
- ".ретро3а4у"
|
591
|
+
- ".ретро3г4р"
|
592
|
+
- ".ретро3о4т"
|
593
|
+
- ".ретро3ф4л"
|
594
|
+
- ".санти3г4р"
|
595
|
+
- ".стерео3а4д"
|
596
|
+
- ".стерео3а4к"
|
597
|
+
- ".стерео3б4л"
|
598
|
+
- ".стерео3г4р"
|
599
|
+
- ".стерео3и4з"
|
600
|
+
- ".стерео3с4к"
|
601
|
+
- ".стерео3с4п"
|
602
|
+
- ".стерео3т4р"
|
603
|
+
- ".стерео3э4л"
|
604
|
+
- ".стерео3э4н"
|
605
|
+
- ".стерео3э4ф"
|
606
|
+
- ".супер3а4г"
|
607
|
+
- ".супер3а4д"
|
608
|
+
- ".супер3а4к"
|
609
|
+
- ".супер3а4н"
|
610
|
+
- ".супер3а4р"
|
611
|
+
- ".супер3а4э"
|
612
|
+
- ".супер3г4р"
|
613
|
+
- ".супер3е4с"
|
614
|
+
- ".супер3и4з"
|
615
|
+
- ".супер3и4к"
|
616
|
+
- ".супер3и4м"
|
617
|
+
- ".супер3и4н"
|
618
|
+
- ".супер3к4л"
|
619
|
+
- ".супер3п4р"
|
620
|
+
- ".супер3с4к"
|
621
|
+
- ".супер3с4п"
|
622
|
+
- ".супер3с4т"
|
623
|
+
- ".супер3х4р"
|
624
|
+
- ".супер3э4в"
|
625
|
+
- ".супер3э4к"
|
626
|
+
- ".супер3э4ф"
|
627
|
+
- ".съ4"
|
628
|
+
- ".сь4"
|
629
|
+
- ".ть4"
|
630
|
+
- ".фь4"
|
631
|
+
- ".хризо3и4д"
|
632
|
+
- ".хризо3п4р"
|
633
|
+
- ".хризо3с4т"
|
634
|
+
- ".хь4"
|
635
|
+
- ".элек3тро"
|
636
|
+
- ".элек3тро3а4в"
|
637
|
+
- ".элек3тро3а4г"
|
638
|
+
- ".элек3тро3а4к"
|
639
|
+
- ".элек3тро3а4н"
|
640
|
+
- ".элек3тро3а4э"
|
641
|
+
- ".элек3тро3б4л"
|
642
|
+
- ".элек3тро3и4з"
|
643
|
+
- ".элек3тро3и4с"
|
644
|
+
- ".элек3тро3о4б"
|
645
|
+
- ".элек3тро3о4в"
|
646
|
+
- ".элек3тро3о4г"
|
647
|
+
- ".элек3тро3о4д"
|
648
|
+
- ".элек3тро3о4к"
|
649
|
+
- ".элек3тро3о4п"
|
650
|
+
- ".элек3тро3о4с"
|
651
|
+
- ".элек3тро3о4т"
|
652
|
+
- ".элек3тро3о4ф"
|
653
|
+
- ".элек3тро3о4ч"
|
654
|
+
- ".элек3тро3с4т"
|
655
|
+
- ".элек3тро3т4р"
|
656
|
+
- ".элек3тро3э4к"
|
657
|
+
- ".элек3тро3э4н"
|
658
|
+
- ".элек3тро3э4р"
|
659
|
+
- 1ба
|
660
|
+
- 1бе
|
661
|
+
- 1бё
|
662
|
+
- 1би
|
663
|
+
- 1бо
|
664
|
+
- 1бө
|
665
|
+
- 1бу
|
666
|
+
- 1бү
|
667
|
+
- 1бы
|
668
|
+
- 1бь2ю
|
669
|
+
- 1бэ
|
670
|
+
- 1бю
|
671
|
+
- 1бя
|
672
|
+
- 1ва
|
673
|
+
- 1ве
|
674
|
+
- 1вё
|
675
|
+
- 1ви
|
676
|
+
- 1во
|
677
|
+
- 1вө
|
678
|
+
- 1ву
|
679
|
+
- 1вү
|
680
|
+
- 1вы
|
681
|
+
- 1вь2ю
|
682
|
+
- 1вэ
|
683
|
+
- 1вю
|
684
|
+
- 1вя
|
685
|
+
- 1га
|
686
|
+
- 1ге
|
687
|
+
- 1гё
|
688
|
+
- 1ги
|
689
|
+
- 1го
|
690
|
+
- 1гө
|
691
|
+
- 1гу
|
692
|
+
- 1гү
|
693
|
+
- 1гы
|
694
|
+
- 1гь2ю
|
695
|
+
- 1гэ
|
696
|
+
- 1гю
|
697
|
+
- 1гя
|
698
|
+
- 1да
|
699
|
+
- 1де
|
700
|
+
- 1дё
|
701
|
+
- 1ди
|
702
|
+
- 1до
|
703
|
+
- 1дө
|
704
|
+
- 1ду
|
705
|
+
- 1дү
|
706
|
+
- 1ды
|
707
|
+
- 1дь2ю
|
708
|
+
- 1дэ
|
709
|
+
- 1дю
|
710
|
+
- 1дя
|
711
|
+
- 1жа
|
712
|
+
- 1же
|
713
|
+
- 1жё
|
714
|
+
- 1жи
|
715
|
+
- 1жо
|
716
|
+
- 1жө
|
717
|
+
- 1жу
|
718
|
+
- 1жү
|
719
|
+
- 1жэ
|
720
|
+
- 1жю
|
721
|
+
- 1жя
|
722
|
+
- 1за
|
723
|
+
- 1зе
|
724
|
+
- 1зё
|
725
|
+
- 1зи
|
726
|
+
- 1зо
|
727
|
+
- 1зө
|
728
|
+
- 1зу
|
729
|
+
- 1зү
|
730
|
+
- 1зы
|
731
|
+
- 1зь2ю
|
732
|
+
- 1зэ
|
733
|
+
- 1зю
|
734
|
+
- 1зя
|
735
|
+
- 1ка
|
736
|
+
- 1ке
|
737
|
+
- 1кё
|
738
|
+
- 1ки
|
739
|
+
- 1ко
|
740
|
+
- 1ку
|
741
|
+
- 1кү
|
742
|
+
- 1кэ
|
743
|
+
- 1кю
|
744
|
+
- 1кя
|
745
|
+
- 1ла
|
746
|
+
- 1ле
|
747
|
+
- 1лё
|
748
|
+
- 1ли
|
749
|
+
- 1ло
|
750
|
+
- 1лө
|
751
|
+
- 1лу
|
752
|
+
- 1лү
|
753
|
+
- 1лы
|
754
|
+
- 1лэ
|
755
|
+
- 1лю
|
756
|
+
- 1ля
|
757
|
+
- 1ма
|
758
|
+
- 1ме
|
759
|
+
- 1мё
|
760
|
+
- 1ми
|
761
|
+
- 1мо
|
762
|
+
- 1мө
|
763
|
+
- 1му
|
764
|
+
- 1мү
|
765
|
+
- 1мы
|
766
|
+
- 1мэ
|
767
|
+
- 1мю
|
768
|
+
- 1мя
|
769
|
+
- 1на
|
770
|
+
- 1не
|
771
|
+
- 1нё
|
772
|
+
- 1ни
|
773
|
+
- 1но
|
774
|
+
- 1нө
|
775
|
+
- 1ну
|
776
|
+
- 1нү
|
777
|
+
- 1ны
|
778
|
+
- 1нь2ю
|
779
|
+
- 1нэ
|
780
|
+
- 1ню
|
781
|
+
- 1ня
|
782
|
+
- 1па
|
783
|
+
- 1пе
|
784
|
+
- 1пё
|
785
|
+
- 1пи
|
786
|
+
- 1по
|
787
|
+
- 1пө
|
788
|
+
- 1пу
|
789
|
+
- 1пү
|
790
|
+
- 1пы
|
791
|
+
- 1пь2ю
|
792
|
+
- 1пэ
|
793
|
+
- 1пю
|
794
|
+
- 1пя
|
795
|
+
- 1ра
|
796
|
+
- 1ре
|
797
|
+
- 1рё
|
798
|
+
- 1ри
|
799
|
+
- 1ро
|
800
|
+
- 1рө
|
801
|
+
- 1ру
|
802
|
+
- 1рү
|
803
|
+
- 1ры
|
804
|
+
- 1рэ
|
805
|
+
- 1рю
|
806
|
+
- 1ря
|
807
|
+
- 1са
|
808
|
+
- 1се
|
809
|
+
- 1сё
|
810
|
+
- 1си
|
811
|
+
- 1со
|
812
|
+
- 1сө
|
813
|
+
- 1су
|
814
|
+
- 1сү
|
815
|
+
- 1сы
|
816
|
+
- 1сэ
|
817
|
+
- 1сю
|
818
|
+
- 1ся
|
819
|
+
- 1та
|
820
|
+
- 1те
|
821
|
+
- 1тё
|
822
|
+
- 1ти
|
823
|
+
- 1то
|
824
|
+
- 1тө
|
825
|
+
- 1ту
|
826
|
+
- 1тү
|
827
|
+
- 1ты
|
828
|
+
- 1ть2ю
|
829
|
+
- 1тэ
|
830
|
+
- 1тю
|
831
|
+
- 1тя
|
832
|
+
- 1фа
|
833
|
+
- 1фе
|
834
|
+
- 1фё
|
835
|
+
- 1фи
|
836
|
+
- 1фо
|
837
|
+
- 1фу
|
838
|
+
- 1фы
|
839
|
+
- 1фэ
|
840
|
+
- 1фю
|
841
|
+
- 1фя
|
842
|
+
- 1ха
|
843
|
+
- 1хе
|
844
|
+
- 1хё
|
845
|
+
- 1хи
|
846
|
+
- 1хо
|
847
|
+
- 1хө
|
848
|
+
- 1ху
|
849
|
+
- 1хү
|
850
|
+
- 1хы
|
851
|
+
- 1хэ
|
852
|
+
- 1хю
|
853
|
+
- 1хя
|
854
|
+
- 1ца
|
855
|
+
- 1це
|
856
|
+
- 1цё
|
857
|
+
- 1ци
|
858
|
+
- 1цо
|
859
|
+
- 1цө
|
860
|
+
- 1цу
|
861
|
+
- 1цү
|
862
|
+
- 1цы
|
863
|
+
- 1цэ
|
864
|
+
- 1цю
|
865
|
+
- 1ця
|
866
|
+
- 1ча
|
867
|
+
- 1че
|
868
|
+
- 1чё
|
869
|
+
- 1чи
|
870
|
+
- 1чо
|
871
|
+
- 1чө
|
872
|
+
- 1чу
|
873
|
+
- 1чү
|
874
|
+
- 1чэ
|
875
|
+
- 1чю
|
876
|
+
- 1чя
|
877
|
+
- 1ша
|
878
|
+
- 1ше
|
879
|
+
- 1шё
|
880
|
+
- 1ши
|
881
|
+
- 1шо
|
882
|
+
- 1шө
|
883
|
+
- 1шу
|
884
|
+
- 1шү
|
885
|
+
- 1шэ
|
886
|
+
- 1шю
|
887
|
+
- 1шя
|
888
|
+
- 1ща
|
889
|
+
- 1ще
|
890
|
+
- 1щи
|
891
|
+
- 1щу
|
892
|
+
- 2а1я
|
893
|
+
- 2аа
|
894
|
+
- 2б3ю4у
|
895
|
+
- 2б3ю4ү
|
896
|
+
- 2в3ю4у
|
897
|
+
- 2в3ю4ү
|
898
|
+
- 2г3ю4у
|
899
|
+
- 2г3ю4ү
|
900
|
+
- 2д3ю4у
|
901
|
+
- 2д3ю4ү
|
902
|
+
- 2ж3ю4у
|
903
|
+
- 2ж3ю4ү
|
904
|
+
- 2з3ю4у
|
905
|
+
- 2з3ю4ү
|
906
|
+
- 2и1е
|
907
|
+
- 2й1е
|
908
|
+
- 2й1ё
|
909
|
+
- 2й1ю
|
910
|
+
- 2й1я
|
911
|
+
- 2л3ю4у
|
912
|
+
- 2л3ю4ү
|
913
|
+
- 2м3ю4у
|
914
|
+
- 2м3ю4ү
|
915
|
+
- 2н3ю4у
|
916
|
+
- 2н3ю4ү
|
917
|
+
- 2о1е
|
918
|
+
- 2о1ё
|
919
|
+
- 2о1я
|
920
|
+
- 2оо
|
921
|
+
- 2ө1е
|
922
|
+
- 2өө
|
923
|
+
- 2п3ю4у
|
924
|
+
- 2п3ю4ү
|
925
|
+
- 2р3ю4у
|
926
|
+
- 2р3ю4ү
|
927
|
+
- 2с3ю4у
|
928
|
+
- 2с3ю4ү
|
929
|
+
- 2т3ю4у
|
930
|
+
- 2т3ю4ү
|
931
|
+
- 2у1я
|
932
|
+
- 2у3ю
|
933
|
+
- 2уу
|
934
|
+
- 2үү
|
935
|
+
- 2х3ю4у
|
936
|
+
- 2х3ю4ү
|
937
|
+
- 2ц3ю4у
|
938
|
+
- 2ц3ю4ү
|
939
|
+
- 2ч3ю4у
|
940
|
+
- 2ч3ю4ү
|
941
|
+
- 2ш3ю4у
|
942
|
+
- 2ш3ю4ү
|
943
|
+
- 2ъ3е
|
944
|
+
- 2ъ3ё
|
945
|
+
- 2ъ3ю
|
946
|
+
- 2ъ3я
|
947
|
+
- 2ь3е
|
948
|
+
- 2ь3ё
|
949
|
+
- 2ь3я
|
950
|
+
- 2э3е
|
951
|
+
- 2ээ
|
952
|
+
- 2ю3а
|
953
|
+
- 2ю3и
|
954
|
+
- 2ю3о
|
955
|
+
- 3авто
|
956
|
+
- 3актив
|
957
|
+
- 3аппа
|
958
|
+
- 3г4рад
|
959
|
+
- 3г4рам
|
960
|
+
- 3г4раф
|
961
|
+
- 3им4пул
|
962
|
+
- 3ин3ст4ру
|
963
|
+
- 3ин3те4р
|
964
|
+
- 3к4ва
|
965
|
+
- 3к4лас
|
966
|
+
- 3к4ри
|
967
|
+
- 3оп3тик
|
968
|
+
- 3п3роек
|
969
|
+
- 3п4ро
|
970
|
+
- 3с4коп
|
971
|
+
- 3с4фе
|
972
|
+
- 3с4хе
|
973
|
+
- 3ск4ла
|
974
|
+
- 3ск4ле
|
975
|
+
- 3ск4ло
|
976
|
+
- 3ск4ля
|
977
|
+
- 3ск4ра
|
978
|
+
- 3ск4ре
|
979
|
+
- 3ск4ри
|
980
|
+
- 3ск4ро
|
981
|
+
- 3ск4ру
|
982
|
+
- 3ск4ры
|
983
|
+
- 3сп4ла
|
984
|
+
- 3ст4ра
|
985
|
+
- 3ст4ре
|
986
|
+
- 3ст4ри
|
987
|
+
- 3ст4ро
|
988
|
+
- 3ст4рук
|
989
|
+
- 3ф4рагм
|
990
|
+
- 3х4лор
|
991
|
+
- 3х4ром
|
992
|
+
- 3ш2таб
|
993
|
+
- 3ш2тат
|
994
|
+
- 3э4к5ви
|
995
|
+
- 3э4ко
|
996
|
+
- 3э4лек4т
|
997
|
+
- 3э4леме
|
998
|
+
- 3э4нерг
|
999
|
+
- 3э4нтро
|
1000
|
+
- 3эффе
|