crontab.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'Title' => '任务标题',
  4. 'Maximums' => '最多执行',
  5. 'Sleep' => '延迟秒数',
  6. 'Schedule' => '执行周期',
  7. 'Executes' => '执行次数',
  8. 'Completed' => '已完成',
  9. 'Expired' => '已过期',
  10. 'Hidden' => '已禁用',
  11. 'Logs' => '日志信息',
  12. 'Crontab rules' => 'Crontab规则',
  13. 'No limit' => '无限制',
  14. 'Execute time' => '最后执行时间',
  15. 'Request Url' => '请求URL',
  16. 'Execute Sql Script' => '执行SQL',
  17. 'Execute Shell' => '执行Shell',
  18. 'Crontab format invalid' => 'Crontab格式错误',
  19. 'Next execute time' => '下次预计时间',
  20. 'The next %s times the execution time' => '接下来 %s 次的执行时间',
  21. ];