mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
support Nextcloud OAuth 2.0 authentication
This commit is contained in:
+19
-1
@@ -108,6 +108,7 @@
|
||||
},
|
||||
"misc": {
|
||||
"multiTextJoinSeparator": ", ",
|
||||
"loginWithCustomProvider": "Log in with {name}",
|
||||
"hoursBehindDefaultTimezone": "Indietro di {hours} ore rispetto al fuso orario standard",
|
||||
"hoursAheadOfDefaultTimezone": "Avanti di {hours} ore rispetto al fuso orario standard",
|
||||
"hoursMinutesBehindDefaultTimezone": "Indietro di {hours} ore e {minutes} minuti rispetto al fuso orario standard",
|
||||
@@ -129,7 +130,8 @@
|
||||
"moveTransactionsInAccountTip": "You CANNOT undo this action. This will move all transactions from {fromAccount} to {toAccount}.",
|
||||
"clearTransactionsInAccountTip": "You CANNOT undo this action. This will clear your transactions data in {account}. Please enter your current password to confirm.",
|
||||
"accountActivationAndResendValidationEmailTip": "Abbiamo inviato un link per l'attivazione del tuo account all'indirizzo {email}. Se non hai ricevuto la mail, inserisci nuovamente la password e premi il bottone per ritentare l'invio.",
|
||||
"resendValidationEmailTip": "Se non hai ricevuto la mail, inserisci nuovamente la password e premi il bottone per ritentare l'invio all'indirizzo: {email}"
|
||||
"resendValidationEmailTip": "Se non hai ricevuto la mail, inserisci nuovamente la password e premi il bottone per ritentare l'invio all'indirizzo: {email}",
|
||||
"oauth2bindTip": "You're signing in to the {userName} user using {providerName}. Please enter your ezBookkeeping password to verify."
|
||||
}
|
||||
},
|
||||
"dataExport": {
|
||||
@@ -1086,6 +1088,7 @@
|
||||
"user avatar file extension invalid": "Estensione del file avatar utente non valida",
|
||||
"exceed the maximum size of user avatar file": "L'avatar utente caricato supera la dimensione massima consentita del file",
|
||||
"not permitted to perform this action": "Non sei autorizzato a eseguire questa azione",
|
||||
"cannot login by password": "You cannot login by password",
|
||||
"unauthorized access": "Accesso non autorizzato",
|
||||
"current token is invalid": "Token corrente non valido",
|
||||
"current token is expired": "Token corrente scaduto",
|
||||
@@ -1238,6 +1241,17 @@
|
||||
"image for AI recognition is empty": "Image for AI recognition file is empty",
|
||||
"exceed the maximum size of image file for AI recognition": "The uploaded image for AI recognition exceeds the maximum allowed file size",
|
||||
"no transaction information detected": "No transaction information detected",
|
||||
"user external auth is not found": "User external authentication is not found",
|
||||
"oauth 2.0 not enabled": "OAuth 2.0 is not enabled",
|
||||
"oauth 2.0 auto registration not enabled": "OAuth 2.0 auto registration is not enabled",
|
||||
"invalid oauth 2.0 login request": "Invalid OAuth 2.0 login request",
|
||||
"invalid oauth 2.0 callback": "Invalid OAuth 2.0 callback",
|
||||
"missing state in oauth 2.0 callback": "Missing state parameter in OAuth 2.0 callback",
|
||||
"missing code in oauth 2.0 callback": "Missing code parameter in OAuth 2.0 callback",
|
||||
"invalid state in oauth 2.0 callback": "Invalid state parameter in OAuth 2.0 callback",
|
||||
"cannot retrieve oauth 2.0 token": "Cannot retrieve OAuth 2.0 token",
|
||||
"invalid oauth 2.0 token": "Invalid OAuth 2.0 token",
|
||||
"cannot retrieve user info from oauth 2.0 provider": "Cannot retrieve user info from OAuth 2.0 provider",
|
||||
"query items cannot be blank": "Non ci sono elementi di query",
|
||||
"query items too much": "Ci sono troppi elementi di query",
|
||||
"query items have invalid item": "C'è un elemento non valido negli elementi di query",
|
||||
@@ -1391,6 +1405,7 @@
|
||||
"Operation": "Operazione",
|
||||
"Open": "Open",
|
||||
"Close": "Chiudi",
|
||||
"or": "or",
|
||||
"Submit": "Invia",
|
||||
"Add": "Aggiungi",
|
||||
"Import": "Importa",
|
||||
@@ -1572,7 +1587,10 @@
|
||||
"This month or later": "Questo mese o successivo",
|
||||
"This year or later": "Quest'anno o successivo",
|
||||
"Log In": "Accedi",
|
||||
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
|
||||
"Log in with Connect ID": "Log in with Connect ID",
|
||||
"Click here to log in": "Clicca qui per accedere",
|
||||
"Logging in...": "Logging in...",
|
||||
"Back to login page": "Torna alla pagina di accesso",
|
||||
"Back to home page": "Torna alla home page",
|
||||
"Don't have an account?": "Non hai un account?",
|
||||
|
||||
Reference in New Issue
Block a user