Skip to content

Commit f240818

Browse files
committed
fix: Fix en translations
1 parent c72d953 commit f240818

File tree

1 file changed

+40
-6
lines changed
  • packages/compas-open-scd/src/translations

1 file changed

+40
-6
lines changed

packages/compas-open-scd/src/translations/en.ts

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ export const en = {
167167
bottom: 'bottom',
168168
validator: 'Validator',
169169
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.
172172
You do this at your own risk.`,
173173
name: 'Name',
174-
nameHelper: 'Your preferred extension name',
174+
nameHelper: 'Your preferred plug-in name',
175175
src: 'URL',
176-
srcHelper: 'The vendor supplied extension URL',
176+
srcHelper: 'The vendor supplied plug-in URL',
177177
},
178178
},
179179
validator: {
@@ -259,6 +259,39 @@ export const en = {
259259
deleteied: 'Removed IED "{{name}}"',
260260
},
261261
},
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+
},
262295
powertransformer: {
263296
wizard: {
264297
nameHelper: 'Power transformer name',
@@ -447,6 +480,8 @@ export const en = {
447480
valuesView: 'Values',
448481
networkView: 'Network',
449482
},
483+
mappedCmv:
484+
'According to the IEC 61850-80-1 standard, "{{ cdc }}" mapping is required via CMV',
450485
values: {
451486
missing: 'No IED with 104 Addresses',
452487
removeAddresses: 'Remove all Addresses',
@@ -566,6 +601,7 @@ export const en = {
566601
addAddress: 'Add 104 Address',
567602
},
568603
error: {
604+
ioaConflict: 'IOA conflict found within CASDU number',
569605
addAddressError:
570606
'Invalid Template Structure, unable to create DAI Element. (DO: "{{ doType }}", CDC: "{{ cdc }}", DAI: "{{ structure }}")',
571607
},
@@ -748,7 +784,6 @@ export const en = {
748784
loaderror: 'Could not load file',
749785
importerror: 'Could not import IED',
750786
missingied: 'No IED element in the file',
751-
multipleied: 'Multiple IED elements found',
752787
nouniqueied: 'IED element {{ name }} already in the file',
753788
},
754789
},
@@ -894,7 +929,6 @@ export const en = {
894929
add: 'Add',
895930
new: 'New',
896931
remove: 'Remove',
897-
delete: 'Delete',
898932
edit: 'Edit',
899933
move: 'Move',
900934
create: 'Create',

0 commit comments

Comments
 (0)