update
This commit is contained in:
16
application/admin/lang/zh-cn/command.php
Normal file
16
application/admin/lang/zh-cn/command.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Type' => '类型',
|
||||
'Params' => '参数',
|
||||
'Command' => '命令',
|
||||
'Content' => '返回结果',
|
||||
'Executetime' => '执行时间',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Execute again' => '再次执行',
|
||||
'Successed' => '成功',
|
||||
'Failured' => '失败',
|
||||
'Status' => '状态'
|
||||
];
|
||||
Reference in New Issue
Block a user