mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
oidc: add missing translations
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
d95d773570
commit
06cd07d67a
2 changed files with 20 additions and 0 deletions
|
|
@ -662,6 +662,16 @@
|
|||
"endpoint_required": "$t(storage.fs_error): endpoint is required",
|
||||
"username_required": "$t(storage.fs_error): username is required"
|
||||
},
|
||||
"oidc": {
|
||||
"token_expired": "Your OpenID token has expired, please log in again",
|
||||
"token_invalid_webadmin": "Your OpenID token is not valid for the WebAdmin UI. Log out of your OpenID server and log in to WebAdmin",
|
||||
"token_invalid_webclient": "Your OpenID token is not valid for the WebClient UI. Log out of your OpenID server and log in to the WebClient",
|
||||
"token_exchange_err": "Failed to exchange OpenID token",
|
||||
"token_invalid": "Invalid OpenID token",
|
||||
"role_admin_err": "Incorrect OpenID role, logged in user is not an administrator",
|
||||
"role_user_err": "Incorrect OpenID role, logged in user is an administrator",
|
||||
"get_user_err": "Failed to get user associated with OpenID token"
|
||||
},
|
||||
"oauth2": {
|
||||
"auth_verify_error": "Unable to verify OAuth2 code",
|
||||
"auth_validation_error": "Unable to verify OAuth2 code",
|
||||
|
|
|
|||
|
|
@ -662,6 +662,16 @@
|
|||
"endpoint_required": "$t(storage.fs_error): endpoint è obbligatorio",
|
||||
"username_required": "$t(storage.fs_error): nome utente è obbligatorio"
|
||||
},
|
||||
"oidc": {
|
||||
"token_expired": "Il tuo token OpenID è scaduto, effettua nuovamente l'accesso",
|
||||
"token_invalid_webadmin": "Il tuo token OpenID non è valido per l'interfaccia utente WebAdmin. Esci dal tuo server OpenID e accedi a WebAdmin",
|
||||
"token_invalid_webclient": "Il tuo token OpenID non è valido per l'interfaccia utente WebClient. Esci dal tuo server OpenID e accedi al WebClient",
|
||||
"token_exchange_err": "Impossibile scambiare il token OpenID",
|
||||
"token_invalid": "Token OpenID non valido",
|
||||
"role_admin_err": "Ruolo OpenID errato, l'utente che ha effettuato l'accesso non è un amministratore",
|
||||
"role_user_err": "Ruolo OpenID errato, l'utente che ha effettuato l'accesso è un amministratore",
|
||||
"get_user_err": "Impossibile ottenere l'utente associato al token OpenID"
|
||||
},
|
||||
"oauth2": {
|
||||
"auth_verify_error": "Impossibile verificare il codice OAuth2",
|
||||
"auth_validation_error": "Impossibile validare il codice OAuth2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue