zh-cn.js 556 B

12345678910111213141516171819
  1. MWF.xApplication.SmartOfficeRoom.LP = {
  2. "title": "智能办公室",
  3. "add": "添加设备",
  4. "light": "灯",
  5. "lock": "门锁",
  6. "HVAC": "空调",
  7. "camera": "摄像头",
  8. "newLight": "添加智能灯",
  9. "newLock": "添加智能门锁",
  10. "newHVAC": "添加智能空调",
  11. "newCamera": "添加监控摄像头",
  12. "inputName": "设备名称",
  13. "inputSn": "设备号",
  14. "inputDescription": "设备描述",
  15. "save": "完成",
  16. "cancel": "取消",
  17. "noname": "请输入设备名称",
  18. "nosn": "请输入设备号"
  19. };