device.ts
7.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
export default {
thingsModel: {
action: {
CREATE: '创建物模型',
READ: '物模型详情',
UPDATE: '更新物模型',
DELETE: '删除物模型',
},
},
createText: '@:common.createText@:business.deviceText',
editText: '@:common.editText@:business.deviceText',
updateOrganization: '修改组织',
collectText: '收藏',
alarmText: '告警',
deviceListText: '@:business.deviceText@:common.listText',
createDeviceText: '@:common.createText@:business.deviceText',
importDeviceText: '导入@:business.deviceText',
batchActionText: '批量操作',
assignCustomerText: '分配客户',
editProductText: '@:common.editText@:business.productText',
aliasNameText: '别名/设备名称',
lastOnlineTimeText: '最后连接时间',
lastOfflineTimeText: '最后断开时间',
cancelAssignText: '取消分配',
cancelAssignConfirmText: '是否确认取消分配操作?',
cancelCollectText: '取消收藏',
cancelCollectConfirmText: '是否确认取消收藏操作?',
onlineRecordText: '上下线记录',
allowText: '允许',
notAllowText: '不允许',
publiceDeviceConfirmTitleText: '是否确定将设备 {name} 设为 {type}吗?',
publicDeiviceConfirmText: '确认后,设备及其所有数据将被设为{type}并{allow}被其他人访问。',
deviceInfoText: '设备信息',
deviceCertificateText: '设备凭证',
autoGenerateText: '自动生成',
deviceTypeHelpText: '选择所属产品,自动关联设备类型',
addressCodeText: '地址码',
addressCodeHelpText: '地址码范围为00~FF',
codeText: '设备标识',
codePlaceholderText: '请输入设备标识或设备地址码',
brandText: '厂家',
deviceLabelText: '设备标签',
searchLocationText: '搜索位置',
productPlaceholderText: '@:common.chooseText@:business.affiliatedProductText',
organizationPlaceholderText: '@:common.chooseText@:business.affiliatedOrganizationText',
addProtocolText: '添加协议',
clientIdText: '客户端ID',
clientIdPlaceholderText: '@:common.inputText@:deviceManagement.device.clientIdText',
refrestClientIdText: '刷新@:deviceManagement.device.clientIdText',
accessTokenText: '访问令牌',
accessTokenPlaceholderText: '@:common.inputText@:deviceManagement.device.accessTokenText',
refreshAccessTokenText: '刷新@:deviceManagement.device.accessTokenText',
certificateTypeText: '凭据类型',
rsaPublicKeyText: 'RSA公钥',
usernameText: '用户名',
passwordText: '密码',
thingsModelDataText: '@:business.thingsModelText',
subdeviceText: '子设备',
commandDeliveryRecordText: '命令下发记录',
eventManagementText: '事件管理',
taskText: '任务',
videoChannelText: '视频通道',
deviceTopicText: '设备Topic',
topicHelpText: '复制或查看设备Topic',
managementDeviceCertificateText: '管理@:deviceManagement.device.deviceCertificateText',
addLocationPlaceholderText: '请添加设备地理位置',
deviceCameraCodeText: '设备编号',
hostAddressText: '地址',
streamModeText: '流传输模式',
channelSyncText: '通道同步',
channelCodeText: '通道编号',
cameraCodeText: '国标编号',
channelNameText: '通道名称',
modelNumberText: '型号',
thingsModelKeyValueText: '键/值',
attributeDeliverySuccessText: '属性下发成功',
valueRangeRuleText: '取值范围在{min}~{max}之间',
lengthRuleText: '数据长度应该小于{length}',
noResponseText: '未响应',
commandDeliveryTimeText: '命令下发时间',
commandDeliveryTypeText: '命令类型',
responseTypeText: '响应类型',
commandStatusText: '命令状态',
responseContentText: '响应内容',
commandContentText: '命令内容',
callTypeText: '单向/双向',
commandText: '命令',
timeText: '时间',
identifierHelpText: '标识符:物模型事件功能定义标识符',
eventNameText: '事件名称',
dateRangeText: '时间范围',
remoteConnectionStatusText: '远程连接状态',
allowRemoteConnectionText: '允许远程连接',
deviceSnCodeText: '设备SN',
tBoxInfoText: 'TBox信息',
turnOnSuccessText: '开启成功',
turnOffSuccessText: '关闭成功',
remoteConnectionText: '远程连接',
taskListText: '任务列表',
attributeText: '属性',
keyText: '键',
valueText: '值',
queryTypeText: '查询方式',
lastestText: '最后',
timeRangeText: '时间段',
latestDataText: '最后数据',
dataAggregateText: '数据聚合功能',
timeIntervalText: '时间分隔',
maxLimitText: '最大条数',
maxLimitHelpText: '根据查询条件, 查出的数据条数不超过这个值, 最大支持查询条数50000条.',
deviceAttributeText: '设备属性',
dataSortText: '数据排序',
chartModeText: '图表模式',
listModeText: '列表模式',
latestUpdateTimeText: '最后更新时间',
batchUpdateProducts: '批量更新产品',
batchUpdateProductsMessage:
'注意:修改设备产品时只能修改为同类型产品,如果"大屏"、"组态"、"看板"、"场景联动"、"数据流转"等有关联设备,请自行调整并保存。',
protocolType: '协议类型',
sourceProduct: '源产品',
deviceType: '设备类型',
targetProduct: '目标产品',
batchUpdateDevice: '批量修改设备',
organizeArrayBased: '依据网关设备请求的组织数组',
chooseOrganization: '选择组织',
nameText: '名称',
labelText: '标签',
statusText: '状态',
latestConnectionTimeText: '最后连接时间',
alarmTimeText: '告警时间',
alarmDeviceText: '告警设备',
alarmSceneText: '告警场景',
alarmSeverityText: '告警级别',
alarmDetailsText: '告警详情',
basicInfoText: '基本信息',
templateDownloadText: '模版下载',
selectAFileText: '选择一个文件',
deviceFileText: '设备文件',
selectColumnTypeText: '选择列类型',
createEntityText: '创建新实体',
completeText: '完成',
columnNameText: '列名称',
columnTypeText: '列类型',
createSuccessText: '创建成功',
errorText: '错误',
errorListText: '错误列表',
updateText: '更新',
templateDownloadHelpText:
'注意:模板表头的第一列为设备名称,第二列为访问令牌。新增列时,名称和访问令牌不能重复。',
csvSeparationText: 'CSV分隔符号',
firstRowContainColumnNameText: '第一行包含列名',
telemetryAttributeText: '更新属性/遥测',
deviceImportTemplateText: '设备导入模版',
manageDeviceCredentials: '管理设备凭证',
updateProductHelpMessage: {
text1: '注意:',
text2:
'修改设备产品时,如果"大屏"、"组态"、"看板"、"场景联动"、"数据流转"等有关联设备,请自行调整并保存。',
},
updateOrgHelpMessage: {
text1: '注意:',
text2:
'1、修改设备组织时,如果"大屏"、"组态"、"看板"、"场景联动"、"数据流转"等有关联设备,请自行调整并保存。',
text3:
'2、网关设备在修改组织时,其关联网关子设备组织归属于网关组织及以下不用修改,否则将同步更新网关子设备组织为网关组织。',
},
commandIssuanceContent: '命令下发内容',
commandIssuance: '命令下发',
intervalErrorText: '请选择时间间隔',
tcpAddressCodeHelpText: 'tcp网关子设备在线时,不能修改设备标识或地址码',
videoChannel: {
preview: '视频预览',
videoLoadding: '视频加载中...',
controlHelp: '长按按钮调用API,由于视频流媒体提供的流,有一定时延,请耐心等待。',
console: '云台控制',
},
};