diff --git a/src/app/calculators/espece/config.json b/src/app/calculators/espece/config.json index d11f5f33e018ead9e603bd9b4da262a7cbb8dd31..963ce41472fd5a3b1e290481d801d61beec28a46 100644 --- a/src/app/calculators/espece/config.json +++ b/src/app/calculators/espece/config.json @@ -1,6 +1,6 @@ [ { - "id": "fs_param_species", + "id": "fs_param_pab", "type": "fieldset", "fields": [ { @@ -22,7 +22,13 @@ { "id": "HMin", "allowEmpty": true - }, + } + ] + }, + { + "id": "fs_param_pam", + "type": "fieldset", + "fields": [ { "id": "YMin", "allowEmpty": true @@ -30,7 +36,13 @@ { "id": "VMax", "allowEmpty": true - }, + } + ] + }, + { + "id": "fs_param_par", + "type": "fieldset", + "fields": [ { "id": "YMinSB", "allowEmpty": true diff --git a/src/app/calculators/espece/en.json b/src/app/calculators/espece/en.json index 2f28082b73903cd165c8f8f9adc40ea32685146c..b98d29c430883265fdba2da8fdf596d13deb9eba 100644 --- a/src/app/calculators/espece/en.json +++ b/src/app/calculators/espece/en.json @@ -1,5 +1,7 @@ { - "fs_param_species": "Species parameters", + "fs_param_pab": "Fish ladders", + "fs_param_pam": "Rock-ramp fishpasses", + "fs_param_par": "Humpback fishways", "DHMax": "Maximal fall", "BMin": "Minimal slot or weir width", diff --git a/src/app/calculators/espece/fr.json b/src/app/calculators/espece/fr.json index 8100e46079cda588a75249137a492bd88b8993cc..bb190a2ffae4acc2f85ad7cc52aebd4151c474bc 100644 --- a/src/app/calculators/espece/fr.json +++ b/src/app/calculators/espece/fr.json @@ -1,5 +1,7 @@ { - "fs_param_species": "Paramètres de l'espèce", + "fs_param_pab": "Passes à bassins", + "fs_param_pam": "Passes à macrorugosités", + "fs_param_par": "Passes à ralentisseurs", "DHMax": "Chute maximale", "BMin": "Largeur minimale de fente ou échancrure latérale",