]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/root.xml | |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
57a6839d | 10 | * ICU <specials> source: <path>/common/main/root.xml |
374ca955 A |
11 | */ |
12 | root{ | |
73c04bcf | 13 | AuxExemplarCharacters{"[]"} |
57a6839d A |
14 | Ellipsis{ |
15 | final{"{0}…"} | |
16 | initial{"…{0}"} | |
17 | medial{"{0}…{1}"} | |
18 | word-final{"{0} …"} | |
19 | word-initial{"… {0}"} | |
20 | word-medial{"{0} … {1}"} | |
21 | } | |
374ca955 | 22 | ExemplarCharacters{"[]"} |
51004dcb | 23 | ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ( ) \\[ \\] \\{ \\}]"} |
57a6839d | 24 | MoreInformation{"?"} |
374ca955 | 25 | NumberElements{ |
4388f060 A |
26 | arab{ |
27 | symbols{ | |
28 | decimal{"٫"} | |
29 | exponential{"اس"} | |
30 | group{"٬"} | |
31 | infinity{"∞"} | |
32 | list{"؛"} | |
57a6839d | 33 | minusSign{"-"} |
4388f060 A |
34 | nan{"NaN"} |
35 | perMille{"؉"} | |
57a6839d A |
36 | percentSign{"٪"} |
37 | plusSign{"+"} | |
38 | superscriptingExponent{"×"} | |
2ca993e8 | 39 | timeSeparator{":"} |
4388f060 A |
40 | } |
41 | } | |
42 | arabext{ | |
43 | symbols{ | |
44 | decimal{"٫"} | |
45 | exponential{"×۱۰^"} | |
46 | group{"٬"} | |
47 | infinity{"∞"} | |
48 | list{"؛"} | |
57a6839d | 49 | minusSign{"-"} |
4388f060 A |
50 | nan{"NaN"} |
51 | perMille{"؉"} | |
52 | percentSign{"٪"} | |
57a6839d A |
53 | plusSign{"+"} |
54 | superscriptingExponent{"×"} | |
b331163b A |
55 | timeSeparator{"٫"} |
56 | } | |
57 | } | |
729e4ab9 A |
58 | default{"latn"} |
59 | latn{ | |
57a6839d A |
60 | miscPatterns{ |
61 | atLeast{"⩾{0}"} | |
62 | range{"{0}–{1}"} | |
63 | } | |
729e4ab9 | 64 | patterns{ |
57a6839d | 65 | accountingFormat:alias{"/LOCALE/NumberElements/latn/patterns/currencyFormat"} |
729e4ab9 A |
66 | currencyFormat{"¤ #,##0.00"} |
67 | decimalFormat{"#,##0.###"} | |
68 | percentFormat{"#,##0%"} | |
69 | scientificFormat{"#E0"} | |
70 | } | |
51004dcb | 71 | patternsShort{ |
2ca993e8 A |
72 | currencyFormat{ |
73 | 1000{ | |
74 | other{"¤ 0K"} | |
75 | } | |
76 | 10000{ | |
77 | other{"¤ 00K"} | |
78 | } | |
79 | 100000{ | |
80 | other{"¤ 000K"} | |
81 | } | |
82 | 1000000{ | |
83 | other{"¤ 0M"} | |
84 | } | |
85 | 10000000{ | |
86 | other{"¤ 00M"} | |
87 | } | |
88 | 100000000{ | |
89 | other{"¤ 000M"} | |
90 | } | |
91 | 1000000000{ | |
92 | other{"¤ 0G"} | |
93 | } | |
94 | 10000000000{ | |
95 | other{"¤ 00G"} | |
96 | } | |
97 | 100000000000{ | |
98 | other{"¤ 000G"} | |
99 | } | |
100 | 1000000000000{ | |
101 | other{"¤ 0T"} | |
102 | } | |
103 | 10000000000000{ | |
104 | other{"¤ 00T"} | |
105 | } | |
106 | 100000000000000{ | |
107 | other{"¤ 000T"} | |
108 | } | |
109 | } | |
51004dcb A |
110 | decimalFormat{ |
111 | 1000{ | |
112 | other{"0K"} | |
113 | } | |
114 | 10000{ | |
115 | other{"00K"} | |
116 | } | |
117 | 100000{ | |
118 | other{"000K"} | |
119 | } | |
120 | 1000000{ | |
121 | other{"0M"} | |
122 | } | |
123 | 10000000{ | |
124 | other{"00M"} | |
125 | } | |
126 | 100000000{ | |
127 | other{"000M"} | |
128 | } | |
129 | 1000000000{ | |
130 | other{"0G"} | |
131 | } | |
132 | 10000000000{ | |
133 | other{"00G"} | |
134 | } | |
135 | 100000000000{ | |
136 | other{"000G"} | |
137 | } | |
138 | 1000000000000{ | |
139 | other{"0T"} | |
140 | } | |
141 | 10000000000000{ | |
142 | other{"00T"} | |
143 | } | |
144 | 100000000000000{ | |
145 | other{"000T"} | |
146 | } | |
147 | } | |
148 | } | |
729e4ab9 A |
149 | symbols{ |
150 | decimal{"."} | |
151 | exponential{"E"} | |
152 | group{","} | |
153 | infinity{"∞"} | |
154 | list{";"} | |
155 | minusSign{"-"} | |
156 | nan{"NaN"} | |
157 | perMille{"‰"} | |
158 | percentSign{"%"} | |
159 | plusSign{"+"} | |
57a6839d | 160 | superscriptingExponent{"×"} |
b331163b A |
161 | timeSeparator{":"} |
162 | } | |
163 | } | |
b331163b | 164 | minimumGroupingDigits{"1"} |
4388f060 | 165 | native{"latn"} |
b75a7d8f | 166 | } |
2ca993e8 | 167 | Version{"2.1.22.93"} |
374ca955 A |
168 | calendar{ |
169 | buddhist{ | |
729e4ab9 | 170 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 171 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 172 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
173 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
174 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
175 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
176 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e | 177 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
374ca955 A |
178 | eras{ |
179 | abbreviated{ | |
180 | "BE", | |
181 | } | |
46f4442e A |
182 | narrow:alias{"/LOCALE/calendar/buddhist/eras/abbreviated"} |
183 | wide:alias{"/LOCALE/calendar/buddhist/eras/abbreviated"} | |
374ca955 | 184 | } |
51004dcb | 185 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
46f4442e A |
186 | monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"} |
187 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
b75a7d8f | 188 | } |
374ca955 | 189 | chinese{ |
729e4ab9 | 190 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 191 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
374ca955 | 192 | DateTimePatterns{ |
729e4ab9 | 193 | "HH:mm:ss zzzz", |
73c04bcf A |
194 | "HH:mm:ss z", |
195 | "HH:mm:ss", | |
196 | "HH:mm", | |
57a6839d A |
197 | "r(U) MMMM d, EEEE", |
198 | "r(U) MMMM d", | |
199 | "r MMM d", | |
200 | "r-MM-dd", | |
374ca955 | 201 | "{1} {0}", |
729e4ab9 A |
202 | "{1} {0}", |
203 | "{1} {0}", | |
204 | "{1} {0}", | |
205 | "{1} {0}", | |
374ca955 | 206 | } |
57a6839d A |
207 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
208 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
4388f060 A |
209 | appendItems{ |
210 | Day{"{0} ({2}: {1})"} | |
211 | Day-Of-Week{"{0} {1}"} | |
51004dcb | 212 | Era{"{1} {0}"} |
4388f060 A |
213 | Hour{"{0} ({2}: {1})"} |
214 | Minute{"{0} ({2}: {1})"} | |
215 | Month{"{0} ({2}: {1})"} | |
216 | Quarter{"{0} ({2}: {1})"} | |
217 | Second{"{0} ({2}: {1})"} | |
218 | Timezone{"{0} {1}"} | |
219 | Week{"{0} ({2}: {1})"} | |
51004dcb | 220 | Year{"{1} {0}"} |
4388f060 A |
221 | } |
222 | availableFormats{ | |
b331163b | 223 | E{"ccc"} |
51004dcb | 224 | Ed{"d, E"} |
57a6839d A |
225 | Gy{"r U"} |
226 | GyMMM{"r(U) MMM"} | |
227 | GyMMMEd{"r(U) MMM d, E"} | |
228 | GyMMMd{"r MMM d"} | |
4388f060 A |
229 | H{"HH"} |
230 | Hm{"HH:mm"} | |
231 | Hms{"HH:mm:ss"} | |
232 | M{"L"} | |
51004dcb | 233 | MEd{"MM-dd, E"} |
4388f060 | 234 | MMM{"LLL"} |
51004dcb | 235 | MMMEd{"MMM d, E"} |
2ca993e8 | 236 | MMMMd{"MMMM d"} |
4388f060 | 237 | MMMd{"MMM d"} |
51004dcb | 238 | Md{"MM-dd"} |
57a6839d A |
239 | UM{"U MM"} |
240 | UMMM{"U MMM"} | |
57a6839d | 241 | UMMMd{"U MMM d"} |
b331163b | 242 | UMd{"U MM-d"} |
4388f060 A |
243 | d{"d"} |
244 | h{"h a"} | |
245 | hm{"h:mm a"} | |
246 | hms{"h:mm:ss a"} | |
247 | ms{"mm:ss"} | |
57a6839d A |
248 | y{"r(U)"} |
249 | yMd{"r-MM-dd"} | |
250 | yyyy{"r(U)"} | |
251 | yyyyM{"r-MM"} | |
252 | yyyyMEd{"r-MM-dd, E"} | |
253 | yyyyMMM{"r(U) MMM"} | |
254 | yyyyMMMEd{"r(U) MMM d, E"} | |
2ca993e8 | 255 | yyyyMMMM{"r(U) MMMM"} |
57a6839d A |
256 | yyyyMMMd{"r MMM d"} |
257 | yyyyMd{"r-MM-dd"} | |
258 | yyyyQQQ{"r(U) QQQ"} | |
259 | yyyyQQQQ{"r(U) QQQQ"} | |
4388f060 A |
260 | } |
261 | cyclicNameSets{ | |
262 | dayParts{ | |
263 | format{ | |
264 | abbreviated{ | |
265 | "zi", | |
266 | "chou", | |
267 | "yin", | |
268 | "mao", | |
269 | "chen", | |
270 | "si", | |
271 | "wu", | |
272 | "wei", | |
273 | "shen", | |
274 | "you", | |
275 | "xu", | |
276 | "hai", | |
277 | } | |
278 | narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/dayParts/format/abbreviated"} | |
279 | wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/dayParts/format/abbreviated"} | |
280 | } | |
281 | } | |
282 | days:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"} | |
283 | months:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"} | |
b331163b A |
284 | solarTerms{ |
285 | format{ | |
286 | abbreviated{ | |
287 | "spring begins", | |
288 | "rain water", | |
289 | "insects awaken", | |
290 | "spring equinox", | |
291 | "bright and clear", | |
292 | "grain rain", | |
293 | "summer begins", | |
294 | "grain full", | |
295 | "grain in ear", | |
296 | "summer solstice", | |
297 | "minor heat", | |
298 | "major heat", | |
299 | "autumn begins", | |
300 | "end of heat", | |
301 | "white dew", | |
302 | "autumn equinox", | |
303 | "cold dew", | |
304 | "frost descends", | |
305 | "winter begins", | |
306 | "minor snow", | |
307 | "major snow", | |
308 | "winter solstice", | |
309 | "minor cold", | |
310 | "major cold", | |
311 | } | |
312 | narrow:alias{ | |
313 | "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate" | |
314 | "d" | |
315 | } | |
316 | wide:alias{ | |
317 | "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate" | |
318 | "d" | |
319 | } | |
320 | } | |
321 | } | |
4388f060 A |
322 | years{ |
323 | format{ | |
324 | abbreviated{ | |
325 | "jia-zi", | |
326 | "yi-chou", | |
327 | "bing-yin", | |
328 | "ding-mao", | |
329 | "wu-chen", | |
330 | "ji-si", | |
331 | "geng-wu", | |
332 | "xin-wei", | |
333 | "ren-shen", | |
334 | "gui-you", | |
335 | "jia-xu", | |
336 | "yi-hai", | |
337 | "bing-zi", | |
338 | "ding-chou", | |
339 | "wu-yin", | |
340 | "ji-mao", | |
341 | "geng-chen", | |
342 | "xin-si", | |
343 | "ren-wu", | |
344 | "gui-wei", | |
345 | "jia-shen", | |
346 | "yi-you", | |
347 | "bing-xu", | |
348 | "ding-hai", | |
349 | "wu-zi", | |
350 | "ji-chou", | |
351 | "geng-yin", | |
352 | "xin-mao", | |
353 | "ren-chen", | |
354 | "gui-si", | |
355 | "jia-wu", | |
356 | "yi-wei", | |
357 | "bing-shen", | |
358 | "ding-you", | |
359 | "wu-xu", | |
360 | "ji-hai", | |
361 | "geng-zi", | |
362 | "xin-chou", | |
363 | "ren-yin", | |
364 | "gui-mao", | |
365 | "jia-chen", | |
366 | "yi-si", | |
367 | "bing-wu", | |
368 | "ding-wei", | |
369 | "wu-shen", | |
370 | "ji-you", | |
371 | "geng-xu", | |
372 | "xin-hai", | |
373 | "ren-zi", | |
374 | "gui-chou", | |
375 | "jia-yin", | |
376 | "yi-mao", | |
377 | "bing-chen", | |
378 | "ding-si", | |
379 | "wu-wu", | |
380 | "ji-wei", | |
381 | "geng-shen", | |
382 | "xin-you", | |
383 | "ren-xu", | |
384 | "gui-hai", | |
385 | } | |
386 | narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"} | |
387 | wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"} | |
388 | } | |
389 | } | |
51004dcb A |
390 | zodiacs{ |
391 | format{ | |
57a6839d | 392 | abbreviated:alias{"/LOCALE/calendar/chinese/cyclicNameSets/dayParts/format/abbreviated"} |
51004dcb A |
393 | narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/zodiacs/format/abbreviated"} |
394 | wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/zodiacs/format/abbreviated"} | |
395 | } | |
396 | } | |
4388f060 | 397 | } |
46f4442e | 398 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
4388f060 A |
399 | intervalFormats{ |
400 | H{ | |
401 | H{"HH–HH"} | |
4388f060 A |
402 | } |
403 | Hm{ | |
404 | H{"HH:mm–HH:mm"} | |
4388f060 A |
405 | m{"HH:mm–HH:mm"} |
406 | } | |
407 | Hmv{ | |
408 | H{"HH:mm–HH:mm v"} | |
4388f060 A |
409 | m{"HH:mm–HH:mm v"} |
410 | } | |
411 | Hv{ | |
412 | H{"HH–HH v"} | |
4388f060 A |
413 | } |
414 | M{ | |
51004dcb | 415 | M{"MM–MM"} |
4388f060 A |
416 | } |
417 | MEd{ | |
51004dcb A |
418 | M{"MM-dd, E – MM-dd, E"} |
419 | d{"MM-dd, E – MM-dd, E"} | |
4388f060 A |
420 | } |
421 | MMM{ | |
422 | M{"LLL–LLL"} | |
423 | } | |
424 | MMMEd{ | |
51004dcb A |
425 | M{"MMM d, E – MMM d, E"} |
426 | d{"MMM d, E – MMM d, E"} | |
4388f060 A |
427 | } |
428 | MMMd{ | |
51004dcb A |
429 | M{"MMM d – MMM d"} |
430 | d{"MMM d–d"} | |
4388f060 A |
431 | } |
432 | Md{ | |
433 | M{"MM-dd – MM-dd"} | |
51004dcb | 434 | d{"MM-dd – MM-dd"} |
4388f060 A |
435 | } |
436 | d{ | |
437 | d{"d–d"} | |
438 | } | |
439 | fallback{"{0} – {1}"} | |
440 | h{ | |
441 | a{"h a – h a"} | |
442 | h{"h–h a"} | |
443 | } | |
444 | hm{ | |
445 | a{"h:mm a – h:mm a"} | |
446 | h{"h:mm–h:mm a"} | |
447 | m{"h:mm–h:mm a"} | |
448 | } | |
449 | hmv{ | |
450 | a{"h:mm a – h:mm a v"} | |
451 | h{"h:mm–h:mm a v"} | |
452 | m{"h:mm–h:mm a v"} | |
453 | } | |
454 | hv{ | |
455 | a{"h a – h a v"} | |
456 | h{"h–h a v"} | |
457 | } | |
458 | y{ | |
51004dcb | 459 | y{"U–U"} |
4388f060 A |
460 | } |
461 | yM{ | |
51004dcb | 462 | M{"y-MM – y-MM"} |
4388f060 A |
463 | y{"y-MM – y-MM"} |
464 | } | |
465 | yMEd{ | |
51004dcb A |
466 | M{"y-MM-dd, E – y-MM-dd, E"} |
467 | d{"y-MM-dd, E – y-MM-dd, E"} | |
468 | y{"y-MM-dd, E – y-MM-dd, E"} | |
4388f060 A |
469 | } |
470 | yMMM{ | |
51004dcb | 471 | M{"U MMM–MMM"} |
4388f060 A |
472 | y{"U MMM – U MMM"} |
473 | } | |
474 | yMMMEd{ | |
51004dcb A |
475 | M{"U MMM d, E – MMM d, E"} |
476 | d{"U MMM d, E – MMM d, E"} | |
477 | y{"U MMM d, E – U MMM d, E"} | |
4388f060 A |
478 | } |
479 | yMMMM{ | |
51004dcb | 480 | M{"U MMMM–MMMM"} |
4388f060 A |
481 | y{"U MMMM – U MMMM"} |
482 | } | |
483 | yMMMd{ | |
51004dcb A |
484 | M{"U MMM d – MMM d"} |
485 | d{"U MMM d–d"} | |
486 | y{"U MMM d – U MMM d"} | |
4388f060 A |
487 | } |
488 | yMd{ | |
51004dcb A |
489 | M{"y-MM-dd – y-MM-dd"} |
490 | d{"y-MM-dd – y-MM-dd"} | |
4388f060 A |
491 | y{"y-MM-dd – y-MM-dd"} |
492 | } | |
374ca955 | 493 | } |
46f4442e | 494 | monthNames{ |
46f4442e A |
495 | format{ |
496 | abbreviated:alias{"/LOCALE/calendar/chinese/monthNames/format/wide"} | |
46f4442e A |
497 | narrow:alias{"/LOCALE/calendar/chinese/monthNames/stand-alone/narrow"} |
498 | wide{ | |
57a6839d A |
499 | "M01", |
500 | "M02", | |
501 | "M03", | |
502 | "M04", | |
503 | "M05", | |
504 | "M06", | |
505 | "M07", | |
506 | "M08", | |
507 | "M09", | |
508 | "M10", | |
509 | "M11", | |
510 | "M12", | |
46f4442e A |
511 | } |
512 | } | |
513 | stand-alone{ | |
514 | abbreviated:alias{"/LOCALE/calendar/chinese/monthNames/format/abbreviated"} | |
515 | narrow{ | |
516 | "1", | |
517 | "2", | |
518 | "3", | |
519 | "4", | |
520 | "5", | |
521 | "6", | |
522 | "7", | |
523 | "8", | |
524 | "9", | |
525 | "10", | |
526 | "11", | |
527 | "12", | |
528 | } | |
529 | wide:alias{"/LOCALE/calendar/chinese/monthNames/format/wide"} | |
530 | } | |
531 | } | |
4388f060 A |
532 | monthPatterns{ |
533 | format{ | |
534 | abbreviated:alias{"/LOCALE/calendar/chinese/monthPatterns/format/wide"} | |
535 | narrow:alias{"/LOCALE/calendar/chinese/monthPatterns/stand-alone/narrow"} | |
536 | wide{ | |
537 | leap{"{0}bis"} | |
538 | } | |
539 | } | |
540 | numeric{ | |
541 | all{ | |
542 | leap{"{0}bis"} | |
543 | } | |
544 | } | |
545 | stand-alone{ | |
546 | abbreviated:alias{"/LOCALE/calendar/chinese/monthPatterns/format/abbreviated"} | |
547 | narrow{ | |
548 | leap{"{0}b"} | |
549 | } | |
550 | wide:alias{"/LOCALE/calendar/chinese/monthPatterns/format/wide"} | |
551 | } | |
552 | } | |
46f4442e | 553 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} |
b75a7d8f | 554 | } |
73c04bcf | 555 | coptic{ |
729e4ab9 | 556 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 557 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 558 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
559 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
560 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
561 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
562 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e A |
563 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
564 | eras{ | |
565 | abbreviated{ | |
566 | "ERA0", | |
567 | "ERA1", | |
568 | } | |
569 | narrow:alias{"/LOCALE/calendar/coptic/eras/abbreviated"} | |
570 | wide:alias{"/LOCALE/calendar/coptic/eras/abbreviated"} | |
73c04bcf | 571 | } |
51004dcb | 572 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
73c04bcf | 573 | monthNames{ |
73c04bcf | 574 | format{ |
46f4442e | 575 | abbreviated:alias{"/LOCALE/calendar/coptic/monthNames/format/wide"} |
46f4442e | 576 | narrow:alias{"/LOCALE/calendar/coptic/monthNames/stand-alone/narrow"} |
73c04bcf A |
577 | wide{ |
578 | "Tout", | |
579 | "Baba", | |
580 | "Hator", | |
581 | "Kiahk", | |
582 | "Toba", | |
583 | "Amshir", | |
584 | "Baramhat", | |
585 | "Baramouda", | |
586 | "Bashans", | |
587 | "Paona", | |
588 | "Epep", | |
589 | "Mesra", | |
590 | "Nasie", | |
591 | } | |
592 | } | |
46f4442e A |
593 | stand-alone{ |
594 | abbreviated:alias{"/LOCALE/calendar/coptic/monthNames/format/abbreviated"} | |
595 | narrow{ | |
596 | "1", | |
597 | "2", | |
598 | "3", | |
599 | "4", | |
600 | "5", | |
601 | "6", | |
602 | "7", | |
603 | "8", | |
604 | "9", | |
605 | "10", | |
606 | "11", | |
607 | "12", | |
608 | "13", | |
609 | } | |
610 | wide:alias{"/LOCALE/calendar/coptic/monthNames/format/wide"} | |
611 | } | |
73c04bcf | 612 | } |
46f4442e | 613 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} |
73c04bcf | 614 | } |
51004dcb A |
615 | dangi{ |
616 | AmPmMarkers:alias{"/LOCALE/calendar/chinese/AmPmMarkers"} | |
57a6839d | 617 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/chinese/AmPmMarkersNarrow"} |
51004dcb | 618 | DateTimePatterns:alias{"/LOCALE/calendar/chinese/DateTimePatterns"} |
57a6839d A |
619 | NoonMarker:alias{"/LOCALE/calendar/chinese/NoonMarker"} |
620 | NoonMarkerNarrow:alias{"/LOCALE/calendar/chinese/NoonMarkerNarrow"} | |
51004dcb A |
621 | appendItems:alias{"/LOCALE/calendar/chinese/appendItems"} |
622 | availableFormats:alias{"/LOCALE/calendar/chinese/availableFormats"} | |
623 | cyclicNameSets:alias{"/LOCALE/calendar/chinese/cyclicNameSets"} | |
624 | dayNames:alias{"/LOCALE/calendar/chinese/dayNames"} | |
625 | intervalFormats:alias{"/LOCALE/calendar/chinese/intervalFormats"} | |
626 | monthNames:alias{"/LOCALE/calendar/chinese/monthNames"} | |
627 | monthPatterns:alias{"/LOCALE/calendar/chinese/monthPatterns"} | |
628 | quarters:alias{"/LOCALE/calendar/chinese/quarters"} | |
629 | } | |
374ca955 | 630 | default{"gregorian"} |
73c04bcf | 631 | ethiopic{ |
729e4ab9 | 632 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 633 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 634 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
635 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
636 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
637 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
638 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e A |
639 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
640 | eras{ | |
641 | abbreviated{ | |
642 | "ERA0", | |
643 | "ERA1", | |
644 | } | |
645 | narrow:alias{"/LOCALE/calendar/ethiopic/eras/abbreviated"} | |
646 | wide:alias{"/LOCALE/calendar/ethiopic/eras/abbreviated"} | |
73c04bcf | 647 | } |
51004dcb | 648 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
73c04bcf | 649 | monthNames{ |
73c04bcf | 650 | format{ |
46f4442e | 651 | abbreviated:alias{"/LOCALE/calendar/ethiopic/monthNames/format/wide"} |
46f4442e | 652 | narrow:alias{"/LOCALE/calendar/ethiopic/monthNames/stand-alone/narrow"} |
73c04bcf A |
653 | wide{ |
654 | "Meskerem", | |
655 | "Tekemt", | |
656 | "Hedar", | |
657 | "Tahsas", | |
658 | "Ter", | |
659 | "Yekatit", | |
660 | "Megabit", | |
661 | "Miazia", | |
662 | "Genbot", | |
663 | "Sene", | |
664 | "Hamle", | |
665 | "Nehasse", | |
666 | "Pagumen", | |
667 | } | |
668 | } | |
46f4442e A |
669 | stand-alone{ |
670 | abbreviated:alias{"/LOCALE/calendar/ethiopic/monthNames/format/abbreviated"} | |
671 | narrow{ | |
672 | "1", | |
673 | "2", | |
674 | "3", | |
675 | "4", | |
676 | "5", | |
677 | "6", | |
678 | "7", | |
679 | "8", | |
680 | "9", | |
681 | "10", | |
682 | "11", | |
683 | "12", | |
684 | "13", | |
685 | } | |
686 | wide:alias{"/LOCALE/calendar/ethiopic/monthNames/format/wide"} | |
687 | } | |
688 | } | |
689 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
690 | } | |
691 | ethiopic-amete-alem{ | |
51004dcb | 692 | AmPmMarkers:alias{"/LOCALE/calendar/ethiopic/AmPmMarkers"} |
57a6839d | 693 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/ethiopic/AmPmMarkersNarrow"} |
51004dcb | 694 | DateTimePatterns:alias{"/LOCALE/calendar/ethiopic/DateTimePatterns"} |
57a6839d A |
695 | NoonMarker:alias{"/LOCALE/calendar/ethiopic/NoonMarker"} |
696 | NoonMarkerNarrow:alias{"/LOCALE/calendar/ethiopic/NoonMarkerNarrow"} | |
51004dcb A |
697 | appendItems:alias{"/LOCALE/calendar/ethiopic/appendItems"} |
698 | availableFormats:alias{"/LOCALE/calendar/ethiopic/availableFormats"} | |
699 | dayNames:alias{"/LOCALE/calendar/ethiopic/dayNames"} | |
46f4442e A |
700 | eras{ |
701 | abbreviated{ | |
702 | "ERA0", | |
703 | } | |
704 | narrow:alias{"/LOCALE/calendar/ethiopic-amete-alem/eras/abbreviated"} | |
705 | wide:alias{"/LOCALE/calendar/ethiopic-amete-alem/eras/abbreviated"} | |
73c04bcf | 706 | } |
51004dcb | 707 | intervalFormats:alias{"/LOCALE/calendar/ethiopic/intervalFormats"} |
46f4442e | 708 | monthNames:alias{"/LOCALE/calendar/ethiopic/monthNames"} |
51004dcb A |
709 | quarters:alias{"/LOCALE/calendar/ethiopic/quarters"} |
710 | } | |
711 | generic{ | |
712 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} | |
57a6839d | 713 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb A |
714 | DateTimePatterns{ |
715 | "HH:mm:ss zzzz", | |
716 | "HH:mm:ss z", | |
717 | "HH:mm:ss", | |
718 | "HH:mm", | |
719 | "G y MMMM d, EEEE", | |
720 | "G y MMMM d", | |
721 | "G y MMM d", | |
722 | "GGGGG y-MM-dd", | |
723 | "{1} {0}", | |
724 | "{1} {0}", | |
725 | "{1} {0}", | |
726 | "{1} {0}", | |
727 | "{1} {0}", | |
728 | } | |
57a6839d A |
729 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
730 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
731 | appendItems{ |
732 | Day{"{0} ({2}: {1})"} | |
733 | Day-Of-Week{"{0} {1}"} | |
734 | Era{"{1} {0}"} | |
735 | Hour{"{0} ({2}: {1})"} | |
736 | Minute{"{0} ({2}: {1})"} | |
737 | Month{"{0} ({2}: {1})"} | |
738 | Quarter{"{0} ({2}: {1})"} | |
739 | Second{"{0} ({2}: {1})"} | |
740 | Timezone{"{0} {1}"} | |
741 | Week{"{0} ({2}: {1})"} | |
742 | Year{"{1} {0}"} | |
743 | } | |
744 | availableFormats{ | |
b331163b | 745 | E{"ccc"} |
57a6839d A |
746 | EHm{"E HH:mm"} |
747 | EHms{"E HH:mm:ss"} | |
51004dcb | 748 | Ed{"d, E"} |
57a6839d A |
749 | Ehm{"E h:mm a"} |
750 | Ehms{"E h:mm:ss a"} | |
51004dcb A |
751 | Gy{"G y"} |
752 | GyMMM{"G y MMM"} | |
753 | GyMMMEd{"G y MMM d, E"} | |
754 | GyMMMd{"G y MMM d"} | |
755 | H{"HH"} | |
756 | Hm{"HH:mm"} | |
757 | Hms{"HH:mm:ss"} | |
758 | M{"L"} | |
759 | MEd{"MM-dd, E"} | |
760 | MMM{"LLL"} | |
761 | MMMEd{"MMM d, E"} | |
2ca993e8 | 762 | MMMMd{"MMMM d"} |
51004dcb A |
763 | MMMd{"MMM d"} |
764 | Md{"MM-dd"} | |
765 | d{"d"} | |
766 | h{"h a"} | |
767 | hm{"h:mm a"} | |
768 | hms{"h:mm:ss a"} | |
769 | ms{"mm:ss"} | |
770 | y{"G y"} | |
771 | yyyy{"G y"} | |
772 | yyyyM{"GGGGG y-MM"} | |
773 | yyyyMEd{"GGGGG y-MM-dd, E"} | |
774 | yyyyMMM{"G y MMM"} | |
775 | yyyyMMMEd{"G y MMM d, E"} | |
2ca993e8 | 776 | yyyyMMMM{"G y MMMM"} |
51004dcb A |
777 | yyyyMMMd{"G y MMM d"} |
778 | yyyyMd{"GGGGG y-MM-dd"} | |
779 | yyyyQQQ{"G y QQQ"} | |
780 | yyyyQQQQ{"G y QQQQ"} | |
781 | } | |
782 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} | |
783 | eras{ | |
784 | abbreviated{ | |
785 | "ERA0", | |
786 | "ERA1", | |
787 | } | |
788 | narrow:alias{"/LOCALE/calendar/generic/eras/abbreviated"} | |
789 | wide:alias{"/LOCALE/calendar/generic/eras/abbreviated"} | |
790 | } | |
791 | intervalFormats{ | |
792 | H{ | |
793 | H{"HH–HH"} | |
794 | } | |
795 | Hm{ | |
796 | H{"HH:mm–HH:mm"} | |
797 | m{"HH:mm–HH:mm"} | |
798 | } | |
799 | Hmv{ | |
800 | H{"HH:mm–HH:mm v"} | |
801 | m{"HH:mm–HH:mm v"} | |
802 | } | |
803 | Hv{ | |
804 | H{"HH–HH v"} | |
805 | } | |
806 | M{ | |
807 | M{"MM–MM"} | |
808 | } | |
809 | MEd{ | |
810 | M{"MM-dd, E – MM-dd, E"} | |
811 | d{"MM-dd, E – MM-dd, E"} | |
812 | } | |
813 | MMM{ | |
814 | M{"LLL–LLL"} | |
815 | } | |
816 | MMMEd{ | |
817 | M{"MMM d, E – MMM d, E"} | |
818 | d{"MMM d, E – MMM d, E"} | |
819 | } | |
820 | MMMd{ | |
821 | M{"MMM d – MMM d"} | |
822 | d{"MMM d–d"} | |
823 | } | |
824 | Md{ | |
825 | M{"MM-dd – MM-dd"} | |
826 | d{"MM-dd – MM-dd"} | |
827 | } | |
828 | d{ | |
829 | d{"d–d"} | |
830 | } | |
831 | fallback{"{0} – {1}"} | |
832 | h{ | |
833 | a{"h a – h a"} | |
834 | h{"h–h a"} | |
835 | } | |
836 | hm{ | |
837 | a{"h:mm a – h:mm a"} | |
838 | h{"h:mm–h:mm a"} | |
839 | m{"h:mm–h:mm a"} | |
840 | } | |
841 | hmv{ | |
842 | a{"h:mm a – h:mm a v"} | |
843 | h{"h:mm–h:mm a v"} | |
844 | m{"h:mm–h:mm a v"} | |
845 | } | |
846 | hv{ | |
847 | a{"h a – h a v"} | |
848 | h{"h–h a v"} | |
849 | } | |
850 | y{ | |
851 | y{"G y–y"} | |
852 | } | |
853 | yM{ | |
854 | M{"GGGGG y-MM – y-MM"} | |
855 | y{"GGGGG y-MM – y-MM"} | |
856 | } | |
857 | yMEd{ | |
858 | M{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
859 | d{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
860 | y{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
861 | } | |
862 | yMMM{ | |
863 | M{"G y MMM–MMM"} | |
864 | y{"G y MMM – y MMM"} | |
865 | } | |
866 | yMMMEd{ | |
867 | M{"G y MMM d, E – MMM d, E"} | |
868 | d{"G y MMM d, E – MMM d, E"} | |
869 | y{"G y MMM d, E – y MMM d, E"} | |
870 | } | |
871 | yMMMM{ | |
872 | M{"G y MMMM–MMMM"} | |
873 | y{"G y MMMM – y MMMM"} | |
874 | } | |
875 | yMMMd{ | |
876 | M{"G y MMM d – MMM d"} | |
877 | d{"G y MMM d–d"} | |
878 | y{"G y MMM d – y MMM d"} | |
879 | } | |
880 | yMd{ | |
881 | M{"GGGGG y-MM-dd – y-MM-dd"} | |
882 | d{"GGGGG y-MM-dd – y-MM-dd"} | |
883 | y{"GGGGG y-MM-dd – y-MM-dd"} | |
884 | } | |
885 | } | |
886 | monthNames{ | |
887 | format{ | |
888 | abbreviated:alias{"/LOCALE/calendar/generic/monthNames/format/wide"} | |
889 | narrow:alias{"/LOCALE/calendar/generic/monthNames/stand-alone/narrow"} | |
890 | wide{ | |
57a6839d A |
891 | "M01", |
892 | "M02", | |
893 | "M03", | |
894 | "M04", | |
895 | "M05", | |
896 | "M06", | |
897 | "M07", | |
898 | "M08", | |
899 | "M09", | |
900 | "M10", | |
901 | "M11", | |
902 | "M12", | |
51004dcb A |
903 | } |
904 | } | |
905 | stand-alone{ | |
906 | abbreviated:alias{"/LOCALE/calendar/generic/monthNames/format/abbreviated"} | |
907 | narrow{ | |
908 | "1", | |
909 | "2", | |
910 | "3", | |
911 | "4", | |
912 | "5", | |
913 | "6", | |
914 | "7", | |
915 | "8", | |
916 | "9", | |
917 | "10", | |
918 | "11", | |
919 | "12", | |
920 | } | |
921 | wide:alias{"/LOCALE/calendar/generic/monthNames/format/wide"} | |
922 | } | |
923 | } | |
46f4442e | 924 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} |
73c04bcf | 925 | } |
374ca955 | 926 | gregorian{ |
2ca993e8 A |
927 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkersAbbr"} |
928 | AmPmMarkersAbbr{ | |
374ca955 A |
929 | "AM", |
930 | "PM", | |
931 | } | |
2ca993e8 | 932 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersAbbr"} |
374ca955 | 933 | DateTimePatterns{ |
729e4ab9 | 934 | "HH:mm:ss zzzz", |
374ca955 A |
935 | "HH:mm:ss z", |
936 | "HH:mm:ss", | |
937 | "HH:mm", | |
51004dcb | 938 | "y MMMM d, EEEE", |
729e4ab9 A |
939 | "y MMMM d", |
940 | "y MMM d", | |
57a6839d | 941 | "y-MM-dd", |
374ca955 | 942 | "{1} {0}", |
729e4ab9 A |
943 | "{1} {0}", |
944 | "{1} {0}", | |
945 | "{1} {0}", | |
946 | "{1} {0}", | |
374ca955 | 947 | } |
73c04bcf A |
948 | appendItems{ |
949 | Day{"{0} ({2}: {1})"} | |
950 | Day-Of-Week{"{0} {1}"} | |
51004dcb | 951 | Era{"{1} {0}"} |
73c04bcf A |
952 | Hour{"{0} ({2}: {1})"} |
953 | Minute{"{0} ({2}: {1})"} | |
954 | Month{"{0} ({2}: {1})"} | |
955 | Quarter{"{0} ({2}: {1})"} | |
956 | Second{"{0} ({2}: {1})"} | |
957 | Timezone{"{0} {1}"} | |
958 | Week{"{0} ({2}: {1})"} | |
51004dcb | 959 | Year{"{1} {0}"} |
73c04bcf | 960 | } |
46f4442e | 961 | availableFormats{ |
b331163b | 962 | E{"ccc"} |
57a6839d A |
963 | EHm{"E HH:mm"} |
964 | EHms{"E HH:mm:ss"} | |
51004dcb | 965 | Ed{"d, E"} |
57a6839d A |
966 | Ehm{"E h:mm a"} |
967 | Ehms{"E h:mm:ss a"} | |
51004dcb A |
968 | Gy{"G y"} |
969 | GyMMM{"G y MMM"} | |
970 | GyMMMEd{"G y MMM d, E"} | |
971 | GyMMMd{"G y MMM d"} | |
729e4ab9 A |
972 | H{"HH"} |
973 | Hm{"HH:mm"} | |
974 | Hms{"HH:mm:ss"} | |
b331163b A |
975 | Hmsv{"HH:mm:ss v"} |
976 | Hmv{"HH:mm v"} | |
46f4442e | 977 | M{"L"} |
51004dcb | 978 | MEd{"MM-dd, E"} |
46f4442e | 979 | MMM{"LLL"} |
51004dcb | 980 | MMMEd{"MMM d, E"} |
2ca993e8 | 981 | MMMMd{"MMMM d"} |
46f4442e | 982 | MMMd{"MMM d"} |
51004dcb | 983 | Md{"MM-dd"} |
46f4442e | 984 | d{"d"} |
729e4ab9 A |
985 | h{"h a"} |
986 | hm{"h:mm a"} | |
987 | hms{"h:mm:ss a"} | |
b331163b A |
988 | hmsv{"h:mm:ss a v"} |
989 | hmv{"h:mm a v"} | |
46f4442e A |
990 | ms{"mm:ss"} |
991 | y{"y"} | |
51004dcb A |
992 | yM{"y-MM"} |
993 | yMEd{"y-MM-dd, E"} | |
46f4442e | 994 | yMMM{"y MMM"} |
51004dcb | 995 | yMMMEd{"y MMM d, E"} |
2ca993e8 | 996 | yMMMM{"y MMMM"} |
4388f060 | 997 | yMMMd{"y MMM d"} |
51004dcb | 998 | yMd{"y-MM-dd"} |
46f4442e | 999 | yQQQ{"y QQQ"} |
51004dcb | 1000 | yQQQQ{"y QQQQ"} |
46f4442e | 1001 | } |
374ca955 | 1002 | dayNames{ |
374ca955 | 1003 | format{ |
46f4442e | 1004 | abbreviated:alias{"/LOCALE/calendar/gregorian/dayNames/format/wide"} |
46f4442e | 1005 | narrow:alias{"/LOCALE/calendar/gregorian/dayNames/stand-alone/narrow"} |
51004dcb | 1006 | short:alias{"/LOCALE/calendar/gregorian/dayNames/format/abbreviated"} |
374ca955 | 1007 | wide{ |
51004dcb A |
1008 | "Sun", |
1009 | "Mon", | |
1010 | "Tue", | |
1011 | "Wed", | |
1012 | "Thu", | |
1013 | "Fri", | |
1014 | "Sat", | |
374ca955 A |
1015 | } |
1016 | } | |
1017 | stand-alone{ | |
46f4442e | 1018 | abbreviated:alias{"/LOCALE/calendar/gregorian/dayNames/format/abbreviated"} |
374ca955 | 1019 | narrow{ |
51004dcb A |
1020 | "S", |
1021 | "M", | |
1022 | "T", | |
1023 | "W", | |
1024 | "T", | |
1025 | "F", | |
1026 | "S", | |
374ca955 | 1027 | } |
51004dcb | 1028 | short:alias{"/LOCALE/calendar/gregorian/dayNames/format/short"} |
46f4442e | 1029 | wide:alias{"/LOCALE/calendar/gregorian/dayNames/format/wide"} |
374ca955 A |
1030 | } |
1031 | } | |
1032 | eras{ | |
1033 | abbreviated{ | |
1034 | "BCE", | |
1035 | "CE", | |
1036 | } | |
46f4442e | 1037 | narrow:alias{"/LOCALE/calendar/gregorian/eras/abbreviated"} |
73c04bcf A |
1038 | wide:alias{"/LOCALE/calendar/gregorian/eras/abbreviated"} |
1039 | } | |
46f4442e | 1040 | intervalFormats{ |
729e4ab9 A |
1041 | H{ |
1042 | H{"HH–HH"} | |
729e4ab9 A |
1043 | } |
1044 | Hm{ | |
1045 | H{"HH:mm–HH:mm"} | |
729e4ab9 A |
1046 | m{"HH:mm–HH:mm"} |
1047 | } | |
1048 | Hmv{ | |
1049 | H{"HH:mm–HH:mm v"} | |
729e4ab9 A |
1050 | m{"HH:mm–HH:mm v"} |
1051 | } | |
1052 | Hv{ | |
1053 | H{"HH–HH v"} | |
729e4ab9 | 1054 | } |
46f4442e | 1055 | M{ |
51004dcb | 1056 | M{"MM–MM"} |
46f4442e A |
1057 | } |
1058 | MEd{ | |
51004dcb A |
1059 | M{"MM-dd, E – MM-dd, E"} |
1060 | d{"MM-dd, E – MM-dd, E"} | |
46f4442e A |
1061 | } |
1062 | MMM{ | |
729e4ab9 | 1063 | M{"LLL–LLL"} |
46f4442e A |
1064 | } |
1065 | MMMEd{ | |
51004dcb A |
1066 | M{"MMM d, E – MMM d, E"} |
1067 | d{"MMM d, E – MMM d, E"} | |
46f4442e | 1068 | } |
46f4442e | 1069 | MMMd{ |
51004dcb A |
1070 | M{"MMM d – MMM d"} |
1071 | d{"MMM d–d"} | |
46f4442e A |
1072 | } |
1073 | Md{ | |
1074 | M{"MM-dd – MM-dd"} | |
51004dcb | 1075 | d{"MM-dd – MM-dd"} |
46f4442e A |
1076 | } |
1077 | d{ | |
729e4ab9 | 1078 | d{"d–d"} |
46f4442e A |
1079 | } |
1080 | fallback{"{0} – {1}"} | |
1081 | h{ | |
729e4ab9 A |
1082 | a{"h a – h a"} |
1083 | h{"h–h a"} | |
46f4442e A |
1084 | } |
1085 | hm{ | |
729e4ab9 A |
1086 | a{"h:mm a – h:mm a"} |
1087 | h{"h:mm–h:mm a"} | |
1088 | m{"h:mm–h:mm a"} | |
46f4442e A |
1089 | } |
1090 | hmv{ | |
729e4ab9 A |
1091 | a{"h:mm a – h:mm a v"} |
1092 | h{"h:mm–h:mm a v"} | |
1093 | m{"h:mm–h:mm a v"} | |
46f4442e A |
1094 | } |
1095 | hv{ | |
729e4ab9 A |
1096 | a{"h a – h a v"} |
1097 | h{"h–h a v"} | |
46f4442e A |
1098 | } |
1099 | y{ | |
729e4ab9 | 1100 | y{"y–y"} |
46f4442e A |
1101 | } |
1102 | yM{ | |
51004dcb A |
1103 | M{"y-MM – y-MM"} |
1104 | y{"y-MM – y-MM"} | |
46f4442e A |
1105 | } |
1106 | yMEd{ | |
51004dcb A |
1107 | M{"y-MM-dd, E – y-MM-dd, E"} |
1108 | d{"y-MM-dd, E – y-MM-dd, E"} | |
1109 | y{"y-MM-dd, E – y-MM-dd, E"} | |
46f4442e A |
1110 | } |
1111 | yMMM{ | |
51004dcb A |
1112 | M{"y MMM–MMM"} |
1113 | y{"y MMM – y MMM"} | |
46f4442e A |
1114 | } |
1115 | yMMMEd{ | |
51004dcb A |
1116 | M{"y MMM d, E – MMM d, E"} |
1117 | d{"y MMM d, E – MMM d, E"} | |
1118 | y{"y MMM d, E – y MMM d, E"} | |
46f4442e A |
1119 | } |
1120 | yMMMM{ | |
51004dcb A |
1121 | M{"y MMMM–MMMM"} |
1122 | y{"y MMMM – y MMMM"} | |
46f4442e A |
1123 | } |
1124 | yMMMd{ | |
51004dcb A |
1125 | M{"y MMM d – MMM d"} |
1126 | d{"y MMM d–d"} | |
1127 | y{"y MMM d – y MMM d"} | |
46f4442e A |
1128 | } |
1129 | yMd{ | |
51004dcb A |
1130 | M{"y-MM-dd – y-MM-dd"} |
1131 | d{"y-MM-dd – y-MM-dd"} | |
1132 | y{"y-MM-dd – y-MM-dd"} | |
46f4442e A |
1133 | } |
1134 | } | |
374ca955 | 1135 | monthNames{ |
374ca955 | 1136 | format{ |
73c04bcf | 1137 | abbreviated:alias{"/LOCALE/calendar/gregorian/monthNames/format/wide"} |
46f4442e | 1138 | narrow:alias{"/LOCALE/calendar/gregorian/monthNames/stand-alone/narrow"} |
374ca955 | 1139 | wide{ |
57a6839d A |
1140 | "M01", |
1141 | "M02", | |
1142 | "M03", | |
1143 | "M04", | |
1144 | "M05", | |
1145 | "M06", | |
1146 | "M07", | |
1147 | "M08", | |
1148 | "M09", | |
1149 | "M10", | |
1150 | "M11", | |
1151 | "M12", | |
374ca955 A |
1152 | } |
1153 | } | |
1154 | stand-alone{ | |
46f4442e | 1155 | abbreviated:alias{"/LOCALE/calendar/gregorian/monthNames/format/abbreviated"} |
374ca955 A |
1156 | narrow{ |
1157 | "1", | |
1158 | "2", | |
1159 | "3", | |
1160 | "4", | |
1161 | "5", | |
1162 | "6", | |
1163 | "7", | |
1164 | "8", | |
1165 | "9", | |
1166 | "10", | |
1167 | "11", | |
1168 | "12", | |
1169 | } | |
46f4442e | 1170 | wide:alias{"/LOCALE/calendar/gregorian/monthNames/format/wide"} |
73c04bcf A |
1171 | } |
1172 | } | |
1173 | quarters{ | |
1174 | format{ | |
46f4442e A |
1175 | abbreviated:alias{"/LOCALE/calendar/gregorian/quarters/format/wide"} |
1176 | narrow:alias{"/LOCALE/calendar/gregorian/quarters/stand-alone/narrow"} | |
374ca955 | 1177 | wide{ |
73c04bcf A |
1178 | "Q1", |
1179 | "Q2", | |
1180 | "Q3", | |
1181 | "Q4", | |
374ca955 A |
1182 | } |
1183 | } | |
46f4442e A |
1184 | stand-alone{ |
1185 | abbreviated:alias{"/LOCALE/calendar/gregorian/quarters/format/abbreviated"} | |
1186 | narrow{ | |
1187 | "1", | |
1188 | "2", | |
1189 | "3", | |
1190 | "4", | |
1191 | } | |
1192 | wide:alias{"/LOCALE/calendar/gregorian/quarters/format/wide"} | |
1193 | } | |
374ca955 | 1194 | } |
b75a7d8f | 1195 | } |
374ca955 | 1196 | hebrew{ |
729e4ab9 | 1197 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1198 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1199 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1200 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1201 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1202 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1203 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e | 1204 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
374ca955 A |
1205 | eras{ |
1206 | abbreviated{ | |
1207 | "AM", | |
1208 | } | |
46f4442e A |
1209 | narrow:alias{"/LOCALE/calendar/hebrew/eras/abbreviated"} |
1210 | wide:alias{"/LOCALE/calendar/hebrew/eras/abbreviated"} | |
374ca955 | 1211 | } |
51004dcb | 1212 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
374ca955 | 1213 | monthNames{ |
374ca955 | 1214 | format{ |
73c04bcf | 1215 | abbreviated:alias{"/LOCALE/calendar/hebrew/monthNames/format/wide"} |
51004dcb | 1216 | narrow:alias{"/LOCALE/calendar/hebrew/monthNames/stand-alone/narrow"} |
374ca955 A |
1217 | wide{ |
1218 | "Tishri", | |
1219 | "Heshvan", | |
1220 | "Kislev", | |
1221 | "Tevet", | |
1222 | "Shevat", | |
1223 | "Adar I", | |
1224 | "Adar", | |
1225 | "Nisan", | |
1226 | "Iyar", | |
1227 | "Sivan", | |
1228 | "Tamuz", | |
1229 | "Av", | |
1230 | "Elul", | |
729e4ab9 | 1231 | "Adar II", |
374ca955 A |
1232 | } |
1233 | } | |
46f4442e A |
1234 | stand-alone{ |
1235 | abbreviated:alias{"/LOCALE/calendar/hebrew/monthNames/format/abbreviated"} | |
51004dcb A |
1236 | narrow{ |
1237 | "1", | |
1238 | "2", | |
1239 | "3", | |
1240 | "4", | |
1241 | "5", | |
1242 | "6", | |
1243 | "7", | |
1244 | "8", | |
1245 | "9", | |
1246 | "10", | |
1247 | "11", | |
1248 | "12", | |
1249 | "13", | |
57a6839d | 1250 | "7", |
51004dcb | 1251 | } |
46f4442e A |
1252 | wide:alias{"/LOCALE/calendar/hebrew/monthNames/format/wide"} |
1253 | } | |
1254 | } | |
1255 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
1256 | } | |
1257 | indian{ | |
729e4ab9 | 1258 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1259 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1260 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1261 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1262 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1263 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1264 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e A |
1265 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
1266 | eras{ | |
1267 | abbreviated{ | |
57a6839d | 1268 | "Saka", |
46f4442e A |
1269 | } |
1270 | narrow:alias{"/LOCALE/calendar/indian/eras/abbreviated"} | |
1271 | wide:alias{"/LOCALE/calendar/indian/eras/abbreviated"} | |
1272 | } | |
51004dcb | 1273 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
46f4442e | 1274 | monthNames{ |
46f4442e A |
1275 | format{ |
1276 | abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/wide"} | |
46f4442e A |
1277 | narrow:alias{"/LOCALE/calendar/indian/monthNames/stand-alone/narrow"} |
1278 | wide{ | |
1279 | "Chaitra", | |
1280 | "Vaisakha", | |
1281 | "Jyaistha", | |
1282 | "Asadha", | |
1283 | "Sravana", | |
1284 | "Bhadra", | |
1285 | "Asvina", | |
1286 | "Kartika", | |
1287 | "Agrahayana", | |
1288 | "Pausa", | |
1289 | "Magha", | |
1290 | "Phalguna", | |
1291 | } | |
1292 | } | |
1293 | stand-alone{ | |
1294 | abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/abbreviated"} | |
1295 | narrow{ | |
1296 | "1", | |
1297 | "2", | |
1298 | "3", | |
1299 | "4", | |
1300 | "5", | |
1301 | "6", | |
1302 | "7", | |
1303 | "8", | |
1304 | "9", | |
1305 | "10", | |
1306 | "11", | |
1307 | "12", | |
1308 | } | |
1309 | wide:alias{"/LOCALE/calendar/indian/monthNames/format/wide"} | |
1310 | } | |
374ca955 | 1311 | } |
46f4442e | 1312 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} |
b75a7d8f | 1313 | } |
374ca955 | 1314 | islamic{ |
729e4ab9 | 1315 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1316 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1317 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1318 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1319 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1320 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1321 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e | 1322 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
374ca955 A |
1323 | eras{ |
1324 | abbreviated{ | |
1325 | "AH", | |
1326 | } | |
46f4442e A |
1327 | narrow:alias{"/LOCALE/calendar/islamic/eras/abbreviated"} |
1328 | wide:alias{"/LOCALE/calendar/islamic/eras/abbreviated"} | |
374ca955 | 1329 | } |
51004dcb | 1330 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
374ca955 | 1331 | monthNames{ |
374ca955 | 1332 | format{ |
729e4ab9 A |
1333 | abbreviated{ |
1334 | "Muh.", | |
1335 | "Saf.", | |
1336 | "Rab. I", | |
1337 | "Rab. II", | |
1338 | "Jum. I", | |
1339 | "Jum. II", | |
1340 | "Raj.", | |
1341 | "Sha.", | |
1342 | "Ram.", | |
1343 | "Shaw.", | |
1344 | "Dhuʻl-Q.", | |
1345 | "Dhuʻl-H.", | |
1346 | } | |
46f4442e | 1347 | narrow:alias{"/LOCALE/calendar/islamic/monthNames/stand-alone/narrow"} |
374ca955 A |
1348 | wide{ |
1349 | "Muharram", | |
1350 | "Safar", | |
1351 | "Rabiʻ I", | |
1352 | "Rabiʻ II", | |
1353 | "Jumada I", | |
1354 | "Jumada II", | |
1355 | "Rajab", | |
1356 | "Shaʻban", | |
1357 | "Ramadan", | |
1358 | "Shawwal", | |
1359 | "Dhuʻl-Qiʻdah", | |
1360 | "Dhuʻl-Hijjah", | |
1361 | } | |
1362 | } | |
46f4442e A |
1363 | stand-alone{ |
1364 | abbreviated:alias{"/LOCALE/calendar/islamic/monthNames/format/abbreviated"} | |
1365 | narrow{ | |
1366 | "1", | |
1367 | "2", | |
1368 | "3", | |
1369 | "4", | |
1370 | "5", | |
1371 | "6", | |
1372 | "7", | |
1373 | "8", | |
1374 | "9", | |
1375 | "10", | |
1376 | "11", | |
1377 | "12", | |
1378 | } | |
1379 | wide:alias{"/LOCALE/calendar/islamic/monthNames/format/wide"} | |
1380 | } | |
1381 | } | |
1382 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
1383 | } | |
4388f060 A |
1384 | islamic-civil{ |
1385 | AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"} | |
57a6839d A |
1386 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/islamic/AmPmMarkersNarrow"} |
1387 | DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"} | |
1388 | NoonMarker:alias{"/LOCALE/calendar/islamic/NoonMarker"} | |
1389 | NoonMarkerNarrow:alias{"/LOCALE/calendar/islamic/NoonMarkerNarrow"} | |
1390 | appendItems:alias{"/LOCALE/calendar/islamic/appendItems"} | |
1391 | availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"} | |
1392 | dayNames:alias{"/LOCALE/calendar/islamic/dayNames"} | |
1393 | eras:alias{"/LOCALE/calendar/islamic/eras"} | |
1394 | intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"} | |
1395 | monthNames:alias{"/LOCALE/calendar/islamic/monthNames"} | |
1396 | quarters:alias{"/LOCALE/calendar/islamic/quarters"} | |
1397 | } | |
1398 | islamic-rgsa{ | |
1399 | AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"} | |
1400 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/islamic/AmPmMarkersNarrow"} | |
4388f060 | 1401 | DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"} |
57a6839d A |
1402 | NoonMarker:alias{"/LOCALE/calendar/islamic/NoonMarker"} |
1403 | NoonMarkerNarrow:alias{"/LOCALE/calendar/islamic/NoonMarkerNarrow"} | |
1404 | appendItems:alias{"/LOCALE/calendar/islamic/appendItems"} | |
1405 | availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"} | |
1406 | dayNames:alias{"/LOCALE/calendar/islamic/dayNames"} | |
1407 | eras:alias{"/LOCALE/calendar/islamic/eras"} | |
1408 | intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"} | |
1409 | monthNames:alias{"/LOCALE/calendar/islamic/monthNames"} | |
1410 | quarters:alias{"/LOCALE/calendar/islamic/quarters"} | |
1411 | } | |
1412 | islamic-tbla{ | |
1413 | AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"} | |
1414 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/islamic/AmPmMarkersNarrow"} | |
1415 | DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"} | |
1416 | NoonMarker:alias{"/LOCALE/calendar/islamic/NoonMarker"} | |
1417 | NoonMarkerNarrow:alias{"/LOCALE/calendar/islamic/NoonMarkerNarrow"} | |
1418 | appendItems:alias{"/LOCALE/calendar/islamic/appendItems"} | |
1419 | availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"} | |
1420 | dayNames:alias{"/LOCALE/calendar/islamic/dayNames"} | |
1421 | eras:alias{"/LOCALE/calendar/islamic/eras"} | |
1422 | intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"} | |
1423 | monthNames:alias{"/LOCALE/calendar/islamic/monthNames"} | |
1424 | quarters:alias{"/LOCALE/calendar/islamic/quarters"} | |
1425 | } | |
1426 | islamic-umalqura{ | |
1427 | AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"} | |
1428 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/islamic/AmPmMarkersNarrow"} | |
1429 | DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"} | |
1430 | NoonMarker:alias{"/LOCALE/calendar/islamic/NoonMarker"} | |
1431 | NoonMarkerNarrow:alias{"/LOCALE/calendar/islamic/NoonMarkerNarrow"} | |
4388f060 A |
1432 | appendItems:alias{"/LOCALE/calendar/islamic/appendItems"} |
1433 | availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"} | |
1434 | dayNames:alias{"/LOCALE/calendar/islamic/dayNames"} | |
1435 | eras:alias{"/LOCALE/calendar/islamic/eras"} | |
1436 | intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"} | |
1437 | monthNames:alias{"/LOCALE/calendar/islamic/monthNames"} | |
1438 | quarters:alias{"/LOCALE/calendar/islamic/quarters"} | |
1439 | } | |
46f4442e | 1440 | japanese{ |
729e4ab9 | 1441 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1442 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1443 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1444 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1445 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1446 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1447 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e A |
1448 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
1449 | eras{ | |
1450 | abbreviated{ | |
2ca993e8 A |
1451 | "Taika (645–650)", |
1452 | "Hakuchi (650–671)", | |
1453 | "Hakuhō (672–686)", | |
1454 | "Shuchō (686–701)", | |
1455 | "Taihō (701–704)", | |
1456 | "Keiun (704–708)", | |
1457 | "Wadō (708–715)", | |
1458 | "Reiki (715–717)", | |
1459 | "Yōrō (717–724)", | |
1460 | "Jinki (724–729)", | |
1461 | "Tenpyō (729–749)", | |
1462 | "Tenpyō-kampō (749-749)", | |
1463 | "Tenpyō-shōhō (749-757)", | |
1464 | "Tenpyō-hōji (757-765)", | |
1465 | "Tenpyō-jingo (765-767)", | |
4388f060 | 1466 | "Jingo-keiun (767-770)", |
2ca993e8 | 1467 | "Hōki (770–780)", |
4388f060 | 1468 | "Ten-ō (781-782)", |
2ca993e8 A |
1469 | "Enryaku (782–806)", |
1470 | "Daidō (806–810)", | |
1471 | "Kōnin (810–824)", | |
1472 | "Tenchō (824–834)", | |
1473 | "Jōwa (834–848)", | |
1474 | "Kajō (848–851)", | |
1475 | "Ninju (851–854)", | |
1476 | "Saikō (854–857)", | |
1477 | "Ten-an (857-859)", | |
1478 | "Jōgan (859–877)", | |
1479 | "Gangyō (877–885)", | |
1480 | "Ninna (885–889)", | |
1481 | "Kanpyō (889–898)", | |
1482 | "Shōtai (898–901)", | |
1483 | "Engi (901–923)", | |
1484 | "Enchō (923–931)", | |
1485 | "Jōhei (931–938)", | |
1486 | "Tengyō (938–947)", | |
1487 | "Tenryaku (947–957)", | |
1488 | "Tentoku (957–961)", | |
1489 | "Ōwa (961–964)", | |
1490 | "Kōhō (964–968)", | |
1491 | "Anna (968–970)", | |
1492 | "Tenroku (970–973)", | |
1493 | "Ten’en (973–976)", | |
1494 | "Jōgen (976–978)", | |
1495 | "Tengen (978–983)", | |
1496 | "Eikan (983–985)", | |
1497 | "Kanna (985–987)", | |
1498 | "Eien (987–989)", | |
1499 | "Eiso (989–990)", | |
1500 | "Shōryaku (990–995)", | |
1501 | "Chōtoku (995–999)", | |
1502 | "Chōhō (999–1004)", | |
1503 | "Kankō (1004–1012)", | |
1504 | "Chōwa (1012–1017)", | |
1505 | "Kannin (1017–1021)", | |
1506 | "Jian (1021–1024)", | |
1507 | "Manju (1024–1028)", | |
1508 | "Chōgen (1028–1037)", | |
1509 | "Chōryaku (1037–1040)", | |
1510 | "Chōkyū (1040–1044)", | |
1511 | "Kantoku (1044–1046)", | |
1512 | "Eishō (1046–1053)", | |
1513 | "Tengi (1053–1058)", | |
1514 | "Kōhei (1058–1065)", | |
1515 | "Jiryaku (1065–1069)", | |
1516 | "Enkyū (1069–1074)", | |
1517 | "Shōho (1074–1077)", | |
1518 | "Shōryaku (1077–1081)", | |
1519 | "Eihō (1081–1084)", | |
1520 | "Ōtoku (1084–1087)", | |
1521 | "Kanji (1087–1094)", | |
1522 | "Kahō (1094–1096)", | |
1523 | "Eichō (1096–1097)", | |
1524 | "Jōtoku (1097–1099)", | |
1525 | "Kōwa (1099–1104)", | |
1526 | "Chōji (1104–1106)", | |
1527 | "Kashō (1106–1108)", | |
1528 | "Tennin (1108–1110)", | |
4388f060 | 1529 | "Ten-ei (1110-1113)", |
2ca993e8 A |
1530 | "Eikyū (1113–1118)", |
1531 | "Gen’ei (1118–1120)", | |
1532 | "Hōan (1120–1124)", | |
1533 | "Tenji (1124–1126)", | |
1534 | "Daiji (1126–1131)", | |
1535 | "Tenshō (1131–1132)", | |
1536 | "Chōshō (1132–1135)", | |
1537 | "Hōen (1135–1141)", | |
1538 | "Eiji (1141–1142)", | |
1539 | "Kōji (1142–1144)", | |
1540 | "Ten’yō (1144–1145)", | |
1541 | "Kyūan (1145–1151)", | |
1542 | "Ninpei (1151–1154)", | |
1543 | "Kyūju (1154–1156)", | |
1544 | "Hōgen (1156–1159)", | |
1545 | "Heiji (1159–1160)", | |
1546 | "Eiryaku (1160–1161)", | |
1547 | "Ōho (1161–1163)", | |
1548 | "Chōkan (1163–1165)", | |
1549 | "Eiman (1165–1166)", | |
1550 | "Nin’an (1166–1169)", | |
1551 | "Kaō (1169–1171)", | |
1552 | "Shōan (1171–1175)", | |
1553 | "Angen (1175–1177)", | |
1554 | "Jishō (1177–1181)", | |
1555 | "Yōwa (1181–1182)", | |
1556 | "Juei (1182–1184)", | |
1557 | "Genryaku (1184–1185)", | |
1558 | "Bunji (1185–1190)", | |
1559 | "Kenkyū (1190–1199)", | |
1560 | "Shōji (1199–1201)", | |
1561 | "Kennin (1201–1204)", | |
1562 | "Genkyū (1204–1206)", | |
1563 | "Ken’ei (1206–1207)", | |
1564 | "Jōgen (1207–1211)", | |
1565 | "Kenryaku (1211–1213)", | |
1566 | "Kenpō (1213–1219)", | |
1567 | "Jōkyū (1219–1222)", | |
1568 | "Jōō (1222–1224)", | |
1569 | "Gennin (1224–1225)", | |
1570 | "Karoku (1225–1227)", | |
1571 | "Antei (1227–1229)", | |
1572 | "Kanki (1229–1232)", | |
1573 | "Jōei (1232–1233)", | |
1574 | "Tenpuku (1233–1234)", | |
1575 | "Bunryaku (1234–1235)", | |
1576 | "Katei (1235–1238)", | |
1577 | "Ryakunin (1238–1239)", | |
1578 | "En’ō (1239–1240)", | |
1579 | "Ninji (1240–1243)", | |
1580 | "Kangen (1243–1247)", | |
1581 | "Hōji (1247–1249)", | |
1582 | "Kenchō (1249–1256)", | |
1583 | "Kōgen (1256–1257)", | |
1584 | "Shōka (1257–1259)", | |
1585 | "Shōgen (1259–1260)", | |
1586 | "Bun’ō (1260–1261)", | |
1587 | "Kōchō (1261–1264)", | |
1588 | "Bun’ei (1264–1275)", | |
1589 | "Kenji (1275–1278)", | |
1590 | "Kōan (1278–1288)", | |
1591 | "Shōō (1288–1293)", | |
1592 | "Einin (1293–1299)", | |
1593 | "Shōan (1299–1302)", | |
1594 | "Kengen (1302–1303)", | |
1595 | "Kagen (1303–1306)", | |
1596 | "Tokuji (1306–1308)", | |
1597 | "Enkyō (1308–1311)", | |
1598 | "Ōchō (1311–1312)", | |
1599 | "Shōwa (1312–1317)", | |
1600 | "Bunpō (1317–1319)", | |
1601 | "Genō (1319–1321)", | |
1602 | "Genkō (1321–1324)", | |
1603 | "Shōchū (1324–1326)", | |
1604 | "Karyaku (1326–1329)", | |
1605 | "Gentoku (1329–1331)", | |
1606 | "Genkō (1331–1334)", | |
1607 | "Kenmu (1334–1336)", | |
1608 | "Engen (1336–1340)", | |
1609 | "Kōkoku (1340–1346)", | |
1610 | "Shōhei (1346–1370)", | |
1611 | "Kentoku (1370–1372)", | |
1612 | "Bunchū (1372–1375)", | |
1613 | "Tenju (1375–1379)", | |
1614 | "Kōryaku (1379–1381)", | |
1615 | "Kōwa (1381–1384)", | |
1616 | "Genchū (1384–1392)", | |
1617 | "Meitoku (1384–1387)", | |
1618 | "Kakei (1387–1389)", | |
1619 | "Kōō (1389–1390)", | |
1620 | "Meitoku (1390–1394)", | |
1621 | "Ōei (1394–1428)", | |
1622 | "Shōchō (1428–1429)", | |
1623 | "Eikyō (1429–1441)", | |
1624 | "Kakitsu (1441–1444)", | |
1625 | "Bun’an (1444–1449)", | |
1626 | "Hōtoku (1449–1452)", | |
1627 | "Kyōtoku (1452–1455)", | |
1628 | "Kōshō (1455–1457)", | |
1629 | "Chōroku (1457–1460)", | |
1630 | "Kanshō (1460–1466)", | |
1631 | "Bunshō (1466–1467)", | |
1632 | "Ōnin (1467–1469)", | |
1633 | "Bunmei (1469–1487)", | |
1634 | "Chōkyō (1487–1489)", | |
1635 | "Entoku (1489–1492)", | |
1636 | "Meiō (1492–1501)", | |
1637 | "Bunki (1501–1504)", | |
1638 | "Eishō (1504–1521)", | |
1639 | "Taiei (1521–1528)", | |
1640 | "Kyōroku (1528–1532)", | |
1641 | "Tenbun (1532–1555)", | |
1642 | "Kōji (1555–1558)", | |
1643 | "Eiroku (1558–1570)", | |
1644 | "Genki (1570–1573)", | |
1645 | "Tenshō (1573–1592)", | |
1646 | "Bunroku (1592–1596)", | |
1647 | "Keichō (1596–1615)", | |
1648 | "Genna (1615–1624)", | |
1649 | "Kan’ei (1624–1644)", | |
1650 | "Shōho (1644–1648)", | |
1651 | "Keian (1648–1652)", | |
1652 | "Jōō (1652–1655)", | |
1653 | "Meireki (1655–1658)", | |
1654 | "Manji (1658–1661)", | |
1655 | "Kanbun (1661–1673)", | |
1656 | "Enpō (1673–1681)", | |
1657 | "Tenna (1681–1684)", | |
1658 | "Jōkyō (1684–1688)", | |
1659 | "Genroku (1688–1704)", | |
1660 | "Hōei (1704–1711)", | |
1661 | "Shōtoku (1711–1716)", | |
1662 | "Kyōhō (1716–1736)", | |
1663 | "Genbun (1736–1741)", | |
1664 | "Kanpō (1741–1744)", | |
1665 | "Enkyō (1744–1748)", | |
1666 | "Kan’en (1748–1751)", | |
1667 | "Hōreki (1751–1764)", | |
1668 | "Meiwa (1764–1772)", | |
1669 | "An’ei (1772–1781)", | |
1670 | "Tenmei (1781–1789)", | |
1671 | "Kansei (1789–1801)", | |
1672 | "Kyōwa (1801–1804)", | |
1673 | "Bunka (1804–1818)", | |
1674 | "Bunsei (1818–1830)", | |
1675 | "Tenpō (1830–1844)", | |
1676 | "Kōka (1844–1848)", | |
1677 | "Kaei (1848–1854)", | |
1678 | "Ansei (1854–1860)", | |
1679 | "Man’en (1860–1861)", | |
1680 | "Bunkyū (1861–1864)", | |
1681 | "Genji (1864–1865)", | |
1682 | "Keiō (1865–1868)", | |
374ca955 A |
1683 | "Meiji", |
1684 | "Taishō", | |
1685 | "Shōwa", | |
1686 | "Heisei", | |
1687 | } | |
46f4442e | 1688 | narrow{ |
2ca993e8 A |
1689 | "Taika (645–650)", |
1690 | "Hakuchi (650–671)", | |
1691 | "Hakuhō (672–686)", | |
1692 | "Shuchō (686–701)", | |
1693 | "Taihō (701–704)", | |
1694 | "Keiun (704–708)", | |
1695 | "Wadō (708–715)", | |
1696 | "Reiki (715–717)", | |
1697 | "Yōrō (717–724)", | |
1698 | "Jinki (724–729)", | |
1699 | "Tenpyō (729–749)", | |
1700 | "Tenpyō-kampō (749-749)", | |
1701 | "Tenpyō-shōhō (749-757)", | |
1702 | "Tenpyō-hōji (757-765)", | |
1703 | "Tenpyō-jingo (765-767)", | |
51004dcb | 1704 | "Jingo-keiun (767-770)", |
2ca993e8 | 1705 | "Hōki (770–780)", |
51004dcb | 1706 | "Ten-ō (781-782)", |
2ca993e8 A |
1707 | "Enryaku (782–806)", |
1708 | "Daidō (806–810)", | |
1709 | "Kōnin (810–824)", | |
1710 | "Tenchō (824–834)", | |
1711 | "Jōwa (834–848)", | |
1712 | "Kajō (848–851)", | |
1713 | "Ninju (851–854)", | |
1714 | "Saikō (854–857)", | |
1715 | "Ten-an (857-859)", | |
1716 | "Jōgan (859–877)", | |
1717 | "Gangyō (877–885)", | |
1718 | "Ninna (885–889)", | |
1719 | "Kanpyō (889–898)", | |
1720 | "Shōtai (898–901)", | |
1721 | "Engi (901–923)", | |
1722 | "Enchō (923–931)", | |
1723 | "Jōhei (931–938)", | |
1724 | "Tengyō (938–947)", | |
1725 | "Tenryaku (947–957)", | |
1726 | "Tentoku (957–961)", | |
1727 | "Ōwa (961–964)", | |
1728 | "Kōhō (964–968)", | |
1729 | "Anna (968–970)", | |
1730 | "Tenroku (970–973)", | |
1731 | "Ten’en (973–976)", | |
1732 | "Jōgen (976–978)", | |
1733 | "Tengen (978–983)", | |
1734 | "Eikan (983–985)", | |
1735 | "Kanna (985–987)", | |
1736 | "Eien (987–989)", | |
1737 | "Eiso (989–990)", | |
1738 | "Shōryaku (990–995)", | |
1739 | "Chōtoku (995–999)", | |
1740 | "Chōhō (999–1004)", | |
1741 | "Kankō (1004–1012)", | |
1742 | "Chōwa (1012–1017)", | |
1743 | "Kannin (1017–1021)", | |
1744 | "Jian (1021–1024)", | |
1745 | "Manju (1024–1028)", | |
1746 | "Chōgen (1028–1037)", | |
1747 | "Chōryaku (1037–1040)", | |
1748 | "Chōkyū (1040–1044)", | |
1749 | "Kantoku (1044–1046)", | |
1750 | "Eishō (1046–1053)", | |
1751 | "Tengi (1053–1058)", | |
1752 | "Kōhei (1058–1065)", | |
1753 | "Jiryaku (1065–1069)", | |
1754 | "Enkyū (1069–1074)", | |
1755 | "Shōho (1074–1077)", | |
1756 | "Shōryaku (1077–1081)", | |
1757 | "Eihō (1081–1084)", | |
1758 | "Ōtoku (1084–1087)", | |
1759 | "Kanji (1087–1094)", | |
1760 | "Kahō (1094–1096)", | |
1761 | "Eichō (1096–1097)", | |
1762 | "Jōtoku (1097–1099)", | |
1763 | "Kōwa (1099–1104)", | |
1764 | "Chōji (1104–1106)", | |
1765 | "Kashō (1106–1108)", | |
1766 | "Tennin (1108–1110)", | |
51004dcb | 1767 | "Ten-ei (1110-1113)", |
2ca993e8 A |
1768 | "Eikyū (1113–1118)", |
1769 | "Gen’ei (1118–1120)", | |
1770 | "Hōan (1120–1124)", | |
1771 | "Tenji (1124–1126)", | |
1772 | "Daiji (1126–1131)", | |
1773 | "Tenshō (1131–1132)", | |
1774 | "Chōshō (1132–1135)", | |
1775 | "Hōen (1135–1141)", | |
1776 | "Eiji (1141–1142)", | |
1777 | "Kōji (1142–1144)", | |
1778 | "Ten’yō (1144–1145)", | |
1779 | "Kyūan (1145–1151)", | |
1780 | "Ninpei (1151–1154)", | |
1781 | "Kyūju (1154–1156)", | |
1782 | "Hōgen (1156–1159)", | |
1783 | "Heiji (1159–1160)", | |
1784 | "Eiryaku (1160–1161)", | |
1785 | "Ōho (1161–1163)", | |
1786 | "Chōkan (1163–1165)", | |
1787 | "Eiman (1165–1166)", | |
1788 | "Nin’an (1166–1169)", | |
1789 | "Kaō (1169–1171)", | |
1790 | "Shōan (1171–1175)", | |
1791 | "Angen (1175–1177)", | |
1792 | "Jishō (1177–1181)", | |
1793 | "Yōwa (1181–1182)", | |
1794 | "Juei (1182–1184)", | |
1795 | "Genryaku (1184–1185)", | |
1796 | "Bunji (1185–1190)", | |
1797 | "Kenkyū (1190–1199)", | |
1798 | "Shōji (1199–1201)", | |
1799 | "Kennin (1201–1204)", | |
1800 | "Genkyū (1204–1206)", | |
1801 | "Ken’ei (1206–1207)", | |
1802 | "Jōgen (1207–1211)", | |
1803 | "Kenryaku (1211–1213)", | |
1804 | "Kenpō (1213–1219)", | |
1805 | "Jōkyū (1219–1222)", | |
1806 | "Jōō (1222–1224)", | |
1807 | "Gennin (1224–1225)", | |
1808 | "Karoku (1225–1227)", | |
1809 | "Antei (1227–1229)", | |
1810 | "Kanki (1229–1232)", | |
1811 | "Jōei (1232–1233)", | |
1812 | "Tenpuku (1233–1234)", | |
1813 | "Bunryaku (1234–1235)", | |
1814 | "Katei (1235–1238)", | |
1815 | "Ryakunin (1238–1239)", | |
1816 | "En’ō (1239–1240)", | |
1817 | "Ninji (1240–1243)", | |
1818 | "Kangen (1243–1247)", | |
1819 | "Hōji (1247–1249)", | |
1820 | "Kenchō (1249–1256)", | |
1821 | "Kōgen (1256–1257)", | |
1822 | "Shōka (1257–1259)", | |
1823 | "Shōgen (1259–1260)", | |
1824 | "Bun’ō (1260–1261)", | |
1825 | "Kōchō (1261–1264)", | |
1826 | "Bun’ei (1264–1275)", | |
1827 | "Kenji (1275–1278)", | |
1828 | "Kōan (1278–1288)", | |
1829 | "Shōō (1288–1293)", | |
1830 | "Einin (1293–1299)", | |
1831 | "Shōan (1299–1302)", | |
1832 | "Kengen (1302–1303)", | |
1833 | "Kagen (1303–1306)", | |
1834 | "Tokuji (1306–1308)", | |
1835 | "Enkyō (1308–1311)", | |
1836 | "Ōchō (1311–1312)", | |
1837 | "Shōwa (1312–1317)", | |
1838 | "Bunpō (1317–1319)", | |
1839 | "Genō (1319–1321)", | |
1840 | "Genkō (1321–1324)", | |
1841 | "Shōchū (1324–1326)", | |
1842 | "Karyaku (1326–1329)", | |
1843 | "Gentoku (1329–1331)", | |
1844 | "Genkō (1331–1334)", | |
1845 | "Kenmu (1334–1336)", | |
1846 | "Engen (1336–1340)", | |
1847 | "Kōkoku (1340–1346)", | |
1848 | "Shōhei (1346–1370)", | |
1849 | "Kentoku (1370–1372)", | |
1850 | "Bunchū (1372–1375)", | |
1851 | "Tenju (1375–1379)", | |
1852 | "Kōryaku (1379–1381)", | |
1853 | "Kōwa (1381–1384)", | |
1854 | "Genchū (1384–1392)", | |
1855 | "Meitoku (1384–1387)", | |
1856 | "Kakei (1387–1389)", | |
1857 | "Kōō (1389–1390)", | |
1858 | "Meitoku (1390–1394)", | |
1859 | "Ōei (1394–1428)", | |
1860 | "Shōchō (1428–1429)", | |
1861 | "Eikyō (1429–1441)", | |
1862 | "Kakitsu (1441–1444)", | |
1863 | "Bun’an (1444–1449)", | |
1864 | "Hōtoku (1449–1452)", | |
1865 | "Kyōtoku (1452–1455)", | |
1866 | "Kōshō (1455–1457)", | |
1867 | "Chōroku (1457–1460)", | |
1868 | "Kanshō (1460–1466)", | |
1869 | "Bunshō (1466–1467)", | |
1870 | "Ōnin (1467–1469)", | |
1871 | "Bunmei (1469–1487)", | |
1872 | "Chōkyō (1487–1489)", | |
1873 | "Entoku (1489–1492)", | |
1874 | "Meiō (1492–1501)", | |
1875 | "Bunki (1501–1504)", | |
1876 | "Eishō (1504–1521)", | |
1877 | "Taiei (1521–1528)", | |
1878 | "Kyōroku (1528–1532)", | |
1879 | "Tenbun (1532–1555)", | |
1880 | "Kōji (1555–1558)", | |
1881 | "Eiroku (1558–1570)", | |
1882 | "Genki (1570–1573)", | |
1883 | "Tenshō (1573–1592)", | |
1884 | "Bunroku (1592–1596)", | |
1885 | "Keichō (1596–1615)", | |
1886 | "Genna (1615–1624)", | |
1887 | "Kan’ei (1624–1644)", | |
1888 | "Shōho (1644–1648)", | |
1889 | "Keian (1648–1652)", | |
1890 | "Jōō (1652–1655)", | |
1891 | "Meireki (1655–1658)", | |
1892 | "Manji (1658–1661)", | |
1893 | "Kanbun (1661–1673)", | |
1894 | "Enpō (1673–1681)", | |
1895 | "Tenna (1681–1684)", | |
1896 | "Jōkyō (1684–1688)", | |
1897 | "Genroku (1688–1704)", | |
1898 | "Hōei (1704–1711)", | |
1899 | "Shōtoku (1711–1716)", | |
1900 | "Kyōhō (1716–1736)", | |
1901 | "Genbun (1736–1741)", | |
1902 | "Kanpō (1741–1744)", | |
1903 | "Enkyō (1744–1748)", | |
1904 | "Kan’en (1748–1751)", | |
1905 | "Hōreki (1751–1764)", | |
1906 | "Meiwa (1764–1772)", | |
1907 | "An’ei (1772–1781)", | |
1908 | "Tenmei (1781–1789)", | |
1909 | "Kansei (1789–1801)", | |
1910 | "Kyōwa (1801–1804)", | |
1911 | "Bunka (1804–1818)", | |
1912 | "Bunsei (1818–1830)", | |
1913 | "Tenpō (1830–1844)", | |
1914 | "Kōka (1844–1848)", | |
1915 | "Kaei (1848–1854)", | |
1916 | "Ansei (1854–1860)", | |
1917 | "Man’en (1860–1861)", | |
1918 | "Bunkyū (1861–1864)", | |
1919 | "Genji (1864–1865)", | |
1920 | "Keiō (1865–1868)", | |
46f4442e A |
1921 | "M", |
1922 | "T", | |
1923 | "S", | |
1924 | "H", | |
1925 | } | |
1926 | wide:alias{"/LOCALE/calendar/japanese/eras/abbreviated"} | |
374ca955 | 1927 | } |
51004dcb | 1928 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
46f4442e A |
1929 | monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"} |
1930 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
b75a7d8f | 1931 | } |
73c04bcf | 1932 | persian{ |
729e4ab9 | 1933 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1934 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1935 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1936 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1937 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1938 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1939 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e | 1940 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
73c04bcf A |
1941 | eras{ |
1942 | abbreviated{ | |
1943 | "AP", | |
1944 | } | |
46f4442e A |
1945 | narrow:alias{"/LOCALE/calendar/persian/eras/abbreviated"} |
1946 | wide:alias{"/LOCALE/calendar/persian/eras/abbreviated"} | |
73c04bcf | 1947 | } |
51004dcb | 1948 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
73c04bcf | 1949 | monthNames{ |
73c04bcf | 1950 | format{ |
46f4442e | 1951 | abbreviated:alias{"/LOCALE/calendar/persian/monthNames/format/wide"} |
46f4442e | 1952 | narrow:alias{"/LOCALE/calendar/persian/monthNames/stand-alone/narrow"} |
73c04bcf A |
1953 | wide{ |
1954 | "Farvardin", | |
1955 | "Ordibehesht", | |
1956 | "Khordad", | |
1957 | "Tir", | |
1958 | "Mordad", | |
1959 | "Shahrivar", | |
1960 | "Mehr", | |
1961 | "Aban", | |
1962 | "Azar", | |
1963 | "Dey", | |
1964 | "Bahman", | |
1965 | "Esfand", | |
1966 | } | |
1967 | } | |
46f4442e A |
1968 | stand-alone{ |
1969 | abbreviated:alias{"/LOCALE/calendar/persian/monthNames/format/abbreviated"} | |
1970 | narrow{ | |
1971 | "1", | |
1972 | "2", | |
1973 | "3", | |
1974 | "4", | |
1975 | "5", | |
1976 | "6", | |
1977 | "7", | |
1978 | "8", | |
1979 | "9", | |
1980 | "10", | |
1981 | "11", | |
1982 | "12", | |
1983 | } | |
1984 | wide:alias{"/LOCALE/calendar/persian/monthNames/format/wide"} | |
1985 | } | |
73c04bcf | 1986 | } |
46f4442e A |
1987 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} |
1988 | } | |
1989 | roc{ | |
729e4ab9 | 1990 | AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"} |
57a6839d | 1991 | AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"} |
51004dcb | 1992 | DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"} |
57a6839d A |
1993 | NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"} |
1994 | NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"} | |
51004dcb A |
1995 | appendItems:alias{"/LOCALE/calendar/generic/appendItems"} |
1996 | availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"} | |
46f4442e A |
1997 | dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"} |
1998 | eras{ | |
1999 | abbreviated{ | |
2000 | "Before R.O.C.", | |
2001 | "R.O.C.", | |
2002 | } | |
2003 | narrow:alias{"/LOCALE/calendar/roc/eras/abbreviated"} | |
2004 | wide:alias{"/LOCALE/calendar/roc/eras/abbreviated"} | |
2005 | } | |
51004dcb | 2006 | intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"} |
46f4442e A |
2007 | monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"} |
2008 | quarters:alias{"/LOCALE/calendar/gregorian/quarters"} | |
73c04bcf A |
2009 | } |
2010 | } | |
2011 | delimiters{ | |
2012 | alternateQuotationEnd{"’"} | |
2013 | alternateQuotationStart{"‘"} | |
2014 | quotationEnd{"”"} | |
2015 | quotationStart{"“"} | |
2016 | } | |
51004dcb A |
2017 | fields{ |
2018 | day{ | |
2019 | dn{"Day"} | |
2020 | relative{ | |
57a6839d A |
2021 | "-1"{"yesterday"} |
2022 | "0"{"today"} | |
2023 | "1"{"tomorrow"} | |
2024 | } | |
2025 | relativeTime{ | |
2026 | future{ | |
2027 | other{"+{0} d"} | |
2028 | } | |
2029 | past{ | |
2030 | other{"-{0} d"} | |
2031 | } | |
51004dcb A |
2032 | } |
2033 | } | |
b331163b A |
2034 | day-narrow:alias{"/LOCALE/fields/day-short"} |
2035 | day-short:alias{"/LOCALE/fields/day"} | |
51004dcb A |
2036 | dayperiod{ |
2037 | dn{"Dayperiod"} | |
2038 | } | |
2039 | era{ | |
2040 | dn{"Era"} | |
2041 | } | |
57a6839d A |
2042 | fri{ |
2043 | relative{ | |
2044 | "-1"{"last Friday"} | |
2045 | "0"{"this Friday"} | |
2046 | "1"{"next Friday"} | |
2047 | } | |
2048 | } | |
b331163b A |
2049 | fri-narrow:alias{"/LOCALE/fields/fri-short"} |
2050 | fri-short:alias{"/LOCALE/fields/fri"} | |
51004dcb A |
2051 | hour{ |
2052 | dn{"Hour"} | |
57a6839d A |
2053 | relativeTime{ |
2054 | future{ | |
2055 | other{"+{0} h"} | |
2056 | } | |
2057 | past{ | |
2058 | other{"-{0} h"} | |
2059 | } | |
2060 | } | |
51004dcb | 2061 | } |
b331163b A |
2062 | hour-narrow:alias{"/LOCALE/fields/hour-short"} |
2063 | hour-short:alias{"/LOCALE/fields/hour"} | |
51004dcb A |
2064 | minute{ |
2065 | dn{"Minute"} | |
57a6839d A |
2066 | relativeTime{ |
2067 | future{ | |
2068 | other{"+{0} min"} | |
2069 | } | |
2070 | past{ | |
2071 | other{"-{0} min"} | |
2072 | } | |
2073 | } | |
2074 | } | |
b331163b A |
2075 | minute-narrow:alias{"/LOCALE/fields/minute-short"} |
2076 | minute-short:alias{"/LOCALE/fields/minute"} | |
57a6839d A |
2077 | mon{ |
2078 | relative{ | |
2079 | "-1"{"last Monday"} | |
2080 | "0"{"this Monday"} | |
2081 | "1"{"next Monday"} | |
2082 | } | |
51004dcb | 2083 | } |
b331163b A |
2084 | mon-narrow:alias{"/LOCALE/fields/mon-short"} |
2085 | mon-short:alias{"/LOCALE/fields/mon"} | |
51004dcb A |
2086 | month{ |
2087 | dn{"Month"} | |
57a6839d A |
2088 | relative{ |
2089 | "-1"{"last month"} | |
2090 | "0"{"this month"} | |
2091 | "1"{"next month"} | |
2092 | } | |
2093 | relativeTime{ | |
2094 | future{ | |
2095 | other{"+{0} m"} | |
2096 | } | |
2097 | past{ | |
2098 | other{"-{0} m"} | |
2099 | } | |
2100 | } | |
2101 | } | |
b331163b A |
2102 | month-narrow:alias{"/LOCALE/fields/month-short"} |
2103 | month-short:alias{"/LOCALE/fields/month"} | |
2104 | quarter{ | |
2105 | dn{"Quarter"} | |
2106 | relative{ | |
2107 | "-1"{"last quarter"} | |
2108 | "0"{"this quarter"} | |
2109 | "1"{"next quarter"} | |
2110 | } | |
2111 | relativeTime{ | |
2112 | future{ | |
2113 | other{"+{0} Q"} | |
2114 | } | |
2115 | past{ | |
2116 | other{"-{0} Q"} | |
2117 | } | |
2118 | } | |
2119 | } | |
2120 | quarter-narrow:alias{"/LOCALE/fields/quarter-short"} | |
2121 | quarter-short:alias{"/LOCALE/fields/quarter"} | |
57a6839d A |
2122 | sat{ |
2123 | relative{ | |
2124 | "-1"{"last Saturday"} | |
2125 | "0"{"this Saturday"} | |
2126 | "1"{"next Saturday"} | |
2127 | } | |
51004dcb | 2128 | } |
b331163b A |
2129 | sat-narrow:alias{"/LOCALE/fields/sat-short"} |
2130 | sat-short:alias{"/LOCALE/fields/sat"} | |
51004dcb A |
2131 | second{ |
2132 | dn{"Second"} | |
57a6839d A |
2133 | relative{ |
2134 | "0"{"now"} | |
2135 | } | |
2136 | relativeTime{ | |
2137 | future{ | |
2138 | other{"+{0} s"} | |
2139 | } | |
2140 | past{ | |
2141 | other{"-{0} s"} | |
2142 | } | |
2143 | } | |
2144 | } | |
b331163b A |
2145 | second-narrow:alias{"/LOCALE/fields/second-short"} |
2146 | second-short:alias{"/LOCALE/fields/second"} | |
57a6839d A |
2147 | sun{ |
2148 | relative{ | |
2149 | "-1"{"last Sunday"} | |
2150 | "0"{"this Sunday"} | |
2151 | "1"{"next Sunday"} | |
2152 | } | |
2153 | } | |
b331163b A |
2154 | sun-narrow:alias{"/LOCALE/fields/sun-short"} |
2155 | sun-short:alias{"/LOCALE/fields/sun"} | |
57a6839d A |
2156 | thu{ |
2157 | relative{ | |
2158 | "-1"{"last Thursday"} | |
2159 | "0"{"this Thursday"} | |
2160 | "1"{"next Thursday"} | |
2161 | } | |
2162 | } | |
b331163b A |
2163 | thu-narrow:alias{"/LOCALE/fields/thu-short"} |
2164 | thu-short:alias{"/LOCALE/fields/thu"} | |
57a6839d A |
2165 | tue{ |
2166 | relative{ | |
2167 | "-1"{"last Tuesday"} | |
2168 | "0"{"this Tuesday"} | |
2169 | "1"{"next Tuesday"} | |
2170 | } | |
2171 | } | |
b331163b A |
2172 | tue-narrow:alias{"/LOCALE/fields/tue-short"} |
2173 | tue-short:alias{"/LOCALE/fields/tue"} | |
57a6839d A |
2174 | wed{ |
2175 | relative{ | |
2176 | "-1"{"last Wednesday"} | |
2177 | "0"{"this Wednesday"} | |
2178 | "1"{"next Wednesday"} | |
2179 | } | |
51004dcb | 2180 | } |
b331163b A |
2181 | wed-narrow:alias{"/LOCALE/fields/wed-short"} |
2182 | wed-short:alias{"/LOCALE/fields/wed"} | |
51004dcb A |
2183 | week{ |
2184 | dn{"Week"} | |
57a6839d A |
2185 | relative{ |
2186 | "-1"{"last week"} | |
2187 | "0"{"this week"} | |
2188 | "1"{"next week"} | |
2189 | } | |
2190 | relativeTime{ | |
2191 | future{ | |
2192 | other{"+{0} w"} | |
2193 | } | |
2194 | past{ | |
2195 | other{"-{0} w"} | |
2196 | } | |
2197 | } | |
51004dcb | 2198 | } |
b331163b A |
2199 | week-narrow:alias{"/LOCALE/fields/week-short"} |
2200 | week-short:alias{"/LOCALE/fields/week"} | |
51004dcb A |
2201 | weekday{ |
2202 | dn{"Day of the Week"} | |
2203 | } | |
2204 | year{ | |
2205 | dn{"Year"} | |
57a6839d A |
2206 | relative{ |
2207 | "-1"{"last year"} | |
2208 | "0"{"this year"} | |
2209 | "1"{"next year"} | |
2210 | } | |
2211 | relativeTime{ | |
2212 | future{ | |
2213 | other{"+{0} y"} | |
2214 | } | |
2215 | past{ | |
2216 | other{"-{0} y"} | |
2217 | } | |
2218 | } | |
51004dcb | 2219 | } |
b331163b A |
2220 | year-narrow:alias{"/LOCALE/fields/year-short"} |
2221 | year-short:alias{"/LOCALE/fields/year"} | |
51004dcb A |
2222 | zone{ |
2223 | dn{"Zone"} | |
2224 | } | |
2225 | } | |
46f4442e A |
2226 | layout{ |
2227 | characters{"left-to-right"} | |
2228 | lines{"top-to-bottom"} | |
2229 | } | |
729e4ab9 A |
2230 | listPattern{ |
2231 | standard{ | |
2232 | 2{"{0}, {1}"} | |
2233 | end{"{0}, {1}"} | |
2234 | middle{"{0}, {1}"} | |
2235 | start{"{0}, {1}"} | |
2236 | } | |
57a6839d A |
2237 | unit{ |
2238 | 2:alias{"/LOCALE/listPattern/unit-short/2"} | |
2239 | end:alias{"/LOCALE/listPattern/unit-short/end"} | |
2240 | middle:alias{"/LOCALE/listPattern/unit-short/middle"} | |
2241 | start:alias{"/LOCALE/listPattern/unit-short/start"} | |
2242 | } | |
2243 | unit-narrow{ | |
2244 | 2:alias{"/LOCALE/listPattern/unit-short/2"} | |
2245 | end:alias{"/LOCALE/listPattern/unit-short/end"} | |
2246 | middle:alias{"/LOCALE/listPattern/unit-short/middle"} | |
2247 | start:alias{"/LOCALE/listPattern/unit-short/start"} | |
2248 | } | |
2249 | unit-short{ | |
2250 | 2:alias{"/LOCALE/listPattern/standard/2"} | |
2251 | end:alias{"/LOCALE/listPattern/standard/end"} | |
2252 | middle:alias{"/LOCALE/listPattern/standard/middle"} | |
2253 | start:alias{"/LOCALE/listPattern/standard/start"} | |
2254 | } | |
46f4442e | 2255 | } |
73c04bcf | 2256 | measurementSystemNames{ |
729e4ab9 | 2257 | UK{"UK"} |
73c04bcf A |
2258 | US{"US"} |
2259 | metric{"Metric"} | |
374ca955 | 2260 | } |
b75a7d8f | 2261 | } |