# Brazilian Portuguese translations for Mercurial # Traduções do Mercurial para português do Brasil # Copyright (C) 2009 Matt Mackall and others # # Translators: # Diego Oliveira # Wagner Bruna # # Translation dictionary: # # archive pacote # branch ramificar (v.), ramo (s.) # bundle bundle # changeset revisão # commit consolidar (v.), consolidação (s.) # default default (branch ou path), padrão # diff diff # head cabeça # hook gancho # merge mesclar (v.), mesclagem (s.) # patch patch # pull trazer # push enviar # revision revisão # tag etiqueta # tip tip (tag), ponta # update atualizar (v.), atualização (s.) # working directory diretório de trabalho # msgid "" msgstr "" "Project-Id-Version: Mercurial\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-02 10:55-0300\n" "PO-Revision-Date: 2010-06-19 17:18+0200\n" "Last-Translator: Wagner Bruna \n" "Language-Team: Brazilian Portuguese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Portuguese\n" "Generated-By: pygettext.py 1.5\n" "X-Poedit-Country: BRAZIL\n" "X-Generator: KBabel 1.11.4\n" #, python-format msgid " (default: %s)" msgstr " (padrão: %s)" msgid "Options" msgstr "Opções" msgid "Commands" msgstr "Comandos" msgid "Extensions" msgstr "Extensões" msgid "This section contains help for extensions that are distributed together with Mercurial. Help for other extensions is available in the help system." msgstr "Esta seção contém texto de ajuda para extensões que são distribuídas junto com o Mercurial. A ajuda para outras extensões está disponível no sistema de ajuda." msgid "options:" msgstr "opções:" #, python-format msgid " aliases: %s" msgstr " apelidos: %s" msgid "hooks for controlling repository access" msgstr "ganchos para controlar o acesso a um repositório" msgid "" "This hook makes it possible to allow or deny write access to given\n" "branches and paths of a repository when receiving incoming changesets\n" "via pretxnchangegroup and pretxncommit." msgstr "" "Este gancho possibilita permitir ou recusar acesso de escrita a\n" "determinados ramos ou caminhos ao receber revisões, usando\n" "pretxnchangegroup e pretxncommit." msgid "" "The authorization is matched based on the local user name on the\n" "system where the hook runs, and not the committer of the original\n" "changeset (since the latter is merely informative)." msgstr "" "A autorização é feita com relação ao nome de usuário local no sistema\n" "onde o gancho é executado, e não ao autor da revisão original (já\n" "que este é meramente informativo)." msgid "" "The acl hook is best used along with a restricted shell like hgsh,\n" "preventing authenticating users from doing anything other than pushing\n" "or pulling. The hook is not safe to use if users have interactive\n" "shell access, as they can then disable the hook. Nor is it safe if\n" "remote users share an account, because then there is no way to\n" "distinguish them." msgstr "" "O gancho acl funciona melhor se você usar um shell restrito (como\n" "por exemplo o hgsh), impedindo que usuários autenticados usem outros\n" "comandos além de push e pull. Ele não é seguro se os usuários tiverem\n" "acesso a um shell interativo, pois eles então poderão desabilitar o\n" "gancho. Também não é seguro se usuários remotos compartilharem uma\n" "conta local, pois não haverá maneira de distingui-los." msgid "The order in which access checks are performed is:" msgstr "A ordem na qual verificações de acesso são realizadas é:" msgid "" "1) Deny list for branches (section ``acl.deny.branches``)\n" "2) Allow list for branches (section ``acl.allow.branches``)\n" "3) Deny list for paths (section ``acl.deny``)\n" "4) Allow list for paths (section ``acl.allow``)" msgstr "" "1) Lista de restrição para ramos (seção ``acl.deny.branches``)\n" "2) Lista de permissão para ramos (seção ``acl.allow.branches``)\n" "3) Lista de restrição para caminhos (seção ``acl.deny``)\n" "4) Lista de permissão para caminhos (seção ``acl.allow``)" msgid "The allow and deny sections take key-value pairs." msgstr "As seções allow e deny usam pares chave-valor." msgid "" "Branch-based Access Control\n" "..........................." msgstr "" "Controle de Acesso Baseado em Ramos\n" "..................................." msgid "" "Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to\n" "have branch-based access control. Keys in these sections can be\n" "either:" msgstr "" "Use as seções ``acl.deny.branches`` e ``acl.allow.branches`` para controlar\n" "o acesso com base no ramo nomeado das revisões. Chaves nessa seção podem ser:" msgid "" "- a branch name, or\n" "- an asterisk, to match any branch;" msgstr "" "- um nome de ramo;\n" "- um asterisco, que significa \"qualquer ramo\"." msgid "The corresponding values can be either:" msgstr "Os valores correspondentes podem ser:" msgid "" "- a comma-separated list containing users and groups, or\n" "- an asterisk, to match anyone;" msgstr "" "- uma lista separada por vírgulas contendo usuários e grupos, ou\n" "- um asterisco, que significa \"qualquer usuário ou grupo\";" msgid "" "Path-based Access Control\n" "........................." msgstr "" "Controle de Acesso Baseado em Caminhos\n" "......................................" msgid "" "Use the ``acl.deny`` and ``acl.allow`` sections to have path-based\n" "access control. Keys in these sections accept a subtree pattern (with\n" "a glob syntax by default). The corresponding values follow the same\n" "syntax as the other sections above." msgstr "" "Use as seções ``acl.deny`` e ``acl.allow`` para controlar o acesso com\n" "base nos caminhos de arquivo alterados pelas revisões. Chaves nessas\n" "seções aceitam um padrão de sub-árvore (por padrão com sintaxe glob).\n" "Os valores correspondentes seguem a mesma sintaxe que as outras\n" "seções acima." msgid "" "Groups\n" "......" msgstr "" "Grupos\n" "......" msgid "" "Group names must be prefixed with an ``@`` symbol. Specifying a group\n" "name has the same effect as specifying all the users in that group." msgstr "" "Nomes de grupos devem ser prefixados com um símbolo ``@``. Especificar\n" "um nome de grupo tem o mesmo efeito que especificar todos os usuários\n" "dentro desse grupo." msgid "" "You can define group members in the ``acl.groups`` section.\n" "If a group name is not defined there, and Mercurial is running under\n" "a Unix-like system, the list of users will be taken from the OS.\n" "Otherwise, an exception will be raised." msgstr "" "Você pode definir grupos na seção ``acl.groups``. Se um nome de grupo\n" "não estiver definido nessa seção, e o Mercurial for executado em um\n" "sistema semelhante ao Unix, a lista de usuários será obtida do grupo\n" "Unix. Caso contrário, uma exceção será lançada." msgid "" "Example Configuration\n" "....................." msgstr "" "Exemplo de Configuração\n" "......................." msgid "::" msgstr "::" msgid " [hooks]" msgstr " [hooks]" msgid "" " # Use this if you want to check access restrictions at commit time\n" " pretxncommit.acl = python:hgext.acl.hook" msgstr "" " # Use este gancho para verificar restrições de acesso durante um commit\n" " pretxncommit.acl = python:hgext.acl.hook" msgid "" " # Use this if you want to check access restrictions for pull, push,\n" " # bundle and serve.\n" " pretxnchangegroup.acl = python:hgext.acl.hook" msgstr "" " # Use este gancho para verificar restrições de acesso para pull, push,\n" " # bundle e serve.\n" " pretxnchangegroup.acl = python:hgext.acl.hook" msgid "" " [acl]\n" " # Allow or deny access for incoming changes only if their source is\n" " # listed here, let them pass otherwise. Source is \"serve\" for all\n" " # remote access (http or ssh), \"push\", \"pull\" or \"bundle\" when the\n" " # related commands are run locally.\n" " # Default: serve\n" " sources = serve" msgstr "" " [acl]\n" " # Permite ou recusa acesso para revisões de entrada apenas se sua origem\n" " # estiver listada aqui, caso contrário ignora esta verificação. A origem\n" " # é \"serve\" para todo tipo de acesso remoto (http ou ssh), \"push\",\n" " # \"pull\" ou \"bundle\" quando os comandos correspondentes forem\n" " # executados do lado local.\n" " # Padrão: serve\n" " sources = serve" msgid " [acl.deny.branches]" msgstr " [acl.deny.branches]" msgid "" " # Everyone is denied to the frozen branch:\n" " frozen-branch = *" msgstr "" " # Todos são recusados no ramo \"frozen\":\n" " frozen-branch = * " msgid "" " # A bad user is denied on all branches:\n" " * = bad-user" msgstr "" " # O usuário-mau é recusado em todos os ramos:\n" " * = usuário-mau" msgid " [acl.allow.branches]" msgstr " [acl.allow.branches]" msgid "" " # A few users are allowed on branch-a:\n" " branch-a = user-1, user-2, user-3" msgstr "" " # Alguns usuários são permitidos no ramo-a:\n" " ramo-a = usuário-1, usuário-2, usuário-3" msgid "" " # Only one user is allowed on branch-b:\n" " branch-b = user-1" msgstr "" " # Apenas um usuário é permitido no ramo-b:\n" " ramo-b = usuário-1" msgid "" " # The super user is allowed on any branch:\n" " * = super-user" msgstr "" " # super-usuário é permitido em qualquer ramo:\n" " * = super-usuário" msgid "" " # Everyone is allowed on branch-for-tests:\n" " branch-for-tests = *" msgstr "" " # Todos são permitidos em ramo-de-testes:\n" " ramo-de-testes = *" msgid "" " [acl.deny]\n" " # This list is checked first. If a match is found, acl.allow is not\n" " # checked. All users are granted access if acl.deny is not present.\n" " # Format for both lists: glob pattern = user, ..., @group, ..." msgstr "" " [acl.deny]\n" " # Esta lista é verificada primeiro. Se uma correspondência for\n" " # encontrada, acl.allow não é verificada. Se acl.deny não estiver\n" " # presente, todos os usuários terão acesso . O formato para ambas\n" " # é: glob padrão = usuário, ..., @grupo, ..." msgid "" " # To match everyone, use an asterisk for the user:\n" " # my/glob/pattern = *" msgstr "" " # Para permitir ou restringir todos os usuários, use um asterisco:\n" " # meu/padrão/glob = *" msgid "" " # user6 will not have write access to any file:\n" " ** = user6" msgstr "" " # usuário6 não terá acesso a nenhum arquivo:\n" " ** = usuário6" msgid "" " # Group \"hg-denied\" will not have write access to any file:\n" " ** = @hg-denied" msgstr "" " # O grupo \"hg-negado\" não terá acesso de escrita a qualquer arquivo:\n" " ** = @hg-negado" msgid "" " # Nobody will be able to change \"DONT-TOUCH-THIS.txt\", despite\n" " # everyone being able to change all other files. See below.\n" " src/main/resources/DONT-TOUCH-THIS.txt = *" msgstr "" " # Ninguém será capaz de mudar \"NÃO-MEXA-NISSO.txt\", apesar de\n" " # todos poderem mudar todos os outros arquivos. Veja abaixo.\n" " src/main/resources/NAO-MEXA-NISSO.txt = *" msgid "" " [acl.allow]\n" " # if acl.allow is not present, all users are allowed by default\n" " # empty acl.allow = no users allowed" msgstr "" " [acl.allow]\n" " # Se acl.allow não estiver presente, todos os usuários são\n" " # por padrão permitidos\n" " # uma acl.allow vazia faz com que nenhum usuário seja permitido" msgid "" " # User \"doc_writer\" has write access to any file under the \"docs\"\n" " # folder:\n" " docs/** = doc_writer" msgstr "" " # O usuário \"escritor_de_docs\" tem acesso de escrita para qualquer\n" " # arquivo sob a pasta \"docs\":\n" " docs/** = escritor_de_docs" msgid "" " # User \"jack\" and group \"designers\" have write access to any file\n" " # under the \"images\" folder:\n" " images/** = jack, @designers" msgstr "" " # O usuário \"joao\" e o grupo \"designers\" têm acesso de escrita para\n" " # qualquer arquivo sob a pasta \"imagens\":\n" " imagens/** = joao, @designers" msgid "" " # Everyone (except for \"user6\" - see acl.deny above) will have write\n" " # access to any file under the \"resources\" folder (except for 1\n" " # file. See acl.deny):\n" " src/main/resources/** = *" msgstr "" " # Todos (exceto \"usuário6\" - veja acl.deny acima) terão acesso de\n" " # escrita a qualquer arquivo sob a pasta \"resources\" (exceto um\n" " # arquivo - veja acl.deny):\n" " src/main/resources/** = *" msgid " .hgtags = release_engineer" msgstr " .hgtags = release_engineer" #, python-format msgid "group '%s' is undefined" msgstr "O grupo '%s' não está definido" #, python-format msgid "config error - hook type \"%s\" cannot stop incoming changesets nor commits" msgstr "erro de configuração - tipo de gancho \"%s\" não pode interromper consolidações nem revisões de entrada" #, python-format msgid "acl: user \"%s\" denied on branch \"%s\" (changeset \"%s\")" msgstr "acl: acesso do usuário \"%s\" negado para o ramo \"%s\" (revisão \"%s\")" #, python-format msgid "acl: user \"%s\" not allowed on branch \"%s\" (changeset \"%s\")" msgstr "acl: usuário \"%s\" não tem acesso ao ramo \"%s\" (revisão \"%s\")" #, python-format msgid "acl: access denied for changeset %s" msgstr "acl: acesso negado para a revisão %s" msgid "track a line of development with movable markers" msgstr "rastreia uma linha de desenvolvimento com marcadores móveis" msgid "" "Bookmarks are local movable markers to changesets. Every bookmark\n" "points to a changeset identified by its hash. If you commit a\n" "changeset that is based on a changeset that has a bookmark on it, the\n" "bookmark shifts to the new changeset." msgstr "" "Marcadores são ponteiros locais móveis para revisões. Todo\n" "marcador aponta para uma revisão identificada por seu hash. Se você\n" "consolidar uma revisão que se baseie em uma revisão que contenha um\n" "marcador, o marcador é transferido para a nova revisão." msgid "" "It is possible to use bookmark names in every revision lookup (e.g.\n" ":hg:`merge`, :hg:`update`)." msgstr "" "É possível utilizar nomes de marcadores em toda referência a revisões\n" "(por exemplo :hg:`merge`, :hg:`update`)." msgid "" "By default, when several bookmarks point to the same changeset, they\n" "will all move forward together. It is possible to obtain a more\n" "git-like experience by adding the following configuration option to\n" "your configuration file::" msgstr "" "Por padrão, quando vários marcadores apontam para a mesma revisão,\n" "todos serão movidos para a frente juntos. É possível obter um\n" "funcionamento mais semelhante ao do sistema git com a adição das\n" "seguintes opções de configuração ao seu arquivo de configuração::" msgid "" " [bookmarks]\n" " track.current = True" msgstr "" " [bookmarks]\n" " track.current = True" msgid "" "This will cause Mercurial to track the bookmark that you are currently\n" "using, and only update it. This is similar to git's approach to\n" "branching.\n" msgstr "" "Isto fará com que o Mercurial rastreie o marcador que você estiver\n" "usando no momento, e apenas o atualize. Isto é semelhante à abordagem\n" "do git para ramos.\n" msgid "" " Bookmarks are pointers to certain commits that move when\n" " committing. Bookmarks are local. They can be renamed, copied and\n" " deleted. It is possible to use bookmark names in :hg:`merge` and\n" " :hg:`update` to merge and update respectively to a given bookmark." msgstr "" " Marcadores são ponteiros para certas consolidações que se movem\n" " quando novas consolidações forem feitas. Marcadores são locais.\n" " Eles podem ser renomeados, copiados e removidos. É possível usar\n" " o nome de um marcador em :hg:`merge` e :hg:`update` para\n" " respectivamente mesclar ou atualizar para um marcador dado." msgid "" " You can use :hg:`bookmark NAME` to set a bookmark on the working\n" " directory's parent revision with the given name. If you specify\n" " a revision using -r REV (where REV may be an existing bookmark),\n" " the bookmark is assigned to that revision." msgstr "" " Você pode usar :hg:`bookmark NOME` para definir um marcador na\n" " revisão pai do diretório de trabalho com o nome informado. Se você\n" " especificar a revisão usando -r REV (onde REV pode ser o nome de\n" " um marcador existente), o marcador é apontado para tal revisão." msgid "" " Bookmarks can be pushed and pulled between repositories (see :hg:`help\n" " push` and :hg:`help pull`). This requires the bookmark extension to be\n" " enabled for both the local and remote repositories.\n" " " msgstr "" " Marcadores podem ser transferidos entre repositórios usando push\n" " e pull (veja :hg:`help push` e :hg:`help pull`). Isto requer que\n" " a extensão bookmark esteja habilitada tanto no repositório local\n" " como no remoto.\n" " " msgid "a bookmark of this name does not exist" msgstr "não existe um marcador com esse nome" msgid "a bookmark of the same name already exists" msgstr "já existe um marcador com o mesmo nome" msgid "new bookmark name required" msgstr "requerido nome do novo marcador" msgid "bookmark name required" msgstr "requerido nome do marcador" msgid "bookmark name cannot contain newlines" msgstr "o nome do marcador não pode conter novas linhas" msgid "bookmark names cannot consist entirely of whitespace" msgstr "nomes de marcadores não podem conter apenas espaços em branco" msgid "a bookmark cannot have the name of an existing branch" msgstr "um marcador não pode ter o mesmo nome de um ramo existente" msgid "no bookmarks set\n" msgstr "nenhum marcador definido\n" #, python-format msgid "updating bookmark %s\n" msgstr "atualizando marcador %s\n" #, python-format msgid "not updating divergent bookmark %s\n" msgstr "marcador divergente %s não atualizado\n" #, python-format msgid "updating bookmark %s failed!\n" msgstr "a atualização do marcador %s falhou!\n" #, python-format msgid "remote bookmark %s not found!" msgstr "marcador remoto %s não encontrado!" #, python-format msgid "importing bookmark %s\n" msgstr "importando marcador %s\n" #, python-format msgid "exporting bookmark %s\n" msgstr "exportando marcador %s\n" #, python-format msgid "deleting remote bookmark %s\n" msgstr "apagando marcador remoto %s\n" #, python-format msgid "bookmark %s does not exist on the local or remote repository!\n" msgstr "o marcador %s não existe nem no repositório local nem no remoto!\n" msgid "searching for changed bookmarks\n" msgstr "procurando por marcadores modificados\n" msgid "no changed bookmarks found\n" msgstr "nenhum marcador modificado encontrado\n" #, python-format msgid "comparing with %s\n" msgstr "comparando com %s\n" msgid "bookmark to import" msgstr "marcador a ser importado" msgid "BOOKMARK" msgstr "MARCADOR" msgid "bookmark to export" msgstr "marcador a ser exportado" msgid "compare bookmark" msgstr "compara marcador" msgid "" "``bookmark([name])``\n" " The named bookmark or all bookmarks." msgstr "" "``bookmark([nome])``\n" " O marcador chamado nome, ou todos os marcadores." #. i18n: "bookmark" is a keyword msgid "bookmark takes one or no arguments" msgstr "bookmark requer um ou nenhum argumento" #. i18n: "bookmark" is a keyword msgid "the argument to bookmark must be a string" msgstr "o argumento para o comando bookmark deve ser uma string" msgid "force" msgstr "forçar" msgid "REV" msgstr "REV" msgid "revision" msgstr "revisão" msgid "delete a given bookmark" msgstr "apaga o marcador pedido" msgid "NAME" msgstr "NOME" msgid "rename a given bookmark" msgstr "renomeia um marcador" msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]" msgstr "hg bookmarks [-f] [-d] [-m NOME] [-r REV] [NOME]" msgid "hooks for integrating with the Bugzilla bug tracker" msgstr "ganchos para integração com o bug tracker Bugzilla" msgid "" "This hook extension adds comments on bugs in Bugzilla when changesets\n" "that refer to bugs by Bugzilla ID are seen. The hook does not change\n" "bug status." msgstr "" "Essa extensão adiciona comentários a bugs do Bugzilla quando\n" "forem encontradas revisões que se refiram a esses bugs pelo ID.\n" "Esse gancho não muda o estado do bug." msgid "" "The hook updates the Bugzilla database directly. Only Bugzilla\n" "installations using MySQL are supported." msgstr "" "Esse gancho atualiza diretamente o banco de dados do Bugzilla.\n" "Apenas instalações do Bugzilla utilizando MySQL são suportadas." msgid "" "The hook relies on a Bugzilla script to send bug change notification\n" "emails. That script changes between Bugzilla versions; the\n" "'processmail' script used prior to 2.18 is replaced in 2.18 and\n" "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n" "be run by Mercurial as the user pushing the change; you will need to\n" "ensure the Bugzilla install file permissions are set appropriately." msgstr "" "O gancho se baseia em um script do Bugzilla para enviar emails de\n" "notificação de alterações de bugs. Esse script muda entre versões do\n" "Bugzilla; o script 'processmail' usado antes da 2.18 é substituído na\n" "2.18 e subsequentes por 'config/sendbugmail.pl'. Note que esse script\n" "será executado pelo Mercurial assim que o usuário enviar a revisão;\n" "você terá que assegurar que as permissões de arquivo da instalação\n" "do Bugzilla estejam configuradas apropriadamente." msgid "" "The extension is configured through three different configuration\n" "sections. These keys are recognized in the [bugzilla] section:" msgstr "" "Esta extensão é configurada através de três diferentes seções de\n" "configuração. As seguintes chaves são reconhecidas na seção\n" "[bugzilla]:" msgid "" "host\n" " Hostname of the MySQL server holding the Bugzilla database." msgstr "" "host\n" " Nome do servidor do MySQL que contém o banco de dados do Bugzilla." msgid "" "db\n" " Name of the Bugzilla database in MySQL. Default 'bugs'." msgstr "" "db\n" " Nome do banco de dados do Bugzilla no MySQL. O padrão é 'bugs'." msgid "" "user\n" " Username to use to access MySQL server. Default 'bugs'." msgstr "" "user\n" " Nome de usuário para acessar o servidor MySQL. O padrão é 'bugs'." msgid "" "password\n" " Password to use to access MySQL server." msgstr "" "password\n" " Senha para acessar o servidor MySQL." msgid "" "timeout\n" " Database connection timeout (seconds). Default 5." msgstr "" "timeout\n" " Tempo de espera limite para conexão com o banco de dados (em\n" " segundos). O padrão é 5." msgid "" "version\n" " Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and later,\n" " '2.18' for Bugzilla versions from 2.18 and '2.16' for versions prior\n" " to 2.18." msgstr "" "version\n" " Versão do Bugzilla. Especifique '3.0' para versões do Bugzilla 3.0\n" " e posteriores, '2.18' para a versão 2.18 e '2.16' para versões\n" " anteriores à 2.18." msgid "" "bzuser\n" " Fallback Bugzilla user name to record comments with, if changeset\n" " committer cannot be found as a Bugzilla user." msgstr "" "bzuser\n" " Nome de usuário no Bugzilla utilizado para gravar os comentários\n" " se o autor da revisão não for encontrado como um usuário do\n" " Bugzilla." msgid "" "bzdir\n" " Bugzilla install directory. Used by default notify. Default\n" " '/var/www/html/bugzilla'." msgstr "" "bzdir\n" " Diretório de instalação do Bugzilla. Usado pelo notify padrão. Seu\n" " valor padrão é '/var/www/html/bugzilla'." msgid "" "notify\n" " The command to run to get Bugzilla to send bug change notification\n" " emails. Substitutes from a map with 3 keys, 'bzdir', 'id' (bug id)\n" " and 'user' (committer bugzilla email). Default depends on version;\n" " from 2.18 it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n" " %(id)s %(user)s\"." msgstr "" "notify\n" " O comando que deve ser executado para o Bugzilla enviar o email\n" " de notificação de alterações. É realizada a substituição de 3\n" " entradas: 'bzdir', 'id' (bug id) e 'user' (email do submetedor\n" " do bugzilla). O padrão depende da versão; na 2.18 é\n" " \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)s\"." msgid "" "regexp\n" " Regular expression to match bug IDs in changeset commit message.\n" " Must contain one \"()\" group. The default expression matches 'Bug\n" " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n" " 1234 and 5678' and variations thereof. Matching is case insensitive." msgstr "" "regexp\n" " Expressão regular para encontrar os IDs dos bugs na mensagem de\n" " consolidação da revisão. Deve conter um grupo de \"()\". A\n" " expressão padrão encontra 'Bug 1234', 'Bug no. 1234', 'Bug number\n" " 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' e variações. A\n" " equivalência não é sensível a maiúsculas e minúsculas." msgid "" "style\n" " The style file to use when formatting comments." msgstr "" "style\n" " O arquivo de estilo usado para formatar os comentários." msgid "" "template\n" " Template to use when formatting comments. Overrides style if\n" " specified. In addition to the usual Mercurial keywords, the\n" " extension specifies::" msgstr "" "template\n" " O template usado para formatar os comentários. Sobrepõe style se\n" " especificado. Além das palavras chave do Mercurial, a extensão\n" " especifica::" msgid "" " {bug} The Bugzilla bug ID.\n" " {root} The full pathname of the Mercurial repository.\n" " {webroot} Stripped pathname of the Mercurial repository.\n" " {hgweb} Base URL for browsing Mercurial repositories." msgstr "" " {bug} O ID do bug no Bugzilla.\n" " {root} O caminho completo do repositório do Mercurial.\n" " {webroot} O caminho do repositório do Mercurial.\n" " {hgweb} URL base para visualizar o repositório do Mercurial via http." msgid "" " Default 'changeset {node|short} in repo {root} refers '\n" " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'" msgstr "" " O valor padrão é 'changeset {node|short} in repo {root} refers '\n" " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'" msgid "" "strip\n" " The number of slashes to strip from the front of {root} to produce\n" " {webroot}. Default 0." msgstr "" "strip\n" " O número de barras que devem ser retiradas do início do {root} para\n" " produzir o {webroot}. Padrão 0." msgid "" "usermap\n" " Path of file containing Mercurial committer ID to Bugzilla user ID\n" " mappings. If specified, the file should contain one mapping per\n" " line, \"committer\"=\"Bugzilla user\". See also the [usermap] section." msgstr "" "usermap\n" " Caminho para o arquivo que contem o mapeamento do consolidador do\n" " Mercurial para o ID do usuário do Bugzilla. Se especificado, o\n" " arquivo deve conter um mapeamento por linha,\n" " \"committer\"=\"Bugzilla user\". Veja também a sessão [usermap]." msgid "" "The [usermap] section is used to specify mappings of Mercurial\n" "committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n" "\"committer\"=\"Bugzilla user\"" msgstr "" "A seção [usermap] é usada para especificar mapeamentos de IDs dos\n" "consolidadores do Mercurial para IDs de usuário do Bugzilla. Veja\n" "também [bugzilla].usermap.\"committer\"=\"Bugzilla user\"" msgid "Finally, the [web] section supports one entry:" msgstr "Por fim, a seção [web] suporta uma entrada:" msgid "" "baseurl\n" " Base URL for browsing Mercurial repositories. Reference from\n" " templates as {hgweb}." msgstr "" "baseurl\n" " URL base para visualização de repositórios do Mercurial. Usada\n" " em modelos como {hgweb}." msgid "Activating the extension::" msgstr "Para ativar a extensão::" msgid "" " [extensions]\n" " bugzilla =" msgstr "" " [extensions]\n" " bugzilla =" msgid "" " [hooks]\n" " # run bugzilla hook on every change pulled or pushed in here\n" " incoming.bugzilla = python:hgext.bugzilla.hook" msgstr "" " [hooks]\n" " # executa o gancho bugzilla a cada mudança trazida para cá\n" " incoming.bugzilla = python:hgext.bugzilla.hook" msgid "Example configuration:" msgstr "Exemplo de configuração:" msgid "" "This example configuration is for a collection of Mercurial\n" "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n" "installation in /opt/bugzilla-3.2. ::" msgstr "" "Este exemplo de configuração é para uma coleção de repositórios do\n" "Mercurial em /var/local/hg/repos/ usada com uma instalação local do\n" "Bugzilla 3.2 em /opt/bugzilla-3.2 ::" msgid "" " [bugzilla]\n" " host=localhost\n" " password=XYZZY\n" " version=3.0\n" " bzuser=unknown@domain.com\n" " bzdir=/opt/bugzilla-3.2\n" " template=Changeset {node|short} in {root|basename}.\n" " {hgweb}/{webroot}/rev/{node|short}\\n\n" " {desc}\\n\n" " strip=5" msgstr "" " [bugzilla]\n" " host=localhost\n" " password=XYZZY\n" " version=3.0\n" " bzuser=unknown@domain.com\n" " bzdir=/opt/bugzilla-3.2\n" " template=Changeset {node|short} in {root|basename}.\n" " {hgweb}/{webroot}/rev/{node|short}\\n\n" " {desc}\\n\n" " strip=5" msgid "" " [web]\n" " baseurl=http://dev.domain.com/hg" msgstr "" " [web]\n" " baseurl=http://dev.domain.com/hg" msgid "" " [usermap]\n" " user@emaildomain.com=user.name@bugzilladomain.com" msgstr "" " [usermap]\n" " user@emaildomain.com=user.name@bugzilladomain.com" msgid "Commits add a comment to the Bugzilla bug record of the form::" msgstr "" "Consolidações adicionam um comentário ao registro de bug do Bugzilla\n" "com a forma::" msgid "" " Changeset 3b16791d6642 in repository-name.\n" " http://dev.domain.com/hg/repository-name/rev/3b16791d6642" msgstr "" " Changeset 3b16791d6642 in repository-name.\n" " http://dev.domain.com/hg/repository-name/rev/3b16791d6642" msgid " Changeset commit comment. Bug 1234.\n" msgstr " Changeset commit comment. Bug 1234.\n" #, python-format msgid "connecting to %s:%s as %s, password %s\n" msgstr "conectando a %s:%s como %s, senha %s\n" #, python-format msgid "query: %s %s\n" msgstr "consulta: %s %s\n" #, python-format msgid "failed query: %s %s\n" msgstr "falha na consulta: %s %s\n" msgid "unknown database schema" msgstr "esquema de banco de dados desconhecido" #, python-format msgid "bug %d already knows about changeset %s\n" msgstr "o bug %d já sabe sobre a revisão %s\n" msgid "telling bugzilla to send mail:\n" msgstr "falando para o bugzilla enviar email:\n" #, python-format msgid " bug %s\n" msgstr " bug %s\n" #, python-format msgid "running notify command %s\n" msgstr "rodando comando de notificação %s\n" #, python-format msgid "bugzilla notify command %s" msgstr "comando de notificação do bugzilla %s" msgid "done\n" msgstr "feito\n" #, python-format msgid "looking up user %s\n" msgstr "procurando usuário %s\n" #, python-format msgid "cannot find bugzilla user id for %s" msgstr "não é possível encontrar o id do usuário no bugzilla para %s" #, python-format msgid "cannot find bugzilla user id for %s or %s" msgstr "não é possível encontrar o id do usuário no bugzilla para %s ou %s" #, python-format msgid "bugzilla version %s not supported" msgstr "versão %s do bugzilla não suportada" msgid "" "changeset {node|short} in repo {root} refers to bug {bug}.\n" "details:\n" "\t{desc|tabindent}" msgstr "" "revisão {node|short} no repositório {root} refere-se ao bug {bug}.\n" "detalhes:\n" "\t{desc|tabindent}" #, python-format msgid "python mysql support not available: %s" msgstr "indisponível suporte ao mysql no python: %s" #, python-format msgid "hook type %s does not pass a changeset id" msgstr "gancho do tipo %s não passa um id de revisão" #, python-format msgid "database error: %s" msgstr "erro de banco de dados: %s" msgid "command to display child changesets" msgstr "comando para exibir revisões filhas" msgid "show the children of the given or working directory revision" msgstr "exibe os filhos da revisão pedida ou do diretório de trabalho" msgid "" " Print the children of the working directory's revisions. If a\n" " revision is given via -r/--rev, the children of that revision will\n" " be printed. If a file argument is given, revision in which the\n" " file was last changed (after the working directory revision or the\n" " argument to --rev if given) is printed.\n" " " msgstr "" " Imprime os filhos das revisões do diretório de trabalho. Se uma\n" " revisão for dada por -r/--rev, imprime os filhos dessa revisão.\n" " Se for passado um arquivo como parâmetro, a revisão na qual esse\n" " arquivo foi modificado por último (após a revisão do diretório\n" " de trabalho ou da passada em --rev) será impressa.\n" " " msgid "show children of the specified revision" msgstr "exibe o filho de uma revisão especifica" msgid "hg children [-r REV] [FILE]" msgstr "hg children [-r REV] [ARQUIVO]" msgid "command to display statistics about repository history" msgstr "comando para mostrar estatísticas do histórico do repositório" #, python-format msgid "Revision %d is a merge, ignoring...\n" msgstr "Revisão %d é uma mesclagem, ignorando...\n" msgid "analyzing" msgstr "analisando" msgid "histogram of changes to the repository" msgstr "histograma de mudanças do repositório" msgid "" " This command will display a histogram representing the number\n" " of changed lines or revisions, grouped according to the given\n" " template. The default template will group changes by author.\n" " The --dateformat option may be used to group the results by\n" " date instead." msgstr "" " Este comando exibe um histograma representando o número de linhas\n" " alteradas ou revisões, agrupadas de acordo com o modelo pedido.\n" " O modelo padrão agrupa mudanças por autor. Alternativamente, a\n" " opção --dateformat pode ser usada para agrupar os resultados por\n" " data." msgid "" " Statistics are based on the number of changed lines, or\n" " alternatively the number of matching revisions if the\n" " --changesets option is specified." msgstr "" " As estatísticas se baseiam no número de linhas modificadas, ou\n" " alternativamente no número de revisões, se for usada a opção\n" " --changesets." msgid " Examples::" msgstr " Exemplos::" msgid "" " # display count of changed lines for every committer\n" " hg churn -t '{author|email}'" msgstr "" " # exibe a contagem de linhas modificadas para cada autor\n" " hg churn -t '{author|email}'" msgid "" " # display daily activity graph\n" " hg churn -f '%H' -s -c" msgstr "" " # exibe o gráfico de atividades diárias\n" " hg churn -f '%H' -s -c" msgid "" " # display activity of developers by month\n" " hg churn -f '%Y-%m' -s -c" msgstr "" " # exibe atividades dos desenvolvedores por mês\n" " hg churn -f '%Y-%m' -s -c" msgid "" " # display count of lines changed in every year\n" " hg churn -f '%Y' -s" msgstr "" " # exibe a contagem de linhas modificadas a cada ano\n" " hg churn -f '%Y' -s" msgid "" " It is possible to map alternate email addresses to a main address\n" " by providing a file using the following format::" msgstr "" " É possível mapear endereços de email alternativos para um\n" " endereço principal provendo um arquivo usando o seguinte\n" " formato:" msgid " = " msgstr " = " msgid "" " Such a file may be specified with the --aliases option, otherwise\n" " a .hgchurn file will be looked for in the working directory root.\n" " " msgstr "" " Esse arquivo pode ser especificado com a opção --aliases; de\n" " outro modo, será usado um arquivo .hgchurn no raiz do diretório\n" " de trabalho, se existir.\n" " " #, python-format msgid "skipping malformed alias: %s\n" msgstr "omitindo apelido mal formado: %s\n" msgid "count rate for the specified revision or range" msgstr "conta a frequência para uma revisão ou faixa especificada" msgid "DATE" msgstr "DATA" msgid "count rate for revisions matching date spec" msgstr "conta a frequência das revisões que casem com a data especificada" msgid "TEMPLATE" msgstr "MODELO" msgid "template to group changesets" msgstr "modelo para agrupar as revisões" msgid "FORMAT" msgstr "FORMATO" msgid "strftime-compatible format for grouping by date" msgstr "formato compatível com o strftime para agrupar por data" msgid "count rate by number of changesets" msgstr "conta a frequência pelo numero de revisões" msgid "sort by key (default: sort by count)" msgstr "ordenar pela chave (padrão: ordenar pela contagem)" msgid "display added/removed lines separately" msgstr "mostra separadamente linhas adicionadas/removidas" msgid "FILE" msgstr "ARQUIVO" msgid "file with email aliases" msgstr "arquivo com apelidos de email" msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]" msgstr "hg churn [-d DATA] [-r REV] [--aliases ARQUIVO] [ARQUIVO]" msgid "colorize output from some commands" msgstr "colore a saída de alguns comandos" msgid "" "This extension modifies the status and resolve commands to add color to their\n" "output to reflect file status, the qseries command to add color to reflect\n" "patch status (applied, unapplied, missing), and to diff-related\n" "commands to highlight additions, removals, diff headers, and trailing\n" "whitespace." msgstr "" "Esta extensão colore a saída de certos comandos para realçar diversas\n" "informações: nos comandos status e resolve, reflete os estados dos\n" "arquivos; no comando qseries, reflete os estados dos patches (aplicado,\n" "não-aplicado, faltando); e para comandos relacionados com diff,\n" "destaca adições, remoções, cabeçalhos de diffs e espaços em branco\n" "no final das linhas." msgid "" "Other effects in addition to color, like bold and underlined text, are\n" "also available. Effects are rendered with the ECMA-48 SGR control\n" "function (aka ANSI escape codes). This module also provides the\n" "render_text function, which can be used to add effects to any text." msgstr "" "Outros efeitos adicionais às cores, como negrito e sublinhado,\n" "também estão disponíveis. Os efeitos são desenhados com a função de\n" "controle ECMA-48 SGR (também conhecidos como códigos de escape ANSI).\n" "Esse modulo também provê a função render_text, que pode ser utilizada\n" "para adicionar efeitos a qualquer texto." msgid "Default effects may be overridden from your configuration file::" msgstr "Os efeitos padrão podem ser redefinidos pelo seu arquivo de configuração::" msgid "" " [color]\n" " status.modified = blue bold underline red_background\n" " status.added = green bold\n" " status.removed = red bold blue_background\n" " status.deleted = cyan bold underline\n" " status.unknown = magenta bold underline\n" " status.ignored = black bold" msgstr "" " [color]\n" " status.modified = blue bold underline red_background\n" " status.added = green bold\n" " status.removed = red bold blue_background\n" " status.deleted = cyan bold underline\n" " status.unknown = magenta bold underline\n" " status.ignored = black bold" msgid "" " # 'none' turns off all effects\n" " status.clean = none\n" " status.copied = none" msgstr "" " # 'none' desliga todos os efeitos\n" " status.clean = none\n" " status.copied = none" msgid "" " qseries.applied = blue bold underline\n" " qseries.unapplied = black bold\n" " qseries.missing = red bold" msgstr "" " qseries.applied = blue bold underline\n" " qseries.unapplied = black bold\n" " qseries.missing = red bold" msgid "" " diff.diffline = bold\n" " diff.extended = cyan bold\n" " diff.file_a = red bold\n" " diff.file_b = green bold\n" " diff.hunk = magenta\n" " diff.deleted = red\n" " diff.inserted = green\n" " diff.changed = white\n" " diff.trailingwhitespace = bold red_background" msgstr "" " diff.diffline = bold\n" " diff.extended = cyan bold\n" " diff.file_a = red bold\n" " diff.file_b = green bold\n" " diff.hunk = magenta\n" " diff.deleted = red\n" " diff.inserted = green\n" " diff.changed = white\n" " diff.trailingwhitespace = bold red_background" msgid "" " resolve.unresolved = red bold\n" " resolve.resolved = green bold" msgstr "" " resolve.unresolved = red bold\n" " resolve.resolved = green bold" msgid " bookmarks.current = green" msgstr " bookmarks.current = green" msgid "" " branches.active = none\n" " branches.closed = black bold\n" " branches.current = green\n" " branches.inactive = none" msgstr "" " branches.active = none\n" " branches.closed = black bold\n" " branches.current = green\n" " branches.inactive = none" msgid "" "The color extension will try to detect whether to use ANSI codes or\n" "Win32 console APIs, unless it is made explicit::" msgstr "" "A extensão color tentará detectar se deve usar códigos ANSI ou as APIs\n" "do console Win32, a não ser que isso seja configurado explicitamente::" msgid "" " [color]\n" " mode = ansi" msgstr "" " [color]\n" " mode = ansi" msgid "Any value other than 'ansi', 'win32', or 'auto' will disable color." msgstr "" "Qualquer valor diferente de 'ansi', 'win32' ou 'auto' desabilitará\n" "a coloração." #, python-format msgid "ignoring unknown color/effect %r (configured in color.%s)\n" msgstr "ignorando cor/efeito desconhecido %r (configurado em color.%s)\n" msgid "win32console not found, please install pywin32\n" msgstr "win32console não encontrado, por favor instale pywin32\n" #. i18n: 'always', 'auto', and 'never' are keywords and should #. not be translated msgid "when to colorize (boolean, always, auto, or never)" msgstr "quando colorir (booleana, ou \"always\" (sempre), \"never\" (nunca) ou \"auto\" (automaticamente))" msgid "TYPE" msgstr "TIPO" msgid "import revisions from foreign VCS repositories into Mercurial" msgstr "importa revisões de repositórios de outros sistemas para o Mercurial" msgid "convert a foreign SCM repository to a Mercurial one." msgstr "converte um repositório de um outro sistema em um do Mercurial." msgid " Accepted source formats [identifiers]:" msgstr " Formatos de origem aceitos [identificadores]:" msgid "" " - Mercurial [hg]\n" " - CVS [cvs]\n" " - Darcs [darcs]\n" " - git [git]\n" " - Subversion [svn]\n" " - Monotone [mtn]\n" " - GNU Arch [gnuarch]\n" " - Bazaar [bzr]\n" " - Perforce [p4]" msgstr "" " - Mercurial [hg]\n" " - CVS [cvs]\n" " - Darcs [darcs]\n" " - git [git]\n" " - Subversion [svn]\n" " - Monotone [mtn]\n" " - GNU Arch [gnuarch]\n" " - Bazaar [bzr]\n" " - Perforce [p4]" msgid " Accepted destination formats [identifiers]:" msgstr " Formatos de destino aceitos [identificadores]:" msgid "" " - Mercurial [hg]\n" " - Subversion [svn] (history on branches is not preserved)" msgstr "" " - Mercurial [hg]\n" " - Subversion [svn] (histórico em ramos não é preservado)" msgid "" " If no revision is given, all revisions will be converted.\n" " Otherwise, convert will only import up to the named revision\n" " (given in a format understood by the source)." msgstr "" " Se não for dada nenhuma revisão, todas serão convertidas. Caso,\n" " contrário, a conversão irá importar apenas até a revisão nomeada\n" " (dada num formato entendido pela origem)." msgid "" " If no destination directory name is specified, it defaults to the\n" " basename of the source with ``-hg`` appended. If the destination\n" " repository doesn't exist, it will be created." msgstr "" " Se não for especificado o nome do diretório de destino, o padrão\n" " será o nome base da origem com ``-hg`` anexado. Se o repositório\n" " de destino não existir, ele será criado." msgid "" " By default, all sources except Mercurial will use --branchsort.\n" " Mercurial uses --sourcesort to preserve original revision numbers\n" " order. Sort modes have the following effects:" msgstr "" " Por padrão, a conversão de todas as origens exceto do Mercurial\n" " usará --branchsort. O Mercurial usa --sourcesort para preservar\n" " a ordem de números de revisão original. Modos de ordenação têm\n" " os seguintes efeitos:" msgid "" " --branchsort convert from parent to child revision when possible,\n" " which means branches are usually converted one after\n" " the other. It generates more compact repositories." msgstr "" " --branchsort converte de revisão pai para filha quando possível,\n" " o que faz com que ramos sejam usualmente convertidos\n" " um após o outro. Esta opção gera repositórios mais\n" " compactos." msgid "" " --datesort sort revisions by date. Converted repositories have\n" " good-looking changelogs but are often an order of\n" " magnitude larger than the same ones generated by\n" " --branchsort." msgstr "" " --datesort ordena revisões por data. Os repositórios convertidos\n" " tendem a ter changelogs de boa aparência, mas algumas\n" " vezes são uma ordem de grandeza maiores que os mesmos\n" " gerados por --branchsort." msgid "" " --sourcesort try to preserve source revisions order, only\n" " supported by Mercurial sources." msgstr "" " --sourcesort tenta preservar a ordem de revisões da origem, opção\n" " suportada apenas pela origem Mercurial." msgid "" " If isn't given, it will be put in a default location\n" " (/.hg/shamap by default). The is a simple text file\n" " that maps each source commit ID to the destination ID for that\n" " revision, like so::" msgstr "" " Se não for dado o , ele será posto em um local padrão\n" " (/.hg/shamap). O é um simples arquivo texto\n" " que mapeia cada ID de commit da origem para o ID de destino para\n" " aquela revisão, da seguinte forma::" msgid " " msgstr " " msgid "" " If the file doesn't exist, it's automatically created. It's\n" " updated on each commit copied, so :hg:`convert` can be interrupted\n" " and can be run repeatedly to copy new commits." msgstr "" " Se o arquivo não existir, será automaticamente criado. Ele é\n" " atualizado a cada commit copiado, assim :hg:`convert` pode ser\n" " interrompido e executado repetidamente para copiar novos commits." msgid "" " The authormap is a simple text file that maps each source commit\n" " author to a destination commit author. It is handy for source SCMs\n" " that use unix logins to identify authors (eg: CVS). One line per\n" " author mapping and the line format is::" msgstr "" " O parâmetro authormap é um arquivo texto simples\n" " que mapeia cada autor de commit da origem para um autor de commit\n" " no destino. Isso auxilia na conversão de sistemas que utilizam\n" " logins unix para identificar os autores (ex: CVS). É usada uma linha\n" " por mapeamento, com a forma::" msgid " source author = destination author" msgstr " autor na origem = autor no destino" msgid " Empty lines and lines starting with a ``#`` are ignored." msgstr " Linhas vazias ou começadas por ``#`` são ignoradas." msgid "" " The filemap is a file that allows filtering and remapping of files\n" " and directories. Each line can contain one of the following\n" " directives::" msgstr "" " O filemap é um arquivo que permite filtrar e remapear arquivos e\n" " diretórios. Cada linha pode conter uma das seguintes diretivas::" msgid " include path/to/file-or-dir" msgstr " include caminho/para/o/arquivo-ou-diretório" msgid " exclude path/to/file-or-dir" msgstr " exclude caminho/para/o/arquivo-ou-diretório" msgid " rename path/to/source path/to/destination" msgstr " rename caminho/para/a/origem caminho/para/o/destino" msgid "" " Comment lines start with ``#``. A specified path matches if it\n" " equals the full relative name of a file or one of its parent\n" " directories. The ``include`` or ``exclude`` directive with the\n" " longest matching path applies, so line order does not matter." msgstr "" " Linhas de comentário iniciam com ``#``. Um caminho especificado\n" " será considerado se for igual ao caminho relativo completo de um\n" " arquivo ou de um de seus diretórios pais. A ordem das linhas não é\n" " importante: será usada a diretiva ``include`` ou ``exclude`` com o\n" " caminho mais longo que combine." msgid "" " The ``include`` directive causes a file, or all files under a\n" " directory, to be included in the destination repository, and the\n" " exclusion of all other files and directories not explicitly\n" " included. The ``exclude`` directive causes files or directories to\n" " be omitted. The ``rename`` directive renames a file or directory if\n" " it is converted. To rename from a subdirectory into the root of\n" " the repository, use ``.`` as the path to rename to." msgstr "" " A diretiva ``include`` faz com que um arquivo, ou todos os arquivos\n" " em um diretório, sejam incluídos no repositório de destino, e\n" " exclui todos os outros arquivos e diretórios não incluídos\n" " explicitamente. A diretiva ``exclude`` faz com que os arquivos e\n" " diretórios sejam omitidos. A diretiva ``rename`` renomeia um\n" " arquivo ou diretório que for convertido. Para renomear de um\n" " subdiretório para o raiz do repositório, use ``.`` como caminho\n" " de destino." msgid "" " The splicemap is a file that allows insertion of synthetic\n" " history, letting you specify the parents of a revision. This is\n" " useful if you want to e.g. give a Subversion merge two parents, or\n" " graft two disconnected series of history together. Each entry\n" " contains a key, followed by a space, followed by one or two\n" " comma-separated values::" msgstr "" " O splicemap é um arquivo que permite a inserção de histórico\n" " sintético, permitindo que você especifique os pais de uma\n" " revisão. Isto é útil se você por exemplo quiser que um merge do\n" " Subversion tenha dois pais, ou para juntar duas linhas desconexas\n" " de histórico. Cada entrada contém uma chave, seguida de um\n" " espaço, seguido de um ou mais valores separados por vírgulas::" msgid " key parent1, parent2" msgstr " chave primeiropai, segundopai" msgid "" " The key is the revision ID in the source\n" " revision control system whose parents should be modified (same\n" " format as a key in .hg/shamap). The values are the revision IDs\n" " (in either the source or destination revision control system) that\n" " should be used as the new parents for that node. For example, if\n" " you have merged \"release-1.0\" into \"trunk\", then you should\n" " specify the revision on \"trunk\" as the first parent and the one on\n" " the \"release-1.0\" branch as the second." msgstr "" " A chave é o identificador de revisão no sistema de controle de\n" " versão de origem cujos pais devam ser modificados (mesmo formato\n" " de uma chave em .hg/shamap). Os valores são os identificadores de\n" " revisão (no sistema de origem ou no de destino) que devem ser\n" " usados como os novos pais daquele nó. Por exemplo, se você mesclou\n" " \"release-1.0\" em \"trunk\", você deve especificar a revisão em\n" " \"trunk\" como primeiro pai e a revisão em \"release-1.0\" como\n" " segundo." msgid "" " The branchmap is a file that allows you to rename a branch when it is\n" " being brought in from whatever external repository. When used in\n" " conjunction with a splicemap, it allows for a powerful combination\n" " to help fix even the most badly mismanaged repositories and turn them\n" " into nicely structured Mercurial repositories. The branchmap contains\n" " lines of the form::" msgstr "" " O branchmap é um arquivo que permite a renomeação de um ramo\n" " quando este for trazido de um repositório externo qualquer. Se\n" " usado em conjunto com um splicemap, fornece uma poderosa\n" " combinação que auxilia o conserto de repositórios mal\n" " gerenciados, transformando-os em repositórios Mercurial\n" " estruturados apropriadamente. O branchmap contém linhas da forma::" msgid " original_branch_name new_branch_name" msgstr " nome_ramo_original nome_novo_ramo" msgid "" " where \"original_branch_name\" is the name of the branch in the\n" " source repository, and \"new_branch_name\" is the name of the branch\n" " is the destination repository. No whitespace is allowed in the\n" " branch names. This can be used to (for instance) move code in one\n" " repository from \"default\" to a named branch." msgstr "" " onde \"nome_ramo_original\" é o nome do ramo no repositório de\n" " origem, e \"nome_novo_ramo\" é o nome do ramo no repositório de\n" " destino. Espaços em branco não são suportados nos nomes de ramo.\n" " Isto pode ser usado para por exemplo mover código em um\n" " repositório de \"default\" para um ramo nomeado." msgid "" " Mercurial Source\n" " ''''''''''''''''" msgstr "" " Origem Mercurial\n" " ''''''''''''''''" msgid "" " --config convert.hg.ignoreerrors=False (boolean)\n" " ignore integrity errors when reading. Use it to fix Mercurial\n" " repositories with missing revlogs, by converting from and to\n" " Mercurial.\n" " --config convert.hg.saverev=False (boolean)\n" " store original revision ID in changeset (forces target IDs to\n" " change)\n" " --config convert.hg.startrev=0 (hg revision identifier)\n" " convert start revision and its descendants" msgstr "" " --config convert.hg.ignoreerrors=False (booleana)\n" " ignora erros de integridade ao ler. Use-a para corrigir\n" " repositórios do Mercurial com revlogs faltando, através da\n" " conversão para outro repositório do Mercurial.\n" " --config convert.hg.saverev=False (booleana)\n" " armazena o identificador de revisão original na revisão de destino\n" " (isso força o identificador do destino a mudar)\n" " --config convert.hg.startrev=0 (id de revisão do hg)\n" " converte a revisão inicial e seus descendentes" msgid "" " CVS Source\n" " ''''''''''" msgstr "" " Origem CVS\n" " ''''''''''" msgid "" " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n" " to indicate the starting point of what will be converted. Direct\n" " access to the repository files is not needed, unless of course the\n" " repository is :local:. The conversion uses the top level directory\n" " in the sandbox to find the CVS repository, and then uses CVS rlog\n" " commands to find files to convert. This means that unless a\n" " filemap is given, all files under the starting directory will be\n" " converted, and that any directory reorganization in the CVS\n" " sandbox is ignored." msgstr "" " A origem CVS usará uma cópia local do CVS para indicar o ponto\n" " inicial do que será convertido. Não é necessário acesso direto ao\n" " repositório, a não ser é claro que o repositório seja :local:. A\n" " conversão usa o diretório do topo da cópia local para encontrar\n" " o repositório CVS, e em seguida o comando CVS rlog para encontrar\n" " os arquivos a serem convertidos. Isto quer dizer que a não ser\n" " que um filemap seja dado, todos os arquivos sob o diretório de\n" " início serão convertidos, e que qualquer reorganização na cópia\n" " local do CVS é ignorada." msgid " The options shown are the defaults." msgstr " As opções exibidas são os valores padrão." msgid "" " --config convert.cvsps.cache=True (boolean)\n" " Set to False to disable remote log caching, for testing and\n" " debugging purposes.\n" " --config convert.cvsps.fuzz=60 (integer)\n" " Specify the maximum time (in seconds) that is allowed between\n" " commits with identical user and log message in a single\n" " changeset. When very large files were checked in as part of a\n" " changeset then the default may not be long enough.\n" " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n" " Specify a regular expression to which commit log messages are\n" " matched. If a match occurs, then the conversion process will\n" " insert a dummy revision merging the branch on which this log\n" " message occurs to the branch indicated in the regex.\n" " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n" " Specify a regular expression to which commit log messages are\n" " matched. If a match occurs, then the conversion process will\n" " add the most recent revision on the branch indicated in the\n" " regex as the second parent of the changeset.\n" " --config hook.cvslog\n" " Specify a Python function to be called at the end of gathering\n" " the CVS log. The function is passed a list with the log entries,\n" " and can modify the entries in-place, or add or delete them.\n" " --config hook.cvschangesets\n" " Specify a Python function to be called after the changesets\n" " are calculated from the the CVS log. The function is passed\n" " a list with the changeset entries, and can modify the changesets\n" " in-place, or add or delete them." msgstr "" " --config convert.cvsps.cache=True (booleana)\n" " Defina como False para desabilitar o cache do log\n" " remoto, para teste ou depuração.\n" " --config convert.cvsps.fuzz=60 (inteiro)\n" " Especifica o tempo máximo (em segundos) permitido entre\n" " commits com usuário e mensagem de log em uma única\n" " revisão. Se arquivos muito grandes forem armazenados\n" " como parte de uma revisão, o padrão pode não ser\n" " suficiente.\n" " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n" " Especifica uma expressão regular com a qual mensagens de\n" " log de commit são verificadas. Se um casamento for\n" " encontrado, a conversão inserirá uma revisão artificial\n" " mesclando o ramo onde essa mensagem de log aparece ao\n" " ramo indicado na expressão regular.\n" " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n" " Especifica uma expressão regular com a qual mensagens de\n" " log de commit são verificadas. Se um casamento for\n" " encontrado, a conversão inserirá a revisão mais recente\n" " do ramo indicado na expressão regular como segundo pai da\n" " revisão.\n" " --config hook.cvslog\n" " Especifica uma função Python a ser chamada ao término da coleta\n" " do log do CVS. Essa função recebe uma lista com as entradas do log,\n" " e pode modificar, adicionar ou remover entradas.\n" " --config hook.cvschangesets\n" " Especifica uma função Python a ser chamada após os conjuntos de\n" " mudanças serem calculados a partir do log do CVS. Essa função\n" " recebe uma lista com as entradas do conjunto de mudanças, e pode\n" " modificar, adicionar ou remover suas entradas." msgid "" " An additional \"debugcvsps\" Mercurial command allows the builtin\n" " changeset merging code to be run without doing a conversion. Its\n" " parameters and output are similar to that of cvsps 2.1. Please see\n" " the command help for more details." msgstr "" " O comando \"debugcvsps\" do Mercurial permite que o código de\n" " mesclagem interno seja executado fora do processo de conversão.\n" " Seus parâmetros e saída são semelhantes aos do cvsps 2.1.\n" " Veja a ajuda do comando para mais detalhes." msgid "" " Subversion Source\n" " '''''''''''''''''" msgstr "" " Origem Subversion\n" " '''''''''''''''''" msgid "" " Subversion source detects classical trunk/branches/tags layouts.\n" " By default, the supplied \"svn://repo/path/\" source URL is\n" " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n" " replaces the default branch. If \"svn://repo/path/branches\" exists,\n" " its subdirectories are listed as possible branches. If\n" " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n" " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n" " can be overridden with following options. Set them to paths\n" " relative to the source URL, or leave them blank to disable auto\n" " detection." msgstr "" " A origem Subversion detecta a organização clássica\n" " trunk/branches/tags . Por padrão, a URL de origem\n" " \"svn://repo/path/\" fornecida é convertida como um único ramo.\n" " Se \"svn://repo/path/trunk\" existir, irá substituir o ramo\n" " default. Se \"svn://repo/path/branches\" existir, seus\n" " subdiretórios serão listados como possíveis ramos. Se\n" " \"svn://repo/path/tags\" existir, será consultado para tags\n" " referenciando ramos convertidos. Os valores padrão \"trunk\",\n" " \"branches\" e \"tags\" podem ser sobrepostos pelas seguintes\n" " opções. Defina-os como caminhos relativos à URL de origem, ou\n" " deixe-os em branco para desabilitar a auto-detecção." msgid "" " --config convert.svn.branches=branches (directory name)\n" " specify the directory containing branches\n" " --config convert.svn.tags=tags (directory name)\n" " specify the directory containing tags\n" " --config convert.svn.trunk=trunk (directory name)\n" " specify the name of the trunk branch" msgstr "" " --config convert.svn.branches=branches (nome de diretório)\n" " especifica o diretório contendo ramos\n" " --config convert.svn.tags=tags (nome de diretório)\n" " especifica o diretório contendo tags\n" " --config convert.svn.trunk=trunk (nome de diretório)\n" " especifica o nome do ramo trunk" msgid "" " Source history can be retrieved starting at a specific revision,\n" " instead of being integrally converted. Only single branch\n" " conversions are supported." msgstr "" " O histórico de origem pode ser recuperado a partir de uma revisão\n" " específica, ao invés de ser convertido integralmente. Apenas\n" " conversões de um único ramo são suportadas." msgid "" " --config convert.svn.startrev=0 (svn revision number)\n" " specify start Subversion revision." msgstr "" " --config convert.svn.startrev=0 (número de revisão svn)\n" " especifica a revisão inicial do Subversion." msgid "" " Perforce Source\n" " '''''''''''''''" msgstr "" " Origem Perforce\n" " '''''''''''''''" msgid "" " The Perforce (P4) importer can be given a p4 depot path or a\n" " client specification as source. It will convert all files in the\n" " source to a flat Mercurial repository, ignoring labels, branches\n" " and integrations. Note that when a depot path is given you then\n" " usually should specify a target directory, because otherwise the\n" " target may be named ...-hg." msgstr "" " O importador Perforce (P4) pode receber um caminho de depot p4 ou\n" " uma especificação de cliente como origem. Ele irá converter todos\n" " os arquivos da origem para um repositório achatado do Mercurial,\n" " ignorando labels, branches e integrações. Note que quando é dado\n" " um caminho de depot você precisa tipicamente especificar um\n" " diretório de destino, caso contrário o destino pode ser chamado\n" " ...-hg." msgid "" " It is possible to limit the amount of source history to be\n" " converted by specifying an initial Perforce revision." msgstr "" " É possível limitar a quantidade de histórico de origem a ser\n" " convertida especificando uma revisão inicial do Perforce." msgid "" " --config convert.p4.startrev=0 (perforce changelist number)\n" " specify initial Perforce revision." msgstr "" " --config convert.p4.startrev=0 (número de changelist p4)\n" " especifica a revisão inicial do Perforce." msgid "" " Mercurial Destination\n" " '''''''''''''''''''''" msgstr "" " Destino Mercurial\n" " '''''''''''''''''" msgid "" " --config convert.hg.clonebranches=False (boolean)\n" " dispatch source branches in separate clones.\n" " --config convert.hg.tagsbranch=default (branch name)\n" " tag revisions branch name\n" " --config convert.hg.usebranchnames=True (boolean)\n" " preserve branch names" msgstr "" " --config convert.hg.clonebranches=False (booleana)\n" " separa ramos da origem em diferentes clones.\n" " --config convert.hg.tagsbranch=default (nome de ramo)\n" " nome do ramo para revisões de etiqueta\n" " --config convert.hg.usebranchnames=True (booleana)\n" " preserva nomes de ramo" msgid " " msgstr " " msgid "create changeset information from CVS" msgstr "cria uma informação de revisão do CVS" msgid "" " This command is intended as a debugging tool for the CVS to\n" " Mercurial converter, and can be used as a direct replacement for\n" " cvsps." msgstr "" " Esse comando serve como ferramenta de depuração para o conversor\n" " do CVS para o Mercurial e pode ser usado como um substituto\n" " direto do cvsps." msgid "" " Hg debugcvsps reads the CVS rlog for current directory (or any\n" " named directory) in the CVS repository, and converts the log to a\n" " series of changesets based on matching commit log entries and\n" " dates." msgstr "" " Hg debugcvsps lê o rlog do CVS para o diretório atual (ou\n" " qualquer diretório nomeado) no repositório do CVS e converte o\n" " log em uma série de revisões baseadas na correspondência das\n" " entradas no log de commit e datas." msgid "username mapping filename (DEPRECATED, use --authormap instead)" msgstr "arquivo de mapeamento de nomes de usuário (OBSOLETO, use --authormap)" msgid "source repository type" msgstr "tipo de repositório de origem" msgid "destination repository type" msgstr "tipo de repositório de destino" msgid "import up to target revision REV" msgstr "importa até a revisão REV do alvo" msgid "remap usernames using this file" msgstr "arquivo de mapeamento de nomes de usuário" msgid "remap file names using contents of file" msgstr "arquivo de mapeamento de nomes de arquivo" msgid "splice synthesized history into place" msgstr "junta o histórico sintetizado no lugar" msgid "change branch names while converting" msgstr "muda nomes de ramos durante a conversão" msgid "try to sort changesets by branches" msgstr "tenta ordenar as revisões por ramos" msgid "try to sort changesets by date" msgstr "tenta ordenar as revisões por data" msgid "preserve source changesets order" msgstr "preserva a ordem de revisões da origem" msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]" msgstr "hg convert [OPÇÃO]... ORIGEM [DESTINO [REVMAP]]" msgid "only return changes on specified branches" msgstr "só retorna revisões no ramo especificado" msgid "prefix to remove from file names" msgstr "prefixo para remover dos nomes dos arquivos" msgid "only return changes after or between specified tags" msgstr "só retorna alterações anteriores ou entre as tags especificadas" msgid "update cvs log cache" msgstr "atualiza a cache do log do cvs" msgid "create new cvs log cache" msgstr "cria uma nova cache de log do cvs" msgid "set commit time fuzz in seconds" msgstr "define o valor de indistinção da hora de consolidação em segundos" msgid "specify cvsroot" msgstr "especifica o cvsroot" msgid "show parent changesets" msgstr "exibe as revisões pais" msgid "show current changeset in ancestor branches" msgstr "exibe a revisão atual nos ramos ancestrais" msgid "ignored for compatibility" msgstr "ignorada para compatibilidade" msgid "hg debugcvsps [OPTION]... [PATH]..." msgstr "hg debugcvsps [OPÇÃO]... [CAMINHO]..." #, python-format msgid "%s does not look like a Bazaar repository" msgstr "%s não parece ser um repositório do Bazaar" msgid "Bazaar modules could not be loaded" msgstr "os módulos do Bazaar não puderam ser carregados" msgid "warning: lightweight checkouts may cause conversion failures, try with a regular branch instead.\n" msgstr "aviso: checkouts \"lightweight\" podem causar falhas de conversão, tente com um branch comum.\n" msgid "bzr source type could not be determined\n" msgstr "o tipo de origem bzr não pôde ser determinado\n" #, python-format msgid "%s is not a valid revision in current branch" msgstr "%s não é uma revisão válida no ramo atual" #, python-format msgid "%s is not available in %s anymore" msgstr "%s não está mais disponível em %s" #, python-format msgid "%s.%s symlink has no target" msgstr "%s.%s link simbólico não possui alvo" #, python-format msgid "cannot find required \"%s\" tool" msgstr "não foi possível encontrar ferramenta \"%s\" necessária" #, python-format msgid "%s error:\n" msgstr "erro no comando %s:\n" #, python-format msgid "syntax error in %s(%d): key/value pair expected" msgstr "erro de sintaxe em %s(%d): esperado par chave/valor" #, python-format msgid "could not open map file %r: %s" msgstr "não foi possível abrir arquivo de mapeamento %r: %s" #, python-format msgid "%s: invalid source repository type" msgstr "%s: tipo de repositório de origem inválido" #, python-format msgid "%s: missing or unsupported repository" msgstr "%s: repositório ausente ou não suportado" #, python-format msgid "%s: invalid destination repository type" msgstr "%s: tipo de repositório de destino inválido" #, python-format msgid "convert: %s\n" msgstr "convert: %s\n" #, python-format msgid "%s: unknown repository type" msgstr "%s: tipo de repositório desconhecido" msgid "getting files" msgstr "obtendo arquivos" msgid "revisions" msgstr "revisões" msgid "scanning" msgstr "varrendo" #, python-format msgid "unknown sort mode: %s" msgstr "modo de ordenação desconhecido: %s" #, python-format msgid "cycle detected between %s and %s" msgstr "ciclo detectado entre %s e %s" msgid "not all revisions were sorted" msgstr "nem todas as revisões foram ordenadas" #, python-format msgid "Writing author map file %s\n" msgstr "Escrevendo arquivo de mapeamento de autor %s\n" #, python-format msgid "Ignoring bad line in author map file %s: %s\n" msgstr "Ignorando linha inválida no arquivo de mapeamento de autor %s: %s\n" #, python-format msgid "mapping author %s to %s\n" msgstr "mapeando autor %s para %s\n" #, python-format msgid "overriding mapping for author %s, was %s, will be %s\n" msgstr "sobrepondo mapeamento para autor %s, era %s, será %s\n" #, python-format msgid "spliced in %s as parents of %s\n" msgstr "associados %s como pais de %s\n" msgid "scanning source...\n" msgstr "decodificando entrada...\n" msgid "sorting...\n" msgstr "ordenando...\n" msgid "converting...\n" msgstr "convertendo...\n" #, python-format msgid "source: %s\n" msgstr "origem: %s\n" msgid "converting" msgstr "convertendo" #, python-format msgid "assuming destination %s\n" msgstr "assumindo destino %s\n" msgid "more than one sort mode specified" msgstr "mais de um modo de ordenação especificado" msgid "--sourcesort is not supported by this data source" msgstr "--sourcesort não é suportado para esta origem de dados" #, python-format msgid "%s does not look like a CVS checkout" msgstr "%s não parece ser uma cópia de trabalho do CVS" #, python-format msgid "revision %s is not a patchset number" msgstr "revisão %s não é um número de patchset" #, python-format msgid "connecting to %s\n" msgstr "conectando em %s\n" msgid "CVS pserver authentication failed" msgstr "autenticação pserver do CVS falhou" #, python-format msgid "unexpected response from CVS server (expected \"Valid-requests\", but got %r)" msgstr "resposta inesperada do servidor CVS (\"Valid-requests\" esperada, %r recebida)" #, python-format msgid "%d bytes missing from remote file" msgstr "%d bytes faltando no arquivo remoto" msgid "malformed response from CVS" msgstr "resposta malformada do CVS" #, python-format msgid "cvs server: %s\n" msgstr "servidor cvs: %s\n" #, python-format msgid "unknown CVS response: %s" msgstr "resposta do CVS desconhecida: %s" msgid "collecting CVS rlog\n" msgstr "coletando rlog do CVS\n" msgid "not a CVS sandbox" msgstr "não é uma sandbox do CVS" #, python-format msgid "reading cvs log cache %s\n" msgstr "lendo cache de log do CVS %s\n" #, python-format msgid "cache has %d log entries\n" msgstr "cache possui %d entradas de log\n" #, python-format msgid "error reading cache: %r\n" msgstr "erro lendo cache: %r\n" #, python-format msgid "running %s\n" msgstr "executando %s\n" msgid "RCS file must be followed by working file" msgstr "arquivo RCS deve ser seguido de um arquivo de trabalho" msgid "must have at least some revisions" msgstr "deve possuir ao menos algumas revisões" msgid "expected revision number" msgstr "número de revisão esperado" msgid "revision must be followed by date line" msgstr "revisão deve ser seguida por uma linha de data" msgid "log cache overlaps with new log entries, re-run without cache." msgstr "o cache do log se sobrepõe a novas entradas do log, execute novamente sem o cache." #, python-format msgid "writing cvs log cache %s\n" msgstr "escrevendo cache do log do CVS %s\n" #, python-format msgid "%d log entries\n" msgstr "%d entradas de log\n" msgid "creating changesets\n" msgstr "criando revisões\n" msgid "synthetic changeset cannot have multiple parents" msgstr "uma revisão sintética não pode ter múltiplos pais" #, python-format msgid "" "warning: CVS commit message references non-existent branch %r:\n" "%s\n" msgstr "" "aviso: a mensagem de commit do CVS se refere a um branch inexistente %r:\n" "%s\n" #, python-format msgid "%d changeset entries\n" msgstr "%d entradas de revisão\n" #, python-format msgid "%s does not look like a darcs repository" msgstr "%s não parece ser um repositório do darcs" #, python-format msgid "darcs version 2.1 or newer needed (found %r)" msgstr "necessária versão do darcs 2.1 ou posterior (%r encontrada)" msgid "Python ElementTree module is not available" msgstr "módulo ElementTree do Python não está disponível" #, python-format msgid "%s repository format is unsupported, please upgrade" msgstr "o formato de repositório %s não é suportado, por favor atualize" msgid "failed to detect repository format!" msgstr "falha na detecção do formato do repositório!" msgid "internal calling inconsistency" msgstr "inconsistência interna de chamadas" msgid "errors in filemap" msgstr "erros no filemap" #, python-format msgid "%s:%d: path to %s is missing\n" msgstr "%s:%d: está faltando o caminho para %s\n" #, python-format msgid "%s:%d: %r already in %s list\n" msgstr "%s:%d: %r já faz parte da lista %s\n" #, python-format msgid "%s:%d: superfluous / in %s %r\n" msgstr "%s:%d: / supérflua em %s %r\n" #, python-format msgid "%s:%d: unknown directive %r\n" msgstr "%s:%d: diretiva desconhecida %r\n" msgid "source repository doesn't support --filemap" msgstr "repositório de origem não suporta --filemap" #, python-format msgid "%s does not look like a Git repository" msgstr "%s não parece ser um repositório do Git" msgid "cannot retrieve git heads" msgstr "não é possível recuperar cabeças do git" #, python-format msgid "cannot read %r object at %s" msgstr "não é possível ler objeto %r em %s" #, python-format msgid "cannot read changes in %s" msgstr "não é possível ler mudanças em %s" #, python-format msgid "cannot read tags from %s" msgstr "não é possível ler etiquetas de %s" #, python-format msgid "%s does not look like a GNU Arch repository" msgstr "%s não parece ser um repositório do GNU Arch" msgid "cannot find a GNU Arch tool" msgstr "não é possível encontrar uma ferramenta do GNU Arch" #, python-format msgid "analyzing tree version %s...\n" msgstr "analisando versão da árvore %s...\n" #, python-format msgid "tree analysis stopped because it points to an unregistered archive %s...\n" msgstr "análise da árvore parou porque esta aponta para um arquivo não registrado %s...\n" #, python-format msgid "could not parse cat-log of %s" msgstr "não foi possível decodificar cat-log de %s" #, python-format msgid "%s is not a local Mercurial repository" msgstr "%s não é um repositório local do Mercurial" #, python-format msgid "initializing destination %s repository\n" msgstr "iniciando repositório de destino %s\n" #, python-format msgid "could not create hg repository %s as sink" msgstr "não foi possível criar repositório hg %s como destino" #, python-format msgid "pulling from %s into %s\n" msgstr "trazendo de %s para %s\n" msgid "filtering out empty revision\n" msgstr "filtrando revisão vazia\n" msgid "updating tags\n" msgstr "atualizando tags\n" #, python-format msgid "%s is not a valid start revision" msgstr "%s não é uma revisão inicial válida" #, python-format msgid "ignoring: %s\n" msgstr "ignorando: %s\n" #, python-format msgid "%s does not look like a monotone repository" msgstr "%s não parece ser um repositório do Monotone" #, python-format msgid "copying file in renamed directory from '%s' to '%s'" msgstr "copiando arquivo em diretório renomeado de '%s' para '%s'" #, python-format msgid "%s does not look like a P4 repository" msgstr "%s não parece ser um repositório do P4" msgid "reading p4 views\n" msgstr "lendo 'p4 views'\n" msgid "collecting p4 changelists\n" msgstr "coletando changelists do p4\n" msgid "Mercurial failed to run itself, check hg executable is in PATH" msgstr "Mercurial falhou ao executar a si próprio, veja se o executável hg está no PATH" msgid "svn: cannot probe remote repository, assume it could be a subversion repository. Use --source-type if you know better.\n" msgstr "svn: não é possível sondar o repositório remoto; a conversão irá assumir que é um repositório remoto do Subversion. Use --source-type se necessário.\n" #, python-format msgid "%s does not look like a Subversion repository" msgstr "%s não parece ser um repositório do Subversion" msgid "Subversion python bindings could not be loaded" msgstr "Os módulos Python para o Subversion não puderam ser carregados" #, python-format msgid "Subversion python bindings %d.%d found, 1.4 or later required" msgstr "Encontrados módulos Python para o Subversion %d.%d, requerida a versão 1.4 ou posterior" msgid "Subversion python bindings are too old, 1.4 or later required" msgstr "Módulos Python para o Subversion são antigos demais, requerida a versão 1.4 ou posterior" #, python-format msgid "svn: revision %s is not an integer" msgstr "svn: revisão %s não é um inteiro" #, python-format msgid "svn: start revision %s is not an integer" msgstr "svn: revisão inicial %s não é um inteiro" #, python-format msgid "no revision found in module %s" msgstr "nenhuma revisão encontrada no módulo %s" #, python-format msgid "expected %s to be at %r, but not found" msgstr "%s esperado em %r, mas não encontrado" #, python-format msgid "found %s at %r\n" msgstr "encontrado %s em %r\n" #, python-format msgid "ignoring empty branch %s\n" msgstr "ignorando ramo vazio %s\n" #, python-format msgid "found branch %s at %d\n" msgstr "encontrado ramo %s em %d\n" msgid "svn: start revision is not supported with more than one branch" msgstr "svn: revisão inicial não é suportada com mais de um ramo" #, python-format msgid "svn: no revision found after start revision %d" msgstr "svn: nenhuma revisão encontrada após revisão inicial %d" #, python-format msgid "%s not found up to revision %d" msgstr "%s não encontrado até revisão %d" msgid "scanning paths" msgstr "varrendo caminhos" #, python-format msgid "found parent of branch %s at %d: %s\n" msgstr "encontrado pai do ramo %s em %d: %s\n" #, python-format msgid "fetching revision log for \"%s\" from %d to %d\n" msgstr "obtendo log da revisão para \"%s\" de %d até %d\n" #, python-format msgid "svn: branch has no revision %s" msgstr "svn: ramo não tem a revisão %s" #, python-format msgid "initializing svn repository %r\n" msgstr "iniciando repositório svn %r\n" #, python-format msgid "initializing svn working copy %r\n" msgstr "iniciando cópia de trabalho do svn %r\n" msgid "unexpected svn output:\n" msgstr "saída do svn inesperada:\n" msgid "unable to cope with svn output" msgstr "incapaz de lidar com saída do svn" msgid "writing Subversion tags is not yet implemented\n" msgstr "a escrita de tags do Subversion ainda não foi implementada\n" msgid "automatically manage newlines in repository files" msgstr "gerencia automaticamente quebras de linha em arquivos no repositório" msgid "" "This extension allows you to manage the type of line endings (CRLF or\n" "LF) that are used in the repository and in the local working\n" "directory. That way you can get CRLF line endings on Windows and LF on\n" "Unix/Mac, thereby letting everybody use their OS native line endings." msgstr "" "Esta extensão gerencia o tipo de quebras de linha (CRLF ou LF) que\n" "são usados no repositório e no diretório de trabalho local. Dessa\n" "maneira você terá quebras de linha CRLF no Windows e LF no Unix/Mac,\n" "permitindo que todos usem quebras de linha nativas em cada sistema." msgid "" "The extension reads its configuration from a versioned ``.hgeol``\n" "configuration file every time you run an ``hg`` command. The\n" "``.hgeol`` file use the same syntax as all other Mercurial\n" "configuration files. It uses two sections, ``[patterns]`` and\n" "``[repository]``." msgstr "" "A extensão lê sua configuração de um arquivo versionado chamado\n" "``.hgeol`` cada vez que você executar um comando ``hg``. O arquivo\n" "``.hgeol`` usa a mesma sintaxe que outros arquivos de configuração\n" "do Mercurial. Ele usa duas seções ``[patterns]`` e ``[repository]``." msgid "" "The ``[patterns]`` section specifies how line endings should be\n" "converted between the working copy and the repository. The format is\n" "specified by a file pattern. The first match is used, so put more\n" "specific patterns first. The available line endings are ``LF``,\n" "``CRLF``, and ``BIN``." msgstr "" "A seção ``[patterns]`` especifica como quebras de linha devem ser\n" "convertidas entre o diretório de trabalho e o repositório.\n" "O formato é especificado por um padrão de nomes\n" "de arquivo. O primeiro padrão que combinar será usado, de modo que\n" "padrões mais específicos devem ser especificados primeiro. Os tipos\n" "de quebra de linha disponíveis são ``LF``, ``CRLF`` e ``BIN``." msgid "" "Files with the declared format of ``CRLF`` or ``LF`` are always\n" "checked out and stored in the repository in that format and files\n" "declared to be binary (``BIN``) are left unchanged. Additionally,\n" "``native`` is an alias for checking out in the platform's default line\n" "ending: ``LF`` on Unix (including Mac OS X) and ``CRLF`` on\n" "Windows. Note that ``BIN`` (do nothing to line endings) is Mercurial's\n" "default behaviour; it is only needed if you need to override a later,\n" "more general pattern." msgstr "" "Arquivos com formato declarado como ``CRLF`` ou ``LF`` são sempre trazidos\n" "para o diretório de trabalho e guardados no repositório no tal formato,\n" "e arquivos declarados como\n" "binários (``BIN``) não são alterados. Adicionalmente, ``native`` é um\n" "apelido para trazer o arquivo para o diretório de trabalho\n" "no tipo de quebra de linha padrão na plataforma: ``LF`` em\n" "Unix (inclusive no Mac OS X) e ``CRLF`` no Windows. Note que ``BIN`` (não\n" "fazer nada em relação a quebra de linhas) é o comportamento padrão do\n" "Mercurial; em geral só é necessário se você precisar sobrepor um padrão\n" "posterior mais geral." msgid "" "The optional ``[repository]`` section specifies the line endings to\n" "use for files stored in the repository. It has a single setting,\n" "``native``, which determines the storage line endings for files\n" "declared as ``native`` in the ``[patterns]`` section. It can be set to\n" "``LF`` or ``CRLF``. The default is ``LF``. For example, this means\n" "that on Windows, files configured as ``native`` (``CRLF`` by default)\n" "will be converted to ``LF`` when stored in the repository. Files\n" "declared as ``LF``, ``CRLF``, or ``BIN`` in the ``[patterns]`` section\n" "are always stored as-is in the repository." msgstr "" "A seção opcional ``[repository]`` especifica as quebras de linha a\n" "serem usadas para arquivos armazenados no repositório. Ela possui uma\n" "única configuração, ``native``, que determina as quebras de linha\n" "armazenadas para arquivos declarados como ``native`` na seção \n" "``[patterns]``. Pode ser definida para ``LF`` ou ``CRLF``. O padrão é\n" "``LF``. Isso quer dizer que no Windows os arquivos configurados como\n" "``native`` (``CRLF`` por padrão) serão convertidos para ``LF`` ao serem\n" "armazenados no repositório. Arquivos declarados como ``LF``, ``CRLF``\n" "ou ``BIN`` na seção ``[patterns]`` são sempre armazenados da maneira\n" "correspondente no repositório." msgid "Example versioned ``.hgeol`` file::" msgstr "Um exemplo do arquivo versionado ``.hgeol``::" msgid "" " [patterns]\n" " **.py = native\n" " **.vcproj = CRLF\n" " **.txt = native\n" " Makefile = LF\n" " **.jpg = BIN" msgstr "" " [patterns]\n" " **.py = native\n" " **.vcproj = CRLF\n" " **.txt = native\n" " Makefile = LF\n" " **.jpg = BIN" msgid "" " [repository]\n" " native = LF" msgstr "" " [repository]\n" " native = LF" msgid "" ".. note::\n" " The rules will first apply when files are touched in the working\n" " copy, e.g. by updating to null and back to tip to touch all files." msgstr "" ".. note::\n" " As regras passarão a ser aplicadas a partir do momento em que os\n" " arquivos forem mexidos na cópia de trabalho, por exemplo após um\n" " update para null e de volta para a revisão atual para mexer em\n" " todos os arquivos." msgid "" "The extension uses an optional ``[eol]`` section in your hgrc file\n" "(not the ``.hgeol`` file) for settings that control the overall\n" "behavior. There are two settings:" msgstr "" "A extensão também usa uma seção opcional ``[eol]`` em seu arquivo\n" "hgrc (diferente do arquivo ``.hgeol``) para configurações que controlam\n" "seu comportamento geral. Há duas configurações:" msgid "" "- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n" " ``CRLF`` to override the default interpretation of ``native`` for\n" " checkout. This can be used with :hg:`archive` on Unix, say, to\n" " generate an archive where files have line endings for Windows." msgstr "" "- ``eol.native`` (padrão ``os.linesep``) pode ser definido como\n" " ``LF`` ou ``CRLF`` para sobrepor a interpretação padrão de\n" " ``native`` para o checkout. Isto pode por exemplo ser usado com\n" " :hg:`archive` no Unix para gerar um pacote com arquivos contendo\n" " quebras de linha Windows." msgid "" "- ``eol.only-consistent`` (default True) can be set to False to make\n" " the extension convert files with inconsistent EOLs. Inconsistent\n" " means that there is both ``CRLF`` and ``LF`` present in the file.\n" " Such files are normally not touched under the assumption that they\n" " have mixed EOLs on purpose." msgstr "" "- ``eol.only-consistent`` (padrão True) pode ser definido como False\n" " para que a extensão converta arquivos com quebras de linha inconsistentes\n" " - arquivos que possuam tanto quebras de linha ``CRLF`` como ``LF``.\n" " Tais arquivos normalmente não são alterados, assumindo que a mistura de\n" " quebras de linha seja intencional." msgid "" "The ``win32text.forbid*`` hooks provided by the win32text extension\n" "have been unified into a single hook named ``eol.hook``. The hook will\n" "lookup the expected line endings from the ``.hgeol`` file, which means\n" "you must migrate to a ``.hgeol`` file first before using the hook." msgstr "" "Os ganchos ``win32text.forbid*`` fornecidos pela extensão win32text\n" "foram unificados em um único gancho chamado ``eol.hook``. Esse\n" "gancho procura pela configuração de quebra de linha no arquivo\n" "``.hgeol``, de modo que você precisa migrar para um arquivo\n" "``.hgeol`` para poder usar o gancho." msgid "" "See :hg:`help patterns` for more information about the glob patterns\n" "used.\n" msgstr "" "Veja :hg:`help patterns` para mais informações sobre os padrões de nome de\n" "arquivo usados.\n" #, python-format msgid "%s should not have CRLF line endings" msgstr "%s não deve ter quebras de linha CRLF" #, python-format msgid "%s should not have LF line endings" msgstr "%s não deve ter quebras de linha LF" msgid "the eol extension is incompatible with the win32text extension" msgstr "a extensão eol é incompatível com a extensão win32text" #, python-format msgid "ignoring unknown EOL style '%s' from %s\n" msgstr "ignorado estilo de quebra de linha desconhecido '%s' de %s\n" #, python-format msgid "inconsistent newline style in %s\n" msgstr "estilo de quebra de linha inconsistente em %s\n" msgid "command to allow external programs to compare revisions" msgstr "comando que usa programas externos para comparar revisões" msgid "" "The extdiff Mercurial extension allows you to use external programs\n" "to compare revisions, or revision with working directory. The external\n" "diff programs are called with a configurable set of options and two\n" "non-option arguments: paths to directories containing snapshots of\n" "files to compare." msgstr "" "A extensão extdiff do Mercurial permite o uso de programas externos\n" "para comparar revisões ou revisões e a cópia local. Os programas de\n" "diff externos são chamados com um conjunto configurável de opções e\n" "dois argumentos: caminhos para diretórios contendo cópias temporárias\n" "dos arquivos a serem comparados." msgid "" "The extdiff extension also allows to configure new diff commands, so\n" "you do not need to type :hg:`extdiff -p kdiff3` always. ::" msgstr "" "A extensão extdiff também permite configurar novos comandos\n" "de diff, de modo que você não precise sempre digitar\n" ":hg:`extdiff -p kdiff3`. ::" msgid "" " [extdiff]\n" " # add new command that runs GNU diff(1) in 'context diff' mode\n" " cdiff = gdiff -Nprc5\n" " ## or the old way:\n" " #cmd.cdiff = gdiff\n" " #opts.cdiff = -Nprc5" msgstr "" " [extdiff]\n" " # adiciona um novo comando que executa o GNU diff(1) em modo\n" " # 'context diff'\n" " cdiff = gdiff -Nprc5\n" " ## ou do modo antigo:\n" " #cmd.cdiff = gdiff\n" " #opts.cdiff = -Nprc5" msgid "" " # add new command called vdiff, runs kdiff3\n" " vdiff = kdiff3" msgstr "" " # adiciona um novo comando chamado vdiff, executa o kdiff3\n" " vdiff = kdiff3" msgid "" " # add new command called meld, runs meld (no need to name twice)\n" " meld =" msgstr "" " # adiciona um novo comando chamado meld, executa o meld\n" " # (não é necessário nomeá-lo duas vezes)\n" " meld =" msgid "" " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n" " # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n" " # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n" " # your .vimrc\n" " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'" msgstr "" " # adiciona um novo comando chamado vimdiff, executa gvimdiff\n" " # com o plugin DirDiff\n" " #(veja http://www.vim.org/scripts/script.php?script_id=102)\n" " # Esteja certo de colocar \"let g:DirDiffDynamicDiffText = 1\"\n" " # em seu .vimrc\n" " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'" msgid "Tool arguments can include variables that are expanded at runtime::" msgstr "Parâmetros de ferramentas podem incluir variáveis que são expandidas durante a execução::" msgid "" " $parent1, $plabel1 - filename, descriptive label of first parent\n" " $child, $clabel - filename, descriptive label of child revision\n" " $parent2, $plabel2 - filename, descriptive label of second parent\n" " $parent is an alias for $parent1." msgstr "" " $parent1, $plabel1 - nome de arquivo, rótulo descritivo do primeiro pai\n" " $child, $clabel - nome de arquivo, rótulo descritivo da revisão filha\n" " $parent2, $plabel2 - nome de arquivo, rótulo descritivo do segundo pai\n" " $parent é um apelido para $parent1." msgid "" "The extdiff extension will look in your [diff-tools] and [merge-tools]\n" "sections for diff tool arguments, when none are specified in [extdiff]." msgstr "" "A extensão extdiff irá ler configurações nas seções [diff-tools] e\n" "[merge-tools] para determinar os parâmetros das ferramentas de diff,\n" "se nenhum for especificado em [extdiff]." msgid "" " [extdiff]\n" " kdiff3 =" msgstr "" " [extdiff]\n" " kdiff3 =" msgid "" " [diff-tools]\n" " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child" msgstr "" " [diff-tools]\n" " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child" msgid "" "You can use -I/-X and list of file or directory names like normal\n" ":hg:`diff` command. The extdiff extension makes snapshots of only\n" "needed files, so running the external diff program will actually be\n" "pretty fast (at least faster than having to compare the entire tree).\n" msgstr "" "Você pode usar -I/-X e uma lista de nomes de arquivos ou diretórios\n" "como no comando :hg:`diff` normal. A extensão extdiff faz cópias\n" "temporárias apenas dos arquivos necessários, de modo que a execução\n" "do diff externo seja rápida (ao menos mais rápida que comparar a\n" "árvore completa).\n" #, python-format msgid "making snapshot of %d files from rev %s\n" msgstr "fazendo fotografia de %d arquivos da revisão %s\n" #, python-format msgid "making snapshot of %d files from working directory\n" msgstr "fazendo fotografia de %d arquivos do diretório de trabalho\n" msgid "cannot specify --rev and --change at the same time" msgstr "não é possível especificar simultaneamente --rev e --change" msgid "cleaning up temp directory\n" msgstr "limpando o diretório temporário\n" msgid "use external program to diff repository (or selected files)" msgstr "usa um programa externo para exibir diffs do repositório ou arquivos" msgid "" " Show differences between revisions for the specified files, using\n" " an external program. The default program used is diff, with\n" " default options \"-Npru\"." msgstr "" " Mostra diferenças entre revisões para os arquivos especificados,\n" " usando um programa externo. O programa padrão usado é o diff, com\n" " as opções padrão \"-Npru\"." msgid "" " To select a different program, use the -p/--program option. The\n" " program will be passed the names of two directories to compare. To\n" " pass additional options to the program, use -o/--option. These\n" " will be passed before the names of the directories to compare." msgstr "" " Para selecionar um programa diferente, use a opção -p/--program.\n" " Ao programa serão passados os nomes de dois diretórios para\n" " comparar. Para passar opções adicionais para o programa, use a\n" " opção -o/--option. Estas serão passadas antes dos nomes dos\n" " diretórios a serem comparados." msgid "" " When two revision arguments are given, then changes are shown\n" " between those revisions. If only one revision is specified then\n" " that revision is compared to the working directory, and, when no\n" " revisions are specified, the working directory files are compared\n" " to its parent." msgstr "" " Quando dois argumentos de revisão forem dados, são exibidas as\n" " mudanças entre essas revisões. Se apenas uma revisão for\n" " especificada, tal revisão será comparada com o diretório de\n" " trabalho, e se nenhuma revisão for especificada, os arquivos do\n" " diretório de trabalho serão comparados com seu pai." msgid "CMD" msgstr "COMANDO" msgid "comparison program to run" msgstr "programa de comparação a executar" msgid "OPT" msgstr "OPÇÃO" msgid "pass option to comparison program" msgstr "passa opções para o programa de comparação" msgid "change made by revision" msgstr "mudança feita pela revisão" msgid "hg extdiff [OPT]... [FILE]..." msgstr "hg extdiff [OPÇÃO]... [ARQUIVO]..." #, python-format msgid "use %(path)s to diff repository (or selected files)" msgstr "usa %(path)s para exibir diffs do repositório ou arquivos" #, python-format msgid "" " Show differences between revisions for the specified files, using\n" " the %(path)s program." msgstr "" " Mostra diferenças entre revisões para os arquivos especificados,\n" " usando o programa %(path)s." #, python-format msgid "hg %s [OPTION]... [FILE]..." msgstr "hg %s [OPÇÃO]... [ARQUIVO]..." msgid "pull, update and merge in one command" msgstr "pull, update e merge em um comando" msgid "pull changes from a remote repository, merge new changes if needed." msgstr "traz mudanças de um repositório remoto, mesclando se necessário" msgid "" " This finds all changes from the repository at the specified path\n" " or URL and adds them to the local repository." msgstr "" " Este comando localiza todas as mudanças do repositório na URL ou\n" " caminho especificado e as adiciona ao repositório local." msgid "" " If the pulled changes add a new branch head, the head is\n" " automatically merged, and the result of the merge is committed.\n" " Otherwise, the working directory is updated to include the new\n" " changes." msgstr "" " Se as mudanças trazidas adicionarem uma nova cabeça de ramo, essa\n" " cabeça será automaticamente mesclada, e o resultado da mesclagem\n" " será consolidado. Caso contrário, o diretório de trabalho será\n" " atualizado para incluir as novas mudanças." msgid "" " When a merge occurs, the newly pulled changes are assumed to be\n" " \"authoritative\". The head of the new changes is used as the first\n" " parent, with local changes as the second. To switch the merge\n" " order, use --switch-parent." msgstr "" " Quando ocorre uma mesclagem, assume-se que as novas mudanças\n" " trazidas sejam \"autoritativas\". A nova cabeça é usada como\n" " primeiro pai, e as mudanças locais como o segundo. Para mudar a\n" " ordem de mesclagem, use --switch-parent." msgid " See :hg:`help dates` for a list of formats valid for -d/--date." msgstr "" " Veja :hg:`help dates` para obter uma lista de todos os formatos\n" " válidos para -d/--date." msgid "" " Returns 0 on success.\n" " " msgstr "" " Devolve 0 para indicar sucesso.\n" " " msgid "working dir not at branch tip (use \"hg update\" to check out branch tip)" msgstr "o diretório de trabalho não está na tip do ramo (use \"hg update\" para obter a tip do ramo)" msgid "outstanding uncommitted merge" msgstr "mesclagem não consolidada pendente" msgid "outstanding uncommitted changes" msgstr "alterações não consolidadas pendentes" msgid "working directory is missing some files" msgstr "estão faltando alguns arquivos no diretório de trabalho" msgid "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)" msgstr "múltiplas cabeças nesse ramo (use \"hg heads .\" e \"hg merge\" para mesclar" #, python-format msgid "pulling from %s\n" msgstr "trazendo revisões de %s\n" msgid "Other repository doesn't support revision lookup, so a rev cannot be specified." msgstr "O outro repositório não suporta busca por revisão, portanto uma revisão não pode ser especificada." #, python-format msgid "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge\" to merge them)\n" msgstr "não mesclando com %d outros novas cabeças de ramo (use \"hg heads .\" e \"hg merge\" para mescla-los)\n" #, python-format msgid "updating to %d:%s\n" msgstr "atualizando para %d:%s\n" #, python-format msgid "merging with %d:%s\n" msgstr "mesclando com %d:%s\n" #, python-format msgid "new changeset %d:%s merges remote changes with local\n" msgstr "nova revisão %d:%s mescla alterações remotas com local\n" msgid "a specific revision you would like to pull" msgstr "uma revisão específica que você gostaria de trazer" msgid "edit commit message" msgstr "editar mensagem de consolidação" msgid "edit commit message (DEPRECATED)" msgstr "editar mensagem de consolidação (OBSOLETO)" msgid "switch parents when merging" msgstr "troca de pais quando mesclando" msgid "hg fetch [SOURCE]" msgstr "hg fetch [ORIGEM]" msgid "commands to sign and verify changesets" msgstr "comando para assinar e verificar revisões" msgid "error while verifying signature" msgstr "erro verificando assinatura" #, python-format msgid "%s Bad signature from \"%s\"\n" msgstr "Assinatura %s ruim de \"%s\"\n" #, python-format msgid "%s Note: Signature has expired (signed by: \"%s\")\n" msgstr "%s Nota: A assinatura expirou (assinado por: \"%s\")\n" #, python-format msgid "%s Note: This key has expired (signed by: \"%s\")\n" msgstr "%s Nota: Esta chave expirou (assinada por: \"%s\")\n" msgid "list signed changesets" msgstr "lista as revisões assinadas" #, python-format msgid "%s:%d node does not exist\n" msgstr "nó %s:%d não existe\n" msgid "verify all the signatures there may be for a particular revision" msgstr "verifica todas as assinaturas que podem existir para uma revisão em particular" #, python-format msgid "No valid signature for %s\n" msgstr "Assinatura inválida para %s\n" msgid "add a signature for the current or given revision" msgstr "adiciona uma assinatura para a revisão atual ou pedida" msgid "" " If no revision is given, the parent of the working directory is used,\n" " or tip if no revision is checked out." msgstr "" " Se não for dada uma versão, será usado o pai do diretório de\n" " trabalho, ou a tip se o diretório de trabalho não estiver em\n" " nenhuma revisão." msgid "" " See :hg:`help dates` for a list of formats valid for -d/--date.\n" " " msgstr "" " Veja :hg:`help dates` para uma lista de formatos válidos para\n" " -d/--date.\n" " " msgid "uncommitted merge - please provide a specific revision" msgstr "mesclagem não consolidada - por favor forneça uma revisão específica" #, python-format msgid "Signing %d:%s\n" msgstr "Assinando %d: %s\n" msgid "error while signing" msgstr "erro ao assinar" msgid "working copy of .hgsigs is changed (please commit .hgsigs manually or use --force)" msgstr "a cópia de trabalho de .hgsigs foi mudada (por favor consolide .hgsigs manualmente ou use --force)" msgid "unknown signature version" msgstr "versão de assinatura desconhecida" msgid "make the signature local" msgstr "torna a assinatura local" msgid "sign even if the sigfile is modified" msgstr "assina mesmo se o arquivo de assinatura está modificado" msgid "do not commit the sigfile after signing" msgstr "não consolida o arquivo de assinaturas após assinar" msgid "ID" msgstr "ID" msgid "the key id to sign with" msgstr "o id da chave com a qual assinar" msgid "TEXT" msgstr "TEXTO" msgid "commit message" msgstr "mensagem de consolidação" msgid "hg sign [OPTION]... [REVISION]..." msgstr "hg sign [OPÇÃO]... [REVISÃO]..." msgid "hg sigcheck REVISION" msgstr "hg sigcheck REVISÃO" msgid "hg sigs" msgstr "hg sigs" msgid "command to view revision graphs from a shell" msgstr "comando para exibir grafos de revisão em terminais modo texto" msgid "" "This extension adds a --graph option to the incoming, outgoing and log\n" "commands. When this options is given, an ASCII representation of the\n" "revision graph is also shown.\n" msgstr "" "Esta extensão adiciona uma opção --graph aos comandos incoming,\n" "outgoing e log. Quando esta opção for passada, também será mostrada\n" "uma representação ASCII do grafo de revisões.\n" #, python-format msgid "--graph option is incompatible with --%s" msgstr "a opção --graph é incompatível com --%s" msgid "show revision history alongside an ASCII revision graph" msgstr "mostra histórico de revisões ao lado de um grafo ASCII de revisões" msgid "" " Print a revision history alongside a revision graph drawn with\n" " ASCII characters." msgstr "" " Imprime um histórico de revisões ao lado de um grafo de revisões\n" " desenhado com caracteres ASCII." msgid "" " Nodes printed as an @ character are parents of the working\n" " directory.\n" " " msgstr "" " Nós impressos como um caractere @ são pais do diretório de\n" " trabalho.\n" " " msgid "show the revision DAG" msgstr "mostra o grafo de revisões" msgid "NUM" msgstr "NÚMERO" msgid "limit number of changes displayed" msgstr "número limite de mudanças exibidas" msgid "show patch" msgstr "mostra o patch" msgid "show the specified revision or range" msgstr "mostra a revisão ou sequência de revisões especificada" msgid "hg glog [OPTION]... [FILE]" msgstr "hg glog [OPÇÃO]... [ARQUIVO]" msgid "hooks for integrating with the CIA.vc notification service" msgstr "ganchos para integração com o serviço de notificação CIA.vc" msgid "" "This is meant to be run as a changegroup or incoming hook. To\n" "configure it, set the following options in your hgrc::" msgstr "" "Isto deve ser executado como um gancho changegroup ou incoming.\n" "Para configurá-lo, defina as seguintes opções em seu hgrc::" msgid "" " [cia]\n" " # your registered CIA user name\n" " user = foo\n" " # the name of the project in CIA\n" " project = foo\n" " # the module (subproject) (optional)\n" " #module = foo\n" " # Append a diffstat to the log message (optional)\n" " #diffstat = False\n" " # Template to use for log messages (optional)\n" " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n" " # Style to use (optional)\n" " #style = foo\n" " # The URL of the CIA notification service (optional)\n" " # You can use mailto: URLs to send by email, eg\n" " # mailto:cia@cia.vc\n" " # Make sure to set email.from if you do this.\n" " #url = http://cia.vc/\n" " # print message instead of sending it (optional)\n" " #test = False" msgstr "" " [cia]\n" " # seu nome de usuário CIA registrado\n" " user = foo\n" " # o nome do projeto CIA\n" " project = foo\n" " # o módulo (subprojeto) (opcional)\n" " #module = foo\n" " # Anexa um diffstat à mensagem de log (opcional)\n" " #diffstat = False\n" " # Modelo a ser usado em mensagens de log (opcional)\n" " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n" " # Estilo a ser usado (opcional)\n" " #style = foo\n" " # A URL do serviço de notificação CIA (opcional)\n" " # Você pode usar URLs mailto: para enviar por e-mail, por exemplo\n" " # mailto:cia@cia.vc\n" " # Certifique-se de definir email.from se você fizer isso.\n" " #url = http://cia.vc/\n" " # imprime a mensagem ao invés de enviá-la (opcional)\n" " #test = False" msgid "" " [hooks]\n" " # one of these:\n" " changegroup.cia = python:hgcia.hook\n" " #incoming.cia = python:hgcia.hook" msgstr "" " [hooks]\n" " # use um destes:\n" " changegroup.cia = python:hgcia.hook\n" " #incoming.cia = python:hgcia.hook" msgid "" " [web]\n" " # If you want hyperlinks (optional)\n" " baseurl = http://server/path/to/repo\n" msgstr "" " [web]\n" " # Se você desejar hyperlinks (opcional)\n" " baseurl = http://server/path/to/repo\n" #, python-format msgid "%s returned an error: %s" msgstr "%s devolveu um erro: %s" #, python-format msgid "hgcia: sending update to %s\n" msgstr "hgcia: enviando atualização para %s\n" msgid "email.from must be defined when sending by email" msgstr "email.from deve estar definido ao enviar por e-mail" msgid "browse the repository in a graphical way" msgstr "visualiza o repositório em modo gráfico" msgid "" "The hgk extension allows browsing the history of a repository in a\n" "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n" "distributed with Mercurial.)" msgstr "" "A extensão hgk permite visualizar o histórico de um repositório\n" "graficamente. Ela requer o Tcl/Tk versão 8.4 ou posterior. (Tcl/Tk\n" "não é distribuído com o Mercurial.)" msgid "" "hgk consists of two parts: a Tcl script that does the displaying and\n" "querying of information, and an extension to Mercurial named hgk.py,\n" "which provides hooks for hgk to get information. hgk can be found in\n" "the contrib directory, and the extension is shipped in the hgext\n" "repository, and needs to be enabled." msgstr "" "hgk consiste de duas partes: um script Tcl que faz a exibição e\n" "consulta de informações, e uma extensão do Mercurial chamada hgk.py,\n" "que provê ganchos para o hgk obter informações. O hgk pode ser\n" "encontrado no diretório contrib, e o hgk.py pode ser encontrado no\n" "diretório hgext (e precisa ser habilitado)." msgid "" "The :hg:`view` command will launch the hgk Tcl script. For this command\n" "to work, hgk must be in your search path. Alternately, you can specify\n" "the path to hgk in your configuration file::" msgstr "" "O comando :hg:`view` irá lançar o script Tcl hgk. Para esse comando\n" "funcionar, hgk deve estar em seu caminho de busca. Alternativamente,\n" "você pode especificar o caminho para o hgk em seu arquivo de\n" "configuração::" msgid "" " [hgk]\n" " path=/location/of/hgk" msgstr "" " [hgk]\n" " path=/localização/do/hgk" msgid "" "hgk can make use of the extdiff extension to visualize revisions.\n" "Assuming you had already configured extdiff vdiff command, just add::" msgstr "" "O hgk pode usar a extensão extdiff para visualizar revisões.\n" "Assumindo que você já configurou o comando vdiff da extdiff, basta\n" "adicionar::" msgid "" " [hgk]\n" " vdiff=vdiff" msgstr "" " [hgk]\n" " vdiff=vdiff" msgid "" "Revisions context menu will now display additional entries to fire\n" "vdiff on hovered and selected revisions.\n" msgstr "" "Os menus de contexto das revisões vão agora mostrar entradas\n" "adicionais para disparar o vdiff em revisões selecionadas.\n" msgid "diff trees from two commits" msgstr "calcula a diferença entre duas revisões" msgid "output common ancestor information" msgstr "exibe informação de ancestral comum" msgid "cat a specific revision" msgstr "copia para a saída uma revisão específica" msgid "cat-file: type or revision not supplied\n" msgstr "cat-file: tipo ou revisão não fornecido\n" msgid "aborting hg cat-file only understands commits\n" msgstr "abortando; hg cat-file entende apenas commits\n" msgid "parse given revisions" msgstr "decodifica as revisões dadas" msgid "print revisions" msgstr "imprime as revisões" msgid "print extension options" msgstr "imprime opções da extensão" msgid "start interactive history viewer" msgstr "inicia um visualizador de histórico interativo" msgid "hg view [-l LIMIT] [REVRANGE]" msgstr "hg view [-l LIMITE] [SEQUÊNCIADEREVISÕES]" msgid "generate patch" msgstr "gera patch" msgid "recursive" msgstr "recursivo" msgid "pretty" msgstr "bonito" msgid "stdin" msgstr "stdin" msgid "detect copies" msgstr "detecta cópias" msgid "search" msgstr "procura" msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..." msgstr "hg git-diff-tree [OPÇÃO]... NÓ1 NÓ2 [ARQUIVO]..." msgid "hg debug-cat-file [OPTION]... TYPE FILE" msgstr "hg debug-cat-file [OPÇÃO]... TIPO ARQUIVO" msgid "hg debug-config" msgstr "hg debug-config" msgid "hg debug-merge-base REV REV" msgstr "hg debug-merge-base REV REV" msgid "ignored" msgstr "ignorado" msgid "hg debug-rev-parse REV" msgstr "hg debug-rev-parse REV" msgid "header" msgstr "cabeçalho" msgid "topo-order" msgstr "ordem topológica" msgid "parents" msgstr "pais" msgid "max-count" msgstr "número máximo" msgid "hg debug-rev-list [OPTION]... REV..." msgstr "hg debug-rev-list [OPÇÃO]... REV..." msgid "syntax highlighting for hgweb (requires Pygments)" msgstr "realce de sintaxe para o hgweb (requer Pygments)" msgid "" "It depends on the Pygments syntax highlighting library:\n" "http://pygments.org/" msgstr "" "Esta extensão depende da biblioteca Pygments de realce de sintaxe:\n" "http://pygments.org/" msgid "There is a single configuration option::" msgstr "Há uma única opção de configuração::" msgid "" " [web]\n" " pygments_style =