We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee53c2 commit 73adb69Copy full SHA for 73adb69
localization/jquery-ui-timepicker-zh-CN.js
@@ -0,0 +1,20 @@
1
+/* Simplified Chinese translation for the jQuery Timepicker Addon /
2
+/ Written by Will Lu */
3
+(function($) {
4
+ $.timepicker.regional['zh-CN'] = {
5
+ timeOnlyTitle: '选择时间',
6
+ timeText: '时间',
7
+ hourText: '小时',
8
+ minuteText: '分钟',
9
+ secondText: '秒钟',
10
+ millisecText: '微秒',
11
+ timezoneText: '时区',
12
+ currentText: '现在时间',
13
+ closeText: '关闭',
14
+ timeFormat: 'hh:mm',
15
+ amNames: ['AM', 'A'],
16
+ pmNames: ['PM', 'P'],
17
+ ampm: false
18
+ };
19
+ $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
20
+})(jQuery);
0 commit comments