LANG_CRON_JOBS=计划任务 LANG_VALID_CRON=Valid cron time values are the numbers indicated and *. LANG_EXACT_TIMES=You can specifiy exact times using commas to separate them. eg: 1,2,3 (minutes 1,2 and 3) LANG_DASH=You can specify spans using a dash. eg: 5-7 (minutes 5 to 7) LANG_INTERVALS=You can specify intervals using a star and a forward slash. eg: */2 (every 2nd minute) LANG_COMBINE=You can combine them to create a more precise schedule. eg: 1,5,11-15,30-59/2 (minutes 1, 5, 11 to 15 and every 2nd minute between 30 and 59) LANG_NO_SPACES=Note that there are no spaces LANG_CURRENT_TIME=当前时间 LANG_CREATE_NEW_CRON=创建一个新的计划任务 LANG_MINUTE=分钟 LANG_HOUR=小时 LANG_DAY_OF_MONTH=一个月的每天 LANG_MONTH=月 LANG_DAY_OF_WEEK=一星期的每天 LANG_COMMAND=命令 LANG_SUNDAY=星期日