12345678910111213141516171819 |
- <?php
- return [
- 'Type_id' => '类型',
- 'Command' => '命令',
- 'Note' => '注释',
- 'Help_json' => '帮助信息',
- 'Cmd_tags' => '标签',
- 'Weigh' => '排序',
- 'Status' => '状态',
- 'Status 0' => '待审核',
- 'Set status to 0'=> '设为待审核',
- 'Status 1' => '审核通过',
- 'Set status to 1'=> '设为审核通过',
- 'Status 2' => '审核驳回',
- 'Set status to 2'=> '设为审核驳回',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|