@gridsuite/commons-ui 0.63.2 → 0.63.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/filter/criteria-based/filter-property.js +1 -0
- package/dist/components/filter/expert/expert-filter-constants.d.ts +326 -0
- package/dist/components/filter/expert/expert-filter-constants.js +396 -9
- package/dist/components/filter/expert/expert-filter-utils.js +1 -1
- package/dist/components/filter/expert/expert-filter.type.d.ts +46 -0
- package/dist/components/filter/expert/expert-filter.type.js +46 -0
- package/dist/components/filter/utils/filter-form-utils.js +1 -1
- package/dist/components/inputs/react-query-builder/value-editor.js +6 -6
- package/dist/components/translations/filter-expert-en.d.ts +61 -0
- package/dist/components/translations/filter-expert-en.js +62 -1
- package/dist/components/translations/filter-expert-fr.d.ts +61 -0
- package/dist/components/translations/filter-expert-fr.js +62 -1
- package/package.json +1 -1
|
@@ -36,6 +36,9 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
|
36
36
|
FieldType2["VOLTAGE_REGULATOR_ON"] = "VOLTAGE_REGULATOR_ON";
|
|
37
37
|
FieldType2["PLANNED_ACTIVE_POWER_SET_POINT"] = "PLANNED_ACTIVE_POWER_SET_POINT";
|
|
38
38
|
FieldType2["RATED_S"] = "RATED_S";
|
|
39
|
+
FieldType2["RATED_S1"] = "RATED_S1";
|
|
40
|
+
FieldType2["RATED_S2"] = "RATED_S2";
|
|
41
|
+
FieldType2["RATED_S3"] = "RATED_S3";
|
|
39
42
|
FieldType2["MARGINAL_COST"] = "MARGINAL_COST";
|
|
40
43
|
FieldType2["PLANNED_OUTAGE_RATE"] = "PLANNED_OUTAGE_RATE";
|
|
41
44
|
FieldType2["FORCED_OUTAGE_RATE"] = "FORCED_OUTAGE_RATE";
|
|
@@ -57,37 +60,79 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
|
57
60
|
FieldType2["SWITCHED_ON_SUSCEPTANCE"] = "SWITCHED_ON_SUSCEPTANCE";
|
|
58
61
|
FieldType2["CONNECTED_1"] = "CONNECTED_1";
|
|
59
62
|
FieldType2["CONNECTED_2"] = "CONNECTED_2";
|
|
63
|
+
FieldType2["CONNECTED_3"] = "CONNECTED_3";
|
|
60
64
|
FieldType2["VOLTAGE_LEVEL_ID_1"] = "VOLTAGE_LEVEL_ID_1";
|
|
61
65
|
FieldType2["VOLTAGE_LEVEL_ID_2"] = "VOLTAGE_LEVEL_ID_2";
|
|
66
|
+
FieldType2["VOLTAGE_LEVEL_ID_3"] = "VOLTAGE_LEVEL_ID_3";
|
|
62
67
|
FieldType2["NOMINAL_VOLTAGE_1"] = "NOMINAL_VOLTAGE_1";
|
|
63
68
|
FieldType2["NOMINAL_VOLTAGE_2"] = "NOMINAL_VOLTAGE_2";
|
|
69
|
+
FieldType2["NOMINAL_VOLTAGE_3"] = "NOMINAL_VOLTAGE_3";
|
|
64
70
|
FieldType2["COUNTRY_1"] = "COUNTRY_1";
|
|
65
71
|
FieldType2["COUNTRY_2"] = "COUNTRY_2";
|
|
66
72
|
FieldType2["SERIE_RESISTANCE"] = "SERIE_RESISTANCE";
|
|
73
|
+
FieldType2["SERIE_RESISTANCE_1"] = "SERIE_RESISTANCE_1";
|
|
74
|
+
FieldType2["SERIE_RESISTANCE_2"] = "SERIE_RESISTANCE_2";
|
|
75
|
+
FieldType2["SERIE_RESISTANCE_3"] = "SERIE_RESISTANCE_3";
|
|
67
76
|
FieldType2["SERIE_REACTANCE"] = "SERIE_REACTANCE";
|
|
77
|
+
FieldType2["SERIE_REACTANCE_1"] = "SERIE_REACTANCE_1";
|
|
78
|
+
FieldType2["SERIE_REACTANCE_2"] = "SERIE_REACTANCE_2";
|
|
79
|
+
FieldType2["SERIE_REACTANCE_3"] = "SERIE_REACTANCE_3";
|
|
80
|
+
FieldType2["SHUNT_CONDUCTANCE"] = "SHUNT_CONDUCTANCE";
|
|
68
81
|
FieldType2["SHUNT_CONDUCTANCE_1"] = "SHUNT_CONDUCTANCE_1";
|
|
69
82
|
FieldType2["SHUNT_CONDUCTANCE_2"] = "SHUNT_CONDUCTANCE_2";
|
|
83
|
+
FieldType2["SHUNT_SUSCEPTANCE"] = "SHUNT_SUSCEPTANCE";
|
|
70
84
|
FieldType2["SHUNT_SUSCEPTANCE_1"] = "SHUNT_SUSCEPTANCE_1";
|
|
71
85
|
FieldType2["SHUNT_SUSCEPTANCE_2"] = "SHUNT_SUSCEPTANCE_2";
|
|
72
86
|
FieldType2["MAGNETIZING_CONDUCTANCE"] = "MAGNETIZING_CONDUCTANCE";
|
|
87
|
+
FieldType2["MAGNETIZING_CONDUCTANCE_1"] = "MAGNETIZING_CONDUCTANCE_1";
|
|
88
|
+
FieldType2["MAGNETIZING_CONDUCTANCE_2"] = "MAGNETIZING_CONDUCTANCE_2";
|
|
89
|
+
FieldType2["MAGNETIZING_CONDUCTANCE_3"] = "MAGNETIZING_CONDUCTANCE_3";
|
|
73
90
|
FieldType2["MAGNETIZING_SUSCEPTANCE"] = "MAGNETIZING_SUSCEPTANCE";
|
|
91
|
+
FieldType2["MAGNETIZING_SUSCEPTANCE_1"] = "MAGNETIZING_SUSCEPTANCE_1";
|
|
92
|
+
FieldType2["MAGNETIZING_SUSCEPTANCE_2"] = "MAGNETIZING_SUSCEPTANCE_2";
|
|
93
|
+
FieldType2["MAGNETIZING_SUSCEPTANCE_3"] = "MAGNETIZING_SUSCEPTANCE_3";
|
|
74
94
|
FieldType2["LOAD_TYPE"] = "LOAD_TYPE";
|
|
95
|
+
FieldType2["RATED_VOLTAGE_0"] = "RATED_VOLTAGE_0";
|
|
75
96
|
FieldType2["RATED_VOLTAGE_1"] = "RATED_VOLTAGE_1";
|
|
76
97
|
FieldType2["RATED_VOLTAGE_2"] = "RATED_VOLTAGE_2";
|
|
98
|
+
FieldType2["RATED_VOLTAGE_3"] = "RATED_VOLTAGE_3";
|
|
77
99
|
FieldType2["HAS_RATIO_TAP_CHANGER"] = "HAS_RATIO_TAP_CHANGER";
|
|
100
|
+
FieldType2["HAS_RATIO_TAP_CHANGER_1"] = "HAS_RATIO_TAP_CHANGER_1";
|
|
101
|
+
FieldType2["HAS_RATIO_TAP_CHANGER_2"] = "HAS_RATIO_TAP_CHANGER_2";
|
|
102
|
+
FieldType2["HAS_RATIO_TAP_CHANGER_3"] = "HAS_RATIO_TAP_CHANGER_3";
|
|
78
103
|
FieldType2["LOAD_TAP_CHANGING_CAPABILITIES"] = "LOAD_TAP_CHANGING_CAPABILITIES";
|
|
104
|
+
FieldType2["LOAD_TAP_CHANGING_CAPABILITIES_1"] = "LOAD_TAP_CHANGING_CAPABILITIES_1";
|
|
105
|
+
FieldType2["LOAD_TAP_CHANGING_CAPABILITIES_2"] = "LOAD_TAP_CHANGING_CAPABILITIES_2";
|
|
106
|
+
FieldType2["LOAD_TAP_CHANGING_CAPABILITIES_3"] = "LOAD_TAP_CHANGING_CAPABILITIES_3";
|
|
79
107
|
FieldType2["RATIO_REGULATION_MODE"] = "RATIO_REGULATION_MODE";
|
|
108
|
+
FieldType2["RATIO_REGULATION_MODE_1"] = "RATIO_REGULATION_MODE_1";
|
|
109
|
+
FieldType2["RATIO_REGULATION_MODE_2"] = "RATIO_REGULATION_MODE_2";
|
|
110
|
+
FieldType2["RATIO_REGULATION_MODE_3"] = "RATIO_REGULATION_MODE_3";
|
|
80
111
|
FieldType2["RATIO_TARGET_V"] = "RATIO_TARGET_V";
|
|
112
|
+
FieldType2["RATIO_TARGET_V1"] = "RATIO_TARGET_V1";
|
|
113
|
+
FieldType2["RATIO_TARGET_V2"] = "RATIO_TARGET_V2";
|
|
114
|
+
FieldType2["RATIO_TARGET_V3"] = "RATIO_TARGET_V3";
|
|
81
115
|
FieldType2["HAS_PHASE_TAP_CHANGER"] = "HAS_PHASE_TAP_CHANGER";
|
|
116
|
+
FieldType2["HAS_PHASE_TAP_CHANGER_1"] = "HAS_PHASE_TAP_CHANGER_1";
|
|
117
|
+
FieldType2["HAS_PHASE_TAP_CHANGER_2"] = "HAS_PHASE_TAP_CHANGER_2";
|
|
118
|
+
FieldType2["HAS_PHASE_TAP_CHANGER_3"] = "HAS_PHASE_TAP_CHANGER_3";
|
|
82
119
|
FieldType2["PHASE_REGULATION_MODE"] = "PHASE_REGULATION_MODE";
|
|
120
|
+
FieldType2["PHASE_REGULATION_MODE_1"] = "PHASE_REGULATION_MODE_1";
|
|
121
|
+
FieldType2["PHASE_REGULATION_MODE_2"] = "PHASE_REGULATION_MODE_2";
|
|
122
|
+
FieldType2["PHASE_REGULATION_MODE_3"] = "PHASE_REGULATION_MODE_3";
|
|
83
123
|
FieldType2["PHASE_REGULATION_VALUE"] = "PHASE_REGULATION_VALUE";
|
|
124
|
+
FieldType2["PHASE_REGULATION_VALUE_1"] = "PHASE_REGULATION_VALUE_1";
|
|
125
|
+
FieldType2["PHASE_REGULATION_VALUE_2"] = "PHASE_REGULATION_VALUE_2";
|
|
126
|
+
FieldType2["PHASE_REGULATION_VALUE_3"] = "PHASE_REGULATION_VALUE_3";
|
|
84
127
|
FieldType2["PROPERTY"] = "FREE_PROPERTIES";
|
|
85
128
|
FieldType2["SUBSTATION_PROPERTY"] = "SUBSTATION_PROPERTIES";
|
|
86
129
|
FieldType2["SUBSTATION_PROPERTY_1"] = "SUBSTATION_PROPERTIES_1";
|
|
87
130
|
FieldType2["SUBSTATION_PROPERTY_2"] = "SUBSTATION_PROPERTIES_2";
|
|
131
|
+
FieldType2["SUBSTATION_PROPERTY_3"] = "SUBSTATION_PROPERTIES_3";
|
|
88
132
|
FieldType2["VOLTAGE_LEVEL_PROPERTY"] = "VOLTAGE_LEVEL_PROPERTIES";
|
|
89
133
|
FieldType2["VOLTAGE_LEVEL_PROPERTY_1"] = "VOLTAGE_LEVEL_PROPERTIES_1";
|
|
90
134
|
FieldType2["VOLTAGE_LEVEL_PROPERTY_2"] = "VOLTAGE_LEVEL_PROPERTIES_2";
|
|
135
|
+
FieldType2["VOLTAGE_LEVEL_PROPERTY_3"] = "VOLTAGE_LEVEL_PROPERTIES_3";
|
|
91
136
|
FieldType2["SVAR_REGULATION_MODE"] = "SVAR_REGULATION_MODE";
|
|
92
137
|
FieldType2["VOLTAGE_SET_POINT"] = "VOLTAGE_SET_POINT";
|
|
93
138
|
FieldType2["ACTIVE_POWER_SET_POINT"] = "ACTIVE_POWER_SET_POINT";
|
|
@@ -102,6 +147,7 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
|
102
147
|
FieldType2["LOW_VOLTAGE_THRESHOLD"] = "LOW_VOLTAGE_THRESHOLD";
|
|
103
148
|
FieldType2["HIGH_VOLTAGE_THRESHOLD"] = "HIGH_VOLTAGE_THRESHOLD";
|
|
104
149
|
FieldType2["SUSCEPTANCE_FIX"] = "SUSCEPTANCE_FIX";
|
|
150
|
+
FieldType2["PAIRED"] = "PAIRED";
|
|
105
151
|
FieldType2["CONVERTERS_MODE"] = "CONVERTERS_MODE";
|
|
106
152
|
FieldType2["CONVERTER_STATION_ID_1"] = "CONVERTER_STATION_ID_1";
|
|
107
153
|
FieldType2["CONVERTER_STATION_ID_2"] = "CONVERTER_STATION_ID_2";
|
|
@@ -44,7 +44,7 @@ function ValueEditor(props) {
|
|
|
44
44
|
return (
|
|
45
45
|
// we do not authorize to use an expert filter in the rules of
|
|
46
46
|
// another expert filter, to prevent potential cycle problems
|
|
47
|
-
((_a = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _a.type) !== FilterType.EXPERT.id && (field === FieldType.ID && ((_b = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _b.equipmentType) === getValues(FieldConstants.EQUIPMENT_TYPE) || (field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2) && ((_c = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _c.equipmentType) === VoltageLevel.type)
|
|
47
|
+
((_a = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _a.type) !== FilterType.EXPERT.id && (field === FieldType.ID && ((_b = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _b.equipmentType) === getValues(FieldConstants.EQUIPMENT_TYPE) || (field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2 || field === FieldType.VOLTAGE_LEVEL_ID_3) && ((_c = filterValue == null ? void 0 : filterValue.specificMetadata) == null ? void 0 : _c.equipmentType) === VoltageLevel.type)
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
50
|
return true;
|
|
@@ -64,7 +64,7 @@ function ValueEditor(props) {
|
|
|
64
64
|
}
|
|
65
65
|
if (operator === OPERATOR_OPTIONS.IS_PART_OF.name || operator === OPERATOR_OPTIONS.IS_NOT_PART_OF.name) {
|
|
66
66
|
let equipmentTypes;
|
|
67
|
-
if (field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2) {
|
|
67
|
+
if (field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2 || field === FieldType.VOLTAGE_LEVEL_ID_3) {
|
|
68
68
|
equipmentTypes = [VoltageLevel.type];
|
|
69
69
|
} else if (field === FieldType.ID) {
|
|
70
70
|
equipmentTypes = [getValues(FieldConstants.EQUIPMENT_TYPE)];
|
|
@@ -85,14 +85,14 @@ function ValueEditor(props) {
|
|
|
85
85
|
}
|
|
86
86
|
);
|
|
87
87
|
}
|
|
88
|
-
if (field === FieldType.ID || field === FieldType.NAME || field === FieldType.REGULATING_TERMINAL_VL_ID || field === FieldType.REGULATING_TERMINAL_CONNECTABLE_ID || field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2) {
|
|
88
|
+
if (field === FieldType.ID || field === FieldType.NAME || field === FieldType.REGULATING_TERMINAL_VL_ID || field === FieldType.REGULATING_TERMINAL_CONNECTABLE_ID || field === FieldType.VOLTAGE_LEVEL_ID || field === FieldType.VOLTAGE_LEVEL_ID_1 || field === FieldType.VOLTAGE_LEVEL_ID_2 || field === FieldType.VOLTAGE_LEVEL_ID_3) {
|
|
89
89
|
return /* @__PURE__ */ jsx(TextValueEditor, { ...props });
|
|
90
90
|
}
|
|
91
|
-
if (
|
|
91
|
+
if (fieldData.dataType === DataType.PROPERTY) {
|
|
92
92
|
let equipmentType;
|
|
93
|
-
if (field === FieldType.SUBSTATION_PROPERTY || field === FieldType.SUBSTATION_PROPERTY_1 || field === FieldType.SUBSTATION_PROPERTY_2) {
|
|
93
|
+
if (field === FieldType.SUBSTATION_PROPERTY || field === FieldType.SUBSTATION_PROPERTY_1 || field === FieldType.SUBSTATION_PROPERTY_2 || field === FieldType.SUBSTATION_PROPERTY_3) {
|
|
94
94
|
equipmentType = Substation.type;
|
|
95
|
-
} else if (field === FieldType.VOLTAGE_LEVEL_PROPERTY || field === FieldType.VOLTAGE_LEVEL_PROPERTY_1 || field === FieldType.VOLTAGE_LEVEL_PROPERTY_2) {
|
|
95
|
+
} else if (field === FieldType.VOLTAGE_LEVEL_PROPERTY || field === FieldType.VOLTAGE_LEVEL_PROPERTY_1 || field === FieldType.VOLTAGE_LEVEL_PROPERTY_2 || field === FieldType.VOLTAGE_LEVEL_PROPERTY_3) {
|
|
96
96
|
equipmentType = VoltageLevel.type;
|
|
97
97
|
} else {
|
|
98
98
|
equipmentType = getValues(FieldConstants.EQUIPMENT_TYPE);
|
|
@@ -27,6 +27,9 @@ declare const filterExpertEn: {
|
|
|
27
27
|
maxSusceptance: string;
|
|
28
28
|
SwitchedOnMaxSusceptance: string;
|
|
29
29
|
ratedS: string;
|
|
30
|
+
ratedS1: string;
|
|
31
|
+
ratedS2: string;
|
|
32
|
+
ratedS3: string;
|
|
30
33
|
marginalCost: string;
|
|
31
34
|
plannedOutageRate: string;
|
|
32
35
|
forcedOutageRate: string;
|
|
@@ -34,9 +37,21 @@ declare const filterExpertEn: {
|
|
|
34
37
|
p0: string;
|
|
35
38
|
q0: string;
|
|
36
39
|
loadTapChangingCapabilities: string;
|
|
40
|
+
loadTapChangingCapabilities1: string;
|
|
41
|
+
loadTapChangingCapabilities2: string;
|
|
42
|
+
loadTapChangingCapabilities3: string;
|
|
37
43
|
ratioTargetV: string;
|
|
44
|
+
ratioTargetV1: string;
|
|
45
|
+
ratioTargetV2: string;
|
|
46
|
+
ratioTargetV3: string;
|
|
38
47
|
magnetizingConductance: string;
|
|
48
|
+
magnetizingConductance1: string;
|
|
49
|
+
magnetizingConductance2: string;
|
|
50
|
+
magnetizingConductance3: string;
|
|
39
51
|
magnetizingSusceptance: string;
|
|
52
|
+
magnetizingSusceptance1: string;
|
|
53
|
+
magnetizingSusceptance2: string;
|
|
54
|
+
magnetizingSusceptance3: string;
|
|
40
55
|
vlNominalVoltage: string;
|
|
41
56
|
lowVoltageLimit: string;
|
|
42
57
|
highVoltageLimit: string;
|
|
@@ -47,7 +62,13 @@ declare const filterExpertEn: {
|
|
|
47
62
|
Auxiliary: string;
|
|
48
63
|
Fictitious: string;
|
|
49
64
|
hasRatioTapChanger: string;
|
|
65
|
+
hasRatioTapChanger1: string;
|
|
66
|
+
hasRatioTapChanger2: string;
|
|
67
|
+
hasRatioTapChanger3: string;
|
|
50
68
|
hasPhaseTapChanger: string;
|
|
69
|
+
hasPhaseTapChanger1: string;
|
|
70
|
+
hasPhaseTapChanger2: string;
|
|
71
|
+
hasPhaseTapChanger3: string;
|
|
51
72
|
Voltage: string;
|
|
52
73
|
ReactivePower: string;
|
|
53
74
|
VoltageRegulation: string;
|
|
@@ -56,19 +77,42 @@ declare const filterExpertEn: {
|
|
|
56
77
|
ActivePowerControl: string;
|
|
57
78
|
FixedTap: string;
|
|
58
79
|
ratioRegulationMode: string;
|
|
80
|
+
ratioRegulationMode1: string;
|
|
81
|
+
ratioRegulationMode2: string;
|
|
82
|
+
ratioRegulationMode3: string;
|
|
59
83
|
phaseRegulationMode: string;
|
|
84
|
+
phaseRegulationMode1: string;
|
|
85
|
+
phaseRegulationMode2: string;
|
|
86
|
+
phaseRegulationMode3: string;
|
|
60
87
|
phaseRegulationValue: string;
|
|
88
|
+
phaseRegulationValue1: string;
|
|
89
|
+
phaseRegulationValue2: string;
|
|
90
|
+
phaseRegulationValue3: string;
|
|
61
91
|
property: string;
|
|
62
92
|
substationProperty: string;
|
|
63
93
|
substationProperty1: string;
|
|
64
94
|
substationProperty2: string;
|
|
95
|
+
substationProperty3: string;
|
|
96
|
+
ratedVoltage0KV: string;
|
|
65
97
|
ratedVoltage1KV: string;
|
|
66
98
|
ratedVoltage2KV: string;
|
|
99
|
+
ratedVoltage3KV: string;
|
|
100
|
+
nominalVoltage1: string;
|
|
101
|
+
nominalVoltage2: string;
|
|
102
|
+
nominalVoltage3: string;
|
|
67
103
|
nominalVoltage1KV: string;
|
|
68
104
|
nominalVoltage2KV: string;
|
|
105
|
+
nominalVoltage3KV: string;
|
|
106
|
+
voltageLevelId1: string;
|
|
107
|
+
voltageLevelId2: string;
|
|
108
|
+
voltageLevelId3: string;
|
|
109
|
+
terminal1Connected: string;
|
|
110
|
+
terminal2Connected: string;
|
|
111
|
+
terminal3Connected: string;
|
|
69
112
|
voltageLevelProperty: string;
|
|
70
113
|
voltageLevelProperty1: string;
|
|
71
114
|
voltageLevelProperty2: string;
|
|
115
|
+
voltageLevelProperty3: string;
|
|
72
116
|
'maxQAtNominalV.svar': string;
|
|
73
117
|
'minQAtNominalV.svar': string;
|
|
74
118
|
'fixQAtNominalV.svar': string;
|
|
@@ -93,6 +137,7 @@ declare const filterExpertEn: {
|
|
|
93
137
|
lowVoltageThreshold: string;
|
|
94
138
|
highVoltageThreshold: string;
|
|
95
139
|
susceptanceFix: string;
|
|
140
|
+
paired: string;
|
|
96
141
|
converterStationId1: string;
|
|
97
142
|
converterStationId2: string;
|
|
98
143
|
convertersMode: string;
|
|
@@ -101,5 +146,21 @@ declare const filterExpertEn: {
|
|
|
101
146
|
dcNominalVoltage: string;
|
|
102
147
|
converterStationNominalVoltage1: string;
|
|
103
148
|
converterStationNominalVoltage2: string;
|
|
149
|
+
country1: string;
|
|
150
|
+
country2: string;
|
|
151
|
+
seriesResistance: string;
|
|
152
|
+
seriesResistance1: string;
|
|
153
|
+
seriesResistance2: string;
|
|
154
|
+
seriesResistance3: string;
|
|
155
|
+
seriesReactance: string;
|
|
156
|
+
seriesReactance1: string;
|
|
157
|
+
seriesReactance2: string;
|
|
158
|
+
seriesReactance3: string;
|
|
159
|
+
shuntConductance: string;
|
|
160
|
+
shuntSusceptance: string;
|
|
161
|
+
shuntConductance1: string;
|
|
162
|
+
shuntSusceptance1: string;
|
|
163
|
+
shuntConductance2: string;
|
|
164
|
+
shuntSusceptance2: string;
|
|
104
165
|
};
|
|
105
166
|
export default filterExpertEn;
|
|
@@ -21,6 +21,9 @@ const filterExpertEn = {
|
|
|
21
21
|
maxSusceptance: "Maximum available susceptance (S)",
|
|
22
22
|
SwitchedOnMaxSusceptance: "Switch-on susceptance (S)",
|
|
23
23
|
ratedS: "Rated nominal power (MVA)",
|
|
24
|
+
ratedS1: "Rated nominal power side 1 (MVA)",
|
|
25
|
+
ratedS2: "Rated nominal power side 2 (MVA)",
|
|
26
|
+
ratedS3: "Rated nominal power side 3 (MVA)",
|
|
24
27
|
marginalCost: "Cost",
|
|
25
28
|
plannedOutageRate: "Planning outage rate",
|
|
26
29
|
forcedOutageRate: "Forced outage rate",
|
|
@@ -28,9 +31,21 @@ const filterExpertEn = {
|
|
|
28
31
|
p0: "Constant P (MW)",
|
|
29
32
|
q0: "Constant Q (MVar)",
|
|
30
33
|
loadTapChangingCapabilities: "Ratio tap changer on-load",
|
|
34
|
+
loadTapChangingCapabilities1: "Ratio tap changer 1 on-load",
|
|
35
|
+
loadTapChangingCapabilities2: "Ratio tap changer 2 on-load",
|
|
36
|
+
loadTapChangingCapabilities3: "Ratio tap changer 3 on-load",
|
|
31
37
|
ratioTargetV: "Ratio tap changer voltage set point (kV)",
|
|
38
|
+
ratioTargetV1: "Ratio tap changer 1 voltage set point (kV)",
|
|
39
|
+
ratioTargetV2: "Ratio tap changer 2 voltage set point (kV)",
|
|
40
|
+
ratioTargetV3: "Ratio tap changer 3 voltage set point (kV)",
|
|
32
41
|
magnetizingConductance: "Magnetizing conductance (μS)",
|
|
42
|
+
magnetizingConductance1: "Magnetizing conductance side 1 (μS)",
|
|
43
|
+
magnetizingConductance2: "Magnetizing conductance side 2 (μS)",
|
|
44
|
+
magnetizingConductance3: "Magnetizing conductance side 3 (μS)",
|
|
33
45
|
magnetizingSusceptance: "Magnetizing susceptance (μS)",
|
|
46
|
+
magnetizingSusceptance1: "Magnetizing susceptance side 1 (μS)",
|
|
47
|
+
magnetizingSusceptance2: "Magnetizing susceptance side 2 (μS)",
|
|
48
|
+
magnetizingSusceptance3: "Magnetizing susceptance side 3 (μS)",
|
|
34
49
|
vlNominalVoltage: "Voltage level nominal voltage (kV)",
|
|
35
50
|
lowVoltageLimit: "Low voltage limit (kV)",
|
|
36
51
|
highVoltageLimit: "High voltage limit (kV)",
|
|
@@ -41,7 +56,13 @@ const filterExpertEn = {
|
|
|
41
56
|
Auxiliary: "Auxiliary",
|
|
42
57
|
Fictitious: "Fictitious",
|
|
43
58
|
hasRatioTapChanger: "Ratio tap changer exists",
|
|
59
|
+
hasRatioTapChanger1: "Ratio tap 1 changer exists",
|
|
60
|
+
hasRatioTapChanger2: "Ratio tap 2 changer exists",
|
|
61
|
+
hasRatioTapChanger3: "Ratio tap 3 changer exists",
|
|
44
62
|
hasPhaseTapChanger: "Phase tap changer exists",
|
|
63
|
+
hasPhaseTapChanger1: "Phase tap 1 changer exists",
|
|
64
|
+
hasPhaseTapChanger2: "Phase tap 2 changer exists",
|
|
65
|
+
hasPhaseTapChanger3: "Phase tap 3 changer exists",
|
|
45
66
|
Voltage: "Voltage",
|
|
46
67
|
ReactivePower: "Reactive power",
|
|
47
68
|
VoltageRegulation: "Voltage regulation",
|
|
@@ -50,19 +71,42 @@ const filterExpertEn = {
|
|
|
50
71
|
ActivePowerControl: "Active power control",
|
|
51
72
|
FixedTap: "Fixed tap",
|
|
52
73
|
ratioRegulationMode: "Ratio tap changer regulation mode",
|
|
74
|
+
ratioRegulationMode1: "Ratio tap 1 changer regulation mode",
|
|
75
|
+
ratioRegulationMode2: "Ratio tap 2 changer regulation mode",
|
|
76
|
+
ratioRegulationMode3: "Ratio tap 3 changer regulation mode",
|
|
53
77
|
phaseRegulationMode: "Phase tap changer regulation mode",
|
|
78
|
+
phaseRegulationMode1: "Phase tap 1 changer regulation mode",
|
|
79
|
+
phaseRegulationMode2: "Phase tap 2 changer regulation mode",
|
|
80
|
+
phaseRegulationMode3: "Phase tap 3 changer regulation mode",
|
|
54
81
|
phaseRegulationValue: "Phase tap changer flow set point or current limit",
|
|
82
|
+
phaseRegulationValue1: "Phase tap 1 changer flow set point or current limit",
|
|
83
|
+
phaseRegulationValue2: "Phase tap 2 changer flow set point or current limit",
|
|
84
|
+
phaseRegulationValue3: "Phase tap 3 changer flow set point or current limit",
|
|
55
85
|
property: "Property",
|
|
56
86
|
substationProperty: "Substation property",
|
|
57
87
|
substationProperty1: "Substation property 1",
|
|
58
88
|
substationProperty2: "Substation property 2",
|
|
89
|
+
substationProperty3: "Substation property 3",
|
|
90
|
+
ratedVoltage0KV: "Rated Voltage 0 (kV)",
|
|
59
91
|
ratedVoltage1KV: "Rated Voltage 1 (kV)",
|
|
60
92
|
ratedVoltage2KV: "Rated Voltage 2 (kV)",
|
|
93
|
+
ratedVoltage3KV: "Rated Voltage 3 (kV)",
|
|
94
|
+
nominalVoltage1: "Nominal Voltage 1",
|
|
95
|
+
nominalVoltage2: "Nominal Voltage 2",
|
|
96
|
+
nominalVoltage3: "Nominal Voltage 3",
|
|
61
97
|
nominalVoltage1KV: "Nominal Voltage 1 (kV)",
|
|
62
98
|
nominalVoltage2KV: "Nominal Voltage 2 (kV)",
|
|
99
|
+
nominalVoltage3KV: "Nominal Voltage 3 (kV)",
|
|
100
|
+
voltageLevelId1: "Voltage level ID 1",
|
|
101
|
+
voltageLevelId2: "Voltage level ID 2",
|
|
102
|
+
voltageLevelId3: "Voltage level ID 3",
|
|
103
|
+
terminal1Connected: "Connected 1",
|
|
104
|
+
terminal2Connected: "Connected 2",
|
|
105
|
+
terminal3Connected: "Connected 3",
|
|
63
106
|
voltageLevelProperty: "Voltage level property",
|
|
64
107
|
voltageLevelProperty1: "Voltage level property 1",
|
|
65
108
|
voltageLevelProperty2: "Voltage level property 2",
|
|
109
|
+
voltageLevelProperty3: "Voltage level property 3",
|
|
66
110
|
"maxQAtNominalV.svar": "Q max at nominal voltage (MVar)",
|
|
67
111
|
"minQAtNominalV.svar": "Q min at nominal voltage (MVar)",
|
|
68
112
|
"fixQAtNominalV.svar": "Fixed part of Q at nominal voltage (MVar)",
|
|
@@ -87,6 +131,7 @@ const filterExpertEn = {
|
|
|
87
131
|
lowVoltageThreshold: "Low voltage threshold",
|
|
88
132
|
highVoltageThreshold: "High voltage threshold",
|
|
89
133
|
susceptanceFix: "Fixed part of susceptance ",
|
|
134
|
+
paired: "Paired",
|
|
90
135
|
converterStationId1: "Converter station 1 ID",
|
|
91
136
|
converterStationId2: "Converter station 2 ID",
|
|
92
137
|
convertersMode: "Converters mode",
|
|
@@ -94,7 +139,23 @@ const filterExpertEn = {
|
|
|
94
139
|
side1InverterSide2Rectifier: "Side 1 inverter side 2 rectifier",
|
|
95
140
|
dcNominalVoltage: "DC nominal voltage (kV)",
|
|
96
141
|
converterStationNominalVoltage1: "Converter station 1 nominal voltage (kV)",
|
|
97
|
-
converterStationNominalVoltage2: "Converter station 2 nominal voltage (kV)"
|
|
142
|
+
converterStationNominalVoltage2: "Converter station 2 nominal voltage (kV)",
|
|
143
|
+
country1: "Country 1",
|
|
144
|
+
country2: "Country 2",
|
|
145
|
+
seriesResistance: "Series resistance (Ω)",
|
|
146
|
+
seriesResistance1: "Series resistance 1 (Ω)",
|
|
147
|
+
seriesResistance2: "Series resistance 2 (Ω)",
|
|
148
|
+
seriesResistance3: "Series resistance 3 (Ω)",
|
|
149
|
+
seriesReactance: "Series reactance (Ω)",
|
|
150
|
+
seriesReactance1: "Series reactance 1 (Ω)",
|
|
151
|
+
seriesReactance2: "Series reactance 2 (Ω)",
|
|
152
|
+
seriesReactance3: "Series reactance 3 (Ω)",
|
|
153
|
+
shuntConductance: "Shunt conductance (μS)",
|
|
154
|
+
shuntSusceptance: "Shunt susceptance (μS)",
|
|
155
|
+
shuntConductance1: "Shunt conductance 1 (μS)",
|
|
156
|
+
shuntSusceptance1: "Shunt susceptance 1 (μS)",
|
|
157
|
+
shuntConductance2: "Shunt conductance 2 (μS)",
|
|
158
|
+
shuntSusceptance2: "Shunt susceptance 2 (μS)"
|
|
98
159
|
};
|
|
99
160
|
export {
|
|
100
161
|
filterExpertEn as default
|
|
@@ -27,6 +27,9 @@ declare const filterExpertFr: {
|
|
|
27
27
|
maxSusceptance: string;
|
|
28
28
|
SwitchedOnMaxSusceptance: string;
|
|
29
29
|
ratedS: string;
|
|
30
|
+
ratedS1: string;
|
|
31
|
+
ratedS2: string;
|
|
32
|
+
ratedS3: string;
|
|
30
33
|
marginalCost: string;
|
|
31
34
|
plannedOutageRate: string;
|
|
32
35
|
forcedOutageRate: string;
|
|
@@ -34,9 +37,21 @@ declare const filterExpertFr: {
|
|
|
34
37
|
p0: string;
|
|
35
38
|
q0: string;
|
|
36
39
|
loadTapChangingCapabilities: string;
|
|
40
|
+
loadTapChangingCapabilities1: string;
|
|
41
|
+
loadTapChangingCapabilities2: string;
|
|
42
|
+
loadTapChangingCapabilities3: string;
|
|
37
43
|
ratioTargetV: string;
|
|
44
|
+
ratioTargetV1: string;
|
|
45
|
+
ratioTargetV2: string;
|
|
46
|
+
ratioTargetV3: string;
|
|
38
47
|
magnetizingConductance: string;
|
|
48
|
+
magnetizingConductance1: string;
|
|
49
|
+
magnetizingConductance2: string;
|
|
50
|
+
magnetizingConductance3: string;
|
|
39
51
|
magnetizingSusceptance: string;
|
|
52
|
+
magnetizingSusceptance1: string;
|
|
53
|
+
magnetizingSusceptance2: string;
|
|
54
|
+
magnetizingSusceptance3: string;
|
|
40
55
|
vlNominalVoltage: string;
|
|
41
56
|
lowVoltageLimit: string;
|
|
42
57
|
highVoltageLimit: string;
|
|
@@ -47,7 +62,13 @@ declare const filterExpertFr: {
|
|
|
47
62
|
Auxiliary: string;
|
|
48
63
|
Fictitious: string;
|
|
49
64
|
hasRatioTapChanger: string;
|
|
65
|
+
hasRatioTapChanger1: string;
|
|
66
|
+
hasRatioTapChanger2: string;
|
|
67
|
+
hasRatioTapChanger3: string;
|
|
50
68
|
hasPhaseTapChanger: string;
|
|
69
|
+
hasPhaseTapChanger1: string;
|
|
70
|
+
hasPhaseTapChanger2: string;
|
|
71
|
+
hasPhaseTapChanger3: string;
|
|
51
72
|
Voltage: string;
|
|
52
73
|
ReactivePower: string;
|
|
53
74
|
VoltageRegulation: string;
|
|
@@ -56,19 +77,42 @@ declare const filterExpertFr: {
|
|
|
56
77
|
ActivePowerControl: string;
|
|
57
78
|
FixedTap: string;
|
|
58
79
|
ratioRegulationMode: string;
|
|
80
|
+
ratioRegulationMode1: string;
|
|
81
|
+
ratioRegulationMode2: string;
|
|
82
|
+
ratioRegulationMode3: string;
|
|
59
83
|
phaseRegulationMode: string;
|
|
84
|
+
phaseRegulationMode1: string;
|
|
85
|
+
phaseRegulationMode2: string;
|
|
86
|
+
phaseRegulationMode3: string;
|
|
60
87
|
phaseRegulationValue: string;
|
|
88
|
+
phaseRegulationValue1: string;
|
|
89
|
+
phaseRegulationValue2: string;
|
|
90
|
+
phaseRegulationValue3: string;
|
|
61
91
|
property: string;
|
|
62
92
|
substationProperty: string;
|
|
63
93
|
substationProperty1: string;
|
|
64
94
|
substationProperty2: string;
|
|
95
|
+
substationProperty3: string;
|
|
96
|
+
ratedVoltage0KV: string;
|
|
65
97
|
ratedVoltage1KV: string;
|
|
66
98
|
ratedVoltage2KV: string;
|
|
99
|
+
ratedVoltage3KV: string;
|
|
100
|
+
nominalVoltage1: string;
|
|
101
|
+
nominalVoltage2: string;
|
|
102
|
+
nominalVoltage3: string;
|
|
103
|
+
voltageLevelId1: string;
|
|
104
|
+
voltageLevelId2: string;
|
|
105
|
+
voltageLevelId3: string;
|
|
106
|
+
terminal1Connected: string;
|
|
107
|
+
terminal2Connected: string;
|
|
108
|
+
terminal3Connected: string;
|
|
67
109
|
nominalVoltage1KV: string;
|
|
68
110
|
nominalVoltage2KV: string;
|
|
111
|
+
nominalVoltage3KV: string;
|
|
69
112
|
voltageLevelProperty: string;
|
|
70
113
|
voltageLevelProperty1: string;
|
|
71
114
|
voltageLevelProperty2: string;
|
|
115
|
+
voltageLevelProperty3: string;
|
|
72
116
|
'maxQAtNominalV.svar': string;
|
|
73
117
|
'minQAtNominalV.svar': string;
|
|
74
118
|
'fixQAtNominalV.svar': string;
|
|
@@ -93,6 +137,7 @@ declare const filterExpertFr: {
|
|
|
93
137
|
lowVoltageThreshold: string;
|
|
94
138
|
highVoltageThreshold: string;
|
|
95
139
|
susceptanceFix: string;
|
|
140
|
+
paired: string;
|
|
96
141
|
converterStationId1: string;
|
|
97
142
|
converterStationId2: string;
|
|
98
143
|
convertersMode: string;
|
|
@@ -101,5 +146,21 @@ declare const filterExpertFr: {
|
|
|
101
146
|
dcNominalVoltage: string;
|
|
102
147
|
converterStationNominalVoltage1: string;
|
|
103
148
|
converterStationNominalVoltage2: string;
|
|
149
|
+
country1: string;
|
|
150
|
+
country2: string;
|
|
151
|
+
seriesResistance: string;
|
|
152
|
+
seriesResistance1: string;
|
|
153
|
+
seriesResistance2: string;
|
|
154
|
+
seriesResistance3: string;
|
|
155
|
+
seriesReactance: string;
|
|
156
|
+
seriesReactance1: string;
|
|
157
|
+
seriesReactance2: string;
|
|
158
|
+
seriesReactance3: string;
|
|
159
|
+
shuntConductance: string;
|
|
160
|
+
shuntSusceptance: string;
|
|
161
|
+
shuntConductance1: string;
|
|
162
|
+
shuntSusceptance1: string;
|
|
163
|
+
shuntConductance2: string;
|
|
164
|
+
shuntSusceptance2: string;
|
|
104
165
|
};
|
|
105
166
|
export default filterExpertFr;
|
|
@@ -21,6 +21,9 @@ const filterExpertFr = {
|
|
|
21
21
|
maxSusceptance: "Susceptance installée (S)",
|
|
22
22
|
SwitchedOnMaxSusceptance: "Susceptance enclenchée (S)",
|
|
23
23
|
ratedS: "Puissance nominale (MVA)",
|
|
24
|
+
ratedS1: "Puissance nominale côté 1 (MVA)",
|
|
25
|
+
ratedS2: "Puissance nominale côté 2 (MVA)",
|
|
26
|
+
ratedS3: "Puissance nominale côté 3 (MVA)",
|
|
24
27
|
marginalCost: "Coût",
|
|
25
28
|
plannedOutageRate: "Indisponibilité programmée",
|
|
26
29
|
forcedOutageRate: "Indisponibilité fortuite",
|
|
@@ -28,9 +31,21 @@ const filterExpertFr = {
|
|
|
28
31
|
p0: "P constant (MW)",
|
|
29
32
|
q0: "Q constant (MVar)",
|
|
30
33
|
loadTapChangingCapabilities: "Régleur en charge",
|
|
34
|
+
loadTapChangingCapabilities1: "Régleur 1 en charge",
|
|
35
|
+
loadTapChangingCapabilities2: "Régleur 2 en charge",
|
|
36
|
+
loadTapChangingCapabilities3: "Régleur 3 en charge",
|
|
31
37
|
ratioTargetV: "Tension de consigne du régleur (kV)",
|
|
38
|
+
ratioTargetV1: "Tension de consigne du régleur 1 (kV)",
|
|
39
|
+
ratioTargetV2: "Tension de consigne du régleur 2 (kV)",
|
|
40
|
+
ratioTargetV3: "Tension de consigne du régleur 3 (kV)",
|
|
32
41
|
magnetizingConductance: "Conductance magnétisante (μS)",
|
|
42
|
+
magnetizingConductance1: "Conductance magnétisante côté 1 (μS)",
|
|
43
|
+
magnetizingConductance2: "Conductance magnétisante côté 2 (μS)",
|
|
44
|
+
magnetizingConductance3: "Conductance magnétisante côté 3 (μS)",
|
|
33
45
|
magnetizingSusceptance: "Susceptance magnétisante (μS)",
|
|
46
|
+
magnetizingSusceptance1: "Susceptance magnétisante côté 1 (μS)",
|
|
47
|
+
magnetizingSusceptance2: "Susceptance magnétisante côté 2 (μS)",
|
|
48
|
+
magnetizingSusceptance3: "Susceptance magnétisante côté 3 (μS)",
|
|
34
49
|
vlNominalVoltage: "Tension nominale poste (kV)",
|
|
35
50
|
lowVoltageLimit: "Limite tension basse (kV)",
|
|
36
51
|
highVoltageLimit: "Limite tension haute (kV)",
|
|
@@ -41,7 +56,13 @@ const filterExpertFr = {
|
|
|
41
56
|
Auxiliary: "Auxiliaire",
|
|
42
57
|
Fictitious: "Fictif",
|
|
43
58
|
hasRatioTapChanger: "Régleur existe",
|
|
59
|
+
hasRatioTapChanger1: "Régleur 1 existe",
|
|
60
|
+
hasRatioTapChanger2: "Régleur 2 existe",
|
|
61
|
+
hasRatioTapChanger3: "Régleur 3 existe",
|
|
44
62
|
hasPhaseTapChanger: "Déphaseur existe",
|
|
63
|
+
hasPhaseTapChanger1: "Déphaseur 1 existe",
|
|
64
|
+
hasPhaseTapChanger2: "Déphaseur 2 existe",
|
|
65
|
+
hasPhaseTapChanger3: "Déphaseur 3 existe",
|
|
45
66
|
Voltage: "Tension",
|
|
46
67
|
ReactivePower: "Puissance réactive",
|
|
47
68
|
VoltageRegulation: "Réglage tension",
|
|
@@ -50,19 +71,42 @@ const filterExpertFr = {
|
|
|
50
71
|
ActivePowerControl: "Suivi de transit",
|
|
51
72
|
FixedTap: "Déphasage constant",
|
|
52
73
|
ratioRegulationMode: "Mode de réglage du régleur",
|
|
74
|
+
ratioRegulationMode1: "Mode de réglage du régleur 1",
|
|
75
|
+
ratioRegulationMode2: "Mode de réglage du régleur 2",
|
|
76
|
+
ratioRegulationMode3: "Mode de réglage du régleur 3",
|
|
53
77
|
phaseRegulationMode: "Mode de réglage du déphaseur",
|
|
78
|
+
phaseRegulationMode1: "Mode de réglage du déphaseur 1",
|
|
79
|
+
phaseRegulationMode2: "Mode de réglage du déphaseur 2",
|
|
80
|
+
phaseRegulationMode3: "Mode de réglage du déphaseur 3",
|
|
54
81
|
phaseRegulationValue: "Consigne de transit ou du courant du déphaseur",
|
|
82
|
+
phaseRegulationValue1: "Consigne de transit ou du courant du déphaseur 1",
|
|
83
|
+
phaseRegulationValue2: "Consigne de transit ou du courant du déphaseur 2",
|
|
84
|
+
phaseRegulationValue3: "Consigne de transit ou du courant du déphaseur 3",
|
|
55
85
|
property: "Propriété",
|
|
56
86
|
substationProperty: "Propriété site",
|
|
57
87
|
substationProperty1: "Propriété site 1",
|
|
58
88
|
substationProperty2: "Propriété site 2",
|
|
89
|
+
substationProperty3: "Propriété site 3",
|
|
90
|
+
ratedVoltage0KV: "Tension d'enroulement 0 (kV)",
|
|
59
91
|
ratedVoltage1KV: "Tension d'enroulement 1 (kV)",
|
|
60
92
|
ratedVoltage2KV: "Tension d'enroulement 2 (kV)",
|
|
93
|
+
ratedVoltage3KV: "Tension d'enroulement 3 (kV)",
|
|
94
|
+
nominalVoltage1: "Tension nominale 1",
|
|
95
|
+
nominalVoltage2: "Tension nominale 2",
|
|
96
|
+
nominalVoltage3: "Tension nominale 3",
|
|
97
|
+
voltageLevelId1: "ID Poste 1",
|
|
98
|
+
voltageLevelId2: "ID Poste 2",
|
|
99
|
+
voltageLevelId3: "ID Poste 3",
|
|
100
|
+
terminal1Connected: "Connecté 1",
|
|
101
|
+
terminal2Connected: "Connecté 2",
|
|
102
|
+
terminal3Connected: "Connecté 3",
|
|
61
103
|
nominalVoltage1KV: "Tension nominale 1 (kV)",
|
|
62
104
|
nominalVoltage2KV: "Tension nominale 2 (kV)",
|
|
105
|
+
nominalVoltage3KV: "Tension nominale 3 (kV)",
|
|
63
106
|
voltageLevelProperty: "Propriété poste",
|
|
64
107
|
voltageLevelProperty1: "Propriété poste 1",
|
|
65
108
|
voltageLevelProperty2: "Propriété poste 2",
|
|
109
|
+
voltageLevelProperty3: "Propriété poste 3",
|
|
66
110
|
"maxQAtNominalV.svar": "Q max à tension nominale (MVar)",
|
|
67
111
|
"minQAtNominalV.svar": "Q min à tension nominale (MVar)",
|
|
68
112
|
"fixQAtNominalV.svar": "Q fixe à tension nominale (MVar)",
|
|
@@ -87,6 +131,7 @@ const filterExpertFr = {
|
|
|
87
131
|
lowVoltageThreshold: "U activation bas",
|
|
88
132
|
highVoltageThreshold: "U activation haut",
|
|
89
133
|
susceptanceFix: "Susceptance fixe",
|
|
134
|
+
paired: "Appareillé",
|
|
90
135
|
converterStationId1: "ID de la station de conversion 1",
|
|
91
136
|
converterStationId2: "ID de la station de conversion 2",
|
|
92
137
|
convertersMode: "Mode de conversion",
|
|
@@ -94,7 +139,23 @@ const filterExpertFr = {
|
|
|
94
139
|
side1InverterSide2Rectifier: "Côté 1 onduleur côté 2 redresseur",
|
|
95
140
|
dcNominalVoltage: "Tension nominale DC (kV)",
|
|
96
141
|
converterStationNominalVoltage1: "Tension nominale de la station de conversion 1 (kV)",
|
|
97
|
-
converterStationNominalVoltage2: "Tension nominale de la station de conversion 2 (kV)"
|
|
142
|
+
converterStationNominalVoltage2: "Tension nominale de la station de conversion 2 (kV)",
|
|
143
|
+
country1: "Pays 1",
|
|
144
|
+
country2: "Pays 2",
|
|
145
|
+
seriesResistance: "Résistance série (Ω)",
|
|
146
|
+
seriesResistance1: "Résistance série 1 (Ω)",
|
|
147
|
+
seriesResistance2: "Résistance série 2 (Ω)",
|
|
148
|
+
seriesResistance3: "Résistance série 3 (Ω)",
|
|
149
|
+
seriesReactance: "Réactance série (Ω)",
|
|
150
|
+
seriesReactance1: "Réactance série 1 (Ω)",
|
|
151
|
+
seriesReactance2: "Réactance série 2 (Ω)",
|
|
152
|
+
seriesReactance3: "Réactance série 3 (Ω)",
|
|
153
|
+
shuntConductance: "Conductance parallèle (μS)",
|
|
154
|
+
shuntSusceptance: "Susceptance parallèle (μS)",
|
|
155
|
+
shuntConductance1: "Conductance parallèle 1 (μS)",
|
|
156
|
+
shuntSusceptance1: "Susceptance parallèle 1 (μS)",
|
|
157
|
+
shuntConductance2: "Conductance parallèle 2 (μS)",
|
|
158
|
+
shuntSusceptance2: "Susceptance parallèle 2 (μS)"
|
|
98
159
|
};
|
|
99
160
|
export {
|
|
100
161
|
filterExpertFr as default
|