feat: add catalog module

This commit is contained in:
Rainer Killinger
2021-07-02 10:27:31 +02:00
committed by Jovan Krunić
parent e628f396e2
commit 03084b1c96
24 changed files with 744 additions and 45 deletions

View File

@@ -88,7 +88,7 @@
"page": {
"TITLE": "Karte",
"search": {
"PLACEHOLDER": "Finde Gebäude, Points of Interest, Mensen und Cafés ..."
"PLACEHOLDER": "Gebäude, Points of Interest, Mensen und mehr"
},
"buttons": {
"SHOW_LIST": "Liste ansehen",
@@ -110,6 +110,12 @@
}
}
},
"catalog": {
"title": "Vorlesungsverzeichnis",
"detail": {
"EMPTY_SEMESTER": "Keine Verzeichnisdaten für das ausgewählte Semester vorhanden"
}
},
"menu": {
"context": {
"title": "Kontext Menü",

View File

@@ -88,7 +88,7 @@
"page": {
"TITLE": "Map",
"search": {
"PLACEHOLDER": "Find buildings, points of interests, canteens and cafes ..."
"PLACEHOLDER": "Buildings, points of interests, canteens and more"
},
"buttons": {
"SHOW_LIST": "Show list",
@@ -110,6 +110,12 @@
}
}
},
"catalog": {
"title": "course catalog",
"detail": {
"EMPTY_SEMESTER": "No catalog data available for selected semester"
}
},
"menu": {
"context": {
"title": "context menu",