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
helper="The collection of three channel numbers for which the sum of currents or voltages will be calculated. The numbers are separated by commas. Values for the current sensor range from 0 - 5, for the voltage sensor 0-2."
Copy file name to clipboardExpand all lines: src/translations/en.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -579,7 +579,16 @@ export const en = {
579
579
name: 'Logical Node',
580
580
},
581
581
version: 'Locamation VMU Version',
582
+
identifier: 'Identifier',
582
583
identifierHelper: 'The address of the sensor. The address is constructed of 3 numbers, separated by dots. The range of each number is 0-255.',
584
+
sum: 'Sum',
585
+
sumHelper: 'The collection of three channel numbers for which the sum of currents or voltages will be calculated. The numbers are separated by commas. Values for the current sensor range from 0 - 5, for the voltage sensor 0-2.',
586
+
channel: 'Channel',
587
+
channelHelper: 'The channel number on the sensor. Values for the current sensor range from 0 - 5, for the voltage sensor 0-2.',
588
+
transformPrimary: 'Transform Primary',
589
+
transformPrimaryHelper: 'The nominator of the ratio of the measement transformer.',
590
+
transformSecondary: 'Transform Secondary',
591
+
transformSecondaryHelper: 'The denominator of the ratio of the measement transformer.',
583
592
updateAction: 'Locamation private fields updated for Logica Node {{lnName}}',
0 commit comments