You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
/*
|
|
* This file is part of the Arnapou jqCron package.
|
|
*
|
|
* (c) John Lou <luaxcn@gmail.com>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
jqCronDefaultSettings.texts.cn = {
|
|
empty: '每',
|
|
empty_minutes: '每',
|
|
empty_time_hours: '每小时',
|
|
empty_time_minutes: '每分钟',
|
|
empty_day_of_week: '每天',
|
|
empty_day_of_month: '每天',
|
|
empty_month: '每月',
|
|
name_minute: '分',
|
|
name_hour: '时',
|
|
name_day: '天',
|
|
name_week: '周',
|
|
name_month: '月',
|
|
name_year: '年',
|
|
text_period: '每 <b />',
|
|
text_mins: ' , <b /> 分',
|
|
text_time: ' , <b />点<b />分',
|
|
text_dow: ' , <b />',
|
|
text_month: ' , <b />',
|
|
text_dom: ' , 第<b />天',
|
|
error1: '标记 %s 不支持 !',
|
|
error2: '不正确的元素格式',
|
|
error3: 'jQuery 元素必须在 jqCron的设置中传入',
|
|
error4: '无法识别的表达式',
|
|
weekdays: ['周一', '周二', '周三', '周四', '周五', '周六', '周日'],
|
|
months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
|
|
};
|