summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'localization/jquery-ui-timepicker-vi.js')
-rw-r--r--localization/jquery-ui-timepicker-vi.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-vi.js b/localization/jquery-ui-timepicker-vi.js
new file mode 100644
index 0000000..6562793
--- /dev/null
+++ b/localization/jquery-ui-timepicker-vi.js
@@ -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);