commands.php 546 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Type_id' => '类型',
  4. 'Command' => '命令',
  5. 'Note' => '注释',
  6. 'Help_json' => '帮助信息',
  7. 'Cmd_tags' => '标签',
  8. 'Weigh' => '排序',
  9. 'Status' => '状态',
  10. 'Status 0' => '待审核',
  11. 'Set status to 0'=> '设为待审核',
  12. 'Status 1' => '审核通过',
  13. 'Set status to 1'=> '设为审核通过',
  14. 'Status 2' => '审核驳回',
  15. 'Set status to 2'=> '设为审核驳回',
  16. 'Createtime' => '创建时间',
  17. 'Updatetime' => '更新时间'
  18. ];