diff options
| author | cedricnjanga | 2017-09-25 23:58:18 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-09-26 00:02:54 +0200 |
| commit | 733548a996d5e66c740f59d313eb031ddfcc9116 (patch) | |
| tree | 5bf503daffb85e8cb4dda3f5ff21d3641acebf4e /config/locales/time_tables.en.yml | |
| parent | 2c681c7cfceaae63e4fa76c15afc05fd3bbf8942 (diff) | |
| download | chouette-core-733548a996d5e66c740f59d313eb031ddfcc9116.tar.bz2 | |
Refs #4603 : Add translations to React Timetable app
Diffstat (limited to 'config/locales/time_tables.en.yml')
| -rw-r--r-- | config/locales/time_tables.en.yml | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index d67e30edb..e68836f99 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -29,10 +29,39 @@ en: title: "Duplicate timetable" edit: title: "Update timetable %{time_table}" + day_types: Day types + periods: Periods + exceptions: Exceptions + synthesis: Synthesis 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)." + withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)." + error_submit: + periods_overlaps: "Periods cannot overlap in a timetable" + dates_overlaps: "A period cannot overlap a date in a timetable" + confirm_modal: + title: "Confirm" + message: "You are about to change pages. Do you want to validate your changes before this?" + metas: + name: Name + calendar: Associated calendar + no_calendar: None + day_types: Periods day tpes + days: + 1: Su + 2: Mo + 3: Tu + 4: We + 5: Th + 6: Fr + 7: Sa + select2: + tag: + placeholder: Add or search a tag... + period_form: + begin: Period start + end: Period end show: title: "Timetable %{time_table}" dates: "Application dates" |
