twitter_cldr 1.8.1 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (280) hide show
  1. data/Gemfile +3 -2
  2. data/History.txt +7 -1
  3. data/README.md +55 -0
  4. data/lib/twitter_cldr/core_ext.rb +1 -1
  5. data/lib/twitter_cldr/formatters/list_formatter.rb +64 -0
  6. data/lib/twitter_cldr/formatters.rb +4 -2
  7. data/lib/twitter_cldr/localized/localized_array.rb +19 -1
  8. data/lib/twitter_cldr/localized/localized_hash.rb +20 -0
  9. data/lib/twitter_cldr/localized/localized_string.rb +46 -1
  10. data/lib/twitter_cldr/localized/localized_symbol.rb +4 -0
  11. data/lib/twitter_cldr/localized.rb +1 -0
  12. data/lib/twitter_cldr/resources/bidi_test_importer.rb +118 -0
  13. data/lib/twitter_cldr/resources/locales_resources_importer.rb +1 -1
  14. data/lib/twitter_cldr/resources.rb +1 -0
  15. data/lib/twitter_cldr/shared/bidi.rb +526 -0
  16. data/lib/twitter_cldr/shared/languages.rb +5 -0
  17. data/lib/twitter_cldr/shared.rb +1 -0
  18. data/lib/twitter_cldr/utils/code_points.rb +1 -1
  19. data/lib/twitter_cldr/utils/yaml.rb +390 -0
  20. data/lib/twitter_cldr/utils.rb +1 -0
  21. data/lib/twitter_cldr/version.rb +1 -1
  22. data/lib/twitter_cldr.rb +2 -0
  23. data/resources/custom/locales/en/units.yml +19 -18
  24. data/resources/locales/af/calendars.yml +67 -66
  25. data/resources/locales/af/languages.yml +22 -22
  26. data/resources/locales/af/layout.yml +5 -0
  27. data/resources/locales/af/lists.yml +7 -0
  28. data/resources/locales/af/numbers.yml +36 -36
  29. data/resources/locales/af/plurals.yml +2 -3
  30. data/resources/locales/af/units.yml +75 -75
  31. data/resources/locales/ar/calendars.yml +149 -148
  32. data/resources/locales/ar/languages.yml +501 -501
  33. data/resources/locales/ar/layout.yml +5 -0
  34. data/resources/locales/ar/lists.yml +7 -0
  35. data/resources/locales/ar/numbers.yml +31 -31
  36. data/resources/locales/ar/plurals.yml +2 -9
  37. data/resources/locales/ar/units.yml +220 -220
  38. data/resources/locales/ca/calendars.yml +78 -77
  39. data/resources/locales/ca/languages.yml +199 -199
  40. data/resources/locales/ca/layout.yml +5 -0
  41. data/resources/locales/ca/lists.yml +7 -0
  42. data/resources/locales/ca/numbers.yml +36 -36
  43. data/resources/locales/ca/plurals.yml +2 -3
  44. data/resources/locales/ca/units.yml +108 -108
  45. data/resources/locales/cs/calendars.yml +141 -140
  46. data/resources/locales/cs/languages.yml +399 -399
  47. data/resources/locales/cs/layout.yml +5 -0
  48. data/resources/locales/cs/lists.yml +7 -0
  49. data/resources/locales/cs/numbers.yml +41 -41
  50. data/resources/locales/cs/plurals.yml +2 -3
  51. data/resources/locales/cs/units.yml +142 -142
  52. data/resources/locales/da/calendars.yml +73 -73
  53. data/resources/locales/da/languages.yml +36 -36
  54. data/resources/locales/da/layout.yml +5 -0
  55. data/resources/locales/da/lists.yml +7 -0
  56. data/resources/locales/da/numbers.yml +37 -37
  57. data/resources/locales/da/plurals.yml +2 -3
  58. data/resources/locales/da/units.yml +97 -97
  59. data/resources/locales/de/calendars.yml +71 -71
  60. data/resources/locales/de/languages.yml +51 -51
  61. data/resources/locales/de/layout.yml +5 -0
  62. data/resources/locales/de/lists.yml +7 -0
  63. data/resources/locales/de/numbers.yml +36 -36
  64. data/resources/locales/de/plurals.yml +2 -3
  65. data/resources/locales/de/units.yml +108 -108
  66. data/resources/locales/el/calendars.yml +213 -212
  67. data/resources/locales/el/languages.yml +520 -520
  68. data/resources/locales/el/layout.yml +5 -0
  69. data/resources/locales/el/lists.yml +7 -0
  70. data/resources/locales/el/numbers.yml +39 -39
  71. data/resources/locales/el/plurals.yml +2 -3
  72. data/resources/locales/el/units.yml +143 -143
  73. data/resources/locales/en/calendars.yml +66 -65
  74. data/resources/locales/en/languages.yml +24 -24
  75. data/resources/locales/en/layout.yml +5 -0
  76. data/resources/locales/en/lists.yml +7 -0
  77. data/resources/locales/en/numbers.yml +27 -27
  78. data/resources/locales/en/plurals.yml +2 -3
  79. data/resources/locales/en/units.yml +94 -94
  80. data/resources/locales/es/calendars.yml +80 -79
  81. data/resources/locales/es/languages.yml +139 -139
  82. data/resources/locales/es/layout.yml +5 -0
  83. data/resources/locales/es/lists.yml +7 -0
  84. data/resources/locales/es/numbers.yml +36 -36
  85. data/resources/locales/es/plurals.yml +2 -3
  86. data/resources/locales/es/units.yml +96 -96
  87. data/resources/locales/eu/calendars.yml +68 -67
  88. data/resources/locales/eu/languages.yml +11 -11
  89. data/resources/locales/eu/layout.yml +5 -0
  90. data/resources/locales/eu/lists.yml +7 -0
  91. data/resources/locales/eu/numbers.yml +36 -36
  92. data/resources/locales/eu/plurals.yml +2 -3
  93. data/resources/locales/eu/units.yml +80 -80
  94. data/resources/locales/fa/calendars.yml +223 -222
  95. data/resources/locales/fa/languages.yml +489 -489
  96. data/resources/locales/fa/layout.yml +5 -0
  97. data/resources/locales/fa/lists.yml +7 -0
  98. data/resources/locales/fa/numbers.yml +26 -26
  99. data/resources/locales/fa/plurals.yml +2 -3
  100. data/resources/locales/fa/units.yml +122 -122
  101. data/resources/locales/fi/calendars.yml +87 -87
  102. data/resources/locales/fi/languages.yml +86 -86
  103. data/resources/locales/fi/layout.yml +5 -0
  104. data/resources/locales/fi/lists.yml +7 -0
  105. data/resources/locales/fi/numbers.yml +41 -41
  106. data/resources/locales/fi/plurals.yml +2 -3
  107. data/resources/locales/fi/units.yml +124 -124
  108. data/resources/locales/fil/calendars.yml +68 -67
  109. data/resources/locales/fil/languages.yml +19 -19
  110. data/resources/locales/fil/layout.yml +5 -0
  111. data/resources/locales/fil/lists.yml +7 -0
  112. data/resources/locales/fil/numbers.yml +27 -27
  113. data/resources/locales/fil/plurals.yml +2 -3
  114. data/resources/locales/fil/units.yml +80 -80
  115. data/resources/locales/fr/calendars.yml +83 -83
  116. data/resources/locales/fr/languages.yml +117 -117
  117. data/resources/locales/fr/layout.yml +5 -0
  118. data/resources/locales/fr/lists.yml +7 -0
  119. data/resources/locales/fr/numbers.yml +37 -37
  120. data/resources/locales/fr/plurals.yml +2 -3
  121. data/resources/locales/fr/units.yml +80 -80
  122. data/resources/locales/he/calendars.yml +155 -154
  123. data/resources/locales/he/languages.yml +282 -282
  124. data/resources/locales/he/layout.yml +5 -0
  125. data/resources/locales/he/lists.yml +7 -0
  126. data/resources/locales/he/numbers.yml +27 -27
  127. data/resources/locales/he/plurals.yml +2 -3
  128. data/resources/locales/he/units.yml +122 -122
  129. data/resources/locales/hi/calendars.yml +132 -131
  130. data/resources/locales/hi/languages.yml +511 -511
  131. data/resources/locales/hi/layout.yml +5 -0
  132. data/resources/locales/hi/lists.yml +7 -0
  133. data/resources/locales/hi/numbers.yml +27 -27
  134. data/resources/locales/hi/plurals.yml +2 -3
  135. data/resources/locales/hi/units.yml +122 -122
  136. data/resources/locales/hu/calendars.yml +121 -120
  137. data/resources/locales/hu/languages.yml +214 -214
  138. data/resources/locales/hu/layout.yml +5 -0
  139. data/resources/locales/hu/lists.yml +7 -0
  140. data/resources/locales/hu/numbers.yml +39 -39
  141. data/resources/locales/hu/plurals.yml +2 -3
  142. data/resources/locales/hu/units.yml +102 -102
  143. data/resources/locales/id/calendars.yml +68 -67
  144. data/resources/locales/id/languages.yml +21 -21
  145. data/resources/locales/id/layout.yml +5 -0
  146. data/resources/locales/id/lists.yml +7 -0
  147. data/resources/locales/id/numbers.yml +37 -37
  148. data/resources/locales/id/plurals.yml +2 -3
  149. data/resources/locales/id/units.yml +73 -73
  150. data/resources/locales/it/calendars.yml +81 -80
  151. data/resources/locales/it/languages.yml +20 -20
  152. data/resources/locales/it/layout.yml +5 -0
  153. data/resources/locales/it/lists.yml +7 -0
  154. data/resources/locales/it/numbers.yml +36 -36
  155. data/resources/locales/it/plurals.yml +2 -3
  156. data/resources/locales/it/units.yml +94 -94
  157. data/resources/locales/ja/calendars.yml +123 -122
  158. data/resources/locales/ja/languages.yml +516 -516
  159. data/resources/locales/ja/layout.yml +5 -0
  160. data/resources/locales/ja/lists.yml +7 -0
  161. data/resources/locales/ja/numbers.yml +38 -38
  162. data/resources/locales/ja/plurals.yml +2 -3
  163. data/resources/locales/ja/units.yml +108 -108
  164. data/resources/locales/ko/calendars.yml +141 -140
  165. data/resources/locales/ko/languages.yml +509 -509
  166. data/resources/locales/ko/layout.yml +5 -0
  167. data/resources/locales/ko/lists.yml +7 -0
  168. data/resources/locales/ko/numbers.yml +37 -37
  169. data/resources/locales/ko/plurals.yml +2 -3
  170. data/resources/locales/ko/units.yml +108 -108
  171. data/resources/locales/ms/calendars.yml +68 -67
  172. data/resources/locales/ms/languages.yml +19 -19
  173. data/resources/locales/ms/layout.yml +5 -0
  174. data/resources/locales/ms/lists.yml +7 -0
  175. data/resources/locales/ms/numbers.yml +26 -26
  176. data/resources/locales/ms/plurals.yml +2 -3
  177. data/resources/locales/ms/units.yml +73 -73
  178. data/resources/locales/nb/calendars.yml +78 -78
  179. data/resources/locales/nb/languages.yml +93 -93
  180. data/resources/locales/nb/layout.yml +5 -0
  181. data/resources/locales/nb/lists.yml +7 -0
  182. data/resources/locales/nb/numbers.yml +37 -37
  183. data/resources/locales/nb/plurals.yml +2 -3
  184. data/resources/locales/nb/units.yml +99 -99
  185. data/resources/locales/nl/calendars.yml +67 -67
  186. data/resources/locales/nl/languages.yml +30 -30
  187. data/resources/locales/nl/layout.yml +5 -0
  188. data/resources/locales/nl/lists.yml +7 -0
  189. data/resources/locales/nl/numbers.yml +36 -36
  190. data/resources/locales/nl/plurals.yml +2 -3
  191. data/resources/locales/nl/units.yml +87 -87
  192. data/resources/locales/pl/calendars.yml +102 -101
  193. data/resources/locales/pl/languages.yml +139 -139
  194. data/resources/locales/pl/layout.yml +5 -0
  195. data/resources/locales/pl/lists.yml +7 -0
  196. data/resources/locales/pl/numbers.yml +41 -41
  197. data/resources/locales/pl/plurals.yml +2 -5
  198. data/resources/locales/pl/units.yml +149 -149
  199. data/resources/locales/pt/calendars.yml +83 -83
  200. data/resources/locales/pt/languages.yml +161 -161
  201. data/resources/locales/pt/layout.yml +5 -0
  202. data/resources/locales/pt/lists.yml +7 -0
  203. data/resources/locales/pt/numbers.yml +39 -39
  204. data/resources/locales/pt/plurals.yml +2 -3
  205. data/resources/locales/pt/units.yml +110 -110
  206. data/resources/locales/ru/calendars.yml +213 -212
  207. data/resources/locales/ru/languages.yml +511 -511
  208. data/resources/locales/ru/layout.yml +5 -0
  209. data/resources/locales/ru/lists.yml +7 -0
  210. data/resources/locales/ru/numbers.yml +40 -40
  211. data/resources/locales/ru/plurals.yml +2 -5
  212. data/resources/locales/ru/units.yml +192 -192
  213. data/resources/locales/sv/calendars.yml +85 -85
  214. data/resources/locales/sv/languages.yml +108 -108
  215. data/resources/locales/sv/layout.yml +5 -0
  216. data/resources/locales/sv/lists.yml +7 -0
  217. data/resources/locales/sv/numbers.yml +39 -39
  218. data/resources/locales/sv/plurals.yml +2 -3
  219. data/resources/locales/sv/units.yml +116 -116
  220. data/resources/locales/th/calendars.yml +172 -171
  221. data/resources/locales/th/languages.yml +510 -510
  222. data/resources/locales/th/layout.yml +5 -0
  223. data/resources/locales/th/lists.yml +7 -0
  224. data/resources/locales/th/numbers.yml +38 -38
  225. data/resources/locales/th/plurals.yml +2 -3
  226. data/resources/locales/th/units.yml +107 -107
  227. data/resources/locales/tr/calendars.yml +117 -116
  228. data/resources/locales/tr/languages.yml +143 -143
  229. data/resources/locales/tr/layout.yml +5 -0
  230. data/resources/locales/tr/lists.yml +7 -0
  231. data/resources/locales/tr/numbers.yml +37 -37
  232. data/resources/locales/tr/plurals.yml +2 -3
  233. data/resources/locales/tr/units.yml +98 -98
  234. data/resources/locales/uk/calendars.yml +187 -186
  235. data/resources/locales/uk/languages.yml +520 -520
  236. data/resources/locales/uk/layout.yml +5 -0
  237. data/resources/locales/uk/lists.yml +7 -0
  238. data/resources/locales/uk/numbers.yml +44 -44
  239. data/resources/locales/uk/plurals.yml +2 -5
  240. data/resources/locales/uk/units.yml +192 -192
  241. data/resources/locales/ur/calendars.yml +112 -111
  242. data/resources/locales/ur/languages.yml +164 -164
  243. data/resources/locales/ur/layout.yml +5 -0
  244. data/resources/locales/ur/lists.yml +7 -0
  245. data/resources/locales/ur/numbers.yml +27 -27
  246. data/resources/locales/ur/plurals.yml +2 -3
  247. data/resources/locales/ur/units.yml +136 -136
  248. data/resources/locales/zh/calendars.yml +212 -211
  249. data/resources/locales/zh/languages.yml +506 -506
  250. data/resources/locales/zh/layout.yml +5 -0
  251. data/resources/locales/zh/lists.yml +7 -0
  252. data/resources/locales/zh/numbers.yml +37 -37
  253. data/resources/locales/zh/plurals.yml +2 -3
  254. data/resources/locales/zh/units.yml +108 -108
  255. data/resources/locales/zh-Hant/calendars.yml +159 -158
  256. data/resources/locales/zh-Hant/languages.yml +510 -510
  257. data/resources/locales/zh-Hant/layout.yml +5 -0
  258. data/resources/locales/zh-Hant/lists.yml +7 -0
  259. data/resources/locales/zh-Hant/numbers.yml +38 -38
  260. data/resources/locales/zh-Hant/plurals.yml +2 -3
  261. data/resources/locales/zh-Hant/units.yml +108 -108
  262. data/spec/bidi/bidi_spec.rb +72 -0
  263. data/spec/bidi/classpath_bidi_test.txt +217202 -0
  264. data/spec/collation/tailoring_tests/da.txt +1 -1
  265. data/spec/collation/tailoring_tests/fi.txt +1 -7
  266. data/spec/collation/tailoring_tests/zh-Hant.txt +1 -1
  267. data/spec/formatters/list_formatter_spec.rb +119 -0
  268. data/spec/localized/localized_array_spec.rb +28 -0
  269. data/spec/localized/localized_hash_spec.rb +22 -0
  270. data/spec/localized/localized_number_spec.rb +3 -3
  271. data/spec/localized/localized_string_spec.rb +52 -1
  272. data/spec/localized/localized_symbol_spec.rb +7 -0
  273. data/spec/normalization/base_spec.rb +2 -4
  274. data/spec/shared/languages_spec.rb +21 -0
  275. data/spec/shared/numbers_spec.rb +4 -4
  276. data/spec/spec_helper.rb +3 -1
  277. data/spec/utils/yaml/t.gif +0 -0
  278. data/spec/utils/yaml/t.yaml +5 -0
  279. data/spec/utils/yaml/yaml_spec.rb +426 -0
  280. metadata +82 -2
@@ -0,0 +1,5 @@
1
+ ---
2
+ :uk:
3
+ :layout:
4
+ :orientation: {}
5
+
@@ -0,0 +1,7 @@
1
+ ---
2
+ :uk:
3
+ :lists:
4
+ 2: "{0} \xD1\x82\xD0\xB0 {1}"
5
+ :end: "{0} \xD1\x82\xD0\xB0 {1}"
6
+ :middle: "{0}, {1}"
7
+ :start: "{0}, {1}"
@@ -1,46 +1,46 @@
1
- ---
2
- :uk:
3
- :numbers:
4
- :formats:
5
- :currency:
6
- :patterns:
7
- :default: ! '#,##0.00 ¤'
8
- :unit:
9
- :few: ! '{0} {1}'
10
- :many: ! '{0} {1}'
11
- :one: ! '{0} {1}'
12
- :other: ! '{0} {1}'
13
- :decimal:
14
- :patterns:
15
- :default: ! '#,##0.###'
16
- :short:
17
- 1000: 0.0 тис
18
- 10000: 00 тис
19
- 100000: 000 тис
20
- 1000000: 0.0 млн
21
- 10000000: 00 млн
22
- 100000000: 000 млн
23
- 1000000000: 0.0 млрд
24
- 10000000000: 00 млрд
25
- 100000000000: 000 млрд
26
- 1000000000000: 0.0 трлн
27
- 10000000000000: 00 трлн
28
- 100000000000000: 000 трлн
29
- :percent:
30
- :patterns:
31
- :default: ! '#,##0%'
32
- :scientific:
33
- :patterns:
34
- :default: ! '#E0'
35
- :symbols:
36
- :alias: ''
37
- :decimal: ! ','
38
- :exponential: Е
39
- :group:  
40
- :infinity:
1
+ ---
2
+ :uk:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :patterns:
7
+ :default: "#,##0.00\xC2\xA0\xC2\xA4"
8
+ :unit:
9
+ :few: "{0} {1}"
10
+ :many: "{0} {1}"
11
+ :one: "{0} {1}"
12
+ :other: "{0} {1}"
13
+ :decimal:
14
+ :patterns:
15
+ :default: "#,##0.###"
16
+ :short:
17
+ 1000: "0.0\xC2\xA0\xD1\x82\xD0\xB8\xD1\x81"
18
+ 10000: "00\xC2\xA0\xD1\x82\xD0\xB8\xD1\x81"
19
+ 100000: "000\xC2\xA0\xD1\x82\xD0\xB8\xD1\x81"
20
+ 1000000: "0.0\xC2\xA0\xD0\xBC\xD0\xBB\xD0\xBD"
21
+ 10000000: "00\xC2\xA0\xD0\xBC\xD0\xBB\xD0\xBD"
22
+ 100000000: "000\xC2\xA0\xD0\xBC\xD0\xBB\xD0\xBD"
23
+ 1000000000: "0.0\xC2\xA0\xD0\xBC\xD0\xBB\xD1\x80\xD0\xB4"
24
+ 10000000000: "00\xC2\xA0\xD0\xBC\xD0\xBB\xD1\x80\xD0\xB4"
25
+ 100000000000: "000\xC2\xA0\xD0\xBC\xD0\xBB\xD1\x80\xD0\xB4"
26
+ 1000000000000: "0.0\xC2\xA0\xD1\x82\xD1\x80\xD0\xBB\xD0\xBD"
27
+ 10000000000000: "00\xC2\xA0\xD1\x82\xD1\x80\xD0\xBB\xD0\xBD"
28
+ 100000000000000: "000\xC2\xA0\xD1\x82\xD1\x80\xD0\xBB\xD0\xBD"
29
+ :percent:
30
+ :patterns:
31
+ :default: "#,##0%"
32
+ :scientific:
33
+ :patterns:
34
+ :default: "#E0"
35
+ :symbols:
36
+ :alias: ""
37
+ :decimal: ","
38
+ :exponential: "\xD0\x95"
39
+ :group: "\xC2\xA0"
40
+ :infinity: "\xE2\x88\x9E"
41
41
  :list: ;
42
- :minus_sign: ! '-'
43
- :nan: Не число
44
- :per_mille:
45
- :percent_sign: ! '%'
42
+ :minus_sign: "-"
43
+ :nan: "\xD0\x9D\xD0\xB5 \xD1\x87\xD0\xB8\xD1\x81\xD0\xBB\xD0\xBE"
44
+ :per_mille: "\xE2\x80\xB0"
45
+ :percent_sign: "%"
46
46
  :plus_sign: +
@@ -1,5 +1,2 @@
1
- ---
2
- :uk: ! '{ :uk => { :i18n => {:plural => { :keys => [:one, :few, :many, :other], :rule
3
- => lambda { |n| n % 10 == 1 && n % 100 != 11 ? :one : [2, 3, 4].include?(n % 10)
4
- && ![12, 13, 14].include?(n % 100) ? :few : n % 10 == 0 || [5, 6, 7, 8, 9].include?(n
5
- % 10) || [11, 12, 13, 14].include?(n % 100) ? :many : :other } } } } }'
1
+ ---
2
+ :uk: "{ :uk => { :i18n => {:plural => { :keys => [:one, :few, :many, :other], :rule => lambda { |n| n % 10 == 1 && n % 100 != 11 ? :one : [2, 3, 4].include?(n % 10) && ![12, 13, 14].include?(n % 100) ? :few : n % 10 == 0 || [5, 6, 7, 8, 9].include?(n % 10) || [11, 12, 13, 14].include?(n % 100) ? :many : :other } } } } }"
@@ -1,192 +1,192 @@
1
- ---
2
- :uk:
3
- :units:
4
- :day:
5
- :default:
6
- :few: ! '{0} дні'
7
- :many: ! '{0} днів'
8
- :one: ! '{0} день'
9
- :other: ! '{0} дня'
10
- :short:
11
- :few: ! '{0} дні'
12
- :many: ! '{0} днів'
13
- :one: ! '{0} день'
14
- :other: ! '{0} дня'
15
- :day-future:
16
- :default:
17
- 0: Через 0 днів
18
- 1: Через 1 день
19
- :few: Через {0} дні
20
- :many: Через {0} днів
21
- :one: Через {0} день
22
- :other: Через {0} дня
23
- :day-past:
24
- :default:
25
- 0: 0 днів тому
26
- 1: 1 день тому
27
- :few: ! '{0} дні тому'
28
- :many: ! '{0} днів тому'
29
- :one: ! '{0} день тому'
30
- :other: ! '{0} дня тому'
31
- :hour:
32
- :default:
33
- :few: ! '{0} години'
34
- :many: ! '{0} годин'
35
- :one: ! '{0} година'
36
- :other: ! '{0} години'
37
- :short:
38
- :few: ! '{0} год.'
39
- :many: ! '{0} год.'
40
- :one: ! '{0} год.'
41
- :other: ! '{0} год.'
42
- :hour-future:
43
- :default:
44
- 0: Через 0 годин
45
- 1: Через 1 годину
46
- :few: Через {0} години
47
- :many: Через {0} годин
48
- :one: Через {0} годину
49
- :other: Через {0} години
50
- :hour-past:
51
- :default:
52
- 0: 0 годин тому
53
- 1: 1 годину тому
54
- :few: ! '{0} години тому'
55
- :many: ! '{0} годин тому'
56
- :one: ! '{0} годину тому'
57
- :other: ! '{0} години тому'
58
- :minute:
59
- :default:
60
- :few: ! '{0} хвилини'
61
- :many: ! '{0} хвилин'
62
- :one: ! '{0} хвилина'
63
- :other: ! '{0} хвилини'
64
- :short:
65
- :few: ! '{0} хв.'
66
- :many: ! '{0} хв.'
67
- :one: ! '{0} хв.'
68
- :other: ! '{0} хв.'
69
- :minute-future:
70
- :default:
71
- 0: Через 0 хвилин
72
- 1: Через 1 хвилину
73
- :few: Через {0} хвилини
74
- :many: Через {0} хвилин
75
- :one: Через {0} хвилину
76
- :other: Через {0} хвилини
77
- :minute-past:
78
- :default:
79
- 0: 0 хвилин тому
80
- 1: 1 хвилину тому
81
- :few: ! '{0} хвилини тому'
82
- :many: ! '{0} хвилин тому'
83
- :one: ! '{0} хвилину тому'
84
- :other: ! '{0} хвилини тому'
85
- :month:
86
- :default:
87
- :few: ! '{0} місяці'
88
- :many: ! '{0} місяців'
89
- :one: ! '{0} місяць'
90
- :other: ! '{0} місяця'
91
- :short:
92
- :few: ! '{0} міс.'
93
- :many: ! '{0} міс.'
94
- :one: ! '{0} міс.'
95
- :other: ! '{0} міс.'
96
- :month-future:
97
- :default:
98
- 0: Через 0 місяців
99
- 1: Через 1 місяць
100
- :few: Через {0} місяці
101
- :many: Через {0} місяців
102
- :one: Через {0} місяць
103
- :other: Через {0} місяця
104
- :month-past:
105
- :default:
106
- 0: 0 місяців тому
107
- 1: 1 місяць тому
108
- :few: ! '{0} місяці тому'
109
- :many: ! '{0} місяців тому'
110
- :one: ! '{0} місяць тому'
111
- :other: ! '{0} місяця тому'
112
- :second:
113
- :default:
114
- :few: ! '{0} секунди'
115
- :many: ! '{0} секунд'
116
- :one: ! '{0} секунда'
117
- :other: ! '{0} секунди'
118
- :short:
119
- :few: ! '{0} сек.'
120
- :many: ! '{0} сек.'
121
- :one: ! '{0} сек.'
122
- :other: ! '{0} сек.'
123
- :second-future:
124
- :default:
125
- 0: Через 0 секунд
126
- 1: Через 1 секунду
127
- :few: Через {0} секунди
128
- :many: Через {0} секунд
129
- :one: Через {0} секунду
130
- :other: Через {0} секунди
131
- :second-past:
132
- :default:
133
- 0: 0 секунд тому
134
- 1: 1 секунду тому
135
- :few: ! '{0} секунди тому'
136
- :many: ! '{0} секунд тому'
137
- :one: ! '{0} секунду тому'
138
- :other: ! '{0} секунди тому'
139
- :week:
140
- :default:
141
- :few: ! '{0} тижні'
142
- :many: ! '{0} тижнів'
143
- :one: ! '{0} тиждень'
144
- :other: ! '{0} тижня'
145
- :short:
146
- :few: ! '{0} тиж.'
147
- :many: ! '{0} тиж.'
148
- :one: ! '{0} тиж.'
149
- :other: ! '{0} тиж.'
150
- :week-future:
151
- :default:
152
- 0: Через 0 тижнів
153
- 1: Через 1 тиждень
154
- :few: Через {0} тижні
155
- :many: Через {0} тижнів
156
- :one: Через {0} тиждень
157
- :other: Через {0} тижня
158
- :week-past:
159
- :default:
160
- 0: 0 тижнів тому
161
- 1: 1 тиждень тому
162
- :few: ! '{0} тижні тому'
163
- :many: ! '{0} тижнів тому'
164
- :one: ! '{0} тиждень тому'
165
- :other: ! '{0} тижня тому'
166
- :year:
167
- :default:
168
- :few: ! '{0} роки'
169
- :many: ! '{0} років'
170
- :one: ! '{0} рік'
171
- :other: ! '{0} року'
172
- :short:
173
- :few: ! '{0} р.'
174
- :many: ! '{0} р.'
175
- :one: ! '{0} р.'
176
- :other: ! '{0} р.'
177
- :year-future:
178
- :default:
179
- 0: Через 0 років
180
- 1: Через 1 рік
181
- :few: Через {0} роки
182
- :many: Через {0} років
183
- :one: Через {0} рік
184
- :other: Через {0} року
185
- :year-past:
186
- :default:
187
- 0: 0 років тому
188
- 1: 1 рік тому
189
- :few: ! '{0} роки тому'
190
- :many: ! '{0} років тому'
191
- :one: ! '{0} рік тому'
192
- :other: ! '{0} року тому'
1
+ ---
2
+ :uk:
3
+ :units:
4
+ :day:
5
+ :default:
6
+ :few: "{0} \xD0\xB4\xD0\xBD\xD1\x96"
7
+ :many: "{0} \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2"
8
+ :one: "{0} \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
9
+ :other: "{0} \xD0\xB4\xD0\xBD\xD1\x8F"
10
+ :short:
11
+ :few: "{0} \xD0\xB4\xD0\xBD\xD1\x96"
12
+ :many: "{0} \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2"
13
+ :one: "{0} \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
14
+ :other: "{0} \xD0\xB4\xD0\xBD\xD1\x8F"
15
+ :"day-future":
16
+ :default:
17
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2"
18
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
19
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB4\xD0\xBD\xD1\x96"
20
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2"
21
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
22
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB4\xD0\xBD\xD1\x8F"
23
+ :"day-past":
24
+ :default:
25
+ 0: "0 \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
26
+ 1: "1 \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
27
+ :few: "{0} \xD0\xB4\xD0\xBD\xD1\x96 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
28
+ :many: "{0} \xD0\xB4\xD0\xBD\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
29
+ :one: "{0} \xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
30
+ :other: "{0} \xD0\xB4\xD0\xBD\xD1\x8F \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
31
+ :hour:
32
+ :default:
33
+ :few: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8"
34
+ :many: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD"
35
+ :one: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB0"
36
+ :other: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8"
37
+ :short:
38
+ :few: "{0} \xD0\xB3\xD0\xBE\xD0\xB4."
39
+ :many: "{0} \xD0\xB3\xD0\xBE\xD0\xB4."
40
+ :one: "{0} \xD0\xB3\xD0\xBE\xD0\xB4."
41
+ :other: "{0} \xD0\xB3\xD0\xBE\xD0\xB4."
42
+ :"hour-future":
43
+ :default:
44
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD"
45
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD1\x83"
46
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8"
47
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD"
48
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD1\x83"
49
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8"
50
+ :"hour-past":
51
+ :default:
52
+ 0: "0 \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
53
+ 1: "1 \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
54
+ :few: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
55
+ :many: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
56
+ :one: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
57
+ :other: "{0} \xD0\xB3\xD0\xBE\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
58
+ :minute:
59
+ :default:
60
+ :few: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8"
61
+ :many: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD"
62
+ :one: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB0"
63
+ :other: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8"
64
+ :short:
65
+ :few: "{0} \xD1\x85\xD0\xB2."
66
+ :many: "{0} \xD1\x85\xD0\xB2."
67
+ :one: "{0} \xD1\x85\xD0\xB2."
68
+ :other: "{0} \xD1\x85\xD0\xB2."
69
+ :"minute-future":
70
+ :default:
71
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD"
72
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD1\x83"
73
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8"
74
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD"
75
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD1\x83"
76
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8"
77
+ :"minute-past":
78
+ :default:
79
+ 0: "0 \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
80
+ 1: "1 \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
81
+ :few: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
82
+ :many: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
83
+ :one: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
84
+ :other: "{0} \xD1\x85\xD0\xB2\xD0\xB8\xD0\xBB\xD0\xB8\xD0\xBD\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
85
+ :month:
86
+ :default:
87
+ :few: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96"
88
+ :many: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96\xD0\xB2"
89
+ :one: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8C"
90
+ :other: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8F"
91
+ :short:
92
+ :few: "{0} \xD0\xBC\xD1\x96\xD1\x81."
93
+ :many: "{0} \xD0\xBC\xD1\x96\xD1\x81."
94
+ :one: "{0} \xD0\xBC\xD1\x96\xD1\x81."
95
+ :other: "{0} \xD0\xBC\xD1\x96\xD1\x81."
96
+ :"month-future":
97
+ :default:
98
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96\xD0\xB2"
99
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8C"
100
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96"
101
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96\xD0\xB2"
102
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8C"
103
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8F"
104
+ :"month-past":
105
+ :default:
106
+ 0: "0 \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
107
+ 1: "1 \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
108
+ :few: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
109
+ :many: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
110
+ :one: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
111
+ :other: "{0} \xD0\xBC\xD1\x96\xD1\x81\xD1\x8F\xD1\x86\xD1\x8F \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
112
+ :second:
113
+ :default:
114
+ :few: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8"
115
+ :many: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4"
116
+ :one: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB0"
117
+ :other: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8"
118
+ :short:
119
+ :few: "{0} \xD1\x81\xD0\xB5\xD0\xBA."
120
+ :many: "{0} \xD1\x81\xD0\xB5\xD0\xBA."
121
+ :one: "{0} \xD1\x81\xD0\xB5\xD0\xBA."
122
+ :other: "{0} \xD1\x81\xD0\xB5\xD0\xBA."
123
+ :"second-future":
124
+ :default:
125
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4"
126
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD1\x83"
127
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8"
128
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4"
129
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD1\x83"
130
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8"
131
+ :"second-past":
132
+ :default:
133
+ 0: "0 \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
134
+ 1: "1 \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
135
+ :few: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
136
+ :many: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
137
+ :one: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
138
+ :other: "{0} \xD1\x81\xD0\xB5\xD0\xBA\xD1\x83\xD0\xBD\xD0\xB4\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
139
+ :week:
140
+ :default:
141
+ :few: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96"
142
+ :many: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96\xD0\xB2"
143
+ :one: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
144
+ :other: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x8F"
145
+ :short:
146
+ :few: "{0} \xD1\x82\xD0\xB8\xD0\xB6."
147
+ :many: "{0} \xD1\x82\xD0\xB8\xD0\xB6."
148
+ :one: "{0} \xD1\x82\xD0\xB8\xD0\xB6."
149
+ :other: "{0} \xD1\x82\xD0\xB8\xD0\xB6."
150
+ :"week-future":
151
+ :default:
152
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96\xD0\xB2"
153
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD1\x82\xD0\xB8\xD0\xB6\xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
154
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96"
155
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96\xD0\xB2"
156
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C"
157
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x8F"
158
+ :"week-past":
159
+ :default:
160
+ 0: "0 \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
161
+ 1: "1 \xD1\x82\xD0\xB8\xD0\xB6\xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
162
+ :few: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
163
+ :many: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
164
+ :one: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xB4\xD0\xB5\xD0\xBD\xD1\x8C \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
165
+ :other: "{0} \xD1\x82\xD0\xB8\xD0\xB6\xD0\xBD\xD1\x8F \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
166
+ :year:
167
+ :default:
168
+ :few: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD0\xB8"
169
+ :many: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x96\xD0\xB2"
170
+ :one: "{0} \xD1\x80\xD1\x96\xD0\xBA"
171
+ :other: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x83"
172
+ :short:
173
+ :few: "{0} \xD1\x80."
174
+ :many: "{0} \xD1\x80."
175
+ :one: "{0} \xD1\x80."
176
+ :other: "{0} \xD1\x80."
177
+ :"year-future":
178
+ :default:
179
+ 0: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 0 \xD1\x80\xD0\xBE\xD0\xBA\xD1\x96\xD0\xB2"
180
+ 1: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 1 \xD1\x80\xD1\x96\xD0\xBA"
181
+ :few: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x80\xD0\xBE\xD0\xBA\xD0\xB8"
182
+ :many: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x96\xD0\xB2"
183
+ :one: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x80\xD1\x96\xD0\xBA"
184
+ :other: "\xD0\xA7\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB7 {0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x83"
185
+ :"year-past":
186
+ :default:
187
+ 0: "0 \xD1\x80\xD0\xBE\xD0\xBA\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
188
+ 1: "1 \xD1\x80\xD1\x96\xD0\xBA \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
189
+ :few: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD0\xB8 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
190
+ :many: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x96\xD0\xB2 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
191
+ :one: "{0} \xD1\x80\xD1\x96\xD0\xBA \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"
192
+ :other: "{0} \xD1\x80\xD0\xBE\xD0\xBA\xD1\x83 \xD1\x82\xD0\xBE\xD0\xBC\xD1\x83"