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,3180 @@
|
|
1
|
+
---
|
2
|
+
:options: {}
|
3
|
+
:rules:
|
4
|
+
- a1a
|
5
|
+
- a1e
|
6
|
+
- a1i
|
7
|
+
- a1o
|
8
|
+
- a1u
|
9
|
+
- e1a
|
10
|
+
- e1e
|
11
|
+
- e1i
|
12
|
+
- e1o
|
13
|
+
- e1u
|
14
|
+
- i1a
|
15
|
+
- i1e
|
16
|
+
- i1i
|
17
|
+
- i1o
|
18
|
+
- i1u
|
19
|
+
- o1a
|
20
|
+
- o1e
|
21
|
+
- o1i
|
22
|
+
- o1o
|
23
|
+
- o1u
|
24
|
+
- u1a
|
25
|
+
- u1e
|
26
|
+
- u1i
|
27
|
+
- u1o
|
28
|
+
- u1u
|
29
|
+
- 1ba
|
30
|
+
- 1be
|
31
|
+
- 1bi
|
32
|
+
- 1bo
|
33
|
+
- 1bu
|
34
|
+
- 1ca
|
35
|
+
- 1ce
|
36
|
+
- 1ci
|
37
|
+
- 1co
|
38
|
+
- 1cu
|
39
|
+
- 1ĉa
|
40
|
+
- 1ĉe
|
41
|
+
- 1ĉi
|
42
|
+
- 1ĉo
|
43
|
+
- 1ĉu
|
44
|
+
- 1da
|
45
|
+
- 1de
|
46
|
+
- 1di
|
47
|
+
- 1do
|
48
|
+
- 1du
|
49
|
+
- 1fa
|
50
|
+
- 1fe
|
51
|
+
- 1fi
|
52
|
+
- 1fo
|
53
|
+
- 1fu
|
54
|
+
- 1ga
|
55
|
+
- 1ge
|
56
|
+
- 1gi
|
57
|
+
- 1go
|
58
|
+
- 1gu
|
59
|
+
- 1ĝa
|
60
|
+
- 1ĝe
|
61
|
+
- 1ĝi
|
62
|
+
- 1ĝo
|
63
|
+
- 1ĝu
|
64
|
+
- 1ha
|
65
|
+
- 1he
|
66
|
+
- 1hi
|
67
|
+
- 1ho
|
68
|
+
- 1hu
|
69
|
+
- 1ĥa
|
70
|
+
- 1ĥe
|
71
|
+
- 1ĥi
|
72
|
+
- 1ĥo
|
73
|
+
- 1ĥu
|
74
|
+
- 1ja
|
75
|
+
- 1je
|
76
|
+
- 1ji
|
77
|
+
- 1jo
|
78
|
+
- 1ju
|
79
|
+
- 1ĵa
|
80
|
+
- 1ĵe
|
81
|
+
- 1ĵi
|
82
|
+
- 1ĵo
|
83
|
+
- 1ĵu
|
84
|
+
- 1ka
|
85
|
+
- 1ke
|
86
|
+
- 1ki
|
87
|
+
- 1ko
|
88
|
+
- 1ku
|
89
|
+
- 1la
|
90
|
+
- 1le
|
91
|
+
- 1li
|
92
|
+
- 1lo
|
93
|
+
- 1lu
|
94
|
+
- 1ma
|
95
|
+
- 1me
|
96
|
+
- 1mi
|
97
|
+
- 1mo
|
98
|
+
- 1mu
|
99
|
+
- 1na
|
100
|
+
- 1ne
|
101
|
+
- 1ni
|
102
|
+
- 1no
|
103
|
+
- 1nu
|
104
|
+
- 1pa
|
105
|
+
- 1pe
|
106
|
+
- 1pi
|
107
|
+
- 1po
|
108
|
+
- 1pu
|
109
|
+
- 1ra
|
110
|
+
- 1re
|
111
|
+
- 1ri
|
112
|
+
- 1ro
|
113
|
+
- 1ru
|
114
|
+
- 1sa
|
115
|
+
- 1se
|
116
|
+
- 1si
|
117
|
+
- 1so
|
118
|
+
- 1su
|
119
|
+
- 1ŝa
|
120
|
+
- 1ŝe
|
121
|
+
- 1ŝi
|
122
|
+
- 1ŝo
|
123
|
+
- 1ŝu
|
124
|
+
- 1ta
|
125
|
+
- 1te
|
126
|
+
- 1ti
|
127
|
+
- 1to
|
128
|
+
- 1tu
|
129
|
+
- 1ŭa
|
130
|
+
- 1ŭe
|
131
|
+
- 1ŭi
|
132
|
+
- 1ŭo
|
133
|
+
- 1ŭu
|
134
|
+
- 1va
|
135
|
+
- 1ve
|
136
|
+
- 1vi
|
137
|
+
- 1vo
|
138
|
+
- 1vu
|
139
|
+
- 1za
|
140
|
+
- 1ze
|
141
|
+
- 1zi
|
142
|
+
- 1zo
|
143
|
+
- 1zu
|
144
|
+
- 1fra
|
145
|
+
- 1fre
|
146
|
+
- 1fri
|
147
|
+
- 1fro
|
148
|
+
- 1fru
|
149
|
+
- 1kra
|
150
|
+
- 1kre
|
151
|
+
- 1kri
|
152
|
+
- 1kro
|
153
|
+
- 1kru
|
154
|
+
- 1pra
|
155
|
+
- 1pre
|
156
|
+
- 1pri
|
157
|
+
- 1pro
|
158
|
+
- 1pru
|
159
|
+
- 1tra
|
160
|
+
- 1tre
|
161
|
+
- 1tri
|
162
|
+
- 1tro
|
163
|
+
- 1tru
|
164
|
+
- 1vra
|
165
|
+
- 1vre
|
166
|
+
- 1vri
|
167
|
+
- 1vro
|
168
|
+
- 1vru
|
169
|
+
- 1gra
|
170
|
+
- 1gre
|
171
|
+
- 1gri
|
172
|
+
- 1gro
|
173
|
+
- 1gru
|
174
|
+
- 1bra
|
175
|
+
- 1bre
|
176
|
+
- 1bri
|
177
|
+
- 1bro
|
178
|
+
- 1bru
|
179
|
+
- 1dra
|
180
|
+
- 1dre
|
181
|
+
- 1dri
|
182
|
+
- 1dro
|
183
|
+
- 1dru
|
184
|
+
- 1fla
|
185
|
+
- 1fle
|
186
|
+
- 1fli
|
187
|
+
- 1flo
|
188
|
+
- 1flu
|
189
|
+
- 1kla
|
190
|
+
- 1kle
|
191
|
+
- 1kli
|
192
|
+
- 1klo
|
193
|
+
- 1klu
|
194
|
+
- 1pla
|
195
|
+
- 1ple
|
196
|
+
- 1pli
|
197
|
+
- 1plo
|
198
|
+
- 1plu
|
199
|
+
- 1tla
|
200
|
+
- 1tle
|
201
|
+
- 1tli
|
202
|
+
- 1tlo
|
203
|
+
- 1tlu
|
204
|
+
- 1vla
|
205
|
+
- 1vle
|
206
|
+
- 1vli
|
207
|
+
- 1vlo
|
208
|
+
- 1vlu
|
209
|
+
- 1gla
|
210
|
+
- 1gle
|
211
|
+
- 1gli
|
212
|
+
- 1glo
|
213
|
+
- 1glu
|
214
|
+
- 1bla
|
215
|
+
- 1ble
|
216
|
+
- 1bli
|
217
|
+
- 1blo
|
218
|
+
- 1blu
|
219
|
+
- 1kna
|
220
|
+
- 1kne
|
221
|
+
- 1kni
|
222
|
+
- 1kno
|
223
|
+
- 1knu
|
224
|
+
- 1gna
|
225
|
+
- 1gne
|
226
|
+
- 1gni
|
227
|
+
- 1gno
|
228
|
+
- 1gnu
|
229
|
+
- 1ksa
|
230
|
+
- 1kse
|
231
|
+
- 1ksi
|
232
|
+
- 1kso
|
233
|
+
- 1ksu
|
234
|
+
- 1psa
|
235
|
+
- 1pse
|
236
|
+
- 1psi
|
237
|
+
- 1pso
|
238
|
+
- 1psu
|
239
|
+
- 1kva
|
240
|
+
- 1kve
|
241
|
+
- 1kvi
|
242
|
+
- 1kvo
|
243
|
+
- 1kvu
|
244
|
+
- 1gva
|
245
|
+
- 1gve
|
246
|
+
- 1gvi
|
247
|
+
- 1gvo
|
248
|
+
- 1gvu
|
249
|
+
- 1kŭa
|
250
|
+
- 1kŭe
|
251
|
+
- 1kŭi
|
252
|
+
- 1kŭo
|
253
|
+
- 1kŭu
|
254
|
+
- 1gŭa
|
255
|
+
- 1gŭe
|
256
|
+
- 1gŭi
|
257
|
+
- 1gŭo
|
258
|
+
- 1gŭu
|
259
|
+
- 1ĉja
|
260
|
+
- 1ĉje
|
261
|
+
- 1ĉji
|
262
|
+
- 1ĉjo
|
263
|
+
- 1ĉju
|
264
|
+
- 1nja
|
265
|
+
- 1nje
|
266
|
+
- 1nji
|
267
|
+
- 1njo
|
268
|
+
- 1nju
|
269
|
+
- 1sca
|
270
|
+
- 1sce
|
271
|
+
- 1sci
|
272
|
+
- 1sco
|
273
|
+
- 1scu
|
274
|
+
- 1sfa
|
275
|
+
- 1sfe
|
276
|
+
- 1sfi
|
277
|
+
- 1sfo
|
278
|
+
- 1sfu
|
279
|
+
- 1sja
|
280
|
+
- 1sje
|
281
|
+
- 1sji
|
282
|
+
- 1sjo
|
283
|
+
- 1sju
|
284
|
+
- 1ŝja
|
285
|
+
- 1ŝje
|
286
|
+
- 1ŝji
|
287
|
+
- 1ŝjo
|
288
|
+
- 1ŝju
|
289
|
+
- 1ska
|
290
|
+
- 1ske
|
291
|
+
- 1ski
|
292
|
+
- 1sko
|
293
|
+
- 1sku
|
294
|
+
- 1ŝka
|
295
|
+
- 1ŝke
|
296
|
+
- 1ŝki
|
297
|
+
- 1ŝko
|
298
|
+
- 1ŝku
|
299
|
+
- 1skla
|
300
|
+
- 1skle
|
301
|
+
- 1skli
|
302
|
+
- 1sklo
|
303
|
+
- 1sklu
|
304
|
+
- 1skra
|
305
|
+
- 1skre
|
306
|
+
- 1skri
|
307
|
+
- 1skro
|
308
|
+
- 1skru
|
309
|
+
- 1skva
|
310
|
+
- 1skve
|
311
|
+
- 1skvi
|
312
|
+
- 1skvo
|
313
|
+
- 1skvu
|
314
|
+
- 1skŭa
|
315
|
+
- 1skŭe
|
316
|
+
- 1skŭi
|
317
|
+
- 1skŭo
|
318
|
+
- 1skŭu
|
319
|
+
- 1sla
|
320
|
+
- 1sle
|
321
|
+
- 1sli
|
322
|
+
- 1slo
|
323
|
+
- 1slu
|
324
|
+
- 1ŝla
|
325
|
+
- 1ŝle
|
326
|
+
- 1ŝli
|
327
|
+
- 1ŝlo
|
328
|
+
- 1ŝlu
|
329
|
+
- 1sma
|
330
|
+
- 1sme
|
331
|
+
- 1smi
|
332
|
+
- 1smo
|
333
|
+
- 1smu
|
334
|
+
- 1ŝma
|
335
|
+
- 1ŝme
|
336
|
+
- 1ŝmi
|
337
|
+
- 1ŝmo
|
338
|
+
- 1ŝmu
|
339
|
+
- 1sna
|
340
|
+
- 1sne
|
341
|
+
- 1sni
|
342
|
+
- 1sno
|
343
|
+
- 1snu
|
344
|
+
- 1ŝna
|
345
|
+
- 1ŝne
|
346
|
+
- 1ŝni
|
347
|
+
- 1ŝno
|
348
|
+
- 1ŝnu
|
349
|
+
- 1spa
|
350
|
+
- 1spe
|
351
|
+
- 1spi
|
352
|
+
- 1spo
|
353
|
+
- 1spu
|
354
|
+
- 1ŝpa
|
355
|
+
- 1ŝpe
|
356
|
+
- 1ŝpi
|
357
|
+
- 1ŝpo
|
358
|
+
- 1ŝpu
|
359
|
+
- 1spla
|
360
|
+
- 1sple
|
361
|
+
- 1spli
|
362
|
+
- 1splo
|
363
|
+
- 1splu
|
364
|
+
- 1ŝpla
|
365
|
+
- 1ŝple
|
366
|
+
- 1ŝpli
|
367
|
+
- 1ŝplo
|
368
|
+
- 1ŝplu
|
369
|
+
- 1spra
|
370
|
+
- 1spre
|
371
|
+
- 1spri
|
372
|
+
- 1spro
|
373
|
+
- 1spru
|
374
|
+
- 1ŝpra
|
375
|
+
- 1ŝpre
|
376
|
+
- 1ŝpri
|
377
|
+
- 1ŝpro
|
378
|
+
- 1ŝpru
|
379
|
+
- 1sra
|
380
|
+
- 1sre
|
381
|
+
- 1sri
|
382
|
+
- 1sro
|
383
|
+
- 1sru
|
384
|
+
- 1ŝra
|
385
|
+
- 1ŝre
|
386
|
+
- 1ŝri
|
387
|
+
- 1ŝro
|
388
|
+
- 1ŝru
|
389
|
+
- 1sta
|
390
|
+
- 1ste
|
391
|
+
- 1sti
|
392
|
+
- 1sto
|
393
|
+
- 1stu
|
394
|
+
- 1ŝta
|
395
|
+
- 1ŝte
|
396
|
+
- 1ŝti
|
397
|
+
- 1ŝto
|
398
|
+
- 1ŝtu
|
399
|
+
- 1stra
|
400
|
+
- 1stre
|
401
|
+
- 1stri
|
402
|
+
- 1stro
|
403
|
+
- 1stru
|
404
|
+
- 1ŝtra
|
405
|
+
- 1ŝtre
|
406
|
+
- 1ŝtri
|
407
|
+
- 1ŝtro
|
408
|
+
- 1ŝtru
|
409
|
+
- 1sva
|
410
|
+
- 1sve
|
411
|
+
- 1svi
|
412
|
+
- 1svo
|
413
|
+
- 1svu
|
414
|
+
- 1ŝva
|
415
|
+
- 1ŝve
|
416
|
+
- 1ŝvi
|
417
|
+
- 1ŝvo
|
418
|
+
- 1ŝvu
|
419
|
+
- a2s1c
|
420
|
+
- a2s1f
|
421
|
+
- a2s1j
|
422
|
+
- a2ŝ1j
|
423
|
+
- a2s1k
|
424
|
+
- a2ŝ1k
|
425
|
+
- a2s1kl
|
426
|
+
- a2s1kr
|
427
|
+
- a2s1kv
|
428
|
+
- a2s1kŭ
|
429
|
+
- a2s1l
|
430
|
+
- a2ŝ1l
|
431
|
+
- a2s1m
|
432
|
+
- a2ŝ1m
|
433
|
+
- a2s1n
|
434
|
+
- a2ŝ1n
|
435
|
+
- a2s1p
|
436
|
+
- a2ŝ1p
|
437
|
+
- a2s1pl
|
438
|
+
- a2ŝ1pl
|
439
|
+
- a2s1pr
|
440
|
+
- a2ŝ1pr
|
441
|
+
- a2s1r
|
442
|
+
- a2ŝ1r
|
443
|
+
- a2s1t
|
444
|
+
- a2ŝ1t
|
445
|
+
- a2s1tr
|
446
|
+
- a2ŝ1tr
|
447
|
+
- a2s1v
|
448
|
+
- a2ŝ1v
|
449
|
+
- e2s1c
|
450
|
+
- e2s1f
|
451
|
+
- e2s1j
|
452
|
+
- e2ŝ1j
|
453
|
+
- e2s1k
|
454
|
+
- e2ŝ1k
|
455
|
+
- e2s1kl
|
456
|
+
- e2s1kr
|
457
|
+
- e2s1kv
|
458
|
+
- e2s1kŭ
|
459
|
+
- e2s1l
|
460
|
+
- e2ŝ1l
|
461
|
+
- e2s1m
|
462
|
+
- e2ŝ1m
|
463
|
+
- e2s1n
|
464
|
+
- e2ŝ1n
|
465
|
+
- e2s1p
|
466
|
+
- e2ŝ1p
|
467
|
+
- e2s1pl
|
468
|
+
- e2ŝ1pl
|
469
|
+
- e2s1pr
|
470
|
+
- e2ŝ1pr
|
471
|
+
- e2s1r
|
472
|
+
- e2ŝ1r
|
473
|
+
- e2s1t
|
474
|
+
- e2ŝ1t
|
475
|
+
- e2s1tr
|
476
|
+
- e2ŝ1tr
|
477
|
+
- e2s1v
|
478
|
+
- e2ŝ1v
|
479
|
+
- i2s1c
|
480
|
+
- i2s1f
|
481
|
+
- i2s1j
|
482
|
+
- i2ŝ1j
|
483
|
+
- i2s1k
|
484
|
+
- i2ŝ1k
|
485
|
+
- i2s1kl
|
486
|
+
- i2s1kr
|
487
|
+
- i2s1kv
|
488
|
+
- i2s1kŭ
|
489
|
+
- i2s1l
|
490
|
+
- i2ŝ1l
|
491
|
+
- i2s1m
|
492
|
+
- i2ŝ1m
|
493
|
+
- i2s1n
|
494
|
+
- i2ŝ1n
|
495
|
+
- i2s1p
|
496
|
+
- i2ŝ1p
|
497
|
+
- i2s1pl
|
498
|
+
- i2ŝ1pl
|
499
|
+
- i2s1pr
|
500
|
+
- i2ŝ1pr
|
501
|
+
- i2s1r
|
502
|
+
- i2ŝ1r
|
503
|
+
- i2s1t
|
504
|
+
- i2ŝ1t
|
505
|
+
- i2s1tr
|
506
|
+
- i2ŝ1tr
|
507
|
+
- i2s1v
|
508
|
+
- i2ŝ1v
|
509
|
+
- o2s1c
|
510
|
+
- o2s1f
|
511
|
+
- o2s1j
|
512
|
+
- o2ŝ1j
|
513
|
+
- o2s1k
|
514
|
+
- o2ŝ1k
|
515
|
+
- o2s1kl
|
516
|
+
- o2s1kr
|
517
|
+
- o2s1kv
|
518
|
+
- o2s1kŭ
|
519
|
+
- o2s1l
|
520
|
+
- o2ŝ1l
|
521
|
+
- o2s1m
|
522
|
+
- o2ŝ1m
|
523
|
+
- o2s1n
|
524
|
+
- o2ŝ1n
|
525
|
+
- o2s1p
|
526
|
+
- o2ŝ1p
|
527
|
+
- o2s1pl
|
528
|
+
- o2ŝ1pl
|
529
|
+
- o2s1pr
|
530
|
+
- o2ŝ1pr
|
531
|
+
- o2s1r
|
532
|
+
- o2ŝ1r
|
533
|
+
- o2s1t
|
534
|
+
- o2ŝ1t
|
535
|
+
- o2s1tr
|
536
|
+
- o2ŝ1tr
|
537
|
+
- o2s1v
|
538
|
+
- o2ŝ1v
|
539
|
+
- u2s1c
|
540
|
+
- u2s1f
|
541
|
+
- u2s1j
|
542
|
+
- u2ŝ1j
|
543
|
+
- u2s1k
|
544
|
+
- u2ŝ1k
|
545
|
+
- u2s1kl
|
546
|
+
- u2s1kr
|
547
|
+
- u2s1kv
|
548
|
+
- u2s1kŭ
|
549
|
+
- u2s1l
|
550
|
+
- u2ŝ1l
|
551
|
+
- u2s1m
|
552
|
+
- u2ŝ1m
|
553
|
+
- u2s1n
|
554
|
+
- u2ŝ1n
|
555
|
+
- u2s1p
|
556
|
+
- u2ŝ1p
|
557
|
+
- u2s1pl
|
558
|
+
- u2ŝ1pl
|
559
|
+
- u2s1pr
|
560
|
+
- u2ŝ1pr
|
561
|
+
- u2s1r
|
562
|
+
- u2ŝ1r
|
563
|
+
- u2s1t
|
564
|
+
- u2ŝ1t
|
565
|
+
- u2s1tr
|
566
|
+
- u2ŝ1tr
|
567
|
+
- u2s1v
|
568
|
+
- u2ŝ1v
|
569
|
+
- k2s1c
|
570
|
+
- k2s1f
|
571
|
+
- k2s1j
|
572
|
+
- k2ŝ1j
|
573
|
+
- k2s1k
|
574
|
+
- k2ŝ1k
|
575
|
+
- k2s1kl
|
576
|
+
- k2s1kr
|
577
|
+
- k2s1kv
|
578
|
+
- k2s1kŭ
|
579
|
+
- k2s1l
|
580
|
+
- k2ŝ1l
|
581
|
+
- k2s1m
|
582
|
+
- k2ŝ1m
|
583
|
+
- k2s1n
|
584
|
+
- k2ŝ1n
|
585
|
+
- k2s1p
|
586
|
+
- k2ŝ1p
|
587
|
+
- k2s1pl
|
588
|
+
- k2ŝ1pl
|
589
|
+
- k2s1pr
|
590
|
+
- k2ŝ1pr
|
591
|
+
- k2s1r
|
592
|
+
- k2ŝ1r
|
593
|
+
- k2s1t
|
594
|
+
- k2ŝ1t
|
595
|
+
- k2s1tr
|
596
|
+
- k2ŝ1tr
|
597
|
+
- k2s1v
|
598
|
+
- k2ŝ1v
|
599
|
+
- p2s1c
|
600
|
+
- p2s1f
|
601
|
+
- p2s1j
|
602
|
+
- p2ŝ1j
|
603
|
+
- p2s1k
|
604
|
+
- p2ŝ1k
|
605
|
+
- p2s1kl
|
606
|
+
- p2s1kr
|
607
|
+
- p2s1kv
|
608
|
+
- p2s1kŭ
|
609
|
+
- p2s1l
|
610
|
+
- p2ŝ1l
|
611
|
+
- p2s1m
|
612
|
+
- p2ŝ1m
|
613
|
+
- p2s1n
|
614
|
+
- p2ŝ1n
|
615
|
+
- p2s1p
|
616
|
+
- p2ŝ1p
|
617
|
+
- p2s1pl
|
618
|
+
- p2ŝ1pl
|
619
|
+
- p2s1pr
|
620
|
+
- p2ŝ1pr
|
621
|
+
- p2s1r
|
622
|
+
- p2ŝ1r
|
623
|
+
- p2s1t
|
624
|
+
- p2ŝ1t
|
625
|
+
- p2s1tr
|
626
|
+
- p2ŝ1tr
|
627
|
+
- p2s1v
|
628
|
+
- p2ŝ1v
|
629
|
+
- t2s1c
|
630
|
+
- t2s1f
|
631
|
+
- t2s1j
|
632
|
+
- t2ŝ1j
|
633
|
+
- t2s1k
|
634
|
+
- t2ŝ1k
|
635
|
+
- t2s1kl
|
636
|
+
- t2s1kr
|
637
|
+
- t2s1kv
|
638
|
+
- t2s1kŭ
|
639
|
+
- t2s1l
|
640
|
+
- t2ŝ1l
|
641
|
+
- t2s1m
|
642
|
+
- t2ŝ1m
|
643
|
+
- t2s1n
|
644
|
+
- t2ŝ1n
|
645
|
+
- t2s1p
|
646
|
+
- t2ŝ1p
|
647
|
+
- t2s1pl
|
648
|
+
- t2ŝ1pl
|
649
|
+
- t2s1pr
|
650
|
+
- t2ŝ1pr
|
651
|
+
- t2s1r
|
652
|
+
- t2ŝ1r
|
653
|
+
- t2s1t
|
654
|
+
- t2ŝ1t
|
655
|
+
- t2s1tr
|
656
|
+
- t2ŝ1tr
|
657
|
+
- t2s1v
|
658
|
+
- t2ŝ1v
|
659
|
+
- b2s1c
|
660
|
+
- b2s1f
|
661
|
+
- b2s1j
|
662
|
+
- b2ŝ1j
|
663
|
+
- b2s1k
|
664
|
+
- b2ŝ1k
|
665
|
+
- b2s1kl
|
666
|
+
- b2s1kr
|
667
|
+
- b2s1kv
|
668
|
+
- b2s1kŭ
|
669
|
+
- b2s1l
|
670
|
+
- b2ŝ1l
|
671
|
+
- b2s1m
|
672
|
+
- b2ŝ1m
|
673
|
+
- b2s1n
|
674
|
+
- b2ŝ1n
|
675
|
+
- b2s1p
|
676
|
+
- b2ŝ1p
|
677
|
+
- b2s1pl
|
678
|
+
- b2ŝ1pl
|
679
|
+
- b2s1pr
|
680
|
+
- b2ŝ1pr
|
681
|
+
- b2s1r
|
682
|
+
- b2ŝ1r
|
683
|
+
- b2s1t
|
684
|
+
- b2ŝ1t
|
685
|
+
- b2s1tr
|
686
|
+
- b2ŝ1tr
|
687
|
+
- b2s1v
|
688
|
+
- b2ŝ1v
|
689
|
+
- d2s1c
|
690
|
+
- d2s1f
|
691
|
+
- d2s1j
|
692
|
+
- d2ŝ1j
|
693
|
+
- d2s1k
|
694
|
+
- d2ŝ1k
|
695
|
+
- d2s1kl
|
696
|
+
- d2s1kr
|
697
|
+
- d2s1kv
|
698
|
+
- d2s1kŭ
|
699
|
+
- d2s1l
|
700
|
+
- d2ŝ1l
|
701
|
+
- d2s1m
|
702
|
+
- d2ŝ1m
|
703
|
+
- d2s1n
|
704
|
+
- d2ŝ1n
|
705
|
+
- d2s1p
|
706
|
+
- d2ŝ1p
|
707
|
+
- d2s1pl
|
708
|
+
- d2ŝ1pl
|
709
|
+
- d2s1pr
|
710
|
+
- d2ŝ1pr
|
711
|
+
- d2s1r
|
712
|
+
- d2ŝ1r
|
713
|
+
- d2s1t
|
714
|
+
- d2ŝ1t
|
715
|
+
- d2s1tr
|
716
|
+
- d2ŝ1tr
|
717
|
+
- d2s1v
|
718
|
+
- d2ŝ1v
|
719
|
+
- n2s1c
|
720
|
+
- n2s1f
|
721
|
+
- n2s1j
|
722
|
+
- n2ŝ1j
|
723
|
+
- n2s1k
|
724
|
+
- n2ŝ1k
|
725
|
+
- n2s1kl
|
726
|
+
- n2s1kr
|
727
|
+
- n2s1kv
|
728
|
+
- n2s1kŭ
|
729
|
+
- n2s1l
|
730
|
+
- n2ŝ1l
|
731
|
+
- n2s1m
|
732
|
+
- n2ŝ1m
|
733
|
+
- n2s1n
|
734
|
+
- n2ŝ1n
|
735
|
+
- n2s1p
|
736
|
+
- n2ŝ1p
|
737
|
+
- n2s1pl
|
738
|
+
- n2ŝ1pl
|
739
|
+
- n2s1pr
|
740
|
+
- n2ŝ1pr
|
741
|
+
- n2s1r
|
742
|
+
- n2ŝ1r
|
743
|
+
- n2s1t
|
744
|
+
- n2ŝ1t
|
745
|
+
- n2s1tr
|
746
|
+
- n2ŝ1tr
|
747
|
+
- n2s1v
|
748
|
+
- n2ŝ1v
|
749
|
+
- j2s1c
|
750
|
+
- j2s1f
|
751
|
+
- j2s1j
|
752
|
+
- j2ŝ1j
|
753
|
+
- j2s1k
|
754
|
+
- j2ŝ1k
|
755
|
+
- j2s1kl
|
756
|
+
- j2s1kr
|
757
|
+
- j2s1kv
|
758
|
+
- j2s1kŭ
|
759
|
+
- j2s1l
|
760
|
+
- j2ŝ1l
|
761
|
+
- j2s1m
|
762
|
+
- j2ŝ1m
|
763
|
+
- j2s1n
|
764
|
+
- j2ŝ1n
|
765
|
+
- j2s1p
|
766
|
+
- j2ŝ1p
|
767
|
+
- j2s1pl
|
768
|
+
- j2ŝ1pl
|
769
|
+
- j2s1pr
|
770
|
+
- j2ŝ1pr
|
771
|
+
- j2s1r
|
772
|
+
- j2ŝ1r
|
773
|
+
- j2s1t
|
774
|
+
- j2ŝ1t
|
775
|
+
- j2s1tr
|
776
|
+
- j2ŝ1tr
|
777
|
+
- j2s1v
|
778
|
+
- j2ŝ1v
|
779
|
+
- ŭ2s1c
|
780
|
+
- ŭ2s1f
|
781
|
+
- ŭ2s1j
|
782
|
+
- ŭ2ŝ1j
|
783
|
+
- ŭ2s1k
|
784
|
+
- ŭ2ŝ1k
|
785
|
+
- ŭ2s1kl
|
786
|
+
- ŭ2s1kr
|
787
|
+
- ŭ2s1kv
|
788
|
+
- ŭ2s1kŭ
|
789
|
+
- ŭ2s1l
|
790
|
+
- ŭ2ŝ1l
|
791
|
+
- ŭ2s1m
|
792
|
+
- ŭ2ŝ1m
|
793
|
+
- ŭ2s1n
|
794
|
+
- ŭ2ŝ1n
|
795
|
+
- ŭ2s1p
|
796
|
+
- ŭ2ŝ1p
|
797
|
+
- ŭ2s1pl
|
798
|
+
- ŭ2ŝ1pl
|
799
|
+
- ŭ2s1pr
|
800
|
+
- ŭ2ŝ1pr
|
801
|
+
- ŭ2s1r
|
802
|
+
- ŭ2ŝ1r
|
803
|
+
- ŭ2s1t
|
804
|
+
- ŭ2ŝ1t
|
805
|
+
- ŭ2s1tr
|
806
|
+
- ŭ2ŝ1tr
|
807
|
+
- ŭ2s1v
|
808
|
+
- ŭ2ŝ1v
|
809
|
+
- 3p2neŭ
|
810
|
+
- hi3p2n
|
811
|
+
- 3ka2p3n
|
812
|
+
- 8j.
|
813
|
+
- a8j.
|
814
|
+
- o8j.
|
815
|
+
- 8n.
|
816
|
+
- a8n.
|
817
|
+
- o8n.
|
818
|
+
- 8o.
|
819
|
+
- 8jn.
|
820
|
+
- a8jn.
|
821
|
+
- o8jn.
|
822
|
+
- e8n.
|
823
|
+
- ".bl8"
|
824
|
+
- ".br8"
|
825
|
+
- ".dl8"
|
826
|
+
- ".dm8"
|
827
|
+
- ".dr8"
|
828
|
+
- ".dz8"
|
829
|
+
- ".fl8"
|
830
|
+
- ".fr8"
|
831
|
+
- ".gl8"
|
832
|
+
- ".gn8"
|
833
|
+
- ".gr8"
|
834
|
+
- ".kl8"
|
835
|
+
- ".kn8"
|
836
|
+
- ".km8"
|
837
|
+
- ".ks8"
|
838
|
+
- ".kt8"
|
839
|
+
- ".lj8"
|
840
|
+
- ".mj8"
|
841
|
+
- ".mn8"
|
842
|
+
- ".mr8"
|
843
|
+
- ".mt8"
|
844
|
+
- ".nj8"
|
845
|
+
- ".ng8"
|
846
|
+
- ".nk8"
|
847
|
+
- ".ns8"
|
848
|
+
- ".nt8"
|
849
|
+
- ".ntr8"
|
850
|
+
- ".pl8"
|
851
|
+
- ".pr8"
|
852
|
+
- ".ps8"
|
853
|
+
- ".pst8"
|
854
|
+
- ".pt8"
|
855
|
+
- ".sk8"
|
856
|
+
- ".skr8"
|
857
|
+
- ".sl8"
|
858
|
+
- ".sm8"
|
859
|
+
- ".sn8"
|
860
|
+
- ".sp8"
|
861
|
+
- ".spl8"
|
862
|
+
- ".spr8"
|
863
|
+
- ".sr8"
|
864
|
+
- ".st8"
|
865
|
+
- ".stl8"
|
866
|
+
- ".str8"
|
867
|
+
- ".tl8"
|
868
|
+
- ".tr8"
|
869
|
+
- ".ts8"
|
870
|
+
- ".vl8"
|
871
|
+
- ".vm8"
|
872
|
+
- ".vn8"
|
873
|
+
- ".vr8"
|
874
|
+
- ".vs8"
|
875
|
+
- ".vz8"
|
876
|
+
- ".zn8"
|
877
|
+
- 1a8j8n.
|
878
|
+
- 1o8j8n.
|
879
|
+
- ".am1baŭ1"
|
880
|
+
- ".anti1"
|
881
|
+
- ".an1taŭ1"
|
882
|
+
- ".an3sta3aŭ1"
|
883
|
+
- ".apud1"
|
884
|
+
- ".arki1"
|
885
|
+
- ".aŭ3"
|
886
|
+
- ".bo1"
|
887
|
+
- ".bio1"
|
888
|
+
- ".bi3"
|
889
|
+
- ".ĉe3"
|
890
|
+
- ".ĉi3u1"
|
891
|
+
- ".ĉir3kaŭ1"
|
892
|
+
- ".de3"
|
893
|
+
- ".dek3"
|
894
|
+
- ".dis1"
|
895
|
+
- ".des3"
|
896
|
+
- ".du3"
|
897
|
+
- ".du1on1"
|
898
|
+
- ".dum1"
|
899
|
+
- ".ek1"
|
900
|
+
- ".eks3ter1"
|
901
|
+
- ".eks1"
|
902
|
+
- ".ekzo3"
|
903
|
+
- ".el3"
|
904
|
+
- ".en3"
|
905
|
+
- ".et3"
|
906
|
+
- ".eŭ3"
|
907
|
+
- ".fi3"
|
908
|
+
- ".ge3"
|
909
|
+
- ".geo1"
|
910
|
+
- ".ĝis1"
|
911
|
+
- ".help3o1"
|
912
|
+
- ".help3"
|
913
|
+
- ".hom3o1"
|
914
|
+
- ".hom3"
|
915
|
+
- ".in3ter3"
|
916
|
+
- ".ĵur1"
|
917
|
+
- ".ko3"
|
918
|
+
- ".kon1"
|
919
|
+
- ".kun1"
|
920
|
+
- ".kva3zaŭ1"
|
921
|
+
- ".kel3k"
|
922
|
+
- ".ma8l1"
|
923
|
+
- ".man1"
|
924
|
+
- ".mis1"
|
925
|
+
- ".mez3o1"
|
926
|
+
- ".mez3"
|
927
|
+
- ".mono3"
|
928
|
+
- ".mon3"
|
929
|
+
- ".mult3e1"
|
930
|
+
- ".mult3i1"
|
931
|
+
- ".mult3"
|
932
|
+
- ".ne1"
|
933
|
+
- ".naz1o1"
|
934
|
+
- ".naz1"
|
935
|
+
- ".nun3"
|
936
|
+
- ".nur3"
|
937
|
+
- ".nul3"
|
938
|
+
- ".plen1"
|
939
|
+
- ".pra3"
|
940
|
+
- ".pre3"
|
941
|
+
- ".pri1"
|
942
|
+
- ".pro1"
|
943
|
+
- ".por1"
|
944
|
+
- ".per1"
|
945
|
+
- ".pres1kaŭ1"
|
946
|
+
- ".pre1ter1"
|
947
|
+
- ".re3"
|
948
|
+
- ".ret1ro1"
|
949
|
+
- ".sub1"
|
950
|
+
- ".sur1"
|
951
|
+
- ".su1per1"
|
952
|
+
- ".tra3"
|
953
|
+
- ".trans1"
|
954
|
+
- ".tut1"
|
955
|
+
- ".vid5"
|
956
|
+
- ".zoo3"
|
957
|
+
- 1is.
|
958
|
+
- 1as.
|
959
|
+
- 1os.
|
960
|
+
- 1us.
|
961
|
+
- 1ebl1
|
962
|
+
- 1est1r1
|
963
|
+
- 1end1
|
964
|
+
- 1ind1
|
965
|
+
- 1int
|
966
|
+
- 1is1t1
|
967
|
+
- 1obl1
|
968
|
+
- 1o1lo1g1i
|
969
|
+
- 1o1lo1g1
|
970
|
+
- 1o1gra1f1i
|
971
|
+
- 1o1gra1f1
|
972
|
+
- 1es1tis.
|
973
|
+
- 1es1tas.
|
974
|
+
- 1es1tos.
|
975
|
+
- 1es1tus.
|
976
|
+
- 1ple1n
|
977
|
+
- scienc9fikci
|
978
|
+
- a1
|
979
|
+
- e1
|
980
|
+
- i1
|
981
|
+
- o1
|
982
|
+
- u1
|
983
|
+
- "//2aj."
|
984
|
+
- "//2ajn."
|
985
|
+
- 2an.
|
986
|
+
- 2as.
|
987
|
+
- en.
|
988
|
+
- is.
|
989
|
+
- "//2oj."
|
990
|
+
- "//2ojn."
|
991
|
+
- 2on.
|
992
|
+
- 2os.
|
993
|
+
- 2us.
|
994
|
+
- a3a
|
995
|
+
- e3a
|
996
|
+
- i3a
|
997
|
+
- o3a
|
998
|
+
- u3a
|
999
|
+
- a3e
|
1000
|
+
- e3e
|
1001
|
+
- i3e
|
1002
|
+
- o3e
|
1003
|
+
- u3e
|
1004
|
+
- a3i
|
1005
|
+
- e3i
|
1006
|
+
- i3i
|
1007
|
+
- o3i
|
1008
|
+
- u3i
|
1009
|
+
- a3o
|
1010
|
+
- e3o
|
1011
|
+
- i3o
|
1012
|
+
- o3o
|
1013
|
+
- u3o
|
1014
|
+
- a3u
|
1015
|
+
- e3u
|
1016
|
+
- i3u
|
1017
|
+
- o3u
|
1018
|
+
- u3u
|
1019
|
+
- e2sper
|
1020
|
+
- 8jn.
|
1021
|
+
- 2lp.
|
1022
|
+
- 2lt.
|
1023
|
+
- 2nk.
|
1024
|
+
- 2ns.
|
1025
|
+
- 2nt.
|
1026
|
+
- 2st.
|
1027
|
+
- ".bl4"
|
1028
|
+
- ".br4"
|
1029
|
+
- ".dr4"
|
1030
|
+
- ".dl4"
|
1031
|
+
- ".fl4"
|
1032
|
+
- ".fr4"
|
1033
|
+
- ".gl4"
|
1034
|
+
- ".gn4"
|
1035
|
+
- ".gr4"
|
1036
|
+
- ".kl4"
|
1037
|
+
- ".kn4"
|
1038
|
+
- ".kr4"
|
1039
|
+
- ".kv4"
|
1040
|
+
- ".pl4"
|
1041
|
+
- ".pr4"
|
1042
|
+
- ".ps4"
|
1043
|
+
- ".pt4"
|
1044
|
+
- ".sf4"
|
1045
|
+
- ".sk4"
|
1046
|
+
- ".skl4"
|
1047
|
+
- ".skr4"
|
1048
|
+
- ".skv4"
|
1049
|
+
- ".sl4"
|
1050
|
+
- ".sm4"
|
1051
|
+
- ".sn4"
|
1052
|
+
- ".sp4"
|
1053
|
+
- ".spl4"
|
1054
|
+
- ".spr4"
|
1055
|
+
- ".st4"
|
1056
|
+
- ".str4"
|
1057
|
+
- ".sv4"
|
1058
|
+
- ".ŝl4"
|
1059
|
+
- ".ŝm4"
|
1060
|
+
- ".ŝn4"
|
1061
|
+
- ".ŝp4"
|
1062
|
+
- ".ŝr4"
|
1063
|
+
- ".ŝpr4"
|
1064
|
+
- ".ŝt4"
|
1065
|
+
- ".ŝtr4"
|
1066
|
+
- ".ŝv4"
|
1067
|
+
- ".tr4"
|
1068
|
+
- ".vr4"
|
1069
|
+
- 1a2ĉa.
|
1070
|
+
- 1a2ĉaj.
|
1071
|
+
- 1a2ĉajn.
|
1072
|
+
- 1a2ĉan.
|
1073
|
+
- 1a2ĉe.
|
1074
|
+
- 1a2ĉo.
|
1075
|
+
- 1a2ĉoj.
|
1076
|
+
- 1a2ĉojn.
|
1077
|
+
- 1a2ĉon.
|
1078
|
+
- 1a2da.
|
1079
|
+
- 1a2daj.
|
1080
|
+
- 1a2dajn.
|
1081
|
+
- 1a2dan.
|
1082
|
+
- 1a2de.
|
1083
|
+
- 1a2do.
|
1084
|
+
- 1a2doj.
|
1085
|
+
- 1a2dojn.
|
1086
|
+
- 1a2don.
|
1087
|
+
- 1a2das.
|
1088
|
+
- 1a2di.
|
1089
|
+
- 1a2dis.
|
1090
|
+
- 1a2dos.
|
1091
|
+
- 1a2du.
|
1092
|
+
- 1a2dus.
|
1093
|
+
- ".avok2a3d"
|
1094
|
+
- ".bal2a3d"
|
1095
|
+
- ĉokol2a3d
|
1096
|
+
- ".fas2a3d"
|
1097
|
+
- ".inv2a3d"
|
1098
|
+
- kamar2a3d
|
1099
|
+
- ".kan2a3d"
|
1100
|
+
- limon2a3d
|
1101
|
+
- persv2a3d
|
1102
|
+
- ".pom2a3d"
|
1103
|
+
- seren2a3d
|
1104
|
+
- 1a2ĵa.
|
1105
|
+
- 1a2ĵaj.
|
1106
|
+
- 1a2ĵajn.
|
1107
|
+
- 1a2ĵan.
|
1108
|
+
- 1a2ĵe.
|
1109
|
+
- 1a2ĵo.
|
1110
|
+
- 1a2ĵoj.
|
1111
|
+
- 1a2ĵojn.
|
1112
|
+
- 1a2ĵon.
|
1113
|
+
- ".al2t"
|
1114
|
+
- al3tabl
|
1115
|
+
- al3t2a3r
|
1116
|
+
- al3ter
|
1117
|
+
- al3trui
|
1118
|
+
- 1a2na.
|
1119
|
+
- 1a2naj.
|
1120
|
+
- 1a2najn.
|
1121
|
+
- 1a2nan.
|
1122
|
+
- 1a2ne.
|
1123
|
+
- 1a2no.
|
1124
|
+
- 1a2noj.
|
1125
|
+
- 1a2nojn.
|
1126
|
+
- 1a2non.
|
1127
|
+
- 1a2nas.
|
1128
|
+
- 1a2ni.
|
1129
|
+
- 1a2nis.
|
1130
|
+
- 1a2nos.
|
1131
|
+
- 1a2nu.
|
1132
|
+
- 1a2nus.
|
1133
|
+
- 1a2nism
|
1134
|
+
- 1a2n1i2n
|
1135
|
+
- afg2a3n
|
1136
|
+
- akomp2a3n
|
1137
|
+
- arg2a3n
|
1138
|
+
- ark2a3n
|
1139
|
+
- ban2a3n
|
1140
|
+
- but2a3n
|
1141
|
+
- cig2a3n
|
1142
|
+
- ĉambel2a3n
|
1143
|
+
- ĉamp2a3n
|
1144
|
+
- ĉarlat2a3n
|
1145
|
+
- ĉik2a3n
|
1146
|
+
- dek2a3n
|
1147
|
+
- dog2a3n
|
1148
|
+
- el2a3n
|
1149
|
+
- faz2a3n
|
1150
|
+
- font2a3n
|
1151
|
+
- galv2a3n
|
1152
|
+
- germ2a3n
|
1153
|
+
- ĝentlem2a3n
|
1154
|
+
- hisp2a3n
|
1155
|
+
- ".ĥa3n"
|
1156
|
+
- inf2a3n
|
1157
|
+
- ir2a3n
|
1158
|
+
- jap2a3n
|
1159
|
+
- ".ka3n"
|
1160
|
+
- kalk2a3n
|
1161
|
+
- kank2a3n
|
1162
|
+
- kapit2a3n
|
1163
|
+
- kard2a3n
|
1164
|
+
- karav2a3n
|
1165
|
+
- kor2a3n
|
1166
|
+
- ".ma3n"
|
1167
|
+
- marcip2a3n
|
1168
|
+
- membr2a3n
|
1169
|
+
- met2a3n
|
1170
|
+
- nirv2a3n
|
1171
|
+
- ".on2a3n"
|
1172
|
+
- org2a3n
|
1173
|
+
- ".pa3n"
|
1174
|
+
- partiz2a3n
|
1175
|
+
- pelik2a3n
|
1176
|
+
- porcel2a3n
|
1177
|
+
- prof2a3n
|
1178
|
+
- ".ra3n"
|
1179
|
+
- rum2a3n
|
1180
|
+
- ".sa3n"
|
1181
|
+
- 3s2log2a3n
|
1182
|
+
- sopr2a3n
|
1183
|
+
- stef2a3n
|
1184
|
+
- sufrag2a3n
|
1185
|
+
- sult2a3n
|
1186
|
+
- ŝam2a3n
|
1187
|
+
- teher2a3n
|
1188
|
+
- tir2a3n
|
1189
|
+
- turb2a3n
|
1190
|
+
- ".va3n"
|
1191
|
+
- vatik2a3n
|
1192
|
+
- veter2a3n
|
1193
|
+
- vulk2a3n
|
1194
|
+
- ".ka3n2i3n"
|
1195
|
+
- safr2a3n2i3n
|
1196
|
+
- ".ta3n2i3n"
|
1197
|
+
- 1an2ta.
|
1198
|
+
- 1an2taj.
|
1199
|
+
- 1an2tajn.
|
1200
|
+
- 1an2tan.
|
1201
|
+
- 1an2te.
|
1202
|
+
- 1an2to.
|
1203
|
+
- 1an2toj.
|
1204
|
+
- 1an2tojn.
|
1205
|
+
- 1an2ton.
|
1206
|
+
- adjut2an3t
|
1207
|
+
- ".arog2an3t"
|
1208
|
+
- ".atl2an3t"
|
1209
|
+
- ".ban3t"
|
1210
|
+
- ".brok2an3t"
|
1211
|
+
- ".diam2an3t"
|
1212
|
+
- dilet2an3t
|
1213
|
+
- disk2an3t
|
1214
|
+
- elef2an3t
|
1215
|
+
- ".gal2an3t"
|
1216
|
+
- ".gig2an3t"
|
1217
|
+
- inf2a4n3t
|
1218
|
+
- inst2an3t
|
1219
|
+
- konson2an3t
|
1220
|
+
- ".kan3t"
|
1221
|
+
- konst2an3t
|
1222
|
+
- kvadr2an3t
|
1223
|
+
- ".kv2an3t"
|
1224
|
+
- leŭten2an3t
|
1225
|
+
- mom2an3t
|
1226
|
+
- ".okt2an3t"
|
1227
|
+
- ".ped2an3t"
|
1228
|
+
- ".plan3t"
|
1229
|
+
- tal2an3t
|
1230
|
+
- batal3an4t
|
1231
|
+
- 1an2t3ar
|
1232
|
+
- an3t2arkt
|
1233
|
+
- kan3t2arel
|
1234
|
+
- 1an2t1ig
|
1235
|
+
- 1an2t1ec
|
1236
|
+
- ".apu2d1"
|
1237
|
+
- 1a2ra.
|
1238
|
+
- 1a2raj.
|
1239
|
+
- 1a2rajn.
|
1240
|
+
- 1a2ran.
|
1241
|
+
- 1a2re.
|
1242
|
+
- 1a2ro.
|
1243
|
+
- 1a2roj.
|
1244
|
+
- 1a2rojn.
|
1245
|
+
- 1a2ron.
|
1246
|
+
- 1a2rig
|
1247
|
+
- 1a2riĝ
|
1248
|
+
- am2a3r
|
1249
|
+
- barb2a3r
|
1250
|
+
- baz2a3r
|
1251
|
+
- biz2a3r
|
1252
|
+
- boj2a3r
|
1253
|
+
- bulg2a3r
|
1254
|
+
- ".ci3d2a3r"
|
1255
|
+
- cig2a3r
|
1256
|
+
- din2a3r
|
1257
|
+
- dol2a3r
|
1258
|
+
- er2a3r
|
1259
|
+
- fanf2a3r
|
1260
|
+
- ".f2a3r"
|
1261
|
+
- formul2a3r
|
1262
|
+
- garg2a3r
|
1263
|
+
- git2a3r
|
1264
|
+
- ".ha3r2"
|
1265
|
+
- hung2a3r
|
1266
|
+
- invent2a3r
|
1267
|
+
- izob2a3r
|
1268
|
+
- jug2u3l2a3r
|
1269
|
+
- kalend2a3r
|
1270
|
+
- kap2i3l2a3r
|
1271
|
+
- kla3r
|
1272
|
+
- komp2a3r
|
1273
|
+
- kulin2a3r
|
1274
|
+
- kvatern2a3r
|
1275
|
+
- lap2i3d2a3r
|
1276
|
+
- ".mol2a3r"
|
1277
|
+
- najb4a1r
|
1278
|
+
- om2a3r
|
1279
|
+
- ordin2a3r
|
1280
|
+
- partik2u3l2a3r
|
1281
|
+
- ".pol2a3r"
|
1282
|
+
- pop2u3l2a3r
|
1283
|
+
- prep2a3r
|
1284
|
+
- prim2a3r
|
1285
|
+
- rad2a3r
|
1286
|
+
- remp2a3r
|
1287
|
+
- rip2a3r
|
1288
|
+
- sa3m2ov2a3r
|
1289
|
+
- sanit2a3r
|
1290
|
+
- sek2u3l2ar
|
1291
|
+
- sekund2a3r
|
1292
|
+
- sing2u3l2ar
|
1293
|
+
- skal2a3r
|
1294
|
+
- ".st2a3r"
|
1295
|
+
- sol2i3d2a3r
|
1296
|
+
- tal2a3r
|
1297
|
+
- tat2a3r
|
1298
|
+
- ".vel2a3r"
|
1299
|
+
- vulg2a3r
|
1300
|
+
- 1a2ta.
|
1301
|
+
- 1a2taj.
|
1302
|
+
- 1a2tajn.
|
1303
|
+
- 1a2tan.
|
1304
|
+
- 1a2te.
|
1305
|
+
- 1a2to.
|
1306
|
+
- 1a2toj.
|
1307
|
+
- 1a2tojn.
|
1308
|
+
- 1a2ton.
|
1309
|
+
- 1a2t1ec
|
1310
|
+
- adiab2a3t
|
1311
|
+
- agreg2a3t
|
1312
|
+
- aŭtom2a3t
|
1313
|
+
- aŭtorit2a3t
|
1314
|
+
- ".ab2a3t"
|
1315
|
+
- ".adekv2a3t"
|
1316
|
+
- advok2a3t
|
1317
|
+
- afrik2a3t
|
1318
|
+
- ".ag2a3t"
|
1319
|
+
- akrob2a3t
|
1320
|
+
- ".akur2a3t"
|
1321
|
+
- alop2a3t
|
1322
|
+
- ".apar2a3t"
|
1323
|
+
- apost2a3t
|
1324
|
+
- arom2a3t
|
1325
|
+
- ".ba3t"
|
1326
|
+
- ".bl2a3t"
|
1327
|
+
- ".brok2a3t"
|
1328
|
+
- ".deb2a3t"
|
1329
|
+
- delik2a3t
|
1330
|
+
- diplom2a3t
|
1331
|
+
- ".duk2a3t"
|
1332
|
+
- ".et2a3t"
|
1333
|
+
- fakult2a3t
|
1334
|
+
- ".fr2a3t"
|
1335
|
+
- ".gefr2a3t"
|
1336
|
+
- ".gla3t"
|
1337
|
+
- ".gran2a3t"
|
1338
|
+
- ".hep2a3t"
|
1339
|
+
- kandid2a3t
|
1340
|
+
- ".kar2a3t"
|
1341
|
+
- ".kazem2a3t"
|
1342
|
+
- ".klim2a3t"
|
1343
|
+
- ".kom2a3t"
|
1344
|
+
- ".komit2a3t"
|
1345
|
+
- ".komp2a3t"
|
1346
|
+
- konkord2a3t
|
1347
|
+
- ".konst2a3t"
|
1348
|
+
- ".krav2a3t"
|
1349
|
+
- kro3m2a3t
|
1350
|
+
- ".kvadr2a3t"
|
1351
|
+
- magistr2a3t
|
1352
|
+
- ".magn2a3t"
|
1353
|
+
- majorit2a3t
|
1354
|
+
- malgl2a3t
|
1355
|
+
- ".mals2a3t"
|
1356
|
+
- ".mand2a3t"
|
1357
|
+
- ".mecen2a3t"
|
1358
|
+
- minorit2a3t
|
1359
|
+
- ".mon2a3t"
|
1360
|
+
- ".mul2a3t"
|
1361
|
+
- ".musk2a3t"
|
1362
|
+
- ordin2a3t
|
1363
|
+
- ".pal2a3t"
|
1364
|
+
- ".pir2a3t"
|
1365
|
+
- ".prel2a3t"
|
1366
|
+
- ".prim2a3t"
|
1367
|
+
- priorit2a3t
|
1368
|
+
- ".priv2a3t"
|
1369
|
+
- ".rab2a3t"
|
1370
|
+
- ".ren2a3t"
|
1371
|
+
- ".ril2a3t"
|
1372
|
+
- ".sab2a3t"
|
1373
|
+
- ".sal2a3t"
|
1374
|
+
- ".sen2a3t"
|
1375
|
+
- sindik2a3t
|
1376
|
+
- ".skarl2a3t"
|
1377
|
+
- ".sold2a3t"
|
1378
|
+
- ".son2a3t"
|
1379
|
+
- ".sp2a3t"
|
1380
|
+
- stigm2a3t
|
1381
|
+
- substr2a3t
|
1382
|
+
- surog2a3t
|
1383
|
+
- ".tok2a3t"
|
1384
|
+
- ".tom2a3t"
|
1385
|
+
- ".ultim2a3t"
|
1386
|
+
- universit2a3t
|
1387
|
+
- ".vulg2a3t"
|
1388
|
+
- ".ĉe2f1"
|
1389
|
+
- ".ĉi4a"
|
1390
|
+
- ".ĉia4m1"
|
1391
|
+
- ".ĉi4e"
|
1392
|
+
- ".ĉie4s"
|
1393
|
+
- ".ĉi4o"
|
1394
|
+
- ".ĉio4m"
|
1395
|
+
- ".ĉi4u"
|
1396
|
+
- ĉi3el1
|
1397
|
+
- 3ĉ2jo
|
1398
|
+
- ".di2s1"
|
1399
|
+
- ".di3s2ert"
|
1400
|
+
- ".di3s2erv"
|
1401
|
+
- ".di3s2ip"
|
1402
|
+
- ".di3s2oci"
|
1403
|
+
- ".di3s2a."
|
1404
|
+
- ".di3s2aj."
|
1405
|
+
- ".di3s2ajn."
|
1406
|
+
- ".di3s2an."
|
1407
|
+
- ".di3s2e."
|
1408
|
+
- ".di3s2en."
|
1409
|
+
- ".du2m1"
|
1410
|
+
- dump2in3g
|
1411
|
+
- ".du2on1"
|
1412
|
+
- 1e2bla.
|
1413
|
+
- 1e2blaj.
|
1414
|
+
- 1e2blajn.
|
1415
|
+
- 1e2blan.
|
1416
|
+
- 1e2ble.
|
1417
|
+
- 1e2blo.
|
1418
|
+
- 1e2bloj.
|
1419
|
+
- 1e2blojn.
|
1420
|
+
- 1e2blon.
|
1421
|
+
- 1e2blas.
|
1422
|
+
- 1e2bli.
|
1423
|
+
- 1e2blis.
|
1424
|
+
- 1e2blos.
|
1425
|
+
- 1e2blu.
|
1426
|
+
- 1e2blus.
|
1427
|
+
- 1e2bl1ec
|
1428
|
+
- 1e2bl1aĵ
|
1429
|
+
- ".fe3b1l"
|
1430
|
+
- ".me3b1l"
|
1431
|
+
- 1e2ca.
|
1432
|
+
- 1e2caj.
|
1433
|
+
- 1e2cajn.
|
1434
|
+
- 1e2can.
|
1435
|
+
- 1e2ce.
|
1436
|
+
- 1e2co.
|
1437
|
+
- 1e2coj.
|
1438
|
+
- 1e2cojn.
|
1439
|
+
- 1e2con.
|
1440
|
+
- ".apr2e3c"
|
1441
|
+
- ".de3c"
|
1442
|
+
- ".pe3c"
|
1443
|
+
- sp2e3c
|
1444
|
+
- 1e2ga.
|
1445
|
+
- 1e2gaj.
|
1446
|
+
- 1e2gajn.
|
1447
|
+
- 1e2gan.
|
1448
|
+
- 1e2ge.
|
1449
|
+
- 1e2go.
|
1450
|
+
- 1e2goj.
|
1451
|
+
- 1e2gojn.
|
1452
|
+
- 1e2gon.
|
1453
|
+
- 1e2gas.
|
1454
|
+
- 1e2gi.
|
1455
|
+
- 1e2gis.
|
1456
|
+
- 1e2gos.
|
1457
|
+
- 1e2gu.
|
1458
|
+
- 1e2gus.
|
1459
|
+
- ".del2e3g"
|
1460
|
+
- ".fl2e3g"
|
1461
|
+
- kol2e3g
|
1462
|
+
- ".om2e3g"
|
1463
|
+
- ".prel2e3g"
|
1464
|
+
- ".strat2e3g"
|
1465
|
+
- ".norv2e3g"
|
1466
|
+
- 1e2ja.
|
1467
|
+
- 1e2jaj.
|
1468
|
+
- 1e2jajn.
|
1469
|
+
- 1e2jan.
|
1470
|
+
- 1e2je.
|
1471
|
+
- 1e2jo.
|
1472
|
+
- 1e2joj.
|
1473
|
+
- 1e2jojn.
|
1474
|
+
- 1e2jon.
|
1475
|
+
- 1e2j1ig
|
1476
|
+
- 1e2j1iĝ
|
1477
|
+
- ".be3j"
|
1478
|
+
- ".pl2ej"
|
1479
|
+
- malpl2ej
|
1480
|
+
- ".ek2s1"
|
1481
|
+
- ".ek3s2ci"
|
1482
|
+
- ek4s3cit
|
1483
|
+
- ek4s3ciz
|
1484
|
+
- ".ek3s2id"
|
1485
|
+
- ".ek1i2r"
|
1486
|
+
- ".ek1rid"
|
1487
|
+
- 1e2kzem
|
1488
|
+
- ".ekste2r1"
|
1489
|
+
- ".ekste3ra."
|
1490
|
+
- ".ekste3raj."
|
1491
|
+
- ".ekste3rajn."
|
1492
|
+
- ".ekste3ran."
|
1493
|
+
- ".ekste3re."
|
1494
|
+
- ".ekste3ro."
|
1495
|
+
- ".ekste3roj."
|
1496
|
+
- ".ekste3rojn."
|
1497
|
+
- ".ekste3ron."
|
1498
|
+
- ".ekste3ras."
|
1499
|
+
- ".ekste3ri."
|
1500
|
+
- ".ekste3ris."
|
1501
|
+
- ".ekste3ros."
|
1502
|
+
- ".ekste3ru."
|
1503
|
+
- ".ekste3rus."
|
1504
|
+
- ".el1i2r"
|
1505
|
+
- ".el1aĉet"
|
1506
|
+
- ".el1uz"
|
1507
|
+
- 1e2ma.
|
1508
|
+
- 1e2maj.
|
1509
|
+
- 1e2majn.
|
1510
|
+
- 1e2man.
|
1511
|
+
- 1e2me.
|
1512
|
+
- 1e2mo.
|
1513
|
+
- 1e2moj.
|
1514
|
+
- 1e2mojn.
|
1515
|
+
- 1e2mon.
|
1516
|
+
- 1e2mas.
|
1517
|
+
- 1e2mi.
|
1518
|
+
- 1e2mis.
|
1519
|
+
- 1e2mos.
|
1520
|
+
- 1e2mu.
|
1521
|
+
- 1e2mus.
|
1522
|
+
- 1e2m1ec
|
1523
|
+
- ".alpr2e3m"
|
1524
|
+
- ".anat2e3m"
|
1525
|
+
- blasf2e3m
|
1526
|
+
- ".boh2e3m"
|
1527
|
+
- diad2e3m
|
1528
|
+
- ".dil2e3m"
|
1529
|
+
- ".ed2e3m"
|
1530
|
+
- ekstr2e3m
|
1531
|
+
- ".ektr2e3m"
|
1532
|
+
- ".ekpr2e3m"
|
1533
|
+
- embl2e3m
|
1534
|
+
- emfiz2e3m
|
1535
|
+
- ".ekz2e3m"
|
1536
|
+
- ".har2e3m"
|
1537
|
+
- jerusal2e3m
|
1538
|
+
- krizant2e3m
|
1539
|
+
- ".le3m"
|
1540
|
+
- ".po2e3m"
|
1541
|
+
- ".pr2e3m"
|
1542
|
+
- ".probl2e3m"
|
1543
|
+
- ".sk2e3m"
|
1544
|
+
- ".te3m"
|
1545
|
+
- ".tand2e3m"
|
1546
|
+
- ".teor2e3m"
|
1547
|
+
- ".tot2e3m"
|
1548
|
+
- ".tr2e3m"
|
1549
|
+
- sist2e3m
|
1550
|
+
- ".en1ir2"
|
1551
|
+
- 1en2da.
|
1552
|
+
- 1en2daj.
|
1553
|
+
- 1en2dajn.
|
1554
|
+
- 1en2dan.
|
1555
|
+
- 1en2de.
|
1556
|
+
- 1en2das.
|
1557
|
+
- 1en2di.
|
1558
|
+
- 1en2dis.
|
1559
|
+
- 1en2dos.
|
1560
|
+
- 1en2du.
|
1561
|
+
- 1en2dus.
|
1562
|
+
- 1en2do.
|
1563
|
+
- 1en2don.
|
1564
|
+
- ".am2en3d"
|
1565
|
+
- ".at2en3d"
|
1566
|
+
- ".def2en3d"
|
1567
|
+
- ".et2en3d"
|
1568
|
+
- ".kal2en3d"
|
1569
|
+
- kresĉ2en3d
|
1570
|
+
- ".men3d"
|
1571
|
+
- ".of2en3d"
|
1572
|
+
- ".pen3d"
|
1573
|
+
- ".pl2en3d"
|
1574
|
+
- pret2en3d
|
1575
|
+
- rekom2en3d
|
1576
|
+
- ".sen3d"
|
1577
|
+
- sc2en3d
|
1578
|
+
- ".ten3d"
|
1579
|
+
- ".ven3d"
|
1580
|
+
- 1e2ta.
|
1581
|
+
- 1e2taj.
|
1582
|
+
- 1e2tajn.
|
1583
|
+
- 1e2tan.
|
1584
|
+
- 1e2te.
|
1585
|
+
- 1e2to.
|
1586
|
+
- 1e2toj.
|
1587
|
+
- 1e2tojn.
|
1588
|
+
- 1e2ton.
|
1589
|
+
- 1e2taas.
|
1590
|
+
- 1e2tai.
|
1591
|
+
- 1e2tais.
|
1592
|
+
- 1e2taos.
|
1593
|
+
- 1e2tau.
|
1594
|
+
- 1e2taus.
|
1595
|
+
- a2ĉ2e3t
|
1596
|
+
- alfab2e3t
|
1597
|
+
- alum2e3t
|
1598
|
+
- amul2e3t
|
1599
|
+
- ".ask2e3t"
|
1600
|
+
- ".atl2e3t"
|
1601
|
+
- ".be3t"
|
1602
|
+
- bajon2e3t
|
1603
|
+
- bil2e3t
|
1604
|
+
- ".bol2e3t"
|
1605
|
+
- bracel2e3t
|
1606
|
+
- brev2e3t
|
1607
|
+
- ".buĝ2e3t"
|
1608
|
+
- ".deb2e3t"
|
1609
|
+
- ".dem2e3t"
|
1610
|
+
- diab2e3t
|
1611
|
+
- elizab2e3t
|
1612
|
+
- ".enk2e3t"
|
1613
|
+
- epit2e3t
|
1614
|
+
- ".form2e3t"
|
1615
|
+
- ".gaz2e3t"
|
1616
|
+
- ".herm2e3t"
|
1617
|
+
- ".ĥe3t"
|
1618
|
+
- ".ĵak2e3t"
|
1619
|
+
- ĵ2e3t
|
1620
|
+
- kabin2e3t
|
1621
|
+
- ".kad2e3t"
|
1622
|
+
- kastanj2e3t
|
1623
|
+
- ".kin2e3t"
|
1624
|
+
- klarn2e3t
|
1625
|
+
- kloz2e3t
|
1626
|
+
- ".kom2e3t"
|
1627
|
+
- kompl2e3t
|
1628
|
+
- ".konf2e3t"
|
1629
|
+
- kors2e3t
|
1630
|
+
- korv2e3t
|
1631
|
+
- kotl2e3t
|
1632
|
+
- ".krik2e3t"
|
1633
|
+
- ".krok2e3t"
|
1634
|
+
- kvodlib2e3t
|
1635
|
+
- ".me3t"
|
1636
|
+
- magn2e3t
|
1637
|
+
- marion2e3t
|
1638
|
+
- ".mot2e3t"
|
1639
|
+
- ".ne3t"
|
1640
|
+
- ".oml2e3t"
|
1641
|
+
- pamfl2e3t
|
1642
|
+
- parg2e3t
|
1643
|
+
- ".pl2e3t"
|
1644
|
+
- ".po2e3t"
|
1645
|
+
- ".prof2e3t"
|
1646
|
+
- ".prol2e3t"
|
1647
|
+
- ".rak2e3t"
|
1648
|
+
- ".rem2e3t"
|
1649
|
+
- ".rip2e3t"
|
1650
|
+
- sekr2e3t
|
1651
|
+
- skel2e3t
|
1652
|
+
- ".son2e3t"
|
1653
|
+
- ".sov2e3t"
|
1654
|
+
- spag2e3t
|
1655
|
+
- spin2e3t
|
1656
|
+
- staf2e3t
|
1657
|
+
- ".stil2e3t"
|
1658
|
+
- ŝibol2e3t
|
1659
|
+
- ".tib2e3t"
|
1660
|
+
- tual2e3t
|
1661
|
+
- ".ve3t"
|
1662
|
+
- ".veg2e3t"
|
1663
|
+
- ".vend2e3t"
|
1664
|
+
- vinj2e3t
|
1665
|
+
- 1es2tr
|
1666
|
+
- ".fo2r1"
|
1667
|
+
- ".fo3r2in3t"
|
1668
|
+
- ".fo3r2u3m"
|
1669
|
+
- ".fo3r2a."
|
1670
|
+
- ".fo3r2aj."
|
1671
|
+
- ".fo3r2ajn."
|
1672
|
+
- ".fo3r2an."
|
1673
|
+
- ".fo3r2e."
|
1674
|
+
- ".fo3r2o."
|
1675
|
+
- ".fo3r2oj."
|
1676
|
+
- ".fo3r2ojn."
|
1677
|
+
- ".fo3r2on."
|
1678
|
+
- ".fo3r2en"
|
1679
|
+
- ".fo3r2as."
|
1680
|
+
- ".fo3r2i."
|
1681
|
+
- ".fo3r2is."
|
1682
|
+
- ".fo3r2os."
|
1683
|
+
- ".fo3r2u."
|
1684
|
+
- ".fo3r2us."
|
1685
|
+
- ".ĝi2s1"
|
1686
|
+
- 1i2da.
|
1687
|
+
- 1i2daj.
|
1688
|
+
- 1i2dajn.
|
1689
|
+
- 1i2dan.
|
1690
|
+
- 1i2de.
|
1691
|
+
- 1i2do.
|
1692
|
+
- 1i2doj.
|
1693
|
+
- 1i2dojn.
|
1694
|
+
- 1i2don.
|
1695
|
+
- ".abs2i3d"
|
1696
|
+
- ".ac2i3d"
|
1697
|
+
- ".akr2i3d"
|
1698
|
+
- ".aps2i3d"
|
1699
|
+
- ".ar2i3d"
|
1700
|
+
- ".askar2i3d"
|
1701
|
+
- ".asp2i3d"
|
1702
|
+
- ".av2i3d"
|
1703
|
+
- ".bi3d"
|
1704
|
+
- ".bol2i3d"
|
1705
|
+
- ".br2i3d"
|
1706
|
+
- cirkumc2i3d
|
1707
|
+
- ".dav2i3d"
|
1708
|
+
- ".dec2i3d"
|
1709
|
+
- ".eŭkl2i3d"
|
1710
|
+
- ".eg2i3d"
|
1711
|
+
- ".fi3d"
|
1712
|
+
- ".flor2i3d"
|
1713
|
+
- ".fr2i3d"
|
1714
|
+
- frig2i3d
|
1715
|
+
- genoc2i3d
|
1716
|
+
- ".gv2i3d"
|
1717
|
+
- hibr2i3d
|
1718
|
+
- hum2i3d
|
1719
|
+
- ĥlam2i3d
|
1720
|
+
- ".inc2i3d"
|
1721
|
+
- ".ins2i3d"
|
1722
|
+
- inval2i3d
|
1723
|
+
- ".ji3d"
|
1724
|
+
- kan3t2ar2i3d
|
1725
|
+
- koinc2i3d
|
1726
|
+
- ".konf2i3d"
|
1727
|
+
- krizal2i3d
|
1728
|
+
- ".li3d"
|
1729
|
+
- ".lib2i3d"
|
1730
|
+
- likv2i3d
|
1731
|
+
- ".liv2i3d"
|
1732
|
+
- ".luc2i3d"
|
1733
|
+
- ".madr2i3d"
|
1734
|
+
- morb2i3d
|
1735
|
+
- ".muc2i3d"
|
1736
|
+
- perf2i3d
|
1737
|
+
- piram2i3d
|
1738
|
+
- ".prez2i3d"
|
1739
|
+
- ".ri3d"
|
1740
|
+
- rap2i3d
|
1741
|
+
- rez2i3d
|
1742
|
+
- rig2i3d
|
1743
|
+
- ".si3d"
|
1744
|
+
- ".sol2i3d"
|
1745
|
+
- ".str2i3d"
|
1746
|
+
- telev2i3d
|
1747
|
+
- ".tim2i3d"
|
1748
|
+
- ".vi3d"
|
1749
|
+
- ".val2i3d"
|
1750
|
+
- 1i2d1ar
|
1751
|
+
- 1i2d1i2n
|
1752
|
+
- ".pir2i3d2in"
|
1753
|
+
- 1i2ga.
|
1754
|
+
- 1i2gaj.
|
1755
|
+
- 1i2gajn.
|
1756
|
+
- 1i2gan.
|
1757
|
+
- 1i2ge.
|
1758
|
+
- 1i2go.
|
1759
|
+
- 1i2goj.
|
1760
|
+
- 1i2gojn.
|
1761
|
+
- 1i2gon.
|
1762
|
+
- 1i2gas.
|
1763
|
+
- 1i2gi.
|
1764
|
+
- 1i2gis.
|
1765
|
+
- 1i2gos.
|
1766
|
+
- 1i2gu.
|
1767
|
+
- 1i2gus.
|
1768
|
+
- ".br2i3g"
|
1769
|
+
- ".di3g"
|
1770
|
+
- ".fi3g"
|
1771
|
+
- ".in3d2i3g"
|
1772
|
+
- ".inst2i3g"
|
1773
|
+
- ".intr2i3g"
|
1774
|
+
- ".kvadr2i3g"
|
1775
|
+
- ".li3g"
|
1776
|
+
- pfen2i3g
|
1777
|
+
- ".pi3g"
|
1778
|
+
- ".prod2i3g"
|
1779
|
+
- ".ri3g"
|
1780
|
+
- ".rodr2i3g"
|
1781
|
+
- ".str2i3g"
|
1782
|
+
- ".ti3g"
|
1783
|
+
- ".nav2i3g"
|
1784
|
+
- 1i2gebl
|
1785
|
+
- 1i2gant
|
1786
|
+
- 1i2gint
|
1787
|
+
- 1i2gont
|
1788
|
+
- 1i2gat
|
1789
|
+
- al2i3g2a3tor
|
1790
|
+
- l2i3g2a3turo
|
1791
|
+
- 1i2git
|
1792
|
+
- 1i2got
|
1793
|
+
- 1i2g1a2d
|
1794
|
+
- br2i3g2a3d
|
1795
|
+
- 1i2g1e2m
|
1796
|
+
- 1i2g1i2l
|
1797
|
+
- 1i2ĝa.
|
1798
|
+
- 1i2ĝaj.
|
1799
|
+
- 1i2ĝajn.
|
1800
|
+
- 1i2ĝan.
|
1801
|
+
- 1i2ĝe.
|
1802
|
+
- 1i2ĝo.
|
1803
|
+
- 1i2ĝoj.
|
1804
|
+
- 1i2ĝojn.
|
1805
|
+
- 1i2ĝon.
|
1806
|
+
- 1i2ĝas.
|
1807
|
+
- 1i2ĝi.
|
1808
|
+
- 1i2ĝis.
|
1809
|
+
- 1i2ĝos.
|
1810
|
+
- 1i2ĝu.
|
1811
|
+
- 1i2ĝus.
|
1812
|
+
- 1i2ĝant
|
1813
|
+
- 1i2ĝint
|
1814
|
+
- 1i2ĝont
|
1815
|
+
- ".br2i3ĝ"
|
1816
|
+
- ".negl2i3ĝ"
|
1817
|
+
- ".prest2i3ĝ"
|
1818
|
+
- ".vert2i3ĝ"
|
1819
|
+
- ".vest2i3ĝ"
|
1820
|
+
- 1i2ĝ1a2d
|
1821
|
+
- 1i2ĝ1e2m
|
1822
|
+
- 1i2la.
|
1823
|
+
- 1i2laj.
|
1824
|
+
- 1i2lajn.
|
1825
|
+
- 1i2lan.
|
1826
|
+
- 1i2le.
|
1827
|
+
- 1i2lo.
|
1828
|
+
- 1i2loj.
|
1829
|
+
- 1i2lojn.
|
1830
|
+
- 1i2lon.
|
1831
|
+
- abut2i3l
|
1832
|
+
- acet2i3l
|
1833
|
+
- ".ang2i3l"
|
1834
|
+
- ".apr2i3l"
|
1835
|
+
- ".arg2i3l"
|
1836
|
+
- ".az2i3l"
|
1837
|
+
- ".bab2i3l"
|
1838
|
+
- ".bac2i3l"
|
1839
|
+
- ".baz2i3l"
|
1840
|
+
- ".ber2i3l"
|
1841
|
+
- ".bi3l"
|
1842
|
+
- ".br2i3l"
|
1843
|
+
- ".braz2i3l"
|
1844
|
+
- ".ced2i3l"
|
1845
|
+
- ".civ2i3l"
|
1846
|
+
- ".ĉi3l"
|
1847
|
+
- ĉinĉ2i3l
|
1848
|
+
- ".dakt2i3l"
|
1849
|
+
- ".deb2i3l"
|
1850
|
+
- ".def2i3l"
|
1851
|
+
- ".dist2i3l"
|
1852
|
+
- ".domic2i3l"
|
1853
|
+
- ".dr2i3l"
|
1854
|
+
- ".ed2i3l"
|
1855
|
+
- ".ekz2i3l"
|
1856
|
+
- ".eps2i3l"
|
1857
|
+
- ".et2i3l"
|
1858
|
+
- ".fi3l"
|
1859
|
+
- ".fac2i3l"
|
1860
|
+
- ".fus2i3l"
|
1861
|
+
- ".gor2i3l"
|
1862
|
+
- ".gr2i3l"
|
1863
|
+
- ".ĝent2i3l"
|
1864
|
+
- ".hum2i3l"
|
1865
|
+
- ".jub2i3l"
|
1866
|
+
- ".ki3l"
|
1867
|
+
- ".kamar2i3l"
|
1868
|
+
- kamom2i3l
|
1869
|
+
- ".komp2i3l"
|
1870
|
+
- ".kons2i3l"
|
1871
|
+
- krokod2i3l
|
1872
|
+
- ".mi3l"
|
1873
|
+
- ".mant2i3l"
|
1874
|
+
- ".met2i3l"
|
1875
|
+
- mob2i3l
|
1876
|
+
- ".mut2i3l"
|
1877
|
+
- naŭt2i3l
|
1878
|
+
- of2i3l
|
1879
|
+
- ".osc2i3l"
|
1880
|
+
- paskv2i3l
|
1881
|
+
- ".ps2i3l"
|
1882
|
+
- pterodakt2i3l
|
1883
|
+
- ".pup2i3l"
|
1884
|
+
- sen2il
|
1885
|
+
- sim2i3l
|
1886
|
+
- ".st2i3l"
|
1887
|
+
- ".stab2i3l"
|
1888
|
+
- stenc2i3l
|
1889
|
+
- strob2i3l
|
1890
|
+
- subt2i3l
|
1891
|
+
- svah2i3l
|
1892
|
+
- trankv2i3l
|
1893
|
+
- ".ut2i3l"
|
1894
|
+
- ".vi3l"
|
1895
|
+
- ".van2i3l"
|
1896
|
+
- ".vig2i3l"
|
1897
|
+
- vodev2i3l
|
1898
|
+
- volat2i3l
|
1899
|
+
- 1i2l1ar
|
1900
|
+
- b2i3l2a3rd
|
1901
|
+
- dakt2i3l2a3rb
|
1902
|
+
- pl2i3l2a3rĝ
|
1903
|
+
- f2i3l2a3ri
|
1904
|
+
- frit2i3l2a3ri
|
1905
|
+
- f2i3l2a3rb
|
1906
|
+
- 1e2str1i2na.
|
1907
|
+
- 1e2str1i2naj.
|
1908
|
+
- 1e2str1i2najn.
|
1909
|
+
- 1e2str1i2nan.
|
1910
|
+
- 1e2str1i2ne.
|
1911
|
+
- 1e2str1i2no.
|
1912
|
+
- 1e2str1i2noj.
|
1913
|
+
- 1e2str1i2nojn.
|
1914
|
+
- 1e2str1i2non.
|
1915
|
+
- 1i2s2t1i2na.
|
1916
|
+
- 1i2s2t1i2naj.
|
1917
|
+
- 1i2s2t1i2najn.
|
1918
|
+
- 1i2s2t1i2nan.
|
1919
|
+
- 1i2s2t1i2ne.
|
1920
|
+
- 1i2s2t1i2no.
|
1921
|
+
- 1i2s2t1i2noj.
|
1922
|
+
- 1i2s2t1i2nojn.
|
1923
|
+
- 1i2s2t1i2non.
|
1924
|
+
- d2is3t2ingo
|
1925
|
+
- 1u2l1i2na.
|
1926
|
+
- 1u2l1i2naj.
|
1927
|
+
- 1u2l1i2najn.
|
1928
|
+
- 1u2l1i2nan.
|
1929
|
+
- 1u2l1i2ne.
|
1930
|
+
- 1u2l1i2no.
|
1931
|
+
- 1u2l1i2noj.
|
1932
|
+
- 1u2l1i2nojn.
|
1933
|
+
- 1u2l1i2non.
|
1934
|
+
- ins2ul2i3n
|
1935
|
+
- 1an2t1i2na.
|
1936
|
+
- 1an2t1i2naj.
|
1937
|
+
- 1an2t1i2najn.
|
1938
|
+
- 1an2t1i2nan.
|
1939
|
+
- 1an2t1i2ne.
|
1940
|
+
- 1an2t1i2no.
|
1941
|
+
- 1an2t1i2noj.
|
1942
|
+
- 1an2t1i2nojn.
|
1943
|
+
- 1an2t1i2non.
|
1944
|
+
- adam2a4n3t2i3n
|
1945
|
+
- a4n3t2i3nom
|
1946
|
+
- brig2a4n3t2i3n
|
1947
|
+
- gal2a4n3t2i3n
|
1948
|
+
- ".k2a4n3t2i3n"
|
1949
|
+
- strof2a4n3t2i3n
|
1950
|
+
- 1in2da.
|
1951
|
+
- 1in2daj.
|
1952
|
+
- 1in2dajn.
|
1953
|
+
- 1in2dan.
|
1954
|
+
- 1in2de.
|
1955
|
+
- 1in2das.
|
1956
|
+
- 1in2di.
|
1957
|
+
- 1in2dis.
|
1958
|
+
- 1in2dos.
|
1959
|
+
- 1in2du.
|
1960
|
+
- 1in2dus.
|
1961
|
+
- 1in2do.
|
1962
|
+
- 1in2don.
|
1963
|
+
- 1in2d3ec
|
1964
|
+
- 1in2d3ig
|
1965
|
+
- 1in2d3iĝ
|
1966
|
+
- ".bin3d"
|
1967
|
+
- ".hin3d"
|
1968
|
+
- ".lin3d"
|
1969
|
+
- rozal4in3d
|
1970
|
+
- ".bl4in3d"
|
1971
|
+
- ".pin3d"
|
1972
|
+
- tamar4in3d
|
1973
|
+
- ".ŝin3d"
|
1974
|
+
- ".vin3d"
|
1975
|
+
- ".in3d2ign"
|
1976
|
+
- in3d2iĝen
|
1977
|
+
- 1in2ga.
|
1978
|
+
- 1in2gaj.
|
1979
|
+
- 1in2gajn.
|
1980
|
+
- 1in2gan.
|
1981
|
+
- 1in2ge.
|
1982
|
+
- 1in2go.
|
1983
|
+
- 1in2goj.
|
1984
|
+
- 1in2gojn.
|
1985
|
+
- 1in2gon.
|
1986
|
+
- 1in2gig
|
1987
|
+
- ".din3g"
|
1988
|
+
- ".pud2in3g"
|
1989
|
+
- ".vik2in3g"
|
1990
|
+
- 3s2mok2in3g
|
1991
|
+
- ŝil2in3g
|
1992
|
+
- ".klin3g"
|
1993
|
+
- sterl2in3g
|
1994
|
+
- dom2in3g
|
1995
|
+
- men2in3g
|
1996
|
+
- salp2in3g
|
1997
|
+
- ".rin3g"
|
1998
|
+
- ".far2in3g"
|
1999
|
+
- ".har2in3g"
|
2000
|
+
- ".lar2in3g"
|
2001
|
+
- ".mer2in3g"
|
2002
|
+
- ".fr2in3g"
|
2003
|
+
- ".sir2in3g"
|
2004
|
+
- ".krin3g"
|
2005
|
+
- str2in3g
|
2006
|
+
- vrin3g
|
2007
|
+
- ".at2in3g"
|
2008
|
+
- ".mit2in3g"
|
2009
|
+
- ".est2in3g"
|
2010
|
+
- ".dist2in3g"
|
2011
|
+
- ".svin3g"
|
2012
|
+
- 1in2ta.
|
2013
|
+
- 1in2taj.
|
2014
|
+
- 1in2tajn.
|
2015
|
+
- 1in2tan.
|
2016
|
+
- 1in2te.
|
2017
|
+
- 1in2to.
|
2018
|
+
- 1in2toj.
|
2019
|
+
- 1in2tojn.
|
2020
|
+
- 1in2ton.
|
2021
|
+
- 1in2t3ar
|
2022
|
+
- 1in2t3ec
|
2023
|
+
- 1in2t3us
|
2024
|
+
- ".abs2in3t"
|
2025
|
+
- ".fin3t"
|
2026
|
+
- hiac2in3t
|
2027
|
+
- ".jac2in3t"
|
2028
|
+
- ".kvin3t"
|
2029
|
+
- labir2in3t
|
2030
|
+
- ".pin3t"
|
2031
|
+
- ".pl2in3t"
|
2032
|
+
- ".tin3t"
|
2033
|
+
- tereb2in3t
|
2034
|
+
- ".inte2r1"
|
2035
|
+
- ".inte3r2es"
|
2036
|
+
- ".inte3r2ez"
|
2037
|
+
- ".inte3r2upt"
|
2038
|
+
- ".inte3ra."
|
2039
|
+
- ".inte3raj."
|
2040
|
+
- ".inte3rajn."
|
2041
|
+
- ".inte3ran."
|
2042
|
+
- ".inte3re."
|
2043
|
+
- ".inte3ro."
|
2044
|
+
- ".inte3roj."
|
2045
|
+
- ".inte3rojn."
|
2046
|
+
- ".inte3ron."
|
2047
|
+
- ".inte3ras."
|
2048
|
+
- ".inte3ri."
|
2049
|
+
- ".inte3ris."
|
2050
|
+
- ".inte3ros."
|
2051
|
+
- ".inte3ru."
|
2052
|
+
- ".inte3rus."
|
2053
|
+
- ".inte3ren."
|
2054
|
+
- 1is2ma.
|
2055
|
+
- 1is2maj.
|
2056
|
+
- 1is2majn.
|
2057
|
+
- 1is2man.
|
2058
|
+
- 1is2me.
|
2059
|
+
- 1is2mo.
|
2060
|
+
- 1is2moj.
|
2061
|
+
- 1is2mojn.
|
2062
|
+
- 1is2mon.
|
2063
|
+
- 1i2s2m3ec
|
2064
|
+
- ".pr2is3m"
|
2065
|
+
- ".ris3m"
|
2066
|
+
- ".sk2is3m"
|
2067
|
+
- ".sis3m"
|
2068
|
+
- 1i2s2ta.
|
2069
|
+
- 1i2s2taj.
|
2070
|
+
- 1i2s2tajn.
|
2071
|
+
- 1i2s2tan.
|
2072
|
+
- 1i2s2te.
|
2073
|
+
- 1i2s2to.
|
2074
|
+
- 1i2s2toj.
|
2075
|
+
- 1i2s2tojn.
|
2076
|
+
- 1i2s2ton.
|
2077
|
+
- 1i2s2t3ec
|
2078
|
+
- 1i2s2t3ar
|
2079
|
+
- ".amet2i3s3t"
|
2080
|
+
- antikr2i3s3t
|
2081
|
+
- aor2i3s3t
|
2082
|
+
- ".ar2i3s3t"
|
2083
|
+
- ".bal2i3s3t"
|
2084
|
+
- ".bat2i3s3t"
|
2085
|
+
- ".ci3s3t"
|
2086
|
+
- ".di3s3t"
|
2087
|
+
- ekz2i3s3t
|
2088
|
+
- ".gen2i3s3t"
|
2089
|
+
- ".gi3s3t"
|
2090
|
+
- ".hi3s3t"
|
2091
|
+
- ins2i3s3t
|
2092
|
+
- kons2i3s3t
|
2093
|
+
- ".ki3s3t"
|
2094
|
+
- ".kr2i3s3t"
|
2095
|
+
- ".li3s3t"
|
2096
|
+
- ".pi3s3t"
|
2097
|
+
- pers2i3s3t
|
2098
|
+
- ".rez2i3s3t"
|
2099
|
+
- ".sk2i3s3t"
|
2100
|
+
- ".vi3s3t"
|
2101
|
+
- 1i2ta.
|
2102
|
+
- 1i2taj.
|
2103
|
+
- 1i2tajn.
|
2104
|
+
- 1i2tan.
|
2105
|
+
- 1i2te.
|
2106
|
+
- 1i2to.
|
2107
|
+
- 1i2toj.
|
2108
|
+
- 1i2tojn.
|
2109
|
+
- 1i2ton.
|
2110
|
+
- 1i2t3ec
|
2111
|
+
- p2i3t4eci
|
2112
|
+
- ".ag2i3t"
|
2113
|
+
- akred2i3t
|
2114
|
+
- antrac2i3t
|
2115
|
+
- ".apet2i3t"
|
2116
|
+
- ".bi3t"
|
2117
|
+
- ".band2i3t"
|
2118
|
+
- biskv2i3t
|
2119
|
+
- ".br2i3t"
|
2120
|
+
- ".ci3t"
|
2121
|
+
- ".cenob2i3t"
|
2122
|
+
- ".cirkv2i3t"
|
2123
|
+
- ".civ2i3t"
|
2124
|
+
- ".deb2i3t"
|
2125
|
+
- defic2i3t
|
2126
|
+
- ".di3g2i3t"
|
2127
|
+
- dinam2i3t
|
2128
|
+
- ".efr2i3t"
|
2129
|
+
- ".eksc2i3t"
|
2130
|
+
- eksplic2i3t
|
2131
|
+
- ".el2i3t"
|
2132
|
+
- ".emer2i3t"
|
2133
|
+
- ".erm2i3t"
|
2134
|
+
- ".erud2i3t"
|
2135
|
+
- ".ev2i3t"
|
2136
|
+
- ".fr2i3t"
|
2137
|
+
- ".gamb2i3t"
|
2138
|
+
- ".gl2i3t"
|
2139
|
+
- ".graf2i3t"
|
2140
|
+
- ".gran2i3t"
|
2141
|
+
- ".grav2i3t"
|
2142
|
+
- hermafrod2i3t
|
2143
|
+
- ".hez2i3t"
|
2144
|
+
- hipokr2i3t
|
2145
|
+
- ".im2i3t"
|
2146
|
+
- ".inc2i3t"
|
2147
|
+
- infin2i3t
|
2148
|
+
- inkogn2i3t
|
2149
|
+
- interm2i3t
|
2150
|
+
- ".inv2i3t"
|
2151
|
+
- kapac2i3t
|
2152
|
+
- komprom2i3t
|
2153
|
+
- ".konf2i3t"
|
2154
|
+
- ".kred2i3t"
|
2155
|
+
- ".kv2i3t"
|
2156
|
+
- ".kval2i3t"
|
2157
|
+
- ".kviv2i3t"
|
2158
|
+
- ".li3t"
|
2159
|
+
- ".mi3t"
|
2160
|
+
- malak2i3t
|
2161
|
+
- ".margar2i3t"
|
2162
|
+
- ".marm2i3t"
|
2163
|
+
- ".med2i3t"
|
2164
|
+
- megal2i3t
|
2165
|
+
- ".mer2i3t"
|
2166
|
+
- mil2i3t
|
2167
|
+
- asimil3i4t
|
2168
|
+
- ".mosk2i3t"
|
2169
|
+
- ".neof2i3t"
|
2170
|
+
- okcip2i3t
|
2171
|
+
- ol2i3t
|
2172
|
+
- ".orb2i3t"
|
2173
|
+
- palp2i3t
|
2174
|
+
- ".paraz2i3t"
|
2175
|
+
- ".pir2i3t"
|
2176
|
+
- plebisc2i3t
|
2177
|
+
- precip2i3t
|
2178
|
+
- prestid2i3g2i3t
|
2179
|
+
- preter2i3t
|
2180
|
+
- prof2i3t
|
2181
|
+
- prozel2i3t
|
2182
|
+
- ".ri3t"
|
2183
|
+
- rehabil2i3t
|
2184
|
+
- ".rekviz2i3t"
|
2185
|
+
- sanskr2i3t
|
2186
|
+
- ".satel2i3t"
|
2187
|
+
- sibar2i3t
|
2188
|
+
- ".sk2i3t"
|
2189
|
+
- ".sp2i3t"
|
2190
|
+
- ".spir2i3t"
|
2191
|
+
- ".spl2i3t"
|
2192
|
+
- ".spr2i3t"
|
2193
|
+
- stalagm2i3t
|
2194
|
+
- stalakt2i3t
|
2195
|
+
- ".stil2i3t"
|
2196
|
+
- ".su3b2i3t"
|
2197
|
+
- ".ŝv2i3t"
|
2198
|
+
- ".term2i3t"
|
2199
|
+
- ".trans2i3t"
|
2200
|
+
- troglod2i3t
|
2201
|
+
- ".vi3t"
|
2202
|
+
- ".viz2i3t"
|
2203
|
+
- ".zen2i3t"
|
2204
|
+
- ".kel2k"
|
2205
|
+
- ".kro2m1"
|
2206
|
+
- ".kro3ma."
|
2207
|
+
- ".kro3maj."
|
2208
|
+
- ".kro3majn."
|
2209
|
+
- ".kro3man."
|
2210
|
+
- ".kro3me."
|
2211
|
+
- krom2o
|
2212
|
+
- ".ku2n1"
|
2213
|
+
- ku3n2ikl
|
2214
|
+
- ".li4a"
|
2215
|
+
- li5an
|
2216
|
+
- li5as
|
2217
|
+
- ".ma2l1"
|
2218
|
+
- ma3l2ic
|
2219
|
+
- ".malno2v"
|
2220
|
+
- ".me2m1"
|
2221
|
+
- me3m2or
|
2222
|
+
- ".mi4a"
|
2223
|
+
- mi5asm
|
2224
|
+
- mi5aŭ
|
2225
|
+
- ".mi2s1"
|
2226
|
+
- ".mi3s2al"
|
2227
|
+
- mi3s2il
|
2228
|
+
- ".mi3s2ia"
|
2229
|
+
- ".mi3s2ie"
|
2230
|
+
- ".mi3s2ii"
|
2231
|
+
- ".mi3s2io"
|
2232
|
+
- ".mi3s2iu"
|
2233
|
+
- ".me2z1"
|
2234
|
+
- mez2alianc
|
2235
|
+
- me3z2embri
|
2236
|
+
- me3z2enter
|
2237
|
+
- ".me3z2ere"
|
2238
|
+
- ".mez2o"
|
2239
|
+
- me3z2ur
|
2240
|
+
- ".ni4a"
|
2241
|
+
- 3nja.
|
2242
|
+
- 3njaj.
|
2243
|
+
- 3njajn.
|
2244
|
+
- 3njan.
|
2245
|
+
- 3nje.
|
2246
|
+
- 3njo.
|
2247
|
+
- 3njoj.
|
2248
|
+
- 3njojn.
|
2249
|
+
- 3njon.
|
2250
|
+
- ".no2v"
|
2251
|
+
- 1o2bla.
|
2252
|
+
- 1o2blaj.
|
2253
|
+
- 1o2blajn.
|
2254
|
+
- 1o2blan.
|
2255
|
+
- 1o2ble.
|
2256
|
+
- 1o2blo.
|
2257
|
+
- 1o2bloj.
|
2258
|
+
- 1o2blojn.
|
2259
|
+
- 1o2blon.
|
2260
|
+
- 1o2bl1ec
|
2261
|
+
- gren2o3bl
|
2262
|
+
- malno3bl
|
2263
|
+
- ".no3bl"
|
2264
|
+
- ".vo3bl"
|
2265
|
+
- du3ona.
|
2266
|
+
- du3onaj.
|
2267
|
+
- du3onajn.
|
2268
|
+
- du3onan.
|
2269
|
+
- du3one.
|
2270
|
+
- du3ono.
|
2271
|
+
- du3onoj.
|
2272
|
+
- du3onojn.
|
2273
|
+
- du3onon.
|
2274
|
+
- ".trio2n"
|
2275
|
+
- ".kvar3o2n"
|
2276
|
+
- ".kvin3o2n"
|
2277
|
+
- ".ses3o2n"
|
2278
|
+
- ".sep3o2n"
|
2279
|
+
- ".ok3o2na."
|
2280
|
+
- ".ok3o2naj."
|
2281
|
+
- ".ok3o2najn."
|
2282
|
+
- ".ok3o2nan."
|
2283
|
+
- ".ok3o2ne."
|
2284
|
+
- ".ok3o2no."
|
2285
|
+
- ".ok3o2noj."
|
2286
|
+
- ".ok3o2nojn."
|
2287
|
+
- ".ok3o2non."
|
2288
|
+
- ".naŭo4n"
|
2289
|
+
- dek3o2na.
|
2290
|
+
- dek3o2naj.
|
2291
|
+
- dek3o2najn.
|
2292
|
+
- dek3o2nan.
|
2293
|
+
- dek3o2ne.
|
2294
|
+
- dek3o2no.
|
2295
|
+
- dek3o2noj.
|
2296
|
+
- dek3o2nojn.
|
2297
|
+
- dek3o2non.
|
2298
|
+
- cent3o2na.
|
2299
|
+
- cent3o2naj.
|
2300
|
+
- cent3o2najn.
|
2301
|
+
- cent3o2nan.
|
2302
|
+
- cent3o2ne.
|
2303
|
+
- cent3o2no.
|
2304
|
+
- cent3o2noj.
|
2305
|
+
- cent3o2nojn.
|
2306
|
+
- cent3o2non.
|
2307
|
+
- mil3o2na.
|
2308
|
+
- mil3o2naj.
|
2309
|
+
- mil3o2najn.
|
2310
|
+
- mil3o2nan.
|
2311
|
+
- mil3o2ne.
|
2312
|
+
- mil3o2no.
|
2313
|
+
- mil3o2noj.
|
2314
|
+
- mil3o2nojn.
|
2315
|
+
- mil3o2non.
|
2316
|
+
- 1on2ta.
|
2317
|
+
- 1on2taj.
|
2318
|
+
- 1on2tajn.
|
2319
|
+
- 1on2tan.
|
2320
|
+
- 1on2te.
|
2321
|
+
- 1on2to.
|
2322
|
+
- 1on2toj.
|
2323
|
+
- 1on2tojn.
|
2324
|
+
- 1on2ton.
|
2325
|
+
- disk2on3t
|
2326
|
+
- ".fon3t"
|
2327
|
+
- ".fr2on3t"
|
2328
|
+
- ".hon3t"
|
2329
|
+
- horiz2on3t
|
2330
|
+
- ".kon3t"
|
2331
|
+
- konfr2on3t
|
2332
|
+
- ".mon3t"
|
2333
|
+
- mastod2on3t
|
2334
|
+
- ".melol2on3t"
|
2335
|
+
- ".pon3t"
|
2336
|
+
- ".rak2on3t"
|
2337
|
+
- ".rem2on3t"
|
2338
|
+
- ".renk2on3t"
|
2339
|
+
- ".sp2on3t"
|
2340
|
+
- vol2on3t
|
2341
|
+
- duo2pa.
|
2342
|
+
- duo2paj.
|
2343
|
+
- duo2pajn.
|
2344
|
+
- duo2pan.
|
2345
|
+
- duo2pe.
|
2346
|
+
- duo2po.
|
2347
|
+
- duo2poj.
|
2348
|
+
- duo2pojn.
|
2349
|
+
- duo2pon.
|
2350
|
+
- ".trio2p"
|
2351
|
+
- kvar3o2p
|
2352
|
+
- kvin3o2p
|
2353
|
+
- ses3o2p
|
2354
|
+
- sep3o2p
|
2355
|
+
- ".ok3o2pa."
|
2356
|
+
- ".ok3o2paj."
|
2357
|
+
- ".ok3o2pajn."
|
2358
|
+
- ".ok3o2pan."
|
2359
|
+
- ".ok3o2pe."
|
2360
|
+
- ".ok3o2po."
|
2361
|
+
- ".ok3o2poj."
|
2362
|
+
- ".ok3o2pojn."
|
2363
|
+
- ".ok3o2pon."
|
2364
|
+
- naŭo4p
|
2365
|
+
- dek3o2pa.
|
2366
|
+
- dek3o2paj.
|
2367
|
+
- dek3o2pajn.
|
2368
|
+
- dek3o2pan.
|
2369
|
+
- dek3o2pe.
|
2370
|
+
- dek3o2po.
|
2371
|
+
- dek3o2poj.
|
2372
|
+
- dek3o2pojn.
|
2373
|
+
- dek3o2pon.
|
2374
|
+
- cent3o2pa.
|
2375
|
+
- cent3o2paj.
|
2376
|
+
- cent3o2pajn.
|
2377
|
+
- cent3o2pan.
|
2378
|
+
- cent3o2pe.
|
2379
|
+
- cent3o2po.
|
2380
|
+
- cent3o2poj.
|
2381
|
+
- cent3o2pojn.
|
2382
|
+
- cent3o2pon.
|
2383
|
+
- mil3o2pa.
|
2384
|
+
- mil3o2paj.
|
2385
|
+
- mil3o2pajn.
|
2386
|
+
- mil3o2pan.
|
2387
|
+
- mil3o2pe.
|
2388
|
+
- mil3o2po.
|
2389
|
+
- mil3o2poj.
|
2390
|
+
- mil3o2pojn.
|
2391
|
+
- mil3o2pon.
|
2392
|
+
- 1o2ta.
|
2393
|
+
- 1o2taj.
|
2394
|
+
- 1o2tajn.
|
2395
|
+
- 1o2tan.
|
2396
|
+
- 1o2te.
|
2397
|
+
- 1o2to.
|
2398
|
+
- 1o2toj.
|
2399
|
+
- 1o2tojn.
|
2400
|
+
- 1o2ton.
|
2401
|
+
- abrik2o3t
|
2402
|
+
- anekd2o3t
|
2403
|
+
- antid2o3t
|
2404
|
+
- asimpt2o3t
|
2405
|
+
- ".az2o3t"
|
2406
|
+
- ".bo3t"
|
2407
|
+
- ".bal2o3t"
|
2408
|
+
- bankr2o3t
|
2409
|
+
- ".behem2o3t"
|
2410
|
+
- bergam2o3t
|
2411
|
+
- ".bi3g2o3t"
|
2412
|
+
- ".bisk2o3t"
|
2413
|
+
- bojk2o3t
|
2414
|
+
- ".do3t"
|
2415
|
+
- ".dep2o3t"
|
2416
|
+
- ".desp2o3t"
|
2417
|
+
- ".dev2o3t"
|
2418
|
+
- dorl2o3t
|
2419
|
+
- ".ekz2o3t"
|
2420
|
+
- ".er2o3t"
|
2421
|
+
- ".erg2o3t"
|
2422
|
+
- ".fo3t"
|
2423
|
+
- ".fag2o3t"
|
2424
|
+
- ".fakt2o3t"
|
2425
|
+
- ".fl2o3t"
|
2426
|
+
- fokstr2o3t
|
2427
|
+
- ".fr2o3t"
|
2428
|
+
- ".go3t"
|
2429
|
+
- ".gav2o3t"
|
2430
|
+
- ".golg2o3t"
|
2431
|
+
- ".gr2o3t"
|
2432
|
+
- ".herod2o3t"
|
2433
|
+
- hipn2o3t
|
2434
|
+
- hotent2o3t
|
2435
|
+
- ".jo3t"
|
2436
|
+
- ĵab2o3t
|
2437
|
+
- ".ko3t"
|
2438
|
+
- ".kaĉal2o3t"
|
2439
|
+
- kalik2o3t
|
2440
|
+
- ".kaml2o3t"
|
2441
|
+
- ".kan2o3t"
|
2442
|
+
- ".kap2o3t"
|
2443
|
+
- ".kar2o3t"
|
2444
|
+
- ".koj2o3t"
|
2445
|
+
- ".komp2o3t"
|
2446
|
+
- kompl2o3t
|
2447
|
+
- kreoz2o3t
|
2448
|
+
- ".kul2o3t"
|
2449
|
+
- ".kv2o3t"
|
2450
|
+
- ".alikv2o3t"
|
2451
|
+
- ".lo3t"
|
2452
|
+
- ".lit2o3t"
|
2453
|
+
- ".mo3t"
|
2454
|
+
- ".mar2o3t"
|
2455
|
+
- ".mark2o3t"
|
2456
|
+
- marm2o3t
|
2457
|
+
- ".mioz2o3t"
|
2458
|
+
- ".no3t"
|
2459
|
+
- nark2o3t
|
2460
|
+
- ".po3t"
|
2461
|
+
- perlam2o3t
|
2462
|
+
- ".pier2o3t"
|
2463
|
+
- ".pil2o3t"
|
2464
|
+
- ".piv2o3t"
|
2465
|
+
- ".pl2o3t"
|
2466
|
+
- poligl2o3t
|
2467
|
+
- ".ro3t"
|
2468
|
+
- ".rab2o3t"
|
2469
|
+
- reding2o3t
|
2470
|
+
- ".rob2o3t"
|
2471
|
+
- ".sab2o3t"
|
2472
|
+
- sacerd2o3t
|
2473
|
+
- ".sk2o3t"
|
2474
|
+
- ".skler2o3t"
|
2475
|
+
- ".skr2o3t"
|
2476
|
+
- ".sp2o3t"
|
2477
|
+
- ".ŝo3t"
|
2478
|
+
- ŝevj2o3t
|
2479
|
+
- ".terak2o3t"
|
2480
|
+
- ".tr2o3t"
|
2481
|
+
- ".trik2o3t"
|
2482
|
+
- ".vo3t"
|
2483
|
+
- ".zel2o3t"
|
2484
|
+
- ".po2r"
|
2485
|
+
- ".pos2t1"
|
2486
|
+
- pos3t2ament
|
2487
|
+
- pos3t2iljon
|
2488
|
+
- pos3t2u3l
|
2489
|
+
- ".prete2r1"
|
2490
|
+
- ".re2f3l2ig"
|
2491
|
+
- ".re2spond"
|
2492
|
+
- ".re2spublik"
|
2493
|
+
- ".re2storaci"
|
2494
|
+
- ".re2tro"
|
2495
|
+
- ".sa2m"
|
2496
|
+
- sam2ar
|
2497
|
+
- ".sa3m2u3m"
|
2498
|
+
- sa3m2uraj
|
2499
|
+
- ".se2n1"
|
2500
|
+
- ".se3n2aa"
|
2501
|
+
- ".se3n2ao"
|
2502
|
+
- sen2at
|
2503
|
+
- sen2eskal
|
2504
|
+
- ".si4a"
|
2505
|
+
- ".su2b1"
|
2506
|
+
- ".su3b2ute"
|
2507
|
+
- ".supe2r1"
|
2508
|
+
- ".supe3ra."
|
2509
|
+
- ".supe3raj."
|
2510
|
+
- ".supe3rajn."
|
2511
|
+
- ".supe3ran."
|
2512
|
+
- ".supe3re."
|
2513
|
+
- ".supe3ro."
|
2514
|
+
- ".supe3roj."
|
2515
|
+
- ".supe3rojn."
|
2516
|
+
- ".supe3ron."
|
2517
|
+
- ".supe3ras."
|
2518
|
+
- ".supe3ri."
|
2519
|
+
- ".supe3ris."
|
2520
|
+
- ".supe3ros."
|
2521
|
+
- ".supe3ru."
|
2522
|
+
- ".supe3rus."
|
2523
|
+
- ".ŝi4a"
|
2524
|
+
- ".tran2s"
|
2525
|
+
- tran3scend
|
2526
|
+
- tran3sept
|
2527
|
+
- tran3sistor
|
2528
|
+
- tran3sit
|
2529
|
+
- tran3s2pir
|
2530
|
+
- ".tu2t1"
|
2531
|
+
- ".tu3ta."
|
2532
|
+
- ".tu3taj."
|
2533
|
+
- ".tu3tajn."
|
2534
|
+
- ".tu3tan."
|
2535
|
+
- ".tu3te."
|
2536
|
+
- ".tu3to."
|
2537
|
+
- ".tu3toj."
|
2538
|
+
- ".tu3tojn."
|
2539
|
+
- ".tu3ton."
|
2540
|
+
- 1u2ja.
|
2541
|
+
- 1u2jaj.
|
2542
|
+
- 1u2jajn.
|
2543
|
+
- 1u2jan.
|
2544
|
+
- 1u2je.
|
2545
|
+
- 1u2jo.
|
2546
|
+
- 1u2joj.
|
2547
|
+
- 1u2jojn.
|
2548
|
+
- 1u2jon.
|
2549
|
+
- 1u2j1ig
|
2550
|
+
- 1u2j1iĝ
|
2551
|
+
- ".and2u3j"
|
2552
|
+
- ".halel2u3j"
|
2553
|
+
- 1u2la.
|
2554
|
+
- 1u2laj.
|
2555
|
+
- 1u2lajn.
|
2556
|
+
- 1u2lan.
|
2557
|
+
- 1u2le.
|
2558
|
+
- 1u2lo.
|
2559
|
+
- 1u2loj.
|
2560
|
+
- 1u2lojn.
|
2561
|
+
- 1u2lon.
|
2562
|
+
- 1e2m1u2l
|
2563
|
+
- e3m2u3ls
|
2564
|
+
- 1u2l3ec
|
2565
|
+
- 1u2l3ej
|
2566
|
+
- ".akum2u3l"
|
2567
|
+
- ".ang2u3l"
|
2568
|
+
- ".bu3l"
|
2569
|
+
- ".bet2u3l"
|
2570
|
+
- ".bru3l"
|
2571
|
+
- ".ejak2u3l"
|
2572
|
+
- ".fist2u3l"
|
2573
|
+
- form2u3l
|
2574
|
+
- ".fu3l"
|
2575
|
+
- galin2u3l
|
2576
|
+
- ".gran2u3l"
|
2577
|
+
- ".grat2u3l"
|
2578
|
+
- ".herk2u3l"
|
2579
|
+
- hierod2u3l
|
2580
|
+
- homunk2u3l
|
2581
|
+
- ".inok2u3l"
|
2582
|
+
- ".ins2u3l"
|
2583
|
+
- ".instanb2u3l"
|
2584
|
+
- ".ju3l"
|
2585
|
+
- ".ĵu3l"
|
2586
|
+
- ".ku3l"
|
2587
|
+
- ".kab2u3l"
|
2588
|
+
- kalend2u3l
|
2589
|
+
- kalk2u3l
|
2590
|
+
- kapit2u3l
|
2591
|
+
- kaps2u3l
|
2592
|
+
- koag2u3l
|
2593
|
+
- ".kons2u3l"
|
2594
|
+
- ".kop2u3l"
|
2595
|
+
- korpusk2u3l
|
2596
|
+
- ".kum2u3l"
|
2597
|
+
- ".lu3l"
|
2598
|
+
- ".liverp2u3l"
|
2599
|
+
- ".mu3l"
|
2600
|
+
- ".mak2u3l"
|
2601
|
+
- manip2u3l
|
2602
|
+
- matrik2u3l
|
2603
|
+
- ".mod2u3l"
|
2604
|
+
- molek2u3l
|
2605
|
+
- ".nu3l"
|
2606
|
+
- ".neb2u3l"
|
2607
|
+
- ".ok2u3l"
|
2608
|
+
- ".pu3l"
|
2609
|
+
- ".paĉ2u3l"
|
2610
|
+
- partik2u3l
|
2611
|
+
- ".pust2u3l"
|
2612
|
+
- ".ru3l"
|
2613
|
+
- ".reg2u3l"
|
2614
|
+
- retik2u3l
|
2615
|
+
- ".ruk2u3l"
|
2616
|
+
- ".sim2u3l"
|
2617
|
+
- skrup2u3l
|
2618
|
+
- somnamb2u3l
|
2619
|
+
- speg2u3l
|
2620
|
+
- ".spek2u3l"
|
2621
|
+
- ".stim2u3l"
|
2622
|
+
- ".tu3l"
|
2623
|
+
- ".tab2u3l"
|
2624
|
+
- tarant2u3l
|
2625
|
+
- ".tru3l"
|
2626
|
+
- tuberk2u3l
|
2627
|
+
- turb2u3l
|
2628
|
+
- ".ul2u3l"
|
2629
|
+
- ".uv2u3l"
|
2630
|
+
- ".vist2u3l"
|
2631
|
+
- 1u2l1ar
|
2632
|
+
- 2u3l2ari
|
2633
|
+
- 2u3l2ard
|
2634
|
+
- ".pedik2u3l2ar"
|
2635
|
+
- 1u2ma.
|
2636
|
+
- 1u2maj.
|
2637
|
+
- 1u2majn.
|
2638
|
+
- 1u2man.
|
2639
|
+
- 1u2me.
|
2640
|
+
- 1u2mo.
|
2641
|
+
- 1u2moj.
|
2642
|
+
- 1u2mojn.
|
2643
|
+
- 1u2mon.
|
2644
|
+
- 1u2mas.
|
2645
|
+
- 1u2mi.
|
2646
|
+
- 1u2mis.
|
2647
|
+
- 1u2mos.
|
2648
|
+
- 1u2mu.
|
2649
|
+
- 1u2mus.
|
2650
|
+
- 1u2m3ec
|
2651
|
+
- ".alb2u3m"
|
2652
|
+
- ".bu3m"
|
2653
|
+
- ".opid2u3m"
|
2654
|
+
- referend2u3m
|
2655
|
+
- ".fu3m"
|
2656
|
+
- parf2u3m
|
2657
|
+
- ".gu3m"
|
2658
|
+
- ".hu3m"
|
2659
|
+
- ".kuk2u3m"
|
2660
|
+
- ".luk2u3m"
|
2661
|
+
- ".lu3m"
|
2662
|
+
- vol2u3m
|
2663
|
+
- ".plu3m"
|
2664
|
+
- ".stern2u3m"
|
2665
|
+
- ".pu3m"
|
2666
|
+
- ".ru3m"
|
2667
|
+
- ".ser2u3m"
|
2668
|
+
- ".gru3m"
|
2669
|
+
- ".kvor2u3m"
|
2670
|
+
- ".tru3m"
|
2671
|
+
- ".stru3m"
|
2672
|
+
- ".su3m"
|
2673
|
+
- ".res2u3m"
|
2674
|
+
- kons2u3m
|
2675
|
+
- opos2u3m
|
2676
|
+
- ".bit2u3m"
|
2677
|
+
- ".kost2u3m"
|
2678
|
+
- ".zu3m"
|
2679
|
+
- ".vi4a"
|
2680
|
+
- vi5and
|
2681
|
+
- vi5atik
|
2682
|
+
- ".vi2c1"
|
2683
|
+
- ".vi3ca."
|
2684
|
+
- ".vi3caj."
|
2685
|
+
- ".vi3cajn."
|
2686
|
+
- ".vi3can."
|
2687
|
+
- ".vi3ce."
|
2688
|
+
- ".vi3co."
|
2689
|
+
- ".vi3coj."
|
2690
|
+
- ".vi3cojn."
|
2691
|
+
- ".vi3con."
|
2692
|
+
- ".vi3c2ia"
|
2693
|
+
- ".vi3c2io"
|
2694
|
+
- ".vi2r1"
|
2695
|
+
- vir2us
|
2696
|
+
- vi1r2ulent
|
2697
|
+
- 1a2fabl
|
2698
|
+
- 1a2gra
|
2699
|
+
- 1a2kr
|
2700
|
+
- 1a2per
|
2701
|
+
- 1a2va1r
|
2702
|
+
- 4ologi
|
2703
|
+
- 4ografi
|
2704
|
+
- 2fik
|
2705
|
+
- fre2m2d3l
|
2706
|
+
- 4b1c
|
2707
|
+
- 4b1b2
|
2708
|
+
- 4b1d
|
2709
|
+
- 4b1f
|
2710
|
+
- 4b1g
|
2711
|
+
- 4b1h4
|
2712
|
+
- 4b1j2
|
2713
|
+
- 4b1k
|
2714
|
+
- 4b1m
|
2715
|
+
- 4b1n
|
2716
|
+
- 4b1p
|
2717
|
+
- 4b1s
|
2718
|
+
- 4b1s2k
|
2719
|
+
- 4b1t
|
2720
|
+
- 4b1v
|
2721
|
+
- 4b1z
|
2722
|
+
- 4b1ĉ
|
2723
|
+
- 4b1ĝ
|
2724
|
+
- 4b1ĵ
|
2725
|
+
- 4b1ŝ
|
2726
|
+
- 4c1b
|
2727
|
+
- 4c1c2
|
2728
|
+
- 4c1ĉ
|
2729
|
+
- 4c1d
|
2730
|
+
- 4c1f
|
2731
|
+
- 4c1g
|
2732
|
+
- 4c1ĝ
|
2733
|
+
- 4c1h4
|
2734
|
+
- 4c1j2
|
2735
|
+
- 4c1ĵ
|
2736
|
+
- 4c1k
|
2737
|
+
- 4c1l
|
2738
|
+
- 4c1m
|
2739
|
+
- 4c1n
|
2740
|
+
- 4c1p
|
2741
|
+
- 4c1r
|
2742
|
+
- 4c1s
|
2743
|
+
- 4c1ŝ
|
2744
|
+
- 4c1t
|
2745
|
+
- 4c1v
|
2746
|
+
- 4c1z
|
2747
|
+
- 4ĉ1b
|
2748
|
+
- 4ĉ1c
|
2749
|
+
- 4ĉ1d
|
2750
|
+
- 4ĉ1f
|
2751
|
+
- 4ĉ1g
|
2752
|
+
- 4ĉ1h4
|
2753
|
+
- 4ĉ1j2
|
2754
|
+
- 4ĉ1k
|
2755
|
+
- 4ĉ1l
|
2756
|
+
- 4ĉ1m
|
2757
|
+
- 4ĉ1n
|
2758
|
+
- 4ĉ1p
|
2759
|
+
- 4ĉ1s
|
2760
|
+
- 4ĉ1t
|
2761
|
+
- 4ĉ1v
|
2762
|
+
- 4ĉ1z
|
2763
|
+
- 4ĉ1ĉ
|
2764
|
+
- 4ĉ1ĝ
|
2765
|
+
- 4ĉ1ĵ
|
2766
|
+
- 4ĉ1ŝ
|
2767
|
+
- 4d1b
|
2768
|
+
- 4d1c
|
2769
|
+
- 4d1d2
|
2770
|
+
- 4d1f
|
2771
|
+
- 4d1g
|
2772
|
+
- 4d1h4
|
2773
|
+
- 4d1j2
|
2774
|
+
- 4d1k
|
2775
|
+
- 4d1l
|
2776
|
+
- 4d1m
|
2777
|
+
- 4d1n
|
2778
|
+
- 4d1p
|
2779
|
+
- 4d1s
|
2780
|
+
- 4d1t
|
2781
|
+
- 4d1v
|
2782
|
+
- 4d1z
|
2783
|
+
- 4d1ĉ
|
2784
|
+
- 4d1ĝ
|
2785
|
+
- 4d1ĵ
|
2786
|
+
- 4d1ŝ
|
2787
|
+
- 1e2ben
|
2788
|
+
- 1e2d2z
|
2789
|
+
- 1e2gal
|
2790
|
+
- 1e2le1g2an3t
|
2791
|
+
- 4f1b
|
2792
|
+
- 4f1c
|
2793
|
+
- 4f1ĉ
|
2794
|
+
- 4f1d
|
2795
|
+
- 4f1f2
|
2796
|
+
- 4f1g
|
2797
|
+
- 4f1ĝ
|
2798
|
+
- 4f1h4
|
2799
|
+
- 4f1j2
|
2800
|
+
- 4f1ĵ
|
2801
|
+
- 4f1k
|
2802
|
+
- 4f1m
|
2803
|
+
- 4f1n
|
2804
|
+
- 4f1p
|
2805
|
+
- 4f1s
|
2806
|
+
- 4f1ŝ
|
2807
|
+
- f1t
|
2808
|
+
- 4f1v
|
2809
|
+
- 4f1z
|
2810
|
+
- 4g1b
|
2811
|
+
- 4g1c
|
2812
|
+
- 4g1ĉ
|
2813
|
+
- g1d
|
2814
|
+
- 4g1f
|
2815
|
+
- 4g1g2
|
2816
|
+
- 4g1ĝ
|
2817
|
+
- 4g1h4
|
2818
|
+
- 4g1j2
|
2819
|
+
- 4g1ĵ
|
2820
|
+
- 4g1k
|
2821
|
+
- g1m
|
2822
|
+
- g1n
|
2823
|
+
- 4g1p
|
2824
|
+
- 4g1s
|
2825
|
+
- 4g1ŝ
|
2826
|
+
- 4g1t
|
2827
|
+
- g1v
|
2828
|
+
- 4g1z
|
2829
|
+
- 4ĝ1b
|
2830
|
+
- 4ĝ1c
|
2831
|
+
- 4ĝ1d
|
2832
|
+
- 4ĝ1f
|
2833
|
+
- 4ĝ1g
|
2834
|
+
- 4ĝ1h4
|
2835
|
+
- 4ĝ1j2
|
2836
|
+
- 4ĝ1k
|
2837
|
+
- 4ĝ1l
|
2838
|
+
- 4ĝ1m
|
2839
|
+
- 4ĝ1n
|
2840
|
+
- 4ĝ1p
|
2841
|
+
- 4ĝ1s
|
2842
|
+
- 4ĝ1t
|
2843
|
+
- 4ĝ1v
|
2844
|
+
- 4ĝ1z
|
2845
|
+
- 4ĝ1ĉ
|
2846
|
+
- 4ĝ1ĝ
|
2847
|
+
- 4ĝ1ĵ
|
2848
|
+
- 4ĝ1ŝ
|
2849
|
+
- 4h1ĉ
|
2850
|
+
- 4h1ĝ
|
2851
|
+
- 4h1ĵ
|
2852
|
+
- 4h1ŝ
|
2853
|
+
- 4ĥ1b
|
2854
|
+
- 4ĥ1c
|
2855
|
+
- 4ĥ1d
|
2856
|
+
- 4ĥ1f
|
2857
|
+
- 4ĥ1g
|
2858
|
+
- 4ĥ1h4
|
2859
|
+
- 4ĥ1j2
|
2860
|
+
- 4ĥ1k
|
2861
|
+
- 4ĥ1m
|
2862
|
+
- 4ĥ1n
|
2863
|
+
- 4ĥ1p
|
2864
|
+
- 4ĥ1s
|
2865
|
+
- 4ĥ1t
|
2866
|
+
- 4ĥ1v
|
2867
|
+
- 4ĥ1z
|
2868
|
+
- 4ĥ1ĉ
|
2869
|
+
- 4ĥ1ĝ
|
2870
|
+
- 4ĥ1ĵ
|
2871
|
+
- 4ĥ1ŝ
|
2872
|
+
- 1i2dent
|
2873
|
+
- 4j1b
|
2874
|
+
- 4j1c
|
2875
|
+
- 4j1d
|
2876
|
+
- 4j1f
|
2877
|
+
- 4j1g
|
2878
|
+
- 4j1h4
|
2879
|
+
- 4j1k
|
2880
|
+
- 4j1l
|
2881
|
+
- 4j1m
|
2882
|
+
- 4j1n
|
2883
|
+
- 4j1p
|
2884
|
+
- 4j1r
|
2885
|
+
- 4j1s
|
2886
|
+
- 4j1t
|
2887
|
+
- 4j1v
|
2888
|
+
- 4j1z
|
2889
|
+
- 4j1ĉ
|
2890
|
+
- 4j1ĝ
|
2891
|
+
- 4j1ĵ
|
2892
|
+
- 4j1ŝ
|
2893
|
+
- 4ĵ1b
|
2894
|
+
- 4ĵ1c
|
2895
|
+
- 4ĵ1d
|
2896
|
+
- 4ĵ1f
|
2897
|
+
- 4ĵ1g
|
2898
|
+
- 4ĵ1h4
|
2899
|
+
- 4ĵ1j2
|
2900
|
+
- 4ĵ1k
|
2901
|
+
- 4ĵ1l
|
2902
|
+
- 4ĵ1m
|
2903
|
+
- 4ĵ1n
|
2904
|
+
- 4ĵ1p
|
2905
|
+
- 4ĵ1s
|
2906
|
+
- 4ĵ1t
|
2907
|
+
- 4ĵ1v
|
2908
|
+
- 4ĵ1z
|
2909
|
+
- 4ĵ1ĉ
|
2910
|
+
- 4ĵ1ĝ
|
2911
|
+
- 4ĵ1ĵ
|
2912
|
+
- 4ĵ1ŝ
|
2913
|
+
- 4k1b
|
2914
|
+
- 4k1c
|
2915
|
+
- 4k1d
|
2916
|
+
- 4k1f
|
2917
|
+
- 4k1g
|
2918
|
+
- 4k1h4
|
2919
|
+
- 4k1j2
|
2920
|
+
- 4k1m
|
2921
|
+
- 4k1n
|
2922
|
+
- 4k1p
|
2923
|
+
- 4k1s
|
2924
|
+
- k1s2t2r
|
2925
|
+
- 4k1t
|
2926
|
+
- k1v
|
2927
|
+
- 4k1z
|
2928
|
+
- 4k1ĉ
|
2929
|
+
- 4k1ĝ
|
2930
|
+
- 4k1ĵ
|
2931
|
+
- 4k1ŝ
|
2932
|
+
- 4l1b
|
2933
|
+
- 4l1c
|
2934
|
+
- 4l1d
|
2935
|
+
- 4l1f
|
2936
|
+
- 4l1g
|
2937
|
+
- 4l1h4
|
2938
|
+
- 4l1j2
|
2939
|
+
- 4l1k
|
2940
|
+
- 4l1l2
|
2941
|
+
- 4l1m
|
2942
|
+
- 4l1n
|
2943
|
+
- 4l1p
|
2944
|
+
- 4l1r
|
2945
|
+
- 4l1s2
|
2946
|
+
- 4l1t
|
2947
|
+
- 4l1v
|
2948
|
+
- 4l1z
|
2949
|
+
- 4l1ĉ
|
2950
|
+
- 4l1ĝ
|
2951
|
+
- 4l1ĵ
|
2952
|
+
- 4l5ŝ2
|
2953
|
+
- 4m1b
|
2954
|
+
- 4m1c
|
2955
|
+
- 4m1d
|
2956
|
+
- 4m1f
|
2957
|
+
- 4m1g
|
2958
|
+
- 4m1h4
|
2959
|
+
- 4m1j2
|
2960
|
+
- 4m1k
|
2961
|
+
- 4m1l
|
2962
|
+
- 4m1m2
|
2963
|
+
- 4m1n
|
2964
|
+
- 4m1p
|
2965
|
+
- 4m1r
|
2966
|
+
- 4m1s
|
2967
|
+
- 4m1t
|
2968
|
+
- 4m1v
|
2969
|
+
- 4m1z
|
2970
|
+
- 4m1ĉ
|
2971
|
+
- 4m1ĝ
|
2972
|
+
- 4m1ĵ
|
2973
|
+
- 4m1ŝ
|
2974
|
+
- mul2t1
|
2975
|
+
- mult2e
|
2976
|
+
- mul2t3eg
|
2977
|
+
- mul3ta
|
2978
|
+
- mul3te.
|
2979
|
+
- mul3to
|
2980
|
+
- mul4t3obl
|
2981
|
+
- 4n1b
|
2982
|
+
- 4n1c
|
2983
|
+
- 4n1d
|
2984
|
+
- 4n1f
|
2985
|
+
- 4n1g
|
2986
|
+
- 4n1h4
|
2987
|
+
- 4n1j
|
2988
|
+
- 4n1k
|
2989
|
+
- n2kv
|
2990
|
+
- 4n1l
|
2991
|
+
- n1m
|
2992
|
+
- 4n1n
|
2993
|
+
- 4n1p
|
2994
|
+
- 4n1r
|
2995
|
+
- 4n1s
|
2996
|
+
- n1s2c
|
2997
|
+
- n1s2t
|
2998
|
+
- 4n1t
|
2999
|
+
- 4n1v2
|
3000
|
+
- 4n1z
|
3001
|
+
- 4n1ĉ
|
3002
|
+
- 4n1ĝ
|
3003
|
+
- 4n1ĵ
|
3004
|
+
- 4n1ŝ
|
3005
|
+
- n2k1c
|
3006
|
+
- n2s1f
|
3007
|
+
- nor2d1af
|
3008
|
+
- nor2d1am
|
3009
|
+
- nor2d1az
|
3010
|
+
- nor2d1eŭ
|
3011
|
+
- nor2d1rus
|
3012
|
+
- nor2d1germ
|
3013
|
+
- 1o2be
|
3014
|
+
- 1o2kup
|
3015
|
+
- 1o2por1tun
|
3016
|
+
- 4p1b
|
3017
|
+
- 4p1c
|
3018
|
+
- 4p1d
|
3019
|
+
- p1f
|
3020
|
+
- 4p1g
|
3021
|
+
- 4p1h4
|
3022
|
+
- p1j2
|
3023
|
+
- p1k
|
3024
|
+
- p1m
|
3025
|
+
- p1n
|
3026
|
+
- p1s
|
3027
|
+
- p1t
|
3028
|
+
- 4p1v
|
3029
|
+
- 4p1z
|
3030
|
+
- 4p1ĉ
|
3031
|
+
- 4p1ĝ
|
3032
|
+
- 4p1ĵ
|
3033
|
+
- p1ŝ
|
3034
|
+
- 4r1b
|
3035
|
+
- 4r1c
|
3036
|
+
- 4r1d
|
3037
|
+
- 4r1f
|
3038
|
+
- 4r1g
|
3039
|
+
- 4r1h4
|
3040
|
+
- 4r1j2
|
3041
|
+
- 4r1k
|
3042
|
+
- 4r1l
|
3043
|
+
- 4r1m
|
3044
|
+
- 4r1n
|
3045
|
+
- 4r1p
|
3046
|
+
- 4r1s
|
3047
|
+
- 4r1t
|
3048
|
+
- 4r1v
|
3049
|
+
- 4r1z
|
3050
|
+
- 4r1ĉ
|
3051
|
+
- 4r1ĝ
|
3052
|
+
- 4r1ĵ
|
3053
|
+
- 4r1ŝ
|
3054
|
+
- s1b
|
3055
|
+
- s1c
|
3056
|
+
- 4s1ĉ
|
3057
|
+
- 4s1d
|
3058
|
+
- s1f
|
3059
|
+
- s1g
|
3060
|
+
- 4s1ĝ
|
3061
|
+
- 4s1h4
|
3062
|
+
- 4s1j2
|
3063
|
+
- 4s1ĵ
|
3064
|
+
- s1k
|
3065
|
+
- 4s1l
|
3066
|
+
- 3s2lab
|
3067
|
+
- 3s2lalom
|
3068
|
+
- 3s2lang
|
3069
|
+
- 3s2lav
|
3070
|
+
- 3s2led
|
3071
|
+
- 3s2lip
|
3072
|
+
- 3s2lojd
|
3073
|
+
- 3s2lovak
|
3074
|
+
- 3s2loven
|
3075
|
+
- 3s2lup
|
3076
|
+
- 3s2lofoks
|
3077
|
+
- 4s1m
|
3078
|
+
- 3s2malt
|
3079
|
+
- 3s2merald
|
3080
|
+
- 3s2milak
|
3081
|
+
- 3s2mirg
|
3082
|
+
- 3s2mut
|
3083
|
+
- 4s1n
|
3084
|
+
- 3s2nob
|
3085
|
+
- 3s2nuf
|
3086
|
+
- s1p
|
3087
|
+
- s1r
|
3088
|
+
- 4s1s
|
3089
|
+
- 4s1ŝ
|
3090
|
+
- s1t
|
3091
|
+
- 1s2tu1d
|
3092
|
+
- s1v
|
3093
|
+
- 4s1z
|
3094
|
+
- ".su2d1af"
|
3095
|
+
- ".su2d1am"
|
3096
|
+
- ".su2d1azi"
|
3097
|
+
- ".su2d1eŭr"
|
3098
|
+
- ".su2d1rus"
|
3099
|
+
- 4ŝ1b
|
3100
|
+
- 4ŝ1c
|
3101
|
+
- 4ŝ1d
|
3102
|
+
- 4ŝ1f
|
3103
|
+
- 4ŝ1g
|
3104
|
+
- 4ŝ1h4
|
3105
|
+
- 4ŝ1j2
|
3106
|
+
- 4ŝ1k
|
3107
|
+
- ŝ1m
|
3108
|
+
- ŝ1n
|
3109
|
+
- ŝ1p
|
3110
|
+
- 4ŝ1s
|
3111
|
+
- ŝ1t
|
3112
|
+
- ŝ1v
|
3113
|
+
- 4ŝ1z
|
3114
|
+
- 4ŝ1ĉ
|
3115
|
+
- 4ŝ1ĝ
|
3116
|
+
- 4ŝ1ĵ
|
3117
|
+
- 4ŝ1ŝ
|
3118
|
+
- 1ŝ2tel
|
3119
|
+
- 4t1b
|
3120
|
+
- 4t1c
|
3121
|
+
- 4t1d
|
3122
|
+
- 4t1f
|
3123
|
+
- 4t1g
|
3124
|
+
- 4t1h4
|
3125
|
+
- 4t1j2
|
3126
|
+
- 4t1k
|
3127
|
+
- 4t1m
|
3128
|
+
- 4t1n
|
3129
|
+
- 4t1p
|
3130
|
+
- 4t1s
|
3131
|
+
- 4t1t
|
3132
|
+
- 4t1v
|
3133
|
+
- 4t1z
|
3134
|
+
- 4t1ĉ
|
3135
|
+
- 4t1ĝ
|
3136
|
+
- 4t1ĵ
|
3137
|
+
- 4t1ŝ
|
3138
|
+
- 4ŭ1
|
3139
|
+
- ŭ2s1k
|
3140
|
+
- 4v1b
|
3141
|
+
- 4v1c
|
3142
|
+
- 4v1d
|
3143
|
+
- 4v1f
|
3144
|
+
- 4v1g
|
3145
|
+
- 4v1h4
|
3146
|
+
- 4v1j2
|
3147
|
+
- 4v1k
|
3148
|
+
- 4v1l
|
3149
|
+
- 4v1m
|
3150
|
+
- 4v1n
|
3151
|
+
- 4v1p
|
3152
|
+
- 4v1s
|
3153
|
+
- 4v1t
|
3154
|
+
- 4v1v
|
3155
|
+
- 4v1z
|
3156
|
+
- 4v1ĉ
|
3157
|
+
- 4v1ĝ
|
3158
|
+
- 4v1ĵ
|
3159
|
+
- 4v1ŝ
|
3160
|
+
- 4z1b
|
3161
|
+
- 4z1c
|
3162
|
+
- 4z1d
|
3163
|
+
- 4z1f
|
3164
|
+
- 4z1g
|
3165
|
+
- 4z1h4
|
3166
|
+
- 4z1j2
|
3167
|
+
- 4z1k
|
3168
|
+
- 4z1l
|
3169
|
+
- z2lot
|
3170
|
+
- 4z1m
|
3171
|
+
- 4z1n
|
3172
|
+
- 4z1p
|
3173
|
+
- 4z1r
|
3174
|
+
- 4z1s
|
3175
|
+
- 4z1t
|
3176
|
+
- 4z1v
|
3177
|
+
- 4z1ĉ
|
3178
|
+
- 4z1ĝ
|
3179
|
+
- 4z1ĵ
|
3180
|
+
- 4z1ŝ
|