twitter_cldr 6.11.5 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/README.md +0 -1111
- data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
- data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
- data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
- data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
- data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
- data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
- data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
- data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
- data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
- data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
- data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
- data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
- data/lib/twitter_cldr/shared/properties_database.rb +12 -0
- data/lib/twitter_cldr/shared/property_set.rb +14 -0
- data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
- data/lib/twitter_cldr/transforms/transformer.rb +1 -1
- data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
- data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/lib/twitter_cldr.rb +4 -5
- data/resources/locales/af/calendars.yml +9 -9
- data/resources/locales/af/currencies.yml +1 -0
- data/resources/locales/af/fields.yml +25 -0
- data/resources/locales/af/languages.yml +41 -0
- data/resources/locales/af/lists.yml +5 -5
- data/resources/locales/af/numbers.yml +115 -1
- data/resources/locales/af/timezones.yml +4 -0
- data/resources/locales/af/units.yml +54 -9
- data/resources/locales/ar/calendars.yml +5 -5
- data/resources/locales/ar/fields.yml +24 -0
- data/resources/locales/ar/languages.yml +34 -0
- data/resources/locales/ar/lists.yml +8 -8
- data/resources/locales/ar/numbers.yml +116 -2
- data/resources/locales/ar/rbnf.yml +139 -139
- data/resources/locales/ar/timezones.yml +4 -0
- data/resources/locales/ar/units.yml +890 -31
- data/resources/locales/az/calendars.yml +11 -11
- data/resources/locales/az/fields.yml +32 -0
- data/resources/locales/az/languages.yml +39 -0
- data/resources/locales/az/lists.yml +2 -2
- data/resources/locales/az/numbers.yml +114 -0
- data/resources/locales/az/timezones.yml +2 -0
- data/resources/locales/az/units.yml +385 -6
- data/resources/locales/be/calendars.yml +16 -16
- data/resources/locales/be/fields.yml +32 -0
- data/resources/locales/be/languages.yml +43 -1
- data/resources/locales/be/lists.yml +6 -6
- data/resources/locales/be/numbers.yml +114 -0
- data/resources/locales/be/territories.yml +1 -1
- data/resources/locales/be/timezones.yml +4 -0
- data/resources/locales/be/units.yml +947 -124
- data/resources/locales/bg/calendars.yml +30 -30
- data/resources/locales/bg/fields.yml +4 -4
- data/resources/locales/bg/languages.yml +42 -3
- data/resources/locales/bg/lists.yml +6 -6
- data/resources/locales/bg/numbers.yml +115 -1
- data/resources/locales/bg/rbnf.yml +1213 -116
- data/resources/locales/bg/timezones.yml +5 -1
- data/resources/locales/bg/units.yml +433 -9
- data/resources/locales/bn/calendars.yml +19 -19
- data/resources/locales/bn/currencies.yml +23 -22
- data/resources/locales/bn/fields.yml +12 -12
- data/resources/locales/bn/languages.yml +74 -50
- data/resources/locales/bn/lists.yml +4 -4
- data/resources/locales/bn/numbers.yml +115 -0
- data/resources/locales/bn/territories.yml +16 -16
- data/resources/locales/bn/timezones.yml +12 -8
- data/resources/locales/bn/units.yml +338 -9
- data/resources/locales/bo/numbers.yml +114 -0
- data/resources/locales/bo/timezones.yml +10 -0
- data/resources/locales/bo/units.yml +4 -2
- data/resources/locales/bs/calendars.yml +10 -10
- data/resources/locales/bs/fields.yml +56 -0
- data/resources/locales/bs/languages.yml +36 -0
- data/resources/locales/bs/lists.yml +6 -6
- data/resources/locales/bs/numbers.yml +1276 -236
- data/resources/locales/bs/timezones.yml +2 -0
- data/resources/locales/bs/units.yml +534 -8
- data/resources/locales/ca/calendars.yml +17 -17
- data/resources/locales/ca/languages.yml +32 -0
- data/resources/locales/ca/lists.yml +6 -6
- data/resources/locales/ca/numbers.yml +153 -37
- data/resources/locales/ca/plural_rules.yml +2 -1
- data/resources/locales/ca/plurals.yml +4 -1
- data/resources/locales/ca/territories.yml +6 -6
- data/resources/locales/ca/timezones.yml +5 -1
- data/resources/locales/ca/units.yml +472 -20
- data/resources/locales/cs/calendars.yml +14 -10
- data/resources/locales/cs/languages.yml +42 -1
- data/resources/locales/cs/lists.yml +7 -7
- data/resources/locales/cs/numbers.yml +114 -0
- data/resources/locales/cs/timezones.yml +310 -306
- data/resources/locales/cs/units.yml +406 -356
- data/resources/locales/cy/calendars.yml +10 -10
- data/resources/locales/cy/fields.yml +25 -0
- data/resources/locales/cy/languages.yml +40 -1
- data/resources/locales/cy/lists.yml +4 -4
- data/resources/locales/cy/numbers.yml +114 -0
- data/resources/locales/cy/timezones.yml +2 -0
- data/resources/locales/cy/units.yml +650 -25
- data/resources/locales/da/calendars.yml +30 -30
- data/resources/locales/da/fields.yml +4 -0
- data/resources/locales/da/languages.yml +36 -3
- data/resources/locales/da/lists.yml +2 -2
- data/resources/locales/da/numbers.yml +114 -0
- data/resources/locales/da/territories.yml +2 -2
- data/resources/locales/da/timezones.yml +2 -0
- data/resources/locales/da/units.yml +593 -224
- data/resources/locales/de/calendars.yml +8 -8
- data/resources/locales/de/languages.yml +31 -0
- data/resources/locales/de/lists.yml +6 -6
- data/resources/locales/de/numbers.yml +114 -0
- data/resources/locales/de/timezones.yml +44 -42
- data/resources/locales/de/units.yml +247 -25
- data/resources/locales/de-AT/calendars.yml +8 -8
- data/resources/locales/de-AT/languages.yml +31 -0
- data/resources/locales/de-AT/lists.yml +6 -6
- data/resources/locales/de-AT/numbers.yml +114 -0
- data/resources/locales/de-AT/timezones.yml +44 -42
- data/resources/locales/de-AT/units.yml +247 -25
- data/resources/locales/de-CH/calendars.yml +7 -7
- data/resources/locales/de-CH/languages.yml +37 -6
- data/resources/locales/de-CH/lists.yml +6 -6
- data/resources/locales/de-CH/numbers.yml +114 -0
- data/resources/locales/de-CH/territories.yml +1 -1
- data/resources/locales/de-CH/timezones.yml +44 -42
- data/resources/locales/de-CH/units.yml +247 -25
- data/resources/locales/el/calendars.yml +13 -13
- data/resources/locales/el/languages.yml +34 -0
- data/resources/locales/el/lists.yml +4 -4
- data/resources/locales/el/numbers.yml +114 -0
- data/resources/locales/el/rbnf.yml +15 -3
- data/resources/locales/el/territories.yml +1 -1
- data/resources/locales/el/timezones.yml +4 -0
- data/resources/locales/el/units.yml +477 -72
- data/resources/locales/en/calendars.yml +15 -15
- data/resources/locales/en/currencies.yml +15 -7
- data/resources/locales/en/fields.yml +72 -0
- data/resources/locales/en/languages.yml +45 -5
- data/resources/locales/en/numbers.yml +114 -0
- data/resources/locales/en/rbnf.yml +2 -2
- data/resources/locales/en/territories.yml +2 -1
- data/resources/locales/en/timezones.yml +9 -1
- data/resources/locales/en/units.yml +29 -11
- data/resources/locales/en-001/calendars.yml +13 -13
- data/resources/locales/en-001/currencies.yml +12 -4
- data/resources/locales/en-001/fields.yml +12 -0
- data/resources/locales/en-001/languages.yml +43 -3
- data/resources/locales/en-001/numbers.yml +114 -0
- data/resources/locales/en-001/territories.yml +9 -8
- data/resources/locales/en-001/timezones.yml +13 -1
- data/resources/locales/en-001/units.yml +36 -17
- data/resources/locales/en-150/calendars.yml +13 -13
- data/resources/locales/en-150/currencies.yml +12 -4
- data/resources/locales/en-150/fields.yml +12 -0
- data/resources/locales/en-150/languages.yml +43 -3
- data/resources/locales/en-150/numbers.yml +114 -0
- data/resources/locales/en-150/territories.yml +9 -8
- data/resources/locales/en-150/timezones.yml +13 -1
- data/resources/locales/en-150/units.yml +36 -17
- data/resources/locales/en-AU/calendars.yml +25 -25
- data/resources/locales/en-AU/currencies.yml +21 -14
- data/resources/locales/en-AU/fields.yml +5 -3
- data/resources/locales/en-AU/languages.yml +43 -3
- data/resources/locales/en-AU/numbers.yml +114 -0
- data/resources/locales/en-AU/territories.yml +4 -3
- data/resources/locales/en-AU/timezones.yml +15 -1
- data/resources/locales/en-AU/units.yml +40 -21
- data/resources/locales/en-CA/calendars.yml +23 -23
- data/resources/locales/en-CA/currencies.yml +28 -20
- data/resources/locales/en-CA/fields.yml +12 -0
- data/resources/locales/en-CA/languages.yml +52 -12
- data/resources/locales/en-CA/numbers.yml +114 -0
- data/resources/locales/en-CA/territories.yml +8 -7
- data/resources/locales/en-CA/timezones.yml +12 -2
- data/resources/locales/en-CA/units.yml +41 -20
- data/resources/locales/en-GB/calendars.yml +10 -10
- data/resources/locales/en-GB/currencies.yml +12 -4
- data/resources/locales/en-GB/fields.yml +1 -0
- data/resources/locales/en-GB/languages.yml +42 -2
- data/resources/locales/en-GB/numbers.yml +114 -0
- data/resources/locales/en-GB/territories.yml +2 -1
- data/resources/locales/en-GB/timezones.yml +5 -1
- data/resources/locales/en-GB/units.yml +31 -13
- data/resources/locales/en-IE/calendars.yml +13 -13
- data/resources/locales/en-IE/currencies.yml +12 -4
- data/resources/locales/en-IE/fields.yml +12 -0
- data/resources/locales/en-IE/languages.yml +43 -3
- data/resources/locales/en-IE/numbers.yml +114 -0
- data/resources/locales/en-IE/territories.yml +9 -8
- data/resources/locales/en-IE/timezones.yml +13 -1
- data/resources/locales/en-IE/units.yml +36 -17
- data/resources/locales/en-IN/calendars.yml +17 -17
- data/resources/locales/en-IN/currencies.yml +12 -4
- data/resources/locales/en-IN/fields.yml +12 -0
- data/resources/locales/en-IN/languages.yml +43 -3
- data/resources/locales/en-IN/numbers.yml +114 -0
- data/resources/locales/en-IN/territories.yml +9 -8
- data/resources/locales/en-IN/timezones.yml +15 -1
- data/resources/locales/en-IN/units.yml +35 -16
- data/resources/locales/en-NZ/calendars.yml +13 -13
- data/resources/locales/en-NZ/currencies.yml +12 -4
- data/resources/locales/en-NZ/fields.yml +12 -0
- data/resources/locales/en-NZ/languages.yml +43 -3
- data/resources/locales/en-NZ/numbers.yml +114 -0
- data/resources/locales/en-NZ/territories.yml +9 -8
- data/resources/locales/en-NZ/timezones.yml +13 -1
- data/resources/locales/en-NZ/units.yml +36 -17
- data/resources/locales/en-SG/calendars.yml +13 -13
- data/resources/locales/en-SG/currencies.yml +12 -4
- data/resources/locales/en-SG/fields.yml +12 -0
- data/resources/locales/en-SG/languages.yml +43 -3
- data/resources/locales/en-SG/numbers.yml +114 -0
- data/resources/locales/en-SG/territories.yml +9 -8
- data/resources/locales/en-SG/timezones.yml +13 -1
- data/resources/locales/en-SG/units.yml +36 -17
- data/resources/locales/en-US/calendars.yml +15 -15
- data/resources/locales/en-US/currencies.yml +15 -7
- data/resources/locales/en-US/fields.yml +72 -0
- data/resources/locales/en-US/languages.yml +45 -5
- data/resources/locales/en-US/numbers.yml +114 -0
- data/resources/locales/en-US/territories.yml +2 -1
- data/resources/locales/en-US/timezones.yml +9 -1
- data/resources/locales/en-US/units.yml +29 -11
- data/resources/locales/en-ZA/calendars.yml +13 -13
- data/resources/locales/en-ZA/currencies.yml +12 -4
- data/resources/locales/en-ZA/fields.yml +12 -0
- data/resources/locales/en-ZA/languages.yml +43 -3
- data/resources/locales/en-ZA/numbers.yml +116 -2
- data/resources/locales/en-ZA/territories.yml +9 -8
- data/resources/locales/en-ZA/timezones.yml +13 -1
- data/resources/locales/en-ZA/units.yml +36 -17
- data/resources/locales/eo/calendars.yml +80 -80
- data/resources/locales/eo/fields.yml +439 -8
- data/resources/locales/eo/numbers.yml +114 -0
- data/resources/locales/eo/timezones.yml +10 -0
- data/resources/locales/eo/units.yml +4 -2
- data/resources/locales/es/calendars.yml +16 -16
- data/resources/locales/es/languages.yml +38 -4
- data/resources/locales/es/lists.yml +6 -6
- data/resources/locales/es/numbers.yml +114 -0
- data/resources/locales/es/rbnf.yml +18 -0
- data/resources/locales/es/timezones.yml +4 -2
- data/resources/locales/es/units.yml +40 -9
- data/resources/locales/es-419/calendars.yml +26 -26
- data/resources/locales/es-419/fields.yml +1 -1
- data/resources/locales/es-419/languages.yml +35 -1
- data/resources/locales/es-419/lists.yml +6 -6
- data/resources/locales/es-419/numbers.yml +114 -0
- data/resources/locales/es-419/timezones.yml +4 -0
- data/resources/locales/es-419/units.yml +45 -17
- data/resources/locales/es-AR/calendars.yml +17 -17
- data/resources/locales/es-AR/languages.yml +35 -1
- data/resources/locales/es-AR/lists.yml +6 -6
- data/resources/locales/es-AR/numbers.yml +114 -0
- data/resources/locales/es-AR/timezones.yml +4 -0
- data/resources/locales/es-AR/units.yml +45 -17
- data/resources/locales/es-CO/calendars.yml +22 -22
- data/resources/locales/es-CO/languages.yml +35 -1
- data/resources/locales/es-CO/lists.yml +6 -6
- data/resources/locales/es-CO/numbers.yml +114 -0
- data/resources/locales/es-CO/timezones.yml +4 -0
- data/resources/locales/es-CO/units.yml +45 -17
- data/resources/locales/es-MX/calendars.yml +21 -21
- data/resources/locales/es-MX/fields.yml +3 -3
- data/resources/locales/es-MX/languages.yml +43 -9
- data/resources/locales/es-MX/lists.yml +6 -6
- data/resources/locales/es-MX/numbers.yml +115 -1
- data/resources/locales/es-MX/territories.yml +2 -2
- data/resources/locales/es-MX/timezones.yml +4 -0
- data/resources/locales/es-MX/units.yml +49 -21
- data/resources/locales/es-US/calendars.yml +24 -24
- data/resources/locales/es-US/languages.yml +43 -9
- data/resources/locales/es-US/lists.yml +6 -6
- data/resources/locales/es-US/numbers.yml +114 -0
- data/resources/locales/es-US/timezones.yml +4 -0
- data/resources/locales/es-US/units.yml +52 -26
- data/resources/locales/et/calendars.yml +25 -25
- data/resources/locales/et/fields.yml +8 -0
- data/resources/locales/et/languages.yml +33 -0
- data/resources/locales/et/lists.yml +4 -4
- data/resources/locales/et/numbers.yml +114 -0
- data/resources/locales/et/timezones.yml +2 -0
- data/resources/locales/et/units.yml +405 -6
- data/resources/locales/eu/calendars.yml +35 -35
- data/resources/locales/eu/currencies.yml +11 -0
- data/resources/locales/eu/fields.yml +40 -0
- data/resources/locales/eu/languages.yml +128 -88
- data/resources/locales/eu/lists.yml +6 -6
- data/resources/locales/eu/numbers.yml +1233 -237
- data/resources/locales/eu/timezones.yml +12 -0
- data/resources/locales/eu/units.yml +386 -17
- data/resources/locales/fa/calendars.yml +4 -4
- data/resources/locales/fa/currencies.yml +1 -0
- data/resources/locales/fa/fields.yml +4 -4
- data/resources/locales/fa/languages.yml +44 -7
- data/resources/locales/fa/lists.yml +4 -4
- data/resources/locales/fa/numbers.yml +118 -2
- data/resources/locales/fa/timezones.yml +4 -0
- data/resources/locales/fa/units.yml +255 -40
- data/resources/locales/fi/calendars.yml +7 -7
- data/resources/locales/fi/currencies.yml +6 -2
- data/resources/locales/fi/languages.yml +34 -1
- data/resources/locales/fi/lists.yml +6 -6
- data/resources/locales/fi/numbers.yml +116 -1
- data/resources/locales/fi/timezones.yml +2 -0
- data/resources/locales/fi/units.yml +121 -65
- data/resources/locales/fil/calendars.yml +21 -21
- data/resources/locales/fil/currencies.yml +46 -46
- data/resources/locales/fil/fields.yml +48 -48
- data/resources/locales/fil/languages.yml +41 -4
- data/resources/locales/fil/lists.yml +4 -4
- data/resources/locales/fil/numbers.yml +116 -1
- data/resources/locales/fil/territories.yml +1 -1
- data/resources/locales/fil/timezones.yml +21 -19
- data/resources/locales/fil/units.yml +355 -9
- data/resources/locales/fr/calendars.yml +9 -9
- data/resources/locales/fr/currencies.yml +3 -3
- data/resources/locales/fr/fields.yml +4 -0
- data/resources/locales/fr/languages.yml +34 -3
- data/resources/locales/fr/lists.yml +4 -4
- data/resources/locales/fr/numbers.yml +114 -0
- data/resources/locales/fr/timezones.yml +14 -12
- data/resources/locales/fr/units.yml +84 -30
- data/resources/locales/fr-BE/calendars.yml +9 -9
- data/resources/locales/fr-BE/currencies.yml +3 -3
- data/resources/locales/fr-BE/fields.yml +4 -0
- data/resources/locales/fr-BE/languages.yml +34 -3
- data/resources/locales/fr-BE/lists.yml +4 -4
- data/resources/locales/fr-BE/numbers.yml +114 -0
- data/resources/locales/fr-BE/timezones.yml +14 -12
- data/resources/locales/fr-BE/units.yml +84 -30
- data/resources/locales/fr-CA/calendars.yml +5 -5
- data/resources/locales/fr-CA/fields.yml +4 -0
- data/resources/locales/fr-CA/languages.yml +34 -3
- data/resources/locales/fr-CA/lists.yml +4 -4
- data/resources/locales/fr-CA/numbers.yml +114 -0
- data/resources/locales/fr-CA/timezones.yml +4 -0
- data/resources/locales/fr-CA/units.yml +43 -25
- data/resources/locales/fr-CH/calendars.yml +7 -7
- data/resources/locales/fr-CH/currencies.yml +3 -3
- data/resources/locales/fr-CH/fields.yml +4 -0
- data/resources/locales/fr-CH/languages.yml +34 -3
- data/resources/locales/fr-CH/lists.yml +4 -4
- data/resources/locales/fr-CH/numbers.yml +114 -0
- data/resources/locales/fr-CH/timezones.yml +14 -12
- data/resources/locales/fr-CH/units.yml +84 -30
- data/resources/locales/ga/calendars.yml +26 -26
- data/resources/locales/ga/currencies.yml +6 -4
- data/resources/locales/ga/fields.yml +39 -39
- data/resources/locales/ga/languages.yml +131 -13
- data/resources/locales/ga/lists.yml +3 -3
- data/resources/locales/ga/numbers.yml +114 -0
- data/resources/locales/ga/timezones.yml +2 -0
- data/resources/locales/ga/units.yml +379 -23
- data/resources/locales/gl/calendars.yml +11 -11
- data/resources/locales/gl/fields.yml +12 -0
- data/resources/locales/gl/languages.yml +43 -0
- data/resources/locales/gl/lists.yml +6 -6
- data/resources/locales/gl/numbers.yml +116 -2
- data/resources/locales/gl/timezones.yml +311 -309
- data/resources/locales/gl/units.yml +470 -10
- data/resources/locales/gu/currencies.yml +1 -0
- data/resources/locales/gu/languages.yml +39 -3
- data/resources/locales/gu/lists.yml +3 -3
- data/resources/locales/gu/numbers.yml +115 -0
- data/resources/locales/gu/territories.yml +1 -1
- data/resources/locales/gu/timezones.yml +4 -0
- data/resources/locales/gu/units.yml +447 -11
- data/resources/locales/he/calendars.yml +2 -2
- data/resources/locales/he/currencies.yml +29 -20
- data/resources/locales/he/fields.yml +9 -0
- data/resources/locales/he/languages.yml +35 -3
- data/resources/locales/he/lists.yml +6 -6
- data/resources/locales/he/numbers.yml +117 -2
- data/resources/locales/he/plural_rules.yml +2 -3
- data/resources/locales/he/plurals.yml +2 -4
- data/resources/locales/he/rbnf.yml +12 -0
- data/resources/locales/he/territories.yml +2 -2
- data/resources/locales/he/timezones.yml +9 -5
- data/resources/locales/he/units.yml +664 -33
- data/resources/locales/hi/calendars.yml +2 -2
- data/resources/locales/hi/currencies.yml +1 -0
- data/resources/locales/hi/fields.yml +20 -0
- data/resources/locales/hi/languages.yml +39 -3
- data/resources/locales/hi/lists.yml +6 -6
- data/resources/locales/hi/numbers.yml +725 -44
- data/resources/locales/hi/territories.yml +4 -4
- data/resources/locales/hi/timezones.yml +4 -0
- data/resources/locales/hi/units.yml +423 -89
- data/resources/locales/hr/calendars.yml +7 -7
- data/resources/locales/hr/currencies.yml +1 -1
- data/resources/locales/hr/languages.yml +33 -0
- data/resources/locales/hr/lists.yml +8 -8
- data/resources/locales/hr/numbers.yml +114 -0
- data/resources/locales/hr/territories.yml +2 -2
- data/resources/locales/hr/timezones.yml +5 -3
- data/resources/locales/hr/units.yml +311 -69
- data/resources/locales/hu/calendars.yml +7 -7
- data/resources/locales/hu/currencies.yml +21 -7
- data/resources/locales/hu/fields.yml +24 -12
- data/resources/locales/hu/languages.yml +33 -0
- data/resources/locales/hu/lists.yml +6 -6
- data/resources/locales/hu/numbers.yml +136 -11
- data/resources/locales/hu/timezones.yml +2 -0
- data/resources/locales/hu/units.yml +631 -210
- data/resources/locales/hy/calendars.yml +1 -1
- data/resources/locales/hy/fields.yml +16 -0
- data/resources/locales/hy/languages.yml +46 -5
- data/resources/locales/hy/lists.yml +4 -4
- data/resources/locales/hy/numbers.yml +114 -0
- data/resources/locales/hy/timezones.yml +4 -0
- data/resources/locales/hy/units.yml +517 -123
- data/resources/locales/id/calendars.yml +12 -12
- data/resources/locales/id/currencies.yml +1 -0
- data/resources/locales/id/fields.yml +19 -0
- data/resources/locales/id/languages.yml +36 -2
- data/resources/locales/id/lists.yml +4 -4
- data/resources/locales/id/numbers.yml +114 -0
- data/resources/locales/id/timezones.yml +2 -0
- data/resources/locales/id/units.yml +302 -4
- data/resources/locales/is/calendars.yml +7 -7
- data/resources/locales/is/currencies.yml +15 -10
- data/resources/locales/is/fields.yml +17 -3
- data/resources/locales/is/languages.yml +36 -1
- data/resources/locales/is/lists.yml +4 -4
- data/resources/locales/is/numbers.yml +114 -0
- data/resources/locales/is/plural_rules.yml +2 -2
- data/resources/locales/is/plurals.yml +2 -2
- data/resources/locales/is/timezones.yml +9 -4
- data/resources/locales/is/units.yml +462 -135
- data/resources/locales/it/calendars.yml +9 -9
- data/resources/locales/it/currencies.yml +6 -6
- data/resources/locales/it/languages.yml +33 -2
- data/resources/locales/it/lists.yml +6 -6
- data/resources/locales/it/numbers.yml +114 -0
- data/resources/locales/it/rbnf.yml +566 -0
- data/resources/locales/it/territories.yml +5 -5
- data/resources/locales/it/timezones.yml +10 -5
- data/resources/locales/it/units.yml +94 -27
- data/resources/locales/it-CH/calendars.yml +11 -11
- data/resources/locales/it-CH/currencies.yml +6 -6
- data/resources/locales/it-CH/languages.yml +33 -2
- data/resources/locales/it-CH/lists.yml +6 -6
- data/resources/locales/it-CH/numbers.yml +114 -0
- data/resources/locales/it-CH/territories.yml +5 -5
- data/resources/locales/it-CH/timezones.yml +10 -5
- data/resources/locales/it-CH/units.yml +94 -27
- data/resources/locales/ja/currencies.yml +3 -3
- data/resources/locales/ja/languages.yml +32 -0
- data/resources/locales/ja/lists.yml +12 -12
- data/resources/locales/ja/numbers.yml +159 -0
- data/resources/locales/ja/timezones.yml +5 -1
- data/resources/locales/ja/units.yml +28 -8
- data/resources/locales/ka/languages.yml +40 -1
- data/resources/locales/ka/lists.yml +6 -6
- data/resources/locales/ka/numbers.yml +114 -0
- data/resources/locales/ka/timezones.yml +4 -0
- data/resources/locales/ka/units.yml +61 -10
- data/resources/locales/kk/calendars.yml +25 -25
- data/resources/locales/kk/currencies.yml +12 -12
- data/resources/locales/kk/fields.yml +37 -1
- data/resources/locales/kk/languages.yml +51 -14
- data/resources/locales/kk/lists.yml +5 -5
- data/resources/locales/kk/numbers.yml +114 -0
- data/resources/locales/kk/rbnf.yml +307 -0
- data/resources/locales/kk/territories.yml +4 -4
- data/resources/locales/kk/timezones.yml +27 -23
- data/resources/locales/kk/units.yml +465 -57
- data/resources/locales/km/currencies.yml +1 -0
- data/resources/locales/km/languages.yml +46 -0
- data/resources/locales/km/lists.yml +5 -5
- data/resources/locales/km/numbers.yml +114 -0
- data/resources/locales/km/timezones.yml +4 -0
- data/resources/locales/km/units.yml +306 -4
- data/resources/locales/kn/calendars.yml +5 -5
- data/resources/locales/kn/currencies.yml +2 -1
- data/resources/locales/kn/languages.yml +36 -1
- data/resources/locales/kn/lists.yml +4 -4
- data/resources/locales/kn/numbers.yml +719 -44
- data/resources/locales/kn/territories.yml +2 -2
- data/resources/locales/kn/timezones.yml +4 -0
- data/resources/locales/kn/units.yml +261 -164
- data/resources/locales/ko/calendars.yml +2 -2
- data/resources/locales/ko/currencies.yml +60 -58
- data/resources/locales/ko/fields.yml +48 -0
- data/resources/locales/ko/languages.yml +33 -0
- data/resources/locales/ko/lists.yml +6 -6
- data/resources/locales/ko/numbers.yml +114 -0
- data/resources/locales/ko/territories.yml +2 -2
- data/resources/locales/ko/timezones.yml +4 -0
- data/resources/locales/ko/units.yml +230 -6
- data/resources/locales/lo/calendars.yml +5 -4
- data/resources/locales/lo/currencies.yml +1 -0
- data/resources/locales/lo/fields.yml +50 -0
- data/resources/locales/lo/languages.yml +37 -3
- data/resources/locales/lo/lists.yml +5 -5
- data/resources/locales/lo/numbers.yml +114 -0
- data/resources/locales/lo/timezones.yml +4 -0
- data/resources/locales/lo/units.yml +320 -4
- data/resources/locales/lt/calendars.yml +10 -10
- data/resources/locales/lt/languages.yml +33 -1
- data/resources/locales/lt/lists.yml +6 -6
- data/resources/locales/lt/numbers.yml +114 -0
- data/resources/locales/lt/timezones.yml +2 -0
- data/resources/locales/lt/units.yml +907 -222
- data/resources/locales/lv/calendars.yml +8 -8
- data/resources/locales/lv/currencies.yml +2 -0
- data/resources/locales/lv/fields.yml +8 -0
- data/resources/locales/lv/languages.yml +36 -0
- data/resources/locales/lv/lists.yml +6 -6
- data/resources/locales/lv/numbers.yml +114 -0
- data/resources/locales/lv/timezones.yml +4 -0
- data/resources/locales/lv/units.yml +688 -124
- data/resources/locales/mk/calendars.yml +50 -50
- data/resources/locales/mk/fields.yml +2 -2
- data/resources/locales/mk/languages.yml +32 -0
- data/resources/locales/mk/lists.yml +5 -5
- data/resources/locales/mk/numbers.yml +114 -0
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +48 -44
- data/resources/locales/mk/units.yml +459 -6
- data/resources/locales/mr/calendars.yml +2 -8
- data/resources/locales/mr/currencies.yml +3 -2
- data/resources/locales/mr/day_periods.yml +2 -16
- data/resources/locales/mr/fields.yml +8 -0
- data/resources/locales/mr/languages.yml +35 -0
- data/resources/locales/mr/lists.yml +5 -5
- data/resources/locales/mr/numbers.yml +115 -0
- data/resources/locales/mr/territories.yml +2 -2
- data/resources/locales/mr/timezones.yml +4 -0
- data/resources/locales/mr/units.yml +478 -119
- data/resources/locales/ms/calendars.yml +13 -13
- data/resources/locales/ms/currencies.yml +8 -2
- data/resources/locales/ms/fields.yml +4 -0
- data/resources/locales/ms/languages.yml +39 -2
- data/resources/locales/ms/lists.yml +4 -4
- data/resources/locales/ms/numbers.yml +126 -6
- data/resources/locales/ms/territories.yml +2 -2
- data/resources/locales/ms/timezones.yml +2 -0
- data/resources/locales/ms/units.yml +148 -6
- data/resources/locales/mt/calendars.yml +10 -10
- data/resources/locales/mt/currencies.yml +2 -0
- data/resources/locales/mt/fields.yml +196 -102
- data/resources/locales/mt/numbers.yml +115 -0
- data/resources/locales/mt/plural_rules.yml +2 -1
- data/resources/locales/mt/plurals.yml +4 -3
- data/resources/locales/mt/timezones.yml +2 -0
- data/resources/locales/mt/units.yml +27 -8
- data/resources/locales/my/calendars.yml +23 -23
- data/resources/locales/my/fields.yml +32 -0
- data/resources/locales/my/languages.yml +45 -4
- data/resources/locales/my/lists.yml +6 -6
- data/resources/locales/my/numbers.yml +151 -36
- data/resources/locales/my/timezones.yml +36 -32
- data/resources/locales/my/units.yml +304 -14
- data/resources/locales/nb/calendars.yml +10 -10
- data/resources/locales/nb/languages.yml +33 -2
- data/resources/locales/nb/lists.yml +6 -6
- data/resources/locales/nb/numbers.yml +114 -0
- data/resources/locales/nb/timezones.yml +5 -1
- data/resources/locales/nb/units.yml +532 -231
- data/resources/locales/nl/calendars.yml +22 -22
- data/resources/locales/nl/currencies.yml +15 -6
- data/resources/locales/nl/fields.yml +7 -7
- data/resources/locales/nl/languages.yml +33 -0
- data/resources/locales/nl/lists.yml +6 -6
- data/resources/locales/nl/numbers.yml +195 -6
- data/resources/locales/nl/rbnf.yml +1 -1
- data/resources/locales/nl/timezones.yml +2 -0
- data/resources/locales/nl/units.yml +163 -15
- data/resources/locales/nl-BE/calendars.yml +22 -22
- data/resources/locales/nl-BE/currencies.yml +15 -6
- data/resources/locales/nl-BE/fields.yml +7 -7
- data/resources/locales/nl-BE/languages.yml +33 -0
- data/resources/locales/nl-BE/lists.yml +6 -6
- data/resources/locales/nl-BE/numbers.yml +195 -6
- data/resources/locales/nl-BE/timezones.yml +2 -0
- data/resources/locales/nl-BE/units.yml +163 -15
- data/resources/locales/pl/calendars.yml +7 -7
- data/resources/locales/pl/fields.yml +3 -0
- data/resources/locales/pl/languages.yml +32 -0
- data/resources/locales/pl/lists.yml +4 -4
- data/resources/locales/pl/numbers.yml +114 -0
- data/resources/locales/pl/timezones.yml +2 -0
- data/resources/locales/pl/units.yml +1420 -309
- data/resources/locales/pt/calendars.yml +13 -13
- data/resources/locales/pt/fields.yml +6 -0
- data/resources/locales/pt/languages.yml +35 -1
- data/resources/locales/pt/lists.yml +4 -4
- data/resources/locales/pt/numbers.yml +114 -0
- data/resources/locales/pt/rbnf.yml +1 -1
- data/resources/locales/pt/timezones.yml +2 -0
- data/resources/locales/pt/units.yml +599 -15
- data/resources/locales/pt-PT/calendars.yml +10 -10
- data/resources/locales/pt-PT/languages.yml +37 -3
- data/resources/locales/pt-PT/lists.yml +4 -4
- data/resources/locales/pt-PT/numbers.yml +114 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -2
- data/resources/locales/pt-PT/plurals.yml +3 -3
- data/resources/locales/pt-PT/territories.yml +1 -1
- data/resources/locales/pt-PT/timezones.yml +2 -0
- data/resources/locales/pt-PT/units.yml +420 -7
- data/resources/locales/ro/calendars.yml +10 -10
- data/resources/locales/ro/currencies.yml +22 -22
- data/resources/locales/ro/languages.yml +33 -0
- data/resources/locales/ro/lists.yml +4 -4
- data/resources/locales/ro/numbers.yml +114 -0
- data/resources/locales/ro/plural_rules.yml +1 -1
- data/resources/locales/ro/plurals.yml +3 -3
- data/resources/locales/ro/timezones.yml +2 -0
- data/resources/locales/ro/units.yml +580 -124
- data/resources/locales/ru/calendars.yml +23 -23
- data/resources/locales/ru/languages.yml +34 -1
- data/resources/locales/ru/lists.yml +4 -4
- data/resources/locales/ru/numbers.yml +114 -0
- data/resources/locales/ru/rbnf.yml +240 -12
- data/resources/locales/ru/territories.yml +7 -7
- data/resources/locales/ru/timezones.yml +4 -0
- data/resources/locales/ru/units.yml +858 -251
- data/resources/locales/sk/calendars.yml +9 -9
- data/resources/locales/sk/currencies.yml +7 -7
- data/resources/locales/sk/fields.yml +8 -0
- data/resources/locales/sk/languages.yml +34 -0
- data/resources/locales/sk/lists.yml +6 -6
- data/resources/locales/sk/numbers.yml +114 -0
- data/resources/locales/sk/timezones.yml +2 -0
- data/resources/locales/sk/units.yml +812 -330
- data/resources/locales/sl/calendars.yml +9 -9
- data/resources/locales/sl/languages.yml +36 -0
- data/resources/locales/sl/lists.yml +6 -6
- data/resources/locales/sl/numbers.yml +114 -0
- data/resources/locales/sl/timezones.yml +4 -2
- data/resources/locales/sl/units.yml +967 -243
- data/resources/locales/sq/calendars.yml +11 -11
- data/resources/locales/sq/currencies.yml +1 -1
- data/resources/locales/sq/fields.yml +20 -0
- data/resources/locales/sq/languages.yml +41 -0
- data/resources/locales/sq/lists.yml +6 -6
- data/resources/locales/sq/numbers.yml +114 -0
- data/resources/locales/sq/timezones.yml +4 -0
- data/resources/locales/sq/units.yml +461 -6
- data/resources/locales/sr/calendars.yml +16 -16
- data/resources/locales/sr/fields.yml +6 -0
- data/resources/locales/sr/languages.yml +37 -0
- data/resources/locales/sr/lists.yml +6 -6
- data/resources/locales/sr/numbers.yml +114 -0
- data/resources/locales/sr/timezones.yml +4 -0
- data/resources/locales/sr/units.yml +676 -68
- data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
- data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
- data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
- data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
- data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
- data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
- data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
- data/resources/locales/sr-Latn-ME/fields.yml +432 -426
- data/resources/locales/sr-Latn-ME/languages.yml +531 -494
- data/resources/locales/sr-Latn-ME/lists.yml +6 -6
- data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
- data/resources/locales/sr-Latn-ME/units.yml +677 -69
- data/resources/locales/sv/calendars.yml +11 -11
- data/resources/locales/sv/currencies.yml +9 -7
- data/resources/locales/sv/fields.yml +5 -1
- data/resources/locales/sv/languages.yml +32 -0
- data/resources/locales/sv/lists.yml +4 -4
- data/resources/locales/sv/numbers.yml +122 -3
- data/resources/locales/sv/territories.yml +1 -1
- data/resources/locales/sv/timezones.yml +2 -0
- data/resources/locales/sv/units.yml +724 -328
- data/resources/locales/sw/calendars.yml +11 -11
- data/resources/locales/sw/fields.yml +24 -0
- data/resources/locales/sw/languages.yml +41 -0
- data/resources/locales/sw/lists.yml +2 -2
- data/resources/locales/sw/numbers.yml +114 -0
- data/resources/locales/sw/timezones.yml +2 -0
- data/resources/locales/sw/units.yml +423 -17
- data/resources/locales/ta/calendars.yml +1 -1
- data/resources/locales/ta/languages.yml +38 -2
- data/resources/locales/ta/lists.yml +4 -4
- data/resources/locales/ta/numbers.yml +117 -2
- data/resources/locales/ta/territories.yml +2 -2
- data/resources/locales/ta/timezones.yml +4 -0
- data/resources/locales/ta/units.yml +173 -148
- data/resources/locales/th/calendars.yml +9 -9
- data/resources/locales/th/currencies.yml +1 -0
- data/resources/locales/th/fields.yml +1 -0
- data/resources/locales/th/languages.yml +50 -19
- data/resources/locales/th/lists.yml +6 -6
- data/resources/locales/th/numbers.yml +114 -0
- data/resources/locales/th/timezones.yml +5 -1
- data/resources/locales/th/units.yml +25 -7
- data/resources/locales/tr/calendars.yml +9 -9
- data/resources/locales/tr/fields.yml +8 -0
- data/resources/locales/tr/languages.yml +36 -5
- data/resources/locales/tr/lists.yml +4 -4
- data/resources/locales/tr/numbers.yml +214 -20
- data/resources/locales/tr/timezones.yml +2 -0
- data/resources/locales/tr/units.yml +191 -13
- data/resources/locales/uk/calendars.yml +22 -21
- data/resources/locales/uk/fields.yml +18 -18
- data/resources/locales/uk/languages.yml +42 -11
- data/resources/locales/uk/lists.yml +8 -8
- data/resources/locales/uk/numbers.yml +114 -0
- data/resources/locales/uk/rbnf.yml +12 -0
- data/resources/locales/uk/territories.yml +1 -1
- data/resources/locales/uk/timezones.yml +9 -5
- data/resources/locales/uk/units.yml +742 -359
- data/resources/locales/ur/calendars.yml +4 -4
- data/resources/locales/ur/languages.yml +42 -0
- data/resources/locales/ur/lists.yml +10 -10
- data/resources/locales/ur/numbers.yml +115 -1
- data/resources/locales/ur/territories.yml +1 -1
- data/resources/locales/ur/timezones.yml +5 -1
- data/resources/locales/ur/units.yml +397 -10
- data/resources/locales/vi/calendars.yml +12 -12
- data/resources/locales/vi/currencies.yml +2 -0
- data/resources/locales/vi/fields.yml +3 -0
- data/resources/locales/vi/languages.yml +34 -0
- data/resources/locales/vi/lists.yml +4 -4
- data/resources/locales/vi/numbers.yml +114 -0
- data/resources/locales/vi/timezones.yml +2 -0
- data/resources/locales/vi/units.yml +348 -10
- data/resources/locales/xh/calendars.yml +101 -101
- data/resources/locales/xh/currencies.yml +664 -82
- data/resources/locales/xh/fields.yml +107 -0
- data/resources/locales/xh/languages.yml +38 -2
- data/resources/locales/xh/numbers.yml +114 -0
- data/resources/locales/xh/territories.yml +264 -2
- data/resources/locales/xh/timezones.yml +1393 -6
- data/resources/locales/xh/units.yml +4 -2
- data/resources/locales/zh/currencies.yml +37 -10
- data/resources/locales/zh/languages.yml +38 -3
- data/resources/locales/zh/lists.yml +12 -12
- data/resources/locales/zh/numbers.yml +117 -0
- data/resources/locales/zh/timezones.yml +7 -3
- data/resources/locales/zh/units.yml +227 -57
- data/resources/locales/zh-Hant/currencies.yml +27 -9
- data/resources/locales/zh-Hant/languages.yml +47 -1
- data/resources/locales/zh-Hant/lists.yml +12 -12
- data/resources/locales/zh-Hant/numbers.yml +115 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -0
- data/resources/locales/zh-Hant/units.yml +44 -8
- data/resources/locales/zu/calendars.yml +7 -7
- data/resources/locales/zu/currencies.yml +1 -0
- data/resources/locales/zu/fields.yml +53 -0
- data/resources/locales/zu/languages.yml +39 -0
- data/resources/locales/zu/numbers.yml +148 -10
- data/resources/locales/zu/timezones.yml +2 -0
- data/resources/locales/zu/units.yml +647 -6
- data/resources/shared/aliases.yml +4 -0
- data/resources/shared/bcp47_timezone_metadata.yml +5 -1
- data/resources/shared/currency_digits_and_rounding.yml +3 -0
- 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/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/mn-MN.yml +1 -1
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/likely_subtags.yml +6180 -11
- data/resources/shared/metazones.yml +29 -20
- data/resources/shared/numbering_systems.yml +6 -0
- data/resources/shared/parent_locales.yml +13 -5
- data/resources/shared/postal_codes.yml +160 -125
- data/resources/shared/rbnf_root.yml +6 -0
- data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +719 -711
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
- data/resources/shared/segments/rules/fi/word.yml +591 -0
- data/resources/shared/segments/rules/ja/line.yml +509 -500
- data/resources/shared/segments/rules/ja/word.yml +535 -527
- data/resources/shared/segments/rules/root/grapheme.yml +376 -370
- data/resources/shared/segments/rules/root/line.yml +509 -500
- data/resources/shared/segments/rules/root/sentence.yml +719 -711
- data/resources/shared/segments/rules/root/word.yml +535 -527
- data/resources/shared/segments/rules/sv/word.yml +591 -0
- data/resources/shared/segments/rules/zh/line.yml +509 -500
- data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
- data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
- data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
- data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
- data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
- data/resources/shared/territories_containment.yml +1 -0
- data/resources/shared/timezone_regions.yml +15 -6
- data/resources/shared/transforms/Arabic-Latin.yml +42 -0
- data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
- data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
- data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
- data/resources/shared/transforms/Greek-Latin.yml +2 -1
- data/resources/shared/transforms/Han-Latin.yml +9 -9
- data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
- data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
- data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
- data/resources/shared/transforms/Japn-Latn.yml +4132 -0
- data/resources/shared/transforms/Khmer-Latin.yml +211 -0
- data/resources/shared/transforms/Lao-Latin.yml +90 -0
- data/resources/shared/transforms/Latin-Armenian.yml +4 -0
- data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
- data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
- data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
- data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
- data/resources/shared/transforms/Oriya-Latin.yml +1 -1
- data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
- data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
- data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
- data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
- data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
- data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
- data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
- data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
- data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
- data/resources/shared/transforms/transform_id_map.yml +827 -757
- data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
- data/resources/shared/validity_data.yml +42 -10
- data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
- data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
- data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
- data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/kawi.yml +1377 -0
- data/resources/unicode_data/blocks/khojki.yml +48 -0
- data/resources/unicode_data/blocks/lao.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
- data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
- data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
- data/resources/unicode_data/blocks.yml +29 -1
- data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- 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_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
- data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
- data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
- 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/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 +1 -1
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- 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 +5 -3
- data/resources/unicode_data/properties/General_Category/L/o/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/N/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/o/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/Control/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 +3 -2
- 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 +5 -3
- data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
- 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/Bindu/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- 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/BB/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
- data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
- data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -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 +4 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- 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 +5 -3
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
- 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 +9 -5
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/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/Kannada/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -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_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -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/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 +21 -1
- data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
- data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
- data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
- data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
- data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
- data/spec/localized/localized_datetime_spec.rb +1 -1
- data/spec/parsers/symbol_table_spec.rb +1 -3
- data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
- data/spec/segmentation/rule_set_spec.rb +50 -54
- data/spec/shared/calendar_spec.rb +2 -2
- data/spec/shared/currencies_spec.rb +1 -1
- data/spec/shared/numbers_spec.rb +1 -1
- data/spec/shared/unit_spec.rb +10 -10
- data/spec/spec_helper.rb +0 -2
- data/spec/timezones/tests/af.yml +73 -10
- data/spec/timezones/tests/ar.yml +73 -10
- data/spec/timezones/tests/az.yml +73 -10
- data/spec/timezones/tests/be.yml +73 -10
- data/spec/timezones/tests/bg.yml +79 -16
- data/spec/timezones/tests/bn.yml +128 -69
- data/spec/timezones/tests/bo.yml +85 -22
- data/spec/timezones/tests/bs.yml +73 -10
- data/spec/timezones/tests/ca.yml +85 -22
- data/spec/timezones/tests/cs.yml +2059 -1996
- data/spec/timezones/tests/cy.yml +73 -10
- data/spec/timezones/tests/da.yml +76 -13
- data/spec/timezones/tests/de-AT.yml +1226 -1163
- data/spec/timezones/tests/de-CH.yml +1226 -1163
- data/spec/timezones/tests/de.yml +1226 -1163
- data/spec/timezones/tests/el.yml +74 -11
- data/spec/timezones/tests/en-001.yml +105 -42
- data/spec/timezones/tests/en-150.yml +105 -42
- data/spec/timezones/tests/en-AU.yml +99 -36
- data/spec/timezones/tests/en-CA.yml +152 -89
- data/spec/timezones/tests/en-GB.yml +87 -24
- data/spec/timezones/tests/en-IE.yml +105 -42
- data/spec/timezones/tests/en-IN.yml +109 -46
- data/spec/timezones/tests/en-NZ.yml +105 -42
- data/spec/timezones/tests/en-SG.yml +105 -42
- data/spec/timezones/tests/en-US.yml +90 -27
- data/spec/timezones/tests/en-ZA.yml +105 -42
- data/spec/timezones/tests/en.yml +90 -27
- data/spec/timezones/tests/eo.yml +85 -22
- data/spec/timezones/tests/es-419.yml +73 -10
- data/spec/timezones/tests/es-AR.yml +73 -10
- data/spec/timezones/tests/es-CO.yml +73 -10
- data/spec/timezones/tests/es-MX.yml +73 -10
- data/spec/timezones/tests/es-US.yml +74 -11
- data/spec/timezones/tests/es.yml +77 -14
- data/spec/timezones/tests/et.yml +73 -10
- data/spec/timezones/tests/eu.yml +74 -11
- data/spec/timezones/tests/fa.yml +73 -10
- data/spec/timezones/tests/fi.yml +73 -10
- data/spec/timezones/tests/fil.yml +266 -203
- data/spec/timezones/tests/fr-BE.yml +94 -31
- data/spec/timezones/tests/fr-CA.yml +74 -11
- data/spec/timezones/tests/fr-CH.yml +94 -31
- data/spec/timezones/tests/fr.yml +94 -31
- data/spec/timezones/tests/ga.yml +73 -10
- data/spec/timezones/tests/gl.yml +2198 -2135
- data/spec/timezones/tests/gu.yml +82 -19
- data/spec/timezones/tests/he.yml +91 -28
- data/spec/timezones/tests/hi.yml +88 -25
- data/spec/timezones/tests/hr.yml +95 -32
- data/spec/timezones/tests/hu.yml +73 -10
- data/spec/timezones/tests/hy.yml +73 -10
- data/spec/timezones/tests/id.yml +74 -11
- data/spec/timezones/tests/is.yml +76 -13
- data/spec/timezones/tests/it-CH.yml +89 -26
- data/spec/timezones/tests/it.yml +89 -26
- data/spec/timezones/tests/ja.yml +74 -11
- data/spec/timezones/tests/ka.yml +73 -10
- data/spec/timezones/tests/kk.yml +161 -98
- data/spec/timezones/tests/km.yml +73 -10
- data/spec/timezones/tests/kn.yml +77 -14
- data/spec/timezones/tests/ko.yml +84 -21
- data/spec/timezones/tests/lo.yml +73 -10
- data/spec/timezones/tests/lt.yml +73 -10
- data/spec/timezones/tests/lv.yml +73 -10
- data/spec/timezones/tests/mk.yml +134 -71
- data/spec/timezones/tests/mr.yml +84 -21
- data/spec/timezones/tests/ms.yml +84 -21
- data/spec/timezones/tests/mt.yml +72 -9
- data/spec/timezones/tests/my.yml +300 -237
- data/spec/timezones/tests/nb.yml +75 -12
- data/spec/timezones/tests/nl-BE.yml +74 -11
- data/spec/timezones/tests/nl.yml +74 -11
- data/spec/timezones/tests/pl.yml +73 -10
- data/spec/timezones/tests/pt-PT.yml +75 -12
- data/spec/timezones/tests/pt.yml +73 -10
- data/spec/timezones/tests/ro.yml +73 -10
- data/spec/timezones/tests/ru.yml +87 -24
- data/spec/timezones/tests/sk.yml +73 -10
- data/spec/timezones/tests/sl.yml +76 -13
- data/spec/timezones/tests/sq.yml +73 -10
- data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
- data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
- data/spec/timezones/tests/sr.yml +73 -10
- data/spec/timezones/tests/sv.yml +75 -12
- data/spec/timezones/tests/sw.yml +73 -10
- data/spec/timezones/tests/ta.yml +84 -21
- data/spec/timezones/tests/th.yml +76 -13
- data/spec/timezones/tests/tr.yml +73 -10
- data/spec/timezones/tests/uk.yml +80 -17
- data/spec/timezones/tests/ur.yml +88 -25
- data/spec/timezones/tests/vi.yml +74 -11
- data/spec/timezones/tests/xh.yml +2297 -2234
- data/spec/timezones/tests/zh-Hant.yml +74 -11
- data/spec/timezones/tests/zh.yml +82 -19
- data/spec/timezones/tests/zu.yml +73 -10
- data/spec/timezones/timezone_spec.rb +3 -0
- data/spec/transforms/test_data.yml +568 -562
- data/twitter_cldr.gemspec +24 -12
- metadata +74 -18
- data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -257,6 +257,11 @@
|
|
257
257
|
:many: "{0} нанасекунд"
|
258
258
|
:one: "{0} нанасекунда"
|
259
259
|
:other: "{0} нанасекунды"
|
260
|
+
:duration-quarter:
|
261
|
+
:few: "{0} кварталы"
|
262
|
+
:many: "{0} кварталаў"
|
263
|
+
:one: "{0} квартал"
|
264
|
+
:other: "{0} квартала"
|
260
265
|
:duration-second:
|
261
266
|
:few: "{0} секунды"
|
262
267
|
:many: "{0} секунд"
|
@@ -572,11 +577,6 @@
|
|
572
577
|
:many: "{0} кг"
|
573
578
|
:one: "{0} кг"
|
574
579
|
:other: "{0} кг"
|
575
|
-
:mass-metric-ton:
|
576
|
-
:few: "{0} тоны"
|
577
|
-
:many: "{0} тон"
|
578
|
-
:one: "{0} тона"
|
579
|
-
:other: "{0} тоны"
|
580
580
|
:mass-microgram:
|
581
581
|
:few: "{0} мкг"
|
582
582
|
:many: "{0} мкг"
|
@@ -617,6 +617,11 @@
|
|
617
617
|
:many: "{0} амерыканскіх тон"
|
618
618
|
:one: "{0} амерыканская тона"
|
619
619
|
:other: "{0} амерыканскай тоны"
|
620
|
+
:mass-tonne:
|
621
|
+
:few: "{0} тоны"
|
622
|
+
:many: "{0} тон"
|
623
|
+
:one: "{0} тона"
|
624
|
+
:other: "{0} тоны"
|
620
625
|
:power-gigawatt:
|
621
626
|
:few: "{0} гігаваты"
|
622
627
|
:many: "{0} гігават"
|
@@ -918,112 +923,6 @@
|
|
918
923
|
:one: "{0} чайная лыжка"
|
919
924
|
:other: "{0} чайнай лыжкі"
|
920
925
|
:narrow:
|
921
|
-
:concentr-item:
|
922
|
-
:few: "{0} элем."
|
923
|
-
:many: "{0} элем."
|
924
|
-
:one: "{0} элем."
|
925
|
-
:other: "{0} элем."
|
926
|
-
:concentr-percent:
|
927
|
-
:few: "{0}%"
|
928
|
-
:many: "{0}%"
|
929
|
-
:one: "{0}%"
|
930
|
-
:other: "{0}%"
|
931
|
-
:consumption-liter-per-100-kilometer:
|
932
|
-
:few: "{0} л/100 км"
|
933
|
-
:many: "{0} л/100 км"
|
934
|
-
:one: "{0} л/100 км"
|
935
|
-
:other: "{0} л/100 км"
|
936
|
-
:duration-day:
|
937
|
-
:few: "{0} сут"
|
938
|
-
:many: "{0} сут"
|
939
|
-
:one: "{0} сут"
|
940
|
-
:other: "{0} сут"
|
941
|
-
:duration-hour:
|
942
|
-
:few: "{0} гадз"
|
943
|
-
:many: "{0} гадз"
|
944
|
-
:one: "{0} гадз"
|
945
|
-
:other: "{0} гадз"
|
946
|
-
:duration-millisecond:
|
947
|
-
:few: "{0} мс"
|
948
|
-
:many: "{0} мс"
|
949
|
-
:one: "{0} мс"
|
950
|
-
:other: "{0} мс"
|
951
|
-
:duration-minute:
|
952
|
-
:few: "{0} хв"
|
953
|
-
:many: "{0} хв"
|
954
|
-
:one: "{0} хв"
|
955
|
-
:other: "{0} хв"
|
956
|
-
:duration-month:
|
957
|
-
:few: "{0} мес."
|
958
|
-
:many: "{0} мес."
|
959
|
-
:one: "{0} мес."
|
960
|
-
:other: "{0} мес."
|
961
|
-
:duration-second:
|
962
|
-
:few: "{0} с"
|
963
|
-
:many: "{0} с"
|
964
|
-
:one: "{0} с"
|
965
|
-
:other: "{0} с"
|
966
|
-
:duration-week:
|
967
|
-
:few: "{0} тыдз."
|
968
|
-
:many: "{0} тыдз."
|
969
|
-
:one: "{0} тыдз."
|
970
|
-
:other: "{0} тыдз."
|
971
|
-
:duration-year:
|
972
|
-
:few: "{0} г."
|
973
|
-
:many: "{0} г."
|
974
|
-
:one: "{0} г."
|
975
|
-
:other: "{0} г."
|
976
|
-
:force-kilowatt-hour-per-100-kilometer:
|
977
|
-
:few: "{0} кВт·г/100 км"
|
978
|
-
:many: "{0} кВт·г/100 км"
|
979
|
-
:one: "{0} кВт·г/100 км"
|
980
|
-
:other: "{0} кВт·г/100 км"
|
981
|
-
:force-newton:
|
982
|
-
:few: "{0} Н"
|
983
|
-
:many: "{0} Н"
|
984
|
-
:one: "{0} Н"
|
985
|
-
:other: "{0} Н"
|
986
|
-
:length-centimeter:
|
987
|
-
:few: "{0} см"
|
988
|
-
:many: "{0} см"
|
989
|
-
:one: "{0} см"
|
990
|
-
:other: "{0} см"
|
991
|
-
:length-kilometer:
|
992
|
-
:few: "{0} км"
|
993
|
-
:many: "{0} км"
|
994
|
-
:one: "{0} км"
|
995
|
-
:other: "{0} км"
|
996
|
-
:length-meter:
|
997
|
-
:few: "{0} м"
|
998
|
-
:many: "{0} м"
|
999
|
-
:one: "{0} м"
|
1000
|
-
:other: "{0} м"
|
1001
|
-
:length-millimeter:
|
1002
|
-
:few: "{0} мм"
|
1003
|
-
:many: "{0} мм"
|
1004
|
-
:one: "{0} мм"
|
1005
|
-
:other: "{0} мм"
|
1006
|
-
:mass-gram:
|
1007
|
-
:few: "{0} г"
|
1008
|
-
:many: "{0} г"
|
1009
|
-
:one: "{0} г"
|
1010
|
-
:other: "{0} г"
|
1011
|
-
:mass-kilogram:
|
1012
|
-
:few: "{0} кг"
|
1013
|
-
:many: "{0} кг"
|
1014
|
-
:one: "{0} кг"
|
1015
|
-
:other: "{0} кг"
|
1016
|
-
:speed-kilometer-per-hour:
|
1017
|
-
:few: "{0} км/гадз"
|
1018
|
-
:many: "{0} км/гадз"
|
1019
|
-
:one: "{0} км/гадз"
|
1020
|
-
:other: "{0} км/гадз"
|
1021
|
-
:volume-liter:
|
1022
|
-
:few: "{0} л"
|
1023
|
-
:many: "{0} л"
|
1024
|
-
:one: "{0} л"
|
1025
|
-
:other: "{0} л"
|
1026
|
-
:short:
|
1027
926
|
:acceleration-g-force:
|
1028
927
|
:few: "{0} g"
|
1029
928
|
:many: "{0} g"
|
@@ -1135,10 +1034,10 @@
|
|
1135
1034
|
:one: "{0} моль"
|
1136
1035
|
:other: "{0} моля"
|
1137
1036
|
:concentr-percent:
|
1138
|
-
:few: "{0}
|
1139
|
-
:many: "{0}
|
1140
|
-
:one: "{0}
|
1141
|
-
:other: "{0}
|
1037
|
+
:few: "{0}%"
|
1038
|
+
:many: "{0}%"
|
1039
|
+
:one: "{0}%"
|
1040
|
+
:other: "{0}%"
|
1142
1041
|
:concentr-permille:
|
1143
1042
|
:few: "{0} ‰"
|
1144
1043
|
:many: "{0} ‰"
|
@@ -1240,10 +1139,10 @@
|
|
1240
1139
|
:one: "{0} сут"
|
1241
1140
|
:other: "{0} сут"
|
1242
1141
|
:duration-decade:
|
1243
|
-
:few: "{0}
|
1244
|
-
:many: "{0}
|
1245
|
-
:one: "{0}
|
1246
|
-
:other: "{0}
|
1142
|
+
:few: "{0} дз."
|
1143
|
+
:many: "{0} дз."
|
1144
|
+
:one: "{0} дз."
|
1145
|
+
:other: "{0} дз."
|
1247
1146
|
:duration-hour:
|
1248
1147
|
:few: "{0} гадз"
|
1249
1148
|
:many: "{0} гадз"
|
@@ -1274,6 +1173,11 @@
|
|
1274
1173
|
:many: "{0} нс"
|
1275
1174
|
:one: "{0} нс"
|
1276
1175
|
:other: "{0} нс"
|
1176
|
+
:duration-quarter:
|
1177
|
+
:few: "{0} кв."
|
1178
|
+
:many: "{0} кв."
|
1179
|
+
:one: "{0} кв."
|
1180
|
+
:other: "{0} кв."
|
1277
1181
|
:duration-second:
|
1278
1182
|
:few: "{0} с"
|
1279
1183
|
:many: "{0} с"
|
@@ -1445,6 +1349,9 @@
|
|
1445
1349
|
:one: "{0} дм"
|
1446
1350
|
:other: "{0} дм"
|
1447
1351
|
:length-earth-radius:
|
1352
|
+
:few: "{0} R⊕"
|
1353
|
+
:many: "{0} R⊕"
|
1354
|
+
:one: "{0} R⊕"
|
1448
1355
|
:other: "{0} R⊕"
|
1449
1356
|
:length-fathom:
|
1450
1357
|
:few: "{0} фат."
|
@@ -1586,11 +1493,6 @@
|
|
1586
1493
|
:many: "{0} кг"
|
1587
1494
|
:one: "{0} кг"
|
1588
1495
|
:other: "{0} кг"
|
1589
|
-
:mass-metric-ton:
|
1590
|
-
:few: "{0} т"
|
1591
|
-
:many: "{0} т"
|
1592
|
-
:one: "{0} т"
|
1593
|
-
:other: "{0} т"
|
1594
1496
|
:mass-microgram:
|
1595
1497
|
:few: "{0} мкг"
|
1596
1498
|
:many: "{0} мкг"
|
@@ -1631,6 +1533,927 @@
|
|
1631
1533
|
:many: "{0} амер. т"
|
1632
1534
|
:one: "{0} амер. т"
|
1633
1535
|
:other: "{0} амер. т"
|
1536
|
+
:mass-tonne:
|
1537
|
+
:few: "{0} т"
|
1538
|
+
:many: "{0} т"
|
1539
|
+
:one: "{0} т"
|
1540
|
+
:other: "{0} т"
|
1541
|
+
:power-gigawatt:
|
1542
|
+
:few: "{0} ГВт"
|
1543
|
+
:many: "{0} ГВт"
|
1544
|
+
:one: "{0} ГВт"
|
1545
|
+
:other: "{0} ГВт"
|
1546
|
+
:power-horsepower:
|
1547
|
+
:few: "{0} к. с."
|
1548
|
+
:many: "{0} к. с."
|
1549
|
+
:one: "{0} к. с."
|
1550
|
+
:other: "{0} к. с."
|
1551
|
+
:power-kilowatt:
|
1552
|
+
:few: "{0} кВт"
|
1553
|
+
:many: "{0} кВт"
|
1554
|
+
:one: "{0} кВт"
|
1555
|
+
:other: "{0} кВт"
|
1556
|
+
:power-megawatt:
|
1557
|
+
:few: "{0} МВт"
|
1558
|
+
:many: "{0} МВт"
|
1559
|
+
:one: "{0} МВт"
|
1560
|
+
:other: "{0} МВт"
|
1561
|
+
:power-milliwatt:
|
1562
|
+
:few: "{0} мВт"
|
1563
|
+
:many: "{0} мВт"
|
1564
|
+
:one: "{0} мВт"
|
1565
|
+
:other: "{0} мВт"
|
1566
|
+
:power-watt:
|
1567
|
+
:few: "{0} Вт"
|
1568
|
+
:many: "{0} Вт"
|
1569
|
+
:one: "{0} Вт"
|
1570
|
+
:other: "{0} Вт"
|
1571
|
+
:pressure-atmosphere:
|
1572
|
+
:few: "{0} атм"
|
1573
|
+
:many: "{0} атм"
|
1574
|
+
:one: "{0} атм"
|
1575
|
+
:other: "{0} атм"
|
1576
|
+
:pressure-bar:
|
1577
|
+
:few: "{0} бары"
|
1578
|
+
:many: "{0} бар"
|
1579
|
+
:one: "{0} бар"
|
1580
|
+
:other: "{0} бара"
|
1581
|
+
:pressure-hectopascal:
|
1582
|
+
:few: "{0} гПа"
|
1583
|
+
:many: "{0} гПа"
|
1584
|
+
:one: "{0} гПа"
|
1585
|
+
:other: "{0} гПа"
|
1586
|
+
:pressure-inch-ofhg:
|
1587
|
+
:few: "{0} цалі рт. сл."
|
1588
|
+
:many: "{0} цаляў рт. сл."
|
1589
|
+
:one: "{0} цаля рт. сл."
|
1590
|
+
:other: "{0} цалі рт. сл."
|
1591
|
+
:pressure-kilopascal:
|
1592
|
+
:few: "{0} кПа"
|
1593
|
+
:many: "{0} кПа"
|
1594
|
+
:one: "{0} кПа"
|
1595
|
+
:other: "{0} кПа"
|
1596
|
+
:pressure-megapascal:
|
1597
|
+
:few: "{0} МПа"
|
1598
|
+
:many: "{0} МПа"
|
1599
|
+
:one: "{0} МПа"
|
1600
|
+
:other: "{0} МПа"
|
1601
|
+
:pressure-millibar:
|
1602
|
+
:few: "{0} мбар"
|
1603
|
+
:many: "{0} мбар"
|
1604
|
+
:one: "{0} мбар"
|
1605
|
+
:other: "{0} мбар"
|
1606
|
+
:pressure-millimeter-ofhg:
|
1607
|
+
:few: "{0} мм рт. сл."
|
1608
|
+
:many: "{0} мм рт. сл."
|
1609
|
+
:one: "{0} мм рт. сл."
|
1610
|
+
:other: "{0} мм рт. сл."
|
1611
|
+
:pressure-pascal:
|
1612
|
+
:few: "{0} Па"
|
1613
|
+
:many: "{0} Па"
|
1614
|
+
:one: "{0} Па"
|
1615
|
+
:other: "{0} Па"
|
1616
|
+
:pressure-pound-force-per-square-inch:
|
1617
|
+
:few: "{0} фунты на кв. цалю"
|
1618
|
+
:many: "{0} фунтаў на кв. цалю"
|
1619
|
+
:one: "{0} фунт на кв. цалю"
|
1620
|
+
:other: "{0} фунта на кв. цалю"
|
1621
|
+
:speed-kilometer-per-hour:
|
1622
|
+
:few: "{0} км/гадз"
|
1623
|
+
:many: "{0} км/гадз"
|
1624
|
+
:one: "{0} км/гадз"
|
1625
|
+
:other: "{0} км/гадз"
|
1626
|
+
:speed-knot:
|
1627
|
+
:few: "{0} вуз."
|
1628
|
+
:many: "{0} вуз."
|
1629
|
+
:one: "{0} вуз."
|
1630
|
+
:other: "{0} вуз."
|
1631
|
+
:speed-meter-per-second:
|
1632
|
+
:few: "{0} м/с"
|
1633
|
+
:many: "{0} м/с"
|
1634
|
+
:one: "{0} м/с"
|
1635
|
+
:other: "{0} м/с"
|
1636
|
+
:speed-mile-per-hour:
|
1637
|
+
:few: "{0} мілі/гадз"
|
1638
|
+
:many: "{0} міль/гадз"
|
1639
|
+
:one: "{0} міля/гадз"
|
1640
|
+
:other: "{0} мілі/гадз"
|
1641
|
+
:temperature-celsius:
|
1642
|
+
:few: "{0} °C"
|
1643
|
+
:many: "{0} °C"
|
1644
|
+
:one: "{0} °C"
|
1645
|
+
:other: "{0} °C"
|
1646
|
+
:temperature-fahrenheit:
|
1647
|
+
:few: "{0} °F"
|
1648
|
+
:many: "{0} °F"
|
1649
|
+
:one: "{0} °F"
|
1650
|
+
:other: "{0} °F"
|
1651
|
+
:temperature-generic:
|
1652
|
+
:few: "{0} °"
|
1653
|
+
:many: "{0} °"
|
1654
|
+
:one: "{0} °"
|
1655
|
+
:other: "{0} °"
|
1656
|
+
:temperature-kelvin:
|
1657
|
+
:few: "{0} К"
|
1658
|
+
:many: "{0} К"
|
1659
|
+
:one: "{0} К"
|
1660
|
+
:other: "{0} К"
|
1661
|
+
:torque-newton-meter:
|
1662
|
+
:few: "{0} Н⋅м"
|
1663
|
+
:many: "{0} Н⋅м"
|
1664
|
+
:one: "{0} Н⋅м"
|
1665
|
+
:other: "{0} Н⋅м"
|
1666
|
+
:torque-pound-force-foot:
|
1667
|
+
:few: "{0} фунт-футы"
|
1668
|
+
:many: "{0} фунт-футаў"
|
1669
|
+
:one: "{0} фунт-фут"
|
1670
|
+
:other: "{0} фунт-фута"
|
1671
|
+
:volume-acre-foot:
|
1672
|
+
:few: "{0} акр-футы"
|
1673
|
+
:many: "{0} акр-футаў"
|
1674
|
+
:one: "{0} акр-фут"
|
1675
|
+
:other: "{0} акр-фута"
|
1676
|
+
:volume-barrel:
|
1677
|
+
:few: "{0} барэлі"
|
1678
|
+
:many: "{0} барэляў"
|
1679
|
+
:one: "{0} барэль"
|
1680
|
+
:other: "{0} барэля"
|
1681
|
+
:volume-bushel:
|
1682
|
+
:few: "{0} буш."
|
1683
|
+
:many: "{0} буш."
|
1684
|
+
:one: "{0} буш."
|
1685
|
+
:other: "{0} буш."
|
1686
|
+
:volume-centiliter:
|
1687
|
+
:few: "{0} сл"
|
1688
|
+
:many: "{0} сл"
|
1689
|
+
:one: "{0} сл"
|
1690
|
+
:other: "{0} сл"
|
1691
|
+
:volume-cubic-centimeter:
|
1692
|
+
:few: "{0} см³"
|
1693
|
+
:many: "{0} см³"
|
1694
|
+
:one: "{0} см³"
|
1695
|
+
:other: "{0} см³"
|
1696
|
+
:volume-cubic-foot:
|
1697
|
+
:few: "{0} куб. футы"
|
1698
|
+
:many: "{0} куб. футаў"
|
1699
|
+
:one: "{0} куб. фут"
|
1700
|
+
:other: "{0} куб. фута"
|
1701
|
+
:volume-cubic-inch:
|
1702
|
+
:few: "{0} куб. цалі"
|
1703
|
+
:many: "{0} куб. цаляў"
|
1704
|
+
:one: "{0} куб. цаля"
|
1705
|
+
:other: "{0} куб. цалі"
|
1706
|
+
:volume-cubic-kilometer:
|
1707
|
+
:few: "{0} км³"
|
1708
|
+
:many: "{0} км³"
|
1709
|
+
:one: "{0} км³"
|
1710
|
+
:other: "{0} км³"
|
1711
|
+
:volume-cubic-meter:
|
1712
|
+
:few: "{0} м³"
|
1713
|
+
:many: "{0} м³"
|
1714
|
+
:one: "{0} м³"
|
1715
|
+
:other: "{0} м³"
|
1716
|
+
:volume-cubic-mile:
|
1717
|
+
:few: "{0} куб. мілі"
|
1718
|
+
:many: "{0} куб. міль"
|
1719
|
+
:one: "{0} куб. міля"
|
1720
|
+
:other: "{0} куб. мілі"
|
1721
|
+
:volume-cubic-yard:
|
1722
|
+
:few: "{0} куб. ярды"
|
1723
|
+
:many: "{0} куб. ярдаў"
|
1724
|
+
:one: "{0} куб. ярд"
|
1725
|
+
:other: "{0} куб. ярда"
|
1726
|
+
:volume-cup:
|
1727
|
+
:few: "{0} кубкі"
|
1728
|
+
:many: "{0} кубкаў"
|
1729
|
+
:one: "{0} кубак"
|
1730
|
+
:other: "{0} кубка"
|
1731
|
+
:volume-cup-metric:
|
1732
|
+
:few: "{0} мет. кубкі"
|
1733
|
+
:many: "{0} мет. кубкаў"
|
1734
|
+
:one: "{0} мет. кубак"
|
1735
|
+
:other: "{0} мет. кубка"
|
1736
|
+
:volume-deciliter:
|
1737
|
+
:few: "{0} дл"
|
1738
|
+
:many: "{0} дл"
|
1739
|
+
:one: "{0} дл"
|
1740
|
+
:other: "{0} дл"
|
1741
|
+
:volume-dessert-spoon:
|
1742
|
+
:few: "{0} дэс. л."
|
1743
|
+
:many: "{0} дэс. л."
|
1744
|
+
:one: "{0} дэс. л."
|
1745
|
+
:other: "{0} дэс. л."
|
1746
|
+
:volume-dessert-spoon-imperial:
|
1747
|
+
:few: "{0} брыт. дэс. л."
|
1748
|
+
:many: "{0} брыт. дэс. л."
|
1749
|
+
:one: "{0} брыт. дэс. л."
|
1750
|
+
:other: "{0} брыт. дэс. л."
|
1751
|
+
:volume-dram:
|
1752
|
+
:few: "{0} вад. драхмы"
|
1753
|
+
:many: "{0} вад. драхмаў"
|
1754
|
+
:one: "{0} вад. драхма"
|
1755
|
+
:other: "{0} вад. драхмы"
|
1756
|
+
:volume-drop:
|
1757
|
+
:few: "{0} кроплі"
|
1758
|
+
:many: "{0} кропель"
|
1759
|
+
:one: "{0} кропля"
|
1760
|
+
:other: "{0} кроплі"
|
1761
|
+
:volume-fluid-ounce:
|
1762
|
+
:few: "{0} вадк. унц."
|
1763
|
+
:many: "{0} вадк. унц."
|
1764
|
+
:one: "{0} вадк. унц."
|
1765
|
+
:other: "{0} вадк. унц."
|
1766
|
+
:volume-fluid-ounce-imperial:
|
1767
|
+
:few: "{0} імп. вадкія унцыі"
|
1768
|
+
:many: "{0} імп. вадкіх унцый"
|
1769
|
+
:one: "{0} імп. вадкая унцыя"
|
1770
|
+
:other: "{0} імп. вадкай унцыі"
|
1771
|
+
:volume-gallon:
|
1772
|
+
:few: "{0} гал"
|
1773
|
+
:many: "{0} гал"
|
1774
|
+
:one: "{0} гал"
|
1775
|
+
:other: "{0} гал"
|
1776
|
+
:volume-gallon-imperial:
|
1777
|
+
:few: "{0} імп. гал."
|
1778
|
+
:many: "{0} імп. гал."
|
1779
|
+
:one: "{0} імп. гал."
|
1780
|
+
:other: "{0} імп. гал."
|
1781
|
+
:volume-hectoliter:
|
1782
|
+
:few: "{0} гл"
|
1783
|
+
:many: "{0} гл"
|
1784
|
+
:one: "{0} гл"
|
1785
|
+
:other: "{0} гл"
|
1786
|
+
:volume-jigger:
|
1787
|
+
:few: "{0} джыгеры"
|
1788
|
+
:many: "{0} джыгераў"
|
1789
|
+
:one: "{0} джыгер"
|
1790
|
+
:other: "{0} джыгера"
|
1791
|
+
:volume-liter:
|
1792
|
+
:few: "{0} л"
|
1793
|
+
:many: "{0} л"
|
1794
|
+
:one: "{0} л"
|
1795
|
+
:other: "{0} л"
|
1796
|
+
:volume-megaliter:
|
1797
|
+
:few: "{0} Мл"
|
1798
|
+
:many: "{0} Мл"
|
1799
|
+
:one: "{0} Мл"
|
1800
|
+
:other: "{0} Мл"
|
1801
|
+
:volume-milliliter:
|
1802
|
+
:few: "{0} мл"
|
1803
|
+
:many: "{0} мл"
|
1804
|
+
:one: "{0} мл"
|
1805
|
+
:other: "{0} мл"
|
1806
|
+
:volume-pinch:
|
1807
|
+
:few: "{0} дробкі"
|
1808
|
+
:many: "{0} дробак"
|
1809
|
+
:one: "{0} дробка"
|
1810
|
+
:other: "{0} дробкі"
|
1811
|
+
:volume-pint:
|
1812
|
+
:few: "{0} пінты"
|
1813
|
+
:many: "{0} пінтаў"
|
1814
|
+
:one: "{0} пінта"
|
1815
|
+
:other: "{0} пінты"
|
1816
|
+
:volume-pint-metric:
|
1817
|
+
:few: "{0} мет. пінты"
|
1818
|
+
:many: "{0} мет. пінтаў"
|
1819
|
+
:one: "{0} мет. пінта"
|
1820
|
+
:other: "{0} мет. пінты"
|
1821
|
+
:volume-quart:
|
1822
|
+
:few: "{0} кварты"
|
1823
|
+
:many: "{0} кварт"
|
1824
|
+
:one: "{0} кварта"
|
1825
|
+
:other: "{0} кварты"
|
1826
|
+
:volume-quart-imperial:
|
1827
|
+
:few: "{0} брыт. кварты"
|
1828
|
+
:many: "{0} брыт. кварт"
|
1829
|
+
:one: "{0} брыт. кварта"
|
1830
|
+
:other: "{0} брыт. кварты"
|
1831
|
+
:volume-tablespoon:
|
1832
|
+
:few: "{0} ст. лыжкі"
|
1833
|
+
:many: "{0} ст. лыжак"
|
1834
|
+
:one: "{0} ст. лыжка"
|
1835
|
+
:other: "{0} ст. лыжкі"
|
1836
|
+
:volume-teaspoon:
|
1837
|
+
:few: "{0} ч. лыжкі"
|
1838
|
+
:many: "{0} ч. лыжак"
|
1839
|
+
:one: "{0} ч. лыжка"
|
1840
|
+
:other: "{0} ч. лыжкі"
|
1841
|
+
:short:
|
1842
|
+
:acceleration-g-force:
|
1843
|
+
:few: "{0} g"
|
1844
|
+
:many: "{0} g"
|
1845
|
+
:one: "{0} g"
|
1846
|
+
:other: "{0} g"
|
1847
|
+
:acceleration-meter-per-square-second:
|
1848
|
+
:few: "{0} м/с²"
|
1849
|
+
:many: "{0} м/с²"
|
1850
|
+
:one: "{0} м/с²"
|
1851
|
+
:other: "{0} м/с²"
|
1852
|
+
:angle-arc-minute:
|
1853
|
+
:few: "{0}′"
|
1854
|
+
:many: "{0}′"
|
1855
|
+
:one: "{0}′"
|
1856
|
+
:other: "{0}′"
|
1857
|
+
:angle-arc-second:
|
1858
|
+
:few: "{0}″"
|
1859
|
+
:many: "{0}″"
|
1860
|
+
:one: "{0}″"
|
1861
|
+
:other: "{0}″"
|
1862
|
+
:angle-degree:
|
1863
|
+
:few: "{0}°"
|
1864
|
+
:many: "{0}°"
|
1865
|
+
:one: "{0}°"
|
1866
|
+
:other: "{0}°"
|
1867
|
+
:angle-radian:
|
1868
|
+
:few: "{0} рад"
|
1869
|
+
:many: "{0} рад"
|
1870
|
+
:one: "{0} рад"
|
1871
|
+
:other: "{0} рад"
|
1872
|
+
:angle-revolution:
|
1873
|
+
:few: "{0} аб"
|
1874
|
+
:many: "{0} аб"
|
1875
|
+
:one: "{0} аб"
|
1876
|
+
:other: "{0} аб"
|
1877
|
+
:area-acre:
|
1878
|
+
:few: "{0} акры"
|
1879
|
+
:many: "{0} акраў"
|
1880
|
+
:one: "{0} акр"
|
1881
|
+
:other: "{0} акра"
|
1882
|
+
:area-dunam:
|
1883
|
+
:few: "{0} дунамы"
|
1884
|
+
:many: "{0} дунамаў"
|
1885
|
+
:one: "{0} дунам"
|
1886
|
+
:other: "{0} дунама"
|
1887
|
+
:area-hectare:
|
1888
|
+
:few: "{0} га"
|
1889
|
+
:many: "{0} га"
|
1890
|
+
:one: "{0} га"
|
1891
|
+
:other: "{0} га"
|
1892
|
+
:area-square-centimeter:
|
1893
|
+
:few: "{0} см²"
|
1894
|
+
:many: "{0} см²"
|
1895
|
+
:one: "{0} см²"
|
1896
|
+
:other: "{0} см²"
|
1897
|
+
:area-square-foot:
|
1898
|
+
:few: "{0} кв. футы"
|
1899
|
+
:many: "{0} кв. футаў"
|
1900
|
+
:one: "{0} кв. фут"
|
1901
|
+
:other: "{0} кв. фута"
|
1902
|
+
:area-square-inch:
|
1903
|
+
:few: "{0} кв. цалі"
|
1904
|
+
:many: "{0} кв. цаляў"
|
1905
|
+
:one: "{0} кв. цаля"
|
1906
|
+
:other: "{0} кв. цалі"
|
1907
|
+
:area-square-kilometer:
|
1908
|
+
:few: "{0} км²"
|
1909
|
+
:many: "{0} км²"
|
1910
|
+
:one: "{0} км²"
|
1911
|
+
:other: "{0} км²"
|
1912
|
+
:area-square-meter:
|
1913
|
+
:few: "{0} м²"
|
1914
|
+
:many: "{0} м²"
|
1915
|
+
:one: "{0} м²"
|
1916
|
+
:other: "{0} м²"
|
1917
|
+
:area-square-mile:
|
1918
|
+
:few: "{0} кв. мілі"
|
1919
|
+
:many: "{0} кв. міль"
|
1920
|
+
:one: "{0} кв. міля"
|
1921
|
+
:other: "{0} кв. мілі"
|
1922
|
+
:area-square-yard:
|
1923
|
+
:few: "{0} кв. ярды"
|
1924
|
+
:many: "{0} кв. ярдаў"
|
1925
|
+
:one: "{0} кв. ярд"
|
1926
|
+
:other: "{0} кв. ярда"
|
1927
|
+
:concentr-item:
|
1928
|
+
:few: "{0} элем."
|
1929
|
+
:many: "{0} элем."
|
1930
|
+
:one: "{0} элем."
|
1931
|
+
:other: "{0} элем."
|
1932
|
+
:concentr-karat:
|
1933
|
+
:few: "{0} кар"
|
1934
|
+
:many: "{0} кар"
|
1935
|
+
:one: "{0} кар"
|
1936
|
+
:other: "{0} кар"
|
1937
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1938
|
+
:few: "{0} мг/дл"
|
1939
|
+
:many: "{0} мг/дл"
|
1940
|
+
:one: "{0} мг/дл"
|
1941
|
+
:other: "{0} мг/дл"
|
1942
|
+
:concentr-millimole-per-liter:
|
1943
|
+
:few: "{0} ммоль/л"
|
1944
|
+
:many: "{0} ммоль/л"
|
1945
|
+
:one: "{0} ммоль/л"
|
1946
|
+
:other: "{0} ммоль/л"
|
1947
|
+
:concentr-mole:
|
1948
|
+
:few: "{0} молі"
|
1949
|
+
:many: "{0} моляў"
|
1950
|
+
:one: "{0} моль"
|
1951
|
+
:other: "{0} моля"
|
1952
|
+
:concentr-percent:
|
1953
|
+
:few: "{0} %"
|
1954
|
+
:many: "{0} %"
|
1955
|
+
:one: "{0} %"
|
1956
|
+
:other: "{0} %"
|
1957
|
+
:concentr-permille:
|
1958
|
+
:few: "{0} ‰"
|
1959
|
+
:many: "{0} ‰"
|
1960
|
+
:one: "{0} ‰"
|
1961
|
+
:other: "{0} ‰"
|
1962
|
+
:concentr-permillion:
|
1963
|
+
:few: "{0} ppm"
|
1964
|
+
:many: "{0} ppm"
|
1965
|
+
:one: "{0} ppm"
|
1966
|
+
:other: "{0} ppm"
|
1967
|
+
:concentr-permyriad:
|
1968
|
+
:few: "{0} ‱"
|
1969
|
+
:many: "{0} ‱"
|
1970
|
+
:one: "{0} ‱"
|
1971
|
+
:other: "{0} ‱"
|
1972
|
+
:consumption-liter-per-100-kilometer:
|
1973
|
+
:few: "{0} л/100 км"
|
1974
|
+
:many: "{0} л/100 км"
|
1975
|
+
:one: "{0} л/100 км"
|
1976
|
+
:other: "{0} л/100 км"
|
1977
|
+
:consumption-liter-per-kilometer:
|
1978
|
+
:few: "{0} л/км"
|
1979
|
+
:many: "{0} л/км"
|
1980
|
+
:one: "{0} л/км"
|
1981
|
+
:other: "{0} л/км"
|
1982
|
+
:consumption-mile-per-gallon:
|
1983
|
+
:few: "{0} мілі/гал."
|
1984
|
+
:many: "{0} міль/гал."
|
1985
|
+
:one: "{0} міля/гал."
|
1986
|
+
:other: "{0} мілі/гал."
|
1987
|
+
:consumption-mile-per-gallon-imperial:
|
1988
|
+
:few: "{0} мілі/імп. гал."
|
1989
|
+
:many: "{0} міль/імп. галон"
|
1990
|
+
:one: "{0} міля/імп. гал."
|
1991
|
+
:other: "{0} мілі/імп. галон"
|
1992
|
+
:digital-bit:
|
1993
|
+
:few: "{0} біты"
|
1994
|
+
:many: "{0} біт"
|
1995
|
+
:one: "{0} біт"
|
1996
|
+
:other: "{0} біта"
|
1997
|
+
:digital-byte:
|
1998
|
+
:few: "{0} байты"
|
1999
|
+
:many: "{0} байт"
|
2000
|
+
:one: "{0} байт"
|
2001
|
+
:other: "{0} байта"
|
2002
|
+
:digital-gigabit:
|
2003
|
+
:few: "{0} Гбіт"
|
2004
|
+
:many: "{0} Гбіт"
|
2005
|
+
:one: "{0} Гбіт"
|
2006
|
+
:other: "{0} Гбіт"
|
2007
|
+
:digital-gigabyte:
|
2008
|
+
:few: "{0} ГБ"
|
2009
|
+
:many: "{0} ГБ"
|
2010
|
+
:one: "{0} ГБ"
|
2011
|
+
:other: "{0} ГБ"
|
2012
|
+
:digital-kilobit:
|
2013
|
+
:few: "{0} кбіт"
|
2014
|
+
:many: "{0} кбіт"
|
2015
|
+
:one: "{0} кбіт"
|
2016
|
+
:other: "{0} кбіт"
|
2017
|
+
:digital-kilobyte:
|
2018
|
+
:few: "{0} КБ"
|
2019
|
+
:many: "{0} КБ"
|
2020
|
+
:one: "{0} КБ"
|
2021
|
+
:other: "{0} КБ"
|
2022
|
+
:digital-megabit:
|
2023
|
+
:few: "{0} Мбіт"
|
2024
|
+
:many: "{0} Мбіт"
|
2025
|
+
:one: "{0} Мбіт"
|
2026
|
+
:other: "{0} Мбіт"
|
2027
|
+
:digital-megabyte:
|
2028
|
+
:few: "{0} МБ"
|
2029
|
+
:many: "{0} МБ"
|
2030
|
+
:one: "{0} МБ"
|
2031
|
+
:other: "{0} МБ"
|
2032
|
+
:digital-petabyte:
|
2033
|
+
:few: "{0} ПБ"
|
2034
|
+
:many: "{0} ПБ"
|
2035
|
+
:one: "{0} ПБ"
|
2036
|
+
:other: "{0} ПБ"
|
2037
|
+
:digital-terabit:
|
2038
|
+
:few: "{0} Тбіт"
|
2039
|
+
:many: "{0} Тбіт"
|
2040
|
+
:one: "{0} Тбіт"
|
2041
|
+
:other: "{0} Тбіт"
|
2042
|
+
:digital-terabyte:
|
2043
|
+
:few: "{0} ТБ"
|
2044
|
+
:many: "{0} ТБ"
|
2045
|
+
:one: "{0} ТБ"
|
2046
|
+
:other: "{0} ТБ"
|
2047
|
+
:duration-century:
|
2048
|
+
:few: "{0} ст."
|
2049
|
+
:many: "{0} ст."
|
2050
|
+
:one: "{0} ст."
|
2051
|
+
:other: "{0} ст."
|
2052
|
+
:duration-day:
|
2053
|
+
:few: "{0} сут"
|
2054
|
+
:many: "{0} сут"
|
2055
|
+
:one: "{0} сут"
|
2056
|
+
:other: "{0} сут"
|
2057
|
+
:duration-decade:
|
2058
|
+
:few: "{0} дз."
|
2059
|
+
:many: "{0} дз."
|
2060
|
+
:one: "{0} дз."
|
2061
|
+
:other: "{0} дз."
|
2062
|
+
:duration-hour:
|
2063
|
+
:few: "{0} гадз"
|
2064
|
+
:many: "{0} гадз"
|
2065
|
+
:one: "{0} гадз"
|
2066
|
+
:other: "{0} гадз"
|
2067
|
+
:duration-microsecond:
|
2068
|
+
:few: "{0} мкс"
|
2069
|
+
:many: "{0} мкс"
|
2070
|
+
:one: "{0} мкс"
|
2071
|
+
:other: "{0} мкс"
|
2072
|
+
:duration-millisecond:
|
2073
|
+
:few: "{0} мс"
|
2074
|
+
:many: "{0} мс"
|
2075
|
+
:one: "{0} мс"
|
2076
|
+
:other: "{0} мс"
|
2077
|
+
:duration-minute:
|
2078
|
+
:few: "{0} хв"
|
2079
|
+
:many: "{0} хв"
|
2080
|
+
:one: "{0} хв"
|
2081
|
+
:other: "{0} хв"
|
2082
|
+
:duration-month:
|
2083
|
+
:few: "{0} мес."
|
2084
|
+
:many: "{0} мес."
|
2085
|
+
:one: "{0} мес."
|
2086
|
+
:other: "{0} мес."
|
2087
|
+
:duration-nanosecond:
|
2088
|
+
:few: "{0} нс"
|
2089
|
+
:many: "{0} нс"
|
2090
|
+
:one: "{0} нс"
|
2091
|
+
:other: "{0} нс"
|
2092
|
+
:duration-quarter:
|
2093
|
+
:few: "{0} кв."
|
2094
|
+
:many: "{0} кв."
|
2095
|
+
:one: "{0} кв."
|
2096
|
+
:other: "{0} кв."
|
2097
|
+
:duration-second:
|
2098
|
+
:few: "{0} с"
|
2099
|
+
:many: "{0} с"
|
2100
|
+
:one: "{0} с"
|
2101
|
+
:other: "{0} с"
|
2102
|
+
:duration-week:
|
2103
|
+
:few: "{0} тыдз."
|
2104
|
+
:many: "{0} тыдз."
|
2105
|
+
:one: "{0} тыдз."
|
2106
|
+
:other: "{0} тыдз."
|
2107
|
+
:duration-year:
|
2108
|
+
:few: "{0} г."
|
2109
|
+
:many: "{0} г."
|
2110
|
+
:one: "{0} г."
|
2111
|
+
:other: "{0} г."
|
2112
|
+
:electric-ampere:
|
2113
|
+
:few: "{0} A"
|
2114
|
+
:many: "{0} A"
|
2115
|
+
:one: "{0} A"
|
2116
|
+
:other: "{0} A"
|
2117
|
+
:electric-milliampere:
|
2118
|
+
:few: "{0} мА"
|
2119
|
+
:many: "{0} мА"
|
2120
|
+
:one: "{0} мА"
|
2121
|
+
:other: "{0} мА"
|
2122
|
+
:electric-ohm:
|
2123
|
+
:few: "{0} Ом"
|
2124
|
+
:many: "{0} Ом"
|
2125
|
+
:one: "{0} Ом"
|
2126
|
+
:other: "{0} Ом"
|
2127
|
+
:electric-volt:
|
2128
|
+
:few: "{0} В"
|
2129
|
+
:many: "{0} В"
|
2130
|
+
:one: "{0} В"
|
2131
|
+
:other: "{0} В"
|
2132
|
+
:energy-british-thermal-unit:
|
2133
|
+
:few: "{0} BTU"
|
2134
|
+
:many: "{0} BTU"
|
2135
|
+
:one: "{0} BTU"
|
2136
|
+
:other: "{0} BTU"
|
2137
|
+
:energy-calorie:
|
2138
|
+
:few: "{0} кал"
|
2139
|
+
:many: "{0} кал"
|
2140
|
+
:one: "{0} кал"
|
2141
|
+
:other: "{0} кал"
|
2142
|
+
:energy-electronvolt:
|
2143
|
+
:few: "{0} эВ"
|
2144
|
+
:many: "{0} эВ"
|
2145
|
+
:one: "{0} эВ"
|
2146
|
+
:other: "{0} эВ"
|
2147
|
+
:energy-foodcalorie:
|
2148
|
+
:few: "{0} кал"
|
2149
|
+
:many: "{0} кал"
|
2150
|
+
:one: "{0} кал"
|
2151
|
+
:other: "{0} кал"
|
2152
|
+
:energy-joule:
|
2153
|
+
:few: "{0} Дж"
|
2154
|
+
:many: "{0} Дж"
|
2155
|
+
:one: "{0} Дж"
|
2156
|
+
:other: "{0} Дж"
|
2157
|
+
:energy-kilocalorie:
|
2158
|
+
:few: "{0} ккал"
|
2159
|
+
:many: "{0} ккал"
|
2160
|
+
:one: "{0} ккал"
|
2161
|
+
:other: "{0} ккал"
|
2162
|
+
:energy-kilojoule:
|
2163
|
+
:few: "{0} кДж"
|
2164
|
+
:many: "{0} кДж"
|
2165
|
+
:one: "{0} кДж"
|
2166
|
+
:other: "{0} кДж"
|
2167
|
+
:energy-kilowatt-hour:
|
2168
|
+
:few: "{0} кВт·г"
|
2169
|
+
:many: "{0} кВт·г"
|
2170
|
+
:one: "{0} кВт·г"
|
2171
|
+
:other: "{0} кВт·г"
|
2172
|
+
:energy-therm-us:
|
2173
|
+
:few: "{0} амер. тэрмы"
|
2174
|
+
:many: "{0} амер. тэрмаў"
|
2175
|
+
:one: "{0} амер. тэрм"
|
2176
|
+
:other: "{0} амер. тэрма"
|
2177
|
+
:force-kilowatt-hour-per-100-kilometer:
|
2178
|
+
:few: "{0} кВт·г/100 км"
|
2179
|
+
:many: "{0} кВт·г/100 км"
|
2180
|
+
:one: "{0} кВт·г/100 км"
|
2181
|
+
:other: "{0} кВт·г/100 км"
|
2182
|
+
:force-newton:
|
2183
|
+
:few: "{0} Н"
|
2184
|
+
:many: "{0} Н"
|
2185
|
+
:one: "{0} Н"
|
2186
|
+
:other: "{0} Н"
|
2187
|
+
:force-pound-force:
|
2188
|
+
:few: "{0} фунт-сілы"
|
2189
|
+
:many: "{0} lbf"
|
2190
|
+
:one: "{0} фунт-сіла"
|
2191
|
+
:other: "{0} lbf"
|
2192
|
+
:frequency-gigahertz:
|
2193
|
+
:few: "{0} ГГц"
|
2194
|
+
:many: "{0} ГГц"
|
2195
|
+
:one: "{0} ГГц"
|
2196
|
+
:other: "{0} ГГц"
|
2197
|
+
:frequency-hertz:
|
2198
|
+
:few: "{0} Гц"
|
2199
|
+
:many: "{0} Гц"
|
2200
|
+
:one: "{0} Гц"
|
2201
|
+
:other: "{0} Гц"
|
2202
|
+
:frequency-kilohertz:
|
2203
|
+
:few: "{0} кГц"
|
2204
|
+
:many: "{0} кГц"
|
2205
|
+
:one: "{0} кГц"
|
2206
|
+
:other: "{0} кГц"
|
2207
|
+
:frequency-megahertz:
|
2208
|
+
:few: "{0} МГц"
|
2209
|
+
:many: "{0} МГц"
|
2210
|
+
:one: "{0} МГц"
|
2211
|
+
:other: "{0} МГц"
|
2212
|
+
:graphics-dot:
|
2213
|
+
:few: "{0} кр"
|
2214
|
+
:many: "{0} кр"
|
2215
|
+
:one: "{0} кр"
|
2216
|
+
:other: "{0} кр"
|
2217
|
+
:graphics-dot-per-centimeter:
|
2218
|
+
:few: "{0} кр/см"
|
2219
|
+
:many: "{0} кр/см"
|
2220
|
+
:one: "{0} кр/см"
|
2221
|
+
:other: "{0} кр/см"
|
2222
|
+
:graphics-dot-per-inch:
|
2223
|
+
:few: "{0} dpi"
|
2224
|
+
:many: "{0} dpi"
|
2225
|
+
:one: "{0} dpi"
|
2226
|
+
:other: "{0} dpi"
|
2227
|
+
:graphics-em:
|
2228
|
+
:few: "{0} эм"
|
2229
|
+
:many: "{0} эм"
|
2230
|
+
:one: "{0} эм"
|
2231
|
+
:other: "{0} эм"
|
2232
|
+
:graphics-megapixel:
|
2233
|
+
:few: "{0} Мпікс"
|
2234
|
+
:many: "{0} Мпікс"
|
2235
|
+
:one: "{0} Мпікс"
|
2236
|
+
:other: "{0} Мпікс"
|
2237
|
+
:graphics-pixel:
|
2238
|
+
:few: "{0} пікселі"
|
2239
|
+
:many: "{0} пікселяў"
|
2240
|
+
:one: "{0} піксель"
|
2241
|
+
:other: "{0} пікселя"
|
2242
|
+
:graphics-pixel-per-centimeter:
|
2243
|
+
:few: "{0} пікселі/см"
|
2244
|
+
:many: "{0} пікселяў/см"
|
2245
|
+
:one: "{0} піксель/см"
|
2246
|
+
:other: "{0} пікселя/см"
|
2247
|
+
:graphics-pixel-per-inch:
|
2248
|
+
:few: "{0} пікселі/цалю"
|
2249
|
+
:many: "{0} пікселяў/цалю"
|
2250
|
+
:one: "{0} піксель/цалю"
|
2251
|
+
:other: "{0} пікселя/цалю"
|
2252
|
+
:length-astronomical-unit:
|
2253
|
+
:few: "{0} а. а."
|
2254
|
+
:many: "{0} а. а."
|
2255
|
+
:one: "{0} а. а."
|
2256
|
+
:other: "{0} а. а."
|
2257
|
+
:length-centimeter:
|
2258
|
+
:few: "{0} см"
|
2259
|
+
:many: "{0} см"
|
2260
|
+
:one: "{0} см"
|
2261
|
+
:other: "{0} см"
|
2262
|
+
:length-decimeter:
|
2263
|
+
:few: "{0} дм"
|
2264
|
+
:many: "{0} дм"
|
2265
|
+
:one: "{0} дм"
|
2266
|
+
:other: "{0} дм"
|
2267
|
+
:length-earth-radius:
|
2268
|
+
:few: "{0} R⊕"
|
2269
|
+
:many: "{0} R⊕"
|
2270
|
+
:one: "{0} R⊕"
|
2271
|
+
:other: "{0} R⊕"
|
2272
|
+
:length-fathom:
|
2273
|
+
:few: "{0} фат."
|
2274
|
+
:many: "{0} фат."
|
2275
|
+
:one: "{0} фат."
|
2276
|
+
:other: "{0} фат."
|
2277
|
+
:length-foot:
|
2278
|
+
:few: "{0} футы"
|
2279
|
+
:many: "{0} футаў"
|
2280
|
+
:one: "{0} фут"
|
2281
|
+
:other: "{0} фута"
|
2282
|
+
:length-furlong:
|
2283
|
+
:few: "{0} фур."
|
2284
|
+
:many: "{0} фур."
|
2285
|
+
:one: "{0} фур."
|
2286
|
+
:other: "{0} фур."
|
2287
|
+
:length-inch:
|
2288
|
+
:few: "{0} цалі"
|
2289
|
+
:many: "{0} цаляў"
|
2290
|
+
:one: "{0} цаля"
|
2291
|
+
:other: "{0} цалі"
|
2292
|
+
:length-kilometer:
|
2293
|
+
:few: "{0} км"
|
2294
|
+
:many: "{0} км"
|
2295
|
+
:one: "{0} км"
|
2296
|
+
:other: "{0} км"
|
2297
|
+
:length-light-year:
|
2298
|
+
:few: "{0} св. г."
|
2299
|
+
:many: "{0} св. г."
|
2300
|
+
:one: "{0} св. г."
|
2301
|
+
:other: "{0} св. г."
|
2302
|
+
:length-meter:
|
2303
|
+
:few: "{0} м"
|
2304
|
+
:many: "{0} м"
|
2305
|
+
:one: "{0} м"
|
2306
|
+
:other: "{0} м"
|
2307
|
+
:length-micrometer:
|
2308
|
+
:few: "{0} мкм"
|
2309
|
+
:many: "{0} мкм"
|
2310
|
+
:one: "{0} мкм"
|
2311
|
+
:other: "{0} мкм"
|
2312
|
+
:length-mile:
|
2313
|
+
:few: "{0} мілі"
|
2314
|
+
:many: "{0} міль"
|
2315
|
+
:one: "{0} міля"
|
2316
|
+
:other: "{0} мілі"
|
2317
|
+
:length-mile-scandinavian:
|
2318
|
+
:few: "{0} скан. мілі"
|
2319
|
+
:many: "{0} скан. міль"
|
2320
|
+
:one: "{0} скан. мілі"
|
2321
|
+
:other: "{0} скан. мілі"
|
2322
|
+
:length-millimeter:
|
2323
|
+
:few: "{0} мм"
|
2324
|
+
:many: "{0} мм"
|
2325
|
+
:one: "{0} мм"
|
2326
|
+
:other: "{0} мм"
|
2327
|
+
:length-nanometer:
|
2328
|
+
:few: "{0} нм"
|
2329
|
+
:many: "{0} нм"
|
2330
|
+
:one: "{0} нм"
|
2331
|
+
:other: "{0} нм"
|
2332
|
+
:length-nautical-mile:
|
2333
|
+
:few: "{0} мар. мілі"
|
2334
|
+
:many: "{0} мар. міль"
|
2335
|
+
:one: "{0} мар. міля"
|
2336
|
+
:other: "{0} мар. міль"
|
2337
|
+
:length-parsec:
|
2338
|
+
:few: "{0} пс"
|
2339
|
+
:many: "{0} пс"
|
2340
|
+
:one: "{0} пс"
|
2341
|
+
:other: "{0} пс"
|
2342
|
+
:length-picometer:
|
2343
|
+
:few: "{0} пм"
|
2344
|
+
:many: "{0} пм"
|
2345
|
+
:one: "{0} пм"
|
2346
|
+
:other: "{0} пм"
|
2347
|
+
:length-point:
|
2348
|
+
:few: "{0} пт"
|
2349
|
+
:many: "{0} пт"
|
2350
|
+
:one: "{0} пт"
|
2351
|
+
:other: "{0} пт"
|
2352
|
+
:length-solar-radius:
|
2353
|
+
:few: "{0} R☉"
|
2354
|
+
:many: "{0} R☉"
|
2355
|
+
:one: "{0} R☉"
|
2356
|
+
:other: "{0} R☉"
|
2357
|
+
:length-yard:
|
2358
|
+
:few: "{0} ярды"
|
2359
|
+
:many: "{0} ярдаў"
|
2360
|
+
:one: "{0} ярд"
|
2361
|
+
:other: "{0} ярда"
|
2362
|
+
:light-candela:
|
2363
|
+
:few: "{0} кд"
|
2364
|
+
:many: "{0} кд"
|
2365
|
+
:one: "{0} кд"
|
2366
|
+
:other: "{0} кд"
|
2367
|
+
:light-lumen:
|
2368
|
+
:few: "{0} лм"
|
2369
|
+
:many: "{0} лм"
|
2370
|
+
:one: "{0} лм"
|
2371
|
+
:other: "{0} лм"
|
2372
|
+
:light-lux:
|
2373
|
+
:few: "{0} лк"
|
2374
|
+
:many: "{0} лк"
|
2375
|
+
:one: "{0} лк"
|
2376
|
+
:other: "{0} лк"
|
2377
|
+
:light-solar-luminosity:
|
2378
|
+
:few: "{0} L☉"
|
2379
|
+
:many: "{0} L☉"
|
2380
|
+
:one: "{0} L☉"
|
2381
|
+
:other: "{0} L☉"
|
2382
|
+
:mass-carat:
|
2383
|
+
:few: "{0} кар"
|
2384
|
+
:many: "{0} кар"
|
2385
|
+
:one: "{0} кар"
|
2386
|
+
:other: "{0} кар"
|
2387
|
+
:mass-dalton:
|
2388
|
+
:few: "{0} Да"
|
2389
|
+
:many: "{0} Да"
|
2390
|
+
:one: "{0} Да"
|
2391
|
+
:other: "{0} Да"
|
2392
|
+
:mass-earth-mass:
|
2393
|
+
:few: "{0} M⊕"
|
2394
|
+
:many: "{0} M⊕"
|
2395
|
+
:one: "{0} M⊕"
|
2396
|
+
:other: "{0} M⊕"
|
2397
|
+
:mass-grain:
|
2398
|
+
:few: "{0} граны"
|
2399
|
+
:many: "{0} гранаў"
|
2400
|
+
:one: "{0} гран"
|
2401
|
+
:other: "{0} грана"
|
2402
|
+
:mass-gram:
|
2403
|
+
:few: "{0} г"
|
2404
|
+
:many: "{0} г"
|
2405
|
+
:one: "{0} г"
|
2406
|
+
:other: "{0} г"
|
2407
|
+
:mass-kilogram:
|
2408
|
+
:few: "{0} кг"
|
2409
|
+
:many: "{0} кг"
|
2410
|
+
:one: "{0} кг"
|
2411
|
+
:other: "{0} кг"
|
2412
|
+
:mass-microgram:
|
2413
|
+
:few: "{0} мкг"
|
2414
|
+
:many: "{0} мкг"
|
2415
|
+
:one: "{0} мкг"
|
2416
|
+
:other: "{0} мкг"
|
2417
|
+
:mass-milligram:
|
2418
|
+
:few: "{0} мг"
|
2419
|
+
:many: "{0} мг"
|
2420
|
+
:one: "{0} мг"
|
2421
|
+
:other: "{0} мг"
|
2422
|
+
:mass-ounce:
|
2423
|
+
:few: "{0} унц."
|
2424
|
+
:many: "{0} унц."
|
2425
|
+
:one: "{0} унц."
|
2426
|
+
:other: "{0} унц."
|
2427
|
+
:mass-ounce-troy:
|
2428
|
+
:few: "{0} тр. унц."
|
2429
|
+
:many: "{0} тр. унц."
|
2430
|
+
:one: "{0} тр. унц."
|
2431
|
+
:other: "{0} тр. унц."
|
2432
|
+
:mass-pound:
|
2433
|
+
:few: "{0} фунты"
|
2434
|
+
:many: "{0} фунтаў"
|
2435
|
+
:one: "{0} фунт"
|
2436
|
+
:other: "{0} фунта"
|
2437
|
+
:mass-solar-mass:
|
2438
|
+
:few: "{0} M☉"
|
2439
|
+
:many: "{0} M☉"
|
2440
|
+
:one: "{0} M☉"
|
2441
|
+
:other: "{0} M☉"
|
2442
|
+
:mass-stone:
|
2443
|
+
:few: "{0} стоны"
|
2444
|
+
:many: "{0} стонаў"
|
2445
|
+
:one: "{0} стон"
|
2446
|
+
:other: "{0} стона"
|
2447
|
+
:mass-ton:
|
2448
|
+
:few: "{0} амер. т"
|
2449
|
+
:many: "{0} амер. т"
|
2450
|
+
:one: "{0} амер. т"
|
2451
|
+
:other: "{0} амер. т"
|
2452
|
+
:mass-tonne:
|
2453
|
+
:few: "{0} т"
|
2454
|
+
:many: "{0} т"
|
2455
|
+
:one: "{0} т"
|
2456
|
+
:other: "{0} т"
|
1634
2457
|
:power-gigawatt:
|
1635
2458
|
:few: "{0} ГВт"
|
1636
2459
|
:many: "{0} ГВт"
|