1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <?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 次的执行时间',
| ];
|
|