alarm.ts
3.23 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
export default {
contacts: {
contactName: 'Contact name',
phone: 'Mobile phone',
phoneNumber: 'Phone number',
weChat: 'WeChat',
dingTalk: 'DingTalk',
email: 'Email',
createButton: '@:common.createText Alarm contact person',
weChatMessageL:
'Attention: WeChat notifiers must bind their usage account in the thingskit mini program. If not bound, they will not receive notifications',
createAlarm: '@:common.createText contact configuration',
updateAlarm: '@:common.editText contact configuration',
weChatMessageNew:
'The enterprise WeChat notification phone number must be bound to the corresponding enterprise WeChat, otherwise the alarm notification cannot be received.',
table: {
title: 'Alarm contact list',
name: 'Name',
dingMessage: 'Please enter the phone number associated with DingTalk',
dingPlace: 'If left blank, default to phone number',
remark: 'Remark',
createTime: 'Creation time',
updateTime: 'Update time',
},
},
log: {
device: 'Alarm device',
scenario: 'Alarm scenario',
textRule: 'Word count does not exceed 255 words',
level: 'Alarm level',
time: 'Alarm time',
table: {
title: 'Alarm Record List',
state: 'Alertable',
detail: 'Alarm details',
status: 'Confirm Status',
confirmed: 'Confirmed',
unconfirmed: 'Unconfirmed',
viewAlarmDetail: 'View alarm detail',
triggerAttr: 'Trigger attribute',
triggerCond: 'Trigger conditions',
triggerValue: 'Trigger value',
trigger: 'Trigger',
conditions: 'Conditions for execution',
},
form: {
startTime: 'Start Time',
endTime: 'End Time',
processTime: 'Processing time',
clearTime: 'Clear Time',
severity: 'Severity',
state: 'Status',
detail: 'Detail',
},
search: {
alarmOkState: 'Alarm/Confirmation Status',
message: `
'Activation unconfirmed: can be processed, cleared',
'Activation confirmed: can only be cleared, processed',
'Clear unconfirmed: can only be processed, cleared',
'Clear confirmed: no processing or clearing required',`,
cleanUp: 'Clean up',
activation: 'Activation',
},
},
config: {
name: 'Alarm configuration name',
alarmContact: 'Alarm contact person',
alarm: 'Alarm',
notification: 'Notification method',
remark: 'Remark',
createAlarmConfig: 'Create alarm configuration',
updateAlarmConfig: 'Edit alarm configuration',
currentAlarm: 'Current alarm notification contact',
currentAlarmMethod: 'Current alarm contact information',
table: {
title: 'Alarm Configuration List',
name: 'Configuration name',
state: 'Status',
createTime: 'Create Time',
updateTime: 'Update Time',
viewContact: 'View contact',
viewMethod: 'View notification',
},
search: {
state: 'Alarm configuration status',
enable: 'Enable',
disable: 'Disable',
notEnable: 'Not enabled',
},
form: {
message:
'The notification method needs to be configured with the corresponding alarm message template in the message management, otherwise the alarm contact person cannot be successfully notified',
},
},
};