crontab.php 794 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'Title' => '任务标题',
  4. 'Maximums' => '最多执行',
  5. 'Sleep' => '延迟秒数',
  6. 'Schedule' => '执行周期',
  7. 'Executes' => '执行次数',
  8. 'Execute time' => '最后执行时间',
  9. 'Request Url' => '请求URL',
  10. 'Execute Sql Script' => '执行SQL',
  11. 'Execute Shell' => '执行Shell',
  12. 'Crontab format invalid' => 'Crontab格式错误',
  13. 'Next execute time' => '下次预计时间',
  14. 'The next %s times the execution time' => '接下来 %s 次的执行时间',
  15. ];