|
|
@@ -26,6 +26,7 @@ export default {
|
|
|
'pages.data.option.error': 'Operation failed!',
|
|
|
'pages.data.option.detail': 'Detail',
|
|
|
'pages.data.option.download': 'Download',
|
|
|
+ 'pages.data.option.record': 'Records',
|
|
|
'pages.searchTable.new': 'New',
|
|
|
'pages.searchTable.titleStatus': 'Status',
|
|
|
'pages.searchTable.titleStatus.all': 'All',
|
|
|
@@ -34,11 +35,13 @@ export default {
|
|
|
'pages.searchTable.titleOption': 'Option',
|
|
|
'pages.table.username': 'userName',
|
|
|
'pages.table.name': 'Name',
|
|
|
- 'pages.table.equipmentName': 'Equipment Name',
|
|
|
+ 'pages.table.deviceName': 'Device Name',
|
|
|
'pages.table.describe': 'Describe',
|
|
|
'pages.table.description': 'Explain',
|
|
|
'pages.table.type': 'Type',
|
|
|
'pages.table.provider': 'Provider',
|
|
|
+ 'pages.table.deviceId': 'Device ID',
|
|
|
+ 'pages.table.productName': 'Product Name',
|
|
|
// 统计分析
|
|
|
'pages.analysis.cpu': 'CPU Usage',
|
|
|
'pages.analysis.jvm': 'JVM Memory',
|
|
|
@@ -49,8 +52,8 @@ export default {
|
|
|
'pages.system.user.name': 'name',
|
|
|
'pages.system.user.password': 'password',
|
|
|
'pages.system.user.confirmPassword': 'confirmPassword',
|
|
|
- 'pages.system.userName.tip': 'If the username is too long, it will automatically shrink',
|
|
|
- 'pages.system.user.name.tips': 'Names that are too long automatically shrink',
|
|
|
+ 'pages.system.userName.tips': 'If the username is too long, it will automatically shrink',
|
|
|
+ 'pages.system.name.tips': 'Names that are too long automatically shrink',
|
|
|
// 角色管理
|
|
|
'pages.system.role': 'Role',
|
|
|
'pages.system.role.id': 'ID',
|
|
|
@@ -69,8 +72,12 @@ export default {
|
|
|
'pages.system.permission.addDataView': 'Data View',
|
|
|
// 系统设置-机构管理
|
|
|
'pages.system.org': 'Organization',
|
|
|
- 'pages.system.org.code': 'Code',
|
|
|
+ 'pages.system.org.encoding': 'Code',
|
|
|
'pages.system.org.count': 'Count',
|
|
|
+ 'pages.system.org.add.orderNumber': 'Order Number',
|
|
|
+ 'pages.system.org.option.bindUser': 'Bind User',
|
|
|
+ 'pages.system.org.option.permission': 'Permission Distribution',
|
|
|
+ 'pages.system.org.option.add': 'Add the lower',
|
|
|
// 系统设置-第三方平台
|
|
|
'pages.system.openApi': 'OpenAPI',
|
|
|
'pages.system.openApi.passWord': 'passWord',
|
|
|
@@ -90,46 +97,84 @@ export default {
|
|
|
'pages.device.product.status.unpublished': 'Unpublished',
|
|
|
'pages.device.product.status.all': 'All',
|
|
|
'pages.device.productDetail': 'ProductDetail',
|
|
|
+ 'pages.device.productDetail.id': 'Product ID',
|
|
|
+ 'pages.device.productDetail.classifiedName': 'Classified Name',
|
|
|
+ 'pages.device.productDetail.protocolName': 'Message Protocol',
|
|
|
+ 'pages.device.productDetail.transportProtocol': 'Link Protocol',
|
|
|
+ 'pages.device.productDetail.createTime': 'Create Time',
|
|
|
+ 'pages.device.productDetail.base': 'Configuration Information ',
|
|
|
+ 'pages.device.productDetail.metadata': 'Metadata',
|
|
|
+ 'pages.device.productDetail.alarm': 'Alarm Set',
|
|
|
+ 'pages.device.productDetail.setting': 'Application Settings',
|
|
|
+ 'pages.device.productDetail.disable': 'Disable',
|
|
|
// 设备管理-产品分类
|
|
|
'pages.device.category': 'Product Classification',
|
|
|
'pages.device.category.id': 'Classification ID',
|
|
|
- 'pages.device.category.logotype': 'Logotype',
|
|
|
+ 'pages.device.category.key': 'Key',
|
|
|
'pages.device.category.name': 'Classification Name',
|
|
|
+ 'pages.device.category.addClass': 'Add Subclasses',
|
|
|
// 设备管理-设备
|
|
|
'pages.device.instance': 'Equipment',
|
|
|
'pages.device.instance.management': 'Equipment Management',
|
|
|
- 'pages.device.instance.productName': 'Product Name',
|
|
|
'pages.device.instance.registrationTime': 'Registration Time',
|
|
|
- 'pages.device.instance.status.notEnabled': 'Not Enabled',
|
|
|
+ 'pages.device.instance.status.notActive': 'Not Active',
|
|
|
'pages.device.instance.status.offLine': 'Off Line',
|
|
|
'pages.device.instance.status.onLine': 'On Line',
|
|
|
- 'pages.device.instance.describe': 'Explain',
|
|
|
+ 'pages.device.instanceDetail.deviceType': 'Device Type',
|
|
|
+ 'pages.device.instanceDetail.transportProtocol': 'Link Protocol',
|
|
|
+ 'pages.device.instanceDetail.protocolName': 'Message Protocol',
|
|
|
+ 'pages.device.instanceDetail.createTime': 'Create Time',
|
|
|
+ 'pages.device.instanceDetail.registerTime': 'Register Time',
|
|
|
+ 'pages.device.instanceDetail.lastTimeOnline': 'Last Time Online',
|
|
|
+ 'pages.device.instanceDetail.property': 'Property',
|
|
|
+ 'pages.device.instanceDetail.events': 'Events',
|
|
|
+ 'pages.device.instanceDetail.function': 'Functions',
|
|
|
+ 'pages.device.instanceDetail.tags': 'Tags',
|
|
|
+ 'pages.device.instanceDetail.save': 'Save',
|
|
|
+ 'pages.device.instanceDetail.detail': 'Detail',
|
|
|
+ 'pages.device.instanceDetail.detail.tags': 'Tags',
|
|
|
+ 'pages.device.instanceDetail.detail.addTags': 'Add Tags',
|
|
|
+ 'pages.device.instanceDetail.running': 'Running',
|
|
|
+ 'pages.device.instanceDetail.running.status': 'Device Status',
|
|
|
+ 'pages.device.instanceDetail.running.onlineTime': 'Online Time',
|
|
|
+ 'pages.device.instanceDetail.metadata': 'Metadata',
|
|
|
+ 'pages.device.instanceDetail.metadata.logotype': 'Logotype',
|
|
|
+ 'pages.device.instanceDetail.metadata.attributeName': 'Attribute Name',
|
|
|
+ 'pages.device.instanceDetail.metadata.parameterName': 'Parameter Name',
|
|
|
+ 'pages.device.instanceDetail.metadata.dataType': 'Data Type',
|
|
|
+ 'pages.device.instanceDetail.metadata.readOnly': 'ReadOnly',
|
|
|
+ 'pages.device.instanceDetail.metadata.unit': 'Unit',
|
|
|
+ 'pages.device.instanceDetail.metadata.readOnly.yes': 'Yes',
|
|
|
+ 'pages.device.instanceDetail.metadata.readOnly.no': 'No',
|
|
|
+ 'pages.device.instanceDetail.functions': 'Functions',
|
|
|
+ 'pages.device.instanceDetail.log': 'Log',
|
|
|
+ 'pages.device.instanceDetail.alarm': 'Alarm',
|
|
|
+ 'pages.device.instanceDetail.visualization': 'Visualization',
|
|
|
+ 'pages.device.instanceDetail.shadow': 'Shadow',
|
|
|
// 设备管理-指令下发
|
|
|
'pages.device.command': 'Command',
|
|
|
- '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.type.readProperty': 'READ_PROPERTY',
|
|
|
+ 'pages.device.command.type.writeProperty': 'WRITE_PROPERTY',
|
|
|
+ 'pages.device.command.type.invokeFunction': 'INVOKE_FUNCTION',
|
|
|
'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',
|
|
|
- 'pages.device.command.errorMessage': 'Error Message',
|
|
|
+ 'pages.device.command.status.wait': 'Wait',
|
|
|
+ 'pages.device.command.status.sendError': 'Send Error',
|
|
|
+ 'pages.device.command.status.success': 'Success',
|
|
|
+ 'pages.device.command.lastError': 'Last Error',
|
|
|
'pages.device.command.sendTime': 'Send Time',
|
|
|
// 设备管理-固件升级
|
|
|
'pages.device.firmware': 'Firmware',
|
|
|
- 'pages.device.firmware.name': 'Firmware Name',
|
|
|
- 'pages.device.firmware.version': 'Firmware version',
|
|
|
- 'pages.device.firmware.products': 'Products',
|
|
|
- 'pages.device.firmware.signature': 'Signature Method',
|
|
|
- 'pages.device.firmware.creationTime': 'Creation Time',
|
|
|
+ 'pages.device.firmware.name': 'Name',
|
|
|
+ 'pages.device.firmware.version': 'Version',
|
|
|
+ 'pages.device.firmware.productName': 'Product Name',
|
|
|
+ 'pages.device.firmware.signMethod': 'Sign Method',
|
|
|
+ 'pages.device.firmware.createTime': 'Create Time',
|
|
|
// 设备管理-告警记录
|
|
|
'pages.device.alarm': 'Alarm',
|
|
|
- '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.status': 'State',
|
|
|
'pages.device.alarm.option.dispose': 'Dispose',
|
|
|
'pages.device.alarm.option.data': 'Alarm Data',
|
|
|
// 设备接入
|
|
|
@@ -139,15 +184,12 @@ export default {
|
|
|
'pages.link.gateway': 'Gateway',
|
|
|
'pages.link.opcua': 'OPC UA',
|
|
|
'pages.link.type': 'Type',
|
|
|
- 'pages.link.provider': 'Provider',
|
|
|
'pages.link.option.debug': 'Debug',
|
|
|
'pages.link.option.record': 'Record',
|
|
|
// 通知管理
|
|
|
'pages.notice.config': 'Config',
|
|
|
- 'pages.notice.config.provider': 'Provider',
|
|
|
'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',
|
|
|
|
|
|
@@ -156,7 +198,7 @@ export default {
|
|
|
'pages.ruleEngine.sqlRule': 'SQL Rule',
|
|
|
'pages.ruleEngine.sqlRule.time': 'Create Time',
|
|
|
'pages.ruleEngine.scene': 'Scene',
|
|
|
- 'pages.ruleEngine.scene.trigger': 'Trigger',
|
|
|
+ 'pages.ruleEngine.scene.triggers': 'Triggers',
|
|
|
'pages.ruleEngine.option.detail': 'Detail',
|
|
|
'pages.ruleEngine.option.start': 'Start',
|
|
|
'pages.ruleEngine.option.restart': 'Restart',
|
|
|
@@ -167,23 +209,20 @@ export default {
|
|
|
'pages.visualization.screen': 'Screen',
|
|
|
'pages.visualization.configuration': 'Configuration',
|
|
|
'pages.visualization.option.addClass': 'Add Subclasses',
|
|
|
- 'pages.visualization.option.record': 'Notification Records',
|
|
|
'pages.visualization.option.copy': 'Copy',
|
|
|
|
|
|
// 模拟测试
|
|
|
'pages.simulator.device': 'Device',
|
|
|
- 'pages.simulator.device.networkType': 'Type',
|
|
|
|
|
|
// 日志管理-访问日志
|
|
|
'pages.log.access': 'Access Log',
|
|
|
- 'pages.log.access.requestPath': 'Request Path',
|
|
|
- 'pages.log.access.describe': 'Explain',
|
|
|
+ 'pages.log.access.url': 'Url',
|
|
|
'pages.log.access.requestTime': 'Request Time',
|
|
|
'pages.log.access.requestTimeConsuming': 'Request Time Consuming',
|
|
|
'pages.log.access.requestUser': 'Request User',
|
|
|
// 日志管理-系统日志
|
|
|
'pages.log.system': 'System Log',
|
|
|
- 'pages.log.system.thread': 'Thread',
|
|
|
+ 'pages.log.system.threadName': 'Thread Name',
|
|
|
'pages.log.system.level': 'Level',
|
|
|
'pages.log.system.logContent': 'Log Content',
|
|
|
'pages.log.system.serviceName': 'Service Name',
|
|
|
@@ -207,7 +246,6 @@ export default {
|
|
|
'pages.media.device.manufacturer': 'Manufacturer',
|
|
|
'pages.media.device.model': 'Model',
|
|
|
'pages.media.device.firmware': 'Firmware',
|
|
|
- 'pages.media.device.networkType': 'Type',
|
|
|
'pages.media.device': 'Device',
|
|
|
'pages.media.reveal': 'Reveal',
|
|
|
'pages.media.cascade': 'Cascade',
|
|
|
@@ -215,5 +253,4 @@ export default {
|
|
|
// 边缘网关
|
|
|
'pages.edge.product': 'Product',
|
|
|
'pages.edge.device': 'Device',
|
|
|
- 'pages.edge.device.productName': 'Product Name',
|
|
|
};
|