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,16 +2,16 @@
|
|
2
2
|
:en-SG:
|
3
3
|
:cardinal:
|
4
4
|
:rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
|
5
|
-
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((i == 1 && v
|
6
|
-
0) ? :one : :other) }'
|
5
|
+
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((i == 1) && (v
|
6
|
+
== 0)) ? :one : :other) }'
|
7
7
|
:names:
|
8
8
|
- :one
|
9
9
|
- :other
|
10
10
|
:ordinal:
|
11
11
|
:rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
|
12
|
-
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((n % 10 == 3
|
13
|
-
n % 100 != 13) ? :few : ((n % 10 == 1 && n % 100 != 11) ? :one : ((n
|
14
|
-
2 && n % 100 != 12) ? :two : :other))) }'
|
12
|
+
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n % 10 == 3)
|
13
|
+
&& (n % 100 != 13)) ? :few : (((n % 10 == 1) && (n % 100 != 11)) ? :one : (((n
|
14
|
+
% 10 == 2) && (n % 100 != 12)) ? :two : :other))) }'
|
15
15
|
:names:
|
16
16
|
- :few
|
17
17
|
- :one
|
@@ -2,107 +2,292 @@
|
|
2
2
|
:en-ZA:
|
3
3
|
:fields:
|
4
4
|
:day:
|
5
|
-
:
|
6
|
-
|
7
|
-
:
|
8
|
-
|
9
|
-
:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
:
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
5
|
+
:display_name: Day
|
6
|
+
:relative:
|
7
|
+
-1: yesterday
|
8
|
+
0: today
|
9
|
+
1: tomorrow
|
10
|
+
:relative_time:
|
11
|
+
:future:
|
12
|
+
:one: "in {0} day"
|
13
|
+
:other: "in {0} days"
|
14
|
+
:past:
|
15
|
+
:one: "{0} day ago"
|
16
|
+
:other: "{0} days ago"
|
17
|
+
:day-short:
|
18
|
+
:display_name: day
|
19
|
+
:dayperiod:
|
20
|
+
:display_name: AM/PM
|
21
|
+
:era:
|
22
|
+
:display_name: Era
|
23
|
+
:fri:
|
24
|
+
:relative:
|
25
|
+
-1: "last Friday"
|
26
|
+
0: "this Friday"
|
27
|
+
1: "next Friday"
|
28
|
+
:fri-narrow:
|
29
|
+
:relative:
|
30
|
+
-1: "last F"
|
31
|
+
0: "this F"
|
32
|
+
1: "next F"
|
33
|
+
:fri-short:
|
34
|
+
:relative:
|
35
|
+
-1: "last Fri."
|
36
|
+
0: "this Fri."
|
37
|
+
1: "next Fri."
|
19
38
|
:hour:
|
20
|
-
:
|
21
|
-
|
22
|
-
:
|
23
|
-
|
24
|
-
|
25
|
-
:
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
39
|
+
:display_name: Hour
|
40
|
+
:relative_time:
|
41
|
+
:future:
|
42
|
+
:one: "in {0} hour"
|
43
|
+
:other: "in {0} hours"
|
44
|
+
:past:
|
45
|
+
:one: "{0} hour ago"
|
46
|
+
:other: "{0} hours ago"
|
47
|
+
:hour-short:
|
48
|
+
:display_name: hr.
|
49
|
+
:relative_time:
|
50
|
+
:future:
|
51
|
+
:one: "in {0} hr."
|
52
|
+
:other: "in {0} hr."
|
53
|
+
:past:
|
54
|
+
:one: "{0} hr. ago"
|
55
|
+
:other: "{0} hr. ago"
|
34
56
|
:minute:
|
35
|
-
:
|
36
|
-
|
37
|
-
:
|
38
|
-
|
39
|
-
|
40
|
-
:
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
57
|
+
:display_name: Minute
|
58
|
+
:relative_time:
|
59
|
+
:future:
|
60
|
+
:one: "in {0} minute"
|
61
|
+
:other: "in {0} minutes"
|
62
|
+
:past:
|
63
|
+
:one: "{0} minute ago"
|
64
|
+
:other: "{0} minutes ago"
|
65
|
+
:minute-short:
|
66
|
+
:display_name: min.
|
67
|
+
:relative_time:
|
68
|
+
:future:
|
69
|
+
:one: "in {0} min."
|
70
|
+
:other: "in {0} min."
|
71
|
+
:past:
|
72
|
+
:one: "{0} min. ago"
|
73
|
+
:other: "{0} min. ago"
|
74
|
+
:mon:
|
75
|
+
:relative:
|
76
|
+
-1: "last Monday"
|
77
|
+
0: "this Monday"
|
78
|
+
1: "next Monday"
|
79
|
+
:mon-narrow:
|
80
|
+
:relative:
|
81
|
+
-1: "last M"
|
82
|
+
0: "this M"
|
83
|
+
1: "next M"
|
84
|
+
:mon-short:
|
85
|
+
:relative:
|
86
|
+
-1: "last Mon."
|
87
|
+
0: "this Mon."
|
88
|
+
1: "next Mon."
|
49
89
|
:month:
|
50
|
-
:
|
51
|
-
|
52
|
-
:
|
53
|
-
|
54
|
-
:
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
:
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
90
|
+
:display_name: Month
|
91
|
+
:relative:
|
92
|
+
-1: "last month"
|
93
|
+
0: "this month"
|
94
|
+
1: "next month"
|
95
|
+
:relative_time:
|
96
|
+
:future:
|
97
|
+
:one: "in {0} month"
|
98
|
+
:other: "in {0} months"
|
99
|
+
:past:
|
100
|
+
:one: "{0} month ago"
|
101
|
+
:other: "{0} months ago"
|
102
|
+
:month-short:
|
103
|
+
:display_name: mo.
|
104
|
+
:relative:
|
105
|
+
-1: "last mo."
|
106
|
+
0: "this mo."
|
107
|
+
1: "next mo."
|
108
|
+
:relative_time:
|
109
|
+
:future:
|
110
|
+
:one: "in {0} mo."
|
111
|
+
:other: "in {0} mo."
|
112
|
+
:past:
|
113
|
+
:one: "{0} mo. ago"
|
114
|
+
:other: "{0} mo. ago"
|
115
|
+
:quarter:
|
116
|
+
:display_name: Quarter
|
117
|
+
:relative:
|
118
|
+
-1: "last quarter"
|
119
|
+
0: "this quarter"
|
120
|
+
1: "next quarter"
|
121
|
+
:relative_time:
|
122
|
+
:future:
|
123
|
+
:one: "in {0} quarter"
|
124
|
+
:other: "in {0} quarters"
|
125
|
+
:past:
|
126
|
+
:one: "{0} quarter ago"
|
127
|
+
:other: "{0} quarters ago"
|
128
|
+
:quarter-short:
|
129
|
+
:display_name: qtr.
|
130
|
+
:relative:
|
131
|
+
-1: "last qtr."
|
132
|
+
0: "this qtr."
|
133
|
+
1: "next qtr."
|
134
|
+
:relative_time:
|
135
|
+
:future:
|
136
|
+
:one: "in {0} qtr."
|
137
|
+
:other: "in {0} qtrs."
|
138
|
+
:past:
|
139
|
+
:one: "{0} qtr. ago"
|
140
|
+
:other: "{0} qtrs. ago"
|
141
|
+
:sat:
|
142
|
+
:relative:
|
143
|
+
-1: "last Saturday"
|
144
|
+
0: "this Saturday"
|
145
|
+
1: "next Saturday"
|
146
|
+
:sat-narrow:
|
147
|
+
:relative:
|
148
|
+
-1: "last Sa"
|
149
|
+
0: "this Sa"
|
150
|
+
1: "next Sa"
|
151
|
+
:sat-short:
|
152
|
+
:relative:
|
153
|
+
-1: "last Sat."
|
154
|
+
0: "this Sat."
|
155
|
+
1: "next Sat."
|
64
156
|
:second:
|
65
|
-
:
|
66
|
-
|
67
|
-
:
|
68
|
-
:
|
69
|
-
:
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
:second-
|
76
|
-
:
|
77
|
-
|
78
|
-
:
|
157
|
+
:display_name: Second
|
158
|
+
:relative:
|
159
|
+
0: now
|
160
|
+
:relative_time:
|
161
|
+
:future:
|
162
|
+
:one: "in {0} second"
|
163
|
+
:other: "in {0} seconds"
|
164
|
+
:past:
|
165
|
+
:one: "{0} second ago"
|
166
|
+
:other: "{0} seconds ago"
|
167
|
+
:second-short:
|
168
|
+
:display_name: sec.
|
169
|
+
:relative:
|
170
|
+
0: now
|
171
|
+
:relative_time:
|
172
|
+
:future:
|
173
|
+
:one: "in {0} sec."
|
174
|
+
:other: "in {0} sec."
|
175
|
+
:past:
|
176
|
+
:one: "{0} sec. ago"
|
177
|
+
:other: "{0} sec. ago"
|
178
|
+
:sun:
|
179
|
+
:relative:
|
180
|
+
-1: "last Sunday"
|
181
|
+
0: "this Sunday"
|
182
|
+
1: "next Sunday"
|
183
|
+
:sun-narrow:
|
184
|
+
:relative:
|
185
|
+
-1: "last Su"
|
186
|
+
0: "this Su"
|
187
|
+
1: "next Su"
|
188
|
+
:sun-short:
|
189
|
+
:relative:
|
190
|
+
-1: "last Sun."
|
191
|
+
0: "this Sun."
|
192
|
+
1: "next Sun."
|
193
|
+
:thu:
|
194
|
+
:relative:
|
195
|
+
-1: "last Thursday"
|
196
|
+
0: "this Thursday"
|
197
|
+
1: "next Thursday"
|
198
|
+
:thu-narrow:
|
199
|
+
:relative:
|
200
|
+
-1: "last Th"
|
201
|
+
0: "this Th"
|
202
|
+
1: "next Th"
|
203
|
+
:thu-short:
|
204
|
+
:relative:
|
205
|
+
-1: "last Thu."
|
206
|
+
0: "this Thu."
|
207
|
+
1: "next Thu."
|
208
|
+
:tue:
|
209
|
+
:relative:
|
210
|
+
-1: "last Tuesday"
|
211
|
+
0: "this Tuesday"
|
212
|
+
1: "next Tuesday"
|
213
|
+
:tue-narrow:
|
214
|
+
:relative:
|
215
|
+
-1: "last Tu"
|
216
|
+
0: "this Tu"
|
217
|
+
1: "next Tu"
|
218
|
+
:tue-short:
|
219
|
+
:relative:
|
220
|
+
-1: "last Tue."
|
221
|
+
0: "this Tue."
|
222
|
+
1: "next Tue."
|
223
|
+
:wed:
|
224
|
+
:relative:
|
225
|
+
-1: "last Wednesday"
|
226
|
+
0: "this Wednesday"
|
227
|
+
1: "next Wednesday"
|
228
|
+
:wed-narrow:
|
229
|
+
:relative:
|
230
|
+
-1: "last W"
|
231
|
+
0: "this W"
|
232
|
+
1: "next W"
|
233
|
+
:wed-short:
|
234
|
+
:relative:
|
235
|
+
-1: "last Wed."
|
236
|
+
0: "this Wed."
|
237
|
+
1: "next Wed."
|
79
238
|
:week:
|
80
|
-
:
|
81
|
-
|
82
|
-
:
|
83
|
-
|
84
|
-
:
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
:
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
239
|
+
:display_name: Week
|
240
|
+
:relative:
|
241
|
+
-1: "last week"
|
242
|
+
0: "this week"
|
243
|
+
1: "next week"
|
244
|
+
:relative_time:
|
245
|
+
:future:
|
246
|
+
:one: "in {0} week"
|
247
|
+
:other: "in {0} weeks"
|
248
|
+
:past:
|
249
|
+
:one: "{0} week ago"
|
250
|
+
:other: "{0} weeks ago"
|
251
|
+
:week-short:
|
252
|
+
:display_name: wk.
|
253
|
+
:relative:
|
254
|
+
-1: "last wk."
|
255
|
+
0: "this wk."
|
256
|
+
1: "next wk."
|
257
|
+
:relative_time:
|
258
|
+
:future:
|
259
|
+
:one: "in {0} wk."
|
260
|
+
:other: "in {0} wk."
|
261
|
+
:past:
|
262
|
+
:one: "{0} wk. ago"
|
263
|
+
:other: "{0} wk. ago"
|
264
|
+
:weekday:
|
265
|
+
:display_name: "Day of the Week"
|
94
266
|
:year:
|
95
|
-
:
|
96
|
-
|
97
|
-
:
|
98
|
-
|
99
|
-
:
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
:
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
267
|
+
:display_name: Year
|
268
|
+
:relative:
|
269
|
+
-1: "last year"
|
270
|
+
0: "this year"
|
271
|
+
1: "next year"
|
272
|
+
:relative_time:
|
273
|
+
:future:
|
274
|
+
:one: "in {0} year"
|
275
|
+
:other: "in {0} years"
|
276
|
+
:past:
|
277
|
+
:one: "{0} year ago"
|
278
|
+
:other: "{0} years ago"
|
279
|
+
:year-short:
|
280
|
+
:display_name: yr.
|
281
|
+
:relative:
|
282
|
+
-1: "last yr."
|
283
|
+
0: "this yr."
|
284
|
+
1: "next yr."
|
285
|
+
:relative_time:
|
286
|
+
:future:
|
287
|
+
:one: "in {0} yr."
|
288
|
+
:other: "in {0} yr."
|
289
|
+
:past:
|
290
|
+
:one: "{0} yr. ago"
|
291
|
+
:other: "{0} yr. ago"
|
292
|
+
:zone:
|
293
|
+
:display_name: "Time Zone"
|
@@ -2,16 +2,16 @@
|
|
2
2
|
:en-ZA:
|
3
3
|
:cardinal:
|
4
4
|
:rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
|
5
|
-
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((i == 1 && v
|
6
|
-
0) ? :one : :other) }'
|
5
|
+
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((i == 1) && (v
|
6
|
+
== 0)) ? :one : :other) }'
|
7
7
|
:names:
|
8
8
|
- :one
|
9
9
|
- :other
|
10
10
|
:ordinal:
|
11
11
|
:rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
|
12
|
-
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((n % 10 == 3
|
13
|
-
n % 100 != 13) ? :few : ((n % 10 == 1 && n % 100 != 11) ? :one : ((n
|
14
|
-
2 && n % 100 != 12) ? :two : :other))) }'
|
12
|
+
w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n % 10 == 3)
|
13
|
+
&& (n % 100 != 13)) ? :few : (((n % 10 == 1) && (n % 100 != 11)) ? :one : (((n
|
14
|
+
% 10 == 2) && (n % 100 != 12)) ? :two : :other))) }'
|
15
15
|
:names:
|
16
16
|
- :few
|
17
17
|
- :one
|
@@ -2,107 +2,292 @@
|
|
2
2
|
:en:
|
3
3
|
:fields:
|
4
4
|
:day:
|
5
|
-
:
|
6
|
-
|
7
|
-
:
|
8
|
-
|
9
|
-
:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
:
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
5
|
+
:display_name: Day
|
6
|
+
:relative:
|
7
|
+
-1: yesterday
|
8
|
+
0: today
|
9
|
+
1: tomorrow
|
10
|
+
:relative_time:
|
11
|
+
:future:
|
12
|
+
:one: "in {0} day"
|
13
|
+
:other: "in {0} days"
|
14
|
+
:past:
|
15
|
+
:one: "{0} day ago"
|
16
|
+
:other: "{0} days ago"
|
17
|
+
:day-short:
|
18
|
+
:display_name: day
|
19
|
+
:dayperiod:
|
20
|
+
:display_name: AM/PM
|
21
|
+
:era:
|
22
|
+
:display_name: Era
|
23
|
+
:fri:
|
24
|
+
:relative:
|
25
|
+
-1: "last Friday"
|
26
|
+
0: "this Friday"
|
27
|
+
1: "next Friday"
|
28
|
+
:fri-narrow:
|
29
|
+
:relative:
|
30
|
+
-1: "last F"
|
31
|
+
0: "this F"
|
32
|
+
1: "next F"
|
33
|
+
:fri-short:
|
34
|
+
:relative:
|
35
|
+
-1: "last Fri."
|
36
|
+
0: "this Fri."
|
37
|
+
1: "next Fri."
|
19
38
|
:hour:
|
20
|
-
:
|
21
|
-
|
22
|
-
:
|
23
|
-
|
24
|
-
|
25
|
-
:
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
39
|
+
:display_name: Hour
|
40
|
+
:relative_time:
|
41
|
+
:future:
|
42
|
+
:one: "in {0} hour"
|
43
|
+
:other: "in {0} hours"
|
44
|
+
:past:
|
45
|
+
:one: "{0} hour ago"
|
46
|
+
:other: "{0} hours ago"
|
47
|
+
:hour-short:
|
48
|
+
:display_name: hr.
|
49
|
+
:relative_time:
|
50
|
+
:future:
|
51
|
+
:one: "in {0} hr."
|
52
|
+
:other: "in {0} hr."
|
53
|
+
:past:
|
54
|
+
:one: "{0} hr. ago"
|
55
|
+
:other: "{0} hr. ago"
|
34
56
|
:minute:
|
35
|
-
:
|
36
|
-
|
37
|
-
:
|
38
|
-
|
39
|
-
|
40
|
-
:
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
57
|
+
:display_name: Minute
|
58
|
+
:relative_time:
|
59
|
+
:future:
|
60
|
+
:one: "in {0} minute"
|
61
|
+
:other: "in {0} minutes"
|
62
|
+
:past:
|
63
|
+
:one: "{0} minute ago"
|
64
|
+
:other: "{0} minutes ago"
|
65
|
+
:minute-short:
|
66
|
+
:display_name: min.
|
67
|
+
:relative_time:
|
68
|
+
:future:
|
69
|
+
:one: "in {0} min."
|
70
|
+
:other: "in {0} min."
|
71
|
+
:past:
|
72
|
+
:one: "{0} min. ago"
|
73
|
+
:other: "{0} min. ago"
|
74
|
+
:mon:
|
75
|
+
:relative:
|
76
|
+
-1: "last Monday"
|
77
|
+
0: "this Monday"
|
78
|
+
1: "next Monday"
|
79
|
+
:mon-narrow:
|
80
|
+
:relative:
|
81
|
+
-1: "last M"
|
82
|
+
0: "this M"
|
83
|
+
1: "next M"
|
84
|
+
:mon-short:
|
85
|
+
:relative:
|
86
|
+
-1: "last Mon."
|
87
|
+
0: "this Mon."
|
88
|
+
1: "next Mon."
|
49
89
|
:month:
|
50
|
-
:
|
51
|
-
|
52
|
-
:
|
53
|
-
|
54
|
-
:
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
:
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
90
|
+
:display_name: Month
|
91
|
+
:relative:
|
92
|
+
-1: "last month"
|
93
|
+
0: "this month"
|
94
|
+
1: "next month"
|
95
|
+
:relative_time:
|
96
|
+
:future:
|
97
|
+
:one: "in {0} month"
|
98
|
+
:other: "in {0} months"
|
99
|
+
:past:
|
100
|
+
:one: "{0} month ago"
|
101
|
+
:other: "{0} months ago"
|
102
|
+
:month-short:
|
103
|
+
:display_name: mo.
|
104
|
+
:relative:
|
105
|
+
-1: "last mo."
|
106
|
+
0: "this mo."
|
107
|
+
1: "next mo."
|
108
|
+
:relative_time:
|
109
|
+
:future:
|
110
|
+
:one: "in {0} mo."
|
111
|
+
:other: "in {0} mo."
|
112
|
+
:past:
|
113
|
+
:one: "{0} mo. ago"
|
114
|
+
:other: "{0} mo. ago"
|
115
|
+
:quarter:
|
116
|
+
:display_name: Quarter
|
117
|
+
:relative:
|
118
|
+
-1: "last quarter"
|
119
|
+
0: "this quarter"
|
120
|
+
1: "next quarter"
|
121
|
+
:relative_time:
|
122
|
+
:future:
|
123
|
+
:one: "in {0} quarter"
|
124
|
+
:other: "in {0} quarters"
|
125
|
+
:past:
|
126
|
+
:one: "{0} quarter ago"
|
127
|
+
:other: "{0} quarters ago"
|
128
|
+
:quarter-short:
|
129
|
+
:display_name: qtr.
|
130
|
+
:relative:
|
131
|
+
-1: "last qtr."
|
132
|
+
0: "this qtr."
|
133
|
+
1: "next qtr."
|
134
|
+
:relative_time:
|
135
|
+
:future:
|
136
|
+
:one: "in {0} qtr."
|
137
|
+
:other: "in {0} qtrs."
|
138
|
+
:past:
|
139
|
+
:one: "{0} qtr. ago"
|
140
|
+
:other: "{0} qtrs. ago"
|
141
|
+
:sat:
|
142
|
+
:relative:
|
143
|
+
-1: "last Saturday"
|
144
|
+
0: "this Saturday"
|
145
|
+
1: "next Saturday"
|
146
|
+
:sat-narrow:
|
147
|
+
:relative:
|
148
|
+
-1: "last Sa"
|
149
|
+
0: "this Sa"
|
150
|
+
1: "next Sa"
|
151
|
+
:sat-short:
|
152
|
+
:relative:
|
153
|
+
-1: "last Sat."
|
154
|
+
0: "this Sat."
|
155
|
+
1: "next Sat."
|
64
156
|
:second:
|
65
|
-
:
|
66
|
-
|
67
|
-
:
|
68
|
-
:
|
69
|
-
:
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
:second-
|
76
|
-
:
|
77
|
-
|
78
|
-
:
|
157
|
+
:display_name: Second
|
158
|
+
:relative:
|
159
|
+
0: now
|
160
|
+
:relative_time:
|
161
|
+
:future:
|
162
|
+
:one: "in {0} second"
|
163
|
+
:other: "in {0} seconds"
|
164
|
+
:past:
|
165
|
+
:one: "{0} second ago"
|
166
|
+
:other: "{0} seconds ago"
|
167
|
+
:second-short:
|
168
|
+
:display_name: sec.
|
169
|
+
:relative:
|
170
|
+
0: now
|
171
|
+
:relative_time:
|
172
|
+
:future:
|
173
|
+
:one: "in {0} sec."
|
174
|
+
:other: "in {0} sec."
|
175
|
+
:past:
|
176
|
+
:one: "{0} sec. ago"
|
177
|
+
:other: "{0} sec. ago"
|
178
|
+
:sun:
|
179
|
+
:relative:
|
180
|
+
-1: "last Sunday"
|
181
|
+
0: "this Sunday"
|
182
|
+
1: "next Sunday"
|
183
|
+
:sun-narrow:
|
184
|
+
:relative:
|
185
|
+
-1: "last Su"
|
186
|
+
0: "this Su"
|
187
|
+
1: "next Su"
|
188
|
+
:sun-short:
|
189
|
+
:relative:
|
190
|
+
-1: "last Sun."
|
191
|
+
0: "this Sun."
|
192
|
+
1: "next Sun."
|
193
|
+
:thu:
|
194
|
+
:relative:
|
195
|
+
-1: "last Thursday"
|
196
|
+
0: "this Thursday"
|
197
|
+
1: "next Thursday"
|
198
|
+
:thu-narrow:
|
199
|
+
:relative:
|
200
|
+
-1: "last Th"
|
201
|
+
0: "this Th"
|
202
|
+
1: "next Th"
|
203
|
+
:thu-short:
|
204
|
+
:relative:
|
205
|
+
-1: "last Thu."
|
206
|
+
0: "this Thu."
|
207
|
+
1: "next Thu."
|
208
|
+
:tue:
|
209
|
+
:relative:
|
210
|
+
-1: "last Tuesday"
|
211
|
+
0: "this Tuesday"
|
212
|
+
1: "next Tuesday"
|
213
|
+
:tue-narrow:
|
214
|
+
:relative:
|
215
|
+
-1: "last Tu"
|
216
|
+
0: "this Tu"
|
217
|
+
1: "next Tu"
|
218
|
+
:tue-short:
|
219
|
+
:relative:
|
220
|
+
-1: "last Tue."
|
221
|
+
0: "this Tue."
|
222
|
+
1: "next Tue."
|
223
|
+
:wed:
|
224
|
+
:relative:
|
225
|
+
-1: "last Wednesday"
|
226
|
+
0: "this Wednesday"
|
227
|
+
1: "next Wednesday"
|
228
|
+
:wed-narrow:
|
229
|
+
:relative:
|
230
|
+
-1: "last W"
|
231
|
+
0: "this W"
|
232
|
+
1: "next W"
|
233
|
+
:wed-short:
|
234
|
+
:relative:
|
235
|
+
-1: "last Wed."
|
236
|
+
0: "this Wed."
|
237
|
+
1: "next Wed."
|
79
238
|
:week:
|
80
|
-
:
|
81
|
-
|
82
|
-
:
|
83
|
-
|
84
|
-
:
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
:
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
239
|
+
:display_name: Week
|
240
|
+
:relative:
|
241
|
+
-1: "last week"
|
242
|
+
0: "this week"
|
243
|
+
1: "next week"
|
244
|
+
:relative_time:
|
245
|
+
:future:
|
246
|
+
:one: "in {0} week"
|
247
|
+
:other: "in {0} weeks"
|
248
|
+
:past:
|
249
|
+
:one: "{0} week ago"
|
250
|
+
:other: "{0} weeks ago"
|
251
|
+
:week-short:
|
252
|
+
:display_name: wk.
|
253
|
+
:relative:
|
254
|
+
-1: "last wk."
|
255
|
+
0: "this wk."
|
256
|
+
1: "next wk."
|
257
|
+
:relative_time:
|
258
|
+
:future:
|
259
|
+
:one: "in {0} wk."
|
260
|
+
:other: "in {0} wk."
|
261
|
+
:past:
|
262
|
+
:one: "{0} wk. ago"
|
263
|
+
:other: "{0} wk. ago"
|
264
|
+
:weekday:
|
265
|
+
:display_name: "Day of the Week"
|
94
266
|
:year:
|
95
|
-
:
|
96
|
-
|
97
|
-
:
|
98
|
-
|
99
|
-
:
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
:
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
267
|
+
:display_name: Year
|
268
|
+
:relative:
|
269
|
+
-1: "last year"
|
270
|
+
0: "this year"
|
271
|
+
1: "next year"
|
272
|
+
:relative_time:
|
273
|
+
:future:
|
274
|
+
:one: "in {0} year"
|
275
|
+
:other: "in {0} years"
|
276
|
+
:past:
|
277
|
+
:one: "{0} year ago"
|
278
|
+
:other: "{0} years ago"
|
279
|
+
:year-short:
|
280
|
+
:display_name: yr.
|
281
|
+
:relative:
|
282
|
+
-1: "last yr."
|
283
|
+
0: "this yr."
|
284
|
+
1: "next yr."
|
285
|
+
:relative_time:
|
286
|
+
:future:
|
287
|
+
:one: "in {0} yr."
|
288
|
+
:other: "in {0} yr."
|
289
|
+
:past:
|
290
|
+
:one: "{0} yr. ago"
|
291
|
+
:other: "{0} yr. ago"
|
292
|
+
:zone:
|
293
|
+
:display_name: "Time Zone"
|