/* * This file is part of the Arnapou jqCron package. * * (c) John Lou * * 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: '每 ', text_mins: ' , 分', text_time: ' , 分', text_dow: ' , ', text_month: ' , ', text_dom: ' , 第天', error1: '标记 %s 不支持 !', error2: '不正确的元素格式', error3: 'jQuery 元素必须在 jqCron的设置中传入', error4: '无法识别的表达式', weekdays: ['周一', '周二', '周三', '周四', '周五', '周六', '周日'], months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'] };