PluginProbe
Booking Calendar / 10.10.2
Booking Calendar v10.10.2
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-cn.js

jquery.datepick-cn.js in Booking Calendar 10.10.2, at js/datepick/jquery.datepick-cn.js

38 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Chinese initialisation for the jQuery UI date picker plugin. */
2 /* Written by Cloudream (cloudream@gmail.com). */
3 (function($) {
4 $.datepick.regional['zh-CN'] = {
5 clearText: '�
6 除', clearStatus: '�
7 除已选日期',
8 closeText: '�
9 �闭', closeStatus: '不改变当前选择',
10 prevText: '<上月', prevStatus: '显示上月',
11 prevBigText: '<<', prevBigStatus: '显示上一年',
12 nextText: '下月>', nextStatus: '显示下月',
13 nextBigText: '>>', nextBigStatus: '显示下一年',
14 currentText: '今天', currentStatus: '显示本月',
15 monthNames: ['一月','二月','三月','四月','五月','�
16 �月',
17 '七月','�
18 �月','九月','十月','十一月','十二月'],
19 monthNamesShort: ['一','二','三','四','五','�
20 �',
21 '七','�
22 �','九','十','十一','十二'],
23 monthStatus: '选择月份', yearStatus: '选择年份',
24 weekHeader: '周', weekStatus: '年�
25 周次',
26 dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期�
27 �'],
28 dayNamesShort: ['周日','周一','周二','周三','周四','周五','周�
29 �'],
30 dayNamesMin: ['日','一','二','三','四','五','�
31 �'],
32 dayStatus: '设置 DD 为一周起始', dateStatus: '选择 m月 d日, DD',
33 dateFormat: 'yy-mm-dd', firstDay: 1,
34 initStatus: '请选择日期', isRTL: false,
35 showMonthAfterYear: false, yearSuffix: ''};
36 $.datepick.setDefaults($.datepick.regional['zh-CN']);
37 })(jQuery);
38