1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 4mi{ 5 AuxExemplarCharacters{"[b c d f g j l q s v x y z]"} 6 ExemplarCharacters{"[a ā e ē h i ī k m n {ng} o ō p r t u ū w {wh}]"} 7 ExemplarCharactersIndex{"[A E H I K M N O P R T U W]"} 8 NumberElements{ 9 latn{ 10 miscPatterns{ 11 atLeast{"⩾{0}"} 12 range{"{0}–{1}"} 13 } 14 patterns{ 15 accountingFormat{"¤ #,##0.00"} 16 currencyFormat{"¤ #,##0.00"} 17 decimalFormat{"#,##0.###"} 18 percentFormat{"#,##0%"} 19 scientificFormat{"#E0"} 20 } 21 patternsLong{ 22 decimalFormat{ 23 1000{ 24 other{"0K"} 25 } 26 10000{ 27 other{"00K"} 28 } 29 100000{ 30 other{"000K"} 31 } 32 1000000{ 33 other{"0M"} 34 } 35 10000000{ 36 other{"00M"} 37 } 38 100000000{ 39 other{"000M"} 40 } 41 1000000000{ 42 other{"0G"} 43 } 44 10000000000{ 45 other{"00G"} 46 } 47 100000000000{ 48 other{"000G"} 49 } 50 1000000000000{ 51 other{"0T"} 52 } 53 10000000000000{ 54 other{"00T"} 55 } 56 100000000000000{ 57 other{"000T"} 58 } 59 } 60 } 61 patternsShort{ 62 currencyFormat{ 63 1000{ 64 other{"¤ 0K"} 65 } 66 10000{ 67 other{"¤ 00K"} 68 } 69 100000{ 70 other{"¤ 000K"} 71 } 72 1000000{ 73 other{"¤ 0M"} 74 } 75 10000000{ 76 other{"¤ 00M"} 77 } 78 100000000{ 79 other{"¤ 000M"} 80 } 81 1000000000{ 82 other{"¤ 0G"} 83 } 84 10000000000{ 85 other{"¤ 00G"} 86 } 87 100000000000{ 88 other{"¤ 000G"} 89 } 90 1000000000000{ 91 other{"¤ 0T"} 92 } 93 10000000000000{ 94 other{"¤ 00T"} 95 } 96 100000000000000{ 97 other{"¤ 000T"} 98 } 99 } 100 decimalFormat{ 101 1000{ 102 other{"0K"} 103 } 104 10000{ 105 other{"00K"} 106 } 107 100000{ 108 other{"000K"} 109 } 110 1000000{ 111 other{"0M"} 112 } 113 10000000{ 114 other{"00M"} 115 } 116 100000000{ 117 other{"000M"} 118 } 119 1000000000{ 120 other{"0G"} 121 } 122 10000000000{ 123 other{"00G"} 124 } 125 100000000000{ 126 other{"000G"} 127 } 128 1000000000000{ 129 other{"0T"} 130 } 131 10000000000000{ 132 other{"00T"} 133 } 134 100000000000000{ 135 other{"000T"} 136 } 137 } 138 } 139 symbols{ 140 decimal{"."} 141 exponential{"E"} 142 group{","} 143 infinity{"∞"} 144 minusSign{"-"} 145 nan{"NaN"} 146 perMille{"‰"} 147 percentSign{"%"} 148 plusSign{"+"} 149 superscriptingExponent{"×"} 150 } 151 } 152 } 153 calendar{ 154 generic{ 155 DateTimePatterns{ 156 "h:mm:ss a zzzz", 157 "h:mm:ss a z", 158 "h:mm:ss a", 159 "h:mm a", 160 "EEEE, d MMMM y G", 161 "d MMMM y G", 162 "d MMM y G", 163 "dd-MM-y GGGGG", 164 "{1} {0}", 165 "{1} {0}", 166 "{1} {0}", 167 "{1} {0}", 168 "{1} {0}", 169 } 170 intervalFormats{ 171 M{ 172 M{"MM–MM"} 173 } 174 MEd{ 175 M{"MM-dd, E – MM-dd, E"} 176 d{"MM-dd, E – MM-dd, E"} 177 } 178 MMM{ 179 M{"LLL–LLL"} 180 } 181 MMMEd{ 182 M{"MMM d, E – MMM d, E"} 183 d{"MMM d, E – MMM d, E"} 184 } 185 MMMd{ 186 M{"MMM d – MMM d"} 187 d{"MMM d–d"} 188 } 189 Md{ 190 M{"MM-dd – MM-dd"} 191 d{"MM-dd – MM-dd"} 192 } 193 d{ 194 d{"d–d"} 195 } 196 fallback{"{0} ki te {1}"} 197 y{ 198 y{"G y–y"} 199 } 200 yM{ 201 M{"GGGGG y-MM – y-MM"} 202 y{"GGGGG y-MM – y-MM"} 203 } 204 yMEd{ 205 M{"GGGGG y-MM-dd, E – y-MM-dd, E"} 206 d{"GGGGG y-MM-dd, E – y-MM-dd, E"} 207 y{"GGGGG y-MM-dd, E – y-MM-dd, E"} 208 } 209 yMMM{ 210 M{"G y MMM–MMM"} 211 y{"G y MMM – y MMM"} 212 } 213 yMMMEd{ 214 M{"G y MMM d, E – MMM d, E"} 215 d{"G y MMM d, E – MMM d, E"} 216 y{"G y MMM d, E – y MMM d, E"} 217 } 218 yMMMM{ 219 M{"G y MMMM–MMMM"} 220 y{"G y MMMM – y MMMM"} 221 } 222 yMMMd{ 223 M{"G y MMM d – MMM d"} 224 d{"G y MMM d–d"} 225 y{"G y MMM d – y MMM d"} 226 } 227 yMd{ 228 M{"GGGGG y-MM-dd – y-MM-dd"} 229 d{"GGGGG y-MM-dd – y-MM-dd"} 230 y{"GGGGG y-MM-dd – y-MM-dd"} 231 } 232 } 233 } 234 gregorian{ 235 AmPmMarkers{ 236 "AM", 237 "PM", 238 } 239 AmPmMarkersAbbr{ 240 "AM", 241 "PM", 242 } 243 AmPmMarkersNarrow{ 244 "AM", 245 "PM", 246 } 247 DateTimePatterns{ 248 "h:mm:ss a zzzz", 249 "h:mm:ss a z", 250 "h:mm:ss a", 251 "h:mm a", 252 "EEEE, d MMMM y", 253 "d MMMM y", 254 "d MMM y", 255 "dd-MM-y", 256 "{1} {0}", 257 "{1} {0}", 258 "{1} {0}", 259 "{1} {0}", 260 "{1} {0}", 261 } 262 availableFormats{ 263 Bh{"h B"} 264 Bhm{"h:mm B"} 265 Bhms{"h:mm:ss B"} 266 E{"ccc"} 267 EBhm{"E h:mm B"} 268 EBhms{"E h:mm:ss B"} 269 EHm{"E HH:mm"} 270 EHms{"E HH:mm:ss"} 271 Ed{"E, d"} 272 Ehm{"E h:mm a"} 273 Ehms{"E h:mm:ss a"} 274 Gy{"y G"} 275 GyMMM{"MMM y G"} 276 GyMMMEd{"E, d MMM y G"} 277 GyMMMd{"d MMM y G"} 278 H{"HH"} 279 Hm{"HH:mm"} 280 Hms{"HH:mm:ss"} 281 Hmsv{"HH:mm:ss v"} 282 Hmv{"HH:mm v"} 283 M{"L"} 284 MEd{"E, dd-MM"} 285 MMM{"LLL"} 286 MMMEd{"E, d MMM"} 287 MMMMW{ 288 other{"'wiki' W 'o' MMMM"} 289 } 290 MMMMd{"d MMMM"} 291 MMMd{"d MMM"} 292 Md{"dd-MM"} 293 d{"d"} 294 h{"h a"} 295 hm{"h:mm a"} 296 hms{"h:mm:ss a"} 297 hmsv{"h:mm:ss a v"} 298 hmv{"h:mm a v"} 299 ms{"mm:ss"} 300 y{"y"} 301 yM{"MM-y"} 302 yMEd{"E, dd-MM-y"} 303 yMMM{"MMM y"} 304 yMMMEd{"E, d MMM y"} 305 yMMMM{"MMMM y"} 306 yMMMd{"d MMM y"} 307 yMd{"dd-MM-y"} 308 yQQQ{"QQQ y"} 309 yQQQQ{"QQQQ y"} 310 yw{ 311 other{"'wiki' w 'o' Y"} 312 } 313 } 314 dayNames{ 315 format{ 316 abbreviated{ 317 "Tap", 318 "Hin", 319 "Tū", 320 "Apa", 321 "Par", 322 "Mer", 323 "Hor", 324 } 325 narrow{ 326 "T", 327 "H", 328 "T", 329 "A", 330 "P", 331 "M", 332 "H", 333 } 334 short{ 335 "Tap", 336 "Hin", 337 "Tū", 338 "Apa", 339 "Par", 340 "Mer", 341 "Hor", 342 } 343 wide{ 344 "Rātapu", 345 "Rāhina", 346 "Rātū", 347 "Rāapa", 348 "Rāpare", 349 "Rāmere", 350 "Rāhoroi", 351 } 352 } 353 stand-alone{ 354 abbreviated{ 355 "Tap", 356 "Hin", 357 "Tū", 358 "Apa", 359 "Par", 360 "Mer", 361 "Hor", 362 } 363 narrow{ 364 "T", 365 "H", 366 "T", 367 "A", 368 "P", 369 "M", 370 "H", 371 } 372 short{ 373 "Tap", 374 "Hin", 375 "Tū", 376 "Apa", 377 "Par", 378 "Mer", 379 "Hor", 380 } 381 wide{ 382 "Rātapu", 383 "Rāhina", 384 "Rātū", 385 "Rāapa", 386 "Rāpare", 387 "Rāmere", 388 "Rāhoroi", 389 } 390 } 391 } 392 dayPeriod{ 393 stand-alone{ 394 abbreviated{ 395 am{"AM"} 396 pm{"PM"} 397 } 398 narrow{ 399 am{"AM"} 400 pm{"PM"} 401 } 402 wide{ 403 am{"AM"} 404 pm{"PM"} 405 } 406 } 407 } 408 eras{ 409 abbreviated{ 410 "BCE", 411 "CE", 412 } 413 wide{ 414 "BCE", 415 "CE", 416 } 417 wide%variant{ 418 "BCE", 419 "CE", 420 } 421 } 422 intervalFormats{ 423 fallback{"{0} ki te {1}"} 424 } 425 monthNames{ 426 format{ 427 abbreviated{ 428 "Kohi", 429 "Hui", 430 "Pou", 431 "Pae", 432 "Hara", 433 "Pipi", 434 "Hōngo", 435 "Here", 436 "Mahu", 437 "Nuku", 438 "Rangi", 439 "Haki", 440 } 441 narrow{ 442 "K", 443 "H", 444 "P", 445 "P", 446 "H", 447 "P", 448 "H", 449 "H", 450 "M", 451 "N", 452 "R", 453 "H", 454 } 455 wide{ 456 "Kohitātea", 457 "Huitanguru", 458 "Poutūterangi", 459 "Paengawhāwhā", 460 "Haratua", 461 "Pipiri", 462 "Hōngongoi", 463 "Hereturikōkā", 464 "Mahuru", 465 "Whiringa-ā-nuku", 466 "Whiringa-ā-rangi", 467 "Hakihea", 468 } 469 } 470 stand-alone{ 471 abbreviated{ 472 "Kohi", 473 "Hui", 474 "Pou", 475 "Pae", 476 "Hara", 477 "Pipi", 478 "Hōngo", 479 "Here", 480 "Mahu", 481 "Nuku", 482 "Rangi", 483 "Haki", 484 } 485 narrow{ 486 "K", 487 "H", 488 "P", 489 "P", 490 "H", 491 "P", 492 "H", 493 "H", 494 "M", 495 "N", 496 "R", 497 "H", 498 } 499 wide{ 500 "Kohitātea", 501 "Huitanguru", 502 "Poutūterangi", 503 "Paengawhāwhā", 504 "Haratua", 505 "Pipiri", 506 "Hōngongoi", 507 "Hereturikōkā", 508 "Mahuru", 509 "Whiringa-ā-nuku", 510 "Whiringa-ā-rangi", 511 "Hakihea", 512 } 513 } 514 } 515 quarters{ 516 format{ 517 abbreviated{ 518 "HW1", 519 "HW2", 520 "HW3", 521 "HW4", 522 } 523 narrow{ 524 "1", 525 "2", 526 "3", 527 "4", 528 } 529 wide{ 530 "Hauwhā tuatahi", 531 "Hauwhā tuarua", 532 "Hauwhā tuatoru", 533 "Hauwhā tuawhā", 534 } 535 } 536 stand-alone{ 537 abbreviated{ 538 "HW1", 539 "HW2", 540 "HW3", 541 "HW4", 542 } 543 narrow{ 544 "1", 545 "2", 546 "3", 547 "4", 548 } 549 wide{ 550 "Hauwhā tuatahi", 551 "Hauwhā tuarua", 552 "Hauwhā tuatoru", 553 "Hauwhā tuawhā", 554 } 555 } 556 } 557 } 558 } 559 delimiters{ 560 alternateQuotationEnd{"’"} 561 alternateQuotationStart{"‘"} 562 quotationEnd{"”"} 563 quotationStart{"“"} 564 } 565 fields{ 566 day{ 567 dn{"rā"} 568 relative{ 569 "-1"{"inanahi"} 570 "0"{"āianei"} 571 "1"{"āpōpō"} 572 } 573 } 574 day-narrow{ 575 dn{"rā"} 576 } 577 day-short{ 578 dn{"rā"} 579 } 580 dayperiod{ 581 dn{"AM/PM"} 582 } 583 era{ 584 dn{"wā"} 585 } 586 hour{ 587 dn{"hāora"} 588 } 589 hour-narrow{ 590 dn{"hr"} 591 } 592 hour-short{ 593 dn{"hr"} 594 } 595 minute{ 596 dn{"meneti"} 597 } 598 minute-narrow{ 599 dn{"men"} 600 } 601 minute-short{ 602 dn{"men"} 603 } 604 month{ 605 dn{"marama"} 606 } 607 month-narrow{ 608 dn{"m"} 609 } 610 month-short{ 611 dn{"m"} 612 } 613 quarter{ 614 dn{"hauwhā"} 615 } 616 quarter-narrow{ 617 dn{"hw"} 618 } 619 quarter-short{ 620 dn{"hw"} 621 } 622 second{ 623 dn{"hēkona"} 624 } 625 second-narrow{ 626 dn{"hēk"} 627 } 628 second-short{ 629 dn{"hēk"} 630 } 631 week{ 632 dn{"wiki"} 633 } 634 week-narrow{ 635 dn{"w"} 636 } 637 week-short{ 638 dn{"w"} 639 } 640 weekday{ 641 dn{"rā o te wiki"} 642 } 643 year{ 644 dn{"tau"} 645 } 646 year-narrow{ 647 dn{"t"} 648 } 649 year-short{ 650 dn{"t"} 651 } 652 zone{ 653 dn{"rohe wā"} 654 } 655 } 656 listPattern{ 657 standard{ 658 2{"{0}, {1}"} 659 end{"{0}, {1}"} 660 middle{"{0}, {1}"} 661 start{"{0}, {1}"} 662 } 663 } 664 measurementSystemNames{ 665 UK{"UK"} 666 US{"US"} 667 metric{"Ngahuru"} 668 } 669} 670