Skip to content

Commit 73adb69

Browse files
Simplified Chinese by Will-Lu
1 parent 5ee53c2 commit 73adb69

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)