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-tw.js

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

37 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 Ressol (ressol@gmail.com). */
3 (function($) {
4 $.datepick.regional['zh-TW'] = {
5 clearText: '�
6 除', clearStatus: '�
7 除已選日期',
8 closeText: '關閉', closeStatus: '不改變目前的選擇',
9 prevText: '<上月', prevStatus: '顯示上月',
10 prevBigText: '<<', prevBigStatus: '顯示上一年',
11 nextText: '下月>', nextStatus: '顯示下月',
12 nextBigText: '>>', nextBigStatus: '顯示下一年',
13 currentText: '今天', currentStatus: '顯示本月',
14 monthNames: ['一月','二月','三月','四月','五月','�
15 �月',
16 '七月','�
17 �月','九月','十月','十一月','十二月'],
18 monthNamesShort: ['一','二','三','四','五','�
19 �',
20 '七','�
21 �','九','十','十一','十二'],
22 monthStatus: '選擇月份', yearStatus: '選擇年份',
23 weekHeader: '周', weekStatus: '年�
24 �周次',
25 dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期�
26 �'],
27 dayNamesShort: ['周日','周一','周二','周三','周四','周五','周�
28 �'],
29 dayNamesMin: ['日','一','二','三','四','五','�
30 �'],
31 dayStatus: '設定 DD 為一周起始', dateStatus: '選擇 m月 d日, DD',
32 dateFormat: 'yy/mm/dd', firstDay: 1,
33 initStatus: '請選擇日期', isRTL: false,
34 showMonthAfterYear: false, yearSuffix: ''};
35 $.datepick.setDefaults($.datepick.regional['zh-TW']);
36 })(jQuery);
37