third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-zh-CN.js
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                 isRTL: false
18         };
19         $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
20 })(jQuery);