mediawiki-extensions-OATHAuth/i18n/api/zh-hans.json
Translation updater bot 9bb97a9a43 Localisation updates from https://translatewiki.net.
Change-Id: I79c7f6f21e3fafa11ceb0555c60e87738f5b795c
2021-03-30 08:33:22 +02:00

24 lines
1.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": [
"Liuxinyu970226",
"Yfdyh000",
"佛壁灯"
]
},
"apihelp-query+oath-description": "检查是否为某一用户启用双因素验证OATH。",
"apihelp-query+oath-summary": "检查双因素验证OATH是否为某一用户启用。",
"apihelp-query+oath-param-user": "获取相关信息的用户。默认为当前用户。",
"apihelp-query+oath-param-reason": "查询OATH状态的理由。",
"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 编码后数据正为验证中的用户启用"
}