mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
fix error message is not localized text on the OAuth 2.0 callback page
This commit is contained in:
+10
-10
@@ -1242,16 +1242,16 @@
|
||||
"exceed the maximum size of image file for AI recognition": "用於AI識別的圖片超出了允許的最大檔案大小",
|
||||
"no transaction information detected": "沒有檢測到交易資訊",
|
||||
"user external auth is not found": "使用者外部驗證資訊不存在",
|
||||
"oauth 2.0 not enabled": "OAuth 2.0 未啟用",
|
||||
"oauth 2.0 auto registration not enabled": "OAuth 2.0 自動註冊未啟用",
|
||||
"invalid oauth 2.0 login request": "無效的 OAuth 2.0 登入請求",
|
||||
"invalid oauth 2.0 callback": "無效的 OAuth 2.0 回調請求",
|
||||
"missing state in oauth 2.0 callback": "OAuth 2.0 回調中缺少 state 參數",
|
||||
"missing code in oauth 2.0 callback": "OAuth 2.0 回調中缺少 code 參數",
|
||||
"invalid state in oauth 2.0 callback": "OAuth 2.0 回調中的 state 參數無效",
|
||||
"cannot retrieve oauth 2.0 token": "無法獲取 OAuth 2.0 令牌",
|
||||
"invalid oauth 2.0 token": "無效的 OAuth 2.0 令牌",
|
||||
"cannot retrieve user info from oauth 2.0 provider": "無法從 OAuth 2.0 提供者獲取使用者資訊",
|
||||
"oauth2 not enabled": "OAuth 2.0 未啟用",
|
||||
"oauth2 auto registration not enabled": "OAuth 2.0 自動註冊未啟用",
|
||||
"invalid oauth2 login request": "無效的 OAuth 2.0 登入請求",
|
||||
"invalid oauth2 callback": "無效的 OAuth 2.0 回調請求",
|
||||
"missing state in oauth2 callback": "OAuth 2.0 回調中缺少 state 參數",
|
||||
"missing code in oauth2 callback": "OAuth 2.0 回調中缺少 code 參數",
|
||||
"invalid state in oauth2 callback": "OAuth 2.0 回調中的 state 參數無效",
|
||||
"cannot retrieve oauth2 token": "無法獲取 OAuth 2.0 令牌",
|
||||
"invalid oauth2 token": "無效的 OAuth 2.0 令牌",
|
||||
"cannot retrieve user info from oauth2 provider": "無法從 OAuth 2.0 提供者獲取使用者資訊",
|
||||
"query items cannot be blank": "查詢項目不能為空",
|
||||
"query items too much": "查詢項目過多",
|
||||
"query items have invalid item": "查詢項目中有非法項目",
|
||||
|
||||
Reference in New Issue
Block a user