1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/ca.xml 7// * 8// *************************************************************************** 9ca{ 10 AuxExemplarCharacters{"[á ă â å ä ã ā æ ĕ ê ë ē ì ĭ î ī ŀ ñ º ŏ ô ö ø ō œ ù ŭ û ū ÿ]"} 11 Ellipsis{ 12 final{"{0}…"} 13 initial{"…{0}"} 14 medial{"{0}…{1}"} 15 word-final{"{0}…"} 16 word-initial{"… {0}"} 17 word-medial{"{0}… {1}"} 18 } 19 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]"} 20 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]"} 21 ExemplarCharactersPunctuation{ 22 "[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / " 23 "\\\\ \\& # † ‡ ′ ″]" 24 } 25 MoreInformation{"?"} 26 NumberElements{ 27 default{"latn"} 28 latn{ 29 miscPatterns{ 30 atLeast{"≥ {0}"} 31 range{"{0}-{1}"} 32 } 33 patterns{ 34 accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} 35 currencyFormat{"#,##0.00 ¤"} 36 decimalFormat{"#,##0.###"} 37 percentFormat{"#,##0%"} 38 scientificFormat{"#E0"} 39 } 40 patternsLong{ 41 decimalFormat{ 42 1000{ 43 one{"0 miler"} 44 other{"0 milers"} 45 } 46 10000{ 47 one{"00 milers"} 48 other{"00 milers"} 49 } 50 100000{ 51 one{"000 milers"} 52 other{"000 milers"} 53 } 54 1000000{ 55 one{"0 milió"} 56 other{"0 milions"} 57 } 58 10000000{ 59 one{"00 milions"} 60 other{"00 milions"} 61 } 62 100000000{ 63 one{"000 milions"} 64 other{"000 milions"} 65 } 66 1000000000{ 67 one{"0 miler de milions"} 68 other{"0 milers de milions"} 69 } 70 10000000000{ 71 one{"00 milers de milions"} 72 other{"00 milers de milions"} 73 } 74 100000000000{ 75 one{"000 milers de milions"} 76 other{"000 milers de milions"} 77 } 78 1000000000000{ 79 one{"0 bilió"} 80 other{"0 bilions"} 81 } 82 10000000000000{ 83 one{"00 bilions"} 84 other{"00 bilions"} 85 } 86 100000000000000{ 87 one{"000 bilions"} 88 other{"000 bilions"} 89 } 90 } 91 } 92 patternsShort{ 93 currencyFormat{ 94 1000{ 95 one{"0m ¤"} 96 other{"0m ¤"} 97 } 98 10000{ 99 one{"00m ¤"} 100 other{"00m ¤"} 101 } 102 100000{ 103 one{"000m ¤"} 104 other{"000m ¤"} 105 } 106 1000000{ 107 one{"0M ¤"} 108 other{"0M ¤"} 109 } 110 10000000{ 111 one{"00 M ¤"} 112 other{"00 M ¤"} 113 } 114 100000000{ 115 one{"000 M ¤"} 116 other{"000 M ¤"} 117 } 118 1000000000{ 119 one{"0000 M ¤"} 120 other{"0000 M ¤"} 121 } 122 10000000000{ 123 one{"00mM ¤"} 124 other{"00mM ¤"} 125 } 126 100000000000{ 127 one{"000mM ¤"} 128 other{"000mM ¤"} 129 } 130 1000000000000{ 131 one{"0B ¤"} 132 other{"0B ¤"} 133 } 134 10000000000000{ 135 one{"00 B ¤"} 136 other{"00 B ¤"} 137 } 138 100000000000000{ 139 one{"000 B ¤"} 140 other{"000 B ¤"} 141 } 142 } 143 decimalFormat{ 144 1000{ 145 one{"0m"} 146 other{"0m"} 147 } 148 10000{ 149 one{"00m"} 150 other{"00m"} 151 } 152 100000{ 153 one{"000m"} 154 other{"000m"} 155 } 156 1000000{ 157 one{"0M"} 158 other{"0M"} 159 } 160 10000000{ 161 one{"00 M"} 162 other{"00 M"} 163 } 164 100000000{ 165 one{"000 M"} 166 other{"000 M"} 167 } 168 1000000000{ 169 one{"0000 M"} 170 other{"0000 M"} 171 } 172 10000000000{ 173 one{"00mM"} 174 other{"00mM"} 175 } 176 100000000000{ 177 one{"000mM"} 178 other{"000mM"} 179 } 180 1000000000000{ 181 one{"0B"} 182 other{"0B"} 183 } 184 10000000000000{ 185 one{"00 B"} 186 other{"00 B"} 187 } 188 100000000000000{ 189 one{"000 B"} 190 other{"000 B"} 191 } 192 } 193 } 194 symbols{ 195 decimal{","} 196 exponential{"E"} 197 group{"."} 198 infinity{"∞"} 199 list{";"} 200 minusSign{"-"} 201 nan{"NaN"} 202 perMille{"‰"} 203 percentSign{"%"} 204 plusSign{"+"} 205 superscriptingExponent{"×"} 206 timeSeparator{":"} 207 } 208 } 209 minimumGroupingDigits{"1"} 210 native{"latn"} 211 } 212 Version{"2.1.19.94"} 213 calendar{ 214 buddhist{ 215 DateTimePatterns{ 216 "H:mm:ss zzzz", 217 "H:mm:ss z", 218 "H:mm:ss", 219 "H:mm", 220 "EEEE, dd MMMM y G", 221 "d MMMM y G", 222 "d MMM y G", 223 "dd/MM/y GGGGG", 224 "{1}, {0}", 225 "{1}, {0}", 226 "{1}, {0}", 227 "{1}, {0}", 228 "{1}, {0}", 229 } 230 availableFormats{ 231 M{"L"} 232 MEd{"E, d/M"} 233 MMM{"LLL"} 234 MMMEd{"E d MMM"} 235 MMMd{"d MMM"} 236 Md{"d/M"} 237 d{"d"} 238 y{"y G"} 239 } 240 eras{ 241 abbreviated{ 242 "eB", 243 } 244 } 245 } 246 chinese{ 247 DateTimePatterns{ 248 "H:mm:ss zzzz", 249 "H:mm:ss z", 250 "H:mm:ss", 251 "H:mm", 252 "EEEE, dd MMMM UU", 253 "d MMMM U", 254 "d MMM U", 255 "d/M/y", 256 "{1} {0}", 257 "{1} {0}", 258 "{1} {0}", 259 "{1} {0}", 260 "{1} {0}", 261 } 262 cyclicNameSets{ 263 dayParts{ 264 format{ 265 abbreviated{ 266 "zi", 267 "chou", 268 "yin", 269 "mao", 270 "chen", 271 "si", 272 "wu", 273 "wei", 274 "shen", 275 "you", 276 "xu", 277 "hai", 278 } 279 } 280 } 281 years{ 282 format{ 283 abbreviated{ 284 "jia-zi", 285 "yi-chou", 286 "bing-yin", 287 "ding-mao", 288 "wu-chen", 289 "ji-si", 290 "geng-wu", 291 "xin-wei", 292 "ren-shen", 293 "gui-you", 294 "jia-xu", 295 "yi-hai", 296 "bing-zi", 297 "ding-chou", 298 "wu-yin", 299 "ji-mao", 300 "geng-chen", 301 "xin-si", 302 "ren-wu", 303 "gui-wei", 304 "jia-shen", 305 "yi-you", 306 "bing-xu", 307 "ding-hai", 308 "wu-zi", 309 "ji-chou", 310 "geng-yin", 311 "xin-mao", 312 "ren-chen", 313 "gui-si", 314 "jia-wu", 315 "yi-wei", 316 "bing-shen", 317 "ding-you", 318 "wu-xu", 319 "ji-hai", 320 "geng-zi", 321 "xin-chou", 322 "ren-yin", 323 "gui-mao", 324 "jia-chen", 325 "yi-si", 326 "bing-wu", 327 "ding-wei", 328 "wu-shen", 329 "ji-you", 330 "geng-xu", 331 "xin-hai", 332 "ren-zi", 333 "gui-chou", 334 "jia-yin", 335 "yi-mao", 336 "bing-chen", 337 "ding-si", 338 "wu-wu", 339 "ji-wei", 340 "geng-shen", 341 "xin-you", 342 "ren-xu", 343 "gui-hai", 344 } 345 } 346 } 347 zodiacs{ 348 format{ 349 abbreviated{ 350 "zi", 351 "chou", 352 "yin", 353 "mao", 354 "chen", 355 "si", 356 "wu", 357 "wei", 358 "shen", 359 "you", 360 "xu", 361 "hai", 362 } 363 } 364 } 365 } 366 monthNames{ 367 format{ 368 abbreviated{ 369 "1", 370 "2", 371 "3", 372 "4", 373 "5", 374 "6", 375 "7", 376 "8", 377 "9", 378 "10", 379 "11", 380 "12", 381 } 382 narrow{ 383 "1", 384 "2", 385 "3", 386 "4", 387 "5", 388 "6", 389 "7", 390 "8", 391 "9", 392 "10", 393 "11", 394 "12", 395 } 396 wide{ 397 "1", 398 "2", 399 "3", 400 "4", 401 "5", 402 "6", 403 "7", 404 "8", 405 "9", 406 "10", 407 "11", 408 "12", 409 } 410 } 411 stand-alone{ 412 abbreviated{ 413 "1", 414 "2", 415 "3", 416 "4", 417 "5", 418 "6", 419 "7", 420 "8", 421 "9", 422 "10", 423 "11", 424 "12", 425 } 426 narrow{ 427 "1", 428 "2", 429 "3", 430 "4", 431 "5", 432 "6", 433 "7", 434 "8", 435 "9", 436 "10", 437 "11", 438 "12", 439 } 440 wide{ 441 "1", 442 "2", 443 "3", 444 "4", 445 "5", 446 "6", 447 "7", 448 "8", 449 "9", 450 "10", 451 "11", 452 "12", 453 } 454 } 455 } 456 } 457 generic{ 458 DateTimePatterns{ 459 "H:mm:ss zzzz", 460 "H:mm:ss z", 461 "H:mm:ss", 462 "H:mm", 463 "EEEE d MMMM 'de' y G", 464 "d MMMM 'de' y G", 465 "d/M/y G", 466 "d/M/yy GGGGG", 467 "{1}, {0}", 468 "{1}, {0}", 469 "{1}, {0}", 470 "{1}, {0}", 471 "{1}, {0}", 472 } 473 availableFormats{ 474 E{"ccc"} 475 Ed{"E d"} 476 Gy{"y G"} 477 GyMMM{"LLL y G"} 478 GyMMMEd{"E, d MMM y G"} 479 GyMMMM{"LLLL 'de' y G"} 480 GyMMMMEd{"E, d MMMM 'de' y G"} 481 GyMMMMd{"d MMMM 'de' y G"} 482 GyMMMd{"d MMM y G"} 483 H{"H"} 484 Hm{"H:mm"} 485 Hms{"H:mm:ss"} 486 M{"L"} 487 MEd{"E d/M"} 488 MMM{"LLL"} 489 MMMEd{"E, d MMM"} 490 MMMMEd{"E, d MMMM"} 491 MMMMd{"d MMMM"} 492 MMMd{"d MMM"} 493 Md{"d/M"} 494 d{"d"} 495 h{"h a"} 496 hm{"h:mm a"} 497 hms{"h:mm:ss a"} 498 ms{"mm:ss"} 499 y{"y G"} 500 yyyy{"y G"} 501 yyyyM{"M/y G"} 502 yyyyMEd{"E, d.M.y G"} 503 yyyyMMM{"LLL y G"} 504 yyyyMMMEd{"E, d MMM y G"} 505 yyyyMMMM{"LLLL 'de' y G"} 506 yyyyMMMMEd{"E, d MMMM 'de' y G"} 507 yyyyMMMMd{"d MMMM 'de' y G"} 508 yyyyMMMd{"d MMM y G"} 509 yyyyMd{"d/M/y G"} 510 yyyyQQQ{"QQQ y G"} 511 yyyyQQQQ{"QQQQ y G"} 512 } 513 intervalFormats{ 514 H{ 515 H{"H–H"} 516 } 517 Hm{ 518 H{"HH:mm–HH:mm"} 519 m{"HH:mm–HH:mm"} 520 } 521 Hmv{ 522 H{"HH:mm–HH:mm v"} 523 m{"HH:mm–HH:mm v"} 524 } 525 Hv{ 526 H{"H–H v"} 527 } 528 M{ 529 M{"M–M"} 530 } 531 MEd{ 532 M{"E d/M – E d/M"} 533 d{"E d/M – E d/M"} 534 } 535 MMM{ 536 M{"MMM–MMM"} 537 } 538 MMMEd{ 539 M{"E, d MMM – E, d MMM"} 540 d{"E, d – E, d MMM"} 541 } 542 MMMd{ 543 M{"d MMM – d MMM"} 544 d{"d–d MMM"} 545 } 546 Md{ 547 M{"d/M – d/M"} 548 d{"d/M – d/M"} 549 } 550 d{ 551 d{"d–d"} 552 } 553 fallback{"{0} - {1}"} 554 h{ 555 a{"h a – h a"} 556 h{"h–h a"} 557 } 558 hm{ 559 a{"h:mm a –h:mm a"} 560 h{"h:mm–h:mm a"} 561 m{"h:mm–h:mm a"} 562 } 563 hmv{ 564 a{"h:mm a – h:mm a v"} 565 h{"h:mm–h:mm a v"} 566 m{"h:mm–h:mm a v"} 567 } 568 hv{ 569 a{"h a – h a v"} 570 h{"h–h a v"} 571 } 572 y{ 573 y{"y–y G"} 574 } 575 yM{ 576 M{"M/y – M/y GGGG"} 577 y{"M/y – M/y GGGG"} 578 } 579 yMEd{ 580 M{"E d/M/y – E d/M/y GGGG"} 581 d{"E d/M/y – E d/M/y GGGG"} 582 y{"E d/M/y – E d/M/y GGGG"} 583 } 584 yMMM{ 585 M{"LLL–LLL y G"} 586 y{"MMM 'de' y – MMM 'de' y G"} 587 } 588 yMMMEd{ 589 M{"E d MMM – E d MMM 'de' y G"} 590 d{"E d MMM – E d MMM 'de' y G"} 591 y{"E d MMM 'de' y – E d MMM 'de' y G"} 592 } 593 yMMMM{ 594 M{"MMMM–MMMM 'de' y G"} 595 y{"MMMM 'de' y – MMMM 'de' y G"} 596 } 597 yMMMMEd{ 598 M{"E, d MMMM – E, d MMMM 'de' y G"} 599 d{"E, d MMMM – E, d MMMM 'de' y G"} 600 y{"E, d MMMM 'de' y – E, d MMMM 'de' y G"} 601 } 602 yMMMMd{ 603 M{"d MMMM – d MMMM 'de' y G"} 604 d{"d–d MMMM 'de' y G"} 605 y{"d MMMM 'de' y – d MMMM 'de' y G"} 606 } 607 yMMMd{ 608 M{"d MMM – d MMM 'de' y G"} 609 d{"d–d MMM 'de' y G"} 610 y{"d MMM 'de' y – d MMM 'de' y G"} 611 } 612 yMd{ 613 M{"d/M/y – d/M/y GGGG"} 614 d{"d/M/y – d/M/y GGGG"} 615 y{"d/M/y – d/M/y GGGG"} 616 } 617 } 618 } 619 gregorian{ 620 AmPmMarkers{ 621 "a. m.", 622 "p. m.", 623 } 624 AmPmMarkersAbbr{ 625 "a. m.", 626 "p. m.", 627 } 628 AmPmMarkersNarrow{ 629 "a. m.", 630 "p. m.", 631 } 632 DateTimePatterns{ 633 "H:mm:ss zzzz", 634 "H:mm:ss z", 635 "H:mm:ss", 636 "H:mm", 637 "EEEE, d MMMM 'de' y", 638 "d MMMM 'de' y", 639 "d MMM y", 640 "d/M/yy", 641 "{1}, {0}", 642 "{1} 'a' 'les' {0}", 643 "{1}, {0}", 644 "{1}, {0}", 645 "{1} {0}", 646 } 647 appendItems{ 648 Timezone{"{0} {1}"} 649 } 650 availableFormats{ 651 E{"ccc"} 652 EHm{"E H:mm"} 653 EHms{"E H:mm:ss"} 654 Ed{"E d"} 655 Ehm{"E h:mm a"} 656 Ehms{"E h:mm:ss a"} 657 Gy{"y G"} 658 GyMMM{"LLL y G"} 659 GyMMMEd{"E, d MMM y G"} 660 GyMMMM{"LLLL 'de' y G"} 661 GyMMMMEd{"E, d MMMM 'de' y G"} 662 GyMMMMd{"d MMMM 'de' y G"} 663 GyMMMd{"d MMM y G"} 664 H{"H"} 665 Hm{"HH:mm"} 666 Hms{"HH:mm:ss"} 667 Hmsv{"HH:mm:ss v"} 668 Hmv{"HH:mm v"} 669 M{"L"} 670 MEd{"E d/M"} 671 MMM{"LLL"} 672 MMMEd{"E, d MMM"} 673 MMMMEd{"E, d MMMM"} 674 MMMMd{"d MMMM"} 675 MMMd{"d MMM"} 676 Md{"d/M"} 677 d{"d"} 678 h{"h a"} 679 hm{"h:mm a"} 680 hms{"h:mm:ss a"} 681 hmsv{"h:mm:ss a v"} 682 hmv{"h:mm a v"} 683 ms{"mm:ss"} 684 y{"y"} 685 yM{"M/y"} 686 yMEd{"E, d/M/y"} 687 yMMM{"LLL 'de' y"} 688 yMMMEd{"E, d MMM y"} 689 yMMMM{"LLLL 'de' y"} 690 yMMMMEd{"E, d MMMM 'de' y"} 691 yMMMMd{"d MMMM 'de' y"} 692 yMMMd{"d MMM y"} 693 yMd{"d/M/y"} 694 yQQQ{"QQQ y"} 695 yQQQQ{"QQQQ y"} 696 } 697 dayNames{ 698 format{ 699 abbreviated{ 700 "dg.", 701 "dl.", 702 "dt.", 703 "dc.", 704 "dj.", 705 "dv.", 706 "ds.", 707 } 708 narrow{ 709 "dg", 710 "dl", 711 "dt", 712 "dc", 713 "dj", 714 "dv", 715 "ds", 716 } 717 short{ 718 "dg.", 719 "dl.", 720 "dt.", 721 "dc.", 722 "dj.", 723 "dv.", 724 "ds.", 725 } 726 wide{ 727 "diumenge", 728 "dilluns", 729 "dimarts", 730 "dimecres", 731 "dijous", 732 "divendres", 733 "dissabte", 734 } 735 } 736 stand-alone{ 737 abbreviated{ 738 "dg.", 739 "dl.", 740 "dt.", 741 "dc.", 742 "dj.", 743 "dv.", 744 "ds.", 745 } 746 narrow{ 747 "dg", 748 "dl", 749 "dt", 750 "dc", 751 "dj", 752 "dv", 753 "ds", 754 } 755 short{ 756 "dg.", 757 "dl.", 758 "dt.", 759 "dc.", 760 "dj.", 761 "dv.", 762 "ds.", 763 } 764 wide{ 765 "diumenge", 766 "dilluns", 767 "dimarts", 768 "dimecres", 769 "dijous", 770 "divendres", 771 "dissabte", 772 } 773 } 774 } 775 dayPeriod{ 776 format{ 777 abbreviated{ 778 afternoon1{"migdia"} 779 afternoon2{"tarda"} 780 evening1{"vespre"} 781 midnight{"mitjanit"} 782 morning1{"matinada"} 783 morning2{"matí"} 784 night1{"nit"} 785 } 786 narrow{ 787 afternoon1{"md"} 788 afternoon2{"tarda"} 789 evening1{"vespre"} 790 midnight{"mitjanit"} 791 morning1{"mat."} 792 morning2{"matí"} 793 night1{"nit"} 794 } 795 wide{ 796 afternoon1{"migdia"} 797 afternoon2{"tarda"} 798 evening1{"vespre"} 799 midnight{"mitjanit"} 800 morning1{"matinada"} 801 morning2{"matí"} 802 night1{"nit"} 803 } 804 } 805 stand-alone{ 806 abbreviated{ 807 afternoon1{"migdia"} 808 afternoon2{"tarda"} 809 am{"a. m."} 810 evening1{"vespre"} 811 midnight{"mitjanit"} 812 morning1{"matinada"} 813 morning2{"matí"} 814 night1{"nit"} 815 pm{"p. m."} 816 } 817 narrow{ 818 afternoon1{"migdia"} 819 afternoon2{"tarda"} 820 am{"a. m."} 821 evening1{"vespre"} 822 midnight{"mitjanit"} 823 morning1{"matinada"} 824 morning2{"matí"} 825 night1{"nit"} 826 pm{"p. m."} 827 } 828 wide{ 829 afternoon1{"migdia"} 830 afternoon2{"tarda"} 831 am{"a. m."} 832 evening1{"vespre"} 833 midnight{"mitjanit"} 834 morning1{"matinada"} 835 morning2{"matí"} 836 night1{"nit"} 837 pm{"p. m."} 838 } 839 } 840 } 841 eras{ 842 abbreviated{ 843 "aC", 844 "dC", 845 } 846 abbreviated%variant{ 847 "AEC", 848 "EC", 849 } 850 narrow{ 851 "aC", 852 "dC", 853 } 854 narrow%variant{ 855 "AEC", 856 "EC", 857 } 858 wide{ 859 "abans de Crist", 860 "després de Crist", 861 } 862 wide%variant{ 863 "abans de l’Era Comuna", 864 "Era Comuna", 865 } 866 } 867 intervalFormats{ 868 H{ 869 H{"H–H"} 870 } 871 Hm{ 872 H{"H:mm – H:mm"} 873 m{"H:mm – H:mm"} 874 } 875 Hmv{ 876 H{"H:mm–H:mm v"} 877 m{"H:mm–H:mm v"} 878 } 879 Hv{ 880 H{"H–H v"} 881 } 882 M{ 883 M{"M–M"} 884 } 885 MEd{ 886 M{"E d/M – E d/M"} 887 d{"E d/M – E d/M"} 888 } 889 MMM{ 890 M{"LLL – LLL"} 891 } 892 MMMEd{ 893 M{"E, d MMM – E, d MMM"} 894 d{"E, d – E, d MMM"} 895 } 896 MMMd{ 897 M{"d MMM – d MMM"} 898 d{"d–d MMM"} 899 } 900 Md{ 901 M{"d/M – d/M"} 902 d{"d/M – d/M"} 903 } 904 d{ 905 d{"d–d"} 906 } 907 fallback{"{0} - {1}"} 908 h{ 909 a{"h a – h a"} 910 h{"h–h a"} 911 } 912 hm{ 913 a{"h:mm a – h:mm a"} 914 h{"h:mm–h:mm a"} 915 m{"h:mm–h:mm a"} 916 } 917 hmv{ 918 a{"h:mm a – h:mm a v"} 919 h{"h:mm–h:mm a v"} 920 m{"h:mm–h:mm a v"} 921 } 922 hv{ 923 a{"h a – h a v"} 924 h{"h–h a v"} 925 } 926 y{ 927 y{"y–y"} 928 } 929 yM{ 930 M{"M/y – M/y"} 931 y{"M/y – M/y"} 932 } 933 yMEd{ 934 M{"E d/M/y – E d/M/y"} 935 d{"E d/M/y – E d/M/y"} 936 y{"E d/M/y – E d/M/y"} 937 } 938 yMMM{ 939 M{"LLL–LLL y"} 940 y{"LLL y – LLL y"} 941 } 942 yMMMEd{ 943 M{"E, d MMM – E, d MMM y"} 944 d{"E, d – E, d MMM y"} 945 y{"E, d MMM y – E, d MMM y"} 946 } 947 yMMMM{ 948 M{"LLLL–LLLL 'de' y"} 949 y{"LLLL 'de' y – LLLL 'de' y"} 950 } 951 yMMMMEd{ 952 M{"E, d MMMM – E, d MMMM 'de' y"} 953 d{"E, d – E, d MMMM 'de' y"} 954 y{"E, d MMMM 'de' y – E, d MMMM 'de' y"} 955 } 956 yMMMMd{ 957 M{"d MMMM – d MMMM 'de' y"} 958 d{"d–d MMMM 'de' y"} 959 y{"d MMMM 'de' y – d MMMM 'de' y"} 960 } 961 yMMMd{ 962 M{"d MMM – d MMM y"} 963 d{"d–d MMM y"} 964 y{"d MMM y – d MMM y"} 965 } 966 yMd{ 967 M{"d/M/y – d/M/y"} 968 d{"d/M/y – d/M/y"} 969 y{"d/M/y – d/M/y"} 970 } 971 } 972 monthNames{ 973 format{ 974 abbreviated{ 975 "gen.", 976 "febr.", 977 "març", 978 "abr.", 979 "maig", 980 "juny", 981 "jul.", 982 "ag.", 983 "set.", 984 "oct.", 985 "nov.", 986 "des.", 987 } 988 narrow{ 989 "GN", 990 "FB", 991 "MÇ", 992 "AB", 993 "MG", 994 "JN", 995 "JL", 996 "AG", 997 "ST", 998 "OC", 999 "NV", 1000 "DS", 1001 } 1002 wide{ 1003 "de gener", 1004 "de febrer", 1005 "de març", 1006 "d’abril", 1007 "de maig", 1008 "de juny", 1009 "de juliol", 1010 "d’agost", 1011 "de setembre", 1012 "d’octubre", 1013 "de novembre", 1014 "de desembre", 1015 } 1016 } 1017 stand-alone{ 1018 abbreviated{ 1019 "gen.", 1020 "febr.", 1021 "març", 1022 "abr.", 1023 "maig", 1024 "juny", 1025 "jul.", 1026 "ag.", 1027 "set.", 1028 "oct.", 1029 "nov.", 1030 "des.", 1031 } 1032 narrow{ 1033 "GN", 1034 "FB", 1035 "MÇ", 1036 "AB", 1037 "MG", 1038 "JN", 1039 "JL", 1040 "AG", 1041 "ST", 1042 "OC", 1043 "NV", 1044 "DS", 1045 } 1046 wide{ 1047 "gener", 1048 "febrer", 1049 "març", 1050 "abril", 1051 "maig", 1052 "juny", 1053 "juliol", 1054 "agost", 1055 "setembre", 1056 "octubre", 1057 "novembre", 1058 "desembre", 1059 } 1060 } 1061 } 1062 quarters{ 1063 format{ 1064 abbreviated{ 1065 "1T", 1066 "2T", 1067 "3T", 1068 "4T", 1069 } 1070 narrow{ 1071 "1", 1072 "2", 1073 "3", 1074 "4", 1075 } 1076 wide{ 1077 "1r trimestre", 1078 "2n trimestre", 1079 "3r trimestre", 1080 "4t trimestre", 1081 } 1082 } 1083 stand-alone{ 1084 abbreviated{ 1085 "1T", 1086 "2T", 1087 "3T", 1088 "4T", 1089 } 1090 narrow{ 1091 "1", 1092 "2", 1093 "3", 1094 "4", 1095 } 1096 wide{ 1097 "1r trimestre", 1098 "2n trimestre", 1099 "3r trimestre", 1100 "4t trimestre", 1101 } 1102 } 1103 } 1104 } 1105 roc{ 1106 DateTimePatterns{ 1107 "H:mm:ss zzzz", 1108 "H:mm:ss z", 1109 "H:mm:ss", 1110 "H:mm", 1111 "EEEE d MMMM 'de' y G", 1112 "d MMMM 'de' y G", 1113 "dd/MM/y G", 1114 "dd/MM/y GGGGG", 1115 "{1}, {0}", 1116 "{1}, {0}", 1117 "{1}, {0}", 1118 "{1}, {0}", 1119 "{1}, {0}", 1120 } 1121 } 1122 } 1123 delimiters{ 1124 alternateQuotationEnd{"”"} 1125 alternateQuotationStart{"“"} 1126 quotationEnd{"»"} 1127 quotationStart{"«"} 1128 } 1129 fields{ 1130 day{ 1131 dn{"dia"} 1132 relative{ 1133 "-1"{"ahir"} 1134 "-2"{"abans-d’ahir"} 1135 "0"{"avui"} 1136 "1"{"demà"} 1137 "2"{"demà passat"} 1138 } 1139 relativeTime{ 1140 future{ 1141 one{"d’aquí a {0} dia"} 1142 other{"d’aquí a {0} dies"} 1143 } 1144 past{ 1145 one{"fa {0} dia"} 1146 other{"fa {0} dies"} 1147 } 1148 } 1149 } 1150 day-narrow{ 1151 dn{"dia"} 1152 relative{ 1153 "-1"{"ahir"} 1154 "-2"{"abans-d’ahir"} 1155 "0"{"avui"} 1156 "1"{"demà"} 1157 "2"{"demà passat"} 1158 } 1159 relativeTime{ 1160 future{ 1161 one{"d’aquí a {0} dia"} 1162 other{"d’aquí a {0} dies"} 1163 } 1164 past{ 1165 one{"fa {0} dia"} 1166 other{"fa {0} dies"} 1167 } 1168 } 1169 } 1170 day-short{ 1171 dn{"dia"} 1172 relative{ 1173 "-1"{"ahir"} 1174 "-2"{"abans-d’ahir"} 1175 "0"{"avui"} 1176 "1"{"demà"} 1177 "2"{"demà passat"} 1178 } 1179 relativeTime{ 1180 future{ 1181 one{"d’aquí a {0} dia"} 1182 other{"d’aquí a {0} dies"} 1183 } 1184 past{ 1185 one{"fa {0} dia"} 1186 other{"fa {0} dies"} 1187 } 1188 } 1189 } 1190 dayperiod{ 1191 dn{"a. m./p. m."} 1192 } 1193 era{ 1194 dn{"era"} 1195 } 1196 fri{ 1197 relative{ 1198 "-1"{"divendres passat"} 1199 "0"{"aquest divendres"} 1200 "1"{"divendres que ve"} 1201 } 1202 } 1203 fri-narrow{ 1204 relative{ 1205 "-1"{"dv. passat"} 1206 "0"{"aquest dv."} 1207 "1"{"dv. que ve"} 1208 } 1209 } 1210 fri-short{ 1211 relative{ 1212 "-1"{"dv. passat"} 1213 "0"{"aquest dv."} 1214 "1"{"dv. que ve"} 1215 } 1216 } 1217 hour{ 1218 dn{"hora"} 1219 relativeTime{ 1220 future{ 1221 one{"d’aquí a {0} hora"} 1222 other{"d’aquí a {0} hores"} 1223 } 1224 past{ 1225 one{"fa {0} hora"} 1226 other{"fa {0} hores"} 1227 } 1228 } 1229 } 1230 hour-narrow{ 1231 dn{"h"} 1232 relativeTime{ 1233 future{ 1234 one{"d‘aquí a {0} h"} 1235 other{"d‘aquí a {0} h"} 1236 } 1237 past{ 1238 one{"fa {0} h"} 1239 other{"fa {0} h"} 1240 } 1241 } 1242 } 1243 hour-short{ 1244 dn{"h"} 1245 relativeTime{ 1246 future{ 1247 one{"d’aquí a {0} h"} 1248 other{"d’aquí a {0} h"} 1249 } 1250 past{ 1251 one{"fa {0} h"} 1252 other{"fa {0} h"} 1253 } 1254 } 1255 } 1256 minute{ 1257 dn{"minut"} 1258 relativeTime{ 1259 future{ 1260 one{"d’aquí a {0} minut"} 1261 other{"d’aquí a {0} minuts"} 1262 } 1263 past{ 1264 one{"fa {0} minut"} 1265 other{"fa {0} minuts"} 1266 } 1267 } 1268 } 1269 minute-narrow{ 1270 dn{"min"} 1271 relativeTime{ 1272 future{ 1273 one{"d’aquí a {0} min"} 1274 other{"d’aquí a {0} min"} 1275 } 1276 past{ 1277 one{"fa {0} min"} 1278 other{"fa {0} min"} 1279 } 1280 } 1281 } 1282 minute-short{ 1283 dn{"min"} 1284 relativeTime{ 1285 future{ 1286 one{"d’aquí a {0} min"} 1287 other{"d’aquí a {0} min"} 1288 } 1289 past{ 1290 one{"fa {0} min"} 1291 other{"fa {0} min"} 1292 } 1293 } 1294 } 1295 mon{ 1296 relative{ 1297 "-1"{"dilluns passat"} 1298 "0"{"aquest dilluns"} 1299 "1"{"dilluns que ve"} 1300 } 1301 } 1302 mon-narrow{ 1303 relative{ 1304 "-1"{"dl. passat"} 1305 "0"{"aquest dl."} 1306 "1"{"dl. que ve"} 1307 } 1308 } 1309 mon-short{ 1310 relative{ 1311 "-1"{"dl. passat"} 1312 "0"{"aquest dl."} 1313 "1"{"dl. que ve"} 1314 } 1315 } 1316 month{ 1317 dn{"mes"} 1318 relative{ 1319 "-1"{"el mes passat"} 1320 "0"{"aquest mes"} 1321 "1"{"el mes que ve"} 1322 } 1323 relativeTime{ 1324 future{ 1325 one{"d’aquí a {0} mes"} 1326 other{"d’aquí a {0} mesos"} 1327 } 1328 past{ 1329 one{"fa {0} mes"} 1330 other{"fa {0} mesos"} 1331 } 1332 } 1333 } 1334 month-narrow{ 1335 dn{"mes"} 1336 relative{ 1337 "-1"{"mes passat"} 1338 "0"{"aquest mes"} 1339 "1"{"mes vinent"} 1340 } 1341 relativeTime{ 1342 future{ 1343 one{"en {0} mes"} 1344 other{"en {0} mesos"} 1345 } 1346 past{ 1347 one{"fa {0} mes"} 1348 other{"fa {0} mesos"} 1349 } 1350 } 1351 } 1352 month-short{ 1353 dn{"mes"} 1354 relative{ 1355 "-1"{"el mes passat"} 1356 "0"{"aquest mes"} 1357 "1"{"el mes que ve"} 1358 } 1359 relativeTime{ 1360 future{ 1361 one{"d’aquí a {0} mes"} 1362 other{"d’aquí a {0} mesos"} 1363 } 1364 past{ 1365 one{"fa {0} mes"} 1366 other{"fa {0} mesos"} 1367 } 1368 } 1369 } 1370 quarter{ 1371 dn{"trimestre"} 1372 relative{ 1373 "-1"{"el trimestre passat"} 1374 "0"{"aquest trimestre"} 1375 "1"{"el trimestre que ve"} 1376 } 1377 relativeTime{ 1378 future{ 1379 one{"d’aquí a {0} trimestre"} 1380 other{"d’aquí a {0} trimestres"} 1381 } 1382 past{ 1383 one{"fa {0} trimestre"} 1384 other{"fa {0} trimestres"} 1385 } 1386 } 1387 } 1388 quarter-narrow{ 1389 dn{"trim."} 1390 relative{ 1391 "-1"{"trim. passat"} 1392 "0"{"aquest trim."} 1393 "1"{"trim. vinent"} 1394 } 1395 relativeTime{ 1396 future{ 1397 one{"en {0} trim."} 1398 other{"en {0} trim."} 1399 } 1400 past{ 1401 one{"fa {0} trim."} 1402 other{"fa {0} trim."} 1403 } 1404 } 1405 } 1406 quarter-short{ 1407 dn{"trim."} 1408 relative{ 1409 "-1"{"el trim. passat"} 1410 "0"{"aquest trim."} 1411 "1"{"el trim. que ve"} 1412 } 1413 relativeTime{ 1414 future{ 1415 one{"d’aquí a {0} trim."} 1416 other{"d’aquí a {0} trim."} 1417 } 1418 past{ 1419 one{"fa {0} trim."} 1420 other{"fa {0} trim."} 1421 } 1422 } 1423 } 1424 sat{ 1425 relative{ 1426 "-1"{"dissabte passat"} 1427 "0"{"aquest dissabte"} 1428 "1"{"dissabte que ve"} 1429 } 1430 } 1431 sat-narrow{ 1432 relative{ 1433 "-1"{"ds. passat"} 1434 "0"{"aquest ds."} 1435 "1"{"ds. que ve"} 1436 } 1437 } 1438 sat-short{ 1439 relative{ 1440 "-1"{"ds. passat"} 1441 "0"{"aquest ds."} 1442 "1"{"ds. que ve"} 1443 } 1444 } 1445 second{ 1446 dn{"segon"} 1447 relative{ 1448 "0"{"ara"} 1449 } 1450 relativeTime{ 1451 future{ 1452 one{"d’aquí a {0} segon"} 1453 other{"d’aquí a {0} segons"} 1454 } 1455 past{ 1456 one{"fa {0} segon"} 1457 other{"fa {0} segons"} 1458 } 1459 } 1460 } 1461 second-narrow{ 1462 dn{"s"} 1463 relativeTime{ 1464 future{ 1465 one{"d’aquí a {0} s"} 1466 other{"d’aquí a {0} s"} 1467 } 1468 past{ 1469 one{"fa {0} s"} 1470 other{"fa {0} s"} 1471 } 1472 } 1473 } 1474 second-short{ 1475 dn{"s"} 1476 relativeTime{ 1477 future{ 1478 one{"d’aquí a {0} s"} 1479 other{"d’aquí a {0} s"} 1480 } 1481 past{ 1482 one{"fa {0} s"} 1483 other{"fa {0} s"} 1484 } 1485 } 1486 } 1487 sun{ 1488 relative{ 1489 "-1"{"diumenge passat"} 1490 "0"{"aquest diumenge"} 1491 "1"{"diumenge que ve"} 1492 } 1493 } 1494 sun-narrow{ 1495 relative{ 1496 "-1"{"dg. passat"} 1497 "0"{"aquest dg."} 1498 "1"{"dg. que ve"} 1499 } 1500 } 1501 sun-short{ 1502 relative{ 1503 "-1"{"dg. passat"} 1504 "0"{"aquest dg."} 1505 "1"{"dg. que ve"} 1506 } 1507 } 1508 thu{ 1509 relative{ 1510 "-1"{"dijous passat"} 1511 "0"{"aquest dijous"} 1512 "1"{"dijous que ve"} 1513 } 1514 } 1515 thu-narrow{ 1516 relative{ 1517 "-1"{"dj. passat"} 1518 "0"{"aquest dj."} 1519 "1"{"dj. que ve"} 1520 } 1521 } 1522 thu-short{ 1523 relative{ 1524 "-1"{"dj. passat"} 1525 "0"{"aquest dj."} 1526 "1"{"dj. que ve"} 1527 } 1528 } 1529 tue{ 1530 relative{ 1531 "-1"{"dimarts passat"} 1532 "0"{"aquest dimarts"} 1533 "1"{"dimarts que ve"} 1534 } 1535 } 1536 tue-narrow{ 1537 relative{ 1538 "-1"{"dt. passat"} 1539 "0"{"aquest dt."} 1540 "1"{"dt. que ve"} 1541 } 1542 } 1543 tue-short{ 1544 relative{ 1545 "-1"{"dt. passat"} 1546 "0"{"aquest dt."} 1547 "1"{"dt. que ve"} 1548 } 1549 } 1550 wed{ 1551 relative{ 1552 "-1"{"dimecres passat"} 1553 "0"{"aquest dimecres"} 1554 "1"{"dimecres que ve"} 1555 } 1556 } 1557 wed-narrow{ 1558 relative{ 1559 "-1"{"dc. passat"} 1560 "0"{"aquest dc."} 1561 "1"{"dc. que ve"} 1562 } 1563 } 1564 wed-short{ 1565 relative{ 1566 "-1"{"dc. passat"} 1567 "0"{"aquest dc."} 1568 "1"{"dc. que ve"} 1569 } 1570 } 1571 week{ 1572 dn{"setmana"} 1573 relative{ 1574 "-1"{"la setmana passada"} 1575 "0"{"aquesta setmana"} 1576 "1"{"la setmana que ve"} 1577 } 1578 relativeTime{ 1579 future{ 1580 one{"d’aquí a {0} setmana"} 1581 other{"d’aquí a {0} setmanes"} 1582 } 1583 past{ 1584 one{"fa {0} setmana"} 1585 other{"fa {0} setmanes"} 1586 } 1587 } 1588 } 1589 week-narrow{ 1590 dn{"setm."} 1591 relative{ 1592 "-1"{"setm. passada"} 1593 "0"{"aquesta setm."} 1594 "1"{"setm. vinent"} 1595 } 1596 relativeTime{ 1597 future{ 1598 one{"en {0} setm."} 1599 other{"en {0} setm."} 1600 } 1601 past{ 1602 one{"fa {0} setm."} 1603 other{"fa {0} setm."} 1604 } 1605 } 1606 } 1607 week-short{ 1608 dn{"setm."} 1609 relative{ 1610 "-1"{"la setm. passada"} 1611 "0"{"aquesta setm."} 1612 "1"{"la setm. que ve"} 1613 } 1614 relativeTime{ 1615 future{ 1616 one{"d’aquí a {0} setm."} 1617 other{"d’aquí a {0} setm."} 1618 } 1619 past{ 1620 one{"fa {0} setm."} 1621 other{"fa {0} setm."} 1622 } 1623 } 1624 } 1625 weekday{ 1626 dn{"dia de la setmana"} 1627 } 1628 year{ 1629 dn{"any"} 1630 relative{ 1631 "-1"{"l’any passat"} 1632 "0"{"enguany"} 1633 "1"{"l’any que ve"} 1634 } 1635 relativeTime{ 1636 future{ 1637 one{"d’aquí a {0} any"} 1638 other{"d’aquí a {0} anys"} 1639 } 1640 past{ 1641 one{"fa {0} any"} 1642 other{"fa {0} anys"} 1643 } 1644 } 1645 } 1646 year-narrow{ 1647 dn{"any"} 1648 relative{ 1649 "-1"{"l’any passat"} 1650 "0"{"enguany"} 1651 "1"{"l’any que ve"} 1652 } 1653 relativeTime{ 1654 future{ 1655 one{"en {0} any"} 1656 other{"en {0} anys"} 1657 } 1658 past{ 1659 one{"fa {0} any"} 1660 other{"fa {0} anys"} 1661 } 1662 } 1663 } 1664 year-short{ 1665 dn{"any"} 1666 relative{ 1667 "-1"{"l’any passat"} 1668 "0"{"enguany"} 1669 "1"{"l’any que ve"} 1670 } 1671 relativeTime{ 1672 future{ 1673 one{"d’aquí a {0} any"} 1674 other{"d’aquí a {0} anys"} 1675 } 1676 past{ 1677 one{"fa {0} any"} 1678 other{"fa {0} anys"} 1679 } 1680 } 1681 } 1682 zone{ 1683 dn{"fus horari"} 1684 } 1685 } 1686 listPattern{ 1687 standard{ 1688 2{"{0} i {1}"} 1689 end{"{0} i {1}"} 1690 middle{"{0}, {1}"} 1691 start{"{0}, {1}"} 1692 } 1693 unit{ 1694 2{"{0} i {1}"} 1695 end{"{0} i {1}"} 1696 middle{"{0}, {1}"} 1697 start{"{0}, {1}"} 1698 } 1699 unit-narrow{ 1700 2{"{0} i {1}"} 1701 end{"{0} i {1}"} 1702 middle{"{0}, {1}"} 1703 start{"{0}, {1}"} 1704 } 1705 unit-short{ 1706 2{"{0} i {1}"} 1707 end{"{0} i {1}"} 1708 middle{"{0}, {1}"} 1709 start{"{0}, {1}"} 1710 } 1711 } 1712 measurementSystemNames{ 1713 UK{"RU"} 1714 US{"EUA"} 1715 metric{"mètric"} 1716 } 1717 transformNames{ 1718 BGN{"BGN"} 1719 Numeric{"Numèric"} 1720 Tone{"To"} 1721 UNGEGN{"UNGEGN"} 1722 x-Accents{"Accents"} 1723 x-Fullwidth{"Amplada completa"} 1724 x-Halfwidth{"Amplada mitjana"} 1725 x-Jamo{"Jamo"} 1726 x-Pinyin{"Pinyin"} 1727 x-Publishing{"Publicació"} 1728 } 1729} 1730