File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,15 @@ export const businessErrorsEn = {
4444 'useradmin.announcementInvalidPeriod' : 'The announcement has an invalid time period.' ,
4545 'useradmin.announcementOverlap' : 'The announcement period overlaps with an existing one.' ,
4646 'filter.filterCycleDetected' : 'Filter cycle detected: {filters}' ,
47+ 'computation.resultNotFound' : 'Results not found.' ,
48+ 'computation.parametersNotFound' : 'Parameters not found.' ,
49+ 'computation.invalidSortFormat' : 'The sorting format is incorrect.' ,
50+ 'computation.invalidExportParams' : 'The export settings are incorrect.' ,
51+ 'computation.limitReductionConfigError' : 'The limit reductions configuration is incorrect.' ,
52+ 'computation.runnerError' : 'An error occurred during the computation.' ,
53+ 'voltageInit.missingFilter' : 'The configuration contains one or more filters that have been deleted.' ,
54+ 'shortcircuit.busOutOfVoltage' : 'Selected bus is out of voltage.' ,
55+ 'shortcircuit.missingExtensionData' : 'Missing short-circuit extension data.' ,
56+ 'shortcircuit.inconsistentVoltageLevels' :
57+ 'Some voltage levels have wrong isc values. Check out the logs to find which ones.' ,
4758} ;
Original file line number Diff line number Diff line change @@ -44,4 +44,15 @@ export const businessErrorsFr = {
4444 'useradmin.announcementInvalidPeriod' : "La période de l'annonce est invalide." ,
4545 'useradmin.announcementOverlap' : "La période de l'annonce chevauche une autre annonce existante." ,
4646 'filter.filterCycleDetected' : 'Cycle de filtre détecté: {filters}' ,
47+ 'computation.resultNotFound' : 'Résultats non trouvés.' ,
48+ 'computation.parametersNotFound' : 'Paramètres non trouvés.' ,
49+ 'computation.invalidSortFormat' : 'Le format du tri est incorrect.' ,
50+ 'computation.invalidExportParams' : "Les paramètres d'export sont incorrects." ,
51+ 'computation.limitReductionConfigError' : 'La configuration des abattements est incorrect.' ,
52+ 'computation.runnerError' : "Une erreur est survenue durant l'exécution du calcul." ,
53+ 'voltageInit.missingFilter' : 'La configuration contient un ou des filtres qui ont été supprimés.' ,
54+ 'shortcircuit.busOutOfVoltage' : 'Bus sélectionné en dehors des limites de tension.' ,
55+ 'shortcircuit.missingExtensionData' : "Données de l'extension court-circuit manquantes." ,
56+ 'shortcircuit.inconsistentVoltageLevels' :
57+ 'Des postes ont des données Icc incohérentes. Vérifiez les logs pour déterminer lesquels.' ,
4758} ;
You can’t perform that action at this time.
0 commit comments