config.ts
1.59 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
export default {
search: {
name: 'Configuration name',
state: 'Configuration status',
time: '@:common.createText time',
enable: 'Enable',
disable: 'Disable',
},
reportForms: 'Report forms',
createButton: '@:common.createText report forms',
downloadButton: 'Download report forms',
viewDevice: 'View Device',
viewReport: 'View report',
editReport: 'Edit Report',
placeDevOrAttr: 'Please select the device and its properties',
modalTitle: 'Execution equipment and properties',
table: {
title: 'Report List',
organization: 'Organization',
excuteWay: 'Execution method',
device: 'Execution device',
founder: 'Founder',
time: 'Create time',
},
create: {
reportName: 'Report name',
reportNameRule: 'There is a slash or backslash in the report name',
remark: 'Describe',
excuteWay: 'Execution method',
excuteWayMessage: `Execute immediately, after creating the report configuration, enable the configuration to execute immediately;
Timed execution, user-defined execution time, when enabled,
Automatically execute after meeting the execution time conditions.`,
dataType: 'Data type',
maxNumber: 'Maximum number of entries',
queryCycle: 'Query cycle',
polyConfitions: 'Polymerization conditions',
intervalTime: 'Interval time',
intervalTimeRule: 'Interval time is Required',
recentTime: 'Recent time',
immediate: 'Execute immediately',
timeImmediate: 'Timed execution',
fixedCycle: 'Fixed cycle',
customCycle: 'Custom cycle',
rawData: 'Raw data',
aggData: 'aggregated data',
},
};