twitter_cldr 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -1
  3. data/README.md +44 -10
  4. data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +6 -4
  5. data/lib/twitter_cldr/localized/localized_number.rb +5 -1
  6. data/lib/twitter_cldr/localized/localized_object.rb +1 -7
  7. data/lib/twitter_cldr/localized/localized_string.rb +1 -1
  8. data/lib/twitter_cldr/shared.rb +1 -0
  9. data/lib/twitter_cldr/shared/unit.rb +126 -0
  10. data/lib/twitter_cldr/version.rb +1 -1
  11. data/resources/custom/locales/af/fields.yml +19 -0
  12. data/resources/custom/locales/ar/fields.yml +35 -0
  13. data/resources/custom/locales/be/fields.yml +27 -0
  14. data/resources/custom/locales/bg/fields.yml +19 -0
  15. data/resources/custom/locales/bn/fields.yml +15 -0
  16. data/resources/custom/locales/ca/fields.yml +19 -0
  17. data/resources/custom/locales/cs/fields.yml +23 -0
  18. data/resources/custom/locales/cy/fields.yml +35 -0
  19. data/resources/custom/locales/da/fields.yml +19 -0
  20. data/resources/custom/locales/de/fields.yml +19 -0
  21. data/resources/custom/locales/el/fields.yml +19 -0
  22. data/resources/custom/locales/en-GB/fields.yml +19 -0
  23. data/resources/custom/locales/en/fields.yml +19 -0
  24. data/resources/custom/locales/es/fields.yml +19 -0
  25. data/resources/custom/locales/eu/fields.yml +19 -0
  26. data/resources/custom/locales/fa/fields.yml +15 -0
  27. data/resources/custom/locales/fi/fields.yml +19 -0
  28. data/resources/custom/locales/fil/fields.yml +19 -0
  29. data/resources/custom/locales/fr/fields.yml +19 -0
  30. data/resources/custom/locales/ga/fields.yml +24 -0
  31. data/resources/custom/locales/gl/fields.yml +19 -0
  32. data/resources/custom/locales/he/fields.yml +164 -0
  33. data/resources/custom/locales/hi/fields.yml +19 -0
  34. data/resources/custom/locales/hr/fields.yml +9 -0
  35. data/resources/custom/locales/hu/fields.yml +19 -0
  36. data/resources/custom/locales/id/{units.yml → fields.yml} +5 -5
  37. data/resources/custom/locales/it/fields.yml +19 -0
  38. data/resources/custom/locales/ja/{units.yml → fields.yml} +5 -5
  39. data/resources/custom/locales/ko/{units.yml → fields.yml} +5 -5
  40. data/resources/custom/locales/lv/fields.yml +23 -0
  41. data/resources/custom/locales/ms/{units.yml → fields.yml} +5 -5
  42. data/resources/custom/locales/nb/fields.yml +19 -0
  43. data/resources/custom/locales/nl/fields.yml +19 -0
  44. data/resources/custom/locales/pl/fields.yml +27 -0
  45. data/resources/custom/locales/pt/fields.yml +19 -0
  46. data/resources/custom/locales/ro/fields.yml +23 -0
  47. data/resources/custom/locales/ru/fields.yml +27 -0
  48. data/resources/custom/locales/sk/fields.yml +23 -0
  49. data/resources/custom/locales/sr/fields.yml +27 -0
  50. data/resources/custom/locales/sv/{units.yml → fields.yml} +9 -9
  51. data/resources/custom/locales/ta/fields.yml +11 -0
  52. data/resources/custom/locales/th/fields.yml +15 -0
  53. data/resources/custom/locales/tr/{units.yml → fields.yml} +5 -5
  54. data/resources/custom/locales/uk/fields.yml +27 -0
  55. data/resources/custom/locales/ur/fields.yml +19 -0
  56. data/resources/custom/locales/vi/{units.yml → fields.yml} +5 -5
  57. data/resources/custom/locales/zh-Hant/{units.yml → fields.yml} +5 -5
  58. data/resources/custom/locales/zh/{units.yml → fields.yml} +5 -5
  59. data/resources/locales/af/fields.yml +108 -0
  60. data/resources/locales/af/units.yml +855 -104
  61. data/resources/locales/ar/fields.yml +220 -0
  62. data/resources/locales/ar/units.yml +1975 -216
  63. data/resources/locales/be/fields.yml +122 -0
  64. data/resources/locales/be/units.yml +284 -118
  65. data/resources/locales/bg/fields.yml +108 -0
  66. data/resources/locales/bg/units.yml +855 -104
  67. data/resources/locales/bn/fields.yml +108 -0
  68. data/resources/locales/bn/units.yml +855 -104
  69. data/resources/locales/ca/fields.yml +108 -0
  70. data/resources/locales/ca/units.yml +879 -104
  71. data/resources/locales/cs/fields.yml +136 -0
  72. data/resources/locales/cs/units.yml +1822 -132
  73. data/resources/locales/cy/fields.yml +108 -0
  74. data/resources/locales/cy/units.yml +1193 -104
  75. data/resources/locales/da/fields.yml +108 -0
  76. data/resources/locales/da/units.yml +883 -104
  77. data/resources/locales/de-CH/fields.yml +108 -0
  78. data/resources/locales/de-CH/units.yml +1096 -104
  79. data/resources/locales/de/fields.yml +108 -0
  80. data/resources/locales/de/units.yml +1096 -104
  81. data/resources/locales/el/fields.yml +108 -0
  82. data/resources/locales/el/units.yml +855 -104
  83. data/resources/locales/en-150/fields.yml +108 -0
  84. data/resources/locales/en-150/units.yml +1090 -104
  85. data/resources/locales/en-AU/fields.yml +108 -0
  86. data/resources/locales/en-AU/units.yml +1090 -104
  87. data/resources/locales/en-CA/fields.yml +108 -0
  88. data/resources/locales/en-CA/units.yml +1090 -104
  89. data/resources/locales/en-GB/fields.yml +108 -0
  90. data/resources/locales/en-GB/units.yml +1090 -104
  91. data/resources/locales/en-IE/fields.yml +108 -0
  92. data/resources/locales/en-IE/units.yml +1090 -104
  93. data/resources/locales/en-SG/fields.yml +108 -0
  94. data/resources/locales/en-SG/units.yml +1090 -104
  95. data/resources/locales/en-ZA/fields.yml +108 -0
  96. data/resources/locales/en-ZA/units.yml +1090 -104
  97. data/resources/locales/en/fields.yml +108 -0
  98. data/resources/locales/en/units.yml +1090 -104
  99. data/resources/locales/es-419/fields.yml +108 -0
  100. data/resources/locales/es-419/units.yml +855 -104
  101. data/resources/locales/es-CO/fields.yml +108 -0
  102. data/resources/locales/es-CO/units.yml +855 -104
  103. data/resources/locales/es-MX/fields.yml +108 -0
  104. data/resources/locales/es-MX/units.yml +855 -104
  105. data/resources/locales/es-US/fields.yml +108 -0
  106. data/resources/locales/es-US/units.yml +855 -104
  107. data/resources/locales/es/fields.yml +108 -0
  108. data/resources/locales/es/units.yml +855 -104
  109. data/resources/locales/eu/fields.yml +108 -0
  110. data/resources/locales/eu/units.yml +855 -104
  111. data/resources/locales/fa/fields.yml +108 -0
  112. data/resources/locales/fa/units.yml +865 -104
  113. data/resources/locales/fi/fields.yml +108 -0
  114. data/resources/locales/fi/units.yml +1096 -104
  115. data/resources/locales/fil/fields.yml +108 -0
  116. data/resources/locales/fil/units.yml +855 -104
  117. data/resources/locales/fr-BE/fields.yml +108 -0
  118. data/resources/locales/fr-BE/units.yml +944 -104
  119. data/resources/locales/fr-CA/fields.yml +108 -0
  120. data/resources/locales/fr-CA/units.yml +944 -104
  121. data/resources/locales/fr-CH/fields.yml +108 -0
  122. data/resources/locales/fr-CH/units.yml +944 -104
  123. data/resources/locales/fr/fields.yml +108 -0
  124. data/resources/locales/fr/units.yml +944 -104
  125. data/resources/locales/ga/fields.yml +108 -0
  126. data/resources/locales/ga/units.yml +2013 -104
  127. data/resources/locales/gl/fields.yml +108 -0
  128. data/resources/locales/gl/units.yml +774 -104
  129. data/resources/locales/gu/fields.yml +108 -0
  130. data/resources/locales/gu/units.yml +855 -104
  131. data/resources/locales/he/fields.yml +164 -0
  132. data/resources/locales/he/units.yml +1420 -160
  133. data/resources/locales/hi/fields.yml +108 -0
  134. data/resources/locales/hi/units.yml +855 -104
  135. data/resources/locales/hr/fields.yml +164 -0
  136. data/resources/locales/hr/units.yml +1459 -160
  137. data/resources/locales/hu/fields.yml +108 -0
  138. data/resources/locales/hu/units.yml +855 -104
  139. data/resources/locales/id/fields.yml +108 -0
  140. data/resources/locales/id/units.yml +575 -104
  141. data/resources/locales/is/fields.yml +108 -0
  142. data/resources/locales/is/units.yml +854 -104
  143. data/resources/locales/it-CH/fields.yml +108 -0
  144. data/resources/locales/it-CH/units.yml +855 -104
  145. data/resources/locales/it/fields.yml +108 -0
  146. data/resources/locales/it/units.yml +855 -104
  147. data/resources/locales/ja/fields.yml +108 -0
  148. data/resources/locales/ja/units.yml +733 -104
  149. data/resources/locales/kn/fields.yml +108 -0
  150. data/resources/locales/kn/units.yml +855 -104
  151. data/resources/locales/ko/fields.yml +108 -0
  152. data/resources/locales/ko/units.yml +575 -104
  153. data/resources/locales/lv/fields.yml +136 -0
  154. data/resources/locales/lv/units.yml +1135 -132
  155. data/resources/locales/mr/fields.yml +108 -0
  156. data/resources/locales/mr/units.yml +855 -104
  157. data/resources/locales/ms/fields.yml +108 -0
  158. data/resources/locales/ms/units.yml +575 -104
  159. data/resources/locales/nb/fields.yml +108 -0
  160. data/resources/locales/nb/units.yml +886 -104
  161. data/resources/locales/nl/fields.yml +108 -0
  162. data/resources/locales/nl/units.yml +1096 -104
  163. data/resources/locales/pl/fields.yml +164 -0
  164. data/resources/locales/pl/units.yml +1415 -160
  165. data/resources/locales/pt/fields.yml +108 -0
  166. data/resources/locales/pt/units.yml +855 -104
  167. data/resources/locales/ro/fields.yml +136 -0
  168. data/resources/locales/ro/units.yml +1135 -132
  169. data/resources/locales/ru/fields.yml +164 -0
  170. data/resources/locales/ru/units.yml +1415 -160
  171. data/resources/locales/sk/fields.yml +136 -0
  172. data/resources/locales/sk/units.yml +1635 -132
  173. data/resources/locales/sq/fields.yml +108 -0
  174. data/resources/locales/sq/units.yml +870 -104
  175. data/resources/locales/sr/fields.yml +164 -0
  176. data/resources/locales/sr/units.yml +1135 -160
  177. data/resources/locales/sv/fields.yml +108 -0
  178. data/resources/locales/sv/units.yml +1081 -104
  179. data/resources/locales/ta/fields.yml +108 -0
  180. data/resources/locales/ta/units.yml +855 -104
  181. data/resources/locales/th/fields.yml +108 -0
  182. data/resources/locales/th/units.yml +575 -104
  183. data/resources/locales/tr/fields.yml +108 -0
  184. data/resources/locales/tr/units.yml +1096 -104
  185. data/resources/locales/uk/fields.yml +164 -0
  186. data/resources/locales/uk/units.yml +1425 -160
  187. data/resources/locales/ur/fields.yml +108 -0
  188. data/resources/locales/ur/units.yml +855 -104
  189. data/resources/locales/vi/fields.yml +108 -0
  190. data/resources/locales/vi/units.yml +575 -104
  191. data/resources/locales/zh-Hant/fields.yml +108 -0
  192. data/resources/locales/zh-Hant/units.yml +733 -104
  193. data/resources/locales/zh/fields.yml +108 -0
  194. data/resources/locales/zh/units.yml +575 -104
  195. data/spec/resources/loader_spec.rb +4 -4
  196. data/spec/shared/unit_spec.rb +283 -0
  197. data/twitter_cldr.gemspec +1 -1
  198. metadata +124 -54
  199. data/resources/custom/locales/af/units.yml +0 -19
  200. data/resources/custom/locales/ar/units.yml +0 -35
  201. data/resources/custom/locales/be/units.yml +0 -27
  202. data/resources/custom/locales/bg/units.yml +0 -19
  203. data/resources/custom/locales/bn/units.yml +0 -15
  204. data/resources/custom/locales/ca/units.yml +0 -19
  205. data/resources/custom/locales/cs/units.yml +0 -23
  206. data/resources/custom/locales/cy/units.yml +0 -35
  207. data/resources/custom/locales/da/units.yml +0 -19
  208. data/resources/custom/locales/de/units.yml +0 -19
  209. data/resources/custom/locales/el/units.yml +0 -19
  210. data/resources/custom/locales/en-GB/units.yml +0 -19
  211. data/resources/custom/locales/en/units.yml +0 -19
  212. data/resources/custom/locales/es/units.yml +0 -19
  213. data/resources/custom/locales/eu/units.yml +0 -19
  214. data/resources/custom/locales/fa/units.yml +0 -15
  215. data/resources/custom/locales/fi/units.yml +0 -19
  216. data/resources/custom/locales/fil/units.yml +0 -19
  217. data/resources/custom/locales/fr/units.yml +0 -19
  218. data/resources/custom/locales/ga/units.yml +0 -24
  219. data/resources/custom/locales/gl/units.yml +0 -19
  220. data/resources/custom/locales/he/units.yml +0 -164
  221. data/resources/custom/locales/hi/units.yml +0 -19
  222. data/resources/custom/locales/hr/units.yml +0 -9
  223. data/resources/custom/locales/hu/units.yml +0 -19
  224. data/resources/custom/locales/it/units.yml +0 -19
  225. data/resources/custom/locales/lv/units.yml +0 -23
  226. data/resources/custom/locales/nb/units.yml +0 -19
  227. data/resources/custom/locales/nl/units.yml +0 -19
  228. data/resources/custom/locales/pl/units.yml +0 -27
  229. data/resources/custom/locales/pt/units.yml +0 -19
  230. data/resources/custom/locales/ro/units.yml +0 -23
  231. data/resources/custom/locales/ru/units.yml +0 -27
  232. data/resources/custom/locales/sk/units.yml +0 -23
  233. data/resources/custom/locales/sr/units.yml +0 -27
  234. data/resources/custom/locales/ta/units.yml +0 -11
  235. data/resources/custom/locales/th/units.yml +0 -15
  236. data/resources/custom/locales/uk/units.yml +0 -27
  237. data/resources/custom/locales/ur/units.yml +0 -19
@@ -1,19 +0,0 @@
1
- ---
2
- :gl:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}d'
7
- :other: ! '{0}d'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}h'
11
- :other: ! '{0}h'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}m'
15
- :other: ! '{0}m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}s'
19
- :other: ! '{0}s'
@@ -1,164 +0,0 @@
1
- ---
2
- :he:
3
- :units:
4
- :day:
5
- :default:
6
- :many: ! '{0} ימים'
7
- :one: ‏{0} יום
8
- :other: ! '{0} ימים'
9
- :two: ! '{0} ימים'
10
- :short:
11
- :many: ! '{0} ימים'
12
- :one: ! '{0} יום'
13
- :other: ! '{0} ימים'
14
- :two: ! '{0} ימים'
15
- :day-future:
16
- :default:
17
- :many: בעוד {0} ימים
18
- :one: בעוד {0} ימים
19
- :other: בעוד {0} ימים
20
- :two: בעוד {0} ימים
21
- :day-past:
22
- :default:
23
- :many: לפני {0} ימים
24
- :one: לפני {0} ימים
25
- :other: לפני {0} ימים
26
- :two: לפני {0} ימים
27
- :hour:
28
- :default:
29
- :many: ! '{0} שעות'
30
- :one: ! '{0} שעה'
31
- :other: ! '{0} שעות'
32
- :two: ! '{0} שעות'
33
- :short:
34
- :many: ! '{0} שעות'
35
- :one: ! '{0} שעה'
36
- :other: ! '{0} שעות'
37
- :two: ! '{0} שעות'
38
- :hour-future:
39
- :default:
40
- :many: בעוד {0} שעות
41
- :one: בעוד {0} שעות
42
- :other: בעוד {0} שעות
43
- :two: בעוד {0} שעות
44
- :hour-past:
45
- :default:
46
- :many: לפני {0} שעות
47
- :one: לפני {0} שעות
48
- :other: לפני {0} שעות
49
- :two: לפני {0} שעות
50
- :minute:
51
- :default:
52
- :many: ! '{0} דקות'
53
- :one: ! '{0} דקה'
54
- :other: ! '{0} דקות'
55
- :two: ! '{0} דקות'
56
- :short:
57
- :many: ! '{0} דק׳'
58
- :one: ! '{0} דק׳'
59
- :other: ! '{0} דק׳'
60
- :two: ! '{0} דק׳'
61
- :minute-future:
62
- :default:
63
- :many: בעוד {0} דקות
64
- :one: בעוד {0} דקות
65
- :other: בעוד {0} דקות
66
- :two: בעוד {0} דקות
67
- :minute-past:
68
- :default:
69
- :many: לפני {0} דקות
70
- :one: לפני {0} דקות
71
- :other: לפני {0} דקות
72
- :two: לפני {0} דקות
73
- :month:
74
- :default:
75
- :many: ! '{0} חודשים'
76
- :one: ! '{0} חודש'
77
- :other: ! '{0} חודשים'
78
- :two: ! '{0} חודשים'
79
- :short:
80
- :many: ! '{0} חודשים'
81
- :one: ! '{0} חודש'
82
- :other: ! '{0} חודשים'
83
- :two: ! '{0} חודשים'
84
- :month-future:
85
- :default:
86
- :many: בעוד {0} חודשים
87
- :one: בעוד {0} חודשים
88
- :other: בעוד {0} חודשים
89
- :two: בעוד {0} חודשים
90
- :month-past:
91
- :default:
92
- :many: לפני {0} חודשים
93
- :one: לפני {0} חודשים
94
- :other: לפני {0} חודשים
95
- :two: לפני {0} חודשים
96
- :second:
97
- :default:
98
- :many: ‏{0} שניות
99
- :one: ! '{0} שניה'
100
- :other: ! '{0} שניות'
101
- :two: ! '{0} שניות'
102
- :short:
103
- :many: ! '{0} שנ׳'
104
- :one: ! '{0} שנ׳'
105
- :other: ! '{0} שניות'
106
- :two: ! '{0} שנ׳'
107
- :second-future:
108
- :default:
109
- :many: בעוד {0} שניות
110
- :one: בעוד {0} שניות
111
- :other: בעוד {0} שניות
112
- :two: בעוד {0} שניות
113
- :second-past:
114
- :default:
115
- :many: לפני {0} שניות
116
- :one: לפני {0} שניות
117
- :other: לפני {0} שניות
118
- :two: לפני {0} שניות
119
- :week:
120
- :default:
121
- :many: ! '{0} שבועות'
122
- :one: ! '{0} שבוע'
123
- :other: ! '{0} שבועות'
124
- :two: ! '{0} שבועות'
125
- :short:
126
- :many: ! '{0} שבועות'
127
- :one: ! '{0} שבוע'
128
- :other: ! '{0} שבועות'
129
- :two: ! '{0} שבועות'
130
- :week-future:
131
- :default:
132
- :many: בעוד {0} שבועות
133
- :one: בעוד {0} שבועות
134
- :other: בעוד {0} שבועות
135
- :two: בעוד {0} שבועות
136
- :week-past:
137
- :default:
138
- :many: לפני {0} שבועות
139
- :one: לפני {0} שבועות
140
- :other: לפני {0} שבועות
141
- :two: לפני {0} שבועות
142
- :year:
143
- :default:
144
- :many: ! '{0} שנים'
145
- :one: ! '{0} שנה'
146
- :other: ! '{0} שנים'
147
- :two: ! '{0} שנים'
148
- :short:
149
- :many: ! '{0} שנים'
150
- :one: ! '{0} שנה'
151
- :other: ! '{0} שנים'
152
- :two: ! '{0} שנים'
153
- :year-future:
154
- :default:
155
- :many: בעוד {0} שנים
156
- :one: בעוד {0} שנים
157
- :other: בעוד {0} שנים
158
- :two: בעוד {0} שנים
159
- :year-past:
160
- :default:
161
- :many: לפני {0} שנים
162
- :one: לפני {0} שנים
163
- :other: לפני {0} שנים
164
- :two: לפני {0} שנים
@@ -1,19 +0,0 @@
1
- ---
2
- :hi:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}d'
7
- :other: ! '{0}d'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}h'
11
- :other: ! '{0}h'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}m'
15
- :other: ! '{0}m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}s'
19
- :other: ! '{0}s'
@@ -1,9 +0,0 @@
1
- ---
2
- :hr:
3
- :units:
4
- :second:
5
- :abbreviated:
6
- :one: ! '{0}s'
7
- :few: ! '{0}s'
8
- :many: ! '{0}s'
9
- :other: ! '{0}s'
@@ -1,19 +0,0 @@
1
- ---
2
- :hu:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}n'
7
- :other: ! '{0}n'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}ó'
11
- :other: ! '{0}ó'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}p'
15
- :other: ! '{0}p'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}mp'
19
- :other: ! '{0}mp'
@@ -1,19 +0,0 @@
1
- ---
2
- :it:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}g'
7
- :other: ! '{0}g'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}h'
11
- :other: ! '{0}h'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}m'
15
- :other: ! '{0}m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}s'
19
- :other: ! '{0}s'
@@ -1,23 +0,0 @@
1
- ---
2
- :lv:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :zero: ! '{0}d'
7
- :one: ! '{0}d'
8
- :other: ! '{0}d'
9
- :hour:
10
- :abbreviated:
11
- :zero: ! '{0}h'
12
- :one: ! '{0}h'
13
- :other: ! '{0}h'
14
- :minute:
15
- :abbreviated:
16
- :zero: ! '{0}m'
17
- :one: ! '{0}m'
18
- :other: ! '{0}m'
19
- :second:
20
- :abbreviated:
21
- :zero: ! '{0}s'
22
- :one: ! '{0}s'
23
- :other: ! '{0}s'
@@ -1,19 +0,0 @@
1
- ---
2
- :nb:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}d'
7
- :other: ! '{0}d'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}t'
11
- :other: ! '{0}t'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}m'
15
- :other: ! '{0}m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}s'
19
- :other: ! '{0}s'
@@ -1,19 +0,0 @@
1
- ---
2
- :nl:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}d'
7
- :other: ! '{0}d'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0}u'
11
- :other: ! '{0}u'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0}m'
15
- :other: ! '{0}m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0}s'
19
- :other: ! '{0}s'
@@ -1,27 +0,0 @@
1
- ---
2
- :pl:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}dni'
7
- :few: ! '{0}dni'
8
- :many: ! '{0}dni'
9
- :other: ! '{0}dni'
10
- :hour:
11
- :abbreviated:
12
- :one: ! '{0}godz.'
13
- :few: ! '{0}godz.'
14
- :many: ! '{0}godz.'
15
- :other: ! '{0}godz.'
16
- :minute:
17
- :abbreviated:
18
- :one: ! '{0} min'
19
- :few: ! '{0} min'
20
- :many: ! '{0} min'
21
- :other: ! '{0} min'
22
- :second:
23
- :abbreviated:
24
- :one: ! '{0}s'
25
- :few: ! '{0}s'
26
- :many: ! '{0}s'
27
- :other: ! '{0}s'
@@ -1,19 +0,0 @@
1
- ---
2
- :pt:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0} d'
7
- :other: ! '{0} d'
8
- :hour:
9
- :abbreviated:
10
- :one: ! '{0} h'
11
- :other: ! '{0} h'
12
- :minute:
13
- :abbreviated:
14
- :one: ! '{0} m'
15
- :other: ! '{0} m'
16
- :second:
17
- :abbreviated:
18
- :one: ! '{0} s'
19
- :other: ! '{0} s'
@@ -1,23 +0,0 @@
1
- ---
2
- :ro:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}z'
7
- :few: ! '{0}z'
8
- :other: ! '{0}z'
9
- :hour:
10
- :abbreviated:
11
- :one: ! '{0}h'
12
- :few: ! '{0}h'
13
- :other: ! '{0}h'
14
- :minute:
15
- :abbreviated:
16
- :one: ! '{0}min'
17
- :few: ! '{0}min'
18
- :other: ! '{0}min'
19
- :second:
20
- :abbreviated:
21
- :one: ! '{0}sec'
22
- :few: ! '{0}sec'
23
- :other: ! '{0}sec'
@@ -1,27 +0,0 @@
1
- ---
2
- :ru:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0} д'
7
- :few: ! '{0} д'
8
- :many: ! '{0} д'
9
- :other: ! '{0} д'
10
- :hour:
11
- :abbreviated:
12
- :one: ! '{0} ч'
13
- :few: ! '{0} ч'
14
- :many: ! '{0} ч'
15
- :other: ! '{0} ч'
16
- :minute:
17
- :abbreviated:
18
- :one: ! '{0} мин'
19
- :few: ! '{0} мин'
20
- :many: ! '{0} мин'
21
- :other: ! '{0} мин'
22
- :second:
23
- :abbreviated:
24
- :one: ! '{0} сек'
25
- :few: ! '{0} сек'
26
- :many: ! '{0} сек'
27
- :other: ! '{0} сек'
@@ -1,23 +0,0 @@
1
- ---
2
- :sk:
3
- :units:
4
- :day:
5
- :abbreviated:
6
- :one: ! '{0}d'
7
- :few: ! '{0}d'
8
- :other: ! '{0}d'
9
- :hour:
10
- :abbreviated:
11
- :one: ! '{0} hod.'
12
- :few: ! '{0} hod.'
13
- :other: ! '{0} hod.'
14
- :minute:
15
- :abbreviated:
16
- :one: ! '{0} min'
17
- :few: ! '{0} min'
18
- :other: ! '{0} min'
19
- :second:
20
- :abbreviated:
21
- :one: ! '{0} s.'
22
- :few: ! '{0} s.'
23
- :other: ! '{0} s.'