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