システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。
MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-link (トーク) (翻訳) | [[Special:ApiHelp/$1|$2]] |
apihelp-linkaccount-example-link (トーク) (翻訳) | Start the process of linking to an account from <kbd>Example</kbd>. |
apihelp-linkaccount-summary (トーク) (翻訳) | Link an account from a third-party provider to the current user. |
apihelp-login-example-gettoken (トーク) (翻訳) | ログイントークンを取得する。 |
apihelp-login-example-login (トーク) (翻訳) | ログイン |
apihelp-login-extended-description (トーク) (翻訳) | このアクションは、[[Special:BotPasswords]]と組み合わせて使用する必要があります。メインアカウントのログインに使用することは推奨されなくなり、警告なく失敗する可能性があります。メインアカウントに安全にログインするには、<kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>を使用します。 |
apihelp-login-extended-description-nobotpasswords (トーク) (翻訳) | This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>. |
apihelp-login-param-domain (トーク) (翻訳) | ドメイン (省略可能) |
apihelp-login-param-name (トーク) (翻訳) | 利用者名。 |
apihelp-login-param-password (トーク) (翻訳) | パスワード。 |
apihelp-login-param-token (トーク) (翻訳) | 最初のリクエストで取得したログイントークンです。 |
apihelp-login-summary (トーク) (翻訳) | ログインして認証クッキーを取得します。 |
apihelp-logout-example-logout (トーク) (翻訳) | 現在の利用者をログアウトする。 |
apihelp-logout-summary (トーク) (翻訳) | ログアウトしてセッションデータを消去します。 |
apihelp-main-extended-description (トーク) (翻訳) | <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|説明文書]] * [[mw:Special:MyLanguage/API:FAQ|よくある質問]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api メーリングリスト] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API 告知] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R バグの報告とリクエスト] </div> <strong>状態:</strong> MediaWiki APIは、積極的にサポートされ、改善された成熟した安定したインターフェースです。避けようとはしていますが、時には壊れた変更が加えられるかもしれません。アップデートの通知を受け取るには、[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ the mediawiki-api-announce メーリングリスト]に参加してください。 <strong>誤ったリクエスト:</strong> 誤ったリクエストが API に送られた場合、"MediaWiki-API-Error" HTTP ヘッダーが送信され、そのヘッダーの値と送り返されるエラーコードは同じ値にセットされます。より詳しい情報は [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]] を参照してください。 <p class="mw-apisandbox-link"><strong>テスト:</strong> API のリクエストのテストは、[[Special:ApiSandbox]]で簡単に行えます。</p> |
apihelp-main-param-action (トーク) (翻訳) | 実行する操作です。 |
apihelp-main-param-assert (トーク) (翻訳) | <kbd>user</kbd> を設定した場合は利用者がログイン済みかどうかを、<kbd>bot</kbd> を指定した場合はボット権限があるかどうかを、それぞれ検証します。 |
apihelp-main-param-assertuser (トーク) (翻訳) | 現在のユーザーが指定されたユーザーであることを確認します。 |
apihelp-main-param-curtimestamp (トーク) (翻訳) | 現在のタイムスタンプを結果に含めます。 |
apihelp-main-param-errorformat (トーク) (翻訳) | Format to use for warning and error text output. ; plaintext: Wikitext with HTML tags removed and entities replaced. ; wikitext: Unparsed wikitext. ; html: HTML. ; raw: Message key and parameters. ; none: No text output, only the error codes. ; bc: Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored. |
apihelp-main-param-errorlang (トーク) (翻訳) | Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki's content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter. |
apihelp-main-param-errorsuselocal (トーク) (翻訳) | 指定された場合、エラーテキストは{{ns:MediaWiki}}名前空間からローカルにカスタマイズされたメッセージを使用します。 |
apihelp-main-param-format (トーク) (翻訳) | 出力する形式です。 |
apihelp-main-param-maxage (トーク) (翻訳) | <code>max-age</code> HTTP キャッシュ コントロール ヘッダー に、この秒数を設定します。エラーがキャッシュされることはありません。 |
apihelp-main-param-maxlag (トーク) (翻訳) | Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information. |
apihelp-main-param-origin (トーク) (翻訳) | When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted. |
apihelp-main-param-requestid (トーク) (翻訳) | 任意の値を指定でき、その値が結果に含められます。リクエストを識別するために使用できます。 |
apihelp-main-param-responselanginfo (トーク) (翻訳) | 結果に<var>uselang</var>と<var>errorlang</var>に使用される言語を含めます。 |
apihelp-main-param-servedby (トーク) (翻訳) | リクエストを処理したホスト名を結果に含めます。 |
apihelp-main-param-smaxage (トーク) (翻訳) | <code>s-maxage</code> HTTP キャッシュ コントロール ヘッダー に、この秒数を設定します。エラーがキャッシュされることはありません。 |
apihelp-main-param-uselang (トーク) (翻訳) | メッセージの翻訳に使用する言語です。<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> は <kbd>siprop=languages</kbd> を付けると言語コードの一覧を返します。<kbd>user</kbd> を指定することで現在の利用者の個人設定の言語を、<kbd>content</kbd> を指定することでこのウィキの本文の言語を使用することもできます。 |
apihelp-main-summary (トーク) (翻訳) | |
apihelp-managetags-example-activate (トーク) (翻訳) | <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で有効化する |
apihelp-managetags-example-create (トーク) (翻訳) | <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で作成する |
apihelp-managetags-example-deactivate (トーク) (翻訳) | <kbd>No longer required</kbd> という理由でタグ <kbd>spam</kbd> を無効化する |
apihelp-managetags-example-delete (トーク) (翻訳) | <kbd>vandlaism</kbd> タグを <kbd>Misspelt</kbd> という理由で削除する |
apihelp-managetags-param-ignorewarnings (トーク) (翻訳) | 操作中に発生したすべての警告を無視するかどうか。 |
apihelp-managetags-param-operation (トーク) (翻訳) | 実行する操作: ;create: 手動適用のための新たな変更タグを作成します。 ;delete: 変更タグをデータベースから削除し、そのタグが使用されているすべての版、最近の更新項目、記録項目からそれを除去します。 ;activate: 変更タグを有効化し、利用者がそのタグを手動で適用できるようにします。 ;deactivate: 変更タグを無効化し、利用者がそのタグを手動で適用することができないようにします。 |
apihelp-managetags-param-reason (トーク) (翻訳) | タグを作成、削除、有効化、または無効化する追加の理由。 |
apihelp-managetags-param-tag (トーク) (翻訳) | 作成、削除、有効化、または無効化するタグ。タグの作成の場合、そのタグは存在しないものでなければなりません。タグの削除の場合、そのタグが存在しなければなりません。タグの有効化の場合、そのタグが存在し、かつ拡張機能によって使用されていないものでなければなりません。タグの無効化の場合、そのタグが現在有効であって手動で定義されたものでなければなりません。 |
apihelp-managetags-param-tags (トーク) (翻訳) | タグを変更し、タグ管理記録の項目に適用します。 |
apihelp-managetags-summary (トーク) (翻訳) | Perform management tasks relating to change tags. |
apihelp-mergehistory-example-merge (トーク) (翻訳) | <kbd>Oldpage</kbd> のすべての履歴を <kbd>Newpage</kbd> に統合する。 |
apihelp-mergehistory-example-merge-timestamp (トーク) (翻訳) | Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>. |
apihelp-mergehistory-param-from (トーク) (翻訳) | 履歴統合元のページ名。<var>$1fromid</var> とは同時に使用できません。 |
apihelp-mergehistory-param-fromid (トーク) (翻訳) | 履歴統合元のページ。<var>$1from</var> とは同時に使用できません。 |
apihelp-mergehistory-param-reason (トーク) (翻訳) | 履歴の統合の理由。 |
apihelp-mergehistory-param-timestamp (トーク) (翻訳) | Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page. |
apihelp-mergehistory-param-to (トーク) (翻訳) | 履歴統合先のページ名。<var>$1toid</var> とは同時に使用できません。 |
apihelp-mergehistory-param-toid (トーク) (翻訳) | 履歴統合先のページID。<var>$1to</var> とは同時に使用できません。 |