feat: add auth support (default and paia)

This commit is contained in:
Michel Jonathan Schmitz
2022-01-24 18:43:00 +00:00
committed by Jovan Krunić
parent 046a95ba1d
commit b5f239ea4e
85 changed files with 3626 additions and 119 deletions

View File

@@ -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?",

View File

@@ -13,6 +13,20 @@
"UNKNOWN": "Unknown problem."
}
},
"auth": {
"messages": {
"default": {
"authorizing": "Authorizing...",
"logged_in_success": "Successfully logged in.",
"logged_out_success": "Successfully logged out."
},
"paia": {
"authorizing": "Authorizing (library)...",
"logged_in_success": "Successfully logged in to library.",
"logged_out_success": "Successfully logged out from library."
}
}
},
"common": {
"openingHours": {
"closed_until": "Closed until",
@@ -202,6 +216,22 @@
"pastEvent": "Event is over"
}
},
"profile": {
"title": "Profile",
"buttons": {
"default": {
"log_in": "Log In",
"log_out": "Log Out"
},
"paia": {
"log_in": "Library Login",
"log_out": "Log Out (Library)"
}
},
"userInfo": {
"studentId": "Matriculation Nr."
}
},
"settings": {
"resetAlert.title": "Reset all settings?",
"resetAlert.message": "Are you sure to reset all settings to their default values?",