You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/translations/en.ts
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ export const en = {
19
19
sAddr: 'Short address',
20
20
valKind: 'Value kind',
21
21
valImport: 'Import value',
22
-
fc: 'Function contraint',
22
+
fc: 'Function constraint',
23
23
LNodeType: 'Logical Node Type',
24
-
lnClass: 'Logical node class',
24
+
lnClass: 'Logical Node Class',
25
25
accessControl: 'Access control',
26
26
transient: 'Transient data',
27
27
Val: 'Default value',
28
-
dchg: 'Triggre on data change',
28
+
dchg: 'Trigger on data change',
29
29
qchg: 'Trigger on quality change',
30
30
dupd: 'Trigger on data update',
31
31
fixedOffs: 'Fixed offset',
@@ -42,6 +42,7 @@ export const en = {
42
42
showieds: 'Show IEDs in substation editor',
43
43
},
44
44
menu: {
45
+
new: 'New project',
45
46
title: 'Menu',
46
47
viewLog: 'View log',
47
48
viewDiag: 'View diagnostics',
@@ -283,7 +284,7 @@ export const en = {
283
284
wizard: {
284
285
primary: 'Guess content',
285
286
title: 'Select control model (ctlModel)',
286
-
description: `IEDs often contain more controlable logical nodes than switch gear in the field. \n You can select the control model(s) used specific for switch gear.`,
287
+
description: `IEDs often contain more controllable logical nodes than switchgear in the field. \n You can select the control model(s) used specific for switchgear.`,
0 commit comments