From c80c8c7798726607fa83c2dd682785ffa9a29e7b Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 20 May 2019 16:56:52 +0200
Subject: [PATCH] =?UTF-8?q?Traduction=20des=20Extraresult=20de=20la=20Sect?=
 =?UTF-8?q?ion=20Param=C3=A9tr=C3=A9e?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../section-param/section-param.en.json        | 18 +++++++++++++++++-
 .../section-param/section-param.fr.json        | 18 +++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/src/app/calculators/section-param/section-param.en.json b/src/app/calculators/section-param/section-param.en.json
index e84aae88d..d4675575f 100644
--- a/src/app/calculators/section-param/section-param.en.json
+++ b/src/app/calculators/section-param/section-param.en.json
@@ -59,5 +59,21 @@
     "J": "Perte de charge",
     "I-J": "Variation linéaire de l'énergie spécifique",
     "Imp": "Impulsion",
-    "Tau0": "Force tractrice"
+    "Tau0": "Force tractrice",
+    "UNIT_B": "m",
+    "UNIT_HS": "m",
+    "UNIT_HSC": "m",
+    "UNIT_I-J": "m/m",
+    "UNIT_IMP": "N",
+    "UNIT_J": "m",
+    "UNIT_P": "m",
+    "UNIT_R": "m",
+    "UNIT_S": "m²",
+    "UNIT_TAU0": "Pa",
+	"UNIT_V": "m/s",
+    "UNIT_YC": "m",
+    "UNIT_YCO": "m",
+    "UNIT_YF": "m",
+    "UNIT_YN": "m",
+    "UNIT_YT": "m"
 }
diff --git a/src/app/calculators/section-param/section-param.fr.json b/src/app/calculators/section-param/section-param.fr.json
index 891e7b95e..4ad30ced9 100644
--- a/src/app/calculators/section-param/section-param.fr.json
+++ b/src/app/calculators/section-param/section-param.fr.json
@@ -58,5 +58,21 @@
     "J": "Perte de charge",
     "I-J": "Variation linéaire de l'énergie spécifique",
     "Imp": "Impulsion",
-    "Tau0": "Force tractrice"
+    "Tau0": "Force tractrice",
+    "UNIT_B": "m",
+    "UNIT_HS": "m",
+    "UNIT_HSC": "m",
+    "UNIT_I-J": "m/m",
+    "UNIT_IMP": "N",
+    "UNIT_J": "m",
+    "UNIT_P": "m",
+    "UNIT_R": "m",
+    "UNIT_S": "m²",
+    "UNIT_TAU0": "Pa",
+	"UNIT_V": "m/s",
+    "UNIT_YC": "m",
+    "UNIT_YCO": "m",
+    "UNIT_YF": "m",
+    "UNIT_YN": "m",
+    "UNIT_YT": "m"
 }
-- 
GitLab