| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/to.xml | 6 // * Source File: <path>/common/main/to.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/to.xml | 10 * ICU <specials> source: <path>/common/main/to.xml |
| 11 */ | 11 */ |
| 12 to{ | 12 to{ |
| 13 AuxExemplarCharacters{ | 13 AuxExemplarCharacters{ |
| 14 "[à ă â å ä æ b c ç d è ĕ ê ë g ì ĭ î ï j ñ ò ŏ ô ö ø œ q r ù ŭ û ü w x
y ÿ z" | 14 "[à ă â å ä æ b c ç d è ĕ ê ë g ì ĭ î ï j ñ ò ŏ ô ö ø œ q r ù ŭ û ü w x
y ÿ z" |
| 15 "]" | 15 "]" |
| 16 } | 16 } |
| 17 Ellipsis{ | |
| 18 final{"{0}…"} | |
| 19 initial{"…{0}"} | |
| 20 medial{"{0}…{1}"} | |
| 21 word-final{"{0} …"} | |
| 22 word-initial{"… {0}"} | |
| 23 word-medial{"{0} … {1}"} | |
| 24 } | |
| 25 ExemplarCharacters{"[a á ā e é ē f h i í ī k l m n {ng} o ó ō p s t u ú ū v
ʻ]"} | 17 ExemplarCharacters{"[a á ā e é ē f h i í ī k l m n {ng} o ó ō p s t u ú ū v
ʻ]"} |
| 26 ExemplarCharactersIndex{"[A E F H I K L M N {NG} O P S T U V ʻ]"} | |
| 27 ExemplarCharactersPunctuation{ | |
| 28 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # †
‡ ′ " | |
| 29 "″]" | |
| 30 } | |
| 31 LocaleScript{ | 18 LocaleScript{ |
| 32 "Latn", | 19 "Latn", |
| 33 } | 20 } |
| 34 MoreInformation{"?"} | |
| 35 NumberElements{ | |
| 36 latn{ | |
| 37 miscPatterns{ | |
| 38 atLeast{"{0}+"} | |
| 39 range{"{0}—{1}"} | |
| 40 } | |
| 41 patterns{ | |
| 42 accountingFormat{"¤ #,##0.00"} | |
| 43 currencyFormat{"¤ #,##0.00"} | |
| 44 decimalFormat{"#,##0.###"} | |
| 45 percentFormat{"#,##0%"} | |
| 46 scientificFormat{"#E0"} | |
| 47 } | |
| 48 patternsLong{ | |
| 49 decimalFormat{ | |
| 50 1000{ | |
| 51 other{"0 afe"} | |
| 52 } | |
| 53 10000{ | |
| 54 other{"0 mano"} | |
| 55 } | |
| 56 100000{ | |
| 57 other{"0 kilu"} | |
| 58 } | |
| 59 1000000{ | |
| 60 other{"0 miliona"} | |
| 61 } | |
| 62 10000000{ | |
| 63 other{"00 miliona"} | |
| 64 } | |
| 65 100000000{ | |
| 66 other{"000 miliona"} | |
| 67 } | |
| 68 1000000000{ | |
| 69 other{"0 piliona"} | |
| 70 } | |
| 71 10000000000{ | |
| 72 other{"00 piliona"} | |
| 73 } | |
| 74 100000000000{ | |
| 75 other{"000 piliona"} | |
| 76 } | |
| 77 1000000000000{ | |
| 78 other{"0 tiliona"} | |
| 79 } | |
| 80 10000000000000{ | |
| 81 other{"00 tiliona"} | |
| 82 } | |
| 83 100000000000000{ | |
| 84 other{"000 tiliona"} | |
| 85 } | |
| 86 } | |
| 87 } | |
| 88 symbols{ | |
| 89 decimal{"."} | |
| 90 exponential{"E"} | |
| 91 group{","} | |
| 92 infinity{"∞"} | |
| 93 minusSign{"-"} | |
| 94 nan{"TF"} | |
| 95 perMille{"‰"} | |
| 96 percentSign{"%"} | |
| 97 plusSign{"+"} | |
| 98 superscriptingExponent{"×"} | |
| 99 } | |
| 100 } | |
| 101 } | |
| 102 Version{"2.0.92.87"} | 21 Version{"2.0.92.87"} |
| 103 calendar{ | |
| 104 generic{ | |
| 105 DateTimePatterns{ | |
| 106 "h:mm:ss a zzzz", | |
| 107 "HH:mm:ss z", | |
| 108 "h:mm:ss a", | |
| 109 "h:mm a", | |
| 110 "EEEE d MMMM y G", | |
| 111 "d MMMM y G", | |
| 112 "d MMM y G", | |
| 113 "d/M/yy GGGGG", | |
| 114 "{1}, {0}", | |
| 115 "{1}, {0}", | |
| 116 "{1}, {0}", | |
| 117 "{1}, {0}", | |
| 118 "{1}, {0}", | |
| 119 } | |
| 120 availableFormats{ | |
| 121 Ed{"d E"} | |
| 122 Gy{"y G"} | |
| 123 GyMMM{"MMM y G"} | |
| 124 GyMMMEd{"E d MMM y G"} | |
| 125 GyMMMd{"d MMM y G"} | |
| 126 Hm{"H:mm"} | |
| 127 Hms{"H:mm:ss"} | |
| 128 M{"L"} | |
| 129 MEd{"E, d/M"} | |
| 130 MMM{"LLL"} | |
| 131 MMMEd{"E d MMM"} | |
| 132 MMMMEd{"E d MMMM"} | |
| 133 MMMMd{"d MMMM"} | |
| 134 MMMd{"d MMM"} | |
| 135 Md{"d/M"} | |
| 136 d{"d"} | |
| 137 hm{"h:mm a"} | |
| 138 hms{"h:mm:ss a"} | |
| 139 ms{"mm:ss"} | |
| 140 y{"y G"} | |
| 141 yM{"M-y"} | |
| 142 yMEd{"E d/M/y"} | |
| 143 yMM{"MM-y"} | |
| 144 yMMM{"MMM y"} | |
| 145 yMMMEd{"E d MMM y"} | |
| 146 yMMMM{"MMMM y"} | |
| 147 yMMMd{"d MMM y"} | |
| 148 yMd{"d-M-y"} | |
| 149 yQQQ{"y QQQ"} | |
| 150 yQQQQ{"y QQQQ"} | |
| 151 yyyy{"y G"} | |
| 152 yyyyM{"y/MM GGGGG"} | |
| 153 yyyyMEd{"E dd-MM-y GGGGG"} | |
| 154 yyyyMMM{"MMM y G"} | |
| 155 yyyyMMMEd{"E d MMM y G"} | |
| 156 yyyyMMMd{"d MMM y G"} | |
| 157 yyyyMd{"dd/MM/y GGGGG"} | |
| 158 yyyyQQQ{"y QQQ G"} | |
| 159 yyyyQQQQ{"y QQQQ G"} | |
| 160 } | |
| 161 intervalFormats{ | |
| 162 M{ | |
| 163 M{"M–M"} | |
| 164 } | |
| 165 MEd{ | |
| 166 M{"E d/M - E d/M"} | |
| 167 d{"E d/M - E d/M"} | |
| 168 } | |
| 169 MMM{ | |
| 170 M{"LLL–LLL"} | |
| 171 } | |
| 172 MMMEd{ | |
| 173 M{"E d MMM - E d MMM"} | |
| 174 d{"E d MMM - E d MMM"} | |
| 175 } | |
| 176 MMMd{ | |
| 177 M{"d MMM - d MMM"} | |
| 178 d{"d-d MMM"} | |
| 179 } | |
| 180 Md{ | |
| 181 M{"d/M - d/M"} | |
| 182 d{"d/M - d/M"} | |
| 183 } | |
| 184 d{ | |
| 185 d{"d–d"} | |
| 186 } | |
| 187 fallback{"{0} – {1}"} | |
| 188 h{ | |
| 189 a{"h a – h a"} | |
| 190 h{"h–h a"} | |
| 191 } | |
| 192 hm{ | |
| 193 a{"h:mm a – h:mm a"} | |
| 194 h{"h:mm–h:mm a"} | |
| 195 m{"h:mm–h:mm a"} | |
| 196 } | |
| 197 hmv{ | |
| 198 a{"h:mm a – h:mm a v"} | |
| 199 h{"h:mm–h:mm a v"} | |
| 200 m{"h:mm–h:mm a v"} | |
| 201 } | |
| 202 hv{ | |
| 203 a{"h a – h a v"} | |
| 204 h{"h–h a v"} | |
| 205 } | |
| 206 y{ | |
| 207 y{"y–y G"} | |
| 208 } | |
| 209 yM{ | |
| 210 M{"M/y - M/y GGGGG"} | |
| 211 y{"M/y - M/y GGGGG"} | |
| 212 } | |
| 213 yMEd{ | |
| 214 M{"E d/M/y - E d/M/y GGGGG"} | |
| 215 d{"E d/M/y - E d/M/y GGGGG"} | |
| 216 y{"E d/M/y - E d/M/y GGGGG"} | |
| 217 } | |
| 218 yMMM{ | |
| 219 M{"MMM-MMM y G"} | |
| 220 y{"MMM y - MMM y G"} | |
| 221 } | |
| 222 yMMMEd{ | |
| 223 M{"E d MMM - E d MMM y G"} | |
| 224 d{"E d MMM - E d MMM y G"} | |
| 225 y{"E d MMM y - E d MMM y G"} | |
| 226 } | |
| 227 yMMMM{ | |
| 228 M{"MMMM - MMMM y G"} | |
| 229 y{"MMMM y - MMMM y G"} | |
| 230 } | |
| 231 yMMMd{ | |
| 232 M{"d MMM - d MMM y G"} | |
| 233 d{"d-d MMM y G"} | |
| 234 y{"d MMM y - d MMM y G"} | |
| 235 } | |
| 236 yMd{ | |
| 237 M{"d/M/y - d/M/y GGGGG"} | |
| 238 d{"d/M/y - d/M/y GGGGG"} | |
| 239 y{"d/M/y - d/M/y GGGGG"} | |
| 240 } | |
| 241 } | |
| 242 } | |
| 243 gregorian{ | |
| 244 AmPmMarkers{ | |
| 245 "AM", | |
| 246 "PM", | |
| 247 } | |
| 248 AmPmMarkersNarrow{ | |
| 249 "AM", | |
| 250 "PM", | |
| 251 } | |
| 252 DateTimePatterns{ | |
| 253 "h:mm:ss a zzzz", | |
| 254 "HH:mm:ss z", | |
| 255 "h:mm:ss a", | |
| 256 "h:mm a", | |
| 257 "EEEE d MMMM y", | |
| 258 "d MMMM y", | |
| 259 "d MMM y", | |
| 260 "d/M/yy", | |
| 261 "{1}, {0}", | |
| 262 "{1}, {0}", | |
| 263 "{1}, {0}", | |
| 264 "{1}, {0}", | |
| 265 "{1} {0}", | |
| 266 } | |
| 267 appendItems{ | |
| 268 Timezone{"{0} {1}"} | |
| 269 } | |
| 270 availableFormats{ | |
| 271 EHm{"E HH:mm"} | |
| 272 EHms{"E HH:mm:ss"} | |
| 273 Ed{"d E"} | |
| 274 Ehm{"E h:mm a"} | |
| 275 Ehms{"E h:mm:ss a"} | |
| 276 Gy{"y G"} | |
| 277 GyMMM{"MMM y G"} | |
| 278 GyMMMEd{"E d MMM y G"} | |
| 279 GyMMMd{"d MMM y G"} | |
| 280 H{"HH"} | |
| 281 Hm{"HH:mm"} | |
| 282 Hms{"HH:mm:ss"} | |
| 283 M{"L"} | |
| 284 MEd{"E d/M"} | |
| 285 MMM{"LLL"} | |
| 286 MMMEd{"E d MMM"} | |
| 287 MMMMEd{"E d MMMM"} | |
| 288 MMMMd{"d MMMM"} | |
| 289 MMMd{"d MMM"} | |
| 290 Md{"d/M"} | |
| 291 d{"d"} | |
| 292 h{"h a"} | |
| 293 hm{"h:mm a"} | |
| 294 hms{"h:mm:ss a"} | |
| 295 ms{"mm:ss"} | |
| 296 y{"y"} | |
| 297 yM{"M/y"} | |
| 298 yMEd{"E d/M/y"} | |
| 299 yMM{"MM-y"} | |
| 300 yMMM{"MMM y"} | |
| 301 yMMMEd{"E d MMM y"} | |
| 302 yMMMM{"MMMM y"} | |
| 303 yMMMd{"d MMM y"} | |
| 304 yMd{"d/M/y"} | |
| 305 yQQQ{"y QQQ"} | |
| 306 yQQQQ{"y QQQQ"} | |
| 307 } | |
| 308 dayNames{ | |
| 309 format{ | |
| 310 abbreviated{ | |
| 311 "Sāp", | |
| 312 "Mōn", | |
| 313 "Tūs", | |
| 314 "Pul", | |
| 315 "Tuʻa", | |
| 316 "Fal", | |
| 317 "Tok", | |
| 318 } | |
| 319 narrow{ | |
| 320 "S", | |
| 321 "M", | |
| 322 "T", | |
| 323 "P", | |
| 324 "T", | |
| 325 "F", | |
| 326 "T", | |
| 327 } | |
| 328 short{ | |
| 329 "Sāp", | |
| 330 "Mōn", | |
| 331 "Tus", | |
| 332 "Pul", | |
| 333 "Tuʻa", | |
| 334 "Fal", | |
| 335 "Tok", | |
| 336 } | |
| 337 wide{ | |
| 338 "Sāpate", | |
| 339 "Mōnite", | |
| 340 "Tūsite", | |
| 341 "Pulelulu", | |
| 342 "Tuʻapulelulu", | |
| 343 "Falaite", | |
| 344 "Tokonaki", | |
| 345 } | |
| 346 } | |
| 347 stand-alone{ | |
| 348 abbreviated{ | |
| 349 "Sāp", | |
| 350 "Mōn", | |
| 351 "Tūs", | |
| 352 "Pul", | |
| 353 "Tuʻa", | |
| 354 "Fal", | |
| 355 "Tok", | |
| 356 } | |
| 357 narrow{ | |
| 358 "S", | |
| 359 "M", | |
| 360 "T", | |
| 361 "P", | |
| 362 "T", | |
| 363 "F", | |
| 364 "T", | |
| 365 } | |
| 366 short{ | |
| 367 "Sāp", | |
| 368 "Mōn", | |
| 369 "Tus", | |
| 370 "Pul", | |
| 371 "Tuʻa", | |
| 372 "Fal", | |
| 373 "Tok", | |
| 374 } | |
| 375 wide{ | |
| 376 "Sāpate", | |
| 377 "Mōnite", | |
| 378 "Tūsite", | |
| 379 "Pulelulu", | |
| 380 "Tuʻapulelulu", | |
| 381 "Falaite", | |
| 382 "Tokonaki", | |
| 383 } | |
| 384 } | |
| 385 } | |
| 386 eras{ | |
| 387 abbreviated{ | |
| 388 "KM", | |
| 389 "TS", | |
| 390 } | |
| 391 narrow{ | |
| 392 "KāMā", | |
| 393 "TāSā", | |
| 394 } | |
| 395 wide{ | |
| 396 "ki muʻa", | |
| 397 "taʻu ʻo Sīsū", | |
| 398 } | |
| 399 } | |
| 400 intervalFormats{ | |
| 401 H{ | |
| 402 H{"HH–HH"} | |
| 403 } | |
| 404 Hm{ | |
| 405 H{"HH:mm–HH:mm"} | |
| 406 m{"HH:mm–HH:mm"} | |
| 407 } | |
| 408 Hmv{ | |
| 409 H{"HH:mm–HH:mm v"} | |
| 410 m{"HH:mm–HH:mm v"} | |
| 411 } | |
| 412 Hv{ | |
| 413 H{"HH–HH v"} | |
| 414 } | |
| 415 M{ | |
| 416 M{"M–M"} | |
| 417 } | |
| 418 MEd{ | |
| 419 M{"E d/M - E d/M"} | |
| 420 d{"E d/M - E d/M"} | |
| 421 } | |
| 422 MMM{ | |
| 423 M{"LLL–LLL"} | |
| 424 } | |
| 425 MMMEd{ | |
| 426 M{"E d MMM - E d MMM"} | |
| 427 d{"E d MMM - E d MMM"} | |
| 428 } | |
| 429 MMMd{ | |
| 430 M{"d MMM - d MMM"} | |
| 431 d{"d-d MMM"} | |
| 432 } | |
| 433 Md{ | |
| 434 M{"d/M - d/M"} | |
| 435 d{"d/M - d/M"} | |
| 436 } | |
| 437 d{ | |
| 438 d{"d–d"} | |
| 439 } | |
| 440 fallback{"{0} – {1}"} | |
| 441 h{ | |
| 442 a{"h a – h a"} | |
| 443 h{"h–h a"} | |
| 444 } | |
| 445 hm{ | |
| 446 a{"h:mm a – h:mm a"} | |
| 447 h{"h:mm–h:mm a"} | |
| 448 m{"h:mm–h:mm a"} | |
| 449 } | |
| 450 hmv{ | |
| 451 a{"h:mm a – h:mm a v"} | |
| 452 h{"h:mm–h:mm a v"} | |
| 453 m{"h:mm–h:mm a v"} | |
| 454 } | |
| 455 hv{ | |
| 456 a{"h a – h a v"} | |
| 457 h{"h–h a v"} | |
| 458 } | |
| 459 y{ | |
| 460 y{"y–y"} | |
| 461 } | |
| 462 yM{ | |
| 463 M{"M/y - M/y"} | |
| 464 y{"M/y - M/y"} | |
| 465 } | |
| 466 yMEd{ | |
| 467 M{"E d/M/y - E d/M/y"} | |
| 468 d{"E d/M/y - E d/M/y"} | |
| 469 y{"E d/M/y - E d/M/y"} | |
| 470 } | |
| 471 yMMM{ | |
| 472 M{"MMM-MMM y"} | |
| 473 y{"MMM y - MMM y"} | |
| 474 } | |
| 475 yMMMEd{ | |
| 476 M{"E d MMM - E d MMM y"} | |
| 477 d{"E d MMM - E d MMM y"} | |
| 478 y{"E d MMM y - E d MMM y"} | |
| 479 } | |
| 480 yMMMM{ | |
| 481 M{"MMMM - MMMM y"} | |
| 482 y{"MMMM y - MMMM y"} | |
| 483 } | |
| 484 yMMMd{ | |
| 485 M{"d MMM - d MMM y"} | |
| 486 d{"d-d MMM y"} | |
| 487 y{"d MMM y - d MMM y"} | |
| 488 } | |
| 489 yMd{ | |
| 490 M{"d/M/y - d/M/y"} | |
| 491 d{"d/M/y - d/M/y"} | |
| 492 y{"d/M/y - d/M/y"} | |
| 493 } | |
| 494 } | |
| 495 monthNames{ | |
| 496 format{ | |
| 497 abbreviated{ | |
| 498 "Sān", | |
| 499 "Fēp", | |
| 500 "Maʻa", | |
| 501 "ʻEpe", | |
| 502 "Mē", | |
| 503 "Sun", | |
| 504 "Siu", | |
| 505 "ʻAok", | |
| 506 "Sep", | |
| 507 "ʻOka", | |
| 508 "Nōv", | |
| 509 "Tīs", | |
| 510 } | |
| 511 narrow{ | |
| 512 "S", | |
| 513 "F", | |
| 514 "M", | |
| 515 "E", | |
| 516 "M", | |
| 517 "S", | |
| 518 "S", | |
| 519 "A", | |
| 520 "S", | |
| 521 "O", | |
| 522 "N", | |
| 523 "T", | |
| 524 } | |
| 525 wide{ | |
| 526 "Sānuali", | |
| 527 "Fēpueli", | |
| 528 "Maʻasi", | |
| 529 "ʻEpeleli", | |
| 530 "Mē", | |
| 531 "Sune", | |
| 532 "Siulai", | |
| 533 "ʻAokosi", | |
| 534 "Sepitema", | |
| 535 "ʻOkatopa", | |
| 536 "Nōvema", | |
| 537 "Tīsema", | |
| 538 } | |
| 539 } | |
| 540 stand-alone{ | |
| 541 abbreviated{ | |
| 542 "Sān", | |
| 543 "Fēp", | |
| 544 "Maʻa", | |
| 545 "ʻEpe", | |
| 546 "Mē", | |
| 547 "Sun", | |
| 548 "Siu", | |
| 549 "ʻAok", | |
| 550 "Sep", | |
| 551 "ʻOka", | |
| 552 "Nōv", | |
| 553 "Tīs", | |
| 554 } | |
| 555 narrow{ | |
| 556 "S", | |
| 557 "F", | |
| 558 "M", | |
| 559 "E", | |
| 560 "M", | |
| 561 "S", | |
| 562 "S", | |
| 563 "A", | |
| 564 "S", | |
| 565 "O", | |
| 566 "N", | |
| 567 "T", | |
| 568 } | |
| 569 wide{ | |
| 570 "Sānuali", | |
| 571 "Fēpueli", | |
| 572 "Maʻasi", | |
| 573 "ʻEpeleli", | |
| 574 "Mē", | |
| 575 "Sune", | |
| 576 "Siulai", | |
| 577 "ʻAokosi", | |
| 578 "Sepitema", | |
| 579 "ʻOkatopa", | |
| 580 "Nōvema", | |
| 581 "Tīsema", | |
| 582 } | |
| 583 } | |
| 584 } | |
| 585 quarters{ | |
| 586 format{ | |
| 587 abbreviated{ | |
| 588 "K1", | |
| 589 "K2", | |
| 590 "K3", | |
| 591 "K4", | |
| 592 } | |
| 593 narrow{ | |
| 594 "1", | |
| 595 "2", | |
| 596 "3", | |
| 597 "4", | |
| 598 } | |
| 599 wide{ | |
| 600 "kuata ʻuluaki", | |
| 601 "kuata ua", | |
| 602 "kuata tolu", | |
| 603 "kuata fā", | |
| 604 } | |
| 605 } | |
| 606 stand-alone{ | |
| 607 abbreviated{ | |
| 608 "K1", | |
| 609 "K2", | |
| 610 "K3", | |
| 611 "K4", | |
| 612 } | |
| 613 narrow{ | |
| 614 "1", | |
| 615 "2", | |
| 616 "3", | |
| 617 "4", | |
| 618 } | |
| 619 wide{ | |
| 620 "kuata 1", | |
| 621 "kuata 2", | |
| 622 "kuata 3", | |
| 623 "kuata 4", | |
| 624 } | |
| 625 } | |
| 626 } | |
| 627 } | |
| 628 } | |
| 629 delimiters{ | |
| 630 alternateQuotationEnd{"’"} | |
| 631 alternateQuotationStart{"‘"} | |
| 632 quotationEnd{"”"} | |
| 633 quotationStart{"“"} | |
| 634 } | |
| 635 durationUnits{ | |
| 636 hm{"h:mm"} | |
| 637 hms{"h:mm:ss"} | |
| 638 ms{"m:ss"} | |
| 639 } | |
| 640 fields{ | |
| 641 day{ | |
| 642 dn{"ʻaho"} | |
| 643 relative{ | |
| 644 "-1"{"ʻaneafi"} | |
| 645 "-2"{"ʻaneheafi"} | |
| 646 "0"{"ʻaho⸍ni"} | |
| 647 "1"{"ʻapongipongi"} | |
| 648 "2"{"ʻahepongipongi"} | |
| 649 } | |
| 650 relativeTime{ | |
| 651 future{ | |
| 652 other{"ʻi he ʻaho ʻe {0}"} | |
| 653 } | |
| 654 past{ | |
| 655 other{"ʻaho ʻe {0} kuoʻosi"} | |
| 656 } | |
| 657 } | |
| 658 } | |
| 659 dayperiod{ | |
| 660 dn{"AM/PM"} | |
| 661 } | |
| 662 era{ | |
| 663 dn{"kuonga"} | |
| 664 } | |
| 665 fri{ | |
| 666 relative{ | |
| 667 "-1"{"Falaite kuoʻosi"} | |
| 668 "0"{"Falaite⸍ni"} | |
| 669 "1"{"Falaite kahaʻu"} | |
| 670 } | |
| 671 } | |
| 672 hour{ | |
| 673 dn{"houa"} | |
| 674 relativeTime{ | |
| 675 future{ | |
| 676 other{"ʻi he houa ʻe {0}"} | |
| 677 } | |
| 678 past{ | |
| 679 other{"houa ʻe {0} kuoʻosi"} | |
| 680 } | |
| 681 } | |
| 682 } | |
| 683 minute{ | |
| 684 dn{"miniti"} | |
| 685 relativeTime{ | |
| 686 future{ | |
| 687 other{"ʻi he miniti ʻe {0}"} | |
| 688 } | |
| 689 past{ | |
| 690 other{"miniti ʻe {0} kuoʻosi"} | |
| 691 } | |
| 692 } | |
| 693 } | |
| 694 mon{ | |
| 695 relative{ | |
| 696 "-1"{"Mōnite kuoʻosi"} | |
| 697 "0"{"Mōnite⸍ni"} | |
| 698 "1"{"Mōnite kahaʻu"} | |
| 699 } | |
| 700 } | |
| 701 month{ | |
| 702 dn{"māhina"} | |
| 703 relative{ | |
| 704 "-1"{"māhina kuoʻosi"} | |
| 705 "0"{"māhina⸍ni"} | |
| 706 "1"{"māhina kahaʻu"} | |
| 707 } | |
| 708 relativeTime{ | |
| 709 future{ | |
| 710 other{"ʻi he māhina ʻe {0}"} | |
| 711 } | |
| 712 past{ | |
| 713 other{"māhina ʻe {0} kuoʻosi"} | |
| 714 } | |
| 715 } | |
| 716 } | |
| 717 sat{ | |
| 718 relative{ | |
| 719 "-1"{"Tokonaki kuoʻosi"} | |
| 720 "0"{"Tokonaki⸍ni"} | |
| 721 "1"{"Tokonaki kahaʻu"} | |
| 722 } | |
| 723 } | |
| 724 second{ | |
| 725 dn{"sekoni"} | |
| 726 relative{ | |
| 727 "0"{"taimiʻni"} | |
| 728 } | |
| 729 relativeTime{ | |
| 730 future{ | |
| 731 other{"ʻi he sekoni ʻe {0}"} | |
| 732 } | |
| 733 past{ | |
| 734 other{"sekoni ʻe {0} kuoʻosi"} | |
| 735 } | |
| 736 } | |
| 737 } | |
| 738 sun{ | |
| 739 relative{ | |
| 740 "-1"{"Sāpate kuoʻosi"} | |
| 741 "0"{"Sāpate⸍ni"} | |
| 742 "1"{"Sāpate kahaʻu"} | |
| 743 } | |
| 744 } | |
| 745 thu{ | |
| 746 relative{ | |
| 747 "-1"{"Tuʻapulelulu kuoʻosi"} | |
| 748 "0"{"Tuʻapulelulu⸍ni"} | |
| 749 "1"{"Tuʻapulelulu kahaʻu"} | |
| 750 } | |
| 751 } | |
| 752 tue{ | |
| 753 relative{ | |
| 754 "-1"{"Tūsite kuoʻosi"} | |
| 755 "0"{"Tūsite⸍ni"} | |
| 756 "1"{"Tūsite kahaʻu"} | |
| 757 } | |
| 758 } | |
| 759 wed{ | |
| 760 relative{ | |
| 761 "-1"{"Pulelulu kuoʻosi"} | |
| 762 "0"{"Pulelulu⸍ni"} | |
| 763 "1"{"Pulelulu kahaʻu"} | |
| 764 } | |
| 765 } | |
| 766 week{ | |
| 767 dn{"uike"} | |
| 768 relative{ | |
| 769 "-1"{"uike kuoʻosi"} | |
| 770 "0"{"uike⸍ni"} | |
| 771 "1"{"uike kahaʻu"} | |
| 772 } | |
| 773 relativeTime{ | |
| 774 future{ | |
| 775 other{"ʻi he uike ʻe {0}"} | |
| 776 } | |
| 777 past{ | |
| 778 other{"uike ʻe {0} kuoʻosi"} | |
| 779 } | |
| 780 } | |
| 781 } | |
| 782 weekday{ | |
| 783 dn{"ʻaho ʻo e uike"} | |
| 784 } | |
| 785 year{ | |
| 786 dn{"taʻu"} | |
| 787 relative{ | |
| 788 "-1"{"taʻu kuoʻosi"} | |
| 789 "0"{"taʻu⸍ni"} | |
| 790 "1"{"taʻu kahaʻu"} | |
| 791 } | |
| 792 relativeTime{ | |
| 793 future{ | |
| 794 other{"ʻi he taʻu ʻe {0}"} | |
| 795 } | |
| 796 past{ | |
| 797 other{"taʻu ʻe {0} kuo hili"} | |
| 798 } | |
| 799 } | |
| 800 } | |
| 801 zone{ | |
| 802 dn{"taimi fakavahe"} | |
| 803 } | |
| 804 } | |
| 805 listPattern{ | |
| 806 standard{ | |
| 807 2{"{0} mo {1}"} | |
| 808 end{"{0} mo {1}"} | |
| 809 middle{"{0}, {1}"} | |
| 810 start{"{0}, {1}"} | |
| 811 } | |
| 812 unit{ | |
| 813 2{"{0} mo e {1}"} | |
| 814 end{"{0} mo e {1}"} | |
| 815 middle{"{0} {1}"} | |
| 816 start{"{0} {1}"} | |
| 817 } | |
| 818 unit-narrow{ | |
| 819 2{"{0} mo e {1}"} | |
| 820 end{"{0} mo e {1}"} | |
| 821 middle{"{0} {1}"} | |
| 822 start{"{0} {1}"} | |
| 823 } | |
| 824 unit-short{ | |
| 825 2{"{0} mo e {1}"} | |
| 826 end{"{0} mo e {1}"} | |
| 827 middle{"{0} {1}"} | |
| 828 start{"{0} {1}"} | |
| 829 } | |
| 830 } | |
| 831 measurementSystemNames{ | |
| 832 UK{"fakapilitānia"} | |
| 833 US{"fakaʻamelika"} | |
| 834 metric{"fakamita"} | |
| 835 } | |
| 836 units{ | |
| 837 acceleration{ | |
| 838 g-force{ | |
| 839 other{"{0} g-force"} | |
| 840 } | |
| 841 } | |
| 842 angle{ | |
| 843 arc-minute{ | |
| 844 other{"miniti seakale ʻe {0}"} | |
| 845 } | |
| 846 arc-second{ | |
| 847 other{"sekoni siakale ʻe {0}"} | |
| 848 } | |
| 849 degree{ | |
| 850 other{"tikili seakale ʻe {0}"} | |
| 851 } | |
| 852 } | |
| 853 area{ | |
| 854 acre{ | |
| 855 other{"ʻeka ʻe {0}"} | |
| 856 } | |
| 857 hectare{ | |
| 858 other{"hekitale ʻe {0}"} | |
| 859 } | |
| 860 square-foot{ | |
| 861 other{"fute sikuea ʻe {0}"} | |
| 862 } | |
| 863 square-kilometer{ | |
| 864 other{"kilomita sikuea ʻe {0}"} | |
| 865 } | |
| 866 square-meter{ | |
| 867 other{"mita sikuea ʻe {0}"} | |
| 868 } | |
| 869 square-mile{ | |
| 870 other{"maile sikuea ʻe {0}"} | |
| 871 } | |
| 872 } | |
| 873 compound{ | |
| 874 per{"{0} ʻi he {1}"} | |
| 875 } | |
| 876 duration{ | |
| 877 day{ | |
| 878 other{"ʻaho ʻe {0}"} | |
| 879 } | |
| 880 hour{ | |
| 881 other{"houa ʻe {0}"} | |
| 882 } | |
| 883 millisecond{ | |
| 884 other{"milisekoni ʻe {0}"} | |
| 885 } | |
| 886 minute{ | |
| 887 other{"miniti ʻe {0}"} | |
| 888 } | |
| 889 month{ | |
| 890 other{"māhina ʻe {0}"} | |
| 891 } | |
| 892 second{ | |
| 893 other{"sekoni ʻe {0}"} | |
| 894 } | |
| 895 week{ | |
| 896 other{"uike ʻe {0}"} | |
| 897 } | |
| 898 year{ | |
| 899 other{"taʻu ʻe {0}"} | |
| 900 } | |
| 901 } | |
| 902 length{ | |
| 903 centimeter{ | |
| 904 other{"senitimita ʻe {0}"} | |
| 905 } | |
| 906 foot{ | |
| 907 other{"fute ʻe {0}"} | |
| 908 } | |
| 909 inch{ | |
| 910 other{"ʻinisi ʻe {0}"} | |
| 911 } | |
| 912 kilometer{ | |
| 913 other{"kilomita ʻe {0}"} | |
| 914 } | |
| 915 light-year{ | |
| 916 other{"taʻumaama ʻe {0}"} | |
| 917 } | |
| 918 meter{ | |
| 919 other{"mita ʻe {0}"} | |
| 920 } | |
| 921 mile{ | |
| 922 other{"maile ʻe {0}"} | |
| 923 } | |
| 924 millimeter{ | |
| 925 other{"milimita ʻe {0}"} | |
| 926 } | |
| 927 picometer{ | |
| 928 other{"pikomita ʻe {0}"} | |
| 929 } | |
| 930 yard{ | |
| 931 other{"iate ʻe {0}"} | |
| 932 } | |
| 933 } | |
| 934 mass{ | |
| 935 gram{ | |
| 936 other{"kalami ʻe {0}"} | |
| 937 } | |
| 938 kilogram{ | |
| 939 other{"kilokalami ʻe {0}"} | |
| 940 } | |
| 941 ounce{ | |
| 942 other{"ʻaunisi ʻe {0}"} | |
| 943 } | |
| 944 pound{ | |
| 945 other{"pāuni ʻe {0}"} | |
| 946 } | |
| 947 } | |
| 948 power{ | |
| 949 horsepower{ | |
| 950 other{"hoosipaoa ʻe {0}"} | |
| 951 } | |
| 952 kilowatt{ | |
| 953 other{"kilouate ʻe {0}"} | |
| 954 } | |
| 955 watt{ | |
| 956 other{"uate ʻe {0}"} | |
| 957 } | |
| 958 } | |
| 959 pressure{ | |
| 960 hectopascal{ | |
| 961 other{"{0} hPa"} | |
| 962 } | |
| 963 inch-hg{ | |
| 964 other{"ʻinisi ʻe {0} mēkuli"} | |
| 965 } | |
| 966 millibar{ | |
| 967 other{"milipā ʻe {0}"} | |
| 968 } | |
| 969 } | |
| 970 speed{ | |
| 971 kilometer-per-hour{ | |
| 972 other{"kilomita he houa ʻe {0}"} | |
| 973 } | |
| 974 meter-per-second{ | |
| 975 other{"mita he sekoni ʻe {0}"} | |
| 976 } | |
| 977 mile-per-hour{ | |
| 978 other{"maile he houa ʻe {0}"} | |
| 979 } | |
| 980 } | |
| 981 temperature{ | |
| 982 celsius{ | |
| 983 other{"tikili selisiasi ʻe {0}"} | |
| 984 } | |
| 985 fahrenheit{ | |
| 986 other{"tikili felenihaiti ʻe {0}"} | |
| 987 } | |
| 988 } | |
| 989 volume{ | |
| 990 cubic-kilometer{ | |
| 991 other{"kilomita kiupiki ʻe {0}"} | |
| 992 } | |
| 993 cubic-mile{ | |
| 994 other{"maile kiupiki ʻe {0}"} | |
| 995 } | |
| 996 liter{ | |
| 997 other{"lita ʻe {0}"} | |
| 998 } | |
| 999 } | |
| 1000 } | |
| 1001 unitsNarrow{ | |
| 1002 acceleration{ | |
| 1003 g-force{ | |
| 1004 other{"{0} G"} | |
| 1005 } | |
| 1006 } | |
| 1007 angle{ | |
| 1008 arc-minute{ | |
| 1009 other{"{0}′"} | |
| 1010 } | |
| 1011 arc-second{ | |
| 1012 other{"{0}″"} | |
| 1013 } | |
| 1014 degree{ | |
| 1015 other{"{0}°"} | |
| 1016 } | |
| 1017 } | |
| 1018 area{ | |
| 1019 acre{ | |
| 1020 other{"{0} ac"} | |
| 1021 } | |
| 1022 hectare{ | |
| 1023 other{"{0}ha"} | |
| 1024 } | |
| 1025 square-foot{ | |
| 1026 other{"{0}ft²"} | |
| 1027 } | |
| 1028 square-kilometer{ | |
| 1029 other{"{0}km²"} | |
| 1030 } | |
| 1031 square-meter{ | |
| 1032 other{"{0}m²"} | |
| 1033 } | |
| 1034 square-mile{ | |
| 1035 other{"{0} mi²"} | |
| 1036 } | |
| 1037 } | |
| 1038 compound{ | |
| 1039 per{"{0}/{1}"} | |
| 1040 } | |
| 1041 duration{ | |
| 1042 day{ | |
| 1043 other{"ʻaho ʻe {0}"} | |
| 1044 } | |
| 1045 hour{ | |
| 1046 other{"{0}h"} | |
| 1047 } | |
| 1048 millisecond{ | |
| 1049 other{"{0}ms"} | |
| 1050 } | |
| 1051 minute{ | |
| 1052 other{"{0}m"} | |
| 1053 } | |
| 1054 month{ | |
| 1055 other{"{0}m"} | |
| 1056 } | |
| 1057 second{ | |
| 1058 other{"{0}s"} | |
| 1059 } | |
| 1060 week{ | |
| 1061 other{"uike ʻe {0}"} | |
| 1062 } | |
| 1063 year{ | |
| 1064 other{"{0}t"} | |
| 1065 } | |
| 1066 } | |
| 1067 length{ | |
| 1068 centimeter{ | |
| 1069 other{"{0} cm"} | |
| 1070 } | |
| 1071 foot{ | |
| 1072 other{"{0}ft"} | |
| 1073 } | |
| 1074 inch{ | |
| 1075 other{"{0} in"} | |
| 1076 } | |
| 1077 kilometer{ | |
| 1078 other{"{0}km"} | |
| 1079 } | |
| 1080 light-year{ | |
| 1081 other{"{0}tm"} | |
| 1082 } | |
| 1083 meter{ | |
| 1084 other{"{0}m"} | |
| 1085 } | |
| 1086 mile{ | |
| 1087 other{"{0} mi"} | |
| 1088 } | |
| 1089 millimeter{ | |
| 1090 other{"{0}mm"} | |
| 1091 } | |
| 1092 picometer{ | |
| 1093 other{"{0}pm"} | |
| 1094 } | |
| 1095 yard{ | |
| 1096 other{"{0} yd"} | |
| 1097 } | |
| 1098 } | |
| 1099 mass{ | |
| 1100 gram{ | |
| 1101 other{"{0} g"} | |
| 1102 } | |
| 1103 kilogram{ | |
| 1104 other{"{0} kg"} | |
| 1105 } | |
| 1106 ounce{ | |
| 1107 other{"{0} oz"} | |
| 1108 } | |
| 1109 pound{ | |
| 1110 other{"{0} lb"} | |
| 1111 } | |
| 1112 } | |
| 1113 power{ | |
| 1114 horsepower{ | |
| 1115 other{"{0}hp"} | |
| 1116 } | |
| 1117 kilowatt{ | |
| 1118 other{"{0}kW"} | |
| 1119 } | |
| 1120 watt{ | |
| 1121 other{"{0}W"} | |
| 1122 } | |
| 1123 } | |
| 1124 pressure{ | |
| 1125 hectopascal{ | |
| 1126 other{"{0} hPa"} | |
| 1127 } | |
| 1128 inch-hg{ | |
| 1129 other{"{0} inHg"} | |
| 1130 } | |
| 1131 millibar{ | |
| 1132 other{"{0} mbar"} | |
| 1133 } | |
| 1134 } | |
| 1135 speed{ | |
| 1136 kilometer-per-hour{ | |
| 1137 other{"{0}km/h"} | |
| 1138 } | |
| 1139 meter-per-second{ | |
| 1140 other{"{0}m/s"} | |
| 1141 } | |
| 1142 mile-per-hour{ | |
| 1143 other{"{0} mi/h"} | |
| 1144 } | |
| 1145 } | |
| 1146 temperature{ | |
| 1147 celsius{ | |
| 1148 other{"{0}°"} | |
| 1149 } | |
| 1150 fahrenheit{ | |
| 1151 other{"{0}°F"} | |
| 1152 } | |
| 1153 } | |
| 1154 volume{ | |
| 1155 cubic-kilometer{ | |
| 1156 other{"{0}km³"} | |
| 1157 } | |
| 1158 cubic-mile{ | |
| 1159 other{"{0}ma³"} | |
| 1160 } | |
| 1161 liter{ | |
| 1162 other{"{0}l"} | |
| 1163 } | |
| 1164 } | |
| 1165 } | |
| 1166 unitsShort{ | |
| 1167 acceleration{ | |
| 1168 g-force{ | |
| 1169 other{"{0} G"} | |
| 1170 } | |
| 1171 } | |
| 1172 angle{ | |
| 1173 arc-minute{ | |
| 1174 other{"{0}′"} | |
| 1175 } | |
| 1176 arc-second{ | |
| 1177 other{"{0}″"} | |
| 1178 } | |
| 1179 degree{ | |
| 1180 other{"{0}°"} | |
| 1181 } | |
| 1182 } | |
| 1183 area{ | |
| 1184 acre{ | |
| 1185 other{"{0} ac"} | |
| 1186 } | |
| 1187 hectare{ | |
| 1188 other{"{0} ha"} | |
| 1189 } | |
| 1190 square-foot{ | |
| 1191 other{"{0} ft²"} | |
| 1192 } | |
| 1193 square-kilometer{ | |
| 1194 other{"{0} km²"} | |
| 1195 } | |
| 1196 square-meter{ | |
| 1197 other{"{0} m²"} | |
| 1198 } | |
| 1199 square-mile{ | |
| 1200 other{"{0} mi²"} | |
| 1201 } | |
| 1202 } | |
| 1203 compound{ | |
| 1204 per{"{0}/{1}"} | |
| 1205 } | |
| 1206 duration{ | |
| 1207 day{ | |
| 1208 other{"ʻaho ʻe {0}"} | |
| 1209 } | |
| 1210 hour{ | |
| 1211 other{"{0} h"} | |
| 1212 } | |
| 1213 millisecond{ | |
| 1214 other{"{0} ms"} | |
| 1215 } | |
| 1216 minute{ | |
| 1217 other{"{0} m"} | |
| 1218 } | |
| 1219 month{ | |
| 1220 other{"māhina ʻe {0}"} | |
| 1221 } | |
| 1222 second{ | |
| 1223 other{"{0} s"} | |
| 1224 } | |
| 1225 week{ | |
| 1226 other{"uike ʻe {0}"} | |
| 1227 } | |
| 1228 year{ | |
| 1229 other{"{0} t"} | |
| 1230 } | |
| 1231 } | |
| 1232 length{ | |
| 1233 centimeter{ | |
| 1234 other{"{0} cm"} | |
| 1235 } | |
| 1236 foot{ | |
| 1237 other{"{0} ft"} | |
| 1238 } | |
| 1239 inch{ | |
| 1240 other{"{0} in"} | |
| 1241 } | |
| 1242 kilometer{ | |
| 1243 other{"{0} km"} | |
| 1244 } | |
| 1245 light-year{ | |
| 1246 other{"{0} tm"} | |
| 1247 } | |
| 1248 meter{ | |
| 1249 other{"{0} m"} | |
| 1250 } | |
| 1251 mile{ | |
| 1252 other{"{0} mi"} | |
| 1253 } | |
| 1254 millimeter{ | |
| 1255 other{"{0} mm"} | |
| 1256 } | |
| 1257 picometer{ | |
| 1258 other{"{0} pm"} | |
| 1259 } | |
| 1260 yard{ | |
| 1261 other{"{0} yd"} | |
| 1262 } | |
| 1263 } | |
| 1264 mass{ | |
| 1265 gram{ | |
| 1266 other{"{0} g"} | |
| 1267 } | |
| 1268 kilogram{ | |
| 1269 other{"{0} kg"} | |
| 1270 } | |
| 1271 ounce{ | |
| 1272 other{"{0} oz"} | |
| 1273 } | |
| 1274 pound{ | |
| 1275 other{"{0} lb"} | |
| 1276 } | |
| 1277 } | |
| 1278 power{ | |
| 1279 horsepower{ | |
| 1280 other{"{0} hp"} | |
| 1281 } | |
| 1282 kilowatt{ | |
| 1283 other{"{0} kW"} | |
| 1284 } | |
| 1285 watt{ | |
| 1286 other{"{0} W"} | |
| 1287 } | |
| 1288 } | |
| 1289 pressure{ | |
| 1290 hectopascal{ | |
| 1291 other{"{0} hPa"} | |
| 1292 } | |
| 1293 inch-hg{ | |
| 1294 other{"{0} inHg"} | |
| 1295 } | |
| 1296 millibar{ | |
| 1297 other{"{0} mbar"} | |
| 1298 } | |
| 1299 } | |
| 1300 speed{ | |
| 1301 kilometer-per-hour{ | |
| 1302 other{"{0} km/h"} | |
| 1303 } | |
| 1304 meter-per-second{ | |
| 1305 other{"{0} m/s"} | |
| 1306 } | |
| 1307 mile-per-hour{ | |
| 1308 other{"{0} mi/h"} | |
| 1309 } | |
| 1310 } | |
| 1311 temperature{ | |
| 1312 celsius{ | |
| 1313 other{"{0}°C"} | |
| 1314 } | |
| 1315 fahrenheit{ | |
| 1316 other{"{0}°F"} | |
| 1317 } | |
| 1318 } | |
| 1319 volume{ | |
| 1320 cubic-kilometer{ | |
| 1321 other{"{0} km³"} | |
| 1322 } | |
| 1323 cubic-mile{ | |
| 1324 other{"{0} mi³"} | |
| 1325 } | |
| 1326 liter{ | |
| 1327 other{"{0} l"} | |
| 1328 } | |
| 1329 } | |
| 1330 } | |
| 1331 } | 22 } |
| OLD | NEW |