Added Vietnamese translation by Nguyen Dinh Trung
This commit is contained in:
parent
2362c6cf39
commit
0595fd749b
17
localization/jquery-ui-timepicker-vi.js
vendored
Normal file
17
localization/jquery-ui-timepicker-vi.js
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/* Vietnamese translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Nguyen Dinh Trung */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['vi'] = {
|
||||||
|
timeOnlyTitle: 'Chọn giờ',
|
||||||
|
timeText: 'Thời gian',
|
||||||
|
hourText: 'Giờ',
|
||||||
|
minuteText: 'Phút',
|
||||||
|
secondText: 'Giây',
|
||||||
|
timezoneText: 'Múi giờ',
|
||||||
|
currentText: 'Hiện thời',
|
||||||
|
closeText: 'Đóng'
|
||||||
|
timeFormat: 'h:m',
|
||||||
|
ampm: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['vi']);
|
||||||
|
})(jQuery);
|
Loading…
Reference in a new issue