diff --git a/frontend/src/lib/i18n/locales/zh-TW.json b/frontend/src/lib/i18n/locales/zh-TW.json
index 29d8fd9..e0d62b5 100644
--- a/frontend/src/lib/i18n/locales/zh-TW.json
+++ b/frontend/src/lib/i18n/locales/zh-TW.json
@@ -51,7 +51,7 @@
"forgotPasswordTitle": "忘記密碼?",
"failedToFetchProvidersTitle": "載入驗證供應商失敗。請檢查您的設定。",
"errorTitle": "發生錯誤",
- "errorSubtitleInfo": "The following error occurred while processing your request:",
+ "errorSubtitleInfo": "::處理您的請求時,發生了以下錯誤:",
"errorSubtitle": "執行此操作時發生錯誤。請檢查主控台以獲取更多資訊。",
"forgotPasswordMessage": "透過修改 `USERS` 環境變數,你可以重設你的密碼。",
"fieldRequired": "此為必填欄位",
@@ -60,22 +60,22 @@
"domainWarningSubtitle": "此服務設定為透過 {{appUrl}} 存取,但目前使用的是 {{currentUrl}}。若繼續操作,可能會遇到驗證問題。",
"ignoreTitle": "忽略",
"goToCorrectDomainTitle": "前往正確域名",
- "authorizeTitle": "Authorize",
+ "authorizeTitle": "授權",
"authorizeCardTitle": "Continue to {{app}}?",
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
"authorizeSubtitleOAuth": "Would you like to continue to this app?",
- "authorizeLoadingTitle": "Loading...",
- "authorizeLoadingSubtitle": "Please wait while we load the client information.",
- "authorizeSuccessTitle": "Authorized",
- "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
- "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
- "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
- "openidScopeName": "OpenID Connect",
- "openidScopeDescription": "Allows the app to access your OpenID Connect information.",
- "emailScopeName": "Email",
- "emailScopeDescription": "Allows the app to access your email address.",
- "profileScopeName": "Profile",
- "profileScopeDescription": "Allows the app to access your profile information.",
- "groupsScopeName": "Groups",
- "groupsScopeDescription": "Allows the app to access your group information."
+ "authorizeLoadingTitle": "……正在載入……",
+ "authorizeLoadingSubtitle": "",
+ "authorizeSuccessTitle": "已授權",
+ "authorizeSuccessSubtitle": "幾秒鐘內您將會被重新導向至應用程式。",
+ "authorizeErrorClientInfo": "載入用戶端資訊時發生錯誤。請稍後再試。",
+ "authorizeErrorMissingParams": "下列參數遺失:{{missingParams}}",
+ "openidScopeName": "OpenID 連接",
+ "openidScopeDescription": "允許該應用程式存取您的 OpenID Connect 資訊。",
+ "emailScopeName": "電子郵件",
+ "emailScopeDescription": "允許該應用程式存取您的電子郵件地址。",
+ "profileScopeName": "個人檔案",
+ "profileScopeDescription": "允許該應用程式存取您的個人資料。",
+ "groupsScopeName": "群組",
+ "groupsScopeDescription": "允許該應用程式存取您的群組資訊。"
}