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_MX.xml 7// * 8// *************************************************************************** 9es_MX{ 10 %%Parent{"es_419"} 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 MoreInformation{"[...]"} 20 NumberElements{ 21 latn{ 22 miscPatterns{ 23 atLeast{"Más de {0}"} 24 range{"{0}-{1}"} 25 } 26 patterns{ 27 currencyFormat{"¤#,##0.00"} 28 decimalFormat{"#,##0.###"} 29 percentFormat{"#,##0%"} 30 scientificFormat{"#E0"} 31 } 32 patternsLong{ 33 decimalFormat{ 34 1000{ 35 one{"0 mil"} 36 other{"0 mil"} 37 } 38 10000{ 39 one{"00 mil"} 40 other{"00 mil"} 41 } 42 100000{ 43 one{"000 mil"} 44 other{"000 mil"} 45 } 46 1000000{ 47 one{"0 millón"} 48 other{"0 millones"} 49 } 50 10000000{ 51 one{"00 millones"} 52 other{"00 millones"} 53 } 54 100000000{ 55 one{"000 millones"} 56 other{"000 millones"} 57 } 58 1000000000{ 59 one{"0 mil millones"} 60 other{"0 mil millones"} 61 } 62 10000000000{ 63 one{"00 mil millones"} 64 other{"00 mil millones"} 65 } 66 100000000000{ 67 one{"000 mil millones"} 68 other{"000 mil millones"} 69 } 70 1000000000000{ 71 one{"0 billón"} 72 other{"0 billones"} 73 } 74 10000000000000{ 75 one{"00 billones"} 76 other{"00 billones"} 77 } 78 100000000000000{ 79 one{"000 billones"} 80 other{"000 billones"} 81 } 82 } 83 } 84 patternsShort{ 85 decimalFormat{ 86 10000{ 87 one{"00k"} 88 other{"00k"} 89 } 90 100000{ 91 one{"000k"} 92 other{"000k"} 93 } 94 1000000{ 95 one{"0 M"} 96 other{"0 M"} 97 } 98 10000000{ 99 one{"00 M"} 100 other{"00 M"} 101 } 102 100000000{ 103 one{"000 M"} 104 other{"000 M"} 105 } 106 1000000000{ 107 one{"0k M"} 108 other{"0k M"} 109 } 110 10000000000{ 111 one{"00k M"} 112 other{"00k M"} 113 } 114 100000000000{ 115 one{"000k M"} 116 other{"000k M"} 117 } 118 1000000000000{ 119 one{"0 B"} 120 other{"0 B"} 121 } 122 10000000000000{ 123 one{"00 B"} 124 other{"00 B"} 125 } 126 100000000000000{ 127 one{"000 B"} 128 other{"000 B"} 129 } 130 } 131 } 132 symbols{ 133 decimal{"."} 134 exponential{"E"} 135 group{","} 136 infinity{"∞"} 137 minusSign{"-"} 138 nan{"NaN"} 139 perMille{"‰"} 140 percentSign{"%"} 141 plusSign{"+"} 142 superscriptingExponent{"×"} 143 } 144 } 145 } 146 Version{"2.0.98.52"} 147 calendar{ 148 generic{ 149 DateTimePatterns{ 150 "HH:mm:ss zzzz", 151 "HH:mm:ss z", 152 "HH:mm:ss", 153 "HH:mm", 154 "EEEE, d 'de' MMMM 'de' y G", 155 "d 'de' MMMM 'de' y G", 156 "d MMM, y G", 157 "dd/MM/yy GGGGG", 158 "{1} {0}", 159 "{1} {0}", 160 "{1}, {0}", 161 "{1} {0}", 162 "{1} {0}", 163 } 164 availableFormats{ 165 Ed{"E d"} 166 Gy{"y G"} 167 GyMMM{"MMM y G"} 168 GyMMMEd{"E, d 'de' MMMM 'de' y G"} 169 GyMMMd{"d MMM y G"} 170 M{"L"} 171 MEd{"E, d/M"} 172 MMM{"LLL"} 173 MMMEd{"E d MMM"} 174 MMMMd{"d 'de' MMM"} 175 MMMd{"d MMM"} 176 Md{"d/M"} 177 d{"d"} 178 y{"y G"} 179 yMEd{"E d/M/y G"} 180 yyyy{"y G"} 181 yyyyM{"M/y GGGGG"} 182 yyyyMEd{"E, d/M/y GGGGG"} 183 yyyyMMM{"MMM y G"} 184 yyyyMMMEd{"E, d 'de' MMMM 'de' y G"} 185 yyyyMMMM{"MMMM 'de' y G"} 186 yyyyMMMd{"d MMM y G"} 187 yyyyMd{"d/M/y GGGGG"} 188 yyyyQQQ{"QQQ y G"} 189 yyyyQQQQ{"QQQQ 'de' y G"} 190 } 191 intervalFormats{ 192 M{ 193 M{"M–M"} 194 } 195 MEd{ 196 M{"E, d/M–E, d/M"} 197 d{"E, d/M–E, d/M"} 198 } 199 MMM{ 200 M{"MMM–MMM"} 201 } 202 MMMEd{ 203 M{"E, d 'de' MMM–E, d 'de' MMM"} 204 d{"E, d 'de' MMM–E, d 'de' MMM"} 205 } 206 MMMd{ 207 M{"d 'de' MMM–d 'de' MMM"} 208 d{"d–d 'de' MMM"} 209 } 210 Md{ 211 M{"d/M – d/M"} 212 d{"d/M – d/M"} 213 } 214 d{ 215 d{"d–d"} 216 } 217 fallback{"{0} – {1}"} 218 y{ 219 y{"y–y G"} 220 } 221 yM{ 222 M{"M/y – M/y G"} 223 y{"M/y – M/y G"} 224 } 225 yMEd{ 226 M{"E, d/M/y–E, d/M/y G"} 227 d{"E, d/M/y–E, d/M/y G"} 228 y{"E, d/M/y–E, d/M/y G"} 229 } 230 yMMM{ 231 M{"MMM–MMM 'de' y G"} 232 y{"MMM 'de' y–MMM 'de' y G"} 233 } 234 yMMMEd{ 235 M{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} 236 d{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} 237 y{"E, d 'de' MMM 'de' y–E, d 'de' MMM 'de' y G"} 238 } 239 yMMMM{ 240 M{"MMMM–MMMM 'de' y G"} 241 y{"MMMM 'de' y–MMMM 'de' y G"} 242 } 243 yMMMd{ 244 M{"d 'de' MMM–d 'de' MMM y G"} 245 d{"d–d 'de' MMM 'de' y G"} 246 y{"d 'de' MMM 'de' y–d 'de' MMM 'de' y G"} 247 } 248 yMd{ 249 M{"d/M/y – d/M/y G"} 250 d{"d/M/y – d/M/y G"} 251 y{"d/M/y – d/M/y G"} 252 } 253 } 254 } 255 gregorian{ 256 AmPmMarkers{ 257 "a.m.", 258 "p.m.", 259 } 260 DateTimePatterns{ 261 "HH:mm:ss zzzz", 262 "HH:mm:ss z", 263 "HH:mm:ss", 264 "HH:mm", 265 "EEEE, d 'de' MMMM 'de' y", 266 "d 'de' MMMM 'de' y", 267 "dd/MM/y", 268 "dd/MM/yy", 269 "{1} {0}", 270 "{1} {0}", 271 "{1} {0}", 272 "{1} {0}", 273 "{1} {0}", 274 } 275 appendItems{ 276 Timezone{"{0} {1}"} 277 } 278 availableFormats{ 279 EHm{"E H:mm"} 280 EHms{"E H:mm:ss"} 281 Ed{"E d"} 282 Ehm{"E h:mm a"} 283 Ehms{"E h:mm:ss a"} 284 Gy{"y G"} 285 GyMMM{"MMM y G"} 286 GyMMMEd{"E, d 'de' MMMM 'de' y G"} 287 GyMMMd{"d MMM y G"} 288 H{"HH"} 289 Hm{"HH:mm"} 290 Hms{"HH:mm:ss"} 291 M{"L"} 292 MEd{"E, d/M"} 293 MMM{"LLL"} 294 MMMEd{"E d 'de' MMM"} 295 MMMMd{"d 'de' MMMM"} 296 MMMd{"d 'de' MMM"} 297 MMMdd{"dd-MMM"} 298 MMd{"d/MM"} 299 MMdd{"dd/MM"} 300 Md{"d/M"} 301 d{"d"} 302 h{"hh a"} 303 hm{"hh:mm a"} 304 hms{"hh:mm:ss a"} 305 ms{"mm:ss"} 306 y{"y"} 307 yM{"M/y"} 308 yMEd{"E d/M/y"} 309 yMM{"MM/y"} 310 yMMM{"MMM 'de' y"} 311 yMMMEd{"EEE, d 'de' MMMM 'de' y"} 312 yMMMM{"MMMM 'de' y"} 313 yMMMd{"d 'de' MMM 'de' y"} 314 yMd{"d/M/y"} 315 yQQQ{"QQQ y"} 316 yQQQQ{"QQQQ 'de' y"} 317 } 318 dayNames{ 319 format{ 320 abbreviated{ 321 "dom.", 322 "lun.", 323 "mar.", 324 "miér.", 325 "jue.", 326 "vier.", 327 "sáb", 328 } 329 narrow{ 330 "D", 331 "L", 332 "M", 333 "X", 334 "J", 335 "V", 336 "S", 337 } 338 short{ 339 "do.", 340 "lu.", 341 "ma.", 342 "mi.", 343 "ju.", 344 "vi.", 345 "sá.", 346 } 347 wide{ 348 "domingo", 349 "lunes", 350 "martes", 351 "miércoles", 352 "jueves", 353 "viernes", 354 "sábado", 355 } 356 } 357 stand-alone{ 358 abbreviated{ 359 "dom.", 360 "lun", 361 "mar.", 362 "mié.", 363 "jue.", 364 "vie", 365 "sáb.", 366 } 367 narrow{ 368 "D", 369 "L", 370 "M", 371 "X", 372 "J", 373 "V", 374 "S", 375 } 376 short{ 377 "do.", 378 "lu.", 379 "ma.", 380 "mi.", 381 "ju.", 382 "vi.", 383 "sá.", 384 } 385 wide{ 386 "domingo", 387 "lunes", 388 "martes", 389 "miércoles", 390 "jueves", 391 "viernes", 392 "sábado", 393 } 394 } 395 } 396 eras{ 397 abbreviated{ 398 "a.C.", 399 "d.C.", 400 } 401 } 402 intervalFormats{ 403 H{ 404 H{"HH–HH"} 405 } 406 Hm{ 407 H{"HH:mm – HH:mm"} 408 m{"HH:mm – HH:mm"} 409 } 410 Hmv{ 411 H{"HH:mm – HH:mm v"} 412 m{"HH:mm – HH:mm v"} 413 } 414 Hv{ 415 H{"HH–HH v"} 416 } 417 M{ 418 M{"M–M"} 419 } 420 MEd{ 421 M{"E d/M – E d/M"} 422 d{"E d/M – E d/M"} 423 } 424 MMM{ 425 M{"MMM–MMM"} 426 } 427 MMMEd{ 428 M{"E d 'de' MMM – E d 'de' MMM"} 429 d{"E d 'de' MMM – E d 'de' MMM"} 430 } 431 MMMd{ 432 M{"d 'de' MMM – d 'de' MMM"} 433 d{"d–d 'de' MMM"} 434 } 435 Md{ 436 M{"d/M – d/M"} 437 d{"d/M – d/M"} 438 } 439 d{ 440 d{"d–d"} 441 } 442 fallback{"{0} – {1}"} 443 h{ 444 a{"h a – h a"} 445 h{"h–h a"} 446 } 447 hm{ 448 a{"h:mm a – h:mm a"} 449 h{"h:mm – h:mm a"} 450 m{"h:mm – h:mm a"} 451 } 452 hmv{ 453 a{"h:mm a – h:mm a v"} 454 h{"h:mm – h:mm a v"} 455 m{"h:mm – h:mm a v"} 456 } 457 hv{ 458 a{"h a – h a v"} 459 h{"h–h a v"} 460 } 461 y{ 462 y{"y–y"} 463 } 464 yM{ 465 M{"M/y – M/y"} 466 y{"M/y – M/y"} 467 } 468 yMEd{ 469 M{"E d/M/y – E d/M/y"} 470 d{"E d/M/y – E d/M/y"} 471 y{"E d/M/y – E d/M/y"} 472 } 473 yMMM{ 474 M{"MMM–MMM 'de' y"} 475 y{"MMM 'de' y – MMM 'de' y"} 476 } 477 yMMMEd{ 478 M{"E d 'de' MMM – E d 'de' MMM 'de' y"} 479 d{"E d 'de' MMM – E d 'de' MMM 'de' y"} 480 y{"E d 'de' MMM 'de' y – E d 'de' MMM 'de' y"} 481 } 482 yMMMM{ 483 M{"MMMM–MMMM 'de' y"} 484 y{"MMMM 'de' y – MMMM 'de' y"} 485 } 486 yMMMd{ 487 M{"d 'de' MMM – d 'de' MMM y"} 488 d{"d–d 'de' MMM 'de' y"} 489 y{"d 'de' MMM 'de' y – d 'de' MMM 'de' y"} 490 } 491 yMd{ 492 M{"d/M/y – d/M/y"} 493 d{"d/M/y – d/M/y"} 494 y{"d/M/y – d/M/y"} 495 } 496 } 497 monthNames{ 498 format{ 499 abbreviated{ 500 "ene.", 501 "febr.", 502 "mzo.", 503 "abr.", 504 "my.", 505 "jun.", 506 "jul.", 507 "ag.", 508 "set.", 509 "oct.", 510 "nov.", 511 "dic.", 512 } 513 narrow{ 514 "E", 515 "F", 516 "Ma", 517 "A", 518 "My", 519 "Jn", 520 "Jl", 521 "Ag", 522 "S", 523 "O", 524 "N", 525 "D", 526 } 527 wide{ 528 "enero", 529 "febrero", 530 "marzo", 531 "abril", 532 "mayo", 533 "junio", 534 "julio", 535 "agosto", 536 "septiembre", 537 "octubre", 538 "noviembre", 539 "diciembre", 540 } 541 } 542 stand-alone{ 543 abbreviated{ 544 "en.", 545 "febr.", 546 "mzo.", 547 "abr.", 548 "my.", 549 "jun", 550 "jul", 551 "ag.", 552 "set.", 553 "oct.", 554 "nov.", 555 "dic.", 556 } 557 narrow{ 558 "E", 559 "F", 560 "Ma", 561 "A", 562 "My", 563 "Jn", 564 "Jl", 565 "Ag", 566 "S", 567 "O", 568 "N", 569 "D", 570 } 571 wide{ 572 "enero", 573 "febrero", 574 "marzo", 575 "abril", 576 "mayo", 577 "junio", 578 "julio", 579 "agosto", 580 "septiembre", 581 "octubre", 582 "noviembre", 583 "diciembre", 584 } 585 } 586 } 587 quarters{ 588 format{ 589 abbreviated{ 590 "T1", 591 "T2", 592 "T3", 593 "T4", 594 } 595 narrow{ 596 "1", 597 "2", 598 "3", 599 "4", 600 } 601 wide{ 602 "1.er trimestre", 603 "2.º trimestre", 604 "3.er trimestre", 605 "4.º trimestre", 606 } 607 } 608 stand-alone{ 609 abbreviated{ 610 "T1", 611 "T2", 612 "T3", 613 "T4", 614 } 615 narrow{ 616 "1T", 617 "2T", 618 "3T", 619 "4T", 620 } 621 wide{ 622 "1.er trimestre", 623 "2.º trimestre", 624 "3.er trimestre", 625 "4.º trimestre", 626 } 627 } 628 } 629 } 630 } 631 delimiters{ 632 alternateQuotationEnd{"”"} 633 alternateQuotationStart{"“"} 634 quotationEnd{"»"} 635 quotationStart{"«"} 636 } 637 durationUnits{ 638 hm{"h:mm"} 639 hms{"h:mm:ss"} 640 ms{"m:ss"} 641 } 642 fields{ 643 day{ 644 dn{"Día"} 645 relative{ 646 "-1"{"ayer"} 647 "-2"{"antes de ayer"} 648 "0"{"hoy"} 649 "1"{"mañana"} 650 "2"{"pasado mañana"} 651 } 652 relativeTime{ 653 future{ 654 one{"En {0} día"} 655 other{"En {0} días"} 656 } 657 } 658 } 659 dayperiod{ 660 dn{"a.m./p.m."} 661 } 662 era{ 663 dn{"era"} 664 } 665 fri{ 666 relative{ 667 "-1"{"el viernes pasado"} 668 "0"{"este viernes"} 669 "1"{"el viernes próximo"} 670 } 671 } 672 hour{ 673 dn{"Hora"} 674 relativeTime{ 675 future{ 676 one{"En {0} hora"} 677 other{"En {0} horas"} 678 } 679 } 680 } 681 minute{ 682 dn{"Minuto"} 683 relativeTime{ 684 future{ 685 one{"En {0} minuto"} 686 other{"En {0} minutos"} 687 } 688 } 689 } 690 mon{ 691 relative{ 692 "-1"{"el lunes pasado"} 693 "0"{"este lunes"} 694 "1"{"el lunes próximo"} 695 } 696 } 697 month{ 698 dn{"Mes"} 699 relative{ 700 "-1"{"el mes pasado"} 701 "0"{"este mes"} 702 "1"{"el mes próximo"} 703 } 704 } 705 sat{ 706 relative{ 707 "-1"{"el sábado pasado"} 708 "0"{"este sábado"} 709 "1"{"el sábado próximo"} 710 } 711 } 712 second{ 713 dn{"Segundo"} 714 relativeTime{ 715 future{ 716 one{"En {0} segundo"} 717 other{"En {0} segundos"} 718 } 719 } 720 } 721 sun{ 722 relative{ 723 "-1"{"el domingo pasado"} 724 "0"{"este domingo"} 725 "1"{"el domingo próximo"} 726 } 727 } 728 thu{ 729 relative{ 730 "-1"{"el jueves pasado"} 731 "0"{"este jueves"} 732 "1"{"el jueves próximo"} 733 } 734 } 735 tue{ 736 relative{ 737 "-1"{"el martes pasado"} 738 "0"{"este martes"} 739 "1"{"el martes próximo"} 740 } 741 } 742 wed{ 743 relative{ 744 "-1"{"el miércoles pasado"} 745 "0"{"este miércoles"} 746 "1"{"el miércoles próximo"} 747 } 748 } 749 week{ 750 dn{"Semana"} 751 relative{ 752 "-1"{"la semana pasada"} 753 "0"{"esta semana"} 754 "1"{"la semana próxima"} 755 } 756 relativeTime{ 757 future{ 758 one{"En {0} semana"} 759 other{"En {0} semanas"} 760 } 761 } 762 } 763 weekday{ 764 dn{"Día de la semana"} 765 } 766 year{ 767 dn{"Año"} 768 relative{ 769 "-1"{"el año pasado"} 770 "0"{"este año"} 771 "1"{"el año próximo"} 772 } 773 relativeTime{ 774 future{ 775 one{"En {0} año"} 776 other{"En {0} años"} 777 } 778 } 779 } 780 zone{ 781 dn{"Zona horaria"} 782 } 783 } 784 listPattern{ 785 standard{ 786 2{"{0} y {1}"} 787 end{"{0} y {1}"} 788 middle{"{0}, {1}"} 789 start{"{0}, {1}"} 790 } 791 unit{ 792 2{"{0} y {1}"} 793 end{"{0} y {1}"} 794 middle{"{0}, {1}"} 795 start{"{0}, {1}"} 796 } 797 unit-narrow{ 798 2{"{0} y {1}"} 799 end{"{0}, {1}"} 800 middle{"{0}, {1}"} 801 start{"{0}, {1}"} 802 } 803 unit-short{ 804 2{"{0} y {1}"} 805 end{"{0}, {1}"} 806 middle{"{0}, {1}"} 807 start{"{0}, {1}"} 808 } 809 } 810 measurementSystemNames{ 811 UK{"Reino Unido"} 812 US{"estadounidense"} 813 metric{"métrico"} 814 } 815 units{ 816 acceleration{ 817 g-force{ 818 one{"{0} unidad de fuerza gravitacional"} 819 other{"{0} unidades de fuerza gravitacional"} 820 } 821 } 822 angle{ 823 arc-minute{ 824 one{"{0} minuto"} 825 other{"{0} minutos"} 826 } 827 arc-second{ 828 one{"{0} segundo"} 829 other{"{0} segundos"} 830 } 831 degree{ 832 one{"{0} grado"} 833 other{"{0} grados"} 834 } 835 } 836 area{ 837 acre{ 838 one{"{0} acre"} 839 other{"{0} acres"} 840 } 841 hectare{ 842 one{"{0} hectárea"} 843 other{"{0} hectáreas"} 844 } 845 square-foot{ 846 one{"{0} pie cuadrado"} 847 other{"{0} pies cuadrados"} 848 } 849 square-kilometer{ 850 one{"{0} kilómetro cuadrado"} 851 other{"{0} kilómetros cuadrados"} 852 } 853 square-meter{ 854 one{"{0} metro cuadrado"} 855 other{"{0} metros cuadrados"} 856 } 857 square-mile{ 858 one{"{0} milla cuadrada"} 859 other{"{0} millas cuadradas"} 860 } 861 } 862 compound{ 863 per{"{0} por {1}"} 864 } 865 duration{ 866 day{ 867 one{"{0} día"} 868 other{"{0} días"} 869 } 870 hour{ 871 one{"{0} hora"} 872 other{"{0} horas"} 873 } 874 millisecond{ 875 one{"{0} milisegundo"} 876 other{"{0} milisegundos"} 877 } 878 minute{ 879 one{"{0} minuto"} 880 other{"{0} minutos"} 881 } 882 month{ 883 one{"{0} mes"} 884 other{"{0} meses"} 885 } 886 second{ 887 one{"{0} segundo"} 888 other{"{0} segundos"} 889 } 890 week{ 891 one{"{0} semana"} 892 other{"{0} semanas"} 893 } 894 year{ 895 one{"{0} año"} 896 other{"{0} años"} 897 } 898 } 899 length{ 900 centimeter{ 901 one{"{0} centímetro"} 902 other{"{0} centímetros"} 903 } 904 foot{ 905 one{"{0} pie"} 906 other{"{0} pies"} 907 } 908 inch{ 909 one{"{0} pulgada"} 910 other{"{0} pulgadas"} 911 } 912 kilometer{ 913 one{"{0} kilómetro"} 914 other{"{0} kilómetros"} 915 } 916 light-year{ 917 one{"{0} año luz"} 918 other{"{0} años luz"} 919 } 920 meter{ 921 one{"{0} metro"} 922 other{"{0} metros"} 923 } 924 mile{ 925 one{"{0} milla"} 926 other{"{0} millas"} 927 } 928 millimeter{ 929 one{"{0} milímetro"} 930 other{"{0} milímetros"} 931 } 932 picometer{ 933 one{"{0} picómetro"} 934 other{"{0} picómetros"} 935 } 936 yard{ 937 one{"{0} yarda"} 938 other{"{0} yardas"} 939 } 940 } 941 mass{ 942 gram{ 943 one{"{0} gramo"} 944 other{"{0} gramos"} 945 } 946 kilogram{ 947 one{"{0} kilogramo"} 948 other{"{0} kilogramos"} 949 } 950 ounce{ 951 one{"{0} onza"} 952 other{"{0} onzas"} 953 } 954 pound{ 955 one{"{0} libra"} 956 other{"{0} libras"} 957 } 958 } 959 power{ 960 horsepower{ 961 one{"{0} caballo de vapor"} 962 other{"{0} caballos de vapor"} 963 } 964 kilowatt{ 965 one{"{0} kilovatio"} 966 other{"{0} kilovatios"} 967 } 968 watt{ 969 one{"{0} vatio"} 970 other{"{0} vatios"} 971 } 972 } 973 pressure{ 974 hectopascal{ 975 one{"{0} hectopascal"} 976 other{"{0} hectopascales"} 977 } 978 inch-hg{ 979 one{"{0} pulgada de mercurio"} 980 other{"{0} pulgadas de mercurio"} 981 } 982 millibar{ 983 one{"{0} milibar"} 984 other{"{0} milibares"} 985 } 986 } 987 speed{ 988 kilometer-per-hour{ 989 one{"{0} kilómetro por hora"} 990 other{"{0} kilómetros por hora"} 991 } 992 meter-per-second{ 993 one{"{0} metro por segundo"} 994 other{"{0} metros por segundo"} 995 } 996 mile-per-hour{ 997 one{"{0} milla por hora"} 998 other{"{0} millas por hora"} 999 } 1000 } 1001 temperature{ 1002 celsius{ 1003 one{"{0} grado Celsius"} 1004 other{"{0} grados Celsius"} 1005 } 1006 fahrenheit{ 1007 one{"{0} grado Fahrenheit"} 1008 other{"{0} grados Fahrenheit"} 1009 } 1010 } 1011 volume{ 1012 cubic-kilometer{ 1013 one{"{0} kilómetro cúbico"} 1014 other{"{0} kilómetros cúbicos"} 1015 } 1016 cubic-mile{ 1017 one{"{0} milla cúbica"} 1018 other{"{0} millas cúbicas"} 1019 } 1020 liter{ 1021 one{"{0} litro"} 1022 other{"{0} litros"} 1023 } 1024 } 1025 } 1026 unitsNarrow{ 1027 angle{ 1028 arc-minute{ 1029 one{"{0}'"} 1030 other{"{0}'"} 1031 } 1032 arc-second{ 1033 one{"{0}\u0022"} 1034 other{"{0}\u0022"} 1035 } 1036 degree{ 1037 one{"{0}°"} 1038 other{"{0}°"} 1039 } 1040 } 1041 compound{ 1042 per{"{0}/{1}"} 1043 } 1044 duration{ 1045 day{ 1046 one{"{0} d"} 1047 other{"{0} d"} 1048 } 1049 hour{ 1050 one{"{0} h"} 1051 other{"{0} h"} 1052 } 1053 millisecond{ 1054 one{"{0} ms"} 1055 other{"{0} ms"} 1056 } 1057 minute{ 1058 one{"{0} min"} 1059 other{"{0} min"} 1060 } 1061 month{ 1062 one{"{0} m"} 1063 other{"{0} m"} 1064 } 1065 week{ 1066 one{"{0} sem"} 1067 other{"{0} sem"} 1068 } 1069 year{ 1070 one{"{0}a"} 1071 other{"{0} a"} 1072 } 1073 } 1074 } 1075 unitsShort{ 1076 angle{ 1077 arc-minute{ 1078 one{"{0} min"} 1079 other{"{0} min"} 1080 } 1081 arc-second{ 1082 one{"{0} s"} 1083 other{"{0} s"} 1084 } 1085 degree{ 1086 one{"{0}°"} 1087 other{"{0}°"} 1088 } 1089 } 1090 area{ 1091 acre{ 1092 one{"{0} ac"} 1093 other{"{0} ac"} 1094 } 1095 hectare{ 1096 one{"{0} ha"} 1097 other{"{0} ha"} 1098 } 1099 square-foot{ 1100 one{"{0} ft²"} 1101 other{"{0} ft²"} 1102 } 1103 square-kilometer{ 1104 one{"{0} km²"} 1105 other{"{0} km²"} 1106 } 1107 square-meter{ 1108 one{"{0} m²"} 1109 other{"{0} m²"} 1110 } 1111 square-mile{ 1112 one{"{0} mi²"} 1113 other{"{0} mi²"} 1114 } 1115 } 1116 compound{ 1117 per{"{0}/{1}"} 1118 } 1119 duration{ 1120 day{ 1121 one{"{0} día"} 1122 other{"{0} días"} 1123 } 1124 hour{ 1125 one{"{0} h"} 1126 other{"{0} h"} 1127 } 1128 millisecond{ 1129 one{"{0} ms"} 1130 other{"{0} ms"} 1131 } 1132 minute{ 1133 one{"{0} min"} 1134 other{"{0} min"} 1135 } 1136 month{ 1137 one{"{0} m"} 1138 other{"{0} m"} 1139 } 1140 second{ 1141 one{"{0} s"} 1142 other{"{0} s"} 1143 } 1144 week{ 1145 one{"{0} sem"} 1146 other{"{0} sem"} 1147 } 1148 year{ 1149 one{"{0} a"} 1150 other{"{0} a"} 1151 } 1152 } 1153 length{ 1154 centimeter{ 1155 one{"{0} cm"} 1156 other{"{0} cm"} 1157 } 1158 foot{ 1159 one{"{0} ft"} 1160 other{"{0} ft"} 1161 } 1162 inch{ 1163 one{"{0} in"} 1164 other{"{0} in"} 1165 } 1166 kilometer{ 1167 one{"{0} km"} 1168 other{"{0} km"} 1169 } 1170 light-year{ 1171 one{"{0} a. l."} 1172 other{"{0} a. l."} 1173 } 1174 meter{ 1175 one{"{0} m"} 1176 other{"{0} m"} 1177 } 1178 mile{ 1179 one{"{0} mi"} 1180 other{"{0} mi"} 1181 } 1182 millimeter{ 1183 one{"{0} mm"} 1184 other{"{0} mm"} 1185 } 1186 picometer{ 1187 one{"{0} pm"} 1188 other{"{0} pm"} 1189 } 1190 yard{ 1191 one{"{0} yd"} 1192 other{"{0} yd"} 1193 } 1194 } 1195 mass{ 1196 gram{ 1197 one{"{0} g"} 1198 other{"{0} g"} 1199 } 1200 kilogram{ 1201 one{"{0} kg"} 1202 other{"{0} kg"} 1203 } 1204 ounce{ 1205 one{"{0} oz"} 1206 other{"{0} oz"} 1207 } 1208 pound{ 1209 one{"{0} lb"} 1210 other{"{0} lb"} 1211 } 1212 } 1213 power{ 1214 horsepower{ 1215 one{"{0} CV"} 1216 other{"{0} CV"} 1217 } 1218 kilowatt{ 1219 one{"{0} kW"} 1220 other{"{0} kW"} 1221 } 1222 watt{ 1223 one{"{0} W"} 1224 other{"{0} W"} 1225 } 1226 } 1227 pressure{ 1228 hectopascal{ 1229 one{"{0} hPa"} 1230 other{"{0} hPa"} 1231 } 1232 inch-hg{ 1233 one{"{0} inHg"} 1234 other{"{0} inHg"} 1235 } 1236 millibar{ 1237 one{"{0} mbar"} 1238 other{"{0} mbar"} 1239 } 1240 } 1241 speed{ 1242 kilometer-per-hour{ 1243 one{"{0} km/h"} 1244 other{"{0} km/h"} 1245 } 1246 meter-per-second{ 1247 one{"{0} m/s"} 1248 other{"{0} m/s"} 1249 } 1250 mile-per-hour{ 1251 one{"{0} mi/h"} 1252 other{"{0} mi/h"} 1253 } 1254 } 1255 temperature{ 1256 celsius{ 1257 one{"{0} °C"} 1258 other{"{0} °C"} 1259 } 1260 fahrenheit{ 1261 one{"{0} °F"} 1262 other{"{0} °F"} 1263 } 1264 } 1265 volume{ 1266 cubic-kilometer{ 1267 one{"{0} km³"} 1268 other{"{0} km³"} 1269 } 1270 cubic-mile{ 1271 one{"{0} mi³"} 1272 other{"{0} mi³"} 1273 } 1274 liter{ 1275 one{"{0} l"} 1276 other{"{0} l"} 1277 } 1278 } 1279 } 1280} 1281