Todas as mensagens de sistema

Ir para: navegação, pesquisa

Esta é uma lista de todas as mensagens de sistema disponíveis no espaço nominal MediaWiki. Acesse MediaWiki Localisation e translatewiki.net caso deseje contribuir para traduções do MediaWiki feitas para uso geral.

Filtro
Filtrar por estado de personalização:    
Primeira página
Última página
Nome Texto padrão
Texto atual
apihelp-main-param-maxlag (Discussão) (Traduzir) 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:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
apihelp-main-param-origin (Discussão) (Traduzir) 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). 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, an <code>Access-Control-Allow-Origin</code> header will be set.
apihelp-main-param-requestid (Discussão) (Traduzir) Qualquer valor dado aqui será incluído na resposta. Pode ser usado para distinguir requisições.
apihelp-main-param-servedby (Discussão) (Traduzir) Include the hostname that served the request in the results.
apihelp-main-param-smaxage (Discussão) (Traduzir) Define o cabeçalho <code>s-maxage</code> para esta quantidade de segundos. Os erros não são armazenados em cache.
apihelp-main-param-uselang (Discussão) (Traduzir) Language to use for message translations. A list of codes may be fetched from <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd>, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-managetags-description (Discussão) (Traduzir) Executar tarefas de gestão relacionadas com alteração de etiquetas.
apihelp-managetags-example-activate (Discussão) (Traduzir) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (Discussão) (Traduzir) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (Discussão) (Traduzir) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (Discussão) (Traduzir) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (Discussão) (Traduzir) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (Discussão) (Traduzir) Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-param-reason (Discussão) (Traduzir) Um motivo, opcional, para a criação, eliminação, ativação ou desativação da etiqueta.
apihelp-managetags-param-tag (Discussão) (Traduzir) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-move-description (Discussão) (Traduzir) Mover uma página.
apihelp-move-example-move (Discussão) (Traduzir) Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.
apihelp-move-param-from (Discussão) (Traduzir) Título da página para renomear. Não pode ser usado em conjunto com <var>$1fromid</var>.
apihelp-move-param-fromid (Discussão) (Traduzir) ID da página a se renomear. Não pode ser usado em conjunto com <var>$1from</var>.
apihelp-move-param-ignorewarnings (Discussão) (Traduzir) Ignorar quaisquer avisos.
apihelp-move-param-movesubpages (Discussão) (Traduzir) Renomeia subpáginas, se aplicável.
apihelp-move-param-movetalk (Discussão) (Traduzir) Renomear a página de discussão, se existir.
apihelp-move-param-noredirect (Discussão) (Traduzir) Não cria um redirecionamento.
apihelp-move-param-reason (Discussão) (Traduzir) Reason for the rename.
apihelp-move-param-to (Discussão) (Traduzir) Title to rename the page to.
apihelp-move-param-unwatch (Discussão) (Traduzir) Remove a página e o redirecionamento para a lista de vigiados do usuário atual.
apihelp-move-param-watch (Discussão) (Traduzir) Adiciona a página e o redirecionamento para a lista de vigiados do usuário atual.
apihelp-move-param-watchlist (Discussão) (Traduzir) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (Discussão) (Traduzir) Modulo "$1" não foram achados.
apihelp-none-description (Discussão) (Traduzir) Output nothing.
apihelp-opensearch-description (Discussão) (Traduzir) Search the wiki using the OpenSearch protocol.
apihelp-opensearch-example-te (Discussão) (Traduzir) Encontra páginas começando com <kbd>Te</kbd>.
apihelp-opensearch-param-format (Discussão) (Traduzir) The format of the output.
apihelp-opensearch-param-limit (Discussão) (Traduzir) O número máximo a se retornar.
apihelp-opensearch-param-namespace (Discussão) (Traduzir) Espaço nominal para pesquisar.
apihelp-opensearch-param-redirects (Discussão) (Traduzir) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (Discussão) (Traduzir) Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
apihelp-opensearch-param-warningsaserror (Discussão) (Traduzir) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (Discussão) (Traduzir) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.
apihelp-options-example-change (Discussão) (Traduzir) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (Discussão) (Traduzir) Redefine todas as preferências, então define <kbd>skin</kbd> e <kbd>apelido</kbd>.
apihelp-options-example-reset (Discussão) (Traduzir) Resetar todas as preferências
apihelp-options-param-change (Discussão) (Traduzir) List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.
apihelp-options-param-optionname (Discussão) (Traduzir) The name of the option that should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (Discussão) (Traduzir) The value for the option specified by <var>$1optionname</var>, can contain pipe characters.
apihelp-options-param-reset (Discussão) (Traduzir) Redefinir preferências para os padrões do site.
apihelp-options-param-resetkinds (Discussão) (Traduzir) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-paraminfo-description (Discussão) (Traduzir) Obtém informações sobre módulos de API.
apihelp-paraminfo-example-1 (Discussão) (Traduzir) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
Primeira página
Última página