Skip to content

Commit

Permalink
fix: Fix en translations
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Nov 6, 2024
1 parent c72d953 commit f240818
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions packages/compas-open-scd/src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ export const en = {
bottom: 'bottom',
validator: 'Validator',
add: {
heading: 'Add custom extension',
warning: `Here you may add remote extensions directly from a custom URL.
heading: 'Add custom plug-in',
warning: `Here you may add remote plug-ins directly from a custom URL.
You do this at your own risk.`,
name: 'Name',
nameHelper: 'Your preferred extension name',
nameHelper: 'Your preferred plug-in name',
src: 'URL',
srcHelper: 'The vendor supplied extension URL',
srcHelper: 'The vendor supplied plug-in URL',
},
},
validator: {
Expand Down Expand Up @@ -259,6 +259,39 @@ export const en = {
deleteied: 'Removed IED "{{name}}"',
},
},
ldevice: {
wizard: {
nameHelper: 'Logical device name',
noNameSupportHelper: "IED doesn't support Functional Naming",
descHelper: 'Logical device description',
title: {
edit: 'Edit logical device',
},
},
},
ln: {
wizard: {
title: {
edit: 'Edit LN',
},
descHelper: 'Logical node description',
lnTypeHelper: 'Logical node type',
prefixHelper: 'Prefix of the logical node',
lnClassHelper: 'Logical node class',
instHelper: 'Instance',
}
},
ln0: {
wizard: {
title: {
edit: 'Edit LN0',
},
descHelper: 'Logical node description',
lnTypeHelper: 'Logical node type',
lnClassHelper: 'Logical node class',
instHelper: 'Instance',
}
},
powertransformer: {
wizard: {
nameHelper: 'Power transformer name',
Expand Down Expand Up @@ -447,6 +480,8 @@ export const en = {
valuesView: 'Values',
networkView: 'Network',
},
mappedCmv:
'According to the IEC 61850-80-1 standard, "{{ cdc }}" mapping is required via CMV',
values: {
missing: 'No IED with 104 Addresses',
removeAddresses: 'Remove all Addresses',
Expand Down Expand Up @@ -566,6 +601,7 @@ export const en = {
addAddress: 'Add 104 Address',
},
error: {
ioaConflict: 'IOA conflict found within CASDU number',
addAddressError:
'Invalid Template Structure, unable to create DAI Element. (DO: "{{ doType }}", CDC: "{{ cdc }}", DAI: "{{ structure }}")',
},
Expand Down Expand Up @@ -748,7 +784,6 @@ export const en = {
loaderror: 'Could not load file',
importerror: 'Could not import IED',
missingied: 'No IED element in the file',
multipleied: 'Multiple IED elements found',
nouniqueied: 'IED element {{ name }} already in the file',
},
},
Expand Down Expand Up @@ -894,7 +929,6 @@ export const en = {
add: 'Add',
new: 'New',
remove: 'Remove',
delete: 'Delete',
edit: 'Edit',
move: 'Move',
create: 'Create',
Expand Down

0 comments on commit f240818

Please sign in to comment.