mediawiki-extensions-OATHAuth/i18n/api/zh-hans.json
Translation updater bot 79398dbb84 Localisation updates from https://translatewiki.net.
Change-Id: Ib0d974abde3b8cdbaaf4eebaf7b2c79ff254dd9e
2019-07-07 22:40:48 +02:00

22 lines
1.2 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": [
"Liuxinyu970226",
"佛壁灯"
]
},
"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令牌。已过时请使用“data”参数。",
"apihelp-oathvalidate-example-1": "验证当前用户的令牌",
"apihelp-oathvalidate-example-2": "验证用户<kbd>Example</kbd>的令牌",
"apihelp-oathvalidate-example-3": "为用户 <kbd>Example</kbd> 验证 JSON 数据",
"apihelp-oathvalidate-param-data": "模块所期待的 JSON 编码后数据正为验证中的用户启用"
}