1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ps{ 4 AuxExemplarCharacters{"[\u200C \u200D \u200E\u200F]"} 5 Ellipsis{ 6 final{"{0}…"} 7 initial{"…{0}"} 8 medial{"{0}…{1}"} 9 word-final{"{0} …"} 10 word-initial{"… {0}"} 11 word-medial{"{0} … {1}"} 12 } 13 ExemplarCharacters{ 14 "[\u064E \u0650 \u064F \u064B \u064D \u064C \u0651 \u0652 \u0654 \u0670 آ ا أ" 15 " ء ب پ ت ټ ث ج ځ چ څ ح خ د ډ ذ ر ړ ز ژ ږ س ش ښ ص ض ط ظ ع غ ف ق ک ګ گ ل م ن ڼ" 16 " ه ة و ؤ ی ي ې ۍ ئ]" 17 } 18 ExemplarCharactersNumbers{"[\u200E \\- , ٫ ٬ . % ٪ ‰ ؉ + − 0۰ 1۱ 2۲ 3۳ 4۴ 5۵ 6۶ 7۷ 8۸ 9۹]"} 19 MoreInformation{"?"} 20 NumberElements{ 21 arabext{ 22 patterns{ 23 currencyFormat{"#,##0.00 ¤"} 24 decimalFormat{"#,##0.###"} 25 percentFormat{"#,##0%"} 26 scientificFormat{"#E0"} 27 } 28 symbols{ 29 decimal{"٫"} 30 exponential{"×۱۰^"} 31 group{"٬"} 32 infinity{"∞"} 33 minusSign{"-"} 34 nan{"NaN"} 35 perMille{"؉"} 36 percentSign{"٪"} 37 plusSign{"+"} 38 superscriptingExponent{"×"} 39 } 40 } 41 default{"arabext"} 42 latn{ 43 miscPatterns{ 44 atLeast{"⩾{0}"} 45 range{"{0}–{1}"} 46 } 47 patterns{ 48 accountingFormat{"#,##0.00 ¤"} 49 currencyFormat{"#,##0.00 ¤"} 50 decimalFormat{"#,##0.###"} 51 percentFormat{"#,##0%"} 52 scientificFormat{"#E0"} 53 } 54 patternsLong{ 55 decimalFormat{ 56 1000{ 57 one{"0K"} 58 other{"0K"} 59 } 60 10000{ 61 one{"00K"} 62 other{"00K"} 63 } 64 100000{ 65 one{"000K"} 66 other{"000K"} 67 } 68 1000000{ 69 one{"0M"} 70 other{"0M"} 71 } 72 10000000{ 73 one{"00M"} 74 other{"00M"} 75 } 76 100000000{ 77 one{"000M"} 78 other{"000M"} 79 } 80 1000000000{ 81 one{"0G"} 82 other{"0G"} 83 } 84 10000000000{ 85 one{"00G"} 86 other{"00G"} 87 } 88 100000000000{ 89 one{"000G"} 90 other{"000G"} 91 } 92 1000000000000{ 93 one{"0T"} 94 other{"0T"} 95 } 96 10000000000000{ 97 one{"00T"} 98 other{"00T"} 99 } 100 100000000000000{ 101 one{"000T"} 102 other{"000T"} 103 } 104 } 105 } 106 patternsShort{ 107 currencyFormat{ 108 1000{ 109 one{"0K ¤"} 110 other{"0K ¤"} 111 } 112 10000{ 113 one{"00K ¤"} 114 other{"00K ¤"} 115 } 116 100000{ 117 one{"000K ¤"} 118 other{"000K ¤"} 119 } 120 1000000{ 121 one{"0M ¤"} 122 other{"0M ¤"} 123 } 124 10000000{ 125 one{"00M ¤"} 126 other{"00M ¤"} 127 } 128 100000000{ 129 one{"000M ¤"} 130 other{"000M ¤"} 131 } 132 1000000000{ 133 one{"0G ¤"} 134 other{"0G ¤"} 135 } 136 10000000000{ 137 one{"00G ¤"} 138 other{"00G ¤"} 139 } 140 100000000000{ 141 one{"000G ¤"} 142 other{"000G ¤"} 143 } 144 1000000000000{ 145 one{"0T ¤"} 146 other{"0T ¤"} 147 } 148 10000000000000{ 149 one{"00T ¤"} 150 other{"00T ¤"} 151 } 152 100000000000000{ 153 one{"000T ¤"} 154 other{"000T ¤"} 155 } 156 } 157 decimalFormat{ 158 1000{ 159 one{"0K"} 160 other{"0K"} 161 } 162 10000{ 163 one{"00K"} 164 other{"00K"} 165 } 166 100000{ 167 one{"000K"} 168 other{"000K"} 169 } 170 1000000{ 171 one{"0M"} 172 other{"0M"} 173 } 174 10000000{ 175 one{"00M"} 176 other{"00M"} 177 } 178 100000000{ 179 one{"000M"} 180 other{"000M"} 181 } 182 1000000000{ 183 one{"0B"} 184 other{"0B"} 185 } 186 10000000000{ 187 one{"00B"} 188 other{"00B"} 189 } 190 100000000000{ 191 one{"000G"} 192 other{"000B"} 193 } 194 1000000000000{ 195 one{"0T"} 196 other{"0T"} 197 } 198 10000000000000{ 199 one{"00T"} 200 other{"00T"} 201 } 202 100000000000000{ 203 one{"000T"} 204 other{"000T"} 205 } 206 } 207 } 208 symbols{ 209 decimal{","} 210 exponential{"E"} 211 group{"."} 212 infinity{"∞"} 213 minusSign{"−"} 214 nan{"NaN"} 215 perMille{"‰"} 216 percentSign{"%"} 217 plusSign{"+"} 218 superscriptingExponent{"×"} 219 } 220 } 221 minimalPairs{ 222 ordinal{ 223 other{"{0} کور کیڼ اړخ ته دی"} 224 } 225 plural{ 226 one{"{0} قلمونه"} 227 other{"{0}?"} 228 } 229 } 230 minimumGroupingDigits{"1"} 231 native{"arabext"} 232 } 233 Version{"2.1.36.86"} 234 calendar{ 235 default{"gregorian"} // android-changed 236 generic{ 237 DateTimePatterns{ 238 "H:mm:ss (zzzz)", 239 "H:mm:ss (z)", 240 "H:mm:ss", 241 "H:mm", 242 "EEEE د G y د MMMM d", 243 "د G y د MMMM d", 244 "G y MMM d", 245 "GGGGG y/M/d", 246 "{1} {0}", 247 "{1} {0}", 248 "{1} {0}", 249 "{1} {0}", 250 "{1} {0}", 251 } 252 availableFormats{ 253 Bh{"h B"} 254 Bhm{"h:mm B"} 255 Bhms{"h:mm:ss B"} 256 E{"ccc"} 257 EBhm{"E h:mm B"} 258 EBhms{"E h:mm:ss B"} 259 EHm{"E HH:mm"} 260 EHms{"E HH:mm:ss"} 261 Ed{"d, E"} 262 Ehm{"E h:mm a"} 263 Ehms{"E h:mm:ss a"} 264 Gy{"G y"} 265 GyMMM{"G y MMM"} 266 GyMMMEd{"G y MMM d, E"} 267 GyMMMd{"G y MMM d"} 268 H{"H"} 269 Hm{"H:mm"} 270 Hms{"H:mm:ss"} 271 M{"L"} 272 MEd{"MM-dd, E"} 273 MMM{"LLL"} 274 MMMEd{"MMM d, E"} 275 MMMMd{"d MMMM"} 276 MMMd{"MMM d"} 277 Md{"M/d"} 278 d{"d"} 279 h{"h a"} 280 hm{"h:mm a"} 281 hms{"h:mm:ss a"} 282 ms{"mm:ss"} 283 y{"G y"} 284 yM{"G y/M"} 285 yMMMM{"د G y د MMMM"} 286 yyyy{"G y"} 287 yyyyM{"GGGGG y-MM"} 288 yyyyMEd{"GGGGG y-MM-dd, E"} 289 yyyyMMM{"G y MMM"} 290 yyyyMMMEd{"G y MMM d, E"} 291 yyyyMMMM{"G y MMMM"} 292 yyyyMMMd{"G y MMM d"} 293 yyyyMd{"GGGGG y-MM-dd"} 294 yyyyQQQ{"G y QQQ"} 295 yyyyQQQQ{"G y QQQQ"} 296 } 297 intervalFormats{ 298 M{ 299 M{"MM–MM"} 300 } 301 MEd{ 302 M{"MM-dd, E – MM-dd, E"} 303 d{"MM-dd, E – MM-dd, E"} 304 } 305 MMM{ 306 M{"LLL–LLL"} 307 } 308 MMMEd{ 309 M{"MMM d, E – MMM d, E"} 310 d{"MMM d, E – MMM d, E"} 311 } 312 MMMd{ 313 M{"MMM d – MMM d"} 314 d{"MMM d–d"} 315 } 316 Md{ 317 M{"MM-dd – MM-dd"} 318 d{"MM-dd – MM-dd"} 319 } 320 d{ 321 d{"d–d"} 322 } 323 fallback{"{0} – {1}"} 324 y{ 325 y{"G y–y"} 326 } 327 yM{ 328 M{"GGGGG y-MM – y-MM"} 329 y{"GGGGG y-MM – y-MM"} 330 } 331 yMEd{ 332 M{"GGGGG y-MM-dd, E – y-MM-dd, E"} 333 d{"GGGGG y-MM-dd, E – y-MM-dd, E"} 334 y{"GGGGG y-MM-dd, E – y-MM-dd, E"} 335 } 336 yMMM{ 337 M{"G y MMM–MMM"} 338 y{"G y MMM – y MMM"} 339 } 340 yMMMEd{ 341 M{"G y MMM d, E – MMM d, E"} 342 d{"G y MMM d, E – MMM d, E"} 343 y{"G y MMM d, E – y MMM d, E"} 344 } 345 yMMMM{ 346 M{"G y MMMM–MMMM"} 347 y{"G y MMMM – y MMMM"} 348 } 349 yMMMd{ 350 M{"G y MMM d – MMM d"} 351 d{"G y MMM d–d"} 352 y{"G y MMM d – y MMM d"} 353 } 354 yMd{ 355 M{"GGGGG y-MM-dd – y-MM-dd"} 356 d{"GGGGG y-MM-dd – y-MM-dd"} 357 y{"GGGGG y-MM-dd – y-MM-dd"} 358 } 359 } 360 } 361 gregorian{ 362 AmPmMarkers{ 363 "غ.م.", 364 "غ.و.", 365 } 366 AmPmMarkersAbbr{ 367 "غ.م.", 368 "غ.و.", 369 } 370 AmPmMarkersNarrow{ 371 "غ.م.", 372 "غ.و.", 373 } 374 DateTimePatterns{ 375 "H:mm:ss (zzzz)", 376 "H:mm:ss (z)", 377 "H:mm:ss", 378 "H:mm", 379 "EEEE د y د MMMM d", 380 "د y د MMMM d", 381 "y MMM d", 382 "y/M/d", 383 "{1} {0}", 384 "{1} {0}", 385 "{1} {0}", 386 "{1} {0}", 387 "{1} {0}", 388 } 389 appendItems{ 390 Timezone{"{0} ({1})"} 391 } 392 availableFormats{ 393 Bh{"h B"} 394 Bhm{"h:mm B"} 395 Bhms{"h:mm:ss B"} 396 E{"ccc"} 397 EBhm{"E h:mm B"} 398 EBhms{"E h:mm:ss B"} 399 EHm{"E HH:mm"} 400 EHms{"E HH:mm:ss"} 401 Ed{"d, E"} 402 Ehm{"E h:mm a"} 403 Ehms{"E h:mm:ss a"} 404 Gy{"G y"} 405 GyMMM{"G y MMM"} 406 GyMMMEd{"G y MMM d, E"} 407 GyMMMd{"G y MMM d"} 408 H{"HH"} 409 Hm{"HH:mm"} 410 Hms{"HH:mm:ss"} 411 Hmsv{"HH:mm:ss v"} 412 Hmv{"HH:mm v"} 413 M{"L"} 414 MEd{"MM-dd, E"} 415 MMM{"LLL"} 416 MMMEd{"MMM d, E"} 417 MMMMW{ 418 one{"اونۍ W د MMM"} 419 other{"اونۍ W د MMM"} 420 } 421 MMMMd{"MMMM d"} 422 MMMd{"MMM d"} 423 Md{"MM-dd"} 424 d{"d"} 425 h{"h a"} 426 hm{"h:mm a"} 427 hms{"h:mm:ss a"} 428 hmsv{"h:mm:ss a v"} 429 hmv{"h:mm a v"} 430 ms{"mm:ss"} 431 y{"y"} 432 yM{"y-MM"} 433 yMEd{"y-MM-dd, E"} 434 yMMM{"y MMM"} 435 yMMMEd{"y MMM d, E"} 436 yMMMM{"y MMMM"} 437 yMMMd{"y MMM d"} 438 yMd{"y-MM-dd"} 439 yQQQ{"y QQQ"} 440 yQQQQ{"y QQQQ"} 441 yw{ 442 one{"اونۍ w د Y"} 443 other{"اونۍ w د Y"} 444 } 445 } 446 dayNames{ 447 format{ 448 abbreviated{ 449 "يونۍ", 450 "دونۍ", 451 "درېنۍ", 452 "څلرنۍ", 453 "پينځنۍ", 454 "جمعه", 455 "اونۍ", 456 } 457 narrow{ 458 "S", 459 "M", 460 "T", 461 "W", 462 "T", 463 "F", 464 "S", 465 } 466 short{ 467 "يونۍ", 468 "دونۍ", 469 "درېنۍ", 470 "څلرنۍ", 471 "پينځنۍ", 472 "جمعه", 473 "اونۍ", 474 } 475 wide{ 476 "يونۍ", 477 "دونۍ", 478 "درېنۍ", 479 "څلرنۍ", 480 "پينځنۍ", 481 "جمعه", 482 "اونۍ", 483 } 484 } 485 stand-alone{ 486 abbreviated{ 487 "يونۍ", 488 "دونۍ", 489 "درېنۍ", 490 "څلرنۍ", 491 "پينځنۍ", 492 "جمعه", 493 "اونۍ", 494 } 495 narrow{ 496 "S", 497 "M", 498 "T", 499 "W", 500 "T", 501 "F", 502 "S", 503 } 504 short{ 505 "يونۍ", 506 "دونۍ", 507 "درېنۍ", 508 "څلرنۍ", 509 "پينځنۍ", 510 "جمعه", 511 "اونۍ", 512 } 513 wide{ 514 "يونۍ", 515 "دونۍ", 516 "درېنۍ", 517 "څلرنۍ", 518 "پينځنۍ", 519 "جمعه", 520 "اونۍ", 521 } 522 } 523 } 524 dayPeriod{ 525 stand-alone{ 526 abbreviated{ 527 am{"غ.م."} 528 pm{"غ.و."} 529 } 530 narrow{ 531 am{"غ.م."} 532 pm{"غ.و."} 533 } 534 wide{ 535 am{"غ.م."} 536 pm{"غ.و."} 537 } 538 } 539 } 540 eras{ 541 abbreviated{ 542 "له میلاد وړاندې", 543 "م.", 544 } 545 abbreviated%variant{ 546 "BCE", 547 "ع.پ", 548 } 549 narrow{ 550 "له میلاد وړاندې", 551 "م.", 552 } 553 wide{ 554 "له میلاد څخه وړاندې", 555 "له میلاد څخه وروسته", 556 } 557 wide%variant{ 558 "له عام پېر دمخه", 559 "CE", 560 } 561 } 562 intervalFormats{ 563 H{ 564 H{"HH–HH"} 565 } 566 Hm{ 567 H{"HH:mm–HH:mm"} 568 m{"HH:mm–HH:mm"} 569 } 570 Hmv{ 571 H{"HH:mm–HH:mm v"} 572 m{"HH:mm–HH:mm v"} 573 } 574 Hv{ 575 H{"HH–HH v"} 576 } 577 M{ 578 M{"MM–MM"} 579 } 580 MEd{ 581 M{"MM-dd, E – MM-dd, E"} 582 d{"MM-dd, E – MM-dd, E"} 583 } 584 MMM{ 585 M{"LLL–LLL"} 586 } 587 MMMEd{ 588 M{"MMM d, E – MMM d, E"} 589 d{"MMM d, E – MMM d, E"} 590 } 591 MMMd{ 592 M{"MMM d – MMM d"} 593 d{"MMM d–d"} 594 } 595 Md{ 596 M{"MM-dd – MM-dd"} 597 d{"MM-dd – MM-dd"} 598 } 599 d{ 600 d{"d–d"} 601 } 602 fallback{"{0} – {1}"} 603 h{ 604 a{"h a – h a"} 605 h{"h–h a"} 606 } 607 hm{ 608 a{"h:mm a – h:mm a"} 609 h{"h:mm–h:mm a"} 610 m{"h:mm–h:mm a"} 611 } 612 hmv{ 613 a{"h:mm a – h:mm a v"} 614 h{"h:mm–h:mm a v"} 615 m{"h:mm–h:mm a v"} 616 } 617 hv{ 618 a{"h a – h a v"} 619 h{"h–h a v"} 620 } 621 y{ 622 y{"y–y"} 623 } 624 yM{ 625 M{"y-MM – y-MM"} 626 y{"y-MM – y-MM"} 627 } 628 yMEd{ 629 M{"y-MM-dd, E – y-MM-dd, E"} 630 d{"y-MM-dd, E – y-MM-dd, E"} 631 y{"y-MM-dd, E – y-MM-dd, E"} 632 } 633 yMMM{ 634 M{"y MMM–MMM"} 635 y{"y MMM – y MMM"} 636 } 637 yMMMEd{ 638 M{"y MMM d, E – MMM d, E"} 639 d{"y MMM d, E – MMM d, E"} 640 y{"y MMM d, E – y MMM d, E"} 641 } 642 yMMMM{ 643 M{"y MMMM–MMMM"} 644 y{"y MMMM – y MMMM"} 645 } 646 yMMMd{ 647 M{"y MMM d – MMM d"} 648 d{"y MMM d–d"} 649 y{"y MMM d – y MMM d"} 650 } 651 yMd{ 652 M{"y-MM-dd – y-MM-dd"} 653 d{"y-MM-dd – y-MM-dd"} 654 y{"y-MM-dd – y-MM-dd"} 655 } 656 } 657 monthNames{ 658 format{ 659 abbreviated{ 660 "جنوري", 661 "فبروري", 662 "مارچ", 663 "اپریل", 664 "مۍ", 665 "جون", 666 "جولای", 667 "اگست", 668 "سېپتمبر", 669 "اکتوبر", 670 "نومبر", 671 "دسمبر", 672 } 673 narrow{ 674 "ج", 675 "ف", 676 "م", 677 "ا", 678 "م", 679 "ج", 680 "ج", 681 "ا", 682 "س", 683 "ا", 684 "ن", 685 "د", 686 } 687 wide{ 688 "جنوري", 689 "فبروري", 690 "مارچ", 691 "اپریل", 692 "مۍ", 693 "جون", 694 "جولای", 695 "اگست", 696 "سېپتمبر", 697 "اکتوبر", 698 "نومبر", 699 "دسمبر", 700 } 701 } 702 stand-alone{ 703 abbreviated{ 704 "جنوري", 705 "فبروري", 706 "مارچ", 707 "اپریل", 708 "مۍ", 709 "جون", 710 "جولای", 711 "اگست", 712 "سپتمبر", 713 "اکتوبر", 714 "نومبر", 715 "دسمبر", 716 } 717 narrow{ 718 "1", 719 "2", 720 "3", 721 "4", 722 "5", 723 "6", 724 "7", 725 "8", 726 "9", 727 "10", 728 "11", 729 "12", 730 } 731 wide{ 732 "جنوري", 733 "فېبروري", 734 "مارچ", 735 "اپریل", 736 "مۍ", 737 "جون", 738 "جولای", 739 "اگست", 740 "سپتمبر", 741 "اکتوبر", 742 "نومبر", 743 "دسمبر", 744 } 745 } 746 } 747 quarters{ 748 format{ 749 abbreviated{ 750 "لومړۍ ربعه", 751 "۲مه ربعه", 752 "۳مه ربعه", 753 "۴مه ربعه", 754 } 755 narrow{ 756 "1", 757 "2", 758 "3", 759 "4", 760 } 761 wide{ 762 "لومړۍ ربعه", 763 "۲مه ربعه", 764 "۳مه ربعه", 765 "۴مه ربعه", 766 } 767 } 768 stand-alone{ 769 abbreviated{ 770 "لومړۍ ربعه", 771 "۲مه ربعه", 772 "۳مه ربعه", 773 "۴مه ربعه", 774 } 775 narrow{ 776 "1", 777 "2", 778 "3", 779 "4", 780 } 781 wide{ 782 "لومړۍ ربعه", 783 "۲مه ربعه", 784 "۳مه ربعه", 785 "۴مه ربعه", 786 } 787 } 788 } 789 } 790 indian{ 791 eras{ 792 abbreviated{ 793 "ساکا", 794 } 795 narrow{ 796 "ساکا", 797 } 798 wide{ 799 "ساکا", 800 } 801 } 802 monthNames{ 803 format{ 804 abbreviated{ 805 "چيترا", 806 "ويساکا", 807 "جياستا", 808 "اسادها", 809 "سراوانا", 810 "بهادرا", 811 "اسوينا", 812 "کارتيکا", 813 "اگراهايانا", 814 "پاوسا", 815 "مگها", 816 "پهالگونا", 817 } 818 narrow{ 819 "1", 820 "2", 821 "3", 822 "4", 823 "5", 824 "6", 825 "7", 826 "8", 827 "9", 828 "10", 829 "11", 830 "12", 831 } 832 wide{ 833 "چيترا", 834 "ويساکا", 835 "جياستا", 836 "اسادها", 837 "سراوانا", 838 "بهادرا", 839 "اسوينا", 840 "کارتيکا", 841 "اگراهايانا", 842 "پاوسا", 843 "مگها", 844 "پهالگونا", 845 } 846 } 847 stand-alone{ 848 abbreviated{ 849 "چيترا", 850 "ويساکا", 851 "جياستا", 852 "اسادها", 853 "سراوانا", 854 "بهادرا", 855 "اسوينا", 856 "کارتيکا", 857 "اگراهايانا", 858 "پاوسا", 859 "مگها", 860 "پهالگونا", 861 } 862 narrow{ 863 "1", 864 "2", 865 "3", 866 "4", 867 "5", 868 "6", 869 "7", 870 "8", 871 "9", 872 "10", 873 "11", 874 "12", 875 } 876 wide{ 877 "چيترا", 878 "ويساکا", 879 "جياستا", 880 "اسادها", 881 "سراوانا", 882 "بهادرا", 883 "اسوينا", 884 "کارتيکا", 885 "اگراهايانا", 886 "پاوسا", 887 "مگها", 888 "پهالگونا", 889 } 890 } 891 } 892 } 893 islamic{ 894 DateTimePatterns{ 895 "H:mm:ss (zzzz)", 896 "H:mm:ss (z)", 897 "H:mm:ss", 898 "H:mm", 899 "EEEE د G y د MMMM d", 900 "د G y د MMMM d", 901 "G y MMM d", 902 "GGGGG y/M/d", 903 "{1} {0}", 904 "{1} {0}", 905 "{1} {0}", 906 "{1} {0}", 907 "{1} {0}", 908 } 909 availableFormats{ 910 E{"ccc"} 911 Ed{"d, E"} 912 Gy{"G y"} 913 GyMMM{"G y MMM"} 914 GyMMMEd{"G y MMM d, E"} 915 GyMMMd{"G y MMM d"} 916 M{"L"} 917 MEd{"MM-dd, E"} 918 MMM{"LLL"} 919 MMMEd{"MMM d, E"} 920 MMMMd{"d MMMM"} 921 MMMd{"MMM d"} 922 Md{"M/d"} 923 d{"d"} 924 y{"G y"} 925 yM{"G y/M"} 926 yMMMM{"د G y د MMMM"} 927 yyyy{"G y"} 928 yyyyM{"GGGGG y-MM"} 929 yyyyMEd{"GGGGG y-MM-dd, E"} 930 yyyyMMM{"G y MMM"} 931 yyyyMMMEd{"G y MMM d, E"} 932 yyyyMMMM{"G y MMMM"} 933 yyyyMMMd{"G y MMM d"} 934 yyyyMd{"GGGGG y-MM-dd"} 935 yyyyQQQ{"G y QQQ"} 936 yyyyQQQQ{"G y QQQQ"} 937 } 938 eras{ 939 abbreviated{ 940 "AH", 941 } 942 } 943 monthNames{ 944 format{ 945 abbreviated{ 946 "محرم", 947 "د صفرې د", 948 "ربيع", 949 "ربيع II", 950 "جماعه", 951 "جموما II", 952 "راجاب", 953 "شعبان", 954 "رمضان", 955 "شوال", 956 "دالقاعده", 957 "حلال حج", 958 } 959 narrow{ 960 "1", 961 "2", 962 "3", 963 "4", 964 "5", 965 "6", 966 "7", 967 "8", 968 "9", 969 "10", 970 "11", 971 "12", 972 } 973 wide{ 974 "محرم", 975 "د صفرې د", 976 "ربيع", 977 "ربيع II", 978 "جماعه", 979 "جموما II", 980 "راجاب", 981 "شعبان", 982 "رمضان", 983 "شوال", 984 "دالقاعده", 985 "حلال حج", 986 } 987 } 988 stand-alone{ 989 abbreviated{ 990 "محرم", 991 "د صفرې د", 992 "ربيع", 993 "ربيع II", 994 "جماعه", 995 "جموما II", 996 "راجاب", 997 "شعبان", 998 "رمضان", 999 "شوال", 1000 "دالقاعده", 1001 "حلال حج", 1002 } 1003 narrow{ 1004 "1", 1005 "2", 1006 "3", 1007 "4", 1008 "5", 1009 "6", 1010 "7", 1011 "8", 1012 "9", 1013 "10", 1014 "11", 1015 "12", 1016 } 1017 wide{ 1018 "محرم", 1019 "د صفرې د", 1020 "ربيع", 1021 "ربيع II", 1022 "جماعه", 1023 "جموما II", 1024 "راجاب", 1025 "شعبان", 1026 "رمضان", 1027 "شوال", 1028 "دالقاعده", 1029 "حلال حج", 1030 } 1031 } 1032 } 1033 } 1034 persian{ 1035 eras{ 1036 abbreviated{ 1037 "AP", 1038 } 1039 } 1040 monthNames{ 1041 format{ 1042 abbreviated{ 1043 "وری", 1044 "غویی", 1045 "غبرگولی", 1046 "چنگاښ", 1047 "زمری", 1048 "وږی", 1049 "تله", 1050 "لړم", 1051 "لیندۍ", 1052 "مرغومی", 1053 "سلواغه", 1054 "کب", 1055 } 1056 narrow{ 1057 "1", 1058 "2", 1059 "3", 1060 "4", 1061 "5", 1062 "6", 1063 "7", 1064 "8", 1065 "9", 1066 "10", 1067 "11", 1068 "12", 1069 } 1070 wide{ 1071 "وری", 1072 "غویی", 1073 "غبرگولی", 1074 "چنگاښ", 1075 "زمری", 1076 "وږی", 1077 "تله", 1078 "لړم", 1079 "لیندۍ", 1080 "مرغومی", 1081 "سلواغه", 1082 "کب", 1083 } 1084 } 1085 stand-alone{ 1086 abbreviated{ 1087 "وری", 1088 "غویی", 1089 "غبرگولی", 1090 "چنگاښ", 1091 "زمری", 1092 "وږی", 1093 "تله", 1094 "لړم", 1095 "لیندۍ", 1096 "مرغومی", 1097 "سلواغه", 1098 "کب", 1099 } 1100 narrow{ 1101 "1", 1102 "2", 1103 "3", 1104 "4", 1105 "5", 1106 "6", 1107 "7", 1108 "8", 1109 "9", 1110 "10", 1111 "11", 1112 "12", 1113 } 1114 wide{ 1115 "وری", 1116 "غویی", 1117 "غبرگولی", 1118 "چنگاښ", 1119 "زمری", 1120 "وږی", 1121 "تله", 1122 "لړم", 1123 "لیندۍ", 1124 "مرغومی", 1125 "سلواغه", 1126 "کب", 1127 } 1128 } 1129 } 1130 } 1131 } 1132 characterLabel{ 1133 activities{"سرگرمی"} 1134 african_scripts{"افریقی سکریپټ"} 1135 american_scripts{"امریکی سکریپټ"} 1136 animal{"د څارويو"} 1137 animals_nature{"د څارويو او يا د قدرت"} 1138 arrows{"تیر"} 1139 body{"جسم"} 1140 box_drawing{"د بکس انځور"} 1141 braille{"بریل"} 1142 building{"ودانۍ"} 1143 bullets_stars{"ګولۍ یا ستوری"} 1144 consonantal_jamo{"کنسینټل جامو"} 1145 currency_symbols{"د اسعارو د سمبول"} 1146 dash_connector{"ډش یا نښلونکی"} 1147 digits{"عدد"} 1148 dingbats{"ڈنگبت"} 1149 divination_symbols{"غیب دانی سمبول"} 1150 downwards_arrows{"ښکته تیر"} 1151 downwards_upwards_arrows{"ښکته پورته تیر"} 1152 east_asian_scripts{"د ختيځې اسيا سکرېپټ"} 1153 emoji{"ایموجی"} 1154 european_scripts{"اروپایي سکرېپټ"} 1155 female{"ښځينه"} 1156 flag{"بيرغ"} 1157 flags{"بيرغونه"} 1158 food_drink{"خواړه او څښاک"} 1159 format{"بڼه"} 1160 format_whitespace{"بڼه او سپیټ اسپیس"} 1161 full_width_form_variant{"بشپړ - چوک ويیرټ"} 1162 geometric_shapes{"جاميټري شکل"} 1163 half_width_form_variant{"نیم چوک ويیرټ"} 1164 han_characters{"د حني کرکټر"} 1165 han_radicals{"د حني سخت دريځه"} 1166 hanja{"هانجا"} 1167 hanzi_simplified{"حنيزي (ساده)"} 1168 hanzi_traditional{"حنيزي (روايتي)"} 1169 heart{"زړه"} 1170 historic_scripts{"تاريخي سکرېپټ"} 1171 ideographic_desc_characters{"د اډیګرافیک تفصیل کرکټر"} 1172 japanese_kana{"جاپاني کانا"} 1173 kanbun{"کنبن"} 1174 kanji{"کانجی"} 1175 keycap{"کیکاپ"} 1176 leftwards_arrows{"پاتې دي تير"} 1177 leftwards_rightwards_arrows{"پاتې دي سمه لار تير"} 1178 letterlike_symbols{"خط لکه سمبول"} 1179 limited_use{"د محدود استعمال"} 1180 male{"نارینه"} 1181 math_symbols{"ریاضی سمبول"} 1182 middle_eastern_scripts{"د منځني ختیځ سکرېپټ"} 1183 miscellaneous{"متفرقه"} 1184 modern_scripts{"عصري سکرېپټ"} 1185 modifier{"بدلوونی"} 1186 musical_symbols{"د موسيقي سمبول"} 1187 nature{"قدرت"} 1188 nonspacing{"ناپایه کول"} 1189 numbers{"شمېره"} 1190 objects{"څيز"} 1191 other{"نور"} 1192 paired{"جوړه"} 1193 person{"شخص"} 1194 phonetic_alphabet{"صوتيک الفبا"} 1195 pictographs{"پکٹوګراف"} 1196 place{"ځای"} 1197 plant{"نبات"} 1198 punctuation{"پنکچوییسن"} 1199 rightwards_arrows{"سمه لار تیر"} 1200 sign_standard_symbols{"نښه یا سمبول"} 1201 small_form_variant{"کوچنۍ ويیرټ"} 1202 smiley{"مسکراھٹ"} 1203 smileys_people{"مسکراھٹ یا شخص"} 1204 south_asian_scripts{"جنوبي اسیا سکرېپټ"} 1205 southeast_asian_scripts{"د جنوب ختیځې آسیا سکرېپټ"} 1206 spacing{"فاصله"} 1207 sport{"کھیل"} 1208 symbols{"سمبول"} 1209 technical_symbols{"تخنیکي سمبول"} 1210 tone_marks{"ټون نښه"} 1211 travel{"سفر"} 1212 travel_places{"سفر یا ځای"} 1213 upwards_arrows{"پورته تیرونه"} 1214 variant_forms{"ويیرټ"} 1215 vocalic_jamo{"غږ جامو"} 1216 weather{"موسم"} 1217 western_asian_scripts{"غربي آسیا د سکرېپټ"} 1218 whitespace{"سپیټ اسپیس"} 1219 } 1220 delimiters{ 1221 alternateQuotationEnd{"’"} 1222 alternateQuotationStart{"‘"} 1223 quotationEnd{"”"} 1224 quotationStart{"“"} 1225 } 1226 fields{ 1227 day{ 1228 dn{"ورځ"} 1229 relative{ 1230 "-1"{"yesterday"} 1231 "0"{"today"} 1232 "1"{"tomorrow"} 1233 } 1234 relativeTime{ 1235 future{ 1236 one{"+{0} d"} 1237 other{"+{0} d"} 1238 } 1239 past{ 1240 one{"-{0} d"} 1241 other{"-{0} d"} 1242 } 1243 } 1244 } 1245 day-narrow{ 1246 dn{"ورځ"} 1247 relativeTime{ 1248 future{ 1249 one{"+{0} d"} 1250 other{"+{0} d"} 1251 } 1252 past{ 1253 one{"-{0} d"} 1254 other{"-{0} d"} 1255 } 1256 } 1257 } 1258 day-short{ 1259 dn{"ورځ"} 1260 relativeTime{ 1261 future{ 1262 one{"+{0} d"} 1263 other{"+{0} d"} 1264 } 1265 past{ 1266 one{"-{0} d"} 1267 other{"-{0} d"} 1268 } 1269 } 1270 } 1271 dayOfYear{ 1272 dn{"د کال ورځ"} 1273 } 1274 dayOfYear-narrow{ 1275 dn{"د کال ورځ"} 1276 } 1277 dayOfYear-short{ 1278 dn{"د کال ورځ"} 1279 } 1280 dayperiod{ 1281 dn{"ورځ شېبه"} 1282 } 1283 dayperiod-narrow{ 1284 dn{"ورځ شېبه"} 1285 } 1286 dayperiod-short{ 1287 dn{"ورځ شېبه"} 1288 } 1289 era{ 1290 dn{"پېر"} 1291 } 1292 era-narrow{ 1293 dn{"پېر"} 1294 } 1295 era-short{ 1296 dn{"پېر"} 1297 } 1298 fri{ 1299 relative{ 1300 "-1"{"last Friday"} 1301 "0"{"this Friday"} 1302 "1"{"next Friday"} 1303 } 1304 relativeTime{ 1305 future{ 1306 one{"+{0} Fridays"} 1307 other{"+{0} Fridays"} 1308 } 1309 past{ 1310 one{"-{0} Fridays"} 1311 other{"-{0} Fridays"} 1312 } 1313 } 1314 } 1315 fri-narrow{ 1316 relative{ 1317 "-1"{"last Friday"} 1318 "0"{"this Friday"} 1319 "1"{"next Friday"} 1320 } 1321 relativeTime{ 1322 future{ 1323 one{"+{0} Fridays"} 1324 other{"+{0} Fridays"} 1325 } 1326 past{ 1327 one{"-{0} Fridays"} 1328 other{"-{0} Fridays"} 1329 } 1330 } 1331 } 1332 fri-short{ 1333 relative{ 1334 "-1"{"last Friday"} 1335 "0"{"this Friday"} 1336 "1"{"next Friday"} 1337 } 1338 relativeTime{ 1339 future{ 1340 one{"+{0} Fridays"} 1341 other{"+{0} Fridays"} 1342 } 1343 past{ 1344 one{"-{0} Fridays"} 1345 other{"-{0} Fridays"} 1346 } 1347 } 1348 } 1349 hour{ 1350 dn{"ساعت"} 1351 relative{ 1352 "0"{"this hour"} 1353 } 1354 relativeTime{ 1355 future{ 1356 one{"+{0} h"} 1357 other{"+{0} h"} 1358 } 1359 past{ 1360 one{"-{0} h"} 1361 other{"-{0} h"} 1362 } 1363 } 1364 } 1365 hour-narrow{ 1366 dn{"ساعت"} 1367 relativeTime{ 1368 future{ 1369 one{"+{0} h"} 1370 other{"+{0} h"} 1371 } 1372 past{ 1373 one{"-{0} h"} 1374 other{"-{0} h"} 1375 } 1376 } 1377 } 1378 hour-short{ 1379 dn{"ساعت"} 1380 relativeTime{ 1381 future{ 1382 one{"+{0} h"} 1383 other{"+{0} h"} 1384 } 1385 past{ 1386 one{"-{0} h"} 1387 other{"-{0} h"} 1388 } 1389 } 1390 } 1391 minute{ 1392 dn{"دقيقه"} 1393 relative{ 1394 "0"{"this minute"} 1395 } 1396 relativeTime{ 1397 future{ 1398 one{"+{0} min"} 1399 other{"+{0} min"} 1400 } 1401 past{ 1402 one{"-{0} min"} 1403 other{"-{0} min"} 1404 } 1405 } 1406 } 1407 minute-narrow{ 1408 dn{"دقيقه"} 1409 relativeTime{ 1410 future{ 1411 one{"+{0} min"} 1412 other{"+{0} min"} 1413 } 1414 past{ 1415 one{"-{0} min"} 1416 other{"-{0} min"} 1417 } 1418 } 1419 } 1420 minute-short{ 1421 dn{"دقيقه"} 1422 relativeTime{ 1423 future{ 1424 one{"+{0} min"} 1425 other{"+{0} min"} 1426 } 1427 past{ 1428 one{"-{0} min"} 1429 other{"-{0} min"} 1430 } 1431 } 1432 } 1433 mon{ 1434 relative{ 1435 "-1"{"last Monday"} 1436 "0"{"this Monday"} 1437 "1"{"next Monday"} 1438 } 1439 relativeTime{ 1440 future{ 1441 one{"+{0} Mondays"} 1442 other{"+{0} Mondays"} 1443 } 1444 past{ 1445 one{"-{0} Mondays"} 1446 other{"-{0} Mondays"} 1447 } 1448 } 1449 } 1450 mon-narrow{ 1451 relative{ 1452 "-1"{"last Monday"} 1453 "0"{"this Monday"} 1454 "1"{"next Monday"} 1455 } 1456 relativeTime{ 1457 future{ 1458 one{"+{0} Mondays"} 1459 other{"+{0} Mondays"} 1460 } 1461 past{ 1462 one{"-{0} Mondays"} 1463 other{"-{0} Mondays"} 1464 } 1465 } 1466 } 1467 mon-short{ 1468 relative{ 1469 "-1"{"last Monday"} 1470 "0"{"this Monday"} 1471 "1"{"next Monday"} 1472 } 1473 relativeTime{ 1474 future{ 1475 one{"+{0} Mondays"} 1476 other{"+{0} Mondays"} 1477 } 1478 past{ 1479 one{"-{0} Mondays"} 1480 other{"-{0} Mondays"} 1481 } 1482 } 1483 } 1484 month{ 1485 dn{"مياشت"} 1486 relative{ 1487 "-1"{"last month"} 1488 "0"{"this month"} 1489 "1"{"next month"} 1490 } 1491 relativeTime{ 1492 future{ 1493 one{"+{0} m"} 1494 other{"+{0} m"} 1495 } 1496 past{ 1497 one{"-{0} m"} 1498 other{"-{0} m"} 1499 } 1500 } 1501 } 1502 month-narrow{ 1503 dn{"مياشت"} 1504 relativeTime{ 1505 future{ 1506 one{"+{0} m"} 1507 other{"+{0} m"} 1508 } 1509 past{ 1510 one{"-{0} m"} 1511 other{"-{0} m"} 1512 } 1513 } 1514 } 1515 month-short{ 1516 dn{"مياشت"} 1517 relativeTime{ 1518 future{ 1519 one{"+{0} m"} 1520 other{"+{0} m"} 1521 } 1522 past{ 1523 one{"-{0} m"} 1524 other{"-{0} m"} 1525 } 1526 } 1527 } 1528 quarter{ 1529 dn{"Quarter"} 1530 relative{ 1531 "-1"{"last quarter"} 1532 "0"{"this quarter"} 1533 "1"{"next quarter"} 1534 } 1535 relativeTime{ 1536 future{ 1537 one{"+{0} Q"} 1538 other{"+{0} Q"} 1539 } 1540 past{ 1541 one{"-{0} Q"} 1542 other{"-{0} Q"} 1543 } 1544 } 1545 } 1546 quarter-narrow{ 1547 dn{"Quarter"} 1548 relativeTime{ 1549 future{ 1550 one{"+{0} Q"} 1551 other{"+{0} Q"} 1552 } 1553 past{ 1554 one{"-{0} Q"} 1555 other{"-{0} Q"} 1556 } 1557 } 1558 } 1559 quarter-short{ 1560 dn{"Quarter"} 1561 relativeTime{ 1562 future{ 1563 one{"+{0} Q"} 1564 other{"+{0} Q"} 1565 } 1566 past{ 1567 one{"-{0} Q"} 1568 other{"-{0} Q"} 1569 } 1570 } 1571 } 1572 sat{ 1573 relative{ 1574 "-1"{"last Saturday"} 1575 "0"{"this Saturday"} 1576 "1"{"next Saturday"} 1577 } 1578 relativeTime{ 1579 future{ 1580 one{"+{0} Saturdays"} 1581 other{"+{0} Saturdays"} 1582 } 1583 past{ 1584 one{"-{0} Saturdays"} 1585 other{"-{0} Saturdays"} 1586 } 1587 } 1588 } 1589 sat-narrow{ 1590 relative{ 1591 "-1"{"last Saturday"} 1592 "0"{"this Saturday"} 1593 "1"{"next Saturday"} 1594 } 1595 relativeTime{ 1596 future{ 1597 one{"+{0} Saturdays"} 1598 other{"+{0} Saturdays"} 1599 } 1600 past{ 1601 one{"-{0} Saturdays"} 1602 other{"-{0} Saturdays"} 1603 } 1604 } 1605 } 1606 sat-short{ 1607 relative{ 1608 "-1"{"last Saturday"} 1609 "0"{"this Saturday"} 1610 "1"{"next Saturday"} 1611 } 1612 relativeTime{ 1613 future{ 1614 one{"+{0} Saturdays"} 1615 other{"+{0} Saturdays"} 1616 } 1617 past{ 1618 one{"-{0} Saturdays"} 1619 other{"-{0} Saturdays"} 1620 } 1621 } 1622 } 1623 second{ 1624 dn{"ثانيه"} 1625 relative{ 1626 "0"{"now"} 1627 } 1628 relativeTime{ 1629 future{ 1630 one{"+{0} s"} 1631 other{"+{0} s"} 1632 } 1633 past{ 1634 one{"-{0} s"} 1635 other{"-{0} s"} 1636 } 1637 } 1638 } 1639 second-narrow{ 1640 dn{"ثانيه"} 1641 relativeTime{ 1642 future{ 1643 one{"+{0} s"} 1644 other{"+{0} s"} 1645 } 1646 past{ 1647 one{"-{0} s"} 1648 other{"-{0} s"} 1649 } 1650 } 1651 } 1652 second-short{ 1653 dn{"ثانيه"} 1654 relativeTime{ 1655 future{ 1656 one{"+{0} s"} 1657 other{"+{0} s"} 1658 } 1659 past{ 1660 one{"-{0} s"} 1661 other{"-{0} s"} 1662 } 1663 } 1664 } 1665 sun{ 1666 relative{ 1667 "-1"{"last Sunday"} 1668 "0"{"this Sunday"} 1669 "1"{"next Sunday"} 1670 } 1671 relativeTime{ 1672 future{ 1673 one{"+{0} Sundays"} 1674 other{"+{0} Sundays"} 1675 } 1676 past{ 1677 one{"-{0} Sundays"} 1678 other{"-{0} Sundays"} 1679 } 1680 } 1681 } 1682 sun-narrow{ 1683 relative{ 1684 "-1"{"last Sunday"} 1685 "0"{"this Sunday"} 1686 "1"{"next Sunday"} 1687 } 1688 relativeTime{ 1689 future{ 1690 one{"+{0} Sundays"} 1691 other{"+{0} Sundays"} 1692 } 1693 past{ 1694 one{"-{0} Sundays"} 1695 other{"-{0} Sundays"} 1696 } 1697 } 1698 } 1699 sun-short{ 1700 relative{ 1701 "-1"{"last Sunday"} 1702 "0"{"this Sunday"} 1703 "1"{"next Sunday"} 1704 } 1705 relativeTime{ 1706 future{ 1707 one{"+{0} Sundays"} 1708 other{"+{0} Sundays"} 1709 } 1710 past{ 1711 one{"-{0} Sundays"} 1712 other{"-{0} Sundays"} 1713 } 1714 } 1715 } 1716 thu{ 1717 relative{ 1718 "-1"{"last Thursday"} 1719 "0"{"this Thursday"} 1720 "1"{"next Thursday"} 1721 } 1722 relativeTime{ 1723 future{ 1724 one{"+{0} Thursdays"} 1725 other{"+{0} Thursdays"} 1726 } 1727 past{ 1728 one{"-{0} Thursdays"} 1729 other{"-{0} Thursdays"} 1730 } 1731 } 1732 } 1733 thu-narrow{ 1734 relative{ 1735 "-1"{"last Thursday"} 1736 "0"{"this Thursday"} 1737 "1"{"next Thursday"} 1738 } 1739 relativeTime{ 1740 future{ 1741 one{"+{0} Thursdays"} 1742 other{"+{0} Thursdays"} 1743 } 1744 past{ 1745 one{"-{0} Thursdays"} 1746 other{"-{0} Thursdays"} 1747 } 1748 } 1749 } 1750 thu-short{ 1751 relative{ 1752 "-1"{"last Thursday"} 1753 "0"{"this Thursday"} 1754 "1"{"next Thursday"} 1755 } 1756 relativeTime{ 1757 future{ 1758 one{"+{0} Thursdays"} 1759 other{"+{0} Thursdays"} 1760 } 1761 past{ 1762 one{"-{0} Thursdays"} 1763 other{"-{0} Thursdays"} 1764 } 1765 } 1766 } 1767 tue{ 1768 relative{ 1769 "-1"{"last Tuesday"} 1770 "0"{"this Tuesday"} 1771 "1"{"next Tuesday"} 1772 } 1773 relativeTime{ 1774 future{ 1775 one{"+{0} Tuesdays"} 1776 other{"+{0} Tuesdays"} 1777 } 1778 past{ 1779 one{"-{0} Tuesdays"} 1780 other{"-{0} Tuesdays"} 1781 } 1782 } 1783 } 1784 tue-narrow{ 1785 relative{ 1786 "-1"{"last Tuesday"} 1787 "0"{"this Tuesday"} 1788 "1"{"next Tuesday"} 1789 } 1790 relativeTime{ 1791 future{ 1792 one{"+{0} Tuesdays"} 1793 other{"+{0} Tuesdays"} 1794 } 1795 past{ 1796 one{"-{0} Tuesdays"} 1797 other{"-{0} Tuesdays"} 1798 } 1799 } 1800 } 1801 tue-short{ 1802 relative{ 1803 "-1"{"last Tuesday"} 1804 "0"{"this Tuesday"} 1805 "1"{"next Tuesday"} 1806 } 1807 relativeTime{ 1808 future{ 1809 one{"+{0} Tuesdays"} 1810 other{"+{0} Tuesdays"} 1811 } 1812 past{ 1813 one{"-{0} Tuesdays"} 1814 other{"-{0} Tuesdays"} 1815 } 1816 } 1817 } 1818 wed{ 1819 relative{ 1820 "-1"{"last Wednesday"} 1821 "0"{"this Wednesday"} 1822 "1"{"next Wednesday"} 1823 } 1824 relativeTime{ 1825 future{ 1826 one{"+{0} Wednesdays"} 1827 other{"+{0} Wednesdays"} 1828 } 1829 past{ 1830 one{"-{0} Wednesdays"} 1831 other{"-{0} Wednesdays"} 1832 } 1833 } 1834 } 1835 wed-narrow{ 1836 relative{ 1837 "-1"{"last Wednesday"} 1838 "0"{"this Wednesday"} 1839 "1"{"next Wednesday"} 1840 } 1841 relativeTime{ 1842 future{ 1843 one{"+{0} Wednesdays"} 1844 other{"+{0} Wednesdays"} 1845 } 1846 past{ 1847 one{"-{0} Wednesdays"} 1848 other{"-{0} Wednesdays"} 1849 } 1850 } 1851 } 1852 wed-short{ 1853 relative{ 1854 "-1"{"last Wednesday"} 1855 "0"{"this Wednesday"} 1856 "1"{"next Wednesday"} 1857 } 1858 relativeTime{ 1859 future{ 1860 one{"+{0} Wednesdays"} 1861 other{"+{0} Wednesdays"} 1862 } 1863 past{ 1864 one{"-{0} Wednesdays"} 1865 other{"-{0} Wednesdays"} 1866 } 1867 } 1868 } 1869 week{ 1870 dn{"اونۍ"} 1871 relative{ 1872 "-1"{"last week"} 1873 "0"{"this week"} 1874 "1"{"next week"} 1875 } 1876 relativePeriod{"the week of {0}"} 1877 relativeTime{ 1878 future{ 1879 one{"+{0} w"} 1880 other{"+{0} w"} 1881 } 1882 past{ 1883 one{"-{0} w"} 1884 other{"-{0} w"} 1885 } 1886 } 1887 } 1888 week-narrow{ 1889 dn{"اونۍ"} 1890 relativePeriod{"the week of {0}"} 1891 relativeTime{ 1892 future{ 1893 one{"+{0} w"} 1894 other{"+{0} w"} 1895 } 1896 past{ 1897 one{"-{0} w"} 1898 other{"-{0} w"} 1899 } 1900 } 1901 } 1902 week-short{ 1903 dn{"اونۍ"} 1904 relativePeriod{"the week of {0}"} 1905 relativeTime{ 1906 future{ 1907 one{"+{0} w"} 1908 other{"+{0} w"} 1909 } 1910 past{ 1911 one{"-{0} w"} 1912 other{"-{0} w"} 1913 } 1914 } 1915 } 1916 weekOfMonth{ 1917 dn{"د مياشتې اونۍ"} 1918 } 1919 weekOfMonth-narrow{ 1920 dn{"د مياشتې اونۍ"} 1921 } 1922 weekOfMonth-short{ 1923 dn{"د مياشتې اونۍ"} 1924 } 1925 weekday{ 1926 dn{"د اونۍ ورځ"} 1927 } 1928 weekday-narrow{ 1929 dn{"د اونۍ ورځ"} 1930 } 1931 weekday-short{ 1932 dn{"د اونۍ ورځ"} 1933 } 1934 weekdayOfMonth{ 1935 dn{"د مياشتې اونۍ ورځ"} 1936 } 1937 weekdayOfMonth-narrow{ 1938 dn{"د مياشتې اونۍ ورځ"} 1939 } 1940 weekdayOfMonth-short{ 1941 dn{"د مياشتې اونۍ ورځ"} 1942 } 1943 year{ 1944 dn{"کال"} 1945 relative{ 1946 "-1"{"پروسږکال"} 1947 "0"{"سږکال"} 1948 "1"{"بل کال"} 1949 } 1950 relativeTime{ 1951 future{ 1952 one{"په {0} کال کې"} 1953 other{"په {0} کالونو کې"} 1954 } 1955 past{ 1956 one{"{0} کال مخکې"} 1957 other{"{0} کاله مخکې"} 1958 } 1959 } 1960 } 1961 year-narrow{ 1962 dn{"کال"} 1963 relative{ 1964 "-1"{"پروسږکال"} 1965 "0"{"سږکال"} 1966 "1"{"بل کال"} 1967 } 1968 relativeTime{ 1969 future{ 1970 one{"په {0} کال کې"} 1971 other{"په {0} کالونو کې"} 1972 } 1973 past{ 1974 one{"{0} کال مخکې"} 1975 other{"{0} کاله مخکې"} 1976 } 1977 } 1978 } 1979 year-short{ 1980 dn{"کال"} 1981 relative{ 1982 "-1"{"پروسږکال"} 1983 "0"{"سږکال"} 1984 "1"{"بل کال"} 1985 } 1986 relativeTime{ 1987 future{ 1988 one{"په {0} کال کې"} 1989 other{"په {0} کالونو کې"} 1990 } 1991 past{ 1992 one{"{0} کال مخکې"} 1993 other{"{0} کاله مخکې"} 1994 } 1995 } 1996 } 1997 zone{ 1998 dn{"وخت سيمه"} 1999 } 2000 zone-narrow{ 2001 dn{"وخت سيمه"} 2002 } 2003 zone-short{ 2004 dn{"وخت سيمه"} 2005 } 2006 } 2007 layout{ 2008 characters{"right-to-left"} 2009 } 2010 listPattern{ 2011 or{ 2012 2{"{0} or {1}"} 2013 end{"{0}, or {1}"} 2014 middle{"{0}, {1}"} 2015 start{"{0}, {1}"} 2016 } 2017 standard{ 2018 2{"{0} او {1}"} 2019 end{"{0}، او {1}"} 2020 middle{"{0}، {1}"} 2021 start{"{0}، {1}"} 2022 } 2023 standard-short{ 2024 2{"{0} او {1}"} 2025 end{"{0}, {1}"} 2026 middle{"{0}, {1}"} 2027 start{"{0}, {1}"} 2028 } 2029 unit{ 2030 2{"{0} او {1}"} 2031 end{"{0}, {1}"} 2032 middle{"{0}, {1}"} 2033 start{"{0}, {1}"} 2034 } 2035 unit-narrow{ 2036 2{"{0} او {1}"} 2037 end{"{0}, {1}"} 2038 middle{"{0}, {1}"} 2039 start{"{0}, {1}"} 2040 } 2041 unit-short{ 2042 2{"{0} او {1}"} 2043 end{"{0}, {1}"} 2044 middle{"{0}, {1}"} 2045 start{"{0}, {1}"} 2046 } 2047 } 2048 measurementSystemNames{ 2049 UK{"بريتاني"} 2050 US{"امريکايي"} 2051 metric{"مېټرک"} 2052 } 2053} 2054