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{"37"} 95 calendar{ 96 buddhist{ 97 availableFormats{ 98 MEd{"M-d(E)"} 99 Md{"M-d"} 100 } 101 } 102 chinese{ 103 DateTimePatterns{ 104 "HH:mm:ss [zzzz]", 105 "HH:mm:ss [z]", 106 "HH:mm:ss", 107 "HH: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 "HH:mm:ss [zzzz]", 216 "HH:mm:ss [z]", 217 "HH:mm:ss", 218 "HH: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/dE至y/M/dE"} 268 d{"Gy/M/dE至y/M/dE"} 269 y{"Gy/M/dE至y/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 "HH:mm:ss [zzzz]", 299 "HH:mm:ss [z]", 300 "HH:mm:ss", 301 "HH: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 Ed{"d日 E"} 314 GyMMMEd{"Gy年M月d日 E"} 315 MEd{"d/M(E)"} 316 MMMEd{"M月d日 E"} 317 MMMMW{ 318 other{"M月第W週"} 319 } 320 MMdd{"dd/MM"} 321 Md{"d/M"} 322 yM{"M/y"} 323 yMEd{"d/M/y(E)"} 324 yMM{"MM/y"} 325 yMMMEd{"y年M月d日 E"} 326 yMd{"d/M/y"} 327 yw{ 328 other{"Y年第w週"} 329 } 330 } 331 dayPeriod{ 332 format{ 333 abbreviated{ 334 afternoon1{"中午"} 335 afternoon2{"下午"} 336 evening1{"晚上"} 337 midnight{"午夜"} 338 morning1{"早上"} 339 morning2{"上午"} 340 night1{"凌晨"} 341 } 342 narrow{ 343 afternoon1{"中午"} 344 afternoon2{"下午"} 345 evening1{"晚上"} 346 midnight{"午夜"} 347 morning1{"早上"} 348 morning2{"上午"} 349 night1{"凌晨"} 350 } 351 wide{ 352 afternoon1{"中午"} 353 afternoon2{"下午"} 354 evening1{"晚上"} 355 midnight{"午夜"} 356 morning1{"早上"} 357 morning2{"上午"} 358 night1{"凌晨"} 359 } 360 } 361 stand-alone{ 362 abbreviated{ 363 afternoon1{"中午"} 364 afternoon2{"下午"} 365 evening1{"晚上"} 366 morning1{"早上"} 367 morning2{"上午"} 368 night1{"凌晨"} 369 } 370 narrow{ 371 afternoon1{"中午"} 372 afternoon2{"下午"} 373 evening1{"晚上"} 374 morning1{"早上"} 375 morning2{"上午"} 376 night1{"凌晨"} 377 } 378 wide{ 379 afternoon1{"中午"} 380 afternoon2{"下午"} 381 evening1{"晚上"} 382 morning1{"早上"} 383 morning2{"上午"} 384 night1{"凌晨"} 385 } 386 } 387 } 388 eras{ 389 abbreviated{ 390 "公元前", 391 "公元", 392 } 393 narrow{ 394 "公元前", 395 "公元", 396 } 397 wide{ 398 "公元前", 399 "公元", 400 } 401 } 402 intervalFormats{ 403 MEd{ 404 M{"d/M(E) 至 d/M(E)"} 405 d{"d/M(E) 至 d/M(E)"} 406 } 407 Md{ 408 M{"d/M 至 d/M"} 409 d{"d/M 至 d/M"} 410 } 411 yM{ 412 M{"M/y 至 M/y"} 413 y{"M/y 至 M/y"} 414 } 415 yMEd{ 416 M{"d/M/y(E) 至 d/M/y(E)"} 417 d{"d/M/y(E) 至 d/M/y(E)"} 418 y{"d/M/y(E) 至 d/M/y(E)"} 419 } 420 yMd{ 421 M{"d/M/y 至 d/M/y"} 422 d{"d/M/y 至 d/M/y"} 423 y{"d/M/y 至 d/M/y"} 424 } 425 } 426 quarters{ 427 format{ 428 abbreviated{ 429 "Q1", 430 "Q2", 431 "Q3", 432 "Q4", 433 } 434 } 435 stand-alone{ 436 abbreviated{ 437 "Q1", 438 "Q2", 439 "Q3", 440 "Q4", 441 } 442 } 443 } 444 } 445 roc{ 446 availableFormats{ 447 Ed{"d日E"} 448 MEd{"d-M(E)"} 449 Md{"d-M"} 450 yyyyMEd{"Gy/M/dE"} 451 } 452 } 453 } 454 characterLabel{ 455 arrows{"箭嘴"} 456 downwards_arrows{"左右箭嘴"} 457 downwards_upwards_arrows{"上下箭嘴"} 458 leftwards_arrows{"向左箭嘴"} 459 leftwards_rightwards_arrows{"左右箭嘴"} 460 rightwards_arrows{"向右箭嘴"} 461 upwards_arrows{"向上箭嘴"} 462 } 463 fields{ 464 day{ 465 relative{ 466 "-1"{"昨日"} 467 "-2"{"前日"} 468 "0"{"今日"} 469 "1"{"明日"} 470 "2"{"後日"} 471 } 472 relativeTime{ 473 future{ 474 other{"{0} 日後"} 475 } 476 past{ 477 other{"{0} 日前"} 478 } 479 } 480 } 481 day-narrow{ 482 relative{ 483 "-1"{"昨日"} 484 "-2"{"前日"} 485 "0"{"今日"} 486 "1"{"明日"} 487 "2"{"後日"} 488 } 489 relativeTime{ 490 future{ 491 other{"{0}日後"} 492 } 493 past{ 494 other{"{0}日前"} 495 } 496 } 497 } 498 day-short{ 499 relative{ 500 "-1"{"昨日"} 501 "-2"{"前日"} 502 "0"{"今日"} 503 "1"{"明日"} 504 "2"{"後日"} 505 } 506 relativeTime{ 507 future{ 508 other{"{0} 日後"} 509 } 510 past{ 511 other{"{0} 日前"} 512 } 513 } 514 } 515 fri{ 516 relative{ 517 "-1"{"上星期五"} 518 "0"{"本星期五"} 519 "1"{"下星期五"} 520 } 521 relativeTime{ 522 future{ 523 other{"{0} 個星期五後"} 524 } 525 past{ 526 other{"{0} 個星期五前"} 527 } 528 } 529 } 530 fri-narrow{ 531 relativeTime{ 532 future{ 533 other{"{0} 個星期五後"} 534 } 535 past{ 536 other{"{0} 個星期五前"} 537 } 538 } 539 } 540 fri-short{ 541 relative{ 542 "-1"{"上星期五"} 543 "0"{"本星期五"} 544 "1"{"下星期五"} 545 } 546 relativeTime{ 547 future{ 548 other{"{0} 個星期五後"} 549 } 550 past{ 551 other{"{0} 個星期五前"} 552 } 553 } 554 } 555 hour{ 556 relative{ 557 "0"{"這個小時"} 558 } 559 } 560 hour-narrow{ 561 dn{"時"} 562 relative{ 563 "0"{"這個小時"} 564 } 565 relativeTime{ 566 future{ 567 other{"{0}小時後"} 568 } 569 past{ 570 other{"{0}小時前"} 571 } 572 } 573 } 574 hour-short{ 575 relative{ 576 "0"{"這個小時"} 577 } 578 } 579 minute{ 580 relative{ 581 "0"{"這分鐘"} 582 } 583 } 584 minute-narrow{ 585 dn{"分"} 586 relative{ 587 "0"{"這分鐘"} 588 } 589 relativeTime{ 590 future{ 591 other{"{0}分後"} 592 } 593 past{ 594 other{"{0}分前"} 595 } 596 } 597 } 598 minute-short{ 599 relative{ 600 "0"{"這分鐘"} 601 } 602 } 603 mon{ 604 relative{ 605 "-1"{"上星期一"} 606 "0"{"本星期一"} 607 "1"{"下星期一"} 608 } 609 relativeTime{ 610 future{ 611 other{"{0} 個星期一後"} 612 } 613 past{ 614 other{"{0} 個星期一前"} 615 } 616 } 617 } 618 mon-narrow{ 619 relativeTime{ 620 future{ 621 other{"{0} 個星期一後"} 622 } 623 past{ 624 other{"{0} 個星期一前"} 625 } 626 } 627 } 628 mon-short{ 629 relative{ 630 "-1"{"上星期一"} 631 "0"{"本星期一"} 632 "1"{"下星期一"} 633 } 634 relativeTime{ 635 future{ 636 other{"{0} 個星期一後"} 637 } 638 past{ 639 other{"{0} 個星期一前"} 640 } 641 } 642 } 643 month-narrow{ 644 relativeTime{ 645 future{ 646 other{"{0}個月後"} 647 } 648 past{ 649 other{"{0}個月前"} 650 } 651 } 652 } 653 quarter{ 654 relative{ 655 "-1"{"上一季"} 656 "0"{"今季"} 657 "1"{"下一季"} 658 } 659 } 660 quarter-narrow{ 661 relative{ 662 "-1"{"上季"} 663 "0"{"今季"} 664 "1"{"下季"} 665 } 666 relativeTime{ 667 future{ 668 other{"+{0}Q"} 669 } 670 past{ 671 other{"-{0}Q"} 672 } 673 } 674 } 675 quarter-short{ 676 relative{ 677 "-1"{"上季"} 678 "0"{"今季"} 679 "1"{"下季"} 680 } 681 } 682 sat{ 683 relative{ 684 "-1"{"上星期六"} 685 "0"{"本星期六"} 686 "1"{"下星期六"} 687 } 688 relativeTime{ 689 future{ 690 other{"{0} 個星期六後"} 691 } 692 past{ 693 other{"{0} 個星期六前"} 694 } 695 } 696 } 697 sat-narrow{ 698 relativeTime{ 699 future{ 700 other{"{0} 個星期六後"} 701 } 702 past{ 703 other{"{0} 個星期六前"} 704 } 705 } 706 } 707 sat-short{ 708 relative{ 709 "-1"{"上星期六"} 710 "0"{"本星期六"} 711 "1"{"下星期六"} 712 } 713 relativeTime{ 714 future{ 715 other{"{0} 個星期六後"} 716 } 717 past{ 718 other{"{0} 個星期六前"} 719 } 720 } 721 } 722 second-narrow{ 723 relativeTime{ 724 future{ 725 other{"{0}秒後"} 726 } 727 past{ 728 other{"{0}秒前"} 729 } 730 } 731 } 732 sun{ 733 relative{ 734 "-1"{"上星期日"} 735 "0"{"本星期日"} 736 "1"{"下星期日"} 737 } 738 relativeTime{ 739 future{ 740 other{"{0} 個星期日後"} 741 } 742 past{ 743 other{"{0} 個星期日前"} 744 } 745 } 746 } 747 sun-narrow{ 748 relativeTime{ 749 future{ 750 other{"{0} 個星期日後"} 751 } 752 past{ 753 other{"{0} 個星期日前"} 754 } 755 } 756 } 757 sun-short{ 758 relative{ 759 "-1"{"上星期日"} 760 "0"{"本星期日"} 761 "1"{"下星期日"} 762 } 763 relativeTime{ 764 future{ 765 other{"{0} 個星期日後"} 766 } 767 past{ 768 other{"{0} 個星期日前"} 769 } 770 } 771 } 772 thu{ 773 relative{ 774 "-1"{"上星期四"} 775 "0"{"本星期四"} 776 "1"{"下星期四"} 777 } 778 relativeTime{ 779 future{ 780 other{"{0} 個星期四後"} 781 } 782 past{ 783 other{"{0} 個星期四前"} 784 } 785 } 786 } 787 thu-narrow{ 788 relativeTime{ 789 future{ 790 other{"{0} 個星期四後"} 791 } 792 past{ 793 other{"{0} 個星期四前"} 794 } 795 } 796 } 797 thu-short{ 798 relative{ 799 "-1"{"上星期四"} 800 "0"{"本星期四"} 801 "1"{"下星期四"} 802 } 803 relativeTime{ 804 future{ 805 other{"{0} 個星期四後"} 806 } 807 past{ 808 other{"{0} 個星期四前"} 809 } 810 } 811 } 812 tue{ 813 relative{ 814 "-1"{"上星期二"} 815 "0"{"本星期二"} 816 "1"{"下星期二"} 817 } 818 relativeTime{ 819 future{ 820 other{"{0} 個星期二後"} 821 } 822 past{ 823 other{"{0} 個星期二前"} 824 } 825 } 826 } 827 tue-narrow{ 828 relativeTime{ 829 future{ 830 other{"{0} 個星期二後"} 831 } 832 past{ 833 other{"{0} 個星期二前"} 834 } 835 } 836 } 837 tue-short{ 838 relative{ 839 "-1"{"上星期二"} 840 "0"{"本星期二"} 841 "1"{"下星期二"} 842 } 843 relativeTime{ 844 future{ 845 other{"{0} 個星期二後"} 846 } 847 past{ 848 other{"{0} 個星期二前"} 849 } 850 } 851 } 852 wed{ 853 relative{ 854 "-1"{"上星期三"} 855 "0"{"本星期三"} 856 "1"{"下星期三"} 857 } 858 relativeTime{ 859 future{ 860 other{"{0} 個星期三後"} 861 } 862 past{ 863 other{"{0} 個星期三前"} 864 } 865 } 866 } 867 wed-narrow{ 868 relativeTime{ 869 future{ 870 other{"{0} 個星期三後"} 871 } 872 past{ 873 other{"{0} 個星期三前"} 874 } 875 } 876 } 877 wed-short{ 878 relative{ 879 "-1"{"上星期三"} 880 "0"{"本星期三"} 881 "1"{"下星期三"} 882 } 883 relativeTime{ 884 future{ 885 other{"{0} 個星期三後"} 886 } 887 past{ 888 other{"{0} 個星期三前"} 889 } 890 } 891 } 892 week{ 893 dn{"星期"} 894 relative{ 895 "-1"{"上星期"} 896 "0"{"本星期"} 897 "1"{"下星期"} 898 } 899 relativeTime{ 900 future{ 901 other{"{0} 星期後"} 902 } 903 past{ 904 other{"{0} 星期前"} 905 } 906 } 907 } 908 week-narrow{ 909 relative{ 910 "-1"{"上星期"} 911 "0"{"本星期"} 912 "1"{"下星期"} 913 } 914 relativeTime{ 915 future{ 916 other{"{0}星期後"} 917 } 918 past{ 919 other{"{0}星期前"} 920 } 921 } 922 } 923 week-short{ 924 dn{"星期"} 925 relative{ 926 "-1"{"上星期"} 927 "0"{"本星期"} 928 "1"{"下星期"} 929 } 930 relativeTime{ 931 future{ 932 other{"{0} 星期後"} 933 } 934 past{ 935 other{"{0} 星期前"} 936 } 937 } 938 } 939 weekday{ 940 dn{"星期幾"} 941 } 942 weekday-narrow{ 943 dn{"星期幾"} 944 } 945 weekday-short{ 946 dn{"星期幾"} 947 } 948 year{ 949 relative{ 950 "-1"{"上年"} 951 "0"{"今年"} 952 "1"{"下年"} 953 } 954 } 955 year-narrow{ 956 relative{ 957 "-1"{"上年"} 958 "0"{"今年"} 959 "1"{"下年"} 960 } 961 relativeTime{ 962 future{ 963 other{"{0}年後"} 964 } 965 past{ 966 other{"{0}年前"} 967 } 968 } 969 } 970 year-short{ 971 relative{ 972 "-1"{"上年"} 973 "0"{"今年"} 974 "1"{"下年"} 975 } 976 } 977 } 978 listPattern{ 979 standard{ 980 2{"{0}及{1}"} 981 end{"{0}及{1}"} 982 } 983 standard-short{ 984 2{"{0}及{1}"} 985 end{"{0}及{1}"} 986 } 987 } 988} 989