mediawiki-extensions-OATHAuth/i18n/api/zh-hant.json
Translation updater bot ab928fb370 Localisation updates from https://translatewiki.net.
Change-Id: Ic81ec33d2b74879ad897f832e31a1fe96aa2a300
2019-10-04 09:29:34 +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": [
"Kly",
"LNDDYL"
]
},
"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 編碼資料"
}