mirror of https://gitee.com/karson/fastadmin.git
17 lines
794 B
PHP
17 lines
794 B
PHP
<?php
|
|
|
|
return [
|
|
'Title' => '任务标题',
|
|
'Maximums' => '最多执行',
|
|
'Sleep' => '延迟秒数',
|
|
'Schedule' => '执行周期',
|
|
'Executes' => '执行次数',
|
|
'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 次的执行时间',
|
|
];
|