mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +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} giờ sau múi giờ mặc định",
|
||||
"hoursAheadOfDefaultTimezone": "{hours} giờ trước múi giờ mặc định",
|
||||
"hoursMinutesBehindDefaultTimezone": "{hours} giờ và {minutes} phút sau múi giờ mặc định",
|
||||
@@ -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": "Liên kết kích hoạt tài khoản đã được gửi tới email của bạn: {email}. Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận.",
|
||||
"resendValidationEmailTip": "Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận tới: {email}"
|
||||
"resendValidationEmailTip": "Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận tới: {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": "Đuôi tệp avatar người dùng không hợp lệ",
|
||||
"exceed the maximum size of user avatar file": "Avatar người dùng đã tải lên vượt quá kích thước tệp tối đa cho phép",
|
||||
"not permitted to perform this action": "Bạn không được phép thực hiện hành động này",
|
||||
"cannot login by password": "You cannot login by password",
|
||||
"unauthorized access": "Truy cập trái phép",
|
||||
"current token is invalid": "Mã thông báo hiện tại không hợp lệ",
|
||||
"current token is expired": "Mã thông báo hiện tại đã hết hạn",
|
||||
@@ -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": "Không có mục truy vấn",
|
||||
"query items too much": "Có quá nhiều mục truy vấn",
|
||||
"query items have invalid item": "Có mục không hợp lệ trong các mục truy vấn",
|
||||
@@ -1391,6 +1405,7 @@
|
||||
"Operation": "Thao tác",
|
||||
"Open": "Open",
|
||||
"Close": "Đóng",
|
||||
"or": "or",
|
||||
"Submit": "Gửi",
|
||||
"Add": "Thêm",
|
||||
"Import": "Nhập",
|
||||
@@ -1572,7 +1587,10 @@
|
||||
"This month or later": "Tháng này trở đi",
|
||||
"This year or later": "Năm nay trở đi",
|
||||
"Log In": "Đăng nhập",
|
||||
"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": "Nhấp vào đây để đăng nhập",
|
||||
"Logging in...": "Logging in...",
|
||||
"Back to login page": "Quay lại trang đăng nhập",
|
||||
"Back to home page": "Quay lại trang chủ",
|
||||
"Don't have an account?": "Bạn chưa có tài khoản?",
|
||||
|
||||
Reference in New Issue
Block a user