File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -65,4 +65,5 @@ export const networkModificationsEn = {
65
65
'network_modifications.STATIC_VAR_COMPENSATOR_CREATION' : 'Creating static var compensator {computedLabel}' ,
66
66
'network_modifications.VOLTAGE_LEVEL_CREATION_SUBSTATION_CREATION' :
67
67
'Creating voltage level {voltageLevelEquipmentId} and substation {substationEquipmentId}' ,
68
+ 'network_modifications.VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION' : 'Modifying voltage level topology {computedLabel}' ,
68
69
} ;
Original file line number Diff line number Diff line change @@ -68,4 +68,6 @@ export const networkModificationsFr = {
68
68
'network_modifications.STATIC_VAR_COMPENSATOR_CREATION' : 'Création de CSPR {computedLabel}' ,
69
69
'network_modifications.VOLTAGE_LEVEL_CREATION_SUBSTATION_CREATION' :
70
70
'Création du poste {voltageLevelEquipmentId} et du site {substationEquipmentId}' ,
71
+ 'network_modifications.VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION' :
72
+ 'Modification de la topologie du poste {computedLabel}' ,
71
73
} ;
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export enum ModificationType {
48
48
COMPOSITE_MODIFICATION = 'COMPOSITE_MODIFICATION' ,
49
49
LCC_CONVERTER_STATION_CREATION = 'LCC_CONVERTER_STATION_CREATION' ,
50
50
LCC_CREATION = 'LCC_CREATION' ,
51
+ VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION = 'VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION' ,
51
52
}
52
53
53
54
export const MODIFICATION_TYPES = {
@@ -180,4 +181,7 @@ export const MODIFICATION_TYPES = {
180
181
VOLTAGE_LEVEL_CREATION_SUBSTATION_CREATION : {
181
182
type : 'VOLTAGE_LEVEL_CREATION_SUBSTATION_CREATION' ,
182
183
} ,
184
+ VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION : {
185
+ type : ModificationType . VOLTAGE_LEVEL_TOPOLOGY_MODIFICATION ,
186
+ } ,
183
187
} ;
You can’t perform that action at this time.
0 commit comments