station.ts
8.67 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
export default {
// 站点管理-站点列表
// 分组名称
'manage.station.list.groupName': 'Group name',
// 所属企业
'manage.station.list.affiliatedEnterprise': 'Affiliated enterprise',
// 请选择企业
'manage.station.list.businessSelect': 'Please select a business',
// 联系人员
'manage.station.list.contactPerson': 'Contact person',
// 联系电话
'manage.station.list.contactNumber': 'Contact number',
// 站点简介
'manage.station.list.siteProfile': 'Site profile',
// 请输入站点简介,最多不能超过200字
'manage.station.list.sitePlaceHolder': 'Please enter a brief description of the site in a maximum of 200 words',
// 编辑站点
'manage.station.list.editSite': 'Edit site',
// 添加站点
'manage.station.list.addSite': 'Add site',
// 站点名称
'manage.station.list.siteName': 'Site name',
// 站点编号
'manage.station.list.stationNumber': 'Station number',
// 上级目录
'manage.station.list.parentDirectory': 'Parent directory',
// 请选择上级目录
'manage.station.list.directorySelect': 'Please select the parent directory',
// 电站类型
'manage.station.list.stationType': 'Type of power station',
// 请选择电站类型
'manage.station.list.stationTypeSelect': 'Please select a power station type',
// 光伏类型
'manage.station.list.pvType': 'Photovoltaic type',
// 请选择光伏类型
'manage.station.list.pvTypeSelect': 'Please select a PV type',
// 建站时间
'manage.station.list.stationTime': 'Station construction time',
// 请选择建站时间
'manage.station.list.stationTimeSelect': 'Please select the site time',
// 投运时间
'manage.station.list.operationalTime': 'Operational time',
// 请选择投运时间
'manage.station.list.launchTimeSelect': 'Please select the launch time',
// 电压等级
'manage.station.list.voltageLevel': 'Voltage level',
// 额定容量
'manage.station.list.ratedCapacity': 'Rated capacity',
// 设备上限
'manage.station.list.limit': 'Device limit',
// 测点上限
'manage.station.list.station': 'Station limit',
// 报警开关
'manage.station.list.alarmSwitch': 'Alarm switch',
// 站点报警总开关
'manage.station.list.alarmFlag': 'Station alarm main switch',
// 是否停用
'manage.station.list.disableOrNot': 'Disable or not',
// 站点照片
'manage.station.list.sitePhoto': 'Site photo',
// 位置信息
'manage.station.list.information': 'Location information',
// 站点省市
'manage.station.list.stationProvince': 'Station province',
// 详细地址
'manage.station.list.detailedAddress': 'Detailed address',
// 电站坐标
'manage.station.list.coordinates': 'Station coordinates',
// 定位
'manage.station.list.orientation': 'orientation',
// 光伏配置
'manage.station.list.pvConfig': 'Photovoltaic configuration',
// 装机容量
'manage.station.list.capacity': 'Installed capacity',
// 请输入装机容量
'manage.station.list.capacityPlaceholder': 'Please enter the installed capacity',
// 方位角度
'manage.station.list.azimuth': 'Azimuth Angle',
// 请输入方位角度
'manage.station.list.azimuthPlaceholder': 'Please enter the azimuth Angle',
// 组件倾角
'manage.station.list.inclination': 'Component inclination',
// 请输入组件倾角
'manage.station.list.inclinationPlaceholder': 'Please enter component inclination Angle',
// 其他配置
'manage.station.list.otherConfig': 'Other configuration',
// 电价标准
'manage.station.list.priceStandard': 'Electricity price standard',
// 请选择电价标准
'manage.station.list.tariffSelect': 'Please select a tariff',
// 坐标拾取
'manage.station.list.picking': 'Coordinate picking',
// 请输入关键词进行搜索
'manage.station.list.keywordsPlaceholder': 'Please enter keywords to search',
// 坐标获取结果:
'manage.station.list.coordinatesResult': 'Results obtained by coordinates:',
// 站点管理-页面配置
// 模块类型
'manage.station.pageConfig.moduleType': 'Module type',
// 请选择模块类型
'manage.station.pageConfig.moduleTypeSelect': 'Please select a module type',
// 新建配置
'manage.station.pageConfig.configuration': 'New configuration',
// 配置
'manage.station.pageConfig.disposition': 'disposition',
// 添加配置
'manage.station.pageConfig.addconfig': 'Add configuration',
// 编辑配置
'manage.station.pageConfig.editconfig': 'Edit configuration',
// 站点类型
'manage.station.pageConfig.siteType': 'Site type',
// 请选择站点类型
'manage.station.pageConfig.siteTypeSelect': 'Please select a site type',
// 上级目录
'manage.station.pageConfig.parentDirectory': 'Parent directory',
// 请选择上级目录
'manage.station.pageConfig.directorySelect': 'Please select the parent directory',
// 模块名称
'manage.station.pageConfig.moduleName': 'Module name',
// 页面标识
'manage.station.pageConfig.identity': 'Page identity',
// 页面排序
'manage.station.pageConfig.sorting': 'Page sorting',
// 是否动态
'manage.station.pageConfig.dynamicOrNot': 'Dynamic or not',
// 备注
'manage.station.pageConfig.remark': 'remark',
// 请输入备注,最多不超过200字
'manage.station.pageConfig.remarksMmaximum': 'Please enter remarks, maximum 200 words',
// 页面配置
'manage.station.pageConfig.pageConfiguration': 'Page configuration',
// X轴类型
'manage.station.pageConfig.x-axis': 'X-axis type',
// 请选择X轴类型
'manage.station.pageConfig.x-axisSelect': 'Please select the X-axis type',
// 选择变量
'manage.station.pageConfig.variableSelect': 'Selection variable',
// 子变量
'manage.station.pageConfig.subvariable': 'subvariable',
// 移除
'manage.station.pageConfig.Remove': 'Remove',
// 选择设备
'manage.station.pageConfig.deviceSelect': 'Select device',
// 请选择设备
'manage.station.pageConfig.devicePlaceholder': 'Please select device',
// 变量名称
'manage.station.pageConfig.variableName': 'Variable name',
// 变量名称,支持模糊搜索
'manage.station.pageConfig.variablePlaceholder': 'Variable name, support fuzzy search',
// 站点管理-电价标准
// 电价名称
'manage.station.scheme.priceName': 'Price name',
// 支持模糊查询
'manage.station.scheme.priceNamePlaceholder': 'Support fuzzy query',
// 新建标准
'manage.station.scheme.newStandard': 'New standard',
// 配置电价
'manage.station.scheme.configurePrice': 'Allocation price',
// 年
'manage.station.scheme.year': 'year',
// 重算电价
'manage.station.scheme.recalculationTariff': 'Recalculation tariff',
// 编辑标准
'manage.station.scheme.editStandard': 'Editorial standard',
// 添加标准
'manage.station.scheme.addStandard': 'Addition standard',
// 电价名称
'manage.station.scheme.tariffName': 'Tariff name',
// 适用地区
'manage.station.scheme.applicableArea': 'Applicable area',
// 请选择适用地区
'manage.station.scheme.areaSelect': 'Please select the applicable region',
// 用电分类
'manage.station.scheme.electricityType': 'Classification of electricity consumption',
// 请选择用电分类
'manage.station.scheme.electricitySelect': 'Please select electricity classification',
// 用电标准
'manage.station.scheme.electricityStandard': 'Electricity standard',
// 请选择用电标准
'manage.station.scheme.standardSelect': 'Please select the electricity standard',
// 电压等级
'manage.station.scheme.voltageLevel': 'Voltage level',
// 请选择电压等级
'manage.station.scheme.voltageLevelSelect': 'Please select a voltage level',
// 生效年份
'manage.station.scheme.effectiveYear': 'Effective year',
// 请选择生效年份
'manage.station.scheme.effectiveYearSelect': 'Please select an effective year',
// 电度电价
'manage.station.scheme.wattHour': 'Watt-hour price',
// 生效月份
'manage.station.scheme.effectiveMonth': 'Effective month',
// 请选择生效月份
'manage.station.scheme.effectiveMonthSelect': 'Please select an effective month',
// 电价类型
'manage.station.scheme.priceType': 'Electricity price type',
// 全天电价
'manage.station.scheme.allDay': 'All-day price',
// 设置单价
'manage.station.scheme.setUnitPrice': 'Set unit price',
// 尖峰
'manage.station.scheme.peak': 'peak',
// 元
'manage.station.scheme.yuan': 'yuan',
// 峰段
'manage.station.scheme.crestSegment': 'Crest segment',
// 平段
'manage.station.scheme.flatSection': 'Flat section',
// 谷段
'manage.station.scheme.valleySegment': 'Valley segment',
// 深谷
'manage.station.scheme.ravine': 'ravine',
// 添加时段
'manage.station.scheme.addPeriod': 'Add period',
}