mediawiki-extensions-OATHAuth/i18n/api/zh-hans.json
Translation updater bot fd2542fc8b Localisation updates from https://translatewiki.net.
Change-Id: Id6766475d0552681fbaad3250424b992b6580b70
2023-06-26 12:40:09 +02:00

21 lines
952 B
JSON
Raw Permalink 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": [
"GuoPC",
"Liuxinyu970226",
"Yfdyh000",
"佛壁灯"
]
},
"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-summary": "验证一个双因素验证OATH令牌。",
"apihelp-oathvalidate-param-user": "要验证令牌的用户。默认为当前用户。",
"apihelp-oathvalidate-example-1": "验证当前用户的JSON数据",
"apihelp-oathvalidate-example-3": "为用户 <kbd>Example</kbd> 验证 JSON 数据",
"apihelp-oathvalidate-param-data": "模块所期待的 JSON 编码后数据正为验证中的用户启用"
}