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