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

20 lines
940 B
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-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編碼資料"
}