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-01 11:26+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 "memoria exausta" 52 53#: connected.c:39 54msgid "Could not run 'git rev-list'" 55msgstr "" 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] "" 155msgstr[1] "" 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 "" 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 "" 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 "" 239 240#: sequencer.c:301 241msgid "You do not have a valid HEAD" 242msgstr "" 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 "" 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 "" 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 "" 310 311#: sequencer.c:573 312#, c-format 313msgid "Could not parse line %d." 314msgstr "" 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 "" 324 325#: sequencer.c:595 326#, c-format 327msgid "Could not read %s." 328msgstr "" 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 "" 386 387#: sequencer.c:735 388#, c-format 389msgid "cannot read %s: %s" 390msgstr "" 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 "" 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 "" 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 "" 474 475#: wt-status.c:213 476msgid "added by us:" 477msgstr "" 478 479#: wt-status.c:214 480msgid "deleted by them:" 481msgstr "" 482 483#: wt-status.c:215 484msgid "added by them:" 485msgstr "" 486 487#: wt-status.c:216 488msgid "deleted by us:" 489msgstr "" 490 491#: wt-status.c:217 492msgid "both added:" 493msgstr "" 494 495#: wt-status.c:218 496msgid "both modified:" 497msgstr "" 498 499#: wt-status.c:248 500msgid "new commits, " 501msgstr "novos commits, " 502 503#: wt-status.c:250 504msgid "modified content, " 505msgstr "" 506 507#: wt-status.c:252 508msgid "untracked content, " 509msgstr "" 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 "" 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 "" 563 564#: wt-status.c:731 565msgid "Initial commit" 566msgstr "Commit inicial" 567 568#: wt-status.c:745 569msgid "Untracked" 570msgstr "" 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 "" 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 "" 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 "" 686 687#: builtin/add.c:286 688#, c-format 689msgid "Could not open '%s' for writing." 690msgstr "" 691 692#: builtin/add.c:290 693msgid "Could not write patch" 694msgstr "" 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 "" 704 705#: builtin/add.c:303 706#, c-format 707msgid "Could not apply '%s'" 708msgstr "" 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 "" 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 "" 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 "" 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 "" 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 "" 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 "" 866 867#: builtin/branch.c:396 868#, c-format 869msgid "ahead %d] " 870msgstr "" 871 872#: builtin/branch.c:398 873#, c-format 874msgid "ahead %d, behind %d] " 875msgstr "" 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 "" 893 894#: builtin/branch.c:604 895msgid "Branch rename failed" 896msgstr "" 897 898#: builtin/branch.c:608 899#, c-format 900msgid "Renamed a misnamed branch '%s' away" 901msgstr "" 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 "" 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 ""10421043#: builtin/checkout.c:5831044#, c-format1045msgid "Switched to branch '%s'\n"1046msgstr ""10471048#: builtin/checkout.c:6391049#, c-format1050msgid " ... and %d more.\n"1051msgstr ""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 ""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 ""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 ""13191320#: builtin/clone.c:7301321#, c-format1322msgid "Cloning into '%s'...\n"1323msgstr ""13241325#: builtin/clone.c:7861326#, c-format1327msgid "Don't know how to clone %s"1328msgstr ""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 ""13521353#: builtin/commit.c:541354msgid ""1355"You asked to amend the most recent commit, but doing so would make\n"1356"it empty. You can repeat your command with --allow-empty, or you can\n"1357"remove the commit entirely with \"git reset HEAD^\".\n"1358msgstr ""13591360#: builtin/commit.c:591361msgid ""1362"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1363"If you wish to commit it anyway, use:\n"1364"\n"1365" git commit --allow-empty\n"1366"\n"1367"Otherwise, please use 'git reset'\n"1368msgstr ""13691370#: builtin/commit.c:2051371#: builtin/reset.c:331372msgid "merge"1373msgstr "juntar"13741375#: builtin/commit.c:2081376msgid "cherry-pick"1377msgstr "cherry-pick"13781379#: builtin/commit.c:3251380msgid "failed to unpack HEAD tree object"1381msgstr ""13821383#: builtin/commit.c:3671384msgid "unable to create temporary index"1385msgstr ""13861387#: builtin/commit.c:3731388msgid "interactive add failed"1389msgstr ""13901391#: builtin/commit.c:4061392#: builtin/commit.c:4271393#: builtin/commit.c:4731394msgid "unable to write new_index file"1395msgstr ""13961397#: builtin/commit.c:4571398#, c-format1399msgid "cannot do a partial commit during a %s."1400msgstr ""14011402#: builtin/commit.c:4661403msgid "cannot read the index"1404msgstr ""14051406#: builtin/commit.c:4861407msgid "unable to write temporary index file"1408msgstr ""14091410#: builtin/commit.c:5501411#: builtin/commit.c:5561412#, c-format1413msgid "invalid commit: %s"1414msgstr "commit inválido: %s"14151416#: builtin/commit.c:5791417msgid "malformed --author parameter"1418msgstr ""14191420#: builtin/commit.c:6351421#, c-format1422msgid "Malformed ident string: '%s'"1423msgstr ""14241425#: builtin/commit.c:6701426#: builtin/commit.c:7031427#: builtin/commit.c:10001428#, c-format1429msgid "could not lookup commit %s"1430msgstr ""14311432#: builtin/commit.c:6821433#: builtin/shortlog.c:2961434#, c-format1435msgid "(reading log message from standard input)\n"1436msgstr ""14371438#: builtin/commit.c:6841439msgid "could not read log from standard input"1440msgstr ""14411442#: builtin/commit.c:6881443#, c-format1444msgid "could not read log file '%s'"1445msgstr ""14461447#: builtin/commit.c:6941448msgid "commit has empty message"1449msgstr ""14501451#: builtin/commit.c:7101452msgid "could not read MERGE_MSG"1453msgstr ""14541455#: builtin/commit.c:7141456msgid "could not read SQUASH_MSG"1457msgstr ""14581459#: builtin/commit.c:7181460#, c-format1461msgid "could not read '%s'"1462msgstr ""14631464#: builtin/commit.c:7461465#, c-format1466msgid "could not open '%s'"1467msgstr ""14681469#: builtin/commit.c:7701470msgid "could not write commit template"1471msgstr ""14721473#: builtin/commit.c:7831474#, c-format1475msgid ""1476"\n"1477"It looks like you may be committing a %s.\n"1478"If this is not correct, please remove the file\n"1479"\t%s\n"1480"and try again.\n"1481msgstr ""14821483#: builtin/commit.c:7961484msgid "Please enter the commit message for your changes."1485msgstr ""14861487#: builtin/commit.c:7991488msgid ""1489" Lines starting\n"1490"with '#' will be ignored, and an empty message aborts the commit.\n"1491msgstr ""14921493#: builtin/commit.c:8041494msgid ""1495" Lines starting\n"1496"with '#' will be kept; you may remove them yourself if you want to.\n"1497"An empty message aborts the commit.\n"1498msgstr ""14991500#: builtin/commit.c:8161501#, c-format1502msgid "%sAuthor: %s"1503msgstr "%sAutor: %s"15041505#: builtin/commit.c:8231506#, c-format1507msgid "%sCommitter: %s"1508msgstr "%sCommitador: %s"15091510#: builtin/commit.c:8431511msgid "Cannot read index"1512msgstr ""15131514#: builtin/commit.c:8801515msgid "Error building trees"1516msgstr ""15171518#: builtin/commit.c:8951519#: builtin/tag.c:3571520#, c-format1521msgid "Please supply the message using either -m or -F option.\n"1522msgstr ""15231524#: builtin/commit.c:9751525#, c-format1526msgid "No existing author found with '%s'"1527msgstr ""15281529#: builtin/commit.c:9901530#: builtin/commit.c:11821531#, c-format1532msgid "Invalid untracked files mode '%s'"1533msgstr ""15341535#: builtin/commit.c:10301536msgid "Using both --reset-author and --author does not make sense"1537msgstr ""15381539#: builtin/commit.c:10411540msgid "You have nothing to amend."1541msgstr ""15421543#: builtin/commit.c:10431544#, c-format1545msgid "You are in the middle of a %s -- cannot amend."1546msgstr ""15471548#: builtin/commit.c:10451549msgid "Options --squash and --fixup cannot be used together"1550msgstr ""15511552#: builtin/commit.c:10551553msgid "Only one of -c/-C/-F/--fixup can be used."1554msgstr ""15551556#: builtin/commit.c:10571557msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1558msgstr ""15591560#: builtin/commit.c:10631561msgid "--reset-author can be used only with -C, -c or --amend."1562msgstr ""15631564#: builtin/commit.c:10801565msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1566msgstr ""15671568#: builtin/commit.c:10821569msgid "No paths with --include/--only does not make sense."1570msgstr ""15711572#: builtin/commit.c:10841573msgid "Clever... amending the last one with dirty index."1574msgstr ""15751576#: builtin/commit.c:10861577msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1578msgstr ""15791580#: builtin/commit.c:10961581#: builtin/tag.c:5561582#, c-format1583msgid "Invalid cleanup mode %s"1584msgstr ""15851586#: builtin/commit.c:11011587msgid "Paths with -a does not make sense."1588msgstr ""15891590#: builtin/commit.c:12801591msgid "couldn't look up newly created commit"1592msgstr ""15931594#: builtin/commit.c:12821595msgid "could not parse newly created commit"1596msgstr ""15971598#: builtin/commit.c:13231599msgid "detached HEAD"1600msgstr ""16011602#: builtin/commit.c:13251603msgid " (root-commit)"1604msgstr " (root-commit)"16051606#: builtin/commit.c:14151607msgid "could not parse HEAD commit"1608msgstr ""16091610#: builtin/commit.c:14521611#: builtin/merge.c:5091612#, c-format1613msgid "could not open '%s' for reading"1614msgstr ""16151616#: builtin/commit.c:14591617#, c-format1618msgid "Corrupt MERGE_HEAD file (%s)"1619msgstr ""16201621#: builtin/commit.c:14661622msgid "could not read MERGE_MODE"1623msgstr ""16241625#: builtin/commit.c:14851626#, c-format1627msgid "could not read commit message: %s"1628msgstr ""16291630#: builtin/commit.c:14991631#, c-format1632msgid "Aborting commit due to empty commit message.\n"1633msgstr ""16341635#: builtin/commit.c:15141636#: builtin/merge.c:9351637#: builtin/merge.c:9681638msgid "failed to write commit object"1639msgstr ""16401641#: builtin/commit.c:15351642msgid "cannot lock HEAD ref"1643msgstr ""16441645#: builtin/commit.c:15391646msgid "cannot update HEAD ref"1647msgstr ""16481649#: builtin/commit.c:15501650msgid ""1651"Repository has been updated, but unable to write\n"1652"new_index file. Check that disk is not full or quota is\n"1653"not exceeded, and then \"git reset HEAD\" to recover."1654msgstr ""16551656#: builtin/describe.c:2341657#, c-format1658msgid "annotated tag %s not available"1659msgstr ""16601661#: builtin/describe.c:2381662#, c-format1663msgid "annotated tag %s has no embedded name"1664msgstr ""16651666#: builtin/describe.c:2401667#, c-format1668msgid "tag '%s' is really '%s' here"1669msgstr ""16701671#: builtin/describe.c:2671672#, c-format1673msgid "Not a valid object name %s"1674msgstr ""16751676#: builtin/describe.c:2701677#, c-format1678msgid "%s is not a valid '%s' object"1679msgstr ""16801681#: builtin/describe.c:2871682#, c-format1683msgid "no tag exactly matches '%s'"1684msgstr ""16851686#: builtin/describe.c:2891687#, c-format1688msgid "searching to describe %s\n"1689msgstr ""16901691#: builtin/describe.c:3291692#, c-format1693msgid "finished search at %s\n"1694msgstr ""16951696#: builtin/describe.c:3531697#, c-format1698msgid ""1699"No annotated tags can describe '%s'.\n"1700"However, there were unannotated tags: try --tags."1701msgstr ""17021703#: builtin/describe.c:3571704#, c-format1705msgid ""1706"No tags can describe '%s'.\n"1707"Try --always, or create some tags."1708msgstr ""17091710#: builtin/describe.c:3781711#, c-format1712msgid "traversed %lu commits\n"1713msgstr ""17141715#: builtin/describe.c:3811716#, c-format1717msgid ""1718"more than %i tags found; listed %i most recent\n"1719"gave up search at %s\n"1720msgstr ""17211722#: builtin/describe.c:4361723msgid "--long is incompatible with --abbrev=0"1724msgstr ""17251726#: builtin/describe.c:4621727msgid "No names found, cannot describe anything."1728msgstr ""17291730#: builtin/describe.c:4821731msgid "--dirty is incompatible with committishes"1732msgstr ""17331734#: builtin/diff.c:771735#, c-format1736msgid "'%s': not a regular file or symlink"1737msgstr ""17381739#: builtin/diff.c:2201740#, c-format1741msgid "invalid option: %s"1742msgstr ""17431744#: builtin/diff.c:2971745msgid "Not a git repository"1746msgstr "Não é um repositorio git"17471748#: builtin/diff.c:3471749#, c-format1750msgid "invalid object '%s' given."1751msgstr ""17521753#: builtin/diff.c:3521754#, c-format1755msgid "more than %d trees given: '%s'"1756msgstr ""17571758#: builtin/diff.c:3621759#, c-format1760msgid "more than two blobs given: '%s'"1761msgstr ""17621763#: builtin/diff.c:3701764#, c-format1765msgid "unhandled object '%s' given."1766msgstr ""17671768#: builtin/fetch.c:2001769msgid "Couldn't find remote ref HEAD"1770msgstr ""17711772#: builtin/fetch.c:2521773#, c-format1774msgid "object %s not found"1775msgstr ""17761777#: builtin/fetch.c:2581778msgid "[up to date]"1779msgstr "[Actualizada]"17801781#: builtin/fetch.c:2721782#, c-format1783msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1784msgstr ""17851786#: builtin/fetch.c:2731787#: builtin/fetch.c:3511788msgid "[rejected]"1789msgstr "[rejeitado]"17901791#: builtin/fetch.c:2841792msgid "[tag update]"1793msgstr "[etiqueta actualizada]"17941795#: builtin/fetch.c:2861796#: builtin/fetch.c:3131797#: builtin/fetch.c:3311798msgid " (unable to update local ref)"1799msgstr ""18001801#: builtin/fetch.c:2981802msgid "[new tag]"1803msgstr "[nova etiqueta]"18041805#: builtin/fetch.c:3021806msgid "[new branch]"1807msgstr "[nova rama]"18081809#: builtin/fetch.c:3471810msgid "unable to update local ref"1811msgstr ""18121813#: builtin/fetch.c:3471814msgid "forced update"1815msgstr "actualização forçada"18161817#: builtin/fetch.c:3531818msgid "(non-fast-forward)"1819msgstr ""18201821#: builtin/fetch.c:3841822#: builtin/fetch.c:6761823#, c-format1824msgid "cannot open %s: %s\n"1825msgstr ""18261827#: builtin/fetch.c:3931828#, c-format1829msgid "%s did not send all necessary objects\n"1830msgstr ""18311832#: builtin/fetch.c:4791833#, c-format1834msgid "From %.*s\n"1835msgstr "Para %.*s\n"18361837#: builtin/fetch.c:4901838#, c-format1839msgid ""1840"some local refs could not be updated; try running\n"1841" 'git remote prune %s' to remove any old, conflicting branches"1842msgstr ""18431844#: builtin/fetch.c:5401845#, c-format1846msgid " (%s will become dangling)\n"1847msgstr ""18481849#: builtin/fetch.c:5411850#, c-format1851msgid " (%s has become dangling)\n"1852msgstr ""18531854#: builtin/fetch.c:5481855msgid "[deleted]"1856msgstr "[eliminado]"18571858#: builtin/fetch.c:5491859msgid "(none)"1860msgstr "(nenhum)"18611862#: builtin/fetch.c:6661863#, c-format1864msgid "Refusing to fetch into current branch %s of non-bare repository"1865msgstr ""18661867#: builtin/fetch.c:7001868#, c-format1869msgid "Don't know how to fetch from %s"1870msgstr ""18711872#: builtin/fetch.c:7771873#, c-format1874msgid "Option \"%s\" value \"%s\" is not valid for %s"1875msgstr ""18761877#: builtin/fetch.c:7801878#, c-format1879msgid "Option \"%s\" is ignored for %s\n"1880msgstr ""18811882#: builtin/fetch.c:8791883#, c-format1884msgid "Fetching %s\n"1885msgstr ""18861887#: builtin/fetch.c:8811888#, c-format1889msgid "Could not fetch %s"1890msgstr ""18911892#: builtin/fetch.c:8981893msgid ""1894"No remote repository specified. Please, specify either a URL or a\n"1895"remote name from which new revisions should be fetched."1896msgstr ""18971898#: builtin/fetch.c:9181899msgid "You need to specify a tag name."1900msgstr ""19011902#: builtin/fetch.c:9701903msgid "fetch --all does not take a repository argument"1904msgstr ""19051906#: builtin/fetch.c:9721907msgid "fetch --all does not make sense with refspecs"1908msgstr ""19091910#: builtin/fetch.c:9831911#, c-format1912msgid "No such remote or remote group: %s"1913msgstr ""19141915#: builtin/fetch.c:9911916msgid "Fetching a group and specifying refspecs does not make sense"1917msgstr ""19181919#: builtin/gc.c:631920#, c-format1921msgid "Invalid %s: '%s'"1922msgstr ""19231924#: builtin/gc.c:781925msgid "Too many options specified"1926msgstr ""19271928#: builtin/gc.c:1031929#, c-format1930msgid "insanely long object directory %.*s"1931msgstr ""19321933#: builtin/gc.c:2231934#, c-format1935msgid "Auto packing the repository for optimum performance.\n"1936msgstr ""19371938#: builtin/gc.c:2261939#, c-format1940msgid ""1941"Auto packing the repository for optimum performance. You may also\n"1942"run \"git gc\" manually. See \"git help gc\" for more information.\n"1943msgstr ""19441945#: builtin/gc.c:2561946msgid "There are too many unreachable loose objects; run 'git prune' to remove them."1947msgstr ""19481949#: builtin/grep.c:2161950#, c-format1951msgid "grep: failed to create thread: %s"1952msgstr ""19531954#: builtin/grep.c:4021955#, c-format1956msgid "Failed to chdir: %s"1957msgstr ""19581959#: builtin/grep.c:4781960#: builtin/grep.c:5121961#, c-format1962msgid "unable to read tree (%s)"1963msgstr ""19641965#: builtin/grep.c:5261966#, c-format1967msgid "unable to grep from object of type %s"1968msgstr ""19691970#: builtin/grep.c:5841971#, c-format1972msgid "switch `%c' expects a numerical value"1973msgstr ""19741975#: builtin/grep.c:6011976#, c-format1977msgid "cannot open '%s'"1978msgstr ""19791980#: builtin/grep.c:8881981msgid "no pattern given."1982msgstr ""19831984#: builtin/grep.c:9021985#, c-format1986msgid "bad object %s"1987msgstr ""19881989#: builtin/grep.c:9431990msgid "--open-files-in-pager only works on the worktree"1991msgstr ""19921993#: builtin/grep.c:9661994msgid "--cached or --untracked cannot be used with --no-index."1995msgstr ""19961997#: builtin/grep.c:9711998msgid "--no-index or --untracked cannot be used with revs."1999msgstr ""20002001#: builtin/grep.c:9742002msgid "--[no-]exclude-standard cannot be used for tracked contents."2003msgstr ""20042005#: builtin/grep.c:9822006msgid "both --cached and trees are given."2007msgstr ""20082009#: builtin/init-db.c:352010#, c-format2011msgid "Could not make %s writable by group"2012msgstr ""20132014#: builtin/init-db.c:622015#, c-format2016msgid "insanely long template name %s"2017msgstr ""20182019#: builtin/init-db.c:672020#, c-format2021msgid "cannot stat '%s'"2022msgstr ""20232024#: builtin/init-db.c:732025#, c-format2026msgid "cannot stat template '%s'"2027msgstr ""20282029#: builtin/init-db.c:802030#, c-format2031msgid "cannot opendir '%s'"2032msgstr ""20332034#: builtin/init-db.c:972035#, c-format2036msgid "cannot readlink '%s'"2037msgstr ""20382039#: builtin/init-db.c:992040#, c-format2041msgid "insanely long symlink %s"2042msgstr ""20432044#: builtin/init-db.c:1022045#, c-format2046msgid "cannot symlink '%s' '%s'"2047msgstr ""20482049#: builtin/init-db.c:1062050#, c-format2051msgid "cannot copy '%s' to '%s'"2052msgstr ""20532054#: builtin/init-db.c:1102055#, c-format2056msgid "ignoring template %s"2057msgstr ""20582059#: builtin/init-db.c:1332060#, c-format2061msgid "insanely long template path %s"2062msgstr ""20632064#: builtin/init-db.c:1412065#, c-format2066msgid "templates not found %s"2067msgstr ""20682069#: builtin/init-db.c:1542070#, c-format2071msgid "not copying templates of a wrong format version %d from '%s'"2072msgstr ""20732074#: builtin/init-db.c:1922075#, c-format2076msgid "insane git directory %s"2077msgstr ""20782079#: builtin/init-db.c:3222080#: builtin/init-db.c:3252081#, c-format2082msgid "%s already exists"2083msgstr "%s já existe"20842085#: builtin/init-db.c:3542086#, c-format2087msgid "unable to handle file type %d"2088msgstr ""20892090#: builtin/init-db.c:3572091#, c-format2092msgid "unable to move %s to %s"2093msgstr ""20942095#: builtin/init-db.c:3622096#, c-format2097msgid "Could not create git link %s"2098msgstr ""20992100#.2101#. * TRANSLATORS: The first '%s' is either "Reinitialized2102#. * existing" or "Initialized empty", the second " shared" or2103#. * "", and the last '%s%s' is the verbatim directory name.2104#.2105#: builtin/init-db.c:4192106#, c-format2107msgid "%s%s Git repository in %s%s\n"2108msgstr ""21092110#: builtin/init-db.c:4202111msgid "Reinitialized existing"2112msgstr ""21132114#: builtin/init-db.c:4202115msgid "Initialized empty"2116msgstr "Inicializada vazio"21172118#: builtin/init-db.c:4212119msgid " shared"2120msgstr " partilhado"21212122#: builtin/init-db.c:4402123msgid "cannot tell cwd"2124msgstr ""21252126#: builtin/init-db.c:5212127#: builtin/init-db.c:5282128#, c-format2129msgid "cannot mkdir %s"2130msgstr ""21312132#: builtin/init-db.c:5322133#, c-format2134msgid "cannot chdir to %s"2135msgstr ""21362137#: builtin/init-db.c:5542138#, c-format2139msgid "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-dir=<directory>)"2140msgstr ""21412142#: builtin/init-db.c:5782143msgid "Cannot access current working directory"2144msgstr ""21452146#: builtin/init-db.c:5852147#, c-format2148msgid "Cannot access work tree '%s'"2149msgstr ""21502151#: builtin/log.c:1872152#, c-format2153msgid "Final output: %d %s\n"2154msgstr ""21552156#: builtin/log.c:3952157#: builtin/log.c:4832158#, c-format2159msgid "Could not read object %s"2160msgstr ""21612162#: builtin/log.c:5072163#, c-format2164msgid "Unknown type: %d"2165msgstr ""21662167#: builtin/log.c:5962168msgid "format.headers without value"2169msgstr ""21702171#: builtin/log.c:6692172msgid "name of output directory is too long"2173msgstr ""21742175#: builtin/log.c:6802176#, c-format2177msgid "Cannot open patch file %s"2178msgstr ""21792180#: builtin/log.c:6942181msgid "Need exactly one range."2182msgstr ""21832184#: builtin/log.c:7022185msgid "Not a range."2186msgstr ""21872188#: builtin/log.c:7392189msgid "Could not extract email from committer identity."2190msgstr ""21912192#: builtin/log.c:7852193msgid "Cover letter needs email format"2194msgstr ""21952196#: builtin/log.c:8792197#, c-format2198msgid "insane in-reply-to: %s"2199msgstr ""22002201#: builtin/log.c:9522202msgid "Two output directories?"2203msgstr ""22042205#: builtin/log.c:11732206#, c-format2207msgid "bogus committer info %s"2208msgstr ""22092210#: builtin/log.c:12182211msgid "-n and -k are mutually exclusive."2212msgstr ""22132214#: builtin/log.c:12202215msgid "--subject-prefix and -k are mutually exclusive."2216msgstr ""22172218#: builtin/log.c:12252219#: builtin/shortlog.c:2842220#, c-format2221msgid "unrecognized argument: %s"2222msgstr ""22232224#: builtin/log.c:12282225msgid "--name-only does not make sense"2226msgstr ""22272228#: builtin/log.c:12302229msgid "--name-status does not make sense"2230msgstr ""22312232#: builtin/log.c:12322233msgid "--check does not make sense"2234msgstr ""22352236#: builtin/log.c:12552237msgid "standard output, or directory, which one?"2238msgstr ""22392240#: builtin/log.c:12572241#, c-format2242msgid "Could not create directory '%s'"2243msgstr ""22442245#: builtin/log.c:14102246msgid "Failed to create output files"2247msgstr ""22482249#: builtin/log.c:15142250#, c-format2251msgid "Could not find a tracked remote branch, please specify <upstream> manually.\n"2252msgstr ""22532254#: builtin/log.c:15302255#: builtin/log.c:15322256#: builtin/log.c:15442257#, c-format2258msgid "Unknown commit %s"2259msgstr "Commit desconhecido %s"22602261#: builtin/merge.c:912262msgid "switch `m' requires a value"2263msgstr ""22642265#: builtin/merge.c:1282266#, c-format2267msgid "Could not find merge strategy '%s'.\n"2268msgstr ""22692270#: builtin/merge.c:1292271#, c-format2272msgid "Available strategies are:"2273msgstr ""22742275#: builtin/merge.c:1342276#, c-format2277msgid "Available custom strategies are:"2278msgstr ""22792280#: builtin/merge.c:2412281msgid "could not run stash."2282msgstr ""22832284#: builtin/merge.c:2462285msgid "stash failed"2286msgstr "falhou o stash"22872288#: builtin/merge.c:2512289#, c-format2290msgid "not a valid object: %s"2291msgstr ""22922293#: builtin/merge.c:2702294#: builtin/merge.c:2872295msgid "read-tree failed"2296msgstr ""22972298#: builtin/merge.c:3172299msgid " (nothing to squash)"2300msgstr " (nada para squash)"23012302#: builtin/merge.c:3302303#, c-format2304msgid "Squash commit -- not updating HEAD\n"2305msgstr ""23062307#: builtin/merge.c:3622308msgid "Writing SQUASH_MSG"2309msgstr "Escrevendo SQUASH_MSG"23102311#: builtin/merge.c:3642312msgid "Finishing SQUASH_MSG"2313msgstr "Terminando SQUASH_MSG"23142315#: builtin/merge.c:3862316#, c-format2317msgid "No merge message -- not updating HEAD\n"2318msgstr ""23192320#: builtin/merge.c:4372321#, c-format2322msgid "'%s' does not point to a commit"2323msgstr ""23242325#: builtin/merge.c:5362326#, c-format2327msgid "Bad branch.%s.mergeoptions string: %s"2328msgstr ""23292330#: builtin/merge.c:6292331msgid "git write-tree failed to write a tree"2332msgstr ""23332334#: builtin/merge.c:6792335msgid "failed to read the cache"2336msgstr ""23372338#: builtin/merge.c:6962339msgid "Unable to write index."2340msgstr ""23412342#: builtin/merge.c:7092343msgid "Not handling anything other than two heads merge."2344msgstr ""23452346#: builtin/merge.c:7232347#, c-format2348msgid "Unknown option for merge-recursive: -X%s"2349msgstr ""23502351#: builtin/merge.c:7372352#, c-format2353msgid "unable to write %s"2354msgstr ""23552356#: builtin/merge.c:8762357#, c-format2358msgid "Could not read from '%s'"2359msgstr ""23602361#: builtin/merge.c:8852362#, c-format2363msgid "Not committing merge; use 'git commit' to complete the merge.\n"2364msgstr ""23652366#: builtin/merge.c:8912367msgid ""2368"Please enter a commit message to explain why this merge is necessary,\n"2369"especially if it merges an updated upstream into a topic branch.\n"2370"\n"2371"Lines starting with '#' will be ignored, and an empty message aborts\n"2372"the commit.\n"2373msgstr ""23742375#: builtin/merge.c:9152376msgid "Empty commit message."2377msgstr ""23782379#: builtin/merge.c:9272380#, c-format2381msgid "Wonderful.\n"2382msgstr "Fastastico.\n"23832384#: builtin/merge.c:10002385#, c-format2386msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2387msgstr ""23882389#: builtin/merge.c:10162390#, c-format2391msgid "'%s' is not a commit"2392msgstr "'%s' não é um commit"23932394#: builtin/merge.c:10572395msgid "No current branch."2396msgstr "Nenhuma rama actual"23972398#: builtin/merge.c:10592399msgid "No remote for the current branch."2400msgstr ""24012402#: builtin/merge.c:10612403msgid "No default upstream defined for the current branch."2404msgstr ""24052406#: builtin/merge.c:10662407#, c-format2408msgid "No remote tracking branch for %s from %s"2409msgstr ""24102411#: builtin/merge.c:11882412msgid "There is no merge to abort (MERGE_HEAD missing)."2413msgstr ""24142415#: builtin/merge.c:12042416#: git-pull.sh:312417msgid ""2418"You have not concluded your merge (MERGE_HEAD exists).\n"2419"Please, commit your changes before you can merge."2420msgstr ""24212422#: builtin/merge.c:12072423#: git-pull.sh:342424msgid "You have not concluded your merge (MERGE_HEAD exists)."2425msgstr ""24262427#: builtin/merge.c:12112428msgid ""2429"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2430"Please, commit your changes before you can merge."2431msgstr ""24322433#: builtin/merge.c:12142434msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2435msgstr ""24362437#: builtin/merge.c:12232438msgid "You cannot combine --squash with --no-ff."2439msgstr ""24402441#: builtin/merge.c:12282442msgid "You cannot combine --no-ff with --ff-only."2443msgstr ""24442445#: builtin/merge.c:12352446msgid "No commit specified and merge.defaultToUpstream not set."2447msgstr ""24482449#: builtin/merge.c:12662450msgid "Can merge only exactly one commit into empty head"2451msgstr ""24522453#: builtin/merge.c:12692454msgid "Squash commit into empty head not supported yet"2455msgstr ""24562457#: builtin/merge.c:12712458msgid "Non-fast-forward commit does not make sense into an empty head"2459msgstr ""24602461#: builtin/merge.c:12752462#: builtin/merge.c:13192463#, c-format2464msgid "%s - not something we can merge"2465msgstr ""24662467#: builtin/merge.c:13852468#, c-format2469msgid "Updating %s..%s\n"2470msgstr "Actualizando %s..%s\n"24712472#: builtin/merge.c:14232473#, c-format2474msgid "Trying really trivial in-index merge...\n"2475msgstr ""24762477#: builtin/merge.c:14302478#, c-format2479msgid "Nope.\n"2480msgstr "Não.\n"24812482#: builtin/merge.c:14622483msgid "Not possible to fast-forward, aborting."2484msgstr ""24852486#: builtin/merge.c:14852487#: builtin/merge.c:15622488#, c-format2489msgid "Rewinding the tree to pristine...\n"2490msgstr ""24912492#: builtin/merge.c:14892493#, c-format2494msgid "Trying merge strategy %s...\n"2495msgstr ""24962497#: builtin/merge.c:15532498#, c-format2499msgid "No merge strategy handled the merge.\n"2500msgstr ""25012502#: builtin/merge.c:15552503#, c-format2504msgid "Merge with strategy %s failed.\n"2505msgstr ""25062507#: builtin/merge.c:15642508#, c-format2509msgid "Using the %s to prepare resolving by hand.\n"2510msgstr ""25112512#: builtin/merge.c:15752513#, c-format2514msgid "Automatic merge went well; stopped before committing as requested\n"2515msgstr ""25162517#: builtin/mv.c:1082518#, c-format2519msgid "Checking rename of '%s' to '%s'\n"2520msgstr ""25212522#: builtin/mv.c:1122523msgid "bad source"2524msgstr "fonte inválida"25252526#: builtin/mv.c:1152527msgid "can not move directory into itself"2528msgstr ""25292530#: builtin/mv.c:1182531msgid "cannot move directory over file"2532msgstr ""25332534#: builtin/mv.c:1282535#, c-format2536msgid "Huh? %.*s is in index?"2537msgstr ""25382539#: builtin/mv.c:1402540msgid "source directory is empty"2541msgstr ""25422543#: builtin/mv.c:1712544msgid "not under version control"2545msgstr ""25462547#: builtin/mv.c:1732548msgid "destination exists"2549msgstr ""25502551#: builtin/mv.c:1812552#, c-format2553msgid "overwriting '%s'"2554msgstr "subscrevendo '%s'"25552556#: builtin/mv.c:1842557msgid "Cannot overwrite"2558msgstr "Não consegue subscrever"25592560#: builtin/mv.c:1872561msgid "multiple sources for the same target"2562msgstr ""25632564#: builtin/mv.c:2022565#, c-format2566msgid "%s, source=%s, destination=%s"2567msgstr ""25682569#: builtin/mv.c:2122570#, c-format2571msgid "Renaming %s to %s\n"2572msgstr ""25732574#: builtin/mv.c:2152575#, c-format2576msgid "renaming '%s' failed"2577msgstr ""25782579#: builtin/notes.c:1392580#, c-format2581msgid "unable to start 'show' for object '%s'"2582msgstr ""25832584#: builtin/notes.c:1452585msgid "can't fdopen 'show' output fd"2586msgstr ""25872588#: builtin/notes.c:1552589#, c-format2590msgid "failed to close pipe to 'show' for object '%s'"2591msgstr ""25922593#: builtin/notes.c:1582594#, c-format2595msgid "failed to finish 'show' for object '%s'"2596msgstr ""25972598#: builtin/notes.c:1752599#: builtin/tag.c:3432600#, c-format2601msgid "could not create file '%s'"2602msgstr ""26032604#: builtin/notes.c:1892605msgid "Please supply the note contents using either -m or -F option"2606msgstr ""26072608#: builtin/notes.c:2102609#: builtin/notes.c:9732610#, c-format2611msgid "Removing note for object %s\n"2612msgstr ""26132614#: builtin/notes.c:2152615msgid "unable to write note object"2616msgstr ""26172618#: builtin/notes.c:2172619#, c-format2620msgid "The note contents has been left in %s"2621msgstr ""26222623#: builtin/notes.c:2512624#: builtin/tag.c:5212625#, c-format2626msgid "cannot read '%s'"2627msgstr "não consegue ler '%s'"26282629#: builtin/notes.c:2532630#: builtin/tag.c:5242631#, c-format2632msgid "could not open or read '%s'"2633msgstr ""26342635#: builtin/notes.c:2722636#: builtin/notes.c:4452637#: builtin/notes.c:4472638#: builtin/notes.c:5072639#: builtin/notes.c:5612640#: builtin/notes.c:6442641#: builtin/notes.c:6492642#: builtin/notes.c:7242643#: builtin/notes.c:7662644#: builtin/notes.c:9682645#: builtin/reset.c:2932646#: builtin/tag.c:5372647#, c-format2648msgid "Failed to resolve '%s' as a valid ref."2649msgstr ""26502651#: builtin/notes.c:2752652#, c-format2653msgid "Failed to read object '%s'."2654msgstr ""26552656#: builtin/notes.c:2992657msgid "Cannot commit uninitialized/unreferenced notes tree"2658msgstr ""26592660#: builtin/notes.c:3402661#, c-format2662msgid "Bad notes.rewriteMode value: '%s'"2663msgstr ""26642665#: builtin/notes.c:3502666#, c-format2667msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2668msgstr ""26692670#. TRANSLATORS: The first %s is the name of the2671#. environment variable, the second %s is its value2672#: builtin/notes.c:3772673#, c-format2674msgid "Bad %s value: '%s'"2675msgstr ""26762677#: builtin/notes.c:4412678#, c-format2679msgid "Malformed input line: '%s'."2680msgstr ""26812682#: builtin/notes.c:4562683#, c-format2684msgid "Failed to copy notes from '%s' to '%s'"2685msgstr ""26862687#: builtin/notes.c:5002688#: builtin/notes.c:5542689#: builtin/notes.c:6272690#: builtin/notes.c:6392691#: builtin/notes.c:7122692#: builtin/notes.c:7592693#: builtin/notes.c:10332694msgid "too many parameters"2695msgstr ""26962697#: builtin/notes.c:5132698#: builtin/notes.c:7722699#, c-format2700msgid "No note found for object %s."2701msgstr ""27022703#: builtin/notes.c:5802704#, c-format2705msgid "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"2706msgstr ""27072708#: builtin/notes.c:5852709#: builtin/notes.c:6622710#, c-format2711msgid "Overwriting existing notes for object %s\n"2712msgstr ""27132714#: builtin/notes.c:6352715msgid "too few parameters"2716msgstr ""27172718#: builtin/notes.c:6562719#, c-format2720msgid "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"2721msgstr ""27222723#: builtin/notes.c:6682724#, c-format2725msgid "Missing notes on source object %s. Cannot copy."2726msgstr ""27272728#: builtin/notes.c:7172729#, c-format2730msgid ""2731"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2732"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2733msgstr ""27342735#: builtin/notes.c:9712736#, c-format2737msgid "Object %s has no note\n"2738msgstr ""27392740#: builtin/notes.c:11032741#, c-format2742msgid "Unknown subcommand: %s"2743msgstr ""27442745#: builtin/pack-objects.c:23102746#, c-format2747msgid "unsupported index version %s"2748msgstr ""27492750#: builtin/pack-objects.c:23142751#, c-format2752msgid "bad index version '%s'"2753msgstr ""27542755#: builtin/pack-objects.c:23222756#, c-format2757msgid "option %s does not accept negative form"2758msgstr ""27592760#: builtin/pack-objects.c:23262761#, c-format2762msgid "unable to parse value '%s' for option %s"2763msgstr ""27642765#: builtin/push.c:442766msgid "tag shorthand without <tag>"2767msgstr ""27682769#: builtin/push.c:632770msgid "--delete only accepts plain target ref names"2771msgstr ""27722773#: builtin/push.c:732774#, c-format2775msgid ""2776"You are not currently on a branch.\n"2777"To push the history leading to the current (detached HEAD)\n"2778"state now, use\n"2779"\n"2780" git push %s HEAD:<name-of-remote-branch>\n"2781msgstr ""27822783#: builtin/push.c:802784#, c-format2785msgid ""2786"The current branch %s has no upstream branch.\n"2787"To push the current branch and set the remote as upstream, use\n"2788"\n"2789" git push --set-upstream %s %s\n"2790msgstr ""27912792#: builtin/push.c:882793#, c-format2794msgid "The current branch %s has multiple upstream branches, refusing to push."2795msgstr ""27962797#: builtin/push.c:1112798msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."2799msgstr ""28002801#: builtin/push.c:1312802#, c-format2803msgid "Pushing to %s\n"2804msgstr "Pushing para %s\n"28052806#: builtin/push.c:1352807#, c-format2808msgid "failed to push some refs to '%s'"2809msgstr ""28102811#: builtin/push.c:1432812#, c-format2813msgid ""2814"To prevent you from losing history, non-fast-forward updates were rejected\n"2815"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2816"'Note about fast-forwards' section of 'git push --help' for details.\n"2817msgstr ""28182819#: builtin/push.c:1602820#, c-format2821msgid "bad repository '%s'"2822msgstr "repositorio inválido '%s'"28232824#: builtin/push.c:1612825msgid ""2826"No configured push destination.\n"2827"Either specify the URL from the command-line or configure a remote repository using\n"2828"\n"2829" git remote add <name> <url>\n"2830"\n"2831"and then push using the remote name\n"2832"\n"2833" git push <name>\n"2834msgstr ""28352836#: builtin/push.c:1762837msgid "--all and --tags are incompatible"2838msgstr ""28392840#: builtin/push.c:1772841msgid "--all can't be combined with refspecs"2842msgstr ""28432844#: builtin/push.c:1822845msgid "--mirror and --tags are incompatible"2846msgstr ""28472848#: builtin/push.c:1832849msgid "--mirror can't be combined with refspecs"2850msgstr ""28512852#: builtin/push.c:1882853msgid "--all and --mirror are incompatible"2854msgstr ""28552856#: builtin/push.c:2742857msgid "--delete is incompatible with --all, --mirror and --tags"2858msgstr ""28592860#: builtin/push.c:2762861msgid "--delete doesn't make sense without any refs"2862msgstr ""28632864#: builtin/reset.c:332865msgid "mixed"2866msgstr "mistura"28672868#: builtin/reset.c:332869msgid "soft"2870msgstr "leve"28712872#: builtin/reset.c:332873msgid "hard"2874msgstr "forte"28752876#: builtin/reset.c:332877msgid "keep"2878msgstr "manter"28792880#: builtin/reset.c:772881msgid "You do not have a valid HEAD."2882msgstr ""28832884#: builtin/reset.c:792885msgid "Failed to find tree of HEAD."2886msgstr ""28872888#: builtin/reset.c:852889#, c-format2890msgid "Failed to find tree of %s."2891msgstr ""28922893#: builtin/reset.c:962894msgid "Could not write new index file."2895msgstr ""28962897#: builtin/reset.c:1062898#, c-format2899msgid "HEAD is now at %s"2900msgstr "HEAD é agora em %s"29012902#: builtin/reset.c:1302903msgid "Could not read index"2904msgstr ""29052906#: builtin/reset.c:1332907msgid "Unstaged changes after reset:"2908msgstr ""29092910#: builtin/reset.c:2232911#, c-format2912msgid "Cannot do a %s reset in the middle of a merge."2913msgstr ""29142915#: builtin/reset.c:2972916#, c-format2917msgid "Could not parse object '%s'."2918msgstr ""29192920#: builtin/reset.c:3022921msgid "--patch is incompatible with --{hard,mixed,soft}"2922msgstr ""29232924#: builtin/reset.c:3112925msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2926msgstr ""29272928#: builtin/reset.c:3132929#, c-format2930msgid "Cannot do %s reset with paths."2931msgstr ""29322933#: builtin/reset.c:3252934#, c-format2935msgid "%s reset is not allowed in a bare repository"2936msgstr ""29372938#: builtin/reset.c:3412939#, c-format2940msgid "Could not reset index file to revision '%s'."2941msgstr ""29422943#: builtin/revert.c:702944#: builtin/revert.c:912945#, c-format2946msgid "%s: %s cannot be used with %s"2947msgstr ""29482949#: builtin/revert.c:1262950msgid "program error"2951msgstr "erro do programa"29522953#: builtin/revert.c:2092954msgid "revert failed"2955msgstr "falhou o revert"29562957#: builtin/revert.c:2242958msgid "cherry-pick failed"2959msgstr "cherry-pick falhou"29602961#: builtin/rm.c:1092962#, c-format2963msgid ""2964"'%s' has staged content different from both the file and the HEAD\n"2965"(use -f to force removal)"2966msgstr ""29672968#: builtin/rm.c:1152969#, c-format2970msgid ""2971"'%s' has changes staged in the index\n"2972"(use --cached to keep the file, or -f to force removal)"2973msgstr ""29742975#: builtin/rm.c:1192976#, c-format2977msgid ""2978"'%s' has local modifications\n"2979"(use --cached to keep the file, or -f to force removal)"2980msgstr ""29812982#: builtin/rm.c:1942983#, c-format2984msgid "not removing '%s' recursively without -r"2985msgstr ""29862987#: builtin/rm.c:2302988#, c-format2989msgid "git rm: unable to remove %s"2990msgstr ""29912992#: builtin/shortlog.c:1572993#, c-format2994msgid "Missing author: %s"2995msgstr "Autor em falta: %s"29962997#: builtin/tag.c:582998#, c-format2999msgid "malformed object at '%s'"3000msgstr ""30013002#: builtin/tag.c:2053003#, c-format3004msgid "tag name too long: %.*s..."3005msgstr ""30063007#: builtin/tag.c:2103008#, c-format3009msgid "tag '%s' not found."3010msgstr "etiqueta '%s' não foi encontrada."30113012#: builtin/tag.c:2253013#, c-format3014msgid "Deleted tag '%s' (was %s)\n"3015msgstr ""30163017#: builtin/tag.c:2373018#, c-format3019msgid "could not verify the tag '%s'"3020msgstr ""30213022#: builtin/tag.c:2473023msgid ""3024"\n"3025"#\n"3026"# Write a tag message\n"3027"# Lines starting with '#' will be ignored.\n"3028"#\n"3029msgstr ""30303031#: builtin/tag.c:2543032msgid ""3033"\n"3034"#\n"3035"# Write a tag message\n"3036"# Lines starting with '#' will be kept; you may remove them yourself if you want to.\n"3037"#\n"3038msgstr ""30393040#: builtin/tag.c:2943041msgid "unable to sign the tag"3042msgstr ""30433044#: builtin/tag.c:2963045msgid "unable to write tag file"3046msgstr ""30473048#: builtin/tag.c:3213049msgid "bad object type."3050msgstr ""30513052#: builtin/tag.c:3343053msgid "tag header too big."3054msgstr ""30553056#: builtin/tag.c:3663057msgid "no tag message?"3058msgstr ""30593060#: builtin/tag.c:3723061#, c-format3062msgid "The tag message has been left in %s\n"3063msgstr ""30643065#: builtin/tag.c:4213066msgid "switch 'points-at' requires an object"3067msgstr ""30683069#: builtin/tag.c:4233070#, c-format3071msgid "malformed object name '%s'"3072msgstr ""30733074#: builtin/tag.c:5023075msgid "-n option is only allowed with -l."3076msgstr ""30773078#: builtin/tag.c:5043079msgid "--contains option is only allowed with -l."3080msgstr ""30813082#: builtin/tag.c:5063083msgid "--points-at option is only allowed with -l."3084msgstr ""30853086#: builtin/tag.c:5143087msgid "only one -F or -m option is allowed."3088msgstr ""30893090#: builtin/tag.c:5343091msgid "too many params"3092msgstr "demasiado parametros"30933094#: builtin/tag.c:5403095#, c-format3096msgid "'%s' is not a valid tag name."3097msgstr ""30983099#: builtin/tag.c:5453100#, c-format3101msgid "tag '%s' already exists"3102msgstr ""31033104#: builtin/tag.c:5633105#, c-format3106msgid "%s: cannot lock the ref"3107msgstr ""31083109#: builtin/tag.c:5653110#, c-format3111msgid "%s: cannot update the ref"3112msgstr ""31133114#: builtin/tag.c:5673115#, c-format3116msgid "Updated tag '%s' (was %s)\n"3117msgstr ""31183119#: git-am.sh:493120msgid "You need to set your committer info first"3121msgstr ""31223123#: git-am.sh:1363124msgid "Repository lacks necessary blobs to fall back on 3-way merge."3125msgstr ""31263127#: git-am.sh:1473128msgid ""3129"Did you hand edit your patch?\n"3130"It does not apply to blobs recorded in its index."3131msgstr ""31323133#: git-am.sh:1563134msgid "Falling back to patching base and 3-way merge..."3135msgstr ""31363137#: git-am.sh:2683138msgid "Only one StGIT patch series can be applied at once"3139msgstr ""31403141#: git-am.sh:3553142#, sh-format3143msgid "Patch format $patch_format is not supported."3144msgstr ""31453146#: git-am.sh:3573147msgid "Patch format detection failed."3148msgstr ""31493150#: git-am.sh:4113151msgid "-d option is no longer supported. Do not use."3152msgstr ""31533154#: git-am.sh:4743155#, sh-format3156msgid "previous rebase directory $dotest still exists but mbox given."3157msgstr ""31583159#: git-am.sh:4793160msgid "Please make up your mind. --skip or --abort?"3161msgstr ""31623163#: git-am.sh:5063164msgid "Resolve operation not in progress, we are not resuming."3165msgstr ""31663167#: git-am.sh:5723168#, sh-format3169msgid "Dirty index: cannot apply patches (dirty: $files)"3170msgstr ""31713172#: git-am.sh:7483173msgid "cannot be interactive without stdin connected to a terminal."3174msgstr ""31753176#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3177#. in your translation. The program will only accept English3178#. input at this point.3179#: git-am.sh:7593180msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3181msgstr "Aplicar? Sim[y]/[n]ão/[e]ditar/[v]er patch/[a]ceitar todos "31823183#: git-am.sh:7953184#, sh-format3185msgid "Applying: $FIRSTLINE"3186msgstr "Aplicando: $FIRSTLINE"31873188#: git-am.sh:8403189msgid "No changes -- Patch already applied."3190msgstr ""31913192#: git-am.sh:8663193msgid "applying to an empty history"3194msgstr ""31953196#. TRANSLATORS: Make sure to include [Y] and [n] in your3197#. translation. The program will only accept English input3198#. at this point.3199#: git-bisect.sh:543200msgid "Do you want me to do it for you [Y/n]? "3201msgstr "Queres que eu faça por sí [Y/n]?"32023203#: git-bisect.sh:953204#, sh-format3205msgid "unrecognised option: '$arg'"3206msgstr ""32073208#: git-bisect.sh:993209#, sh-format3210msgid "'$arg' does not appear to be a valid revision"3211msgstr ""32123213#: git-bisect.sh:1173214msgid "Bad HEAD - I need a HEAD"3215msgstr ""32163217#: git-bisect.sh:1303218#, sh-format3219msgid "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3220msgstr ""32213222#: git-bisect.sh:1403223msgid "won't bisect on seeked tree"3224msgstr ""32253226#: git-bisect.sh:1443227msgid "Bad HEAD - strange symbolic ref"3228msgstr ""32293230#: git-bisect.sh:1893231#, sh-format3232msgid "Bad bisect_write argument: $state"3233msgstr ""32343235#: git-bisect.sh:2183236#, sh-format3237msgid "Bad rev input: $arg"3238msgstr ""32393240#: git-bisect.sh:2323241msgid "Please call 'bisect_state' with at least one argument."3242msgstr ""32433244#: git-bisect.sh:2443245#, sh-format3246msgid "Bad rev input: $rev"3247msgstr ""32483249#: git-bisect.sh:2503250msgid "'git bisect bad' can take only one argument."3251msgstr ""32523253#. TRANSLATORS: Make sure to include [Y] and [n] in your3254#. translation. The program will only accept English input3255#. at this point.3256#: git-bisect.sh:2793257msgid "Are you sure [Y/n]? "3258msgstr "Tens a certeza [Y/n]? "32593260#: git-bisect.sh:3543261#, sh-format3262msgid "'$invalid' is not a valid commit"3263msgstr ""32643265#: git-bisect.sh:3633266#, sh-format3267msgid ""3268"Could not check out original HEAD '$branch'.\n"3269"Try 'git bisect reset <commit>'."3270msgstr ""32713272#: git-bisect.sh:3903273msgid "No logfile given"3274msgstr "Nenhum ficheiro de log dado"32753276#: git-bisect.sh:3913277#, sh-format3278msgid "cannot read $file for replaying"3279msgstr ""32803281#: git-bisect.sh:4083282msgid "?? what are you talking about?"3283msgstr ""32843285#: git-bisect.sh:4743286msgid "We are not bisecting."3287msgstr ""32883289#: git-pull.sh:213290msgid ""3291"Pull is not possible because you have unmerged files.\n"3292"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3293"as appropriate to mark resolution, or use 'git commit -a'."3294msgstr ""32953296#: git-pull.sh:253297msgid "Pull is not possible because you have unmerged files."3298msgstr ""32993300#: git-pull.sh:1973301msgid "updating an unborn branch with changes added to the index"3302msgstr ""33033304#: git-pull.sh:2533305msgid "Cannot merge multiple branches into empty head"3306msgstr ""33073308#: git-pull.sh:2573309msgid "Cannot rebase onto multiple branches"3310msgstr ""33113312#: git-stash.sh:513313msgid "git stash clear with parameters is unimplemented"3314msgstr ""33153316#: git-stash.sh:743317msgid "You do not have the initial commit yet"3318msgstr "Tu ainda não tens o commit inicial"33193320#: git-stash.sh:893321msgid "Cannot save the current index state"3322msgstr ""33233324#: git-stash.sh:1233325#: git-stash.sh:1363326msgid "Cannot save the current worktree state"3327msgstr ""33283329#: git-stash.sh:1403330msgid "No changes selected"3331msgstr ""33323333#: git-stash.sh:1433334msgid "Cannot remove temporary index (can't happen)"3335msgstr ""33363337#: git-stash.sh:1563338msgid "Cannot record working tree state"3339msgstr ""33403341#: git-stash.sh:2233342msgid "No local changes to save"3343msgstr ""33443345#: git-stash.sh:2273346msgid "Cannot initialize stash"3347msgstr ""33483349#: git-stash.sh:2353350msgid "Cannot save the current status"3351msgstr ""33523353#: git-stash.sh:2533354msgid "Cannot remove worktree changes"3355msgstr ""33563357#: git-stash.sh:3523358msgid "No stash found."3359msgstr "nenhum stash encontrado."33603361#: git-stash.sh:3593362#, sh-format3363msgid "Too many revisions specified: $REV"3364msgstr ""33653366#: git-stash.sh:3653367#, sh-format3368msgid "$reference is not valid reference"3369msgstr ""33703371#: git-stash.sh:3933372#, sh-format3373msgid "'$args' is not a stash-like commit"3374msgstr ""33753376#: git-stash.sh:4043377#, sh-format3378msgid "'$args' is not a stash reference"3379msgstr ""33803381#: git-stash.sh:4123382msgid "unable to refresh index"3383msgstr ""33843385#: git-stash.sh:4163386msgid "Cannot apply a stash in the middle of a merge"3387msgstr ""33883389#: git-stash.sh:4243390msgid "Conflicts in index. Try without --index."3391msgstr ""33923393#: git-stash.sh:4263394msgid "Could not save index tree"3395msgstr "Não foi posivel guardar o index tree"33963397#: git-stash.sh:4603398msgid "Cannot unstage modified files"3399msgstr ""34003401#: git-stash.sh:4913402#, sh-format3403msgid "Dropped ${REV} ($s)"3404msgstr ""34053406#: git-stash.sh:4923407#, sh-format3408msgid "${REV}: Could not drop stash entry"3409msgstr ""34103411#: git-stash.sh:4993412msgid "No branch name specified"3413msgstr ""34143415#: git-stash.sh:5703416msgid "(To restore them type \"git stash apply\")"3417msgstr ""34183419#: git-submodule.sh:563420#, sh-format3421msgid "cannot strip one component off url '$remoteurl'"3422msgstr ""34233424#: git-submodule.sh:1083425#, sh-format3426msgid "No submodule mapping found in .gitmodules for path '$path'"3427msgstr ""34283429#: git-submodule.sh:1493430#, sh-format3431msgid "Clone of '$url' into submodule path '$path' failed"3432msgstr ""34333434#: git-submodule.sh:1593435#, sh-format3436msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"3437msgstr ""34383439#: git-submodule.sh:2473440#, sh-format3441msgid "repo URL: '$repo' must be absolute or begin with ./|../"3442msgstr ""34433444#: git-submodule.sh:2643445#, sh-format3446msgid "'$path' already exists in the index"3447msgstr ""34483449#: git-submodule.sh:2813450#, sh-format3451msgid "'$path' already exists and is not a valid git repo"3452msgstr ""34533454#: git-submodule.sh:2953455#, sh-format3456msgid "Unable to checkout submodule '$path'"3457msgstr ""34583459#: git-submodule.sh:3003460#, sh-format3461msgid "Failed to add submodule '$path'"3462msgstr ""34633464#: git-submodule.sh:3053465#, sh-format3466msgid "Failed to register submodule '$path'"3467msgstr ""34683469#: git-submodule.sh:3473470#, sh-format3471msgid "Entering '$prefix$path'"3472msgstr ""34733474#: git-submodule.sh:3593475#, sh-format3476msgid "Stopping at '$path'; script returned non-zero status."3477msgstr ""34783479#: git-submodule.sh:4013480#, sh-format3481msgid "No url found for submodule path '$path' in .gitmodules"3482msgstr ""34833484#: git-submodule.sh:4103485#, sh-format3486msgid "Failed to register url for submodule path '$path'"3487msgstr ""34883489#: git-submodule.sh:4183490#, sh-format3491msgid "Failed to register update mode for submodule path '$path'"3492msgstr ""34933494#: git-submodule.sh:4203495#, sh-format3496msgid "Submodule '$name' ($url) registered for path '$path'"3497msgstr ""34983499#: git-submodule.sh:5193500#, sh-format3501msgid ""3502"Submodule path '$path' not initialized\n"3503"Maybe you want to use 'update --init'?"3504msgstr ""35053506#: git-submodule.sh:5323507#, sh-format3508msgid "Unable to find current revision in submodule path '$path'"3509msgstr ""35103511#: git-submodule.sh:5513512#, sh-format3513msgid "Unable to fetch in submodule path '$path'"3514msgstr ""35153516#: git-submodule.sh:5653517#, sh-format3518msgid "Unable to rebase '$sha1' in submodule path '$path'"3519msgstr ""35203521#: git-submodule.sh:5663522#, sh-format3523msgid "Submodule path '$path': rebased into '$sha1'"3524msgstr ""35253526#: git-submodule.sh:5713527#, sh-format3528msgid "Unable to merge '$sha1' in submodule path '$path'"3529msgstr ""35303531#: git-submodule.sh:5723532#, sh-format3533msgid "Submodule path '$path': merged in '$sha1'"3534msgstr ""35353536#: git-submodule.sh:5773537#, sh-format3538msgid "Unable to checkout '$sha1' in submodule path '$path'"3539msgstr ""35403541#: git-submodule.sh:5783542#, sh-format3543msgid "Submodule path '$path': checked out '$sha1'"3544msgstr ""35453546#: git-submodule.sh:6003547#: git-submodule.sh:9233548#, sh-format3549msgid "Failed to recurse into submodule path '$path'"3550msgstr ""35513552#: git-submodule.sh:7083553msgid "--"3554msgstr "--"35553556#: git-submodule.sh:7663557#, sh-format3558msgid " Warn: $name doesn't contain commit $sha1_src"3559msgstr ""35603561#: git-submodule.sh:7693562#, sh-format3563msgid " Warn: $name doesn't contain commit $sha1_dst"3564msgstr ""35653566#: git-submodule.sh:7723567#, sh-format3568msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3569msgstr ""35703571#: git-submodule.sh:7973572msgid "blob"3573msgstr "blob"35743575#: git-submodule.sh:7983576msgid "submodule"3577msgstr "submódulos"35783579#: git-submodule.sh:9693580#, sh-format3581msgid "Synchronizing submodule url for '$name'"3582msgstr ""3583