• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/zh_Hant_HK.xml
7// *
8// ***************************************************************************
9zh_Hant_HK{
10    Ellipsis{
11        final{"{0}⋯"}
12        initial{"⋯{0}"}
13        medial{"{0}⋯{1}"}
14        word-final{"{0}⋯"}
15        word-initial{"⋯{0}"}
16        word-medial{"{0}⋯{1}"}
17    }
18    NumberElements{
19        latn{
20            patternsShort{
21                currencyFormat{
22                    1000{
23                        other{"¤0K"}
24                    }
25                    10000{
26                        other{"¤00K"}
27                    }
28                    100000{
29                        other{"¤000K"}
30                    }
31                    1000000{
32                        other{"¤0M"}
33                    }
34                    10000000{
35                        other{"¤00M"}
36                    }
37                    100000000{
38                        other{"¤000M"}
39                    }
40                    1000000000{
41                        other{"¤0B"}
42                    }
43                    10000000000{
44                        other{"¤00B"}
45                    }
46                    100000000000{
47                        other{"¤000B"}
48                    }
49                    1000000000000{
50                        other{"¤0T"}
51                    }
52                    10000000000000{
53                        other{"¤00T"}
54                    }
55                    100000000000000{
56                        other{"¤000T"}
57                    }
58                }
59                decimalFormat{
60                    1000{
61                        other{"0K"}
62                    }
63                    10000{
64                        other{"00K"}
65                    }
66                    100000{
67                        other{"000K"}
68                    }
69                    1000000{
70                        other{"0M"}
71                    }
72                    10000000{
73                        other{"00M"}
74                    }
75                    100000000{
76                        other{"000M"}
77                    }
78                    1000000000{
79                        other{"0B"}
80                    }
81                    10000000000{
82                        other{"00B"}
83                    }
84                    100000000000{
85                        other{"000B"}
86                    }
87                    1000000000000{
88                        other{"0T"}
89                    }
90                    10000000000000{
91                        other{"00T"}
92                    }
93                    100000000000000{
94                        other{"000T"}
95                    }
96                }
97            }
98        }
99    }
100    Version{"2.1.19.94"}
101    calendar{
102        buddhist{
103            availableFormats{
104                MEd{"M-d(E)"}
105                Md{"M-d"}
106            }
107        }
108        chinese{
109            DateTimePatterns{
110                "ah:mm:ss [zzzz]",
111                "ah:mm:ss [z]",
112                "ah:mm:ss",
113                "ah:mm",
114                "U(r)年MMMdEEEE",
115                "U(r)年MMMd",
116                "U年MMMd",
117                "U/M/d",
118                "{1} {0}",
119                "{1} {0}",
120                "{1} {0}",
121                "{1} {0}",
122                "{1} {0}",
123            }
124            monthNames{
125                format{
126                    abbreviated{
127                        "正月",
128                        "二月",
129                        "三月",
130                        "四月",
131                        "五月",
132                        "六月",
133                        "七月",
134                        "八月",
135                        "九月",
136                        "十月",
137                        "十一月",
138                        "十二月",
139                    }
140                    narrow{
141                        "正",
142                        "二",
143                        "三",
144                        "四",
145                        "五",
146                        "六",
147                        "七",
148                        "八",
149                        "九",
150                        "十",
151                        "十一",
152                        "十二",
153                    }
154                    wide{
155                        "正月",
156                        "二月",
157                        "三月",
158                        "四月",
159                        "五月",
160                        "六月",
161                        "七月",
162                        "八月",
163                        "九月",
164                        "十月",
165                        "十一月",
166                        "十二月",
167                    }
168                }
169                stand-alone{
170                    abbreviated{
171                        "正月",
172                        "二月",
173                        "三月",
174                        "四月",
175                        "五月",
176                        "六月",
177                        "七月",
178                        "八月",
179                        "九月",
180                        "十月",
181                        "十一月",
182                        "十二月",
183                    }
184                    narrow{
185                        "正",
186                        "二",
187                        "三",
188                        "四",
189                        "五",
190                        "六",
191                        "七",
192                        "八",
193                        "九",
194                        "十",
195                        "十一",
196                        "十二",
197                    }
198                    wide{
199                        "正月",
200                        "二月",
201                        "三月",
202                        "四月",
203                        "五月",
204                        "六月",
205                        "七月",
206                        "八月",
207                        "九月",
208                        "十月",
209                        "十一月",
210                        "十二月",
211                    }
212                }
213            }
214        }
215        generic{
216            DateTimePatterns{
217                "ah:mm:ss [zzzz]",
218                "ah:mm:ss [z]",
219                "ah:mm:ss",
220                "ah:mm",
221                "Gy年M月d日EEEE",
222                "Gy年M月d日",
223                "Gy年M月d日",
224                "Gy/M/d",
225                "{1} {0}",
226                "{1} {0}",
227                "{1} {0}",
228                "{1} {0}",
229                "{1} {0}",
230            }
231            availableFormats{
232                Ed{"d日E"}
233                Gy{"Gy年"}
234                GyMMM{"Gy年M月"}
235                GyMMMEd{"Gy年M月d日E"}
236                GyMMMd{"Gy年M月d日"}
237                MEd{"E, d/M"}
238                MMMEd{"M月d日E"}
239                Md{"d/M"}
240                y{"Gy年"}
241                yyyy{"Gy年"}
242                yyyyM{"Gy/M"}
243                yyyyMEd{"Gy/M/dE"}
244                yyyyMMM{"Gy年M月"}
245                yyyyMMMEd{"Gy年M月d日E"}
246                yyyyMMMM{"Gy年M月"}
247                yyyyMMMd{"Gy年M月d日"}
248                yyyyMd{"Gy/M/d"}
249                yyyyQQQ{"Gy年QQQ"}
250                yyyyQQQQ{"Gy年QQQQ"}
251            }
252            intervalFormats{
253                MEd{
254                    M{"d/M(E) 至 d/M(E)"}
255                    d{"d/M(E) 至 d/M(E)"}
256                }
257                Md{
258                    M{"d/M 至 d/M"}
259                    d{"d/M 至 d/M"}
260                }
261                y{
262                    y{"Gy年至y年"}
263                }
264                yM{
265                    M{"Gy/M至y/M"}
266                    y{"Gy/M至y/M"}
267                }
268                yMEd{
269                    M{"Gy/M/dEy/M/dE"}
270                    d{"Gy/M/dEy/M/dE"}
271                    y{"Gy/M/dEy/M/dE"}
272                }
273                yMMM{
274                    M{"Gy年M月至M月"}
275                    y{"Gy年M月至y年M月"}
276                }
277                yMMMEd{
278                    M{"Gy年M月d日E至M月d日E"}
279                    d{"Gy年M月d日E至d日E"}
280                    y{"Gy年M月d日E至y年M月d日E"}
281                }
282                yMMMM{
283                    M{"Gy年M月至M月"}
284                    y{"Gy年M月至y年M月"}
285                }
286                yMMMd{
287                    M{"Gy年M月d日至M月d日"}
288                    d{"Gy年M月d日至d日"}
289                    y{"Gy年M月d日至y年M月d日"}
290                }
291                yMd{
292                    M{"Gy/M/d至y/M/d"}
293                    d{"Gy/M/d至y/M/d"}
294                    y{"Gy/M/d至y/M/d"}
295                }
296            }
297        }
298        gregorian{
299            DateTimePatterns{
300                "ah:mm:ss [zzzz]",
301                "ah:mm:ss [z]",
302                "ah:mm:ss",
303                "ah:mm",
304                "y年M月d日EEEE",
305                "y年M月d日",
306                "y年M月d日",
307                "d/M/y",
308                "{1} {0}",
309                "{1} {0}",
310                "{1} {0}",
311                "{1} {0}",
312                "{1} {0}",
313            }
314            availableFormats{
315                E{"cccc"}
316                Ed{"d日E"}
317                GyMMMEd{"Gy年M月d日E"}
318                MEd{"E, d/M"}
319                MMMEd{"M月d日E"}
320                MMdd{"dd/MM"}
321                Md{"d/M"}
322                yM{"M/y"}
323                yMEd{"y/M/dE"}
324                yMM{"MM/y"}
325                yMMMEd{"y年M月d日E"}
326                yMd{"d/M/y"}
327            }
328            dayPeriod{
329                format{
330                    abbreviated{
331                        afternoon1{"中午"}
332                        afternoon2{"下午"}
333                        evening1{"晚上"}
334                        midnight{"午夜"}
335                        morning1{"清晨"}
336                        morning2{"早上"}
337                        night1{"凌晨"}
338                    }
339                    narrow{
340                        afternoon1{"中午"}
341                        afternoon2{"下午"}
342                        evening1{"晚上"}
343                        midnight{"午夜"}
344                        morning1{"清晨"}
345                        morning2{"早上"}
346                        night1{"凌晨"}
347                    }
348                    wide{
349                        afternoon1{"中午"}
350                        afternoon2{"下午"}
351                        evening1{"晚上"}
352                        midnight{"午夜"}
353                        morning1{"清晨"}
354                        morning2{"早上"}
355                        night1{"凌晨"}
356                    }
357                }
358                stand-alone{
359                    abbreviated{
360                        afternoon1{"中午"}
361                        afternoon2{"下午"}
362                        evening1{"晚上"}
363                        morning1{"清晨"}
364                        morning2{"早上"}
365                        night1{"凌晨"}
366                    }
367                    narrow{
368                        afternoon1{"中午"}
369                        afternoon2{"下午"}
370                        evening1{"晚上"}
371                        morning1{"清晨"}
372                        morning2{"早上"}
373                        night1{"凌晨"}
374                    }
375                    wide{
376                        afternoon1{"中午"}
377                        afternoon2{"下午"}
378                        evening1{"晚上"}
379                        morning1{"清晨"}
380                        morning2{"早上"}
381                        night1{"凌晨"}
382                    }
383                }
384            }
385            eras{
386                abbreviated{
387                    "公元前",
388                    "公元",
389                }
390                wide{
391                    "公元前",
392                    "公元",
393                }
394            }
395            intervalFormats{
396                MEd{
397                    M{"d/M(E) 至 d/M(E)"}
398                    d{"d/M(E) 至 d/M(E)"}
399                }
400                Md{
401                    M{"d/M 至 d/M"}
402                    d{"d/M 至 d/M"}
403                }
404                yM{
405                    M{"M/y 至 M/y"}
406                    y{"M/y 至 M/y"}
407                }
408                yMEd{
409                    M{"d/M/y(E) 至 d/M/y(E)"}
410                    d{"d/M/y(E) 至 d/M/y(E)"}
411                    y{"d/M/y(E) 至 d/M/y(E)"}
412                }
413                yMd{
414                    M{"d/M/y 至 d/M/y"}
415                    d{"d/M/y 至 d/M/y"}
416                    y{"d/M/y 至 d/M/y"}
417                }
418            }
419            quarters{
420                format{
421                    abbreviated{
422                        "Q1",
423                        "Q2",
424                        "Q3",
425                        "Q4",
426                    }
427                }
428                stand-alone{
429                    abbreviated{
430                        "Q1",
431                        "Q2",
432                        "Q3",
433                        "Q4",
434                    }
435                }
436            }
437        }
438        roc{
439            availableFormats{
440                Ed{"d日E"}
441                MEd{"d-M(E)"}
442                Md{"d-M"}
443                yyyyMEd{"Gy/M/dE"}
444            }
445        }
446    }
447    fields{
448        day{
449            relative{
450                "-1"{"昨日"}
451                "-2"{"前日"}
452                "0"{"今日"}
453                "1"{"明日"}
454                "2"{"後日"}
455            }
456            relativeTime{
457                future{
458                    other{"{0} 日後"}
459                }
460                past{
461                    other{"{0} 日前"}
462                }
463            }
464        }
465        day-narrow{
466            relative{
467                "-2"{"前日"}
468                "2"{"後日"}
469            }
470            relativeTime{
471                future{
472                    other{"{0}日後"}
473                }
474                past{
475                    other{"{0}日前"}
476                }
477            }
478        }
479        day-short{
480            relative{
481                "-2"{"前日"}
482                "2"{"後日"}
483            }
484            relativeTime{
485                future{
486                    other{"{0} 日後"}
487                }
488                past{
489                    other{"{0} 日前"}
490                }
491            }
492        }
493        fri{
494            relative{
495                "-1"{"上星期五"}
496                "0"{"本星期五"}
497                "1"{"下星期五"}
498            }
499        }
500        fri-short{
501            relative{
502                "-1"{"上星期五"}
503                "0"{"本星期五"}
504                "1"{"下星期五"}
505            }
506        }
507        hour-narrow{
508            dn{"時"}
509            relativeTime{
510                future{
511                    other{"{0}小時後"}
512                }
513                past{
514                    other{"{0}小時前"}
515                }
516            }
517        }
518        minute-narrow{
519            dn{"分"}
520            relativeTime{
521                future{
522                    other{"{0}分後"}
523                }
524                past{
525                    other{"{0}分前"}
526                }
527            }
528        }
529        mon{
530            relative{
531                "-1"{"上星期一"}
532                "0"{"本星期一"}
533                "1"{"下星期一"}
534            }
535        }
536        mon-short{
537            relative{
538                "-1"{"上星期一"}
539                "0"{"本星期一"}
540                "1"{"下星期一"}
541            }
542        }
543        month-narrow{
544            relative{
545                "-1"{"上月"}
546                "0"{"本月"}
547                "1"{"下月"}
548            }
549            relativeTime{
550                future{
551                    other{"{0}個月後"}
552                }
553                past{
554                    other{"{0}個月前"}
555                }
556            }
557        }
558        quarter{
559            relative{
560                "-1"{"上一季"}
561                "0"{"今季"}
562                "1"{"下一季"}
563            }
564        }
565        quarter-narrow{
566            relative{
567                "-1"{"上季"}
568                "0"{"今季"}
569                "1"{"下季"}
570            }
571            relativeTime{
572                future{
573                    other{"+{0}Q"}
574                }
575                past{
576                    other{"-{0}Q"}
577                }
578            }
579        }
580        quarter-short{
581            relative{
582                "-1"{"上季"}
583                "0"{"今季"}
584                "1"{"下季"}
585            }
586        }
587        sat{
588            relative{
589                "-1"{"上星期六"}
590                "0"{"本星期六"}
591                "1"{"下星期六"}
592            }
593        }
594        sat-short{
595            relative{
596                "-1"{"上星期六"}
597                "0"{"本星期六"}
598                "1"{"下星期六"}
599            }
600        }
601        second-narrow{
602            relativeTime{
603                future{
604                    other{"{0}秒後"}
605                }
606                past{
607                    other{"{0}秒前"}
608                }
609            }
610        }
611        sun{
612            relative{
613                "-1"{"上星期日"}
614                "0"{"本星期日"}
615                "1"{"下星期日"}
616            }
617        }
618        sun-short{
619            relative{
620                "-1"{"上星期日"}
621                "0"{"本星期日"}
622                "1"{"下星期日"}
623            }
624        }
625        thu{
626            relative{
627                "-1"{"上星期四"}
628                "0"{"本星期四"}
629                "1"{"下星期四"}
630            }
631        }
632        thu-short{
633            relative{
634                "-1"{"上星期四"}
635                "0"{"本星期四"}
636                "1"{"下星期四"}
637            }
638        }
639        tue{
640            relative{
641                "-1"{"上星期二"}
642                "0"{"本星期二"}
643                "1"{"下星期二"}
644            }
645        }
646        tue-short{
647            relative{
648                "-1"{"上星期二"}
649                "0"{"本星期二"}
650                "1"{"下星期二"}
651            }
652        }
653        wed{
654            relative{
655                "-1"{"上星期三"}
656                "0"{"本星期三"}
657                "1"{"下星期三"}
658            }
659        }
660        wed-short{
661            relative{
662                "-1"{"上星期三"}
663                "0"{"本星期三"}
664                "1"{"下星期三"}
665            }
666        }
667        week{
668            dn{"星期"}
669            relative{
670                "-1"{"上星期"}
671                "0"{"本星期"}
672                "1"{"下星期"}
673            }
674            relativeTime{
675                future{
676                    other{"{0} 星期後"}
677                }
678                past{
679                    other{"{0} 星期前"}
680                }
681            }
682        }
683        week-narrow{
684            relativeTime{
685                future{
686                    other{"{0}週後"}
687                }
688                past{
689                    other{"{0}週前"}
690                }
691            }
692        }
693        week-short{
694            dn{"星期"}
695            relative{
696                "-1"{"上星期"}
697                "0"{"本星期"}
698                "1"{"下星期"}
699            }
700            relativeTime{
701                future{
702                    other{"{0} 星期後"}
703                }
704                past{
705                    other{"{0} 星期前"}
706                }
707            }
708        }
709        weekday{
710            dn{"星期幾"}
711        }
712        year{
713            relative{
714                "-1"{"上年"}
715                "0"{"今年"}
716                "1"{"下年"}
717            }
718        }
719        year-narrow{
720            relative{
721                "-1"{"上年"}
722                "0"{"今年"}
723                "1"{"下年"}
724            }
725            relativeTime{
726                future{
727                    other{"{0}年後"}
728                }
729                past{
730                    other{"{0}年前"}
731                }
732            }
733        }
734        year-short{
735            relative{
736                "-1"{"上年"}
737                "0"{"今年"}
738                "1"{"下年"}
739            }
740        }
741    }
742    listPattern{
743        standard{
744            2{"{0}及{1}"}
745            end{"{0}及{1}"}
746        }
747    }
748}
749