@@ -167,13 +167,13 @@ export const en = {
167
167
bottom : 'bottom' ,
168
168
validator : 'Validator' ,
169
169
add : {
170
- heading : 'Add custom extension ' ,
171
- warning : `Here you may add remote extensions directly from a custom URL.
170
+ heading : 'Add custom plug-in ' ,
171
+ warning : `Here you may add remote plug-ins directly from a custom URL.
172
172
You do this at your own risk.` ,
173
173
name : 'Name' ,
174
- nameHelper : 'Your preferred extension name' ,
174
+ nameHelper : 'Your preferred plug-in name' ,
175
175
src : 'URL' ,
176
- srcHelper : 'The vendor supplied extension URL' ,
176
+ srcHelper : 'The vendor supplied plug-in URL' ,
177
177
} ,
178
178
} ,
179
179
validator : {
@@ -259,6 +259,39 @@ export const en = {
259
259
deleteied : 'Removed IED "{{name}}"' ,
260
260
} ,
261
261
} ,
262
+ ldevice : {
263
+ wizard : {
264
+ nameHelper : 'Logical device name' ,
265
+ noNameSupportHelper : "IED doesn't support Functional Naming" ,
266
+ descHelper : 'Logical device description' ,
267
+ title : {
268
+ edit : 'Edit logical device' ,
269
+ } ,
270
+ } ,
271
+ } ,
272
+ ln : {
273
+ wizard : {
274
+ title : {
275
+ edit : 'Edit LN' ,
276
+ } ,
277
+ descHelper : 'Logical node description' ,
278
+ lnTypeHelper : 'Logical node type' ,
279
+ prefixHelper : 'Prefix of the logical node' ,
280
+ lnClassHelper : 'Logical node class' ,
281
+ instHelper : 'Instance' ,
282
+ }
283
+ } ,
284
+ ln0 : {
285
+ wizard : {
286
+ title : {
287
+ edit : 'Edit LN0' ,
288
+ } ,
289
+ descHelper : 'Logical node description' ,
290
+ lnTypeHelper : 'Logical node type' ,
291
+ lnClassHelper : 'Logical node class' ,
292
+ instHelper : 'Instance' ,
293
+ }
294
+ } ,
262
295
powertransformer : {
263
296
wizard : {
264
297
nameHelper : 'Power transformer name' ,
@@ -447,6 +480,8 @@ export const en = {
447
480
valuesView : 'Values' ,
448
481
networkView : 'Network' ,
449
482
} ,
483
+ mappedCmv :
484
+ 'According to the IEC 61850-80-1 standard, "{{ cdc }}" mapping is required via CMV' ,
450
485
values : {
451
486
missing : 'No IED with 104 Addresses' ,
452
487
removeAddresses : 'Remove all Addresses' ,
@@ -566,6 +601,7 @@ export const en = {
566
601
addAddress : 'Add 104 Address' ,
567
602
} ,
568
603
error : {
604
+ ioaConflict : 'IOA conflict found within CASDU number' ,
569
605
addAddressError :
570
606
'Invalid Template Structure, unable to create DAI Element. (DO: "{{ doType }}", CDC: "{{ cdc }}", DAI: "{{ structure }}")' ,
571
607
} ,
@@ -748,7 +784,6 @@ export const en = {
748
784
loaderror : 'Could not load file' ,
749
785
importerror : 'Could not import IED' ,
750
786
missingied : 'No IED element in the file' ,
751
- multipleied : 'Multiple IED elements found' ,
752
787
nouniqueied : 'IED element {{ name }} already in the file' ,
753
788
} ,
754
789
} ,
@@ -894,7 +929,6 @@ export const en = {
894
929
add : 'Add' ,
895
930
new : 'New' ,
896
931
remove : 'Remove' ,
897
- delete : 'Delete' ,
898
932
edit : 'Edit' ,
899
933
move : 'Move' ,
900
934
create : 'Create' ,
0 commit comments