Skip to content

Commit 9ea70d6

Browse files
Pull trentrichardson#698 Updates Vietnamese translation
1 parent eedfe4b commit 9ea70d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

dist/i18n/jquery-ui-timepicker-vi.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
hourText: 'Giờ',
88
minuteText: 'Phút',
99
secondText: 'Giây',
10-
millisecText: 'Phần nghìn giây',
11-
microsecText: 'Miligiây',
10+
millisecText: 'Mili giây',
11+
microsecText: 'Micrô giây',
1212
timezoneText: 'Múi giờ',
1313
currentText: 'Hiện thời',
1414
closeText: 'Đóng',
15-
timeFormat: 'H:m',
16-
amNames: ['SA', 'AM', 'A'],
17-
pmNames: ['CH', 'PM', 'P'],
15+
timeFormat: 'HH:mm',
16+
amNames: ['SA', 'S'],
17+
pmNames: ['CH', 'C'],
1818
isRTL: false
1919
};
2020
$.timepicker.setDefaults($.timepicker.regional['vi']);

src/i18n/jquery-ui-timepicker-vi.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
hourText: 'Giờ',
88
minuteText: 'Phút',
99
secondText: 'Giây',
10-
millisecText: 'Phần nghìn giây',
11-
microsecText: 'Miligiây',
10+
millisecText: 'Mili giây',
11+
microsecText: 'Micrô giây',
1212
timezoneText: 'Múi giờ',
1313
currentText: 'Hiện thời',
1414
closeText: 'Đóng',
15-
timeFormat: 'H:m',
16-
amNames: ['SA', 'AM', 'A'],
17-
pmNames: ['CH', 'PM', 'P'],
15+
timeFormat: 'HH:mm',
16+
amNames: ['SA', 'S'],
17+
pmNames: ['CH', 'C'],
1818
isRTL: false
1919
};
2020
$.timepicker.setDefaults($.timepicker.regional['vi']);

0 commit comments

Comments
 (0)