mediawiki-extensions-OATHAuth/i18n/api/zh-hant.json
Translation updater bot 94936bf34b Localisation updates from https://translatewiki.net.
Change-Id: Ia0cb2e6e4fa8969ef0dba57c15ff3fcbb7d994b2
2019-07-29 09:15:28 +02:00

21 lines
1.1 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 資料"
}