1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ca{ 4 AuxExemplarCharacters{"[á ă â å ä ã ā æ ĕ ê ë ē ì ĭ î ī ŀ ñ º ŏ ô ö ø ō œ ù ŭ û ū ÿ]"} 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{"[· 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]"} 14 ExemplarCharactersIndex{"[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]"} 15 ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"} 16 ExemplarCharactersPunctuation{ 17 "[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / " 18 "\\\\ \\& # † ‡ ′ ″]" 19 } 20 MoreInformation{"?"} 21 NumberElements{ 22 default{"latn"} 23 latn{ 24 miscPatterns{ 25 atLeast{"≥ {0}"} 26 range{"{0}-{1}"} 27 } 28 patterns{ 29 accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} 30 currencyFormat{"#,##0.00 ¤"} 31 decimalFormat{"#,##0.###"} 32 percentFormat{"#,##0%"} 33 scientificFormat{"#E0"} 34 } 35 patternsLong{ 36 decimalFormat{ 37 1000{ 38 one{"0 miler"} 39 other{"0 milers"} 40 } 41 10000{ 42 one{"00 milers"} 43 other{"00 milers"} 44 } 45 100000{ 46 one{"000 milers"} 47 other{"000 milers"} 48 } 49 1000000{ 50 one{"0 milió"} 51 other{"0 milions"} 52 } 53 10000000{ 54 one{"00 milions"} 55 other{"00 milions"} 56 } 57 100000000{ 58 one{"000 milions"} 59 other{"000 milions"} 60 } 61 1000000000{ 62 one{"0 miler de milions"} 63 other{"0 milers de milions"} 64 } 65 10000000000{ 66 one{"00 milers de milions"} 67 other{"00 milers de milions"} 68 } 69 100000000000{ 70 one{"000 milers de milions"} 71 other{"000 milers de milions"} 72 } 73 1000000000000{ 74 one{"0 bilió"} 75 other{"0 bilions"} 76 } 77 10000000000000{ 78 one{"00 bilions"} 79 other{"00 bilions"} 80 } 81 100000000000000{ 82 one{"000 bilions"} 83 other{"000 bilions"} 84 } 85 } 86 } 87 patternsShort{ 88 currencyFormat{ 89 1000{ 90 one{"0m ¤"} 91 other{"0m ¤"} 92 } 93 10000{ 94 one{"00m ¤"} 95 other{"00m ¤"} 96 } 97 100000{ 98 one{"000m ¤"} 99 other{"000m ¤"} 100 } 101 1000000{ 102 one{"0M ¤"} 103 other{"0M ¤"} 104 } 105 10000000{ 106 one{"00 M ¤"} 107 other{"00 M ¤"} 108 } 109 100000000{ 110 one{"000 M ¤"} 111 other{"000 M ¤"} 112 } 113 1000000000{ 114 one{"0000 M ¤"} 115 other{"0000 M ¤"} 116 } 117 10000000000{ 118 one{"00mM ¤"} 119 other{"00mM ¤"} 120 } 121 100000000000{ 122 one{"000mM ¤"} 123 other{"000mM ¤"} 124 } 125 1000000000000{ 126 one{"0B ¤"} 127 other{"0B ¤"} 128 } 129 10000000000000{ 130 one{"00 B ¤"} 131 other{"00 B ¤"} 132 } 133 100000000000000{ 134 one{"000 B ¤"} 135 other{"000 B ¤"} 136 } 137 } 138 decimalFormat{ 139 1000{ 140 one{"0m"} 141 other{"0m"} 142 } 143 10000{ 144 one{"00m"} 145 other{"00m"} 146 } 147 100000{ 148 one{"000m"} 149 other{"000m"} 150 } 151 1000000{ 152 one{"0M"} 153 other{"0M"} 154 } 155 10000000{ 156 one{"00 M"} 157 other{"00 M"} 158 } 159 100000000{ 160 one{"000 M"} 161 other{"000 M"} 162 } 163 1000000000{ 164 one{"0000 M"} 165 other{"0000 M"} 166 } 167 10000000000{ 168 one{"00mM"} 169 other{"00mM"} 170 } 171 100000000000{ 172 one{"000mM"} 173 other{"000mM"} 174 } 175 1000000000000{ 176 one{"0B"} 177 other{"0B"} 178 } 179 10000000000000{ 180 one{"00 B"} 181 other{"00 B"} 182 } 183 100000000000000{ 184 one{"000 B"} 185 other{"000 B"} 186 } 187 } 188 } 189 symbols{ 190 decimal{","} 191 exponential{"E"} 192 group{"."} 193 infinity{"∞"} 194 list{";"} 195 minusSign{"-"} 196 nan{"NaN"} 197 perMille{"‰"} 198 percentSign{"%"} 199 plusSign{"+"} 200 superscriptingExponent{"×"} 201 timeSeparator{":"} 202 } 203 } 204 minimalPairs{ 205 ordinal{ 206 few{"Agafa el {0}t a la dreta."} 207 one{"Agafa el {0}r a la dreta."} 208 other{"Agafa el {0}è a la dreta."} 209 two{"Agafa el {0}n a la dreta."} 210 } 211 plural{ 212 one{"{0} dia"} 213 other{"{0} dies"} 214 } 215 } 216 minimumGroupingDigits{"1"} 217 native{"latn"} 218 } 219 Version{"2.1.37.22"} 220 calendar{ 221 buddhist{ 222 DateTimePatterns{ 223 "H:mm:ss zzzz", 224 "H:mm:ss z", 225 "H:mm:ss", 226 "H:mm", 227 "EEEE, dd MMMM y G", 228 "d MMMM y G", 229 "d MMM y G", 230 "dd/MM/y GGGGG", 231 "{1}, {0}", 232 "{1}, {0}", 233 "{1}, {0}", 234 "{1}, {0}", 235 "{1}, {0}", 236 } 237 availableFormats{ 238 M{"L"} 239 MEd{"E, d/M"} 240 MMM{"LLL"} 241 MMMEd{"E d MMM"} 242 MMMd{"d MMM"} 243 Md{"d/M"} 244 d{"d"} 245 y{"y G"} 246 } 247 eras{ 248 abbreviated{ 249 "eB", 250 } 251 narrow{ 252 "eB", 253 } 254 wide{ 255 "eB", 256 } 257 } 258 } 259 chinese{ 260 DateTimePatterns{ 261 "H:mm:ss zzzz", 262 "H:mm:ss z", 263 "H:mm:ss", 264 "H:mm", 265 "EEEE, dd MMMM UU", 266 "d MMMM U", 267 "d MMM U", 268 "d/M/y", 269 "{1} {0}", 270 "{1} {0}", 271 "{1} {0}", 272 "{1} {0}", 273 "{1} {0}", 274 } 275 cyclicNameSets{ 276 dayParts{ 277 format{ 278 abbreviated{ 279 "zi", 280 "chou", 281 "yin", 282 "mao", 283 "chen", 284 "si", 285 "wu", 286 "wei", 287 "shen", 288 "you", 289 "xu", 290 "hai", 291 } 292 } 293 } 294 years{ 295 format{ 296 abbreviated{ 297 "jia-zi", 298 "yi-chou", 299 "bing-yin", 300 "ding-mao", 301 "wu-chen", 302 "ji-si", 303 "geng-wu", 304 "xin-wei", 305 "ren-shen", 306 "gui-you", 307 "jia-xu", 308 "yi-hai", 309 "bing-zi", 310 "ding-chou", 311 "wu-yin", 312 "ji-mao", 313 "geng-chen", 314 "xin-si", 315 "ren-wu", 316 "gui-wei", 317 "jia-shen", 318 "yi-you", 319 "bing-xu", 320 "ding-hai", 321 "wu-zi", 322 "ji-chou", 323 "geng-yin", 324 "xin-mao", 325 "ren-chen", 326 "gui-si", 327 "jia-wu", 328 "yi-wei", 329 "bing-shen", 330 "ding-you", 331 "wu-xu", 332 "ji-hai", 333 "geng-zi", 334 "xin-chou", 335 "ren-yin", 336 "gui-mao", 337 "jia-chen", 338 "yi-si", 339 "bing-wu", 340 "ding-wei", 341 "wu-shen", 342 "ji-you", 343 "geng-xu", 344 "xin-hai", 345 "ren-zi", 346 "gui-chou", 347 "jia-yin", 348 "yi-mao", 349 "bing-chen", 350 "ding-si", 351 "wu-wu", 352 "ji-wei", 353 "geng-shen", 354 "xin-you", 355 "ren-xu", 356 "gui-hai", 357 } 358 } 359 } 360 zodiacs{ 361 format{ 362 abbreviated{ 363 "zi", 364 "chou", 365 "yin", 366 "mao", 367 "chen", 368 "si", 369 "wu", 370 "wei", 371 "shen", 372 "you", 373 "xu", 374 "hai", 375 } 376 } 377 } 378 } 379 monthNames{ 380 format{ 381 abbreviated{ 382 "1", 383 "2", 384 "3", 385 "4", 386 "5", 387 "6", 388 "7", 389 "8", 390 "9", 391 "10", 392 "11", 393 "12", 394 } 395 narrow{ 396 "1", 397 "2", 398 "3", 399 "4", 400 "5", 401 "6", 402 "7", 403 "8", 404 "9", 405 "10", 406 "11", 407 "12", 408 } 409 wide{ 410 "1", 411 "2", 412 "3", 413 "4", 414 "5", 415 "6", 416 "7", 417 "8", 418 "9", 419 "10", 420 "11", 421 "12", 422 } 423 } 424 stand-alone{ 425 abbreviated{ 426 "1", 427 "2", 428 "3", 429 "4", 430 "5", 431 "6", 432 "7", 433 "8", 434 "9", 435 "10", 436 "11", 437 "12", 438 } 439 narrow{ 440 "1", 441 "2", 442 "3", 443 "4", 444 "5", 445 "6", 446 "7", 447 "8", 448 "9", 449 "10", 450 "11", 451 "12", 452 } 453 wide{ 454 "1", 455 "2", 456 "3", 457 "4", 458 "5", 459 "6", 460 "7", 461 "8", 462 "9", 463 "10", 464 "11", 465 "12", 466 } 467 } 468 } 469 } 470 coptic{ 471 eras{ 472 wide{ 473 "ERA0", 474 "ERA1", 475 } 476 } 477 monthNames{ 478 format{ 479 wide{ 480 "Tout", 481 "Baba", 482 "Hator", 483 "Kiahk", 484 "Toba", 485 "Amshir", 486 "Baramhat", 487 "Baramouda", 488 "Bashans", 489 "Paona", 490 "Epep", 491 "Mesra", 492 "Nasie", 493 } 494 } 495 } 496 } 497 ethiopic{ 498 eras{ 499 wide{ 500 "ERA0", 501 "ERA1", 502 } 503 } 504 monthNames{ 505 format{ 506 wide{ 507 "Meskerem", 508 "Tekemt", 509 "Hedar", 510 "Tahsas", 511 "Ter", 512 "Yekatit", 513 "Megabit", 514 "Miazia", 515 "Genbot", 516 "Sene", 517 "Hamle", 518 "Nehasse", 519 "Pagumen", 520 } 521 } 522 } 523 } 524 generic{ 525 DateTimePatterns{ 526 "H:mm:ss zzzz", 527 "H:mm:ss z", 528 "H:mm:ss", 529 "H:mm", 530 "EEEE d MMMM 'de' y G", 531 "d MMMM 'de' y G", 532 "d/M/y G", 533 "d/M/yy GGGGG", 534 "{1}, {0}", 535 "{1}, {0}", 536 "{1}, {0}", 537 "{1}, {0}", 538 "{1}, {0}", 539 } 540 availableFormats{ 541 Bh{"h B"} 542 Bhm{"h:mm B"} 543 Bhms{"h:mm:ss B"} 544 E{"ccc"} 545 EBhm{"E h:mm B"} 546 EBhms{"E h:mm:ss B"} 547 EHm{"E HH:mm"} 548 EHms{"E HH:mm:ss"} 549 Ed{"E d"} 550 Ehm{"E h:mm a"} 551 Ehms{"E h:mm:ss a"} 552 Gy{"y G"} 553 GyMMM{"LLL y G"} 554 GyMMMEd{"E, d MMM y G"} 555 GyMMMM{"LLLL 'de' y G"} 556 GyMMMMEd{"E, d MMMM 'de' y G"} 557 GyMMMMd{"d MMMM 'de' y G"} 558 GyMMMd{"d MMM y G"} 559 H{"H"} 560 Hm{"H:mm"} 561 Hms{"H:mm:ss"} 562 M{"L"} 563 MEd{"E d/M"} 564 MMM{"LLL"} 565 MMMEd{"E, d MMM"} 566 MMMMEd{"E, d MMMM"} 567 MMMMd{"d MMMM"} 568 MMMd{"d MMM"} 569 Md{"d/M"} 570 d{"d"} 571 h{"h a"} 572 hm{"h:mm a"} 573 hms{"h:mm:ss a"} 574 ms{"mm:ss"} 575 y{"y G"} 576 yyyy{"y G"} 577 yyyyM{"M/y G"} 578 yyyyMEd{"E, d.M.y G"} 579 yyyyMMM{"LLL y G"} 580 yyyyMMMEd{"E, d MMM y G"} 581 yyyyMMMM{"LLLL 'de' y G"} 582 yyyyMMMMEd{"E, d MMMM 'de' y G"} 583 yyyyMMMMd{"d MMMM 'de' y G"} 584 yyyyMMMd{"d MMM y G"} 585 yyyyMd{"d/M/y G"} 586 yyyyQQQ{"QQQ y G"} 587 yyyyQQQQ{"QQQQ y G"} 588 } 589 intervalFormats{ 590 H{ 591 H{"H–H"} 592 } 593 Hm{ 594 H{"HH:mm–HH:mm"} 595 m{"HH:mm–HH:mm"} 596 } 597 Hmv{ 598 H{"HH:mm–HH:mm v"} 599 m{"HH:mm–HH:mm v"} 600 } 601 Hv{ 602 H{"H–H v"} 603 } 604 M{ 605 M{"M–M"} 606 } 607 MEd{ 608 M{"E d/M – E d/M"} 609 d{"E d/M – E d/M"} 610 } 611 MMM{ 612 M{"MMM–MMM"} 613 } 614 MMMEd{ 615 M{"E, d MMM – E, d MMM"} 616 d{"E, d – E, d MMM"} 617 } 618 MMMd{ 619 M{"d MMM – d MMM"} 620 d{"d–d MMM"} 621 } 622 Md{ 623 M{"d/M – d/M"} 624 d{"d/M – d/M"} 625 } 626 d{ 627 d{"d–d"} 628 } 629 fallback{"{0} - {1}"} 630 h{ 631 a{"h a – h a"} 632 h{"h–h a"} 633 } 634 hm{ 635 a{"h:mm a –h:mm a"} 636 h{"h:mm–h:mm a"} 637 m{"h:mm–h:mm a"} 638 } 639 hmv{ 640 a{"h:mm a – h:mm a v"} 641 h{"h:mm–h:mm a v"} 642 m{"h:mm–h:mm a v"} 643 } 644 hv{ 645 a{"h a – h a v"} 646 h{"h–h a v"} 647 } 648 y{ 649 y{"y–y G"} 650 } 651 yM{ 652 M{"M/y – M/y GGGG"} 653 y{"M/y – M/y GGGG"} 654 } 655 yMEd{ 656 M{"E d/M/y – E d/M/y GGGG"} 657 d{"E d/M/y – E d/M/y GGGG"} 658 y{"E d/M/y – E d/M/y GGGG"} 659 } 660 yMMM{ 661 M{"LLL–LLL y G"} 662 y{"MMM 'de' y – MMM 'de' y G"} 663 } 664 yMMMEd{ 665 M{"E d MMM – E d MMM 'de' y G"} 666 d{"E d MMM – E d MMM 'de' y G"} 667 y{"E d MMM 'de' y – E d MMM 'de' y G"} 668 } 669 yMMMM{ 670 M{"MMMM–MMMM 'de' y G"} 671 y{"MMMM 'de' y – MMMM 'de' y G"} 672 } 673 yMMMMEd{ 674 M{"E, d MMMM – E, d MMMM 'de' y G"} 675 d{"E, d MMMM – E, d MMMM 'de' y G"} 676 y{"E, d MMMM 'de' y – E, d MMMM 'de' y G"} 677 } 678 yMMMMd{ 679 M{"d MMMM – d MMMM 'de' y G"} 680 d{"d–d MMMM 'de' y G"} 681 y{"d MMMM 'de' y – d MMMM 'de' y G"} 682 } 683 yMMMd{ 684 M{"d MMM – d MMM 'de' y G"} 685 d{"d–d MMM 'de' y G"} 686 y{"d MMM 'de' y – d MMM 'de' y G"} 687 } 688 yMd{ 689 M{"d/M/y – d/M/y GGGG"} 690 d{"d/M/y – d/M/y GGGG"} 691 y{"d/M/y – d/M/y GGGG"} 692 } 693 } 694 } 695 gregorian{ 696 AmPmMarkers{ 697 "a. m.", 698 "p. m.", 699 } 700 AmPmMarkersAbbr{ 701 "a. m.", 702 "p. m.", 703 } 704 AmPmMarkersNarrow{ 705 "a. m.", 706 "p. m.", 707 } 708 DateTimePatterns{ 709 "H:mm:ss zzzz", 710 "H:mm:ss z", 711 "H:mm:ss", 712 "H:mm", 713 "EEEE, d MMMM 'de' y", 714 "d MMMM 'de' y", 715 "d MMM y", 716 "d/M/yy", 717 "{1}, {0}", 718 "{1} 'a' 'les' {0}", 719 "{1} 'a' 'les' {0}", 720 "{1}, {0}", 721 "{1} {0}", 722 } 723 appendItems{ 724 Timezone{"{0} {1}"} 725 } 726 availableFormats{ 727 Bh{"h B"} 728 Bhm{"h:mm B"} 729 Bhms{"h:mm:ss B"} 730 E{"ccc"} 731 EBhm{"E h:mm B"} 732 EBhms{"E h:mm:ss B"} 733 EHm{"E H:mm"} 734 EHms{"E H:mm:ss"} 735 Ed{"E d"} 736 Ehm{"E h:mm a"} 737 Ehms{"E h:mm:ss a"} 738 Gy{"y G"} 739 GyMMM{"LLL y G"} 740 GyMMMEd{"E, d MMM 'de' y G"} 741 GyMMMM{"LLLL 'de' y G"} 742 GyMMMMEd{"E, d MMMM 'de' y G"} 743 GyMMMMd{"d MMMM 'de' y G"} 744 GyMMMd{"d MMM 'de' y G"} 745 H{"H"} 746 Hm{"H:mm"} 747 Hms{"H:mm:ss"} 748 Hmsv{"H:mm:ss v"} 749 Hmv{"H:mm v"} 750 M{"L"} 751 MEd{"E d/M"} 752 MMM{"LLL"} 753 MMMEd{"E, d MMM"} 754 MMMMEd{"E, d MMMM"} 755 MMMMW{ 756 one{"'setmana' W MMMM"} 757 other{"'setmana' W MMMM"} 758 } 759 MMMMd{"d MMMM"} 760 MMMd{"d MMM"} 761 Md{"d/M"} 762 d{"d"} 763 h{"h a"} 764 hm{"h:mm a"} 765 hms{"h:mm:ss a"} 766 hmsv{"h:mm:ss a v"} 767 hmv{"h:mm a v"} 768 ms{"mm:ss"} 769 y{"y"} 770 yM{"M/y"} 771 yMEd{"E, d/M/y"} 772 yMMM{"LLL 'de' y"} 773 yMMMEd{"E, d MMM y"} 774 yMMMM{"LLLL 'de' y"} 775 yMMMMEd{"E, d MMMM 'de' y"} 776 yMMMMd{"d MMMM 'de' y"} 777 yMMMd{"d MMM 'de' y"} 778 yMd{"d/M/y"} 779 yQQQ{"QQQ y"} 780 yQQQQ{"QQQQ y"} 781 yw{ 782 one{"'setmana' w 'de' Y"} 783 other{"'setmana' w 'de' Y"} 784 } 785 } 786 dayNames{ 787 format{ 788 abbreviated{ 789 "dg.", 790 "dl.", 791 "dt.", 792 "dc.", 793 "dj.", 794 "dv.", 795 "ds.", 796 } 797 narrow{ 798 "dg", 799 "dl", 800 "dt", 801 "dc", 802 "dj", 803 "dv", 804 "ds", 805 } 806 short{ 807 "dg.", 808 "dl.", 809 "dt.", 810 "dc.", 811 "dj.", 812 "dv.", 813 "ds.", 814 } 815 wide{ 816 "diumenge", 817 "dilluns", 818 "dimarts", 819 "dimecres", 820 "dijous", 821 "divendres", 822 "dissabte", 823 } 824 } 825 stand-alone{ 826 abbreviated{ 827 "dg.", 828 "dl.", 829 "dt.", 830 "dc.", 831 "dj.", 832 "dv.", 833 "ds.", 834 } 835 narrow{ 836 "dg", 837 "dl", 838 "dt", 839 "dc", 840 "dj", 841 "dv", 842 "ds", 843 } 844 short{ 845 "dg.", 846 "dl.", 847 "dt.", 848 "dc.", 849 "dj.", 850 "dv.", 851 "ds.", 852 } 853 wide{ 854 "diumenge", 855 "dilluns", 856 "dimarts", 857 "dimecres", 858 "dijous", 859 "divendres", 860 "dissabte", 861 } 862 } 863 } 864 dayPeriod{ 865 format{ 866 abbreviated{ 867 afternoon1{"migdia"} 868 afternoon2{"tarda"} 869 evening1{"vespre"} 870 midnight{"mitjanit"} 871 morning1{"matinada"} 872 morning2{"matí"} 873 night1{"nit"} 874 } 875 narrow{ 876 afternoon1{"md"} 877 afternoon2{"tarda"} 878 evening1{"vespre"} 879 midnight{"mitjanit"} 880 morning1{"mat."} 881 morning2{"matí"} 882 night1{"nit"} 883 } 884 wide{ 885 afternoon1{"migdia"} 886 afternoon2{"tarda"} 887 evening1{"vespre"} 888 midnight{"mitjanit"} 889 morning1{"matinada"} 890 morning2{"matí"} 891 night1{"nit"} 892 } 893 } 894 stand-alone{ 895 abbreviated{ 896 afternoon1{"migdia"} 897 afternoon2{"tarda"} 898 am{"a. m."} 899 evening1{"vespre"} 900 midnight{"mitjanit"} 901 morning1{"matinada"} 902 morning2{"matí"} 903 night1{"nit"} 904 pm{"p. m."} 905 } 906 narrow{ 907 afternoon1{"migdia"} 908 afternoon2{"tarda"} 909 am{"a. m."} 910 evening1{"vespre"} 911 midnight{"mitjanit"} 912 morning1{"matinada"} 913 morning2{"matí"} 914 night1{"nit"} 915 pm{"p. m."} 916 } 917 wide{ 918 afternoon1{"migdia"} 919 afternoon2{"tarda"} 920 am{"a. m."} 921 evening1{"vespre"} 922 midnight{"mitjanit"} 923 morning1{"matinada"} 924 morning2{"matí"} 925 night1{"nit"} 926 pm{"p. m."} 927 } 928 } 929 } 930 eras{ 931 abbreviated{ 932 "aC", 933 "dC", 934 } 935 abbreviated%variant{ 936 "AEC", 937 "EC", 938 } 939 narrow{ 940 "aC", 941 "dC", 942 } 943 narrow%variant{ 944 "AEC", 945 "EC", 946 } 947 wide{ 948 "abans de Crist", 949 "després de Crist", 950 } 951 wide%variant{ 952 "abans de l’Era Comuna", 953 "Era Comuna", 954 } 955 } 956 intervalFormats{ 957 H{ 958 H{"H–H"} 959 } 960 Hm{ 961 H{"H:mm – H:mm"} 962 m{"H:mm – H:mm"} 963 } 964 Hmv{ 965 H{"H:mm–H:mm v"} 966 m{"H:mm–H:mm v"} 967 } 968 Hv{ 969 H{"H–H v"} 970 } 971 M{ 972 M{"M–M"} 973 } 974 MEd{ 975 M{"E d/M – E d/M"} 976 d{"E d/M – E d/M"} 977 } 978 MMM{ 979 M{"LLL – LLL"} 980 } 981 MMMEd{ 982 M{"E, d MMM – E, d MMM"} 983 d{"E, d – E, d MMM"} 984 } 985 MMMd{ 986 M{"d MMM – d MMM"} 987 d{"d–d MMM"} 988 } 989 Md{ 990 M{"d/M – d/M"} 991 d{"d/M – d/M"} 992 } 993 d{ 994 d{"d–d"} 995 } 996 fallback{"{0} - {1}"} 997 h{ 998 a{"h a – h a"} 999 h{"h–h a"} 1000 } 1001 hm{ 1002 a{"h:mm a – h:mm a"} 1003 h{"h:mm–h:mm a"} 1004 m{"h:mm–h:mm a"} 1005 } 1006 hmv{ 1007 a{"h:mm a – h:mm a v"} 1008 h{"h:mm–h:mm a v"} 1009 m{"h:mm–h:mm a v"} 1010 } 1011 hv{ 1012 a{"h a – h a v"} 1013 h{"h–h a v"} 1014 } 1015 y{ 1016 y{"y–y"} 1017 } 1018 yM{ 1019 M{"M/y – M/y"} 1020 y{"M/y – M/y"} 1021 } 1022 yMEd{ 1023 M{"E d/M/y – E d/M/y"} 1024 d{"E d/M/y – E d/M/y"} 1025 y{"E d/M/y – E d/M/y"} 1026 } 1027 yMMM{ 1028 M{"LLL–LLL y"} 1029 y{"LLL y – LLL y"} 1030 } 1031 yMMMEd{ 1032 M{"E, d MMM – E, d MMM y"} 1033 d{"E, d – E, d MMM y"} 1034 y{"E, d MMM y – E, d MMM y"} 1035 } 1036 yMMMM{ 1037 M{"LLLL–LLLL 'de' y"} 1038 y{"LLLL 'de' y – LLLL 'de' y"} 1039 } 1040 yMMMMEd{ 1041 M{"E, d MMMM – E, d MMMM 'de' y"} 1042 d{"E, d – E, d MMMM 'de' y"} 1043 y{"E, d MMMM 'de' y – E, d MMMM 'de' y"} 1044 } 1045 yMMMMd{ 1046 M{"d MMMM – d MMMM 'de' y"} 1047 d{"d–d MMMM 'de' y"} 1048 y{"d MMMM 'de' y – d MMMM 'de' y"} 1049 } 1050 yMMMd{ 1051 M{"d MMM – d MMM y"} 1052 d{"d–d MMM y"} 1053 y{"d MMM y – d MMM y"} 1054 } 1055 yMd{ 1056 M{"d/M/y – d/M/y"} 1057 d{"d/M/y – d/M/y"} 1058 y{"d/M/y – d/M/y"} 1059 } 1060 } 1061 monthNames{ 1062 format{ 1063 abbreviated{ 1064 "de gen.", 1065 "de febr.", 1066 "de març", 1067 "d’abr.", 1068 "de maig", 1069 "de juny", 1070 "de jul.", 1071 "d’ag.", 1072 "de set.", 1073 "d’oct.", 1074 "de nov.", 1075 "de des.", 1076 } 1077 narrow{ 1078 "GN", 1079 "FB", 1080 "MÇ", 1081 "AB", 1082 "MG", 1083 "JN", 1084 "JL", 1085 "AG", 1086 "ST", 1087 "OC", 1088 "NV", 1089 "DS", 1090 } 1091 wide{ 1092 "de gener", 1093 "de febrer", 1094 "de març", 1095 "d’abril", 1096 "de maig", 1097 "de juny", 1098 "de juliol", 1099 "d’agost", 1100 "de setembre", 1101 "d’octubre", 1102 "de novembre", 1103 "de desembre", 1104 } 1105 } 1106 stand-alone{ 1107 abbreviated{ 1108 "gen.", 1109 "febr.", 1110 "març", 1111 "abr.", 1112 "maig", 1113 "juny", 1114 "jul.", 1115 "ag.", 1116 "set.", 1117 "oct.", 1118 "nov.", 1119 "des.", 1120 } 1121 narrow{ 1122 "GN", 1123 "FB", 1124 "MÇ", 1125 "AB", 1126 "MG", 1127 "JN", 1128 "JL", 1129 "AG", 1130 "ST", 1131 "OC", 1132 "NV", 1133 "DS", 1134 } 1135 wide{ 1136 "gener", 1137 "febrer", 1138 "març", 1139 "abril", 1140 "maig", 1141 "juny", 1142 "juliol", 1143 "agost", 1144 "setembre", 1145 "octubre", 1146 "novembre", 1147 "desembre", 1148 } 1149 } 1150 } 1151 quarters{ 1152 format{ 1153 abbreviated{ 1154 "1T", 1155 "2T", 1156 "3T", 1157 "4T", 1158 } 1159 narrow{ 1160 "1", 1161 "2", 1162 "3", 1163 "4", 1164 } 1165 wide{ 1166 "1r trimestre", 1167 "2n trimestre", 1168 "3r trimestre", 1169 "4t trimestre", 1170 } 1171 } 1172 stand-alone{ 1173 abbreviated{ 1174 "1T", 1175 "2T", 1176 "3T", 1177 "4T", 1178 } 1179 narrow{ 1180 "1", 1181 "2", 1182 "3", 1183 "4", 1184 } 1185 wide{ 1186 "1r trimestre", 1187 "2n trimestre", 1188 "3r trimestre", 1189 "4t trimestre", 1190 } 1191 } 1192 } 1193 } 1194 hebrew{ 1195 eras{ 1196 abbreviated{ 1197 "AM", 1198 } 1199 narrow{ 1200 "AM", 1201 } 1202 wide{ 1203 "AM", 1204 } 1205 } 1206 monthNames{ 1207 format{ 1208 wide{ 1209 "Tishri", 1210 "Heshvan", 1211 "Kislev", 1212 "Tevet", 1213 "Shevat", 1214 "Adar I", 1215 "Adar", 1216 "Nisan", 1217 "Iyar", 1218 "Sivan", 1219 "Tamuz", 1220 "Av", 1221 "Elul", 1222 "Adar II", 1223 } 1224 } 1225 } 1226 } 1227 indian{ 1228 eras{ 1229 wide{ 1230 "Saka", 1231 } 1232 } 1233 monthNames{ 1234 format{ 1235 wide{ 1236 "Chaitra", 1237 "Vaisakha", 1238 "Jyaistha", 1239 "Asadha", 1240 "Sravana", 1241 "Bhadra", 1242 "Asvina", 1243 "Kartika", 1244 "Agrahayana", 1245 "Pausa", 1246 "Magha", 1247 "Phalguna", 1248 } 1249 } 1250 } 1251 } 1252 islamic{ 1253 eras{ 1254 abbreviated{ 1255 "AH", 1256 } 1257 narrow{ 1258 "AH", 1259 } 1260 wide{ 1261 "AH", 1262 } 1263 } 1264 monthNames{ 1265 format{ 1266 wide{ 1267 "Muharram", 1268 "Safar", 1269 "Rabiʻ I", 1270 "Rabiʻ II", 1271 "Jumada I", 1272 "Jumada II", 1273 "Rajab", 1274 "Shaʻban", 1275 "Ramadan", 1276 "Shawwal", 1277 "Dhuʻl-Qiʻdah", 1278 "Dhuʻl-Hijjah", 1279 } 1280 } 1281 } 1282 } 1283 persian{ 1284 eras{ 1285 wide{ 1286 "AP", 1287 } 1288 } 1289 monthNames{ 1290 format{ 1291 wide{ 1292 "Farvardin", 1293 "Ordibehesht", 1294 "Khordad", 1295 "Tir", 1296 "Mordad", 1297 "Shahrivar", 1298 "Mehr", 1299 "Aban", 1300 "Azar", 1301 "Dey", 1302 "Bahman", 1303 "Esfand", 1304 } 1305 } 1306 } 1307 } 1308 roc{ 1309 DateTimePatterns{ 1310 "H:mm:ss zzzz", 1311 "H:mm:ss z", 1312 "H:mm:ss", 1313 "H:mm", 1314 "EEEE d MMMM 'de' y G", 1315 "d MMMM 'de' y G", 1316 "dd/MM/y G", 1317 "dd/MM/y GGGGG", 1318 "{1}, {0}", 1319 "{1}, {0}", 1320 "{1}, {0}", 1321 "{1}, {0}", 1322 "{1}, {0}", 1323 } 1324 eras{ 1325 wide{ 1326 "Abans de ROC", 1327 "ROC", 1328 } 1329 } 1330 } 1331 } 1332 characterLabel{ 1333 activities{"activitats"} 1334 african_scripts{"escriptures africanes"} 1335 american_scripts{"escriptures americanes"} 1336 animal{"animal"} 1337 animals_nature{"animals i natura"} 1338 arrows{"fletxes"} 1339 body{"cos"} 1340 box_drawing{"escriptura en quadre"} 1341 braille{"braille"} 1342 building{"edifici"} 1343 bullets_stars{"vinyetes/estrelles"} 1344 consonantal_jamo{"jamo consonàntic"} 1345 currency_symbols{"símbols de moneda"} 1346 dash_connector{"guions/connectors"} 1347 digits{"xifres"} 1348 dingbats{"pictogrames"} 1349 divination_symbols{"símbols astrològics"} 1350 downwards_arrows{"fletxes cap avall"} 1351 downwards_upwards_arrows{"fletxes avall i amunt"} 1352 east_asian_scripts{"escriptures de l’Àsia Oriental"} 1353 emoji{"emoji"} 1354 european_scripts{"escriptures europees"} 1355 female{"femení"} 1356 flag{"bandera"} 1357 flags{"banderes"} 1358 food_drink{"menjar i beure"} 1359 format{"format"} 1360 format_whitespace{"format i espai en blanc"} 1361 full_width_form_variant{"formes variants d’amplada completa"} 1362 geometric_shapes{"formes geomètriques"} 1363 half_width_form_variant{"formes variants d’amplada reduïda"} 1364 han_characters{"caràcters han"} 1365 han_radicals{"radicals han"} 1366 hanja{"hanja"} 1367 hanzi_simplified{"hanzi (simplificat)"} 1368 hanzi_traditional{"hanzi (tradicional)"} 1369 heart{"cor"} 1370 historic_scripts{"escriptures històriques"} 1371 ideographic_desc_characters{"caràcters ideogràfics descriptius"} 1372 japanese_kana{"kana japonès"} 1373 kanbun{"kanbun"} 1374 kanji{"kanji"} 1375 keycap{"tecla"} 1376 leftwards_arrows{"fletxes a l’esquerra"} 1377 leftwards_rightwards_arrows{"fletxes a esquerra i dreta"} 1378 letterlike_symbols{"símbols fets amb lletres"} 1379 limited_use{"ús limitat"} 1380 male{"masculí"} 1381 math_symbols{"símbols matemàtics"} 1382 middle_eastern_scripts{"escriptures de l’Orient Mitjà"} 1383 miscellaneous{"miscel·lània"} 1384 modern_scripts{"escriptures modernes"} 1385 modifier{"modificador"} 1386 musical_symbols{"símbols musicals"} 1387 nature{"natura"} 1388 nonspacing{"sense espai"} 1389 numbers{"números"} 1390 objects{"objectes"} 1391 other{"altres"} 1392 paired{"aparellats"} 1393 person{"persona"} 1394 phonetic_alphabet{"alfabet fonètic"} 1395 pictographs{"pictogrames"} 1396 place{"lloc"} 1397 plant{"planta"} 1398 punctuation{"puntuació"} 1399 rightwards_arrows{"fletxes a la dreta"} 1400 sign_standard_symbols{"signes/símbols estàndard"} 1401 small_form_variant{"formes variants petites"} 1402 smiley{"emoticona"} 1403 smileys_people{"emoticones i gent"} 1404 south_asian_scripts{"escriptures de l’Àsia Meridional"} 1405 southeast_asian_scripts{"escriptures de l’Àsia Sud-oriental"} 1406 spacing{"espaiat"} 1407 sport{"esport"} 1408 symbols{"símbols"} 1409 technical_symbols{"símbols tècnics"} 1410 tone_marks{"marques tonals"} 1411 travel{"viatge"} 1412 travel_places{"viatges i llocs"} 1413 upwards_arrows{"fletxes amunt"} 1414 variant_forms{"formes variants"} 1415 vocalic_jamo{"jamo vocàlic"} 1416 weather{"temps"} 1417 western_asian_scripts{"escriptures de l’Àsia Sud-occidental"} 1418 whitespace{"espai en blanc"} 1419 } 1420 delimiters{ 1421 alternateQuotationEnd{"”"} 1422 alternateQuotationStart{"“"} 1423 quotationEnd{"»"} 1424 quotationStart{"«"} 1425 } 1426 fields{ 1427 day{ 1428 dn{"dia"} 1429 relative{ 1430 "-1"{"ahir"} 1431 "-2"{"abans-d’ahir"} 1432 "0"{"avui"} 1433 "1"{"demà"} 1434 "2"{"demà passat"} 1435 } 1436 relativeTime{ 1437 future{ 1438 one{"d’aquí a {0} dia"} 1439 other{"d’aquí a {0} dies"} 1440 } 1441 past{ 1442 one{"fa {0} dia"} 1443 other{"fa {0} dies"} 1444 } 1445 } 1446 } 1447 day-narrow{ 1448 dn{"dia"} 1449 relative{ 1450 "-1"{"ahir"} 1451 "-2"{"abans-d’ahir"} 1452 "0"{"avui"} 1453 "1"{"demà"} 1454 "2"{"demà passat"} 1455 } 1456 relativeTime{ 1457 future{ 1458 one{"d’aquí a {0} dia"} 1459 other{"d’aquí a {0} dies"} 1460 } 1461 past{ 1462 one{"fa {0} dia"} 1463 other{"fa {0} dies"} 1464 } 1465 } 1466 } 1467 day-short{ 1468 dn{"dia"} 1469 relative{ 1470 "-1"{"ahir"} 1471 "-2"{"abans-d’ahir"} 1472 "0"{"avui"} 1473 "1"{"demà"} 1474 "2"{"demà passat"} 1475 } 1476 relativeTime{ 1477 future{ 1478 one{"d’aquí a {0} dia"} 1479 other{"d’aquí a {0} dies"} 1480 } 1481 past{ 1482 one{"fa {0} dia"} 1483 other{"fa {0} dies"} 1484 } 1485 } 1486 } 1487 dayOfYear{ 1488 dn{"dia de l’any"} 1489 } 1490 dayOfYear-narrow{ 1491 dn{"dia de l’any"} 1492 } 1493 dayOfYear-short{ 1494 dn{"dia de l’any"} 1495 } 1496 dayperiod{ 1497 dn{"a. m./p. m."} 1498 } 1499 dayperiod-narrow{ 1500 dn{"a. m./p. m."} 1501 } 1502 dayperiod-short{ 1503 dn{"a. m./p. m."} 1504 } 1505 era{ 1506 dn{"era"} 1507 } 1508 era-narrow{ 1509 dn{"era"} 1510 } 1511 era-short{ 1512 dn{"era"} 1513 } 1514 fri{ 1515 relative{ 1516 "-1"{"divendres passat"} 1517 "0"{"aquest divendres"} 1518 "1"{"divendres que ve"} 1519 } 1520 relativeTime{ 1521 future{ 1522 one{"d’aquí a {0} divendres"} 1523 other{"d’aquí a {0} divendres"} 1524 } 1525 past{ 1526 one{"fa {0} divendres"} 1527 other{"fa {0} divendres"} 1528 } 1529 } 1530 } 1531 fri-narrow{ 1532 relative{ 1533 "-1"{"dv. passat"} 1534 "0"{"aquest dv."} 1535 "1"{"dv. que ve"} 1536 } 1537 relativeTime{ 1538 future{ 1539 one{"d’aquí a {0} dv."} 1540 other{"d’aquí a {0} dv."} 1541 } 1542 past{ 1543 one{"fa {0} dv."} 1544 other{"fa {0} dv."} 1545 } 1546 } 1547 } 1548 fri-short{ 1549 relative{ 1550 "-1"{"dv. passat"} 1551 "0"{"aquest dv."} 1552 "1"{"dv. que ve"} 1553 } 1554 relativeTime{ 1555 future{ 1556 one{"d’aquí a {0} dv."} 1557 other{"d’aquí a {0} dv."} 1558 } 1559 past{ 1560 one{"fa {0} dv."} 1561 other{"fa {0} dv."} 1562 } 1563 } 1564 } 1565 hour{ 1566 dn{"hora"} 1567 relative{ 1568 "0"{"aquesta hora"} 1569 } 1570 relativeTime{ 1571 future{ 1572 one{"d’aquí a {0} hora"} 1573 other{"d’aquí a {0} hores"} 1574 } 1575 past{ 1576 one{"fa {0} hora"} 1577 other{"fa {0} hores"} 1578 } 1579 } 1580 } 1581 hour-narrow{ 1582 dn{"h"} 1583 relative{ 1584 "0"{"aquesta hora"} 1585 } 1586 relativeTime{ 1587 future{ 1588 one{"d‘aquí a {0} h"} 1589 other{"d‘aquí a {0} h"} 1590 } 1591 past{ 1592 one{"fa {0} h"} 1593 other{"fa {0} h"} 1594 } 1595 } 1596 } 1597 hour-short{ 1598 dn{"h"} 1599 relative{ 1600 "0"{"aquesta hora"} 1601 } 1602 relativeTime{ 1603 future{ 1604 one{"d’aquí a {0} h"} 1605 other{"d’aquí a {0} h"} 1606 } 1607 past{ 1608 one{"fa {0} h"} 1609 other{"fa {0} h"} 1610 } 1611 } 1612 } 1613 minute{ 1614 dn{"minut"} 1615 relative{ 1616 "0"{"aquest minut"} 1617 } 1618 relativeTime{ 1619 future{ 1620 one{"d’aquí a {0} minut"} 1621 other{"d’aquí a {0} minuts"} 1622 } 1623 past{ 1624 one{"fa {0} minut"} 1625 other{"fa {0} minuts"} 1626 } 1627 } 1628 } 1629 minute-narrow{ 1630 dn{"min"} 1631 relative{ 1632 "0"{"aquest minut"} 1633 } 1634 relativeTime{ 1635 future{ 1636 one{"d’aquí a {0} min"} 1637 other{"d’aquí a {0} min"} 1638 } 1639 past{ 1640 one{"fa {0} min"} 1641 other{"fa {0} min"} 1642 } 1643 } 1644 } 1645 minute-short{ 1646 dn{"min"} 1647 relative{ 1648 "0"{"aquest minut"} 1649 } 1650 relativeTime{ 1651 future{ 1652 one{"d’aquí a {0} min"} 1653 other{"d’aquí a {0} min"} 1654 } 1655 past{ 1656 one{"fa {0} min"} 1657 other{"fa {0} min"} 1658 } 1659 } 1660 } 1661 mon{ 1662 relative{ 1663 "-1"{"dilluns passat"} 1664 "0"{"aquest dilluns"} 1665 "1"{"dilluns que ve"} 1666 } 1667 relativeTime{ 1668 future{ 1669 one{"d’aquí a {0} dilluns"} 1670 other{"d’aquí a {0} dilluns"} 1671 } 1672 past{ 1673 one{"fa {0} dilluns"} 1674 other{"fa {0} dilluns"} 1675 } 1676 } 1677 } 1678 mon-narrow{ 1679 relative{ 1680 "-1"{"dl. passat"} 1681 "0"{"aquest dl."} 1682 "1"{"dl. que ve"} 1683 } 1684 relativeTime{ 1685 future{ 1686 one{"d’aquí a {0} dl."} 1687 other{"d’aquí a {0} dl."} 1688 } 1689 past{ 1690 one{"fa {0} dl."} 1691 other{"fa {0} dl."} 1692 } 1693 } 1694 } 1695 mon-short{ 1696 relative{ 1697 "-1"{"dl. passat"} 1698 "0"{"aquest dl."} 1699 "1"{"dl. que ve"} 1700 } 1701 relativeTime{ 1702 future{ 1703 one{"d’aquí a {0} dl."} 1704 other{"d’aquí a {0} dl."} 1705 } 1706 past{ 1707 one{"fa {0} dl."} 1708 other{"fa {0} dl."} 1709 } 1710 } 1711 } 1712 month{ 1713 dn{"mes"} 1714 relative{ 1715 "-1"{"el mes passat"} 1716 "0"{"aquest mes"} 1717 "1"{"el mes que ve"} 1718 } 1719 relativeTime{ 1720 future{ 1721 one{"d’aquí a {0} mes"} 1722 other{"d’aquí a {0} mesos"} 1723 } 1724 past{ 1725 one{"fa {0} mes"} 1726 other{"fa {0} mesos"} 1727 } 1728 } 1729 } 1730 month-narrow{ 1731 dn{"mes"} 1732 relative{ 1733 "-1"{"mes passat"} 1734 "0"{"aquest mes"} 1735 "1"{"mes vinent"} 1736 } 1737 relativeTime{ 1738 future{ 1739 one{"d’aquí a {0} mes"} 1740 other{"d’aquí a {0} mesos"} 1741 } 1742 past{ 1743 one{"fa {0} mes"} 1744 other{"fa {0} mesos"} 1745 } 1746 } 1747 } 1748 month-short{ 1749 dn{"mes"} 1750 relative{ 1751 "-1"{"el mes passat"} 1752 "0"{"aquest mes"} 1753 "1"{"el mes que ve"} 1754 } 1755 relativeTime{ 1756 future{ 1757 one{"d’aquí a {0} mes"} 1758 other{"d’aquí a {0} mesos"} 1759 } 1760 past{ 1761 one{"fa {0} mes"} 1762 other{"fa {0} mesos"} 1763 } 1764 } 1765 } 1766 quarter{ 1767 dn{"trimestre"} 1768 relative{ 1769 "-1"{"el trimestre passat"} 1770 "0"{"aquest trimestre"} 1771 "1"{"el trimestre que ve"} 1772 } 1773 relativeTime{ 1774 future{ 1775 one{"d’aquí a {0} trimestre"} 1776 other{"d’aquí a {0} trimestres"} 1777 } 1778 past{ 1779 one{"fa {0} trimestre"} 1780 other{"fa {0} trimestres"} 1781 } 1782 } 1783 } 1784 quarter-narrow{ 1785 dn{"trim."} 1786 relative{ 1787 "-1"{"trim. passat"} 1788 "0"{"aquest trim."} 1789 "1"{"trim. vinent"} 1790 } 1791 relativeTime{ 1792 future{ 1793 one{"d’aquí a {0} trim."} 1794 other{"d’aquí a {0} trim."} 1795 } 1796 past{ 1797 one{"fa {0} trim."} 1798 other{"fa {0} trim."} 1799 } 1800 } 1801 } 1802 quarter-short{ 1803 dn{"trim."} 1804 relative{ 1805 "-1"{"el trim. passat"} 1806 "0"{"aquest trim."} 1807 "1"{"el trim. que ve"} 1808 } 1809 relativeTime{ 1810 future{ 1811 one{"d’aquí a {0} trim."} 1812 other{"d’aquí a {0} trim."} 1813 } 1814 past{ 1815 one{"fa {0} trim."} 1816 other{"fa {0} trim."} 1817 } 1818 } 1819 } 1820 sat{ 1821 relative{ 1822 "-1"{"dissabte passat"} 1823 "0"{"aquest dissabte"} 1824 "1"{"dissabte que ve"} 1825 } 1826 relativeTime{ 1827 future{ 1828 one{"d’aquí a {0} dissabte"} 1829 other{"d’aquí a {0} dissabtes"} 1830 } 1831 past{ 1832 one{"fa {0} dissabte"} 1833 other{"fa {0} dissabtes"} 1834 } 1835 } 1836 } 1837 sat-narrow{ 1838 relative{ 1839 "-1"{"ds. passat"} 1840 "0"{"aquest ds."} 1841 "1"{"ds. que ve"} 1842 } 1843 relativeTime{ 1844 future{ 1845 one{"d’aquí a {0} ds."} 1846 other{"d’aquí a {0} ds."} 1847 } 1848 past{ 1849 one{"fa {0} ds."} 1850 other{"fa {0} ds."} 1851 } 1852 } 1853 } 1854 sat-short{ 1855 relative{ 1856 "-1"{"ds. passat"} 1857 "0"{"aquest ds."} 1858 "1"{"ds. que ve"} 1859 } 1860 relativeTime{ 1861 future{ 1862 one{"d’aquí a {0} ds."} 1863 other{"d’aquí a {0} ds."} 1864 } 1865 past{ 1866 one{"fa {0} ds."} 1867 other{"fa {0} ds."} 1868 } 1869 } 1870 } 1871 second{ 1872 dn{"segon"} 1873 relative{ 1874 "0"{"ara"} 1875 } 1876 relativeTime{ 1877 future{ 1878 one{"d’aquí a {0} segon"} 1879 other{"d’aquí a {0} segons"} 1880 } 1881 past{ 1882 one{"fa {0} segon"} 1883 other{"fa {0} segons"} 1884 } 1885 } 1886 } 1887 second-narrow{ 1888 dn{"s"} 1889 relative{ 1890 "0"{"ara"} 1891 } 1892 relativeTime{ 1893 future{ 1894 one{"d’aquí a {0} s"} 1895 other{"d’aquí a {0} s"} 1896 } 1897 past{ 1898 one{"fa {0} s"} 1899 other{"fa {0} s"} 1900 } 1901 } 1902 } 1903 second-short{ 1904 dn{"s"} 1905 relative{ 1906 "0"{"ara"} 1907 } 1908 relativeTime{ 1909 future{ 1910 one{"d’aquí a {0} s"} 1911 other{"d’aquí a {0} s"} 1912 } 1913 past{ 1914 one{"fa {0} s"} 1915 other{"fa {0} s"} 1916 } 1917 } 1918 } 1919 sun{ 1920 relative{ 1921 "-1"{"diumenge passat"} 1922 "0"{"aquest diumenge"} 1923 "1"{"diumenge que ve"} 1924 } 1925 relativeTime{ 1926 future{ 1927 one{"d’aquí a {0} diumenge"} 1928 other{"d’aquí a {0} diumenges"} 1929 } 1930 past{ 1931 one{"fa {0} diumenge"} 1932 other{"fa {0} diumenges"} 1933 } 1934 } 1935 } 1936 sun-narrow{ 1937 relative{ 1938 "-1"{"dg. passat"} 1939 "0"{"aquest dg."} 1940 "1"{"dg. que ve"} 1941 } 1942 relativeTime{ 1943 future{ 1944 one{"d’aquí a {0} dg."} 1945 other{"d’aquí a {0} dg."} 1946 } 1947 past{ 1948 one{"fa {0} dg."} 1949 other{"fa {0} dg."} 1950 } 1951 } 1952 } 1953 sun-short{ 1954 relative{ 1955 "-1"{"dg. passat"} 1956 "0"{"aquest dg."} 1957 "1"{"dg. que ve"} 1958 } 1959 relativeTime{ 1960 future{ 1961 one{"d’aquí a {0} dg."} 1962 other{"d’aquí a {0} dg."} 1963 } 1964 past{ 1965 one{"fa {0} dg."} 1966 other{"fa {0} dg."} 1967 } 1968 } 1969 } 1970 thu{ 1971 relative{ 1972 "-1"{"dijous passat"} 1973 "0"{"aquest dijous"} 1974 "1"{"dijous que ve"} 1975 } 1976 relativeTime{ 1977 future{ 1978 one{"d’aquí a {0} dijous"} 1979 other{"d’aquí a {0} dijous"} 1980 } 1981 past{ 1982 one{"fa {0} dijous"} 1983 other{"fa {0} dijous"} 1984 } 1985 } 1986 } 1987 thu-narrow{ 1988 relative{ 1989 "-1"{"dj. passat"} 1990 "0"{"aquest dj."} 1991 "1"{"dj. que ve"} 1992 } 1993 relativeTime{ 1994 future{ 1995 one{"d’aquí a {0} dj."} 1996 other{"d’aquí a {0} dj."} 1997 } 1998 past{ 1999 one{"fa {0} dj."} 2000 other{"fa {0} dj."} 2001 } 2002 } 2003 } 2004 thu-short{ 2005 relative{ 2006 "-1"{"dj. passat"} 2007 "0"{"aquest dj."} 2008 "1"{"dj. que ve"} 2009 } 2010 relativeTime{ 2011 future{ 2012 one{"d’aquí a {0} dj."} 2013 other{"d’aquí a {0} dj."} 2014 } 2015 past{ 2016 one{"fa {0} dj."} 2017 other{"fa {0} dj."} 2018 } 2019 } 2020 } 2021 tue{ 2022 relative{ 2023 "-1"{"dimarts passat"} 2024 "0"{"aquest dimarts"} 2025 "1"{"dimarts que ve"} 2026 } 2027 relativeTime{ 2028 future{ 2029 one{"d’aquí a {0} dimarts"} 2030 other{"d’aquí a {0} dimarts"} 2031 } 2032 past{ 2033 one{"fa {0} dimarts"} 2034 other{"fa {0} dimarts"} 2035 } 2036 } 2037 } 2038 tue-narrow{ 2039 relative{ 2040 "-1"{"dt. passat"} 2041 "0"{"aquest dt."} 2042 "1"{"dt. que ve"} 2043 } 2044 relativeTime{ 2045 future{ 2046 one{"d’aquí a {0} dt."} 2047 other{"d’aquí a {0} dt."} 2048 } 2049 past{ 2050 one{"fa {0} dt."} 2051 other{"fa {0} dt."} 2052 } 2053 } 2054 } 2055 tue-short{ 2056 relative{ 2057 "-1"{"dt. passat"} 2058 "0"{"aquest dt."} 2059 "1"{"dt. que ve"} 2060 } 2061 relativeTime{ 2062 future{ 2063 one{"d’aquí a {0} dt."} 2064 other{"d’aquí a {0} dt."} 2065 } 2066 past{ 2067 one{"fa {0} dt."} 2068 other{"fa {0} dt."} 2069 } 2070 } 2071 } 2072 wed{ 2073 relative{ 2074 "-1"{"dimecres passat"} 2075 "0"{"aquest dimecres"} 2076 "1"{"dimecres que ve"} 2077 } 2078 relativeTime{ 2079 future{ 2080 one{"d’aquí a {0} dimecres"} 2081 other{"d’aquí a {0} dimecres"} 2082 } 2083 past{ 2084 one{"fa {0} dimecres"} 2085 other{"fa {0} dimecres"} 2086 } 2087 } 2088 } 2089 wed-narrow{ 2090 relative{ 2091 "-1"{"dc. passat"} 2092 "0"{"aquest dc."} 2093 "1"{"dc. que ve"} 2094 } 2095 relativeTime{ 2096 future{ 2097 one{"d’aquí a {0} dc."} 2098 other{"d’aquí a {0} dc."} 2099 } 2100 past{ 2101 one{"fa {0} dc."} 2102 other{"fa {0} dc."} 2103 } 2104 } 2105 } 2106 wed-short{ 2107 relative{ 2108 "-1"{"dc. passat"} 2109 "0"{"aquest dc."} 2110 "1"{"dc. que ve"} 2111 } 2112 relativeTime{ 2113 future{ 2114 one{"d’aquí a {0} dc."} 2115 other{"d’aquí a {0} dc."} 2116 } 2117 past{ 2118 one{"fa {0} dc."} 2119 other{"fa {0} dc."} 2120 } 2121 } 2122 } 2123 week{ 2124 dn{"setmana"} 2125 relative{ 2126 "-1"{"la setmana passada"} 2127 "0"{"aquesta setmana"} 2128 "1"{"la setmana que ve"} 2129 } 2130 relativePeriod{"la setmana del {0}"} 2131 relativeTime{ 2132 future{ 2133 one{"d’aquí a {0} setmana"} 2134 other{"d’aquí a {0} setmanes"} 2135 } 2136 past{ 2137 one{"fa {0} setmana"} 2138 other{"fa {0} setmanes"} 2139 } 2140 } 2141 } 2142 week-narrow{ 2143 dn{"setm."} 2144 relative{ 2145 "-1"{"setm. passada"} 2146 "0"{"aquesta setm."} 2147 "1"{"setm. vinent"} 2148 } 2149 relativePeriod{"la setmana del {0}"} 2150 relativeTime{ 2151 future{ 2152 one{"d’aquí a {0} setm."} 2153 other{"d’aquí a {0} setm."} 2154 } 2155 past{ 2156 one{"fa {0} setm."} 2157 other{"fa {0} setm."} 2158 } 2159 } 2160 } 2161 week-short{ 2162 dn{"setm."} 2163 relative{ 2164 "-1"{"la setm. passada"} 2165 "0"{"aquesta setm."} 2166 "1"{"la setm. que ve"} 2167 } 2168 relativePeriod{"la setmana del {0}"} 2169 relativeTime{ 2170 future{ 2171 one{"d’aquí a {0} setm."} 2172 other{"d’aquí a {0} setm."} 2173 } 2174 past{ 2175 one{"fa {0} setm."} 2176 other{"fa {0} setm."} 2177 } 2178 } 2179 } 2180 weekOfMonth{ 2181 dn{"setmana del mes"} 2182 } 2183 weekOfMonth-narrow{ 2184 dn{"setm. del mes"} 2185 } 2186 weekOfMonth-short{ 2187 dn{"setm. del mes"} 2188 } 2189 weekday{ 2190 dn{"dia de la setmana"} 2191 } 2192 weekday-narrow{ 2193 dn{"dia de la setm."} 2194 } 2195 weekday-short{ 2196 dn{"dia de la setm."} 2197 } 2198 weekdayOfMonth{ 2199 dn{"dia de la setmana del mes"} 2200 } 2201 weekdayOfMonth-narrow{ 2202 dn{"dia de la setm. del mes"} 2203 } 2204 weekdayOfMonth-short{ 2205 dn{"dia de la setm. del mes"} 2206 } 2207 year{ 2208 dn{"any"} 2209 relative{ 2210 "-1"{"l’any passat"} 2211 "0"{"enguany"} 2212 "1"{"l’any que ve"} 2213 } 2214 relativeTime{ 2215 future{ 2216 one{"d’aquí a {0} any"} 2217 other{"d’aquí a {0} anys"} 2218 } 2219 past{ 2220 one{"fa {0} any"} 2221 other{"fa {0} anys"} 2222 } 2223 } 2224 } 2225 year-narrow{ 2226 dn{"any"} 2227 relative{ 2228 "-1"{"l’any passat"} 2229 "0"{"enguany"} 2230 "1"{"l’any que ve"} 2231 } 2232 relativeTime{ 2233 future{ 2234 one{"d’aquí a {0} any"} 2235 other{"d’aquí a {0} anys"} 2236 } 2237 past{ 2238 one{"fa {0} any"} 2239 other{"fa {0} anys"} 2240 } 2241 } 2242 } 2243 year-short{ 2244 dn{"any"} 2245 relative{ 2246 "-1"{"l’any passat"} 2247 "0"{"enguany"} 2248 "1"{"l’any que ve"} 2249 } 2250 relativeTime{ 2251 future{ 2252 one{"d’aquí a {0} any"} 2253 other{"d’aquí a {0} anys"} 2254 } 2255 past{ 2256 one{"fa {0} any"} 2257 other{"fa {0} anys"} 2258 } 2259 } 2260 } 2261 zone{ 2262 dn{"fus horari"} 2263 } 2264 zone-narrow{ 2265 dn{"fus horari"} 2266 } 2267 zone-short{ 2268 dn{"fus horari"} 2269 } 2270 } 2271 listPattern{ 2272 or{ 2273 2{"{0} o {1}"} 2274 end{"{0} o {1}"} 2275 middle{"{0}, {1}"} 2276 start{"{0}, {1}"} 2277 } 2278 standard{ 2279 2{"{0} i {1}"} 2280 end{"{0} i {1}"} 2281 middle{"{0}, {1}"} 2282 start{"{0}, {1}"} 2283 } 2284 standard-short{ 2285 2{"{0} i {1}"} 2286 end{"{0} i {1}"} 2287 middle{"{0}, {1}"} 2288 start{"{0}, {1}"} 2289 } 2290 unit{ 2291 2{"{0} i {1}"} 2292 end{"{0} i {1}"} 2293 middle{"{0}, {1}"} 2294 start{"{0}, {1}"} 2295 } 2296 unit-narrow{ 2297 2{"{0} i {1}"} 2298 end{"{0} i {1}"} 2299 middle{"{0}, {1}"} 2300 start{"{0}, {1}"} 2301 } 2302 unit-short{ 2303 2{"{0} i {1}"} 2304 end{"{0} i {1}"} 2305 middle{"{0}, {1}"} 2306 start{"{0}, {1}"} 2307 } 2308 } 2309 measurementSystemNames{ 2310 UK{"RU"} 2311 US{"EUA"} 2312 metric{"mètric"} 2313 } 2314 parse{ 2315 date{ 2316 lenient{ 2317 "[\\--/]", 2318 "[\\:∶]", 2319 } 2320 } 2321 general{ 2322 lenient{ 2323 "[.․。︒﹒.。]", 2324 "[\$﹩$$]", 2325 "[£₤]", 2326 "[₨₹{Rp}{Rs}]", 2327 } 2328 } 2329 number{ 2330 lenient{ 2331 "[\\-‒⁻₋−➖﹣-]", 2332 "[,،٫、︐︑﹐﹑,、]", 2333 "[+⁺₊➕﬩﹢+]", 2334 } 2335 stricter{ 2336 "[,٫︐﹐,]", 2337 "[.․﹒.。]", 2338 } 2339 } 2340 } 2341} 2342