device.js
3.13 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
export default {
pleaseEnterDeviceName: 'Please enter the device name or alias to search',
deviceNum: 'Device number',
pleaseBindAccount: 'Please bind your account',
deviceNumber: 'Device Number',
deviceStatus: 'Device status',
alarmStatus: 'Alarm status',
deviceType: 'Device type',
isDeviceCollect: 'Is the device collect',
basicInfo: 'Basic information',
realTime: 'Real time Data',
historyTime: 'History time Data',
alarmLog: 'Alarm log',
commandRecord: 'Command record',
inQueue: 'In Queue',
hasBeenSent: 'Has been sent',
successSent: 'Successfully sent',
responseSuccess: 'Response successful',
timeout: 'Timeout',
expired: 'Expired',
ResponseFailed: "Response failed",
deletedText: 'Deleted',
oneWay: 'One-way',
twoWay: 'Two-way',
lastConnectionTime: 'Last connection time',
isAlarm: 'Is there an alarm',
deviceRemark: 'Device Description',
commandIssuance: 'Command issuance',
issuanceType: 'Type of issuance',
pleaseEnterCommandContent: 'Please enter the content to be issued',
currentDeviceNotOnLine: 'The current device is not online',
pleaseCommandRule: "pleaseCommandRule",
issuedSuccess: 'Issued successfully',
oneTwoWay: 'One/Two way',
service: 'Service',
inputParameter: "input parameter",
stringFormat: 'String format',
jsonFormat: 'JSON format',
pleaseSelectService: 'Please select a service',
pleaseSelectDate: 'Please select a date',
pleaseSelectTimeInterval: 'Please select a time interval',
pleaseSelectDataAgg: 'Please select the data aggregation function',
pleaseSelectAttribute: 'Please select attributes',
variableValue: 'Variable value',
updateTime: 'Update time',
startTime: 'Start time',
entTime: 'End time',
maximumNumber: 'Maximum number of items',
triggerAttribute: 'Trigger attribute',
triggerCondition: 'Trigger condition',
triggerValue: 'Trigger value',
rangeValues: 'The value range is between {min} and {max}',
dataLengthLess: 'The data length should be less than',
noCurrently: 'There are currently no options available',
serviceCommand: 'Service command',
alarmStatus: 'Alarm status :',
activationNotConfirmed: "Activation not confirmed",
activationConfirmed: 'Activation confirmed',
clearUnconfirmed: 'Clear unconfirmed',
clearConfirmed: 'Clear Confirmed',
urgent: 'Urgent',
important: 'Important',
secondary: 'Secondary',
warning: 'Warning',
uncertain: 'Uncertain',
equal: 'be equal to',
notEqual: 'Not equal to',
less: 'less than',
lessOfEqual: 'Less than or equal to',
greater: 'greater than',
greaterOrEqual: 'Greater than or equal to',
starting: 'Starting from',
ending: 'Ending at',
contain: 'contain',
notIncluded: 'Not included',
minutes30: '30 Minutes',
hour1: '1 hour',
hours2: '2 hours',
pastDay: 'In the past day',
alarmFiltering: 'Alarm filtering',
selectDate: 'Select Date',
alarmLevel: 'Alarm level',
selectTime: 'Select time',
commandType: 'Command type',
commandStatus: 'Command status',
responseType: 'Response type',
issuanceStatus: 'Issuance status',
commandTime: 'Command issuance time',
responseResults: 'Response results',
commandContent: 'Command content'
}