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-05-08 16:06+0800\n" 12"PO-Revision-Date: 2012-05-14 21:17+0100\n" 13"Last-Translator: Marco Sousa <marcomsousa AT gmail.com>\n" 14"Language-Team: Portuguese\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Language: pt\n" 19"Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21#: advice.c:40 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:70 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#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "cabeçalho não reconhecido: %s%s (%d)" 47 48#: bundle.c:89 49#: builtin/commit.c:753 50#, c-format 51msgid "could not open '%s'" 52msgstr "não é possivel abrir '%s'" 53 54#: bundle.c:140 55msgid "Repository lacks these prerequisite commits:" 56msgstr "" 57 58#: bundle.c:164 59#: sequencer.c:533 60#: sequencer.c:965 61#: builtin/log.c:289 62#: builtin/log.c:719 63#: builtin/log.c:1335 64#: builtin/log.c:1554 65#: builtin/merge.c:347 66#: builtin/shortlog.c:181 67msgid "revision walk setup failed" 68msgstr "" 69 70#: bundle.c:186 71#, c-format 72msgid "The bundle contains %d ref" 73msgid_plural "The bundle contains %d refs" 74msgstr[0] "" 75msgstr[1] "" 76 77#: bundle.c:192 78#, c-format 79msgid "The bundle requires this ref" 80msgid_plural "The bundle requires these %d refs" 81msgstr[0] "" 82msgstr[1] "" 83 84#: bundle.c:290 85msgid "rev-list died" 86msgstr "rev-list morreu" 87 88#: bundle.c:296 89#: builtin/log.c:1231 90#: builtin/shortlog.c:284 91#, c-format 92msgid "unrecognized argument: %s" 93msgstr "argumento não reconhecido: %s" 94 95#: bundle.c:331 96#, c-format 97msgid "ref '%s' is excluded by the rev-list options" 98msgstr "" 99 100#: bundle.c:376 101msgid "Refusing to create empty bundle." 102msgstr "" 103 104#: bundle.c:394 105msgid "Could not spawn pack-objects" 106msgstr "Não foi possível pawn pack-objects" 107 108#: bundle.c:412 109msgid "pack-objects died" 110msgstr "" 111 112#: bundle.c:415 113#, c-format 114msgid "cannot create '%s'" 115msgstr "não consegue crear '%s'" 116 117#: bundle.c:437 118msgid "index-pack died" 119msgstr "" 120 121#: commit.c:48 122#, c-format 123msgid "could not parse %s" 124msgstr "não consigo parsear %s" 125 126#: commit.c:50 127#, c-format 128msgid "%s %s is not a commit!" 129msgstr "%s %s não é um commit!" 130 131#: compat/obstack.c:406 132#: compat/obstack.c:408 133msgid "memory exhausted" 134msgstr "memória esgotada" 135 136#: connected.c:39 137msgid "Could not run 'git rev-list'" 138msgstr "Não foi possível executar 'git rev-list'" 139 140#: connected.c:48 141#, c-format 142msgid "failed write to rev-list: %s" 143msgstr "" 144 145#: connected.c:56 146#, c-format 147msgid "failed to close rev-list's stdin: %s" 148msgstr "" 149 150#: date.c:95 151msgid "in the future" 152msgstr "" 153 154#: date.c:101 155#, c-format 156msgid "%lu second ago" 157msgid_plural "%lu seconds ago" 158msgstr[0] "" 159msgstr[1] "" 160 161#: date.c:108 162#, c-format 163msgid "%lu minute ago" 164msgid_plural "%lu minutes ago" 165msgstr[0] "" 166msgstr[1] "" 167 168#: date.c:115 169#, c-format 170msgid "%lu hour ago" 171msgid_plural "%lu hours ago" 172msgstr[0] "" 173msgstr[1] "" 174 175#: date.c:122 176#, c-format 177msgid "%lu day ago" 178msgid_plural "%lu days ago" 179msgstr[0] "" 180msgstr[1] "" 181 182#: date.c:128 183#, c-format 184msgid "%lu week ago" 185msgid_plural "%lu weeks ago" 186msgstr[0] "" 187msgstr[1] "" 188 189#: date.c:135 190#, c-format 191msgid "%lu month ago" 192msgid_plural "%lu months ago" 193msgstr[0] "" 194msgstr[1] "" 195 196#: date.c:146 197#, c-format 198msgid "%lu year" 199msgid_plural "%lu years" 200msgstr[0] "" 201msgstr[1] "" 202 203#: date.c:149 204#, c-format 205msgid "%s, %lu month ago" 206msgid_plural "%s, %lu months ago" 207msgstr[0] "" 208msgstr[1] "" 209 210#: date.c:154 211#: date.c:159 212#, c-format 213msgid "%lu year ago" 214msgid_plural "%lu years ago" 215msgstr[0] "" 216msgstr[1] "" 217 218#: diff.c:105 219#, c-format 220msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 221msgstr "" 222 223#: diff.c:110 224#, c-format 225msgid " Unknown dirstat parameter '%.*s'\n" 226msgstr "" 227 228#: diff.c:210 229#, c-format 230msgid "" 231"Found errors in 'diff.dirstat' config variable:\n" 232"%s" 233msgstr "" 234 235#: diff.c:1400 236msgid " 0 files changed\n" 237msgstr " 0 ficheros modificados\n" 238 239#: diff.c:1404 240#, c-format 241msgid " %d file changed" 242msgid_plural " %d files changed" 243msgstr[0] " %d ficheiro modificado" 244msgstr[1] " %d ficheiros modificados" 245 246#: diff.c:1421 247#, c-format 248msgid ", %d insertion(+)" 249msgid_plural ", %d insertions(+)" 250msgstr[0] ", %d adição(+)" 251msgstr[1] ", %d adições(+)" 252 253#: diff.c:1432 254#, c-format 255msgid ", %d deletion(-)" 256msgid_plural ", %d deletions(-)" 257msgstr[0] ", %d eliminado(-)" 258msgstr[1] ", %d eliminados(-)" 259 260#: diff.c:3478 261#, c-format 262msgid "" 263"Failed to parse --dirstat/-X option parameter:\n" 264"%s" 265msgstr "" 266 267#: gpg-interface.c:59 268msgid "could not run gpg." 269msgstr "não consegue ejecutar gpg." 270 271#: gpg-interface.c:71 272msgid "gpg did not accept the data" 273msgstr "" 274 275#: gpg-interface.c:82 276msgid "gpg failed to sign the data" 277msgstr "" 278 279#: grep.c:1280 280#, c-format 281msgid "'%s': unable to read %s" 282msgstr "" 283 284#: grep.c:1297 285#, c-format 286msgid "'%s': %s" 287msgstr "'%s': %s" 288 289#: grep.c:1308 290#, c-format 291msgid "'%s': short read %s" 292msgstr "" 293 294#: help.c:207 295#, c-format 296msgid "available git commands in '%s'" 297msgstr "" 298 299#: help.c:214 300msgid "git commands available from elsewhere on your $PATH" 301msgstr "" 302 303#: help.c:270 304#, c-format 305msgid "" 306"'%s' appears to be a git command, but we were not\n" 307"able to execute it. Maybe git-%s is broken?" 308msgstr "" 309 310#: help.c:327 311msgid "Uh oh. Your system reports no Git commands at all." 312msgstr "" 313 314#: help.c:349 315#, c-format 316msgid "" 317"WARNING: You called a Git command named '%s', which does not exist.\n" 318"Continuing under the assumption that you meant '%s'" 319msgstr "" 320 321#: help.c:354 322#, c-format 323msgid "in %0.1f seconds automatically..." 324msgstr "" 325 326#: help.c:361 327#, c-format 328msgid "git: '%s' is not a git command. See 'git --help'." 329msgstr "" 330 331#: help.c:365 332msgid "" 333"\n" 334"Did you mean this?" 335msgid_plural "" 336"\n" 337"Did you mean one of these?" 338msgstr[0] "" 339msgstr[1] "" 340 341#: remote.c:1607 342#, c-format 343msgid "Your branch is ahead of '%s' by %d commit.\n" 344msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 345msgstr[0] "A sua rama está à frente de '%s' pelo commit %d.\n" 346msgstr[1] "A sua rama está à frente de '%s' pelos commites %d.\n" 347 348#: remote.c:1613 349#, c-format 350msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 351msgid_plural "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 352msgstr[0] "" 353msgstr[1] "" 354 355#: remote.c:1621 356#, c-format 357msgid "" 358"Your branch and '%s' have diverged,\n" 359"and have %d and %d different commit each, respectively.\n" 360msgid_plural "" 361"Your branch and '%s' have diverged,\n" 362"and have %d and %d different commits each, respectively.\n" 363msgstr[0] "" 364msgstr[1] "" 365 366#: sequencer.c:121 367#: builtin/merge.c:865 368#: builtin/merge.c:978 369#: builtin/merge.c:1088 370#: builtin/merge.c:1098 371#, c-format 372msgid "Could not open '%s' for writing" 373msgstr "" 374 375#: sequencer.c:123 376#: builtin/merge.c:333 377#: builtin/merge.c:868 378#: builtin/merge.c:1090 379#: builtin/merge.c:1103 380#, c-format 381msgid "Could not write to '%s'" 382msgstr "Não foi possível escrever para '%s'" 383 384#: sequencer.c:144 385msgid "" 386"after resolving the conflicts, mark the corrected paths\n" 387"with 'git add <paths>' or 'git rm <paths>'" 388msgstr "" 389 390#: sequencer.c:147 391msgid "" 392"after resolving the conflicts, mark the corrected paths\n" 393"with 'git add <paths>' or 'git rm <paths>'\n" 394"and commit the result with 'git commit'" 395msgstr "" 396 397#: sequencer.c:160 398#: sequencer.c:741 399#: sequencer.c:824 400#, c-format 401msgid "Could not write to %s" 402msgstr "Não foi possível gravar para %s" 403 404#: sequencer.c:163 405#, c-format 406msgid "Error wrapping up %s" 407msgstr "" 408 409#: sequencer.c:178 410msgid "Your local changes would be overwritten by cherry-pick." 411msgstr "" 412 413#: sequencer.c:180 414msgid "Your local changes would be overwritten by revert." 415msgstr "" 416 417#: sequencer.c:183 418msgid "Commit your changes or stash them to proceed." 419msgstr "" 420 421#. TRANSLATORS: %s will be "revert" or "cherry-pick" 422#: sequencer.c:233 423#, c-format 424msgid "%s: Unable to write new index file" 425msgstr "" 426 427#: sequencer.c:261 428msgid "Could not resolve HEAD commit\n" 429msgstr "" 430 431#: sequencer.c:282 432msgid "Unable to update cache tree\n" 433msgstr "" 434 435#: sequencer.c:323 436#, c-format 437msgid "Could not parse commit %s\n" 438msgstr "Não foi possível analisar commit %s\n" 439 440#: sequencer.c:328 441#, c-format 442msgid "Could not parse parent commit %s\n" 443msgstr "Não foi possível analisar commit parent %s\n" 444 445#: sequencer.c:358 446msgid "Your index file is unmerged." 447msgstr "O seu ficheiro de índice é não fundido." 448 449#: sequencer.c:361 450msgid "You do not have a valid HEAD" 451msgstr "Você não tem uma HEAD válida" 452 453#: sequencer.c:376 454#, c-format 455msgid "Commit %s is a merge but no -m option was given." 456msgstr "" 457 458#: sequencer.c:384 459#, c-format 460msgid "Commit %s does not have parent %d" 461msgstr "" 462 463#: sequencer.c:388 464#, c-format 465msgid "Mainline was specified but commit %s is not a merge." 466msgstr "" 467 468#. TRANSLATORS: The first %s will be "revert" or 469#. "cherry-pick", the second %s a SHA1 470#: sequencer.c:399 471#, c-format 472msgid "%s: cannot parse parent commit %s" 473msgstr "" 474 475#: sequencer.c:403 476#, c-format 477msgid "Cannot get commit message for %s" 478msgstr "Não é possível obter mensagem commit para %s" 479 480#: sequencer.c:491 481#, c-format 482msgid "could not revert %s... %s" 483msgstr "" 484 485#: sequencer.c:492 486#, c-format 487msgid "could not apply %s... %s" 488msgstr "" 489 490#: sequencer.c:536 491msgid "empty commit set passed" 492msgstr "passado commit com o set vazio" 493 494#: sequencer.c:544 495#, c-format 496msgid "git %s: failed to read the index" 497msgstr "" 498 499#: sequencer.c:549 500#, c-format 501msgid "git %s: failed to refresh the index" 502msgstr "" 503 504#: sequencer.c:607 505#, c-format 506msgid "Cannot %s during a %s" 507msgstr "Não foi possível abrir %s durante um %s" 508 509#: sequencer.c:629 510#, c-format 511msgid "Could not parse line %d." 512msgstr "Não foi possível parsear linha %d." 513 514#: sequencer.c:634 515msgid "No commits parsed." 516msgstr "Nenhum commit parseado." 517 518#: sequencer.c:647 519#, c-format 520msgid "Could not open %s" 521msgstr "Não foi possível abrir %s" 522 523#: sequencer.c:651 524#, c-format 525msgid "Could not read %s." 526msgstr "Não foi possível ler %s." 527 528#: sequencer.c:658 529#, c-format 530msgid "Unusable instruction sheet: %s" 531msgstr "" 532 533#: sequencer.c:686 534#, c-format 535msgid "Invalid key: %s" 536msgstr "" 537 538#: sequencer.c:689 539#, c-format 540msgid "Invalid value for %s: %s" 541msgstr "Valor inválido para %s: %s" 542 543#: sequencer.c:701 544#, c-format 545msgid "Malformed options sheet: %s" 546msgstr "" 547 548#: sequencer.c:722 549msgid "a cherry-pick or revert is already in progress" 550msgstr "" 551 552#: sequencer.c:723 553msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 554msgstr "" 555 556#: sequencer.c:727 557#, c-format 558msgid "Could not create sequencer directory %s" 559msgstr "" 560 561#: sequencer.c:743 562#: sequencer.c:828 563#, c-format 564msgid "Error wrapping up %s." 565msgstr "" 566 567#: sequencer.c:762 568#: sequencer.c:896 569msgid "no cherry-pick or revert in progress" 570msgstr "" 571 572#: sequencer.c:764 573msgid "cannot resolve HEAD" 574msgstr "" 575 576#: sequencer.c:766 577msgid "cannot abort from a branch yet to be born" 578msgstr "" 579 580#: sequencer.c:788 581#: builtin/apply.c:3682 582#, c-format 583msgid "cannot open %s: %s" 584msgstr "não foi possível abrir %s: %s" 585 586#: sequencer.c:791 587#, c-format 588msgid "cannot read %s: %s" 589msgstr "não foi possível ler %s: %s" 590 591#: sequencer.c:792 592msgid "unexpected end of file" 593msgstr "" 594 595#: sequencer.c:798 596#, c-format 597msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 598msgstr "" 599 600#: sequencer.c:821 601#, c-format 602msgid "Could not format %s." 603msgstr "Não foi possível formatear %s." 604 605#: sequencer.c:983 606msgid "Can't revert as initial commit" 607msgstr "" 608 609#: sequencer.c:984 610msgid "Can't cherry-pick into empty head" 611msgstr "" 612 613#: sha1_name.c:864 614msgid "HEAD does not point to a branch" 615msgstr "" 616 617#: sha1_name.c:867 618#, c-format 619msgid "No such branch: '%s'" 620msgstr "Não existe rama '%s'" 621 622#: sha1_name.c:869 623#, c-format 624msgid "No upstream configured for branch '%s'" 625msgstr "" 626 627#: sha1_name.c:872 628#, c-format 629msgid "Upstream branch '%s' not stored as a remote-tracking branch" 630msgstr "" 631 632#: wt-status.c:135 633msgid "Unmerged paths:" 634msgstr "caminhos não fundidos:" 635 636#: wt-status.c:141 637#: wt-status.c:158 638#, c-format 639msgid " (use \"git reset %s <file>...\" to unstage)" 640msgstr "" 641 642#: wt-status.c:143 643#: wt-status.c:160 644msgid " (use \"git rm --cached <file>...\" to unstage)" 645msgstr "" 646 647#: wt-status.c:144 648msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 649msgstr " (usa \"git add/rm <ficheiro>...\" para marcar como resolvido)" 650 651#: wt-status.c:152 652msgid "Changes to be committed:" 653msgstr "Mudanças a serem commitadas" 654 655#: wt-status.c:170 656msgid "Changes not staged for commit:" 657msgstr "" 658 659#: wt-status.c:174 660msgid " (use \"git add <file>...\" to update what will be committed)" 661msgstr " (usa \"git add <ficheiro>...\" para actualizar o que vai ser commitado)" 662 663#: wt-status.c:176 664msgid " (use \"git add/rm <file>...\" to update what will be committed)" 665msgstr " (usa \"git add/rm <ficheiro>...\" para actualizar o que vai ser commitado)" 666 667#: wt-status.c:177 668msgid " (use \"git checkout -- <file>...\" to discard changes in working directory)" 669msgstr "" 670 671#: wt-status.c:179 672msgid " (commit or discard the untracked or modified content in submodules)" 673msgstr "" 674 675#: wt-status.c:188 676#, c-format 677msgid "%s files:" 678msgstr "%s ficheros:" 679 680#: wt-status.c:191 681#, c-format 682msgid " (use \"git %s <file>...\" to include in what will be committed)" 683msgstr "" 684 685#: wt-status.c:208 686msgid "bug" 687msgstr "erro" 688 689#: wt-status.c:213 690msgid "both deleted:" 691msgstr "eliminados em ambos:" 692 693#: wt-status.c:214 694msgid "added by us:" 695msgstr "adicionado por nós:" 696 697#: wt-status.c:215 698msgid "deleted by them:" 699msgstr "eliminados por eles:" 700 701#: wt-status.c:216 702msgid "added by them:" 703msgstr "adicionados por eles:" 704 705#: wt-status.c:217 706msgid "deleted by us:" 707msgstr "eliminados por nós:" 708 709#: wt-status.c:218 710msgid "both added:" 711msgstr "adicionados em ambos:" 712 713#: wt-status.c:219 714msgid "both modified:" 715msgstr "modificados em ambos:" 716 717#: wt-status.c:249 718msgid "new commits, " 719msgstr "novos commits, " 720 721#: wt-status.c:251 722msgid "modified content, " 723msgstr "conteúdo modificado, " 724 725#: wt-status.c:253 726msgid "untracked content, " 727msgstr "conteúdo não seguido" 728 729#: wt-status.c:267 730#, c-format 731msgid "new file: %s" 732msgstr "novo ficheiro: %s" 733 734#: wt-status.c:270 735#, c-format 736msgid "copied: %s -> %s" 737msgstr "copiado: %s -> %s" 738 739#: wt-status.c:273 740#, c-format 741msgid "deleted: %s" 742msgstr "eliminado: %s" 743 744#: wt-status.c:276 745#, c-format 746msgid "modified: %s" 747msgstr "modificado: %s" 748 749#: wt-status.c:279 750#, c-format 751msgid "renamed: %s -> %s" 752msgstr "mudado de nome: %s -> %s" 753 754#: wt-status.c:282 755#, c-format 756msgid "typechange: %s" 757msgstr "" 758 759#: wt-status.c:285 760#, c-format 761msgid "unknown: %s" 762msgstr "desconhecido: %s" 763 764#: wt-status.c:288 765#, c-format 766msgid "unmerged: %s" 767msgstr "não fundidos: %s" 768 769#: wt-status.c:291 770#, c-format 771msgid "bug: unhandled diff status %c" 772msgstr "" 773 774#: wt-status.c:737 775msgid "On branch " 776msgstr "Na rama" 777 778#: wt-status.c:744 779msgid "Not currently on any branch." 780msgstr "Não está em nenhuma rama." 781 782#: wt-status.c:755 783msgid "Initial commit" 784msgstr "Commit inicial" 785 786#: wt-status.c:769 787msgid "Untracked" 788msgstr "Não seguido" 789 790#: wt-status.c:771 791msgid "Ignored" 792msgstr "Ignorado" 793 794#: wt-status.c:773 795#, c-format 796msgid "Untracked files not listed%s" 797msgstr "" 798 799#: wt-status.c:775 800msgid " (use -u option to show untracked files)" 801msgstr "" 802 803#: wt-status.c:781 804msgid "No changes" 805msgstr "Sem mudanças" 806 807#: wt-status.c:785 808#, c-format 809msgid "no changes added to commit%s\n" 810msgstr "nenhuma alteração adicionado ao commit%s\n" 811 812#: wt-status.c:787 813msgid " (use \"git add\" and/or \"git commit -a\")" 814msgstr " (usa \"git add\" e/ou \"git commit -a\")" 815 816#: wt-status.c:789 817#, c-format 818msgid "nothing added to commit but untracked files present%s\n" 819msgstr "" 820 821#: wt-status.c:791 822msgid " (use \"git add\" to track)" 823msgstr " (usa \"git add\" para seguir)" 824 825#: wt-status.c:793 826#: wt-status.c:796 827#: wt-status.c:799 828#, c-format 829msgid "nothing to commit%s\n" 830msgstr "nada para fazer commit%s\n" 831 832#: wt-status.c:794 833msgid " (create/copy files and use \"git add\" to track)" 834msgstr "" 835 836#: wt-status.c:797 837msgid " (use -u to show untracked files)" 838msgstr "" 839 840#: wt-status.c:800 841msgid " (working directory clean)" 842msgstr " (directório de trabalho vacio)" 843 844#: wt-status.c:908 845msgid "HEAD (no branch)" 846msgstr "HEAD (Não é rama)" 847 848#: wt-status.c:914 849msgid "Initial commit on " 850msgstr "Commit inicial em " 851 852#: wt-status.c:929 853msgid "behind " 854msgstr "atrás " 855 856#: wt-status.c:932 857#: wt-status.c:935 858msgid "ahead " 859msgstr "a frente " 860 861#: wt-status.c:937 862msgid ", behind " 863msgstr ", atrás " 864 865#: builtin/add.c:62 866#, c-format 867msgid "unexpected diff status %c" 868msgstr "" 869 870#: builtin/add.c:67 871#: builtin/commit.c:282 872msgid "updating files failed" 873msgstr "Falou a atualização dos ficheiros" 874 875#: builtin/add.c:77 876#, c-format 877msgid "remove '%s'\n" 878msgstr "eliminar '%s'\n" 879 880#: builtin/add.c:176 881#, c-format 882msgid "Path '%s' is in submodule '%.*s'" 883msgstr "" 884 885#: builtin/add.c:192 886msgid "Unstaged changes after refreshing the index:" 887msgstr "" 888 889#: builtin/add.c:195 890#: builtin/add.c:456 891#: builtin/rm.c:186 892#, c-format 893msgid "pathspec '%s' did not match any files" 894msgstr "" 895 896#: builtin/add.c:209 897#, c-format 898msgid "'%s' is beyond a symbolic link" 899msgstr "" 900 901#: builtin/add.c:276 902msgid "Could not read the index" 903msgstr "Não foi possível ler o indíce" 904 905#: builtin/add.c:286 906#, c-format 907msgid "Could not open '%s' for writing." 908msgstr "Não foi possível abrir '%s' para escrever." 909 910#: builtin/add.c:290 911msgid "Could not write patch" 912msgstr "Não consegue escrever patch" 913 914#: builtin/add.c:295 915#, c-format 916msgid "Could not stat '%s'" 917msgstr "" 918 919#: builtin/add.c:297 920msgid "Empty patch. Aborted." 921msgstr "Patch vazio. Aborted." 922 923#: builtin/add.c:303 924#, c-format 925msgid "Could not apply '%s'" 926msgstr "Não foi possível aplicar o '%s'" 927 928#: builtin/add.c:312 929msgid "The following paths are ignored by one of your .gitignore files:\n" 930msgstr "" 931 932#: builtin/add.c:352 933#, c-format 934msgid "Use -f if you really want to add them.\n" 935msgstr "" 936 937#: builtin/add.c:353 938msgid "no files added" 939msgstr "nenhum ficheiros adicionado" 940 941#: builtin/add.c:359 942msgid "adding files failed" 943msgstr "falhou a adicionar ficheiros" 944 945#: builtin/add.c:391 946msgid "-A and -u are mutually incompatible" 947msgstr "" 948 949#: builtin/add.c:393 950msgid "Option --ignore-missing can only be used together with --dry-run" 951msgstr "" 952 953#: builtin/add.c:413 954#, c-format 955msgid "Nothing specified, nothing added.\n" 956msgstr "" 957 958#: builtin/add.c:414 959#, c-format 960msgid "Maybe you wanted to say 'git add .'?\n" 961msgstr "" 962 963#: builtin/add.c:420 964#: builtin/clean.c:95 965#: builtin/commit.c:342 966#: builtin/mv.c:82 967#: builtin/rm.c:162 968msgid "index file corrupt" 969msgstr "ficheiro index corrupto" 970 971#: builtin/add.c:476 972#: builtin/apply.c:4093 973#: builtin/mv.c:229 974#: builtin/rm.c:260 975msgid "Unable to write new index file" 976msgstr "" 977 978#: builtin/apply.c:106 979#, c-format 980msgid "unrecognized whitespace option '%s'" 981msgstr "espaço em braco não reconhecido: '%s'" 982 983#: builtin/apply.c:121 984#, c-format 985msgid "unrecognized whitespace ignore option '%s'" 986msgstr "" 987 988#: builtin/apply.c:815 989#, c-format 990msgid "Cannot prepare timestamp regexp %s" 991msgstr "" 992 993#: builtin/apply.c:824 994#, c-format 995msgid "regexec returned %d for input: %s" 996msgstr "" 997 998#: builtin/apply.c:905 999#, c-format1000msgid "unable to find filename in patch at line %d"1001msgstr ""10021003#: builtin/apply.c:9341004#, c-format1005msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1006msgstr ""10071008#: builtin/apply.c:9371009#, c-format1010msgid "git apply: bad git-diff - inconsistent %s filename on line %d"1011msgstr ""10121013#: builtin/apply.c:9441014#, c-format1015msgid "git apply: bad git-diff - expected /dev/null on line %d"1016msgstr ""10171018#: builtin/apply.c:13871019#, c-format1020msgid "recount: unexpected line: %.*s"1021msgstr ""10221023#: builtin/apply.c:14441024#, c-format1025msgid "patch fragment without header at line %d: %.*s"1026msgstr ""10271028#: builtin/apply.c:14611029#, c-format1030msgid "git diff header lacks filename information when removing %d leading pathname component (line %d)"1031msgid_plural "git diff header lacks filename information when removing %d leading pathname components (line %d)"1032msgstr[0] ""1033msgstr[1] ""10341035#: builtin/apply.c:16211036msgid "new file depends on old contents"1037msgstr ""10381039#: builtin/apply.c:16231040msgid "deleted file still has contents"1041msgstr ""10421043#: builtin/apply.c:16491044#, c-format1045msgid "corrupt patch at line %d"1046msgstr ""10471048#: builtin/apply.c:16851049#, c-format1050msgid "new file %s depends on old contents"1051msgstr ""10521053#: builtin/apply.c:16871054#, c-format1055msgid "deleted file %s still has contents"1056msgstr ""10571058#: builtin/apply.c:16901059#, c-format1060msgid "** warning: file %s becomes empty but is not deleted"1061msgstr ""10621063#: builtin/apply.c:18361064#, c-format1065msgid "corrupt binary patch at line %d: %.*s"1066msgstr ""10671068#. there has to be one hunk (forward hunk)1069#: builtin/apply.c:18651070#, c-format1071msgid "unrecognized binary patch at line %d"1072msgstr ""10731074#: builtin/apply.c:19511075#, c-format1076msgid "patch with only garbage at line %d"1077msgstr ""10781079#: builtin/apply.c:20411080#, c-format1081msgid "unable to read symlink %s"1082msgstr ""10831084#: builtin/apply.c:20451085#, c-format1086msgid "unable to open or read %s"1087msgstr "Não foi possível abrir o ler %s"10881089#: builtin/apply.c:21161090msgid "oops"1091msgstr ""10921093#: builtin/apply.c:26381094#, c-format1095msgid "invalid start of line: '%c'"1096msgstr "começo de linha inválido: '%c'"10971098#: builtin/apply.c:27561099#, c-format1100msgid "Hunk #%d succeeded at %d (offset %d line)."1101msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1102msgstr[0] ""1103msgstr[1] ""11041105#: builtin/apply.c:27681106#, c-format1107msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1108msgstr ""11091110#: builtin/apply.c:27741111#, c-format1112msgid ""1113"while searching for:\n"1114"%.*s"1115msgstr ""11161117#: builtin/apply.c:27931118#, c-format1119msgid "missing binary patch data for '%s'"1120msgstr ""11211122#: builtin/apply.c:28961123#, c-format1124msgid "binary patch does not apply to '%s'"1125msgstr ""11261127#: builtin/apply.c:29021128#, c-format1129msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1130msgstr ""11311132#: builtin/apply.c:29231133#, c-format1134msgid "patch failed: %s:%ld"1135msgstr ""11361137#: builtin/apply.c:30381138#, c-format1139msgid "patch %s has been renamed/deleted"1140msgstr ""11411142#: builtin/apply.c:30451143#: builtin/apply.c:30621144#, c-format1145msgid "read of %s failed"1146msgstr "ler %s falhou"11471148#: builtin/apply.c:30771149msgid "removal patch leaves file contents"1150msgstr ""11511152#: builtin/apply.c:30981153#, c-format1154msgid "%s: already exists in working directory"1155msgstr "%s: já existe no espaço de trabalho"11561157#: builtin/apply.c:31361158#, c-format1159msgid "%s: has been deleted/renamed"1160msgstr ""11611162#: builtin/apply.c:31411163#: builtin/apply.c:31721164#, c-format1165msgid "%s: %s"1166msgstr "%s: %s"11671168#: builtin/apply.c:31521169#, c-format1170msgid "%s: does not exist in index"1171msgstr ""11721173#: builtin/apply.c:31661174#, c-format1175msgid "%s: does not match index"1176msgstr "%s: não tem correspondencia ao index"11771178#: builtin/apply.c:31831179#, c-format1180msgid "%s: wrong type"1181msgstr ""11821183#: builtin/apply.c:31851184#, c-format1185msgid "%s has type %o, expected %o"1186msgstr ""11871188#: builtin/apply.c:32401189#, c-format1190msgid "%s: already exists in index"1191msgstr "%s: já existe no indíce"11921193#: builtin/apply.c:32591194#, c-format1195msgid "new mode (%o) of %s does not match old mode (%o)%s%s"1196msgstr ""11971198#: builtin/apply.c:32651199#, c-format1200msgid "%s: patch does not apply"1201msgstr ""12021203#: builtin/apply.c:32781204#, c-format1205msgid "Checking patch %s..."1206msgstr ""12071208#: builtin/apply.c:33331209#: builtin/checkout.c:2121210#: builtin/reset.c:1581211#, c-format1212msgid "make_cache_entry failed for path '%s'"1213msgstr ""12141215#: builtin/apply.c:34761216#, c-format1217msgid "unable to remove %s from index"1218msgstr ""12191220#: builtin/apply.c:35031221#, c-format1222msgid "corrupt patch for subproject %s"1223msgstr ""12241225#: builtin/apply.c:35071226#, c-format1227msgid "unable to stat newly created file '%s'"1228msgstr "não é possivel 'stat' o novo ficheiro creado '%s'"12291230#: builtin/apply.c:35121231#, c-format1232msgid "unable to create backing store for newly created file %s"1233msgstr ""12341235#: builtin/apply.c:35151236#, c-format1237msgid "unable to add cache entry for %s"1238msgstr ""12391240#: builtin/apply.c:35481241#, c-format1242msgid "closing file '%s'"1243msgstr "fechar fichero '%s'"12441245#: builtin/apply.c:35971246#, c-format1247msgid "unable to write file '%s' mode %o"1248msgstr ""12491250#: builtin/apply.c:36531251#, c-format1252msgid "Applied patch %s cleanly."1253msgstr ""12541255#: builtin/apply.c:36611256msgid "internal error"1257msgstr ""12581259#. Say this even without --verbose1260#: builtin/apply.c:36641261#, c-format1262msgid "Applying patch %%s with %d reject..."1263msgid_plural "Applying patch %%s with %d rejects..."1264msgstr[0] ""1265msgstr[1] ""12661267#: builtin/apply.c:36741268#, c-format1269msgid "truncating .rej filename to %.*s.rej"1270msgstr ""12711272#: builtin/apply.c:36951273#, c-format1274msgid "Hunk #%d applied cleanly."1275msgstr ""12761277#: builtin/apply.c:36981278#, c-format1279msgid "Rejected hunk #%d."1280msgstr ""12811282#: builtin/apply.c:38291283msgid "unrecognized input"1284msgstr "entrada não reconhecida"12851286#: builtin/apply.c:38401287msgid "unable to read index file"1288msgstr "Não foi possível ler o fichero indíce"12891290#: builtin/apply.c:40351291msgid "--index outside a repository"1292msgstr "--index fora de um repositorio"12931294#: builtin/apply.c:40381295msgid "--cached outside a repository"1296msgstr "--cached fora de um repositorio"12971298#: builtin/apply.c:40541299#, c-format1300msgid "can't open patch '%s'"1301msgstr "não é possivel abrir patch '%s'"13021303#: builtin/apply.c:40681304#, c-format1305msgid "squelched %d whitespace error"1306msgid_plural "squelched %d whitespace errors"1307msgstr[0] ""1308msgstr[1] ""13091310#: builtin/apply.c:40741311#: builtin/apply.c:40841312#, c-format1313msgid "%d line adds whitespace errors."1314msgid_plural "%d lines add whitespace errors."1315msgstr[0] ""1316msgstr[1] ""13171318#: builtin/archive.c:171319#, c-format1320msgid "could not create archive file '%s'"1321msgstr ""13221323#: builtin/archive.c:201324msgid "could not redirect output"1325msgstr ""13261327#: builtin/archive.c:371328msgid "git archive: Remote with no URL"1329msgstr ""13301331#: builtin/archive.c:581332msgid "git archive: expected ACK/NAK, got EOF"1333msgstr ""13341335#: builtin/archive.c:631336#, c-format1337msgid "git archive: NACK %s"1338msgstr ""13391340#: builtin/archive.c:651341#, c-format1342msgid "remote error: %s"1343msgstr "erro remoto: %s"13441345#: builtin/archive.c:661346msgid "git archive: protocol error"1347msgstr ""13481349#: builtin/archive.c:711350msgid "git archive: expected a flush"1351msgstr ""13521353#: builtin/branch.c:1441354#, c-format1355msgid ""1356"deleting branch '%s' that has been merged to\n"1357" '%s', but not yet merged to HEAD."1358msgstr ""13591360#: builtin/branch.c:1481361#, c-format1362msgid ""1363"not deleting branch '%s' that is not yet merged to\n"1364" '%s', even though it is merged to HEAD."1365msgstr ""13661367#: builtin/branch.c:1801368msgid "cannot use -a with -d"1369msgstr "Não é possível usar -a com um -d"13701371#: builtin/branch.c:1861372msgid "Couldn't look up commit object for HEAD"1373msgstr ""13741375#: builtin/branch.c:1911376#, c-format1377msgid "Cannot delete the branch '%s' which you are currently on."1378msgstr ""13791380#: builtin/branch.c:2021381#, c-format1382msgid "remote branch '%s' not found."1383msgstr "rama remota '%s não encontrada."13841385#: builtin/branch.c:2031386#, c-format1387msgid "branch '%s' not found."1388msgstr "rama '%s' não encontrado."13891390#: builtin/branch.c:2101391#, c-format1392msgid "Couldn't look up commit object for '%s'"1393msgstr ""13941395#: builtin/branch.c:2161396#, c-format1397msgid ""1398"The branch '%s' is not fully merged.\n"1399"If you are sure you want to delete it, run 'git branch -D %s'."1400msgstr ""14011402#: builtin/branch.c:2251403#, c-format1404msgid "Error deleting remote branch '%s'"1405msgstr ""14061407#: builtin/branch.c:2261408#, c-format1409msgid "Error deleting branch '%s'"1410msgstr "Erro a eliminar rama '%s'"14111412#: builtin/branch.c:2331413#, c-format1414msgid "Deleted remote branch %s (was %s).\n"1415msgstr ""14161417#: builtin/branch.c:2341418#, c-format1419msgid "Deleted branch %s (was %s).\n"1420msgstr "Eliminar rama %s (era %s).\n"14211422#: builtin/branch.c:2391423msgid "Update of config-file failed"1424msgstr ""14251426#: builtin/branch.c:3371427#, c-format1428msgid "branch '%s' does not point at a commit"1429msgstr ""14301431#: builtin/branch.c:4091432#, c-format1433msgid "behind %d] "1434msgstr "atrás %d] "14351436#: builtin/branch.c:4111437#, c-format1438msgid "ahead %d] "1439msgstr "a frente %d] "14401441#: builtin/branch.c:4131442#, c-format1443msgid "ahead %d, behind %d] "1444msgstr "a frente %d, atrás %d] "14451446#: builtin/branch.c:5211447msgid "(no branch)"1448msgstr "(não é rama)"14491450#: builtin/branch.c:5861451msgid "some refs could not be read"1452msgstr ""14531454#: builtin/branch.c:5991455msgid "cannot rename the current branch while not on any."1456msgstr ""14571458#: builtin/branch.c:6091459#, c-format1460msgid "Invalid branch name: '%s'"1461msgstr "Nome da rama inválida: '%s'"14621463#: builtin/branch.c:6241464msgid "Branch rename failed"1465msgstr "Falhou renomeação da rama"14661467#: builtin/branch.c:6281468#, c-format1469msgid "Renamed a misnamed branch '%s' away"1470msgstr "Renomeado uma rama erronea '%s'"14711472#: builtin/branch.c:6321473#, c-format1474msgid "Branch renamed to %s, but HEAD is not updated!"1475msgstr ""14761477#: builtin/branch.c:6391478msgid "Branch is renamed, but update of config-file failed"1479msgstr ""14801481#: builtin/branch.c:6541482#, c-format1483msgid "malformed object name %s"1484msgstr ""14851486#: builtin/branch.c:6781487#, c-format1488msgid "could not write branch description template: %s"1489msgstr ""14901491#: builtin/branch.c:7691492msgid "Failed to resolve HEAD as a valid ref."1493msgstr ""14941495#: builtin/branch.c:7741496#: builtin/clone.c:5581497msgid "HEAD not found below refs/heads!"1498msgstr ""14991500#: builtin/branch.c:7941501msgid "--column and --verbose are incompatible"1502msgstr "--column e --verbose são incompatíveis"15031504#: builtin/branch.c:8431505msgid "-a and -r options to 'git branch' do not make sense with a branch name"1506msgstr ""15071508#: builtin/bundle.c:471509#, c-format1510msgid "%s is okay\n"1511msgstr "%s está bem\n"15121513#: builtin/bundle.c:561514msgid "Need a repository to create a bundle."1515msgstr ""15161517#: builtin/bundle.c:601518msgid "Need a repository to unbundle."1519msgstr ""15201521#: builtin/checkout.c:1131522#: builtin/checkout.c:1461523#, c-format1524msgid "path '%s' does not have our version"1525msgstr ""15261527#: builtin/checkout.c:1151528#: builtin/checkout.c:1481529#, c-format1530msgid "path '%s' does not have their version"1531msgstr ""15321533#: builtin/checkout.c:1311534#, c-format1535msgid "path '%s' does not have all necessary versions"1536msgstr ""15371538#: builtin/checkout.c:1751539#, c-format1540msgid "path '%s' does not have necessary versions"1541msgstr ""15421543#: builtin/checkout.c:1921544#, c-format1545msgid "path '%s': cannot merge"1546msgstr ""15471548#: builtin/checkout.c:2091549#, c-format1550msgid "Unable to add merge result for '%s'"1551msgstr ""15521553#: builtin/checkout.c:2341554#: builtin/checkout.c:3921555msgid "corrupt index file"1556msgstr "ficheiro index corrupto"15571558#: builtin/checkout.c:2641559#: builtin/checkout.c:2711560#, c-format1561msgid "path '%s' is unmerged"1562msgstr ""15631564#: builtin/checkout.c:3021565#: builtin/checkout.c:4981566#: builtin/clone.c:5831567#: builtin/merge.c:8121568msgid "unable to write new index file"1569msgstr ""15701571#: builtin/checkout.c:3191572#: builtin/diff.c:3021573#: builtin/merge.c:4081574msgid "diff_setup_done failed"1575msgstr ""15761577#: builtin/checkout.c:4141578msgid "you need to resolve your current index first"1579msgstr ""15801581#: builtin/checkout.c:5331582#, c-format1583msgid "Can not do reflog for '%s'\n"1584msgstr ""15851586#: builtin/checkout.c:5661587msgid "HEAD is now at"1588msgstr "HEAD é agora em "15891590#: builtin/checkout.c:5731591#, c-format1592msgid "Reset branch '%s'\n"1593msgstr "Reset rama '%s'\n"15941595#: builtin/checkout.c:5761596#, c-format1597msgid "Already on '%s'\n"1598msgstr "Já em '%s'\n"15991600#: builtin/checkout.c:5801601#, c-format1602msgid "Switched to and reset branch '%s'\n"1603msgstr ""16041605#: builtin/checkout.c:5821606#, c-format1607msgid "Switched to a new branch '%s'\n"1608msgstr "Mudado para a nova rama '%s'\n"16091610#: builtin/checkout.c:5841611#, c-format1612msgid "Switched to branch '%s'\n"1613msgstr "Mudado para a rama '%s'\n"16141615#: builtin/checkout.c:6401616#, c-format1617msgid " ... and %d more.\n"1618msgstr " ... e %d mais.\n"16191620#. The singular version1621#: builtin/checkout.c:6461622#, c-format1623msgid ""1624"Warning: you are leaving %d commit behind, not connected to\n"1625"any of your branches:\n"1626"\n"1627"%s\n"1628msgid_plural ""1629"Warning: you are leaving %d commits behind, not connected to\n"1630"any of your branches:\n"1631"\n"1632"%s\n"1633msgstr[0] ""1634msgstr[1] ""16351636#: builtin/checkout.c:6641637#, c-format1638msgid ""1639"If you want to keep them by creating a new branch, this may be a good time\n"1640"to do so with:\n"1641"\n"1642" git branch new_branch_name %s\n"1643"\n"1644msgstr ""16451646#: builtin/checkout.c:6931647msgid "internal error in revision walk"1648msgstr ""16491650#: builtin/checkout.c:6971651msgid "Previous HEAD position was"1652msgstr ""16531654#: builtin/checkout.c:7231655msgid "You are on a branch yet to be born"1656msgstr ""16571658#. case (1)1659#: builtin/checkout.c:8541660#, c-format1661msgid "invalid reference: %s"1662msgstr ""16631664#. case (1): want a tree1665#: builtin/checkout.c:8931666#, c-format1667msgid "reference is not a tree: %s"1668msgstr ""16691670#: builtin/checkout.c:9731671msgid "-B cannot be used with -b"1672msgstr ""16731674#: builtin/checkout.c:9821675msgid "--patch is incompatible with all other options"1676msgstr ""16771678#: builtin/checkout.c:9851679msgid "--detach cannot be used with -b/-B/--orphan"1680msgstr ""16811682#: builtin/checkout.c:9871683msgid "--detach cannot be used with -t"1684msgstr ""16851686#: builtin/checkout.c:9931687msgid "--track needs a branch name"1688msgstr ""16891690#: builtin/checkout.c:10001691msgid "Missing branch name; try -b"1692msgstr ""16931694#: builtin/checkout.c:10061695msgid "--orphan and -b|-B are mutually exclusive"1696msgstr ""16971698#: builtin/checkout.c:10081699msgid "--orphan cannot be used with -t"1700msgstr ""17011702#: builtin/checkout.c:10181703msgid "git checkout: -f and -m are incompatible"1704msgstr ""17051706#: builtin/checkout.c:10521707msgid "invalid path specification"1708msgstr ""17091710#: builtin/checkout.c:10601711#, c-format1712msgid ""1713"git checkout: updating paths is incompatible with switching branches.\n"1714"Did you intend to checkout '%s' which can not be resolved as commit?"1715msgstr ""17161717#: builtin/checkout.c:10621718msgid "git checkout: updating paths is incompatible with switching branches."1719msgstr ""17201721#: builtin/checkout.c:10671722msgid "git checkout: --detach does not take a path argument"1723msgstr ""17241725#: builtin/checkout.c:10701726msgid ""1727"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1728"checking out of the index."1729msgstr ""17301731#: builtin/checkout.c:10891732msgid "Cannot switch branch to a non-commit."1733msgstr ""17341735#: builtin/checkout.c:10921736msgid "--ours/--theirs is incompatible with switching branches."1737msgstr ""17381739#: builtin/clean.c:781740msgid "-x and -X cannot be used together"1741msgstr ""17421743#: builtin/clean.c:821744msgid "clean.requireForce set to true and neither -n nor -f given; refusing to clean"1745msgstr ""17461747#: builtin/clean.c:851748msgid "clean.requireForce defaults to true and neither -n nor -f given; refusing to clean"1749msgstr ""17501751#: builtin/clean.c:1551752#: builtin/clean.c:1761753#, c-format1754msgid "Would remove %s\n"1755msgstr ""17561757#: builtin/clean.c:1591758#: builtin/clean.c:1791759#, c-format1760msgid "Removing %s\n"1761msgstr "Eliminando %s\n"17621763#: builtin/clean.c:1621764#: builtin/clean.c:1821765#, c-format1766msgid "failed to remove %s"1767msgstr ""17681769#: builtin/clean.c:1661770#, c-format1771msgid "Would not remove %s\n"1772msgstr ""17731774#: builtin/clean.c:1681775#, c-format1776msgid "Not removing %s\n"1777msgstr ""17781779#: builtin/clone.c:2431780#, c-format1781msgid "reference repository '%s' is not a local directory."1782msgstr ""17831784#: builtin/clone.c:3021785#, c-format1786msgid "failed to open '%s'"1787msgstr "falhou a abrir '%s'"17881789#: builtin/clone.c:3061790#, c-format1791msgid "failed to create directory '%s'"1792msgstr "falhou a criar o directório '%s'"17931794#: builtin/clone.c:3081795#: builtin/diff.c:751796#, c-format1797msgid "failed to stat '%s'"1798msgstr ""17991800#: builtin/clone.c:3101801#, c-format1802msgid "%s exists and is not a directory"1803msgstr ""18041805#: builtin/clone.c:3241806#, c-format1807msgid "failed to stat %s\n"1808msgstr ""18091810#: builtin/clone.c:3411811#, c-format1812msgid "failed to unlink '%s'"1813msgstr ""18141815#: builtin/clone.c:3461816#, c-format1817msgid "failed to create link '%s'"1818msgstr ""18191820#: builtin/clone.c:3501821#, c-format1822msgid "failed to copy file to '%s'"1823msgstr "falhou a copiar o ficheiro para '%s'"18241825#: builtin/clone.c:3731826#, c-format1827msgid "done.\n"1828msgstr "terminado.\n"18291830#: builtin/clone.c:4401831#, c-format1832msgid "Could not find remote branch %s to clone."1833msgstr ""18341835#: builtin/clone.c:5491836msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1837msgstr ""18381839#: builtin/clone.c:6391840msgid "Too many arguments."1841msgstr "Demasiados parametros."18421843#: builtin/clone.c:6431844msgid "You must specify a repository to clone."1845msgstr ""18461847#: builtin/clone.c:6541848#, c-format1849msgid "--bare and --origin %s options are incompatible."1850msgstr ""18511852#: builtin/clone.c:6681853#, c-format1854msgid "repository '%s' does not exist"1855msgstr ""18561857#: builtin/clone.c:6731858msgid "--depth is ignored in local clones; use file:// instead."1859msgstr ""18601861#: builtin/clone.c:6831862#, c-format1863msgid "destination path '%s' already exists and is not an empty directory."1864msgstr ""18651866#: builtin/clone.c:6931867#, c-format1868msgid "working tree '%s' already exists."1869msgstr ""18701871#: builtin/clone.c:7061872#: builtin/clone.c:7201873#, c-format1874msgid "could not create leading directories of '%s'"1875msgstr ""18761877#: builtin/clone.c:7091878#, c-format1879msgid "could not create work tree dir '%s'."1880msgstr ""18811882#: builtin/clone.c:7281883#, c-format1884msgid "Cloning into bare repository '%s'...\n"1885msgstr "Clonando em um repositorio nu (bare) '%s'...\n"18861887#: builtin/clone.c:7301888#, c-format1889msgid "Cloning into '%s'...\n"1890msgstr "Clonar em '%s'...\n"18911892#: builtin/clone.c:7861893#, c-format1894msgid "Don't know how to clone %s"1895msgstr "Não sei como clonar %s"18961897#: builtin/clone.c:8351898#, c-format1899msgid "Remote branch %s not found in upstream %s"1900msgstr ""19011902#: builtin/clone.c:8421903msgid "You appear to have cloned an empty repository."1904msgstr ""19051906#: builtin/column.c:511907msgid "--command must be the first argument"1908msgstr ""19091910#: builtin/commit.c:431911msgid ""1912"Your name and email address were configured automatically based\n"1913"on your username and hostname. Please check that they are accurate.\n"1914"You can suppress this message by setting them explicitly:\n"1915"\n"1916" git config --global user.name \"Your Name\"\n"1917" git config --global user.email you@example.com\n"1918"\n"1919"After doing this, you may fix the identity used for this commit with:\n"1920"\n"1921" git commit --amend --reset-author\n"1922msgstr ""1923"O seu nome e endereço de e-mail foram configurados automaticamente com base\n"1924"no o seu usuario e nome da maquina. Por favor, verifique se eles são precisos.\n"1925"Você pode suprimir esta mensagem, configurando-los explicitamente:\n"1926"\n"1927" git config --global user.name \"O teu Nome\"\n"1928" git config --global user.email tu@examplo.com\n"1929"\n"1930"Após fazer isso, você pode corregir a identidade usada em este commit com:\n"1931"\n"1932" git commit --amend --reset-author\n"19331934#: builtin/commit.c:551935msgid ""1936"You asked to amend the most recent commit, but doing so would make\n"1937"it empty. You can repeat your command with --allow-empty, or you can\n"1938"remove the commit entirely with \"git reset HEAD^\".\n"1939msgstr ""19401941#: builtin/commit.c:601942msgid ""1943"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1944"If you wish to commit it anyway, use:\n"1945"\n"1946" git commit --allow-empty\n"1947"\n"1948"Otherwise, please use 'git reset'\n"1949msgstr ""19501951#: builtin/commit.c:3091952msgid "failed to unpack HEAD tree object"1953msgstr ""19541955#: builtin/commit.c:3511956msgid "unable to create temporary index"1957msgstr ""19581959#: builtin/commit.c:3571960msgid "interactive add failed"1961msgstr "falhou adicionar interativo"19621963#: builtin/commit.c:3901964#: builtin/commit.c:4111965#: builtin/commit.c:4611966msgid "unable to write new_index file"1967msgstr ""19681969#: builtin/commit.c:4421970msgid "cannot do a partial commit during a merge."1971msgstr ""19721973#: builtin/commit.c:4441974msgid "cannot do a partial commit during a cherry-pick."1975msgstr ""19761977#: builtin/commit.c:4541978msgid "cannot read the index"1979msgstr "não foi possível ler o indíce"19801981#: builtin/commit.c:4741982msgid "unable to write temporary index file"1983msgstr ""19841985#: builtin/commit.c:5491986#: builtin/commit.c:5551987#, c-format1988msgid "invalid commit: %s"1989msgstr "commit inválido: %s"19901991#: builtin/commit.c:5781992msgid "malformed --author parameter"1993msgstr ""19941995#: builtin/commit.c:6391996#, c-format1997msgid "Malformed ident string: '%s'"1998msgstr ""19992000#: builtin/commit.c:6772001#: builtin/commit.c:7102002#: builtin/commit.c:10242003#, c-format2004msgid "could not lookup commit %s"2005msgstr ""20062007#: builtin/commit.c:6892008#: builtin/shortlog.c:2962009#, c-format2010msgid "(reading log message from standard input)\n"2011msgstr ""20122013#: builtin/commit.c:6912014msgid "could not read log from standard input"2015msgstr ""20162017#: builtin/commit.c:6952018#, c-format2019msgid "could not read log file '%s'"2020msgstr "não é possivel ler o ficheiro de log '%s'"20212022#: builtin/commit.c:7012023msgid "commit has empty message"2024msgstr "a mensagem do commit está vazia"20252026#: builtin/commit.c:7172027msgid "could not read MERGE_MSG"2028msgstr "não é possivel ler MERGE_MSG"20292030#: builtin/commit.c:7212031msgid "could not read SQUASH_MSG"2032msgstr "não é possivel ler SQUASH_MSG"20332034#: builtin/commit.c:7252035#, c-format2036msgid "could not read '%s'"2037msgstr "não é possivel ler '%s'"20382039#: builtin/commit.c:7772040msgid "could not write commit template"2041msgstr ""20422043#: builtin/commit.c:7882044#, c-format2045msgid ""2046"\n"2047"It looks like you may be committing a merge.\n"2048"If this is not correct, please remove the file\n"2049"\t%s\n"2050"and try again.\n"2051msgstr ""20522053#: builtin/commit.c:7932054#, c-format2055msgid ""2056"\n"2057"It looks like you may be committing a cherry-pick.\n"2058"If this is not correct, please remove the file\n"2059"\t%s\n"2060"and try again.\n"2061msgstr ""20622063#: builtin/commit.c:8052064msgid ""2065"Please enter the commit message for your changes. Lines starting\n"2066"with '#' will be ignored, and an empty message aborts the commit.\n"2067msgstr ""20682069#: builtin/commit.c:8102070msgid ""2071"Please enter the commit message for your changes. Lines starting\n"2072"with '#' will be kept; you may remove them yourself if you want to.\n"2073"An empty message aborts the commit.\n"2074msgstr ""20752076#: builtin/commit.c:8232077#, c-format2078msgid "%sAuthor: %s"2079msgstr "%sAutor: %s"20802081#: builtin/commit.c:8302082#, c-format2083msgid "%sCommitter: %s"2084msgstr "%sCommitador: %s"20852086#: builtin/commit.c:8502087msgid "Cannot read index"2088msgstr ""20892090#: builtin/commit.c:8872091msgid "Error building trees"2092msgstr ""20932094#: builtin/commit.c:9022095#: builtin/tag.c:3612096#, c-format2097msgid "Please supply the message using either -m or -F option.\n"2098msgstr ""20992100#: builtin/commit.c:9992101#, c-format2102msgid "No existing author found with '%s'"2103msgstr ""21042105#: builtin/commit.c:10142106#: builtin/commit.c:12142107#, c-format2108msgid "Invalid untracked files mode '%s'"2109msgstr ""21102111#: builtin/commit.c:10542112msgid "Using both --reset-author and --author does not make sense"2113msgstr ""21142115#: builtin/commit.c:10652116msgid "You have nothing to amend."2117msgstr "Você não tem nada a corregir."21182119#: builtin/commit.c:10682120msgid "You are in the middle of a merge -- cannot amend."2121msgstr ""21222123#: builtin/commit.c:10702124msgid "You are in the middle of a cherry-pick -- cannot amend."2125msgstr ""21262127#: builtin/commit.c:10732128msgid "Options --squash and --fixup cannot be used together"2129msgstr ""21302131#: builtin/commit.c:10832132msgid "Only one of -c/-C/-F/--fixup can be used."2133msgstr ""21342135#: builtin/commit.c:10852136msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2137msgstr ""21382139#: builtin/commit.c:10932140msgid "--reset-author can be used only with -C, -c or --amend."2141msgstr ""21422143#: builtin/commit.c:11102144msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2145msgstr ""21462147#: builtin/commit.c:11122148msgid "No paths with --include/--only does not make sense."2149msgstr ""21502151#: builtin/commit.c:11142152msgid "Clever... amending the last one with dirty index."2153msgstr ""21542155#: builtin/commit.c:11162156msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2157msgstr ""21582159#: builtin/commit.c:11262160#: builtin/tag.c:5772161#, c-format2162msgid "Invalid cleanup mode %s"2163msgstr ""21642165#: builtin/commit.c:11312166msgid "Paths with -a does not make sense."2167msgstr ""21682169#: builtin/commit.c:13152170msgid "couldn't look up newly created commit"2171msgstr ""21722173#: builtin/commit.c:13172174msgid "could not parse newly created commit"2175msgstr ""21762177#: builtin/commit.c:13582178msgid "detached HEAD"2179msgstr ""21802181#: builtin/commit.c:13602182msgid " (root-commit)"2183msgstr " (root-commit)"21842185#: builtin/commit.c:14502186msgid "could not parse HEAD commit"2187msgstr ""21882189#: builtin/commit.c:14872190#: builtin/merge.c:5092191#, c-format2192msgid "could not open '%s' for reading"2193msgstr ""21942195#: builtin/commit.c:14942196#, c-format2197msgid "Corrupt MERGE_HEAD file (%s)"2198msgstr ""21992200#: builtin/commit.c:15012201msgid "could not read MERGE_MODE"2202msgstr ""22032204#: builtin/commit.c:15202205#, c-format2206msgid "could not read commit message: %s"2207msgstr ""22082209#: builtin/commit.c:15342210#, c-format2211msgid "Aborting commit; you did not edit the message.\n"2212msgstr ""22132214#: builtin/commit.c:15392215#, c-format2216msgid "Aborting commit due to empty commit message.\n"2217msgstr ""22182219#: builtin/commit.c:15542220#: builtin/merge.c:9362221#: builtin/merge.c:9612222msgid "failed to write commit object"2223msgstr ""22242225#: builtin/commit.c:15752226msgid "cannot lock HEAD ref"2227msgstr ""22282229#: builtin/commit.c:15792230msgid "cannot update HEAD ref"2231msgstr ""22322233#: builtin/commit.c:15902234msgid ""2235"Repository has been updated, but unable to write\n"2236"new_index file. Check that disk is not full or quota is\n"2237"not exceeded, and then \"git reset HEAD\" to recover."2238msgstr ""22392240#: builtin/describe.c:2342241#, c-format2242msgid "annotated tag %s not available"2243msgstr ""22442245#: builtin/describe.c:2382246#, c-format2247msgid "annotated tag %s has no embedded name"2248msgstr ""22492250#: builtin/describe.c:2402251#, c-format2252msgid "tag '%s' is really '%s' here"2253msgstr ""22542255#: builtin/describe.c:2672256#, c-format2257msgid "Not a valid object name %s"2258msgstr ""22592260#: builtin/describe.c:2702261#, c-format2262msgid "%s is not a valid '%s' object"2263msgstr ""22642265#: builtin/describe.c:2872266#, c-format2267msgid "no tag exactly matches '%s'"2268msgstr ""22692270#: builtin/describe.c:2892271#, c-format2272msgid "searching to describe %s\n"2273msgstr ""22742275#: builtin/describe.c:3292276#, c-format2277msgid "finished search at %s\n"2278msgstr ""22792280#: builtin/describe.c:3532281#, c-format2282msgid ""2283"No annotated tags can describe '%s'.\n"2284"However, there were unannotated tags: try --tags."2285msgstr ""22862287#: builtin/describe.c:3572288#, c-format2289msgid ""2290"No tags can describe '%s'.\n"2291"Try --always, or create some tags."2292msgstr ""22932294#: builtin/describe.c:3782295#, c-format2296msgid "traversed %lu commits\n"2297msgstr ""22982299#: builtin/describe.c:3812300#, c-format2301msgid ""2302"more than %i tags found; listed %i most recent\n"2303"gave up search at %s\n"2304msgstr ""23052306#: builtin/describe.c:4362307msgid "--long is incompatible with --abbrev=0"2308msgstr ""23092310#: builtin/describe.c:4622311msgid "No names found, cannot describe anything."2312msgstr "Nenhum nome encontrado, não descreve nada."23132314#: builtin/describe.c:4822315msgid "--dirty is incompatible with commit-ishes"2316msgstr ""23172318#: builtin/diff.c:772319#, c-format2320msgid "'%s': not a regular file or symlink"2321msgstr ""23222323#: builtin/diff.c:2202324#, c-format2325msgid "invalid option: %s"2326msgstr ""23272328#: builtin/diff.c:2972329msgid "Not a git repository"2330msgstr "Não é um repositorio git"23312332#: builtin/diff.c:3472333#, c-format2334msgid "invalid object '%s' given."2335msgstr ""23362337#: builtin/diff.c:3522338#, c-format2339msgid "more than %d trees given: '%s'"2340msgstr ""23412342#: builtin/diff.c:3622343#, c-format2344msgid "more than two blobs given: '%s'"2345msgstr ""23462347#: builtin/diff.c:3702348#, c-format2349msgid "unhandled object '%s' given."2350msgstr ""23512352#: builtin/fetch.c:2002353msgid "Couldn't find remote ref HEAD"2354msgstr ""23552356#: builtin/fetch.c:2532357#, c-format2358msgid "object %s not found"2359msgstr "objecto %s não encontrado"23602361#: builtin/fetch.c:2592362msgid "[up to date]"2363msgstr "[Actualizada]"23642365#: builtin/fetch.c:2732366#, c-format2367msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2368msgstr ""23692370#: builtin/fetch.c:2742371#: builtin/fetch.c:3602372msgid "[rejected]"2373msgstr "[rejeitado]"23742375#: builtin/fetch.c:2852376msgid "[tag update]"2377msgstr "[etiqueta actualizada]"23782379#: builtin/fetch.c:2872380#: builtin/fetch.c:3222381#: builtin/fetch.c:3402382msgid " (unable to update local ref)"2383msgstr ""23842385#: builtin/fetch.c:3052386msgid "[new tag]"2387msgstr "[nova etiqueta]"23882389#: builtin/fetch.c:3082390msgid "[new branch]"2391msgstr "[nova rama]"23922393#: builtin/fetch.c:3112394msgid "[new ref]"2395msgstr "[nova ref]"23962397#: builtin/fetch.c:3562398msgid "unable to update local ref"2399msgstr ""24002401#: builtin/fetch.c:3562402msgid "forced update"2403msgstr "actualização forçada"24042405#: builtin/fetch.c:3622406msgid "(non-fast-forward)"2407msgstr "(non-fast-forward)"24082409#: builtin/fetch.c:3932410#: builtin/fetch.c:6852411#, c-format2412msgid "cannot open %s: %s\n"2413msgstr "não é possivel abrir %s: %s\n"24142415#: builtin/fetch.c:4022416#, c-format2417msgid "%s did not send all necessary objects\n"2418msgstr ""24192420#: builtin/fetch.c:4882421#, c-format2422msgid "From %.*s\n"2423msgstr "Para %.*s\n"24242425#: builtin/fetch.c:4992426#, c-format2427msgid ""2428"some local refs could not be updated; try running\n"2429" 'git remote prune %s' to remove any old, conflicting branches"2430msgstr ""24312432#: builtin/fetch.c:5492433#, c-format2434msgid " (%s will become dangling)"2435msgstr ""24362437#: builtin/fetch.c:5502438#, c-format2439msgid " (%s has become dangling)"2440msgstr ""24412442#: builtin/fetch.c:5572443msgid "[deleted]"2444msgstr "[eliminado]"24452446#: builtin/fetch.c:5582447#: builtin/remote.c:10552448msgid "(none)"2449msgstr "(nenhum)"24502451#: builtin/fetch.c:6752452#, c-format2453msgid "Refusing to fetch into current branch %s of non-bare repository"2454msgstr ""24552456#: builtin/fetch.c:7092457#, c-format2458msgid "Don't know how to fetch from %s"2459msgstr ""24602461#: builtin/fetch.c:7862462#, c-format2463msgid "Option \"%s\" value \"%s\" is not valid for %s"2464msgstr ""24652466#: builtin/fetch.c:7892467#, c-format2468msgid "Option \"%s\" is ignored for %s\n"2469msgstr ""24702471#: builtin/fetch.c:8882472#, c-format2473msgid "Fetching %s\n"2474msgstr "Baixando %s\n"24752476#: builtin/fetch.c:8902477#: builtin/remote.c:1002478#, c-format2479msgid "Could not fetch %s"2480msgstr ""24812482#: builtin/fetch.c:9072483msgid ""2484"No remote repository specified. Please, specify either a URL or a\n"2485"remote name from which new revisions should be fetched."2486msgstr ""2487"Nenhum repositório remoto especificado. Por favor, especifique um URL ou o\n"2488"nome remoto a partir do qual novas revisões devem ser obtida."24892490#: builtin/fetch.c:9272491msgid "You need to specify a tag name."2492msgstr "Você precisa especificar um nome da etiqueta."24932494#: builtin/fetch.c:9792495msgid "fetch --all does not take a repository argument"2496msgstr ""24972498#: builtin/fetch.c:9812499msgid "fetch --all does not make sense with refspecs"2500msgstr ""25012502#: builtin/fetch.c:9922503#, c-format2504msgid "No such remote or remote group: %s"2505msgstr ""25062507#: builtin/fetch.c:10002508msgid "Fetching a group and specifying refspecs does not make sense"2509msgstr ""25102511#: builtin/gc.c:632512#, c-format2513msgid "Invalid %s: '%s'"2514msgstr "Inválido %s: '%s'"25152516#: builtin/gc.c:902517#, c-format2518msgid "insanely long object directory %.*s"2519msgstr ""25202521#: builtin/gc.c:2212522#, c-format2523msgid "Auto packing the repository for optimum performance.\n"2524msgstr ""25252526#: builtin/gc.c:2242527#, c-format2528msgid ""2529"Auto packing the repository for optimum performance. You may also\n"2530"run \"git gc\" manually. See \"git help gc\" for more information.\n"2531msgstr ""25322533#: builtin/gc.c:2512534msgid "There are too many unreachable loose objects; run 'git prune' to remove them."2535msgstr ""25362537#: builtin/grep.c:2162538#, c-format2539msgid "grep: failed to create thread: %s"2540msgstr ""25412542#: builtin/grep.c:4022543#, c-format2544msgid "Failed to chdir: %s"2545msgstr ""25462547#: builtin/grep.c:4782548#: builtin/grep.c:5122549#, c-format2550msgid "unable to read tree (%s)"2551msgstr ""25522553#: builtin/grep.c:5262554#, c-format2555msgid "unable to grep from object of type %s"2556msgstr ""25572558#: builtin/grep.c:5842559#, c-format2560msgid "switch `%c' expects a numerical value"2561msgstr ""25622563#: builtin/grep.c:6012564#, c-format2565msgid "cannot open '%s'"2566msgstr ""25672568#: builtin/grep.c:8882569msgid "no pattern given."2570msgstr ""25712572#: builtin/grep.c:9022573#, c-format2574msgid "bad object %s"2575msgstr ""25762577#: builtin/grep.c:9432578msgid "--open-files-in-pager only works on the worktree"2579msgstr ""25802581#: builtin/grep.c:9662582msgid "--cached or --untracked cannot be used with --no-index."2583msgstr ""25842585#: builtin/grep.c:9712586msgid "--no-index or --untracked cannot be used with revs."2587msgstr ""25882589#: builtin/grep.c:9742590msgid "--[no-]exclude-standard cannot be used for tracked contents."2591msgstr ""25922593#: builtin/grep.c:9822594msgid "both --cached and trees are given."2595msgstr ""25962597#: builtin/help.c:592598#, c-format2599msgid "unrecognized help format '%s'"2600msgstr "formato ajuda não reconhecido '%s'"26012602#: builtin/help.c:872603msgid "Failed to start emacsclient."2604msgstr ""26052606#: builtin/help.c:1002607msgid "Failed to parse emacsclient version."2608msgstr ""26092610#: builtin/help.c:1082611#, c-format2612msgid "emacsclient version '%d' too old (< 22)."2613msgstr ""26142615#: builtin/help.c:1262616#: builtin/help.c:1542617#: builtin/help.c:1632618#: builtin/help.c:1712619#, c-format2620msgid "failed to exec '%s': %s"2621msgstr ""26222623#: builtin/help.c:2112624#, c-format2625msgid ""2626"'%s': path for unsupported man viewer.\n"2627"Please consider using 'man.<tool>.cmd' instead."2628msgstr ""26292630#: builtin/help.c:2232631#, c-format2632msgid ""2633"'%s': cmd for supported man viewer.\n"2634"Please consider using 'man.<tool>.path' instead."2635msgstr ""26362637#: builtin/help.c:2872638msgid "The most commonly used git commands are:"2639msgstr ""26402641#: builtin/help.c:3552642#, c-format2643msgid "'%s': unknown man viewer."2644msgstr ""26452646#: builtin/help.c:3722647msgid "no man viewer handled the request"2648msgstr ""26492650#: builtin/help.c:3802651msgid "no info viewer handled the request"2652msgstr ""26532654#: builtin/help.c:3912655#, c-format2656msgid "'%s': not a documentation directory."2657msgstr ""26582659#: builtin/help.c:4322660#: builtin/help.c:4392661#, c-format2662msgid "usage: %s%s"2663msgstr ""26642665#: builtin/help.c:4532666#, c-format2667msgid "`git %s' is aliased to `%s'"2668msgstr ""26692670#: builtin/index-pack.c:842671#, c-format2672msgid "object type mismatch at %s"2673msgstr ""26742675#: builtin/index-pack.c:1042676msgid "object of unexpected type"2677msgstr ""26782679#: builtin/index-pack.c:1412680#, c-format2681msgid "cannot fill %d byte"2682msgid_plural "cannot fill %d bytes"2683msgstr[0] ""2684msgstr[1] ""26852686#: builtin/index-pack.c:1512687msgid "early EOF"2688msgstr ""26892690#: builtin/index-pack.c:1522691msgid "read error on input"2692msgstr ""26932694#: builtin/index-pack.c:1642695msgid "used more bytes than were available"2696msgstr ""26972698#: builtin/index-pack.c:1712699msgid "pack too large for current definition of off_t"2700msgstr ""27012702#: builtin/index-pack.c:1872703#, c-format2704msgid "unable to create '%s'"2705msgstr "não é possivel crear '%s'"27062707#: builtin/index-pack.c:1922708#, c-format2709msgid "cannot open packfile '%s'"2710msgstr "Não é possivel abrir o ficheiro packfile '%s'"27112712#: builtin/index-pack.c:2062713msgid "pack signature mismatch"2714msgstr ""27152716#: builtin/index-pack.c:2262717#, c-format2718msgid "pack has bad object at offset %lu: %s"2719msgstr ""27202721#: builtin/index-pack.c:3002722#, c-format2723msgid "inflate returned %d"2724msgstr ""27252726#: builtin/index-pack.c:3452727msgid "offset value overflow for delta base object"2728msgstr ""27292730#: builtin/index-pack.c:3532731msgid "delta base offset is out of bound"2732msgstr ""27332734#: builtin/index-pack.c:3612735#, c-format2736msgid "unknown object type %d"2737msgstr "ojecto com tipo desconhecido %d"27382739#: builtin/index-pack.c:3902740msgid "cannot pread pack file"2741msgstr "Não é possivel pread pack file"27422743#: builtin/index-pack.c:3922744#, c-format2745msgid "premature end of pack file, %lu byte missing"2746msgid_plural "premature end of pack file, %lu bytes missing"2747msgstr[0] ""2748msgstr[1] ""27492750#: builtin/index-pack.c:4052751msgid "serious inflate inconsistency"2752msgstr ""27532754#: builtin/index-pack.c:4762755#, c-format2756msgid "cannot read existing object %s"2757msgstr "não foi possível ler objecto existente %s"27582759#: builtin/index-pack.c:4792760#, c-format2761msgid "SHA1 COLLISION FOUND WITH %s !"2762msgstr ""27632764#: builtin/index-pack.c:4882765#, c-format2766msgid "invalid blob object %s"2767msgstr "inválido objecto blob %s"27682769#: builtin/index-pack.c:5002770#, c-format2771msgid "invalid %s"2772msgstr "inválido: %s"27732774#: builtin/index-pack.c:5022775msgid "Error in object"2776msgstr ""27772778#: builtin/index-pack.c:5042779#, c-format2780msgid "Not all child objects of %s are reachable"2781msgstr ""27822783#: builtin/index-pack.c:5762784#: builtin/index-pack.c:6022785msgid "failed to apply delta"2786msgstr ""27872788#: builtin/index-pack.c:7062789msgid "Receiving objects"2790msgstr ""27912792#: builtin/index-pack.c:7062793msgid "Indexing objects"2794msgstr ""27952796#: builtin/index-pack.c:7282797msgid "pack is corrupted (SHA1 mismatch)"2798msgstr ""27992800#: builtin/index-pack.c:7332801msgid "cannot fstat packfile"2802msgstr "Não é possivel fstat packfile"28032804#: builtin/index-pack.c:7362805msgid "pack has junk at the end"2806msgstr ""28072808#: builtin/index-pack.c:7542809msgid "Resolving deltas"2810msgstr "Resolvendo deltas"28112812#: builtin/index-pack.c:7872813#, c-format2814msgid "unable to deflate appended object (%d)"2815msgstr ""28162817#: builtin/index-pack.c:8662818#, c-format2819msgid "local object %s is corrupt"2820msgstr ""28212822#: builtin/index-pack.c:8902823msgid "error while closing pack file"2824msgstr ""28252826#: builtin/index-pack.c:9032827#, c-format2828msgid "cannot write keep file '%s'"2829msgstr "não é possivel escrever o fichero kepp '%s'"28302831#: builtin/index-pack.c:9112832#, c-format2833msgid "cannot close written keep file '%s'"2834msgstr "Não é possivel fechar o fichero escrito '%s'"28352836#: builtin/index-pack.c:9242837msgid "cannot store pack file"2838msgstr "Não é possivel guardar o fichero pack"28392840#: builtin/index-pack.c:9352841msgid "cannot store index file"2842msgstr "Não é possivel guardar fichero index"28432844#: builtin/index-pack.c:10242845#, c-format2846msgid "Cannot open existing pack file '%s'"2847msgstr "Não é possivel abrir o existente ficheiro pack %s"28482849#: builtin/index-pack.c:10262850#, c-format2851msgid "Cannot open existing pack idx file for '%s'"2852msgstr "Não é possivel abrir o ficheiro 'pack idx' para '%s'"28532854#: builtin/index-pack.c:10732855#, c-format2856msgid "non delta: %d object"2857msgid_plural "non delta: %d objects"2858msgstr[0] ""2859msgstr[1] ""28602861#: builtin/index-pack.c:10802862#, c-format2863msgid "chain length = %d: %lu object"2864msgid_plural "chain length = %d: %lu objects"2865msgstr[0] ""2866msgstr[1] ""28672868#: builtin/index-pack.c:11072869msgid "Cannot come back to cwd"2870msgstr ""28712872#: builtin/index-pack.c:11402873#: builtin/index-pack.c:11432874#: builtin/index-pack.c:11552875#: builtin/index-pack.c:11592876#, c-format2877msgid "bad %s"2878msgstr "inválido %s"28792880#: builtin/index-pack.c:11732881msgid "--fix-thin cannot be used without --stdin"2882msgstr ""28832884#: builtin/index-pack.c:11772885#: builtin/index-pack.c:11872886#, c-format2887msgid "packfile name '%s' does not end with '.pack'"2888msgstr ""28892890#: builtin/index-pack.c:11962891msgid "--verify with no packfile name given"2892msgstr ""28932894#: builtin/index-pack.c:12202895msgid "confusion beyond insanity"2896msgstr ""28972898#: builtin/index-pack.c:12392899#, c-format2900msgid "pack has %d unresolved delta"2901msgid_plural "pack has %d unresolved deltas"2902msgstr[0] ""2903msgstr[1] ""29042905#: builtin/init-db.c:352906#, c-format2907msgid "Could not make %s writable by group"2908msgstr ""29092910#: builtin/init-db.c:622911#, c-format2912msgid "insanely long template name %s"2913msgstr ""29142915#: builtin/init-db.c:672916#, c-format2917msgid "cannot stat '%s'"2918msgstr ""29192920#: builtin/init-db.c:732921#, c-format2922msgid "cannot stat template '%s'"2923msgstr ""29242925#: builtin/init-db.c:802926#, c-format2927msgid "cannot opendir '%s'"2928msgstr ""29292930#: builtin/init-db.c:972931#, c-format2932msgid "cannot readlink '%s'"2933msgstr ""29342935#: builtin/init-db.c:992936#, c-format2937msgid "insanely long symlink %s"2938msgstr ""29392940#: builtin/init-db.c:1022941#, c-format2942msgid "cannot symlink '%s' '%s'"2943msgstr ""29442945#: builtin/init-db.c:1062946#, c-format2947msgid "cannot copy '%s' to '%s'"2948msgstr ""29492950#: builtin/init-db.c:1102951#, c-format2952msgid "ignoring template %s"2953msgstr ""29542955#: builtin/init-db.c:1332956#, c-format2957msgid "insanely long template path %s"2958msgstr ""29592960#: builtin/init-db.c:1412961#, c-format2962msgid "templates not found %s"2963msgstr ""29642965#: builtin/init-db.c:1542966#, c-format2967msgid "not copying templates of a wrong format version %d from '%s'"2968msgstr ""29692970#: builtin/init-db.c:1922971#, c-format2972msgid "insane git directory %s"2973msgstr ""29742975#: builtin/init-db.c:3222976#: builtin/init-db.c:3252977#, c-format2978msgid "%s already exists"2979msgstr "%s já existe"29802981#: builtin/init-db.c:3542982#, c-format2983msgid "unable to handle file type %d"2984msgstr ""29852986#: builtin/init-db.c:3572987#, c-format2988msgid "unable to move %s to %s"2989msgstr ""29902991#: builtin/init-db.c:3622992#, c-format2993msgid "Could not create git link %s"2994msgstr ""29952996#.2997#. * TRANSLATORS: The first '%s' is either "Reinitialized2998#. * existing" or "Initialized empty", the second " shared" or2999#. * "", and the last '%s%s' is the verbatim directory name.3000#.3001#: builtin/init-db.c:4193002#, c-format3003msgid "%s%s Git repository in %s%s\n"3004msgstr ""30053006#: builtin/init-db.c:4203007msgid "Reinitialized existing"3008msgstr ""30093010#: builtin/init-db.c:4203011msgid "Initialized empty"3012msgstr "Inicializada vazio"30133014#: builtin/init-db.c:4213015msgid " shared"3016msgstr " partilhado"30173018#: builtin/init-db.c:4403019msgid "cannot tell cwd"3020msgstr ""30213022#: builtin/init-db.c:5213023#: builtin/init-db.c:5283024#, c-format3025msgid "cannot mkdir %s"3026msgstr ""30273028#: builtin/init-db.c:5323029#, c-format3030msgid "cannot chdir to %s"3031msgstr ""30323033#: builtin/init-db.c:5543034#, c-format3035msgid "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-dir=<directory>)"3036msgstr ""30373038#: builtin/init-db.c:5783039msgid "Cannot access current working directory"3040msgstr ""30413042#: builtin/init-db.c:5853043#, c-format3044msgid "Cannot access work tree '%s'"3045msgstr ""30463047#: builtin/log.c:1883048#, c-format3049msgid "Final output: %d %s\n"3050msgstr ""30513052#: builtin/log.c:4013053#: builtin/log.c:4893054#, c-format3055msgid "Could not read object %s"3056msgstr ""30573058#: builtin/log.c:5133059#, c-format3060msgid "Unknown type: %d"3061msgstr "Tipo desconhecido: %d"30623063#: builtin/log.c:6023064msgid "format.headers without value"3065msgstr ""30663067#: builtin/log.c:6753068msgid "name of output directory is too long"3069msgstr "nome do diretório de saída é demasiado longo"30703071#: builtin/log.c:6863072#, c-format3073msgid "Cannot open patch file %s"3074msgstr "Não é possivel abrir o ficheiro patch %s"30753076#: builtin/log.c:7003077msgid "Need exactly one range."3078msgstr "Necessita de exatamente um intervalo."30793080#: builtin/log.c:7083081msgid "Not a range."3082msgstr "Não é um intervalo."30833084#: builtin/log.c:7453085msgid "Could not extract email from committer identity."3086msgstr "Não foi possível extrair a identidade do committer do e-mail."30873088#: builtin/log.c:7913089msgid "Cover letter needs email format"3090msgstr "Carta de apresentação necessita um modelo de e-mail"30913092#: builtin/log.c:8853093#, c-format3094msgid "insane in-reply-to: %s"3095msgstr ""30963097#: builtin/log.c:9583098msgid "Two output directories?"3099msgstr "Dois diretórios de saída?"31003101#: builtin/log.c:11793102#, c-format3103msgid "bogus committer info %s"3104msgstr ""31053106#: builtin/log.c:12243107msgid "-n and -k are mutually exclusive."3108msgstr ""31093110#: builtin/log.c:12263111msgid "--subject-prefix and -k are mutually exclusive."3112msgstr ""31133114#: builtin/log.c:12343115msgid "--name-only does not make sense"3116msgstr ""31173118#: builtin/log.c:12363119msgid "--name-status does not make sense"3120msgstr ""31213122#: builtin/log.c:12383123msgid "--check does not make sense"3124msgstr ""31253126#: builtin/log.c:12613127msgid "standard output, or directory, which one?"3128msgstr "saída padrão, ou diretório, qual deles?"31293130#: builtin/log.c:12633131#, c-format3132msgid "Could not create directory '%s'"3133msgstr ""31343135#: builtin/log.c:14163136msgid "Failed to create output files"3137msgstr "Falhou ao criar ficheiros de saída"31383139#: builtin/log.c:15203140#, c-format3141msgid "Could not find a tracked remote branch, please specify <upstream> manually.\n"3142msgstr ""31433144#: builtin/log.c:15363145#: builtin/log.c:15383146#: builtin/log.c:15503147#, c-format3148msgid "Unknown commit %s"3149msgstr "Commit desconhecido %s"31503151#: builtin/merge.c:903152msgid "switch `m' requires a value"3153msgstr ""31543155#: builtin/merge.c:1273156#, c-format3157msgid "Could not find merge strategy '%s'.\n"3158msgstr ""31593160#: builtin/merge.c:1283161#, c-format3162msgid "Available strategies are:"3163msgstr "As estratégias disponíveis são:"31643165#: builtin/merge.c:1333166#, c-format3167msgid "Available custom strategies are:"3168msgstr "Estratégias personalizadas disponíveis são:"31693170#: builtin/merge.c:2403171msgid "could not run stash."3172msgstr ""31733174#: builtin/merge.c:2453175msgid "stash failed"3176msgstr "falhou o stash"31773178#: builtin/merge.c:2503179#, c-format3180msgid "not a valid object: %s"3181msgstr ""31823183#: builtin/merge.c:2693184#: builtin/merge.c:2863185msgid "read-tree failed"3186msgstr ""31873188#: builtin/merge.c:3163189msgid " (nothing to squash)"3190msgstr " (nada para squash)"31913192#: builtin/merge.c:3293193#, c-format3194msgid "Squash commit -- not updating HEAD\n"3195msgstr ""31963197#: builtin/merge.c:3613198msgid "Writing SQUASH_MSG"3199msgstr "Escrevendo SQUASH_MSG"32003201#: builtin/merge.c:3633202msgid "Finishing SQUASH_MSG"3203msgstr "Terminando SQUASH_MSG"32043205#: builtin/merge.c:3863206#, c-format3207msgid "No merge message -- not updating HEAD\n"3208msgstr ""32093210#: builtin/merge.c:4373211#, c-format3212msgid "'%s' does not point to a commit"3213msgstr ""32143215#: builtin/merge.c:5363216#, c-format3217msgid "Bad branch.%s.mergeoptions string: %s"3218msgstr ""32193220#: builtin/merge.c:6293221msgid "git write-tree failed to write a tree"3222msgstr ""32233224#: builtin/merge.c:6793225msgid "failed to read the cache"3226msgstr ""32273228#: builtin/merge.c:6973229msgid "Unable to write index."3230msgstr ""32313232#: builtin/merge.c:7103233msgid "Not handling anything other than two heads merge."3234msgstr ""32353236#: builtin/merge.c:7243237#, c-format3238msgid "Unknown option for merge-recursive: -X%s"3239msgstr ""32403241#: builtin/merge.c:7383242#, c-format3243msgid "unable to write %s"3244msgstr ""32453246#: builtin/merge.c:8773247#, c-format3248msgid "Could not read from '%s'"3249msgstr ""32503251#: builtin/merge.c:8863252#, c-format3253msgid "Not committing merge; use 'git commit' to complete the merge.\n"3254msgstr "Não commitando um merge; usa 'git commit' para completar o merge.\n"32553256#: builtin/merge.c:8923257msgid ""3258"Please enter a commit message to explain why this merge is necessary,\n"3259"especially if it merges an updated upstream into a topic branch.\n"3260"\n"3261"Lines starting with '#' will be ignored, and an empty message aborts\n"3262"the commit.\n"3263msgstr ""32643265#: builtin/merge.c:9163266msgid "Empty commit message."3267msgstr "Mensagem de commit vazia."32683269#: builtin/merge.c:9283270#, c-format3271msgid "Wonderful.\n"3272msgstr "Fastastico.\n"32733274#: builtin/merge.c:9933275#, c-format3276msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3277msgstr ""32783279#: builtin/merge.c:10093280#, c-format3281msgid "'%s' is not a commit"3282msgstr "'%s' não é um commit"32833284#: builtin/merge.c:10503285msgid "No current branch."3286msgstr "Nenhuma rama actual"32873288#: builtin/merge.c:10523289msgid "No remote for the current branch."3290msgstr ""32913292#: builtin/merge.c:10543293msgid "No default upstream defined for the current branch."3294msgstr ""32953296#: builtin/merge.c:10593297#, c-format3298msgid "No remote tracking branch for %s from %s"3299msgstr ""33003301#: builtin/merge.c:11463302#: builtin/merge.c:13033303#, c-format3304msgid "%s - not something we can merge"3305msgstr ""33063307#: builtin/merge.c:12143308msgid "There is no merge to abort (MERGE_HEAD missing)."3309msgstr ""33103311#: builtin/merge.c:12303312#: git-pull.sh:313313msgid ""3314"You have not concluded your merge (MERGE_HEAD exists).\n"3315"Please, commit your changes before you can merge."3316msgstr ""33173318#: builtin/merge.c:12333319#: git-pull.sh:343320msgid "You have not concluded your merge (MERGE_HEAD exists)."3321msgstr ""33223323#: builtin/merge.c:12373324msgid ""3325"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3326"Please, commit your changes before you can merge."3327msgstr ""33283329#: builtin/merge.c:12403330msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3331msgstr ""33323333#: builtin/merge.c:12493334msgid "You cannot combine --squash with --no-ff."3335msgstr ""33363337#: builtin/merge.c:12543338msgid "You cannot combine --no-ff with --ff-only."3339msgstr ""33403341#: builtin/merge.c:12613342msgid "No commit specified and merge.defaultToUpstream not set."3343msgstr ""33443345#: builtin/merge.c:12933346msgid "Can merge only exactly one commit into empty head"3347msgstr ""33483349#: builtin/merge.c:12963350msgid "Squash commit into empty head not supported yet"3351msgstr ""33523353#: builtin/merge.c:12983354msgid "Non-fast-forward commit does not make sense into an empty head"3355msgstr ""33563357#: builtin/merge.c:14133358#, c-format3359msgid "Updating %s..%s\n"3360msgstr "Actualizando %s..%s\n"33613362#: builtin/merge.c:14513363#, c-format3364msgid "Trying really trivial in-index merge...\n"3365msgstr ""33663367#: builtin/merge.c:14583368#, c-format3369msgid "Nope.\n"3370msgstr "Não.\n"33713372#: builtin/merge.c:14903373msgid "Not possible to fast-forward, aborting."3374msgstr ""33753376#: builtin/merge.c:15133377#: builtin/merge.c:15923378#, c-format3379msgid "Rewinding the tree to pristine...\n"3380msgstr ""33813382#: builtin/merge.c:15173383#, c-format3384msgid "Trying merge strategy %s...\n"3385msgstr ""33863387#: builtin/merge.c:15833388#, c-format3389msgid "No merge strategy handled the merge.\n"3390msgstr ""33913392#: builtin/merge.c:15853393#, c-format3394msgid "Merge with strategy %s failed.\n"3395msgstr "Fundir com a estratégia %s falhou.\n"33963397#: builtin/merge.c:15943398#, c-format3399msgid "Using the %s to prepare resolving by hand.\n"3400msgstr ""34013402#: builtin/merge.c:16063403#, c-format3404msgid "Automatic merge went well; stopped before committing as requested\n"3405msgstr ""34063407#: builtin/mv.c:1083408#, c-format3409msgid "Checking rename of '%s' to '%s'\n"3410msgstr ""34113412#: builtin/mv.c:1123413msgid "bad source"3414msgstr "fonte inválida"34153416#: builtin/mv.c:1153417msgid "can not move directory into itself"3418msgstr ""34193420#: builtin/mv.c:1183421msgid "cannot move directory over file"3422msgstr ""34233424#: builtin/mv.c:1283425#, c-format3426msgid "Huh? %.*s is in index?"3427msgstr ""34283429#: builtin/mv.c:1403430msgid "source directory is empty"3431msgstr "o directorio fonte está vazio"34323433#: builtin/mv.c:1713434msgid "not under version control"3435msgstr "não está no controlo de versões"34363437#: builtin/mv.c:1733438msgid "destination exists"3439msgstr "existe destino"34403441#: builtin/mv.c:1813442#, c-format3443msgid "overwriting '%s'"3444msgstr "subscrevendo '%s'"34453446#: builtin/mv.c:1843447msgid "Cannot overwrite"3448msgstr "Não consegue subscrever"34493450#: builtin/mv.c:1873451msgid "multiple sources for the same target"3452msgstr "múltiplas fontes para o mesmo alvo"34533454#: builtin/mv.c:2023455#, c-format3456msgid "%s, source=%s, destination=%s"3457msgstr ""34583459#: builtin/mv.c:2123460#, c-format3461msgid "Renaming %s to %s\n"3462msgstr "Mudar de nome %s para %s\n"34633464#: builtin/mv.c:2153465#: builtin/remote.c:7313466#, c-format3467msgid "renaming '%s' failed"3468msgstr "mudar de nome '%s' falhou"34693470#: builtin/notes.c:1393471#, c-format3472msgid "unable to start 'show' for object '%s'"3473msgstr ""34743475#: builtin/notes.c:1453476msgid "can't fdopen 'show' output fd"3477msgstr ""34783479#: builtin/notes.c:1553480#, c-format3481msgid "failed to close pipe to 'show' for object '%s'"3482msgstr ""34833484#: builtin/notes.c:1583485#, c-format3486msgid "failed to finish 'show' for object '%s'"3487msgstr ""34883489#: builtin/notes.c:1753490#: builtin/tag.c:3473491#, c-format3492msgid "could not create file '%s'"3493msgstr ""34943495#: builtin/notes.c:1893496msgid "Please supply the note contents using either -m or -F option"3497msgstr ""34983499#: builtin/notes.c:2103500#: builtin/notes.c:9733501#, c-format3502msgid "Removing note for object %s\n"3503msgstr ""35043505#: builtin/notes.c:2153506msgid "unable to write note object"3507msgstr ""35083509#: builtin/notes.c:2173510#, c-format3511msgid "The note contents has been left in %s"3512msgstr ""35133514#: builtin/notes.c:2513515#: builtin/tag.c:5423516#, c-format3517msgid "cannot read '%s'"3518msgstr "não consegue ler '%s'"35193520#: builtin/notes.c:2533521#: builtin/tag.c:5453522#, c-format3523msgid "could not open or read '%s'"3524msgstr ""35253526#: builtin/notes.c:2723527#: builtin/notes.c:4453528#: builtin/notes.c:4473529#: builtin/notes.c:5073530#: builtin/notes.c:5613531#: builtin/notes.c:6443532#: builtin/notes.c:6493533#: builtin/notes.c:7243534#: builtin/notes.c:7663535#: builtin/notes.c:9683536#: builtin/reset.c:2933537#: builtin/tag.c:5583538#, c-format3539msgid "Failed to resolve '%s' as a valid ref."3540msgstr ""35413542#: builtin/notes.c:2753543#, c-format3544msgid "Failed to read object '%s'."3545msgstr ""35463547#: builtin/notes.c:2993548msgid "Cannot commit uninitialized/unreferenced notes tree"3549msgstr ""35503551#: builtin/notes.c:3403552#, c-format3553msgid "Bad notes.rewriteMode value: '%s'"3554msgstr ""35553556#: builtin/notes.c:3503557#, c-format3558msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3559msgstr ""35603561#. TRANSLATORS: The first %s is the name of the3562#. environment variable, the second %s is its value3563#: builtin/notes.c:3773564#, c-format3565msgid "Bad %s value: '%s'"3566msgstr "Inválido %s valor: '%s'"35673568#: builtin/notes.c:4413569#, c-format3570msgid "Malformed input line: '%s'."3571msgstr ""35723573#: builtin/notes.c:4563574#, c-format3575msgid "Failed to copy notes from '%s' to '%s'"3576msgstr ""35773578#: builtin/notes.c:5003579#: builtin/notes.c:5543580#: builtin/notes.c:6273581#: builtin/notes.c:6393582#: builtin/notes.c:7123583#: builtin/notes.c:7593584#: builtin/notes.c:10333585msgid "too many parameters"3586msgstr "demasiado parametros"35873588#: builtin/notes.c:5133589#: builtin/notes.c:7723590#, c-format3591msgid "No note found for object %s."3592msgstr "Nenhuma nota encontrada para o objecto %s."35933594#: builtin/notes.c:5803595#, c-format3596msgid "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"3597msgstr ""35983599#: builtin/notes.c:5853600#: builtin/notes.c:6623601#, c-format3602msgid "Overwriting existing notes for object %s\n"3603msgstr ""36043605#: builtin/notes.c:6353606msgid "too few parameters"3607msgstr ""36083609#: builtin/notes.c:6563610#, c-format3611msgid "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"3612msgstr ""36133614#: builtin/notes.c:6683615#, c-format3616msgid "Missing notes on source object %s. Cannot copy."3617msgstr ""36183619#: builtin/notes.c:7173620#, c-format3621msgid ""3622"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"3623"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"3624msgstr ""36253626#: builtin/notes.c:9713627#, c-format3628msgid "Object %s has no note\n"3629msgstr ""36303631#: builtin/notes.c:11033632#: builtin/remote.c:15983633#, c-format3634msgid "Unknown subcommand: %s"3635msgstr ""36363637#: builtin/pack-objects.c:23153638#, c-format3639msgid "unsupported index version %s"3640msgstr ""36413642#: builtin/pack-objects.c:23193643#, c-format3644msgid "bad index version '%s'"3645msgstr ""36463647#: builtin/pack-objects.c:23423648#, c-format3649msgid "option %s does not accept negative form"3650msgstr "opção %s não aceita formato negativo"36513652#: builtin/pack-objects.c:23463653#, c-format3654msgid "unable to parse value '%s' for option %s"3655msgstr ""36563657#: builtin/push.c:453658msgid "tag shorthand without <tag>"3659msgstr ""36603661#: builtin/push.c:643662msgid "--delete only accepts plain target ref names"3663msgstr "--delete só aceita nomes simples para o ref de destino"36643665#: builtin/push.c:993666msgid ""3667"\n"3668"To choose either option permanently, see push.default in 'git help config'."3669msgstr ""36703671#: builtin/push.c:1023672#, c-format3673msgid ""3674"The upstream branch of your current branch does not match\n"3675"the name of your current branch. To push to the upstream branch\n"3676"on the remote, use\n"3677"\n"3678" git push %s HEAD:%s\n"3679"\n"3680"To push to the branch of the same name on the remote, use\n"3681"\n"3682" git push %s %s\n"3683"%s"3684msgstr ""36853686#: builtin/push.c:1213687#, c-format3688msgid ""3689"You are not currently on a branch.\n"3690"To push the history leading to the current (detached HEAD)\n"3691"state now, use\n"3692"\n"3693" git push %s HEAD:<name-of-remote-branch>\n"3694msgstr ""36953696#: builtin/push.c:1283697#, c-format3698msgid ""3699"The current branch %s has no upstream branch.\n"3700"To push the current branch and set the remote as upstream, use\n"3701"\n"3702" git push --set-upstream %s %s\n"3703msgstr ""37043705#: builtin/push.c:1363706#, c-format3707msgid "The current branch %s has multiple upstream branches, refusing to push."3708msgstr ""37093710#: builtin/push.c:1393711#, c-format3712msgid ""3713"You are pushing to remote '%s', which is not the upstream of\n"3714"your current branch '%s', without telling me what to push\n"3715"to update which remote branch."3716msgstr ""37173718#: builtin/push.c:1743719msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."3720msgstr ""37213722#: builtin/push.c:1813723msgid ""3724"Updates were rejected because the tip of your current branch is behind\n"3725"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"3726"before pushing again.\n"3727"See the 'Note about fast-forwards' in 'git push --help' for details."3728msgstr ""37293730#: builtin/push.c:1873731msgid ""3732"Updates were rejected because a pushed branch tip is behind its remote\n"3733"counterpart. If you did not intend to push that branch, you may want to\n"3734"specify branches to push or set the 'push.default' configuration\n"3735"variable to 'current' or 'upstream' to push only the current branch."3736msgstr ""37373738#: builtin/push.c:1933739msgid ""3740"Updates were rejected because a pushed branch tip is behind its remote\n"3741"counterpart. Check out this branch and merge the remote changes\n"3742"(e.g. 'git pull') before pushing again.\n"3743"See the 'Note about fast-forwards' in 'git push --help' for details."3744msgstr ""37453746#: builtin/push.c:2333747#, c-format3748msgid "Pushing to %s\n"3749msgstr "Pushing para %s\n"37503751#: builtin/push.c:2373752#, c-format3753msgid "failed to push some refs to '%s'"3754msgstr ""37553756#: builtin/push.c:2693757#, c-format3758msgid "bad repository '%s'"3759msgstr "repositorio inválido '%s'"37603761#: builtin/push.c:2703762msgid ""3763"No configured push destination.\n"3764"Either specify the URL from the command-line or configure a remote repository using\n"3765"\n"3766" git remote add <name> <url>\n"3767"\n"3768"and then push using the remote name\n"3769"\n"3770" git push <name>\n"3771msgstr ""37723773#: builtin/push.c:2853774msgid "--all and --tags are incompatible"3775msgstr "--all e --tags are são incompatíveis"37763777#: builtin/push.c:2863778msgid "--all can't be combined with refspecs"3779msgstr ""37803781#: builtin/push.c:2913782msgid "--mirror and --tags are incompatible"3783msgstr ""37843785#: builtin/push.c:2923786msgid "--mirror can't be combined with refspecs"3787msgstr ""37883789#: builtin/push.c:2973790msgid "--all and --mirror are incompatible"3791msgstr ""37923793#: builtin/push.c:3853794msgid "--delete is incompatible with --all, --mirror and --tags"3795msgstr ""37963797#: builtin/push.c:3873798msgid "--delete doesn't make sense without any refs"3799msgstr ""38003801#: builtin/remote.c:983802#, c-format3803msgid "Updating %s"3804msgstr "Actualizando %s"38053806#: builtin/remote.c:1303807msgid ""3808"--mirror is dangerous and deprecated; please\n"3809"\t use --mirror=fetch or --mirror=push instead"3810msgstr ""38113812#: builtin/remote.c:1473813#, c-format3814msgid "unknown mirror argument: %s"3815msgstr "argumento mirror não conhecido: %s"38163817#: builtin/remote.c:1853818msgid "specifying a master branch makes no sense with --mirror"3819msgstr ""38203821#: builtin/remote.c:1873822msgid "specifying branches to track makes sense only with fetch mirrors"3823msgstr ""38243825#: builtin/remote.c:1953826#: builtin/remote.c:6463827#, c-format3828msgid "remote %s already exists."3829msgstr "o remoto %s já existe"38303831#: builtin/remote.c:1993832#: builtin/remote.c:6503833#, c-format3834msgid "'%s' is not a valid remote name"3835msgstr "'%s' não é um nombe remoto valido"38363837#: builtin/remote.c:2433838#, c-format3839msgid "Could not setup master '%s'"3840msgstr "Não foi possível configurar a rama master '%s'"38413842#: builtin/remote.c:2993843#, c-format3844msgid "more than one %s"3845msgstr ""38463847#: builtin/remote.c:3393848#, c-format3849msgid "Could not get fetch map for refspec %s"3850msgstr ""38513852#: builtin/remote.c:4403853#: builtin/remote.c:4483854msgid "(matching)"3855msgstr ""38563857#: builtin/remote.c:4523858msgid "(delete)"3859msgstr "(eliminado)"38603861#: builtin/remote.c:5953862#: builtin/remote.c:6013863#: builtin/remote.c:6073864#, c-format3865msgid "Could not append '%s' to '%s'"3866msgstr "Não foi possível adicionar o '%s' para o '%s'"38673868#: builtin/remote.c:6393869#: builtin/remote.c:7923870#: builtin/remote.c:8903871#, c-format3872msgid "No such remote: %s"3873msgstr ""38743875#: builtin/remote.c:6563876#, c-format3877msgid "Could not rename config section '%s' to '%s'"3878msgstr "Não foi possível renombrar a secção da configuração de '%s' para '%s'"38793880#: builtin/remote.c:6623881#: builtin/remote.c:7993882#, c-format3883msgid "Could not remove config section '%s'"3884msgstr "Não foi possível remover a secção da configuração '%s'"38853886#: builtin/remote.c:6773887#, c-format3888msgid ""3889"Not updating non-default fetch respec\n"3890"\t%s\n"3891"\tPlease update the configuration manually if necessary."3892msgstr ""38933894#: builtin/remote.c:6833895#, c-format3896msgid "Could not append '%s'"3897msgstr "Não foi possível adicionar '%s'"38983899#: builtin/remote.c:6943900#, c-format3901msgid "Could not set '%s'"3902msgstr "Não foi possível atribuir '%s'"39033904#: builtin/remote.c:7163905#, c-format3906msgid "deleting '%s' failed"3907msgstr "falhou eliminar '%s'"39083909#: builtin/remote.c:7503910#, c-format3911msgid "creating '%s' failed"3912msgstr "falhou a criar '%s'"39133914#: builtin/remote.c:7643915#, c-format3916msgid "Could not remove branch %s"3917msgstr "Não foi possível remover rama %s"39183919#: builtin/remote.c:8343920msgid ""3921"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"3922"to delete it, use:"3923msgid_plural ""3924"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"3925"to delete them, use:"3926msgstr[0] ""3927msgstr[1] ""39283929#: builtin/remote.c:9433930#, c-format3931msgid " new (next fetch will store in remotes/%s)"3932msgstr ""39333934#: builtin/remote.c:9463935msgid " tracked"3936msgstr "seguido"39373938#: builtin/remote.c:9483939msgid " stale (use 'git remote prune' to remove)"3940msgstr ""39413942#: builtin/remote.c:9503943msgid " ???"3944msgstr " ???"39453946#: builtin/remote.c:9913947#, c-format3948msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"3949msgstr ""39503951#: builtin/remote.c:9983952#, c-format3953msgid "rebases onto remote %s"3954msgstr ""39553956#: builtin/remote.c:10013957#, c-format3958msgid " merges with remote %s"3959msgstr "Fundir com servidor remoto %s"39603961#: builtin/remote.c:10023962msgid " and with remote"3963msgstr " e com remoto"39643965#: builtin/remote.c:10043966#, c-format3967msgid "merges with remote %s"3968msgstr "Fundir com servidor remoto %s"39693970#: builtin/remote.c:10053971msgid " and with remote"3972msgstr " e com remoto"39733974#: builtin/remote.c:10513975msgid "create"3976msgstr "creado"39773978#: builtin/remote.c:10543979msgid "delete"3980msgstr "eliminado"39813982#: builtin/remote.c:10583983msgid "up to date"3984msgstr "actualizado"39853986#: builtin/remote.c:10613987msgid "fast-forwardable"3988msgstr "fast-forwardable"39893990#: builtin/remote.c:10643991msgid "local out of date"3992msgstr "local desatualizada"39933994#: builtin/remote.c:10713995#, c-format3996msgid " %-*s forces to %-*s (%s)"3997msgstr ""39983999#: builtin/remote.c:10744000#, c-format4001msgid " %-*s pushes to %-*s (%s)"4002msgstr ""40034004#: builtin/remote.c:10784005#, c-format4006msgid " %-*s forces to %s"4007msgstr ""40084009#: builtin/remote.c:10814010#, c-format4011msgid " %-*s pushes to %s"4012msgstr ""40134014#: builtin/remote.c:11184015#, c-format4016msgid "* remote %s"4017msgstr "* remota %s"40184019#: builtin/remote.c:11194020#, c-format4021msgid " Fetch URL: %s"4022msgstr ""40234024#: builtin/remote.c:11204025#: builtin/remote.c:12854026msgid "(no URL)"4027msgstr "(nenhum URL)"40284029#: builtin/remote.c:11294030#: builtin/remote.c:11314031#, c-format4032msgid " Push URL: %s"4033msgstr ""40344035#: builtin/remote.c:11334036#: builtin/remote.c:11354037#: builtin/remote.c:11374038#, c-format4039msgid " HEAD branch: %s"4040msgstr "Rama HEAD: %s"40414042#: builtin/remote.c:11394043#, c-format4044msgid " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4045msgstr ""40464047#: builtin/remote.c:11514048#, c-format4049msgid " Remote branch:%s"4050msgid_plural " Remote branches:%s"4051msgstr[0] "Rama remota:%s"4052msgstr[1] "Ramas remotas:%s'"40534054#: builtin/remote.c:11544055#: builtin/remote.c:11814056msgid " (status not queried)"4057msgstr ""40584059#: builtin/remote.c:11634060msgid " Local branch configured for 'git pull':"4061msgid_plural " Local branches configured for 'git pull':"4062msgstr[0] ""4063msgstr[1] ""40644065#: builtin/remote.c:11714066msgid " Local refs will be mirrored by 'git push'"4067msgstr ""40684069#: builtin/remote.c:11784070#, c-format4071msgid " Local ref configured for 'git push'%s:"4072msgid_plural " Local refs configured for 'git push'%s:"4073msgstr[0] ""4074msgstr[1] ""40754076#: builtin/remote.c:12164077msgid "Cannot determine remote HEAD"4078msgstr ""40794080#: builtin/remote.c:12184081msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4082msgstr ""40834084#: builtin/remote.c:12284085#, c-format4086msgid "Could not delete %s"4087msgstr "Não foi possível abrir %s"40884089#: builtin/remote.c:12364090#, c-format4091msgid "Not a valid ref: %s"4092msgstr ""40934094#: builtin/remote.c:12384095#, c-format4096msgid "Could not setup %s"4097msgstr "Não foi possível configurar %s"40984099#: builtin/remote.c:12744100#, c-format4101msgid " %s will become dangling!"4102msgstr ""41034104#: builtin/remote.c:12754105#, c-format4106msgid " %s has become dangling!"4107msgstr ""41084109#: builtin/remote.c:12814110#, c-format4111msgid "Pruning %s"4112msgstr "Apagando %s"41134114#: builtin/remote.c:12824115#, c-format4116msgid "URL: %s"4117msgstr "URL: %s"41184119#: builtin/remote.c:12954120#, c-format4121msgid " * [would prune] %s"4122msgstr ""41234124#: builtin/remote.c:12984125#, c-format4126msgid " * [pruned] %s"4127msgstr ""41284129#: builtin/remote.c:13874130#: builtin/remote.c:14614131#, c-format4132msgid "No such remote '%s'"4133msgstr "Não existe este remoto '%s'"41344135#: builtin/remote.c:14144136msgid "no remote specified"4137msgstr "Nenhum remoto especificado"41384139#: builtin/remote.c:14474140msgid "--add --delete doesn't make sense"4141msgstr ""41424143#: builtin/remote.c:14874144#, c-format4145msgid "Invalid old URL pattern: %s"4146msgstr ""41474148#: builtin/remote.c:14954149#, c-format4150msgid "No such URL found: %s"4151msgstr "Nenhum URL encontrado: %s"41524153#: builtin/remote.c:14974154msgid "Will not delete all non-push URLs"4155msgstr ""41564157#: builtin/reset.c:334158msgid "mixed"4159msgstr "mistura"41604161#: builtin/reset.c:334162msgid "soft"4163msgstr "leve"41644165#: builtin/reset.c:334166msgid "hard"4167msgstr "forte"41684169#: builtin/reset.c:334170msgid "merge"4171msgstr "juntar"41724173#: builtin/reset.c:334174msgid "keep"4175msgstr "manter"41764177#: builtin/reset.c:774178msgid "You do not have a valid HEAD."4179msgstr "Não tens a HEAD válida."41804181#: builtin/reset.c:794182msgid "Failed to find tree of HEAD."4183msgstr ""41844185#: builtin/reset.c:854186#, c-format4187msgid "Failed to find tree of %s."4188msgstr ""41894190#: builtin/reset.c:964191msgid "Could not write new index file."4192msgstr ""41934194#: builtin/reset.c:1064195#, c-format4196msgid "HEAD is now at %s"4197msgstr "HEAD é agora em %s"41984199#: builtin/reset.c:1304200msgid "Could not read index"4201msgstr ""42024203#: builtin/reset.c:1334204msgid "Unstaged changes after reset:"4205msgstr ""42064207#: builtin/reset.c:2234208#, c-format4209msgid "Cannot do a %s reset in the middle of a merge."4210msgstr ""42114212#: builtin/reset.c:2974213#, c-format4214msgid "Could not parse object '%s'."4215msgstr "Não foi possível analisar objeto '%s'."42164217#: builtin/reset.c:3024218msgid "--patch is incompatible with --{hard,mixed,soft}"4219msgstr ""42204221#: builtin/reset.c:3114222msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4223msgstr ""42244225#: builtin/reset.c:3134226#, c-format4227msgid "Cannot do %s reset with paths."4228msgstr ""42294230#: builtin/reset.c:3254231#, c-format4232msgid "%s reset is not allowed in a bare repository"4233msgstr ""42344235#: builtin/reset.c:3414236#, c-format4237msgid "Could not reset index file to revision '%s'."4238msgstr ""42394240#: builtin/revert.c:704241#: builtin/revert.c:924242#, c-format4243msgid "%s: %s cannot be used with %s"4244msgstr ""42454246#: builtin/revert.c:1314247msgid "program error"4248msgstr "erro do programa"42494250#: builtin/revert.c:2214251msgid "revert failed"4252msgstr "falhou o revert"42534254#: builtin/revert.c:2364255msgid "cherry-pick failed"4256msgstr "cherry-pick falhou"42574258#: builtin/rm.c:1094259#, c-format4260msgid ""4261"'%s' has staged content different from both the file and the HEAD\n"4262"(use -f to force removal)"4263msgstr ""42644265#: builtin/rm.c:1154266#, c-format4267msgid ""4268"'%s' has changes staged in the index\n"4269"(use --cached to keep the file, or -f to force removal)"4270msgstr ""42714272#: builtin/rm.c:1194273#, c-format4274msgid ""4275"'%s' has local modifications\n"4276"(use --cached to keep the file, or -f to force removal)"4277msgstr ""42784279#: builtin/rm.c:1944280#, c-format4281msgid "not removing '%s' recursively without -r"4282msgstr ""42834284#: builtin/rm.c:2304285#, c-format4286msgid "git rm: unable to remove %s"4287msgstr ""42884289#: builtin/shortlog.c:1574290#, c-format4291msgid "Missing author: %s"4292msgstr "Autor em falta: %s"42934294#: builtin/tag.c:604295#, c-format4296msgid "malformed object at '%s'"4297msgstr ""42984299#: builtin/tag.c:2074300#, c-format4301msgid "tag name too long: %.*s..."4302msgstr ""43034304#: builtin/tag.c:2124305#, c-format4306msgid "tag '%s' not found."4307msgstr "etiqueta '%s' não foi encontrada."43084309#: builtin/tag.c:2274310#, c-format4311msgid "Deleted tag '%s' (was %s)\n"4312msgstr ""43134314#: builtin/tag.c:2394315#, c-format4316msgid "could not verify the tag '%s'"4317msgstr ""43184319#: builtin/tag.c:2494320msgid ""4321"\n"4322"#\n"4323"# Write a tag message\n"4324"# Lines starting with '#' will be ignored.\n"4325"#\n"4326msgstr ""43274328#: builtin/tag.c:2564329msgid ""4330"\n"4331"#\n"4332"# Write a tag message\n"4333"# Lines starting with '#' will be kept; you may remove them yourself if you want to.\n"4334"#\n"4335msgstr ""43364337#: builtin/tag.c:2984338msgid "unable to sign the tag"4339msgstr ""43404341#: builtin/tag.c:3004342msgid "unable to write tag file"4343msgstr ""43444345#: builtin/tag.c:3254346msgid "bad object type."4347msgstr ""43484349#: builtin/tag.c:3384350msgid "tag header too big."4351msgstr ""43524353#: builtin/tag.c:3704354msgid "no tag message?"4355msgstr "nenhuma mensaje para a etiqueta?"43564357#: builtin/tag.c:3764358#, c-format4359msgid "The tag message has been left in %s\n"4360msgstr ""43614362#: builtin/tag.c:4254363msgid "switch 'points-at' requires an object"4364msgstr ""43654366#: builtin/tag.c:4274367#, c-format4368msgid "malformed object name '%s'"4369msgstr ""43704371#: builtin/tag.c:5064372msgid "--column and -n are incompatible"4373msgstr "--column e -n are são incompatíveis"43744375#: builtin/tag.c:5234376msgid "-n option is only allowed with -l."4377msgstr ""43784379#: builtin/tag.c:5254380msgid "--contains option is only allowed with -l."4381msgstr ""43824383#: builtin/tag.c:5274384msgid "--points-at option is only allowed with -l."4385msgstr ""43864387#: builtin/tag.c:5354388msgid "only one -F or -m option is allowed."4389msgstr ""43904391#: builtin/tag.c:5554392msgid "too many params"4393msgstr "demasiado parametros"43944395#: builtin/tag.c:5614396#, c-format4397msgid "'%s' is not a valid tag name."4398msgstr ""43994400#: builtin/tag.c:5664401#, c-format4402msgid "tag '%s' already exists"4403msgstr "etiqueta '%s' já existe"44044405#: builtin/tag.c:5844406#, c-format4407msgid "%s: cannot lock the ref"4408msgstr ""44094410#: builtin/tag.c:5864411#, c-format4412msgid "%s: cannot update the ref"4413msgstr ""44144415#: builtin/tag.c:5884416#, c-format4417msgid "Updated tag '%s' (was %s)\n"4418msgstr ""44194420#: git.c:164421msgid "See 'git help <command>' for more information on a specific command."4422msgstr ""44234424#: common-cmds.h:84425msgid "Add file contents to the index"4426msgstr ""44274428#: common-cmds.h:94429msgid "Find by binary search the change that introduced a bug"4430msgstr ""44314432#: common-cmds.h:104433msgid "List, create, or delete branches"4434msgstr "Listar, criar ou apagar ramas"44354436#: common-cmds.h:114437msgid "Checkout a branch or paths to the working tree"4438msgstr ""44394440#: common-cmds.h:124441msgid "Clone a repository into a new directory"4442msgstr ""44434444#: common-cmds.h:134445msgid "Record changes to the repository"4446msgstr "Gravar alterações para o repositório"44474448#: common-cmds.h:144449msgid "Show changes between commits, commit and working tree, etc"4450msgstr ""44514452#: common-cmds.h:154453msgid "Download objects and refs from another repository"4454msgstr ""44554456#: common-cmds.h:164457msgid "Print lines matching a pattern"4458msgstr ""44594460#: common-cmds.h:174461msgid "Create an empty git repository or reinitialize an existing one"4462msgstr ""44634464#: common-cmds.h:184465msgid "Show commit logs"4466msgstr "Mostrado logs de commits"44674468#: common-cmds.h:194469msgid "Join two or more development histories together"4470msgstr ""44714472#: common-cmds.h:204473msgid "Move or rename a file, a directory, or a symlink"4474msgstr ""44754476#: common-cmds.h:214477msgid "Fetch from and merge with another repository or a local branch"4478msgstr ""44794480#: common-cmds.h:224481msgid "Update remote refs along with associated objects"4482msgstr ""44834484#: common-cmds.h:234485msgid "Forward-port local commits to the updated upstream head"4486msgstr ""44874488#: common-cmds.h:244489msgid "Reset current HEAD to the specified state"4490msgstr ""44914492#: common-cmds.h:254493msgid "Remove files from the working tree and from the index"4494msgstr ""44954496#: common-cmds.h:264497msgid "Show various types of objects"4498msgstr ""44994500#: common-cmds.h:274501msgid "Show the working tree status"4502msgstr "Mostrar o estado los ramos das árvores de trabalho"45034504#: common-cmds.h:284505msgid "Create, list, delete or verify a tag object signed with GPG"4506msgstr ""45074508#: git-am.sh:504509msgid "You need to set your committer info first"4510msgstr "Necessitas primeiro de especificiar os teus dados de committer"45114512#: git-am.sh:1374513msgid "Repository lacks necessary blobs to fall back on 3-way merge."4514msgstr ""45154516#: git-am.sh:1544517msgid ""4518"Did you hand edit your patch?\n"4519"It does not apply to blobs recorded in its index."4520msgstr ""45214522#: git-am.sh:1634523msgid "Falling back to patching base and 3-way merge..."4524msgstr ""45254526#: git-am.sh:2754527msgid "Only one StGIT patch series can be applied at once"4528msgstr ""45294530#: git-am.sh:3624531#, sh-format4532msgid "Patch format $patch_format is not supported."4533msgstr ""45344535#: git-am.sh:3644536msgid "Patch format detection failed."4537msgstr "Falhou a detecção do formato do patch."45384539#: git-am.sh:4184540msgid "-d option is no longer supported. Do not use."4541msgstr ""45424543#: git-am.sh:4814544#, sh-format4545msgid "previous rebase directory $dotest still exists but mbox given."4546msgstr ""45474548#: git-am.sh:4864549msgid "Please make up your mind. --skip or --abort?"4550msgstr ""45514552#: git-am.sh:5134553msgid "Resolve operation not in progress, we are not resuming."4554msgstr ""45554556#: git-am.sh:5794557#, sh-format4558msgid "Dirty index: cannot apply patches (dirty: $files)"4559msgstr ""45604561#: git-am.sh:7554562msgid "cannot be interactive without stdin connected to a terminal."4563msgstr ""45644565#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4566#. in your translation. The program will only accept English4567#. input at this point.4568#: git-am.sh:7664569msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "4570msgstr "Aplicar? Sim[y]/[n]ão/[e]ditar/[v]er patch/[a]ceitar todos "45714572#: git-am.sh:8024573#, sh-format4574msgid "Applying: $FIRSTLINE"4575msgstr "Aplicando: $FIRSTLINE"45764577#: git-am.sh:8474578msgid "No changes -- Patch already applied."4579msgstr "Nenhuma mudança -- Já foi aplicado o patch."45804581#: git-am.sh:8734582msgid "applying to an empty history"4583msgstr ""45844585#. TRANSLATORS: Make sure to include [Y] and [n] in your4586#. translation. The program will only accept English input4587#. at this point.4588#: git-bisect.sh:544589msgid "Do you want me to do it for you [Y/n]? "4590msgstr "Queres que eu faça por sí [Y/n]?"45914592#: git-bisect.sh:954593#, sh-format4594msgid "unrecognised option: '$arg'"4595msgstr ""45964597#: git-bisect.sh:994598#, sh-format4599msgid "'$arg' does not appear to be a valid revision"4600msgstr ""46014602#: git-bisect.sh:1174603msgid "Bad HEAD - I need a HEAD"4604msgstr ""46054606#: git-bisect.sh:1304607#, sh-format4608msgid "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."4609msgstr ""46104611#: git-bisect.sh:1404612msgid "won't bisect on seeked tree"4613msgstr ""46144615#: git-bisect.sh:1444616msgid "Bad HEAD - strange symbolic ref"4617msgstr ""46184619#: git-bisect.sh:1894620#, sh-format4621msgid "Bad bisect_write argument: $state"4622msgstr ""46234624#: git-bisect.sh:2184625#, sh-format4626msgid "Bad rev input: $arg"4627msgstr ""46284629#: git-bisect.sh:2324630msgid "Please call 'bisect_state' with at least one argument."4631msgstr ""46324633#: git-bisect.sh:2444634#, sh-format4635msgid "Bad rev input: $rev"4636msgstr ""46374638#: git-bisect.sh:2504639msgid "'git bisect bad' can take only one argument."4640msgstr ""46414642#. TRANSLATORS: Make sure to include [Y] and [n] in your4643#. translation. The program will only accept English input4644#. at this point.4645#: git-bisect.sh:2794646msgid "Are you sure [Y/n]? "4647msgstr "Tens a certeza [Y/n]? "46484649#: git-bisect.sh:3544650#, sh-format4651msgid "'$invalid' is not a valid commit"4652msgstr ""46534654#: git-bisect.sh:3634655#, sh-format4656msgid ""4657"Could not check out original HEAD '$branch'.\n"4658"Try 'git bisect reset <commit>'."4659msgstr ""46604661#: git-bisect.sh:3904662msgid "No logfile given"4663msgstr "Nenhum ficheiro de log dado"46644665#: git-bisect.sh:3914666#, sh-format4667msgid "cannot read $file for replaying"4668msgstr ""46694670#: git-bisect.sh:4084671msgid "?? what are you talking about?"4672msgstr ""46734674#: git-bisect.sh:4744675msgid "We are not bisecting."4676msgstr "Não estamos a bisseccionar."46774678#: git-pull.sh:214679msgid ""4680"Pull is not possible because you have unmerged files.\n"4681"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"4682"as appropriate to mark resolution, or use 'git commit -a'."4683msgstr ""46844685#: git-pull.sh:254686msgid "Pull is not possible because you have unmerged files."4687msgstr ""46884689#: git-pull.sh:1974690msgid "updating an unborn branch with changes added to the index"4691msgstr ""46924693#: git-pull.sh:2534694msgid "Cannot merge multiple branches into empty head"4695msgstr ""46964697#: git-pull.sh:2574698msgid "Cannot rebase onto multiple branches"4699msgstr "Não é possível fazer rebase com várias ramas"47004701#: git-stash.sh:514702msgid "git stash clear with parameters is unimplemented"4703msgstr ""47044705#: git-stash.sh:744706msgid "You do not have the initial commit yet"4707msgstr "Tu ainda não tens o commit inicial"47084709#: git-stash.sh:894710msgid "Cannot save the current index state"4711msgstr ""47124713#: git-stash.sh:1234714#: git-stash.sh:1364715msgid "Cannot save the current worktree state"4716msgstr ""47174718#: git-stash.sh:1404719msgid "No changes selected"4720msgstr "Não há alterações seleccionadas"47214722#: git-stash.sh:1434723msgid "Cannot remove temporary index (can't happen)"4724msgstr ""47254726#: git-stash.sh:1564727msgid "Cannot record working tree state"4728msgstr ""47294730#: git-stash.sh:2234731msgid "No local changes to save"4732msgstr "Sem alterações locais para guardar"47334734#: git-stash.sh:2274735msgid "Cannot initialize stash"4736msgstr "Não é possível inicializar o stash"47374738#: git-stash.sh:2354739msgid "Cannot save the current status"4740msgstr ""47414742#: git-stash.sh:2534743msgid "Cannot remove worktree changes"4744msgstr ""47454746#: git-stash.sh:3524747msgid "No stash found."4748msgstr "nenhum stash encontrado."47494750#: git-stash.sh:3594751#, sh-format4752msgid "Too many revisions specified: $REV"4753msgstr ""47544755#: git-stash.sh:3654756#, sh-format4757msgid "$reference is not valid reference"4758msgstr ""47594760#: git-stash.sh:3934761#, sh-format4762msgid "'$args' is not a stash-like commit"4763msgstr ""47644765#: git-stash.sh:4044766#, sh-format4767msgid "'$args' is not a stash reference"4768msgstr ""47694770#: git-stash.sh:4124771msgid "unable to refresh index"4772msgstr ""47734774#: git-stash.sh:4164775msgid "Cannot apply a stash in the middle of a merge"4776msgstr ""47774778#: git-stash.sh:4244779msgid "Conflicts in index. Try without --index."4780msgstr ""47814782#: git-stash.sh:4264783msgid "Could not save index tree"4784msgstr "Não foi posivel guardar o index tree"47854786#: git-stash.sh:4604787msgid "Cannot unstage modified files"4788msgstr ""47894790#: git-stash.sh:4914791#, sh-format4792msgid "Dropped ${REV} ($s)"4793msgstr "Deixado cair ${REV} ($s)"47944795#: git-stash.sh:4924796#, sh-format4797msgid "${REV}: Could not drop stash entry"4798msgstr ""47994800#: git-stash.sh:4994801msgid "No branch name specified"4802msgstr "Nenhum nome para a rama especificado"48034804#: git-stash.sh:5704805msgid "(To restore them type \"git stash apply\")"4806msgstr ""48074808#: git-submodule.sh:564809#, sh-format4810msgid "cannot strip one component off url '$remoteurl'"4811msgstr ""48124813#: git-submodule.sh:1094814#, sh-format4815msgid "No submodule mapping found in .gitmodules for path '$sm_path'"4816msgstr ""48174818#: git-submodule.sh:1504819#, sh-format4820msgid "Clone of '$url' into submodule path '$sm_path' failed"4821msgstr ""48224823#: git-submodule.sh:1604824#, sh-format4825msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"4826msgstr ""48274828#: git-submodule.sh:2494829#, sh-format4830msgid "repo URL: '$repo' must be absolute or begin with ./|../"4831msgstr ""48324833#: git-submodule.sh:2664834#, sh-format4835msgid "'$sm_path' already exists in the index"4836msgstr ""48374838#: git-submodule.sh:2834839#, sh-format4840msgid "'$sm_path' already exists and is not a valid git repo"4841msgstr ""48424843#: git-submodule.sh:2974844#, sh-format4845msgid "Unable to checkout submodule '$sm_path'"4846msgstr ""48474848#: git-submodule.sh:3024849#, sh-format4850msgid "Failed to add submodule '$sm_path'"4851msgstr ""48524853#: git-submodule.sh:3074854#, sh-format4855msgid "Failed to register submodule '$sm_path'"4856msgstr ""48574858#: git-submodule.sh:3494859#, sh-format4860msgid "Entering '$prefix$sm_path'"4861msgstr "Entrando '$prefix$sm_path'"48624863#: git-submodule.sh:3634864#, sh-format4865msgid "Stopping at '$sm_path'; script returned non-zero status."4866msgstr ""48674868#: git-submodule.sh:4054869#, sh-format4870msgid "No url found for submodule path '$sm_path' in .gitmodules"4871msgstr ""48724873#: git-submodule.sh:4144874#, sh-format4875msgid "Failed to register url for submodule path '$sm_path'"4876msgstr ""48774878#: git-submodule.sh:4224879#, sh-format4880msgid "Failed to register update mode for submodule path '$sm_path'"4881msgstr ""48824883#: git-submodule.sh:4244884#, sh-format4885msgid "Submodule '$name' ($url) registered for path '$sm_path'"4886msgstr ""48874888#: git-submodule.sh:5234889#, sh-format4890msgid ""4891"Submodule path '$sm_path' not initialized\n"4892"Maybe you want to use 'update --init'?"4893msgstr ""48944895#: git-submodule.sh:5364896#, sh-format4897msgid "Unable to find current revision in submodule path '$sm_path'"4898msgstr ""48994900#: git-submodule.sh:5554901#, sh-format4902msgid "Unable to fetch in submodule path '$sm_path'"4903msgstr ""49044905#: git-submodule.sh:5694906#, sh-format4907msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"4908msgstr ""49094910#: git-submodule.sh:5704911#, sh-format4912msgid "Submodule path '$sm_path': rebased into '$sha1'"4913msgstr ""49144915#: git-submodule.sh:5754916#, sh-format4917msgid "Unable to merge '$sha1' in submodule path '$sm_path'"4918msgstr ""49194920#: git-submodule.sh:5764921#, sh-format4922msgid "Submodule path '$sm_path': merged in '$sha1'"4923msgstr ""49244925#: git-submodule.sh:5814926#, sh-format4927msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"4928msgstr ""49294930#: git-submodule.sh:5824931#, sh-format4932msgid "Submodule path '$sm_path': checked out '$sha1'"4933msgstr ""49344935#: git-submodule.sh:6044936#: git-submodule.sh:9274937#, sh-format4938msgid "Failed to recurse into submodule path '$sm_path'"4939msgstr ""49404941#: git-submodule.sh:7124942msgid "--"4943msgstr "--"49444945#: git-submodule.sh:7704946#, sh-format4947msgid " Warn: $name doesn't contain commit $sha1_src"4948msgstr ""49494950#: git-submodule.sh:7734951#, sh-format4952msgid " Warn: $name doesn't contain commit $sha1_dst"4953msgstr ""49544955#: git-submodule.sh:7764956#, sh-format4957msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"4958msgstr ""49594960#: git-submodule.sh:8014961msgid "blob"4962msgstr "blob"49634964#: git-submodule.sh:8024965msgid "submodule"4966msgstr "submódulos"49674968#: git-submodule.sh:9734969#, sh-format4970msgid "Synchronizing submodule url for '$name'"4971msgstr ""49724973#~ msgid "cherry-pick"4974#~ msgstr "cherry-pick"49754976#~ msgid "Please enter the commit message for your changes."4977#~ msgstr "Por favor insira a mensagem de commit das suas alterações."49784979#~ msgid "Too many options specified"4980#~ msgstr "Demasiadas opções especificadas"