-
-
Notifications
You must be signed in to change notification settings - Fork 233
fix: i18n zh-TW locale updates #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+54
−54
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,54 +1,54 @@ | ||
| { | ||
| "loginTitle": "Welcome back, login with", | ||
| "loginTitleSimple": "Welcome back, please login", | ||
| "loginDivider": "Or", | ||
| "loginUsername": "Username", | ||
| "loginPassword": "Password", | ||
| "loginSubmit": "Login", | ||
| "loginFailTitle": "Failed to log in", | ||
| "loginFailSubtitle": "Please check your username and password", | ||
| "loginFailRateLimit": "You failed to login too many times. Please try again later", | ||
| "loginSuccessTitle": "Logged in", | ||
| "loginSuccessSubtitle": "Welcome back!", | ||
| "loginOauthFailTitle": "An error occurred", | ||
| "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||
| "loginOauthSuccessTitle": "Redirecting", | ||
| "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||
| "continueRedirectingTitle": "Redirecting...", | ||
| "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||
| "continueInvalidRedirectTitle": "Invalid redirect", | ||
| "continueInvalidRedirectSubtitle": "The redirect URL is invalid", | ||
| "continueInsecureRedirectTitle": "Insecure redirect", | ||
| "continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?", | ||
| "continueTitle": "Continue", | ||
| "continueSubtitle": "Click the button to continue to your app.", | ||
| "logoutFailTitle": "Failed to log out", | ||
| "logoutFailSubtitle": "Please try again", | ||
| "logoutSuccessTitle": "Logged out", | ||
| "logoutSuccessSubtitle": "You have been logged out", | ||
| "logoutTitle": "Logout", | ||
| "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", | ||
| "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", | ||
| "notFoundTitle": "Page not found", | ||
| "notFoundSubtitle": "The page you are looking for does not exist.", | ||
| "notFoundButton": "Go home", | ||
| "totpFailTitle": "Failed to verify code", | ||
| "totpFailSubtitle": "Please check your code and try again", | ||
| "totpSuccessTitle": "Verified", | ||
| "totpSuccessSubtitle": "Redirecting to your app", | ||
| "totpTitle": "Enter your TOTP code", | ||
| "totpSubtitle": "Please enter the code from your authenticator app.", | ||
| "unauthorizedTitle": "Unauthorized", | ||
| "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", | ||
| "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", | ||
| "unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.", | ||
| "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", | ||
| "unauthorizedButton": "Try again", | ||
| "untrustedRedirectTitle": "Untrusted redirect", | ||
| "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?", | ||
| "cancelTitle": "Cancel", | ||
| "forgotPasswordTitle": "Forgot your password?", | ||
| "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", | ||
| "errorTitle": "An error occurred", | ||
| "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information." | ||
| "loginTitle": "歡迎回來,請用以下方式登入", | ||
| "loginTitleSimple": "歡迎回來,請登入", | ||
| "loginDivider": "或", | ||
| "loginUsername": "帳號", | ||
| "loginPassword": "密碼", | ||
| "loginSubmit": "登入", | ||
| "loginFailTitle": "登入失敗", | ||
| "loginFailSubtitle": "請檢查您的帳號與密碼", | ||
| "loginFailRateLimit": "登入失敗次數過多,請稍後再試", | ||
| "loginSuccessTitle": "登入成功", | ||
| "loginSuccessSubtitle": "歡迎回來!", | ||
| "loginOauthFailTitle": "發生錯誤", | ||
| "loginOauthFailSubtitle": "無法取得 OAuth 網址", | ||
| "loginOauthSuccessTitle": "重新導向中", | ||
| "loginOauthSuccessSubtitle": "正在將您重新導向至 OAuth 供應商", | ||
| "continueRedirectingTitle": "重新導向中...", | ||
| "continueRedirectingSubtitle": "您即將被重新導向至應用程式", | ||
| "continueInvalidRedirectTitle": "無效的重新導向", | ||
| "continueInvalidRedirectSubtitle": "重新導向的網址無效", | ||
| "continueInsecureRedirectTitle": "不安全的重新導向", | ||
| "continueInsecureRedirectSubtitle": "您正嘗試從安全的 <code>https</code> 重新導向至不安全的 <code>http</code>。您確定要繼續嗎?", | ||
| "continueTitle": "繼續", | ||
| "continueSubtitle": "點擊按鈕以繼續前往您的應用程式。", | ||
| "logoutFailTitle": "登出失敗", | ||
| "logoutFailSubtitle": "請再試一次", | ||
| "logoutSuccessTitle": "登出成功", | ||
| "logoutSuccessSubtitle": "您已成功登出", | ||
| "logoutTitle": "登出", | ||
| "logoutUsernameSubtitle": "您目前以 <code>{{username}}</code> 的身分登入。點擊下方按鈕以登出。", | ||
| "logoutOauthSubtitle": "您目前使用 {{provider}} OAuth 供應商並以 <code>{{username}}</code> 的身分登入。點擊下方按鈕以登出。", | ||
| "notFoundTitle": "找不到頁面", | ||
| "notFoundSubtitle": "您要尋找的頁面不存在。", | ||
| "notFoundButton": "回到首頁", | ||
| "totpFailTitle": "驗證失敗", | ||
| "totpFailSubtitle": "請檢查您的驗證碼並再試一次", | ||
| "totpSuccessTitle": "驗證成功", | ||
| "totpSuccessSubtitle": "正在重新導向至您的應用程式", | ||
| "totpTitle": "輸入您的 TOTP 驗證碼", | ||
| "totpSubtitle": "請輸入您驗證器應用程式中的代碼。", | ||
| "unauthorizedTitle": "未經授權", | ||
| "unauthorizedResourceSubtitle": "使用者 <code>{{username}}</code> 未被授權存取資源 <code>{{resource}}</code>。", | ||
| "unauthorizedLoginSubtitle": "使用者 <code>{{username}}</code> 未被授權登入。", | ||
| "unauthorizedGroupsSubtitle": "使用者 <code>{{username}}</code> 不在存取資源 <code>{{resource}}</code> 所需的群組中。", | ||
| "unauthorizedIpSubtitle": "您的 IP 位址 <code>{{ip}}</code> 未被授權存取資源 <code>{{resource}}</code>。", | ||
| "unauthorizedButton": "再試一次", | ||
| "untrustedRedirectTitle": "不受信任的重新導向", | ||
| "untrustedRedirectSubtitle": "您正嘗試重新導向至的網域與您設定的網域 (<code>{{domain}}</code>) 不符。您確定要繼續嗎?", | ||
| "cancelTitle": "取消", | ||
| "forgotPasswordTitle": "忘記密碼?", | ||
| "failedToFetchProvidersTitle": "載入驗證供應商失敗。請檢查您的設定。", | ||
| "errorTitle": "發生錯誤", | ||
| "errorSubtitle": "執行此操作時發生錯誤。請檢查主控台以獲取更多資訊。" | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.