mediawiki-extensions-OATHAuth/i18n/api/zh-hant.json
Translation updater bot 39dc2ca7e3 Localisation updates from https://translatewiki.net.
Change-Id: I00d2afeb65b1a85645e146b81d02f1fc5e00c906
2022-12-20 07:56:42 +01: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": [
"Kly",
"LNDDYL",
"捍粵者"
]
},
"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編碼資料"
}