Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: source/data/locales/vi.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/vai_Vaii_LR.txt ('k') | source/data/locales/vi_VN.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/vi.xml 6 // * Source File: <path>/common/main/vi.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/vi.xml 10 * ICU <specials> source: <path>/common/main/vi.xml
11 */ 11 */
12 vi{ 12 vi{
13 AuxExemplarCharacters{"[]"} 13 AuxExemplarCharacters{"[]"}
14 Ellipsis{ 14 Ellipsis{
15 final{"{0}…"} 15 final{"{0}…"}
16 initial{"…{0}"} 16 initial{"…{0}"}
17 medial{"{0}…{1}"} 17 medial{"{0}…{1}"}
18 word-final{"{0} …"} 18 word-final{"{0} …"}
19 word-initial{"… {0}"} 19 word-initial{"… {0}"}
20 word-medial{"{0} … {1}"} 20 word-medial{"{0} … {1}"}
21 } 21 }
22 ExemplarCharacters{ 22 ExemplarCharacters{
23 "[a à ả ã á ạ ă ằ ẳ ẵ ắ ặ â ầ ẩ ẫ ấ ậ b c d đ e è ẻ ẽ é ẹ ê ề ể ễ ế ệ f g h i" 23 "[a à ả ã á ạ ă ằ ẳ ẵ ắ ặ â ầ ẩ ẫ ấ ậ b c d đ e è ẻ ẽ é ẹ ê ề ể ễ ế ệ f g h i"
24 " ì ỉ ĩ í ị j k l m n o ò ỏ õ ó ọ ô ồ ổ ỗ ố ộ ơ ờ ở ỡ ớ ợ p q r s t u ù ủ ũ ú" 24 " ì ỉ ĩ í ị j k l m n o ò ỏ õ ó ọ ô ồ ổ ỗ ố ộ ơ ờ ở ỡ ớ ợ p q r s t u ù ủ ũ ú"
25 " ụ ư ừ ử ữ ứ ự v w x y ỳ ỷ ỹ ý ỵ z]" 25 " ụ ư ừ ử ữ ứ ự v w x y ỳ ỷ ỹ ý ỵ z]"
26 } 26 }
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]"} 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]"}
28 ExemplarCharactersPunctuation{
29 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
30 "″]"
31 }
28 LocaleScript{ 32 LocaleScript{
29 "Latn", 33 "Latn",
30 } 34 }
31 MoreInformation{"?"} 35 MoreInformation{"?"}
32 NumberElements{ 36 NumberElements{
37 default{"latn"}
33 latn{ 38 latn{
34 miscPatterns{ 39 miscPatterns{
35 atLeast{"{0}+"} 40 atLeast{"{0}+"}
36 range{"{0}-{1}"} 41 range{"{0}-{1}"}
37 } 42 }
38 patterns{ 43 patterns{
44 accountingFormat{"#,##0.00 ¤"}
39 currencyFormat{"#,##0.00 ¤"} 45 currencyFormat{"#,##0.00 ¤"}
40 decimalFormat{"#,##0.###"} 46 decimalFormat{"#,##0.###"}
41 percentFormat{"#,##0%"} 47 percentFormat{"#,##0%"}
42 scientificFormat{"#E0"} 48 scientificFormat{"#E0"}
43 } 49 }
44 patternsLong{ 50 patternsLong{
45 decimalFormat{ 51 decimalFormat{
46 1000{ 52 1000{
47 other{"0 nghìn"} 53 other{"0 nghìn"}
48 } 54 }
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 exponential{"E"} 132 exponential{"E"}
127 group{"."} 133 group{"."}
128 infinity{"∞"} 134 infinity{"∞"}
129 list{";"} 135 list{";"}
130 minusSign{"-"} 136 minusSign{"-"}
131 nan{"NaN"} 137 nan{"NaN"}
132 perMille{"‰"} 138 perMille{"‰"}
133 percentSign{"%"} 139 percentSign{"%"}
134 plusSign{"+"} 140 plusSign{"+"}
135 superscriptingExponent{"×"} 141 superscriptingExponent{"×"}
142 timeSeparator{":"}
136 } 143 }
137 } 144 }
145 minimumGroupingDigits{"1"}
146 native{"latn"}
138 } 147 }
139 Version{"2.0.92.87"} 148 Version{"2.1.8.9"}
140 calendar{ 149 calendar{
141 buddhist{ 150 buddhist{
151 DateTimePatterns{
152 "HH:mm:ss zzzz",
153 "HH:mm:ss z",
154 "HH:mm:ss",
155 "HH:mm",
156 "EEEE, 'ngày' dd MMMM 'năm' y G",
157 "'Ngày' dd 'tháng' M 'năm' y G",
158 "dd-MM-y G",
159 "dd/MM/y GGGGG",
160 "{0} {1}",
161 "{0} {1}",
162 "{0} {1}",
163 "{0} {1}",
164 "{0} {1}",
165 }
142 availableFormats{ 166 availableFormats{
143 M{"'tháng' L"} 167 M{"'tháng' L"}
168 MEd{"E, dd-M"}
144 MMM{"LLL"} 169 MMM{"LLL"}
170 MMMMEd{"E, dd MMMM"}
171 d{"'Ngày' dd"}
145 } 172 }
146 eras{ 173 eras{
147 abbreviated{ 174 abbreviated{
148 "BE", 175 "BE",
149 } 176 }
150 } 177 }
151 } 178 }
152 chinese{ 179 chinese{
153 DateTimePatterns{ 180 DateTimePatterns{
154 "HH:mm:ss zzzz", 181 "HH:mm:ss zzzz",
155 "HH:mm:ss z", 182 "HH:mm:ss z",
156 "HH:mm:ss", 183 "HH:mm:ss",
157 "HH:mm", 184 "HH:mm",
158 "EEEE, 'ngày' dd MMMM 'năm' U", 185 "EEEE, 'ngày' dd MMMM 'năm' U",
159 "'Ngày' dd 'tháng' M 'năm' U", 186 "'Ngày' dd 'tháng' M 'năm' U",
160 "dd-MM U", 187 "dd-MM U",
161 "dd/MM/y", 188 "dd/MM/y",
162 "{1} {0}", 189 "{1} {0}",
163 "{1} {0}", 190 "{1} {0}",
164 "{1} {0}", 191 "{1} {0}",
165 "{1} {0}", 192 "{1} {0}",
166 "{1} {0}", 193 "{1} {0}",
167 } 194 }
195 cyclicNameSets{
196 dayParts{
197 format{
198 abbreviated{
199 "Tý",
200 "Sửu",
201 "Dần",
202 "Mão",
203 "Thìn",
204 "Tỵ",
205 "Ngọ",
206 "Mùi",
207 "Thân",
208 "Dậu",
209 "Tuất",
210 "Hợi",
211 }
212 }
213 }
214 solarTerms{
215 format{
216 abbreviated{
217 "Lập Xuân",
218 "Vũ Thủy",
219 "Kinh Trập",
220 "Xuân Phân",
221 "Thanh Minh",
222 "Cốc Vũ",
223 "Lập Hạ",
224 "Tiểu Mãn",
225 "Mang Chủng",
226 "Hạ Chí",
227 "Tiểu Thử",
228 "Đại Thử",
229 "Lập Thu",
230 "Xử Thử",
231 "Bạch Lộ",
232 "Thu Phân",
233 "Hàn Lộ",
234 "Sương Giáng",
235 "Lập Đông",
236 "Tiểu Tuyết",
237 "Đại Tuyết",
238 "Đông Chí",
239 "Tiểu Hàn",
240 "Đại Hàn",
241 }
242 }
243 }
244 years{
245 format{
246 abbreviated{
247 "Giáp Tý",
248 "Ất Sửu",
249 "Bính Dần",
250 "Đinh Mão",
251 "Mậu Thìn",
252 "Kỷ Tỵ",
253 "Canh Ngọ",
254 "Tân Mùi",
255 "Nhâm Thân",
256 "Quý Dậu",
257 "Giáp Tuất",
258 "Ất Hợi",
259 "Bính Tý",
260 "Đinh Sửu",
261 "Mậu Dần",
262 "Kỷ Mão",
263 "Canh Thìn",
264 "Tân Tỵ",
265 "Nhâm Ngọ",
266 "Quý Mùi",
267 "Giáp Thân",
268 "Ất Dậu",
269 "Bính Tuất",
270 "Đinh Hợi",
271 "Mậu Tý",
272 "Kỷ Sửu",
273 "Canh Dần",
274 "Tân Mão",
275 "Nhâm Thìn",
276 "Quý Tỵ",
277 "Giáp Ngọ",
278 "Ất Mùi",
279 "Bính Thân",
280 "Đinh Dậu",
281 "Mậu Tuất",
282 "Kỷ Hợi",
283 "Canh Tý",
284 "Tân Sửu",
285 "Nhâm Dần",
286 "Quý Mão",
287 "Giáp Thìn",
288 "Ất Tỵ",
289 "Bính Ngọ",
290 "Đinh Mùi",
291 "Mậu Thân",
292 "Kỷ Dậu",
293 "Canh Tuất",
294 "Tân Hợi",
295 "Nhâm Tý",
296 "Quý Sửu",
297 "Giáp Dần",
298 "Ất Mão",
299 "Bính Thìn",
300 "Đinh Tỵ",
301 "Mậu Ngọ",
302 "Kỷ Mùi",
303 "Canh Thân",
304 "Tân Dậu",
305 "Nhâm Tuất",
306 "Quý Hợi",
307 }
308 }
309 }
310 zodiacs{
311 format{
312 abbreviated{
313 "Chuột",
314 "Trâu",
315 "Hổ",
316 "Mèo",
317 "Rồng",
318 "Rắn",
319 "Ngựa",
320 "Dê",
321 "Khỉ",
322 "Gà",
323 "Chó",
324 "Lợn",
325 }
326 }
327 }
328 }
168 monthNames{ 329 monthNames{
169 format{ 330 format{
170 abbreviated{ 331 abbreviated{
171 "1", 332 "1",
172 "2", 333 "2",
173 "3", 334 "3",
174 "4", 335 "4",
175 "5", 336 "5",
176 "6", 337 "6",
177 "7", 338 "7",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "6", 409 "6",
249 "7", 410 "7",
250 "8", 411 "8",
251 "9", 412 "9",
252 "10", 413 "10",
253 "11", 414 "11",
254 "12", 415 "12",
255 } 416 }
256 } 417 }
257 } 418 }
419 monthPatterns{
420 format{
421 wide{
422 leap{"{0} Nhuận"}
423 }
424 }
425 numeric{
426 all{
427 leap{"{0} Nhuận"}
428 }
429 }
430 stand-alone{
431 narrow{
432 leap{"{0} Nhuận"}
433 }
434 }
435 }
258 } 436 }
259 coptic{ 437 coptic{
260 monthNames{ 438 monthNames{
261 format{ 439 format{
262 abbreviated{ 440 abbreviated{
263 "Tout", 441 "Tout",
264 "Baba", 442 "Baba",
265 "Hator", 443 "Hator",
266 "Kiahk", 444 "Kiahk",
267 "Toba", 445 "Toba",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 d{"dd/MM/y - dd/MM/y G"} 716 d{"dd/MM/y - dd/MM/y G"}
539 y{"dd/MM/y - dd/MM/y G"} 717 y{"dd/MM/y - dd/MM/y G"}
540 } 718 }
541 } 719 }
542 } 720 }
543 gregorian{ 721 gregorian{
544 AmPmMarkers{ 722 AmPmMarkers{
545 "SA", 723 "SA",
546 "CH", 724 "CH",
547 } 725 }
726 AmPmMarkersNarrow{
727 "s",
728 "c",
729 }
548 DateTimePatterns{ 730 DateTimePatterns{
549 "HH:mm:ss zzzz", 731 "HH:mm:ss zzzz",
550 "HH:mm:ss z", 732 "HH:mm:ss z",
551 "HH:mm:ss", 733 "HH:mm:ss",
552 "HH:mm", 734 "HH:mm",
553 "EEEE, 'ngày' dd MMMM 'năm' y", 735 "EEEE, 'ngày' dd MMMM 'năm' y",
554 "'Ngày' dd 'tháng' MM 'năm' y", 736 "'Ngày' dd 'tháng' MM 'năm' y",
555 "dd-MM-y", 737 "dd-MM-y",
556 "dd/MM/y", 738 "dd/MM/y",
557 "{0} {1}", 739 "{0} {1}",
558 "{0} {1}", 740 "{0} {1}",
559 "{0} {1}", 741 "{0} {1}",
560 "{0} {1}", 742 "{0} {1}",
561 "{0} {1}", 743 "{0} {1}",
562 } 744 }
745 NoonMarker{"TR"}
746 NoonMarkerNarrow{"tr"}
563 appendItems{ 747 appendItems{
564 Timezone{"{0} {1}"} 748 Timezone{"{0} {1}"}
565 } 749 }
566 availableFormats{ 750 availableFormats{
751 E{"ccc"}
567 EHm{"E HH:mm"} 752 EHm{"E HH:mm"}
568 EHms{"E HH:mm:ss"} 753 EHms{"E HH:mm:ss"}
569 Ed{"E, dd"} 754 Ed{"E, dd"}
570 Ehm{"E h:mm a"} 755 Ehm{"E h:mm a"}
571 Ehms{"E h:mm:ss a"} 756 Ehms{"E h:mm:ss a"}
572 Gy{"'Năm' y G"} 757 Gy{"y G"}
573 GyMMM{"MMM y G"} 758 GyMMM{"MMM y G"}
574 GyMMMEd{"E, dd MMM y G"} 759 GyMMMEd{"E, dd MMM y G"}
575 GyMMMd{"dd MMM, y G"} 760 GyMMMd{"dd MMM, y G"}
576 H{"HH"} 761 H{"HH"}
577 Hm{"H:mm"} 762 Hm{"H:mm"}
578 Hms{"H:mm:ss"} 763 Hms{"H:mm:ss"}
579 M{"L"} 764 M{"L"}
580 MEd{"E, dd-M"} 765 MEd{"E, dd-M"}
581 MMM{"LLL"} 766 MMM{"LLL"}
582 MMMEd{"E, dd MMM"} 767 MMMEd{"E, dd MMM"}
583 MMMMEd{"E, dd MMMM"} 768 MMMMEd{"E, d MMMM"}
584 MMMMd{"dd MMMM"} 769 MMMMd{"d MMMM"}
585 MMMd{"dd MMM"} 770 MMMd{"d MMM"}
586 MMdd{"dd-MM"} 771 MMdd{"dd-MM"}
587 Md{"dd-M"} 772 Md{"dd-M"}
588 d{"d"} 773 d{"d"}
589 h{"h a"} 774 h{"h a"}
590 hm{"h:mm a"} 775 hm{"h:mm a"}
591 hms{"h:mm:ss a"} 776 hms{"h:mm:ss a"}
592 mmss{"mm:ss"} 777 mmss{"mm:ss"}
593 ms{"mm:ss"} 778 ms{"mm:ss"}
594 y{"'Năm' y"} 779 y{"y"}
595 yM{"M/y"} 780 yM{"M/y"}
596 yMEd{"E, dd-M-y"} 781 yMEd{"E, dd-M-y"}
597 yMM{"MM-y"} 782 yMM{"'tháng' MM, y"}
598 yMMM{"MMM y"} 783 yMMM{"MMM y"}
599 yMMMEd{"E, dd MMM y"} 784 yMMMEd{"E, dd MMM y"}
600 yMMMM{"MMMM y"} 785 yMMMM{"MMMM 'năm' y"}
601 yMMMd{"dd MMM, y"} 786 yMMMd{"dd MMM, y"}
602 yMd{"d/M/y"} 787 yMd{"d/M/y"}
603 yQQQ{"QQQ y"} 788 yQQQ{"QQQ y"}
604 yQQQQ{"QQQQ y"} 789 yQQQQ{"QQQQ y"}
605 } 790 }
606 dayNames{ 791 dayNames{
607 format{ 792 format{
608 abbreviated{ 793 abbreviated{
609 "CN", 794 "CN",
610 "Th 2", 795 "Th 2",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 "tr. CN", 875 "tr. CN",
691 "sau CN", 876 "sau CN",
692 } 877 }
693 wide{ 878 wide{
694 "tr. CN", 879 "tr. CN",
695 "sau CN", 880 "sau CN",
696 } 881 }
697 } 882 }
698 intervalFormats{ 883 intervalFormats{
699 H{ 884 H{
700 H{"HH'h' - HH'h'"} 885 H{"HHHH"}
701 } 886 }
702 Hm{ 887 Hm{
703 H{"HH:mm-HH:mm"} 888 H{"HH:mm-HH:mm"}
704 m{"HH:mm-HH:mm"} 889 m{"HH:mm-HH:mm"}
705 } 890 }
706 Hmv{ 891 Hmv{
707 H{"HH:mm-HH:mm v"} 892 H{"HH:mm-HH:mm v"}
708 m{"HH:mm-HH:mm v"} 893 m{"HH:mm-HH:mm v"}
709 } 894 }
710 Hv{ 895 Hv{
711 H{"HH'h'-HH'h' v"} 896 H{"HHHH v"}
712 } 897 }
713 M{ 898 M{
714 M{"'Tháng' M - 'Tháng' M"} 899 M{"'Tháng' M - M"}
715 } 900 }
716 MEd{ 901 MEd{
717 M{"EEEE, dd/MM - EEEE, dd/MM"} 902 M{"EEEE, dd/MM - EEEE, dd/MM"}
718 d{"EEEE, dd/MM - EEEE, dd/MM"} 903 d{"EEEE, dd/MM - EEEE, dd/MM"}
719 } 904 }
720 MMM{ 905 MMM{
721 M{"MMM-MMM"} 906 M{"MMM-MMM"}
722 } 907 }
723 MMMEd{ 908 MMMEd{
724 M{"EEEE, 'ngày' dd 'tháng' M - EEEE, 'ngày' dd 'tháng' M"} 909 M{"EEEE, 'ngày' dd 'tháng' M - EEEE, 'ngày' dd 'tháng' M"}
725 d{"EEEE, 'ngày' dd - EEEE, 'ngày' dd 'tháng' M"} 910 d{"EEEE, 'ngày' dd - EEEE, 'ngày' dd 'tháng' M"}
726 } 911 }
727 MMMd{ 912 MMMd{
728 M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} 913 M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"}
729 d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M"} 914 d{"'Ngày' dd - 'Ngày' dd 'tháng' M"}
730 } 915 }
731 Md{ 916 Md{
732 M{"dd/MM - dd/MM"} 917 M{"dd/MM - dd/MM"}
733 d{"dd/MM - dd/MM"} 918 d{"dd/MM - dd/MM"}
734 } 919 }
735 d{ 920 d{
736 d{"'Ngày' dd-dd"} 921 d{"'Ngày' dd-dd"}
737 } 922 }
738 fallback{"{0} - {1}"} 923 fallback{"{0} - {1}"}
739 h{ 924 h{
740 a{"h'h' a - h'h' a"} 925 a{"h'h' a - h'h' a"}
741 h{"h'h' - h'h' a"} 926 h{"h–h a"}
742 } 927 }
743 hm{ 928 hm{
744 a{"h:mm a – h:mm a"} 929 a{"h:mm a – h:mm a"}
745 h{"h:mm-h:mm a"} 930 h{"h:mm-h:mm a"}
746 m{"h:mm-h:mm a"} 931 m{"h:mm-h:mm a"}
747 } 932 }
748 hmv{ 933 hmv{
749 a{"h:mm a – h:mm a v"} 934 a{"h:mm a – h:mm a v"}
750 h{"h:mm-h:mm a v"} 935 h{"h:mm-h:mm a v"}
751 m{"h:mm-h:mm a v"} 936 m{"h:mm-h:mm a v"}
752 } 937 }
753 hv{ 938 hv{
754 a{"h'h' a - h'h' a v"} 939 a{"h'h' a - h'h' a v"}
755 h{"h'h'-h'h' a v"} 940 h{"h–h a v"}
756 } 941 }
757 y{ 942 y{
758 y{"y-y"} 943 y{"y-y"}
759 } 944 }
760 yM{ 945 yM{
761 M{"MM/y - MM/y"} 946 M{"MM/y - MM/y"}
762 y{"MM/y - MM/y"} 947 y{"MM/y - MM/y"}
763 } 948 }
764 yMEd{ 949 yMEd{
765 M{"EEEE, dd/MM/y - EEEE, dd/MM/y"} 950 M{"EEEE, dd/MM/y - EEEE, dd/MM/y"}
766 d{"EEEE, dd/MM/y - EEEE, dd/MM/y"} 951 d{"EEEE, dd/MM/y - EEEE, dd/MM/y"}
767 y{"EEEE, dd/MM/y - EEEE, dd/MM/y"} 952 y{"EEEE, dd/MM/y - EEEE, dd/MM/y"}
768 } 953 }
769 yMMM{ 954 yMMM{
770 M{"'Tháng' M - 'Tháng' M 'năm' y"} 955 M{"'Tháng' M - 'Tháng' M 'năm' y"}
771 y{"'Tháng' M 'năm' y - 'Tháng' M 'năm' y"} 956 y{"'Tháng' M 'năm' y - 'Tháng' M 'năm' y"}
772 } 957 }
773 yMMMEd{ 958 yMMMEd{
774 M{"E, dd 'tháng' M - E, dd 'tháng' M, y"} 959 M{"E, dd 'tháng' M - E, dd 'tháng' M, y"}
775 d{"EEEE, 'ngày' dd MMM - EEEE, 'ngày' dd MMM 'năm' y"} 960 d{"EEEE, 'ngày' dd MMM - EEEE, 'ngày' dd MMM 'năm' y"}
776 y{"E, dd 'tháng' M, y - E, dd 'tháng' M, y"} 961 y{"E, dd 'tháng' M, y - E, dd 'tháng' M, y"}
777 } 962 }
778 yMMMM{ 963 yMMMM{
779 M{"MMMM-MMMM y"} 964 M{"MMMM-MMMM 'năm' y"}
780 y{"MMMM y – MMMM y"} 965 y{"MMMM y – MMMM y"}
781 } 966 }
782 yMMMd{ 967 yMMMd{
783 M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y"} 968 M{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y"}
784 d{"'Ngày' dd 'tháng' M - 'Ngày' dd 'tháng' M 'năm' y"} 969 d{"'Ngày' dd - 'Ngày' dd 'tháng' M 'năm' y"}
785 y{"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y "} 970 y{"'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y "}
786 } 971 }
787 yMd{ 972 yMd{
788 M{"dd/MM/y - dd/MM/y"} 973 M{"dd/MM/y - dd/MM/y"}
789 d{"dd/MM/y - dd/MM/y"} 974 d{"dd/MM/y - dd/MM/y"}
790 y{"dd/MM/y - dd/MM/y"} 975 y{"dd/MM/y - dd/MM/y"}
791 } 976 }
792 } 977 }
793 monthNames{ 978 monthNames{
794 format{ 979 format{
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 "Aban", 1310 "Aban",
1126 "Azar", 1311 "Azar",
1127 "Dey", 1312 "Dey",
1128 "Bahman", 1313 "Bahman",
1129 "Esfand", 1314 "Esfand",
1130 } 1315 }
1131 } 1316 }
1132 } 1317 }
1133 } 1318 }
1134 roc{ 1319 roc{
1320 DateTimePatterns{
1321 "HH:mm:ss zzzz",
1322 "HH:mm:ss z",
1323 "HH:mm:ss",
1324 "HH:mm",
1325 "EEEE, 'ngày' dd MMMM 'năm' y G",
1326 "'Ngày' dd 'tháng' M 'năm' y G",
1327 "dd-MM-y G",
1328 "dd/MM/y GGGGG",
1329 "{0} {1}",
1330 "{0} {1}",
1331 "{0} {1}",
1332 "{0} {1}",
1333 "{0} {1}",
1334 }
1135 availableFormats{ 1335 availableFormats{
1136 M{"'tháng' L"} 1336 M{"'tháng' L"}
1337 MEd{"E, dd-M"}
1137 MMM{"LLL"} 1338 MMM{"LLL"}
1339 Md{"dd-M"}
1340 d{"'Ngày' dd"}
1138 } 1341 }
1139 eras{ 1342 eras{
1140 abbreviated{ 1343 abbreviated{
1141 "Trước R.O.C", 1344 "Trước R.O.C",
1142 "R.O.C.", 1345 "R.O.C.",
1143 } 1346 }
1144 } 1347 }
1145 } 1348 }
1146 } 1349 }
1147 delimiters{ 1350 delimiters{
1148 alternateQuotationEnd{"’"} 1351 alternateQuotationEnd{"’"}
1149 alternateQuotationStart{"‘"} 1352 alternateQuotationStart{"‘"}
1150 quotationEnd{"”"} 1353 quotationEnd{"”"}
1151 quotationStart{"“"} 1354 quotationStart{"“"}
1152 } 1355 }
1153 durationUnits{ 1356 durationUnits{
1154 hm{"h:mm"} 1357 hm{"h:mm"}
1155 hms{"h:mm:ss"} 1358 hms{"h:mm:ss"}
1156 ms{"m:ss"} 1359 ms{"m:ss"}
1157 } 1360 }
1158 fields{ 1361 fields{
1159 day{ 1362 day{
1160 dn{"Ngày"} 1363 dn{"Ngày"}
1161 relative{ 1364 relative{
1162 "-1"{"Hôm qua"} 1365 "-1"{"hôm qua"}
1163 "-2"{"Hôm kia"} 1366 "-2"{"hôm kia"}
1164 "0"{"Hôm nay"} 1367 "0"{"hôm nay"}
1165 "1"{"Ngày mai"} 1368 "1"{"ngày mai"}
1166 "2"{"Ngày kia"} 1369 "2"{"ngày kia"}
1167 } 1370 }
1168 relativeTime{ 1371 relativeTime{
1169 future{ 1372 future{
1170 other{"Trong {0} ngày nữa"} 1373 other{"trong {0} ngày nữa"}
1171 } 1374 }
1172 past{ 1375 past{
1173 other{"{0} ngày trước"} 1376 other{"{0} ngày trước"}
1377 }
1378 }
1379 }
1380 day-narrow{
1381 dn{"Ngày"}
1382 relativeTime{
1383 future{
1384 other{"trong {0} ngày"}
1385 }
1386 past{
1387 other{"{0} ngày trước"}
1388 }
1389 }
1390 }
1391 day-short{
1392 dn{"Ngày"}
1393 relativeTime{
1394 future{
1395 other{"trong {0} ngày nữa"}
1396 }
1397 past{
1398 other{"{0} ngày trước"}
1174 } 1399 }
1175 } 1400 }
1176 } 1401 }
1177 dayperiod{ 1402 dayperiod{
1178 dn{"SA/CH"} 1403 dn{"SA/CH"}
1179 } 1404 }
1180 era{ 1405 era{
1181 dn{"Thời đại"} 1406 dn{"Thời đại"}
1182 } 1407 }
1183 fri{ 1408 fri{
1184 relative{ 1409 relative{
1185 "-1"{"Thứ Sáu tuần trước"} 1410 "-1"{"Thứ Sáu tuần trước"}
1186 "0"{"Thứ Sáu tuần này"} 1411 "0"{"Thứ Sáu tuần này"}
1187 "1"{"Thứ Sáu tuần sau"} 1412 "1"{"Thứ Sáu tuần sau"}
1188 } 1413 }
1189 } 1414 }
1415 fri-narrow{
1416 relative{
1417 "-1"{"Thứ Sáu tuần trước"}
1418 "0"{"Thứ Sáu tuần này"}
1419 "1"{"Thứ Sáu tuần sau"}
1420 }
1421 }
1422 fri-short{
1423 relative{
1424 "-1"{"Thứ Sáu tuần trước"}
1425 "0"{"Thứ Sáu tuần này"}
1426 "1"{"Thứ Sáu tuần sau"}
1427 }
1428 }
1190 hour{ 1429 hour{
1191 dn{"Giờ"} 1430 dn{"Giờ"}
1192 relativeTime{ 1431 relativeTime{
1193 future{ 1432 future{
1194 other{"Trong {0} giờ nữa"} 1433 other{"trong {0} giờ nữa"}
1195 } 1434 }
1196 past{ 1435 past{
1197 other{"{0} giờ trước"} 1436 other{"{0} giờ trước"}
1437 }
1438 }
1439 }
1440 hour-narrow{
1441 dn{"Giờ"}
1442 relativeTime{
1443 future{
1444 other{"trong {0} giờ"}
1445 }
1446 past{
1447 other{"{0} giờ trước"}
1448 }
1449 }
1450 }
1451 hour-short{
1452 dn{"Giờ"}
1453 relativeTime{
1454 future{
1455 other{"trong {0} giờ nữa"}
1456 }
1457 past{
1458 other{"{0} giờ trước"}
1198 } 1459 }
1199 } 1460 }
1200 } 1461 }
1201 minute{ 1462 minute{
1202 dn{"Phút"} 1463 dn{"Phút"}
1203 relativeTime{ 1464 relativeTime{
1204 future{ 1465 future{
1205 other{"Trong {0} phút nữa"} 1466 other{"trong {0} phút nữa"}
1206 } 1467 }
1207 past{ 1468 past{
1208 other{"{0} phút trước"} 1469 other{"{0} phút trước"}
1470 }
1471 }
1472 }
1473 minute-narrow{
1474 dn{"Phút"}
1475 relativeTime{
1476 future{
1477 other{"trong {0} phút"}
1478 }
1479 past{
1480 other{"{0} phút trước"}
1481 }
1482 }
1483 }
1484 minute-short{
1485 dn{"Phút"}
1486 relativeTime{
1487 future{
1488 other{"trong {0} phút nữa"}
1489 }
1490 past{
1491 other{"{0} phút trước"}
1209 } 1492 }
1210 } 1493 }
1211 } 1494 }
1212 mon{ 1495 mon{
1213 relative{ 1496 relative{
1214 "-1"{"Thứ Hai tuần trước"} 1497 "-1"{"Thứ Hai tuần trước"}
1215 "0"{"Thứ Hai tuần này"} 1498 "0"{"Thứ Hai tuần này"}
1216 "1"{"Thứ Hai tuần sau"} 1499 "1"{"Thứ Hai tuần sau"}
1217 } 1500 }
1218 } 1501 }
1502 mon-narrow{
1503 relative{
1504 "-1"{"Thứ Hai tuần trước"}
1505 "0"{"Thứ Hai tuần này"}
1506 "1"{"Thứ Hai tuần sau"}
1507 }
1508 }
1509 mon-short{
1510 relative{
1511 "-1"{"Thứ Hai tuần trước"}
1512 "0"{"Thứ Hai tuần này"}
1513 "1"{"Thứ Hai tuần sau"}
1514 }
1515 }
1219 month{ 1516 month{
1220 dn{"Tháng"} 1517 dn{"Tháng"}
1221 relative{ 1518 relative{
1222 "-1"{"tháng trước"} 1519 "-1"{"tháng trước"}
1223 "0"{"tháng này"} 1520 "0"{"tháng này"}
1224 "1"{"tháng sau"} 1521 "1"{"tháng sau"}
1225 } 1522 }
1226 relativeTime{ 1523 relativeTime{
1227 future{ 1524 future{
1228 other{"Trong {0} tháng nữa"} 1525 other{"trong {0} tháng nữa"}
1229 } 1526 }
1230 past{ 1527 past{
1231 other{"{0} tháng trước"} 1528 other{"{0} tháng trước"}
1232 } 1529 }
1233 } 1530 }
1234 } 1531 }
1532 month-narrow{
1533 dn{"Tháng"}
1534 relativeTime{
1535 future{
1536 other{"trong {0} tháng nữa"}
1537 }
1538 past{
1539 other{"{0} tháng trước"}
1540 }
1541 }
1542 }
1543 month-short{
1544 dn{"Tháng"}
1545 relativeTime{
1546 future{
1547 other{"trong {0} tháng nữa"}
1548 }
1549 past{
1550 other{"{0} tháng trước"}
1551 }
1552 }
1553 }
1554 quarter{
1555 dn{"Quý"}
1556 relativeTime{
1557 future{
1558 other{"trong {0} quý nữa"}
1559 }
1560 past{
1561 other{"{0} quý trước"}
1562 }
1563 }
1564 }
1565 quarter-narrow{
1566 dn{"Quý"}
1567 relativeTime{
1568 future{
1569 other{"trong {0} quý nữa"}
1570 }
1571 past{
1572 other{"{0} quý trước"}
1573 }
1574 }
1575 }
1576 quarter-short{
1577 dn{"Quý"}
1578 relativeTime{
1579 future{
1580 other{"trong {0} quý nữa"}
1581 }
1582 past{
1583 other{"{0} quý trước"}
1584 }
1585 }
1586 }
1235 sat{ 1587 sat{
1236 relative{ 1588 relative{
1237 "-1"{"Thứ Bảy tuần trước"} 1589 "-1"{"Thứ Bảy tuần trước"}
1238 "0"{"Thứ Bảy tuần này"} 1590 "0"{"Thứ Bảy tuần này"}
1239 "1"{"Thứ Bảy tuần sau"} 1591 "1"{"Thứ Bảy tuần sau"}
1240 } 1592 }
1241 } 1593 }
1594 sat-narrow{
1595 relative{
1596 "-1"{"Thứ Bảy tuần trước"}
1597 "0"{"Thứ Bảy tuần này"}
1598 "1"{"Thứ Bảy tuần sau"}
1599 }
1600 }
1601 sat-short{
1602 relative{
1603 "-1"{"Thứ Bảy tuần trước"}
1604 "0"{"Thứ Bảy tuần này"}
1605 "1"{"Thứ Bảy tuần sau"}
1606 }
1607 }
1242 second{ 1608 second{
1243 dn{"Giây"} 1609 dn{"Giây"}
1244 relative{ 1610 relative{
1245 "0"{"bây giờ"} 1611 "0"{"bây giờ"}
1246 } 1612 }
1247 relativeTime{ 1613 relativeTime{
1248 future{ 1614 future{
1249 other{"Trong {0} giây nữa"} 1615 other{"trong {0} giây nữa"}
1250 } 1616 }
1251 past{ 1617 past{
1252 other{"{0} giây trước"} 1618 other{"{0} giây trước"}
1619 }
1620 }
1621 }
1622 second-narrow{
1623 dn{"Giây"}
1624 relativeTime{
1625 future{
1626 other{"trong {0} giây"}
1627 }
1628 past{
1629 other{"{0} giây trước"}
1630 }
1631 }
1632 }
1633 second-short{
1634 dn{"Giây"}
1635 relativeTime{
1636 future{
1637 other{"trong {0} giây nữa"}
1638 }
1639 past{
1640 other{"{0} giây trước"}
1253 } 1641 }
1254 } 1642 }
1255 } 1643 }
1256 sun{ 1644 sun{
1257 relative{ 1645 relative{
1258 "-1"{"Chủ Nhật tuần trước"} 1646 "-1"{"Chủ Nhật tuần trước"}
1259 "0"{"Chủ Nhật tuần này"} 1647 "0"{"Chủ Nhật tuần này"}
1260 "1"{"Chủ Nhật tuần sau"} 1648 "1"{"Chủ Nhật tuần sau"}
1261 } 1649 }
1262 } 1650 }
1651 sun-narrow{
1652 relative{
1653 "-1"{"Chủ Nhật tuần trước"}
1654 "0"{"Chủ Nhật tuần này"}
1655 "1"{"Chủ Nhật tuần sau"}
1656 }
1657 }
1658 sun-short{
1659 relative{
1660 "-1"{"Chủ Nhật tuần trước"}
1661 "0"{"Chủ Nhật tuần này"}
1662 "1"{"Chủ Nhật tuần sau"}
1663 }
1664 }
1263 thu{ 1665 thu{
1264 relative{ 1666 relative{
1265 "-1"{"Thứ Năm tuần trước"} 1667 "-1"{"Thứ Năm tuần trước"}
1266 "0"{"Thứ Năm tuần này"} 1668 "0"{"Thứ Năm tuần này"}
1267 "1"{"Thứ Năm tuần sau"} 1669 "1"{"Thứ Năm tuần sau"}
1268 } 1670 }
1269 } 1671 }
1672 thu-narrow{
1673 relative{
1674 "-1"{"Thứ Năm tuần trước"}
1675 "0"{"Thứ Năm tuần này"}
1676 "1"{"Thứ Năm tuần sau"}
1677 }
1678 }
1679 thu-short{
1680 relative{
1681 "-1"{"Thứ Năm tuần trước"}
1682 "0"{"Thứ Năm tuần này"}
1683 "1"{"Thứ Năm tuần sau"}
1684 }
1685 }
1270 tue{ 1686 tue{
1271 relative{ 1687 relative{
1272 "-1"{"Thứ Ba tuần trước"} 1688 "-1"{"Thứ Ba tuần trước"}
1273 "0"{"Thứ Ba tuần này"} 1689 "0"{"Thứ Ba tuần này"}
1274 "1"{"Thứ Ba tuần sau"} 1690 "1"{"Thứ Ba tuần sau"}
1275 } 1691 }
1276 } 1692 }
1693 tue-narrow{
1694 relative{
1695 "-1"{"Thứ Ba tuần trước"}
1696 "0"{"Thứ Ba tuần này"}
1697 "1"{"Thứ Ba tuần sau"}
1698 }
1699 }
1700 tue-short{
1701 relative{
1702 "-1"{"Thứ Ba tuần trước"}
1703 "0"{"Thứ Ba tuần này"}
1704 "1"{"Thứ Ba tuần sau"}
1705 }
1706 }
1277 wed{ 1707 wed{
1278 relative{ 1708 relative{
1279 "-1"{"Thứ Tư tuần trước"} 1709 "-1"{"Thứ Tư tuần trước"}
1280 "0"{"Thứ Tư tuần này"} 1710 "0"{"Thứ Tư tuần này"}
1281 "1"{"Thứ Tư tuần sau"} 1711 "1"{"Thứ Tư tuần sau"}
1282 } 1712 }
1283 } 1713 }
1714 wed-narrow{
1715 relative{
1716 "-1"{"Thứ Tư tuần trước"}
1717 "0"{"Thứ Tư tuần này"}
1718 "1"{"Thứ Tư tuần sau"}
1719 }
1720 }
1721 wed-short{
1722 relative{
1723 "-1"{"Thứ Tư tuần trước"}
1724 "0"{"Thứ Tư tuần này"}
1725 "1"{"Thứ Tư tuần sau"}
1726 }
1727 }
1284 week{ 1728 week{
1285 dn{"Tuần"} 1729 dn{"Tuần"}
1286 relative{ 1730 relative{
1287 "-1"{"tuần trước"} 1731 "-1"{"tuần trước"}
1288 "0"{"tuần này"} 1732 "0"{"tuần này"}
1289 "1"{"tuần sau"} 1733 "1"{"tuần sau"}
1290 } 1734 }
1291 relativeTime{ 1735 relativeTime{
1292 future{ 1736 future{
1293 other{"Trong {0} tuần nữa"} 1737 other{"trong {0} tuần nữa"}
1294 } 1738 }
1295 past{ 1739 past{
1296 other{"{0} tuần trước"} 1740 other{"{0} tuần trước"}
1741 }
1742 }
1743 }
1744 week-narrow{
1745 dn{"Tuần"}
1746 relativeTime{
1747 future{
1748 other{"trong {0} tuần nữa"}
1749 }
1750 past{
1751 other{"{0} tuần trước"}
1752 }
1753 }
1754 }
1755 week-short{
1756 dn{"Tuần"}
1757 relativeTime{
1758 future{
1759 other{"trong {0} tuần nữa"}
1760 }
1761 past{
1762 other{"{0} tuần trước"}
1297 } 1763 }
1298 } 1764 }
1299 } 1765 }
1300 weekday{ 1766 weekday{
1301 dn{"Ngày trong tuần"} 1767 dn{"Ngày trong tuần"}
1302 } 1768 }
1303 year{ 1769 year{
1304 dn{"Năm"} 1770 dn{"Năm"}
1305 relative{ 1771 relative{
1306 "-1"{"năm ngoái"} 1772 "-1"{"năm ngoái"}
1307 "0"{"năm nay"} 1773 "0"{"năm nay"}
1308 "1"{"năm sau"} 1774 "1"{"năm sau"}
1309 } 1775 }
1310 relativeTime{ 1776 relativeTime{
1311 future{ 1777 future{
1312 other{"Trong {0} năm nữa"} 1778 other{"trong {0} năm nữa"}
1313 } 1779 }
1314 past{ 1780 past{
1315 other{"{0} năm trước"} 1781 other{"{0} năm trước"}
1782 }
1783 }
1784 }
1785 year-narrow{
1786 dn{"Năm"}
1787 relativeTime{
1788 future{
1789 other{"trong {0} năm nữa"}
1790 }
1791 past{
1792 other{"{0} năm trước"}
1793 }
1794 }
1795 }
1796 year-short{
1797 dn{"Năm"}
1798 relativeTime{
1799 future{
1800 other{"trong {0} năm nữa"}
1801 }
1802 past{
1803 other{"{0} năm trước"}
1316 } 1804 }
1317 } 1805 }
1318 } 1806 }
1319 zone{ 1807 zone{
1320 dn{"Múi giờ"} 1808 dn{"Múi giờ"}
1321 } 1809 }
1322 } 1810 }
1323 listPattern{ 1811 listPattern{
1324 standard{ 1812 standard{
1325 2{"{0} và {1}"} 1813 2{"{0} và {1}"}
1326 end{"{0} và {1}"} 1814 end{"{0} và {1}"}
1327 middle{"{0}, {1}"} 1815 middle{"{0}, {1}"}
1328 start{"{0}, {1}"} 1816 start{"{0}, {1}"}
1329 } 1817 }
1330 unit{ 1818 unit{
1331 2{"{0} {1}"} 1819 2{"{0}, {1}"}
1332 end{"{0} {1}"} 1820 end{"{0}, {1}"}
1333 middle{"{0}, {1}"} 1821 middle{"{0}, {1}"}
1334 start{"{0}, {1}"} 1822 start{"{0}, {1}"}
1335 } 1823 }
1336 unit-narrow{ 1824 unit-narrow{
1337 2{"{0}, {1}"} 1825 2{"{0}, {1}"}
1338 end{"{0}, {1}"} 1826 end{"{0}, {1}"}
1339 middle{"{0}, {1}"} 1827 middle{"{0}, {1}"}
1340 start{"{0}, {1}"} 1828 start{"{0}, {1}"}
1341 } 1829 }
1342 unit-short{ 1830 unit-short{
(...skipping 13 matching lines...) Expand all
1356 Numeric{"Số"} 1844 Numeric{"Số"}
1357 Tone{"Âm"} 1845 Tone{"Âm"}
1358 UNGEGN{"UNGEGN"} 1846 UNGEGN{"UNGEGN"}
1359 x-Accents{"Dấu"} 1847 x-Accents{"Dấu"}
1360 x-Fullwidth{"Độ rộng tối đa"} 1848 x-Fullwidth{"Độ rộng tối đa"}
1361 x-Halfwidth{"Nửa độ rộng"} 1849 x-Halfwidth{"Nửa độ rộng"}
1362 x-Jamo{"Jamo"} 1850 x-Jamo{"Jamo"}
1363 x-Pinyin{"Bính âm"} 1851 x-Pinyin{"Bính âm"}
1364 x-Publishing{"Xuất bản"} 1852 x-Publishing{"Xuất bản"}
1365 } 1853 }
1366 units{
1367 compound{
1368 per{"{0}/{1}"}
1369 }
1370 duration{
1371 day{
1372 other{"{0} ngày"}
1373 }
1374 hour{
1375 other{"{0} giờ"}
1376 }
1377 millisecond{
1378 other{"{0} mili giây"}
1379 }
1380 minute{
1381 other{"{0} phút"}
1382 }
1383 month{
1384 other{"{0} tháng"}
1385 }
1386 second{
1387 other{"{0} giây"}
1388 }
1389 week{
1390 other{"{0} tuần"}
1391 }
1392 year{
1393 other{"{0} năm"}
1394 }
1395 }
1396 }
1397 unitsNarrow{
1398 compound{
1399 per{"{0}/{1}"}
1400 }
1401 duration{
1402 day{
1403 other{"{0}ng"}
1404 }
1405 hour{
1406 other{"{0}g"}
1407 }
1408 millisecond{
1409 other{"{0}ms"}
1410 }
1411 minute{
1412 other{"{0}ph"}
1413 }
1414 month{
1415 other{"{0}th"}
1416 }
1417 second{
1418 other{"{0}gi"}
1419 }
1420 week{
1421 other{"{0}t"}
1422 }
1423 year{
1424 other{"{0} n"}
1425 }
1426 }
1427 }
1428 unitsShort{
1429 compound{
1430 per{"{0}/{1}"}
1431 }
1432 duration{
1433 day{
1434 other{"{0} ngày"}
1435 }
1436 hour{
1437 other{"{0} g"}
1438 }
1439 millisecond{
1440 other{"{0} ms"}
1441 }
1442 minute{
1443 other{"{0} ph"}
1444 }
1445 month{
1446 other{"{0} tháng"}
1447 }
1448 second{
1449 other{"{0} giây"}
1450 }
1451 week{
1452 other{"{0} tuần"}
1453 }
1454 year{
1455 other{"{0} năm"}
1456 }
1457 }
1458 }
1459 } 1854 }
OLDNEW
« no previous file with comments | « source/data/locales/vai_Vaii_LR.txt ('k') | source/data/locales/vi_VN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698