mediawiki-extensions-OATHAuth/i18n/zh-hans.json
Translation updater bot f1eb8914e6 Localisation updates from https://translatewiki.net.
Change-Id: Ib345beb57590734a43255f978f2623a77c48d4f0
2018-06-03 22:36:30 +02:00

54 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": [
"Hzy980512",
"Liuxinyu970226",
"Xiaomingyan",
"Yfdyh000"
]
},
"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步扫描二维码",
"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>的令牌"
}