| 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/my.xml | 6 // * Source File: <path>/common/main/my.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/my.xml | 10 * ICU <specials> source: <path>/common/main/my.xml |
| 11 */ | 11 */ |
| 12 my{ | 12 my{ |
| 13 AuxExemplarCharacters{"[ၐ ၑ ဢ ၒ ၓ ၔ ၕ ဨ ၖ ၗ \u1058 \u1059]"} | 13 AuxExemplarCharacters{"[ၐ ၑ ဢ ၒ ၓ ၔ ၕ ဨ ၖ ၗ \u1058 \u1059]"} |
| 14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
| 15 "[\u1036 း \u1037 က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ
ျ ရ ြ" | 15 "[\u1036 း \u1037 က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ
ျ ရ ြ" |
| 16 " လ ဝ \u103D သ ဿ ဟ \u103E ဠ အ ဣ ဤ ဥ ဦ ဧ ဩ ဪ ာ ါ \u102D \u102E \u102F \u1
030 ေ" | 16 " လ ဝ \u103D သ ဿ ဟ \u103E ဠ အ ဣ ဤ ဥ ဦ ဧ ဩ ဪ ာ ါ \u102D \u102E \u102F \u1
030 ေ" |
| 17 " \u1032 \u1039 \u103A]" | 17 " \u1032 \u1039 \u103A]" |
| 18 } | 18 } |
| 19 ExemplarCharactersIndex{"[က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ
မ ယ ရ လ ဝ သ ဟ ဠ အ]"} | |
| 20 ExemplarCharactersPunctuation{"[၊ ။ ‘ ’ “ ”]"} | |
| 21 LocaleScript{ | 19 LocaleScript{ |
| 22 "Mymr", | 20 "Mymr", |
| 23 } | 21 } |
| 24 NumberElements{ | |
| 25 default{"mymr"} | |
| 26 latn{ | |
| 27 miscPatterns{ | |
| 28 atLeast{"⩾{0}"} | |
| 29 range{"{0}–{1}"} | |
| 30 } | |
| 31 patterns{ | |
| 32 accountingFormat{"¤ #,##0.00"} | |
| 33 currencyFormat{"¤ #,##0.00"} | |
| 34 decimalFormat{"#,##0.###"} | |
| 35 percentFormat{"#,##0%"} | |
| 36 scientificFormat{"#E0"} | |
| 37 } | |
| 38 patternsLong{ | |
| 39 decimalFormat{ | |
| 40 1000{ | |
| 41 other{"0ထောင်"} | |
| 42 } | |
| 43 10000{ | |
| 44 other{"0သောင်း"} | |
| 45 } | |
| 46 100000{ | |
| 47 other{"0သိန်း"} | |
| 48 } | |
| 49 1000000{ | |
| 50 other{"0သန်း"} | |
| 51 } | |
| 52 10000000{ | |
| 53 other{"0ကုဋေ"} | |
| 54 } | |
| 55 100000000{ | |
| 56 other{"00ကုဋေ"} | |
| 57 } | |
| 58 1000000000{ | |
| 59 other{"000ကုဋေ"} | |
| 60 } | |
| 61 10000000000{ | |
| 62 other{"0000ကုဋေ"} | |
| 63 } | |
| 64 100000000000{ | |
| 65 other{"00000ကုဋေ"} | |
| 66 } | |
| 67 1000000000000{ | |
| 68 other{"000000ကုဋေ"} | |
| 69 } | |
| 70 10000000000000{ | |
| 71 other{"0000000ကုဋေ"} | |
| 72 } | |
| 73 100000000000000{ | |
| 74 other{"0ကောဋိ"} | |
| 75 } | |
| 76 } | |
| 77 } | |
| 78 patternsShort{ | |
| 79 decimalFormat{ | |
| 80 1000{ | |
| 81 other{"0ထောင်"} | |
| 82 } | |
| 83 10000{ | |
| 84 other{"0သောင်း"} | |
| 85 } | |
| 86 100000{ | |
| 87 other{"0သိန်း"} | |
| 88 } | |
| 89 1000000{ | |
| 90 other{"0သန်း"} | |
| 91 } | |
| 92 10000000{ | |
| 93 other{"0ကုဋေ"} | |
| 94 } | |
| 95 100000000{ | |
| 96 other{"00ကုဋေ"} | |
| 97 } | |
| 98 1000000000{ | |
| 99 other{"ကုဋေ000"} | |
| 100 } | |
| 101 10000000000{ | |
| 102 other{"ကုဋေ0000"} | |
| 103 } | |
| 104 100000000000{ | |
| 105 other{"0000ကုဋေ"} | |
| 106 } | |
| 107 1000000000000{ | |
| 108 other{"ကုဋေ0သိန်း"} | |
| 109 } | |
| 110 10000000000000{ | |
| 111 other{"ကုဋေ0သန်း"} | |
| 112 } | |
| 113 100000000000000{ | |
| 114 other{"0ကောဋိ"} | |
| 115 } | |
| 116 } | |
| 117 } | |
| 118 symbols{ | |
| 119 decimal{"."} | |
| 120 exponential{"E"} | |
| 121 group{","} | |
| 122 infinity{"∞"} | |
| 123 list{";"} | |
| 124 minusSign{"-"} | |
| 125 nan{"ဂဏန်းမဟုတ်သော"} | |
| 126 perMille{"‰"} | |
| 127 percentSign{"%"} | |
| 128 plusSign{"+"} | |
| 129 superscriptingExponent{"×"} | |
| 130 } | |
| 131 } | |
| 132 mymr{ | |
| 133 symbols{ | |
| 134 list{"၊"} | |
| 135 } | |
| 136 } | |
| 137 native{"mymr"} | |
| 138 } | |
| 139 Version{"2.0.93.16"} | 22 Version{"2.0.93.16"} |
| 140 calendar{ | |
| 141 generic{ | |
| 142 DateTimePatterns{ | |
| 143 "HH:mm:ss zzzz", | |
| 144 "HH:mm:ss z", | |
| 145 "HH:mm:ss", | |
| 146 "HH:mm", | |
| 147 "EEEE, G y MMMM dd", | |
| 148 "G y MMMM d", | |
| 149 "G y MMM d", | |
| 150 "GGGGG y/MM/dd", | |
| 151 "{1} {0}", | |
| 152 "{1} {0}တွင်", | |
| 153 "{1} {0}တွင်", | |
| 154 "{1} {0}", | |
| 155 "{1} {0}", | |
| 156 } | |
| 157 availableFormats{ | |
| 158 Ed{"E, d"} | |
| 159 Gy{"G y"} | |
| 160 GyMMM{"G y MMM"} | |
| 161 GyMMMEd{"E, G y MMM d"} | |
| 162 GyMMMd{"G y MMM d"} | |
| 163 H{"HH"} | |
| 164 Hm{"HH:mm"} | |
| 165 Hms{"HH:mm:ss"} | |
| 166 M{"L"} | |
| 167 MEd{"E, M/d"} | |
| 168 MMM{"LLL"} | |
| 169 MMMEd{"E, MMM d"} | |
| 170 MMMMEd{"E, MMMM d"} | |
| 171 MMMMd{"MMMM d"} | |
| 172 MMMd{"MMM d"} | |
| 173 Md{"M/d"} | |
| 174 d{"d"} | |
| 175 ms{"mm:ss"} | |
| 176 y{"G y"} | |
| 177 yyyy{"G y"} | |
| 178 yyyyM{"G y/M"} | |
| 179 yyyyMEd{"E, G y/M/d"} | |
| 180 yyyyMMM{"G y MMM"} | |
| 181 yyyyMMMEd{"E, G y MMM d"} | |
| 182 yyyyMMMM{"G y MMMM"} | |
| 183 yyyyMMMd{"G y MMM d"} | |
| 184 yyyyMd{"GGGGG y-MM-dd"} | |
| 185 yyyyQQQ{"G y QQQ"} | |
| 186 yyyyQQQQ{"G y QQQQ"} | |
| 187 } | |
| 188 intervalFormats{ | |
| 189 H{ | |
| 190 H{"HH-HH"} | |
| 191 } | |
| 192 Hm{ | |
| 193 H{"HH:mm-HH:mm"} | |
| 194 m{"HH:mm-HH:mm"} | |
| 195 } | |
| 196 Hmv{ | |
| 197 H{"HH:mm-HH:mm v"} | |
| 198 m{"HH:mm-HH:mm v"} | |
| 199 } | |
| 200 Hv{ | |
| 201 H{"HH-HH v"} | |
| 202 } | |
| 203 M{ | |
| 204 M{"M-M"} | |
| 205 } | |
| 206 MEd{ | |
| 207 M{"EEEE၊ M/d – EEEE၊ M/d"} | |
| 208 d{"EEEE၊ M/d – EEEE၊ M/d"} | |
| 209 } | |
| 210 MMM{ | |
| 211 M{"MMM – MMM"} | |
| 212 } | |
| 213 MMMEd{ | |
| 214 M{"MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 215 d{"MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 216 } | |
| 217 MMMd{ | |
| 218 M{"MMM d – MMM d"} | |
| 219 d{"MMM d–d"} | |
| 220 } | |
| 221 Md{ | |
| 222 M{"M/d – M/d"} | |
| 223 d{"M/d – M/d"} | |
| 224 } | |
| 225 d{ | |
| 226 d{"d–d"} | |
| 227 } | |
| 228 fallback{"{0} – {1}"} | |
| 229 h{ | |
| 230 a{"h a - h a"} | |
| 231 h{"h-h a"} | |
| 232 } | |
| 233 hm{ | |
| 234 a{"h:mm a - h:mm a"} | |
| 235 h{"h:mm-h:mm a"} | |
| 236 m{"h:mm-h:mm a"} | |
| 237 } | |
| 238 hmv{ | |
| 239 a{"h:mm a - h:mm a v"} | |
| 240 h{"h:mm-h:mm a v"} | |
| 241 m{"h:mm-h:mm a v"} | |
| 242 } | |
| 243 hv{ | |
| 244 a{"h a - h a v"} | |
| 245 h{"h-h a v"} | |
| 246 } | |
| 247 y{ | |
| 248 y{"G y-y"} | |
| 249 } | |
| 250 yM{ | |
| 251 M{"G y/M – y/M"} | |
| 252 y{"G y/M – y/M"} | |
| 253 } | |
| 254 yMEd{ | |
| 255 M{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} | |
| 256 d{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} | |
| 257 y{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} | |
| 258 } | |
| 259 yMMM{ | |
| 260 M{"G y MMM – y MMM"} | |
| 261 y{"G y MMM – y MMM"} | |
| 262 } | |
| 263 yMMMEd{ | |
| 264 M{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 265 d{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 266 y{"G y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"} | |
| 267 } | |
| 268 yMMMM{ | |
| 269 M{"G y MMMM–MMMM"} | |
| 270 y{"G y MMMM – y MMMM"} | |
| 271 } | |
| 272 yMMMd{ | |
| 273 M{"G y၊ MMM d – MMM d"} | |
| 274 d{"G y MMM d–d"} | |
| 275 y{"G y MMM d – y MMM d"} | |
| 276 } | |
| 277 yMd{ | |
| 278 M{"G y/M/d – y/M/d"} | |
| 279 d{"G y/M/d – y/M/d"} | |
| 280 y{"G y/M/d – y/M/d"} | |
| 281 } | |
| 282 } | |
| 283 } | |
| 284 gregorian{ | |
| 285 AmPmMarkers{ | |
| 286 "နံနက်", | |
| 287 "ညနေ", | |
| 288 } | |
| 289 DateTimePatterns{ | |
| 290 "HH:mm:ss zzzz", | |
| 291 "HH:mm:ss z", | |
| 292 "HH:mm:ss", | |
| 293 "HH:mm", | |
| 294 "EEEE, y MMMM dd", | |
| 295 "y MMMM d", | |
| 296 "y MMM d", | |
| 297 "yy/MM/dd", | |
| 298 "{1} {0}", | |
| 299 "{1}မှာ {0}", | |
| 300 "{1} {0}", | |
| 301 "{1} {0}", | |
| 302 "{1} {0}", | |
| 303 } | |
| 304 appendItems{ | |
| 305 Timezone{"{0} {1}"} | |
| 306 } | |
| 307 availableFormats{ | |
| 308 EHm{"E HH:mm"} | |
| 309 EHms{"E HH:mm:ss"} | |
| 310 Ed{"E, d"} | |
| 311 Ehm{"E h:mm a"} | |
| 312 Ehms{"E h:mm:ss a"} | |
| 313 Gy{"G y"} | |
| 314 GyMMM{"G y MMM"} | |
| 315 GyMMMEd{"E, G y MMM d"} | |
| 316 GyMMMd{"G y MMM d"} | |
| 317 H{"HH"} | |
| 318 Hm{"HH:mm"} | |
| 319 Hms{"HH:mm:ss"} | |
| 320 M{"L"} | |
| 321 MEd{"E, M/d"} | |
| 322 MMM{"LLL"} | |
| 323 MMMEd{"E, MMM d"} | |
| 324 MMMMEd{"E, MMMM d"} | |
| 325 MMMMd{"MMMM d"} | |
| 326 MMMd{"MMM d"} | |
| 327 Md{"M/d"} | |
| 328 d{"d"} | |
| 329 h{"h a"} | |
| 330 hm{"h:mm a"} | |
| 331 hms{"h:mm:ss a"} | |
| 332 ms{"mm:ss"} | |
| 333 y{"y"} | |
| 334 yM{"y/M"} | |
| 335 yMEd{"E, y/M/d"} | |
| 336 yMMM{"y MMM"} | |
| 337 yMMMEd{"E, y MMM d"} | |
| 338 yMMMM{"y MMMM"} | |
| 339 yMMMd{"y MMM d"} | |
| 340 yMd{"y-MM-dd"} | |
| 341 yQQQ{"y QQQ"} | |
| 342 yQQQQ{"y QQQQ"} | |
| 343 } | |
| 344 dayNames{ | |
| 345 format{ | |
| 346 abbreviated{ | |
| 347 "တနင်္ဂနွေ", | |
| 348 "တနင်္လာ", | |
| 349 "အင်္ဂါ", | |
| 350 "ဗုဒ္ဓဟူး", | |
| 351 "ကြာသပတေး", | |
| 352 "သောကြာ", | |
| 353 "စနေ", | |
| 354 } | |
| 355 short{ | |
| 356 "တနင်္ဂနွေ", | |
| 357 "တနင်္လာ", | |
| 358 "အင်္ဂါ", | |
| 359 "ဗုဒ္ဓဟူး", | |
| 360 "ကြာသပတေး", | |
| 361 "သောကြာ", | |
| 362 "စနေ", | |
| 363 } | |
| 364 wide{ | |
| 365 "တနင်္ဂနွေ", | |
| 366 "တနင်္လာ", | |
| 367 "အင်္ဂါ", | |
| 368 "ဗုဒ္ဓဟူး", | |
| 369 "ကြာသပတေး", | |
| 370 "သောကြာ", | |
| 371 "စနေ", | |
| 372 } | |
| 373 } | |
| 374 stand-alone{ | |
| 375 abbreviated{ | |
| 376 "တနင်္ဂနွေ", | |
| 377 "တနင်္လာ", | |
| 378 "အင်္ဂါ", | |
| 379 "ဗုဒ္ဓဟူး", | |
| 380 "ကြာသပတေး", | |
| 381 "သောကြာ", | |
| 382 "စနေ", | |
| 383 } | |
| 384 narrow{ | |
| 385 "တ", | |
| 386 "တ", | |
| 387 "အ", | |
| 388 "ဗ", | |
| 389 "က", | |
| 390 "သ", | |
| 391 "စ", | |
| 392 } | |
| 393 wide{ | |
| 394 "တနင်္ဂနွေ", | |
| 395 "တနင်္လာ", | |
| 396 "အင်္ဂါ", | |
| 397 "ဗုဒ္ဓဟူး", | |
| 398 "ကြာသပတေး", | |
| 399 "သောကြာ", | |
| 400 "စနေ", | |
| 401 } | |
| 402 } | |
| 403 } | |
| 404 eras{ | |
| 405 abbreviated{ | |
| 406 "ဘီစီ", | |
| 407 "အေဒီ", | |
| 408 } | |
| 409 wide{ | |
| 410 "ခရစ်တော် မပေါ်မီကာလ", | |
| 411 "ခရစ်တော် ပေါ်ထွန်းပြီးကာလ", | |
| 412 } | |
| 413 } | |
| 414 intervalFormats{ | |
| 415 H{ | |
| 416 H{"HH-HH"} | |
| 417 } | |
| 418 Hm{ | |
| 419 H{"HH:mm-HH:mm"} | |
| 420 m{"HH:mm-HH:mm"} | |
| 421 } | |
| 422 Hmv{ | |
| 423 H{"HH:mm-HH:mm v"} | |
| 424 m{"HH:mm-HH:mm v"} | |
| 425 } | |
| 426 Hv{ | |
| 427 H{"HH-HH v"} | |
| 428 } | |
| 429 M{ | |
| 430 M{"M-M"} | |
| 431 } | |
| 432 MEd{ | |
| 433 M{"EEEE၊ M/d – EEEE၊ M/d"} | |
| 434 d{"EEEE၊ M/d – EEEE၊ M/d"} | |
| 435 } | |
| 436 MMM{ | |
| 437 M{"MMM – MMM"} | |
| 438 } | |
| 439 MMMEd{ | |
| 440 M{"MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 441 d{"MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 442 } | |
| 443 MMMd{ | |
| 444 M{"MMM d – MMM d"} | |
| 445 d{"MMM d – MMM d"} | |
| 446 } | |
| 447 Md{ | |
| 448 M{"M/d – M/d"} | |
| 449 d{"M/d – M/d"} | |
| 450 } | |
| 451 d{ | |
| 452 d{"d-d"} | |
| 453 } | |
| 454 fallback{"{0} – {1}"} | |
| 455 h{ | |
| 456 a{"h a - h a"} | |
| 457 h{"h-h a"} | |
| 458 } | |
| 459 hm{ | |
| 460 a{"h:mm a - h:mm a"} | |
| 461 h{"h:mm-h:mm a"} | |
| 462 m{"h:mm-h:mm a"} | |
| 463 } | |
| 464 hmv{ | |
| 465 a{"h:mm a - h:mm a v"} | |
| 466 h{"h:mm-h:mm a v"} | |
| 467 m{"h:mm-h:mm a v"} | |
| 468 } | |
| 469 hv{ | |
| 470 a{"h a - h a v"} | |
| 471 h{"h-h a v"} | |
| 472 } | |
| 473 y{ | |
| 474 y{"y-y"} | |
| 475 } | |
| 476 yM{ | |
| 477 M{"y/M – y/M"} | |
| 478 y{"y/M – y/M"} | |
| 479 } | |
| 480 yMEd{ | |
| 481 M{"EEEE၊ y/M/d – EEEE၊ y/M/d"} | |
| 482 d{"EEEE၊ y/M/d – EEEE၊ y/M/d"} | |
| 483 y{"EEEE၊ y/M/d – EEEE၊ y/M/d"} | |
| 484 } | |
| 485 yMMM{ | |
| 486 M{"y MMM – y MMM"} | |
| 487 y{"y MMM – y MMM"} | |
| 488 } | |
| 489 yMMMEd{ | |
| 490 M{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 491 d{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"} | |
| 492 y{"y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"} | |
| 493 } | |
| 494 yMMMM{ | |
| 495 M{"y MMMM–MMMM"} | |
| 496 y{"y MMMM – y MMMM"} | |
| 497 } | |
| 498 yMMMd{ | |
| 499 M{"y၊ MMM d – MMM d"} | |
| 500 d{"y MMM d–d"} | |
| 501 y{"y MMM d – y MMM d"} | |
| 502 } | |
| 503 yMd{ | |
| 504 M{"y/M/d – y/M/d"} | |
| 505 d{"y/M/d – y/M/d"} | |
| 506 y{"y/M/d – y/M/d"} | |
| 507 } | |
| 508 } | |
| 509 monthNames{ | |
| 510 format{ | |
| 511 abbreviated{ | |
| 512 "ဇန်နဝါရီ", | |
| 513 "ဖေဖော်ဝါရီ", | |
| 514 "မတ်", | |
| 515 "ဧပြီ", | |
| 516 "မေ", | |
| 517 "ဇွန်", | |
| 518 "ဇူလိုင်", | |
| 519 "ဩဂုတ်", | |
| 520 "စက်တင်ဘာ", | |
| 521 "အောက်တိုဘာ", | |
| 522 "နိုဝင်ဘာ", | |
| 523 "ဒီဇင်ဘာ", | |
| 524 } | |
| 525 wide{ | |
| 526 "ဇန်နဝါရီ", | |
| 527 "ဖေဖော်ဝါရီ", | |
| 528 "မတ်", | |
| 529 "ဧပြီ", | |
| 530 "မေ", | |
| 531 "ဇွန်", | |
| 532 "ဇူလိုင်", | |
| 533 "ဩဂုတ်", | |
| 534 "စက်တင်ဘာ", | |
| 535 "အောက်တိုဘာ", | |
| 536 "နိုဝင်ဘာ", | |
| 537 "ဒီဇင်ဘာ", | |
| 538 } | |
| 539 } | |
| 540 stand-alone{ | |
| 541 abbreviated{ | |
| 542 "ဇန်နဝါရီ", | |
| 543 "ဖေဖော်ဝါရီ", | |
| 544 "မတ်", | |
| 545 "ဧပြီ", | |
| 546 "မေ", | |
| 547 "ဇွန်", | |
| 548 "ဇူလိုင်", | |
| 549 "ဩဂုတ်", | |
| 550 "စက်တင်ဘာ", | |
| 551 "အောက်တိုဘာ", | |
| 552 "နိုဝင်ဘာ", | |
| 553 "ဒီဇင်ဘာ", | |
| 554 } | |
| 555 narrow{ | |
| 556 "ဇ", | |
| 557 "ဖ", | |
| 558 "မ", | |
| 559 "ဧ", | |
| 560 "မ", | |
| 561 "ဇ", | |
| 562 "ဇ", | |
| 563 "ဩ", | |
| 564 "စ", | |
| 565 "အ", | |
| 566 "န", | |
| 567 "ဒ", | |
| 568 } | |
| 569 wide{ | |
| 570 "ဇန်နဝါရီ", | |
| 571 "ဖေဖော်ဝါရီ", | |
| 572 "မတ်", | |
| 573 "ဧပြီ", | |
| 574 "မေ", | |
| 575 "ဇွန်", | |
| 576 "ဇူလိုင်", | |
| 577 "ဩဂုတ်", | |
| 578 "စက်တင်ဘာ", | |
| 579 "အောက်တိုဘာ", | |
| 580 "နိုဝင်ဘာ", | |
| 581 "ဒီဇင်ဘာ", | |
| 582 } | |
| 583 } | |
| 584 } | |
| 585 quarters{ | |
| 586 format{ | |
| 587 abbreviated{ | |
| 588 "ပထမ သုံးလပတ်", | |
| 589 "ဒုတိယ သုံးလပတ်", | |
| 590 "တတိယ သုံးလပတ်", | |
| 591 "စတုတ္ထ သုံးလပတ်", | |
| 592 } | |
| 593 narrow{ | |
| 594 "ပ", | |
| 595 "ဒု", | |
| 596 "တ", | |
| 597 "စ", | |
| 598 } | |
| 599 wide{ | |
| 600 "ပထမ သုံးလပတ်", | |
| 601 "ဒုတိယ သုံးလပတ်", | |
| 602 "တတိယ သုံးလပတ်", | |
| 603 "စတုတ္ထ သုံးလပတ်", | |
| 604 } | |
| 605 } | |
| 606 stand-alone{ | |
| 607 abbreviated{ | |
| 608 "ပထမ သုံးလပတ်", | |
| 609 "ဒုတိယ သုံးလပတ်", | |
| 610 "တတိယ သုံးလပတ်", | |
| 611 "စတုတ္ထ သုံးလပတ်", | |
| 612 } | |
| 613 narrow{ | |
| 614 "ပ", | |
| 615 "ဒု", | |
| 616 "တ", | |
| 617 "စ", | |
| 618 } | |
| 619 wide{ | |
| 620 "ပထမ သုံးလပတ်", | |
| 621 "ဒုတိယ သုံးလပတ်", | |
| 622 "တတိယ သုံးလပတ်", | |
| 623 "စတုတ္ထ သုံးလပတ်", | |
| 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{"ရက်"} | |
| 643 relative{ | |
| 644 "-1"{"မနေ့က"} | |
| 645 "-2"{"တနေ့က"} | |
| 646 "0"{"ယနေ့"} | |
| 647 "1"{"မနက်ဖြန်"} | |
| 648 "2"{"သဘက်ခါ"} | |
| 649 } | |
| 650 relativeTime{ | |
| 651 future{ | |
| 652 other{"{0}ရက်အတွင်း"} | |
| 653 } | |
| 654 past{ | |
| 655 other{"လွန်ခဲ့သော{0}ရက်"} | |
| 656 } | |
| 657 } | |
| 658 } | |
| 659 dayperiod{ | |
| 660 dn{"နံနက်/ညနေ"} | |
| 661 } | |
| 662 era{ | |
| 663 dn{"ခေတ်"} | |
| 664 } | |
| 665 fri{ | |
| 666 relative{ | |
| 667 "-1"{"ပြီးခဲ့သောသောကြာ"} | |
| 668 "0"{"ဒီသောကြာ"} | |
| 669 "1"{"နောက်သောကြာ"} | |
| 670 } | |
| 671 } | |
| 672 hour{ | |
| 673 dn{"နာရီ"} | |
| 674 relativeTime{ | |
| 675 future{ | |
| 676 other{"{0}နာရီအတွင်း"} | |
| 677 } | |
| 678 past{ | |
| 679 other{"လွန်ခဲ့သော{0}နာရီ"} | |
| 680 } | |
| 681 } | |
| 682 } | |
| 683 minute{ | |
| 684 dn{"မိနစ်"} | |
| 685 relativeTime{ | |
| 686 future{ | |
| 687 other{"{0}မိနစ်အတွင်း"} | |
| 688 } | |
| 689 past{ | |
| 690 other{"လွန်ခဲ့သော{0}မိနစ်"} | |
| 691 } | |
| 692 } | |
| 693 } | |
| 694 mon{ | |
| 695 relative{ | |
| 696 "-1"{"ပြီးခဲ့သောတနင်္လာ"} | |
| 697 "0"{"ဒီတနင်္လာ"} | |
| 698 "1"{"နောက်တနင်္လာ"} | |
| 699 } | |
| 700 } | |
| 701 month{ | |
| 702 dn{"လ"} | |
| 703 relative{ | |
| 704 "-1"{"ယမန်လ"} | |
| 705 "0"{"ယခုလ"} | |
| 706 "1"{"နောက်လ"} | |
| 707 } | |
| 708 relativeTime{ | |
| 709 future{ | |
| 710 other{"{0}လအတွင်း"} | |
| 711 } | |
| 712 past{ | |
| 713 other{"လွန်ခဲ့သော{0}လ"} | |
| 714 } | |
| 715 } | |
| 716 } | |
| 717 sat{ | |
| 718 relative{ | |
| 719 "-1"{"ပြီးခဲ့သောစနေ"} | |
| 720 "0"{"ဒီစနေ"} | |
| 721 "1"{"နောက်စနေ"} | |
| 722 } | |
| 723 } | |
| 724 second{ | |
| 725 dn{"စက္ကန့်"} | |
| 726 relative{ | |
| 727 "0"{"ယခု"} | |
| 728 } | |
| 729 relativeTime{ | |
| 730 future{ | |
| 731 other{"{0}စက္ကန့်အတွင်း"} | |
| 732 } | |
| 733 past{ | |
| 734 other{"လွန်ခဲ့သော{0}စက္ကန့်"} | |
| 735 } | |
| 736 } | |
| 737 } | |
| 738 sun{ | |
| 739 relative{ | |
| 740 "-1"{"ပြီးခဲ့သောတနင်္ဂနွေ"} | |
| 741 "0"{"ဒီတနင်္ဂနွေ"} | |
| 742 "1"{"နောက်တနင်္ဂနွေ"} | |
| 743 } | |
| 744 } | |
| 745 thu{ | |
| 746 relative{ | |
| 747 "-1"{"ပြီးခဲ့သောကြာသပတေး"} | |
| 748 "0"{"ဒီကြာသပတေး"} | |
| 749 "1"{"နောက်ကြာသပတေး"} | |
| 750 } | |
| 751 } | |
| 752 tue{ | |
| 753 relative{ | |
| 754 "-1"{"ပြီးခဲ့သောအင်္ဂါ"} | |
| 755 "0"{"ဒီအင်္ဂါ"} | |
| 756 "1"{"နောက်အင်္ဂါ"} | |
| 757 } | |
| 758 } | |
| 759 wed{ | |
| 760 relative{ | |
| 761 "-1"{"ပြီးခဲ့သော ဗုဒ္ဓဟူး"} | |
| 762 "0"{"ဒီဗုဒ္ဓဟူး"} | |
| 763 "1"{"နောက်ဗုဒ္ဓဟူး"} | |
| 764 } | |
| 765 } | |
| 766 week{ | |
| 767 dn{"ပတ်"} | |
| 768 relative{ | |
| 769 "-1"{"ပြီးခဲ့သောအပတ်"} | |
| 770 "0"{"ဒီအပတ်"} | |
| 771 "1"{"နောက်အပတ်"} | |
| 772 } | |
| 773 relativeTime{ | |
| 774 future{ | |
| 775 other{"{0}ပတ်အတွင်း"} | |
| 776 } | |
| 777 past{ | |
| 778 other{"လွန်ခဲ့သော{0}ပတ်"} | |
| 779 } | |
| 780 } | |
| 781 } | |
| 782 weekday{ | |
| 783 dn{"နေ့"} | |
| 784 } | |
| 785 year{ | |
| 786 dn{"နှစ်"} | |
| 787 relative{ | |
| 788 "-1"{"ယမန်နှစ်"} | |
| 789 "0"{"ယခုနှစ်"} | |
| 790 "1"{"နောက်နှစ်"} | |
| 791 } | |
| 792 relativeTime{ | |
| 793 future{ | |
| 794 other{"{0}နှစ်အတွင်း"} | |
| 795 } | |
| 796 past{ | |
| 797 other{"လွန်ခဲ့သော{0}နှစ်"} | |
| 798 } | |
| 799 } | |
| 800 } | |
| 801 zone{ | |
| 802 dn{"ဇုန်"} | |
| 803 } | |
| 804 } | |
| 805 listPattern{ | |
| 806 standard{ | |
| 807 2{"{0}နှင့်{1}"} | |
| 808 end{"{0}, နှင့်{1}"} | |
| 809 middle{"{0}, {1}"} | |
| 810 start{"{0}, {1}"} | |
| 811 } | |
| 812 unit{ | |
| 813 2{"{0}နှင့်{1}"} | |
| 814 end{"{0}, နှင့်{1}"} | |
| 815 middle{"{0}, {1}"} | |
| 816 start{"{0}, {1}"} | |
| 817 } | |
| 818 unit-narrow{ | |
| 819 2{"{0}နှင့်{1}"} | |
| 820 end{"{0}, နှင့်{1}"} | |
| 821 middle{"{0}, {1}"} | |
| 822 start{"{0}, {1}"} | |
| 823 } | |
| 824 unit-short{ | |
| 825 2{"{0}နှင့်{1}"} | |
| 826 end{"{0}, နှင့်{1}"} | |
| 827 middle{"{0}, {1}"} | |
| 828 start{"{0}, {1}"} | |
| 829 } | |
| 830 } | |
| 831 measurementSystemNames{ | |
| 832 UK{"ဗြိတိန်စနစ်"} | |
| 833 US{"အမေရိကန်စနစ်"} | |
| 834 metric{"မက်ထရစ်စနစ်"} | |
| 835 } | |
| 836 units{ | |
| 837 acceleration{ | |
| 838 g-force{ | |
| 839 other{"{0} ဆွဲငင်အား"} | |
| 840 } | |
| 841 } | |
| 842 angle{ | |
| 843 arc-minute{ | |
| 844 other{"{0}မိနစ်"} | |
| 845 } | |
| 846 arc-second{ | |
| 847 other{"{0}စက္ကန့်"} | |
| 848 } | |
| 849 degree{ | |
| 850 other{"{0}ဒီဂရီ"} | |
| 851 } | |
| 852 } | |
| 853 area{ | |
| 854 acre{ | |
| 855 other{"{0}ဧက"} | |
| 856 } | |
| 857 hectare{ | |
| 858 other{"{0} ဟက်တာ"} | |
| 859 } | |
| 860 square-foot{ | |
| 861 other{"{0}စတုရန်းပေ"} | |
| 862 } | |
| 863 square-kilometer{ | |
| 864 other{"{0}စတုရန်းကီလိုမီတာ"} | |
| 865 } | |
| 866 square-meter{ | |
| 867 other{"{0}စတုရန်းမီတာ"} | |
| 868 } | |
| 869 square-mile{ | |
| 870 other{"{0}စတုရန်းမိုင်"} | |
| 871 } | |
| 872 } | |
| 873 compound{ | |
| 874 per{"{0}လျှင်{1}နှုန်း"} | |
| 875 } | |
| 876 duration{ | |
| 877 day{ | |
| 878 other{"{0}ရက်"} | |
| 879 } | |
| 880 hour{ | |
| 881 other{"{0}နာရီ"} | |
| 882 } | |
| 883 millisecond{ | |
| 884 other{"{0}မီလီစက္ကန့်"} | |
| 885 } | |
| 886 minute{ | |
| 887 other{"{0} မိနစ်"} | |
| 888 } | |
| 889 month{ | |
| 890 other{"{0}လ"} | |
| 891 } | |
| 892 second{ | |
| 893 other{"{0} စက္ကန့်"} | |
| 894 } | |
| 895 week{ | |
| 896 other{"{0}ပတ်"} | |
| 897 } | |
| 898 year{ | |
| 899 other{"{0}နှစ်"} | |
| 900 } | |
| 901 } | |
| 902 length{ | |
| 903 centimeter{ | |
| 904 other{"{0} စင်တီမီတာ"} | |
| 905 } | |
| 906 foot{ | |
| 907 other{"{0} ပေ"} | |
| 908 } | |
| 909 inch{ | |
| 910 other{"{0} လက္မ"} | |
| 911 } | |
| 912 kilometer{ | |
| 913 other{"{0} ကီလိုမီတာ"} | |
| 914 } | |
| 915 light-year{ | |
| 916 other{"{0} အလင်းနှစ်"} | |
| 917 } | |
| 918 meter{ | |
| 919 other{"{0}မီတာ"} | |
| 920 } | |
| 921 mile{ | |
| 922 other{"{0} မိုင်"} | |
| 923 } | |
| 924 millimeter{ | |
| 925 other{"{0} မီလီမီတာ"} | |
| 926 } | |
| 927 picometer{ | |
| 928 other{"{0} ပီကိုမီတာ"} | |
| 929 } | |
| 930 yard{ | |
| 931 other{"{0} ကိုက်"} | |
| 932 } | |
| 933 } | |
| 934 mass{ | |
| 935 gram{ | |
| 936 other{"{0} ဂရမ်"} | |
| 937 } | |
| 938 kilogram{ | |
| 939 other{"{0}ကီလိုဂရမ်"} | |
| 940 } | |
| 941 ounce{ | |
| 942 other{"{0}အောင်စ"} | |
| 943 } | |
| 944 pound{ | |
| 945 other{"{0}ပေါင်"} | |
| 946 } | |
| 947 } | |
| 948 power{ | |
| 949 horsepower{ | |
| 950 other{"{0}မြင်ကောင်ရေအား"} | |
| 951 } | |
| 952 kilowatt{ | |
| 953 other{"{0}ကီလိုဝပ်"} | |
| 954 } | |
| 955 watt{ | |
| 956 other{"{0}ဝပ်"} | |
| 957 } | |
| 958 } | |
| 959 pressure{ | |
| 960 hectopascal{ | |
| 961 other{"{0}ဟက်တိုပါစကယ်"} | |
| 962 } | |
| 963 inch-hg{ | |
| 964 other{"ပြဒါး{0}လက္မ"} | |
| 965 } | |
| 966 millibar{ | |
| 967 other{"{0}မီလီဘား"} | |
| 968 } | |
| 969 } | |
| 970 speed{ | |
| 971 kilometer-per-hour{ | |
| 972 other{"တစ်နာရီလျှင်{0}ကီလိုမီတာနှုန်း"} | |
| 973 } | |
| 974 meter-per-second{ | |
| 975 other{"တစ်စက္ကန့်လျှင်{0}မီတာနှုန်း"} | |
| 976 } | |
| 977 mile-per-hour{ | |
| 978 other{"တစ်နာရီလျှင်{0}မိုင်နှုန်း"} | |
| 979 } | |
| 980 } | |
| 981 temperature{ | |
| 982 celsius{ | |
| 983 other{"{0}စင်တီဂရိတ်"} | |
| 984 } | |
| 985 fahrenheit{ | |
| 986 other{"{0}ဖာရင်ဟိုက်"} | |
| 987 } | |
| 988 } | |
| 989 volume{ | |
| 990 cubic-kilometer{ | |
| 991 other{"{0} ကုဗကီလိုမီတာ"} | |
| 992 } | |
| 993 cubic-mile{ | |
| 994 other{"{0}ကုဗမိုင်"} | |
| 995 } | |
| 996 liter{ | |
| 997 other{"{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{"{0}ရက်"} | |
| 1044 } | |
| 1045 hour{ | |
| 1046 other{"{0}နာရီ"} | |
| 1047 } | |
| 1048 millisecond{ | |
| 1049 other{"{0} ms"} | |
| 1050 } | |
| 1051 minute{ | |
| 1052 other{"{0}မိနစ်"} | |
| 1053 } | |
| 1054 month{ | |
| 1055 other{"{0}လ"} | |
| 1056 } | |
| 1057 second{ | |
| 1058 other{"{0} s"} | |
| 1059 } | |
| 1060 week{ | |
| 1061 other{"{0}ပတ်"} | |
| 1062 } | |
| 1063 year{ | |
| 1064 other{"{0} y"} | |
| 1065 } | |
| 1066 } | |
| 1067 length{ | |
| 1068 centimeter{ | |
| 1069 other{"{0} cm"} | |
| 1070 } | |
| 1071 foot{ | |
| 1072 other{"{0} '"} | |
| 1073 } | |
| 1074 inch{ | |
| 1075 other{"{0} ″"} | |
| 1076 } | |
| 1077 kilometer{ | |
| 1078 other{"{0} km"} | |
| 1079 } | |
| 1080 light-year{ | |
| 1081 other{"{0} အလင်းနှစ်"} | |
| 1082 } | |
| 1083 meter{ | |
| 1084 other{"{0} m"} | |
| 1085 } | |
| 1086 mile{ | |
| 1087 other{"{0}မိုင်"} | |
| 1088 } | |
| 1089 millimeter{ | |
| 1090 other{"{0} mm"} | |
| 1091 } | |
| 1092 picometer{ | |
| 1093 other{"{0} pm"} | |
| 1094 } | |
| 1095 yard{ | |
| 1096 other{"{0} ကိုက်"} | |
| 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} mi³"} | |
| 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{"{0}ရက်"} | |
| 1209 } | |
| 1210 hour{ | |
| 1211 other{"{0}နာရီ"} | |
| 1212 } | |
| 1213 millisecond{ | |
| 1214 other{"{0} ms"} | |
| 1215 } | |
| 1216 minute{ | |
| 1217 other{"{0}မိနစ်"} | |
| 1218 } | |
| 1219 month{ | |
| 1220 other{"{0}လ"} | |
| 1221 } | |
| 1222 second{ | |
| 1223 other{"{0} s"} | |
| 1224 } | |
| 1225 week{ | |
| 1226 other{"{0}ပတ်"} | |
| 1227 } | |
| 1228 year{ | |
| 1229 other{"{0} y"} | |
| 1230 } | |
| 1231 } | |
| 1232 length{ | |
| 1233 centimeter{ | |
| 1234 other{"{0} cm"} | |
| 1235 } | |
| 1236 foot{ | |
| 1237 other{"{0} ပေ"} | |
| 1238 } | |
| 1239 inch{ | |
| 1240 other{"{0} လက္မ"} | |
| 1241 } | |
| 1242 kilometer{ | |
| 1243 other{"{0} km"} | |
| 1244 } | |
| 1245 light-year{ | |
| 1246 other{"{0} အလင်းနှစ်"} | |
| 1247 } | |
| 1248 meter{ | |
| 1249 other{"{0} m"} | |
| 1250 } | |
| 1251 mile{ | |
| 1252 other{"{0}မိုင်"} | |
| 1253 } | |
| 1254 millimeter{ | |
| 1255 other{"{0} mm"} | |
| 1256 } | |
| 1257 picometer{ | |
| 1258 other{"{0} pm"} | |
| 1259 } | |
| 1260 yard{ | |
| 1261 other{"{0} ကိုက်"} | |
| 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 } | 23 } |
| OLD | NEW |