feat: apply new layout overhaul

This commit is contained in:
Andy Bastian
2022-08-08 11:01:00 +00:00
committed by Rainer Killinger
parent f16e5394cc
commit 7bbdba5c0b
228 changed files with 28387 additions and 1092 deletions

View File

@@ -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": {

View File

@@ -1,10 +1,14 @@
{
"ok": "Ok",
"abort": "Abort",
"save": "Save",
"back" : "back",
"export": "Export",
"share": "Share",
"timeSuffix": "",
"modal": {
"DISMISS": "Close"
"DISMISS": "Close",
"settings": "Settings"
},
"app": {
"ui": {
@@ -16,6 +20,13 @@
"UNKNOWN": "Unknown problem."
}
},
"tabs": {
"home": "Home",
"canteens": "Canteens",
"schedule": "Study",
"map": "Map",
"profile": "Profile"
},
"assessments": {
"TITLE": "Grades",
"courseOfStudyAssessments": {
@@ -45,6 +56,47 @@
"opening_soon": "Opens"
}
},
"dashboard": {
"header": {
"title_morning": "Good Morning",
"title_day": "Good Day",
"title_evening": "Good Evening",
"title_night": "Hello"
},
"navigation": {
"title": "Dashboard",
"item": {
"catalog": "Course Catalog",
"canteen": "Canteens",
"map": "Map",
"settings": "Settings",
"search": "Search"
}
},
"news": {
"title": "News",
"moreNews": "More News"
},
"schedule": {
"title": "Next Unit",
"noEvent": "No entry found",
"noEventLink": "Add appointments to the timetable now."
},
"canteens": {
"title": "Your canteen",
"no_favorite_prefix": "You haven't yet marked a canteen as your favorite. Use the",
"no_favorite_link": "overview of the canteens",
"no_favorite_suffix": "to mark a favorite.",
"choose_favorite": "Mark a favorite",
"no_dishes_available": "There are currently no dishes available."
},
"favorites": {
"title": "Your favorites",
"no_favorite_prefix": "You have not yet marked any favorites. Use the",
"no_favorite_link": "Search",
"no_favorite_suffix": "to choose favorites."
}
},
"data": {
"REFRESH_ACTION": "Refresh",
"REFRESHING": "Refreshing...",
@@ -268,16 +320,24 @@
}
},
"news": {
"title": "News"
"title": "News",
"publishedOn": "News of"
},
"canteens": {
"title": "Canteens"
},
"search": {
"title": "Universal Search",
"type": "Search",
"search_bar": {
"placeholder": "Search ..."
"placeholder": "Search for news, rooms, persons ..."
},
"instruction": "Start typing above to find events, persons, places, food and more ...",
"nothing_found": "No results"
},
"hebisSearch": {
"title": "Library Search",
"type": "Library",
"search_bar": {
"placeholder": "Search ..."
},
@@ -334,6 +394,9 @@
}
}
},
"view": {
"today": "Today"
},
"recurring": "Recurring",
"calendar": "Calendar",
"single": "Single Events",
@@ -354,6 +417,9 @@
},
"profile": {
"title": "Profile",
"titleLogins": "Logins",
"titleCourses": "My Courses",
"role_guest": "guest user",
"buttons": {
"default": {
"log_in": "Log In",
@@ -365,7 +431,14 @@
}
},
"userInfo": {
"studentId": "Matriculation Nr."
"studentId": "Matriculation Nr.",
"username": "Username",
"email": "Email",
"logInPrompt": "Please log in to view your user data."
},
"courses": {
"today": "Today",
"no_courses": "There are no more appointments scheduled today."
}
},
"settings": {