| 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/eu.xml | 6 // * Source File: <path>/common/main/eu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/eu.xml | 10 * ICU <specials> source: <path>/common/main/eu.xml |
| 11 */ | 11 */ |
| 12 eu{ | 12 eu{ |
| 13 AuxExemplarCharacters{ | 13 AuxExemplarCharacters{ |
| 14 "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û
ü ū ÿ" | 14 "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û
ü ū ÿ" |
| 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 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
]"} | 17 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
]"} |
| 26 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]"} | |
| 27 LocaleScript{ | 18 LocaleScript{ |
| 28 "Latn", | 19 "Latn", |
| 29 } | 20 } |
| 30 MoreInformation{"?"} | |
| 31 NumberElements{ | |
| 32 latn{ | |
| 33 miscPatterns{ | |
| 34 atLeast{"{0}+"} | |
| 35 range{"{0}–{1}"} | |
| 36 } | |
| 37 patterns{ | |
| 38 accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} | |
| 39 currencyFormat{"#,##0.00 ¤"} | |
| 40 decimalFormat{"#,##0.###"} | |
| 41 percentFormat{"% #,##0"} | |
| 42 scientificFormat{"#E0"} | |
| 43 } | |
| 44 patternsLong{ | |
| 45 decimalFormat{ | |
| 46 1000{ | |
| 47 one{"0000"} | |
| 48 other{"0000"} | |
| 49 } | |
| 50 10000{ | |
| 51 one{"00000"} | |
| 52 other{"00000"} | |
| 53 } | |
| 54 100000{ | |
| 55 one{"000000"} | |
| 56 other{"000000"} | |
| 57 } | |
| 58 1000000{ | |
| 59 one{"0 milioi"} | |
| 60 other{"0 milioi"} | |
| 61 } | |
| 62 10000000{ | |
| 63 one{"00 milioi"} | |
| 64 other{"00 milioi"} | |
| 65 } | |
| 66 100000000{ | |
| 67 one{"000 milioi"} | |
| 68 other{"000 milioi"} | |
| 69 } | |
| 70 1000000000{ | |
| 71 one{"0000 milioi"} | |
| 72 other{"0000 milioi"} | |
| 73 } | |
| 74 10000000000{ | |
| 75 one{"00000 milioi"} | |
| 76 other{"00000 milioi"} | |
| 77 } | |
| 78 100000000000{ | |
| 79 one{"000000 milioi"} | |
| 80 other{"000000 milioi"} | |
| 81 } | |
| 82 1000000000000{ | |
| 83 one{"0 bilioi"} | |
| 84 other{"0 bilioi"} | |
| 85 } | |
| 86 10000000000000{ | |
| 87 one{"00 bilioi"} | |
| 88 other{"00 bilioi"} | |
| 89 } | |
| 90 100000000000000{ | |
| 91 one{"000 bilioi"} | |
| 92 other{"000 bilioi"} | |
| 93 } | |
| 94 } | |
| 95 } | |
| 96 patternsShort{ | |
| 97 decimalFormat{ | |
| 98 1000{ | |
| 99 one{"0000"} | |
| 100 other{"0000"} | |
| 101 } | |
| 102 10000{ | |
| 103 one{"00000"} | |
| 104 other{"00000"} | |
| 105 } | |
| 106 100000{ | |
| 107 one{"000000"} | |
| 108 other{"000000"} | |
| 109 } | |
| 110 1000000{ | |
| 111 one{"0 M"} | |
| 112 other{"0 M"} | |
| 113 } | |
| 114 10000000{ | |
| 115 one{"00 M"} | |
| 116 other{"00 M"} | |
| 117 } | |
| 118 100000000{ | |
| 119 one{"000 M"} | |
| 120 other{"000 M"} | |
| 121 } | |
| 122 1000000000{ | |
| 123 one{"0000 M"} | |
| 124 other{"0000 M"} | |
| 125 } | |
| 126 10000000000{ | |
| 127 one{"00000 M"} | |
| 128 other{"00000 M"} | |
| 129 } | |
| 130 100000000000{ | |
| 131 one{"000000 M"} | |
| 132 other{"000000 M"} | |
| 133 } | |
| 134 1000000000000{ | |
| 135 one{"0 B"} | |
| 136 other{"0 B"} | |
| 137 } | |
| 138 10000000000000{ | |
| 139 one{"00 B"} | |
| 140 other{"00 B"} | |
| 141 } | |
| 142 100000000000000{ | |
| 143 one{"000 B"} | |
| 144 other{"000 B"} | |
| 145 } | |
| 146 } | |
| 147 } | |
| 148 symbols{ | |
| 149 decimal{","} | |
| 150 exponential{"E"} | |
| 151 group{"."} | |
| 152 infinity{"∞"} | |
| 153 list{";"} | |
| 154 minusSign{"-"} | |
| 155 nan{"NaN"} | |
| 156 perMille{"‰"} | |
| 157 percentSign{"%"} | |
| 158 plusSign{"+"} | |
| 159 superscriptingExponent{"×"} | |
| 160 } | |
| 161 } | |
| 162 } | |
| 163 Version{"2.0.92.87"} | 21 Version{"2.0.92.87"} |
| 164 calendar{ | |
| 165 buddhist{ | |
| 166 eras{ | |
| 167 abbreviated{ | |
| 168 "BG", | |
| 169 } | |
| 170 } | |
| 171 } | |
| 172 generic{ | |
| 173 DateTimePatterns{ | |
| 174 "HH:mm:ss zzzz", | |
| 175 "HH:mm:ss z", | |
| 176 "HH:mm:ss", | |
| 177 "HH:mm", | |
| 178 "G. 'aroko' y. 'urteko' MMMM d, EEEE", | |
| 179 "G. 'aroko' y. 'urteko' MMMM d", | |
| 180 "G. 'aroko' y('e')'ko' MMM d", | |
| 181 "GGGGG y-MM-dd", | |
| 182 "{1} {0}", | |
| 183 "{1} {0}", | |
| 184 "{1} {0}", | |
| 185 "{1} {0}", | |
| 186 "{1} {0}", | |
| 187 } | |
| 188 availableFormats{ | |
| 189 Ed{"d, EEEE"} | |
| 190 Gy{"G. 'aroko' y. 'urtea'"} | |
| 191 GyMMM{"G. 'aroko' y('e')'ko' MMMM"} | |
| 192 GyMMMEd{"G. 'aroko' y('e')'ko' MMMM d, EEEE"} | |
| 193 GyMMMd{"G. 'aroko' y('e')'ko' MMMM d"} | |
| 194 H{"HH"} | |
| 195 Hm{"HH:mm"} | |
| 196 Hms{"HH:mm:ss"} | |
| 197 M{"L"} | |
| 198 MEd{"MM/dd, EEEE"} | |
| 199 MMM{"LLL"} | |
| 200 MMMEd{"MMM d, EEEE"} | |
| 201 MMMd{"MMM d"} | |
| 202 Md{"MM/dd"} | |
| 203 d{"d"} | |
| 204 hm{"h:mm a"} | |
| 205 hms{"h:mm:ss a"} | |
| 206 ms{"mm:ss"} | |
| 207 y{"y"} | |
| 208 yM{"y/MM"} | |
| 209 yMEd{"y/MM/dd, EEEE"} | |
| 210 yMMM{"y('e')'ko' MMMM"} | |
| 211 yMMMEd{"y('e')'ko' MMMM d, EEEE"} | |
| 212 yMMMd{"y('e')'ko' MMMM d"} | |
| 213 yMd{"y/MM/dd"} | |
| 214 yQQQ{"y QQQ"} | |
| 215 yQQQQ{"y('e')'ko' QQQQ"} | |
| 216 yyyy{"G y"} | |
| 217 yyyyM{"G y/MM"} | |
| 218 yyyyMEd{"G y/MM/dd, EEEE"} | |
| 219 yyyyMMM{"G y('e')'ko' MMMM"} | |
| 220 yyyyMMMEd{"G y('e')'ko' MMMM d, EEEE"} | |
| 221 yyyyMMMd{"G y('e')'ko' MMMM d"} | |
| 222 yyyyMd{"G y/MM/dd"} | |
| 223 yyyyQQQ{"G y QQQ"} | |
| 224 yyyyQQQQ{"G y('e')'ko' QQQQ"} | |
| 225 } | |
| 226 intervalFormats{ | |
| 227 H{ | |
| 228 H{"HH–HH"} | |
| 229 } | |
| 230 Hm{ | |
| 231 H{"HH:mm–HH:mm"} | |
| 232 m{"HH:mm–HH:mm"} | |
| 233 } | |
| 234 Hmv{ | |
| 235 H{"HH:mm–HH:mm v"} | |
| 236 m{"HH:mm–HH:mm v"} | |
| 237 } | |
| 238 Hv{ | |
| 239 H{"HH–HH v"} | |
| 240 } | |
| 241 M{ | |
| 242 M{"MM–MM"} | |
| 243 } | |
| 244 MEd{ | |
| 245 M{"MM/dd, EEEE – MM/dd, EEEE"} | |
| 246 d{"MM/dd, EEEE – MM/dd, EEEE"} | |
| 247 } | |
| 248 MMM{ | |
| 249 M{"MMM–MMM"} | |
| 250 } | |
| 251 MMMEd{ | |
| 252 M{"MMMM d, EEEE – MMMM d, EEEE"} | |
| 253 d{"MMMM d, EEEE – MMMM d, EEEE"} | |
| 254 } | |
| 255 MMMd{ | |
| 256 M{"MMMM d – MMMM d"} | |
| 257 d{"MMMM d–d"} | |
| 258 } | |
| 259 Md{ | |
| 260 M{"MM/dd – MM/dd"} | |
| 261 d{"MM/dd – MM/dd"} | |
| 262 } | |
| 263 d{ | |
| 264 d{"dd–dd"} | |
| 265 } | |
| 266 fallback{"{0} – {1}"} | |
| 267 h{ | |
| 268 a{"h a – h a"} | |
| 269 h{"h–h a"} | |
| 270 } | |
| 271 hm{ | |
| 272 a{":h:mm a – h:mm a"} | |
| 273 h{"h:mm–h:mm a"} | |
| 274 m{"h:mm–h:mm a"} | |
| 275 } | |
| 276 hmv{ | |
| 277 a{"h:mm a – h:mm a v"} | |
| 278 h{"h:mm–h:mm a v"} | |
| 279 m{"h:mm–h:mm a v"} | |
| 280 } | |
| 281 hv{ | |
| 282 a{"h a – h a v"} | |
| 283 h{"h–h a v"} | |
| 284 } | |
| 285 y{ | |
| 286 y{"G y–y"} | |
| 287 } | |
| 288 yM{ | |
| 289 M{"G y/MM – y/MM"} | |
| 290 y{"G y/MM – y/MM"} | |
| 291 } | |
| 292 yMEd{ | |
| 293 M{"G y/MM/dd, EEEE – y/MM/dd, EEEE"} | |
| 294 d{"G y/MM/dd, EEEE – y/MM/dd, EEEE"} | |
| 295 y{"G y/MM/dd, EEEE – y/MM/dd, EEEE"} | |
| 296 } | |
| 297 yMMM{ | |
| 298 M{"G y('e')'ko' MMMM–MMMM"} | |
| 299 y{"G y('e')'ko' MMMM – y('e')'ko' MMMM"} | |
| 300 } | |
| 301 yMMMEd{ | |
| 302 M{"G y('e')'ko' MMMM dd, EEEE – MMMM dd, EEEE"} | |
| 303 d{"G y('e')'ko' MMMM dd, EEEE – MMMM dd, EEEE"} | |
| 304 y{"G y('e')'ko' MMMM dd, EEEE – MMMM dd, EEEE"} | |
| 305 } | |
| 306 yMMMM{ | |
| 307 M{"G y('e')'ko' MMMM – MMMM"} | |
| 308 y{"G y('e')'ko' MMMM – y('e')'ko' MMMM"} | |
| 309 } | |
| 310 yMMMd{ | |
| 311 M{"G y('e')'ko' MMMM dd – MMMM dd"} | |
| 312 d{"G y('e')'ko' MMMM dd–dd"} | |
| 313 y{"G y('e')'ko' MMMM dd – y('e')'ko' MMMM dd"} | |
| 314 } | |
| 315 yMd{ | |
| 316 M{"G y/MM/dd – y/MM/dd"} | |
| 317 d{"G y/MM/dd – y/MM/dd"} | |
| 318 y{"G y/MM/dd – y/MM/dd"} | |
| 319 } | |
| 320 } | |
| 321 } | |
| 322 gregorian{ | |
| 323 AmPmMarkers{ | |
| 324 "AM", | |
| 325 "PM", | |
| 326 } | |
| 327 AmPmMarkersNarrow{ | |
| 328 "a", | |
| 329 "p", | |
| 330 } | |
| 331 DateTimePatterns{ | |
| 332 "HH:mm:ss zzzz", | |
| 333 "HH:mm:ss z", | |
| 334 "HH:mm:ss", | |
| 335 "HH:mm", | |
| 336 "y('e')'ko' MMMM d, EEEE", | |
| 337 "y('e')'ko' MMMM d", | |
| 338 "y MMM d", | |
| 339 "y-MM-dd", | |
| 340 "{1} {0}", | |
| 341 "{1} {0}", | |
| 342 "{1} {0}", | |
| 343 "{1} {0}", | |
| 344 "{1} {0}", | |
| 345 } | |
| 346 appendItems{ | |
| 347 Timezone{"{0} ({1})"} | |
| 348 } | |
| 349 availableFormats{ | |
| 350 EHm{"E HH:mm"} | |
| 351 EHms{"E HH:mm:ss"} | |
| 352 Ed{"d, E"} | |
| 353 Ehm{"E h:mm a"} | |
| 354 Ehms{"E h:mm:ss a"} | |
| 355 Gy{"G y"} | |
| 356 GyMMM{"G y. 'urteko' MMM"} | |
| 357 GyMMMEd{"G y. 'urteko' MMM d, E"} | |
| 358 GyMMMd{"G y. 'urteko' MMM d"} | |
| 359 H{"HH"} | |
| 360 Hm{"HH:mm"} | |
| 361 Hms{"HH:mm:ss"} | |
| 362 M{"L"} | |
| 363 MEd{"M/d, E"} | |
| 364 MMM{"LLL"} | |
| 365 MMMEd{"MMM d, E"} | |
| 366 MMMd{"MMM d"} | |
| 367 Md{"M/d"} | |
| 368 d{"d"} | |
| 369 h{"h a"} | |
| 370 hm{"h:mm a"} | |
| 371 hms{"h:mm:ss a"} | |
| 372 ms{"mm:ss"} | |
| 373 y{"y"} | |
| 374 yM{"y/M"} | |
| 375 yMEd{"y/M/d, E"} | |
| 376 yMMM{"y('e')'ko' MMM"} | |
| 377 yMMMEd{"y('e')'ko' MMM d, E"} | |
| 378 yMMMd{"y('e')'ko' MMM d"} | |
| 379 yMd{"y/M/d"} | |
| 380 yQQQ{"y('e')'ko' QQQ"} | |
| 381 yQQQQ{"y('e')'ko' QQQQ"} | |
| 382 } | |
| 383 dayNames{ | |
| 384 format{ | |
| 385 abbreviated{ | |
| 386 "ig.", | |
| 387 "al.", | |
| 388 "ar.", | |
| 389 "az.", | |
| 390 "og.", | |
| 391 "or.", | |
| 392 "lr.", | |
| 393 } | |
| 394 narrow{ | |
| 395 "I", | |
| 396 "A", | |
| 397 "A", | |
| 398 "A", | |
| 399 "O", | |
| 400 "O", | |
| 401 "L", | |
| 402 } | |
| 403 short{ | |
| 404 "ig.", | |
| 405 "al.", | |
| 406 "ar.", | |
| 407 "az.", | |
| 408 "og.", | |
| 409 "or.", | |
| 410 "lr.", | |
| 411 } | |
| 412 wide{ | |
| 413 "igandea", | |
| 414 "astelehena", | |
| 415 "asteartea", | |
| 416 "asteazkena", | |
| 417 "osteguna", | |
| 418 "ostirala", | |
| 419 "larunbata", | |
| 420 } | |
| 421 } | |
| 422 stand-alone{ | |
| 423 abbreviated{ | |
| 424 "ig.", | |
| 425 "al.", | |
| 426 "ar.", | |
| 427 "az.", | |
| 428 "og.", | |
| 429 "or.", | |
| 430 "lr.", | |
| 431 } | |
| 432 narrow{ | |
| 433 "I", | |
| 434 "A", | |
| 435 "A", | |
| 436 "A", | |
| 437 "O", | |
| 438 "O", | |
| 439 "L", | |
| 440 } | |
| 441 short{ | |
| 442 "ig.", | |
| 443 "al.", | |
| 444 "ar.", | |
| 445 "az.", | |
| 446 "og.", | |
| 447 "or.", | |
| 448 "lr.", | |
| 449 } | |
| 450 wide{ | |
| 451 "igandea", | |
| 452 "astelehena", | |
| 453 "asteartea", | |
| 454 "asteazkena", | |
| 455 "osteguna", | |
| 456 "ostirala", | |
| 457 "larunbata", | |
| 458 } | |
| 459 } | |
| 460 } | |
| 461 eras{ | |
| 462 abbreviated{ | |
| 463 "K.a.", | |
| 464 "K.o.", | |
| 465 } | |
| 466 } | |
| 467 intervalFormats{ | |
| 468 H{ | |
| 469 H{"HH–HH"} | |
| 470 } | |
| 471 Hm{ | |
| 472 H{"HH:mm–HH:mm"} | |
| 473 m{"HH:mm–HH:mm"} | |
| 474 } | |
| 475 Hmv{ | |
| 476 H{"HH:mm–HH:mm v"} | |
| 477 m{"HH:mm–HH:mm v"} | |
| 478 } | |
| 479 Hv{ | |
| 480 H{"HH–HH v"} | |
| 481 } | |
| 482 M{ | |
| 483 M{"M–M"} | |
| 484 } | |
| 485 MEd{ | |
| 486 M{"M/d, E – M/d, E"} | |
| 487 d{"M/d, E – M/d, E"} | |
| 488 } | |
| 489 MMM{ | |
| 490 M{"MMM–MMM"} | |
| 491 } | |
| 492 MMMEd{ | |
| 493 M{"MMM d, E – MMM d, E"} | |
| 494 d{"MMM d, E – MMM d, E"} | |
| 495 } | |
| 496 MMMd{ | |
| 497 M{"MMM d – MMM d"} | |
| 498 d{"MMM d–d"} | |
| 499 } | |
| 500 Md{ | |
| 501 M{"M/d – M/d"} | |
| 502 d{"M/d – M/d"} | |
| 503 } | |
| 504 d{ | |
| 505 d{"d–d"} | |
| 506 } | |
| 507 fallback{"{0} – {1}"} | |
| 508 h{ | |
| 509 a{"h a – h a"} | |
| 510 h{"h–h a"} | |
| 511 } | |
| 512 hm{ | |
| 513 a{"h:mm a – h:mm a"} | |
| 514 h{"h:mm–h:mm a"} | |
| 515 m{"h:mm–h:mm a"} | |
| 516 } | |
| 517 hmv{ | |
| 518 a{"h:mm a – h:mm a v"} | |
| 519 h{"h:mm–h:mm a v"} | |
| 520 m{"h:mm–h:mm a v"} | |
| 521 } | |
| 522 hv{ | |
| 523 a{"h a – h a v"} | |
| 524 h{"h–h a v"} | |
| 525 } | |
| 526 y{ | |
| 527 y{"y–y"} | |
| 528 } | |
| 529 yM{ | |
| 530 M{"y/M – y/M"} | |
| 531 y{"y/M – y/M"} | |
| 532 } | |
| 533 yMEd{ | |
| 534 M{"y/M/d, E – y/M/d, E"} | |
| 535 d{"y/M/d, E – y/M/d, E"} | |
| 536 y{"y/M/d, E – y/M/d, E"} | |
| 537 } | |
| 538 yMMM{ | |
| 539 M{"y('e')'ko' MMM–MMM"} | |
| 540 y{"y('e')'ko' MMM – y('e')'ko' MMM"} | |
| 541 } | |
| 542 yMMMEd{ | |
| 543 M{"y('e')'ko' MMM d, E – MMM d, E"} | |
| 544 d{"y('e')'ko' MMM d, E – y('e')'ko' MMM d, E"} | |
| 545 y{"y('e')'ko' MMM d, E – y('e')'ko' MMM d, E"} | |
| 546 } | |
| 547 yMMMM{ | |
| 548 M{"y('e')'ko' MMMM–MMMM"} | |
| 549 y{"y('e')'ko' MMMM – y('e')'ko' MMMM"} | |
| 550 } | |
| 551 yMMMd{ | |
| 552 M{"y('e')'ko' MMM d – MMM d"} | |
| 553 d{"y('e')'ko' MMM d–d"} | |
| 554 y{"y('e')'ko' MMM d – y('e')'ko' MMM d"} | |
| 555 } | |
| 556 yMd{ | |
| 557 M{"y/M/d – y/M/d"} | |
| 558 d{"y/M/d – y/M/d"} | |
| 559 y{"y/M/d – y/M/d"} | |
| 560 } | |
| 561 } | |
| 562 monthNames{ | |
| 563 format{ | |
| 564 abbreviated{ | |
| 565 "urt.", | |
| 566 "ots.", | |
| 567 "mar.", | |
| 568 "api.", | |
| 569 "mai.", | |
| 570 "eka.", | |
| 571 "uzt.", | |
| 572 "abu.", | |
| 573 "ira.", | |
| 574 "urr.", | |
| 575 "aza.", | |
| 576 "abe.", | |
| 577 } | |
| 578 narrow{ | |
| 579 "U", | |
| 580 "O", | |
| 581 "M", | |
| 582 "A", | |
| 583 "M", | |
| 584 "E", | |
| 585 "U", | |
| 586 "A", | |
| 587 "I", | |
| 588 "U", | |
| 589 "A", | |
| 590 "A", | |
| 591 } | |
| 592 wide{ | |
| 593 "urtarrilak", | |
| 594 "otsailak", | |
| 595 "martxoak", | |
| 596 "apirilak", | |
| 597 "maiatzak", | |
| 598 "ekainak", | |
| 599 "uztailak", | |
| 600 "abuztuak", | |
| 601 "irailak", | |
| 602 "urriak", | |
| 603 "azaroak", | |
| 604 "abenduak", | |
| 605 } | |
| 606 } | |
| 607 stand-alone{ | |
| 608 abbreviated{ | |
| 609 "urt.", | |
| 610 "ots.", | |
| 611 "mar.", | |
| 612 "api.", | |
| 613 "mai.", | |
| 614 "eka.", | |
| 615 "uzt.", | |
| 616 "abu.", | |
| 617 "ira.", | |
| 618 "urr.", | |
| 619 "aza.", | |
| 620 "abe.", | |
| 621 } | |
| 622 narrow{ | |
| 623 "U", | |
| 624 "O", | |
| 625 "M", | |
| 626 "A", | |
| 627 "M", | |
| 628 "E", | |
| 629 "U", | |
| 630 "A", | |
| 631 "I", | |
| 632 "U", | |
| 633 "A", | |
| 634 "A", | |
| 635 } | |
| 636 wide{ | |
| 637 "urtarrila", | |
| 638 "otsaila", | |
| 639 "martxoa", | |
| 640 "apirila", | |
| 641 "maiatza", | |
| 642 "ekaina", | |
| 643 "uztaila", | |
| 644 "abuztua", | |
| 645 "iraila", | |
| 646 "urria", | |
| 647 "azaroa", | |
| 648 "abendua", | |
| 649 } | |
| 650 } | |
| 651 } | |
| 652 quarters{ | |
| 653 format{ | |
| 654 abbreviated{ | |
| 655 "1Hh", | |
| 656 "2Hh", | |
| 657 "3Hh", | |
| 658 "4Hh", | |
| 659 } | |
| 660 narrow{ | |
| 661 "1", | |
| 662 "2", | |
| 663 "3", | |
| 664 "4", | |
| 665 } | |
| 666 wide{ | |
| 667 "1. hiruhilekoa", | |
| 668 "2. hiruhilekoa", | |
| 669 "3. hiruhilekoa", | |
| 670 "4. hiruhilekoa", | |
| 671 } | |
| 672 } | |
| 673 stand-alone{ | |
| 674 abbreviated{ | |
| 675 "1Hh", | |
| 676 "2Hh", | |
| 677 "3Hh", | |
| 678 "4Hh", | |
| 679 } | |
| 680 narrow{ | |
| 681 "1", | |
| 682 "2", | |
| 683 "3", | |
| 684 "4", | |
| 685 } | |
| 686 wide{ | |
| 687 "1. hiruhilekoa", | |
| 688 "2. hiruhilekoa", | |
| 689 "3. hiruhilekoa", | |
| 690 "4. hiruhilekoa", | |
| 691 } | |
| 692 } | |
| 693 } | |
| 694 } | |
| 695 roc{ | |
| 696 eras{ | |
| 697 abbreviated{ | |
| 698 "R.O.C. aurretik", | |
| 699 "R.O.C.", | |
| 700 } | |
| 701 } | |
| 702 } | |
| 703 } | |
| 704 delimiters{ | |
| 705 alternateQuotationEnd{"”"} | |
| 706 alternateQuotationStart{"“"} | |
| 707 quotationEnd{"»"} | |
| 708 quotationStart{"«"} | |
| 709 } | |
| 710 durationUnits{ | |
| 711 hm{"h:mm"} | |
| 712 hms{"h:mm:ss"} | |
| 713 ms{"m:ss"} | |
| 714 } | |
| 715 fields{ | |
| 716 day{ | |
| 717 dn{"Eguna"} | |
| 718 relative{ | |
| 719 "-1"{"atzo"} | |
| 720 "-2"{"herenegun"} | |
| 721 "0"{"gaur"} | |
| 722 "1"{"bihar"} | |
| 723 "2"{"etzi"} | |
| 724 } | |
| 725 relativeTime{ | |
| 726 future{ | |
| 727 one{"{0} egun barru"} | |
| 728 other{"{0} egun barru"} | |
| 729 } | |
| 730 past{ | |
| 731 one{"Duela {0} egun"} | |
| 732 other{"Duela {0} egun"} | |
| 733 } | |
| 734 } | |
| 735 } | |
| 736 dayperiod{ | |
| 737 dn{"AM//PM"} | |
| 738 } | |
| 739 era{ | |
| 740 dn{"Aroa"} | |
| 741 } | |
| 742 fri{ | |
| 743 relative{ | |
| 744 "-1"{"aurreko ostirala"} | |
| 745 "0"{"ostiral hau"} | |
| 746 "1"{"hurrengo ostirala"} | |
| 747 } | |
| 748 } | |
| 749 hour{ | |
| 750 dn{"Ordua"} | |
| 751 relativeTime{ | |
| 752 future{ | |
| 753 one{"{0} ordu barru"} | |
| 754 other{"{0} ordu barru"} | |
| 755 } | |
| 756 past{ | |
| 757 one{"Duela {0} ordu"} | |
| 758 other{"Duela {0} ordu"} | |
| 759 } | |
| 760 } | |
| 761 } | |
| 762 minute{ | |
| 763 dn{"Minutua"} | |
| 764 relativeTime{ | |
| 765 future{ | |
| 766 one{"{0} minutu barru"} | |
| 767 other{"{0} minutu barru"} | |
| 768 } | |
| 769 past{ | |
| 770 one{"Duela {0} minutu"} | |
| 771 other{"Duela {0} minutu"} | |
| 772 } | |
| 773 } | |
| 774 } | |
| 775 mon{ | |
| 776 relative{ | |
| 777 "-1"{"aurreko astelehena"} | |
| 778 "0"{"astelehen hau"} | |
| 779 "1"{"hurrengo astelehena"} | |
| 780 } | |
| 781 } | |
| 782 month{ | |
| 783 dn{"Hilabetea"} | |
| 784 relative{ | |
| 785 "-1"{"aurreko hilabetea"} | |
| 786 "0"{"hilabete hau"} | |
| 787 "1"{"hurrengo hilabetea"} | |
| 788 } | |
| 789 relativeTime{ | |
| 790 future{ | |
| 791 one{"{0} hilabete barru"} | |
| 792 other{"{0} hilabete barru"} | |
| 793 } | |
| 794 past{ | |
| 795 one{"Duela {0} hilabete"} | |
| 796 other{"Duela {0} hilabete"} | |
| 797 } | |
| 798 } | |
| 799 } | |
| 800 sat{ | |
| 801 relative{ | |
| 802 "-1"{"aurreko larunbata"} | |
| 803 "0"{"larunbat hau"} | |
| 804 "1"{"hurrengo larunbata"} | |
| 805 } | |
| 806 } | |
| 807 second{ | |
| 808 dn{"Segundoa"} | |
| 809 relative{ | |
| 810 "0"{"orain"} | |
| 811 } | |
| 812 relativeTime{ | |
| 813 future{ | |
| 814 one{"{0} segundo barru"} | |
| 815 other{"{0} segundo barru"} | |
| 816 } | |
| 817 past{ | |
| 818 one{"Duela {0} segundo"} | |
| 819 other{"Duela {0} segundo"} | |
| 820 } | |
| 821 } | |
| 822 } | |
| 823 sun{ | |
| 824 relative{ | |
| 825 "-1"{"aurreko igandea"} | |
| 826 "0"{"igande hau"} | |
| 827 "1"{"hurrengo igandea"} | |
| 828 } | |
| 829 } | |
| 830 thu{ | |
| 831 relative{ | |
| 832 "-1"{"aurreko osteguna"} | |
| 833 "0"{"ostegun hau"} | |
| 834 "1"{"hurrengo osteguna"} | |
| 835 } | |
| 836 } | |
| 837 tue{ | |
| 838 relative{ | |
| 839 "-1"{"aurreko asteartea"} | |
| 840 "0"{"astearte hau"} | |
| 841 "1"{"hurrengo asteartea"} | |
| 842 } | |
| 843 } | |
| 844 wed{ | |
| 845 relative{ | |
| 846 "-1"{"aurreko asteazkena"} | |
| 847 "0"{"asteazken hau"} | |
| 848 "1"{"hurrengo asteazkena"} | |
| 849 } | |
| 850 } | |
| 851 week{ | |
| 852 dn{"Astea"} | |
| 853 relative{ | |
| 854 "-1"{"aurreko astea"} | |
| 855 "0"{"aste hau"} | |
| 856 "1"{"hurrengo astea"} | |
| 857 } | |
| 858 relativeTime{ | |
| 859 future{ | |
| 860 one{"{0} aste barru"} | |
| 861 other{"{0} aste barru"} | |
| 862 } | |
| 863 past{ | |
| 864 one{"Duela {0} aste"} | |
| 865 other{"Duela {0} aste"} | |
| 866 } | |
| 867 } | |
| 868 } | |
| 869 weekday{ | |
| 870 dn{"Asteguna"} | |
| 871 } | |
| 872 year{ | |
| 873 dn{"Urtea"} | |
| 874 relative{ | |
| 875 "-1"{"aurreko urtea"} | |
| 876 "0"{"aurten"} | |
| 877 "1"{"hurrengo urtea"} | |
| 878 } | |
| 879 relativeTime{ | |
| 880 future{ | |
| 881 one{"{0} urte barru"} | |
| 882 other{"{0} urte barru"} | |
| 883 } | |
| 884 past{ | |
| 885 one{"Duela {0} urte"} | |
| 886 other{"Duela {0} urte"} | |
| 887 } | |
| 888 } | |
| 889 } | |
| 890 zone{ | |
| 891 dn{"Ordu-zona"} | |
| 892 } | |
| 893 } | |
| 894 listPattern{ | |
| 895 standard{ | |
| 896 2{"{0} eta {1}"} | |
| 897 end{"{0} eta {1}"} | |
| 898 middle{"{0}, {1}"} | |
| 899 start{"{0}, {1}"} | |
| 900 } | |
| 901 unit{ | |
| 902 2{"{0} eta {1}"} | |
| 903 end{"{0} eta {1}"} | |
| 904 middle{"{0}, {1}"} | |
| 905 start{"{0}, {1}"} | |
| 906 } | |
| 907 unit-short{ | |
| 908 2{"{0} eta {1}"} | |
| 909 end{"{0} eta {1}"} | |
| 910 middle{"{0}, {1}"} | |
| 911 start{"{0}, {1}"} | |
| 912 } | |
| 913 } | |
| 914 measurementSystemNames{ | |
| 915 UK{"Erresuma Batuko sistema"} | |
| 916 US{"AEBetako sistema"} | |
| 917 metric{"Sistema metrikoa"} | |
| 918 } | |
| 919 transformNames{ | |
| 920 BGN{"BGN bihurketa"} | |
| 921 Numeric{"Zenbakizko bihurketa"} | |
| 922 Tone{"Tonu-bihurketa"} | |
| 923 UNGEGN{"UNGEGN bihurketa"} | |
| 924 x-Accents{"Azentu-bihurketa"} | |
| 925 x-Fullwidth{"Zabalera osoko karaktere-bihurketa"} | |
| 926 x-Halfwidth{"Zabalera erdiko karaktere-bihurketa"} | |
| 927 x-Jamo{"Jamo-bihurketa"} | |
| 928 x-Pinyin{"Pinyina"} | |
| 929 x-Publishing{"Argitalpen-bihurketa"} | |
| 930 } | |
| 931 units{ | |
| 932 acceleration{ | |
| 933 g-force{ | |
| 934 one{"{0} grabitate-indar"} | |
| 935 other{"{0} grabitate-indar"} | |
| 936 } | |
| 937 } | |
| 938 angle{ | |
| 939 arc-minute{ | |
| 940 one{"{0} minutu"} | |
| 941 other{"{0} minutu"} | |
| 942 } | |
| 943 arc-second{ | |
| 944 one{"{0} segundo"} | |
| 945 other{"{0} segundo"} | |
| 946 } | |
| 947 degree{ | |
| 948 one{"{0} gradu"} | |
| 949 other{"{0} gradu"} | |
| 950 } | |
| 951 } | |
| 952 area{ | |
| 953 acre{ | |
| 954 one{"{0} akre"} | |
| 955 other{"{0} akre"} | |
| 956 } | |
| 957 hectare{ | |
| 958 one{"{0} hektarea"} | |
| 959 other{"{0} hektarea"} | |
| 960 } | |
| 961 square-foot{ | |
| 962 one{"{0} oin karratu"} | |
| 963 other{"{0} oin karratu"} | |
| 964 } | |
| 965 square-kilometer{ | |
| 966 one{"{0} kilometro karratu"} | |
| 967 other{"{0} kilometro karratu"} | |
| 968 } | |
| 969 square-meter{ | |
| 970 one{"{0} metro karratu"} | |
| 971 other{"{0} metro karratu"} | |
| 972 } | |
| 973 square-mile{ | |
| 974 one{"{0} milia karratu"} | |
| 975 other{"{0} milia karratu"} | |
| 976 } | |
| 977 } | |
| 978 compound{ | |
| 979 per{"{0}/{1}"} | |
| 980 } | |
| 981 duration{ | |
| 982 day{ | |
| 983 one{"{0} egun"} | |
| 984 other{"{0} egun"} | |
| 985 } | |
| 986 hour{ | |
| 987 one{"{0} ordu"} | |
| 988 other{"{0} ordu"} | |
| 989 } | |
| 990 millisecond{ | |
| 991 one{"{0} milisegundo"} | |
| 992 other{"{0} milisegundo"} | |
| 993 } | |
| 994 minute{ | |
| 995 one{"{0} minutu"} | |
| 996 other{"{0} minutu"} | |
| 997 } | |
| 998 month{ | |
| 999 one{"{0} hilabete"} | |
| 1000 other{"{0} hilabete"} | |
| 1001 } | |
| 1002 second{ | |
| 1003 one{"{0} segundo"} | |
| 1004 other{"{0} segundo"} | |
| 1005 } | |
| 1006 week{ | |
| 1007 one{"{0} aste"} | |
| 1008 other{"{0} aste"} | |
| 1009 } | |
| 1010 year{ | |
| 1011 one{"{0} urte"} | |
| 1012 other{"{0} urte"} | |
| 1013 } | |
| 1014 } | |
| 1015 length{ | |
| 1016 centimeter{ | |
| 1017 one{"{0} zentimetro"} | |
| 1018 other{"{0} zentimetro"} | |
| 1019 } | |
| 1020 foot{ | |
| 1021 one{"{0} oin"} | |
| 1022 other{"{0} oin"} | |
| 1023 } | |
| 1024 inch{ | |
| 1025 one{"{0} hazbete"} | |
| 1026 other{"{0} hazbete"} | |
| 1027 } | |
| 1028 kilometer{ | |
| 1029 one{"{0} kilometro"} | |
| 1030 other{"{0} kilometro"} | |
| 1031 } | |
| 1032 light-year{ | |
| 1033 one{"{0} argi-urte"} | |
| 1034 other{"{0} argi-urte"} | |
| 1035 } | |
| 1036 meter{ | |
| 1037 one{"{0} metro"} | |
| 1038 other{"{0} metro"} | |
| 1039 } | |
| 1040 mile{ | |
| 1041 one{"{0} milia"} | |
| 1042 other{"{0} milia"} | |
| 1043 } | |
| 1044 millimeter{ | |
| 1045 one{"{0} milimetro"} | |
| 1046 other{"{0} milimetro"} | |
| 1047 } | |
| 1048 picometer{ | |
| 1049 one{"{0} pikometro"} | |
| 1050 other{"{0} pikometro"} | |
| 1051 } | |
| 1052 yard{ | |
| 1053 one{"{0} yarda"} | |
| 1054 other{"{0} yarda"} | |
| 1055 } | |
| 1056 } | |
| 1057 mass{ | |
| 1058 gram{ | |
| 1059 one{"{0} gramo"} | |
| 1060 other{"{0} gramo"} | |
| 1061 } | |
| 1062 kilogram{ | |
| 1063 one{"{0} kilogramo"} | |
| 1064 other{"{0} kilogramo"} | |
| 1065 } | |
| 1066 ounce{ | |
| 1067 one{"{0} ontza"} | |
| 1068 other{"{0} ontza"} | |
| 1069 } | |
| 1070 pound{ | |
| 1071 one{"{0} libra"} | |
| 1072 other{"{0} libra"} | |
| 1073 } | |
| 1074 } | |
| 1075 power{ | |
| 1076 horsepower{ | |
| 1077 one{"{0} zaldi-potentzia"} | |
| 1078 other{"{0} zaldi-potentzia"} | |
| 1079 } | |
| 1080 kilowatt{ | |
| 1081 one{"{0} kilowatt"} | |
| 1082 other{"{0} kilowatt"} | |
| 1083 } | |
| 1084 watt{ | |
| 1085 one{"{0} watt"} | |
| 1086 other{"{0} watt"} | |
| 1087 } | |
| 1088 } | |
| 1089 pressure{ | |
| 1090 hectopascal{ | |
| 1091 one{"{0} hektopascal"} | |
| 1092 other{"{0} hektopascal"} | |
| 1093 } | |
| 1094 inch-hg{ | |
| 1095 one{"{0} merkurio-hazbete"} | |
| 1096 other{"{0} merkurio-hazbete"} | |
| 1097 } | |
| 1098 millibar{ | |
| 1099 one{"{0} milibar"} | |
| 1100 other{"{0} milibar"} | |
| 1101 } | |
| 1102 } | |
| 1103 speed{ | |
| 1104 kilometer-per-hour{ | |
| 1105 one{"{0} kilometro orduko"} | |
| 1106 other{"{0} kilometro orduko"} | |
| 1107 } | |
| 1108 meter-per-second{ | |
| 1109 one{"{0} metro segundoko"} | |
| 1110 other{"{0} metro segundoko"} | |
| 1111 } | |
| 1112 mile-per-hour{ | |
| 1113 one{"{0} milia orduko"} | |
| 1114 other{"{0} milia orduko"} | |
| 1115 } | |
| 1116 } | |
| 1117 temperature{ | |
| 1118 celsius{ | |
| 1119 one{"{0}Celcius gradu"} | |
| 1120 other{"{0}Celcius gradu"} | |
| 1121 } | |
| 1122 fahrenheit{ | |
| 1123 one{"{0}Fahrenheit gradu"} | |
| 1124 other{"{0}Fahrenheit gradu"} | |
| 1125 } | |
| 1126 } | |
| 1127 volume{ | |
| 1128 cubic-kilometer{ | |
| 1129 one{"{0} kilometro kubiko"} | |
| 1130 other{"{0} kilometro kubiko"} | |
| 1131 } | |
| 1132 cubic-mile{ | |
| 1133 one{"{0} milia kubiko"} | |
| 1134 other{"{0} milia kubiko"} | |
| 1135 } | |
| 1136 liter{ | |
| 1137 one{"{0} litro"} | |
| 1138 other{"{0} litro"} | |
| 1139 } | |
| 1140 } | |
| 1141 } | |
| 1142 unitsNarrow{ | |
| 1143 acceleration{ | |
| 1144 g-force{ | |
| 1145 one{"{0} G"} | |
| 1146 other{"{0} G"} | |
| 1147 } | |
| 1148 } | |
| 1149 angle{ | |
| 1150 arc-minute{ | |
| 1151 one{"{0}′"} | |
| 1152 other{"{0}′"} | |
| 1153 } | |
| 1154 arc-second{ | |
| 1155 one{"{0}″"} | |
| 1156 other{"{0}″"} | |
| 1157 } | |
| 1158 degree{ | |
| 1159 one{"{0}°"} | |
| 1160 other{"{0}°"} | |
| 1161 } | |
| 1162 } | |
| 1163 area{ | |
| 1164 acre{ | |
| 1165 one{"{0} ac"} | |
| 1166 other{"{0} ac"} | |
| 1167 } | |
| 1168 hectare{ | |
| 1169 one{"{0} ha"} | |
| 1170 other{"{0} ha"} | |
| 1171 } | |
| 1172 square-foot{ | |
| 1173 one{"{0} ft²"} | |
| 1174 other{"{0} ft²"} | |
| 1175 } | |
| 1176 square-kilometer{ | |
| 1177 one{"{0} km²"} | |
| 1178 other{"{0} km²"} | |
| 1179 } | |
| 1180 square-meter{ | |
| 1181 one{"{0} m²"} | |
| 1182 other{"{0} m²"} | |
| 1183 } | |
| 1184 square-mile{ | |
| 1185 one{"{0} mi²"} | |
| 1186 other{"{0} mi²"} | |
| 1187 } | |
| 1188 } | |
| 1189 compound{ | |
| 1190 per{"{0}/{1}"} | |
| 1191 } | |
| 1192 duration{ | |
| 1193 day{ | |
| 1194 one{"{0} egun"} | |
| 1195 other{"{0} egun"} | |
| 1196 } | |
| 1197 hour{ | |
| 1198 one{"{0} h"} | |
| 1199 other{"{0} h"} | |
| 1200 } | |
| 1201 millisecond{ | |
| 1202 one{"{0} ms"} | |
| 1203 other{"{0} ms"} | |
| 1204 } | |
| 1205 minute{ | |
| 1206 one{"{0} min"} | |
| 1207 other{"{0} min"} | |
| 1208 } | |
| 1209 month{ | |
| 1210 one{"{0} hil."} | |
| 1211 other{"{0} hil."} | |
| 1212 } | |
| 1213 second{ | |
| 1214 one{"{0} s"} | |
| 1215 other{"{0} s"} | |
| 1216 } | |
| 1217 week{ | |
| 1218 one{"{0} aste"} | |
| 1219 other{"{0} aste"} | |
| 1220 } | |
| 1221 year{ | |
| 1222 one{"{0} urte"} | |
| 1223 other{"{0} urte"} | |
| 1224 } | |
| 1225 } | |
| 1226 length{ | |
| 1227 centimeter{ | |
| 1228 one{"{0} cm"} | |
| 1229 other{"{0} cm"} | |
| 1230 } | |
| 1231 foot{ | |
| 1232 one{"{0} ft"} | |
| 1233 other{"{0} ft"} | |
| 1234 } | |
| 1235 inch{ | |
| 1236 one{"{0} in"} | |
| 1237 other{"{0} in"} | |
| 1238 } | |
| 1239 kilometer{ | |
| 1240 one{"{0} km"} | |
| 1241 other{"{0} km"} | |
| 1242 } | |
| 1243 light-year{ | |
| 1244 one{"{0} ly"} | |
| 1245 other{"{0} ly"} | |
| 1246 } | |
| 1247 meter{ | |
| 1248 one{"{0} m"} | |
| 1249 other{"{0} m"} | |
| 1250 } | |
| 1251 mile{ | |
| 1252 one{"{0} mi"} | |
| 1253 other{"{0} mi"} | |
| 1254 } | |
| 1255 millimeter{ | |
| 1256 one{"{0} mm"} | |
| 1257 other{"{0} mm"} | |
| 1258 } | |
| 1259 picometer{ | |
| 1260 one{"{0} pm"} | |
| 1261 other{"{0} pm"} | |
| 1262 } | |
| 1263 yard{ | |
| 1264 one{"{0} yd"} | |
| 1265 other{"{0} yd"} | |
| 1266 } | |
| 1267 } | |
| 1268 mass{ | |
| 1269 gram{ | |
| 1270 one{"{0} g"} | |
| 1271 other{"{0} g"} | |
| 1272 } | |
| 1273 kilogram{ | |
| 1274 one{"{0} kg"} | |
| 1275 other{"{0} kg"} | |
| 1276 } | |
| 1277 ounce{ | |
| 1278 one{"{0} oz"} | |
| 1279 other{"{0} oz"} | |
| 1280 } | |
| 1281 pound{ | |
| 1282 one{"{0} lb"} | |
| 1283 other{"{0} lb"} | |
| 1284 } | |
| 1285 } | |
| 1286 power{ | |
| 1287 horsepower{ | |
| 1288 one{"{0} hp"} | |
| 1289 other{"{0} hp"} | |
| 1290 } | |
| 1291 kilowatt{ | |
| 1292 one{"{0} kW"} | |
| 1293 other{"{0} kW"} | |
| 1294 } | |
| 1295 watt{ | |
| 1296 one{"{0} W"} | |
| 1297 other{"{0} W"} | |
| 1298 } | |
| 1299 } | |
| 1300 pressure{ | |
| 1301 hectopascal{ | |
| 1302 one{"{0} hPa"} | |
| 1303 other{"{0} hPa"} | |
| 1304 } | |
| 1305 inch-hg{ | |
| 1306 one{"{0} inHg"} | |
| 1307 other{"{0} inHg"} | |
| 1308 } | |
| 1309 millibar{ | |
| 1310 one{"{0} mb"} | |
| 1311 other{"{0} mb"} | |
| 1312 } | |
| 1313 } | |
| 1314 speed{ | |
| 1315 kilometer-per-hour{ | |
| 1316 one{"{0} km/h"} | |
| 1317 other{"{0} km/h"} | |
| 1318 } | |
| 1319 meter-per-second{ | |
| 1320 one{"{0} m/s"} | |
| 1321 other{"{0} m/s"} | |
| 1322 } | |
| 1323 mile-per-hour{ | |
| 1324 one{"{0} mph"} | |
| 1325 other{"{0} mph"} | |
| 1326 } | |
| 1327 } | |
| 1328 temperature{ | |
| 1329 celsius{ | |
| 1330 one{"{0}°"} | |
| 1331 other{"{0}°"} | |
| 1332 } | |
| 1333 fahrenheit{ | |
| 1334 one{"{0}°F"} | |
| 1335 other{"{0}°F"} | |
| 1336 } | |
| 1337 } | |
| 1338 volume{ | |
| 1339 cubic-kilometer{ | |
| 1340 one{"{0} km³"} | |
| 1341 other{"{0} km³"} | |
| 1342 } | |
| 1343 cubic-mile{ | |
| 1344 one{"{0} mi³"} | |
| 1345 other{"{0} mi³"} | |
| 1346 } | |
| 1347 liter{ | |
| 1348 one{"{0} l"} | |
| 1349 other{"{0} l"} | |
| 1350 } | |
| 1351 } | |
| 1352 } | |
| 1353 unitsShort{ | |
| 1354 acceleration{ | |
| 1355 g-force{ | |
| 1356 one{"{0} G"} | |
| 1357 other{"{0} G"} | |
| 1358 } | |
| 1359 } | |
| 1360 angle{ | |
| 1361 arc-minute{ | |
| 1362 one{"{0}′"} | |
| 1363 other{"{0}′"} | |
| 1364 } | |
| 1365 arc-second{ | |
| 1366 one{"{0}″"} | |
| 1367 other{"{0}″"} | |
| 1368 } | |
| 1369 degree{ | |
| 1370 one{"{0}°"} | |
| 1371 other{"{0}°"} | |
| 1372 } | |
| 1373 } | |
| 1374 area{ | |
| 1375 acre{ | |
| 1376 one{"{0} ac"} | |
| 1377 other{"{0} ac"} | |
| 1378 } | |
| 1379 hectare{ | |
| 1380 one{"{0} ha"} | |
| 1381 other{"{0} ha"} | |
| 1382 } | |
| 1383 square-foot{ | |
| 1384 one{"{0} ft²"} | |
| 1385 other{"{0} ft²"} | |
| 1386 } | |
| 1387 square-kilometer{ | |
| 1388 one{"{0} km²"} | |
| 1389 other{"{0} km²"} | |
| 1390 } | |
| 1391 square-meter{ | |
| 1392 one{"{0} m²"} | |
| 1393 other{"{0} m²"} | |
| 1394 } | |
| 1395 square-mile{ | |
| 1396 one{"{0} mi²"} | |
| 1397 other{"{0} mi²"} | |
| 1398 } | |
| 1399 } | |
| 1400 compound{ | |
| 1401 per{"{0}/{1}"} | |
| 1402 } | |
| 1403 duration{ | |
| 1404 day{ | |
| 1405 one{"{0} egun"} | |
| 1406 other{"{0} egun"} | |
| 1407 } | |
| 1408 hour{ | |
| 1409 one{"{0} h"} | |
| 1410 other{"{0} h"} | |
| 1411 } | |
| 1412 millisecond{ | |
| 1413 one{"{0} ms"} | |
| 1414 other{"{0} ms"} | |
| 1415 } | |
| 1416 minute{ | |
| 1417 one{"{0} min"} | |
| 1418 other{"{0} min"} | |
| 1419 } | |
| 1420 month{ | |
| 1421 one{"{0} hilabete"} | |
| 1422 other{"{0} hilabete"} | |
| 1423 } | |
| 1424 second{ | |
| 1425 one{"{0} s"} | |
| 1426 other{"{0} s"} | |
| 1427 } | |
| 1428 week{ | |
| 1429 one{"{0} aste"} | |
| 1430 other{"{0} aste"} | |
| 1431 } | |
| 1432 year{ | |
| 1433 one{"{0} urte"} | |
| 1434 other{"{0} urte"} | |
| 1435 } | |
| 1436 } | |
| 1437 length{ | |
| 1438 centimeter{ | |
| 1439 one{"{0} cm"} | |
| 1440 other{"{0} cm"} | |
| 1441 } | |
| 1442 foot{ | |
| 1443 one{"{0} ft"} | |
| 1444 other{"{0} ft"} | |
| 1445 } | |
| 1446 inch{ | |
| 1447 one{"{0} in"} | |
| 1448 other{"{0} in"} | |
| 1449 } | |
| 1450 kilometer{ | |
| 1451 one{"{0} km"} | |
| 1452 other{"{0} km"} | |
| 1453 } | |
| 1454 light-year{ | |
| 1455 one{"{0} ly"} | |
| 1456 other{"{0} ly"} | |
| 1457 } | |
| 1458 meter{ | |
| 1459 one{"{0} m"} | |
| 1460 other{"{0} m"} | |
| 1461 } | |
| 1462 mile{ | |
| 1463 one{"{0} mi"} | |
| 1464 other{"{0} mi"} | |
| 1465 } | |
| 1466 millimeter{ | |
| 1467 one{"{0} mm"} | |
| 1468 other{"{0} mm"} | |
| 1469 } | |
| 1470 picometer{ | |
| 1471 one{"{0} pm"} | |
| 1472 other{"{0} pm"} | |
| 1473 } | |
| 1474 yard{ | |
| 1475 one{"{0} yd"} | |
| 1476 other{"{0} yd"} | |
| 1477 } | |
| 1478 } | |
| 1479 mass{ | |
| 1480 gram{ | |
| 1481 one{"{0} g"} | |
| 1482 other{"{0} g"} | |
| 1483 } | |
| 1484 kilogram{ | |
| 1485 one{"{0} kg"} | |
| 1486 other{"{0} kg"} | |
| 1487 } | |
| 1488 ounce{ | |
| 1489 one{"{0} oz"} | |
| 1490 other{"{0} oz"} | |
| 1491 } | |
| 1492 pound{ | |
| 1493 one{"{0} lb"} | |
| 1494 other{"{0} lb"} | |
| 1495 } | |
| 1496 } | |
| 1497 power{ | |
| 1498 horsepower{ | |
| 1499 one{"{0} hp"} | |
| 1500 other{"{0} hp"} | |
| 1501 } | |
| 1502 kilowatt{ | |
| 1503 one{"{0} kW"} | |
| 1504 other{"{0} kW"} | |
| 1505 } | |
| 1506 watt{ | |
| 1507 one{"{0} W"} | |
| 1508 other{"{0} W"} | |
| 1509 } | |
| 1510 } | |
| 1511 pressure{ | |
| 1512 hectopascal{ | |
| 1513 one{"{0} hPa"} | |
| 1514 other{"{0} hPa"} | |
| 1515 } | |
| 1516 inch-hg{ | |
| 1517 one{"{0} inHg"} | |
| 1518 other{"{0} inHg"} | |
| 1519 } | |
| 1520 millibar{ | |
| 1521 one{"{0} mb"} | |
| 1522 other{"{0} mb"} | |
| 1523 } | |
| 1524 } | |
| 1525 speed{ | |
| 1526 kilometer-per-hour{ | |
| 1527 one{"{0} km/h"} | |
| 1528 other{"{0} km/h"} | |
| 1529 } | |
| 1530 meter-per-second{ | |
| 1531 one{"{0} m/s"} | |
| 1532 other{"{0} m/s"} | |
| 1533 } | |
| 1534 mile-per-hour{ | |
| 1535 one{"{0} mph"} | |
| 1536 other{"{0} mph"} | |
| 1537 } | |
| 1538 } | |
| 1539 temperature{ | |
| 1540 celsius{ | |
| 1541 one{"{0}°C"} | |
| 1542 other{"{0}°C"} | |
| 1543 } | |
| 1544 fahrenheit{ | |
| 1545 one{"{0}°F"} | |
| 1546 other{"{0}°F"} | |
| 1547 } | |
| 1548 } | |
| 1549 volume{ | |
| 1550 cubic-kilometer{ | |
| 1551 one{"{0} km³"} | |
| 1552 other{"{0} km³"} | |
| 1553 } | |
| 1554 cubic-mile{ | |
| 1555 one{"{0} mi³"} | |
| 1556 other{"{0} mi³"} | |
| 1557 } | |
| 1558 liter{ | |
| 1559 one{"{0} l"} | |
| 1560 other{"{0} l"} | |
| 1561 } | |
| 1562 } | |
| 1563 } | |
| 1564 } | 22 } |
| OLD | NEW |