💬 Add missing strings for loading indicator

This commit is contained in:
2023-06-04 16:11:28 +02:00
parent 626fdcb46c
commit a5fcd2a25d

View File

@ -85,6 +85,7 @@ export const strings = {
},
texts: {
loading: "The data for this day is still being loaded",
loadingTimetable: "The timetable is still being loaded",
noEntries: "There are no substitutions for this day yet",
noHistory: "No substitutions for this day have changed yet",
},
@ -179,6 +180,7 @@ export const strings = {
},
texts: {
loading: "Die Daten für diesen Tag laden noch",
loadingTimetable: "Der Stundenplan wird noch geladen",
noEntries: "Es gibt noch keine Vertretungen für diesen Tag",
noHistory:
"An den Vertretungen für diesen Tag wurde noch nichts geändert",