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