1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ar_XB{ 4 AuxExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z \u061C \u202E \u202C]"} 5 NumberElements{ 6 default{"latn"} 7 } 8 Version{"2.0"} 9 calendar{ 10 buddhist{ 11 eras{ 12 abbreviated{ 13 "BE", 14 } 15 } 16 } 17 chinese{ 18 DateTimePatterns{ 19 "h:mm:ss a zzzz", 20 "h:mm:ss a z", 21 "h:mm:ss a", 22 "h:mm a", 23 "r(U) MMMM d, EEEE", 24 "r(U) MMMM d", 25 "r MMM d", 26 "r-MM-dd", 27 "{1} {0}", 28 "{1} 'at' {0}", 29 "{1} 'at' {0}", 30 "{1} {0}", 31 "{1} {0}", 32 } 33 cyclicNameSets{ 34 zodiacs{ 35 format{ 36 abbreviated{ 37 "Rat", 38 "Ox", 39 "Tiger", 40 "Rabbit", 41 "Dragon", 42 "Snake", 43 "Horse", 44 "Goat", 45 "Monkey", 46 "Rooster", 47 "Dog", 48 "Pig", 49 } 50 } 51 } 52 } 53 monthNames{ 54 format{ 55 abbreviated{ 56 "Mo1", 57 "Mo2", 58 "Mo3", 59 "Mo4", 60 "Mo5", 61 "Mo6", 62 "Mo7", 63 "Mo8", 64 "Mo9", 65 "Mo10", 66 "Mo11", 67 "Mo12", 68 } 69 wide{ 70 "First Month", 71 "Second Month", 72 "Third Month", 73 "Fourth Month", 74 "Fifth Month", 75 "Sixth Month", 76 "Seventh Month", 77 "Eighth Month", 78 "Ninth Month", 79 "Tenth Month", 80 "Eleventh Month", 81 "Twelfth Month", 82 } 83 } 84 } 85 } 86 generic{ 87 DateTimePatterns{ 88 "h:mm:ss a zzzz", 89 "h:mm:ss a z", 90 "h:mm:ss a", 91 "h:mm a", 92 "EEEE، d MMMM y G", 93 "d MMMM y G", 94 "dd/MM/y G", 95 "d/M/y GGGGG", 96 "{1} {0}", 97 "{1} 'at' {0}", 98 "{1} 'at' {0}", 99 "{1} {0}", 100 "{1} {0}", 101 } 102 } 103 gregorian{ 104 AmPmMarkers{ 105 "AM", 106 "PM", 107 } 108 AmPmMarkers%variant{ 109 "am", 110 "pm", 111 } 112 AmPmMarkersAbbr{ 113 "AM", 114 "PM", 115 } 116 AmPmMarkersAbbr%variant{ 117 "am", 118 "pm", 119 } 120 DateTimePatterns{ 121 "h:mm:ss a zzzz", 122 "h:mm:ss a z", 123 "h:mm:ss a", 124 "h:mm a", 125 "EEEE، d MMMM y", 126 "d MMMM y", 127 "dd/MM/y", 128 "d/M/y", 129 "{1} {0}", 130 "{1} 'at' {0}", 131 "{1} 'at' {0}", 132 "{1} {0}", 133 "{1} {0}", 134 } 135 availableFormats{ 136 MMMMW{ 137 one{"'week' W 'of' MMMM"} 138 other{"'week' W 'of' MMMM"} 139 } 140 yw{ 141 one{"'week' w 'of' Y"} 142 other{"'week' w 'of' Y"} 143 } 144 } 145 dayNames{ 146 format{ 147 abbreviated{ 148 "Sun", 149 "Mon", 150 "Tue", 151 "Wed", 152 "Thu", 153 "Fri", 154 "Sat", 155 } 156 short{ 157 "Su", 158 "Mo", 159 "Tu", 160 "We", 161 "Th", 162 "Fr", 163 "Sa", 164 } 165 wide{ 166 "Sunday", 167 "Monday", 168 "Tuesday", 169 "Wednesday", 170 "Thursday", 171 "Friday", 172 "Saturday", 173 } 174 } 175 } 176 dayPeriod{ 177 format{ 178 abbreviated{ 179 afternoon1{"in the afternoon"} 180 evening1{"in the evening"} 181 midnight{"midnight"} 182 morning1{"in the morning"} 183 night1{"at night"} 184 noon{"noon"} 185 } 186 wide{ 187 afternoon1{"in the afternoon"} 188 evening1{"in the evening"} 189 midnight{"midnight"} 190 morning1{"in the morning"} 191 night1{"at night"} 192 noon{"noon"} 193 } 194 } 195 stand-alone{ 196 abbreviated{ 197 afternoon1{"afternoon"} 198 am{"AM"} 199 evening1{"evening"} 200 midnight{"midnight"} 201 morning1{"morning"} 202 night1{"night"} 203 noon{"noon"} 204 pm{"PM"} 205 } 206 wide{ 207 afternoon1{"afternoon"} 208 am{"AM"} 209 evening1{"evening"} 210 midnight{"midnight"} 211 morning1{"morning"} 212 night1{"night"} 213 noon{"noon"} 214 pm{"PM"} 215 } 216 } 217 } 218 eras{ 219 abbreviated{ 220 "BC", 221 "AD", 222 } 223 abbreviated%variant{ 224 "BCE", 225 "CE", 226 } 227 narrow{ 228 "B", 229 "A", 230 } 231 wide{ 232 "Before Christ", 233 "Anno Domini", 234 } 235 wide%variant{ 236 "Before Common Era", 237 "Common Era", 238 } 239 } 240 monthNames{ 241 format{ 242 abbreviated{ 243 "Jan", 244 "Feb", 245 "Mar", 246 "Apr", 247 "May", 248 "Jun", 249 "Jul", 250 "Aug", 251 "Sep", 252 "Oct", 253 "Nov", 254 "Dec", 255 } 256 wide{ 257 "January", 258 "February", 259 "March", 260 "April", 261 "May", 262 "June", 263 "July", 264 "August", 265 "September", 266 "October", 267 "November", 268 "December", 269 } 270 } 271 } 272 quarters{ 273 format{ 274 abbreviated{ 275 "Q1", 276 "Q2", 277 "Q3", 278 "Q4", 279 } 280 wide{ 281 "1st quarter", 282 "2nd quarter", 283 "3rd quarter", 284 "4th quarter", 285 } 286 } 287 } 288 } 289 hebrew{ 290 eras{ 291 abbreviated{ 292 "AM", 293 } 294 } 295 } 296 islamic{ 297 eras{ 298 abbreviated{ 299 "AH", 300 } 301 } 302 } 303 roc{ 304 eras{ 305 abbreviated{ 306 "Before R.O.C.", 307 "Minguo", 308 } 309 } 310 } 311 } 312 characterLabel{ 313 activities{"activity"} 314 african_scripts{"African script"} 315 american_scripts{"American script"} 316 animal{"animal"} 317 animals_nature{"animal or nature"} 318 arrows{"arrow"} 319 body{"body"} 320 box_drawing{"box drawing"} 321 braille{"braille"} 322 building{"building"} 323 bullets_stars{"bullet or star"} 324 consonantal_jamo{"consonantal jamo"} 325 currency_symbols{"currency symbol"} 326 dash_connector{"dash or connector"} 327 digits{"digit"} 328 dingbats{"dingbat"} 329 divination_symbols{"divination symbol"} 330 downwards_arrows{"downwards arrow"} 331 downwards_upwards_arrows{"downwards upwards arrow"} 332 east_asian_scripts{"East Asian script"} 333 emoji{"emoji"} 334 european_scripts{"European script"} 335 female{"female"} 336 flag{"flag"} 337 flags{"flags"} 338 food_drink{"food & drink"} 339 format{"format"} 340 format_whitespace{"format & whitespace"} 341 full_width_form_variant{"full-width variant"} 342 geometric_shapes{"geometric shape"} 343 half_width_form_variant{"half-width variant"} 344 han_characters{"Han character"} 345 han_radicals{"Han radical"} 346 hanja{"hanja"} 347 hanzi_simplified{"Hanzi (simplified)"} 348 hanzi_traditional{"Hanzi (traditional)"} 349 heart{"heart"} 350 historic_scripts{"historic script"} 351 ideographic_desc_characters{"ideographic desc. character"} 352 japanese_kana{"Japanese kana"} 353 kanbun{"kanbun"} 354 kanji{"kanji"} 355 keycap{"keycap"} 356 leftwards_arrows{"leftwards arrow"} 357 leftwards_rightwards_arrows{"leftwards rightwards arrow"} 358 letterlike_symbols{"letterlike symbol"} 359 limited_use{"limited-use"} 360 male{"male"} 361 math_symbols{"math symbol"} 362 middle_eastern_scripts{"Middle Eastern script"} 363 miscellaneous{"miscellaneous"} 364 modern_scripts{"modern script"} 365 modifier{"modifier"} 366 musical_symbols{"musical symbol"} 367 nature{"nature"} 368 nonspacing{"nonspacing"} 369 numbers{"numbers"} 370 objects{"object"} 371 other{"other"} 372 paired{"paired"} 373 person{"person"} 374 phonetic_alphabet{"phonetic alphabet"} 375 pictographs{"pictograph"} 376 place{"place"} 377 plant{"plant"} 378 punctuation{"punctuation"} 379 rightwards_arrows{"rightwards arrow"} 380 sign_standard_symbols{"sign or symbol"} 381 small_form_variant{"small variants"} 382 smiley{"smiley"} 383 smileys_people{"smiley or person"} 384 south_asian_scripts{"South Asian script"} 385 southeast_asian_scripts{"Southeast Asian script"} 386 spacing{"spacing"} 387 sport{"sport"} 388 symbols{"symbol"} 389 technical_symbols{"technical symbol"} 390 tone_marks{"tone mark"} 391 travel{"travel"} 392 travel_places{"travel or place"} 393 upwards_arrows{"upwards arrows"} 394 variant_forms{"variant"} 395 vocalic_jamo{"vocalic jamo"} 396 weather{"weather"} 397 western_asian_scripts{"Western Asian script"} 398 whitespace{"whitespace"} 399 } 400 fields{ 401 day{ 402 dn{"day"} 403 relative{ 404 "-1"{"yesterday"} 405 "0"{"today"} 406 "1"{"tomorrow"} 407 } 408 relativeTime{ 409 future{ 410 one{"in {0} day"} 411 other{"in {0} days"} 412 } 413 past{ 414 one{"{0} day ago"} 415 other{"{0} days ago"} 416 } 417 } 418 } 419 day-short{ 420 dn{"day"} 421 relativeTime{ 422 future{ 423 one{"in {0} day"} 424 other{"in {0} days"} 425 } 426 past{ 427 one{"{0} day ago"} 428 other{"{0} days ago"} 429 } 430 } 431 } 432 dayOfYear{ 433 dn{"day of year"} 434 } 435 dayOfYear-short{ 436 dn{"day of yr."} 437 } 438 dayperiod{ 439 dn{"AM/PM"} 440 dn%variant{"am/pm"} 441 } 442 dayperiod-short{ 443 dn{"AM/PM"} 444 dn%variant{"am/pm"} 445 } 446 era{ 447 dn{"era"} 448 } 449 era-short{ 450 dn{"era"} 451 } 452 fri{ 453 relative{ 454 "-1"{"last Friday"} 455 "0"{"this Friday"} 456 "1"{"next Friday"} 457 } 458 relativeTime{ 459 future{ 460 one{"in {0} Friday"} 461 other{"in {0} Fridays"} 462 } 463 past{ 464 one{"{0} Friday ago"} 465 other{"{0} Fridays ago"} 466 } 467 } 468 } 469 fri-short{ 470 relative{ 471 "-1"{"last Fri."} 472 "0"{"this Fri."} 473 "1"{"next Fri."} 474 } 475 relativeTime{ 476 future{ 477 one{"in {0} Fri."} 478 other{"in {0} Fri."} 479 } 480 past{ 481 one{"{0} Fri. ago"} 482 other{"{0} Fri. ago"} 483 } 484 } 485 } 486 hour{ 487 dn{"hour"} 488 relative{ 489 "0"{"this hour"} 490 } 491 relativeTime{ 492 future{ 493 one{"in {0} hour"} 494 other{"in {0} hours"} 495 } 496 past{ 497 one{"{0} hour ago"} 498 other{"{0} hours ago"} 499 } 500 } 501 } 502 hour-short{ 503 dn{"hr."} 504 relativeTime{ 505 future{ 506 one{"in {0} hr."} 507 other{"in {0} hr."} 508 } 509 past{ 510 one{"{0} hr. ago"} 511 other{"{0} hr. ago"} 512 } 513 } 514 } 515 minute{ 516 dn{"minute"} 517 relative{ 518 "0"{"this minute"} 519 } 520 relativeTime{ 521 future{ 522 one{"in {0} minute"} 523 other{"in {0} minutes"} 524 } 525 past{ 526 one{"{0} minute ago"} 527 other{"{0} minutes ago"} 528 } 529 } 530 } 531 minute-short{ 532 dn{"min."} 533 relativeTime{ 534 future{ 535 one{"in {0} min."} 536 other{"in {0} min."} 537 } 538 past{ 539 one{"{0} min. ago"} 540 other{"{0} min. ago"} 541 } 542 } 543 } 544 mon{ 545 relative{ 546 "-1"{"last Monday"} 547 "0"{"this Monday"} 548 "1"{"next Monday"} 549 } 550 relativeTime{ 551 future{ 552 one{"in {0} Monday"} 553 other{"in {0} Mondays"} 554 } 555 past{ 556 one{"{0} Monday ago"} 557 other{"{0} Mondays ago"} 558 } 559 } 560 } 561 mon-short{ 562 relative{ 563 "-1"{"last Mon."} 564 "0"{"this Mon."} 565 "1"{"next Mon."} 566 } 567 relativeTime{ 568 future{ 569 one{"in {0} Mon."} 570 other{"in {0} Mon."} 571 } 572 past{ 573 one{"{0} Mon. ago"} 574 other{"{0} Mon. ago"} 575 } 576 } 577 } 578 month{ 579 dn{"month"} 580 relative{ 581 "-1"{"last month"} 582 "0"{"this month"} 583 "1"{"next month"} 584 } 585 relativeTime{ 586 future{ 587 one{"in {0} month"} 588 other{"in {0} months"} 589 } 590 past{ 591 one{"{0} month ago"} 592 other{"{0} months ago"} 593 } 594 } 595 } 596 month-short{ 597 dn{"mo."} 598 relative{ 599 "-1"{"last mo."} 600 "0"{"this mo."} 601 "1"{"next mo."} 602 } 603 relativeTime{ 604 future{ 605 one{"in {0} mo."} 606 other{"in {0} mo."} 607 } 608 past{ 609 one{"{0} mo. ago"} 610 other{"{0} mo. ago"} 611 } 612 } 613 } 614 quarter{ 615 dn{"quarter"} 616 relative{ 617 "-1"{"last quarter"} 618 "0"{"this quarter"} 619 "1"{"next quarter"} 620 } 621 relativeTime{ 622 future{ 623 one{"in {0} quarter"} 624 other{"in {0} quarters"} 625 } 626 past{ 627 one{"{0} quarter ago"} 628 other{"{0} quarters ago"} 629 } 630 } 631 } 632 quarter-short{ 633 dn{"qtr."} 634 relative{ 635 "-1"{"last qtr."} 636 "0"{"this qtr."} 637 "1"{"next qtr."} 638 } 639 relativeTime{ 640 future{ 641 one{"in {0} qtr."} 642 other{"in {0} qtrs."} 643 } 644 past{ 645 one{"{0} qtr. ago"} 646 other{"{0} qtrs. ago"} 647 } 648 } 649 } 650 sat{ 651 relative{ 652 "-1"{"last Saturday"} 653 "0"{"this Saturday"} 654 "1"{"next Saturday"} 655 } 656 relativeTime{ 657 future{ 658 one{"in {0} Saturday"} 659 other{"in {0} Saturdays"} 660 } 661 past{ 662 one{"{0} Saturday ago"} 663 other{"{0} Saturdays ago"} 664 } 665 } 666 } 667 sat-short{ 668 relative{ 669 "-1"{"last Sat."} 670 "0"{"this Sat."} 671 "1"{"next Sat."} 672 } 673 relativeTime{ 674 future{ 675 one{"in {0} Sat."} 676 other{"in {0} Sat."} 677 } 678 past{ 679 one{"{0} Sat. ago"} 680 other{"{0} Sat. ago"} 681 } 682 } 683 } 684 second{ 685 dn{"second"} 686 relative{ 687 "0"{"now"} 688 } 689 relativeTime{ 690 future{ 691 one{"in {0} second"} 692 other{"in {0} seconds"} 693 } 694 past{ 695 one{"{0} second ago"} 696 other{"{0} seconds ago"} 697 } 698 } 699 } 700 second-short{ 701 dn{"sec."} 702 relative{ 703 "0"{"now"} 704 } 705 relativeTime{ 706 future{ 707 one{"in {0} sec."} 708 other{"in {0} sec."} 709 } 710 past{ 711 one{"{0} sec. ago"} 712 other{"{0} sec. ago"} 713 } 714 } 715 } 716 sun{ 717 relative{ 718 "-1"{"last Sunday"} 719 "0"{"this Sunday"} 720 "1"{"next Sunday"} 721 } 722 relativeTime{ 723 future{ 724 one{"in {0} Sunday"} 725 other{"in {0} Sundays"} 726 } 727 past{ 728 one{"{0} Sunday ago"} 729 other{"{0} Sundays ago"} 730 } 731 } 732 } 733 sun-short{ 734 relative{ 735 "-1"{"last Sun."} 736 "0"{"this Sun."} 737 "1"{"next Sun."} 738 } 739 relativeTime{ 740 future{ 741 one{"in {0} Sun."} 742 other{"in {0} Sun."} 743 } 744 past{ 745 one{"{0} Sun. ago"} 746 other{"{0} Sun. ago"} 747 } 748 } 749 } 750 thu{ 751 relative{ 752 "-1"{"last Thursday"} 753 "0"{"this Thursday"} 754 "1"{"next Thursday"} 755 } 756 relativeTime{ 757 future{ 758 one{"in {0} Thursday"} 759 other{"in {0} Thursdays"} 760 } 761 past{ 762 one{"{0} Thursday ago"} 763 other{"{0} Thursdays ago"} 764 } 765 } 766 } 767 thu-short{ 768 relative{ 769 "-1"{"last Thu."} 770 "0"{"this Thu."} 771 "1"{"next Thu."} 772 } 773 relativeTime{ 774 future{ 775 one{"in {0} Thu."} 776 other{"in {0} Thu."} 777 } 778 past{ 779 one{"{0} Thu. ago"} 780 other{"{0} Thu. ago"} 781 } 782 } 783 } 784 tue{ 785 relative{ 786 "-1"{"last Tuesday"} 787 "0"{"this Tuesday"} 788 "1"{"next Tuesday"} 789 } 790 relativeTime{ 791 future{ 792 one{"in {0} Tuesday"} 793 other{"in {0} Tuesdays"} 794 } 795 past{ 796 one{"{0} Tuesday ago"} 797 other{"{0} Tuesdays ago"} 798 } 799 } 800 } 801 tue-short{ 802 relative{ 803 "-1"{"last Tue."} 804 "0"{"this Tue."} 805 "1"{"next Tue."} 806 } 807 relativeTime{ 808 future{ 809 one{"in {0} Tue."} 810 other{"in {0} Tue."} 811 } 812 past{ 813 one{"{0} Tue. ago"} 814 other{"{0} Tue. ago"} 815 } 816 } 817 } 818 wed{ 819 relative{ 820 "-1"{"last Wednesday"} 821 "0"{"this Wednesday"} 822 "1"{"next Wednesday"} 823 } 824 relativeTime{ 825 future{ 826 one{"in {0} Wednesday"} 827 other{"in {0} Wednesdays"} 828 } 829 past{ 830 one{"{0} Wednesday ago"} 831 other{"{0} Wednesdays ago"} 832 } 833 } 834 } 835 wed-short{ 836 relative{ 837 "-1"{"last Wed."} 838 "0"{"this Wed."} 839 "1"{"next Wed."} 840 } 841 relativeTime{ 842 future{ 843 one{"in {0} Wed."} 844 other{"in {0} Wed."} 845 } 846 past{ 847 one{"{0} Wed. ago"} 848 other{"{0} Wed. ago"} 849 } 850 } 851 } 852 week{ 853 dn{"week"} 854 relative{ 855 "-1"{"last week"} 856 "0"{"this week"} 857 "1"{"next week"} 858 } 859 relativePeriod{"the week of {0}"} 860 relativeTime{ 861 future{ 862 one{"in {0} week"} 863 other{"in {0} weeks"} 864 } 865 past{ 866 one{"{0} week ago"} 867 other{"{0} weeks ago"} 868 } 869 } 870 } 871 week-short{ 872 dn{"wk."} 873 relative{ 874 "-1"{"last wk."} 875 "0"{"this wk."} 876 "1"{"next wk."} 877 } 878 relativeTime{ 879 future{ 880 one{"in {0} wk."} 881 other{"in {0} wk."} 882 } 883 past{ 884 one{"{0} wk. ago"} 885 other{"{0} wk. ago"} 886 } 887 } 888 } 889 weekOfMonth{ 890 dn{"week of month"} 891 } 892 weekOfMonth-short{ 893 dn{"wk. of mo."} 894 } 895 weekday{ 896 dn{"day of the week"} 897 } 898 weekday-short{ 899 dn{"day of wk."} 900 } 901 weekdayOfMonth{ 902 dn{"weekday of the month"} 903 } 904 weekdayOfMonth-short{ 905 dn{"wkday. of mo."} 906 } 907 year{ 908 dn{"year"} 909 relative{ 910 "-1"{"last year"} 911 "0"{"this year"} 912 "1"{"next year"} 913 } 914 relativeTime{ 915 future{ 916 one{"in {0} year"} 917 other{"in {0} years"} 918 } 919 past{ 920 one{"{0} year ago"} 921 other{"{0} years ago"} 922 } 923 } 924 } 925 year-short{ 926 dn{"yr."} 927 relative{ 928 "-1"{"last yr."} 929 "0"{"this yr."} 930 "1"{"next yr."} 931 } 932 relativeTime{ 933 future{ 934 one{"in {0} yr."} 935 other{"in {0} yr."} 936 } 937 past{ 938 one{"{0} yr. ago"} 939 other{"{0} yr. ago"} 940 } 941 } 942 } 943 zone{ 944 dn{"time zone"} 945 } 946 zone-short{ 947 dn{"zone"} 948 } 949 } 950 listPattern{ 951 or{ 952 2{"{0} or {1}"} 953 end{"{0}, or {1}"} 954 } 955 standard{ 956 2{"{0} and {1}"} 957 end{"{0}, and {1}"} 958 } 959 } 960 measurementSystemNames{ 961 UK{"UK"} 962 US{"US"} 963 metric{"Metric"} 964 } 965} 966