Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/vi.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/vi.xml |
michael@0 | 11 | */ |
michael@0 | 12 | vi{ |
michael@0 | 13 | AuxExemplarCharacters{"[]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | medial{"{0}…{1}"} |
michael@0 | 18 | word-final{"{0} …"} |
michael@0 | 19 | word-initial{"… {0}"} |
michael@0 | 20 | word-medial{"{0} … {1}"} |
michael@0 | 21 | } |
michael@0 | 22 | ExemplarCharacters{ |
michael@0 | 23 | "[a à ả ã á ạ ă ằ ẳ ẵ ắ ặ â ầ ẩ ẫ ấ ậ b c d đ e è ẻ ẽ é ẹ ê ề ể ễ ế ệ f g h i" |
michael@0 | 24 | " ì ỉ ĩ í ị j k l m n o ò ỏ õ ó ọ ô ồ ổ ỗ ố ộ ơ ờ ở ỡ ớ ợ p q r s t u ù ủ ũ ú" |
michael@0 | 25 | " ụ ư ừ ử ữ ứ ự v w x y ỳ ỷ ỹ ý ỵ z]" |
michael@0 | 26 | } |
michael@0 | 27 | 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]"} |
michael@0 | 28 | LocaleScript{ |
michael@0 | 29 | "Latn", |
michael@0 | 30 | } |
michael@0 | 31 | MoreInformation{"?"} |
michael@0 | 32 | NumberElements{ |
michael@0 | 33 | latn{ |
michael@0 | 34 | miscPatterns{ |
michael@0 | 35 | atLeast{"{0}+"} |
michael@0 | 36 | range{"{0}-{1}"} |
michael@0 | 37 | } |
michael@0 | 38 | patterns{ |
michael@0 | 39 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 40 | decimalFormat{"#,##0.###"} |
michael@0 | 41 | percentFormat{"#,##0%"} |
michael@0 | 42 | scientificFormat{"#E0"} |
michael@0 | 43 | } |
michael@0 | 44 | patternsLong{ |
michael@0 | 45 | decimalFormat{ |
michael@0 | 46 | 1000{ |
michael@0 | 47 | other{"0 nghìn"} |
michael@0 | 48 | } |
michael@0 | 49 | 10000{ |
michael@0 | 50 | other{"00 nghìn"} |
michael@0 | 51 | } |
michael@0 | 52 | 100000{ |
michael@0 | 53 | other{"000 nghìn"} |
michael@0 | 54 | } |
michael@0 | 55 | 1000000{ |
michael@0 | 56 | other{"0 triệu"} |
michael@0 | 57 | } |
michael@0 | 58 | 10000000{ |
michael@0 | 59 | other{"00 triệu"} |
michael@0 | 60 | } |
michael@0 | 61 | 100000000{ |
michael@0 | 62 | other{"000 triệu"} |
michael@0 | 63 | } |
michael@0 | 64 | 1000000000{ |
michael@0 | 65 | other{"0 tỷ"} |
michael@0 | 66 | } |
michael@0 | 67 | 10000000000{ |
michael@0 | 68 | other{"00 tỷ"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000000{ |
michael@0 | 71 | other{"000 tỷ"} |
michael@0 | 72 | } |
michael@0 | 73 | 1000000000000{ |
michael@0 | 74 | other{"0 nghìn tỷ"} |
michael@0 | 75 | } |
michael@0 | 76 | 10000000000000{ |
michael@0 | 77 | other{"00 nghìn tỷ"} |
michael@0 | 78 | } |
michael@0 | 79 | 100000000000000{ |
michael@0 | 80 | other{"000 nghìn tỷ"} |
michael@0 | 81 | } |
michael@0 | 82 | } |
michael@0 | 83 | } |
michael@0 | 84 | patternsShort{ |
michael@0 | 85 | decimalFormat{ |
michael@0 | 86 | 1000{ |
michael@0 | 87 | other{"0 N"} |
michael@0 | 88 | } |
michael@0 | 89 | 10000{ |
michael@0 | 90 | other{"00 N"} |
michael@0 | 91 | } |
michael@0 | 92 | 100000{ |
michael@0 | 93 | other{"000 N"} |
michael@0 | 94 | } |
michael@0 | 95 | 1000000{ |
michael@0 | 96 | other{"0 Tr"} |
michael@0 | 97 | } |
michael@0 | 98 | 10000000{ |
michael@0 | 99 | other{"00 Tr"} |
michael@0 | 100 | } |
michael@0 | 101 | 100000000{ |
michael@0 | 102 | other{"000 Tr"} |
michael@0 | 103 | } |
michael@0 | 104 | 1000000000{ |
michael@0 | 105 | other{"0 T"} |
michael@0 | 106 | } |
michael@0 | 107 | 10000000000{ |
michael@0 | 108 | other{"00 T"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000000000{ |
michael@0 | 111 | other{"000 T"} |
michael@0 | 112 | } |
michael@0 | 113 | 1000000000000{ |
michael@0 | 114 | other{"0 NT"} |
michael@0 | 115 | } |
michael@0 | 116 | 10000000000000{ |
michael@0 | 117 | other{"00 NT"} |
michael@0 | 118 | } |
michael@0 | 119 | 100000000000000{ |
michael@0 | 120 | other{"000 NT"} |
michael@0 | 121 | } |
michael@0 | 122 | } |
michael@0 | 123 | } |
michael@0 | 124 | symbols{ |
michael@0 | 125 | decimal{","} |
michael@0 | 126 | exponential{"E"} |
michael@0 | 127 | group{"."} |
michael@0 | 128 | infinity{"∞"} |
michael@0 | 129 | list{";"} |
michael@0 | 130 | minusSign{"-"} |
michael@0 | 131 | nan{"NaN"} |
michael@0 | 132 | perMille{"‰"} |
michael@0 | 133 | percentSign{"%"} |
michael@0 | 134 | plusSign{"+"} |
michael@0 | 135 | superscriptingExponent{"×"} |
michael@0 | 136 | } |
michael@0 | 137 | } |
michael@0 | 138 | } |
michael@0 | 139 | Version{"2.0.92.87"} |
michael@0 | 140 | calendar{ |
michael@0 | 141 | buddhist{ |
michael@0 | 142 | availableFormats{ |
michael@0 | 143 | M{"'tháng' L"} |
michael@0 | 144 | MMM{"LLL"} |
michael@0 | 145 | } |
michael@0 | 146 | eras{ |
michael@0 | 147 | abbreviated{ |
michael@0 | 148 | "BE", |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | chinese{ |
michael@0 | 153 | DateTimePatterns{ |
michael@0 | 154 | "HH:mm:ss zzzz", |
michael@0 | 155 | "HH:mm:ss z", |
michael@0 | 156 | "HH:mm:ss", |
michael@0 | 157 | "HH:mm", |
michael@0 | 158 | "EEEE, 'ngày' dd MMMM 'năm' U", |
michael@0 | 159 | "'Ngày' dd 'tháng' M 'năm' U", |
michael@0 | 160 | "dd-MM U", |
michael@0 | 161 | "dd/MM/y", |
michael@0 | 162 | "{1} {0}", |
michael@0 | 163 | "{1} {0}", |
michael@0 | 164 | "{1} {0}", |
michael@0 | 165 | "{1} {0}", |
michael@0 | 166 | "{1} {0}", |
michael@0 | 167 | } |
michael@0 | 168 | monthNames{ |
michael@0 | 169 | format{ |
michael@0 | 170 | abbreviated{ |
michael@0 | 171 | "1", |
michael@0 | 172 | "2", |
michael@0 | 173 | "3", |
michael@0 | 174 | "4", |
michael@0 | 175 | "5", |
michael@0 | 176 | "6", |
michael@0 | 177 | "7", |
michael@0 | 178 | "8", |
michael@0 | 179 | "9", |
michael@0 | 180 | "10", |
michael@0 | 181 | "11", |
michael@0 | 182 | "12", |
michael@0 | 183 | } |
michael@0 | 184 | narrow{ |
michael@0 | 185 | "1", |
michael@0 | 186 | "2", |
michael@0 | 187 | "3", |
michael@0 | 188 | "4", |
michael@0 | 189 | "5", |
michael@0 | 190 | "6", |
michael@0 | 191 | "7", |
michael@0 | 192 | "8", |
michael@0 | 193 | "9", |
michael@0 | 194 | "10", |
michael@0 | 195 | "11", |
michael@0 | 196 | "12", |
michael@0 | 197 | } |
michael@0 | 198 | wide{ |
michael@0 | 199 | "1", |
michael@0 | 200 | "2", |
michael@0 | 201 | "3", |
michael@0 | 202 | "4", |
michael@0 | 203 | "5", |
michael@0 | 204 | "6", |
michael@0 | 205 | "7", |
michael@0 | 206 | "8", |
michael@0 | 207 | "9", |
michael@0 | 208 | "10", |
michael@0 | 209 | "11", |
michael@0 | 210 | "12", |
michael@0 | 211 | } |
michael@0 | 212 | } |
michael@0 | 213 | stand-alone{ |
michael@0 | 214 | abbreviated{ |
michael@0 | 215 | "1", |
michael@0 | 216 | "2", |
michael@0 | 217 | "3", |
michael@0 | 218 | "4", |
michael@0 | 219 | "5", |
michael@0 | 220 | "6", |
michael@0 | 221 | "7", |
michael@0 | 222 | "8", |
michael@0 | 223 | "9", |
michael@0 | 224 | "10", |
michael@0 | 225 | "11", |
michael@0 | 226 | "12", |
michael@0 | 227 | } |
michael@0 | 228 | narrow{ |
michael@0 | 229 | "1", |
michael@0 | 230 | "2", |
michael@0 | 231 | "3", |
michael@0 | 232 | "4", |
michael@0 | 233 | "5", |
michael@0 | 234 | "6", |
michael@0 | 235 | "7", |
michael@0 | 236 | "8", |
michael@0 | 237 | "9", |
michael@0 | 238 | "10", |
michael@0 | 239 | "11", |
michael@0 | 240 | "12", |
michael@0 | 241 | } |
michael@0 | 242 | wide{ |
michael@0 | 243 | "1", |
michael@0 | 244 | "2", |
michael@0 | 245 | "3", |
michael@0 | 246 | "4", |
michael@0 | 247 | "5", |
michael@0 | 248 | "6", |
michael@0 | 249 | "7", |
michael@0 | 250 | "8", |
michael@0 | 251 | "9", |
michael@0 | 252 | "10", |
michael@0 | 253 | "11", |
michael@0 | 254 | "12", |
michael@0 | 255 | } |
michael@0 | 256 | } |
michael@0 | 257 | } |
michael@0 | 258 | } |
michael@0 | 259 | coptic{ |
michael@0 | 260 | monthNames{ |
michael@0 | 261 | format{ |
michael@0 | 262 | abbreviated{ |
michael@0 | 263 | "Tout", |
michael@0 | 264 | "Baba", |
michael@0 | 265 | "Hator", |
michael@0 | 266 | "Kiahk", |
michael@0 | 267 | "Toba", |
michael@0 | 268 | "Amshir", |
michael@0 | 269 | "Baramhat", |
michael@0 | 270 | "Baramouda", |
michael@0 | 271 | "Bashans", |
michael@0 | 272 | "Paona", |
michael@0 | 273 | "Epep", |
michael@0 | 274 | "Mesra", |
michael@0 | 275 | "Nasie", |
michael@0 | 276 | } |
michael@0 | 277 | narrow{ |
michael@0 | 278 | "1", |
michael@0 | 279 | "2", |
michael@0 | 280 | "3", |
michael@0 | 281 | "4", |
michael@0 | 282 | "5", |
michael@0 | 283 | "6", |
michael@0 | 284 | "7", |
michael@0 | 285 | "8", |
michael@0 | 286 | "9", |
michael@0 | 287 | "10", |
michael@0 | 288 | "11", |
michael@0 | 289 | "12", |
michael@0 | 290 | "13", |
michael@0 | 291 | } |
michael@0 | 292 | } |
michael@0 | 293 | stand-alone{ |
michael@0 | 294 | abbreviated{ |
michael@0 | 295 | "Tout", |
michael@0 | 296 | "Baba", |
michael@0 | 297 | "Hator", |
michael@0 | 298 | "Kiahk", |
michael@0 | 299 | "Toba", |
michael@0 | 300 | "Amshir", |
michael@0 | 301 | "Baramhat", |
michael@0 | 302 | "Baramouda", |
michael@0 | 303 | "Bashans", |
michael@0 | 304 | "Paona", |
michael@0 | 305 | "Epep", |
michael@0 | 306 | "Mesra", |
michael@0 | 307 | "Nasie", |
michael@0 | 308 | } |
michael@0 | 309 | wide{ |
michael@0 | 310 | "Tout", |
michael@0 | 311 | "Baba", |
michael@0 | 312 | "Hator", |
michael@0 | 313 | "Kiahk", |
michael@0 | 314 | "Toba", |
michael@0 | 315 | "Amshir", |
michael@0 | 316 | "Baramhat", |
michael@0 | 317 | "Baramouda", |
michael@0 | 318 | "Bashans", |
michael@0 | 319 | "Paona", |
michael@0 | 320 | "Epep", |
michael@0 | 321 | "Mesra", |
michael@0 | 322 | "Nasie", |
michael@0 | 323 | } |
michael@0 | 324 | } |
michael@0 | 325 | } |
michael@0 | 326 | } |
michael@0 | 327 | ethiopic{ |
michael@0 | 328 | monthNames{ |
michael@0 | 329 | format{ |
michael@0 | 330 | abbreviated{ |
michael@0 | 331 | "Meskerem", |
michael@0 | 332 | "Tekemt", |
michael@0 | 333 | "Hedar", |
michael@0 | 334 | "Tahsas", |
michael@0 | 335 | "Ter", |
michael@0 | 336 | "Yekatit", |
michael@0 | 337 | "Megabit", |
michael@0 | 338 | "Miazia", |
michael@0 | 339 | "Genbot", |
michael@0 | 340 | "Sene", |
michael@0 | 341 | "Hamle", |
michael@0 | 342 | "Nehasse", |
michael@0 | 343 | "Pagumen", |
michael@0 | 344 | } |
michael@0 | 345 | narrow{ |
michael@0 | 346 | "1", |
michael@0 | 347 | "2", |
michael@0 | 348 | "3", |
michael@0 | 349 | "4", |
michael@0 | 350 | "5", |
michael@0 | 351 | "6", |
michael@0 | 352 | "7", |
michael@0 | 353 | "8", |
michael@0 | 354 | "9", |
michael@0 | 355 | "10", |
michael@0 | 356 | "11", |
michael@0 | 357 | "12", |
michael@0 | 358 | "13", |
michael@0 | 359 | } |
michael@0 | 360 | } |
michael@0 | 361 | stand-alone{ |
michael@0 | 362 | abbreviated{ |
michael@0 | 363 | "Meskerem", |
michael@0 | 364 | "Tekemt", |
michael@0 | 365 | "Hedar", |
michael@0 | 366 | "Tahsas", |
michael@0 | 367 | "Ter", |
michael@0 | 368 | "Yekatit", |
michael@0 | 369 | "Megabit", |
michael@0 | 370 | "Miazia", |
michael@0 | 371 | "Genbot", |
michael@0 | 372 | "Sene", |
michael@0 | 373 | "Hamle", |
michael@0 | 374 | "Nehasse", |
michael@0 | 375 | "Pagumen", |
michael@0 | 376 | } |
michael@0 | 377 | wide{ |
michael@0 | 378 | "Meskerem", |
michael@0 | 379 | "Tekemt", |
michael@0 | 380 | "Hedar", |
michael@0 | 381 | "Tahsas", |
michael@0 | 382 | "Ter", |
michael@0 | 383 | "Yekatit", |
michael@0 | 384 | "Megabit", |
michael@0 | 385 | "Miazia", |
michael@0 | 386 | "Genbot", |
michael@0 | 387 | "Sene", |
michael@0 | 388 | "Hamle", |
michael@0 | 389 | "Nehasse", |
michael@0 | 390 | "Pagumen", |
michael@0 | 391 | } |
michael@0 | 392 | } |
michael@0 | 393 | } |
michael@0 | 394 | } |
michael@0 | 395 | generic{ |
michael@0 | 396 | DateTimePatterns{ |
michael@0 | 397 | "HH:mm:ss zzzz", |
michael@0 | 398 | "HH:mm:ss z", |
michael@0 | 399 | "HH:mm:ss", |
michael@0 | 400 | "HH:mm", |
michael@0 | 401 | "EEEE, 'ngày' dd MMMM 'năm' y G", |
michael@0 | 402 | "'Ngày' dd 'tháng' M 'năm' y G", |
michael@0 | 403 | "dd-MM-y G", |
michael@0 | 404 | "dd/MM/y GGGGG", |
michael@0 | 405 | "{0} {1}", |
michael@0 | 406 | "{0} {1}", |
michael@0 | 407 | "{0} {1}", |
michael@0 | 408 | "{0} {1}", |
michael@0 | 409 | "{0} {1}", |
michael@0 | 410 | } |
michael@0 | 411 | availableFormats{ |
michael@0 | 412 | Ed{"E, dd"} |
michael@0 | 413 | Gy{"'Năm' y G"} |
michael@0 | 414 | GyMMM{"MMM y G"} |
michael@0 | 415 | GyMMMEd{"E, dd MMM y G"} |
michael@0 | 416 | GyMMMd{"dd MMM, y G"} |
michael@0 | 417 | H{"HH'h'"} |
michael@0 | 418 | Hm{"HH:mm"} |
michael@0 | 419 | Hms{"HH:mm:ss"} |
michael@0 | 420 | M{"L"} |
michael@0 | 421 | MEd{"E, dd-M"} |
michael@0 | 422 | MMM{"LLL"} |
michael@0 | 423 | MMMEd{"E, dd MMM"} |
michael@0 | 424 | MMMMEd{"E, dd MMMM"} |
michael@0 | 425 | MMMMd{"dd MMMM"} |
michael@0 | 426 | MMMd{"dd MMM"} |
michael@0 | 427 | MMdd{"dd-MM"} |
michael@0 | 428 | Md{"dd-M"} |
michael@0 | 429 | d{"'Ngày' dd"} |
michael@0 | 430 | h{"h'h' a"} |
michael@0 | 431 | hm{"h:mm a"} |
michael@0 | 432 | hms{"h:mm:ss a"} |
michael@0 | 433 | ms{"mm:ss"} |
michael@0 | 434 | y{"'Năm' y G"} |
michael@0 | 435 | yyyy{"'Năm' y G"} |
michael@0 | 436 | yyyyM{"M/y G"} |
michael@0 | 437 | yyyyMEd{"E, dd-M-y G"} |
michael@0 | 438 | yyyyMM{"MM-y G"} |
michael@0 | 439 | yyyyMMM{"MMM y G"} |
michael@0 | 440 | yyyyMMMEd{"E, dd MMM y G"} |
michael@0 | 441 | yyyyMMMM{"MMMM y G"} |
michael@0 | 442 | yyyyMMMd{"dd MMM, y G"} |
michael@0 | 443 | yyyyMd{"d/M/y G"} |
michael@0 | 444 | yyyyQQQ{"QQQ y G"} |
michael@0 | 445 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 446 | } |
michael@0 | 447 | intervalFormats{ |
michael@0 | 448 | H{ |
michael@0 | 449 | H{"HH'h' - HH'h'"} |
michael@0 | 450 | } |
michael@0 | 451 | Hm{ |
michael@0 | 452 | H{"HH:mm-HH:mm"} |
michael@0 | 453 | m{"HH:mm-HH:mm"} |
michael@0 | 454 | } |
michael@0 | 455 | Hmv{ |
michael@0 | 456 | H{"HH:mm-HH:mm v"} |
michael@0 | 457 | m{"HH:mm-HH:mm v"} |
michael@0 | 458 | } |
michael@0 | 459 | Hv{ |
michael@0 | 460 | H{"HH'h'-HH'h' v"} |
michael@0 | 461 | } |
michael@0 | 462 | M{ |
michael@0 | 463 | M{"'Tháng' M - 'Tháng' M"} |
michael@0 | 464 | } |
michael@0 | 465 | MEd{ |
michael@0 | 466 | M{"EEEE, dd/MM - EEEE, dd/MM"} |
michael@0 | 467 | d{"EEEE, dd/MM - EEEE, dd/MM"} |
michael@0 | 468 | } |
michael@0 | 469 | MMM{ |
michael@0 | 470 | M{"MMM-MMM"} |
michael@0 | 471 | } |
michael@0 | 472 | MMMEd{ |
michael@0 | 473 | M{"EEEE, 'ngày' dd 'tháng' M - EEEE, 'ngày' dd 'tháng' M"} |
michael@0 | 474 | d{"EEEE, 'ngày' dd - EEEE, 'ngày' dd 'tháng' M"} |
michael@0 | 475 | } |
michael@0 | 476 | MMMd{ |
michael@0 | 477 | M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} |
michael@0 | 478 | d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} |
michael@0 | 479 | } |
michael@0 | 480 | Md{ |
michael@0 | 481 | M{"dd/MM - dd/MM"} |
michael@0 | 482 | d{"dd/MM - dd/MM"} |
michael@0 | 483 | } |
michael@0 | 484 | d{ |
michael@0 | 485 | d{"'Ngày' dd-dd"} |
michael@0 | 486 | } |
michael@0 | 487 | fallback{"{0} - {1}"} |
michael@0 | 488 | h{ |
michael@0 | 489 | a{"h'h' a - h'h' a"} |
michael@0 | 490 | h{"h'h' - h'h' a"} |
michael@0 | 491 | } |
michael@0 | 492 | hm{ |
michael@0 | 493 | a{"h:mm a – h:mm a"} |
michael@0 | 494 | h{"h:mm-h:mm a"} |
michael@0 | 495 | m{"h:mm-h:mm a"} |
michael@0 | 496 | } |
michael@0 | 497 | hmv{ |
michael@0 | 498 | a{"h:mm a – h:mm a v"} |
michael@0 | 499 | h{"h:mm-h:mm a v"} |
michael@0 | 500 | m{"h:mm-h:mm a v"} |
michael@0 | 501 | } |
michael@0 | 502 | hv{ |
michael@0 | 503 | a{"h'h' a - h'h' a v"} |
michael@0 | 504 | h{"h'h'-h'h' a v"} |
michael@0 | 505 | } |
michael@0 | 506 | y{ |
michael@0 | 507 | y{"y-y G"} |
michael@0 | 508 | } |
michael@0 | 509 | yM{ |
michael@0 | 510 | M{"MM/y - MM/y G"} |
michael@0 | 511 | y{"MM/y - MM/y G"} |
michael@0 | 512 | } |
michael@0 | 513 | yMEd{ |
michael@0 | 514 | M{"EEEE, dd/MM/y - EEEE, dd/MM/y G"} |
michael@0 | 515 | d{"EEEE, dd/MM/y - EEEE, dd/MM/y G"} |
michael@0 | 516 | y{"EEEE, dd/MM/y - EEEE, dd/MM/y G"} |
michael@0 | 517 | } |
michael@0 | 518 | yMMM{ |
michael@0 | 519 | M{"'Tháng' M - 'Tháng' M 'năm' y G"} |
michael@0 | 520 | y{"'Tháng' M 'năm' y - 'Tháng' M 'năm' y G"} |
michael@0 | 521 | } |
michael@0 | 522 | yMMMEd{ |
michael@0 | 523 | M{"E, dd 'tháng' M - E, dd 'tháng' M, y G"} |
michael@0 | 524 | d{"EEEE, 'ngày' dd MMM - EEEE, 'ngày' dd MMM 'năm' y G"} |
michael@0 | 525 | y{"E, dd 'tháng' M, y - E, dd 'tháng' M, y G"} |
michael@0 | 526 | } |
michael@0 | 527 | yMMMM{ |
michael@0 | 528 | M{"MMMM-MMMM y G"} |
michael@0 | 529 | y{"MMMM y – MMMM y G"} |
michael@0 | 530 | } |
michael@0 | 531 | yMMMd{ |
michael@0 | 532 | M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G"} |
michael@0 | 533 | d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y G"} |
michael@0 | 534 | y{"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y G"} |
michael@0 | 535 | } |
michael@0 | 536 | yMd{ |
michael@0 | 537 | M{"dd/MM/y - dd/MM/y G"} |
michael@0 | 538 | d{"dd/MM/y - dd/MM/y G"} |
michael@0 | 539 | y{"dd/MM/y - dd/MM/y G"} |
michael@0 | 540 | } |
michael@0 | 541 | } |
michael@0 | 542 | } |
michael@0 | 543 | gregorian{ |
michael@0 | 544 | AmPmMarkers{ |
michael@0 | 545 | "SA", |
michael@0 | 546 | "CH", |
michael@0 | 547 | } |
michael@0 | 548 | DateTimePatterns{ |
michael@0 | 549 | "HH:mm:ss zzzz", |
michael@0 | 550 | "HH:mm:ss z", |
michael@0 | 551 | "HH:mm:ss", |
michael@0 | 552 | "HH:mm", |
michael@0 | 553 | "EEEE, 'ngày' dd MMMM 'năm' y", |
michael@0 | 554 | "'Ngày' dd 'tháng' MM 'năm' y", |
michael@0 | 555 | "dd-MM-y", |
michael@0 | 556 | "dd/MM/y", |
michael@0 | 557 | "{0} {1}", |
michael@0 | 558 | "{0} {1}", |
michael@0 | 559 | "{0} {1}", |
michael@0 | 560 | "{0} {1}", |
michael@0 | 561 | "{0} {1}", |
michael@0 | 562 | } |
michael@0 | 563 | appendItems{ |
michael@0 | 564 | Timezone{"{0} {1}"} |
michael@0 | 565 | } |
michael@0 | 566 | availableFormats{ |
michael@0 | 567 | EHm{"E HH:mm"} |
michael@0 | 568 | EHms{"E HH:mm:ss"} |
michael@0 | 569 | Ed{"E, dd"} |
michael@0 | 570 | Ehm{"E h:mm a"} |
michael@0 | 571 | Ehms{"E h:mm:ss a"} |
michael@0 | 572 | Gy{"'Năm' y G"} |
michael@0 | 573 | GyMMM{"MMM y G"} |
michael@0 | 574 | GyMMMEd{"E, dd MMM y G"} |
michael@0 | 575 | GyMMMd{"dd MMM, y G"} |
michael@0 | 576 | H{"HH"} |
michael@0 | 577 | Hm{"H:mm"} |
michael@0 | 578 | Hms{"H:mm:ss"} |
michael@0 | 579 | M{"L"} |
michael@0 | 580 | MEd{"E, dd-M"} |
michael@0 | 581 | MMM{"LLL"} |
michael@0 | 582 | MMMEd{"E, dd MMM"} |
michael@0 | 583 | MMMMEd{"E, dd MMMM"} |
michael@0 | 584 | MMMMd{"dd MMMM"} |
michael@0 | 585 | MMMd{"dd MMM"} |
michael@0 | 586 | MMdd{"dd-MM"} |
michael@0 | 587 | Md{"dd-M"} |
michael@0 | 588 | d{"d"} |
michael@0 | 589 | h{"h a"} |
michael@0 | 590 | hm{"h:mm a"} |
michael@0 | 591 | hms{"h:mm:ss a"} |
michael@0 | 592 | mmss{"mm:ss"} |
michael@0 | 593 | ms{"mm:ss"} |
michael@0 | 594 | y{"'Năm' y"} |
michael@0 | 595 | yM{"M/y"} |
michael@0 | 596 | yMEd{"E, dd-M-y"} |
michael@0 | 597 | yMM{"MM-y"} |
michael@0 | 598 | yMMM{"MMM y"} |
michael@0 | 599 | yMMMEd{"E, dd MMM y"} |
michael@0 | 600 | yMMMM{"MMMM y"} |
michael@0 | 601 | yMMMd{"dd MMM, y"} |
michael@0 | 602 | yMd{"d/M/y"} |
michael@0 | 603 | yQQQ{"QQQ y"} |
michael@0 | 604 | yQQQQ{"QQQQ y"} |
michael@0 | 605 | } |
michael@0 | 606 | dayNames{ |
michael@0 | 607 | format{ |
michael@0 | 608 | abbreviated{ |
michael@0 | 609 | "CN", |
michael@0 | 610 | "Th 2", |
michael@0 | 611 | "Th 3", |
michael@0 | 612 | "Th 4", |
michael@0 | 613 | "Th 5", |
michael@0 | 614 | "Th 6", |
michael@0 | 615 | "Th 7", |
michael@0 | 616 | } |
michael@0 | 617 | narrow{ |
michael@0 | 618 | "CN", |
michael@0 | 619 | "T2", |
michael@0 | 620 | "T3", |
michael@0 | 621 | "T4", |
michael@0 | 622 | "T5", |
michael@0 | 623 | "T6", |
michael@0 | 624 | "T7", |
michael@0 | 625 | } |
michael@0 | 626 | short{ |
michael@0 | 627 | "CN", |
michael@0 | 628 | "T2", |
michael@0 | 629 | "T3", |
michael@0 | 630 | "T4", |
michael@0 | 631 | "T5", |
michael@0 | 632 | "T6", |
michael@0 | 633 | "T7", |
michael@0 | 634 | } |
michael@0 | 635 | wide{ |
michael@0 | 636 | "Chủ Nhật", |
michael@0 | 637 | "Thứ Hai", |
michael@0 | 638 | "Thứ Ba", |
michael@0 | 639 | "Thứ Tư", |
michael@0 | 640 | "Thứ Năm", |
michael@0 | 641 | "Thứ Sáu", |
michael@0 | 642 | "Thứ Bảy", |
michael@0 | 643 | } |
michael@0 | 644 | } |
michael@0 | 645 | stand-alone{ |
michael@0 | 646 | abbreviated{ |
michael@0 | 647 | "CN", |
michael@0 | 648 | "Th 2", |
michael@0 | 649 | "Th 3", |
michael@0 | 650 | "Th 4", |
michael@0 | 651 | "Th 5", |
michael@0 | 652 | "Th 6", |
michael@0 | 653 | "Th 7", |
michael@0 | 654 | } |
michael@0 | 655 | narrow{ |
michael@0 | 656 | "CN", |
michael@0 | 657 | "T2", |
michael@0 | 658 | "T3", |
michael@0 | 659 | "T4", |
michael@0 | 660 | "T5", |
michael@0 | 661 | "T6", |
michael@0 | 662 | "T7", |
michael@0 | 663 | } |
michael@0 | 664 | short{ |
michael@0 | 665 | "CN", |
michael@0 | 666 | "T2", |
michael@0 | 667 | "T3", |
michael@0 | 668 | "T4", |
michael@0 | 669 | "T5", |
michael@0 | 670 | "T6", |
michael@0 | 671 | "T7", |
michael@0 | 672 | } |
michael@0 | 673 | wide{ |
michael@0 | 674 | "Chủ Nhật", |
michael@0 | 675 | "Thứ Hai", |
michael@0 | 676 | "Thứ Ba", |
michael@0 | 677 | "Thứ Tư", |
michael@0 | 678 | "Thứ Năm", |
michael@0 | 679 | "Thứ Sáu", |
michael@0 | 680 | "Thứ Bảy", |
michael@0 | 681 | } |
michael@0 | 682 | } |
michael@0 | 683 | } |
michael@0 | 684 | eras{ |
michael@0 | 685 | abbreviated{ |
michael@0 | 686 | "tr. CN", |
michael@0 | 687 | "sau CN", |
michael@0 | 688 | } |
michael@0 | 689 | narrow{ |
michael@0 | 690 | "tr. CN", |
michael@0 | 691 | "sau CN", |
michael@0 | 692 | } |
michael@0 | 693 | wide{ |
michael@0 | 694 | "tr. CN", |
michael@0 | 695 | "sau CN", |
michael@0 | 696 | } |
michael@0 | 697 | } |
michael@0 | 698 | intervalFormats{ |
michael@0 | 699 | H{ |
michael@0 | 700 | H{"HH'h' - HH'h'"} |
michael@0 | 701 | } |
michael@0 | 702 | Hm{ |
michael@0 | 703 | H{"HH:mm-HH:mm"} |
michael@0 | 704 | m{"HH:mm-HH:mm"} |
michael@0 | 705 | } |
michael@0 | 706 | Hmv{ |
michael@0 | 707 | H{"HH:mm-HH:mm v"} |
michael@0 | 708 | m{"HH:mm-HH:mm v"} |
michael@0 | 709 | } |
michael@0 | 710 | Hv{ |
michael@0 | 711 | H{"HH'h'-HH'h' v"} |
michael@0 | 712 | } |
michael@0 | 713 | M{ |
michael@0 | 714 | M{"'Tháng' M - 'Tháng' M"} |
michael@0 | 715 | } |
michael@0 | 716 | MEd{ |
michael@0 | 717 | M{"EEEE, dd/MM - EEEE, dd/MM"} |
michael@0 | 718 | d{"EEEE, dd/MM - EEEE, dd/MM"} |
michael@0 | 719 | } |
michael@0 | 720 | MMM{ |
michael@0 | 721 | M{"MMM-MMM"} |
michael@0 | 722 | } |
michael@0 | 723 | MMMEd{ |
michael@0 | 724 | M{"EEEE, 'ngày' dd 'tháng' M - EEEE, 'ngày' dd 'tháng' M"} |
michael@0 | 725 | d{"EEEE, 'ngày' dd - EEEE, 'ngày' dd 'tháng' M"} |
michael@0 | 726 | } |
michael@0 | 727 | MMMd{ |
michael@0 | 728 | M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} |
michael@0 | 729 | d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} |
michael@0 | 730 | } |
michael@0 | 731 | Md{ |
michael@0 | 732 | M{"dd/MM - dd/MM"} |
michael@0 | 733 | d{"dd/MM - dd/MM"} |
michael@0 | 734 | } |
michael@0 | 735 | d{ |
michael@0 | 736 | d{"'Ngày' dd-dd"} |
michael@0 | 737 | } |
michael@0 | 738 | fallback{"{0} - {1}"} |
michael@0 | 739 | h{ |
michael@0 | 740 | a{"h'h' a - h'h' a"} |
michael@0 | 741 | h{"h'h' - h'h' a"} |
michael@0 | 742 | } |
michael@0 | 743 | hm{ |
michael@0 | 744 | a{"h:mm a – h:mm a"} |
michael@0 | 745 | h{"h:mm-h:mm a"} |
michael@0 | 746 | m{"h:mm-h:mm a"} |
michael@0 | 747 | } |
michael@0 | 748 | hmv{ |
michael@0 | 749 | a{"h:mm a – h:mm a v"} |
michael@0 | 750 | h{"h:mm-h:mm a v"} |
michael@0 | 751 | m{"h:mm-h:mm a v"} |
michael@0 | 752 | } |
michael@0 | 753 | hv{ |
michael@0 | 754 | a{"h'h' a - h'h' a v"} |
michael@0 | 755 | h{"h'h'-h'h' a v"} |
michael@0 | 756 | } |
michael@0 | 757 | y{ |
michael@0 | 758 | y{"y-y"} |
michael@0 | 759 | } |
michael@0 | 760 | yM{ |
michael@0 | 761 | M{"MM/y - MM/y"} |
michael@0 | 762 | y{"MM/y - MM/y"} |
michael@0 | 763 | } |
michael@0 | 764 | yMEd{ |
michael@0 | 765 | M{"EEEE, dd/MM/y - EEEE, dd/MM/y"} |
michael@0 | 766 | d{"EEEE, dd/MM/y - EEEE, dd/MM/y"} |
michael@0 | 767 | y{"EEEE, dd/MM/y - EEEE, dd/MM/y"} |
michael@0 | 768 | } |
michael@0 | 769 | yMMM{ |
michael@0 | 770 | M{"'Tháng' M - 'Tháng' M 'năm' y"} |
michael@0 | 771 | y{"'Tháng' M 'năm' y - 'Tháng' M 'năm' y"} |
michael@0 | 772 | } |
michael@0 | 773 | yMMMEd{ |
michael@0 | 774 | M{"E, dd 'tháng' M - E, dd 'tháng' M, y"} |
michael@0 | 775 | d{"EEEE, 'ngày' dd MMM - EEEE, 'ngày' dd MMM 'năm' y"} |
michael@0 | 776 | y{"E, dd 'tháng' M, y - E, dd 'tháng' M, y"} |
michael@0 | 777 | } |
michael@0 | 778 | yMMMM{ |
michael@0 | 779 | M{"MMMM-MMMM y"} |
michael@0 | 780 | y{"MMMM y – MMMM y"} |
michael@0 | 781 | } |
michael@0 | 782 | yMMMd{ |
michael@0 | 783 | M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y"} |
michael@0 | 784 | d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y"} |
michael@0 | 785 | y{"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y"} |
michael@0 | 786 | } |
michael@0 | 787 | yMd{ |
michael@0 | 788 | M{"dd/MM/y - dd/MM/y"} |
michael@0 | 789 | d{"dd/MM/y - dd/MM/y"} |
michael@0 | 790 | y{"dd/MM/y - dd/MM/y"} |
michael@0 | 791 | } |
michael@0 | 792 | } |
michael@0 | 793 | monthNames{ |
michael@0 | 794 | format{ |
michael@0 | 795 | abbreviated{ |
michael@0 | 796 | "thg 1", |
michael@0 | 797 | "thg 2", |
michael@0 | 798 | "thg 3", |
michael@0 | 799 | "thg 4", |
michael@0 | 800 | "thg 5", |
michael@0 | 801 | "thg 6", |
michael@0 | 802 | "thg 7", |
michael@0 | 803 | "thg 8", |
michael@0 | 804 | "thg 9", |
michael@0 | 805 | "thg 10", |
michael@0 | 806 | "thg 11", |
michael@0 | 807 | "thg 12", |
michael@0 | 808 | } |
michael@0 | 809 | narrow{ |
michael@0 | 810 | "1", |
michael@0 | 811 | "2", |
michael@0 | 812 | "3", |
michael@0 | 813 | "4", |
michael@0 | 814 | "5", |
michael@0 | 815 | "6", |
michael@0 | 816 | "7", |
michael@0 | 817 | "8", |
michael@0 | 818 | "9", |
michael@0 | 819 | "10", |
michael@0 | 820 | "11", |
michael@0 | 821 | "12", |
michael@0 | 822 | } |
michael@0 | 823 | wide{ |
michael@0 | 824 | "tháng 1", |
michael@0 | 825 | "tháng 2", |
michael@0 | 826 | "tháng 3", |
michael@0 | 827 | "tháng 4", |
michael@0 | 828 | "tháng 5", |
michael@0 | 829 | "tháng 6", |
michael@0 | 830 | "tháng 7", |
michael@0 | 831 | "tháng 8", |
michael@0 | 832 | "tháng 9", |
michael@0 | 833 | "tháng 10", |
michael@0 | 834 | "tháng 11", |
michael@0 | 835 | "tháng 12", |
michael@0 | 836 | } |
michael@0 | 837 | } |
michael@0 | 838 | stand-alone{ |
michael@0 | 839 | abbreviated{ |
michael@0 | 840 | "Thg 1", |
michael@0 | 841 | "Thg 2", |
michael@0 | 842 | "Thg 3", |
michael@0 | 843 | "Thg 4", |
michael@0 | 844 | "Thg 5", |
michael@0 | 845 | "Thg 6", |
michael@0 | 846 | "Thg 7", |
michael@0 | 847 | "Thg 8", |
michael@0 | 848 | "Thg 9", |
michael@0 | 849 | "Thg 10", |
michael@0 | 850 | "Thg 11", |
michael@0 | 851 | "Thg 12", |
michael@0 | 852 | } |
michael@0 | 853 | narrow{ |
michael@0 | 854 | "1", |
michael@0 | 855 | "2", |
michael@0 | 856 | "3", |
michael@0 | 857 | "4", |
michael@0 | 858 | "5", |
michael@0 | 859 | "6", |
michael@0 | 860 | "7", |
michael@0 | 861 | "8", |
michael@0 | 862 | "9", |
michael@0 | 863 | "10", |
michael@0 | 864 | "11", |
michael@0 | 865 | "12", |
michael@0 | 866 | } |
michael@0 | 867 | wide{ |
michael@0 | 868 | "Tháng 1", |
michael@0 | 869 | "Tháng 2", |
michael@0 | 870 | "Tháng 3", |
michael@0 | 871 | "Tháng 4", |
michael@0 | 872 | "Tháng 5", |
michael@0 | 873 | "Tháng 6", |
michael@0 | 874 | "Tháng 7", |
michael@0 | 875 | "Tháng 8", |
michael@0 | 876 | "Tháng 9", |
michael@0 | 877 | "Tháng 10", |
michael@0 | 878 | "Tháng 11", |
michael@0 | 879 | "Tháng 12", |
michael@0 | 880 | } |
michael@0 | 881 | } |
michael@0 | 882 | } |
michael@0 | 883 | quarters{ |
michael@0 | 884 | format{ |
michael@0 | 885 | abbreviated{ |
michael@0 | 886 | "Q1", |
michael@0 | 887 | "Q2", |
michael@0 | 888 | "Q3", |
michael@0 | 889 | "Q4", |
michael@0 | 890 | } |
michael@0 | 891 | narrow{ |
michael@0 | 892 | "1", |
michael@0 | 893 | "2", |
michael@0 | 894 | "3", |
michael@0 | 895 | "4", |
michael@0 | 896 | } |
michael@0 | 897 | wide{ |
michael@0 | 898 | "Quý 1", |
michael@0 | 899 | "Quý 2", |
michael@0 | 900 | "Quý 3", |
michael@0 | 901 | "Quý 4", |
michael@0 | 902 | } |
michael@0 | 903 | } |
michael@0 | 904 | stand-alone{ |
michael@0 | 905 | abbreviated{ |
michael@0 | 906 | "Q1", |
michael@0 | 907 | "Q2", |
michael@0 | 908 | "Q3", |
michael@0 | 909 | "Q4", |
michael@0 | 910 | } |
michael@0 | 911 | narrow{ |
michael@0 | 912 | "1", |
michael@0 | 913 | "2", |
michael@0 | 914 | "3", |
michael@0 | 915 | "4", |
michael@0 | 916 | } |
michael@0 | 917 | wide{ |
michael@0 | 918 | "Quý 1", |
michael@0 | 919 | "Quý 2", |
michael@0 | 920 | "Quý 3", |
michael@0 | 921 | "Quý 4", |
michael@0 | 922 | } |
michael@0 | 923 | } |
michael@0 | 924 | } |
michael@0 | 925 | } |
michael@0 | 926 | hebrew{ |
michael@0 | 927 | monthNames{ |
michael@0 | 928 | format{ |
michael@0 | 929 | abbreviated{ |
michael@0 | 930 | "Tishri", |
michael@0 | 931 | "Heshvan", |
michael@0 | 932 | "Kislev", |
michael@0 | 933 | "Tevet", |
michael@0 | 934 | "Shevat", |
michael@0 | 935 | "Adar I", |
michael@0 | 936 | "Adar", |
michael@0 | 937 | "Nisan", |
michael@0 | 938 | "Iyar", |
michael@0 | 939 | "Sivan", |
michael@0 | 940 | "Tamuz", |
michael@0 | 941 | "Av", |
michael@0 | 942 | "Elul", |
michael@0 | 943 | "Adar II", |
michael@0 | 944 | } |
michael@0 | 945 | } |
michael@0 | 946 | stand-alone{ |
michael@0 | 947 | abbreviated{ |
michael@0 | 948 | "Tishri", |
michael@0 | 949 | "Heshvan", |
michael@0 | 950 | "Kislev", |
michael@0 | 951 | "Tevet", |
michael@0 | 952 | "Shevat", |
michael@0 | 953 | "Adar I", |
michael@0 | 954 | "Adar", |
michael@0 | 955 | "Nisan", |
michael@0 | 956 | "Iyar", |
michael@0 | 957 | "Sivan", |
michael@0 | 958 | "Tamuz", |
michael@0 | 959 | "Av", |
michael@0 | 960 | "Elul", |
michael@0 | 961 | "Adar II", |
michael@0 | 962 | } |
michael@0 | 963 | wide{ |
michael@0 | 964 | "Tishri", |
michael@0 | 965 | "Heshvan", |
michael@0 | 966 | "Kislev", |
michael@0 | 967 | "Tevet", |
michael@0 | 968 | "Shevat", |
michael@0 | 969 | "Adar I", |
michael@0 | 970 | "Adar", |
michael@0 | 971 | "Nisan", |
michael@0 | 972 | "Iyar", |
michael@0 | 973 | "Sivan", |
michael@0 | 974 | "Tamuz", |
michael@0 | 975 | "Av", |
michael@0 | 976 | "Elul", |
michael@0 | 977 | "Adar II", |
michael@0 | 978 | } |
michael@0 | 979 | } |
michael@0 | 980 | } |
michael@0 | 981 | } |
michael@0 | 982 | indian{ |
michael@0 | 983 | monthNames{ |
michael@0 | 984 | format{ |
michael@0 | 985 | abbreviated{ |
michael@0 | 986 | "Chaitra", |
michael@0 | 987 | "Vaisakha", |
michael@0 | 988 | "Jyaistha", |
michael@0 | 989 | "Asadha", |
michael@0 | 990 | "Sravana", |
michael@0 | 991 | "Bhadra", |
michael@0 | 992 | "Asvina", |
michael@0 | 993 | "Kartika", |
michael@0 | 994 | "Agrahayana", |
michael@0 | 995 | "Pausa", |
michael@0 | 996 | "Magha", |
michael@0 | 997 | "Phalguna", |
michael@0 | 998 | } |
michael@0 | 999 | narrow{ |
michael@0 | 1000 | "1", |
michael@0 | 1001 | "2", |
michael@0 | 1002 | "3", |
michael@0 | 1003 | "4", |
michael@0 | 1004 | "5", |
michael@0 | 1005 | "6", |
michael@0 | 1006 | "7", |
michael@0 | 1007 | "8", |
michael@0 | 1008 | "9", |
michael@0 | 1009 | "10", |
michael@0 | 1010 | "11", |
michael@0 | 1011 | "12", |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | stand-alone{ |
michael@0 | 1015 | abbreviated{ |
michael@0 | 1016 | "Chaitra", |
michael@0 | 1017 | "Vaisakha", |
michael@0 | 1018 | "Jyaistha", |
michael@0 | 1019 | "Asadha", |
michael@0 | 1020 | "Sravana", |
michael@0 | 1021 | "Bhadra", |
michael@0 | 1022 | "Asvina", |
michael@0 | 1023 | "Kartika", |
michael@0 | 1024 | "Agrahayana", |
michael@0 | 1025 | "Pausa", |
michael@0 | 1026 | "Magha", |
michael@0 | 1027 | "Phalguna", |
michael@0 | 1028 | } |
michael@0 | 1029 | wide{ |
michael@0 | 1030 | "Chaitra", |
michael@0 | 1031 | "Vaisakha", |
michael@0 | 1032 | "Jyaistha", |
michael@0 | 1033 | "Asadha", |
michael@0 | 1034 | "Sravana", |
michael@0 | 1035 | "Bhadra", |
michael@0 | 1036 | "Asvina", |
michael@0 | 1037 | "Kartika", |
michael@0 | 1038 | "Agrahayana", |
michael@0 | 1039 | "Pausa", |
michael@0 | 1040 | "Magha", |
michael@0 | 1041 | "Phalguna", |
michael@0 | 1042 | } |
michael@0 | 1043 | } |
michael@0 | 1044 | } |
michael@0 | 1045 | } |
michael@0 | 1046 | islamic{ |
michael@0 | 1047 | eras{ |
michael@0 | 1048 | abbreviated{ |
michael@0 | 1049 | "AH", |
michael@0 | 1050 | } |
michael@0 | 1051 | } |
michael@0 | 1052 | } |
michael@0 | 1053 | japanese{ |
michael@0 | 1054 | DateTimePatterns{ |
michael@0 | 1055 | "HH:mm:ss zzzz", |
michael@0 | 1056 | "HH:mm:ss z", |
michael@0 | 1057 | "HH:mm:ss", |
michael@0 | 1058 | "HH:mm", |
michael@0 | 1059 | "EEEE, 'ngày' dd MMMM 'năm' y G", |
michael@0 | 1060 | "'Ngày' dd 'tháng' M 'năm' y G", |
michael@0 | 1061 | "dd-MM-y G", |
michael@0 | 1062 | "dd/MM/y G", |
michael@0 | 1063 | "{0} {1}", |
michael@0 | 1064 | "{0} {1}", |
michael@0 | 1065 | "{0} {1}", |
michael@0 | 1066 | "{0} {1}", |
michael@0 | 1067 | "{0} {1}", |
michael@0 | 1068 | } |
michael@0 | 1069 | } |
michael@0 | 1070 | persian{ |
michael@0 | 1071 | monthNames{ |
michael@0 | 1072 | format{ |
michael@0 | 1073 | abbreviated{ |
michael@0 | 1074 | "Farvardin", |
michael@0 | 1075 | "Ordibehesht", |
michael@0 | 1076 | "Khordad", |
michael@0 | 1077 | "Tir", |
michael@0 | 1078 | "Mordad", |
michael@0 | 1079 | "Shahrivar", |
michael@0 | 1080 | "Mehr", |
michael@0 | 1081 | "Aban", |
michael@0 | 1082 | "Azar", |
michael@0 | 1083 | "Dey", |
michael@0 | 1084 | "Bahman", |
michael@0 | 1085 | "Esfand", |
michael@0 | 1086 | } |
michael@0 | 1087 | narrow{ |
michael@0 | 1088 | "1", |
michael@0 | 1089 | "2", |
michael@0 | 1090 | "3", |
michael@0 | 1091 | "4", |
michael@0 | 1092 | "5", |
michael@0 | 1093 | "6", |
michael@0 | 1094 | "7", |
michael@0 | 1095 | "8", |
michael@0 | 1096 | "9", |
michael@0 | 1097 | "10", |
michael@0 | 1098 | "11", |
michael@0 | 1099 | "12", |
michael@0 | 1100 | } |
michael@0 | 1101 | } |
michael@0 | 1102 | stand-alone{ |
michael@0 | 1103 | abbreviated{ |
michael@0 | 1104 | "Farvardin", |
michael@0 | 1105 | "Ordibehesht", |
michael@0 | 1106 | "Khordad", |
michael@0 | 1107 | "Tir", |
michael@0 | 1108 | "Mordad", |
michael@0 | 1109 | "Shahrivar", |
michael@0 | 1110 | "Mehr", |
michael@0 | 1111 | "Aban", |
michael@0 | 1112 | "Azar", |
michael@0 | 1113 | "Dey", |
michael@0 | 1114 | "Bahman", |
michael@0 | 1115 | "Esfand", |
michael@0 | 1116 | } |
michael@0 | 1117 | wide{ |
michael@0 | 1118 | "Farvardin", |
michael@0 | 1119 | "Ordibehesht", |
michael@0 | 1120 | "Khordad", |
michael@0 | 1121 | "Tir", |
michael@0 | 1122 | "Mordad", |
michael@0 | 1123 | "Shahrivar", |
michael@0 | 1124 | "Mehr", |
michael@0 | 1125 | "Aban", |
michael@0 | 1126 | "Azar", |
michael@0 | 1127 | "Dey", |
michael@0 | 1128 | "Bahman", |
michael@0 | 1129 | "Esfand", |
michael@0 | 1130 | } |
michael@0 | 1131 | } |
michael@0 | 1132 | } |
michael@0 | 1133 | } |
michael@0 | 1134 | roc{ |
michael@0 | 1135 | availableFormats{ |
michael@0 | 1136 | M{"'tháng' L"} |
michael@0 | 1137 | MMM{"LLL"} |
michael@0 | 1138 | } |
michael@0 | 1139 | eras{ |
michael@0 | 1140 | abbreviated{ |
michael@0 | 1141 | "Trước R.O.C", |
michael@0 | 1142 | "R.O.C.", |
michael@0 | 1143 | } |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | } |
michael@0 | 1147 | delimiters{ |
michael@0 | 1148 | alternateQuotationEnd{"’"} |
michael@0 | 1149 | alternateQuotationStart{"‘"} |
michael@0 | 1150 | quotationEnd{"”"} |
michael@0 | 1151 | quotationStart{"“"} |
michael@0 | 1152 | } |
michael@0 | 1153 | durationUnits{ |
michael@0 | 1154 | hm{"h:mm"} |
michael@0 | 1155 | hms{"h:mm:ss"} |
michael@0 | 1156 | ms{"m:ss"} |
michael@0 | 1157 | } |
michael@0 | 1158 | fields{ |
michael@0 | 1159 | day{ |
michael@0 | 1160 | dn{"Ngày"} |
michael@0 | 1161 | relative{ |
michael@0 | 1162 | "-1"{"Hôm qua"} |
michael@0 | 1163 | "-2"{"Hôm kia"} |
michael@0 | 1164 | "0"{"Hôm nay"} |
michael@0 | 1165 | "1"{"Ngày mai"} |
michael@0 | 1166 | "2"{"Ngày kia"} |
michael@0 | 1167 | } |
michael@0 | 1168 | relativeTime{ |
michael@0 | 1169 | future{ |
michael@0 | 1170 | other{"Trong {0} ngày nữa"} |
michael@0 | 1171 | } |
michael@0 | 1172 | past{ |
michael@0 | 1173 | other{"{0} ngày trước"} |
michael@0 | 1174 | } |
michael@0 | 1175 | } |
michael@0 | 1176 | } |
michael@0 | 1177 | dayperiod{ |
michael@0 | 1178 | dn{"SA/CH"} |
michael@0 | 1179 | } |
michael@0 | 1180 | era{ |
michael@0 | 1181 | dn{"Thời đại"} |
michael@0 | 1182 | } |
michael@0 | 1183 | fri{ |
michael@0 | 1184 | relative{ |
michael@0 | 1185 | "-1"{"Thứ Sáu tuần trước"} |
michael@0 | 1186 | "0"{"Thứ Sáu tuần này"} |
michael@0 | 1187 | "1"{"Thứ Sáu tuần sau"} |
michael@0 | 1188 | } |
michael@0 | 1189 | } |
michael@0 | 1190 | hour{ |
michael@0 | 1191 | dn{"Giờ"} |
michael@0 | 1192 | relativeTime{ |
michael@0 | 1193 | future{ |
michael@0 | 1194 | other{"Trong {0} giờ nữa"} |
michael@0 | 1195 | } |
michael@0 | 1196 | past{ |
michael@0 | 1197 | other{"{0} giờ trước"} |
michael@0 | 1198 | } |
michael@0 | 1199 | } |
michael@0 | 1200 | } |
michael@0 | 1201 | minute{ |
michael@0 | 1202 | dn{"Phút"} |
michael@0 | 1203 | relativeTime{ |
michael@0 | 1204 | future{ |
michael@0 | 1205 | other{"Trong {0} phút nữa"} |
michael@0 | 1206 | } |
michael@0 | 1207 | past{ |
michael@0 | 1208 | other{"{0} phút trước"} |
michael@0 | 1209 | } |
michael@0 | 1210 | } |
michael@0 | 1211 | } |
michael@0 | 1212 | mon{ |
michael@0 | 1213 | relative{ |
michael@0 | 1214 | "-1"{"Thứ Hai tuần trước"} |
michael@0 | 1215 | "0"{"Thứ Hai tuần này"} |
michael@0 | 1216 | "1"{"Thứ Hai tuần sau"} |
michael@0 | 1217 | } |
michael@0 | 1218 | } |
michael@0 | 1219 | month{ |
michael@0 | 1220 | dn{"Tháng"} |
michael@0 | 1221 | relative{ |
michael@0 | 1222 | "-1"{"tháng trước"} |
michael@0 | 1223 | "0"{"tháng này"} |
michael@0 | 1224 | "1"{"tháng sau"} |
michael@0 | 1225 | } |
michael@0 | 1226 | relativeTime{ |
michael@0 | 1227 | future{ |
michael@0 | 1228 | other{"Trong {0} tháng nữa"} |
michael@0 | 1229 | } |
michael@0 | 1230 | past{ |
michael@0 | 1231 | other{"{0} tháng trước"} |
michael@0 | 1232 | } |
michael@0 | 1233 | } |
michael@0 | 1234 | } |
michael@0 | 1235 | sat{ |
michael@0 | 1236 | relative{ |
michael@0 | 1237 | "-1"{"Thứ Bảy tuần trước"} |
michael@0 | 1238 | "0"{"Thứ Bảy tuần này"} |
michael@0 | 1239 | "1"{"Thứ Bảy tuần sau"} |
michael@0 | 1240 | } |
michael@0 | 1241 | } |
michael@0 | 1242 | second{ |
michael@0 | 1243 | dn{"Giây"} |
michael@0 | 1244 | relative{ |
michael@0 | 1245 | "0"{"bây giờ"} |
michael@0 | 1246 | } |
michael@0 | 1247 | relativeTime{ |
michael@0 | 1248 | future{ |
michael@0 | 1249 | other{"Trong {0} giây nữa"} |
michael@0 | 1250 | } |
michael@0 | 1251 | past{ |
michael@0 | 1252 | other{"{0} giây trước"} |
michael@0 | 1253 | } |
michael@0 | 1254 | } |
michael@0 | 1255 | } |
michael@0 | 1256 | sun{ |
michael@0 | 1257 | relative{ |
michael@0 | 1258 | "-1"{"Chủ Nhật tuần trước"} |
michael@0 | 1259 | "0"{"Chủ Nhật tuần này"} |
michael@0 | 1260 | "1"{"Chủ Nhật tuần sau"} |
michael@0 | 1261 | } |
michael@0 | 1262 | } |
michael@0 | 1263 | thu{ |
michael@0 | 1264 | relative{ |
michael@0 | 1265 | "-1"{"Thứ Năm tuần trước"} |
michael@0 | 1266 | "0"{"Thứ Năm tuần này"} |
michael@0 | 1267 | "1"{"Thứ Năm tuần sau"} |
michael@0 | 1268 | } |
michael@0 | 1269 | } |
michael@0 | 1270 | tue{ |
michael@0 | 1271 | relative{ |
michael@0 | 1272 | "-1"{"Thứ Ba tuần trước"} |
michael@0 | 1273 | "0"{"Thứ Ba tuần này"} |
michael@0 | 1274 | "1"{"Thứ Ba tuần sau"} |
michael@0 | 1275 | } |
michael@0 | 1276 | } |
michael@0 | 1277 | wed{ |
michael@0 | 1278 | relative{ |
michael@0 | 1279 | "-1"{"Thứ Tư tuần trước"} |
michael@0 | 1280 | "0"{"Thứ Tư tuần này"} |
michael@0 | 1281 | "1"{"Thứ Tư tuần sau"} |
michael@0 | 1282 | } |
michael@0 | 1283 | } |
michael@0 | 1284 | week{ |
michael@0 | 1285 | dn{"Tuần"} |
michael@0 | 1286 | relative{ |
michael@0 | 1287 | "-1"{"tuần trước"} |
michael@0 | 1288 | "0"{"tuần này"} |
michael@0 | 1289 | "1"{"tuần sau"} |
michael@0 | 1290 | } |
michael@0 | 1291 | relativeTime{ |
michael@0 | 1292 | future{ |
michael@0 | 1293 | other{"Trong {0} tuần nữa"} |
michael@0 | 1294 | } |
michael@0 | 1295 | past{ |
michael@0 | 1296 | other{"{0} tuần trước"} |
michael@0 | 1297 | } |
michael@0 | 1298 | } |
michael@0 | 1299 | } |
michael@0 | 1300 | weekday{ |
michael@0 | 1301 | dn{"Ngày trong tuần"} |
michael@0 | 1302 | } |
michael@0 | 1303 | year{ |
michael@0 | 1304 | dn{"Năm"} |
michael@0 | 1305 | relative{ |
michael@0 | 1306 | "-1"{"năm ngoái"} |
michael@0 | 1307 | "0"{"năm nay"} |
michael@0 | 1308 | "1"{"năm sau"} |
michael@0 | 1309 | } |
michael@0 | 1310 | relativeTime{ |
michael@0 | 1311 | future{ |
michael@0 | 1312 | other{"Trong {0} năm nữa"} |
michael@0 | 1313 | } |
michael@0 | 1314 | past{ |
michael@0 | 1315 | other{"{0} năm trước"} |
michael@0 | 1316 | } |
michael@0 | 1317 | } |
michael@0 | 1318 | } |
michael@0 | 1319 | zone{ |
michael@0 | 1320 | dn{"Múi giờ"} |
michael@0 | 1321 | } |
michael@0 | 1322 | } |
michael@0 | 1323 | listPattern{ |
michael@0 | 1324 | standard{ |
michael@0 | 1325 | 2{"{0} và {1}"} |
michael@0 | 1326 | end{"{0} và {1}"} |
michael@0 | 1327 | middle{"{0}, {1}"} |
michael@0 | 1328 | start{"{0}, {1}"} |
michael@0 | 1329 | } |
michael@0 | 1330 | unit{ |
michael@0 | 1331 | 2{"{0} và {1}"} |
michael@0 | 1332 | end{"{0} và {1}"} |
michael@0 | 1333 | middle{"{0}, {1}"} |
michael@0 | 1334 | start{"{0}, {1}"} |
michael@0 | 1335 | } |
michael@0 | 1336 | unit-narrow{ |
michael@0 | 1337 | 2{"{0}, {1}"} |
michael@0 | 1338 | end{"{0}, {1}"} |
michael@0 | 1339 | middle{"{0}, {1}"} |
michael@0 | 1340 | start{"{0}, {1}"} |
michael@0 | 1341 | } |
michael@0 | 1342 | unit-short{ |
michael@0 | 1343 | 2{"{0}, {1}"} |
michael@0 | 1344 | end{"{0}, {1}"} |
michael@0 | 1345 | middle{"{0}, {1}"} |
michael@0 | 1346 | start{"{0}, {1}"} |
michael@0 | 1347 | } |
michael@0 | 1348 | } |
michael@0 | 1349 | measurementSystemNames{ |
michael@0 | 1350 | UK{"Hệ Anh"} |
michael@0 | 1351 | US{"Hệ Mỹ"} |
michael@0 | 1352 | metric{"Hệ mét"} |
michael@0 | 1353 | } |
michael@0 | 1354 | transformNames{ |
michael@0 | 1355 | BGN{"BGN"} |
michael@0 | 1356 | Numeric{"Số"} |
michael@0 | 1357 | Tone{"Âm"} |
michael@0 | 1358 | UNGEGN{"UNGEGN"} |
michael@0 | 1359 | x-Accents{"Dấu"} |
michael@0 | 1360 | x-Fullwidth{"Độ rộng tối đa"} |
michael@0 | 1361 | x-Halfwidth{"Nửa độ rộng"} |
michael@0 | 1362 | x-Jamo{"Jamo"} |
michael@0 | 1363 | x-Pinyin{"Bính âm"} |
michael@0 | 1364 | x-Publishing{"Xuất bản"} |
michael@0 | 1365 | } |
michael@0 | 1366 | units{ |
michael@0 | 1367 | acceleration{ |
michael@0 | 1368 | g-force{ |
michael@0 | 1369 | other{"{0} lực g"} |
michael@0 | 1370 | } |
michael@0 | 1371 | } |
michael@0 | 1372 | angle{ |
michael@0 | 1373 | arc-minute{ |
michael@0 | 1374 | other{"{0} phút"} |
michael@0 | 1375 | } |
michael@0 | 1376 | arc-second{ |
michael@0 | 1377 | other{"{0} giây"} |
michael@0 | 1378 | } |
michael@0 | 1379 | degree{ |
michael@0 | 1380 | other{"{0} độ"} |
michael@0 | 1381 | } |
michael@0 | 1382 | } |
michael@0 | 1383 | area{ |
michael@0 | 1384 | acre{ |
michael@0 | 1385 | other{"{0} mẫu"} |
michael@0 | 1386 | } |
michael@0 | 1387 | hectare{ |
michael@0 | 1388 | other{"{0} héc-ta"} |
michael@0 | 1389 | } |
michael@0 | 1390 | square-foot{ |
michael@0 | 1391 | other{"{0} feet vuông"} |
michael@0 | 1392 | } |
michael@0 | 1393 | square-kilometer{ |
michael@0 | 1394 | other{"{0} kilômét vuông"} |
michael@0 | 1395 | } |
michael@0 | 1396 | square-meter{ |
michael@0 | 1397 | other{"{0} mét vuông"} |
michael@0 | 1398 | } |
michael@0 | 1399 | square-mile{ |
michael@0 | 1400 | other{"{0} dặm vuông"} |
michael@0 | 1401 | } |
michael@0 | 1402 | } |
michael@0 | 1403 | compound{ |
michael@0 | 1404 | per{"{0}/{1}"} |
michael@0 | 1405 | } |
michael@0 | 1406 | duration{ |
michael@0 | 1407 | day{ |
michael@0 | 1408 | other{"{0} ngày"} |
michael@0 | 1409 | } |
michael@0 | 1410 | hour{ |
michael@0 | 1411 | other{"{0} giờ"} |
michael@0 | 1412 | } |
michael@0 | 1413 | millisecond{ |
michael@0 | 1414 | other{"{0} mili giây"} |
michael@0 | 1415 | } |
michael@0 | 1416 | minute{ |
michael@0 | 1417 | other{"{0} phút"} |
michael@0 | 1418 | } |
michael@0 | 1419 | month{ |
michael@0 | 1420 | other{"{0} tháng"} |
michael@0 | 1421 | } |
michael@0 | 1422 | second{ |
michael@0 | 1423 | other{"{0} giây"} |
michael@0 | 1424 | } |
michael@0 | 1425 | week{ |
michael@0 | 1426 | other{"{0} tuần"} |
michael@0 | 1427 | } |
michael@0 | 1428 | year{ |
michael@0 | 1429 | other{"{0} năm"} |
michael@0 | 1430 | } |
michael@0 | 1431 | } |
michael@0 | 1432 | length{ |
michael@0 | 1433 | centimeter{ |
michael@0 | 1434 | other{"{0} xentimét"} |
michael@0 | 1435 | } |
michael@0 | 1436 | foot{ |
michael@0 | 1437 | other{"{0} feet"} |
michael@0 | 1438 | } |
michael@0 | 1439 | inch{ |
michael@0 | 1440 | other{"{0} inch"} |
michael@0 | 1441 | } |
michael@0 | 1442 | kilometer{ |
michael@0 | 1443 | other{"{0} kilômét"} |
michael@0 | 1444 | } |
michael@0 | 1445 | light-year{ |
michael@0 | 1446 | other{"{0} năm ánh sáng"} |
michael@0 | 1447 | } |
michael@0 | 1448 | meter{ |
michael@0 | 1449 | other{"{0} mét"} |
michael@0 | 1450 | } |
michael@0 | 1451 | mile{ |
michael@0 | 1452 | other{"{0} dặm"} |
michael@0 | 1453 | } |
michael@0 | 1454 | millimeter{ |
michael@0 | 1455 | other{"{0} milimét"} |
michael@0 | 1456 | } |
michael@0 | 1457 | picometer{ |
michael@0 | 1458 | other{"{0} picômét"} |
michael@0 | 1459 | } |
michael@0 | 1460 | yard{ |
michael@0 | 1461 | other{"{0} yard"} |
michael@0 | 1462 | } |
michael@0 | 1463 | } |
michael@0 | 1464 | mass{ |
michael@0 | 1465 | gram{ |
michael@0 | 1466 | other{"{0} gam"} |
michael@0 | 1467 | } |
michael@0 | 1468 | kilogram{ |
michael@0 | 1469 | other{"{0} kilôgam"} |
michael@0 | 1470 | } |
michael@0 | 1471 | ounce{ |
michael@0 | 1472 | other{"{0} ao-xơ"} |
michael@0 | 1473 | } |
michael@0 | 1474 | pound{ |
michael@0 | 1475 | other{"{0} pao"} |
michael@0 | 1476 | } |
michael@0 | 1477 | } |
michael@0 | 1478 | power{ |
michael@0 | 1479 | horsepower{ |
michael@0 | 1480 | other{"{0} mã lực"} |
michael@0 | 1481 | } |
michael@0 | 1482 | kilowatt{ |
michael@0 | 1483 | other{"{0} kilôoát"} |
michael@0 | 1484 | } |
michael@0 | 1485 | watt{ |
michael@0 | 1486 | other{"{0} oát"} |
michael@0 | 1487 | } |
michael@0 | 1488 | } |
michael@0 | 1489 | pressure{ |
michael@0 | 1490 | hectopascal{ |
michael@0 | 1491 | other{"{0} héctô pascal"} |
michael@0 | 1492 | } |
michael@0 | 1493 | inch-hg{ |
michael@0 | 1494 | other{"{0} inch thủy ngân"} |
michael@0 | 1495 | } |
michael@0 | 1496 | millibar{ |
michael@0 | 1497 | other{"{0} millibar"} |
michael@0 | 1498 | } |
michael@0 | 1499 | } |
michael@0 | 1500 | speed{ |
michael@0 | 1501 | kilometer-per-hour{ |
michael@0 | 1502 | other{"{0} kilômét/giờ"} |
michael@0 | 1503 | } |
michael@0 | 1504 | meter-per-second{ |
michael@0 | 1505 | other{"{0} mét/giây"} |
michael@0 | 1506 | } |
michael@0 | 1507 | mile-per-hour{ |
michael@0 | 1508 | other{"{0} dặm/giờ"} |
michael@0 | 1509 | } |
michael@0 | 1510 | } |
michael@0 | 1511 | temperature{ |
michael@0 | 1512 | celsius{ |
michael@0 | 1513 | other{"{0} độ C"} |
michael@0 | 1514 | } |
michael@0 | 1515 | fahrenheit{ |
michael@0 | 1516 | other{"{0} độ F"} |
michael@0 | 1517 | } |
michael@0 | 1518 | } |
michael@0 | 1519 | volume{ |
michael@0 | 1520 | cubic-kilometer{ |
michael@0 | 1521 | other{"{0} kilômét khối"} |
michael@0 | 1522 | } |
michael@0 | 1523 | cubic-mile{ |
michael@0 | 1524 | other{"{0} dặm khối"} |
michael@0 | 1525 | } |
michael@0 | 1526 | liter{ |
michael@0 | 1527 | other{"{0} lít"} |
michael@0 | 1528 | } |
michael@0 | 1529 | } |
michael@0 | 1530 | } |
michael@0 | 1531 | unitsNarrow{ |
michael@0 | 1532 | acceleration{ |
michael@0 | 1533 | g-force{ |
michael@0 | 1534 | other{"{0}G"} |
michael@0 | 1535 | } |
michael@0 | 1536 | } |
michael@0 | 1537 | angle{ |
michael@0 | 1538 | arc-minute{ |
michael@0 | 1539 | other{"{0}′"} |
michael@0 | 1540 | } |
michael@0 | 1541 | arc-second{ |
michael@0 | 1542 | other{"{0}″"} |
michael@0 | 1543 | } |
michael@0 | 1544 | degree{ |
michael@0 | 1545 | other{"{0}°"} |
michael@0 | 1546 | } |
michael@0 | 1547 | } |
michael@0 | 1548 | area{ |
michael@0 | 1549 | acre{ |
michael@0 | 1550 | other{"{0} mẫu"} |
michael@0 | 1551 | } |
michael@0 | 1552 | hectare{ |
michael@0 | 1553 | other{"{0}ha"} |
michael@0 | 1554 | } |
michael@0 | 1555 | square-foot{ |
michael@0 | 1556 | other{"{0} ft²"} |
michael@0 | 1557 | } |
michael@0 | 1558 | square-kilometer{ |
michael@0 | 1559 | other{"{0} km²"} |
michael@0 | 1560 | } |
michael@0 | 1561 | square-meter{ |
michael@0 | 1562 | other{"{0} m²"} |
michael@0 | 1563 | } |
michael@0 | 1564 | square-mile{ |
michael@0 | 1565 | other{"{0} mi²"} |
michael@0 | 1566 | } |
michael@0 | 1567 | } |
michael@0 | 1568 | compound{ |
michael@0 | 1569 | per{"{0}/{1}"} |
michael@0 | 1570 | } |
michael@0 | 1571 | duration{ |
michael@0 | 1572 | day{ |
michael@0 | 1573 | other{"{0}ng"} |
michael@0 | 1574 | } |
michael@0 | 1575 | hour{ |
michael@0 | 1576 | other{"{0}g"} |
michael@0 | 1577 | } |
michael@0 | 1578 | millisecond{ |
michael@0 | 1579 | other{"{0}ms"} |
michael@0 | 1580 | } |
michael@0 | 1581 | minute{ |
michael@0 | 1582 | other{"{0}ph"} |
michael@0 | 1583 | } |
michael@0 | 1584 | month{ |
michael@0 | 1585 | other{"{0}th"} |
michael@0 | 1586 | } |
michael@0 | 1587 | second{ |
michael@0 | 1588 | other{"{0}gi"} |
michael@0 | 1589 | } |
michael@0 | 1590 | week{ |
michael@0 | 1591 | other{"{0}t"} |
michael@0 | 1592 | } |
michael@0 | 1593 | year{ |
michael@0 | 1594 | other{"{0} n"} |
michael@0 | 1595 | } |
michael@0 | 1596 | } |
michael@0 | 1597 | length{ |
michael@0 | 1598 | centimeter{ |
michael@0 | 1599 | other{"{0}cm"} |
michael@0 | 1600 | } |
michael@0 | 1601 | foot{ |
michael@0 | 1602 | other{"{0}'"} |
michael@0 | 1603 | } |
michael@0 | 1604 | inch{ |
michael@0 | 1605 | other{"{0}\u0022"} |
michael@0 | 1606 | } |
michael@0 | 1607 | kilometer{ |
michael@0 | 1608 | other{"{0}km"} |
michael@0 | 1609 | } |
michael@0 | 1610 | light-year{ |
michael@0 | 1611 | other{"{0}ly"} |
michael@0 | 1612 | } |
michael@0 | 1613 | meter{ |
michael@0 | 1614 | other{"{0}m"} |
michael@0 | 1615 | } |
michael@0 | 1616 | mile{ |
michael@0 | 1617 | other{"{0}mi"} |
michael@0 | 1618 | } |
michael@0 | 1619 | millimeter{ |
michael@0 | 1620 | other{"{0}mm"} |
michael@0 | 1621 | } |
michael@0 | 1622 | picometer{ |
michael@0 | 1623 | other{"{0}pm"} |
michael@0 | 1624 | } |
michael@0 | 1625 | yard{ |
michael@0 | 1626 | other{"{0}yd"} |
michael@0 | 1627 | } |
michael@0 | 1628 | } |
michael@0 | 1629 | mass{ |
michael@0 | 1630 | gram{ |
michael@0 | 1631 | other{"{0}g"} |
michael@0 | 1632 | } |
michael@0 | 1633 | kilogram{ |
michael@0 | 1634 | other{"{0}kg"} |
michael@0 | 1635 | } |
michael@0 | 1636 | ounce{ |
michael@0 | 1637 | other{"{0}oz"} |
michael@0 | 1638 | } |
michael@0 | 1639 | pound{ |
michael@0 | 1640 | other{"{0}lb"} |
michael@0 | 1641 | } |
michael@0 | 1642 | } |
michael@0 | 1643 | power{ |
michael@0 | 1644 | horsepower{ |
michael@0 | 1645 | other{"{0}hp"} |
michael@0 | 1646 | } |
michael@0 | 1647 | kilowatt{ |
michael@0 | 1648 | other{"{0}kW"} |
michael@0 | 1649 | } |
michael@0 | 1650 | watt{ |
michael@0 | 1651 | other{"{0}W"} |
michael@0 | 1652 | } |
michael@0 | 1653 | } |
michael@0 | 1654 | pressure{ |
michael@0 | 1655 | hectopascal{ |
michael@0 | 1656 | other{"{0}hPa"} |
michael@0 | 1657 | } |
michael@0 | 1658 | inch-hg{ |
michael@0 | 1659 | other{"{0}\u0022 Hg"} |
michael@0 | 1660 | } |
michael@0 | 1661 | millibar{ |
michael@0 | 1662 | other{"{0}mb"} |
michael@0 | 1663 | } |
michael@0 | 1664 | } |
michael@0 | 1665 | speed{ |
michael@0 | 1666 | kilometer-per-hour{ |
michael@0 | 1667 | other{"{0}km/h"} |
michael@0 | 1668 | } |
michael@0 | 1669 | meter-per-second{ |
michael@0 | 1670 | other{"{0}m/s"} |
michael@0 | 1671 | } |
michael@0 | 1672 | mile-per-hour{ |
michael@0 | 1673 | other{"{0}mph"} |
michael@0 | 1674 | } |
michael@0 | 1675 | } |
michael@0 | 1676 | temperature{ |
michael@0 | 1677 | celsius{ |
michael@0 | 1678 | other{"{0}°"} |
michael@0 | 1679 | } |
michael@0 | 1680 | fahrenheit{ |
michael@0 | 1681 | other{"{0}°F"} |
michael@0 | 1682 | } |
michael@0 | 1683 | } |
michael@0 | 1684 | volume{ |
michael@0 | 1685 | cubic-kilometer{ |
michael@0 | 1686 | other{"{0}km³"} |
michael@0 | 1687 | } |
michael@0 | 1688 | cubic-mile{ |
michael@0 | 1689 | other{"{0}mi³"} |
michael@0 | 1690 | } |
michael@0 | 1691 | liter{ |
michael@0 | 1692 | other{"{0}l"} |
michael@0 | 1693 | } |
michael@0 | 1694 | } |
michael@0 | 1695 | } |
michael@0 | 1696 | unitsShort{ |
michael@0 | 1697 | acceleration{ |
michael@0 | 1698 | g-force{ |
michael@0 | 1699 | other{"{0} G"} |
michael@0 | 1700 | } |
michael@0 | 1701 | } |
michael@0 | 1702 | angle{ |
michael@0 | 1703 | arc-minute{ |
michael@0 | 1704 | other{"{0} ph"} |
michael@0 | 1705 | } |
michael@0 | 1706 | arc-second{ |
michael@0 | 1707 | other{"{0} gi"} |
michael@0 | 1708 | } |
michael@0 | 1709 | degree{ |
michael@0 | 1710 | other{"{0} độ"} |
michael@0 | 1711 | } |
michael@0 | 1712 | } |
michael@0 | 1713 | area{ |
michael@0 | 1714 | acre{ |
michael@0 | 1715 | other{"{0} mẫu"} |
michael@0 | 1716 | } |
michael@0 | 1717 | hectare{ |
michael@0 | 1718 | other{"{0} ha"} |
michael@0 | 1719 | } |
michael@0 | 1720 | square-foot{ |
michael@0 | 1721 | other{"{0} feet vuông"} |
michael@0 | 1722 | } |
michael@0 | 1723 | square-kilometer{ |
michael@0 | 1724 | other{"{0} km²"} |
michael@0 | 1725 | } |
michael@0 | 1726 | square-meter{ |
michael@0 | 1727 | other{"{0} m²"} |
michael@0 | 1728 | } |
michael@0 | 1729 | square-mile{ |
michael@0 | 1730 | other{"{0} dặm vuông"} |
michael@0 | 1731 | } |
michael@0 | 1732 | } |
michael@0 | 1733 | compound{ |
michael@0 | 1734 | per{"{0}/{1}"} |
michael@0 | 1735 | } |
michael@0 | 1736 | duration{ |
michael@0 | 1737 | day{ |
michael@0 | 1738 | other{"{0} ngày"} |
michael@0 | 1739 | } |
michael@0 | 1740 | hour{ |
michael@0 | 1741 | other{"{0} g"} |
michael@0 | 1742 | } |
michael@0 | 1743 | millisecond{ |
michael@0 | 1744 | other{"{0} ms"} |
michael@0 | 1745 | } |
michael@0 | 1746 | minute{ |
michael@0 | 1747 | other{"{0} ph"} |
michael@0 | 1748 | } |
michael@0 | 1749 | month{ |
michael@0 | 1750 | other{"{0} tháng"} |
michael@0 | 1751 | } |
michael@0 | 1752 | second{ |
michael@0 | 1753 | other{"{0} giây"} |
michael@0 | 1754 | } |
michael@0 | 1755 | week{ |
michael@0 | 1756 | other{"{0} tuần"} |
michael@0 | 1757 | } |
michael@0 | 1758 | year{ |
michael@0 | 1759 | other{"{0} năm"} |
michael@0 | 1760 | } |
michael@0 | 1761 | } |
michael@0 | 1762 | length{ |
michael@0 | 1763 | centimeter{ |
michael@0 | 1764 | other{"{0} cm"} |
michael@0 | 1765 | } |
michael@0 | 1766 | foot{ |
michael@0 | 1767 | other{"{0} ft"} |
michael@0 | 1768 | } |
michael@0 | 1769 | inch{ |
michael@0 | 1770 | other{"{0} in"} |
michael@0 | 1771 | } |
michael@0 | 1772 | kilometer{ |
michael@0 | 1773 | other{"{0} km"} |
michael@0 | 1774 | } |
michael@0 | 1775 | light-year{ |
michael@0 | 1776 | other{"{0} ly"} |
michael@0 | 1777 | } |
michael@0 | 1778 | meter{ |
michael@0 | 1779 | other{"{0} m"} |
michael@0 | 1780 | } |
michael@0 | 1781 | mile{ |
michael@0 | 1782 | other{"{0} mi"} |
michael@0 | 1783 | } |
michael@0 | 1784 | millimeter{ |
michael@0 | 1785 | other{"{0} mm"} |
michael@0 | 1786 | } |
michael@0 | 1787 | picometer{ |
michael@0 | 1788 | other{"{0} pm"} |
michael@0 | 1789 | } |
michael@0 | 1790 | yard{ |
michael@0 | 1791 | other{"{0} yd"} |
michael@0 | 1792 | } |
michael@0 | 1793 | } |
michael@0 | 1794 | mass{ |
michael@0 | 1795 | gram{ |
michael@0 | 1796 | other{"{0} g"} |
michael@0 | 1797 | } |
michael@0 | 1798 | kilogram{ |
michael@0 | 1799 | other{"{0} kg"} |
michael@0 | 1800 | } |
michael@0 | 1801 | ounce{ |
michael@0 | 1802 | other{"{0} oz"} |
michael@0 | 1803 | } |
michael@0 | 1804 | pound{ |
michael@0 | 1805 | other{"{0} lb"} |
michael@0 | 1806 | } |
michael@0 | 1807 | } |
michael@0 | 1808 | power{ |
michael@0 | 1809 | horsepower{ |
michael@0 | 1810 | other{"{0} hp"} |
michael@0 | 1811 | } |
michael@0 | 1812 | kilowatt{ |
michael@0 | 1813 | other{"{0} kW"} |
michael@0 | 1814 | } |
michael@0 | 1815 | watt{ |
michael@0 | 1816 | other{"{0} W"} |
michael@0 | 1817 | } |
michael@0 | 1818 | } |
michael@0 | 1819 | pressure{ |
michael@0 | 1820 | hectopascal{ |
michael@0 | 1821 | other{"{0} hPa"} |
michael@0 | 1822 | } |
michael@0 | 1823 | inch-hg{ |
michael@0 | 1824 | other{"{0} inHg"} |
michael@0 | 1825 | } |
michael@0 | 1826 | millibar{ |
michael@0 | 1827 | other{"{0} mb"} |
michael@0 | 1828 | } |
michael@0 | 1829 | } |
michael@0 | 1830 | speed{ |
michael@0 | 1831 | kilometer-per-hour{ |
michael@0 | 1832 | other{"{0} km/h"} |
michael@0 | 1833 | } |
michael@0 | 1834 | meter-per-second{ |
michael@0 | 1835 | other{"{0} m/s"} |
michael@0 | 1836 | } |
michael@0 | 1837 | mile-per-hour{ |
michael@0 | 1838 | other{"{0} mph"} |
michael@0 | 1839 | } |
michael@0 | 1840 | } |
michael@0 | 1841 | temperature{ |
michael@0 | 1842 | celsius{ |
michael@0 | 1843 | other{"{0}°C"} |
michael@0 | 1844 | } |
michael@0 | 1845 | fahrenheit{ |
michael@0 | 1846 | other{"{0}°F"} |
michael@0 | 1847 | } |
michael@0 | 1848 | } |
michael@0 | 1849 | volume{ |
michael@0 | 1850 | cubic-kilometer{ |
michael@0 | 1851 | other{"{0} km³"} |
michael@0 | 1852 | } |
michael@0 | 1853 | cubic-mile{ |
michael@0 | 1854 | other{"{0} mi³"} |
michael@0 | 1855 | } |
michael@0 | 1856 | liter{ |
michael@0 | 1857 | other{"{0} l"} |
michael@0 | 1858 | } |
michael@0 | 1859 | } |
michael@0 | 1860 | } |
michael@0 | 1861 | } |