diff --git a/src/app/features/administration/consultation/consultation.component.html b/src/app/features/administration/consultation/consultation.component.html index e21f1a2f..3c81feb8 100644 --- a/src/app/features/administration/consultation/consultation.component.html +++ b/src/app/features/administration/consultation/consultation.component.html @@ -2,7 +2,7 @@
- Appliquer le même horaire / option à toutes les dates + {{ 'hours.apply_same' | translate }}
diff --git a/src/app/features/administration/form/steps/step-seven/step-seven.component.html b/src/app/features/administration/form/steps/step-seven/step-seven.component.html index ed69be9a..da1ff157 100644 --- a/src/app/features/administration/form/steps/step-seven/step-seven.component.html +++ b/src/app/features/administration/form/steps/step-seven/step-seven.component.html @@ -43,11 +43,11 @@diff --git a/src/assets/i18n/EN.json b/src/assets/i18n/EN.json index 4f6ffb33..843e0051 100644 --- a/src/assets/i18n/EN.json +++ b/src/assets/i18n/EN.json @@ -96,6 +96,8 @@ "element": "Time span", "apply_same": "Apply the same time spans to all dates", "add": "Add time span", + "empty": "No time span", + "reinit": "Reinitialize", "modal": { "title": "Choose the time spans to apply for all dates", "validate": "Apply" @@ -247,6 +249,8 @@ "You must enter a value": "You must enter a value" }, "participation": { + "created_at": "Créé le", + "by": "par", "vote": "Voter", "menu_label": "Options", "end_of_poll": "Poll votes end on", diff --git a/src/assets/i18n/FR.json b/src/assets/i18n/FR.json index f96dfaa5..09938119 100644 --- a/src/assets/i18n/FR.json +++ b/src/assets/i18n/FR.json @@ -97,6 +97,8 @@ "element": "Horaire", "apply_same": "Appliquer le même horaire à toutes les dates", "add": "Ajouter horaire", + "empty": "Aucune plage horaire", + "reinit": "Réinitialiser", "modal": { "title": "Choisissez les horaires ou options à appliquer à toutes les dates", "validate": "Appliquer" @@ -249,10 +251,12 @@ "lang": "Sélectionner la langue" }, "validation": { - "required": "champ requis", + "required": "(obligatoire)", "You must enter a value": "Vous devez entrer une valeur" }, "participation": { + "created_at": "Créé le", + "by": "par", "vote": "Voter", "menu_label": "Options", "end_of_poll": "Fin du sondage le",