| 12345678910111213141516171819 |
- MWF.xApplication.SmartOfficeRoom.LP = {
- "title": "智能办公室",
- "add": "添加设备",
- "light": "灯",
- "lock": "门锁",
- "HVAC": "空调",
- "camera": "摄像头",
- "newLight": "添加智能灯",
- "newLock": "添加智能门锁",
- "newHVAC": "添加智能空调",
- "newCamera": "添加监控摄像头",
- "inputName": "设备名称",
- "inputSn": "设备号",
- "inputDescription": "设备描述",
- "save": "完成",
- "cancel": "取消",
- "noname": "请输入设备名称",
- "nosn": "请输入设备号"
- };
|