mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: apply new layout overhaul
This commit is contained in:
committed by
Rainer Killinger
parent
f16e5394cc
commit
7bbdba5c0b
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"ok": "Ok",
|
||||
"abort": "Abbrechen",
|
||||
"save": "Speichern",
|
||||
"back" : "Zurück",
|
||||
"export": "Exportieren",
|
||||
"share": "Teilen",
|
||||
"timeSuffix": "Uhr",
|
||||
"modal": {
|
||||
"DISMISS": "Schließen"
|
||||
"DISMISS": "Schließen",
|
||||
"settings": "Einstellungen"
|
||||
},
|
||||
"app": {
|
||||
"ui": {
|
||||
@@ -16,6 +20,13 @@
|
||||
"UNKNOWN": "Unbekannter Fehler."
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Home",
|
||||
"canteens": "Mensa",
|
||||
"schedule": "Studium",
|
||||
"map": "Karte",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"assessments": {
|
||||
"TITLE": "Noten",
|
||||
"courseOfStudyAssessments": {
|
||||
@@ -45,6 +56,47 @@
|
||||
"opening_soon": "Öffnet"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"header": {
|
||||
"title_morning": "Guten Morgen",
|
||||
"title_day": "Guten Tag",
|
||||
"title_evening": "Guten Abend",
|
||||
"title_night": "Hallo"
|
||||
},
|
||||
"navigation": {
|
||||
"title": "Dashboard",
|
||||
"item": {
|
||||
"catalog": "Vorlesungsv.",
|
||||
"canteen": "Mensa",
|
||||
"map": "Campus",
|
||||
"settings": "Einstellungen",
|
||||
"search": "Suche"
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "Aktuelles",
|
||||
"moreNews": "Mehr Nachrichten"
|
||||
},
|
||||
"schedule": {
|
||||
"title": "Nächste Einheit",
|
||||
"noEvent": "Kein Eintrag gefunden",
|
||||
"noEventLink": "Jetzt Termine im Stundenplan hinzufügen."
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Deine Mensa",
|
||||
"no_favorite_prefix": "Du hast noch keine Mensa als deinen Favoriten markiert. Nutze die",
|
||||
"no_favorite_link": "Übersicht der Mensen",
|
||||
"no_favorite_suffix": "um einen Favorit zu wählen.",
|
||||
"choose_favorite": "Wähle einen Favorit",
|
||||
"no_dishes_available": "Aktuell sind keine Gerichte verfügbar."
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Deine Favoriten",
|
||||
"no_favorite_prefix": "Du hast noch keine Favoriten markiert. Nutze die",
|
||||
"no_favorite_link": "Suche",
|
||||
"no_favorite_suffix": "um Favoriten zu wählen."
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"REFRESH_ACTION": "Aktualisieren",
|
||||
"REFRESHING": "Aktualisierung läuft...",
|
||||
@@ -268,16 +320,24 @@
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "Aktuelles"
|
||||
"title": "Aktuelles",
|
||||
"publishedOn": "News vom"
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Mensa"
|
||||
},
|
||||
"search": {
|
||||
"title": "Universal Suche",
|
||||
"type": "Suche",
|
||||
"search_bar": {
|
||||
"placeholder": "Suche ..."
|
||||
"placeholder": "Suche nach News, Räumen, Personen ..."
|
||||
},
|
||||
"instruction": "Starte oben zu tippen, um Veranstaltungen, Veranstaltungstermine, Personen, Orte, Essen und mehr zu finden ...",
|
||||
"nothing_found": "Keine Ergebnisse"
|
||||
},
|
||||
"hebisSearch": {
|
||||
"title": "Bibliothekssuche",
|
||||
"type": "Bibliothek",
|
||||
"search_bar": {
|
||||
"placeholder": "Suche ..."
|
||||
},
|
||||
@@ -334,6 +394,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"view": {
|
||||
"today": "Heute"
|
||||
},
|
||||
"recurring": "Stundenplan",
|
||||
"calendar": "Kalender",
|
||||
"single": "Einzeltermine",
|
||||
@@ -354,6 +417,9 @@
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profil",
|
||||
"titleLogins": "Logins",
|
||||
"titleCourses": "Meine Kurse",
|
||||
"role_guest": "Gastnutzer",
|
||||
"buttons": {
|
||||
"default": {
|
||||
"log_in": "Login",
|
||||
@@ -365,7 +431,14 @@
|
||||
}
|
||||
},
|
||||
"userInfo": {
|
||||
"studentId": "Matrikelnr."
|
||||
"studentId": "Matrikelnr.",
|
||||
"username": "Nutzer Name",
|
||||
"email": "Email",
|
||||
"logInPrompt": "Bitte loggen Sie sich ein, um Ihre Nutzerdaten sehen zu können."
|
||||
},
|
||||
"courses": {
|
||||
"today": "Heute",
|
||||
"no_courses": "Heute stehen keine Termine mehr an."
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user