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

fix: MacroRugoRemous: form translation of values,units

refs #609
parent e6661428
No related branches found
No related tags found
No related merge requests found
Pipeline #140296 passed
...@@ -5,6 +5,24 @@ ...@@ -5,6 +5,24 @@
"Dx": "Discretisation step", "Dx": "Discretisation step",
"Y": "Water depth", "Y": "Water depth",
"ZW": "Water line", "ZW": "Water line",
"Hs": "Head",
"S": "Wet surface",
"UNIT_ZW": "m",
"UNIT_FLU": "m",
"UNIT_HS": "m",
"UNIT_HSC": "m",
"UNIT_B": "m",
"UNIT_S": "m²",
"UNIT_P": "m",
"UNIT_R": "m",
"UNIT_V": "m/s",
"UNIT_YCOR": "m",
"UNIT_YCON": "m",
"UNIT_J": "m",
"UNIT_I-J": "m/m",
"UNIT_IMP": "N",
"UNIT_TAU0": "Pa",
"select_resolution": "Resolution method", "select_resolution": "Resolution method",
"RESOLUTION_0": "Integration by trapezoid", "RESOLUTION_0": "Integration by trapezoid",
......
...@@ -5,6 +5,24 @@ ...@@ -5,6 +5,24 @@
"Dx": "Pas de discrétisation", "Dx": "Pas de discrétisation",
"Y": "Tirant d'eau", "Y": "Tirant d'eau",
"ZW": "Ligne d'eau", "ZW": "Ligne d'eau",
"Hs": "Charge",
"S": "Surface mouillée",
"UNIT_ZW": "m",
"UNIT_FLU": "m",
"UNIT_HS": "m",
"UNIT_HSC": "m",
"UNIT_B": "m",
"UNIT_P": "m",
"UNIT_S": "m²",
"UNIT_R": "m",
"UNIT_V": "m/s",
"UNIT_YCOR": "m",
"UNIT_YCON": "m",
"UNIT_J": "m",
"UNIT_I-J": "m/m",
"UNIT_IMP": "N",
"UNIT_TAU0": "Pa",
"select_resolution": "Méthode de résolution", "select_resolution": "Méthode de résolution",
"RESOLUTION_0": "Intégration par trapèzes", "RESOLUTION_0": "Intégration par trapèzes",
......
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