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": "{hours} Stunde(n) hinter der Standardzeitzone",
|
||||
"hoursAheadOfDefaultTimezone": "{hours} Stunde(n) vor der Standardzeitzone",
|
||||
"hoursMinutesBehindDefaultTimezone": "{hours} Stunde(n) und {minutes} Minute(n) hinter der Standardzeitzone",
|
||||
@@ -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": "Ein Aktivierungslink wurde an Ihre E-Mail-Adresse gesendet: {email}. Wenn Sie die E-Mail nicht erhalten haben, geben Sie bitte das Passwort erneut ein und klicken Sie auf die Schaltfläche unten, um die Bestätigungs-E-Mail erneut zu senden.",
|
||||
"resendValidationEmailTip": "Wenn Sie die E-Mail nicht erhalten haben, geben Sie bitte das Passwort erneut ein und klicken Sie auf die Schaltfläche unten, um die Bestätigungs-E-Mail an: {email} erneut zu senden."
|
||||
"resendValidationEmailTip": "Wenn Sie die E-Mail nicht erhalten haben, geben Sie bitte das Passwort erneut ein und klicken Sie auf die Schaltfläche unten, um die Bestätigungs-E-Mail an: {email} erneut zu senden.",
|
||||
"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": "Dateierweiterung des Benutzeravatars ist ungültig",
|
||||
"exceed the maximum size of user avatar file": "Hochgeladener Benutzeravatar überschreitet die maximal zulässige Dateigröße",
|
||||
"not permitted to perform this action": "Sie sind nicht berechtigt, diese Aktion auszuführen",
|
||||
"cannot login by password": "You cannot login by password",
|
||||
"unauthorized access": "Unbefugter Zugriff",
|
||||
"current token is invalid": "Aktuelles Token ist ungültig",
|
||||
"current token is expired": "Aktuelles Token ist abgelaufen",
|
||||
@@ -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": "Abfrageelemente dürfen nicht leer sein",
|
||||
"query items too much": "Zu viele Abfrageelemente",
|
||||
"query items have invalid item": "Ungültiges Element in Abfrageelementen",
|
||||
@@ -1391,6 +1405,7 @@
|
||||
"Operation": "Vorgang",
|
||||
"Open": "Open",
|
||||
"Close": "Schließen",
|
||||
"or": "or",
|
||||
"Submit": "Einreichen",
|
||||
"Add": "Hinzufügen",
|
||||
"Import": "Importieren",
|
||||
@@ -1572,7 +1587,10 @@
|
||||
"This month or later": "Dieser Monat oder später",
|
||||
"This year or later": "Dieses Jahr oder später",
|
||||
"Log In": "Anmelden",
|
||||
"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": "Hier klicken, um sich anzumelden",
|
||||
"Logging in...": "Logging in...",
|
||||
"Back to login page": "Zurück zur Anmeldeseite",
|
||||
"Back to home page": "Zurück zur Startseite",
|
||||
"Don't have an account?": "Sie haben kein Konto?",
|
||||
|
||||
Reference in New Issue
Block a user