1# Portuguese translations for Git package. 2# Copyright (C) 2012 Marco Sousa <marcomsousa AT gmail.com> 3# Copyright (C) 2016 Vasco Almeida <vascomalmeida@sapo.pt> 4# This file is distributed under the same license as the Git package. 5# Contributors: 6# - Marco Sousa <marcomsousa AT gmail.com> 7# Vasco Almeida <vascomalmeida@sapo.pt>, 2016. 8msgid "" 9msgstr "" 10"Project-Id-Version: Git\n" 11"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 12"POT-Creation-Date: 2016-05-24 23:42+0800\n" 13"PO-Revision-Date: 2016-05-31 18:17+0000\n" 14"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" 15"Language-Team: Portuguese\n" 16"Language: pt\n" 17"MIME-Version: 1.0\n" 18"Content-Type: text/plain; charset=UTF-8\n" 19"Content-Transfer-Encoding: 8bit\n" 20"Plural-Forms: nplurals=2; plural=(n != 1);\n" 21"X-Generator: Virtaal 0.7.1\n" 22 23#: advice.c:55 24#, c-format 25msgid "hint: %.*s\n" 26msgstr "sugestão: %.*s\n" 27 28#: advice.c:88 29msgid "" 30"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 31"as appropriate to mark resolution and make a commit." 32msgstr "" 33"Corrija-os na árvore de trabalho e use 'git add/rm <ficheiro>'\n" 34"conforme apropriado para marcá-los como resolvidos e submeta." 35 36#: advice.c:101 builtin/merge.c:1238 37msgid "You have not concluded your merge (MERGE_HEAD exists)." 38msgstr "Não concluído a integração (MERGE_HEAD presente)." 39 40#: advice.c:103 41msgid "Please, commit your changes before merging." 42msgstr "Submeta as suas alterações antes de integrar." 43 44#: advice.c:104 45msgid "Exiting because of unfinished merge." 46msgstr "A terminar devido a integração incompleta." 47 48#: archive.c:12 49msgid "git archive [<options>] <tree-ish> [<path>...]" 50msgstr "git archive [<opções>] <árvore-etc> [<caminho>...]" 51 52#: archive.c:13 53msgid "git archive --list" 54msgstr "git archive --list" 55 56#: archive.c:14 57msgid "" 58"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 59msgstr "" 60"git archive --remote <repo> [--exec <cmd>] [<opções>] <árvore-etc> " 61"[<caminho>...]" 62 63#: archive.c:15 64msgid "git archive --remote <repo> [--exec <cmd>] --list" 65msgstr "git archive --remote <repo> [--exec <cmd>] --list" 66 67#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327 68#, c-format 69msgid "pathspec '%s' did not match any files" 70msgstr "o especificador de caminho '%s' não corresponde a nenhum ficheiro" 71 72#: archive.c:429 73msgid "fmt" 74msgstr "fmt" 75 76#: archive.c:429 77msgid "archive format" 78msgstr "formato do arquivo" 79 80#: archive.c:430 builtin/log.c:1395 81msgid "prefix" 82msgstr "prefixo" 83 84#: archive.c:431 85msgid "prepend prefix to each pathname in the archive" 86msgstr "preceder o prefixo a cada nome de caminho dentro do arquivo" 87 88#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548 89#: builtin/blame.c:2549 builtin/config.c:60 builtin/fast-export.c:987 90#: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100 91#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398 92#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153 93msgid "file" 94msgstr "ficheiro" 95 96#: archive.c:433 builtin/archive.c:89 97msgid "write the archive to this file" 98msgstr "escrever o arquivo para este ficheiro" 99 100#: archive.c:435 101msgid "read .gitattributes in working directory" 102msgstr "ler .gitattributes do diretório de trabalho" 103 104#: archive.c:436 105msgid "report archived files on stderr" 106msgstr "listar ficheiros arquivados para stderr" 107 108#: archive.c:437 109msgid "store only" 110msgstr "armazenar apenas" 111 112#: archive.c:438 113msgid "compress faster" 114msgstr "compressão rápida" 115 116#: archive.c:446 117msgid "compress better" 118msgstr "compressão ótima" 119 120#: archive.c:449 121msgid "list supported archive formats" 122msgstr "listar formatos de arquivo suportados" 123 124#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82 125#: builtin/submodule--helper.c:776 126msgid "repo" 127msgstr "repo" 128 129#: archive.c:452 builtin/archive.c:91 130msgid "retrieve the archive from remote repository <repo>" 131msgstr "obter o arquivo a partir do repositório remoto <repo>" 132 133#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482 134msgid "command" 135msgstr "comando" 136 137#: archive.c:454 builtin/archive.c:93 138msgid "path to the remote git-upload-archive command" 139msgstr "caminho para o comando git-upload-archive no remoto" 140 141#: attr.c:263 142msgid "" 143"Negative patterns are ignored in git attributes\n" 144"Use '\\!' for literal leading exclamation." 145msgstr "" 146"Os padrões negativos são ignorados nos atributos do git\n" 147"Use '\\!' para uma exclamação literal à esquerda." 148 149#: branch.c:53 150#, c-format 151msgid "" 152"\n" 153"After fixing the error cause you may try to fix up\n" 154"the remote tracking information by invoking\n" 155"\"git branch --set-upstream-to=%s%s%s\"." 156msgstr "" 157"\n" 158"Após resolver a causa do erro, pode tentar corrigir\n" 159"o ramo remoto que deve ser seguido, invocando\n" 160"\"git branch --set-upstream-to=%s%s%s\"." 161 162#: branch.c:67 163#, c-format 164msgid "Not setting branch %s as its own upstream." 165msgstr "O ramo %s não foi configurado com ramo a montante dele próprio." 166 167#: branch.c:93 168#, c-format 169msgid "Branch %s set up to track remote branch %s from %s by rebasing." 170msgstr "Ramo %s configurado para seguir o ramo remoto %s de %s por rebase." 171 172#: branch.c:94 173#, c-format 174msgid "Branch %s set up to track remote branch %s from %s." 175msgstr "Ramo %s configurado para seguir o ramo remoto %s de %s." 176 177#: branch.c:98 178#, c-format 179msgid "Branch %s set up to track local branch %s by rebasing." 180msgstr "Ramo %s configurado para seguir o ramo local %s por rebase." 181 182#: branch.c:99 183#, c-format 184msgid "Branch %s set up to track local branch %s." 185msgstr "Ramo %s configurado para seguir o ramo local %s." 186 187#: branch.c:104 188#, c-format 189msgid "Branch %s set up to track remote ref %s by rebasing." 190msgstr "Ramo %s configurado para seguir a referência remota %s por rebase." 191 192#: branch.c:105 193#, c-format 194msgid "Branch %s set up to track remote ref %s." 195msgstr "Ramo %s configurado para seguir a referência remota %s." 196 197#: branch.c:109 198#, c-format 199msgid "Branch %s set up to track local ref %s by rebasing." 200msgstr "Ramo %s configurado para seguir a referência local %s por rebase." 201 202#: branch.c:110 203#, c-format 204msgid "Branch %s set up to track local ref %s." 205msgstr "Ramo %s configurado para seguir a referência local %s." 206 207#: branch.c:119 208msgid "Unable to write upstream branch configuration" 209msgstr "Não foi possível escrever a configuração do ramo a montante" 210 211#: branch.c:156 212#, c-format 213msgid "Not tracking: ambiguous information for ref %s" 214msgstr "Não seguido: informação da referência %s ambígua" 215 216#: branch.c:185 217#, c-format 218msgid "'%s' is not a valid branch name." 219msgstr "'%s' não é um nome válido para um ramo." 220 221#: branch.c:190 222#, c-format 223msgid "A branch named '%s' already exists." 224msgstr "Já existe um ramo designado '%s'." 225 226#: branch.c:198 227msgid "Cannot force update the current branch." 228msgstr "Não é possível forçar a atualização do ramo atual." 229 230#: branch.c:218 231#, c-format 232msgid "Cannot setup tracking information; starting point '%s' is not a branch." 233msgstr "" 234"Não é possível configurar ramo a seguir; o ponto inicial '%s' não é um ramo." 235 236#: branch.c:220 237#, c-format 238msgid "the requested upstream branch '%s' does not exist" 239msgstr "o ramo a montante solicitado '%s' não existe" 240 241#: branch.c:222 242msgid "" 243"\n" 244"If you are planning on basing your work on an upstream\n" 245"branch that already exists at the remote, you may need to\n" 246"run \"git fetch\" to retrieve it.\n" 247"\n" 248"If you are planning to push out a new local branch that\n" 249"will track its remote counterpart, you may want to use\n" 250"\"git push -u\" to set the upstream config as you push." 251msgstr "" 252"\n" 253"Se pretende efetuar rebase do seu trabalho sobre um ramo\n" 254"a montante que já existe no remoto, pode ser necessário\n" 255"executar \"git fetch\" para obtê-lo.\n" 256"\n" 257"Se pretende publicar um novo ramo local que irá seguir\n" 258"o seu homólogo remoto, pode usar \"git push -u\" para configurar\n" 259"o respetivo ramo a montante, ao mesmo tempo que publica." 260 261#: branch.c:266 262#, c-format 263msgid "Not a valid object name: '%s'." 264msgstr "Nome de objeto inválido: '%s'." 265 266#: branch.c:286 267#, c-format 268msgid "Ambiguous object name: '%s'." 269msgstr "Nome de objeto ambíguo: '%s'." 270 271#: branch.c:291 272#, c-format 273msgid "Not a valid branch point: '%s'." 274msgstr "Ponto no ramo inválido: '%s'." 275 276#: branch.c:345 277#, c-format 278msgid "'%s' is already checked out at '%s'" 279msgstr "'%s' foi já extraído em '%s'" 280 281#: branch.c:364 282#, c-format 283msgid "HEAD of working tree %s is not updated" 284msgstr "HEAD da árvore de trabalho %s não está atualizada" 285 286#: bundle.c:34 287#, c-format 288msgid "'%s' does not look like a v2 bundle file" 289msgstr "'%s' não parece ser um ficheiro bundle v2" 290 291#: bundle.c:61 292#, c-format 293msgid "unrecognized header: %s%s (%d)" 294msgstr "cabeçalho não reconhecido: %s%s (%d)" 295 296#: bundle.c:87 builtin/commit.c:777 297#, c-format 298msgid "could not open '%s'" 299msgstr "não foi possível abrir '%s'" 300 301#: bundle.c:139 302msgid "Repository lacks these prerequisite commits:" 303msgstr "O repositório não possuí estes commits pré-requisitados:" 304 305#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073 306#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340 307#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875 308#: builtin/merge.c:361 builtin/shortlog.c:170 309msgid "revision walk setup failed" 310msgstr "falha ao configurar percurso de revisões" 311 312#: bundle.c:185 313#, c-format 314msgid "The bundle contains this ref:" 315msgid_plural "The bundle contains these %d refs:" 316msgstr[0] "O bundle contém esta referência:" 317msgstr[1] "O bundle contém estas %d referências:" 318 319#: bundle.c:192 320msgid "The bundle records a complete history." 321msgstr "O pacote regista um histórico completo." 322 323#: bundle.c:194 324#, c-format 325msgid "The bundle requires this ref:" 326msgid_plural "The bundle requires these %d refs:" 327msgstr[0] "O bundle requer esta referência:" 328msgstr[1] "O bundle requer estas %d referências:" 329 330#: bundle.c:253 331msgid "Could not spawn pack-objects" 332msgstr "Não foi possível lançar pack-objects" 333 334#: bundle.c:264 335msgid "pack-objects died" 336msgstr "pack-objects terminou inesperadamente" 337 338#: bundle.c:304 339msgid "rev-list died" 340msgstr "rev-list terminou inesperadamente" 341 342#: bundle.c:353 343#, c-format 344msgid "ref '%s' is excluded by the rev-list options" 345msgstr "a referência '%s' é excluída pelas opções de rev-list" 346 347#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273 348#, c-format 349msgid "unrecognized argument: %s" 350msgstr "argumento não reconhecido: %s" 351 352#: bundle.c:451 353msgid "Refusing to create empty bundle." 354msgstr "Criação de bundle vazio recusada." 355 356#: bundle.c:463 357#, c-format 358msgid "cannot create '%s'" 359msgstr "não é possível criar '%s'" 360 361#: bundle.c:491 362msgid "index-pack died" 363msgstr "index-pack terminou inesperadamente" 364 365#: color.c:275 366#, c-format 367msgid "invalid color value: %.*s" 368msgstr "valor de cor inválido: %.*s" 369 370#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504 371#: builtin/am.c:2134 372#, c-format 373msgid "could not parse %s" 374msgstr "não foi possível analisar %s" 375 376#: commit.c:42 377#, c-format 378msgid "%s %s is not a commit!" 379msgstr "%s %s não é um commit!" 380 381#: compat/obstack.c:406 compat/obstack.c:408 382msgid "memory exhausted" 383msgstr "memória esgotada" 384 385#: config.c:475 config.c:477 386#, fuzzy, c-format 387msgid "bad config line %d in %s %s" 388msgstr "linha %d de configuração incorreta em %s %s" 389 390#: config.c:593 391#, c-format, fuzzy 392msgid "bad numeric config value '%s' for '%s' in %s %s: %s" 393msgstr "valor numérico '%s' da configuração '%s' em %s %s incorreto: %s" 394 395#: config.c:595 396#, c-format 397msgid "bad numeric config value '%s' for '%s': %s" 398msgstr "valor numérico '%s' da configuração '%s' incorreto: %s" 399 400#: config.c:680 401#, c-format 402msgid "failed to expand user dir in: '%s'" 403msgstr "falha ao expandir diretório de utilizador em: '%s'" 404 405#: config.c:761 config.c:772 406#, c-format 407msgid "bad zlib compression level %d" 408msgstr "nível de compressão zlib %d incorreto" 409 410#: config.c:890 411#, c-format 412msgid "invalid mode for object creation: %s" 413msgstr "modo inválido para criação de objeto: %s" 414 415#: config.c:1228 416msgid "unable to parse command-line config" 417msgstr "não é possível analisar configuração de linha de comandos" 418 419#: config.c:1284 420msgid "unknown error occured while reading the configuration files" 421msgstr "" 422"ocorreu um erro desconhecido durante a leitura dos ficheiros de configuração" 423 424#: config.c:1629 425#, c-format 426msgid "unable to parse '%s' from command-line config" 427msgstr "não é possível analisar '%s' da configuração de linha de comandos" 428 429#: config.c:1631 430#, c-format 431msgid "bad config variable '%s' in file '%s' at line %d" 432msgstr "variável de configuração '%s' incorreta no ficheiro '%s' na linha %d" 433 434#: config.c:1690 435#, c-format 436msgid "%s has multiple values" 437msgstr "%s tem múltiplos valores" 438 439#: config.c:2224 440#, c-format 441msgid "could not set '%s' to '%s'" 442msgstr "não foi possível definir '%s' como '%s'" 443 444#: config.c:2226 445#, c-format 446msgid "could not unset '%s'" 447msgstr "não foi possível reiniciar '%s'" 448 449#: connected.c:69 450msgid "Could not run 'git rev-list'" 451msgstr "Não foi possível executar 'git rev-list'" 452 453#: connected.c:89 454msgid "failed write to rev-list" 455msgstr "falha ao escrever para rev-list" 456 457#: connected.c:96 458msgid "failed to close rev-list's stdin" 459msgstr "falha ao fechar entrada padrão de rev-list" 460 461#: date.c:95 462msgid "in the future" 463msgstr "no futuro" 464 465#: date.c:101 466#, c-format 467msgid "%lu second ago" 468msgid_plural "%lu seconds ago" 469msgstr[0] "há %lu segundo atrás" 470msgstr[1] "há %lu segundos atrás" 471 472#: date.c:108 473#, c-format 474msgid "%lu minute ago" 475msgid_plural "%lu minutes ago" 476msgstr[0] "há %lu minuto atrás" 477msgstr[1] "há %lu minutos atrás" 478 479#: date.c:115 480#, c-format 481msgid "%lu hour ago" 482msgid_plural "%lu hours ago" 483msgstr[0] "há %lu hora atrás" 484msgstr[1] "há %lu horas atrás" 485 486#: date.c:122 487#, c-format 488msgid "%lu day ago" 489msgid_plural "%lu days ago" 490msgstr[0] "há %lu dia atrás" 491msgstr[1] "há %lu dias atrás" 492 493#: date.c:128 494#, c-format 495msgid "%lu week ago" 496msgid_plural "%lu weeks ago" 497msgstr[0] "há %lu semana atrás" 498msgstr[1] "há %lu semanas atrás" 499 500#: date.c:135 501#, c-format 502msgid "%lu month ago" 503msgid_plural "%lu months ago" 504msgstr[0] "há %lu mês atrás" 505msgstr[1] "há %lu meses atrás" 506 507#: date.c:146 508#, c-format 509msgid "%lu year" 510msgid_plural "%lu years" 511msgstr[0] "%lu ano" 512msgstr[1] "%lu anos" 513 514#. TRANSLATORS: "%s" is "<n> years" 515#: date.c:149 516#, c-format 517msgid "%s, %lu month ago" 518msgid_plural "%s, %lu months ago" 519msgstr[0] "há %s e %lu mês" 520msgstr[1] "há %s e %lu meses" 521 522#: date.c:154 date.c:159 523#, c-format 524msgid "%lu year ago" 525msgid_plural "%lu years ago" 526msgstr[0] "há %lu ano atrás" 527msgstr[1] "há %lu anos atrás" 528 529#: diffcore-order.c:24 530#, c-format 531msgid "failed to read orderfile '%s'" 532msgstr "falha ao ler o ficheiro de comando '%s'" 533 534#: diffcore-rename.c:538 535msgid "Performing inexact rename detection" 536msgstr "Deteção de mudança de nome inexata em curso" 537 538#: diff.c:116 539#, c-format 540msgid " Failed to parse dirstat cut-off percentage '%s'\n" 541msgstr " Falha ao analisar percentagem limite de dirstat '%s'\n" 542 543#: diff.c:121 544#, c-format 545msgid " Unknown dirstat parameter '%s'\n" 546msgstr " Parâmetro de dirstat desconhecido '%s'\n" 547 548#: diff.c:225 549#, c-format 550msgid "Unknown value for 'diff.submodule' config variable: '%s'" 551msgstr "Valor desconhecido na variável de configuração 'diff.submodule': '%s'" 552 553#: diff.c:277 554#, c-format 555msgid "" 556"Found errors in 'diff.dirstat' config variable:\n" 557"%s" 558msgstr "" 559"Erros encontrados na variável de configuração 'diff.dirstat':\n" 560"%s" 561 562#: diff.c:3007 563#, c-format 564msgid "external diff died, stopping at %s" 565msgstr "o diff externo terminou inesperadamente, interrompido em %s" 566 567#: diff.c:3405 568msgid "--follow requires exactly one pathspec" 569msgstr "--follow requer exatamente um único especificador de caminho" 570 571#: diff.c:3568 572#, c-format 573msgid "" 574"Failed to parse --dirstat/-X option parameter:\n" 575"%s" 576msgstr "" 577"Falha ao analisar parâmetro da opção --dirstat/-X:\n" 578"%s" 579 580#: diff.c:3582 581#, c-format 582msgid "Failed to parse --submodule option parameter: '%s'" 583msgstr "Falha ao analisar parâmetro da opção --submodule: '%s'" 584 585#: dir.c:1823 586msgid "failed to get kernel name and information" 587msgstr "falha ao obter nome e informação do kernel" 588 589#: dir.c:1942 590msgid "Untracked cache is disabled on this system or location." 591msgstr "A cache não controlada está desativada neste sistema ou localização." 592 593#: gpg-interface.c:166 gpg-interface.c:235 594msgid "could not run gpg." 595msgstr "não foi possível executar gpg." 596 597#: gpg-interface.c:178 598msgid "gpg did not accept the data" 599msgstr "gpg não aceitou os dados" 600 601#: gpg-interface.c:189 602msgid "gpg failed to sign the data" 603msgstr "gpg não assinou os dados" 604 605#: gpg-interface.c:222 606#, c-format 607msgid "could not create temporary file '%s'" 608msgstr "não foi possível criar ficheiro temporário '%s'" 609 610#: gpg-interface.c:224 611#, c-format 612msgid "failed writing detached signature to '%s'" 613msgstr "falha ao escrever assinatura destacada em '%s'" 614 615#: grep.c:1718 616#, c-format 617msgid "'%s': unable to read %s" 618msgstr "'%s': não foi possível ler %s" 619 620#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155 621#, c-format 622msgid "failed to stat '%s'" 623msgstr "falha ao invocar stat de '%s'" 624 625#: grep.c:1746 626#, c-format 627msgid "'%s': short read" 628msgstr "'%s': leitura truncada" 629 630#: help.c:205 631#, c-format 632msgid "available git commands in '%s'" 633msgstr "comandos do git disponível em '%s'" 634 635#: help.c:212 636msgid "git commands available from elsewhere on your $PATH" 637msgstr "comandos do git disponíveis noutras localizações em $PATH" 638 639#: help.c:244 640msgid "These are common Git commands used in various situations:" 641msgstr "Estes são comandos do Git comuns usados em diversas situações:" 642 643#: help.c:309 644#, c-format 645msgid "" 646"'%s' appears to be a git command, but we were not\n" 647"able to execute it. Maybe git-%s is broken?" 648msgstr "" 649"'%s' parece ser um comando do git, mas não é possível\n" 650"executá-lo. Talvez git-%s esteja danificado?" 651 652#: help.c:366 653msgid "Uh oh. Your system reports no Git commands at all." 654msgstr "Oh não. Não há nenhum comando do Git disponível no sistema." 655 656#: help.c:388 657#, c-format 658msgid "" 659"WARNING: You called a Git command named '%s', which does not exist.\n" 660"Continuing under the assumption that you meant '%s'" 661msgstr "" 662"AVISO: Invocou um comando do Git designado '%s' que não existe.\n" 663"Continuando, assumindo que queria dizer '%s'" 664 665#: help.c:393 666#, c-format 667msgid "in %0.1f seconds automatically..." 668msgstr "automaticamente em %0.1f..." 669 670#: help.c:400 671#, c-format 672msgid "git: '%s' is not a git command. See 'git --help'." 673msgstr "git: '%s' não é um comando do git. Consulte 'git --help'." 674 675#: help.c:404 help.c:464 676msgid "" 677"\n" 678"Did you mean this?" 679msgid_plural "" 680"\n" 681"Did you mean one of these?" 682msgstr[0] "" 683"\n" 684"Queria dizer isto?" 685msgstr[1] "" 686"\n" 687"Queria dizer deste?" 688 689#: help.c:460 690#, c-format 691msgid "%s: %s - %s" 692msgstr "%s: %s - %s" 693 694#: lockfile.c:152 695#, c-format 696msgid "" 697"Unable to create '%s.lock': %s.\n" 698"\n" 699"Another git process seems to be running in this repository, e.g.\n" 700"an editor opened by 'git commit'. Please make sure all processes\n" 701"are terminated then try again. If it still fails, a git process\n" 702"may have crashed in this repository earlier:\n" 703"remove the file manually to continue." 704msgstr "" 705"Não é possível criar '%s.lock': %s.\n" 706"\n" 707"Outro processo git parece estar a executar neste repositório, e.g.\n" 708"um editor aberto por 'git commit'. Certifique-se que todos os processos\n" 709"terminaram e tente de novo. Se ainda assim falhar, um processo git\n" 710"pode ter falhado anteriormente no repositório:\n" 711"remova o ficheiro manualmente para continuar." 712 713#: lockfile.c:160 714#, c-format 715msgid "Unable to create '%s.lock': %s" 716msgstr "Não é foi possível criar '%s.lock': %s" 717 718#: merge.c:41 719msgid "failed to read the cache" 720msgstr "falha ao ler a cache" 721 722#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375 723#: builtin/checkout.c:586 builtin/clone.c:732 724msgid "unable to write new index file" 725msgstr "não foi possível escrever novo ficheiro de índice" 726 727#: merge-recursive.c:189 728#, c-format 729msgid "(bad commit)\n" 730msgstr "(commit incorreto)\n" 731 732#: merge-recursive.c:209 733#, c-format 734msgid "addinfo_cache failed for path '%s'" 735msgstr "addinfo_cache falhou no caminho '%s'" 736 737#: merge-recursive.c:270 738msgid "error building trees" 739msgstr "erro ao construir árvores" 740 741#: merge-recursive.c:689 742#, c-format 743msgid "failed to create path '%s'%s" 744msgstr "falha ao criar o caminho '%s'%s" 745 746#: merge-recursive.c:700 747#, c-format 748msgid "Removing %s to make room for subdirectory\n" 749msgstr "A remover %s para criar espaço para o subdiretório\n" 750 751#: merge-recursive.c:714 merge-recursive.c:735 752msgid ": perhaps a D/F conflict?" 753msgstr ": talvez um conflito D/F?" 754 755#: merge-recursive.c:725 756#, c-format 757msgid "refusing to lose untracked file at '%s'" 758msgstr "perda de ficheiro não controlado em '%s' recusada" 759 760#: merge-recursive.c:765 761#, c-format 762msgid "cannot read object %s '%s'" 763msgstr "não é possível ler o objeto %s: '%s'" 764 765#: merge-recursive.c:767 766#, c-format 767msgid "blob expected for %s '%s'" 768msgstr "blob para %s '%s' esperado" 769 770#: merge-recursive.c:790 builtin/clone.c:376 771#, c-format 772msgid "failed to open '%s'" 773msgstr "falha ao abrir '%s'" 774 775#: merge-recursive.c:798 776#, c-format 777msgid "failed to symlink '%s'" 778msgstr "falha ao criar a ligação simbólica '%s'" 779 780#: merge-recursive.c:801 781#, c-format 782msgid "do not know what to do with %06o %s '%s'" 783msgstr "não sei o que fazer com %06o %s '%s'" 784 785#: merge-recursive.c:939 786msgid "Failed to execute internal merge" 787msgstr "Falha ao executar integração interna" 788 789#: merge-recursive.c:943 790#, c-format 791msgid "Unable to add %s to database" 792msgstr "Não é possível adicionar %s à base de dados" 793 794#: merge-recursive.c:959 795msgid "unsupported object type in the tree" 796msgstr "tipo de objeto sem suporte encontrado na árvore" 797 798#: merge-recursive.c:1034 merge-recursive.c:1048 799#, c-format 800msgid "" 801"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 802"in tree." 803msgstr "" 804"CONFLITO (%s/eliminar): %s eliminado em %s e %s em %s. Versão de %s de %s " 805"deixada na árvore." 806 807#: merge-recursive.c:1040 merge-recursive.c:1053 808#, c-format 809msgid "" 810"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 811"in tree at %s." 812msgstr "" 813"CONFLITO (%s/eliminar): %s eliminado em %s e %s em %s. Versão de %s de %s " 814"deixada na árvore em %s." 815 816#: merge-recursive.c:1094 817msgid "rename" 818msgstr "mudar nome" 819 820#: merge-recursive.c:1094 821msgid "renamed" 822msgstr "nome mudado" 823 824#: merge-recursive.c:1150 825#, c-format 826msgid "%s is a directory in %s adding as %s instead" 827msgstr "%s é um diretório em %s adicionando %s no seu lugar" 828 829#: merge-recursive.c:1172 830#, c-format 831msgid "" 832"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 833"\"->\"%s\" in \"%s\"%s" 834msgstr "" 835"CONFLITO (mudar nome/mudar nome): Mudar o nome \"%s\"->\"%s\" no ramo \"%s\" " 836"mudar o nome \"%s\"->\"%s\" em \"%s\"%s" 837 838#: merge-recursive.c:1177 839msgid " (left unresolved)" 840msgstr " (por resolver)" 841 842#: merge-recursive.c:1231 843#, c-format 844msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 845msgstr "" 846"CONFLITO (mudar nome/mudar nome): Mudar de nome %s->%s em %s. Mudar o nome " 847"%s->%s em %s" 848 849#: merge-recursive.c:1261 850#, c-format 851msgid "Renaming %s to %s and %s to %s instead" 852msgstr "A mudar o nome de %s para %s e de %s para %s, em alternativa" 853 854#: merge-recursive.c:1460 855#, c-format 856msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 857msgstr "" 858"CONFLITO (mudar nome/adicionar): Mudar o nome %s->%s em %s. %s adicionado em " 859"%s" 860 861#: merge-recursive.c:1470 862#, c-format 863msgid "Adding merged %s" 864msgstr "A adicionar %s integrado" 865 866#: merge-recursive.c:1475 merge-recursive.c:1677 867#, c-format 868msgid "Adding as %s instead" 869msgstr "A adicionar como %s, em alternativa." 870 871#: merge-recursive.c:1526 872#, c-format 873msgid "cannot read object %s" 874msgstr "não foi possível ler o objeto %s" 875 876#: merge-recursive.c:1529 877#, c-format 878msgid "object %s is not a blob" 879msgstr "o objeto %s não é um blob" 880 881#: merge-recursive.c:1581 882msgid "modify" 883msgstr "modificar" 884 885#: merge-recursive.c:1581 886msgid "modified" 887msgstr "modificado" 888 889#: merge-recursive.c:1591 890msgid "content" 891msgstr "conteúdo" 892 893#: merge-recursive.c:1598 894msgid "add/add" 895msgstr "adicionar/adicionar" 896 897#: merge-recursive.c:1632 898#, c-format 899msgid "Skipped %s (merged same as existing)" 900msgstr "%s ignorado (integrado é igual ao existente)" 901 902#: merge-recursive.c:1646 903#, c-format 904msgid "Auto-merging %s" 905msgstr "A integrar automaticamente %s" 906 907#: merge-recursive.c:1650 git-submodule.sh:941 908msgid "submodule" 909msgstr "submódulo" 910 911#: merge-recursive.c:1651 912#, c-format 913msgid "CONFLICT (%s): Merge conflict in %s" 914msgstr "CONFLITO (%s): conflito de integração em %s" 915 916#: merge-recursive.c:1737 917#, c-format 918msgid "Removing %s" 919msgstr "A remover %s" 920 921#: merge-recursive.c:1762 922msgid "file/directory" 923msgstr "ficheiro/diretório" 924 925#: merge-recursive.c:1768 926msgid "directory/file" 927msgstr "diretório/ficheiro" 928 929#: merge-recursive.c:1773 930#, c-format 931msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 932msgstr "" 933"CONFLITO (%s): Há um diretório designado %s em %s. A adicionar %s como %s" 934 935#: merge-recursive.c:1781 936#, c-format 937msgid "Adding %s" 938msgstr "A adicionar %s" 939 940#: merge-recursive.c:1798 941msgid "Fatal merge failure, shouldn't happen." 942msgstr "Falha de integração fatal, não devia acontecer." 943 944#: merge-recursive.c:1817 945msgid "Already up-to-date!" 946msgstr "Já está atualizado!" 947 948#: merge-recursive.c:1826 949#, c-format 950msgid "merging of trees %s and %s failed" 951msgstr "falha ao integrar as árvores %s e %s" 952 953#: merge-recursive.c:1856 954#, c-format 955msgid "Unprocessed path??? %s" 956msgstr "Caminho não processado??? %s" 957 958#: merge-recursive.c:1904 959msgid "Merging:" 960msgstr "A integrar:" 961 962#: merge-recursive.c:1917 963#, c-format 964msgid "found %u common ancestor:" 965msgid_plural "found %u common ancestors:" 966msgstr[0] "%u antecessor comum encontrado:" 967msgstr[1] "%u antecessores comuns encontrados:" 968 969#: merge-recursive.c:1954 970msgid "merge returned no commit" 971msgstr "a integração não retornou nenhum commit" 972 973#: merge-recursive.c:2011 974#, c-format 975msgid "Could not parse object '%s'" 976msgstr "Não foi possível analisar o objeto '%s'" 977 978#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831 979msgid "Unable to write index." 980msgstr "Não é possível escrever no índice." 981 982#: notes-utils.c:41 983msgid "Cannot commit uninitialized/unreferenced notes tree" 984msgstr "" 985"Não é possível submeter árvore de notas não inicializada ou não referenciada" 986 987#: notes-utils.c:100 988#, c-format 989msgid "Bad notes.rewriteMode value: '%s'" 990msgstr "Valor de notes.rewriteMode incorreto: '%s'" 991 992#: notes-utils.c:110 993#, c-format 994msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 995msgstr "Reescrita de notas em %s (fora de refs/notes/) recusada" 996 997#. TRANSLATORS: The first %s is the name of the 998#. environment variable, the second %s is its value 999#: notes-utils.c:1371000#, c-format1001msgid "Bad %s value: '%s'"1002msgstr "Valor incorreto de %s: '%s'"10031004#: object.c:2421005#, c-format1006msgid "unable to parse object: %s"1007msgstr "não foi possível analisar o objeto: %s"10081009#: parse-options.c:5721010msgid "..."1011msgstr "..."10121013#: parse-options.c:5901014#, c-format1015msgid "usage: %s"1016msgstr "utilização: %s"10171018#. TRANSLATORS: the colon here should align with the1019#. one in "usage: %s" translation1020#: parse-options.c:5941021#, c-format1022msgid " or: %s"1023msgstr " ou: %s"10241025#: parse-options.c:5971026#, c-format1027msgid " %s"1028msgstr " %s"10291030#: parse-options.c:6311031msgid "-NUM"1032msgstr "-NUM"10331034#: parse-options-cb.c:1081035#, c-format1036msgid "malformed object name '%s'"1037msgstr "nome do objeto malformado '%s'"10381039#: path.c:7961040#, c-format1041msgid "Could not make %s writable by group"1042msgstr "Não foi possível dar permissão de escrita ao grupo a %s"10431044#: pathspec.c:1331045msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1046msgstr ""1047"as definições globais 'glob' e 'noglob' de especificador de caminho "1048"(pathspec) são incompatíveis"10491050#: pathspec.c:1431051msgid ""1052"global 'literal' pathspec setting is incompatible with all other global "1053"pathspec settings"1054msgstr ""1055"a definição global de especificador de caminho 'literal' é incompatível com "1056"todas as outras definições globais de especificador de caminho (pathspec)"10571058#: pathspec.c:1771059msgid "invalid parameter for pathspec magic 'prefix'"1060msgstr "parâmetro inválido na mágica 'prefix' do especificador de caminho"10611062#: pathspec.c:1831063#, c-format1064msgid "Invalid pathspec magic '%.*s' in '%s'"1065msgstr "Mágica do especificador de caminho '%.*s' inválida em '%s'"10661067#: pathspec.c:1871068#, c-format1069msgid "Missing ')' at the end of pathspec magic in '%s'"1070msgstr "Falta um ')' no final da mágica do especificador de caminho em '%s'"10711072#: pathspec.c:2051073#, c-format1074msgid "Unimplemented pathspec magic '%c' in '%s'"1075msgstr "Mágica de especificador de caminho '%c' em '%s' não implementada"10761077#: pathspec.c:2301078#, c-format1079msgid "%s: 'literal' and 'glob' are incompatible"1080msgstr "%s: 'literal' e 'glob' são incompatíveis"10811082#: pathspec.c:2411083#, c-format1084msgid "%s: '%s' is outside repository"1085msgstr "%s: '%s' está fora do repositório"10861087#: pathspec.c:2911088#, c-format1089msgid "Pathspec '%s' is in submodule '%.*s'"1090msgstr "O caminho '%s' está dentro do submódulo '%.*s'"10911092#: pathspec.c:3531093#, c-format1094msgid "%s: pathspec magic not supported by this command: %s"1095msgstr ""1096"%s: mágica de especificador de caminho não suportada por este comando: %s"10971098#: pathspec.c:4331099#, c-format1100msgid "pathspec '%s' is beyond a symbolic link"1101msgstr "o especificador de caminho '%s' é indicado por uma ligação simbólica"11021103#: pathspec.c:4421104msgid ""1105"There is nothing to exclude from by :(exclude) patterns.\n"1106"Perhaps you forgot to add either ':/' or '.' ?"1107msgstr ""1108"Não há nada para excluir de acordo com o padrão :(excluir).\n"1109"Talvez se tenha esquecido de acrescentar ':/' ou '.' ?"11101111#: pretty.c:9711112msgid "unable to parse --pretty format"1113msgstr "não foi possível analisar o formato de --pretty"11141115#: progress.c:2351116msgid "done"1117msgstr "concluído"11181119#: read-cache.c:12811120#, c-format1121msgid ""1122"index.version set, but the value is invalid.\n"1123"Using version %i"1124msgstr ""1125"index.version definido, mas com valor inválido.\n"1126"A usar a versão %i"11271128#: read-cache.c:12911129#, c-format1130msgid ""1131"GIT_INDEX_VERSION set, but the value is invalid.\n"1132"Using version %i"1133msgstr ""1134"GIT_INDEX_VERSION definido, mas com valor inválido.\n"1135"A usar a versão %i"11361137#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:9851138#: builtin/merge.c:9951139#, c-format1140msgid "Could not open '%s' for writing"1141msgstr "Não foi possível abrir '%s' para escrita"11421143#: refs/files-backend.c:22431144#, c-format1145msgid "could not delete reference %s: %s"1146msgstr "não foi possível eliminar a referência %s: %s"11471148#: refs/files-backend.c:22461149#, c-format1150msgid "could not delete references: %s"1151msgstr "não foi possível eliminar as referências: %s"11521153#: refs/files-backend.c:22551154#, c-format1155msgid "could not remove reference %s"1156msgstr "não foi possível eliminar a referência %s"11571158#: ref-filter.c:551159#, c-format1160msgid "expected format: %%(color:<color>)"1161msgstr "formato esperado: %%(color:<cor>)"11621163#: ref-filter.c:571164#, c-format1165msgid "unrecognized color: %%(color:%s)"1166msgstr "cor não reconhecida: %%(color:%s)"11671168#: ref-filter.c:711169#, c-format1170msgid "unrecognized format: %%(%s)"1171msgstr "formato não reconhecido: %%(%s)"11721173#: ref-filter.c:771174#, c-format1175msgid "%%(body) does not take arguments"1176msgstr "%%(body) não leva argumentos"11771178#: ref-filter.c:841179#, c-format1180msgid "%%(subject) does not take arguments"1181msgstr "%%(subject) não leva argumentos"11821183#: ref-filter.c:1011184#, c-format1185msgid "positive value expected contents:lines=%s"1186msgstr "valor positivo esperado contents:lines=%s"11871188#: ref-filter.c:1031189#, c-format1190msgid "unrecognized %%(contents) argument: %s"1191msgstr "argumento de %%(contents) não reconhecido: %s"11921193#: ref-filter.c:1131194#, c-format1195msgid "unrecognized %%(objectname) argument: %s"1196msgstr "argumento de %%(objectname) não reconhecido: %s"11971198#: ref-filter.c:1351199#, c-format1200msgid "expected format: %%(align:<width>,<position>)"1201msgstr "formato esperado: %%(align:<largura>,<posição>)"12021203#: ref-filter.c:1471204#, c-format1205msgid "unrecognized position:%s"1206msgstr "posição não reconhecida:%s"12071208#: ref-filter.c:1511209#, c-format1210msgid "unrecognized width:%s"1211msgstr "largura não reconhecida:%s"12121213#: ref-filter.c:1571214#, c-format1215msgid "unrecognized %%(align) argument: %s"1216msgstr "argumento de %%(align) não reconhecido: %s"12171218#: ref-filter.c:1611219#, c-format1220msgid "positive width expected with the %%(align) atom"1221msgstr "largura positiva esperada com o átomo %%(algn)"12221223#: ref-filter.c:2441224#, c-format1225msgid "malformed field name: %.*s"1226msgstr "nome de ficheiro malformado: %.*s"12271228#: ref-filter.c:2701229#, c-format1230msgid "unknown field name: %.*s"1231msgstr "nome do campo desconhecido: %.*s"12321233#: ref-filter.c:3721234#, c-format1235msgid "format: %%(end) atom used without corresponding atom"1236msgstr "formato: átomo %%(end) utilizado sem átomo correspondente"12371238#: ref-filter.c:4241239#, c-format1240msgid "malformed format string %s"1241msgstr "cadeia malformada %s"12421243#: ref-filter.c:8781244msgid ":strip= requires a positive integer argument"1245msgstr ":strip= requer um inteiro positivo como argumento"12461247#: ref-filter.c:8831248#, c-format1249msgid "ref '%s' does not have %ld components to :strip"1250msgstr "a referência '%s' não tem %ld componentes como se indica em :strip"12511252#: ref-filter.c:10461253#, c-format1254msgid "unknown %.*s format %s"1255msgstr "formato de %.*s desconhecido %s"12561257#: ref-filter.c:1066 ref-filter.c:10971258#, c-format1259msgid "missing object %s for %s"1260msgstr "falta o objeto %s de %s"12611262#: ref-filter.c:1069 ref-filter.c:11001263#, c-format1264msgid "parse_object_buffer failed on %s for %s"1265msgstr "falha ao invocar parse_object_buffer sobre %s de %s"12661267#: ref-filter.c:13111268#, c-format1269msgid "malformed object at '%s'"1270msgstr "objeto malformado em '%s'"12711272#: ref-filter.c:13731273#, c-format1274msgid "ignoring ref with broken name %s"1275msgstr "a referência %s com nome danificado foi ignorada"12761277#: ref-filter.c:13781278#, c-format1279msgid "ignoring broken ref %s"1280msgstr "a referência %s danificada foi ignorada"12811282#: ref-filter.c:16511283#, c-format1284msgid "format: %%(end) atom missing"1285msgstr "formato: falta átomo %%(end)"12861287#: ref-filter.c:17051288#, c-format1289msgid "malformed object name %s"1290msgstr "nome de objeto malformado %s"12911292#: remote.c:7461293#, c-format1294msgid "Cannot fetch both %s and %s to %s"1295msgstr "Não é possível obter %s e %s ao mesmo tempo para %s"12961297#: remote.c:7501298#, c-format1299msgid "%s usually tracks %s, not %s"1300msgstr "%s geralmente segue %s, não %s"13011302#: remote.c:7541303#, c-format1304msgid "%s tracks both %s and %s"1305msgstr "%s segue %s e %s em simultâneo"13061307#: remote.c:7621308msgid "Internal error"1309msgstr "Erro interno"13101311#: remote.c:1678 remote.c:17211312msgid "HEAD does not point to a branch"1313msgstr "HEAD não aponta para um ramo"13141315#: remote.c:16871316#, c-format1317msgid "no such branch: '%s'"1318msgstr "ramo inexistente: '%s'"13191320#: remote.c:16901321#, c-format1322msgid "no upstream configured for branch '%s'"1323msgstr "nenhum ramo a montante configurado para o ramo '%s'"13241325#: remote.c:16961326#, c-format1327msgid "upstream branch '%s' not stored as a remote-tracking branch"1328msgstr ""1329"o ramo a montante '%s' não está guardado como um ramo de monitorização remoto"13301331#: remote.c:17111332#, c-format1333msgid "push destination '%s' on remote '%s' has no local tracking branch"1334msgstr ""1335"o destino de publicação '%s' no remoto '%s' não é seguido por nenhum ramo "1336"local"13371338#: remote.c:17261339#, c-format1340msgid "branch '%s' has no remote for pushing"1341msgstr "o ramo '%s' não tem nenhum remoto para publicar"13421343#: remote.c:17371344#, c-format1345msgid "push refspecs for '%s' do not include '%s'"1346msgstr ""1347"'%2$s' não faz parte dos especificadores de referência de '%1$s' para "1348"publicação"13491350#: remote.c:17501351msgid "push has no destination (push.default is 'nothing')"1352msgstr "publicação sem destino (push.default é 'nothing')"13531354#: remote.c:17721355msgid "cannot resolve 'simple' push to a single destination"1356msgstr "não é possível resolver a publicação 'simple' num único destino"13571358#: remote.c:20741359#, c-format1360msgid "Your branch is based on '%s', but the upstream is gone.\n"1361msgstr "A base do seu ramo é '%s', mas o ramo a montante desapareceu.\n"13621363#: remote.c:20781364msgid " (use \"git branch --unset-upstream\" to fixup)\n"1365msgstr " (use \"git branch --unset-upstream\" para corrigir)\n"13661367#: remote.c:20811368#, c-format1369msgid "Your branch is up-to-date with '%s'.\n"1370msgstr "O seu ramo está atualizado com '%s'.\n"13711372#: remote.c:20851373#, c-format1374msgid "Your branch is ahead of '%s' by %d commit.\n"1375msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1376msgstr[0] "O seu ramo está à frente de '%s' por %d commit.\n"1377msgstr[1] "O seu ramo está à frente de '%s' por %d commits.\n"13781379#: remote.c:20911380msgid " (use \"git push\" to publish your local commits)\n"1381msgstr " (use \"git push\" para publicar os commits locais)\n"13821383#: remote.c:20941384#, c-format1385msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1386msgid_plural ""1387"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1388msgstr[0] ""1389"O seu ramo está atrás de '%s' por %d commit, podendo ser atualizado com "1390"avanço rápido.\n"1391msgstr[1] ""1392"O seu ramo está atrás de '%s' por %d commits, podendo ser atualizado com "1393"avanço rápido.\n"13941395#: remote.c:21021396msgid " (use \"git pull\" to update your local branch)\n"1397msgstr " (use \"git pull\" para atualizar o seu ramo local)\n"13981399#: remote.c:21051400#, c-format1401msgid ""1402"Your branch and '%s' have diverged,\n"1403"and have %d and %d different commit each, respectively.\n"1404msgid_plural ""1405"Your branch and '%s' have diverged,\n"1406"and have %d and %d different commits each, respectively.\n"1407msgstr[0] ""1408"O seu ramo e '%s' divergiram,\n"1409"tendo cada um %d e %d commit diferente, respetivamente.\n"1410msgstr[1] ""1411"O seu ramo e '%s' divergiram,\n"1412"tendo cada um %d e %d commits diferentes, respetivamente.\n"14131414#: remote.c:21151415msgid " (use \"git pull\" to merge the remote branch into yours)\n"1416msgstr " (use \"git pull\" para integrar o ramo remoto no seu ramo)\n"14171418#: revision.c:21421419msgid "your current branch appears to be broken"1420msgstr "o ramo atual parece estar danificado"14211422#: revision.c:21451423#, c-format1424msgid "your current branch '%s' does not have any commits yet"1425msgstr "o ramo atual '%s' ainda não contém nenhum commit"14261427#: revision.c:23391428msgid "--first-parent is incompatible with --bisect"1429msgstr "--first-parent é incompatível com --bisect"14301431#: run-command.c:921432msgid "open /dev/null failed"1433msgstr "falha ao abrir /dev/null"14341435#: run-command.c:941436#, c-format1437msgid "dup2(%d,%d) failed"1438msgstr "dup2(%d,%d) falhou"14391440#: send-pack.c:2951441msgid "failed to sign the push certificate"1442msgstr "falha ao assinar o certificado de publicação"14431444#: send-pack.c:4041445msgid "the receiving end does not support --signed push"1446msgstr "o recetor não suporta publicação com --signed"14471448#: send-pack.c:4061449msgid ""1450"not sending a push certificate since the receiving end does not support --"1451"signed push"1452msgstr ""1453"certificado de publicação não enviado uma vez que o recetor não suporta "1454"publicação com --signed"14551456#: send-pack.c:4181457msgid "the receiving end does not support --atomic push"1458msgstr "o recetor não suporta publicação com --atomic"14591460#: sequencer.c:1741461msgid ""1462"after resolving the conflicts, mark the corrected paths\n"1463"with 'git add <paths>' or 'git rm <paths>'"1464msgstr ""1465"depois de resolver os conflitos, marque os caminhos corrigidos\n"1466"com 'git add <caminhos>' ou 'git rm <caminhos>'"14671468#: sequencer.c:1771469msgid ""1470"after resolving the conflicts, mark the corrected paths\n"1471"with 'git add <paths>' or 'git rm <paths>'\n"1472"and commit the result with 'git commit'"1473msgstr ""1474"depois de resolver os conflitos, marque os caminhos corrigidos\n"1475"com 'git add <caminhos>' ou 'git rm <caminhos>'\n"1476"e submeta o resultado com 'git commit'"14771478#: sequencer.c:190 sequencer.c:833 sequencer.c:9121479#, c-format1480msgid "Could not write to %s"1481msgstr "Não foi possível escrever em %s"14821483#: sequencer.c:1931484#, c-format1485msgid "Error wrapping up %s"1486msgstr "Erro ao rematar %s."14871488#: sequencer.c:2081489msgid "Your local changes would be overwritten by cherry-pick."1490msgstr "As suas alterações locais serão substituídas por cherry-pick."14911492#: sequencer.c:2101493msgid "Your local changes would be overwritten by revert."1494msgstr "As suas alterações locais serão substituídas por revert."14951496#: sequencer.c:2131497msgid "Commit your changes or stash them to proceed."1498msgstr "Submeta ou empilhe (stash) as suas alterações para continuar."14991500#. TRANSLATORS: %s will be "revert" or "cherry-pick"1501#: sequencer.c:3001502#, c-format1503msgid "%s: Unable to write new index file"1504msgstr "%s: Não foi possível escrever novo ficheiro de índice"15051506#: sequencer.c:3181507msgid "Could not resolve HEAD commit\n"1508msgstr "Não foi possível resolver o commit HEAD\n"15091510#: sequencer.c:3381511msgid "Unable to update cache tree\n"1512msgstr "Não foi possível atualizar a árvore de cache\n"15131514#: sequencer.c:3901515#, c-format1516msgid "Could not parse commit %s\n"1517msgstr "Não foi possível analisar o commit %s\n"15181519#: sequencer.c:3951520#, c-format1521msgid "Could not parse parent commit %s\n"1522msgstr "Não foi possível analisar o commit pai %s\n"15231524#: sequencer.c:4601525msgid "Your index file is unmerged."1526msgstr "Ficheiro de índice não integrado."15271528#: sequencer.c:4791529#, c-format1530msgid "Commit %s is a merge but no -m option was given."1531msgstr "O commit %s é uma integração mas não foi fornecida nenhuma opção -m."15321533#: sequencer.c:4871534#, c-format1535msgid "Commit %s does not have parent %d"1536msgstr "O commit %s não tem o pai %d"15371538#: sequencer.c:4911539#, c-format1540msgid "Mainline was specified but commit %s is not a merge."1541msgstr ""1542"A linha principal foi especificada mas o commit %s não é uma integração."15431544#. TRANSLATORS: The first %s will be "revert" or1545#. "cherry-pick", the second %s a SHA11546#: sequencer.c:5041547#, c-format1548msgid "%s: cannot parse parent commit %s"1549msgstr "%s: não foi possível analisar o commit pai %s"15501551#: sequencer.c:5081552#, c-format1553msgid "Cannot get commit message for %s"1554msgstr "Não é possível obter a mensagem de commit de %s"15551556#: sequencer.c:5941557#, c-format1558msgid "could not revert %s... %s"1559msgstr "não foi possível reverter %s... %s"15601561#: sequencer.c:5951562#, c-format1563msgid "could not apply %s... %s"1564msgstr "não foi possível aplicar %s... %s"15651566#: sequencer.c:6301567msgid "empty commit set passed"1568msgstr "o conjunto de commits especificado está vazio"15691570#: sequencer.c:6381571#, c-format1572msgid "git %s: failed to read the index"1573msgstr "git %s: falha ao ler o índice"15741575#: sequencer.c:6421576#, c-format1577msgid "git %s: failed to refresh the index"1578msgstr "git %s: falha ao atualizar o índice"15791580#: sequencer.c:7021581#, c-format1582msgid "Cannot %s during a %s"1583msgstr "Não foi possível efetuar %s durante %s"15841585#: sequencer.c:7241586#, c-format1587msgid "Could not parse line %d."1588msgstr "Não foi possível analisar a linha %d."15891590#: sequencer.c:7291591msgid "No commits parsed."1592msgstr "Nenhum commit analisado."15931594#: sequencer.c:7411595#, c-format1596msgid "Could not open %s"1597msgstr "Não foi possível abrir %s"15981599#: sequencer.c:7451600#, c-format1601msgid "Could not read %s."1602msgstr "Não foi possível ler %s."16031604#: sequencer.c:7521605#, c-format1606msgid "Unusable instruction sheet: %s"1607msgstr "Folha de instruções inutilizável: %s"16081609#: sequencer.c:7821610#, c-format1611msgid "Invalid key: %s"1612msgstr "Chave inválida: %s"16131614#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:521615#, c-format1616msgid "Invalid value for %s: %s"1617msgstr "Valor inválido de %s: %s"16181619#: sequencer.c:7951620#, c-format1621msgid "Malformed options sheet: %s"1622msgstr "Folha de opções malformada: %s"16231624#: sequencer.c:8141625msgid "a cherry-pick or revert is already in progress"1626msgstr "cherry-pick ou revert em curso"16271628#: sequencer.c:8151629msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1630msgstr "tente \"git cherry-pick (--continue | --quit |--abort)\""16311632#: sequencer.c:8191633#, c-format1634msgid "Could not create sequencer directory %s"1635msgstr "Não foi possível criar o diretório do sequenciador %s"16361637#: sequencer.c:835 sequencer.c:9161638#, c-format1639msgid "Error wrapping up %s."1640msgstr "Erro ao rematar %s."16411642#: sequencer.c:854 sequencer.c:9861643msgid "no cherry-pick or revert in progress"1644msgstr "nenhum cherry-pick ou revert em curso"16451646#: sequencer.c:8561647msgid "cannot resolve HEAD"1648msgstr "não é possível resolver HEAD"16491650#: sequencer.c:8581651msgid "cannot abort from a branch yet to be born"1652msgstr "não é possível abortar um ramo ainda não criado"16531654#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:8511655#, c-format1656msgid "cannot open %s"1657msgstr "não é possível abrir %s"16581659#: sequencer.c:8801660#, c-format1661msgid "cannot read %s: %s"1662msgstr "não é possível ler %s: %s"16631664#: sequencer.c:8811665msgid "unexpected end of file"1666msgstr "fim de ficheiro inesperado"16671668#: sequencer.c:8871669#, c-format1670msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1671msgstr "o ficheiro HEAD de pre-cherry-pick '%s' está corrompido"16721673#: sequencer.c:9091674#, c-format1675msgid "Could not format %s."1676msgstr "Não foi possível formatar %s."16771678#: sequencer.c:10541679#, c-format1680msgid "%s: can't cherry-pick a %s"1681msgstr "%s: não é possível efetuar cherry-pick de %s"16821683#: sequencer.c:10571684#, c-format1685msgid "%s: bad revision"1686msgstr "%s: revisão incorreta"16871688#: sequencer.c:10911689msgid "Can't revert as initial commit"1690msgstr "Não é possível reverter como commit inicial"16911692#: sequencer.c:10921693msgid "Can't cherry-pick into empty head"1694msgstr "Não é possível efetuar cherry-pick numa cabeça vazia"16951696#: setup.c:2481697#, c-format1698msgid "failed to read %s"1699msgstr "falha ao ler %s"17001701#: setup.c:4681702#, c-format1703msgid "Expected git repo version <= %d, found %d"1704msgstr "Esperava-se versão do repositório git <= %d, obteve-se %d"17051706#: setup.c:4761707msgid "unknown repository extensions found:"1708msgstr "extensões de repositório desconhecidas encontradas:"17091710#: sha1_file.c:10801711msgid "offset before end of packfile (broken .idx?)"1712msgstr "offset antes do fim do ficheiro de pacote (.idx danificado?)"17131714#: sha1_file.c:24581715#, c-format1716msgid "offset before start of pack index for %s (corrupt index?)"1717msgstr "offset antes do início do índice do pacote %s (índice corrompido?)"17181719#: sha1_file.c:24621720#, c-format1721msgid "offset beyond end of pack index for %s (truncated index?)"1722msgstr "offset depois do fim do índice do pacote %s (índice truncado?)"17231724#: sha1_name.c:4621725msgid ""1726"Git normally never creates a ref that ends with 40 hex characters\n"1727"because it will be ignored when you just specify 40-hex. These refs\n"1728"may be created by mistake. For example,\n"1729"\n"1730" git checkout -b $br $(git rev-parse ...)\n"1731"\n"1732"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1733"examine these refs and maybe delete them. Turn this message off by\n"1734"running \"git config advice.objectNameWarning false\""1735msgstr ""1736"Normalmente o Git nunca cria referências que terminem em 40 caracteres "1737"hexadecimais,\n"1738"pois uma referência destas seria ignorada se indicasse só 40 caracteres "1739"hexadecimais.\n"1740"Estas referências podem ser criadas por engano. Como no exemplo,\n"1741"\n"1742" git checkout -b $br $(git rev-parse ...)\n"1743"\n"1744"onde \"$br\" está vazio e é criada uma referência de 40 caracteres "1745"hexadecimais.\n"1746"Analise estas referências e elimine-as se desejar. Desative esta\n"1747"mensagem executando \"git config advice.objectNameWarning false\""17481749#: submodule.c:64 submodule.c:981750msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1751msgstr ""1752"Não é possível alterar .gitmodules não integrado, resolva primeiro os "1753"conflitos de integração"17541755#: submodule.c:68 submodule.c:1021756#, c-format1757msgid "Could not find section in .gitmodules where path=%s"1758msgstr "Secção de .gitmodules cujo path=%s não encontrada"17591760#: submodule.c:761761#, c-format1762msgid "Could not update .gitmodules entry %s"1763msgstr "Não foi possível atualizar o elemento %s de .gitmodules"17641765#: submodule.c:1091766#, c-format1767msgid "Could not remove .gitmodules entry for %s"1768msgstr "Não foi possível remover o elemento %s de .gitmodules"17691770#: submodule.c:1201771msgid "staging updated .gitmodules failed"1772msgstr "falha ao preparar .gitmodules atualizado"17731774#: submodule.c:1771775msgid "negative values not allowed for submodule.fetchJobs"1776msgstr "não é permitido valores negativos em submodule.fetchJobs"17771778#: submodule-config.c:3551779#, c-format1780msgid "invalid value for %s"1781msgstr "Valor inválido de %s"17821783#: trailer.c:2371784#, c-format1785msgid "running trailer command '%s' failed"1786msgstr "falha ao executar o comando trailer '%s'"17871788#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581789#: trailer.c:5621790#, c-format1791msgid "unknown value '%s' for key '%s'"1792msgstr "valor desconhecido '%s' da chave '%s'"17931794#: trailer.c:544 trailer.c:549 builtin/remote.c:2891795#, c-format1796msgid "more than one %s"1797msgstr "mais do que um %s"17981799#: trailer.c:5821800#, c-format1801msgid "empty trailer token in trailer '%.*s'"1802msgstr "token terminador vazio no terminador '%.*s'"18031804#: trailer.c:7021805#, c-format1806msgid "could not read input file '%s'"1807msgstr "não foi possível ler o ficheiro de entrada '%s'"18081809#: trailer.c:7051810msgid "could not read from stdin"1811msgstr "não foi possível ler da entrada padrão"18121813#: trailer.c:857 builtin/am.c:421814#, c-format1815msgid "could not stat %s"1816msgstr "não foi possível obter stat de %s"18171818#: trailer.c:8591819#, c-format1820msgid "file %s is not a regular file"1821msgstr "o ficheiro %s não é um ficheiro regular"18221823#: trailer.c:8611824#, c-format1825msgid "file %s is not writable by user"1826msgstr "o ficheiro %s não pode ser escrito pelo utilizador"18271828#: trailer.c:8731829msgid "could not open temporary file"1830msgstr "não foi possível abrir ficheiro temporário"18311832#: trailer.c:9121833#, c-format1834msgid "could not rename temporary file to %s"1835msgstr "não foi possível mudar o nome do ficheiro temporário para %s"18361837#: transport-helper.c:10411838#, c-format1839msgid "Could not read ref %s"1840msgstr "Não foi possível ler a referência %s"18411842#: unpack-trees.c:641843#, c-format1844msgid ""1845"Your local changes to the following files would be overwritten by checkout:\n"1846"%%sPlease commit your changes or stash them before you can switch branches."1847msgstr ""1848"As suas alterações locais nos seguintes ficheiros seriam substituídas ao "1849"extrair:\n"1850"%%sSubmeta as suas alterações ou empilhe-as (stash) antes de trocar de ramo."18511852#: unpack-trees.c:661853#, c-format1854msgid ""1855"Your local changes to the following files would be overwritten by checkout:\n"1856"%%s"1857msgstr ""1858"As suas alterações locais nos seguintes ficheiros seriam substituídas ao "1859"extrair:\n"1860"%%s"18611862#: unpack-trees.c:691863#, c-format1864msgid ""1865"Your local changes to the following files would be overwritten by merge:\n"1866"%%sPlease commit your changes or stash them before you can merge."1867msgstr ""1868"As suas alterações locais nos seguintes ficheiros seriam substituídas ao "1869"integrar:\n"1870"%%sSubmeta as suas alterações ou empilhe-as (stash) antes de integrar."18711872#: unpack-trees.c:711873#, c-format1874msgid ""1875"Your local changes to the following files would be overwritten by merge:\n"1876"%%s"1877msgstr ""1878"As suas alterações locais nos seguintes ficheiros seriam substituídas ao "1879"integrar:\n"1880"%%s"18811882#: unpack-trees.c:741883#, c-format1884msgid ""1885"Your local changes to the following files would be overwritten by %s:\n"1886"%%sPlease commit your changes or stash them before you can %s."1887msgstr ""1888"As suas alterações locais nos seguintes ficheiros seriam substituídas por %s:"1889"\n"1890"%%sSubmeta as suas alterações ou empilhe-as (stash) antes de efetuar %s."18911892#: unpack-trees.c:761893#, c-format1894msgid ""1895"Your local changes to the following files would be overwritten by %s:\n"1896"%%s"1897msgstr ""1898"As suas alterações locais nos seguintes ficheiros seriam substituídas por %s:"1899"\n"1900"%%s"19011902#: unpack-trees.c:811903#, c-format1904msgid ""1905"Updating the following directories would lose untracked files in it:\n"1906"%s"1907msgstr ""1908"Perder-se-iam ficheiros não controlados ao atualizar os seguintes diretórios:"1909"\n"1910"%s"19111912#: unpack-trees.c:851913#, c-format1914msgid ""1915"The following untracked working tree files would be removed by checkout:\n"1916"%%sPlease move or remove them before you can switch branches."1917msgstr ""1918"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1919"removidos ao extrair:\n"1920"%%sMova ou remova-os antes de trocar de ramos."19211922#: unpack-trees.c:871923#, c-format1924msgid ""1925"The following untracked working tree files would be removed by checkout:\n"1926"%%s"1927msgstr ""1928"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1929"removidos ao extrair:\n"1930"%%s"19311932#: unpack-trees.c:901933#, c-format1934msgid ""1935"The following untracked working tree files would be removed by merge:\n"1936"%%sPlease move or remove them before you can merge."1937msgstr ""1938"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1939"removidos ao integrar:\n"1940"%%sMova ou remova-os antes de integrar."19411942#: unpack-trees.c:921943#, c-format1944msgid ""1945"The following untracked working tree files would be removed by merge:\n"1946"%%s"1947msgstr ""1948"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1949"removidos ao integrar:\n"1950"%%s"19511952#: unpack-trees.c:951953#, c-format1954msgid ""1955"The following untracked working tree files would be removed by %s:\n"1956"%%sPlease move or remove them before you can %s."1957msgstr ""1958"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1959"removidos por %s:\n"1960"%%sMova ou remova-os antes de efetuar %s."19611962#: unpack-trees.c:971963#, c-format1964msgid ""1965"The following untracked working tree files would be removed by %s:\n"1966"%%s"1967msgstr ""1968"Os seguintes ficheiros não controlados na árvore de trabalho seriam "1969"removidos por %s:\n"1970"%%s"19711972#: unpack-trees.c:1021973#, c-format1974msgid ""1975"The following untracked working tree files would be overwritten by "1976"checkout:\n"1977"%%sPlease move or remove them before you can switch branches."1978msgstr ""1979"Os seguintes ficheiros não controlados da árvore de trabalho seriam "1980"substituídos ao extrair:\n"1981"%%sMova ou remova-os antes de trocar de ramos."19821983#: unpack-trees.c:1041984#, c-format1985msgid ""1986"The following untracked working tree files would be overwritten by "1987"checkout:\n"1988"%%s"1989msgstr ""1990"Os seguintes ficheiros não controlados da árvore de trabalho seriam "1991"substituídos ao extrair:\n"1992"%%s"19931994#: unpack-trees.c:1071995#, c-format1996msgid ""1997"The following untracked working tree files would be overwritten by merge:\n"1998"%%sPlease move or remove them before you can merge."1999msgstr ""2000"Os seguintes ficheiros não controlados da árvore de trabalho seriam "2001"substituídos ao integrar:\n"2002"%%sMova ou remova-os antes de integrar."20032004#: unpack-trees.c:1092005#, c-format2006msgid ""2007"The following untracked working tree files would be overwritten by merge:\n"2008"%%s"2009msgstr ""2010"Os seguintes ficheiros não controlados da árvore de trabalho seriam "2011"substituídos ao integrar:\n"2012"%%s"20132014#: unpack-trees.c:1122015#, c-format2016msgid ""2017"The following untracked working tree files would be overwritten by %s:\n"2018"%%sPlease move or remove them before you can %s."2019msgstr ""2020"Os seguintes ficheiros não controlados da árvore de trabalho seriam "2021"substituídos por %s:\n"2022"%%sMova ou remova-os antes de efetuar %s."20232024#: unpack-trees.c:1142025#, c-format2026msgid ""2027"The following untracked working tree files would be overwritten by %s:\n"2028"%%s"2029msgstr ""2030"Os seguintes ficheiros não controlados da árvore de trabalho seriam "2031"substituídos por %s:\n"2032"%%s"20332034#: unpack-trees.c:1212035#, c-format2036msgid "Entry '%s' overlaps with '%s'. Cannot bind."2037msgstr "A entrada '%s' sobrepõe-se com '%s'. Não é possível vincular."20382039#: unpack-trees.c:1242040#, c-format2041msgid ""2042"Cannot update sparse checkout: the following entries are not up-to-date:\n"2043"%s"2044msgstr ""2045"Não é possível extrair esparsamente: as seguintes entradas não estão "2046"atualizadas:\n"2047"%s"20482049#: unpack-trees.c:1262050#, c-format2051msgid ""2052"The following Working tree files would be overwritten by sparse checkout "2053"update:\n"2054"%s"2055msgstr ""2056"Os seguintes ficheiros na árvore de trabalho seriam substituídos ao "2057"atualizar a extração esparsa:\n"2058"%s"20592060#: unpack-trees.c:1282061#, c-format2062msgid ""2063"The following Working tree files would be removed by sparse checkout "2064"update:\n"2065"%s"2066msgstr ""2067"Os seguintes ficheiros na árvore de trabalho seriam removidos ao atualizar a "2068"extração esparsa:\n"2069"%s"20702071#: unpack-trees.c:2052072#, c-format2073msgid "Aborting\n"2074msgstr "A abortar\n"20752076#: unpack-trees.c:2372077msgid "Checking out files"2078msgstr "A extrair ficheiros"20792080#: urlmatch.c:1202081msgid "invalid URL scheme name or missing '://' suffix"2082msgstr "nome de esquema de URL inválido ou falta do sufixo '://'"20832084#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3562085#, c-format2086msgid "invalid %XX escape sequence"2087msgstr "sequencia de escape %XX inválida"20882089#: urlmatch.c:1722090msgid "missing host and scheme is not 'file:'"2091msgstr "sistema anfitrião não indicado e o esquema não é do tipo 'file:'"20922093#: urlmatch.c:1892094msgid "a 'file:' URL may not have a port number"2095msgstr "um URL do tipo 'file:' não pode ter um número de porta"20962097#: urlmatch.c:1992098msgid "invalid characters in host name"2099msgstr "caracteres inválidos no nome do anfitrião"21002101#: urlmatch.c:244 urlmatch.c:2552102msgid "invalid port number"2103msgstr "número de porta inválido"21042105#: urlmatch.c:3222106msgid "invalid '..' path segment"2107msgstr "segmento de caminho '..' inválido"21082109#: wrapper.c:222 wrapper.c:3812110#, c-format2111msgid "could not open '%s' for reading and writing"2112msgstr "não foi possível abrir '%s' para leitura e escrita"21132114#: wrapper.c:224 wrapper.c:383 builtin/am.c:7792115#, c-format2116msgid "could not open '%s' for writing"2117msgstr "não foi possível abrir '%s' para escrita"21182119#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:7722120#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:10862121#: builtin/pull.c:4072122#, c-format2123msgid "could not open '%s' for reading"2124msgstr "não foi possível abrir '%s' para leitura"21252126#: wrapper.c:594 wrapper.c:6152127#, c-format2128msgid "unable to access '%s'"2129msgstr "não é possível aceder a '%s'"21302131#: wrapper.c:6232132msgid "unable to get current working directory"2133msgstr "não é possível de obter o diretório de trabalho atual"21342135#: wrapper.c:6502136#, c-format2137msgid "could not open %s for writing"2138msgstr "não foi possível abrir %s para escrita"21392140#: wrapper.c:661 builtin/am.c:4102141#, c-format2142msgid "could not write to %s"2143msgstr "não foi possível escrever para %s"21442145#: wrapper.c:6672146#, c-format2147msgid "could not close %s"2148msgstr "não foi possível fechar %s"21492150#: wt-status.c:1502151msgid "Unmerged paths:"2152msgstr "Caminhos não integrados:"21532154#: wt-status.c:177 wt-status.c:2042155#, c-format2156msgid " (use \"git reset %s <file>...\" to unstage)"2157msgstr " (use \"git reset %s <ficheiro>...\" para despreparar)"21582159#: wt-status.c:179 wt-status.c:2062160msgid " (use \"git rm --cached <file>...\" to unstage)"2161msgstr " (use \"git rm --cached <ficheiro>...\" para despreparar)"21622163#: wt-status.c:1832164msgid " (use \"git add <file>...\" to mark resolution)"2165msgstr " (use \"git add <ficheiro>...\" para marcar como resolvido)"21662167#: wt-status.c:185 wt-status.c:1892168msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"2169msgstr ""2170" (use \"git add/rm <ficheiro>...\" conforme apropriado para marcar como "2171"resolvido)"21722173#: wt-status.c:1872174msgid " (use \"git rm <file>...\" to mark resolution)"2175msgstr " (use \"git rm <ficheiro>...\" para marcar como resolvido)"21762177#: wt-status.c:198 wt-status.c:8812178msgid "Changes to be committed:"2179msgstr "Alterações para serem submetidas:"21802181#: wt-status.c:216 wt-status.c:8902182msgid "Changes not staged for commit:"2183msgstr "Alterações não preparadas para submeter:"21842185#: wt-status.c:2202186msgid " (use \"git add <file>...\" to update what will be committed)"2187msgstr " (use \"git add <ficheiro>...\" para atualizar o que será submetido)"21882189#: wt-status.c:2222190msgid " (use \"git add/rm <file>...\" to update what will be committed)"2191msgstr ""2192" (use \"git add/rm <ficheiro>...\" para atualizar o que será submetido)"21932194#: wt-status.c:2232195msgid ""2196" (use \"git checkout -- <file>...\" to discard changes in working directory)"2197msgstr ""2198" (use \"git checkout -- <ficheiro>...\" para descartar alterações no "2199"diretório de trabalho)"22002201#: wt-status.c:2252202msgid " (commit or discard the untracked or modified content in submodules)"2203msgstr ""2204" (submeta ou descarte o conteúdo modificado ou não controlado nos "2205"submódulos)"22062207#: wt-status.c:2372208#, c-format2209msgid " (use \"git %s <file>...\" to include in what will be committed)"2210msgstr " (use \"git %s <ficheiro>...\" para incluir no que será submetido)"22112212#: wt-status.c:2522213msgid "both deleted:"2214msgstr "eliminado por ambos:"22152216#: wt-status.c:2542217msgid "added by us:"2218msgstr "adicionado por nós:"22192220#: wt-status.c:2562221msgid "deleted by them:"2222msgstr "eliminado por eles:"22232224#: wt-status.c:2582225msgid "added by them:"2226msgstr "adicionado por eles:"22272228#: wt-status.c:2602229msgid "deleted by us:"2230msgstr "eliminado por nós:"22312232#: wt-status.c:2622233msgid "both added:"2234msgstr "adicionado por ambos:"22352236#: wt-status.c:2642237msgid "both modified:"2238msgstr "modificado por ambos:"22392240#: wt-status.c:2662241#, c-format2242msgid "bug: unhandled unmerged status %x"2243msgstr ""22442245#: wt-status.c:2742246msgid "new file:"2247msgstr "novo ficheiro:"22482249#: wt-status.c:2762250msgid "copied:"2251msgstr "copiado:"22522253#: wt-status.c:2782254msgid "deleted:"2255msgstr "eliminado:"22562257#: wt-status.c:2802258msgid "modified:"2259msgstr "modificado:"22602261#: wt-status.c:2822262msgid "renamed:"2263msgstr "nome mudado:"22642265#: wt-status.c:2842266msgid "typechange:"2267msgstr "tipo alterado:"22682269#: wt-status.c:2862270msgid "unknown:"2271msgstr "desconhecido:"22722273#: wt-status.c:2882274msgid "unmerged:"2275msgstr "não integrado:"22762277#: wt-status.c:3702278msgid "new commits, "2279msgstr "novos commits, "22802281#: wt-status.c:3722282msgid "modified content, "2283msgstr "conteúdo modificado, "22842285#: wt-status.c:3742286msgid "untracked content, "2287msgstr "conteúdo não controlado, "22882289#: wt-status.c:3912290#, c-format2291msgid "bug: unhandled diff status %c"2292msgstr ""22932294#: wt-status.c:7552295msgid "Submodules changed but not updated:"2296msgstr "Submódulos alterados mas não atualizados:"22972298#: wt-status.c:7572299msgid "Submodule changes to be committed:"2300msgstr "Alterações em submódulos para serem submetidas:"23012302#: wt-status.c:8382303msgid ""2304"Do not touch the line above.\n"2305"Everything below will be removed."2306msgstr ""2307"Não altere a linha acima.\n"2308"Tudo o que estiver abaixo será removido."23092310#: wt-status.c:9492311msgid "You have unmerged paths."2312msgstr "Há caminhos não integrados."23132314#: wt-status.c:9522315msgid " (fix conflicts and run \"git commit\")"2316msgstr " (corrija os conflitos e execute \"git commit\")"23172318#: wt-status.c:9562319msgid "All conflicts fixed but you are still merging."2320msgstr "Todos os conflitos foram corrigidos mas ainda está a integrar."23212322#: wt-status.c:9592323msgid " (use \"git commit\" to conclude merge)"2324msgstr " (use \"git commit\" para concluir a integração)"23252326#: wt-status.c:9692327msgid "You are in the middle of an am session."2328msgstr "Sessão am em curso."23292330#: wt-status.c:9722331msgid "The current patch is empty."2332msgstr "O patch atual está vazio."23332334#: wt-status.c:9762335msgid " (fix conflicts and then run \"git am --continue\")"2336msgstr " (corrija os conflitos e execute \"git am --continue\")"23372338#: wt-status.c:9782339msgid " (use \"git am --skip\" to skip this patch)"2340msgstr " (use \"git am --skip\" para ignorar este patch)"23412342#: wt-status.c:9802343msgid " (use \"git am --abort\" to restore the original branch)"2344msgstr " (use \"git am --abort\" para restaurar o ramo original)"23452346#: wt-status.c:11052347msgid "No commands done."2348msgstr "Nenhum comando concluído."23492350#: wt-status.c:11082351#, c-format2352msgid "Last command done (%d command done):"2353msgid_plural "Last commands done (%d commands done):"2354msgstr[0] "Último comando concluído (%d comando concluído):"2355msgstr[1] "Últimos comandos concluídos (%d comandos concluídos):"23562357#: wt-status.c:11192358#, c-format2359msgid " (see more in file %s)"2360msgstr " (veja mais no ficheiro %s)"23612362#: wt-status.c:11242363msgid "No commands remaining."2364msgstr "Nenhum comando por concluir."23652366#: wt-status.c:11272367#, c-format2368msgid "Next command to do (%d remaining command):"2369msgid_plural "Next commands to do (%d remaining commands):"2370msgstr[0] "Próximo comando a executar (%d comando restante):"2371msgstr[1] "Próximos comandos a executar (%d comandos restantes):"23722373#: wt-status.c:11352374msgid " (use \"git rebase --edit-todo\" to view and edit)"2375msgstr " (use \"git rebase --edit-todo\" para visualizar e editar)"23762377#: wt-status.c:11482378#, c-format2379msgid "You are currently rebasing branch '%s' on '%s'."2380msgstr "Está a realizar rebase do ramo '%s' sobre '%s'."23812382#: wt-status.c:11532383msgid "You are currently rebasing."2384msgstr "Está a rebasear neste momento."23852386#: wt-status.c:11672387msgid " (fix conflicts and then run \"git rebase --continue\")"2388msgstr " (corrija os conflitos e execute \"git rebase --continue\")"23892390#: wt-status.c:11692391msgid " (use \"git rebase --skip\" to skip this patch)"2392msgstr " (use \"git rebase --skip\" para ignorar este patch)"23932394#: wt-status.c:11712395msgid " (use \"git rebase --abort\" to check out the original branch)"2396msgstr " (use \"git rebase --abort\" para restaurar o ramo original)"23972398#: wt-status.c:11772399msgid " (all conflicts fixed: run \"git rebase --continue\")"2400msgstr ""2401" (todos os conflitos foram corrigidos: execute \"git rebase --continue\")"24022403#: wt-status.c:11812404#, c-format2405msgid ""2406"You are currently splitting a commit while rebasing branch '%s' on '%s'."2407msgstr ""2408"Está a dividir um commit ao mesmo tempo que se efetua rebase do ramo '%s' "2409"sobre '%s'."24102411#: wt-status.c:11862412msgid "You are currently splitting a commit during a rebase."2413msgstr "Está a dividir um commit durante um rebase."24142415#: wt-status.c:11892416msgid " (Once your working directory is clean, run \"git rebase --continue\")"2417msgstr ""2418" (Assim que o diretório de trabalho estiver limpo, execute \"git rebase --"2419"continue\")"24202421#: wt-status.c:11932422#, c-format2423msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2424msgstr ""2425"Está a editar um commit ao mesmo tempo que efetua rebase do ramo '%s' sobre "2426"'%s'."24272428#: wt-status.c:11982429msgid "You are currently editing a commit during a rebase."2430msgstr "Está a editar um commit durante um rebase."24312432#: wt-status.c:12012433msgid " (use \"git commit --amend\" to amend the current commit)"2434msgstr " (use \"git commit --amend\" para emendar o commit atual)"24352436#: wt-status.c:12032437msgid ""2438" (use \"git rebase --continue\" once you are satisfied with your changes)"2439msgstr ""2440" (use \"git rebase --continue\" assim que estiver satisfeito com as "2441"alterações)"24422443#: wt-status.c:12132444#, c-format2445msgid "You are currently cherry-picking commit %s."2446msgstr "Está a realizar cherry-pick do commit %s."24472448#: wt-status.c:12182449msgid " (fix conflicts and run \"git cherry-pick --continue\")"2450msgstr " (corrija os conflitos e execute \"git cherry-pick --continue\")"24512452#: wt-status.c:12212453msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2454msgstr ""2455" (todos os conflitos foram corrigidos: execute \"git cherry-pick --continue"2456"\")"24572458#: wt-status.c:12232459msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2460msgstr ""2461" (use \"git cherry-pick --abort\" para cancelar a operação de cherry-pick)"24622463#: wt-status.c:12322464#, c-format2465msgid "You are currently reverting commit %s."2466msgstr "Está a reverter o commit %s neste comento."24672468#: wt-status.c:12372469msgid " (fix conflicts and run \"git revert --continue\")"2470msgstr " (corrija dos conflitos e execute \"git revert --continue\")"24712472#: wt-status.c:12402473msgid " (all conflicts fixed: run \"git revert --continue\")"2474msgstr ""2475" (todos os conflitos foram corrigidos: execute \"git revert --continue\")"24762477#: wt-status.c:12422478msgid " (use \"git revert --abort\" to cancel the revert operation)"2479msgstr " (use \"git rever --abort\" para cancelar a operação de reversão)"24802481#: wt-status.c:12532482#, c-format2483msgid "You are currently bisecting, started from branch '%s'."2484msgstr "Está a bissetar, iniciado a partir do ramo '%s'."24852486#: wt-status.c:12572487msgid "You are currently bisecting."2488msgstr "Está a bissetar neste momento."24892490#: wt-status.c:12602491msgid " (use \"git bisect reset\" to get back to the original branch)"2492msgstr " (use \"git bisect reset\" para voltar ao ramo original)"24932494#: wt-status.c:14602495msgid "On branch "2496msgstr "No ramo "24972498#: wt-status.c:14662499msgid "interactive rebase in progress; onto "2500msgstr "rebase interativo em curso; sobre "25012502#: wt-status.c:14682503msgid "rebase in progress; onto "2504msgstr "rebase em curso; sobre "25052506#: wt-status.c:14732507msgid "HEAD detached at "2508msgstr "HEAD destacada em "25092510#: wt-status.c:14752511msgid "HEAD detached from "2512msgstr "HEAD destacada de "25132514#: wt-status.c:14782515msgid "Not currently on any branch."2516msgstr "Não se encontra em nenhum ramo neste momento."25172518#: wt-status.c:14962519msgid "Initial commit"2520msgstr "Commit inicial"25212522#: wt-status.c:15102523msgid "Untracked files"2524msgstr "Ficheiros não controlados"25252526#: wt-status.c:15122527msgid "Ignored files"2528msgstr "Ficheiros ignorados"25292530#: wt-status.c:15162531#, c-format2532msgid ""2533"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2534"may speed it up, but you have to be careful not to forget to add\n"2535"new files yourself (see 'git help status')."2536msgstr ""2537"A enumeração dos ficheiros não controlados demorou %.2f segundos\n"2538"a concluir. 'status -uno' pode acelerar o processo, mas deve ter\n"2539"cuidado de não se esquecer de adicionar novos ficheiros\n"2540"(consulte 'git help status')."25412542#: wt-status.c:15222543#, c-format2544msgid "Untracked files not listed%s"2545msgstr "Ficheiros não controlados não listados%s"25462547#: wt-status.c:15242548msgid " (use -u option to show untracked files)"2549msgstr " (use a opção -u para mostrar os ficheiros não controlados)"25502551#: wt-status.c:15302552msgid "No changes"2553msgstr "Sem alterações"25542555#: wt-status.c:15352556#, c-format2557msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2558msgstr ""2559"nenhuma alteração adicionada para submeter (use \"git add\" e/ou \"git "2560"commit -a\")\n"25612562#: wt-status.c:15382563#, c-format2564msgid "no changes added to commit\n"2565msgstr "nenhuma alteração adicionada para submeter\n"25662567#: wt-status.c:15412568#, c-format2569msgid ""2570"nothing added to commit but untracked files present (use \"git add\" to "2571"track)\n"2572msgstr ""2573"não foi adicionado nada para submeter, mas existem ficheiros não controlados "2574"(use \"git add\" para controlá-los)\n"25752576#: wt-status.c:15442577#, c-format2578msgid "nothing added to commit but untracked files present\n"2579msgstr ""2580"não foi adicionado nada para submeter, mas existem ficheiros não "2581"controlados\n"25822583#: wt-status.c:15472584#, c-format2585msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2586msgstr ""2587"não há nada para submeter (crie/copie ficheiros e use \"git add\" para "2588"controlá-los)\n"25892590#: wt-status.c:1550 wt-status.c:15552591#, c-format2592msgid "nothing to commit\n"2593msgstr "não há nada para submeter\n"25942595#: wt-status.c:15532596#, c-format2597msgid "nothing to commit (use -u to show untracked files)\n"2598msgstr ""2599"não há nada para submeter (use -u para mostrar os ficheiros não controlados)"2600"\n"26012602#: wt-status.c:15572603#, c-format2604msgid "nothing to commit, working directory clean\n"2605msgstr "não há nada para submeter, diretório de trabalho limpo\n"26062607#: wt-status.c:16642608msgid "Initial commit on "2609msgstr "Commit inicial em "26102611#: wt-status.c:16682612msgid "HEAD (no branch)"2613msgstr "HEAD (nenhum ramo)"26142615#: wt-status.c:16972616msgid "gone"2617msgstr "desaparecido"26182619#: wt-status.c:1699 wt-status.c:17072620msgid "behind "2621msgstr "atrás "26222623#: wt-status.c:1702 wt-status.c:17052624msgid "ahead "2625msgstr "à frente "26262627#: compat/precompose_utf8.c:57 builtin/clone.c:4152628#, c-format2629msgid "failed to unlink '%s'"2630msgstr "falha ao invocar unlink de '%s'"26312632#: builtin/add.c:222633msgid "git add [<options>] [--] <pathspec>..."2634msgstr "git add [<opções>] [--] <caminho>..."26352636#: builtin/add.c:652637#, c-format2638msgid "unexpected diff status %c"2639msgstr "diff status inesperado %c"26402641#: builtin/add.c:70 builtin/commit.c:2802642msgid "updating files failed"2643msgstr "falha ao atualizar os ficheiros"26442645#: builtin/add.c:802646#, c-format2647msgid "remove '%s'\n"2648msgstr "remover '%s'\n"26492650#: builtin/add.c:1342651msgid "Unstaged changes after refreshing the index:"2652msgstr "Alterações não preparadas depois de atualizar o índice:"26532654#: builtin/add.c:194 builtin/rev-parse.c:8112655msgid "Could not read the index"2656msgstr "Não foi possível ler o índice"26572658#: builtin/add.c:2052659#, c-format2660msgid "Could not open '%s' for writing."2661msgstr "Não foi possível abrir '%s' para escrita."26622663#: builtin/add.c:2092664msgid "Could not write patch"2665msgstr "Não foi possível escrever patch"26662667#: builtin/add.c:2122668msgid "editing patch failed"2669msgstr "falha ao editar patch"26702671#: builtin/add.c:2152672#, c-format2673msgid "Could not stat '%s'"2674msgstr "Não foi possível obter stat de '%s'"26752676#: builtin/add.c:2172677msgid "Empty patch. Aborted."2678msgstr "Patch vazio. Abortado."26792680#: builtin/add.c:2222681#, c-format2682msgid "Could not apply '%s'"2683msgstr "Não foi possível aplicar '%s'"26842685#: builtin/add.c:2322686msgid "The following paths are ignored by one of your .gitignore files:\n"2687msgstr "Os seguintes caminhos estão ignorados por algum ficheiro .gitignore:\n"26882689#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:1112690#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:5112691#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:1622692msgid "dry run"2693msgstr "simular ação"26942695#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:192696#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:5572697#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:1142698msgid "be verbose"2699msgstr "ser verboso"27002701#: builtin/add.c:2522702msgid "interactive picking"2703msgstr "seleção interativa"27042705#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:2862706msgid "select hunks interactively"2707msgstr "selecionar blocos interativamente"27082709#: builtin/add.c:2542710msgid "edit current diff and apply"2711msgstr "editar o diff atual e aplicá-lo"27122713#: builtin/add.c:2552714msgid "allow adding otherwise ignored files"2715msgstr "permitir adicionar ficheiros ignorados"27162717#: builtin/add.c:2562718msgid "update tracked files"2719msgstr "atualizar ficheiros controlados"27202721#: builtin/add.c:2572722msgid "record only the fact that the path will be added later"2723msgstr "registar apenas o facto de que o caminho será adicionado mais tarde"27242725#: builtin/add.c:2582726msgid "add changes from all tracked and untracked files"2727msgstr ""2728"adicionar alterações de todos os ficheiros controlados ou não controlados"27292730#: builtin/add.c:2612731msgid "ignore paths removed in the working tree (same as --no-all)"2732msgstr ""2733"ignorar caminhos removidos na árvore de trabalho (o mesmo que --no-all)"27342735#: builtin/add.c:2632736msgid "don't add, only refresh the index"2737msgstr "não adicionar, apenas atualizar o índice"27382739#: builtin/add.c:2642740msgid "just skip files which cannot be added because of errors"2741msgstr "ignorar ficheiros que não podem ser adicionados por causa de erros"27422743#: builtin/add.c:2652744msgid "check if - even missing - files are ignored in dry run"2745msgstr "verificar quais os ficheiros ignorados na simulação"27462747#: builtin/add.c:2872748#, c-format2749msgid "Use -f if you really want to add them.\n"2750msgstr "Use -f se deseja mesmo adicioná-los.\n"27512752#: builtin/add.c:2942753msgid "adding files failed"2754msgstr "falha ao adicionar ficheiros"27552756#: builtin/add.c:3302757msgid "-A and -u are mutually incompatible"2758msgstr "-A e -u são mutuamente incompatíveis"27592760#: builtin/add.c:3372761msgid "Option --ignore-missing can only be used together with --dry-run"2762msgstr "A opção --ignore-missing só pode ser usada em conjunto com --dry-run"27632764#: builtin/add.c:3522765#, c-format2766msgid "Nothing specified, nothing added.\n"2767msgstr "Não foi especificado nada, nada adicionado.\n"27682769#: builtin/add.c:3532770#, c-format2771msgid "Maybe you wanted to say 'git add .'?\n"2772msgstr "Queria dizer 'git add .'?\n"27732774#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9142775#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982776#: builtin/submodule--helper.c:2402777msgid "index file corrupt"2778msgstr "ficheiro de índice corrompido"27792780#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:4302781msgid "Unable to write new index file"2782msgstr "Não foi possível escrever novo ficheiro de índice"27832784#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:10892785#, c-format2786msgid "could not read '%s'"2787msgstr "não foi possível ler '%s'"27882789#: builtin/am.c:4302790msgid "could not parse author script"2791msgstr "não foi possível analisar o autor do script"27922793#: builtin/am.c:5072794#, c-format2795msgid "'%s' was deleted by the applypatch-msg hook"2796msgstr "'%s' foi eliminado pelo hook applypatch-msg"27972798#: builtin/am.c:548 builtin/notes.c:3002799#, c-format2800msgid "Malformed input line: '%s'."2801msgstr "Linha de entrada malformada: '%s'."28022803#: builtin/am.c:585 builtin/notes.c:3152804#, c-format2805msgid "Failed to copy notes from '%s' to '%s'"2806msgstr "Falha ao copiar notas de '%s' para '%s'"28072808#: builtin/am.c:6112809msgid "fseek failed"2810msgstr "falha ao invocar fseek"28112812#: builtin/am.c:7882813#, c-format2814msgid "could not parse patch '%s'"2815msgstr "não foi possível analisar o patch '%s'"28162817#: builtin/am.c:8532818msgid "Only one StGIT patch series can be applied at once"2819msgstr "Só pode ser aplicada uma série de patches StGIT duma só vez"28202821#: builtin/am.c:9002822msgid "invalid timestamp"2823msgstr "carimbo de data/hora inválido"28242825#: builtin/am.c:903 builtin/am.c:9112826msgid "invalid Date line"2827msgstr "linha de Data inválida"28282829#: builtin/am.c:9082830msgid "invalid timezone offset"2831msgstr "mudança de fuso horário inválida"28322833#: builtin/am.c:9952834msgid "Patch format detection failed."2835msgstr "Falha ao detetar o formato do patch."28362837#: builtin/am.c:1000 builtin/clone.c:3802838#, c-format2839msgid "failed to create directory '%s'"2840msgstr "falha ao criar o diretório '%s'"28412842#: builtin/am.c:10042843msgid "Failed to split patches."2844msgstr "Falha ao dividir patches."28452846#: builtin/am.c:1136 builtin/commit.c:3652847msgid "unable to write index file"2848msgstr "não é possível escrever o ficheiro de índice"28492850#: builtin/am.c:11872851#, c-format2852msgid "When you have resolved this problem, run \"%s --continue\"."2853msgstr "Após resolver este problema, execute \"%s --continue\"."28542855#: builtin/am.c:11882856#, c-format2857msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2858msgstr "Se preferir ignorar este patch, execute \"%s --skip\"."28592860#: builtin/am.c:11892861#, c-format2862msgid "To restore the original branch and stop patching, run \"%s --abort\"."2863msgstr ""2864"Para restaurar o ramo original e interromper a aplicação dos patches, "2865"execute \"%s --abort\"."28662867#: builtin/am.c:13272868msgid "Patch is empty. Was it split wrong?"2869msgstr "O patch está vazio. Foi dividido incorretamente?"28702871#: builtin/am.c:1401 builtin/log.c:15162872#, c-format2873msgid "invalid ident line: %s"2874msgstr "linha de identidade inválida: %s"28752876#: builtin/am.c:14282877#, c-format2878msgid "unable to parse commit %s"2879msgstr "não foi possível analisar o commit %s"28802881#: builtin/am.c:16302882msgid "Repository lacks necessary blobs to fall back on 3-way merge."2883msgstr ""2884"O repositório não tem os blobs necessários para recorrer a integração com 3 "2885"pontos."28862887#: builtin/am.c:16322888msgid "Using index info to reconstruct a base tree..."2889msgstr "A usar informação do índice para reconstruir uma árvore de base..."28902891#: builtin/am.c:16512892msgid ""2893"Did you hand edit your patch?\n"2894"It does not apply to blobs recorded in its index."2895msgstr ""2896"Editou o patch manualmente?\n"2897"Não é possível aplicá-lo aos blobs registados no índice."28982899#: builtin/am.c:16572900msgid "Falling back to patching base and 3-way merge..."2901msgstr ""2902"A recorrer a uma de base para aplicação de patches e integração com 3 "2903"pontos..."29042905#: builtin/am.c:16722906msgid "Failed to merge in the changes."2907msgstr "Falha ao integrar as alterações."29082909#: builtin/am.c:1696 builtin/merge.c:6362910msgid "git write-tree failed to write a tree"2911msgstr "git write-tree falhou ao escrever uma árvore"29122913#: builtin/am.c:17032914msgid "applying to an empty history"2915msgstr "a aplicar a um histórico vazio"29162917#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:8412918#: builtin/merge.c:8662919msgid "failed to write commit object"2920msgstr "falha ao escrever objeto de commit"29212922#: builtin/am.c:1748 builtin/am.c:17522923#, c-format2924msgid "cannot resume: %s does not exist."2925msgstr "não é possível continuar: %s não existe."29262927#: builtin/am.c:17682928msgid "cannot be interactive without stdin connected to a terminal."2929msgstr ""2930"não é possível entrar em modo interativo sem um entrada padrão conectada a "2931"um terminal."29322933#: builtin/am.c:17732934msgid "Commit Body is:"2935msgstr "Corpo do commit:"29362937#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2938#. in your translation. The program will only accept English2939#. input at this point.2940#.2941#: builtin/am.c:17832942msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2943msgstr "Aplicar? [y]sim/[n]ão/[e]ditar/[v]er patch/[a]ceitar todos: "29442945#: builtin/am.c:18332946#, c-format2947msgid "Dirty index: cannot apply patches (dirty: %s)"2948msgstr "Índice modificado: não é possível aplicar patches (modificado: %s)"29492950#: builtin/am.c:1868 builtin/am.c:19402951#, c-format2952msgid "Applying: %.*s"2953msgstr "A aplicar: %.*s"29542955#: builtin/am.c:18842956msgid "No changes -- Patch already applied."2957msgstr "Nenhuma alteração -- Já foi aplicado o patch."29582959#: builtin/am.c:18922960#, c-format2961msgid "Patch failed at %s %.*s"2962msgstr "Falha ao aplicar o patch em %s %.*s"29632964#: builtin/am.c:18982965#, c-format2966msgid "The copy of the patch that failed is found in: %s"2967msgstr "A cópia do patch que falhou encontra-se em: %s"29682969#: builtin/am.c:19432970msgid ""2971"No changes - did you forget to use 'git add'?\n"2972"If there is nothing left to stage, chances are that something else\n"2973"already introduced the same changes; you might want to skip this patch."2974msgstr ""2975"Sem alterações - esqueceu-se de usar 'git add'?\n"2976"Se não há nada por preparar, provavelmente essas mesmas alterações\n"2977"já foram introduzidas; pode querer ignorar este patch."29782979#: builtin/am.c:19502980msgid ""2981"You still have unmerged paths in your index.\n"2982"Did you forget to use 'git add'?"2983msgstr ""2984"Ainda há caminhos não integrados no índice.\n"2985"Esqueceu-se de usar 'git add'?"29862987#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:3082988#: builtin/reset.c:3162989#, c-format2990msgid "Could not parse object '%s'."2991msgstr "Não foi possível analisar o objeto '%s'."29922993#: builtin/am.c:21102994msgid "failed to clean index"2995msgstr "falha ao limpar o índice"29962997#: builtin/am.c:21442998msgid ""2999"You seem to have moved HEAD since the last 'am' failure.\n"3000"Not rewinding to ORIG_HEAD"3001msgstr ""3002"Parece que a HEAD foi movida desde a última vez que o 'am' falhou.\n"3003"Não recuando a ORIG_HEAD"30043005#: builtin/am.c:22053006#, c-format3007msgid "Invalid value for --patch-format: %s"3008msgstr "Valor inválido de --patch-format: %s"30093010#: builtin/am.c:22383011msgid "git am [<options>] [(<mbox>|<Maildir>)...]"3012msgstr "git am [<opções>] [(<mbox>|<Maildir>)...]"30133014#: builtin/am.c:22393015msgid "git am [<options>] (--continue | --skip | --abort)"3016msgstr "git am [<opções>] (--continue | --skip | --abort)"30173018#: builtin/am.c:22453019msgid "run interactively"3020msgstr "executar interativamente"30213022#: builtin/am.c:22473023msgid "historical option -- no-op"3024msgstr "opção histórica -- sem-ação"30253026#: builtin/am.c:22493027msgid "allow fall back on 3way merging if needed"3028msgstr "permitir recorrer a integração com 3 pontos se necessário"30293030#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:573031#: builtin/repack.c:1713032msgid "be quiet"3033msgstr "silencioso"30343035#: builtin/am.c:22523036msgid "add a Signed-off-by line to the commit message"3037msgstr "adicionar uma linha com Signed-of-by no fim da mensagem de commit"30383039#: builtin/am.c:22553040msgid "recode into utf8 (default)"3041msgstr "recodificar em utf8 (predefinição)"30423043#: builtin/am.c:22573044msgid "pass -k flag to git-mailinfo"3045msgstr "passar a opção -k ao git-mailinfo"30463047#: builtin/am.c:22593048msgid "pass -b flag to git-mailinfo"3049msgstr "passar a opção -b ao git-mailinfo"30503051#: builtin/am.c:22613052msgid "pass -m flag to git-mailinfo"3053msgstr "passar a opção -m ao git-mailinfo"30543055#: builtin/am.c:22633056msgid "pass --keep-cr flag to git-mailsplit for mbox format"3057msgstr "passar a opção --keep-cr ao gitmailsplit para formato de mbox"30583059#: builtin/am.c:22663060msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"3061msgstr ""3062"não passar a opção --keep-cr ao git-mailsplit independentemente de am.keepcr"30633064#: builtin/am.c:22693065msgid "strip everything before a scissors line"3066msgstr "retirar todo o conteúdo antes da linha de tesoura"30673068#: builtin/am.c:2270 builtin/apply.c:45463069msgid "action"3070msgstr "ação"30713072#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:22803073#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:22923074#: builtin/am.c:22983075msgid "pass it through git-apply"3076msgstr "transmitir ao git-apply"30773078#: builtin/am.c:2279 builtin/apply.c:45703079msgid "root"3080msgstr "raiz"30813082#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:45083083#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:953084#: builtin/pull.c:179 builtin/submodule--helper.c:2773085#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:4853086#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:7673087#: builtin/submodule--helper.c:7703088msgid "path"3089msgstr "caminho"30903091#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6693092#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:1343093#: builtin/pull.c:193 builtin/repack.c:178 builtin/repack.c:1823094#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:3403095#: parse-options.h:132 parse-options.h:134 parse-options.h:2443096msgid "n"3097msgstr "n"30983099#: builtin/am.c:2291 builtin/apply.c:45143100msgid "num"3101msgstr "num"31023103#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:4383104#: builtin/tag.c:3723105msgid "format"3106msgstr "formato"31073108#: builtin/am.c:22953109msgid "format the patch(es) are in"3110msgstr "formato de apresentação de patches"31113112#: builtin/am.c:23013113msgid "override error message when patch failure occurs"3114msgstr "substituir a mensagem de erro quando a aplicação do patch falha"31153116#: builtin/am.c:23033117msgid "continue applying patches after resolving a conflict"3118msgstr "continuar a aplicar os patches depois de resolver os conflitos"31193120#: builtin/am.c:23063121msgid "synonyms for --continue"3122msgstr "sinónimo de --continue"31233124#: builtin/am.c:23093125msgid "skip the current patch"3126msgstr "ignorar o patch atual"31273128#: builtin/am.c:23123129msgid "restore the original branch and abort the patching operation."3130msgstr "restaurar o ramo original e abortar a operação de patch."31313132#: builtin/am.c:23163133msgid "lie about committer date"3134msgstr "mentir sobre a data de commit"31353136#: builtin/am.c:23183137msgid "use current timestamp for author date"3138msgstr "usar a data e hora atual como data de autor"31393140#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:2283141#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:3553142msgid "key-id"3143msgstr "id-chave"31443145#: builtin/am.c:23213146msgid "GPG-sign commits"3147msgstr "assinar os commits com GPG"31483149#: builtin/am.c:23243150msgid "(internal use for git-rebase)"3151msgstr "(uso interno de git-rebase)"31523153#: builtin/am.c:23393154msgid ""3155"The -b/--binary option has been a no-op for long time, and\n"3156"it will be removed. Please do not use it anymore."3157msgstr ""3158"A opção -b/--binary há muito que é ignorada e será\n"3159"futuramente removida. Por favor não a use."31603161#: builtin/am.c:23463162msgid "failed to read the index"3163msgstr "falha ao ler o índice"31643165#: builtin/am.c:23613166#, c-format3167msgid "previous rebase directory %s still exists but mbox given."3168msgstr ""3169"o diretório de rebesa anterior %s ainda existe, mas foi fornecida uma mbox."31703171#: builtin/am.c:23853172#, c-format3173msgid ""3174"Stray %s directory found.\n"3175"Use \"git am --abort\" to remove it."3176msgstr ""3177"Diretório abandonado %s encontrado.\n"3178"Use \"git am --abort\" para o remover."31793180#: builtin/am.c:23913181msgid "Resolve operation not in progress, we are not resuming."3182msgstr "A operação de resolução não está em curso, não retomando."31833184#: builtin/apply.c:593185msgid "git apply [<options>] [<patch>...]"3186msgstr "git apply [<opções>] [<patch>...]"31873188#: builtin/apply.c:1113189#, c-format3190msgid "unrecognized whitespace option '%s'"3191msgstr "opção de espaço em branco não reconhecida '%s'"31923193#: builtin/apply.c:1263194#, c-format3195msgid "unrecognized whitespace ignore option '%s'"3196msgstr "opção de ignorar espaço em branco não reconhecida '%s'"31973198#: builtin/apply.c:8183199#, c-format3200msgid "Cannot prepare timestamp regexp %s"3201msgstr "Não é possível preparar a regexp de carimbo de data/hora %s"32023203#: builtin/apply.c:8273204#, c-format3205msgid "regexec returned %d for input: %s"3206msgstr "regexec retornou %d para a entra: %s"32073208#: builtin/apply.c:9083209#, c-format3210msgid "unable to find filename in patch at line %d"3211msgstr "não foi possível encontrar o nome do ficheiro no patch na linha %d"32123213#: builtin/apply.c:9373214#, c-format3215msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"3216msgstr ""3217"git apply: git-diff incorreto - esperava-se /dev/null, obteve-se %s na linha "3218"%d"32193220#: builtin/apply.c:9423221#, c-format3222msgid "git apply: bad git-diff - inconsistent new filename on line %d"3223msgstr ""3224"git apply: git-diff incorreto - o nome do novo ficheiro na linha %d é "3225"inconsistente"32263227#: builtin/apply.c:9433228#, c-format3229msgid "git apply: bad git-diff - inconsistent old filename on line %d"3230msgstr ""3231"git apply: git-diff incorreto - o nome do ficheiro antigo na linha %d é "3232"inconsistente"32333234#: builtin/apply.c:9493235#, c-format3236msgid "git apply: bad git-diff - expected /dev/null on line %d"3237msgstr "git apply: git-diff incorreto - esperava-se /dev/null na linha %d"32383239#: builtin/apply.c:14063240#, c-format3241msgid "recount: unexpected line: %.*s"3242msgstr "recontagem: linha inesperada: %.*s"32433244#: builtin/apply.c:14633245#, c-format3246msgid "patch fragment without header at line %d: %.*s"3247msgstr "fragmento de patch sem cabeçalho na linha %d: %.*s"32483249#: builtin/apply.c:14803250#, c-format3251msgid ""3252"git diff header lacks filename information when removing %d leading pathname "3253"component (line %d)"3254msgid_plural ""3255"git diff header lacks filename information when removing %d leading pathname "3256"components (line %d)"3257msgstr[0] ""3258"o cabeçalho do git diff não revelou o nome do ficheiro depois de se remover "3259"%d componente do caminho (linha %d)"3260msgstr[1] ""3261"o cabeçalho do git diff não revelou o nome do ficheiro depois de se remover "3262"%d componentes de caminho (linha %d)"32633264#: builtin/apply.c:16463265msgid "new file depends on old contents"3266msgstr "o novo ficheiro depende de conteúdos antigos"32673268#: builtin/apply.c:16483269msgid "deleted file still has contents"3270msgstr "o ficheiro eliminado ainda tem conteúdos"32713272#: builtin/apply.c:16743273#, c-format3274msgid "corrupt patch at line %d"3275msgstr "patch corrompido na linha %d"32763277#: builtin/apply.c:17103278#, c-format3279msgid "new file %s depends on old contents"3280msgstr "o novo ficheiro %s depende de conteúdos antigos"32813282#: builtin/apply.c:17123283#, c-format3284msgid "deleted file %s still has contents"3285msgstr "o ficheiro eliminado %s ainda tem conteúdos"32863287#: builtin/apply.c:17153288#, c-format3289msgid "** warning: file %s becomes empty but is not deleted"3290msgstr "** aviso: o ficheiro %s ficará vazio, mas não será eliminado"32913292#: builtin/apply.c:18613293#, c-format3294msgid "corrupt binary patch at line %d: %.*s"3295msgstr "patch binário corrompido na linha %d: %.*s"32963297#: builtin/apply.c:18953298#, c-format3299msgid "unrecognized binary patch at line %d"3300msgstr "patch binário não reconhecido na linha %d"33013302#: builtin/apply.c:20483303#, c-format3304msgid "patch with only garbage at line %d"3305msgstr "patch incompreensível na linha %d"33063307#: builtin/apply.c:21383308#, c-format3309msgid "unable to read symlink %s"3310msgstr "não é possível ler a ligação simbólica %s"33113312#: builtin/apply.c:21423313#, c-format3314msgid "unable to open or read %s"3315msgstr "não é possível abrir ou ler %s"33163317#: builtin/apply.c:27753318#, c-format3319msgid "invalid start of line: '%c'"3320msgstr "início de linha inválido: '%c'"33213322#: builtin/apply.c:28943323#, c-format3324msgid "Hunk #%d succeeded at %d (offset %d line)."3325msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3326msgstr[0] "Excerto nº%d bem sucedido na linha %d (%d linha deslocada)."3327msgstr[1] "Excerto nº%d bem sucedido na linha %d (%d linhas deslocadas)."33283329#: builtin/apply.c:29063330#, c-format3331msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3332msgstr "Contexto reduzido para (%ld/%ld) para aplicar o fragmento em %d"33333334#: builtin/apply.c:29123335#, c-format3336msgid ""3337"while searching for:\n"3338"%.*s"3339msgstr ""3340"ao procura por:\n"3341"%.*s"33423343#: builtin/apply.c:29323344#, c-format3345msgid "missing binary patch data for '%s'"3346msgstr "falta de dados do patch binário '%s'"33473348#: builtin/apply.c:30333349#, c-format3350msgid "binary patch does not apply to '%s'"3351msgstr "o patch binário não foi aplicado corretamente a '%s'"33523353#: builtin/apply.c:30393354#, c-format3355msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3356msgstr ""3357"o patch binário aplicado a '%s' gera resultados incorretos (esperava-se %s, "3358"obteve-se %s)"33593360#: builtin/apply.c:30603361#, c-format3362msgid "patch failed: %s:%ld"3363msgstr "falha ao aplicar o patch: %s:%ld"33643365#: builtin/apply.c:31843366#, c-format3367msgid "cannot checkout %s"3368msgstr "não é possível extrair %s"33693370#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:32853371#, c-format3372msgid "read of %s failed"3373msgstr "falha ao ler %s"33743375#: builtin/apply.c:32373376#, c-format3377msgid "reading from '%s' beyond a symbolic link"3378msgstr "a ler '%s' indicado por uma ligação simbólica"33793380#: builtin/apply.c:3265 builtin/apply.c:34873381#, c-format3382msgid "path %s has been renamed/deleted"3383msgstr "o caminho %s foi eliminado ou mudou de nome"33843385#: builtin/apply.c:3346 builtin/apply.c:35013386#, c-format3387msgid "%s: does not exist in index"3388msgstr "%s: não existe no índice"33893390#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:35153391#, c-format3392msgid "%s: %s"3393msgstr "%s: %s"33943395#: builtin/apply.c:3355 builtin/apply.c:35093396#, c-format3397msgid "%s: does not match index"3398msgstr "%s: não tem correspondência no índice"33993400#: builtin/apply.c:34573401msgid "removal patch leaves file contents"3402msgstr "patch de remoção deixa conteúdos no ficheiro"34033404#: builtin/apply.c:35263405#, c-format3406msgid "%s: wrong type"3407msgstr "%s: tipo errado"34083409#: builtin/apply.c:35283410#, c-format3411msgid "%s has type %o, expected %o"3412msgstr "%s é do tipo %o, esperado %o"34133414#: builtin/apply.c:3687 builtin/apply.c:36893415#, c-format3416msgid "invalid path '%s'"3417msgstr "caminho inválido '%s'"34183419#: builtin/apply.c:37443420#, c-format3421msgid "%s: already exists in index"3422msgstr "%s: já existe no índice"34233424#: builtin/apply.c:37473425#, c-format3426msgid "%s: already exists in working directory"3427msgstr "%s: já existe no diretório de trabalho"34283429#: builtin/apply.c:37673430#, c-format3431msgid "new mode (%o) of %s does not match old mode (%o)"3432msgstr "o novo modo (%o) de %s não corresponde ao modo antigo (%o)"34333434#: builtin/apply.c:37723435#, c-format3436msgid "new mode (%o) of %s does not match old mode (%o) of %s"3437msgstr "o novo modo (%o) de %s não corresponde ao modo antigo (%o) de %s"34383439#: builtin/apply.c:37923440#, c-format3441msgid "affected file '%s' is beyond a symbolic link"3442msgstr "o ficheiro afetado '%s' é indicado por uma ligação simbólica"34433444#: builtin/apply.c:37963445#, c-format3446msgid "%s: patch does not apply"3447msgstr "%s: patch não se aplica com sucesso"34483449#: builtin/apply.c:38103450#, c-format3451msgid "Checking patch %s..."3452msgstr "A verificar o patch %s..."34533454#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:1353455#, c-format3456msgid "make_cache_entry failed for path '%s'"3457msgstr "falha ao invocar make_cache_entry em '%s'"34583459#: builtin/apply.c:40463460#, c-format3461msgid "unable to remove %s from index"3462msgstr "não é possível remover %s do índice"34633464#: builtin/apply.c:40753465#, c-format3466msgid "corrupt patch for submodule %s"3467msgstr "patch corrompido no submódulo %s"34683469#: builtin/apply.c:40793470#, c-format3471msgid "unable to stat newly created file '%s'"3472msgstr "não é possível obter estado do novo ficheiro criado '%s'"34733474#: builtin/apply.c:40843475#, c-format3476msgid "unable to create backing store for newly created file %s"3477msgstr ""3478"não é possível criar armazenamento de segurança do ficheiro recém-criado %s"34793480#: builtin/apply.c:4087 builtin/apply.c:41953481#, c-format3482msgid "unable to add cache entry for %s"3483msgstr "não é possível adicionar %s à cache"34843485#: builtin/apply.c:41203486#, c-format3487msgid "closing file '%s'"3488msgstr "a fechar o ficheiro '%s'"34893490#: builtin/apply.c:41693491#, c-format3492msgid "unable to write file '%s' mode %o"3493msgstr "não é possível escrever o ficheiro '%s' com o modo %o"34943495#: builtin/apply.c:42563496#, c-format3497msgid "Applied patch %s cleanly."3498msgstr "Patch %s aplicado com sucesso."34993500#: builtin/apply.c:42643501msgid "internal error"3502msgstr "erro interno"35033504#: builtin/apply.c:42673505#, c-format3506msgid "Applying patch %%s with %d reject..."3507msgid_plural "Applying patch %%s with %d rejects..."3508msgstr[0] "A aplicar patch %%s com %d rejeição..."3509msgstr[1] "A aplicar patch %%s com %d rejeições..."35103511#: builtin/apply.c:42773512#, c-format3513msgid "truncating .rej filename to %.*s.rej"3514msgstr "a truncar o nome do ficheiro .rej em %.*s.rej"35153516#: builtin/apply.c:42853517#, c-format3518msgid "cannot open %s: %s"3519msgstr "não é possível abrir %s: %s"35203521#: builtin/apply.c:42983522#, c-format3523msgid "Hunk #%d applied cleanly."3524msgstr "Excerto nº%d aplicado com sucesso."35253526#: builtin/apply.c:43013527#, c-format3528msgid "Rejected hunk #%d."3529msgstr "Excerto nº%d rejeitado."35303531#: builtin/apply.c:43873532#, c-format3533msgid "Skipped patch '%s'."3534msgstr "Patch '%s' ignorado."35353536#: builtin/apply.c:43953537msgid "unrecognized input"3538msgstr "entrada não reconhecida"35393540#: builtin/apply.c:44063541msgid "unable to read index file"3542msgstr "não foi possível ler o ficheiro de índice"35433544#: builtin/apply.c:45093545msgid "don't apply changes matching the given path"3546msgstr "não aplicar alterações que correspondam ao caminho fornecido"35473548#: builtin/apply.c:45123549msgid "apply changes matching the given path"3550msgstr "aplicar alterações que correspondam ao caminho fornecido"35513552#: builtin/apply.c:45153553msgid "remove <num> leading slashes from traditional diff paths"3554msgstr "remover <num> barras à esquerda dos caminhos de diff tradicional"35553556#: builtin/apply.c:45183557msgid "ignore additions made by the patch"3558msgstr "ignorar adições feitas pelo patch"35593560#: builtin/apply.c:45203561msgid "instead of applying the patch, output diffstat for the input"3562msgstr "em vez de aplicar o patch, mostrar o diffstat da entrada"35633564#: builtin/apply.c:45243565msgid "show number of added and deleted lines in decimal notation"3566msgstr "mostrar número de linhas adicionadas e removidas em notação decimal"35673568#: builtin/apply.c:45263569msgid "instead of applying the patch, output a summary for the input"3570msgstr "em vez de aplicar o patch, mostrar um resumo da entrada"35713572#: builtin/apply.c:45283573msgid "instead of applying the patch, see if the patch is applicable"3574msgstr "em vez de aplicar o patch, verificar se o patch pode ser aplicado"35753576#: builtin/apply.c:45303577msgid "make sure the patch is applicable to the current index"3578msgstr "garantir que o patch pode ser aplicado ao índice atual"35793580#: builtin/apply.c:45323581msgid "apply a patch without touching the working tree"3582msgstr "aplicar um patch sem tocar na árvore de trabalho"35833584#: builtin/apply.c:45343585msgid "accept a patch that touches outside the working area"3586msgstr "aceitar patches que alteram ficheiros fora da área de trabalho"35873588#: builtin/apply.c:45363589msgid "also apply the patch (use with --stat/--summary/--check)"3590msgstr "aplicar o patch também (use com --stat/--summary/--check)"35913592#: builtin/apply.c:45383593msgid "attempt three-way merge if a patch does not apply"3594msgstr ""3595"tentar integração com três pontos se um patch não se se aplica com êxito"35963597#: builtin/apply.c:45403598msgid "build a temporary index based on embedded index information"3599msgstr ""3600"construir um índice temporário baseado na informação incorporada do índice"36013602#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:4253603msgid "paths are separated with NUL character"3604msgstr "os caminhos estão separados por caracteres NUL"36053606#: builtin/apply.c:45453607msgid "ensure at least <n> lines of context match"3608msgstr "garantir que, pelo menos, <n> linhas de contexto coincidem"36093610#: builtin/apply.c:45473611msgid "detect new or modified lines that have whitespace errors"3612msgstr "detetar linhas novas ou modificadas que tenham espaços em branco"36133614#: builtin/apply.c:4550 builtin/apply.c:45533615msgid "ignore changes in whitespace when finding context"3616msgstr "ignorar alterações de espaço em branco ao procurar contexto"36173618#: builtin/apply.c:45563619msgid "apply the patch in reverse"3620msgstr "aplicar o patch em reverso"36213622#: builtin/apply.c:45583623msgid "don't expect at least one line of context"3624msgstr "não esperar nenhuma linha de contexto"36253626#: builtin/apply.c:45603627msgid "leave the rejected hunks in corresponding *.rej files"3628msgstr "deixar os excertos rejeitados nos respetivos ficheiros *.rej"36293630#: builtin/apply.c:45623631msgid "allow overlapping hunks"3632msgstr "permitir a sobreposição de excertos"36333634#: builtin/apply.c:45653635msgid "tolerate incorrectly detected missing new-line at the end of file"3636msgstr ""3637"tolerar deteções incorretas de falta de nova linha no final do ficheiro"36383639#: builtin/apply.c:45683640msgid "do not trust the line counts in the hunk headers"3641msgstr "não confiar na contagem de linhas no cabeçalho dos excertos"36423643#: builtin/apply.c:45713644msgid "prepend <root> to all filenames"3645msgstr "preceder <root> a todos os nomes de ficheiro"36463647#: builtin/apply.c:45933648msgid "--3way outside a repository"3649msgstr "--3way fora de um repositório"36503651#: builtin/apply.c:46013652msgid "--index outside a repository"3653msgstr "--index fora de um repositório"36543655#: builtin/apply.c:46043656msgid "--cached outside a repository"3657msgstr "--cached fora de um repositório"36583659#: builtin/apply.c:46233660#, c-format3661msgid "can't open patch '%s'"3662msgstr "não é possível abrir o patch '%s'"36633664#: builtin/apply.c:46373665#, c-format3666msgid "squelched %d whitespace error"3667msgid_plural "squelched %d whitespace errors"3668msgstr[0] "%d erro de espaço em branco reprimido"3669msgstr[1] "%d erros de espaço em branco reprimidos"36703671#: builtin/apply.c:4643 builtin/apply.c:46533672#, c-format3673msgid "%d line adds whitespace errors."3674msgid_plural "%d lines add whitespace errors."3675msgstr[0] "%d linha adiciona erros de espaço em branco."3676msgstr[1] "%d linhas adicionam erros de espaço em branco."36773678#: builtin/archive.c:173679#, c-format3680msgid "could not create archive file '%s'"3681msgstr "não foi possível criar o ficheiro de arquivo '%s'"36823683#: builtin/archive.c:203684msgid "could not redirect output"3685msgstr "não foi possível redirecionar a saída"36863687#: builtin/archive.c:373688msgid "git archive: Remote with no URL"3689msgstr "git archive: Remoto sem URL"36903691#: builtin/archive.c:583692msgid "git archive: expected ACK/NAK, got EOF"3693msgstr "git archive: esperava-se ACK/NAK, obteve-se EOF"36943695#: builtin/archive.c:613696#, c-format3697msgid "git archive: NACK %s"3698msgstr "git archive: NACK %s"36993700#: builtin/archive.c:633701#, c-format3702msgid "remote error: %s"3703msgstr "erro remoto: %s"37043705#: builtin/archive.c:643706msgid "git archive: protocol error"3707msgstr "git archive: erro de protocolo"37083709#: builtin/archive.c:683710msgid "git archive: expected a flush"3711msgstr "git archive: esvaziamento de cache (flush) esperado"37123713#: builtin/bisect--helper.c:73714msgid "git bisect--helper --next-all [--no-checkout]"3715msgstr "git bisect--helper --next-all [--no-checkout]"37163717#: builtin/bisect--helper.c:173718msgid "perform 'git bisect next'"3719msgstr "executar 'git bisect next'"37203721#: builtin/bisect--helper.c:193722msgid "update BISECT_HEAD instead of checking out the current commit"3723msgstr "atualizar BISECT_HEAD em vez de extrair o commit atual"37243725#: builtin/blame.c:333726msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3727msgstr "git blame [<opções>] [<rev-opções>] [<rev>] [--] <ficheiro>"37283729#: builtin/blame.c:383730msgid "<rev-opts> are documented in git-rev-list(1)"3731msgstr "<rev-opções> estão documentadas em git-rev-list(1)"37323733#: builtin/blame.c:17823734msgid "Blaming lines"3735msgstr "Linhas de culpa"37363737#: builtin/blame.c:25313738msgid "Show blame entries as we find them, incrementally"3739msgstr ""3740"Mostrar entradas de culpa à medida que forem encontradas, incrementalmente"37413742#: builtin/blame.c:25323743msgid "Show blank SHA-1 for boundary commits (Default: off)"3744msgstr "Mostar SHA-1 dos commits limite em branco (Predefinição: desativado)"37453746#: builtin/blame.c:25333747msgid "Do not treat root commits as boundaries (Default: off)"3748msgstr "Não tratar os commits raiz como limites (Predefinição: desativado)"37493750#: builtin/blame.c:25343751msgid "Show work cost statistics"3752msgstr "Mostrar estatísticas de custo de atividade"37533754#: builtin/blame.c:25353755msgid "Force progress reporting"3756msgstr "Forçar informação de progresso"37573758#: builtin/blame.c:25363759msgid "Show output score for blame entries"3760msgstr "Mostrar a pontuação das entradas de culpa"37613762#: builtin/blame.c:25373763msgid "Show original filename (Default: auto)"3764msgstr "Mostrar o nome do ficheiro original (Predefinição: auto)"37653766#: builtin/blame.c:25383767msgid "Show original linenumber (Default: off)"3768msgstr "Mostrar números de linha originais (Predefinição: desativado)"37693770#: builtin/blame.c:25393771msgid "Show in a format designed for machine consumption"3772msgstr "Mostrar em formato próprio para ser consumo por uma máquina"37733774#: builtin/blame.c:25403775msgid "Show porcelain format with per-line commit information"3776msgstr "Mostrar em formato de porcelana com informações de commit por linha"37773778#: builtin/blame.c:25413779msgid "Use the same output mode as git-annotate (Default: off)"3780msgstr "Usar o mesmo modo de saída que git-annotate (Predefinição: desativado)"37813782#: builtin/blame.c:25423783msgid "Show raw timestamp (Default: off)"3784msgstr "Mostrar carimbo de data/hora em bruto (Predefinição: desativado)"37853786#: builtin/blame.c:25433787msgid "Show long commit SHA1 (Default: off)"3788msgstr "Mostrar SHA1 longo de commit (Predefinição: desativado)"37893790#: builtin/blame.c:25443791msgid "Suppress author name and timestamp (Default: off)"3792msgstr ""3793"Suprimir nome de autor e carimbo de data/hora (Predefinição: desativado)"37943795#: builtin/blame.c:25453796msgid "Show author email instead of name (Default: off)"3797msgstr "Mostrar o email do autor em vez do nome (Predefinição: desativado)"37983799#: builtin/blame.c:25463800msgid "Ignore whitespace differences"3801msgstr "Ignorar as diferenças de espaço em branco"38023803#: builtin/blame.c:25473804msgid "Spend extra cycles to find better match"3805msgstr "Despender ciclos extra para encontrar uma melhor correspondência"38063807#: builtin/blame.c:25483808msgid "Use revisions from <file> instead of calling git-rev-list"3809msgstr "Usar revisões do <ficheiro> em vez de invocar git-rev-list"38103811#: builtin/blame.c:25493812msgid "Use <file>'s contents as the final image"3813msgstr "Usar o conteúdo do <ficheiro> como imagem final"38143815#: builtin/blame.c:2550 builtin/blame.c:25513816msgid "score"3817msgstr "pontuação"38183819#: builtin/blame.c:25503820msgid "Find line copies within and across files"3821msgstr "Localizar linhas copiadas dentro e entre ficheiros"38223823#: builtin/blame.c:25513824msgid "Find line movements within and across files"3825msgstr "Localizar linhas movidas dentro e entre ficheiros"38263827#: builtin/blame.c:25523828msgid "n,m"3829msgstr "n,m"38303831#: builtin/blame.c:25523832msgid "Process only line range n,m, counting from 1"3833msgstr "Processar apenas o intervalo de linhas n,m, a cantar de 1"38343835#. TRANSLATORS: This string is used to tell us the maximum3836#. display width for a relative timestamp in "git blame"3837#. output. For C locale, "4 years, 11 months ago", which3838#. takes 22 places, is the longest among various forms of3839#. relative timestamps, but your language may need more or3840#. fewer display columns.3841#: builtin/blame.c:26413842msgid "4 years, 11 months ago"3843msgstr "há 4 anos e 11 meses atrás"38443845#: builtin/branch.c:263846msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3847msgstr "git branch [<opções>] [-r | -a] [--merged | --no-merged]"38483849#: builtin/branch.c:273850msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3851msgstr "git branch [<opções>] [-l] [-f] <nome-ramo> [<ponto-de-partida>]"38523853#: builtin/branch.c:283854msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3855msgstr "git branch [<opções>] [-r] (-d | -D) <nome-do-ramo>..."38563857#: builtin/branch.c:293858msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3859msgstr "git branch [<opções>] (-m | -M) [<ramo-antigo>] <novo-ramo>"38603861#: builtin/branch.c:303862msgid "git branch [<options>] [-r | -a] [--points-at]"3863msgstr "git branch [<opções>] [-r | -a] [--points-at]"38643865#: builtin/branch.c:1433866#, c-format3867msgid ""3868"deleting branch '%s' that has been merged to\n"3869" '%s', but not yet merged to HEAD."3870msgstr ""3871"a eliminar o ramo '%s' integrado em\n"3872" '%s', mas ainda não integrado em HEAD."38733874#: builtin/branch.c:1473875#, c-format3876msgid ""3877"not deleting branch '%s' that is not yet merged to\n"3878" '%s', even though it is merged to HEAD."3879msgstr ""3880"ramo '%s' não eliminado, visto que ainda não foi integrado em\n"3881" '%s', apesar de já ter sido integrado em HEAD."38823883#: builtin/branch.c:1613884#, c-format3885msgid "Couldn't look up commit object for '%s'"3886msgstr "Não foi possível pesquisar pelo objeto commit de '%s'"38873888#: builtin/branch.c:1653889#, c-format3890msgid ""3891"The branch '%s' is not fully merged.\n"3892"If you are sure you want to delete it, run 'git branch -D %s'."3893msgstr ""3894"O ramo '%s' não foi totalmente integrado.\n"3895"Se tem a certeza que o quer eliminar, execute 'git branch -D %s'."38963897#: builtin/branch.c:1783898msgid "Update of config-file failed"3899msgstr "Falha ao atualizar o ficheiro de configuração"39003901#: builtin/branch.c:2063902msgid "cannot use -a with -d"3903msgstr "não é possível usar -a com -d"39043905#: builtin/branch.c:2123906msgid "Couldn't look up commit object for HEAD"3907msgstr "Não foi possível pesquisar pelo objeto commit de HEAD"39083909#: builtin/branch.c:2263910#, c-format3911msgid "Cannot delete branch '%s' checked out at '%s'"3912msgstr "Não é possível eliminar o ramo '%s' extraído em '%s'"39133914#: builtin/branch.c:2413915#, c-format3916msgid "remote-tracking branch '%s' not found."3917msgstr "ramo de monitorização remoto '%s' não encontrado."39183919#: builtin/branch.c:2423920#, c-format3921msgid "branch '%s' not found."3922msgstr "ramo '%s' não encontrado."39233924#: builtin/branch.c:2573925#, c-format3926msgid "Error deleting remote-tracking branch '%s'"3927msgstr "Erro a eliminar o ramo de monitorização remoto '%s'"39283929#: builtin/branch.c:2583930#, c-format3931msgid "Error deleting branch '%s'"3932msgstr "Erro a eliminar ramo '%s'"39333934#: builtin/branch.c:2653935#, c-format3936msgid "Deleted remote-tracking branch %s (was %s).\n"3937msgstr "Ramo de monitorização remoto %s eliminado (era %s).\n"39383939#: builtin/branch.c:2663940#, c-format3941msgid "Deleted branch %s (was %s).\n"3942msgstr "Ramo %s eliminado (era %s).\n"39433944#: builtin/branch.c:3093945#, c-format3946msgid "[%s: gone]"3947msgstr "[%s: desaparecido]"39483949#: builtin/branch.c:3143950#, c-format3951msgid "[%s]"3952msgstr "[%s]"39533954#: builtin/branch.c:3193955#, c-format3956msgid "[%s: behind %d]"3957msgstr "[%s: atrás %d]"39583959#: builtin/branch.c:3213960#, c-format3961msgid "[behind %d]"3962msgstr "[atrás %d]"39633964#: builtin/branch.c:3253965#, c-format3966msgid "[%s: ahead %d]"3967msgstr "[%s: à frente %d]"39683969#: builtin/branch.c:3273970#, c-format3971msgid "[ahead %d]"3972msgstr "[à frente %d]"39733974#: builtin/branch.c:3303975#, c-format3976msgid "[%s: ahead %d, behind %d]"3977msgstr "[%s: à frente %d, atrás %d]"39783979#: builtin/branch.c:3333980#, c-format3981msgid "[ahead %d, behind %d]"3982msgstr "[à frente %d, atrás %d]"39833984#: builtin/branch.c:3463985msgid " **** invalid ref ****"3986msgstr " **** referências inválida ****"39873988#: builtin/branch.c:3723989#, c-format3990msgid "(no branch, rebasing %s)"3991msgstr "(nenhum ramo, a efetuar rebase de %s)"39923993#: builtin/branch.c:3753994#, c-format3995msgid "(no branch, bisect started on %s)"3996msgstr "(nenhum ramo, bissecção iniciada em %s)"39973998#. TRANSLATORS: make sure this matches3999#. "HEAD detached at " in wt-status.c4000#: builtin/branch.c:3814001#, c-format4002msgid "(HEAD detached at %s)"4003msgstr "(HEAD destacada em %s)"40044005#. TRANSLATORS: make sure this matches4006#. "HEAD detached from " in wt-status.c4007#: builtin/branch.c:3864008#, c-format4009msgid "(HEAD detached from %s)"4010msgstr "(HEAD destacada de %s)"40114012#: builtin/branch.c:3904013msgid "(no branch)"4014msgstr "(nenhum ramo)"40154016#: builtin/branch.c:5414017#, c-format4018msgid "Branch %s is being rebased at %s"4019msgstr "O ramo %s está a ser rebaseado em %s"40204021#: builtin/branch.c:5454022#, c-format4023msgid "Branch %s is being bisected at %s"4024msgstr "O ramo %s está a ser bissetado em %s"40254026#: builtin/branch.c:5604027msgid "cannot rename the current branch while not on any."4028msgstr ""4029"não é possível mudar o nome do ramo atual vista que não se encontra num ramo."40304031#: builtin/branch.c:5704032#, c-format4033msgid "Invalid branch name: '%s'"4034msgstr "Nome de ramo inválido: '%s'"40354036#: builtin/branch.c:5874037msgid "Branch rename failed"4038msgstr "Falha ao mudar o nome do ramo"40394040#: builtin/branch.c:5914041#, c-format4042msgid "Renamed a misnamed branch '%s' away"4043msgstr "O ramo incorretamente denominado '%s' mudou de nome"40444045#: builtin/branch.c:5944046#, c-format4047msgid "Branch renamed to %s, but HEAD is not updated!"4048msgstr "O nome do ramo mudou para %s, mas a HEAD não está atualizada!"40494050#: builtin/branch.c:6014051msgid "Branch is renamed, but update of config-file failed"4052msgstr ""4053"O ramo mudou de nome, mas a atualização do ficheiro de configuração falhou"40544055#: builtin/branch.c:6234056msgid "could not write branch description template"4057msgstr "não foi possível escrever o modelo da descrição do ramo"40584059#: builtin/branch.c:6514060msgid "Generic options"4061msgstr "Opções genéricas"40624063#: builtin/branch.c:6534064msgid "show hash and subject, give twice for upstream branch"4065msgstr "apresentar hash e assunto, duplique para ramos a montante"40664067#: builtin/branch.c:6544068msgid "suppress informational messages"4069msgstr "suprimir mensagens informativas"40704071#: builtin/branch.c:6554072msgid "set up tracking mode (see git-pull(1))"4073msgstr "configurar modo de seguimento (consulte git-pull(1))"40744075#: builtin/branch.c:6574076msgid "change upstream info"4077msgstr "alterar a informação do ramo a montante"40784079#: builtin/branch.c:6594080msgid "upstream"4081msgstr "a montante"40824083#: builtin/branch.c:6594084msgid "change the upstream info"4085msgstr "alterar a informação do ramo a montante"40864087#: builtin/branch.c:6614088msgid "use colored output"4089msgstr "usar saída colorida"40904091#: builtin/branch.c:6624092msgid "act on remote-tracking branches"4093msgstr "atuar sobre ramos de monitorização remotos"40944095#: builtin/branch.c:664 builtin/branch.c:6654096msgid "print only branches that contain the commit"4097msgstr "imprimir apenas ramos que contenham o commit"40984099#: builtin/branch.c:6684100msgid "Specific git-branch actions:"4101msgstr "Ações específicas do git-branch:"41024103#: builtin/branch.c:6694104msgid "list both remote-tracking and local branches"4105msgstr "listar ramos de monitorização remotos e ramos locais"41064107#: builtin/branch.c:6714108msgid "delete fully merged branch"4109msgstr "eliminar um ramo totalmente integrado"41104111#: builtin/branch.c:6724112msgid "delete branch (even if not merged)"4113msgstr "eliminar um ramo (mesmo que não tenha sido integrado)"41144115#: builtin/branch.c:6734116msgid "move/rename a branch and its reflog"4117msgstr "mover ou mudar o nome de um ramo e o seu reflog"41184119#: builtin/branch.c:6744120msgid "move/rename a branch, even if target exists"4121msgstr "mover ou mudar o nome de um ramo, mesmo que o destino já exista"41224123#: builtin/branch.c:6754124msgid "list branch names"4125msgstr "listar os nomes dos ramos"41264127#: builtin/branch.c:6764128msgid "create the branch's reflog"4129msgstr "criar reflog do ramo"41304131#: builtin/branch.c:6784132msgid "edit the description for the branch"4133msgstr "editar a descrição do ramo"41344135#: builtin/branch.c:6794136msgid "force creation, move/rename, deletion"4137msgstr "forçar criação, mover/mudar o nome ou exclusão"41384139#: builtin/branch.c:6804140msgid "print only branches that are merged"4141msgstr "imprimir apenas os ramos que foram integrados"41424143#: builtin/branch.c:6814144msgid "print only branches that are not merged"4145msgstr "imprimir apenas os ramos que não foram integrados"41464147#: builtin/branch.c:6824148msgid "list branches in columns"4149msgstr "listar os ramos em colunas"41504151#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:3664152msgid "key"4153msgstr "chave"41544155#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:3674156msgid "field name to sort on"4157msgstr "nome do campo pelo qual ordernar"41584159#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:4014160#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:5674161#: builtin/tag.c:3694162msgid "object"4163msgstr "objeto"41644165#: builtin/branch.c:6874166msgid "print only branches of the object"4167msgstr "imprimir apenas os ramos do objeto"41684169#: builtin/branch.c:7054170msgid "Failed to resolve HEAD as a valid ref."4171msgstr "Falha ao resolver HEAD numa referência válida."41724173#: builtin/branch.c:709 builtin/clone.c:7074174msgid "HEAD not found below refs/heads!"4175msgstr "HEAD não encontrada em refs/heads!"41764177#: builtin/branch.c:7294178msgid "--column and --verbose are incompatible"4179msgstr "--column e --verbose são incompatíveis"41804181#: builtin/branch.c:740 builtin/branch.c:7824182msgid "branch name required"4183msgstr "nome do ramo é obrigatório"41844185#: builtin/branch.c:7584186msgid "Cannot give description to detached HEAD"4187msgstr "Não é possível atribuir descrição a HEAD destacada"41884189#: builtin/branch.c:7634190msgid "cannot edit description of more than one branch"4191msgstr "não é possível editar a descrição de mais do que um ramo"41924193#: builtin/branch.c:7704194#, c-format4195msgid "No commit on branch '%s' yet."4196msgstr "Ainda não há commits no ramo '%s'."41974198#: builtin/branch.c:7734199#, c-format4200msgid "No branch named '%s'."4201msgstr "Não há nenhum ramo denominado '%s'."42024203#: builtin/branch.c:7884204msgid "too many branches for a rename operation"4205msgstr "demasiados ramos para uma operação de mudança de nome"42064207#: builtin/branch.c:7934208msgid "too many branches to set new upstream"4209msgstr "demasiados ramos para definir novo ramo a montante"42104211#: builtin/branch.c:7974212#, c-format4213msgid ""4214"could not set upstream of HEAD to %s when it does not point to any branch."4215msgstr ""4216"não foi possível definir %s como ramo a montante de HEAD visto que esta não "4217"aponta para um ramo."42184219#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:8434220#, c-format4221msgid "no such branch '%s'"4222msgstr "o ramo '%s' não existe"42234224#: builtin/branch.c:8044225#, c-format4226msgid "branch '%s' does not exist"4227msgstr "o ramo '%s' não existe"42284229#: builtin/branch.c:8164230msgid "too many branches to unset upstream"4231msgstr "demasiados ramos para remover a definição de ramo a montante"42324233#: builtin/branch.c:8204234msgid "could not unset upstream of HEAD when it does not point to any branch."4235msgstr ""4236"não foi possível remover a definição de ramo a montante de HEAD visto que "4237"esta não aponta para um ramo."42384239#: builtin/branch.c:8264240#, c-format4241msgid "Branch '%s' has no upstream information"4242msgstr "O ramo '%s' não tem informação sobre o ramo a montante"42434244#: builtin/branch.c:8404245msgid "it does not make sense to create 'HEAD' manually"4246msgstr "não faz sentido criar 'HEAD' manualmente"42474248#: builtin/branch.c:8464249msgid "-a and -r options to 'git branch' do not make sense with a branch name"4250msgstr "as opções -a e -r de 'git branch' não fazem sentido com um nome de ramo"42514252#: builtin/branch.c:8494253#, c-format4254msgid ""4255"The --set-upstream flag is deprecated and will be removed. Consider using --"4256"track or --set-upstream-to\n"4257msgstr ""4258"A opção --set-upstream é obsoleta e será removida. Considere o uso de --"4259"track ou --set-upstream-to\n"42604261#: builtin/branch.c:8664262#, c-format4263msgid ""4264"\n"4265"If you wanted to make '%s' track '%s', do this:\n"4266"\n"4267msgstr ""4268"\n"4269"Se quer que '%s' siga '%s', faça:\n"4270"\n"42714272#: builtin/bundle.c:514273#, c-format4274msgid "%s is okay\n"4275msgstr "%s está correto\n"42764277#: builtin/bundle.c:644278msgid "Need a repository to create a bundle."4279msgstr "É necessário um repositório para criar um bundle."42804281#: builtin/bundle.c:684282msgid "Need a repository to unbundle."4283msgstr "É preciso um repositório para desempacotar."42844285#: builtin/cat-file.c:4284286msgid ""4287"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4288"<type>|--textconv) <object>"4289msgstr ""4290"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-"4291"type]|-e|-p|<tipo>|--textconv) <objeto>"42924293#: builtin/cat-file.c:4294294msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4295msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"42964297#: builtin/cat-file.c:4664298msgid "<type> can be one of: blob, tree, commit, tag"4299msgstr "<tipo> pode ser um de: blob, tree, commit, tag"43004301#: builtin/cat-file.c:4674302msgid "show object type"4303msgstr "mostrar tipo do objeto"43044305#: builtin/cat-file.c:4684306msgid "show object size"4307msgstr "mostrar tamanho do objeto"43084309#: builtin/cat-file.c:4704310msgid "exit with zero when there's no error"4311msgstr "sair com retorno zero quando não houver erros"43124313#: builtin/cat-file.c:4714314msgid "pretty-print object's content"4315msgstr "mostrar conteúdo do objeto com impressão bonita"43164317#: builtin/cat-file.c:4734318msgid "for blob objects, run textconv on object's content"4319msgstr "executar textconv no conteúdo de objetos blob"43204321#: builtin/cat-file.c:4754322msgid "allow -s and -t to work with broken/corrupt objects"4323msgstr "permitir que -s e -t funcionem com objetos danificados/corrompidos"43244325#: builtin/cat-file.c:4764326msgid "buffer --batch output"4327msgstr "carregar a saída de --batch"43284329#: builtin/cat-file.c:4784330msgid "show info and content of objects fed from the standard input"4331msgstr "mostrar informação e conteúdo dos objetos fornecidos na entrada padrão"43324333#: builtin/cat-file.c:4814334msgid "show info about objects fed from the standard input"4335msgstr "mostrar informação sobre os objetos fornecidos na entrada padrão"43364337#: builtin/cat-file.c:4844338msgid "follow in-tree symlinks (used with --batch or --batch-check)"4339msgstr ""4340"seguir ligações simbólica no interior da árvore (usado com --batch ou --"4341"batch-check)"43424343#: builtin/cat-file.c:4864344msgid "show all objects with --batch or --batch-check"4345msgstr "mostrar todos os objetos com --batch ou --batch-check"43464347#: builtin/check-attr.c:114348msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4349msgstr "git check-attr [-a | --all | <atributo>...] [--] <caminho>..."43504351#: builtin/check-attr.c:124352msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4353msgstr "git check-attr --stdin [-z] [-a | --all | <atributo>...]"43544355#: builtin/check-attr.c:194356msgid "report all attributes set on file"4357msgstr "apresentar todos os atributos definidos no ficheiro"43584359#: builtin/check-attr.c:204360msgid "use .gitattributes only from the index"4361msgstr "usar .gitattributes apenas a partir do índice"43624363#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974364msgid "read file names from stdin"4365msgstr "ler os nomes dos ficheiros da entrada padrão"43664367#: builtin/check-attr.c:23 builtin/check-ignore.c:244368msgid "terminate input and output records by a NUL character"4369msgstr "terminar registos da entrada e da saída com um carácter NUL"43704371#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:3254372msgid "suppress progress reporting"4373msgstr "suprimir informação de progresso"43744375#: builtin/check-ignore.c:264376msgid "show non-matching input paths"4377msgstr "mostrar caminhos de entrada sem correspondência"43784379#: builtin/check-ignore.c:284380msgid "ignore index when checking"4381msgstr "ignorar o índice ao verificar"43824383#: builtin/check-ignore.c:1544384msgid "cannot specify pathnames with --stdin"4385msgstr "não é possível especificar caminhos com --stdin"43864387#: builtin/check-ignore.c:1574388msgid "-z only makes sense with --stdin"4389msgstr "-z só faz sentido com --stdin"43904391#: builtin/check-ignore.c:1594392msgid "no path specified"4393msgstr "nenhum caminho especificado"43944395#: builtin/check-ignore.c:1634396msgid "--quiet is only valid with a single pathname"4397msgstr "--quiet só é válido com um único caminho"43984399#: builtin/check-ignore.c:1654400msgid "cannot have both --quiet and --verbose"4401msgstr "não é possível usar --quiet e --verbose simultaneamente"44024403#: builtin/check-ignore.c:1684404msgid "--non-matching is only valid with --verbose"4405msgstr "--non-matching só é válido com --verbose"44064407#: builtin/check-mailmap.c:84408msgid "git check-mailmap [<options>] <contact>..."4409msgstr "git check-mailmap [<opções>] <contacto>..."44104411#: builtin/check-mailmap.c:134412msgid "also read contacts from stdin"4413msgstr "também ler contactos da entrada padrão"44144415#: builtin/check-mailmap.c:244416#, c-format4417msgid "unable to parse contact: %s"4418msgstr "não é possível analisar o contacto: %s"44194420#: builtin/check-mailmap.c:474421msgid "no contacts specified"4422msgstr "nenhum contacto especificado"44234424#: builtin/checkout-index.c:1274425msgid "git checkout-index [<options>] [--] [<file>...]"4426msgstr "git checkout-index [<opções>] [--] [<ficheiro>...]"44274428#: builtin/checkout-index.c:1444429msgid "stage should be between 1 and 3 or all"4430msgstr "stage deve ser um número entre 1 e 3 ou o parâmetro all"44314432#: builtin/checkout-index.c:1604433msgid "check out all files in the index"4434msgstr "extrair todos os ficheiros presentes no índice"44354436#: builtin/checkout-index.c:1614437msgid "force overwrite of existing files"4438msgstr "forçar substituição dos ficheiros existentes"44394440#: builtin/checkout-index.c:1634441msgid "no warning for existing files and files not in index"4442msgstr ""4443"não mostrar aviso para ficheiros existentes e ficheiros não presentes no "4444"índice"44454446#: builtin/checkout-index.c:1654447msgid "don't checkout new files"4448msgstr "não extrair novos ficheiros"44494450#: builtin/checkout-index.c:1674451msgid "update stat information in the index file"4452msgstr "atualizar informação de stat no ficheiro de índice"44534454#: builtin/checkout-index.c:1714455msgid "read list of paths from the standard input"4456msgstr "ler lista de caminhos da entrada padrão"44574458#: builtin/checkout-index.c:1734459msgid "write the content to temporary files"4460msgstr "escrever o conteúdo em ficheiros temporários"44614462#: builtin/checkout-index.c:174 builtin/column.c:304463#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:4944464#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:5004465#: builtin/submodule--helper.c:7744466msgid "string"4467msgstr "cadeia"44684469#: builtin/checkout-index.c:1754470msgid "when creating files, prepend <string>"4471msgstr "preceder <cadeia> ao criar ficheiros"44724473#: builtin/checkout-index.c:1774474msgid "copy out the files from named stage"4475msgstr "copiar os ficheiros do estágio indicado"44764477#: builtin/checkout.c:254478msgid "git checkout [<options>] <branch>"4479msgstr "git checkout [<opções>] <ramo>"44804481#: builtin/checkout.c:264482msgid "git checkout [<options>] [<branch>] -- <file>..."4483msgstr "git checkout [<opções>] [<ramo>] -- <ficheiro>..."44844485#: builtin/checkout.c:134 builtin/checkout.c:1674486#, c-format4487msgid "path '%s' does not have our version"4488msgstr "o caminho '%s' não tem a nossa versão"44894490#: builtin/checkout.c:136 builtin/checkout.c:1694491#, c-format4492msgid "path '%s' does not have their version"4493msgstr "o caminho '%s' não tem a versão deles"44944495#: builtin/checkout.c:1524496#, c-format4497msgid "path '%s' does not have all necessary versions"4498msgstr "o caminho '%s' não tem todas as versões necessárias"44994500#: builtin/checkout.c:1964501#, c-format4502msgid "path '%s' does not have necessary versions"4503msgstr "o caminho '%s' não tem as versões necessárias"45044505#: builtin/checkout.c:2134506#, c-format4507msgid "path '%s': cannot merge"4508msgstr "caminho '%s': não é possível integrar"45094510#: builtin/checkout.c:2304511#, c-format4512msgid "Unable to add merge result for '%s'"4513msgstr "Não é possível adicionar os resultados da integração de '%s'"45144515#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2564516#: builtin/checkout.c:2594517#, c-format4518msgid "'%s' cannot be used with updating paths"4519msgstr "'%s' não pode ser usado com caminhos em atualização"45204521#: builtin/checkout.c:262 builtin/checkout.c:2654522#, c-format4523msgid "'%s' cannot be used with %s"4524msgstr "'%s' não pode ser usado com %s"45254526#: builtin/checkout.c:2684527#, c-format4528msgid "Cannot update paths and switch to branch '%s' at the same time."4529msgstr ""4530"Não é possível atualizar os caminhos e mudar para o ramo '%s' ao mesmo tempo."45314532#: builtin/checkout.c:279 builtin/checkout.c:4734533msgid "corrupt index file"4534msgstr "ficheiro de índice corrompido"45354536#: builtin/checkout.c:339 builtin/checkout.c:3464537#, c-format4538msgid "path '%s' is unmerged"4539msgstr "o caminho '%s' não foi integrado"45404541#: builtin/checkout.c:4954542msgid "you need to resolve your current index first"4543msgstr "primeiro deve resolver o índice atual"45444545#: builtin/checkout.c:6224546#, c-format4547msgid "Can not do reflog for '%s': %s\n"4548msgstr "Não é possível efetuar reflog de '%s': %s\n"45494550#: builtin/checkout.c:6604551msgid "HEAD is now at"4552msgstr "HEAD está agora em"45534554#: builtin/checkout.c:664 builtin/clone.c:6614555msgid "unable to update HEAD"4556msgstr "não foi possível atualizar HEAD"45574558#: builtin/checkout.c:6684559#, c-format4560msgid "Reset branch '%s'\n"4561msgstr "Repor ramo '%s'\n"45624563#: builtin/checkout.c:6714564#, c-format4565msgid "Already on '%s'\n"4566msgstr "Já em '%s'\n"45674568#: builtin/checkout.c:6754569#, c-format4570msgid "Switched to and reset branch '%s'\n"4571msgstr "Mudou para e repôs o ramo '%s'\n"45724573#: builtin/checkout.c:677 builtin/checkout.c:10674574#, c-format4575msgid "Switched to a new branch '%s'\n"4576msgstr "Mudou para o novo ramo '%s'\n"45774578#: builtin/checkout.c:6794579#, c-format4580msgid "Switched to branch '%s'\n"4581msgstr "Mudou para o ramo '%s'\n"45824583#: builtin/checkout.c:7314584#, c-format4585msgid " ... and %d more.\n"4586msgstr " ... e mais %d.\n"45874588#: builtin/checkout.c:7374589#, c-format4590msgid ""4591"Warning: you are leaving %d commit behind, not connected to\n"4592"any of your branches:\n"4593"\n"4594"%s\n"4595msgid_plural ""4596"Warning: you are leaving %d commits behind, not connected to\n"4597"any of your branches:\n"4598"\n"4599"%s\n"4600msgstr[0] ""4601"Aviso: deixa %d commit para trás, não ligado a nenhum ramo:\n"4602"\n"4603"%s\n"4604msgstr[1] ""4605"Aviso: deixa %d commits para trás, não ligados a nenhum ramo:\n"4606"\n"4607"%s\n"46084609#: builtin/checkout.c:7564610#, c-format4611msgid ""4612"If you want to keep it by creating a new branch, this may be a good time\n"4613"to do so with:\n"4614"\n"4615" git branch <new-branch-name> %s\n"4616"\n"4617msgid_plural ""4618"If you want to keep them by creating a new branch, this may be a good time\n"4619"to do so with:\n"4620"\n"4621" git branch <new-branch-name> %s\n"4622"\n"4623msgstr[0] ""4624"Se deseja mantê-lo, criando um novo ramo, agora seria uma boa altura\n"4625"para fazê-lo com:\n"4626"\n"4627" git branch <nome-do-novo-ramo> %s\n"4628"\n"4629msgstr[1] ""4630"Se deseja mantê-los, criando um novo ramo, agora seria uma boa altura\n"4631"para fazê-lo com:\n"4632"\n"4633" git branch <nome-do-novo-ramo> %s\n"4634"\n"46354636#: builtin/checkout.c:7924637msgid "internal error in revision walk"4638msgstr "erro interno durante o curso de revisões"46394640#: builtin/checkout.c:7964641msgid "Previous HEAD position was"4642msgstr "A posição anterior de HEAD era"46434644#: builtin/checkout.c:823 builtin/checkout.c:10624645msgid "You are on a branch yet to be born"4646msgstr "Está num ramo ainda não criado"46474648#: builtin/checkout.c:9684649#, c-format4650msgid "only one reference expected, %d given."4651msgstr "esperava-se apenas uma referência, %d fornecidas."46524653#: builtin/checkout.c:1008 builtin/worktree.c:2124654#, c-format4655msgid "invalid reference: %s"4656msgstr "referência inválida: %s"46574658#: builtin/checkout.c:10374659#, c-format4660msgid "reference is not a tree: %s"4661msgstr "a referência não é uma árvore: %s"46624663#: builtin/checkout.c:10764664msgid "paths cannot be used with switching branches"4665msgstr "não podem ser usados caminhos ao mudar de ramo"46664667#: builtin/checkout.c:1079 builtin/checkout.c:10834668#, c-format4669msgid "'%s' cannot be used with switching branches"4670msgstr "'%s' não pode ser usado ao mudar de ramo"46714672#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:10954673#: builtin/checkout.c:10984674#, c-format4675msgid "'%s' cannot be used with '%s'"4676msgstr "'%s' não pode ser usado com '%s'"46774678#: builtin/checkout.c:11034679#, c-format4680msgid "Cannot switch branch to a non-commit '%s'"4681msgstr "Não é possível mudar de ramo para '%s', visto que não é um commit"46824683#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:884684#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3234685#: builtin/worktree.c:3254686msgid "branch"4687msgstr "ramo"46884689#: builtin/checkout.c:11374690msgid "create and checkout a new branch"4691msgstr "criar e extrair um novo ramo"46924693#: builtin/checkout.c:11394694msgid "create/reset and checkout a branch"4695msgstr "criar/repor e extrair um ramo"46964697#: builtin/checkout.c:11404698msgid "create reflog for new branch"4699msgstr "criar reflog do novo ramo"47004701#: builtin/checkout.c:11414702msgid "detach the HEAD at named commit"4703msgstr "destacar HEAD no commit indicado"47044705#: builtin/checkout.c:11424706msgid "set upstream info for new branch"4707msgstr "definir a informação do ramo a montante do novo ramo"47084709#: builtin/checkout.c:11444710msgid "new-branch"4711msgstr "novo-ramo"47124713#: builtin/checkout.c:11444714msgid "new unparented branch"4715msgstr "novo ramo sem pai"47164717#: builtin/checkout.c:11454718msgid "checkout our version for unmerged files"4719msgstr "extrair a nossa versão dos ficheiros não integrados"47204721#: builtin/checkout.c:11474722msgid "checkout their version for unmerged files"4723msgstr "extrair a versão deles dos ficheiros não integrados"47244725#: builtin/checkout.c:11494726msgid "force checkout (throw away local modifications)"4727msgstr "forçar extração (descartar modificações locais)"47284729#: builtin/checkout.c:11504730msgid "perform a 3-way merge with the new branch"4731msgstr "realizar uma integração com 3 pontos com o novo ramo"47324733#: builtin/checkout.c:1151 builtin/merge.c:2304734msgid "update ignored files (default)"4735msgstr "atualizar ficheiros ignorados (predefinição)"47364737#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:2504738msgid "style"4739msgstr "estilo"47404741#: builtin/checkout.c:11534742msgid "conflict style (merge or diff3)"4743msgstr "estilo de conflito (merge ou diff3)"47444745#: builtin/checkout.c:11564746msgid "do not limit pathspecs to sparse entries only"4747msgstr "não restringir especificadores de caminho a entradas esparsas"47484749#: builtin/checkout.c:11584750msgid "second guess 'git checkout <no-such-branch>'"4751msgstr "tentar adivinhar 'git checkout <ramo-inexistente>'"47524753#: builtin/checkout.c:11604754msgid "do not check if another worktree is holding the given ref"4755msgstr ""4756"não verificar se outra árvore de trabalho contém a referência fornecida"47574758#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:1164759#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:5264760#: builtin/send-pack.c:1684761msgid "force progress reporting"4762msgstr "forçar informação de progresso"47634764#: builtin/checkout.c:11924765msgid "-b, -B and --orphan are mutually exclusive"4766msgstr "-b, -B e --orphan são mutuamente exclusivos"47674768#: builtin/checkout.c:12094769msgid "--track needs a branch name"4770msgstr "--track requer um nome dum ramo"47714772#: builtin/checkout.c:12144773msgid "Missing branch name; try -b"4774msgstr "Falta um nome dum ramo; tente -b"47754776#: builtin/checkout.c:12504777msgid "invalid path specification"4778msgstr "especificação de caminho inválida"47794780#: builtin/checkout.c:12574781#, c-format4782msgid ""4783"Cannot update paths and switch to branch '%s' at the same time.\n"4784"Did you intend to checkout '%s' which can not be resolved as commit?"4785msgstr ""4786"Não é possível atualizar os caminho e mudar para o ramo '%s' ao mesmo tempo."4787"\n"4788"Pretendia extrair '%s' o qual não pode ser resolvido como commit?"47894790#: builtin/checkout.c:12624791#, c-format4792msgid "git checkout: --detach does not take a path argument '%s'"4793msgstr "git checkout: --detach não aceita um caminho como argumento '%s'"47944795#: builtin/checkout.c:12664796msgid ""4797"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4798"checking out of the index."4799msgstr ""4800"git checkout: --ours/--theirs, --force e --merge são incompatíveis\n"4801"durante a extração do índice."48024803#: builtin/clean.c:254804msgid ""4805"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4806msgstr ""4807"git clean [-d] [-f] [-i] [-n] [-q] [-e <padrão>] [-x | -X] [--] <caminhos>..."48084809#: builtin/clean.c:294810#, c-format4811msgid "Removing %s\n"4812msgstr "A remover %s\n"48134814#: builtin/clean.c:304815#, c-format4816msgid "Would remove %s\n"4817msgstr "Removeria %s\n"48184819#: builtin/clean.c:314820#, c-format4821msgid "Skipping repository %s\n"4822msgstr "A ignorar o repositório %s\n"48234824#: builtin/clean.c:324825#, c-format4826msgid "Would skip repository %s\n"4827msgstr "Ignoraria o repositório %s\n"48284829#: builtin/clean.c:334830#, c-format4831msgid "failed to remove %s"4832msgstr "falha ao remover %s"48334834#: builtin/clean.c:2914835msgid ""4836"Prompt help:\n"4837"1 - select a numbered item\n"4838"foo - select item based on unique prefix\n"4839" - (empty) select nothing"4840msgstr ""4841"Ajuda de linha de comandos:\n"4842"1 - selecionar um item numerado\n"4843"foo - selecionar item baseado no prefixo único\n"4844" - (vazio) não seleciona nada"48454846#: builtin/clean.c:2954847msgid ""4848"Prompt help:\n"4849"1 - select a single item\n"4850"3-5 - select a range of items\n"4851"2-3,6-9 - select multiple ranges\n"4852"foo - select item based on unique prefix\n"4853"-... - unselect specified items\n"4854"* - choose all items\n"4855" - (empty) finish selecting"4856msgstr ""4857"Ajuda de linha de comandos:\n"4858"1 - selecionar um único item\n"4859"3-5 - selecionar um intervalo de items\n"4860"2-3,6-9 - selecionar múltiplos intervalos\n"4861"foo - selecionar item baseado no prefixo único\n"4862"-... - desselecionar itens especificados\n"4863"* - escolher todos os itens\n"4864" - (vazio) concluir seleção"48654866#: builtin/clean.c:5114867#, c-format4868msgid "Huh (%s)?"4869msgstr "O quê (%s)?"48704871#: builtin/clean.c:6534872#, c-format4873msgid "Input ignore patterns>> "4874msgstr "Introduza padrões a ignorar>> "48754876#: builtin/clean.c:6904877#, c-format4878msgid "WARNING: Cannot find items matched by: %s"4879msgstr "AVISO: não foram encontrados itens correspondentes a: %s"48804881#: builtin/clean.c:7114882msgid "Select items to delete"4883msgstr "Selecione itens para eliminar"48844885#. TRANSLATORS: Make sure to keep [y/N] as is4886#: builtin/clean.c:7524887#, c-format4888msgid "Remove %s [y/N]? "4889msgstr "Remover %s [y/N]? "48904891#: builtin/clean.c:7774892msgid "Bye."4893msgstr "Adeus."48944895#: builtin/clean.c:7854896msgid ""4897"clean - start cleaning\n"4898"filter by pattern - exclude items from deletion\n"4899"select by numbers - select items to be deleted by numbers\n"4900"ask each - confirm each deletion (like \"rm -i\")\n"4901"quit - stop cleaning\n"4902"help - this screen\n"4903"? - help for prompt selection"4904msgstr ""4905"clean - começar a limpar\n"4906"filter by pattern - excluir itens da eliminação\n"4907"select by numbers - selecionar itens para serem eliminados por número\n"4908"ask each - confirmar cada eliminação (como \"rm -i\")\n"4909"quit - parar limpeza\n"4910"help - esta ajuda\n"4911"? - ajuda para seleção em linha de comandos"49124913#: builtin/clean.c:8124914msgid "*** Commands ***"4915msgstr "*** Comandos ***"49164917#: builtin/clean.c:8134918msgid "What now"4919msgstr "E agora"49204921#: builtin/clean.c:8214922msgid "Would remove the following item:"4923msgid_plural "Would remove the following items:"4924msgstr[0] "Removeria o seguinte item:"4925msgstr[1] "Removeria os seguintes itens:"49264927#: builtin/clean.c:8384928msgid "No more files to clean, exiting."4929msgstr "Não há mais ficheiros por limpar, a terminar."49304931#: builtin/clean.c:8694932msgid "do not print names of files removed"4933msgstr "não imprimir os nomes dos ficheiros removidos"49344935#: builtin/clean.c:8714936msgid "force"4937msgstr "forçar"49384939#: builtin/clean.c:8724940msgid "interactive cleaning"4941msgstr "limpeza interativa"49424943#: builtin/clean.c:8744944msgid "remove whole directories"4945msgstr "remover diretórios inteiros"49464947#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7244948#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:1824949msgid "pattern"4950msgstr "padrão"49514952#: builtin/clean.c:8764953msgid "add <pattern> to ignore rules"4954msgstr "adicionar <padrão> às regras ignoradas"49554956#: builtin/clean.c:8774957msgid "remove ignored files, too"4958msgstr "também remover ficheiros ignorados"49594960#: builtin/clean.c:8794961msgid "remove only ignored files"4962msgstr "remover apenas ficheiros ignorados"49634964#: builtin/clean.c:8974965msgid "-x and -X cannot be used together"4966msgstr "-x e -X não pode ser usados juntos"49674968#: builtin/clean.c:9014969msgid ""4970"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4971"clean"4972msgstr ""4973"clean.requireForce definido como true e nenhum -i, -n, ou -f fornecido; "4974"limpeza recusada"49754976#: builtin/clean.c:9044977msgid ""4978"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4979"refusing to clean"4980msgstr ""4981"clean.requireForce predefinido como true e nenhum -i, -n, ou -f fornecido; "4982"limpeza recusada"49834984#: builtin/clone.c:374985msgid "git clone [<options>] [--] <repo> [<dir>]"4986msgstr "git clone [<opções>] [--] <repo> [<dir>]"49874988#: builtin/clone.c:624989msgid "don't create a checkout"4990msgstr "não criar uma extração"49914992#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:4734993msgid "create a bare repository"4994msgstr "criar um repositório nu"49954996#: builtin/clone.c:674997msgid "create a mirror repository (implies bare)"4998msgstr "criar um repositório espelhado (implica repositório nu)"49995000#: builtin/clone.c:695001msgid "to clone from a local repository"5002msgstr "para clonar de um repositório local"50035004#: builtin/clone.c:715005msgid "don't use local hardlinks, always copy"5006msgstr "não usar ligações fixas, copiar sempre"50075008#: builtin/clone.c:735009msgid "setup as shared repository"5010msgstr "configurar como repositório partilhado"50115012#: builtin/clone.c:75 builtin/clone.c:775013msgid "initialize submodules in the clone"5014msgstr "inicializar submódulos no clone"50155016#: builtin/clone.c:795017msgid "number of submodules cloned in parallel"5018msgstr "número de submódulos clonados em paralelo"50195020#: builtin/clone.c:80 builtin/init-db.c:4705021msgid "template-directory"5022msgstr "diretório-modelo"50235024#: builtin/clone.c:81 builtin/init-db.c:4715025msgid "directory from which templates will be used"5026msgstr "diretório que contém os modelos usados"50275028#: builtin/clone.c:83 builtin/submodule--helper.c:4985029#: builtin/submodule--helper.c:7775030msgid "reference repository"5031msgstr "repositório de referência"50325033#: builtin/clone.c:855034msgid "use --reference only while cloning"5035msgstr "usar --reference apenas para clonar"50365037#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:445038msgid "name"5039msgstr "nome"50405041#: builtin/clone.c:875042msgid "use <name> instead of 'origin' to track upstream"5043msgstr "usar <nome> em vez de 'origin' para seguir o ramo a montante"50445045#: builtin/clone.c:895046msgid "checkout <branch> instead of the remote's HEAD"5047msgstr "extrair <ramo> em vez da HEAD do remoto"50485049#: builtin/clone.c:915050msgid "path to git-upload-pack on the remote"5051msgstr "caminho para git-upload-pack no remoto"50525053#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:6675054#: builtin/pull.c:2015055msgid "depth"5056msgstr "profundidade"50575058#: builtin/clone.c:935059msgid "create a shallow clone of that depth"5060msgstr "criar um clone raso com essa profundidade"50615062#: builtin/clone.c:955063msgid "clone only one branch, HEAD or --branch"5064msgstr "clonar apenas um ramo, HEAD ou --branch"50655066#: builtin/clone.c:975067msgid "any cloned submodules will be shallow"5068msgstr "qualquer submódulo clonado será raso"50695070#: builtin/clone.c:98 builtin/init-db.c:4795071msgid "gitdir"5072msgstr "gitdir"50735074#: builtin/clone.c:99 builtin/init-db.c:4805075msgid "separate git dir from working tree"5076msgstr "separar o repositório git da árvore de trabalho"50775078#: builtin/clone.c:1005079msgid "key=value"5080msgstr "chave=valor"50815082#: builtin/clone.c:1015083msgid "set config inside the new repository"5084msgstr "definir configuração dentro do novo repositório"50855086#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:5365087msgid "use IPv4 addresses only"5088msgstr "usar apenas endereços IPv4"50895090#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:5385091msgid "use IPv6 addresses only"5092msgstr "usar apenas endereços IPv6"50935094#: builtin/clone.c:2415095msgid ""5096"No directory name could be guessed.\n"5097"Please specify a directory on the command line"5098msgstr ""5099"Não foi possível adivinhar o nome do diretório.\n"5100"Especifique um diretório na linha de comandos"51015102#: builtin/clone.c:3075103#, c-format5104msgid "reference repository '%s' as a linked checkout is not supported yet."5105msgstr ""5106"ainda não é suportada a funcionalidade que permite ter o repositório de "5107"referência '%s' como uma extração ligada."51085109#: builtin/clone.c:3095110#, c-format5111msgid "reference repository '%s' is not a local repository."5112msgstr "o repositório de referência '%s' não é um repositório local."51135114#: builtin/clone.c:3145115#, c-format5116msgid "reference repository '%s' is shallow"5117msgstr "o repositório de referência '%s' é raso"51185119#: builtin/clone.c:3175120#, c-format5121msgid "reference repository '%s' is grafted"5122msgstr "o repositório de referência '%s' está enxertado"51235124#: builtin/clone.c:3845125#, c-format5126msgid "%s exists and is not a directory"5127msgstr "%s existe e não é um diretório"51285129#: builtin/clone.c:3985130#, c-format5131msgid "failed to stat %s\n"5132msgstr "falha ao invocar stat de %s\n"51335134#: builtin/clone.c:4205135#, c-format5136msgid "failed to create link '%s'"5137msgstr "falha ao criar a ligação '%s'"51385139#: builtin/clone.c:4245140#, c-format5141msgid "failed to copy file to '%s'"5142msgstr "falha ao copiar o ficheiro para '%s'"51435144#: builtin/clone.c:449 builtin/clone.c:6335145#, c-format5146msgid "done.\n"5147msgstr "concluído.\n"51485149#: builtin/clone.c:4615150msgid ""5151"Clone succeeded, but checkout failed.\n"5152"You can inspect what was checked out with 'git status'\n"5153"and retry the checkout with 'git checkout -f HEAD'\n"5154msgstr ""5155"Clonado com sucesso, mas a extração falhou.\n"5156"Pode inspecionar o que foi extraído com 'git status'\n"5157"e repetir a extração com 'git checkout -f HEAD'\n"51585159#: builtin/clone.c:5385160#, c-format5161msgid "Could not find remote branch %s to clone."5162msgstr "Ramo remoto %s não encontrado para clonar."51635164#: builtin/clone.c:6285165#, c-format5166msgid "Checking connectivity... "5167msgstr "A verificar a conectividade... "51685169#: builtin/clone.c:6315170msgid "remote did not send all necessary objects"5171msgstr "o remoto não enviou todos os objetos necessários"51725173#: builtin/clone.c:6495174#, c-format5175msgid "unable to update %s"5176msgstr "não foi possível atualizar %s"51775178#: builtin/clone.c:6985179msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"5180msgstr ""5181"a HEAD remota referencia uma referência inexistente, não é possível extrair."5182"\n"51835184#: builtin/clone.c:7295185msgid "unable to checkout working tree"5186msgstr "não foi possível extrair a árvore de trabalho"51875188#: builtin/clone.c:7675189msgid "unable to write parameters to config file"5190msgstr "não foi possível escrever os parâmetros no ficheiro de configuração"51915192#: builtin/clone.c:8305193msgid "cannot repack to clean up"5194msgstr "não é possível reempacotar para limpar"51955196#: builtin/clone.c:8325197msgid "cannot unlink temporary alternates file"5198msgstr "não é possível invocar unlink sobre o ficheiro sobressalente temporário"51995200#: builtin/clone.c:864 builtin/receive-pack.c:17315201msgid "Too many arguments."5202msgstr "Demasiados argumentos."52035204#: builtin/clone.c:8685205msgid "You must specify a repository to clone."5206msgstr "Deve especificar um repositório para clonar."52075208#: builtin/clone.c:8795209#, c-format5210msgid "--bare and --origin %s options are incompatible."5211msgstr "as opções --bare e --origin %s são incompatíveis."52125213#: builtin/clone.c:8825214msgid "--bare and --separate-git-dir are incompatible."5215msgstr "--bare e --separate-git-dir são incompatíveis."52165217#: builtin/clone.c:8955218#, c-format5219msgid "repository '%s' does not exist"5220msgstr "o repositório '%s' não existe"52215222#: builtin/clone.c:901 builtin/fetch.c:11745223#, c-format5224msgid "depth %s is not a positive number"5225msgstr "profundidade %s não é um número positivo"52265227#: builtin/clone.c:9115228#, c-format5229msgid "destination path '%s' already exists and is not an empty directory."5230msgstr "o caminho de destino '%s' já existe e não é um diretório vazio."52315232#: builtin/clone.c:9215233#, c-format5234msgid "working tree '%s' already exists."5235msgstr "a árvore de trabalho '%s' já existe."52365237#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:5475238#: builtin/worktree.c:220 builtin/worktree.c:2475239#, c-format5240msgid "could not create leading directories of '%s'"5241msgstr "não foi possível criar os diretórios superiores de '%s'"52425243#: builtin/clone.c:9395244#, c-format5245msgid "could not create work tree dir '%s'"5246msgstr "não foi possível criar o diretório de árvore de trabalho '%s'"52475248#: builtin/clone.c:9575249#, c-format5250msgid "Cloning into bare repository '%s'...\n"5251msgstr "A clonar no repositório nu '%s'...\n"52525253#: builtin/clone.c:9595254#, c-format5255msgid "Cloning into '%s'...\n"5256msgstr "A clonar em '%s'...\n"52575258#: builtin/clone.c:9985259msgid "--depth is ignored in local clones; use file:// instead."5260msgstr "--depth é ignorado em clones locais; use file:// ."52615262#: builtin/clone.c:10015263msgid "source repository is shallow, ignoring --local"5264msgstr "o repositório de origem é raso, --local ignorado"52655266#: builtin/clone.c:10065267msgid "--local is ignored"5268msgstr "--local ignorado"52695270#: builtin/clone.c:10105271#, c-format5272msgid "Don't know how to clone %s"5273msgstr "Não sei como clonar %s"52745275#: builtin/clone.c:1059 builtin/clone.c:10675276#, c-format5277msgid "Remote branch %s not found in upstream %s"5278msgstr "O ramo remoto %s não foi encontrado no repositório a montante %s"52795280#: builtin/clone.c:10705281msgid "You appear to have cloned an empty repository."5282msgstr "Parece foi clonado um repositório vazio."52835284#: builtin/column.c:95285msgid "git column [<options>]"5286msgstr "git column [<opções>]"52875288#: builtin/column.c:265289msgid "lookup config vars"5290msgstr "pesquisar variáveis de configuração"52915292#: builtin/column.c:27 builtin/column.c:285293msgid "layout to use"5294msgstr "esquema a usar"52955296#: builtin/column.c:295297msgid "Maximum width"5298msgstr "Largura máxima"52995300#: builtin/column.c:305301msgid "Padding space on left border"5302msgstr "Espaço de preenchimento na borda esquerda"53035304#: builtin/column.c:315305msgid "Padding space on right border"5306msgstr "Espaço de preenchimento na borda direita"53075308#: builtin/column.c:325309msgid "Padding space between columns"5310msgstr "Espaço de preenchimento entre colunas"53115312#: builtin/column.c:515313msgid "--command must be the first argument"5314msgstr "--command deve ser o primeiro argumento"53155316#: builtin/commit.c:385317msgid "git commit [<options>] [--] <pathspec>..."5318msgstr "git commit [<opções>] [--] <especificador-de-caminho>..."53195320#: builtin/commit.c:435321msgid "git status [<options>] [--] <pathspec>..."5322msgstr "git status [<opções>] [--] <especificador-de-caminho>..."53235324#: builtin/commit.c:485325msgid ""5326"Your name and email address were configured automatically based\n"5327"on your username and hostname. Please check that they are accurate.\n"5328"You can suppress this message by setting them explicitly. Run the\n"5329"following command and follow the instructions in your editor to edit\n"5330"your configuration file:\n"5331"\n"5332" git config --global --edit\n"5333"\n"5334"After doing this, you may fix the identity used for this commit with:\n"5335"\n"5336" git commit --amend --reset-author\n"5337msgstr ""5338"O seu nome e endereço de e-mail foram configurados automaticamente com base\n"5339"no seu nome de utilizador e nome de máquina. Verifique se estão corretos.\n"5340"Pode suprimir esta mensagem configurando-os explicitamente. Execute\n"5341"o seguinte comando e siga as instruções no editor para editar\n"5342"o ficheiro de configuração:\n"5343"\n"5344" git config --global --edit\n"5345"\n"5346"Após fazer isto, pode corrigir a identidade usada neste commit com:\n"5347"\n"5348" git commit --amend --reset-author\n"53495350#: builtin/commit.c:615351msgid ""5352"Your name and email address were configured automatically based\n"5353"on your username and hostname. Please check that they are accurate.\n"5354"You can suppress this message by setting them explicitly:\n"5355"\n"5356" git config --global user.name \"Your Name\"\n"5357" git config --global user.email you@example.com\n"5358"\n"5359"After doing this, you may fix the identity used for this commit with:\n"5360"\n"5361" git commit --amend --reset-author\n"5362msgstr ""5363"O seu nome e endereço de e-mail foram configurados automaticamente com base\n"5364"no seu nome de utilizador e nome de máquina. Verifique se estão corretos.\n"5365"Pode suprimir esta mensagem configurando-os explicitamente:\n"5366"\n"5367" git config --global user.name \"O Seu Nome\"\n"5368" git config --global user.email utilizador@exemplo.com\n"5369"\n"5370"Após fazer isto, pode corrigir a identidade usada neste commit com:\n"5371"\n"5372" git commit --amend --reset-author\n"53735374#: builtin/commit.c:735375msgid ""5376"You asked to amend the most recent commit, but doing so would make\n"5377"it empty. You can repeat your command with --allow-empty, or you can\n"5378"remove the commit entirely with \"git reset HEAD^\".\n"5379msgstr ""5380"Pediu para emendar o commit mais recente, mas ao fazê-lo torná-lo-ia\n"5381"vazio. Pode repetir o comando com --allow-empty, ou pode remover o\n"5382"commit completamente com \"git reset HEAD^\".\n"53835384#: builtin/commit.c:785385msgid ""5386"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5387"If you wish to commit it anyway, use:\n"5388"\n"5389" git commit --allow-empty\n"5390"\n"5391msgstr ""5392"O cherry-pick anterior está vazio, possivelmente devido a resolução de "5393"conflitos.\n"5394"Se deseja submeter de qualquer forma, use:\n"5395"\n"5396" git commit --allow-empty\n"5397"\n"53985399#: builtin/commit.c:855400msgid "Otherwise, please use 'git reset'\n"5401msgstr "Caso contrário, use 'git reset'\n"54025403#: builtin/commit.c:885404msgid ""5405"If you wish to skip this commit, use:\n"5406"\n"5407" git reset\n"5408"\n"5409"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5410"the remaining commits.\n"5411msgstr ""5412"Se deseja ignorar este commit, use:\n"5413"\n"5414" git reset\n"5415"\n"5416"Depois \"git cherry-pick --continue\" irá retomar o cherry-pick\n"5417"dos restantes commits.\n"54185419#: builtin/commit.c:3075420msgid "failed to unpack HEAD tree object"5421msgstr "falha ao descompactar o objeto árvore HEAD"54225423#: builtin/commit.c:3485424msgid "unable to create temporary index"5425msgstr "não foi possível criar índice temporário"54265427#: builtin/commit.c:3545428msgid "interactive add failed"5429msgstr "falha ao adicionar interativamente"54305431#: builtin/commit.c:3675432msgid "unable to update temporary index"5433msgstr "não é possível atualizar o índice temporário"54345435#: builtin/commit.c:3695436msgid "Failed to update main cache tree"5437msgstr "Falha ao atualizar a árvore de cache principal"54385439#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:4655440msgid "unable to write new_index file"5441msgstr "não é possível escrever o ficheiro new_index"54425443#: builtin/commit.c:4475444msgid "cannot do a partial commit during a merge."5445msgstr "não é possível fazer um commit parcial durante uma integração."54465447#: builtin/commit.c:4495448msgid "cannot do a partial commit during a cherry-pick."5449msgstr "não é possível fazer um commit parcial durante um cherry-pick."54505451#: builtin/commit.c:4585452msgid "cannot read the index"5453msgstr "não é possível ler o índice"54545455#: builtin/commit.c:4775456msgid "unable to write temporary index file"5457msgstr "não é possível escrever ficheiro de índice temporário"54585459#: builtin/commit.c:5825460#, c-format5461msgid "commit '%s' lacks author header"5462msgstr "o commit '%s' não tem cabeçalho de autor"54635464#: builtin/commit.c:5845465#, c-format5466msgid "commit '%s' has malformed author line"5467msgstr "o commit '%s' tem a linha de autor malformada"54685469#: builtin/commit.c:6035470msgid "malformed --author parameter"5471msgstr "parâmetro --author malformado"54725473#: builtin/commit.c:6115474#, c-format5475msgid "invalid date format: %s"5476msgstr "formato de data inválido: %s"54775478#: builtin/commit.c:6555479msgid ""5480"unable to select a comment character that is not used\n"5481"in the current commit message"5482msgstr ""5483"não foi possível selecionar um carácter de comentário que\n"5484"não estivesse já a ser usado na mensagem de commit atual"54855486#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10915487#, c-format5488msgid "could not lookup commit %s"5489msgstr "não foi possível consultar o commit %s"54905491#: builtin/commit.c:704 builtin/shortlog.c:2855492#, c-format5493msgid "(reading log message from standard input)\n"5494msgstr "(a ler mensagem de log da entrada padrão)\n"54955496#: builtin/commit.c:7065497msgid "could not read log from standard input"5498msgstr "não foi possível ler o log da entrada padrão"54995500#: builtin/commit.c:7105501#, c-format5502msgid "could not read log file '%s'"5503msgstr "não é possível ler o ficheiro de log '%s'"55045505#: builtin/commit.c:737 builtin/commit.c:7455506msgid "could not read SQUASH_MSG"5507msgstr "não foi possível ler SQUASH_MSG"55085509#: builtin/commit.c:7425510msgid "could not read MERGE_MSG"5511msgstr "não foi possível ler MERGE_MSG"55125513#: builtin/commit.c:7965514msgid "could not write commit template"5515msgstr "não foi possível escrever o modelo de commit"55165517#: builtin/commit.c:8145518#, c-format5519msgid ""5520"\n"5521"It looks like you may be committing a merge.\n"5522"If this is not correct, please remove the file\n"5523"\t%s\n"5524"and try again.\n"5525msgstr ""5526"\n"5527"Parece que está a submeter uma integração.\n"5528"Se não for o caso, remova o ficheiro\n"5529"\t%s\n"5530"e tente de novo.\n"55315532#: builtin/commit.c:8195533#, c-format5534msgid ""5535"\n"5536"It looks like you may be committing a cherry-pick.\n"5537"If this is not correct, please remove the file\n"5538"\t%s\n"5539"and try again.\n"5540msgstr ""5541"\n"5542"Parece que está a submeter um cherry-pick.\n"5543"Se não é o caso, remova o ficheiro\n"5544"\t%s\n"5545"e tente outra vez.\n"55465547#: builtin/commit.c:8325548#, c-format5549msgid ""5550"Please enter the commit message for your changes. Lines starting\n"5551"with '%c' will be ignored, and an empty message aborts the commit.\n"5552msgstr ""5553"Introduza a mensagem de commit das suas alterações.\n"5554"Linhas começadas com '%c' serão ignoradas, e uma mensagem vazia\n"5555"aborta o commit.\n"55565557#: builtin/commit.c:8395558#, c-format5559msgid ""5560"Please enter the commit message for your changes. Lines starting\n"5561"with '%c' will be kept; you may remove them yourself if you want to.\n"5562"An empty message aborts the commit.\n"5563msgstr ""5564"Introduzia a mensagem de commit das suas alterações.\n"5565"Linhas começadas com '%c' serão mantidas; pode removê-las se o desejar.\n"5566"Uma mensagem vazia aborta o commit.\n"55675568#: builtin/commit.c:8595569#, c-format5570msgid "%sAuthor: %.*s <%.*s>"5571msgstr "%sAutor: %.*s <%.*s>"55725573#: builtin/commit.c:8675574#, c-format5575msgid "%sDate: %s"5576msgstr "%sData: %s"55775578#: builtin/commit.c:8745579#, c-format5580msgid "%sCommitter: %.*s <%.*s>"5581msgstr "%sCommitter: %.*s <%.*s>"55825583#: builtin/commit.c:8925584msgid "Cannot read index"5585msgstr "Não é possível ler o índice"55865587#: builtin/commit.c:9495588msgid "Error building trees"5589msgstr "Erro ao construir árvores"55905591#: builtin/commit.c:964 builtin/tag.c:2665592#, c-format5593msgid "Please supply the message using either -m or -F option.\n"5594msgstr "Indique a mensagem usando as opções -m ou -F.\n"55955596#: builtin/commit.c:10665597#, c-format5598msgid "--author '%s' is not 'Name <email>' and matches no existing author"5599msgstr ""5600"--author '%s' não é do tipo 'Nome <email>' e não corresponde a um autor "5601"existente"56025603#: builtin/commit.c:1081 builtin/commit.c:13215604#, c-format5605msgid "Invalid untracked files mode '%s'"5606msgstr "Modo inválido de ficheiros não controlados '%s'"56075608#: builtin/commit.c:11185609msgid "--long and -z are incompatible"5610msgstr "--long e -z são incompatíveis"56115612#: builtin/commit.c:11485613msgid "Using both --reset-author and --author does not make sense"5614msgstr "Não faz sentido usar --reset-author e --author ao mesmo tempo"56155616#: builtin/commit.c:11575617msgid "You have nothing to amend."5618msgstr "Não há nada para emendar."56195620#: builtin/commit.c:11605621msgid "You are in the middle of a merge -- cannot amend."5622msgstr "Integração em curso -- não é possível emendar."56235624#: builtin/commit.c:11625625msgid "You are in the middle of a cherry-pick -- cannot amend."5626msgstr "Cherry-pick em curso -- não é possível emendar."56275628#: builtin/commit.c:11655629msgid "Options --squash and --fixup cannot be used together"5630msgstr "As opções --squash e --fixup não podem ser usadas juntas"56315632#: builtin/commit.c:11755633msgid "Only one of -c/-C/-F/--fixup can be used."5634msgstr "Apenas um entre -c/-C/-F/--fixup pode ser usado."56355636#: builtin/commit.c:11775637msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5638msgstr "A opção -m não pode ser combinada com -c/C/-F/--fixup."56395640#: builtin/commit.c:11855641msgid "--reset-author can be used only with -C, -c or --amend."5642msgstr "--reset-author só pode ser usado com -C, -c ou --amend."56435644#: builtin/commit.c:12025645msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5646msgstr ""5647"Apenas um entre --include/--only/--all/--interactive/--patch pode ser usado."56485649#: builtin/commit.c:12045650msgid "No paths with --include/--only does not make sense."5651msgstr "As opções --include/--only não fazem sentido sem indicar caminhos."56525653#: builtin/commit.c:12065654msgid "Clever... amending the last one with dirty index."5655msgstr "Inteligente... a emendar o último commit com o índice sujo."56565657#: builtin/commit.c:12085658msgid "Explicit paths specified without -i or -o; assuming --only paths..."5659msgstr "Caminhos explícitos especificados sem -i ou -o; assumindo --only..."56605661#: builtin/commit.c:1220 builtin/tag.c:4745662#, c-format5663msgid "Invalid cleanup mode %s"5664msgstr "Modo de limpeza inválido %s"56655666#: builtin/commit.c:12255667msgid "Paths with -a does not make sense."5668msgstr "Indicar caminhos com -a não faz sentido."56695670#: builtin/commit.c:1335 builtin/commit.c:16215671msgid "show status concisely"5672msgstr "mostrar status de forma concisa"56735674#: builtin/commit.c:1337 builtin/commit.c:16235675msgid "show branch information"5676msgstr "mostrar informação do ramo"56775678#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:5125679#: builtin/worktree.c:4375680msgid "machine-readable output"5681msgstr "saída inteligível por máquina"56825683#: builtin/commit.c:1342 builtin/commit.c:16275684msgid "show status in long format (default)"5685msgstr "apresentar status em formato longo (predefinição)"56865687#: builtin/commit.c:1345 builtin/commit.c:16305688msgid "terminate entries with NUL"5689msgstr "terminar entradas com NUL"56905691#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:9815692#: builtin/fast-export.c:984 builtin/tag.c:3535693msgid "mode"5694msgstr "modo"56955696#: builtin/commit.c:1348 builtin/commit.c:16335697msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5698msgstr ""5699"mostrar ficheiros não controlados, modo é opcional: all, normal, no. "5700"(Predefinição: all)"57015702#: builtin/commit.c:13515703msgid "show ignored files"5704msgstr "mostrar ficheiros ignorados"57055706#: builtin/commit.c:1352 parse-options.h:1555707msgid "when"5708msgstr "quando"57095710#: builtin/commit.c:13535711msgid ""5712"ignore changes to submodules, optional when: all, dirty, untracked. "5713"(Default: all)"5714msgstr ""5715"ignorar alterações em submódulos, quando é opcional: all, dirty, untracked. "5716"(Predefinição: all)"57175718#: builtin/commit.c:13555719msgid "list untracked files in columns"5720msgstr "listar ficheiros não controlados em colunas"57215722#: builtin/commit.c:14415723msgid "couldn't look up newly created commit"5724msgstr "não foi possível consultar o commit recém-criado"57255726#: builtin/commit.c:14435727msgid "could not parse newly created commit"5728msgstr "não foi possível analisar o commit recém-criado"57295730#: builtin/commit.c:14885731msgid "detached HEAD"5732msgstr "HEAD destacada"57335734#: builtin/commit.c:14915735msgid " (root-commit)"5736msgstr " (commit-raiz)"57375738#: builtin/commit.c:15915739msgid "suppress summary after successful commit"5740msgstr "suprimir o resumo depois de submeter com sucesso"57415742#: builtin/commit.c:15925743msgid "show diff in commit message template"5744msgstr "mostrar diff no modelo da mensagem de commit"57455746#: builtin/commit.c:15945747msgid "Commit message options"5748msgstr "Opções de mensagem de commit"57495750#: builtin/commit.c:1595 builtin/tag.c:3515751msgid "read message from file"5752msgstr "ler mensagem de um ficheiro"57535754#: builtin/commit.c:15965755msgid "author"5756msgstr "autor"57575758#: builtin/commit.c:15965759msgid "override author for commit"5760msgstr "substituir autor do commit"57615762#: builtin/commit.c:1597 builtin/gc.c:3265763msgid "date"5764msgstr "data"57655766#: builtin/commit.c:15975767msgid "override date for commit"5768msgstr "substituir data do commit"57695770#: builtin/commit.c:1598 builtin/merge.c:219 builtin/notes.c:3955771#: builtin/notes.c:558 builtin/tag.c:3495772msgid "message"5773msgstr "mensagem"57745775#: builtin/commit.c:15985776msgid "commit message"5777msgstr "mensagem de commit"57785779#: builtin/commit.c:1599 builtin/commit.c:1600 builtin/commit.c:16015780#: builtin/commit.c:1602 parse-options.h:256 ref-filter.h:795781msgid "commit"5782msgstr "commit"57835784#: builtin/commit.c:15995785msgid "reuse and edit message from specified commit"5786msgstr "reutilizar e editar a mensagem de um commit especificado"57875788#: builtin/commit.c:16005789msgid "reuse message from specified commit"5790msgstr "reutilizar a mensagem de um commit especificado"57915792#: builtin/commit.c:16015793msgid "use autosquash formatted message to fixup specified commit"5794msgstr ""5795"usar mensagem com formato autosquash para corrigir o commit especificado"57965797#: builtin/commit.c:16025798msgid "use autosquash formatted message to squash specified commit"5799msgstr "usar mensagem com formato autosquash para esmagar o commit especificado"58005801#: builtin/commit.c:16035802msgid "the commit is authored by me now (used with -C/-c/--amend)"5803msgstr "agora sou eu o autor do commit (usado com C/-c/--amend)"58045805#: builtin/commit.c:1604 builtin/log.c:1382 builtin/revert.c:865806msgid "add Signed-off-by:"5807msgstr "adicionar Signed-off-by:"58085809#: builtin/commit.c:16055810msgid "use specified template file"5811msgstr "usar ficheiro de modelo especificado"58125813#: builtin/commit.c:16065814msgid "force edit of commit"5815msgstr "forçar edição do commit"58165817#: builtin/commit.c:16075818msgid "default"5819msgstr "predefinição"58205821#: builtin/commit.c:1607 builtin/tag.c:3545822msgid "how to strip spaces and #comments from message"5823msgstr "como retirar espaços e #comentários da mensagem"58245825#: builtin/commit.c:16085826msgid "include status in commit message template"5827msgstr "incluir status no modelo da mensagem de commit"58285829#: builtin/commit.c:1610 builtin/merge.c:229 builtin/pull.c:1655830#: builtin/revert.c:935831msgid "GPG sign commit"5832msgstr "assinar o commit com GPG"58335834#: builtin/commit.c:16135835msgid "Commit contents options"5836msgstr "Opções de conteúdo do commit"58375838#: builtin/commit.c:16145839msgid "commit all changed files"5840msgstr "submeter todos os ficheiros alterados"58415842#: builtin/commit.c:16155843msgid "add specified files to index for commit"5844msgstr "adicionar ficheiros especificados ao índice para submeter"58455846#: builtin/commit.c:16165847msgid "interactively add files"5848msgstr "adicionar ficheiros interativamente"58495850#: builtin/commit.c:16175851msgid "interactively add changes"5852msgstr "adicionar alterações interativamente"58535854#: builtin/commit.c:16185855msgid "commit only specified files"5856msgstr "submeter somente os ficheiros especificados"58575858#: builtin/commit.c:16195859msgid "bypass pre-commit hook"5860msgstr "ignorar pre-commit hook"58615862#: builtin/commit.c:16205863msgid "show what would be committed"5864msgstr "mostrar o que seria submetido"58655866#: builtin/commit.c:16315867msgid "amend previous commit"5868msgstr "emendar o commit anterior"58695870#: builtin/commit.c:16325871msgid "bypass post-rewrite hook"5872msgstr "ignorar post-rewrite hook"58735874#: builtin/commit.c:16375875msgid "ok to record an empty change"5876msgstr "aceitar o registo duma alteração vazia"58775878#: builtin/commit.c:16395879msgid "ok to record a change with an empty message"5880msgstr "aceitar o registo duma alteração com uma mensagem vazia"58815882#: builtin/commit.c:16685883msgid "could not parse HEAD commit"5884msgstr "não foi possível analisar o commit HEAD"58855886#: builtin/commit.c:17185887#, c-format5888msgid "Corrupt MERGE_HEAD file (%s)"5889msgstr "Ficheiro MERGE_HEAD corrompido (%s)"58905891#: builtin/commit.c:17255892msgid "could not read MERGE_MODE"5893msgstr "não foi possível ler MERGE_MODE"58945895#: builtin/commit.c:17445896#, c-format5897msgid "could not read commit message: %s"5898msgstr "não foi possível ler a mensagem de commit: %s"58995900#: builtin/commit.c:17555901#, c-format5902msgid "Aborting commit; you did not edit the message.\n"5903msgstr "A abortar o commit; não editou a mensagem.\n"59045905#: builtin/commit.c:17605906#, c-format5907msgid "Aborting commit due to empty commit message.\n"5908msgstr "A abortar o commit uma vez que a mensagem de commit está vazia.\n"59095910#: builtin/commit.c:18085911msgid ""5912"Repository has been updated, but unable to write\n"5913"new_index file. Check that disk is not full and quota is\n"5914"not exceeded, and then \"git reset HEAD\" to recover."5915msgstr ""5916"O repositório foi atualizado, mas não foi possível escrever\n"5917"o ficheiro new_index. Verifique se o disco não está cheio\n"5918"e que a quota não foi excedida e execute \"git reset HEAD\" para recuperar."59195920#: builtin/config.c:95921msgid "git config [<options>]"5922msgstr "git config [<opções>]"59235924#: builtin/config.c:565925msgid "Config file location"5926msgstr "Localização do ficheiro de configuração"59275928#: builtin/config.c:575929msgid "use global config file"5930msgstr "usar ficheiro de configuração global"59315932#: builtin/config.c:585933msgid "use system config file"5934msgstr "usar ficheiro de configuração do sistema"59355936#: builtin/config.c:595937msgid "use repository config file"5938msgstr "usar ficheiro de configuração do repositório"59395940#: builtin/config.c:605941msgid "use given config file"5942msgstr "usar ficheiro de configuração fornecido"59435944#: builtin/config.c:615945msgid "blob-id"5946msgstr "id-blob"59475948#: builtin/config.c:615949msgid "read config from given blob object"5950msgstr "ler configuração a partir do objeto blob fornecido"59515952#: builtin/config.c:625953msgid "Action"5954msgstr "Ação"59555956#: builtin/config.c:635957msgid "get value: name [value-regex]"5958msgstr "obter valor: nome [regex-do-valor]"59595960#: builtin/config.c:645961msgid "get all values: key [value-regex]"5962msgstr "obter todos os valores: chave [regex-do-valor]"59635964#: builtin/config.c:655965msgid "get values for regexp: name-regex [value-regex]"5966msgstr "obter valores para a regexp: regex-do-nome [regex-do-valor]"59675968#: builtin/config.c:665969msgid "get value specific for the URL: section[.var] URL"5970msgstr "obter valor do URL especificado: section[.var] URL"59715972#: builtin/config.c:675973msgid "replace all matching variables: name value [value_regex]"5974msgstr ""5975"substituir todos as variáveis correspondentes: nome valor [regex-do-valor]"59765977#: builtin/config.c:685978msgid "add a new variable: name value"5979msgstr "adicionar uma nova variável: nome valor"59805981#: builtin/config.c:695982msgid "remove a variable: name [value-regex]"5983msgstr "remover uma variável: nome [regex-do-valor]"59845985#: builtin/config.c:705986msgid "remove all matches: name [value-regex]"5987msgstr "remover todas as correspondências: nome [regex-do-valor]"59885989#: builtin/config.c:715990msgid "rename section: old-name new-name"5991msgstr "mudar o nome da secção: nome-antigo novo-nome"59925993#: builtin/config.c:725994msgid "remove a section: name"5995msgstr "remover uma secção: nome"59965997#: builtin/config.c:735998msgid "list all"5999msgstr "listar todos"60006001#: builtin/config.c:746002msgid "open an editor"6003msgstr "abrir um editor"60046005#: builtin/config.c:756006msgid "find the color configured: slot [default]"6007msgstr "encontrar a cor configurada: slot [predefinição]"60086009#: builtin/config.c:766010msgid "find the color setting: slot [stdout-is-tty]"6011msgstr "encontrar a definição de cor: slot [stdout-é-tty]"60126013#: builtin/config.c:776014msgid "Type"6015msgstr "Tipo"60166017#: builtin/config.c:786018msgid "value is \"true\" or \"false\""6019msgstr "o valor é \"true\" (verdadeiro) ou \"false\" (falso)"60206021#: builtin/config.c:796022msgid "value is decimal number"6023msgstr "o valor é um número decimal"60246025#: builtin/config.c:806026msgid "value is --bool or --int"6027msgstr "o valor é --bool ou --int"60286029#: builtin/config.c:816030msgid "value is a path (file or directory name)"6031msgstr "o valor é um caminho (nome dum ficheiro ou diretório)"60326033#: builtin/config.c:826034msgid "Other"6035msgstr "Outro"60366037#: builtin/config.c:836038msgid "terminate values with NUL byte"6039msgstr "terminar valores com o byte NUL"60406041#: builtin/config.c:846042msgid "show variable names only"6043msgstr "mostrar apenas os nomes das variáveis"60446045#: builtin/config.c:856046msgid "respect include directives on lookup"6047msgstr "respeitar diretivas de inclusão ao pesquisar"60486049#: builtin/config.c:866050msgid "show origin of config (file, standard input, blob, command line)"6051msgstr ""6052"mostrar a origem da configuração (ficheiro, entrada padrão, blob, linha de "6053"comandos)"60546055#: builtin/config.c:3286056msgid "unable to parse default color value"6057msgstr "não é possível analisar o valor de cor por omissão"60586059#: builtin/config.c:4726060#, c-format6061msgid ""6062"# This is Git's per-user configuration file.\n"6063"[user]\n"6064"# Please adapt and uncomment the following lines:\n"6065"#\tname = %s\n"6066"#\temail = %s\n"6067msgstr ""6068"# Este é o ficheiro de configuração do Git do utilizador.\n"6069"[user]\n"6070"# Adapte e retire os comentários das seguintes linhas:\n"6071"#\tname = %s\n"6072"#\temail = %s\n"60736074#: builtin/config.c:6146075#, c-format6076msgid "cannot create configuration file %s"6077msgstr "não é possível criar o ficheiro de configuração %s"60786079#: builtin/count-objects.c:776080msgid "git count-objects [-v] [-H | --human-readable]"6081msgstr "git count-objects [-v] [-H | --human-readable]"60826083#: builtin/count-objects.c:876084msgid "print sizes in human readable format"6085msgstr "imprimir dimensões em formato inteligível por humanos"60866087#: builtin/describe.c:176088msgid "git describe [<options>] [<commit-ish>...]"6089msgstr "git describe [<opções>] [<commit-etc>...]"60906091#: builtin/describe.c:186092msgid "git describe [<options>] --dirty"6093msgstr "git describe [<opções>] --dirty"60946095#: builtin/describe.c:2176096#, c-format6097msgid "annotated tag %s not available"6098msgstr "a tag anotada %s não está disponível"60996100#: builtin/describe.c:2216101#, c-format6102msgid "annotated tag %s has no embedded name"6103msgstr "a tag anotada %s não tem nenhum nome incorporado"61046105#: builtin/describe.c:2236106#, c-format6107msgid "tag '%s' is really '%s' here"6108msgstr "a tag '%s' está de facto em '%s'"61096110#: builtin/describe.c:250 builtin/log.c:4656111#, c-format6112msgid "Not a valid object name %s"6113msgstr "%s não é um nome de objeto válido"61146115#: builtin/describe.c:2536116#, c-format6117msgid "%s is not a valid '%s' object"6118msgstr "%s não é um objeto '%s' válido"61196120#: builtin/describe.c:2706121#, c-format6122msgid "no tag exactly matches '%s'"6123msgstr "nenhuma tag corresponde exatamente a '%s'"61246125#: builtin/describe.c:2726126#, c-format6127msgid "searching to describe %s\n"6128msgstr "à procurar da descrição de %s\n"61296130#: builtin/describe.c:3196131#, c-format6132msgid "finished search at %s\n"6133msgstr "a pesquisa terminou em %s\n"61346135#: builtin/describe.c:3466136#, c-format6137msgid ""6138"No annotated tags can describe '%s'.\n"6139"However, there were unannotated tags: try --tags."6140msgstr ""6141"Não é possível usar tags anotadas para descrever '%s'.\n"6142"No entanto, é possível com tags não anotadas: tente --tags."61436144#: builtin/describe.c:3506145#, c-format6146msgid ""6147"No tags can describe '%s'.\n"6148"Try --always, or create some tags."6149msgstr ""6150"Não é possível usar tags para descrever '%s'.\n"6151"Tente --always, ou crie algumas tags."61526153#: builtin/describe.c:3716154#, c-format6155msgid "traversed %lu commits\n"6156msgstr "%lu commits percorridos\n"61576158#: builtin/describe.c:3746159#, c-format6160msgid ""6161"more than %i tags found; listed %i most recent\n"6162"gave up search at %s\n"6163msgstr ""6164"mais de %i tags encontradas; foram listadas as %i mais recentes\n"6165"pesquisa interrompida em %s\n"61666167#: builtin/describe.c:3966168msgid "find the tag that comes after the commit"6169msgstr "localizar a tag que vem após o commit"61706171#: builtin/describe.c:3976172msgid "debug search strategy on stderr"6173msgstr "depurar a estratégia de procura para stderr"61746175#: builtin/describe.c:3986176msgid "use any ref"6177msgstr "usar uma referência qualquer"61786179#: builtin/describe.c:3996180msgid "use any tag, even unannotated"6181msgstr "usar uma tag qualquer, mesmo não anotada"61826183#: builtin/describe.c:4006184msgid "always use long format"6185msgstr "usar sempre formato longo"61866187#: builtin/describe.c:4016188msgid "only follow first parent"6189msgstr "seguir só o primeiro pai"61906191#: builtin/describe.c:4046192msgid "only output exact matches"6193msgstr "imprimir apenas correspondências exatas"61946195#: builtin/describe.c:4066196msgid "consider <n> most recent tags (default: 10)"6197msgstr "considerar as <n> tags mais recentes (predefinição: 10)"61986199#: builtin/describe.c:4086200msgid "only consider tags matching <pattern>"6201msgstr "apenas considerar tags que correspondam ao <padrão>"62026203#: builtin/describe.c:410 builtin/name-rev.c:3216204msgid "show abbreviated commit object as fallback"6205msgstr "mostrar objetos de commit abreviados em recurso"62066207#: builtin/describe.c:4116208msgid "mark"6209msgstr "marca"62106211#: builtin/describe.c:4126212msgid "append <mark> on dirty working tree (default: \"-dirty\")"6213msgstr ""6214"acrescentar <marca> se a árvore de trabalho contiver alterações "6215"(predefinição: \"-dirty\")"62166217#: builtin/describe.c:4306218msgid "--long is incompatible with --abbrev=0"6219msgstr "--long é incompatível com --abbrev=0"62206221#: builtin/describe.c:4566222msgid "No names found, cannot describe anything."6223msgstr "Nenhum nome encontrado, não é possível descrever."62246225#: builtin/describe.c:4766226msgid "--dirty is incompatible with commit-ishes"6227msgstr "--dirty é incompatível com commits ou semelhantes"62286229#: builtin/diff.c:866230#, c-format6231msgid "'%s': not a regular file or symlink"6232msgstr "'%s': não é um ficheiro regular nem uma ligação simbólica"62336234#: builtin/diff.c:2376235#, c-format6236msgid "invalid option: %s"6237msgstr "opção inválida: %s"62386239#: builtin/diff.c:3606240msgid "Not a git repository"6241msgstr "Não é um repositório git"62426243#: builtin/diff.c:4036244#, c-format6245msgid "invalid object '%s' given."6246msgstr "objeto inválido '%s' fornecido."62476248#: builtin/diff.c:4126249#, c-format6250msgid "more than two blobs given: '%s'"6251msgstr "mais do que dois blobs fornecidos: '%s'"62526253#: builtin/diff.c:4196254#, c-format6255msgid "unhandled object '%s' given."6256msgstr "objeto sem tratamento '%s' fornecido."62576258#: builtin/fast-export.c:256259msgid "git fast-export [rev-list-opts]"6260msgstr "git fast-export [opções-de-rev-list]"62616262#: builtin/fast-export.c:9806263msgid "show progress after <n> objects"6264msgstr "mostrar progresso depois de <n> objetos"62656266#: builtin/fast-export.c:9826267msgid "select handling of signed tags"6268msgstr "selecionar o tratamento de tags assinadas"62696270#: builtin/fast-export.c:9856271msgid "select handling of tags that tag filtered objects"6272msgstr "selecionar o tratamento de tags que apontem para objetos filtrados"62736274#: builtin/fast-export.c:9886275msgid "Dump marks to this file"6276msgstr "Capturar marcas neste ficheiro"62776278#: builtin/fast-export.c:9906279msgid "Import marks from this file"6280msgstr "Importar marcas deste ficheiro"62816282#: builtin/fast-export.c:9926283msgid "Fake a tagger when tags lack one"6284msgstr "Inventar um autor de tag para tags que não tenham um"62856286#: builtin/fast-export.c:9946287msgid "Output full tree for each commit"6288msgstr "Mostrar a árvore completa para cada commit"62896290#: builtin/fast-export.c:9966291msgid "Use the done feature to terminate the stream"6292msgstr "Usar a funcionalidade done para terminar o fluxo"62936294#: builtin/fast-export.c:9976295msgid "Skip output of blob data"6296msgstr "Ignorar a exibição de dados de blob"62976298#: builtin/fast-export.c:9986299msgid "refspec"6300msgstr "especificador de referência"63016302#: builtin/fast-export.c:9996303msgid "Apply refspec to exported refs"6304msgstr "Aplicar o especificador de referência a referências exportadas"63056306#: builtin/fast-export.c:10006307msgid "anonymize output"6308msgstr "anonimizar saída"63096310#: builtin/fetch.c:206311msgid "git fetch [<options>] [<repository> [<refspec>...]]"6312msgstr "git fetch [<opções>] [<repositório> [<especificador-de-referência>...]]"63136314#: builtin/fetch.c:216315msgid "git fetch [<options>] <group>"6316msgstr "git fetch [<opções>] <grupo>"63176318#: builtin/fetch.c:226319msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"6320msgstr "git fetch --multiple [<opções>] [(<repositório> | <grupo>)...]"63216322#: builtin/fetch.c:236323msgid "git fetch --all [<options>]"6324msgstr "git fetch --all [<opções>]"63256326#: builtin/fetch.c:92 builtin/pull.c:1746327msgid "fetch from all remotes"6328msgstr "obter de todos os remotos"63296330#: builtin/fetch.c:94 builtin/pull.c:1776331msgid "append to .git/FETCH_HEAD instead of overwriting"6332msgstr "acrescentar a .git/FETCH_HEAD em vez de substituir"63336334#: builtin/fetch.c:96 builtin/pull.c:1806335msgid "path to upload pack on remote end"6336msgstr "caminho para o comando upload pack no remoto"63376338#: builtin/fetch.c:97 builtin/pull.c:1826339msgid "force overwrite of local branch"6340msgstr "forçar a substituição do ramo local"63416342#: builtin/fetch.c:996343msgid "fetch from multiple remotes"6344msgstr "obter de múltiplos remotos"63456346#: builtin/fetch.c:101 builtin/pull.c:1846347msgid "fetch all tags and associated objects"6348msgstr "obter todas as tags e objetos associados"63496350#: builtin/fetch.c:1036351msgid "do not fetch all tags (--no-tags)"6352msgstr "não obter todas as tags (--no-tags)"63536354#: builtin/fetch.c:1056355msgid "number of submodules fetched in parallel"6356msgstr "número de submódulos obtidos em paralelo"63576358#: builtin/fetch.c:107 builtin/pull.c:1876359msgid "prune remote-tracking branches no longer on remote"6360msgstr "eliminar os ramos de monitorização remotos que já não existem no remoto"63616362#: builtin/fetch.c:108 builtin/pull.c:1906363msgid "on-demand"6364msgstr "on-demand"63656366#: builtin/fetch.c:109 builtin/pull.c:1916367msgid "control recursive fetching of submodules"6368msgstr "controlar a obtenção recursiva de submódulos"63696370#: builtin/fetch.c:113 builtin/pull.c:1996371msgid "keep downloaded pack"6372msgstr "manter o pacote transferido"63736374#: builtin/fetch.c:1156375msgid "allow updating of HEAD ref"6376msgstr "permitir a atualização da referência HEAD"63776378#: builtin/fetch.c:118 builtin/pull.c:2026379msgid "deepen history of shallow clone"6380msgstr "aprofundar o histórico de um clone raso"63816382#: builtin/fetch.c:120 builtin/pull.c:2056383msgid "convert to a complete repository"6384msgstr "converter num repositório completo"63856386#: builtin/fetch.c:122 builtin/log.c:13996387msgid "dir"6388msgstr "dir"63896390#: builtin/fetch.c:1236391msgid "prepend this to submodule path output"6392msgstr "preceder isto ao caminho do submódulo"63936394#: builtin/fetch.c:1266395msgid "default mode for recursion"6396msgstr "modo recursivo por omissão"63976398#: builtin/fetch.c:128 builtin/pull.c:2086399msgid "accept refs that update .git/shallow"6400msgstr "aceitar referência que atualizem .git/shallow"64016402#: builtin/fetch.c:129 builtin/pull.c:2106403msgid "refmap"6404msgstr "mapa de referências"64056406#: builtin/fetch.c:130 builtin/pull.c:2116407msgid "specify fetch refmap"6408msgstr "especificar mapa de referências"64096410#: builtin/fetch.c:3866411msgid "Couldn't find remote ref HEAD"6412msgstr "Referência remota HEAD não encontrada"64136414#: builtin/fetch.c:4666415#, c-format6416msgid "object %s not found"6417msgstr "objeto %s não encontrado"64186419#: builtin/fetch.c:4716420msgid "[up to date]"6421msgstr "[atualizado]"64226423#: builtin/fetch.c:4856424#, c-format6425msgid "! %-*s %-*s -> %s (can't fetch in current branch)"6426msgstr "! %-*s %-*s -> %s (não é possível obter no ramo atual)"64276428#: builtin/fetch.c:486 builtin/fetch.c:5746429msgid "[rejected]"6430msgstr "[rejeitado]"64316432#: builtin/fetch.c:4976433msgid "[tag update]"6434msgstr "[tag atualizada]"64356436#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:5526437msgid " (unable to update local ref)"6438msgstr " (não é possível atualizar a referência local)"64396440#: builtin/fetch.c:5176441msgid "[new tag]"6442msgstr "[nova tag]"64436444#: builtin/fetch.c:5206445msgid "[new branch]"6446msgstr "[novo ramo]"64476448#: builtin/fetch.c:5236449msgid "[new ref]"6450msgstr "[nova referência]"64516452#: builtin/fetch.c:5696453msgid "unable to update local ref"6454msgstr "não é possível atualizar a referência local"64556456#: builtin/fetch.c:5696457msgid "forced update"6458msgstr "atualização forçada"64596460#: builtin/fetch.c:5766461msgid "(non-fast-forward)"6462msgstr "(sem avanço rápido)"64636464#: builtin/fetch.c:6196465#, c-format6466msgid "%s did not send all necessary objects\n"6467msgstr "%s não enviou todos os objetos necessários\n"64686469#: builtin/fetch.c:6376470#, c-format6471msgid "reject %s because shallow roots are not allowed to be updated"6472msgstr "%s rejeitado, porque as raízes rasas não podem ser atualizadas"64736474#: builtin/fetch.c:724 builtin/fetch.c:8166475#, c-format6476msgid "From %.*s\n"6477msgstr "De %.*s\n"64786479#: builtin/fetch.c:7356480#, c-format6481msgid ""6482"some local refs could not be updated; try running\n"6483" 'git remote prune %s' to remove any old, conflicting branches"6484msgstr ""6485"algumas referências locais não puderam ser atualizadas; tente executar\n"6486" 'git remote prune %s' para remover algum ramo antigo em conflito"64876488#: builtin/fetch.c:7876489#, c-format6490msgid " (%s will become dangling)"6491msgstr " (%s ficará suspenso)"64926493#: builtin/fetch.c:7886494#, c-format6495msgid " (%s has become dangling)"6496msgstr " (%s ficou suspenso)"64976498#: builtin/fetch.c:8206499msgid "[deleted]"6500msgstr "[eliminado]"65016502#: builtin/fetch.c:821 builtin/remote.c:10256503msgid "(none)"6504msgstr "(nenhum)"65056506#: builtin/fetch.c:8416507#, c-format6508msgid "Refusing to fetch into current branch %s of non-bare repository"6509msgstr "Obtenção de objetos no ramo atual %s de um repositório não nu recusada"65106511#: builtin/fetch.c:8606512#, c-format6513msgid "Option \"%s\" value \"%s\" is not valid for %s"6514msgstr "O valor \"%2$s\" da opção \"%1$s\" não é válido em %3$s"65156516#: builtin/fetch.c:8636517#, c-format6518msgid "Option \"%s\" is ignored for %s\n"6519msgstr "Opção \"%s\" ignorada em %s\n"65206521#: builtin/fetch.c:9206522#, c-format6523msgid "Don't know how to fetch from %s"6524msgstr "Não sei como obter de %s"65256526#: builtin/fetch.c:10806527#, c-format6528msgid "Fetching %s\n"6529msgstr "A obter de %s\n"65306531#: builtin/fetch.c:1082 builtin/remote.c:966532#, c-format6533msgid "Could not fetch %s"6534msgstr "Não foi possível obter de %s"65356536#: builtin/fetch.c:11006537msgid ""6538"No remote repository specified. Please, specify either a URL or a\n"6539"remote name from which new revisions should be fetched."6540msgstr ""6541"Nenhum repositório remoto especificado. Especifique um URL ou\n"6542"o nome remoto a partir do qual as novas revisões devem ser obtidas."65436544#: builtin/fetch.c:11236545msgid "You need to specify a tag name."6546msgstr "Deve especificar um nome para a tag."65476548#: builtin/fetch.c:11656549msgid "--depth and --unshallow cannot be used together"6550msgstr "--depth e --unshallow não podem ser usados juntos"65516552#: builtin/fetch.c:11676553msgid "--unshallow on a complete repository does not make sense"6554msgstr "usar --unshallow num repositório completo não faz sentido"65556556#: builtin/fetch.c:11876557msgid "fetch --all does not take a repository argument"6558msgstr "fetch --all não leva um repositório como argumento"65596560#: builtin/fetch.c:11896561msgid "fetch --all does not make sense with refspecs"6562msgstr "fetch --all não faz sentido com especificadores de referência"65636564#: builtin/fetch.c:12006565#, c-format6566msgid "No such remote or remote group: %s"6567msgstr "O remoto ou grupo remoto não existe: %s"65686569#: builtin/fetch.c:12086570msgid "Fetching a group and specifying refspecs does not make sense"6571msgstr "Não faz sentido obter um grupo e especificar uma referência"65726573#: builtin/fmt-merge-msg.c:146574msgid ""6575"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6576msgstr ""6577"git fmt-merge-msg [-m <mensagem>] [--log[=<n>] | --no-log] [--file "6578"<ficheiro>]"65796580#: builtin/fmt-merge-msg.c:6676581msgid "populate log with at most <n> entries from shortlog"6582msgstr "povoar o registo com, no máximo, <n> entradas do shortlog"65836584#: builtin/fmt-merge-msg.c:6706585msgid "alias for --log (deprecated)"6586msgstr "alias de --log (obsoleto)"65876588#: builtin/fmt-merge-msg.c:6736589msgid "text"6590msgstr "texto"65916592#: builtin/fmt-merge-msg.c:6746593msgid "use <text> as start of message"6594msgstr "usar <texto> no início da mensagem"65956596#: builtin/fmt-merge-msg.c:6756597msgid "file to read from"6598msgstr "ficheiro a ler"65996600#: builtin/for-each-ref.c:96601msgid "git for-each-ref [<options>] [<pattern>]"6602msgstr "git for-each-ref [<opções>] [<padrão>]"66036604#: builtin/for-each-ref.c:106605msgid "git for-each-ref [--points-at <object>]"6606msgstr "git for-each-ref [--points-at <objeto>]"66076608#: builtin/for-each-ref.c:116609msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6610msgstr "git for-each-ref [(--merged | --no-merged) [<objeto>]]"66116612#: builtin/for-each-ref.c:126613msgid "git for-each-ref [--contains [<object>]]"6614msgstr "git for-each-ref [--contains [<objeto>]]"66156616#: builtin/for-each-ref.c:276617msgid "quote placeholders suitably for shells"6618msgstr ""6619"envolver os marcadores de posição em aspas de forma adequada para "6620"interpretadores de comandos"66216622#: builtin/for-each-ref.c:296623msgid "quote placeholders suitably for perl"6624msgstr "envolver os marcadores de posição em aspas de forma adequada para perl"66256626#: builtin/for-each-ref.c:316627msgid "quote placeholders suitably for python"6628msgstr ""6629"envolver os marcadores de posição em aspas de forma adequada para python"66306631#: builtin/for-each-ref.c:336632msgid "quote placeholders suitably for Tcl"6633msgstr "envolver os marcadores de posição em aspas de forma adequada para Tcl"66346635#: builtin/for-each-ref.c:366636msgid "show only <n> matched refs"6637msgstr "mostrar apenas <n> referências correspondidas"66386639#: builtin/for-each-ref.c:37 builtin/tag.c:3726640msgid "format to use for the output"6641msgstr "formato a usar na saída"66426643#: builtin/for-each-ref.c:416644msgid "print only refs which points at the given object"6645msgstr "imprimir apenas referências que apontem para o objeto fornecido"66466647#: builtin/for-each-ref.c:436648msgid "print only refs that are merged"6649msgstr "imprimir apenas referenciadas integradas"66506651#: builtin/for-each-ref.c:446652msgid "print only refs that are not merged"6653msgstr "imprimir apenas referências não integrada"66546655#: builtin/for-each-ref.c:456656msgid "print only refs which contain the commit"6657msgstr "imprimir apenas referências que contenham o commit"66586659#: builtin/fsck.c:156 builtin/prune.c:1406660msgid "Checking connectivity"6661msgstr "A verificar conectividade"66626663#: builtin/fsck.c:4866664msgid "Checking object directories"6665msgstr "A verificar diretórios de objetos"66666667#: builtin/fsck.c:5526668msgid "git fsck [<options>] [<object>...]"6669msgstr "git fsck [<opções>] [<objeto>...]"66706671#: builtin/fsck.c:5586672msgid "show unreachable objects"6673msgstr "mostrar objetos inalcançáveis"66746675#: builtin/fsck.c:5596676msgid "show dangling objects"6677msgstr "mostrar objetos suspensos"66786679#: builtin/fsck.c:5606680msgid "report tags"6681msgstr "mostrar tags"66826683#: builtin/fsck.c:5616684msgid "report root nodes"6685msgstr "mostrar nós raiz"66866687#: builtin/fsck.c:5626688msgid "make index objects head nodes"6689msgstr "considerar objetos do índice como nós cabeça"66906691#: builtin/fsck.c:5636692msgid "make reflogs head nodes (default)"6693msgstr "considerar os reflogs como nós cabeça (predefinição)"66946695#: builtin/fsck.c:5646696msgid "also consider packs and alternate objects"6697msgstr "considerar também pacotes e objetos sobressalente"66986699#: builtin/fsck.c:5656700msgid "check only connectivity"6701msgstr "verificar só a conetividade"67026703#: builtin/fsck.c:5666704msgid "enable more strict checking"6705msgstr "ativar verificação mais rigorosa"67066707#: builtin/fsck.c:5686708msgid "write dangling objects in .git/lost-found"6709msgstr "escrever objetos suspensos em .git/lost-found"67106711#: builtin/fsck.c:569 builtin/prune.c:1076712msgid "show progress"6713msgstr "mostrar progresso"67146715#: builtin/fsck.c:6306716msgid "Checking objects"6717msgstr "A verificar objetos"67186719#: builtin/gc.c:256720msgid "git gc [<options>]"6721msgstr "git gc [<opções>]"67226723#: builtin/gc.c:726724#, c-format6725msgid "Invalid %s: '%s'"6726msgstr "Inválido %s: '%s'"67276728#: builtin/gc.c:1396729#, c-format6730msgid "insanely long object directory %.*s"6731msgstr "diretório de objetos demasiado longo %.*s"67326733#: builtin/gc.c:2906734#, c-format6735msgid ""6736"The last gc run reported the following. Please correct the root cause\n"6737"and remove %s.\n"6738"Automatic cleanup will not be performed until the file is removed.\n"6739"\n"6740"%s"6741msgstr ""6742"A última execução do gc reportou o seguinte.\n"6743"Corrija a origem do problema e remova %s.\n"6744"A limpeza automática não será realizada enquanto o ficheiro existir.\n"6745"\n"6746"%s"67476748#: builtin/gc.c:3276749msgid "prune unreferenced objects"6750msgstr "eliminar ficheiros não referenciados"67516752#: builtin/gc.c:3296753msgid "be more thorough (increased runtime)"6754msgstr "ser mais minucioso (aumenta o tempo de execução)"67556756#: builtin/gc.c:3306757msgid "enable auto-gc mode"6758msgstr "ativar modo auto-gc"67596760#: builtin/gc.c:3316761msgid "force running gc even if there may be another gc running"6762msgstr "forçar a execução do gc mesmo que haja outro gc a executar"67636764#: builtin/gc.c:3736765#, c-format6766msgid "Auto packing the repository in background for optimum performance.\n"6767msgstr ""6768"A autocompactar o repositório em segundo plano para obter um melhor "6769"desempenho.\n"67706771#: builtin/gc.c:3756772#, c-format6773msgid "Auto packing the repository for optimum performance.\n"6774msgstr "A autocompactar o repositório para obter um melhor desempenho.\n"67756776#: builtin/gc.c:3766777#, c-format6778msgid "See \"git help gc\" for manual housekeeping.\n"6779msgstr "Consulte \"git help gc\" para ler sobre manutenção manual.\n"67806781#: builtin/gc.c:3976782#, c-format6783msgid ""6784"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6785msgstr ""6786"gc já a executar na máquina '%s' pid %<PRIuMAX> (use --force se não for o "6787"caso)"67886789#: builtin/gc.c:4416790msgid ""6791"There are too many unreachable loose objects; run 'git prune' to remove them."6792msgstr ""6793"Existem demasiados objeto soltos inalcançáveis; execute 'git prune' para os "6794"remover."67956796#: builtin/grep.c:236797msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6798msgstr "git grep [<opções>] [-e] <padrão> [<rev>...] [[--] <caminho>...]"67996800#: builtin/grep.c:2196801#, c-format6802msgid "grep: failed to create thread: %s"6803msgstr "grep: falha ao criar thread: %s"68046805#: builtin/grep.c:2776806#, c-format6807msgid "invalid number of threads specified (%d) for %s"6808msgstr "o número de threads especificado em %2$s é inválido (%1$d)"68096810#: builtin/grep.c:452 builtin/grep.c:4876811#, c-format6812msgid "unable to read tree (%s)"6813msgstr "não foi possível ler a árvore (%s)"68146815#: builtin/grep.c:5026816#, c-format6817msgid "unable to grep from object of type %s"6818msgstr "não foi possível efetuar grep de objetos do tipo %s"68196820#: builtin/grep.c:5606821#, c-format6822msgid "switch `%c' expects a numerical value"6823msgstr "a opção '%c' espera um valor numérico"68246825#: builtin/grep.c:5776826#, c-format6827msgid "cannot open '%s'"6828msgstr "não é possível abrir '%s'"68296830#: builtin/grep.c:6466831msgid "search in index instead of in the work tree"6832msgstr "procurar no índice em vez de procurar na árvore de trabalho"68336834#: builtin/grep.c:6486835msgid "find in contents not managed by git"6836msgstr "procurar em conteúdos não geridos pelo git"68376838#: builtin/grep.c:6506839msgid "search in both tracked and untracked files"6840msgstr "procurar em ficheiros controlados e não controlados"68416842#: builtin/grep.c:6526843msgid "ignore files specified via '.gitignore'"6844msgstr "ignorar ficheiros especificados via '.gitignore'"68456846#: builtin/grep.c:6556847msgid "show non-matching lines"6848msgstr "mostrar linhas não correspondidas"68496850#: builtin/grep.c:6576851msgid "case insensitive matching"6852msgstr "não diferenciar maiúsculas de minúsculas"68536854#: builtin/grep.c:6596855msgid "match patterns only at word boundaries"6856msgstr "corresponder padrões apenas a palavras"68576858#: builtin/grep.c:6616859msgid "process binary files as text"6860msgstr "processar ficheiros binários como texto"68616862#: builtin/grep.c:6636863msgid "don't match patterns in binary files"6864msgstr "ignorar ficheiros binários"68656866#: builtin/grep.c:6666867msgid "process binary files with textconv filters"6868msgstr "processar ficheiros binários com filtros textconv"68696870#: builtin/grep.c:6686871msgid "descend at most <depth> levels"6872msgstr "descer no máximo até <profundidade>"68736874#: builtin/grep.c:6726875msgid "use extended POSIX regular expressions"6876msgstr "usar expressões regulares estendidas do POSIX"68776878#: builtin/grep.c:6756879msgid "use basic POSIX regular expressions (default)"6880msgstr "usar expressões regulares básicas do POSIX (predefinição)"68816882#: builtin/grep.c:6786883msgid "interpret patterns as fixed strings"6884msgstr "interpretar padrões como cadeias de caracteres fixas"68856886#: builtin/grep.c:6816887msgid "use Perl-compatible regular expressions"6888msgstr "usar expressões regulares compatíveis com Perl"68896890#: builtin/grep.c:6846891msgid "show line numbers"6892msgstr "mostrar números de linha"68936894#: builtin/grep.c:6856895msgid "don't show filenames"6896msgstr "não mostrar nomes de ficheiro"68976898#: builtin/grep.c:6866899msgid "show filenames"6900msgstr "mostrar nomes de ficheiro"69016902#: builtin/grep.c:6886903msgid "show filenames relative to top directory"6904msgstr "mostrar nomes de ficheiro relativamente ao diretório superior"69056906#: builtin/grep.c:6906907msgid "show only filenames instead of matching lines"6908msgstr "mostrar apenas nomes de ficheiro em vez de linhas correspondidas"69096910#: builtin/grep.c:6926911msgid "synonym for --files-with-matches"6912msgstr "sinónimo de --files-with-matches"69136914#: builtin/grep.c:6956915msgid "show only the names of files without match"6916msgstr "mostrar apenas nomes de ficheiro sem correspondência"69176918#: builtin/grep.c:6976919msgid "print NUL after filenames"6920msgstr "imprimir NUL depois dos nomes de ficheiro"69216922#: builtin/grep.c:6996923msgid "show the number of matches instead of matching lines"6924msgstr "mostrar o número de correspondências em vez das linha correspondidas"69256926#: builtin/grep.c:7006927msgid "highlight matches"6928msgstr "realçar correspondências"69296930#: builtin/grep.c:7026931msgid "print empty line between matches from different files"6932msgstr ""6933"imprimir uma linha em branco entre correspondências de diferentes ficheiros"69346935#: builtin/grep.c:7046936msgid "show filename only once above matches from same file"6937msgstr ""6938"mostrar só uma vez o nome do ficheiro acima das correspondências dentro do "6939"mesmo ficheiro"69406941#: builtin/grep.c:7076942msgid "show <n> context lines before and after matches"6943msgstr "mostrar <n> linhas de contexto antes e depois das correspondências"69446945#: builtin/grep.c:7106946msgid "show <n> context lines before matches"6947msgstr "mostrar <n> linhas de contexto antes das correspondências"69486949#: builtin/grep.c:7126950msgid "show <n> context lines after matches"6951msgstr "mostrar <n> linhas de contexto depois das correspondências"69526953#: builtin/grep.c:7146954msgid "use <n> worker threads"6955msgstr "usar <n> threads de trabalho"69566957#: builtin/grep.c:7156958msgid "shortcut for -C NUM"6959msgstr "atalho para -C NUM"69606961#: builtin/grep.c:7186962msgid "show a line with the function name before matches"6963msgstr "mostrar uma linha com o nome da função antes das correspondências"69646965#: builtin/grep.c:7206966msgid "show the surrounding function"6967msgstr "mostrar a função circundante"69686969#: builtin/grep.c:7236970msgid "read patterns from file"6971msgstr "ler padrões do ficheiro"69726973#: builtin/grep.c:7256974msgid "match <pattern>"6975msgstr "procurar <padrão>"69766977#: builtin/grep.c:7276978msgid "combine patterns specified with -e"6979msgstr "combinar padrões especificados com -e"69806981#: builtin/grep.c:7396982msgid "indicate hit with exit status without output"6983msgstr "indicar padrão encontrado no valor de saída, mas não imprimir"69846985#: builtin/grep.c:7416986msgid "show only matches from files that match all patterns"6987msgstr ""6988"mostrar apenas correspondências de ficheiro que tenham todos os padrões"69896990#: builtin/grep.c:7436991msgid "show parse tree for grep expression"6992msgstr "mostrar árvore de analise da expressões grep"69936994#: builtin/grep.c:7476995msgid "pager"6996msgstr "paginador"69976998#: builtin/grep.c:7476999msgid "show matching files in the pager"7000msgstr "mostrar ficheiros com correspondências no paginador"70017002#: builtin/grep.c:7507003msgid "allow calling of grep(1) (ignored by this build)"7004msgstr "permitir invocar grep(1) (ignorado nesta compilação)"70057006#: builtin/grep.c:8137007msgid "no pattern given."7008msgstr "nenhum padrão fornecido."70097010#: builtin/grep.c:845 builtin/index-pack.c:14777011#, c-format7012msgid "invalid number of threads specified (%d)"7013msgstr "número de threads especificado inválido (%d)"70147015#: builtin/grep.c:8757016msgid "--open-files-in-pager only works on the worktree"7017msgstr "--open-files-in-pager só funciona na árvore de trabalho"70187019#: builtin/grep.c:9017020msgid "--cached or --untracked cannot be used with --no-index."7021msgstr "--cached ou --untracked não podem ser usados com --no-index."70227023#: builtin/grep.c:9067024msgid "--no-index or --untracked cannot be used with revs."7025msgstr "--no-index ou --untracked não podem ser usados em revisões."70267027#: builtin/grep.c:9097028msgid "--[no-]exclude-standard cannot be used for tracked contents."7029msgstr ""7030"--[no-]exclude-standard não podem ser usados em conteúdos não controlados."70317032#: builtin/grep.c:9177033msgid "both --cached and trees are given."7034msgstr "--cached e árvores foram fornecidos simultaneamente."70357036#: builtin/hash-object.c:817037msgid ""7038"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "7039"[--] <file>..."7040msgstr ""7041"git hash-object [-t <tipo>] [-w] [--path=<ficheiro> | --no-filters] [--stdin]"7042" [--] <ficheiro>..."70437044#: builtin/hash-object.c:827045msgid "git hash-object --stdin-paths"7046msgstr "git hash-object --stdin-paths"70477048#: builtin/hash-object.c:937049msgid "type"7050msgstr "tipo"70517052#: builtin/hash-object.c:937053msgid "object type"7054msgstr "tipo do objeto"70557056#: builtin/hash-object.c:947057msgid "write the object into the object database"7058msgstr "escrever o objeto na base de dados de objetos"70597060#: builtin/hash-object.c:967061msgid "read the object from stdin"7062msgstr "ler o objeto da entrada padrão"70637064#: builtin/hash-object.c:987065msgid "store file as is without filters"7066msgstr "guardar o ficheiro tal como está, sem filtros"70677068#: builtin/hash-object.c:997069msgid ""7070"just hash any random garbage to create corrupt objects for debugging Git"7071msgstr ""7072"obter hash de lixo aleatório para criar objetos corrompidos para depurar o "7073"Git"70747075#: builtin/hash-object.c:1007076msgid "process file as it were from this path"7077msgstr "processar o ficheiro como se este fosse do caminho indicado"70787079#: builtin/help.c:417080msgid "print all available commands"7081msgstr "imprimir todos os comandos disponíveis"70827083#: builtin/help.c:427084msgid "print list of useful guides"7085msgstr "imprimir lista de guias úteis"70867087#: builtin/help.c:437088msgid "show man page"7089msgstr "mostrar página do manual"70907091#: builtin/help.c:447092msgid "show manual in web browser"7093msgstr "mostrar o manual no navegador web"70947095#: builtin/help.c:467096msgid "show info page"7097msgstr "mostrar página info"70987099#: builtin/help.c:527100msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"7101msgstr "git help [--all] [--guides] [--man | --web | --info] [<comando>]"71027103#: builtin/help.c:647104#, c-format7105msgid "unrecognized help format '%s'"7106msgstr "formato de ajuda não reconhecido '%s'"71077108#: builtin/help.c:917109msgid "Failed to start emacsclient."7110msgstr "Falha ao iniciar emacsclient."71117112#: builtin/help.c:1047113msgid "Failed to parse emacsclient version."7114msgstr "Falha ao analisar a versão do emacsclient."71157116#: builtin/help.c:1127117#, c-format7118msgid "emacsclient version '%d' too old (< 22)."7119msgstr "a versão do emacsclient '%d' é demasiado antiga (< 22)."71207121#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1687122#, c-format7123msgid "failed to exec '%s'"7124msgstr "falha ao executar '%s'"71257126#: builtin/help.c:2057127#, c-format7128msgid ""7129"'%s': path for unsupported man viewer.\n"7130"Please consider using 'man.<tool>.cmd' instead."7131msgstr ""7132"'%s': caminho para visualizador de manual não suportado.\n"7133"Considere usar 'man.<ferramenta>.cmd'."71347135#: builtin/help.c:2177136#, c-format7137msgid ""7138"'%s': cmd for supported man viewer.\n"7139"Please consider using 'man.<tool>.path' instead."7140msgstr ""7141"'%s': comando de visualizador de manual suportado.\n"7142"Considere usar 'man.<ferramenta>.path'."71437144#: builtin/help.c:3347145#, c-format7146msgid "'%s': unknown man viewer."7147msgstr "'%s': visualizador de manual desconhecido."71487149#: builtin/help.c:3517150msgid "no man viewer handled the request"7151msgstr "nenhum visualizador de manual atendeu o pedido"71527153#: builtin/help.c:3597154msgid "no info viewer handled the request"7155msgstr "nenhum visualizador de info atendeu o pedido"71567157#: builtin/help.c:4087158msgid "Defining attributes per path"7159msgstr "Definir atributos por caminho"71607161#: builtin/help.c:4097162msgid "Everyday Git With 20 Commands Or So"7163msgstr "Diário Git com mais ou menos 20 Comandos"71647165#: builtin/help.c:4107166msgid "A Git glossary"7167msgstr "Um Glossário do Git"71687169#: builtin/help.c:4117170msgid "Specifies intentionally untracked files to ignore"7171msgstr ""7172"Especificar ficheiros não controlados para serem intencionalmente ignorados"71737174#: builtin/help.c:4127175msgid "Defining submodule properties"7176msgstr "Definir propriedades de submódulos"71777178#: builtin/help.c:4137179msgid "Specifying revisions and ranges for Git"7180msgstr "Especificar revisões e intervalos do Git"71817182#: builtin/help.c:4147183msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"7184msgstr "Uma introdução ao Git (versão 1.5.1 ou mais recente)"71857186#: builtin/help.c:4157187msgid "An overview of recommended workflows with Git"7188msgstr "Uma descrição geral dos fluxos de trabalho recomendados para o Git"71897190#: builtin/help.c:4277191msgid "The common Git guides are:\n"7192msgstr "Os guias comuns do Git:\n"71937194#: builtin/help.c:448 builtin/help.c:4657195#, c-format7196msgid "usage: %s%s"7197msgstr "utilização: %s%s"71987199#: builtin/help.c:4817200#, c-format7201msgid "`git %s' is aliased to `%s'"7202msgstr "'git %s' é um alias de '%s'"72037204#: builtin/index-pack.c:1527205#, c-format7206msgid "unable to open %s"7207msgstr "não foi possível abrir %s"72087209#: builtin/index-pack.c:2027210#, c-format7211msgid "object type mismatch at %s"7212msgstr "incompatibilidade de tipo de objeto em %s"72137214#: builtin/index-pack.c:2227215#, c-format7216msgid "did not receive expected object %s"7217msgstr "o objeto esperado %s não foi recebido"72187219#: builtin/index-pack.c:2257220#, c-format7221msgid "object %s: expected type %s, found %s"7222msgstr "objeto %s: tipo esperado %s, obtido %s"72237224#: builtin/index-pack.c:2677225#, c-format7226msgid "cannot fill %d byte"7227msgid_plural "cannot fill %d bytes"7228msgstr[0] "não é possível preencher %d byte"7229msgstr[1] "não é possível preencher %d bytes"72307231#: builtin/index-pack.c:2777232msgid "early EOF"7233msgstr "fim de ficheiro (EOF) prematuro"72347235#: builtin/index-pack.c:2787236msgid "read error on input"7237msgstr "erro de leitura da entrada"72387239#: builtin/index-pack.c:2907240msgid "used more bytes than were available"7241msgstr "foram usados mais bytes dos que estavam disponíveis"72427243#: builtin/index-pack.c:2977244msgid "pack too large for current definition of off_t"7245msgstr "pacote demasiado grande para a definição atual de off_t"72467247#: builtin/index-pack.c:3137248#, c-format7249msgid "unable to create '%s'"7250msgstr "não foi possível criar '%s'"72517252#: builtin/index-pack.c:3187253#, c-format7254msgid "cannot open packfile '%s'"7255msgstr "não é possível abrir o ficheiro de pacote '%s'"72567257#: builtin/index-pack.c:3327258msgid "pack signature mismatch"7259msgstr "a assinatura do pacote não corresponde"72607261#: builtin/index-pack.c:3347262#, c-format7263msgid "pack version %<PRIu32> unsupported"7264msgstr "versão de pacote %<PRIu32> não suportada"72657266#: builtin/index-pack.c:3527267#, c-format7268msgid "pack has bad object at offset %lu: %s"7269msgstr "pacote com objeto incorreto no offset %lu: %s"72707271#: builtin/index-pack.c:4737272#, c-format7273msgid "inflate returned %d"7274msgstr "a descompactação retornou %d"72757276#: builtin/index-pack.c:5227277msgid "offset value overflow for delta base object"7278msgstr "delta de objeto base com capacidade excedida no valor de offset"72797280#: builtin/index-pack.c:5307281msgid "delta base offset is out of bound"7282msgstr "offset da base delta está fora do limite"72837284#: builtin/index-pack.c:5387285#, c-format7286msgid "unknown object type %d"7287msgstr "objeto de tipo desconhecido %d"72887289#: builtin/index-pack.c:5697290msgid "cannot pread pack file"7291msgstr "não é possível invocar pread sobre o ficheiro de pacote"72927293#: builtin/index-pack.c:5717294#, c-format7295msgid "premature end of pack file, %lu byte missing"7296msgid_plural "premature end of pack file, %lu bytes missing"7297msgstr[0] "fim de ficheiro de pacote prematuro, falta %lu byte"7298msgstr[1] "fim de ficheiro de pacote prematuro, faltam %lu bytes"72997300#: builtin/index-pack.c:5977301msgid "serious inflate inconsistency"7302msgstr "inconsistência de descompactação grave"73037304#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7727305#: builtin/index-pack.c:806 builtin/index-pack.c:8157306#, c-format7307msgid "SHA1 COLLISION FOUND WITH %s !"7308msgstr "COLISÃO DE SHA1 COM %s ENCONTRADA!"73097310#: builtin/index-pack.c:746 builtin/pack-objects.c:1627311#: builtin/pack-objects.c:2547312#, c-format7313msgid "unable to read %s"7314msgstr "não foi possível ler %s"73157316#: builtin/index-pack.c:8127317#, c-format7318msgid "cannot read existing object %s"7319msgstr "não é possível ler o objeto existente %s"73207321#: builtin/index-pack.c:8267322#, c-format7323msgid "invalid blob object %s"7324msgstr "objeto blob inválido %s"73257326#: builtin/index-pack.c:8407327#, c-format7328msgid "invalid %s"7329msgstr "inválido %s"73307331#: builtin/index-pack.c:8437332msgid "Error in object"7333msgstr "Erro no objeto"73347335#: builtin/index-pack.c:8457336#, c-format7337msgid "Not all child objects of %s are reachable"7338msgstr "Nem todos os objetos filhos de %s são alcançáveis"73397340#: builtin/index-pack.c:917 builtin/index-pack.c:9487341msgid "failed to apply delta"7342msgstr "falha ao aplicar delta"73437344#: builtin/index-pack.c:11187345msgid "Receiving objects"7346msgstr "A receber objetos"73477348#: builtin/index-pack.c:11187349msgid "Indexing objects"7350msgstr "A indexar objetos"73517352#: builtin/index-pack.c:11507353msgid "pack is corrupted (SHA1 mismatch)"7354msgstr "pacote corrompido (SHA1 não corresponde)"73557356#: builtin/index-pack.c:11557357msgid "cannot fstat packfile"7358msgstr "não é possível invocar fstat sobre o ficheiro de pacote"73597360#: builtin/index-pack.c:11587361msgid "pack has junk at the end"7362msgstr "pacote com lixo no final"73637364#: builtin/index-pack.c:11697365msgid "confusion beyond insanity in parse_pack_objects()"7366msgstr "extrema confusão em parse_pack_objects()"73677368#: builtin/index-pack.c:11947369msgid "Resolving deltas"7370msgstr "A resolver deltas"73717372#: builtin/index-pack.c:12057373#, c-format7374msgid "unable to create thread: %s"7375msgstr "não foi possível criar thread: %s"73767377#: builtin/index-pack.c:12477378msgid "confusion beyond insanity"7379msgstr "extrema confusão"73807381#: builtin/index-pack.c:12537382#, c-format7383msgid "completed with %d local object"7384msgid_plural "completed with %d local objects"7385msgstr[0] "concluído com %d objeto local"7386msgstr[1] "concluído com %d objetos locais"73877388#: builtin/index-pack.c:12657389#, c-format7390msgid "Unexpected tail checksum for %s (disk corruption?)"7391msgstr "Soma de verificação inesperada no final de %s (corrupção no disco?)"73927393#: builtin/index-pack.c:12697394#, c-format7395msgid "pack has %d unresolved delta"7396msgid_plural "pack has %d unresolved deltas"7397msgstr[0] "pacote com %d delta não resolvido"7398msgstr[1] "pacote com %d deltas não resolvidos"73997400#: builtin/index-pack.c:12937401#, c-format7402msgid "unable to deflate appended object (%d)"7403msgstr "não é possível compactar objeto acrescentado (%d)"74047405#: builtin/index-pack.c:13697406#, c-format7407msgid "local object %s is corrupt"7408msgstr "objeto local %s corrompido"74097410#: builtin/index-pack.c:13937411msgid "error while closing pack file"7412msgstr "erro ao fechar ficheiro de pacote"74137414#: builtin/index-pack.c:14067415#, c-format7416msgid "cannot write keep file '%s'"7417msgstr "não é possível escrever o ficheiro de conservação '%s'"74187419#: builtin/index-pack.c:14147420#, c-format7421msgid "cannot close written keep file '%s'"7422msgstr "não é possível fechar o ficheiro de conservação '%s' escrito"74237424#: builtin/index-pack.c:14277425msgid "cannot store pack file"7426msgstr "não é possível guardar ficheiro de pacote"74277428#: builtin/index-pack.c:14387429msgid "cannot store index file"7430msgstr "não é possível guardar o ficheiro índice"74317432#: builtin/index-pack.c:14717433#, c-format7434msgid "bad pack.indexversion=%<PRIu32>"7435msgstr "pack.indexversion=%<PRIu32> incorreto"74367437#: builtin/index-pack.c:1481 builtin/index-pack.c:16787438#, c-format7439msgid "no threads support, ignoring %s"7440msgstr "sem suporte de threads, %s ignorado"74417442#: builtin/index-pack.c:15407443#, c-format7444msgid "Cannot open existing pack file '%s'"7445msgstr "Não é possível abrir o ficheiro de pacote '%s' existente"74467447#: builtin/index-pack.c:15427448#, c-format7449msgid "Cannot open existing pack idx file for '%s'"7450msgstr "Não é possível abrir o ficheiro de índice do pacote existente de '%s'"74517452#: builtin/index-pack.c:15897453#, c-format7454msgid "non delta: %d object"7455msgid_plural "non delta: %d objects"7456msgstr[0] "%d objeto não delta"7457msgstr[1] "%d objetos não delta"74587459#: builtin/index-pack.c:15967460#, c-format7461msgid "chain length = %d: %lu object"7462msgid_plural "chain length = %d: %lu objects"7463msgstr[0] "comprimento de cadeia = %d: %lu objeto"7464msgstr[1] "comprimento de cadeia = %d: %lu objetos"74657466#: builtin/index-pack.c:16097467#, c-format7468msgid "packfile name '%s' does not end with '.pack'"7469msgstr "o nome do ficheiro de pacote '%s' não termina em '.pack'"74707471#: builtin/index-pack.c:16387472msgid "Cannot come back to cwd"7473msgstr "Não é possível voltar ao diretório de trabalho atual"74747475#: builtin/index-pack.c:1690 builtin/index-pack.c:16937476#: builtin/index-pack.c:1705 builtin/index-pack.c:17097477#, c-format7478msgid "bad %s"7479msgstr "%s incorreto"74807481#: builtin/index-pack.c:17237482msgid "--fix-thin cannot be used without --stdin"7483msgstr "--fix-thin não pode ser usado sem --stdin"74847485#: builtin/index-pack.c:17317486msgid "--verify with no packfile name given"7487msgstr "--verify sem nome do ficheiro de pacote indicado"74887489#: builtin/init-db.c:557490#, c-format7491msgid "cannot stat '%s'"7492msgstr "não é possível invocar stat sobre '%s'"74937494#: builtin/init-db.c:617495#, c-format7496msgid "cannot stat template '%s'"7497msgstr "não é possível invocar stat sobre o modelo '%s'"74987499#: builtin/init-db.c:667500#, c-format7501msgid "cannot opendir '%s'"7502msgstr "não é possível abrir (opendir) '%s'"75037504#: builtin/init-db.c:777505#, c-format7506msgid "cannot readlink '%s'"7507msgstr "não é possível ler (readlink) '%s'"75087509#: builtin/init-db.c:797510#, c-format7511msgid "cannot symlink '%s' '%s'"7512msgstr "não é possível criar a ligação simbólica '%s' '%s'"75137514#: builtin/init-db.c:857515#, c-format7516msgid "cannot copy '%s' to '%s'"7517msgstr "não é possível copiar '%s' para '%s'"75187519#: builtin/init-db.c:897520#, c-format7521msgid "ignoring template %s"7522msgstr "modelo %s ignorado"75237524#: builtin/init-db.c:1207525#, c-format7526msgid "templates not found %s"7527msgstr "modelos não encontrados em %s"75287529#: builtin/init-db.c:1357530#, c-format7531msgid "not copying templates from '%s': %s"7532msgstr "modelos não copiados de '%s': %s"75337534#: builtin/init-db.c:312 builtin/init-db.c:3157535#, c-format7536msgid "%s already exists"7537msgstr "%s já existe"75387539#: builtin/init-db.c:3447540#, c-format7541msgid "unable to handle file type %d"7542msgstr "não foi possível processar o tipo de ficheiro %d"75437544#: builtin/init-db.c:3477545#, c-format7546msgid "unable to move %s to %s"7547msgstr "não foi possível mover %s para %s"75487549#. TRANSLATORS: The first '%s' is either "Reinitialized7550#. existing" or "Initialized empty", the second " shared" or7551#. "", and the last '%s%s' is the verbatim directory name.7552#: builtin/init-db.c:4037553#, c-format7554msgid "%s%s Git repository in %s%s\n"7555msgstr "Repositório Git %s%s em %s%s\n"75567557#: builtin/init-db.c:4047558msgid "Reinitialized existing"7559msgstr "existente reinicializado"75607561#: builtin/init-db.c:4047562msgid "Initialized empty"7563msgstr "vazio inicializado"75647565#: builtin/init-db.c:4057566msgid " shared"7567msgstr " partilhado"75687569#: builtin/init-db.c:4527570msgid ""7571"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7572"shared[=<permissions>]] [<directory>]"7573msgstr ""7574"git init [-q | --quiet] [--bare] [--template=<diretório-modelo>] "7575"[--shared[=<permissões>]] [<diretório>]"75767577#: builtin/init-db.c:4757578msgid "permissions"7579msgstr "permissões"75807581#: builtin/init-db.c:4767582msgid "specify that the git repository is to be shared amongst several users"7583msgstr ""7584"especificar que o repositório git será partilhado por vários utilizadores"75857586#: builtin/init-db.c:510 builtin/init-db.c:5157587#, c-format7588msgid "cannot mkdir %s"7589msgstr "não é possível criar o diretório %s"75907591#: builtin/init-db.c:5197592#, c-format7593msgid "cannot chdir to %s"7594msgstr "não é possível mudar para o diretório %s"75957596#: builtin/init-db.c:5407597#, c-format7598msgid ""7599"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7600"dir=<directory>)"7601msgstr ""7602"%s (ou --work-tree=<diretório>) não é permitido sem especificar %s (ou --git-"7603"dir=<diretório>)"76047605#: builtin/init-db.c:5687606#, c-format7607msgid "Cannot access work tree '%s'"7608msgstr "Não é possível aceder à árvore de trabalho '%s'"76097610#: builtin/interpret-trailers.c:157611msgid ""7612"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7613"<token>[(=|:)<value>])...] [<file>...]"7614msgstr ""7615"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7616"<token>[(=|:)<valor>])...] [<ficheiro>...]"76177618#: builtin/interpret-trailers.c:267619msgid "edit files in place"7620msgstr "editar ficheiros no local"76217622#: builtin/interpret-trailers.c:277623msgid "trim empty trailers"7624msgstr "cortar terminadores vazios"76257626#: builtin/interpret-trailers.c:287627msgid "trailer"7628msgstr "terminador"76297630#: builtin/interpret-trailers.c:297631msgid "trailer(s) to add"7632msgstr "terminadores a adicionar"76337634#: builtin/interpret-trailers.c:427635msgid "no input file given for in-place editing"7636msgstr "nenhum ficheiro de entrada fornecido para edição no local"76377638#: builtin/log.c:437639msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7640msgstr "git log [<opções>] [<intervalo-de-revisões>] [[--] <caminho>...]"76417642#: builtin/log.c:447643msgid "git show [<options>] <object>..."7644msgstr "git show [<opções>] <objeto>..."76457646#: builtin/log.c:837647#, c-format7648msgid "invalid --decorate option: %s"7649msgstr "opção --decorate inválida: %s"76507651#: builtin/log.c:1377652msgid "suppress diff output"7653msgstr "suprimir saída do diff"76547655#: builtin/log.c:1387656msgid "show source"7657msgstr "mostrar origem"76587659#: builtin/log.c:1397660msgid "Use mail map file"7661msgstr "usar ficheiro de mapeamento de correio"76627663#: builtin/log.c:1407664msgid "decorate options"7665msgstr "opções de decoração"76667667#: builtin/log.c:1437668msgid "Process line range n,m in file, counting from 1"7669msgstr "processar intervalo de linhas n,m, a cantar a partir de 1"76707671#: builtin/log.c:2397672#, c-format7673msgid "Final output: %d %s\n"7674msgstr "Resultado final: %d %s\n"76757676#: builtin/log.c:4717677#, c-format7678msgid "git show %s: bad file"7679msgstr "git show %s: ficheiro incorreto"76807681#: builtin/log.c:485 builtin/log.c:5787682#, c-format7683msgid "Could not read object %s"7684msgstr "Não foi possível ler o objeto %s"76857686#: builtin/log.c:6027687#, c-format7688msgid "Unknown type: %d"7689msgstr "Tipo desconhecido: %d"76907691#: builtin/log.c:7227692msgid "format.headers without value"7693msgstr "format.headers sem valor"76947695#: builtin/log.c:8127696msgid "name of output directory is too long"7697msgstr "o nome do diretório de saída é demasiado longo"76987699#: builtin/log.c:8277700#, c-format7701msgid "Cannot open patch file %s"7702msgstr "Não é possível abrir o ficheiro de patch %s"77037704#: builtin/log.c:8417705msgid "Need exactly one range."7706msgstr "É necessário exatamente um intervalo."77077708#: builtin/log.c:8517709msgid "Not a range."7710msgstr "Não é um intervalo."77117712#: builtin/log.c:9577713msgid "Cover letter needs email format"7714msgstr "A carta de apresentação precisa de um formato de e-mail"77157716#: builtin/log.c:10367717#, c-format7718msgid "insane in-reply-to: %s"7719msgstr "in-reply-to incorreto: %s"77207721#: builtin/log.c:10647722msgid "git format-patch [<options>] [<since> | <revision-range>]"7723msgstr "git format-patch [<opções>] [<desde> | <intervalo-de-revisões>]"77247725#: builtin/log.c:11097726msgid "Two output directories?"7727msgstr "Dois diretórios de saída?"77287729#: builtin/log.c:1216 builtin/log.c:1857 builtin/log.c:1859 builtin/log.c:18717730#, c-format7731msgid "Unknown commit %s"7732msgstr "Commit desconhecido %s"77337734#: builtin/log.c:1226 builtin/notes.c:253 builtin/notes.c:3047735#: builtin/notes.c:306 builtin/notes.c:369 builtin/notes.c:4247736#: builtin/notes.c:510 builtin/notes.c:515 builtin/notes.c:5937737#: builtin/notes.c:656 builtin/notes.c:881 builtin/tag.c:4557738#, c-format7739msgid "Failed to resolve '%s' as a valid ref."7740msgstr "Falha ao resolver '%s' numa referência válida."77417742#: builtin/log.c:12317743msgid "Could not find exact merge base."7744msgstr "Não foi possível encontrar a base exata de integração."77457746#: builtin/log.c:12357747msgid ""7748"Failed to get upstream, if you want to record base commit automatically,\n"7749"please use git branch --set-upstream-to to track a remote branch.\n"7750"Or you could specify base commit by --base=<base-commit-id> manually."7751msgstr ""7752"Falha ao obter ramo a montante, se quer gravar o commit base automaticamente,"7753"\n"7754"use branch --set-upstream-to para seguir um ramo remoto.\n"7755"Ou pode especificar o commit base com --base=<base-commit-id> manualmente."77567757#: builtin/log.c:12557758msgid "Failed to find exact merge base"7759msgstr "Falha ao procurar base exata de integração"77607761#: builtin/log.c:12667762msgid "base commit should be the ancestor of revision list"7763msgstr "o commit base deve ser o antecessor da lista de revisões"77647765#: builtin/log.c:12707766msgid "base commit shouldn't be in revision list"7767msgstr "o commit base não deve fazer parte da lista de revisões"77687769#: builtin/log.c:13197770msgid "cannot get patch id"7771msgstr "não é possível obter o id do patch"77727773#: builtin/log.c:13777774msgid "use [PATCH n/m] even with a single patch"7775msgstr "usar [PATCH n/m] mesmo com um único patch"77767777#: builtin/log.c:13807778msgid "use [PATCH] even with multiple patches"7779msgstr "usar [PATCH] mesmo com múltiplos patches"77807781#: builtin/log.c:13847782msgid "print patches to standard out"7783msgstr "imprimir patches para a saída padrão"77847785#: builtin/log.c:13867786msgid "generate a cover letter"7787msgstr "gerar uma carta de apresentação"77887789#: builtin/log.c:13887790msgid "use simple number sequence for output file names"7791msgstr ""7792"usar uma sequência de números simples para denominar os ficheiros gerados"77937794#: builtin/log.c:13897795msgid "sfx"7796msgstr "sfx"77977798#: builtin/log.c:13907799msgid "use <sfx> instead of '.patch'"7800msgstr "usar <sfx> em vez de '.patch'"78017802#: builtin/log.c:13927803msgid "start numbering patches at <n> instead of 1"7804msgstr "começar a numerar os patches em <n> em vez de 1"78057806#: builtin/log.c:13947807msgid "mark the series as Nth re-roll"7808msgstr "marcar a série como a n-ésima reiteração"78097810#: builtin/log.c:13967811msgid "Use [<prefix>] instead of [PATCH]"7812msgstr "usar [<prefixo>] em vez de [PATCH]"78137814#: builtin/log.c:13997815msgid "store resulting files in <dir>"7816msgstr "guardar os ficheiros resultantes em <dir>"78177818#: builtin/log.c:14027819msgid "don't strip/add [PATCH]"7820msgstr "não tirar/inserir [PATCH]"78217822#: builtin/log.c:14057823msgid "don't output binary diffs"7824msgstr "não gerar diffs binários"78257826#: builtin/log.c:14077827msgid "output all-zero hash in From header"7828msgstr "preencher o cabeçalho From com hash de zeros"78297830#: builtin/log.c:14097831msgid "don't include a patch matching a commit upstream"7832msgstr "não incluir um patch que coincida com um commit a montante"78337834#: builtin/log.c:14117835msgid "show patch format instead of default (patch + stat)"7836msgstr ""7837"mostrar no formato de patch em vez de no formato por omissão (patch + stat)"78387839#: builtin/log.c:14137840msgid "Messaging"7841msgstr "Mensagem"78427843#: builtin/log.c:14147844msgid "header"7845msgstr "cabeçalho"78467847#: builtin/log.c:14157848msgid "add email header"7849msgstr "adicionar cabeçalho de e-mail"78507851#: builtin/log.c:1416 builtin/log.c:14187852msgid "email"7853msgstr "e-mail"78547855#: builtin/log.c:14167856msgid "add To: header"7857msgstr "adicionar cabeçalho To:"78587859#: builtin/log.c:14187860msgid "add Cc: header"7861msgstr "adicionar cabeçalho Cc:"78627863#: builtin/log.c:14207864msgid "ident"7865msgstr "identidade"78667867#: builtin/log.c:14217868msgid "set From address to <ident> (or committer ident if absent)"7869msgstr ""7870"definir o endereço From como <identidade> (ou como identidade do committer "7871"se não indicado)"78727873#: builtin/log.c:14237874msgid "message-id"7875msgstr "id-mensagem"78767877#: builtin/log.c:14247878msgid "make first mail a reply to <message-id>"7879msgstr "usar o primeiro email para responder a <id-mensagem>"78807881#: builtin/log.c:1425 builtin/log.c:14287882msgid "boundary"7883msgstr "limite"78847885#: builtin/log.c:14267886msgid "attach the patch"7887msgstr "anexar o patch"78887889#: builtin/log.c:14297890msgid "inline the patch"7891msgstr "incorporar o patch"78927893#: builtin/log.c:14337894msgid "enable message threading, styles: shallow, deep"7895msgstr "ativar mensagens por tópicos, estilos: shallow (raso), deep (profundo)"78967897#: builtin/log.c:14357898msgid "signature"7899msgstr "assinatura"79007901#: builtin/log.c:14367902msgid "add a signature"7903msgstr "adicionar uma assinatura"79047905#: builtin/log.c:14377906msgid "base-commit"7907msgstr "commit-base"79087909#: builtin/log.c:14387910msgid "add prerequisite tree info to the patch series"7911msgstr "adicionar informação pré-requisito da árvore à série de patches"79127913#: builtin/log.c:14407914msgid "add a signature from a file"7915msgstr "adicionar uma assinatura de um ficheiro"79167917#: builtin/log.c:14417918msgid "don't print the patch filenames"7919msgstr "não imprimir os nomes dos ficheiros de patch"79207921#: builtin/log.c:15317922msgid "-n and -k are mutually exclusive."7923msgstr "-n e -k são mutuamente exclusivos."79247925#: builtin/log.c:15337926msgid "--subject-prefix and -k are mutually exclusive."7927msgstr "--subject-prefix e -k são mutuamente exclusivos."79287929#: builtin/log.c:15417930msgid "--name-only does not make sense"7931msgstr "--name-only não faz sentido"79327933#: builtin/log.c:15437934msgid "--name-status does not make sense"7935msgstr "--name-status não faz sentido"79367937#: builtin/log.c:15457938msgid "--check does not make sense"7939msgstr "--check não faz sentido"79407941#: builtin/log.c:15737942msgid "standard output, or directory, which one?"7943msgstr "saída padrão, ou diretório, qual deles?"79447945#: builtin/log.c:15757946#, c-format7947msgid "Could not create directory '%s'"7948msgstr "Não foi possível criar o diretório '%s'"79497950#: builtin/log.c:16727951#, c-format7952msgid "unable to read signature file '%s'"7953msgstr "não é possível ler o ficheiro de assinatura '%s'"79547955#: builtin/log.c:17437956msgid "Failed to create output files"7957msgstr "Falha ao criar os ficheiros de saída"79587959#: builtin/log.c:17927960msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7961msgstr "git cherry [-v] [<ramo-a-montante> [<head> [<limite>]]]"79627963#: builtin/log.c:18467964#, c-format7965msgid ""7966"Could not find a tracked remote branch, please specify <upstream> manually.\n"7967msgstr ""7968"O ramo remoto seguido não foi encontrado, especifique <ramo-a-montante> "7969"manualmente.\n"79707971#: builtin/ls-files.c:3787972msgid "git ls-files [<options>] [<file>...]"7973msgstr "git ls-files [<opções>] [<ficheiro>...]"79747975#: builtin/ls-files.c:4277976msgid "identify the file status with tags"7977msgstr "identificar o estado do ficheiro com tags"79787979#: builtin/ls-files.c:4297980msgid "use lowercase letters for 'assume unchanged' files"7981msgstr ""7982"usar letras minúsculas para ficheiros 'assumido não alterado' ('assume "7983"unchanged')"79847985#: builtin/ls-files.c:4317986msgid "show cached files in the output (default)"7987msgstr "mostrar ficheiros em cache na saída (predefinição)"79887989#: builtin/ls-files.c:4337990msgid "show deleted files in the output"7991msgstr "mostrar ficheiros eliminados na saída"79927993#: builtin/ls-files.c:4357994msgid "show modified files in the output"7995msgstr "mostrar ficheiros modificados na saída"79967997#: builtin/ls-files.c:4377998msgid "show other files in the output"7999msgstr "mostrar outros ficheiros na saída"80008001#: builtin/ls-files.c:4398002msgid "show ignored files in the output"8003msgstr "mostrar ficheiros ignorados na saída"80048005#: builtin/ls-files.c:4428006msgid "show staged contents' object name in the output"8007msgstr "mostrar nome de objetos com conteúdo preparado, na saída"80088009#: builtin/ls-files.c:4448010msgid "show files on the filesystem that need to be removed"8011msgstr ""8012"mostrar ficheiros no sistema de ficheiros que precisam de ser removidos"80138014#: builtin/ls-files.c:4468015msgid "show 'other' directories' names only"8016msgstr "mostrar nomes de diretórios 'other' (outro)"80178018#: builtin/ls-files.c:4488019msgid "show line endings of files"8020msgstr "mostrar finais de linha dos ficheiros"80218022#: builtin/ls-files.c:4508023msgid "don't show empty directories"8024msgstr "não mostrar diretórios vazios"80258026#: builtin/ls-files.c:4538027msgid "show unmerged files in the output"8028msgstr "mostrar ficheiros não integrados na saída"80298030#: builtin/ls-files.c:4558031msgid "show resolve-undo information"8032msgstr "mostrar informação de resolver-desfazer"80338034#: builtin/ls-files.c:4578035msgid "skip files matching pattern"8036msgstr "ignorar ficheiros que correspondam ao padrão"80378038#: builtin/ls-files.c:4608039msgid "exclude patterns are read from <file>"8040msgstr "ler padrões de exclusão do <ficheiro>"80418042#: builtin/ls-files.c:4638043msgid "read additional per-directory exclude patterns in <file>"8044msgstr "ler padrões de exclusão por diretório do <ficheiro>"80458046#: builtin/ls-files.c:4658047msgid "add the standard git exclusions"8048msgstr "incluir as exclusões standard do git"80498050#: builtin/ls-files.c:4688051msgid "make the output relative to the project top directory"8052msgstr "mostrar os caminhos relativamente ao diretório superior do projeto"80538054#: builtin/ls-files.c:4718055msgid "if any <file> is not in the index, treat this as an error"8056msgstr "se um <ficheiro> não estiver no índice, tratar como erro"80578058#: builtin/ls-files.c:4728059msgid "tree-ish"8060msgstr "árvore-etc"80618062#: builtin/ls-files.c:4738063msgid "pretend that paths removed since <tree-ish> are still present"8064msgstr ""8065"fingir que os caminhos removidos desde <árvore-etc> ainda estão presentes"80668067#: builtin/ls-files.c:4758068msgid "show debugging data"8069msgstr "mostrar dados de depuração"80708071#: builtin/ls-remote.c:78072msgid ""8073"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"8074" [-q | --quiet] [--exit-code] [--get-url]\n"8075" [--symref] [<repository> [<refs>...]]"8076msgstr ""8077"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"8078" [-q | --quiet] [--exit-code] [--get-url]\n"8079" [--symref] [<repositório> [<referências>...]]"80808081#: builtin/ls-remote.c:508082msgid "do not print remote URL"8083msgstr "não imprimir URL remoto"80848085#: builtin/ls-remote.c:51 builtin/ls-remote.c:538086msgid "exec"8087msgstr "exec"80888089#: builtin/ls-remote.c:52 builtin/ls-remote.c:548090msgid "path of git-upload-pack on the remote host"8091msgstr "caminho para git-upload-pack no servidor remoto"80928093#: builtin/ls-remote.c:568094msgid "limit to tags"8095msgstr "restringir-se a tags"80968097#: builtin/ls-remote.c:578098msgid "limit to heads"8099msgstr "restringir-se a cabeças"81008101#: builtin/ls-remote.c:588102msgid "do not show peeled tags"8103msgstr "não mostrar tags descascadas"81048105#: builtin/ls-remote.c:608106msgid "take url.<base>.insteadOf into account"8107msgstr "ter url.<base>.insteadOf em conta"81088109#: builtin/ls-remote.c:628110msgid "exit with exit code 2 if no matching refs are found"8111msgstr "terminar com código de saída 2 se não forem encontradas referências"81128113#: builtin/ls-remote.c:648114msgid "show underlying ref in addition to the object pointed by it"8115msgstr "mostrar a referência subjacente em adição ao objeto por ela apontado"81168117#: builtin/ls-tree.c:288118msgid "git ls-tree [<options>] <tree-ish> [<path>...]"8119msgstr "git ls-tree [<opções>] <árvore-etc> [<caminho>...]"81208121#: builtin/ls-tree.c:1288122msgid "only show trees"8123msgstr "mostrar apenas árvores"81248125#: builtin/ls-tree.c:1308126msgid "recurse into subtrees"8127msgstr "percorrer as subárvores recursivamente"81288129#: builtin/ls-tree.c:1328130msgid "show trees when recursing"8131msgstr "mostrar árvores ao percorrer"81328133#: builtin/ls-tree.c:1358134msgid "terminate entries with NUL byte"8135msgstr "terminar entradas com o byte NUL"81368137#: builtin/ls-tree.c:1368138msgid "include object size"8139msgstr "incluir dimensão dos objetos"81408141#: builtin/ls-tree.c:138 builtin/ls-tree.c:1408142msgid "list only filenames"8143msgstr "listar apenas os nomes de ficheiro"81448145#: builtin/ls-tree.c:1438146msgid "use full path names"8147msgstr "usar nomes de caminho completos"81488149#: builtin/ls-tree.c:1458150msgid "list entire tree; not just current directory (implies --full-name)"8151msgstr ""8152"mostrar a árvore completa; não apenas o diretório atual (implica --full-name)"81538154#: builtin/merge.c:458155msgid "git merge [<options>] [<commit>...]"8156msgstr "git merge [<opções>] [<commit>...]"81578158#: builtin/merge.c:468159msgid "git merge [<options>] <msg> HEAD <commit>"8160msgstr "git merge [<opções>] <msg> HEAD <commit>"81618162#: builtin/merge.c:478163msgid "git merge --abort"8164msgstr "git merge --abort"81658166#: builtin/merge.c:1018167msgid "switch `m' requires a value"8168msgstr "a opção 'm' requer um valor"81698170#: builtin/merge.c:1388171#, c-format8172msgid "Could not find merge strategy '%s'.\n"8173msgstr "Estratégia de integração '%s' não encontrada.\n"81748175#: builtin/merge.c:1398176#, c-format8177msgid "Available strategies are:"8178msgstr "Estratégias disponíveis:"81798180#: builtin/merge.c:1448181#, c-format8182msgid "Available custom strategies are:"8183msgstr "Estratégias personalizadas disponíveis:"81848185#: builtin/merge.c:194 builtin/pull.c:1268186msgid "do not show a diffstat at the end of the merge"8187msgstr "não apresentar um diffstat ao fim da integração"81888189#: builtin/merge.c:197 builtin/pull.c:1298190msgid "show a diffstat at the end of the merge"8191msgstr "mostrar um diffstat ao fim da integração"81928193#: builtin/merge.c:198 builtin/pull.c:1328194msgid "(synonym to --stat)"8195msgstr "(sinónimo de --stat)"81968197#: builtin/merge.c:200 builtin/pull.c:1358198msgid "add (at most <n>) entries from shortlog to merge commit message"8199msgstr ""8200"adicionar (no máximo <n>) entradas do shortlog à mensagem de commit da "8201"integração"82028203#: builtin/merge.c:203 builtin/pull.c:1388204msgid "create a single commit instead of doing a merge"8205msgstr "criar um único commit em vez de realizar uma integração"82068207#: builtin/merge.c:205 builtin/pull.c:1418208msgid "perform a commit if the merge succeeds (default)"8209msgstr "realizar um commit se a integração for bem sucedida (predefinição)"82108211#: builtin/merge.c:207 builtin/pull.c:1448212msgid "edit message before committing"8213msgstr "editar a mensagem antes de submeter"82148215#: builtin/merge.c:2088216msgid "allow fast-forward (default)"8217msgstr "permitir avanço rápido (predefinição)"82188219#: builtin/merge.c:210 builtin/pull.c:1508220msgid "abort if fast-forward is not possible"8221msgstr "abortar se não é possível efetuar avanço rápido"82228223#: builtin/merge.c:2148224msgid "Verify that the named commit has a valid GPG signature"8225msgstr "verificar se o commit tem uma assinatura GPG válida"82268227#: builtin/merge.c:215 builtin/notes.c:771 builtin/pull.c:1578228#: builtin/revert.c:898229msgid "strategy"8230msgstr "estratégia"82318232#: builtin/merge.c:216 builtin/pull.c:1588233msgid "merge strategy to use"8234msgstr "estratégia de integração a usar"82358236#: builtin/merge.c:217 builtin/pull.c:1618237msgid "option=value"8238msgstr "opção=valor"82398240#: builtin/merge.c:218 builtin/pull.c:1628241msgid "option for selected merge strategy"8242msgstr "opções da estratégia de integração selecionada"82438244#: builtin/merge.c:2208245msgid "merge commit message (for a non-fast-forward merge)"8246msgstr "mensagem de commit (de integração não suscetível a avanço rápido)"82478248#: builtin/merge.c:2248249msgid "abort the current in-progress merge"8250msgstr "abortar integração em curso"82518252#: builtin/merge.c:226 builtin/pull.c:1698253msgid "allow merging unrelated histories"8254msgstr "permitir integração de históricos não relacionados"82558256#: builtin/merge.c:2548257msgid "could not run stash."8258msgstr "não foi possível executar o comando stash."82598260#: builtin/merge.c:2598261msgid "stash failed"8262msgstr "falha ao executar o comando stash"82638264#: builtin/merge.c:2648265#, c-format8266msgid "not a valid object: %s"8267msgstr "nome de objeto inválido: %s"82688269#: builtin/merge.c:283 builtin/merge.c:3008270msgid "read-tree failed"8271msgstr "falha ao executar o comando read-tree"82728273#: builtin/merge.c:3308274msgid " (nothing to squash)"8275msgstr " (não há nada para esmagar)"82768277#: builtin/merge.c:3438278#, c-format8279msgid "Squash commit -- not updating HEAD\n"8280msgstr "Commit esmagado -- HEAD não atualizada\n"82818282#: builtin/merge.c:347 builtin/merge.c:767 builtin/merge.c:9878283#: builtin/merge.c:10008284#, c-format8285msgid "Could not write to '%s'"8286msgstr "Não foi possível escrever em '%s'"82878288#: builtin/merge.c:3758289msgid "Writing SQUASH_MSG"8290msgstr "A escrever SQUASH_MSG"82918292#: builtin/merge.c:3778293msgid "Finishing SQUASH_MSG"8294msgstr "A concluir SQUASH_MSG"82958296#: builtin/merge.c:4008297#, c-format8298msgid "No merge message -- not updating HEAD\n"8299msgstr "Nenhuma mensagem de integração -- HEAD não atualizada\n"83008301#: builtin/merge.c:4518302#, c-format8303msgid "'%s' does not point to a commit"8304msgstr "'%s' não aponta para um commit"83058306#: builtin/merge.c:5418307#, c-format8308msgid "Bad branch.%s.mergeoptions string: %s"8309msgstr "Valor de branch.%s.mergeoptions incorreto: %s"83108311#: builtin/merge.c:6608312msgid "Not handling anything other than two heads merge."8313msgstr "Não se processa outra coisa senão incorporação de duas cabeças."83148315#: builtin/merge.c:6748316#, c-format8317msgid "Unknown option for merge-recursive: -X%s"8318msgstr "Opção desconhecida de merge-recursive: -X%s"83198320#: builtin/merge.c:6878321#, c-format8322msgid "unable to write %s"8323msgstr "não foi possível escrever %s"83248325#: builtin/merge.c:7768326#, c-format8327msgid "Could not read from '%s'"8328msgstr "Não foi possível ler '%s'"83298330#: builtin/merge.c:7858331#, c-format8332msgid "Not committing merge; use 'git commit' to complete the merge.\n"8333msgstr ""8334"Commit de integração não realizado; use 'git commit' para concluir a "8335"integração.\n"83368337#: builtin/merge.c:7918338#, c-format8339msgid ""8340"Please enter a commit message to explain why this merge is necessary,\n"8341"especially if it merges an updated upstream into a topic branch.\n"8342"\n"8343"Lines starting with '%c' will be ignored, and an empty message aborts\n"8344"the commit.\n"8345msgstr ""8346"Introduza uma mensagem de commit, explicando por que esta integração é "8347"necessário,\n"8348"sobretudo se incorpora um ramo a montante atualizado, num ramo tópico.\n"8349"\n"8350"Linhas começadas com '%c' são ignoradas e uma mensagem vazia\n"8351"aborta o commit.\n"83528353#: builtin/merge.c:8158354msgid "Empty commit message."8355msgstr "Mensagem de commit vazia."83568357#: builtin/merge.c:8358358#, c-format8359msgid "Wonderful.\n"8360msgstr "Maravilhoso.\n"83618362#: builtin/merge.c:8908363#, c-format8364msgid "Automatic merge failed; fix conflicts and then commit the result.\n"8365msgstr ""8366"Falha ao realizar integração automática; corrija os conflitos e submeta o "8367"resultado.\n"83688369#: builtin/merge.c:9068370#, c-format8371msgid "'%s' is not a commit"8372msgstr "'%s' não é um commit"83738374#: builtin/merge.c:9478375msgid "No current branch."8376msgstr "Nenhum ramo atual."83778378#: builtin/merge.c:9498379msgid "No remote for the current branch."8380msgstr "Não há um remoto para o ramo atual."83818382#: builtin/merge.c:9518383msgid "No default upstream defined for the current branch."8384msgstr "Não está definido nenhum ramo a montante para o ramo atual."83858386#: builtin/merge.c:9568387#, c-format8388msgid "No remote-tracking branch for %s from %s"8389msgstr "Nenhum ramo de monitorização remoto seguido por %s de %s"83908391#: builtin/merge.c:10918392#, c-format8393msgid "could not close '%s'"8394msgstr "não foi possível fechar '%s'"83958396#: builtin/merge.c:12198397msgid "There is no merge to abort (MERGE_HEAD missing)."8398msgstr "Não há nenhuma integração para se abortar (MERGE_HEAD não presente)."83998400#: builtin/merge.c:12358401msgid ""8402"You have not concluded your merge (MERGE_HEAD exists).\n"8403"Please, commit your changes before you merge."8404msgstr ""8405"Não concluiu a integração (MERGE_HEAD presente).\n"8406"Submeta as suas alterações antes de integrar."84078408#: builtin/merge.c:12428409msgid ""8410"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"8411"Please, commit your changes before you merge."8412msgstr ""8413"Cherry-pick não concluído (CHERRY_PICK_HEAD presente).\n"8414"Submeta as suas alterações antes de integrar."84158416#: builtin/merge.c:12458417msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."8418msgstr "Cherry-pick não concluído (CHERRY_PICK_HEAD presente)."84198420#: builtin/merge.c:12548421msgid "You cannot combine --squash with --no-ff."8422msgstr "Não é possível combinar --squash e --no-ff."84238424#: builtin/merge.c:12628425msgid "No commit specified and merge.defaultToUpstream not set."8426msgstr "Nenhum commit especificado e merge.defaultToUpstream não definido."84278428#: builtin/merge.c:12798429msgid "Squash commit into empty head not supported yet"8430msgstr "Esmagar um commit numa cabeça vazia ainda não é suportado"84318432#: builtin/merge.c:12818433msgid "Non-fast-forward commit does not make sense into an empty head"8434msgstr ""8435"Não faz sentido submeter de modo não suscetível a avanço rápido, numa cabeça "8436"vazia"84378438#: builtin/merge.c:12868439#, c-format8440msgid "%s - not something we can merge"8441msgstr "%s - não é algo se possa integrar"84428443#: builtin/merge.c:12888444msgid "Can merge only exactly one commit into empty head"8445msgstr "Só se pode integrar exatamente um commit numa cabeça vazia"84468447#: builtin/merge.c:13448448#, c-format8449msgid "Commit %s has an untrusted GPG signature, allegedly by %s."8450msgstr ""8451"A assinatura GPG do commit %s, alegadamente assinada por %s, não é de "8452"confiança."84538454#: builtin/merge.c:13478455#, c-format8456msgid "Commit %s has a bad GPG signature allegedly by %s."8457msgstr ""8458"A assinatura GPG do commit %s, alegadamente assinada por %s, está incorreta."84598460#: builtin/merge.c:13508461#, c-format8462msgid "Commit %s does not have a GPG signature."8463msgstr "O commit %s não tem uma assinatura GPG."84648465#: builtin/merge.c:13538466#, c-format8467msgid "Commit %s has a good GPG signature by %s\n"8468msgstr "A assinatura GPG do commit %s por %s está correta\n"84698470#: builtin/merge.c:14158471msgid "refusing to merge unrelated histories"8472msgstr "integração de históricos não relacionados recusada"84738474#: builtin/merge.c:14398475#, c-format8476msgid "Updating %s..%s\n"8477msgstr "A atualizar %s..%s\n"84788479#: builtin/merge.c:14768480#, c-format8481msgid "Trying really trivial in-index merge...\n"8482msgstr "A tentar integração mesmo trivial no interior do índice...\n"84838484#: builtin/merge.c:14838485#, c-format8486msgid "Nope.\n"8487msgstr "Não.\n"84888489#: builtin/merge.c:15158490msgid "Not possible to fast-forward, aborting."8491msgstr "Não é possível avançar rapidamente, a abortar."84928493#: builtin/merge.c:1538 builtin/merge.c:16178494#, c-format8495msgid "Rewinding the tree to pristine...\n"8496msgstr "A recuar a árvore ao seu estado original...\n"84978498#: builtin/merge.c:15428499#, c-format8500msgid "Trying merge strategy %s...\n"8501msgstr "A tentar a estratégia de integração %s...\n"85028503#: builtin/merge.c:16088504#, c-format8505msgid "No merge strategy handled the merge.\n"8506msgstr "Nenhuma estratégia de integração conseguiu processar a integração.\n"85078508#: builtin/merge.c:16108509#, c-format8510msgid "Merge with strategy %s failed.\n"8511msgstr "Falha ao integrar com a estratégia %s.\n"85128513#: builtin/merge.c:16198514#, c-format8515msgid "Using the %s to prepare resolving by hand.\n"8516msgstr "A usar %s para preparar resolução manual.\n"85178518#: builtin/merge.c:16318519#, c-format8520msgid "Automatic merge went well; stopped before committing as requested\n"8521msgstr ""8522"A integração automática foi bem sucedida; interrompida antes de submeter "8523"como solicitado\n"85248525#: builtin/merge-base.c:298526msgid "git merge-base [-a | --all] <commit> <commit>..."8527msgstr "git merge-base [-a | --all] <commit> <commit>..."85288529#: builtin/merge-base.c:308530msgid "git merge-base [-a | --all] --octopus <commit>..."8531msgstr "git merge-base [-a | --all] --octopus <commit>..."85328533#: builtin/merge-base.c:318534msgid "git merge-base --independent <commit>..."8535msgstr "git merge-base --independent <commit>..."85368537#: builtin/merge-base.c:328538msgid "git merge-base --is-ancestor <commit> <commit>"8539msgstr "git merge-base --is-ancestor <commit> <commit>"85408541#: builtin/merge-base.c:338542msgid "git merge-base --fork-point <ref> [<commit>]"8543msgstr "git merge-base --fork-point <referência> [<commit>]"85448545#: builtin/merge-base.c:2148546msgid "output all common ancestors"8547msgstr "mostrar todos os antecessores"85488549#: builtin/merge-base.c:2168550msgid "find ancestors for a single n-way merge"8551msgstr "encontrar antecessores de uma única integração com n pontos"85528553#: builtin/merge-base.c:2188554msgid "list revs not reachable from others"8555msgstr "listar revisões não alcançáveis a partir de outras"85568557#: builtin/merge-base.c:2208558msgid "is the first one ancestor of the other?"8559msgstr "o primeiro é antecessor do segundo?"85608561#: builtin/merge-base.c:2228562msgid "find where <commit> forked from reflog of <ref>"8563msgstr ""8564"descobrir onde foi que o <commit> divergiu usando o reflog da <referência>"85658566#: builtin/merge-file.c:88567msgid ""8568"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8569"<orig-file> <file2>"8570msgstr ""8571"git merge-file [<opções>] [-L <nome1> [-L <orig> [-L <nome2>]]] <ficheiro1> "8572"<ficheiro-orig> <ficheiro2>"85738574#: builtin/merge-file.c:338575msgid "send results to standard output"8576msgstr "enviar resultados para a saída padrão"85778578#: builtin/merge-file.c:348579msgid "use a diff3 based merge"8580msgstr "usar integração baseada em diff3"85818582#: builtin/merge-file.c:358583msgid "for conflicts, use our version"8584msgstr "usar a nossa versão em caso de conflito"85858586#: builtin/merge-file.c:378587msgid "for conflicts, use their version"8588msgstr "usar a versão deles em caso de conflito"85898590#: builtin/merge-file.c:398591msgid "for conflicts, use a union version"8592msgstr "usar a união das versões em caso de conflito"85938594#: builtin/merge-file.c:428595msgid "for conflicts, use this marker size"8596msgstr "usar este comprimento de marcador para os conflitos"85978598#: builtin/merge-file.c:438599msgid "do not warn about conflicts"8600msgstr "não alertar sobre conflitos"86018602#: builtin/merge-file.c:458603msgid "set labels for file1/orig-file/file2"8604msgstr "definir identificares para ficheiro1/ficheiro-orig/ficheiro2"86058606#: builtin/mktree.c:658607msgid "git mktree [-z] [--missing] [--batch]"8608msgstr "git mktree [-z] [--missing] [--batch]"86098610#: builtin/mktree.c:1528611msgid "input is NUL terminated"8612msgstr "a entrada termina com NUL"86138614#: builtin/mktree.c:153 builtin/write-tree.c:248615msgid "allow missing objects"8616msgstr "permitir objetos não presentes"86178618#: builtin/mktree.c:1548619msgid "allow creation of more than one tree"8620msgstr "permitir a criação de mais do que uma árvore"86218622#: builtin/mv.c:158623msgid "git mv [<options>] <source>... <destination>"8624msgstr "git mv [<opções>] <origem>... <destino>"86258626#: builtin/mv.c:708627#, fuzzy, c-format8628msgid "Directory %s is in index and no submodule?"8629msgstr "O diretório %s está no índice mas não em nenhum submódulo?"86308631#: builtin/mv.c:72 builtin/rm.c:3178632msgid "Please stage your changes to .gitmodules or stash them to proceed"8633msgstr ""8634"Prepare as suas alterações em .gitmodules ou empilhe-as (stash) para "8635"prosseguir"86368637#: builtin/mv.c:908638#, c-format8639msgid "%.*s is in index"8640msgstr "%.*s está no índice"86418642#: builtin/mv.c:1128643msgid "force move/rename even if target exists"8644msgstr "forçar mover/mudar o nome mesmo que o destino exista"86458646#: builtin/mv.c:1138647msgid "skip move/rename errors"8648msgstr "ignorar erros ao mover/mudar o nome"86498650#: builtin/mv.c:1528651#, c-format8652msgid "destination '%s' is not a directory"8653msgstr "o destino '%s' não é um diretório"86548655#: builtin/mv.c:1638656#, c-format8657msgid "Checking rename of '%s' to '%s'\n"8658msgstr "A verificar a mudança de nome de '%s' para '%s'\n"86598660#: builtin/mv.c:1678661msgid "bad source"8662msgstr "origem incorreta"86638664#: builtin/mv.c:1708665msgid "can not move directory into itself"8666msgstr "não é possível mover um diretório para dentro de si próprio"86678668#: builtin/mv.c:1738669msgid "cannot move directory over file"8670msgstr "não é possível mover um diretório para um ficheiro"86718672#: builtin/mv.c:1828673msgid "source directory is empty"8674msgstr "o diretório de origem está vazio"86758676#: builtin/mv.c:2078677msgid "not under version control"8678msgstr "não está no controlo de versões"86798680#: builtin/mv.c:2108681msgid "destination exists"8682msgstr "o destino já existe"86838684#: builtin/mv.c:2188685#, c-format8686msgid "overwriting '%s'"8687msgstr "a substituir '%s'"86888689#: builtin/mv.c:2218690msgid "Cannot overwrite"8691msgstr "Não é possível substituir"86928693#: builtin/mv.c:2248694msgid "multiple sources for the same target"8695msgstr "múltiplas origens para o mesmo destino"86968697#: builtin/mv.c:2268698msgid "destination directory does not exist"8699msgstr "o diretório de destino não existe"87008701#: builtin/mv.c:2338702#, c-format8703msgid "%s, source=%s, destination=%s"8704msgstr "%s, origem=%s, destino=%s"87058706#: builtin/mv.c:2548707#, c-format8708msgid "Renaming %s to %s\n"8709msgstr "A mudar de nome de %s para %s\n"87108711#: builtin/mv.c:260 builtin/remote.c:714 builtin/repack.c:3658712#, c-format8713msgid "renaming '%s' failed"8714msgstr "falha ao mudar o nome de '%s'"87158716#: builtin/name-rev.c:2588717msgid "git name-rev [<options>] <commit>..."8718msgstr "git name-rev [<opções>] <commit>..."87198720#: builtin/name-rev.c:2598721msgid "git name-rev [<options>] --all"8722msgstr "git name-rev [<opções>] --all"87238724#: builtin/name-rev.c:2608725msgid "git name-rev [<options>] --stdin"8726msgstr "git name-rev [<opções>] --stdin"87278728#: builtin/name-rev.c:3128729msgid "print only names (no SHA-1)"8730msgstr "imprimir apenas nomes (sem SHA-1)"87318732#: builtin/name-rev.c:3138733msgid "only use tags to name the commits"8734msgstr "usar apenas tags para designar commits"87358736#: builtin/name-rev.c:3158737msgid "only use refs matching <pattern>"8738msgstr "usar apenas referência que correspondam ao <padrão>"87398740#: builtin/name-rev.c:3178741msgid "list all commits reachable from all refs"8742msgstr "listar todos os commits alcançáveis a partir de todas as referências"87438744#: builtin/name-rev.c:3188745msgid "read from stdin"8746msgstr "ler da entrada padrão"87478748#: builtin/name-rev.c:3198749msgid "allow to print `undefined` names (default)"8750msgstr "permitir imprimir nomes 'indefinidos' (predefinição)"87518752#: builtin/name-rev.c:3258753msgid "dereference tags in the input (internal use)"8754msgstr "desreferenciar tags na entrada (uso interno)"87558756#: builtin/notes.c:258757msgid "git notes [--ref <notes-ref>] [list [<object>]]"8758msgstr "git notes [--ref <notes-ref>] [list [<objeto>]]"87598760#: builtin/notes.c:268761msgid ""8762"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8763"| (-c | -C) <object>] [<object>]"8764msgstr ""8765"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F "8766"<ficheiro> | (-c | -C) <objeto>] [<objeto>]"87678768#: builtin/notes.c:278769msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8770msgstr "git notes [--ref <notes-ref>] copy [-f] <de-objeto> <para-objeto>"87718772#: builtin/notes.c:288773msgid ""8774"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8775"(-c | -C) <object>] [<object>]"8776msgstr ""8777"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F "8778"<ficheiro> | (-c | -C) <objeto>] [<objeto>]"87798780#: builtin/notes.c:298781msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8782msgstr "git notes [--ref <notes-ref>] edit [--allow-empty] [<objeto>]"87838784#: builtin/notes.c:308785msgid "git notes [--ref <notes-ref>] show [<object>]"8786msgstr "git notes [--ref <notes-ref>] show [<objeto>]"87878788#: builtin/notes.c:318789msgid ""8790"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8791msgstr ""8792"git notes [--ref <notes-ref>] merge [-v | -q] [-s <estratégia>] <notes-ref>"87938794#: builtin/notes.c:328795msgid "git notes merge --commit [-v | -q]"8796msgstr "git notes merge --commit [-v | -q]"87978798#: builtin/notes.c:338799msgid "git notes merge --abort [-v | -q]"8800msgstr "git notes merge --abort [-v | -q]"88018802#: builtin/notes.c:348803msgid "git notes [--ref <notes-ref>] remove [<object>...]"8804msgstr "git notes [--ref <notes-ref>] remove [<objeto>...]"88058806#: builtin/notes.c:358807msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8808msgstr "git notes [--ref <notes-ref>] prune [-n | -v]"88098810#: builtin/notes.c:368811msgid "git notes [--ref <notes-ref>] get-ref"8812msgstr "git notes [--ref <notes-ref>] get-ref"88138814#: builtin/notes.c:418815msgid "git notes [list [<object>]]"8816msgstr "git notes [list [<objeto>]]"88178818#: builtin/notes.c:468819msgid "git notes add [<options>] [<object>]"8820msgstr "git notes add [<opções>] [<objeto>]"88218822#: builtin/notes.c:518823msgid "git notes copy [<options>] <from-object> <to-object>"8824msgstr "git notes copy [<opções>] <de-objeto> <para-objeto>"88258826#: builtin/notes.c:528827msgid "git notes copy --stdin [<from-object> <to-object>]..."8828msgstr "git notes copy --stdin [<de-objeto> <para-objeto>]..."88298830#: builtin/notes.c:578831msgid "git notes append [<options>] [<object>]"8832msgstr "git notes append [<opções>] [<objeto>]"88338834#: builtin/notes.c:628835msgid "git notes edit [<object>]"8836msgstr "git notes edit [<objeto>]"88378838#: builtin/notes.c:678839msgid "git notes show [<object>]"8840msgstr "git notes show [<objeto>]"88418842#: builtin/notes.c:728843msgid "git notes merge [<options>] <notes-ref>"8844msgstr "git notes merge [<opções>] <notes-ref>"88458846#: builtin/notes.c:738847msgid "git notes merge --commit [<options>]"8848msgstr "git notes merge --commit [<opções>]"88498850#: builtin/notes.c:748851msgid "git notes merge --abort [<options>]"8852msgstr "git notes merge --abort [<opções>]"88538854#: builtin/notes.c:798855msgid "git notes remove [<object>]"8856msgstr "git notes remove [<objeto>]"88578858#: builtin/notes.c:848859msgid "git notes prune [<options>]"8860msgstr "git notes prune [<opções>]"88618862#: builtin/notes.c:898863msgid "git notes get-ref"8864msgstr "git notes get-ref"88658866#: builtin/notes.c:1478867#, c-format8868msgid "unable to start 'show' for object '%s'"8869msgstr "não foi possível iniciar o comando 'show' sobre o objeto '%s'"88708871#: builtin/notes.c:1518872msgid "could not read 'show' output"8873msgstr "não foi possível ler a saída do comando 'show'"88748875#: builtin/notes.c:1598876#, c-format8877msgid "failed to finish 'show' for object '%s'"8878msgstr "falha ao concluir o comando 'show' sobre o objeto '%s'"88798880#: builtin/notes.c:174 builtin/tag.c:2488881#, c-format8882msgid "could not create file '%s'"8883msgstr "não foi possível criar o ficheiro '%s'"88848885#: builtin/notes.c:1938886msgid "Please supply the note contents using either -m or -F option"8887msgstr "Forneça o conteúdo da nota usando a opção -m ou -F"88888889#: builtin/notes.c:2028890msgid "unable to write note object"8891msgstr "não é possível escrever o objeto de nota"88928893#: builtin/notes.c:2048894#, c-format8895msgid "The note contents have been left in %s"8896msgstr "O conteúdo da nota foi guardado em %s"88978898#: builtin/notes.c:232 builtin/tag.c:4398899#, c-format8900msgid "cannot read '%s'"8901msgstr "não é possível ler '%s'"89028903#: builtin/notes.c:234 builtin/tag.c:4428904#, c-format8905msgid "could not open or read '%s'"8906msgstr "não foi possível abrir ou ler '%s'"89078908#: builtin/notes.c:2568909#, c-format8910msgid "Failed to read object '%s'."8911msgstr "Falha ao ler o objeto '%s'."89128913#: builtin/notes.c:2608914#, c-format8915msgid "Cannot read note data from non-blob object '%s'."8916msgstr "Não é possível ler os dados da nota de um objeto não-blob '%s'."89178918#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:4938919#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:6498920#: builtin/notes.c:9468921msgid "too many parameters"8922msgstr "demasiados parâmetros"89238924#: builtin/notes.c:375 builtin/notes.c:6628925#, c-format8926msgid "No note found for object %s."8927msgstr "A nota do objeto %s não foi encontrada."89288929#: builtin/notes.c:396 builtin/notes.c:5598930msgid "note contents as a string"8931msgstr "conteúdo da nota sob a forma de cadeia de caracteres"89328933#: builtin/notes.c:399 builtin/notes.c:5628934msgid "note contents in a file"8935msgstr "conteúdo da nota de um ficheiro"89368937#: builtin/notes.c:402 builtin/notes.c:5658938msgid "reuse and edit specified note object"8939msgstr "reutilizar e editar o objeto de nota especificado"89408941#: builtin/notes.c:405 builtin/notes.c:5688942msgid "reuse specified note object"8943msgstr "reutilizar o objeto de nota especificado"89448945#: builtin/notes.c:408 builtin/notes.c:5718946msgid "allow storing empty note"8947msgstr "permitir guardar uma nota vazia"89488949#: builtin/notes.c:409 builtin/notes.c:4808950msgid "replace existing notes"8951msgstr "substituir notas existentes"89528953#: builtin/notes.c:4348954#, c-format8955msgid ""8956"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8957"existing notes"8958msgstr ""8959"Não é possível adicionar notas. Notas do objeto %s encontradas. Use '-f' "8960"para substituí-las."89618962#: builtin/notes.c:449 builtin/notes.c:5288963#, c-format8964msgid "Overwriting existing notes for object %s\n"8965msgstr "A substituir as notas existentes do objeto %s\n"89668967#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:8868968#, c-format8969msgid "Removing note for object %s\n"8970msgstr "A remover a nota do objeto %s\n"89718972#: builtin/notes.c:4818973msgid "read objects from stdin"8974msgstr "ler objetos da entrada padrão"89758976#: builtin/notes.c:4838977msgid "load rewriting config for <command> (implies --stdin)"8978msgstr "carregar configuração de reescrita do <comando> (implica --stdin)"89798980#: builtin/notes.c:5018981msgid "too few parameters"8982msgstr "parâmetros insuficientes"89838984#: builtin/notes.c:5228985#, c-format8986msgid ""8987"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8988"existing notes"8989msgstr ""8990"Não é possível copiar notas. Notas do objeto %s encontradas. Use '-f' para "8991"substituí-las."89928993#: builtin/notes.c:5348994#, c-format8995msgid "Missing notes on source object %s. Cannot copy."8996msgstr "Não existem notas no objeto de origem %s. Não é possível copiar."89978998#: builtin/notes.c:5868999#, c-format9000msgid ""9001"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"9002"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"9003msgstr ""9004"As opções -m/-F/-c/-C são obsoletas no subcomando 'edit'.\n"9005"Use 'git notes add -f -m/-F/-c/-C' em seu lugar.\n"90069007#: builtin/notes.c:7689008msgid "General options"9009msgstr "Opções gerais"90109011#: builtin/notes.c:7709012msgid "Merge options"9013msgstr "Opções de integração"90149015#: builtin/notes.c:7729016msgid ""9017"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"9018"cat_sort_uniq)"9019msgstr ""9020"resolver conflitos nas notas usando a estratégia indicada "9021"(manual/ours/theirs/union/cat_sort_uniq)"90229023#: builtin/notes.c:7749024msgid "Committing unmerged notes"9025msgstr "A submeter notas não integradas"90269027#: builtin/notes.c:7769028msgid "finalize notes merge by committing unmerged notes"9029msgstr "concluir integração de notas, submetendo notas não integradas"90309031#: builtin/notes.c:7789032msgid "Aborting notes merge resolution"9033msgstr "A abortar resolução de integração das notas"90349035#: builtin/notes.c:7809036msgid "abort notes merge"9037msgstr "abortar integração das notas"90389039#: builtin/notes.c:8579040#, c-format9041msgid "A notes merge into %s is already in-progress at %s"9042msgstr "Uma integração das notas em %s já está em curso em %s"90439044#: builtin/notes.c:8849045#, c-format9046msgid "Object %s has no note\n"9047msgstr "O objeto %s não tem nenhuma nota\n"90489049#: builtin/notes.c:8969050msgid "attempt to remove non-existent note is not an error"9051msgstr "não considerar como erro a remoção de uma nota não existente"90529053#: builtin/notes.c:8999054msgid "read object names from the standard input"9055msgstr "ler nome dos objetos da entrada padrão"90569057#: builtin/notes.c:9809058msgid "notes-ref"9059msgstr "notes-ref"90609061#: builtin/notes.c:9819062msgid "use notes from <notes-ref>"9063msgstr "usar notas de <notes-ref>"90649065#: builtin/notes.c:1016 builtin/remote.c:16289066#, c-format9067msgid "Unknown subcommand: %s"9068msgstr "Subcomando desconhecido: %s"90699070#: builtin/pack-objects.c:289071msgid ""9072"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"9073msgstr ""9074"git pack-objects --stdout [<opções>...] [< <lista-referências> | < <lista-"9075"objetos>]"90769077#: builtin/pack-objects.c:299078msgid ""9079"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"9080msgstr ""9081"git pack-objects [<opções>...] <nome-base> [< <lista-referências> | < <lista-"9082"objetos>]"90839084#: builtin/pack-objects.c:175 builtin/pack-objects.c:1789085#, c-format9086msgid "deflate error (%d)"9087msgstr "erro ao compactar (%d)"90889089#: builtin/pack-objects.c:7639090msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"9091msgstr ""9092"a desativar escrita de mapa de bits, os pacotes são divididos devido a "9093"pack.packSizeLimit"90949095#: builtin/pack-objects.c:7769096msgid "Writing objects"9097msgstr "A escrever objetos"90989099#: builtin/pack-objects.c:10179100msgid "disabling bitmap writing, as some objects are not being packed"9101msgstr ""9102"a desativar escrita de mapa de bits, visto que alguns objetos não estão a "9103"ser compactados"91049105#: builtin/pack-objects.c:21779106msgid "Compressing objects"9107msgstr "A comprimir objetos"91089109#: builtin/pack-objects.c:25639110#, c-format9111msgid "unsupported index version %s"9112msgstr "versão de índice %s não suportada"91139114#: builtin/pack-objects.c:25679115#, c-format9116msgid "bad index version '%s'"9117msgstr "versão de índice '%s' incorreta"91189119#: builtin/pack-objects.c:25979120msgid "do not show progress meter"9121msgstr "não mostrar medidor de progresso"91229123#: builtin/pack-objects.c:25999124msgid "show progress meter"9125msgstr "mostrar medidor de progresso"91269127#: builtin/pack-objects.c:26019128msgid "show progress meter during object writing phase"9129msgstr "mostrar medidor de progresso durante a fase de escrita de objetos"91309131#: builtin/pack-objects.c:26049132msgid "similar to --all-progress when progress meter is shown"9133msgstr "semelhante a --all-progress quando o medidor de progresso é mostrado"91349135#: builtin/pack-objects.c:26059136msgid "version[,offset]"9137msgstr "versão[,offset]"91389139#: builtin/pack-objects.c:26069140msgid "write the pack index file in the specified idx format version"9141msgstr ""9142"escrever o ficheiro de índice do pacote na versão de formato especificada"91439144#: builtin/pack-objects.c:26099145msgid "maximum size of each output pack file"9146msgstr "tamanho máximo de cada ficheiro de pacote gerado"91479148#: builtin/pack-objects.c:26119149msgid "ignore borrowed objects from alternate object store"9150msgstr "ignorar objetos emprestados do arquivo de objetos sobressalentes"91519152#: builtin/pack-objects.c:26139153msgid "ignore packed objects"9154msgstr "ignorar objetos compactados"91559156#: builtin/pack-objects.c:26159157msgid "limit pack window by objects"9158msgstr "limitar a janela de compactação por objetos"91599160#: builtin/pack-objects.c:26179161msgid "limit pack window by memory in addition to object limit"9162msgstr ""9163"limitar a janela de compactação por memória em adição ao limite por objetos"91649165#: builtin/pack-objects.c:26199166msgid "maximum length of delta chain allowed in the resulting pack"9167msgstr "tamanho máximo de cadeias delta permitidas no pacote resultante"91689169#: builtin/pack-objects.c:26219170msgid "reuse existing deltas"9171msgstr "reutilizar deltas existentes"91729173#: builtin/pack-objects.c:26239174msgid "reuse existing objects"9175msgstr "reutilizar objetos existentes"91769177#: builtin/pack-objects.c:26259178msgid "use OFS_DELTA objects"9179msgstr "usar objetos OFS_DELTA"91809181#: builtin/pack-objects.c:26279182msgid "use threads when searching for best delta matches"9183msgstr "usar threads ao procurar pela melhor correspondência delta"91849185#: builtin/pack-objects.c:26299186msgid "do not create an empty pack output"9187msgstr "não criar um pacote vazio"91889189#: builtin/pack-objects.c:26319190msgid "read revision arguments from standard input"9191msgstr "ler argumentos de revisão da entrada padrão"91929193#: builtin/pack-objects.c:26339194msgid "limit the objects to those that are not yet packed"9195msgstr "restringir-se aos objetos que ainda não foram compactados"91969197#: builtin/pack-objects.c:26369198msgid "include objects reachable from any reference"9199msgstr "incluir objetos alcançáveis a partir de qualquer referência"92009201#: builtin/pack-objects.c:26399202msgid "include objects referred by reflog entries"9203msgstr "incluir objetos referenciados por entradas do reflog"92049205#: builtin/pack-objects.c:26429206msgid "include objects referred to by the index"9207msgstr "incluir objetos referenciados pelo índice"92089209#: builtin/pack-objects.c:26459210msgid "output pack to stdout"9211msgstr "gerar pacote para a saída padrão"92129213#: builtin/pack-objects.c:26479214msgid "include tag objects that refer to objects to be packed"9215msgstr "incluir objetos tag que refiram objetos a compactar"92169217#: builtin/pack-objects.c:26499218msgid "keep unreachable objects"9219msgstr "manter objetos inalcançáveis"92209221#: builtin/pack-objects.c:2650 parse-options.h:1429222msgid "time"9223msgstr "hora"92249225#: builtin/pack-objects.c:26519226msgid "unpack unreachable objects newer than <time>"9227msgstr "descompactar objetos inalcançáveis mais recentes que <hora>"92289229#: builtin/pack-objects.c:26549230msgid "create thin packs"9231msgstr "criar pacotes finos"92329233#: builtin/pack-objects.c:26569234msgid "create packs suitable for shallow fetches"9235msgstr "criar pacotes adequados para obter em repositórios pouco profundos"92369237#: builtin/pack-objects.c:26589238msgid "ignore packs that have companion .keep file"9239msgstr "ignorar pacotes que tenham um ficheiro .keep"92409241#: builtin/pack-objects.c:26609242msgid "pack compression level"9243msgstr "nível de compactação do pacote"92449245#: builtin/pack-objects.c:26629246msgid "do not hide commits by grafts"9247msgstr "não esconder commits introduzidos por enxertos"92489249#: builtin/pack-objects.c:26649250msgid "use a bitmap index if available to speed up counting objects"9251msgstr ""9252"usar um índice de mapa de bits se disponível, para acelerar a contagem de "9253"objetos"92549255#: builtin/pack-objects.c:26669256msgid "write a bitmap index together with the pack index"9257msgstr "escrever um índice de mapa de bits juntamente com o índice do pacote"92589259#: builtin/pack-objects.c:27579260msgid "Counting objects"9261msgstr "A contar objetos"92629263#: builtin/pack-refs.c:69264msgid "git pack-refs [<options>]"9265msgstr "git pack-refs [<opções>]"92669267#: builtin/pack-refs.c:149268msgid "pack everything"9269msgstr "compactar tudo"92709271#: builtin/pack-refs.c:159272msgid "prune loose refs (default)"9273msgstr "eliminar referências soltas (predefinição)"92749275#: builtin/prune-packed.c:79276msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"9277msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"92789279#: builtin/prune-packed.c:409280msgid "Removing duplicate objects"9281msgstr "A remover objetos duplicados"92829283#: builtin/prune.c:119284msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"9285msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<head>...]"92869287#: builtin/prune.c:105 builtin/worktree.c:1259288msgid "do not remove, show only"9289msgstr "não remover, mostrar apenas"92909291#: builtin/prune.c:106 builtin/worktree.c:1269292msgid "report pruned objects"9293msgstr "apresentar objetos eliminados"92949295#: builtin/prune.c:109 builtin/worktree.c:1289296msgid "expire objects older than <time>"9297msgstr "expirar objetos mais antigos que <hora>"92989299#: builtin/prune.c:1239300msgid "cannot prune in a precious-objects repo"9301msgstr "não é possível limpar num repositório de objetos-preciosos"93029303#: builtin/pull.c:729304msgid "git pull [<options>] [<repository> [<refspec>...]]"9305msgstr "git pull [<opções>] [<repositório> [<especificador-de-referência>...]]"93069307#: builtin/pull.c:1209308msgid "Options related to merging"9309msgstr "Opções relativas a integração"93109311#: builtin/pull.c:1239312msgid "incorporate changes by rebasing rather than merging"9313msgstr "incorporar alterações por rebase em vez de integrar"93149315#: builtin/pull.c:147 builtin/revert.c:1059316msgid "allow fast-forward"9317msgstr "permitir avanço rápido"93189319#: builtin/pull.c:1539320msgid "verify that the named commit has a valid GPG signature"9321msgstr "verificar se o commit tem uma assinatura GPG válida"93229323#: builtin/pull.c:1569324msgid "automatically stash/stash pop before and after rebase"9325msgstr "empilhar/desempilhar automaticamente antes de depois de rebase"93269327#: builtin/pull.c:1729328msgid "Options related to fetching"9329msgstr "Opções relacionadas com obtenção de objetos"93309331#: builtin/pull.c:1949332msgid "number of submodules pulled in parallel"9333msgstr "número de submódulos puxados em paralelo"93349335#: builtin/pull.c:2839336#, c-format9337msgid "Invalid value for pull.ff: %s"9338msgstr "Valor inválido de pull.ff: %s"93399340#: builtin/pull.c:3799341msgid "Cannot pull with rebase: You have unstaged changes."9342msgstr "Não é possível puxar com rebase: tem alterações não preparadas."93439344#: builtin/pull.c:3859345msgid "Additionally, your index contains uncommitted changes."9346msgstr "Além disso, o índice contém alterações não submetidas."93479348#: builtin/pull.c:3879349msgid "Cannot pull with rebase: Your index contains uncommitted changes."9350msgstr ""9351"Não é possível puxar com rebase: o índice contém alterações não submetidas."93529353#: builtin/pull.c:4639354msgid ""9355"There is no candidate for rebasing against among the refs that you just "9356"fetched."9357msgstr ""9358"Não há nenhum candidato com o qual realizar rebase de entre as referências "9359"que se acabaram de obter."93609361#: builtin/pull.c:4659362msgid ""9363"There are no candidates for merging among the refs that you just fetched."9364msgstr ""9365"Não há nenhum candidato com o qual integrar de entre as referências que se "9366"acabaram obter."93679368#: builtin/pull.c:4669369msgid ""9370"Generally this means that you provided a wildcard refspec which had no\n"9371"matches on the remote end."9372msgstr ""9373"Geralmente, significa que forneceu um especificador de referência\n"9374"com um carácter universal (wildcard) que não corresponde a nenhum remoto."93759376#: builtin/pull.c:4699377#, c-format9378msgid ""9379"You asked to pull from the remote '%s', but did not specify\n"9380"a branch. Because this is not the default configured remote\n"9381"for your current branch, you must specify a branch on the command line."9382msgstr ""9383"Solicitou puxar o remoto '%s', mas não especificou um ramo.\n"9384"Uma vez que este não é o remoto configurado por predefinição\n"9385"do ramo atual, deve especificar um ramo na linha de comandos."93869387#: builtin/pull.c:474 git-parse-remote.sh:739388msgid "You are not currently on a branch."9389msgstr "Não se encontra em nenhum ramo de momento."93909391#: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:799392msgid "Please specify which branch you want to rebase against."9393msgstr "Especifique o ramo sobre o qual pretende realizar rebase."93949395#: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:829396msgid "Please specify which branch you want to merge with."9397msgstr "Especifique o ramo com o qual pretende integrar."93989399#: builtin/pull.c:479 builtin/pull.c:4949400msgid "See git-pull(1) for details."9401msgstr "Consulte git-pull(1) para obter mais detalhes."94029403#: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:4969404#: git-parse-remote.sh:649405msgid "<remote>"9406msgstr "<remoto>"94079408#: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:5019409#: git-parse-remote.sh:659410msgid "<branch>"9411msgstr "<ramo>"94129413#: builtin/pull.c:489 git-parse-remote.sh:759414msgid "There is no tracking information for the current branch."9415msgstr "O ramo atual não segue nenhum ramo."94169417#: builtin/pull.c:498 git-parse-remote.sh:959418msgid ""9419"If you wish to set tracking information for this branch you can do so with:"9420msgstr ""9421"Se deseja definir o ramo que deve ser seguido por este ramo, pode fazê-lo "9422"com:"94239424#: builtin/pull.c:5039425#, c-format9426msgid ""9427"Your configuration specifies to merge with the ref '%s'\n"9428"from the remote, but no such ref was fetched."9429msgstr ""9430"A configuração indica para integrar com a referência '%s'\n"9431"do remoto, mas aquela referência não foi obtida."94329433#: builtin/pull.c:8649434msgid "--[no-]autostash option is only valid with --rebase."9435msgstr "a opção --[no-]autostash só é válida com --rebase."94369437#: builtin/pull.c:8729438msgid "Updating an unborn branch with changes added to the index."9439msgstr ""9440"A atualizar um ramo que ainda não foi criado e com alterações adicionadas ao "9441"índice."94429443#: builtin/pull.c:9009444#, c-format9445msgid ""9446"fetch updated the current branch head.\n"9447"fast-forwarding your working tree from\n"9448"commit %s."9449msgstr ""9450"o fetch atualizou a cabeça do ramo atual.\n"9451"a avançar a árvore de trabalho a partir do\n"9452"commit %s."94539454#: builtin/pull.c:9059455#, c-format9456msgid ""9457"Cannot fast-forward your working tree.\n"9458"After making sure that you saved anything precious from\n"9459"$ git diff %s\n"9460"output, run\n"9461"$ git reset --hard\n"9462"to recover."9463msgstr ""9464"Não é possível avançar rapidamente a árvore de trabalho.\n"9465"Depois de guardar todas as alterações importantes indicadas por\n"9466"$ git diff %s\n"9467"execute\n"9468"$ git reset --hard\n"9469"para recuperar."94709471#: builtin/pull.c:9209472msgid "Cannot merge multiple branches into empty head."9473msgstr "Não é possível integrar múltiplos ramos numa cabeça vazia."94749475#: builtin/pull.c:9249476msgid "Cannot rebase onto multiple branches."9477msgstr "Não é possível efetuar rebase sobre múltiplos ramos."94789479#: builtin/push.c:169480msgid "git push [<options>] [<repository> [<refspec>...]]"9481msgstr "git push [<opções>] [<repositório> [<especificador-de-referência>...]]"94829483#: builtin/push.c:899484msgid "tag shorthand without <tag>"9485msgstr "forma abreviada de tag sem <tag>"94869487#: builtin/push.c:999488msgid "--delete only accepts plain target ref names"9489msgstr "--delete só aceita nomes simples como referências de destino"94909491#: builtin/push.c:1439492msgid ""9493"\n"9494"To choose either option permanently, see push.default in 'git help config'."9495msgstr ""9496"\n"9497"Para escolher uma opção permanentemente, consulte push.default em 'git help "9498"config'."94999500#: builtin/push.c:1469501#, c-format9502msgid ""9503"The upstream branch of your current branch does not match\n"9504"the name of your current branch. To push to the upstream branch\n"9505"on the remote, use\n"9506"\n"9507" git push %s HEAD:%s\n"9508"\n"9509"To push to the branch of the same name on the remote, use\n"9510"\n"9511" git push %s %s\n"9512"%s"9513msgstr ""9514"O ramo a montante do ramo atual não coincide com o nome do ramo atual.\n"9515"Para publicar no ramo a montante no remoto, use\n"9516"\n"9517" git push %s HEAD:%s\n"9518"\n"9519"Para publicar no ramo com o mesmo nome no remoto, use\n"9520"\n"9521" git push %s %s\n"9522"%s"95239524#: builtin/push.c:1619525#, c-format9526msgid ""9527"You are not currently on a branch.\n"9528"To push the history leading to the current (detached HEAD)\n"9529"state now, use\n"9530"\n"9531" git push %s HEAD:<name-of-remote-branch>\n"9532msgstr ""9533"Não se encontra em nenhum ramo neste momento.\n"9534"Para publicar o histórico que conduziu ao estado atual (de HEAD\n"9535"destacada), use\n"9536"\n"9537" git push %s HEAD:<name-of-remote-branch>\n"95389539#: builtin/push.c:1759540#, c-format9541msgid ""9542"The current branch %s has no upstream branch.\n"9543"To push the current branch and set the remote as upstream, use\n"9544"\n"9545" git push --set-upstream %s %s\n"9546msgstr ""9547"O ramo atual %s não tem nenhum ramo a montante.\n"9548"Para publicar o ramo atual e definir o remoto a montante, use\n"9549"\n"9550" git push --set-upstream %s %s\n"95519552#: builtin/push.c:1839553#, c-format9554msgid "The current branch %s has multiple upstream branches, refusing to push."9555msgstr "O ramo atual %s tem múltiplos ramos a montante, publicação recusada."95569557#: builtin/push.c:1869558#, c-format9559msgid ""9560"You are pushing to remote '%s', which is not the upstream of\n"9561"your current branch '%s', without telling me what to push\n"9562"to update which remote branch."9563msgstr ""9564"O remoto '%s', no qual pretende publicar, não é o remoto a montante\n"9565"do ramo atual '%s'. Deve indicar o que pretende publicar e que ramo\n"9566"remoto atualizar."95679568#: builtin/push.c:2429569msgid ""9570"You didn't specify any refspecs to push, and push.default is \"nothing\"."9571msgstr ""9572"Não indicou nenhum especificador de referência para publicar e o valor de "9573"push.default é \"nothing\"."95749575#: builtin/push.c:2499576msgid ""9577"Updates were rejected because the tip of your current branch is behind\n"9578"its remote counterpart. Integrate the remote changes (e.g.\n"9579"'git pull ...') before pushing again.\n"9580"See the 'Note about fast-forwards' in 'git push --help' for details."9581msgstr ""9582"As atualizações foram rejeitadas porque a ponta do ramo atual está atrasada\n"9583"em relação ao homólogo remoto. Integre as alterações remotas (e.g.\n"9584"'git pull ...') antes de publicar de novo.\n"9585"Consulte 'Note about fast-forwards' em 'git push --help' para obter detalhes."95869587#: builtin/push.c:2559588msgid ""9589"Updates were rejected because a pushed branch tip is behind its remote\n"9590"counterpart. Check out this branch and integrate the remote changes\n"9591"(e.g. 'git pull ...') before pushing again.\n"9592"See the 'Note about fast-forwards' in 'git push --help' for details."9593msgstr ""9594"As atualizações foram rejeitadas porque a ponta do ramo atual está atrasada\n"9595"em relação ao homólogo remoto. Extraia o ramo e integre\n"9596"as alterações remotas (e.g. 'git pull ...') antes de publicar de novo.\n"9597"Consulte 'Note about fast-forwards' em 'git push --help' para obter detalhes."95989599#: builtin/push.c:2619600msgid ""9601"Updates were rejected because the remote contains work that you do\n"9602"not have locally. This is usually caused by another repository pushing\n"9603"to the same ref. You may want to first integrate the remote changes\n"9604"(e.g., 'git pull ...') before pushing again.\n"9605"See the 'Note about fast-forwards' in 'git push --help' for details."9606msgstr ""9607"As atualizações foram rejeitadas porque o remoto contém alterações que\n"9608"não tem localmente. Habitualmente, acontece porque outro repositório "9609"publicou\n"9610"na mesma referência. Pode integrar primeiro as alterações remotas\n"9611"(e.g., 'git pull ...') antes de publicar de novo.\n"9612"Consulte 'Note about fast-forwards' em 'git push --help' para obter detalhes."96139614#: builtin/push.c:2689615msgid "Updates were rejected because the tag already exists in the remote."9616msgstr "As atualizações foram rejeitadas porque a tag já existe no remoto."96179618#: builtin/push.c:2719619msgid ""9620"You cannot update a remote ref that points at a non-commit object,\n"9621"or update a remote ref to make it point at a non-commit object,\n"9622"without using the '--force' option.\n"9623msgstr ""9624"Não é possível atualizar uma referência remota que aponte para um\n"9625"objeto não commit, ou atualizar uma referência remota fazendo-a\n"9626"apontar para um objeto não commit, sem usar a opção '--force'.\n"96279628#: builtin/push.c:3319629#, c-format9630msgid "Pushing to %s\n"9631msgstr "A publicar em %s\n"96329633#: builtin/push.c:3359634#, c-format9635msgid "failed to push some refs to '%s'"9636msgstr "falha ao publicar algumas referências em '%s'"96379638#: builtin/push.c:3659639#, c-format9640msgid "bad repository '%s'"9641msgstr "repositório '%s' incorreto"96429643#: builtin/push.c:3669644msgid ""9645"No configured push destination.\n"9646"Either specify the URL from the command-line or configure a remote "9647"repository using\n"9648"\n"9649" git remote add <name> <url>\n"9650"\n"9651"and then push using the remote name\n"9652"\n"9653" git push <name>\n"9654msgstr ""9655"Destino de publicação não definido.\n"9656"Indique um URL na linha de comandos ou configure um repositório remoto "9657"usando\n"9658"\n"9659" git remote add <nome> <url>\n"9660"\n"9661"e publique usando o nome remoto\n"9662"\n"9663" git push <nome>\n"96649665#: builtin/push.c:3819666msgid "--all and --tags are incompatible"9667msgstr "--all e --tags são incompatíveis"96689669#: builtin/push.c:3829670msgid "--all can't be combined with refspecs"9671msgstr "--all não pode ser combinado com especificadores de referências"96729673#: builtin/push.c:3879674msgid "--mirror and --tags are incompatible"9675msgstr "--mirror e --tags são incompatíveis"96769677#: builtin/push.c:3889678msgid "--mirror can't be combined with refspecs"9679msgstr "--mirror não pode ser combinado com especificadores de referências"96809681#: builtin/push.c:3939682msgid "--all and --mirror are incompatible"9683msgstr "--all e --mirror são incompatíveis"96849685#: builtin/push.c:5059686msgid "repository"9687msgstr "repositório"96889689#: builtin/push.c:506 builtin/send-pack.c:1619690msgid "push all refs"9691msgstr "publicar todas as referências"96929693#: builtin/push.c:507 builtin/send-pack.c:1639694msgid "mirror all refs"9695msgstr "replicar todas as referências"96969697#: builtin/push.c:5099698msgid "delete refs"9699msgstr "eliminar referências"97009701#: builtin/push.c:5109702msgid "push tags (can't be used with --all or --mirror)"9703msgstr "publicar tags (não pode ser usado com --all ou --mirror)"97049705#: builtin/push.c:513 builtin/send-pack.c:1649706msgid "force updates"9707msgstr "forçar atualização"97089709#: builtin/push.c:515 builtin/send-pack.c:1759710msgid "refname>:<expect"9711msgstr "nome da referência>:<esperado"97129713#: builtin/push.c:516 builtin/send-pack.c:1769714msgid "require old value of ref to be at this value"9715msgstr "exigir que o antigo valor da referência tenha este valor"97169717#: builtin/push.c:5199718msgid "control recursive pushing of submodules"9719msgstr "controlar a publicação recursiva de submódulos"97209721#: builtin/push.c:521 builtin/send-pack.c:1699722msgid "use thin pack"9723msgstr "usar pacote fino"97249725#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:1589726#: builtin/send-pack.c:1599727msgid "receive pack program"9728msgstr "programa receive pack"97299730#: builtin/push.c:5249731msgid "set upstream for git pull/status"9732msgstr "definir o ramo a montante usado com git pull/status"97339734#: builtin/push.c:5279735msgid "prune locally removed refs"9736msgstr "eliminar referências removidas localmente"97379738#: builtin/push.c:5299739msgid "bypass pre-push hook"9740msgstr "ignorar pre-push hook"97419742#: builtin/push.c:5309743msgid "push missing but relevant tags"9744msgstr "publicar tags perdidas mas relevantes"97459746#: builtin/push.c:533 builtin/send-pack.c:1669747msgid "GPG sign the push"9748msgstr "assinar publicação com GPG"97499750#: builtin/push.c:535 builtin/send-pack.c:1709751msgid "request atomic transaction on remote side"9752msgstr "solicitar transação atómica no servidor remoto"97539754#: builtin/push.c:5499755msgid "--delete is incompatible with --all, --mirror and --tags"9756msgstr "--delete é incompatível com --all, --mirror e --tags"97579758#: builtin/push.c:5519759msgid "--delete doesn't make sense without any refs"9760msgstr "--delete não faz sentido sem uma referência"97619762#: builtin/read-tree.c:379763msgid ""9764"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9765"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9766"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9767msgstr ""9768"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefixo>)"9769" [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "9770"[--index-output=<ficheiro>] (--empty | <árvore-etc1> [<árvore-etc2> [<árvore-"9771"etc3>]])"97729773#: builtin/read-tree.c:1109774msgid "write resulting index to <file>"9775msgstr "escrever o índice resultante no <ficheiro>"97769777#: builtin/read-tree.c:1139778msgid "only empty the index"9779msgstr "apenas esvaziar o índice"97809781#: builtin/read-tree.c:1159782msgid "Merging"9783msgstr "A integrar"97849785#: builtin/read-tree.c:1179786msgid "perform a merge in addition to a read"9787msgstr "realizar uma integração em adição a uma leitura"97889789#: builtin/read-tree.c:1199790msgid "3-way merge if no file level merging required"9791msgstr ""9792"integrar com 3 pontos se a integração ao nível de ficheiros não for "9793"necessária"97949795#: builtin/read-tree.c:1219796msgid "3-way merge in presence of adds and removes"9797msgstr "integrar com 3 ponto na presença de adições e remoções"97989799#: builtin/read-tree.c:1239800msgid "same as -m, but discard unmerged entries"9801msgstr "o mesmo que -m, mas descartar entradas não integradas"98029803#: builtin/read-tree.c:1249804msgid "<subdirectory>/"9805msgstr "<subdiretório>/"98069807#: builtin/read-tree.c:1259808msgid "read the tree into the index under <subdirectory>/"9809msgstr "ler a árvore em <subdiretório>/ para o índice"98109811#: builtin/read-tree.c:1289812msgid "update working tree with merge result"9813msgstr "atualizar a árvore de trabalho com os resultados da integração"98149815#: builtin/read-tree.c:1309816msgid "gitignore"9817msgstr "gitignore"98189819#: builtin/read-tree.c:1319820msgid "allow explicitly ignored files to be overwritten"9821msgstr "permitir que os ficheiros explicitamente ignorados sejam substituídos"98229823#: builtin/read-tree.c:1349824msgid "don't check the working tree after merging"9825msgstr "não verificar a árvore de trabalho depois de integrar"98269827#: builtin/read-tree.c:1359828msgid "don't update the index or the work tree"9829msgstr "não atualizar o índice ou a árvore de trabalho"98309831#: builtin/read-tree.c:1379832msgid "skip applying sparse checkout filter"9833msgstr "ignorar a aplicação do filtro de extração esparsa"98349835#: builtin/read-tree.c:1399836msgid "debug unpack-trees"9837msgstr "depurar unpack-trees"98389839#: builtin/receive-pack.c:259840msgid "git receive-pack <git-dir>"9841msgstr "git receive-pack <git-dir>"98429843#: builtin/receive-pack.c:17199844msgid "quiet"9845msgstr "silencioso"98469847#: builtin/receive-pack.c:17339848msgid "You must specify a directory."9849msgstr "Deve especificar um diretório."98509851#: builtin/reflog.c:4239852#, c-format9853msgid "'%s' for '%s' is not a valid timestamp"9854msgstr "'%s' em '%s' não é um carimbo de data/hora válido"98559856#: builtin/reflog.c:540 builtin/reflog.c:5459857#, c-format9858msgid "'%s' is not a valid timestamp"9859msgstr "'%s' não é um carimbo de data/hora válido"98609861#: builtin/remote.c:129862msgid "git remote [-v | --verbose]"9863msgstr "git remote [-v | --verbose]"98649865#: builtin/remote.c:139866msgid ""9867"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9868"mirror=<fetch|push>] <name> <url>"9869msgstr ""9870"git remote add [-t <ramo>] [-m <mestre>] [-f] [--tags | --no-tags] "9871"[--mirror=<fetch|push>] <nome> <url>"98729873#: builtin/remote.c:14 builtin/remote.c:349874msgid "git remote rename <old> <new>"9875msgstr "git remote rename <antigo> <novo>"98769877#: builtin/remote.c:15 builtin/remote.c:399878msgid "git remote remove <name>"9879msgstr "git remote remove <nome>"98809881#: builtin/remote.c:16 builtin/remote.c:449882msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9883msgstr "git remote set-head <nome> (-a | --auto | -d | --delete | <ramo>)"98849885#: builtin/remote.c:179886msgid "git remote [-v | --verbose] show [-n] <name>"9887msgstr "git remote [-v | --verbose] show [-n] <nome>"98889889#: builtin/remote.c:189890msgid "git remote prune [-n | --dry-run] <name>"9891msgstr "git remote prune [-n | --dry-run] <nome>"98929893#: builtin/remote.c:199894msgid ""9895"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9896msgstr ""9897"git remote [-v | --verbose] update [-p | --prune] [(<grupo> | <remoto>)...]"98989899#: builtin/remote.c:209900msgid "git remote set-branches [--add] <name> <branch>..."9901msgstr "git remote set-branches [--add] <nome> <ramo>..."99029903#: builtin/remote.c:21 builtin/remote.c:709904msgid "git remote get-url [--push] [--all] <name>"9905msgstr "git remote get-url [--push] [--all] <nome>"99069907#: builtin/remote.c:22 builtin/remote.c:759908msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9909msgstr "git remote set-url [--push] <nome> <novo-url> [<url-antigo>]"99109911#: builtin/remote.c:23 builtin/remote.c:769912msgid "git remote set-url --add <name> <newurl>"9913msgstr "git remote set-url --add <nome> <novo-url>"99149915#: builtin/remote.c:24 builtin/remote.c:779916msgid "git remote set-url --delete <name> <url>"9917msgstr "git remote set-url --delete <nome> <url>"99189919#: builtin/remote.c:299920msgid "git remote add [<options>] <name> <url>"9921msgstr "git remote add [<opções>] <nome> <url>"99229923#: builtin/remote.c:499924msgid "git remote set-branches <name> <branch>..."9925msgstr "git remote set-branches <nome> <ramo>..."99269927#: builtin/remote.c:509928msgid "git remote set-branches --add <name> <branch>..."9929msgstr "git remote set-branches --add <nome> <ramo>..."99309931#: builtin/remote.c:559932msgid "git remote show [<options>] <name>"9933msgstr "git remote show [<opções>] <nome>"99349935#: builtin/remote.c:609936msgid "git remote prune [<options>] <name>"9937msgstr "git remote prune [<opções>] <nome>"99389939#: builtin/remote.c:659940msgid "git remote update [<options>] [<group> | <remote>]..."9941msgstr "git remote update [<opções>] [<grupo> | <remoto>]..."99429943#: builtin/remote.c:949944#, c-format9945msgid "Updating %s"9946msgstr "A atualizar %s"99479948#: builtin/remote.c:1269949msgid ""9950"--mirror is dangerous and deprecated; please\n"9951"\t use --mirror=fetch or --mirror=push instead"9952msgstr ""9953"--mirror é perigoso e obsoleto;\n"9954"\t use --mirror=fetch ou --mirror=push"99559956#: builtin/remote.c:1439957#, c-format9958msgid "unknown mirror argument: %s"9959msgstr "argumento de mirror desconhecido: %s"99609961#: builtin/remote.c:1599962msgid "fetch the remote branches"9963msgstr "obter os ramos remotos"99649965#: builtin/remote.c:1619966msgid "import all tags and associated objects when fetching"9967msgstr "importar todas as tags e objetos associados ao obter"99689969#: builtin/remote.c:1649970msgid "or do not fetch any tag at all (--no-tags)"9971msgstr "ou não obter nenhuma tag (--no-tags)"99729973#: builtin/remote.c:1669974msgid "branch(es) to track"9975msgstr "ramos a seguir"99769977#: builtin/remote.c:1679978msgid "master branch"9979msgstr "ramo mestre"99809981#: builtin/remote.c:1689982msgid "push|fetch"9983msgstr "push|fetch"99849985#: builtin/remote.c:1699986msgid "set up remote as a mirror to push to or fetch from"9987msgstr "configurar o remoto como um espelho para publicar ou obter"99889989#: builtin/remote.c:1819990msgid "specifying a master branch makes no sense with --mirror"9991msgstr "especificar um ramo mestre não faz sentido com --mirror"99929993#: builtin/remote.c:1839994msgid "specifying branches to track makes sense only with fetch mirrors"9995msgstr "especificar ramos para seguir só faz sentido com fetch mirrors"99969997#: builtin/remote.c:190 builtin/remote.c:6339998#, c-format9999msgid "remote %s already exists."10000msgstr "o remoto %s já existe."1000110002#: builtin/remote.c:194 builtin/remote.c:63710003#, c-format10004msgid "'%s' is not a valid remote name"10005msgstr "'%s' não é um nome de remoto válido"1000610007#: builtin/remote.c:23410008#, c-format10009msgid "Could not setup master '%s'"10010msgstr "Não foi possível configuração o ramo mestre '%s'"1001110012#: builtin/remote.c:33610013#, c-format10014msgid "Could not get fetch map for refspec %s"10015msgstr ""10016"Não foi possível obter o mapa de fetch do especificador de referência %s"1001710018#: builtin/remote.c:437 builtin/remote.c:44510019msgid "(matching)"10020msgstr "(correspondente)"1002110022#: builtin/remote.c:44910023msgid "(delete)"10024msgstr "(eliminado)"1002510026#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:85810027#, c-format10028msgid "No such remote: %s"10029msgstr "Remoto inexistente: %s"1003010031#: builtin/remote.c:64310032#, c-format10033msgid "Could not rename config section '%s' to '%s'"10034msgstr ""10035"Não foi possível mudar o nome da secção de configuração de '%s' para '%s'"1003610037#: builtin/remote.c:66310038#, c-format10039msgid ""10040"Not updating non-default fetch refspec\n"10041"\t%s\n"10042"\tPlease update the configuration manually if necessary."10043msgstr ""10044"O seguinte especificador de referência, não-predefinido e usado para obter "10045"objetos, não foi atualizado\n"10046"\t%s\n"10047"\tAtualize a configuração manualmente se necessário."1004810049#: builtin/remote.c:69910050#, c-format10051msgid "deleting '%s' failed"10052msgstr "falha ao eliminar '%s'"1005310054#: builtin/remote.c:73310055#, c-format10056msgid "creating '%s' failed"10057msgstr "falha ao criar '%s'"1005810059#: builtin/remote.c:79610060msgid ""10061"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"10062"to delete it, use:"10063msgid_plural ""10064"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"10065"to delete them, use:"10066msgstr[0] ""10067"Nota: Um ramo fora da hierarquia refs/remotes/ não foi removido;\n"10068"para o remover, use:"10069msgstr[1] ""10070"Nota: alguns ramos fora da hierarquia refs/remotes/ não foram removidos;\n"10071"para os remover, use:"1007210073#: builtin/remote.c:81010074#, c-format10075msgid "Could not remove config section '%s'"10076msgstr "Não foi possível remover a secção de configuração '%s'"1007710078#: builtin/remote.c:91110079#, c-format10080msgid " new (next fetch will store in remotes/%s)"10081msgstr " novo (os próxima objetos obtidos serão guardados em remotes/%s)"1008210083#: builtin/remote.c:91410084msgid " tracked"10085msgstr " seguido"1008610087#: builtin/remote.c:91610088msgid " stale (use 'git remote prune' to remove)"10089msgstr " obsoleto (use 'git remote prune' para remover)"1009010091#: builtin/remote.c:91810092msgid " ???"10093msgstr " ???"1009410095#: builtin/remote.c:95910096#, c-format10097msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"10098msgstr ""10099"branch.%s.merge inválido; não é possível realizar rebase sobre mais do que "10100"um ramo"1010110102#: builtin/remote.c:96710103#, c-format10104msgid "rebases interactively onto remote %s"10105msgstr "realiza rebase interativo sobre %s do remoto"1010610107#: builtin/remote.c:97110108#, c-format10109msgid " merges with remote %s"10110msgstr " integra com %s do remoto"1011110112#: builtin/remote.c:97210113msgid " and with remote"10114msgstr " e com o remoto"1011510116#: builtin/remote.c:97410117#, c-format10118msgid "merges with remote %s"10119msgstr "integra com %s do remoto"1012010121#: builtin/remote.c:97510122msgid " and with remote"10123msgstr " e com o remoto"1012410125#: builtin/remote.c:102110126msgid "create"10127msgstr "criado"1012810129#: builtin/remote.c:102410130msgid "delete"10131msgstr "eliminado"1013210133#: builtin/remote.c:102810134msgid "up to date"10135msgstr "atualizado"1013610137#: builtin/remote.c:103110138msgid "fast-forwardable"10139msgstr "pode ser avançado rapidamente"1014010141#: builtin/remote.c:103410142msgid "local out of date"10143msgstr "local desatualizado"1014410145#: builtin/remote.c:104110146#, c-format10147msgid " %-*s forces to %-*s (%s)"10148msgstr " %-*s força em %-*s (%s)"1014910150#: builtin/remote.c:104410151#, c-format10152msgid " %-*s pushes to %-*s (%s)"10153msgstr " %-*s publica em %-*s (%s)"1015410155#: builtin/remote.c:104810156#, c-format10157msgid " %-*s forces to %s"10158msgstr " %-*s força em %s"1015910160#: builtin/remote.c:105110161#, c-format10162msgid " %-*s pushes to %s"10163msgstr " %-*s publica em %s"1016410165#: builtin/remote.c:111910166msgid "do not query remotes"10167msgstr "não consultar remotos"1016810169#: builtin/remote.c:114610170#, c-format10171msgid "* remote %s"10172msgstr "* remoto %s"1017310174#: builtin/remote.c:114710175#, c-format10176msgid " Fetch URL: %s"10177msgstr " Obter do URL: %s"1017810179#: builtin/remote.c:1148 builtin/remote.c:130110180msgid "(no URL)"10181msgstr "(nenhum URL)"1018210183#. TRANSLATORS: the colon ':' should align with10184#. the one in " Fetch URL: %s" translation10185#: builtin/remote.c:1159 builtin/remote.c:116110186#, c-format10187msgid " Push URL: %s"10188msgstr " Publicar no URL: %s"1018910190#: builtin/remote.c:1163 builtin/remote.c:1165 builtin/remote.c:116710191#, c-format10192msgid " HEAD branch: %s"10193msgstr " Ramo HEAD: %s"1019410195#: builtin/remote.c:116910196#, c-format10197msgid ""10198" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"10199msgstr " Ramo HEAD (o remoto HEAD é ambíguo, pode ser um dos seguintes):\n"1020010201#: builtin/remote.c:118110202#, c-format10203msgid " Remote branch:%s"10204msgid_plural " Remote branches:%s"10205msgstr[0] " Ramo remoto:%s"10206msgstr[1] " Ramos remotos:%s"1020710208#: builtin/remote.c:1184 builtin/remote.c:121110209msgid " (status not queried)"10210msgstr " (estado não consultado)"1021110212#: builtin/remote.c:119310213msgid " Local branch configured for 'git pull':"10214msgid_plural " Local branches configured for 'git pull':"10215msgstr[0] " Ramo local configurado para 'git pull':"10216msgstr[1] " Ramos locais configurados para 'git pull':"1021710218#: builtin/remote.c:120110219msgid " Local refs will be mirrored by 'git push'"10220msgstr " Referências locais serão refletidas (mirror) por 'git push'"1022110222#: builtin/remote.c:120810223#, c-format10224msgid " Local ref configured for 'git push'%s:"10225msgid_plural " Local refs configured for 'git push'%s:"10226msgstr[0] " Referência local configurada para 'git push'%s:"10227msgstr[1] " Referências locais configuradas para 'git push'%s:"1022810229#: builtin/remote.c:122910230msgid "set refs/remotes/<name>/HEAD according to remote"10231msgstr "definir refs/remotes/<nome>/HEAD de acordo com o remoto"1023210233#: builtin/remote.c:123110234msgid "delete refs/remotes/<name>/HEAD"10235msgstr "eliminar refs/remotes/<nome>/HEAD"1023610237#: builtin/remote.c:124610238msgid "Cannot determine remote HEAD"10239msgstr "Não é possível determinar o remoto HEAD"1024010241#: builtin/remote.c:124810242msgid "Multiple remote HEAD branches. Please choose one explicitly with:"10243msgstr "Múltiplos ramos HEAD remotos. Escolha um explicitamente com:"1024410245#: builtin/remote.c:125810246#, c-format10247msgid "Could not delete %s"10248msgstr "Não foi possível eliminar %s"1024910250#: builtin/remote.c:126610251#, c-format10252msgid "Not a valid ref: %s"10253msgstr "Referência inválida: %s"1025410255#: builtin/remote.c:126810256#, c-format10257msgid "Could not setup %s"10258msgstr "Não foi possível configurar %s"1025910260#: builtin/remote.c:128610261#, c-format10262msgid " %s will become dangling!"10263msgstr " %s ficará suspenso!"1026410265#: builtin/remote.c:128710266#, c-format10267msgid " %s has become dangling!"10268msgstr " %s ficou suspenso!"1026910270#: builtin/remote.c:129710271#, c-format10272msgid "Pruning %s"10273msgstr "A eliminar %s"1027410275#: builtin/remote.c:129810276#, c-format10277msgid "URL: %s"10278msgstr "URL: %s"1027910280#: builtin/remote.c:131410281#, c-format10282msgid " * [would prune] %s"10283msgstr " * [eliminaria] %s"1028410285#: builtin/remote.c:131710286#, c-format10287msgid " * [pruned] %s"10288msgstr " * [eliminado] %s"1028910290#: builtin/remote.c:136210291msgid "prune remotes after fetching"10292msgstr "eliminar remotos depois de obter"1029310294#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:154710295#, c-format10296msgid "No such remote '%s'"10297msgstr "Remoto inexistente '%s'"1029810299#: builtin/remote.c:144110300msgid "add branch"10301msgstr "adicionar ramo"1030210303#: builtin/remote.c:144810304msgid "no remote specified"10305msgstr "nenhum remoto especificado"1030610307#: builtin/remote.c:146510308msgid "query push URLs rather than fetch URLs"10309msgstr "consultar URLs de publicação em vez de URLs utilizados para obter"1031010311#: builtin/remote.c:146710312msgid "return all URLs"10313msgstr "retornar todos os URLs"1031410315#: builtin/remote.c:149510316#, c-format10317msgid "no URLs configured for remote '%s'"10318msgstr "o remoto '%s' não tem nenhum URL configurado"1031910320#: builtin/remote.c:152110321msgid "manipulate push URLs"10322msgstr "manipular URLs de publicação"1032310324#: builtin/remote.c:152310325msgid "add URL"10326msgstr "adicionar URL"1032710328#: builtin/remote.c:152510329msgid "delete URLs"10330msgstr "eliminar URLs"1033110332#: builtin/remote.c:153210333msgid "--add --delete doesn't make sense"10334msgstr "--add --delete não faz sentido"1033510336#: builtin/remote.c:157310337#, c-format10338msgid "Invalid old URL pattern: %s"10339msgstr "Padrão de URL antigo inválido: %s"1034010341#: builtin/remote.c:158110342#, c-format10343msgid "No such URL found: %s"10344msgstr "URL não encontrado: %s"1034510346#: builtin/remote.c:158310347msgid "Will not delete all non-push URLs"10348msgstr "Não é possível remover todos os URLs de não publicação"1034910350#: builtin/remote.c:159710351msgid "be verbose; must be placed before a subcommand"10352msgstr "ser verboso; deve ser colocado antes de um subcomando"1035310354#: builtin/repack.c:1710355msgid "git repack [<options>]"10356msgstr "git repack [<opções>]"1035710358#: builtin/repack.c:15910359msgid "pack everything in a single pack"10360msgstr "compactar tudo num único pacote"1036110362#: builtin/repack.c:16110363msgid "same as -a, and turn unreachable objects loose"10364msgstr "o mesmo que -a, e soltar objetos inalcançáveis"1036510366#: builtin/repack.c:16410367msgid "remove redundant packs, and run git-prune-packed"10368msgstr "remover pacotes redundantes e executar git-prune-packed"1036910370#: builtin/repack.c:16610371msgid "pass --no-reuse-delta to git-pack-objects"10372msgstr "passar --no-reuse-delta ao git-pack-objects"1037310374#: builtin/repack.c:16810375msgid "pass --no-reuse-object to git-pack-objects"10376msgstr "passar --no-reuse-object ao git-pack-objects"1037710378#: builtin/repack.c:17010379msgid "do not run git-update-server-info"10380msgstr "não executar git-update-server-info"1038110382#: builtin/repack.c:17310383msgid "pass --local to git-pack-objects"10384msgstr "passar --local ao git-pack-objects"1038510386#: builtin/repack.c:17510387msgid "write bitmap index"10388msgstr "escrever índice de mapa de bits"1038910390#: builtin/repack.c:17610391msgid "approxidate"10392msgstr "aproximar"1039310394#: builtin/repack.c:17710395msgid "with -A, do not loosen objects older than this"10396msgstr "com -A, não soltar mais objetos além destes"1039710398#: builtin/repack.c:17910399msgid "size of the window used for delta compression"10400msgstr "dimensão da janela usada em compressão de deltas"1040110402#: builtin/repack.c:180 builtin/repack.c:18410403msgid "bytes"10404msgstr "bytes"1040510406#: builtin/repack.c:18110407msgid "same as the above, but limit memory size instead of entries count"10408msgstr ""10409"o mesmo que o anterior, mas limitar a memória usada em vez do número de "10410"entradas"1041110412#: builtin/repack.c:18310413msgid "limits the maximum delta depth"10414msgstr "limitar a profundidade máxima de delta"1041510416#: builtin/repack.c:18510417msgid "maximum size of each packfile"10418msgstr "tamanho máximo de cada ficheiro de pacote"1041910420#: builtin/repack.c:18710421msgid "repack objects in packs marked with .keep"10422msgstr "reempacotar objetos em pacotes marcados com .keep"1042310424#: builtin/repack.c:19710425msgid "cannot delete packs in a precious-objects repo"10426msgstr "não é possível eliminar pacotes num repositório de objetos-preciosos"1042710428#: builtin/repack.c:38110429#, c-format10430msgid "removing '%s' failed"10431msgstr "falha ao remover '%s'"1043210433#: builtin/replace.c:1910434msgid "git replace [-f] <object> <replacement>"10435msgstr "git replace [-f] <objeto> <substituição>"1043610437#: builtin/replace.c:2010438msgid "git replace [-f] --edit <object>"10439msgstr "git replace [-f] --edit <objeto>"1044010441#: builtin/replace.c:2110442msgid "git replace [-f] --graft <commit> [<parent>...]"10443msgstr "git replace [-f] --graft <commit> [<pai>...]"1044410445#: builtin/replace.c:2210446msgid "git replace -d <object>..."10447msgstr "git replace -d <objeto>..."1044810449#: builtin/replace.c:2310450msgid "git replace [--format=<format>] [-l [<pattern>]]"10451msgstr "git replace [--format=<formato>] [-l [<padrão>]]"1045210453#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39110454#, c-format10455msgid "Not a valid object name: '%s'"10456msgstr "Nome de objeto inválido: '%s'"1045710458#: builtin/replace.c:35510459#, c-format10460msgid "bad mergetag in commit '%s'"10461msgstr "mergetag incorreta no commit '%s'"1046210463#: builtin/replace.c:35710464#, c-format10465msgid "malformed mergetag in commit '%s'"10466msgstr "mergetag malformada no commit '%s'"1046710468#: builtin/replace.c:36810469#, c-format10470msgid ""10471"original commit '%s' contains mergetag '%s' that is discarded; use --edit "10472"instead of --graft"10473msgstr ""10474"o commit original '%s' contém a mergetag '%s' que foi excluída; use --edit "10475"em vez de --graft"1047610477#: builtin/replace.c:40110478#, c-format10479msgid "the original commit '%s' has a gpg signature."10480msgstr "o commit original '%s' tem uma assinatura gpg."1048110482#: builtin/replace.c:40210483msgid "the signature will be removed in the replacement commit!"10484msgstr "a assinatura será removida do commit suplente!"1048510486#: builtin/replace.c:40810487#, c-format10488msgid "could not write replacement commit for: '%s'"10489msgstr "não foi possível escrever o commit suplente de: '%s'"1049010491#: builtin/replace.c:43210492msgid "list replace refs"10493msgstr "listar referências substituídas"1049410495#: builtin/replace.c:43310496msgid "delete replace refs"10497msgstr "eliminar referências substituídas"1049810499#: builtin/replace.c:43410500msgid "edit existing object"10501msgstr "editar objeto existente"1050210503#: builtin/replace.c:43510504msgid "change a commit's parents"10505msgstr "mudar os pais de um commit"1050610507#: builtin/replace.c:43610508msgid "replace the ref if it exists"10509msgstr "substituir a referência se esta existir"1051010511#: builtin/replace.c:43710512msgid "do not pretty-print contents for --edit"10513msgstr "não mostrar o conteúdo de --edit com impressão bonita"1051410515#: builtin/replace.c:43810516msgid "use this format"10517msgstr "usar este formato"1051810519#: builtin/rerere.c:1210520msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10521msgstr ""10522"git rerere [clear | forget <caminho>... | status | remaining | diff | gc]"1052310524#: builtin/rerere.c:5810525msgid "register clean resolutions in index"10526msgstr "registar resoluções limpas no índice"1052710528#: builtin/reset.c:2610529msgid ""10530"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10531msgstr ""10532"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1053310534#: builtin/reset.c:2710535msgid "git reset [-q] <tree-ish> [--] <paths>..."10536msgstr "git reset [-q] <árvore-etc> [--] <caminhos>..."1053710538#: builtin/reset.c:2810539msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10540msgstr "git reset --patch [<árvore-etc>] [--] [<caminhos>...]"1054110542#: builtin/reset.c:3410543msgid "mixed"10544msgstr "misturado"1054510546#: builtin/reset.c:3410547msgid "soft"10548msgstr "suave"1054910550#: builtin/reset.c:3410551msgid "hard"10552msgstr "forte"1055310554#: builtin/reset.c:3410555msgid "merge"10556msgstr "merge"1055710558#: builtin/reset.c:3410559msgid "keep"10560msgstr "conservador"1056110562#: builtin/reset.c:7410563msgid "You do not have a valid HEAD."10564msgstr "HEAD inválida."1056510566#: builtin/reset.c:7610567msgid "Failed to find tree of HEAD."10568msgstr "Falha ao procurar árvore de HEAD."1056910570#: builtin/reset.c:8210571#, c-format10572msgid "Failed to find tree of %s."10573msgstr "Falha ao procurar árvore de %s."1057410575#: builtin/reset.c:10010576#, c-format10577msgid "HEAD is now at %s"10578msgstr "HEAD está agora em %s"1057910580#: builtin/reset.c:18310581#, c-format10582msgid "Cannot do a %s reset in the middle of a merge."10583msgstr "Não é possível repor de modo %s durante uma integração."1058410585#: builtin/reset.c:27610586msgid "be quiet, only report errors"10587msgstr "silencioso, só reportar erros"1058810589#: builtin/reset.c:27810590msgid "reset HEAD and index"10591msgstr "repor HEAD e índice"1059210593#: builtin/reset.c:27910594msgid "reset only HEAD"10595msgstr "repor HEAD apenas"1059610597#: builtin/reset.c:281 builtin/reset.c:28310598msgid "reset HEAD, index and working tree"10599msgstr "repor HEAD, índice e árvore de trabalho"1060010601#: builtin/reset.c:28510602msgid "reset HEAD but keep local changes"10603msgstr "repor HEAD mas conservar alterações locais"1060410605#: builtin/reset.c:28810606msgid "record only the fact that removed paths will be added later"10607msgstr "registar apenas o facto de que os caminhos removidos serão adicionados"1060810609#: builtin/reset.c:30510610#, c-format10611msgid "Failed to resolve '%s' as a valid revision."10612msgstr "Falha ao resolver '%s' como referência válida."1061310614#: builtin/reset.c:31310615#, c-format10616msgid "Failed to resolve '%s' as a valid tree."10617msgstr "Falha ao resolver '%s' como árvore válida."1061810619#: builtin/reset.c:32210620msgid "--patch is incompatible with --{hard,mixed,soft}"10621msgstr "--patch é incompatível com --{hard,mixed,soft}"1062210623#: builtin/reset.c:33110624msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10625msgstr ""10626"--mixed acompanhado com caminhos é obsoleto; use 'git reset -- <caminhos>'."1062710628#: builtin/reset.c:33310629#, c-format10630msgid "Cannot do %s reset with paths."10631msgstr "Não é possível repor de modo %s com caminhos."1063210633#: builtin/reset.c:34310634#, c-format10635msgid "%s reset is not allowed in a bare repository"10636msgstr "Não é permitido repor de modo %s num repositório nu"1063710638#: builtin/reset.c:34710639msgid "-N can only be used with --mixed"10640msgstr "-N só pode ser usado com --mixed"1064110642#: builtin/reset.c:36410643msgid "Unstaged changes after reset:"10644msgstr "Alterações não preparadas depois de repor:"1064510646#: builtin/reset.c:37010647#, c-format10648msgid "Could not reset index file to revision '%s'."10649msgstr "Não foi possível repor o ficheiro índice para a revisão '%s'."1065010651#: builtin/reset.c:37410652msgid "Could not write new index file."10653msgstr "Não foi possível escrever novo ficheiro de índice."1065410655#: builtin/rev-list.c:35010656msgid "rev-list does not support display of notes"10657msgstr "rev-list não suporta apresentação de notas"1065810659#: builtin/rev-parse.c:35810660msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10661msgstr "git rev-parse --parseopt [<opções>] -- [<argumentos>...]"1066210663#: builtin/rev-parse.c:36310664msgid "keep the `--` passed as an arg"10665msgstr "conservar '--' passado como argumento"1066610667#: builtin/rev-parse.c:36510668msgid "stop parsing after the first non-option argument"10669msgstr "parar de analisar depois do primeiro argumento que não seja uma opção"1067010671#: builtin/rev-parse.c:36810672msgid "output in stuck long form"10673msgstr "mostrar em formato fixo e longo"1067410675#: builtin/rev-parse.c:49910676msgid ""10677"git rev-parse --parseopt [<options>] -- [<args>...]\n"10678" or: git rev-parse --sq-quote [<arg>...]\n"10679" or: git rev-parse [<options>] [<arg>...]\n"10680"\n"10681"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10682msgstr ""10683"git rev-parse --parseopt [<opções>] -- [<argumentos>...]\n"10684" or: git rev-parse --sq-quote [<argumentos>...]\n"10685" or: git rev-parse [<opções>] [<argumentos>...]\n"10686"\n"10687"Execute \"git rev-parse --parseopt -h\" para obter mais informação sobre a "10688"primeira utilização."1068910690#: builtin/revert.c:2210691msgid "git revert [<options>] <commit-ish>..."10692msgstr "git revert [<opções>] <commit-etc>..."1069310694#: builtin/revert.c:2310695msgid "git revert <subcommand>"10696msgstr "git revert <subcommando>"1069710698#: builtin/revert.c:2810699msgid "git cherry-pick [<options>] <commit-ish>..."10700msgstr "git cherry-pick [<opções>] <commit-etc>..."1070110702#: builtin/revert.c:2910703msgid "git cherry-pick <subcommand>"10704msgstr "git cherry-pick <subcommando>"1070510706#: builtin/revert.c:7110707#, c-format10708msgid "%s: %s cannot be used with %s"10709msgstr "%s: %s não pode ser usado com %s"1071010711#: builtin/revert.c:8010712msgid "end revert or cherry-pick sequence"10713msgstr "terminar reversão ou cherry-pick"1071410715#: builtin/revert.c:8110716msgid "resume revert or cherry-pick sequence"10717msgstr "retomar a reversão ou cherry-pick"1071810719#: builtin/revert.c:8210720msgid "cancel revert or cherry-pick sequence"10721msgstr "cancelar reversão ou cherry-pick"1072210723#: builtin/revert.c:8310724msgid "don't automatically commit"10725msgstr "não submeter automaticamente"1072610727#: builtin/revert.c:8410728msgid "edit the commit message"10729msgstr "editar a mensagem de commit"1073010731#: builtin/revert.c:8710732msgid "parent number"10733msgstr "número de pai"1073410735#: builtin/revert.c:8910736msgid "merge strategy"10737msgstr "estratégia de integração"1073810739#: builtin/revert.c:9010740msgid "option"10741msgstr "opção"1074210743#: builtin/revert.c:9110744msgid "option for merge strategy"10745msgstr "opção de estratégia de integração"1074610747#: builtin/revert.c:10410748msgid "append commit name"10749msgstr "acrescentar nome do commit"1075010751#: builtin/revert.c:10610752msgid "preserve initially empty commits"10753msgstr "preservar commits inicialmente vazios"1075410755#: builtin/revert.c:10710756msgid "allow commits with empty messages"10757msgstr "permitir commits com mensagens vazias"1075810759#: builtin/revert.c:10810760msgid "keep redundant, empty commits"10761msgstr "manter commits redundantes e vazios"1076210763#: builtin/revert.c:11210764msgid "program error"10765msgstr "erro do programa"1076610767#: builtin/revert.c:19710768msgid "revert failed"10769msgstr "falha ao reverter"1077010771#: builtin/revert.c:21210772msgid "cherry-pick failed"10773msgstr "falha ao efetuar cherry-pick"1077410775#: builtin/rm.c:1710776msgid "git rm [<options>] [--] <file>..."10777msgstr "git rm [<opções>] [--] <ficheiro>..."1077810779#: builtin/rm.c:6510780msgid ""10781"the following submodule (or one of its nested submodules)\n"10782"uses a .git directory:"10783msgid_plural ""10784"the following submodules (or one of their nested submodules)\n"10785"use a .git directory:"10786msgstr[0] ""10787"o submódulo seguinte (ou um dos seus submódulos aninhados)\n"10788"usa um diretório .git:"10789msgstr[1] ""10790"os submódulos seguintes (ou um dos seus submódulos)\n"10791"usam um diretório .git:"1079210793#: builtin/rm.c:7110794msgid ""10795"\n"10796"(use 'rm -rf' if you really want to remove it including all of its history)"10797msgstr ""10798"\n"10799"(use 'rm -rf' se pretende mesmo removê-lo, incluindo todo o seu histórico)"1080010801#: builtin/rm.c:23010802msgid ""10803"the following file has staged content different from both the\n"10804"file and the HEAD:"10805msgid_plural ""10806"the following files have staged content different from both the\n"10807"file and the HEAD:"10808msgstr[0] ""10809"o seguinte ficheiro tem conteúdo preparado no índice diferente\n"10810"do conteúdo no ficheiro e em HEAD:"10811msgstr[1] ""10812"os seguintes ficheiros têm conteúdo preparado no índice diferente\n"10813"do conteúdo no ficheiro e em HEAD:"1081410815#: builtin/rm.c:23510816msgid ""10817"\n"10818"(use -f to force removal)"10819msgstr ""10820"\n"10821"(use -f para forçar remoção)"1082210823#: builtin/rm.c:23910824msgid "the following file has changes staged in the index:"10825msgid_plural "the following files have changes staged in the index:"10826msgstr[0] "o seguinte ficheiro contém alterações preparadas no índice:"10827msgstr[1] "os seguintes ficheiros contêm alterações preparadas no índice:"1082810829#: builtin/rm.c:243 builtin/rm.c:25410830msgid ""10831"\n"10832"(use --cached to keep the file, or -f to force removal)"10833msgstr ""10834"\n"10835"(use --cached para manter o ficheiro, ou -f para forçar remoção)"1083610837#: builtin/rm.c:25110838msgid "the following file has local modifications:"10839msgid_plural "the following files have local modifications:"10840msgstr[0] "o seguinte ficheiro contém alterações locais:"10841msgstr[1] "os seguintes ficheiros contêm alterações locais:"1084210843#: builtin/rm.c:26910844msgid "do not list removed files"10845msgstr "não listar ficheiros removidos"1084610847#: builtin/rm.c:27010848msgid "only remove from the index"10849msgstr "remover apenas do índice"1085010851#: builtin/rm.c:27110852msgid "override the up-to-date check"10853msgstr "ignorar verificação de atualização"1085410855#: builtin/rm.c:27210856msgid "allow recursive removal"10857msgstr "permitir remoção recursiva"1085810859#: builtin/rm.c:27410860msgid "exit with a zero status even if nothing matched"10861msgstr "sair com valor zero mesmo quando não há correspondência"1086210863#: builtin/rm.c:33510864#, c-format10865msgid "not removing '%s' recursively without -r"10866msgstr "não remover '%s' recursivamente sem -r"1086710868#: builtin/rm.c:37410869#, c-format10870msgid "git rm: unable to remove %s"10871msgstr "git rm: não é possível remover %s"1087210873#: builtin/send-pack.c:1810874msgid ""10875"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10876"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10877"[<ref>...]\n"10878" --all and explicit <ref> specification are mutually exclusive."10879msgstr ""10880"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10881"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<diretório> "10882"[<referência>...]\n"10883" --all e especificação explicita duma <referência> são mutuamente "10884"exclusivos."1088510886#: builtin/send-pack.c:16010887msgid "remote name"10888msgstr "nome do remoto"1088910890#: builtin/send-pack.c:17110891msgid "use stateless RPC protocol"10892msgstr "use protocolo RPC sem estado"1089310894#: builtin/send-pack.c:17210895msgid "read refs from stdin"10896msgstr "ler referências do stdin"1089710898#: builtin/send-pack.c:17310899msgid "print status from remote helper"10900msgstr "imprimir estado do programa auxiliar remoto"1090110902#: builtin/shortlog.c:1310903msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10904msgstr "git shortlog [<opções>] [<intervalo-de-revisões>] [[--] [<caminho>...]]"1090510906#: builtin/shortlog.c:24210907msgid "sort output according to the number of commits per author"10908msgstr "ordenar saída de acordo com o número de commits por autor"1090910910#: builtin/shortlog.c:24410911msgid "Suppress commit descriptions, only provides commit count"10912msgstr "suprimir a descrição dos commits, fornecer apenas o número de commits"1091310914#: builtin/shortlog.c:24610915msgid "Show the email address of each author"10916msgstr "Mostrar o endereço de e-mail de cada autor"1091710918#: builtin/shortlog.c:24710919msgid "w[,i1[,i2]]"10920msgstr "w[,i1[,i2]]"1092110922#: builtin/shortlog.c:24810923msgid "Linewrap output"10924msgstr "ajustar linhas"1092510926#: builtin/show-branch.c:1010927msgid ""10928"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10929"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10930"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10931"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10932msgstr ""10933"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10934"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10935"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10936"\t\t[--no-name | --sha1-name] [--topics] [(<revisão> | <glob>)...]"1093710938#: builtin/show-branch.c:1410939msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10940msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<referência>]"1094110942#: builtin/show-branch.c:64010943msgid "show remote-tracking and local branches"10944msgstr "mostrar os ramos de monitorização remotos e os ramos locais"1094510946#: builtin/show-branch.c:64210947msgid "show remote-tracking branches"10948msgstr "mostrar os ramos de monitorização remotos"1094910950#: builtin/show-branch.c:64410951msgid "color '*!+-' corresponding to the branch"10952msgstr "colorir '*!+-' correspondendo ao ramo"1095310954#: builtin/show-branch.c:64610955msgid "show <n> more commits after the common ancestor"10956msgstr "mostrar mais <n> commits depois do antecessor comum"1095710958#: builtin/show-branch.c:64810959msgid "synonym to more=-1"10960msgstr "sinónimo de more=-1"1096110962#: builtin/show-branch.c:64910963msgid "suppress naming strings"10964msgstr "suprimir a cadeias de caracteres de nomes"1096510966#: builtin/show-branch.c:65110967msgid "include the current branch"10968msgstr "incluir o ramo atual"1096910970#: builtin/show-branch.c:65310971msgid "name commits with their object names"10972msgstr "designar commits pelos seus nomes de objeto"1097310974#: builtin/show-branch.c:65510975msgid "show possible merge bases"10976msgstr "mostrar possíveis bases de integração"1097710978#: builtin/show-branch.c:65710979msgid "show refs unreachable from any other ref"10980msgstr "mostrar referências inalcançáveis a partir de outras referências"1098110982#: builtin/show-branch.c:65910983msgid "show commits in topological order"10984msgstr "mostrar commits em ordem topológica"1098510986#: builtin/show-branch.c:66210987msgid "show only commits not on the first branch"10988msgstr "mostrar apenas commits não presentes no primeiro ramo"1098910990#: builtin/show-branch.c:66410991msgid "show merges reachable from only one tip"10992msgstr "mostrar integrações alcançáveis a partir duma única ponta"1099310994#: builtin/show-branch.c:66610995msgid "topologically sort, maintaining date order where possible"10996msgstr ""10997"ordenar topologicamente, mantendo a ordenação por data sempre que possível"1099810999#: builtin/show-branch.c:66911000msgid "<n>[,<base>]"11001msgstr "<n>[,<base>]"1100211003#: builtin/show-branch.c:67011004msgid "show <n> most recent ref-log entries starting at base"11005msgstr "mostrar as <n> entradas de ref-log mais recente a partir da base"1100611007#: builtin/show-ref.c:1011008msgid ""11009"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"11010"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"11011msgstr ""11012"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | "11013"--hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<padrão>...]"1101411015#: builtin/show-ref.c:1111016msgid "git show-ref --exclude-existing[=<pattern>]"11017msgstr "git show-ref --exclude-existing[=<padrão>]"1101811019#: builtin/show-ref.c:16511020msgid "only show tags (can be combined with heads)"11021msgstr "mostrar apenas tags (pode ser combinado com heads)"1102211023#: builtin/show-ref.c:16611024msgid "only show heads (can be combined with tags)"11025msgstr "mostrar apenas cabeças (pode ser combinado com tags)"1102611027#: builtin/show-ref.c:16711028msgid "stricter reference checking, requires exact ref path"11029msgstr ""11030"verificação de referências mais rigorosa, requer o caminho exato da "11031"referência"1103211033#: builtin/show-ref.c:170 builtin/show-ref.c:17211034msgid "show the HEAD reference, even if it would be filtered out"11035msgstr "mostrar a referência HEAD, mesmo que fosse filtrada"1103611037#: builtin/show-ref.c:17411038msgid "dereference tags into object IDs"11039msgstr "desreferenciar tags em IDs de objeto"1104011041#: builtin/show-ref.c:17611042msgid "only show SHA1 hash using <n> digits"11043msgstr "mostrar hash SHA1 com <n> digitos"1104411045#: builtin/show-ref.c:18011046msgid "do not print results to stdout (useful with --verify)"11047msgstr "não imprimir resultados para o stdout (útil com --verify)"1104811049#: builtin/show-ref.c:18211050msgid "show refs from stdin that aren't in local repository"11051msgstr "mostrar referências do stdin que não estão no repositório local"1105211053#: builtin/stripspace.c:1711054msgid "git stripspace [-s | --strip-comments]"11055msgstr "git stripspace [-s | --strip-comments]"1105611057#: builtin/stripspace.c:1811058msgid "git stripspace [-c | --comment-lines]"11059msgstr "git stripspace [-c | --comment-lines]"1106011061#: builtin/stripspace.c:3511062msgid "skip and remove all lines starting with comment character"11063msgstr ""11064"ignorar e remover todas as linhas começadas com um carácter de comentário"1106511066#: builtin/stripspace.c:3811067msgid "prepend comment character and space to each line"11068msgstr "preceder cada linha com um carácter de comentário e um espaço"1106911070#: builtin/submodule--helper.c:2411071#, c-format11072msgid "No such ref: %s"11073msgstr "Referência inexistente: %s"1107411075#: builtin/submodule--helper.c:3111076#, c-format11077msgid "Expecting a full ref name, got %s"11078msgstr "Esperava-se um nome completo de uma referência, obteve-se %s"1107911080#: builtin/submodule--helper.c:7111081#, c-format11082msgid "cannot strip one component off url '%s'"11083msgstr "não é possível tirar um componente do URL '%s'"1108411085#: builtin/submodule--helper.c:278 builtin/submodule--helper.c:40511086#: builtin/submodule--helper.c:48611087msgid "alternative anchor for relative paths"11088msgstr "âncora alternativa para caminhos relativos"1108911090#: builtin/submodule--helper.c:28311091msgid "git submodule--helper list [--prefix=<path>] [<path>...]"11092msgstr "git submodule--helper list [--prefix=<caminho>] [<caminho>...]"1109311094#: builtin/submodule--helper.c:326 builtin/submodule--helper.c:34011095#, c-format11096msgid "No url found for submodule path '%s' in .gitmodules"11097msgstr "Nenhum URL encontrado para o caminho de submódulo '%s' em .gitmodules"1109811099#: builtin/submodule--helper.c:36611100#, c-format11101msgid "Failed to register url for submodule path '%s'"11102msgstr "Falha ao registar o URL do caminho de submódulo '%s'"1110311104#: builtin/submodule--helper.c:37011105#, c-format11106msgid "Submodule '%s' (%s) registered for path '%s'\n"11107msgstr "Submódulo '%s' (%s) registado com caminho '%s'\n"1110811109#: builtin/submodule--helper.c:38011110#, c-format11111msgid "warning: command update mode suggested for submodule '%s'\n"11112msgstr "aviso: modo de atualização do comando sugerido para o submódulo '%s'\n"1111311114#: builtin/submodule--helper.c:38711115#, c-format11116msgid "Failed to register update mode for submodule path '%s'"11117msgstr "Falha ao registar o modo de atualização do caminho de submódulo '%s'"1111811119#: builtin/submodule--helper.c:40611120msgid "Suppress output for initializing a submodule"11121msgstr "Suprimir a saída ao inicializar um submódulo"1112211123#: builtin/submodule--helper.c:41111124msgid "git submodule--helper init [<path>]"11125msgstr "git submodule--helper init [<caminho>]"1112611127#: builtin/submodule--helper.c:43211128msgid "git submodule--helper name <path>"11129msgstr "git submodule--helper name <caminho>"1113011131#: builtin/submodule--helper.c:43811132#, c-format11133msgid "no submodule mapping found in .gitmodules for path '%s'"11134msgstr ""11135"nenhum mapeamento de submódulo do caminho '%s' encontrado em .gitmodules"1113611137#: builtin/submodule--helper.c:48911138msgid "where the new submodule will be cloned to"11139msgstr "sítio para aonde o novo submódulo será clonado"1114011141#: builtin/submodule--helper.c:49211142msgid "name of the new submodule"11143msgstr "nome do novo submódulo"1114411145#: builtin/submodule--helper.c:49511146msgid "url where to clone the submodule from"11147msgstr "url donde clonar o submódulos"1114811149#: builtin/submodule--helper.c:50111150msgid "depth for shallow clones"11151msgstr "profundidade de clones rasos"1115211153#: builtin/submodule--helper.c:50711154msgid ""11155"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "11156"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"11157msgstr ""11158"git submodule--helper clone [--prefix=<caminho>] [--quiet] [--reference "11159"<repositório>] [--name <nome>] [--depth <depth>] --url <url> --path <caminho>"1116011161#: builtin/submodule--helper.c:532 builtin/submodule--helper.c:53811162#, c-format11163msgid "could not create directory '%s'"11164msgstr "não foi possível criar o diretório '%s'"1116511166#: builtin/submodule--helper.c:53411167#, c-format11168msgid "clone of '%s' into submodule path '%s' failed"11169msgstr "falha ao clonar '%s' no caminho de submódulo '%s'"1117011171#: builtin/submodule--helper.c:55011172#, c-format11173msgid "cannot open file '%s'"11174msgstr "não é possível abrir o ficheiro '%s'"1117511176#: builtin/submodule--helper.c:55511177#, c-format11178msgid "could not close file %s"11179msgstr "não é possível fechar o ficheiro %s"1118011181#: builtin/submodule--helper.c:56211182#, c-format11183msgid "could not get submodule directory for '%s'"11184msgstr "não foi possível obter o diretório do submódulo de '%s'"1118511186#: builtin/submodule--helper.c:60911187#, c-format11188msgid "Submodule path '%s' not initialized"11189msgstr "Caminho de submódulo '%s' não inicializado"1119011191#: builtin/submodule--helper.c:61311192msgid "Maybe you want to use 'update --init'?"11193msgstr "Pretendia usar 'update --init'?"1119411195#: builtin/submodule--helper.c:63911196#, c-format11197msgid "Skipping unmerged submodule %s"11198msgstr "A ignorar submódulo %s não integrado"1119911200#: builtin/submodule--helper.c:66011201#, c-format11202msgid "Skipping submodule '%s'"11203msgstr "A ignorar submódulo '%s'"1120411205#: builtin/submodule--helper.c:76811206msgid "path into the working tree"11207msgstr "caminho para a árvore de trabalho"1120811209#: builtin/submodule--helper.c:77111210msgid "path into the working tree, across nested submodule boundaries"11211msgstr ""11212"caminho para a árvore de trabalho, atravessando limites de submódulos "11213"aninhados"1121411215#: builtin/submodule--helper.c:77511216msgid "rebase, merge, checkout or none"11217msgstr "rebase, merge, checkout ou none"1121811219#: builtin/submodule--helper.c:77911220msgid "Create a shallow clone truncated to the specified number of revisions"11221msgstr "criar um clone raso, truncado ao número especificado de revisões"1122211223#: builtin/submodule--helper.c:78211224msgid "parallel jobs"11225msgstr "trabalhos em paralelo"1122611227#: builtin/submodule--helper.c:78311228msgid "don't print cloning progress"11229msgstr "não imprimir progresso da clonagem"1123011231#: builtin/submodule--helper.c:78811232msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"11233msgstr "git submodule--helper update_clone [--prefix=<caminho>] [<caminho>...]"1123411235#: builtin/submodule--helper.c:79811236msgid "bad value for update parameter"11237msgstr "valor incorreto no parâmetro update"1123811239#: builtin/submodule--helper.c:85511240msgid "submodule--helper subcommand must be called with a subcommand"11241msgstr "o subcomando submodule--helper deve ser invocado com um subcomando"1124211243#: builtin/submodule--helper.c:86211244#, c-format11245msgid "'%s' is not a valid submodule--helper subcommand"11246msgstr "'%s' não é um subcomando válido de submodule--helper"1124711248#: builtin/symbolic-ref.c:711249msgid "git symbolic-ref [<options>] <name> [<ref>]"11250msgstr "git symbolic-ref [<opções>] <nome> [<referência>]"1125111252#: builtin/symbolic-ref.c:811253msgid "git symbolic-ref -d [-q] <name>"11254msgstr "git symbolic-ref -d [-q] <nome>"1125511256#: builtin/symbolic-ref.c:4011257msgid "suppress error message for non-symbolic (detached) refs"11258msgstr ""11259"suprimir mensagens de erro sobre referências não-simbólicas (destacadas)"1126011261#: builtin/symbolic-ref.c:4111262msgid "delete symbolic ref"11263msgstr "eliminar referências simbólicas"1126411265#: builtin/symbolic-ref.c:4211266msgid "shorten ref output"11267msgstr "encurtar a apresentação de referências"1126811269#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211270msgid "reason"11271msgstr "razão"1127211273#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211274msgid "reason of the update"11275msgstr "razão da atualização"1127611277#: builtin/tag.c:2311278msgid ""11279"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "11280"[<head>]"11281msgstr ""11282"git tag [-a | -s | -u <id-chave>] [-f] [-m <msg> | -F <ficheiro>] <nome-da-"11283"tag> [<head>]"1128411285#: builtin/tag.c:2411286msgid "git tag -d <tagname>..."11287msgstr "git tag -d <nome-da-tag>..."1128811289#: builtin/tag.c:2511290msgid ""11291"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"11292"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"11293msgstr ""11294"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <objeto>]\n"11295"\t\t[--format=<formato>] [--[no-]merged [<commit>]] [<padrão>...]"1129611297#: builtin/tag.c:2711298msgid "git tag -v <tagname>..."11299msgstr "git tag -v <nome-da-tag>..."1130011301#: builtin/tag.c:8111302#, c-format11303msgid "tag name too long: %.*s..."11304msgstr "o nome da tag é demasiado longo: %.*s..."1130511306#: builtin/tag.c:8611307#, c-format11308msgid "tag '%s' not found."11309msgstr "tag '%s' não encontrada."1131011311#: builtin/tag.c:10111312#, c-format11313msgid "Deleted tag '%s' (was %s)\n"11314msgstr "Tag '%s' eliminada (era %s)\n"1131511316#: builtin/tag.c:11711317#, c-format11318msgid ""11319"\n"11320"Write a message for tag:\n"11321" %s\n"11322"Lines starting with '%c' will be ignored.\n"11323msgstr ""11324"\n"11325"Escreva a mensagem da tag:\n"11326" %s\n"11327"Linha começadas com '%c' serão ignoradas.\n"1132811329#: builtin/tag.c:12111330#, c-format11331msgid ""11332"\n"11333"Write a message for tag:\n"11334" %s\n"11335"Lines starting with '%c' will be kept; you may remove them yourself if you "11336"want to.\n"11337msgstr ""11338"\n"11339"Escreva a mensagem da tag:\n"11340" %s\n"11341"Linhas começadas com '%c' serão mantidas; pode removê-las se o desejar.\n"1134211343#: builtin/tag.c:19911344msgid "unable to sign the tag"11345msgstr "não foi possível assinar a tag"1134611347#: builtin/tag.c:20111348msgid "unable to write tag file"11349msgstr "não foi possível escrever o ficheiro da tag"1135011351#: builtin/tag.c:22611352msgid "bad object type."11353msgstr "tipo de objeto incorreto."1135411355#: builtin/tag.c:23911356msgid "tag header too big."11357msgstr "cabeçalho da tag demasiado longo."1135811359#: builtin/tag.c:27511360msgid "no tag message?"11361msgstr "sem mensagem de tag?"1136211363#: builtin/tag.c:28111364#, c-format11365msgid "The tag message has been left in %s\n"11366msgstr "A mensagem da tag foi guardada em %s\n"1136711368#: builtin/tag.c:33911369msgid "list tag names"11370msgstr "listar os nomes das tag"1137111372#: builtin/tag.c:34111373msgid "print <n> lines of each tag message"11374msgstr "imprimir <n> linhas de cada mensagem de tag"1137511376#: builtin/tag.c:34311377msgid "delete tags"11378msgstr "eliminar tags"1137911380#: builtin/tag.c:34411381msgid "verify tags"11382msgstr "verificar tags"1138311384#: builtin/tag.c:34611385msgid "Tag creation options"11386msgstr "Opções de criação de tags"1138711388#: builtin/tag.c:34811389msgid "annotated tag, needs a message"11390msgstr "tag anotada, é necessário uma mensagem"1139111392#: builtin/tag.c:35011393msgid "tag message"11394msgstr "mensagem da tag"1139511396#: builtin/tag.c:35211397msgid "annotated and GPG-signed tag"11398msgstr "tag anotada e assinada com GPG"1139911400#: builtin/tag.c:35611401msgid "use another key to sign the tag"11402msgstr "usar outra chave para assinar a tag"1140311404#: builtin/tag.c:35711405msgid "replace the tag if exists"11406msgstr "substituir a tag se esta existir"1140711408#: builtin/tag.c:358 builtin/update-ref.c:36811409msgid "create a reflog"11410msgstr "criar um reflog"1141111412#: builtin/tag.c:36011413msgid "Tag listing options"11414msgstr "Opções de listagem de tags"1141511416#: builtin/tag.c:36111417msgid "show tag list in columns"11418msgstr "mostrar a lista de tags em colunas"1141911420#: builtin/tag.c:362 builtin/tag.c:36311421msgid "print only tags that contain the commit"11422msgstr "imprimir apenas tags que contenham o commit"1142311424#: builtin/tag.c:36411425msgid "print only tags that are merged"11426msgstr "imprimir apenas as tags que foram integradas"1142711428#: builtin/tag.c:36511429msgid "print only tags that are not merged"11430msgstr "imprimir apenas as tags que não foram integradas"1143111432#: builtin/tag.c:37011433msgid "print only tags of the object"11434msgstr "imprimir apenas as tags do objeto"1143511436#: builtin/tag.c:39911437msgid "--column and -n are incompatible"11438msgstr "--column e -n são incompatíveis"1143911440#: builtin/tag.c:41911441msgid "-n option is only allowed with -l."11442msgstr "a opção -n só é permitida com -l."1144311444#: builtin/tag.c:42111445msgid "--contains option is only allowed with -l."11446msgstr "a opção --contains só é permitida com -l."1144711448#: builtin/tag.c:42311449msgid "--points-at option is only allowed with -l."11450msgstr "a opção --points-at só é permitida com -l."1145111452#: builtin/tag.c:42511453msgid "--merged and --no-merged option are only allowed with -l"11454msgstr "as opções --merged e --no-merged só são permitidas com -l"1145511456#: builtin/tag.c:43311457msgid "only one -F or -m option is allowed."11458msgstr "só é permitido um opção -F ou -m."1145911460#: builtin/tag.c:45211461msgid "too many params"11462msgstr "demasiado parâmetros"1146311464#: builtin/tag.c:45811465#, c-format11466msgid "'%s' is not a valid tag name."11467msgstr "'%s' não é um nome de tag válido."1146811469#: builtin/tag.c:46311470#, c-format11471msgid "tag '%s' already exists"11472msgstr "a tag '%s' já existe"1147311474#: builtin/tag.c:49111475#, c-format11476msgid "Updated tag '%s' (was %s)\n"11477msgstr "Tag '%s' atualizada (era %s)\n"1147811479#: builtin/unpack-objects.c:49011480msgid "Unpacking objects"11481msgstr "A descompactar objetos"1148211483#: builtin/update-index.c:7911484#, c-format11485msgid "failed to create directory %s"11486msgstr "falha ao criar o diretório %s"1148711488#: builtin/update-index.c:8511489#, c-format11490msgid "failed to stat %s"11491msgstr "falha ao invocar stat de %s"1149211493#: builtin/update-index.c:9511494#, c-format11495msgid "failed to create file %s"11496msgstr "falha ao criar o ficheiro %s"1149711498#: builtin/update-index.c:10311499#, c-format11500msgid "failed to delete file %s"11501msgstr "falha ao eliminar o ficheiro %s"1150211503#: builtin/update-index.c:110 builtin/update-index.c:21211504#, c-format11505msgid "failed to delete directory %s"11506msgstr "falha ao eliminar o diretório %s"1150711508#: builtin/update-index.c:13311509#, c-format11510msgid "Testing mtime in '%s' "11511msgstr "A testar mtime em '%s' "1151211513#: builtin/update-index.c:14511514msgid "directory stat info does not change after adding a new file"11515msgstr ""11516"a informação de stat do diretório não mudou depois de adicionar um novo "11517"ficheiro"1151811519#: builtin/update-index.c:15811520msgid "directory stat info does not change after adding a new directory"11521msgstr ""11522"a informação de stat do diretório não mudou depois de adicionar um novo "11523"diretório"1152411525#: builtin/update-index.c:17111526msgid "directory stat info changes after updating a file"11527msgstr "a informação de stat mudou depois de atualizar um ficheiro"1152811529#: builtin/update-index.c:18211530msgid "directory stat info changes after adding a file inside subdirectory"11531msgstr ""11532"a informação de stat do diretório mudou depois de adicionar um ficheiro "11533"dentro dum subdiretório"1153411535#: builtin/update-index.c:19311536msgid "directory stat info does not change after deleting a file"11537msgstr ""11538"a informação de stat do diretório não mudou depois de eliminar um ficheiro"1153911540#: builtin/update-index.c:20611541msgid "directory stat info does not change after deleting a directory"11542msgstr ""11543"a informação de stat do diretório não mudou depois de eliminar um diretório"1154411545#: builtin/update-index.c:21311546msgid " OK"11547msgstr " OK"1154811549#: builtin/update-index.c:57511550msgid "git update-index [<options>] [--] [<file>...]"11551msgstr "git update-index [<opções>] [--] [<ficheiro>...]"1155211553#: builtin/update-index.c:93011554msgid "continue refresh even when index needs update"11555msgstr "continuar a refrescar mesmo quando o índice precise de ser atualizado"1155611557#: builtin/update-index.c:93311558msgid "refresh: ignore submodules"11559msgstr "refrescar: ignorar submódulos"1156011561#: builtin/update-index.c:93611562msgid "do not ignore new files"11563msgstr "não ignorar novos ficheiros"1156411565#: builtin/update-index.c:93811566msgid "let files replace directories and vice-versa"11567msgstr "deixar que os ficheiros substituam os diretórios e vice-versa"1156811569#: builtin/update-index.c:94011570msgid "notice files missing from worktree"11571msgstr "avisar sobre ficheiros que faltem na árvore de trabalho"1157211573#: builtin/update-index.c:94211574msgid "refresh even if index contains unmerged entries"11575msgstr "refrescar mesmo que o índice contenha entradas não integradas"1157611577#: builtin/update-index.c:94511578msgid "refresh stat information"11579msgstr "refrescar informação de stat"1158011581#: builtin/update-index.c:94911582msgid "like --refresh, but ignore assume-unchanged setting"11583msgstr "como --refresh, mas ignorar a definição assume-unchanged"1158411585#: builtin/update-index.c:95311586msgid "<mode>,<object>,<path>"11587msgstr "<modo>,<objeto>,<caminho>"1158811589#: builtin/update-index.c:95411590msgid "add the specified entry to the index"11591msgstr "adicionar o elemento especificado ao índice"1159211593#: builtin/update-index.c:95811594msgid "(+/-)x"11595msgstr "(+/-)x"1159611597#: builtin/update-index.c:95911598msgid "override the executable bit of the listed files"11599msgstr "substituir o bit executável dos ficheiros listados"1160011601#: builtin/update-index.c:96311602msgid "mark files as \"not changing\""11603msgstr "marcar ficheiros como \"não alterados\""1160411605#: builtin/update-index.c:96611606msgid "clear assumed-unchanged bit"11607msgstr "limpar o bit assumed-unchanged"1160811609#: builtin/update-index.c:96911610msgid "mark files as \"index-only\""11611msgstr "marcar ficheiros como \"únicos do índice\""1161211613#: builtin/update-index.c:97211614msgid "clear skip-worktree bit"11615msgstr "limpar o bit ignorar-árvore-de-trabalho"1161611617#: builtin/update-index.c:97511618msgid "add to index only; do not add content to object database"11619msgstr ""11620"só adicionar ao índice; não adicionar o conteúdo à base de dados de objetos"1162111622#: builtin/update-index.c:97711623msgid "remove named paths even if present in worktree"11624msgstr ""11625"remover os caminhos mencionado mesmo se estiverem presentes na árvore de "11626"trabalho"1162711628#: builtin/update-index.c:97911629msgid "with --stdin: input lines are terminated by null bytes"11630msgstr "com --stdin: as linhas da entrada são terminadas com bytes nulos"1163111632#: builtin/update-index.c:98111633msgid "read list of paths to be updated from standard input"11634msgstr "ler lista de caminho a atualizar da entrada padrão"1163511636#: builtin/update-index.c:98511637msgid "add entries from standard input to the index"11638msgstr "adicionar elementos da entrada padrão ao índice"1163911640#: builtin/update-index.c:98911641msgid "repopulate stages #2 and #3 for the listed paths"11642msgstr "repovoar as fases nº2 e nº3 dos caminhos listados"1164311644#: builtin/update-index.c:99311645msgid "only update entries that differ from HEAD"11646msgstr "atualizar apenas elementos que difiram de HEAD"1164711648#: builtin/update-index.c:99711649msgid "ignore files missing from worktree"11650msgstr "ignorar ficheiros não presentes na árvore de trabalho"1165111652#: builtin/update-index.c:100011653msgid "report actions to standard output"11654msgstr "mostrar ações na saída padrão"1165511656#: builtin/update-index.c:100211657msgid "(for porcelains) forget saved unresolved conflicts"11658msgstr ""11659"(para porcelanas) esquecer conflitos guardados que não foram resolvidos"1166011661#: builtin/update-index.c:100611662msgid "write index in this format"11663msgstr "escrever o índice neste formato"1166411665#: builtin/update-index.c:100811666msgid "enable or disable split index"11667msgstr "ativar ou desativar a divisão do índice"1166811669#: builtin/update-index.c:101011670msgid "enable/disable untracked cache"11671msgstr "ativar ou desativar cache não controlada"1167211673#: builtin/update-index.c:101211674msgid "test if the filesystem supports untracked cache"11675msgstr "testar se o sistema de ficheiros suporta cache não controlada"1167611677#: builtin/update-index.c:101411678msgid "enable untracked cache without testing the filesystem"11679msgstr "ativar cache não controlada sem testar o sistema de ficheiros"1168011681#: builtin/update-index.c:113411682msgid "Untracked cache disabled"11683msgstr "A cache não controlada está desativada"1168411685#: builtin/update-index.c:114611686#, c-format11687msgid "Untracked cache enabled for '%s'"11688msgstr "A cache não controlada de '%s' foi ativada."1168911690#: builtin/update-ref.c:911691msgid "git update-ref [<options>] -d <refname> [<old-val>]"11692msgstr "git update-ref [<opções>] -d <nome-da-referência> [<valor-antigo>]"1169311694#: builtin/update-ref.c:1011695msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11696msgstr ""11697"git update-ref [<opções>] <nome-da-referência> <novo-valor> [<valor-"11698"antigo>]"1169911700#: builtin/update-ref.c:1111701msgid "git update-ref [<options>] --stdin [-z]"11702msgstr "git update-ref [<opções>] --stdin [-z]"1170311704#: builtin/update-ref.c:36311705msgid "delete the reference"11706msgstr "eliminar a referência"1170711708#: builtin/update-ref.c:36511709msgid "update <refname> not the one it points to"11710msgstr ""11711"atualizar a referência <nome-da-referência>, e não a referência aponta por "11712"esta"1171311714#: builtin/update-ref.c:36611715msgid "stdin has NUL-terminated arguments"11716msgstr "os argumentos da entrada padrão terminam em NUL"1171711718#: builtin/update-ref.c:36711719msgid "read updates from stdin"11720msgstr "ler atualizações da entrada padrão"1172111722#: builtin/update-server-info.c:611723msgid "git update-server-info [--force]"11724msgstr "git update-server-info [--force]"1172511726#: builtin/update-server-info.c:1411727msgid "update the info files from scratch"11728msgstr "atualizar os ficheiros de informação do zero"1172911730#: builtin/verify-commit.c:1711731msgid "git verify-commit [-v | --verbose] <commit>..."11732msgstr "git verify-commit [-v | --verbose] <commit>..."1173311734#: builtin/verify-commit.c:7211735msgid "print commit contents"11736msgstr "imprimir conteúdo do commit"1173711738#: builtin/verify-commit.c:73 builtin/verify-tag.c:3511739msgid "print raw gpg status output"11740msgstr "imprimir informação do gpg em bruto"1174111742#: builtin/verify-pack.c:5411743msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11744msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."1174511746#: builtin/verify-pack.c:6411747msgid "verbose"11748msgstr "verboso"1174911750#: builtin/verify-pack.c:6611751msgid "show statistics only"11752msgstr "mostrar apenas estatísticas"1175311754#: builtin/verify-tag.c:1711755msgid "git verify-tag [-v | --verbose] <tag>..."11756msgstr "git verify-tag [-v | --verbose] <tag>..."1175711758#: builtin/verify-tag.c:3411759msgid "print tag contents"11760msgstr "imprimir conteúdo da tag"1176111762#: builtin/worktree.c:1511763msgid "git worktree add [<options>] <path> [<branch>]"11764msgstr "git worktree add [<opções>] <caminho> [<ramo>]"1176511766#: builtin/worktree.c:1611767msgid "git worktree prune [<options>]"11768msgstr "git worktree prune [<opções>]"1176911770#: builtin/worktree.c:1711771msgid "git worktree list [<options>]"11772msgstr "git worktree list [<opções>]"1177311774#: builtin/worktree.c:4011775#, c-format11776msgid "Removing worktrees/%s: not a valid directory"11777msgstr "A remover worktrees/%s: diretório inválido"1177811779#: builtin/worktree.c:4611780#, c-format11781msgid "Removing worktrees/%s: gitdir file does not exist"11782msgstr "A remover worktrees/%s: o ficheiro gitdir não existe"1178311784#: builtin/worktree.c:5111785#, c-format11786msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11787msgstr "A remover worktrees/%s: não é possível ler o ficheiro gitdir (%s)"1178811789#: builtin/worktree.c:6211790#, c-format11791msgid "Removing worktrees/%s: invalid gitdir file"11792msgstr "A remover worktrees/%s: ficheiro gitdir inválido"1179311794#: builtin/worktree.c:7811795#, c-format11796msgid "Removing worktrees/%s: gitdir file points to non-existent location"11797msgstr ""11798"A remover worktrees/%s: o ficheiro gitdir aponta para uma localização "11799"inexistente"1180011801#: builtin/worktree.c:11311802#, c-format11803msgid "failed to remove '%s'"11804msgstr "falha ao remover '%s'"1180511806#: builtin/worktree.c:20211807#, c-format11808msgid "'%s' already exists"11809msgstr "'%s' já existe"1181011811#: builtin/worktree.c:23411812#, c-format11813msgid "could not create directory of '%s'"11814msgstr "não foi possível criar o diretório de '%s'"1181511816#: builtin/worktree.c:27011817#, c-format11818msgid "Preparing %s (identifier %s)"11819msgstr "A preparar %s (identificador %s)"1182011821#: builtin/worktree.c:32211822msgid "checkout <branch> even if already checked out in other worktree"11823msgstr ""11824"extrair o <ramo> mesmo se já tenha sido extraído noutra árvore de trabalho"1182511826#: builtin/worktree.c:32411827msgid "create a new branch"11828msgstr "criar um novo ramo"1182911830#: builtin/worktree.c:32611831msgid "create or reset a branch"11832msgstr "criar ou repor um ramo"1183311834#: builtin/worktree.c:32711835msgid "detach HEAD at named commit"11836msgstr "destacar HEAD no commit indicado"1183711838#: builtin/worktree.c:32811839msgid "populate the new working tree"11840msgstr "povoar a nova árvore de trabalho"1184111842#: builtin/worktree.c:33611843msgid "-b, -B, and --detach are mutually exclusive"11844msgstr "-b, -B e --detach são mutuamente exclusivos"1184511846#: builtin/write-tree.c:1311847msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11848msgstr "git write-tree [--missing-ok] [--prefix=<prefixo>/]"1184911850#: builtin/write-tree.c:2611851msgid "<prefix>/"11852msgstr "<prefixo>/"1185311854#: builtin/write-tree.c:2711855msgid "write tree object for a subdirectory <prefix>"11856msgstr "escrever objeto árvore do subdiretório <prefixo>"1185711858#: builtin/write-tree.c:3011859msgid "only useful for debugging"11860msgstr "apenas útil para depuração"1186111862#: credential-cache--daemon.c:27111863msgid "print debugging messages to stderr"11864msgstr "imprimir mensagens de depuração no stderr"1186511866#: git.c:1411867msgid ""11868"'git help -a' and 'git help -g' list available subcommands and some\n"11869"concept guides. See 'git help <command>' or 'git help <concept>'\n"11870"to read about a specific subcommand or concept."11871msgstr ""11872"'git help -a' e 'git help -g' listam os subcomandos disponíveis e alguns\n"11873"guias de conceitos. Consulte 'git help <comando>' ou 'git help <conceito>'\n"11874"para ler sobre um subcomando ou conceito específico."1187511876#: http.c:32211877msgid "Public key pinning not supported with cURL < 7.44.0"11878msgstr "Não é suportado afixar chaves públicas com cURL < 7.44.0"1187911880#: common-cmds.h:911881msgid "start a working area (see also: git help tutorial)"11882msgstr "iniciar uma área de trabalho (consulte também: git help tutorial)"1188311884#: common-cmds.h:1011885msgid "work on the current change (see also: git help everyday)"11886msgstr "trabalhar na alteração atual (consulte também: git help everyday)"1188711888#: common-cmds.h:1111889msgid "examine the history and state (see also: git help revisions)"11890msgstr "examinar o histórico e estado (consulte também: git help revisions)"1189111892#: common-cmds.h:1211893msgid "grow, mark and tweak your common history"11894msgstr "aumentar, marcar e ajustar o seu histórico comum"1189511896#: common-cmds.h:1311897msgid "collaborate (see also: git help workflows)"11898msgstr "colaborar (consulte também: git help workflows)"1189911900#: common-cmds.h:1711901msgid "Add file contents to the index"11902msgstr "Adicionar conteúdos de ficheiros ao índice"1190311904#: common-cmds.h:1811905msgid "Use binary search to find the commit that introduced a bug"11906msgstr "Use procura binário para encontrar o commit que introduziu um bug"1190711908#: common-cmds.h:1911909msgid "List, create, or delete branches"11910msgstr "Listar, criar ou eliminar ramos"1191111912#: common-cmds.h:2011913msgid "Switch branches or restore working tree files"11914msgstr "Mudar de ramos ou restaurar os ficheiros da árvore de trabalho"1191511916#: common-cmds.h:2111917msgid "Clone a repository into a new directory"11918msgstr "Clonar um repositório num novo diretório"1191911920#: common-cmds.h:2211921msgid "Record changes to the repository"11922msgstr "Gravar alterações no repositório"1192311924#: common-cmds.h:2311925msgid "Show changes between commits, commit and working tree, etc"11926msgstr ""11927"Mostrar alterações entre commits, entre commit e árvore de trabalho, etc"1192811929#: common-cmds.h:2411930msgid "Download objects and refs from another repository"11931msgstr "Transferir objetos e referências doutro repositório"1193211933#: common-cmds.h:2511934msgid "Print lines matching a pattern"11935msgstr "Imprimir linhas que correspondam a um padrão"1193611937#: common-cmds.h:2611938msgid "Create an empty Git repository or reinitialize an existing one"11939msgstr "Criar um repositório Git vazio ou reinicializar um já existente"1194011941#: common-cmds.h:2711942msgid "Show commit logs"11943msgstr "Mostrar histórico de commits"1194411945#: common-cmds.h:2811946msgid "Join two or more development histories together"11947msgstr "Juntar duas ou mais histórias de desenvolvimento numa só"1194811949#: common-cmds.h:2911950msgid "Move or rename a file, a directory, or a symlink"11951msgstr "Mover ou mudar o nome de um ficheiro, diretório ou ligação simbólica"1195211953#: common-cmds.h:3011954msgid "Fetch from and integrate with another repository or a local branch"11955msgstr "Obter e integrar com outro repositório ou outro ramo local"1195611957#: common-cmds.h:3111958msgid "Update remote refs along with associated objects"11959msgstr "Atualizar referências remotas juntamente com objetos associados"1196011961#: common-cmds.h:3211962msgid "Reapply commits on top of another base tip"11963msgstr "Reaplicar commits no topo de outra base"1196411965#: common-cmds.h:3311966msgid "Reset current HEAD to the specified state"11967msgstr "Repor a HEAD atual no estado especificado"1196811969#: common-cmds.h:3411970msgid "Remove files from the working tree and from the index"11971msgstr "Remover ficheiros da árvore de trabalho e do índice"1197211973#: common-cmds.h:3511974msgid "Show various types of objects"11975msgstr "Mostrar vários tipos objetos"1197611977#: common-cmds.h:3611978msgid "Show the working tree status"11979msgstr "Mostrar o estado da árvores de trabalho"1198011981#: common-cmds.h:3711982msgid "Create, list, delete or verify a tag object signed with GPG"11983msgstr "Criar, listar, eliminar ou verificar um objeto tag assinado com GPG"1198411985#: parse-options.h:14511986msgid "expiry-date"11987msgstr "data-de-validade"1198811989#: parse-options.h:16011990msgid "no-op (backward compatibility)"11991msgstr "sem-ação (retrocompatibilidade)"1199211993#: parse-options.h:23711994msgid "be more verbose"11995msgstr "ser mais verboso"1199611997#: parse-options.h:23911998msgid "be more quiet"11999msgstr "ser mais silencioso"1200012001#: parse-options.h:24512002msgid "use <n> digits to display SHA-1s"12003msgstr "usar <n> dígitos para mostrar SHA-1s"1200412005#: rerere.h:4012006msgid "update the index with reused conflict resolution if possible"12007msgstr ""12008"atualizar o índice com resoluções de conflitos reutilizadas se possível"1200912010#: git-bisect.sh:5512011msgid "You need to start by \"git bisect start\""12012msgstr "Deve começar por executar \"git bisect start\""1201312014#. TRANSLATORS: Make sure to include [Y] and [n] in your12015#. translation. The program will only accept English input12016#. at this point.12017#: git-bisect.sh:6112018msgid "Do you want me to do it for you [Y/n]? "12019msgstr "Quer que o Git o faça por si [Y/n]? "1202012021#: git-bisect.sh:12212022#, sh-format12023msgid "unrecognised option: '$arg'"12024msgstr "opção não reconhecida: '$arg'"1202512026#: git-bisect.sh:12612027#, sh-format12028msgid "'$arg' does not appear to be a valid revision"12029msgstr "'$arg' não parecer ser uma revisão válida"1203012031#: git-bisect.sh:15512032msgid "Bad HEAD - I need a HEAD"12033msgstr "HEAD incorreta - é necessário uma HEAD"1203412035#: git-bisect.sh:16812036#, sh-format12037msgid ""12038"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."12039msgstr "Falha ao extrair '$start_head'. Tente 'git bisect reset <ramo-válido>'."1204012041#: git-bisect.sh:17812042msgid "won't bisect on cg-seek'ed tree"12043msgstr "não é possível bissetar numa árvore \"cg-seek'ed\""1204412045#: git-bisect.sh:18212046msgid "Bad HEAD - strange symbolic ref"12047msgstr "HEAD incorreta - referência simbólica desconhecida"1204812049#: git-bisect.sh:23412050#, sh-format12051msgid "Bad bisect_write argument: $state"12052msgstr "Argumento de bisect_write incorreto: $state"1205312054#: git-bisect.sh:26312055#, sh-format12056msgid "Bad rev input: $arg"12057msgstr "Revisão incorreta na entrada: $arg"1205812059#: git-bisect.sh:27812060msgid "Please call 'bisect_state' with at least one argument."12061msgstr "Invoque 'bisect_state' com pelo menos um argumento."1206212063#: git-bisect.sh:29012064#, sh-format12065msgid "Bad rev input: $rev"12066msgstr "Revisão incorreta na entrada: $rev"1206712068#: git-bisect.sh:29912069#, sh-format12070msgid "'git bisect $TERM_BAD' can take only one argument."12071msgstr "'git bisect $TERM_BAD' só leva um argumento."1207212073#: git-bisect.sh:32212074#, sh-format12075msgid "Warning: bisecting only with a $TERM_BAD commit."12076msgstr "Aviso: a bissetar só com um commit $TERM_BAD."1207712078#. TRANSLATORS: Make sure to include [Y] and [n] in your12079#. translation. The program will only accept English input12080#. at this point.12081#: git-bisect.sh:32812082msgid "Are you sure [Y/n]? "12083msgstr "Tem a certeza [Y/n]? "1208412085#: git-bisect.sh:34012086#, sh-format12087msgid ""12088"You need to give me at least one $bad_syn and one $good_syn revision.\n"12089"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"12090msgstr ""12091"Deve indicar pelo menos uma revisão $bad_syn e uma revisão $good_syn.\n"12092"(Pode usar \"git bisect $bad_syn\" e \"git bisect $good_syn\" para esse fim.)"1209312094#: git-bisect.sh:34312095#, sh-format12096msgid ""12097"You need to start by \"git bisect start\".\n"12098"You then need to give me at least one $good_syn and one $bad_syn revision.\n"12099"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"12100msgstr ""12101"Deve começar por executar \"git bisect start\".\n"12102"Indique pelo menos uma revisão $good_syn e uma revisão $bad_syn.\n"12103"(Pode usar \"git bisect $bad_syn\" e \"git bisect $good_syn\" para esse fim.)"1210412105#: git-bisect.sh:414 git-bisect.sh:54612106msgid "We are not bisecting."12107msgstr "Não se está a bissetar."1210812109#: git-bisect.sh:42112110#, sh-format12111msgid "'$invalid' is not a valid commit"12112msgstr "'$invalid' não é um commit válido"1211312114#: git-bisect.sh:43012115#, sh-format12116msgid ""12117"Could not check out original HEAD '$branch'.\n"12118"Try 'git bisect reset <commit>'."12119msgstr ""12120"Não foi possível extrair a HEAD original de '$branch'.\n"12121"Tente 'git bisect reset <commit>'."1212212123#: git-bisect.sh:45812124msgid "No logfile given"12125msgstr "Nenhum ficheiro de log fornecido"1212612127#: git-bisect.sh:45912128#, sh-format12129msgid "cannot read $file for replaying"12130msgstr "não é possível ler $file para reproduzir"1213112132#: git-bisect.sh:48012133msgid "?? what are you talking about?"12134msgstr "?? do que é que está a falar?"1213512136#: git-bisect.sh:49212137#, sh-format12138msgid "running $command"12139msgstr "a executar $command"1214012141#: git-bisect.sh:49912142#, sh-format12143msgid ""12144"bisect run failed:\n"12145"exit code $res from '$command' is < 0 or >= 128"12146msgstr ""12147"falha ao bissetar:\n"12148"código de saída $res de '$command' é < 0 ou >= 128"1214912150#: git-bisect.sh:52512151msgid "bisect run cannot continue any more"12152msgstr "não é possível continuar a bissetar"1215312154#: git-bisect.sh:53112155#, sh-format12156msgid ""12157"bisect run failed:\n"12158"'bisect_state $state' exited with error code $res"12159msgstr ""12160"falha ao bissetar:\n"12161"'bisect_state $state' retornou com o código de erro $res"1216212163#: git-bisect.sh:53812164msgid "bisect run success"12165msgstr "bissecção concluída com sucesso"1216612167#: git-bisect.sh:56512168msgid "please use two different terms"12169msgstr "use dois termos diferentes"1217012171#: git-bisect.sh:57512172#, sh-format12173msgid "'$term' is not a valid term"12174msgstr "'$term' não é um termo válido"1217512176#: git-bisect.sh:57812177#, sh-format12178msgid "can't use the builtin command '$term' as a term"12179msgstr "não é possível usar o comando '$term' como um termo"1218012181#: git-bisect.sh:587 git-bisect.sh:59312182#, sh-format12183msgid "can't change the meaning of term '$term'"12184msgstr "não é possível alterar o significado do termo '$term'"1218512186#: git-bisect.sh:60612187#, sh-format12188msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."12189msgstr ""12190"Comando inválido: está-se a bissetar usando os termos $TERM_BAD/$TERM_GOOD."1219112192#: git-bisect.sh:63612193msgid "no terms defined"12194msgstr "nenhum termo definido"1219512196#: git-bisect.sh:65312197#, sh-format12198msgid ""12199"invalid argument $arg for 'git bisect terms'.\n"12200"Supported options are: --term-good|--term-old and --term-bad|--term-new."12201msgstr ""12202"argumento inválido $arg de 'git bisect terms'.\n"12203"Opções suportadas: --term-good|--term-old e --term-bad|--term-new."1220412205#: git-rebase.sh:5712206msgid ""12207"When you have resolved this problem, run \"git rebase --continue\".\n"12208"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"12209"To check out the original branch and stop rebasing, run \"git rebase --abort"12210"\"."12211msgstr ""12212"Depois de resolver este problema, execute \"git rebase --continue\".\n"12213"Se prefere ignorar este patch, execute \"git rebase --skip\".\n"12214"Para extrair o ramo original e interromper o rebase, execute \"git rebase --"12215"abort\"."1221612217#: git-rebase.sh:16812218msgid "Applied autostash."12219msgstr "Pilha automática (autostash) aplicada."1222012221#: git-rebase.sh:17112222#, sh-format12223msgid "Cannot store $stash_sha1"12224msgstr "Não é possível guardar $stash_sha1"1222512226#: git-rebase.sh:17212227msgid ""12228"Applying autostash resulted in conflicts.\n"12229"Your changes are safe in the stash.\n"12230"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"12231msgstr ""12232"Surgiram conflitos ao aplicar a pilha automática (autostash).\n"12233"As suas alterações estão guardadas na pilha.\n"12234"Pode executar \"git stash pop\" ou \"git stash drop\" oportunamente.\n"1223512236#: git-rebase.sh:21112237msgid "The pre-rebase hook refused to rebase."12238msgstr "Rebase recusado pelo hook pre-rebase."1223912240#: git-rebase.sh:21612241msgid "It looks like git-am is in progress. Cannot rebase."12242msgstr "Parece que o git-am está em curso. Não é possível efetuar rebase."1224312244#: git-rebase.sh:35712245msgid "No rebase in progress?"12246msgstr "Rebase não está em curso?"1224712248#: git-rebase.sh:36812249msgid "The --edit-todo action can only be used during interactive rebase."12250msgstr "A ação --edit-todo só pode ser usada durante um rebase interativo."1225112252#: git-rebase.sh:37512253msgid "Cannot read HEAD"12254msgstr "Não é possível ler HEAD"1225512256#: git-rebase.sh:37812257msgid ""12258"You must edit all merge conflicts and then\n"12259"mark them as resolved using git add"12260msgstr ""12261"Deve editar todos os conflitos da integração\n"12262"e marcá-los como resolvidos usando git add"1226312264#: git-rebase.sh:39612265#, sh-format12266msgid "Could not move back to $head_name"12267msgstr "Não foi possível voltar para $head_name"1226812269#: git-rebase.sh:41512270#, sh-format12271msgid ""12272"It seems that there is already a $state_dir_base directory, and\n"12273"I wonder if you are in the middle of another rebase. If that is the\n"12274"case, please try\n"12275"\t$cmd_live_rebase\n"12276"If that is not the case, please\n"12277"\t$cmd_clear_stale_rebase\n"12278"and run me again. I am stopping in case you still have something\n"12279"valuable there."12280msgstr ""12281"Parece que já existe um diretório $state_dir_base e\n"12282"é possível que outro processo de rebase já esteja em curso.\n"12283"Se for o caso, tente\n"12284"\t$cmd_live_rebase\n"12285"Se não for o caso,\n"12286"\t$cmd_clear_stale_rebase\n"12287"e execute o comando de novo. A execução foi interrompida no caso de\n"12288"ainda ter algo importante nesse sítio."1228912290#: git-rebase.sh:46612291#, sh-format12292msgid "invalid upstream $upstream_name"12293msgstr "$upstream_name a montante inválido"1229412295#: git-rebase.sh:49012296#, sh-format12297msgid "$onto_name: there are more than one merge bases"12298msgstr "$onto_name: há mais do que uma base de integração"1229912300#: git-rebase.sh:493 git-rebase.sh:49712301#, sh-format12302msgid "$onto_name: there is no merge base"12303msgstr "$onto_name: não há nenhuma base de integração"1230412305#: git-rebase.sh:50212306#, sh-format12307msgid "Does not point to a valid commit: $onto_name"12308msgstr "Não aponta para um commit válido: $onto_name"1230912310#: git-rebase.sh:52512311#, sh-format12312msgid "fatal: no such branch: $branch_name"12313msgstr "fatal: ramo inexistente: $branch_name"1231412315#: git-rebase.sh:55812316msgid "Cannot autostash"12317msgstr "Não é possível empilhar automaticamente (autostash)"1231812319#: git-rebase.sh:56312320#, sh-format12321msgid "Created autostash: $stash_abbrev"12322msgstr "Pilha automática (autostash) criada: $stash_abbrev"1232312324#: git-rebase.sh:56712325msgid "Please commit or stash them."12326msgstr "Submeta ou empilhe-as (stash)."1232712328#: git-rebase.sh:58712329#, sh-format12330msgid "Current branch $branch_name is up to date."12331msgstr "O ramo atual $branch_name está atualizado."1233212333#: git-rebase.sh:59112334#, sh-format12335msgid "Current branch $branch_name is up to date, rebase forced."12336msgstr "O ramo atual $branch_name está atualizado, rebase forçado."1233712338#: git-rebase.sh:60212339#, sh-format12340msgid "Changes from $mb to $onto:"12341msgstr "Alterações de $mb para $onto:"1234212343#: git-rebase.sh:61112344msgid "First, rewinding head to replay your work on top of it..."12345msgstr ""12346"Primeiro, a recuar a cabeça para replicar as suas alterações no topo desta..."1234712348#: git-rebase.sh:62112349#, sh-format12350msgid "Fast-forwarded $branch_name to $onto_name."12351msgstr "$branch_name avançado rapidamente para $onto_name."1235212353#: git-stash.sh:5112354msgid "git stash clear with parameters is unimplemented"12355msgstr "não está implementado git stash clear com parâmetros"1235612357#: git-stash.sh:7412358msgid "You do not have the initial commit yet"12359msgstr "O commit inicial ainda não existe"1236012361#: git-stash.sh:8912362msgid "Cannot save the current index state"12363msgstr "Não é possível guardar o estado atual do índice"1236412365#: git-stash.sh:124 git-stash.sh:13712366msgid "Cannot save the current worktree state"12367msgstr "Não é possível guardar o estado atual da árvore de trabalho"1236812369#: git-stash.sh:14112370msgid "No changes selected"12371msgstr "Nenhuma alteração selecionada"1237212373#: git-stash.sh:14412374msgid "Cannot remove temporary index (can't happen)"12375msgstr "Não é possível remover o índice temporário (não pode acontecer)"1237612377#: git-stash.sh:15712378msgid "Cannot record working tree state"12379msgstr "Não é possível gravar o estado da árvore de trabalho"1238012381#: git-stash.sh:18912382#, sh-format12383msgid "Cannot update $ref_stash with $w_commit"12384msgstr "Não é possível atualizar $ref_stash com $w_commit"1238512386#. TRANSLATORS: $option is an invalid option, like12387#. `--blah-blah'. The 7 spaces at the beginning of the12388#. second line correspond to "error: ". So you should line12389#. up the second line with however many characters the12390#. translation of "error: " takes in your language. E.g. in12391#. English this is:12392#.12393#. $ git stash save --blah-blah 2>&1 | head -n 212394#. error: unknown option for 'stash save': --blah-blah12395#. To provide a message, use git stash save -- '--blah-blah'12396#: git-stash.sh:23912397#, sh-format12398msgid ""12399"error: unknown option for 'stash save': $option\n"12400" To provide a message, use git stash save -- '$option'"12401msgstr ""12402"erro: opção desconhecida de 'stash save': $option\n"12403" Para fornecer uma mensagem, use git stash save -- '$option'"1240412405#: git-stash.sh:26012406msgid "No local changes to save"12407msgstr "Não há alterações locais para guardar"1240812409#: git-stash.sh:26412410msgid "Cannot initialize stash"12411msgstr "Não é possível inicializar a pilha"1241212413#: git-stash.sh:26812414msgid "Cannot save the current status"12415msgstr "Não é possível guardar o estado atual"1241612417#: git-stash.sh:28612418msgid "Cannot remove worktree changes"12419msgstr "Não é possível remover as alterações da árvore de trabalho"1242012421#: git-stash.sh:40512422#, sh-format12423msgid "unknown option: $opt"12424msgstr "opção desconhecido: $opt"1242512426#: git-stash.sh:41512427msgid "No stash found."12428msgstr "Nenhuma pilha encontrada."1242912430#: git-stash.sh:42212431#, sh-format12432msgid "Too many revisions specified: $REV"12433msgstr "Demasiadas revisões especificadas: $REV"1243412435#: git-stash.sh:42812436#, sh-format12437msgid "$reference is not a valid reference"12438msgstr "$reference não é uma referência válida"1243912440#: git-stash.sh:45612441#, sh-format12442msgid "'$args' is not a stash-like commit"12443msgstr "'$args' não é um commit semelhante a pilha"1244412445#: git-stash.sh:46712446#, sh-format12447msgid "'$args' is not a stash reference"12448msgstr "'$args' não é uma referência de pilha"1244912450#: git-stash.sh:47512451msgid "unable to refresh index"12452msgstr "não foi possível refrescar o índice"1245312454#: git-stash.sh:47912455msgid "Cannot apply a stash in the middle of a merge"12456msgstr "Não é possível aplicar uma pilha durante uma integração"1245712458#: git-stash.sh:48712459msgid "Conflicts in index. Try without --index."12460msgstr "Conflitos no índice. Tente sem --index."1246112462#: git-stash.sh:48912463msgid "Could not save index tree"12464msgstr "Não foi possível guardar árvore do índice"1246512466#: git-stash.sh:52312467msgid "Cannot unstage modified files"12468msgstr "Não é possível despreparar os ficheiros modificado"1246912470#: git-stash.sh:53812471msgid "Index was not unstashed."12472msgstr "O índice não foi reposto."1247312474#: git-stash.sh:56112475#, sh-format12476msgid "Dropped ${REV} ($s)"12477msgstr "A descartar ${REV} ($s)"1247812479#: git-stash.sh:56212480#, sh-format12481msgid "${REV}: Could not drop stash entry"12482msgstr "${REV}: Não foi possível descartar elemento da pilha"1248312484#: git-stash.sh:57012485msgid "No branch name specified"12486msgstr "Nenhum nome de ramo especificado"1248712488#: git-stash.sh:64212489msgid "(To restore them type \"git stash apply\")"12490msgstr "(Para os restaurar execute \"git stash apply\")"1249112492#: git-submodule.sh:21912493msgid "Relative path can only be used from the toplevel of the working tree"12494msgstr ""12495"Os caminhos relativos só podem ser usados a partir do topo da árvore de "12496"trabalho"1249712498#: git-submodule.sh:22912499#, sh-format12500msgid "repo URL: '$repo' must be absolute or begin with ./|../"12501msgstr "URL do repositório: '$repo' deve ser absoluto ou começar com ./|../"1250212503#: git-submodule.sh:24612504#, sh-format12505msgid "'$sm_path' already exists in the index"12506msgstr "'$sm_path' já existe no índice"1250712508#: git-submodule.sh:25012509#, sh-format12510msgid ""12511"The following path is ignored by one of your .gitignore files:\n"12512"$sm_path\n"12513"Use -f if you really want to add it."12514msgstr ""12515"O seguinte caminho foi ignorado por um ficheiro .gitignore:\n"12516"$sm_path\n"12517"Use -f se pretende mesmo adicioná-lo."1251812519#: git-submodule.sh:26812520#, sh-format12521msgid "Adding existing repo at '$sm_path' to the index"12522msgstr "A adicionar repositório existente em '$sm_path' ao índice"1252312524#: git-submodule.sh:27012525#, sh-format12526msgid "'$sm_path' already exists and is not a valid git repo"12527msgstr "'$sm_path' já existe e não é uma repositório git válido"1252812529#: git-submodule.sh:27812530#, sh-format12531msgid "A git directory for '$sm_name' is found locally with remote(s):"12532msgstr ""12533"Um diretório git de '$sm_name' foi encontrado localmente com os remotos:"1253412535#: git-submodule.sh:28012536#, sh-format12537msgid ""12538"If you want to reuse this local git directory instead of cloning again from"12539msgstr ""12540"Se deseja reutilizar este diretório git local em vez de clonar de novo de"1254112542#: git-submodule.sh:28212543#, sh-format12544msgid ""12545"use the '--force' option. If the local git directory is not the correct repo"12546msgstr ""12547"use a opção '--force'. Se o diretório git local não é o repositório correto"1254812549#: git-submodule.sh:28312550#, sh-format12551msgid ""12552"or you are unsure what this means choose another name with the '--name' "12553"option."12554msgstr ""12555"ou se não tem a certeza do que isto significa, escolha outro nome com a "12556"opção '--name'."1255712558#: git-submodule.sh:28512559#, sh-format12560msgid "Reactivating local git directory for submodule '$sm_name'."12561msgstr "A reativar o diretório git local do submódulo '$sm_name'."1256212563#: git-submodule.sh:29712564#, sh-format12565msgid "Unable to checkout submodule '$sm_path'"12566msgstr "Não foi possível extrair o submódulo '$sm_path'"1256712568#: git-submodule.sh:30212569#, sh-format12570msgid "Failed to add submodule '$sm_path'"12571msgstr "Falha ao adicionar o submódulo '$sm_path'"1257212573#: git-submodule.sh:31112574#, sh-format12575msgid "Failed to register submodule '$sm_path'"12576msgstr "Falha ao registar o submódulo '$sm_path'"1257712578#: git-submodule.sh:35512579#, sh-format12580msgid "Entering '$displaypath'"12581msgstr "A entrar em '$displaypath'"1258212583#: git-submodule.sh:37512584#, sh-format12585msgid "Stopping at '$displaypath'; script returned non-zero status."12586msgstr ""12587"Interrompido em '$displaypath'; o script retornou um valor diferente de zero."1258812589#: git-submodule.sh:44812590#, sh-format12591msgid "pathspec and --all are incompatible"12592msgstr "especificador de caminho e --all são incompatíveis"1259312594#: git-submodule.sh:45312595#, sh-format12596msgid "Use '--all' if you really want to deinitialize all submodules"12597msgstr ""12598"Use '--all' se pretende mesmo anular a inicialização todos os submódulos"1259912600#: git-submodule.sh:47012601#, sh-format12602msgid "Submodule work tree '$displaypath' contains a .git directory"12603msgstr ""12604"A árvore de trabalho do submódulo '$displaypath' contém um diretório .git"1260512606#: git-submodule.sh:47112607#, sh-format12608msgid ""12609"(use 'rm -rf' if you really want to remove it including all of its history)"12610msgstr ""12611"(use 'rm -rf' se pretende mesmo removê-lo, incluindo todo o seu histórico)"1261212613#: git-submodule.sh:47712614#, sh-format12615msgid ""12616"Submodule work tree '$displaypath' contains local modifications; use '-f' to "12617"discard them"12618msgstr ""12619"A árvore de trabalho do submódulo '$displaypath' contém alterações locais; "12620"use '-f' para as descartar"1262112622#: git-submodule.sh:48012623#, sh-format12624msgid "Cleared directory '$displaypath'"12625msgstr "Diretório '$displaypath' limpo"1262612627#: git-submodule.sh:48112628#, sh-format12629msgid "Could not remove submodule work tree '$displaypath'"12630msgstr ""12631"Não foi possível remover a árvore de trabalho do submódulo '$displaypath'"1263212633#: git-submodule.sh:48412634#, sh-format12635msgid "Could not create empty submodule directory '$displaypath'"12636msgstr "Não foi possível criar o diretório vazio do submódulo '$displaypath'"1263712638#: git-submodule.sh:49312639#, sh-format12640msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"12641msgstr ""12642"O registo do submódulo '$name' ($url) foi removido do caminho '$displaypath'"1264312644#: git-submodule.sh:63512645#, sh-format12646msgid "Unable to find current revision in submodule path '$displaypath'"12647msgstr ""12648"Não foi possível encontrar a revisão atual no caminho de submódulo "12649"'$displaypath'"1265012651#: git-submodule.sh:64412652#, sh-format12653msgid "Unable to fetch in submodule path '$sm_path'"12654msgstr "Não foi possível obter no caminho de submódulo '$sm_path'"1265512656#: git-submodule.sh:66712657#, sh-format12658msgid "Unable to fetch in submodule path '$displaypath'"12659msgstr "Não é possível obter no caminho de submódulo '$displaypath'"1266012661#: git-submodule.sh:68012662#, sh-format12663msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12664msgstr "Não é possível extrair '$sha1' no caminho de submódulo '$displaypath'"1266512666#: git-submodule.sh:68112667#, sh-format12668msgid "Submodule path '$displaypath': checked out '$sha1'"12669msgstr "Caminho de submódulo '$displaypath': '$sha1' extraído"1267012671#: git-submodule.sh:68512672#, sh-format12673msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12674msgstr ""12675"Não foi possível efetuar rebase de '$sha1' no caminho de submódulo "12676"'$displaypath'"1267712678#: git-submodule.sh:68612679#, sh-format12680msgid "Submodule path '$displaypath': rebased into '$sha1'"12681msgstr "Caminho de submódulo '$displaypath': rebase concluído em '$sha1'"1268212683#: git-submodule.sh:69112684#, sh-format12685msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12686msgstr "Não é possível integrar '$sha1' no caminho de submódulo '$displaypath'"1268712688#: git-submodule.sh:69212689#, sh-format12690msgid "Submodule path '$displaypath': merged in '$sha1'"12691msgstr "Caminho de submódulo '$displaypath': integrado em '$sha1'"1269212693#: git-submodule.sh:69712694#, sh-format12695msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"12696msgstr ""12697"Falha ao executar '$command $sha1' no caminho de submódulo '$displaypath'"1269812699#: git-submodule.sh:69812700#, sh-format12701msgid "Submodule path '$displaypath': '$command $sha1'"12702msgstr "Caminho de submódulo '$displaypath': '$command $sha1'"1270312704#: git-submodule.sh:72912705#, sh-format12706msgid "Failed to recurse into submodule path '$displaypath'"12707msgstr "Falha ao percorrer o caminho de submódulo '$displaypath'"1270812709#: git-submodule.sh:83712710msgid "The --cached option cannot be used with the --files option"12711msgstr "A opção --cached não pode ser usada com a opção --files"1271212713#: git-submodule.sh:88912714#, sh-format12715msgid "unexpected mode $mod_dst"12716msgstr "modo inesperado $mod_dst"1271712718#: git-submodule.sh:90912719#, sh-format12720msgid " Warn: $display_name doesn't contain commit $sha1_src"12721msgstr " Aviso: $display_name não contém o commit $sha1_src"1272212723#: git-submodule.sh:91212724#, sh-format12725msgid " Warn: $display_name doesn't contain commit $sha1_dst"12726msgstr " Warn: $display_name não contém o commit $sha1_dst"1272712728#: git-submodule.sh:91512729#, sh-format12730msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12731msgstr " Warn: $display_name contém os commits $sha1_src e $sha1_dst"1273212733#: git-submodule.sh:94012734msgid "blob"12735msgstr "blob"1273612737#: git-submodule.sh:105912738#, sh-format12739msgid "Failed to recurse into submodule path '$sm_path'"12740msgstr "Falha ao percorrer recursivamente o caminho de submódulo '$sm_path'"1274112742#: git-submodule.sh:112312743#, sh-format12744msgid "Synchronizing submodule url for '$displaypath'"12745msgstr "A sincronizar o URL do submódulo '$displaypath'"1274612747#: git-parse-remote.sh:8912748#, sh-format12749msgid "See git-${cmd}(1) for details."12750msgstr "Consulte git-${cmd}(1) para obter mais detalhes."1275112752#~ msgid "'%s': %s"12753#~ msgstr "'%s': %s"1275412755#~ msgid "unable to access '%s': %s"12756#~ msgstr "não é possível aceder a '%s': %s"1275712758#~ msgid "could not open '%s' for reading: %s"12759#~ msgstr "não foi possível abrir '%s' para leitura: %s"1276012761#~ msgid "could not open '%s' for writing: %s"12762#~ msgstr "não foi possível abrir '%s' para escrita: %s"1276312764#~ msgid " git branch -d %s\n"12765#~ msgstr " git branch -d %s\n"1276612767#~ msgid " git branch --set-upstream-to %s\n"12768#~ msgstr " git branch --set-upstream-to %s\n"1276912770#~ msgid "cannot open %s: %s\n"12771#~ msgstr "não é possível abrir %s: %s\n"1277212773#~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"12774#~ msgstr ""12775#~ "Prepare as suas alterações em .gitmodules ou esconda-as (stash) para "12776#~ "prosseguir"1277712778#~ msgid "could not verify the tag '%s'"12779#~ msgstr "não foi possível validar a tag '%s'"1278012781#~ msgid "failed to remove: %s"12782#~ msgstr "falha ao remover: %s"1278312784#~ msgid "The --exec option must be used with the --interactive option"12785#~ msgstr "A opção --exec deve ser usada com a opção --interactive"1278612787#~ msgid ""12788#~ "Submodule path '$displaypath' not initialized\n"12789#~ "Maybe you want to use 'update --init'?"12790#~ msgstr ""12791#~ "Submódulo em '$displaypath' não inicializado\n"12792#~ "Talvez queira usar 'update --init'?"1279312794#~ msgid "unable to parse format"12795#~ msgstr "não foi possível analisar o formato"1279612797#~ msgid "improper format entered align:%s"12798#~ msgstr "formato impróprio introduzido align:%s"1279912800#~ msgid "Could not set core.worktree in %s"12801#~ msgstr "Não foi possível definir core.worktree em %s"1280212803#~ msgid ""12804#~ "push.default is unset; its implicit value has changed in\n"12805#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"12806#~ "and maintain the traditional behavior, use:\n"12807#~ "\n"12808#~ " git config --global push.default matching\n"12809#~ "\n"12810#~ "To squelch this message and adopt the new behavior now, use:\n"12811#~ "\n"12812#~ " git config --global push.default simple\n"12813#~ "\n"12814#~ "When push.default is set to 'matching', git will push local branches\n"12815#~ "to the remote branches that already exist with the same name.\n"12816#~ "\n"12817#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"12818#~ "behavior, which only pushes the current branch to the corresponding\n"12819#~ "remote branch that 'git pull' uses to update the current branch.\n"12820#~ "\n"12821#~ "See 'git help config' and search for 'push.default' for further "12822#~ "information.\n"12823#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"12824#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"12825#~ msgstr ""12826#~ "push.default não está definido; o seu valor implícito foi alterado\n"12827#~ "no Git 2.0 de 'matching' para 'simple'. Para suprimir esta mensagem\n"12828#~ "e manter o comportamento tradicional, use:\n"12829#~ "\n"12830#~ " git config --global push.default matching\n"12831#~ "\n"12832#~ "Para suprimir esta mensagem e adotar o novo comportamento, use:\n"12833#~ "\n"12834#~ " git config --global push.default simple\n"12835#~ "\n"12836#~ "Quando push.default está definido como 'matching', o Git publica\n"12837#~ "os ramos locais nos ramos remotos que já existam com o mesmo nome.\n"12838#~ "\n"12839#~ "Desde a versão 2.0, o Git assume o comportamento mais conservativo 'simple',"12840#~ "\n"12841#~ "publicando só o ramo atual no ramo remoto correspondente, que é usado\n"12842#~ "para atualizar o ramo atual com 'git pull'.\n"12843#~ "Consulte 'git help config' e procure por 'push.default' para mais "12844#~ "informações.\n"12845#~ "(o modo 'simple' foi introduzido no Git 1.7.11. Use o modo semelhante\n"12846#~ "'current' em vez de 'simple' se por vezes usa versões anteriores do Git)"1284712848#~ msgid "check|on-demand|no"12849#~ msgstr "check|on-demand|no"1285012851#~ msgid "Could not append '%s'"12852#~ msgstr "Não foi possível acrescentar '%s'"1285312854#~ msgid "Missing author: %s"12855#~ msgstr "Autor em falta: %s"1285612857#~ msgid "Testing "12858#~ msgstr "A testar "1285912860#~ msgid "Forward-port local commits to the updated upstream head"12861#~ msgstr ""12862#~ "Migrar commits locais para a cabeça atualizada em relação ao ramo a "12863#~ "montante"1286412865#~ msgid " 0 files changed\n"12866#~ msgstr " 0 ficheros modificados\n"1286712868#~ msgid " %d file changed"12869#~ msgid_plural " %d files changed"12870#~ msgstr[0] " %d ficheiro modificado"12871#~ msgstr[1] " %d ficheiros modificados"1287212873#~ msgid ", %d insertion(+)"12874#~ msgid_plural ", %d insertions(+)"12875#~ msgstr[0] ", %d adição(+)"12876#~ msgstr[1] ", %d adições(+)"1287712878#~ msgid ", %d deletion(-)"12879#~ msgid_plural ", %d deletions(-)"12880#~ msgstr[0] ", %d eliminado(-)"12881#~ msgstr[1] ", %d eliminados(-)"1288212883#~ msgid "You do not have a valid HEAD"12884#~ msgstr "Você não tem uma HEAD válida"1288512886#~ msgid "bug"12887#~ msgstr "erro"1288812889#~ msgid "copied: %s -> %s"12890#~ msgstr "copiado: %s -> %s"1289112892#~ msgid "modified: %s"12893#~ msgstr "modificado: %s"1289412895#~ msgid "renamed: %s -> %s"12896#~ msgstr "mudado de nome: %s -> %s"1289712898#~ msgid ", behind "12899#~ msgstr ", atrás "1290012901#~ msgid "no files added"12902#~ msgstr "nenhum ficheiros adicionado"1290312904#~ msgid "Could not extract email from committer identity."12905#~ msgstr "Não foi possível extrair a identidade do committer do e-mail."1290612907#~ msgid "option %s does not accept negative form"12908#~ msgstr "opção %s não aceita formato negativo"1290912910#~ msgid "Applying: $FIRSTLINE"12911#~ msgstr "Aplicando: $FIRSTLINE"1291212913#~ msgid "--"12914#~ msgstr "--"1291512916#~ msgid "cherry-pick"12917#~ msgstr "cherry-pick"1291812919#~ msgid "Please enter the commit message for your changes."12920#~ msgstr "Por favor insira a mensagem de commit das suas alterações."