• 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#License
3zh_Hant_HK{
4    Ellipsis{
5        final{"{0}⋯"}
6        initial{"⋯{0}"}
7        medial{"{0}⋯{1}"}
8        word-final{"{0}⋯"}
9        word-initial{"⋯{0}"}
10        word-medial{"{0}⋯{1}"}
11    }
12    NumberElements{
13        latn{
14            patternsShort{
15                currencyFormat{
16                    1000{
17                        other{"¤0K"}
18                    }
19                    10000{
20                        other{"¤00K"}
21                    }
22                    100000{
23                        other{"¤000K"}
24                    }
25                    1000000{
26                        other{"¤0M"}
27                    }
28                    10000000{
29                        other{"¤00M"}
30                    }
31                    100000000{
32                        other{"¤000M"}
33                    }
34                    1000000000{
35                        other{"¤0B"}
36                    }
37                    10000000000{
38                        other{"¤00B"}
39                    }
40                    100000000000{
41                        other{"¤000B"}
42                    }
43                    1000000000000{
44                        other{"¤0T"}
45                    }
46                    10000000000000{
47                        other{"¤00T"}
48                    }
49                    100000000000000{
50                        other{"¤000T"}
51                    }
52                }
53                decimalFormat{
54                    1000{
55                        other{"0K"}
56                    }
57                    10000{
58                        other{"00K"}
59                    }
60                    100000{
61                        other{"000K"}
62                    }
63                    1000000{
64                        other{"0M"}
65                    }
66                    10000000{
67                        other{"00M"}
68                    }
69                    100000000{
70                        other{"000M"}
71                    }
72                    1000000000{
73                        other{"0B"}
74                    }
75                    10000000000{
76                        other{"00B"}
77                    }
78                    100000000000{
79                        other{"000B"}
80                    }
81                    1000000000000{
82                        other{"0T"}
83                    }
84                    10000000000000{
85                        other{"00T"}
86                    }
87                    100000000000000{
88                        other{"000T"}
89                    }
90                }
91            }
92        }
93    }
94    Version{"36.1"}
95    calendar{
96        buddhist{
97            availableFormats{
98                MEd{"M-d(E)"}
99                Md{"M-d"}
100            }
101        }
102        chinese{
103            DateTimePatterns{
104                "ah:mm:ss [zzzz]",
105                "ah:mm:ss [z]",
106                "ah:mm:ss",
107                "ah:mm",
108                "U(r)年MMMdEEEE",
109                "U(r)年MMMd",
110                "U年MMMd",
111                "U/M/d",
112                "{1}, {0}",
113                "{1} {0}",
114                "{1} {0}",
115                "{1}, {0}",
116                "{1}, {0}",
117            }
118            availableFormats{
119                Ed{"d日E"}
120                H{"HH"}
121            }
122            monthNames{
123                format{
124                    abbreviated{
125                        "正月",
126                        "二月",
127                        "三月",
128                        "四月",
129                        "五月",
130                        "六月",
131                        "七月",
132                        "八月",
133                        "九月",
134                        "十月",
135                        "十一月",
136                        "十二月",
137                    }
138                    narrow{
139                        "正",
140                        "二",
141                        "三",
142                        "四",
143                        "五",
144                        "六",
145                        "七",
146                        "八",
147                        "九",
148                        "十",
149                        "十一",
150                        "十二",
151                    }
152                    wide{
153                        "正月",
154                        "二月",
155                        "三月",
156                        "四月",
157                        "五月",
158                        "六月",
159                        "七月",
160                        "八月",
161                        "九月",
162                        "十月",
163                        "十一月",
164                        "十二月",
165                    }
166                }
167                stand-alone{
168                    abbreviated{
169                        "正月",
170                        "二月",
171                        "三月",
172                        "四月",
173                        "五月",
174                        "六月",
175                        "七月",
176                        "八月",
177                        "九月",
178                        "十月",
179                        "十一月",
180                        "十二月",
181                    }
182                    narrow{
183                        "正",
184                        "二",
185                        "三",
186                        "四",
187                        "五",
188                        "六",
189                        "七",
190                        "八",
191                        "九",
192                        "十",
193                        "十一",
194                        "十二",
195                    }
196                    wide{
197                        "正月",
198                        "二月",
199                        "三月",
200                        "四月",
201                        "五月",
202                        "六月",
203                        "七月",
204                        "八月",
205                        "九月",
206                        "十月",
207                        "十一月",
208                        "十二月",
209                    }
210                }
211            }
212        }
213        generic{
214            DateTimePatterns{
215                "ah:mm:ss [zzzz]",
216                "ah:mm:ss [z]",
217                "ah:mm:ss",
218                "ah:mm",
219                "Gy年M月d日EEEE",
220                "Gy年M月d日",
221                "Gy年M月d日",
222                "Gy/M/d",
223                "{1} {0}",
224                "{1} {0}",
225                "{1} {0}",
226                "{1} {0}",
227                "{1} {0}",
228            }
229            availableFormats{
230                Ed{"d日E"}
231                Gy{"Gy年"}
232                GyMMM{"Gy年M月"}
233                GyMMMEd{"Gy年M月d日E"}
234                GyMMMd{"Gy年M月d日"}
235                MEd{"d/M(E)"}
236                MMMEd{"M月d日E"}
237                Md{"d/M"}
238                y{"Gy年"}
239                yyyy{"Gy年"}
240                yyyyM{"Gy/M"}
241                yyyyMEd{"Gy/M/dE"}
242                yyyyMMM{"Gy年M月"}
243                yyyyMMMEd{"Gy年M月d日E"}
244                yyyyMMMM{"Gy年M月"}
245                yyyyMMMd{"Gy年M月d日"}
246                yyyyMd{"Gy/M/d"}
247                yyyyQQQ{"Gy年QQQ"}
248                yyyyQQQQ{"Gy年QQQQ"}
249            }
250            intervalFormats{
251                MEd{
252                    M{"d/M(E) 至 d/M(E)"}
253                    d{"d/M(E) 至 d/M(E)"}
254                }
255                Md{
256                    M{"d/M 至 d/M"}
257                    d{"d/M 至 d/M"}
258                }
259                y{
260                    y{"Gy年至y年"}
261                }
262                yM{
263                    M{"Gy/M至y/M"}
264                    y{"Gy/M至y/M"}
265                }
266                yMEd{
267                    M{"Gy/M/dEy/M/dE"}
268                    d{"Gy/M/dEy/M/dE"}
269                    y{"Gy/M/dEy/M/dE"}
270                }
271                yMMM{
272                    M{"Gy年M月至M月"}
273                    y{"Gy年M月至y年M月"}
274                }
275                yMMMEd{
276                    M{"Gy年M月d日E至M月d日E"}
277                    d{"Gy年M月d日E至d日E"}
278                    y{"Gy年M月d日E至y年M月d日E"}
279                }
280                yMMMM{
281                    M{"Gy年M月至M月"}
282                    y{"Gy年M月至y年M月"}
283                }
284                yMMMd{
285                    M{"Gy年M月d日至M月d日"}
286                    d{"Gy年M月d日至d日"}
287                    y{"Gy年M月d日至y年M月d日"}
288                }
289                yMd{
290                    M{"Gy/M/d至y/M/d"}
291                    d{"Gy/M/d至y/M/d"}
292                    y{"Gy/M/d至y/M/d"}
293                }
294            }
295        }
296        gregorian{
297            DateTimePatterns{
298                "ah:mm:ss [zzzz]",
299                "ah:mm:ss [z]",
300                "ah:mm:ss",
301                "ah:mm",
302                "y年M月d日EEEE",
303                "y年M月d日",
304                "y年M月d日",
305                "d/M/y",
306                "{1} {0}",
307                "{1} {0}",
308                "{1} {0}",
309                "{1} {0}",
310                "{1} {0}",
311            }
312            availableFormats{
313                GyMMMEd{"Gy年M月d日E"}
314                MEd{"d/M(E)"}
315                MMMEd{"M月d日E"}
316                MMMMW{
317                    other{"M月第W週"}
318                }
319                MMdd{"dd/MM"}
320                Md{"d/M"}
321                yM{"M/y"}
322                yMEd{"d/M/y(E)"}
323                yMM{"MM/y"}
324                yMMMEd{"y年M月d日E"}
325                yMd{"d/M/y"}
326                yw{
327                    other{"Y年第w週"}
328                }
329            }
330            dayPeriod{
331                format{
332                    abbreviated{
333                        afternoon1{"中午"}
334                        afternoon2{"下午"}
335                        evening1{"晚上"}
336                        midnight{"午夜"}
337                        morning1{"早上"}
338                        morning2{"上午"}
339                        night1{"凌晨"}
340                    }
341                    narrow{
342                        afternoon1{"中午"}
343                        afternoon2{"下午"}
344                        evening1{"晚上"}
345                        midnight{"午夜"}
346                        morning1{"早上"}
347                        morning2{"上午"}
348                        night1{"凌晨"}
349                    }
350                    wide{
351                        afternoon1{"中午"}
352                        afternoon2{"下午"}
353                        evening1{"晚上"}
354                        midnight{"午夜"}
355                        morning1{"早上"}
356                        morning2{"上午"}
357                        night1{"凌晨"}
358                    }
359                }
360                stand-alone{
361                    abbreviated{
362                        afternoon1{"中午"}
363                        afternoon2{"下午"}
364                        evening1{"晚上"}
365                        morning1{"早上"}
366                        morning2{"上午"}
367                        night1{"凌晨"}
368                    }
369                    narrow{
370                        afternoon1{"中午"}
371                        afternoon2{"下午"}
372                        evening1{"晚上"}
373                        morning1{"早上"}
374                        morning2{"上午"}
375                        night1{"凌晨"}
376                    }
377                    wide{
378                        afternoon1{"中午"}
379                        afternoon2{"下午"}
380                        evening1{"晚上"}
381                        morning1{"早上"}
382                        morning2{"上午"}
383                        night1{"凌晨"}
384                    }
385                }
386            }
387            eras{
388                abbreviated{
389                    "公元前",
390                    "公元",
391                }
392                narrow{
393                    "公元前",
394                    "公元",
395                }
396                wide{
397                    "公元前",
398                    "公元",
399                }
400            }
401            intervalFormats{
402                MEd{
403                    M{"d/M(E) 至 d/M(E)"}
404                    d{"d/M(E) 至 d/M(E)"}
405                }
406                Md{
407                    M{"d/M 至 d/M"}
408                    d{"d/M 至 d/M"}
409                }
410                yM{
411                    M{"M/y 至 M/y"}
412                    y{"M/y 至 M/y"}
413                }
414                yMEd{
415                    M{"d/M/y(E) 至 d/M/y(E)"}
416                    d{"d/M/y(E) 至 d/M/y(E)"}
417                    y{"d/M/y(E) 至 d/M/y(E)"}
418                }
419                yMd{
420                    M{"d/M/y 至 d/M/y"}
421                    d{"d/M/y 至 d/M/y"}
422                    y{"d/M/y 至 d/M/y"}
423                }
424            }
425            quarters{
426                format{
427                    abbreviated{
428                        "Q1",
429                        "Q2",
430                        "Q3",
431                        "Q4",
432                    }
433                }
434                stand-alone{
435                    abbreviated{
436                        "Q1",
437                        "Q2",
438                        "Q3",
439                        "Q4",
440                    }
441                }
442            }
443        }
444        roc{
445            availableFormats{
446                Ed{"d日E"}
447                MEd{"d-M(E)"}
448                Md{"d-M"}
449                yyyyMEd{"Gy/M/dE"}
450            }
451        }
452    }
453    characterLabel{
454        arrows{"箭嘴"}
455        downwards_arrows{"左右箭嘴"}
456        downwards_upwards_arrows{"上下箭嘴"}
457        leftwards_arrows{"向左箭嘴"}
458        leftwards_rightwards_arrows{"左右箭嘴"}
459        rightwards_arrows{"向右箭嘴"}
460        upwards_arrows{"向上箭嘴"}
461    }
462    fields{
463        day{
464            relative{
465                "-1"{"昨日"}
466                "-2"{"前日"}
467                "0"{"今日"}
468                "1"{"明日"}
469                "2"{"後日"}
470            }
471            relativeTime{
472                future{
473                    other{"{0} 日後"}
474                }
475                past{
476                    other{"{0} 日前"}
477                }
478            }
479        }
480        day-narrow{
481            relative{
482                "-1"{"昨日"}
483                "-2"{"前日"}
484                "0"{"今日"}
485                "1"{"明日"}
486                "2"{"後日"}
487            }
488            relativeTime{
489                future{
490                    other{"{0}日後"}
491                }
492                past{
493                    other{"{0}日前"}
494                }
495            }
496        }
497        day-short{
498            relative{
499                "-1"{"昨日"}
500                "-2"{"前日"}
501                "0"{"今日"}
502                "1"{"明日"}
503                "2"{"後日"}
504            }
505            relativeTime{
506                future{
507                    other{"{0} 日後"}
508                }
509                past{
510                    other{"{0} 日前"}
511                }
512            }
513        }
514        fri{
515            relative{
516                "-1"{"上星期五"}
517                "0"{"本星期五"}
518                "1"{"下星期五"}
519            }
520            relativeTime{
521                future{
522                    other{"{0} 個星期五後"}
523                }
524                past{
525                    other{"{0} 個星期五前"}
526                }
527            }
528        }
529        fri-narrow{
530            relativeTime{
531                future{
532                    other{"{0} 個星期五後"}
533                }
534                past{
535                    other{"{0} 個星期五前"}
536                }
537            }
538        }
539        fri-short{
540            relative{
541                "-1"{"上星期五"}
542                "0"{"本星期五"}
543                "1"{"下星期五"}
544            }
545            relativeTime{
546                future{
547                    other{"{0} 個星期五後"}
548                }
549                past{
550                    other{"{0} 個星期五前"}
551                }
552            }
553        }
554        hour{
555            relative{
556                "0"{"這個小時"}
557            }
558        }
559        hour-narrow{
560            dn{"時"}
561            relative{
562                "0"{"這個小時"}
563            }
564            relativeTime{
565                future{
566                    other{"{0}小時後"}
567                }
568                past{
569                    other{"{0}小時前"}
570                }
571            }
572        }
573        hour-short{
574            relative{
575                "0"{"這個小時"}
576            }
577        }
578        minute{
579            relative{
580                "0"{"這分鐘"}
581            }
582        }
583        minute-narrow{
584            dn{"分"}
585            relative{
586                "0"{"這分鐘"}
587            }
588            relativeTime{
589                future{
590                    other{"{0}分後"}
591                }
592                past{
593                    other{"{0}分前"}
594                }
595            }
596        }
597        minute-short{
598            relative{
599                "0"{"這分鐘"}
600            }
601        }
602        mon{
603            relative{
604                "-1"{"上星期一"}
605                "0"{"本星期一"}
606                "1"{"下星期一"}
607            }
608            relativeTime{
609                future{
610                    other{"{0} 個星期一後"}
611                }
612                past{
613                    other{"{0} 個星期一前"}
614                }
615            }
616        }
617        mon-narrow{
618            relativeTime{
619                future{
620                    other{"{0} 個星期一後"}
621                }
622                past{
623                    other{"{0} 個星期一前"}
624                }
625            }
626        }
627        mon-short{
628            relative{
629                "-1"{"上星期一"}
630                "0"{"本星期一"}
631                "1"{"下星期一"}
632            }
633            relativeTime{
634                future{
635                    other{"{0} 個星期一後"}
636                }
637                past{
638                    other{"{0} 個星期一前"}
639                }
640            }
641        }
642        month-narrow{
643            relativeTime{
644                future{
645                    other{"{0}個月後"}
646                }
647                past{
648                    other{"{0}個月前"}
649                }
650            }
651        }
652        quarter{
653            relative{
654                "-1"{"上一季"}
655                "0"{"今季"}
656                "1"{"下一季"}
657            }
658        }
659        quarter-narrow{
660            relative{
661                "-1"{"上季"}
662                "0"{"今季"}
663                "1"{"下季"}
664            }
665            relativeTime{
666                future{
667                    other{"+{0}Q"}
668                }
669                past{
670                    other{"-{0}Q"}
671                }
672            }
673        }
674        quarter-short{
675            relative{
676                "-1"{"上季"}
677                "0"{"今季"}
678                "1"{"下季"}
679            }
680        }
681        sat{
682            relative{
683                "-1"{"上星期六"}
684                "0"{"本星期六"}
685                "1"{"下星期六"}
686            }
687            relativeTime{
688                future{
689                    other{"{0} 個星期六後"}
690                }
691                past{
692                    other{"{0} 個星期六前"}
693                }
694            }
695        }
696        sat-narrow{
697            relativeTime{
698                future{
699                    other{"{0} 個星期六後"}
700                }
701                past{
702                    other{"{0} 個星期六前"}
703                }
704            }
705        }
706        sat-short{
707            relative{
708                "-1"{"上星期六"}
709                "0"{"本星期六"}
710                "1"{"下星期六"}
711            }
712            relativeTime{
713                future{
714                    other{"{0} 個星期六後"}
715                }
716                past{
717                    other{"{0} 個星期六前"}
718                }
719            }
720        }
721        second-narrow{
722            relativeTime{
723                future{
724                    other{"{0}秒後"}
725                }
726                past{
727                    other{"{0}秒前"}
728                }
729            }
730        }
731        sun{
732            relative{
733                "-1"{"上星期日"}
734                "0"{"本星期日"}
735                "1"{"下星期日"}
736            }
737            relativeTime{
738                future{
739                    other{"{0} 個星期日後"}
740                }
741                past{
742                    other{"{0} 個星期日前"}
743                }
744            }
745        }
746        sun-narrow{
747            relativeTime{
748                future{
749                    other{"{0} 個星期日後"}
750                }
751                past{
752                    other{"{0} 個星期日前"}
753                }
754            }
755        }
756        sun-short{
757            relative{
758                "-1"{"上星期日"}
759                "0"{"本星期日"}
760                "1"{"下星期日"}
761            }
762            relativeTime{
763                future{
764                    other{"{0} 個星期日後"}
765                }
766                past{
767                    other{"{0} 個星期日前"}
768                }
769            }
770        }
771        thu{
772            relative{
773                "-1"{"上星期四"}
774                "0"{"本星期四"}
775                "1"{"下星期四"}
776            }
777            relativeTime{
778                future{
779                    other{"{0} 個星期四後"}
780                }
781                past{
782                    other{"{0} 個星期四前"}
783                }
784            }
785        }
786        thu-narrow{
787            relativeTime{
788                future{
789                    other{"{0} 個星期四後"}
790                }
791                past{
792                    other{"{0} 個星期四前"}
793                }
794            }
795        }
796        thu-short{
797            relative{
798                "-1"{"上星期四"}
799                "0"{"本星期四"}
800                "1"{"下星期四"}
801            }
802            relativeTime{
803                future{
804                    other{"{0} 個星期四後"}
805                }
806                past{
807                    other{"{0} 個星期四前"}
808                }
809            }
810        }
811        tue{
812            relative{
813                "-1"{"上星期二"}
814                "0"{"本星期二"}
815                "1"{"下星期二"}
816            }
817            relativeTime{
818                future{
819                    other{"{0} 個星期二後"}
820                }
821                past{
822                    other{"{0} 個星期二前"}
823                }
824            }
825        }
826        tue-narrow{
827            relativeTime{
828                future{
829                    other{"{0} 個星期二後"}
830                }
831                past{
832                    other{"{0} 個星期二前"}
833                }
834            }
835        }
836        tue-short{
837            relative{
838                "-1"{"上星期二"}
839                "0"{"本星期二"}
840                "1"{"下星期二"}
841            }
842            relativeTime{
843                future{
844                    other{"{0} 個星期二後"}
845                }
846                past{
847                    other{"{0} 個星期二前"}
848                }
849            }
850        }
851        wed{
852            relative{
853                "-1"{"上星期三"}
854                "0"{"本星期三"}
855                "1"{"下星期三"}
856            }
857            relativeTime{
858                future{
859                    other{"{0} 個星期三後"}
860                }
861                past{
862                    other{"{0} 個星期三前"}
863                }
864            }
865        }
866        wed-narrow{
867            relativeTime{
868                future{
869                    other{"{0} 個星期三後"}
870                }
871                past{
872                    other{"{0} 個星期三前"}
873                }
874            }
875        }
876        wed-short{
877            relative{
878                "-1"{"上星期三"}
879                "0"{"本星期三"}
880                "1"{"下星期三"}
881            }
882            relativeTime{
883                future{
884                    other{"{0} 個星期三後"}
885                }
886                past{
887                    other{"{0} 個星期三前"}
888                }
889            }
890        }
891        week{
892            dn{"星期"}
893            relative{
894                "-1"{"上星期"}
895                "0"{"本星期"}
896                "1"{"下星期"}
897            }
898            relativeTime{
899                future{
900                    other{"{0} 星期後"}
901                }
902                past{
903                    other{"{0} 星期前"}
904                }
905            }
906        }
907        week-narrow{
908            relative{
909                "-1"{"上星期"}
910                "0"{"本星期"}
911                "1"{"下星期"}
912            }
913            relativeTime{
914                future{
915                    other{"{0}星期後"}
916                }
917                past{
918                    other{"{0}星期前"}
919                }
920            }
921        }
922        week-short{
923            dn{"星期"}
924            relative{
925                "-1"{"上星期"}
926                "0"{"本星期"}
927                "1"{"下星期"}
928            }
929            relativeTime{
930                future{
931                    other{"{0} 星期後"}
932                }
933                past{
934                    other{"{0} 星期前"}
935                }
936            }
937        }
938        weekday{
939            dn{"星期幾"}
940        }
941        weekday-narrow{
942            dn{"星期幾"}
943        }
944        weekday-short{
945            dn{"星期幾"}
946        }
947        year{
948            relative{
949                "-1"{"上年"}
950                "0"{"今年"}
951                "1"{"下年"}
952            }
953        }
954        year-narrow{
955            relative{
956                "-1"{"上年"}
957                "0"{"今年"}
958                "1"{"下年"}
959            }
960            relativeTime{
961                future{
962                    other{"{0}年後"}
963                }
964                past{
965                    other{"{0}年前"}
966                }
967            }
968        }
969        year-short{
970            relative{
971                "-1"{"上年"}
972                "0"{"今年"}
973                "1"{"下年"}
974            }
975        }
976    }
977    listPattern{
978        standard{
979            2{"{0}及{1}"}
980            end{"{0}及{1}"}
981        }
982        standard-short{
983            2{"{0}及{1}"}
984            end{"{0}及{1}"}
985        }
986    }
987}
988