car4s/application/admin/lang/zh-cn/general/crontab_log.php
2022-06-04 17:38:43 +08:00

13 lines
327 B
PHP

<?php
return [
'Title' => '任务标题',
'Crontab_id' => '定时任务ID',
'Success' => '成功',
'Failure' => '失败',
'Content' => '返回结果',
'Result' => '执行结果',
'Complete time' => '完成时间',
'Execute time' => '最后执行时间',
];