12345678910111213141516171819202122232425 |
- <?php
- return [
- 'Type' => '软件类型',
- 'Name' => '软件名称',
- 'Image' => '图片',
- 'Client_id' => '客户端ID',
- 'Device_id' => '设备ID',
- 'Device_brand' => '设备品牌',
- 'Device_model' => '设备型号',
- 'Device_release' => '设备系统版本号',
- 'Activate_code' => '激活码',
- 'Activated_time' => '激活时间',
- 'Expiration_time' => '过期时间',
- 'Remark' => '备注',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Status' => '状态',
- 'Status 0' => '封禁',
- 'Set status to 0' => '设为封禁',
- 'Status 1' => '正常',
- 'Set status to 1' => '设为正常',
- 'Status 3' => '异常',
- 'Set status to 3' => '设为异常'
- ];
|