var.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
export default {
// 变量
'power.energy.device.variable': 'Variable',
// --变量信息--
'power.energy.device.varInfo': 'Variable information',
// 添加变量
'power.energy.device.addVariable': 'Add variable',
// 变量导出
'power.energy.device.varExport': 'Variable export',
// 变量导入
'power.energy.device.varImport': 'Variable import',
// 开启监控
'power.energy.device.openMonitor': 'Open monitor',
// 关闭监控
'power.energy.device.closeMonitor': 'Close monitor',
// 变量编号
'power.energy.device.varCode': 'Variable code',
// 请选择变量编号
'power.energy.device.selectVarCode': 'Please select a variable code',
// 用电设备
'power.energy.device.electricityDevice': 'Electricity device',
// 请选择用电设备
'power.energy.device.selectElectricityDevice': 'Please select an energy-using device',
// 变量属性
'power.energy.device.varAttribute': 'Variable attribute',
// 请选择变量属性
'power.energy.device.selectVarAttribute': 'Select variable attribute',
// 变量单位
'power.energy.device.varUnit': 'Variable unit',
// 变量类型
'power.energy.device.varType': 'Variable type',
// 请选择变量类型
'power.energy.device.selectVarType': 'Select variable type',
// 是否监控
'power.energy.device.isMonitor': 'Is monitor',
// --数据处理--
'power.energy.device.dataProcessing': 'Data processing',
// 数据类型
'power.energy.device.dataType': 'Data type',
// 请选择数据类型
'power.energy.device.selectDataType': 'Select data type',
// 初始赋值
'power.energy.device.inAssignment': 'Initial assignment',
// 数据基值
'power.energy.device.dataBaseValue': 'Data base value',
// 数据系数
'power.energy.device.dataCoefficient': 'Data coefficient',
// 存盘周期
'power.energy.device.savePeriod': 'Save period',
// 请选择存盘周期
'power.energy.device.selectSavePeriod': 'Select save period',
// 是否累计量
'power.energy.device.isCumulative': 'Is cumulative',
// 累积类型
'power.energy.device.cumulativeType': 'Cumulative type',
// --数据来源--
'power.energy.device.dataSource': 'Data source',
// 来源类型
'power.energy.device.sourceType': 'Source type',
// IO型
'power.energy.device.ioType': 'IO type',
// 内存型
'power.energy.device.memoryType': 'Memory type',
// 信息体地址
'power.energy.device.infoAddress': 'Info address',
// 寄存器地址
'power.energy.device.registerAddress': 'Register address',
// 数据标识
'power.energy.device.dataIdentifier': 'Data identifier',
// 请选择数据标识
'power.energy.device.selectDataIdentifier': 'Select data identifier',
// 通讯设备
'power.energy.device.communication': 'Communication device',
// 读写类型
'power.energy.device.readWriteType': 'Read write type',
// 只读
'power.energy.device.readOnly': 'Read only',
// 只写
'power.energy.device.writeOnly': 'Write only',
// 读写
'power.energy.device.readWrite': 'Read write',
// --计算公式--
'power.energy.device.formula': 'Calculation formula',
// 回退
'power.energy.device.back': 'Back',
// 缺失值处理
'power.energy.device.missingValue': 'Missing value',
// --数据过滤--
'power.energy.device.dataFilter': 'Data filter',
// 绝对值小于
'power.energy.device.absoluteValue': 'Absolute value less than',
// 绝对值大于
'power.energy.device.absoluteValueGreaterThan': 'Absolute value greater than',
// 替换为
'power.energy.device.replace': 'Replace with',
// 零值计算
'power.energy.device.calculation': 'Zero value calculation',
// 补充当前数据
'power.energy.device.supplement': 'Supplement current data',
// 数据修正
'power.energy.device.dataFix': 'Data Corrections',
// 属性名称
'power.energy.device.attrName': 'Attribute name',
// 属性编码
'power.energy.device.attrCode': 'Attribute encoding',
// 属性单位
'power.energy.device.attrUnit': 'Attribute unit',
// 适用类型
'power.energy.device.attrType': 'Type of application',
// 添加属性
'power.energy.device.attrAdd': 'Add attribute',
}