mediawiki-extensions-OATHAuth/i18n/api/ja.json
Translation updater bot edd9e78d58 Localisation updates from https://translatewiki.net.
Change-Id: Ie087bcde38f70068fc77cf44b29f731e9cc35fd7
2024-06-03 08:33:11 +02:00

22 lines
1.4 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": [
"W.CC",
"Waki285"
]
},
"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-example-1": "現在の利用者のトークンを検証する",
"apihelp-oathvalidate-example-2": "利用者 <kbd>Example</kbd> のトークンを検証する",
"apihelp-oathvalidate-example-3": "利用者のJSONデータを検証する <kbd>例</kbd>",
"apihelp-oathvalidate-param-data": "認証中の利用者に対して現在アクティブ化されているモジュールによって期待される JSON エンコードされたデータ"
}