Added Vietnamese translation by Nguyen Dinh Trung

master
Trent 2011-06-16 18:33:41 -04:00
parent 2362c6cf39
commit 0595fd749b
1 changed files with 17 additions and 0 deletions

17
localization/jquery-ui-timepicker-vi.js vendored Normal file
View 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);