1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3qu{ 4 AuxExemplarCharacters{ 5 "[á à ă â å ä ã ā æ b c ç d e é è ĕ ê ë ē f g í ì ĭ î ï ī j o ó ò ŏ ô ö ø ō œ" 6 " r ú ù ŭ û ü ū v x ÿ z]" 7 } 8 ExemplarCharacters{"[a {ch} {chʼ} h i k {kʼ} l {ll} m n ñ p {pʼ} q {qʼ} s t {tʼ} u w y]"} 9 ExemplarCharactersIndex{"[A {Ch} H I K L {Ll} M N Ñ P Q S T U W Y]"} 10 ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"} 11 NumberElements{ 12 latn{ 13 miscPatterns{ 14 atLeast{"⩾{0}"} 15 range{"{0}–{1}"} 16 } 17 patterns{ 18 accountingFormat{"¤ #,##0.00"} 19 currencyFormat{"¤ #,##0.00"} 20 decimalFormat{"#,##0.###"} 21 percentFormat{"#,##0 %"} 22 scientificFormat{"#E0"} 23 } 24 patternsLong{ 25 decimalFormat{ 26 1000{ 27 other{"0K"} 28 } 29 10000{ 30 other{"00K"} 31 } 32 100000{ 33 other{"000K"} 34 } 35 1000000{ 36 other{"0M"} 37 } 38 10000000{ 39 other{"00M"} 40 } 41 100000000{ 42 other{"000M"} 43 } 44 1000000000{ 45 other{"0G"} 46 } 47 10000000000{ 48 other{"00G"} 49 } 50 100000000000{ 51 other{"000G"} 52 } 53 1000000000000{ 54 other{"0T"} 55 } 56 10000000000000{ 57 other{"00T"} 58 } 59 100000000000000{ 60 other{"000T"} 61 } 62 } 63 } 64 patternsShort{ 65 currencyFormat{ 66 1000{ 67 other{"¤ 0K"} 68 } 69 10000{ 70 other{"¤ 00K"} 71 } 72 100000{ 73 other{"¤ 000K"} 74 } 75 1000000{ 76 other{"¤ 0M"} 77 } 78 10000000{ 79 other{"¤ 00M"} 80 } 81 100000000{ 82 other{"¤ 000M"} 83 } 84 1000000000{ 85 other{"¤ 0G"} 86 } 87 10000000000{ 88 other{"¤ 00G"} 89 } 90 100000000000{ 91 other{"¤ 000G"} 92 } 93 1000000000000{ 94 other{"¤ 0T"} 95 } 96 10000000000000{ 97 other{"¤ 00T"} 98 } 99 100000000000000{ 100 other{"¤ 000T"} 101 } 102 } 103 decimalFormat{ 104 1000{ 105 other{"0K"} 106 } 107 10000{ 108 other{"00K"} 109 } 110 100000{ 111 other{"000K"} 112 } 113 1000000{ 114 other{"0M"} 115 } 116 10000000{ 117 other{"00M"} 118 } 119 100000000{ 120 other{"000M"} 121 } 122 1000000000{ 123 other{"0G"} 124 } 125 10000000000{ 126 other{"00G"} 127 } 128 100000000000{ 129 other{"000G"} 130 } 131 1000000000000{ 132 other{"0T"} 133 } 134 10000000000000{ 135 other{"00T"} 136 } 137 100000000000000{ 138 other{"000T"} 139 } 140 } 141 } 142 symbols{ 143 decimal{"."} 144 exponential{"E"} 145 group{","} 146 infinity{"∞"} 147 minusSign{"-"} 148 nan{"NaN"} 149 perMille{"‰"} 150 percentSign{"%"} 151 plusSign{"+"} 152 superscriptingExponent{"×"} 153 } 154 } 155 } 156 Version{"2.1.37.5"} 157 calendar{ 158 gregorian{ 159 AmPmMarkers{ 160 "a.m.", 161 "p.m.", 162 } 163 AmPmMarkersAbbr{ 164 "a.m.", 165 "p.m.", 166 } 167 AmPmMarkersNarrow{ 168 "a.m.", 169 "p.m.", 170 } 171 DateTimePatterns{ 172 "HH:mm:ss zzzz", 173 "HH:mm:ss z", 174 "HH:mm:ss", 175 "HH:mm", 176 "EEEE, d MMMM, y", 177 "d MMMM y", 178 "d MMM y", 179 "dd/MM/y", 180 "{1} {0}", 181 "{1} {0}", 182 "{0} {1}", 183 "{1} {0}", 184 "{1} {0}", 185 } 186 appendItems{ 187 Timezone{"{0} {1}"} 188 } 189 availableFormats{ 190 Bh{"h B"} 191 Bhm{"h:mm B"} 192 Bhms{"h:mm:ss B"} 193 E{"ccc"} 194 EBhm{"E h:mm B"} 195 EBhms{"E h:mm:ss B"} 196 EHm{"E HH:mm"} 197 EHms{"E HH:mm:ss"} 198 Ed{"d, E"} 199 Ehm{"E h:mm a"} 200 Ehms{"E h:mm:ss a"} 201 Gy{"G y"} 202 GyMMM{"MMM y G"} 203 GyMMMEd{"E, d MMM, y G"} 204 GyMMMd{"d MMM, y G"} 205 H{"HH"} 206 Hm{"HH:mm"} 207 Hms{"HH:mm:ss"} 208 Hmsv{"HH:mm:ss v"} 209 Hmv{"HH:mm v"} 210 M{"L"} 211 MEd{"MM-dd, E"} 212 MMM{"LLL"} 213 MMMEd{"E, d MMM"} 214 MMMMW{ 215 other{"W 'semana' MMMM 'killapa'"} 216 } 217 MMMMd{"d MMMM"} 218 MMMd{"d MMM"} 219 Md{"MM-dd"} 220 d{"d"} 221 h{"h a"} 222 hm{"h:mm a"} 223 hms{"h:mm:ss a"} 224 hmsv{"h:mm:ss a v"} 225 hmv{"h:mm a v"} 226 ms{"mm:ss"} 227 y{"y"} 228 yM{"y-MM"} 229 yMEd{"E, dd-MM-y"} 230 yMMM{"MMM y"} 231 yMMMEd{"E, d MMM, y"} 232 yMMMM{"MMMM y"} 233 yMMMd{"d MMM y"} 234 yMd{"dd-MM-y"} 235 yQQQ{"y QQQ"} 236 yQQQQ{"y QQQQ"} 237 yw{ 238 other{"w 'semana' Y 'watapa'"} 239 } 240 } 241 dayNames{ 242 format{ 243 abbreviated{ 244 "Dom", 245 "Lun", 246 "Mar", 247 "Mié", 248 "Jue", 249 "Vie", 250 "Sab", 251 } 252 narrow{ 253 "D", 254 "L", 255 "M", 256 "X", 257 "J", 258 "V", 259 "S", 260 } 261 short{ 262 "Dom", 263 "Lun", 264 "Mar", 265 "Mié", 266 "Jue", 267 "Vie", 268 "Sab", 269 } 270 wide{ 271 "Domingo", 272 "Lunes", 273 "Martes", 274 "Miércoles", 275 "Jueves", 276 "Viernes", 277 "Sábado", 278 } 279 } 280 stand-alone{ 281 abbreviated{ 282 "Dom", 283 "Lun", 284 "Mar", 285 "Mié", 286 "Jue", 287 "Vie", 288 "Sab", 289 } 290 narrow{ 291 "D", 292 "L", 293 "M", 294 "X", 295 "J", 296 "V", 297 "S", 298 } 299 short{ 300 "Dom", 301 "Lun", 302 "Mar", 303 "Mié", 304 "Jue", 305 "Vie", 306 "Sab", 307 } 308 wide{ 309 "Domingo", 310 "Lunes", 311 "Martes", 312 "Miércoles", 313 "Jueves", 314 "Viernes", 315 "Sábado", 316 } 317 } 318 } 319 dayPeriod{ 320 stand-alone{ 321 abbreviated{ 322 am{"a.m."} 323 pm{"p.m."} 324 } 325 narrow{ 326 am{"a.m."} 327 pm{"p.m."} 328 } 329 wide{ 330 am{"a.m."} 331 pm{"p.m."} 332 } 333 } 334 } 335 eras{ 336 abbreviated{ 337 "BCE", 338 "d.C.", 339 } 340 abbreviated%variant{ 341 "BCE", 342 "CE", 343 } 344 narrow{ 345 "BCE", 346 "dC", 347 } 348 wide{ 349 "BCE", 350 "d.C.", 351 } 352 wide%variant{ 353 "BCE", 354 "CE", 355 } 356 } 357 intervalFormats{ 358 H{ 359 H{"HH–HH"} 360 } 361 Hm{ 362 H{"HH:mm–HH:mm"} 363 m{"HH:mm–HH:mm"} 364 } 365 Hmv{ 366 H{"HH:mm–HH:mm v"} 367 m{"HH:mm–HH:mm v"} 368 } 369 Hv{ 370 H{"HH–HH v"} 371 } 372 M{ 373 M{"MM–MM"} 374 } 375 MEd{ 376 M{"E, d/M – E, d/M"} 377 d{"E, d/M – E, d/M"} 378 } 379 MMM{ 380 M{"LLL–LLL"} 381 } 382 MMMEd{ 383 M{"E, d MMM – E, d MMM"} 384 d{"E, d MMM – E, d MMM"} 385 } 386 MMMd{ 387 M{"d MMM – d MMM"} 388 d{"d – d MMM"} 389 } 390 Md{ 391 M{"d/M – d/M"} 392 d{"d/M – d/M"} 393 } 394 d{ 395 d{"d–d"} 396 } 397 fallback{"{0} – {1}"} 398 h{ 399 a{"h a – h a"} 400 h{"h–h a"} 401 } 402 hm{ 403 a{"h:mm a – h:mm a"} 404 h{"h:mm–h:mm a"} 405 m{"h:mm–h:mm a"} 406 } 407 hmv{ 408 a{"h:mm a – h:mm a v"} 409 h{"h:mm–h:mm a v"} 410 m{"h:mm–h:mm a v"} 411 } 412 hv{ 413 a{"h a – h a v"} 414 h{"h–h a v"} 415 } 416 y{ 417 y{"y–y"} 418 } 419 yM{ 420 M{"M/y – M/y"} 421 y{"M/y – M/y"} 422 } 423 yMEd{ 424 M{"E, d/M/y – E, d/M/y"} 425 d{"E, d/M/y – E, d/M/y"} 426 y{"E, d/M/y – E, d/M/y"} 427 } 428 yMMM{ 429 M{"MMM – MMM y"} 430 y{"MMM y – MMM y"} 431 } 432 yMMMEd{ 433 M{"E, d MMM – E, d MMM, y"} 434 d{"E, d MMM – E, d MMM, y"} 435 y{"E, d MMM, y – E, d MMM, y"} 436 } 437 yMMMM{ 438 M{"MMMM – MMMM y"} 439 y{"MMMM y – MMMM y"} 440 } 441 yMMMd{ 442 M{"d MMM – d MMM, y"} 443 d{"d – d MMM, y"} 444 y{"d MMM, y – d MMM, y"} 445 } 446 yMd{ 447 M{"d/M/y – d/M/y"} 448 d{"d/M/y – d/M/y"} 449 y{"d/M/y – d/M/y"} 450 } 451 } 452 monthNames{ 453 format{ 454 abbreviated{ 455 "Ene", 456 "Feb", 457 "Mar", 458 "Abr", 459 "May", 460 "Jun", 461 "Jul", 462 "Ago", 463 "Set", 464 "Oct", 465 "Nov", 466 "Dic", 467 } 468 narrow{ 469 "1", 470 "2", 471 "3", 472 "4", 473 "5", 474 "6", 475 "7", 476 "8", 477 "9", 478 "10", 479 "11", 480 "12", 481 } 482 wide{ 483 "Enero", 484 "Febrero", 485 "Marzo", 486 "Abril", 487 "Mayo", 488 "Junio", 489 "Julio", 490 "Agosto", 491 "Setiembre", 492 "Octubre", 493 "Noviembre", 494 "Diciembre", 495 } 496 } 497 stand-alone{ 498 abbreviated{ 499 "Ene", 500 "Feb", 501 "Mar", 502 "Abr", 503 "May", 504 "Jun", 505 "Jul", 506 "Ago", 507 "Set", 508 "Oct", 509 "Nov", 510 "Dic", 511 } 512 narrow{ 513 "1", 514 "2", 515 "3", 516 "4", 517 "5", 518 "6", 519 "7", 520 "8", 521 "9", 522 "10", 523 "11", 524 "12", 525 } 526 wide{ 527 "Enero", 528 "Febrero", 529 "Marzo", 530 "Abril", 531 "Mayo", 532 "Junio", 533 "Julio", 534 "Agosto", 535 "Setiembre", 536 "Octubre", 537 "Noviembre", 538 "Diciembre", 539 } 540 } 541 } 542 quarters{ 543 format{ 544 abbreviated{ 545 "Q1", 546 "Q2", 547 "Q3", 548 "Q4", 549 } 550 narrow{ 551 "1", 552 "2", 553 "3", 554 "4", 555 } 556 wide{ 557 "Q1", 558 "Q2", 559 "Q3", 560 "Q4", 561 } 562 } 563 stand-alone{ 564 abbreviated{ 565 "Q1", 566 "Q2", 567 "Q3", 568 "Q4", 569 } 570 narrow{ 571 "1", 572 "2", 573 "3", 574 "4", 575 } 576 wide{ 577 "Q1", 578 "Q2", 579 "Q3", 580 "Q4", 581 } 582 } 583 } 584 } 585 } 586 layout{ 587 characters{"left-to-right"} 588 lines{"top-to-bottom"} 589 } 590} 591