Skip to content

Commit 86a19a9

Browse files
authored
add unit in translation (#540)
Signed-off-by: Etienne LESOT <[email protected]>
1 parent 1ae64c8 commit 86a19a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/translations/filter-expert-en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ const filterExpertEn = {
127127
'regulationMode.voltage': 'Voltage regulation',
128128
'regulationMode.reactivePower': 'Reactive power regulation',
129129
voltageSetPoint: 'Voltage set point',
130-
activePowerSetPoint: 'Active power set point',
131-
reactivePowerSetPoint: 'Reactive power set point',
130+
activePowerSetPoint: 'Active power set point (MW)',
131+
reactivePowerSetPoint: 'Reactive power set point (MVar)',
132132
remoteRegulatedTerminal: 'Remote regulated terminal',
133133
regulatingTerminalVLId: 'Voltage Level ID',
134134
regulatingTerminalConnectableId: 'Equipment ID',

src/components/translations/filter-expert-fr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const filterExpertFr = {
124124
'regulationMode.voltage': 'Réglage de tension',
125125
'regulationMode.reactivePower': 'Réglage du réactif',
126126
voltageSetPoint: 'Tension',
127-
activePowerSetPoint: 'Consigne de puissance active',
128-
reactivePowerSetPoint: 'Consigne de puissance réactive',
127+
activePowerSetPoint: 'Consigne de puissance active (MW)',
128+
reactivePowerSetPoint: 'Consigne de puissance réactive (MVar)',
129129
remoteRegulatedTerminal: 'Terminal distant réglé',
130130
regulatingTerminalVLId: 'ID de poste',
131131
regulatingTerminalConnectableId: "ID d'ouvrage",

0 commit comments

Comments
 (0)