1# Portuguese translations for Git package. 2# Copyright (C) 2012 Marco Sousa <marcomsousa AT gmail.com> 3# This file is distributed under the same license as the Git package. 4# Contributers: 5# - Marco Sousa <marcomsousa AT gmail.com> 6# 7msgid "" 8msgstr "" 9"Project-Id-Version: Git\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2012-03-16 20:18+0800\n" 12"PO-Revision-Date: 2012-04-05 20:48+0100\n" 13"Last-Translator: Marco Sousa <marcomsousa AT gmail.com>\n" 14"Language-Team: Portuguese\n" 15"Language: pt\n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21#: advice.c:34 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "dica: %.*s\n" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:64 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: commit.c:47 39#, c-format 40msgid "could not parse %s" 41msgstr "não consigo parsear %s" 42 43#: commit.c:49 44#, c-format 45msgid "%s %s is not a commit!" 46msgstr "%s %s não é um commit!" 47 48#: compat/obstack.c:406 49#: compat/obstack.c:408 50msgid "memory exhausted" 51msgstr "memória esgotada" 52 53#: connected.c:39 54msgid "Could not run 'git rev-list'" 55msgstr "Não foi possível executar 'git rev-list'" 56 57#: connected.c:48 58#, c-format 59msgid "failed write to rev-list: %s" 60msgstr "" 61 62#: connected.c:56 63#, c-format 64msgid "failed to close rev-list's stdin: %s" 65msgstr "" 66 67#: diff.c:105 68#, c-format 69msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 70msgstr "" 71 72#: diff.c:110 73#, c-format 74msgid " Unknown dirstat parameter '%.*s'\n" 75msgstr "" 76 77#: diff.c:210 78#, c-format 79msgid "" 80"Found errors in 'diff.dirstat' config variable:\n" 81"%s" 82msgstr "" 83 84#: diff.c:1336 85msgid " 0 files changed\n" 86msgstr " 0 ficheros modificados\n" 87 88#: diff.c:1340 89#, c-format 90msgid " %d file changed" 91msgid_plural " %d files changed" 92msgstr[0] " %d ficheiro modificado" 93msgstr[1] " %d ficheiros modificados" 94 95#: diff.c:1357 96#, c-format 97msgid ", %d insertion(+)" 98msgid_plural ", %d insertions(+)" 99msgstr[0] ", %d adição(+)" 100msgstr[1] ", %d adições(+)" 101 102#: diff.c:1368 103#, c-format 104msgid ", %d deletion(-)" 105msgid_plural ", %d deletions(-)" 106msgstr[0] ", %d eliminado(-)" 107msgstr[1] ", %d eliminados(-)" 108 109#: diff.c:3424 110#, c-format 111msgid "" 112"Failed to parse --dirstat/-X option parameter:\n" 113"%s" 114msgstr "" 115 116#: gpg-interface.c:59 117msgid "could not run gpg." 118msgstr "não consegue ejecutar gpg." 119 120#: gpg-interface.c:71 121msgid "gpg did not accept the data" 122msgstr "" 123 124#: gpg-interface.c:82 125msgid "gpg failed to sign the data" 126msgstr "" 127 128#: grep.c:1280 129#, c-format 130msgid "'%s': unable to read %s" 131msgstr "" 132 133#: grep.c:1297 134#, c-format 135msgid "'%s': %s" 136msgstr "'%s': %s" 137 138#: grep.c:1308 139#, c-format 140msgid "'%s': short read %s" 141msgstr "" 142 143#: help.c:287 144#, c-format 145msgid "" 146"'%s' appears to be a git command, but we were not\n" 147"able to execute it. Maybe git-%s is broken?" 148msgstr "" 149 150#: remote.c:1607 151#, c-format 152msgid "Your branch is ahead of '%s' by %d commit.\n" 153msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 154msgstr[0] "A sua rama está à frente de '%s' pelo commit %d.\n" 155msgstr[1] "A sua rama está à frente de '%s' pelos commites %d.\n" 156 157#: remote.c:1613 158#, c-format 159msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 160msgid_plural "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 161msgstr[0] "" 162msgstr[1] "" 163 164#: remote.c:1621 165#, c-format 166msgid "" 167"Your branch and '%s' have diverged,\n" 168"and have %d and %d different commit each, respectively.\n" 169msgid_plural "" 170"Your branch and '%s' have diverged,\n" 171"and have %d and %d different commits each, respectively.\n" 172msgstr[0] "" 173msgstr[1] "" 174 175#: sequencer.c:120 176#: builtin/merge.c:864 177#: builtin/merge.c:985 178#: builtin/merge.c:1095 179#: builtin/merge.c:1105 180#, c-format 181msgid "Could not open '%s' for writing" 182msgstr "" 183 184#: sequencer.c:122 185#: builtin/merge.c:334 186#: builtin/merge.c:867 187#: builtin/merge.c:1097 188#: builtin/merge.c:1110 189#, c-format 190msgid "Could not write to '%s'" 191msgstr "Não foi possível escrever para '%s'" 192 193#: sequencer.c:143 194msgid "" 195"after resolving the conflicts, mark the corrected paths\n" 196"with 'git add <paths>' or 'git rm <paths>'" 197msgstr "" 198 199#: sequencer.c:146 200msgid "" 201"after resolving the conflicts, mark the corrected paths\n" 202"with 'git add <paths>' or 'git rm <paths>'\n" 203"and commit the result with 'git commit'" 204msgstr "" 205 206#: sequencer.c:159 207#: sequencer.c:685 208#: sequencer.c:768 209#, c-format 210msgid "Could not write to %s" 211msgstr "Não foi possível gravar para %s" 212 213#: sequencer.c:162 214#, c-format 215msgid "Error wrapping up %s" 216msgstr "" 217 218#: sequencer.c:177 219msgid "Your local changes would be overwritten by cherry-pick." 220msgstr "" 221 222#: sequencer.c:179 223msgid "Your local changes would be overwritten by revert." 224msgstr "" 225 226#: sequencer.c:182 227msgid "Commit your changes or stash them to proceed." 228msgstr "" 229 230#. TRANSLATORS: %s will be "revert" or "cherry-pick" 231#: sequencer.c:232 232#, c-format 233msgid "%s: Unable to write new index file" 234msgstr "" 235 236#: sequencer.c:298 237msgid "Your index file is unmerged." 238msgstr "O seu ficheiro de índice é não fundido." 239 240#: sequencer.c:301 241msgid "You do not have a valid HEAD" 242msgstr "Você não tem uma HEAD válida" 243 244#: sequencer.c:316 245#, c-format 246msgid "Commit %s is a merge but no -m option was given." 247msgstr "" 248 249#: sequencer.c:324 250#, c-format 251msgid "Commit %s does not have parent %d" 252msgstr "" 253 254#: sequencer.c:328 255#, c-format 256msgid "Mainline was specified but commit %s is not a merge." 257msgstr "" 258 259#. TRANSLATORS: The first %s will be "revert" or 260#. "cherry-pick", the second %s a SHA1 261#: sequencer.c:339 262#, c-format 263msgid "%s: cannot parse parent commit %s" 264msgstr "" 265 266#: sequencer.c:343 267#, c-format 268msgid "Cannot get commit message for %s" 269msgstr "Não é possível obter mensagem commit para %s" 270 271#: sequencer.c:427 272#, c-format 273msgid "could not revert %s... %s" 274msgstr "" 275 276#: sequencer.c:428 277#, c-format 278msgid "could not apply %s... %s" 279msgstr "" 280 281#: sequencer.c:450 282#: sequencer.c:909 283#: builtin/log.c:288 284#: builtin/log.c:713 285#: builtin/log.c:1329 286#: builtin/log.c:1548 287#: builtin/merge.c:348 288#: builtin/shortlog.c:181 289msgid "revision walk setup failed" 290msgstr "" 291 292#: sequencer.c:453 293msgid "empty commit set passed" 294msgstr "passado commit com o set vazio" 295 296#: sequencer.c:461 297#, c-format 298msgid "git %s: failed to read the index" 299msgstr "" 300 301#: sequencer.c:466 302#, c-format 303msgid "git %s: failed to refresh the index" 304msgstr "" 305 306#: sequencer.c:551 307#, c-format 308msgid "Cannot %s during a %s" 309msgstr "Não foi possível abrir %s durante um %s" 310 311#: sequencer.c:573 312#, c-format 313msgid "Could not parse line %d." 314msgstr "Não foi possível parsear linha %d." 315 316#: sequencer.c:578 317msgid "No commits parsed." 318msgstr "Nenhum commit parseado." 319 320#: sequencer.c:591 321#, c-format 322msgid "Could not open %s" 323msgstr "Não foi possível abrir %s" 324 325#: sequencer.c:595 326#, c-format 327msgid "Could not read %s." 328msgstr "Não foi possível ler %s." 329 330#: sequencer.c:602 331#, c-format 332msgid "Unusable instruction sheet: %s" 333msgstr "" 334 335#: sequencer.c:630 336#, c-format 337msgid "Invalid key: %s" 338msgstr "" 339 340#: sequencer.c:633 341#, c-format 342msgid "Invalid value for %s: %s" 343msgstr "Valor inválido para %s: %s" 344 345#: sequencer.c:645 346#, c-format 347msgid "Malformed options sheet: %s" 348msgstr "" 349 350#: sequencer.c:666 351msgid "a cherry-pick or revert is already in progress" 352msgstr "" 353 354#: sequencer.c:667 355msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 356msgstr "" 357 358#: sequencer.c:671 359#, c-format 360msgid "Could not create sequencer directory %s" 361msgstr "" 362 363#: sequencer.c:687 364#: sequencer.c:772 365#, c-format 366msgid "Error wrapping up %s." 367msgstr "" 368 369#: sequencer.c:706 370#: sequencer.c:840 371msgid "no cherry-pick or revert in progress" 372msgstr "" 373 374#: sequencer.c:708 375msgid "cannot resolve HEAD" 376msgstr "" 377 378#: sequencer.c:710 379msgid "cannot abort from a branch yet to be born" 380msgstr "" 381 382#: sequencer.c:732 383#, c-format 384msgid "cannot open %s: %s" 385msgstr "não foi possível abrir %s: %s" 386 387#: sequencer.c:735 388#, c-format 389msgid "cannot read %s: %s" 390msgstr "não foi possível ler %s: %s" 391 392#: sequencer.c:736 393msgid "unexpected end of file" 394msgstr "" 395 396#: sequencer.c:742 397#, c-format 398msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 399msgstr "" 400 401#: sequencer.c:765 402#, c-format 403msgid "Could not format %s." 404msgstr "Não foi possível formatear %s." 405 406#: sequencer.c:927 407msgid "Can't revert as initial commit" 408msgstr "" 409 410#: sequencer.c:928 411msgid "Can't cherry-pick into empty head" 412msgstr "" 413 414#: wt-status.c:134 415msgid "Unmerged paths:" 416msgstr "caminhos não fundidos:" 417 418#: wt-status.c:140 419#: wt-status.c:157 420#, c-format 421msgid " (use \"git reset %s <file>...\" to unstage)" 422msgstr "" 423 424#: wt-status.c:142 425#: wt-status.c:159 426msgid " (use \"git rm --cached <file>...\" to unstage)" 427msgstr "" 428 429#: wt-status.c:143 430msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 431msgstr " (usa \"git add/rm <ficheiro>...\" para marcar como resolvido)" 432 433#: wt-status.c:151 434msgid "Changes to be committed:" 435msgstr "Mudanças a serem commitadas" 436 437#: wt-status.c:169 438msgid "Changes not staged for commit:" 439msgstr "" 440 441#: wt-status.c:173 442msgid " (use \"git add <file>...\" to update what will be committed)" 443msgstr " (usa \"git add <ficheiro>...\" para actualizar o que vai ser commitado)" 444 445#: wt-status.c:175 446msgid " (use \"git add/rm <file>...\" to update what will be committed)" 447msgstr " (usa \"git add/rm <ficheiro>...\" para actualizar o que vai ser commitado)" 448 449#: wt-status.c:176 450msgid " (use \"git checkout -- <file>...\" to discard changes in working directory)" 451msgstr "" 452 453#: wt-status.c:178 454msgid " (commit or discard the untracked or modified content in submodules)" 455msgstr "" 456 457#: wt-status.c:187 458#, c-format 459msgid "%s files:" 460msgstr "%s ficheros:" 461 462#: wt-status.c:190 463#, c-format 464msgid " (use \"git %s <file>...\" to include in what will be committed)" 465msgstr "" 466 467#: wt-status.c:207 468msgid "bug" 469msgstr "erro" 470 471#: wt-status.c:212 472msgid "both deleted:" 473msgstr "eliminados em ambos:" 474 475#: wt-status.c:213 476msgid "added by us:" 477msgstr "adicionado por nós:" 478 479#: wt-status.c:214 480msgid "deleted by them:" 481msgstr "eliminados por eles:" 482 483#: wt-status.c:215 484msgid "added by them:" 485msgstr "adicionados por eles:" 486 487#: wt-status.c:216 488msgid "deleted by us:" 489msgstr "eliminados por nós:" 490 491#: wt-status.c:217 492msgid "both added:" 493msgstr "adicionados em ambos:" 494 495#: wt-status.c:218 496msgid "both modified:" 497msgstr "modificados em ambos:" 498 499#: wt-status.c:248 500msgid "new commits, " 501msgstr "novos commits, " 502 503#: wt-status.c:250 504msgid "modified content, " 505msgstr "conteúdo modificado, " 506 507#: wt-status.c:252 508msgid "untracked content, " 509msgstr "conteúdo não seguido" 510 511#: wt-status.c:266 512#, c-format 513msgid "new file: %s" 514msgstr "novo ficheiro: %s" 515 516#: wt-status.c:269 517#, c-format 518msgid "copied: %s -> %s" 519msgstr "copiado: %s -> %s" 520 521#: wt-status.c:272 522#, c-format 523msgid "deleted: %s" 524msgstr "eliminado: %s" 525 526#: wt-status.c:275 527#, c-format 528msgid "modified: %s" 529msgstr "modificado: %s" 530 531#: wt-status.c:278 532#, c-format 533msgid "renamed: %s -> %s" 534msgstr "mudado de nome: %s -> %s" 535 536#: wt-status.c:281 537#, c-format 538msgid "typechange: %s" 539msgstr "" 540 541#: wt-status.c:284 542#, c-format 543msgid "unknown: %s" 544msgstr "desconhecido: %s" 545 546#: wt-status.c:287 547#, c-format 548msgid "unmerged: %s" 549msgstr "não fundidos: %s" 550 551#: wt-status.c:290 552#, c-format 553msgid "bug: unhandled diff status %c" 554msgstr "" 555 556#: wt-status.c:713 557msgid "On branch " 558msgstr "Na rama" 559 560#: wt-status.c:720 561msgid "Not currently on any branch." 562msgstr "Não está em nenhuma rama." 563 564#: wt-status.c:731 565msgid "Initial commit" 566msgstr "Commit inicial" 567 568#: wt-status.c:745 569msgid "Untracked" 570msgstr "Não seguido" 571 572#: wt-status.c:747 573msgid "Ignored" 574msgstr "Ignorado" 575 576#: wt-status.c:749 577#, c-format 578msgid "Untracked files not listed%s" 579msgstr "" 580 581#: wt-status.c:751 582msgid " (use -u option to show untracked files)" 583msgstr "" 584 585#: wt-status.c:757 586msgid "No changes" 587msgstr "Sem mudanças" 588 589#: wt-status.c:761 590#, c-format 591msgid "no changes added to commit%s\n" 592msgstr "nenhuma alteração adicionado ao commit%s\n" 593 594#: wt-status.c:763 595msgid " (use \"git add\" and/or \"git commit -a\")" 596msgstr " (usa \"git add\" e/ou \"git commit -a\")" 597 598#: wt-status.c:765 599#, c-format 600msgid "nothing added to commit but untracked files present%s\n" 601msgstr "" 602 603#: wt-status.c:767 604msgid " (use \"git add\" to track)" 605msgstr " (usa \"git add\" para seguir)" 606 607#: wt-status.c:769 608#: wt-status.c:772 609#: wt-status.c:775 610#, c-format 611msgid "nothing to commit%s\n" 612msgstr "nada para fazer commit%s\n" 613 614#: wt-status.c:770 615msgid " (create/copy files and use \"git add\" to track)" 616msgstr "" 617 618#: wt-status.c:773 619msgid " (use -u to show untracked files)" 620msgstr "" 621 622#: wt-status.c:776 623msgid " (working directory clean)" 624msgstr " (directório de trabalho vacio)" 625 626#: wt-status.c:884 627msgid "HEAD (no branch)" 628msgstr "HEAD (Não é rama)" 629 630#: wt-status.c:890 631msgid "Initial commit on " 632msgstr "Commit inicial em " 633 634#: wt-status.c:905 635msgid "behind " 636msgstr "atrás " 637 638#: wt-status.c:908 639#: wt-status.c:911 640msgid "ahead " 641msgstr "a frente " 642 643#: wt-status.c:913 644msgid ", behind " 645msgstr ", atrás " 646 647#: builtin/add.c:62 648#, c-format 649msgid "unexpected diff status %c" 650msgstr "" 651 652#: builtin/add.c:67 653#: builtin/commit.c:298 654msgid "updating files failed" 655msgstr "Falou a atualização dos ficheiros" 656 657#: builtin/add.c:77 658#, c-format 659msgid "remove '%s'\n" 660msgstr "eliminar '%s'\n" 661 662#: builtin/add.c:176 663#, c-format 664msgid "Path '%s' is in submodule '%.*s'" 665msgstr "" 666 667#: builtin/add.c:192 668msgid "Unstaged changes after refreshing the index:" 669msgstr "" 670 671#: builtin/add.c:195 672#: builtin/add.c:456 673#: builtin/rm.c:186 674#, c-format 675msgid "pathspec '%s' did not match any files" 676msgstr "" 677 678#: builtin/add.c:209 679#, c-format 680msgid "'%s' is beyond a symbolic link" 681msgstr "" 682 683#: builtin/add.c:276 684msgid "Could not read the index" 685msgstr "Não foi possível ler o indíce" 686 687#: builtin/add.c:286 688#, c-format 689msgid "Could not open '%s' for writing." 690msgstr "Não foi possível abrir '%s' para escrever." 691 692#: builtin/add.c:290 693msgid "Could not write patch" 694msgstr "Não consegue escrever patch" 695 696#: builtin/add.c:295 697#, c-format 698msgid "Could not stat '%s'" 699msgstr "" 700 701#: builtin/add.c:297 702msgid "Empty patch. Aborted." 703msgstr "Patch vazio. Aborted." 704 705#: builtin/add.c:303 706#, c-format 707msgid "Could not apply '%s'" 708msgstr "Não foi possível aplicar o '%s'" 709 710#: builtin/add.c:312 711msgid "The following paths are ignored by one of your .gitignore files:\n" 712msgstr "" 713 714#: builtin/add.c:352 715#, c-format 716msgid "Use -f if you really want to add them.\n" 717msgstr "" 718 719#: builtin/add.c:353 720msgid "no files added" 721msgstr "nenhum ficheiros adicionado" 722 723#: builtin/add.c:359 724msgid "adding files failed" 725msgstr "falhou a adicionar ficheiros" 726 727#: builtin/add.c:391 728msgid "-A and -u are mutually incompatible" 729msgstr "" 730 731#: builtin/add.c:393 732msgid "Option --ignore-missing can only be used together with --dry-run" 733msgstr "" 734 735#: builtin/add.c:413 736#, c-format 737msgid "Nothing specified, nothing added.\n" 738msgstr "" 739 740#: builtin/add.c:414 741#, c-format 742msgid "Maybe you wanted to say 'git add .'?\n" 743msgstr "" 744 745#: builtin/add.c:420 746#: builtin/clean.c:95 747#: builtin/commit.c:358 748#: builtin/mv.c:82 749#: builtin/rm.c:162 750msgid "index file corrupt" 751msgstr "ficheiro index corrupto" 752 753#: builtin/add.c:476 754#: builtin/mv.c:229 755#: builtin/rm.c:260 756msgid "Unable to write new index file" 757msgstr "" 758 759#: builtin/archive.c:17 760#, c-format 761msgid "could not create archive file '%s'" 762msgstr "" 763 764#: builtin/archive.c:20 765msgid "could not redirect output" 766msgstr "" 767 768#: builtin/archive.c:37 769msgid "git archive: Remote with no URL" 770msgstr "" 771 772#: builtin/archive.c:58 773msgid "git archive: expected ACK/NAK, got EOF" 774msgstr "" 775 776#: builtin/archive.c:63 777#, c-format 778msgid "git archive: NACK %s" 779msgstr "" 780 781#: builtin/archive.c:65 782#, c-format 783msgid "remote error: %s" 784msgstr "erro remoto: %s" 785 786#: builtin/archive.c:66 787msgid "git archive: protocol error" 788msgstr "" 789 790#: builtin/archive.c:71 791msgid "git archive: expected a flush" 792msgstr "" 793 794#: builtin/branch.c:137 795#, c-format 796msgid "" 797"deleting branch '%s' that has been merged to\n" 798" '%s', but not yet merged to HEAD." 799msgstr "" 800 801#: builtin/branch.c:141 802#, c-format 803msgid "" 804"not deleting branch '%s' that is not yet merged to\n" 805" '%s', even though it is merged to HEAD." 806msgstr "" 807 808#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 809#: builtin/branch.c:163 810msgid "remote " 811msgstr "remota" 812 813#: builtin/branch.c:171 814msgid "cannot use -a with -d" 815msgstr "Não é possível usar -a com um -d" 816 817#: builtin/branch.c:177 818msgid "Couldn't look up commit object for HEAD" 819msgstr "" 820 821#: builtin/branch.c:182 822#, c-format 823msgid "Cannot delete the branch '%s' which you are currently on." 824msgstr "" 825 826#: builtin/branch.c:192 827#, c-format 828msgid "%sbranch '%s' not found." 829msgstr "%sbranch '%s' não encontrado." 830 831#: builtin/branch.c:200 832#, c-format 833msgid "Couldn't look up commit object for '%s'" 834msgstr "" 835 836#: builtin/branch.c:206 837#, c-format 838msgid "" 839"The branch '%s' is not fully merged.\n" 840"If you are sure you want to delete it, run 'git branch -D %s'." 841msgstr "" 842 843#: builtin/branch.c:214 844#, c-format 845msgid "Error deleting %sbranch '%s'" 846msgstr "" 847 848#: builtin/branch.c:219 849#, c-format 850msgid "Deleted %sbranch %s (was %s).\n" 851msgstr "" 852 853#: builtin/branch.c:224 854msgid "Update of config-file failed" 855msgstr "" 856 857#: builtin/branch.c:322 858#, c-format 859msgid "branch '%s' does not point at a commit" 860msgstr "" 861 862#: builtin/branch.c:394 863#, c-format 864msgid "behind %d] " 865msgstr "atrás %d] " 866 867#: builtin/branch.c:396 868#, c-format 869msgid "ahead %d] " 870msgstr "a frente %d] " 871 872#: builtin/branch.c:398 873#, c-format 874msgid "ahead %d, behind %d] " 875msgstr "a frente %d, atrás %d] " 876 877#: builtin/branch.c:501 878msgid "(no branch)" 879msgstr "(não é rama)" 880 881#: builtin/branch.c:566 882msgid "some refs could not be read" 883msgstr "" 884 885#: builtin/branch.c:579 886msgid "cannot rename the current branch while not on any." 887msgstr "" 888 889#: builtin/branch.c:589 890#, c-format 891msgid "Invalid branch name: '%s'" 892msgstr "Nome da rama inválida: '%s'" 893 894#: builtin/branch.c:604 895msgid "Branch rename failed" 896msgstr "Falhou renomeação da rama" 897 898#: builtin/branch.c:608 899#, c-format 900msgid "Renamed a misnamed branch '%s' away" 901msgstr "Renomeado uma rama erronea '%s'" 902 903#: builtin/branch.c:612 904#, c-format 905msgid "Branch renamed to %s, but HEAD is not updated!" 906msgstr "" 907 908#: builtin/branch.c:619 909msgid "Branch is renamed, but update of config-file failed" 910msgstr "" 911 912#: builtin/branch.c:634 913#, c-format 914msgid "malformed object name %s" 915msgstr "" 916 917#: builtin/branch.c:658 918#, c-format 919msgid "could not write branch description template: %s\n" 920msgstr "" 921 922#: builtin/branch.c:746 923msgid "Failed to resolve HEAD as a valid ref." 924msgstr "" 925 926#: builtin/branch.c:751 927#: builtin/clone.c:558 928msgid "HEAD not found below refs/heads!" 929msgstr "" 930 931#: builtin/branch.c:809 932msgid "-a and -r options to 'git branch' do not make sense with a branch name" 933msgstr "" 934 935#: builtin/bundle.c:47 936#, c-format 937msgid "%s is okay\n" 938msgstr "%s está bem\n" 939 940#: builtin/bundle.c:56 941msgid "Need a repository to create a bundle." 942msgstr "" 943 944#: builtin/bundle.c:60 945msgid "Need a repository to unbundle." 946msgstr "" 947 948#: builtin/checkout.c:113 949#: builtin/checkout.c:146 950#, c-format 951msgid "path '%s' does not have our version" 952msgstr "" 953 954#: builtin/checkout.c:115 955#: builtin/checkout.c:148 956#, c-format 957msgid "path '%s' does not have their version" 958msgstr "" 959 960#: builtin/checkout.c:131 961#, c-format 962msgid "path '%s' does not have all necessary versions" 963msgstr "" 964 965#: builtin/checkout.c:175 966#, c-format 967msgid "path '%s' does not have necessary versions" 968msgstr "" 969 970#: builtin/checkout.c:192 971#, c-format 972msgid "path '%s': cannot merge" 973msgstr "" 974 975#: builtin/checkout.c:209 976#, c-format 977msgid "Unable to add merge result for '%s'" 978msgstr "" 979 980#: builtin/checkout.c:212 981#: builtin/reset.c:158 982#, c-format 983msgid "make_cache_entry failed for path '%s'" 984msgstr "" 985 986#: builtin/checkout.c:234 987#: builtin/checkout.c:392 988msgid "corrupt index file" 989msgstr "ficheiro index corrupto" 990 991#: builtin/checkout.c:264 992#: builtin/checkout.c:271 993#, c-format 994msgid "path '%s' is unmerged" 995msgstr "" 996 997#: builtin/checkout.c:302 998#: builtin/checkout.c:498 999#: builtin/clone.c:5831000#: builtin/merge.c:8111001msgid "unable to write new index file"1002msgstr ""10031004#: builtin/checkout.c:3191005#: builtin/diff.c:3021006#: builtin/merge.c:4081007msgid "diff_setup_done failed"1008msgstr ""10091010#: builtin/checkout.c:4141011msgid "you need to resolve your current index first"1012msgstr ""10131014#: builtin/checkout.c:5331015#, c-format1016msgid "Can not do reflog for '%s'\n"1017msgstr ""10181019#: builtin/checkout.c:5651020msgid "HEAD is now at"1021msgstr "HEAD é agora em "10221023#: builtin/checkout.c:5721024#, c-format1025msgid "Reset branch '%s'\n"1026msgstr "Reset rama '%s'\n"10271028#: builtin/checkout.c:5751029#, c-format1030msgid "Already on '%s'\n"1031msgstr "Já em '%s'\n"10321033#: builtin/checkout.c:5791034#, c-format1035msgid "Switched to and reset branch '%s'\n"1036msgstr ""10371038#: builtin/checkout.c:5811039#, c-format1040msgid "Switched to a new branch '%s'\n"1041msgstr "Mudado para a nova rama '%s'\n"10421043#: builtin/checkout.c:5831044#, c-format1045msgid "Switched to branch '%s'\n"1046msgstr "Mudado para a rama '%s'\n"10471048#: builtin/checkout.c:6391049#, c-format1050msgid " ... and %d more.\n"1051msgstr " ... e %d mais.\n"10521053#. The singular version1054#: builtin/checkout.c:6451055#, c-format1056msgid ""1057"Warning: you are leaving %d commit behind, not connected to\n"1058"any of your branches:\n"1059"\n"1060"%s\n"1061msgid_plural ""1062"Warning: you are leaving %d commits behind, not connected to\n"1063"any of your branches:\n"1064"\n"1065"%s\n"1066msgstr[0] ""1067msgstr[1] ""10681069#: builtin/checkout.c:6631070#, c-format1071msgid ""1072"If you want to keep them by creating a new branch, this may be a good time\n"1073"to do so with:\n"1074"\n"1075" git branch new_branch_name %s\n"1076"\n"1077msgstr ""10781079#: builtin/checkout.c:6921080msgid "internal error in revision walk"1081msgstr ""10821083#: builtin/checkout.c:6961084msgid "Previous HEAD position was"1085msgstr ""10861087#: builtin/checkout.c:7221088msgid "You are on a branch yet to be born"1089msgstr ""10901091#. case (1)1092#: builtin/checkout.c:8531093#, c-format1094msgid "invalid reference: %s"1095msgstr ""10961097#. case (1): want a tree1098#: builtin/checkout.c:8921099#, c-format1100msgid "reference is not a tree: %s"1101msgstr ""11021103#: builtin/checkout.c:9721104msgid "-B cannot be used with -b"1105msgstr ""11061107#: builtin/checkout.c:9811108msgid "--patch is incompatible with all other options"1109msgstr ""11101111#: builtin/checkout.c:9841112msgid "--detach cannot be used with -b/-B/--orphan"1113msgstr ""11141115#: builtin/checkout.c:9861116msgid "--detach cannot be used with -t"1117msgstr ""11181119#: builtin/checkout.c:9921120msgid "--track needs a branch name"1121msgstr ""11221123#: builtin/checkout.c:9991124msgid "Missing branch name; try -b"1125msgstr ""11261127#: builtin/checkout.c:10051128msgid "--orphan and -b|-B are mutually exclusive"1129msgstr ""11301131#: builtin/checkout.c:10071132msgid "--orphan cannot be used with -t"1133msgstr ""11341135#: builtin/checkout.c:10171136msgid "git checkout: -f and -m are incompatible"1137msgstr ""11381139#: builtin/checkout.c:10511140msgid "invalid path specification"1141msgstr ""11421143#: builtin/checkout.c:10591144#, c-format1145msgid ""1146"git checkout: updating paths is incompatible with switching branches.\n"1147"Did you intend to checkout '%s' which can not be resolved as commit?"1148msgstr ""11491150#: builtin/checkout.c:10611151msgid "git checkout: updating paths is incompatible with switching branches."1152msgstr ""11531154#: builtin/checkout.c:10661155msgid "git checkout: --detach does not take a path argument"1156msgstr ""11571158#: builtin/checkout.c:10691159msgid ""1160"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1161"checking out of the index."1162msgstr ""11631164#: builtin/checkout.c:10881165msgid "Cannot switch branch to a non-commit."1166msgstr ""11671168#: builtin/checkout.c:10911169msgid "--ours/--theirs is incompatible with switching branches."1170msgstr ""11711172#: builtin/clean.c:781173msgid "-x and -X cannot be used together"1174msgstr ""11751176#: builtin/clean.c:821177msgid "clean.requireForce set to true and neither -n nor -f given; refusing to clean"1178msgstr ""11791180#: builtin/clean.c:851181msgid "clean.requireForce defaults to true and neither -n nor -f given; refusing to clean"1182msgstr ""11831184#: builtin/clean.c:1551185#: builtin/clean.c:1761186#, c-format1187msgid "Would remove %s\n"1188msgstr ""11891190#: builtin/clean.c:1591191#: builtin/clean.c:1791192#, c-format1193msgid "Removing %s\n"1194msgstr "Eliminando %s\n"11951196#: builtin/clean.c:1621197#: builtin/clean.c:1821198#, c-format1199msgid "failed to remove %s"1200msgstr ""12011202#: builtin/clean.c:1661203#, c-format1204msgid "Would not remove %s\n"1205msgstr ""12061207#: builtin/clean.c:1681208#, c-format1209msgid "Not removing %s\n"1210msgstr ""12111212#: builtin/clone.c:2431213#, c-format1214msgid "reference repository '%s' is not a local directory."1215msgstr ""12161217#: builtin/clone.c:3021218#, c-format1219msgid "failed to open '%s'"1220msgstr ""12211222#: builtin/clone.c:3061223#, c-format1224msgid "failed to create directory '%s'"1225msgstr ""12261227#: builtin/clone.c:3081228#: builtin/diff.c:751229#, c-format1230msgid "failed to stat '%s'"1231msgstr ""12321233#: builtin/clone.c:3101234#, c-format1235msgid "%s exists and is not a directory"1236msgstr ""12371238#: builtin/clone.c:3241239#, c-format1240msgid "failed to stat %s\n"1241msgstr ""12421243#: builtin/clone.c:3411244#, c-format1245msgid "failed to unlink '%s'"1246msgstr ""12471248#: builtin/clone.c:3461249#, c-format1250msgid "failed to create link '%s'"1251msgstr ""12521253#: builtin/clone.c:3501254#, c-format1255msgid "failed to copy file to '%s'"1256msgstr ""12571258#: builtin/clone.c:3731259#, c-format1260msgid "done.\n"1261msgstr "terminado.\n"12621263#: builtin/clone.c:4401264#, c-format1265msgid "Could not find remote branch %s to clone."1266msgstr ""12671268#: builtin/clone.c:5491269msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1270msgstr ""12711272#: builtin/clone.c:6391273msgid "Too many arguments."1274msgstr "Demasiados parametros."12751276#: builtin/clone.c:6431277msgid "You must specify a repository to clone."1278msgstr ""12791280#: builtin/clone.c:6541281#, c-format1282msgid "--bare and --origin %s options are incompatible."1283msgstr ""12841285#: builtin/clone.c:6681286#, c-format1287msgid "repository '%s' does not exist"1288msgstr ""12891290#: builtin/clone.c:6731291msgid "--depth is ignored in local clones; use file:// instead."1292msgstr ""12931294#: builtin/clone.c:6831295#, c-format1296msgid "destination path '%s' already exists and is not an empty directory."1297msgstr ""12981299#: builtin/clone.c:6931300#, c-format1301msgid "working tree '%s' already exists."1302msgstr ""13031304#: builtin/clone.c:7061305#: builtin/clone.c:7201306#, c-format1307msgid "could not create leading directories of '%s'"1308msgstr ""13091310#: builtin/clone.c:7091311#, c-format1312msgid "could not create work tree dir '%s'."1313msgstr ""13141315#: builtin/clone.c:7281316#, c-format1317msgid "Cloning into bare repository '%s'...\n"1318msgstr "Clonando em um repositorio nu (bare) '%s'...\n"13191320#: builtin/clone.c:7301321#, c-format1322msgid "Cloning into '%s'...\n"1323msgstr "Clonar em '%s'...\n"13241325#: builtin/clone.c:7861326#, c-format1327msgid "Don't know how to clone %s"1328msgstr "Não sei como clonar %s"13291330#: builtin/clone.c:8351331#, c-format1332msgid "Remote branch %s not found in upstream %s"1333msgstr ""13341335#: builtin/clone.c:8421336msgid "You appear to have cloned an empty repository."1337msgstr ""13381339#: builtin/commit.c:421340msgid ""1341"Your name and email address were configured automatically based\n"1342"on your username and hostname. Please check that they are accurate.\n"1343"You can suppress this message by setting them explicitly:\n"1344"\n"1345" git config --global user.name \"Your Name\"\n"1346" git config --global user.email you@example.com\n"1347"\n"1348"After doing this, you may fix the identity used for this commit with:\n"1349"\n"1350" git commit --amend --reset-author\n"1351msgstr ""1352"O seu nome e endereço de e-mail foram configurados automaticamente com base\n"1353"no o seu usuario e nome da maquina. Por favor, verifique se eles são precisos.\n"1354"Você pode suprimir esta mensagem, configurando-los explicitamente:\n"1355"\n"1356" git config --global user.name \"O teu Nome\"\n"1357" git config --global user.email tu@examplo.com\n"1358"\n"1359"Após fazer isso, você pode corregir a identidade usada em este commit com:\n"1360"\n"1361" git commit --amend --reset-author\n"13621363#: builtin/commit.c:541364msgid ""1365"You asked to amend the most recent commit, but doing so would make\n"1366"it empty. You can repeat your command with --allow-empty, or you can\n"1367"remove the commit entirely with \"git reset HEAD^\".\n"1368msgstr ""13691370#: builtin/commit.c:591371msgid ""1372"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1373"If you wish to commit it anyway, use:\n"1374"\n"1375" git commit --allow-empty\n"1376"\n"1377"Otherwise, please use 'git reset'\n"1378msgstr ""13791380#: builtin/commit.c:2051381#: builtin/reset.c:331382msgid "merge"1383msgstr "juntar"13841385#: builtin/commit.c:2081386msgid "cherry-pick"1387msgstr "cherry-pick"13881389#: builtin/commit.c:3251390msgid "failed to unpack HEAD tree object"1391msgstr ""13921393#: builtin/commit.c:3671394msgid "unable to create temporary index"1395msgstr ""13961397#: builtin/commit.c:3731398msgid "interactive add failed"1399msgstr "falhou adicionar interativo"14001401#: builtin/commit.c:4061402#: builtin/commit.c:4271403#: builtin/commit.c:4731404msgid "unable to write new_index file"1405msgstr ""14061407#: builtin/commit.c:4571408#, c-format1409msgid "cannot do a partial commit during a %s."1410msgstr ""14111412#: builtin/commit.c:4661413msgid "cannot read the index"1414msgstr "não foi possível ler o indíce"14151416#: builtin/commit.c:4861417msgid "unable to write temporary index file"1418msgstr ""14191420#: builtin/commit.c:5501421#: builtin/commit.c:5561422#, c-format1423msgid "invalid commit: %s"1424msgstr "commit inválido: %s"14251426#: builtin/commit.c:5791427msgid "malformed --author parameter"1428msgstr ""14291430#: builtin/commit.c:6351431#, c-format1432msgid "Malformed ident string: '%s'"1433msgstr ""14341435#: builtin/commit.c:6701436#: builtin/commit.c:7031437#: builtin/commit.c:10001438#, c-format1439msgid "could not lookup commit %s"1440msgstr ""14411442#: builtin/commit.c:6821443#: builtin/shortlog.c:2961444#, c-format1445msgid "(reading log message from standard input)\n"1446msgstr ""14471448#: builtin/commit.c:6841449msgid "could not read log from standard input"1450msgstr ""14511452#: builtin/commit.c:6881453#, c-format1454msgid "could not read log file '%s'"1455msgstr "não é possivel ler o ficheiro de log '%s'"14561457#: builtin/commit.c:6941458msgid "commit has empty message"1459msgstr "a mensagem do commit está vazia"14601461#: builtin/commit.c:7101462msgid "could not read MERGE_MSG"1463msgstr "não é possivel ler MERGE_MSG"14641465#: builtin/commit.c:7141466msgid "could not read SQUASH_MSG"1467msgstr "não é possivel ler SQUASH_MSG"14681469#: builtin/commit.c:7181470#, c-format1471msgid "could not read '%s'"1472msgstr "não é possivel ler '%s'"14731474#: builtin/commit.c:7461475#, c-format1476msgid "could not open '%s'"1477msgstr "não é possivel abrir '%s'"14781479#: builtin/commit.c:7701480msgid "could not write commit template"1481msgstr ""14821483#: builtin/commit.c:7831484#, c-format1485msgid ""1486"\n"1487"It looks like you may be committing a %s.\n"1488"If this is not correct, please remove the file\n"1489"\t%s\n"1490"and try again.\n"1491msgstr ""14921493#: builtin/commit.c:7961494msgid "Please enter the commit message for your changes."1495msgstr "Por favor insira a mensagem de commit das suas alterações."14961497#: builtin/commit.c:7991498msgid ""1499" Lines starting\n"1500"with '#' will be ignored, and an empty message aborts the commit.\n"1501msgstr ""15021503#: builtin/commit.c:8041504msgid ""1505" Lines starting\n"1506"with '#' will be kept; you may remove them yourself if you want to.\n"1507"An empty message aborts the commit.\n"1508msgstr ""15091510#: builtin/commit.c:8161511#, c-format1512msgid "%sAuthor: %s"1513msgstr "%sAutor: %s"15141515#: builtin/commit.c:8231516#, c-format1517msgid "%sCommitter: %s"1518msgstr "%sCommitador: %s"15191520#: builtin/commit.c:8431521msgid "Cannot read index"1522msgstr ""15231524#: builtin/commit.c:8801525msgid "Error building trees"1526msgstr ""15271528#: builtin/commit.c:8951529#: builtin/tag.c:3571530#, c-format1531msgid "Please supply the message using either -m or -F option.\n"1532msgstr ""15331534#: builtin/commit.c:9751535#, c-format1536msgid "No existing author found with '%s'"1537msgstr ""15381539#: builtin/commit.c:9901540#: builtin/commit.c:11821541#, c-format1542msgid "Invalid untracked files mode '%s'"1543msgstr ""15441545#: builtin/commit.c:10301546msgid "Using both --reset-author and --author does not make sense"1547msgstr ""15481549#: builtin/commit.c:10411550msgid "You have nothing to amend."1551msgstr "Você não tem nada a corregir."15521553#: builtin/commit.c:10431554#, c-format1555msgid "You are in the middle of a %s -- cannot amend."1556msgstr ""15571558#: builtin/commit.c:10451559msgid "Options --squash and --fixup cannot be used together"1560msgstr ""15611562#: builtin/commit.c:10551563msgid "Only one of -c/-C/-F/--fixup can be used."1564msgstr ""15651566#: builtin/commit.c:10571567msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1568msgstr ""15691570#: builtin/commit.c:10631571msgid "--reset-author can be used only with -C, -c or --amend."1572msgstr ""15731574#: builtin/commit.c:10801575msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1576msgstr ""15771578#: builtin/commit.c:10821579msgid "No paths with --include/--only does not make sense."1580msgstr ""15811582#: builtin/commit.c:10841583msgid "Clever... amending the last one with dirty index."1584msgstr ""15851586#: builtin/commit.c:10861587msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1588msgstr ""15891590#: builtin/commit.c:10961591#: builtin/tag.c:5561592#, c-format1593msgid "Invalid cleanup mode %s"1594msgstr ""15951596#: builtin/commit.c:11011597msgid "Paths with -a does not make sense."1598msgstr ""15991600#: builtin/commit.c:12801601msgid "couldn't look up newly created commit"1602msgstr ""16031604#: builtin/commit.c:12821605msgid "could not parse newly created commit"1606msgstr ""16071608#: builtin/commit.c:13231609msgid "detached HEAD"1610msgstr ""16111612#: builtin/commit.c:13251613msgid " (root-commit)"1614msgstr " (root-commit)"16151616#: builtin/commit.c:14151617msgid "could not parse HEAD commit"1618msgstr ""16191620#: builtin/commit.c:14521621#: builtin/merge.c:5091622#, c-format1623msgid "could not open '%s' for reading"1624msgstr ""16251626#: builtin/commit.c:14591627#, c-format1628msgid "Corrupt MERGE_HEAD file (%s)"1629msgstr ""16301631#: builtin/commit.c:14661632msgid "could not read MERGE_MODE"1633msgstr ""16341635#: builtin/commit.c:14851636#, c-format1637msgid "could not read commit message: %s"1638msgstr ""16391640#: builtin/commit.c:14991641#, c-format1642msgid "Aborting commit due to empty commit message.\n"1643msgstr ""16441645#: builtin/commit.c:15141646#: builtin/merge.c:9351647#: builtin/merge.c:9681648msgid "failed to write commit object"1649msgstr ""16501651#: builtin/commit.c:15351652msgid "cannot lock HEAD ref"1653msgstr ""16541655#: builtin/commit.c:15391656msgid "cannot update HEAD ref"1657msgstr ""16581659#: builtin/commit.c:15501660msgid ""1661"Repository has been updated, but unable to write\n"1662"new_index file. Check that disk is not full or quota is\n"1663"not exceeded, and then \"git reset HEAD\" to recover."1664msgstr ""16651666#: builtin/describe.c:2341667#, c-format1668msgid "annotated tag %s not available"1669msgstr ""16701671#: builtin/describe.c:2381672#, c-format1673msgid "annotated tag %s has no embedded name"1674msgstr ""16751676#: builtin/describe.c:2401677#, c-format1678msgid "tag '%s' is really '%s' here"1679msgstr ""16801681#: builtin/describe.c:2671682#, c-format1683msgid "Not a valid object name %s"1684msgstr ""16851686#: builtin/describe.c:2701687#, c-format1688msgid "%s is not a valid '%s' object"1689msgstr ""16901691#: builtin/describe.c:2871692#, c-format1693msgid "no tag exactly matches '%s'"1694msgstr ""16951696#: builtin/describe.c:2891697#, c-format1698msgid "searching to describe %s\n"1699msgstr ""17001701#: builtin/describe.c:3291702#, c-format1703msgid "finished search at %s\n"1704msgstr ""17051706#: builtin/describe.c:3531707#, c-format1708msgid ""1709"No annotated tags can describe '%s'.\n"1710"However, there were unannotated tags: try --tags."1711msgstr ""17121713#: builtin/describe.c:3571714#, c-format1715msgid ""1716"No tags can describe '%s'.\n"1717"Try --always, or create some tags."1718msgstr ""17191720#: builtin/describe.c:3781721#, c-format1722msgid "traversed %lu commits\n"1723msgstr ""17241725#: builtin/describe.c:3811726#, c-format1727msgid ""1728"more than %i tags found; listed %i most recent\n"1729"gave up search at %s\n"1730msgstr ""17311732#: builtin/describe.c:4361733msgid "--long is incompatible with --abbrev=0"1734msgstr ""17351736#: builtin/describe.c:4621737msgid "No names found, cannot describe anything."1738msgstr "Nenhum nome encontrado, não descreve nada."17391740#: builtin/describe.c:4821741msgid "--dirty is incompatible with committishes"1742msgstr ""17431744#: builtin/diff.c:771745#, c-format1746msgid "'%s': not a regular file or symlink"1747msgstr ""17481749#: builtin/diff.c:2201750#, c-format1751msgid "invalid option: %s"1752msgstr ""17531754#: builtin/diff.c:2971755msgid "Not a git repository"1756msgstr "Não é um repositorio git"17571758#: builtin/diff.c:3471759#, c-format1760msgid "invalid object '%s' given."1761msgstr ""17621763#: builtin/diff.c:3521764#, c-format1765msgid "more than %d trees given: '%s'"1766msgstr ""17671768#: builtin/diff.c:3621769#, c-format1770msgid "more than two blobs given: '%s'"1771msgstr ""17721773#: builtin/diff.c:3701774#, c-format1775msgid "unhandled object '%s' given."1776msgstr ""17771778#: builtin/fetch.c:2001779msgid "Couldn't find remote ref HEAD"1780msgstr ""17811782#: builtin/fetch.c:2521783#, c-format1784msgid "object %s not found"1785msgstr ""17861787#: builtin/fetch.c:2581788msgid "[up to date]"1789msgstr "[Actualizada]"17901791#: builtin/fetch.c:2721792#, c-format1793msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1794msgstr ""17951796#: builtin/fetch.c:2731797#: builtin/fetch.c:3511798msgid "[rejected]"1799msgstr "[rejeitado]"18001801#: builtin/fetch.c:2841802msgid "[tag update]"1803msgstr "[etiqueta actualizada]"18041805#: builtin/fetch.c:2861806#: builtin/fetch.c:3131807#: builtin/fetch.c:3311808msgid " (unable to update local ref)"1809msgstr ""18101811#: builtin/fetch.c:2981812msgid "[new tag]"1813msgstr "[nova etiqueta]"18141815#: builtin/fetch.c:3021816msgid "[new branch]"1817msgstr "[nova rama]"18181819#: builtin/fetch.c:3471820msgid "unable to update local ref"1821msgstr ""18221823#: builtin/fetch.c:3471824msgid "forced update"1825msgstr "actualização forçada"18261827#: builtin/fetch.c:3531828msgid "(non-fast-forward)"1829msgstr ""18301831#: builtin/fetch.c:3841832#: builtin/fetch.c:6761833#, c-format1834msgid "cannot open %s: %s\n"1835msgstr ""18361837#: builtin/fetch.c:3931838#, c-format1839msgid "%s did not send all necessary objects\n"1840msgstr ""18411842#: builtin/fetch.c:4791843#, c-format1844msgid "From %.*s\n"1845msgstr "Para %.*s\n"18461847#: builtin/fetch.c:4901848#, c-format1849msgid ""1850"some local refs could not be updated; try running\n"1851" 'git remote prune %s' to remove any old, conflicting branches"1852msgstr ""18531854#: builtin/fetch.c:5401855#, c-format1856msgid " (%s will become dangling)\n"1857msgstr ""18581859#: builtin/fetch.c:5411860#, c-format1861msgid " (%s has become dangling)\n"1862msgstr ""18631864#: builtin/fetch.c:5481865msgid "[deleted]"1866msgstr "[eliminado]"18671868#: builtin/fetch.c:5491869msgid "(none)"1870msgstr "(nenhum)"18711872#: builtin/fetch.c:6661873#, c-format1874msgid "Refusing to fetch into current branch %s of non-bare repository"1875msgstr ""18761877#: builtin/fetch.c:7001878#, c-format1879msgid "Don't know how to fetch from %s"1880msgstr ""18811882#: builtin/fetch.c:7771883#, c-format1884msgid "Option \"%s\" value \"%s\" is not valid for %s"1885msgstr ""18861887#: builtin/fetch.c:7801888#, c-format1889msgid "Option \"%s\" is ignored for %s\n"1890msgstr ""18911892#: builtin/fetch.c:8791893#, c-format1894msgid "Fetching %s\n"1895msgstr "Baixando %s\n"18961897#: builtin/fetch.c:8811898#, c-format1899msgid "Could not fetch %s"1900msgstr ""19011902#: builtin/fetch.c:8981903msgid ""1904"No remote repository specified. Please, specify either a URL or a\n"1905"remote name from which new revisions should be fetched."1906msgstr ""1907"Nenhum repositório remoto especificado. Por favor, especifique um URL ou o\n"1908"nome remoto a partir do qual novas revisões devem ser obtida."19091910#: builtin/fetch.c:9181911msgid "You need to specify a tag name."1912msgstr "Você precisa especificar um nome da etiqueta."19131914#: builtin/fetch.c:9701915msgid "fetch --all does not take a repository argument"1916msgstr ""19171918#: builtin/fetch.c:9721919msgid "fetch --all does not make sense with refspecs"1920msgstr ""19211922#: builtin/fetch.c:9831923#, c-format1924msgid "No such remote or remote group: %s"1925msgstr ""19261927#: builtin/fetch.c:9911928msgid "Fetching a group and specifying refspecs does not make sense"1929msgstr ""19301931#: builtin/gc.c:631932#, c-format1933msgid "Invalid %s: '%s'"1934msgstr "Inválido %s: '%s'"19351936#: builtin/gc.c:781937msgid "Too many options specified"1938msgstr "Demasiadas opções especificadas"19391940#: builtin/gc.c:1031941#, c-format1942msgid "insanely long object directory %.*s"1943msgstr ""19441945#: builtin/gc.c:2231946#, c-format1947msgid "Auto packing the repository for optimum performance.\n"1948msgstr ""19491950#: builtin/gc.c:2261951#, c-format1952msgid ""1953"Auto packing the repository for optimum performance. You may also\n"1954"run \"git gc\" manually. See \"git help gc\" for more information.\n"1955msgstr ""19561957#: builtin/gc.c:2561958msgid "There are too many unreachable loose objects; run 'git prune' to remove them."1959msgstr ""19601961#: builtin/grep.c:2161962#, c-format1963msgid "grep: failed to create thread: %s"1964msgstr ""19651966#: builtin/grep.c:4021967#, c-format1968msgid "Failed to chdir: %s"1969msgstr ""19701971#: builtin/grep.c:4781972#: builtin/grep.c:5121973#, c-format1974msgid "unable to read tree (%s)"1975msgstr ""19761977#: builtin/grep.c:5261978#, c-format1979msgid "unable to grep from object of type %s"1980msgstr ""19811982#: builtin/grep.c:5841983#, c-format1984msgid "switch `%c' expects a numerical value"1985msgstr ""19861987#: builtin/grep.c:6011988#, c-format1989msgid "cannot open '%s'"1990msgstr ""19911992#: builtin/grep.c:8881993msgid "no pattern given."1994msgstr ""19951996#: builtin/grep.c:9021997#, c-format1998msgid "bad object %s"1999msgstr ""20002001#: builtin/grep.c:9432002msgid "--open-files-in-pager only works on the worktree"2003msgstr ""20042005#: builtin/grep.c:9662006msgid "--cached or --untracked cannot be used with --no-index."2007msgstr ""20082009#: builtin/grep.c:9712010msgid "--no-index or --untracked cannot be used with revs."2011msgstr ""20122013#: builtin/grep.c:9742014msgid "--[no-]exclude-standard cannot be used for tracked contents."2015msgstr ""20162017#: builtin/grep.c:9822018msgid "both --cached and trees are given."2019msgstr ""20202021#: builtin/init-db.c:352022#, c-format2023msgid "Could not make %s writable by group"2024msgstr ""20252026#: builtin/init-db.c:622027#, c-format2028msgid "insanely long template name %s"2029msgstr ""20302031#: builtin/init-db.c:672032#, c-format2033msgid "cannot stat '%s'"2034msgstr ""20352036#: builtin/init-db.c:732037#, c-format2038msgid "cannot stat template '%s'"2039msgstr ""20402041#: builtin/init-db.c:802042#, c-format2043msgid "cannot opendir '%s'"2044msgstr ""20452046#: builtin/init-db.c:972047#, c-format2048msgid "cannot readlink '%s'"2049msgstr ""20502051#: builtin/init-db.c:992052#, c-format2053msgid "insanely long symlink %s"2054msgstr ""20552056#: builtin/init-db.c:1022057#, c-format2058msgid "cannot symlink '%s' '%s'"2059msgstr ""20602061#: builtin/init-db.c:1062062#, c-format2063msgid "cannot copy '%s' to '%s'"2064msgstr ""20652066#: builtin/init-db.c:1102067#, c-format2068msgid "ignoring template %s"2069msgstr ""20702071#: builtin/init-db.c:1332072#, c-format2073msgid "insanely long template path %s"2074msgstr ""20752076#: builtin/init-db.c:1412077#, c-format2078msgid "templates not found %s"2079msgstr ""20802081#: builtin/init-db.c:1542082#, c-format2083msgid "not copying templates of a wrong format version %d from '%s'"2084msgstr ""20852086#: builtin/init-db.c:1922087#, c-format2088msgid "insane git directory %s"2089msgstr ""20902091#: builtin/init-db.c:3222092#: builtin/init-db.c:3252093#, c-format2094msgid "%s already exists"2095msgstr "%s já existe"20962097#: builtin/init-db.c:3542098#, c-format2099msgid "unable to handle file type %d"2100msgstr ""21012102#: builtin/init-db.c:3572103#, c-format2104msgid "unable to move %s to %s"2105msgstr ""21062107#: builtin/init-db.c:3622108#, c-format2109msgid "Could not create git link %s"2110msgstr ""21112112#.2113#. * TRANSLATORS: The first '%s' is either "Reinitialized2114#. * existing" or "Initialized empty", the second " shared" or2115#. * "", and the last '%s%s' is the verbatim directory name.2116#.2117#: builtin/init-db.c:4192118#, c-format2119msgid "%s%s Git repository in %s%s\n"2120msgstr ""21212122#: builtin/init-db.c:4202123msgid "Reinitialized existing"2124msgstr ""21252126#: builtin/init-db.c:4202127msgid "Initialized empty"2128msgstr "Inicializada vazio"21292130#: builtin/init-db.c:4212131msgid " shared"2132msgstr " partilhado"21332134#: builtin/init-db.c:4402135msgid "cannot tell cwd"2136msgstr ""21372138#: builtin/init-db.c:5212139#: builtin/init-db.c:5282140#, c-format2141msgid "cannot mkdir %s"2142msgstr ""21432144#: builtin/init-db.c:5322145#, c-format2146msgid "cannot chdir to %s"2147msgstr ""21482149#: builtin/init-db.c:5542150#, c-format2151msgid "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-dir=<directory>)"2152msgstr ""21532154#: builtin/init-db.c:5782155msgid "Cannot access current working directory"2156msgstr ""21572158#: builtin/init-db.c:5852159#, c-format2160msgid "Cannot access work tree '%s'"2161msgstr ""21622163#: builtin/log.c:1872164#, c-format2165msgid "Final output: %d %s\n"2166msgstr ""21672168#: builtin/log.c:3952169#: builtin/log.c:4832170#, c-format2171msgid "Could not read object %s"2172msgstr ""21732174#: builtin/log.c:5072175#, c-format2176msgid "Unknown type: %d"2177msgstr "Tipo desconhecido: %d"21782179#: builtin/log.c:5962180msgid "format.headers without value"2181msgstr ""21822183#: builtin/log.c:6692184msgid "name of output directory is too long"2185msgstr "nome do diretório de saída é demasiado longo"21862187#: builtin/log.c:6802188#, c-format2189msgid "Cannot open patch file %s"2190msgstr "Não é possivel abrir o ficheiro patch %s"21912192#: builtin/log.c:6942193msgid "Need exactly one range."2194msgstr "Necessita de exatamente um intervalo."21952196#: builtin/log.c:7022197msgid "Not a range."2198msgstr "Não é um intervalo."21992200#: builtin/log.c:7392201msgid "Could not extract email from committer identity."2202msgstr "Não foi possível extrair a identidade do committer do e-mail."22032204#: builtin/log.c:7852205msgid "Cover letter needs email format"2206msgstr "Carta de apresentação necessita um modelo de e-mail"22072208#: builtin/log.c:8792209#, c-format2210msgid "insane in-reply-to: %s"2211msgstr ""22122213#: builtin/log.c:9522214msgid "Two output directories?"2215msgstr "Dois diretórios de saída?"22162217#: builtin/log.c:11732218#, c-format2219msgid "bogus committer info %s"2220msgstr ""22212222#: builtin/log.c:12182223msgid "-n and -k are mutually exclusive."2224msgstr ""22252226#: builtin/log.c:12202227msgid "--subject-prefix and -k are mutually exclusive."2228msgstr ""22292230#: builtin/log.c:12252231#: builtin/shortlog.c:2842232#, c-format2233msgid "unrecognized argument: %s"2234msgstr "argumento não reconhecido: %s"22352236#: builtin/log.c:12282237msgid "--name-only does not make sense"2238msgstr ""22392240#: builtin/log.c:12302241msgid "--name-status does not make sense"2242msgstr ""22432244#: builtin/log.c:12322245msgid "--check does not make sense"2246msgstr ""22472248#: builtin/log.c:12552249msgid "standard output, or directory, which one?"2250msgstr "saída padrão, ou diretório, qual deles?"22512252#: builtin/log.c:12572253#, c-format2254msgid "Could not create directory '%s'"2255msgstr ""22562257#: builtin/log.c:14102258msgid "Failed to create output files"2259msgstr "Falhou ao criar ficheiros de saída"22602261#: builtin/log.c:15142262#, c-format2263msgid "Could not find a tracked remote branch, please specify <upstream> manually.\n"2264msgstr ""22652266#: builtin/log.c:15302267#: builtin/log.c:15322268#: builtin/log.c:15442269#, c-format2270msgid "Unknown commit %s"2271msgstr "Commit desconhecido %s"22722273#: builtin/merge.c:912274msgid "switch `m' requires a value"2275msgstr ""22762277#: builtin/merge.c:1282278#, c-format2279msgid "Could not find merge strategy '%s'.\n"2280msgstr ""22812282#: builtin/merge.c:1292283#, c-format2284msgid "Available strategies are:"2285msgstr "As estratégias disponíveis são:"22862287#: builtin/merge.c:1342288#, c-format2289msgid "Available custom strategies are:"2290msgstr "Estratégias personalizadas disponíveis são:"22912292#: builtin/merge.c:2412293msgid "could not run stash."2294msgstr ""22952296#: builtin/merge.c:2462297msgid "stash failed"2298msgstr "falhou o stash"22992300#: builtin/merge.c:2512301#, c-format2302msgid "not a valid object: %s"2303msgstr ""23042305#: builtin/merge.c:2702306#: builtin/merge.c:2872307msgid "read-tree failed"2308msgstr ""23092310#: builtin/merge.c:3172311msgid " (nothing to squash)"2312msgstr " (nada para squash)"23132314#: builtin/merge.c:3302315#, c-format2316msgid "Squash commit -- not updating HEAD\n"2317msgstr ""23182319#: builtin/merge.c:3622320msgid "Writing SQUASH_MSG"2321msgstr "Escrevendo SQUASH_MSG"23222323#: builtin/merge.c:3642324msgid "Finishing SQUASH_MSG"2325msgstr "Terminando SQUASH_MSG"23262327#: builtin/merge.c:3862328#, c-format2329msgid "No merge message -- not updating HEAD\n"2330msgstr ""23312332#: builtin/merge.c:4372333#, c-format2334msgid "'%s' does not point to a commit"2335msgstr ""23362337#: builtin/merge.c:5362338#, c-format2339msgid "Bad branch.%s.mergeoptions string: %s"2340msgstr ""23412342#: builtin/merge.c:6292343msgid "git write-tree failed to write a tree"2344msgstr ""23452346#: builtin/merge.c:6792347msgid "failed to read the cache"2348msgstr ""23492350#: builtin/merge.c:6962351msgid "Unable to write index."2352msgstr ""23532354#: builtin/merge.c:7092355msgid "Not handling anything other than two heads merge."2356msgstr ""23572358#: builtin/merge.c:7232359#, c-format2360msgid "Unknown option for merge-recursive: -X%s"2361msgstr ""23622363#: builtin/merge.c:7372364#, c-format2365msgid "unable to write %s"2366msgstr ""23672368#: builtin/merge.c:8762369#, c-format2370msgid "Could not read from '%s'"2371msgstr ""23722373#: builtin/merge.c:8852374#, c-format2375msgid "Not committing merge; use 'git commit' to complete the merge.\n"2376msgstr "Não commitando um merge; usa 'git commit' para completar o merge.\n"23772378#: builtin/merge.c:8912379msgid ""2380"Please enter a commit message to explain why this merge is necessary,\n"2381"especially if it merges an updated upstream into a topic branch.\n"2382"\n"2383"Lines starting with '#' will be ignored, and an empty message aborts\n"2384"the commit.\n"2385msgstr ""23862387#: builtin/merge.c:9152388msgid "Empty commit message."2389msgstr "Mensagem de commit vazia."23902391#: builtin/merge.c:9272392#, c-format2393msgid "Wonderful.\n"2394msgstr "Fastastico.\n"23952396#: builtin/merge.c:10002397#, c-format2398msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2399msgstr ""24002401#: builtin/merge.c:10162402#, c-format2403msgid "'%s' is not a commit"2404msgstr "'%s' não é um commit"24052406#: builtin/merge.c:10572407msgid "No current branch."2408msgstr "Nenhuma rama actual"24092410#: builtin/merge.c:10592411msgid "No remote for the current branch."2412msgstr ""24132414#: builtin/merge.c:10612415msgid "No default upstream defined for the current branch."2416msgstr ""24172418#: builtin/merge.c:10662419#, c-format2420msgid "No remote tracking branch for %s from %s"2421msgstr ""24222423#: builtin/merge.c:11882424msgid "There is no merge to abort (MERGE_HEAD missing)."2425msgstr ""24262427#: builtin/merge.c:12042428#: git-pull.sh:312429msgid ""2430"You have not concluded your merge (MERGE_HEAD exists).\n"2431"Please, commit your changes before you can merge."2432msgstr ""24332434#: builtin/merge.c:12072435#: git-pull.sh:342436msgid "You have not concluded your merge (MERGE_HEAD exists)."2437msgstr ""24382439#: builtin/merge.c:12112440msgid ""2441"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2442"Please, commit your changes before you can merge."2443msgstr ""24442445#: builtin/merge.c:12142446msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2447msgstr ""24482449#: builtin/merge.c:12232450msgid "You cannot combine --squash with --no-ff."2451msgstr ""24522453#: builtin/merge.c:12282454msgid "You cannot combine --no-ff with --ff-only."2455msgstr ""24562457#: builtin/merge.c:12352458msgid "No commit specified and merge.defaultToUpstream not set."2459msgstr ""24602461#: builtin/merge.c:12662462msgid "Can merge only exactly one commit into empty head"2463msgstr ""24642465#: builtin/merge.c:12692466msgid "Squash commit into empty head not supported yet"2467msgstr ""24682469#: builtin/merge.c:12712470msgid "Non-fast-forward commit does not make sense into an empty head"2471msgstr ""24722473#: builtin/merge.c:12752474#: builtin/merge.c:13192475#, c-format2476msgid "%s - not something we can merge"2477msgstr ""24782479#: builtin/merge.c:13852480#, c-format2481msgid "Updating %s..%s\n"2482msgstr "Actualizando %s..%s\n"24832484#: builtin/merge.c:14232485#, c-format2486msgid "Trying really trivial in-index merge...\n"2487msgstr ""24882489#: builtin/merge.c:14302490#, c-format2491msgid "Nope.\n"2492msgstr "Não.\n"24932494#: builtin/merge.c:14622495msgid "Not possible to fast-forward, aborting."2496msgstr ""24972498#: builtin/merge.c:14852499#: builtin/merge.c:15622500#, c-format2501msgid "Rewinding the tree to pristine...\n"2502msgstr ""25032504#: builtin/merge.c:14892505#, c-format2506msgid "Trying merge strategy %s...\n"2507msgstr ""25082509#: builtin/merge.c:15532510#, c-format2511msgid "No merge strategy handled the merge.\n"2512msgstr ""25132514#: builtin/merge.c:15552515#, c-format2516msgid "Merge with strategy %s failed.\n"2517msgstr "Fundir com a estratégia %s falhou.\n"25182519#: builtin/merge.c:15642520#, c-format2521msgid "Using the %s to prepare resolving by hand.\n"2522msgstr ""25232524#: builtin/merge.c:15752525#, c-format2526msgid "Automatic merge went well; stopped before committing as requested\n"2527msgstr ""25282529#: builtin/mv.c:1082530#, c-format2531msgid "Checking rename of '%s' to '%s'\n"2532msgstr ""25332534#: builtin/mv.c:1122535msgid "bad source"2536msgstr "fonte inválida"25372538#: builtin/mv.c:1152539msgid "can not move directory into itself"2540msgstr ""25412542#: builtin/mv.c:1182543msgid "cannot move directory over file"2544msgstr ""25452546#: builtin/mv.c:1282547#, c-format2548msgid "Huh? %.*s is in index?"2549msgstr ""25502551#: builtin/mv.c:1402552msgid "source directory is empty"2553msgstr "o directorio fonte está vazio"25542555#: builtin/mv.c:1712556msgid "not under version control"2557msgstr "não está no controlo de versões"25582559#: builtin/mv.c:1732560msgid "destination exists"2561msgstr "existe destino"25622563#: builtin/mv.c:1812564#, c-format2565msgid "overwriting '%s'"2566msgstr "subscrevendo '%s'"25672568#: builtin/mv.c:1842569msgid "Cannot overwrite"2570msgstr "Não consegue subscrever"25712572#: builtin/mv.c:1872573msgid "multiple sources for the same target"2574msgstr "múltiplas fontes para o mesmo alvo"25752576#: builtin/mv.c:2022577#, c-format2578msgid "%s, source=%s, destination=%s"2579msgstr ""25802581#: builtin/mv.c:2122582#, c-format2583msgid "Renaming %s to %s\n"2584msgstr "Mudar de nome %s para %s\n"25852586#: builtin/mv.c:2152587#, c-format2588msgid "renaming '%s' failed"2589msgstr "mudar de nome '%s' falhou"25902591#: builtin/notes.c:1392592#, c-format2593msgid "unable to start 'show' for object '%s'"2594msgstr ""25952596#: builtin/notes.c:1452597msgid "can't fdopen 'show' output fd"2598msgstr ""25992600#: builtin/notes.c:1552601#, c-format2602msgid "failed to close pipe to 'show' for object '%s'"2603msgstr ""26042605#: builtin/notes.c:1582606#, c-format2607msgid "failed to finish 'show' for object '%s'"2608msgstr ""26092610#: builtin/notes.c:1752611#: builtin/tag.c:3432612#, c-format2613msgid "could not create file '%s'"2614msgstr ""26152616#: builtin/notes.c:1892617msgid "Please supply the note contents using either -m or -F option"2618msgstr ""26192620#: builtin/notes.c:2102621#: builtin/notes.c:9732622#, c-format2623msgid "Removing note for object %s\n"2624msgstr ""26252626#: builtin/notes.c:2152627msgid "unable to write note object"2628msgstr ""26292630#: builtin/notes.c:2172631#, c-format2632msgid "The note contents has been left in %s"2633msgstr ""26342635#: builtin/notes.c:2512636#: builtin/tag.c:5212637#, c-format2638msgid "cannot read '%s'"2639msgstr "não consegue ler '%s'"26402641#: builtin/notes.c:2532642#: builtin/tag.c:5242643#, c-format2644msgid "could not open or read '%s'"2645msgstr ""26462647#: builtin/notes.c:2722648#: builtin/notes.c:4452649#: builtin/notes.c:4472650#: builtin/notes.c:5072651#: builtin/notes.c:5612652#: builtin/notes.c:6442653#: builtin/notes.c:6492654#: builtin/notes.c:7242655#: builtin/notes.c:7662656#: builtin/notes.c:9682657#: builtin/reset.c:2932658#: builtin/tag.c:5372659#, c-format2660msgid "Failed to resolve '%s' as a valid ref."2661msgstr ""26622663#: builtin/notes.c:2752664#, c-format2665msgid "Failed to read object '%s'."2666msgstr ""26672668#: builtin/notes.c:2992669msgid "Cannot commit uninitialized/unreferenced notes tree"2670msgstr ""26712672#: builtin/notes.c:3402673#, c-format2674msgid "Bad notes.rewriteMode value: '%s'"2675msgstr ""26762677#: builtin/notes.c:3502678#, c-format2679msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2680msgstr ""26812682#. TRANSLATORS: The first %s is the name of the2683#. environment variable, the second %s is its value2684#: builtin/notes.c:3772685#, c-format2686msgid "Bad %s value: '%s'"2687msgstr "Inválido %s valor: '%s'"26882689#: builtin/notes.c:4412690#, c-format2691msgid "Malformed input line: '%s'."2692msgstr ""26932694#: builtin/notes.c:4562695#, c-format2696msgid "Failed to copy notes from '%s' to '%s'"2697msgstr ""26982699#: builtin/notes.c:5002700#: builtin/notes.c:5542701#: builtin/notes.c:6272702#: builtin/notes.c:6392703#: builtin/notes.c:7122704#: builtin/notes.c:7592705#: builtin/notes.c:10332706msgid "too many parameters"2707msgstr "demasiado parametros"27082709#: builtin/notes.c:5132710#: builtin/notes.c:7722711#, c-format2712msgid "No note found for object %s."2713msgstr "Nenhuma nota encontrada para o objecto %s."27142715#: builtin/notes.c:5802716#, c-format2717msgid "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"2718msgstr ""27192720#: builtin/notes.c:5852721#: builtin/notes.c:6622722#, c-format2723msgid "Overwriting existing notes for object %s\n"2724msgstr ""27252726#: builtin/notes.c:6352727msgid "too few parameters"2728msgstr ""27292730#: builtin/notes.c:6562731#, c-format2732msgid "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"2733msgstr ""27342735#: builtin/notes.c:6682736#, c-format2737msgid "Missing notes on source object %s. Cannot copy."2738msgstr ""27392740#: builtin/notes.c:7172741#, c-format2742msgid ""2743"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2744"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2745msgstr ""27462747#: builtin/notes.c:9712748#, c-format2749msgid "Object %s has no note\n"2750msgstr ""27512752#: builtin/notes.c:11032753#, c-format2754msgid "Unknown subcommand: %s"2755msgstr ""27562757#: builtin/pack-objects.c:23102758#, c-format2759msgid "unsupported index version %s"2760msgstr ""27612762#: builtin/pack-objects.c:23142763#, c-format2764msgid "bad index version '%s'"2765msgstr ""27662767#: builtin/pack-objects.c:23222768#, c-format2769msgid "option %s does not accept negative form"2770msgstr "opção %s não aceita formato negativo"27712772#: builtin/pack-objects.c:23262773#, c-format2774msgid "unable to parse value '%s' for option %s"2775msgstr ""27762777#: builtin/push.c:442778msgid "tag shorthand without <tag>"2779msgstr ""27802781#: builtin/push.c:632782msgid "--delete only accepts plain target ref names"2783msgstr "--delete só aceita nomes simples para o ref de destino"27842785#: builtin/push.c:732786#, c-format2787msgid ""2788"You are not currently on a branch.\n"2789"To push the history leading to the current (detached HEAD)\n"2790"state now, use\n"2791"\n"2792" git push %s HEAD:<name-of-remote-branch>\n"2793msgstr ""27942795#: builtin/push.c:802796#, c-format2797msgid ""2798"The current branch %s has no upstream branch.\n"2799"To push the current branch and set the remote as upstream, use\n"2800"\n"2801" git push --set-upstream %s %s\n"2802msgstr ""28032804#: builtin/push.c:882805#, c-format2806msgid "The current branch %s has multiple upstream branches, refusing to push."2807msgstr ""28082809#: builtin/push.c:1112810msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."2811msgstr ""28122813#: builtin/push.c:1312814#, c-format2815msgid "Pushing to %s\n"2816msgstr "Pushing para %s\n"28172818#: builtin/push.c:1352819#, c-format2820msgid "failed to push some refs to '%s'"2821msgstr ""28222823#: builtin/push.c:1432824#, c-format2825msgid ""2826"To prevent you from losing history, non-fast-forward updates were rejected\n"2827"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2828"'Note about fast-forwards' section of 'git push --help' for details.\n"2829msgstr ""28302831#: builtin/push.c:1602832#, c-format2833msgid "bad repository '%s'"2834msgstr "repositorio inválido '%s'"28352836#: builtin/push.c:1612837msgid ""2838"No configured push destination.\n"2839"Either specify the URL from the command-line or configure a remote repository using\n"2840"\n"2841" git remote add <name> <url>\n"2842"\n"2843"and then push using the remote name\n"2844"\n"2845" git push <name>\n"2846msgstr ""28472848#: builtin/push.c:1762849msgid "--all and --tags are incompatible"2850msgstr "--all e --tags are são incompatíveis"28512852#: builtin/push.c:1772853msgid "--all can't be combined with refspecs"2854msgstr ""28552856#: builtin/push.c:1822857msgid "--mirror and --tags are incompatible"2858msgstr ""28592860#: builtin/push.c:1832861msgid "--mirror can't be combined with refspecs"2862msgstr ""28632864#: builtin/push.c:1882865msgid "--all and --mirror are incompatible"2866msgstr ""28672868#: builtin/push.c:2742869msgid "--delete is incompatible with --all, --mirror and --tags"2870msgstr ""28712872#: builtin/push.c:2762873msgid "--delete doesn't make sense without any refs"2874msgstr ""28752876#: builtin/reset.c:332877msgid "mixed"2878msgstr "mistura"28792880#: builtin/reset.c:332881msgid "soft"2882msgstr "leve"28832884#: builtin/reset.c:332885msgid "hard"2886msgstr "forte"28872888#: builtin/reset.c:332889msgid "keep"2890msgstr "manter"28912892#: builtin/reset.c:772893msgid "You do not have a valid HEAD."2894msgstr "Não tens a HEAD válida."28952896#: builtin/reset.c:792897msgid "Failed to find tree of HEAD."2898msgstr ""28992900#: builtin/reset.c:852901#, c-format2902msgid "Failed to find tree of %s."2903msgstr ""29042905#: builtin/reset.c:962906msgid "Could not write new index file."2907msgstr ""29082909#: builtin/reset.c:1062910#, c-format2911msgid "HEAD is now at %s"2912msgstr "HEAD é agora em %s"29132914#: builtin/reset.c:1302915msgid "Could not read index"2916msgstr ""29172918#: builtin/reset.c:1332919msgid "Unstaged changes after reset:"2920msgstr ""29212922#: builtin/reset.c:2232923#, c-format2924msgid "Cannot do a %s reset in the middle of a merge."2925msgstr ""29262927#: builtin/reset.c:2972928#, c-format2929msgid "Could not parse object '%s'."2930msgstr "Não foi possível analisar objeto '%s'."29312932#: builtin/reset.c:3022933msgid "--patch is incompatible with --{hard,mixed,soft}"2934msgstr ""29352936#: builtin/reset.c:3112937msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2938msgstr ""29392940#: builtin/reset.c:3132941#, c-format2942msgid "Cannot do %s reset with paths."2943msgstr ""29442945#: builtin/reset.c:3252946#, c-format2947msgid "%s reset is not allowed in a bare repository"2948msgstr ""29492950#: builtin/reset.c:3412951#, c-format2952msgid "Could not reset index file to revision '%s'."2953msgstr ""29542955#: builtin/revert.c:702956#: builtin/revert.c:912957#, c-format2958msgid "%s: %s cannot be used with %s"2959msgstr ""29602961#: builtin/revert.c:1262962msgid "program error"2963msgstr "erro do programa"29642965#: builtin/revert.c:2092966msgid "revert failed"2967msgstr "falhou o revert"29682969#: builtin/revert.c:2242970msgid "cherry-pick failed"2971msgstr "cherry-pick falhou"29722973#: builtin/rm.c:1092974#, c-format2975msgid ""2976"'%s' has staged content different from both the file and the HEAD\n"2977"(use -f to force removal)"2978msgstr ""29792980#: builtin/rm.c:1152981#, c-format2982msgid ""2983"'%s' has changes staged in the index\n"2984"(use --cached to keep the file, or -f to force removal)"2985msgstr ""29862987#: builtin/rm.c:1192988#, c-format2989msgid ""2990"'%s' has local modifications\n"2991"(use --cached to keep the file, or -f to force removal)"2992msgstr ""29932994#: builtin/rm.c:1942995#, c-format2996msgid "not removing '%s' recursively without -r"2997msgstr ""29982999#: builtin/rm.c:2303000#, c-format3001msgid "git rm: unable to remove %s"3002msgstr ""30033004#: builtin/shortlog.c:1573005#, c-format3006msgid "Missing author: %s"3007msgstr "Autor em falta: %s"30083009#: builtin/tag.c:583010#, c-format3011msgid "malformed object at '%s'"3012msgstr ""30133014#: builtin/tag.c:2053015#, c-format3016msgid "tag name too long: %.*s..."3017msgstr ""30183019#: builtin/tag.c:2103020#, c-format3021msgid "tag '%s' not found."3022msgstr "etiqueta '%s' não foi encontrada."30233024#: builtin/tag.c:2253025#, c-format3026msgid "Deleted tag '%s' (was %s)\n"3027msgstr ""30283029#: builtin/tag.c:2373030#, c-format3031msgid "could not verify the tag '%s'"3032msgstr ""30333034#: builtin/tag.c:2473035msgid ""3036"\n"3037"#\n"3038"# Write a tag message\n"3039"# Lines starting with '#' will be ignored.\n"3040"#\n"3041msgstr ""30423043#: builtin/tag.c:2543044msgid ""3045"\n"3046"#\n"3047"# Write a tag message\n"3048"# Lines starting with '#' will be kept; you may remove them yourself if you want to.\n"3049"#\n"3050msgstr ""30513052#: builtin/tag.c:2943053msgid "unable to sign the tag"3054msgstr ""30553056#: builtin/tag.c:2963057msgid "unable to write tag file"3058msgstr ""30593060#: builtin/tag.c:3213061msgid "bad object type."3062msgstr ""30633064#: builtin/tag.c:3343065msgid "tag header too big."3066msgstr ""30673068#: builtin/tag.c:3663069msgid "no tag message?"3070msgstr "nenhuma mensaje para a etiqueta?"30713072#: builtin/tag.c:3723073#, c-format3074msgid "The tag message has been left in %s\n"3075msgstr ""30763077#: builtin/tag.c:4213078msgid "switch 'points-at' requires an object"3079msgstr ""30803081#: builtin/tag.c:4233082#, c-format3083msgid "malformed object name '%s'"3084msgstr ""30853086#: builtin/tag.c:5023087msgid "-n option is only allowed with -l."3088msgstr ""30893090#: builtin/tag.c:5043091msgid "--contains option is only allowed with -l."3092msgstr ""30933094#: builtin/tag.c:5063095msgid "--points-at option is only allowed with -l."3096msgstr ""30973098#: builtin/tag.c:5143099msgid "only one -F or -m option is allowed."3100msgstr ""31013102#: builtin/tag.c:5343103msgid "too many params"3104msgstr "demasiado parametros"31053106#: builtin/tag.c:5403107#, c-format3108msgid "'%s' is not a valid tag name."3109msgstr ""31103111#: builtin/tag.c:5453112#, c-format3113msgid "tag '%s' already exists"3114msgstr "etiqueta '%s' já existe"31153116#: builtin/tag.c:5633117#, c-format3118msgid "%s: cannot lock the ref"3119msgstr ""31203121#: builtin/tag.c:5653122#, c-format3123msgid "%s: cannot update the ref"3124msgstr ""31253126#: builtin/tag.c:5673127#, c-format3128msgid "Updated tag '%s' (was %s)\n"3129msgstr ""31303131#: git-am.sh:493132msgid "You need to set your committer info first"3133msgstr "Necessitas primeiro de especificiar os teus dados de committer"31343135#: git-am.sh:1363136msgid "Repository lacks necessary blobs to fall back on 3-way merge."3137msgstr ""31383139#: git-am.sh:1473140msgid ""3141"Did you hand edit your patch?\n"3142"It does not apply to blobs recorded in its index."3143msgstr ""31443145#: git-am.sh:1563146msgid "Falling back to patching base and 3-way merge..."3147msgstr ""31483149#: git-am.sh:2683150msgid "Only one StGIT patch series can be applied at once"3151msgstr ""31523153#: git-am.sh:3553154#, sh-format3155msgid "Patch format $patch_format is not supported."3156msgstr ""31573158#: git-am.sh:3573159msgid "Patch format detection failed."3160msgstr "Falhou a detecção do formato do patch."31613162#: git-am.sh:4113163msgid "-d option is no longer supported. Do not use."3164msgstr ""31653166#: git-am.sh:4743167#, sh-format3168msgid "previous rebase directory $dotest still exists but mbox given."3169msgstr ""31703171#: git-am.sh:4793172msgid "Please make up your mind. --skip or --abort?"3173msgstr ""31743175#: git-am.sh:5063176msgid "Resolve operation not in progress, we are not resuming."3177msgstr ""31783179#: git-am.sh:5723180#, sh-format3181msgid "Dirty index: cannot apply patches (dirty: $files)"3182msgstr ""31833184#: git-am.sh:7483185msgid "cannot be interactive without stdin connected to a terminal."3186msgstr ""31873188#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3189#. in your translation. The program will only accept English3190#. input at this point.3191#: git-am.sh:7593192msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3193msgstr "Aplicar? Sim[y]/[n]ão/[e]ditar/[v]er patch/[a]ceitar todos "31943195#: git-am.sh:7953196#, sh-format3197msgid "Applying: $FIRSTLINE"3198msgstr "Aplicando: $FIRSTLINE"31993200#: git-am.sh:8403201msgid "No changes -- Patch already applied."3202msgstr "Nenhuma mudança -- Já foi aplicado o patch."32033204#: git-am.sh:8663205msgid "applying to an empty history"3206msgstr ""32073208#. TRANSLATORS: Make sure to include [Y] and [n] in your3209#. translation. The program will only accept English input3210#. at this point.3211#: git-bisect.sh:543212msgid "Do you want me to do it for you [Y/n]? "3213msgstr "Queres que eu faça por sí [Y/n]?"32143215#: git-bisect.sh:953216#, sh-format3217msgid "unrecognised option: '$arg'"3218msgstr ""32193220#: git-bisect.sh:993221#, sh-format3222msgid "'$arg' does not appear to be a valid revision"3223msgstr ""32243225#: git-bisect.sh:1173226msgid "Bad HEAD - I need a HEAD"3227msgstr ""32283229#: git-bisect.sh:1303230#, sh-format3231msgid "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3232msgstr ""32333234#: git-bisect.sh:1403235msgid "won't bisect on seeked tree"3236msgstr ""32373238#: git-bisect.sh:1443239msgid "Bad HEAD - strange symbolic ref"3240msgstr ""32413242#: git-bisect.sh:1893243#, sh-format3244msgid "Bad bisect_write argument: $state"3245msgstr ""32463247#: git-bisect.sh:2183248#, sh-format3249msgid "Bad rev input: $arg"3250msgstr ""32513252#: git-bisect.sh:2323253msgid "Please call 'bisect_state' with at least one argument."3254msgstr ""32553256#: git-bisect.sh:2443257#, sh-format3258msgid "Bad rev input: $rev"3259msgstr ""32603261#: git-bisect.sh:2503262msgid "'git bisect bad' can take only one argument."3263msgstr ""32643265#. TRANSLATORS: Make sure to include [Y] and [n] in your3266#. translation. The program will only accept English input3267#. at this point.3268#: git-bisect.sh:2793269msgid "Are you sure [Y/n]? "3270msgstr "Tens a certeza [Y/n]? "32713272#: git-bisect.sh:3543273#, sh-format3274msgid "'$invalid' is not a valid commit"3275msgstr ""32763277#: git-bisect.sh:3633278#, sh-format3279msgid ""3280"Could not check out original HEAD '$branch'.\n"3281"Try 'git bisect reset <commit>'."3282msgstr ""32833284#: git-bisect.sh:3903285msgid "No logfile given"3286msgstr "Nenhum ficheiro de log dado"32873288#: git-bisect.sh:3913289#, sh-format3290msgid "cannot read $file for replaying"3291msgstr ""32923293#: git-bisect.sh:4083294msgid "?? what are you talking about?"3295msgstr ""32963297#: git-bisect.sh:4743298msgid "We are not bisecting."3299msgstr ""33003301#: git-pull.sh:213302msgid ""3303"Pull is not possible because you have unmerged files.\n"3304"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3305"as appropriate to mark resolution, or use 'git commit -a'."3306msgstr ""33073308#: git-pull.sh:253309msgid "Pull is not possible because you have unmerged files."3310msgstr ""33113312#: git-pull.sh:1973313msgid "updating an unborn branch with changes added to the index"3314msgstr ""33153316#: git-pull.sh:2533317msgid "Cannot merge multiple branches into empty head"3318msgstr ""33193320#: git-pull.sh:2573321msgid "Cannot rebase onto multiple branches"3322msgstr "Não é possível fazer rebase com várias ramas"33233324#: git-stash.sh:513325msgid "git stash clear with parameters is unimplemented"3326msgstr ""33273328#: git-stash.sh:743329msgid "You do not have the initial commit yet"3330msgstr "Tu ainda não tens o commit inicial"33313332#: git-stash.sh:893333msgid "Cannot save the current index state"3334msgstr ""33353336#: git-stash.sh:1233337#: git-stash.sh:1363338msgid "Cannot save the current worktree state"3339msgstr ""33403341#: git-stash.sh:1403342msgid "No changes selected"3343msgstr "Não há alterações seleccionadas"33443345#: git-stash.sh:1433346msgid "Cannot remove temporary index (can't happen)"3347msgstr ""33483349#: git-stash.sh:1563350msgid "Cannot record working tree state"3351msgstr ""33523353#: git-stash.sh:2233354msgid "No local changes to save"3355msgstr "Sem alterações locais para guardar"33563357#: git-stash.sh:2273358msgid "Cannot initialize stash"3359msgstr "Não é possível inicializar o stash"33603361#: git-stash.sh:2353362msgid "Cannot save the current status"3363msgstr ""33643365#: git-stash.sh:2533366msgid "Cannot remove worktree changes"3367msgstr ""33683369#: git-stash.sh:3523370msgid "No stash found."3371msgstr "nenhum stash encontrado."33723373#: git-stash.sh:3593374#, sh-format3375msgid "Too many revisions specified: $REV"3376msgstr ""33773378#: git-stash.sh:3653379#, sh-format3380msgid "$reference is not valid reference"3381msgstr ""33823383#: git-stash.sh:3933384#, sh-format3385msgid "'$args' is not a stash-like commit"3386msgstr ""33873388#: git-stash.sh:4043389#, sh-format3390msgid "'$args' is not a stash reference"3391msgstr ""33923393#: git-stash.sh:4123394msgid "unable to refresh index"3395msgstr ""33963397#: git-stash.sh:4163398msgid "Cannot apply a stash in the middle of a merge"3399msgstr ""34003401#: git-stash.sh:4243402msgid "Conflicts in index. Try without --index."3403msgstr ""34043405#: git-stash.sh:4263406msgid "Could not save index tree"3407msgstr "Não foi posivel guardar o index tree"34083409#: git-stash.sh:4603410msgid "Cannot unstage modified files"3411msgstr ""34123413#: git-stash.sh:4913414#, sh-format3415msgid "Dropped ${REV} ($s)"3416msgstr "Deixado cair ${REV} ($s)"34173418#: git-stash.sh:4923419#, sh-format3420msgid "${REV}: Could not drop stash entry"3421msgstr ""34223423#: git-stash.sh:4993424msgid "No branch name specified"3425msgstr "Nenhum nome para a rama especificado"34263427#: git-stash.sh:5703428msgid "(To restore them type \"git stash apply\")"3429msgstr ""34303431#: git-submodule.sh:563432#, sh-format3433msgid "cannot strip one component off url '$remoteurl'"3434msgstr ""34353436#: git-submodule.sh:1083437#, sh-format3438msgid "No submodule mapping found in .gitmodules for path '$path'"3439msgstr ""34403441#: git-submodule.sh:1493442#, sh-format3443msgid "Clone of '$url' into submodule path '$path' failed"3444msgstr ""34453446#: git-submodule.sh:1593447#, sh-format3448msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"3449msgstr ""34503451#: git-submodule.sh:2473452#, sh-format3453msgid "repo URL: '$repo' must be absolute or begin with ./|../"3454msgstr ""34553456#: git-submodule.sh:2643457#, sh-format3458msgid "'$path' already exists in the index"3459msgstr ""34603461#: git-submodule.sh:2813462#, sh-format3463msgid "'$path' already exists and is not a valid git repo"3464msgstr ""34653466#: git-submodule.sh:2953467#, sh-format3468msgid "Unable to checkout submodule '$path'"3469msgstr ""34703471#: git-submodule.sh:3003472#, sh-format3473msgid "Failed to add submodule '$path'"3474msgstr ""34753476#: git-submodule.sh:3053477#, sh-format3478msgid "Failed to register submodule '$path'"3479msgstr ""34803481#: git-submodule.sh:3473482#, sh-format3483msgid "Entering '$prefix$path'"3484msgstr "Entrando '$prefix$path'"34853486#: git-submodule.sh:3593487#, sh-format3488msgid "Stopping at '$path'; script returned non-zero status."3489msgstr ""34903491#: git-submodule.sh:4013492#, sh-format3493msgid "No url found for submodule path '$path' in .gitmodules"3494msgstr ""34953496#: git-submodule.sh:4103497#, sh-format3498msgid "Failed to register url for submodule path '$path'"3499msgstr ""35003501#: git-submodule.sh:4183502#, sh-format3503msgid "Failed to register update mode for submodule path '$path'"3504msgstr ""35053506#: git-submodule.sh:4203507#, sh-format3508msgid "Submodule '$name' ($url) registered for path '$path'"3509msgstr ""35103511#: git-submodule.sh:5193512#, sh-format3513msgid ""3514"Submodule path '$path' not initialized\n"3515"Maybe you want to use 'update --init'?"3516msgstr ""35173518#: git-submodule.sh:5323519#, sh-format3520msgid "Unable to find current revision in submodule path '$path'"3521msgstr ""35223523#: git-submodule.sh:5513524#, sh-format3525msgid "Unable to fetch in submodule path '$path'"3526msgstr ""35273528#: git-submodule.sh:5653529#, sh-format3530msgid "Unable to rebase '$sha1' in submodule path '$path'"3531msgstr ""35323533#: git-submodule.sh:5663534#, sh-format3535msgid "Submodule path '$path': rebased into '$sha1'"3536msgstr ""35373538#: git-submodule.sh:5713539#, sh-format3540msgid "Unable to merge '$sha1' in submodule path '$path'"3541msgstr ""35423543#: git-submodule.sh:5723544#, sh-format3545msgid "Submodule path '$path': merged in '$sha1'"3546msgstr ""35473548#: git-submodule.sh:5773549#, sh-format3550msgid "Unable to checkout '$sha1' in submodule path '$path'"3551msgstr ""35523553#: git-submodule.sh:5783554#, sh-format3555msgid "Submodule path '$path': checked out '$sha1'"3556msgstr ""35573558#: git-submodule.sh:6003559#: git-submodule.sh:9233560#, sh-format3561msgid "Failed to recurse into submodule path '$path'"3562msgstr ""35633564#: git-submodule.sh:7083565msgid "--"3566msgstr "--"35673568#: git-submodule.sh:7663569#, sh-format3570msgid " Warn: $name doesn't contain commit $sha1_src"3571msgstr ""35723573#: git-submodule.sh:7693574#, sh-format3575msgid " Warn: $name doesn't contain commit $sha1_dst"3576msgstr ""35773578#: git-submodule.sh:7723579#, sh-format3580msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3581msgstr ""35823583#: git-submodule.sh:7973584msgid "blob"3585msgstr "blob"35863587#: git-submodule.sh:7983588msgid "submodule"3589msgstr "submódulos"35903591#: git-submodule.sh:9693592#, sh-format3593msgid "Synchronizing submodule url for '$name'"3594msgstr ""3595