Skip to content
Snippets Groups Projects
Commit f9d4de5c authored by mathias.chouet's avatar mathias.chouet
Browse files

Update config and translation for jalhyd#239

parent d67e7759
No related branches found
No related tags found
1 merge request!82Resolve "Ajout de la fonctionnalité "Respect des critères""
......@@ -4,7 +4,11 @@
"type": "fieldset",
"fields": [
{
"id": "PVMax",
"id": "PVMaxPrec",
"allowEmpty": true
},
{
"id": "PVMaxLim",
"allowEmpty": true
}
]
......
......@@ -364,6 +364,8 @@
"INFO_LIB_YMINSB": "Minimal water level on superactive baffles",
"INFO_LIB_YMINPB": "Minimal water level on plane baffles",
"INFO_LIB_PVMAX": "Maximal dissipated power",
"INFO_LIB_PVMAXPREC": "Recommanded maximal dissipated power",
"INFO_LIB_PVMAXLIM": "Limit maximal dissipated power",
"INFO_LIB_PAB_CHART_SEUILS": "Weirs (%s)",
"INFO_LINKED_VALUE_CHILD": "%s (%s, %s %s)",
"INFO_LINKED_VALUE_EXTRA_RESULT_OF": "%s (%s)",
......@@ -666,6 +668,7 @@
"ERROR_VERIF_PAR_YMIN": "Water level %h% too low (minimum: %minY%)",
"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%)",
"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%",
......
......@@ -365,6 +365,8 @@
"INFO_LIB_YMINSB": "Tirant d'eau minimal sur les ralentisseurs suractifs de fond",
"INFO_LIB_YMINPB": "Tirant d'eau minimal sur les ralentisseurs plans",
"INFO_LIB_PVMAX": "Puissance volumique dissipée maximale",
"INFO_LIB_PVMAXPREC": "Puissance volumique dissipée maximale recommandée",
"INFO_LIB_PVMAXLIM": "Puissance volumique dissipée maximale limite",
"INFO_LIB_PAB_CHART_SEUILS": "Seuils (%s)",
"INFO_LINKED_VALUE_CHILD": "%s (%s, %s %s)",
"INFO_LINKED_VALUE_EXTRA_RESULT_OF": "%s (%s)",
......@@ -670,6 +672,7 @@
"ERROR_VERIF_KO": "Le franchissement est impossible pour au moins un groupe d'espèces",
"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_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",
......
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