twitter_cldr 3.5.0 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -6
- data/History.txt +3 -0
- data/README.md +15 -15
- data/lib/twitter_cldr/data_readers/data_reader.rb +2 -2
- data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +23 -78
- data/lib/twitter_cldr/formatters/numbers/rbnf.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +3 -3
- data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +1 -4
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/custom/shared/postal_codes.yml +8 -0
- data/resources/locales/af/fields.yml +325 -98
- data/resources/locales/ar/fields.yml +532 -210
- data/resources/locales/ar/plurals.yml +4 -3
- data/resources/locales/be/fields.yml +21 -112
- data/resources/locales/be/plurals.yml +6 -4
- data/resources/locales/bg/fields.yml +342 -98
- data/resources/locales/bn/fields.yml +342 -98
- data/resources/locales/bn/plurals.yml +2 -2
- data/resources/locales/ca/fields.yml +342 -98
- data/resources/locales/ca/plurals.yml +2 -2
- data/resources/locales/cs/fields.yml +438 -126
- data/resources/locales/cs/plurals.yml +3 -3
- data/resources/locales/cy/fields.yml +202 -98
- data/resources/locales/da/fields.yml +342 -98
- data/resources/locales/da/plurals.yml +2 -2
- data/resources/locales/de-CH/fields.yml +342 -98
- data/resources/locales/de-CH/plurals.yml +2 -2
- data/resources/locales/de/fields.yml +342 -98
- data/resources/locales/de/plurals.yml +2 -2
- data/resources/locales/el/fields.yml +342 -98
- data/resources/locales/en-150/fields.yml +283 -98
- data/resources/locales/en-150/plurals.yml +5 -5
- data/resources/locales/en-AU/fields.yml +283 -98
- data/resources/locales/en-AU/plurals.yml +5 -5
- data/resources/locales/en-CA/fields.yml +283 -98
- data/resources/locales/en-CA/plurals.yml +5 -5
- data/resources/locales/en-GB/fields.yml +357 -98
- data/resources/locales/en-GB/plurals.yml +5 -5
- data/resources/locales/en-IE/fields.yml +283 -98
- data/resources/locales/en-IE/plurals.yml +5 -5
- data/resources/locales/en-SG/fields.yml +283 -98
- data/resources/locales/en-SG/plurals.yml +5 -5
- data/resources/locales/en-ZA/fields.yml +283 -98
- data/resources/locales/en-ZA/plurals.yml +5 -5
- data/resources/locales/en/fields.yml +283 -98
- data/resources/locales/en/plurals.yml +5 -5
- data/resources/locales/es-419/fields.yml +342 -98
- data/resources/locales/es-CO/fields.yml +342 -98
- data/resources/locales/es-MX/fields.yml +342 -98
- data/resources/locales/es-US/fields.yml +342 -98
- data/resources/locales/es/fields.yml +342 -98
- data/resources/locales/eu/fields.yml +342 -98
- data/resources/locales/fa/fields.yml +342 -98
- data/resources/locales/fa/plurals.yml +2 -2
- data/resources/locales/fi/fields.yml +342 -98
- data/resources/locales/fi/plurals.yml +2 -2
- data/resources/locales/fil/fields.yml +342 -98
- data/resources/locales/fil/plurals.yml +4 -4
- data/resources/locales/fr-BE/fields.yml +342 -98
- data/resources/locales/fr-CA/fields.yml +342 -98
- data/resources/locales/fr-CH/fields.yml +342 -98
- data/resources/locales/fr/fields.yml +342 -98
- data/resources/locales/ga/fields.yml +484 -98
- data/resources/locales/ga/plurals.yml +3 -3
- data/resources/locales/gl/fields.yml +313 -98
- data/resources/locales/gl/plurals.yml +2 -2
- data/resources/locales/gu/fields.yml +342 -98
- data/resources/locales/gu/plurals.yml +7 -7
- data/resources/locales/he/fields.yml +438 -154
- data/resources/locales/he/plurals.yml +4 -3
- data/resources/locales/hi/fields.yml +342 -98
- data/resources/locales/hi/plurals.yml +2 -2
- data/resources/locales/hr/fields.yml +390 -154
- data/resources/locales/hr/plurals.yml +7 -4
- data/resources/locales/hu/fields.yml +342 -98
- data/resources/locales/id/fields.yml +294 -98
- data/resources/locales/is/fields.yml +342 -98
- data/resources/locales/is/plurals.yml +2 -2
- data/resources/locales/it-CH/fields.yml +342 -98
- data/resources/locales/it-CH/plurals.yml +2 -2
- data/resources/locales/it/fields.yml +342 -98
- data/resources/locales/it/plurals.yml +2 -2
- data/resources/locales/ja/fields.yml +294 -98
- data/resources/locales/kn/fields.yml +342 -98
- data/resources/locales/kn/plurals.yml +3 -3
- data/resources/locales/ko/fields.yml +294 -98
- data/resources/locales/lv/fields.yml +390 -126
- data/resources/locales/lv/plurals.yml +6 -4
- data/resources/locales/mr/fields.yml +340 -98
- data/resources/locales/mr/plurals.yml +6 -7
- data/resources/locales/ms/fields.yml +294 -98
- data/resources/locales/nb/fields.yml +342 -98
- data/resources/locales/nl/fields.yml +342 -98
- data/resources/locales/nl/plurals.yml +2 -2
- data/resources/locales/pl/fields.yml +438 -154
- data/resources/locales/pl/plurals.yml +8 -4
- data/resources/locales/pt/fields.yml +342 -98
- data/resources/locales/pt/plurals.yml +2 -2
- data/resources/locales/ro/fields.yml +390 -126
- data/resources/locales/ro/plurals.yml +4 -3
- data/resources/locales/ru/fields.yml +438 -154
- data/resources/locales/ru/plurals.yml +8 -4
- data/resources/locales/sk/fields.yml +438 -126
- data/resources/locales/sk/plurals.yml +3 -3
- data/resources/locales/sq/fields.yml +340 -98
- data/resources/locales/sq/plurals.yml +2 -2
- data/resources/locales/sr/fields.yml +390 -154
- data/resources/locales/sr/plurals.yml +7 -4
- data/resources/locales/sv/fields.yml +342 -98
- data/resources/locales/sv/plurals.yml +4 -4
- data/resources/locales/ta/fields.yml +342 -98
- data/resources/locales/th/fields.yml +294 -98
- data/resources/locales/tr/fields.yml +342 -98
- data/resources/locales/uk/fields.yml +438 -154
- data/resources/locales/uk/plurals.yml +10 -6
- data/resources/locales/ur/fields.yml +342 -98
- data/resources/locales/ur/plurals.yml +2 -2
- data/resources/locales/vi/fields.yml +294 -98
- data/resources/locales/zh-Hant/fields.yml +294 -98
- data/resources/locales/zh/fields.yml +294 -98
- data/spec/data_readers/timespan_data_reader_spec.rb +68 -3
- data/spec/localized/localized_date_spec.rb +13 -13
- data/spec/localized/localized_timespan_spec.rb +43 -84
- data/twitter_cldr.gemspec +1 -1
- metadata +6 -5
@@ -2,163 +2,447 @@
|
|
2
2
|
:pl:
|
3
3
|
:fields:
|
4
4
|
:day:
|
5
|
-
:
|
6
|
-
|
7
|
-
:
|
8
|
-
:
|
9
|
-
:
|
10
|
-
|
11
|
-
:
|
12
|
-
|
13
|
-
:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
:
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
:
|
5
|
+
:display_name: dzień
|
6
|
+
:relative:
|
7
|
+
-1: wczoraj
|
8
|
+
-2: przedwczoraj
|
9
|
+
0: dzisiaj
|
10
|
+
1: jutro
|
11
|
+
2: pojutrze
|
12
|
+
:relative_time:
|
13
|
+
:future:
|
14
|
+
:few: "za {0} dni"
|
15
|
+
:many: "za {0} dni"
|
16
|
+
:one: "za {0} dzień"
|
17
|
+
:other: "za {0} dnia"
|
18
|
+
:past:
|
19
|
+
:few: "{0} dni temu"
|
20
|
+
:many: "{0} dni temu"
|
21
|
+
:one: "{0} dzień temu"
|
22
|
+
:other: "{0} dnia temu"
|
23
|
+
:day-narrow:
|
24
|
+
:display_name: dzień
|
25
|
+
:relative_time:
|
26
|
+
:future:
|
27
|
+
:few: "za {0} dni"
|
28
|
+
:many: "za {0} dni"
|
29
|
+
:one: "za {0} dzień"
|
30
|
+
:other: "za {0} dnia"
|
31
|
+
:past:
|
32
|
+
:few: "{0} dni temu"
|
33
|
+
:many: "{0} dni temu"
|
34
|
+
:one: "{0} dzień temu"
|
35
|
+
:other: "{0} dnia temu"
|
36
|
+
:day-short:
|
37
|
+
:display_name: dzień
|
38
|
+
:relative_time:
|
39
|
+
:future:
|
40
|
+
:few: "za {0} dni"
|
41
|
+
:many: "za {0} dni"
|
42
|
+
:one: "za {0} dzień"
|
43
|
+
:other: "za {0} dnia"
|
44
|
+
:past:
|
45
|
+
:few: "{0} dni temu"
|
46
|
+
:many: "{0} dni temu"
|
47
|
+
:one: "{0} dzień temu"
|
48
|
+
:other: "{0} dnia temu"
|
49
|
+
:dayperiod:
|
50
|
+
:display_name: "rano / po południu / wieczorem"
|
51
|
+
:era:
|
52
|
+
:display_name: era
|
53
|
+
:fri:
|
54
|
+
:relative:
|
55
|
+
-1: "w zeszły piątek"
|
56
|
+
0: "w ten piątek"
|
57
|
+
1: "w przyszły piątek"
|
58
|
+
:fri-narrow:
|
59
|
+
:relative:
|
60
|
+
-1: "w zeszły piątek"
|
61
|
+
0: "w ten piątek"
|
62
|
+
1: "w przyszły piątek"
|
63
|
+
:fri-short:
|
64
|
+
:relative:
|
65
|
+
-1: "w zeszły piątek"
|
66
|
+
0: "w ten piątek"
|
67
|
+
1: "w przyszły piątek"
|
27
68
|
:hour:
|
28
|
-
:
|
29
|
-
|
30
|
-
:
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
:
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
:
|
49
|
-
|
69
|
+
:display_name: godzina
|
70
|
+
:relative_time:
|
71
|
+
:future:
|
72
|
+
:few: "za {0} godziny"
|
73
|
+
:many: "za {0} godzin"
|
74
|
+
:one: "za {0} godzinę"
|
75
|
+
:other: "za {0} godziny"
|
76
|
+
:past:
|
77
|
+
:few: "{0} godziny temu"
|
78
|
+
:many: "{0} godzin temu"
|
79
|
+
:one: "{0} godzinę temu"
|
80
|
+
:other: "{0} godziny temu"
|
81
|
+
:hour-narrow:
|
82
|
+
:display_name: g.
|
83
|
+
:relative_time:
|
84
|
+
:future:
|
85
|
+
:few: "za {0} g."
|
86
|
+
:many: "za {0} g."
|
87
|
+
:one: "za {0} g."
|
88
|
+
:other: "za {0} g."
|
89
|
+
:past:
|
90
|
+
:few: "{0} g. temu"
|
91
|
+
:many: "{0} g. temu"
|
92
|
+
:one: "{0} g. temu"
|
93
|
+
:other: "{0} g. temu"
|
94
|
+
:hour-short:
|
95
|
+
:display_name: godz.
|
96
|
+
:relative_time:
|
97
|
+
:future:
|
98
|
+
:few: "za {0} godz."
|
99
|
+
:many: "za {0} godz."
|
100
|
+
:one: "za {0} godz."
|
101
|
+
:other: "za {0} godz."
|
102
|
+
:past:
|
103
|
+
:few: "{0} godz. temu"
|
104
|
+
:many: "{0} godz. temu"
|
105
|
+
:one: "{0} godz. temu"
|
106
|
+
:other: "{0} godz. temu"
|
50
107
|
:minute:
|
51
|
-
:
|
52
|
-
|
53
|
-
:
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
:
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
:
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
:
|
72
|
-
|
108
|
+
:display_name: minuta
|
109
|
+
:relative_time:
|
110
|
+
:future:
|
111
|
+
:few: "za {0} minuty"
|
112
|
+
:many: "za {0} minut"
|
113
|
+
:one: "za {0} minutę"
|
114
|
+
:other: "za {0} minuty"
|
115
|
+
:past:
|
116
|
+
:few: "{0} minuty temu"
|
117
|
+
:many: "{0} minut temu"
|
118
|
+
:one: "{0} minutę temu"
|
119
|
+
:other: "{0} minuty temu"
|
120
|
+
:minute-narrow:
|
121
|
+
:display_name: min
|
122
|
+
:relative_time:
|
123
|
+
:future:
|
124
|
+
:few: "za {0} min"
|
125
|
+
:many: "za {0} min"
|
126
|
+
:one: "za {0} min"
|
127
|
+
:other: "za {0} min"
|
128
|
+
:past:
|
129
|
+
:few: "{0} min temu"
|
130
|
+
:many: "{0} min temu"
|
131
|
+
:one: "{0} min temu"
|
132
|
+
:other: "{0} min temu"
|
133
|
+
:minute-short:
|
134
|
+
:display_name: min
|
135
|
+
:relative_time:
|
136
|
+
:future:
|
137
|
+
:few: "za {0} min"
|
138
|
+
:many: "za {0} min"
|
139
|
+
:one: "za {0} min"
|
140
|
+
:other: "za {0} min"
|
141
|
+
:past:
|
142
|
+
:few: "{0} min temu"
|
143
|
+
:many: "{0} min temu"
|
144
|
+
:one: "{0} min temu"
|
145
|
+
:other: "{0} min temu"
|
146
|
+
:mon:
|
147
|
+
:relative:
|
148
|
+
-1: "w zeszły poniedziałek"
|
149
|
+
0: "w ten poniedziałek"
|
150
|
+
1: "w przyszły poniedziałek"
|
151
|
+
:mon-narrow:
|
152
|
+
:relative:
|
153
|
+
-1: "w zeszły poniedziałek"
|
154
|
+
0: "w ten poniedziałek"
|
155
|
+
1: "w przyszły poniedziałek"
|
156
|
+
:mon-short:
|
157
|
+
:relative:
|
158
|
+
-1: "w zeszły poniedziałek"
|
159
|
+
0: "w ten poniedziałek"
|
160
|
+
1: "w przyszły poniedziałek"
|
73
161
|
:month:
|
74
|
-
:
|
75
|
-
|
76
|
-
:
|
77
|
-
:
|
78
|
-
:
|
79
|
-
:
|
80
|
-
:
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
:month-
|
91
|
-
:
|
92
|
-
|
93
|
-
:
|
94
|
-
|
95
|
-
|
162
|
+
:display_name: miesiąc
|
163
|
+
:relative:
|
164
|
+
-1: "w zeszłym miesiącu"
|
165
|
+
0: "w tym miesiącu"
|
166
|
+
1: "w przyszłym miesiącu"
|
167
|
+
:relative_time:
|
168
|
+
:future:
|
169
|
+
:few: "za {0} miesiące"
|
170
|
+
:many: "za {0} miesięcy"
|
171
|
+
:one: "za {0} miesiąc"
|
172
|
+
:other: "za {0} miesiąca"
|
173
|
+
:past:
|
174
|
+
:few: "{0} miesiące temu"
|
175
|
+
:many: "{0} miesięcy temu"
|
176
|
+
:one: "{0} miesiąc temu"
|
177
|
+
:other: "{0} miesiąca temu"
|
178
|
+
:month-narrow:
|
179
|
+
:display_name: mc
|
180
|
+
:relative_time:
|
181
|
+
:future:
|
182
|
+
:few: "+{0} mies."
|
183
|
+
:many: "+{0} mies."
|
184
|
+
:one: "+{0} mies."
|
185
|
+
:other: "+{0} mies."
|
186
|
+
:past:
|
187
|
+
:few: "–{0} mies."
|
188
|
+
:many: "–{0} mies."
|
189
|
+
:one: "–{0} mies."
|
190
|
+
:other: "–{0} mies."
|
191
|
+
:month-short:
|
192
|
+
:display_name: mies.
|
193
|
+
:relative_time:
|
194
|
+
:future:
|
195
|
+
:few: "za {0} mies."
|
196
|
+
:many: "za {0} mies."
|
197
|
+
:one: "za {0} mies."
|
198
|
+
:other: "za {0} mies."
|
199
|
+
:past:
|
200
|
+
:few: "{0} mies. temu"
|
201
|
+
:many: "{0} mies. temu"
|
202
|
+
:one: "{0} mies. temu"
|
203
|
+
:other: "{0} mies. temu"
|
204
|
+
:quarter:
|
205
|
+
:display_name: kwartał
|
206
|
+
:relative_time:
|
207
|
+
:future:
|
208
|
+
:few: "za {0} kwartały"
|
209
|
+
:many: "za {0} kwartałów"
|
210
|
+
:one: "za {0} kwartał"
|
211
|
+
:other: "za {0} kwartału"
|
212
|
+
:past:
|
213
|
+
:few: "{0} kwartały temu"
|
214
|
+
:many: "{0} kwartałów temu"
|
215
|
+
:one: "{0} kwartał temu"
|
216
|
+
:other: "{0} kwartału temu"
|
217
|
+
:quarter-narrow:
|
218
|
+
:display_name: kw.
|
219
|
+
:relative_time:
|
220
|
+
:future:
|
221
|
+
:few: "+{0} kw."
|
222
|
+
:many: "+{0} kw."
|
223
|
+
:one: "+{0} kw."
|
224
|
+
:other: "+{0} kw."
|
225
|
+
:past:
|
226
|
+
:few: "–{0} kw."
|
227
|
+
:many: "–{0} kw."
|
228
|
+
:one: "–{0} kw."
|
229
|
+
:other: "–{0} kw."
|
230
|
+
:quarter-short:
|
231
|
+
:display_name: kw.
|
232
|
+
:relative_time:
|
233
|
+
:future:
|
234
|
+
:few: "za {0} kw."
|
235
|
+
:many: "za {0} kw."
|
236
|
+
:one: "za {0} kw."
|
237
|
+
:other: "za {0} kw."
|
238
|
+
:past:
|
239
|
+
:few: "{0} kw. temu"
|
240
|
+
:many: "{0} kw. temu"
|
241
|
+
:one: "{0} kw. temu"
|
242
|
+
:other: "{0} kw. temu"
|
243
|
+
:sat:
|
244
|
+
:relative:
|
245
|
+
-1: "w zeszłą sobotę"
|
246
|
+
0: "w tę sobotę"
|
247
|
+
1: "w przyszłą sobotę"
|
248
|
+
:sat-narrow:
|
249
|
+
:relative:
|
250
|
+
-1: "w zeszłą sobotę"
|
251
|
+
0: "w tę sobotę"
|
252
|
+
1: "w przyszłą sobotę"
|
253
|
+
:sat-short:
|
254
|
+
:relative:
|
255
|
+
-1: "w zeszłą sobotę"
|
256
|
+
0: "w tę sobotę"
|
257
|
+
1: "w przyszłą sobotę"
|
96
258
|
:second:
|
97
|
-
:
|
98
|
-
|
99
|
-
:
|
100
|
-
|
101
|
-
:
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
:
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
259
|
+
:display_name: sekunda
|
260
|
+
:relative:
|
261
|
+
0: teraz
|
262
|
+
:relative_time:
|
263
|
+
:future:
|
264
|
+
:few: "za {0} sekundy"
|
265
|
+
:many: "za {0} sekund"
|
266
|
+
:one: "za {0} sekundę"
|
267
|
+
:other: "za {0} sekundy"
|
268
|
+
:past:
|
269
|
+
:few: "{0} sekundy temu"
|
270
|
+
:many: "{0} sekund temu"
|
271
|
+
:one: "{0} sekundę temu"
|
272
|
+
:other: "{0} sekundy temu"
|
273
|
+
:second-narrow:
|
274
|
+
:display_name: s
|
275
|
+
:relative_time:
|
276
|
+
:future:
|
277
|
+
:few: "za {0} s"
|
278
|
+
:many: "za {0} s"
|
279
|
+
:one: "za {0} s"
|
280
|
+
:other: "za {0} s"
|
281
|
+
:past:
|
282
|
+
:few: "{0} s temu"
|
283
|
+
:many: "{0} s temu"
|
284
|
+
:one: "{0} s temu"
|
285
|
+
:other: "{0} s temu"
|
286
|
+
:second-short:
|
287
|
+
:display_name: sek.
|
288
|
+
:relative_time:
|
289
|
+
:future:
|
290
|
+
:few: "za {0} sek."
|
291
|
+
:many: "za {0} sek."
|
292
|
+
:one: "za {0} sek."
|
293
|
+
:other: "za {0} sek."
|
294
|
+
:past:
|
295
|
+
:few: "{0} sek. temu"
|
296
|
+
:many: "{0} sek. temu"
|
297
|
+
:one: "{0} sek. temu"
|
298
|
+
:other: "{0} sek. temu"
|
299
|
+
:sun:
|
300
|
+
:relative:
|
301
|
+
-1: "w zeszłą niedzielę"
|
302
|
+
0: "w tę niedzielę"
|
303
|
+
1: "w przyszłą niedzielę"
|
304
|
+
:sun-narrow:
|
305
|
+
:relative:
|
306
|
+
-1: "w zeszłą niedzielę"
|
307
|
+
0: "w tę niedzielę"
|
308
|
+
1: "w przyszłą niedzielę"
|
309
|
+
:sun-short:
|
310
|
+
:relative:
|
311
|
+
-1: "w zeszłą niedzielę"
|
312
|
+
0: "w tę niedzielę"
|
313
|
+
1: "w przyszłą niedzielę"
|
314
|
+
:thu:
|
315
|
+
:relative:
|
316
|
+
-1: "w zeszły czwartek"
|
317
|
+
0: "w ten czwartek"
|
318
|
+
1: "w przyszły czwartek"
|
319
|
+
:thu-narrow:
|
320
|
+
:relative:
|
321
|
+
-1: "w zeszły czwartek"
|
322
|
+
0: "w ten czwartek"
|
323
|
+
1: "w przyszły czwartek"
|
324
|
+
:thu-short:
|
325
|
+
:relative:
|
326
|
+
-1: "w zeszły czwartek"
|
327
|
+
0: "w ten czwartek"
|
328
|
+
1: "w przyszły czwartek"
|
329
|
+
:tue:
|
330
|
+
:relative:
|
331
|
+
-1: "w zeszły wtorek"
|
332
|
+
0: "w ten wtorek"
|
333
|
+
1: "w przyszły wtorek"
|
334
|
+
:tue-narrow:
|
335
|
+
:relative:
|
336
|
+
-1: "w zeszły wtorek"
|
337
|
+
0: "w ten wtorek"
|
338
|
+
1: "w przyszły wtorek"
|
339
|
+
:tue-short:
|
340
|
+
:relative:
|
341
|
+
-1: "w zeszły wtorek"
|
342
|
+
0: "w ten wtorek"
|
343
|
+
1: "w przyszły wtorek"
|
344
|
+
:wed:
|
345
|
+
:relative:
|
346
|
+
-1: "w zeszłą środę"
|
347
|
+
0: "w tę środę"
|
348
|
+
1: "w przyszłą środę"
|
349
|
+
:wed-narrow:
|
350
|
+
:relative:
|
351
|
+
-1: "w zeszłą środę"
|
352
|
+
0: "w tę środę"
|
353
|
+
1: "w przyszłą środę"
|
354
|
+
:wed-short:
|
355
|
+
:relative:
|
356
|
+
-1: "w zeszłą środę"
|
357
|
+
0: "w tę środę"
|
358
|
+
1: "w przyszłą środę"
|
119
359
|
:week:
|
120
|
-
:
|
121
|
-
|
122
|
-
:
|
123
|
-
:
|
124
|
-
:
|
125
|
-
:
|
126
|
-
:
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
:week-
|
137
|
-
:
|
138
|
-
|
139
|
-
:
|
140
|
-
|
141
|
-
|
360
|
+
:display_name: tydzień
|
361
|
+
:relative:
|
362
|
+
-1: "w zeszłym tygodniu"
|
363
|
+
0: "w tym tygodniu"
|
364
|
+
1: "w przyszłym tygodniu"
|
365
|
+
:relative_time:
|
366
|
+
:future:
|
367
|
+
:few: "za {0} tygodnie"
|
368
|
+
:many: "za {0} tygodni"
|
369
|
+
:one: "za {0} tydzień"
|
370
|
+
:other: "za {0} tygodnia"
|
371
|
+
:past:
|
372
|
+
:few: "{0} tygodnie temu"
|
373
|
+
:many: "{0} tygodni temu"
|
374
|
+
:one: "{0} tydzień temu"
|
375
|
+
:other: "{0} tygodnia temu"
|
376
|
+
:week-narrow:
|
377
|
+
:display_name: tydz.
|
378
|
+
:relative_time:
|
379
|
+
:future:
|
380
|
+
:few: "za {0} tyg."
|
381
|
+
:many: "za {0} tyg."
|
382
|
+
:one: "za {0} tydz."
|
383
|
+
:other: "za {0} tyg."
|
384
|
+
:past:
|
385
|
+
:few: "{0} tyg. temu"
|
386
|
+
:many: "{0} tyg. temu"
|
387
|
+
:one: "{0} tydz. temu"
|
388
|
+
:other: "{0} tyg. temu"
|
389
|
+
:week-short:
|
390
|
+
:display_name: tydz.
|
391
|
+
:relative_time:
|
392
|
+
:future:
|
393
|
+
:few: "za {0} tyg."
|
394
|
+
:many: "za {0} tyg."
|
395
|
+
:one: "za {0} tydz."
|
396
|
+
:other: "za {0} tyg."
|
397
|
+
:past:
|
398
|
+
:few: "{0} tyg. temu"
|
399
|
+
:many: "{0} tyg. temu"
|
400
|
+
:one: "{0} tydz. temu"
|
401
|
+
:other: "{0} tyg. temu"
|
402
|
+
:weekday:
|
403
|
+
:display_name: "dzień tygodnia"
|
142
404
|
:year:
|
143
|
-
:
|
144
|
-
|
145
|
-
:
|
146
|
-
:
|
147
|
-
:
|
148
|
-
:
|
149
|
-
:
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
:year-
|
160
|
-
:
|
161
|
-
|
162
|
-
:
|
163
|
-
|
164
|
-
|
405
|
+
:display_name: rok
|
406
|
+
:relative:
|
407
|
+
-1: "w zeszłym roku"
|
408
|
+
0: "w tym roku"
|
409
|
+
1: "w przyszłym roku"
|
410
|
+
:relative_time:
|
411
|
+
:future:
|
412
|
+
:few: "za {0} lata"
|
413
|
+
:many: "za {0} lat"
|
414
|
+
:one: "za {0} rok"
|
415
|
+
:other: "za {0} roku"
|
416
|
+
:past:
|
417
|
+
:few: "{0} lata temu"
|
418
|
+
:many: "{0} lat temu"
|
419
|
+
:one: "{0} rok temu"
|
420
|
+
:other: "{0} roku temu"
|
421
|
+
:year-narrow:
|
422
|
+
:display_name: r.
|
423
|
+
:relative_time:
|
424
|
+
:future:
|
425
|
+
:few: "za {0} lata"
|
426
|
+
:many: "za {0} lat"
|
427
|
+
:one: "za {0} rok"
|
428
|
+
:other: "za {0} roku"
|
429
|
+
:past:
|
430
|
+
:few: "{0} lata temu"
|
431
|
+
:many: "{0} lat temu"
|
432
|
+
:one: "{0} rok temu"
|
433
|
+
:other: "{0} roku temu"
|
434
|
+
:year-short:
|
435
|
+
:display_name: r.
|
436
|
+
:relative_time:
|
437
|
+
:future:
|
438
|
+
:few: "za {0} lata"
|
439
|
+
:many: "za {0} lat"
|
440
|
+
:one: "za {0} rok"
|
441
|
+
:other: "za {0} roku"
|
442
|
+
:past:
|
443
|
+
:few: "{0} lata temu"
|
444
|
+
:many: "{0} lat temu"
|
445
|
+
:one: "{0} rok temu"
|
446
|
+
:other: "{0} roku temu"
|
447
|
+
:zone:
|
448
|
+
:display_name: "strefa czasowa"
|