From b9dfd2ba76bd530291b42f9379a09c2e33ae2092 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Mon, 29 Apr 2019 14:26:15 +0200 Subject: [PATCH] Ajout traduction --- src/locale/messages.en.json | 1 + src/locale/messages.fr.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json index bbfb5899c..eba7d7d16 100644 --- a/src/locale/messages.en.json +++ b/src/locale/messages.en.json @@ -110,6 +110,7 @@ "INFO_EXTRARES_LIB_YF": "Subcritical depth (m)", "INFO_EXTRARES_LIB_YN": "Normal depth (m)", "INFO_EXTRARES_LIB_YT": "Supercritical depth (m)", + "INFO_EXTRARES_LIB_ZRB": "Downstream basin bottom elevation (m)", "INFO_EXTRARES_LIB_ZF2": "Downstream bottom elevation (m)", "INFO_LECHAPTCALMON_TITRE": "Lechapt-Calmon", "INFO_LECHAPTCALMON_TITRE_COURT": "Lechapt-C.", diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json index 819433f19..377791704 100644 --- a/src/locale/messages.fr.json +++ b/src/locale/messages.fr.json @@ -110,6 +110,7 @@ "INFO_EXTRARES_LIB_YF": "Tirant d'eau fluvial (m)", "INFO_EXTRARES_LIB_YN": "Tirant d'eau normal (m)", "INFO_EXTRARES_LIB_YT": "Tirant d'eau torrentiel (m)", + "INFO_EXTRARES_LIB_ZRB": "Cote de radier du bassin aval (m)", "INFO_EXTRARES_LIB_ZF2": "Cote de fond aval (m)", "INFO_LECHAPTCALMON_TITRE": "Lechapt-Calmon", "INFO_LECHAPTCALMON_TITRE_COURT": "Lechapt-C.", -- GitLab