|
|
@@ -12,9 +12,9 @@ export default {
|
|
|
|
|
|
// 通用的数据操作
|
|
|
'pages.data.option': 'Option',
|
|
|
- 'pages.data.option.remove': 'delete',
|
|
|
+ 'pages.data.option.remove': 'Delete',
|
|
|
'pages.data.option.remove.tips': 'Confirm to delete?',
|
|
|
- 'pages.data.option.disabled': 'disable',
|
|
|
+ 'pages.data.option.disabled': 'Disable',
|
|
|
'pages.data.option.disabled.tips': 'Confirm to disable?',
|
|
|
'pages.data.option.enabled': 'enable',
|
|
|
'pages.data.option.enabled.tips': 'Confirm to enable?',
|
|
|
@@ -95,6 +95,7 @@ export default {
|
|
|
'pages.device.category.id': 'Classification ID',
|
|
|
'pages.device.category.logotype': 'Logotype',
|
|
|
'pages.device.category.name': 'Classification Name',
|
|
|
+ 'pages.device.category.addClass': 'Add subclasses',
|
|
|
// 设备管理-设备
|
|
|
'pages.device.instance': 'Equipment',
|
|
|
'pages.device.instance.management': 'Equipment Management',
|
|
|
@@ -106,11 +107,12 @@ export default {
|
|
|
'pages.device.instance.describe': 'Explain',
|
|
|
// 设备管理-指令下发
|
|
|
'pages.device.command': 'Command',
|
|
|
- 'pages.device.command.deviceID': 'Device ID',
|
|
|
- 'pages.device.command.instructionType': 'Instruction Type',
|
|
|
- 'pages.device.command.instructionType.readAttributes': 'Read Attributes',
|
|
|
- 'pages.device.command.instructionType.setProperties': 'Set Properties',
|
|
|
- 'pages.device.command.instructionType.callAttribute': 'Call Attribute',
|
|
|
+ 'pages.device.command.id': 'Device ID',
|
|
|
+ 'pages.device.command.type': 'Instruction Type',
|
|
|
+ 'pages.device.command.type.readAttributes': 'Read Attributes',
|
|
|
+ 'pages.device.command.type.setProperties': 'Set Properties',
|
|
|
+ 'pages.device.command.type.callAttribute': 'Call Attribute',
|
|
|
+ 'pages.device.command.option.send': 'Resend',
|
|
|
'pages.device.command.status.waiting': 'Waiting',
|
|
|
'pages.device.command.status.failed ': 'Failed to send',
|
|
|
'pages.device.command.status.succeed': 'Sent successfully',
|
|
|
@@ -125,11 +127,12 @@ export default {
|
|
|
'pages.device.firmware.creationTime': 'Creation Time',
|
|
|
// 设备管理-告警记录
|
|
|
'pages.device.alarm': 'Alarm',
|
|
|
- 'pages.device.alarm.deviceID': 'Device ID',
|
|
|
+ 'pages.device.alarm.id': 'Device ID',
|
|
|
'pages.device.alarm.name': 'Alarm Name',
|
|
|
'pages.device.alarm.time': 'Alarm Time',
|
|
|
'pages.device.alarm.status': 'Processing State',
|
|
|
-
|
|
|
+ 'pages.device.alarm.option.dispose': 'Dispose',
|
|
|
+ 'pages.device.alarm.option.data': 'Alarm Data',
|
|
|
// 设备接入
|
|
|
'pages.link.certificate': 'Certificate',
|
|
|
'pages.link.protocol': 'protocol',
|
|
|
@@ -142,6 +145,9 @@ export default {
|
|
|
'pages.notice.config.service': 'Service',
|
|
|
'pages.notice.config.type': 'Type',
|
|
|
'pages.notice.template': 'Template',
|
|
|
+ 'pages.notice.option.download': 'Download Configuration',
|
|
|
+ 'pages.notice.option.debug': 'Debug',
|
|
|
+ 'pages.notice.option.record': 'Notification Records',
|
|
|
|
|
|
// 规则引擎
|
|
|
'pages.ruleEngine.instance': 'Instance',
|
|
|
@@ -149,6 +155,10 @@ export default {
|
|
|
'pages.ruleEngine.sqlRule.time': 'Create Time',
|
|
|
'pages.ruleEngine.scene': 'Scene',
|
|
|
'pages.ruleEngine.scene.trigger': 'Trigger',
|
|
|
+ 'pages.ruleEngine.option.detail': 'Detail',
|
|
|
+ 'pages.ruleEngine.option.start': 'Start',
|
|
|
+ 'pages.ruleEngine.option.restart': 'Restart',
|
|
|
+ 'pages.ruleEngine.option.stop': 'Stop',
|
|
|
|
|
|
// 可视化
|
|
|
'pages.visualization.category': 'Category',
|