Skip to content
Snippets Groups Projects
Commit c2524ad3 authored by François Grand's avatar François Grand
Browse files

feat: add Strickler locale

refs #596
parent d47b59c1
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!200Resolve "Conduites en charge : ajouter loi de Strickler"
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"Jlin": "Linear head loss", "Jlin": "Linear head loss",
"Klin": "Linear head loss coefficient", "Klin": "Linear head loss coefficient",
"fD": "Darcy friction factor", "fD": "Darcy friction factor",
"Ks": "Strickler coefficient",
"UNIT_JLIN": "m", "UNIT_JLIN": "m",
"UNIT_V": "m/s" "UNIT_V": "m/s"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"Jlin": "Perte de charge linéaire", "Jlin": "Perte de charge linéaire",
"Klin": "Coefficient de perte de charge linéaire", "Klin": "Coefficient de perte de charge linéaire",
"fD": "Coefficient de perte de charge de Darcy", "fD": "Coefficient de perte de charge de Darcy",
"Ks": "Coefficient de Strickler",
"UNIT_JLIN": "m", "UNIT_JLIN": "m",
"UNIT_V": "m/s" "UNIT_V": "m/s"
......
...@@ -234,6 +234,7 @@ ...@@ -234,6 +234,7 @@
"INFO_CHILD_TYPE_SECTION_PLUR": "sections", "INFO_CHILD_TYPE_SECTION_PLUR": "sections",
"INFO_CHILD_TYPE_SECTION_SHORT": "S", "INFO_CHILD_TYPE_SECTION_SHORT": "S",
"INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon", "INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon",
"INFO_CHILD_TYPE_STRICKLER": "Strickler",
"INFO_DIALOG_PARSIM_DESC": "Choose a combination of values to generate the simulation", "INFO_DIALOG_PARSIM_DESC": "Choose a combination of values to generate the simulation",
"INFO_FIELDSET_ADD": "Add", "INFO_FIELDSET_ADD": "Add",
"INFO_FIELDSET_COPY": "Copy", "INFO_FIELDSET_COPY": "Copy",
......
...@@ -234,6 +234,7 @@ ...@@ -234,6 +234,7 @@
"INFO_CHILD_TYPE_SECTION_PLUR": "sections", "INFO_CHILD_TYPE_SECTION_PLUR": "sections",
"INFO_CHILD_TYPE_SECTION_SHORT": "S", "INFO_CHILD_TYPE_SECTION_SHORT": "S",
"INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon", "INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon",
"INFO_CHILD_TYPE_STRICKLER": "Strickler",
"INFO_DIALOG_PARSIM_DESC": "Choisir une combinaison de valeurs pour générer la simulation", "INFO_DIALOG_PARSIM_DESC": "Choisir une combinaison de valeurs pour générer la simulation",
"INFO_FIELDSET_ADD": "Ajouter", "INFO_FIELDSET_ADD": "Ajouter",
"INFO_FIELDSET_COPY": "Copier", "INFO_FIELDSET_COPY": "Copier",
...@@ -773,4 +774,4 @@ ...@@ -773,4 +774,4 @@
"ERROR_VERIF_PAB_WALL_NOT_CROSSABLE": "La cloison n°%N% n'est pas franchissable", "ERROR_VERIF_PAB_WALL_NOT_CROSSABLE": "La cloison n°%N% n'est pas franchissable",
"ERROR_VERIF_PAB_DW_NOT_CROSSABLE": "La cloison aval n'est pas franchissable", "ERROR_VERIF_PAB_DW_NOT_CROSSABLE": "La cloison aval n'est pas franchissable",
"WARNING_VERIF_PAR_SPECIES_GROUP": "Les groupes d'espèces 3a, 3b et 7b sont déconseillés pour ce type de passe" "WARNING_VERIF_PAR_SPECIES_GROUP": "Les groupes d'espèces 3a, 3b et 7b sont déconseillés pour ce type de passe"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment