From 6943688cd7a48dc9086a78e48a3231b0363a87f2 Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Fri, 2 Feb 2024 08:57:17 +0000 Subject: [PATCH] fix: align english translations with french translation to validate checktranslation script Refs #657 --- src/app/calculators/rugofond/en.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/calculators/rugofond/en.json b/src/app/calculators/rugofond/en.json index 7902781f7..b48fe40ee 100644 --- a/src/app/calculators/rugofond/en.json +++ b/src/app/calculators/rugofond/en.json @@ -1,6 +1,7 @@ { "fs_hydraulique": "Hydraulic parameters", "fs_geometry": "Pass geometry", + "fs_type": "Ramp type", "fs_pass": "Fish pass parameters", "fs_bloc": "Blocks parameters", "fs_pass_type": "Pass type", @@ -11,12 +12,6 @@ "Q": "Flow", "If": "Slope", "Ks": "Bottom roughness", - "C": "Block concentration", - "PBD": "Diameter", - "PBH": "Height", - "Cd0": "Shape (1 for round, 2 for square)", - "ZRL": "Upper upstream ramp bottom elevation", - "ZRR": "Lower upstream ramp bottom elevation", "ZF1": "Upstream ramp bottom elevation", "ZD1": "Lower upstream ramp bottom elevation", "ZR1": "Upper upstream ramp bottom elevation", @@ -24,7 +19,6 @@ "L": "Total width of ramp", "CdT": "Discharge coefficient", "d65": "d65", - "PASSTYPE_0": "Multiple aprons", "PASSTYPE_1": "Inclined apron" -- GitLab