mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: add auth support (default and paia)
This commit is contained in:
committed by
Jovan Krunić
parent
046a95ba1d
commit
b5f239ea4e
@@ -13,6 +13,20 @@
|
||||
"UNKNOWN": "Unbekannter Fehler."
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"messages": {
|
||||
"default": {
|
||||
"authorizing": "Autorisierung läuft...",
|
||||
"logged_in_success": "Erfolgreich eingeloggt.",
|
||||
"logged_out_success": "Erfolgreich ausgeloggt."
|
||||
},
|
||||
"paia": {
|
||||
"authorizing": "Autorisierung (Bibliothek) läuft...",
|
||||
"logged_in_success": "Erfolgreich ins Bibliothekskonto eingeloggt.",
|
||||
"logged_out_success": "Erfolgreich aus dem Bibliothekskonto ausgeloggt."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"openingHours": {
|
||||
"closed_until": "Geschlossen bis",
|
||||
@@ -202,6 +216,21 @@
|
||||
"pastEvent": "Event ist vorbei"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"buttons": {
|
||||
"default": {
|
||||
"log_in": "Login",
|
||||
"log_out": "Ausloggen"
|
||||
},
|
||||
"paia": {
|
||||
"log_in": "Login Bibliothek",
|
||||
"log_out": "Ausloggen (Bibliothek)"
|
||||
}
|
||||
},
|
||||
"userInfo": {
|
||||
"studentId": "Matrikelnr."
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"resetAlert.title": "Alle Einstellungen zurücksetzen?",
|
||||
"resetAlert.message": "Sind Sie sich sicher, alle Einstellungen auf ihre Anfangswerte zurückzusetzen?",
|
||||
|
||||
Reference in New Issue
Block a user