diff --git a/src/app/calculators/par/fr.json b/src/app/calculators/par/fr.json index 51e30503bf545acbf0a52bdc9008f5fc8ec9771b..992593b5c7222261051c9b50658faea537320a7e 100644 --- a/src/app/calculators/par/fr.json +++ b/src/app/calculators/par/fr.json @@ -1,10 +1,6 @@ { "fs_param_hydro": "Paramètres hydrauliques", - "Q": "Débit", - "Z1": "Cote de l'eau amont", - "Z2": "Cote de leau aval", - "fs_geometry": "Géométrie de la passe", "ha": "Charge amont", diff --git a/src/app/calculators/parsimulation/fr.json b/src/app/calculators/parsimulation/fr.json index ac6b40bc98c9b7399be273f566045c0625343f9b..50a84eff932f14b405904fd9008523e841273076 100644 --- a/src/app/calculators/parsimulation/fr.json +++ b/src/app/calculators/parsimulation/fr.json @@ -1,10 +1,6 @@ { "fs_param_hydro": "Paramètres hydrauliques", - "Q": "Débit", - "Z1": "Cote de l'eau amont", - "Z2": "Cote de leau aval", - "fs_geometry": "Géométrie de la passe", "ZD1": "Cote de déversement à l'amont", diff --git a/src/app/components/generic-calculator/calculator.component.ts b/src/app/components/generic-calculator/calculator.component.ts index 5c48cda8a9663edae2e73326dfd34c628bfda5a3..2850e8ce3e8a77a5268aaaaf88b7aaa1abafdf15 100644 --- a/src/app/components/generic-calculator/calculator.component.ts +++ b/src/app/components/generic-calculator/calculator.component.ts @@ -746,7 +746,7 @@ export class GenericCalculatorComponent implements OnInit, DoCheck, AfterViewChe /** * Génère une liste de valeurs de tirant d'eau pour un couple Z1/ZF1 ou Z2/ZF2 donné - * @param Z cote de leau (Z1 ou Z2) + * @param Z cote de l'eau (Z1 ou Z2) * @param ZF cote de fond (ZF1 ou ZF2) */ private generateBiefYValuesForSP(Z: ParamDefinition, ZF: ParamDefinition): number | number[] { diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json index f31aef038d700cf71b17505862d4ce0a902e3f46..ca693f14944335d5e0da2b434e4c7fac08f7bf7b 100644 --- a/src/locale/messages.en.json +++ b/src/locale/messages.en.json @@ -74,7 +74,7 @@ "INFO_CALCULATOR_PARAMFIXES": "Fixed parameters", "INFO_CALCULATOR_RESULTS_GENERATE_PAB": "Generate a fish ladder", "INFO_CALCULATOR_RESULTS_GENERATE_RU_SP": "Hydraulic details of section", - "INFO_CALCULATOR_RESULTS_GENERATE_PAR_SIMULATION": "Generation a humpback fishway simulation", + "INFO_CALCULATOR_RESULTS_GENERATE_PAR_SIMULATION": "Generate a simulation", "INFO_CALCULATOR_RESULTS_GENERATE_SP_AMONT": "Hydraulic details of upstream section", "INFO_CALCULATOR_RESULTS_GENERATE_SP_AVAL": "Hydraulic details of downstream section", "INFO_CALCULATOR_RESULTS_TITLE": "Results", diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json index 92649843165886db42c1f0785f1fbc71bd2c8ef1..590e66d88a0f14543eb2dc80e0b6b063bfaaf20f 100644 --- a/src/locale/messages.fr.json +++ b/src/locale/messages.fr.json @@ -74,7 +74,7 @@ "INFO_CALCULATOR_PARAMFIXES": "Paramètres fixés", "INFO_CALCULATOR_RESULTS_GENERATE_PAB": "Générer une passe à bassins", "INFO_CALCULATOR_RESULTS_GENERATE_RU_SP": "Détails hydrauliques de la section", - "INFO_CALCULATOR_RESULTS_GENERATE_PAR_SIMULATION": "Générer une simulation de passe à ralentisseurs", + "INFO_CALCULATOR_RESULTS_GENERATE_PAR_SIMULATION": "Générer une simulation", "INFO_CALCULATOR_RESULTS_GENERATE_SP_AMONT": "Détails hydrauliques de la section amont", "INFO_CALCULATOR_RESULTS_GENERATE_SP_AVAL": "Détails hydrauliques de la section aval", "INFO_CALCULATOR_RESULTS_TITLE": "Résultats",