From ca3ba2a571da73c5208ac485c86d02146a172d1e Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Fri, 31 Jul 2020 11:27:46 +0200 Subject: [PATCH] Translation for jalhyd#249 --- src/locale/messages.en.json | 2 ++ src/locale/messages.fr.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json index b91a4dcb7..a26a0ba49 100644 --- a/src/locale/messages.en.json +++ b/src/locale/messages.en.json @@ -673,6 +673,8 @@ "ERROR_VERIF_KO": "Crossability criteria are not met for at least one species group", "ERROR_VERIF_VARYING_KO": "Crossability criteria are not met for at least one species group, for all pass modalities", "WARNING_VERIF_PAB_PVMAX": "Wall #%N%: dissipated power %PV% very high (recommanded: %maxPV%)", + "WARNING_VERIF_PAB_ORIFICE": "Wall #%NC%, structure %NS%: uninsured passage over an orifice", + "WARNING_VERIF_PAB_ORIFICE_DW": "Downwall, structure %NS%: uninsured passage over an orifice", "ERROR_VERIF_SPECIES_GROUP_KO": "Crossability criteria are not met for species group ENUM_%speciesGroup%", "WARNING_VERIF_SPECIES_GROUP_OK_BUT": "Crossability criteria are met for species group ENUM_%speciesGroup%, but there are warnings", "INFO_VERIF_SPECIES_GROUP_OK": "Crossability criteria are met for species group ENUM_%speciesGroup%", diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json index 5d4a10cff..b04310d27 100644 --- a/src/locale/messages.fr.json +++ b/src/locale/messages.fr.json @@ -677,6 +677,8 @@ "ERROR_VERIF_VARYING_KO": "Le franchissement est impossible pour au moins un groupe d'espèces, pour toutes les modalités de la passe", "ERROR_VERIF_SPECIES_GROUP_KO": "ENUM_%speciesGroup% : franchissement impossible", "WARNING_VERIF_PAB_PVMAX": "Cloison n°%N% : puissance dissipée %PV% très élevée (recommandée : %maxPV%)", + "WARNING_VERIF_PAB_ORIFICE": "Cloison n°%NC%, ouvrage %NS% : franchissement non assuré sur un orifice", + "WARNING_VERIF_PAB_ORIFICE_DW": "Cloison aval, ouvrage %NS% : franchissement non assuré sur un orifice", "WARNING_VERIF_SPECIES_GROUP_OK_BUT": "ENUM_%speciesGroup% : OK, avec des avertissements", "INFO_VERIF_SPECIES_GROUP_OK": "ENUM_%speciesGroup% : OK", "ERROR_VERIF_SPECIES_NUB_KO": "FORM_ID_%uid% : franchissement impossible", -- GitLab