mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-25 11:02:42 +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": "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": {
|
||||
|
||||
Reference in New Issue
Block a user