@gridsuite/commons-ui 0.175.0 → 0.176.0
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.
|
@@ -58,6 +58,7 @@ export declare const businessErrorsEn: {
|
|
|
58
58
|
'shortcircuit.busOutOfVoltage': string;
|
|
59
59
|
'shortcircuit.missingExtensionData': string;
|
|
60
60
|
'shortcircuit.inconsistentVoltageLevels': string;
|
|
61
|
+
'shortcircuit.busOutOfNodeCluster': string;
|
|
61
62
|
'securityAnalysis.contingencyListConfigEmpty': string;
|
|
62
63
|
'dynamicMapping.mappingNameNotProvided': string;
|
|
63
64
|
'dynamicSecurityAnalysis.providerNotFound': string;
|
|
@@ -52,6 +52,7 @@ const businessErrorsEn = {
|
|
|
52
52
|
"shortcircuit.busOutOfVoltage": "Selected bus is out of voltage.",
|
|
53
53
|
"shortcircuit.missingExtensionData": "Missing short-circuit extension data.",
|
|
54
54
|
"shortcircuit.inconsistentVoltageLevels": "Some voltage levels have wrong isc values. Check out the logs to find which ones.",
|
|
55
|
+
"shortcircuit.busOutOfNodeCluster": "Selected bus is out of node cluster",
|
|
55
56
|
"securityAnalysis.contingencyListConfigEmpty": "The configuration does not contain any contingency.",
|
|
56
57
|
"dynamicMapping.mappingNameNotProvided": "Mapping name not provided",
|
|
57
58
|
"dynamicSecurityAnalysis.providerNotFound": "Dynamic security analysis provider not found.",
|
|
@@ -58,6 +58,7 @@ export declare const businessErrorsFr: {
|
|
|
58
58
|
'shortcircuit.busOutOfVoltage': string;
|
|
59
59
|
'shortcircuit.missingExtensionData': string;
|
|
60
60
|
'shortcircuit.inconsistentVoltageLevels': string;
|
|
61
|
+
'shortcircuit.busOutOfNodeCluster': string;
|
|
61
62
|
'securityAnalysis.contingencyListConfigEmpty': string;
|
|
62
63
|
'dynamicMapping.mappingNameNotProvided': string;
|
|
63
64
|
'dynamicSecurityAnalysis.providerNotFound': string;
|
|
@@ -52,6 +52,7 @@ const businessErrorsFr = {
|
|
|
52
52
|
"shortcircuit.busOutOfVoltage": "Bus sélectionné en dehors des limites de tension.",
|
|
53
53
|
"shortcircuit.missingExtensionData": "Données de l'extension court-circuit manquantes.",
|
|
54
54
|
"shortcircuit.inconsistentVoltageLevels": "Des postes ont des données Icc incohérentes. Vérifiez les logs pour déterminer lesquels.",
|
|
55
|
+
"shortcircuit.busOutOfNodeCluster": "Le nœud électrique sélectionné est en dehors de la zone intérieure",
|
|
55
56
|
"securityAnalysis.contingencyListConfigEmpty": "La configuration ne contient aucun aléas.",
|
|
56
57
|
"dynamicMapping.mappingNameNotProvided": "Nom du mapping non fourni",
|
|
57
58
|
"dynamicSecurityAnalysis.providerNotFound": "Simulateur d'analyse de sécurité dynamique non trouvé.",
|