システムメッセージの一覧

これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズtranslatewiki.net をご覧ください。
システムメッセージの一覧
最初のページ前のページ次のページ最後のページ
名前 既定のメッセージ文
現在のメッセージ文
apihelp-stashedit-param-title (トーク) (翻訳) 編集されているページのページ名。
apihelp-stashedit-summary (トーク) (翻訳) Prepare an edit in shared cache.
apihelp-summary (トーク) (翻訳)  
apihelp-tag-example-log (トーク) (翻訳) <kbd>Wrongly applied</kbd> という理由で <kbd>spam</kbd> タグを 記録項目ID 123 から取り除く
apihelp-tag-example-rev (トーク) (翻訳) 版ID 123に <kbd>vandalism</kbd> タグを理由を指定せずに追加する
apihelp-tag-param-add (トーク) (翻訳) 追加するタグ。手動で定義されたタグのみ追加可能です。
apihelp-tag-param-logid (トーク) (翻訳) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (トーク) (翻訳) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (トーク) (翻訳) 変更の理由。
apihelp-tag-param-remove (トーク) (翻訳) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (トーク) (翻訳) One or more revision IDs from which to add or remove the tag.
apihelp-tag-param-tags (トーク) (翻訳) Tags to apply to the log entry that will be created as a result of this action.
apihelp-tag-summary (トーク) (翻訳) 個々の版または記録項目に対しタグの追加または削除を行います。
apihelp-unblock-example-id (トーク) (翻訳) ブロックID #<kbd>105</kbd> を解除する。
apihelp-unblock-example-user (トーク) (翻訳) <kbd>Sorry Bob</kbd> という理由で利用者 <kbd>Bob</kbd> のブロックを解除する。
apihelp-unblock-param-id (トーク) (翻訳) 解除するブロックのID (<kbd>list=blocks</kbd>で取得できます)。<var>$1user</var> とは同時に使用できません。
apihelp-unblock-param-reason (トーク) (翻訳) ブロック解除の理由。
apihelp-unblock-param-tags (トーク) (翻訳) ブロック記録の項目に適用する変更タグ。
apihelp-unblock-param-user (トーク) (翻訳) ブロックを解除する利用者。<var>$1id</var>とは同時に使用できません。
apihelp-unblock-param-userid (トーク) (翻訳) Specify <kbd>$1user=#<var>ID</var></kbd> instead.
apihelp-unblock-param-watchlistexpiry (トーク) (翻訳) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-unblock-param-watchuser (トーク) (翻訳) Watch the user's or IP address's user and talk pages.
apihelp-unblock-summary (トーク) (翻訳) 利用者のブロックを解除します。
apihelp-undelete-example-page (トーク) (翻訳) [[{{MediaWiki:Mainpage}}]] を復元する。
apihelp-undelete-example-revisions (トーク) (翻訳) [[{{MediaWiki:Mainpage}}]] の改版2版を復元する。
apihelp-undelete-extended-description (トーク) (翻訳) 削除された版の一覧 (タイムスタンプを含む) は[[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]に、また削除されたファイルのID一覧は[[Special:ApiHelp/query+filearchive|list=filearchive]]で見つけることができます。
apihelp-undelete-param-fileids (トーク) (翻訳) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (トーク) (翻訳) 復元の理由。
apihelp-undelete-param-tags (トーク) (翻訳) 削除記録の項目に適用する変更タグ。
apihelp-undelete-param-timestamps (トーク) (翻訳) 復元する版のタイムスタンプ。<var>$1timestamps</var> と <var>$1fileids</var> の両方が空の場合、すべての版が復元されます。
apihelp-undelete-param-title (トーク) (翻訳) 復元するページ名。
apihelp-undelete-param-undeletetalk (トーク) (翻訳) Undelete all revisions of the associated talk page, if any.
apihelp-undelete-param-watchlist (トーク) (翻訳) Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
apihelp-undelete-param-watchlistexpiry (トーク) (翻訳) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-undelete-summary (トーク) (翻訳) 削除されたページの版を復元します。
apihelp-unlinkaccount-example-simple (トーク) (翻訳) Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.
apihelp-unlinkaccount-summary (トーク) (翻訳) Remove a linked third-party account from the current user.
apihelp-upload-example-filekey (トーク) (翻訳) Complete an upload that failed due to warnings.
apihelp-upload-example-url (トーク) (翻訳) Upload from a URL.
apihelp-upload-extended-description (トーク) (翻訳) Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-param-async (トーク) (翻訳) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-checkstatus (トーク) (翻訳) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (トーク) (翻訳) Chunk contents.
apihelp-upload-param-comment (トーク) (翻訳) アップロードのコメント。新規ファイルのアップロードで <var>$1text</var> が指定されていない場合、初期ページテキストとしても使用されます。
apihelp-upload-param-file (トーク) (翻訳) File contents.
apihelp-upload-param-filekey (トーク) (翻訳) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (トーク) (翻訳) 対象のファイル名。
apihelp-upload-param-filesize (トーク) (翻訳) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (トーク) (翻訳) あらゆる警告を無視する。
apihelp-upload-param-offset (トーク) (翻訳) Offset of chunk in bytes.
最初のページ前のページ次のページ最後のページ