devices.php 844 B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'Type' => '软件类型',
  4. 'Name' => '软件名称',
  5. 'Image' => '图片',
  6. 'Client_id' => '客户端ID',
  7. 'Device_id' => '设备ID',
  8. 'Device_brand' => '设备品牌',
  9. 'Device_model' => '设备型号',
  10. 'Device_release' => '设备系统版本号',
  11. 'Activate_code' => '激活码',
  12. 'Activated_time' => '激活时间',
  13. 'Expiration_time' => '过期时间',
  14. 'Remark' => '备注',
  15. 'Createtime' => '创建时间',
  16. 'Updatetime' => '更新时间',
  17. 'Status' => '状态',
  18. 'Status 0' => '封禁',
  19. 'Set status to 0' => '设为封禁',
  20. 'Status 1' => '正常',
  21. 'Set status to 1' => '设为正常',
  22. 'Status 3' => '异常',
  23. 'Set status to 3' => '设为异常'
  24. ];