device.js
2.94 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
export default {
pleaseEnterDeviceName: '请输入设备名称或别名搜索',//Please enter the device name or alias to search
deviceNum: '设备数',
pleaseBindAccount: '请进行账号绑定',
deviceNumber: '设备编号',
deviceStatus: '设备状态',
alarmStatus: '告警状态',
deviceType: '设备类型',
isDeviceCollect: '设备是否收藏',
basicInfo: '基础信息',
realTime: '实时数据',
historyTime: '历史数据',
alarmLog: '告警记录',
commandRecord: '命令记录',
inQueue: '队列中',
hasBeenSent: '已发送',
successSent: '发送成功',
responseSuccess: '响应成功',
timeout: '超时',
expired: '已过期',
ResponseFailed: "响应失败",
deletedText: '已删除',
oneWay: '单向',
twoWay: '双向',
lastConnectionTime: '最后连接时间',
isAlarm: '是否告警',
deviceRemark: '设备描述',
commandIssuance: '命令下发',
issuanceType: '下发类型',
pleaseEnterCommandContent: '请输入下发内容',
currentDeviceNotOnLine: '当前设备不在线',
pleaseCommandRule: '输入的内容只能是字母和数字的组合',
issuedSuccess: "下发成功",
oneTwoWay: '单向/双向',
service: '服务',
inputParameter: '输入参数',
stringFormat: '字符串格式',
jsonFormat: 'JSON格式',
pleaseSelectService: '请选择服务',
pleaseSelectDate: '请选择日期',
pleaseSelectTimeInterval: '请选择时间区间',
pleaseSelectDataAgg: '请选择数据聚合功能',
pleaseSelectAttribute: '请选择属性',
variableValue: '变量值',
updateTime: '更新时间',
startTime: '开始时间',
entTime: '结束时间',
maximumNumber: '最大条数',
triggerAttribute: '触发属性',
triggerCondition: '触发条件',
triggerValue: '触发值',
notANumber: '不是一个有效的数字',
rangeValues: '取值范围在{min}~{max}之间',
dataLengthLess: '数据长度应该小于',
noCurrently: '暂无可选的',
serviceCommand: '服务命令',
alarmStatus: '告警状态:',
activationNotConfirmed: "激活未确认",
activationConfirmed: '激活已确认',
clearUnconfirmed: '清除未确认',
clearConfirmed: '清除已确认',
urgent: '紧急',
important: '重要',
secondary: '次要',
warning: '警告',
uncertain: '不确定',
equal: '等于',
notEqual: '不等于',
less: '小于',
lessOfEqual: '小于等于',
greater: '大于',
greaterOrEqual: '大于等于',
starting: '开始于',
ending: '结束于',
contain: '包含',
notIncluded: '不包含',
minutes30: '30分钟',
hour1: '1小时',
hours2: '2小时',
pastDay: '近一天',
alarmFiltering: '告警筛选',
selectDate: '选择日期',
alarmLevel: '告警等级',
selectTime: '选择时间',
commandType: '命令类型',
commandStatus: '命令状态',
responseType: '响应类型',
issuanceStatus: '下发状态',
commandTime: '命令下发时间',
responseResults: '响应结果',
commandContent: '命令内容'
}