Implement importing and exporting of timetables

This commit is contained in:
2023-06-19 23:58:17 +02:00
parent 9afae9b2cc
commit cd6801d625
5 changed files with 71 additions and 9 deletions

View File

@ -29,7 +29,8 @@ export const strings = {
text: {
filtering:
"Select a class here so the correct timetable is used and only relevant substitutions are shown.",
createTimetable: "Create a new Timetable",
createTimetable: "Create Timetable",
importTimetable: "Import Timetable",
timetableGroups:
"A timetable group defines, which lesson should be displayed, and which substitution should be shown if there are multiple possibilities for a single lesson within one class.",
language: "Change the language of all texts in the application.",
@ -145,7 +146,8 @@ export const strings = {
text: {
filtering:
"Wähle hier deine Klasse aus, damit du deinen Stundenplan angezeigt bekommst und du nur relevante Vertretungen siehst.",
createTimetable: "Neuen Stundenplan erstellen",
createTimetable: "Stundenplan erstellen",
importTimetable: "Stundenplan importieren",
timetableGroups:
"Stundenplan-Gruppen legen fest, welche Stundenplan-Daten du angezeigt bekommst, wenn es mehrere Möglichkeiten für eine Stunde gibt.",
language: "Ändere die Sprache aller Texte dieser Anwendung.",