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
@@ -8,40 +8,40 @@
|
|
8
8
|
:unitLength:
|
9
9
|
:long:
|
10
10
|
:acceleration-g-force:
|
11
|
-
:few: "{0}
|
11
|
+
:few: "{0} jednotkách preťaženia"
|
12
12
|
:many: "{0} jednotky preťaženia"
|
13
|
-
:one: "{0}
|
14
|
-
:other: "{0}
|
13
|
+
:one: "{0} jednotke preťaženia"
|
14
|
+
:other: "{0} jednotkách preťaženia"
|
15
15
|
:acceleration-meter-per-square-second:
|
16
|
-
:few: "{0}
|
16
|
+
:few: "{0} metroch za sekundu na druhú"
|
17
17
|
:many: "{0} metra za sekundu na druhú"
|
18
|
-
:one: "{0}
|
19
|
-
:other: "{0}
|
18
|
+
:one: "{0} metri za sekundu na druhú"
|
19
|
+
:other: "{0} metroch za sekundu na druhú"
|
20
20
|
:angle-arc-minute:
|
21
|
-
:few: "{0}
|
21
|
+
:few: "{0} arcminútach"
|
22
22
|
:many: "{0} arcminúty"
|
23
|
-
:one: "{0}
|
24
|
-
:other: "{0}
|
23
|
+
:one: "{0} arcminúte"
|
24
|
+
:other: "{0} arcminútach"
|
25
25
|
:angle-arc-second:
|
26
|
-
:few: "{0}
|
26
|
+
:few: "{0} arcsekundách"
|
27
27
|
:many: "{0} arcsekundy"
|
28
|
-
:one: "{0}
|
29
|
-
:other: "{0}
|
28
|
+
:one: "{0} arcsekunde"
|
29
|
+
:other: "{0} arcsekundách"
|
30
30
|
:angle-degree:
|
31
|
-
:few: "{0}
|
31
|
+
:few: "{0} stupňoch"
|
32
32
|
:many: "{0} stupňa"
|
33
|
-
:one: "{0}
|
34
|
-
:other: "{0}
|
33
|
+
:one: "{0} stupni"
|
34
|
+
:other: "{0} stupňoch"
|
35
35
|
:angle-radian:
|
36
|
-
:few: "{0}
|
36
|
+
:few: "{0} radiánoch"
|
37
37
|
:many: "{0} radiánu"
|
38
|
-
:one: "{0}
|
39
|
-
:other: "{0}
|
38
|
+
:one: "{0} radiáne"
|
39
|
+
:other: "{0} radiánoch"
|
40
40
|
:angle-revolution:
|
41
|
-
:few: "{0}
|
41
|
+
:few: "{0} otáčkach"
|
42
42
|
:many: "{0} otáčky"
|
43
|
-
:one: "{0}
|
44
|
-
:other: "{0}
|
43
|
+
:one: "{0} otáčke"
|
44
|
+
:other: "{0} otáčkach"
|
45
45
|
:area-acre:
|
46
46
|
:few: "{0} akre"
|
47
47
|
:many: "{0} akra"
|
@@ -53,15 +53,15 @@
|
|
53
53
|
:one: "{0} dunam"
|
54
54
|
:other: "{0} dunamov"
|
55
55
|
:area-hectare:
|
56
|
-
:few: "{0}
|
56
|
+
:few: "{0} hektároch"
|
57
57
|
:many: "{0} hektára"
|
58
|
-
:one: "{0}
|
59
|
-
:other: "{0}
|
58
|
+
:one: "{0} hektári"
|
59
|
+
:other: "{0} hektároch"
|
60
60
|
:area-square-centimeter:
|
61
|
-
:few: "{0}
|
61
|
+
:few: "{0} centimetroch štvorcových"
|
62
62
|
:many: "{0} centimetra štvorcového"
|
63
|
-
:one: "{0}
|
64
|
-
:other: "{0}
|
63
|
+
:one: "{0} centimetri štvorcovom"
|
64
|
+
:other: "{0} centimetroch štvorcových"
|
65
65
|
:area-square-foot:
|
66
66
|
:few: "{0} štvorcové stopy"
|
67
67
|
:many: "{0} štvorcovej stopy"
|
@@ -73,15 +73,15 @@
|
|
73
73
|
:one: "{0} štvorcový palec"
|
74
74
|
:other: "{0} štvorcových palcov"
|
75
75
|
:area-square-kilometer:
|
76
|
-
:few: "{0}
|
76
|
+
:few: "{0} kilometroch štvorcových"
|
77
77
|
:many: "{0} kilometra štvorcového"
|
78
|
-
:one: "{0}
|
79
|
-
:other: "{0}
|
78
|
+
:one: "{0} kilometri štvorcovom"
|
79
|
+
:other: "{0} kilometroch štvorcových"
|
80
80
|
:area-square-meter:
|
81
|
-
:few: "{0}
|
81
|
+
:few: "{0} metroch štvorcových"
|
82
82
|
:many: "{0} metra štvorcového"
|
83
|
-
:one: "{0}
|
84
|
-
:other: "{0}
|
83
|
+
:one: "{0} metri štvorcovom"
|
84
|
+
:other: "{0} metroch štvorcových"
|
85
85
|
:area-square-mile:
|
86
86
|
:few: "{0} míle štvorcové"
|
87
87
|
:many: "{0} míle štvorcovej"
|
@@ -93,60 +93,60 @@
|
|
93
93
|
:one: "{0} štvorcový yard"
|
94
94
|
:other: "{0} štvorcových yardov"
|
95
95
|
:concentr-item:
|
96
|
-
:few: "{0}
|
96
|
+
:few: "{0} položkách"
|
97
97
|
:many: "{0} položky"
|
98
|
-
:one: "{0}
|
99
|
-
:other: "{0}
|
98
|
+
:one: "{0} položke"
|
99
|
+
:other: "{0} položkách"
|
100
100
|
:concentr-karat:
|
101
|
-
:few: "{0}
|
101
|
+
:few: "{0} karátoch"
|
102
102
|
:many: "{0} karátu"
|
103
|
-
:one: "{0}
|
104
|
-
:other: "{0}
|
103
|
+
:one: "{0} karáte"
|
104
|
+
:other: "{0} karátoch"
|
105
105
|
:concentr-milligram-ofglucose-per-deciliter:
|
106
106
|
:few: "{0} miligramy na deciliter"
|
107
107
|
:many: "{0} miligramu na deciliter"
|
108
108
|
:one: "{0} miligram na deciliter"
|
109
109
|
:other: "{0} miligramov na deciliter"
|
110
110
|
:concentr-millimole-per-liter:
|
111
|
-
:few: "{0}
|
111
|
+
:few: "{0} milimoloch na liter"
|
112
112
|
:many: "{0} milimolu na liter"
|
113
|
-
:one: "{0}
|
114
|
-
:other: "{0}
|
113
|
+
:one: "{0} milimole na liter"
|
114
|
+
:other: "{0} milimoloch na liter"
|
115
115
|
:concentr-mole:
|
116
|
-
:few: "{0}
|
116
|
+
:few: "{0} moloch"
|
117
117
|
:many: "{0} molu"
|
118
|
-
:one: "{0}
|
119
|
-
:other: "{0}
|
118
|
+
:one: "{0} mole"
|
119
|
+
:other: "{0} moloch"
|
120
120
|
:concentr-percent:
|
121
|
-
:few: "{0}
|
121
|
+
:few: "{0} percentách"
|
122
122
|
:many: "{0} percenta"
|
123
|
-
:one: "{0}
|
124
|
-
:other: "{0}
|
123
|
+
:one: "{0} percente"
|
124
|
+
:other: "{0} percentách"
|
125
125
|
:concentr-permille:
|
126
126
|
:few: "{0} promile"
|
127
127
|
:many: "{0} promile"
|
128
128
|
:one: "{0} promile"
|
129
129
|
:other: "{0} promile"
|
130
130
|
:concentr-permillion:
|
131
|
-
:few: "{0}
|
131
|
+
:few: "{0} milióntinách"
|
132
132
|
:many: "{0} milióntiny"
|
133
|
-
:one: "{0}
|
134
|
-
:other: "{0}
|
133
|
+
:one: "{0} milióntine"
|
134
|
+
:other: "{0} milióntinách"
|
135
135
|
:concentr-permyriad:
|
136
|
-
:few: "{0}
|
136
|
+
:few: "{0} desatinách promile"
|
137
137
|
:many: "{0} desatiny promile"
|
138
|
-
:one: "{0}
|
139
|
-
:other: "{0}
|
138
|
+
:one: "{0} desatine promile"
|
139
|
+
:other: "{0} desatinách promile"
|
140
140
|
:consumption-liter-per-100-kilometer:
|
141
|
-
:few: "{0}
|
141
|
+
:few: "{0} litroch na 100 kilometrov"
|
142
142
|
:many: "{0} litra na 100 kilometrov"
|
143
|
-
:one: "{0}
|
144
|
-
:other: "{0}
|
143
|
+
:one: "{0} litri na 100 kilometrov"
|
144
|
+
:other: "{0} litroch na 100 kilometrov"
|
145
145
|
:consumption-liter-per-kilometer:
|
146
|
-
:few: "{0}
|
146
|
+
:few: "{0} litroch na kilometer"
|
147
147
|
:many: "{0} litra na kilometer"
|
148
|
-
:one: "{0}
|
149
|
-
:other: "{0}
|
148
|
+
:one: "{0} litri na kilometer"
|
149
|
+
:other: "{0} litroch na kilometer"
|
150
150
|
:consumption-mile-per-gallon:
|
151
151
|
:few: "{0} míle na galón"
|
152
152
|
:many: "{0} míle na galón"
|
@@ -158,155 +158,160 @@
|
|
158
158
|
:one: "{0} míľa na britský galón"
|
159
159
|
:other: "{0} míľ na britský galón"
|
160
160
|
:digital-bit:
|
161
|
-
:few: "{0}
|
161
|
+
:few: "{0} bitoch"
|
162
162
|
:many: "{0} bitu"
|
163
|
-
:one: "{0}
|
164
|
-
:other: "{0}
|
163
|
+
:one: "{0} bite"
|
164
|
+
:other: "{0} bitoch"
|
165
165
|
:digital-byte:
|
166
|
-
:few: "{0}
|
166
|
+
:few: "{0} bajtoch"
|
167
167
|
:many: "{0} bajtu"
|
168
|
-
:one: "{0}
|
169
|
-
:other: "{0}
|
168
|
+
:one: "{0} bajte"
|
169
|
+
:other: "{0} bajtoch"
|
170
170
|
:digital-gigabit:
|
171
|
-
:few: "{0}
|
171
|
+
:few: "{0} gigabitoch"
|
172
172
|
:many: "{0} gigabitu"
|
173
|
-
:one: "{0}
|
174
|
-
:other: "{0}
|
173
|
+
:one: "{0} gigabite"
|
174
|
+
:other: "{0} gigabitoch"
|
175
175
|
:digital-gigabyte:
|
176
|
-
:few: "{0}
|
176
|
+
:few: "{0} gigabajtoch"
|
177
177
|
:many: "{0} gigabajtu"
|
178
|
-
:one: "{0}
|
179
|
-
:other: "{0}
|
178
|
+
:one: "{0} gigabajte"
|
179
|
+
:other: "{0} gigabajtoch"
|
180
180
|
:digital-kilobit:
|
181
|
-
:few: "{0}
|
181
|
+
:few: "{0} kilobitoch"
|
182
182
|
:many: "{0} kilobitu"
|
183
|
-
:one: "{0}
|
184
|
-
:other: "{0}
|
183
|
+
:one: "{0} kilobite"
|
184
|
+
:other: "{0} kilobitoch"
|
185
185
|
:digital-kilobyte:
|
186
|
-
:few: "{0}
|
186
|
+
:few: "{0} kilobajtoch"
|
187
187
|
:many: "{0} kilobajtu"
|
188
|
-
:one: "{0}
|
189
|
-
:other: "{0}
|
188
|
+
:one: "{0} kilobajte"
|
189
|
+
:other: "{0} kilobajtoch"
|
190
190
|
:digital-megabit:
|
191
|
-
:few: "{0}
|
191
|
+
:few: "{0} megabitoch"
|
192
192
|
:many: "{0} megabitu"
|
193
|
-
:one: "{0}
|
194
|
-
:other: "{0}
|
193
|
+
:one: "{0} megabite"
|
194
|
+
:other: "{0} megabitoch"
|
195
195
|
:digital-megabyte:
|
196
|
-
:few: "{0}
|
196
|
+
:few: "{0} megabajtoch"
|
197
197
|
:many: "{0} megabajtu"
|
198
|
-
:one: "{0}
|
199
|
-
:other: "{0}
|
198
|
+
:one: "{0} megabajte"
|
199
|
+
:other: "{0} megabajtoch"
|
200
200
|
:digital-petabyte:
|
201
|
-
:few: "{0}
|
201
|
+
:few: "{0} petabajtoch"
|
202
202
|
:many: "{0} petabajtu"
|
203
|
-
:one: "{0}
|
204
|
-
:other: "{0}
|
203
|
+
:one: "{0} petabajte"
|
204
|
+
:other: "{0} petabajtoch"
|
205
205
|
:digital-terabit:
|
206
|
-
:few: "{0}
|
206
|
+
:few: "{0} terabitoch"
|
207
207
|
:many: "{0} terabitu"
|
208
|
-
:one: "{0}
|
209
|
-
:other: "{0}
|
208
|
+
:one: "{0} terabite"
|
209
|
+
:other: "{0} terabitoch"
|
210
210
|
:digital-terabyte:
|
211
|
-
:few: "{0}
|
211
|
+
:few: "{0} terabajtoch"
|
212
212
|
:many: "{0} terabajtu"
|
213
|
-
:one: "{0}
|
214
|
-
:other: "{0}
|
213
|
+
:one: "{0} terabajte"
|
214
|
+
:other: "{0} terabajtoch"
|
215
215
|
:duration-century:
|
216
|
-
:few: "{0}
|
216
|
+
:few: "{0} storočiach"
|
217
217
|
:many: "{0} storočia"
|
218
|
-
:one: "{0}
|
219
|
-
:other: "{0}
|
218
|
+
:one: "{0} storočí"
|
219
|
+
:other: "{0} storočiach"
|
220
220
|
:duration-day:
|
221
|
-
:few: "{0}
|
221
|
+
:few: "{0} dňoch"
|
222
222
|
:many: "{0} dňa"
|
223
|
-
:one: "{0}
|
224
|
-
:other: "{0}
|
223
|
+
:one: "{0} dni"
|
224
|
+
:other: "{0} dňoch"
|
225
225
|
:duration-day-person:
|
226
226
|
:few: "{0} dňami"
|
227
227
|
:many: "{0} dňa"
|
228
228
|
:one: "{0} dňom"
|
229
229
|
:other: "{0} dňami"
|
230
230
|
:duration-decade:
|
231
|
-
:few: "{0}
|
231
|
+
:few: "{0} desaťročiach"
|
232
232
|
:many: "{0} desaťročia"
|
233
|
-
:one: "{0}
|
234
|
-
:other: "{0}
|
233
|
+
:one: "{0} desaťročí"
|
234
|
+
:other: "{0} desaťročiach"
|
235
235
|
:duration-hour:
|
236
|
-
:few: "{0}
|
236
|
+
:few: "{0} hodinách"
|
237
237
|
:many: "{0} hodiny"
|
238
|
-
:one: "{0}
|
239
|
-
:other: "{0}
|
238
|
+
:one: "{0} hodine"
|
239
|
+
:other: "{0} hodinách"
|
240
240
|
:duration-microsecond:
|
241
|
-
:few: "{0}
|
241
|
+
:few: "{0} mikrosekundách"
|
242
242
|
:many: "{0} mikrosekundy"
|
243
|
-
:one: "{0}
|
244
|
-
:other: "{0}
|
243
|
+
:one: "{0} mikrosekunde"
|
244
|
+
:other: "{0} mikrosekundách"
|
245
245
|
:duration-millisecond:
|
246
|
-
:few: "{0}
|
246
|
+
:few: "{0} milisekundách"
|
247
247
|
:many: "{0} milisekundy"
|
248
|
-
:one: "{0}
|
249
|
-
:other: "{0}
|
248
|
+
:one: "{0} milisekunde"
|
249
|
+
:other: "{0} milisekundách"
|
250
250
|
:duration-minute:
|
251
|
-
:few: "{0}
|
251
|
+
:few: "{0} minútach"
|
252
252
|
:many: "{0} minúty"
|
253
|
-
:one: "{0}
|
254
|
-
:other: "{0}
|
253
|
+
:one: "{0} minúte"
|
254
|
+
:other: "{0} minútach"
|
255
255
|
:duration-month:
|
256
|
-
:few: "{0}
|
256
|
+
:few: "{0} mesiacoch"
|
257
257
|
:many: "{0} mesiaca"
|
258
|
-
:one: "{0}
|
259
|
-
:other: "{0}
|
258
|
+
:one: "{0} mesiaci"
|
259
|
+
:other: "{0} mesiacoch"
|
260
260
|
:duration-nanosecond:
|
261
|
-
:few: "{0}
|
261
|
+
:few: "{0} nanosekundách"
|
262
262
|
:many: "{0} nanosekundy"
|
263
|
-
:one: "{0}
|
264
|
-
:other: "{0}
|
263
|
+
:one: "{0} nanosekunde"
|
264
|
+
:other: "{0} nanosekundách"
|
265
|
+
:duration-quarter:
|
266
|
+
:few: "{0} štvrťrokoch"
|
267
|
+
:many: "{0} štvrťroka"
|
268
|
+
:one: "{0} štvrťroku"
|
269
|
+
:other: "{0} štvrťrokoch"
|
265
270
|
:duration-second:
|
266
|
-
:few: "{0}
|
271
|
+
:few: "{0} sekundách"
|
267
272
|
:many: "{0} sekundy"
|
268
|
-
:one: "{0}
|
269
|
-
:other: "{0}
|
273
|
+
:one: "{0} sekunde"
|
274
|
+
:other: "{0} sekundách"
|
270
275
|
:duration-week:
|
271
|
-
:few: "{0}
|
276
|
+
:few: "{0} týždňoch"
|
272
277
|
:many: "{0} týždňa"
|
273
|
-
:one: "{0}
|
274
|
-
:other: "{0}
|
278
|
+
:one: "{0} týždni"
|
279
|
+
:other: "{0} týždňoch"
|
275
280
|
:duration-year:
|
276
|
-
:few: "{0}
|
281
|
+
:few: "{0} rokoch"
|
277
282
|
:many: "{0} roka"
|
278
|
-
:one: "{0}
|
279
|
-
:other: "{0}
|
283
|
+
:one: "{0} roku"
|
284
|
+
:other: "{0} rokoch"
|
280
285
|
:electric-ampere:
|
281
|
-
:few: "{0}
|
286
|
+
:few: "{0} ampéroch"
|
282
287
|
:many: "{0} ampéra"
|
283
|
-
:one: "{0}
|
284
|
-
:other: "{0}
|
288
|
+
:one: "{0} ampéri"
|
289
|
+
:other: "{0} ampéroch"
|
285
290
|
:electric-milliampere:
|
286
|
-
:few: "{0}
|
291
|
+
:few: "{0} miliampéroch"
|
287
292
|
:many: "{0} miliampéra"
|
288
|
-
:one: "{0}
|
289
|
-
:other: "{0}
|
293
|
+
:one: "{0} miliampéri"
|
294
|
+
:other: "{0} miliampéroch"
|
290
295
|
:electric-ohm:
|
291
|
-
:few: "{0}
|
296
|
+
:few: "{0} ohmoch"
|
292
297
|
:many: "{0} ohmu"
|
293
|
-
:one: "{0}
|
294
|
-
:other: "{0}
|
298
|
+
:one: "{0} ohme"
|
299
|
+
:other: "{0} ohmoch"
|
295
300
|
:electric-volt:
|
296
|
-
:few: "{0}
|
297
|
-
:many: "{0}
|
298
|
-
:one: "{0}
|
299
|
-
:other: "{0}
|
301
|
+
:few: "{0} voltoch"
|
302
|
+
:many: "{0} voltu"
|
303
|
+
:one: "{0} volte"
|
304
|
+
:other: "{0} voltoch"
|
300
305
|
:energy-british-thermal-unit:
|
301
306
|
:few: "{0} britské tepelné jednotky"
|
302
307
|
:many: "{0} britskej tepelnej jednotky"
|
303
308
|
:one: "{0} britská tepelná jednotka"
|
304
309
|
:other: "{0} britských tepelných jednotiek"
|
305
310
|
:energy-calorie:
|
306
|
-
:few: "{0}
|
311
|
+
:few: "{0} kalóriách"
|
307
312
|
:many: "{0} kalórie"
|
308
|
-
:one: "{0}
|
309
|
-
:other: "{0}
|
313
|
+
:one: "{0} kalórii"
|
314
|
+
:other: "{0} kalóriách"
|
310
315
|
:energy-electronvolt:
|
311
316
|
:few: "{0} elektrónvolty"
|
312
317
|
:many: "{0} elektrónvoltu"
|
@@ -318,60 +323,65 @@
|
|
318
323
|
:one: "{0} kalória"
|
319
324
|
:other: "{0} kalórií"
|
320
325
|
:energy-joule:
|
321
|
-
:few: "{0}
|
326
|
+
:few: "{0} jouloch"
|
322
327
|
:many: "{0} joulu"
|
323
|
-
:one: "{0}
|
324
|
-
:other: "{0}
|
328
|
+
:one: "{0} joule"
|
329
|
+
:other: "{0} jouloch"
|
325
330
|
:energy-kilocalorie:
|
326
331
|
:few: "{0} kilokalórie"
|
327
332
|
:many: "{0} kilokalórie"
|
328
333
|
:one: "{0} kilokalória"
|
329
334
|
:other: "{0} kilokalórií"
|
330
335
|
:energy-kilojoule:
|
331
|
-
:few: "{0}
|
336
|
+
:few: "{0} kilojouloch"
|
332
337
|
:many: "{0} kilojoulu"
|
333
338
|
:one: "{0} kilojoule"
|
334
|
-
:other: "{0}
|
339
|
+
:other: "{0} kilojouloch"
|
335
340
|
:energy-kilowatt-hour:
|
336
|
-
:few: "{0}
|
341
|
+
:few: "{0} kilowatthodinách"
|
337
342
|
:many: "{0} kilowatthodiny"
|
338
|
-
:one: "{0}
|
339
|
-
:other: "{0}
|
343
|
+
:one: "{0} kilowatthodine"
|
344
|
+
:other: "{0} kilowatthodinách"
|
340
345
|
:energy-therm-us:
|
341
346
|
:few: "{0} americké termy"
|
342
347
|
:many: "{0} amerického termu"
|
343
348
|
:one: "{0} americký term"
|
344
349
|
:other: "{0} amerických termov"
|
350
|
+
:force-kilowatt-hour-per-100-kilometer:
|
351
|
+
:few: "{0} kWh/100km"
|
352
|
+
:many: "{0} kWh/100km"
|
353
|
+
:one: "{0} kWh/100km"
|
354
|
+
:other: "{0} kWh/100km"
|
345
355
|
:force-newton:
|
346
|
-
:few: "{0}
|
356
|
+
:few: "{0} newtonoch"
|
347
357
|
:many: "{0} newtona"
|
348
|
-
:one: "{0}
|
349
|
-
:other: "{0}
|
358
|
+
:one: "{0} newtone"
|
359
|
+
:other: "{0} newtonoch"
|
350
360
|
:force-pound-force:
|
351
361
|
:few: "{0} libry sily"
|
352
362
|
:many: "{0} libry sily"
|
353
363
|
:one: "{0} libra sily"
|
354
364
|
:other: "{0} libier sily"
|
355
365
|
:frequency-gigahertz:
|
356
|
-
:few: "{0}
|
366
|
+
:few: "{0} gigahertzoch"
|
357
367
|
:many: "{0} gigahertza"
|
358
|
-
:one: "{0}
|
359
|
-
:other: "{0}
|
368
|
+
:one: "{0} gigahertzi"
|
369
|
+
:other: "{0} gigahertzoch"
|
360
370
|
:frequency-hertz:
|
361
|
-
:few: "{0}
|
371
|
+
:few: "{0} hertzoch"
|
362
372
|
:many: "{0} hertza"
|
363
|
-
:one: "{0}
|
364
|
-
:other: "{0}
|
373
|
+
:one: "{0} hertzi"
|
374
|
+
:other: "{0} hertzoch"
|
365
375
|
:frequency-kilohertz:
|
366
|
-
:few: "{0}
|
376
|
+
:few: "{0} kilohertzoch"
|
367
377
|
:many: "{0} kilohertza"
|
368
|
-
:one: "{0}
|
369
|
-
:other: "{0}
|
378
|
+
:one: "{0} kilohertzi"
|
379
|
+
:other: "{0} kilohertzoch"
|
370
380
|
:frequency-megahertz:
|
371
|
-
:few: "{0}
|
381
|
+
:few: "{0} megahertzoch"
|
372
382
|
:many: "{0} megahertza"
|
373
|
-
:one: "{0}
|
374
|
-
:other: "{0}
|
383
|
+
:one: "{0} megahertzi"
|
384
|
+
:other: "{0} megahertzoch"
|
375
385
|
:graphics-dot:
|
376
386
|
:few: "{0} body"
|
377
387
|
:many: "{0} bodu"
|
@@ -387,21 +397,26 @@
|
|
387
397
|
:many: "{0} bodu na palec"
|
388
398
|
:one: "{0} bod na palec"
|
389
399
|
:other: "{0} bodov na palec"
|
400
|
+
:graphics-em:
|
401
|
+
:few: "{0} em"
|
402
|
+
:many: "{0} em"
|
403
|
+
:one: "{0} em"
|
404
|
+
:other: "{0} em"
|
390
405
|
:graphics-megapixel:
|
391
|
-
:few: "{0}
|
406
|
+
:few: "{0} megapixeloch"
|
392
407
|
:many: "{0} megapixela"
|
393
|
-
:one: "{0}
|
394
|
-
:other: "{0}
|
408
|
+
:one: "{0} megapixeli"
|
409
|
+
:other: "{0} megapixeloch"
|
395
410
|
:graphics-pixel:
|
396
|
-
:few: "{0}
|
411
|
+
:few: "{0} pixeloch"
|
397
412
|
:many: "{0} pixela"
|
398
|
-
:one: "{0}
|
399
|
-
:other: "{0}
|
413
|
+
:one: "{0} pixeli"
|
414
|
+
:other: "{0} pixeloch"
|
400
415
|
:graphics-pixel-per-centimeter:
|
401
|
-
:few: "{0}
|
416
|
+
:few: "{0} pixeloch na centimeter"
|
402
417
|
:many: "{0} pixela na centimeter"
|
403
|
-
:one: "{0}
|
404
|
-
:other: "{0}
|
418
|
+
:one: "{0} pixeli na centimeter"
|
419
|
+
:other: "{0} pixeloch na centimeter"
|
405
420
|
:graphics-pixel-per-inch:
|
406
421
|
:few: "{0} pixely na palec"
|
407
422
|
:many: "{0} pixela na palec"
|
@@ -413,15 +428,20 @@
|
|
413
428
|
:one: "{0} astronomická jednotka"
|
414
429
|
:other: "{0} astronomických jednotiek"
|
415
430
|
:length-centimeter:
|
416
|
-
:few: "{0}
|
431
|
+
:few: "{0} centimetroch"
|
417
432
|
:many: "{0} centimetra"
|
418
|
-
:one: "{0}
|
419
|
-
:other: "{0}
|
433
|
+
:one: "{0} centimetri"
|
434
|
+
:other: "{0} centimetroch"
|
420
435
|
:length-decimeter:
|
421
|
-
:few: "{0}
|
436
|
+
:few: "{0} decimetroch"
|
422
437
|
:many: "{0} decimetra"
|
423
|
-
:one: "{0}
|
424
|
-
:other: "{0}
|
438
|
+
:one: "{0} decimetri"
|
439
|
+
:other: "{0} decimetroch"
|
440
|
+
:length-earth-radius:
|
441
|
+
:few: "{0} R⊕"
|
442
|
+
:many: "{0} R⊕"
|
443
|
+
:one: "{0} R⊕"
|
444
|
+
:other: "{0} R⊕"
|
425
445
|
:length-fathom:
|
426
446
|
:few: "{0} siahy"
|
427
447
|
:many: "{0} siahy"
|
@@ -443,45 +463,45 @@
|
|
443
463
|
:one: "{0} palec"
|
444
464
|
:other: "{0} palcov"
|
445
465
|
:length-kilometer:
|
446
|
-
:few: "{0}
|
466
|
+
:few: "{0} kilometroch"
|
447
467
|
:many: "{0} kilometra"
|
448
|
-
:one: "{0}
|
449
|
-
:other: "{0}
|
468
|
+
:one: "{0} kilometri"
|
469
|
+
:other: "{0} kilometroch"
|
450
470
|
:length-light-year:
|
451
471
|
:few: "{0} svetelné roky"
|
452
472
|
:many: "{0} svetelného roku"
|
453
473
|
:one: "{0} svetelný rok"
|
454
474
|
:other: "{0} svetelných rokov"
|
455
475
|
:length-meter:
|
456
|
-
:few: "{0}
|
476
|
+
:few: "{0} metroch"
|
457
477
|
:many: "{0} metra"
|
458
|
-
:one: "{0}
|
459
|
-
:other: "{0}
|
478
|
+
:one: "{0} metri"
|
479
|
+
:other: "{0} metroch"
|
460
480
|
:length-micrometer:
|
461
|
-
:few: "{0}
|
481
|
+
:few: "{0} mikrometroch"
|
462
482
|
:many: "{0} mikrometra"
|
463
|
-
:one: "{0}
|
464
|
-
:other: "{0}
|
483
|
+
:one: "{0} mikrometri"
|
484
|
+
:other: "{0} mikrometroch"
|
465
485
|
:length-mile:
|
466
486
|
:few: "{0} míle"
|
467
487
|
:many: "{0} míle"
|
468
488
|
:one: "{0} míľa"
|
469
489
|
:other: "{0} míľ"
|
470
490
|
:length-mile-scandinavian:
|
471
|
-
:few: "{0}
|
491
|
+
:few: "{0} škandinávskych míľach"
|
472
492
|
:many: "{0} škandinávskej míle"
|
473
|
-
:one: "{0}
|
474
|
-
:other: "{0}
|
493
|
+
:one: "{0} škandinávskej míli"
|
494
|
+
:other: "{0} škandinávskych míľach"
|
475
495
|
:length-millimeter:
|
476
|
-
:few: "{0}
|
496
|
+
:few: "{0} milimetroch"
|
477
497
|
:many: "{0} milimetra"
|
478
|
-
:one: "{0}
|
479
|
-
:other: "{0}
|
498
|
+
:one: "{0} milimetri"
|
499
|
+
:other: "{0} milimetroch"
|
480
500
|
:length-nanometer:
|
481
|
-
:few: "{0}
|
501
|
+
:few: "{0} nanometroch"
|
482
502
|
:many: "{0} nanometra"
|
483
|
-
:one: "{0}
|
484
|
-
:other: "{0}
|
503
|
+
:one: "{0} nanometri"
|
504
|
+
:other: "{0} nanometroch"
|
485
505
|
:length-nautical-mile:
|
486
506
|
:few: "{0} námorné míle"
|
487
507
|
:many: "{0} námornej míle"
|
@@ -493,10 +513,10 @@
|
|
493
513
|
:one: "{0} parsek"
|
494
514
|
:other: "{0} parsekov"
|
495
515
|
:length-picometer:
|
496
|
-
:few: "{0}
|
516
|
+
:few: "{0} pikometroch"
|
497
517
|
:many: "{0} pikometra"
|
498
|
-
:one: "{0}
|
499
|
-
:other: "{0}
|
518
|
+
:one: "{0} pikometri"
|
519
|
+
:other: "{0} pikometroch"
|
500
520
|
:length-point:
|
501
521
|
:few: "{0} typografické body"
|
502
522
|
:many: "{0} typografického bodu"
|
@@ -513,30 +533,30 @@
|
|
513
533
|
:one: "{0} yard"
|
514
534
|
:other: "{0} yardov"
|
515
535
|
:light-candela:
|
516
|
-
:few: "{0}
|
536
|
+
:few: "{0} kandelách"
|
517
537
|
:many: "{0} kandely"
|
518
|
-
:one: "{0}
|
519
|
-
:other: "{0}
|
538
|
+
:one: "{0} kandele"
|
539
|
+
:other: "{0} kandelách"
|
520
540
|
:light-lumen:
|
521
|
-
:few: "{0}
|
541
|
+
:few: "{0} lúmenoch"
|
522
542
|
:many: "{0} lúmenu"
|
523
|
-
:one: "{0}
|
524
|
-
:other: "{0}
|
543
|
+
:one: "{0} lúmene"
|
544
|
+
:other: "{0} lúmenoch"
|
525
545
|
:light-lux:
|
526
|
-
:few: "{0}
|
546
|
+
:few: "{0} luxoch"
|
527
547
|
:many: "{0} luxu"
|
528
|
-
:one: "{0}
|
529
|
-
:other: "{0}
|
548
|
+
:one: "{0} luxe"
|
549
|
+
:other: "{0} luxoch"
|
530
550
|
:light-solar-luminosity:
|
531
551
|
:few: "{0} svietivosti Slnka"
|
532
552
|
:many: "{0} svietivosti Slnka"
|
533
553
|
:one: "{0} svietivosť Slnka"
|
534
554
|
:other: "{0} svietivostí Slnka"
|
535
555
|
:mass-carat:
|
536
|
-
:few: "{0}
|
556
|
+
:few: "{0} karátoch"
|
537
557
|
:many: "{0} karátu"
|
538
|
-
:one: "{0}
|
539
|
-
:other: "{0}
|
558
|
+
:one: "{0} karáte"
|
559
|
+
:other: "{0} karátoch"
|
540
560
|
:mass-dalton:
|
541
561
|
:few: "{0} daltony"
|
542
562
|
:many: "{0} daltona"
|
@@ -553,30 +573,25 @@
|
|
553
573
|
:one: "{0} gran"
|
554
574
|
:other: "{0} granov"
|
555
575
|
:mass-gram:
|
556
|
-
:few: "{0}
|
576
|
+
:few: "{0} gramoch"
|
557
577
|
:many: "{0} gramu"
|
558
|
-
:one: "{0}
|
559
|
-
:other: "{0}
|
578
|
+
:one: "{0} grame"
|
579
|
+
:other: "{0} gramoch"
|
560
580
|
:mass-kilogram:
|
561
|
-
:few: "{0}
|
581
|
+
:few: "{0} kilogramoch"
|
562
582
|
:many: "{0} kilogramu"
|
563
|
-
:one: "{0}
|
564
|
-
:other: "{0}
|
565
|
-
:mass-metric-ton:
|
566
|
-
:few: "{0} tonami"
|
567
|
-
:many: "{0} tony"
|
568
|
-
:one: "{0} tonou"
|
569
|
-
:other: "{0} tonami"
|
583
|
+
:one: "{0} kilograme"
|
584
|
+
:other: "{0} kilogramoch"
|
570
585
|
:mass-microgram:
|
571
|
-
:few: "{0}
|
586
|
+
:few: "{0} mikrogramoch"
|
572
587
|
:many: "{0} mikrogramu"
|
573
|
-
:one: "{0}
|
574
|
-
:other: "{0}
|
588
|
+
:one: "{0} mikrograme"
|
589
|
+
:other: "{0} mikrogramoch"
|
575
590
|
:mass-milligram:
|
576
|
-
:few: "{0}
|
591
|
+
:few: "{0} miligramoch"
|
577
592
|
:many: "{0} miligramu"
|
578
|
-
:one: "{0}
|
579
|
-
:other: "{0}
|
593
|
+
:one: "{0} miligrame"
|
594
|
+
:other: "{0} miligramoch"
|
580
595
|
:mass-ounce:
|
581
596
|
:few: "{0} unce"
|
582
597
|
:many: "{0} unce"
|
@@ -607,131 +622,136 @@
|
|
607
622
|
:many: "{0} americkej tony"
|
608
623
|
:one: "{0} americká tona"
|
609
624
|
:other: "{0} amerických ton"
|
625
|
+
:mass-tonne:
|
626
|
+
:few: "{0} tonách"
|
627
|
+
:many: "{0} tony"
|
628
|
+
:one: "{0} tone"
|
629
|
+
:other: "{0} tonách"
|
610
630
|
:power-gigawatt:
|
611
|
-
:few: "{0}
|
631
|
+
:few: "{0} gigawattoch"
|
612
632
|
:many: "{0} gigawattu"
|
613
|
-
:one: "{0}
|
614
|
-
:other: "{0}
|
633
|
+
:one: "{0} gigawatte"
|
634
|
+
:other: "{0} gigawattoch"
|
615
635
|
:power-horsepower:
|
616
636
|
:few: "{0} konské sily"
|
617
637
|
:many: "{0} konskej sily"
|
618
638
|
:one: "{0} konská sila"
|
619
639
|
:other: "{0} konských síl"
|
620
640
|
:power-kilowatt:
|
621
|
-
:few: "{0}
|
641
|
+
:few: "{0} kilowattoch"
|
622
642
|
:many: "{0} kilowattu"
|
623
|
-
:one: "{0}
|
624
|
-
:other: "{0}
|
643
|
+
:one: "{0} kilowatte"
|
644
|
+
:other: "{0} kilowattoch"
|
625
645
|
:power-megawatt:
|
626
|
-
:few: "{0}
|
646
|
+
:few: "{0} megawattoch"
|
627
647
|
:many: "{0} megawattu"
|
628
|
-
:one: "{0}
|
629
|
-
:other: "{0}
|
648
|
+
:one: "{0} megawatte"
|
649
|
+
:other: "{0} megawattoch"
|
630
650
|
:power-milliwatt:
|
631
|
-
:few: "{0}
|
651
|
+
:few: "{0} milliwattoch"
|
632
652
|
:many: "{0} milliwattu"
|
633
|
-
:one: "{0}
|
634
|
-
:other: "{0}
|
653
|
+
:one: "{0} milliwatte"
|
654
|
+
:other: "{0} milliwattoch"
|
635
655
|
:power-watt:
|
636
|
-
:few: "{0}
|
656
|
+
:few: "{0} wattoch"
|
637
657
|
:many: "{0} wattu"
|
638
|
-
:one: "{0}
|
639
|
-
:other: "{0}
|
658
|
+
:one: "{0} watte"
|
659
|
+
:other: "{0} wattoch"
|
640
660
|
:pressure-atmosphere:
|
641
|
-
:few: "{0}
|
661
|
+
:few: "{0} atmosférach"
|
642
662
|
:many: "{0} atmosféry"
|
643
|
-
:one: "{0}
|
644
|
-
:other: "{0}
|
663
|
+
:one: "{0} atmosfére"
|
664
|
+
:other: "{0} atmosférach"
|
645
665
|
:pressure-bar:
|
646
|
-
:few: "{0}
|
666
|
+
:few: "{0} baroch"
|
647
667
|
:many: "{0} baru"
|
648
|
-
:one: "{0}
|
649
|
-
:other: "{0}
|
668
|
+
:one: "{0} bare"
|
669
|
+
:other: "{0} baroch"
|
650
670
|
:pressure-hectopascal:
|
651
|
-
:few: "{0}
|
671
|
+
:few: "{0} hektopascaloch"
|
652
672
|
:many: "{0} hektopascala"
|
653
|
-
:one: "{0}
|
654
|
-
:other: "{0}
|
673
|
+
:one: "{0} hektopascale"
|
674
|
+
:other: "{0} hektopascaloch"
|
655
675
|
:pressure-inch-ofhg:
|
656
676
|
:few: "{0} palce ortuťového stĺpca"
|
657
677
|
:many: "{0} palca ortuťového stĺpca"
|
658
678
|
:one: "{0} palec ortuťového stĺpca"
|
659
679
|
:other: "{0} palcov ortuťového stĺpca"
|
660
680
|
:pressure-kilopascal:
|
661
|
-
:few: "{0}
|
681
|
+
:few: "{0} kilopascaloch"
|
662
682
|
:many: "{0} kilopascala"
|
663
|
-
:one: "{0}
|
664
|
-
:other: "{0}
|
683
|
+
:one: "{0} kilopascale"
|
684
|
+
:other: "{0} kilopascaloch"
|
665
685
|
:pressure-megapascal:
|
666
|
-
:few: "{0}
|
686
|
+
:few: "{0} megapascaloch"
|
667
687
|
:many: "{0} megapascala"
|
668
|
-
:one: "{0}
|
669
|
-
:other: "{0}
|
688
|
+
:one: "{0} megapascale"
|
689
|
+
:other: "{0} megapascaloch"
|
670
690
|
:pressure-millibar:
|
671
|
-
:few: "{0}
|
691
|
+
:few: "{0} milibaroch"
|
672
692
|
:many: "{0} milibaru"
|
673
|
-
:one: "{0}
|
674
|
-
:other: "{0}
|
693
|
+
:one: "{0} milibare"
|
694
|
+
:other: "{0} milibaroch"
|
675
695
|
:pressure-millimeter-ofhg:
|
676
696
|
:few: "{0} milimetre ortuťového stĺpca"
|
677
697
|
:many: "{0} milimetra ortuťového stĺpca"
|
678
698
|
:one: "{0} milimeter ortuťového stĺpca"
|
679
699
|
:other: "{0} milimetrov ortuťového stĺpca"
|
680
700
|
:pressure-pascal:
|
681
|
-
:few: "{0}
|
701
|
+
:few: "{0} pascaloch"
|
682
702
|
:many: "{0} pascala"
|
683
|
-
:one: "{0}
|
684
|
-
:other: "{0}
|
703
|
+
:one: "{0} pascale"
|
704
|
+
:other: "{0} pascaloch"
|
685
705
|
:pressure-pound-force-per-square-inch:
|
686
706
|
:few: "{0} libry sily na štvorcový palec"
|
687
707
|
:many: "{0} libry sily na štvorcový palec"
|
688
708
|
:one: "{0} libra sily na štvorcový palec"
|
689
709
|
:other: "{0} libier sily na štvorcový palec"
|
690
710
|
:speed-kilometer-per-hour:
|
691
|
-
:few: "{0}
|
711
|
+
:few: "{0} kilometroch za hodinu"
|
692
712
|
:many: "{0} kilometra za hodinu"
|
693
|
-
:one: "{0}
|
694
|
-
:other: "{0}
|
713
|
+
:one: "{0} kilometri za hodinu"
|
714
|
+
:other: "{0} kilometroch za hodinu"
|
695
715
|
:speed-knot:
|
696
716
|
:few: "{0} uzly"
|
697
717
|
:many: "{0} uzla"
|
698
718
|
:one: "{0} uzol"
|
699
719
|
:other: "{0} uzlov"
|
700
720
|
:speed-meter-per-second:
|
701
|
-
:few: "{0}
|
721
|
+
:few: "{0} metroch za sekundu"
|
702
722
|
:many: "{0} metra za sekundu"
|
703
|
-
:one: "{0}
|
704
|
-
:other: "{0}
|
723
|
+
:one: "{0} metri za sekundu"
|
724
|
+
:other: "{0} metroch za sekundu"
|
705
725
|
:speed-mile-per-hour:
|
706
726
|
:few: "{0} míle za hodinu"
|
707
727
|
:many: "{0} míle za hodinu"
|
708
728
|
:one: "{0} míľa za hodinu"
|
709
729
|
:other: "{0} míľ za hodinu"
|
710
730
|
:temperature-celsius:
|
711
|
-
:few: "{0}
|
731
|
+
:few: "{0} stupňoch Celzia"
|
712
732
|
:many: "{0} stupňa Celzia"
|
713
|
-
:one: "{0}
|
714
|
-
:other: "{0}
|
733
|
+
:one: "{0} stupni Celzia"
|
734
|
+
:other: "{0} stupňoch Celzia"
|
715
735
|
:temperature-fahrenheit:
|
716
736
|
:few: "{0} stupne Fahrenheita"
|
717
737
|
:many: "{0} stupňa Fahrenheita"
|
718
738
|
:one: "{0} stupeň Fahrenheita"
|
719
739
|
:other: "{0} stupňov Fahrenheita"
|
720
740
|
:temperature-generic:
|
721
|
-
:few: "{0}
|
741
|
+
:few: "{0} stupňoch"
|
722
742
|
:many: "{0} stupňa"
|
723
|
-
:one: "{0}
|
724
|
-
:other: "{0}
|
743
|
+
:one: "{0} stupni"
|
744
|
+
:other: "{0} stupňoch"
|
725
745
|
:temperature-kelvin:
|
726
|
-
:few: "{0}
|
746
|
+
:few: "{0} kelvinoch"
|
727
747
|
:many: "{0} kelvina"
|
728
|
-
:one: "{0}
|
729
|
-
:other: "{0}
|
748
|
+
:one: "{0} kelvine"
|
749
|
+
:other: "{0} kelvinoch"
|
730
750
|
:torque-newton-meter:
|
731
|
-
:few: "{0}
|
751
|
+
:few: "{0} newtonmetroch"
|
732
752
|
:many: "{0} newtonmetra"
|
733
|
-
:one: "{0}
|
734
|
-
:other: "{0}
|
753
|
+
:one: "{0} newtonmetri"
|
754
|
+
:other: "{0} newtonmetroch"
|
735
755
|
:torque-pound-force-foot:
|
736
756
|
:few: "{0} librostopy"
|
737
757
|
:many: "{0} librostopy"
|
@@ -753,15 +773,15 @@
|
|
753
773
|
:one: "{0} bušel"
|
754
774
|
:other: "{0} bušlov"
|
755
775
|
:volume-centiliter:
|
756
|
-
:few: "{0}
|
776
|
+
:few: "{0} centilitroch"
|
757
777
|
:many: "{0} centilitra"
|
758
|
-
:one: "{0}
|
759
|
-
:other: "{0}
|
778
|
+
:one: "{0} centilitri"
|
779
|
+
:other: "{0} centilitroch"
|
760
780
|
:volume-cubic-centimeter:
|
761
|
-
:few: "{0}
|
781
|
+
:few: "{0} kubických centimetroch"
|
762
782
|
:many: "{0} kubického centimetra"
|
763
|
-
:one: "{0}
|
764
|
-
:other: "{0} kubických
|
783
|
+
:one: "{0} kubickom centimetri"
|
784
|
+
:other: "{0} kubických centimetroch"
|
765
785
|
:volume-cubic-foot:
|
766
786
|
:few: "{0} kubické stopy"
|
767
787
|
:many: "{0} kubickej stopy"
|
@@ -773,15 +793,15 @@
|
|
773
793
|
:one: "{0} kubický palec"
|
774
794
|
:other: "{0} kubických palcov"
|
775
795
|
:volume-cubic-kilometer:
|
776
|
-
:few: "{0}
|
796
|
+
:few: "{0} kubických kilometroch"
|
777
797
|
:many: "{0} kubického kilometra"
|
778
|
-
:one: "{0}
|
779
|
-
:other: "{0} kubických
|
798
|
+
:one: "{0} kubickom kilometri"
|
799
|
+
:other: "{0} kubických kilometroch"
|
780
800
|
:volume-cubic-meter:
|
781
|
-
:few: "{0}
|
801
|
+
:few: "{0} kubických metroch"
|
782
802
|
:many: "{0} kubického metra"
|
783
|
-
:one: "{0}
|
784
|
-
:other: "{0} kubických
|
803
|
+
:one: "{0} kubickom metri"
|
804
|
+
:other: "{0} kubických metroch"
|
785
805
|
:volume-cubic-mile:
|
786
806
|
:few: "{0} kubické míle"
|
787
807
|
:many: "{0} kubickej míle"
|
@@ -798,15 +818,15 @@
|
|
798
818
|
:one: "{0} hrnček"
|
799
819
|
:other: "{0} hrnčekov"
|
800
820
|
:volume-cup-metric:
|
801
|
-
:few: "{0}
|
821
|
+
:few: "{0} metrických hrnčekoch"
|
802
822
|
:many: "{0} metrického hrnčeka"
|
803
|
-
:one: "{0}
|
804
|
-
:other: "{0}
|
823
|
+
:one: "{0} metrickom hrnčeku"
|
824
|
+
:other: "{0} metrických hrnčekoch"
|
805
825
|
:volume-deciliter:
|
806
|
-
:few: "{0}
|
826
|
+
:few: "{0} decilitroch"
|
807
827
|
:many: "{0} decilitra"
|
808
|
-
:one: "{0}
|
809
|
-
:other: "{0}
|
828
|
+
:one: "{0} decilitri"
|
829
|
+
:other: "{0} decilitroch"
|
810
830
|
:volume-dessert-spoon:
|
811
831
|
:few: "{0} dezertné lyžičky"
|
812
832
|
:many: "{0} dezertnej lyžičky"
|
@@ -848,30 +868,30 @@
|
|
848
868
|
:one: "{0} britský galón"
|
849
869
|
:other: "{0} britských galónov"
|
850
870
|
:volume-hectoliter:
|
851
|
-
:few: "{0}
|
871
|
+
:few: "{0} hektolitroch"
|
852
872
|
:many: "{0} hektolitra"
|
853
|
-
:one: "{0}
|
854
|
-
:other: "{0}
|
873
|
+
:one: "{0} hektolitri"
|
874
|
+
:other: "{0} hektolitroch"
|
855
875
|
:volume-jigger:
|
856
876
|
:few: "{0} barmanské odmerky"
|
857
877
|
:many: "{0} barmanskej odmerky"
|
858
878
|
:one: "{0} barmanská odmerka"
|
859
879
|
:other: "{0} barmanských odmeriek"
|
860
880
|
:volume-liter:
|
861
|
-
:few: "{0}
|
881
|
+
:few: "{0} litroch"
|
862
882
|
:many: "{0} litra"
|
863
|
-
:one: "{0}
|
864
|
-
:other: "{0}
|
883
|
+
:one: "{0} litri"
|
884
|
+
:other: "{0} litroch"
|
865
885
|
:volume-megaliter:
|
866
|
-
:few: "{0}
|
886
|
+
:few: "{0} megalitroch"
|
867
887
|
:many: "{0} megalitra"
|
868
|
-
:one: "{0}
|
869
|
-
:other: "{0}
|
888
|
+
:one: "{0} megalitri"
|
889
|
+
:other: "{0} megalitroch"
|
870
890
|
:volume-milliliter:
|
871
|
-
:few: "{0}
|
891
|
+
:few: "{0} mililitroch"
|
872
892
|
:many: "{0} mililitra"
|
873
|
-
:one: "{0}
|
874
|
-
:other: "{0}
|
893
|
+
:one: "{0} mililitri"
|
894
|
+
:other: "{0} mililitroch"
|
875
895
|
:volume-pinch:
|
876
896
|
:few: "{0} štipky"
|
877
897
|
:many: "{0} štipky"
|
@@ -883,10 +903,10 @@
|
|
883
903
|
:one: "{0} pinta"
|
884
904
|
:other: "{0} pínt"
|
885
905
|
:volume-pint-metric:
|
886
|
-
:few: "{0}
|
906
|
+
:few: "{0} metrických pintách"
|
887
907
|
:many: "{0} metrickej pinty"
|
888
|
-
:one: "{0}
|
889
|
-
:other: "{0}
|
908
|
+
:one: "{0} metrickej pinte"
|
909
|
+
:other: "{0} metrických pintách"
|
890
910
|
:volume-quart:
|
891
911
|
:few: "{0} quarty"
|
892
912
|
:many: "{0} quartu"
|
@@ -938,11 +958,36 @@
|
|
938
958
|
:many: "{0} rad"
|
939
959
|
:one: "{0} rad"
|
940
960
|
:other: "{0} rad"
|
961
|
+
:angle-revolution:
|
962
|
+
:few: "{0} ot."
|
963
|
+
:many: "{0} ot."
|
964
|
+
:one: "{0} ot."
|
965
|
+
:other: "{0} ot."
|
966
|
+
:area-acre:
|
967
|
+
:few: "{0} ac"
|
968
|
+
:many: "{0} ac"
|
969
|
+
:one: "{0} ac"
|
970
|
+
:other: "{0} ac"
|
971
|
+
:area-dunam:
|
972
|
+
:few: "{0} dun."
|
973
|
+
:many: "{0} dun."
|
974
|
+
:one: "{0} dun."
|
975
|
+
:other: "{0} dun."
|
976
|
+
:area-hectare:
|
977
|
+
:few: "{0} ha"
|
978
|
+
:many: "{0} ha"
|
979
|
+
:one: "{0} ha"
|
980
|
+
:other: "{0} ha"
|
941
981
|
:area-square-centimeter:
|
942
982
|
:few: "{0} cm²"
|
943
983
|
:many: "{0} cm²"
|
944
984
|
:one: "{0} cm²"
|
945
985
|
:other: "{0} cm²"
|
986
|
+
:area-square-foot:
|
987
|
+
:few: "{0} ft²"
|
988
|
+
:many: "{0} ft²"
|
989
|
+
:one: "{0} ft²"
|
990
|
+
:other: "{0} ft²"
|
946
991
|
:area-square-inch:
|
947
992
|
:few: "{0} in²"
|
948
993
|
:many: "{0} in²"
|
@@ -958,6 +1003,11 @@
|
|
958
1003
|
:many: "{0} m²"
|
959
1004
|
:one: "{0} m²"
|
960
1005
|
:other: "{0} m²"
|
1006
|
+
:area-square-mile:
|
1007
|
+
:few: "{0} mi²"
|
1008
|
+
:many: "{0} mi²"
|
1009
|
+
:one: "{0} mi²"
|
1010
|
+
:other: "{0} mi²"
|
961
1011
|
:area-square-yard:
|
962
1012
|
:few: "{0} yd²"
|
963
1013
|
:many: "{0} yd²"
|
@@ -973,11 +1023,41 @@
|
|
973
1023
|
:many: "{0} kt"
|
974
1024
|
:one: "{0} kt"
|
975
1025
|
:other: "{0} kt"
|
1026
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1027
|
+
:few: "{0} mg/dl"
|
1028
|
+
:many: "{0} mg/dl"
|
1029
|
+
:one: "{0} mg/dl"
|
1030
|
+
:other: "{0} mg/dl"
|
1031
|
+
:concentr-millimole-per-liter:
|
1032
|
+
:few: "{0} mmol/l"
|
1033
|
+
:many: "{0} mmol/l"
|
1034
|
+
:one: "{0} mmol/l"
|
1035
|
+
:other: "{0} mmol/l"
|
1036
|
+
:concentr-mole:
|
1037
|
+
:few: "{0} mol"
|
1038
|
+
:many: "{0} mol"
|
1039
|
+
:one: "{0} mol"
|
1040
|
+
:other: "{0} mol"
|
976
1041
|
:concentr-percent:
|
977
1042
|
:few: "{0} %"
|
978
1043
|
:many: "{0} %"
|
979
1044
|
:one: "{0} %"
|
980
1045
|
:other: "{0} %"
|
1046
|
+
:concentr-permille:
|
1047
|
+
:few: "{0} ‰"
|
1048
|
+
:many: "{0} ‰"
|
1049
|
+
:one: "{0} ‰"
|
1050
|
+
:other: "{0} ‰"
|
1051
|
+
:concentr-permillion:
|
1052
|
+
:few: "{0} ppm"
|
1053
|
+
:many: "{0} ppm"
|
1054
|
+
:one: "{0} ppm"
|
1055
|
+
:other: "{0} ppm"
|
1056
|
+
:concentr-permyriad:
|
1057
|
+
:few: "{0} ‱"
|
1058
|
+
:many: "{0} ‱"
|
1059
|
+
:one: "{0} ‱"
|
1060
|
+
:other: "{0} ‱"
|
981
1061
|
:consumption-liter-per-100-kilometer:
|
982
1062
|
:few: "{0} l/100 km"
|
983
1063
|
:many: "{0} l/100 km"
|
@@ -993,6 +1073,11 @@
|
|
993
1073
|
:many: "{0} mpg"
|
994
1074
|
:one: "{0} mpg"
|
995
1075
|
:other: "{0} mpg"
|
1076
|
+
:consumption-mile-per-gallon-imperial:
|
1077
|
+
:few: "{0} mpg brit."
|
1078
|
+
:many: "{0} mpg brit."
|
1079
|
+
:one: "{0} mpg brit."
|
1080
|
+
:other: "{0} mpg brit."
|
996
1081
|
:digital-bit:
|
997
1082
|
:few: "{0} b"
|
998
1083
|
:many: "{0} b"
|
@@ -1003,6 +1088,51 @@
|
|
1003
1088
|
:many: "{0} B"
|
1004
1089
|
:one: "{0} B"
|
1005
1090
|
:other: "{0} B"
|
1091
|
+
:digital-gigabit:
|
1092
|
+
:few: "{0} Gb"
|
1093
|
+
:many: "{0} Gb"
|
1094
|
+
:one: "{0} Gb"
|
1095
|
+
:other: "{0} Gb"
|
1096
|
+
:digital-gigabyte:
|
1097
|
+
:few: "{0} GB"
|
1098
|
+
:many: "{0} GB"
|
1099
|
+
:one: "{0} GB"
|
1100
|
+
:other: "{0} GB"
|
1101
|
+
:digital-kilobit:
|
1102
|
+
:few: "{0} kb"
|
1103
|
+
:many: "{0} kb"
|
1104
|
+
:one: "{0} kb"
|
1105
|
+
:other: "{0} kb"
|
1106
|
+
:digital-kilobyte:
|
1107
|
+
:few: "{0} kB"
|
1108
|
+
:many: "{0} kB"
|
1109
|
+
:one: "{0} kB"
|
1110
|
+
:other: "{0} kB"
|
1111
|
+
:digital-megabit:
|
1112
|
+
:few: "{0} Mb"
|
1113
|
+
:many: "{0} Mb"
|
1114
|
+
:one: "{0} Mb"
|
1115
|
+
:other: "{0} Mb"
|
1116
|
+
:digital-megabyte:
|
1117
|
+
:few: "{0} MB"
|
1118
|
+
:many: "{0} MB"
|
1119
|
+
:one: "{0} MB"
|
1120
|
+
:other: "{0} MB"
|
1121
|
+
:digital-petabyte:
|
1122
|
+
:few: "{0} PB"
|
1123
|
+
:many: "{0} PB"
|
1124
|
+
:one: "{0} PB"
|
1125
|
+
:other: "{0} PB"
|
1126
|
+
:digital-terabit:
|
1127
|
+
:few: "{0} Tb"
|
1128
|
+
:many: "{0} Tb"
|
1129
|
+
:one: "{0} Tb"
|
1130
|
+
:other: "{0} Tb"
|
1131
|
+
:digital-terabyte:
|
1132
|
+
:few: "{0} TB"
|
1133
|
+
:many: "{0} TB"
|
1134
|
+
:one: "{0} TB"
|
1135
|
+
:other: "{0} TB"
|
1006
1136
|
:duration-century:
|
1007
1137
|
:few: "{0} stor."
|
1008
1138
|
:many: "{0} stor."
|
@@ -1013,6 +1143,11 @@
|
|
1013
1143
|
:many: "{0} d."
|
1014
1144
|
:one: "{0} d."
|
1015
1145
|
:other: "{0} d."
|
1146
|
+
:duration-decade:
|
1147
|
+
:few: "{0} desaťr."
|
1148
|
+
:many: "{0} desaťr."
|
1149
|
+
:one: "{0} desaťr."
|
1150
|
+
:other: "{0} desaťr."
|
1016
1151
|
:duration-hour:
|
1017
1152
|
:few: "{0} h"
|
1018
1153
|
:many: "{0} h"
|
@@ -1043,6 +1178,11 @@
|
|
1043
1178
|
:many: "{0} ns"
|
1044
1179
|
:one: "{0} ns"
|
1045
1180
|
:other: "{0} ns"
|
1181
|
+
:duration-quarter:
|
1182
|
+
:few: "{0} štvrťroky"
|
1183
|
+
:many: "{0} štvrťroka"
|
1184
|
+
:one: "{0} štvrťrok"
|
1185
|
+
:other: "{0} štvrťrokov"
|
1046
1186
|
:duration-second:
|
1047
1187
|
:few: "{0} s"
|
1048
1188
|
:many: "{0} s"
|
@@ -1058,11 +1198,146 @@
|
|
1058
1198
|
:many: "{0} r."
|
1059
1199
|
:one: "{0} r."
|
1060
1200
|
:other: "{0} r."
|
1201
|
+
:electric-ampere:
|
1202
|
+
:few: "{0} A"
|
1203
|
+
:many: "{0} A"
|
1204
|
+
:one: "{0} A"
|
1205
|
+
:other: "{0} A"
|
1206
|
+
:electric-milliampere:
|
1207
|
+
:few: "{0} mA"
|
1208
|
+
:many: "{0} mA"
|
1209
|
+
:one: "{0} mA"
|
1210
|
+
:other: "{0} mA"
|
1211
|
+
:electric-ohm:
|
1212
|
+
:few: "{0} Ω"
|
1213
|
+
:many: "{0} Ω"
|
1214
|
+
:one: "{0} Ω"
|
1215
|
+
:other: "{0} Ω"
|
1216
|
+
:electric-volt:
|
1217
|
+
:few: "{0} V"
|
1218
|
+
:many: "{0} V"
|
1219
|
+
:one: "{0} V"
|
1220
|
+
:other: "{0} V"
|
1221
|
+
:energy-british-thermal-unit:
|
1222
|
+
:few: "{0} BTU"
|
1223
|
+
:many: "{0} BTU"
|
1224
|
+
:one: "{0} BTU"
|
1225
|
+
:other: "{0} BTU"
|
1226
|
+
:energy-calorie:
|
1227
|
+
:few: "{0} cal"
|
1228
|
+
:many: "{0} cal"
|
1229
|
+
:one: "{0} cal"
|
1230
|
+
:other: "{0} cal"
|
1231
|
+
:energy-electronvolt:
|
1232
|
+
:few: "{0} eV"
|
1233
|
+
:many: "{0} eV"
|
1234
|
+
:one: "{0} eV"
|
1235
|
+
:other: "{0} eV"
|
1236
|
+
:energy-foodcalorie:
|
1237
|
+
:few: "{0} cal"
|
1238
|
+
:many: "{0} cal"
|
1239
|
+
:one: "{0} cal"
|
1240
|
+
:other: "{0} cal"
|
1241
|
+
:energy-joule:
|
1242
|
+
:few: "{0} J"
|
1243
|
+
:many: "{0} J"
|
1244
|
+
:one: "{0} J"
|
1245
|
+
:other: "{0} J"
|
1246
|
+
:energy-kilocalorie:
|
1247
|
+
:few: "{0} kcal"
|
1248
|
+
:many: "{0} kcal"
|
1249
|
+
:one: "{0} kcal"
|
1250
|
+
:other: "{0} kcal"
|
1251
|
+
:energy-kilojoule:
|
1252
|
+
:few: "{0} kJ"
|
1253
|
+
:many: "{0} kJ"
|
1254
|
+
:one: "{0} kJ"
|
1255
|
+
:other: "{0} kJ"
|
1256
|
+
:energy-kilowatt-hour:
|
1257
|
+
:few: "{0} kWh"
|
1258
|
+
:many: "{0} kWh"
|
1259
|
+
:one: "{0} kWh"
|
1260
|
+
:other: "{0} kWh"
|
1261
|
+
:energy-therm-us:
|
1262
|
+
:few: "{0} thm"
|
1263
|
+
:many: "{0} thm"
|
1264
|
+
:one: "{0} thm"
|
1265
|
+
:other: "{0} thm"
|
1266
|
+
:force-kilowatt-hour-per-100-kilometer:
|
1267
|
+
:few: "{0} kWh/100km"
|
1268
|
+
:many: "{0} kWh/100km"
|
1269
|
+
:one: "{0} kWh/100km"
|
1270
|
+
:other: "{0} kWh/100km"
|
1271
|
+
:force-newton:
|
1272
|
+
:few: "{0} N"
|
1273
|
+
:many: "{0} N"
|
1274
|
+
:one: "{0} N"
|
1275
|
+
:other: "{0} N"
|
1276
|
+
:force-pound-force:
|
1277
|
+
:few: "{0} lbf"
|
1278
|
+
:many: "{0} lbf"
|
1279
|
+
:one: "{0} lbf"
|
1280
|
+
:other: "{0} lbf"
|
1281
|
+
:frequency-gigahertz:
|
1282
|
+
:few: "{0} GHz"
|
1283
|
+
:many: "{0} GHz"
|
1284
|
+
:one: "{0} GHz"
|
1285
|
+
:other: "{0} GHz"
|
1286
|
+
:frequency-hertz:
|
1287
|
+
:few: "{0} Hz"
|
1288
|
+
:many: "{0} Hz"
|
1289
|
+
:one: "{0} Hz"
|
1290
|
+
:other: "{0} Hz"
|
1291
|
+
:frequency-kilohertz:
|
1292
|
+
:few: "{0} kHz"
|
1293
|
+
:many: "{0} kHz"
|
1294
|
+
:one: "{0} kHz"
|
1295
|
+
:other: "{0} kHz"
|
1296
|
+
:frequency-megahertz:
|
1297
|
+
:few: "{0} MHz"
|
1298
|
+
:many: "{0} MHz"
|
1299
|
+
:one: "{0} MHz"
|
1300
|
+
:other: "{0} MHz"
|
1301
|
+
:graphics-dot:
|
1302
|
+
:few: "{0} body"
|
1303
|
+
:many: "{0} bodu"
|
1304
|
+
:one: "{0} bod"
|
1305
|
+
:other: "{0} bodov"
|
1306
|
+
:graphics-dot-per-centimeter:
|
1307
|
+
:few: "{0} dpcm"
|
1308
|
+
:many: "{0} dpcm"
|
1309
|
+
:one: "{0} dpcm"
|
1310
|
+
:other: "{0} dpcm"
|
1061
1311
|
:graphics-dot-per-inch:
|
1062
1312
|
:few: "{0} dpi"
|
1063
1313
|
:many: "{0} dpi"
|
1064
1314
|
:one: "{0} dpi"
|
1065
1315
|
:other: "{0} dpi"
|
1316
|
+
:graphics-em:
|
1317
|
+
:few: "{0} em"
|
1318
|
+
:many: "{0} em"
|
1319
|
+
:one: "{0} em"
|
1320
|
+
:other: "{0} em"
|
1321
|
+
:graphics-megapixel:
|
1322
|
+
:few: "{0} Mpx"
|
1323
|
+
:many: "{0} Mpx"
|
1324
|
+
:one: "{0} Mpx"
|
1325
|
+
:other: "{0} Mpx"
|
1326
|
+
:graphics-pixel:
|
1327
|
+
:few: "{0} px"
|
1328
|
+
:many: "{0} px"
|
1329
|
+
:one: "{0} px"
|
1330
|
+
:other: "{0} px"
|
1331
|
+
:graphics-pixel-per-centimeter:
|
1332
|
+
:few: "{0} ppcm"
|
1333
|
+
:many: "{0} ppcm"
|
1334
|
+
:one: "{0} ppcm"
|
1335
|
+
:other: "{0} ppcm"
|
1336
|
+
:graphics-pixel-per-inch:
|
1337
|
+
:few: "{0} ppi"
|
1338
|
+
:many: "{0} ppi"
|
1339
|
+
:one: "{0} ppi"
|
1340
|
+
:other: "{0} ppi"
|
1066
1341
|
:length-astronomical-unit:
|
1067
1342
|
:few: "{0} au"
|
1068
1343
|
:many: "{0} au"
|
@@ -1078,11 +1353,26 @@
|
|
1078
1353
|
:many: "{0} dm"
|
1079
1354
|
:one: "{0} dm"
|
1080
1355
|
:other: "{0} dm"
|
1356
|
+
:length-earth-radius:
|
1357
|
+
:few: "{0} R⊕"
|
1358
|
+
:many: "{0} R⊕"
|
1359
|
+
:one: "{0} R⊕"
|
1360
|
+
:other: "{0} R⊕"
|
1361
|
+
:length-fathom:
|
1362
|
+
:few: "{0} fth"
|
1363
|
+
:many: "{0} fth"
|
1364
|
+
:one: "{0} fth"
|
1365
|
+
:other: "{0} fth"
|
1081
1366
|
:length-foot:
|
1082
1367
|
:few: "{0}′"
|
1083
1368
|
:many: "{0}′"
|
1084
1369
|
:one: "{0}′"
|
1085
1370
|
:other: "{0}′"
|
1371
|
+
:length-furlong:
|
1372
|
+
:few: "{0} fur"
|
1373
|
+
:many: "{0} fur"
|
1374
|
+
:one: "{0} fur"
|
1375
|
+
:other: "{0} fur"
|
1086
1376
|
:length-inch:
|
1087
1377
|
:few: "{0}″"
|
1088
1378
|
:many: "{0}″"
|
@@ -1148,21 +1438,56 @@
|
|
1148
1438
|
:many: "{0} pt"
|
1149
1439
|
:one: "{0} pt"
|
1150
1440
|
:other: "{0} pt"
|
1441
|
+
:length-solar-radius:
|
1442
|
+
:few: "{0} R☉"
|
1443
|
+
:many: "{0} R☉"
|
1444
|
+
:one: "{0} R☉"
|
1445
|
+
:other: "{0} R☉"
|
1151
1446
|
:length-yard:
|
1152
1447
|
:few: "{0} yd"
|
1153
1448
|
:many: "{0} yd"
|
1154
1449
|
:one: "{0} yd"
|
1155
1450
|
:other: "{0} yd"
|
1451
|
+
:light-candela:
|
1452
|
+
:few: "{0} cd"
|
1453
|
+
:many: "{0} cd"
|
1454
|
+
:one: "{0} cd"
|
1455
|
+
:other: "{0} cd"
|
1456
|
+
:light-lumen:
|
1457
|
+
:few: "{0} lm"
|
1458
|
+
:many: "{0} lm"
|
1459
|
+
:one: "{0} lm"
|
1460
|
+
:other: "{0} lm"
|
1156
1461
|
:light-lux:
|
1157
1462
|
:few: "{0} lx"
|
1158
1463
|
:many: "{0} lx"
|
1159
1464
|
:one: "{0} lx"
|
1160
1465
|
:other: "{0} lx"
|
1466
|
+
:light-solar-luminosity:
|
1467
|
+
:few: "{0} L☉"
|
1468
|
+
:many: "{0} L☉"
|
1469
|
+
:one: "{0} L☉"
|
1470
|
+
:other: "{0} L☉"
|
1161
1471
|
:mass-carat:
|
1162
1472
|
:few: "{0} ct"
|
1163
1473
|
:many: "{0} ct"
|
1164
1474
|
:one: "{0} ct"
|
1165
1475
|
:other: "{0} ct"
|
1476
|
+
:mass-dalton:
|
1477
|
+
:few: "{0} Da"
|
1478
|
+
:many: "{0} Da"
|
1479
|
+
:one: "{0} Da"
|
1480
|
+
:other: "{0} Da"
|
1481
|
+
:mass-earth-mass:
|
1482
|
+
:few: "{0} M⊕"
|
1483
|
+
:many: "{0} M⊕"
|
1484
|
+
:one: "{0} M⊕"
|
1485
|
+
:other: "{0} M⊕"
|
1486
|
+
:mass-grain:
|
1487
|
+
:few: "{0} grany"
|
1488
|
+
:many: "{0} granu"
|
1489
|
+
:one: "{0} gran"
|
1490
|
+
:other: "{0} granov"
|
1166
1491
|
:mass-gram:
|
1167
1492
|
:few: "{0} g"
|
1168
1493
|
:many: "{0} g"
|
@@ -1173,11 +1498,6 @@
|
|
1173
1498
|
:many: "{0} kg"
|
1174
1499
|
:one: "{0} kg"
|
1175
1500
|
:other: "{0} kg"
|
1176
|
-
:mass-metric-ton:
|
1177
|
-
:few: "{0} t"
|
1178
|
-
:many: "{0} t"
|
1179
|
-
:one: "{0} t"
|
1180
|
-
:other: "{0} t"
|
1181
1501
|
:mass-microgram:
|
1182
1502
|
:few: "{0} μg"
|
1183
1503
|
:many: "{0} μg"
|
@@ -1203,6 +1523,11 @@
|
|
1203
1523
|
:many: "{0} lb"
|
1204
1524
|
:one: "{0} lb"
|
1205
1525
|
:other: "{0} lb"
|
1526
|
+
:mass-solar-mass:
|
1527
|
+
:few: "{0} M☉"
|
1528
|
+
:many: "{0} M☉"
|
1529
|
+
:one: "{0} M☉"
|
1530
|
+
:other: "{0} M☉"
|
1206
1531
|
:mass-stone:
|
1207
1532
|
:few: "{0} st"
|
1208
1533
|
:many: "{0} st"
|
@@ -1213,6 +1538,26 @@
|
|
1213
1538
|
:many: "{0} to"
|
1214
1539
|
:one: "{0} to"
|
1215
1540
|
:other: "{0} to"
|
1541
|
+
:mass-tonne:
|
1542
|
+
:few: "{0} t"
|
1543
|
+
:many: "{0} t"
|
1544
|
+
:one: "{0} t"
|
1545
|
+
:other: "{0} t"
|
1546
|
+
:power-gigawatt:
|
1547
|
+
:few: "{0} GW"
|
1548
|
+
:many: "{0} GW"
|
1549
|
+
:one: "{0} GW"
|
1550
|
+
:other: "{0} GW"
|
1551
|
+
:power-horsepower:
|
1552
|
+
:few: "{0} hp"
|
1553
|
+
:many: "{0} hp"
|
1554
|
+
:one: "{0} hp"
|
1555
|
+
:other: "{0} hp"
|
1556
|
+
:power-kilowatt:
|
1557
|
+
:few: "{0} kW"
|
1558
|
+
:many: "{0} kW"
|
1559
|
+
:one: "{0} kW"
|
1560
|
+
:other: "{0} kW"
|
1216
1561
|
:power-megawatt:
|
1217
1562
|
:few: "{0} MW"
|
1218
1563
|
:many: "{0} MW"
|
@@ -1223,11 +1568,41 @@
|
|
1223
1568
|
:many: "{0} mW"
|
1224
1569
|
:one: "{0} mW"
|
1225
1570
|
:other: "{0} mW"
|
1571
|
+
:power-watt:
|
1572
|
+
:few: "{0} W"
|
1573
|
+
:many: "{0} W"
|
1574
|
+
:one: "{0} W"
|
1575
|
+
:other: "{0} W"
|
1576
|
+
:pressure-atmosphere:
|
1577
|
+
:few: "{0} atm"
|
1578
|
+
:many: "{0} atm"
|
1579
|
+
:one: "{0} atm"
|
1580
|
+
:other: "{0} atm"
|
1581
|
+
:pressure-bar:
|
1582
|
+
:few: "{0} bar"
|
1583
|
+
:many: "{0} bar"
|
1584
|
+
:one: "{0} bar"
|
1585
|
+
:other: "{0} bar"
|
1226
1586
|
:pressure-hectopascal:
|
1227
1587
|
:few: "{0} hPa"
|
1228
1588
|
:many: "{0} hPa"
|
1229
1589
|
:one: "{0} hPa"
|
1230
1590
|
:other: "{0} hPa"
|
1591
|
+
:pressure-inch-ofhg:
|
1592
|
+
:few: "{0} inHg"
|
1593
|
+
:many: "{0} inHg"
|
1594
|
+
:one: "{0} inHg"
|
1595
|
+
:other: "{0} inHg"
|
1596
|
+
:pressure-kilopascal:
|
1597
|
+
:few: "{0} kPa"
|
1598
|
+
:many: "{0} kPa"
|
1599
|
+
:one: "{0} kPa"
|
1600
|
+
:other: "{0} kPa"
|
1601
|
+
:pressure-megapascal:
|
1602
|
+
:few: "{0} MPa"
|
1603
|
+
:many: "{0} MPa"
|
1604
|
+
:one: "{0} MPa"
|
1605
|
+
:other: "{0} MPa"
|
1231
1606
|
:pressure-millibar:
|
1232
1607
|
:few: "{0} mb"
|
1233
1608
|
:many: "{0} mb"
|
@@ -1238,6 +1613,11 @@
|
|
1238
1613
|
:many: "{0} mm Hg"
|
1239
1614
|
:one: "{0} mm Hg"
|
1240
1615
|
:other: "{0} mm Hg"
|
1616
|
+
:pressure-pascal:
|
1617
|
+
:few: "{0} Pa"
|
1618
|
+
:many: "{0} Pa"
|
1619
|
+
:one: "{0} Pa"
|
1620
|
+
:other: "{0} Pa"
|
1241
1621
|
:pressure-pound-force-per-square-inch:
|
1242
1622
|
:few: "{0} psi"
|
1243
1623
|
:many: "{0} psi"
|
@@ -1283,11 +1663,31 @@
|
|
1283
1663
|
:many: "{0} K"
|
1284
1664
|
:one: "{0} K"
|
1285
1665
|
:other: "{0} K"
|
1666
|
+
:torque-newton-meter:
|
1667
|
+
:few: "{0} Nm"
|
1668
|
+
:many: "{0} Nm"
|
1669
|
+
:one: "{0} Nm"
|
1670
|
+
:other: "{0} Nm"
|
1671
|
+
:torque-pound-force-foot:
|
1672
|
+
:few: "{0} lbf⋅ft"
|
1673
|
+
:many: "{0} lbf⋅ft"
|
1674
|
+
:one: "{0} lbf⋅ft"
|
1675
|
+
:other: "{0} lbf⋅ft"
|
1286
1676
|
:volume-acre-foot:
|
1287
1677
|
:few: "{0} ac ft"
|
1288
1678
|
:many: "{0} ac ft"
|
1289
1679
|
:one: "{0} ac ft"
|
1290
1680
|
:other: "{0} ac ft"
|
1681
|
+
:volume-barrel:
|
1682
|
+
:few: "{0} bbl"
|
1683
|
+
:many: "{0} bbl"
|
1684
|
+
:one: "{0} bbl"
|
1685
|
+
:other: "{0} bbl"
|
1686
|
+
:volume-bushel:
|
1687
|
+
:few: "{0} bu"
|
1688
|
+
:many: "{0} bu"
|
1689
|
+
:one: "{0} bu"
|
1690
|
+
:other: "{0} bu"
|
1291
1691
|
:volume-centiliter:
|
1292
1692
|
:few: "{0} cl"
|
1293
1693
|
:many: "{0} cl"
|
@@ -1308,11 +1708,21 @@
|
|
1308
1708
|
:many: "{0} in³"
|
1309
1709
|
:one: "{0} in³"
|
1310
1710
|
:other: "{0} in³"
|
1711
|
+
:volume-cubic-kilometer:
|
1712
|
+
:few: "{0} km³"
|
1713
|
+
:many: "{0} km³"
|
1714
|
+
:one: "{0} km³"
|
1715
|
+
:other: "{0} km³"
|
1311
1716
|
:volume-cubic-meter:
|
1312
1717
|
:few: "{0} m³"
|
1313
1718
|
:many: "{0} m³"
|
1314
1719
|
:one: "{0} m³"
|
1315
1720
|
:other: "{0} m³"
|
1721
|
+
:volume-cubic-mile:
|
1722
|
+
:few: "{0} mi³"
|
1723
|
+
:many: "{0} mi³"
|
1724
|
+
:one: "{0} mi³"
|
1725
|
+
:other: "{0} mi³"
|
1316
1726
|
:volume-cubic-yard:
|
1317
1727
|
:few: "{0} yd³"
|
1318
1728
|
:many: "{0} yd³"
|
@@ -1323,26 +1733,66 @@
|
|
1323
1733
|
:many: "{0} c"
|
1324
1734
|
:one: "{0} c"
|
1325
1735
|
:other: "{0} c"
|
1736
|
+
:volume-cup-metric:
|
1737
|
+
:few: "{0} mc"
|
1738
|
+
:many: "{0} mc"
|
1739
|
+
:one: "{0} mc"
|
1740
|
+
:other: "{0} mc"
|
1326
1741
|
:volume-deciliter:
|
1327
1742
|
:few: "{0} dl"
|
1328
1743
|
:many: "{0} dl"
|
1329
1744
|
:one: "{0} dl"
|
1330
1745
|
:other: "{0} dl"
|
1746
|
+
:volume-dessert-spoon:
|
1747
|
+
:few: "{0} dstspn"
|
1748
|
+
:many: "{0} dstspn"
|
1749
|
+
:one: "{0} dstspn"
|
1750
|
+
:other: "{0} dstspn"
|
1751
|
+
:volume-dessert-spoon-imperial:
|
1752
|
+
:few: "{0} dstspn Imp"
|
1753
|
+
:many: "{0} dstspn Imp"
|
1754
|
+
:one: "{0} dstspn Imp"
|
1755
|
+
:other: "{0} dstspn Imp"
|
1756
|
+
:volume-dram:
|
1757
|
+
:few: "{0} dr"
|
1758
|
+
:many: "{0} dr"
|
1759
|
+
:one: "{0} dr"
|
1760
|
+
:other: "{0} dr"
|
1761
|
+
:volume-drop:
|
1762
|
+
:few: "{0} kvapky"
|
1763
|
+
:many: "{0} kvapky"
|
1764
|
+
:one: "{0} kvapka"
|
1765
|
+
:other: "{0} kvapiek"
|
1331
1766
|
:volume-fluid-ounce:
|
1332
1767
|
:few: "{0} fl oz"
|
1333
1768
|
:many: "{0} fl oz"
|
1334
1769
|
:one: "{0} fl oz"
|
1335
1770
|
:other: "{0} fl oz"
|
1771
|
+
:volume-fluid-ounce-imperial:
|
1772
|
+
:few: "{0} brit. fl oz"
|
1773
|
+
:many: "{0} brit. fl oz"
|
1774
|
+
:one: "{0} brit. fl oz"
|
1775
|
+
:other: "{0} brit. fl oz"
|
1336
1776
|
:volume-gallon:
|
1337
1777
|
:few: "{0} gal"
|
1338
1778
|
:many: "{0} gal"
|
1339
1779
|
:one: "{0} gal"
|
1340
1780
|
:other: "{0} gal"
|
1781
|
+
:volume-gallon-imperial:
|
1782
|
+
:few: "{0} brit. gal."
|
1783
|
+
:many: "{0} brit. gal."
|
1784
|
+
:one: "{0} brit. gal."
|
1785
|
+
:other: "{0} brit. gal."
|
1341
1786
|
:volume-hectoliter:
|
1342
1787
|
:few: "{0} hl"
|
1343
1788
|
:many: "{0} hl"
|
1344
1789
|
:one: "{0} hl"
|
1345
1790
|
:other: "{0} hl"
|
1791
|
+
:volume-jigger:
|
1792
|
+
:few: "{0} odmerky"
|
1793
|
+
:many: "{0} odmerky"
|
1794
|
+
:one: "{0} odmerka"
|
1795
|
+
:other: "{0} odmeriek"
|
1346
1796
|
:volume-liter:
|
1347
1797
|
:few: "{0} l"
|
1348
1798
|
:many: "{0} l"
|
@@ -1358,16 +1808,31 @@
|
|
1358
1808
|
:many: "{0} ml"
|
1359
1809
|
:one: "{0} ml"
|
1360
1810
|
:other: "{0} ml"
|
1811
|
+
:volume-pinch:
|
1812
|
+
:few: "{0} štipky"
|
1813
|
+
:many: "{0} štipky"
|
1814
|
+
:one: "{0} štipka"
|
1815
|
+
:other: "{0} štipiek"
|
1361
1816
|
:volume-pint:
|
1362
1817
|
:few: "{0} pt"
|
1363
1818
|
:many: "{0} pt"
|
1364
1819
|
:one: "{0} pt"
|
1365
1820
|
:other: "{0} pt"
|
1821
|
+
:volume-pint-metric:
|
1822
|
+
:few: "{0} mpt"
|
1823
|
+
:many: "{0} mpt"
|
1824
|
+
:one: "{0} mpt"
|
1825
|
+
:other: "{0} mpt"
|
1366
1826
|
:volume-quart:
|
1367
1827
|
:few: "{0} qt"
|
1368
1828
|
:many: "{0} qt"
|
1369
1829
|
:one: "{0} qt"
|
1370
1830
|
:other: "{0} qt"
|
1831
|
+
:volume-quart-imperial:
|
1832
|
+
:few: "{0} qt Imp"
|
1833
|
+
:many: "{0} qt Imp"
|
1834
|
+
:one: "{0} qt Imp"
|
1835
|
+
:other: "{0} qt Imp"
|
1371
1836
|
:volume-tablespoon:
|
1372
1837
|
:few: "{0} tbsp"
|
1373
1838
|
:many: "{0} tbsp"
|
@@ -1629,6 +2094,11 @@
|
|
1629
2094
|
:many: "{0} ns"
|
1630
2095
|
:one: "{0} ns"
|
1631
2096
|
:other: "{0} ns"
|
2097
|
+
:duration-quarter:
|
2098
|
+
:few: "{0} štvrťroky"
|
2099
|
+
:many: "{0} štvrťroka"
|
2100
|
+
:one: "{0} štvrťrok"
|
2101
|
+
:other: "{0} štvrťrokov"
|
1632
2102
|
:duration-second:
|
1633
2103
|
:few: "{0} s"
|
1634
2104
|
:many: "{0} s"
|
@@ -1710,6 +2180,9 @@
|
|
1710
2180
|
:one: "{0} thm"
|
1711
2181
|
:other: "{0} thm"
|
1712
2182
|
:force-kilowatt-hour-per-100-kilometer:
|
2183
|
+
:few: "{0} kWh/100km"
|
2184
|
+
:many: "{0} kWh/100km"
|
2185
|
+
:one: "{0} kWh/100km"
|
1713
2186
|
:other: "{0} kWh/100km"
|
1714
2187
|
:force-newton:
|
1715
2188
|
:few: "{0} N"
|
@@ -1797,6 +2270,9 @@
|
|
1797
2270
|
:one: "{0} dm"
|
1798
2271
|
:other: "{0} dm"
|
1799
2272
|
:length-earth-radius:
|
2273
|
+
:few: "{0} R⊕"
|
2274
|
+
:many: "{0} R⊕"
|
2275
|
+
:one: "{0} R⊕"
|
1800
2276
|
:other: "{0} R⊕"
|
1801
2277
|
:length-fathom:
|
1802
2278
|
:few: "{0} fth"
|
@@ -1938,11 +2414,6 @@
|
|
1938
2414
|
:many: "{0} kg"
|
1939
2415
|
:one: "{0} kg"
|
1940
2416
|
:other: "{0} kg"
|
1941
|
-
:mass-metric-ton:
|
1942
|
-
:few: "{0} t"
|
1943
|
-
:many: "{0} t"
|
1944
|
-
:one: "{0} t"
|
1945
|
-
:other: "{0} t"
|
1946
2417
|
:mass-microgram:
|
1947
2418
|
:few: "{0} μg"
|
1948
2419
|
:many: "{0} μg"
|
@@ -1983,6 +2454,11 @@
|
|
1983
2454
|
:many: "{0} to"
|
1984
2455
|
:one: "{0} to"
|
1985
2456
|
:other: "{0} to"
|
2457
|
+
:mass-tonne:
|
2458
|
+
:few: "{0} t"
|
2459
|
+
:many: "{0} t"
|
2460
|
+
:one: "{0} t"
|
2461
|
+
:other: "{0} t"
|
1986
2462
|
:power-gigawatt:
|
1987
2463
|
:few: "{0} GW"
|
1988
2464
|
:many: "{0} GW"
|
@@ -2019,6 +2495,9 @@
|
|
2019
2495
|
:one: "{0} atm"
|
2020
2496
|
:other: "{0} atm"
|
2021
2497
|
:pressure-bar:
|
2498
|
+
:few: "{0} bar"
|
2499
|
+
:many: "{0} bar"
|
2500
|
+
:one: "{0} bar"
|
2022
2501
|
:other: "{0} bar"
|
2023
2502
|
:pressure-hectopascal:
|
2024
2503
|
:few: "{0} hPa"
|
@@ -2051,6 +2530,9 @@
|
|
2051
2530
|
:one: "{0} mm Hg"
|
2052
2531
|
:other: "{0} mm Hg"
|
2053
2532
|
:pressure-pascal:
|
2533
|
+
:few: "{0} Pa"
|
2534
|
+
:many: "{0} Pa"
|
2535
|
+
:one: "{0} Pa"
|
2054
2536
|
:other: "{0} Pa"
|
2055
2537
|
:pressure-pound-force-per-square-inch:
|
2056
2538
|
:few: "{0} psi"
|