🚸 Show infocard on loading failure
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user