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,15 +8,15 @@
|
|
8
8
|
:unitLength:
|
9
9
|
:long:
|
10
10
|
:acceleration-g-force:
|
11
|
-
:few: "{0} težnih
|
12
|
-
:one: "{0} težnem
|
11
|
+
:few: "{0} težnih pospeških"
|
12
|
+
:one: "{0} težnem pospešku"
|
13
13
|
:other: "{0} težnih pospeških"
|
14
14
|
:two: "{0} težnih pospeških"
|
15
15
|
:acceleration-meter-per-square-second:
|
16
|
-
:few: "{0}
|
17
|
-
:one: "{0}
|
18
|
-
:other: "{0}
|
19
|
-
:two: "{0}
|
16
|
+
:few: "{0} metrih na kvadratno sekundo"
|
17
|
+
:one: "{0} metru na kvadratno sekundo"
|
18
|
+
:other: "{0} metrih na kvadratno sekundo"
|
19
|
+
:two: "{0} metrih na kvadratno sekundo"
|
20
20
|
:angle-arc-minute:
|
21
21
|
:few: "{0} kotnih minutah"
|
22
22
|
:one: "{0} kotni minuti"
|
@@ -58,30 +58,30 @@
|
|
58
58
|
:other: "{0} hektarih"
|
59
59
|
:two: "{0} hektarih"
|
60
60
|
:area-square-centimeter:
|
61
|
-
:few: "{0}
|
62
|
-
:one: "{0}
|
63
|
-
:other: "{0} kvadratnih
|
64
|
-
:two: "{0}
|
61
|
+
:few: "{0} kvadratnih centimetrih"
|
62
|
+
:one: "{0} kvadratnem centimetru"
|
63
|
+
:other: "{0} kvadratnih centimetrih"
|
64
|
+
:two: "{0} kvadratnih centimetrih"
|
65
65
|
:area-square-foot:
|
66
66
|
:few: "{0} kvadratni čevlji"
|
67
67
|
:one: "{0} kvadratni čevelj"
|
68
68
|
:other: "{0} kvadratnih čevljev"
|
69
69
|
:two: "{0} kvadratna čevlja"
|
70
70
|
:area-square-inch:
|
71
|
-
:few: "{0}
|
71
|
+
:few: "{0} kvadratni palci"
|
72
72
|
:one: "{0} kvadratni palec"
|
73
73
|
:other: "{0} kvadratnih palcev"
|
74
74
|
:two: "{0} kvadratna palca"
|
75
75
|
:area-square-kilometer:
|
76
|
-
:few: "{0}
|
77
|
-
:one: "{0}
|
78
|
-
:other: "{0} kvadratnih
|
79
|
-
:two: "{0}
|
76
|
+
:few: "{0} kvadratnih kilometrih"
|
77
|
+
:one: "{0} kvadratnem kilometru"
|
78
|
+
:other: "{0} kvadratnih kilometrih"
|
79
|
+
:two: "{0} kvadratnih kilometrih"
|
80
80
|
:area-square-meter:
|
81
|
-
:few: "{0}
|
82
|
-
:one: "{0}
|
83
|
-
:other: "{0} kvadratnih
|
84
|
-
:two: "{0}
|
81
|
+
:few: "{0} kvadratnih metrih"
|
82
|
+
:one: "{0} kvadratnem metru"
|
83
|
+
:other: "{0} kvadratnih metrih"
|
84
|
+
:two: "{0} kvadratnih metrih"
|
85
85
|
:area-square-mile:
|
86
86
|
:few: "{0} kvadratne milje"
|
87
87
|
:one: "{0} kvadratna milja"
|
@@ -93,10 +93,10 @@
|
|
93
93
|
:other: "{0} kvadratnih jardov"
|
94
94
|
:two: "{0} kvadratna jarda"
|
95
95
|
:concentr-item:
|
96
|
-
:few: "{0}
|
97
|
-
:one: "{0}
|
98
|
-
:other: "{0}
|
99
|
-
:two: "{0}
|
96
|
+
:few: "{0} elementih"
|
97
|
+
:one: "{0} elementu"
|
98
|
+
:other: "{0} elementih"
|
99
|
+
:two: "{0} elementih"
|
100
100
|
:concentr-karat:
|
101
101
|
:few: "{0} karatih"
|
102
102
|
:one: "{0} karatu"
|
@@ -108,10 +108,10 @@
|
|
108
108
|
:other: "{0} miligramov na deciliter"
|
109
109
|
:two: "{0} miligrama na deciliter"
|
110
110
|
:concentr-millimole-per-liter:
|
111
|
-
:few: "{0}
|
112
|
-
:one: "{0}
|
113
|
-
:other: "{0}
|
114
|
-
:two: "{0}
|
111
|
+
:few: "{0} milimolih na liter"
|
112
|
+
:one: "{0} milimolu na liter"
|
113
|
+
:other: "{0} milimolih na liter"
|
114
|
+
:two: "{0} milimolih na liter"
|
115
115
|
:concentr-mole:
|
116
116
|
:few: "{0} molih"
|
117
117
|
:one: "{0} molu"
|
@@ -138,15 +138,15 @@
|
|
138
138
|
:other: "{0} desettisočinah"
|
139
139
|
:two: "{0} desettisočinah"
|
140
140
|
:consumption-liter-per-100-kilometer:
|
141
|
-
:few: "{0}
|
142
|
-
:one: "{0}
|
143
|
-
:other: "{0}
|
144
|
-
:two: "{0}
|
141
|
+
:few: "{0} litrih na 100 kilometrov"
|
142
|
+
:one: "{0} litru na 100 kilometrov"
|
143
|
+
:other: "{0} litrih na 100 kilometrov"
|
144
|
+
:two: "{0} litrih na 100 kilometrov"
|
145
145
|
:consumption-liter-per-kilometer:
|
146
|
-
:few: "{0}
|
147
|
-
:one: "{0}
|
148
|
-
:other: "{0}
|
149
|
-
:two: "{0}
|
146
|
+
:few: "{0} litrih na kilometer"
|
147
|
+
:one: "{0} litru na kilometer"
|
148
|
+
:other: "{0} litrih na kilometer"
|
149
|
+
:two: "{0} litrih na kilometer"
|
150
150
|
:consumption-mile-per-gallon:
|
151
151
|
:few: "{0} milje na galono"
|
152
152
|
:one: "{0} milja na galono"
|
@@ -168,50 +168,50 @@
|
|
168
168
|
:other: "{0} bajtih"
|
169
169
|
:two: "{0} bajtih"
|
170
170
|
:digital-gigabit:
|
171
|
-
:few: "{0}
|
172
|
-
:one: "{0}
|
173
|
-
:other: "{0}
|
174
|
-
:two: "{0}
|
171
|
+
:few: "{0} gigabitih"
|
172
|
+
:one: "{0} gigabitu"
|
173
|
+
:other: "{0} gigabitih"
|
174
|
+
:two: "{0} gigabitih"
|
175
175
|
:digital-gigabyte:
|
176
|
-
:few: "{0}
|
177
|
-
:one: "{0}
|
178
|
-
:other: "{0}
|
179
|
-
:two: "{0}
|
176
|
+
:few: "{0} gigabajtih"
|
177
|
+
:one: "{0} gigabajtu"
|
178
|
+
:other: "{0} gigabajtih"
|
179
|
+
:two: "{0} gigabajtih"
|
180
180
|
:digital-kilobit:
|
181
|
-
:few: "{0}
|
182
|
-
:one: "{0}
|
183
|
-
:other: "{0}
|
184
|
-
:two: "{0}
|
181
|
+
:few: "{0} kilobitih"
|
182
|
+
:one: "{0} kilobitu"
|
183
|
+
:other: "{0} kilobitih"
|
184
|
+
:two: "{0} kilobitih"
|
185
185
|
:digital-kilobyte:
|
186
|
-
:few: "{0}
|
187
|
-
:one: "{0}
|
188
|
-
:other: "{0}
|
189
|
-
:two: "{0}
|
186
|
+
:few: "{0} kilobajtih"
|
187
|
+
:one: "{0} kilobajtu"
|
188
|
+
:other: "{0} kilobajtih"
|
189
|
+
:two: "{0} kilobajtih"
|
190
190
|
:digital-megabit:
|
191
|
-
:few: "{0}
|
192
|
-
:one: "{0}
|
193
|
-
:other: "{0}
|
194
|
-
:two: "{0}
|
191
|
+
:few: "{0} megabitih"
|
192
|
+
:one: "{0} megabitu"
|
193
|
+
:other: "{0} megabitih"
|
194
|
+
:two: "{0} megabitih"
|
195
195
|
:digital-megabyte:
|
196
|
-
:few: "{0}
|
197
|
-
:one: "{0}
|
198
|
-
:other: "{0}
|
199
|
-
:two: "{0}
|
196
|
+
:few: "{0} megabajtih"
|
197
|
+
:one: "{0} megabajtu"
|
198
|
+
:other: "{0} megabajtih"
|
199
|
+
:two: "{0} megabajtih"
|
200
200
|
:digital-petabyte:
|
201
|
-
:few: "{0}
|
202
|
-
:one: "{0}
|
203
|
-
:other: "{0}
|
204
|
-
:two: "{0}
|
201
|
+
:few: "{0} petabajtih"
|
202
|
+
:one: "{0} petabajtu"
|
203
|
+
:other: "{0} petabajtih"
|
204
|
+
:two: "{0} petabajtih"
|
205
205
|
:digital-terabit:
|
206
|
-
:few: "{0}
|
207
|
-
:one: "{0}
|
208
|
-
:other: "{0}
|
209
|
-
:two: "{0}
|
206
|
+
:few: "{0} terabitih"
|
207
|
+
:one: "{0} terabitu"
|
208
|
+
:other: "{0} terabitih"
|
209
|
+
:two: "{0} terabitih"
|
210
210
|
:digital-terabyte:
|
211
|
-
:few: "{0}
|
212
|
-
:one: "{0}
|
213
|
-
:other: "{0}
|
214
|
-
:two: "{0}
|
211
|
+
:few: "{0} terabajtih"
|
212
|
+
:one: "{0} terabajtu"
|
213
|
+
:other: "{0} terabajtih"
|
214
|
+
:two: "{0} terabajtih"
|
215
215
|
:duration-century:
|
216
216
|
:few: "{0} stoletjih"
|
217
217
|
:one: "{0} stoletju"
|
@@ -233,15 +233,15 @@
|
|
233
233
|
:other: "{0} urah"
|
234
234
|
:two: "{0} urah"
|
235
235
|
:duration-microsecond:
|
236
|
-
:few: "{0}
|
237
|
-
:one: "{0}
|
238
|
-
:other: "{0}
|
239
|
-
:two: "{0}
|
236
|
+
:few: "{0} mikrosekundah"
|
237
|
+
:one: "{0} mikrosekundi"
|
238
|
+
:other: "{0} mikrosekundah"
|
239
|
+
:two: "{0} mikrosekundah"
|
240
240
|
:duration-millisecond:
|
241
|
-
:few: "{0}
|
242
|
-
:one: "{0}
|
243
|
-
:other: "{0}
|
244
|
-
:two: "{0}
|
241
|
+
:few: "{0} milisekundah"
|
242
|
+
:one: "{0} milisekundi"
|
243
|
+
:other: "{0} milisekundah"
|
244
|
+
:two: "{0} milisekundah"
|
245
245
|
:duration-minute:
|
246
246
|
:few: "{0} minutah"
|
247
247
|
:one: "{0} minuti"
|
@@ -253,10 +253,15 @@
|
|
253
253
|
:other: "{0} mesecih"
|
254
254
|
:two: "{0} mesecih"
|
255
255
|
:duration-nanosecond:
|
256
|
-
:few: "{0}
|
257
|
-
:one: "{0}
|
258
|
-
:other: "{0}
|
259
|
-
:two: "{0}
|
256
|
+
:few: "{0} nanosekundah"
|
257
|
+
:one: "{0} nanosekundi"
|
258
|
+
:other: "{0} nanosekundah"
|
259
|
+
:two: "{0} nanosekundah"
|
260
|
+
:duration-quarter:
|
261
|
+
:few: "{0} četrtletjih"
|
262
|
+
:one: "{0} četrtletju"
|
263
|
+
:other: "{0} četrtletjih"
|
264
|
+
:two: "{0} četrtletjih"
|
260
265
|
:duration-second:
|
261
266
|
:few: "{0} sekundah"
|
262
267
|
:one: "{0} sekundi"
|
@@ -278,10 +283,10 @@
|
|
278
283
|
:other: "{0} amperih"
|
279
284
|
:two: "{0} amperih"
|
280
285
|
:electric-milliampere:
|
281
|
-
:few: "{0}
|
282
|
-
:one: "{0}
|
283
|
-
:other: "{0}
|
284
|
-
:two: "{0}
|
286
|
+
:few: "{0} miliamperih"
|
287
|
+
:one: "{0} miliamperu"
|
288
|
+
:other: "{0} miliamperih"
|
289
|
+
:two: "{0} miliamperih"
|
285
290
|
:electric-ohm:
|
286
291
|
:few: "{0} ohmih"
|
287
292
|
:one: "{0} ohmu"
|
@@ -308,35 +313,40 @@
|
|
308
313
|
:other: "{0} elektronvoltov"
|
309
314
|
:two: "{0} elektronvolta"
|
310
315
|
:energy-foodcalorie:
|
311
|
-
:few: "{0}
|
316
|
+
:few: "{0} kalorije"
|
312
317
|
:one: "{0} kalorija"
|
313
318
|
:other: "{0} kalorij"
|
314
319
|
:two: "{0} kaloriji"
|
315
320
|
:energy-joule:
|
316
|
-
:few: "{0}
|
317
|
-
:one: "{0}
|
318
|
-
:other: "{0}
|
319
|
-
:two: "{0}
|
321
|
+
:few: "{0} džulih"
|
322
|
+
:one: "{0} džulu"
|
323
|
+
:other: "{0} džulih"
|
324
|
+
:two: "{0} džulih"
|
320
325
|
:energy-kilocalorie:
|
321
326
|
:few: "{0} kilokalorije"
|
322
327
|
:one: "{0} kilokalorija"
|
323
328
|
:other: "{0} kilokalorij"
|
324
329
|
:two: "{0} kilokaloriji"
|
325
330
|
:energy-kilojoule:
|
326
|
-
:few: "{0}
|
327
|
-
:one: "{0}
|
328
|
-
:other: "{0}
|
329
|
-
:two: "{0}
|
331
|
+
:few: "{0} kilodžulih"
|
332
|
+
:one: "{0} kilodžulu"
|
333
|
+
:other: "{0} kilodžulih"
|
334
|
+
:two: "{0} kilodžulih"
|
330
335
|
:energy-kilowatt-hour:
|
331
|
-
:few: "{0}
|
332
|
-
:one: "{0}
|
333
|
-
:other: "{0} kilovatnih
|
334
|
-
:two: "{0}
|
336
|
+
:few: "{0} kilovatnih urah"
|
337
|
+
:one: "{0} kilovatni uri"
|
338
|
+
:other: "{0} kilovatnih urah"
|
339
|
+
:two: "{0} kilovatnih urah"
|
340
|
+
:energy-therm-us:
|
341
|
+
:few: "{0} US therm"
|
342
|
+
:one: "{0} US therm"
|
343
|
+
:other: "{0} US therm"
|
344
|
+
:two: "{0} US therm"
|
335
345
|
:force-kilowatt-hour-per-100-kilometer:
|
336
|
-
:few: "{0}
|
337
|
-
:one: "{0}
|
338
|
-
:other: "{0} kilovatnih
|
339
|
-
:two: "{0}
|
346
|
+
:few: "{0} kilovatnih urah na 100 kilometrov"
|
347
|
+
:one: "{0} kilovatni uri na 100 kilometrov"
|
348
|
+
:other: "{0} kilovatnih urah na 100 kilometrov"
|
349
|
+
:two: "{0} kilovatnih urah na 100 kilometrov"
|
340
350
|
:force-newton:
|
341
351
|
:few: "{0} newtonih"
|
342
352
|
:one: "{0} newtonu"
|
@@ -348,55 +358,80 @@
|
|
348
358
|
:other: "{0} funtov sile"
|
349
359
|
:two: "{0} funta sile"
|
350
360
|
:frequency-gigahertz:
|
351
|
-
:few: "{0}
|
352
|
-
:one: "{0}
|
353
|
-
:other: "{0}
|
354
|
-
:two: "{0}
|
361
|
+
:few: "{0} gigahercih"
|
362
|
+
:one: "{0} gigahercu"
|
363
|
+
:other: "{0} gigahercih"
|
364
|
+
:two: "{0} gigahercih"
|
355
365
|
:frequency-hertz:
|
356
|
-
:few: "{0}
|
357
|
-
:one: "{0}
|
358
|
-
:other: "{0}
|
359
|
-
:two: "{0}
|
366
|
+
:few: "{0} hercih"
|
367
|
+
:one: "{0} hercu"
|
368
|
+
:other: "{0} hercih"
|
369
|
+
:two: "{0} hercih"
|
360
370
|
:frequency-kilohertz:
|
361
|
-
:few: "{0}
|
362
|
-
:one: "{0}
|
363
|
-
:other: "{0}
|
364
|
-
:two: "{0}
|
371
|
+
:few: "{0} kilohercih"
|
372
|
+
:one: "{0} kilohercu"
|
373
|
+
:other: "{0} kilohercih"
|
374
|
+
:two: "{0} kilohercih"
|
365
375
|
:frequency-megahertz:
|
366
|
-
:few: "{0}
|
367
|
-
:one: "{0}
|
368
|
-
:other: "{0}
|
369
|
-
:two: "{0}
|
376
|
+
:few: "{0} megahercih"
|
377
|
+
:one: "{0} megahercu"
|
378
|
+
:other: "{0} megahercih"
|
379
|
+
:two: "{0} megahercih"
|
370
380
|
:graphics-dot:
|
371
381
|
:few: "{0} pike"
|
372
382
|
:one: "{0} pika"
|
373
383
|
:other: "{0} pik"
|
374
384
|
:two: "{0} piki"
|
385
|
+
:graphics-dot-per-centimeter:
|
386
|
+
:few: "{0} dpcm"
|
387
|
+
:one: "{0} dpcm"
|
388
|
+
:other: "{0} dpcm"
|
389
|
+
:two: "{0} dpcm"
|
390
|
+
:graphics-dot-per-inch:
|
391
|
+
:few: "{0} dpi"
|
392
|
+
:one: "{0} dpi"
|
393
|
+
:other: "{0} dpi"
|
394
|
+
:two: "{0} dpi"
|
375
395
|
:graphics-em:
|
376
396
|
:few: "{0} emih"
|
377
397
|
:one: "{0} emu"
|
378
398
|
:other: "{0} emih"
|
379
399
|
:two: "{0} emih"
|
400
|
+
:graphics-megapixel:
|
401
|
+
:few: "{0} megapikslih"
|
402
|
+
:one: "{0} megapikslu"
|
403
|
+
:other: "{0} megapikslih"
|
404
|
+
:two: "{0} megapikslih"
|
380
405
|
:graphics-pixel:
|
381
406
|
:few: "{0} pikslih"
|
382
407
|
:one: "{0} pikslu"
|
383
408
|
:other: "{0} pikslih"
|
384
409
|
:two: "{0} pikslih"
|
410
|
+
:graphics-pixel-per-centimeter:
|
411
|
+
:few: "{0} slikovnih pikah na centimeter"
|
412
|
+
:one: "{0} slikovni piki na centimeter"
|
413
|
+
:other: "{0} slikovnih pikah na centimeter"
|
414
|
+
:two: "{0} slikovnih pikah na centimeter"
|
415
|
+
:graphics-pixel-per-inch:
|
416
|
+
:few: "{0} ppi"
|
417
|
+
:one: "{0} ppi"
|
418
|
+
:other: "{0} ppi"
|
419
|
+
:two: "{0} ppi"
|
385
420
|
:length-astronomical-unit:
|
386
421
|
:few: "{0} astronomske enote"
|
387
422
|
:one: "{0} astronomska enota"
|
388
423
|
:other: "{0} astronomskih enot"
|
389
424
|
:two: "{0} astronomski enoti"
|
390
425
|
:length-centimeter:
|
391
|
-
:few: "{0}
|
392
|
-
:one: "{0}
|
393
|
-
:other: "{0}
|
394
|
-
:two: "{0}
|
426
|
+
:few: "{0} centimetrih"
|
427
|
+
:one: "{0} centimetru"
|
428
|
+
:other: "{0} centimetrih"
|
429
|
+
:two: "{0} centimetrih"
|
395
430
|
:length-decimeter:
|
396
|
-
:few: "{0}
|
397
|
-
:one: "{0}
|
398
|
-
:other: "{0}
|
399
|
-
:two: "{0}
|
431
|
+
:few: "{0} decimetrih"
|
432
|
+
:one: "{0} decimetru"
|
433
|
+
:other: "{0} decimetrih"
|
434
|
+
:two: "{0} decimetrih"
|
400
435
|
:length-earth-radius:
|
401
436
|
:few: "{0} Zemljini polmeri"
|
402
437
|
:one: "{0} Zemljin polmer"
|
@@ -423,10 +458,10 @@
|
|
423
458
|
:other: "{0} palcev"
|
424
459
|
:two: "{0} palca"
|
425
460
|
:length-kilometer:
|
426
|
-
:few: "{0}
|
427
|
-
:one: "{0}
|
428
|
-
:other: "{0}
|
429
|
-
:two: "{0}
|
461
|
+
:few: "{0} kilometrih"
|
462
|
+
:one: "{0} kilometru"
|
463
|
+
:other: "{0} kilometrih"
|
464
|
+
:two: "{0} kilometrih"
|
430
465
|
:length-light-year:
|
431
466
|
:few: "{0} svetlobna leta"
|
432
467
|
:one: "{0} svetlobno leto"
|
@@ -438,10 +473,10 @@
|
|
438
473
|
:other: "{0} metrih"
|
439
474
|
:two: "{0} metrih"
|
440
475
|
:length-micrometer:
|
441
|
-
:few: "{0}
|
442
|
-
:one: "{0}
|
443
|
-
:other: "{0}
|
444
|
-
:two: "{0}
|
476
|
+
:few: "{0} mikrometrih"
|
477
|
+
:one: "{0} mikrometru"
|
478
|
+
:other: "{0} mikrometrih"
|
479
|
+
:two: "{0} mikrometrih"
|
445
480
|
:length-mile:
|
446
481
|
:few: "{0} milje"
|
447
482
|
:one: "{0} milja"
|
@@ -453,15 +488,15 @@
|
|
453
488
|
:other: "{0} skandinavskih miljah"
|
454
489
|
:two: "{0} skandinavskih miljah"
|
455
490
|
:length-millimeter:
|
456
|
-
:few: "{0}
|
457
|
-
:one: "{0}
|
458
|
-
:other: "{0}
|
459
|
-
:two: "{0}
|
491
|
+
:few: "{0} milimetrih"
|
492
|
+
:one: "{0} milimetru"
|
493
|
+
:other: "{0} milimetrih"
|
494
|
+
:two: "{0} milimetrih"
|
460
495
|
:length-nanometer:
|
461
|
-
:few: "{0}
|
462
|
-
:one: "{0}
|
463
|
-
:other: "{0}
|
464
|
-
:two: "{0}
|
496
|
+
:few: "{0} nanometrih"
|
497
|
+
:one: "{0} nanometru"
|
498
|
+
:other: "{0} nanometrih"
|
499
|
+
:two: "{0} nanometrih"
|
465
500
|
:length-nautical-mile:
|
466
501
|
:few: "{0} navtične milje"
|
467
502
|
:one: "{0} navtična milja"
|
@@ -473,14 +508,14 @@
|
|
473
508
|
:other: "{0} parsekov"
|
474
509
|
:two: "{0} parseka"
|
475
510
|
:length-picometer:
|
476
|
-
:few: "{0}
|
477
|
-
:one: "{0}
|
478
|
-
:other: "{0}
|
479
|
-
:two: "{0}
|
511
|
+
:few: "{0} pikometrih"
|
512
|
+
:one: "{0} pikometru"
|
513
|
+
:other: "{0} pikometrih"
|
514
|
+
:two: "{0} pikometrih"
|
480
515
|
:length-point:
|
481
516
|
:few: "{0} točke"
|
482
517
|
:one: "{0} točka"
|
483
|
-
:other: "{0}
|
518
|
+
:other: "{0} točk"
|
484
519
|
:two: "{0} točki"
|
485
520
|
:length-solar-radius:
|
486
521
|
:few: "{0} polmeri sonca"
|
@@ -542,21 +577,16 @@
|
|
542
577
|
:one: "{0} kilogramu"
|
543
578
|
:other: "{0} kilogramih"
|
544
579
|
:two: "{0} kilogramih"
|
545
|
-
:mass-metric-ton:
|
546
|
-
:few: "{0} metričnih tonah"
|
547
|
-
:one: "{0} metrični toni"
|
548
|
-
:other: "{0} metričnih tonah"
|
549
|
-
:two: "{0} metričnih tonah"
|
550
580
|
:mass-microgram:
|
551
|
-
:few: "{0}
|
552
|
-
:one: "{0}
|
553
|
-
:other: "{0}
|
554
|
-
:two: "{0}
|
581
|
+
:few: "{0} mikrogramih"
|
582
|
+
:one: "{0} mikrogramu"
|
583
|
+
:other: "{0} mikrogramih"
|
584
|
+
:two: "{0} mikrogramih"
|
555
585
|
:mass-milligram:
|
556
|
-
:few: "{0}
|
557
|
-
:one: "{0}
|
558
|
-
:other: "{0}
|
559
|
-
:two: "{0}
|
586
|
+
:few: "{0} miligramih"
|
587
|
+
:one: "{0} miligramu"
|
588
|
+
:other: "{0} miligramih"
|
589
|
+
:two: "{0} miligramih"
|
560
590
|
:mass-ounce:
|
561
591
|
:few: "{0} unče"
|
562
592
|
:one: "{0} unča"
|
@@ -587,31 +617,36 @@
|
|
587
617
|
:one: "{0} ameriška tona"
|
588
618
|
:other: "{0} ameriških ton"
|
589
619
|
:two: "{0} ameriški toni"
|
620
|
+
:mass-tonne:
|
621
|
+
:few: "{0} metričnih tonah"
|
622
|
+
:one: "{0} metrični toni"
|
623
|
+
:other: "{0} metričnih tonah"
|
624
|
+
:two: "{0} metričnih tonah"
|
590
625
|
:power-gigawatt:
|
591
|
-
:few: "{0}
|
592
|
-
:one: "{0}
|
593
|
-
:other: "{0}
|
594
|
-
:two: "{0}
|
626
|
+
:few: "{0} gigavatih"
|
627
|
+
:one: "{0} gigavatu"
|
628
|
+
:other: "{0} gigavatih"
|
629
|
+
:two: "{0} gigavatih"
|
595
630
|
:power-horsepower:
|
596
631
|
:few: "{0} konjske moči"
|
597
632
|
:one: "{0} konjska moč"
|
598
633
|
:other: "{0} konjskih moči"
|
599
634
|
:two: "{0} konjski moči"
|
600
635
|
:power-kilowatt:
|
601
|
-
:few: "{0}
|
602
|
-
:one: "{0}
|
603
|
-
:other: "{0}
|
604
|
-
:two: "{0}
|
636
|
+
:few: "{0} kilovatih"
|
637
|
+
:one: "{0} kilovatu"
|
638
|
+
:other: "{0} kilovatih"
|
639
|
+
:two: "{0} kilovatih"
|
605
640
|
:power-megawatt:
|
606
|
-
:few: "{0}
|
607
|
-
:one: "{0}
|
608
|
-
:other: "{0}
|
609
|
-
:two: "{0}
|
641
|
+
:few: "{0} megavatih"
|
642
|
+
:one: "{0} megavatu"
|
643
|
+
:other: "{0} megavatih"
|
644
|
+
:two: "{0} megavatih"
|
610
645
|
:power-milliwatt:
|
611
|
-
:few: "{0}
|
612
|
-
:one: "{0}
|
613
|
-
:other: "{0}
|
614
|
-
:two: "{0}
|
646
|
+
:few: "{0} milivatih"
|
647
|
+
:one: "{0} milivatu"
|
648
|
+
:other: "{0} milivatih"
|
649
|
+
:two: "{0} milivatih"
|
615
650
|
:power-watt:
|
616
651
|
:few: "{0} vatih"
|
617
652
|
:one: "{0} vatu"
|
@@ -628,30 +663,30 @@
|
|
628
663
|
:other: "{0} barih"
|
629
664
|
:two: "{0} barih"
|
630
665
|
:pressure-hectopascal:
|
631
|
-
:few: "{0}
|
632
|
-
:one: "{0}
|
633
|
-
:other: "{0}
|
634
|
-
:two: "{0}
|
666
|
+
:few: "{0} hektopaskalih"
|
667
|
+
:one: "{0} hektopaskalu"
|
668
|
+
:other: "{0} hektopaskalih"
|
669
|
+
:two: "{0} hektopaskalih"
|
635
670
|
:pressure-inch-ofhg:
|
636
671
|
:few: "{0} palci živega srebra"
|
637
672
|
:one: "{0} palec živega srebra"
|
638
673
|
:other: "{0} palcev živega srebra"
|
639
674
|
:two: "{0} palca živega srebra"
|
640
675
|
:pressure-kilopascal:
|
641
|
-
:few: "{0}
|
642
|
-
:one: "{0}
|
643
|
-
:other: "{0}
|
644
|
-
:two: "{0}
|
676
|
+
:few: "{0} kilopaskalih"
|
677
|
+
:one: "{0} kilopaskalu"
|
678
|
+
:other: "{0} kilopaskalih"
|
679
|
+
:two: "{0} kilopaskalih"
|
645
680
|
:pressure-megapascal:
|
646
|
-
:few: "{0}
|
647
|
-
:one: "{0}
|
648
|
-
:other: "{0}
|
649
|
-
:two: "{0}
|
681
|
+
:few: "{0} megapaskalih"
|
682
|
+
:one: "{0} megapaskalu"
|
683
|
+
:other: "{0} megapaskalih"
|
684
|
+
:two: "{0} megapaskalih"
|
650
685
|
:pressure-millibar:
|
651
|
-
:few: "{0}
|
652
|
-
:one: "{0}
|
653
|
-
:other: "{0}
|
654
|
-
:two: "{0}
|
686
|
+
:few: "{0} milibarih"
|
687
|
+
:one: "{0} milibaru"
|
688
|
+
:other: "{0} milibarih"
|
689
|
+
:two: "{0} milibarih"
|
655
690
|
:pressure-millimeter-ofhg:
|
656
691
|
:few: "{0} milimetri živega srebra"
|
657
692
|
:one: "{0} milimeter živega srebra"
|
@@ -668,20 +703,20 @@
|
|
668
703
|
:other: "{0} funtov na kvadratni palec"
|
669
704
|
:two: "{0} funta na kvadratni palec"
|
670
705
|
:speed-kilometer-per-hour:
|
671
|
-
:few: "{0}
|
672
|
-
:one: "{0}
|
673
|
-
:other: "{0}
|
674
|
-
:two: "{0}
|
706
|
+
:few: "{0} kilometrih na uro"
|
707
|
+
:one: "{0} kilometru na uro"
|
708
|
+
:other: "{0} kilometrih na uro"
|
709
|
+
:two: "{0} kilometrih na uro"
|
675
710
|
:speed-knot:
|
676
711
|
:few: "{0} vozli"
|
677
712
|
:one: "{0} vozel"
|
678
713
|
:other: "{0} vozlov"
|
679
714
|
:two: "{0} vozla"
|
680
715
|
:speed-meter-per-second:
|
681
|
-
:few: "{0}
|
682
|
-
:one: "{0}
|
683
|
-
:other: "{0}
|
684
|
-
:two: "{0}
|
716
|
+
:few: "{0} metrih na sekundo"
|
717
|
+
:one: "{0} metru na sekundo"
|
718
|
+
:other: "{0} metrih na sekundo"
|
719
|
+
:two: "{0} metrih na sekundo"
|
685
720
|
:speed-mile-per-hour:
|
686
721
|
:few: "{0} milje na uro"
|
687
722
|
:one: "{0} milja na uro"
|
@@ -708,10 +743,10 @@
|
|
708
743
|
:other: "{0} kelvinih"
|
709
744
|
:two: "{0} kelvinih"
|
710
745
|
:torque-newton-meter:
|
711
|
-
:few: "{0} newton
|
712
|
-
:one: "{0} newton
|
713
|
-
:other: "{0} newton
|
714
|
-
:two: "{0} newton
|
746
|
+
:few: "{0} newton metrih"
|
747
|
+
:one: "{0} newton metru"
|
748
|
+
:other: "{0} newton metrih"
|
749
|
+
:two: "{0} newton metrih"
|
715
750
|
:torque-pound-force-foot:
|
716
751
|
:few: "{0} funt-čevlji"
|
717
752
|
:one: "{0} funt-čevelj"
|
@@ -733,15 +768,15 @@
|
|
733
768
|
:other: "{0} bušlov"
|
734
769
|
:two: "{0} bušla"
|
735
770
|
:volume-centiliter:
|
736
|
-
:few: "{0}
|
737
|
-
:one: "{0}
|
738
|
-
:other: "{0}
|
739
|
-
:two: "{0}
|
771
|
+
:few: "{0} centilitrih"
|
772
|
+
:one: "{0} centilitru"
|
773
|
+
:other: "{0} centilitrih"
|
774
|
+
:two: "{0} centilitrih"
|
740
775
|
:volume-cubic-centimeter:
|
741
|
-
:few: "{0}
|
742
|
-
:one: "{0}
|
743
|
-
:other: "{0} kubičnih
|
744
|
-
:two: "{0}
|
776
|
+
:few: "{0} kubičnih centimetrih"
|
777
|
+
:one: "{0} kubičnem centimetru"
|
778
|
+
:other: "{0} kubičnih centimetrih"
|
779
|
+
:two: "{0} kubičnih centimetrih"
|
745
780
|
:volume-cubic-foot:
|
746
781
|
:few: "{0} kubični čevlji"
|
747
782
|
:one: "{0} kubični čevelj"
|
@@ -753,15 +788,15 @@
|
|
753
788
|
:other: "{0} kubičnih palcev"
|
754
789
|
:two: "{0} kubična palca"
|
755
790
|
:volume-cubic-kilometer:
|
756
|
-
:few: "{0}
|
757
|
-
:one: "{0}
|
758
|
-
:other: "{0} kubičnih
|
759
|
-
:two: "{0}
|
791
|
+
:few: "{0} kubičnih kilometrih"
|
792
|
+
:one: "{0} kubičnem kilometru"
|
793
|
+
:other: "{0} kubičnih kilometrih"
|
794
|
+
:two: "{0} kubičnih kilometrih"
|
760
795
|
:volume-cubic-meter:
|
761
|
-
:few: "{0}
|
762
|
-
:one: "{0}
|
763
|
-
:other: "{0} kubičnih
|
764
|
-
:two: "{0}
|
796
|
+
:few: "{0} kubičnih metrih"
|
797
|
+
:one: "{0} kubičnem metru"
|
798
|
+
:other: "{0} kubičnih metrih"
|
799
|
+
:two: "{0} kubičnih metrih"
|
765
800
|
:volume-cubic-mile:
|
766
801
|
:few: "{0} kubične milje"
|
767
802
|
:one: "{0} kubična milja"
|
@@ -783,10 +818,10 @@
|
|
783
818
|
:other: "{0} metričnih skodelicah"
|
784
819
|
:two: "{0} metričnih skodelicah"
|
785
820
|
:volume-deciliter:
|
786
|
-
:few: "{0}
|
787
|
-
:one: "{0}
|
788
|
-
:other: "{0}
|
789
|
-
:two: "{0}
|
821
|
+
:few: "{0} decilitrih"
|
822
|
+
:one: "{0} decilitru"
|
823
|
+
:other: "{0} decilitrih"
|
824
|
+
:two: "{0} decilitrih"
|
790
825
|
:volume-dessert-spoon:
|
791
826
|
:few: "{0} desertne žličke"
|
792
827
|
:one: "{0} desertna žlička"
|
@@ -828,10 +863,10 @@
|
|
828
863
|
:other: "{0} imperialnih galon"
|
829
864
|
:two: "{0} imperialni galoni"
|
830
865
|
:volume-hectoliter:
|
831
|
-
:few: "{0}
|
832
|
-
:one: "{0}
|
833
|
-
:other: "{0}
|
834
|
-
:two: "{0}
|
866
|
+
:few: "{0} hektolitrih"
|
867
|
+
:one: "{0} hektolitru"
|
868
|
+
:other: "{0} hektolitrih"
|
869
|
+
:two: "{0} hektolitrih"
|
835
870
|
:volume-jigger:
|
836
871
|
:few: "{0} šilci"
|
837
872
|
:one: "{0} šilce"
|
@@ -843,15 +878,15 @@
|
|
843
878
|
:other: "{0} litrih"
|
844
879
|
:two: "{0} litrih"
|
845
880
|
:volume-megaliter:
|
846
|
-
:few: "{0}
|
847
|
-
:one: "{0}
|
848
|
-
:other: "{0}
|
849
|
-
:two: "{0}
|
881
|
+
:few: "{0} megalitrih"
|
882
|
+
:one: "{0} megalitru"
|
883
|
+
:other: "{0} megalitrih"
|
884
|
+
:two: "{0} megalitrih"
|
850
885
|
:volume-milliliter:
|
851
|
-
:few: "{0}
|
852
|
-
:one: "{0}
|
853
|
-
:other: "{0}
|
854
|
-
:two: "{0}
|
886
|
+
:few: "{0} mililitrih"
|
887
|
+
:one: "{0} mililitru"
|
888
|
+
:other: "{0} mililitrih"
|
889
|
+
:two: "{0} mililitrih"
|
855
890
|
:volume-pinch:
|
856
891
|
:few: "{0} ščepci"
|
857
892
|
:one: "{0} ščepec"
|
@@ -888,6 +923,16 @@
|
|
888
923
|
:other: "{0} čajnih žličk"
|
889
924
|
:two: "{0} čajni žlički"
|
890
925
|
:narrow:
|
926
|
+
:acceleration-g-force:
|
927
|
+
:few: "{0} G"
|
928
|
+
:one: "{0} G"
|
929
|
+
:other: "{0} G"
|
930
|
+
:two: "{0} G"
|
931
|
+
:acceleration-meter-per-square-second:
|
932
|
+
:few: "{0} m/s²"
|
933
|
+
:one: "{0} m/s²"
|
934
|
+
:other: "{0} m/s²"
|
935
|
+
:two: "{0} m/s²"
|
891
936
|
:angle-arc-minute:
|
892
937
|
:few: "{0}′"
|
893
938
|
:one: "{0}′"
|
@@ -903,26 +948,186 @@
|
|
903
948
|
:one: "{0} °"
|
904
949
|
:other: "{0} °"
|
905
950
|
:two: "{0} °"
|
951
|
+
:angle-radian:
|
952
|
+
:few: "{0} rad"
|
953
|
+
:one: "{0} rad"
|
954
|
+
:other: "{0} rad"
|
955
|
+
:two: "{0} rad"
|
956
|
+
:angle-revolution:
|
957
|
+
:few: "{0} vrt"
|
958
|
+
:one: "{0} vrt"
|
959
|
+
:other: "{0} vrt"
|
960
|
+
:two: "{0} vrt"
|
961
|
+
:area-acre:
|
962
|
+
:few: "{0} ac"
|
963
|
+
:one: "{0} ac"
|
964
|
+
:other: "{0} ac"
|
965
|
+
:two: "{0} ac"
|
906
966
|
:area-dunam:
|
907
967
|
:few: "{0} dunumi"
|
908
968
|
:one: "{0} dunum"
|
909
969
|
:other: "{0} dunumi"
|
910
970
|
:two: "{0} dunuma"
|
971
|
+
:area-hectare:
|
972
|
+
:few: "{0} ha"
|
973
|
+
:one: "{0} ha"
|
974
|
+
:other: "{0} ha"
|
975
|
+
:two: "{0} ha"
|
976
|
+
:area-square-centimeter:
|
977
|
+
:few: "{0} cm²"
|
978
|
+
:one: "{0} cm²"
|
979
|
+
:other: "{0} cm²"
|
980
|
+
:two: "{0} cm²"
|
981
|
+
:area-square-foot:
|
982
|
+
:few: "{0} ft²"
|
983
|
+
:one: "{0} ft²"
|
984
|
+
:other: "{0} ft²"
|
985
|
+
:two: "{0} ft²"
|
986
|
+
:area-square-inch:
|
987
|
+
:few: "{0} in²"
|
988
|
+
:one: "{0} in²"
|
989
|
+
:other: "{0} in²"
|
990
|
+
:two: "{0} in²"
|
991
|
+
:area-square-kilometer:
|
992
|
+
:few: "{0} km²"
|
993
|
+
:one: "{0} km²"
|
994
|
+
:other: "{0} km²"
|
995
|
+
:two: "{0} km²"
|
996
|
+
:area-square-meter:
|
997
|
+
:few: "{0} m²"
|
998
|
+
:one: "{0} m²"
|
999
|
+
:other: "{0} m²"
|
1000
|
+
:two: "{0} m²"
|
1001
|
+
:area-square-mile:
|
1002
|
+
:few: "{0} mi²"
|
1003
|
+
:one: "{0} mi²"
|
1004
|
+
:other: "{0} mi²"
|
1005
|
+
:two: "{0} mi²"
|
1006
|
+
:area-square-yard:
|
1007
|
+
:few: "{0} yd²"
|
1008
|
+
:one: "{0} yd²"
|
1009
|
+
:other: "{0} yd²"
|
1010
|
+
:two: "{0} yd²"
|
911
1011
|
:concentr-item:
|
912
1012
|
:few: "{0} elementi"
|
913
1013
|
:one: "{0} element"
|
914
1014
|
:other: "{0} elementov"
|
915
1015
|
:two: "{0} elementa"
|
1016
|
+
:concentr-karat:
|
1017
|
+
:few: "{0} kt"
|
1018
|
+
:one: "{0} kt"
|
1019
|
+
:other: "{0} kt"
|
1020
|
+
:two: "{0} kt"
|
1021
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1022
|
+
:few: "{0} mg/dl"
|
1023
|
+
:one: "{0} mg/dl"
|
1024
|
+
:other: "{0} mg/dl"
|
1025
|
+
:two: "{0} mg/dl"
|
1026
|
+
:concentr-millimole-per-liter:
|
1027
|
+
:few: "{0} mmol/l"
|
1028
|
+
:one: "{0} mmol/l"
|
1029
|
+
:other: "{0} mmol/l"
|
1030
|
+
:two: "{0} mmol/l"
|
1031
|
+
:concentr-mole:
|
1032
|
+
:few: "{0} mol"
|
1033
|
+
:one: "{0} mol"
|
1034
|
+
:other: "{0} mol"
|
1035
|
+
:two: "{0} mol"
|
916
1036
|
:concentr-percent:
|
917
1037
|
:few: "{0} %"
|
918
1038
|
:one: "{0} %"
|
919
1039
|
:other: "{0} %"
|
920
1040
|
:two: "{0} %"
|
1041
|
+
:concentr-permille:
|
1042
|
+
:few: "{0} ‰"
|
1043
|
+
:one: "{0} ‰"
|
1044
|
+
:other: "{0} ‰"
|
1045
|
+
:two: "{0} ‰"
|
1046
|
+
:concentr-permillion:
|
1047
|
+
:few: "{0} ppm"
|
1048
|
+
:one: "{0} ppm"
|
1049
|
+
:other: "{0} ppm"
|
1050
|
+
:two: "{0} ppm"
|
1051
|
+
:concentr-permyriad:
|
1052
|
+
:few: "{0} ‱"
|
1053
|
+
:one: "{0} ‱"
|
1054
|
+
:other: "{0} ‱"
|
1055
|
+
:two: "{0} ‱"
|
921
1056
|
:consumption-liter-per-100-kilometer:
|
922
1057
|
:few: "{0} l/100 km"
|
923
1058
|
:one: "{0} l/100 km"
|
924
1059
|
:other: "{0} l/100 km"
|
925
1060
|
:two: "{0} l/100 km"
|
1061
|
+
:consumption-liter-per-kilometer:
|
1062
|
+
:few: "{0} l/km"
|
1063
|
+
:one: "{0} l/km"
|
1064
|
+
:other: "{0} l/km"
|
1065
|
+
:two: "{0} l/km"
|
1066
|
+
:consumption-mile-per-gallon:
|
1067
|
+
:few: "{0} mpg"
|
1068
|
+
:one: "{0} mpg"
|
1069
|
+
:other: "{0} mpg"
|
1070
|
+
:two: "{0} mpg"
|
1071
|
+
:consumption-mile-per-gallon-imperial:
|
1072
|
+
:few: "{0} mpg Imp."
|
1073
|
+
:one: "{0} mpg Imp."
|
1074
|
+
:other: "{0} mpg Imp."
|
1075
|
+
:two: "{0} mpg Imp."
|
1076
|
+
:digital-bit:
|
1077
|
+
:few: "{0} biti"
|
1078
|
+
:one: "{0} bit"
|
1079
|
+
:other: "{0} bitov"
|
1080
|
+
:two: "{0} bita"
|
1081
|
+
:digital-byte:
|
1082
|
+
:few: "{0} bajti"
|
1083
|
+
:one: "{0} bajt"
|
1084
|
+
:other: "{0} B"
|
1085
|
+
:two: "{0} bajta"
|
1086
|
+
:digital-gigabit:
|
1087
|
+
:few: "{0} Gb"
|
1088
|
+
:one: "{0} Gb"
|
1089
|
+
:other: "{0} Gb"
|
1090
|
+
:two: "{0} Gb"
|
1091
|
+
:digital-gigabyte:
|
1092
|
+
:few: "{0} GB"
|
1093
|
+
:one: "{0} GB"
|
1094
|
+
:other: "{0} GB"
|
1095
|
+
:two: "{0} GB"
|
1096
|
+
:digital-kilobit:
|
1097
|
+
:few: "{0} kb"
|
1098
|
+
:one: "{0} kb"
|
1099
|
+
:other: "{0} kb"
|
1100
|
+
:two: "{0} kb"
|
1101
|
+
:digital-kilobyte:
|
1102
|
+
:few: "{0} kB"
|
1103
|
+
:one: "{0} kB"
|
1104
|
+
:other: "{0} kB"
|
1105
|
+
:two: "{0} kB"
|
1106
|
+
:digital-megabit:
|
1107
|
+
:few: "{0} Mb"
|
1108
|
+
:one: "{0} Mb"
|
1109
|
+
:other: "{0} Mb"
|
1110
|
+
:two: "{0} Mb"
|
1111
|
+
:digital-megabyte:
|
1112
|
+
:few: "{0} MB"
|
1113
|
+
:one: "{0} MB"
|
1114
|
+
:other: "{0} MB"
|
1115
|
+
:two: "{0} MB"
|
1116
|
+
:digital-petabyte:
|
1117
|
+
:few: "{0} PB"
|
1118
|
+
:one: "{0} PB"
|
1119
|
+
:other: "{0} PB"
|
1120
|
+
:two: "{0} PB"
|
1121
|
+
:digital-terabit:
|
1122
|
+
:few: "{0} Tb"
|
1123
|
+
:one: "{0} Tb"
|
1124
|
+
:other: "{0} Tb"
|
1125
|
+
:two: "{0} Tb"
|
1126
|
+
:digital-terabyte:
|
1127
|
+
:few: "{0} TB"
|
1128
|
+
:one: "{0} TB"
|
1129
|
+
:other: "{0} TB"
|
1130
|
+
:two: "{0} TB"
|
926
1131
|
:duration-century:
|
927
1132
|
:few: "{0} st"
|
928
1133
|
:one: "{0} st"
|
@@ -943,6 +1148,11 @@
|
|
943
1148
|
:one: "{0} h"
|
944
1149
|
:other: "{0} h"
|
945
1150
|
:two: "{0} h"
|
1151
|
+
:duration-microsecond:
|
1152
|
+
:few: "{0} μs"
|
1153
|
+
:one: "{0} μs"
|
1154
|
+
:other: "{0} μs"
|
1155
|
+
:two: "{0} μs"
|
946
1156
|
:duration-millisecond:
|
947
1157
|
:few: "{0} ms"
|
948
1158
|
:one: "{0} ms"
|
@@ -958,6 +1168,16 @@
|
|
958
1168
|
:one: "{0} m"
|
959
1169
|
:other: "{0} m"
|
960
1170
|
:two: "{0} m"
|
1171
|
+
:duration-nanosecond:
|
1172
|
+
:few: "{0} ns"
|
1173
|
+
:one: "{0} ns"
|
1174
|
+
:other: "{0} ns"
|
1175
|
+
:two: "{0} ns"
|
1176
|
+
:duration-quarter:
|
1177
|
+
:few: "{0} čl."
|
1178
|
+
:one: "{0} čl."
|
1179
|
+
:other: "{0} čl."
|
1180
|
+
:two: "{0} čl."
|
961
1181
|
:duration-second:
|
962
1182
|
:few: "{0} s"
|
963
1183
|
:one: "{0} s"
|
@@ -973,6 +1193,111 @@
|
|
973
1193
|
:one: "{0} l"
|
974
1194
|
:other: "{0} l"
|
975
1195
|
:two: "{0} l"
|
1196
|
+
:electric-ampere:
|
1197
|
+
:few: "{0} A"
|
1198
|
+
:one: "{0} A"
|
1199
|
+
:other: "{0} A"
|
1200
|
+
:two: "{0} A"
|
1201
|
+
:electric-milliampere:
|
1202
|
+
:few: "{0} mA"
|
1203
|
+
:one: "{0} mA"
|
1204
|
+
:other: "{0} mA"
|
1205
|
+
:two: "{0} mA"
|
1206
|
+
:electric-ohm:
|
1207
|
+
:few: "{0} Ω"
|
1208
|
+
:one: "{0} Ω"
|
1209
|
+
:other: "{0} Ω"
|
1210
|
+
:two: "{0} Ω"
|
1211
|
+
:electric-volt:
|
1212
|
+
:few: "{0} V"
|
1213
|
+
:one: "{0} V"
|
1214
|
+
:other: "{0} V"
|
1215
|
+
:two: "{0} V"
|
1216
|
+
:energy-british-thermal-unit:
|
1217
|
+
:few: "{0} Btu"
|
1218
|
+
:one: "{0} Btu"
|
1219
|
+
:other: "{0} Btu"
|
1220
|
+
:two: "{0} Btu"
|
1221
|
+
:energy-calorie:
|
1222
|
+
:few: "{0} cal"
|
1223
|
+
:one: "{0} cal"
|
1224
|
+
:other: "{0} cal"
|
1225
|
+
:two: "{0} cal"
|
1226
|
+
:energy-electronvolt:
|
1227
|
+
:few: "{0} eV"
|
1228
|
+
:one: "{0} eV"
|
1229
|
+
:other: "{0} eV"
|
1230
|
+
:two: "{0} eV"
|
1231
|
+
:energy-foodcalorie:
|
1232
|
+
:few: "{0} Cal"
|
1233
|
+
:one: "{0} Cal"
|
1234
|
+
:other: "{0} Cal"
|
1235
|
+
:two: "{0} Cal"
|
1236
|
+
:energy-joule:
|
1237
|
+
:few: "{0} J"
|
1238
|
+
:one: "{0} J"
|
1239
|
+
:other: "{0} J"
|
1240
|
+
:two: "{0} J"
|
1241
|
+
:energy-kilocalorie:
|
1242
|
+
:few: "{0} kcal"
|
1243
|
+
:one: "{0} kcal"
|
1244
|
+
:other: "{0} kcal"
|
1245
|
+
:two: "{0} kcal"
|
1246
|
+
:energy-kilojoule:
|
1247
|
+
:few: "{0} kJ"
|
1248
|
+
:one: "{0} kJ"
|
1249
|
+
:other: "{0} kJ"
|
1250
|
+
:two: "{0} kJ"
|
1251
|
+
:energy-kilowatt-hour:
|
1252
|
+
:few: "{0} kWh"
|
1253
|
+
:one: "{0} kWh"
|
1254
|
+
:other: "{0} kWh"
|
1255
|
+
:two: "{0} kWh"
|
1256
|
+
:energy-therm-us:
|
1257
|
+
:few: "{0} US therm"
|
1258
|
+
:one: "{0} US therm"
|
1259
|
+
:other: "{0} US therm"
|
1260
|
+
:two: "{0} US therm"
|
1261
|
+
:force-kilowatt-hour-per-100-kilometer:
|
1262
|
+
:few: "{0} kWh/100km"
|
1263
|
+
:one: "{0} kWh/100km"
|
1264
|
+
:other: "{0} kWh/100km"
|
1265
|
+
:two: "{0} kWh/100km"
|
1266
|
+
:force-newton:
|
1267
|
+
:few: "{0} N"
|
1268
|
+
:one: "{0} N"
|
1269
|
+
:other: "{0} N"
|
1270
|
+
:two: "{0} N"
|
1271
|
+
:force-pound-force:
|
1272
|
+
:few: "{0} lbf"
|
1273
|
+
:one: "{0} lbf"
|
1274
|
+
:other: "{0} lbf"
|
1275
|
+
:two: "{0} lbf"
|
1276
|
+
:frequency-gigahertz:
|
1277
|
+
:few: "{0} GHz"
|
1278
|
+
:one: "{0} GHz"
|
1279
|
+
:other: "{0} GHz"
|
1280
|
+
:two: "{0} GHz"
|
1281
|
+
:frequency-hertz:
|
1282
|
+
:few: "{0} Hz"
|
1283
|
+
:one: "{0} Hz"
|
1284
|
+
:other: "{0} Hz"
|
1285
|
+
:two: "{0} Hz"
|
1286
|
+
:frequency-kilohertz:
|
1287
|
+
:few: "{0} kHz"
|
1288
|
+
:one: "{0} kHz"
|
1289
|
+
:other: "{0} kHz"
|
1290
|
+
:two: "{0} kHz"
|
1291
|
+
:frequency-megahertz:
|
1292
|
+
:few: "{0} MHz"
|
1293
|
+
:one: "{0} MHz"
|
1294
|
+
:other: "{0} MHz"
|
1295
|
+
:two: "{0} MHz"
|
1296
|
+
:graphics-dot:
|
1297
|
+
:few: "{0} pike"
|
1298
|
+
:one: "{0} pika"
|
1299
|
+
:other: "{0} pik"
|
1300
|
+
:two: "{0} piki"
|
976
1301
|
:graphics-dot-per-centimeter:
|
977
1302
|
:few: "{0} ppcm"
|
978
1303
|
:one: "{0} dpcm"
|
@@ -983,6 +1308,31 @@
|
|
983
1308
|
:one: "{0} dpi"
|
984
1309
|
:other: "{0} dpi"
|
985
1310
|
:two: "{0} ppi"
|
1311
|
+
:graphics-em:
|
1312
|
+
:few: "{0} em"
|
1313
|
+
:one: "{0} em"
|
1314
|
+
:other: "{0} em"
|
1315
|
+
:two: "{0} em"
|
1316
|
+
:graphics-megapixel:
|
1317
|
+
:few: "{0} MP"
|
1318
|
+
:one: "{0} MP"
|
1319
|
+
:other: "{0} MP"
|
1320
|
+
:two: "{0} MP"
|
1321
|
+
:graphics-pixel:
|
1322
|
+
:few: "{0} px"
|
1323
|
+
:one: "{0} px"
|
1324
|
+
:other: "{0} px"
|
1325
|
+
:two: "{0} px"
|
1326
|
+
:graphics-pixel-per-centimeter:
|
1327
|
+
:few: "{0} ppcm"
|
1328
|
+
:one: "{0} ppcm"
|
1329
|
+
:other: "{0} ppcm"
|
1330
|
+
:two: "{0} ppcm"
|
1331
|
+
:graphics-pixel-per-inch:
|
1332
|
+
:few: "{0} ppi"
|
1333
|
+
:one: "{0} ppi"
|
1334
|
+
:other: "{0} ppi"
|
1335
|
+
:two: "{0} ppi"
|
986
1336
|
:length-astronomical-unit:
|
987
1337
|
:few: "{0} ae"
|
988
1338
|
:one: "{0} ae"
|
@@ -993,6 +1343,16 @@
|
|
993
1343
|
:one: "{0} cm"
|
994
1344
|
:other: "{0} cm"
|
995
1345
|
:two: "{0} cm"
|
1346
|
+
:length-decimeter:
|
1347
|
+
:few: "{0} dm"
|
1348
|
+
:one: "{0} dm"
|
1349
|
+
:other: "{0} dm"
|
1350
|
+
:two: "{0} dm"
|
1351
|
+
:length-earth-radius:
|
1352
|
+
:few: "{0} R⊕"
|
1353
|
+
:one: "{0} R⊕"
|
1354
|
+
:other: "{0} R⊕"
|
1355
|
+
:two: "{0} R⊕"
|
996
1356
|
:length-fathom:
|
997
1357
|
:few: "{0} fth"
|
998
1358
|
:one: "{0} fth"
|
@@ -1003,6 +1363,11 @@
|
|
1003
1363
|
:one: "{0} ft"
|
1004
1364
|
:other: "{0} ft"
|
1005
1365
|
:two: "{0} ft"
|
1366
|
+
:length-furlong:
|
1367
|
+
:few: "{0} fur"
|
1368
|
+
:one: "{0} fur"
|
1369
|
+
:other: "{0} fur"
|
1370
|
+
:two: "{0} fur"
|
1006
1371
|
:length-inch:
|
1007
1372
|
:few: "{0} in"
|
1008
1373
|
:one: "{0} in"
|
@@ -1023,26 +1388,101 @@
|
|
1023
1388
|
:one: "{0} m"
|
1024
1389
|
:other: "{0} m"
|
1025
1390
|
:two: "{0} m"
|
1391
|
+
:length-micrometer:
|
1392
|
+
:few: "{0} μm"
|
1393
|
+
:one: "{0} μm"
|
1394
|
+
:other: "{0} μm"
|
1395
|
+
:two: "{0} μm"
|
1026
1396
|
:length-mile:
|
1027
1397
|
:few: "{0} mi"
|
1028
1398
|
:one: "{0} mi"
|
1029
1399
|
:other: "{0} mi"
|
1030
1400
|
:two: "{0} mi"
|
1401
|
+
:length-mile-scandinavian:
|
1402
|
+
:few: "{0} smi"
|
1403
|
+
:one: "{0} smi"
|
1404
|
+
:other: "{0} smi"
|
1405
|
+
:two: "{0} smi"
|
1031
1406
|
:length-millimeter:
|
1032
1407
|
:few: "{0} mm"
|
1033
1408
|
:one: "{0} mm"
|
1034
1409
|
:other: "{0} mm"
|
1035
1410
|
:two: "{0} mm"
|
1411
|
+
:length-nanometer:
|
1412
|
+
:few: "{0} nm"
|
1413
|
+
:one: "{0} nm"
|
1414
|
+
:other: "{0} nm"
|
1415
|
+
:two: "{0} nm"
|
1416
|
+
:length-nautical-mile:
|
1417
|
+
:few: "{0} nmi"
|
1418
|
+
:one: "{0} nmi"
|
1419
|
+
:other: "{0} nmi"
|
1420
|
+
:two: "{0} nmi"
|
1421
|
+
:length-parsec:
|
1422
|
+
:few: "{0} pc"
|
1423
|
+
:one: "{0} pc"
|
1424
|
+
:other: "{0} pc"
|
1425
|
+
:two: "{0} pc"
|
1036
1426
|
:length-picometer:
|
1037
1427
|
:few: "{0} pm"
|
1038
1428
|
:one: "{0} pm"
|
1039
1429
|
:other: "{0} pm"
|
1040
1430
|
:two: "{0} pm"
|
1431
|
+
:length-point:
|
1432
|
+
:few: "{0} pt"
|
1433
|
+
:one: "{0} pt"
|
1434
|
+
:other: "{0} pt"
|
1435
|
+
:two: "{0} pt"
|
1436
|
+
:length-solar-radius:
|
1437
|
+
:few: "{0} R☉"
|
1438
|
+
:one: "{0} R☉"
|
1439
|
+
:other: "{0} R☉"
|
1440
|
+
:two: "{0} R☉"
|
1041
1441
|
:length-yard:
|
1042
1442
|
:few: "{0} yd"
|
1043
1443
|
:one: "{0} yd"
|
1044
1444
|
:other: "{0} yd"
|
1045
1445
|
:two: "{0} yd"
|
1446
|
+
:light-candela:
|
1447
|
+
:few: "{0} cd"
|
1448
|
+
:one: "{0} cd"
|
1449
|
+
:other: "{0} cd"
|
1450
|
+
:two: "{0} cd"
|
1451
|
+
:light-lumen:
|
1452
|
+
:few: "{0} lm"
|
1453
|
+
:one: "{0} lm"
|
1454
|
+
:other: "{0} lm"
|
1455
|
+
:two: "{0} lm"
|
1456
|
+
:light-lux:
|
1457
|
+
:few: "{0} lx"
|
1458
|
+
:one: "{0} lx"
|
1459
|
+
:other: "{0} lx"
|
1460
|
+
:two: "{0} lx"
|
1461
|
+
:light-solar-luminosity:
|
1462
|
+
:few: "{0} L☉"
|
1463
|
+
:one: "{0} L☉"
|
1464
|
+
:other: "{0} L☉"
|
1465
|
+
:two: "{0} L☉"
|
1466
|
+
:mass-carat:
|
1467
|
+
:few: "{0} CD"
|
1468
|
+
:one: "{0} CD"
|
1469
|
+
:other: "{0} CD"
|
1470
|
+
:two: "{0} CD"
|
1471
|
+
:mass-dalton:
|
1472
|
+
:few: "{0} Da"
|
1473
|
+
:one: "{0} Da"
|
1474
|
+
:other: "{0} Da"
|
1475
|
+
:two: "{0} Da"
|
1476
|
+
:mass-earth-mass:
|
1477
|
+
:few: "{0} M⊕"
|
1478
|
+
:one: "{0} M⊕"
|
1479
|
+
:other: "{0} M⊕"
|
1480
|
+
:two: "{0} M⊕"
|
1481
|
+
:mass-grain:
|
1482
|
+
:few: "{0} grani"
|
1483
|
+
:one: "{0} gran"
|
1484
|
+
:other: "{0} granov"
|
1485
|
+
:two: "{0} grana"
|
1046
1486
|
:mass-gram:
|
1047
1487
|
:few: "{0} g"
|
1048
1488
|
:one: "{0} g"
|
@@ -1053,21 +1493,91 @@
|
|
1053
1493
|
:one: "{0} kg"
|
1054
1494
|
:other: "{0} kg"
|
1055
1495
|
:two: "{0} kg"
|
1496
|
+
:mass-microgram:
|
1497
|
+
:few: "{0} μg"
|
1498
|
+
:one: "{0} μg"
|
1499
|
+
:other: "{0} μg"
|
1500
|
+
:two: "{0} μg"
|
1501
|
+
:mass-milligram:
|
1502
|
+
:few: "{0} mg"
|
1503
|
+
:one: "{0} mg"
|
1504
|
+
:other: "{0} mg"
|
1505
|
+
:two: "{0} mg"
|
1056
1506
|
:mass-ounce:
|
1057
1507
|
:few: "{0} oz"
|
1058
1508
|
:one: "{0} oz"
|
1059
1509
|
:other: "{0} oz"
|
1060
1510
|
:two: "{0} oz"
|
1511
|
+
:mass-ounce-troy:
|
1512
|
+
:few: "{0} oz t"
|
1513
|
+
:one: "{0} oz t"
|
1514
|
+
:other: "{0} oz t"
|
1515
|
+
:two: "{0} oz t"
|
1061
1516
|
:mass-pound:
|
1062
1517
|
:few: "{0} lb"
|
1063
1518
|
:one: "{0} lb"
|
1064
1519
|
:other: "{0} lb"
|
1065
1520
|
:two: "{0} lb"
|
1521
|
+
:mass-solar-mass:
|
1522
|
+
:few: "{0} M☉"
|
1523
|
+
:one: "{0} M☉"
|
1524
|
+
:other: "{0} M☉"
|
1525
|
+
:two: "{0} M☉"
|
1526
|
+
:mass-stone:
|
1527
|
+
:few: "{0} st"
|
1528
|
+
:one: "{0} st"
|
1529
|
+
:other: "{0} st"
|
1530
|
+
:two: "{0} st"
|
1531
|
+
:mass-ton:
|
1532
|
+
:few: "{0} sh tn"
|
1533
|
+
:one: "{0} sh tn"
|
1534
|
+
:other: "{0} sh tn"
|
1535
|
+
:two: "{0} sh tn"
|
1536
|
+
:mass-tonne:
|
1537
|
+
:few: "{0} t"
|
1538
|
+
:one: "{0} t"
|
1539
|
+
:other: "{0} t"
|
1540
|
+
:two: "{0} t"
|
1541
|
+
:power-gigawatt:
|
1542
|
+
:few: "{0} GW"
|
1543
|
+
:one: "{0} GW"
|
1544
|
+
:other: "{0} GW"
|
1545
|
+
:two: "{0} GW"
|
1066
1546
|
:power-horsepower:
|
1067
1547
|
:few: "{0} KM"
|
1068
1548
|
:one: "{0} KM"
|
1069
1549
|
:other: "{0} KM"
|
1070
1550
|
:two: "{0} KM"
|
1551
|
+
:power-kilowatt:
|
1552
|
+
:few: "{0} kW"
|
1553
|
+
:one: "{0} kW"
|
1554
|
+
:other: "{0} kW"
|
1555
|
+
:two: "{0} kW"
|
1556
|
+
:power-megawatt:
|
1557
|
+
:few: "{0} MW"
|
1558
|
+
:one: "{0} MW"
|
1559
|
+
:other: "{0} MW"
|
1560
|
+
:two: "{0} MW"
|
1561
|
+
:power-milliwatt:
|
1562
|
+
:few: "{0} mW"
|
1563
|
+
:one: "{0} mW"
|
1564
|
+
:other: "{0} mW"
|
1565
|
+
:two: "{0} mW"
|
1566
|
+
:power-watt:
|
1567
|
+
:few: "{0} W"
|
1568
|
+
:one: "{0} W"
|
1569
|
+
:other: "{0} W"
|
1570
|
+
:two: "{0} W"
|
1571
|
+
:pressure-atmosphere:
|
1572
|
+
:few: "{0} atm"
|
1573
|
+
:one: "{0} atm"
|
1574
|
+
:other: "{0} atm"
|
1575
|
+
:two: "{0} atm"
|
1576
|
+
:pressure-bar:
|
1577
|
+
:few: "{0} bar"
|
1578
|
+
:one: "{0} bar"
|
1579
|
+
:other: "{0} bar"
|
1580
|
+
:two: "{0} bar"
|
1071
1581
|
:pressure-hectopascal:
|
1072
1582
|
:few: "{0} hPa"
|
1073
1583
|
:one: "{0} hPa"
|
@@ -1078,16 +1588,46 @@
|
|
1078
1588
|
:one: "{0} inHg"
|
1079
1589
|
:other: "{0} inHg"
|
1080
1590
|
:two: "{0} inHg"
|
1591
|
+
:pressure-kilopascal:
|
1592
|
+
:few: "{0} kPa"
|
1593
|
+
:one: "{0} kPa"
|
1594
|
+
:other: "{0} kPa"
|
1595
|
+
:two: "{0} kPa"
|
1596
|
+
:pressure-megapascal:
|
1597
|
+
:few: "{0} MPa"
|
1598
|
+
:one: "{0} MPa"
|
1599
|
+
:other: "{0} MPa"
|
1600
|
+
:two: "{0} MPa"
|
1081
1601
|
:pressure-millibar:
|
1082
1602
|
:few: "{0} mbar"
|
1083
1603
|
:one: "{0} mbar"
|
1084
1604
|
:other: "{0} mbar"
|
1085
1605
|
:two: "{0} mbar"
|
1606
|
+
:pressure-millimeter-ofhg:
|
1607
|
+
:few: "{0} mmHg"
|
1608
|
+
:one: "{0} mmHg"
|
1609
|
+
:other: "{0} mmHg"
|
1610
|
+
:two: "{0} mmHg"
|
1611
|
+
:pressure-pascal:
|
1612
|
+
:few: "{0} Pa"
|
1613
|
+
:one: "{0} Pa"
|
1614
|
+
:other: "{0} Pa"
|
1615
|
+
:two: "{0} Pa"
|
1616
|
+
:pressure-pound-force-per-square-inch:
|
1617
|
+
:few: "{0} psi"
|
1618
|
+
:one: "{0} psi"
|
1619
|
+
:other: "{0} psi"
|
1620
|
+
:two: "{0} psi"
|
1086
1621
|
:speed-kilometer-per-hour:
|
1087
1622
|
:few: "{0} km/h"
|
1088
1623
|
:one: "{0} km/h"
|
1089
1624
|
:other: "{0} km/h"
|
1090
1625
|
:two: "{0} km/h"
|
1626
|
+
:speed-knot:
|
1627
|
+
:few: "{0} kn"
|
1628
|
+
:one: "{0} kn"
|
1629
|
+
:other: "{0} kn"
|
1630
|
+
:two: "{0} kn"
|
1091
1631
|
:speed-meter-per-second:
|
1092
1632
|
:few: "{0} m/s"
|
1093
1633
|
:one: "{0} m/s"
|
@@ -1108,11 +1648,96 @@
|
|
1108
1648
|
:one: "{0} °F"
|
1109
1649
|
:other: "{0} °F"
|
1110
1650
|
:two: "{0} °F"
|
1651
|
+
:temperature-generic:
|
1652
|
+
:few: "{0}°"
|
1653
|
+
:one: "{0}°"
|
1654
|
+
:other: "{0}°"
|
1655
|
+
:two: "{0}°"
|
1656
|
+
:temperature-kelvin:
|
1657
|
+
:few: "{0} K"
|
1658
|
+
:one: "{0} K"
|
1659
|
+
:other: "{0} K"
|
1660
|
+
:two: "{0} K"
|
1661
|
+
:torque-newton-meter:
|
1662
|
+
:few: "{0} N⋅m"
|
1663
|
+
:one: "{0} N⋅m"
|
1664
|
+
:other: "{0} N⋅m"
|
1665
|
+
:two: "{0} N⋅m"
|
1666
|
+
:torque-pound-force-foot:
|
1667
|
+
:few: "{0} lbf⋅ft"
|
1668
|
+
:one: "{0} lbf⋅ft"
|
1669
|
+
:other: "{0} lbf⋅ft"
|
1670
|
+
:two: "{0} lbf⋅ft"
|
1671
|
+
:volume-acre-foot:
|
1672
|
+
:few: "{0} ac ft"
|
1673
|
+
:one: "{0} ac ft"
|
1674
|
+
:other: "{0} ac ft"
|
1675
|
+
:two: "{0} ac ft"
|
1676
|
+
:volume-barrel:
|
1677
|
+
:few: "{0} bbl"
|
1678
|
+
:one: "{0} bbl"
|
1679
|
+
:other: "{0} bbl"
|
1680
|
+
:two: "{0} bbl"
|
1681
|
+
:volume-bushel:
|
1682
|
+
:few: "{0} bu"
|
1683
|
+
:one: "{0} bu"
|
1684
|
+
:other: "{0} bu"
|
1685
|
+
:two: "{0} bu"
|
1686
|
+
:volume-centiliter:
|
1687
|
+
:few: "{0} cl"
|
1688
|
+
:one: "{0} cl"
|
1689
|
+
:other: "{0} cl"
|
1690
|
+
:two: "{0} cl"
|
1691
|
+
:volume-cubic-centimeter:
|
1692
|
+
:few: "{0} cm³"
|
1693
|
+
:one: "{0} cm³"
|
1694
|
+
:other: "{0} cm³"
|
1695
|
+
:two: "{0} cm³"
|
1696
|
+
:volume-cubic-foot:
|
1697
|
+
:few: "{0} ft³"
|
1698
|
+
:one: "{0} ft³"
|
1699
|
+
:other: "{0} ft³"
|
1700
|
+
:two: "{0} ft³"
|
1701
|
+
:volume-cubic-inch:
|
1702
|
+
:few: "{0} in³"
|
1703
|
+
:one: "{0} in³"
|
1704
|
+
:other: "{0} in³"
|
1705
|
+
:two: "{0} in³"
|
1706
|
+
:volume-cubic-kilometer:
|
1707
|
+
:few: "{0} km³"
|
1708
|
+
:one: "{0} km³"
|
1709
|
+
:other: "{0} km³"
|
1710
|
+
:two: "{0} km³"
|
1711
|
+
:volume-cubic-meter:
|
1712
|
+
:few: "{0} m³"
|
1713
|
+
:one: "{0} m³"
|
1714
|
+
:other: "{0} m³"
|
1715
|
+
:two: "{0} m³"
|
1716
|
+
:volume-cubic-mile:
|
1717
|
+
:few: "{0} mi³"
|
1718
|
+
:one: "{0} mi³"
|
1719
|
+
:other: "{0} mi³"
|
1720
|
+
:two: "{0} mi³"
|
1721
|
+
:volume-cubic-yard:
|
1722
|
+
:few: "{0} yd³"
|
1723
|
+
:one: "{0} yd³"
|
1724
|
+
:other: "{0} yd³"
|
1725
|
+
:two: "{0} yd³"
|
1726
|
+
:volume-cup:
|
1727
|
+
:few: "{0} c"
|
1728
|
+
:one: "{0} c"
|
1729
|
+
:other: "{0} c"
|
1730
|
+
:two: "{0} c"
|
1111
1731
|
:volume-cup-metric:
|
1112
1732
|
:few: "{0} m. sk."
|
1113
1733
|
:one: "{0} m. sk."
|
1114
1734
|
:other: "{0} m. sk."
|
1115
1735
|
:two: "{0} m. sk."
|
1736
|
+
:volume-deciliter:
|
1737
|
+
:few: "{0} dl"
|
1738
|
+
:one: "{0} dl"
|
1739
|
+
:other: "{0} dl"
|
1740
|
+
:two: "{0} dl"
|
1116
1741
|
:volume-dessert-spoon:
|
1117
1742
|
:few: "{0} des. žl."
|
1118
1743
|
:one: "{0} des. žl."
|
@@ -1123,11 +1748,96 @@
|
|
1123
1748
|
:one: "{0} imp. des. žl."
|
1124
1749
|
:other: "{0} imp. des. žl."
|
1125
1750
|
:two: "{0} imp. des. žl."
|
1751
|
+
:volume-dram:
|
1752
|
+
:few: "{0} tekoče drahme"
|
1753
|
+
:one: "{0} tekoča drahma"
|
1754
|
+
:other: "{0} tekočih drahm"
|
1755
|
+
:two: "{0} tekoči drahmi"
|
1756
|
+
:volume-drop:
|
1757
|
+
:few: "{0} kapljice"
|
1758
|
+
:one: "{0} kapljica"
|
1759
|
+
:other: "{0} kapljic"
|
1760
|
+
:two: "{0} kapljici"
|
1761
|
+
:volume-fluid-ounce:
|
1762
|
+
:few: "{0} fl oz"
|
1763
|
+
:one: "{0} fl oz"
|
1764
|
+
:other: "{0} fl oz"
|
1765
|
+
:two: "{0} fl oz"
|
1766
|
+
:volume-fluid-ounce-imperial:
|
1767
|
+
:few: "{0} imp. fl. oz."
|
1768
|
+
:one: "{0} imp. fl. oz."
|
1769
|
+
:other: "{0} imp. fl. oz."
|
1770
|
+
:two: "{0} imp. fl. oz."
|
1771
|
+
:volume-gallon:
|
1772
|
+
:few: "{0} gal"
|
1773
|
+
:one: "{0} gal"
|
1774
|
+
:other: "{0} gal"
|
1775
|
+
:two: "{0} gal"
|
1776
|
+
:volume-gallon-imperial:
|
1777
|
+
:few: "{0} imp. gal"
|
1778
|
+
:one: "{0} imp. gal"
|
1779
|
+
:other: "{0} imp. gal"
|
1780
|
+
:two: "{0} imp. gal"
|
1781
|
+
:volume-hectoliter:
|
1782
|
+
:few: "{0} hl"
|
1783
|
+
:one: "{0} hl"
|
1784
|
+
:other: "{0} hl"
|
1785
|
+
:two: "{0} hl"
|
1786
|
+
:volume-jigger:
|
1787
|
+
:few: "{0} šilci"
|
1788
|
+
:one: "{0} šilce"
|
1789
|
+
:other: "{0} šilcev"
|
1790
|
+
:two: "{0} šilca"
|
1126
1791
|
:volume-liter:
|
1127
1792
|
:few: "{0} l"
|
1128
1793
|
:one: "{0} l"
|
1129
1794
|
:other: "{0} l"
|
1130
1795
|
:two: "{0} l"
|
1796
|
+
:volume-megaliter:
|
1797
|
+
:few: "{0} Ml"
|
1798
|
+
:one: "{0} Ml"
|
1799
|
+
:other: "{0} Ml"
|
1800
|
+
:two: "{0} Ml"
|
1801
|
+
:volume-milliliter:
|
1802
|
+
:few: "{0} ml"
|
1803
|
+
:one: "{0} ml"
|
1804
|
+
:other: "{0} ml"
|
1805
|
+
:two: "{0} ml"
|
1806
|
+
:volume-pinch:
|
1807
|
+
:few: "{0} ščepci"
|
1808
|
+
:one: "{0} ščepec"
|
1809
|
+
:other: "{0} ščepcev"
|
1810
|
+
:two: "{0} ščepca"
|
1811
|
+
:volume-pint:
|
1812
|
+
:few: "{0} pt"
|
1813
|
+
:one: "{0} pt"
|
1814
|
+
:other: "{0} pt"
|
1815
|
+
:two: "{0} pt"
|
1816
|
+
:volume-pint-metric:
|
1817
|
+
:few: "{0} mpt"
|
1818
|
+
:one: "{0} mpt"
|
1819
|
+
:other: "{0} mpt"
|
1820
|
+
:two: "{0} mpt"
|
1821
|
+
:volume-quart:
|
1822
|
+
:few: "{0} qt"
|
1823
|
+
:one: "{0} qt"
|
1824
|
+
:other: "{0} qt"
|
1825
|
+
:two: "{0} qt"
|
1826
|
+
:volume-quart-imperial:
|
1827
|
+
:few: "{0} imp. qt"
|
1828
|
+
:one: "{0} imp. qt"
|
1829
|
+
:other: "{0} imp. qt"
|
1830
|
+
:two: "{0} imp. qt"
|
1831
|
+
:volume-tablespoon:
|
1832
|
+
:few: "{0} žlice"
|
1833
|
+
:one: "{0} žlica"
|
1834
|
+
:other: "{0} žlic"
|
1835
|
+
:two: "{0} žlici"
|
1836
|
+
:volume-teaspoon:
|
1837
|
+
:few: "{0} žličke"
|
1838
|
+
:one: "{0} žlička"
|
1839
|
+
:other: "{0} žličk"
|
1840
|
+
:two: "{0} žlički"
|
1131
1841
|
:short:
|
1132
1842
|
:acceleration-g-force:
|
1133
1843
|
:few: "{0} G"
|
@@ -1379,6 +2089,11 @@
|
|
1379
2089
|
:one: "{0} ns"
|
1380
2090
|
:other: "{0} ns"
|
1381
2091
|
:two: "{0} ns"
|
2092
|
+
:duration-quarter:
|
2093
|
+
:few: "{0} četrtl."
|
2094
|
+
:one: "{0} četrtl."
|
2095
|
+
:other: "{0} četrtl."
|
2096
|
+
:two: "{0} četrtl."
|
1382
2097
|
:duration-second:
|
1383
2098
|
:few: "{0} sek."
|
1384
2099
|
:one: "{0} sek."
|
@@ -1460,7 +2175,10 @@
|
|
1460
2175
|
:other: "{0} US therm"
|
1461
2176
|
:two: "{0} US therm"
|
1462
2177
|
:force-kilowatt-hour-per-100-kilometer:
|
2178
|
+
:few: "{0} kWh/100km"
|
2179
|
+
:one: "{0} kWh/100km"
|
1463
2180
|
:other: "{0} kWh/100km"
|
2181
|
+
:two: "{0} kWh/100km"
|
1464
2182
|
:force-newton:
|
1465
2183
|
:few: "{0} N"
|
1466
2184
|
:one: "{0} N"
|
@@ -1642,9 +2360,15 @@
|
|
1642
2360
|
:other: "{0} yd"
|
1643
2361
|
:two: "{0} yd"
|
1644
2362
|
:light-candela:
|
2363
|
+
:few: "{0} cd"
|
2364
|
+
:one: "{0} cd"
|
1645
2365
|
:other: "{0} cd"
|
2366
|
+
:two: "{0} cd"
|
1646
2367
|
:light-lumen:
|
2368
|
+
:few: "{0} lm"
|
2369
|
+
:one: "{0} lm"
|
1647
2370
|
:other: "{0} lm"
|
2371
|
+
:two: "{0} lm"
|
1648
2372
|
:light-lux:
|
1649
2373
|
:few: "{0} lx"
|
1650
2374
|
:one: "{0} lx"
|
@@ -1685,11 +2409,6 @@
|
|
1685
2409
|
:one: "{0} kg"
|
1686
2410
|
:other: "{0} kg"
|
1687
2411
|
:two: "{0} kg"
|
1688
|
-
:mass-metric-ton:
|
1689
|
-
:few: "{0} t"
|
1690
|
-
:one: "{0} t"
|
1691
|
-
:other: "{0} t"
|
1692
|
-
:two: "{0} t"
|
1693
2412
|
:mass-microgram:
|
1694
2413
|
:few: "{0} μg"
|
1695
2414
|
:one: "{0} μg"
|
@@ -1730,6 +2449,11 @@
|
|
1730
2449
|
:one: "{0} sh tn"
|
1731
2450
|
:other: "{0} sh tn"
|
1732
2451
|
:two: "{0} sh tn"
|
2452
|
+
:mass-tonne:
|
2453
|
+
:few: "{0} t"
|
2454
|
+
:one: "{0} t"
|
2455
|
+
:other: "{0} t"
|
2456
|
+
:two: "{0} t"
|
1733
2457
|
:power-gigawatt:
|
1734
2458
|
:few: "{0} GW"
|
1735
2459
|
:one: "{0} GW"
|