1// *************************************************************************** 2// * 3// * Copyright (C) 2014 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/es.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/common/main/es.xml 11 */ 12es{ 13 AuxExemplarCharacters{"[ª à ă â å ä ã ā æ ç è ĕ ê ë ē ì ĭ î ï ī º ò ŏ ô ö ø ō œ ù ŭ û ū ÿ]"} 14 Ellipsis{ 15 final{"{0}…"} 16 initial{"… {0}"} 17 medial{"{0}… {1}"} 18 word-final{"{0}…"} 19 word-initial{"… {0}"} 20 word-medial{"{0}… {1}"} 21 } 22 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]"} 23 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]"} 24 ExemplarCharactersPunctuation{ 25 "[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / " 26 "\\\\ \\& # † ‡ ′ ″]" 27 } 28 LocaleScript{ 29 "Latn", 30 } 31 MoreInformation{"?"} 32 NumberElements{ 33 latn{ 34 miscPatterns{ 35 atLeast{"Más de {0}"} 36 range{"{0}-{1}"} 37 } 38 patterns{ 39 accountingFormat{"#,##0.00 ¤"} 40 currencyFormat{"#,##0.00 ¤"} 41 decimalFormat{"#,##0.###"} 42 percentFormat{"#,##0%"} 43 scientificFormat{"#E0"} 44 } 45 patternsLong{ 46 decimalFormat{ 47 1000{ 48 one{"0 mil"} 49 other{"0 mil"} 50 } 51 10000{ 52 one{"00 mil"} 53 other{"00 mil"} 54 } 55 100000{ 56 one{"000 mil"} 57 other{"000 mil"} 58 } 59 1000000{ 60 one{"0 millón"} 61 other{"0 millones"} 62 } 63 10000000{ 64 one{"00 millones"} 65 other{"00 millones"} 66 } 67 100000000{ 68 one{"000 millones"} 69 other{"000 millones"} 70 } 71 1000000000{ 72 one{"0 mil millones"} 73 other{"0 mil millones"} 74 } 75 10000000000{ 76 one{"00 mil millones"} 77 other{"00 mil millones"} 78 } 79 100000000000{ 80 one{"000 mil millones"} 81 other{"000 mil millones"} 82 } 83 1000000000000{ 84 one{"0 billón"} 85 other{"0 billones"} 86 } 87 10000000000000{ 88 one{"00 billones"} 89 other{"00 billones"} 90 } 91 100000000000000{ 92 one{"000 billones"} 93 other{"000 billones"} 94 } 95 } 96 } 97 patternsShort{ 98 decimalFormat{ 99 1000{ 100 one{"0K"} 101 other{"0K"} 102 } 103 10000{ 104 one{"00K"} 105 other{"00K"} 106 } 107 100000{ 108 one{"000K"} 109 other{"000K"} 110 } 111 1000000{ 112 one{"0M"} 113 other{"0M"} 114 } 115 10000000{ 116 one{"00M"} 117 other{"00M"} 118 } 119 100000000{ 120 one{"000M"} 121 other{"000M"} 122 } 123 1000000000{ 124 one{"0000 M"} 125 other{"0000 M"} 126 } 127 10000000000{ 128 one{"00MRD"} 129 other{"00MRD"} 130 } 131 100000000000{ 132 one{"000MRD"} 133 other{"000MRD"} 134 } 135 1000000000000{ 136 one{"0B"} 137 other{"0B"} 138 } 139 10000000000000{ 140 one{"00B"} 141 other{"00B"} 142 } 143 100000000000000{ 144 one{"000B"} 145 other{"000B"} 146 } 147 } 148 } 149 symbols{ 150 decimal{","} 151 exponential{"E"} 152 group{"."} 153 infinity{"∞"} 154 list{";"} 155 minusSign{"-"} 156 nan{"NaN"} 157 perMille{"‰"} 158 percentSign{"%"} 159 plusSign{"+"} 160 superscriptingExponent{"×"} 161 } 162 } 163 } 164 Version{"2.0.98.52"} 165 calendar{ 166 buddhist{ 167 eras{ 168 abbreviated{ 169 "BE", 170 } 171 } 172 } 173 chinese{ 174 DateTimePatterns{ 175 "H:mm:ss (zzzz)", 176 "H:mm:ss z", 177 "H:mm:ss", 178 "H:mm", 179 "EEEE, d-M-y", 180 "d-M-y", 181 "d-M-y", 182 "d-M-y", 183 "{1} {0}", 184 "{1} {0}", 185 "{1} {0}", 186 "{1} {0}", 187 "{1} {0}", 188 } 189 availableFormats{ 190 Ed{"E d"} 191 Gy{"y"} 192 GyMMM{"M-y"} 193 GyMMMEd{"E, d-M-y"} 194 GyMMMd{"d-M-y"} 195 H{"HH"} 196 Hm{"HH:mm"} 197 Hms{"HH:mm:ss"} 198 M{"L"} 199 MEd{"E, d-M"} 200 MMM{"L"} 201 MMMEd{"E d-M"} 202 MMMd{"d-M"} 203 Md{"d-M"} 204 d{"d"} 205 h{"hh a"} 206 hm{"hh:mm a"} 207 hms{"hh:mm:ss a"} 208 ms{"mm:ss"} 209 y{"y"} 210 yyyy{"y"} 211 yyyyM{"M-y"} 212 yyyyMEd{"E, d-M-y"} 213 yyyyMMM{"M-y"} 214 yyyyMMMEd{"E, d-M-y"} 215 yyyyMMMM{"M-y"} 216 yyyyMMMd{"d-M-y"} 217 yyyyMd{"d-M-y"} 218 yyyyQQQ{"QQQ y"} 219 yyyyQQQQ{"QQQQ y"} 220 } 221 } 222 generic{ 223 DateTimePatterns{ 224 "H:mm:ss (zzzz)", 225 "H:mm:ss z", 226 "H:mm:ss", 227 "H:mm", 228 "EEEE, d 'de' MMMM 'de' y G", 229 "d 'de' MMMM 'de' y G", 230 "dd/MM/y G", 231 "dd/MM/yy GGGGG", 232 "{1} {0}", 233 "{1}, {0}", 234 "{1}, {0}", 235 "{1} {0}", 236 "{1} {0}", 237 } 238 availableFormats{ 239 Ed{"E d"} 240 Gy{"y G"} 241 GyMMM{"MMM y G"} 242 GyMMMEd{"E, d 'de' MMMM 'de' y G"} 243 GyMMMd{"d MMM y G"} 244 H{"HH"} 245 Hm{"HH:mm"} 246 Hms{"HH:mm:ss"} 247 M{"L"} 248 MEd{"E, d/M"} 249 MMM{"LLL"} 250 MMMEd{"E, d MMM"} 251 MMMMd{"d 'de' MMMM"} 252 MMMd{"d MMM"} 253 MMMdd{"dd-MMM"} 254 Md{"d/M"} 255 d{"d"} 256 h{"hh a"} 257 hm{"hh:mm a"} 258 hms{"hh:mm:ss a"} 259 ms{"mm:ss"} 260 y{"y G"} 261 yyyy{"y G"} 262 yyyyM{"M/y GGGGG"} 263 yyyyMEd{"E, d/M/y GGGGG"} 264 yyyyMMM{"MMM y G"} 265 yyyyMMMEd{"E, d 'de' MMMM 'de' y G"} 266 yyyyMMMM{"MMMM 'de' y G"} 267 yyyyMMMd{"d MMM y G"} 268 yyyyMd{"d/M/y GGGGG"} 269 yyyyQQQ{"QQQ y G"} 270 yyyyQQQQ{"QQQQ 'de' y G"} 271 } 272 intervalFormats{ 273 H{ 274 H{"HH–HH"} 275 } 276 Hm{ 277 H{"HH:mm – HH:mm"} 278 m{"HH:mm – HH:mm"} 279 } 280 Hmv{ 281 H{"HH:mm – HH:mm v"} 282 m{"HH:mm – HH:mm v"} 283 } 284 M{ 285 M{"M–M"} 286 } 287 MEd{ 288 M{"E, d/M–E, d/M"} 289 d{"E, d/M–E, d/M"} 290 } 291 MMM{ 292 M{"MMM–MMM"} 293 } 294 MMMEd{ 295 M{"E, d 'de' MMM–E, d 'de' MMM"} 296 d{"E, d 'de' MMM–E, d 'de' MMM"} 297 } 298 MMMd{ 299 M{"d 'de' MMM–d 'de' MMM"} 300 d{"d–d MMM"} 301 } 302 Md{ 303 M{"d/M–d/M"} 304 d{"d/M–d/M"} 305 } 306 d{ 307 d{"d–d"} 308 } 309 fallback{"{0}–{1}"} 310 h{ 311 a{"h a – h a"} 312 h{"h–h a"} 313 } 314 hm{ 315 a{"h:mm a – h:mm a"} 316 h{"h:mm – h:mm a"} 317 m{"h:mm – h:mm a"} 318 } 319 hmv{ 320 a{"h:mm a – h:mm a v"} 321 h{"h:mm – h:mm a v"} 322 m{"h:mm – h:mm a v"} 323 } 324 hv{ 325 a{"h a – h a v"} 326 h{"h–h a v"} 327 } 328 y{ 329 y{"y–y G"} 330 } 331 yM{ 332 M{"M/y–M/y G"} 333 y{"M/y–M/y G"} 334 } 335 yMEd{ 336 M{"E, d/M/y–E, d/M/y G"} 337 d{"E, d/M/y–E, d/M/y G"} 338 y{"E, d/M/y–E, d/M/y G"} 339 } 340 yMMM{ 341 M{"MMM–MMM 'de' y G"} 342 y{"MMM 'de' y–MMM 'de' y G"} 343 } 344 yMMMEd{ 345 M{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} 346 d{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} 347 y{"E, d 'de' MMM 'de' y–E, d 'de' MMM 'de' y G"} 348 } 349 yMMMM{ 350 M{"MMMM–MMMM 'de' y G"} 351 y{"MMMM 'de' y–MMMM 'de' y G"} 352 } 353 yMMMd{ 354 M{"d 'de' MMM–d 'de' MMM y G"} 355 d{"d–d 'de' MMM 'de' y G"} 356 y{"d 'de' MMM 'de' y–d 'de' MMM 'de' y G"} 357 } 358 yMd{ 359 M{"d/M/y–d/M/y G"} 360 d{"d/M/y–d/M/y G"} 361 y{"d/M/y–d/M/y G"} 362 } 363 } 364 } 365 gregorian{ 366 AmPmMarkers{ 367 "a. m.", 368 "p. m.", 369 } 370 AmPmMarkersNarrow{ 371 "a.m.", 372 "p.m.", 373 } 374 DateTimePatterns{ 375 "H:mm:ss (zzzz)", 376 "H:mm:ss z", 377 "H:mm:ss", 378 "H:mm", 379 "EEEE, d 'de' MMMM 'de' y", 380 "d 'de' MMMM 'de' y", 381 "d/M/y", 382 "d/M/yy", 383 "{1} {0}", 384 "{1}, {0}", 385 "{1}, {0}", 386 "{1} {0}", 387 "{1} {0}", 388 } 389 appendItems{ 390 Timezone{"{0} {1}"} 391 } 392 availableFormats{ 393 EHm{"E, H:mm"} 394 EHms{"E, H:mm:ss"} 395 Ed{"E d"} 396 Ehm{"E, h:mm a"} 397 Ehms{"E, h:mm:ss a"} 398 Gy{"y G"} 399 GyMMM{"MMM 'de' y G"} 400 GyMMMEd{"E, d 'de' MMMM 'de' y G"} 401 GyMMMd{"d MMM 'de' y G"} 402 H{"H"} 403 Hm{"H:mm"} 404 Hms{"H:mm:ss"} 405 M{"L"} 406 MEd{"E, d/M"} 407 MMM{"LLL"} 408 MMMEd{"E d 'de' MMM"} 409 MMMMd{"d 'de' MMMM"} 410 MMMd{"d 'de' MMM"} 411 MMMdd{"dd-MMM"} 412 MMd{"d/M"} 413 MMdd{"d/M"} 414 Md{"d/M"} 415 d{"d"} 416 h{"h a"} 417 hm{"h:mm a"} 418 hms{"h:mm:ss a"} 419 ms{"mm:ss"} 420 y{"y"} 421 yM{"M/y"} 422 yMEd{"EEE, d/M/y"} 423 yMM{"M/y"} 424 yMMM{"MMM 'de' y"} 425 yMMMEd{"EEE, d 'de' MMMM 'de' y"} 426 yMMMM{"MMMM 'de' y"} 427 yMMMd{"d 'de' MMM 'de' y"} 428 yMd{"d/M/y"} 429 yQQQ{"QQQ y"} 430 yQQQQ{"QQQQ 'de' y"} 431 } 432 dayNames{ 433 format{ 434 abbreviated{ 435 "dom.", 436 "lun.", 437 "mar.", 438 "mié.", 439 "jue.", 440 "vie.", 441 "sáb.", 442 } 443 narrow{ 444 "D", 445 "L", 446 "M", 447 "X", 448 "J", 449 "V", 450 "S", 451 } 452 short{ 453 "DO", 454 "LU", 455 "MA", 456 "MI", 457 "JU", 458 "VI", 459 "SA", 460 } 461 wide{ 462 "domingo", 463 "lunes", 464 "martes", 465 "miércoles", 466 "jueves", 467 "viernes", 468 "sábado", 469 } 470 } 471 stand-alone{ 472 abbreviated{ 473 "Dom.", 474 "Lun.", 475 "Mar.", 476 "Mié.", 477 "Jue.", 478 "Vie.", 479 "Sáb.", 480 } 481 narrow{ 482 "D", 483 "L", 484 "M", 485 "X", 486 "J", 487 "V", 488 "S", 489 } 490 short{ 491 "DO", 492 "LU", 493 "MA", 494 "MI", 495 "JU", 496 "VI", 497 "SA", 498 } 499 wide{ 500 "Domingo", 501 "Lunes", 502 "Martes", 503 "Miércoles", 504 "Jueves", 505 "Viernes", 506 "Sábado", 507 } 508 } 509 } 510 eras{ 511 abbreviated{ 512 "a. C.", 513 "d. C.", 514 } 515 wide{ 516 "antes de Cristo", 517 "anno Dómini", 518 } 519 } 520 intervalFormats{ 521 H{ 522 H{"H–H"} 523 } 524 Hm{ 525 H{"H:mm–H:mm"} 526 m{"H:mm–H:mm"} 527 } 528 Hmv{ 529 H{"H:mm–H:mm v"} 530 m{"H:mm–H:mm v"} 531 } 532 Hv{ 533 H{"H–H v"} 534 } 535 M{ 536 M{"M–M"} 537 } 538 MEd{ 539 M{"E, d/M–E, d/M"} 540 d{"E, d/M–E, d/M"} 541 } 542 MMM{ 543 M{"MMM–MMM"} 544 } 545 MMMEd{ 546 M{"E, d MMM–E, d MMM"} 547 d{"E, d MMM–E, d MMM"} 548 } 549 MMMd{ 550 M{"d MMM–d MMM"} 551 d{"d–d MMM"} 552 } 553 Md{ 554 M{"d/M–d/M"} 555 d{"d/M–d/M"} 556 } 557 d{ 558 d{"d–d"} 559 } 560 fallback{"{0}–{1}"} 561 h{ 562 a{"h a–h a"} 563 h{"h–h a"} 564 } 565 hm{ 566 a{"h:mm a – h:mm a"} 567 h{"h:mm – h:mm a"} 568 m{"h:mm – h:mm a"} 569 } 570 hmv{ 571 a{"h:mm a–h:mm a v"} 572 h{"h:mm–h:mm a v"} 573 m{"h:mm–h:mm a v"} 574 } 575 hv{ 576 a{"h a–h a v"} 577 h{"h–h a v"} 578 } 579 y{ 580 y{"y–y"} 581 } 582 yM{ 583 M{"M/y–M/y"} 584 y{"M/y–M/y"} 585 } 586 yMEd{ 587 M{"E, d/M/y–E, d/M/y"} 588 d{"E, d/M/y–E, d/M/y"} 589 y{"E, d/M/y–E, d/M/y"} 590 } 591 yMMM{ 592 M{"MMM–MMM y"} 593 y{"MMM y–MMM y"} 594 } 595 yMMMEd{ 596 M{"E, d MMM–E, d MMM 'de' y"} 597 d{"E, d MMM–E, d MMM 'de' y"} 598 y{"E, d MMM 'de' y–E, d MMM 'de' y"} 599 } 600 yMMMM{ 601 M{"MMMM–MMMM 'de' y"} 602 y{"MMMM 'de' y–MMMM 'de' y"} 603 } 604 yMMMd{ 605 M{"d MMM–d MMM 'de' y"} 606 d{"d–d MMM y"} 607 y{"d MMM 'de' y–d MMM 'de' y"} 608 } 609 yMd{ 610 M{"d/M/y–d/M/y"} 611 d{"d/M/y–d/M/y"} 612 y{"d/M/y–d/M/y"} 613 } 614 } 615 monthNames{ 616 format{ 617 abbreviated{ 618 "ene.", 619 "feb.", 620 "mar.", 621 "abr.", 622 "may.", 623 "jun.", 624 "jul.", 625 "ago.", 626 "sept.", 627 "oct.", 628 "nov.", 629 "dic.", 630 } 631 narrow{ 632 "E", 633 "F", 634 "M", 635 "A", 636 "M", 637 "J", 638 "J", 639 "A", 640 "S", 641 "O", 642 "N", 643 "D", 644 } 645 wide{ 646 "enero", 647 "febrero", 648 "marzo", 649 "abril", 650 "mayo", 651 "junio", 652 "julio", 653 "agosto", 654 "septiembre", 655 "octubre", 656 "noviembre", 657 "diciembre", 658 } 659 } 660 stand-alone{ 661 abbreviated{ 662 "Ene.", 663 "Feb.", 664 "Mar.", 665 "Abr.", 666 "May.", 667 "Jun.", 668 "Jul.", 669 "Ago.", 670 "Sept.", 671 "Oct.", 672 "Nov.", 673 "Dic.", 674 } 675 narrow{ 676 "E", 677 "F", 678 "M", 679 "A", 680 "M", 681 "J", 682 "J", 683 "A", 684 "S", 685 "O", 686 "N", 687 "D", 688 } 689 wide{ 690 "Enero", 691 "Febrero", 692 "Marzo", 693 "Abril", 694 "Mayo", 695 "Junio", 696 "Julio", 697 "Agosto", 698 "Septiembre", 699 "Octubre", 700 "Noviembre", 701 "Diciembre", 702 } 703 } 704 } 705 quarters{ 706 format{ 707 abbreviated{ 708 "T1", 709 "T2", 710 "T3", 711 "T4", 712 } 713 narrow{ 714 "1T", 715 "2T", 716 "3T", 717 "4T", 718 } 719 wide{ 720 "1.er trimestre", 721 "2.º trimestre", 722 "3.er trimestre", 723 "4.º trimestre", 724 } 725 } 726 stand-alone{ 727 abbreviated{ 728 "T1", 729 "T2", 730 "T3", 731 "T4", 732 } 733 narrow{ 734 "1T", 735 "2T", 736 "3T", 737 "4T", 738 } 739 wide{ 740 "1.er trimestre", 741 "2.º trimestre", 742 "3.er trimestre", 743 "4.º trimestre", 744 } 745 } 746 } 747 } 748 hebrew{ 749 eras{ 750 abbreviated{ 751 "AM", 752 } 753 } 754 } 755 islamic{ 756 eras{ 757 abbreviated{ 758 "AH", 759 } 760 } 761 } 762 japanese{ 763 DateTimePatterns{ 764 "H:mm:ss (zzzz)", 765 "H:mm:ss z", 766 "H:mm:ss", 767 "H:mm", 768 "EEEE, d 'de' MMMM 'de' y G", 769 "d 'de' MMMM 'de' y G", 770 "dd/MM/y G", 771 "dd/MM/yy GGGGG", 772 "{1} {0}", 773 "{1}, {0}", 774 "{1}, {0}", 775 "{1} {0}", 776 "{1} {0}", 777 } 778 } 779 roc{ 780 eras{ 781 abbreviated{ 782 "antes de R.O.C.", 783 "R.O.C.", 784 } 785 } 786 } 787 } 788 contextTransforms{ 789 day-format-except-narrow:intvector{ 790 1, 791 1, 792 } 793 day-standalone-except-narrow:intvector{ 794 1, 795 1, 796 } 797 languages:intvector{ 798 1, 799 1, 800 } 801 month-format-except-narrow:intvector{ 802 1, 803 1, 804 } 805 month-standalone-except-narrow:intvector{ 806 1, 807 1, 808 } 809 } 810 delimiters{ 811 alternateQuotationEnd{"”"} 812 alternateQuotationStart{"“"} 813 quotationEnd{"»"} 814 quotationStart{"«"} 815 } 816 durationUnits{ 817 hm{"h:mm"} 818 hms{"h:mm:ss"} 819 ms{"m:ss"} 820 } 821 fields{ 822 day{ 823 dn{"día"} 824 relative{ 825 "-1"{"ayer"} 826 "-2"{"antes de ayer"} 827 "0"{"hoy"} 828 "1"{"mañana"} 829 "2"{"pasado mañana"} 830 } 831 relativeTime{ 832 future{ 833 one{"dentro de {0} día"} 834 other{"dentro de {0} días"} 835 } 836 past{ 837 one{"hace {0} día"} 838 other{"hace {0} días"} 839 } 840 } 841 } 842 dayperiod{ 843 dn{"periodo del día"} 844 } 845 era{ 846 dn{"era"} 847 } 848 fri{ 849 relative{ 850 "-1"{"el viernes pasado"} 851 "0"{"este viernes"} 852 "1"{"el próximo viernes"} 853 } 854 } 855 hour{ 856 dn{"hora"} 857 relativeTime{ 858 future{ 859 one{"dentro de {0} hora"} 860 other{"dentro de {0} horas"} 861 } 862 past{ 863 one{"hace {0} hora"} 864 other{"hace {0} horas"} 865 } 866 } 867 } 868 minute{ 869 dn{"minuto"} 870 relativeTime{ 871 future{ 872 one{"dentro de {0} minuto"} 873 other{"dentro de {0} minutos"} 874 } 875 past{ 876 one{"hace {0} minuto"} 877 other{"hace {0} minutos"} 878 } 879 } 880 } 881 mon{ 882 relative{ 883 "-1"{"el lunes pasado"} 884 "0"{"este lunes"} 885 "1"{"el próximo lunes"} 886 } 887 } 888 month{ 889 dn{"mes"} 890 relative{ 891 "-1"{"el mes pasado"} 892 "0"{"este mes"} 893 "1"{"el próximo mes"} 894 } 895 relativeTime{ 896 future{ 897 one{"dentro de {0} mes"} 898 other{"dentro de {0} meses"} 899 } 900 past{ 901 one{"hace {0} mes"} 902 other{"hace {0} meses"} 903 } 904 } 905 } 906 sat{ 907 relative{ 908 "-1"{"el sábado pasado"} 909 "0"{"este sábado"} 910 "1"{"el próximo sábado"} 911 } 912 } 913 second{ 914 dn{"segundo"} 915 relative{ 916 "0"{"ahora"} 917 } 918 relativeTime{ 919 future{ 920 one{"dentro de {0} segundo"} 921 other{"dentro de {0} segundos"} 922 } 923 past{ 924 one{"hace {0} segundo"} 925 other{"hace {0} segundos"} 926 } 927 } 928 } 929 sun{ 930 relative{ 931 "-1"{"el domingo pasado"} 932 "0"{"este domingo"} 933 "1"{"el próximo domingo"} 934 } 935 } 936 thu{ 937 relative{ 938 "-1"{"el jueves pasado"} 939 "0"{"este jueves"} 940 "1"{"el próximo jueves"} 941 } 942 } 943 tue{ 944 relative{ 945 "-1"{"el martes pasado"} 946 "0"{"este martes"} 947 "1"{"el próximo martes"} 948 } 949 } 950 wed{ 951 relative{ 952 "-1"{"el miércoles pasado"} 953 "0"{"este miércoles"} 954 "1"{"el próximo miércoles"} 955 } 956 } 957 week{ 958 dn{"semana"} 959 relative{ 960 "-1"{"la semana pasada"} 961 "0"{"esta semana"} 962 "1"{"la próxima semana"} 963 } 964 relativeTime{ 965 future{ 966 one{"dentro de {0} semana"} 967 other{"dentro de {0} semanas"} 968 } 969 past{ 970 one{"hace {0} semana"} 971 other{"hace {0} semanas"} 972 } 973 } 974 } 975 weekday{ 976 dn{"día de la semana"} 977 } 978 year{ 979 dn{"año"} 980 relative{ 981 "-1"{"el año pasado"} 982 "0"{"este año"} 983 "1"{"el próximo año"} 984 } 985 relativeTime{ 986 future{ 987 one{"dentro de {0} año"} 988 other{"dentro de {0} años"} 989 } 990 past{ 991 one{"hace {0} año"} 992 other{"hace {0} años"} 993 } 994 } 995 } 996 zone{ 997 dn{"zona horaria"} 998 } 999 } 1000 listPattern{ 1001 standard{ 1002 2{"{0} y {1}"} 1003 end{"{0} y {1}"} 1004 middle{"{0}, {1}"} 1005 start{"{0}, {1}"} 1006 } 1007 unit{ 1008 2{"{0} y {1}"} 1009 end{"{0} y {1}"} 1010 middle{"{0}, {1}"} 1011 start{"{0}, {1}"} 1012 } 1013 unit-short{ 1014 2{"{0} y {1}"} 1015 end{"{0}, {1}"} 1016 middle{"{0}, {1}"} 1017 start{"{0}, {1}"} 1018 } 1019 } 1020 measurementSystemNames{ 1021 UK{"anglosajón"} 1022 US{"estadounidense"} 1023 metric{"métrico"} 1024 } 1025 transformNames{ 1026 BGN{"BGN"} 1027 Numeric{"Numérico"} 1028 Tone{"Tono"} 1029 UNGEGN{"UNGEGN"} 1030 x-Accents{"Acentos"} 1031 x-Fullwidth{"Ancho completo"} 1032 x-Halfwidth{"Ancho medio"} 1033 x-Jamo{"Jamo"} 1034 x-Pinyin{"Pinyin"} 1035 x-Publishing{"Publicación"} 1036 } 1037 units{ 1038 acceleration{ 1039 g-force{ 1040 one{"{0} unidad de fuerza gravitacional"} 1041 other{"{0} unidades de fuerza gravitacional"} 1042 } 1043 } 1044 angle{ 1045 arc-minute{ 1046 one{"{0} minuto"} 1047 other{"{0} minutos"} 1048 } 1049 arc-second{ 1050 one{"{0} segundo"} 1051 other{"{0} segundos"} 1052 } 1053 degree{ 1054 one{"{0} grado"} 1055 other{"{0} grados"} 1056 } 1057 } 1058 area{ 1059 acre{ 1060 one{"{0} acre"} 1061 other{"{0} acres"} 1062 } 1063 hectare{ 1064 one{"{0} hectárea"} 1065 other{"{0} hectáreas"} 1066 } 1067 square-foot{ 1068 one{"{0} pie cuadrado"} 1069 other{"{0} pies cuadrados"} 1070 } 1071 square-kilometer{ 1072 one{"{0} kilómetro cuadrado"} 1073 other{"{0} kilómetros cuadrados"} 1074 } 1075 square-meter{ 1076 one{"{0} metro cuadrado"} 1077 other{"{0} metros cuadrados"} 1078 } 1079 square-mile{ 1080 one{"{0} milla cuadrada"} 1081 other{"{0} millas cuadradas"} 1082 } 1083 } 1084 compound{ 1085 per{"{0} por {1}"} 1086 } 1087 duration{ 1088 day{ 1089 one{"{0} día"} 1090 other{"{0} días"} 1091 } 1092 hour{ 1093 one{"{0} hora"} 1094 other{"{0} horas"} 1095 } 1096 millisecond{ 1097 one{"{0} milisegundo"} 1098 other{"{0} milisegundos"} 1099 } 1100 minute{ 1101 one{"{0} minuto"} 1102 other{"{0} minutos"} 1103 } 1104 month{ 1105 one{"{0} mes"} 1106 other{"{0} meses"} 1107 } 1108 second{ 1109 one{"{0} segundo"} 1110 other{"{0} segundos"} 1111 } 1112 week{ 1113 one{"{0} semana"} 1114 other{"{0} semanas"} 1115 } 1116 year{ 1117 one{"{0} año"} 1118 other{"{0} años"} 1119 } 1120 } 1121 length{ 1122 centimeter{ 1123 one{"{0} centímetro"} 1124 other{"{0} centímetros"} 1125 } 1126 foot{ 1127 one{"{0} pie"} 1128 other{"{0} pies"} 1129 } 1130 inch{ 1131 one{"{0} pulgada"} 1132 other{"{0} pulgadas"} 1133 } 1134 kilometer{ 1135 one{"{0} kilómetro"} 1136 other{"{0} kilómetros"} 1137 } 1138 light-year{ 1139 one{"{0} año luz"} 1140 other{"{0} años luz"} 1141 } 1142 meter{ 1143 one{"{0} metro"} 1144 other{"{0} metros"} 1145 } 1146 mile{ 1147 one{"{0} milla"} 1148 other{"{0} millas"} 1149 } 1150 millimeter{ 1151 one{"{0} milímetro"} 1152 other{"{0} milímetros"} 1153 } 1154 picometer{ 1155 one{"{0} picómetro"} 1156 other{"{0} picómetros"} 1157 } 1158 yard{ 1159 one{"{0} yarda"} 1160 other{"{0} yardas"} 1161 } 1162 } 1163 mass{ 1164 gram{ 1165 one{"{0} gramo"} 1166 other{"{0} gramos"} 1167 } 1168 kilogram{ 1169 one{"{0} kilogramo"} 1170 other{"{0} kilogramos"} 1171 } 1172 ounce{ 1173 one{"{0} onza"} 1174 other{"{0} onzas"} 1175 } 1176 pound{ 1177 one{"{0} libra"} 1178 other{"{0} libras"} 1179 } 1180 } 1181 power{ 1182 horsepower{ 1183 one{"{0} caballo de vapor"} 1184 other{"{0} caballos de vapor"} 1185 } 1186 kilowatt{ 1187 one{"{0} kilovatio"} 1188 other{"{0} kilovatios"} 1189 } 1190 watt{ 1191 one{"{0} vatio"} 1192 other{"{0} vatios"} 1193 } 1194 } 1195 pressure{ 1196 hectopascal{ 1197 one{"{0} hectopascal"} 1198 other{"{0} hectopascales"} 1199 } 1200 inch-hg{ 1201 one{"{0} pulgada de mercurio"} 1202 other{"{0} pulgadas de mercurio"} 1203 } 1204 millibar{ 1205 one{"{0} milibar"} 1206 other{"{0} milibares"} 1207 } 1208 } 1209 speed{ 1210 kilometer-per-hour{ 1211 one{"{0} kilómetro por hora"} 1212 other{"{0} kilómetros por hora"} 1213 } 1214 meter-per-second{ 1215 one{"{0} metro por segundo"} 1216 other{"{0} metros por segundo"} 1217 } 1218 mile-per-hour{ 1219 one{"{0} milla por hora"} 1220 other{"{0} millas por hora"} 1221 } 1222 } 1223 temperature{ 1224 celsius{ 1225 one{"{0} grado Celsius"} 1226 other{"{0} grados Celsius"} 1227 } 1228 fahrenheit{ 1229 one{"{0} grado Fahrenheit"} 1230 other{"{0} grados Fahrenheit"} 1231 } 1232 } 1233 volume{ 1234 cubic-kilometer{ 1235 one{"{0} kilómetro cúbico"} 1236 other{"{0} kilómetros cúbicos"} 1237 } 1238 cubic-mile{ 1239 one{"{0} milla cúbica"} 1240 other{"{0} millas cúbicas"} 1241 } 1242 liter{ 1243 one{"{0} litro"} 1244 other{"{0} litros"} 1245 } 1246 } 1247 } 1248 unitsNarrow{ 1249 acceleration{ 1250 g-force{ 1251 one{"{0} G"} 1252 other{"{0} G"} 1253 } 1254 } 1255 angle{ 1256 arc-minute{ 1257 one{"{0}'"} 1258 other{"{0}'"} 1259 } 1260 arc-second{ 1261 one{"{0}\u0022"} 1262 other{"{0}\u0022"} 1263 } 1264 degree{ 1265 one{"{0}°"} 1266 other{"{0}°"} 1267 } 1268 } 1269 area{ 1270 acre{ 1271 one{"{0} ac"} 1272 other{"{0} ac"} 1273 } 1274 hectare{ 1275 one{"{0} ha"} 1276 other{"{0} ha"} 1277 } 1278 square-foot{ 1279 one{"{0} ft²"} 1280 other{"{0} ft²"} 1281 } 1282 square-kilometer{ 1283 one{"{0} km²"} 1284 other{"{0} km²"} 1285 } 1286 square-meter{ 1287 one{"{0} m²"} 1288 other{"{0} m²"} 1289 } 1290 square-mile{ 1291 one{"{0} mi²"} 1292 other{"{0} mi²"} 1293 } 1294 } 1295 compound{ 1296 per{"{0}/{1}"} 1297 } 1298 duration{ 1299 day{ 1300 one{"{0} d"} 1301 other{"{0} d"} 1302 } 1303 hour{ 1304 one{"{0} h"} 1305 other{"{0} h"} 1306 } 1307 millisecond{ 1308 one{"{0} ms"} 1309 other{"{0} ms"} 1310 } 1311 minute{ 1312 one{"{0} min"} 1313 other{"{0} min"} 1314 } 1315 month{ 1316 one{"{0} m"} 1317 other{"{0} m"} 1318 } 1319 second{ 1320 one{"{0} s"} 1321 other{"{0} s"} 1322 } 1323 week{ 1324 one{"{0} semana"} 1325 other{"{0} sem"} 1326 } 1327 year{ 1328 one{"{0}a"} 1329 other{"{0} a"} 1330 } 1331 } 1332 length{ 1333 centimeter{ 1334 one{"{0} cm"} 1335 other{"{0} cm"} 1336 } 1337 foot{ 1338 one{"{0} ft"} 1339 other{"{0} ft"} 1340 } 1341 inch{ 1342 one{"{0} in"} 1343 other{"{0} in"} 1344 } 1345 kilometer{ 1346 one{"{0} km"} 1347 other{"{0} km"} 1348 } 1349 light-year{ 1350 one{"{0} a. l."} 1351 other{"{0} a. l."} 1352 } 1353 meter{ 1354 one{"{0} m"} 1355 other{"{0} m"} 1356 } 1357 mile{ 1358 one{"{0} mi"} 1359 other{"{0} mi"} 1360 } 1361 millimeter{ 1362 one{"{0} mm"} 1363 other{"{0} mm"} 1364 } 1365 picometer{ 1366 one{"{0} pm"} 1367 other{"{0} pm"} 1368 } 1369 yard{ 1370 one{"{0} yd"} 1371 other{"{0} yd"} 1372 } 1373 } 1374 mass{ 1375 gram{ 1376 one{"{0} g"} 1377 other{"{0} g"} 1378 } 1379 kilogram{ 1380 one{"{0} kg"} 1381 other{"{0} kg"} 1382 } 1383 ounce{ 1384 one{"{0} oz"} 1385 other{"{0} oz"} 1386 } 1387 pound{ 1388 one{"{0} lb"} 1389 other{"{0} lb"} 1390 } 1391 } 1392 power{ 1393 horsepower{ 1394 one{"{0} hp"} 1395 other{"{0} hp"} 1396 } 1397 kilowatt{ 1398 one{"{0} kW"} 1399 other{"{0} kW"} 1400 } 1401 watt{ 1402 one{"{0} W"} 1403 other{"{0} W"} 1404 } 1405 } 1406 pressure{ 1407 hectopascal{ 1408 one{"{0} hPa"} 1409 other{"{0} hPa"} 1410 } 1411 inch-hg{ 1412 one{"{0} inHg"} 1413 other{"{0} inHg"} 1414 } 1415 millibar{ 1416 one{"{0} mbar"} 1417 other{"{0} mbar"} 1418 } 1419 } 1420 speed{ 1421 kilometer-per-hour{ 1422 one{"{0} km/h"} 1423 other{"{0} km/h"} 1424 } 1425 meter-per-second{ 1426 one{"{0} m/s"} 1427 other{"{0} m/s"} 1428 } 1429 mile-per-hour{ 1430 one{"{0} mi/h"} 1431 other{"{0} mi/h"} 1432 } 1433 } 1434 temperature{ 1435 celsius{ 1436 one{"{0} °"} 1437 other{"{0} °"} 1438 } 1439 fahrenheit{ 1440 one{"{0} °F"} 1441 other{"{0} °F"} 1442 } 1443 } 1444 volume{ 1445 cubic-kilometer{ 1446 one{"{0} km³"} 1447 other{"{0} km³"} 1448 } 1449 cubic-mile{ 1450 one{"{0} mi³"} 1451 other{"{0} mi³"} 1452 } 1453 liter{ 1454 one{"{0} l"} 1455 other{"{0} l"} 1456 } 1457 } 1458 } 1459 unitsShort{ 1460 acceleration{ 1461 g-force{ 1462 one{"{0} G"} 1463 other{"{0} G"} 1464 } 1465 } 1466 angle{ 1467 arc-minute{ 1468 one{"{0} min"} 1469 other{"{0} min"} 1470 } 1471 arc-second{ 1472 one{"{0} s"} 1473 other{"{0} s"} 1474 } 1475 degree{ 1476 one{"{0}°"} 1477 other{"{0}°"} 1478 } 1479 } 1480 area{ 1481 acre{ 1482 one{"{0} ac"} 1483 other{"{0} ac"} 1484 } 1485 hectare{ 1486 one{"{0} ha"} 1487 other{"{0} ha"} 1488 } 1489 square-foot{ 1490 one{"{0} ft²"} 1491 other{"{0} ft²"} 1492 } 1493 square-kilometer{ 1494 one{"{0} km²"} 1495 other{"{0} km²"} 1496 } 1497 square-meter{ 1498 one{"{0} m²"} 1499 other{"{0} m²"} 1500 } 1501 square-mile{ 1502 one{"{0} mi²"} 1503 other{"{0} mi²"} 1504 } 1505 } 1506 compound{ 1507 per{"{0}/{1}"} 1508 } 1509 duration{ 1510 day{ 1511 one{"{0} día"} 1512 other{"{0} días"} 1513 } 1514 hour{ 1515 one{"{0} h"} 1516 other{"{0} h"} 1517 } 1518 millisecond{ 1519 one{"{0} ms"} 1520 other{"{0} ms"} 1521 } 1522 minute{ 1523 one{"{0} min"} 1524 other{"{0} min"} 1525 } 1526 month{ 1527 one{"{0} m"} 1528 other{"{0} m"} 1529 } 1530 second{ 1531 one{"{0} s"} 1532 other{"{0} s"} 1533 } 1534 week{ 1535 one{"{0} sem"} 1536 other{"{0} sem"} 1537 } 1538 year{ 1539 one{"{0} a"} 1540 other{"{0} a"} 1541 } 1542 } 1543 length{ 1544 centimeter{ 1545 one{"{0} cm"} 1546 other{"{0} cm"} 1547 } 1548 foot{ 1549 one{"{0} ft"} 1550 other{"{0} ft"} 1551 } 1552 inch{ 1553 one{"{0} in"} 1554 other{"{0} in"} 1555 } 1556 kilometer{ 1557 one{"{0} km"} 1558 other{"{0} km"} 1559 } 1560 light-year{ 1561 one{"{0} a. l."} 1562 other{"{0} a. l."} 1563 } 1564 meter{ 1565 one{"{0} m"} 1566 other{"{0} m"} 1567 } 1568 mile{ 1569 one{"{0} mi"} 1570 other{"{0} mi"} 1571 } 1572 millimeter{ 1573 one{"{0} mm"} 1574 other{"{0} mm"} 1575 } 1576 picometer{ 1577 one{"{0} pm"} 1578 other{"{0} pm"} 1579 } 1580 yard{ 1581 one{"{0} yd"} 1582 other{"{0} yd"} 1583 } 1584 } 1585 mass{ 1586 gram{ 1587 one{"{0} g"} 1588 other{"{0} g"} 1589 } 1590 kilogram{ 1591 one{"{0} kg"} 1592 other{"{0} kg"} 1593 } 1594 ounce{ 1595 one{"{0} oz"} 1596 other{"{0} oz"} 1597 } 1598 pound{ 1599 one{"{0} lb"} 1600 other{"{0} lb"} 1601 } 1602 } 1603 power{ 1604 horsepower{ 1605 one{"{0} CV"} 1606 other{"{0} CV"} 1607 } 1608 kilowatt{ 1609 one{"{0} kW"} 1610 other{"{0} kW"} 1611 } 1612 watt{ 1613 one{"{0} W"} 1614 other{"{0} W"} 1615 } 1616 } 1617 pressure{ 1618 hectopascal{ 1619 one{"{0} hPa"} 1620 other{"{0} hPa"} 1621 } 1622 inch-hg{ 1623 one{"{0} inHg"} 1624 other{"{0} inHg"} 1625 } 1626 millibar{ 1627 one{"{0} mbar"} 1628 other{"{0} mbar"} 1629 } 1630 } 1631 speed{ 1632 kilometer-per-hour{ 1633 one{"{0} km/h"} 1634 other{"{0} km/h"} 1635 } 1636 meter-per-second{ 1637 one{"{0} m/s"} 1638 other{"{0} m/s"} 1639 } 1640 mile-per-hour{ 1641 one{"{0} mi/h"} 1642 other{"{0} mi/h"} 1643 } 1644 } 1645 temperature{ 1646 celsius{ 1647 one{"{0} °C"} 1648 other{"{0} °C"} 1649 } 1650 fahrenheit{ 1651 one{"{0} °F"} 1652 other{"{0} °F"} 1653 } 1654 } 1655 volume{ 1656 cubic-kilometer{ 1657 one{"{0} km³"} 1658 other{"{0} km³"} 1659 } 1660 cubic-mile{ 1661 one{"{0} mi³"} 1662 other{"{0} mi³"} 1663 } 1664 liter{ 1665 one{"{0} l"} 1666 other{"{0} l"} 1667 } 1668 } 1669 } 1670} 1671