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
@@ -7,9 +7,14 @@
|
|
7
7
|
:ms: "m:ss"
|
8
8
|
:unitLength:
|
9
9
|
:long:
|
10
|
+
:acceleration-g-force:
|
11
|
+
:few: "{0} G"
|
12
|
+
:many: "{0} G"
|
13
|
+
:one: "{0} G"
|
14
|
+
:other: "{0} G"
|
10
15
|
:acceleration-meter-per-square-second:
|
11
16
|
:few: "{0} metry na sekundę do kwadratu"
|
12
|
-
:many: "{0}
|
17
|
+
:many: "{0} metrów na sekundę do kwadratu"
|
13
18
|
:one: "{0} metrze na sekundę do kwadratu"
|
14
19
|
:other: "{0} metra na sekundę do kwadratu"
|
15
20
|
:angle-arc-minute:
|
@@ -39,7 +44,7 @@
|
|
39
44
|
:other: "{0} obrotu"
|
40
45
|
:area-acre:
|
41
46
|
:few: "{0} akry"
|
42
|
-
:many: "{0}
|
47
|
+
:many: "{0} akrów"
|
43
48
|
:one: "{0} akrze"
|
44
49
|
:other: "{0} akra"
|
45
50
|
:area-dunam:
|
@@ -49,17 +54,17 @@
|
|
49
54
|
:other: "{0} dunama"
|
50
55
|
:area-hectare:
|
51
56
|
:few: "{0} hektary"
|
52
|
-
:many: "{0}
|
57
|
+
:many: "{0} hektarów"
|
53
58
|
:one: "{0} hektarze"
|
54
59
|
:other: "{0} hektara"
|
55
60
|
:area-square-centimeter:
|
56
61
|
:few: "{0} centymetry kwadratowe"
|
57
|
-
:many: "{0}
|
62
|
+
:many: "{0} centymetrów kwadratowych"
|
58
63
|
:one: "{0} centymetrze kwadratowy"
|
59
64
|
:other: "{0} centymetra kwadratowego"
|
60
65
|
:area-square-foot:
|
61
66
|
:few: "{0} stopy kwadratowe"
|
62
|
-
:many: "{0}
|
67
|
+
:many: "{0} stóp kwadratowych"
|
63
68
|
:one: "{0} stopo kwadratowa"
|
64
69
|
:other: "{0} stopy kwadratowej"
|
65
70
|
:area-square-inch:
|
@@ -69,17 +74,17 @@
|
|
69
74
|
:other: "{0} cala kwadratowego"
|
70
75
|
:area-square-kilometer:
|
71
76
|
:few: "{0} kilometry kwadratowe"
|
72
|
-
:many: "{0}
|
77
|
+
:many: "{0} kilometrów kwadratowych"
|
73
78
|
:one: "{0} kilometrze kwadratowy"
|
74
79
|
:other: "{0} kilometra kwadratowego"
|
75
80
|
:area-square-meter:
|
76
|
-
:few: "{0}
|
81
|
+
:few: "{0} metrów kwadratowych"
|
77
82
|
:many: "{0} metrów kwadratowych"
|
78
|
-
:one: "{0}
|
83
|
+
:one: "{0} metra kwadratowego"
|
79
84
|
:other: "{0} metra kwadratowego"
|
80
85
|
:area-square-mile:
|
81
86
|
:few: "{0} mile kwadratowe"
|
82
|
-
:many: "{0}
|
87
|
+
:many: "{0} mil kwadratowych"
|
83
88
|
:one: "{0} milo kwadratowa"
|
84
89
|
:other: "{0} mili kwadratowej"
|
85
90
|
:area-square-yard:
|
@@ -88,9 +93,9 @@
|
|
88
93
|
:one: "{0} jard kwadratowy"
|
89
94
|
:other: "{0} jarda kwadratowego"
|
90
95
|
:concentr-item:
|
91
|
-
:few: "{0}
|
96
|
+
:few: "{0} sztuk"
|
92
97
|
:many: "{0} sztuk"
|
93
|
-
:one: "{0}
|
98
|
+
:one: "{0} sztuki"
|
94
99
|
:other: "{0} sztuki"
|
95
100
|
:concentr-karat:
|
96
101
|
:few: "{0} karatów"
|
@@ -103,9 +108,9 @@
|
|
103
108
|
:one: "{0} miligram na decylitr"
|
104
109
|
:other: "{0} miligrama na decylitr"
|
105
110
|
:concentr-millimole-per-liter:
|
106
|
-
:few: "{0}
|
111
|
+
:few: "{0} milimoli na litr"
|
107
112
|
:many: "{0} milimoli na litr"
|
108
|
-
:one: "{0}
|
113
|
+
:one: "{0} milimola na litr"
|
109
114
|
:other: "{0} milimola na litr"
|
110
115
|
:concentr-mole:
|
111
116
|
:few: "{0} moli"
|
@@ -113,8 +118,8 @@
|
|
113
118
|
:one: "{0} mola"
|
114
119
|
:other: "{0} mola"
|
115
120
|
:concentr-percent:
|
116
|
-
:few: "{0}
|
117
|
-
:many: "{0}
|
121
|
+
:few: "{0} procent"
|
122
|
+
:many: "{0} procent"
|
118
123
|
:one: "{0} procencie"
|
119
124
|
:other: "{0} procent"
|
120
125
|
:concentr-permille:
|
@@ -134,13 +139,13 @@
|
|
134
139
|
:other: "{0} punktu bazowego"
|
135
140
|
:consumption-liter-per-100-kilometer:
|
136
141
|
:few: "{0} litry na 100 kilometrów"
|
137
|
-
:many: "{0}
|
142
|
+
:many: "{0} litrów na 100 kilometrów"
|
138
143
|
:one: "{0} litrze na 100 kilometrów"
|
139
144
|
:other: "{0} litra na 100 kilometrów"
|
140
145
|
:consumption-liter-per-kilometer:
|
141
|
-
:few: "{0}
|
146
|
+
:few: "{0} litrów na kilometr"
|
142
147
|
:many: "{0} litrów na kilometr"
|
143
|
-
:one: "{0}
|
148
|
+
:one: "{0} litra na kilometr"
|
144
149
|
:other: "{0} litra na kilometr"
|
145
150
|
:consumption-mile-per-gallon:
|
146
151
|
:few: "{0} mile na galon"
|
@@ -149,7 +154,7 @@
|
|
149
154
|
:other: "{0} mili na galon"
|
150
155
|
:consumption-mile-per-gallon-imperial:
|
151
156
|
:few: "{0} mile na galon angielski"
|
152
|
-
:many: "{0}
|
157
|
+
:many: "{0} mil na galon angielski"
|
153
158
|
:one: "{0} milo na galon angielski"
|
154
159
|
:other: "{0} mili na galon angielski"
|
155
160
|
:digital-bit:
|
@@ -163,49 +168,49 @@
|
|
163
168
|
:one: "{0} bajta"
|
164
169
|
:other: "{0} bajta"
|
165
170
|
:digital-gigabit:
|
166
|
-
:few: "{0}
|
171
|
+
:few: "{0} gigabitów"
|
167
172
|
:many: "{0} gigabitów"
|
168
|
-
:one: "{0}
|
173
|
+
:one: "{0} gigabita"
|
169
174
|
:other: "{0} gigabita"
|
170
175
|
:digital-gigabyte:
|
171
|
-
:few: "{0}
|
176
|
+
:few: "{0} gigabajtów"
|
172
177
|
:many: "{0} gigabajtów"
|
173
|
-
:one: "{0}
|
178
|
+
:one: "{0} gigabajta"
|
174
179
|
:other: "{0} gigabajta"
|
175
180
|
:digital-kilobit:
|
176
|
-
:few: "{0}
|
181
|
+
:few: "{0} kilobitów"
|
177
182
|
:many: "{0} kilobitów"
|
178
|
-
:one: "{0}
|
183
|
+
:one: "{0} kilobita"
|
179
184
|
:other: "{0} kilobita"
|
180
185
|
:digital-kilobyte:
|
181
|
-
:few: "{0}
|
186
|
+
:few: "{0} kilobajtów"
|
182
187
|
:many: "{0} kilobajtów"
|
183
|
-
:one: "{0}
|
188
|
+
:one: "{0} kilobajta"
|
184
189
|
:other: "{0} kilobajta"
|
185
190
|
:digital-megabit:
|
186
|
-
:few: "{0}
|
191
|
+
:few: "{0} megabitów"
|
187
192
|
:many: "{0} megabitów"
|
188
|
-
:one: "{0}
|
193
|
+
:one: "{0} megabita"
|
189
194
|
:other: "{0} megabita"
|
190
195
|
:digital-megabyte:
|
191
|
-
:few: "{0}
|
196
|
+
:few: "{0} megabajtów"
|
192
197
|
:many: "{0} megabajtów"
|
193
|
-
:one: "{0}
|
198
|
+
:one: "{0} megabajta"
|
194
199
|
:other: "{0} megabajta"
|
195
200
|
:digital-petabyte:
|
196
|
-
:few: "{0}
|
201
|
+
:few: "{0} petabajtów"
|
197
202
|
:many: "{0} petabajtów"
|
198
|
-
:one: "{0}
|
203
|
+
:one: "{0} petabajta"
|
199
204
|
:other: "{0} petabajta"
|
200
205
|
:digital-terabit:
|
201
|
-
:few: "{0}
|
206
|
+
:few: "{0} terabitów"
|
202
207
|
:many: "{0} terabitów"
|
203
|
-
:one: "{0}
|
208
|
+
:one: "{0} terabita"
|
204
209
|
:other: "{0} terabita"
|
205
210
|
:digital-terabyte:
|
206
|
-
:few: "{0}
|
211
|
+
:few: "{0} terabajtów"
|
207
212
|
:many: "{0} terabajtów"
|
208
|
-
:one: "{0}
|
213
|
+
:one: "{0} terabajta"
|
209
214
|
:other: "{0} terabajta"
|
210
215
|
:duration-century:
|
211
216
|
:few: "{0} wieków"
|
@@ -214,7 +219,7 @@
|
|
214
219
|
:other: "{0} wieku"
|
215
220
|
:duration-day:
|
216
221
|
:few: "{0} doby"
|
217
|
-
:many: "{0}
|
222
|
+
:many: "{0} dób"
|
218
223
|
:one: "{0} dobo"
|
219
224
|
:other: "{0} doby"
|
220
225
|
:duration-day-person:
|
@@ -229,47 +234,52 @@
|
|
229
234
|
:other: "{0} dekady"
|
230
235
|
:duration-hour:
|
231
236
|
:few: "{0} godziny"
|
232
|
-
:many: "{0}
|
237
|
+
:many: "{0} godzin"
|
233
238
|
:one: "{0} godzino"
|
234
239
|
:other: "{0} godziny"
|
235
240
|
:duration-microsecond:
|
236
|
-
:few: "{0}
|
241
|
+
:few: "{0} mikrosekund"
|
237
242
|
:many: "{0} mikrosekund"
|
238
|
-
:one: "{0}
|
243
|
+
:one: "{0} mikrosekundy"
|
239
244
|
:other: "{0} mikrosekundy"
|
240
245
|
:duration-millisecond:
|
241
|
-
:few: "{0}
|
246
|
+
:few: "{0} milisekund"
|
242
247
|
:many: "{0} milisekund"
|
243
|
-
:one: "{0}
|
248
|
+
:one: "{0} milisekundy"
|
244
249
|
:other: "{0} milisekundy"
|
245
250
|
:duration-minute:
|
246
251
|
:few: "{0} minuty"
|
247
|
-
:many: "{0}
|
252
|
+
:many: "{0} minut"
|
248
253
|
:one: "{0} minuto"
|
249
254
|
:other: "{0} minuty"
|
250
255
|
:duration-month:
|
251
256
|
:few: "{0} miesiące"
|
252
|
-
:many: "{0}
|
257
|
+
:many: "{0} miesięcy"
|
253
258
|
:one: "{0} miesiącu"
|
254
259
|
:other: "{0} miesiąca"
|
255
260
|
:duration-nanosecond:
|
256
|
-
:few: "{0}
|
261
|
+
:few: "{0} nanosekund"
|
257
262
|
:many: "{0} nanosekund"
|
258
|
-
:one: "{0}
|
263
|
+
:one: "{0} nanosekundy"
|
259
264
|
:other: "{0} nanosekundy"
|
265
|
+
:duration-quarter:
|
266
|
+
:few: "{0} kwartałów"
|
267
|
+
:many: "{0} kwartałów"
|
268
|
+
:one: "{0} kwartału"
|
269
|
+
:other: "{0} kwartału"
|
260
270
|
:duration-second:
|
261
271
|
:few: "{0} sekundy"
|
262
|
-
:many: "{0}
|
272
|
+
:many: "{0} sekund"
|
263
273
|
:one: "{0} sekundo"
|
264
274
|
:other: "{0} sekundy"
|
265
275
|
:duration-week:
|
266
276
|
:few: "{0} tygodnie"
|
267
|
-
:many: "{0}
|
277
|
+
:many: "{0} tygodni"
|
268
278
|
:one: "{0} tygodniu"
|
269
279
|
:other: "{0} tygodnia"
|
270
280
|
:duration-year:
|
271
|
-
:few: "{0}
|
272
|
-
:many: "{0}
|
281
|
+
:few: "{0} lata"
|
282
|
+
:many: "{0} lat"
|
273
283
|
:one: "{0} roku"
|
274
284
|
:other: "{0} roku"
|
275
285
|
:electric-ampere:
|
@@ -278,9 +288,9 @@
|
|
278
288
|
:one: "{0} ampera"
|
279
289
|
:other: "{0} ampera"
|
280
290
|
:electric-milliampere:
|
281
|
-
:few: "{0}
|
291
|
+
:few: "{0} miliamperów"
|
282
292
|
:many: "{0} miliamperów"
|
283
|
-
:one: "{0}
|
293
|
+
:one: "{0} miliampera"
|
284
294
|
:other: "{0} miliampera"
|
285
295
|
:electric-ohm:
|
286
296
|
:few: "{0} omów"
|
@@ -309,7 +319,7 @@
|
|
309
319
|
:other: "{0} elektronowolta"
|
310
320
|
:energy-foodcalorie:
|
311
321
|
:few: "{0} kalorie"
|
312
|
-
:many: "{0}
|
322
|
+
:many: "{0} kalorii"
|
313
323
|
:one: "{0} kalorio"
|
314
324
|
:other: "{0} kalorii"
|
315
325
|
:energy-joule:
|
@@ -319,18 +329,18 @@
|
|
319
329
|
:other: "{0} dżula"
|
320
330
|
:energy-kilocalorie:
|
321
331
|
:few: "{0} kilokalorie"
|
322
|
-
:many: "{0}
|
332
|
+
:many: "{0} kilokalorii"
|
323
333
|
:one: "{0} kilokalorio"
|
324
334
|
:other: "{0} kilokalorii"
|
325
335
|
:energy-kilojoule:
|
326
|
-
:few: "{0}
|
336
|
+
:few: "{0} kilodżuli"
|
327
337
|
:many: "{0} kilodżuli"
|
328
|
-
:one: "{0}
|
338
|
+
:one: "{0} kilodżula"
|
329
339
|
:other: "{0} kilodżula"
|
330
340
|
:energy-kilowatt-hour:
|
331
|
-
:few: "{0}
|
341
|
+
:few: "{0} kilowatogodzin"
|
332
342
|
:many: "{0} kilowatogodzin"
|
333
|
-
:one: "{0}
|
343
|
+
:one: "{0} kilowatogodziny"
|
334
344
|
:other: "{0} kilowatogodziny"
|
335
345
|
:energy-therm-us:
|
336
346
|
:few: "{0} thermy amerykańskie"
|
@@ -338,9 +348,9 @@
|
|
338
348
|
:one: "{0} therm amerykański"
|
339
349
|
:other: "{0} therma amerykańskiego"
|
340
350
|
:force-kilowatt-hour-per-100-kilometer:
|
341
|
-
:few: "{0}
|
351
|
+
:few: "{0} kilowatogodzin na 100 km"
|
342
352
|
:many: "{0} kilowatogodzin na 100 km"
|
343
|
-
:one: "{0}
|
353
|
+
:one: "{0} kilowatogodziny na 100 km"
|
344
354
|
:other: "{0} kilowatogodziny na 100 km"
|
345
355
|
:force-newton:
|
346
356
|
:few: "{0} niutonów"
|
@@ -353,9 +363,9 @@
|
|
353
363
|
:one: "{0} funt-siła"
|
354
364
|
:other: "{0} funta-siły"
|
355
365
|
:frequency-gigahertz:
|
356
|
-
:few: "{0}
|
366
|
+
:few: "{0} gigaherców"
|
357
367
|
:many: "{0} gigaherców"
|
358
|
-
:one: "{0}
|
368
|
+
:one: "{0} gigaherca"
|
359
369
|
:other: "{0} gigaherca"
|
360
370
|
:frequency-hertz:
|
361
371
|
:few: "{0} herców"
|
@@ -363,30 +373,55 @@
|
|
363
373
|
:one: "{0} herca"
|
364
374
|
:other: "{0} herca"
|
365
375
|
:frequency-kilohertz:
|
366
|
-
:few: "{0}
|
376
|
+
:few: "{0} kiloherców"
|
367
377
|
:many: "{0} kiloherców"
|
368
|
-
:one: "{0}
|
378
|
+
:one: "{0} kiloherca"
|
369
379
|
:other: "{0} kiloherca"
|
370
380
|
:frequency-megahertz:
|
371
|
-
:few: "{0}
|
381
|
+
:few: "{0} megaherców"
|
372
382
|
:many: "{0} megaherców"
|
373
|
-
:one: "{0}
|
383
|
+
:one: "{0} megaherca"
|
374
384
|
:other: "{0} megaherca"
|
385
|
+
:graphics-dot:
|
386
|
+
:few: "{0} px"
|
387
|
+
:many: "{0} px"
|
388
|
+
:one: "{0} px"
|
389
|
+
:other: "{0} px"
|
390
|
+
:graphics-dot-per-centimeter:
|
391
|
+
:few: "{0} ppcm"
|
392
|
+
:many: "{0} ppcm"
|
393
|
+
:one: "{0} ppcm"
|
394
|
+
:other: "{0} ppcm"
|
395
|
+
:graphics-dot-per-inch:
|
396
|
+
:few: "{0} ppi"
|
397
|
+
:many: "{0} ppi"
|
398
|
+
:one: "{0} ppi"
|
399
|
+
:other: "{0} ppi"
|
375
400
|
:graphics-em:
|
376
401
|
:few: "{0} firetów"
|
377
402
|
:many: "{0} firetów"
|
378
403
|
:one: "{0} firetu"
|
379
404
|
:other: "{0} firetu"
|
380
405
|
:graphics-megapixel:
|
381
|
-
:few: "{0}
|
406
|
+
:few: "{0} megapikseli"
|
382
407
|
:many: "{0} megapikseli"
|
383
|
-
:one: "{0}
|
408
|
+
:one: "{0} megapiksela"
|
384
409
|
:other: "{0} megapiksela"
|
385
410
|
:graphics-pixel:
|
386
411
|
:few: "{0} pikseli"
|
387
412
|
:many: "{0} pikseli"
|
388
413
|
:one: "{0} piksela"
|
389
414
|
:other: "{0} piksela"
|
415
|
+
:graphics-pixel-per-centimeter:
|
416
|
+
:few: "{0} ppcm"
|
417
|
+
:many: "{0} ppcm"
|
418
|
+
:one: "{0} ppcm"
|
419
|
+
:other: "{0} ppcm"
|
420
|
+
:graphics-pixel-per-inch:
|
421
|
+
:few: "{0} ppi"
|
422
|
+
:many: "{0} ppi"
|
423
|
+
:one: "{0} ppi"
|
424
|
+
:other: "{0} ppi"
|
390
425
|
:length-astronomical-unit:
|
391
426
|
:few: "{0} jednostki astronomiczne"
|
392
427
|
:many: "{0} jednostek astronomicznych"
|
@@ -394,13 +429,13 @@
|
|
394
429
|
:other: "{0} jednostki astronomicznej"
|
395
430
|
:length-centimeter:
|
396
431
|
:few: "{0} centymetry"
|
397
|
-
:many: "{0}
|
432
|
+
:many: "{0} centymetrów"
|
398
433
|
:one: "{0} centymetrze"
|
399
434
|
:other: "{0} centymetra"
|
400
435
|
:length-decimeter:
|
401
|
-
:few: "{0}
|
436
|
+
:few: "{0} decymetrów"
|
402
437
|
:many: "{0} decymetrów"
|
403
|
-
:one: "{0}
|
438
|
+
:one: "{0} decymetra"
|
404
439
|
:other: "{0} decymetra"
|
405
440
|
:length-earth-radius:
|
406
441
|
:few: "{0} promienie Ziemi"
|
@@ -414,7 +449,7 @@
|
|
414
449
|
:other: "{0} sążnia"
|
415
450
|
:length-foot:
|
416
451
|
:few: "{0} stopy"
|
417
|
-
:many: "{0}
|
452
|
+
:many: "{0} stóp"
|
418
453
|
:one: "{0} stopo"
|
419
454
|
:other: "{0} stopy"
|
420
455
|
:length-furlong:
|
@@ -424,12 +459,12 @@
|
|
424
459
|
:other: "{0} furlonga"
|
425
460
|
:length-inch:
|
426
461
|
:few: "{0} cale"
|
427
|
-
:many: "{0}
|
462
|
+
:many: "{0} cali"
|
428
463
|
:one: "{0} calu"
|
429
464
|
:other: "{0} cala"
|
430
465
|
:length-kilometer:
|
431
466
|
:few: "{0} kilometry"
|
432
|
-
:many: "{0}
|
467
|
+
:many: "{0} kilometrów"
|
433
468
|
:one: "{0} kilometrze"
|
434
469
|
:other: "{0} kilometra"
|
435
470
|
:length-light-year:
|
@@ -439,17 +474,17 @@
|
|
439
474
|
:other: "{0} roku świetlnego"
|
440
475
|
:length-meter:
|
441
476
|
:few: "{0} metry"
|
442
|
-
:many: "{0}
|
477
|
+
:many: "{0} metrów"
|
443
478
|
:one: "{0} metrze"
|
444
479
|
:other: "{0} metra"
|
445
480
|
:length-micrometer:
|
446
|
-
:few: "{0}
|
481
|
+
:few: "{0} mikrometrów"
|
447
482
|
:many: "{0} mikrometrów"
|
448
|
-
:one: "{0}
|
483
|
+
:one: "{0} mikrometra"
|
449
484
|
:other: "{0} mikrometra"
|
450
485
|
:length-mile:
|
451
|
-
:few: "{0}
|
452
|
-
:many: "{0}
|
486
|
+
:few: "{0} mile"
|
487
|
+
:many: "{0} mil"
|
453
488
|
:one: "{0} milo"
|
454
489
|
:other: "{0} mili"
|
455
490
|
:length-mile-scandinavian:
|
@@ -459,13 +494,13 @@
|
|
459
494
|
:other: "{0} mili skandynawskiej"
|
460
495
|
:length-millimeter:
|
461
496
|
:few: "{0} milimetry"
|
462
|
-
:many: "{0}
|
497
|
+
:many: "{0} milimetrów"
|
463
498
|
:one: "{0} milimetrrze"
|
464
499
|
:other: "{0} milimetra"
|
465
500
|
:length-nanometer:
|
466
|
-
:few: "{0}
|
501
|
+
:few: "{0} nanometrów"
|
467
502
|
:many: "{0} nanometrów"
|
468
|
-
:one: "{0}
|
503
|
+
:one: "{0} nanometra"
|
469
504
|
:other: "{0} nanometra"
|
470
505
|
:length-nautical-mile:
|
471
506
|
:few: "{0} mile morskie"
|
@@ -474,12 +509,12 @@
|
|
474
509
|
:other: "{0} mili morskiej"
|
475
510
|
:length-parsec:
|
476
511
|
:few: "{0} parseki"
|
477
|
-
:many: "{0}
|
512
|
+
:many: "{0} parseków"
|
478
513
|
:one: "{0} parseku"
|
479
514
|
:other: "{0} parseka"
|
480
515
|
:length-picometer:
|
481
516
|
:few: "{0} pikometry"
|
482
|
-
:many: "{0}
|
517
|
+
:many: "{0} pikometrów"
|
483
518
|
:one: "{0} pikometrze"
|
484
519
|
:other: "{0} pikometra"
|
485
520
|
:length-point:
|
@@ -489,12 +524,12 @@
|
|
489
524
|
:other: "{0} punktu"
|
490
525
|
:length-solar-radius:
|
491
526
|
:few: "{0} promienie Słońca"
|
492
|
-
:many: "{0}
|
527
|
+
:many: "{0} promieni Słońca"
|
493
528
|
:one: "{0} promieniu Słońca"
|
494
529
|
:other: "{0} promienia Słońca"
|
495
530
|
:length-yard:
|
496
|
-
:few: "{0}
|
497
|
-
:many: "{0}
|
531
|
+
:few: "{0} jardy"
|
532
|
+
:many: "{0} jardów"
|
498
533
|
:one: "{0} jardzie"
|
499
534
|
:other: "{0} jarda"
|
500
535
|
:light-candela:
|
@@ -529,7 +564,7 @@
|
|
529
564
|
:other: "{0} jednostki masy atomowej"
|
530
565
|
:mass-earth-mass:
|
531
566
|
:few: "{0} masy Ziemi"
|
532
|
-
:many: "{0}
|
567
|
+
:many: "{0} mas Ziemi"
|
533
568
|
:one: "{0} maso Ziemi"
|
534
569
|
:other: "{0} masy Ziemi"
|
535
570
|
:mass-grain:
|
@@ -539,32 +574,27 @@
|
|
539
574
|
:other: "{0} grana"
|
540
575
|
:mass-gram:
|
541
576
|
:few: "{0} gramy"
|
542
|
-
:many: "{0}
|
577
|
+
:many: "{0} gramów"
|
543
578
|
:one: "{0} gramie"
|
544
579
|
:other: "{0} grama"
|
545
580
|
:mass-kilogram:
|
546
581
|
:few: "{0} kilogramy"
|
547
|
-
:many: "{0}
|
582
|
+
:many: "{0} kilogramów"
|
548
583
|
:one: "{0} kilogramie"
|
549
584
|
:other: "{0} kilograma"
|
550
|
-
:mass-metric-ton:
|
551
|
-
:few: "{0} ton"
|
552
|
-
:many: "{0} ton"
|
553
|
-
:one: "{0} tony"
|
554
|
-
:other: "{0} tony"
|
555
585
|
:mass-microgram:
|
556
|
-
:few: "{0}
|
586
|
+
:few: "{0} mikrogramów"
|
557
587
|
:many: "{0} mikrogramów"
|
558
|
-
:one: "{0}
|
588
|
+
:one: "{0} mikrograma"
|
559
589
|
:other: "{0} mikrograma"
|
560
590
|
:mass-milligram:
|
561
591
|
:few: "{0} miligramy"
|
562
|
-
:many: "{0}
|
592
|
+
:many: "{0} miligramów"
|
563
593
|
:one: "{0} miligramie"
|
564
594
|
:other: "{0} miligrama"
|
565
595
|
:mass-ounce:
|
566
596
|
:few: "{0} uncje"
|
567
|
-
:many: "{0}
|
597
|
+
:many: "{0} uncji"
|
568
598
|
:one: "{0} uncjo"
|
569
599
|
:other: "{0} uncji"
|
570
600
|
:mass-ounce-troy:
|
@@ -574,12 +604,12 @@
|
|
574
604
|
:other: "{0} uncji trojańskiej"
|
575
605
|
:mass-pound:
|
576
606
|
:few: "{0} funty"
|
577
|
-
:many: "{0}
|
607
|
+
:many: "{0} funtów"
|
578
608
|
:one: "{0} funcie"
|
579
609
|
:other: "{0} funta"
|
580
610
|
:mass-solar-mass:
|
581
611
|
:few: "{0} masy Słońca"
|
582
|
-
:many: "{0}
|
612
|
+
:many: "{0} mas Słońca"
|
583
613
|
:one: "{0} maso Słońca"
|
584
614
|
:other: "{0} masy Słońca"
|
585
615
|
:mass-stone:
|
@@ -592,10 +622,15 @@
|
|
592
622
|
:many: "{0} krótkich ton"
|
593
623
|
:one: "{0} krótka tona"
|
594
624
|
:other: "{0} krótkiej tony"
|
625
|
+
:mass-tonne:
|
626
|
+
:few: "{0} ton"
|
627
|
+
:many: "{0} ton"
|
628
|
+
:one: "{0} tony"
|
629
|
+
:other: "{0} tony"
|
595
630
|
:power-gigawatt:
|
596
|
-
:few: "{0}
|
631
|
+
:few: "{0} gigawatów"
|
597
632
|
:many: "{0} gigawatów"
|
598
|
-
:one: "{0}
|
633
|
+
:one: "{0} gigawata"
|
599
634
|
:other: "{0} gigawata"
|
600
635
|
:power-horsepower:
|
601
636
|
:few: "{0} konie mechaniczne"
|
@@ -603,19 +638,19 @@
|
|
603
638
|
:one: "{0} koń mechaniczny"
|
604
639
|
:other: "{0} konia mechanicznego"
|
605
640
|
:power-kilowatt:
|
606
|
-
:few: "{0}
|
641
|
+
:few: "{0} kilowatów"
|
607
642
|
:many: "{0} kilowatów"
|
608
|
-
:one: "{0}
|
643
|
+
:one: "{0} kilowata"
|
609
644
|
:other: "{0} kilowata"
|
610
645
|
:power-megawatt:
|
611
|
-
:few: "{0}
|
646
|
+
:few: "{0} megawatów"
|
612
647
|
:many: "{0} megawatów"
|
613
|
-
:one: "{0}
|
648
|
+
:one: "{0} megawata"
|
614
649
|
:other: "{0} megawata"
|
615
650
|
:power-milliwatt:
|
616
|
-
:few: "{0}
|
651
|
+
:few: "{0} miliwatów"
|
617
652
|
:many: "{0} miliwatów"
|
618
|
-
:one: "{0}
|
653
|
+
:one: "{0} miliwata"
|
619
654
|
:other: "{0} miliwata"
|
620
655
|
:power-watt:
|
621
656
|
:few: "{0} watów"
|
@@ -633,9 +668,9 @@
|
|
633
668
|
:one: "{0} bara"
|
634
669
|
:other: "{0} bara"
|
635
670
|
:pressure-hectopascal:
|
636
|
-
:few: "{0}
|
671
|
+
:few: "{0} hektopaskali"
|
637
672
|
:many: "{0} hektopaskali"
|
638
|
-
:one: "{0}
|
673
|
+
:one: "{0} hektopaskala"
|
639
674
|
:other: "{0} hektopaskala"
|
640
675
|
:pressure-inch-ofhg:
|
641
676
|
:few: "{0} cale słupa rtęci"
|
@@ -644,18 +679,18 @@
|
|
644
679
|
:other: "{0} cala słupa rtęci"
|
645
680
|
:pressure-kilopascal:
|
646
681
|
:few: "{0} kilopaskale"
|
647
|
-
:many: "{0}
|
682
|
+
:many: "{0} kilopaskali"
|
648
683
|
:one: "{0} kilopaskalu"
|
649
684
|
:other: "{0} kilopaskala"
|
650
685
|
:pressure-megapascal:
|
651
|
-
:few: "{0}
|
686
|
+
:few: "{0} megapaskali"
|
652
687
|
:many: "{0} megapaskali"
|
653
|
-
:one: "{0}
|
688
|
+
:one: "{0} megapaskala"
|
654
689
|
:other: "{0} megapaskala"
|
655
690
|
:pressure-millibar:
|
656
|
-
:few: "{0}
|
691
|
+
:few: "{0} milibarów"
|
657
692
|
:many: "{0} millibarów"
|
658
|
-
:one: "{0}
|
693
|
+
:one: "{0} milibara"
|
659
694
|
:other: "{0} millibara"
|
660
695
|
:pressure-millimeter-ofhg:
|
661
696
|
:few: "{0} milimetry słupa rtęci"
|
@@ -674,7 +709,7 @@
|
|
674
709
|
:other: "{0} funta na cal kwadratowy"
|
675
710
|
:speed-kilometer-per-hour:
|
676
711
|
:few: "{0} kilometry na godzinę"
|
677
|
-
:many: "{0}
|
712
|
+
:many: "{0} kilometrów na godzinę"
|
678
713
|
:one: "{0} kilometrze na godzinę"
|
679
714
|
:other: "{0} kilometra na godzinę"
|
680
715
|
:speed-knot:
|
@@ -684,38 +719,38 @@
|
|
684
719
|
:other: "{0} węzła"
|
685
720
|
:speed-meter-per-second:
|
686
721
|
:few: "{0} metry na sekundę"
|
687
|
-
:many: "{0}
|
722
|
+
:many: "{0} metrów na sekundę"
|
688
723
|
:one: "{0} metrze na sekundę"
|
689
724
|
:other: "{0} metra na sekundę"
|
690
725
|
:speed-mile-per-hour:
|
691
726
|
:few: "{0} mile na godzinę"
|
692
|
-
:many: "{0}
|
727
|
+
:many: "{0} mil na godzinę"
|
693
728
|
:one: "{0} milo na godzinę"
|
694
729
|
:other: "{0} mili na godzinę"
|
695
730
|
:temperature-celsius:
|
696
731
|
:few: "{0} stopnie Celsjusza"
|
697
|
-
:many: "{0}
|
732
|
+
:many: "{0} stopni Celsjusza"
|
698
733
|
:one: "{0} stopniu Celsjusza"
|
699
734
|
:other: "{0} stopnia Celsjusza"
|
700
735
|
:temperature-fahrenheit:
|
701
736
|
:few: "{0} stopnie Fahrenheita"
|
702
|
-
:many: "{0}
|
737
|
+
:many: "{0} stopni Fahrenheita"
|
703
738
|
:one: "{0} stopniu Fahrenheita"
|
704
739
|
:other: "{0} stopnia Fahrenheita"
|
705
740
|
:temperature-generic:
|
706
741
|
:few: "{0} stopnie"
|
707
|
-
:many: "{0}
|
742
|
+
:many: "{0} stopni"
|
708
743
|
:one: "{0} stopniu"
|
709
744
|
:other: "{0} stopnia"
|
710
745
|
:temperature-kelvin:
|
711
746
|
:few: "{0} kelwiny"
|
712
|
-
:many: "{0}
|
747
|
+
:many: "{0} kelwinów"
|
713
748
|
:one: "{0} kelwinie"
|
714
749
|
:other: "{0} kelwina"
|
715
750
|
:torque-newton-meter:
|
716
|
-
:few: "{0}
|
751
|
+
:few: "{0} niutonometrów"
|
717
752
|
:many: "{0} niutonometrów"
|
718
|
-
:one: "{0}
|
753
|
+
:one: "{0} niutonometra"
|
719
754
|
:other: "{0} niutonometra"
|
720
755
|
:torque-pound-force-foot:
|
721
756
|
:few: "{0} stopofunty"
|
@@ -739,17 +774,17 @@
|
|
739
774
|
:other: "{0} buszla"
|
740
775
|
:volume-centiliter:
|
741
776
|
:few: "{0} centylitry"
|
742
|
-
:many: "{0}
|
777
|
+
:many: "{0} centylitrów"
|
743
778
|
:one: "{0} centylitrze"
|
744
779
|
:other: "{0} centylitra"
|
745
780
|
:volume-cubic-centimeter:
|
746
781
|
:few: "{0} centymetry sześcienne"
|
747
|
-
:many: "{0}
|
782
|
+
:many: "{0} centymetrów sześciennych"
|
748
783
|
:one: "{0} centymetrze sześcienny"
|
749
784
|
:other: "{0} centymetra sześciennego"
|
750
785
|
:volume-cubic-foot:
|
751
786
|
:few: "{0} stopy sześcienne"
|
752
|
-
:many: "{0}
|
787
|
+
:many: "{0} stóp sześciennych"
|
753
788
|
:one: "{0} stopo sześcienna"
|
754
789
|
:other: "{0} stopy sześciennej"
|
755
790
|
:volume-cubic-inch:
|
@@ -758,18 +793,18 @@
|
|
758
793
|
:one: "{0} cal sześcienny"
|
759
794
|
:other: "{0} cala sześciennego"
|
760
795
|
:volume-cubic-kilometer:
|
761
|
-
:few: "{0}
|
796
|
+
:few: "{0} kilometrów sześciennych"
|
762
797
|
:many: "{0} kilometrów sześciennych"
|
763
|
-
:one: "{0}
|
798
|
+
:one: "{0} kilometra sześciennego"
|
764
799
|
:other: "{0} kilometra sześciennego"
|
765
800
|
:volume-cubic-meter:
|
766
|
-
:few: "{0}
|
801
|
+
:few: "{0} metrów sześciennych"
|
767
802
|
:many: "{0} metrów sześciennych"
|
768
|
-
:one: "{0}
|
803
|
+
:one: "{0} metra sześciennego"
|
769
804
|
:other: "{0} metra sześciennego"
|
770
805
|
:volume-cubic-mile:
|
771
806
|
:few: "{0} mile sześcienne"
|
772
|
-
:many: "{0}
|
807
|
+
:many: "{0} mil sześciennych"
|
773
808
|
:one: "{0} milo sześcienna"
|
774
809
|
:other: "{0} mili sześciennej"
|
775
810
|
:volume-cubic-yard:
|
@@ -789,7 +824,7 @@
|
|
789
824
|
:other: "{0} ćwierćkwarty metrycznej"
|
790
825
|
:volume-deciliter:
|
791
826
|
:few: "{0} decylitry"
|
792
|
-
:many: "{0}
|
827
|
+
:many: "{0} decylitrów"
|
793
828
|
:one: "{0} decylitrze"
|
794
829
|
:other: "{0} decylitra"
|
795
830
|
:volume-dessert-spoon:
|
@@ -803,7 +838,7 @@
|
|
803
838
|
:one: "{0} imperialna łyżeczko deserowa"
|
804
839
|
:other: "{0} imperialnej łyżeczki deserowej"
|
805
840
|
:volume-dram:
|
806
|
-
:few: "{0}
|
841
|
+
:few: "{0} drachmy płynu"
|
807
842
|
:many: "{0} drachm płynu"
|
808
843
|
:one: "{0} drachmo płynu"
|
809
844
|
:other: "{0} drachmy płynu"
|
@@ -828,14 +863,14 @@
|
|
828
863
|
:one: "{0} galonie amerykański"
|
829
864
|
:other: "{0} galona amerykańskiego"
|
830
865
|
:volume-gallon-imperial:
|
831
|
-
:few: "{0}
|
832
|
-
:many: "{0}
|
866
|
+
:few: "{0} galony angielskie"
|
867
|
+
:many: "{0} galonów angielskich"
|
833
868
|
:one: "{0} galonie angielski"
|
834
869
|
:other: "{0} galona angielskiego"
|
835
870
|
:volume-hectoliter:
|
836
|
-
:few: "{0}
|
871
|
+
:few: "{0} hektolitrów"
|
837
872
|
:many: "{0} hektolitrów"
|
838
|
-
:one: "{0}
|
873
|
+
:one: "{0} hektolitra"
|
839
874
|
:other: "{0} hektolitra"
|
840
875
|
:volume-jigger:
|
841
876
|
:few: "{0} jiggery"
|
@@ -844,17 +879,17 @@
|
|
844
879
|
:other: "{0} jiggera"
|
845
880
|
:volume-liter:
|
846
881
|
:few: "{0} litry"
|
847
|
-
:many: "{0}
|
882
|
+
:many: "{0} litrów"
|
848
883
|
:one: "{0} litrze"
|
849
884
|
:other: "{0} litra"
|
850
885
|
:volume-megaliter:
|
851
|
-
:few: "{0}
|
886
|
+
:few: "{0} megalitrów"
|
852
887
|
:many: "{0} megalitrów"
|
853
|
-
:one: "{0}
|
888
|
+
:one: "{0} megalitra"
|
854
889
|
:other: "{0} megalitra"
|
855
890
|
:volume-milliliter:
|
856
891
|
:few: "{0} mililitry"
|
857
|
-
:many: "{0}
|
892
|
+
:many: "{0} mililitrów"
|
858
893
|
:one: "{0} mililitrze"
|
859
894
|
:other: "{0} mililitra"
|
860
895
|
:volume-pinch:
|
@@ -883,13 +918,13 @@
|
|
883
918
|
:one: "{0} kwarto angielska"
|
884
919
|
:other: "{0} kwarty angielskiej"
|
885
920
|
:volume-tablespoon:
|
886
|
-
:few: "{0}
|
887
|
-
:many: "{0}
|
921
|
+
:few: "{0} łyżki stołowe"
|
922
|
+
:many: "{0} łyżek stołowych"
|
888
923
|
:one: "{0} łyżko stołowa"
|
889
924
|
:other: "{0} łyżki stołowej"
|
890
925
|
:volume-teaspoon:
|
891
|
-
:few: "{0}
|
892
|
-
:many: "{0}
|
926
|
+
:few: "{0} łyżeczki"
|
927
|
+
:many: "{0} łyżeczek"
|
893
928
|
:one: "{0} łyżeczko"
|
894
929
|
:other: "{0} łyżeczki"
|
895
930
|
:narrow:
|
@@ -898,6 +933,11 @@
|
|
898
933
|
:many: "{0} G"
|
899
934
|
:one: "{0} G"
|
900
935
|
:other: "{0} G"
|
936
|
+
:acceleration-meter-per-square-second:
|
937
|
+
:few: "{0} m/s²"
|
938
|
+
:many: "{0} m/s²"
|
939
|
+
:one: "{0} m/s²"
|
940
|
+
:other: "{0} m/s²"
|
901
941
|
:angle-arc-minute:
|
902
942
|
:few: "{0}′"
|
903
943
|
:many: "{0}′"
|
@@ -908,123 +948,15 @@
|
|
908
948
|
:many: "{0}″"
|
909
949
|
:one: "{0}″"
|
910
950
|
:other: "{0}″"
|
911
|
-
:area-square-foot:
|
912
|
-
:few: "{0} ft²"
|
913
|
-
:many: "{0} ft²"
|
914
|
-
:one: "{0} ft²"
|
915
|
-
:other: "{0} ft²"
|
916
|
-
:area-square-inch:
|
917
|
-
:few: "{0} in²"
|
918
|
-
:many: "{0} in²"
|
919
|
-
:one: "{0} in²"
|
920
|
-
:other: "{0} in²"
|
921
|
-
:area-square-mile:
|
922
|
-
:few: "{0} mi²"
|
923
|
-
:many: "{0} mi²"
|
924
|
-
:one: "{0} mi²"
|
925
|
-
:other: "{0} mi²"
|
926
|
-
:area-square-yard:
|
927
|
-
:few: "{0} yd²"
|
928
|
-
:many: "{0} yd²"
|
929
|
-
:one: "{0} yd²"
|
930
|
-
:other: "{0} yd²"
|
931
|
-
:concentr-item:
|
932
|
-
:few: "{0} szt."
|
933
|
-
:many: "{0} szt."
|
934
|
-
:one: "{0} szt."
|
935
|
-
:other: "{0} szt."
|
936
|
-
:consumption-liter-per-100-kilometer:
|
937
|
-
:few: "{0} l/100 km"
|
938
|
-
:many: "{0} l/100 km"
|
939
|
-
:one: "{0} l/100 km"
|
940
|
-
:other: "{0} l/100 km"
|
941
|
-
:duration-day:
|
942
|
-
:few: "{0} d."
|
943
|
-
:many: "{0} d."
|
944
|
-
:one: "{0} d."
|
945
|
-
:other: "{0} d."
|
946
|
-
:duration-hour:
|
947
|
-
:few: "{0} h"
|
948
|
-
:many: "{0} h"
|
949
|
-
:one: "{0} h"
|
950
|
-
:other: "{0} h"
|
951
|
-
:duration-month:
|
952
|
-
:few: "{0} m-ce"
|
953
|
-
:many: "{0} m-cy"
|
954
|
-
:one: "{0} m-c"
|
955
|
-
:other: "{0} m-ca"
|
956
|
-
:duration-second:
|
957
|
-
:few: "{0} s"
|
958
|
-
:many: "{0} s"
|
959
|
-
:one: "{0} s"
|
960
|
-
:other: "{0} s"
|
961
|
-
:duration-week:
|
962
|
-
:few: "{0} t."
|
963
|
-
:many: "{0} tyg."
|
964
|
-
:one: "{0} tydz."
|
965
|
-
:other: "{0} tyg."
|
966
|
-
:duration-year:
|
967
|
-
:few: "{0} l."
|
968
|
-
:many: "{0} l."
|
969
|
-
:one: "{0} r."
|
970
|
-
:other: "{0} r."
|
971
|
-
:length-inch:
|
972
|
-
:few: "{0}″"
|
973
|
-
:many: "{0}″"
|
974
|
-
:one: "{0}″"
|
975
|
-
:other: "{0}″"
|
976
|
-
:mass-dalton:
|
977
|
-
:few: "{0} u"
|
978
|
-
:many: "{0} u"
|
979
|
-
:one: "{0} u"
|
980
|
-
:other: "{0} u"
|
981
|
-
:power-horsepower:
|
982
|
-
:few: "{0} KM"
|
983
|
-
:many: "{0} KM"
|
984
|
-
:one: "{0} KM"
|
985
|
-
:other: "{0} KM"
|
986
|
-
:speed-mile-per-hour:
|
987
|
-
:few: "{0} mph"
|
988
|
-
:many: "{0} mph"
|
989
|
-
:one: "{0} mph"
|
990
|
-
:other: "{0} mph"
|
991
|
-
:temperature-celsius:
|
992
|
-
:few: "{0}°C"
|
993
|
-
:many: "{0}°C"
|
994
|
-
:one: "{0}°C"
|
995
|
-
:other: "{0}°C"
|
996
|
-
:volume-cubic-foot:
|
997
|
-
:few: "{0} ft³"
|
998
|
-
:many: "{0} ft³"
|
999
|
-
:one: "{0} ft³"
|
1000
|
-
:other: "{0} ft³"
|
1001
|
-
:volume-cubic-inch:
|
1002
|
-
:few: "{0} in³"
|
1003
|
-
:many: "{0} in³"
|
1004
|
-
:one: "{0} in³"
|
1005
|
-
:other: "{0} in³"
|
1006
|
-
:volume-cubic-mile:
|
1007
|
-
:few: "{0} mi³"
|
1008
|
-
:many: "{0} mi³"
|
1009
|
-
:one: "{0} mi³"
|
1010
|
-
:other: "{0} mi³"
|
1011
|
-
:volume-cubic-yard:
|
1012
|
-
:few: "{0} yd³"
|
1013
|
-
:many: "{0} yd³"
|
1014
|
-
:one: "{0} yd³"
|
1015
|
-
:other: "{0} yd³"
|
1016
|
-
:short:
|
1017
|
-
:acceleration-g-force:
|
1018
|
-
:other: "{0} G"
|
1019
|
-
:acceleration-meter-per-square-second:
|
1020
|
-
:other: "{0} m/s²"
|
1021
|
-
:angle-arc-minute:
|
1022
|
-
:other: "{0}′"
|
1023
|
-
:angle-arc-second:
|
1024
|
-
:other: "{0}″"
|
1025
951
|
:angle-degree:
|
952
|
+
:few: "{0}°"
|
953
|
+
:many: "{0}°"
|
954
|
+
:one: "{0}°"
|
1026
955
|
:other: "{0}°"
|
1027
956
|
:angle-radian:
|
957
|
+
:few: "{0} rad"
|
958
|
+
:many: "{0} rad"
|
959
|
+
:one: "{0} rad"
|
1028
960
|
:other: "{0} rad"
|
1029
961
|
:angle-revolution:
|
1030
962
|
:few: "{0} obr."
|
@@ -1042,39 +974,54 @@
|
|
1042
974
|
:one: "{0} dunam"
|
1043
975
|
:other: "{0} dunama"
|
1044
976
|
:area-hectare:
|
977
|
+
:few: "{0} ha"
|
978
|
+
:many: "{0} ha"
|
979
|
+
:one: "{0} ha"
|
1045
980
|
:other: "{0} ha"
|
1046
981
|
:area-square-centimeter:
|
982
|
+
:few: "{0} cm²"
|
983
|
+
:many: "{0} cm²"
|
984
|
+
:one: "{0} cm²"
|
1047
985
|
:other: "{0} cm²"
|
1048
986
|
:area-square-foot:
|
1049
|
-
:few: "{0}
|
1050
|
-
:many: "{0}
|
1051
|
-
:one: "{0}
|
1052
|
-
:other: "{0}
|
987
|
+
:few: "{0} ft²"
|
988
|
+
:many: "{0} ft²"
|
989
|
+
:one: "{0} ft²"
|
990
|
+
:other: "{0} ft²"
|
1053
991
|
:area-square-inch:
|
1054
|
-
:few: "{0}
|
1055
|
-
:many: "{0}
|
1056
|
-
:one: "{0}
|
1057
|
-
:other: "{0}
|
992
|
+
:few: "{0} in²"
|
993
|
+
:many: "{0} in²"
|
994
|
+
:one: "{0} in²"
|
995
|
+
:other: "{0} in²"
|
1058
996
|
:area-square-kilometer:
|
997
|
+
:few: "{0} km²"
|
998
|
+
:many: "{0} km²"
|
999
|
+
:one: "{0} km²"
|
1059
1000
|
:other: "{0} km²"
|
1060
1001
|
:area-square-meter:
|
1002
|
+
:few: "{0} m²"
|
1003
|
+
:many: "{0} m²"
|
1004
|
+
:one: "{0} m²"
|
1061
1005
|
:other: "{0} m²"
|
1062
1006
|
:area-square-mile:
|
1063
|
-
:few: "{0}
|
1064
|
-
:many: "{0}
|
1065
|
-
:one: "{0}
|
1066
|
-
:other: "{0}
|
1007
|
+
:few: "{0} mi²"
|
1008
|
+
:many: "{0} mi²"
|
1009
|
+
:one: "{0} mi²"
|
1010
|
+
:other: "{0} mi²"
|
1067
1011
|
:area-square-yard:
|
1068
|
-
:few: "{0}
|
1069
|
-
:many: "{0}
|
1070
|
-
:one: "{0}
|
1071
|
-
:other: "{0}
|
1012
|
+
:few: "{0} yd²"
|
1013
|
+
:many: "{0} yd²"
|
1014
|
+
:one: "{0} yd²"
|
1015
|
+
:other: "{0} yd²"
|
1072
1016
|
:concentr-item:
|
1073
1017
|
:few: "{0} szt."
|
1074
1018
|
:many: "{0} szt."
|
1075
1019
|
:one: "{0} szt."
|
1076
1020
|
:other: "{0} szt."
|
1077
1021
|
:concentr-karat:
|
1022
|
+
:few: "{0} kt"
|
1023
|
+
:many: "{0} kt"
|
1024
|
+
:one: "{0} kt"
|
1078
1025
|
:other: "{0} kt"
|
1079
1026
|
:concentr-milligram-ofglucose-per-deciliter:
|
1080
1027
|
:few: "{0} mg/dl"
|
@@ -1092,10 +1039,19 @@
|
|
1092
1039
|
:one: "{0} mol"
|
1093
1040
|
:other: "{0} mola"
|
1094
1041
|
:concentr-percent:
|
1042
|
+
:few: "{0}%"
|
1043
|
+
:many: "{0}%"
|
1044
|
+
:one: "{0}%"
|
1095
1045
|
:other: "{0}%"
|
1096
1046
|
:concentr-permille:
|
1047
|
+
:few: "{0}‰"
|
1048
|
+
:many: "{0}‰"
|
1049
|
+
:one: "{0}‰"
|
1097
1050
|
:other: "{0}‰"
|
1098
1051
|
:concentr-permillion:
|
1052
|
+
:few: "{0} ppm"
|
1053
|
+
:many: "{0} ppm"
|
1054
|
+
:one: "{0} ppm"
|
1099
1055
|
:other: "{0} ppm"
|
1100
1056
|
:concentr-permyriad:
|
1101
1057
|
:few: "{0}‱"
|
@@ -1133,22 +1089,49 @@
|
|
1133
1089
|
:one: "{0} B"
|
1134
1090
|
:other: "{0} B"
|
1135
1091
|
:digital-gigabit:
|
1092
|
+
:few: "{0} Gb"
|
1093
|
+
:many: "{0} Gb"
|
1094
|
+
:one: "{0} Gb"
|
1136
1095
|
:other: "{0} Gb"
|
1137
1096
|
:digital-gigabyte:
|
1097
|
+
:few: "{0} GB"
|
1098
|
+
:many: "{0} GB"
|
1099
|
+
:one: "{0} GB"
|
1138
1100
|
:other: "{0} GB"
|
1139
1101
|
:digital-kilobit:
|
1102
|
+
:few: "{0} kb"
|
1103
|
+
:many: "{0} kb"
|
1104
|
+
:one: "{0} kb"
|
1140
1105
|
:other: "{0} kb"
|
1141
1106
|
:digital-kilobyte:
|
1107
|
+
:few: "{0} kB"
|
1108
|
+
:many: "{0} kB"
|
1109
|
+
:one: "{0} kB"
|
1142
1110
|
:other: "{0} kB"
|
1143
1111
|
:digital-megabit:
|
1112
|
+
:few: "{0} Mb"
|
1113
|
+
:many: "{0} Mb"
|
1114
|
+
:one: "{0} Mb"
|
1144
1115
|
:other: "{0} Mb"
|
1145
1116
|
:digital-megabyte:
|
1117
|
+
:few: "{0} MB"
|
1118
|
+
:many: "{0} MB"
|
1119
|
+
:one: "{0} MB"
|
1146
1120
|
:other: "{0} MB"
|
1147
1121
|
:digital-petabyte:
|
1122
|
+
:few: "{0} PB"
|
1123
|
+
:many: "{0} PB"
|
1124
|
+
:one: "{0} PB"
|
1148
1125
|
:other: "{0} PB"
|
1149
1126
|
:digital-terabit:
|
1127
|
+
:few: "{0} Tb"
|
1128
|
+
:many: "{0} Tb"
|
1129
|
+
:one: "{0} Tb"
|
1150
1130
|
:other: "{0} Tb"
|
1151
1131
|
:digital-terabyte:
|
1132
|
+
:few: "{0} TB"
|
1133
|
+
:many: "{0} TB"
|
1134
|
+
:one: "{0} TB"
|
1152
1135
|
:other: "{0} TB"
|
1153
1136
|
:duration-century:
|
1154
1137
|
:few: "{0} w."
|
@@ -1156,55 +1139,84 @@
|
|
1156
1139
|
:one: "{0} w."
|
1157
1140
|
:other: "{0} w."
|
1158
1141
|
:duration-day:
|
1159
|
-
:few: "{0}
|
1160
|
-
:many: "{0}
|
1161
|
-
:one: "{0}
|
1162
|
-
:other: "{0}
|
1142
|
+
:few: "{0} d."
|
1143
|
+
:many: "{0} d."
|
1144
|
+
:one: "{0} d."
|
1145
|
+
:other: "{0} d."
|
1163
1146
|
:duration-decade:
|
1164
1147
|
:few: "{0} dek"
|
1165
1148
|
:many: "{0} dek"
|
1166
1149
|
:one: "{0} dek"
|
1167
1150
|
:other: "{0} dek"
|
1168
1151
|
:duration-hour:
|
1169
|
-
:few: "{0}
|
1170
|
-
:many: "{0}
|
1171
|
-
:one: "{0}
|
1172
|
-
:other: "{0}
|
1152
|
+
:few: "{0} h"
|
1153
|
+
:many: "{0} h"
|
1154
|
+
:one: "{0} h"
|
1155
|
+
:other: "{0} h"
|
1173
1156
|
:duration-microsecond:
|
1157
|
+
:few: "{0} μs"
|
1158
|
+
:many: "{0} μs"
|
1159
|
+
:one: "{0} μs"
|
1174
1160
|
:other: "{0} μs"
|
1175
1161
|
:duration-millisecond:
|
1162
|
+
:few: "{0} ms"
|
1163
|
+
:many: "{0} ms"
|
1164
|
+
:one: "{0} ms"
|
1176
1165
|
:other: "{0} ms"
|
1177
1166
|
:duration-minute:
|
1167
|
+
:few: "{0} min"
|
1168
|
+
:many: "{0} min"
|
1169
|
+
:one: "{0} min"
|
1178
1170
|
:other: "{0} min"
|
1179
1171
|
:duration-month:
|
1180
|
-
:few: "{0}
|
1181
|
-
:many: "{0}
|
1182
|
-
:one: "{0}
|
1183
|
-
:other: "{0}
|
1172
|
+
:few: "{0} m-ce"
|
1173
|
+
:many: "{0} m-cy"
|
1174
|
+
:one: "{0} m-c"
|
1175
|
+
:other: "{0} m-ca"
|
1184
1176
|
:duration-nanosecond:
|
1177
|
+
:few: "{0} ns"
|
1178
|
+
:many: "{0} ns"
|
1179
|
+
:one: "{0} ns"
|
1185
1180
|
:other: "{0} ns"
|
1181
|
+
:duration-quarter:
|
1182
|
+
:few: "{0} kw."
|
1183
|
+
:many: "{0} kw."
|
1184
|
+
:one: "{0} kw."
|
1185
|
+
:other: "{0} kw."
|
1186
1186
|
:duration-second:
|
1187
|
-
:few: "{0}
|
1188
|
-
:many: "{0}
|
1189
|
-
:one: "{0}
|
1190
|
-
:other: "{0}
|
1187
|
+
:few: "{0} s"
|
1188
|
+
:many: "{0} s"
|
1189
|
+
:one: "{0} s"
|
1190
|
+
:other: "{0} s"
|
1191
1191
|
:duration-week:
|
1192
|
-
:few: "{0}
|
1192
|
+
:few: "{0} t."
|
1193
1193
|
:many: "{0} tyg."
|
1194
1194
|
:one: "{0} tydz."
|
1195
1195
|
:other: "{0} tyg."
|
1196
1196
|
:duration-year:
|
1197
|
-
:few: "{0}
|
1198
|
-
:many: "{0}
|
1199
|
-
:one: "{0}
|
1200
|
-
:other: "{0}
|
1197
|
+
:few: "{0} l."
|
1198
|
+
:many: "{0} l."
|
1199
|
+
:one: "{0} r."
|
1200
|
+
:other: "{0} r."
|
1201
1201
|
:electric-ampere:
|
1202
|
+
:few: "{0} A"
|
1203
|
+
:many: "{0} A"
|
1204
|
+
:one: "{0} A"
|
1202
1205
|
:other: "{0} A"
|
1203
1206
|
:electric-milliampere:
|
1207
|
+
:few: "{0} mA"
|
1208
|
+
:many: "{0} mA"
|
1209
|
+
:one: "{0} mA"
|
1204
1210
|
:other: "{0} mA"
|
1205
1211
|
:electric-ohm:
|
1212
|
+
:few: "{0} Ω"
|
1213
|
+
:many: "{0} Ω"
|
1214
|
+
:one: "{0} Ω"
|
1206
1215
|
:other: "{0} Ω"
|
1207
1216
|
:electric-volt:
|
1217
|
+
:few: "{0} V"
|
1218
|
+
:many: "{0} V"
|
1219
|
+
:one: "{0} V"
|
1208
1220
|
:other: "{0} V"
|
1209
1221
|
:energy-british-thermal-unit:
|
1210
1222
|
:few: "{0} Btu"
|
@@ -1212,6 +1224,9 @@
|
|
1212
1224
|
:one: "{0} Btu"
|
1213
1225
|
:other: "{0} Btu"
|
1214
1226
|
:energy-calorie:
|
1227
|
+
:few: "{0} cal"
|
1228
|
+
:many: "{0} cal"
|
1229
|
+
:one: "{0} cal"
|
1215
1230
|
:other: "{0} cal"
|
1216
1231
|
:energy-electronvolt:
|
1217
1232
|
:few: "{0} eV"
|
@@ -1224,12 +1239,24 @@
|
|
1224
1239
|
:one: "{0} kcal"
|
1225
1240
|
:other: "{0} kcal"
|
1226
1241
|
:energy-joule:
|
1242
|
+
:few: "{0} J"
|
1243
|
+
:many: "{0} J"
|
1244
|
+
:one: "{0} J"
|
1227
1245
|
:other: "{0} J"
|
1228
1246
|
:energy-kilocalorie:
|
1247
|
+
:few: "{0} kcal"
|
1248
|
+
:many: "{0} kcal"
|
1249
|
+
:one: "{0} kcal"
|
1229
1250
|
:other: "{0} kcal"
|
1230
1251
|
:energy-kilojoule:
|
1252
|
+
:few: "{0} kJ"
|
1253
|
+
:many: "{0} kJ"
|
1254
|
+
:one: "{0} kJ"
|
1231
1255
|
:other: "{0} kJ"
|
1232
1256
|
:energy-kilowatt-hour:
|
1257
|
+
:few: "{0} kWh"
|
1258
|
+
:many: "{0} kWh"
|
1259
|
+
:one: "{0} kWh"
|
1233
1260
|
:other: "{0} kWh"
|
1234
1261
|
:energy-therm-us:
|
1235
1262
|
:few: "{0} thermy amer."
|
@@ -1237,6 +1264,9 @@
|
|
1237
1264
|
:one: "{0} therm amer."
|
1238
1265
|
:other: "{0} therma amer."
|
1239
1266
|
:force-kilowatt-hour-per-100-kilometer:
|
1267
|
+
:few: "{0} kWh/100km"
|
1268
|
+
:many: "{0} kWh/100km"
|
1269
|
+
:one: "{0} kWh/100km"
|
1240
1270
|
:other: "{0} kWh/100km"
|
1241
1271
|
:force-newton:
|
1242
1272
|
:few: "{0} N"
|
@@ -1249,25 +1279,64 @@
|
|
1249
1279
|
:one: "{0} lbf"
|
1250
1280
|
:other: "{0} lbf"
|
1251
1281
|
:frequency-gigahertz:
|
1282
|
+
:few: "{0} GHz"
|
1283
|
+
:many: "{0} GHz"
|
1284
|
+
:one: "{0} GHz"
|
1252
1285
|
:other: "{0} GHz"
|
1253
1286
|
:frequency-hertz:
|
1287
|
+
:few: "{0} Hz"
|
1288
|
+
:many: "{0} Hz"
|
1289
|
+
:one: "{0} Hz"
|
1254
1290
|
:other: "{0} Hz"
|
1255
1291
|
:frequency-kilohertz:
|
1292
|
+
:few: "{0} kHz"
|
1293
|
+
:many: "{0} kHz"
|
1294
|
+
:one: "{0} kHz"
|
1256
1295
|
:other: "{0} kHz"
|
1257
1296
|
:frequency-megahertz:
|
1297
|
+
:few: "{0} MHz"
|
1298
|
+
:many: "{0} MHz"
|
1299
|
+
:one: "{0} MHz"
|
1258
1300
|
:other: "{0} MHz"
|
1301
|
+
:graphics-dot:
|
1302
|
+
:few: "{0} px"
|
1303
|
+
:many: "{0} px"
|
1304
|
+
:one: "{0} px"
|
1305
|
+
:other: "{0} px"
|
1306
|
+
:graphics-dot-per-centimeter:
|
1307
|
+
:few: "{0} ppcm"
|
1308
|
+
:many: "{0} ppcm"
|
1309
|
+
:one: "{0} ppcm"
|
1310
|
+
:other: "{0} ppcm"
|
1311
|
+
:graphics-dot-per-inch:
|
1312
|
+
:few: "{0} ppi"
|
1313
|
+
:many: "{0} ppi"
|
1314
|
+
:one: "{0} ppi"
|
1315
|
+
:other: "{0} ppi"
|
1259
1316
|
:graphics-em:
|
1260
1317
|
:few: "{0} firety"
|
1261
1318
|
:many: "{0} firetów"
|
1262
1319
|
:one: "{0} firet"
|
1263
1320
|
:other: "{0} firetu"
|
1264
1321
|
:graphics-megapixel:
|
1322
|
+
:few: "{0} MP"
|
1323
|
+
:many: "{0} MP"
|
1324
|
+
:one: "{0} MP"
|
1265
1325
|
:other: "{0} MP"
|
1266
1326
|
:graphics-pixel:
|
1327
|
+
:few: "{0} px"
|
1328
|
+
:many: "{0} px"
|
1329
|
+
:one: "{0} px"
|
1267
1330
|
:other: "{0} px"
|
1268
1331
|
:graphics-pixel-per-centimeter:
|
1332
|
+
:few: "{0} ppcm"
|
1333
|
+
:many: "{0} ppcm"
|
1334
|
+
:one: "{0} ppcm"
|
1269
1335
|
:other: "{0} ppcm"
|
1270
1336
|
:graphics-pixel-per-inch:
|
1337
|
+
:few: "{0} ppi"
|
1338
|
+
:many: "{0} ppi"
|
1339
|
+
:one: "{0} ppi"
|
1271
1340
|
:other: "{0} ppi"
|
1272
1341
|
:length-astronomical-unit:
|
1273
1342
|
:few: "{0} j.a."
|
@@ -1275,10 +1344,19 @@
|
|
1275
1344
|
:one: "{0} j.a."
|
1276
1345
|
:other: "{0} j.a."
|
1277
1346
|
:length-centimeter:
|
1347
|
+
:few: "{0} cm"
|
1348
|
+
:many: "{0} cm"
|
1349
|
+
:one: "{0} cm"
|
1278
1350
|
:other: "{0} cm"
|
1279
1351
|
:length-decimeter:
|
1352
|
+
:few: "{0} dm"
|
1353
|
+
:many: "{0} dm"
|
1354
|
+
:one: "{0} dm"
|
1280
1355
|
:other: "{0} dm"
|
1281
1356
|
:length-earth-radius:
|
1357
|
+
:few: "{0} R⊕"
|
1358
|
+
:many: "{0} R⊕"
|
1359
|
+
:one: "{0} R⊕"
|
1282
1360
|
:other: "{0} R⊕"
|
1283
1361
|
:length-fathom:
|
1284
1362
|
:few: "{0} fm"
|
@@ -1291,19 +1369,34 @@
|
|
1291
1369
|
:one: "{0} ft"
|
1292
1370
|
:other: "{0} ft"
|
1293
1371
|
:length-furlong:
|
1372
|
+
:few: "{0} fur"
|
1373
|
+
:many: "{0} fur"
|
1374
|
+
:one: "{0} fur"
|
1294
1375
|
:other: "{0} fur"
|
1295
1376
|
:length-inch:
|
1296
|
-
:few: "{0}
|
1297
|
-
:many: "{0}
|
1298
|
-
:one: "{0}
|
1299
|
-
:other: "{0}
|
1377
|
+
:few: "{0}″"
|
1378
|
+
:many: "{0}″"
|
1379
|
+
:one: "{0}″"
|
1380
|
+
:other: "{0}″"
|
1300
1381
|
:length-kilometer:
|
1382
|
+
:few: "{0} km"
|
1383
|
+
:many: "{0} km"
|
1384
|
+
:one: "{0} km"
|
1301
1385
|
:other: "{0} km"
|
1302
1386
|
:length-light-year:
|
1387
|
+
:few: "{0} ly"
|
1388
|
+
:many: "{0} ly"
|
1389
|
+
:one: "{0} ly"
|
1303
1390
|
:other: "{0} ly"
|
1304
1391
|
:length-meter:
|
1392
|
+
:few: "{0} m"
|
1393
|
+
:many: "{0} m"
|
1394
|
+
:one: "{0} m"
|
1305
1395
|
:other: "{0} m"
|
1306
1396
|
:length-micrometer:
|
1397
|
+
:few: "{0} μm"
|
1398
|
+
:many: "{0} μm"
|
1399
|
+
:one: "{0} μm"
|
1307
1400
|
:other: "{0} μm"
|
1308
1401
|
:length-mile:
|
1309
1402
|
:few: "{0} mile"
|
@@ -1311,10 +1404,19 @@
|
|
1311
1404
|
:one: "{0} mila"
|
1312
1405
|
:other: "{0} mili"
|
1313
1406
|
:length-mile-scandinavian:
|
1407
|
+
:few: "{0} smi"
|
1408
|
+
:many: "{0} smi"
|
1409
|
+
:one: "{0} smi"
|
1314
1410
|
:other: "{0} smi"
|
1315
1411
|
:length-millimeter:
|
1412
|
+
:few: "{0} mm"
|
1413
|
+
:many: "{0} mm"
|
1414
|
+
:one: "{0} mm"
|
1316
1415
|
:other: "{0} mm"
|
1317
1416
|
:length-nanometer:
|
1417
|
+
:few: "{0} nm"
|
1418
|
+
:many: "{0} nm"
|
1419
|
+
:one: "{0} nm"
|
1318
1420
|
:other: "{0} nm"
|
1319
1421
|
:length-nautical-mile:
|
1320
1422
|
:few: "{0} Mm"
|
@@ -1322,8 +1424,14 @@
|
|
1322
1424
|
:one: "{0} Mm"
|
1323
1425
|
:other: "{0} Mm"
|
1324
1426
|
:length-parsec:
|
1427
|
+
:few: "{0} pc"
|
1428
|
+
:many: "{0} pc"
|
1429
|
+
:one: "{0} pc"
|
1325
1430
|
:other: "{0} pc"
|
1326
1431
|
:length-picometer:
|
1432
|
+
:few: "{0} pm"
|
1433
|
+
:many: "{0} pm"
|
1434
|
+
:one: "{0} pm"
|
1327
1435
|
:other: "{0} pm"
|
1328
1436
|
:length-point:
|
1329
1437
|
:few: "{0} pkt."
|
@@ -1351,6 +1459,9 @@
|
|
1351
1459
|
:one: "{0} lm"
|
1352
1460
|
:other: "{0} lm"
|
1353
1461
|
:light-lux:
|
1462
|
+
:few: "{0} lx"
|
1463
|
+
:many: "{0} lx"
|
1464
|
+
:one: "{0} lx"
|
1354
1465
|
:other: "{0} lx"
|
1355
1466
|
:light-solar-luminosity:
|
1356
1467
|
:few: "{0} L☉"
|
@@ -1363,10 +1474,10 @@
|
|
1363
1474
|
:one: "{0} kt"
|
1364
1475
|
:other: "{0} kt"
|
1365
1476
|
:mass-dalton:
|
1366
|
-
:few: "{0}
|
1367
|
-
:many: "{0}
|
1368
|
-
:one: "{0}
|
1369
|
-
:other: "{0}
|
1477
|
+
:few: "{0} u"
|
1478
|
+
:many: "{0} u"
|
1479
|
+
:one: "{0} u"
|
1480
|
+
:other: "{0} u"
|
1370
1481
|
:mass-earth-mass:
|
1371
1482
|
:few: "{0} M⊕"
|
1372
1483
|
:many: "{0} M⊕"
|
@@ -1378,18 +1489,34 @@
|
|
1378
1489
|
:one: "{0} gr"
|
1379
1490
|
:other: "{0} gr"
|
1380
1491
|
:mass-gram:
|
1492
|
+
:few: "{0} g"
|
1493
|
+
:many: "{0} g"
|
1494
|
+
:one: "{0} g"
|
1381
1495
|
:other: "{0} g"
|
1382
1496
|
:mass-kilogram:
|
1497
|
+
:few: "{0} kg"
|
1498
|
+
:many: "{0} kg"
|
1499
|
+
:one: "{0} kg"
|
1383
1500
|
:other: "{0} kg"
|
1384
|
-
:mass-metric-ton:
|
1385
|
-
:other: "{0} t"
|
1386
1501
|
:mass-microgram:
|
1502
|
+
:few: "{0} μg"
|
1503
|
+
:many: "{0} μg"
|
1504
|
+
:one: "{0} μg"
|
1387
1505
|
:other: "{0} μg"
|
1388
1506
|
:mass-milligram:
|
1507
|
+
:few: "{0} mg"
|
1508
|
+
:many: "{0} mg"
|
1509
|
+
:one: "{0} mg"
|
1389
1510
|
:other: "{0} mg"
|
1390
1511
|
:mass-ounce:
|
1512
|
+
:few: "{0} oz"
|
1513
|
+
:many: "{0} oz"
|
1514
|
+
:one: "{0} oz"
|
1391
1515
|
:other: "{0} oz"
|
1392
1516
|
:mass-ounce-troy:
|
1517
|
+
:few: "{0} oz t"
|
1518
|
+
:many: "{0} oz t"
|
1519
|
+
:one: "{0} oz t"
|
1393
1520
|
:other: "{0} oz t"
|
1394
1521
|
:mass-pound:
|
1395
1522
|
:few: "{0} funty"
|
@@ -1411,7 +1538,931 @@
|
|
1411
1538
|
:many: "{0} krótkich ton"
|
1412
1539
|
:one: "{0} krótka tona"
|
1413
1540
|
:other: "{0} krótkiej tony"
|
1541
|
+
:mass-tonne:
|
1542
|
+
:few: "{0} t"
|
1543
|
+
:many: "{0} t"
|
1544
|
+
:one: "{0} t"
|
1545
|
+
:other: "{0} t"
|
1546
|
+
:power-gigawatt:
|
1547
|
+
:few: "{0} GW"
|
1548
|
+
:many: "{0} GW"
|
1549
|
+
:one: "{0} GW"
|
1550
|
+
:other: "{0} GW"
|
1551
|
+
:power-horsepower:
|
1552
|
+
:few: "{0} KM"
|
1553
|
+
:many: "{0} KM"
|
1554
|
+
:one: "{0} KM"
|
1555
|
+
:other: "{0} KM"
|
1556
|
+
:power-kilowatt:
|
1557
|
+
:few: "{0} kW"
|
1558
|
+
:many: "{0} kW"
|
1559
|
+
:one: "{0} kW"
|
1560
|
+
:other: "{0} kW"
|
1561
|
+
:power-megawatt:
|
1562
|
+
:few: "{0} MW"
|
1563
|
+
:many: "{0} MW"
|
1564
|
+
:one: "{0} MW"
|
1565
|
+
:other: "{0} MW"
|
1566
|
+
:power-milliwatt:
|
1567
|
+
:few: "{0} mW"
|
1568
|
+
:many: "{0} mW"
|
1569
|
+
:one: "{0} mW"
|
1570
|
+
:other: "{0} mW"
|
1571
|
+
:power-watt:
|
1572
|
+
:few: "{0} W"
|
1573
|
+
:many: "{0} W"
|
1574
|
+
:one: "{0} W"
|
1575
|
+
:other: "{0} W"
|
1576
|
+
:pressure-atmosphere:
|
1577
|
+
:few: "{0} atm"
|
1578
|
+
:many: "{0} atm"
|
1579
|
+
:one: "{0} atm"
|
1580
|
+
:other: "{0} atm"
|
1581
|
+
:pressure-bar:
|
1582
|
+
:few: "{0} bar"
|
1583
|
+
:many: "{0} bar"
|
1584
|
+
:one: "{0} bar"
|
1585
|
+
:other: "{0} bar"
|
1586
|
+
:pressure-hectopascal:
|
1587
|
+
:few: "{0} hPa"
|
1588
|
+
:many: "{0} hPa"
|
1589
|
+
:one: "{0} hPa"
|
1590
|
+
:other: "{0} hPa"
|
1591
|
+
:pressure-inch-ofhg:
|
1592
|
+
:few: "{0} inHg"
|
1593
|
+
:many: "{0} inHg"
|
1594
|
+
:one: "{0} inHg"
|
1595
|
+
:other: "{0} inHg"
|
1596
|
+
:pressure-kilopascal:
|
1597
|
+
:few: "{0} kPa"
|
1598
|
+
:many: "{0} kPa"
|
1599
|
+
:one: "{0} kPa"
|
1600
|
+
:other: "{0} kPa"
|
1601
|
+
:pressure-megapascal:
|
1602
|
+
:few: "{0} MPa"
|
1603
|
+
:many: "{0} MPa"
|
1604
|
+
:one: "{0} MPa"
|
1605
|
+
:other: "{0} MPa"
|
1606
|
+
:pressure-millibar:
|
1607
|
+
:few: "{0} mbar"
|
1608
|
+
:many: "{0} mbar"
|
1609
|
+
:one: "{0} mbar"
|
1610
|
+
:other: "{0} mbar"
|
1611
|
+
:pressure-millimeter-ofhg:
|
1612
|
+
:few: "{0} mmHg"
|
1613
|
+
:many: "{0} mmHg"
|
1614
|
+
:one: "{0} mmHg"
|
1615
|
+
:other: "{0} mmHg"
|
1616
|
+
:pressure-pascal:
|
1617
|
+
:few: "{0} Pa"
|
1618
|
+
:many: "{0} Pa"
|
1619
|
+
:one: "{0} Pa"
|
1620
|
+
:other: "{0} Pa"
|
1621
|
+
:pressure-pound-force-per-square-inch:
|
1622
|
+
:few: "{0} psi"
|
1623
|
+
:many: "{0} psi"
|
1624
|
+
:one: "{0} psi"
|
1625
|
+
:other: "{0} psi"
|
1626
|
+
:speed-kilometer-per-hour:
|
1627
|
+
:few: "{0} km/godz."
|
1628
|
+
:many: "{0} km/godz."
|
1629
|
+
:one: "{0} km/godz."
|
1630
|
+
:other: "{0} km/godz."
|
1631
|
+
:speed-knot:
|
1632
|
+
:few: "{0} w."
|
1633
|
+
:many: "{0} w."
|
1634
|
+
:one: "{0} w."
|
1635
|
+
:other: "{0} w."
|
1636
|
+
:speed-meter-per-second:
|
1637
|
+
:few: "{0} m/s"
|
1638
|
+
:many: "{0} m/s"
|
1639
|
+
:one: "{0} m/s"
|
1640
|
+
:other: "{0} m/s"
|
1641
|
+
:speed-mile-per-hour:
|
1642
|
+
:few: "{0} mph"
|
1643
|
+
:many: "{0} mph"
|
1644
|
+
:one: "{0} mph"
|
1645
|
+
:other: "{0} mph"
|
1646
|
+
:temperature-celsius:
|
1647
|
+
:few: "{0}°C"
|
1648
|
+
:many: "{0}°C"
|
1649
|
+
:one: "{0}°C"
|
1650
|
+
:other: "{0}°C"
|
1651
|
+
:temperature-fahrenheit:
|
1652
|
+
:few: "{0}°F"
|
1653
|
+
:many: "{0}°F"
|
1654
|
+
:one: "{0}°F"
|
1655
|
+
:other: "{0}°F"
|
1656
|
+
:temperature-generic:
|
1657
|
+
:few: "{0}°"
|
1658
|
+
:many: "{0}°"
|
1659
|
+
:one: "{0}°"
|
1660
|
+
:other: "{0}°"
|
1661
|
+
:temperature-kelvin:
|
1662
|
+
:few: "{0} K"
|
1663
|
+
:many: "{0} K"
|
1664
|
+
:one: "{0} K"
|
1665
|
+
:other: "{0} K"
|
1666
|
+
:torque-newton-meter:
|
1667
|
+
:few: "{0} N⋅m"
|
1668
|
+
:many: "{0} N⋅m"
|
1669
|
+
:one: "{0} N⋅m"
|
1670
|
+
:other: "{0} N⋅m"
|
1671
|
+
:torque-pound-force-foot:
|
1672
|
+
:few: "{0} lbf⋅ft"
|
1673
|
+
:many: "{0} lbf⋅ft"
|
1674
|
+
:one: "{0} lbf⋅ft"
|
1675
|
+
:other: "{0} lbf⋅ft"
|
1676
|
+
:volume-acre-foot:
|
1677
|
+
:few: "{0} akrostopy"
|
1678
|
+
:many: "{0} akrostóp"
|
1679
|
+
:one: "{0} akrostopa"
|
1680
|
+
:other: "{0} akrostopy"
|
1681
|
+
:volume-barrel:
|
1682
|
+
:few: "{0} bbl"
|
1683
|
+
:many: "{0} bbl"
|
1684
|
+
:one: "{0} bbl"
|
1685
|
+
:other: "{0} bbl"
|
1686
|
+
:volume-bushel:
|
1687
|
+
:few: "{0} bu"
|
1688
|
+
:many: "{0} bu"
|
1689
|
+
:one: "{0} bu"
|
1690
|
+
:other: "{0} bu"
|
1691
|
+
:volume-centiliter:
|
1692
|
+
:few: "{0} cl"
|
1693
|
+
:many: "{0} cl"
|
1694
|
+
:one: "{0} cl"
|
1695
|
+
:other: "{0} cl"
|
1696
|
+
:volume-cubic-centimeter:
|
1697
|
+
:few: "{0} cm³"
|
1698
|
+
:many: "{0} cm³"
|
1699
|
+
:one: "{0} cm³"
|
1700
|
+
:other: "{0} cm³"
|
1701
|
+
:volume-cubic-foot:
|
1702
|
+
:few: "{0} ft³"
|
1703
|
+
:many: "{0} ft³"
|
1704
|
+
:one: "{0} ft³"
|
1705
|
+
:other: "{0} ft³"
|
1706
|
+
:volume-cubic-inch:
|
1707
|
+
:few: "{0} in³"
|
1708
|
+
:many: "{0} in³"
|
1709
|
+
:one: "{0} in³"
|
1710
|
+
:other: "{0} in³"
|
1711
|
+
:volume-cubic-kilometer:
|
1712
|
+
:few: "{0} km³"
|
1713
|
+
:many: "{0} km³"
|
1714
|
+
:one: "{0} km³"
|
1715
|
+
:other: "{0} km³"
|
1716
|
+
:volume-cubic-meter:
|
1717
|
+
:few: "{0} m³"
|
1718
|
+
:many: "{0} m³"
|
1719
|
+
:one: "{0} m³"
|
1720
|
+
:other: "{0} m³"
|
1721
|
+
:volume-cubic-mile:
|
1722
|
+
:few: "{0} mi³"
|
1723
|
+
:many: "{0} mi³"
|
1724
|
+
:one: "{0} mi³"
|
1725
|
+
:other: "{0} mi³"
|
1726
|
+
:volume-cubic-yard:
|
1727
|
+
:few: "{0} yd³"
|
1728
|
+
:many: "{0} yd³"
|
1729
|
+
:one: "{0} yd³"
|
1730
|
+
:other: "{0} yd³"
|
1731
|
+
:volume-cup:
|
1732
|
+
:few: "{0} ćwierćkwarty am."
|
1733
|
+
:many: "{0} ćwierćkwart am."
|
1734
|
+
:one: "{0} ćwierćkwarta am."
|
1735
|
+
:other: "{0} ćwierćkwarty am."
|
1736
|
+
:volume-cup-metric:
|
1737
|
+
:few: "{0} ćwierćkwarty metr."
|
1738
|
+
:many: "{0} ćwierćkwart metr."
|
1739
|
+
:one: "{0} ćwierćkwarta metr."
|
1740
|
+
:other: "{0} ćwierćkwarty metr."
|
1741
|
+
:volume-deciliter:
|
1742
|
+
:few: "{0} dl"
|
1743
|
+
:many: "{0} dl"
|
1744
|
+
:one: "{0} dl"
|
1745
|
+
:other: "{0} dl"
|
1746
|
+
:volume-dessert-spoon:
|
1747
|
+
:few: "{0} ł. deser."
|
1748
|
+
:many: "{0} ł. deser."
|
1749
|
+
:one: "{0} ł. deser."
|
1750
|
+
:other: "{0} ł. deser."
|
1751
|
+
:volume-dessert-spoon-imperial:
|
1752
|
+
:few: "{0} ł. deser. ang."
|
1753
|
+
:many: "{0} ł. deser. ang."
|
1754
|
+
:one: "{0} ł. deser. ang."
|
1755
|
+
:other: "{0} ł. deser. ang."
|
1756
|
+
:volume-dram:
|
1757
|
+
:few: "{0} drachmy"
|
1758
|
+
:many: "{0} drachm"
|
1759
|
+
:one: "{0} drachma"
|
1760
|
+
:other: "{0} drachmy"
|
1761
|
+
:volume-drop:
|
1762
|
+
:few: "{0} krople"
|
1763
|
+
:many: "{0} kropli"
|
1764
|
+
:one: "{0} kropla"
|
1765
|
+
:other: "{0} kropli"
|
1766
|
+
:volume-fluid-ounce:
|
1767
|
+
:few: "{0} fl oz am."
|
1768
|
+
:many: "{0} fl oz am."
|
1769
|
+
:one: "{0} fl oz am."
|
1770
|
+
:other: "{0} fl oz am."
|
1771
|
+
:volume-fluid-ounce-imperial:
|
1772
|
+
:few: "{0} fl oz ang."
|
1773
|
+
:many: "{0} fl oz ang."
|
1774
|
+
:one: "{0} fl oz ang."
|
1775
|
+
:other: "{0} fl oz ang."
|
1776
|
+
:volume-gallon:
|
1777
|
+
:few: "{0} gal am."
|
1778
|
+
:many: "{0} gal am."
|
1779
|
+
:one: "{0} gal am."
|
1780
|
+
:other: "{0} gal am."
|
1781
|
+
:volume-gallon-imperial:
|
1782
|
+
:few: "{0} gal ang."
|
1783
|
+
:many: "{0} gal ang."
|
1784
|
+
:one: "{0} gal ang."
|
1785
|
+
:other: "{0} gal ang."
|
1786
|
+
:volume-hectoliter:
|
1787
|
+
:few: "{0} hl"
|
1788
|
+
:many: "{0} hl"
|
1789
|
+
:one: "{0} hl"
|
1790
|
+
:other: "{0} hl"
|
1791
|
+
:volume-jigger:
|
1792
|
+
:few: "{0} jiggery"
|
1793
|
+
:many: "{0} jiggerów"
|
1794
|
+
:one: "{0} jigger"
|
1795
|
+
:other: "{0} jiggera"
|
1796
|
+
:volume-liter:
|
1797
|
+
:few: "{0} l"
|
1798
|
+
:many: "{0} l"
|
1799
|
+
:one: "{0} l"
|
1800
|
+
:other: "{0} l"
|
1801
|
+
:volume-megaliter:
|
1802
|
+
:few: "{0} Ml"
|
1803
|
+
:many: "{0} Ml"
|
1804
|
+
:one: "{0} Ml"
|
1805
|
+
:other: "{0} Ml"
|
1806
|
+
:volume-milliliter:
|
1807
|
+
:few: "{0} ml"
|
1808
|
+
:many: "{0} ml"
|
1809
|
+
:one: "{0} ml"
|
1810
|
+
:other: "{0} ml"
|
1811
|
+
:volume-pinch:
|
1812
|
+
:few: "{0} szcz."
|
1813
|
+
:many: "{0} szcz."
|
1814
|
+
:one: "{0} szcz."
|
1815
|
+
:other: "{0} szcz."
|
1816
|
+
:volume-pint:
|
1817
|
+
:few: "{0} półkwarty am."
|
1818
|
+
:many: "{0} półkwart am."
|
1819
|
+
:one: "{0} półkwarta am."
|
1820
|
+
:other: "{0} półkwarty am."
|
1821
|
+
:volume-pint-metric:
|
1822
|
+
:few: "{0} półkwarty metr."
|
1823
|
+
:many: "{0} półkwart metr."
|
1824
|
+
:one: "{0} półkwarta metr."
|
1825
|
+
:other: "{0} półkwarty metr."
|
1826
|
+
:volume-quart:
|
1827
|
+
:few: "{0} kwarty am."
|
1828
|
+
:many: "{0} kwart am."
|
1829
|
+
:one: "{0} kwarta am."
|
1830
|
+
:other: "{0} kwarty am."
|
1831
|
+
:volume-quart-imperial:
|
1832
|
+
:few: "{0} kwarty ang."
|
1833
|
+
:many: "{0} kwart ang."
|
1834
|
+
:one: "{0} kwarta ang."
|
1835
|
+
:other: "{0} kwarty ang."
|
1836
|
+
:volume-tablespoon:
|
1837
|
+
:few: "{0} ł. stoł."
|
1838
|
+
:many: "{0} ł. stoł."
|
1839
|
+
:one: "{0} ł. stoł."
|
1840
|
+
:other: "{0} ł. stoł."
|
1841
|
+
:volume-teaspoon:
|
1842
|
+
:few: "{0} łyżeczki"
|
1843
|
+
:many: "{0} łyżeczek"
|
1844
|
+
:one: "{0} łyżeczka"
|
1845
|
+
:other: "{0} łyżeczki"
|
1846
|
+
:short:
|
1847
|
+
:acceleration-g-force:
|
1848
|
+
:few: "{0} G"
|
1849
|
+
:many: "{0} G"
|
1850
|
+
:one: "{0} G"
|
1851
|
+
:other: "{0} G"
|
1852
|
+
:acceleration-meter-per-square-second:
|
1853
|
+
:few: "{0} m/s²"
|
1854
|
+
:many: "{0} m/s²"
|
1855
|
+
:one: "{0} m/s²"
|
1856
|
+
:other: "{0} m/s²"
|
1857
|
+
:angle-arc-minute:
|
1858
|
+
:few: "{0}′"
|
1859
|
+
:many: "{0}′"
|
1860
|
+
:one: "{0}′"
|
1861
|
+
:other: "{0}′"
|
1862
|
+
:angle-arc-second:
|
1863
|
+
:few: "{0}″"
|
1864
|
+
:many: "{0}″"
|
1865
|
+
:one: "{0}″"
|
1866
|
+
:other: "{0}″"
|
1867
|
+
:angle-degree:
|
1868
|
+
:few: "{0}°"
|
1869
|
+
:many: "{0}°"
|
1870
|
+
:one: "{0}°"
|
1871
|
+
:other: "{0}°"
|
1872
|
+
:angle-radian:
|
1873
|
+
:few: "{0} rad"
|
1874
|
+
:many: "{0} rad"
|
1875
|
+
:one: "{0} rad"
|
1876
|
+
:other: "{0} rad"
|
1877
|
+
:angle-revolution:
|
1878
|
+
:few: "{0} obr."
|
1879
|
+
:many: "{0} obr."
|
1880
|
+
:one: "{0} obr."
|
1881
|
+
:other: "{0} obr."
|
1882
|
+
:area-acre:
|
1883
|
+
:few: "{0} akry"
|
1884
|
+
:many: "{0} akrów"
|
1885
|
+
:one: "{0} akr"
|
1886
|
+
:other: "{0} akra"
|
1887
|
+
:area-dunam:
|
1888
|
+
:few: "{0} dunamy"
|
1889
|
+
:many: "{0} dunamów"
|
1890
|
+
:one: "{0} dunam"
|
1891
|
+
:other: "{0} dunama"
|
1892
|
+
:area-hectare:
|
1893
|
+
:few: "{0} ha"
|
1894
|
+
:many: "{0} ha"
|
1895
|
+
:one: "{0} ha"
|
1896
|
+
:other: "{0} ha"
|
1897
|
+
:area-square-centimeter:
|
1898
|
+
:few: "{0} cm²"
|
1899
|
+
:many: "{0} cm²"
|
1900
|
+
:one: "{0} cm²"
|
1901
|
+
:other: "{0} cm²"
|
1902
|
+
:area-square-foot:
|
1903
|
+
:few: "{0} stopy kw."
|
1904
|
+
:many: "{0} stóp kw."
|
1905
|
+
:one: "{0} stopa kw."
|
1906
|
+
:other: "{0} stopy kw."
|
1907
|
+
:area-square-inch:
|
1908
|
+
:few: "{0} cale kw."
|
1909
|
+
:many: "{0} cali kw."
|
1910
|
+
:one: "{0} cal kw."
|
1911
|
+
:other: "{0} cala kw."
|
1912
|
+
:area-square-kilometer:
|
1913
|
+
:few: "{0} km²"
|
1914
|
+
:many: "{0} km²"
|
1915
|
+
:one: "{0} km²"
|
1916
|
+
:other: "{0} km²"
|
1917
|
+
:area-square-meter:
|
1918
|
+
:few: "{0} m²"
|
1919
|
+
:many: "{0} m²"
|
1920
|
+
:one: "{0} m²"
|
1921
|
+
:other: "{0} m²"
|
1922
|
+
:area-square-mile:
|
1923
|
+
:few: "{0} mile kw."
|
1924
|
+
:many: "{0} mil kw."
|
1925
|
+
:one: "{0} mila kw."
|
1926
|
+
:other: "{0} mili kw."
|
1927
|
+
:area-square-yard:
|
1928
|
+
:few: "{0} jardy kw."
|
1929
|
+
:many: "{0} jardów kw."
|
1930
|
+
:one: "{0} jard kw."
|
1931
|
+
:other: "{0} jarda kw."
|
1932
|
+
:concentr-item:
|
1933
|
+
:few: "{0} szt."
|
1934
|
+
:many: "{0} szt."
|
1935
|
+
:one: "{0} szt."
|
1936
|
+
:other: "{0} szt."
|
1937
|
+
:concentr-karat:
|
1938
|
+
:few: "{0} kt"
|
1939
|
+
:many: "{0} kt"
|
1940
|
+
:one: "{0} kt"
|
1941
|
+
:other: "{0} kt"
|
1942
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1943
|
+
:few: "{0} mg/dl"
|
1944
|
+
:many: "{0} mg/dl"
|
1945
|
+
:one: "{0} mg/dl"
|
1946
|
+
:other: "{0} mg/dl"
|
1947
|
+
:concentr-millimole-per-liter:
|
1948
|
+
:few: "{0} mmol/l"
|
1949
|
+
:many: "{0} mmol/l"
|
1950
|
+
:one: "{0} mmol/l"
|
1951
|
+
:other: "{0} mmol/l"
|
1952
|
+
:concentr-mole:
|
1953
|
+
:few: "{0} mole"
|
1954
|
+
:many: "{0} moli"
|
1955
|
+
:one: "{0} mol"
|
1956
|
+
:other: "{0} mola"
|
1957
|
+
:concentr-percent:
|
1958
|
+
:few: "{0}%"
|
1959
|
+
:many: "{0}%"
|
1960
|
+
:one: "{0}%"
|
1961
|
+
:other: "{0}%"
|
1962
|
+
:concentr-permille:
|
1963
|
+
:few: "{0}‰"
|
1964
|
+
:many: "{0}‰"
|
1965
|
+
:one: "{0}‰"
|
1966
|
+
:other: "{0}‰"
|
1967
|
+
:concentr-permillion:
|
1968
|
+
:few: "{0} ppm"
|
1969
|
+
:many: "{0} ppm"
|
1970
|
+
:one: "{0} ppm"
|
1971
|
+
:other: "{0} ppm"
|
1972
|
+
:concentr-permyriad:
|
1973
|
+
:few: "{0}‱"
|
1974
|
+
:many: "{0}‱"
|
1975
|
+
:one: "{0}‱"
|
1976
|
+
:other: "{0}‱"
|
1977
|
+
:consumption-liter-per-100-kilometer:
|
1978
|
+
:few: "{0} l/100 km"
|
1979
|
+
:many: "{0} l/100 km"
|
1980
|
+
:one: "{0} l/100 km"
|
1981
|
+
:other: "{0} l/100 km"
|
1982
|
+
:consumption-liter-per-kilometer:
|
1983
|
+
:few: "{0} l/km"
|
1984
|
+
:many: "{0} l/km"
|
1985
|
+
:one: "{0} l/km"
|
1986
|
+
:other: "{0} l/km"
|
1987
|
+
:consumption-mile-per-gallon:
|
1988
|
+
:few: "{0} mpg"
|
1989
|
+
:many: "{0} mpg"
|
1990
|
+
:one: "{0} mpg"
|
1991
|
+
:other: "{0} mpg"
|
1992
|
+
:consumption-mile-per-gallon-imperial:
|
1993
|
+
:few: "{0} mi/gal ang."
|
1994
|
+
:many: "{0} mi/gal ang."
|
1995
|
+
:one: "{0} mi/gal ang."
|
1996
|
+
:other: "{0} mi/gal ang."
|
1997
|
+
:digital-bit:
|
1998
|
+
:few: "{0} b"
|
1999
|
+
:many: "{0} b"
|
2000
|
+
:one: "{0} b"
|
2001
|
+
:other: "{0} b"
|
2002
|
+
:digital-byte:
|
2003
|
+
:few: "{0} B"
|
2004
|
+
:many: "{0} B"
|
2005
|
+
:one: "{0} B"
|
2006
|
+
:other: "{0} B"
|
2007
|
+
:digital-gigabit:
|
2008
|
+
:few: "{0} Gb"
|
2009
|
+
:many: "{0} Gb"
|
2010
|
+
:one: "{0} Gb"
|
2011
|
+
:other: "{0} Gb"
|
2012
|
+
:digital-gigabyte:
|
2013
|
+
:few: "{0} GB"
|
2014
|
+
:many: "{0} GB"
|
2015
|
+
:one: "{0} GB"
|
2016
|
+
:other: "{0} GB"
|
2017
|
+
:digital-kilobit:
|
2018
|
+
:few: "{0} kb"
|
2019
|
+
:many: "{0} kb"
|
2020
|
+
:one: "{0} kb"
|
2021
|
+
:other: "{0} kb"
|
2022
|
+
:digital-kilobyte:
|
2023
|
+
:few: "{0} kB"
|
2024
|
+
:many: "{0} kB"
|
2025
|
+
:one: "{0} kB"
|
2026
|
+
:other: "{0} kB"
|
2027
|
+
:digital-megabit:
|
2028
|
+
:few: "{0} Mb"
|
2029
|
+
:many: "{0} Mb"
|
2030
|
+
:one: "{0} Mb"
|
2031
|
+
:other: "{0} Mb"
|
2032
|
+
:digital-megabyte:
|
2033
|
+
:few: "{0} MB"
|
2034
|
+
:many: "{0} MB"
|
2035
|
+
:one: "{0} MB"
|
2036
|
+
:other: "{0} MB"
|
2037
|
+
:digital-petabyte:
|
2038
|
+
:few: "{0} PB"
|
2039
|
+
:many: "{0} PB"
|
2040
|
+
:one: "{0} PB"
|
2041
|
+
:other: "{0} PB"
|
2042
|
+
:digital-terabit:
|
2043
|
+
:few: "{0} Tb"
|
2044
|
+
:many: "{0} Tb"
|
2045
|
+
:one: "{0} Tb"
|
2046
|
+
:other: "{0} Tb"
|
2047
|
+
:digital-terabyte:
|
2048
|
+
:few: "{0} TB"
|
2049
|
+
:many: "{0} TB"
|
2050
|
+
:one: "{0} TB"
|
2051
|
+
:other: "{0} TB"
|
2052
|
+
:duration-century:
|
2053
|
+
:few: "{0} w."
|
2054
|
+
:many: "{0} w."
|
2055
|
+
:one: "{0} w."
|
2056
|
+
:other: "{0} w."
|
2057
|
+
:duration-day:
|
2058
|
+
:few: "{0} doby"
|
2059
|
+
:many: "{0} dób"
|
2060
|
+
:one: "{0} doba"
|
2061
|
+
:other: "{0} doby"
|
2062
|
+
:duration-decade:
|
2063
|
+
:few: "{0} dek"
|
2064
|
+
:many: "{0} dek"
|
2065
|
+
:one: "{0} dek"
|
2066
|
+
:other: "{0} dek"
|
2067
|
+
:duration-hour:
|
2068
|
+
:few: "{0} godz."
|
2069
|
+
:many: "{0} godz."
|
2070
|
+
:one: "{0} godz."
|
2071
|
+
:other: "{0} godz."
|
2072
|
+
:duration-microsecond:
|
2073
|
+
:few: "{0} μs"
|
2074
|
+
:many: "{0} μs"
|
2075
|
+
:one: "{0} μs"
|
2076
|
+
:other: "{0} μs"
|
2077
|
+
:duration-millisecond:
|
2078
|
+
:few: "{0} ms"
|
2079
|
+
:many: "{0} ms"
|
2080
|
+
:one: "{0} ms"
|
2081
|
+
:other: "{0} ms"
|
2082
|
+
:duration-minute:
|
2083
|
+
:few: "{0} min"
|
2084
|
+
:many: "{0} min"
|
2085
|
+
:one: "{0} min"
|
2086
|
+
:other: "{0} min"
|
2087
|
+
:duration-month:
|
2088
|
+
:few: "{0} mies."
|
2089
|
+
:many: "{0} mies."
|
2090
|
+
:one: "{0} mies."
|
2091
|
+
:other: "{0} mies."
|
2092
|
+
:duration-nanosecond:
|
2093
|
+
:few: "{0} ns"
|
2094
|
+
:many: "{0} ns"
|
2095
|
+
:one: "{0} ns"
|
2096
|
+
:other: "{0} ns"
|
2097
|
+
:duration-quarter:
|
2098
|
+
:few: "{0} kw."
|
2099
|
+
:many: "{0} kw."
|
2100
|
+
:one: "{0} kw."
|
2101
|
+
:other: "{0} kw."
|
2102
|
+
:duration-second:
|
2103
|
+
:few: "{0} sek."
|
2104
|
+
:many: "{0} sek."
|
2105
|
+
:one: "{0} sek."
|
2106
|
+
:other: "{0} sek."
|
2107
|
+
:duration-week:
|
2108
|
+
:few: "{0} tyg."
|
2109
|
+
:many: "{0} tyg."
|
2110
|
+
:one: "{0} tydz."
|
2111
|
+
:other: "{0} tyg."
|
2112
|
+
:duration-year:
|
2113
|
+
:few: "{0} lata"
|
2114
|
+
:many: "{0} lat"
|
2115
|
+
:one: "{0} rok"
|
2116
|
+
:other: "{0} roku"
|
2117
|
+
:electric-ampere:
|
2118
|
+
:few: "{0} A"
|
2119
|
+
:many: "{0} A"
|
2120
|
+
:one: "{0} A"
|
2121
|
+
:other: "{0} A"
|
2122
|
+
:electric-milliampere:
|
2123
|
+
:few: "{0} mA"
|
2124
|
+
:many: "{0} mA"
|
2125
|
+
:one: "{0} mA"
|
2126
|
+
:other: "{0} mA"
|
2127
|
+
:electric-ohm:
|
2128
|
+
:few: "{0} Ω"
|
2129
|
+
:many: "{0} Ω"
|
2130
|
+
:one: "{0} Ω"
|
2131
|
+
:other: "{0} Ω"
|
2132
|
+
:electric-volt:
|
2133
|
+
:few: "{0} V"
|
2134
|
+
:many: "{0} V"
|
2135
|
+
:one: "{0} V"
|
2136
|
+
:other: "{0} V"
|
2137
|
+
:energy-british-thermal-unit:
|
2138
|
+
:few: "{0} Btu"
|
2139
|
+
:many: "{0} Btu"
|
2140
|
+
:one: "{0} Btu"
|
2141
|
+
:other: "{0} Btu"
|
2142
|
+
:energy-calorie:
|
2143
|
+
:few: "{0} cal"
|
2144
|
+
:many: "{0} cal"
|
2145
|
+
:one: "{0} cal"
|
2146
|
+
:other: "{0} cal"
|
2147
|
+
:energy-electronvolt:
|
2148
|
+
:few: "{0} eV"
|
2149
|
+
:many: "{0} eV"
|
2150
|
+
:one: "{0} eV"
|
2151
|
+
:other: "{0} eV"
|
2152
|
+
:energy-foodcalorie:
|
2153
|
+
:few: "{0} kcal"
|
2154
|
+
:many: "{0} kcal"
|
2155
|
+
:one: "{0} kcal"
|
2156
|
+
:other: "{0} kcal"
|
2157
|
+
:energy-joule:
|
2158
|
+
:few: "{0} J"
|
2159
|
+
:many: "{0} J"
|
2160
|
+
:one: "{0} J"
|
2161
|
+
:other: "{0} J"
|
2162
|
+
:energy-kilocalorie:
|
2163
|
+
:few: "{0} kcal"
|
2164
|
+
:many: "{0} kcal"
|
2165
|
+
:one: "{0} kcal"
|
2166
|
+
:other: "{0} kcal"
|
2167
|
+
:energy-kilojoule:
|
2168
|
+
:few: "{0} kJ"
|
2169
|
+
:many: "{0} kJ"
|
2170
|
+
:one: "{0} kJ"
|
2171
|
+
:other: "{0} kJ"
|
2172
|
+
:energy-kilowatt-hour:
|
2173
|
+
:few: "{0} kWh"
|
2174
|
+
:many: "{0} kWh"
|
2175
|
+
:one: "{0} kWh"
|
2176
|
+
:other: "{0} kWh"
|
2177
|
+
:energy-therm-us:
|
2178
|
+
:few: "{0} thermy amer."
|
2179
|
+
:many: "{0} thermów amer."
|
2180
|
+
:one: "{0} therm amer."
|
2181
|
+
:other: "{0} therma amer."
|
2182
|
+
:force-kilowatt-hour-per-100-kilometer:
|
2183
|
+
:few: "{0} kWh/100km"
|
2184
|
+
:many: "{0} kWh/100km"
|
2185
|
+
:one: "{0} kWh/100km"
|
2186
|
+
:other: "{0} kWh/100km"
|
2187
|
+
:force-newton:
|
2188
|
+
:few: "{0} N"
|
2189
|
+
:many: "{0} N"
|
2190
|
+
:one: "{0} N"
|
2191
|
+
:other: "{0} N"
|
2192
|
+
:force-pound-force:
|
2193
|
+
:few: "{0} lbf"
|
2194
|
+
:many: "{0} lbf"
|
2195
|
+
:one: "{0} lbf"
|
2196
|
+
:other: "{0} lbf"
|
2197
|
+
:frequency-gigahertz:
|
2198
|
+
:few: "{0} GHz"
|
2199
|
+
:many: "{0} GHz"
|
2200
|
+
:one: "{0} GHz"
|
2201
|
+
:other: "{0} GHz"
|
2202
|
+
:frequency-hertz:
|
2203
|
+
:few: "{0} Hz"
|
2204
|
+
:many: "{0} Hz"
|
2205
|
+
:one: "{0} Hz"
|
2206
|
+
:other: "{0} Hz"
|
2207
|
+
:frequency-kilohertz:
|
2208
|
+
:few: "{0} kHz"
|
2209
|
+
:many: "{0} kHz"
|
2210
|
+
:one: "{0} kHz"
|
2211
|
+
:other: "{0} kHz"
|
2212
|
+
:frequency-megahertz:
|
2213
|
+
:few: "{0} MHz"
|
2214
|
+
:many: "{0} MHz"
|
2215
|
+
:one: "{0} MHz"
|
2216
|
+
:other: "{0} MHz"
|
2217
|
+
:graphics-dot:
|
2218
|
+
:few: "{0} px"
|
2219
|
+
:many: "{0} px"
|
2220
|
+
:one: "{0} px"
|
2221
|
+
:other: "{0} px"
|
2222
|
+
:graphics-dot-per-centimeter:
|
2223
|
+
:few: "{0} ppcm"
|
2224
|
+
:many: "{0} ppcm"
|
2225
|
+
:one: "{0} ppcm"
|
2226
|
+
:other: "{0} ppcm"
|
2227
|
+
:graphics-dot-per-inch:
|
2228
|
+
:few: "{0} ppi"
|
2229
|
+
:many: "{0} ppi"
|
2230
|
+
:one: "{0} ppi"
|
2231
|
+
:other: "{0} ppi"
|
2232
|
+
:graphics-em:
|
2233
|
+
:few: "{0} firety"
|
2234
|
+
:many: "{0} firetów"
|
2235
|
+
:one: "{0} firet"
|
2236
|
+
:other: "{0} firetu"
|
2237
|
+
:graphics-megapixel:
|
2238
|
+
:few: "{0} MP"
|
2239
|
+
:many: "{0} MP"
|
2240
|
+
:one: "{0} MP"
|
2241
|
+
:other: "{0} MP"
|
2242
|
+
:graphics-pixel:
|
2243
|
+
:few: "{0} px"
|
2244
|
+
:many: "{0} px"
|
2245
|
+
:one: "{0} px"
|
2246
|
+
:other: "{0} px"
|
2247
|
+
:graphics-pixel-per-centimeter:
|
2248
|
+
:few: "{0} ppcm"
|
2249
|
+
:many: "{0} ppcm"
|
2250
|
+
:one: "{0} ppcm"
|
2251
|
+
:other: "{0} ppcm"
|
2252
|
+
:graphics-pixel-per-inch:
|
2253
|
+
:few: "{0} ppi"
|
2254
|
+
:many: "{0} ppi"
|
2255
|
+
:one: "{0} ppi"
|
2256
|
+
:other: "{0} ppi"
|
2257
|
+
:length-astronomical-unit:
|
2258
|
+
:few: "{0} j.a."
|
2259
|
+
:many: "{0} j.a."
|
2260
|
+
:one: "{0} j.a."
|
2261
|
+
:other: "{0} j.a."
|
2262
|
+
:length-centimeter:
|
2263
|
+
:few: "{0} cm"
|
2264
|
+
:many: "{0} cm"
|
2265
|
+
:one: "{0} cm"
|
2266
|
+
:other: "{0} cm"
|
2267
|
+
:length-decimeter:
|
2268
|
+
:few: "{0} dm"
|
2269
|
+
:many: "{0} dm"
|
2270
|
+
:one: "{0} dm"
|
2271
|
+
:other: "{0} dm"
|
2272
|
+
:length-earth-radius:
|
2273
|
+
:few: "{0} R⊕"
|
2274
|
+
:many: "{0} R⊕"
|
2275
|
+
:one: "{0} R⊕"
|
2276
|
+
:other: "{0} R⊕"
|
2277
|
+
:length-fathom:
|
2278
|
+
:few: "{0} fm"
|
2279
|
+
:many: "{0} fm"
|
2280
|
+
:one: "{0} fm"
|
2281
|
+
:other: "{0} fm"
|
2282
|
+
:length-foot:
|
2283
|
+
:few: "{0} ft"
|
2284
|
+
:many: "{0} ft"
|
2285
|
+
:one: "{0} ft"
|
2286
|
+
:other: "{0} ft"
|
2287
|
+
:length-furlong:
|
2288
|
+
:few: "{0} fur"
|
2289
|
+
:many: "{0} fur"
|
2290
|
+
:one: "{0} fur"
|
2291
|
+
:other: "{0} fur"
|
2292
|
+
:length-inch:
|
2293
|
+
:few: "{0} cale"
|
2294
|
+
:many: "{0} cali"
|
2295
|
+
:one: "{0} cal"
|
2296
|
+
:other: "{0} cala"
|
2297
|
+
:length-kilometer:
|
2298
|
+
:few: "{0} km"
|
2299
|
+
:many: "{0} km"
|
2300
|
+
:one: "{0} km"
|
2301
|
+
:other: "{0} km"
|
2302
|
+
:length-light-year:
|
2303
|
+
:few: "{0} ly"
|
2304
|
+
:many: "{0} ly"
|
2305
|
+
:one: "{0} ly"
|
2306
|
+
:other: "{0} ly"
|
2307
|
+
:length-meter:
|
2308
|
+
:few: "{0} m"
|
2309
|
+
:many: "{0} m"
|
2310
|
+
:one: "{0} m"
|
2311
|
+
:other: "{0} m"
|
2312
|
+
:length-micrometer:
|
2313
|
+
:few: "{0} μm"
|
2314
|
+
:many: "{0} μm"
|
2315
|
+
:one: "{0} μm"
|
2316
|
+
:other: "{0} μm"
|
2317
|
+
:length-mile:
|
2318
|
+
:few: "{0} mile"
|
2319
|
+
:many: "{0} mil"
|
2320
|
+
:one: "{0} mila"
|
2321
|
+
:other: "{0} mili"
|
2322
|
+
:length-mile-scandinavian:
|
2323
|
+
:few: "{0} smi"
|
2324
|
+
:many: "{0} smi"
|
2325
|
+
:one: "{0} smi"
|
2326
|
+
:other: "{0} smi"
|
2327
|
+
:length-millimeter:
|
2328
|
+
:few: "{0} mm"
|
2329
|
+
:many: "{0} mm"
|
2330
|
+
:one: "{0} mm"
|
2331
|
+
:other: "{0} mm"
|
2332
|
+
:length-nanometer:
|
2333
|
+
:few: "{0} nm"
|
2334
|
+
:many: "{0} nm"
|
2335
|
+
:one: "{0} nm"
|
2336
|
+
:other: "{0} nm"
|
2337
|
+
:length-nautical-mile:
|
2338
|
+
:few: "{0} Mm"
|
2339
|
+
:many: "{0} Mm"
|
2340
|
+
:one: "{0} Mm"
|
2341
|
+
:other: "{0} Mm"
|
2342
|
+
:length-parsec:
|
2343
|
+
:few: "{0} pc"
|
2344
|
+
:many: "{0} pc"
|
2345
|
+
:one: "{0} pc"
|
2346
|
+
:other: "{0} pc"
|
2347
|
+
:length-picometer:
|
2348
|
+
:few: "{0} pm"
|
2349
|
+
:many: "{0} pm"
|
2350
|
+
:one: "{0} pm"
|
2351
|
+
:other: "{0} pm"
|
2352
|
+
:length-point:
|
2353
|
+
:few: "{0} pkt."
|
2354
|
+
:many: "{0} pkt."
|
2355
|
+
:one: "{0} pkt."
|
2356
|
+
:other: "{0} pkt."
|
2357
|
+
:length-solar-radius:
|
2358
|
+
:few: "{0} R☉"
|
2359
|
+
:many: "{0} R☉"
|
2360
|
+
:one: "{0} R☉"
|
2361
|
+
:other: "{0} R☉"
|
2362
|
+
:length-yard:
|
2363
|
+
:few: "{0} yd"
|
2364
|
+
:many: "{0} yd"
|
2365
|
+
:one: "{0} yd"
|
2366
|
+
:other: "{0} yd"
|
2367
|
+
:light-candela:
|
2368
|
+
:few: "{0} cd"
|
2369
|
+
:many: "{0} cd"
|
2370
|
+
:one: "{0} cd"
|
2371
|
+
:other: "{0} cd"
|
2372
|
+
:light-lumen:
|
2373
|
+
:few: "{0} lm"
|
2374
|
+
:many: "{0} lm"
|
2375
|
+
:one: "{0} lm"
|
2376
|
+
:other: "{0} lm"
|
2377
|
+
:light-lux:
|
2378
|
+
:few: "{0} lx"
|
2379
|
+
:many: "{0} lx"
|
2380
|
+
:one: "{0} lx"
|
2381
|
+
:other: "{0} lx"
|
2382
|
+
:light-solar-luminosity:
|
2383
|
+
:few: "{0} L☉"
|
2384
|
+
:many: "{0} L☉"
|
2385
|
+
:one: "{0} L☉"
|
2386
|
+
:other: "{0} L☉"
|
2387
|
+
:mass-carat:
|
2388
|
+
:few: "{0} kt"
|
2389
|
+
:many: "{0} kt"
|
2390
|
+
:one: "{0} kt"
|
2391
|
+
:other: "{0} kt"
|
2392
|
+
:mass-dalton:
|
2393
|
+
:few: "{0} Da"
|
2394
|
+
:many: "{0} Da"
|
2395
|
+
:one: "{0} Da"
|
2396
|
+
:other: "{0} Da"
|
2397
|
+
:mass-earth-mass:
|
2398
|
+
:few: "{0} M⊕"
|
2399
|
+
:many: "{0} M⊕"
|
2400
|
+
:one: "{0} M⊕"
|
2401
|
+
:other: "{0} M⊕"
|
2402
|
+
:mass-grain:
|
2403
|
+
:few: "{0} gr"
|
2404
|
+
:many: "{0} gr"
|
2405
|
+
:one: "{0} gr"
|
2406
|
+
:other: "{0} gr"
|
2407
|
+
:mass-gram:
|
2408
|
+
:few: "{0} g"
|
2409
|
+
:many: "{0} g"
|
2410
|
+
:one: "{0} g"
|
2411
|
+
:other: "{0} g"
|
2412
|
+
:mass-kilogram:
|
2413
|
+
:few: "{0} kg"
|
2414
|
+
:many: "{0} kg"
|
2415
|
+
:one: "{0} kg"
|
2416
|
+
:other: "{0} kg"
|
2417
|
+
:mass-microgram:
|
2418
|
+
:few: "{0} μg"
|
2419
|
+
:many: "{0} μg"
|
2420
|
+
:one: "{0} μg"
|
2421
|
+
:other: "{0} μg"
|
2422
|
+
:mass-milligram:
|
2423
|
+
:few: "{0} mg"
|
2424
|
+
:many: "{0} mg"
|
2425
|
+
:one: "{0} mg"
|
2426
|
+
:other: "{0} mg"
|
2427
|
+
:mass-ounce:
|
2428
|
+
:few: "{0} oz"
|
2429
|
+
:many: "{0} oz"
|
2430
|
+
:one: "{0} oz"
|
2431
|
+
:other: "{0} oz"
|
2432
|
+
:mass-ounce-troy:
|
2433
|
+
:few: "{0} oz t"
|
2434
|
+
:many: "{0} oz t"
|
2435
|
+
:one: "{0} oz t"
|
2436
|
+
:other: "{0} oz t"
|
2437
|
+
:mass-pound:
|
2438
|
+
:few: "{0} funty"
|
2439
|
+
:many: "{0} funtów"
|
2440
|
+
:one: "{0} funt"
|
2441
|
+
:other: "{0} funta"
|
2442
|
+
:mass-solar-mass:
|
2443
|
+
:few: "{0} M☉"
|
2444
|
+
:many: "{0} M☉"
|
2445
|
+
:one: "{0} M☉"
|
2446
|
+
:other: "{0} M☉"
|
2447
|
+
:mass-stone:
|
2448
|
+
:few: "{0} st"
|
2449
|
+
:many: "{0} st"
|
2450
|
+
:one: "{0} st"
|
2451
|
+
:other: "{0} st"
|
2452
|
+
:mass-ton:
|
2453
|
+
:few: "{0} krótkie tony"
|
2454
|
+
:many: "{0} krótkich ton"
|
2455
|
+
:one: "{0} krótka tona"
|
2456
|
+
:other: "{0} krótkiej tony"
|
2457
|
+
:mass-tonne:
|
2458
|
+
:few: "{0} t"
|
2459
|
+
:many: "{0} t"
|
2460
|
+
:one: "{0} t"
|
2461
|
+
:other: "{0} t"
|
1414
2462
|
:power-gigawatt:
|
2463
|
+
:few: "{0} GW"
|
2464
|
+
:many: "{0} GW"
|
2465
|
+
:one: "{0} GW"
|
1415
2466
|
:other: "{0} GW"
|
1416
2467
|
:power-horsepower:
|
1417
2468
|
:few: "{0} KM"
|
@@ -1419,20 +2470,44 @@
|
|
1419
2470
|
:one: "{0} KM"
|
1420
2471
|
:other: "{0} KM"
|
1421
2472
|
:power-kilowatt:
|
2473
|
+
:few: "{0} kW"
|
2474
|
+
:many: "{0} kW"
|
2475
|
+
:one: "{0} kW"
|
1422
2476
|
:other: "{0} kW"
|
1423
2477
|
:power-megawatt:
|
2478
|
+
:few: "{0} MW"
|
2479
|
+
:many: "{0} MW"
|
2480
|
+
:one: "{0} MW"
|
1424
2481
|
:other: "{0} MW"
|
1425
2482
|
:power-milliwatt:
|
2483
|
+
:few: "{0} mW"
|
2484
|
+
:many: "{0} mW"
|
2485
|
+
:one: "{0} mW"
|
1426
2486
|
:other: "{0} mW"
|
1427
2487
|
:power-watt:
|
2488
|
+
:few: "{0} W"
|
2489
|
+
:many: "{0} W"
|
2490
|
+
:one: "{0} W"
|
1428
2491
|
:other: "{0} W"
|
1429
2492
|
:pressure-atmosphere:
|
2493
|
+
:few: "{0} atm"
|
2494
|
+
:many: "{0} atm"
|
2495
|
+
:one: "{0} atm"
|
1430
2496
|
:other: "{0} atm"
|
1431
2497
|
:pressure-bar:
|
2498
|
+
:few: "{0} bar"
|
2499
|
+
:many: "{0} bar"
|
2500
|
+
:one: "{0} bar"
|
1432
2501
|
:other: "{0} bar"
|
1433
2502
|
:pressure-hectopascal:
|
2503
|
+
:few: "{0} hPa"
|
2504
|
+
:many: "{0} hPa"
|
2505
|
+
:one: "{0} hPa"
|
1434
2506
|
:other: "{0} hPa"
|
1435
2507
|
:pressure-inch-ofhg:
|
2508
|
+
:few: "{0} inHg"
|
2509
|
+
:many: "{0} inHg"
|
2510
|
+
:one: "{0} inHg"
|
1436
2511
|
:other: "{0} inHg"
|
1437
2512
|
:pressure-kilopascal:
|
1438
2513
|
:few: "{0} kPa"
|
@@ -1445,6 +2520,9 @@
|
|
1445
2520
|
:one: "{0} MPa"
|
1446
2521
|
:other: "{0} MPa"
|
1447
2522
|
:pressure-millibar:
|
2523
|
+
:few: "{0} mbar"
|
2524
|
+
:many: "{0} mbar"
|
2525
|
+
:one: "{0} mbar"
|
1448
2526
|
:other: "{0} mbar"
|
1449
2527
|
:pressure-millimeter-ofhg:
|
1450
2528
|
:few: "{0} mmHg"
|
@@ -1452,8 +2530,14 @@
|
|
1452
2530
|
:one: "{0} mmHg"
|
1453
2531
|
:other: "{0} mmHg"
|
1454
2532
|
:pressure-pascal:
|
2533
|
+
:few: "{0} Pa"
|
2534
|
+
:many: "{0} Pa"
|
2535
|
+
:one: "{0} Pa"
|
1455
2536
|
:other: "{0} Pa"
|
1456
2537
|
:pressure-pound-force-per-square-inch:
|
2538
|
+
:few: "{0} psi"
|
2539
|
+
:many: "{0} psi"
|
2540
|
+
:one: "{0} psi"
|
1457
2541
|
:other: "{0} psi"
|
1458
2542
|
:speed-kilometer-per-hour:
|
1459
2543
|
:few: "{0} km/godz."
|
@@ -1466,6 +2550,9 @@
|
|
1466
2550
|
:one: "{0} w."
|
1467
2551
|
:other: "{0} w."
|
1468
2552
|
:speed-meter-per-second:
|
2553
|
+
:few: "{0} m/s"
|
2554
|
+
:many: "{0} m/s"
|
2555
|
+
:one: "{0} m/s"
|
1469
2556
|
:other: "{0} m/s"
|
1470
2557
|
:speed-mile-per-hour:
|
1471
2558
|
:few: "{0} mile/h"
|
@@ -1478,10 +2565,19 @@
|
|
1478
2565
|
:one: "{0} st. C"
|
1479
2566
|
:other: "{0} st. C"
|
1480
2567
|
:temperature-fahrenheit:
|
2568
|
+
:few: "{0}°F"
|
2569
|
+
:many: "{0}°F"
|
2570
|
+
:one: "{0}°F"
|
1481
2571
|
:other: "{0}°F"
|
1482
2572
|
:temperature-generic:
|
2573
|
+
:few: "{0}°"
|
2574
|
+
:many: "{0}°"
|
2575
|
+
:one: "{0}°"
|
1483
2576
|
:other: "{0}°"
|
1484
2577
|
:temperature-kelvin:
|
2578
|
+
:few: "{0} K"
|
2579
|
+
:many: "{0} K"
|
2580
|
+
:one: "{0} K"
|
1485
2581
|
:other: "{0} K"
|
1486
2582
|
:torque-newton-meter:
|
1487
2583
|
:few: "{0} N⋅m"
|
@@ -1504,6 +2600,9 @@
|
|
1504
2600
|
:one: "{0} bbl"
|
1505
2601
|
:other: "{0} bbl"
|
1506
2602
|
:volume-bushel:
|
2603
|
+
:few: "{0} bu"
|
2604
|
+
:many: "{0} bu"
|
2605
|
+
:one: "{0} bu"
|
1507
2606
|
:other: "{0} bu"
|
1508
2607
|
:volume-centiliter:
|
1509
2608
|
:few: "{0} cl"
|
@@ -1511,6 +2610,9 @@
|
|
1511
2610
|
:one: "{0} cl"
|
1512
2611
|
:other: "{0} cl"
|
1513
2612
|
:volume-cubic-centimeter:
|
2613
|
+
:few: "{0} cm³"
|
2614
|
+
:many: "{0} cm³"
|
2615
|
+
:one: "{0} cm³"
|
1514
2616
|
:other: "{0} cm³"
|
1515
2617
|
:volume-cubic-foot:
|
1516
2618
|
:few: "{0} stopy sześc."
|
@@ -1523,8 +2625,14 @@
|
|
1523
2625
|
:one: "{0} cal sześc."
|
1524
2626
|
:other: "{0} cala sześc."
|
1525
2627
|
:volume-cubic-kilometer:
|
2628
|
+
:few: "{0} km³"
|
2629
|
+
:many: "{0} km³"
|
2630
|
+
:one: "{0} km³"
|
1526
2631
|
:other: "{0} km³"
|
1527
2632
|
:volume-cubic-meter:
|
2633
|
+
:few: "{0} m³"
|
2634
|
+
:many: "{0} m³"
|
2635
|
+
:one: "{0} m³"
|
1528
2636
|
:other: "{0} m³"
|
1529
2637
|
:volume-cubic-mile:
|
1530
2638
|
:few: "{0} mile sześc."
|
@@ -1602,6 +2710,9 @@
|
|
1602
2710
|
:one: "{0} jigger"
|
1603
2711
|
:other: "{0} jiggera"
|
1604
2712
|
:volume-liter:
|
2713
|
+
:few: "{0} l"
|
2714
|
+
:many: "{0} l"
|
2715
|
+
:one: "{0} l"
|
1605
2716
|
:other: "{0} l"
|
1606
2717
|
:volume-megaliter:
|
1607
2718
|
:few: "{0} Ml"
|