12345678910111213141516171819202122 |
- <?php
- return [
- 'Title' => '任务标题',
- 'Maximums' => '最多执行',
- 'Sleep' => '延迟秒数',
- 'Schedule' => '执行周期',
- 'Executes' => '执行次数',
- 'Completed' => '已完成',
- 'Expired' => '已过期',
- 'Hidden' => '已禁用',
- 'Logs' => '日志信息',
- 'Crontab rules' => 'Crontab规则',
- 'No limit' => '无限制',
- 'Execute time' => '最后执行时间',
- 'Request Url' => '请求URL',
- 'Execute Sql Script' => '执行SQL',
- 'Execute Shell' => '执行Shell',
- 'Crontab format invalid' => 'Crontab格式错误',
- 'Next execute time' => '下次预计时间',
- 'The next %s times the execution time' => '接下来 %s 次的执行时间',
- ];
|