Simplified Chinese by Will-Lu
This commit is contained in:
parent
5ee53c21b1
commit
73adb692d0
1 changed files with 20 additions and 0 deletions
20
localization/jquery-ui-timepicker-zh-CN.js
vendored
Normal file
20
localization/jquery-ui-timepicker-zh-CN.js
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* Simplified Chinese translation for the jQuery Timepicker Addon /
|
||||
/ Written by Will Lu */
|
||||
(function($) {
|
||||
$.timepicker.regional['zh-CN'] = {
|
||||
timeOnlyTitle: '选择时间',
|
||||
timeText: '时间',
|
||||
hourText: '小时',
|
||||
minuteText: '分钟',
|
||||
secondText: '秒钟',
|
||||
millisecText: '微秒',
|
||||
timezoneText: '时区',
|
||||
currentText: '现在时间',
|
||||
closeText: '关闭',
|
||||
timeFormat: 'hh:mm',
|
||||
amNames: ['AM', 'A'],
|
||||
pmNames: ['PM', 'P'],
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional['zh-CN']);
|
||||
})(jQuery);
|
Loading…
Reference in a new issue