@compas-oscd/open-scd 0.34.2 → 0.34.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/WizardDivider.d.ts +8 -0
- package/dist/src/WizardDivider.js +37 -0
- package/dist/src/WizardDivider.js.map +1 -0
- package/dist/src/Wizarding.d.ts +10 -0
- package/dist/src/Wizarding.js +38 -0
- package/dist/src/Wizarding.js.map +1 -0
- package/dist/src/action-icon.d.ts +25 -0
- package/dist/src/action-icon.js +220 -0
- package/dist/src/action-icon.js.map +1 -0
- package/dist/src/action-pane.d.ts +25 -0
- package/dist/src/action-pane.js +176 -0
- package/dist/src/action-pane.js.map +1 -0
- package/dist/src/addons/Editor.d.ts +25 -0
- package/dist/src/addons/Editor.js +106 -0
- package/dist/src/addons/Editor.js.map +1 -0
- package/dist/src/addons/History.d.ts +93 -0
- package/dist/src/addons/History.js +491 -0
- package/dist/src/addons/History.js.map +1 -0
- package/dist/src/addons/Layout.d.ts +96 -0
- package/dist/src/addons/Layout.js +619 -0
- package/dist/src/addons/Layout.js.map +1 -0
- package/dist/src/addons/Settings.d.ts +68 -0
- package/dist/src/addons/Settings.js +465 -0
- package/dist/src/addons/Settings.js.map +1 -0
- package/dist/src/addons/Waiter.d.ts +14 -0
- package/dist/src/addons/Waiter.js +45 -0
- package/dist/src/addons/Waiter.js.map +1 -0
- package/dist/src/addons/Wizards.d.ts +15 -0
- package/dist/src/addons/Wizards.js +48 -0
- package/dist/src/addons/Wizards.js.map +1 -0
- package/dist/src/addons/editor/edit-action-to-v1-converter.d.ts +3 -0
- package/dist/src/addons/editor/edit-action-to-v1-converter.js +96 -0
- package/dist/src/addons/editor/edit-action-to-v1-converter.js.map +1 -0
- package/dist/src/addons/editor/edit-v1-to-v2-converter.d.ts +2 -0
- package/dist/src/addons/editor/edit-v1-to-v2-converter.js +37 -0
- package/dist/src/addons/editor/edit-v1-to-v2-converter.js.map +1 -0
- package/dist/src/addons/history/get-log-text.d.ts +5 -0
- package/dist/src/addons/history/get-log-text.js +26 -0
- package/dist/src/addons/history/get-log-text.js.map +1 -0
- package/dist/src/addons/menu-tabs/menu-tabs.d.ts +22 -0
- package/dist/src/addons/menu-tabs/menu-tabs.js +74 -0
- package/dist/src/addons/menu-tabs/menu-tabs.js.map +1 -0
- package/dist/src/addons/plugin-manager/custom-plugin-dialog.d.ts +28 -0
- package/dist/src/addons/plugin-manager/custom-plugin-dialog.js +177 -0
- package/dist/src/addons/plugin-manager/custom-plugin-dialog.js.map +1 -0
- package/dist/src/addons/plugin-manager/plugin-manager.d.ts +20 -0
- package/dist/src/addons/plugin-manager/plugin-manager.js +165 -0
- package/dist/src/addons/plugin-manager/plugin-manager.js.map +1 -0
- package/dist/src/filtered-list.d.ts +27 -0
- package/dist/src/filtered-list.js +168 -0
- package/dist/src/filtered-list.js.map +1 -0
- package/dist/src/finder-list.d.ts +37 -0
- package/dist/src/finder-list.js +207 -0
- package/dist/src/finder-list.js.map +1 -0
- package/dist/src/foundation/compare.d.ts +79 -0
- package/dist/src/foundation/compare.js +273 -0
- package/dist/src/foundation/compare.js.map +1 -0
- package/dist/src/foundation/dai.d.ts +30 -0
- package/dist/src/foundation/dai.js +127 -0
- package/dist/src/foundation/dai.js.map +1 -0
- package/dist/src/foundation/generators.d.ts +13 -0
- package/dist/src/foundation/generators.js +67 -0
- package/dist/src/foundation/generators.js.map +1 -0
- package/dist/src/foundation/ied.d.ts +22 -0
- package/dist/src/foundation/ied.js +84 -0
- package/dist/src/foundation/ied.js.map +1 -0
- package/dist/src/foundation/nsd.d.ts +4 -0
- package/dist/src/foundation/nsd.js +13 -0
- package/dist/src/foundation/nsd.js.map +1 -0
- package/dist/src/foundation/nsdoc.d.ts +14 -0
- package/dist/src/foundation/nsdoc.js +180 -0
- package/dist/src/foundation/nsdoc.js.map +1 -0
- package/dist/src/foundation/scl.d.ts +1 -0
- package/dist/src/foundation/scl.js +64 -0
- package/dist/src/foundation/scl.js.map +1 -0
- package/dist/src/foundation.d.ts +230 -0
- package/dist/src/foundation.js +1922 -0
- package/dist/src/foundation.js.map +1 -0
- package/dist/src/icons/compare.d.ts +3 -0
- package/dist/src/icons/compare.js +11 -0
- package/dist/src/icons/compare.js.map +1 -0
- package/dist/src/icons/icons.d.ts +41 -0
- package/dist/src/icons/icons.js +611 -0
- package/dist/src/icons/icons.js.map +1 -0
- package/dist/src/icons/ied-icons.d.ts +3 -0
- package/dist/src/icons/ied-icons.js +11 -0
- package/dist/src/icons/ied-icons.js.map +1 -0
- package/dist/src/icons/lnode.d.ts +16 -0
- package/dist/src/icons/lnode.js +50 -0
- package/dist/src/icons/lnode.js.map +1 -0
- package/dist/src/open-scd.d.ts +131 -0
- package/dist/src/open-scd.js +483 -0
- package/dist/src/open-scd.js.map +1 -0
- package/dist/src/oscd-filter-button.d.ts +27 -0
- package/dist/src/oscd-filter-button.js +89 -0
- package/dist/src/oscd-filter-button.js.map +1 -0
- package/dist/src/plain-compare-list.d.ts +36 -0
- package/dist/src/plain-compare-list.js +132 -0
- package/dist/src/plain-compare-list.js.map +1 -0
- package/dist/src/plugin-tag.d.ts +6 -0
- package/dist/src/plugin-tag.js +23 -0
- package/dist/src/plugin-tag.js.map +1 -0
- package/dist/src/plugin.d.ts +23 -0
- package/dist/src/plugin.events.d.ts +15 -0
- package/dist/src/plugin.events.js +12 -0
- package/dist/src/plugin.events.js.map +1 -0
- package/dist/src/plugin.js +2 -0
- package/dist/src/plugin.js.map +1 -0
- package/dist/src/plugins.d.ts +3 -0
- package/dist/src/plugins.js +256 -0
- package/dist/src/plugins.js.map +1 -0
- package/dist/src/schemas.d.ts +58 -0
- package/dist/src/schemas.js +9325 -0
- package/dist/src/schemas.js.map +1 -0
- package/dist/src/themes.d.ts +3 -0
- package/dist/src/themes.js +122 -0
- package/dist/src/themes.js.map +1 -0
- package/dist/src/translations/de.d.ts +2 -0
- package/dist/src/translations/de.js +954 -0
- package/dist/src/translations/de.js.map +1 -0
- package/dist/src/translations/en.d.ts +963 -0
- package/dist/src/translations/en.js +950 -0
- package/dist/src/translations/en.js.map +1 -0
- package/dist/src/translations/loader.d.ts +12 -0
- package/dist/src/translations/loader.js +10 -0
- package/dist/src/translations/loader.js.map +1 -0
- package/dist/src/wizard-checkbox.d.ts +37 -0
- package/dist/src/wizard-checkbox.js +152 -0
- package/dist/src/wizard-checkbox.js.map +1 -0
- package/dist/src/wizard-dialog.d.ts +45 -0
- package/dist/src/wizard-dialog.js +374 -0
- package/dist/src/wizard-dialog.js.map +1 -0
- package/dist/src/wizard-select.d.ts +31 -0
- package/dist/src/wizard-select.js +115 -0
- package/dist/src/wizard-select.js.map +1 -0
- package/dist/src/wizard-textfield.d.ts +50 -0
- package/dist/src/wizard-textfield.js +191 -0
- package/dist/src/wizard-textfield.js.map +1 -0
- package/dist/src/wizards.d.ts +23 -0
- package/dist/src/wizards.js +196 -0
- package/dist/src/wizards.js.map +1 -0
- package/dist/test/foundation.d.ts +34 -0
- package/dist/test/foundation.js +55 -0
- package/dist/test/foundation.js.map +1 -0
- package/dist/test/mock-editor-logger.d.ts +16 -0
- package/dist/test/mock-editor-logger.js +53 -0
- package/dist/test/mock-editor-logger.js.map +1 -0
- package/dist/test/mock-edits.d.ts +7 -0
- package/dist/test/mock-edits.js +12 -0
- package/dist/test/mock-edits.js.map +1 -0
- package/dist/test/mock-open-scd.d.ts +22 -0
- package/dist/test/mock-open-scd.js +53 -0
- package/dist/test/mock-open-scd.js.map +1 -0
- package/dist/test/mock-plugins.d.ts +33 -0
- package/dist/test/mock-plugins.js +239 -0
- package/dist/test/mock-plugins.js.map +1 -0
- package/dist/test/mock-wizard-editor.d.ts +15 -0
- package/dist/test/mock-wizard-editor.js +50 -0
- package/dist/test/mock-wizard-editor.js.map +1 -0
- package/package.json +42 -22
|
@@ -0,0 +1,963 @@
|
|
|
1
|
+
export declare const en: {
|
|
2
|
+
scl: {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
desc: string;
|
|
6
|
+
ord: string;
|
|
7
|
+
value: string;
|
|
8
|
+
EnumVal: string;
|
|
9
|
+
EnumType: string;
|
|
10
|
+
DA: string;
|
|
11
|
+
DO: string;
|
|
12
|
+
DAType: string;
|
|
13
|
+
DOType: string;
|
|
14
|
+
CDC: string;
|
|
15
|
+
Report: string;
|
|
16
|
+
LN: string;
|
|
17
|
+
bType: string;
|
|
18
|
+
type: string;
|
|
19
|
+
sAddr: string;
|
|
20
|
+
valKind: string;
|
|
21
|
+
valImport: string;
|
|
22
|
+
fc: string;
|
|
23
|
+
LNodeType: string;
|
|
24
|
+
lnClass: string;
|
|
25
|
+
accessControl: string;
|
|
26
|
+
transient: string;
|
|
27
|
+
Val: string;
|
|
28
|
+
dchg: string;
|
|
29
|
+
qchg: string;
|
|
30
|
+
dupd: string;
|
|
31
|
+
period: string;
|
|
32
|
+
gi: string;
|
|
33
|
+
fixedOffs: string;
|
|
34
|
+
securityEnable: string;
|
|
35
|
+
DataSet: string;
|
|
36
|
+
Communication: string;
|
|
37
|
+
TrgOps: string;
|
|
38
|
+
OptFields: string;
|
|
39
|
+
multicast: string;
|
|
40
|
+
smpMod: string;
|
|
41
|
+
smpRate: string;
|
|
42
|
+
nofASDU: string;
|
|
43
|
+
seqNum: string;
|
|
44
|
+
timeStamp: string;
|
|
45
|
+
dataSet: string;
|
|
46
|
+
reasonCode: string;
|
|
47
|
+
dataRef: string;
|
|
48
|
+
entryID: string;
|
|
49
|
+
configRef: string;
|
|
50
|
+
bufOvfl: string;
|
|
51
|
+
indexed: string;
|
|
52
|
+
buffered: string;
|
|
53
|
+
maxReport: string;
|
|
54
|
+
bufTime: string;
|
|
55
|
+
intgPd: string;
|
|
56
|
+
SmvOpts: string;
|
|
57
|
+
refreshTime: string;
|
|
58
|
+
sampleRate: string;
|
|
59
|
+
security: string;
|
|
60
|
+
synchSourceId: string;
|
|
61
|
+
SampledValueControl: string;
|
|
62
|
+
iedName: string;
|
|
63
|
+
ldInst: string;
|
|
64
|
+
prefix: string;
|
|
65
|
+
lnInst: string;
|
|
66
|
+
virtual: string;
|
|
67
|
+
phase: string;
|
|
68
|
+
};
|
|
69
|
+
settings: {
|
|
70
|
+
title: string;
|
|
71
|
+
language: string;
|
|
72
|
+
languages: {
|
|
73
|
+
de: string;
|
|
74
|
+
en: string;
|
|
75
|
+
};
|
|
76
|
+
dark: string;
|
|
77
|
+
mode: string;
|
|
78
|
+
showieds: string;
|
|
79
|
+
selectFileButton: string;
|
|
80
|
+
loadNsdTranslations: string;
|
|
81
|
+
invalidFileNoIdFound: string;
|
|
82
|
+
invalidNsdocVersion: string;
|
|
83
|
+
};
|
|
84
|
+
menu: {
|
|
85
|
+
new: string;
|
|
86
|
+
title: string;
|
|
87
|
+
viewLog: string;
|
|
88
|
+
viewDiag: string;
|
|
89
|
+
};
|
|
90
|
+
wizard: {
|
|
91
|
+
title: {
|
|
92
|
+
select: string;
|
|
93
|
+
edit: string;
|
|
94
|
+
add: string;
|
|
95
|
+
selectAp: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
openSCD: {
|
|
99
|
+
loading: string;
|
|
100
|
+
loaded: string;
|
|
101
|
+
readError: string;
|
|
102
|
+
readAbort: string;
|
|
103
|
+
};
|
|
104
|
+
zeroline: {
|
|
105
|
+
iedsloading: string;
|
|
106
|
+
showieds: string;
|
|
107
|
+
showfunctions: string;
|
|
108
|
+
commmap: string;
|
|
109
|
+
reportcontrol: string;
|
|
110
|
+
gsecontrol: string;
|
|
111
|
+
smvcontrol: string;
|
|
112
|
+
};
|
|
113
|
+
editing: {
|
|
114
|
+
node: string;
|
|
115
|
+
created: string;
|
|
116
|
+
deleted: string;
|
|
117
|
+
moved: string;
|
|
118
|
+
updated: string;
|
|
119
|
+
import: string;
|
|
120
|
+
complex: string;
|
|
121
|
+
error: {
|
|
122
|
+
create: string;
|
|
123
|
+
update: string;
|
|
124
|
+
move: string;
|
|
125
|
+
duplicate: string;
|
|
126
|
+
nameClash: string;
|
|
127
|
+
idClash: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
textfield: {
|
|
131
|
+
required: string;
|
|
132
|
+
nonempty: string;
|
|
133
|
+
noMultiplier: string;
|
|
134
|
+
unique: string;
|
|
135
|
+
};
|
|
136
|
+
compare: {
|
|
137
|
+
compareButton: string;
|
|
138
|
+
attributes: string;
|
|
139
|
+
children: string;
|
|
140
|
+
filterMutables: string;
|
|
141
|
+
};
|
|
142
|
+
log: {
|
|
143
|
+
name: string;
|
|
144
|
+
placeholder: string;
|
|
145
|
+
snackbar: {
|
|
146
|
+
show: string;
|
|
147
|
+
placeholder: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
history: {
|
|
151
|
+
name: string;
|
|
152
|
+
placeholder: string;
|
|
153
|
+
noEntries: string;
|
|
154
|
+
};
|
|
155
|
+
diag: {
|
|
156
|
+
name: string;
|
|
157
|
+
zeroissues: string;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
missingnsd: string;
|
|
160
|
+
};
|
|
161
|
+
plugins: {
|
|
162
|
+
heading: string;
|
|
163
|
+
editor: string;
|
|
164
|
+
menu: string;
|
|
165
|
+
requireDoc: string;
|
|
166
|
+
top: string;
|
|
167
|
+
middle: string;
|
|
168
|
+
bottom: string;
|
|
169
|
+
validator: string;
|
|
170
|
+
add: {
|
|
171
|
+
heading: string;
|
|
172
|
+
warning: string;
|
|
173
|
+
name: string;
|
|
174
|
+
nameHelper: string;
|
|
175
|
+
src: string;
|
|
176
|
+
srcHelper: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
validator: {
|
|
180
|
+
schema: {
|
|
181
|
+
title: string;
|
|
182
|
+
valid: string;
|
|
183
|
+
invalid: string;
|
|
184
|
+
fatal: string;
|
|
185
|
+
loadError: string;
|
|
186
|
+
};
|
|
187
|
+
templates: {
|
|
188
|
+
title: string;
|
|
189
|
+
mandatoryChild: string;
|
|
190
|
+
missingAttribute: string;
|
|
191
|
+
incorrectAttribute: string;
|
|
192
|
+
missingReference: string;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
substation: {
|
|
196
|
+
name: string;
|
|
197
|
+
missing: string;
|
|
198
|
+
wizard: {
|
|
199
|
+
nameHelper: string;
|
|
200
|
+
descHelper: string;
|
|
201
|
+
title: {
|
|
202
|
+
add: string;
|
|
203
|
+
edit: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
action: {
|
|
207
|
+
addvoltagelevel: string;
|
|
208
|
+
updatesubstation: string;
|
|
209
|
+
};
|
|
210
|
+
clone: {
|
|
211
|
+
redirect: string;
|
|
212
|
+
cloneclose: string;
|
|
213
|
+
cloneproc: string;
|
|
214
|
+
newname: string;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
iededitor: {
|
|
218
|
+
iedSelector: string;
|
|
219
|
+
lnFilter: string;
|
|
220
|
+
missing: string;
|
|
221
|
+
toggleChildElements: string;
|
|
222
|
+
settings: string;
|
|
223
|
+
createIed: string;
|
|
224
|
+
addAccessPoint: string;
|
|
225
|
+
wizard: {
|
|
226
|
+
daTitle: string;
|
|
227
|
+
doTitle: string;
|
|
228
|
+
nsdocDescription: string;
|
|
229
|
+
doiDescription: string;
|
|
230
|
+
daiDescription: string;
|
|
231
|
+
ied: string;
|
|
232
|
+
accessPoint: string;
|
|
233
|
+
lDevice: string;
|
|
234
|
+
lnPrefix: string;
|
|
235
|
+
lnDescription: string;
|
|
236
|
+
lnInst: string;
|
|
237
|
+
doName: string;
|
|
238
|
+
doCdc: string;
|
|
239
|
+
daName: string;
|
|
240
|
+
daFc: string;
|
|
241
|
+
daBType: string;
|
|
242
|
+
daValue: string;
|
|
243
|
+
};
|
|
244
|
+
createDialog: {
|
|
245
|
+
iedName: string;
|
|
246
|
+
nameFormatError: string;
|
|
247
|
+
nameUniqueError: string;
|
|
248
|
+
};
|
|
249
|
+
addAccessPointDialog: {
|
|
250
|
+
title: string;
|
|
251
|
+
nameHelper: string;
|
|
252
|
+
descHelper: string;
|
|
253
|
+
apName: string;
|
|
254
|
+
createServerAt: string;
|
|
255
|
+
selectAccessPoint: string;
|
|
256
|
+
serverAtDesc: string;
|
|
257
|
+
nameFormatError: string;
|
|
258
|
+
nameUniqueError: string;
|
|
259
|
+
nameTooLongError: string;
|
|
260
|
+
};
|
|
261
|
+
addLDeviceDialog: {
|
|
262
|
+
title: string;
|
|
263
|
+
inst: string;
|
|
264
|
+
desc: string;
|
|
265
|
+
instRequiredError: string;
|
|
266
|
+
instFormatError: string;
|
|
267
|
+
instUniqueError: string;
|
|
268
|
+
instTooLongError: string;
|
|
269
|
+
};
|
|
270
|
+
addLnDialog: {
|
|
271
|
+
title: string;
|
|
272
|
+
amount: string;
|
|
273
|
+
prefix: string;
|
|
274
|
+
filter: string;
|
|
275
|
+
noResults: string;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
accesspoint: {
|
|
279
|
+
wizard: {
|
|
280
|
+
nameHelper: string;
|
|
281
|
+
descHelper: string;
|
|
282
|
+
title: {
|
|
283
|
+
add: string;
|
|
284
|
+
edit: string;
|
|
285
|
+
delete: string;
|
|
286
|
+
references: string;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
ied: {
|
|
291
|
+
wizard: {
|
|
292
|
+
nameHelper: string;
|
|
293
|
+
descHelper: string;
|
|
294
|
+
manufacturerHelper: string;
|
|
295
|
+
title: {
|
|
296
|
+
edit: string;
|
|
297
|
+
delete: string;
|
|
298
|
+
references: string;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
action: {
|
|
302
|
+
updateied: string;
|
|
303
|
+
deleteied: string;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
ldevice: {
|
|
307
|
+
wizard: {
|
|
308
|
+
nameHelper: string;
|
|
309
|
+
noNameSupportHelper: string;
|
|
310
|
+
descHelper: string;
|
|
311
|
+
instHelper: string;
|
|
312
|
+
title: {
|
|
313
|
+
edit: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
ln: {
|
|
318
|
+
wizard: {
|
|
319
|
+
title: {
|
|
320
|
+
edit: string;
|
|
321
|
+
};
|
|
322
|
+
descHelper: string;
|
|
323
|
+
lnTypeHelper: string;
|
|
324
|
+
prefixHelper: string;
|
|
325
|
+
lnClassHelper: string;
|
|
326
|
+
instHelper: string;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
ln0: {
|
|
330
|
+
wizard: {
|
|
331
|
+
title: {
|
|
332
|
+
edit: string;
|
|
333
|
+
};
|
|
334
|
+
descHelper: string;
|
|
335
|
+
lnTypeHelper: string;
|
|
336
|
+
lnClassHelper: string;
|
|
337
|
+
instHelper: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
powertransformer: {
|
|
341
|
+
wizard: {
|
|
342
|
+
nameHelper: string;
|
|
343
|
+
descHelper: string;
|
|
344
|
+
typeHelper: string;
|
|
345
|
+
title: {
|
|
346
|
+
add: string;
|
|
347
|
+
edit: string;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
voltagelevel: {
|
|
352
|
+
name: string;
|
|
353
|
+
wizard: {
|
|
354
|
+
nameHelper: string;
|
|
355
|
+
descHelper: string;
|
|
356
|
+
nomFreqHelper: string;
|
|
357
|
+
numPhaseHelper: string;
|
|
358
|
+
voltageHelper: string;
|
|
359
|
+
title: {
|
|
360
|
+
add: string;
|
|
361
|
+
edit: string;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
action: {
|
|
365
|
+
updateVoltagelevel: string;
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
line: {
|
|
369
|
+
name: string;
|
|
370
|
+
wizard: {
|
|
371
|
+
nameHelper: string;
|
|
372
|
+
descHelper: string;
|
|
373
|
+
typeHelper: string;
|
|
374
|
+
title: {
|
|
375
|
+
add: string;
|
|
376
|
+
edit: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
action: {
|
|
380
|
+
updateLine: string;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
process: {
|
|
384
|
+
name: string;
|
|
385
|
+
wizard: {
|
|
386
|
+
nameHelper: string;
|
|
387
|
+
descHelper: string;
|
|
388
|
+
typeHelper: string;
|
|
389
|
+
title: {
|
|
390
|
+
add: string;
|
|
391
|
+
edit: string;
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
action: {
|
|
395
|
+
updateProcess: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
bay: {
|
|
399
|
+
name: string;
|
|
400
|
+
wizard: {
|
|
401
|
+
nameHelper: string;
|
|
402
|
+
descHelper: string;
|
|
403
|
+
title: {
|
|
404
|
+
add: string;
|
|
405
|
+
edit: string;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
action: {
|
|
409
|
+
updateBay: string;
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
conductingequipment: {
|
|
413
|
+
name: string;
|
|
414
|
+
wizard: {
|
|
415
|
+
nameHelper: string;
|
|
416
|
+
descHelper: string;
|
|
417
|
+
typeHelper: string;
|
|
418
|
+
title: {
|
|
419
|
+
add: string;
|
|
420
|
+
edit: string;
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
unknownType: string;
|
|
424
|
+
};
|
|
425
|
+
connectivitynode: {
|
|
426
|
+
name: string;
|
|
427
|
+
wizard: {
|
|
428
|
+
nameHelper: string;
|
|
429
|
+
pathNameHelper: string;
|
|
430
|
+
title: {
|
|
431
|
+
add: string;
|
|
432
|
+
edit: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
terminal: {
|
|
437
|
+
name: string;
|
|
438
|
+
wizard: {
|
|
439
|
+
nameHelper: string;
|
|
440
|
+
connectivityNodeHelper: string;
|
|
441
|
+
cNodeNameHelper: string;
|
|
442
|
+
title: {
|
|
443
|
+
add: string;
|
|
444
|
+
edit: string;
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
templates: {
|
|
449
|
+
name: string;
|
|
450
|
+
missing: string;
|
|
451
|
+
add: string;
|
|
452
|
+
};
|
|
453
|
+
subscription: {
|
|
454
|
+
none: string;
|
|
455
|
+
connect: string;
|
|
456
|
+
disconnect: string;
|
|
457
|
+
subscriber: {
|
|
458
|
+
subscribed: string;
|
|
459
|
+
notSubscribed: string;
|
|
460
|
+
availableToSubscribe: string;
|
|
461
|
+
partiallySubscribed: string;
|
|
462
|
+
noControlBlockSelected: string;
|
|
463
|
+
noIedSelected: string;
|
|
464
|
+
};
|
|
465
|
+
goose: {
|
|
466
|
+
publisher: {
|
|
467
|
+
title: string;
|
|
468
|
+
subscriberTitle: string;
|
|
469
|
+
};
|
|
470
|
+
subscriber: {
|
|
471
|
+
iedListTitle: string;
|
|
472
|
+
publisherTitle: string;
|
|
473
|
+
};
|
|
474
|
+
view: {
|
|
475
|
+
publisherView: string;
|
|
476
|
+
subscriberView: string;
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
smv: {
|
|
480
|
+
publisher: {
|
|
481
|
+
title: string;
|
|
482
|
+
subscriberTitle: string;
|
|
483
|
+
};
|
|
484
|
+
subscriber: {
|
|
485
|
+
iedListTitle: string;
|
|
486
|
+
publisherTitle: string;
|
|
487
|
+
};
|
|
488
|
+
view: {
|
|
489
|
+
publisherView: string;
|
|
490
|
+
subscriberView: string;
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
binding: {
|
|
494
|
+
extRefList: {
|
|
495
|
+
title: string;
|
|
496
|
+
noSelection: string;
|
|
497
|
+
noSubscribedLNs: string;
|
|
498
|
+
noAvailableLNs: string;
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
laterBinding: {
|
|
502
|
+
extRefList: {
|
|
503
|
+
title: string;
|
|
504
|
+
noSelection: string;
|
|
505
|
+
noSubscribedExtRefs: string;
|
|
506
|
+
noAvailableExtRefs: string;
|
|
507
|
+
};
|
|
508
|
+
};
|
|
509
|
+
SampledValueControl: {
|
|
510
|
+
controlBlockList: {
|
|
511
|
+
title: string;
|
|
512
|
+
noControlBlockFound: string;
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
GSEControl: {
|
|
516
|
+
controlBlockList: {
|
|
517
|
+
title: string;
|
|
518
|
+
noControlBlockFound: string;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
protocol104: {
|
|
523
|
+
toggleChildElements: string;
|
|
524
|
+
view: {
|
|
525
|
+
valuesView: string;
|
|
526
|
+
networkView: string;
|
|
527
|
+
};
|
|
528
|
+
mappedCmv: string;
|
|
529
|
+
values: {
|
|
530
|
+
missing: string;
|
|
531
|
+
removeAddresses: string;
|
|
532
|
+
removedAddresses: string;
|
|
533
|
+
addedAddress: string;
|
|
534
|
+
signalNames: {
|
|
535
|
+
tiNumber1: string;
|
|
536
|
+
tiNumber3: string;
|
|
537
|
+
tiNumber5: string;
|
|
538
|
+
tiNumber7: string;
|
|
539
|
+
tiNumber9: string;
|
|
540
|
+
tiNumber11: string;
|
|
541
|
+
tiNumber13: string;
|
|
542
|
+
tiNumber15: string;
|
|
543
|
+
tiNumber20: string;
|
|
544
|
+
tiNumber21: string;
|
|
545
|
+
tiNumber30: string;
|
|
546
|
+
tiNumber31: string;
|
|
547
|
+
tiNumber32: string;
|
|
548
|
+
tiNumber33: string;
|
|
549
|
+
tiNumber34: string;
|
|
550
|
+
tiNumber35: string;
|
|
551
|
+
tiNumber36: string;
|
|
552
|
+
tiNumber37: string;
|
|
553
|
+
tiNumber38: string;
|
|
554
|
+
tiNumber39: string;
|
|
555
|
+
tiNumber40: string;
|
|
556
|
+
tiNumber45: string;
|
|
557
|
+
tiNumber46: string;
|
|
558
|
+
tiNumber47: string;
|
|
559
|
+
tiNumber48: string;
|
|
560
|
+
tiNumber49: string;
|
|
561
|
+
tiNumber50: string;
|
|
562
|
+
tiNumber51: string;
|
|
563
|
+
tiNumber58: string;
|
|
564
|
+
tiNumber59: string;
|
|
565
|
+
tiNumber60: string;
|
|
566
|
+
tiNumber61: string;
|
|
567
|
+
tiNumber62: string;
|
|
568
|
+
tiNumber63: string;
|
|
569
|
+
tiNumber64: string;
|
|
570
|
+
default: string;
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
network: {
|
|
574
|
+
connectedAp: {
|
|
575
|
+
wizard: {
|
|
576
|
+
title: {
|
|
577
|
+
edit: string;
|
|
578
|
+
};
|
|
579
|
+
redundancySwitchLabel: string;
|
|
580
|
+
redundancyGroupTitle: string;
|
|
581
|
+
noRedundancyGroupsAvailable: string;
|
|
582
|
+
addRedundancyGroup: string;
|
|
583
|
+
stationTypeHelper: string;
|
|
584
|
+
ipHelper: string;
|
|
585
|
+
ipSubnetHelper: string;
|
|
586
|
+
wFactorHelper: string;
|
|
587
|
+
kFactorHelper: string;
|
|
588
|
+
timeout0Helper: string;
|
|
589
|
+
timeout1Helper: string;
|
|
590
|
+
timeout2Helper: string;
|
|
591
|
+
timeout3Helper: string;
|
|
592
|
+
};
|
|
593
|
+
};
|
|
594
|
+
redundancyGroup: {
|
|
595
|
+
wizard: {
|
|
596
|
+
title: {
|
|
597
|
+
edit: string;
|
|
598
|
+
add: string;
|
|
599
|
+
};
|
|
600
|
+
redundancyGroupNumberLabel: string;
|
|
601
|
+
addedLRedundancyGroup: string;
|
|
602
|
+
editedRedundancyGroup: string;
|
|
603
|
+
removedRedundancyGroup: string;
|
|
604
|
+
logicLinkGroupTitle: string;
|
|
605
|
+
noLogicLinksAvailable: string;
|
|
606
|
+
addLogicLink: string;
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
logicLink: {
|
|
610
|
+
wizard: {
|
|
611
|
+
title: {
|
|
612
|
+
edit: string;
|
|
613
|
+
add: string;
|
|
614
|
+
};
|
|
615
|
+
logicLinkNumberLabel: string;
|
|
616
|
+
addedLogicLink: string;
|
|
617
|
+
editedLogicLink: string;
|
|
618
|
+
removedLogicLink: string;
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
wizard: {
|
|
623
|
+
title: {
|
|
624
|
+
doiInfo: string;
|
|
625
|
+
addressEdit: string;
|
|
626
|
+
addAddress: string;
|
|
627
|
+
};
|
|
628
|
+
error: {
|
|
629
|
+
ioaConflict: string;
|
|
630
|
+
addAddressError: string;
|
|
631
|
+
};
|
|
632
|
+
casduHelper: string;
|
|
633
|
+
ioaHelper: string;
|
|
634
|
+
monitorTiHelper: string;
|
|
635
|
+
monitorInverted: string;
|
|
636
|
+
monitorCheck: string;
|
|
637
|
+
controlTiHelper: string;
|
|
638
|
+
controlInverted: string;
|
|
639
|
+
controlCheck: string;
|
|
640
|
+
expectedValueHelper: string;
|
|
641
|
+
unitMultiplierHelper: string;
|
|
642
|
+
scaleMultiplierHelper: string;
|
|
643
|
+
scaleOffsetHelper: string;
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
'compare-ied': {
|
|
647
|
+
selectProjectTitle: string;
|
|
648
|
+
selectIedTitle: string;
|
|
649
|
+
resultTitle: string;
|
|
650
|
+
projectIedTitle: string;
|
|
651
|
+
templateIedTitle: string;
|
|
652
|
+
selectIedButton: string;
|
|
653
|
+
selectTemplateButton: string;
|
|
654
|
+
noDiff: string;
|
|
655
|
+
};
|
|
656
|
+
'enum-val': {
|
|
657
|
+
wizard: {
|
|
658
|
+
title: {
|
|
659
|
+
add: string;
|
|
660
|
+
edit: string;
|
|
661
|
+
};
|
|
662
|
+
};
|
|
663
|
+
};
|
|
664
|
+
enum: {
|
|
665
|
+
wizard: {
|
|
666
|
+
title: {
|
|
667
|
+
add: string;
|
|
668
|
+
edit: string;
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
action: {
|
|
672
|
+
edit: string;
|
|
673
|
+
};
|
|
674
|
+
};
|
|
675
|
+
datype: {
|
|
676
|
+
wizard: {
|
|
677
|
+
title: {
|
|
678
|
+
add: string;
|
|
679
|
+
edit: string;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
action: {
|
|
683
|
+
edit: string;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
bda: {
|
|
687
|
+
wizard: {
|
|
688
|
+
title: {
|
|
689
|
+
add: string;
|
|
690
|
+
edit: string;
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
da: {
|
|
695
|
+
wizard: {
|
|
696
|
+
title: {
|
|
697
|
+
add: string;
|
|
698
|
+
edit: string;
|
|
699
|
+
};
|
|
700
|
+
};
|
|
701
|
+
};
|
|
702
|
+
dai: {
|
|
703
|
+
wizard: {
|
|
704
|
+
valueHelper: string;
|
|
705
|
+
title: {
|
|
706
|
+
create: string;
|
|
707
|
+
edit: string;
|
|
708
|
+
};
|
|
709
|
+
};
|
|
710
|
+
action: {
|
|
711
|
+
createdai: string;
|
|
712
|
+
updatedai: string;
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
sdo: {
|
|
716
|
+
wizard: {
|
|
717
|
+
title: {
|
|
718
|
+
add: string;
|
|
719
|
+
edit: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
};
|
|
723
|
+
do: {
|
|
724
|
+
wizard: {
|
|
725
|
+
title: {
|
|
726
|
+
add: string;
|
|
727
|
+
edit: string;
|
|
728
|
+
};
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
dotype: {
|
|
732
|
+
wizard: {
|
|
733
|
+
title: {
|
|
734
|
+
add: string;
|
|
735
|
+
edit: string;
|
|
736
|
+
};
|
|
737
|
+
enums: string;
|
|
738
|
+
};
|
|
739
|
+
action: {
|
|
740
|
+
edit: string;
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
lnodetype: {
|
|
744
|
+
wizard: {
|
|
745
|
+
title: {
|
|
746
|
+
add: string;
|
|
747
|
+
edit: string;
|
|
748
|
+
select: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
action: {
|
|
752
|
+
edit: string;
|
|
753
|
+
};
|
|
754
|
+
autoimport: string;
|
|
755
|
+
missinglnclass: string;
|
|
756
|
+
};
|
|
757
|
+
lnode: {
|
|
758
|
+
wizard: {
|
|
759
|
+
title: {
|
|
760
|
+
selectIEDs: string;
|
|
761
|
+
selectLDs: string;
|
|
762
|
+
selectLNs: string;
|
|
763
|
+
selectLNodeTypes: string;
|
|
764
|
+
};
|
|
765
|
+
placeholder: string;
|
|
766
|
+
uniquewarning: string;
|
|
767
|
+
reference: string;
|
|
768
|
+
instance: string;
|
|
769
|
+
};
|
|
770
|
+
log: {
|
|
771
|
+
title: string;
|
|
772
|
+
nonuniquelninst: string;
|
|
773
|
+
uniqueln0: string;
|
|
774
|
+
};
|
|
775
|
+
tooltip: string;
|
|
776
|
+
};
|
|
777
|
+
guess: {
|
|
778
|
+
wizard: {
|
|
779
|
+
primary: string;
|
|
780
|
+
title: string;
|
|
781
|
+
description: string;
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
merge: {
|
|
785
|
+
title: string;
|
|
786
|
+
defaultTitle: string;
|
|
787
|
+
log: string;
|
|
788
|
+
children: string;
|
|
789
|
+
};
|
|
790
|
+
import: {
|
|
791
|
+
title: string;
|
|
792
|
+
log: {
|
|
793
|
+
successful: string;
|
|
794
|
+
parsererror: string;
|
|
795
|
+
loaderror: string;
|
|
796
|
+
importerror: string;
|
|
797
|
+
missingied: string;
|
|
798
|
+
nouniqueied: string;
|
|
799
|
+
};
|
|
800
|
+
};
|
|
801
|
+
communication: {
|
|
802
|
+
name: string;
|
|
803
|
+
missing: string;
|
|
804
|
+
};
|
|
805
|
+
subnetwork: {
|
|
806
|
+
name: string;
|
|
807
|
+
wizard: {
|
|
808
|
+
nameHelper: string;
|
|
809
|
+
descHelper: string;
|
|
810
|
+
typeHelper: string;
|
|
811
|
+
bitrateHelper: string;
|
|
812
|
+
title: {
|
|
813
|
+
add: string;
|
|
814
|
+
edit: string;
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
};
|
|
818
|
+
connectedap: {
|
|
819
|
+
name: string;
|
|
820
|
+
wizard: {
|
|
821
|
+
addschemainsttype: string;
|
|
822
|
+
};
|
|
823
|
+
action: {
|
|
824
|
+
addaddress: string;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
gse: {
|
|
828
|
+
action: {
|
|
829
|
+
addaddress: string;
|
|
830
|
+
};
|
|
831
|
+
missingaccp: string;
|
|
832
|
+
};
|
|
833
|
+
smv: {
|
|
834
|
+
action: {
|
|
835
|
+
addaddress: string;
|
|
836
|
+
};
|
|
837
|
+
missingaccp: string;
|
|
838
|
+
};
|
|
839
|
+
subscriber: {
|
|
840
|
+
title: string;
|
|
841
|
+
description: string;
|
|
842
|
+
nonewitems: string;
|
|
843
|
+
message: string;
|
|
844
|
+
};
|
|
845
|
+
commmap: {
|
|
846
|
+
title: string;
|
|
847
|
+
connectCB: string;
|
|
848
|
+
connectToIED: string;
|
|
849
|
+
sourceIED: string;
|
|
850
|
+
sinkIED: string;
|
|
851
|
+
};
|
|
852
|
+
updatesubstation: {
|
|
853
|
+
title: string;
|
|
854
|
+
};
|
|
855
|
+
code: {
|
|
856
|
+
log: string;
|
|
857
|
+
};
|
|
858
|
+
updatedesc: {
|
|
859
|
+
abb: string;
|
|
860
|
+
sel: string;
|
|
861
|
+
};
|
|
862
|
+
sld: {
|
|
863
|
+
substationSelector: string;
|
|
864
|
+
wizard: {
|
|
865
|
+
xCoordinateHelper: string;
|
|
866
|
+
yCoordinateHelper: string;
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
dataset: {
|
|
870
|
+
fcda: {
|
|
871
|
+
add: string;
|
|
872
|
+
};
|
|
873
|
+
fcd: {
|
|
874
|
+
add: string;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
877
|
+
report: {
|
|
878
|
+
wizard: {
|
|
879
|
+
location: string;
|
|
880
|
+
};
|
|
881
|
+
rptID: string;
|
|
882
|
+
};
|
|
883
|
+
cleanup: {
|
|
884
|
+
unreferencedDataSets: {
|
|
885
|
+
title: string;
|
|
886
|
+
deleteButton: string;
|
|
887
|
+
tooltip: string;
|
|
888
|
+
};
|
|
889
|
+
unreferencedControls: {
|
|
890
|
+
title: string;
|
|
891
|
+
deleteButton: string;
|
|
892
|
+
tooltip: string;
|
|
893
|
+
addressDefinitionTooltip: string;
|
|
894
|
+
alsoRemoveFromCommunication: string;
|
|
895
|
+
};
|
|
896
|
+
unreferencedDataTypes: {
|
|
897
|
+
title: string;
|
|
898
|
+
deleteButton: string;
|
|
899
|
+
tooltip: string;
|
|
900
|
+
alsoRemoveSubTypes: string;
|
|
901
|
+
stackExceeded: string;
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
controlblock: {
|
|
905
|
+
action: {
|
|
906
|
+
edit: string;
|
|
907
|
+
add: string;
|
|
908
|
+
remove: string;
|
|
909
|
+
};
|
|
910
|
+
hints: {
|
|
911
|
+
source: string;
|
|
912
|
+
missingServer: string;
|
|
913
|
+
exist: string;
|
|
914
|
+
noMatchingData: string;
|
|
915
|
+
valid: string;
|
|
916
|
+
};
|
|
917
|
+
label: {
|
|
918
|
+
copy: string;
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
gsecontrol: {
|
|
922
|
+
wizard: {
|
|
923
|
+
location: string;
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
samvpledvaluecontrol: {
|
|
927
|
+
wizard: {
|
|
928
|
+
location: string;
|
|
929
|
+
};
|
|
930
|
+
};
|
|
931
|
+
publisher: {
|
|
932
|
+
selectbutton: string;
|
|
933
|
+
nodataset: string;
|
|
934
|
+
smv: {
|
|
935
|
+
commsetting: string;
|
|
936
|
+
noconnectedap: string;
|
|
937
|
+
smvopts: string;
|
|
938
|
+
};
|
|
939
|
+
};
|
|
940
|
+
exportCommunication: {
|
|
941
|
+
noCommunicationSection: string;
|
|
942
|
+
};
|
|
943
|
+
add: string;
|
|
944
|
+
new: string;
|
|
945
|
+
remove: string;
|
|
946
|
+
edit: string;
|
|
947
|
+
move: string;
|
|
948
|
+
create: string;
|
|
949
|
+
save: string;
|
|
950
|
+
saveAs: string;
|
|
951
|
+
open: string;
|
|
952
|
+
reset: string;
|
|
953
|
+
cancel: string;
|
|
954
|
+
close: string;
|
|
955
|
+
filter: string;
|
|
956
|
+
filters: string;
|
|
957
|
+
undo: string;
|
|
958
|
+
redo: string;
|
|
959
|
+
duplicate: string;
|
|
960
|
+
connect: string;
|
|
961
|
+
disconnect: string;
|
|
962
|
+
next: string;
|
|
963
|
+
};
|