index.ts
3.99 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
export default {
actions: {
CREATE: 'Create scene linkage',
READ: 'Scene linkage detail',
UPDATE: 'Update scene linkage',
DELETE: 'Delete scene linkage',
},
title: 'Scene linkage list',
add: 'New scenario linkage',
batchDelete: 'Batch deletion',
view: 'Check',
edit: 'Edit',
singleDelete: 'Delete',
more: 'More',
sureBatchDelete: 'Are you sure you want to delete data in bulk',
sureDelete: 'Are you sure you want to delete it',
enable: 'Enable',
disable: 'Disable',
action: 'Action',
name: 'Scene linkage name',
triggerType: 'Trigger type',
status: 'Status',
description: 'Description',
creatorName: 'CreatorName',
createTime: 'CreateTime',
affiliatedOrganization: 'Affiliated Organization',
linkedgeName: 'Linkedge name',
trigger: 'Trigger',
triggerText:
'The trigger cannot be empty, and the message can be triggered as long as any of the triggering conditions are met. ',
conditionsForExecution: 'Conditions for execution',
conditionsForExecutionText:
'The execution condition can be empty, and the message needs to meet all execution conditions in order to be processed.',
executeAction: 'Execute action',
executeActionText:
'When both the trigger and execution conditions are met, what will the scenario linkage do, such as device linkage, alarm notification, etc.',
sceneLinkage: 'Scene Linkage',
singleAdd: 'Add',
enableRules: 'Enable Rules',
pleaseEnter: 'Please Enter',
pleaseSelect: 'Please Select',
equipmentType: 'Equipment Type',
product: 'Product',
triggerDeviceType: 'Trigger Device Type',
device: 'Device',
triggerMethod: 'Trigger Method',
triggerConditions: 'Trigger Conditions',
attribute: 'Attribute',
compareTypes: 'Compare Types',
duration: 'Duration',
repetitions: 'Repetitions',
event: 'Event',
equal: 'Equal',
notEqual: 'Not Equal',
less: 'Less',
lessOrEqual: 'Less Or Equal',
greater: 'Greater',
greaterOrEqual: 'Greater Or Equal',
startsWith: 'Starts With',
endsWith: 'Ends With',
contains: 'Contains',
notContains: 'Not Contains',
true: 'True',
false: 'False',
anyTime: 'Any Time',
specificTime: 'Specific Time',
custom: 'Custom',
simple: 'Simple',
deviceTrigger: 'Device Trigger',
scheduleTrigger: 'Schedule Trigger',
sceneTrigger: 'Scene Trigger',
handTrigger: 'Hand Trigger',
attrTrigger: 'Attr Trigger',
eventTrigger: 'Event Trigger',
all: 'All',
part: 'Part',
number: 'Number',
boolean: 'Boolean',
string: 'String',
dataTime: 'DataTime',
seconds: 'Seconds',
minutes: 'Minutes',
hours: 'Hours',
days: 'Days',
deviceOut: 'Device out',
msgNotify: 'Msg notify',
addAlarmConfiguration: 'Add alarm configuration',
alarmConfiguration: 'Alarm Configuration',
alarmLevel: 'Alarm Level',
type: 'Type',
commandIssuanceType: 'Command Issuance Type',
service: 'Service',
clearAlarms: 'Clear Alarms',
customCommands: 'Custom Commands',
enableClearRuleText: 'Clear alarms and trigger one-to-one correspondence',
transportType: 'Transport Type',
serviceID: 'Service ID',
serviceDetails: 'Service Details',
pleaseCheckCustomCommands: 'Please Check Custom Commands',
addClearAlarms: 'Add Clear Alarms',
enableType: 'Enable Type',
timeZone: 'TimeZone',
enablingDay: 'Enabling Day',
enablingTime: 'Enabling Time',
rule: 'Rule',
week: 'Week',
pleaseSelectEndTime: 'Please Select End Time',
pleaseSelectStartTime: 'Please Select Start Time',
close: 'Close',
cancel: 'Cancel',
executeOperation: 'Execute Operation',
operationValue: 'Operation Value',
ignoreCase: 'Ignore Case',
conditionalFiltering: 'Conditional Filtering',
andText: 'And',
addConditionalFiltering: 'Add Conditional Filtering',
and: 'And',
pleaseSelectOrganization: 'Please Select Organization',
pleaseEnterSceneLinkageName: 'Please Enter SceneLinkage Name',
pleaseSelectStatus: 'Please Select Status',
monday: 'Monday',
tuesday: 'Tuesday',
wednesday: 'Wednesday',
thursday: 'Thursday',
friday: 'Friday',
saturday: 'Saturday',
sunday: 'Sunday',
};