You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* 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', millisecText: 'Mili giây', microsecText: 'Micrô giây', timezoneText: 'Múi giờ', currentText: 'Hiện thời', closeText: 'Đóng', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['SA', 'S'], pmNames: ['CH', 'C'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['vi']); })(jQuery);
|