twitter_cldr 6.11.0 → 6.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/twitter_cldr/resources/cldr_document_set.rb +9 -1
- data/lib/twitter_cldr/resources/loader.rb +3 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/locales/bo/calendars.yml +56 -56
- data/resources/locales/en/calendars.yml +75 -69
- data/resources/locales/en-001/calendars.yml +65 -59
- data/resources/locales/en-150/calendars.yml +65 -59
- data/resources/locales/en-AU/calendars.yml +4 -4
- data/resources/locales/en-CA/calendars.yml +61 -59
- data/resources/locales/en-GB/calendars.yml +7 -3
- data/resources/locales/en-IE/calendars.yml +65 -59
- data/resources/locales/en-IN/calendars.yml +65 -59
- data/resources/locales/en-NZ/calendars.yml +65 -59
- data/resources/locales/en-SG/calendars.yml +65 -59
- data/resources/locales/en-US/calendars.yml +75 -69
- data/resources/locales/en-ZA/calendars.yml +65 -59
- data/resources/locales/eo/calendars.yml +82 -82
- data/resources/locales/ga/calendars.yml +4 -4
- data/resources/locales/pt/calendars.yml +33 -33
- data/resources/locales/pt-PT/calendars.yml +19 -19
- data/resources/locales/ru/calendars.yml +7 -7
- data/resources/locales/xh/calendars.yml +14 -14
- data/resources/locales/zh-Hant/calendars.yml +4 -4
- data/resources/locales/zu/calendars.yml +1 -1
- data/spec/shared/calendar_spec.rb +17 -0
- metadata +6 -7
@@ -103,21 +103,21 @@
|
|
103
103
|
:tue: T
|
104
104
|
:wed: W
|
105
105
|
:short:
|
106
|
-
:fri:
|
107
|
-
:mon:
|
108
|
-
:sat:
|
109
|
-
:sun:
|
110
|
-
:thu:
|
111
|
-
:tue:
|
112
|
-
:wed:
|
106
|
+
:fri: Fr
|
107
|
+
:mon: Mo
|
108
|
+
:sat: Sa
|
109
|
+
:sun: Su
|
110
|
+
:thu: Th
|
111
|
+
:tue: Tu
|
112
|
+
:wed: We
|
113
113
|
:wide:
|
114
|
-
:fri:
|
115
|
-
:mon:
|
116
|
-
:sat:
|
117
|
-
:sun:
|
118
|
-
:thu:
|
119
|
-
:tue:
|
120
|
-
:wed:
|
114
|
+
:fri: Friday
|
115
|
+
:mon: Monday
|
116
|
+
:sat: Saturday
|
117
|
+
:sun: Sunday
|
118
|
+
:thu: Thursday
|
119
|
+
:tue: Tuesday
|
120
|
+
:wed: Wednesday
|
121
121
|
:eras:
|
122
122
|
:abbr:
|
123
123
|
0: BCE
|
@@ -130,49 +130,49 @@
|
|
130
130
|
1: A
|
131
131
|
:fields:
|
132
132
|
:day: day
|
133
|
-
:day-narrow:
|
133
|
+
:day-narrow: day
|
134
134
|
:day-short: day
|
135
135
|
:dayOfYear: "day of year"
|
136
|
-
:dayOfYear-narrow: "
|
136
|
+
:dayOfYear-narrow: "day of yr."
|
137
137
|
:dayOfYear-short: "day of yr."
|
138
138
|
:dayperiod: AM/PM
|
139
|
-
:dayperiod-narrow:
|
139
|
+
:dayperiod-narrow: AM/PM
|
140
140
|
:dayperiod-short: AM/PM
|
141
141
|
:era: era
|
142
|
-
:era-narrow:
|
142
|
+
:era-narrow: era
|
143
143
|
:era-short: era
|
144
144
|
:hour: hour
|
145
|
-
:hour-narrow:
|
145
|
+
:hour-narrow: hr.
|
146
146
|
:hour-short: hr.
|
147
147
|
:minute: minute
|
148
|
-
:minute-narrow:
|
148
|
+
:minute-narrow: min.
|
149
149
|
:minute-short: min.
|
150
150
|
:month: month
|
151
|
-
:month-narrow:
|
151
|
+
:month-narrow: mo.
|
152
152
|
:month-short: mo.
|
153
153
|
:quarter: quarter
|
154
|
-
:quarter-narrow:
|
154
|
+
:quarter-narrow: qtr.
|
155
155
|
:quarter-short: qtr.
|
156
156
|
:second: second
|
157
|
-
:second-narrow:
|
157
|
+
:second-narrow: sec.
|
158
158
|
:second-short: sec.
|
159
159
|
:week: week
|
160
|
-
:week-narrow:
|
160
|
+
:week-narrow: wk.
|
161
161
|
:week-short: wk.
|
162
162
|
:weekOfMonth: "week of month"
|
163
|
-
:weekOfMonth-narrow: "
|
163
|
+
:weekOfMonth-narrow: "wk. of mo."
|
164
164
|
:weekOfMonth-short: "wk. of mo."
|
165
165
|
:weekday: "day of the week"
|
166
|
-
:weekday-narrow: "
|
166
|
+
:weekday-narrow: "day of wk."
|
167
167
|
:weekday-short: "day of wk."
|
168
168
|
:weekdayOfMonth: "weekday of the month"
|
169
|
-
:weekdayOfMonth-narrow: "
|
169
|
+
:weekdayOfMonth-narrow: "wkday. of mo."
|
170
170
|
:weekdayOfMonth-short: "wkday. of mo."
|
171
171
|
:year: year
|
172
|
-
:year-narrow:
|
172
|
+
:year-narrow: yr.
|
173
173
|
:year-short: yr.
|
174
174
|
:zone: "time zone"
|
175
|
-
:zone-narrow:
|
175
|
+
:zone-narrow: zone
|
176
176
|
:zone-short: zone
|
177
177
|
:formats:
|
178
178
|
:date:
|
@@ -218,18 +218,18 @@
|
|
218
218
|
8: Aug
|
219
219
|
9: Sep
|
220
220
|
:narrow:
|
221
|
-
1:
|
222
|
-
10:
|
223
|
-
11: "
|
224
|
-
12:
|
225
|
-
2:
|
226
|
-
3:
|
227
|
-
4:
|
228
|
-
5:
|
229
|
-
6:
|
230
|
-
7:
|
231
|
-
8:
|
232
|
-
9:
|
221
|
+
1: J
|
222
|
+
10: O
|
223
|
+
11: "N"
|
224
|
+
12: D
|
225
|
+
2: F
|
226
|
+
3: M
|
227
|
+
4: A
|
228
|
+
5: M
|
229
|
+
6: J
|
230
|
+
7: J
|
231
|
+
8: A
|
232
|
+
9: S
|
233
233
|
:wide:
|
234
234
|
1: January
|
235
235
|
10: October
|
@@ -245,18 +245,18 @@
|
|
245
245
|
9: September
|
246
246
|
:stand-alone:
|
247
247
|
:abbreviated:
|
248
|
-
1:
|
249
|
-
10:
|
250
|
-
11:
|
251
|
-
12:
|
252
|
-
2:
|
253
|
-
3:
|
254
|
-
4:
|
255
|
-
5:
|
256
|
-
6:
|
257
|
-
7:
|
258
|
-
8:
|
259
|
-
9:
|
248
|
+
1: Jan
|
249
|
+
10: Oct
|
250
|
+
11: Nov
|
251
|
+
12: Dec
|
252
|
+
2: Feb
|
253
|
+
3: Mar
|
254
|
+
4: Apr
|
255
|
+
5: May
|
256
|
+
6: Jun
|
257
|
+
7: Jul
|
258
|
+
8: Aug
|
259
|
+
9: Sep
|
260
260
|
:narrow:
|
261
261
|
1: J
|
262
262
|
10: O
|
@@ -271,18 +271,18 @@
|
|
271
271
|
8: A
|
272
272
|
9: S
|
273
273
|
:wide:
|
274
|
-
1:
|
275
|
-
10:
|
276
|
-
11:
|
277
|
-
12:
|
278
|
-
2:
|
279
|
-
3:
|
280
|
-
4:
|
281
|
-
5:
|
282
|
-
6:
|
283
|
-
7:
|
284
|
-
8:
|
285
|
-
9:
|
274
|
+
1: January
|
275
|
+
10: October
|
276
|
+
11: November
|
277
|
+
12: December
|
278
|
+
2: February
|
279
|
+
3: March
|
280
|
+
4: April
|
281
|
+
5: May
|
282
|
+
6: June
|
283
|
+
7: July
|
284
|
+
8: August
|
285
|
+
9: September
|
286
286
|
:periods:
|
287
287
|
:format:
|
288
288
|
:abbreviated:
|
@@ -329,7 +329,13 @@
|
|
329
329
|
:noon: noon
|
330
330
|
:pm: PM
|
331
331
|
:narrow:
|
332
|
+
:afternoon1: afternoon
|
332
333
|
:am: AM
|
334
|
+
:evening1: evening
|
335
|
+
:midnight: midnight
|
336
|
+
:morning1: morning
|
337
|
+
:night1: night
|
338
|
+
:noon: noon
|
333
339
|
:pm: PM
|
334
340
|
:wide:
|
335
341
|
:afternoon1: afternoon
|
@@ -369,7 +375,7 @@
|
|
369
375
|
3: "3"
|
370
376
|
4: "4"
|
371
377
|
:wide:
|
372
|
-
1:
|
373
|
-
2:
|
374
|
-
3:
|
375
|
-
4:
|
378
|
+
1: "1st quarter"
|
379
|
+
2: "2nd quarter"
|
380
|
+
3: "3rd quarter"
|
381
|
+
4: "4th quarter"
|
@@ -104,21 +104,21 @@
|
|
104
104
|
:tue: T
|
105
105
|
:wed: W
|
106
106
|
:short:
|
107
|
-
:fri:
|
108
|
-
:mon:
|
109
|
-
:sat:
|
110
|
-
:sun:
|
111
|
-
:thu:
|
112
|
-
:tue:
|
113
|
-
:wed:
|
107
|
+
:fri: Fr
|
108
|
+
:mon: Mo
|
109
|
+
:sat: Sa
|
110
|
+
:sun: Su
|
111
|
+
:thu: Th
|
112
|
+
:tue: Tu
|
113
|
+
:wed: We
|
114
114
|
:wide:
|
115
|
-
:fri:
|
116
|
-
:mon:
|
117
|
-
:sat:
|
118
|
-
:sun:
|
119
|
-
:thu:
|
120
|
-
:tue:
|
121
|
-
:wed:
|
115
|
+
:fri: Friday
|
116
|
+
:mon: Monday
|
117
|
+
:sat: Saturday
|
118
|
+
:sun: Sunday
|
119
|
+
:thu: Thursday
|
120
|
+
:tue: Tuesday
|
121
|
+
:wed: Wednesday
|
122
122
|
:eras:
|
123
123
|
:abbr:
|
124
124
|
0: BCE
|
@@ -131,7 +131,7 @@
|
|
131
131
|
1: A
|
132
132
|
:fields:
|
133
133
|
:day: day
|
134
|
-
:day-narrow:
|
134
|
+
:day-narrow: day
|
135
135
|
:day-short: day
|
136
136
|
:dayOfYear: "day of year"
|
137
137
|
:dayOfYear-narrow: "day of yr"
|
@@ -140,10 +140,10 @@
|
|
140
140
|
:dayperiod-narrow: am/pm
|
141
141
|
:dayperiod-short: am/pm
|
142
142
|
:era: era
|
143
|
-
:era-narrow:
|
143
|
+
:era-narrow: era
|
144
144
|
:era-short: era
|
145
145
|
:hour: hour
|
146
|
-
:hour-narrow:
|
146
|
+
:hour-narrow: hr.
|
147
147
|
:hour-short: hr
|
148
148
|
:minute: minute
|
149
149
|
:minute-narrow: min
|
@@ -155,7 +155,7 @@
|
|
155
155
|
:quarter-narrow: qtr
|
156
156
|
:quarter-short: qtr
|
157
157
|
:second: second
|
158
|
-
:second-narrow:
|
158
|
+
:second-narrow: sec.
|
159
159
|
:second-short: sec
|
160
160
|
:week: week
|
161
161
|
:week-narrow: wk
|
@@ -170,10 +170,10 @@
|
|
170
170
|
:weekdayOfMonth-narrow: "wkday of mo"
|
171
171
|
:weekdayOfMonth-short: "wkday of mo"
|
172
172
|
:year: year
|
173
|
-
:year-narrow:
|
173
|
+
:year-narrow: yr.
|
174
174
|
:year-short: yr
|
175
175
|
:zone: "time zone"
|
176
|
-
:zone-narrow:
|
176
|
+
:zone-narrow: zone
|
177
177
|
:zone-short: zone
|
178
178
|
:formats:
|
179
179
|
:date:
|
@@ -219,18 +219,18 @@
|
|
219
219
|
8: Aug
|
220
220
|
9: Sept
|
221
221
|
:narrow:
|
222
|
-
1:
|
223
|
-
10:
|
224
|
-
11: "
|
225
|
-
12:
|
226
|
-
2:
|
227
|
-
3:
|
228
|
-
4:
|
229
|
-
5:
|
230
|
-
6:
|
231
|
-
7:
|
232
|
-
8:
|
233
|
-
9:
|
222
|
+
1: J
|
223
|
+
10: O
|
224
|
+
11: "N"
|
225
|
+
12: D
|
226
|
+
2: F
|
227
|
+
3: M
|
228
|
+
4: A
|
229
|
+
5: M
|
230
|
+
6: J
|
231
|
+
7: J
|
232
|
+
8: A
|
233
|
+
9: S
|
234
234
|
:wide:
|
235
235
|
1: January
|
236
236
|
10: October
|
@@ -246,17 +246,17 @@
|
|
246
246
|
9: September
|
247
247
|
:stand-alone:
|
248
248
|
:abbreviated:
|
249
|
-
1:
|
250
|
-
10:
|
251
|
-
11:
|
252
|
-
12:
|
253
|
-
2:
|
254
|
-
3:
|
255
|
-
4:
|
256
|
-
5:
|
257
|
-
6:
|
258
|
-
7:
|
259
|
-
8:
|
249
|
+
1: Jan
|
250
|
+
10: Oct
|
251
|
+
11: Nov
|
252
|
+
12: Dec
|
253
|
+
2: Feb
|
254
|
+
3: Mar
|
255
|
+
4: Apr
|
256
|
+
5: May
|
257
|
+
6: Jun
|
258
|
+
7: Jul
|
259
|
+
8: Aug
|
260
260
|
9: Sept
|
261
261
|
:narrow:
|
262
262
|
1: J
|
@@ -272,18 +272,18 @@
|
|
272
272
|
8: A
|
273
273
|
9: S
|
274
274
|
:wide:
|
275
|
-
1:
|
276
|
-
10:
|
277
|
-
11:
|
278
|
-
12:
|
279
|
-
2:
|
280
|
-
3:
|
281
|
-
4:
|
282
|
-
5:
|
283
|
-
6:
|
284
|
-
7:
|
285
|
-
8:
|
286
|
-
9:
|
275
|
+
1: January
|
276
|
+
10: October
|
277
|
+
11: November
|
278
|
+
12: December
|
279
|
+
2: February
|
280
|
+
3: March
|
281
|
+
4: April
|
282
|
+
5: May
|
283
|
+
6: June
|
284
|
+
7: July
|
285
|
+
8: August
|
286
|
+
9: September
|
287
287
|
:periods:
|
288
288
|
:format:
|
289
289
|
:abbreviated:
|
@@ -330,7 +330,13 @@
|
|
330
330
|
:noon: noon
|
331
331
|
:pm: pm
|
332
332
|
:narrow:
|
333
|
+
:afternoon1: afternoon
|
333
334
|
:am: AM
|
335
|
+
:evening1: evening
|
336
|
+
:midnight: midnight
|
337
|
+
:morning1: morning
|
338
|
+
:night1: night
|
339
|
+
:noon: noon
|
334
340
|
:pm: pm
|
335
341
|
:wide:
|
336
342
|
:afternoon1: afternoon
|
@@ -370,7 +376,7 @@
|
|
370
376
|
3: "3"
|
371
377
|
4: "4"
|
372
378
|
:wide:
|
373
|
-
1:
|
374
|
-
2:
|
375
|
-
3:
|
376
|
-
4:
|
379
|
+
1: "1st quarter"
|
380
|
+
2: "2nd quarter"
|
381
|
+
3: "3rd quarter"
|
382
|
+
4: "4th quarter"
|
@@ -62,21 +62,21 @@
|
|
62
62
|
:tue: ma
|
63
63
|
:wed: me
|
64
64
|
:narrow:
|
65
|
-
:fri:
|
66
|
-
:mon:
|
65
|
+
:fri: V
|
66
|
+
:mon: L
|
67
67
|
:sat: S
|
68
|
-
:sun:
|
69
|
-
:thu:
|
70
|
-
:tue:
|
71
|
-
:wed:
|
68
|
+
:sun: D
|
69
|
+
:thu: Ĵ
|
70
|
+
:tue: M
|
71
|
+
:wed: M
|
72
72
|
:short:
|
73
|
-
:fri:
|
74
|
-
:mon:
|
75
|
-
:sat:
|
76
|
-
:sun:
|
77
|
-
:thu:
|
78
|
-
:tue:
|
79
|
-
:wed:
|
73
|
+
:fri: ve
|
74
|
+
:mon: lu
|
75
|
+
:sat: sa
|
76
|
+
:sun: di
|
77
|
+
:thu: ĵa
|
78
|
+
:tue: ma
|
79
|
+
:wed: me
|
80
80
|
:wide:
|
81
81
|
:fri: vendredo
|
82
82
|
:mon: lundo
|
@@ -87,13 +87,13 @@
|
|
87
87
|
:wed: merkredo
|
88
88
|
:stand-alone:
|
89
89
|
:abbreviated:
|
90
|
-
:fri:
|
91
|
-
:mon:
|
92
|
-
:sat:
|
93
|
-
:sun:
|
94
|
-
:thu:
|
95
|
-
:tue:
|
96
|
-
:wed:
|
90
|
+
:fri: ve
|
91
|
+
:mon: lu
|
92
|
+
:sat: sa
|
93
|
+
:sun: di
|
94
|
+
:thu: ĵa
|
95
|
+
:tue: ma
|
96
|
+
:wed: me
|
97
97
|
:narrow:
|
98
98
|
:fri: V
|
99
99
|
:mon: L
|
@@ -103,13 +103,13 @@
|
|
103
103
|
:tue: M
|
104
104
|
:wed: M
|
105
105
|
:short:
|
106
|
-
:fri:
|
107
|
-
:mon:
|
108
|
-
:sat:
|
109
|
-
:sun:
|
110
|
-
:thu:
|
111
|
-
:tue:
|
112
|
-
:wed:
|
106
|
+
:fri: ve
|
107
|
+
:mon: lu
|
108
|
+
:sat: sa
|
109
|
+
:sun: di
|
110
|
+
:thu: ĵa
|
111
|
+
:tue: ma
|
112
|
+
:wed: me
|
113
113
|
:wide:
|
114
114
|
:fri: vendredo
|
115
115
|
:mon: lundo
|
@@ -130,50 +130,50 @@
|
|
130
130
|
1: KE
|
131
131
|
:fields:
|
132
132
|
:day: tago
|
133
|
-
:day-narrow:
|
134
|
-
:day-short:
|
133
|
+
:day-narrow: tago
|
134
|
+
:day-short: tago
|
135
135
|
:dayOfYear: "Day Of Year"
|
136
136
|
:dayOfYear-narrow: "Day Of Year"
|
137
137
|
:dayOfYear-short: "Day Of Year"
|
138
138
|
:dayperiod: atm/ptm
|
139
|
-
:dayperiod-narrow:
|
140
|
-
:dayperiod-short:
|
139
|
+
:dayperiod-narrow: atm/ptm
|
140
|
+
:dayperiod-short: atm/ptm
|
141
141
|
:era: erao
|
142
|
-
:era-narrow:
|
143
|
-
:era-short:
|
142
|
+
:era-narrow: erao
|
143
|
+
:era-short: erao
|
144
144
|
:hour: horo
|
145
145
|
:hour-narrow: h
|
146
|
-
:hour-short:
|
146
|
+
:hour-short: horo
|
147
147
|
:minute: minuto
|
148
148
|
:minute-narrow: m
|
149
|
-
:minute-short:
|
149
|
+
:minute-short: minuto
|
150
150
|
:month: monato
|
151
|
-
:month-narrow:
|
152
|
-
:month-short:
|
151
|
+
:month-narrow: monato
|
152
|
+
:month-short: monato
|
153
153
|
:quarter: kvaronjaro
|
154
|
-
:quarter-narrow:
|
155
|
-
:quarter-short:
|
154
|
+
:quarter-narrow: kvaronjaro
|
155
|
+
:quarter-short: kvaronjaro
|
156
156
|
:second: sekundo
|
157
157
|
:second-narrow: s
|
158
|
-
:second-short:
|
158
|
+
:second-short: sekundo
|
159
159
|
:week: semajno
|
160
|
-
:week-narrow:
|
161
|
-
:week-short:
|
160
|
+
:week-narrow: semajno
|
161
|
+
:week-short: semajno
|
162
162
|
:weekOfMonth: "Week Of Month"
|
163
163
|
:weekOfMonth-narrow: "Week Of Month"
|
164
164
|
:weekOfMonth-short: "Week Of Month"
|
165
165
|
:weekday: "tago de la semajno"
|
166
|
-
:weekday-narrow: "
|
167
|
-
:weekday-short: "
|
166
|
+
:weekday-narrow: "tago de la semajno"
|
167
|
+
:weekday-short: "tago de la semajno"
|
168
168
|
:weekdayOfMonth: "Weekday Of Month"
|
169
169
|
:weekdayOfMonth-narrow: "Weekday Of Month"
|
170
170
|
:weekdayOfMonth-short: "Weekday Of Month"
|
171
171
|
:year: jaro
|
172
|
-
:year-narrow:
|
173
|
-
:year-short:
|
172
|
+
:year-narrow: jaro
|
173
|
+
:year-short: jaro
|
174
174
|
:zone: horzono
|
175
|
-
:zone-narrow:
|
176
|
-
:zone-short:
|
175
|
+
:zone-narrow: horzono
|
176
|
+
:zone-short: horzono
|
177
177
|
:formats:
|
178
178
|
:date:
|
179
179
|
:full:
|
@@ -218,18 +218,18 @@
|
|
218
218
|
8: aŭg
|
219
219
|
9: sep
|
220
220
|
:narrow:
|
221
|
-
1:
|
222
|
-
10:
|
223
|
-
11: "
|
224
|
-
12:
|
225
|
-
2:
|
226
|
-
3:
|
227
|
-
4:
|
228
|
-
5:
|
229
|
-
6:
|
230
|
-
7:
|
231
|
-
8:
|
232
|
-
9:
|
221
|
+
1: J
|
222
|
+
10: O
|
223
|
+
11: "N"
|
224
|
+
12: D
|
225
|
+
2: F
|
226
|
+
3: M
|
227
|
+
4: A
|
228
|
+
5: M
|
229
|
+
6: J
|
230
|
+
7: J
|
231
|
+
8: A
|
232
|
+
9: S
|
233
233
|
:wide:
|
234
234
|
1: januaro
|
235
235
|
10: oktobro
|
@@ -245,18 +245,18 @@
|
|
245
245
|
9: septembro
|
246
246
|
:stand-alone:
|
247
247
|
:abbreviated:
|
248
|
-
1:
|
249
|
-
10:
|
250
|
-
11:
|
251
|
-
12:
|
252
|
-
2:
|
253
|
-
3:
|
254
|
-
4:
|
255
|
-
5:
|
256
|
-
6:
|
257
|
-
7:
|
258
|
-
8:
|
259
|
-
9:
|
248
|
+
1: jan
|
249
|
+
10: okt
|
250
|
+
11: nov
|
251
|
+
12: dec
|
252
|
+
2: feb
|
253
|
+
3: mar
|
254
|
+
4: apr
|
255
|
+
5: maj
|
256
|
+
6: jun
|
257
|
+
7: jul
|
258
|
+
8: aŭg
|
259
|
+
9: sep
|
260
260
|
:narrow:
|
261
261
|
1: J
|
262
262
|
10: O
|
@@ -296,14 +296,14 @@
|
|
296
296
|
:pm: ptm
|
297
297
|
:stand-alone:
|
298
298
|
:abbreviated:
|
299
|
-
:am:
|
300
|
-
:pm:
|
299
|
+
:am: atm
|
300
|
+
:pm: ptm
|
301
301
|
:narrow:
|
302
|
-
:am:
|
303
|
-
:pm:
|
302
|
+
:am: atm
|
303
|
+
:pm: ptm
|
304
304
|
:wide:
|
305
|
-
:am:
|
306
|
-
:pm:
|
305
|
+
:am: atm
|
306
|
+
:pm: ptm
|
307
307
|
:quarters:
|
308
308
|
:format:
|
309
309
|
:abbreviated:
|
@@ -323,10 +323,10 @@
|
|
323
323
|
4: "4-a kvaronjaro"
|
324
324
|
:stand-alone:
|
325
325
|
:abbreviated:
|
326
|
-
1:
|
327
|
-
2:
|
328
|
-
3:
|
329
|
-
4:
|
326
|
+
1: K1
|
327
|
+
2: K2
|
328
|
+
3: K3
|
329
|
+
4: K4
|
330
330
|
:narrow:
|
331
331
|
1: "1"
|
332
332
|
2: "2"
|
@@ -289,15 +289,15 @@
|
|
289
289
|
:am: r.n.
|
290
290
|
:pm: i.n.
|
291
291
|
:narrow:
|
292
|
-
:am:
|
293
|
-
:pm:
|
292
|
+
:am: r.n.
|
293
|
+
:pm: i.n.
|
294
294
|
:wide:
|
295
295
|
:am: r.n.
|
296
296
|
:pm: i.n.
|
297
297
|
:stand-alone:
|
298
298
|
:abbreviated:
|
299
|
-
:am:
|
300
|
-
:pm:
|
299
|
+
:am: r.n.
|
300
|
+
:pm: i.n.
|
301
301
|
:narrow:
|
302
302
|
:am: r.n.
|
303
303
|
:pm: i.n.
|