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
@@ -13,9 +13,9 @@
|
|
13
13
|
:one: "{0} laisvojo kritimo pagreityje"
|
14
14
|
:other: "{0} laisvojo kritimo pagreičių"
|
15
15
|
:acceleration-meter-per-square-second:
|
16
|
-
:few: "{0}
|
17
|
-
:many: "{0}
|
18
|
-
:one: "{0}
|
16
|
+
:few: "{0} metruose per kvadratinę sekundę"
|
17
|
+
:many: "{0} metro per kvadratinę sekundę"
|
18
|
+
:one: "{0} metre per kvadratinę sekundę"
|
19
19
|
:other: "{0} metrų per kvadratinę sekundę"
|
20
20
|
:angle-arc-minute:
|
21
21
|
:few: "{0} kampo minutėse"
|
@@ -58,9 +58,9 @@
|
|
58
58
|
:one: "{0} hektare"
|
59
59
|
:other: "{0} hektarų"
|
60
60
|
:area-square-centimeter:
|
61
|
-
:few: "{0}
|
61
|
+
:few: "{0} kvadratiniuose centimetruose"
|
62
62
|
:many: "{0} kvadratinio centimetro"
|
63
|
-
:one: "{0}
|
63
|
+
:one: "{0} kvadratiniame centimetre"
|
64
64
|
:other: "{0} kvadratinių centimetrų"
|
65
65
|
:area-square-foot:
|
66
66
|
:few: "{0} kvadratinės pėdos"
|
@@ -73,14 +73,14 @@
|
|
73
73
|
:one: "{0} kvadratinis colis"
|
74
74
|
:other: "{0} kvadratinių colių"
|
75
75
|
:area-square-kilometer:
|
76
|
-
:few: "{0}
|
76
|
+
:few: "{0} kvadratiniuose kilometruose"
|
77
77
|
:many: "{0} kvadratinio kilometro"
|
78
|
-
:one: "{0}
|
78
|
+
:one: "{0} kvadratinį kilometrą"
|
79
79
|
:other: "{0} kvadratinių kilometrų"
|
80
80
|
:area-square-meter:
|
81
|
-
:few: "{0}
|
81
|
+
:few: "{0} kvadratiniuose metruose"
|
82
82
|
:many: "{0} kvadratinio metro"
|
83
|
-
:one: "{0}
|
83
|
+
:one: "{0} kvadratiniame metre"
|
84
84
|
:other: "{0} kvadratinių metrų"
|
85
85
|
:area-square-mile:
|
86
86
|
:few: "{0} kvadratinės mylios"
|
@@ -93,9 +93,9 @@
|
|
93
93
|
:one: "{0} kvadratinis jardas"
|
94
94
|
:other: "{0} yd²"
|
95
95
|
:concentr-item:
|
96
|
-
:few: "{0}
|
96
|
+
:few: "{0} elementuose"
|
97
97
|
:many: "{0} elemento"
|
98
|
-
:one: "{0}
|
98
|
+
:one: "{0} elemente"
|
99
99
|
:other: "{0} elementų"
|
100
100
|
:concentr-karat:
|
101
101
|
:few: "{0} karatuose"
|
@@ -108,9 +108,9 @@
|
|
108
108
|
:one: "{0} miligramas decilitre"
|
109
109
|
:other: "{0} miligramų decilitre"
|
110
110
|
:concentr-millimole-per-liter:
|
111
|
-
:few: "{0}
|
112
|
-
:many: "{0}
|
113
|
-
:one: "{0}
|
111
|
+
:few: "{0} milimoliuose litre"
|
112
|
+
:many: "{0} milimolio litre"
|
113
|
+
:one: "{0} milimolyje litre"
|
114
114
|
:other: "{0} milimolių litre"
|
115
115
|
:concentr-mole:
|
116
116
|
:few: "{0} moliuose"
|
@@ -132,15 +132,20 @@
|
|
132
132
|
:many: "{0} milijoninės dalies"
|
133
133
|
:one: "{0} milijoninėje dalyje"
|
134
134
|
:other: "{0} milijoninių dalių"
|
135
|
+
:concentr-permyriad:
|
136
|
+
:few: "{0}‱"
|
137
|
+
:many: "{0}‱"
|
138
|
+
:one: "{0}‱"
|
139
|
+
:other: "{0}‱"
|
135
140
|
:consumption-liter-per-100-kilometer:
|
136
|
-
:few: "{0}
|
141
|
+
:few: "{0} litruose 100 kilometrų"
|
137
142
|
:many: "{0} litro 100 kilometrų"
|
138
|
-
:one: "{0}
|
143
|
+
:one: "{0} litre 100 kilometrų"
|
139
144
|
:other: "{0} litrų 100 kilometrų"
|
140
145
|
:consumption-liter-per-kilometer:
|
141
|
-
:few: "{0}
|
146
|
+
:few: "{0} litruose kilometrui"
|
142
147
|
:many: "{0} litro kilometrui"
|
143
|
-
:one: "{0}
|
148
|
+
:one: "{0} litre kilometrui"
|
144
149
|
:other: "{0} litrų kilometrui"
|
145
150
|
:consumption-mile-per-gallon:
|
146
151
|
:few: "{0} mylios už galoną"
|
@@ -163,49 +168,49 @@
|
|
163
168
|
:one: "{0} baite"
|
164
169
|
:other: "{0} baitų"
|
165
170
|
:digital-gigabit:
|
166
|
-
:few: "{0}
|
171
|
+
:few: "{0} gigabituose"
|
167
172
|
:many: "{0} gigabito"
|
168
|
-
:one: "{0}
|
173
|
+
:one: "{0} gigabite"
|
169
174
|
:other: "{0} gigabitų"
|
170
175
|
:digital-gigabyte:
|
171
|
-
:few: "{0}
|
176
|
+
:few: "{0} gigabaituose"
|
172
177
|
:many: "{0} gigabaito"
|
173
|
-
:one: "{0}
|
178
|
+
:one: "{0} gigabaite"
|
174
179
|
:other: "{0} gigabaitų"
|
175
180
|
:digital-kilobit:
|
176
|
-
:few: "{0}
|
181
|
+
:few: "{0} kilobituose"
|
177
182
|
:many: "{0} kilobito"
|
178
|
-
:one: "{0}
|
183
|
+
:one: "{0} kilobite"
|
179
184
|
:other: "{0} kilobitų"
|
180
185
|
:digital-kilobyte:
|
181
|
-
:few: "{0}
|
186
|
+
:few: "{0} kilobaituose"
|
182
187
|
:many: "{0} kilobaito"
|
183
|
-
:one: "{0}
|
188
|
+
:one: "{0} kilobaite"
|
184
189
|
:other: "{0} kilobaitų"
|
185
190
|
:digital-megabit:
|
186
|
-
:few: "{0}
|
191
|
+
:few: "{0} megabituose"
|
187
192
|
:many: "{0} megabito"
|
188
|
-
:one: "{0}
|
193
|
+
:one: "{0} megabite"
|
189
194
|
:other: "{0} megabitų"
|
190
195
|
:digital-megabyte:
|
191
|
-
:few: "{0}
|
196
|
+
:few: "{0} megabaituose"
|
192
197
|
:many: "{0} megabaito"
|
193
|
-
:one: "{0}
|
198
|
+
:one: "{0} megabaite"
|
194
199
|
:other: "{0} megabaitų"
|
195
200
|
:digital-petabyte:
|
196
|
-
:few: "{0}
|
197
|
-
:many: "{0}
|
198
|
-
:one: "{0}
|
201
|
+
:few: "{0} pentabaituose"
|
202
|
+
:many: "{0} pentabaito"
|
203
|
+
:one: "{0} pentabaite"
|
199
204
|
:other: "{0} pentabaitų"
|
200
205
|
:digital-terabit:
|
201
|
-
:few: "{0}
|
206
|
+
:few: "{0} terabituose"
|
202
207
|
:many: "{0} terabito"
|
203
|
-
:one: "{0}
|
208
|
+
:one: "{0} terabite"
|
204
209
|
:other: "{0} terabitų"
|
205
210
|
:digital-terabyte:
|
206
|
-
:few: "{0}
|
211
|
+
:few: "{0} terabaituose"
|
207
212
|
:many: "{0} terabaito"
|
208
|
-
:one: "{0}
|
213
|
+
:one: "{0} terabaite"
|
209
214
|
:other: "{0} terabaitų"
|
210
215
|
:duration-century:
|
211
216
|
:few: "{0} amžiuose"
|
@@ -228,14 +233,14 @@
|
|
228
233
|
:one: "{0} valandoje"
|
229
234
|
:other: "{0} valandų"
|
230
235
|
:duration-microsecond:
|
231
|
-
:few: "{0}
|
236
|
+
:few: "{0} mikrosekundėse"
|
232
237
|
:many: "{0} mikrosekundės"
|
233
|
-
:one: "{0}
|
238
|
+
:one: "{0} mikrosekundėje"
|
234
239
|
:other: "{0} mikrosekundžių"
|
235
240
|
:duration-millisecond:
|
236
|
-
:few: "{0}
|
241
|
+
:few: "{0} milisekundėse"
|
237
242
|
:many: "{0} milisekundės"
|
238
|
-
:one: "{0}
|
243
|
+
:one: "{0} milisekundėje"
|
239
244
|
:other: "{0} milisekundžių"
|
240
245
|
:duration-minute:
|
241
246
|
:few: "{0} minutėse"
|
@@ -248,10 +253,15 @@
|
|
248
253
|
:one: "{0} mėnesyje"
|
249
254
|
:other: "{0} mėnesių"
|
250
255
|
:duration-nanosecond:
|
251
|
-
:few: "{0}
|
256
|
+
:few: "{0} nanosekundėse"
|
252
257
|
:many: "{0} nanosekundės"
|
253
|
-
:one: "{0}
|
258
|
+
:one: "{0} nanosekundėje"
|
254
259
|
:other: "{0} nanosekundžių"
|
260
|
+
:duration-quarter:
|
261
|
+
:few: "{0} ketvirčiuose"
|
262
|
+
:many: "{0} ketvirčio"
|
263
|
+
:one: "{0} ketvirtyje"
|
264
|
+
:other: "{0} ketvirčių"
|
255
265
|
:duration-second:
|
256
266
|
:few: "{0} sekundėse"
|
257
267
|
:many: "{0} sekundės"
|
@@ -273,9 +283,9 @@
|
|
273
283
|
:one: "{0} ampere"
|
274
284
|
:other: "{0} amperų"
|
275
285
|
:electric-milliampere:
|
276
|
-
:few: "{0}
|
286
|
+
:few: "{0} miliamperuose"
|
277
287
|
:many: "{0} miliampero"
|
278
|
-
:one: "{0}
|
288
|
+
:one: "{0} miliampere"
|
279
289
|
:other: "{0} miliamperų"
|
280
290
|
:electric-ohm:
|
281
291
|
:few: "{0} omuose"
|
@@ -287,6 +297,11 @@
|
|
287
297
|
:many: "{0} volto"
|
288
298
|
:one: "{0} volte"
|
289
299
|
:other: "{0} voltų"
|
300
|
+
:energy-british-thermal-unit:
|
301
|
+
:few: "{0} Btu"
|
302
|
+
:many: "{0} Btu"
|
303
|
+
:one: "{0} Btu"
|
304
|
+
:other: "{0} Btu"
|
290
305
|
:energy-calorie:
|
291
306
|
:few: "{0} kalorijose"
|
292
307
|
:many: "{0} kalorijos"
|
@@ -313,14 +328,14 @@
|
|
313
328
|
:one: "{0} kilokalorija"
|
314
329
|
:other: "{0} kilokalorijų"
|
315
330
|
:energy-kilojoule:
|
316
|
-
:few: "{0}
|
331
|
+
:few: "{0} kilodžauliuose"
|
317
332
|
:many: "{0} kilodžaulio"
|
318
|
-
:one: "{0}
|
333
|
+
:one: "{0} kilodžaulyje"
|
319
334
|
:other: "{0} kilodžaulių"
|
320
335
|
:energy-kilowatt-hour:
|
321
|
-
:few: "{0}
|
336
|
+
:few: "{0} kilovatvalandėse"
|
322
337
|
:many: "{0} kilovatvalandės"
|
323
|
-
:one: "{0}
|
338
|
+
:one: "{0} kilovatvalandėje"
|
324
339
|
:other: "{0} kilovatvalandžių"
|
325
340
|
:energy-therm-us:
|
326
341
|
:few: "{0} JAV termos"
|
@@ -328,9 +343,9 @@
|
|
328
343
|
:one: "{0} JAV terma"
|
329
344
|
:other: "{0} JAV termų"
|
330
345
|
:force-kilowatt-hour-per-100-kilometer:
|
331
|
-
:few: "{0}
|
346
|
+
:few: "{0} kilovatvalandėse šimtui kilometrų"
|
332
347
|
:many: "{0} kilovatvalandės šimtui kilometrų"
|
333
|
-
:one: "{0}
|
348
|
+
:one: "{0} kilovatvalandėje šimtui kilometrų"
|
334
349
|
:other: "{0} kilovatvalandžių šimtui kilometrų"
|
335
350
|
:force-newton:
|
336
351
|
:few: "{0} niutonuose"
|
@@ -343,9 +358,9 @@
|
|
343
358
|
:one: "{0} jėgos svaras"
|
344
359
|
:other: "{0} jėgos svarų"
|
345
360
|
:frequency-gigahertz:
|
346
|
-
:few: "{0}
|
361
|
+
:few: "{0} gigahercuose"
|
347
362
|
:many: "{0} gigaherco"
|
348
|
-
:one: "{0}
|
363
|
+
:one: "{0} gigaherce"
|
349
364
|
:other: "{0} gigahercų"
|
350
365
|
:frequency-hertz:
|
351
366
|
:few: "{0} hercuose"
|
@@ -353,14 +368,14 @@
|
|
353
368
|
:one: "{0} herce"
|
354
369
|
:other: "{0} hercų"
|
355
370
|
:frequency-kilohertz:
|
356
|
-
:few: "{0}
|
371
|
+
:few: "{0} kilohercuose"
|
357
372
|
:many: "{0} kiloherco"
|
358
|
-
:one: "{0}
|
373
|
+
:one: "{0} kiloherce"
|
359
374
|
:other: "{0} kilohercų"
|
360
375
|
:frequency-megahertz:
|
361
|
-
:few: "{0}
|
376
|
+
:few: "{0} megahercuose"
|
362
377
|
:many: "{0} megaherco"
|
363
|
-
:one: "{0}
|
378
|
+
:one: "{0} megaherce"
|
364
379
|
:other: "{0} megahercų"
|
365
380
|
:graphics-dot:
|
366
381
|
:few: "{0} taškai"
|
@@ -383,9 +398,9 @@
|
|
383
398
|
:one: "{0} tipografiniame eme"
|
384
399
|
:other: "{0} tipografinių emų"
|
385
400
|
:graphics-megapixel:
|
386
|
-
:few: "{0}
|
401
|
+
:few: "{0} megapikseliuose"
|
387
402
|
:many: "{0} megapikselio"
|
388
|
-
:one: "{0}
|
403
|
+
:one: "{0} megapikselyje"
|
389
404
|
:other: "{0} megapikselių"
|
390
405
|
:graphics-pixel:
|
391
406
|
:few: "{0} pikseliuose"
|
@@ -393,9 +408,9 @@
|
|
393
408
|
:one: "{0} pikselyje"
|
394
409
|
:other: "{0} pikselių"
|
395
410
|
:graphics-pixel-per-centimeter:
|
396
|
-
:few: "{0}
|
411
|
+
:few: "{0} pikseliuose centimetre"
|
397
412
|
:many: "{0} pikselio centimetre"
|
398
|
-
:one: "{0}
|
413
|
+
:one: "{0} pikselyje centimetre"
|
399
414
|
:other: "{0} pikselių centimetre"
|
400
415
|
:graphics-pixel-per-inch:
|
401
416
|
:few: "{0} pikseliai colyje"
|
@@ -410,12 +425,12 @@
|
|
410
425
|
:length-centimeter:
|
411
426
|
:few: "{0} centimetrai"
|
412
427
|
:many: "{0} centimetro"
|
413
|
-
:one: "{0}
|
428
|
+
:one: "{0} centimetre"
|
414
429
|
:other: "{0} centimetrų"
|
415
430
|
:length-decimeter:
|
416
|
-
:few: "{0}
|
431
|
+
:few: "{0} decimetruose"
|
417
432
|
:many: "{0} decimetro"
|
418
|
-
:one: "{0}
|
433
|
+
:one: "{0} decimetre"
|
419
434
|
:other: "{0} decimetrų"
|
420
435
|
:length-earth-radius:
|
421
436
|
:few: "{0} R⊕"
|
@@ -443,9 +458,9 @@
|
|
443
458
|
:one: "{0} colis"
|
444
459
|
:other: "{0} colių"
|
445
460
|
:length-kilometer:
|
446
|
-
:few: "{0}
|
461
|
+
:few: "{0} kilometruose"
|
447
462
|
:many: "{0} kilometro"
|
448
|
-
:one: "{0}
|
463
|
+
:one: "{0} kilometre"
|
449
464
|
:other: "{0} kilometrų"
|
450
465
|
:length-light-year:
|
451
466
|
:few: "{0} šviesmečiai"
|
@@ -458,9 +473,9 @@
|
|
458
473
|
:one: "{0} metre"
|
459
474
|
:other: "{0} metrų"
|
460
475
|
:length-micrometer:
|
461
|
-
:few: "{0}
|
476
|
+
:few: "{0} mikrometruose"
|
462
477
|
:many: "{0} mikrometro"
|
463
|
-
:one: "{0}
|
478
|
+
:one: "{0} mikrometre"
|
464
479
|
:other: "{0} mikrometrų"
|
465
480
|
:length-mile:
|
466
481
|
:few: "{0} mylios"
|
@@ -473,14 +488,14 @@
|
|
473
488
|
:one: "{0} ilgojoje mylioje"
|
474
489
|
:other: "{0} ilgųjų mylių"
|
475
490
|
:length-millimeter:
|
476
|
-
:few: "{0}
|
491
|
+
:few: "{0} milimetruose"
|
477
492
|
:many: "{0} milimetro"
|
478
|
-
:one: "{0}
|
493
|
+
:one: "{0} milimetre"
|
479
494
|
:other: "{0} milimetrų"
|
480
495
|
:length-nanometer:
|
481
|
-
:few: "{0}
|
496
|
+
:few: "{0} nanometruose"
|
482
497
|
:many: "{0} nanometro"
|
483
|
-
:one: "{0}
|
498
|
+
:one: "{0} nanometre"
|
484
499
|
:other: "{0} nanometrų"
|
485
500
|
:length-nautical-mile:
|
486
501
|
:few: "{0} jūrmylės"
|
@@ -493,15 +508,20 @@
|
|
493
508
|
:one: "{0} parsekas"
|
494
509
|
:other: "{0} parsekų"
|
495
510
|
:length-picometer:
|
496
|
-
:few: "{0}
|
511
|
+
:few: "{0} pikometruose"
|
497
512
|
:many: "{0} pikometro"
|
498
|
-
:one: "{0}
|
513
|
+
:one: "{0} pikometre"
|
499
514
|
:other: "{0} pikometrų"
|
500
515
|
:length-point:
|
501
516
|
:few: "{0} punktai"
|
502
517
|
:many: "{0} punktų"
|
503
518
|
:one: "{0} punktas"
|
504
519
|
:other: "{0} punkto"
|
520
|
+
:length-solar-radius:
|
521
|
+
:few: "{0} R☉"
|
522
|
+
:many: "{0} R☉"
|
523
|
+
:one: "{0} R☉"
|
524
|
+
:other: "{0} R☉"
|
505
525
|
:length-yard:
|
506
526
|
:few: "{0} jardai"
|
507
527
|
:many: "{0} jardo"
|
@@ -522,6 +542,11 @@
|
|
522
542
|
:many: "{0} liukso"
|
523
543
|
:one: "{0} liukse"
|
524
544
|
:other: "{0} liuksų"
|
545
|
+
:light-solar-luminosity:
|
546
|
+
:few: "{0} L☉"
|
547
|
+
:many: "{0} L☉"
|
548
|
+
:one: "{0} L☉"
|
549
|
+
:other: "{0} L☉"
|
525
550
|
:mass-carat:
|
526
551
|
:few: "{0} karatuose"
|
527
552
|
:many: "{0} karato"
|
@@ -532,6 +557,11 @@
|
|
532
557
|
:many: "{0} daltono"
|
533
558
|
:one: "{0} daltonas"
|
534
559
|
:other: "{0} daltonų"
|
560
|
+
:mass-earth-mass:
|
561
|
+
:few: "{0} M⊕"
|
562
|
+
:many: "{0} M⊕"
|
563
|
+
:one: "{0} M⊕"
|
564
|
+
:other: "{0} M⊕"
|
535
565
|
:mass-grain:
|
536
566
|
:few: "{0} grūdai"
|
537
567
|
:many: "{0} grūdo"
|
@@ -547,20 +577,15 @@
|
|
547
577
|
:many: "{0} kilogramo"
|
548
578
|
:one: "{0} kilograme"
|
549
579
|
:other: "{0} kilogramų"
|
550
|
-
:mass-metric-ton:
|
551
|
-
:few: "{0} metrinėse tonose"
|
552
|
-
:many: "{0} metrinės tonos"
|
553
|
-
:one: "{0} metrinėje tonoje"
|
554
|
-
:other: "{0} metrinių tonų"
|
555
580
|
:mass-microgram:
|
556
|
-
:few: "{0}
|
581
|
+
:few: "{0} mikrogramuose"
|
557
582
|
:many: "{0} mikrogramo"
|
558
|
-
:one: "{0}
|
583
|
+
:one: "{0} mikrograme"
|
559
584
|
:other: "{0} mikrogramų"
|
560
585
|
:mass-milligram:
|
561
|
-
:few: "{0}
|
586
|
+
:few: "{0} miligramuose"
|
562
587
|
:many: "{0} miligramo"
|
563
|
-
:one: "{0}
|
588
|
+
:one: "{0} miligrame"
|
564
589
|
:other: "{0} miligramų"
|
565
590
|
:mass-ounce:
|
566
591
|
:few: "{0} uncijos"
|
@@ -577,6 +602,11 @@
|
|
577
602
|
:many: "{0} svaro"
|
578
603
|
:one: "{0} svaras"
|
579
604
|
:other: "{0} svarų"
|
605
|
+
:mass-solar-mass:
|
606
|
+
:few: "{0} M☉"
|
607
|
+
:many: "{0} M☉"
|
608
|
+
:one: "{0} M☉"
|
609
|
+
:other: "{0} M☉"
|
580
610
|
:mass-stone:
|
581
611
|
:few: "{0} stonai"
|
582
612
|
:many: "{0} stono"
|
@@ -587,10 +617,15 @@
|
|
587
617
|
:many: "{0} tonos"
|
588
618
|
:one: "{0} tona"
|
589
619
|
:other: "{0} tonų"
|
620
|
+
:mass-tonne:
|
621
|
+
:few: "{0} metrinėse tonose"
|
622
|
+
:many: "{0} metrinės tonos"
|
623
|
+
:one: "{0} metrinėje tonoje"
|
624
|
+
:other: "{0} metrinių tonų"
|
590
625
|
:power-gigawatt:
|
591
|
-
:few: "{0}
|
626
|
+
:few: "{0} gigavatuose"
|
592
627
|
:many: "{0} gigavato"
|
593
|
-
:one: "{0}
|
628
|
+
:one: "{0} gigavate"
|
594
629
|
:other: "{0} gigavatų"
|
595
630
|
:power-horsepower:
|
596
631
|
:few: "{0} arklio galios"
|
@@ -598,19 +633,19 @@
|
|
598
633
|
:one: "{0} arklio galia"
|
599
634
|
:other: "{0} arklio galių"
|
600
635
|
:power-kilowatt:
|
601
|
-
:few: "{0}
|
636
|
+
:few: "{0} kilovatuose"
|
602
637
|
:many: "{0} kilovato"
|
603
|
-
:one: "{0}
|
638
|
+
:one: "{0} kilovate"
|
604
639
|
:other: "{0} kilovatų"
|
605
640
|
:power-megawatt:
|
606
|
-
:few: "{0}
|
641
|
+
:few: "{0} megavatuose"
|
607
642
|
:many: "{0} megavato"
|
608
|
-
:one: "{0}
|
643
|
+
:one: "{0} megavatuose"
|
609
644
|
:other: "{0} megavatų"
|
610
645
|
:power-milliwatt:
|
611
|
-
:few: "{0}
|
646
|
+
:few: "{0} milivatuose"
|
612
647
|
:many: "{0} milivato"
|
613
|
-
:one: "{0}
|
648
|
+
:one: "{0} milivate"
|
614
649
|
:other: "{0} milivatų"
|
615
650
|
:power-watt:
|
616
651
|
:few: "{0} vatuose"
|
@@ -628,9 +663,9 @@
|
|
628
663
|
:one: "{0} bare"
|
629
664
|
:other: "{0} barų"
|
630
665
|
:pressure-hectopascal:
|
631
|
-
:few: "{0}
|
666
|
+
:few: "{0} hektopaskaliuose"
|
632
667
|
:many: "{0} hektopaskalio"
|
633
|
-
:one: "{0}
|
668
|
+
:one: "{0} hektopaskalyje"
|
634
669
|
:other: "{0} hektopaskalių"
|
635
670
|
:pressure-inch-ofhg:
|
636
671
|
:few: "{0} gyvsidabrio stulpelio coliai"
|
@@ -638,19 +673,19 @@
|
|
638
673
|
:one: "{0} gyvsidabrio stulpelio colis"
|
639
674
|
:other: "{0} gyvsidabrio stulpelio colių"
|
640
675
|
:pressure-kilopascal:
|
641
|
-
:few: "{0}
|
676
|
+
:few: "{0} kilopaskaliuose"
|
642
677
|
:many: "{0} kilopaskalio"
|
643
|
-
:one: "{0}
|
678
|
+
:one: "{0} kilopaskaliuose"
|
644
679
|
:other: "{0} kilopaskalių"
|
645
680
|
:pressure-megapascal:
|
646
|
-
:few: "{0}
|
681
|
+
:few: "{0} megapaskaliuose"
|
647
682
|
:many: "{0} megapaskalio"
|
648
|
-
:one: "{0}
|
683
|
+
:one: "{0} megapaskalyje"
|
649
684
|
:other: "{0} megapaskalių"
|
650
685
|
:pressure-millibar:
|
651
|
-
:few: "{0}
|
686
|
+
:few: "{0} milibaruose"
|
652
687
|
:many: "{0} milibaro"
|
653
|
-
:one: "{0}
|
688
|
+
:one: "{0} milibaruose"
|
654
689
|
:other: "{0} milibarų"
|
655
690
|
:pressure-millimeter-ofhg:
|
656
691
|
:few: "{0} gysidabrio stulpelio milimetrai"
|
@@ -668,9 +703,9 @@
|
|
668
703
|
:one: "{0} svaras kv. colyje"
|
669
704
|
:other: "{0} svarų kv. colyje"
|
670
705
|
:speed-kilometer-per-hour:
|
671
|
-
:few: "{0}
|
706
|
+
:few: "{0} kilometruose per valandą"
|
672
707
|
:many: "{0} kilometro per valandą"
|
673
|
-
:one: "{0}
|
708
|
+
:one: "{0} kilometre per valandą"
|
674
709
|
:other: "{0} kilometrų per valandą"
|
675
710
|
:speed-knot:
|
676
711
|
:few: "{0} mazgai"
|
@@ -678,9 +713,9 @@
|
|
678
713
|
:one: "{0} mazgas"
|
679
714
|
:other: "{0} mazgų"
|
680
715
|
:speed-meter-per-second:
|
681
|
-
:few: "{0}
|
716
|
+
:few: "{0} metruose per sekundę"
|
682
717
|
:many: "{0} metro per sekundę"
|
683
|
-
:one: "{0}
|
718
|
+
:one: "{0} metre per sekundę"
|
684
719
|
:other: "{0} metrų per sekundę"
|
685
720
|
:speed-mile-per-hour:
|
686
721
|
:few: "{0} mylios per valandą"
|
@@ -708,10 +743,15 @@
|
|
708
743
|
:one: "{0} kelvine"
|
709
744
|
:other: "{0} kelvinų"
|
710
745
|
:torque-newton-meter:
|
711
|
-
:few: "{0}
|
746
|
+
:few: "{0} niutonmetruose"
|
712
747
|
:many: "{0} niutonmetro"
|
713
|
-
:one: "{0}
|
748
|
+
:one: "{0} niutonmetre"
|
714
749
|
:other: "{0} niutonmetrų"
|
750
|
+
:torque-pound-force-foot:
|
751
|
+
:few: "{0} lbf⋅ft"
|
752
|
+
:many: "{0} lbf⋅ft"
|
753
|
+
:one: "{0} lbf⋅ft"
|
754
|
+
:other: "{0} lbf⋅ft"
|
715
755
|
:volume-acre-foot:
|
716
756
|
:few: "{0} pėdos akre"
|
717
757
|
:many: "{0} pėdos akre"
|
@@ -728,14 +768,14 @@
|
|
728
768
|
:one: "{0} bušelis"
|
729
769
|
:other: "{0} bušelių"
|
730
770
|
:volume-centiliter:
|
731
|
-
:few: "{0}
|
771
|
+
:few: "{0} centilitruose"
|
732
772
|
:many: "{0} centilitro"
|
733
|
-
:one: "{0}
|
773
|
+
:one: "{0} centilitre"
|
734
774
|
:other: "{0} centilitrų"
|
735
775
|
:volume-cubic-centimeter:
|
736
|
-
:few: "{0}
|
776
|
+
:few: "{0} kubiniuose centimetruose"
|
737
777
|
:many: "{0} kubinio centimetro"
|
738
|
-
:one: "{0}
|
778
|
+
:one: "{0} kubiniame centimetre"
|
739
779
|
:other: "{0} kubinių centimetrų"
|
740
780
|
:volume-cubic-foot:
|
741
781
|
:few: "{0} kubinės pėdos"
|
@@ -748,14 +788,14 @@
|
|
748
788
|
:one: "{0} kubinis colis"
|
749
789
|
:other: "{0} kubinių colių"
|
750
790
|
:volume-cubic-kilometer:
|
751
|
-
:few: "{0}
|
791
|
+
:few: "{0} kubiniuose kilometruose"
|
752
792
|
:many: "{0} kubinio kilometro"
|
753
|
-
:one: "{0}
|
793
|
+
:one: "{0} kubiniame kilometre"
|
754
794
|
:other: "{0} kubinių kilometrų"
|
755
795
|
:volume-cubic-meter:
|
756
|
-
:few: "{0}
|
796
|
+
:few: "{0} kubiniuose metruose"
|
757
797
|
:many: "{0} kubinio metro"
|
758
|
-
:one: "{0}
|
798
|
+
:one: "{0} kubiniame metre"
|
759
799
|
:other: "{0} kubinių metrų"
|
760
800
|
:volume-cubic-mile:
|
761
801
|
:few: "{0} kubinės mylios"
|
@@ -778,9 +818,9 @@
|
|
778
818
|
:one: "{0} matavimo puodelyje"
|
779
819
|
:other: "{0} matavimo puodelių"
|
780
820
|
:volume-deciliter:
|
781
|
-
:few: "{0}
|
821
|
+
:few: "{0} decilitruose"
|
782
822
|
:many: "{0} decilitro"
|
783
|
-
:one: "{0}
|
823
|
+
:one: "{0} decilitre"
|
784
824
|
:other: "{0} decilitrų"
|
785
825
|
:volume-dessert-spoon:
|
786
826
|
:few: "{0} desertiniai šaukšteliai"
|
@@ -823,9 +863,9 @@
|
|
823
863
|
:one: "{0} imperinis galonas"
|
824
864
|
:other: "{0} imperinių galonų"
|
825
865
|
:volume-hectoliter:
|
826
|
-
:few: "{0}
|
866
|
+
:few: "{0} hektolitruose"
|
827
867
|
:many: "{0} hektolitro"
|
828
|
-
:one: "{0}
|
868
|
+
:one: "{0} hektolitre"
|
829
869
|
:other: "{0} hektolitrų"
|
830
870
|
:volume-jigger:
|
831
871
|
:few: "{0} džigeriai"
|
@@ -838,14 +878,14 @@
|
|
838
878
|
:one: "{0} litre"
|
839
879
|
:other: "{0} litrų"
|
840
880
|
:volume-megaliter:
|
841
|
-
:few: "{0}
|
881
|
+
:few: "{0} megalitruose"
|
842
882
|
:many: "{0} megalitro"
|
843
|
-
:one: "{0}
|
883
|
+
:one: "{0} megalitre"
|
844
884
|
:other: "{0} megalitrų"
|
845
885
|
:volume-milliliter:
|
846
|
-
:few: "{0}
|
886
|
+
:few: "{0} mililitruose"
|
847
887
|
:many: "{0} mililitro"
|
848
|
-
:one: "{0}
|
888
|
+
:one: "{0} mililitre"
|
849
889
|
:other: "{0} mililitrų"
|
850
890
|
:volume-pinch:
|
851
891
|
:few: "{0} žiupsneliai"
|
@@ -908,16 +948,46 @@
|
|
908
948
|
:many: "{0}°"
|
909
949
|
:one: "{0}°"
|
910
950
|
:other: "{0}°"
|
951
|
+
:angle-radian:
|
952
|
+
:few: "{0} rad"
|
953
|
+
:many: "{0} rad"
|
954
|
+
:one: "{0} rad"
|
955
|
+
:other: "{0} rad"
|
956
|
+
:angle-revolution:
|
957
|
+
:few: "{0} apsisuk."
|
958
|
+
:many: "{0} apsisuk."
|
959
|
+
:one: "{0} apsisuk."
|
960
|
+
:other: "{0} apsisuk."
|
911
961
|
:area-acre:
|
912
962
|
:few: "{0} ak"
|
913
963
|
:many: "{0} ak"
|
914
964
|
:one: "{0} ak"
|
915
965
|
:other: "{0} ak"
|
966
|
+
:area-dunam:
|
967
|
+
:few: "{0} dunamai"
|
968
|
+
:many: "{0} dunamo"
|
969
|
+
:one: "{0} dunamas"
|
970
|
+
:other: "{0} dunamų"
|
971
|
+
:area-hectare:
|
972
|
+
:few: "{0} ha"
|
973
|
+
:many: "{0} ha"
|
974
|
+
:one: "{0} ha"
|
975
|
+
:other: "{0} ha"
|
976
|
+
:area-square-centimeter:
|
977
|
+
:few: "{0} cm²"
|
978
|
+
:many: "{0} cm²"
|
979
|
+
:one: "{0} cm²"
|
980
|
+
:other: "{0} cm²"
|
916
981
|
:area-square-foot:
|
917
982
|
:few: "{0} ft²"
|
918
983
|
:many: "{0} ft²"
|
919
984
|
:one: "{0} ft²"
|
920
985
|
:other: "{0} ft²"
|
986
|
+
:area-square-inch:
|
987
|
+
:few: "{0} in²"
|
988
|
+
:many: "{0} in²"
|
989
|
+
:one: "{0} in²"
|
990
|
+
:other: "{0} in²"
|
921
991
|
:area-square-kilometer:
|
922
992
|
:few: "{0} km²"
|
923
993
|
:many: "{0} km²"
|
@@ -933,26 +1003,131 @@
|
|
933
1003
|
:many: "{0} my²"
|
934
1004
|
:one: "{0} my²"
|
935
1005
|
:other: "{0} my²"
|
1006
|
+
:area-square-yard:
|
1007
|
+
:few: "{0} yd²"
|
1008
|
+
:many: "{0} yd²"
|
1009
|
+
:one: "{0} yd²"
|
1010
|
+
:other: "{0} yd²"
|
936
1011
|
:concentr-item:
|
937
1012
|
:few: "{0} elem."
|
938
1013
|
:many: "{0} elem."
|
939
1014
|
:one: "{0} elem."
|
940
1015
|
:other: "{0} elem."
|
1016
|
+
:concentr-karat:
|
1017
|
+
:few: "{0} kt"
|
1018
|
+
:many: "{0} kt"
|
1019
|
+
:one: "{0} kt"
|
1020
|
+
:other: "{0} kt"
|
1021
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1022
|
+
:few: "{0} mg/dl"
|
1023
|
+
:many: "{0} mg/dl"
|
1024
|
+
:one: "{0} mg/dl"
|
1025
|
+
:other: "{0} mg/dl"
|
1026
|
+
:concentr-millimole-per-liter:
|
1027
|
+
:few: "{0} mmol/l"
|
1028
|
+
:many: "{0} mmol/l"
|
1029
|
+
:one: "{0} mmol/l"
|
1030
|
+
:other: "{0} mmol/l"
|
1031
|
+
:concentr-mole:
|
1032
|
+
:few: "{0} mol"
|
1033
|
+
:many: "{0} mol"
|
1034
|
+
:one: "{0} mol"
|
1035
|
+
:other: "{0} mol"
|
941
1036
|
:concentr-percent:
|
942
1037
|
:few: "{0} %"
|
943
1038
|
:many: "{0} %"
|
944
1039
|
:one: "{0} %"
|
945
1040
|
:other: "{0} %"
|
1041
|
+
:concentr-permille:
|
1042
|
+
:few: "{0} ‰"
|
1043
|
+
:many: "{0} ‰"
|
1044
|
+
:one: "{0} ‰"
|
1045
|
+
:other: "{0} ‰"
|
1046
|
+
:concentr-permillion:
|
1047
|
+
:few: "{0} ppm"
|
1048
|
+
:many: "{0} ppm"
|
1049
|
+
:one: "{0} ppm"
|
1050
|
+
:other: "{0} ppm"
|
1051
|
+
:concentr-permyriad:
|
1052
|
+
:few: "{0}‱"
|
1053
|
+
:many: "{0}‱"
|
1054
|
+
:one: "{0}‱"
|
1055
|
+
:other: "{0}‱"
|
946
1056
|
:consumption-liter-per-100-kilometer:
|
947
1057
|
:few: "{0} l/100 km"
|
948
1058
|
:many: "{0} l/100 km"
|
949
1059
|
:one: "{0} l/100 km"
|
950
1060
|
:other: "{0} l/100 km"
|
1061
|
+
:consumption-liter-per-kilometer:
|
1062
|
+
:few: "{0} l/km"
|
1063
|
+
:many: "{0} l/km"
|
1064
|
+
:one: "{0} l/km"
|
1065
|
+
:other: "{0} l/km"
|
951
1066
|
:consumption-mile-per-gallon:
|
952
1067
|
:few: "{0} mi/gal"
|
953
1068
|
:many: "{0} mi/gal"
|
954
1069
|
:one: "{0} mi/gal"
|
955
1070
|
:other: "{0} mi/gal"
|
1071
|
+
:consumption-mile-per-gallon-imperial:
|
1072
|
+
:few: "{0} my/imp. g"
|
1073
|
+
:many: "{0} my/imp. g"
|
1074
|
+
:one: "{0} my/imp. g"
|
1075
|
+
:other: "{0} my/imp. g"
|
1076
|
+
:digital-bit:
|
1077
|
+
:few: "{0} b"
|
1078
|
+
:many: "{0} b"
|
1079
|
+
:one: "{0} b"
|
1080
|
+
:other: "{0} b"
|
1081
|
+
:digital-byte:
|
1082
|
+
:few: "{0} B"
|
1083
|
+
:many: "{0} B"
|
1084
|
+
:one: "{0} B"
|
1085
|
+
:other: "{0} B"
|
1086
|
+
:digital-gigabit:
|
1087
|
+
:few: "{0} Gb"
|
1088
|
+
:many: "{0} Gb"
|
1089
|
+
:one: "{0} Gb"
|
1090
|
+
:other: "{0} Gb"
|
1091
|
+
:digital-gigabyte:
|
1092
|
+
:few: "{0} GB"
|
1093
|
+
:many: "{0} GB"
|
1094
|
+
:one: "{0} GB"
|
1095
|
+
:other: "{0} GB"
|
1096
|
+
:digital-kilobit:
|
1097
|
+
:few: "{0} kb"
|
1098
|
+
:many: "{0} kb"
|
1099
|
+
:one: "{0} kb"
|
1100
|
+
:other: "{0} kb"
|
1101
|
+
:digital-kilobyte:
|
1102
|
+
:few: "{0} kB"
|
1103
|
+
:many: "{0} kB"
|
1104
|
+
:one: "{0} kB"
|
1105
|
+
:other: "{0} kB"
|
1106
|
+
:digital-megabit:
|
1107
|
+
:few: "{0} Mb"
|
1108
|
+
:many: "{0} Mb"
|
1109
|
+
:one: "{0} Mb"
|
1110
|
+
:other: "{0} Mb"
|
1111
|
+
:digital-megabyte:
|
1112
|
+
:few: "{0} MB"
|
1113
|
+
:many: "{0} MB"
|
1114
|
+
:one: "{0} MB"
|
1115
|
+
:other: "{0} MB"
|
1116
|
+
:digital-petabyte:
|
1117
|
+
:few: "{0} PB"
|
1118
|
+
:many: "{0} PB"
|
1119
|
+
:one: "{0} PB"
|
1120
|
+
:other: "{0} PB"
|
1121
|
+
:digital-terabit:
|
1122
|
+
:few: "{0} Tb"
|
1123
|
+
:many: "{0} Tb"
|
1124
|
+
:one: "{0} Tb"
|
1125
|
+
:other: "{0} Tb"
|
1126
|
+
:digital-terabyte:
|
1127
|
+
:few: "{0} TB"
|
1128
|
+
:many: "{0} TB"
|
1129
|
+
:one: "{0} TB"
|
1130
|
+
:other: "{0} TB"
|
956
1131
|
:duration-century:
|
957
1132
|
:few: "{0} a."
|
958
1133
|
:many: "{0} a."
|
@@ -963,6 +1138,11 @@
|
|
963
1138
|
:many: "{0} d."
|
964
1139
|
:one: "{0} d."
|
965
1140
|
:other: "{0} d."
|
1141
|
+
:duration-decade:
|
1142
|
+
:few: "{0} dek."
|
1143
|
+
:many: "{0} dek."
|
1144
|
+
:one: "{0} dek."
|
1145
|
+
:other: "{0} dek."
|
966
1146
|
:duration-hour:
|
967
1147
|
:few: "{0} h"
|
968
1148
|
:many: "{0} h"
|
@@ -993,6 +1173,11 @@
|
|
993
1173
|
:many: "{0} ns"
|
994
1174
|
:one: "{0} ns"
|
995
1175
|
:other: "{0} ns"
|
1176
|
+
:duration-quarter:
|
1177
|
+
:few: "{0} ketv."
|
1178
|
+
:many: "{0} ketv."
|
1179
|
+
:one: "{0} ketv."
|
1180
|
+
:other: "{0} ketv."
|
996
1181
|
:duration-second:
|
997
1182
|
:few: "{0} s"
|
998
1183
|
:many: "{0} s"
|
@@ -1008,102 +1193,357 @@
|
|
1008
1193
|
:many: "{0} m."
|
1009
1194
|
:one: "{0} m."
|
1010
1195
|
:other: "{0} m."
|
1011
|
-
:
|
1012
|
-
:few: "{0}
|
1013
|
-
:many: "{0}
|
1014
|
-
:one: "{0}
|
1015
|
-
:other: "{0}
|
1016
|
-
:
|
1017
|
-
:few: "{0}
|
1018
|
-
:many: "{0}
|
1019
|
-
:one: "{0}
|
1020
|
-
:other: "{0}
|
1021
|
-
:
|
1022
|
-
:few: "{0}
|
1023
|
-
:many: "{0}
|
1024
|
-
:one: "{0}
|
1025
|
-
:other: "{0}
|
1026
|
-
:
|
1027
|
-
:few: "{0}
|
1028
|
-
:many: "{0}
|
1029
|
-
:one: "{0}
|
1030
|
-
:other: "{0}
|
1031
|
-
:
|
1032
|
-
:few: "{0}
|
1033
|
-
:many: "{0}
|
1034
|
-
:one: "{0}
|
1035
|
-
:other: "{0}
|
1036
|
-
:
|
1037
|
-
:few: "{0}
|
1038
|
-
:many: "{0}
|
1039
|
-
:one: "{0}
|
1040
|
-
:other: "{0}
|
1041
|
-
:
|
1042
|
-
:few: "{0}
|
1043
|
-
:many: "{0}
|
1044
|
-
:one: "{0}
|
1045
|
-
:other: "{0}
|
1046
|
-
:
|
1047
|
-
:few: "{0}
|
1048
|
-
:many: "{0}
|
1049
|
-
:one: "{0}
|
1050
|
-
:other: "{0}
|
1051
|
-
:
|
1052
|
-
:few: "{0}
|
1053
|
-
:many: "{0}
|
1054
|
-
:one: "{0}
|
1055
|
-
:other: "{0}
|
1056
|
-
:
|
1057
|
-
:few: "{0}
|
1058
|
-
:many: "{0}
|
1059
|
-
:one: "{0}
|
1060
|
-
:other: "{0}
|
1061
|
-
:
|
1062
|
-
:few: "{0}
|
1063
|
-
:many: "{0}
|
1064
|
-
:one: "{0}
|
1065
|
-
:other: "{0}
|
1066
|
-
:
|
1067
|
-
:few: "{0}
|
1068
|
-
:many: "{0}
|
1069
|
-
:one: "{0}
|
1070
|
-
:other: "{0}
|
1071
|
-
:
|
1072
|
-
:few: "{0}
|
1073
|
-
:many: "{0}
|
1074
|
-
:one: "{0}
|
1075
|
-
:other: "{0}
|
1076
|
-
:
|
1077
|
-
:few: "{0}
|
1078
|
-
:many: "{0}
|
1079
|
-
:one: "{0}
|
1080
|
-
:other: "{0}
|
1081
|
-
:
|
1082
|
-
:few: "{0}
|
1083
|
-
:many: "{0}
|
1084
|
-
:one: "{0}
|
1085
|
-
:other: "{0}
|
1086
|
-
:
|
1087
|
-
:few: "{0}
|
1088
|
-
:many: "{0}
|
1089
|
-
:one: "{0}
|
1090
|
-
:other: "{0}
|
1091
|
-
:
|
1092
|
-
:few: "{0}
|
1093
|
-
:many: "{0}
|
1094
|
-
:one: "{0}
|
1095
|
-
:other: "{0}
|
1096
|
-
:
|
1097
|
-
:few: "{0}
|
1098
|
-
:many: "{0}
|
1099
|
-
:one: "{0}
|
1100
|
-
:other: "{0}
|
1101
|
-
:
|
1102
|
-
:few: "{0}
|
1103
|
-
:many: "{0}
|
1104
|
-
:one: "{0}
|
1105
|
-
:other: "{0}
|
1106
|
-
:
|
1196
|
+
:electric-ampere:
|
1197
|
+
:few: "{0} A"
|
1198
|
+
:many: "{0} A"
|
1199
|
+
:one: "{0} A"
|
1200
|
+
:other: "{0} A"
|
1201
|
+
:electric-milliampere:
|
1202
|
+
:few: "{0} mA"
|
1203
|
+
:many: "{0} mA"
|
1204
|
+
:one: "{0} mA"
|
1205
|
+
:other: "{0} mA"
|
1206
|
+
:electric-ohm:
|
1207
|
+
:few: "{0} Ω"
|
1208
|
+
:many: "{0} Ω"
|
1209
|
+
:one: "{0} Ω"
|
1210
|
+
:other: "{0} Ω"
|
1211
|
+
:electric-volt:
|
1212
|
+
:few: "{0} V"
|
1213
|
+
:many: "{0} V"
|
1214
|
+
:one: "{0} V"
|
1215
|
+
:other: "{0} V"
|
1216
|
+
:energy-british-thermal-unit:
|
1217
|
+
:few: "{0} Btu"
|
1218
|
+
:many: "{0} Btu"
|
1219
|
+
:one: "{0} Btu"
|
1220
|
+
:other: "{0} Btu"
|
1221
|
+
:energy-calorie:
|
1222
|
+
:few: "{0} cal"
|
1223
|
+
:many: "{0} cal"
|
1224
|
+
:one: "{0} cal"
|
1225
|
+
:other: "{0} cal"
|
1226
|
+
:energy-electronvolt:
|
1227
|
+
:few: "{0} eV"
|
1228
|
+
:many: "{0} eV"
|
1229
|
+
:one: "{0} eV"
|
1230
|
+
:other: "{0} eV"
|
1231
|
+
:energy-foodcalorie:
|
1232
|
+
:few: "{0} cal"
|
1233
|
+
:many: "{0} cal"
|
1234
|
+
:one: "{0} cal"
|
1235
|
+
:other: "{0} cal"
|
1236
|
+
:energy-joule:
|
1237
|
+
:few: "{0} J"
|
1238
|
+
:many: "{0} J"
|
1239
|
+
:one: "{0} J"
|
1240
|
+
:other: "{0} J"
|
1241
|
+
:energy-kilocalorie:
|
1242
|
+
:few: "{0} kcal"
|
1243
|
+
:many: "{0} kcal"
|
1244
|
+
:one: "{0} kcal"
|
1245
|
+
:other: "{0} kcal"
|
1246
|
+
:energy-kilojoule:
|
1247
|
+
:few: "{0} kJ"
|
1248
|
+
:many: "{0} kJ"
|
1249
|
+
:one: "{0} kJ"
|
1250
|
+
:other: "{0} kJ"
|
1251
|
+
:energy-kilowatt-hour:
|
1252
|
+
:few: "{0} kWh"
|
1253
|
+
:many: "{0} kWh"
|
1254
|
+
:one: "{0} kWh"
|
1255
|
+
:other: "{0} kWh"
|
1256
|
+
:energy-therm-us:
|
1257
|
+
:few: "{0} JAV termos"
|
1258
|
+
:many: "{0} JAV termos"
|
1259
|
+
:one: "{0} JAV terma"
|
1260
|
+
:other: "{0} JAV termų"
|
1261
|
+
:force-kilowatt-hour-per-100-kilometer:
|
1262
|
+
:few: "{0} kWh/100km"
|
1263
|
+
:many: "{0} kWh/100km"
|
1264
|
+
:one: "{0} kWh/100km"
|
1265
|
+
:other: "{0} kWh/100km"
|
1266
|
+
:force-newton:
|
1267
|
+
:few: "{0} N"
|
1268
|
+
:many: "{0} N"
|
1269
|
+
:one: "{0} N"
|
1270
|
+
:other: "{0} N"
|
1271
|
+
:force-pound-force:
|
1272
|
+
:few: "{0} lbf"
|
1273
|
+
:many: "{0} lbf"
|
1274
|
+
:one: "{0} lbf"
|
1275
|
+
:other: "{0} lbf"
|
1276
|
+
:frequency-gigahertz:
|
1277
|
+
:few: "{0} GHz"
|
1278
|
+
:many: "{0} GHz"
|
1279
|
+
:one: "{0} GHz"
|
1280
|
+
:other: "{0} GHz"
|
1281
|
+
:frequency-hertz:
|
1282
|
+
:few: "{0} Hz"
|
1283
|
+
:many: "{0} Hz"
|
1284
|
+
:one: "{0} Hz"
|
1285
|
+
:other: "{0} Hz"
|
1286
|
+
:frequency-kilohertz:
|
1287
|
+
:few: "{0} kHz"
|
1288
|
+
:many: "{0} kHz"
|
1289
|
+
:one: "{0} kHz"
|
1290
|
+
:other: "{0} kHz"
|
1291
|
+
:frequency-megahertz:
|
1292
|
+
:few: "{0} MHz"
|
1293
|
+
:many: "{0} MHz"
|
1294
|
+
:one: "{0} MHz"
|
1295
|
+
:other: "{0} MHz"
|
1296
|
+
:graphics-dot:
|
1297
|
+
:few: "{0} tšk."
|
1298
|
+
:many: "{0} tšk."
|
1299
|
+
:one: "{0} tšk."
|
1300
|
+
:other: "{0} tšk."
|
1301
|
+
:graphics-dot-per-centimeter:
|
1302
|
+
:few: "{0} tšk./cm"
|
1303
|
+
:many: "{0} tšk./cm"
|
1304
|
+
:one: "{0} tšk./cm"
|
1305
|
+
:other: "{0} tšk./cm"
|
1306
|
+
:graphics-dot-per-inch:
|
1307
|
+
:few: "{0} tšk./in"
|
1308
|
+
:many: "{0} tšk./in"
|
1309
|
+
:one: "{0} tšk./in"
|
1310
|
+
:other: "{0} tšk./in"
|
1311
|
+
:graphics-em:
|
1312
|
+
:few: "{0} em"
|
1313
|
+
:many: "{0} em"
|
1314
|
+
:one: "{0} em"
|
1315
|
+
:other: "{0} em"
|
1316
|
+
:graphics-megapixel:
|
1317
|
+
:few: "{0} MP"
|
1318
|
+
:many: "{0} MP"
|
1319
|
+
:one: "{0} MP"
|
1320
|
+
:other: "{0} MP"
|
1321
|
+
:graphics-pixel:
|
1322
|
+
:few: "{0} p"
|
1323
|
+
:many: "{0} p"
|
1324
|
+
:one: "{0} p"
|
1325
|
+
:other: "{0} p"
|
1326
|
+
:graphics-pixel-per-centimeter:
|
1327
|
+
:few: "{0} p/cm"
|
1328
|
+
:many: "{0} p/cm"
|
1329
|
+
:one: "{0} p/cm"
|
1330
|
+
:other: "{0} p/cm"
|
1331
|
+
:graphics-pixel-per-inch:
|
1332
|
+
:few: "{0} ppi"
|
1333
|
+
:many: "{0} ppi"
|
1334
|
+
:one: "{0} ppi"
|
1335
|
+
:other: "{0} ppi"
|
1336
|
+
:length-astronomical-unit:
|
1337
|
+
:few: "{0} AV"
|
1338
|
+
:many: "{0} AV"
|
1339
|
+
:one: "{0} AV"
|
1340
|
+
:other: "{0} AV"
|
1341
|
+
:length-centimeter:
|
1342
|
+
:few: "{0} cm"
|
1343
|
+
:many: "{0} cm"
|
1344
|
+
:one: "{0} cm"
|
1345
|
+
:other: "{0} cm"
|
1346
|
+
:length-decimeter:
|
1347
|
+
:few: "{0} dm"
|
1348
|
+
:many: "{0} dm"
|
1349
|
+
:one: "{0} dm"
|
1350
|
+
:other: "{0} dm"
|
1351
|
+
:length-earth-radius:
|
1352
|
+
:few: "{0} R⊕"
|
1353
|
+
:many: "{0} R⊕"
|
1354
|
+
:one: "{0} R⊕"
|
1355
|
+
:other: "{0} R⊕"
|
1356
|
+
:length-fathom:
|
1357
|
+
:few: "{0} fth"
|
1358
|
+
:many: "{0} fth"
|
1359
|
+
:one: "{0} fth"
|
1360
|
+
:other: "{0} fth"
|
1361
|
+
:length-foot:
|
1362
|
+
:few: "{0} ft"
|
1363
|
+
:many: "{0} ft"
|
1364
|
+
:one: "{0} ft"
|
1365
|
+
:other: "{0} ft"
|
1366
|
+
:length-furlong:
|
1367
|
+
:few: "{0} fur"
|
1368
|
+
:many: "{0} fur"
|
1369
|
+
:one: "{0} fur"
|
1370
|
+
:other: "{0} fur"
|
1371
|
+
:length-inch:
|
1372
|
+
:few: "{0} in"
|
1373
|
+
:many: "{0} in"
|
1374
|
+
:one: "{0} in"
|
1375
|
+
:other: "{0} in"
|
1376
|
+
:length-kilometer:
|
1377
|
+
:few: "{0} km"
|
1378
|
+
:many: "{0} km"
|
1379
|
+
:one: "{0} km"
|
1380
|
+
:other: "{0} km"
|
1381
|
+
:length-light-year:
|
1382
|
+
:few: "{0} šm."
|
1383
|
+
:many: "{0} šm."
|
1384
|
+
:one: "{0} šm."
|
1385
|
+
:other: "{0} šm."
|
1386
|
+
:length-meter:
|
1387
|
+
:few: "{0} m"
|
1388
|
+
:many: "{0} m"
|
1389
|
+
:one: "{0} m"
|
1390
|
+
:other: "{0} m"
|
1391
|
+
:length-micrometer:
|
1392
|
+
:few: "{0} μm"
|
1393
|
+
:many: "{0} μm"
|
1394
|
+
:one: "{0} μm"
|
1395
|
+
:other: "{0} μm"
|
1396
|
+
:length-mile:
|
1397
|
+
:few: "{0} mi"
|
1398
|
+
:many: "{0} mi"
|
1399
|
+
:one: "{0} mi"
|
1400
|
+
:other: "{0} mi"
|
1401
|
+
:length-mile-scandinavian:
|
1402
|
+
:few: "{0} IM"
|
1403
|
+
:many: "{0} IM"
|
1404
|
+
:one: "{0} IM"
|
1405
|
+
:other: "{0} IM"
|
1406
|
+
:length-millimeter:
|
1407
|
+
:few: "{0} mm"
|
1408
|
+
:many: "{0} mm"
|
1409
|
+
:one: "{0} mm"
|
1410
|
+
:other: "{0} mm"
|
1411
|
+
:length-nanometer:
|
1412
|
+
:few: "{0} nm"
|
1413
|
+
:many: "{0} nm"
|
1414
|
+
:one: "{0} nm"
|
1415
|
+
:other: "{0} nm"
|
1416
|
+
:length-nautical-mile:
|
1417
|
+
:few: "{0} M"
|
1418
|
+
:many: "{0} M"
|
1419
|
+
:one: "{0} M"
|
1420
|
+
:other: "{0} M"
|
1421
|
+
:length-parsec:
|
1422
|
+
:few: "{0} pc"
|
1423
|
+
:many: "{0} pc"
|
1424
|
+
:one: "{0} pc"
|
1425
|
+
:other: "{0} pc"
|
1426
|
+
:length-picometer:
|
1427
|
+
:few: "{0} pm"
|
1428
|
+
:many: "{0} pm"
|
1429
|
+
:one: "{0} pm"
|
1430
|
+
:other: "{0} pm"
|
1431
|
+
:length-point:
|
1432
|
+
:few: "{0} pt"
|
1433
|
+
:many: "{0} pt"
|
1434
|
+
:one: "{0} pt"
|
1435
|
+
:other: "{0} pt"
|
1436
|
+
:length-solar-radius:
|
1437
|
+
:few: "{0} R☉"
|
1438
|
+
:many: "{0} R☉"
|
1439
|
+
:one: "{0} R☉"
|
1440
|
+
:other: "{0} R☉"
|
1441
|
+
:length-yard:
|
1442
|
+
:few: "{0} yd"
|
1443
|
+
:many: "{0} yd"
|
1444
|
+
:one: "{0} yd"
|
1445
|
+
:other: "{0} yd"
|
1446
|
+
:light-candela:
|
1447
|
+
:few: "{0} cd"
|
1448
|
+
:many: "{0} cd"
|
1449
|
+
:one: "{0} cd"
|
1450
|
+
:other: "{0} cd"
|
1451
|
+
:light-lumen:
|
1452
|
+
:few: "{0} lm"
|
1453
|
+
:many: "{0} lm"
|
1454
|
+
:one: "{0} lm"
|
1455
|
+
:other: "{0} lm"
|
1456
|
+
:light-lux:
|
1457
|
+
:few: "{0} lx"
|
1458
|
+
:many: "{0} lx"
|
1459
|
+
:one: "{0} lx"
|
1460
|
+
:other: "{0} lx"
|
1461
|
+
:light-solar-luminosity:
|
1462
|
+
:few: "{0} L☉"
|
1463
|
+
:many: "{0} L☉"
|
1464
|
+
:one: "{0} L☉"
|
1465
|
+
:other: "{0} L☉"
|
1466
|
+
:mass-carat:
|
1467
|
+
:few: "{0} ct"
|
1468
|
+
:many: "{0} ct"
|
1469
|
+
:one: "{0} ct"
|
1470
|
+
:other: "{0} ct"
|
1471
|
+
:mass-dalton:
|
1472
|
+
:few: "{0} Da"
|
1473
|
+
:many: "{0} Da"
|
1474
|
+
:one: "{0} Da"
|
1475
|
+
:other: "{0} Da"
|
1476
|
+
:mass-earth-mass:
|
1477
|
+
:few: "{0} M⊕"
|
1478
|
+
:many: "{0} M⊕"
|
1479
|
+
:one: "{0} M⊕"
|
1480
|
+
:other: "{0} M⊕"
|
1481
|
+
:mass-grain:
|
1482
|
+
:few: "{0} grūdai"
|
1483
|
+
:many: "{0} grūdo"
|
1484
|
+
:one: "{0} grūdas"
|
1485
|
+
:other: "{0} grūdų"
|
1486
|
+
:mass-gram:
|
1487
|
+
:few: "{0} g"
|
1488
|
+
:many: "{0} g"
|
1489
|
+
:one: "{0} g"
|
1490
|
+
:other: "{0} g"
|
1491
|
+
:mass-kilogram:
|
1492
|
+
:few: "{0} kg"
|
1493
|
+
:many: "{0} kg"
|
1494
|
+
:one: "{0} kg"
|
1495
|
+
:other: "{0} kg"
|
1496
|
+
:mass-microgram:
|
1497
|
+
:few: "{0} μg"
|
1498
|
+
:many: "{0} μg"
|
1499
|
+
:one: "{0} μg"
|
1500
|
+
:other: "{0} μg"
|
1501
|
+
:mass-milligram:
|
1502
|
+
:few: "{0} mg"
|
1503
|
+
:many: "{0} mg"
|
1504
|
+
:one: "{0} mg"
|
1505
|
+
:other: "{0} mg"
|
1506
|
+
:mass-ounce:
|
1507
|
+
:few: "{0} oz"
|
1508
|
+
:many: "{0} oz"
|
1509
|
+
:one: "{0} oz"
|
1510
|
+
:other: "{0} oz"
|
1511
|
+
:mass-ounce-troy:
|
1512
|
+
:few: "{0} ozt"
|
1513
|
+
:many: "{0} ozt"
|
1514
|
+
:one: "{0} ozt"
|
1515
|
+
:other: "{0} ozt"
|
1516
|
+
:mass-pound:
|
1517
|
+
:few: "{0} lb"
|
1518
|
+
:many: "{0} lb"
|
1519
|
+
:one: "{0} lb"
|
1520
|
+
:other: "{0} lb"
|
1521
|
+
:mass-solar-mass:
|
1522
|
+
:few: "{0} M☉"
|
1523
|
+
:many: "{0} M☉"
|
1524
|
+
:one: "{0} M☉"
|
1525
|
+
:other: "{0} M☉"
|
1526
|
+
:mass-stone:
|
1527
|
+
:few: "{0} st"
|
1528
|
+
:many: "{0} st"
|
1529
|
+
:one: "{0} st"
|
1530
|
+
:other: "{0} st"
|
1531
|
+
:mass-ton:
|
1532
|
+
:few: "{0} t"
|
1533
|
+
:many: "{0} t"
|
1534
|
+
:one: "{0} t"
|
1535
|
+
:other: "{0} t"
|
1536
|
+
:mass-tonne:
|
1537
|
+
:few: "{0} mt"
|
1538
|
+
:many: "{0} mt"
|
1539
|
+
:one: "{0} mt"
|
1540
|
+
:other: "{0} mt"
|
1541
|
+
:power-gigawatt:
|
1542
|
+
:few: "{0} GW"
|
1543
|
+
:many: "{0} GW"
|
1544
|
+
:one: "{0} GW"
|
1545
|
+
:other: "{0} GW"
|
1546
|
+
:power-horsepower:
|
1107
1547
|
:few: "{0} AG"
|
1108
1548
|
:many: "{0} AG"
|
1109
1549
|
:one: "{0} AG"
|
@@ -1113,11 +1553,31 @@
|
|
1113
1553
|
:many: "{0} kW"
|
1114
1554
|
:one: "{0} kW"
|
1115
1555
|
:other: "{0} kW"
|
1556
|
+
:power-megawatt:
|
1557
|
+
:few: "{0} MW"
|
1558
|
+
:many: "{0} MW"
|
1559
|
+
:one: "{0} MW"
|
1560
|
+
:other: "{0} MW"
|
1561
|
+
:power-milliwatt:
|
1562
|
+
:few: "{0} mW"
|
1563
|
+
:many: "{0} mW"
|
1564
|
+
:one: "{0} mW"
|
1565
|
+
:other: "{0} mW"
|
1116
1566
|
:power-watt:
|
1117
1567
|
:few: "{0} W"
|
1118
1568
|
:many: "{0} W"
|
1119
1569
|
:one: "{0} W"
|
1120
1570
|
:other: "{0} W"
|
1571
|
+
:pressure-atmosphere:
|
1572
|
+
:few: "{0} atm"
|
1573
|
+
:many: "{0} atm"
|
1574
|
+
:one: "{0} atm"
|
1575
|
+
:other: "{0} atm"
|
1576
|
+
:pressure-bar:
|
1577
|
+
:few: "{0} ba"
|
1578
|
+
:many: "{0} ba"
|
1579
|
+
:one: "{0} ba"
|
1580
|
+
:other: "{0} ba"
|
1121
1581
|
:pressure-hectopascal:
|
1122
1582
|
:few: "{0} hPa"
|
1123
1583
|
:many: "{0} hPa"
|
@@ -1128,6 +1588,16 @@
|
|
1128
1588
|
:many: "{0} inHg"
|
1129
1589
|
:one: "{0} inHg"
|
1130
1590
|
:other: "{0} inHg"
|
1591
|
+
:pressure-kilopascal:
|
1592
|
+
:few: "{0} kPa"
|
1593
|
+
:many: "{0} kPa"
|
1594
|
+
:one: "{0} kPa"
|
1595
|
+
:other: "{0} kPa"
|
1596
|
+
:pressure-megapascal:
|
1597
|
+
:few: "{0} MPa"
|
1598
|
+
:many: "{0} MPa"
|
1599
|
+
:one: "{0} MPa"
|
1600
|
+
:other: "{0} MPa"
|
1131
1601
|
:pressure-millibar:
|
1132
1602
|
:few: "{0} mbar"
|
1133
1603
|
:many: "{0} mbar"
|
@@ -1138,6 +1608,11 @@
|
|
1138
1608
|
:many: "{0} mm Hg"
|
1139
1609
|
:one: "{0} mm Hg"
|
1140
1610
|
:other: "{0} mm Hg"
|
1611
|
+
:pressure-pascal:
|
1612
|
+
:few: "{0} Pa"
|
1613
|
+
:many: "{0} Pa"
|
1614
|
+
:one: "{0} Pa"
|
1615
|
+
:other: "{0} Pa"
|
1141
1616
|
:pressure-pound-force-per-square-inch:
|
1142
1617
|
:few: "{0} lb in²"
|
1143
1618
|
:many: "{0} lb in²"
|
@@ -1183,41 +1658,186 @@
|
|
1183
1658
|
:many: "{0} K"
|
1184
1659
|
:one: "{0} K"
|
1185
1660
|
:other: "{0} K"
|
1661
|
+
:torque-newton-meter:
|
1662
|
+
:few: "{0} N-m"
|
1663
|
+
:many: "{0} N-m"
|
1664
|
+
:one: "{0} N-m"
|
1665
|
+
:other: "{0} N-m"
|
1666
|
+
:torque-pound-force-foot:
|
1667
|
+
:few: "{0} lbf⋅ft"
|
1668
|
+
:many: "{0} lbf⋅ft"
|
1669
|
+
:one: "{0} lbf⋅ft"
|
1670
|
+
:other: "{0} lbf⋅ft"
|
1186
1671
|
:volume-acre-foot:
|
1187
1672
|
:few: "{0} ft akre"
|
1188
1673
|
:many: "{0} ft akre"
|
1189
1674
|
:one: "{0} ft akre"
|
1190
1675
|
:other: "{0} ft akre"
|
1676
|
+
:volume-barrel:
|
1677
|
+
:few: "{0} bbl"
|
1678
|
+
:many: "{0} bbl"
|
1679
|
+
:one: "{0} bbl"
|
1680
|
+
:other: "{0} bbl"
|
1191
1681
|
:volume-bushel:
|
1192
1682
|
:few: "{0} bu"
|
1193
1683
|
:many: "{0} bu"
|
1194
1684
|
:one: "{0} bu"
|
1195
1685
|
:other: "{0} bu"
|
1686
|
+
:volume-centiliter:
|
1687
|
+
:few: "{0} cl"
|
1688
|
+
:many: "{0} cl"
|
1689
|
+
:one: "{0} cl"
|
1690
|
+
:other: "{0} cl"
|
1691
|
+
:volume-cubic-centimeter:
|
1692
|
+
:few: "{0} cm³"
|
1693
|
+
:many: "{0} cm³"
|
1694
|
+
:one: "{0} cm³"
|
1695
|
+
:other: "{0} cm³"
|
1696
|
+
:volume-cubic-foot:
|
1697
|
+
:few: "{0} ft³"
|
1698
|
+
:many: "{0} ft³"
|
1699
|
+
:one: "{0} ft³"
|
1700
|
+
:other: "{0} ft³"
|
1701
|
+
:volume-cubic-inch:
|
1702
|
+
:few: "{0} in³"
|
1703
|
+
:many: "{0} in³"
|
1704
|
+
:one: "{0} in³"
|
1705
|
+
:other: "{0} in³"
|
1196
1706
|
:volume-cubic-kilometer:
|
1197
1707
|
:few: "{0} km³"
|
1198
1708
|
:many: "{0} km³"
|
1199
1709
|
:one: "{0} km³"
|
1200
1710
|
:other: "{0} km³"
|
1711
|
+
:volume-cubic-meter:
|
1712
|
+
:few: "{0} m³"
|
1713
|
+
:many: "{0} m³"
|
1714
|
+
:one: "{0} m³"
|
1715
|
+
:other: "{0} m³"
|
1201
1716
|
:volume-cubic-mile:
|
1202
1717
|
:few: "{0} mi³"
|
1203
1718
|
:many: "{0} mi³"
|
1204
1719
|
:one: "{0} mi³"
|
1205
1720
|
:other: "{0} mi³"
|
1721
|
+
:volume-cubic-yard:
|
1722
|
+
:few: "{0} yd³"
|
1723
|
+
:many: "{0} yd³"
|
1724
|
+
:one: "{0} yd³"
|
1725
|
+
:other: "{0} yd³"
|
1726
|
+
:volume-cup:
|
1727
|
+
:few: "{0} stikl."
|
1728
|
+
:many: "{0} stikl."
|
1729
|
+
:one: "{0} stikl."
|
1730
|
+
:other: "{0} stikl."
|
1731
|
+
:volume-cup-metric:
|
1732
|
+
:few: "{0} mat. puodeliai"
|
1733
|
+
:many: "{0} mat. puodelio"
|
1734
|
+
:one: "{0} mat. puodelis"
|
1735
|
+
:other: "{0} mat. puodelių"
|
1736
|
+
:volume-deciliter:
|
1737
|
+
:few: "{0} dl"
|
1738
|
+
:many: "{0} dl"
|
1739
|
+
:one: "{0} dl"
|
1740
|
+
:other: "{0} dl"
|
1741
|
+
:volume-dessert-spoon:
|
1742
|
+
:few: "{0} des. š."
|
1743
|
+
:many: "{0} des. š."
|
1744
|
+
:one: "{0} des. š."
|
1745
|
+
:other: "{0} des. š."
|
1746
|
+
:volume-dessert-spoon-imperial:
|
1747
|
+
:few: "{0} imp. des. š."
|
1748
|
+
:many: "{0} imp. des. š."
|
1749
|
+
:one: "{0} imp. des. š."
|
1750
|
+
:other: "{0} imp. des. š."
|
1751
|
+
:volume-dram:
|
1752
|
+
:few: "{0} sk. drach."
|
1753
|
+
:many: "{0} sk. drach."
|
1754
|
+
:one: "{0} sk. drach."
|
1755
|
+
:other: "{0} sk. drach."
|
1756
|
+
:volume-drop:
|
1757
|
+
:few: "{0} laš."
|
1758
|
+
:many: "{0} laš."
|
1759
|
+
:one: "{0} laš."
|
1760
|
+
:other: "{0} laš."
|
1206
1761
|
:volume-fluid-ounce:
|
1207
1762
|
:few: "{0} fl oz"
|
1208
1763
|
:many: "{0} fl oz"
|
1209
1764
|
:one: "{0} fl oz"
|
1210
1765
|
:other: "{0} fl oz"
|
1766
|
+
:volume-fluid-ounce-imperial:
|
1767
|
+
:few: "{0} imp. fl oz"
|
1768
|
+
:many: "{0} imp. fl oz"
|
1769
|
+
:one: "{0} imp. fl oz"
|
1770
|
+
:other: "{0} imp. fl oz"
|
1771
|
+
:volume-gallon:
|
1772
|
+
:few: "{0} gal"
|
1773
|
+
:many: "{0} gal"
|
1774
|
+
:one: "{0} gal"
|
1775
|
+
:other: "{0} gal"
|
1776
|
+
:volume-gallon-imperial:
|
1777
|
+
:few: "{0} imp. galonai"
|
1778
|
+
:many: "{0} imp. galono"
|
1779
|
+
:one: "{0} imp. galonas"
|
1780
|
+
:other: "{0} imp. galonų"
|
1781
|
+
:volume-hectoliter:
|
1782
|
+
:few: "{0} hl"
|
1783
|
+
:many: "{0} hl"
|
1784
|
+
:one: "{0} hl"
|
1785
|
+
:other: "{0} hl"
|
1786
|
+
:volume-jigger:
|
1787
|
+
:few: "{0} džigeriai"
|
1788
|
+
:many: "{0} džigerio"
|
1789
|
+
:one: "{0} džigeris"
|
1790
|
+
:other: "{0} džigerio"
|
1211
1791
|
:volume-liter:
|
1212
1792
|
:few: "{0} l"
|
1213
1793
|
:many: "{0} l"
|
1214
1794
|
:one: "{0} l"
|
1215
1795
|
:other: "{0} l"
|
1796
|
+
:volume-megaliter:
|
1797
|
+
:few: "{0} Ml"
|
1798
|
+
:many: "{0} Ml"
|
1799
|
+
:one: "{0} Ml"
|
1800
|
+
:other: "{0} Ml"
|
1801
|
+
:volume-milliliter:
|
1802
|
+
:few: "{0} ml"
|
1803
|
+
:many: "{0} ml"
|
1804
|
+
:one: "{0} ml"
|
1805
|
+
:other: "{0} ml"
|
1806
|
+
:volume-pinch:
|
1807
|
+
:few: "{0} žiupsn."
|
1808
|
+
:many: "{0} žiupsn."
|
1809
|
+
:one: "{0} žiupsn."
|
1810
|
+
:other: "{0} žiupsn."
|
1811
|
+
:volume-pint:
|
1812
|
+
:few: "{0} pt"
|
1813
|
+
:many: "{0} pt"
|
1814
|
+
:one: "{0} pt"
|
1815
|
+
:other: "{0} pt"
|
1816
|
+
:volume-pint-metric:
|
1817
|
+
:few: "{0} mpt"
|
1818
|
+
:many: "{0} mpt"
|
1819
|
+
:one: "{0} mpt"
|
1820
|
+
:other: "{0} mpt"
|
1216
1821
|
:volume-quart:
|
1217
1822
|
:few: "{0} kvortos"
|
1218
1823
|
:many: "{0} kvortos"
|
1219
1824
|
:one: "{0} kvorta"
|
1220
1825
|
:other: "{0} kvortų"
|
1826
|
+
:volume-quart-imperial:
|
1827
|
+
:few: "{0} imp. kv."
|
1828
|
+
:many: "{0} imp. kv."
|
1829
|
+
:one: "{0} imp. kv."
|
1830
|
+
:other: "{0} imp. kv."
|
1831
|
+
:volume-tablespoon:
|
1832
|
+
:few: "{0} v. š."
|
1833
|
+
:many: "{0} v. š."
|
1834
|
+
:one: "{0} v. š."
|
1835
|
+
:other: "{0} v. š."
|
1836
|
+
:volume-teaspoon:
|
1837
|
+
:few: "{0} a. š."
|
1838
|
+
:many: "{0} a. š."
|
1839
|
+
:one: "{0} a. š."
|
1840
|
+
:other: "{0} a. š."
|
1221
1841
|
:short:
|
1222
1842
|
:acceleration-g-force:
|
1223
1843
|
:few: "{0} G"
|
@@ -1325,6 +1945,9 @@
|
|
1325
1945
|
:one: "{0} mmol/l"
|
1326
1946
|
:other: "{0} mmol/l"
|
1327
1947
|
:concentr-mole:
|
1948
|
+
:few: "{0} mol"
|
1949
|
+
:many: "{0} mol"
|
1950
|
+
:one: "{0} mol"
|
1328
1951
|
:other: "{0} mol"
|
1329
1952
|
:concentr-percent:
|
1330
1953
|
:few: "{0} %"
|
@@ -1342,6 +1965,9 @@
|
|
1342
1965
|
:one: "{0} ppm"
|
1343
1966
|
:other: "{0} ppm"
|
1344
1967
|
:concentr-permyriad:
|
1968
|
+
:few: "{0}‱"
|
1969
|
+
:many: "{0}‱"
|
1970
|
+
:one: "{0}‱"
|
1345
1971
|
:other: "{0}‱"
|
1346
1972
|
:consumption-liter-per-100-kilometer:
|
1347
1973
|
:few: "{0} l/100 km"
|
@@ -1463,6 +2089,11 @@
|
|
1463
2089
|
:many: "{0} ns"
|
1464
2090
|
:one: "{0} ns"
|
1465
2091
|
:other: "{0} ns"
|
2092
|
+
:duration-quarter:
|
2093
|
+
:few: "{0} ketv."
|
2094
|
+
:many: "{0} ketv."
|
2095
|
+
:one: "{0} ketv."
|
2096
|
+
:other: "{0} ketv."
|
1466
2097
|
:duration-second:
|
1467
2098
|
:few: "{0} sek."
|
1468
2099
|
:many: "{0} sek."
|
@@ -1499,6 +2130,9 @@
|
|
1499
2130
|
:one: "{0} V"
|
1500
2131
|
:other: "{0} V"
|
1501
2132
|
:energy-british-thermal-unit:
|
2133
|
+
:few: "{0} Btu"
|
2134
|
+
:many: "{0} Btu"
|
2135
|
+
:one: "{0} Btu"
|
1502
2136
|
:other: "{0} Btu"
|
1503
2137
|
:energy-calorie:
|
1504
2138
|
:few: "{0} cal"
|
@@ -1506,6 +2140,9 @@
|
|
1506
2140
|
:one: "{0} cal"
|
1507
2141
|
:other: "{0} cal"
|
1508
2142
|
:energy-electronvolt:
|
2143
|
+
:few: "{0} eV"
|
2144
|
+
:many: "{0} eV"
|
2145
|
+
:one: "{0} eV"
|
1509
2146
|
:other: "{0} eV"
|
1510
2147
|
:energy-foodcalorie:
|
1511
2148
|
:few: "{0} cal"
|
@@ -1538,10 +2175,19 @@
|
|
1538
2175
|
:one: "{0} JAV terma"
|
1539
2176
|
:other: "{0} JAV termų"
|
1540
2177
|
:force-kilowatt-hour-per-100-kilometer:
|
2178
|
+
:few: "{0} kWh/100km"
|
2179
|
+
:many: "{0} kWh/100km"
|
2180
|
+
:one: "{0} kWh/100km"
|
1541
2181
|
:other: "{0} kWh/100km"
|
1542
2182
|
:force-newton:
|
2183
|
+
:few: "{0} N"
|
2184
|
+
:many: "{0} N"
|
2185
|
+
:one: "{0} N"
|
1543
2186
|
:other: "{0} N"
|
1544
2187
|
:force-pound-force:
|
2188
|
+
:few: "{0} lbf"
|
2189
|
+
:many: "{0} lbf"
|
2190
|
+
:one: "{0} lbf"
|
1545
2191
|
:other: "{0} lbf"
|
1546
2192
|
:frequency-gigahertz:
|
1547
2193
|
:few: "{0} GHz"
|
@@ -1579,8 +2225,14 @@
|
|
1579
2225
|
:one: "{0} tšk./in"
|
1580
2226
|
:other: "{0} tšk./in"
|
1581
2227
|
:graphics-em:
|
2228
|
+
:few: "{0} em"
|
2229
|
+
:many: "{0} em"
|
2230
|
+
:one: "{0} em"
|
1582
2231
|
:other: "{0} em"
|
1583
2232
|
:graphics-megapixel:
|
2233
|
+
:few: "{0} MP"
|
2234
|
+
:many: "{0} MP"
|
2235
|
+
:one: "{0} MP"
|
1584
2236
|
:other: "{0} MP"
|
1585
2237
|
:graphics-pixel:
|
1586
2238
|
:few: "{0} p"
|
@@ -1593,6 +2245,9 @@
|
|
1593
2245
|
:one: "{0} p/cm"
|
1594
2246
|
:other: "{0} p/cm"
|
1595
2247
|
:graphics-pixel-per-inch:
|
2248
|
+
:few: "{0} ppi"
|
2249
|
+
:many: "{0} ppi"
|
2250
|
+
:one: "{0} ppi"
|
1596
2251
|
:other: "{0} ppi"
|
1597
2252
|
:length-astronomical-unit:
|
1598
2253
|
:few: "{0} AV"
|
@@ -1695,6 +2350,9 @@
|
|
1695
2350
|
:one: "{0} pt"
|
1696
2351
|
:other: "{0} pt"
|
1697
2352
|
:length-solar-radius:
|
2353
|
+
:few: "{0} R☉"
|
2354
|
+
:many: "{0} R☉"
|
2355
|
+
:one: "{0} R☉"
|
1698
2356
|
:other: "{0} R☉"
|
1699
2357
|
:length-yard:
|
1700
2358
|
:few: "{0} yd"
|
@@ -1717,6 +2375,9 @@
|
|
1717
2375
|
:one: "{0} lx"
|
1718
2376
|
:other: "{0} lx"
|
1719
2377
|
:light-solar-luminosity:
|
2378
|
+
:few: "{0} L☉"
|
2379
|
+
:many: "{0} L☉"
|
2380
|
+
:one: "{0} L☉"
|
1720
2381
|
:other: "{0} L☉"
|
1721
2382
|
:mass-carat:
|
1722
2383
|
:few: "{0} ct"
|
@@ -1724,8 +2385,14 @@
|
|
1724
2385
|
:one: "{0} ct"
|
1725
2386
|
:other: "{0} ct"
|
1726
2387
|
:mass-dalton:
|
2388
|
+
:few: "{0} Da"
|
2389
|
+
:many: "{0} Da"
|
2390
|
+
:one: "{0} Da"
|
1727
2391
|
:other: "{0} Da"
|
1728
2392
|
:mass-earth-mass:
|
2393
|
+
:few: "{0} M⊕"
|
2394
|
+
:many: "{0} M⊕"
|
2395
|
+
:one: "{0} M⊕"
|
1729
2396
|
:other: "{0} M⊕"
|
1730
2397
|
:mass-grain:
|
1731
2398
|
:few: "{0} grūdai"
|
@@ -1742,11 +2409,6 @@
|
|
1742
2409
|
:many: "{0} kg"
|
1743
2410
|
:one: "{0} kg"
|
1744
2411
|
:other: "{0} kg"
|
1745
|
-
:mass-metric-ton:
|
1746
|
-
:few: "{0} mt"
|
1747
|
-
:many: "{0} mt"
|
1748
|
-
:one: "{0} mt"
|
1749
|
-
:other: "{0} mt"
|
1750
2412
|
:mass-microgram:
|
1751
2413
|
:few: "{0} μg"
|
1752
2414
|
:many: "{0} μg"
|
@@ -1773,6 +2435,9 @@
|
|
1773
2435
|
:one: "{0} lb"
|
1774
2436
|
:other: "{0} lb"
|
1775
2437
|
:mass-solar-mass:
|
2438
|
+
:few: "{0} M☉"
|
2439
|
+
:many: "{0} M☉"
|
2440
|
+
:one: "{0} M☉"
|
1776
2441
|
:other: "{0} M☉"
|
1777
2442
|
:mass-stone:
|
1778
2443
|
:few: "{0} st"
|
@@ -1784,6 +2449,11 @@
|
|
1784
2449
|
:many: "{0} t"
|
1785
2450
|
:one: "{0} t"
|
1786
2451
|
:other: "{0} t"
|
2452
|
+
:mass-tonne:
|
2453
|
+
:few: "{0} mt"
|
2454
|
+
:many: "{0} mt"
|
2455
|
+
:one: "{0} mt"
|
2456
|
+
:other: "{0} mt"
|
1787
2457
|
:power-gigawatt:
|
1788
2458
|
:few: "{0} GW"
|
1789
2459
|
:many: "{0} GW"
|
@@ -1835,8 +2505,14 @@
|
|
1835
2505
|
:one: "{0} inHg"
|
1836
2506
|
:other: "{0} inHg"
|
1837
2507
|
:pressure-kilopascal:
|
2508
|
+
:few: "{0} kPa"
|
2509
|
+
:many: "{0} kPa"
|
2510
|
+
:one: "{0} kPa"
|
1838
2511
|
:other: "{0} kPa"
|
1839
2512
|
:pressure-megapascal:
|
2513
|
+
:few: "{0} MPa"
|
2514
|
+
:many: "{0} MPa"
|
2515
|
+
:one: "{0} MPa"
|
1840
2516
|
:other: "{0} MPa"
|
1841
2517
|
:pressure-millibar:
|
1842
2518
|
:few: "{0} mbar"
|
@@ -1849,6 +2525,9 @@
|
|
1849
2525
|
:one: "{0} mm Hg"
|
1850
2526
|
:other: "{0} mm Hg"
|
1851
2527
|
:pressure-pascal:
|
2528
|
+
:few: "{0} Pa"
|
2529
|
+
:many: "{0} Pa"
|
2530
|
+
:one: "{0} Pa"
|
1852
2531
|
:other: "{0} Pa"
|
1853
2532
|
:pressure-pound-force-per-square-inch:
|
1854
2533
|
:few: "{0} lb in²"
|
@@ -1901,6 +2580,9 @@
|
|
1901
2580
|
:one: "{0} N-m"
|
1902
2581
|
:other: "{0} N-m"
|
1903
2582
|
:torque-pound-force-foot:
|
2583
|
+
:few: "{0} lbf⋅ft"
|
2584
|
+
:many: "{0} lbf⋅ft"
|
2585
|
+
:one: "{0} lbf⋅ft"
|
1904
2586
|
:other: "{0} lbf⋅ft"
|
1905
2587
|
:volume-acre-foot:
|
1906
2588
|
:few: "{0} ft akre"
|
@@ -1908,6 +2590,9 @@
|
|
1908
2590
|
:one: "{0} ft akre"
|
1909
2591
|
:other: "{0} ft akre"
|
1910
2592
|
:volume-barrel:
|
2593
|
+
:few: "{0} bbl"
|
2594
|
+
:many: "{0} bbl"
|
2595
|
+
:one: "{0} bbl"
|
1911
2596
|
:other: "{0} bbl"
|
1912
2597
|
:volume-bushel:
|
1913
2598
|
:few: "{0} bu"
|