mediawiki-extensions-OATHAuth/i18n/zh-hant.json
Translation updater bot d1f1244f79 Localisation updates from https://translatewiki.net.
Change-Id: I5c1c1f37af865bb5f55c3e14b02e28ec6c626a4b
2018-06-19 22:25:20 +02:00

59 lines
3.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Simon Shek",
"Cwlin0416",
"LNDDYL",
"Alexsh",
"Waihorace",
"A2093064",
"Hello903hello",
"Liuxinyu970226",
"Kly"
]
},
"oathauth-desc": "提供支援 HMAC 為基礎的一次性密碼認證",
"specialpages-group-oath": "雙重認證",
"oathauth-account": "帳號名稱:",
"oathauth-secret": "雙重認證秘密金鑰:",
"oathauth-enable": "開啟雙重認證",
"oathauth-scratchtokens": "以下是一次性使用的臨時令牌,這些令牌於緊急情況使用,且只能使用一次。請寫下這些密碼,並存放在安全的地方。如果您遺失了您的行動電話,這些令牌可以回復您的帳號。'''這些令牌於此顯示過一次後,便不會再次顯示'''。",
"oathauth-token": "令牌",
"oathauth-disable": "停用雙重認證",
"oathauth-validatedoath": "已驗證您的代碼並啟動雙重認證。",
"oathauth-noscratchforvalidation": "您不能使用臨時碼來確認雙重認證。臨時碼僅用於備份和附加使用。請使用來自您代碼產生器建立的驗證碼。",
"oathauth-failedtovalidateoath": "驗證雙重認證失敗。",
"oathauth-disabledoath": "已停用雙重認證。",
"oathauth-prefs-label": "雙重認證:",
"oathauth-step1": "第 1 步:下載雙重認證應用程式",
"oathauth-step1-test": "下載雙重認證的應用程式。這可以是一個流動應用程式例如Google Authenticator或一個桌面應用程式",
"oathauth-step2": "第 2 步掃描QR碼",
"oathauth-step2alt": "或手動輸入密鑰:",
"oathauth-step3": "第 3 步:記下臨時碼",
"oathauth-step4": "第 4 步:驗證",
"oathauth-entertoken": "輸入顯示於您認證設備上應用程式的代碼:",
"right-oathauth-enable": "啟用雙重認證",
"action-oathauth-enable": "啟用雙重認證",
"oathauth-auth-token-label": "令牌",
"oathauth-auth-token-help": "用作雙重認證的一次性密碼",
"oathauth-auth-ui": "請輸入您行動裝置上顯示的驗證碼",
"oathauth-throttled": "驗證次數過多,請稍等 $1。",
"oathauth-login-failed": "驗證失敗",
"oathauth-describe-provider": "雙重認證OATH令牌。",
"grant-group-authentication": "為自己及其他人進行身份認證動作",
"grant-oath": "為自己與他人存取兩步驗證OATH資訊",
"right-oathauth-api-all": "查詢並驗證自己和他人的OATH資訊",
"action-oathauth-api-all": "檢查 OATH 狀態",
"apihelp-query+oath-description": "檢查是否有替使用者啟用雙重認證OATH。",
"apihelp-query+oath-summary": "檢查是否有替使用者啟用雙重認證OATH。",
"apihelp-query+oath-param-user": "要取得有關資訊的使用者。預設是目前使用者。",
"apihelp-query+oath-example-1": "取得目前使用者的資訊",
"apihelp-query+oath-example-2": "取得使用者 <kbd>Example</kbd> 的資訊",
"apihelp-oathvalidate-description": "驗證雙重認證OATH令牌。",
"apihelp-oathvalidate-summary": "驗證雙重認證OATH令牌。",
"apihelp-oathvalidate-param-user": "要驗證令牌的使用者。預設是目前使用者。",
"apihelp-oathvalidate-param-totp": "雙重認證OATH令牌。",
"apihelp-oathvalidate-example-1": "驗證目前使用者的令牌",
"apihelp-oathvalidate-example-2": "驗證使用者 <kbd>Example</kbd> 的令牌"
}