• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4en_AU{
5    %%Parent{"en_001"}
6    NumberElements{
7        latn{
8            miscPatterns{
9                range{"{0}–{1}"}
10            }
11            symbols{
12                exponential{"e"}
13            }
14        }
15    }
16    calendar{
17        chinese{
18            monthNames{
19                format{
20                    narrow{
21                        "1",
22                        "2",
23                        "3",
24                        "4",
25                        "5",
26                        "6",
27                        "7",
28                        "8",
29                        "9",
30                        "10",
31                        "11",
32                        "12",
33                    }
34                }
35                stand-alone{
36                    abbreviated{
37                        "Mo1",
38                        "Mo2",
39                        "Mo3",
40                        "Mo4",
41                        "Mo5",
42                        "Mo6",
43                        "Mo7",
44                        "Mo8",
45                        "Mo9",
46                        "Mo10",
47                        "Mo11",
48                        "Mo12",
49                    }
50                    narrow{
51                        "1",
52                        "2",
53                        "3",
54                        "4",
55                        "5",
56                        "6",
57                        "7",
58                        "8",
59                        "9",
60                        "10",
61                        "11",
62                        "12",
63                    }
64                    wide{
65                        "First Month",
66                        "Second Month",
67                        "Third Month",
68                        "Fourth Month",
69                        "Fifth Month",
70                        "Sixth Month",
71                        "Seventh Month",
72                        "Eighth Month",
73                        "Ninth Month",
74                        "Tenth Month",
75                        "Eleventh Month",
76                        "Twelfth Month",
77                    }
78                }
79            }
80        }
81        generic{
82            availableFormats{
83                yMEd{"E, dd/MM/y"}
84                yMd{"dd/MM/y"}
85            }
86            intervalFormats{
87                GyMEd{
88                    G{"E dd/MM/y GGGGG – E dd/MM/y GGGGG"}
89                    M{"E dd/MM/y – E dd/MM/y GGGGG"}
90                    d{"E dd/MM/y – E dd/MM/y GGGGG"}
91                    y{"E dd/MM/y – E dd/MM/y GGGGG"}
92                }
93                GyMMMEd{
94                    G{"E d MMM y G – E d MMM y G"}
95                    M{"E d MMM – E d MMM y G"}
96                    d{"E d MMM – E d MMM y G"}
97                    y{"E d MMM y – E d MMM y G"}
98                }
99                MEd{
100                    M{"E, d/M – E, d/M"}
101                    d{"E, d/M – E, d/M"}
102                }
103                MMMEd{
104                    M{"E, d MMM – E, d MMM"}
105                    d{"E, d MMM – E, d MMM"}
106                }
107                yMMMEd{
108                    d{"E, d MMM – E, d MMM y G"}
109                }
110            }
111        }
112        gregorian{
113            AmPmMarkersNarrow{
114                "am",
115                "pm",
116            }
117            DateTimePatterns{
118                "h:mm:ss a zzzz",
119                "h:mm:ss a z",
120                "h:mm:ss a",
121                "h:mm a",
122                "EEEE, d MMMM y",
123                "d MMMM y",
124                "d MMM y",
125                "d/M/yy",
126                "{1}, {0}",
127                "{1}, {0}",
128                "{1}, {0}",
129                "{1}, {0}",
130                "{1}, {0}",
131            }
132            DateTimeSkeletons{
133                "ahmmsszzzz",
134                "ahmmssz",
135                "ahmmss",
136                "ahmm",
137                "yMMMMEEEEd",
138                "yMMMMd",
139                "yMMMd",
140                "yyMd",
141            }
142            availableFormats{
143                GyMd{"d/M/y GGGGG"}
144                MEd{"E, d/M"}
145                Md{"d/M"}
146            }
147            dayNames{
148                format{
149                    narrow{
150                        "Su.",
151                        "M.",
152                        "Tu.",
153                        "W.",
154                        "Th.",
155                        "F.",
156                        "Sa.",
157                    }
158                }
159                stand-alone{
160                    abbreviated{
161                        "Sun",
162                        "Mon",
163                        "Tue",
164                        "Wed",
165                        "Thu",
166                        "Fri",
167                        "Sat",
168                    }
169                    narrow{
170                        "Su.",
171                        "M.",
172                        "Tu.",
173                        "W.",
174                        "Th.",
175                        "F.",
176                        "Sa.",
177                    }
178                    short{
179                        "Sun",
180                        "Mon",
181                        "Tu",
182                        "Wed",
183                        "Thu",
184                        "Fri",
185                        "Sat",
186                    }
187                    wide{
188                        "Sunday",
189                        "Monday",
190                        "Tuesday",
191                        "Wednesday",
192                        "Thursday",
193                        "Friday",
194                        "Saturday",
195                    }
196                }
197            }
198            dayPeriod{
199                format{
200                    abbreviated{
201                        afternoon1{"afternoon"}
202                        evening1{"evening"}
203                        midnight{"midnight"}
204                        morning1{"morning"}
205                        night1{"night"}
206                        noon{"midday"}
207                    }
208                    narrow{
209                        afternoon1{"afternoon"}
210                        evening1{"evening"}
211                        midnight{"midnight"}
212                        morning1{"morning"}
213                        night1{"night"}
214                        noon{"midday"}
215                    }
216                    wide{
217                        afternoon1{"in the afternoon"}
218                        evening1{"in the evening"}
219                        midnight{"midnight"}
220                        morning1{"in the morning"}
221                        night1{"at night"}
222                        noon{"midday"}
223                    }
224                }
225                stand-alone{
226                    abbreviated{
227                        noon{"midday"}
228                    }
229                    narrow{
230                        afternoon1{"afternoon"}
231                        am{"am"}
232                        evening1{"evening"}
233                        midnight{"midnight"}
234                        morning1{"morning"}
235                        night1{"night"}
236                        noon{"midday"}
237                        pm{"pm"}
238                    }
239                    wide{
240                        noon{"midday"}
241                    }
242                }
243            }
244            intervalFormats{
245                GyMEd{
246                    G{"E, d/M/y G – E, d/M/y G"}
247                    M{"E, d/M/y – E, d/M/y G"}
248                    d{"E, d/M/y – E, d/M/y G"}
249                    y{"E, d/M/y – E, d/M/y G"}
250                }
251                GyMMMEd{
252                    G{"E, d MMM, y G – E, d MMM, y G"}
253                    M{"E, d MMM – E, d MMM, y G"}
254                    d{"E, d MMM – E, d MMM, y G"}
255                    y{"E, d MMM, y – E, d MMM, y G"}
256                }
257                GyMMMd{
258                    G{"d MMM, y G – d MMM, y G"}
259                    M{"d MMM – d MMM, y G"}
260                    d{"d – d MMM, y G"}
261                    y{"d MMM, y – d MMM, y G"}
262                }
263                GyMd{
264                    G{"d/M/y G – d/M/y G"}
265                    M{"d/M/y – d/M/y G"}
266                    d{"d/M/y – d/M/y G"}
267                    y{"d/M/y – d/M/y G"}
268                }
269                MMMd{
270                    d{"d – d MMM"}
271                }
272            }
273            monthNames{
274                format{
275                    abbreviated{
276                        "Jan",
277                        "Feb",
278                        "Mar",
279                        "Apr",
280                        "May",
281                        "June",
282                        "July",
283                        "Aug",
284                        "Sept",
285                        "Oct",
286                        "Nov",
287                        "Dec",
288                    }
289                    narrow{
290                        "J",
291                        "F",
292                        "M",
293                        "A",
294                        "M",
295                        "J",
296                        "J",
297                        "A",
298                        "S",
299                        "O",
300                        "N",
301                        "D",
302                    }
303                }
304                stand-alone{
305                    abbreviated{
306                        "Jan",
307                        "Feb",
308                        "Mar",
309                        "Apr",
310                        "May",
311                        "Jun",
312                        "Jul",
313                        "Aug",
314                        "Sept",
315                        "Oct",
316                        "Nov",
317                        "Dec",
318                    }
319                    wide{
320                        "January",
321                        "February",
322                        "March",
323                        "April",
324                        "May",
325                        "June",
326                        "July",
327                        "August",
328                        "September",
329                        "October",
330                        "November",
331                        "December",
332                    }
333                }
334            }
335            quarters{
336                format{
337                    narrow{
338                        "1",
339                        "2",
340                        "3",
341                        "4",
342                    }
343                }
344                stand-alone{
345                    abbreviated{
346                        "Q1",
347                        "Q2",
348                        "Q3",
349                        "Q4",
350                    }
351                    wide{
352                        "1st quarter",
353                        "2nd quarter",
354                        "3rd quarter",
355                        "4th quarter",
356                    }
357                }
358            }
359        }
360        indian{
361            monthNames{
362                format{
363                    abbreviated{
364                        "Chaitra",
365                        "Vaisakha",
366                        "Jyaistha",
367                        "Asadha",
368                        "Sravana",
369                        "Bhadra",
370                        "Asvina",
371                        "Kartika",
372                        "Agrahayana",
373                        "Pausa",
374                        "Magha",
375                        "Phalguna",
376                    }
377                    narrow{
378                        "1",
379                        "2",
380                        "3",
381                        "4",
382                        "5",
383                        "6",
384                        "7",
385                        "8",
386                        "9",
387                        "10",
388                        "11",
389                        "12",
390                    }
391                    wide{
392                        "Chaitra",
393                        "Vaisakha",
394                        "Jyaistha",
395                        "Asadha",
396                        "Sravana",
397                        "Bhadra",
398                        "Asvina",
399                        "Kartika",
400                        "Agrahayana",
401                        "Pausa",
402                        "Magha",
403                        "Phalguna",
404                    }
405                }
406                stand-alone{
407                    abbreviated{
408                        "Chaitra",
409                        "Vaisakha",
410                        "Jyaistha",
411                        "Asadha",
412                        "Sravana",
413                        "Bhadra",
414                        "Asvina",
415                        "Kartika",
416                        "Agrahayana",
417                        "Pausa",
418                        "Magha",
419                        "Phalguna",
420                    }
421                    narrow{
422                        "1",
423                        "2",
424                        "3",
425                        "4",
426                        "5",
427                        "6",
428                        "7",
429                        "8",
430                        "9",
431                        "10",
432                        "11",
433                        "12",
434                    }
435                    wide{
436                        "Chaitra",
437                        "Vaisakha",
438                        "Jyaistha",
439                        "Asadha",
440                        "Sravana",
441                        "Bhadra",
442                        "Asvina",
443                        "Kartika",
444                        "Agrahayana",
445                        "Pausa",
446                        "Magha",
447                        "Phalguna",
448                    }
449                }
450            }
451        }
452        islamic{
453            DateTimePatterns{
454                "h:mm:ss a zzzz",
455                "h:mm:ss a z",
456                "h:mm:ss a",
457                "h:mm a",
458                "EEEE, d MMMM y G",
459                "d MMMM y G",
460                "d MMM y G",
461                "dd/MM/y GGGGG",
462                "{1}, {0}",
463                "{1}, {0}",
464                "{1}, {0}",
465                "{1}, {0}",
466                "{1}, {0}",
467            }
468            DateTimeSkeletons{
469                "ahmmsszzzz",
470                "ahmmssz",
471                "ahmmss",
472                "ahmm",
473                "GyMMMMEEEEd",
474                "GyMMMMd",
475                "GyMMMd",
476                "GGGGGyMMdd",
477            }
478            availableFormats{
479                E{"ccc"}
480                Ed{"E d"}
481                Gy{"y G"}
482                GyMMM{"MMM y G"}
483                GyMMMEd{"E, d MMM y G"}
484                GyMMMd{"d MMM y G"}
485                M{"LL"}
486                MMM{"LLL"}
487                MMMEd{"E, d MMM"}
488                MMMMd{"d MMMM"}
489                MMMd{"d MMM"}
490                Md{"dd/MM"}
491                d{"d"}
492                y{"y G"}
493                yMEd{"E, dd/MM/y"}
494                yMd{"dd/MM/y"}
495                yyyy{"y G"}
496                yyyyM{"MM/y GGGGG"}
497                yyyyMEd{"E, dd/MM/y GGGGG"}
498                yyyyMMM{"MMM y G"}
499                yyyyMMMEd{"E, d MMM y G"}
500                yyyyMMMM{"MMMM y G"}
501                yyyyMMMd{"d MMM y G"}
502                yyyyMd{"dd/MM/y GGGGG"}
503                yyyyQQQ{"QQQ y G"}
504                yyyyQQQQ{"QQQQ y G"}
505            }
506            monthNames{
507                format{
508                    abbreviated{
509                        "Muh.",
510                        "Saf.",
511                        "Rab. I",
512                        "Rab. II",
513                        "Jum. I",
514                        "Jum. II",
515                        "Raj.",
516                        "Sha.",
517                        "Ram.",
518                        "Shaw.",
519                        "Dhuʻl-Q.",
520                        "Dhuʻl-H.",
521                    }
522                    narrow{
523                        "1",
524                        "2",
525                        "3",
526                        "4",
527                        "5",
528                        "6",
529                        "7",
530                        "8",
531                        "9",
532                        "10",
533                        "11",
534                        "12",
535                    }
536                    wide{
537                        "Muharram",
538                        "Safar",
539                        "Rabiʻ I",
540                        "Rabiʻ II",
541                        "Jumada I",
542                        "Jumada II",
543                        "Rajab",
544                        "Shaʻban",
545                        "Ramadan",
546                        "Shawwal",
547                        "Dhuʻl-Qiʻdah",
548                        "Dhuʻl-Hijjah",
549                    }
550                }
551                stand-alone{
552                    abbreviated{
553                        "Muh.",
554                        "Saf.",
555                        "Rab. I",
556                        "Rab. II",
557                        "Jum. I",
558                        "Jum. II",
559                        "Raj.",
560                        "Sha.",
561                        "Ram.",
562                        "Shaw.",
563                        "Dhuʻl-Q.",
564                        "Dhuʻl-H.",
565                    }
566                    narrow{
567                        "1",
568                        "2",
569                        "3",
570                        "4",
571                        "5",
572                        "6",
573                        "7",
574                        "8",
575                        "9",
576                        "10",
577                        "11",
578                        "12",
579                    }
580                    wide{
581                        "Muharram",
582                        "Safar",
583                        "Rabiʻ I",
584                        "Rabiʻ II",
585                        "Jumada I",
586                        "Jumada II",
587                        "Rajab",
588                        "Shaʻban",
589                        "Ramadan",
590                        "Shawwal",
591                        "Dhuʻl-Qiʻdah",
592                        "Dhuʻl-Hijjah",
593                    }
594                }
595            }
596        }
597    }
598    characterLabel{
599        downwards_arrows{"downward arrow"}
600        downwards_upwards_arrows{"downward upward arrow"}
601        leftwards_arrows{"leftward arrow"}
602        leftwards_rightwards_arrows{"leftward rightward arrow"}
603        letterlike_symbols{"letter-like symbol"}
604        limited_use{"limited use"}
605        nonspacing{"non-spacing"}
606        rightwards_arrows{"rightward arrow"}
607        upwards_arrows{"upward arrows"}
608    }
609    fields{
610        fri-short{
611            relativeTime{
612                future{
613                    one{"in {0} Fri."}
614                    other{"in {0} Fri."}
615                }
616                past{
617                    one{"{0} Fri. ago"}
618                    other{"{0} Fri. ago"}
619                }
620            }
621        }
622        hour-narrow{
623            relativeTime{
624                future{
625                    one{"in {0} hr"}
626                    other{"in {0} hrs"}
627                }
628                past{
629                    one{"{0} hr ago"}
630                    other{"{0} hrs ago"}
631                }
632            }
633        }
634        hour-short{
635            relativeTime{
636                future{
637                    one{"in {0} hr"}
638                    other{"in {0} hrs"}
639                }
640                past{
641                    one{"{0} hr ago"}
642                    other{"{0} hrs ago"}
643                }
644            }
645        }
646        minute-narrow{
647            dn{"min."}
648            relativeTime{
649                future{
650                    one{"in {0} min."}
651                    other{"in {0} mins"}
652                }
653                past{
654                    one{"{0} min. ago"}
655                    other{"{0} mins ago"}
656                }
657            }
658        }
659        minute-short{
660            dn{"min."}
661            relativeTime{
662                future{
663                    one{"in {0} min."}
664                    other{"in {0} mins"}
665                }
666                past{
667                    one{"{0} min. ago"}
668                    other{"{0} mins ago"}
669                }
670            }
671        }
672        mon-short{
673            relativeTime{
674                future{
675                    one{"in {0} Mon."}
676                    other{"in {0} Mon."}
677                }
678                past{
679                    one{"{0} Mon. ago"}
680                    other{"{0} Mon. ago"}
681                }
682            }
683        }
684        month-narrow{
685            dn{"mo."}
686            relativeTime{
687                future{
688                    one{"in {0} mo."}
689                    other{"in {0} mo."}
690                }
691                past{
692                    one{"{0} mo. ago"}
693                    other{"{0} mo. ago"}
694                }
695            }
696        }
697        month-short{
698            dn{"mo."}
699            relativeTime{
700                future{
701                    one{"in {0} mo."}
702                    other{"in {0} mo."}
703                }
704                past{
705                    one{"{0} mo. ago"}
706                    other{"{0} mo. ago"}
707                }
708            }
709        }
710        quarter-narrow{
711            relativeTime{
712                future{
713                    one{"in {0} qtr"}
714                    other{"in {0} qtrs"}
715                }
716                past{
717                    one{"{0} qtr ago"}
718                    other{"{0} qtrs ago"}
719                }
720            }
721        }
722        quarter-short{
723            relativeTime{
724                future{
725                    one{"in {0} qtr"}
726                    other{"in {0} qtrs"}
727                }
728                past{
729                    one{"{0} qtr ago"}
730                    other{"{0} qtrs ago"}
731                }
732            }
733        }
734        sat-short{
735            relativeTime{
736                future{
737                    one{"in {0} Sat."}
738                    other{"in {0} Sat."}
739                }
740                past{
741                    one{"{0} Sat. ago"}
742                    other{"{0} Sat. ago"}
743                }
744            }
745        }
746        second-narrow{
747            dn{"sec."}
748            relativeTime{
749                future{
750                    one{"in {0} sec."}
751                    other{"in {0} secs"}
752                }
753                past{
754                    one{"{0} sec. ago"}
755                    other{"{0} secs ago"}
756                }
757            }
758        }
759        second-short{
760            dn{"sec."}
761            relativeTime{
762                future{
763                    one{"in {0} sec."}
764                    other{"in {0} secs"}
765                }
766                past{
767                    one{"{0} sec. ago"}
768                    other{"{0} secs ago"}
769                }
770            }
771        }
772        sun-short{
773            relativeTime{
774                future{
775                    one{"in {0} Sun."}
776                    other{"in {0} Sun."}
777                }
778                past{
779                    one{"{0} Sun. ago"}
780                    other{"{0} Sun. ago"}
781                }
782            }
783        }
784        thu-short{
785            relativeTime{
786                future{
787                    one{"in {0} Thu."}
788                    other{"in {0} Thu."}
789                }
790                past{
791                    one{"{0} Thu. ago"}
792                    other{"{0} Thu. ago"}
793                }
794            }
795        }
796        tue-short{
797            relativeTime{
798                future{
799                    one{"in {0} Tue."}
800                    other{"in {0} Tue."}
801                }
802                past{
803                    one{"{0} Tue. ago"}
804                    other{"{0} Tue. ago"}
805                }
806            }
807        }
808        wed-short{
809            relativeTime{
810                future{
811                    one{"in {0} Wed."}
812                    other{"in {0} Wed."}
813                }
814                past{
815                    one{"{0} Wed. ago"}
816                    other{"{0} Wed. ago"}
817                }
818            }
819        }
820        week-narrow{
821            relativeTime{
822                future{
823                    one{"in {0} wk"}
824                    other{"in {0} wks"}
825                }
826                past{
827                    one{"{0} wk ago"}
828                    other{"{0} wks ago"}
829                }
830            }
831        }
832        week-short{
833            relativeTime{
834                future{
835                    one{"in {0} wk"}
836                    other{"in {0} wks"}
837                }
838                past{
839                    one{"{0} wk ago"}
840                    other{"{0} wks ago"}
841                }
842            }
843        }
844        weekOfMonth-short{
845            dn{"wk of mo."}
846        }
847        weekdayOfMonth-short{
848            dn{"wkday of mo."}
849        }
850        year-narrow{
851            relativeTime{
852                future{
853                    one{"in {0} yr"}
854                    other{"in {0} yrs"}
855                }
856                past{
857                    one{"{0} yr ago"}
858                    other{"{0} yrs ago"}
859                }
860            }
861        }
862        year-short{
863            relativeTime{
864                future{
865                    one{"in {0} yr"}
866                    other{"in {0} yrs"}
867                }
868                past{
869                    one{"{0} yr ago"}
870                    other{"{0} yrs ago"}
871                }
872            }
873        }
874    }
875}
876