aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/time_tables.en.yml4
-rw-r--r--config/locales/time_tables.fr.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml
index ed2f9758e..d67e30edb 100644
--- a/config/locales/time_tables.en.yml
+++ b/config/locales/time_tables.en.yml
@@ -29,6 +29,10 @@ en:
title: "Duplicate timetable"
edit:
title: "Update timetable %{time_table}"
+ error_modal:
+ title: "Error"
+ withoutPeriodsWithDaysTypes: "A timetable can't have day type(s) without period(s)."
+ withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)."
show:
title: "Timetable %{time_table}"
dates: "Application dates"
diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml
index cf6888d0f..06d1d59e8 100644
--- a/config/locales/time_tables.fr.yml
+++ b/config/locales/time_tables.fr.yml
@@ -29,6 +29,10 @@ fr:
title: "Dupliquer un calendrier"
edit:
title: "Editer le calendrier %{time_table}"
+ error_modal:
+ title: "Erreur"
+ withoutPeriodsWithDaysTypes: "Un calendrier d'application ne peut pas avoir de journée(s) d'application sans période(s)."
+ withPeriodsWithoutDayTypes: "Un calendrier d'application ne peut pas avoir de période(s) sans journée(s) d'application."
show:
title: Calendrier %{time_table}
dates: "Dates d'application"