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.
Files changed (1103) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/README.md +0 -1111
  4. data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
  5. data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
  6. data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
  7. data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
  8. data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
  9. data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
  10. data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
  11. data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
  12. data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
  13. data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
  14. data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
  15. data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
  16. data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
  17. data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
  18. data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
  19. data/lib/twitter_cldr/shared/properties_database.rb +12 -0
  20. data/lib/twitter_cldr/shared/property_set.rb +14 -0
  21. data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
  22. data/lib/twitter_cldr/transforms/transformer.rb +1 -1
  23. data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
  24. data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
  25. data/lib/twitter_cldr/version.rb +1 -1
  26. data/lib/twitter_cldr/versions.rb +3 -3
  27. data/lib/twitter_cldr.rb +4 -5
  28. data/resources/locales/af/calendars.yml +9 -9
  29. data/resources/locales/af/currencies.yml +1 -0
  30. data/resources/locales/af/fields.yml +25 -0
  31. data/resources/locales/af/languages.yml +41 -0
  32. data/resources/locales/af/lists.yml +5 -5
  33. data/resources/locales/af/numbers.yml +115 -1
  34. data/resources/locales/af/timezones.yml +4 -0
  35. data/resources/locales/af/units.yml +54 -9
  36. data/resources/locales/ar/calendars.yml +5 -5
  37. data/resources/locales/ar/fields.yml +24 -0
  38. data/resources/locales/ar/languages.yml +34 -0
  39. data/resources/locales/ar/lists.yml +8 -8
  40. data/resources/locales/ar/numbers.yml +116 -2
  41. data/resources/locales/ar/rbnf.yml +139 -139
  42. data/resources/locales/ar/timezones.yml +4 -0
  43. data/resources/locales/ar/units.yml +890 -31
  44. data/resources/locales/az/calendars.yml +11 -11
  45. data/resources/locales/az/fields.yml +32 -0
  46. data/resources/locales/az/languages.yml +39 -0
  47. data/resources/locales/az/lists.yml +2 -2
  48. data/resources/locales/az/numbers.yml +114 -0
  49. data/resources/locales/az/timezones.yml +2 -0
  50. data/resources/locales/az/units.yml +385 -6
  51. data/resources/locales/be/calendars.yml +16 -16
  52. data/resources/locales/be/fields.yml +32 -0
  53. data/resources/locales/be/languages.yml +43 -1
  54. data/resources/locales/be/lists.yml +6 -6
  55. data/resources/locales/be/numbers.yml +114 -0
  56. data/resources/locales/be/territories.yml +1 -1
  57. data/resources/locales/be/timezones.yml +4 -0
  58. data/resources/locales/be/units.yml +947 -124
  59. data/resources/locales/bg/calendars.yml +30 -30
  60. data/resources/locales/bg/fields.yml +4 -4
  61. data/resources/locales/bg/languages.yml +42 -3
  62. data/resources/locales/bg/lists.yml +6 -6
  63. data/resources/locales/bg/numbers.yml +115 -1
  64. data/resources/locales/bg/rbnf.yml +1213 -116
  65. data/resources/locales/bg/timezones.yml +5 -1
  66. data/resources/locales/bg/units.yml +433 -9
  67. data/resources/locales/bn/calendars.yml +19 -19
  68. data/resources/locales/bn/currencies.yml +23 -22
  69. data/resources/locales/bn/fields.yml +12 -12
  70. data/resources/locales/bn/languages.yml +74 -50
  71. data/resources/locales/bn/lists.yml +4 -4
  72. data/resources/locales/bn/numbers.yml +115 -0
  73. data/resources/locales/bn/territories.yml +16 -16
  74. data/resources/locales/bn/timezones.yml +12 -8
  75. data/resources/locales/bn/units.yml +338 -9
  76. data/resources/locales/bo/numbers.yml +114 -0
  77. data/resources/locales/bo/timezones.yml +10 -0
  78. data/resources/locales/bo/units.yml +4 -2
  79. data/resources/locales/bs/calendars.yml +10 -10
  80. data/resources/locales/bs/fields.yml +56 -0
  81. data/resources/locales/bs/languages.yml +36 -0
  82. data/resources/locales/bs/lists.yml +6 -6
  83. data/resources/locales/bs/numbers.yml +1276 -236
  84. data/resources/locales/bs/timezones.yml +2 -0
  85. data/resources/locales/bs/units.yml +534 -8
  86. data/resources/locales/ca/calendars.yml +17 -17
  87. data/resources/locales/ca/languages.yml +32 -0
  88. data/resources/locales/ca/lists.yml +6 -6
  89. data/resources/locales/ca/numbers.yml +153 -37
  90. data/resources/locales/ca/plural_rules.yml +2 -1
  91. data/resources/locales/ca/plurals.yml +4 -1
  92. data/resources/locales/ca/territories.yml +6 -6
  93. data/resources/locales/ca/timezones.yml +5 -1
  94. data/resources/locales/ca/units.yml +472 -20
  95. data/resources/locales/cs/calendars.yml +14 -10
  96. data/resources/locales/cs/languages.yml +42 -1
  97. data/resources/locales/cs/lists.yml +7 -7
  98. data/resources/locales/cs/numbers.yml +114 -0
  99. data/resources/locales/cs/timezones.yml +310 -306
  100. data/resources/locales/cs/units.yml +406 -356
  101. data/resources/locales/cy/calendars.yml +10 -10
  102. data/resources/locales/cy/fields.yml +25 -0
  103. data/resources/locales/cy/languages.yml +40 -1
  104. data/resources/locales/cy/lists.yml +4 -4
  105. data/resources/locales/cy/numbers.yml +114 -0
  106. data/resources/locales/cy/timezones.yml +2 -0
  107. data/resources/locales/cy/units.yml +650 -25
  108. data/resources/locales/da/calendars.yml +30 -30
  109. data/resources/locales/da/fields.yml +4 -0
  110. data/resources/locales/da/languages.yml +36 -3
  111. data/resources/locales/da/lists.yml +2 -2
  112. data/resources/locales/da/numbers.yml +114 -0
  113. data/resources/locales/da/territories.yml +2 -2
  114. data/resources/locales/da/timezones.yml +2 -0
  115. data/resources/locales/da/units.yml +593 -224
  116. data/resources/locales/de/calendars.yml +8 -8
  117. data/resources/locales/de/languages.yml +31 -0
  118. data/resources/locales/de/lists.yml +6 -6
  119. data/resources/locales/de/numbers.yml +114 -0
  120. data/resources/locales/de/timezones.yml +44 -42
  121. data/resources/locales/de/units.yml +247 -25
  122. data/resources/locales/de-AT/calendars.yml +8 -8
  123. data/resources/locales/de-AT/languages.yml +31 -0
  124. data/resources/locales/de-AT/lists.yml +6 -6
  125. data/resources/locales/de-AT/numbers.yml +114 -0
  126. data/resources/locales/de-AT/timezones.yml +44 -42
  127. data/resources/locales/de-AT/units.yml +247 -25
  128. data/resources/locales/de-CH/calendars.yml +7 -7
  129. data/resources/locales/de-CH/languages.yml +37 -6
  130. data/resources/locales/de-CH/lists.yml +6 -6
  131. data/resources/locales/de-CH/numbers.yml +114 -0
  132. data/resources/locales/de-CH/territories.yml +1 -1
  133. data/resources/locales/de-CH/timezones.yml +44 -42
  134. data/resources/locales/de-CH/units.yml +247 -25
  135. data/resources/locales/el/calendars.yml +13 -13
  136. data/resources/locales/el/languages.yml +34 -0
  137. data/resources/locales/el/lists.yml +4 -4
  138. data/resources/locales/el/numbers.yml +114 -0
  139. data/resources/locales/el/rbnf.yml +15 -3
  140. data/resources/locales/el/territories.yml +1 -1
  141. data/resources/locales/el/timezones.yml +4 -0
  142. data/resources/locales/el/units.yml +477 -72
  143. data/resources/locales/en/calendars.yml +15 -15
  144. data/resources/locales/en/currencies.yml +15 -7
  145. data/resources/locales/en/fields.yml +72 -0
  146. data/resources/locales/en/languages.yml +45 -5
  147. data/resources/locales/en/numbers.yml +114 -0
  148. data/resources/locales/en/rbnf.yml +2 -2
  149. data/resources/locales/en/territories.yml +2 -1
  150. data/resources/locales/en/timezones.yml +9 -1
  151. data/resources/locales/en/units.yml +29 -11
  152. data/resources/locales/en-001/calendars.yml +13 -13
  153. data/resources/locales/en-001/currencies.yml +12 -4
  154. data/resources/locales/en-001/fields.yml +12 -0
  155. data/resources/locales/en-001/languages.yml +43 -3
  156. data/resources/locales/en-001/numbers.yml +114 -0
  157. data/resources/locales/en-001/territories.yml +9 -8
  158. data/resources/locales/en-001/timezones.yml +13 -1
  159. data/resources/locales/en-001/units.yml +36 -17
  160. data/resources/locales/en-150/calendars.yml +13 -13
  161. data/resources/locales/en-150/currencies.yml +12 -4
  162. data/resources/locales/en-150/fields.yml +12 -0
  163. data/resources/locales/en-150/languages.yml +43 -3
  164. data/resources/locales/en-150/numbers.yml +114 -0
  165. data/resources/locales/en-150/territories.yml +9 -8
  166. data/resources/locales/en-150/timezones.yml +13 -1
  167. data/resources/locales/en-150/units.yml +36 -17
  168. data/resources/locales/en-AU/calendars.yml +25 -25
  169. data/resources/locales/en-AU/currencies.yml +21 -14
  170. data/resources/locales/en-AU/fields.yml +5 -3
  171. data/resources/locales/en-AU/languages.yml +43 -3
  172. data/resources/locales/en-AU/numbers.yml +114 -0
  173. data/resources/locales/en-AU/territories.yml +4 -3
  174. data/resources/locales/en-AU/timezones.yml +15 -1
  175. data/resources/locales/en-AU/units.yml +40 -21
  176. data/resources/locales/en-CA/calendars.yml +23 -23
  177. data/resources/locales/en-CA/currencies.yml +28 -20
  178. data/resources/locales/en-CA/fields.yml +12 -0
  179. data/resources/locales/en-CA/languages.yml +52 -12
  180. data/resources/locales/en-CA/numbers.yml +114 -0
  181. data/resources/locales/en-CA/territories.yml +8 -7
  182. data/resources/locales/en-CA/timezones.yml +12 -2
  183. data/resources/locales/en-CA/units.yml +41 -20
  184. data/resources/locales/en-GB/calendars.yml +10 -10
  185. data/resources/locales/en-GB/currencies.yml +12 -4
  186. data/resources/locales/en-GB/fields.yml +1 -0
  187. data/resources/locales/en-GB/languages.yml +42 -2
  188. data/resources/locales/en-GB/numbers.yml +114 -0
  189. data/resources/locales/en-GB/territories.yml +2 -1
  190. data/resources/locales/en-GB/timezones.yml +5 -1
  191. data/resources/locales/en-GB/units.yml +31 -13
  192. data/resources/locales/en-IE/calendars.yml +13 -13
  193. data/resources/locales/en-IE/currencies.yml +12 -4
  194. data/resources/locales/en-IE/fields.yml +12 -0
  195. data/resources/locales/en-IE/languages.yml +43 -3
  196. data/resources/locales/en-IE/numbers.yml +114 -0
  197. data/resources/locales/en-IE/territories.yml +9 -8
  198. data/resources/locales/en-IE/timezones.yml +13 -1
  199. data/resources/locales/en-IE/units.yml +36 -17
  200. data/resources/locales/en-IN/calendars.yml +17 -17
  201. data/resources/locales/en-IN/currencies.yml +12 -4
  202. data/resources/locales/en-IN/fields.yml +12 -0
  203. data/resources/locales/en-IN/languages.yml +43 -3
  204. data/resources/locales/en-IN/numbers.yml +114 -0
  205. data/resources/locales/en-IN/territories.yml +9 -8
  206. data/resources/locales/en-IN/timezones.yml +15 -1
  207. data/resources/locales/en-IN/units.yml +35 -16
  208. data/resources/locales/en-NZ/calendars.yml +13 -13
  209. data/resources/locales/en-NZ/currencies.yml +12 -4
  210. data/resources/locales/en-NZ/fields.yml +12 -0
  211. data/resources/locales/en-NZ/languages.yml +43 -3
  212. data/resources/locales/en-NZ/numbers.yml +114 -0
  213. data/resources/locales/en-NZ/territories.yml +9 -8
  214. data/resources/locales/en-NZ/timezones.yml +13 -1
  215. data/resources/locales/en-NZ/units.yml +36 -17
  216. data/resources/locales/en-SG/calendars.yml +13 -13
  217. data/resources/locales/en-SG/currencies.yml +12 -4
  218. data/resources/locales/en-SG/fields.yml +12 -0
  219. data/resources/locales/en-SG/languages.yml +43 -3
  220. data/resources/locales/en-SG/numbers.yml +114 -0
  221. data/resources/locales/en-SG/territories.yml +9 -8
  222. data/resources/locales/en-SG/timezones.yml +13 -1
  223. data/resources/locales/en-SG/units.yml +36 -17
  224. data/resources/locales/en-US/calendars.yml +15 -15
  225. data/resources/locales/en-US/currencies.yml +15 -7
  226. data/resources/locales/en-US/fields.yml +72 -0
  227. data/resources/locales/en-US/languages.yml +45 -5
  228. data/resources/locales/en-US/numbers.yml +114 -0
  229. data/resources/locales/en-US/territories.yml +2 -1
  230. data/resources/locales/en-US/timezones.yml +9 -1
  231. data/resources/locales/en-US/units.yml +29 -11
  232. data/resources/locales/en-ZA/calendars.yml +13 -13
  233. data/resources/locales/en-ZA/currencies.yml +12 -4
  234. data/resources/locales/en-ZA/fields.yml +12 -0
  235. data/resources/locales/en-ZA/languages.yml +43 -3
  236. data/resources/locales/en-ZA/numbers.yml +116 -2
  237. data/resources/locales/en-ZA/territories.yml +9 -8
  238. data/resources/locales/en-ZA/timezones.yml +13 -1
  239. data/resources/locales/en-ZA/units.yml +36 -17
  240. data/resources/locales/eo/calendars.yml +80 -80
  241. data/resources/locales/eo/fields.yml +439 -8
  242. data/resources/locales/eo/numbers.yml +114 -0
  243. data/resources/locales/eo/timezones.yml +10 -0
  244. data/resources/locales/eo/units.yml +4 -2
  245. data/resources/locales/es/calendars.yml +16 -16
  246. data/resources/locales/es/languages.yml +38 -4
  247. data/resources/locales/es/lists.yml +6 -6
  248. data/resources/locales/es/numbers.yml +114 -0
  249. data/resources/locales/es/rbnf.yml +18 -0
  250. data/resources/locales/es/timezones.yml +4 -2
  251. data/resources/locales/es/units.yml +40 -9
  252. data/resources/locales/es-419/calendars.yml +26 -26
  253. data/resources/locales/es-419/fields.yml +1 -1
  254. data/resources/locales/es-419/languages.yml +35 -1
  255. data/resources/locales/es-419/lists.yml +6 -6
  256. data/resources/locales/es-419/numbers.yml +114 -0
  257. data/resources/locales/es-419/timezones.yml +4 -0
  258. data/resources/locales/es-419/units.yml +45 -17
  259. data/resources/locales/es-AR/calendars.yml +17 -17
  260. data/resources/locales/es-AR/languages.yml +35 -1
  261. data/resources/locales/es-AR/lists.yml +6 -6
  262. data/resources/locales/es-AR/numbers.yml +114 -0
  263. data/resources/locales/es-AR/timezones.yml +4 -0
  264. data/resources/locales/es-AR/units.yml +45 -17
  265. data/resources/locales/es-CO/calendars.yml +22 -22
  266. data/resources/locales/es-CO/languages.yml +35 -1
  267. data/resources/locales/es-CO/lists.yml +6 -6
  268. data/resources/locales/es-CO/numbers.yml +114 -0
  269. data/resources/locales/es-CO/timezones.yml +4 -0
  270. data/resources/locales/es-CO/units.yml +45 -17
  271. data/resources/locales/es-MX/calendars.yml +21 -21
  272. data/resources/locales/es-MX/fields.yml +3 -3
  273. data/resources/locales/es-MX/languages.yml +43 -9
  274. data/resources/locales/es-MX/lists.yml +6 -6
  275. data/resources/locales/es-MX/numbers.yml +115 -1
  276. data/resources/locales/es-MX/territories.yml +2 -2
  277. data/resources/locales/es-MX/timezones.yml +4 -0
  278. data/resources/locales/es-MX/units.yml +49 -21
  279. data/resources/locales/es-US/calendars.yml +24 -24
  280. data/resources/locales/es-US/languages.yml +43 -9
  281. data/resources/locales/es-US/lists.yml +6 -6
  282. data/resources/locales/es-US/numbers.yml +114 -0
  283. data/resources/locales/es-US/timezones.yml +4 -0
  284. data/resources/locales/es-US/units.yml +52 -26
  285. data/resources/locales/et/calendars.yml +25 -25
  286. data/resources/locales/et/fields.yml +8 -0
  287. data/resources/locales/et/languages.yml +33 -0
  288. data/resources/locales/et/lists.yml +4 -4
  289. data/resources/locales/et/numbers.yml +114 -0
  290. data/resources/locales/et/timezones.yml +2 -0
  291. data/resources/locales/et/units.yml +405 -6
  292. data/resources/locales/eu/calendars.yml +35 -35
  293. data/resources/locales/eu/currencies.yml +11 -0
  294. data/resources/locales/eu/fields.yml +40 -0
  295. data/resources/locales/eu/languages.yml +128 -88
  296. data/resources/locales/eu/lists.yml +6 -6
  297. data/resources/locales/eu/numbers.yml +1233 -237
  298. data/resources/locales/eu/timezones.yml +12 -0
  299. data/resources/locales/eu/units.yml +386 -17
  300. data/resources/locales/fa/calendars.yml +4 -4
  301. data/resources/locales/fa/currencies.yml +1 -0
  302. data/resources/locales/fa/fields.yml +4 -4
  303. data/resources/locales/fa/languages.yml +44 -7
  304. data/resources/locales/fa/lists.yml +4 -4
  305. data/resources/locales/fa/numbers.yml +118 -2
  306. data/resources/locales/fa/timezones.yml +4 -0
  307. data/resources/locales/fa/units.yml +255 -40
  308. data/resources/locales/fi/calendars.yml +7 -7
  309. data/resources/locales/fi/currencies.yml +6 -2
  310. data/resources/locales/fi/languages.yml +34 -1
  311. data/resources/locales/fi/lists.yml +6 -6
  312. data/resources/locales/fi/numbers.yml +116 -1
  313. data/resources/locales/fi/timezones.yml +2 -0
  314. data/resources/locales/fi/units.yml +121 -65
  315. data/resources/locales/fil/calendars.yml +21 -21
  316. data/resources/locales/fil/currencies.yml +46 -46
  317. data/resources/locales/fil/fields.yml +48 -48
  318. data/resources/locales/fil/languages.yml +41 -4
  319. data/resources/locales/fil/lists.yml +4 -4
  320. data/resources/locales/fil/numbers.yml +116 -1
  321. data/resources/locales/fil/territories.yml +1 -1
  322. data/resources/locales/fil/timezones.yml +21 -19
  323. data/resources/locales/fil/units.yml +355 -9
  324. data/resources/locales/fr/calendars.yml +9 -9
  325. data/resources/locales/fr/currencies.yml +3 -3
  326. data/resources/locales/fr/fields.yml +4 -0
  327. data/resources/locales/fr/languages.yml +34 -3
  328. data/resources/locales/fr/lists.yml +4 -4
  329. data/resources/locales/fr/numbers.yml +114 -0
  330. data/resources/locales/fr/timezones.yml +14 -12
  331. data/resources/locales/fr/units.yml +84 -30
  332. data/resources/locales/fr-BE/calendars.yml +9 -9
  333. data/resources/locales/fr-BE/currencies.yml +3 -3
  334. data/resources/locales/fr-BE/fields.yml +4 -0
  335. data/resources/locales/fr-BE/languages.yml +34 -3
  336. data/resources/locales/fr-BE/lists.yml +4 -4
  337. data/resources/locales/fr-BE/numbers.yml +114 -0
  338. data/resources/locales/fr-BE/timezones.yml +14 -12
  339. data/resources/locales/fr-BE/units.yml +84 -30
  340. data/resources/locales/fr-CA/calendars.yml +5 -5
  341. data/resources/locales/fr-CA/fields.yml +4 -0
  342. data/resources/locales/fr-CA/languages.yml +34 -3
  343. data/resources/locales/fr-CA/lists.yml +4 -4
  344. data/resources/locales/fr-CA/numbers.yml +114 -0
  345. data/resources/locales/fr-CA/timezones.yml +4 -0
  346. data/resources/locales/fr-CA/units.yml +43 -25
  347. data/resources/locales/fr-CH/calendars.yml +7 -7
  348. data/resources/locales/fr-CH/currencies.yml +3 -3
  349. data/resources/locales/fr-CH/fields.yml +4 -0
  350. data/resources/locales/fr-CH/languages.yml +34 -3
  351. data/resources/locales/fr-CH/lists.yml +4 -4
  352. data/resources/locales/fr-CH/numbers.yml +114 -0
  353. data/resources/locales/fr-CH/timezones.yml +14 -12
  354. data/resources/locales/fr-CH/units.yml +84 -30
  355. data/resources/locales/ga/calendars.yml +26 -26
  356. data/resources/locales/ga/currencies.yml +6 -4
  357. data/resources/locales/ga/fields.yml +39 -39
  358. data/resources/locales/ga/languages.yml +131 -13
  359. data/resources/locales/ga/lists.yml +3 -3
  360. data/resources/locales/ga/numbers.yml +114 -0
  361. data/resources/locales/ga/timezones.yml +2 -0
  362. data/resources/locales/ga/units.yml +379 -23
  363. data/resources/locales/gl/calendars.yml +11 -11
  364. data/resources/locales/gl/fields.yml +12 -0
  365. data/resources/locales/gl/languages.yml +43 -0
  366. data/resources/locales/gl/lists.yml +6 -6
  367. data/resources/locales/gl/numbers.yml +116 -2
  368. data/resources/locales/gl/timezones.yml +311 -309
  369. data/resources/locales/gl/units.yml +470 -10
  370. data/resources/locales/gu/currencies.yml +1 -0
  371. data/resources/locales/gu/languages.yml +39 -3
  372. data/resources/locales/gu/lists.yml +3 -3
  373. data/resources/locales/gu/numbers.yml +115 -0
  374. data/resources/locales/gu/territories.yml +1 -1
  375. data/resources/locales/gu/timezones.yml +4 -0
  376. data/resources/locales/gu/units.yml +447 -11
  377. data/resources/locales/he/calendars.yml +2 -2
  378. data/resources/locales/he/currencies.yml +29 -20
  379. data/resources/locales/he/fields.yml +9 -0
  380. data/resources/locales/he/languages.yml +35 -3
  381. data/resources/locales/he/lists.yml +6 -6
  382. data/resources/locales/he/numbers.yml +117 -2
  383. data/resources/locales/he/plural_rules.yml +2 -3
  384. data/resources/locales/he/plurals.yml +2 -4
  385. data/resources/locales/he/rbnf.yml +12 -0
  386. data/resources/locales/he/territories.yml +2 -2
  387. data/resources/locales/he/timezones.yml +9 -5
  388. data/resources/locales/he/units.yml +664 -33
  389. data/resources/locales/hi/calendars.yml +2 -2
  390. data/resources/locales/hi/currencies.yml +1 -0
  391. data/resources/locales/hi/fields.yml +20 -0
  392. data/resources/locales/hi/languages.yml +39 -3
  393. data/resources/locales/hi/lists.yml +6 -6
  394. data/resources/locales/hi/numbers.yml +725 -44
  395. data/resources/locales/hi/territories.yml +4 -4
  396. data/resources/locales/hi/timezones.yml +4 -0
  397. data/resources/locales/hi/units.yml +423 -89
  398. data/resources/locales/hr/calendars.yml +7 -7
  399. data/resources/locales/hr/currencies.yml +1 -1
  400. data/resources/locales/hr/languages.yml +33 -0
  401. data/resources/locales/hr/lists.yml +8 -8
  402. data/resources/locales/hr/numbers.yml +114 -0
  403. data/resources/locales/hr/territories.yml +2 -2
  404. data/resources/locales/hr/timezones.yml +5 -3
  405. data/resources/locales/hr/units.yml +311 -69
  406. data/resources/locales/hu/calendars.yml +7 -7
  407. data/resources/locales/hu/currencies.yml +21 -7
  408. data/resources/locales/hu/fields.yml +24 -12
  409. data/resources/locales/hu/languages.yml +33 -0
  410. data/resources/locales/hu/lists.yml +6 -6
  411. data/resources/locales/hu/numbers.yml +136 -11
  412. data/resources/locales/hu/timezones.yml +2 -0
  413. data/resources/locales/hu/units.yml +631 -210
  414. data/resources/locales/hy/calendars.yml +1 -1
  415. data/resources/locales/hy/fields.yml +16 -0
  416. data/resources/locales/hy/languages.yml +46 -5
  417. data/resources/locales/hy/lists.yml +4 -4
  418. data/resources/locales/hy/numbers.yml +114 -0
  419. data/resources/locales/hy/timezones.yml +4 -0
  420. data/resources/locales/hy/units.yml +517 -123
  421. data/resources/locales/id/calendars.yml +12 -12
  422. data/resources/locales/id/currencies.yml +1 -0
  423. data/resources/locales/id/fields.yml +19 -0
  424. data/resources/locales/id/languages.yml +36 -2
  425. data/resources/locales/id/lists.yml +4 -4
  426. data/resources/locales/id/numbers.yml +114 -0
  427. data/resources/locales/id/timezones.yml +2 -0
  428. data/resources/locales/id/units.yml +302 -4
  429. data/resources/locales/is/calendars.yml +7 -7
  430. data/resources/locales/is/currencies.yml +15 -10
  431. data/resources/locales/is/fields.yml +17 -3
  432. data/resources/locales/is/languages.yml +36 -1
  433. data/resources/locales/is/lists.yml +4 -4
  434. data/resources/locales/is/numbers.yml +114 -0
  435. data/resources/locales/is/plural_rules.yml +2 -2
  436. data/resources/locales/is/plurals.yml +2 -2
  437. data/resources/locales/is/timezones.yml +9 -4
  438. data/resources/locales/is/units.yml +462 -135
  439. data/resources/locales/it/calendars.yml +9 -9
  440. data/resources/locales/it/currencies.yml +6 -6
  441. data/resources/locales/it/languages.yml +33 -2
  442. data/resources/locales/it/lists.yml +6 -6
  443. data/resources/locales/it/numbers.yml +114 -0
  444. data/resources/locales/it/rbnf.yml +566 -0
  445. data/resources/locales/it/territories.yml +5 -5
  446. data/resources/locales/it/timezones.yml +10 -5
  447. data/resources/locales/it/units.yml +94 -27
  448. data/resources/locales/it-CH/calendars.yml +11 -11
  449. data/resources/locales/it-CH/currencies.yml +6 -6
  450. data/resources/locales/it-CH/languages.yml +33 -2
  451. data/resources/locales/it-CH/lists.yml +6 -6
  452. data/resources/locales/it-CH/numbers.yml +114 -0
  453. data/resources/locales/it-CH/territories.yml +5 -5
  454. data/resources/locales/it-CH/timezones.yml +10 -5
  455. data/resources/locales/it-CH/units.yml +94 -27
  456. data/resources/locales/ja/currencies.yml +3 -3
  457. data/resources/locales/ja/languages.yml +32 -0
  458. data/resources/locales/ja/lists.yml +12 -12
  459. data/resources/locales/ja/numbers.yml +159 -0
  460. data/resources/locales/ja/timezones.yml +5 -1
  461. data/resources/locales/ja/units.yml +28 -8
  462. data/resources/locales/ka/languages.yml +40 -1
  463. data/resources/locales/ka/lists.yml +6 -6
  464. data/resources/locales/ka/numbers.yml +114 -0
  465. data/resources/locales/ka/timezones.yml +4 -0
  466. data/resources/locales/ka/units.yml +61 -10
  467. data/resources/locales/kk/calendars.yml +25 -25
  468. data/resources/locales/kk/currencies.yml +12 -12
  469. data/resources/locales/kk/fields.yml +37 -1
  470. data/resources/locales/kk/languages.yml +51 -14
  471. data/resources/locales/kk/lists.yml +5 -5
  472. data/resources/locales/kk/numbers.yml +114 -0
  473. data/resources/locales/kk/rbnf.yml +307 -0
  474. data/resources/locales/kk/territories.yml +4 -4
  475. data/resources/locales/kk/timezones.yml +27 -23
  476. data/resources/locales/kk/units.yml +465 -57
  477. data/resources/locales/km/currencies.yml +1 -0
  478. data/resources/locales/km/languages.yml +46 -0
  479. data/resources/locales/km/lists.yml +5 -5
  480. data/resources/locales/km/numbers.yml +114 -0
  481. data/resources/locales/km/timezones.yml +4 -0
  482. data/resources/locales/km/units.yml +306 -4
  483. data/resources/locales/kn/calendars.yml +5 -5
  484. data/resources/locales/kn/currencies.yml +2 -1
  485. data/resources/locales/kn/languages.yml +36 -1
  486. data/resources/locales/kn/lists.yml +4 -4
  487. data/resources/locales/kn/numbers.yml +719 -44
  488. data/resources/locales/kn/territories.yml +2 -2
  489. data/resources/locales/kn/timezones.yml +4 -0
  490. data/resources/locales/kn/units.yml +261 -164
  491. data/resources/locales/ko/calendars.yml +2 -2
  492. data/resources/locales/ko/currencies.yml +60 -58
  493. data/resources/locales/ko/fields.yml +48 -0
  494. data/resources/locales/ko/languages.yml +33 -0
  495. data/resources/locales/ko/lists.yml +6 -6
  496. data/resources/locales/ko/numbers.yml +114 -0
  497. data/resources/locales/ko/territories.yml +2 -2
  498. data/resources/locales/ko/timezones.yml +4 -0
  499. data/resources/locales/ko/units.yml +230 -6
  500. data/resources/locales/lo/calendars.yml +5 -4
  501. data/resources/locales/lo/currencies.yml +1 -0
  502. data/resources/locales/lo/fields.yml +50 -0
  503. data/resources/locales/lo/languages.yml +37 -3
  504. data/resources/locales/lo/lists.yml +5 -5
  505. data/resources/locales/lo/numbers.yml +114 -0
  506. data/resources/locales/lo/timezones.yml +4 -0
  507. data/resources/locales/lo/units.yml +320 -4
  508. data/resources/locales/lt/calendars.yml +10 -10
  509. data/resources/locales/lt/languages.yml +33 -1
  510. data/resources/locales/lt/lists.yml +6 -6
  511. data/resources/locales/lt/numbers.yml +114 -0
  512. data/resources/locales/lt/timezones.yml +2 -0
  513. data/resources/locales/lt/units.yml +907 -222
  514. data/resources/locales/lv/calendars.yml +8 -8
  515. data/resources/locales/lv/currencies.yml +2 -0
  516. data/resources/locales/lv/fields.yml +8 -0
  517. data/resources/locales/lv/languages.yml +36 -0
  518. data/resources/locales/lv/lists.yml +6 -6
  519. data/resources/locales/lv/numbers.yml +114 -0
  520. data/resources/locales/lv/timezones.yml +4 -0
  521. data/resources/locales/lv/units.yml +688 -124
  522. data/resources/locales/mk/calendars.yml +50 -50
  523. data/resources/locales/mk/fields.yml +2 -2
  524. data/resources/locales/mk/languages.yml +32 -0
  525. data/resources/locales/mk/lists.yml +5 -5
  526. data/resources/locales/mk/numbers.yml +114 -0
  527. data/resources/locales/mk/territories.yml +2 -2
  528. data/resources/locales/mk/timezones.yml +48 -44
  529. data/resources/locales/mk/units.yml +459 -6
  530. data/resources/locales/mr/calendars.yml +2 -8
  531. data/resources/locales/mr/currencies.yml +3 -2
  532. data/resources/locales/mr/day_periods.yml +2 -16
  533. data/resources/locales/mr/fields.yml +8 -0
  534. data/resources/locales/mr/languages.yml +35 -0
  535. data/resources/locales/mr/lists.yml +5 -5
  536. data/resources/locales/mr/numbers.yml +115 -0
  537. data/resources/locales/mr/territories.yml +2 -2
  538. data/resources/locales/mr/timezones.yml +4 -0
  539. data/resources/locales/mr/units.yml +478 -119
  540. data/resources/locales/ms/calendars.yml +13 -13
  541. data/resources/locales/ms/currencies.yml +8 -2
  542. data/resources/locales/ms/fields.yml +4 -0
  543. data/resources/locales/ms/languages.yml +39 -2
  544. data/resources/locales/ms/lists.yml +4 -4
  545. data/resources/locales/ms/numbers.yml +126 -6
  546. data/resources/locales/ms/territories.yml +2 -2
  547. data/resources/locales/ms/timezones.yml +2 -0
  548. data/resources/locales/ms/units.yml +148 -6
  549. data/resources/locales/mt/calendars.yml +10 -10
  550. data/resources/locales/mt/currencies.yml +2 -0
  551. data/resources/locales/mt/fields.yml +196 -102
  552. data/resources/locales/mt/numbers.yml +115 -0
  553. data/resources/locales/mt/plural_rules.yml +2 -1
  554. data/resources/locales/mt/plurals.yml +4 -3
  555. data/resources/locales/mt/timezones.yml +2 -0
  556. data/resources/locales/mt/units.yml +27 -8
  557. data/resources/locales/my/calendars.yml +23 -23
  558. data/resources/locales/my/fields.yml +32 -0
  559. data/resources/locales/my/languages.yml +45 -4
  560. data/resources/locales/my/lists.yml +6 -6
  561. data/resources/locales/my/numbers.yml +151 -36
  562. data/resources/locales/my/timezones.yml +36 -32
  563. data/resources/locales/my/units.yml +304 -14
  564. data/resources/locales/nb/calendars.yml +10 -10
  565. data/resources/locales/nb/languages.yml +33 -2
  566. data/resources/locales/nb/lists.yml +6 -6
  567. data/resources/locales/nb/numbers.yml +114 -0
  568. data/resources/locales/nb/timezones.yml +5 -1
  569. data/resources/locales/nb/units.yml +532 -231
  570. data/resources/locales/nl/calendars.yml +22 -22
  571. data/resources/locales/nl/currencies.yml +15 -6
  572. data/resources/locales/nl/fields.yml +7 -7
  573. data/resources/locales/nl/languages.yml +33 -0
  574. data/resources/locales/nl/lists.yml +6 -6
  575. data/resources/locales/nl/numbers.yml +195 -6
  576. data/resources/locales/nl/rbnf.yml +1 -1
  577. data/resources/locales/nl/timezones.yml +2 -0
  578. data/resources/locales/nl/units.yml +163 -15
  579. data/resources/locales/nl-BE/calendars.yml +22 -22
  580. data/resources/locales/nl-BE/currencies.yml +15 -6
  581. data/resources/locales/nl-BE/fields.yml +7 -7
  582. data/resources/locales/nl-BE/languages.yml +33 -0
  583. data/resources/locales/nl-BE/lists.yml +6 -6
  584. data/resources/locales/nl-BE/numbers.yml +195 -6
  585. data/resources/locales/nl-BE/timezones.yml +2 -0
  586. data/resources/locales/nl-BE/units.yml +163 -15
  587. data/resources/locales/pl/calendars.yml +7 -7
  588. data/resources/locales/pl/fields.yml +3 -0
  589. data/resources/locales/pl/languages.yml +32 -0
  590. data/resources/locales/pl/lists.yml +4 -4
  591. data/resources/locales/pl/numbers.yml +114 -0
  592. data/resources/locales/pl/timezones.yml +2 -0
  593. data/resources/locales/pl/units.yml +1420 -309
  594. data/resources/locales/pt/calendars.yml +13 -13
  595. data/resources/locales/pt/fields.yml +6 -0
  596. data/resources/locales/pt/languages.yml +35 -1
  597. data/resources/locales/pt/lists.yml +4 -4
  598. data/resources/locales/pt/numbers.yml +114 -0
  599. data/resources/locales/pt/rbnf.yml +1 -1
  600. data/resources/locales/pt/timezones.yml +2 -0
  601. data/resources/locales/pt/units.yml +599 -15
  602. data/resources/locales/pt-PT/calendars.yml +10 -10
  603. data/resources/locales/pt-PT/languages.yml +37 -3
  604. data/resources/locales/pt-PT/lists.yml +4 -4
  605. data/resources/locales/pt-PT/numbers.yml +114 -0
  606. data/resources/locales/pt-PT/plural_rules.yml +2 -2
  607. data/resources/locales/pt-PT/plurals.yml +3 -3
  608. data/resources/locales/pt-PT/territories.yml +1 -1
  609. data/resources/locales/pt-PT/timezones.yml +2 -0
  610. data/resources/locales/pt-PT/units.yml +420 -7
  611. data/resources/locales/ro/calendars.yml +10 -10
  612. data/resources/locales/ro/currencies.yml +22 -22
  613. data/resources/locales/ro/languages.yml +33 -0
  614. data/resources/locales/ro/lists.yml +4 -4
  615. data/resources/locales/ro/numbers.yml +114 -0
  616. data/resources/locales/ro/plural_rules.yml +1 -1
  617. data/resources/locales/ro/plurals.yml +3 -3
  618. data/resources/locales/ro/timezones.yml +2 -0
  619. data/resources/locales/ro/units.yml +580 -124
  620. data/resources/locales/ru/calendars.yml +23 -23
  621. data/resources/locales/ru/languages.yml +34 -1
  622. data/resources/locales/ru/lists.yml +4 -4
  623. data/resources/locales/ru/numbers.yml +114 -0
  624. data/resources/locales/ru/rbnf.yml +240 -12
  625. data/resources/locales/ru/territories.yml +7 -7
  626. data/resources/locales/ru/timezones.yml +4 -0
  627. data/resources/locales/ru/units.yml +858 -251
  628. data/resources/locales/sk/calendars.yml +9 -9
  629. data/resources/locales/sk/currencies.yml +7 -7
  630. data/resources/locales/sk/fields.yml +8 -0
  631. data/resources/locales/sk/languages.yml +34 -0
  632. data/resources/locales/sk/lists.yml +6 -6
  633. data/resources/locales/sk/numbers.yml +114 -0
  634. data/resources/locales/sk/timezones.yml +2 -0
  635. data/resources/locales/sk/units.yml +812 -330
  636. data/resources/locales/sl/calendars.yml +9 -9
  637. data/resources/locales/sl/languages.yml +36 -0
  638. data/resources/locales/sl/lists.yml +6 -6
  639. data/resources/locales/sl/numbers.yml +114 -0
  640. data/resources/locales/sl/timezones.yml +4 -2
  641. data/resources/locales/sl/units.yml +967 -243
  642. data/resources/locales/sq/calendars.yml +11 -11
  643. data/resources/locales/sq/currencies.yml +1 -1
  644. data/resources/locales/sq/fields.yml +20 -0
  645. data/resources/locales/sq/languages.yml +41 -0
  646. data/resources/locales/sq/lists.yml +6 -6
  647. data/resources/locales/sq/numbers.yml +114 -0
  648. data/resources/locales/sq/timezones.yml +4 -0
  649. data/resources/locales/sq/units.yml +461 -6
  650. data/resources/locales/sr/calendars.yml +16 -16
  651. data/resources/locales/sr/fields.yml +6 -0
  652. data/resources/locales/sr/languages.yml +37 -0
  653. data/resources/locales/sr/lists.yml +6 -6
  654. data/resources/locales/sr/numbers.yml +114 -0
  655. data/resources/locales/sr/timezones.yml +4 -0
  656. data/resources/locales/sr/units.yml +676 -68
  657. data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
  658. data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
  659. data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
  660. data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
  661. data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
  662. data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
  663. data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
  664. data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
  665. data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
  666. data/resources/locales/sr-Latn-ME/fields.yml +432 -426
  667. data/resources/locales/sr-Latn-ME/languages.yml +531 -494
  668. data/resources/locales/sr-Latn-ME/lists.yml +6 -6
  669. data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
  670. data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
  671. data/resources/locales/sr-Latn-ME/units.yml +677 -69
  672. data/resources/locales/sv/calendars.yml +11 -11
  673. data/resources/locales/sv/currencies.yml +9 -7
  674. data/resources/locales/sv/fields.yml +5 -1
  675. data/resources/locales/sv/languages.yml +32 -0
  676. data/resources/locales/sv/lists.yml +4 -4
  677. data/resources/locales/sv/numbers.yml +122 -3
  678. data/resources/locales/sv/territories.yml +1 -1
  679. data/resources/locales/sv/timezones.yml +2 -0
  680. data/resources/locales/sv/units.yml +724 -328
  681. data/resources/locales/sw/calendars.yml +11 -11
  682. data/resources/locales/sw/fields.yml +24 -0
  683. data/resources/locales/sw/languages.yml +41 -0
  684. data/resources/locales/sw/lists.yml +2 -2
  685. data/resources/locales/sw/numbers.yml +114 -0
  686. data/resources/locales/sw/timezones.yml +2 -0
  687. data/resources/locales/sw/units.yml +423 -17
  688. data/resources/locales/ta/calendars.yml +1 -1
  689. data/resources/locales/ta/languages.yml +38 -2
  690. data/resources/locales/ta/lists.yml +4 -4
  691. data/resources/locales/ta/numbers.yml +117 -2
  692. data/resources/locales/ta/territories.yml +2 -2
  693. data/resources/locales/ta/timezones.yml +4 -0
  694. data/resources/locales/ta/units.yml +173 -148
  695. data/resources/locales/th/calendars.yml +9 -9
  696. data/resources/locales/th/currencies.yml +1 -0
  697. data/resources/locales/th/fields.yml +1 -0
  698. data/resources/locales/th/languages.yml +50 -19
  699. data/resources/locales/th/lists.yml +6 -6
  700. data/resources/locales/th/numbers.yml +114 -0
  701. data/resources/locales/th/timezones.yml +5 -1
  702. data/resources/locales/th/units.yml +25 -7
  703. data/resources/locales/tr/calendars.yml +9 -9
  704. data/resources/locales/tr/fields.yml +8 -0
  705. data/resources/locales/tr/languages.yml +36 -5
  706. data/resources/locales/tr/lists.yml +4 -4
  707. data/resources/locales/tr/numbers.yml +214 -20
  708. data/resources/locales/tr/timezones.yml +2 -0
  709. data/resources/locales/tr/units.yml +191 -13
  710. data/resources/locales/uk/calendars.yml +22 -21
  711. data/resources/locales/uk/fields.yml +18 -18
  712. data/resources/locales/uk/languages.yml +42 -11
  713. data/resources/locales/uk/lists.yml +8 -8
  714. data/resources/locales/uk/numbers.yml +114 -0
  715. data/resources/locales/uk/rbnf.yml +12 -0
  716. data/resources/locales/uk/territories.yml +1 -1
  717. data/resources/locales/uk/timezones.yml +9 -5
  718. data/resources/locales/uk/units.yml +742 -359
  719. data/resources/locales/ur/calendars.yml +4 -4
  720. data/resources/locales/ur/languages.yml +42 -0
  721. data/resources/locales/ur/lists.yml +10 -10
  722. data/resources/locales/ur/numbers.yml +115 -1
  723. data/resources/locales/ur/territories.yml +1 -1
  724. data/resources/locales/ur/timezones.yml +5 -1
  725. data/resources/locales/ur/units.yml +397 -10
  726. data/resources/locales/vi/calendars.yml +12 -12
  727. data/resources/locales/vi/currencies.yml +2 -0
  728. data/resources/locales/vi/fields.yml +3 -0
  729. data/resources/locales/vi/languages.yml +34 -0
  730. data/resources/locales/vi/lists.yml +4 -4
  731. data/resources/locales/vi/numbers.yml +114 -0
  732. data/resources/locales/vi/timezones.yml +2 -0
  733. data/resources/locales/vi/units.yml +348 -10
  734. data/resources/locales/xh/calendars.yml +101 -101
  735. data/resources/locales/xh/currencies.yml +664 -82
  736. data/resources/locales/xh/fields.yml +107 -0
  737. data/resources/locales/xh/languages.yml +38 -2
  738. data/resources/locales/xh/numbers.yml +114 -0
  739. data/resources/locales/xh/territories.yml +264 -2
  740. data/resources/locales/xh/timezones.yml +1393 -6
  741. data/resources/locales/xh/units.yml +4 -2
  742. data/resources/locales/zh/currencies.yml +37 -10
  743. data/resources/locales/zh/languages.yml +38 -3
  744. data/resources/locales/zh/lists.yml +12 -12
  745. data/resources/locales/zh/numbers.yml +117 -0
  746. data/resources/locales/zh/timezones.yml +7 -3
  747. data/resources/locales/zh/units.yml +227 -57
  748. data/resources/locales/zh-Hant/currencies.yml +27 -9
  749. data/resources/locales/zh-Hant/languages.yml +47 -1
  750. data/resources/locales/zh-Hant/lists.yml +12 -12
  751. data/resources/locales/zh-Hant/numbers.yml +115 -0
  752. data/resources/locales/zh-Hant/timezones.yml +4 -0
  753. data/resources/locales/zh-Hant/units.yml +44 -8
  754. data/resources/locales/zu/calendars.yml +7 -7
  755. data/resources/locales/zu/currencies.yml +1 -0
  756. data/resources/locales/zu/fields.yml +53 -0
  757. data/resources/locales/zu/languages.yml +39 -0
  758. data/resources/locales/zu/numbers.yml +148 -10
  759. data/resources/locales/zu/timezones.yml +2 -0
  760. data/resources/locales/zu/units.yml +647 -6
  761. data/resources/shared/aliases.yml +4 -0
  762. data/resources/shared/bcp47_timezone_metadata.yml +5 -1
  763. data/resources/shared/currency_digits_and_rounding.yml +3 -0
  764. data/resources/shared/hyphenation/ca.yml +1 -1
  765. data/resources/shared/hyphenation/de-AT.yml +1 -1
  766. data/resources/shared/hyphenation/de-CH.yml +1 -1
  767. data/resources/shared/hyphenation/de-DE.yml +1 -1
  768. data/resources/shared/hyphenation/fr.yml +1 -1
  769. data/resources/shared/hyphenation/hr-HR.yml +1 -1
  770. data/resources/shared/hyphenation/mn-MN.yml +1 -1
  771. data/resources/shared/hyphenation/sl-SI.yml +1 -1
  772. data/resources/shared/likely_subtags.yml +6180 -11
  773. data/resources/shared/metazones.yml +29 -20
  774. data/resources/shared/numbering_systems.yml +6 -0
  775. data/resources/shared/parent_locales.yml +13 -5
  776. data/resources/shared/postal_codes.yml +160 -125
  777. data/resources/shared/rbnf_root.yml +6 -0
  778. data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
  779. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  780. data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
  781. data/resources/shared/segments/rules/el/sentence.yml +719 -711
  782. data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
  783. data/resources/shared/segments/rules/fi/word.yml +591 -0
  784. data/resources/shared/segments/rules/ja/line.yml +509 -500
  785. data/resources/shared/segments/rules/ja/word.yml +535 -527
  786. data/resources/shared/segments/rules/root/grapheme.yml +376 -370
  787. data/resources/shared/segments/rules/root/line.yml +509 -500
  788. data/resources/shared/segments/rules/root/sentence.yml +719 -711
  789. data/resources/shared/segments/rules/root/word.yml +535 -527
  790. data/resources/shared/segments/rules/sv/word.yml +591 -0
  791. data/resources/shared/segments/rules/zh/line.yml +509 -500
  792. data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
  793. data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
  794. data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
  795. data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
  796. data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
  797. data/resources/shared/territories_containment.yml +1 -0
  798. data/resources/shared/timezone_regions.yml +15 -6
  799. data/resources/shared/transforms/Arabic-Latin.yml +42 -0
  800. data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
  801. data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
  802. data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
  803. data/resources/shared/transforms/Greek-Latin.yml +2 -1
  804. data/resources/shared/transforms/Han-Latin.yml +9 -9
  805. data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
  806. data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
  807. data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
  808. data/resources/shared/transforms/Japn-Latn.yml +4132 -0
  809. data/resources/shared/transforms/Khmer-Latin.yml +211 -0
  810. data/resources/shared/transforms/Lao-Latin.yml +90 -0
  811. data/resources/shared/transforms/Latin-Armenian.yml +4 -0
  812. data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
  813. data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
  814. data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
  815. data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
  816. data/resources/shared/transforms/Oriya-Latin.yml +1 -1
  817. data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
  818. data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
  819. data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
  820. data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
  821. data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
  822. data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
  823. data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
  824. data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
  825. data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
  826. data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
  827. data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
  828. data/resources/shared/transforms/transform_id_map.yml +827 -757
  829. data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
  830. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
  831. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
  832. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
  833. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
  834. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
  835. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
  836. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
  837. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
  838. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
  839. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
  840. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
  841. data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
  842. data/resources/shared/validity_data.yml +42 -10
  843. data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
  844. data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
  845. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
  846. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
  847. data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
  848. data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
  849. data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
  850. data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
  851. data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
  852. data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
  853. data/resources/unicode_data/blocks/kannada.yml +16 -0
  854. data/resources/unicode_data/blocks/kawi.yml +1377 -0
  855. data/resources/unicode_data/blocks/khojki.yml +48 -0
  856. data/resources/unicode_data/blocks/lao.yml +16 -0
  857. data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
  858. data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
  859. data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
  860. data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
  861. data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
  862. data/resources/unicode_data/blocks.yml +29 -1
  863. data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
  864. data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
  865. data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
  866. data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
  867. data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
  868. data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
  869. data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
  870. data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
  871. data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
  872. data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
  873. data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
  874. data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
  875. data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
  876. data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
  877. data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
  878. data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
  879. data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
  880. data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
  881. data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
  882. data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
  883. data/resources/unicode_data/properties/Cased/value.dump +0 -0
  884. data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
  885. data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
  886. data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
  887. data/resources/unicode_data/properties/Emoji/value.dump +0 -0
  888. data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +1 -1
  889. data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
  890. data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
  891. data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
  892. data/resources/unicode_data/properties/General_Category/L/m/value.dump +5 -3
  893. data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
  894. data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
  895. data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
  896. data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
  897. data/resources/unicode_data/properties/General_Category/N/o/value.dump +0 -0
  898. data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
  899. data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
  900. data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
  901. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Control/value.dump +0 -0
  902. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
  903. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
  904. data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
  905. data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
  906. data/resources/unicode_data/properties/Grapheme_Link/value.dump +3 -2
  907. data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
  908. data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
  909. data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
  910. data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +5 -3
  911. data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
  912. data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
  913. data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
  914. data/resources/unicode_data/properties/Indic_Syllabic_Category/Bindu/value.dump +0 -0
  915. data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
  916. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
  917. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
  918. data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
  919. data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
  920. data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
  921. data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
  922. data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
  923. data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
  924. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
  925. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
  926. data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
  927. data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
  928. data/resources/unicode_data/properties/Line_Break/BB/value.dump +0 -0
  929. data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
  930. data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
  931. data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
  932. data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
  933. data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -3
  934. data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
  935. data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
  936. data/resources/unicode_data/properties/Line_Break/OP/value.dump +4 -2
  937. data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
  938. data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
  939. data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
  940. data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
  941. data/resources/unicode_data/properties/Numeric_Type/1/value.dump +5 -3
  942. data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
  943. data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
  944. data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
  945. data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
  946. data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
  947. data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
  948. data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
  949. data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
  950. data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
  951. data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
  952. data/resources/unicode_data/properties/Other_Lowercase/value.dump +9 -5
  953. data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
  954. data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
  955. data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
  956. data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
  957. data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/value.dump +0 -0
  958. data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
  959. data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
  960. data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
  961. data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
  962. data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
  963. data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
  964. data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
  965. data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
  966. data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -0
  967. data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
  968. data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
  969. data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
  970. data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
  971. data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
  972. data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
  973. data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
  974. data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -2
  975. data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
  976. data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
  977. data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
  978. data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
  979. data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
  980. data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
  981. data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
  982. data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
  983. data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
  984. data/resources/unicode_data/property_value_aliases.yml +21 -1
  985. data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
  986. data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
  987. data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
  988. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
  989. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
  990. data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
  991. data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
  992. data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
  993. data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
  994. data/spec/localized/localized_datetime_spec.rb +1 -1
  995. data/spec/parsers/symbol_table_spec.rb +1 -3
  996. data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
  997. data/spec/segmentation/rule_set_spec.rb +50 -54
  998. data/spec/shared/calendar_spec.rb +2 -2
  999. data/spec/shared/currencies_spec.rb +1 -1
  1000. data/spec/shared/numbers_spec.rb +1 -1
  1001. data/spec/shared/unit_spec.rb +10 -10
  1002. data/spec/spec_helper.rb +0 -2
  1003. data/spec/timezones/tests/af.yml +73 -10
  1004. data/spec/timezones/tests/ar.yml +73 -10
  1005. data/spec/timezones/tests/az.yml +73 -10
  1006. data/spec/timezones/tests/be.yml +73 -10
  1007. data/spec/timezones/tests/bg.yml +79 -16
  1008. data/spec/timezones/tests/bn.yml +128 -69
  1009. data/spec/timezones/tests/bo.yml +85 -22
  1010. data/spec/timezones/tests/bs.yml +73 -10
  1011. data/spec/timezones/tests/ca.yml +85 -22
  1012. data/spec/timezones/tests/cs.yml +2059 -1996
  1013. data/spec/timezones/tests/cy.yml +73 -10
  1014. data/spec/timezones/tests/da.yml +76 -13
  1015. data/spec/timezones/tests/de-AT.yml +1226 -1163
  1016. data/spec/timezones/tests/de-CH.yml +1226 -1163
  1017. data/spec/timezones/tests/de.yml +1226 -1163
  1018. data/spec/timezones/tests/el.yml +74 -11
  1019. data/spec/timezones/tests/en-001.yml +105 -42
  1020. data/spec/timezones/tests/en-150.yml +105 -42
  1021. data/spec/timezones/tests/en-AU.yml +99 -36
  1022. data/spec/timezones/tests/en-CA.yml +152 -89
  1023. data/spec/timezones/tests/en-GB.yml +87 -24
  1024. data/spec/timezones/tests/en-IE.yml +105 -42
  1025. data/spec/timezones/tests/en-IN.yml +109 -46
  1026. data/spec/timezones/tests/en-NZ.yml +105 -42
  1027. data/spec/timezones/tests/en-SG.yml +105 -42
  1028. data/spec/timezones/tests/en-US.yml +90 -27
  1029. data/spec/timezones/tests/en-ZA.yml +105 -42
  1030. data/spec/timezones/tests/en.yml +90 -27
  1031. data/spec/timezones/tests/eo.yml +85 -22
  1032. data/spec/timezones/tests/es-419.yml +73 -10
  1033. data/spec/timezones/tests/es-AR.yml +73 -10
  1034. data/spec/timezones/tests/es-CO.yml +73 -10
  1035. data/spec/timezones/tests/es-MX.yml +73 -10
  1036. data/spec/timezones/tests/es-US.yml +74 -11
  1037. data/spec/timezones/tests/es.yml +77 -14
  1038. data/spec/timezones/tests/et.yml +73 -10
  1039. data/spec/timezones/tests/eu.yml +74 -11
  1040. data/spec/timezones/tests/fa.yml +73 -10
  1041. data/spec/timezones/tests/fi.yml +73 -10
  1042. data/spec/timezones/tests/fil.yml +266 -203
  1043. data/spec/timezones/tests/fr-BE.yml +94 -31
  1044. data/spec/timezones/tests/fr-CA.yml +74 -11
  1045. data/spec/timezones/tests/fr-CH.yml +94 -31
  1046. data/spec/timezones/tests/fr.yml +94 -31
  1047. data/spec/timezones/tests/ga.yml +73 -10
  1048. data/spec/timezones/tests/gl.yml +2198 -2135
  1049. data/spec/timezones/tests/gu.yml +82 -19
  1050. data/spec/timezones/tests/he.yml +91 -28
  1051. data/spec/timezones/tests/hi.yml +88 -25
  1052. data/spec/timezones/tests/hr.yml +95 -32
  1053. data/spec/timezones/tests/hu.yml +73 -10
  1054. data/spec/timezones/tests/hy.yml +73 -10
  1055. data/spec/timezones/tests/id.yml +74 -11
  1056. data/spec/timezones/tests/is.yml +76 -13
  1057. data/spec/timezones/tests/it-CH.yml +89 -26
  1058. data/spec/timezones/tests/it.yml +89 -26
  1059. data/spec/timezones/tests/ja.yml +74 -11
  1060. data/spec/timezones/tests/ka.yml +73 -10
  1061. data/spec/timezones/tests/kk.yml +161 -98
  1062. data/spec/timezones/tests/km.yml +73 -10
  1063. data/spec/timezones/tests/kn.yml +77 -14
  1064. data/spec/timezones/tests/ko.yml +84 -21
  1065. data/spec/timezones/tests/lo.yml +73 -10
  1066. data/spec/timezones/tests/lt.yml +73 -10
  1067. data/spec/timezones/tests/lv.yml +73 -10
  1068. data/spec/timezones/tests/mk.yml +134 -71
  1069. data/spec/timezones/tests/mr.yml +84 -21
  1070. data/spec/timezones/tests/ms.yml +84 -21
  1071. data/spec/timezones/tests/mt.yml +72 -9
  1072. data/spec/timezones/tests/my.yml +300 -237
  1073. data/spec/timezones/tests/nb.yml +75 -12
  1074. data/spec/timezones/tests/nl-BE.yml +74 -11
  1075. data/spec/timezones/tests/nl.yml +74 -11
  1076. data/spec/timezones/tests/pl.yml +73 -10
  1077. data/spec/timezones/tests/pt-PT.yml +75 -12
  1078. data/spec/timezones/tests/pt.yml +73 -10
  1079. data/spec/timezones/tests/ro.yml +73 -10
  1080. data/spec/timezones/tests/ru.yml +87 -24
  1081. data/spec/timezones/tests/sk.yml +73 -10
  1082. data/spec/timezones/tests/sl.yml +76 -13
  1083. data/spec/timezones/tests/sq.yml +73 -10
  1084. data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
  1085. data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
  1086. data/spec/timezones/tests/sr.yml +73 -10
  1087. data/spec/timezones/tests/sv.yml +75 -12
  1088. data/spec/timezones/tests/sw.yml +73 -10
  1089. data/spec/timezones/tests/ta.yml +84 -21
  1090. data/spec/timezones/tests/th.yml +76 -13
  1091. data/spec/timezones/tests/tr.yml +73 -10
  1092. data/spec/timezones/tests/uk.yml +80 -17
  1093. data/spec/timezones/tests/ur.yml +88 -25
  1094. data/spec/timezones/tests/vi.yml +74 -11
  1095. data/spec/timezones/tests/xh.yml +2297 -2234
  1096. data/spec/timezones/tests/zh-Hant.yml +74 -11
  1097. data/spec/timezones/tests/zh.yml +82 -19
  1098. data/spec/timezones/tests/zu.yml +73 -10
  1099. data/spec/timezones/timezone_spec.rb +3 -0
  1100. data/spec/transforms/test_data.yml +568 -562
  1101. data/twitter_cldr.gemspec +24 -12
  1102. metadata +74 -18
  1103. data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -43,8 +43,8 @@
43
43
  :one: "{0} обороте"
44
44
  :other: "{0} оборота"
45
45
  :area-acre:
46
- :few: "{0} акрах"
47
- :many: "{0} акрах"
46
+ :few: "{0} акра"
47
+ :many: "{0} акров"
48
48
  :one: "{0} акр"
49
49
  :other: "{0} акра"
50
50
  :area-dunam:
@@ -53,18 +53,18 @@
53
53
  :one: "{0} дунам"
54
54
  :other: "{0} дунама"
55
55
  :area-hectare:
56
- :few: "{0} гектарах"
57
- :many: "{0} гектарах"
56
+ :few: "{0} гектара"
57
+ :many: "{0} гектаров"
58
58
  :one: "{0} гектар"
59
59
  :other: "{0} гектара"
60
60
  :area-square-centimeter:
61
- :few: "{0} квадратных сантиметрах"
62
- :many: "{0} квадратных сантиметрах"
61
+ :few: "{0} квадратных сантиметра"
62
+ :many: "{0} квадратных сантиметров"
63
63
  :one: "{0} квадратный сантиметр"
64
64
  :other: "{0} квадратного сантиметра"
65
65
  :area-square-foot:
66
- :few: "{0} квадратных футах"
67
- :many: "{0} квадратных футах"
66
+ :few: "{0} квадратных фута"
67
+ :many: "{0} квадратных футов"
68
68
  :one: "{0} квадратный фут"
69
69
  :other: "{0} квадратного фута"
70
70
  :area-square-inch:
@@ -73,18 +73,18 @@
73
73
  :one: "{0} квадратный дюйм"
74
74
  :other: "{0} квадратного дюйма"
75
75
  :area-square-kilometer:
76
- :few: "{0} квадратных километрах"
77
- :many: "{0} квадратных километрах"
76
+ :few: "{0} квадратных километра"
77
+ :many: "{0} квадратных километров"
78
78
  :one: "{0} квадратный километр"
79
79
  :other: "{0} квадратного километра"
80
80
  :area-square-meter:
81
- :few: "{0} квадратных метра"
82
- :many: "{0} квадратных метров"
83
- :one: "{0} квадратный метр"
81
+ :few: "{0} квадратных метрах"
82
+ :many: "{0} квадратных метрах"
83
+ :one: "{0} квадратном метре"
84
84
  :other: "{0} квадратного метра"
85
85
  :area-square-mile:
86
86
  :few: "{0} квадратные мили"
87
- :many: "{0} квадратных милях"
87
+ :many: "{0} квадратных миль"
88
88
  :one: "{0} квадратная миля"
89
89
  :other: "{0} квадратной мили"
90
90
  :area-square-yard:
@@ -93,9 +93,9 @@
93
93
  :one: "{0} квадратный ярд"
94
94
  :other: "{0} квадратного ярда"
95
95
  :concentr-item:
96
- :few: "{0} объекта"
97
- :many: "{0} объектов"
98
- :one: "{0} объект"
96
+ :few: "{0} объектах"
97
+ :many: "{0} объектах"
98
+ :one: "{0} объекте"
99
99
  :other: "{0} объекта"
100
100
  :concentr-karat:
101
101
  :few: "{0} каратах"
@@ -108,9 +108,9 @@
108
108
  :one: "{0} миллиграмм на децилитр"
109
109
  :other: "{0} миллиграмма на децилитр"
110
110
  :concentr-millimole-per-liter:
111
- :few: "{0} миллимоля на литр"
112
- :many: "{0} миллимолей на литр"
113
- :one: "{0} миллимоль на литр"
111
+ :few: "{0} миллимолях на литр"
112
+ :many: "{0} миллимолях на литр"
113
+ :one: "{0} миллимоле на литр"
114
114
  :other: "{0} миллимоля на литр"
115
115
  :concentr-mole:
116
116
  :few: "{0} молях"
@@ -118,8 +118,8 @@
118
118
  :one: "{0} моле"
119
119
  :other: "{0} моля"
120
120
  :concentr-percent:
121
- :few: "{0} процентах"
122
- :many: "{0} процентах"
121
+ :few: "{0} процента"
122
+ :many: "{0} процентов"
123
123
  :one: "{0} процент"
124
124
  :other: "{0} процента"
125
125
  :concentr-permille:
@@ -138,14 +138,14 @@
138
138
  :one: "{0} промириаде"
139
139
  :other: "{0} промириада"
140
140
  :consumption-liter-per-100-kilometer:
141
- :few: "{0} литрах на 100 километров"
142
- :many: "{0} литрах на 100 километров"
141
+ :few: "{0} литра на 100 километров"
142
+ :many: "{0} литров на 100 километров"
143
143
  :one: "{0} литр на 100 километров"
144
144
  :other: "{0} литра на 100 километров"
145
145
  :consumption-liter-per-kilometer:
146
- :few: "{0} литра на километр"
147
- :many: "{0} литров на километр"
148
- :one: "{0} литр на километр"
146
+ :few: "{0} литрах на километр"
147
+ :many: "{0} литрах на километр"
148
+ :one: "{0} литре на километр"
149
149
  :other: "{0} литра на километр"
150
150
  :consumption-mile-per-gallon:
151
151
  :few: "{0} мили на амер. галлон"
@@ -154,7 +154,7 @@
154
154
  :other: "{0} мили на амер. галлон"
155
155
  :consumption-mile-per-gallon-imperial:
156
156
  :few: "{0} мили на имп. галлон"
157
- :many: "{0} милях на имп. галлон"
157
+ :many: "{0} миль на имп. галлон"
158
158
  :one: "{0} миля на имп. галлон"
159
159
  :other: "{0} мили на имп. галлон"
160
160
  :digital-bit:
@@ -168,48 +168,48 @@
168
168
  :one: "{0} байте"
169
169
  :other: "{0} байта"
170
170
  :digital-gigabit:
171
- :few: "{0} гигабитах"
172
- :many: "{0} гигабитах"
171
+ :few: "{0} гигабита"
172
+ :many: "{0} гигабит"
173
173
  :one: "{0} гигабит"
174
174
  :other: "{0} гигабита"
175
175
  :digital-gigabyte:
176
- :few: "{0} гигабайтах"
177
- :many: "{0} гигабайтах"
176
+ :few: "{0} гигабайта"
177
+ :many: "{0} гигабайт"
178
178
  :one: "{0} гигабайт"
179
179
  :other: "{0} гигабайта"
180
180
  :digital-kilobit:
181
- :few: "{0} килобитах"
182
- :many: "{0} килобитах"
181
+ :few: "{0} килобита"
182
+ :many: "{0} килобит"
183
183
  :one: "{0} килобит"
184
184
  :other: "{0} килобита"
185
185
  :digital-kilobyte:
186
- :few: "{0} килобайтах"
187
- :many: "{0} килобайтах"
186
+ :few: "{0} килобайта"
187
+ :many: "{0} килобайт"
188
188
  :one: "{0} килобайт"
189
189
  :other: "{0} килобайта"
190
190
  :digital-megabit:
191
- :few: "{0} мегабитах"
192
- :many: "{0} мегабитах"
191
+ :few: "{0} мегабита"
192
+ :many: "{0} мегабит"
193
193
  :one: "{0} мегабит"
194
194
  :other: "{0} мегабита"
195
195
  :digital-megabyte:
196
- :few: "{0} мегабайтах"
197
- :many: "{0} мегабайтах"
196
+ :few: "{0} мегабайта"
197
+ :many: "{0} мегабайт"
198
198
  :one: "{0} мегабайт"
199
199
  :other: "{0} мегабайта"
200
200
  :digital-petabyte:
201
- :few: "{0} петабайта"
202
- :many: "{0} петабайт"
203
- :one: "{0} петабайт"
201
+ :few: "{0} петабайтах"
202
+ :many: "{0} петабайтах"
203
+ :one: "{0} петабайте"
204
204
  :other: "{0} петабайта"
205
205
  :digital-terabit:
206
- :few: "{0} терабитах"
207
- :many: "{0} терабитах"
206
+ :few: "{0} терабита"
207
+ :many: "{0} терабит"
208
208
  :one: "{0} терабит"
209
209
  :other: "{0} терабита"
210
210
  :digital-terabyte:
211
- :few: "{0} терабайтах"
212
- :many: "{0} терабайтах"
211
+ :few: "{0} терабайта"
212
+ :many: "{0} терабайт"
213
213
  :one: "{0} терабайт"
214
214
  :other: "{0} терабайта"
215
215
  :duration-century:
@@ -218,8 +218,8 @@
218
218
  :one: "{0} веке"
219
219
  :other: "{0} века"
220
220
  :duration-day:
221
- :few: "{0} днях"
222
- :many: "{0} днях"
221
+ :few: "{0} дня"
222
+ :many: "{0} дней"
223
223
  :one: "{0} день"
224
224
  :other: "{0} дня"
225
225
  :duration-decade:
@@ -228,48 +228,53 @@
228
228
  :one: "{0} десятилетии"
229
229
  :other: "{0} десятилетия"
230
230
  :duration-hour:
231
- :few: "{0} часах"
232
- :many: "{0} часах"
231
+ :few: "{0} часа"
232
+ :many: "{0} часов"
233
233
  :one: "{0} час"
234
234
  :other: "{0} часа"
235
235
  :duration-microsecond:
236
- :few: "{0} микросекунды"
237
- :many: "{0} микросекунд"
238
- :one: "{0} микросекунда"
236
+ :few: "{0} микросекундах"
237
+ :many: "{0} микросекундах"
238
+ :one: "{0} микросекунде"
239
239
  :other: "{0} микросекунды"
240
240
  :duration-millisecond:
241
- :few: "{0} миллисекунды"
242
- :many: "{0} миллисекунд"
243
- :one: "{0} миллисекунда"
241
+ :few: "{0} миллисекундах"
242
+ :many: "{0} миллисекундах"
243
+ :one: "{0} миллисекунде"
244
244
  :other: "{0} миллисекунды"
245
245
  :duration-minute:
246
246
  :few: "{0} минуты"
247
- :many: "{0} минутах"
247
+ :many: "{0} минут"
248
248
  :one: "{0} минута"
249
249
  :other: "{0} минуты"
250
250
  :duration-month:
251
- :few: "{0} месяцах"
252
- :many: "{0} месяцах"
251
+ :few: "{0} месяца"
252
+ :many: "{0} месяцев"
253
253
  :one: "{0} месяц"
254
254
  :other: "{0} месяца"
255
255
  :duration-nanosecond:
256
- :few: "{0} наносекунды"
257
- :many: "{0} наносекунд"
258
- :one: "{0} наносекунда"
256
+ :few: "{0} наносекундах"
257
+ :many: "{0} наносекундах"
258
+ :one: "{0} наносекунде"
259
259
  :other: "{0} наносекунды"
260
+ :duration-quarter:
261
+ :few: "{0} кварталах"
262
+ :many: "{0} кварталах"
263
+ :one: "{0} квартале"
264
+ :other: "{0} квартала"
260
265
  :duration-second:
261
266
  :few: "{0} секунды"
262
- :many: "{0} секундах"
267
+ :many: "{0} секунд"
263
268
  :one: "{0} секунда"
264
269
  :other: "{0} секунды"
265
270
  :duration-week:
266
271
  :few: "{0} недели"
267
- :many: "{0} неделях"
272
+ :many: "{0} недель"
268
273
  :one: "{0} неделя"
269
274
  :other: "{0} недели"
270
275
  :duration-year:
271
- :few: "{0} годах"
272
- :many: "{0} годах"
276
+ :few: "{0} года"
277
+ :many: "{0} лет"
273
278
  :one: "{0} год"
274
279
  :other: "{0} года"
275
280
  :electric-ampere:
@@ -278,9 +283,9 @@
278
283
  :one: "{0} ампере"
279
284
  :other: "{0} ампера"
280
285
  :electric-milliampere:
281
- :few: "{0} миллиампера"
282
- :many: "{0} миллиампер"
283
- :one: "{0} миллиампер"
286
+ :few: "{0} миллиамперах"
287
+ :many: "{0} миллиамперах"
288
+ :one: "{0} миллиампере"
284
289
  :other: "{0} миллиампера"
285
290
  :electric-ohm:
286
291
  :few: "{0} омах"
@@ -319,18 +324,18 @@
319
324
  :other: "{0} джоуля"
320
325
  :energy-kilocalorie:
321
326
  :few: "{0} килокалории"
322
- :many: "{0} килокалориях"
327
+ :many: "{0} килокалорий"
323
328
  :one: "{0} килокалория"
324
329
  :other: "{0} килокалории"
325
330
  :energy-kilojoule:
326
- :few: "{0} килоджоуля"
327
- :many: "{0} килоджоулей"
328
- :one: "{0} килоджоуль"
331
+ :few: "{0} килоджоулях"
332
+ :many: "{0} килоджоулях"
333
+ :one: "{0} килоджоуле"
329
334
  :other: "{0} килоджоуля"
330
335
  :energy-kilowatt-hour:
331
- :few: "{0} киловатт-часа"
332
- :many: "{0} киловатт-часов"
333
- :one: "{0} киловатт-час"
336
+ :few: "{0} киловатт-часах"
337
+ :many: "{0} киловатт-часах"
338
+ :one: "{0} киловатт-часе"
334
339
  :other: "{0} киловатт-часа"
335
340
  :energy-therm-us:
336
341
  :few: "{0} американских терма"
@@ -338,10 +343,10 @@
338
343
  :one: "{0} американский терм"
339
344
  :other: "{0} американского терма"
340
345
  :force-kilowatt-hour-per-100-kilometer:
341
- :few: "{0} кВт⋅ч/100 км"
342
- :many: "{0} кВт⋅ч/100 км"
343
- :one: "{0} кВт⋅ч/100 км"
344
- :other: "{0} кВт⋅ч/100 км"
346
+ :few: "{0} киловатт-часах на 100 километров"
347
+ :many: "{0} киловатт-часах на 100 километров"
348
+ :one: "{0} киловатт-часе на 100 километров"
349
+ :other: "{0} киловатт-часа на 100 километров"
345
350
  :force-newton:
346
351
  :few: "{0} ньютонах"
347
352
  :many: "{0} ньютонах"
@@ -353,9 +358,9 @@
353
358
  :one: "{0} фунт-сила"
354
359
  :other: "{0} фунт-силы"
355
360
  :frequency-gigahertz:
356
- :few: "{0} гигагерца"
357
- :many: "{0} гигагерц"
358
- :one: "{0} гигагерц"
361
+ :few: "{0} гигагерцах"
362
+ :many: "{0} гигагерцах"
363
+ :one: "{0} гигагерце"
359
364
  :other: "{0} гигагерца"
360
365
  :frequency-hertz:
361
366
  :few: "{0} герцах"
@@ -363,14 +368,14 @@
363
368
  :one: "{0} герце"
364
369
  :other: "{0} герца"
365
370
  :frequency-kilohertz:
366
- :few: "{0} килогерца"
367
- :many: "{0} килогерц"
368
- :one: "{0} килогерц"
371
+ :few: "{0} килогерцах"
372
+ :many: "{0} килогерцах"
373
+ :one: "{0} килогерце"
369
374
  :other: "{0} килогерца"
370
375
  :frequency-megahertz:
371
- :few: "{0} мегагерца"
372
- :many: "{0} мегагерц"
373
- :one: "{0} мегагерц"
376
+ :few: "{0} мегагерцах"
377
+ :many: "{0} мегагерцах"
378
+ :one: "{0} мегагерце"
374
379
  :other: "{0} мегагерца"
375
380
  :graphics-dot:
376
381
  :few: "{0} точки"
@@ -393,9 +398,9 @@
393
398
  :one: "{0} эм"
394
399
  :other: "{0} эм"
395
400
  :graphics-megapixel:
396
- :few: "{0} мегапикселя"
397
- :many: "{0} мегапикселей"
398
- :one: "{0} мегапиксель"
401
+ :few: "{0} мегапикселях"
402
+ :many: "{0} мегапикселях"
403
+ :one: "{0} мегапикселе"
399
404
  :other: "{0} мегапикселя"
400
405
  :graphics-pixel:
401
406
  :few: "{0} пикселях"
@@ -403,9 +408,9 @@
403
408
  :one: "{0} пикселе"
404
409
  :other: "{0} пикселя"
405
410
  :graphics-pixel-per-centimeter:
406
- :few: "{0} пикселя на сантиметр"
407
- :many: "{0} пикселей на сантиметр"
408
- :one: "{0} пиксель на сантиметр"
411
+ :few: "{0} пикселях на сантиметр"
412
+ :many: "{0} пикселях на сантиметр"
413
+ :one: "{0} пикселе на сантиметр"
409
414
  :other: "{0} пикселя на сантиметр"
410
415
  :graphics-pixel-per-inch:
411
416
  :few: "{0} пикселя на дюйм"
@@ -418,14 +423,14 @@
418
423
  :one: "{0} астрономическая единица"
419
424
  :other: "{0} астрономической единицы"
420
425
  :length-centimeter:
421
- :few: "{0} сантиметрах"
422
- :many: "{0} сантиметрах"
426
+ :few: "{0} сантиметра"
427
+ :many: "{0} сантиметров"
423
428
  :one: "{0} сантиметр"
424
429
  :other: "{0} сантиметра"
425
430
  :length-decimeter:
426
- :few: "{0} дециметра"
427
- :many: "{0} дециметров"
428
- :one: "{0} дециметр"
431
+ :few: "{0} дециметрах"
432
+ :many: "{0} дециметрах"
433
+ :one: "{0} дециметре"
429
434
  :other: "{0} дециметра"
430
435
  :length-earth-radius:
431
436
  :few: "{0} земных радиуса"
@@ -438,8 +443,8 @@
438
443
  :one: "{0} морская сажень"
439
444
  :other: "{0} морской сажени"
440
445
  :length-foot:
441
- :few: "{0} футах"
442
- :many: "{0} футах"
446
+ :few: "{0} фута"
447
+ :many: "{0} футов"
443
448
  :one: "{0} фут"
444
449
  :other: "{0} фута"
445
450
  :length-furlong:
@@ -448,13 +453,13 @@
448
453
  :one: "{0} фурлонг"
449
454
  :other: "{0} фурлонга"
450
455
  :length-inch:
451
- :few: "{0} дюймах"
452
- :many: "{0} дюймах"
456
+ :few: "{0} дюйма"
457
+ :many: "{0} дюймов"
453
458
  :one: "{0} дюйм"
454
459
  :other: "{0} дюйма"
455
460
  :length-kilometer:
456
- :few: "{0} километрах"
457
- :many: "{0} километрах"
461
+ :few: "{0} километра"
462
+ :many: "{0} километров"
458
463
  :one: "{0} километр"
459
464
  :other: "{0} километра"
460
465
  :length-light-year:
@@ -463,18 +468,18 @@
463
468
  :one: "{0} световой год"
464
469
  :other: "{0} светового года"
465
470
  :length-meter:
466
- :few: "{0} метрах"
467
- :many: "{0} метрах"
471
+ :few: "{0} метра"
472
+ :many: "{0} метров"
468
473
  :one: "{0} метр"
469
474
  :other: "{0} метра"
470
475
  :length-micrometer:
471
- :few: "{0} микрометра"
472
- :many: "{0} микрометров"
473
- :one: "{0} микрометр"
476
+ :few: "{0} микрометрах"
477
+ :many: "{0} микрометрах"
478
+ :one: "{0} микрометре"
474
479
  :other: "{0} микрометра"
475
480
  :length-mile:
476
481
  :few: "{0} мили"
477
- :many: "{0} милях"
482
+ :many: "{0} миль"
478
483
  :one: "{0} миля"
479
484
  :other: "{0} мили"
480
485
  :length-mile-scandinavian:
@@ -483,14 +488,14 @@
483
488
  :one: "{0} скандинавской миле"
484
489
  :other: "{0} скандинавской мили"
485
490
  :length-millimeter:
486
- :few: "{0} миллиметрах"
487
- :many: "{0} миллиметрах"
491
+ :few: "{0} миллиметра"
492
+ :many: "{0} миллиметров"
488
493
  :one: "{0} миллиметр"
489
494
  :other: "{0} миллиметра"
490
495
  :length-nanometer:
491
- :few: "{0} нанометра"
492
- :many: "{0} нанометров"
493
- :one: "{0} нанометр"
496
+ :few: "{0} нанометрах"
497
+ :many: "{0} нанометрах"
498
+ :one: "{0} нанометре"
494
499
  :other: "{0} нанометра"
495
500
  :length-nautical-mile:
496
501
  :few: "{0} морские мили"
@@ -498,13 +503,13 @@
498
503
  :one: "{0} морская миля"
499
504
  :other: "{0} морской мили"
500
505
  :length-parsec:
501
- :few: "{0} парсеках"
502
- :many: "{0} парсеках"
506
+ :few: "{0} парсека"
507
+ :many: "{0} парсеков"
503
508
  :one: "{0} парсек"
504
509
  :other: "{0} парсека"
505
510
  :length-picometer:
506
- :few: "{0} пикометрах"
507
- :many: "{0} пикометрах"
511
+ :few: "{0} пикометра"
512
+ :many: "{0} пикометров"
508
513
  :one: "{0} пикометр"
509
514
  :other: "{0} пикометра"
510
515
  :length-point:
@@ -514,12 +519,12 @@
514
519
  :other: "{0} пункта"
515
520
  :length-solar-radius:
516
521
  :few: "{0} солнечных радиуса"
517
- :many: "{0} солнечных радиусах"
518
- :one: "{0} солнечном радиусе"
522
+ :many: "{0} солнечных радиусов"
523
+ :one: "{0} солнечный радиус"
519
524
  :other: "{0} солнечного радиуса"
520
525
  :length-yard:
521
- :few: "{0} ярдах"
522
- :many: "{0} ярдах"
526
+ :few: "{0} ярда"
527
+ :many: "{0} ярдов"
523
528
  :one: "{0} ярд"
524
529
  :other: "{0} ярда"
525
530
  :light-candela:
@@ -539,7 +544,7 @@
539
544
  :other: "{0} люкса"
540
545
  :light-solar-luminosity:
541
546
  :few: "{0} солнечные светимости"
542
- :many: "{0} солнечных светимостях"
547
+ :many: "{0} солнечных светимостей"
543
548
  :one: "{0} солнечная светимость"
544
549
  :other: "{0} солнечной светимости"
545
550
  :mass-carat:
@@ -550,46 +555,41 @@
550
555
  :mass-dalton:
551
556
  :few: "{0} дальтона"
552
557
  :many: "{0} дальтонов"
553
- :one: "{0} дальтоне"
558
+ :one: "{0} дальтон"
554
559
  :other: "{0} дальтона"
555
560
  :mass-earth-mass:
556
561
  :few: "{0} массы Земли"
557
- :many: "{0} массах Земли"
562
+ :many: "{0} масс Земли"
558
563
  :one: "{0} масса Земли"
559
564
  :other: "{0} массы Земли"
560
565
  :mass-grain:
561
- :few: "{0} гранах"
566
+ :few: "{0} грана"
562
567
  :many: "{0} гранов"
563
568
  :one: "{0} гран"
564
569
  :other: "{0} грана"
565
570
  :mass-gram:
566
- :few: "{0} граммах"
567
- :many: "{0} граммах"
571
+ :few: "{0} грамма"
572
+ :many: "{0} грамм"
568
573
  :one: "{0} грамм"
569
574
  :other: "{0} грамма"
570
575
  :mass-kilogram:
571
- :few: "{0} килограммах"
572
- :many: "{0} килограммах"
576
+ :few: "{0} килограмма"
577
+ :many: "{0} килограмм"
573
578
  :one: "{0} килограмм"
574
579
  :other: "{0} килограмма"
575
- :mass-metric-ton:
576
- :few: "{0} тоннах"
577
- :many: "{0} тоннах"
578
- :one: "{0} тонне"
579
- :other: "{0} тонны"
580
580
  :mass-microgram:
581
- :few: "{0} микрограмма"
582
- :many: "{0} микрограммов"
583
- :one: "{0} микрограмм"
581
+ :few: "{0} микрограммах"
582
+ :many: "{0} микрограммах"
583
+ :one: "{0} микрограмме"
584
584
  :other: "{0} микрограмма"
585
585
  :mass-milligram:
586
- :few: "{0} миллиграммах"
586
+ :few: "{0} миллиграмма"
587
587
  :many: "{0} миллиграмм"
588
588
  :one: "{0} миллиграмм"
589
589
  :other: "{0} миллиграмма"
590
590
  :mass-ounce:
591
591
  :few: "{0} унции"
592
- :many: "{0} унциях"
592
+ :many: "{0} унций"
593
593
  :one: "{0} унция"
594
594
  :other: "{0} унции"
595
595
  :mass-ounce-troy:
@@ -598,14 +598,14 @@
598
598
  :one: "{0} тройская унция"
599
599
  :other: "{0} тройской унции"
600
600
  :mass-pound:
601
- :few: "{0} фунтах"
602
- :many: "{0} фунтах"
601
+ :few: "{0} фунта"
602
+ :many: "{0} фунтов"
603
603
  :one: "{0} фунт"
604
604
  :other: "{0} фунта"
605
605
  :mass-solar-mass:
606
- :few: "{0} солнечных массах"
606
+ :few: "{0} солнечные массы"
607
607
  :many: "{0} солнечных масс"
608
- :one: "{0} солнечной массе"
608
+ :one: "{0} солнечная масса"
609
609
  :other: "{0} солнечной массы"
610
610
  :mass-stone:
611
611
  :few: "{0} стоуна"
@@ -617,10 +617,15 @@
617
617
  :many: "{0} американских тонн"
618
618
  :one: "{0} американская тонна"
619
619
  :other: "{0} американской тонны"
620
+ :mass-tonne:
621
+ :few: "{0} тоннах"
622
+ :many: "{0} тоннах"
623
+ :one: "{0} тонне"
624
+ :other: "{0} тонны"
620
625
  :power-gigawatt:
621
- :few: "{0} гигаватта"
622
- :many: "{0} гигаватт"
623
- :one: "{0} гигаватт"
626
+ :few: "{0} гигаваттах"
627
+ :many: "{0} гигаваттах"
628
+ :one: "{0} гигаватте"
624
629
  :other: "{0} гигаватта"
625
630
  :power-horsepower:
626
631
  :few: "{0} лошадиные силы"
@@ -628,19 +633,19 @@
628
633
  :one: "{0} лошадиная сила"
629
634
  :other: "{0} лошадиной силы"
630
635
  :power-kilowatt:
631
- :few: "{0} киловатта"
632
- :many: "{0} киловатт"
633
- :one: "{0} киловатт"
636
+ :few: "{0} киловаттах"
637
+ :many: "{0} киловаттах"
638
+ :one: "{0} киловатте"
634
639
  :other: "{0} киловатта"
635
640
  :power-megawatt:
636
- :few: "{0} мегаватта"
637
- :many: "{0} мегаватт"
638
- :one: "{0} мегаватт"
641
+ :few: "{0} мегаваттах"
642
+ :many: "{0} мегаваттах"
643
+ :one: "{0} мегаватте"
639
644
  :other: "{0} мегаватта"
640
645
  :power-milliwatt:
641
- :few: "{0} милливатта"
642
- :many: "{0} милливатт"
643
- :one: "{0} милливатт"
646
+ :few: "{0} милливаттах"
647
+ :many: "{0} милливаттах"
648
+ :one: "{0} милливатте"
644
649
  :other: "{0} милливатта"
645
650
  :power-watt:
646
651
  :few: "{0} ваттах"
@@ -658,9 +663,9 @@
658
663
  :one: "{0} баре"
659
664
  :other: "{0} бара"
660
665
  :pressure-hectopascal:
661
- :few: "{0} гектопаскаля"
662
- :many: "{0} гектопаскалей"
663
- :one: "{0} гектопаскаль"
666
+ :few: "{0} гектопаскалях"
667
+ :many: "{0} гектопаскалях"
668
+ :one: "{0} гектопаскале"
664
669
  :other: "{0} гектопаскаля"
665
670
  :pressure-inch-ofhg:
666
671
  :few: "{0} дюйма ртутного столба"
@@ -668,19 +673,19 @@
668
673
  :one: "{0} дюйм ртутного столба"
669
674
  :other: "{0} дюйма ртутного столба"
670
675
  :pressure-kilopascal:
671
- :few: "{0} килопаскалях"
672
- :many: "{0} килопаскалях"
676
+ :few: "{0} килопаскаля"
677
+ :many: "{0} килопаскалей"
673
678
  :one: "{0} килопаскаль"
674
679
  :other: "{0} килопаскаля"
675
680
  :pressure-megapascal:
676
- :few: "{0} мегапаскаля"
677
- :many: "{0} мегапаскалей"
678
- :one: "{0} мегапаскаль"
681
+ :few: "{0} мегапаскалях"
682
+ :many: "{0} мегапаскалях"
683
+ :one: "{0} мегапаскале"
679
684
  :other: "{0} мегапаскаля"
680
685
  :pressure-millibar:
681
- :few: "{0} миллибара"
682
- :many: "{0} миллибар"
683
- :one: "{0} миллибар"
686
+ :few: "{0} миллибарах"
687
+ :many: "{0} миллибарах"
688
+ :one: "{0} миллибаре"
684
689
  :other: "{0} миллибара"
685
690
  :pressure-millimeter-ofhg:
686
691
  :few: "{0} миллиметра ртутного столба"
@@ -698,8 +703,8 @@
698
703
  :one: "{0} фунт на квадратный дюйм"
699
704
  :other: "{0} фунта на квадратный дюйм"
700
705
  :speed-kilometer-per-hour:
701
- :few: "{0} километрах в час"
702
- :many: "{0} километрах в час"
706
+ :few: "{0} километра в час"
707
+ :many: "{0} километров в час"
703
708
  :one: "{0} километр в час"
704
709
  :other: "{0} километра в час"
705
710
  :speed-knot:
@@ -708,23 +713,23 @@
708
713
  :one: "{0} узел"
709
714
  :other: "{0} узла"
710
715
  :speed-meter-per-second:
711
- :few: "{0} метрах в секунду"
712
- :many: "{0} метрах в секунду"
716
+ :few: "{0} метра в секунду"
717
+ :many: "{0} метров в секунду"
713
718
  :one: "{0} метр в секунду"
714
719
  :other: "{0} метра в секунду"
715
720
  :speed-mile-per-hour:
716
721
  :few: "{0} мили в час"
717
- :many: "{0} милях в час"
722
+ :many: "{0} миль в час"
718
723
  :one: "{0} миля в час"
719
724
  :other: "{0} мили в час"
720
725
  :temperature-celsius:
721
- :few: "{0} градусах Цельсия"
722
- :many: "{0} градусах Цельсия"
726
+ :few: "{0} градуса Цельсия"
727
+ :many: "{0} градусов Цельсия"
723
728
  :one: "{0} градус Цельсия"
724
729
  :other: "{0} градуса Цельсия"
725
730
  :temperature-fahrenheit:
726
- :few: "{0} градусах Фаренгейта"
727
- :many: "{0} градусах Фаренгейта"
731
+ :few: "{0} градуса Фаренгейта"
732
+ :many: "{0} градусов Фаренгейта"
728
733
  :one: "{0} градус Фаренгейта"
729
734
  :other: "{0} градуса Фаренгейта"
730
735
  :temperature-generic:
@@ -733,14 +738,14 @@
733
738
  :one: "{0} градус"
734
739
  :other: "{0} градуса"
735
740
  :temperature-kelvin:
736
- :few: "{0} кельвинах"
737
- :many: "{0} кельвинах"
738
- :one: "{0} кельвине"
741
+ :few: "{0} кельвина"
742
+ :many: "{0} кельвинов"
743
+ :one: "{0} кельвин"
739
744
  :other: "{0} кельвина"
740
745
  :torque-newton-meter:
741
- :few: "{0} ньютон-метра"
742
- :many: "{0} ньютон-метров"
743
- :one: "{0} ньютон-метр"
746
+ :few: "{0} ньютон-метрах"
747
+ :many: "{0} ньютон-метрах"
748
+ :one: "{0} ньютон-метре"
744
749
  :other: "{0} ньютон-метра"
745
750
  :torque-pound-force-foot:
746
751
  :few: "{0} фунт-фута"
@@ -763,18 +768,18 @@
763
768
  :one: "{0} бушель"
764
769
  :other: "{0} бушеля"
765
770
  :volume-centiliter:
766
- :few: "{0} сантилитрах"
767
- :many: "{0} сантилитрах"
771
+ :few: "{0} сантилитра"
772
+ :many: "{0} сантилитров"
768
773
  :one: "{0} сантилитр"
769
774
  :other: "{0} сантилитра"
770
775
  :volume-cubic-centimeter:
771
- :few: "{0} кубических сантиметрах"
772
- :many: "{0} кубических сантиметрах"
776
+ :few: "{0} кубических сантиметра"
777
+ :many: "{0} кубических сантиметров"
773
778
  :one: "{0} кубический сантиметр"
774
779
  :other: "{0} кубического сантиметра"
775
780
  :volume-cubic-foot:
776
- :few: "{0} кубических футах"
777
- :many: "{0} кубических футах"
781
+ :few: "{0} кубических фута"
782
+ :many: "{0} кубических футов"
778
783
  :one: "{0} кубический фут"
779
784
  :other: "{0} кубического фута"
780
785
  :volume-cubic-inch:
@@ -783,18 +788,18 @@
783
788
  :one: "{0} кубический дюйм"
784
789
  :other: "{0} кубического дюйма"
785
790
  :volume-cubic-kilometer:
786
- :few: "{0} кубических километра"
787
- :many: "{0} кубических километров"
788
- :one: "{0} кубический километр"
791
+ :few: "{0} кубических километрах"
792
+ :many: "{0} кубических километрах"
793
+ :one: "{0} кубическом километре"
789
794
  :other: "{0} кубического километра"
790
795
  :volume-cubic-meter:
791
- :few: "{0} кубических метра"
792
- :many: "{0} кубических метров"
793
- :one: "{0} кубический метр"
796
+ :few: "{0} кубических метрах"
797
+ :many: "{0} кубических метрах"
798
+ :one: "{0} кубическом метре"
794
799
  :other: "{0} кубического метра"
795
800
  :volume-cubic-mile:
796
801
  :few: "{0} кубические мили"
797
- :many: "{0} кубических милях"
802
+ :many: "{0} кубических миль"
798
803
  :one: "{0} кубическая миля"
799
804
  :other: "{0} кубической мили"
800
805
  :volume-cubic-yard:
@@ -813,8 +818,8 @@
813
818
  :one: "{0} метрической чашке"
814
819
  :other: "{0} метрической чашки"
815
820
  :volume-deciliter:
816
- :few: "{0} децилитрах"
817
- :many: "{0} децилитрах"
821
+ :few: "{0} децилитра"
822
+ :many: "{0} децилитров"
818
823
  :one: "{0} децилитр"
819
824
  :other: "{0} децилитра"
820
825
  :volume-dessert-spoon:
@@ -853,33 +858,33 @@
853
858
  :one: "{0} амер. галлон"
854
859
  :other: "{0} амер. галлона"
855
860
  :volume-gallon-imperial:
856
- :few: "{0} имп. галлонах"
857
- :many: "{0} имп. галлонах"
858
- :one: "{0} имп. галлоне"
861
+ :few: "{0} имп. галлона"
862
+ :many: "{0} имп. галлонов"
863
+ :one: "{0} имп. галлон"
859
864
  :other: "{0} имп. галлона"
860
865
  :volume-hectoliter:
861
- :few: "{0} гектолитра"
862
- :many: "{0} гектолитров"
863
- :one: "{0} гектолитр"
866
+ :few: "{0} гектолитрах"
867
+ :many: "{0} гектолитрах"
868
+ :one: "{0} гектолитре"
864
869
  :other: "{0} гектолитра"
865
870
  :volume-jigger:
866
- :few: "{0} джиггерах"
867
- :many: "{0} джиггерах"
871
+ :few: "{0} джиггера"
872
+ :many: "{0} джиггеров"
868
873
  :one: "{0} джиггер"
869
874
  :other: "{0} джиггера"
870
875
  :volume-liter:
871
- :few: "{0} литрах"
872
- :many: "{0} литрах"
876
+ :few: "{0} литра"
877
+ :many: "{0} литров"
873
878
  :one: "{0} литр"
874
879
  :other: "{0} литра"
875
880
  :volume-megaliter:
876
- :few: "{0} мегалитра"
877
- :many: "{0} мегалитров"
878
- :one: "{0} мегалитр"
881
+ :few: "{0} мегалитрах"
882
+ :many: "{0} мегалитрах"
883
+ :one: "{0} мегалитре"
879
884
  :other: "{0} мегалитра"
880
885
  :volume-milliliter:
881
- :few: "{0} миллилитрах"
882
- :many: "{0} миллилитрах"
886
+ :few: "{0} миллилитра"
887
+ :many: "{0} миллилитров"
883
888
  :one: "{0} миллилитр"
884
889
  :other: "{0} миллилитра"
885
890
  :volume-pinch:
@@ -889,7 +894,7 @@
889
894
  :other: "{0} щепотки"
890
895
  :volume-pint:
891
896
  :few: "{0} амер. пинты"
892
- :many: "{0} амер. пинтах"
897
+ :many: "{0} амер. пинт"
893
898
  :one: "{0} амер. пинта"
894
899
  :other: "{0} амер. пинты"
895
900
  :volume-pint-metric:
@@ -910,14 +915,19 @@
910
915
  :volume-tablespoon:
911
916
  :few: "{0} столовые ложки"
912
917
  :many: "{0} столовых ложек"
913
- :one: "{0} столовой ложке"
918
+ :one: "{0} столовая ложка"
914
919
  :other: "{0} столовой ложки"
915
920
  :volume-teaspoon:
916
- :few: "{0} чайных ложках"
917
- :many: "{0} чайных ложках"
918
- :one: "{0} чайной ложке"
921
+ :few: "{0} чайные ложки"
922
+ :many: "{0} чайных ложек"
923
+ :one: "{0} чайная ложка"
919
924
  :other: "{0} чайной ложки"
920
925
  :narrow:
926
+ :acceleration-g-force:
927
+ :few: "{0} g"
928
+ :many: "{0} g"
929
+ :one: "{0} g"
930
+ :other: "{0} g"
921
931
  :acceleration-meter-per-square-second:
922
932
  :few: "{0} м/с²"
923
933
  :many: "{0} м/с²"
@@ -938,11 +948,46 @@
938
948
  :many: "{0}°"
939
949
  :one: "{0}°"
940
950
  :other: "{0}°"
951
+ :angle-radian:
952
+ :few: "{0} рад"
953
+ :many: "{0} рад"
954
+ :one: "{0} рад"
955
+ :other: "{0} рад"
956
+ :angle-revolution:
957
+ :few: "{0} об."
958
+ :many: "{0} об."
959
+ :one: "{0} об."
960
+ :other: "{0} об."
961
+ :area-acre:
962
+ :few: "{0} акр."
963
+ :many: "{0} акр."
964
+ :one: "{0} акр"
965
+ :other: "{0} акр."
966
+ :area-dunam:
967
+ :few: "{0} дун."
968
+ :many: "{0} дун."
969
+ :one: "{0} дун."
970
+ :other: "{0} дун."
941
971
  :area-hectare:
942
972
  :few: "{0} га"
943
973
  :many: "{0} га"
944
974
  :one: "{0} га"
945
975
  :other: "{0} га"
976
+ :area-square-centimeter:
977
+ :few: "{0} см²"
978
+ :many: "{0} см²"
979
+ :one: "{0} см²"
980
+ :other: "{0} см²"
981
+ :area-square-foot:
982
+ :few: "{0} фт²"
983
+ :many: "{0} фт²"
984
+ :one: "{0} фт²"
985
+ :other: "{0} фт²"
986
+ :area-square-inch:
987
+ :few: "{0} дюйм²"
988
+ :many: "{0} дюйм²"
989
+ :one: "{0} дюйм²"
990
+ :other: "{0} дюйм²"
946
991
  :area-square-kilometer:
947
992
  :few: "{0} км²"
948
993
  :many: "{0} км²"
@@ -953,21 +998,71 @@
953
998
  :many: "{0} м²"
954
999
  :one: "{0} м²"
955
1000
  :other: "{0} м²"
1001
+ :area-square-mile:
1002
+ :few: "{0} ми²"
1003
+ :many: "{0} ми²"
1004
+ :one: "{0} ми²"
1005
+ :other: "{0} ми²"
1006
+ :area-square-yard:
1007
+ :few: "{0} ярд²"
1008
+ :many: "{0} ярд²"
1009
+ :one: "{0} ярд²"
1010
+ :other: "{0} ярд²"
956
1011
  :concentr-item:
957
1012
  :few: "{0} объекта"
958
1013
  :many: "{0} объектов"
959
1014
  :one: "{0} объект"
960
1015
  :other: "{0} объекта"
1016
+ :concentr-karat:
1017
+ :few: "{0} кар"
1018
+ :many: "{0} кар"
1019
+ :one: "{0} кар"
1020
+ :other: "{0} кар"
1021
+ :concentr-milligram-ofglucose-per-deciliter:
1022
+ :few: "{0} мг/дл"
1023
+ :many: "{0} мг/дл"
1024
+ :one: "{0} мг/дл"
1025
+ :other: "{0} мг/дл"
1026
+ :concentr-millimole-per-liter:
1027
+ :few: "{0} ммоль/л"
1028
+ :many: "{0} ммоль/л"
1029
+ :one: "{0} ммоль/л"
1030
+ :other: "{0} ммоль/л"
1031
+ :concentr-mole:
1032
+ :few: "{0} моль"
1033
+ :many: "{0} моль"
1034
+ :one: "{0} моль"
1035
+ :other: "{0} моль"
961
1036
  :concentr-percent:
962
1037
  :few: "{0}%"
963
1038
  :many: "{0}%"
964
1039
  :one: "{0}%"
965
1040
  :other: "{0}%"
1041
+ :concentr-permille:
1042
+ :few: "{0} ‰"
1043
+ :many: "{0} ‰"
1044
+ :one: "{0} ‰"
1045
+ :other: "{0} ‰"
1046
+ :concentr-permillion:
1047
+ :few: "{0} ppm"
1048
+ :many: "{0} ppm"
1049
+ :one: "{0} ppm"
1050
+ :other: "{0} ppm"
1051
+ :concentr-permyriad:
1052
+ :few: "{0} ‱"
1053
+ :many: "{0} ‱"
1054
+ :one: "{0} ‱"
1055
+ :other: "{0} ‱"
966
1056
  :consumption-liter-per-100-kilometer:
967
1057
  :few: "{0} л/100 км"
968
1058
  :many: "{0} л/100 км"
969
1059
  :one: "{0} л/100 км"
970
1060
  :other: "{0} л/100 км"
1061
+ :consumption-liter-per-kilometer:
1062
+ :few: "{0} л/км"
1063
+ :many: "{0} л/км"
1064
+ :one: "{0} л/км"
1065
+ :other: "{0} л/км"
971
1066
  :consumption-mile-per-gallon:
972
1067
  :few: "{0} ми/ам. гал"
973
1068
  :many: "{0} ми/ам. гал"
@@ -978,6 +1073,61 @@
978
1073
  :many: "{0} ми/имп. гал"
979
1074
  :one: "{0} ми/имп. гал"
980
1075
  :other: "{0} ми/имп. гал"
1076
+ :digital-bit:
1077
+ :few: "{0} бита"
1078
+ :many: "{0} бит"
1079
+ :one: "{0} бит"
1080
+ :other: "{0} бита"
1081
+ :digital-byte:
1082
+ :few: "{0} Б"
1083
+ :many: "{0} Б"
1084
+ :one: "{0} Б"
1085
+ :other: "{0} Б"
1086
+ :digital-gigabit:
1087
+ :few: "{0} Гбит"
1088
+ :many: "{0} Гбит"
1089
+ :one: "{0} Гбит"
1090
+ :other: "{0} Гбит"
1091
+ :digital-gigabyte:
1092
+ :few: "{0} ГБ"
1093
+ :many: "{0} ГБ"
1094
+ :one: "{0} ГБ"
1095
+ :other: "{0} ГБ"
1096
+ :digital-kilobit:
1097
+ :few: "{0} кбит"
1098
+ :many: "{0} кбит"
1099
+ :one: "{0} кбит"
1100
+ :other: "{0} кбит"
1101
+ :digital-kilobyte:
1102
+ :few: "{0} кБ"
1103
+ :many: "{0} кБ"
1104
+ :one: "{0} кБ"
1105
+ :other: "{0} кБ"
1106
+ :digital-megabit:
1107
+ :few: "{0} Мбит"
1108
+ :many: "{0} Мбит"
1109
+ :one: "{0} Мбит"
1110
+ :other: "{0} Мбит"
1111
+ :digital-megabyte:
1112
+ :few: "{0} МБ"
1113
+ :many: "{0} МБ"
1114
+ :one: "{0} МБ"
1115
+ :other: "{0} МБ"
1116
+ :digital-petabyte:
1117
+ :few: "{0} ПБ"
1118
+ :many: "{0} ПБ"
1119
+ :one: "{0} ПБ"
1120
+ :other: "{0} ПБ"
1121
+ :digital-terabit:
1122
+ :few: "{0} Тбит"
1123
+ :many: "{0} Тбит"
1124
+ :one: "{0} Тбит"
1125
+ :other: "{0} Тбит"
1126
+ :digital-terabyte:
1127
+ :few: "{0} ТБ"
1128
+ :many: "{0} ТБ"
1129
+ :one: "{0} ТБ"
1130
+ :other: "{0} ТБ"
981
1131
  :duration-century:
982
1132
  :few: "{0} в."
983
1133
  :many: "{0} в."
@@ -988,6 +1138,11 @@
988
1138
  :many: "{0} д."
989
1139
  :one: "{0} д."
990
1140
  :other: "{0} д."
1141
+ :duration-decade:
1142
+ :few: "{0} 10-летия"
1143
+ :many: "{0} 10-летий"
1144
+ :one: "{0} 10-летие"
1145
+ :other: "{0} 10-летия"
991
1146
  :duration-hour:
992
1147
  :few: "{0} ч"
993
1148
  :many: "{0} ч"
@@ -1018,6 +1173,11 @@
1018
1173
  :many: "{0} нс"
1019
1174
  :one: "{0} нс"
1020
1175
  :other: "{0} нс"
1176
+ :duration-quarter:
1177
+ :few: "{0} кварт"
1178
+ :many: "{0} кварт"
1179
+ :one: "{0} кварт"
1180
+ :other: "{0} кварт"
1021
1181
  :duration-second:
1022
1182
  :few: "{0} с"
1023
1183
  :many: "{0} с"
@@ -1033,31 +1193,171 @@
1033
1193
  :many: "{0} л."
1034
1194
  :one: "{0} г."
1035
1195
  :other: "{0} г."
1196
+ :electric-ampere:
1197
+ :few: "{0} А"
1198
+ :many: "{0} А"
1199
+ :one: "{0} А"
1200
+ :other: "{0} А"
1201
+ :electric-milliampere:
1202
+ :few: "{0} мА"
1203
+ :many: "{0} мА"
1204
+ :one: "{0} мА"
1205
+ :other: "{0} мА"
1206
+ :electric-ohm:
1207
+ :few: "{0} Ом"
1208
+ :many: "{0} Ом"
1209
+ :one: "{0} Ом"
1210
+ :other: "{0} Ом"
1211
+ :electric-volt:
1212
+ :few: "{0} В"
1213
+ :many: "{0} В"
1214
+ :one: "{0} В"
1215
+ :other: "{0} В"
1216
+ :energy-british-thermal-unit:
1217
+ :few: "{0} БТЕ"
1218
+ :many: "{0} БТЕ"
1219
+ :one: "{0} БТЕ"
1220
+ :other: "{0} БТЕ"
1221
+ :energy-calorie:
1222
+ :few: "{0} кал"
1223
+ :many: "{0} кал"
1224
+ :one: "{0} кал"
1225
+ :other: "{0} кал"
1226
+ :energy-electronvolt:
1227
+ :few: "{0} эВ"
1228
+ :many: "{0} эВ"
1229
+ :one: "{0} эВ"
1230
+ :other: "{0} эВ"
1231
+ :energy-foodcalorie:
1232
+ :few: "{0} ккал"
1233
+ :many: "{0} ккал"
1234
+ :one: "{0} ккал"
1235
+ :other: "{0} ккал"
1236
+ :energy-joule:
1237
+ :few: "{0} Дж"
1238
+ :many: "{0} Дж"
1239
+ :one: "{0} Дж"
1240
+ :other: "{0} Дж"
1241
+ :energy-kilocalorie:
1242
+ :few: "{0} ккал"
1243
+ :many: "{0} ккал"
1244
+ :one: "{0} ккал"
1245
+ :other: "{0} ккал"
1246
+ :energy-kilojoule:
1247
+ :few: "{0} кДж"
1248
+ :many: "{0} кДж"
1249
+ :one: "{0} кДж"
1250
+ :other: "{0} кДж"
1251
+ :energy-kilowatt-hour:
1252
+ :few: "{0} кВт⋅ч"
1253
+ :many: "{0} кВт⋅ч"
1254
+ :one: "{0} кВт⋅ч"
1255
+ :other: "{0} кВт⋅ч"
1256
+ :energy-therm-us:
1257
+ :few: "{0} терма США"
1258
+ :many: "{0} термов США"
1259
+ :one: "{0} терм США"
1260
+ :other: "{0} терма США"
1036
1261
  :force-kilowatt-hour-per-100-kilometer:
1037
1262
  :few: "{0} кВт⋅ч/100 км"
1038
1263
  :many: "{0} кВт⋅ч/100 км"
1039
1264
  :one: "{0} кВт⋅ч/100 км"
1040
1265
  :other: "{0} кВт⋅ч/100 км"
1041
- :length-astronomical-unit:
1042
- :few: "{0} а. е."
1043
- :many: "{0} а. е."
1044
- :one: "{0} а. е."
1045
- :other: "{0} а. е."
1046
- :length-centimeter:
1047
- :few: "{0} см"
1048
- :many: "{0} см"
1049
- :one: "{0} см"
1050
- :other: "{0} см"
1051
- :length-decimeter:
1052
- :few: "{0} дм"
1053
- :many: "{0} дм"
1054
- :one: "{0} дм"
1055
- :other: "{0} дм"
1056
- :length-fathom:
1057
- :few: "{0} м. саж."
1058
- :many: "{0} м. саж."
1059
- :one: "{0} м. саж."
1060
- :other: "{0} м. саж."
1266
+ :force-newton:
1267
+ :few: "{0} Н"
1268
+ :many: "{0} Н"
1269
+ :one: "{0} Н"
1270
+ :other: "{0} Н"
1271
+ :force-pound-force:
1272
+ :few: "{0} фнт-с"
1273
+ :many: "{0} фнт-с"
1274
+ :one: "{0} фнт-с"
1275
+ :other: "{0} фнт-с"
1276
+ :frequency-gigahertz:
1277
+ :few: "{0} ГГц"
1278
+ :many: "{0} ГГц"
1279
+ :one: "{0} ГГц"
1280
+ :other: "{0} ГГц"
1281
+ :frequency-hertz:
1282
+ :few: "{0} Гц"
1283
+ :many: "{0} Гц"
1284
+ :one: "{0} Гц"
1285
+ :other: "{0} Гц"
1286
+ :frequency-kilohertz:
1287
+ :few: "{0} кГц"
1288
+ :many: "{0} кГц"
1289
+ :one: "{0} кГц"
1290
+ :other: "{0} кГц"
1291
+ :frequency-megahertz:
1292
+ :few: "{0} МГц"
1293
+ :many: "{0} МГц"
1294
+ :one: "{0} МГц"
1295
+ :other: "{0} МГц"
1296
+ :graphics-dot:
1297
+ :few: "{0} тчк"
1298
+ :many: "{0} тчк"
1299
+ :one: "{0} тчк"
1300
+ :other: "{0} тчк"
1301
+ :graphics-dot-per-centimeter:
1302
+ :few: "{0} тчк/см"
1303
+ :many: "{0} тчк/см"
1304
+ :one: "{0} тчк/см"
1305
+ :other: "{0} тчк/см"
1306
+ :graphics-dot-per-inch:
1307
+ :few: "{0} тчк/дюйм"
1308
+ :many: "{0} тчк/дюйм"
1309
+ :one: "{0} тчк/дюйм"
1310
+ :other: "{0} тчк/дюйм"
1311
+ :graphics-em:
1312
+ :few: "{0} эм"
1313
+ :many: "{0} эм"
1314
+ :one: "{0} эм"
1315
+ :other: "{0} эм"
1316
+ :graphics-megapixel:
1317
+ :few: "{0} Мпкс"
1318
+ :many: "{0} Мпкс"
1319
+ :one: "{0} Мпкс"
1320
+ :other: "{0} Мпкс"
1321
+ :graphics-pixel:
1322
+ :few: "{0} пкс"
1323
+ :many: "{0} пкс"
1324
+ :one: "{0} пкс"
1325
+ :other: "{0} пкс"
1326
+ :graphics-pixel-per-centimeter:
1327
+ :few: "{0} пкс/см"
1328
+ :many: "{0} пкс/см"
1329
+ :one: "{0} пкс/см"
1330
+ :other: "{0} пкс/см"
1331
+ :graphics-pixel-per-inch:
1332
+ :few: "{0} пкс/дюйм"
1333
+ :many: "{0} пкс/дюйм"
1334
+ :one: "{0} пкс/дюйм"
1335
+ :other: "{0} пкс/дюйм"
1336
+ :length-astronomical-unit:
1337
+ :few: "{0} а. е."
1338
+ :many: "{0} а. е."
1339
+ :one: "{0} а. е."
1340
+ :other: "{0} а. е."
1341
+ :length-centimeter:
1342
+ :few: "{0} см"
1343
+ :many: "{0} см"
1344
+ :one: "{0} см"
1345
+ :other: "{0} см"
1346
+ :length-decimeter:
1347
+ :few: "{0} дм"
1348
+ :many: "{0} дм"
1349
+ :one: "{0} дм"
1350
+ :other: "{0} дм"
1351
+ :length-earth-radius:
1352
+ :few: "{0} R⊕"
1353
+ :many: "{0} R⊕"
1354
+ :one: "{0} R⊕"
1355
+ :other: "{0} R⊕"
1356
+ :length-fathom:
1357
+ :few: "{0} м. саж."
1358
+ :many: "{0} м. саж."
1359
+ :one: "{0} м. саж."
1360
+ :other: "{0} м. саж."
1061
1361
  :length-foot:
1062
1362
  :few: "{0} фт"
1063
1363
  :many: "{0} фт"
@@ -1093,6 +1393,11 @@
1093
1393
  :many: "{0} мкм"
1094
1394
  :one: "{0} мкм"
1095
1395
  :other: "{0} мкм"
1396
+ :length-mile:
1397
+ :few: "{0} ми"
1398
+ :many: "{0} ми"
1399
+ :one: "{0} ми"
1400
+ :other: "{0} ми"
1096
1401
  :length-mile-scandinavian:
1097
1402
  :few: "{0} ск. ми"
1098
1403
  :many: "{0} ск. ми"
@@ -1118,21 +1423,66 @@
1118
1423
  :many: "{0} пк"
1119
1424
  :one: "{0} пк"
1120
1425
  :other: "{0} пк"
1426
+ :length-picometer:
1427
+ :few: "{0} пм"
1428
+ :many: "{0} пм"
1429
+ :one: "{0} пм"
1430
+ :other: "{0} пм"
1121
1431
  :length-point:
1122
1432
  :few: "{0} пкт"
1123
1433
  :many: "{0} пкт"
1124
1434
  :one: "{0} пкт"
1125
1435
  :other: "{0} пкт"
1436
+ :length-solar-radius:
1437
+ :few: "{0} R☉"
1438
+ :many: "{0} R☉"
1439
+ :one: "{0} R☉"
1440
+ :other: "{0} R☉"
1126
1441
  :length-yard:
1127
1442
  :few: "{0} ярд."
1128
1443
  :many: "{0} ярд."
1129
1444
  :one: "{0} ярд"
1130
1445
  :other: "{0} ярд."
1446
+ :light-candela:
1447
+ :few: "{0} кд"
1448
+ :many: "{0} кд"
1449
+ :one: "{0} кд"
1450
+ :other: "{0} кд"
1451
+ :light-lumen:
1452
+ :few: "{0} лм"
1453
+ :many: "{0} лм"
1454
+ :one: "{0} лм"
1455
+ :other: "{0} лм"
1456
+ :light-lux:
1457
+ :few: "{0} лк"
1458
+ :many: "{0} лк"
1459
+ :one: "{0} лк"
1460
+ :other: "{0} лк"
1461
+ :light-solar-luminosity:
1462
+ :few: "{0} L☉"
1463
+ :many: "{0} L☉"
1464
+ :one: "{0} L☉"
1465
+ :other: "{0} L☉"
1131
1466
  :mass-carat:
1132
1467
  :few: "{0} кар"
1133
1468
  :many: "{0} кар"
1134
1469
  :one: "{0} кар"
1135
1470
  :other: "{0} кар"
1471
+ :mass-dalton:
1472
+ :few: "{0} Да"
1473
+ :many: "{0} Да"
1474
+ :one: "{0} Да"
1475
+ :other: "{0} Да"
1476
+ :mass-earth-mass:
1477
+ :few: "{0} M⊕"
1478
+ :many: "{0} M⊕"
1479
+ :one: "{0} M⊕"
1480
+ :other: "{0} M⊕"
1481
+ :mass-grain:
1482
+ :few: "{0} грана"
1483
+ :many: "{0} гранов"
1484
+ :one: "{0} гран"
1485
+ :other: "{0} грана"
1136
1486
  :mass-gram:
1137
1487
  :few: "{0} г"
1138
1488
  :many: "{0} г"
@@ -1143,11 +1493,6 @@
1143
1493
  :many: "{0} кг"
1144
1494
  :one: "{0} кг"
1145
1495
  :other: "{0} кг"
1146
- :mass-metric-ton:
1147
- :few: "{0} т"
1148
- :many: "{0} т"
1149
- :one: "{0} т"
1150
- :other: "{0} т"
1151
1496
  :mass-microgram:
1152
1497
  :few: "{0} мкг"
1153
1498
  :many: "{0} мкг"
@@ -1158,11 +1503,26 @@
1158
1503
  :many: "{0} мг"
1159
1504
  :one: "{0} мг"
1160
1505
  :other: "{0} мг"
1506
+ :mass-ounce:
1507
+ :few: "{0} унц."
1508
+ :many: "{0} унц."
1509
+ :one: "{0} унц."
1510
+ :other: "{0} унц."
1161
1511
  :mass-ounce-troy:
1162
1512
  :few: "{0} тр. унц."
1163
1513
  :many: "{0} тр. унц."
1164
1514
  :one: "{0} тр. унц."
1165
1515
  :other: "{0} тр. унц."
1516
+ :mass-pound:
1517
+ :few: "{0} фнт"
1518
+ :many: "{0} фнт"
1519
+ :one: "{0} фнт"
1520
+ :other: "{0} фнт"
1521
+ :mass-solar-mass:
1522
+ :few: "{0} M☉"
1523
+ :many: "{0} M☉"
1524
+ :one: "{0} M☉"
1525
+ :other: "{0} M☉"
1166
1526
  :mass-stone:
1167
1527
  :few: "{0} стн"
1168
1528
  :many: "{0} стн"
@@ -1173,21 +1533,71 @@
1173
1533
  :many: "{0} ам. т"
1174
1534
  :one: "{0} ам. т"
1175
1535
  :other: "{0} ам. т"
1536
+ :mass-tonne:
1537
+ :few: "{0} т"
1538
+ :many: "{0} т"
1539
+ :one: "{0} т"
1540
+ :other: "{0} т"
1541
+ :power-gigawatt:
1542
+ :few: "{0} ГВт"
1543
+ :many: "{0} ГВт"
1544
+ :one: "{0} ГВт"
1545
+ :other: "{0} ГВт"
1546
+ :power-horsepower:
1547
+ :few: "{0} л. с."
1548
+ :many: "{0} л. с."
1549
+ :one: "{0} л. с."
1550
+ :other: "{0} л. с."
1176
1551
  :power-kilowatt:
1177
1552
  :few: "{0} кВт"
1178
1553
  :many: "{0} кВт"
1179
1554
  :one: "{0} кВт"
1180
1555
  :other: "{0} кВт"
1556
+ :power-megawatt:
1557
+ :few: "{0} МВт"
1558
+ :many: "{0} МВт"
1559
+ :one: "{0} МВт"
1560
+ :other: "{0} МВт"
1561
+ :power-milliwatt:
1562
+ :few: "{0} мВт"
1563
+ :many: "{0} мВт"
1564
+ :one: "{0} мВт"
1565
+ :other: "{0} мВт"
1181
1566
  :power-watt:
1182
1567
  :few: "{0} Вт"
1183
1568
  :many: "{0} Вт"
1184
1569
  :one: "{0} Вт"
1185
1570
  :other: "{0} Вт"
1571
+ :pressure-atmosphere:
1572
+ :few: "{0} атм"
1573
+ :many: "{0} атм"
1574
+ :one: "{0} атм"
1575
+ :other: "{0} атм"
1576
+ :pressure-bar:
1577
+ :few: "{0} бар"
1578
+ :many: "{0} бар"
1579
+ :one: "{0} бар"
1580
+ :other: "{0} бар"
1186
1581
  :pressure-hectopascal:
1187
1582
  :few: "{0} гПа"
1188
1583
  :many: "{0} гПа"
1189
1584
  :one: "{0} гПа"
1190
1585
  :other: "{0} гПа"
1586
+ :pressure-inch-ofhg:
1587
+ :few: "{0} д. рт. ст."
1588
+ :many: "{0} д. рт. ст."
1589
+ :one: "{0} д. рт. ст."
1590
+ :other: "{0} д. рт. ст."
1591
+ :pressure-kilopascal:
1592
+ :few: "{0} кПа"
1593
+ :many: "{0} кПа"
1594
+ :one: "{0} кПа"
1595
+ :other: "{0} кПа"
1596
+ :pressure-megapascal:
1597
+ :few: "{0} МПа"
1598
+ :many: "{0} МПа"
1599
+ :one: "{0} МПа"
1600
+ :other: "{0} МПа"
1191
1601
  :pressure-millibar:
1192
1602
  :few: "{0} мбар"
1193
1603
  :many: "{0} мбар"
@@ -1198,6 +1608,16 @@
1198
1608
  :many: "{0} мм рт. ст."
1199
1609
  :one: "{0} мм рт. ст."
1200
1610
  :other: "{0} мм рт. ст."
1611
+ :pressure-pascal:
1612
+ :few: "{0} Па"
1613
+ :many: "{0} Па"
1614
+ :one: "{0} Па"
1615
+ :other: "{0} Па"
1616
+ :pressure-pound-force-per-square-inch:
1617
+ :few: "{0} ф/дюйм²"
1618
+ :many: "{0} ф/дюйм²"
1619
+ :one: "{0} ф/дюйм²"
1620
+ :other: "{0} ф/дюйм²"
1201
1621
  :speed-kilometer-per-hour:
1202
1622
  :few: "{0} км/ч"
1203
1623
  :many: "{0} км/ч"
@@ -1213,6 +1633,11 @@
1213
1633
  :many: "{0} м/с"
1214
1634
  :one: "{0} м/с"
1215
1635
  :other: "{0} м/с"
1636
+ :speed-mile-per-hour:
1637
+ :few: "{0} ми/ч"
1638
+ :many: "{0} ми/ч"
1639
+ :one: "{0} ми/ч"
1640
+ :other: "{0} ми/ч"
1216
1641
  :temperature-celsius:
1217
1642
  :few: "{0} °C"
1218
1643
  :many: "{0} °C"
@@ -1233,21 +1658,186 @@
1233
1658
  :many: "{0} K"
1234
1659
  :one: "{0} K"
1235
1660
  :other: "{0} K"
1661
+ :torque-newton-meter:
1662
+ :few: "{0} Н⋅м"
1663
+ :many: "{0} Н⋅м"
1664
+ :one: "{0} Н⋅м"
1665
+ :other: "{0} Н⋅м"
1666
+ :torque-pound-force-foot:
1667
+ :few: "{0} фнт-фт"
1668
+ :many: "{0} фнт-фт"
1669
+ :one: "{0} фнт-фт"
1670
+ :other: "{0} фнт-фт"
1671
+ :volume-acre-foot:
1672
+ :few: "{0} акрофут."
1673
+ :many: "{0} акрофут."
1674
+ :one: "{0} акрофут"
1675
+ :other: "{0} акрофут."
1676
+ :volume-barrel:
1677
+ :few: "{0} барр."
1678
+ :many: "{0} барр."
1679
+ :one: "{0} барр."
1680
+ :other: "{0} барр."
1681
+ :volume-bushel:
1682
+ :few: "{0} буш."
1683
+ :many: "{0} буш."
1684
+ :one: "{0} буш."
1685
+ :other: "{0} буш."
1686
+ :volume-centiliter:
1687
+ :few: "{0} сл"
1688
+ :many: "{0} сл"
1689
+ :one: "{0} сл"
1690
+ :other: "{0} сл"
1691
+ :volume-cubic-centimeter:
1692
+ :few: "{0} см³"
1693
+ :many: "{0} см³"
1694
+ :one: "{0} см³"
1695
+ :other: "{0} см³"
1696
+ :volume-cubic-foot:
1697
+ :few: "{0} фт³"
1698
+ :many: "{0} фт³"
1699
+ :one: "{0} фт³"
1700
+ :other: "{0} фт³"
1701
+ :volume-cubic-inch:
1702
+ :few: "{0} дюйм³"
1703
+ :many: "{0} дюйм³"
1704
+ :one: "{0} дюйм³"
1705
+ :other: "{0} дюйм³"
1236
1706
  :volume-cubic-kilometer:
1237
1707
  :few: "{0} км³"
1238
1708
  :many: "{0} км³"
1239
1709
  :one: "{0} км³"
1240
1710
  :other: "{0} км³"
1711
+ :volume-cubic-meter:
1712
+ :few: "{0} м³"
1713
+ :many: "{0} м³"
1714
+ :one: "{0} м³"
1715
+ :other: "{0} м³"
1241
1716
  :volume-cubic-mile:
1242
1717
  :few: "{0} ми³"
1243
1718
  :many: "{0} ми³"
1244
1719
  :one: "{0} ми³"
1245
1720
  :other: "{0} ми³"
1721
+ :volume-cubic-yard:
1722
+ :few: "{0} ярд³"
1723
+ :many: "{0} ярд³"
1724
+ :one: "{0} ярд³"
1725
+ :other: "{0} ярд³"
1726
+ :volume-cup:
1727
+ :few: "{0} ам. чаш."
1728
+ :many: "{0} ам. чаш."
1729
+ :one: "{0} ам. чаш."
1730
+ :other: "{0} ам. чаш."
1731
+ :volume-cup-metric:
1732
+ :few: "{0} м. чаш."
1733
+ :many: "{0} м. чаш."
1734
+ :one: "{0} м. чаш."
1735
+ :other: "{0} м. чаш."
1736
+ :volume-deciliter:
1737
+ :few: "{0} дл"
1738
+ :many: "{0} дл"
1739
+ :one: "{0} дл"
1740
+ :other: "{0} дл"
1741
+ :volume-dessert-spoon:
1742
+ :few: "{0} дес. л."
1743
+ :many: "{0} дес. л."
1744
+ :one: "{0} дес. л."
1745
+ :other: "{0} дес. л."
1746
+ :volume-dessert-spoon-imperial:
1747
+ :few: "{0} имп. дес. л."
1748
+ :many: "{0} имп. дес. л."
1749
+ :one: "{0} имп. дес. л."
1750
+ :other: "{0} имп. дес. л."
1751
+ :volume-dram:
1752
+ :few: "{0} жидк. др."
1753
+ :many: "{0} жидк. др."
1754
+ :one: "{0} жидк. др."
1755
+ :other: "{0} жидк. др."
1756
+ :volume-drop:
1757
+ :few: "{0} кап."
1758
+ :many: "{0} кап."
1759
+ :one: "{0} кап."
1760
+ :other: "{0} кап."
1761
+ :volume-fluid-ounce:
1762
+ :few: "{0} ам. жидк. унц."
1763
+ :many: "{0} ам. жидк. унц."
1764
+ :one: "{0} ам. жидк. унц."
1765
+ :other: "{0} ам. жидк. унц."
1766
+ :volume-fluid-ounce-imperial:
1767
+ :few: "{0} имп. жидк. унц."
1768
+ :many: "{0} имп. жидк. унц."
1769
+ :one: "{0} имп. жидк. унц."
1770
+ :other: "{0} имп. жидк. унц."
1771
+ :volume-gallon:
1772
+ :few: "{0} ам. гал."
1773
+ :many: "{0} ам. гал."
1774
+ :one: "{0} ам. гал."
1775
+ :other: "{0} ам. гал."
1776
+ :volume-gallon-imperial:
1777
+ :few: "{0} имп. гал."
1778
+ :many: "{0} имп. гал."
1779
+ :one: "{0} имп. гал."
1780
+ :other: "{0} имп. гал."
1781
+ :volume-hectoliter:
1782
+ :few: "{0} гл"
1783
+ :many: "{0} гл"
1784
+ :one: "{0} гл"
1785
+ :other: "{0} гл"
1786
+ :volume-jigger:
1787
+ :few: "{0} джиггера"
1788
+ :many: "{0} джиггеров"
1789
+ :one: "{0} джиггер"
1790
+ :other: "{0} джиггера"
1246
1791
  :volume-liter:
1247
1792
  :few: "{0} л"
1248
1793
  :many: "{0} л"
1249
1794
  :one: "{0} л"
1250
1795
  :other: "{0} л"
1796
+ :volume-megaliter:
1797
+ :few: "{0} Мл"
1798
+ :many: "{0} Мл"
1799
+ :one: "{0} Мл"
1800
+ :other: "{0} Мл"
1801
+ :volume-milliliter:
1802
+ :few: "{0} мл"
1803
+ :many: "{0} мл"
1804
+ :one: "{0} мл"
1805
+ :other: "{0} мл"
1806
+ :volume-pinch:
1807
+ :few: "{0} щепот."
1808
+ :many: "{0} щепот."
1809
+ :one: "{0} щепот."
1810
+ :other: "{0} щепот."
1811
+ :volume-pint:
1812
+ :few: "{0} ам. пинт."
1813
+ :many: "{0} ам. пинт."
1814
+ :one: "{0} ам. пинт."
1815
+ :other: "{0} ам. пинт."
1816
+ :volume-pint-metric:
1817
+ :few: "{0} мпт"
1818
+ :many: "{0} мпт"
1819
+ :one: "{0} мпт"
1820
+ :other: "{0} мпт"
1821
+ :volume-quart:
1822
+ :few: "{0} ам. кварт."
1823
+ :many: "{0} ам. кварт."
1824
+ :one: "{0} ам. кварт."
1825
+ :other: "{0} ам. кварт."
1826
+ :volume-quart-imperial:
1827
+ :few: "{0} имп. кварт."
1828
+ :many: "{0} имп. кварт."
1829
+ :one: "{0} имп. кварт."
1830
+ :other: "{0} имп. кварт."
1831
+ :volume-tablespoon:
1832
+ :few: "{0} ст. л."
1833
+ :many: "{0} ст. л."
1834
+ :one: "{0} ст. л."
1835
+ :other: "{0} ст. л."
1836
+ :volume-teaspoon:
1837
+ :few: "{0} ч. л."
1838
+ :many: "{0} ч. л."
1839
+ :one: "{0} ч. л."
1840
+ :other: "{0} ч. л."
1251
1841
  :short:
1252
1842
  :acceleration-g-force:
1253
1843
  :few: "{0} g"
@@ -1499,6 +2089,11 @@
1499
2089
  :many: "{0} нс"
1500
2090
  :one: "{0} нс"
1501
2091
  :other: "{0} нс"
2092
+ :duration-quarter:
2093
+ :few: "{0} кварт"
2094
+ :many: "{0} кварт"
2095
+ :one: "{0} кварт"
2096
+ :other: "{0} кварт"
1502
2097
  :duration-second:
1503
2098
  :few: "{0} с"
1504
2099
  :many: "{0} с"
@@ -1670,6 +2265,9 @@
1670
2265
  :one: "{0} дм"
1671
2266
  :other: "{0} дм"
1672
2267
  :length-earth-radius:
2268
+ :few: "{0} R⊕"
2269
+ :many: "{0} R⊕"
2270
+ :one: "{0} R⊕"
1673
2271
  :other: "{0} R⊕"
1674
2272
  :length-fathom:
1675
2273
  :few: "{0} мор. сажени"
@@ -1777,6 +2375,9 @@
1777
2375
  :one: "{0} лк"
1778
2376
  :other: "{0} лк"
1779
2377
  :light-solar-luminosity:
2378
+ :few: "{0} L☉"
2379
+ :many: "{0} L☉"
2380
+ :one: "{0} L☉"
1780
2381
  :other: "{0} L☉"
1781
2382
  :mass-carat:
1782
2383
  :few: "{0} кар"
@@ -1789,6 +2390,9 @@
1789
2390
  :one: "{0} Да"
1790
2391
  :other: "{0} Да"
1791
2392
  :mass-earth-mass:
2393
+ :few: "{0} M⊕"
2394
+ :many: "{0} M⊕"
2395
+ :one: "{0} M⊕"
1792
2396
  :other: "{0} M⊕"
1793
2397
  :mass-grain:
1794
2398
  :few: "{0} грана"
@@ -1805,11 +2409,6 @@
1805
2409
  :many: "{0} кг"
1806
2410
  :one: "{0} кг"
1807
2411
  :other: "{0} кг"
1808
- :mass-metric-ton:
1809
- :few: "{0} т"
1810
- :many: "{0} т"
1811
- :one: "{0} т"
1812
- :other: "{0} т"
1813
2412
  :mass-microgram:
1814
2413
  :few: "{0} мкг"
1815
2414
  :many: "{0} мкг"
@@ -1836,6 +2435,9 @@
1836
2435
  :one: "{0} фнт"
1837
2436
  :other: "{0} фнт"
1838
2437
  :mass-solar-mass:
2438
+ :few: "{0} M☉"
2439
+ :many: "{0} M☉"
2440
+ :one: "{0} M☉"
1839
2441
  :other: "{0} M☉"
1840
2442
  :mass-stone:
1841
2443
  :few: "{0} стоуна"
@@ -1847,6 +2449,11 @@
1847
2449
  :many: "{0} амер. т"
1848
2450
  :one: "{0} амер. т"
1849
2451
  :other: "{0} амер. т"
2452
+ :mass-tonne:
2453
+ :few: "{0} т"
2454
+ :many: "{0} т"
2455
+ :one: "{0} т"
2456
+ :other: "{0} т"
1850
2457
  :power-gigawatt:
1851
2458
  :few: "{0} ГВт"
1852
2459
  :many: "{0} ГВт"