🚸 Show infocard on loading failure

This commit is contained in:
2023-06-04 19:58:03 +02:00
parent 776a7d1a42
commit 2837255552
5 changed files with 40 additions and 6 deletions

View File

@ -80,12 +80,15 @@ export const strings = {
infoCard: {
titles: {
loading: "Loading data",
loadingFailed: "Loading failed",
noEntries: "No Substitutions",
noHistory: "No History",
},
texts: {
loading: "The data for this day is still being loaded",
loadingTimetable: "The timetable is still being loaded",
loadingFailed:
"The data could not be loaded. Plase check your internet connection!",
noEntries: "There are no substitutions for this day yet",
noHistory: "No substitutions for this day have changed yet",
},
@ -175,12 +178,15 @@ export const strings = {
infoCard: {
titles: {
loading: "Läd noch",
loadingFailed: "Fehler",
noEntries: "Keine Vertretungen",
noHistory: "Noch keine Änderungen",
},
texts: {
loading: "Die Daten für diesen Tag laden noch",
loadingTimetable: "Der Stundenplan wird noch geladen",
loadingFailed:
"Die Daten konnten nicht geladen werden. Bitte überprüfe deine Internetverbindung!",
noEntries: "Es gibt noch keine Vertretungen für diesen Tag",
noHistory:
"An den Vertretungen für diesen Tag wurde noch nichts geändert",