1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2019-08-10 20:12+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:109 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "" 25 26#: advice.c:162 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:164 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:166 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:168 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:170 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:172 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:180 52msgid "" 53"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 54"as appropriate to mark resolution and make a commit." 55msgstr "" 56 57#: advice.c:188 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:193 builtin/merge.c:1327 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:195 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:196 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:202 74#, c-format 75msgid "" 76"Note: switching to '%s'.\n" 77"\n" 78"You are in 'detached HEAD' state. You can look around, make experimental\n" 79"changes and commit them, and you can discard any commits you make in this\n" 80"state without impacting any branches by switching back to a branch.\n" 81"\n" 82"If you want to create a new branch to retain commits you create, you may\n" 83"do so (now or later) by using -c with the switch command. Example:\n" 84"\n" 85" git switch -c <new-branch-name>\n" 86"\n" 87"Or undo this operation with:\n" 88"\n" 89" git switch -\n" 90"\n" 91"Turn off this advice by setting config variable advice.detachedHead to " 92"false\n" 93"\n" 94msgstr "" 95 96#: alias.c:50 97msgid "cmdline ends with \\" 98msgstr "" 99 100#: alias.c:51 101msgid "unclosed quote" 102msgstr "" 103 104#: apply.c:69 105#, c-format 106msgid "unrecognized whitespace option '%s'" 107msgstr "" 108 109#: apply.c:85 110#, c-format 111msgid "unrecognized whitespace ignore option '%s'" 112msgstr "" 113 114#: apply.c:135 115msgid "--reject and --3way cannot be used together." 116msgstr "" 117 118#: apply.c:137 119msgid "--cached and --3way cannot be used together." 120msgstr "" 121 122#: apply.c:140 123msgid "--3way outside a repository" 124msgstr "" 125 126#: apply.c:151 127msgid "--index outside a repository" 128msgstr "" 129 130#: apply.c:154 131msgid "--cached outside a repository" 132msgstr "" 133 134#: apply.c:801 135#, c-format 136msgid "Cannot prepare timestamp regexp %s" 137msgstr "" 138 139#: apply.c:810 140#, c-format 141msgid "regexec returned %d for input: %s" 142msgstr "" 143 144#: apply.c:884 145#, c-format 146msgid "unable to find filename in patch at line %d" 147msgstr "" 148 149#: apply.c:922 150#, c-format 151msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 152msgstr "" 153 154#: apply.c:928 155#, c-format 156msgid "git apply: bad git-diff - inconsistent new filename on line %d" 157msgstr "" 158 159#: apply.c:929 160#, c-format 161msgid "git apply: bad git-diff - inconsistent old filename on line %d" 162msgstr "" 163 164#: apply.c:934 165#, c-format 166msgid "git apply: bad git-diff - expected /dev/null on line %d" 167msgstr "" 168 169#: apply.c:963 170#, c-format 171msgid "invalid mode on line %d: %s" 172msgstr "" 173 174#: apply.c:1282 175#, c-format 176msgid "inconsistent header lines %d and %d" 177msgstr "" 178 179#: apply.c:1460 180#, c-format 181msgid "recount: unexpected line: %.*s" 182msgstr "" 183 184#: apply.c:1529 185#, c-format 186msgid "patch fragment without header at line %d: %.*s" 187msgstr "" 188 189#: apply.c:1551 190#, c-format 191msgid "" 192"git diff header lacks filename information when removing %d leading pathname " 193"component (line %d)" 194msgid_plural "" 195"git diff header lacks filename information when removing %d leading pathname " 196"components (line %d)" 197msgstr[0] "" 198msgstr[1] "" 199 200#: apply.c:1564 201#, c-format 202msgid "git diff header lacks filename information (line %d)" 203msgstr "" 204 205#: apply.c:1752 206msgid "new file depends on old contents" 207msgstr "" 208 209#: apply.c:1754 210msgid "deleted file still has contents" 211msgstr "" 212 213#: apply.c:1788 214#, c-format 215msgid "corrupt patch at line %d" 216msgstr "" 217 218#: apply.c:1825 219#, c-format 220msgid "new file %s depends on old contents" 221msgstr "" 222 223#: apply.c:1827 224#, c-format 225msgid "deleted file %s still has contents" 226msgstr "" 227 228#: apply.c:1830 229#, c-format 230msgid "** warning: file %s becomes empty but is not deleted" 231msgstr "" 232 233#: apply.c:1977 234#, c-format 235msgid "corrupt binary patch at line %d: %.*s" 236msgstr "" 237 238#: apply.c:2014 239#, c-format 240msgid "unrecognized binary patch at line %d" 241msgstr "" 242 243#: apply.c:2176 244#, c-format 245msgid "patch with only garbage at line %d" 246msgstr "" 247 248#: apply.c:2262 249#, c-format 250msgid "unable to read symlink %s" 251msgstr "" 252 253#: apply.c:2266 254#, c-format 255msgid "unable to open or read %s" 256msgstr "" 257 258#: apply.c:2925 259#, c-format 260msgid "invalid start of line: '%c'" 261msgstr "" 262 263#: apply.c:3046 264#, c-format 265msgid "Hunk #%d succeeded at %d (offset %d line)." 266msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 267msgstr[0] "" 268msgstr[1] "" 269 270#: apply.c:3058 271#, c-format 272msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 273msgstr "" 274 275#: apply.c:3064 276#, c-format 277msgid "" 278"while searching for:\n" 279"%.*s" 280msgstr "" 281 282#: apply.c:3086 283#, c-format 284msgid "missing binary patch data for '%s'" 285msgstr "" 286 287#: apply.c:3094 288#, c-format 289msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 290msgstr "" 291 292#: apply.c:3141 293#, c-format 294msgid "cannot apply binary patch to '%s' without full index line" 295msgstr "" 296 297#: apply.c:3151 298#, c-format 299msgid "" 300"the patch applies to '%s' (%s), which does not match the current contents." 301msgstr "" 302 303#: apply.c:3159 304#, c-format 305msgid "the patch applies to an empty '%s' but it is not empty" 306msgstr "" 307 308#: apply.c:3177 309#, c-format 310msgid "the necessary postimage %s for '%s' cannot be read" 311msgstr "" 312 313#: apply.c:3190 314#, c-format 315msgid "binary patch does not apply to '%s'" 316msgstr "" 317 318#: apply.c:3196 319#, c-format 320msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 321msgstr "" 322 323#: apply.c:3217 324#, c-format 325msgid "patch failed: %s:%ld" 326msgstr "" 327 328#: apply.c:3340 329#, c-format 330msgid "cannot checkout %s" 331msgstr "" 332 333#: apply.c:3392 apply.c:3403 apply.c:3449 midx.c:62 setup.c:279 334#, c-format 335msgid "failed to read %s" 336msgstr "" 337 338#: apply.c:3400 339#, c-format 340msgid "reading from '%s' beyond a symbolic link" 341msgstr "" 342 343#: apply.c:3429 apply.c:3672 344#, c-format 345msgid "path %s has been renamed/deleted" 346msgstr "" 347 348#: apply.c:3515 apply.c:3687 349#, c-format 350msgid "%s: does not exist in index" 351msgstr "" 352 353#: apply.c:3524 apply.c:3695 354#, c-format 355msgid "%s: does not match index" 356msgstr "" 357 358#: apply.c:3559 359msgid "repository lacks the necessary blob to fall back on 3-way merge." 360msgstr "" 361 362#: apply.c:3562 363#, c-format 364msgid "Falling back to three-way merge...\n" 365msgstr "" 366 367#: apply.c:3578 apply.c:3582 368#, c-format 369msgid "cannot read the current contents of '%s'" 370msgstr "" 371 372#: apply.c:3594 373#, c-format 374msgid "Failed to fall back on three-way merge...\n" 375msgstr "" 376 377#: apply.c:3608 378#, c-format 379msgid "Applied patch to '%s' with conflicts.\n" 380msgstr "" 381 382#: apply.c:3613 383#, c-format 384msgid "Applied patch to '%s' cleanly.\n" 385msgstr "" 386 387#: apply.c:3639 388msgid "removal patch leaves file contents" 389msgstr "" 390 391#: apply.c:3712 392#, c-format 393msgid "%s: wrong type" 394msgstr "" 395 396#: apply.c:3714 397#, c-format 398msgid "%s has type %o, expected %o" 399msgstr "" 400 401#: apply.c:3865 apply.c:3867 read-cache.c:830 read-cache.c:856 402#: read-cache.c:1309 403#, c-format 404msgid "invalid path '%s'" 405msgstr "" 406 407#: apply.c:3923 408#, c-format 409msgid "%s: already exists in index" 410msgstr "" 411 412#: apply.c:3926 413#, c-format 414msgid "%s: already exists in working directory" 415msgstr "" 416 417#: apply.c:3946 418#, c-format 419msgid "new mode (%o) of %s does not match old mode (%o)" 420msgstr "" 421 422#: apply.c:3951 423#, c-format 424msgid "new mode (%o) of %s does not match old mode (%o) of %s" 425msgstr "" 426 427#: apply.c:3971 428#, c-format 429msgid "affected file '%s' is beyond a symbolic link" 430msgstr "" 431 432#: apply.c:3975 433#, c-format 434msgid "%s: patch does not apply" 435msgstr "" 436 437#: apply.c:3990 438#, c-format 439msgid "Checking patch %s..." 440msgstr "" 441 442#: apply.c:4082 443#, c-format 444msgid "sha1 information is lacking or useless for submodule %s" 445msgstr "" 446 447#: apply.c:4089 448#, c-format 449msgid "mode change for %s, which is not in current HEAD" 450msgstr "" 451 452#: apply.c:4092 453#, c-format 454msgid "sha1 information is lacking or useless (%s)." 455msgstr "" 456 457#: apply.c:4097 builtin/checkout.c:278 builtin/reset.c:143 458#, c-format 459msgid "make_cache_entry failed for path '%s'" 460msgstr "" 461 462#: apply.c:4101 463#, c-format 464msgid "could not add %s to temporary index" 465msgstr "" 466 467#: apply.c:4111 468#, c-format 469msgid "could not write temporary index to %s" 470msgstr "" 471 472#: apply.c:4249 473#, c-format 474msgid "unable to remove %s from index" 475msgstr "" 476 477#: apply.c:4283 478#, c-format 479msgid "corrupt patch for submodule %s" 480msgstr "" 481 482#: apply.c:4289 483#, c-format 484msgid "unable to stat newly created file '%s'" 485msgstr "" 486 487#: apply.c:4297 488#, c-format 489msgid "unable to create backing store for newly created file %s" 490msgstr "" 491 492#: apply.c:4303 apply.c:4448 493#, c-format 494msgid "unable to add cache entry for %s" 495msgstr "" 496 497#: apply.c:4346 498#, c-format 499msgid "failed to write to '%s'" 500msgstr "" 501 502#: apply.c:4350 503#, c-format 504msgid "closing file '%s'" 505msgstr "" 506 507#: apply.c:4420 508#, c-format 509msgid "unable to write file '%s' mode %o" 510msgstr "" 511 512#: apply.c:4518 513#, c-format 514msgid "Applied patch %s cleanly." 515msgstr "" 516 517#: apply.c:4526 518msgid "internal error" 519msgstr "" 520 521#: apply.c:4529 522#, c-format 523msgid "Applying patch %%s with %d reject..." 524msgid_plural "Applying patch %%s with %d rejects..." 525msgstr[0] "" 526msgstr[1] "" 527 528#: apply.c:4540 529#, c-format 530msgid "truncating .rej filename to %.*s.rej" 531msgstr "" 532 533#: apply.c:4548 builtin/fetch.c:878 builtin/fetch.c:1168 534#, c-format 535msgid "cannot open %s" 536msgstr "" 537 538#: apply.c:4562 539#, c-format 540msgid "Hunk #%d applied cleanly." 541msgstr "" 542 543#: apply.c:4566 544#, c-format 545msgid "Rejected hunk #%d." 546msgstr "" 547 548#: apply.c:4676 549#, c-format 550msgid "Skipped patch '%s'." 551msgstr "" 552 553#: apply.c:4684 554msgid "unrecognized input" 555msgstr "" 556 557#: apply.c:4704 558msgid "unable to read index file" 559msgstr "" 560 561#: apply.c:4859 562#, c-format 563msgid "can't open patch '%s': %s" 564msgstr "" 565 566#: apply.c:4886 567#, c-format 568msgid "squelched %d whitespace error" 569msgid_plural "squelched %d whitespace errors" 570msgstr[0] "" 571msgstr[1] "" 572 573#: apply.c:4892 apply.c:4907 574#, c-format 575msgid "%d line adds whitespace errors." 576msgid_plural "%d lines add whitespace errors." 577msgstr[0] "" 578msgstr[1] "" 579 580#: apply.c:4900 581#, c-format 582msgid "%d line applied after fixing whitespace errors." 583msgid_plural "%d lines applied after fixing whitespace errors." 584msgstr[0] "" 585msgstr[1] "" 586 587#: apply.c:4916 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390 588msgid "Unable to write new index file" 589msgstr "" 590 591#: apply.c:4943 apply.c:4946 builtin/am.c:2208 builtin/am.c:2211 592#: builtin/clone.c:123 builtin/fetch.c:128 builtin/merge.c:273 593#: builtin/pull.c:208 builtin/submodule--helper.c:407 594#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370 595#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853 596#: builtin/submodule--helper.c:2092 git-add--interactive.perl:211 597msgid "path" 598msgstr "" 599 600#: apply.c:4944 601msgid "don't apply changes matching the given path" 602msgstr "" 603 604#: apply.c:4947 605msgid "apply changes matching the given path" 606msgstr "" 607 608#: apply.c:4949 builtin/am.c:2217 609msgid "num" 610msgstr "" 611 612#: apply.c:4950 613msgid "remove <num> leading slashes from traditional diff paths" 614msgstr "" 615 616#: apply.c:4953 617msgid "ignore additions made by the patch" 618msgstr "" 619 620#: apply.c:4955 621msgid "instead of applying the patch, output diffstat for the input" 622msgstr "" 623 624#: apply.c:4959 625msgid "show number of added and deleted lines in decimal notation" 626msgstr "" 627 628#: apply.c:4961 629msgid "instead of applying the patch, output a summary for the input" 630msgstr "" 631 632#: apply.c:4963 633msgid "instead of applying the patch, see if the patch is applicable" 634msgstr "" 635 636#: apply.c:4965 637msgid "make sure the patch is applicable to the current index" 638msgstr "" 639 640#: apply.c:4967 641msgid "mark new files with `git add --intent-to-add`" 642msgstr "" 643 644#: apply.c:4969 645msgid "apply a patch without touching the working tree" 646msgstr "" 647 648#: apply.c:4971 649msgid "accept a patch that touches outside the working area" 650msgstr "" 651 652#: apply.c:4974 653msgid "also apply the patch (use with --stat/--summary/--check)" 654msgstr "" 655 656#: apply.c:4976 657msgid "attempt three-way merge if a patch does not apply" 658msgstr "" 659 660#: apply.c:4978 661msgid "build a temporary index based on embedded index information" 662msgstr "" 663 664#: apply.c:4981 builtin/checkout-index.c:173 builtin/ls-files.c:524 665msgid "paths are separated with NUL character" 666msgstr "" 667 668#: apply.c:4983 669msgid "ensure at least <n> lines of context match" 670msgstr "" 671 672#: apply.c:4984 builtin/am.c:2196 builtin/interpret-trailers.c:98 673#: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102 674#: builtin/pack-objects.c:3330 builtin/rebase.c:1421 675msgid "action" 676msgstr "" 677 678#: apply.c:4985 679msgid "detect new or modified lines that have whitespace errors" 680msgstr "" 681 682#: apply.c:4988 apply.c:4991 683msgid "ignore changes in whitespace when finding context" 684msgstr "" 685 686#: apply.c:4994 687msgid "apply the patch in reverse" 688msgstr "" 689 690#: apply.c:4996 691msgid "don't expect at least one line of context" 692msgstr "" 693 694#: apply.c:4998 695msgid "leave the rejected hunks in corresponding *.rej files" 696msgstr "" 697 698#: apply.c:5000 699msgid "allow overlapping hunks" 700msgstr "" 701 702#: apply.c:5001 builtin/add.c:291 builtin/check-ignore.c:22 703#: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786 704#: builtin/log.c:2068 builtin/mv.c:123 builtin/read-tree.c:128 705msgid "be verbose" 706msgstr "" 707 708#: apply.c:5003 709msgid "tolerate incorrectly detected missing new-line at the end of file" 710msgstr "" 711 712#: apply.c:5006 713msgid "do not trust the line counts in the hunk headers" 714msgstr "" 715 716#: apply.c:5008 builtin/am.c:2205 717msgid "root" 718msgstr "" 719 720#: apply.c:5009 721msgid "prepend <root> to all filenames" 722msgstr "" 723 724#: archive.c:14 725msgid "git archive [<options>] <tree-ish> [<path>...]" 726msgstr "" 727 728#: archive.c:15 729msgid "git archive --list" 730msgstr "" 731 732#: archive.c:16 733msgid "" 734"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 735msgstr "" 736 737#: archive.c:17 738msgid "git archive --remote <repo> [--exec <cmd>] --list" 739msgstr "" 740 741#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299 742#, c-format 743msgid "pathspec '%s' did not match any files" 744msgstr "" 745 746#: archive.c:396 747#, c-format 748msgid "no such ref: %.*s" 749msgstr "" 750 751#: archive.c:401 752#, c-format 753msgid "not a valid object name: %s" 754msgstr "" 755 756#: archive.c:414 757#, c-format 758msgid "not a tree object: %s" 759msgstr "" 760 761#: archive.c:426 762msgid "current working directory is untracked" 763msgstr "" 764 765#: archive.c:457 766msgid "fmt" 767msgstr "" 768 769#: archive.c:457 770msgid "archive format" 771msgstr "" 772 773#: archive.c:458 builtin/log.c:1580 774msgid "prefix" 775msgstr "" 776 777#: archive.c:459 778msgid "prepend prefix to each pathname in the archive" 779msgstr "" 780 781#: archive.c:460 builtin/blame.c:862 builtin/blame.c:874 builtin/blame.c:875 782#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1134 783#: builtin/fast-export.c:1136 builtin/grep.c:897 builtin/hash-object.c:105 784#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412 785#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177 786msgid "file" 787msgstr "" 788 789#: archive.c:461 builtin/archive.c:90 790msgid "write the archive to this file" 791msgstr "" 792 793#: archive.c:463 794msgid "read .gitattributes in working directory" 795msgstr "" 796 797#: archive.c:464 798msgid "report archived files on stderr" 799msgstr "" 800 801#: archive.c:465 802msgid "store only" 803msgstr "" 804 805#: archive.c:466 806msgid "compress faster" 807msgstr "" 808 809#: archive.c:474 810msgid "compress better" 811msgstr "" 812 813#: archive.c:477 814msgid "list supported archive formats" 815msgstr "" 816 817#: archive.c:479 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116 818#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859 819msgid "repo" 820msgstr "" 821 822#: archive.c:480 builtin/archive.c:92 823msgid "retrieve the archive from remote repository <repo>" 824msgstr "" 825 826#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:707 827#: builtin/notes.c:498 828msgid "command" 829msgstr "" 830 831#: archive.c:482 builtin/archive.c:94 832msgid "path to the remote git-upload-archive command" 833msgstr "" 834 835#: archive.c:489 836msgid "Unexpected option --remote" 837msgstr "" 838 839#: archive.c:491 840msgid "Option --exec can only be used together with --remote" 841msgstr "" 842 843#: archive.c:493 844msgid "Unexpected option --output" 845msgstr "" 846 847#: archive.c:515 848#, c-format 849msgid "Unknown archive format '%s'" 850msgstr "" 851 852#: archive.c:522 853#, c-format 854msgid "Argument not supported for format '%s': -%d" 855msgstr "" 856 857#: archive-tar.c:125 archive-zip.c:345 858#, c-format 859msgid "cannot stream blob %s" 860msgstr "" 861 862#: archive-tar.c:260 archive-zip.c:363 863#, c-format 864msgid "unsupported file mode: 0%o (SHA1: %s)" 865msgstr "" 866 867#: archive-tar.c:287 archive-zip.c:353 868#, c-format 869msgid "cannot read %s" 870msgstr "" 871 872#: archive-tar.c:459 873#, c-format 874msgid "unable to start '%s' filter" 875msgstr "" 876 877#: archive-tar.c:462 878msgid "unable to redirect descriptor" 879msgstr "" 880 881#: archive-tar.c:469 882#, c-format 883msgid "'%s' filter reported error" 884msgstr "" 885 886#: archive-zip.c:314 887#, c-format 888msgid "path is not valid UTF-8: %s" 889msgstr "" 890 891#: archive-zip.c:318 892#, c-format 893msgid "path too long (%d chars, SHA1: %s): %s" 894msgstr "" 895 896#: archive-zip.c:474 builtin/pack-objects.c:230 builtin/pack-objects.c:233 897#, c-format 898msgid "deflate error (%d)" 899msgstr "" 900 901#: archive-zip.c:609 902#, c-format 903msgid "timestamp too large for this system: %<PRIuMAX>" 904msgstr "" 905 906#: attr.c:211 907#, c-format 908msgid "%.*s is not a valid attribute name" 909msgstr "" 910 911#: attr.c:368 912#, c-format 913msgid "%s not allowed: %s:%d" 914msgstr "" 915 916#: attr.c:408 917msgid "" 918"Negative patterns are ignored in git attributes\n" 919"Use '\\!' for literal leading exclamation." 920msgstr "" 921 922#: bisect.c:468 923#, c-format 924msgid "Badly quoted content in file '%s': %s" 925msgstr "" 926 927#: bisect.c:678 928#, c-format 929msgid "We cannot bisect more!\n" 930msgstr "" 931 932#: bisect.c:733 933#, c-format 934msgid "Not a valid commit name %s" 935msgstr "" 936 937#: bisect.c:758 938#, c-format 939msgid "" 940"The merge base %s is bad.\n" 941"This means the bug has been fixed between %s and [%s].\n" 942msgstr "" 943 944#: bisect.c:763 945#, c-format 946msgid "" 947"The merge base %s is new.\n" 948"The property has changed between %s and [%s].\n" 949msgstr "" 950 951#: bisect.c:768 952#, c-format 953msgid "" 954"The merge base %s is %s.\n" 955"This means the first '%s' commit is between %s and [%s].\n" 956msgstr "" 957 958#: bisect.c:776 959#, c-format 960msgid "" 961"Some %s revs are not ancestors of the %s rev.\n" 962"git bisect cannot work properly in this case.\n" 963"Maybe you mistook %s and %s revs?\n" 964msgstr "" 965 966#: bisect.c:789 967#, c-format 968msgid "" 969"the merge base between %s and [%s] must be skipped.\n" 970"So we cannot be sure the first %s commit is between %s and %s.\n" 971"We continue anyway." 972msgstr "" 973 974#: bisect.c:822 975#, c-format 976msgid "Bisecting: a merge base must be tested\n" 977msgstr "" 978 979#: bisect.c:865 980#, c-format 981msgid "a %s revision is needed" 982msgstr "" 983 984#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254 985#, c-format 986msgid "could not create file '%s'" 987msgstr "" 988 989#: bisect.c:928 builtin/merge.c:148 990#, c-format 991msgid "could not read file '%s'" 992msgstr "" 993 994#: bisect.c:958 995msgid "reading bisect refs failed" 996msgstr "" 997 998#: bisect.c:977 999#, c-format1000msgid "%s was both %s and %s\n"1001msgstr ""10021003#: bisect.c:9851004#, c-format1005msgid ""1006"No testable commit found.\n"1007"Maybe you started with bad path parameters?\n"1008msgstr ""10091010#: bisect.c:10041011#, c-format1012msgid "(roughly %d step)"1013msgid_plural "(roughly %d steps)"1014msgstr[0] ""1015msgstr[1] ""10161017#. TRANSLATORS: the last %s will be replaced with "(roughly %d1018#. steps)" translation.1019#.1020#: bisect.c:10101021#, c-format1022msgid "Bisecting: %d revision left to test after this %s\n"1023msgid_plural "Bisecting: %d revisions left to test after this %s\n"1024msgstr[0] ""1025msgstr[1] ""10261027#: blame.c:26971028msgid "--contents and --reverse do not blend well."1029msgstr ""10301031#: blame.c:27111032msgid "cannot use --contents with final commit object name"1033msgstr ""10341035#: blame.c:27321036msgid "--reverse and --first-parent together require specified latest commit"1037msgstr ""10381039#: blame.c:2741 bundle.c:167 ref-filter.c:2196 remote.c:1938 sequencer.c:20331040#: sequencer.c:4348 builtin/commit.c:1020 builtin/log.c:387 builtin/log.c:9631041#: builtin/log.c:1451 builtin/log.c:1827 builtin/log.c:2117 builtin/merge.c:4111042#: builtin/pack-objects.c:3148 builtin/pack-objects.c:31631043#: builtin/shortlog.c:1921044msgid "revision walk setup failed"1045msgstr ""10461047#: blame.c:27591048msgid ""1049"--reverse --first-parent together require range along first-parent chain"1050msgstr ""10511052#: blame.c:27701053#, c-format1054msgid "no such path %s in %s"1055msgstr ""10561057#: blame.c:27811058#, c-format1059msgid "cannot read blob %s for path %s"1060msgstr ""10611062#: branch.c:531063#, c-format1064msgid ""1065"\n"1066"After fixing the error cause you may try to fix up\n"1067"the remote tracking information by invoking\n"1068"\"git branch --set-upstream-to=%s%s%s\"."1069msgstr ""10701071#: branch.c:671072#, c-format1073msgid "Not setting branch %s as its own upstream."1074msgstr ""10751076#: branch.c:931077#, c-format1078msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1079msgstr ""10801081#: branch.c:941082#, c-format1083msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1084msgstr ""10851086#: branch.c:981087#, c-format1088msgid "Branch '%s' set up to track local branch '%s' by rebasing."1089msgstr ""10901091#: branch.c:991092#, c-format1093msgid "Branch '%s' set up to track local branch '%s'."1094msgstr ""10951096#: branch.c:1041097#, c-format1098msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1099msgstr ""11001101#: branch.c:1051102#, c-format1103msgid "Branch '%s' set up to track remote ref '%s'."1104msgstr ""11051106#: branch.c:1091107#, c-format1108msgid "Branch '%s' set up to track local ref '%s' by rebasing."1109msgstr ""11101111#: branch.c:1101112#, c-format1113msgid "Branch '%s' set up to track local ref '%s'."1114msgstr ""11151116#: branch.c:1191117msgid "Unable to write upstream branch configuration"1118msgstr ""11191120#: branch.c:1561121#, c-format1122msgid "Not tracking: ambiguous information for ref %s"1123msgstr ""11241125#: branch.c:1891126#, c-format1127msgid "'%s' is not a valid branch name."1128msgstr ""11291130#: branch.c:2081131#, c-format1132msgid "A branch named '%s' already exists."1133msgstr ""11341135#: branch.c:2131136msgid "Cannot force update the current branch."1137msgstr ""11381139#: branch.c:2331140#, c-format1141msgid "Cannot setup tracking information; starting point '%s' is not a branch."1142msgstr ""11431144#: branch.c:2351145#, c-format1146msgid "the requested upstream branch '%s' does not exist"1147msgstr ""11481149#: branch.c:2371150msgid ""1151"\n"1152"If you are planning on basing your work on an upstream\n"1153"branch that already exists at the remote, you may need to\n"1154"run \"git fetch\" to retrieve it.\n"1155"\n"1156"If you are planning to push out a new local branch that\n"1157"will track its remote counterpart, you may want to use\n"1158"\"git push -u\" to set the upstream config as you push."1159msgstr ""11601161#: branch.c:2811162#, c-format1163msgid "Not a valid object name: '%s'."1164msgstr ""11651166#: branch.c:3011167#, c-format1168msgid "Ambiguous object name: '%s'."1169msgstr ""11701171#: branch.c:3061172#, c-format1173msgid "Not a valid branch point: '%s'."1174msgstr ""11751176#: branch.c:3641177#, c-format1178msgid "'%s' is already checked out at '%s'"1179msgstr ""11801181#: branch.c:3871182#, c-format1183msgid "HEAD of working tree %s is not updated"1184msgstr ""11851186#: bundle.c:361187#, c-format1188msgid "'%s' does not look like a v2 bundle file"1189msgstr ""11901191#: bundle.c:641192#, c-format1193msgid "unrecognized header: %s%s (%d)"1194msgstr ""11951196#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2283 sequencer.c:30241197#: builtin/commit.c:7911198#, c-format1199msgid "could not open '%s'"1200msgstr ""12011202#: bundle.c:1431203msgid "Repository lacks these prerequisite commits:"1204msgstr ""12051206#: bundle.c:1461207msgid "need a repository to verify a bundle"1208msgstr ""12091210#: bundle.c:1971211#, c-format1212msgid "The bundle contains this ref:"1213msgid_plural "The bundle contains these %d refs:"1214msgstr[0] ""1215msgstr[1] ""12161217#: bundle.c:2041218msgid "The bundle records a complete history."1219msgstr ""12201221#: bundle.c:2061222#, c-format1223msgid "The bundle requires this ref:"1224msgid_plural "The bundle requires these %d refs:"1225msgstr[0] ""1226msgstr[1] ""12271228#: bundle.c:2721229msgid "unable to dup bundle descriptor"1230msgstr ""12311232#: bundle.c:2791233msgid "Could not spawn pack-objects"1234msgstr ""12351236#: bundle.c:2901237msgid "pack-objects died"1238msgstr ""12391240#: bundle.c:3321241msgid "rev-list died"1242msgstr ""12431244#: bundle.c:3811245#, c-format1246msgid "ref '%s' is excluded by the rev-list options"1247msgstr ""12481249#: bundle.c:460 builtin/log.c:202 builtin/log.c:1732 builtin/shortlog.c:3061250#, c-format1251msgid "unrecognized argument: %s"1252msgstr ""12531254#: bundle.c:4681255msgid "Refusing to create empty bundle."1256msgstr ""12571258#: bundle.c:4781259#, c-format1260msgid "cannot create '%s'"1261msgstr ""12621263#: bundle.c:5031264msgid "index-pack died"1265msgstr ""12661267#: color.c:2961268#, c-format1269msgid "invalid color value: %.*s"1270msgstr ""12711272#: commit.c:50 sequencer.c:2727 builtin/am.c:355 builtin/am.c:3991273#: builtin/am.c:1378 builtin/am.c:2020 builtin/replace.c:4551274#, c-format1275msgid "could not parse %s"1276msgstr ""12771278#: commit.c:521279#, c-format1280msgid "%s %s is not a commit!"1281msgstr ""12821283#: commit.c:1921284msgid ""1285"Support for <GIT_DIR>/info/grafts is deprecated\n"1286"and will be removed in a future Git version.\n"1287"\n"1288"Please use \"git replace --convert-graft-file\"\n"1289"to convert the grafts into replace refs.\n"1290"\n"1291"Turn this message off by running\n"1292"\"git config advice.graftFileDeprecated false\""1293msgstr ""12941295#: commit.c:11271296#, c-format1297msgid "Commit %s has an untrusted GPG signature, allegedly by %s."1298msgstr ""12991300#: commit.c:11301301#, c-format1302msgid "Commit %s has a bad GPG signature allegedly by %s."1303msgstr ""13041305#: commit.c:11331306#, c-format1307msgid "Commit %s does not have a GPG signature."1308msgstr ""13091310#: commit.c:11361311#, c-format1312msgid "Commit %s has a good GPG signature by %s\n"1313msgstr ""13141315#: commit.c:13901316msgid ""1317"Warning: commit message did not conform to UTF-8.\n"1318"You may want to amend it after fixing the message, or set the config\n"1319"variable i18n.commitencoding to the encoding your project uses.\n"1320msgstr ""13211322#: commit-graph.c:1271323msgid "commit-graph file is too small"1324msgstr ""13251326#: commit-graph.c:1921327#, c-format1328msgid "commit-graph signature %X does not match signature %X"1329msgstr ""13301331#: commit-graph.c:1991332#, c-format1333msgid "commit-graph version %X does not match version %X"1334msgstr ""13351336#: commit-graph.c:2061337#, c-format1338msgid "commit-graph hash version %X does not match version %X"1339msgstr ""13401341#: commit-graph.c:2291342msgid "commit-graph chunk lookup table entry missing; file may be incomplete"1343msgstr ""13441345#: commit-graph.c:2401346#, c-format1347msgid "commit-graph improper chunk offset %08x%08x"1348msgstr ""13491350#: commit-graph.c:2831351#, c-format1352msgid "commit-graph chunk id %08x appears multiple times"1353msgstr ""13541355#: commit-graph.c:3471356msgid "commit-graph has no base graphs chunk"1357msgstr ""13581359#: commit-graph.c:3571360msgid "commit-graph chain does not match"1361msgstr ""13621363#: commit-graph.c:4041364#, c-format1365msgid "invalid commit-graph chain: line '%s' not a hash"1366msgstr ""13671368#: commit-graph.c:4301369msgid "unable to find all commit-graph files"1370msgstr ""13711372#: commit-graph.c:554 commit-graph.c:6141373msgid "invalid commit position. commit-graph is likely corrupt"1374msgstr ""13751376#: commit-graph.c:5751377#, c-format1378msgid "could not find commit %s"1379msgstr ""13801381#: commit-graph.c:1002 builtin/pack-objects.c:26571382#, c-format1383msgid "unable to get type of object %s"1384msgstr ""13851386#: commit-graph.c:10341387msgid "Loading known commits in commit graph"1388msgstr ""13891390#: commit-graph.c:10511391msgid "Expanding reachable commits in commit graph"1392msgstr ""13931394#: commit-graph.c:10701395msgid "Clearing commit marks in commit graph"1396msgstr ""13971398#: commit-graph.c:10891399msgid "Computing commit graph generation numbers"1400msgstr ""14011402#: commit-graph.c:11631403#, c-format1404msgid "Finding commits for commit graph in %d pack"1405msgid_plural "Finding commits for commit graph in %d packs"1406msgstr[0] ""1407msgstr[1] ""14081409#: commit-graph.c:11761410#, c-format1411msgid "error adding pack %s"1412msgstr ""14131414#: commit-graph.c:11801415#, c-format1416msgid "error opening index for %s"1417msgstr ""14181419#: commit-graph.c:12041420#, c-format1421msgid "Finding commits for commit graph from %d ref"1422msgid_plural "Finding commits for commit graph from %d refs"1423msgstr[0] ""1424msgstr[1] ""14251426#: commit-graph.c:12381427msgid "Finding commits for commit graph among packed objects"1428msgstr ""14291430#: commit-graph.c:12531431msgid "Counting distinct commits in commit graph"1432msgstr ""14331434#: commit-graph.c:12841435msgid "Finding extra edges in commit graph"1436msgstr ""14371438#: commit-graph.c:13321439msgid "failed to write correct number of base graph ids"1440msgstr ""14411442#: commit-graph.c:1365 midx.c:8111443#, c-format1444msgid "unable to create leading directories of %s"1445msgstr ""14461447#: commit-graph.c:1377 builtin/index-pack.c:306 builtin/repack.c:2401448#, c-format1449msgid "unable to create '%s'"1450msgstr ""14511452#: commit-graph.c:14371453#, c-format1454msgid "Writing out commit graph in %d pass"1455msgid_plural "Writing out commit graph in %d passes"1456msgstr[0] ""1457msgstr[1] ""14581459#: commit-graph.c:14781460msgid "unable to open commit-graph chain file"1461msgstr ""14621463#: commit-graph.c:14901464msgid "failed to rename base commit-graph file"1465msgstr ""14661467#: commit-graph.c:15101468msgid "failed to rename temporary commit-graph file"1469msgstr ""14701471#: commit-graph.c:16211472msgid "Scanning merged commits"1473msgstr ""14741475#: commit-graph.c:16321476#, c-format1477msgid "unexpected duplicate commit id %s"1478msgstr ""14791480#: commit-graph.c:16571481msgid "Merging commit-graph"1482msgstr ""14831484#: commit-graph.c:18441485#, c-format1486msgid "the commit graph format cannot write %d commits"1487msgstr ""14881489#: commit-graph.c:18551490msgid "too many commits to write graph"1491msgstr ""14921493#: commit-graph.c:19451494msgid "the commit-graph file has incorrect checksum and is likely corrupt"1495msgstr ""14961497#: commit-graph.c:19551498#, c-format1499msgid "commit-graph has incorrect OID order: %s then %s"1500msgstr ""15011502#: commit-graph.c:1965 commit-graph.c:19801503#, c-format1504msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"1505msgstr ""15061507#: commit-graph.c:19721508#, c-format1509msgid "failed to parse commit %s from commit-graph"1510msgstr ""15111512#: commit-graph.c:19891513msgid "Verifying commits in commit graph"1514msgstr ""15151516#: commit-graph.c:20021517#, c-format1518msgid "failed to parse commit %s from object database for commit-graph"1519msgstr ""15201521#: commit-graph.c:20091522#, c-format1523msgid "root tree OID for commit %s in commit-graph is %s != %s"1524msgstr ""15251526#: commit-graph.c:20191527#, c-format1528msgid "commit-graph parent list for commit %s is too long"1529msgstr ""15301531#: commit-graph.c:20281532#, c-format1533msgid "commit-graph parent for %s is %s != %s"1534msgstr ""15351536#: commit-graph.c:20411537#, c-format1538msgid "commit-graph parent list for commit %s terminates early"1539msgstr ""15401541#: commit-graph.c:20461542#, c-format1543msgid ""1544"commit-graph has generation number zero for commit %s, but non-zero elsewhere"1545msgstr ""15461547#: commit-graph.c:20501548#, c-format1549msgid ""1550"commit-graph has non-zero generation number for commit %s, but zero elsewhere"1551msgstr ""15521553#: commit-graph.c:20651554#, c-format1555msgid "commit-graph generation for commit %s is %u != %u"1556msgstr ""15571558#: commit-graph.c:20711559#, c-format1560msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"1561msgstr ""15621563#: compat/obstack.c:406 compat/obstack.c:4081564msgid "memory exhausted"1565msgstr ""15661567#: config.c:1241568#, c-format1569msgid ""1570"exceeded maximum include depth (%d) while including\n"1571"\t%s\n"1572"from\n"1573"\t%s\n"1574"This might be due to circular includes."1575msgstr ""15761577#: config.c:1401578#, c-format1579msgid "could not expand include path '%s'"1580msgstr ""15811582#: config.c:1511583msgid "relative config includes must come from files"1584msgstr ""15851586#: config.c:1971587msgid "relative config include conditionals must come from files"1588msgstr ""15891590#: config.c:3761591#, c-format1592msgid "key does not contain a section: %s"1593msgstr ""15941595#: config.c:3821596#, c-format1597msgid "key does not contain variable name: %s"1598msgstr ""15991600#: config.c:406 sequencer.c:24631601#, c-format1602msgid "invalid key: %s"1603msgstr ""16041605#: config.c:4121606#, c-format1607msgid "invalid key (newline): %s"1608msgstr ""16091610#: config.c:448 config.c:4601611#, c-format1612msgid "bogus config parameter: %s"1613msgstr ""16141615#: config.c:4951616#, c-format1617msgid "bogus format in %s"1618msgstr ""16191620#: config.c:8211621#, c-format1622msgid "bad config line %d in blob %s"1623msgstr ""16241625#: config.c:8251626#, c-format1627msgid "bad config line %d in file %s"1628msgstr ""16291630#: config.c:8291631#, c-format1632msgid "bad config line %d in standard input"1633msgstr ""16341635#: config.c:8331636#, c-format1637msgid "bad config line %d in submodule-blob %s"1638msgstr ""16391640#: config.c:8371641#, c-format1642msgid "bad config line %d in command line %s"1643msgstr ""16441645#: config.c:8411646#, c-format1647msgid "bad config line %d in %s"1648msgstr ""16491650#: config.c:9781651msgid "out of range"1652msgstr ""16531654#: config.c:9781655msgid "invalid unit"1656msgstr ""16571658#: config.c:9791659#, c-format1660msgid "bad numeric config value '%s' for '%s': %s"1661msgstr ""16621663#: config.c:9981664#, c-format1665msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1666msgstr ""16671668#: config.c:10011669#, c-format1670msgid "bad numeric config value '%s' for '%s' in file %s: %s"1671msgstr ""16721673#: config.c:10041674#, c-format1675msgid "bad numeric config value '%s' for '%s' in standard input: %s"1676msgstr ""16771678#: config.c:10071679#, c-format1680msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1681msgstr ""16821683#: config.c:10101684#, c-format1685msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1686msgstr ""16871688#: config.c:10131689#, c-format1690msgid "bad numeric config value '%s' for '%s' in %s: %s"1691msgstr ""16921693#: config.c:11081694#, c-format1695msgid "failed to expand user dir in: '%s'"1696msgstr ""16971698#: config.c:11171699#, c-format1700msgid "'%s' for '%s' is not a valid timestamp"1701msgstr ""17021703#: config.c:12081704#, c-format1705msgid "abbrev length out of range: %d"1706msgstr ""17071708#: config.c:1222 config.c:12331709#, c-format1710msgid "bad zlib compression level %d"1711msgstr ""17121713#: config.c:13251714msgid "core.commentChar should only be one character"1715msgstr ""17161717#: config.c:13581718#, c-format1719msgid "invalid mode for object creation: %s"1720msgstr ""17211722#: config.c:14301723#, c-format1724msgid "malformed value for %s"1725msgstr ""17261727#: config.c:14561728#, c-format1729msgid "malformed value for %s: %s"1730msgstr ""17311732#: config.c:14571733msgid "must be one of nothing, matching, simple, upstream or current"1734msgstr ""17351736#: config.c:1518 builtin/pack-objects.c:34101737#, c-format1738msgid "bad pack compression level %d"1739msgstr ""17401741#: config.c:16391742#, c-format1743msgid "unable to load config blob object '%s'"1744msgstr ""17451746#: config.c:16421747#, c-format1748msgid "reference '%s' does not point to a blob"1749msgstr ""17501751#: config.c:16591752#, c-format1753msgid "unable to resolve config blob '%s'"1754msgstr ""17551756#: config.c:16891757#, c-format1758msgid "failed to parse %s"1759msgstr ""17601761#: config.c:17451762msgid "unable to parse command-line config"1763msgstr ""17641765#: config.c:20941766msgid "unknown error occurred while reading the configuration files"1767msgstr ""17681769#: config.c:22641770#, c-format1771msgid "Invalid %s: '%s'"1772msgstr ""17731774#: config.c:23071775#, c-format1776msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1777msgstr ""17781779#: config.c:23331780#, c-format1781msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1782msgstr ""17831784#: config.c:23791785#, c-format1786msgid "unable to parse '%s' from command-line config"1787msgstr ""17881789#: config.c:23811790#, c-format1791msgid "bad config variable '%s' in file '%s' at line %d"1792msgstr ""17931794#: config.c:24621795#, c-format1796msgid "invalid section name '%s'"1797msgstr ""17981799#: config.c:24941800#, c-format1801msgid "%s has multiple values"1802msgstr ""18031804#: config.c:25231805#, c-format1806msgid "failed to write new configuration file %s"1807msgstr ""18081809#: config.c:2775 config.c:30991810#, c-format1811msgid "could not lock config file %s"1812msgstr ""18131814#: config.c:27861815#, c-format1816msgid "opening %s"1817msgstr ""18181819#: config.c:2821 builtin/config.c:3281820#, c-format1821msgid "invalid pattern: %s"1822msgstr ""18231824#: config.c:28461825#, c-format1826msgid "invalid config file %s"1827msgstr ""18281829#: config.c:2859 config.c:31121830#, c-format1831msgid "fstat on %s failed"1832msgstr ""18331834#: config.c:28701835#, c-format1836msgid "unable to mmap '%s'"1837msgstr ""18381839#: config.c:2879 config.c:31171840#, c-format1841msgid "chmod on %s failed"1842msgstr ""18431844#: config.c:2964 config.c:32141845#, c-format1846msgid "could not write config file %s"1847msgstr ""18481849#: config.c:29981850#, c-format1851msgid "could not set '%s' to '%s'"1852msgstr ""18531854#: config.c:3000 builtin/remote.c:7821855#, c-format1856msgid "could not unset '%s'"1857msgstr ""18581859#: config.c:30901860#, c-format1861msgid "invalid section name: %s"1862msgstr ""18631864#: config.c:32571865#, c-format1866msgid "missing value for '%s'"1867msgstr ""18681869#: connect.c:611870msgid "the remote end hung up upon initial contact"1871msgstr ""18721873#: connect.c:631874msgid ""1875"Could not read from remote repository.\n"1876"\n"1877"Please make sure you have the correct access rights\n"1878"and the repository exists."1879msgstr ""18801881#: connect.c:811882#, c-format1883msgid "server doesn't support '%s'"1884msgstr ""18851886#: connect.c:1031887#, c-format1888msgid "server doesn't support feature '%s'"1889msgstr ""18901891#: connect.c:1141892msgid "expected flush after capabilities"1893msgstr ""18941895#: connect.c:2331896#, c-format1897msgid "ignoring capabilities after first line '%s'"1898msgstr ""18991900#: connect.c:2521901msgid "protocol error: unexpected capabilities^{}"1902msgstr ""19031904#: connect.c:2731905#, c-format1906msgid "protocol error: expected shallow sha-1, got '%s'"1907msgstr ""19081909#: connect.c:2751910msgid "repository on the other end cannot be shallow"1911msgstr ""19121913#: connect.c:3131914msgid "invalid packet"1915msgstr ""19161917#: connect.c:3331918#, c-format1919msgid "protocol error: unexpected '%s'"1920msgstr ""19211922#: connect.c:4411923#, c-format1924msgid "invalid ls-refs response: %s"1925msgstr ""19261927#: connect.c:4451928msgid "expected flush after ref listing"1929msgstr ""19301931#: connect.c:5441932#, c-format1933msgid "protocol '%s' is not supported"1934msgstr ""19351936#: connect.c:5951937msgid "unable to set SO_KEEPALIVE on socket"1938msgstr ""19391940#: connect.c:635 connect.c:6981941#, c-format1942msgid "Looking up %s ... "1943msgstr ""19441945#: connect.c:6391946#, c-format1947msgid "unable to look up %s (port %s) (%s)"1948msgstr ""19491950#. TRANSLATORS: this is the end of "Looking up %s ... "1951#: connect.c:643 connect.c:7141952#, c-format1953msgid ""1954"done.\n"1955"Connecting to %s (port %s) ... "1956msgstr ""19571958#: connect.c:665 connect.c:7421959#, c-format1960msgid ""1961"unable to connect to %s:\n"1962"%s"1963msgstr ""19641965#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1966#: connect.c:671 connect.c:7481967msgid "done."1968msgstr ""19691970#: connect.c:7021971#, c-format1972msgid "unable to look up %s (%s)"1973msgstr ""19741975#: connect.c:7081976#, c-format1977msgid "unknown port %s"1978msgstr ""19791980#: connect.c:845 connect.c:11711981#, c-format1982msgid "strange hostname '%s' blocked"1983msgstr ""19841985#: connect.c:8471986#, c-format1987msgid "strange port '%s' blocked"1988msgstr ""19891990#: connect.c:8571991#, c-format1992msgid "cannot start proxy %s"1993msgstr ""19941995#: connect.c:9241996msgid "no path specified; see 'git help pull' for valid url syntax"1997msgstr ""19981999#: connect.c:11192000msgid "ssh variant 'simple' does not support -4"2001msgstr ""20022003#: connect.c:11312004msgid "ssh variant 'simple' does not support -6"2005msgstr ""20062007#: connect.c:11482008msgid "ssh variant 'simple' does not support setting port"2009msgstr ""20102011#: connect.c:12602012#, c-format2013msgid "strange pathname '%s' blocked"2014msgstr ""20152016#: connect.c:13072017msgid "unable to fork"2018msgstr ""20192020#: connected.c:86 builtin/fsck.c:221 builtin/prune.c:432021msgid "Checking connectivity"2022msgstr ""20232024#: connected.c:982025msgid "Could not run 'git rev-list'"2026msgstr ""20272028#: connected.c:1182029msgid "failed write to rev-list"2030msgstr ""20312032#: connected.c:1252033msgid "failed to close rev-list's stdin"2034msgstr ""20352036#: convert.c:1932037#, c-format2038msgid "illegal crlf_action %d"2039msgstr ""20402041#: convert.c:2062042#, c-format2043msgid "CRLF would be replaced by LF in %s"2044msgstr ""20452046#: convert.c:2082047#, c-format2048msgid ""2049"CRLF will be replaced by LF in %s.\n"2050"The file will have its original line endings in your working directory"2051msgstr ""20522053#: convert.c:2162054#, c-format2055msgid "LF would be replaced by CRLF in %s"2056msgstr ""20572058#: convert.c:2182059#, c-format2060msgid ""2061"LF will be replaced by CRLF in %s.\n"2062"The file will have its original line endings in your working directory"2063msgstr ""20642065#: convert.c:2792066#, c-format2067msgid "BOM is prohibited in '%s' if encoded as %s"2068msgstr ""20692070#: convert.c:2862071#, c-format2072msgid ""2073"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"2074"tree-encoding."2075msgstr ""20762077#: convert.c:3042078#, c-format2079msgid "BOM is required in '%s' if encoded as %s"2080msgstr ""20812082#: convert.c:3062083#, c-format2084msgid ""2085"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"2086"%sLE (depending on the byte order) as working-tree-encoding."2087msgstr ""20882089#: convert.c:424 convert.c:4952090#, c-format2091msgid "failed to encode '%s' from %s to %s"2092msgstr ""20932094#: convert.c:4672095#, c-format2096msgid "encoding '%s' from %s to %s and back is not the same"2097msgstr ""20982099#: convert.c:6732100#, c-format2101msgid "cannot fork to run external filter '%s'"2102msgstr ""21032104#: convert.c:6932105#, c-format2106msgid "cannot feed the input to external filter '%s'"2107msgstr ""21082109#: convert.c:7002110#, c-format2111msgid "external filter '%s' failed %d"2112msgstr ""21132114#: convert.c:735 convert.c:7382115#, c-format2116msgid "read from external filter '%s' failed"2117msgstr ""21182119#: convert.c:741 convert.c:7962120#, c-format2121msgid "external filter '%s' failed"2122msgstr ""21232124#: convert.c:8442125msgid "unexpected filter type"2126msgstr ""21272128#: convert.c:8552129msgid "path name too long for external filter"2130msgstr ""21312132#: convert.c:9292133#, c-format2134msgid ""2135"external filter '%s' is not available anymore although not all paths have "2136"been filtered"2137msgstr ""21382139#: convert.c:12282140msgid "true/false are no valid working-tree-encodings"2141msgstr ""21422143#: convert.c:1398 convert.c:14322144#, c-format2145msgid "%s: clean filter '%s' failed"2146msgstr ""21472148#: convert.c:14762149#, c-format2150msgid "%s: smudge filter %s failed"2151msgstr ""21522153#: date.c:1372154msgid "in the future"2155msgstr ""21562157#: date.c:1432158#, c-format2159msgid "%<PRIuMAX> second ago"2160msgid_plural "%<PRIuMAX> seconds ago"2161msgstr[0] ""2162msgstr[1] ""21632164#: date.c:1502165#, c-format2166msgid "%<PRIuMAX> minute ago"2167msgid_plural "%<PRIuMAX> minutes ago"2168msgstr[0] ""2169msgstr[1] ""21702171#: date.c:1572172#, c-format2173msgid "%<PRIuMAX> hour ago"2174msgid_plural "%<PRIuMAX> hours ago"2175msgstr[0] ""2176msgstr[1] ""21772178#: date.c:1642179#, c-format2180msgid "%<PRIuMAX> day ago"2181msgid_plural "%<PRIuMAX> days ago"2182msgstr[0] ""2183msgstr[1] ""21842185#: date.c:1702186#, c-format2187msgid "%<PRIuMAX> week ago"2188msgid_plural "%<PRIuMAX> weeks ago"2189msgstr[0] ""2190msgstr[1] ""21912192#: date.c:1772193#, c-format2194msgid "%<PRIuMAX> month ago"2195msgid_plural "%<PRIuMAX> months ago"2196msgstr[0] ""2197msgstr[1] ""21982199#: date.c:1882200#, c-format2201msgid "%<PRIuMAX> year"2202msgid_plural "%<PRIuMAX> years"2203msgstr[0] ""2204msgstr[1] ""22052206#. TRANSLATORS: "%s" is "<n> years"2207#: date.c:1912208#, c-format2209msgid "%s, %<PRIuMAX> month ago"2210msgid_plural "%s, %<PRIuMAX> months ago"2211msgstr[0] ""2212msgstr[1] ""22132214#: date.c:196 date.c:2012215#, c-format2216msgid "%<PRIuMAX> year ago"2217msgid_plural "%<PRIuMAX> years ago"2218msgstr[0] ""2219msgstr[1] ""22202221#: delta-islands.c:2722222msgid "Propagating island marks"2223msgstr ""22242225#: delta-islands.c:2902226#, c-format2227msgid "bad tree object %s"2228msgstr ""22292230#: delta-islands.c:3342231#, c-format2232msgid "failed to load island regex for '%s': %s"2233msgstr ""22342235#: delta-islands.c:3902236#, c-format2237msgid "island regex from config has too many capture groups (max=%d)"2238msgstr ""22392240#: delta-islands.c:4672241#, c-format2242msgid "Marked %d islands, done.\n"2243msgstr ""22442245#: diffcore-order.c:242246#, c-format2247msgid "failed to read orderfile '%s'"2248msgstr ""22492250#: diffcore-rename.c:5442251msgid "Performing inexact rename detection"2252msgstr ""22532254#: diff-no-index.c:2382255msgid "git diff --no-index [<options>] <path> <path>"2256msgstr ""22572258#: diff-no-index.c:2632259msgid ""2260"Not a git repository. Use --no-index to compare two paths outside a working "2261"tree"2262msgstr ""22632264#: diff.c:1552265#, c-format2266msgid " Failed to parse dirstat cut-off percentage '%s'\n"2267msgstr ""22682269#: diff.c:1602270#, c-format2271msgid " Unknown dirstat parameter '%s'\n"2272msgstr ""22732274#: diff.c:2962275msgid ""2276"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2277"'dimmed-zebra', 'plain'"2278msgstr ""22792280#: diff.c:3242281#, c-format2282msgid ""2283"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "2284"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"2285msgstr ""22862287#: diff.c:3322288msgid ""2289"color-moved-ws: allow-indentation-change cannot be combined with other "2290"whitespace modes"2291msgstr ""22922293#: diff.c:4052294#, c-format2295msgid "Unknown value for 'diff.submodule' config variable: '%s'"2296msgstr ""22972298#: diff.c:4652299#, c-format2300msgid ""2301"Found errors in 'diff.dirstat' config variable:\n"2302"%s"2303msgstr ""23042305#: diff.c:42152306#, c-format2307msgid "external diff died, stopping at %s"2308msgstr ""23092310#: diff.c:45602311msgid "--name-only, --name-status, --check and -s are mutually exclusive"2312msgstr ""23132314#: diff.c:45632315msgid "-G, -S and --find-object are mutually exclusive"2316msgstr ""23172318#: diff.c:46412319msgid "--follow requires exactly one pathspec"2320msgstr ""23212322#: diff.c:46892323#, c-format2324msgid "invalid --stat value: %s"2325msgstr ""23262327#: diff.c:4694 diff.c:4699 diff.c:4704 diff.c:4709 diff.c:52222328#: parse-options.c:199 parse-options.c:2032329#, c-format2330msgid "%s expects a numerical value"2331msgstr ""23322333#: diff.c:47262334#, c-format2335msgid ""2336"Failed to parse --dirstat/-X option parameter:\n"2337"%s"2338msgstr ""23392340#: diff.c:48112341#, c-format2342msgid "unknown change class '%c' in --diff-filter=%s"2343msgstr ""23442345#: diff.c:48352346#, c-format2347msgid "unknown value after ws-error-highlight=%.*s"2348msgstr ""23492350#: diff.c:48492351#, c-format2352msgid "unable to resolve '%s'"2353msgstr ""23542355#: diff.c:4899 diff.c:49052356#, c-format2357msgid "%s expects <n>/<m> form"2358msgstr ""23592360#: diff.c:49172361#, c-format2362msgid "%s expects a character, got '%s'"2363msgstr ""23642365#: diff.c:49382366#, c-format2367msgid "bad --color-moved argument: %s"2368msgstr ""23692370#: diff.c:49572371#, c-format2372msgid "invalid mode '%s' in --color-moved-ws"2373msgstr ""23742375#: diff.c:49972376msgid ""2377"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "2378"\"histogram\""2379msgstr ""23802381#: diff.c:5033 diff.c:50532382#, c-format2383msgid "invalid argument to %s"2384msgstr ""23852386#: diff.c:51912387#, c-format2388msgid "failed to parse --submodule option parameter: '%s'"2389msgstr ""23902391#: diff.c:52472392#, c-format2393msgid "bad --word-diff argument: %s"2394msgstr ""23952396#: diff.c:52702397msgid "Diff output format options"2398msgstr ""23992400#: diff.c:5272 diff.c:52782401msgid "generate patch"2402msgstr ""24032404#: diff.c:5275 builtin/log.c:1722405msgid "suppress diff output"2406msgstr ""24072408#: diff.c:5280 diff.c:5394 diff.c:54012409msgid "<n>"2410msgstr ""24112412#: diff.c:5281 diff.c:52842413msgid "generate diffs with <n> lines context"2414msgstr ""24152416#: diff.c:52862417msgid "generate the diff in raw format"2418msgstr ""24192420#: diff.c:52892421msgid "synonym for '-p --raw'"2422msgstr ""24232424#: diff.c:52932425msgid "synonym for '-p --stat'"2426msgstr ""24272428#: diff.c:52972429msgid "machine friendly --stat"2430msgstr ""24312432#: diff.c:53002433msgid "output only the last line of --stat"2434msgstr ""24352436#: diff.c:5302 diff.c:53102437msgid "<param1,param2>..."2438msgstr ""24392440#: diff.c:53032441msgid ""2442"output the distribution of relative amount of changes for each sub-directory"2443msgstr ""24442445#: diff.c:53072446msgid "synonym for --dirstat=cumulative"2447msgstr ""24482449#: diff.c:53112450msgid "synonym for --dirstat=files,param1,param2..."2451msgstr ""24522453#: diff.c:53152454msgid "warn if changes introduce conflict markers or whitespace errors"2455msgstr ""24562457#: diff.c:53182458msgid "condensed summary such as creations, renames and mode changes"2459msgstr ""24602461#: diff.c:53212462msgid "show only names of changed files"2463msgstr ""24642465#: diff.c:53242466msgid "show only names and status of changed files"2467msgstr ""24682469#: diff.c:53262470msgid "<width>[,<name-width>[,<count>]]"2471msgstr ""24722473#: diff.c:53272474msgid "generate diffstat"2475msgstr ""24762477#: diff.c:5329 diff.c:5332 diff.c:53352478msgid "<width>"2479msgstr ""24802481#: diff.c:53302482msgid "generate diffstat with a given width"2483msgstr ""24842485#: diff.c:53332486msgid "generate diffstat with a given name width"2487msgstr ""24882489#: diff.c:53362490msgid "generate diffstat with a given graph width"2491msgstr ""24922493#: diff.c:53382494msgid "<count>"2495msgstr ""24962497#: diff.c:53392498msgid "generate diffstat with limited lines"2499msgstr ""25002501#: diff.c:53422502msgid "generate compact summary in diffstat"2503msgstr ""25042505#: diff.c:53452506msgid "output a binary diff that can be applied"2507msgstr ""25082509#: diff.c:53482510msgid "show full pre- and post-image object names on the \"index\" lines"2511msgstr ""25122513#: diff.c:53502514msgid "show colored diff"2515msgstr ""25162517#: diff.c:53512518msgid "<kind>"2519msgstr ""25202521#: diff.c:53522522msgid ""2523"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "2524"diff"2525msgstr ""25262527#: diff.c:53552528msgid ""2529"do not munge pathnames and use NULs as output field terminators in --raw or "2530"--numstat"2531msgstr ""25322533#: diff.c:5358 diff.c:5361 diff.c:5364 diff.c:54702534msgid "<prefix>"2535msgstr ""25362537#: diff.c:53592538msgid "show the given source prefix instead of \"a/\""2539msgstr ""25402541#: diff.c:53622542msgid "show the given destination prefix instead of \"b/\""2543msgstr ""25442545#: diff.c:53652546msgid "prepend an additional prefix to every line of output"2547msgstr ""25482549#: diff.c:53682550msgid "do not show any source or destination prefix"2551msgstr ""25522553#: diff.c:53712554msgid "show context between diff hunks up to the specified number of lines"2555msgstr ""25562557#: diff.c:5375 diff.c:5380 diff.c:53852558msgid "<char>"2559msgstr ""25602561#: diff.c:53762562msgid "specify the character to indicate a new line instead of '+'"2563msgstr ""25642565#: diff.c:53812566msgid "specify the character to indicate an old line instead of '-'"2567msgstr ""25682569#: diff.c:53862570msgid "specify the character to indicate a context instead of ' '"2571msgstr ""25722573#: diff.c:53892574msgid "Diff rename options"2575msgstr ""25762577#: diff.c:53902578msgid "<n>[/<m>]"2579msgstr ""25802581#: diff.c:53912582msgid "break complete rewrite changes into pairs of delete and create"2583msgstr ""25842585#: diff.c:53952586msgid "detect renames"2587msgstr ""25882589#: diff.c:53992590msgid "omit the preimage for deletes"2591msgstr ""25922593#: diff.c:54022594msgid "detect copies"2595msgstr ""25962597#: diff.c:54062598msgid "use unmodified files as source to find copies"2599msgstr ""26002601#: diff.c:54082602msgid "disable rename detection"2603msgstr ""26042605#: diff.c:54112606msgid "use empty blobs as rename source"2607msgstr ""26082609#: diff.c:54132610msgid "continue listing the history of a file beyond renames"2611msgstr ""26122613#: diff.c:54162614msgid ""2615"prevent rename/copy detection if the number of rename/copy targets exceeds "2616"given limit"2617msgstr ""26182619#: diff.c:54182620msgid "Diff algorithm options"2621msgstr ""26222623#: diff.c:54202624msgid "produce the smallest possible diff"2625msgstr ""26262627#: diff.c:54232628msgid "ignore whitespace when comparing lines"2629msgstr ""26302631#: diff.c:54262632msgid "ignore changes in amount of whitespace"2633msgstr ""26342635#: diff.c:54292636msgid "ignore changes in whitespace at EOL"2637msgstr ""26382639#: diff.c:54322640msgid "ignore carrier-return at the end of line"2641msgstr ""26422643#: diff.c:54352644msgid "ignore changes whose lines are all blank"2645msgstr ""26462647#: diff.c:54382648msgid "heuristic to shift diff hunk boundaries for easy reading"2649msgstr ""26502651#: diff.c:54412652msgid "generate diff using the \"patience diff\" algorithm"2653msgstr ""26542655#: diff.c:54452656msgid "generate diff using the \"histogram diff\" algorithm"2657msgstr ""26582659#: diff.c:54472660msgid "<algorithm>"2661msgstr ""26622663#: diff.c:54482664msgid "choose a diff algorithm"2665msgstr ""26662667#: diff.c:54502668msgid "<text>"2669msgstr ""26702671#: diff.c:54512672msgid "generate diff using the \"anchored diff\" algorithm"2673msgstr ""26742675#: diff.c:5453 diff.c:5462 diff.c:54652676msgid "<mode>"2677msgstr ""26782679#: diff.c:54542680msgid "show word diff, using <mode> to delimit changed words"2681msgstr ""26822683#: diff.c:5456 diff.c:5459 diff.c:55042684msgid "<regex>"2685msgstr ""26862687#: diff.c:54572688msgid "use <regex> to decide what a word is"2689msgstr ""26902691#: diff.c:54602692msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"2693msgstr ""26942695#: diff.c:54632696msgid "moved lines of code are colored differently"2697msgstr ""26982699#: diff.c:54662700msgid "how white spaces are ignored in --color-moved"2701msgstr ""27022703#: diff.c:54692704msgid "Other diff options"2705msgstr ""27062707#: diff.c:54712708msgid "when run from subdir, exclude changes outside and show relative paths"2709msgstr ""27102711#: diff.c:54752712msgid "treat all files as text"2713msgstr ""27142715#: diff.c:54772716msgid "swap two inputs, reverse the diff"2717msgstr ""27182719#: diff.c:54792720msgid "exit with 1 if there were differences, 0 otherwise"2721msgstr ""27222723#: diff.c:54812724msgid "disable all output of the program"2725msgstr ""27262727#: diff.c:54832728msgid "allow an external diff helper to be executed"2729msgstr ""27302731#: diff.c:54852732msgid "run external text conversion filters when comparing binary files"2733msgstr ""27342735#: diff.c:54872736msgid "<when>"2737msgstr ""27382739#: diff.c:54882740msgid "ignore changes to submodules in the diff generation"2741msgstr ""27422743#: diff.c:54912744msgid "<format>"2745msgstr ""27462747#: diff.c:54922748msgid "specify how differences in submodules are shown"2749msgstr ""27502751#: diff.c:54962752msgid "hide 'git add -N' entries from the index"2753msgstr ""27542755#: diff.c:54992756msgid "treat 'git add -N' entries as real in the index"2757msgstr ""27582759#: diff.c:55012760msgid "<string>"2761msgstr ""27622763#: diff.c:55022764msgid ""2765"look for differences that change the number of occurrences of the specified "2766"string"2767msgstr ""27682769#: diff.c:55052770msgid ""2771"look for differences that change the number of occurrences of the specified "2772"regex"2773msgstr ""27742775#: diff.c:55082776msgid "show all changes in the changeset with -S or -G"2777msgstr ""27782779#: diff.c:55112780msgid "treat <string> in -S as extended POSIX regular expression"2781msgstr ""27822783#: diff.c:55142784msgid "control the order in which files appear in the output"2785msgstr ""27862787#: diff.c:55152788msgid "<object-id>"2789msgstr ""27902791#: diff.c:55162792msgid ""2793"look for differences that change the number of occurrences of the specified "2794"object"2795msgstr ""27962797#: diff.c:55182798msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"2799msgstr ""28002801#: diff.c:55192802msgid "select files by diff type"2803msgstr ""28042805#: diff.c:55212806msgid "<file>"2807msgstr ""28082809#: diff.c:55222810msgid "Output to a specific file"2811msgstr ""28122813#: diff.c:61772814msgid "inexact rename detection was skipped due to too many files."2815msgstr ""28162817#: diff.c:61802818msgid "only found copies from modified paths due to too many files."2819msgstr ""28202821#: diff.c:61832822#, c-format2823msgid ""2824"you may want to set your %s variable to at least %d and retry the command."2825msgstr ""28262827#: dir.c:5372828#, c-format2829msgid "pathspec '%s' did not match any file(s) known to git"2830msgstr ""28312832#: dir.c:9262833#, c-format2834msgid "cannot use %s as an exclude file"2835msgstr ""28362837#: dir.c:18432838#, c-format2839msgid "could not open directory '%s'"2840msgstr ""28412842#: dir.c:20852843msgid "failed to get kernel name and information"2844msgstr ""28452846#: dir.c:22092847msgid "untracked cache is disabled on this system or location"2848msgstr ""28492850#: dir.c:30132851#, c-format2852msgid "index file corrupt in repo %s"2853msgstr ""28542855#: dir.c:3058 dir.c:30632856#, c-format2857msgid "could not create directories for %s"2858msgstr ""28592860#: dir.c:30922861#, c-format2862msgid "could not migrate git directory from '%s' to '%s'"2863msgstr ""28642865#: editor.c:732866#, c-format2867msgid "hint: Waiting for your editor to close the file...%c"2868msgstr ""28692870#: entry.c:1782871msgid "Filtering content"2872msgstr ""28732874#: entry.c:4762875#, c-format2876msgid "could not stat file '%s'"2877msgstr ""28782879#: environment.c:1502880#, c-format2881msgid "bad git namespace path \"%s\""2882msgstr ""28832884#: environment.c:3322885#, c-format2886msgid "could not set GIT_DIR to '%s'"2887msgstr ""28882889#: exec-cmd.c:3632890#, c-format2891msgid "too many args to run %s"2892msgstr ""28932894#: fetch-object.c:172895msgid "Remote with no URL"2896msgstr ""28972898#: fetch-pack.c:1512899msgid "git fetch-pack: expected shallow list"2900msgstr ""29012902#: fetch-pack.c:1542903msgid "git fetch-pack: expected a flush packet after shallow list"2904msgstr ""29052906#: fetch-pack.c:1652907msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2908msgstr ""29092910#: fetch-pack.c:1852911#, c-format2912msgid "git fetch-pack: expected ACK/NAK, got '%s'"2913msgstr ""29142915#: fetch-pack.c:1962916msgid "unable to write to remote"2917msgstr ""29182919#: fetch-pack.c:2582920msgid "--stateless-rpc requires multi_ack_detailed"2921msgstr ""29222923#: fetch-pack.c:360 fetch-pack.c:12842924#, c-format2925msgid "invalid shallow line: %s"2926msgstr ""29272928#: fetch-pack.c:366 fetch-pack.c:12902929#, c-format2930msgid "invalid unshallow line: %s"2931msgstr ""29322933#: fetch-pack.c:368 fetch-pack.c:12922934#, c-format2935msgid "object not found: %s"2936msgstr ""29372938#: fetch-pack.c:371 fetch-pack.c:12952939#, c-format2940msgid "error in object: %s"2941msgstr ""29422943#: fetch-pack.c:373 fetch-pack.c:12972944#, c-format2945msgid "no shallow found: %s"2946msgstr ""29472948#: fetch-pack.c:376 fetch-pack.c:13012949#, c-format2950msgid "expected shallow/unshallow, got %s"2951msgstr ""29522953#: fetch-pack.c:4172954#, c-format2955msgid "got %s %d %s"2956msgstr ""29572958#: fetch-pack.c:4342959#, c-format2960msgid "invalid commit %s"2961msgstr ""29622963#: fetch-pack.c:4652964msgid "giving up"2965msgstr ""29662967#: fetch-pack.c:477 progress.c:2772968msgid "done"2969msgstr ""29702971#: fetch-pack.c:4892972#, c-format2973msgid "got %s (%d) %s"2974msgstr ""29752976#: fetch-pack.c:5352977#, c-format2978msgid "Marking %s as complete"2979msgstr ""29802981#: fetch-pack.c:7442982#, c-format2983msgid "already have %s (%s)"2984msgstr ""29852986#: fetch-pack.c:7832987msgid "fetch-pack: unable to fork off sideband demultiplexer"2988msgstr ""29892990#: fetch-pack.c:7912991msgid "protocol error: bad pack header"2992msgstr ""29932994#: fetch-pack.c:8592995#, c-format2996msgid "fetch-pack: unable to fork off %s"2997msgstr ""29982999#: fetch-pack.c:8753000#, c-format3001msgid "%s failed"3002msgstr ""30033004#: fetch-pack.c:8773005msgid "error in sideband demultiplexer"3006msgstr ""30073008#: fetch-pack.c:9083009#, c-format3010msgid "Server version is %.*s"3011msgstr ""30123013#: fetch-pack.c:913 fetch-pack.c:919 fetch-pack.c:922 fetch-pack.c:9283014#: fetch-pack.c:932 fetch-pack.c:936 fetch-pack.c:940 fetch-pack.c:9443015#: fetch-pack.c:948 fetch-pack.c:952 fetch-pack.c:956 fetch-pack.c:9603016#: fetch-pack.c:966 fetch-pack.c:972 fetch-pack.c:977 fetch-pack.c:9823017#, c-format3018msgid "Server supports %s"3019msgstr ""30203021#: fetch-pack.c:9153022msgid "Server does not support shallow clients"3023msgstr ""30243025#: fetch-pack.c:9753026msgid "Server does not support --shallow-since"3027msgstr ""30283029#: fetch-pack.c:9803030msgid "Server does not support --shallow-exclude"3031msgstr ""30323033#: fetch-pack.c:9843034msgid "Server does not support --deepen"3035msgstr ""30363037#: fetch-pack.c:10013038msgid "no common commits"3039msgstr ""30403041#: fetch-pack.c:1013 fetch-pack.c:14623042msgid "git fetch-pack: fetch failed."3043msgstr ""30443045#: fetch-pack.c:11513046msgid "Server does not support shallow requests"3047msgstr ""30483049#: fetch-pack.c:11573050msgid "Server supports filter"3051msgstr ""30523053#: fetch-pack.c:11843054msgid "unable to write request to remote"3055msgstr ""30563057#: fetch-pack.c:12023058#, c-format3059msgid "error reading section header '%s'"3060msgstr ""30613062#: fetch-pack.c:12083063#, c-format3064msgid "expected '%s', received '%s'"3065msgstr ""30663067#: fetch-pack.c:12473068#, c-format3069msgid "unexpected acknowledgment line: '%s'"3070msgstr ""30713072#: fetch-pack.c:12523073#, c-format3074msgid "error processing acks: %d"3075msgstr ""30763077#: fetch-pack.c:12623078msgid "expected packfile to be sent after 'ready'"3079msgstr ""30803081#: fetch-pack.c:12643082msgid "expected no other sections to be sent after no 'ready'"3083msgstr ""30843085#: fetch-pack.c:13063086#, c-format3087msgid "error processing shallow info: %d"3088msgstr ""30893090#: fetch-pack.c:13533091#, c-format3092msgid "expected wanted-ref, got '%s'"3093msgstr ""30943095#: fetch-pack.c:13583096#, c-format3097msgid "unexpected wanted-ref: '%s'"3098msgstr ""30993100#: fetch-pack.c:13633101#, c-format3102msgid "error processing wanted refs: %d"3103msgstr ""31043105#: fetch-pack.c:16893106msgid "no matching remote head"3107msgstr ""31083109#: fetch-pack.c:1712 builtin/clone.c:6863110msgid "remote did not send all necessary objects"3111msgstr ""31123113#: fetch-pack.c:17393114#, c-format3115msgid "no such remote ref %s"3116msgstr ""31173118#: fetch-pack.c:17423119#, c-format3120msgid "Server does not allow request for unadvertised object %s"3121msgstr ""31223123#: gpg-interface.c:3213124msgid "gpg failed to sign the data"3125msgstr ""31263127#: gpg-interface.c:3473128msgid "could not create temporary file"3129msgstr ""31303131#: gpg-interface.c:3503132#, c-format3133msgid "failed writing detached signature to '%s'"3134msgstr ""31353136#: graph.c:973137#, c-format3138msgid "ignore invalid color '%.*s' in log.graphColors"3139msgstr ""31403141#: grep.c:21173142#, c-format3143msgid "'%s': unable to read %s"3144msgstr ""31453146#: grep.c:2134 setup.c:164 builtin/clone.c:409 builtin/diff.c:823147#: builtin/rm.c:1353148#, c-format3149msgid "failed to stat '%s'"3150msgstr ""31513152#: grep.c:21453153#, c-format3154msgid "'%s': short read"3155msgstr ""31563157#: help.c:233158msgid "start a working area (see also: git help tutorial)"3159msgstr ""31603161#: help.c:243162msgid "work on the current change (see also: git help everyday)"3163msgstr ""31643165#: help.c:253166msgid "examine the history and state (see also: git help revisions)"3167msgstr ""31683169#: help.c:263170msgid "grow, mark and tweak your common history"3171msgstr ""31723173#: help.c:273174msgid "collaborate (see also: git help workflows)"3175msgstr ""31763177#: help.c:313178msgid "Main Porcelain Commands"3179msgstr ""31803181#: help.c:323182msgid "Ancillary Commands / Manipulators"3183msgstr ""31843185#: help.c:333186msgid "Ancillary Commands / Interrogators"3187msgstr ""31883189#: help.c:343190msgid "Interacting with Others"3191msgstr ""31923193#: help.c:353194msgid "Low-level Commands / Manipulators"3195msgstr ""31963197#: help.c:363198msgid "Low-level Commands / Interrogators"3199msgstr ""32003201#: help.c:373202msgid "Low-level Commands / Synching Repositories"3203msgstr ""32043205#: help.c:383206msgid "Low-level Commands / Internal Helpers"3207msgstr ""32083209#: help.c:2983210#, c-format3211msgid "available git commands in '%s'"3212msgstr ""32133214#: help.c:3053215msgid "git commands available from elsewhere on your $PATH"3216msgstr ""32173218#: help.c:3143219msgid "These are common Git commands used in various situations:"3220msgstr ""32213222#: help.c:363 git.c:983223#, c-format3224msgid "unsupported command listing type '%s'"3225msgstr ""32263227#: help.c:4033228msgid "The common Git guides are:"3229msgstr ""32303231#: help.c:5123232msgid "See 'git help <command>' to read about a specific subcommand"3233msgstr ""32343235#: help.c:5173236msgid "External commands"3237msgstr ""32383239#: help.c:5323240msgid "Command aliases"3241msgstr ""32423243#: help.c:5963244#, c-format3245msgid ""3246"'%s' appears to be a git command, but we were not\n"3247"able to execute it. Maybe git-%s is broken?"3248msgstr ""32493250#: help.c:6553251msgid "Uh oh. Your system reports no Git commands at all."3252msgstr ""32533254#: help.c:6773255#, c-format3256msgid "WARNING: You called a Git command named '%s', which does not exist."3257msgstr ""32583259#: help.c:6823260#, c-format3261msgid "Continuing under the assumption that you meant '%s'."3262msgstr ""32633264#: help.c:6873265#, c-format3266msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."3267msgstr ""32683269#: help.c:6953270#, c-format3271msgid "git: '%s' is not a git command. See 'git --help'."3272msgstr ""32733274#: help.c:6993275msgid ""3276"\n"3277"The most similar command is"3278msgid_plural ""3279"\n"3280"The most similar commands are"3281msgstr[0] ""3282msgstr[1] ""32833284#: help.c:7143285msgid "git version [<options>]"3286msgstr ""32873288#: help.c:7823289#, c-format3290msgid "%s: %s - %s"3291msgstr ""32923293#: help.c:7863294msgid ""3295"\n"3296"Did you mean this?"3297msgid_plural ""3298"\n"3299"Did you mean one of these?"3300msgstr[0] ""3301msgstr[1] ""33023303#: ident.c:3493304msgid ""3305"\n"3306"*** Please tell me who you are.\n"3307"\n"3308"Run\n"3309"\n"3310" git config --global user.email \"you@example.com\"\n"3311" git config --global user.name \"Your Name\"\n"3312"\n"3313"to set your account's default identity.\n"3314"Omit --global to set the identity only in this repository.\n"3315"\n"3316msgstr ""33173318#: ident.c:3793319msgid "no email was given and auto-detection is disabled"3320msgstr ""33213322#: ident.c:3843323#, c-format3324msgid "unable to auto-detect email address (got '%s')"3325msgstr ""33263327#: ident.c:4013328msgid "no name was given and auto-detection is disabled"3329msgstr ""33303331#: ident.c:4073332#, c-format3333msgid "unable to auto-detect name (got '%s')"3334msgstr ""33353336#: ident.c:4153337#, c-format3338msgid "empty ident name (for <%s>) not allowed"3339msgstr ""33403341#: ident.c:4213342#, c-format3343msgid "name consists only of disallowed characters: %s"3344msgstr ""33453346#: ident.c:436 builtin/commit.c:6113347#, c-format3348msgid "invalid date format: %s"3349msgstr ""33503351#: list-objects.c:1293352#, c-format3353msgid "entry '%s' in tree %s has tree mode, but is not a tree"3354msgstr ""33553356#: list-objects.c:1423357#, c-format3358msgid "entry '%s' in tree %s has blob mode, but is not a blob"3359msgstr ""33603361#: list-objects.c:3783362#, c-format3363msgid "unable to load root tree for commit %s"3364msgstr ""33653366#: list-objects-filter-options.c:363367msgid "multiple filter-specs cannot be combined"3368msgstr ""33693370#: list-objects-filter-options.c:583371msgid "expected 'tree:<depth>'"3372msgstr ""33733374#: list-objects-filter-options.c:843375msgid "sparse:path filters support has been dropped"3376msgstr ""33773378#: list-objects-filter-options.c:943379#, c-format3380msgid "invalid filter-spec '%s'"3381msgstr ""33823383#: list-objects-filter-options.c:1583384msgid "cannot change partial clone promisor remote"3385msgstr ""33863387#: lockfile.c:1513388#, c-format3389msgid ""3390"Unable to create '%s.lock': %s.\n"3391"\n"3392"Another git process seems to be running in this repository, e.g.\n"3393"an editor opened by 'git commit'. Please make sure all processes\n"3394"are terminated then try again. If it still fails, a git process\n"3395"may have crashed in this repository earlier:\n"3396"remove the file manually to continue."3397msgstr ""33983399#: lockfile.c:1593400#, c-format3401msgid "Unable to create '%s.lock': %s"3402msgstr ""34033404#: merge.c:413405msgid "failed to read the cache"3406msgstr ""34073408#: merge.c:107 rerere.c:720 builtin/am.c:1885 builtin/am.c:19193409#: builtin/checkout.c:536 builtin/checkout.c:796 builtin/clone.c:7863410#: builtin/stash.c:2643411msgid "unable to write new index file"3412msgstr ""34133414#: merge-recursive.c:3223415msgid "(bad commit)\n"3416msgstr ""34173418#: merge-recursive.c:3453419#, c-format3420msgid "add_cacheinfo failed for path '%s'; merge aborting."3421msgstr ""34223423#: merge-recursive.c:3543424#, c-format3425msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."3426msgstr ""34273428#: merge-recursive.c:4373429msgid "error building trees"3430msgstr ""34313432#: merge-recursive.c:8633433#, c-format3434msgid "failed to create path '%s'%s"3435msgstr ""34363437#: merge-recursive.c:8743438#, c-format3439msgid "Removing %s to make room for subdirectory\n"3440msgstr ""34413442#: merge-recursive.c:888 merge-recursive.c:9073443msgid ": perhaps a D/F conflict?"3444msgstr ""34453446#: merge-recursive.c:8973447#, c-format3448msgid "refusing to lose untracked file at '%s'"3449msgstr ""34503451#: merge-recursive.c:938 builtin/cat-file.c:403452#, c-format3453msgid "cannot read object %s '%s'"3454msgstr ""34553456#: merge-recursive.c:9413457#, c-format3458msgid "blob expected for %s '%s'"3459msgstr ""34603461#: merge-recursive.c:9653462#, c-format3463msgid "failed to open '%s': %s"3464msgstr ""34653466#: merge-recursive.c:9763467#, c-format3468msgid "failed to symlink '%s': %s"3469msgstr ""34703471#: merge-recursive.c:9813472#, c-format3473msgid "do not know what to do with %06o %s '%s'"3474msgstr ""34753476#: merge-recursive.c:11773477#, c-format3478msgid "Failed to merge submodule %s (not checked out)"3479msgstr ""34803481#: merge-recursive.c:11843482#, c-format3483msgid "Failed to merge submodule %s (commits not present)"3484msgstr ""34853486#: merge-recursive.c:11913487#, c-format3488msgid "Failed to merge submodule %s (commits don't follow merge-base)"3489msgstr ""34903491#: merge-recursive.c:1199 merge-recursive.c:12113492#, c-format3493msgid "Fast-forwarding submodule %s to the following commit:"3494msgstr ""34953496#: merge-recursive.c:1202 merge-recursive.c:12143497#, c-format3498msgid "Fast-forwarding submodule %s"3499msgstr ""35003501#: merge-recursive.c:12373502#, c-format3503msgid "Failed to merge submodule %s (merge following commits not found)"3504msgstr ""35053506#: merge-recursive.c:12413507#, c-format3508msgid "Failed to merge submodule %s (not fast-forward)"3509msgstr ""35103511#: merge-recursive.c:12423512msgid "Found a possible merge resolution for the submodule:\n"3513msgstr ""35143515#: merge-recursive.c:12453516#, c-format3517msgid ""3518"If this is correct simply add it to the index for example\n"3519"by using:\n"3520"\n"3521" git update-index --cacheinfo 160000 %s \"%s\"\n"3522"\n"3523"which will accept this suggestion.\n"3524msgstr ""35253526#: merge-recursive.c:12543527#, c-format3528msgid "Failed to merge submodule %s (multiple merges found)"3529msgstr ""35303531#: merge-recursive.c:13273532msgid "Failed to execute internal merge"3533msgstr ""35343535#: merge-recursive.c:13323536#, c-format3537msgid "Unable to add %s to database"3538msgstr ""35393540#: merge-recursive.c:13643541#, c-format3542msgid "Auto-merging %s"3543msgstr ""35443545#: merge-recursive.c:13873546#, c-format3547msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."3548msgstr ""35493550#: merge-recursive.c:14593551#, c-format3552msgid ""3553"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3554"in tree."3555msgstr ""35563557#: merge-recursive.c:14643558#, c-format3559msgid ""3560"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3561"left in tree."3562msgstr ""35633564#: merge-recursive.c:14713565#, c-format3566msgid ""3567"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3568"in tree at %s."3569msgstr ""35703571#: merge-recursive.c:14763572#, c-format3573msgid ""3574"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3575"left in tree at %s."3576msgstr ""35773578#: merge-recursive.c:15113579msgid "rename"3580msgstr ""35813582#: merge-recursive.c:15113583msgid "renamed"3584msgstr ""35853586#: merge-recursive.c:1591 merge-recursive.c:2450 merge-recursive.c:30943587#, c-format3588msgid "Refusing to lose dirty file at %s"3589msgstr ""35903591#: merge-recursive.c:16013592#, c-format3593msgid "Refusing to lose untracked file at %s, even though it's in the way."3594msgstr ""35953596#: merge-recursive.c:16593597#, c-format3598msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"3599msgstr ""36003601#: merge-recursive.c:16903602#, c-format3603msgid "%s is a directory in %s adding as %s instead"3604msgstr ""36053606#: merge-recursive.c:16953607#, c-format3608msgid "Refusing to lose untracked file at %s; adding as %s instead"3609msgstr ""36103611#: merge-recursive.c:17143612#, c-format3613msgid ""3614"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"3615"\"->\"%s\" in \"%s\"%s"3616msgstr ""36173618#: merge-recursive.c:17193619msgid " (left unresolved)"3620msgstr ""36213622#: merge-recursive.c:18283623#, c-format3624msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"3625msgstr ""36263627#: merge-recursive.c:20353628#, c-format3629msgid ""3630"CONFLICT (directory rename split): Unclear where to place %s because "3631"directory %s was renamed to multiple other directories, with no destination "3632"getting a majority of the files."3633msgstr ""36343635#: merge-recursive.c:20673636#, c-format3637msgid ""3638"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "3639"implicit directory rename(s) putting the following path(s) there: %s."3640msgstr ""36413642#: merge-recursive.c:20773643#, c-format3644msgid ""3645"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "3646"implicit directory renames tried to put these paths there: %s"3647msgstr ""36483649#: merge-recursive.c:21693650#, c-format3651msgid ""3652"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"3653">%s in %s"3654msgstr ""36553656#: merge-recursive.c:24133657#, c-format3658msgid ""3659"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "3660"renamed."3661msgstr ""36623663#: merge-recursive.c:29383664#, c-format3665msgid "cannot read object %s"3666msgstr ""36673668#: merge-recursive.c:29413669#, c-format3670msgid "object %s is not a blob"3671msgstr ""36723673#: merge-recursive.c:30053674msgid "modify"3675msgstr ""36763677#: merge-recursive.c:30053678msgid "modified"3679msgstr ""36803681#: merge-recursive.c:30173682msgid "content"3683msgstr ""36843685#: merge-recursive.c:30213686msgid "add/add"3687msgstr ""36883689#: merge-recursive.c:30443690#, c-format3691msgid "Skipped %s (merged same as existing)"3692msgstr ""36933694#: merge-recursive.c:3066 git-submodule.sh:9373695msgid "submodule"3696msgstr ""36973698#: merge-recursive.c:30673699#, c-format3700msgid "CONFLICT (%s): Merge conflict in %s"3701msgstr ""37023703#: merge-recursive.c:30973704#, c-format3705msgid "Adding as %s instead"3706msgstr ""37073708#: merge-recursive.c:31793709#, c-format3710msgid ""3711"Path updated: %s added in %s inside a directory that was renamed in %s; "3712"moving it to %s."3713msgstr ""37143715#: merge-recursive.c:31823716#, c-format3717msgid ""3718"CONFLICT (file location): %s added in %s inside a directory that was renamed "3719"in %s, suggesting it should perhaps be moved to %s."3720msgstr ""37213722#: merge-recursive.c:31863723#, c-format3724msgid ""3725"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "3726"%s; moving it to %s."3727msgstr ""37283729#: merge-recursive.c:31893730#, c-format3731msgid ""3732"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "3733"was renamed in %s, suggesting it should perhaps be moved to %s."3734msgstr ""37353736#: merge-recursive.c:33033737#, c-format3738msgid "Removing %s"3739msgstr ""37403741#: merge-recursive.c:33263742msgid "file/directory"3743msgstr ""37443745#: merge-recursive.c:33313746msgid "directory/file"3747msgstr ""37483749#: merge-recursive.c:33383750#, c-format3751msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3752msgstr ""37533754#: merge-recursive.c:33473755#, c-format3756msgid "Adding %s"3757msgstr ""37583759#: merge-recursive.c:33563760#, c-format3761msgid "CONFLICT (add/add): Merge conflict in %s"3762msgstr ""37633764#: merge-recursive.c:33943765#, c-format3766msgid ""3767"Your local changes to the following files would be overwritten by merge:\n"3768" %s"3769msgstr ""37703771#: merge-recursive.c:34053772msgid "Already up to date!"3773msgstr ""37743775#: merge-recursive.c:34143776#, c-format3777msgid "merging of trees %s and %s failed"3778msgstr ""37793780#: merge-recursive.c:35133781msgid "Merging:"3782msgstr ""37833784#: merge-recursive.c:35263785#, c-format3786msgid "found %u common ancestor:"3787msgid_plural "found %u common ancestors:"3788msgstr[0] ""3789msgstr[1] ""37903791#: merge-recursive.c:35653792msgid "merge returned no commit"3793msgstr ""37943795#: merge-recursive.c:36313796#, c-format3797msgid "Could not parse object '%s'"3798msgstr ""37993800#: merge-recursive.c:3647 builtin/merge.c:698 builtin/merge.c:8693801msgid "Unable to write index."3802msgstr ""38033804#: midx.c:693805#, c-format3806msgid "multi-pack-index file %s is too small"3807msgstr ""38083809#: midx.c:853810#, c-format3811msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"3812msgstr ""38133814#: midx.c:903815#, c-format3816msgid "multi-pack-index version %d not recognized"3817msgstr ""38183819#: midx.c:953820#, c-format3821msgid "hash version %u does not match"3822msgstr ""38233824#: midx.c:1093825msgid "invalid chunk offset (too large)"3826msgstr ""38273828#: midx.c:1333829msgid "terminating multi-pack-index chunk id appears earlier than expected"3830msgstr ""38313832#: midx.c:1463833msgid "multi-pack-index missing required pack-name chunk"3834msgstr ""38353836#: midx.c:1483837msgid "multi-pack-index missing required OID fanout chunk"3838msgstr ""38393840#: midx.c:1503841msgid "multi-pack-index missing required OID lookup chunk"3842msgstr ""38433844#: midx.c:1523845msgid "multi-pack-index missing required object offsets chunk"3846msgstr ""38473848#: midx.c:1663849#, c-format3850msgid "multi-pack-index pack names out of order: '%s' before '%s'"3851msgstr ""38523853#: midx.c:2113854#, c-format3855msgid "bad pack-int-id: %u (%u total packs)"3856msgstr ""38573858#: midx.c:2613859msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"3860msgstr ""38613862#: midx.c:2893863msgid "error preparing packfile from multi-pack-index"3864msgstr ""38653866#: midx.c:4703867#, c-format3868msgid "failed to add packfile '%s'"3869msgstr ""38703871#: midx.c:4763872#, c-format3873msgid "failed to open pack-index '%s'"3874msgstr ""38753876#: midx.c:5363877#, c-format3878msgid "failed to locate object %d in packfile"3879msgstr ""38803881#: midx.c:8653882#, c-format3883msgid "did not see pack-file %s to drop"3884msgstr ""38853886#: midx.c:10363887#, c-format3888msgid "failed to clear multi-pack-index at %s"3889msgstr ""38903891#: midx.c:10913892msgid "Looking for referenced packfiles"3893msgstr ""38943895#: midx.c:11063896#, c-format3897msgid ""3898"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"3899msgstr ""39003901#: midx.c:11103902msgid "Verifying OID order in MIDX"3903msgstr ""39043905#: midx.c:11193906#, c-format3907msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"3908msgstr ""39093910#: midx.c:11383911msgid "Sorting objects by packfile"3912msgstr ""39133914#: midx.c:11443915msgid "Verifying object offsets"3916msgstr ""39173918#: midx.c:11603919#, c-format3920msgid "failed to load pack entry for oid[%d] = %s"3921msgstr ""39223923#: midx.c:11663924#, c-format3925msgid "failed to load pack-index for packfile %s"3926msgstr ""39273928#: midx.c:11753929#, c-format3930msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"3931msgstr ""39323933#: midx.c:13503934msgid "could not start pack-objects"3935msgstr ""39363937#: midx.c:13693938msgid "could not finish pack-objects"3939msgstr ""39403941#: name-hash.c:5323942#, c-format3943msgid "unable to create lazy_dir thread: %s"3944msgstr ""39453946#: name-hash.c:5543947#, c-format3948msgid "unable to create lazy_name thread: %s"3949msgstr ""39503951#: name-hash.c:5603952#, c-format3953msgid "unable to join lazy_name thread: %s"3954msgstr ""39553956#: notes-merge.c:2773957#, c-format3958msgid ""3959"You have not concluded your previous notes merge (%s exists).\n"3960"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3961"commit/abort the previous merge before you start a new notes merge."3962msgstr ""39633964#: notes-merge.c:2843965#, c-format3966msgid "You have not concluded your notes merge (%s exists)."3967msgstr ""39683969#: notes-utils.c:463970msgid "Cannot commit uninitialized/unreferenced notes tree"3971msgstr ""39723973#: notes-utils.c:1053974#, c-format3975msgid "Bad notes.rewriteMode value: '%s'"3976msgstr ""39773978#: notes-utils.c:1153979#, c-format3980msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3981msgstr ""39823983#. TRANSLATORS: The first %s is the name of3984#. the environment variable, the second %s is3985#. its value.3986#.3987#: notes-utils.c:1453988#, c-format3989msgid "Bad %s value: '%s'"3990msgstr ""39913992#: object.c:543993#, c-format3994msgid "invalid object type \"%s\""3995msgstr ""39963997#: object.c:1743998#, c-format3999msgid "object %s is a %s, not a %s"4000msgstr ""40014002#: object.c:2344003#, c-format4004msgid "object %s has unknown type id %d"4005msgstr ""40064007#: object.c:2474008#, c-format4009msgid "unable to parse object: %s"4010msgstr ""40114012#: object.c:267 object.c:2784013#, c-format4014msgid "hash mismatch %s"4015msgstr ""40164017#: packfile.c:6484018msgid "offset before end of packfile (broken .idx?)"4019msgstr ""40204021#: packfile.c:18994022#, c-format4023msgid "offset before start of pack index for %s (corrupt index?)"4024msgstr ""40254026#: packfile.c:19034027#, c-format4028msgid "offset beyond end of pack index for %s (truncated index?)"4029msgstr ""40304031#: parse-options.c:384032#, c-format4033msgid "%s requires a value"4034msgstr ""40354036#: parse-options.c:734037#, c-format4038msgid "%s is incompatible with %s"4039msgstr ""40404041#: parse-options.c:784042#, c-format4043msgid "%s : incompatible with something else"4044msgstr ""40454046#: parse-options.c:92 parse-options.c:96 parse-options.c:3194047#, c-format4048msgid "%s takes no value"4049msgstr ""40504051#: parse-options.c:944052#, c-format4053msgid "%s isn't available"4054msgstr ""40554056#: parse-options.c:2194057#, c-format4058msgid "%s expects a non-negative integer value with an optional k/m/g suffix"4059msgstr ""40604061#: parse-options.c:3894062#, c-format4063msgid "ambiguous option: %s (could be --%s%s or --%s%s)"4064msgstr ""40654066#: parse-options.c:423 parse-options.c:4314067#, c-format4068msgid "did you mean `--%s` (with two dashes ?)"4069msgstr ""40704071#: parse-options.c:8594072#, c-format4073msgid "unknown option `%s'"4074msgstr ""40754076#: parse-options.c:8614077#, c-format4078msgid "unknown switch `%c'"4079msgstr ""40804081#: parse-options.c:8634082#, c-format4083msgid "unknown non-ascii option in string: `%s'"4084msgstr ""40854086#: parse-options.c:8874087msgid "..."4088msgstr ""40894090#: parse-options.c:9064091#, c-format4092msgid "usage: %s"4093msgstr ""40944095#. TRANSLATORS: the colon here should align with the4096#. one in "usage: %s" translation.4097#.4098#: parse-options.c:9124099#, c-format4100msgid " or: %s"4101msgstr ""41024103#: parse-options.c:9154104#, c-format4105msgid " %s"4106msgstr ""41074108#: parse-options.c:9544109msgid "-NUM"4110msgstr ""41114112#: parse-options.c:9684113#, c-format4114msgid "alias of --%s"4115msgstr ""41164117#: parse-options-cb.c:20 parse-options-cb.c:244118#, c-format4119msgid "option `%s' expects a numerical value"4120msgstr ""41214122#: parse-options-cb.c:414123#, c-format4124msgid "malformed expiration date '%s'"4125msgstr ""41264127#: parse-options-cb.c:544128#, c-format4129msgid "option `%s' expects \"always\", \"auto\", or \"never\""4130msgstr ""41314132#: parse-options-cb.c:130 parse-options-cb.c:1474133#, c-format4134msgid "malformed object name '%s'"4135msgstr ""41364137#: path.c:8974138#, c-format4139msgid "Could not make %s writable by group"4140msgstr ""41414142#: pathspec.c:1284143msgid "Escape character '\\' not allowed as last character in attr value"4144msgstr ""41454146#: pathspec.c:1464147msgid "Only one 'attr:' specification is allowed."4148msgstr ""41494150#: pathspec.c:1494151msgid "attr spec must not be empty"4152msgstr ""41534154#: pathspec.c:1924155#, c-format4156msgid "invalid attribute name %s"4157msgstr ""41584159#: pathspec.c:2574160msgid "global 'glob' and 'noglob' pathspec settings are incompatible"4161msgstr ""41624163#: pathspec.c:2644164msgid ""4165"global 'literal' pathspec setting is incompatible with all other global "4166"pathspec settings"4167msgstr ""41684169#: pathspec.c:3044170msgid "invalid parameter for pathspec magic 'prefix'"4171msgstr ""41724173#: pathspec.c:3254174#, c-format4175msgid "Invalid pathspec magic '%.*s' in '%s'"4176msgstr ""41774178#: pathspec.c:3304179#, c-format4180msgid "Missing ')' at the end of pathspec magic in '%s'"4181msgstr ""41824183#: pathspec.c:3684184#, c-format4185msgid "Unimplemented pathspec magic '%c' in '%s'"4186msgstr ""41874188#: pathspec.c:4274189#, c-format4190msgid "%s: 'literal' and 'glob' are incompatible"4191msgstr ""41924193#: pathspec.c:4404194#, c-format4195msgid "%s: '%s' is outside repository"4196msgstr ""41974198#: pathspec.c:5144199#, c-format4200msgid "'%s' (mnemonic: '%c')"4201msgstr ""42024203#: pathspec.c:5244204#, c-format4205msgid "%s: pathspec magic not supported by this command: %s"4206msgstr ""42074208#: pathspec.c:5914209#, c-format4210msgid "pathspec '%s' is beyond a symbolic link"4211msgstr ""42124213#: pkt-line.c:924214msgid "unable to write flush packet"4215msgstr ""42164217#: pkt-line.c:994218msgid "unable to write delim packet"4219msgstr ""42204221#: pkt-line.c:1064222msgid "flush packet write failed"4223msgstr ""42244225#: pkt-line.c:146 pkt-line.c:2324226msgid "protocol error: impossibly long line"4227msgstr ""42284229#: pkt-line.c:162 pkt-line.c:1644230msgid "packet write with format failed"4231msgstr ""42324233#: pkt-line.c:1964234msgid "packet write failed - data exceeds max packet size"4235msgstr ""42364237#: pkt-line.c:203 pkt-line.c:2104238msgid "packet write failed"4239msgstr ""42404241#: pkt-line.c:2954242msgid "read error"4243msgstr ""42444245#: pkt-line.c:3034246msgid "the remote end hung up unexpectedly"4247msgstr ""42484249#: pkt-line.c:3314250#, c-format4251msgid "protocol error: bad line length character: %.4s"4252msgstr ""42534254#: pkt-line.c:341 pkt-line.c:3464255#, c-format4256msgid "protocol error: bad line length %d"4257msgstr ""42584259#: pkt-line.c:3624260#, c-format4261msgid "remote error: %s"4262msgstr ""42634264#: preload-index.c:1194265msgid "Refreshing index"4266msgstr ""42674268#: preload-index.c:1384269#, c-format4270msgid "unable to create threaded lstat: %s"4271msgstr ""42724273#: pretty.c:9664274msgid "unable to parse --pretty format"4275msgstr ""42764277#: range-diff.c:704278msgid "could not start `log`"4279msgstr ""42804281#: range-diff.c:724282msgid "could not read `log` output"4283msgstr ""42844285#: range-diff.c:91 sequencer.c:50214286#, c-format4287msgid "could not parse commit '%s'"4288msgstr ""42894290#: range-diff.c:1174291#, c-format4292msgid "could not parse git header '%.*s'"4293msgstr ""42944295#: range-diff.c:2744296msgid "failed to generate diff"4297msgstr ""42984299#: range-diff.c:506 range-diff.c:5084300#, c-format4301msgid "could not parse log for '%s'"4302msgstr ""43034304#: read-cache.c:6804305#, c-format4306msgid "will not add file alias '%s' ('%s' already exists in index)"4307msgstr ""43084309#: read-cache.c:6964310msgid "cannot create an empty blob in the object database"4311msgstr ""43124313#: read-cache.c:7184314#, c-format4315msgid "%s: can only add regular files, symbolic links or git-directories"4316msgstr ""43174318#: read-cache.c:7234319#, c-format4320msgid "'%s' does not have a commit checked out"4321msgstr ""43224323#: read-cache.c:7754324#, c-format4325msgid "unable to index file '%s'"4326msgstr ""43274328#: read-cache.c:7944329#, c-format4330msgid "unable to add '%s' to index"4331msgstr ""43324333#: read-cache.c:8054334#, c-format4335msgid "unable to stat '%s'"4336msgstr ""43374338#: read-cache.c:13144339#, c-format4340msgid "'%s' appears as both a file and as a directory"4341msgstr ""43424343#: read-cache.c:14994344msgid "Refresh index"4345msgstr ""43464347#: read-cache.c:16134348#, c-format4349msgid ""4350"index.version set, but the value is invalid.\n"4351"Using version %i"4352msgstr ""43534354#: read-cache.c:16234355#, c-format4356msgid ""4357"GIT_INDEX_VERSION set, but the value is invalid.\n"4358"Using version %i"4359msgstr ""43604361#: read-cache.c:16794362#, c-format4363msgid "bad signature 0x%08x"4364msgstr ""43654366#: read-cache.c:16824367#, c-format4368msgid "bad index version %d"4369msgstr ""43704371#: read-cache.c:16914372msgid "bad index file sha1 signature"4373msgstr ""43744375#: read-cache.c:17214376#, c-format4377msgid "index uses %.4s extension, which we do not understand"4378msgstr ""43794380#: read-cache.c:17234381#, c-format4382msgid "ignoring %.4s extension"4383msgstr ""43844385#: read-cache.c:17604386#, c-format4387msgid "unknown index entry format 0x%08x"4388msgstr ""43894390#: read-cache.c:17764391#, c-format4392msgid "malformed name field in the index, near path '%s'"4393msgstr ""43944395#: read-cache.c:18334396msgid "unordered stage entries in index"4397msgstr ""43984399#: read-cache.c:18364400#, c-format4401msgid "multiple stage entries for merged file '%s'"4402msgstr ""44034404#: read-cache.c:18394405#, c-format4406msgid "unordered stage entries for '%s'"4407msgstr ""44084409#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:11114410#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:4674411#: builtin/checkout.c:651 builtin/clean.c:956 builtin/commit.c:3474412#: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:1454413#: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:3304414msgid "index file corrupt"4415msgstr ""44164417#: read-cache.c:20874418#, c-format4419msgid "unable to create load_cache_entries thread: %s"4420msgstr ""44214422#: read-cache.c:21004423#, c-format4424msgid "unable to join load_cache_entries thread: %s"4425msgstr ""44264427#: read-cache.c:21334428#, c-format4429msgid "%s: index file open failed"4430msgstr ""44314432#: read-cache.c:21374433#, c-format4434msgid "%s: cannot stat the open index"4435msgstr ""44364437#: read-cache.c:21414438#, c-format4439msgid "%s: index file smaller than expected"4440msgstr ""44414442#: read-cache.c:21454443#, c-format4444msgid "%s: unable to map index file"4445msgstr ""44464447#: read-cache.c:21874448#, c-format4449msgid "unable to create load_index_extensions thread: %s"4450msgstr ""44514452#: read-cache.c:22144453#, c-format4454msgid "unable to join load_index_extensions thread: %s"4455msgstr ""44564457#: read-cache.c:22464458#, c-format4459msgid "could not freshen shared index '%s'"4460msgstr ""44614462#: read-cache.c:22934463#, c-format4464msgid "broken index, expect %s in %s, got %s"4465msgstr ""44664467#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:11144468#, c-format4469msgid "could not close '%s'"4470msgstr ""44714472#: read-cache.c:3092 sequencer.c:2358 sequencer.c:39284473#, c-format4474msgid "could not stat '%s'"4475msgstr ""44764477#: read-cache.c:31054478#, c-format4479msgid "unable to open git dir: %s"4480msgstr ""44814482#: read-cache.c:31174483#, c-format4484msgid "unable to unlink: %s"4485msgstr ""44864487#: read-cache.c:31424488#, c-format4489msgid "cannot fix permission bits on '%s'"4490msgstr ""44914492#: read-cache.c:32914493#, c-format4494msgid "%s: cannot drop to stage #0"4495msgstr ""44964497#: rebase-interactive.c:264498#, c-format4499msgid ""4500"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."4501msgstr ""45024503#: rebase-interactive.c:354504msgid ""4505"\n"4506"Commands:\n"4507"p, pick <commit> = use commit\n"4508"r, reword <commit> = use commit, but edit the commit message\n"4509"e, edit <commit> = use commit, but stop for amending\n"4510"s, squash <commit> = use commit, but meld into previous commit\n"4511"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"4512"x, exec <command> = run command (the rest of the line) using shell\n"4513"b, break = stop here (continue rebase later with 'git rebase --continue')\n"4514"d, drop <commit> = remove commit\n"4515"l, label <label> = label current HEAD with a name\n"4516"t, reset <label> = reset HEAD to a label\n"4517"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"4518". create a merge commit using the original merge commit's\n"4519". message (or the oneline, if no original merge commit was\n"4520". specified). Use -c <commit> to reword the commit message.\n"4521"\n"4522"These lines can be re-ordered; they are executed from top to bottom.\n"4523msgstr ""45244525#: rebase-interactive.c:564526#, c-format4527msgid "Rebase %s onto %s (%d command)"4528msgid_plural "Rebase %s onto %s (%d commands)"4529msgstr[0] ""4530msgstr[1] ""45314532#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:2284533msgid ""4534"\n"4535"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"4536msgstr ""45374538#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:2324539msgid ""4540"\n"4541"If you remove a line here THAT COMMIT WILL BE LOST.\n"4542msgstr ""45434544#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:8714545msgid ""4546"\n"4547"You are editing the todo file of an ongoing interactive rebase.\n"4548"To continue rebase after editing, run:\n"4549" git rebase --continue\n"4550"\n"4551msgstr ""45524553#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:9484554msgid ""4555"\n"4556"However, if you remove everything, the rebase will be aborted.\n"4557"\n"4558msgstr ""45594560#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:9554561msgid "Note that empty commits are commented out"4562msgstr ""45634564#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:34474565#: sequencer.c:3473 sequencer.c:5120 builtin/fsck.c:356 builtin/rebase.c:2354566#, c-format4567msgid "could not write '%s'"4568msgstr ""45694570#: rebase-interactive.c:1084571#, c-format4572msgid "could not copy '%s' to '%s'."4573msgstr ""45744575#: rebase-interactive.c:1734576#, c-format4577msgid ""4578"Warning: some commits may have been dropped accidentally.\n"4579"Dropped commits (newer to older):\n"4580msgstr ""45814582#: rebase-interactive.c:1804583#, c-format4584msgid ""4585"To avoid this message, use \"drop\" to explicitly remove a commit.\n"4586"\n"4587"Use 'git config rebase.missingCommitsCheck' to change the level of "4588"warnings.\n"4589"The possible behaviours are: ignore, warn, error.\n"4590"\n"4591msgstr ""45924593#: refs.c:2624594#, c-format4595msgid "%s does not point to a valid object!"4596msgstr ""45974598#: refs.c:6674599#, c-format4600msgid "ignoring dangling symref %s"4601msgstr ""46024603#: refs.c:669 ref-filter.c:20924604#, c-format4605msgid "ignoring broken ref %s"4606msgstr ""46074608#: refs.c:8044609#, c-format4610msgid "could not open '%s' for writing: %s"4611msgstr ""46124613#: refs.c:814 refs.c:8654614#, c-format4615msgid "could not read ref '%s'"4616msgstr ""46174618#: refs.c:8204619#, c-format4620msgid "ref '%s' already exists"4621msgstr ""46224623#: refs.c:8254624#, c-format4625msgid "unexpected object ID when writing '%s'"4626msgstr ""46274628#: refs.c:833 sequencer.c:403 sequencer.c:2709 sequencer.c:29134629#: sequencer.c:2927 sequencer.c:3184 sequencer.c:5037 wrapper.c:6564630#, c-format4631msgid "could not write to '%s'"4632msgstr ""46334634#: refs.c:860 wrapper.c:225 wrapper.c:395 builtin/am.c:7154635#: builtin/rebase.c:10034636#, c-format4637msgid "could not open '%s' for writing"4638msgstr ""46394640#: refs.c:8674641#, c-format4642msgid "unexpected object ID when deleting '%s'"4643msgstr ""46444645#: refs.c:9984646#, c-format4647msgid "log for ref %s has gap after %s"4648msgstr ""46494650#: refs.c:10044651#, c-format4652msgid "log for ref %s unexpectedly ended on %s"4653msgstr ""46544655#: refs.c:10634656#, c-format4657msgid "log for %s is empty"4658msgstr ""46594660#: refs.c:11554661#, c-format4662msgid "refusing to update ref with bad name '%s'"4663msgstr ""46644665#: refs.c:12314666#, c-format4667msgid "update_ref failed for ref '%s': %s"4668msgstr ""46694670#: refs.c:20124671#, c-format4672msgid "multiple updates for ref '%s' not allowed"4673msgstr ""46744675#: refs.c:20444676msgid "ref updates forbidden inside quarantine environment"4677msgstr ""46784679#: refs.c:2140 refs.c:21704680#, c-format4681msgid "'%s' exists; cannot create '%s'"4682msgstr ""46834684#: refs.c:2146 refs.c:21814685#, c-format4686msgid "cannot process '%s' and '%s' at the same time"4687msgstr ""46884689#: refs/files-backend.c:12344690#, c-format4691msgid "could not remove reference %s"4692msgstr ""46934694#: refs/files-backend.c:1248 refs/packed-backend.c:15324695#: refs/packed-backend.c:15424696#, c-format4697msgid "could not delete reference %s: %s"4698msgstr ""46994700#: refs/files-backend.c:1251 refs/packed-backend.c:15454701#, c-format4702msgid "could not delete references: %s"4703msgstr ""47044705#: refspec.c:1374706#, c-format4707msgid "invalid refspec '%s'"4708msgstr ""47094710#: ref-filter.c:42 wt-status.c:19344711msgid "gone"4712msgstr ""47134714#: ref-filter.c:434715#, c-format4716msgid "ahead %d"4717msgstr ""47184719#: ref-filter.c:444720#, c-format4721msgid "behind %d"4722msgstr ""47234724#: ref-filter.c:454725#, c-format4726msgid "ahead %d, behind %d"4727msgstr ""47284729#: ref-filter.c:1624730#, c-format4731msgid "expected format: %%(color:<color>)"4732msgstr ""47334734#: ref-filter.c:1644735#, c-format4736msgid "unrecognized color: %%(color:%s)"4737msgstr ""47384739#: ref-filter.c:1864740#, c-format4741msgid "Integer value expected refname:lstrip=%s"4742msgstr ""47434744#: ref-filter.c:1904745#, c-format4746msgid "Integer value expected refname:rstrip=%s"4747msgstr ""47484749#: ref-filter.c:1924750#, c-format4751msgid "unrecognized %%(%s) argument: %s"4752msgstr ""47534754#: ref-filter.c:2474755#, c-format4756msgid "%%(objecttype) does not take arguments"4757msgstr ""47584759#: ref-filter.c:2694760#, c-format4761msgid "unrecognized %%(objectsize) argument: %s"4762msgstr ""47634764#: ref-filter.c:2774765#, c-format4766msgid "%%(deltabase) does not take arguments"4767msgstr ""47684769#: ref-filter.c:2894770#, c-format4771msgid "%%(body) does not take arguments"4772msgstr ""47734774#: ref-filter.c:2984775#, c-format4776msgid "%%(subject) does not take arguments"4777msgstr ""47784779#: ref-filter.c:3204780#, c-format4781msgid "unknown %%(trailers) argument: %s"4782msgstr ""47834784#: ref-filter.c:3494785#, c-format4786msgid "positive value expected contents:lines=%s"4787msgstr ""47884789#: ref-filter.c:3514790#, c-format4791msgid "unrecognized %%(contents) argument: %s"4792msgstr ""47934794#: ref-filter.c:3664795#, c-format4796msgid "positive value expected objectname:short=%s"4797msgstr ""47984799#: ref-filter.c:3704800#, c-format4801msgid "unrecognized %%(objectname) argument: %s"4802msgstr ""48034804#: ref-filter.c:4004805#, c-format4806msgid "expected format: %%(align:<width>,<position>)"4807msgstr ""48084809#: ref-filter.c:4124810#, c-format4811msgid "unrecognized position:%s"4812msgstr ""48134814#: ref-filter.c:4194815#, c-format4816msgid "unrecognized width:%s"4817msgstr ""48184819#: ref-filter.c:4284820#, c-format4821msgid "unrecognized %%(align) argument: %s"4822msgstr ""48234824#: ref-filter.c:4364825#, c-format4826msgid "positive width expected with the %%(align) atom"4827msgstr ""48284829#: ref-filter.c:4544830#, c-format4831msgid "unrecognized %%(if) argument: %s"4832msgstr ""48334834#: ref-filter.c:5564835#, c-format4836msgid "malformed field name: %.*s"4837msgstr ""48384839#: ref-filter.c:5834840#, c-format4841msgid "unknown field name: %.*s"4842msgstr ""48434844#: ref-filter.c:5874845#, c-format4846msgid ""4847"not a git repository, but the field '%.*s' requires access to object data"4848msgstr ""48494850#: ref-filter.c:7114851#, c-format4852msgid "format: %%(if) atom used without a %%(then) atom"4853msgstr ""48544855#: ref-filter.c:7744856#, c-format4857msgid "format: %%(then) atom used without an %%(if) atom"4858msgstr ""48594860#: ref-filter.c:7764861#, c-format4862msgid "format: %%(then) atom used more than once"4863msgstr ""48644865#: ref-filter.c:7784866#, c-format4867msgid "format: %%(then) atom used after %%(else)"4868msgstr ""48694870#: ref-filter.c:8064871#, c-format4872msgid "format: %%(else) atom used without an %%(if) atom"4873msgstr ""48744875#: ref-filter.c:8084876#, c-format4877msgid "format: %%(else) atom used without a %%(then) atom"4878msgstr ""48794880#: ref-filter.c:8104881#, c-format4882msgid "format: %%(else) atom used more than once"4883msgstr ""48844885#: ref-filter.c:8254886#, c-format4887msgid "format: %%(end) atom used without corresponding atom"4888msgstr ""48894890#: ref-filter.c:8824891#, c-format4892msgid "malformed format string %s"4893msgstr ""48944895#: ref-filter.c:14854896#, c-format4897msgid "no branch, rebasing %s"4898msgstr ""48994900#: ref-filter.c:14884901#, c-format4902msgid "no branch, rebasing detached HEAD %s"4903msgstr ""49044905#: ref-filter.c:14914906#, c-format4907msgid "no branch, bisect started on %s"4908msgstr ""49094910#: ref-filter.c:15014911msgid "no branch"4912msgstr ""49134914#: ref-filter.c:1537 ref-filter.c:17434915#, c-format4916msgid "missing object %s for %s"4917msgstr ""49184919#: ref-filter.c:15474920#, c-format4921msgid "parse_object_buffer failed on %s for %s"4922msgstr ""49234924#: ref-filter.c:19984925#, c-format4926msgid "malformed object at '%s'"4927msgstr ""49284929#: ref-filter.c:20874930#, c-format4931msgid "ignoring ref with broken name %s"4932msgstr ""49334934#: ref-filter.c:23824935#, c-format4936msgid "format: %%(end) atom missing"4937msgstr ""49384939#: ref-filter.c:24824940#, c-format4941msgid "option `%s' is incompatible with --merged"4942msgstr ""49434944#: ref-filter.c:24854945#, c-format4946msgid "option `%s' is incompatible with --no-merged"4947msgstr ""49484949#: ref-filter.c:24954950#, c-format4951msgid "malformed object name %s"4952msgstr ""49534954#: ref-filter.c:25004955#, c-format4956msgid "option `%s' must point to a commit"4957msgstr ""49584959#: remote.c:3634960#, c-format4961msgid "config remote shorthand cannot begin with '/': %s"4962msgstr ""49634964#: remote.c:4104965msgid "more than one receivepack given, using the first"4966msgstr ""49674968#: remote.c:4184969msgid "more than one uploadpack given, using the first"4970msgstr ""49714972#: remote.c:6084973#, c-format4974msgid "Cannot fetch both %s and %s to %s"4975msgstr ""49764977#: remote.c:6124978#, c-format4979msgid "%s usually tracks %s, not %s"4980msgstr ""49814982#: remote.c:6164983#, c-format4984msgid "%s tracks both %s and %s"4985msgstr ""49864987#: remote.c:6844988#, c-format4989msgid "key '%s' of pattern had no '*'"4990msgstr ""49914992#: remote.c:6944993#, c-format4994msgid "value '%s' of pattern has no '*'"4995msgstr ""49964997#: remote.c:10004998#, c-format4999msgid "src refspec %s does not match any"5000msgstr ""50015002#: remote.c:10055003#, c-format5004msgid "src refspec %s matches more than one"5005msgstr ""50065007#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push5008#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is5009#. the <src>.5010#.5011#: remote.c:10205012#, c-format5013msgid ""5014"The destination you provided is not a full refname (i.e.,\n"5015"starting with \"refs/\"). We tried to guess what you meant by:\n"5016"\n"5017"- Looking for a ref that matches '%s' on the remote side.\n"5018"- Checking if the <src> being pushed ('%s')\n"5019" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"5020" refs/{heads,tags}/ prefix on the remote side.\n"5021"\n"5022"Neither worked, so we gave up. You must fully qualify the ref."5023msgstr ""50245025#: remote.c:10405026#, c-format5027msgid ""5028"The <src> part of the refspec is a commit object.\n"5029"Did you mean to create a new branch by pushing to\n"5030"'%s:refs/heads/%s'?"5031msgstr ""50325033#: remote.c:10455034#, c-format5035msgid ""5036"The <src> part of the refspec is a tag object.\n"5037"Did you mean to create a new tag by pushing to\n"5038"'%s:refs/tags/%s'?"5039msgstr ""50405041#: remote.c:10505042#, c-format5043msgid ""5044"The <src> part of the refspec is a tree object.\n"5045"Did you mean to tag a new tree by pushing to\n"5046"'%s:refs/tags/%s'?"5047msgstr ""50485049#: remote.c:10555050#, c-format5051msgid ""5052"The <src> part of the refspec is a blob object.\n"5053"Did you mean to tag a new blob by pushing to\n"5054"'%s:refs/tags/%s'?"5055msgstr ""50565057#: remote.c:10915058#, c-format5059msgid "%s cannot be resolved to branch"5060msgstr ""50615062#: remote.c:11025063#, c-format5064msgid "unable to delete '%s': remote ref does not exist"5065msgstr ""50665067#: remote.c:11145068#, c-format5069msgid "dst refspec %s matches more than one"5070msgstr ""50715072#: remote.c:11215073#, c-format5074msgid "dst ref %s receives from more than one src"5075msgstr ""50765077#: remote.c:1624 remote.c:17255078msgid "HEAD does not point to a branch"5079msgstr ""50805081#: remote.c:16335082#, c-format5083msgid "no such branch: '%s'"5084msgstr ""50855086#: remote.c:16365087#, c-format5088msgid "no upstream configured for branch '%s'"5089msgstr ""50905091#: remote.c:16425092#, c-format5093msgid "upstream branch '%s' not stored as a remote-tracking branch"5094msgstr ""50955096#: remote.c:16575097#, c-format5098msgid "push destination '%s' on remote '%s' has no local tracking branch"5099msgstr ""51005101#: remote.c:16695102#, c-format5103msgid "branch '%s' has no remote for pushing"5104msgstr ""51055106#: remote.c:16795107#, c-format5108msgid "push refspecs for '%s' do not include '%s'"5109msgstr ""51105111#: remote.c:16925112msgid "push has no destination (push.default is 'nothing')"5113msgstr ""51145115#: remote.c:17145116msgid "cannot resolve 'simple' push to a single destination"5117msgstr ""51185119#: remote.c:18405120#, c-format5121msgid "couldn't find remote ref %s"5122msgstr ""51235124#: remote.c:18535125#, c-format5126msgid "* Ignoring funny ref '%s' locally"5127msgstr ""51285129#: remote.c:20165130#, c-format5131msgid "Your branch is based on '%s', but the upstream is gone.\n"5132msgstr ""51335134#: remote.c:20205135msgid " (use \"git branch --unset-upstream\" to fixup)\n"5136msgstr ""51375138#: remote.c:20235139#, c-format5140msgid "Your branch is up to date with '%s'.\n"5141msgstr ""51425143#: remote.c:20275144#, c-format5145msgid "Your branch and '%s' refer to different commits.\n"5146msgstr ""51475148#: remote.c:20305149#, c-format5150msgid " (use \"%s\" for details)\n"5151msgstr ""51525153#: remote.c:20345154#, c-format5155msgid "Your branch is ahead of '%s' by %d commit.\n"5156msgid_plural "Your branch is ahead of '%s' by %d commits.\n"5157msgstr[0] ""5158msgstr[1] ""51595160#: remote.c:20405161msgid " (use \"git push\" to publish your local commits)\n"5162msgstr ""51635164#: remote.c:20435165#, c-format5166msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"5167msgid_plural ""5168"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"5169msgstr[0] ""5170msgstr[1] ""51715172#: remote.c:20515173msgid " (use \"git pull\" to update your local branch)\n"5174msgstr ""51755176#: remote.c:20545177#, c-format5178msgid ""5179"Your branch and '%s' have diverged,\n"5180"and have %d and %d different commit each, respectively.\n"5181msgid_plural ""5182"Your branch and '%s' have diverged,\n"5183"and have %d and %d different commits each, respectively.\n"5184msgstr[0] ""5185msgstr[1] ""51865187#: remote.c:20645188msgid " (use \"git pull\" to merge the remote branch into yours)\n"5189msgstr ""51905191#: remote.c:22475192#, c-format5193msgid "cannot parse expected object name '%s'"5194msgstr ""51955196#: replace-object.c:215197#, c-format5198msgid "bad replace ref name: %s"5199msgstr ""52005201#: replace-object.c:305202#, c-format5203msgid "duplicate replace ref: %s"5204msgstr ""52055206#: replace-object.c:735207#, c-format5208msgid "replace depth too high for object %s"5209msgstr ""52105211#: rerere.c:217 rerere.c:226 rerere.c:2295212msgid "corrupt MERGE_RR"5213msgstr ""52145215#: rerere.c:264 rerere.c:2695216msgid "unable to write rerere record"5217msgstr ""52185219#: rerere.c:4955220#, c-format5221msgid "there were errors while writing '%s' (%s)"5222msgstr ""52235224#: rerere.c:4985225#, c-format5226msgid "failed to flush '%s'"5227msgstr ""52285229#: rerere.c:503 rerere.c:10395230#, c-format5231msgid "could not parse conflict hunks in '%s'"5232msgstr ""52335234#: rerere.c:6845235#, c-format5236msgid "failed utime() on '%s'"5237msgstr ""52385239#: rerere.c:6945240#, c-format5241msgid "writing '%s' failed"5242msgstr ""52435244#: rerere.c:7145245#, c-format5246msgid "Staged '%s' using previous resolution."5247msgstr ""52485249#: rerere.c:7535250#, c-format5251msgid "Recorded resolution for '%s'."5252msgstr ""52535254#: rerere.c:7885255#, c-format5256msgid "Resolved '%s' using previous resolution."5257msgstr ""52585259#: rerere.c:8035260#, c-format5261msgid "cannot unlink stray '%s'"5262msgstr ""52635264#: rerere.c:8075265#, c-format5266msgid "Recorded preimage for '%s'"5267msgstr ""52685269#: rerere.c:881 submodule.c:2023 builtin/log.c:17735270#: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:14285271#, c-format5272msgid "could not create directory '%s'"5273msgstr ""52745275#: rerere.c:10575276#, c-format5277msgid "failed to update conflicted state in '%s'"5278msgstr ""52795280#: rerere.c:1068 rerere.c:10755281#, c-format5282msgid "no remembered resolution for '%s'"5283msgstr ""52845285#: rerere.c:10775286#, c-format5287msgid "cannot unlink '%s'"5288msgstr ""52895290#: rerere.c:10875291#, c-format5292msgid "Updated preimage for '%s'"5293msgstr ""52945295#: rerere.c:10965296#, c-format5297msgid "Forgot resolution for '%s'\n"5298msgstr ""52995300#: rerere.c:11995301msgid "unable to open rr-cache directory"5302msgstr ""53035304#: revision.c:25075305msgid "your current branch appears to be broken"5306msgstr ""53075308#: revision.c:25105309#, c-format5310msgid "your current branch '%s' does not have any commits yet"5311msgstr ""53125313#: revision.c:27105314msgid "--first-parent is incompatible with --bisect"5315msgstr ""53165317#: revision.c:27145318msgid "-L does not yet support diff formats besides -p and -s"5319msgstr ""53205321#: run-command.c:7635322msgid "open /dev/null failed"5323msgstr ""53245325#: run-command.c:12695326#, c-format5327msgid "cannot create async thread: %s"5328msgstr ""53295330#: run-command.c:13335331#, c-format5332msgid ""5333"The '%s' hook was ignored because it's not set as executable.\n"5334"You can disable this warning with `git config advice.ignoredHook false`."5335msgstr ""53365337#: send-pack.c:1415338msgid "unexpected flush packet while reading remote unpack status"5339msgstr ""53405341#: send-pack.c:1435342#, c-format5343msgid "unable to parse remote unpack status: %s"5344msgstr ""53455346#: send-pack.c:1455347#, c-format5348msgid "remote unpack failed: %s"5349msgstr ""53505351#: send-pack.c:3065352msgid "failed to sign the push certificate"5353msgstr ""53545355#: send-pack.c:4205356msgid "the receiving end does not support --signed push"5357msgstr ""53585359#: send-pack.c:4225360msgid ""5361"not sending a push certificate since the receiving end does not support --"5362"signed push"5363msgstr ""53645365#: send-pack.c:4345366msgid "the receiving end does not support --atomic push"5367msgstr ""53685369#: send-pack.c:4395370msgid "the receiving end does not support push options"5371msgstr ""53725373#: sequencer.c:1875374#, c-format5375msgid "invalid commit message cleanup mode '%s'"5376msgstr ""53775378#: sequencer.c:2925379#, c-format5380msgid "could not delete '%s'"5381msgstr ""53825383#: sequencer.c:311 builtin/rebase.c:759 builtin/rebase.c:1645 builtin/rm.c:3695384#, c-format5385msgid "could not remove '%s'"5386msgstr ""53875388#: sequencer.c:3215389msgid "revert"5390msgstr ""53915392#: sequencer.c:3235393msgid "cherry-pick"5394msgstr ""53955396#: sequencer.c:3255397msgid "rebase -i"5398msgstr ""53995400#: sequencer.c:3275401#, c-format5402msgid "unknown action: %d"5403msgstr ""54045405#: sequencer.c:3855406msgid ""5407"after resolving the conflicts, mark the corrected paths\n"5408"with 'git add <paths>' or 'git rm <paths>'"5409msgstr ""54105411#: sequencer.c:3885412msgid ""5413"after resolving the conflicts, mark the corrected paths\n"5414"with 'git add <paths>' or 'git rm <paths>'\n"5415"and commit the result with 'git commit'"5416msgstr ""54175418#: sequencer.c:401 sequencer.c:29095419#, c-format5420msgid "could not lock '%s'"5421msgstr ""54225423#: sequencer.c:4085424#, c-format5425msgid "could not write eol to '%s'"5426msgstr ""54275428#: sequencer.c:413 sequencer.c:2714 sequencer.c:2915 sequencer.c:29295429#: sequencer.c:31925430#, c-format5431msgid "failed to finalize '%s'"5432msgstr ""54335434#: sequencer.c:436 sequencer.c:981 sequencer.c:1655 sequencer.c:27345435#: sequencer.c:3174 sequencer.c:3283 builtin/am.c:245 builtin/commit.c:7635436#: builtin/merge.c:1112 builtin/rebase.c:5675437#, c-format5438msgid "could not read '%s'"5439msgstr ""54405441#: sequencer.c:4625442#, c-format5443msgid "your local changes would be overwritten by %s."5444msgstr ""54455446#: sequencer.c:4665447msgid "commit your changes or stash them to proceed."5448msgstr ""54495450#: sequencer.c:4985451#, c-format5452msgid "%s: fast-forward"5453msgstr ""54545455#: sequencer.c:537 builtin/tag.c:5655456#, c-format5457msgid "Invalid cleanup mode %s"5458msgstr ""54595460#. TRANSLATORS: %s will be "revert", "cherry-pick" or5461#. "rebase -i".5462#.5463#: sequencer.c:6325464#, c-format5465msgid "%s: Unable to write new index file"5466msgstr ""54675468#: sequencer.c:6495469msgid "unable to update cache tree"5470msgstr ""54715472#: sequencer.c:6635473msgid "could not resolve HEAD commit"5474msgstr ""54755476#: sequencer.c:7435477#, c-format5478msgid "no key present in '%.*s'"5479msgstr ""54805481#: sequencer.c:7545482#, c-format5483msgid "unable to dequote value of '%s'"5484msgstr ""54855486#: sequencer.c:791 wrapper.c:227 wrapper.c:397 builtin/am.c:7065487#: builtin/am.c:798 builtin/merge.c:1109 builtin/rebase.c:10455488#, c-format5489msgid "could not open '%s' for reading"5490msgstr ""54915492#: sequencer.c:8015493msgid "'GIT_AUTHOR_NAME' already given"5494msgstr ""54955496#: sequencer.c:8065497msgid "'GIT_AUTHOR_EMAIL' already given"5498msgstr ""54995500#: sequencer.c:8115501msgid "'GIT_AUTHOR_DATE' already given"5502msgstr ""55035504#: sequencer.c:8155505#, c-format5506msgid "unknown variable '%s'"5507msgstr ""55085509#: sequencer.c:8205510msgid "missing 'GIT_AUTHOR_NAME'"5511msgstr ""55125513#: sequencer.c:8225514msgid "missing 'GIT_AUTHOR_EMAIL'"5515msgstr ""55165517#: sequencer.c:8245518msgid "missing 'GIT_AUTHOR_DATE'"5519msgstr ""55205521#: sequencer.c:8845522#, c-format5523msgid "invalid date format '%s' in '%s'"5524msgstr ""55255526#: sequencer.c:9015527#, c-format5528msgid ""5529"you have staged changes in your working tree\n"5530"If these changes are meant to be squashed into the previous commit, run:\n"5531"\n"5532" git commit --amend %s\n"5533"\n"5534"If they are meant to go into a new commit, run:\n"5535"\n"5536" git commit %s\n"5537"\n"5538"In both cases, once you're done, continue with:\n"5539"\n"5540" git rebase --continue\n"5541msgstr ""55425543#: sequencer.c:9955544msgid "writing root commit"5545msgstr ""55465547#: sequencer.c:12165548msgid "'prepare-commit-msg' hook failed"5549msgstr ""55505551#: sequencer.c:12235552msgid ""5553"Your name and email address were configured automatically based\n"5554"on your username and hostname. Please check that they are accurate.\n"5555"You can suppress this message by setting them explicitly. Run the\n"5556"following command and follow the instructions in your editor to edit\n"5557"your configuration file:\n"5558"\n"5559" git config --global --edit\n"5560"\n"5561"After doing this, you may fix the identity used for this commit with:\n"5562"\n"5563" git commit --amend --reset-author\n"5564msgstr ""55655566#: sequencer.c:12365567msgid ""5568"Your name and email address were configured automatically based\n"5569"on your username and hostname. Please check that they are accurate.\n"5570"You can suppress this message by setting them explicitly:\n"5571"\n"5572" git config --global user.name \"Your Name\"\n"5573" git config --global user.email you@example.com\n"5574"\n"5575"After doing this, you may fix the identity used for this commit with:\n"5576"\n"5577" git commit --amend --reset-author\n"5578msgstr ""55795580#: sequencer.c:12785581msgid "couldn't look up newly created commit"5582msgstr ""55835584#: sequencer.c:12805585msgid "could not parse newly created commit"5586msgstr ""55875588#: sequencer.c:13265589msgid "unable to resolve HEAD after creating commit"5590msgstr ""55915592#: sequencer.c:13285593msgid "detached HEAD"5594msgstr ""55955596#: sequencer.c:13325597msgid " (root-commit)"5598msgstr ""55995600#: sequencer.c:13535601msgid "could not parse HEAD"5602msgstr ""56035604#: sequencer.c:13555605#, c-format5606msgid "HEAD %s is not a commit!"5607msgstr ""56085609#: sequencer.c:1359 builtin/commit.c:15715610msgid "could not parse HEAD commit"5611msgstr ""56125613#: sequencer.c:1411 sequencer.c:20045614msgid "unable to parse commit author"5615msgstr ""56165617#: sequencer.c:1421 builtin/am.c:1573 builtin/merge.c:6845618msgid "git write-tree failed to write a tree"5619msgstr ""56205621#: sequencer.c:1438 sequencer.c:14995622#, c-format5623msgid "unable to read commit message from '%s'"5624msgstr ""56255626#: sequencer.c:1465 builtin/am.c:1595 builtin/commit.c:1670 builtin/merge.c:8785627#: builtin/merge.c:9035628msgid "failed to write commit object"5629msgstr ""56305631#: sequencer.c:15265632#, c-format5633msgid "could not parse commit %s"5634msgstr ""56355636#: sequencer.c:15315637#, c-format5638msgid "could not parse parent commit %s"5639msgstr ""56405641#: sequencer.c:1605 sequencer.c:17155642#, c-format5643msgid "unknown command: %d"5644msgstr ""56455646#: sequencer.c:1662 sequencer.c:16875647#, c-format5648msgid "This is a combination of %d commits."5649msgstr ""56505651#: sequencer.c:16725652msgid "need a HEAD to fixup"5653msgstr ""56545655#: sequencer.c:1674 sequencer.c:32195656msgid "could not read HEAD"5657msgstr ""56585659#: sequencer.c:16765660msgid "could not read HEAD's commit message"5661msgstr ""56625663#: sequencer.c:16825664#, c-format5665msgid "cannot write '%s'"5666msgstr ""56675668#: sequencer.c:1689 git-rebase--preserve-merges.sh:4965669msgid "This is the 1st commit message:"5670msgstr ""56715672#: sequencer.c:16975673#, c-format5674msgid "could not read commit message of %s"5675msgstr ""56765677#: sequencer.c:17045678#, c-format5679msgid "This is the commit message #%d:"5680msgstr ""56815682#: sequencer.c:17105683#, c-format5684msgid "The commit message #%d will be skipped:"5685msgstr ""56865687#: sequencer.c:17985688msgid "your index file is unmerged."5689msgstr ""56905691#: sequencer.c:18055692msgid "cannot fixup root commit"5693msgstr ""56945695#: sequencer.c:18245696#, c-format5697msgid "commit %s is a merge but no -m option was given."5698msgstr ""56995700#: sequencer.c:1832 sequencer.c:18405701#, c-format5702msgid "commit %s does not have parent %d"5703msgstr ""57045705#: sequencer.c:18465706#, c-format5707msgid "cannot get commit message for %s"5708msgstr ""57095710#. TRANSLATORS: The first %s will be a "todo" command like5711#. "revert" or "pick", the second %s a SHA1.5712#: sequencer.c:18655713#, c-format5714msgid "%s: cannot parse parent commit %s"5715msgstr ""57165717#: sequencer.c:19305718#, c-format5719msgid "could not rename '%s' to '%s'"5720msgstr ""57215722#: sequencer.c:19855723#, c-format5724msgid "could not revert %s... %s"5725msgstr ""57265727#: sequencer.c:19865728#, c-format5729msgid "could not apply %s... %s"5730msgstr ""57315732#: sequencer.c:20455733#, c-format5734msgid "git %s: failed to read the index"5735msgstr ""57365737#: sequencer.c:20525738#, c-format5739msgid "git %s: failed to refresh the index"5740msgstr ""57415742#: sequencer.c:21285743#, c-format5744msgid "%s does not accept arguments: '%s'"5745msgstr ""57465747#: sequencer.c:21375748#, c-format5749msgid "missing arguments for %s"5750msgstr ""57515752#: sequencer.c:21745753#, c-format5754msgid "could not parse '%.*s'"5755msgstr ""57565757#: sequencer.c:22285758#, c-format5759msgid "invalid line %d: %.*s"5760msgstr ""57615762#: sequencer.c:22395763#, c-format5764msgid "cannot '%s' without a previous commit"5765msgstr ""57665767#: sequencer.c:2287 builtin/rebase.c:153 builtin/rebase.c:1785768#: builtin/rebase.c:204 builtin/rebase.c:2295769#, c-format5770msgid "could not read '%s'."5771msgstr ""57725773#: sequencer.c:23235774msgid "cancelling a cherry picking in progress"5775msgstr ""57765777#: sequencer.c:23305778msgid "cancelling a revert in progress"5779msgstr ""57805781#: sequencer.c:23645782msgid "please fix this using 'git rebase --edit-todo'."5783msgstr ""57845785#: sequencer.c:23665786#, c-format5787msgid "unusable instruction sheet: '%s'"5788msgstr ""57895790#: sequencer.c:23715791msgid "no commits parsed."5792msgstr ""57935794#: sequencer.c:23825795msgid "cannot cherry-pick during a revert."5796msgstr ""57975798#: sequencer.c:23845799msgid "cannot revert during a cherry-pick."5800msgstr ""58015802#: sequencer.c:24665803#, c-format5804msgid "invalid value for %s: %s"5805msgstr ""58065807#: sequencer.c:25535808msgid "unusable squash-onto"5809msgstr ""58105811#: sequencer.c:25695812#, c-format5813msgid "malformed options sheet: '%s'"5814msgstr ""58155816#: sequencer.c:2652 sequencer.c:43515817msgid "empty commit set passed"5818msgstr ""58195820#: sequencer.c:26685821msgid "revert is already in progress"5822msgstr ""58235824#: sequencer.c:26705825#, c-format5826msgid "try \"git revert (--continue | %s--abort | --quit)\""5827msgstr ""58285829#: sequencer.c:26735830msgid "cherry-pick is already in progress"5831msgstr ""58325833#: sequencer.c:26755834#, c-format5835msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""5836msgstr ""58375838#: sequencer.c:26895839#, c-format5840msgid "could not create sequencer directory '%s'"5841msgstr ""58425843#: sequencer.c:27045844msgid "could not lock HEAD"5845msgstr ""58465847#: sequencer.c:2764 sequencer.c:41035848msgid "no cherry-pick or revert in progress"5849msgstr ""58505851#: sequencer.c:2766 sequencer.c:27775852msgid "cannot resolve HEAD"5853msgstr ""58545855#: sequencer.c:2768 sequencer.c:28125856msgid "cannot abort from a branch yet to be born"5857msgstr ""58585859#: sequencer.c:2798 builtin/grep.c:7345860#, c-format5861msgid "cannot open '%s'"5862msgstr ""58635864#: sequencer.c:28005865#, c-format5866msgid "cannot read '%s': %s"5867msgstr ""58685869#: sequencer.c:28015870msgid "unexpected end of file"5871msgstr ""58725873#: sequencer.c:28075874#, c-format5875msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"5876msgstr ""58775878#: sequencer.c:28185879msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"5880msgstr ""58815882#: sequencer.c:28595883msgid "no revert in progress"5884msgstr ""58855886#: sequencer.c:28675887msgid "no cherry-pick in progress"5888msgstr ""58895890#: sequencer.c:28775891msgid "failed to skip the commit"5892msgstr ""58935894#: sequencer.c:28845895msgid "there is nothing to skip"5896msgstr ""58975898#: sequencer.c:28875899#, c-format5900msgid ""5901"have you committed already?\n"5902"try \"git %s --continue\""5903msgstr ""59045905#: sequencer.c:3011 sequencer.c:40155906#, c-format5907msgid "could not update %s"5908msgstr ""59095910#: sequencer.c:3049 sequencer.c:39955911msgid "cannot read HEAD"5912msgstr ""59135914#: sequencer.c:30665915#, c-format5916msgid "unable to copy '%s' to '%s'"5917msgstr ""59185919#: sequencer.c:30745920#, c-format5921msgid ""5922"You can amend the commit now, with\n"5923"\n"5924" git commit --amend %s\n"5925"\n"5926"Once you are satisfied with your changes, run\n"5927"\n"5928" git rebase --continue\n"5929msgstr ""59305931#: sequencer.c:30845932#, c-format5933msgid "Could not apply %s... %.*s"5934msgstr ""59355936#: sequencer.c:30915937#, c-format5938msgid "Could not merge %.*s"5939msgstr ""59405941#: sequencer.c:3105 sequencer.c:3109 builtin/difftool.c:6335942#, c-format5943msgid "could not copy '%s' to '%s'"5944msgstr ""59455946#: sequencer.c:3131 sequencer.c:3558 builtin/rebase.c:849 builtin/rebase.c:15825947#: builtin/rebase.c:1953 builtin/rebase.c:20085948msgid "could not read index"5949msgstr ""59505951#: sequencer.c:31365952#, c-format5953msgid ""5954"execution failed: %s\n"5955"%sYou can fix the problem, and then run\n"5956"\n"5957" git rebase --continue\n"5958"\n"5959msgstr ""59605961#: sequencer.c:31425962msgid "and made changes to the index and/or the working tree\n"5963msgstr ""59645965#: sequencer.c:31485966#, c-format5967msgid ""5968"execution succeeded: %s\n"5969"but left changes to the index and/or the working tree\n"5970"Commit or stash your changes, and then run\n"5971"\n"5972" git rebase --continue\n"5973"\n"5974msgstr ""59755976#: sequencer.c:32095977#, c-format5978msgid "illegal label name: '%.*s'"5979msgstr ""59805981#: sequencer.c:32635982msgid "writing fake root commit"5983msgstr ""59845985#: sequencer.c:32685986msgid "writing squash-onto"5987msgstr ""59885989#: sequencer.c:3306 builtin/rebase.c:854 builtin/rebase.c:8605990#, c-format5991msgid "failed to find tree of %s"5992msgstr ""59935994#: sequencer.c:3324 builtin/rebase.c:8735995msgid "could not write index"5996msgstr ""59975998#: sequencer.c:33515999#, c-format6000msgid "could not resolve '%s'"6001msgstr ""60026003#: sequencer.c:33796004msgid "cannot merge without a current revision"6005msgstr ""60066007#: sequencer.c:34016008#, c-format6009msgid "unable to parse '%.*s'"6010msgstr ""60116012#: sequencer.c:34106013#, c-format6014msgid "nothing to merge: '%.*s'"6015msgstr ""60166017#: sequencer.c:34226018msgid "octopus merge cannot be executed on top of a [new root]"6019msgstr ""60206021#: sequencer.c:34376022#, c-format6023msgid "could not get commit message of '%s'"6024msgstr ""60256026#: sequencer.c:35906027#, c-format6028msgid "could not even attempt to merge '%.*s'"6029msgstr ""60306031#: sequencer.c:36066032msgid "merge: Unable to write new index file"6033msgstr ""60346035#: sequencer.c:3675 builtin/rebase.c:7116036#, c-format6037msgid "Applied autostash.\n"6038msgstr ""60396040#: sequencer.c:36876041#, c-format6042msgid "cannot store %s"6043msgstr ""60446045#: sequencer.c:3690 builtin/rebase.c:727 git-rebase--preserve-merges.sh:1136046#, c-format6047msgid ""6048"Applying autostash resulted in conflicts.\n"6049"Your changes are safe in the stash.\n"6050"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"6051msgstr ""60526053#: sequencer.c:37516054#, c-format6055msgid "could not checkout %s"6056msgstr ""60576058#: sequencer.c:37656059#, c-format6060msgid "%s: not a valid OID"6061msgstr ""60626063#: sequencer.c:3770 git-rebase--preserve-merges.sh:7796064msgid "could not detach HEAD"6065msgstr ""60666067#: sequencer.c:37856068#, c-format6069msgid "Stopped at HEAD\n"6070msgstr ""60716072#: sequencer.c:37876073#, c-format6074msgid "Stopped at %s\n"6075msgstr ""60766077#: sequencer.c:37956078#, c-format6079msgid ""6080"Could not execute the todo command\n"6081"\n"6082" %.*s\n"6083"It has been rescheduled; To edit the command before continuing, please\n"6084"edit the todo list first:\n"6085"\n"6086" git rebase --edit-todo\n"6087" git rebase --continue\n"6088msgstr ""60896090#: sequencer.c:38776091#, c-format6092msgid "Stopped at %s... %.*s\n"6093msgstr ""60946095#: sequencer.c:39586096#, c-format6097msgid "unknown command %d"6098msgstr ""60996100#: sequencer.c:40036101msgid "could not read orig-head"6102msgstr ""61036104#: sequencer.c:40086105msgid "could not read 'onto'"6106msgstr ""61076108#: sequencer.c:40226109#, c-format6110msgid "could not update HEAD to %s"6111msgstr ""61126113#: sequencer.c:41156114msgid "cannot rebase: You have unstaged changes."6115msgstr ""61166117#: sequencer.c:41246118msgid "cannot amend non-existing commit"6119msgstr ""61206121#: sequencer.c:41266122#, c-format6123msgid "invalid file: '%s'"6124msgstr ""61256126#: sequencer.c:41286127#, c-format6128msgid "invalid contents: '%s'"6129msgstr ""61306131#: sequencer.c:41316132msgid ""6133"\n"6134"You have uncommitted changes in your working tree. Please, commit them\n"6135"first and then run 'git rebase --continue' again."6136msgstr ""61376138#: sequencer.c:4167 sequencer.c:42056139#, c-format6140msgid "could not write file: '%s'"6141msgstr ""61426143#: sequencer.c:42206144msgid "could not remove CHERRY_PICK_HEAD"6145msgstr ""61466147#: sequencer.c:42276148msgid "could not commit staged changes."6149msgstr ""61506151#: sequencer.c:43286152#, c-format6153msgid "%s: can't cherry-pick a %s"6154msgstr ""61556156#: sequencer.c:43326157#, c-format6158msgid "%s: bad revision"6159msgstr ""61606161#: sequencer.c:43676162msgid "can't revert as initial commit"6163msgstr ""61646165#: sequencer.c:48106166msgid "make_script: unhandled options"6167msgstr ""61686169#: sequencer.c:48136170msgid "make_script: error preparing revisions"6171msgstr ""61726173#: sequencer.c:49716174msgid ""6175"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"6176"continue'.\n"6177"Or you can abort the rebase with 'git rebase --abort'.\n"6178msgstr ""61796180#: sequencer.c:5083 sequencer.c:51006181msgid "nothing to do"6182msgstr ""61836184#: sequencer.c:51146185msgid "could not skip unnecessary pick commands"6186msgstr ""61876188#: sequencer.c:51976189msgid "the script was already rearranged."6190msgstr ""61916192#: setup.c:1236193#, c-format6194msgid "'%s' is outside repository"6195msgstr ""61966197#: setup.c:1736198#, c-format6199msgid ""6200"%s: no such path in the working tree.\n"6201"Use 'git <command> -- <path>...' to specify paths that do not exist locally."6202msgstr ""62036204#: setup.c:1866205#, c-format6206msgid ""6207"ambiguous argument '%s': unknown revision or path not in the working tree.\n"6208"Use '--' to separate paths from revisions, like this:\n"6209"'git <command> [<revision>...] -- [<file>...]'"6210msgstr ""62116212#: setup.c:2356213#, c-format6214msgid "option '%s' must come before non-option arguments"6215msgstr ""62166217#: setup.c:2546218#, c-format6219msgid ""6220"ambiguous argument '%s': both revision and filename\n"6221"Use '--' to separate paths from revisions, like this:\n"6222"'git <command> [<revision>...] -- [<file>...]'"6223msgstr ""62246225#: setup.c:3906226msgid "unable to set up work tree using invalid config"6227msgstr ""62286229#: setup.c:3946230msgid "this operation must be run in a work tree"6231msgstr ""62326233#: setup.c:5406234#, c-format6235msgid "Expected git repo version <= %d, found %d"6236msgstr ""62376238#: setup.c:5486239msgid "unknown repository extensions found:"6240msgstr ""62416242#: setup.c:5676243#, c-format6244msgid "error opening '%s'"6245msgstr ""62466247#: setup.c:5696248#, c-format6249msgid "too large to be a .git file: '%s'"6250msgstr ""62516252#: setup.c:5716253#, c-format6254msgid "error reading %s"6255msgstr ""62566257#: setup.c:5736258#, c-format6259msgid "invalid gitfile format: %s"6260msgstr ""62616262#: setup.c:5756263#, c-format6264msgid "no path in gitfile: %s"6265msgstr ""62666267#: setup.c:5776268#, c-format6269msgid "not a git repository: %s"6270msgstr ""62716272#: setup.c:6766273#, c-format6274msgid "'$%s' too big"6275msgstr ""62766277#: setup.c:6906278#, c-format6279msgid "not a git repository: '%s'"6280msgstr ""62816282#: setup.c:719 setup.c:721 setup.c:7526283#, c-format6284msgid "cannot chdir to '%s'"6285msgstr ""62866287#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:8376288msgid "cannot come back to cwd"6289msgstr ""62906291#: setup.c:8516292#, c-format6293msgid "failed to stat '%*s%s%s'"6294msgstr ""62956296#: setup.c:10836297msgid "Unable to read current working directory"6298msgstr ""62996300#: setup.c:1092 setup.c:10986301#, c-format6302msgid "cannot change to '%s'"6303msgstr ""63046305#: setup.c:11036306#, c-format6307msgid "not a git repository (or any of the parent directories): %s"6308msgstr ""63096310#: setup.c:11096311#, c-format6312msgid ""6313"not a git repository (or any parent up to mount point %s)\n"6314"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."6315msgstr ""63166317#: setup.c:12206318#, c-format6319msgid ""6320"problem with core.sharedRepository filemode value (0%.3o).\n"6321"The owner of files must always have read and write permissions."6322msgstr ""63236324#: setup.c:12646325msgid "open /dev/null or dup failed"6326msgstr ""63276328#: setup.c:12796329msgid "fork failed"6330msgstr ""63316332#: setup.c:12846333msgid "setsid failed"6334msgstr ""63356336#: sha1-file.c:4536337#, c-format6338msgid "object directory %s does not exist; check .git/objects/info/alternates"6339msgstr ""63406341#: sha1-file.c:5046342#, c-format6343msgid "unable to normalize alternate object path: %s"6344msgstr ""63456346#: sha1-file.c:5766347#, c-format6348msgid "%s: ignoring alternate object stores, nesting too deep"6349msgstr ""63506351#: sha1-file.c:5836352#, c-format6353msgid "unable to normalize object directory: %s"6354msgstr ""63556356#: sha1-file.c:6266357msgid "unable to fdopen alternates lockfile"6358msgstr ""63596360#: sha1-file.c:6446361msgid "unable to read alternates file"6362msgstr ""63636364#: sha1-file.c:6516365msgid "unable to move new alternates file into place"6366msgstr ""63676368#: sha1-file.c:6866369#, c-format6370msgid "path '%s' does not exist"6371msgstr ""63726373#: sha1-file.c:7126374#, c-format6375msgid "reference repository '%s' as a linked checkout is not supported yet."6376msgstr ""63776378#: sha1-file.c:7186379#, c-format6380msgid "reference repository '%s' is not a local repository."6381msgstr ""63826383#: sha1-file.c:7246384#, c-format6385msgid "reference repository '%s' is shallow"6386msgstr ""63876388#: sha1-file.c:7326389#, c-format6390msgid "reference repository '%s' is grafted"6391msgstr ""63926393#: sha1-file.c:7926394#, c-format6395msgid "invalid line while parsing alternate refs: %s"6396msgstr ""63976398#: sha1-file.c:9446399#, c-format6400msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"6401msgstr ""64026403#: sha1-file.c:9696404msgid "mmap failed"6405msgstr ""64066407#: sha1-file.c:11336408#, c-format6409msgid "object file %s is empty"6410msgstr ""64116412#: sha1-file.c:1257 sha1-file.c:23966413#, c-format6414msgid "corrupt loose object '%s'"6415msgstr ""64166417#: sha1-file.c:1259 sha1-file.c:24006418#, c-format6419msgid "garbage at end of loose object '%s'"6420msgstr ""64216422#: sha1-file.c:13016423msgid "invalid object type"6424msgstr ""64256426#: sha1-file.c:13856427#, c-format6428msgid "unable to unpack %s header with --allow-unknown-type"6429msgstr ""64306431#: sha1-file.c:13886432#, c-format6433msgid "unable to unpack %s header"6434msgstr ""64356436#: sha1-file.c:13946437#, c-format6438msgid "unable to parse %s header with --allow-unknown-type"6439msgstr ""64406441#: sha1-file.c:13976442#, c-format6443msgid "unable to parse %s header"6444msgstr ""64456446#: sha1-file.c:15886447#, c-format6448msgid "failed to read object %s"6449msgstr ""64506451#: sha1-file.c:15926452#, c-format6453msgid "replacement %s not found for %s"6454msgstr ""64556456#: sha1-file.c:15966457#, c-format6458msgid "loose object %s (stored in %s) is corrupt"6459msgstr ""64606461#: sha1-file.c:16006462#, c-format6463msgid "packed object %s (stored in %s) is corrupt"6464msgstr ""64656466#: sha1-file.c:17036467#, c-format6468msgid "unable to write file %s"6469msgstr ""64706471#: sha1-file.c:17106472#, c-format6473msgid "unable to set permission to '%s'"6474msgstr ""64756476#: sha1-file.c:17176477msgid "file write error"6478msgstr ""64796480#: sha1-file.c:17366481msgid "error when closing loose object file"6482msgstr ""64836484#: sha1-file.c:18016485#, c-format6486msgid "insufficient permission for adding an object to repository database %s"6487msgstr ""64886489#: sha1-file.c:18036490msgid "unable to create temporary file"6491msgstr ""64926493#: sha1-file.c:18276494msgid "unable to write loose object file"6495msgstr ""64966497#: sha1-file.c:18336498#, c-format6499msgid "unable to deflate new object %s (%d)"6500msgstr ""65016502#: sha1-file.c:18376503#, c-format6504msgid "deflateEnd on object %s failed (%d)"6505msgstr ""65066507#: sha1-file.c:18416508#, c-format6509msgid "confused by unstable object source data for %s"6510msgstr ""65116512#: sha1-file.c:1851 builtin/pack-objects.c:9256513#, c-format6514msgid "failed utime() on %s"6515msgstr ""65166517#: sha1-file.c:19266518#, c-format6519msgid "cannot read object for %s"6520msgstr ""65216522#: sha1-file.c:19666523msgid "corrupt commit"6524msgstr ""65256526#: sha1-file.c:19746527msgid "corrupt tag"6528msgstr ""65296530#: sha1-file.c:20736531#, c-format6532msgid "read error while indexing %s"6533msgstr ""65346535#: sha1-file.c:20766536#, c-format6537msgid "short read while indexing %s"6538msgstr ""65396540#: sha1-file.c:2149 sha1-file.c:21586541#, c-format6542msgid "%s: failed to insert into database"6543msgstr ""65446545#: sha1-file.c:21646546#, c-format6547msgid "%s: unsupported file type"6548msgstr ""65496550#: sha1-file.c:21886551#, c-format6552msgid "%s is not a valid object"6553msgstr ""65546555#: sha1-file.c:21906556#, c-format6557msgid "%s is not a valid '%s' object"6558msgstr ""65596560#: sha1-file.c:2217 builtin/index-pack.c:1556561#, c-format6562msgid "unable to open %s"6563msgstr ""65646565#: sha1-file.c:2407 sha1-file.c:24596566#, c-format6567msgid "hash mismatch for %s (expected %s)"6568msgstr ""65696570#: sha1-file.c:24316571#, c-format6572msgid "unable to mmap %s"6573msgstr ""65746575#: sha1-file.c:24366576#, c-format6577msgid "unable to unpack header of %s"6578msgstr ""65796580#: sha1-file.c:24426581#, c-format6582msgid "unable to parse header of %s"6583msgstr ""65846585#: sha1-file.c:24536586#, c-format6587msgid "unable to unpack contents of %s"6588msgstr ""65896590#: sha1-name.c:4906591#, c-format6592msgid "short SHA1 %s is ambiguous"6593msgstr ""65946595#: sha1-name.c:5016596msgid "The candidates are:"6597msgstr ""65986599#: sha1-name.c:8006600msgid ""6601"Git normally never creates a ref that ends with 40 hex characters\n"6602"because it will be ignored when you just specify 40-hex. These refs\n"6603"may be created by mistake. For example,\n"6604"\n"6605" git switch -c $br $(git rev-parse ...)\n"6606"\n"6607"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"6608"examine these refs and maybe delete them. Turn this message off by\n"6609"running \"git config advice.objectNameWarning false\""6610msgstr ""66116612#. TRANSLATORS: IEC 80000-13:2008 gibibyte6613#: strbuf.c:8216614#, c-format6615msgid "%u.%2.2u GiB"6616msgstr ""66176618#. TRANSLATORS: IEC 80000-13:2008 gibibyte/second6619#: strbuf.c:8236620#, c-format6621msgid "%u.%2.2u GiB/s"6622msgstr ""66236624#. TRANSLATORS: IEC 80000-13:2008 mebibyte6625#: strbuf.c:8316626#, c-format6627msgid "%u.%2.2u MiB"6628msgstr ""66296630#. TRANSLATORS: IEC 80000-13:2008 mebibyte/second6631#: strbuf.c:8336632#, c-format6633msgid "%u.%2.2u MiB/s"6634msgstr ""66356636#. TRANSLATORS: IEC 80000-13:2008 kibibyte6637#: strbuf.c:8406638#, c-format6639msgid "%u.%2.2u KiB"6640msgstr ""66416642#. TRANSLATORS: IEC 80000-13:2008 kibibyte/second6643#: strbuf.c:8426644#, c-format6645msgid "%u.%2.2u KiB/s"6646msgstr ""66476648#. TRANSLATORS: IEC 80000-13:2008 byte6649#: strbuf.c:8486650#, c-format6651msgid "%u byte"6652msgid_plural "%u bytes"6653msgstr[0] ""6654msgstr[1] ""66556656#. TRANSLATORS: IEC 80000-13:2008 byte/second6657#: strbuf.c:8506658#, c-format6659msgid "%u byte/s"6660msgid_plural "%u bytes/s"6661msgstr[0] ""6662msgstr[1] ""66636664#: submodule.c:114 submodule.c:1436665msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"6666msgstr ""66676668#: submodule.c:118 submodule.c:1476669#, c-format6670msgid "Could not find section in .gitmodules where path=%s"6671msgstr ""66726673#: submodule.c:1546674#, c-format6675msgid "Could not remove .gitmodules entry for %s"6676msgstr ""66776678#: submodule.c:1656679msgid "staging updated .gitmodules failed"6680msgstr ""66816682#: submodule.c:3276683#, c-format6684msgid "in unpopulated submodule '%s'"6685msgstr ""66866687#: submodule.c:3586688#, c-format6689msgid "Pathspec '%s' is in submodule '%.*s'"6690msgstr ""66916692#: submodule.c:9106693#, c-format6694msgid "submodule entry '%s' (%s) is a %s, not a commit"6695msgstr ""66966697#: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:19896698msgid "Failed to resolve HEAD as a valid ref."6699msgstr ""67006701#: submodule.c:14816702#, c-format6703msgid "Could not access submodule '%s'"6704msgstr ""67056706#: submodule.c:16516707#, c-format6708msgid "'%s' not recognized as a git repository"6709msgstr ""67106711#: submodule.c:17896712#, c-format6713msgid "could not start 'git status' in submodule '%s'"6714msgstr ""67156716#: submodule.c:18026717#, c-format6718msgid "could not run 'git status' in submodule '%s'"6719msgstr ""67206721#: submodule.c:18176722#, c-format6723msgid "Could not unset core.worktree setting in submodule '%s'"6724msgstr ""67256726#: submodule.c:19076727#, c-format6728msgid "submodule '%s' has dirty index"6729msgstr ""67306731#: submodule.c:19596732#, c-format6733msgid "Submodule '%s' could not be updated."6734msgstr ""67356736#: submodule.c:20076737#, c-format6738msgid ""6739"relocate_gitdir for submodule '%s' with more than one worktree not supported"6740msgstr ""67416742#: submodule.c:2019 submodule.c:20746743#, c-format6744msgid "could not lookup name for submodule '%s'"6745msgstr ""67466747#: submodule.c:20266748#, c-format6749msgid ""6750"Migrating git directory of '%s%s' from\n"6751"'%s' to\n"6752"'%s'\n"6753msgstr ""67546755#: submodule.c:21096756#, c-format6757msgid "could not recurse into submodule '%s'"6758msgstr ""67596760#: submodule.c:21536761msgid "could not start ls-files in .."6762msgstr ""67636764#: submodule.c:21926765#, c-format6766msgid "ls-tree returned unexpected return code %d"6767msgstr ""67686769#: submodule-config.c:2326770#, c-format6771msgid "ignoring suspicious submodule name: %s"6772msgstr ""67736774#: submodule-config.c:2996775msgid "negative values not allowed for submodule.fetchjobs"6776msgstr ""67776778#: submodule-config.c:3976779#, c-format6780msgid "ignoring '%s' which may be interpreted as a command-line option: %s"6781msgstr ""67826783#: submodule-config.c:4866784#, c-format6785msgid "invalid value for %s"6786msgstr ""67876788#: submodule-config.c:7556789#, c-format6790msgid "Could not update .gitmodules entry %s"6791msgstr ""67926793#: trailer.c:2386794#, c-format6795msgid "running trailer command '%s' failed"6796msgstr ""67976798#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5536799#: trailer.c:5576800#, c-format6801msgid "unknown value '%s' for key '%s'"6802msgstr ""68036804#: trailer.c:539 trailer.c:544 builtin/remote.c:2956805#, c-format6806msgid "more than one %s"6807msgstr ""68086809#: trailer.c:7306810#, c-format6811msgid "empty trailer token in trailer '%.*s'"6812msgstr ""68136814#: trailer.c:7506815#, c-format6816msgid "could not read input file '%s'"6817msgstr ""68186819#: trailer.c:7536820msgid "could not read from stdin"6821msgstr ""68226823#: trailer.c:1011 wrapper.c:7016824#, c-format6825msgid "could not stat %s"6826msgstr ""68276828#: trailer.c:10136829#, c-format6830msgid "file %s is not a regular file"6831msgstr ""68326833#: trailer.c:10156834#, c-format6835msgid "file %s is not writable by user"6836msgstr ""68376838#: trailer.c:10276839msgid "could not open temporary file"6840msgstr ""68416842#: trailer.c:10676843#, c-format6844msgid "could not rename temporary file to %s"6845msgstr ""68466847#: transport.c:1166848#, c-format6849msgid "Would set upstream of '%s' to '%s' of '%s'\n"6850msgstr ""68516852#: transport.c:1426853#, c-format6854msgid "could not read bundle '%s'"6855msgstr ""68566857#: transport.c:2086858#, c-format6859msgid "transport: invalid depth option '%s'"6860msgstr ""68616862#: transport.c:2596863msgid "see protocol.version in 'git help config' for more details"6864msgstr ""68656866#: transport.c:2606867msgid "server options require protocol version 2 or later"6868msgstr ""68696870#: transport.c:6256871msgid "could not parse transport.color.* config"6872msgstr ""68736874#: transport.c:6986875msgid "support for protocol v2 not implemented yet"6876msgstr ""68776878#: transport.c:8256879#, c-format6880msgid "unknown value for config '%s': %s"6881msgstr ""68826883#: transport.c:8916884#, c-format6885msgid "transport '%s' not allowed"6886msgstr ""68876888#: transport.c:9456889msgid "git-over-rsync is no longer supported"6890msgstr ""68916892#: transport.c:10406893#, c-format6894msgid ""6895"The following submodule paths contain changes that can\n"6896"not be found on any remote:\n"6897msgstr ""68986899#: transport.c:10446900#, c-format6901msgid ""6902"\n"6903"Please try\n"6904"\n"6905"\tgit push --recurse-submodules=on-demand\n"6906"\n"6907"or cd to the path and use\n"6908"\n"6909"\tgit push\n"6910"\n"6911"to push them to a remote.\n"6912"\n"6913msgstr ""69146915#: transport.c:10526916msgid "Aborting."6917msgstr ""69186919#: transport.c:11936920msgid "failed to push all needed submodules"6921msgstr ""69226923#: transport.c:1340 transport-helper.c:6456924msgid "operation not supported by protocol"6925msgstr ""69266927#: transport-helper.c:51 transport-helper.c:806928msgid "full write to remote helper failed"6929msgstr ""69306931#: transport-helper.c:1346932#, c-format6933msgid "unable to find remote helper for '%s'"6934msgstr ""69356936#: transport-helper.c:150 transport-helper.c:5596937msgid "can't dup helper output fd"6938msgstr ""69396940#: transport-helper.c:2016941#, c-format6942msgid ""6943"unknown mandatory capability %s; this remote helper probably needs newer "6944"version of Git"6945msgstr ""69466947#: transport-helper.c:2076948msgid "this remote helper should implement refspec capability"6949msgstr ""69506951#: transport-helper.c:274 transport-helper.c:4146952#, c-format6953msgid "%s unexpectedly said: '%s'"6954msgstr ""69556956#: transport-helper.c:4036957#, c-format6958msgid "%s also locked %s"6959msgstr ""69606961#: transport-helper.c:4816962msgid "couldn't run fast-import"6963msgstr ""69646965#: transport-helper.c:5046966msgid "error while running fast-import"6967msgstr ""69686969#: transport-helper.c:533 transport-helper.c:11056970#, c-format6971msgid "could not read ref %s"6972msgstr ""69736974#: transport-helper.c:5786975#, c-format6976msgid "unknown response to connect: %s"6977msgstr ""69786979#: transport-helper.c:6006980msgid "setting remote service path not supported by protocol"6981msgstr ""69826983#: transport-helper.c:6026984msgid "invalid remote service path"6985msgstr ""69866987#: transport-helper.c:6486988#, c-format6989msgid "can't connect to subservice %s"6990msgstr ""69916992#: transport-helper.c:7206993#, c-format6994msgid "expected ok/error, helper said '%s'"6995msgstr ""69966997#: transport-helper.c:7736998#, c-format6999msgid "helper reported unexpected status of %s"7000msgstr ""70017002#: transport-helper.c:8347003#, c-format7004msgid "helper %s does not support dry-run"7005msgstr ""70067007#: transport-helper.c:8377008#, c-format7009msgid "helper %s does not support --signed"7010msgstr ""70117012#: transport-helper.c:8407013#, c-format7014msgid "helper %s does not support --signed=if-asked"7015msgstr ""70167017#: transport-helper.c:8477018#, c-format7019msgid "helper %s does not support 'push-option'"7020msgstr ""70217022#: transport-helper.c:9457023msgid "remote-helper doesn't support push; refspec needed"7024msgstr ""70257026#: transport-helper.c:9507027#, c-format7028msgid "helper %s does not support 'force'"7029msgstr ""70307031#: transport-helper.c:9977032msgid "couldn't run fast-export"7033msgstr ""70347035#: transport-helper.c:10027036msgid "error while running fast-export"7037msgstr ""70387039#: transport-helper.c:10277040#, c-format7041msgid ""7042"No refs in common and none specified; doing nothing.\n"7043"Perhaps you should specify a branch such as 'master'.\n"7044msgstr ""70457046#: transport-helper.c:10917047#, c-format7048msgid "malformed response in ref list: %s"7049msgstr ""70507051#: transport-helper.c:12447052#, c-format7053msgid "read(%s) failed"7054msgstr ""70557056#: transport-helper.c:12717057#, c-format7058msgid "write(%s) failed"7059msgstr ""70607061#: transport-helper.c:13207062#, c-format7063msgid "%s thread failed"7064msgstr ""70657066#: transport-helper.c:13247067#, c-format7068msgid "%s thread failed to join: %s"7069msgstr ""70707071#: transport-helper.c:1343 transport-helper.c:13477072#, c-format7073msgid "can't start thread for copying data: %s"7074msgstr ""70757076#: transport-helper.c:13847077#, c-format7078msgid "%s process failed to wait"7079msgstr ""70807081#: transport-helper.c:13887082#, c-format7083msgid "%s process failed"7084msgstr ""70857086#: transport-helper.c:1406 transport-helper.c:14157087msgid "can't start thread for copying data"7088msgstr ""70897090#: tree-walk.c:337091msgid "too-short tree object"7092msgstr ""70937094#: tree-walk.c:397095msgid "malformed mode in tree entry"7096msgstr ""70977098#: tree-walk.c:437099msgid "empty filename in tree entry"7100msgstr ""71017102#: tree-walk.c:1187103msgid "too-short tree file"7104msgstr ""71057106#: unpack-trees.c:1117107#, c-format7108msgid ""7109"Your local changes to the following files would be overwritten by checkout:\n"7110"%%sPlease commit your changes or stash them before you switch branches."7111msgstr ""71127113#: unpack-trees.c:1137114#, c-format7115msgid ""7116"Your local changes to the following files would be overwritten by checkout:\n"7117"%%s"7118msgstr ""71197120#: unpack-trees.c:1167121#, c-format7122msgid ""7123"Your local changes to the following files would be overwritten by merge:\n"7124"%%sPlease commit your changes or stash them before you merge."7125msgstr ""71267127#: unpack-trees.c:1187128#, c-format7129msgid ""7130"Your local changes to the following files would be overwritten by merge:\n"7131"%%s"7132msgstr ""71337134#: unpack-trees.c:1217135#, c-format7136msgid ""7137"Your local changes to the following files would be overwritten by %s:\n"7138"%%sPlease commit your changes or stash them before you %s."7139msgstr ""71407141#: unpack-trees.c:1237142#, c-format7143msgid ""7144"Your local changes to the following files would be overwritten by %s:\n"7145"%%s"7146msgstr ""71477148#: unpack-trees.c:1287149#, c-format7150msgid ""7151"Updating the following directories would lose untracked files in them:\n"7152"%s"7153msgstr ""71547155#: unpack-trees.c:1327156#, c-format7157msgid ""7158"The following untracked working tree files would be removed by checkout:\n"7159"%%sPlease move or remove them before you switch branches."7160msgstr ""71617162#: unpack-trees.c:1347163#, c-format7164msgid ""7165"The following untracked working tree files would be removed by checkout:\n"7166"%%s"7167msgstr ""71687169#: unpack-trees.c:1377170#, c-format7171msgid ""7172"The following untracked working tree files would be removed by merge:\n"7173"%%sPlease move or remove them before you merge."7174msgstr ""71757176#: unpack-trees.c:1397177#, c-format7178msgid ""7179"The following untracked working tree files would be removed by merge:\n"7180"%%s"7181msgstr ""71827183#: unpack-trees.c:1427184#, c-format7185msgid ""7186"The following untracked working tree files would be removed by %s:\n"7187"%%sPlease move or remove them before you %s."7188msgstr ""71897190#: unpack-trees.c:1447191#, c-format7192msgid ""7193"The following untracked working tree files would be removed by %s:\n"7194"%%s"7195msgstr ""71967197#: unpack-trees.c:1507198#, c-format7199msgid ""7200"The following untracked working tree files would be overwritten by "7201"checkout:\n"7202"%%sPlease move or remove them before you switch branches."7203msgstr ""72047205#: unpack-trees.c:1527206#, c-format7207msgid ""7208"The following untracked working tree files would be overwritten by "7209"checkout:\n"7210"%%s"7211msgstr ""72127213#: unpack-trees.c:1557214#, c-format7215msgid ""7216"The following untracked working tree files would be overwritten by merge:\n"7217"%%sPlease move or remove them before you merge."7218msgstr ""72197220#: unpack-trees.c:1577221#, c-format7222msgid ""7223"The following untracked working tree files would be overwritten by merge:\n"7224"%%s"7225msgstr ""72267227#: unpack-trees.c:1607228#, c-format7229msgid ""7230"The following untracked working tree files would be overwritten by %s:\n"7231"%%sPlease move or remove them before you %s."7232msgstr ""72337234#: unpack-trees.c:1627235#, c-format7236msgid ""7237"The following untracked working tree files would be overwritten by %s:\n"7238"%%s"7239msgstr ""72407241#: unpack-trees.c:1707242#, c-format7243msgid "Entry '%s' overlaps with '%s'. Cannot bind."7244msgstr ""72457246#: unpack-trees.c:1737247#, c-format7248msgid ""7249"Cannot update sparse checkout: the following entries are not up to date:\n"7250"%s"7251msgstr ""72527253#: unpack-trees.c:1757254#, c-format7255msgid ""7256"The following working tree files would be overwritten by sparse checkout "7257"update:\n"7258"%s"7259msgstr ""72607261#: unpack-trees.c:1777262#, c-format7263msgid ""7264"The following working tree files would be removed by sparse checkout "7265"update:\n"7266"%s"7267msgstr ""72687269#: unpack-trees.c:1797270#, c-format7271msgid ""7272"Cannot update submodule:\n"7273"%s"7274msgstr ""72757276#: unpack-trees.c:2567277#, c-format7278msgid "Aborting\n"7279msgstr ""72807281#: unpack-trees.c:3187282msgid "Updating files"7283msgstr ""72847285#: unpack-trees.c:3507286msgid ""7287"the following paths have collided (e.g. case-sensitive paths\n"7288"on a case-insensitive filesystem) and only one from the same\n"7289"colliding group is in the working tree:\n"7290msgstr ""72917292#: urlmatch.c:1637293msgid "invalid URL scheme name or missing '://' suffix"7294msgstr ""72957296#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4057297#, c-format7298msgid "invalid %XX escape sequence"7299msgstr ""73007301#: urlmatch.c:2157302msgid "missing host and scheme is not 'file:'"7303msgstr ""73047305#: urlmatch.c:2327306msgid "a 'file:' URL may not have a port number"7307msgstr ""73087309#: urlmatch.c:2477310msgid "invalid characters in host name"7311msgstr ""73127313#: urlmatch.c:292 urlmatch.c:3037314msgid "invalid port number"7315msgstr ""73167317#: urlmatch.c:3717318msgid "invalid '..' path segment"7319msgstr ""73207321#: worktree.c:258 builtin/am.c:20957322#, c-format7323msgid "failed to read '%s'"7324msgstr ""73257326#: worktree.c:3047327#, c-format7328msgid "'%s' at main working tree is not the repository directory"7329msgstr ""73307331#: worktree.c:3157332#, c-format7333msgid "'%s' file does not contain absolute path to the working tree location"7334msgstr ""73357336#: worktree.c:3277337#, c-format7338msgid "'%s' does not exist"7339msgstr ""73407341#: worktree.c:3337342#, c-format7343msgid "'%s' is not a .git file, error code %d"7344msgstr ""73457346#: worktree.c:3417347#, c-format7348msgid "'%s' does not point back to '%s'"7349msgstr ""73507351#: wrapper.c:223 wrapper.c:3937352#, c-format7353msgid "could not open '%s' for reading and writing"7354msgstr ""73557356#: wrapper.c:424 wrapper.c:6247357#, c-format7358msgid "unable to access '%s'"7359msgstr ""73607361#: wrapper.c:6327362msgid "unable to get current working directory"7363msgstr ""73647365#: wt-status.c:1587366msgid "Unmerged paths:"7367msgstr ""73687369#: wt-status.c:187 wt-status.c:2197370msgid " (use \"git restore --staged <file>...\" to unstage)"7371msgstr ""73727373#: wt-status.c:190 wt-status.c:2227374#, c-format7375msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"7376msgstr ""73777378#: wt-status.c:193 wt-status.c:2257379msgid " (use \"git rm --cached <file>...\" to unstage)"7380msgstr ""73817382#: wt-status.c:1977383msgid " (use \"git add <file>...\" to mark resolution)"7384msgstr ""73857386#: wt-status.c:199 wt-status.c:2037387msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"7388msgstr ""73897390#: wt-status.c:2017391msgid " (use \"git rm <file>...\" to mark resolution)"7392msgstr ""73937394#: wt-status.c:211 wt-status.c:10747395msgid "Changes to be committed:"7396msgstr ""73977398#: wt-status.c:234 wt-status.c:10837399msgid "Changes not staged for commit:"7400msgstr ""74017402#: wt-status.c:2387403msgid " (use \"git add <file>...\" to update what will be committed)"7404msgstr ""74057406#: wt-status.c:2407407msgid " (use \"git add/rm <file>...\" to update what will be committed)"7408msgstr ""74097410#: wt-status.c:2417411msgid ""7412" (use \"git restore <file>...\" to discard changes in working directory)"7413msgstr ""74147415#: wt-status.c:2437416msgid " (commit or discard the untracked or modified content in submodules)"7417msgstr ""74187419#: wt-status.c:2547420#, c-format7421msgid " (use \"git %s <file>...\" to include in what will be committed)"7422msgstr ""74237424#: wt-status.c:2687425msgid "both deleted:"7426msgstr ""74277428#: wt-status.c:2707429msgid "added by us:"7430msgstr ""74317432#: wt-status.c:2727433msgid "deleted by them:"7434msgstr ""74357436#: wt-status.c:2747437msgid "added by them:"7438msgstr ""74397440#: wt-status.c:2767441msgid "deleted by us:"7442msgstr ""74437444#: wt-status.c:2787445msgid "both added:"7446msgstr ""74477448#: wt-status.c:2807449msgid "both modified:"7450msgstr ""74517452#: wt-status.c:2907453msgid "new file:"7454msgstr ""74557456#: wt-status.c:2927457msgid "copied:"7458msgstr ""74597460#: wt-status.c:2947461msgid "deleted:"7462msgstr ""74637464#: wt-status.c:2967465msgid "modified:"7466msgstr ""74677468#: wt-status.c:2987469msgid "renamed:"7470msgstr ""74717472#: wt-status.c:3007473msgid "typechange:"7474msgstr ""74757476#: wt-status.c:3027477msgid "unknown:"7478msgstr ""74797480#: wt-status.c:3047481msgid "unmerged:"7482msgstr ""74837484#: wt-status.c:3847485msgid "new commits, "7486msgstr ""74877488#: wt-status.c:3867489msgid "modified content, "7490msgstr ""74917492#: wt-status.c:3887493msgid "untracked content, "7494msgstr ""74957496#: wt-status.c:9067497#, c-format7498msgid "Your stash currently has %d entry"7499msgid_plural "Your stash currently has %d entries"7500msgstr[0] ""7501msgstr[1] ""75027503#: wt-status.c:9387504msgid "Submodules changed but not updated:"7505msgstr ""75067507#: wt-status.c:9407508msgid "Submodule changes to be committed:"7509msgstr ""75107511#: wt-status.c:10227512msgid ""7513"Do not modify or remove the line above.\n"7514"Everything below it will be ignored."7515msgstr ""75167517#: wt-status.c:11147518#, c-format7519msgid ""7520"\n"7521"It took %.2f seconds to compute the branch ahead/behind values.\n"7522"You can use '--no-ahead-behind' to avoid this.\n"7523msgstr ""75247525#: wt-status.c:11447526msgid "You have unmerged paths."7527msgstr ""75287529#: wt-status.c:11477530msgid " (fix conflicts and run \"git commit\")"7531msgstr ""75327533#: wt-status.c:11497534msgid " (use \"git merge --abort\" to abort the merge)"7535msgstr ""75367537#: wt-status.c:11537538msgid "All conflicts fixed but you are still merging."7539msgstr ""75407541#: wt-status.c:11567542msgid " (use \"git commit\" to conclude merge)"7543msgstr ""75447545#: wt-status.c:11657546msgid "You are in the middle of an am session."7547msgstr ""75487549#: wt-status.c:11687550msgid "The current patch is empty."7551msgstr ""75527553#: wt-status.c:11727554msgid " (fix conflicts and then run \"git am --continue\")"7555msgstr ""75567557#: wt-status.c:11747558msgid " (use \"git am --skip\" to skip this patch)"7559msgstr ""75607561#: wt-status.c:11767562msgid " (use \"git am --abort\" to restore the original branch)"7563msgstr ""75647565#: wt-status.c:13097566msgid "git-rebase-todo is missing."7567msgstr ""75687569#: wt-status.c:13117570msgid "No commands done."7571msgstr ""75727573#: wt-status.c:13147574#, c-format7575msgid "Last command done (%d command done):"7576msgid_plural "Last commands done (%d commands done):"7577msgstr[0] ""7578msgstr[1] ""75797580#: wt-status.c:13257581#, c-format7582msgid " (see more in file %s)"7583msgstr ""75847585#: wt-status.c:13307586msgid "No commands remaining."7587msgstr ""75887589#: wt-status.c:13337590#, c-format7591msgid "Next command to do (%d remaining command):"7592msgid_plural "Next commands to do (%d remaining commands):"7593msgstr[0] ""7594msgstr[1] ""75957596#: wt-status.c:13417597msgid " (use \"git rebase --edit-todo\" to view and edit)"7598msgstr ""75997600#: wt-status.c:13537601#, c-format7602msgid "You are currently rebasing branch '%s' on '%s'."7603msgstr ""76047605#: wt-status.c:13587606msgid "You are currently rebasing."7607msgstr ""76087609#: wt-status.c:13717610msgid " (fix conflicts and then run \"git rebase --continue\")"7611msgstr ""76127613#: wt-status.c:13737614msgid " (use \"git rebase --skip\" to skip this patch)"7615msgstr ""76167617#: wt-status.c:13757618msgid " (use \"git rebase --abort\" to check out the original branch)"7619msgstr ""76207621#: wt-status.c:13827622msgid " (all conflicts fixed: run \"git rebase --continue\")"7623msgstr ""76247625#: wt-status.c:13867626#, c-format7627msgid ""7628"You are currently splitting a commit while rebasing branch '%s' on '%s'."7629msgstr ""76307631#: wt-status.c:13917632msgid "You are currently splitting a commit during a rebase."7633msgstr ""76347635#: wt-status.c:13947636msgid " (Once your working directory is clean, run \"git rebase --continue\")"7637msgstr ""76387639#: wt-status.c:13987640#, c-format7641msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."7642msgstr ""76437644#: wt-status.c:14037645msgid "You are currently editing a commit during a rebase."7646msgstr ""76477648#: wt-status.c:14067649msgid " (use \"git commit --amend\" to amend the current commit)"7650msgstr ""76517652#: wt-status.c:14087653msgid ""7654" (use \"git rebase --continue\" once you are satisfied with your changes)"7655msgstr ""76567657#: wt-status.c:14197658msgid "Cherry-pick currently in progress."7659msgstr ""76607661#: wt-status.c:14227662#, c-format7663msgid "You are currently cherry-picking commit %s."7664msgstr ""76657666#: wt-status.c:14297667msgid " (fix conflicts and run \"git cherry-pick --continue\")"7668msgstr ""76697670#: wt-status.c:14327671msgid " (run \"git cherry-pick --continue\" to continue)"7672msgstr ""76737674#: wt-status.c:14357675msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"7676msgstr ""76777678#: wt-status.c:14377679msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"7680msgstr ""76817682#: wt-status.c:14477683msgid "Revert currently in progress."7684msgstr ""76857686#: wt-status.c:14507687#, c-format7688msgid "You are currently reverting commit %s."7689msgstr ""76907691#: wt-status.c:14567692msgid " (fix conflicts and run \"git revert --continue\")"7693msgstr ""76947695#: wt-status.c:14597696msgid " (run \"git revert --continue\" to continue)"7697msgstr ""76987699#: wt-status.c:14627700msgid " (all conflicts fixed: run \"git revert --continue\")"7701msgstr ""77027703#: wt-status.c:14647704msgid " (use \"git revert --abort\" to cancel the revert operation)"7705msgstr ""77067707#: wt-status.c:14747708#, c-format7709msgid "You are currently bisecting, started from branch '%s'."7710msgstr ""77117712#: wt-status.c:14787713msgid "You are currently bisecting."7714msgstr ""77157716#: wt-status.c:14817717msgid " (use \"git bisect reset\" to get back to the original branch)"7718msgstr ""77197720#: wt-status.c:16907721msgid "On branch "7722msgstr ""77237724#: wt-status.c:16977725msgid "interactive rebase in progress; onto "7726msgstr ""77277728#: wt-status.c:16997729msgid "rebase in progress; onto "7730msgstr ""77317732#: wt-status.c:17097733msgid "Not currently on any branch."7734msgstr ""77357736#: wt-status.c:17267737msgid "Initial commit"7738msgstr ""77397740#: wt-status.c:17277741msgid "No commits yet"7742msgstr ""77437744#: wt-status.c:17417745msgid "Untracked files"7746msgstr ""77477748#: wt-status.c:17437749msgid "Ignored files"7750msgstr ""77517752#: wt-status.c:17477753#, c-format7754msgid ""7755"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"7756"may speed it up, but you have to be careful not to forget to add\n"7757"new files yourself (see 'git help status')."7758msgstr ""77597760#: wt-status.c:17537761#, c-format7762msgid "Untracked files not listed%s"7763msgstr ""77647765#: wt-status.c:17557766msgid " (use -u option to show untracked files)"7767msgstr ""77687769#: wt-status.c:17617770msgid "No changes"7771msgstr ""77727773#: wt-status.c:17667774#, c-format7775msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"7776msgstr ""77777778#: wt-status.c:17697779#, c-format7780msgid "no changes added to commit\n"7781msgstr ""77827783#: wt-status.c:17727784#, c-format7785msgid ""7786"nothing added to commit but untracked files present (use \"git add\" to "7787"track)\n"7788msgstr ""77897790#: wt-status.c:17757791#, c-format7792msgid "nothing added to commit but untracked files present\n"7793msgstr ""77947795#: wt-status.c:17787796#, c-format7797msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"7798msgstr ""77997800#: wt-status.c:1781 wt-status.c:17867801#, c-format7802msgid "nothing to commit\n"7803msgstr ""78047805#: wt-status.c:17847806#, c-format7807msgid "nothing to commit (use -u to show untracked files)\n"7808msgstr ""78097810#: wt-status.c:17887811#, c-format7812msgid "nothing to commit, working tree clean\n"7813msgstr ""78147815#: wt-status.c:19017816msgid "No commits yet on "7817msgstr ""78187819#: wt-status.c:19057820msgid "HEAD (no branch)"7821msgstr ""78227823#: wt-status.c:19367824msgid "different"7825msgstr ""78267827#: wt-status.c:1938 wt-status.c:19467828msgid "behind "7829msgstr ""78307831#: wt-status.c:1941 wt-status.c:19447832msgid "ahead "7833msgstr ""78347835#. TRANSLATORS: the action is e.g. "pull with rebase"7836#: wt-status.c:24667837#, c-format7838msgid "cannot %s: You have unstaged changes."7839msgstr ""78407841#: wt-status.c:24727842msgid "additionally, your index contains uncommitted changes."7843msgstr ""78447845#: wt-status.c:24747846#, c-format7847msgid "cannot %s: Your index contains uncommitted changes."7848msgstr ""78497850#: builtin/add.c:257851msgid "git add [<options>] [--] <pathspec>..."7852msgstr ""78537854#: builtin/add.c:847855#, c-format7856msgid "unexpected diff status %c"7857msgstr ""78587859#: builtin/add.c:89 builtin/commit.c:2887860msgid "updating files failed"7861msgstr ""78627863#: builtin/add.c:997864#, c-format7865msgid "remove '%s'\n"7866msgstr ""78677868#: builtin/add.c:1747869msgid "Unstaged changes after refreshing the index:"7870msgstr ""78717872#: builtin/add.c:234 builtin/rev-parse.c:8967873msgid "Could not read the index"7874msgstr ""78757876#: builtin/add.c:2457877#, c-format7878msgid "Could not open '%s' for writing."7879msgstr ""78807881#: builtin/add.c:2497882msgid "Could not write patch"7883msgstr ""78847885#: builtin/add.c:2527886msgid "editing patch failed"7887msgstr ""78887889#: builtin/add.c:2557890#, c-format7891msgid "Could not stat '%s'"7892msgstr ""78937894#: builtin/add.c:2577895msgid "Empty patch. Aborted."7896msgstr ""78977898#: builtin/add.c:2627899#, c-format7900msgid "Could not apply '%s'"7901msgstr ""79027903#: builtin/add.c:2707904msgid "The following paths are ignored by one of your .gitignore files:\n"7905msgstr ""79067907#: builtin/add.c:290 builtin/clean.c:909 builtin/fetch.c:147 builtin/mv.c:1247908#: builtin/prune-packed.c:56 builtin/pull.c:222 builtin/push.c:5607909#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:1657910msgid "dry run"7911msgstr ""79127913#: builtin/add.c:2937914msgid "interactive picking"7915msgstr ""79167917#: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:3067918msgid "select hunks interactively"7919msgstr ""79207921#: builtin/add.c:2957922msgid "edit current diff and apply"7923msgstr ""79247925#: builtin/add.c:2967926msgid "allow adding otherwise ignored files"7927msgstr ""79287929#: builtin/add.c:2977930msgid "update tracked files"7931msgstr ""79327933#: builtin/add.c:2987934msgid "renormalize EOL of tracked files (implies -u)"7935msgstr ""79367937#: builtin/add.c:2997938msgid "record only the fact that the path will be added later"7939msgstr ""79407941#: builtin/add.c:3007942msgid "add changes from all tracked and untracked files"7943msgstr ""79447945#: builtin/add.c:3037946msgid "ignore paths removed in the working tree (same as --no-all)"7947msgstr ""79487949#: builtin/add.c:3057950msgid "don't add, only refresh the index"7951msgstr ""79527953#: builtin/add.c:3067954msgid "just skip files which cannot be added because of errors"7955msgstr ""79567957#: builtin/add.c:3077958msgid "check if - even missing - files are ignored in dry run"7959msgstr ""79607961#: builtin/add.c:309 builtin/update-index.c:10017962msgid "override the executable bit of the listed files"7963msgstr ""79647965#: builtin/add.c:3117966msgid "warn when adding an embedded repository"7967msgstr ""79687969#: builtin/add.c:3267970#, c-format7971msgid ""7972"You've added another git repository inside your current repository.\n"7973"Clones of the outer repository will not contain the contents of\n"7974"the embedded repository and will not know how to obtain it.\n"7975"If you meant to add a submodule, use:\n"7976"\n"7977"\tgit submodule add <url> %s\n"7978"\n"7979"If you added this path by mistake, you can remove it from the\n"7980"index with:\n"7981"\n"7982"\tgit rm --cached %s\n"7983"\n"7984"See \"git help submodule\" for more information."7985msgstr ""79867987#: builtin/add.c:3547988#, c-format7989msgid "adding embedded git repository: %s"7990msgstr ""79917992#: builtin/add.c:3727993#, c-format7994msgid "Use -f if you really want to add them.\n"7995msgstr ""79967997#: builtin/add.c:3797998msgid "adding files failed"7999msgstr ""80008001#: builtin/add.c:4198002msgid "-A and -u are mutually incompatible"8003msgstr ""80048005#: builtin/add.c:4268006msgid "Option --ignore-missing can only be used together with --dry-run"8007msgstr ""80088009#: builtin/add.c:4308010#, c-format8011msgid "--chmod param '%s' must be either -x or +x"8012msgstr ""80138014#: builtin/add.c:4458015#, c-format8016msgid "Nothing specified, nothing added.\n"8017msgstr ""80188019#: builtin/add.c:4468020#, c-format8021msgid "Maybe you wanted to say 'git add .'?\n"8022msgstr ""80238024#: builtin/am.c:3488025msgid "could not parse author script"8026msgstr ""80278028#: builtin/am.c:4328029#, c-format8030msgid "'%s' was deleted by the applypatch-msg hook"8031msgstr ""80328033#: builtin/am.c:4748034#, c-format8035msgid "Malformed input line: '%s'."8036msgstr ""80378038#: builtin/am.c:5128039#, c-format8040msgid "Failed to copy notes from '%s' to '%s'"8041msgstr ""80428043#: builtin/am.c:5388044msgid "fseek failed"8045msgstr ""80468047#: builtin/am.c:7268048#, c-format8049msgid "could not parse patch '%s'"8050msgstr ""80518052#: builtin/am.c:7918053msgid "Only one StGIT patch series can be applied at once"8054msgstr ""80558056#: builtin/am.c:8398057msgid "invalid timestamp"8058msgstr ""80598060#: builtin/am.c:844 builtin/am.c:8568061msgid "invalid Date line"8062msgstr ""80638064#: builtin/am.c:8518065msgid "invalid timezone offset"8066msgstr ""80678068#: builtin/am.c:9448069msgid "Patch format detection failed."8070msgstr ""80718072#: builtin/am.c:949 builtin/clone.c:4078073#, c-format8074msgid "failed to create directory '%s'"8075msgstr ""80768077#: builtin/am.c:9548078msgid "Failed to split patches."8079msgstr ""80808081#: builtin/am.c:1084 builtin/commit.c:3748082msgid "unable to write index file"8083msgstr ""80848085#: builtin/am.c:10988086#, c-format8087msgid "When you have resolved this problem, run \"%s --continue\"."8088msgstr ""80898090#: builtin/am.c:10998091#, c-format8092msgid "If you prefer to skip this patch, run \"%s --skip\" instead."8093msgstr ""80948095#: builtin/am.c:11008096#, c-format8097msgid "To restore the original branch and stop patching, run \"%s --abort\"."8098msgstr ""80998100#: builtin/am.c:11838101msgid "Patch sent with format=flowed; space at the end of lines might be lost."8102msgstr ""81038104#: builtin/am.c:12118105msgid "Patch is empty."8106msgstr ""81078108#: builtin/am.c:12778109#, c-format8110msgid "invalid ident line: %.*s"8111msgstr ""81128113#: builtin/am.c:12998114#, c-format8115msgid "unable to parse commit %s"8116msgstr ""81178118#: builtin/am.c:14968119msgid "Repository lacks necessary blobs to fall back on 3-way merge."8120msgstr ""81218122#: builtin/am.c:14988123msgid "Using index info to reconstruct a base tree..."8124msgstr ""81258126#: builtin/am.c:15178127msgid ""8128"Did you hand edit your patch?\n"8129"It does not apply to blobs recorded in its index."8130msgstr ""81318132#: builtin/am.c:15238133msgid "Falling back to patching base and 3-way merge..."8134msgstr ""81358136#: builtin/am.c:15498137msgid "Failed to merge in the changes."8138msgstr ""81398140#: builtin/am.c:15818141msgid "applying to an empty history"8142msgstr ""81438144#: builtin/am.c:1628 builtin/am.c:16328145#, c-format8146msgid "cannot resume: %s does not exist."8147msgstr ""81488149#: builtin/am.c:16508150msgid "Commit Body is:"8151msgstr ""81528153#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8154#. in your translation. The program will only accept English8155#. input at this point.8156#.8157#: builtin/am.c:16608158#, c-format8159msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "8160msgstr ""81618162#: builtin/am.c:17108163#, c-format8164msgid "Dirty index: cannot apply patches (dirty: %s)"8165msgstr ""81668167#: builtin/am.c:1750 builtin/am.c:18188168#, c-format8169msgid "Applying: %.*s"8170msgstr ""81718172#: builtin/am.c:17678173msgid "No changes -- Patch already applied."8174msgstr ""81758176#: builtin/am.c:17738177#, c-format8178msgid "Patch failed at %s %.*s"8179msgstr ""81808181#: builtin/am.c:17778182msgid "Use 'git am --show-current-patch' to see the failed patch"8183msgstr ""81848185#: builtin/am.c:18218186msgid ""8187"No changes - did you forget to use 'git add'?\n"8188"If there is nothing left to stage, chances are that something else\n"8189"already introduced the same changes; you might want to skip this patch."8190msgstr ""81918192#: builtin/am.c:18288193msgid ""8194"You still have unmerged paths in your index.\n"8195"You should 'git add' each file with resolved conflicts to mark them as "8196"such.\n"8197"You might run `git rm` on a file to accept \"deleted by them\" for it."8198msgstr ""81998200#: builtin/am.c:1935 builtin/am.c:1939 builtin/am.c:1951 builtin/reset.c:3298201#: builtin/reset.c:3378202#, c-format8203msgid "Could not parse object '%s'."8204msgstr ""82058206#: builtin/am.c:19878207msgid "failed to clean index"8208msgstr ""82098210#: builtin/am.c:20318211msgid ""8212"You seem to have moved HEAD since the last 'am' failure.\n"8213"Not rewinding to ORIG_HEAD"8214msgstr ""82158216#: builtin/am.c:21288217#, c-format8218msgid "Invalid value for --patch-format: %s"8219msgstr ""82208221#: builtin/am.c:21648222msgid "git am [<options>] [(<mbox> | <Maildir>)...]"8223msgstr ""82248225#: builtin/am.c:21658226msgid "git am [<options>] (--continue | --skip | --abort)"8227msgstr ""82288229#: builtin/am.c:21718230msgid "run interactively"8231msgstr ""82328233#: builtin/am.c:21738234msgid "historical option -- no-op"8235msgstr ""82368237#: builtin/am.c:21758238msgid "allow fall back on 3way merging if needed"8239msgstr ""82408241#: builtin/am.c:2176 builtin/init-db.c:494 builtin/prune-packed.c:588242#: builtin/repack.c:296 builtin/stash.c:8068243msgid "be quiet"8244msgstr ""82458246#: builtin/am.c:21788247msgid "add a Signed-off-by line to the commit message"8248msgstr ""82498250#: builtin/am.c:21818251msgid "recode into utf8 (default)"8252msgstr ""82538254#: builtin/am.c:21838255msgid "pass -k flag to git-mailinfo"8256msgstr ""82578258#: builtin/am.c:21858259msgid "pass -b flag to git-mailinfo"8260msgstr ""82618262#: builtin/am.c:21878263msgid "pass -m flag to git-mailinfo"8264msgstr ""82658266#: builtin/am.c:21898267msgid "pass --keep-cr flag to git-mailsplit for mbox format"8268msgstr ""82698270#: builtin/am.c:21928271msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"8272msgstr ""82738274#: builtin/am.c:21958275msgid "strip everything before a scissors line"8276msgstr ""82778278#: builtin/am.c:2197 builtin/am.c:2200 builtin/am.c:2203 builtin/am.c:22068279#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:22188280#: builtin/am.c:22248281msgid "pass it through git-apply"8282msgstr ""82838284#: builtin/am.c:2214 builtin/commit.c:1368 builtin/fmt-merge-msg.c:6718285#: builtin/fmt-merge-msg.c:674 builtin/grep.c:881 builtin/merge.c:2498286#: builtin/pull.c:159 builtin/pull.c:218 builtin/rebase.c:14188287#: builtin/repack.c:307 builtin/repack.c:311 builtin/repack.c:3138288#: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:4038289#: parse-options.h:141 parse-options.h:162 parse-options.h:3128290msgid "n"8291msgstr ""82928293#: builtin/am.c:2220 builtin/branch.c:661 builtin/for-each-ref.c:388294#: builtin/replace.c:554 builtin/tag.c:437 builtin/verify-tag.c:388295msgid "format"8296msgstr ""82978298#: builtin/am.c:22218299msgid "format the patch(es) are in"8300msgstr ""83018302#: builtin/am.c:22278303msgid "override error message when patch failure occurs"8304msgstr ""83058306#: builtin/am.c:22298307msgid "continue applying patches after resolving a conflict"8308msgstr ""83098310#: builtin/am.c:22328311msgid "synonyms for --continue"8312msgstr ""83138314#: builtin/am.c:22358315msgid "skip the current patch"8316msgstr ""83178318#: builtin/am.c:22388319msgid "restore the original branch and abort the patching operation."8320msgstr ""83218322#: builtin/am.c:22418323msgid "abort the patching operation but keep HEAD where it is."8324msgstr ""83258326#: builtin/am.c:22448327msgid "show the patch being applied."8328msgstr ""83298330#: builtin/am.c:22488331msgid "lie about committer date"8332msgstr ""83338334#: builtin/am.c:22508335msgid "use current timestamp for author date"8336msgstr ""83378338#: builtin/am.c:2252 builtin/commit-tree.c:120 builtin/commit.c:15118339#: builtin/merge.c:286 builtin/pull.c:193 builtin/rebase.c:4898340#: builtin/rebase.c:1459 builtin/revert.c:117 builtin/tag.c:4188341msgid "key-id"8342msgstr ""83438344#: builtin/am.c:2253 builtin/rebase.c:490 builtin/rebase.c:14608345msgid "GPG-sign commits"8346msgstr ""83478348#: builtin/am.c:22568349msgid "(internal use for git-rebase)"8350msgstr ""83518352#: builtin/am.c:22748353msgid ""8354"The -b/--binary option has been a no-op for long time, and\n"8355"it will be removed. Please do not use it anymore."8356msgstr ""83578358#: builtin/am.c:22818359msgid "failed to read the index"8360msgstr ""83618362#: builtin/am.c:22968363#, c-format8364msgid "previous rebase directory %s still exists but mbox given."8365msgstr ""83668367#: builtin/am.c:23208368#, c-format8369msgid ""8370"Stray %s directory found.\n"8371"Use \"git am --abort\" to remove it."8372msgstr ""83738374#: builtin/am.c:23268375msgid "Resolve operation not in progress, we are not resuming."8376msgstr ""83778378#: builtin/am.c:23368379msgid "interactive mode requires patches on the command line"8380msgstr ""83818382#: builtin/apply.c:88383msgid "git apply [<options>] [<patch>...]"8384msgstr ""83858386#: builtin/archive.c:178387#, c-format8388msgid "could not create archive file '%s'"8389msgstr ""83908391#: builtin/archive.c:208392msgid "could not redirect output"8393msgstr ""83948395#: builtin/archive.c:378396msgid "git archive: Remote with no URL"8397msgstr ""83988399#: builtin/archive.c:618400msgid "git archive: expected ACK/NAK, got a flush packet"8401msgstr ""84028403#: builtin/archive.c:648404#, c-format8405msgid "git archive: NACK %s"8406msgstr ""84078408#: builtin/archive.c:658409msgid "git archive: protocol error"8410msgstr ""84118412#: builtin/archive.c:698413msgid "git archive: expected a flush"8414msgstr ""84158416#: builtin/bisect--helper.c:228417msgid "git bisect--helper --next-all [--no-checkout]"8418msgstr ""84198420#: builtin/bisect--helper.c:238421msgid "git bisect--helper --write-terms <bad_term> <good_term>"8422msgstr ""84238424#: builtin/bisect--helper.c:248425msgid "git bisect--helper --bisect-clean-state"8426msgstr ""84278428#: builtin/bisect--helper.c:258429msgid "git bisect--helper --bisect-reset [<commit>]"8430msgstr ""84318432#: builtin/bisect--helper.c:268433msgid ""8434"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "8435"<bad_term>"8436msgstr ""84378438#: builtin/bisect--helper.c:278439msgid ""8440"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "8441"<bad_term>"8442msgstr ""84438444#: builtin/bisect--helper.c:288445msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"8446msgstr ""84478448#: builtin/bisect--helper.c:298449msgid ""8450"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"8451"term-new]"8452msgstr ""84538454#: builtin/bisect--helper.c:308455msgid ""8456"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"8457"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"8458msgstr ""84598460#: builtin/bisect--helper.c:868461#, c-format8462msgid "'%s' is not a valid term"8463msgstr ""84648465#: builtin/bisect--helper.c:908466#, c-format8467msgid "can't use the builtin command '%s' as a term"8468msgstr ""84698470#: builtin/bisect--helper.c:1008471#, c-format8472msgid "can't change the meaning of the term '%s'"8473msgstr ""84748475#: builtin/bisect--helper.c:1118476msgid "please use two different terms"8477msgstr ""84788479#: builtin/bisect--helper.c:1188480msgid "could not open the file BISECT_TERMS"8481msgstr ""84828483#: builtin/bisect--helper.c:1558484#, c-format8485msgid "We are not bisecting.\n"8486msgstr ""84878488#: builtin/bisect--helper.c:1638489#, c-format8490msgid "'%s' is not a valid commit"8491msgstr ""84928493#: builtin/bisect--helper.c:1748494#, c-format8495msgid ""8496"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."8497msgstr ""84988499#: builtin/bisect--helper.c:2158500#, c-format8501msgid "Bad bisect_write argument: %s"8502msgstr ""85038504#: builtin/bisect--helper.c:2208505#, c-format8506msgid "couldn't get the oid of the rev '%s'"8507msgstr ""85088509#: builtin/bisect--helper.c:2328510#, c-format8511msgid "couldn't open the file '%s'"8512msgstr ""85138514#: builtin/bisect--helper.c:2588515#, c-format8516msgid "Invalid command: you're currently in a %s/%s bisect"8517msgstr ""85188519#: builtin/bisect--helper.c:2858520#, c-format8521msgid ""8522"You need to give me at least one %s and %s revision.\n"8523"You can use \"git bisect %s\" and \"git bisect %s\" for that."8524msgstr ""85258526#: builtin/bisect--helper.c:2898527#, c-format8528msgid ""8529"You need to start by \"git bisect start\".\n"8530"You then need to give me at least one %s and %s revision.\n"8531"You can use \"git bisect %s\" and \"git bisect %s\" for that."8532msgstr ""85338534#: builtin/bisect--helper.c:3218535#, c-format8536msgid "bisecting only with a %s commit"8537msgstr ""85388539#. TRANSLATORS: Make sure to include [Y] and [n] in your8540#. translation. The program will only accept English input8541#. at this point.8542#.8543#: builtin/bisect--helper.c:3298544msgid "Are you sure [Y/n]? "8545msgstr ""85468547#: builtin/bisect--helper.c:3768548msgid "no terms defined"8549msgstr ""85508551#: builtin/bisect--helper.c:3798552#, c-format8553msgid ""8554"Your current terms are %s for the old state\n"8555"and %s for the new state.\n"8556msgstr ""85578558#: builtin/bisect--helper.c:3898559#, c-format8560msgid ""8561"invalid argument %s for 'git bisect terms'.\n"8562"Supported options are: --term-good|--term-old and --term-bad|--term-new."8563msgstr ""85648565#: builtin/bisect--helper.c:4758566#, c-format8567msgid "unrecognized option: '%s'"8568msgstr ""85698570#: builtin/bisect--helper.c:4798571#, c-format8572msgid "'%s' does not appear to be a valid revision"8573msgstr ""85748575#: builtin/bisect--helper.c:5118576msgid "bad HEAD - I need a HEAD"8577msgstr ""85788579#: builtin/bisect--helper.c:5268580#, c-format8581msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."8582msgstr ""85838584#: builtin/bisect--helper.c:5478585msgid "won't bisect on cg-seek'ed tree"8586msgstr ""85878588#: builtin/bisect--helper.c:5508589msgid "bad HEAD - strange symbolic ref"8590msgstr ""85918592#: builtin/bisect--helper.c:5748593#, c-format8594msgid "invalid ref: '%s'"8595msgstr ""85968597#: builtin/bisect--helper.c:6308598msgid "perform 'git bisect next'"8599msgstr ""86008601#: builtin/bisect--helper.c:6328602msgid "write the terms to .git/BISECT_TERMS"8603msgstr ""86048605#: builtin/bisect--helper.c:6348606msgid "cleanup the bisection state"8607msgstr ""86088609#: builtin/bisect--helper.c:6368610msgid "check for expected revs"8611msgstr ""86128613#: builtin/bisect--helper.c:6388614msgid "reset the bisection state"8615msgstr ""86168617#: builtin/bisect--helper.c:6408618msgid "write out the bisection state in BISECT_LOG"8619msgstr ""86208621#: builtin/bisect--helper.c:6428622msgid "check and set terms in a bisection state"8623msgstr ""86248625#: builtin/bisect--helper.c:6448626msgid "check whether bad or good terms exist"8627msgstr ""86288629#: builtin/bisect--helper.c:6468630msgid "print out the bisect terms"8631msgstr ""86328633#: builtin/bisect--helper.c:6488634msgid "start the bisect session"8635msgstr ""86368637#: builtin/bisect--helper.c:6508638msgid "update BISECT_HEAD instead of checking out the current commit"8639msgstr ""86408641#: builtin/bisect--helper.c:6528642msgid "no log for BISECT_WRITE"8643msgstr ""86448645#: builtin/bisect--helper.c:6698646msgid "--write-terms requires two arguments"8647msgstr ""86488649#: builtin/bisect--helper.c:6738650msgid "--bisect-clean-state requires no arguments"8651msgstr ""86528653#: builtin/bisect--helper.c:6808654msgid "--bisect-reset requires either no argument or a commit"8655msgstr ""86568657#: builtin/bisect--helper.c:6848658msgid "--bisect-write requires either 4 or 5 arguments"8659msgstr ""86608661#: builtin/bisect--helper.c:6908662msgid "--check-and-set-terms requires 3 arguments"8663msgstr ""86648665#: builtin/bisect--helper.c:6968666msgid "--bisect-next-check requires 2 or 3 arguments"8667msgstr ""86688669#: builtin/bisect--helper.c:7028670msgid "--bisect-terms requires 0 or 1 argument"8671msgstr ""86728673#: builtin/blame.c:328674msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"8675msgstr ""86768677#: builtin/blame.c:378678msgid "<rev-opts> are documented in git-rev-list(1)"8679msgstr ""86808681#: builtin/blame.c:4108682#, c-format8683msgid "expecting a color: %s"8684msgstr ""86858686#: builtin/blame.c:4178687msgid "must end with a color"8688msgstr ""86898690#: builtin/blame.c:7308691#, c-format8692msgid "invalid color '%s' in color.blame.repeatedLines"8693msgstr ""86948695#: builtin/blame.c:7488696msgid "invalid value for blame.coloring"8697msgstr ""86988699#: builtin/blame.c:8238700#, c-format8701msgid "cannot find revision %s to ignore"8702msgstr ""87038704#: builtin/blame.c:8458705msgid "Show blame entries as we find them, incrementally"8706msgstr ""87078708#: builtin/blame.c:8468709msgid "Show blank SHA-1 for boundary commits (Default: off)"8710msgstr ""87118712#: builtin/blame.c:8478713msgid "Do not treat root commits as boundaries (Default: off)"8714msgstr ""87158716#: builtin/blame.c:8488717msgid "Show work cost statistics"8718msgstr ""87198720#: builtin/blame.c:8498721msgid "Force progress reporting"8722msgstr ""87238724#: builtin/blame.c:8508725msgid "Show output score for blame entries"8726msgstr ""87278728#: builtin/blame.c:8518729msgid "Show original filename (Default: auto)"8730msgstr ""87318732#: builtin/blame.c:8528733msgid "Show original linenumber (Default: off)"8734msgstr ""87358736#: builtin/blame.c:8538737msgid "Show in a format designed for machine consumption"8738msgstr ""87398740#: builtin/blame.c:8548741msgid "Show porcelain format with per-line commit information"8742msgstr ""87438744#: builtin/blame.c:8558745msgid "Use the same output mode as git-annotate (Default: off)"8746msgstr ""87478748#: builtin/blame.c:8568749msgid "Show raw timestamp (Default: off)"8750msgstr ""87518752#: builtin/blame.c:8578753msgid "Show long commit SHA1 (Default: off)"8754msgstr ""87558756#: builtin/blame.c:8588757msgid "Suppress author name and timestamp (Default: off)"8758msgstr ""87598760#: builtin/blame.c:8598761msgid "Show author email instead of name (Default: off)"8762msgstr ""87638764#: builtin/blame.c:8608765msgid "Ignore whitespace differences"8766msgstr ""87678768#: builtin/blame.c:861 builtin/log.c:16298769msgid "rev"8770msgstr ""87718772#: builtin/blame.c:8618773msgid "Ignore <rev> when blaming"8774msgstr ""87758776#: builtin/blame.c:8628777msgid "Ignore revisions from <file>"8778msgstr ""87798780#: builtin/blame.c:8638781msgid "color redundant metadata from previous line differently"8782msgstr ""87838784#: builtin/blame.c:8648785msgid "color lines by age"8786msgstr ""87878788#: builtin/blame.c:8718789msgid "Use an experimental heuristic to improve diffs"8790msgstr ""87918792#: builtin/blame.c:8738793msgid "Spend extra cycles to find better match"8794msgstr ""87958796#: builtin/blame.c:8748797msgid "Use revisions from <file> instead of calling git-rev-list"8798msgstr ""87998800#: builtin/blame.c:8758801msgid "Use <file>'s contents as the final image"8802msgstr ""88038804#: builtin/blame.c:876 builtin/blame.c:8778805msgid "score"8806msgstr ""88078808#: builtin/blame.c:8768809msgid "Find line copies within and across files"8810msgstr ""88118812#: builtin/blame.c:8778813msgid "Find line movements within and across files"8814msgstr ""88158816#: builtin/blame.c:8788817msgid "n,m"8818msgstr ""88198820#: builtin/blame.c:8788821msgid "Process only line range n,m, counting from 1"8822msgstr ""88238824#: builtin/blame.c:9298825msgid "--progress can't be used with --incremental or porcelain formats"8826msgstr ""88278828#. TRANSLATORS: This string is used to tell us the8829#. maximum display width for a relative timestamp in8830#. "git blame" output. For C locale, "4 years, 118831#. months ago", which takes 22 places, is the longest8832#. among various forms of relative timestamps, but8833#. your language may need more or fewer display8834#. columns.8835#.8836#: builtin/blame.c:9808837msgid "4 years, 11 months ago"8838msgstr ""88398840#: builtin/blame.c:10878841#, c-format8842msgid "file %s has only %lu line"8843msgid_plural "file %s has only %lu lines"8844msgstr[0] ""8845msgstr[1] ""88468847#: builtin/blame.c:11338848msgid "Blaming lines"8849msgstr ""88508851#: builtin/branch.c:298852msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"8853msgstr ""88548855#: builtin/branch.c:308856msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"8857msgstr ""88588859#: builtin/branch.c:318860msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."8861msgstr ""88628863#: builtin/branch.c:328864msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"8865msgstr ""88668867#: builtin/branch.c:338868msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"8869msgstr ""88708871#: builtin/branch.c:348872msgid "git branch [<options>] [-r | -a] [--points-at]"8873msgstr ""88748875#: builtin/branch.c:358876msgid "git branch [<options>] [-r | -a] [--format]"8877msgstr ""88788879#: builtin/branch.c:1548880#, c-format8881msgid ""8882"deleting branch '%s' that has been merged to\n"8883" '%s', but not yet merged to HEAD."8884msgstr ""88858886#: builtin/branch.c:1588887#, c-format8888msgid ""8889"not deleting branch '%s' that is not yet merged to\n"8890" '%s', even though it is merged to HEAD."8891msgstr ""88928893#: builtin/branch.c:1728894#, c-format8895msgid "Couldn't look up commit object for '%s'"8896msgstr ""88978898#: builtin/branch.c:1768899#, c-format8900msgid ""8901"The branch '%s' is not fully merged.\n"8902"If you are sure you want to delete it, run 'git branch -D %s'."8903msgstr ""89048905#: builtin/branch.c:1898906msgid "Update of config-file failed"8907msgstr ""89088909#: builtin/branch.c:2208910msgid "cannot use -a with -d"8911msgstr ""89128913#: builtin/branch.c:2268914msgid "Couldn't look up commit object for HEAD"8915msgstr ""89168917#: builtin/branch.c:2408918#, c-format8919msgid "Cannot delete branch '%s' checked out at '%s'"8920msgstr ""89218922#: builtin/branch.c:2558923#, c-format8924msgid "remote-tracking branch '%s' not found."8925msgstr ""89268927#: builtin/branch.c:2568928#, c-format8929msgid "branch '%s' not found."8930msgstr ""89318932#: builtin/branch.c:2718933#, c-format8934msgid "Error deleting remote-tracking branch '%s'"8935msgstr ""89368937#: builtin/branch.c:2728938#, c-format8939msgid "Error deleting branch '%s'"8940msgstr ""89418942#: builtin/branch.c:2798943#, c-format8944msgid "Deleted remote-tracking branch %s (was %s).\n"8945msgstr ""89468947#: builtin/branch.c:2808948#, c-format8949msgid "Deleted branch %s (was %s).\n"8950msgstr ""89518952#: builtin/branch.c:429 builtin/tag.c:618953msgid "unable to parse format string"8954msgstr ""89558956#: builtin/branch.c:4608957msgid "could not resolve HEAD"8958msgstr ""89598960#: builtin/branch.c:4668961#, c-format8962msgid "HEAD (%s) points outside of refs/heads/"8963msgstr ""89648965#: builtin/branch.c:4818966#, c-format8967msgid "Branch %s is being rebased at %s"8968msgstr ""89698970#: builtin/branch.c:4858971#, c-format8972msgid "Branch %s is being bisected at %s"8973msgstr ""89748975#: builtin/branch.c:5028976msgid "cannot copy the current branch while not on any."8977msgstr ""89788979#: builtin/branch.c:5048980msgid "cannot rename the current branch while not on any."8981msgstr ""89828983#: builtin/branch.c:5158984#, c-format8985msgid "Invalid branch name: '%s'"8986msgstr ""89878988#: builtin/branch.c:5428989msgid "Branch rename failed"8990msgstr ""89918992#: builtin/branch.c:5448993msgid "Branch copy failed"8994msgstr ""89958996#: builtin/branch.c:5488997#, c-format8998msgid "Created a copy of a misnamed branch '%s'"8999msgstr ""90009001#: builtin/branch.c:5519002#, c-format9003msgid "Renamed a misnamed branch '%s' away"9004msgstr ""90059006#: builtin/branch.c:5579007#, c-format9008msgid "Branch renamed to %s, but HEAD is not updated!"9009msgstr ""90109011#: builtin/branch.c:5669012msgid "Branch is renamed, but update of config-file failed"9013msgstr ""90149015#: builtin/branch.c:5689016msgid "Branch is copied, but update of config-file failed"9017msgstr ""90189019#: builtin/branch.c:5849020#, c-format9021msgid ""9022"Please edit the description for the branch\n"9023" %s\n"9024"Lines starting with '%c' will be stripped.\n"9025msgstr ""90269027#: builtin/branch.c:6189028msgid "Generic options"9029msgstr ""90309031#: builtin/branch.c:6209032msgid "show hash and subject, give twice for upstream branch"9033msgstr ""90349035#: builtin/branch.c:6219036msgid "suppress informational messages"9037msgstr ""90389039#: builtin/branch.c:6229040msgid "set up tracking mode (see git-pull(1))"9041msgstr ""90429043#: builtin/branch.c:6249044msgid "do not use"9045msgstr ""90469047#: builtin/branch.c:626 builtin/rebase.c:4859048msgid "upstream"9049msgstr ""90509051#: builtin/branch.c:6269052msgid "change the upstream info"9053msgstr ""90549055#: builtin/branch.c:6279056msgid "Unset the upstream info"9057msgstr ""90589059#: builtin/branch.c:6289060msgid "use colored output"9061msgstr ""90629063#: builtin/branch.c:6299064msgid "act on remote-tracking branches"9065msgstr ""90669067#: builtin/branch.c:631 builtin/branch.c:6339068msgid "print only branches that contain the commit"9069msgstr ""90709071#: builtin/branch.c:632 builtin/branch.c:6349072msgid "print only branches that don't contain the commit"9073msgstr ""90749075#: builtin/branch.c:6379076msgid "Specific git-branch actions:"9077msgstr ""90789079#: builtin/branch.c:6389080msgid "list both remote-tracking and local branches"9081msgstr ""90829083#: builtin/branch.c:6409084msgid "delete fully merged branch"9085msgstr ""90869087#: builtin/branch.c:6419088msgid "delete branch (even if not merged)"9089msgstr ""90909091#: builtin/branch.c:6429092msgid "move/rename a branch and its reflog"9093msgstr ""90949095#: builtin/branch.c:6439096msgid "move/rename a branch, even if target exists"9097msgstr ""90989099#: builtin/branch.c:6449100msgid "copy a branch and its reflog"9101msgstr ""91029103#: builtin/branch.c:6459104msgid "copy a branch, even if target exists"9105msgstr ""91069107#: builtin/branch.c:6469108msgid "list branch names"9109msgstr ""91109111#: builtin/branch.c:6479112msgid "show current branch name"9113msgstr ""91149115#: builtin/branch.c:6489116msgid "create the branch's reflog"9117msgstr ""91189119#: builtin/branch.c:6509120msgid "edit the description for the branch"9121msgstr ""91229123#: builtin/branch.c:6519124msgid "force creation, move/rename, deletion"9125msgstr ""91269127#: builtin/branch.c:6529128msgid "print only branches that are merged"9129msgstr ""91309131#: builtin/branch.c:6539132msgid "print only branches that are not merged"9133msgstr ""91349135#: builtin/branch.c:6549136msgid "list branches in columns"9137msgstr ""91389139#: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:4159140#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:5849141#: builtin/tag.c:4339142msgid "object"9143msgstr ""91449145#: builtin/branch.c:6589146msgid "print only branches of the object"9147msgstr ""91489149#: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:4409150msgid "sorting and filtering are case insensitive"9151msgstr ""91529153#: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:4389154#: builtin/verify-tag.c:389155msgid "format to use for the output"9156msgstr ""91579158#: builtin/branch.c:684 builtin/clone.c:7619159msgid "HEAD not found below refs/heads!"9160msgstr ""91619162#: builtin/branch.c:7089163msgid "--column and --verbose are incompatible"9164msgstr ""91659166#: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:7869167msgid "branch name required"9168msgstr ""91699170#: builtin/branch.c:7539171msgid "Cannot give description to detached HEAD"9172msgstr ""91739174#: builtin/branch.c:7589175msgid "cannot edit description of more than one branch"9176msgstr ""91779178#: builtin/branch.c:7659179#, c-format9180msgid "No commit on branch '%s' yet."9181msgstr ""91829183#: builtin/branch.c:7689184#, c-format9185msgid "No branch named '%s'."9186msgstr ""91879188#: builtin/branch.c:7839189msgid "too many branches for a copy operation"9190msgstr ""91919192#: builtin/branch.c:7929193msgid "too many arguments for a rename operation"9194msgstr ""91959196#: builtin/branch.c:7979197msgid "too many arguments to set new upstream"9198msgstr ""91999200#: builtin/branch.c:8019201#, c-format9202msgid ""9203"could not set upstream of HEAD to %s when it does not point to any branch."9204msgstr ""92059206#: builtin/branch.c:804 builtin/branch.c:8279207#, c-format9208msgid "no such branch '%s'"9209msgstr ""92109211#: builtin/branch.c:8089212#, c-format9213msgid "branch '%s' does not exist"9214msgstr ""92159216#: builtin/branch.c:8219217msgid "too many arguments to unset upstream"9218msgstr ""92199220#: builtin/branch.c:8259221msgid "could not unset upstream of HEAD when it does not point to any branch."9222msgstr ""92239224#: builtin/branch.c:8319225#, c-format9226msgid "Branch '%s' has no upstream information"9227msgstr ""92289229#: builtin/branch.c:8419230msgid ""9231"The -a, and -r, options to 'git branch' do not take a branch name.\n"9232"Did you mean to use: -a|-r --list <pattern>?"9233msgstr ""92349235#: builtin/branch.c:8459236msgid ""9237"the '--set-upstream' option is no longer supported. Please use '--track' or "9238"'--set-upstream-to' instead."9239msgstr ""92409241#: builtin/bundle.c:459242#, c-format9243msgid "%s is okay\n"9244msgstr ""92459246#: builtin/bundle.c:589247msgid "Need a repository to create a bundle."9248msgstr ""92499250#: builtin/bundle.c:629251msgid "Need a repository to unbundle."9252msgstr ""92539254#: builtin/cat-file.c:5949255msgid ""9256"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"9257"p | <type> | --textconv | --filters) [--path=<path>] <object>"9258msgstr ""92599260#: builtin/cat-file.c:5959261msgid ""9262"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"9263"filters]"9264msgstr ""92659266#: builtin/cat-file.c:6169267msgid "only one batch option may be specified"9268msgstr ""92699270#: builtin/cat-file.c:6349271msgid "<type> can be one of: blob, tree, commit, tag"9272msgstr ""92739274#: builtin/cat-file.c:6359275msgid "show object type"9276msgstr ""92779278#: builtin/cat-file.c:6369279msgid "show object size"9280msgstr ""92819282#: builtin/cat-file.c:6389283msgid "exit with zero when there's no error"9284msgstr ""92859286#: builtin/cat-file.c:6399287msgid "pretty-print object's content"9288msgstr ""92899290#: builtin/cat-file.c:6419291msgid "for blob objects, run textconv on object's content"9292msgstr ""92939294#: builtin/cat-file.c:6439295msgid "for blob objects, run filters on object's content"9296msgstr ""92979298#: builtin/cat-file.c:644 git-submodule.sh:9369299msgid "blob"9300msgstr ""93019302#: builtin/cat-file.c:6459303msgid "use a specific path for --textconv/--filters"9304msgstr ""93059306#: builtin/cat-file.c:6479307msgid "allow -s and -t to work with broken/corrupt objects"9308msgstr ""93099310#: builtin/cat-file.c:6489311msgid "buffer --batch output"9312msgstr ""93139314#: builtin/cat-file.c:6509315msgid "show info and content of objects fed from the standard input"9316msgstr ""93179318#: builtin/cat-file.c:6549319msgid "show info about objects fed from the standard input"9320msgstr ""93219322#: builtin/cat-file.c:6589323msgid "follow in-tree symlinks (used with --batch or --batch-check)"9324msgstr ""93259326#: builtin/cat-file.c:6609327msgid "show all objects with --batch or --batch-check"9328msgstr ""93299330#: builtin/cat-file.c:6629331msgid "do not order --batch-all-objects output"9332msgstr ""93339334#: builtin/check-attr.c:139335msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."9336msgstr ""93379338#: builtin/check-attr.c:149339msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"9340msgstr ""93419342#: builtin/check-attr.c:219343msgid "report all attributes set on file"9344msgstr ""93459346#: builtin/check-attr.c:229347msgid "use .gitattributes only from the index"9348msgstr ""93499350#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:1029351msgid "read file names from stdin"9352msgstr ""93539354#: builtin/check-attr.c:25 builtin/check-ignore.c:279355msgid "terminate input and output records by a NUL character"9356msgstr ""93579358#: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:5389359#: builtin/worktree.c:5079360msgid "suppress progress reporting"9361msgstr ""93629363#: builtin/check-ignore.c:299364msgid "show non-matching input paths"9365msgstr ""93669367#: builtin/check-ignore.c:319368msgid "ignore index when checking"9369msgstr ""93709371#: builtin/check-ignore.c:1609372msgid "cannot specify pathnames with --stdin"9373msgstr ""93749375#: builtin/check-ignore.c:1639376msgid "-z only makes sense with --stdin"9377msgstr ""93789379#: builtin/check-ignore.c:1659380msgid "no path specified"9381msgstr ""93829383#: builtin/check-ignore.c:1699384msgid "--quiet is only valid with a single pathname"9385msgstr ""93869387#: builtin/check-ignore.c:1719388msgid "cannot have both --quiet and --verbose"9389msgstr ""93909391#: builtin/check-ignore.c:1749392msgid "--non-matching is only valid with --verbose"9393msgstr ""93949395#: builtin/check-mailmap.c:99396msgid "git check-mailmap [<options>] <contact>..."9397msgstr ""93989399#: builtin/check-mailmap.c:149400msgid "also read contacts from stdin"9401msgstr ""94029403#: builtin/check-mailmap.c:259404#, c-format9405msgid "unable to parse contact: %s"9406msgstr ""94079408#: builtin/check-mailmap.c:489409msgid "no contacts specified"9410msgstr ""94119412#: builtin/checkout-index.c:1319413msgid "git checkout-index [<options>] [--] [<file>...]"9414msgstr ""94159416#: builtin/checkout-index.c:1489417msgid "stage should be between 1 and 3 or all"9418msgstr ""94199420#: builtin/checkout-index.c:1649421msgid "check out all files in the index"9422msgstr ""94239424#: builtin/checkout-index.c:1659425msgid "force overwrite of existing files"9426msgstr ""94279428#: builtin/checkout-index.c:1679429msgid "no warning for existing files and files not in index"9430msgstr ""94319432#: builtin/checkout-index.c:1699433msgid "don't checkout new files"9434msgstr ""94359436#: builtin/checkout-index.c:1719437msgid "update stat information in the index file"9438msgstr ""94399440#: builtin/checkout-index.c:1759441msgid "read list of paths from the standard input"9442msgstr ""94439444#: builtin/checkout-index.c:1779445msgid "write the content to temporary files"9446msgstr ""94479448#: builtin/checkout-index.c:178 builtin/column.c:319449#: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:13769450#: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:18579451#: builtin/worktree.c:6809452msgid "string"9453msgstr ""94549455#: builtin/checkout-index.c:1799456msgid "when creating files, prepend <string>"9457msgstr ""94589459#: builtin/checkout-index.c:1819460msgid "copy out the files from named stage"9461msgstr ""94629463#: builtin/checkout.c:319464msgid "git checkout [<options>] <branch>"9465msgstr ""94669467#: builtin/checkout.c:329468msgid "git checkout [<options>] [<branch>] -- <file>..."9469msgstr ""94709471#: builtin/checkout.c:379472msgid "git switch [<options>] [<branch>]"9473msgstr ""94749475#: builtin/checkout.c:429476msgid "git restore [<options>] [--source=<branch>] <file>..."9477msgstr ""94789479#: builtin/checkout.c:172 builtin/checkout.c:2119480#, c-format9481msgid "path '%s' does not have our version"9482msgstr ""94839484#: builtin/checkout.c:174 builtin/checkout.c:2139485#, c-format9486msgid "path '%s' does not have their version"9487msgstr ""94889489#: builtin/checkout.c:1909490#, c-format9491msgid "path '%s' does not have all necessary versions"9492msgstr ""94939494#: builtin/checkout.c:2409495#, c-format9496msgid "path '%s' does not have necessary versions"9497msgstr ""94989499#: builtin/checkout.c:2589500#, c-format9501msgid "path '%s': cannot merge"9502msgstr ""95039504#: builtin/checkout.c:2749505#, c-format9506msgid "Unable to add merge result for '%s'"9507msgstr ""95089509#: builtin/checkout.c:3749510#, c-format9511msgid "Recreated %d merge conflict"9512msgid_plural "Recreated %d merge conflicts"9513msgstr[0] ""9514msgstr[1] ""95159516#: builtin/checkout.c:3799517#, c-format9518msgid "Updated %d path from %s"9519msgid_plural "Updated %d paths from %s"9520msgstr[0] ""9521msgstr[1] ""95229523#: builtin/checkout.c:3869524#, c-format9525msgid "Updated %d path from the index"9526msgid_plural "Updated %d paths from the index"9527msgstr[0] ""9528msgstr[1] ""95299530#: builtin/checkout.c:409 builtin/checkout.c:412 builtin/checkout.c:4159531#: builtin/checkout.c:4199532#, c-format9533msgid "'%s' cannot be used with updating paths"9534msgstr ""95359536#: builtin/checkout.c:422 builtin/checkout.c:4259537#, c-format9538msgid "'%s' cannot be used with %s"9539msgstr ""95409541#: builtin/checkout.c:4299542#, c-format9543msgid "Cannot update paths and switch to branch '%s' at the same time."9544msgstr ""95459546#: builtin/checkout.c:4339547#, c-format9548msgid "neither '%s' or '%s' is specified"9549msgstr ""95509551#: builtin/checkout.c:4379552#, c-format9553msgid "'%s' must be used when '%s' is not specified"9554msgstr ""95559556#: builtin/checkout.c:442 builtin/checkout.c:4479557#, c-format9558msgid "'%s' or '%s' cannot be used with %s"9559msgstr ""95609561#: builtin/checkout.c:506 builtin/checkout.c:5139562#, c-format9563msgid "path '%s' is unmerged"9564msgstr ""95659566#: builtin/checkout.c:6799567msgid "you need to resolve your current index first"9568msgstr ""95699570#: builtin/checkout.c:7299571#, c-format9572msgid ""9573"cannot continue with staged changes in the following files:\n"9574"%s"9575msgstr ""95769577#: builtin/checkout.c:7369578#, c-format9579msgid "staged changes in the following files may be lost: %s"9580msgstr ""95819582#: builtin/checkout.c:8339583#, c-format9584msgid "Can not do reflog for '%s': %s\n"9585msgstr ""95869587#: builtin/checkout.c:8759588msgid "HEAD is now at"9589msgstr ""95909591#: builtin/checkout.c:879 builtin/clone.c:7149592msgid "unable to update HEAD"9593msgstr ""95949595#: builtin/checkout.c:8839596#, c-format9597msgid "Reset branch '%s'\n"9598msgstr ""95999600#: builtin/checkout.c:8869601#, c-format9602msgid "Already on '%s'\n"9603msgstr ""96049605#: builtin/checkout.c:8909606#, c-format9607msgid "Switched to and reset branch '%s'\n"9608msgstr ""96099610#: builtin/checkout.c:892 builtin/checkout.c:12899611#, c-format9612msgid "Switched to a new branch '%s'\n"9613msgstr ""96149615#: builtin/checkout.c:8949616#, c-format9617msgid "Switched to branch '%s'\n"9618msgstr ""96199620#: builtin/checkout.c:9459621#, c-format9622msgid " ... and %d more.\n"9623msgstr ""96249625#: builtin/checkout.c:9519626#, c-format9627msgid ""9628"Warning: you are leaving %d commit behind, not connected to\n"9629"any of your branches:\n"9630"\n"9631"%s\n"9632msgid_plural ""9633"Warning: you are leaving %d commits behind, not connected to\n"9634"any of your branches:\n"9635"\n"9636"%s\n"9637msgstr[0] ""9638msgstr[1] ""96399640#: builtin/checkout.c:9709641#, c-format9642msgid ""9643"If you want to keep it by creating a new branch, this may be a good time\n"9644"to do so with:\n"9645"\n"9646" git branch <new-branch-name> %s\n"9647"\n"9648msgid_plural ""9649"If you want to keep them by creating a new branch, this may be a good time\n"9650"to do so with:\n"9651"\n"9652" git branch <new-branch-name> %s\n"9653"\n"9654msgstr[0] ""9655msgstr[1] ""96569657#: builtin/checkout.c:10059658msgid "internal error in revision walk"9659msgstr ""96609661#: builtin/checkout.c:10099662msgid "Previous HEAD position was"9663msgstr ""96649665#: builtin/checkout.c:1049 builtin/checkout.c:12849666msgid "You are on a branch yet to be born"9667msgstr ""96689669#: builtin/checkout.c:11769670msgid "only one reference expected"9671msgstr ""96729673#: builtin/checkout.c:11939674#, c-format9675msgid "only one reference expected, %d given."9676msgstr ""96779678#: builtin/checkout.c:12309679#, c-format9680msgid ""9681"'%s' could be both a local file and a tracking branch.\n"9682"Please use -- (and optionally --no-guess) to disambiguate"9683msgstr ""96849685#: builtin/checkout.c:1243 builtin/worktree.c:291 builtin/worktree.c:4569686#, c-format9687msgid "invalid reference: %s"9688msgstr ""96899690#: builtin/checkout.c:1256 builtin/checkout.c:16189691#, c-format9692msgid "reference is not a tree: %s"9693msgstr ""96949695#: builtin/checkout.c:13039696#, c-format9697msgid "a branch is expected, got tag '%s'"9698msgstr ""96999700#: builtin/checkout.c:13059701#, c-format9702msgid "a branch is expected, got remote branch '%s'"9703msgstr ""97049705#: builtin/checkout.c:1306 builtin/checkout.c:13149706#, c-format9707msgid "a branch is expected, got '%s'"9708msgstr ""97099710#: builtin/checkout.c:13099711#, c-format9712msgid "a branch is expected, got commit '%s'"9713msgstr ""97149715#: builtin/checkout.c:13259716msgid ""9717"cannot switch branch while merging\n"9718"Consider \"git merge --quit\" or \"git worktree add\"."9719msgstr ""97209721#: builtin/checkout.c:13299722msgid ""9723"cannot switch branch in the middle of an am session\n"9724"Consider \"git am --quit\" or \"git worktree add\"."9725msgstr ""97269727#: builtin/checkout.c:13339728msgid ""9729"cannot switch branch while rebasing\n"9730"Consider \"git rebase --quit\" or \"git worktree add\"."9731msgstr ""97329733#: builtin/checkout.c:13379734msgid ""9735"cannot switch branch while cherry-picking\n"9736"Consider \"git cherry-pick --quit\" or \"git worktree add\"."9737msgstr ""97389739#: builtin/checkout.c:13419740msgid ""9741"cannot switch branch while reverting\n"9742"Consider \"git revert --quit\" or \"git worktree add\"."9743msgstr ""97449745#: builtin/checkout.c:13459746msgid "you are switching branch while bisecting"9747msgstr ""97489749#: builtin/checkout.c:13529750msgid "paths cannot be used with switching branches"9751msgstr ""97529753#: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:13639754#, c-format9755msgid "'%s' cannot be used with switching branches"9756msgstr ""97579758#: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:13739759#: builtin/checkout.c:1378 builtin/checkout.c:13839760#, c-format9761msgid "'%s' cannot be used with '%s'"9762msgstr ""97639764#: builtin/checkout.c:13809765#, c-format9766msgid "'%s' cannot take <start-point>"9767msgstr ""97689769#: builtin/checkout.c:13889770#, c-format9771msgid "Cannot switch branch to a non-commit '%s'"9772msgstr ""97739774#: builtin/checkout.c:13959775msgid "missing branch or commit argument"9776msgstr ""97779778#: builtin/checkout.c:1437 builtin/clone.c:91 builtin/fetch.c:1519779#: builtin/merge.c:285 builtin/pull.c:137 builtin/push.c:5759780#: builtin/send-pack.c:1749781msgid "force progress reporting"9782msgstr ""97839784#: builtin/checkout.c:14389785msgid "perform a 3-way merge with the new branch"9786msgstr ""97879788#: builtin/checkout.c:1439 builtin/log.c:1617 parse-options.h:3189789msgid "style"9790msgstr ""97919792#: builtin/checkout.c:14409793msgid "conflict style (merge or diff3)"9794msgstr ""97959796#: builtin/checkout.c:1452 builtin/worktree.c:5049797msgid "detach HEAD at named commit"9798msgstr ""97999800#: builtin/checkout.c:14539801msgid "set upstream info for new branch"9802msgstr ""98039804#: builtin/checkout.c:14559805msgid "force checkout (throw away local modifications)"9806msgstr ""98079808#: builtin/checkout.c:14579809msgid "new-branch"9810msgstr ""98119812#: builtin/checkout.c:14579813msgid "new unparented branch"9814msgstr ""98159816#: builtin/checkout.c:1459 builtin/merge.c:2889817msgid "update ignored files (default)"9818msgstr ""98199820#: builtin/checkout.c:14629821msgid "do not check if another worktree is holding the given ref"9822msgstr ""98239824#: builtin/checkout.c:14759825msgid "checkout our version for unmerged files"9826msgstr ""98279828#: builtin/checkout.c:14789829msgid "checkout their version for unmerged files"9830msgstr ""98319832#: builtin/checkout.c:14829833msgid "do not limit pathspecs to sparse entries only"9834msgstr ""98359836#: builtin/checkout.c:15339837msgid "-b, -B and --orphan are mutually exclusive"9838msgstr ""98399840#: builtin/checkout.c:15369841msgid "-p and --overlay are mutually exclusive"9842msgstr ""98439844#: builtin/checkout.c:15739845msgid "--track needs a branch name"9846msgstr ""98479848#: builtin/checkout.c:15789849msgid "missing branch name; try -b"9850msgstr ""98519852#: builtin/checkout.c:16119853#, c-format9854msgid "could not resolve %s"9855msgstr ""98569857#: builtin/checkout.c:16239858msgid "you must specify path(s) to restore"9859msgstr ""98609861#: builtin/checkout.c:16319862msgid "invalid path specification"9863msgstr ""98649865#: builtin/checkout.c:16389866#, c-format9867msgid "'%s' is not a commit and a branch '%s' cannot be created from it"9868msgstr ""98699870#: builtin/checkout.c:16429871#, c-format9872msgid "git checkout: --detach does not take a path argument '%s'"9873msgstr ""98749875#: builtin/checkout.c:16469876msgid ""9877"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"9878"checking out of the index."9879msgstr ""98809881#: builtin/checkout.c:16669882#, c-format9883msgid ""9884"'%s' matched more than one remote tracking branch.\n"9885"We found %d remotes with a reference that matched. So we fell back\n"9886"on trying to resolve the argument as a path, but failed there too!\n"9887"\n"9888"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"9889"you can do so by fully qualifying the name with the --track option:\n"9890"\n"9891" git checkout --track origin/<name>\n"9892"\n"9893"If you'd like to always have checkouts of an ambiguous <name> prefer\n"9894"one remote, e.g. the 'origin' remote, consider setting\n"9895"checkout.defaultRemote=origin in your config."9896msgstr ""98979898#: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:17339899#: builtin/checkout.c:1735 builtin/clone.c:121 builtin/remote.c:1699900#: builtin/remote.c:171 builtin/worktree.c:500 builtin/worktree.c:5029901msgid "branch"9902msgstr ""99039904#: builtin/checkout.c:16929905msgid "create and checkout a new branch"9906msgstr ""99079908#: builtin/checkout.c:16949909msgid "create/reset and checkout a branch"9910msgstr ""99119912#: builtin/checkout.c:16959913msgid "create reflog for new branch"9914msgstr ""99159916#: builtin/checkout.c:16979917msgid "second guess 'git checkout <no-such-branch>' (default)"9918msgstr ""99199920#: builtin/checkout.c:16989921msgid "use overlay mode (default)"9922msgstr ""99239924#: builtin/checkout.c:17349925msgid "create and switch to a new branch"9926msgstr ""99279928#: builtin/checkout.c:17369929msgid "create/reset and switch to a branch"9930msgstr ""99319932#: builtin/checkout.c:17389933msgid "second guess 'git switch <no-such-branch>'"9934msgstr ""99359936#: builtin/checkout.c:17409937msgid "throw away local modifications"9938msgstr ""99399940#: builtin/checkout.c:17729941msgid "which tree-ish to checkout from"9942msgstr ""99439944#: builtin/checkout.c:17749945msgid "restore the index"9946msgstr ""99479948#: builtin/checkout.c:17769949msgid "restore the working tree (default)"9950msgstr ""99519952#: builtin/checkout.c:17789953msgid "ignore unmerged entries"9954msgstr ""99559956#: builtin/checkout.c:17799957msgid "use overlay mode"9958msgstr ""99599960#: builtin/clean.c:289961msgid ""9962"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."9963msgstr ""99649965#: builtin/clean.c:329966#, c-format9967msgid "Removing %s\n"9968msgstr ""99699970#: builtin/clean.c:339971#, c-format9972msgid "Would remove %s\n"9973msgstr ""99749975#: builtin/clean.c:349976#, c-format9977msgid "Skipping repository %s\n"9978msgstr ""99799980#: builtin/clean.c:359981#, c-format9982msgid "Would skip repository %s\n"9983msgstr ""99849985#: builtin/clean.c:369986#, c-format9987msgid "failed to remove %s"9988msgstr ""99899990#: builtin/clean.c:379991#, c-format9992msgid "could not lstat %s\n"9993msgstr ""99949995#: builtin/clean.c:300 git-add--interactive.perl:5939996#, c-format9997msgid ""9998"Prompt help:\n"9999"1 - select a numbered item\n"10000"foo - select item based on unique prefix\n"10001" - (empty) select nothing\n"10002msgstr ""1000310004#: builtin/clean.c:304 git-add--interactive.perl:60210005#, c-format10006msgid ""10007"Prompt help:\n"10008"1 - select a single item\n"10009"3-5 - select a range of items\n"10010"2-3,6-9 - select multiple ranges\n"10011"foo - select item based on unique prefix\n"10012"-... - unselect specified items\n"10013"* - choose all items\n"10014" - (empty) finish selecting\n"10015msgstr ""1001610017#: builtin/clean.c:520 git-add--interactive.perl:56810018#: git-add--interactive.perl:57310019#, c-format, perl-format10020msgid "Huh (%s)?\n"10021msgstr ""1002210023#: builtin/clean.c:66210024#, c-format10025msgid "Input ignore patterns>> "10026msgstr ""1002710028#: builtin/clean.c:69910029#, c-format10030msgid "WARNING: Cannot find items matched by: %s"10031msgstr ""1003210033#: builtin/clean.c:72010034msgid "Select items to delete"10035msgstr ""1003610037#. TRANSLATORS: Make sure to keep [y/N] as is10038#: builtin/clean.c:76110039#, c-format10040msgid "Remove %s [y/N]? "10041msgstr ""1004210043#: builtin/clean.c:786 git-add--interactive.perl:176310044#, c-format10045msgid "Bye.\n"10046msgstr ""1004710048#: builtin/clean.c:79410049msgid ""10050"clean - start cleaning\n"10051"filter by pattern - exclude items from deletion\n"10052"select by numbers - select items to be deleted by numbers\n"10053"ask each - confirm each deletion (like \"rm -i\")\n"10054"quit - stop cleaning\n"10055"help - this screen\n"10056"? - help for prompt selection"10057msgstr ""1005810059#: builtin/clean.c:821 git-add--interactive.perl:184910060msgid "*** Commands ***"10061msgstr ""1006210063#: builtin/clean.c:822 git-add--interactive.perl:184610064msgid "What now"10065msgstr ""1006610067#: builtin/clean.c:83010068msgid "Would remove the following item:"10069msgid_plural "Would remove the following items:"10070msgstr[0] ""10071msgstr[1] ""1007210073#: builtin/clean.c:84610074msgid "No more files to clean, exiting."10075msgstr ""1007610077#: builtin/clean.c:90810078msgid "do not print names of files removed"10079msgstr ""1008010081#: builtin/clean.c:91010082msgid "force"10083msgstr ""1008410085#: builtin/clean.c:91110086msgid "interactive cleaning"10087msgstr ""1008810089#: builtin/clean.c:91310090msgid "remove whole directories"10091msgstr ""1009210093#: builtin/clean.c:914 builtin/describe.c:546 builtin/describe.c:54810094#: builtin/grep.c:899 builtin/log.c:176 builtin/log.c:17810095#: builtin/ls-files.c:557 builtin/name-rev.c:413 builtin/name-rev.c:41510096#: builtin/show-ref.c:17910097msgid "pattern"10098msgstr ""1009910100#: builtin/clean.c:91510101msgid "add <pattern> to ignore rules"10102msgstr ""1010310104#: builtin/clean.c:91610105msgid "remove ignored files, too"10106msgstr ""1010710108#: builtin/clean.c:91810109msgid "remove only ignored files"10110msgstr ""1011110112#: builtin/clean.c:93610113msgid "-x and -X cannot be used together"10114msgstr ""1011510116#: builtin/clean.c:94010117msgid ""10118"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "10119"clean"10120msgstr ""1012110122#: builtin/clean.c:94310123msgid ""10124"clean.requireForce defaults to true and neither -i, -n, nor -f given; "10125"refusing to clean"10126msgstr ""1012710128#: builtin/clone.c:4610129msgid "git clone [<options>] [--] <repo> [<dir>]"10130msgstr ""1013110132#: builtin/clone.c:9310133msgid "don't create a checkout"10134msgstr ""1013510136#: builtin/clone.c:94 builtin/clone.c:96 builtin/init-db.c:48910137msgid "create a bare repository"10138msgstr ""1013910140#: builtin/clone.c:9810141msgid "create a mirror repository (implies bare)"10142msgstr ""1014310144#: builtin/clone.c:10010145msgid "to clone from a local repository"10146msgstr ""1014710148#: builtin/clone.c:10210149msgid "don't use local hardlinks, always copy"10150msgstr ""1015110152#: builtin/clone.c:10410153msgid "setup as shared repository"10154msgstr ""1015510156#: builtin/clone.c:10710157msgid "pathspec"10158msgstr ""1015910160#: builtin/clone.c:10710161msgid "initialize submodules in the clone"10162msgstr ""1016310164#: builtin/clone.c:11010165msgid "number of submodules cloned in parallel"10166msgstr ""1016710168#: builtin/clone.c:111 builtin/init-db.c:48610169msgid "template-directory"10170msgstr ""1017110172#: builtin/clone.c:112 builtin/init-db.c:48710173msgid "directory from which templates will be used"10174msgstr ""1017510176#: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:138010177#: builtin/submodule--helper.c:186010178msgid "reference repository"10179msgstr ""1018010181#: builtin/clone.c:118 builtin/submodule--helper.c:138210182#: builtin/submodule--helper.c:186210183msgid "use --reference only while cloning"10184msgstr ""1018510186#: builtin/clone.c:119 builtin/column.c:27 builtin/merge-file.c:4610187#: builtin/pack-objects.c:3314 builtin/repack.c:31910188msgid "name"10189msgstr ""1019010191#: builtin/clone.c:12010192msgid "use <name> instead of 'origin' to track upstream"10193msgstr ""1019410195#: builtin/clone.c:12210196msgid "checkout <branch> instead of the remote's HEAD"10197msgstr ""1019810199#: builtin/clone.c:12410200msgid "path to git-upload-pack on the remote"10201msgstr ""1020210203#: builtin/clone.c:125 builtin/fetch.c:152 builtin/grep.c:83810204#: builtin/pull.c:22610205msgid "depth"10206msgstr ""1020710208#: builtin/clone.c:12610209msgid "create a shallow clone of that depth"10210msgstr ""1021110212#: builtin/clone.c:127 builtin/fetch.c:154 builtin/pack-objects.c:330310213msgid "time"10214msgstr ""1021510216#: builtin/clone.c:12810217msgid "create a shallow clone since a specific time"10218msgstr ""1021910220#: builtin/clone.c:129 builtin/fetch.c:156 builtin/fetch.c:17910221#: builtin/rebase.c:139510222msgid "revision"10223msgstr ""1022410225#: builtin/clone.c:130 builtin/fetch.c:15710226msgid "deepen history of shallow clone, excluding rev"10227msgstr ""1022810229#: builtin/clone.c:13210230msgid "clone only one branch, HEAD or --branch"10231msgstr ""1023210233#: builtin/clone.c:13410234msgid "don't clone any tags, and make later fetches not to follow them"10235msgstr ""1023610237#: builtin/clone.c:13610238msgid "any cloned submodules will be shallow"10239msgstr ""1024010241#: builtin/clone.c:137 builtin/init-db.c:49510242msgid "gitdir"10243msgstr ""1024410245#: builtin/clone.c:138 builtin/init-db.c:49610246msgid "separate git dir from working tree"10247msgstr ""1024810249#: builtin/clone.c:13910250msgid "key=value"10251msgstr ""1025210253#: builtin/clone.c:14010254msgid "set config inside the new repository"10255msgstr ""1025610257#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:7610258#: builtin/push.c:585 builtin/send-pack.c:17210259msgid "server-specific"10260msgstr ""1026110262#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:7610263#: builtin/push.c:585 builtin/send-pack.c:17310264msgid "option to transmit"10265msgstr ""1026610267#: builtin/clone.c:143 builtin/fetch.c:175 builtin/pull.c:23910268#: builtin/push.c:58610269msgid "use IPv4 addresses only"10270msgstr ""1027110272#: builtin/clone.c:145 builtin/fetch.c:177 builtin/pull.c:24210273#: builtin/push.c:58810274msgid "use IPv6 addresses only"10275msgstr ""1027610277#: builtin/clone.c:14910278msgid "any cloned submodules will use their remote-tracking branch"10279msgstr ""1028010281#: builtin/clone.c:28510282msgid ""10283"No directory name could be guessed.\n"10284"Please specify a directory on the command line"10285msgstr ""1028610287#: builtin/clone.c:33810288#, c-format10289msgid "info: Could not add alternate for '%s': %s\n"10290msgstr ""1029110292#: builtin/clone.c:41110293#, c-format10294msgid "%s exists and is not a directory"10295msgstr ""1029610297#: builtin/clone.c:42810298#, c-format10299msgid "failed to start iterator over '%s'"10300msgstr ""1030110302#: builtin/clone.c:45310303#, c-format10304msgid "failed to unlink '%s'"10305msgstr ""1030610307#: builtin/clone.c:45810308#, c-format10309msgid "failed to create link '%s'"10310msgstr ""1031110312#: builtin/clone.c:46210313#, c-format10314msgid "failed to copy file to '%s'"10315msgstr ""1031610317#: builtin/clone.c:46710318#, c-format10319msgid "failed to iterate over '%s'"10320msgstr ""1032110322#: builtin/clone.c:49210323#, c-format10324msgid "done.\n"10325msgstr ""1032610327#: builtin/clone.c:50610328msgid ""10329"Clone succeeded, but checkout failed.\n"10330"You can inspect what was checked out with 'git status'\n"10331"and retry with 'git restore --source=HEAD :/'\n"10332msgstr ""1033310334#: builtin/clone.c:58310335#, c-format10336msgid "Could not find remote branch %s to clone."10337msgstr ""1033810339#: builtin/clone.c:70210340#, c-format10341msgid "unable to update %s"10342msgstr ""1034310344#: builtin/clone.c:75210345msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"10346msgstr ""1034710348#: builtin/clone.c:78310349msgid "unable to checkout working tree"10350msgstr ""1035110352#: builtin/clone.c:83310353msgid "unable to write parameters to config file"10354msgstr ""1035510356#: builtin/clone.c:89610357msgid "cannot repack to clean up"10358msgstr ""1035910360#: builtin/clone.c:89810361msgid "cannot unlink temporary alternates file"10362msgstr ""1036310364#: builtin/clone.c:938 builtin/receive-pack.c:195010365msgid "Too many arguments."10366msgstr ""1036710368#: builtin/clone.c:94210369msgid "You must specify a repository to clone."10370msgstr ""1037110372#: builtin/clone.c:95510373#, c-format10374msgid "--bare and --origin %s options are incompatible."10375msgstr ""1037610377#: builtin/clone.c:95810378msgid "--bare and --separate-git-dir are incompatible."10379msgstr ""1038010381#: builtin/clone.c:97110382#, c-format10383msgid "repository '%s' does not exist"10384msgstr ""1038510386#: builtin/clone.c:977 builtin/fetch.c:166010387#, c-format10388msgid "depth %s is not a positive number"10389msgstr ""1039010391#: builtin/clone.c:98710392#, c-format10393msgid "destination path '%s' already exists and is not an empty directory."10394msgstr ""1039510396#: builtin/clone.c:99710397#, c-format10398msgid "working tree '%s' already exists."10399msgstr ""1040010401#: builtin/clone.c:1012 builtin/clone.c:1033 builtin/difftool.c:26410402#: builtin/worktree.c:303 builtin/worktree.c:33510403#, c-format10404msgid "could not create leading directories of '%s'"10405msgstr ""1040610407#: builtin/clone.c:101710408#, c-format10409msgid "could not create work tree dir '%s'"10410msgstr ""1041110412#: builtin/clone.c:103710413#, c-format10414msgid "Cloning into bare repository '%s'...\n"10415msgstr ""1041610417#: builtin/clone.c:103910418#, c-format10419msgid "Cloning into '%s'...\n"10420msgstr ""1042110422#: builtin/clone.c:106310423msgid ""10424"clone --recursive is not compatible with both --reference and --reference-if-"10425"able"10426msgstr ""1042710428#: builtin/clone.c:112410429msgid "--depth is ignored in local clones; use file:// instead."10430msgstr ""1043110432#: builtin/clone.c:112610433msgid "--shallow-since is ignored in local clones; use file:// instead."10434msgstr ""1043510436#: builtin/clone.c:112810437msgid "--shallow-exclude is ignored in local clones; use file:// instead."10438msgstr ""1043910440#: builtin/clone.c:113010441msgid "--filter is ignored in local clones; use file:// instead."10442msgstr ""1044310444#: builtin/clone.c:113310445msgid "source repository is shallow, ignoring --local"10446msgstr ""1044710448#: builtin/clone.c:113810449msgid "--local is ignored"10450msgstr ""1045110452#: builtin/clone.c:1215 builtin/clone.c:122310453#, c-format10454msgid "Remote branch %s not found in upstream %s"10455msgstr ""1045610457#: builtin/clone.c:122610458msgid "You appear to have cloned an empty repository."10459msgstr ""1046010461#: builtin/column.c:1010462msgid "git column [<options>]"10463msgstr ""1046410465#: builtin/column.c:2710466msgid "lookup config vars"10467msgstr ""1046810469#: builtin/column.c:28 builtin/column.c:2910470msgid "layout to use"10471msgstr ""1047210473#: builtin/column.c:3010474msgid "Maximum width"10475msgstr ""1047610477#: builtin/column.c:3110478msgid "Padding space on left border"10479msgstr ""1048010481#: builtin/column.c:3210482msgid "Padding space on right border"10483msgstr ""1048410485#: builtin/column.c:3310486msgid "Padding space between columns"10487msgstr ""1048810489#: builtin/column.c:5110490msgid "--command must be the first argument"10491msgstr ""1049210493#: builtin/commit-tree.c:1810494msgid ""10495"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "10496"<file>)...] <tree>"10497msgstr ""1049810499#: builtin/commit-tree.c:3110500#, c-format10501msgid "duplicate parent %s ignored"10502msgstr ""1050310504#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:52510505#, c-format10506msgid "not a valid object name %s"10507msgstr ""1050810509#: builtin/commit-tree.c:9310510#, c-format10511msgid "git commit-tree: failed to open '%s'"10512msgstr ""1051310514#: builtin/commit-tree.c:9610515#, c-format10516msgid "git commit-tree: failed to read '%s'"10517msgstr ""1051810519#: builtin/commit-tree.c:9810520#, c-format10521msgid "git commit-tree: failed to close '%s'"10522msgstr ""1052310524#: builtin/commit-tree.c:11110525msgid "parent"10526msgstr ""1052710528#: builtin/commit-tree.c:11210529msgid "id of a parent commit object"10530msgstr ""1053110532#: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:27010533#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:146010534#: builtin/tag.c:41210535msgid "message"10536msgstr ""1053710538#: builtin/commit-tree.c:115 builtin/commit.c:150010539msgid "commit message"10540msgstr ""1054110542#: builtin/commit-tree.c:11810543msgid "read commit log message from file"10544msgstr ""1054510546#: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:28710547#: builtin/pull.c:194 builtin/revert.c:11810548msgid "GPG sign commit"10549msgstr ""1055010551#: builtin/commit-tree.c:13310552msgid "must give exactly one tree"10553msgstr ""1055410555#: builtin/commit-tree.c:14010556msgid "git commit-tree: failed to read"10557msgstr ""1055810559#: builtin/commit.c:4110560msgid "git commit [<options>] [--] <pathspec>..."10561msgstr ""1056210563#: builtin/commit.c:4610564msgid "git status [<options>] [--] <pathspec>..."10565msgstr ""1056610567#: builtin/commit.c:5110568msgid ""10569"You asked to amend the most recent commit, but doing so would make\n"10570"it empty. You can repeat your command with --allow-empty, or you can\n"10571"remove the commit entirely with \"git reset HEAD^\".\n"10572msgstr ""1057310574#: builtin/commit.c:5610575msgid ""10576"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"10577"If you wish to commit it anyway, use:\n"10578"\n"10579" git commit --allow-empty\n"10580"\n"10581msgstr ""1058210583#: builtin/commit.c:6310584msgid "Otherwise, please use 'git cherry-pick --skip'\n"10585msgstr ""1058610587#: builtin/commit.c:6610588msgid ""10589"and then use:\n"10590"\n"10591" git cherry-pick --continue\n"10592"\n"10593"to resume cherry-picking the remaining commits.\n"10594"If you wish to skip this commit, use:\n"10595"\n"10596" git cherry-pick --skip\n"10597"\n"10598msgstr ""1059910600#: builtin/commit.c:31510601msgid "failed to unpack HEAD tree object"10602msgstr ""1060310604#: builtin/commit.c:35610605msgid "unable to create temporary index"10606msgstr ""1060710608#: builtin/commit.c:36210609msgid "interactive add failed"10610msgstr ""1061110612#: builtin/commit.c:37610613msgid "unable to update temporary index"10614msgstr ""1061510616#: builtin/commit.c:37810617msgid "Failed to update main cache tree"10618msgstr ""1061910620#: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:47210621msgid "unable to write new_index file"10622msgstr ""1062310624#: builtin/commit.c:45510625msgid "cannot do a partial commit during a merge."10626msgstr ""1062710628#: builtin/commit.c:45710629msgid "cannot do a partial commit during a cherry-pick."10630msgstr ""1063110632#: builtin/commit.c:46510633msgid "cannot read the index"10634msgstr ""1063510636#: builtin/commit.c:48410637msgid "unable to write temporary index file"10638msgstr ""1063910640#: builtin/commit.c:58210641#, c-format10642msgid "commit '%s' lacks author header"10643msgstr ""1064410645#: builtin/commit.c:58410646#, c-format10647msgid "commit '%s' has malformed author line"10648msgstr ""1064910650#: builtin/commit.c:60310651msgid "malformed --author parameter"10652msgstr ""1065310654#: builtin/commit.c:65610655msgid ""10656"unable to select a comment character that is not used\n"10657"in the current commit message"10658msgstr ""1065910660#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:107210661#, c-format10662msgid "could not lookup commit %s"10663msgstr ""1066410665#: builtin/commit.c:706 builtin/shortlog.c:31910666#, c-format10667msgid "(reading log message from standard input)\n"10668msgstr ""1066910670#: builtin/commit.c:70810671msgid "could not read log from standard input"10672msgstr ""1067310674#: builtin/commit.c:71210675#, c-format10676msgid "could not read log file '%s'"10677msgstr ""1067810679#: builtin/commit.c:743 builtin/commit.c:75910680msgid "could not read SQUASH_MSG"10681msgstr ""1068210683#: builtin/commit.c:75010684msgid "could not read MERGE_MSG"10685msgstr ""1068610687#: builtin/commit.c:81010688msgid "could not write commit template"10689msgstr ""1069010691#: builtin/commit.c:82910692#, c-format10693msgid ""10694"\n"10695"It looks like you may be committing a merge.\n"10696"If this is not correct, please remove the file\n"10697"\t%s\n"10698"and try again.\n"10699msgstr ""1070010701#: builtin/commit.c:83410702#, c-format10703msgid ""10704"\n"10705"It looks like you may be committing a cherry-pick.\n"10706"If this is not correct, please remove the file\n"10707"\t%s\n"10708"and try again.\n"10709msgstr ""1071010711#: builtin/commit.c:84710712#, c-format10713msgid ""10714"Please enter the commit message for your changes. Lines starting\n"10715"with '%c' will be ignored, and an empty message aborts the commit.\n"10716msgstr ""1071710718#: builtin/commit.c:85510719#, c-format10720msgid ""10721"Please enter the commit message for your changes. Lines starting\n"10722"with '%c' will be kept; you may remove them yourself if you want to.\n"10723"An empty message aborts the commit.\n"10724msgstr ""1072510726#: builtin/commit.c:87210727#, c-format10728msgid "%sAuthor: %.*s <%.*s>"10729msgstr ""1073010731#: builtin/commit.c:88010732#, c-format10733msgid "%sDate: %s"10734msgstr ""1073510736#: builtin/commit.c:88710737#, c-format10738msgid "%sCommitter: %.*s <%.*s>"10739msgstr ""1074010741#: builtin/commit.c:90510742msgid "Cannot read index"10743msgstr ""1074410745#: builtin/commit.c:97210746msgid "Error building trees"10747msgstr ""1074810749#: builtin/commit.c:986 builtin/tag.c:27510750#, c-format10751msgid "Please supply the message using either -m or -F option.\n"10752msgstr ""1075310754#: builtin/commit.c:103010755#, c-format10756msgid "--author '%s' is not 'Name <email>' and matches no existing author"10757msgstr ""1075810759#: builtin/commit.c:104410760#, c-format10761msgid "Invalid ignored mode '%s'"10762msgstr ""1076310764#: builtin/commit.c:1062 builtin/commit.c:130410765#, c-format10766msgid "Invalid untracked files mode '%s'"10767msgstr ""1076810769#: builtin/commit.c:110210770msgid "--long and -z are incompatible"10771msgstr ""1077210773#: builtin/commit.c:114610774msgid "Using both --reset-author and --author does not make sense"10775msgstr ""1077610777#: builtin/commit.c:115510778msgid "You have nothing to amend."10779msgstr ""1078010781#: builtin/commit.c:115810782msgid "You are in the middle of a merge -- cannot amend."10783msgstr ""1078410785#: builtin/commit.c:116010786msgid "You are in the middle of a cherry-pick -- cannot amend."10787msgstr ""1078810789#: builtin/commit.c:116310790msgid "Options --squash and --fixup cannot be used together"10791msgstr ""1079210793#: builtin/commit.c:117310794msgid "Only one of -c/-C/-F/--fixup can be used."10795msgstr ""1079610797#: builtin/commit.c:117510798msgid "Option -m cannot be combined with -c/-C/-F."10799msgstr ""1080010801#: builtin/commit.c:118310802msgid "--reset-author can be used only with -C, -c or --amend."10803msgstr ""1080410805#: builtin/commit.c:120010806msgid "Only one of --include/--only/--all/--interactive/--patch can be used."10807msgstr ""1080810809#: builtin/commit.c:120210810msgid "No paths with --include/--only does not make sense."10811msgstr ""1081210813#: builtin/commit.c:120810814#, c-format10815msgid "paths '%s ...' with -a does not make sense"10816msgstr ""1081710818#: builtin/commit.c:1339 builtin/commit.c:152310819msgid "show status concisely"10820msgstr ""1082110822#: builtin/commit.c:1341 builtin/commit.c:152510823msgid "show branch information"10824msgstr ""1082510826#: builtin/commit.c:134310827msgid "show stash information"10828msgstr ""1082910830#: builtin/commit.c:1345 builtin/commit.c:152710831msgid "compute full ahead/behind values"10832msgstr ""1083310834#: builtin/commit.c:134710835msgid "version"10836msgstr ""1083710838#: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:56110839#: builtin/worktree.c:65110840msgid "machine-readable output"10841msgstr ""1084210843#: builtin/commit.c:1350 builtin/commit.c:153110844msgid "show status in long format (default)"10845msgstr ""1084610847#: builtin/commit.c:1353 builtin/commit.c:153410848msgid "terminate entries with NUL"10849msgstr ""1085010851#: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:153710852#: builtin/fast-export.c:1125 builtin/fast-export.c:112810853#: builtin/fast-export.c:1131 builtin/rebase.c:1471 parse-options.h:33210854msgid "mode"10855msgstr ""1085610857#: builtin/commit.c:1356 builtin/commit.c:153710858msgid "show untracked files, optional modes: all, normal, no. (Default: all)"10859msgstr ""1086010861#: builtin/commit.c:136010862msgid ""10863"show ignored files, optional modes: traditional, matching, no. (Default: "10864"traditional)"10865msgstr ""1086610867#: builtin/commit.c:1362 parse-options.h:17910868msgid "when"10869msgstr ""1087010871#: builtin/commit.c:136310872msgid ""10873"ignore changes to submodules, optional when: all, dirty, untracked. "10874"(Default: all)"10875msgstr ""1087610877#: builtin/commit.c:136510878msgid "list untracked files in columns"10879msgstr ""1088010881#: builtin/commit.c:136610882msgid "do not detect renames"10883msgstr ""1088410885#: builtin/commit.c:136810886msgid "detect renames, optionally set similarity index"10887msgstr ""1088810889#: builtin/commit.c:138810890msgid "Unsupported combination of ignored and untracked-files arguments"10891msgstr ""1089210893#: builtin/commit.c:149310894msgid "suppress summary after successful commit"10895msgstr ""1089610897#: builtin/commit.c:149410898msgid "show diff in commit message template"10899msgstr ""1090010901#: builtin/commit.c:149610902msgid "Commit message options"10903msgstr ""1090410905#: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:41410906msgid "read message from file"10907msgstr ""1090810909#: builtin/commit.c:149810910msgid "author"10911msgstr ""1091210913#: builtin/commit.c:149810914msgid "override author for commit"10915msgstr ""1091610917#: builtin/commit.c:1499 builtin/gc.c:53910918msgid "date"10919msgstr ""1092010921#: builtin/commit.c:149910922msgid "override date for commit"10923msgstr ""1092410925#: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:150310926#: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:9210927msgid "commit"10928msgstr ""1092910930#: builtin/commit.c:150110931msgid "reuse and edit message from specified commit"10932msgstr ""1093310934#: builtin/commit.c:150210935msgid "reuse message from specified commit"10936msgstr ""1093710938#: builtin/commit.c:150310939msgid "use autosquash formatted message to fixup specified commit"10940msgstr ""1094110942#: builtin/commit.c:150410943msgid "use autosquash formatted message to squash specified commit"10944msgstr ""1094510946#: builtin/commit.c:150510947msgid "the commit is authored by me now (used with -C/-c/--amend)"10948msgstr ""1094910950#: builtin/commit.c:1506 builtin/log.c:1564 builtin/merge.c:28910951#: builtin/pull.c:163 builtin/revert.c:11010952msgid "add Signed-off-by:"10953msgstr ""1095410955#: builtin/commit.c:150710956msgid "use specified template file"10957msgstr ""1095810959#: builtin/commit.c:150810960msgid "force edit of commit"10961msgstr ""1096210963#: builtin/commit.c:151010964msgid "include status in commit message template"10965msgstr ""1096610967#: builtin/commit.c:151510968msgid "Commit contents options"10969msgstr ""1097010971#: builtin/commit.c:151610972msgid "commit all changed files"10973msgstr ""1097410975#: builtin/commit.c:151710976msgid "add specified files to index for commit"10977msgstr ""1097810979#: builtin/commit.c:151810980msgid "interactively add files"10981msgstr ""1098210983#: builtin/commit.c:151910984msgid "interactively add changes"10985msgstr ""1098610987#: builtin/commit.c:152010988msgid "commit only specified files"10989msgstr ""1099010991#: builtin/commit.c:152110992msgid "bypass pre-commit and commit-msg hooks"10993msgstr ""1099410995#: builtin/commit.c:152210996msgid "show what would be committed"10997msgstr ""1099810999#: builtin/commit.c:153511000msgid "amend previous commit"11001msgstr ""1100211003#: builtin/commit.c:153611004msgid "bypass post-rewrite hook"11005msgstr ""1100611007#: builtin/commit.c:154111008msgid "ok to record an empty change"11009msgstr ""1101011011#: builtin/commit.c:154311012msgid "ok to record a change with an empty message"11013msgstr ""1101411015#: builtin/commit.c:161611016#, c-format11017msgid "Corrupt MERGE_HEAD file (%s)"11018msgstr ""1101911020#: builtin/commit.c:162311021msgid "could not read MERGE_MODE"11022msgstr ""1102311024#: builtin/commit.c:164211025#, c-format11026msgid "could not read commit message: %s"11027msgstr ""1102811029#: builtin/commit.c:164911030#, c-format11031msgid "Aborting commit due to empty commit message.\n"11032msgstr ""1103311034#: builtin/commit.c:165411035#, c-format11036msgid "Aborting commit; you did not edit the message.\n"11037msgstr ""1103811039#: builtin/commit.c:168811040msgid ""11041"repository has been updated, but unable to write\n"11042"new_index file. Check that disk is not full and quota is\n"11043"not exceeded, and then \"git restore --staged :/\" to recover."11044msgstr ""1104511046#: builtin/commit-graph.c:1111047msgid "git commit-graph [--object-dir <objdir>]"11048msgstr ""1104911050#: builtin/commit-graph.c:12 builtin/commit-graph.c:2411051msgid "git commit-graph read [--object-dir <objdir>]"11052msgstr ""1105311054#: builtin/commit-graph.c:13 builtin/commit-graph.c:1911055msgid "git commit-graph verify [--object-dir <objdir>] [--shallow]"11056msgstr ""1105711058#: builtin/commit-graph.c:14 builtin/commit-graph.c:2911059msgid ""11060"git commit-graph write [--object-dir <objdir>] [--append|--split] [--"11061"reachable|--stdin-packs|--stdin-commits] <split options>"11062msgstr ""1106311064#: builtin/commit-graph.c:54 builtin/commit-graph.c:10011065#: builtin/commit-graph.c:161 builtin/commit-graph.c:237 builtin/fetch.c:16311066#: builtin/log.c:158411067msgid "dir"11068msgstr ""1106911070#: builtin/commit-graph.c:55 builtin/commit-graph.c:10111071#: builtin/commit-graph.c:162 builtin/commit-graph.c:23811072msgid "The object directory to store the graph"11073msgstr ""1107411075#: builtin/commit-graph.c:5711076msgid "if the commit-graph is split, only verify the tip file"11077msgstr ""1107811079#: builtin/commit-graph.c:73 builtin/commit-graph.c:11611080#, c-format11081msgid "Could not open commit-graph '%s'"11082msgstr ""1108311084#: builtin/commit-graph.c:16411085msgid "start walk at all refs"11086msgstr ""1108711088#: builtin/commit-graph.c:16611089msgid "scan pack-indexes listed by stdin for commits"11090msgstr ""1109111092#: builtin/commit-graph.c:16811093msgid "start walk at commits listed by stdin"11094msgstr ""1109511096#: builtin/commit-graph.c:17011097msgid "include all commits already in the commit-graph file"11098msgstr ""1109911100#: builtin/commit-graph.c:17211101msgid "allow writing an incremental commit-graph file"11102msgstr ""1110311104#: builtin/commit-graph.c:174 builtin/commit-graph.c:17811105msgid "maximum number of commits in a non-base split commit-graph"11106msgstr ""1110711108#: builtin/commit-graph.c:17611109msgid "maximum ratio between two levels of a split commit-graph"11110msgstr ""1111111112#: builtin/commit-graph.c:19111113msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"11114msgstr ""1111511116#: builtin/config.c:1111117msgid "git config [<options>]"11118msgstr ""1111911120#: builtin/config.c:103 builtin/env--helper.c:2311121#, c-format11122msgid "unrecognized --type argument, %s"11123msgstr ""1112411125#: builtin/config.c:11511126msgid "only one type at a time"11127msgstr ""1112811129#: builtin/config.c:12411130msgid "Config file location"11131msgstr ""1113211133#: builtin/config.c:12511134msgid "use global config file"11135msgstr ""1113611137#: builtin/config.c:12611138msgid "use system config file"11139msgstr ""1114011141#: builtin/config.c:12711142msgid "use repository config file"11143msgstr ""1114411145#: builtin/config.c:12811146msgid "use per-worktree config file"11147msgstr ""1114811149#: builtin/config.c:12911150msgid "use given config file"11151msgstr ""1115211153#: builtin/config.c:13011154msgid "blob-id"11155msgstr ""1115611157#: builtin/config.c:13011158msgid "read config from given blob object"11159msgstr ""1116011161#: builtin/config.c:13111162msgid "Action"11163msgstr ""1116411165#: builtin/config.c:13211166msgid "get value: name [value-regex]"11167msgstr ""1116811169#: builtin/config.c:13311170msgid "get all values: key [value-regex]"11171msgstr ""1117211173#: builtin/config.c:13411174msgid "get values for regexp: name-regex [value-regex]"11175msgstr ""1117611177#: builtin/config.c:13511178msgid "get value specific for the URL: section[.var] URL"11179msgstr ""1118011181#: builtin/config.c:13611182msgid "replace all matching variables: name value [value_regex]"11183msgstr ""1118411185#: builtin/config.c:13711186msgid "add a new variable: name value"11187msgstr ""1118811189#: builtin/config.c:13811190msgid "remove a variable: name [value-regex]"11191msgstr ""1119211193#: builtin/config.c:13911194msgid "remove all matches: name [value-regex]"11195msgstr ""1119611197#: builtin/config.c:14011198msgid "rename section: old-name new-name"11199msgstr ""1120011201#: builtin/config.c:14111202msgid "remove a section: name"11203msgstr ""1120411205#: builtin/config.c:14211206msgid "list all"11207msgstr ""1120811209#: builtin/config.c:14311210msgid "open an editor"11211msgstr ""1121211213#: builtin/config.c:14411214msgid "find the color configured: slot [default]"11215msgstr ""1121611217#: builtin/config.c:14511218msgid "find the color setting: slot [stdout-is-tty]"11219msgstr ""1122011221#: builtin/config.c:14611222msgid "Type"11223msgstr ""1122411225#: builtin/config.c:147 builtin/env--helper.c:3811226msgid "value is given this type"11227msgstr ""1122811229#: builtin/config.c:14811230msgid "value is \"true\" or \"false\""11231msgstr ""1123211233#: builtin/config.c:14911234msgid "value is decimal number"11235msgstr ""1123611237#: builtin/config.c:15011238msgid "value is --bool or --int"11239msgstr ""1124011241#: builtin/config.c:15111242msgid "value is a path (file or directory name)"11243msgstr ""1124411245#: builtin/config.c:15211246msgid "value is an expiry date"11247msgstr ""1124811249#: builtin/config.c:15311250msgid "Other"11251msgstr ""1125211253#: builtin/config.c:15411254msgid "terminate values with NUL byte"11255msgstr ""1125611257#: builtin/config.c:15511258msgid "show variable names only"11259msgstr ""1126011261#: builtin/config.c:15611262msgid "respect include directives on lookup"11263msgstr ""1126411265#: builtin/config.c:15711266msgid "show origin of config (file, standard input, blob, command line)"11267msgstr ""1126811269#: builtin/config.c:158 builtin/env--helper.c:4011270msgid "value"11271msgstr ""1127211273#: builtin/config.c:15811274msgid "with --get, use default value when missing entry"11275msgstr ""1127611277#: builtin/config.c:17211278#, c-format11279msgid "wrong number of arguments, should be %d"11280msgstr ""1128111282#: builtin/config.c:17411283#, c-format11284msgid "wrong number of arguments, should be from %d to %d"11285msgstr ""1128611287#: builtin/config.c:30811288#, c-format11289msgid "invalid key pattern: %s"11290msgstr ""1129111292#: builtin/config.c:34411293#, c-format11294msgid "failed to format default config value: %s"11295msgstr ""1129611297#: builtin/config.c:40111298#, c-format11299msgid "cannot parse color '%s'"11300msgstr ""1130111302#: builtin/config.c:44311303msgid "unable to parse default color value"11304msgstr ""1130511306#: builtin/config.c:496 builtin/config.c:74211307msgid "not in a git directory"11308msgstr ""1130911310#: builtin/config.c:49911311msgid "writing to stdin is not supported"11312msgstr ""1131311314#: builtin/config.c:50211315msgid "writing config blobs is not supported"11316msgstr ""1131711318#: builtin/config.c:58711319#, c-format11320msgid ""11321"# This is Git's per-user configuration file.\n"11322"[user]\n"11323"# Please adapt and uncomment the following lines:\n"11324"#\tname = %s\n"11325"#\temail = %s\n"11326msgstr ""1132711328#: builtin/config.c:61111329msgid "only one config file at a time"11330msgstr ""1133111332#: builtin/config.c:61611333msgid "--local can only be used inside a git repository"11334msgstr ""1133511336#: builtin/config.c:61911337msgid "--blob can only be used inside a git repository"11338msgstr ""1133911340#: builtin/config.c:63811341msgid "$HOME not set"11342msgstr ""1134311344#: builtin/config.c:65811345msgid ""11346"--worktree cannot be used with multiple working trees unless the config\n"11347"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"11348"section in \"git help worktree\" for details"11349msgstr ""1135011351#: builtin/config.c:68811352msgid "--get-color and variable type are incoherent"11353msgstr ""1135411355#: builtin/config.c:69311356msgid "only one action at a time"11357msgstr ""1135811359#: builtin/config.c:70611360msgid "--name-only is only applicable to --list or --get-regexp"11361msgstr ""1136211363#: builtin/config.c:71211364msgid ""11365"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"11366"list"11367msgstr ""1136811369#: builtin/config.c:71811370msgid "--default is only applicable to --get"11371msgstr ""1137211373#: builtin/config.c:73111374#, c-format11375msgid "unable to read config file '%s'"11376msgstr ""1137711378#: builtin/config.c:73411379msgid "error processing config file(s)"11380msgstr ""1138111382#: builtin/config.c:74411383msgid "editing stdin is not supported"11384msgstr ""1138511386#: builtin/config.c:74611387msgid "editing blobs is not supported"11388msgstr ""1138911390#: builtin/config.c:76011391#, c-format11392msgid "cannot create configuration file %s"11393msgstr ""1139411395#: builtin/config.c:77311396#, c-format11397msgid ""11398"cannot overwrite multiple values with a single value\n"11399" Use a regexp, --add or --replace-all to change %s."11400msgstr ""1140111402#: builtin/config.c:847 builtin/config.c:85811403#, c-format11404msgid "no such section: %s"11405msgstr ""1140611407#: builtin/count-objects.c:9011408msgid "git count-objects [-v] [-H | --human-readable]"11409msgstr ""1141011411#: builtin/count-objects.c:10011412msgid "print sizes in human readable format"11413msgstr ""1141411415#: builtin/describe.c:2711416msgid "git describe [<options>] [<commit-ish>...]"11417msgstr ""1141811419#: builtin/describe.c:2811420msgid "git describe [<options>] --dirty"11421msgstr ""1142211423#: builtin/describe.c:6311424msgid "head"11425msgstr ""1142611427#: builtin/describe.c:6311428msgid "lightweight"11429msgstr ""1143011431#: builtin/describe.c:6311432msgid "annotated"11433msgstr ""1143411435#: builtin/describe.c:27311436#, c-format11437msgid "annotated tag %s not available"11438msgstr ""1143911440#: builtin/describe.c:27711441#, c-format11442msgid "annotated tag %s has no embedded name"11443msgstr ""1144411445#: builtin/describe.c:27911446#, c-format11447msgid "tag '%s' is really '%s' here"11448msgstr ""1144911450#: builtin/describe.c:32311451#, c-format11452msgid "no tag exactly matches '%s'"11453msgstr ""1145411455#: builtin/describe.c:32511456#, c-format11457msgid "No exact match on refs or tags, searching to describe\n"11458msgstr ""1145911460#: builtin/describe.c:37911461#, c-format11462msgid "finished search at %s\n"11463msgstr ""1146411465#: builtin/describe.c:40511466#, c-format11467msgid ""11468"No annotated tags can describe '%s'.\n"11469"However, there were unannotated tags: try --tags."11470msgstr ""1147111472#: builtin/describe.c:40911473#, c-format11474msgid ""11475"No tags can describe '%s'.\n"11476"Try --always, or create some tags."11477msgstr ""1147811479#: builtin/describe.c:43911480#, c-format11481msgid "traversed %lu commits\n"11482msgstr ""1148311484#: builtin/describe.c:44211485#, c-format11486msgid ""11487"more than %i tags found; listed %i most recent\n"11488"gave up search at %s\n"11489msgstr ""1149011491#: builtin/describe.c:51011492#, c-format11493msgid "describe %s\n"11494msgstr ""1149511496#: builtin/describe.c:51311497#, c-format11498msgid "Not a valid object name %s"11499msgstr ""1150011501#: builtin/describe.c:52111502#, c-format11503msgid "%s is neither a commit nor blob"11504msgstr ""1150511506#: builtin/describe.c:53511507msgid "find the tag that comes after the commit"11508msgstr ""1150911510#: builtin/describe.c:53611511msgid "debug search strategy on stderr"11512msgstr ""1151311514#: builtin/describe.c:53711515msgid "use any ref"11516msgstr ""1151711518#: builtin/describe.c:53811519msgid "use any tag, even unannotated"11520msgstr ""1152111522#: builtin/describe.c:53911523msgid "always use long format"11524msgstr ""1152511526#: builtin/describe.c:54011527msgid "only follow first parent"11528msgstr ""1152911530#: builtin/describe.c:54311531msgid "only output exact matches"11532msgstr ""1153311534#: builtin/describe.c:54511535msgid "consider <n> most recent tags (default: 10)"11536msgstr ""1153711538#: builtin/describe.c:54711539msgid "only consider tags matching <pattern>"11540msgstr ""1154111542#: builtin/describe.c:54911543msgid "do not consider tags matching <pattern>"11544msgstr ""1154511546#: builtin/describe.c:551 builtin/name-rev.c:42211547msgid "show abbreviated commit object as fallback"11548msgstr ""1154911550#: builtin/describe.c:552 builtin/describe.c:55511551msgid "mark"11552msgstr ""1155311554#: builtin/describe.c:55311555msgid "append <mark> on dirty working tree (default: \"-dirty\")"11556msgstr ""1155711558#: builtin/describe.c:55611559msgid "append <mark> on broken working tree (default: \"-broken\")"11560msgstr ""1156111562#: builtin/describe.c:57411563msgid "--long is incompatible with --abbrev=0"11564msgstr ""1156511566#: builtin/describe.c:60311567msgid "No names found, cannot describe anything."11568msgstr ""1156911570#: builtin/describe.c:65411571msgid "--dirty is incompatible with commit-ishes"11572msgstr ""1157311574#: builtin/describe.c:65611575msgid "--broken is incompatible with commit-ishes"11576msgstr ""1157711578#: builtin/diff.c:8411579#, c-format11580msgid "'%s': not a regular file or symlink"11581msgstr ""1158211583#: builtin/diff.c:23511584#, c-format11585msgid "invalid option: %s"11586msgstr ""1158711588#: builtin/diff.c:35011589msgid "Not a git repository"11590msgstr ""1159111592#: builtin/diff.c:39411593#, c-format11594msgid "invalid object '%s' given."11595msgstr ""1159611597#: builtin/diff.c:40311598#, c-format11599msgid "more than two blobs given: '%s'"11600msgstr ""1160111602#: builtin/diff.c:40811603#, c-format11604msgid "unhandled object '%s' given."11605msgstr ""1160611607#: builtin/difftool.c:3011608msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"11609msgstr ""1161011611#: builtin/difftool.c:25311612#, c-format11613msgid "failed: %d"11614msgstr ""1161511616#: builtin/difftool.c:29511617#, c-format11618msgid "could not read symlink %s"11619msgstr ""1162011621#: builtin/difftool.c:29711622#, c-format11623msgid "could not read symlink file %s"11624msgstr ""1162511626#: builtin/difftool.c:30511627#, c-format11628msgid "could not read object %s for symlink %s"11629msgstr ""1163011631#: builtin/difftool.c:40611632msgid ""11633"combined diff formats('-c' and '--cc') are not supported in\n"11634"directory diff mode('-d' and '--dir-diff')."11635msgstr ""1163611637#: builtin/difftool.c:62611638#, c-format11639msgid "both files modified: '%s' and '%s'."11640msgstr ""1164111642#: builtin/difftool.c:62811643msgid "working tree file has been left."11644msgstr ""1164511646#: builtin/difftool.c:63911647#, c-format11648msgid "temporary files exist in '%s'."11649msgstr ""1165011651#: builtin/difftool.c:64011652msgid "you may want to cleanup or recover these."11653msgstr ""1165411655#: builtin/difftool.c:68911656msgid "use `diff.guitool` instead of `diff.tool`"11657msgstr ""1165811659#: builtin/difftool.c:69111660msgid "perform a full-directory diff"11661msgstr ""1166211663#: builtin/difftool.c:69311664msgid "do not prompt before launching a diff tool"11665msgstr ""1166611667#: builtin/difftool.c:69811668msgid "use symlinks in dir-diff mode"11669msgstr ""1167011671#: builtin/difftool.c:69911672msgid "tool"11673msgstr ""1167411675#: builtin/difftool.c:70011676msgid "use the specified diff tool"11677msgstr ""1167811679#: builtin/difftool.c:70211680msgid "print a list of diff tools that may be used with `--tool`"11681msgstr ""1168211683#: builtin/difftool.c:70511684msgid ""11685"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "11686"code"11687msgstr ""1168811689#: builtin/difftool.c:70811690msgid "specify a custom command for viewing diffs"11691msgstr ""1169211693#: builtin/difftool.c:70911694msgid "passed to `diff`"11695msgstr ""1169611697#: builtin/difftool.c:72411698msgid "difftool requires worktree or --no-index"11699msgstr ""1170011701#: builtin/difftool.c:73111702msgid "--dir-diff is incompatible with --no-index"11703msgstr ""1170411705#: builtin/difftool.c:73411706msgid "--gui, --tool and --extcmd are mutually exclusive"11707msgstr ""1170811709#: builtin/difftool.c:74211710msgid "no <tool> given for --tool=<tool>"11711msgstr ""1171211713#: builtin/difftool.c:74911714msgid "no <cmd> given for --extcmd=<cmd>"11715msgstr ""1171611717#: builtin/env--helper.c:611718msgid "git env--helper --type=[bool|ulong] <options> <env-var>"11719msgstr ""1172011721#: builtin/env--helper.c:37 builtin/hash-object.c:9811722msgid "type"11723msgstr ""1172411725#: builtin/env--helper.c:4111726msgid "default for git_env_*(...) to fall back on"11727msgstr ""1172811729#: builtin/env--helper.c:4311730msgid "be quiet only use git_env_*() value as exit code"11731msgstr ""1173211733#: builtin/env--helper.c:6211734#, c-format11735msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"11736msgstr ""1173711738#: builtin/env--helper.c:7711739#, c-format11740msgid ""11741"option `--default' expects an unsigned long value with `--type=ulong`, not `"11742"%s`"11743msgstr ""1174411745#: builtin/fast-export.c:2911746msgid "git fast-export [rev-list-opts]"11747msgstr ""1174811749#: builtin/fast-export.c:112411750msgid "show progress after <n> objects"11751msgstr ""1175211753#: builtin/fast-export.c:112611754msgid "select handling of signed tags"11755msgstr ""1175611757#: builtin/fast-export.c:112911758msgid "select handling of tags that tag filtered objects"11759msgstr ""1176011761#: builtin/fast-export.c:113211762msgid "select handling of commit messages in an alternate encoding"11763msgstr ""1176411765#: builtin/fast-export.c:113511766msgid "Dump marks to this file"11767msgstr ""1176811769#: builtin/fast-export.c:113711770msgid "Import marks from this file"11771msgstr ""1177211773#: builtin/fast-export.c:113911774msgid "Fake a tagger when tags lack one"11775msgstr ""1177611777#: builtin/fast-export.c:114111778msgid "Output full tree for each commit"11779msgstr ""1178011781#: builtin/fast-export.c:114311782msgid "Use the done feature to terminate the stream"11783msgstr ""1178411785#: builtin/fast-export.c:114411786msgid "Skip output of blob data"11787msgstr ""1178811789#: builtin/fast-export.c:1145 builtin/log.c:163211790msgid "refspec"11791msgstr ""1179211793#: builtin/fast-export.c:114611794msgid "Apply refspec to exported refs"11795msgstr ""1179611797#: builtin/fast-export.c:114711798msgid "anonymize output"11799msgstr ""1180011801#: builtin/fast-export.c:114911802msgid "Reference parents which are not in fast-export stream by object id"11803msgstr ""1180411805#: builtin/fast-export.c:115111806msgid "Show original object ids of blobs/commits"11807msgstr ""1180811809#: builtin/fetch.c:3011810msgid "git fetch [<options>] [<repository> [<refspec>...]]"11811msgstr ""1181211813#: builtin/fetch.c:3111814msgid "git fetch [<options>] <group>"11815msgstr ""1181611817#: builtin/fetch.c:3211818msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"11819msgstr ""1182011821#: builtin/fetch.c:3311822msgid "git fetch --all [<options>]"11823msgstr ""1182411825#: builtin/fetch.c:125 builtin/pull.c:20311826msgid "fetch from all remotes"11827msgstr ""1182811829#: builtin/fetch.c:127 builtin/pull.c:20611830msgid "append to .git/FETCH_HEAD instead of overwriting"11831msgstr ""1183211833#: builtin/fetch.c:129 builtin/pull.c:20911834msgid "path to upload pack on remote end"11835msgstr ""1183611837#: builtin/fetch.c:13011838msgid "force overwrite of local reference"11839msgstr ""1184011841#: builtin/fetch.c:13211842msgid "fetch from multiple remotes"11843msgstr ""1184411845#: builtin/fetch.c:134 builtin/pull.c:21311846msgid "fetch all tags and associated objects"11847msgstr ""1184811849#: builtin/fetch.c:13611850msgid "do not fetch all tags (--no-tags)"11851msgstr ""1185211853#: builtin/fetch.c:13811854msgid "number of submodules fetched in parallel"11855msgstr ""1185611857#: builtin/fetch.c:140 builtin/pull.c:21611858msgid "prune remote-tracking branches no longer on remote"11859msgstr ""1186011861#: builtin/fetch.c:14211862msgid "prune local tags no longer on remote and clobber changed tags"11863msgstr ""1186411865#: builtin/fetch.c:143 builtin/fetch.c:166 builtin/pull.c:14011866msgid "on-demand"11867msgstr ""1186811869#: builtin/fetch.c:14411870msgid "control recursive fetching of submodules"11871msgstr ""1187211873#: builtin/fetch.c:148 builtin/pull.c:22411874msgid "keep downloaded pack"11875msgstr ""1187611877#: builtin/fetch.c:15011878msgid "allow updating of HEAD ref"11879msgstr ""1188011881#: builtin/fetch.c:153 builtin/fetch.c:159 builtin/pull.c:22711882msgid "deepen history of shallow clone"11883msgstr ""1188411885#: builtin/fetch.c:15511886msgid "deepen history of shallow repository based on time"11887msgstr ""1188811889#: builtin/fetch.c:161 builtin/pull.c:23011890msgid "convert to a complete repository"11891msgstr ""1189211893#: builtin/fetch.c:16411894msgid "prepend this to submodule path output"11895msgstr ""1189611897#: builtin/fetch.c:16711898msgid ""11899"default for recursive fetching of submodules (lower priority than config "11900"files)"11901msgstr ""1190211903#: builtin/fetch.c:171 builtin/pull.c:23311904msgid "accept refs that update .git/shallow"11905msgstr ""1190611907#: builtin/fetch.c:172 builtin/pull.c:23511908msgid "refmap"11909msgstr ""1191011911#: builtin/fetch.c:173 builtin/pull.c:23611912msgid "specify fetch refmap"11913msgstr ""1191411915#: builtin/fetch.c:18011916msgid "report that we have only objects reachable from this object"11917msgstr ""1191811919#: builtin/fetch.c:18311920msgid "run 'gc --auto' after fetching"11921msgstr ""1192211923#: builtin/fetch.c:185 builtin/pull.c:24511924msgid "check for forced-updates on all updated branches"11925msgstr ""1192611927#: builtin/fetch.c:49111928msgid "Couldn't find remote ref HEAD"11929msgstr ""1193011931#: builtin/fetch.c:63011932#, c-format11933msgid "configuration fetch.output contains invalid value %s"11934msgstr ""1193511936#: builtin/fetch.c:72811937#, c-format11938msgid "object %s not found"11939msgstr ""1194011941#: builtin/fetch.c:73211942msgid "[up to date]"11943msgstr ""1194411945#: builtin/fetch.c:745 builtin/fetch.c:761 builtin/fetch.c:83311946msgid "[rejected]"11947msgstr ""1194811949#: builtin/fetch.c:74611950msgid "can't fetch in current branch"11951msgstr ""1195211953#: builtin/fetch.c:75611954msgid "[tag update]"11955msgstr ""1195611957#: builtin/fetch.c:757 builtin/fetch.c:794 builtin/fetch.c:81611958#: builtin/fetch.c:82811959msgid "unable to update local ref"11960msgstr ""1196111962#: builtin/fetch.c:76111963msgid "would clobber existing tag"11964msgstr ""1196511966#: builtin/fetch.c:78311967msgid "[new tag]"11968msgstr ""1196911970#: builtin/fetch.c:78611971msgid "[new branch]"11972msgstr ""1197311974#: builtin/fetch.c:78911975msgid "[new ref]"11976msgstr ""1197711978#: builtin/fetch.c:82811979msgid "forced update"11980msgstr ""1198111982#: builtin/fetch.c:83311983msgid "non-fast-forward"11984msgstr ""1198511986#: builtin/fetch.c:85411987msgid ""11988"Fetch normally indicates which branches had a forced update,\n"11989"but that check has been disabled. To re-enable, use '--show-forced-updates'\n"11990"flag or run 'git config fetch.showForcedUpdates true'."11991msgstr ""1199211993#: builtin/fetch.c:85811994#, c-format11995msgid ""11996"It took %.2f seconds to check forced updates. You can use\n"11997"'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "11998"false'\n"11999" to avoid this check.\n"12000msgstr ""1200112002#: builtin/fetch.c:88812003#, c-format12004msgid "%s did not send all necessary objects\n"12005msgstr ""1200612007#: builtin/fetch.c:90912008#, c-format12009msgid "reject %s because shallow roots are not allowed to be updated"12010msgstr ""1201112012#: builtin/fetch.c:1000 builtin/fetch.c:113112013#, c-format12014msgid "From %.*s\n"12015msgstr ""1201612017#: builtin/fetch.c:101112018#, c-format12019msgid ""12020"some local refs could not be updated; try running\n"12021" 'git remote prune %s' to remove any old, conflicting branches"12022msgstr ""1202312024#: builtin/fetch.c:110112025#, c-format12026msgid " (%s will become dangling)"12027msgstr ""1202812029#: builtin/fetch.c:110212030#, c-format12031msgid " (%s has become dangling)"12032msgstr ""1203312034#: builtin/fetch.c:113412035msgid "[deleted]"12036msgstr ""1203712038#: builtin/fetch.c:1135 builtin/remote.c:103612039msgid "(none)"12040msgstr ""1204112042#: builtin/fetch.c:115812043#, c-format12044msgid "Refusing to fetch into current branch %s of non-bare repository"12045msgstr ""1204612047#: builtin/fetch.c:117712048#, c-format12049msgid "Option \"%s\" value \"%s\" is not valid for %s"12050msgstr ""1205112052#: builtin/fetch.c:118012053#, c-format12054msgid "Option \"%s\" is ignored for %s\n"12055msgstr ""1205612057#: builtin/fetch.c:148412058#, c-format12059msgid "Fetching %s\n"12060msgstr ""1206112062#: builtin/fetch.c:1486 builtin/remote.c:10012063#, c-format12064msgid "Could not fetch %s"12065msgstr ""1206612067#: builtin/fetch.c:153212068msgid ""12069"--filter can only be used with the remote configured in extensions."12070"partialClone"12071msgstr ""1207212073#: builtin/fetch.c:155612074msgid ""12075"No remote repository specified. Please, specify either a URL or a\n"12076"remote name from which new revisions should be fetched."12077msgstr ""1207812079#: builtin/fetch.c:159312080msgid "You need to specify a tag name."12081msgstr ""1208212083#: builtin/fetch.c:164412084msgid "Negative depth in --deepen is not supported"12085msgstr ""1208612087#: builtin/fetch.c:164612088msgid "--deepen and --depth are mutually exclusive"12089msgstr ""1209012091#: builtin/fetch.c:165112092msgid "--depth and --unshallow cannot be used together"12093msgstr ""1209412095#: builtin/fetch.c:165312096msgid "--unshallow on a complete repository does not make sense"12097msgstr ""1209812099#: builtin/fetch.c:166912100msgid "fetch --all does not take a repository argument"12101msgstr ""1210212103#: builtin/fetch.c:167112104msgid "fetch --all does not make sense with refspecs"12105msgstr ""1210612107#: builtin/fetch.c:168012108#, c-format12109msgid "No such remote or remote group: %s"12110msgstr ""1211112112#: builtin/fetch.c:168712113msgid "Fetching a group and specifying refspecs does not make sense"12114msgstr ""1211512116#: builtin/fetch.c:170312117msgid ""12118"--filter can only be used with the remote configured in extensions."12119"partialclone"12120msgstr ""1212112122#: builtin/fmt-merge-msg.c:1812123msgid ""12124"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"12125msgstr ""1212612127#: builtin/fmt-merge-msg.c:67212128msgid "populate log with at most <n> entries from shortlog"12129msgstr ""1213012131#: builtin/fmt-merge-msg.c:67512132msgid "alias for --log (deprecated)"12133msgstr ""1213412135#: builtin/fmt-merge-msg.c:67812136msgid "text"12137msgstr ""1213812139#: builtin/fmt-merge-msg.c:67912140msgid "use <text> as start of message"12141msgstr ""1214212143#: builtin/fmt-merge-msg.c:68012144msgid "file to read from"12145msgstr ""1214612147#: builtin/for-each-ref.c:1012148msgid "git for-each-ref [<options>] [<pattern>]"12149msgstr ""1215012151#: builtin/for-each-ref.c:1112152msgid "git for-each-ref [--points-at <object>]"12153msgstr ""1215412155#: builtin/for-each-ref.c:1212156msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"12157msgstr ""1215812159#: builtin/for-each-ref.c:1312160msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"12161msgstr ""1216212163#: builtin/for-each-ref.c:2812164msgid "quote placeholders suitably for shells"12165msgstr ""1216612167#: builtin/for-each-ref.c:3012168msgid "quote placeholders suitably for perl"12169msgstr ""1217012171#: builtin/for-each-ref.c:3212172msgid "quote placeholders suitably for python"12173msgstr ""1217412175#: builtin/for-each-ref.c:3412176msgid "quote placeholders suitably for Tcl"12177msgstr ""1217812179#: builtin/for-each-ref.c:3712180msgid "show only <n> matched refs"12181msgstr ""1218212183#: builtin/for-each-ref.c:39 builtin/tag.c:43912184msgid "respect format colors"12185msgstr ""1218612187#: builtin/for-each-ref.c:4212188msgid "print only refs which points at the given object"12189msgstr ""1219012191#: builtin/for-each-ref.c:4412192msgid "print only refs that are merged"12193msgstr ""1219412195#: builtin/for-each-ref.c:4512196msgid "print only refs that are not merged"12197msgstr ""1219812199#: builtin/for-each-ref.c:4612200msgid "print only refs which contain the commit"12201msgstr ""1220212203#: builtin/for-each-ref.c:4712204msgid "print only refs which don't contain the commit"12205msgstr ""1220612207#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:16112208msgid "unknown"12209msgstr ""1221012211#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>12212#: builtin/fsck.c:120 builtin/fsck.c:13612213#, c-format12214msgid "error in %s %s: %s"12215msgstr ""1221612217#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>12218#: builtin/fsck.c:13112219#, c-format12220msgid "warning in %s %s: %s"12221msgstr ""1222212223#: builtin/fsck.c:157 builtin/fsck.c:15912224#, c-format12225msgid "broken link from %7s %s"12226msgstr ""1222712228#: builtin/fsck.c:16812229msgid "wrong object type in link"12230msgstr ""1223112232#: builtin/fsck.c:18412233#, c-format12234msgid ""12235"broken link from %7s %s\n"12236" to %7s %s"12237msgstr ""1223812239#: builtin/fsck.c:29512240#, c-format12241msgid "missing %s %s"12242msgstr ""1224312244#: builtin/fsck.c:32112245#, c-format12246msgid "unreachable %s %s"12247msgstr ""1224812249#: builtin/fsck.c:34012250#, c-format12251msgid "dangling %s %s"12252msgstr ""1225312254#: builtin/fsck.c:34912255msgid "could not create lost-found"12256msgstr ""1225712258#: builtin/fsck.c:36012259#, c-format12260msgid "could not finish '%s'"12261msgstr ""1226212263#: builtin/fsck.c:37712264#, c-format12265msgid "Checking %s"12266msgstr ""1226712268#: builtin/fsck.c:41512269#, c-format12270msgid "Checking connectivity (%d objects)"12271msgstr ""1227212273#: builtin/fsck.c:43412274#, c-format12275msgid "Checking %s %s"12276msgstr ""1227712278#: builtin/fsck.c:43812279msgid "broken links"12280msgstr ""1228112282#: builtin/fsck.c:44712283#, c-format12284msgid "root %s"12285msgstr ""1228612287#: builtin/fsck.c:45512288#, c-format12289msgid "tagged %s %s (%s) in %s"12290msgstr ""1229112292#: builtin/fsck.c:48412293#, c-format12294msgid "%s: object corrupt or missing"12295msgstr ""1229612297#: builtin/fsck.c:50912298#, c-format12299msgid "%s: invalid reflog entry %s"12300msgstr ""1230112302#: builtin/fsck.c:52312303#, c-format12304msgid "Checking reflog %s->%s"12305msgstr ""1230612307#: builtin/fsck.c:55712308#, c-format12309msgid "%s: invalid sha1 pointer %s"12310msgstr ""1231112312#: builtin/fsck.c:56412313#, c-format12314msgid "%s: not a commit"12315msgstr ""1231612317#: builtin/fsck.c:61912318msgid "notice: No default references"12319msgstr ""1232012321#: builtin/fsck.c:63412322#, c-format12323msgid "%s: object corrupt or missing: %s"12324msgstr ""1232512326#: builtin/fsck.c:64712327#, c-format12328msgid "%s: object could not be parsed: %s"12329msgstr ""1233012331#: builtin/fsck.c:66712332#, c-format12333msgid "bad sha1 file: %s"12334msgstr ""1233512336#: builtin/fsck.c:68212337msgid "Checking object directory"12338msgstr ""1233912340#: builtin/fsck.c:68512341msgid "Checking object directories"12342msgstr ""1234312344#: builtin/fsck.c:70012345#, c-format12346msgid "Checking %s link"12347msgstr ""1234812349#: builtin/fsck.c:705 builtin/index-pack.c:84212350#, c-format12351msgid "invalid %s"12352msgstr ""1235312354#: builtin/fsck.c:71212355#, c-format12356msgid "%s points to something strange (%s)"12357msgstr ""1235812359#: builtin/fsck.c:71812360#, c-format12361msgid "%s: detached HEAD points at nothing"12362msgstr ""1236312364#: builtin/fsck.c:72212365#, c-format12366msgid "notice: %s points to an unborn branch (%s)"12367msgstr ""1236812369#: builtin/fsck.c:73412370msgid "Checking cache tree"12371msgstr ""1237212373#: builtin/fsck.c:73912374#, c-format12375msgid "%s: invalid sha1 pointer in cache-tree"12376msgstr ""1237712378#: builtin/fsck.c:75012379msgid "non-tree in cache-tree"12380msgstr ""1238112382#: builtin/fsck.c:78112383msgid "git fsck [<options>] [<object>...]"12384msgstr ""1238512386#: builtin/fsck.c:78712387msgid "show unreachable objects"12388msgstr ""1238912390#: builtin/fsck.c:78812391msgid "show dangling objects"12392msgstr ""1239312394#: builtin/fsck.c:78912395msgid "report tags"12396msgstr ""1239712398#: builtin/fsck.c:79012399msgid "report root nodes"12400msgstr ""1240112402#: builtin/fsck.c:79112403msgid "make index objects head nodes"12404msgstr ""1240512406#: builtin/fsck.c:79212407msgid "make reflogs head nodes (default)"12408msgstr ""1240912410#: builtin/fsck.c:79312411msgid "also consider packs and alternate objects"12412msgstr ""1241312414#: builtin/fsck.c:79412415msgid "check only connectivity"12416msgstr ""1241712418#: builtin/fsck.c:79512419msgid "enable more strict checking"12420msgstr ""1242112422#: builtin/fsck.c:79712423msgid "write dangling objects in .git/lost-found"12424msgstr ""1242512426#: builtin/fsck.c:798 builtin/prune.c:13212427msgid "show progress"12428msgstr ""1242912430#: builtin/fsck.c:79912431msgid "show verbose names for reachable objects"12432msgstr ""1243312434#: builtin/fsck.c:859 builtin/index-pack.c:22512435msgid "Checking objects"12436msgstr ""1243712438#: builtin/fsck.c:88712439#, c-format12440msgid "%s: object missing"12441msgstr ""1244212443#: builtin/fsck.c:89912444#, c-format12445msgid "invalid parameter: expected sha1, got '%s'"12446msgstr ""1244712448#: builtin/gc.c:3412449msgid "git gc [<options>]"12450msgstr ""1245112452#: builtin/gc.c:9012453#, c-format12454msgid "Failed to fstat %s: %s"12455msgstr ""1245612457#: builtin/gc.c:12612458#, c-format12459msgid "failed to parse '%s' value '%s'"12460msgstr ""1246112462#: builtin/gc.c:476 builtin/init-db.c:5512463#, c-format12464msgid "cannot stat '%s'"12465msgstr ""1246612467#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:52912468#, c-format12469msgid "cannot read '%s'"12470msgstr ""1247112472#: builtin/gc.c:49212473#, c-format12474msgid ""12475"The last gc run reported the following. Please correct the root cause\n"12476"and remove %s.\n"12477"Automatic cleanup will not be performed until the file is removed.\n"12478"\n"12479"%s"12480msgstr ""1248112482#: builtin/gc.c:54012483msgid "prune unreferenced objects"12484msgstr ""1248512486#: builtin/gc.c:54212487msgid "be more thorough (increased runtime)"12488msgstr ""1248912490#: builtin/gc.c:54312491msgid "enable auto-gc mode"12492msgstr ""1249312494#: builtin/gc.c:54612495msgid "force running gc even if there may be another gc running"12496msgstr ""1249712498#: builtin/gc.c:54912499msgid "repack all other packs except the largest pack"12500msgstr ""1250112502#: builtin/gc.c:56612503#, c-format12504msgid "failed to parse gc.logexpiry value %s"12505msgstr ""1250612507#: builtin/gc.c:57712508#, c-format12509msgid "failed to parse prune expiry value %s"12510msgstr ""1251112512#: builtin/gc.c:59712513#, c-format12514msgid "Auto packing the repository in background for optimum performance.\n"12515msgstr ""1251612517#: builtin/gc.c:59912518#, c-format12519msgid "Auto packing the repository for optimum performance.\n"12520msgstr ""1252112522#: builtin/gc.c:60012523#, c-format12524msgid "See \"git help gc\" for manual housekeeping.\n"12525msgstr ""1252612527#: builtin/gc.c:64012528#, c-format12529msgid ""12530"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"12531msgstr ""1253212533#: builtin/gc.c:69512534msgid ""12535"There are too many unreachable loose objects; run 'git prune' to remove them."12536msgstr ""1253712538#: builtin/grep.c:2912539msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"12540msgstr ""1254112542#: builtin/grep.c:22512543#, c-format12544msgid "grep: failed to create thread: %s"12545msgstr ""1254612547#: builtin/grep.c:27912548#, c-format12549msgid "invalid number of threads specified (%d) for %s"12550msgstr ""1255112552#. TRANSLATORS: %s is the configuration12553#. variable for tweaking threads, currently12554#. grep.threads12555#.12556#: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:172712557#: builtin/pack-objects.c:272812558#, c-format12559msgid "no threads support, ignoring %s"12560msgstr ""1256112562#: builtin/grep.c:467 builtin/grep.c:591 builtin/grep.c:63312563#, c-format12564msgid "unable to read tree (%s)"12565msgstr ""1256612567#: builtin/grep.c:64812568#, c-format12569msgid "unable to grep from object of type %s"12570msgstr ""1257112572#: builtin/grep.c:71412573#, c-format12574msgid "switch `%c' expects a numerical value"12575msgstr ""1257612577#: builtin/grep.c:81312578msgid "search in index instead of in the work tree"12579msgstr ""1258012581#: builtin/grep.c:81512582msgid "find in contents not managed by git"12583msgstr ""1258412585#: builtin/grep.c:81712586msgid "search in both tracked and untracked files"12587msgstr ""1258812589#: builtin/grep.c:81912590msgid "ignore files specified via '.gitignore'"12591msgstr ""1259212593#: builtin/grep.c:82112594msgid "recursively search in each submodule"12595msgstr ""1259612597#: builtin/grep.c:82412598msgid "show non-matching lines"12599msgstr ""1260012601#: builtin/grep.c:82612602msgid "case insensitive matching"12603msgstr ""1260412605#: builtin/grep.c:82812606msgid "match patterns only at word boundaries"12607msgstr ""1260812609#: builtin/grep.c:83012610msgid "process binary files as text"12611msgstr ""1261212613#: builtin/grep.c:83212614msgid "don't match patterns in binary files"12615msgstr ""1261612617#: builtin/grep.c:83512618msgid "process binary files with textconv filters"12619msgstr ""1262012621#: builtin/grep.c:83712622msgid "search in subdirectories (default)"12623msgstr ""1262412625#: builtin/grep.c:83912626msgid "descend at most <depth> levels"12627msgstr ""1262812629#: builtin/grep.c:84312630msgid "use extended POSIX regular expressions"12631msgstr ""1263212633#: builtin/grep.c:84612634msgid "use basic POSIX regular expressions (default)"12635msgstr ""1263612637#: builtin/grep.c:84912638msgid "interpret patterns as fixed strings"12639msgstr ""1264012641#: builtin/grep.c:85212642msgid "use Perl-compatible regular expressions"12643msgstr ""1264412645#: builtin/grep.c:85512646msgid "show line numbers"12647msgstr ""1264812649#: builtin/grep.c:85612650msgid "show column number of first match"12651msgstr ""1265212653#: builtin/grep.c:85712654msgid "don't show filenames"12655msgstr ""1265612657#: builtin/grep.c:85812658msgid "show filenames"12659msgstr ""1266012661#: builtin/grep.c:86012662msgid "show filenames relative to top directory"12663msgstr ""1266412665#: builtin/grep.c:86212666msgid "show only filenames instead of matching lines"12667msgstr ""1266812669#: builtin/grep.c:86412670msgid "synonym for --files-with-matches"12671msgstr ""1267212673#: builtin/grep.c:86712674msgid "show only the names of files without match"12675msgstr ""1267612677#: builtin/grep.c:86912678msgid "print NUL after filenames"12679msgstr ""1268012681#: builtin/grep.c:87212682msgid "show only matching parts of a line"12683msgstr ""1268412685#: builtin/grep.c:87412686msgid "show the number of matches instead of matching lines"12687msgstr ""1268812689#: builtin/grep.c:87512690msgid "highlight matches"12691msgstr ""1269212693#: builtin/grep.c:87712694msgid "print empty line between matches from different files"12695msgstr ""1269612697#: builtin/grep.c:87912698msgid "show filename only once above matches from same file"12699msgstr ""1270012701#: builtin/grep.c:88212702msgid "show <n> context lines before and after matches"12703msgstr ""1270412705#: builtin/grep.c:88512706msgid "show <n> context lines before matches"12707msgstr ""1270812709#: builtin/grep.c:88712710msgid "show <n> context lines after matches"12711msgstr ""1271212713#: builtin/grep.c:88912714msgid "use <n> worker threads"12715msgstr ""1271612717#: builtin/grep.c:89012718msgid "shortcut for -C NUM"12719msgstr ""1272012721#: builtin/grep.c:89312722msgid "show a line with the function name before matches"12723msgstr ""1272412725#: builtin/grep.c:89512726msgid "show the surrounding function"12727msgstr ""1272812729#: builtin/grep.c:89812730msgid "read patterns from file"12731msgstr ""1273212733#: builtin/grep.c:90012734msgid "match <pattern>"12735msgstr ""1273612737#: builtin/grep.c:90212738msgid "combine patterns specified with -e"12739msgstr ""1274012741#: builtin/grep.c:91412742msgid "indicate hit with exit status without output"12743msgstr ""1274412745#: builtin/grep.c:91612746msgid "show only matches from files that match all patterns"12747msgstr ""1274812749#: builtin/grep.c:91812750msgid "show parse tree for grep expression"12751msgstr ""1275212753#: builtin/grep.c:92212754msgid "pager"12755msgstr ""1275612757#: builtin/grep.c:92212758msgid "show matching files in the pager"12759msgstr ""1276012761#: builtin/grep.c:92612762msgid "allow calling of grep(1) (ignored by this build)"12763msgstr ""1276412765#: builtin/grep.c:99012766msgid "no pattern given"12767msgstr ""1276812769#: builtin/grep.c:102612770msgid "--no-index or --untracked cannot be used with revs"12771msgstr ""1277212773#: builtin/grep.c:103412774#, c-format12775msgid "unable to resolve revision: %s"12776msgstr ""1277712778#: builtin/grep.c:106512779msgid "invalid option combination, ignoring --threads"12780msgstr ""1278112782#: builtin/grep.c:1068 builtin/pack-objects.c:341612783msgid "no threads support, ignoring --threads"12784msgstr ""1278512786#: builtin/grep.c:1071 builtin/index-pack.c:1531 builtin/pack-objects.c:272512787#, c-format12788msgid "invalid number of threads specified (%d)"12789msgstr ""1279012791#: builtin/grep.c:109412792msgid "--open-files-in-pager only works on the worktree"12793msgstr ""1279412795#: builtin/grep.c:111712796msgid "option not supported with --recurse-submodules"12797msgstr ""1279812799#: builtin/grep.c:112312800msgid "--cached or --untracked cannot be used with --no-index"12801msgstr ""1280212803#: builtin/grep.c:112912804msgid "--[no-]exclude-standard cannot be used for tracked contents"12805msgstr ""1280612807#: builtin/grep.c:113712808msgid "both --cached and trees are given"12809msgstr ""1281012811#: builtin/hash-object.c:8512812msgid ""12813"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "12814"[--] <file>..."12815msgstr ""1281612817#: builtin/hash-object.c:8612818msgid "git hash-object --stdin-paths"12819msgstr ""1282012821#: builtin/hash-object.c:9812822msgid "object type"12823msgstr ""1282412825#: builtin/hash-object.c:9912826msgid "write the object into the object database"12827msgstr ""1282812829#: builtin/hash-object.c:10112830msgid "read the object from stdin"12831msgstr ""1283212833#: builtin/hash-object.c:10312834msgid "store file as is without filters"12835msgstr ""1283612837#: builtin/hash-object.c:10412838msgid ""12839"just hash any random garbage to create corrupt objects for debugging Git"12840msgstr ""1284112842#: builtin/hash-object.c:10512843msgid "process file as it were from this path"12844msgstr ""1284512846#: builtin/help.c:4612847msgid "print all available commands"12848msgstr ""1284912850#: builtin/help.c:4712851msgid "exclude guides"12852msgstr ""1285312854#: builtin/help.c:4812855msgid "print list of useful guides"12856msgstr ""1285712858#: builtin/help.c:4912859msgid "print all configuration variable names"12860msgstr ""1286112862#: builtin/help.c:5112863msgid "show man page"12864msgstr ""1286512866#: builtin/help.c:5212867msgid "show manual in web browser"12868msgstr ""1286912870#: builtin/help.c:5412871msgid "show info page"12872msgstr ""1287312874#: builtin/help.c:5612875msgid "print command description"12876msgstr ""1287712878#: builtin/help.c:6112879msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"12880msgstr ""1288112882#: builtin/help.c:7712883#, c-format12884msgid "unrecognized help format '%s'"12885msgstr ""1288612887#: builtin/help.c:10412888msgid "Failed to start emacsclient."12889msgstr ""1289012891#: builtin/help.c:11712892msgid "Failed to parse emacsclient version."12893msgstr ""1289412895#: builtin/help.c:12512896#, c-format12897msgid "emacsclient version '%d' too old (< 22)."12898msgstr ""1289912900#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:18312901#, c-format12902msgid "failed to exec '%s'"12903msgstr ""1290412905#: builtin/help.c:22112906#, c-format12907msgid ""12908"'%s': path for unsupported man viewer.\n"12909"Please consider using 'man.<tool>.cmd' instead."12910msgstr ""1291112912#: builtin/help.c:23312913#, c-format12914msgid ""12915"'%s': cmd for supported man viewer.\n"12916"Please consider using 'man.<tool>.path' instead."12917msgstr ""1291812919#: builtin/help.c:35012920#, c-format12921msgid "'%s': unknown man viewer."12922msgstr ""1292312924#: builtin/help.c:36712925msgid "no man viewer handled the request"12926msgstr ""1292712928#: builtin/help.c:37512929msgid "no info viewer handled the request"12930msgstr ""1293112932#: builtin/help.c:434 builtin/help.c:445 git.c:33612933#, c-format12934msgid "'%s' is aliased to '%s'"12935msgstr ""1293612937#: builtin/help.c:448 git.c:36512938#, c-format12939msgid "bad alias.%s string: %s"12940msgstr ""1294112942#: builtin/help.c:477 builtin/help.c:50712943#, c-format12944msgid "usage: %s%s"12945msgstr ""1294612947#: builtin/help.c:49112948msgid "'git help config' for more information"12949msgstr ""1295012951#: builtin/index-pack.c:18512952#, c-format12953msgid "object type mismatch at %s"12954msgstr ""1295512956#: builtin/index-pack.c:20512957#, c-format12958msgid "did not receive expected object %s"12959msgstr ""1296012961#: builtin/index-pack.c:20812962#, c-format12963msgid "object %s: expected type %s, found %s"12964msgstr ""1296512966#: builtin/index-pack.c:25812967#, c-format12968msgid "cannot fill %d byte"12969msgid_plural "cannot fill %d bytes"12970msgstr[0] ""12971msgstr[1] ""1297212973#: builtin/index-pack.c:26812974msgid "early EOF"12975msgstr ""1297612977#: builtin/index-pack.c:26912978msgid "read error on input"12979msgstr ""1298012981#: builtin/index-pack.c:28112982msgid "used more bytes than were available"12983msgstr ""1298412985#: builtin/index-pack.c:288 builtin/pack-objects.c:60412986msgid "pack too large for current definition of off_t"12987msgstr ""1298812989#: builtin/index-pack.c:291 builtin/unpack-objects.c:9412990msgid "pack exceeds maximum allowed size"12991msgstr ""1299212993#: builtin/index-pack.c:31212994#, c-format12995msgid "cannot open packfile '%s'"12996msgstr ""1299712998#: builtin/index-pack.c:32612999msgid "pack signature mismatch"13000msgstr ""1300113002#: builtin/index-pack.c:32813003#, c-format13004msgid "pack version %<PRIu32> unsupported"13005msgstr ""1300613007#: builtin/index-pack.c:34613008#, c-format13009msgid "pack has bad object at offset %<PRIuMAX>: %s"13010msgstr ""1301113012#: builtin/index-pack.c:46613013#, c-format13014msgid "inflate returned %d"13015msgstr ""1301613017#: builtin/index-pack.c:51513018msgid "offset value overflow for delta base object"13019msgstr ""1302013021#: builtin/index-pack.c:52313022msgid "delta base offset is out of bound"13023msgstr ""1302413025#: builtin/index-pack.c:53113026#, c-format13027msgid "unknown object type %d"13028msgstr ""1302913030#: builtin/index-pack.c:56213031msgid "cannot pread pack file"13032msgstr ""1303313034#: builtin/index-pack.c:56413035#, c-format13036msgid "premature end of pack file, %<PRIuMAX> byte missing"13037msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"13038msgstr[0] ""13039msgstr[1] ""1304013041#: builtin/index-pack.c:59013042msgid "serious inflate inconsistency"13043msgstr ""1304413045#: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:76413046#: builtin/index-pack.c:803 builtin/index-pack.c:81213047#, c-format13048msgid "SHA1 COLLISION FOUND WITH %s !"13049msgstr ""1305013051#: builtin/index-pack.c:738 builtin/pack-objects.c:15713052#: builtin/pack-objects.c:217 builtin/pack-objects.c:31113053#, c-format13054msgid "unable to read %s"13055msgstr ""1305613057#: builtin/index-pack.c:80113058#, c-format13059msgid "cannot read existing object info %s"13060msgstr ""1306113062#: builtin/index-pack.c:80913063#, c-format13064msgid "cannot read existing object %s"13065msgstr ""1306613067#: builtin/index-pack.c:82313068#, c-format13069msgid "invalid blob object %s"13070msgstr ""1307113072#: builtin/index-pack.c:826 builtin/index-pack.c:84513073msgid "fsck error in packed object"13074msgstr ""1307513076#: builtin/index-pack.c:84713077#, c-format13078msgid "Not all child objects of %s are reachable"13079msgstr ""1308013081#: builtin/index-pack.c:919 builtin/index-pack.c:95013082msgid "failed to apply delta"13083msgstr ""1308413085#: builtin/index-pack.c:111813086msgid "Receiving objects"13087msgstr ""1308813089#: builtin/index-pack.c:111813090msgid "Indexing objects"13091msgstr ""1309213093#: builtin/index-pack.c:115213094msgid "pack is corrupted (SHA1 mismatch)"13095msgstr ""1309613097#: builtin/index-pack.c:115713098msgid "cannot fstat packfile"13099msgstr ""1310013101#: builtin/index-pack.c:116013102msgid "pack has junk at the end"13103msgstr ""1310413105#: builtin/index-pack.c:117213106msgid "confusion beyond insanity in parse_pack_objects()"13107msgstr ""1310813109#: builtin/index-pack.c:119513110msgid "Resolving deltas"13111msgstr ""1311213113#: builtin/index-pack.c:1205 builtin/pack-objects.c:249713114#, c-format13115msgid "unable to create thread: %s"13116msgstr ""1311713118#: builtin/index-pack.c:124613119msgid "confusion beyond insanity"13120msgstr ""1312113122#: builtin/index-pack.c:125213123#, c-format13124msgid "completed with %d local object"13125msgid_plural "completed with %d local objects"13126msgstr[0] ""13127msgstr[1] ""1312813129#: builtin/index-pack.c:126413130#, c-format13131msgid "Unexpected tail checksum for %s (disk corruption?)"13132msgstr ""1313313134#: builtin/index-pack.c:126813135#, c-format13136msgid "pack has %d unresolved delta"13137msgid_plural "pack has %d unresolved deltas"13138msgstr[0] ""13139msgstr[1] ""1314013141#: builtin/index-pack.c:129213142#, c-format13143msgid "unable to deflate appended object (%d)"13144msgstr ""1314513146#: builtin/index-pack.c:138813147#, c-format13148msgid "local object %s is corrupt"13149msgstr ""1315013151#: builtin/index-pack.c:140213152#, c-format13153msgid "packfile name '%s' does not end with '.pack'"13154msgstr ""1315513156#: builtin/index-pack.c:142713157#, c-format13158msgid "cannot write %s file '%s'"13159msgstr ""1316013161#: builtin/index-pack.c:143513162#, c-format13163msgid "cannot close written %s file '%s'"13164msgstr ""1316513166#: builtin/index-pack.c:145913167msgid "error while closing pack file"13168msgstr ""1316913170#: builtin/index-pack.c:147313171msgid "cannot store pack file"13172msgstr ""1317313174#: builtin/index-pack.c:148113175msgid "cannot store index file"13176msgstr ""1317713178#: builtin/index-pack.c:1525 builtin/pack-objects.c:273613179#, c-format13180msgid "bad pack.indexversion=%<PRIu32>"13181msgstr ""1318213183#: builtin/index-pack.c:159313184#, c-format13185msgid "Cannot open existing pack file '%s'"13186msgstr ""1318713188#: builtin/index-pack.c:159513189#, c-format13190msgid "Cannot open existing pack idx file for '%s'"13191msgstr ""1319213193#: builtin/index-pack.c:164313194#, c-format13195msgid "non delta: %d object"13196msgid_plural "non delta: %d objects"13197msgstr[0] ""13198msgstr[1] ""1319913200#: builtin/index-pack.c:165013201#, c-format13202msgid "chain length = %d: %lu object"13203msgid_plural "chain length = %d: %lu objects"13204msgstr[0] ""13205msgstr[1] ""1320613207#: builtin/index-pack.c:168913208msgid "Cannot come back to cwd"13209msgstr ""1321013211#: builtin/index-pack.c:1738 builtin/index-pack.c:174113212#: builtin/index-pack.c:1757 builtin/index-pack.c:176113213#, c-format13214msgid "bad %s"13215msgstr ""1321613217#: builtin/index-pack.c:177713218msgid "--fix-thin cannot be used without --stdin"13219msgstr ""1322013221#: builtin/index-pack.c:177913222msgid "--stdin requires a git repository"13223msgstr ""1322413225#: builtin/index-pack.c:178513226msgid "--verify with no packfile name given"13227msgstr ""1322813229#: builtin/index-pack.c:1833 builtin/unpack-objects.c:58013230msgid "fsck error in pack objects"13231msgstr ""1323213233#: builtin/init-db.c:6113234#, c-format13235msgid "cannot stat template '%s'"13236msgstr ""1323713238#: builtin/init-db.c:6613239#, c-format13240msgid "cannot opendir '%s'"13241msgstr ""1324213243#: builtin/init-db.c:7813244#, c-format13245msgid "cannot readlink '%s'"13246msgstr ""1324713248#: builtin/init-db.c:8013249#, c-format13250msgid "cannot symlink '%s' '%s'"13251msgstr ""1325213253#: builtin/init-db.c:8613254#, c-format13255msgid "cannot copy '%s' to '%s'"13256msgstr ""1325713258#: builtin/init-db.c:9013259#, c-format13260msgid "ignoring template %s"13261msgstr ""1326213263#: builtin/init-db.c:12113264#, c-format13265msgid "templates not found in %s"13266msgstr ""1326713268#: builtin/init-db.c:13613269#, c-format13270msgid "not copying templates from '%s': %s"13271msgstr ""1327213273#: builtin/init-db.c:33413274#, c-format13275msgid "unable to handle file type %d"13276msgstr ""1327713278#: builtin/init-db.c:33713279#, c-format13280msgid "unable to move %s to %s"13281msgstr ""1328213283#: builtin/init-db.c:354 builtin/init-db.c:35713284#, c-format13285msgid "%s already exists"13286msgstr ""1328713288#: builtin/init-db.c:41313289#, c-format13290msgid "Reinitialized existing shared Git repository in %s%s\n"13291msgstr ""1329213293#: builtin/init-db.c:41413294#, c-format13295msgid "Reinitialized existing Git repository in %s%s\n"13296msgstr ""1329713298#: builtin/init-db.c:41813299#, c-format13300msgid "Initialized empty shared Git repository in %s%s\n"13301msgstr ""1330213303#: builtin/init-db.c:41913304#, c-format13305msgid "Initialized empty Git repository in %s%s\n"13306msgstr ""1330713308#: builtin/init-db.c:46813309msgid ""13310"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"13311"shared[=<permissions>]] [<directory>]"13312msgstr ""1331313314#: builtin/init-db.c:49113315msgid "permissions"13316msgstr ""1331713318#: builtin/init-db.c:49213319msgid "specify that the git repository is to be shared amongst several users"13320msgstr ""1332113322#: builtin/init-db.c:529 builtin/init-db.c:53413323#, c-format13324msgid "cannot mkdir %s"13325msgstr ""1332613327#: builtin/init-db.c:53813328#, c-format13329msgid "cannot chdir to %s"13330msgstr ""1333113332#: builtin/init-db.c:55913333#, c-format13334msgid ""13335"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"13336"dir=<directory>)"13337msgstr ""1333813339#: builtin/init-db.c:58713340#, c-format13341msgid "Cannot access work tree '%s'"13342msgstr ""1334313344#: builtin/interpret-trailers.c:1613345msgid ""13346"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "13347"<token>[(=|:)<value>])...] [<file>...]"13348msgstr ""1334913350#: builtin/interpret-trailers.c:9513351msgid "edit files in place"13352msgstr ""1335313354#: builtin/interpret-trailers.c:9613355msgid "trim empty trailers"13356msgstr ""1335713358#: builtin/interpret-trailers.c:9913359msgid "where to place the new trailer"13360msgstr ""1336113362#: builtin/interpret-trailers.c:10113363msgid "action if trailer already exists"13364msgstr ""1336513366#: builtin/interpret-trailers.c:10313367msgid "action if trailer is missing"13368msgstr ""1336913370#: builtin/interpret-trailers.c:10513371msgid "output only the trailers"13372msgstr ""1337313374#: builtin/interpret-trailers.c:10613375msgid "do not apply config rules"13376msgstr ""1337713378#: builtin/interpret-trailers.c:10713379msgid "join whitespace-continued values"13380msgstr ""1338113382#: builtin/interpret-trailers.c:10813383msgid "set parsing options"13384msgstr ""1338513386#: builtin/interpret-trailers.c:11013387msgid "do not treat --- specially"13388msgstr ""1338913390#: builtin/interpret-trailers.c:11113391msgid "trailer"13392msgstr ""1339313394#: builtin/interpret-trailers.c:11213395msgid "trailer(s) to add"13396msgstr ""1339713398#: builtin/interpret-trailers.c:12313399msgid "--trailer with --only-input does not make sense"13400msgstr ""1340113402#: builtin/interpret-trailers.c:13313403msgid "no input file given for in-place editing"13404msgstr ""1340513406#: builtin/log.c:5513407msgid "git log [<options>] [<revision-range>] [[--] <path>...]"13408msgstr ""1340913410#: builtin/log.c:5613411msgid "git show [<options>] <object>..."13412msgstr ""1341313414#: builtin/log.c:10913415#, c-format13416msgid "invalid --decorate option: %s"13417msgstr ""1341813419#: builtin/log.c:17313420msgid "show source"13421msgstr ""1342213423#: builtin/log.c:17413424msgid "Use mail map file"13425msgstr ""1342613427#: builtin/log.c:17613428msgid "only decorate refs that match <pattern>"13429msgstr ""1343013431#: builtin/log.c:17813432msgid "do not decorate refs that match <pattern>"13433msgstr ""1343413435#: builtin/log.c:17913436msgid "decorate options"13437msgstr ""1343813439#: builtin/log.c:18213440msgid "Process line range n,m in file, counting from 1"13441msgstr ""1344213443#: builtin/log.c:28013444#, c-format13445msgid "Final output: %d %s\n"13446msgstr ""1344713448#: builtin/log.c:53413449#, c-format13450msgid "git show %s: bad file"13451msgstr ""1345213453#: builtin/log.c:549 builtin/log.c:64313454#, c-format13455msgid "could not read object %s"13456msgstr ""1345713458#: builtin/log.c:66813459#, c-format13460msgid "unknown type: %d"13461msgstr ""1346213463#: builtin/log.c:79113464msgid "format.headers without value"13465msgstr ""1346613467#: builtin/log.c:90813468msgid "name of output directory is too long"13469msgstr ""1347013471#: builtin/log.c:92413472#, c-format13473msgid "cannot open patch file %s"13474msgstr ""1347513476#: builtin/log.c:94113477msgid "need exactly one range"13478msgstr ""1347913480#: builtin/log.c:95113481msgid "not a range"13482msgstr ""1348313484#: builtin/log.c:107413485msgid "cover letter needs email format"13486msgstr ""1348713488#: builtin/log.c:108013489msgid "failed to create cover-letter file"13490msgstr ""1349113492#: builtin/log.c:115913493#, c-format13494msgid "insane in-reply-to: %s"13495msgstr ""1349613497#: builtin/log.c:118613498msgid "git format-patch [<options>] [<since> | <revision-range>]"13499msgstr ""1350013501#: builtin/log.c:124413502msgid "two output directories?"13503msgstr ""1350413505#: builtin/log.c:1355 builtin/log.c:2099 builtin/log.c:2101 builtin/log.c:211313506#, c-format13507msgid "unknown commit %s"13508msgstr ""1350913510#: builtin/log.c:1365 builtin/replace.c:58 builtin/replace.c:20713511#: builtin/replace.c:21013512#, c-format13513msgid "failed to resolve '%s' as a valid ref"13514msgstr ""1351513516#: builtin/log.c:137013517msgid "could not find exact merge base"13518msgstr ""1351913520#: builtin/log.c:137413521msgid ""13522"failed to get upstream, if you want to record base commit automatically,\n"13523"please use git branch --set-upstream-to to track a remote branch.\n"13524"Or you could specify base commit by --base=<base-commit-id> manually"13525msgstr ""1352613527#: builtin/log.c:139413528msgid "failed to find exact merge base"13529msgstr ""1353013531#: builtin/log.c:140513532msgid "base commit should be the ancestor of revision list"13533msgstr ""1353413535#: builtin/log.c:140913536msgid "base commit shouldn't be in revision list"13537msgstr ""1353813539#: builtin/log.c:146213540msgid "cannot get patch id"13541msgstr ""1354213543#: builtin/log.c:151413544msgid "failed to infer range-diff ranges"13545msgstr ""1354613547#: builtin/log.c:155913548msgid "use [PATCH n/m] even with a single patch"13549msgstr ""1355013551#: builtin/log.c:156213552msgid "use [PATCH] even with multiple patches"13553msgstr ""1355413555#: builtin/log.c:156613556msgid "print patches to standard out"13557msgstr ""1355813559#: builtin/log.c:156813560msgid "generate a cover letter"13561msgstr ""1356213563#: builtin/log.c:157013564msgid "use simple number sequence for output file names"13565msgstr ""1356613567#: builtin/log.c:157113568msgid "sfx"13569msgstr ""1357013571#: builtin/log.c:157213572msgid "use <sfx> instead of '.patch'"13573msgstr ""1357413575#: builtin/log.c:157413576msgid "start numbering patches at <n> instead of 1"13577msgstr ""1357813579#: builtin/log.c:157613580msgid "mark the series as Nth re-roll"13581msgstr ""1358213583#: builtin/log.c:157813584msgid "Use [RFC PATCH] instead of [PATCH]"13585msgstr ""1358613587#: builtin/log.c:158113588msgid "Use [<prefix>] instead of [PATCH]"13589msgstr ""1359013591#: builtin/log.c:158413592msgid "store resulting files in <dir>"13593msgstr ""1359413595#: builtin/log.c:158713596msgid "don't strip/add [PATCH]"13597msgstr ""1359813599#: builtin/log.c:159013600msgid "don't output binary diffs"13601msgstr ""1360213603#: builtin/log.c:159213604msgid "output all-zero hash in From header"13605msgstr ""1360613607#: builtin/log.c:159413608msgid "don't include a patch matching a commit upstream"13609msgstr ""1361013611#: builtin/log.c:159613612msgid "show patch format instead of default (patch + stat)"13613msgstr ""1361413615#: builtin/log.c:159813616msgid "Messaging"13617msgstr ""1361813619#: builtin/log.c:159913620msgid "header"13621msgstr ""1362213623#: builtin/log.c:160013624msgid "add email header"13625msgstr ""1362613627#: builtin/log.c:1601 builtin/log.c:160313628msgid "email"13629msgstr ""1363013631#: builtin/log.c:160113632msgid "add To: header"13633msgstr ""1363413635#: builtin/log.c:160313636msgid "add Cc: header"13637msgstr ""1363813639#: builtin/log.c:160513640msgid "ident"13641msgstr ""1364213643#: builtin/log.c:160613644msgid "set From address to <ident> (or committer ident if absent)"13645msgstr ""1364613647#: builtin/log.c:160813648msgid "message-id"13649msgstr ""1365013651#: builtin/log.c:160913652msgid "make first mail a reply to <message-id>"13653msgstr ""1365413655#: builtin/log.c:1610 builtin/log.c:161313656msgid "boundary"13657msgstr ""1365813659#: builtin/log.c:161113660msgid "attach the patch"13661msgstr ""1366213663#: builtin/log.c:161413664msgid "inline the patch"13665msgstr ""1366613667#: builtin/log.c:161813668msgid "enable message threading, styles: shallow, deep"13669msgstr ""1367013671#: builtin/log.c:162013672msgid "signature"13673msgstr ""1367413675#: builtin/log.c:162113676msgid "add a signature"13677msgstr ""1367813679#: builtin/log.c:162213680msgid "base-commit"13681msgstr ""1368213683#: builtin/log.c:162313684msgid "add prerequisite tree info to the patch series"13685msgstr ""1368613687#: builtin/log.c:162513688msgid "add a signature from a file"13689msgstr ""1369013691#: builtin/log.c:162613692msgid "don't print the patch filenames"13693msgstr ""1369413695#: builtin/log.c:162813696msgid "show progress while generating patches"13697msgstr ""1369813699#: builtin/log.c:163013700msgid "show changes against <rev> in cover letter or single patch"13701msgstr ""1370213703#: builtin/log.c:163313704msgid "show changes against <refspec> in cover letter or single patch"13705msgstr ""1370613707#: builtin/log.c:163513708msgid "percentage by which creation is weighted"13709msgstr ""1371013711#: builtin/log.c:171013712#, c-format13713msgid "invalid ident line: %s"13714msgstr ""1371513716#: builtin/log.c:172513717msgid "-n and -k are mutually exclusive"13718msgstr ""1371913720#: builtin/log.c:172713721msgid "--subject-prefix/--rfc and -k are mutually exclusive"13722msgstr ""1372313724#: builtin/log.c:173513725msgid "--name-only does not make sense"13726msgstr ""1372713728#: builtin/log.c:173713729msgid "--name-status does not make sense"13730msgstr ""1373113732#: builtin/log.c:173913733msgid "--check does not make sense"13734msgstr ""1373513736#: builtin/log.c:177113737msgid "standard output, or directory, which one?"13738msgstr ""1373913740#: builtin/log.c:186013741msgid "--interdiff requires --cover-letter or single patch"13742msgstr ""1374313744#: builtin/log.c:186413745msgid "Interdiff:"13746msgstr ""1374713748#: builtin/log.c:186513749#, c-format13750msgid "Interdiff against v%d:"13751msgstr ""1375213753#: builtin/log.c:187113754msgid "--creation-factor requires --range-diff"13755msgstr ""1375613757#: builtin/log.c:187513758msgid "--range-diff requires --cover-letter or single patch"13759msgstr ""1376013761#: builtin/log.c:188313762msgid "Range-diff:"13763msgstr ""1376413765#: builtin/log.c:188413766#, c-format13767msgid "Range-diff against v%d:"13768msgstr ""1376913770#: builtin/log.c:189513771#, c-format13772msgid "unable to read signature file '%s'"13773msgstr ""1377413775#: builtin/log.c:193113776msgid "Generating patches"13777msgstr ""1377813779#: builtin/log.c:197513780msgid "failed to create output files"13781msgstr ""1378213783#: builtin/log.c:203413784msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"13785msgstr ""1378613787#: builtin/log.c:208813788#, c-format13789msgid ""13790"Could not find a tracked remote branch, please specify <upstream> manually.\n"13791msgstr ""1379213793#: builtin/ls-files.c:47013794msgid "git ls-files [<options>] [<file>...]"13795msgstr ""1379613797#: builtin/ls-files.c:52613798msgid "identify the file status with tags"13799msgstr ""1380013801#: builtin/ls-files.c:52813802msgid "use lowercase letters for 'assume unchanged' files"13803msgstr ""1380413805#: builtin/ls-files.c:53013806msgid "use lowercase letters for 'fsmonitor clean' files"13807msgstr ""1380813809#: builtin/ls-files.c:53213810msgid "show cached files in the output (default)"13811msgstr ""1381213813#: builtin/ls-files.c:53413814msgid "show deleted files in the output"13815msgstr ""1381613817#: builtin/ls-files.c:53613818msgid "show modified files in the output"13819msgstr ""1382013821#: builtin/ls-files.c:53813822msgid "show other files in the output"13823msgstr ""1382413825#: builtin/ls-files.c:54013826msgid "show ignored files in the output"13827msgstr ""1382813829#: builtin/ls-files.c:54313830msgid "show staged contents' object name in the output"13831msgstr ""1383213833#: builtin/ls-files.c:54513834msgid "show files on the filesystem that need to be removed"13835msgstr ""1383613837#: builtin/ls-files.c:54713838msgid "show 'other' directories' names only"13839msgstr ""1384013841#: builtin/ls-files.c:54913842msgid "show line endings of files"13843msgstr ""1384413845#: builtin/ls-files.c:55113846msgid "don't show empty directories"13847msgstr ""1384813849#: builtin/ls-files.c:55413850msgid "show unmerged files in the output"13851msgstr ""1385213853#: builtin/ls-files.c:55613854msgid "show resolve-undo information"13855msgstr ""1385613857#: builtin/ls-files.c:55813858msgid "skip files matching pattern"13859msgstr ""1386013861#: builtin/ls-files.c:56113862msgid "exclude patterns are read from <file>"13863msgstr ""1386413865#: builtin/ls-files.c:56413866msgid "read additional per-directory exclude patterns in <file>"13867msgstr ""1386813869#: builtin/ls-files.c:56613870msgid "add the standard git exclusions"13871msgstr ""1387213873#: builtin/ls-files.c:57013874msgid "make the output relative to the project top directory"13875msgstr ""1387613877#: builtin/ls-files.c:57313878msgid "recurse through submodules"13879msgstr ""1388013881#: builtin/ls-files.c:57513882msgid "if any <file> is not in the index, treat this as an error"13883msgstr ""1388413885#: builtin/ls-files.c:57613886msgid "tree-ish"13887msgstr ""1388813889#: builtin/ls-files.c:57713890msgid "pretend that paths removed since <tree-ish> are still present"13891msgstr ""1389213893#: builtin/ls-files.c:57913894msgid "show debugging data"13895msgstr ""1389613897#: builtin/ls-remote.c:913898msgid ""13899"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"13900" [-q | --quiet] [--exit-code] [--get-url]\n"13901" [--symref] [<repository> [<refs>...]]"13902msgstr ""1390313904#: builtin/ls-remote.c:5913905msgid "do not print remote URL"13906msgstr ""1390713908#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:146413909msgid "exec"13910msgstr ""1391113912#: builtin/ls-remote.c:61 builtin/ls-remote.c:6313913msgid "path of git-upload-pack on the remote host"13914msgstr ""1391513916#: builtin/ls-remote.c:6513917msgid "limit to tags"13918msgstr ""1391913920#: builtin/ls-remote.c:6613921msgid "limit to heads"13922msgstr ""1392313924#: builtin/ls-remote.c:6713925msgid "do not show peeled tags"13926msgstr ""1392713928#: builtin/ls-remote.c:6913929msgid "take url.<base>.insteadOf into account"13930msgstr ""1393113932#: builtin/ls-remote.c:7213933msgid "exit with exit code 2 if no matching refs are found"13934msgstr ""1393513936#: builtin/ls-remote.c:7513937msgid "show underlying ref in addition to the object pointed by it"13938msgstr ""1393913940#: builtin/ls-tree.c:3013941msgid "git ls-tree [<options>] <tree-ish> [<path>...]"13942msgstr ""1394313944#: builtin/ls-tree.c:12813945msgid "only show trees"13946msgstr ""1394713948#: builtin/ls-tree.c:13013949msgid "recurse into subtrees"13950msgstr ""1395113952#: builtin/ls-tree.c:13213953msgid "show trees when recursing"13954msgstr ""1395513956#: builtin/ls-tree.c:13513957msgid "terminate entries with NUL byte"13958msgstr ""1395913960#: builtin/ls-tree.c:13613961msgid "include object size"13962msgstr ""1396313964#: builtin/ls-tree.c:138 builtin/ls-tree.c:14013965msgid "list only filenames"13966msgstr ""1396713968#: builtin/ls-tree.c:14313969msgid "use full path names"13970msgstr ""1397113972#: builtin/ls-tree.c:14513973msgid "list entire tree; not just current directory (implies --full-name)"13974msgstr ""1397513976#: builtin/mailsplit.c:24113977#, c-format13978msgid "empty mbox: '%s'"13979msgstr ""1398013981#: builtin/merge.c:5513982msgid "git merge [<options>] [<commit>...]"13983msgstr ""1398413985#: builtin/merge.c:5613986msgid "git merge --abort"13987msgstr ""1398813989#: builtin/merge.c:5713990msgid "git merge --continue"13991msgstr ""1399213993#: builtin/merge.c:11813994msgid "switch `m' requires a value"13995msgstr ""1399613997#: builtin/merge.c:14113998#, c-format13999msgid "option `%s' requires a value"14000msgstr ""1400114002#: builtin/merge.c:18714003#, c-format14004msgid "Could not find merge strategy '%s'.\n"14005msgstr ""1400614007#: builtin/merge.c:18814008#, c-format14009msgid "Available strategies are:"14010msgstr ""1401114012#: builtin/merge.c:19314013#, c-format14014msgid "Available custom strategies are:"14015msgstr ""1401614017#: builtin/merge.c:244 builtin/pull.c:15114018msgid "do not show a diffstat at the end of the merge"14019msgstr ""1402014021#: builtin/merge.c:247 builtin/pull.c:15414022msgid "show a diffstat at the end of the merge"14023msgstr ""1402414025#: builtin/merge.c:248 builtin/pull.c:15714026msgid "(synonym to --stat)"14027msgstr ""1402814029#: builtin/merge.c:250 builtin/pull.c:16014030msgid "add (at most <n>) entries from shortlog to merge commit message"14031msgstr ""1403214033#: builtin/merge.c:253 builtin/pull.c:16614034msgid "create a single commit instead of doing a merge"14035msgstr ""1403614037#: builtin/merge.c:255 builtin/pull.c:16914038msgid "perform a commit if the merge succeeds (default)"14039msgstr ""1404014041#: builtin/merge.c:257 builtin/pull.c:17214042msgid "edit message before committing"14043msgstr ""1404414045#: builtin/merge.c:25914046msgid "allow fast-forward (default)"14047msgstr ""1404814049#: builtin/merge.c:261 builtin/pull.c:17914050msgid "abort if fast-forward is not possible"14051msgstr ""1405214053#: builtin/merge.c:265 builtin/pull.c:18214054msgid "verify that the named commit has a valid GPG signature"14055msgstr ""1405614057#: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:18614058#: builtin/rebase.c:492 builtin/rebase.c:1477 builtin/revert.c:11414059msgid "strategy"14060msgstr ""1406114062#: builtin/merge.c:267 builtin/pull.c:18714063msgid "merge strategy to use"14064msgstr ""1406514066#: builtin/merge.c:268 builtin/pull.c:19014067msgid "option=value"14068msgstr ""1406914070#: builtin/merge.c:269 builtin/pull.c:19114071msgid "option for selected merge strategy"14072msgstr ""1407314074#: builtin/merge.c:27114075msgid "merge commit message (for a non-fast-forward merge)"14076msgstr ""1407714078#: builtin/merge.c:27814079msgid "abort the current in-progress merge"14080msgstr ""1408114082#: builtin/merge.c:28014083msgid "--abort but leave index and working tree alone"14084msgstr ""1408514086#: builtin/merge.c:28214087msgid "continue the current in-progress merge"14088msgstr ""1408914090#: builtin/merge.c:284 builtin/pull.c:19814091msgid "allow merging unrelated histories"14092msgstr ""1409314094#: builtin/merge.c:29014095msgid "verify commit-msg hook"14096msgstr ""1409714098#: builtin/merge.c:30714099msgid "could not run stash."14100msgstr ""1410114102#: builtin/merge.c:31214103msgid "stash failed"14104msgstr ""1410514106#: builtin/merge.c:31714107#, c-format14108msgid "not a valid object: %s"14109msgstr ""1411014111#: builtin/merge.c:339 builtin/merge.c:35614112msgid "read-tree failed"14113msgstr ""1411414115#: builtin/merge.c:38614116msgid " (nothing to squash)"14117msgstr ""1411814119#: builtin/merge.c:39714120#, c-format14121msgid "Squash commit -- not updating HEAD\n"14122msgstr ""1412314124#: builtin/merge.c:44714125#, c-format14126msgid "No merge message -- not updating HEAD\n"14127msgstr ""1412814129#: builtin/merge.c:49814130#, c-format14131msgid "'%s' does not point to a commit"14132msgstr ""1413314134#: builtin/merge.c:58514135#, c-format14136msgid "Bad branch.%s.mergeoptions string: %s"14137msgstr ""1413814139#: builtin/merge.c:70814140msgid "Not handling anything other than two heads merge."14141msgstr ""1414214143#: builtin/merge.c:72214144#, c-format14145msgid "Unknown option for merge-recursive: -X%s"14146msgstr ""1414714148#: builtin/merge.c:73714149#, c-format14150msgid "unable to write %s"14151msgstr ""1415214153#: builtin/merge.c:78914154#, c-format14155msgid "Could not read from '%s'"14156msgstr ""1415714158#: builtin/merge.c:79814159#, c-format14160msgid "Not committing merge; use 'git commit' to complete the merge.\n"14161msgstr ""1416214163#: builtin/merge.c:80414164msgid ""14165"Please enter a commit message to explain why this merge is necessary,\n"14166"especially if it merges an updated upstream into a topic branch.\n"14167"\n"14168msgstr ""1416914170#: builtin/merge.c:80914171msgid "An empty message aborts the commit.\n"14172msgstr ""1417314174#: builtin/merge.c:81214175#, c-format14176msgid ""14177"Lines starting with '%c' will be ignored, and an empty message aborts\n"14178"the commit.\n"14179msgstr ""1418014181#: builtin/merge.c:85314182msgid "Empty commit message."14183msgstr ""1418414185#: builtin/merge.c:87214186#, c-format14187msgid "Wonderful.\n"14188msgstr ""1418914190#: builtin/merge.c:93314191#, c-format14192msgid "Automatic merge failed; fix conflicts and then commit the result.\n"14193msgstr ""1419414195#: builtin/merge.c:97214196msgid "No current branch."14197msgstr ""1419814199#: builtin/merge.c:97414200msgid "No remote for the current branch."14201msgstr ""1420214203#: builtin/merge.c:97614204msgid "No default upstream defined for the current branch."14205msgstr ""1420614207#: builtin/merge.c:98114208#, c-format14209msgid "No remote-tracking branch for %s from %s"14210msgstr ""1421114212#: builtin/merge.c:103814213#, c-format14214msgid "Bad value '%s' in environment '%s'"14215msgstr ""1421614217#: builtin/merge.c:114114218#, c-format14219msgid "not something we can merge in %s: %s"14220msgstr ""1422114222#: builtin/merge.c:117514223msgid "not something we can merge"14224msgstr ""1422514226#: builtin/merge.c:127814227msgid "--abort expects no arguments"14228msgstr ""1422914230#: builtin/merge.c:128214231msgid "There is no merge to abort (MERGE_HEAD missing)."14232msgstr ""1423314234#: builtin/merge.c:129114235msgid "--quit expects no arguments"14236msgstr ""1423714238#: builtin/merge.c:130414239msgid "--continue expects no arguments"14240msgstr ""1424114242#: builtin/merge.c:130814243msgid "There is no merge in progress (MERGE_HEAD missing)."14244msgstr ""1424514246#: builtin/merge.c:132414247msgid ""14248"You have not concluded your merge (MERGE_HEAD exists).\n"14249"Please, commit your changes before you merge."14250msgstr ""1425114252#: builtin/merge.c:133114253msgid ""14254"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"14255"Please, commit your changes before you merge."14256msgstr ""1425714258#: builtin/merge.c:133414259msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."14260msgstr ""1426114262#: builtin/merge.c:134814263msgid "You cannot combine --squash with --no-ff."14264msgstr ""1426514266#: builtin/merge.c:135014267msgid "You cannot combine --squash with --commit."14268msgstr ""1426914270#: builtin/merge.c:136614271msgid "No commit specified and merge.defaultToUpstream not set."14272msgstr ""1427314274#: builtin/merge.c:138314275msgid "Squash commit into empty head not supported yet"14276msgstr ""1427714278#: builtin/merge.c:138514279msgid "Non-fast-forward commit does not make sense into an empty head"14280msgstr ""1428114282#: builtin/merge.c:139014283#, c-format14284msgid "%s - not something we can merge"14285msgstr ""1428614287#: builtin/merge.c:139214288msgid "Can merge only exactly one commit into empty head"14289msgstr ""1429014291#: builtin/merge.c:147114292msgid "refusing to merge unrelated histories"14293msgstr ""1429414295#: builtin/merge.c:148014296msgid "Already up to date."14297msgstr ""1429814299#: builtin/merge.c:149014300#, c-format14301msgid "Updating %s..%s\n"14302msgstr ""1430314304#: builtin/merge.c:153214305#, c-format14306msgid "Trying really trivial in-index merge...\n"14307msgstr ""1430814309#: builtin/merge.c:153914310#, c-format14311msgid "Nope.\n"14312msgstr ""1431314314#: builtin/merge.c:156414315msgid "Already up to date. Yeeah!"14316msgstr ""1431714318#: builtin/merge.c:157014319msgid "Not possible to fast-forward, aborting."14320msgstr ""1432114322#: builtin/merge.c:1593 builtin/merge.c:165814323#, c-format14324msgid "Rewinding the tree to pristine...\n"14325msgstr ""1432614327#: builtin/merge.c:159714328#, c-format14329msgid "Trying merge strategy %s...\n"14330msgstr ""1433114332#: builtin/merge.c:164914333#, c-format14334msgid "No merge strategy handled the merge.\n"14335msgstr ""1433614337#: builtin/merge.c:165114338#, c-format14339msgid "Merge with strategy %s failed.\n"14340msgstr ""1434114342#: builtin/merge.c:166014343#, c-format14344msgid "Using the %s to prepare resolving by hand.\n"14345msgstr ""1434614347#: builtin/merge.c:167214348#, c-format14349msgid "Automatic merge went well; stopped before committing as requested\n"14350msgstr ""1435114352#: builtin/merge-base.c:3214353msgid "git merge-base [-a | --all] <commit> <commit>..."14354msgstr ""1435514356#: builtin/merge-base.c:3314357msgid "git merge-base [-a | --all] --octopus <commit>..."14358msgstr ""1435914360#: builtin/merge-base.c:3414361msgid "git merge-base --independent <commit>..."14362msgstr ""1436314364#: builtin/merge-base.c:3514365msgid "git merge-base --is-ancestor <commit> <commit>"14366msgstr ""1436714368#: builtin/merge-base.c:3614369msgid "git merge-base --fork-point <ref> [<commit>]"14370msgstr ""1437114372#: builtin/merge-base.c:15314373msgid "output all common ancestors"14374msgstr ""1437514376#: builtin/merge-base.c:15514377msgid "find ancestors for a single n-way merge"14378msgstr ""1437914380#: builtin/merge-base.c:15714381msgid "list revs not reachable from others"14382msgstr ""1438314384#: builtin/merge-base.c:15914385msgid "is the first one ancestor of the other?"14386msgstr ""1438714388#: builtin/merge-base.c:16114389msgid "find where <commit> forked from reflog of <ref>"14390msgstr ""1439114392#: builtin/merge-file.c:914393msgid ""14394"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "14395"<orig-file> <file2>"14396msgstr ""1439714398#: builtin/merge-file.c:3514399msgid "send results to standard output"14400msgstr ""1440114402#: builtin/merge-file.c:3614403msgid "use a diff3 based merge"14404msgstr ""1440514406#: builtin/merge-file.c:3714407msgid "for conflicts, use our version"14408msgstr ""1440914410#: builtin/merge-file.c:3914411msgid "for conflicts, use their version"14412msgstr ""1441314414#: builtin/merge-file.c:4114415msgid "for conflicts, use a union version"14416msgstr ""1441714418#: builtin/merge-file.c:4414419msgid "for conflicts, use this marker size"14420msgstr ""1442114422#: builtin/merge-file.c:4514423msgid "do not warn about conflicts"14424msgstr ""1442514426#: builtin/merge-file.c:4714427msgid "set labels for file1/orig-file/file2"14428msgstr ""1442914430#: builtin/merge-recursive.c:4614431#, c-format14432msgid "unknown option %s"14433msgstr ""1443414435#: builtin/merge-recursive.c:5214436#, c-format14437msgid "could not parse object '%s'"14438msgstr ""1443914440#: builtin/merge-recursive.c:5614441#, c-format14442msgid "cannot handle more than %d base. Ignoring %s."14443msgid_plural "cannot handle more than %d bases. Ignoring %s."14444msgstr[0] ""14445msgstr[1] ""1444614447#: builtin/merge-recursive.c:6414448msgid "not handling anything other than two heads merge."14449msgstr ""1445014451#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:7214452#, c-format14453msgid "could not resolve ref '%s'"14454msgstr ""1445514456#: builtin/merge-recursive.c:7814457#, c-format14458msgid "Merging %s with %s\n"14459msgstr ""1446014461#: builtin/mktree.c:6614462msgid "git mktree [-z] [--missing] [--batch]"14463msgstr ""1446414465#: builtin/mktree.c:15414466msgid "input is NUL terminated"14467msgstr ""1446814469#: builtin/mktree.c:155 builtin/write-tree.c:2614470msgid "allow missing objects"14471msgstr ""1447214473#: builtin/mktree.c:15614474msgid "allow creation of more than one tree"14475msgstr ""1447614477#: builtin/multi-pack-index.c:914478msgid ""14479"git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"14480"batch-size=<size>)"14481msgstr ""1448214483#: builtin/multi-pack-index.c:2314484msgid "object directory containing set of packfile and pack-index pairs"14485msgstr ""1448614487#: builtin/multi-pack-index.c:2514488msgid ""14489"during repack, collect pack-files of smaller size into a batch that is "14490"larger than this size"14491msgstr ""1449214493#: builtin/multi-pack-index.c:43 builtin/prune-packed.c:6714494msgid "too many arguments"14495msgstr ""1449614497#: builtin/multi-pack-index.c:5214498msgid "--batch-size option is only for 'repack' subcommand"14499msgstr ""1450014501#: builtin/multi-pack-index.c:6114502#, c-format14503msgid "unrecognized subcommand: %s"14504msgstr ""1450514506#: builtin/mv.c:1814507msgid "git mv [<options>] <source>... <destination>"14508msgstr ""1450914510#: builtin/mv.c:8314511#, c-format14512msgid "Directory %s is in index and no submodule?"14513msgstr ""1451414515#: builtin/mv.c:8514516msgid "Please stage your changes to .gitmodules or stash them to proceed"14517msgstr ""1451814519#: builtin/mv.c:10314520#, c-format14521msgid "%.*s is in index"14522msgstr ""1452314524#: builtin/mv.c:12514525msgid "force move/rename even if target exists"14526msgstr ""1452714528#: builtin/mv.c:12714529msgid "skip move/rename errors"14530msgstr ""1453114532#: builtin/mv.c:16914533#, c-format14534msgid "destination '%s' is not a directory"14535msgstr ""1453614537#: builtin/mv.c:18014538#, c-format14539msgid "Checking rename of '%s' to '%s'\n"14540msgstr ""1454114542#: builtin/mv.c:18414543msgid "bad source"14544msgstr ""1454514546#: builtin/mv.c:18714547msgid "can not move directory into itself"14548msgstr ""1454914550#: builtin/mv.c:19014551msgid "cannot move directory over file"14552msgstr ""1455314554#: builtin/mv.c:19914555msgid "source directory is empty"14556msgstr ""1455714558#: builtin/mv.c:22414559msgid "not under version control"14560msgstr ""1456114562#: builtin/mv.c:22714563msgid "destination exists"14564msgstr ""1456514566#: builtin/mv.c:23514567#, c-format14568msgid "overwriting '%s'"14569msgstr ""1457014571#: builtin/mv.c:23814572msgid "Cannot overwrite"14573msgstr ""1457414575#: builtin/mv.c:24114576msgid "multiple sources for the same target"14577msgstr ""1457814579#: builtin/mv.c:24314580msgid "destination directory does not exist"14581msgstr ""1458214583#: builtin/mv.c:25014584#, c-format14585msgid "%s, source=%s, destination=%s"14586msgstr ""1458714588#: builtin/mv.c:27114589#, c-format14590msgid "Renaming %s to %s\n"14591msgstr ""1459214593#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:51014594#, c-format14595msgid "renaming '%s' failed"14596msgstr ""1459714598#: builtin/name-rev.c:35214599msgid "git name-rev [<options>] <commit>..."14600msgstr ""1460114602#: builtin/name-rev.c:35314603msgid "git name-rev [<options>] --all"14604msgstr ""1460514606#: builtin/name-rev.c:35414607msgid "git name-rev [<options>] --stdin"14608msgstr ""1460914610#: builtin/name-rev.c:41114611msgid "print only names (no SHA-1)"14612msgstr ""1461314614#: builtin/name-rev.c:41214615msgid "only use tags to name the commits"14616msgstr ""1461714618#: builtin/name-rev.c:41414619msgid "only use refs matching <pattern>"14620msgstr ""1462114622#: builtin/name-rev.c:41614623msgid "ignore refs matching <pattern>"14624msgstr ""1462514626#: builtin/name-rev.c:41814627msgid "list all commits reachable from all refs"14628msgstr ""1462914630#: builtin/name-rev.c:41914631msgid "read from stdin"14632msgstr ""1463314634#: builtin/name-rev.c:42014635msgid "allow to print `undefined` names (default)"14636msgstr ""1463714638#: builtin/name-rev.c:42614639msgid "dereference tags in the input (internal use)"14640msgstr ""1464114642#: builtin/notes.c:2814643msgid "git notes [--ref <notes-ref>] [list [<object>]]"14644msgstr ""1464514646#: builtin/notes.c:2914647msgid ""14648"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "14649"| (-c | -C) <object>] [<object>]"14650msgstr ""1465114652#: builtin/notes.c:3014653msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"14654msgstr ""1465514656#: builtin/notes.c:3114657msgid ""14658"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "14659"(-c | -C) <object>] [<object>]"14660msgstr ""1466114662#: builtin/notes.c:3214663msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"14664msgstr ""1466514666#: builtin/notes.c:3314667msgid "git notes [--ref <notes-ref>] show [<object>]"14668msgstr ""1466914670#: builtin/notes.c:3414671msgid ""14672"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"14673msgstr ""1467414675#: builtin/notes.c:3514676msgid "git notes merge --commit [-v | -q]"14677msgstr ""1467814679#: builtin/notes.c:3614680msgid "git notes merge --abort [-v | -q]"14681msgstr ""1468214683#: builtin/notes.c:3714684msgid "git notes [--ref <notes-ref>] remove [<object>...]"14685msgstr ""1468614687#: builtin/notes.c:3814688msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"14689msgstr ""1469014691#: builtin/notes.c:3914692msgid "git notes [--ref <notes-ref>] get-ref"14693msgstr ""1469414695#: builtin/notes.c:4414696msgid "git notes [list [<object>]]"14697msgstr ""1469814699#: builtin/notes.c:4914700msgid "git notes add [<options>] [<object>]"14701msgstr ""1470214703#: builtin/notes.c:5414704msgid "git notes copy [<options>] <from-object> <to-object>"14705msgstr ""1470614707#: builtin/notes.c:5514708msgid "git notes copy --stdin [<from-object> <to-object>]..."14709msgstr ""1471014711#: builtin/notes.c:6014712msgid "git notes append [<options>] [<object>]"14713msgstr ""1471414715#: builtin/notes.c:6514716msgid "git notes edit [<object>]"14717msgstr ""1471814719#: builtin/notes.c:7014720msgid "git notes show [<object>]"14721msgstr ""1472214723#: builtin/notes.c:7514724msgid "git notes merge [<options>] <notes-ref>"14725msgstr ""1472614727#: builtin/notes.c:7614728msgid "git notes merge --commit [<options>]"14729msgstr ""1473014731#: builtin/notes.c:7714732msgid "git notes merge --abort [<options>]"14733msgstr ""1473414735#: builtin/notes.c:8214736msgid "git notes remove [<object>]"14737msgstr ""1473814739#: builtin/notes.c:8714740msgid "git notes prune [<options>]"14741msgstr ""1474214743#: builtin/notes.c:9214744msgid "git notes get-ref"14745msgstr ""1474614747#: builtin/notes.c:9714748msgid "Write/edit the notes for the following object:"14749msgstr ""1475014751#: builtin/notes.c:15014752#, c-format14753msgid "unable to start 'show' for object '%s'"14754msgstr ""1475514756#: builtin/notes.c:15414757msgid "could not read 'show' output"14758msgstr ""1475914760#: builtin/notes.c:16214761#, c-format14762msgid "failed to finish 'show' for object '%s'"14763msgstr ""1476414765#: builtin/notes.c:19714766msgid "please supply the note contents using either -m or -F option"14767msgstr ""1476814769#: builtin/notes.c:20614770msgid "unable to write note object"14771msgstr ""1477214773#: builtin/notes.c:20814774#, c-format14775msgid "the note contents have been left in %s"14776msgstr ""1477714778#: builtin/notes.c:242 builtin/tag.c:53214779#, c-format14780msgid "could not open or read '%s'"14781msgstr ""1478214783#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:31514784#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:52614785#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:67214786#, c-format14787msgid "failed to resolve '%s' as a valid ref."14788msgstr ""1478914790#: builtin/notes.c:26514791#, c-format14792msgid "failed to read object '%s'."14793msgstr ""1479414795#: builtin/notes.c:26814796#, c-format14797msgid "cannot read note data from non-blob object '%s'."14798msgstr ""1479914800#: builtin/notes.c:30914801#, c-format14802msgid "malformed input line: '%s'."14803msgstr ""1480414805#: builtin/notes.c:32414806#, c-format14807msgid "failed to copy notes from '%s' to '%s'"14808msgstr ""1480914810#. TRANSLATORS: the first %s will be replaced by a git14811#. notes command: 'add', 'merge', 'remove', etc.14812#.14813#: builtin/notes.c:35614814#, c-format14815msgid "refusing to %s notes in %s (outside of refs/notes/)"14816msgstr ""1481714818#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:50914819#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:66514820#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:98514821msgid "too many parameters"14822msgstr ""1482314824#: builtin/notes.c:389 builtin/notes.c:67814825#, c-format14826msgid "no note found for object %s."14827msgstr ""1482814829#: builtin/notes.c:410 builtin/notes.c:57614830msgid "note contents as a string"14831msgstr ""1483214833#: builtin/notes.c:413 builtin/notes.c:57914834msgid "note contents in a file"14835msgstr ""1483614837#: builtin/notes.c:416 builtin/notes.c:58214838msgid "reuse and edit specified note object"14839msgstr ""1484014841#: builtin/notes.c:419 builtin/notes.c:58514842msgid "reuse specified note object"14843msgstr ""1484414845#: builtin/notes.c:422 builtin/notes.c:58814846msgid "allow storing empty note"14847msgstr ""1484814849#: builtin/notes.c:423 builtin/notes.c:49614850msgid "replace existing notes"14851msgstr ""1485214853#: builtin/notes.c:44814854#, c-format14855msgid ""14856"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "14857"existing notes"14858msgstr ""1485914860#: builtin/notes.c:463 builtin/notes.c:54414861#, c-format14862msgid "Overwriting existing notes for object %s\n"14863msgstr ""1486414865#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:90214866#, c-format14867msgid "Removing note for object %s\n"14868msgstr ""1486914870#: builtin/notes.c:49714871msgid "read objects from stdin"14872msgstr ""1487314874#: builtin/notes.c:49914875msgid "load rewriting config for <command> (implies --stdin)"14876msgstr ""1487714878#: builtin/notes.c:51714879msgid "too few parameters"14880msgstr ""1488114882#: builtin/notes.c:53814883#, c-format14884msgid ""14885"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "14886"existing notes"14887msgstr ""1488814889#: builtin/notes.c:55014890#, c-format14891msgid "missing notes on source object %s. Cannot copy."14892msgstr ""1489314894#: builtin/notes.c:60314895#, c-format14896msgid ""14897"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"14898"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"14899msgstr ""1490014901#: builtin/notes.c:69814902msgid "failed to delete ref NOTES_MERGE_PARTIAL"14903msgstr ""1490414905#: builtin/notes.c:70014906msgid "failed to delete ref NOTES_MERGE_REF"14907msgstr ""1490814909#: builtin/notes.c:70214910msgid "failed to remove 'git notes merge' worktree"14911msgstr ""1491214913#: builtin/notes.c:72214914msgid "failed to read ref NOTES_MERGE_PARTIAL"14915msgstr ""1491614917#: builtin/notes.c:72414918msgid "could not find commit from NOTES_MERGE_PARTIAL."14919msgstr ""1492014921#: builtin/notes.c:72614922msgid "could not parse commit from NOTES_MERGE_PARTIAL."14923msgstr ""1492414925#: builtin/notes.c:73914926msgid "failed to resolve NOTES_MERGE_REF"14927msgstr ""1492814929#: builtin/notes.c:74214930msgid "failed to finalize notes merge"14931msgstr ""1493214933#: builtin/notes.c:76814934#, c-format14935msgid "unknown notes merge strategy %s"14936msgstr ""1493714938#: builtin/notes.c:78414939msgid "General options"14940msgstr ""1494114942#: builtin/notes.c:78614943msgid "Merge options"14944msgstr ""1494514946#: builtin/notes.c:78814947msgid ""14948"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"14949"cat_sort_uniq)"14950msgstr ""1495114952#: builtin/notes.c:79014953msgid "Committing unmerged notes"14954msgstr ""1495514956#: builtin/notes.c:79214957msgid "finalize notes merge by committing unmerged notes"14958msgstr ""1495914960#: builtin/notes.c:79414961msgid "Aborting notes merge resolution"14962msgstr ""1496314964#: builtin/notes.c:79614965msgid "abort notes merge"14966msgstr ""1496714968#: builtin/notes.c:80714969msgid "cannot mix --commit, --abort or -s/--strategy"14970msgstr ""1497114972#: builtin/notes.c:81214973msgid "must specify a notes ref to merge"14974msgstr ""1497514976#: builtin/notes.c:83614977#, c-format14978msgid "unknown -s/--strategy: %s"14979msgstr ""1498014981#: builtin/notes.c:87314982#, c-format14983msgid "a notes merge into %s is already in-progress at %s"14984msgstr ""1498514986#: builtin/notes.c:87614987#, c-format14988msgid "failed to store link to current notes ref (%s)"14989msgstr ""1499014991#: builtin/notes.c:87814992#, c-format14993msgid ""14994"Automatic notes merge failed. Fix conflicts in %s and commit the result with "14995"'git notes merge --commit', or abort the merge with 'git notes merge --"14996"abort'.\n"14997msgstr ""1499814999#: builtin/notes.c:897 builtin/tag.c:54515000#, c-format15001msgid "Failed to resolve '%s' as a valid ref."15002msgstr ""1500315004#: builtin/notes.c:90015005#, c-format15006msgid "Object %s has no note\n"15007msgstr ""1500815009#: builtin/notes.c:91215010msgid "attempt to remove non-existent note is not an error"15011msgstr ""1501215013#: builtin/notes.c:91515014msgid "read object names from the standard input"15015msgstr ""1501615017#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:16515018msgid "do not remove, show only"15019msgstr ""1502015021#: builtin/notes.c:95515022msgid "report pruned notes"15023msgstr ""1502415025#: builtin/notes.c:99815026msgid "notes-ref"15027msgstr ""1502815029#: builtin/notes.c:99915030msgid "use notes from <notes-ref>"15031msgstr ""1503215033#: builtin/notes.c:1034 builtin/stash.c:159815034#, c-format15035msgid "unknown subcommand: %s"15036msgstr ""1503715038#: builtin/pack-objects.c:5215039msgid ""15040"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"15041msgstr ""1504215043#: builtin/pack-objects.c:5315044msgid ""15045"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"15046msgstr ""1504715048#: builtin/pack-objects.c:42815049#, c-format15050msgid "bad packed object CRC for %s"15051msgstr ""1505215053#: builtin/pack-objects.c:43915054#, c-format15055msgid "corrupt packed object for %s"15056msgstr ""1505715058#: builtin/pack-objects.c:57015059#, c-format15060msgid "recursive delta detected for object %s"15061msgstr ""1506215063#: builtin/pack-objects.c:78115064#, c-format15065msgid "ordered %u objects, expected %<PRIu32>"15066msgstr ""1506715068#: builtin/pack-objects.c:79415069#, c-format15070msgid "packfile is invalid: %s"15071msgstr ""1507215073#: builtin/pack-objects.c:79815074#, c-format15075msgid "unable to open packfile for reuse: %s"15076msgstr ""1507715078#: builtin/pack-objects.c:80215079msgid "unable to seek in reused packfile"15080msgstr ""1508115082#: builtin/pack-objects.c:81315083msgid "unable to read from reused packfile"15084msgstr ""1508515086#: builtin/pack-objects.c:84115087msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"15088msgstr ""1508915090#: builtin/pack-objects.c:85415091msgid "Writing objects"15092msgstr ""1509315094#: builtin/pack-objects.c:917 builtin/update-index.c:8915095#, c-format15096msgid "failed to stat %s"15097msgstr ""1509815099#: builtin/pack-objects.c:97015100#, c-format15101msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"15102msgstr ""1510315104#: builtin/pack-objects.c:116615105msgid "disabling bitmap writing, as some objects are not being packed"15106msgstr ""1510715108#: builtin/pack-objects.c:159715109#, c-format15110msgid "delta base offset overflow in pack for %s"15111msgstr ""1511215113#: builtin/pack-objects.c:160615114#, c-format15115msgid "delta base offset out of bound for %s"15116msgstr ""1511715118#: builtin/pack-objects.c:187515119msgid "Counting objects"15120msgstr ""1512115122#: builtin/pack-objects.c:200515123#, c-format15124msgid "unable to get size of %s"15125msgstr ""1512615127#: builtin/pack-objects.c:202015128#, c-format15129msgid "unable to parse object header of %s"15130msgstr ""1513115132#: builtin/pack-objects.c:2090 builtin/pack-objects.c:210615133#: builtin/pack-objects.c:211615134#, c-format15135msgid "object %s cannot be read"15136msgstr ""1513715138#: builtin/pack-objects.c:2093 builtin/pack-objects.c:212015139#, c-format15140msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"15141msgstr ""1514215143#: builtin/pack-objects.c:213015144msgid "suboptimal pack - out of memory"15145msgstr ""1514615147#: builtin/pack-objects.c:245615148#, c-format15149msgid "Delta compression using up to %d threads"15150msgstr ""1515115152#: builtin/pack-objects.c:258815153#, c-format15154msgid "unable to pack objects reachable from tag %s"15155msgstr ""1515615157#: builtin/pack-objects.c:267515158msgid "Compressing objects"15159msgstr ""1516015161#: builtin/pack-objects.c:268115162msgid "inconsistency with delta count"15163msgstr ""1516415165#: builtin/pack-objects.c:276215166#, c-format15167msgid ""15168"expected edge object ID, got garbage:\n"15169" %s"15170msgstr ""1517115172#: builtin/pack-objects.c:276815173#, c-format15174msgid ""15175"expected object ID, got garbage:\n"15176" %s"15177msgstr ""1517815179#: builtin/pack-objects.c:286615180msgid "invalid value for --missing"15181msgstr ""1518215183#: builtin/pack-objects.c:2925 builtin/pack-objects.c:303315184msgid "cannot open pack index"15185msgstr ""1518615187#: builtin/pack-objects.c:295615188#, c-format15189msgid "loose object at %s could not be examined"15190msgstr ""1519115192#: builtin/pack-objects.c:304115193msgid "unable to force loose object"15194msgstr ""1519515196#: builtin/pack-objects.c:313315197#, c-format15198msgid "not a rev '%s'"15199msgstr ""1520015201#: builtin/pack-objects.c:313615202#, c-format15203msgid "bad revision '%s'"15204msgstr ""1520515206#: builtin/pack-objects.c:316115207msgid "unable to add recent objects"15208msgstr ""1520915210#: builtin/pack-objects.c:321415211#, c-format15212msgid "unsupported index version %s"15213msgstr ""1521415215#: builtin/pack-objects.c:321815216#, c-format15217msgid "bad index version '%s'"15218msgstr ""1521915220#: builtin/pack-objects.c:324815221msgid "do not show progress meter"15222msgstr ""1522315224#: builtin/pack-objects.c:325015225msgid "show progress meter"15226msgstr ""1522715228#: builtin/pack-objects.c:325215229msgid "show progress meter during object writing phase"15230msgstr ""1523115232#: builtin/pack-objects.c:325515233msgid "similar to --all-progress when progress meter is shown"15234msgstr ""1523515236#: builtin/pack-objects.c:325615237msgid "<version>[,<offset>]"15238msgstr ""1523915240#: builtin/pack-objects.c:325715241msgid "write the pack index file in the specified idx format version"15242msgstr ""1524315244#: builtin/pack-objects.c:326015245msgid "maximum size of each output pack file"15246msgstr ""1524715248#: builtin/pack-objects.c:326215249msgid "ignore borrowed objects from alternate object store"15250msgstr ""1525115252#: builtin/pack-objects.c:326415253msgid "ignore packed objects"15254msgstr ""1525515256#: builtin/pack-objects.c:326615257msgid "limit pack window by objects"15258msgstr ""1525915260#: builtin/pack-objects.c:326815261msgid "limit pack window by memory in addition to object limit"15262msgstr ""1526315264#: builtin/pack-objects.c:327015265msgid "maximum length of delta chain allowed in the resulting pack"15266msgstr ""1526715268#: builtin/pack-objects.c:327215269msgid "reuse existing deltas"15270msgstr ""1527115272#: builtin/pack-objects.c:327415273msgid "reuse existing objects"15274msgstr ""1527515276#: builtin/pack-objects.c:327615277msgid "use OFS_DELTA objects"15278msgstr ""1527915280#: builtin/pack-objects.c:327815281msgid "use threads when searching for best delta matches"15282msgstr ""1528315284#: builtin/pack-objects.c:328015285msgid "do not create an empty pack output"15286msgstr ""1528715288#: builtin/pack-objects.c:328215289msgid "read revision arguments from standard input"15290msgstr ""1529115292#: builtin/pack-objects.c:328415293msgid "limit the objects to those that are not yet packed"15294msgstr ""1529515296#: builtin/pack-objects.c:328715297msgid "include objects reachable from any reference"15298msgstr ""1529915300#: builtin/pack-objects.c:329015301msgid "include objects referred by reflog entries"15302msgstr ""1530315304#: builtin/pack-objects.c:329315305msgid "include objects referred to by the index"15306msgstr ""1530715308#: builtin/pack-objects.c:329615309msgid "output pack to stdout"15310msgstr ""1531115312#: builtin/pack-objects.c:329815313msgid "include tag objects that refer to objects to be packed"15314msgstr ""1531515316#: builtin/pack-objects.c:330015317msgid "keep unreachable objects"15318msgstr ""1531915320#: builtin/pack-objects.c:330215321msgid "pack loose unreachable objects"15322msgstr ""1532315324#: builtin/pack-objects.c:330415325msgid "unpack unreachable objects newer than <time>"15326msgstr ""1532715328#: builtin/pack-objects.c:330715329msgid "use the sparse reachability algorithm"15330msgstr ""1533115332#: builtin/pack-objects.c:330915333msgid "create thin packs"15334msgstr ""1533515336#: builtin/pack-objects.c:331115337msgid "create packs suitable for shallow fetches"15338msgstr ""1533915340#: builtin/pack-objects.c:331315341msgid "ignore packs that have companion .keep file"15342msgstr ""1534315344#: builtin/pack-objects.c:331515345msgid "ignore this pack"15346msgstr ""1534715348#: builtin/pack-objects.c:331715349msgid "pack compression level"15350msgstr ""1535115352#: builtin/pack-objects.c:331915353msgid "do not hide commits by grafts"15354msgstr ""1535515356#: builtin/pack-objects.c:332115357msgid "use a bitmap index if available to speed up counting objects"15358msgstr ""1535915360#: builtin/pack-objects.c:332315361msgid "write a bitmap index together with the pack index"15362msgstr ""1536315364#: builtin/pack-objects.c:332715365msgid "write a bitmap index if possible"15366msgstr ""1536715368#: builtin/pack-objects.c:333115369msgid "handling for missing objects"15370msgstr ""1537115372#: builtin/pack-objects.c:333415373msgid "do not pack objects in promisor packfiles"15374msgstr ""1537515376#: builtin/pack-objects.c:333615377msgid "respect islands during delta compression"15378msgstr ""1537915380#: builtin/pack-objects.c:336115381#, c-format15382msgid "delta chain depth %d is too deep, forcing %d"15383msgstr ""1538415385#: builtin/pack-objects.c:336615386#, c-format15387msgid "pack.deltaCacheLimit is too high, forcing %d"15388msgstr ""1538915390#: builtin/pack-objects.c:342015391msgid "--max-pack-size cannot be used to build a pack for transfer"15392msgstr ""1539315394#: builtin/pack-objects.c:342215395msgid "minimum pack size limit is 1 MiB"15396msgstr ""1539715398#: builtin/pack-objects.c:342715399msgid "--thin cannot be used to build an indexable pack"15400msgstr ""1540115402#: builtin/pack-objects.c:343015403msgid "--keep-unreachable and --unpack-unreachable are incompatible"15404msgstr ""1540515406#: builtin/pack-objects.c:343615407msgid "cannot use --filter without --stdout"15408msgstr ""1540915410#: builtin/pack-objects.c:349715411msgid "Enumerating objects"15412msgstr ""1541315414#: builtin/pack-objects.c:352715415#, c-format15416msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"15417msgstr ""1541815419#: builtin/pack-refs.c:815420msgid "git pack-refs [<options>]"15421msgstr ""1542215423#: builtin/pack-refs.c:1615424msgid "pack everything"15425msgstr ""1542615427#: builtin/pack-refs.c:1715428msgid "prune loose refs (default)"15429msgstr ""1543015431#: builtin/prune-packed.c:915432msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"15433msgstr ""1543415435#: builtin/prune-packed.c:4215436msgid "Removing duplicate objects"15437msgstr ""1543815439#: builtin/prune.c:1215440msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"15441msgstr ""1544215443#: builtin/prune.c:13115444msgid "report pruned objects"15445msgstr ""1544615447#: builtin/prune.c:13415448msgid "expire objects older than <time>"15449msgstr ""1545015451#: builtin/prune.c:13615452msgid "limit traversal to objects outside promisor packfiles"15453msgstr ""1545415455#: builtin/prune.c:15015456msgid "cannot prune in a precious-objects repo"15457msgstr ""1545815459#: builtin/pull.c:66 builtin/pull.c:6815460#, c-format15461msgid "Invalid value for %s: %s"15462msgstr ""1546315464#: builtin/pull.c:8815465msgid "git pull [<options>] [<repository> [<refspec>...]]"15466msgstr ""1546715468#: builtin/pull.c:14115469msgid "control for recursive fetching of submodules"15470msgstr ""1547115472#: builtin/pull.c:14515473msgid "Options related to merging"15474msgstr ""1547515476#: builtin/pull.c:14815477msgid "incorporate changes by rebasing rather than merging"15478msgstr ""1547915480#: builtin/pull.c:176 builtin/rebase.c:447 builtin/revert.c:12615481msgid "allow fast-forward"15482msgstr ""1548315484#: builtin/pull.c:18515485msgid "automatically stash/stash pop before and after rebase"15486msgstr ""1548715488#: builtin/pull.c:20115489msgid "Options related to fetching"15490msgstr ""1549115492#: builtin/pull.c:21115493msgid "force overwrite of local branch"15494msgstr ""1549515496#: builtin/pull.c:21915497msgid "number of submodules pulled in parallel"15498msgstr ""1549915500#: builtin/pull.c:31615501#, c-format15502msgid "Invalid value for pull.ff: %s"15503msgstr ""1550415505#: builtin/pull.c:43315506msgid ""15507"There is no candidate for rebasing against among the refs that you just "15508"fetched."15509msgstr ""1551015511#: builtin/pull.c:43515512msgid ""15513"There are no candidates for merging among the refs that you just fetched."15514msgstr ""1551515516#: builtin/pull.c:43615517msgid ""15518"Generally this means that you provided a wildcard refspec which had no\n"15519"matches on the remote end."15520msgstr ""1552115522#: builtin/pull.c:43915523#, c-format15524msgid ""15525"You asked to pull from the remote '%s', but did not specify\n"15526"a branch. Because this is not the default configured remote\n"15527"for your current branch, you must specify a branch on the command line."15528msgstr ""1552915530#: builtin/pull.c:444 builtin/rebase.c:1326 git-parse-remote.sh:7315531msgid "You are not currently on a branch."15532msgstr ""1553315534#: builtin/pull.c:446 builtin/pull.c:461 git-parse-remote.sh:7915535msgid "Please specify which branch you want to rebase against."15536msgstr ""1553715538#: builtin/pull.c:448 builtin/pull.c:463 git-parse-remote.sh:8215539msgid "Please specify which branch you want to merge with."15540msgstr ""1554115542#: builtin/pull.c:449 builtin/pull.c:46415543msgid "See git-pull(1) for details."15544msgstr ""1554515546#: builtin/pull.c:451 builtin/pull.c:457 builtin/pull.c:46615547#: builtin/rebase.c:1332 git-parse-remote.sh:6415548msgid "<remote>"15549msgstr ""1555015551#: builtin/pull.c:451 builtin/pull.c:466 builtin/pull.c:47115552#: git-parse-remote.sh:6515553msgid "<branch>"15554msgstr ""1555515556#: builtin/pull.c:459 builtin/rebase.c:1324 git-parse-remote.sh:7515557msgid "There is no tracking information for the current branch."15558msgstr ""1555915560#: builtin/pull.c:468 git-parse-remote.sh:9515561msgid ""15562"If you wish to set tracking information for this branch you can do so with:"15563msgstr ""1556415565#: builtin/pull.c:47315566#, c-format15567msgid ""15568"Your configuration specifies to merge with the ref '%s'\n"15569"from the remote, but no such ref was fetched."15570msgstr ""1557115572#: builtin/pull.c:58115573#, c-format15574msgid "unable to access commit %s"15575msgstr ""1557615577#: builtin/pull.c:86115578msgid "ignoring --verify-signatures for rebase"15579msgstr ""1558015581#: builtin/pull.c:91615582msgid "--[no-]autostash option is only valid with --rebase."15583msgstr ""1558415585#: builtin/pull.c:92415586msgid "Updating an unborn branch with changes added to the index."15587msgstr ""1558815589#: builtin/pull.c:92815590msgid "pull with rebase"15591msgstr ""1559215593#: builtin/pull.c:92915594msgid "please commit or stash them."15595msgstr ""1559615597#: builtin/pull.c:95415598#, c-format15599msgid ""15600"fetch updated the current branch head.\n"15601"fast-forwarding your working tree from\n"15602"commit %s."15603msgstr ""1560415605#: builtin/pull.c:96015606#, c-format15607msgid ""15608"Cannot fast-forward your working tree.\n"15609"After making sure that you saved anything precious from\n"15610"$ git diff %s\n"15611"output, run\n"15612"$ git reset --hard\n"15613"to recover."15614msgstr ""1561515616#: builtin/pull.c:97515617msgid "Cannot merge multiple branches into empty head."15618msgstr ""1561915620#: builtin/pull.c:97915621msgid "Cannot rebase onto multiple branches."15622msgstr ""1562315624#: builtin/pull.c:98615625msgid "cannot rebase with locally recorded submodule modifications"15626msgstr ""1562715628#: builtin/push.c:1915629msgid "git push [<options>] [<repository> [<refspec>...]]"15630msgstr ""1563115632#: builtin/push.c:11115633msgid "tag shorthand without <tag>"15634msgstr ""1563515636#: builtin/push.c:12115637msgid "--delete only accepts plain target ref names"15638msgstr ""1563915640#: builtin/push.c:16715641msgid ""15642"\n"15643"To choose either option permanently, see push.default in 'git help config'."15644msgstr ""1564515646#: builtin/push.c:17015647#, c-format15648msgid ""15649"The upstream branch of your current branch does not match\n"15650"the name of your current branch. To push to the upstream branch\n"15651"on the remote, use\n"15652"\n"15653" git push %s HEAD:%s\n"15654"\n"15655"To push to the branch of the same name on the remote, use\n"15656"\n"15657" git push %s HEAD\n"15658"%s"15659msgstr ""1566015661#: builtin/push.c:18515662#, c-format15663msgid ""15664"You are not currently on a branch.\n"15665"To push the history leading to the current (detached HEAD)\n"15666"state now, use\n"15667"\n"15668" git push %s HEAD:<name-of-remote-branch>\n"15669msgstr ""1567015671#: builtin/push.c:19915672#, c-format15673msgid ""15674"The current branch %s has no upstream branch.\n"15675"To push the current branch and set the remote as upstream, use\n"15676"\n"15677" git push --set-upstream %s %s\n"15678msgstr ""1567915680#: builtin/push.c:20715681#, c-format15682msgid "The current branch %s has multiple upstream branches, refusing to push."15683msgstr ""1568415685#: builtin/push.c:21015686#, c-format15687msgid ""15688"You are pushing to remote '%s', which is not the upstream of\n"15689"your current branch '%s', without telling me what to push\n"15690"to update which remote branch."15691msgstr ""1569215693#: builtin/push.c:26915694msgid ""15695"You didn't specify any refspecs to push, and push.default is \"nothing\"."15696msgstr ""1569715698#: builtin/push.c:27615699msgid ""15700"Updates were rejected because the tip of your current branch is behind\n"15701"its remote counterpart. Integrate the remote changes (e.g.\n"15702"'git pull ...') before pushing again.\n"15703"See the 'Note about fast-forwards' in 'git push --help' for details."15704msgstr ""1570515706#: builtin/push.c:28215707msgid ""15708"Updates were rejected because a pushed branch tip is behind its remote\n"15709"counterpart. Check out this branch and integrate the remote changes\n"15710"(e.g. 'git pull ...') before pushing again.\n"15711"See the 'Note about fast-forwards' in 'git push --help' for details."15712msgstr ""1571315714#: builtin/push.c:28815715msgid ""15716"Updates were rejected because the remote contains work that you do\n"15717"not have locally. This is usually caused by another repository pushing\n"15718"to the same ref. You may want to first integrate the remote changes\n"15719"(e.g., 'git pull ...') before pushing again.\n"15720"See the 'Note about fast-forwards' in 'git push --help' for details."15721msgstr ""1572215723#: builtin/push.c:29515724msgid "Updates were rejected because the tag already exists in the remote."15725msgstr ""1572615727#: builtin/push.c:29815728msgid ""15729"You cannot update a remote ref that points at a non-commit object,\n"15730"or update a remote ref to make it point at a non-commit object,\n"15731"without using the '--force' option.\n"15732msgstr ""1573315734#: builtin/push.c:35915735#, c-format15736msgid "Pushing to %s\n"15737msgstr ""1573815739#: builtin/push.c:36415740#, c-format15741msgid "failed to push some refs to '%s'"15742msgstr ""1574315744#: builtin/push.c:39815745#, c-format15746msgid "bad repository '%s'"15747msgstr ""1574815749#: builtin/push.c:39915750msgid ""15751"No configured push destination.\n"15752"Either specify the URL from the command-line or configure a remote "15753"repository using\n"15754"\n"15755" git remote add <name> <url>\n"15756"\n"15757"and then push using the remote name\n"15758"\n"15759" git push <name>\n"15760msgstr ""1576115762#: builtin/push.c:55415763msgid "repository"15764msgstr ""1576515766#: builtin/push.c:555 builtin/send-pack.c:16415767msgid "push all refs"15768msgstr ""1576915770#: builtin/push.c:556 builtin/send-pack.c:16615771msgid "mirror all refs"15772msgstr ""1577315774#: builtin/push.c:55815775msgid "delete refs"15776msgstr ""1577715778#: builtin/push.c:55915779msgid "push tags (can't be used with --all or --mirror)"15780msgstr ""1578115782#: builtin/push.c:562 builtin/send-pack.c:16715783msgid "force updates"15784msgstr ""1578515786#: builtin/push.c:564 builtin/send-pack.c:18115787msgid "<refname>:<expect>"15788msgstr ""1578915790#: builtin/push.c:565 builtin/send-pack.c:18215791msgid "require old value of ref to be at this value"15792msgstr ""1579315794#: builtin/push.c:56815795msgid "control recursive pushing of submodules"15796msgstr ""1579715798#: builtin/push.c:570 builtin/send-pack.c:17515799msgid "use thin pack"15800msgstr ""1580115802#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:16115803#: builtin/send-pack.c:16215804msgid "receive pack program"15805msgstr ""1580615807#: builtin/push.c:57315808msgid "set upstream for git pull/status"15809msgstr ""1581015811#: builtin/push.c:57615812msgid "prune locally removed refs"15813msgstr ""1581415815#: builtin/push.c:57815816msgid "bypass pre-push hook"15817msgstr ""1581815819#: builtin/push.c:57915820msgid "push missing but relevant tags"15821msgstr ""1582215823#: builtin/push.c:582 builtin/send-pack.c:16915824msgid "GPG sign the push"15825msgstr ""1582615827#: builtin/push.c:584 builtin/send-pack.c:17615828msgid "request atomic transaction on remote side"15829msgstr ""1583015831#: builtin/push.c:60215832msgid "--delete is incompatible with --all, --mirror and --tags"15833msgstr ""1583415835#: builtin/push.c:60415836msgid "--delete doesn't make sense without any refs"15837msgstr ""1583815839#: builtin/push.c:60715840msgid "--all and --tags are incompatible"15841msgstr ""1584215843#: builtin/push.c:60915844msgid "--all can't be combined with refspecs"15845msgstr ""1584615847#: builtin/push.c:61315848msgid "--mirror and --tags are incompatible"15849msgstr ""1585015851#: builtin/push.c:61515852msgid "--mirror can't be combined with refspecs"15853msgstr ""1585415855#: builtin/push.c:61815856msgid "--all and --mirror are incompatible"15857msgstr ""1585815859#: builtin/push.c:63715860msgid "push options must not have new line characters"15861msgstr ""1586215863#: builtin/range-diff.c:815864msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"15865msgstr ""1586615867#: builtin/range-diff.c:915868msgid "git range-diff [<options>] <old-tip>...<new-tip>"15869msgstr ""1587015871#: builtin/range-diff.c:1015872msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"15873msgstr ""1587415875#: builtin/range-diff.c:2115876msgid "Percentage by which creation is weighted"15877msgstr ""1587815879#: builtin/range-diff.c:2315880msgid "use simple diff colors"15881msgstr ""1588215883#: builtin/range-diff.c:46 builtin/range-diff.c:5015884#, c-format15885msgid "no .. in range: '%s'"15886msgstr ""1588715888#: builtin/range-diff.c:6015889msgid "single arg format must be symmetric range"15890msgstr ""1589115892#: builtin/range-diff.c:7515893msgid "need two commit ranges"15894msgstr ""1589515896#: builtin/read-tree.c:4115897msgid ""15898"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "15899"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"15900"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"15901msgstr ""1590215903#: builtin/read-tree.c:12415904msgid "write resulting index to <file>"15905msgstr ""1590615907#: builtin/read-tree.c:12715908msgid "only empty the index"15909msgstr ""1591015911#: builtin/read-tree.c:12915912msgid "Merging"15913msgstr ""1591415915#: builtin/read-tree.c:13115916msgid "perform a merge in addition to a read"15917msgstr ""1591815919#: builtin/read-tree.c:13315920msgid "3-way merge if no file level merging required"15921msgstr ""1592215923#: builtin/read-tree.c:13515924msgid "3-way merge in presence of adds and removes"15925msgstr ""1592615927#: builtin/read-tree.c:13715928msgid "same as -m, but discard unmerged entries"15929msgstr ""1593015931#: builtin/read-tree.c:13815932msgid "<subdirectory>/"15933msgstr ""1593415935#: builtin/read-tree.c:13915936msgid "read the tree into the index under <subdirectory>/"15937msgstr ""1593815939#: builtin/read-tree.c:14215940msgid "update working tree with merge result"15941msgstr ""1594215943#: builtin/read-tree.c:14415944msgid "gitignore"15945msgstr ""1594615947#: builtin/read-tree.c:14515948msgid "allow explicitly ignored files to be overwritten"15949msgstr ""1595015951#: builtin/read-tree.c:14815952msgid "don't check the working tree after merging"15953msgstr ""1595415955#: builtin/read-tree.c:14915956msgid "don't update the index or the work tree"15957msgstr ""1595815959#: builtin/read-tree.c:15115960msgid "skip applying sparse checkout filter"15961msgstr ""1596215963#: builtin/read-tree.c:15315964msgid "debug unpack-trees"15965msgstr ""1596615967#: builtin/read-tree.c:15715968msgid "suppress feedback messages"15969msgstr ""1597015971#: builtin/rebase.c:3215972msgid ""15973"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "15974"[<branch>]"15975msgstr ""1597615977#: builtin/rebase.c:3415978msgid ""15979"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"15980msgstr ""1598115982#: builtin/rebase.c:3615983msgid "git rebase --continue | --abort | --skip | --edit-todo"15984msgstr ""1598515986#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:20915987#, c-format15988msgid "unusable todo list: '%s'"15989msgstr ""1599015991#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:21715992#, c-format15993msgid "could not write '%s'."15994msgstr ""1599515996#: builtin/rebase.c:25215997msgid "no HEAD?"15998msgstr ""1599916000#: builtin/rebase.c:27916001#, c-format16002msgid "could not create temporary %s"16003msgstr ""1600416005#: builtin/rebase.c:28516006msgid "could not mark as interactive"16007msgstr ""1600816009#: builtin/rebase.c:34316010msgid "could not generate todo list"16011msgstr ""1601216013#: builtin/rebase.c:38216014msgid "a base commit must be provided with --upstream or --onto"16015msgstr ""1601616017#: builtin/rebase.c:43716018msgid "git rebase--interactive [<options>]"16019msgstr ""1602016021#: builtin/rebase.c:44916022msgid "keep empty commits"16023msgstr ""1602416025#: builtin/rebase.c:451 builtin/revert.c:12816026msgid "allow commits with empty messages"16027msgstr ""1602816029#: builtin/rebase.c:45216030msgid "rebase merge commits"16031msgstr ""1603216033#: builtin/rebase.c:45416034msgid "keep original branch points of cousins"16035msgstr ""1603616037#: builtin/rebase.c:45616038msgid "move commits that begin with squash!/fixup!"16039msgstr ""1604016041#: builtin/rebase.c:45716042msgid "sign commits"16043msgstr ""1604416045#: builtin/rebase.c:459 builtin/rebase.c:140316046msgid "display a diffstat of what changed upstream"16047msgstr ""1604816049#: builtin/rebase.c:46116050msgid "continue rebase"16051msgstr ""1605216053#: builtin/rebase.c:46316054msgid "skip commit"16055msgstr ""1605616057#: builtin/rebase.c:46416058msgid "edit the todo list"16059msgstr ""1606016061#: builtin/rebase.c:46616062msgid "show the current patch"16063msgstr ""1606416065#: builtin/rebase.c:46916066msgid "shorten commit ids in the todo list"16067msgstr ""1606816069#: builtin/rebase.c:47116070msgid "expand commit ids in the todo list"16071msgstr ""1607216073#: builtin/rebase.c:47316074msgid "check the todo list"16075msgstr ""1607616077#: builtin/rebase.c:47516078msgid "rearrange fixup/squash lines"16079msgstr ""1608016081#: builtin/rebase.c:47716082msgid "insert exec commands in todo list"16083msgstr ""1608416085#: builtin/rebase.c:47816086msgid "onto"16087msgstr ""1608816089#: builtin/rebase.c:48116090msgid "restrict-revision"16091msgstr ""1609216093#: builtin/rebase.c:48116094msgid "restrict revision"16095msgstr ""1609616097#: builtin/rebase.c:48316098msgid "squash-onto"16099msgstr ""1610016101#: builtin/rebase.c:48416102msgid "squash onto"16103msgstr ""1610416105#: builtin/rebase.c:48616106msgid "the upstream commit"16107msgstr ""1610816109#: builtin/rebase.c:48816110msgid "head-name"16111msgstr ""1611216113#: builtin/rebase.c:48816114msgid "head name"16115msgstr ""1611616117#: builtin/rebase.c:49316118msgid "rebase strategy"16119msgstr ""1612016121#: builtin/rebase.c:49416122msgid "strategy-opts"16123msgstr ""1612416125#: builtin/rebase.c:49516126msgid "strategy options"16127msgstr ""1612816129#: builtin/rebase.c:49616130msgid "switch-to"16131msgstr ""1613216133#: builtin/rebase.c:49716134msgid "the branch or commit to checkout"16135msgstr ""1613616137#: builtin/rebase.c:49816138msgid "onto-name"16139msgstr ""1614016141#: builtin/rebase.c:49816142msgid "onto name"16143msgstr ""1614416145#: builtin/rebase.c:49916146msgid "cmd"16147msgstr ""1614816149#: builtin/rebase.c:49916150msgid "the command to run"16151msgstr ""1615216153#: builtin/rebase.c:502 builtin/rebase.c:148616154msgid "automatically re-schedule any `exec` that fails"16155msgstr ""1615616157#: builtin/rebase.c:51816158msgid "--[no-]rebase-cousins has no effect without --rebase-merges"16159msgstr ""1616016161#: builtin/rebase.c:53416162#, c-format16163msgid "%s requires an interactive rebase"16164msgstr ""1616516166#: builtin/rebase.c:58616167#, c-format16168msgid "could not get 'onto': '%s'"16169msgstr ""1617016171#: builtin/rebase.c:60116172#, c-format16173msgid "invalid orig-head: '%s'"16174msgstr ""1617516176#: builtin/rebase.c:62616177#, c-format16178msgid "ignoring invalid allow_rerere_autoupdate: '%s'"16179msgstr ""1618016181#: builtin/rebase.c:70216182#, c-format16183msgid "Could not read '%s'"16184msgstr ""1618516186#: builtin/rebase.c:72016187#, c-format16188msgid "Cannot store %s"16189msgstr ""1619016191#: builtin/rebase.c:82716192msgid "could not determine HEAD revision"16193msgstr ""1619416195#: builtin/rebase.c:950 git-rebase--preserve-merges.sh:8116196msgid ""16197"Resolve all conflicts manually, mark them as resolved with\n"16198"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"16199"You can instead skip this commit: run \"git rebase --skip\".\n"16200"To abort and get back to the state before \"git rebase\", run \"git rebase --"16201"abort\"."16202msgstr ""1620316204#: builtin/rebase.c:103116205#, c-format16206msgid ""16207"\n"16208"git encountered an error while preparing the patches to replay\n"16209"these revisions:\n"16210"\n"16211" %s\n"16212"\n"16213"As a result, git cannot rebase them."16214msgstr ""1621516216#: builtin/rebase.c:131816217#, c-format16218msgid ""16219"%s\n"16220"Please specify which branch you want to rebase against.\n"16221"See git-rebase(1) for details.\n"16222"\n"16223" git rebase '<branch>'\n"16224"\n"16225msgstr ""1622616227#: builtin/rebase.c:133416228#, c-format16229msgid ""16230"If you wish to set tracking information for this branch you can do so with:\n"16231"\n"16232" git branch --set-upstream-to=%s/<branch> %s\n"16233"\n"16234msgstr ""1623516236#: builtin/rebase.c:136416237msgid "exec commands cannot contain newlines"16238msgstr ""1623916240#: builtin/rebase.c:136816241msgid "empty exec command"16242msgstr ""1624316244#: builtin/rebase.c:139616245msgid "rebase onto given branch instead of upstream"16246msgstr ""1624716248#: builtin/rebase.c:139816249msgid "allow pre-rebase hook to run"16250msgstr ""1625116252#: builtin/rebase.c:140016253msgid "be quiet. implies --no-stat"16254msgstr ""1625516256#: builtin/rebase.c:140616257msgid "do not show diffstat of what changed upstream"16258msgstr ""1625916260#: builtin/rebase.c:140916261msgid "add a Signed-off-by: line to each commit"16262msgstr ""1626316264#: builtin/rebase.c:1411 builtin/rebase.c:1415 builtin/rebase.c:141716265msgid "passed to 'git am'"16266msgstr ""1626716268#: builtin/rebase.c:1419 builtin/rebase.c:142116269msgid "passed to 'git apply'"16270msgstr ""1627116272#: builtin/rebase.c:1423 builtin/rebase.c:142616273msgid "cherry-pick all commits, even if unchanged"16274msgstr ""1627516276#: builtin/rebase.c:142816277msgid "continue"16278msgstr ""1627916280#: builtin/rebase.c:143116281msgid "skip current patch and continue"16282msgstr ""1628316284#: builtin/rebase.c:143316285msgid "abort and check out the original branch"16286msgstr ""1628716288#: builtin/rebase.c:143616289msgid "abort but keep HEAD where it is"16290msgstr ""1629116292#: builtin/rebase.c:143716293msgid "edit the todo list during an interactive rebase"16294msgstr ""1629516296#: builtin/rebase.c:144016297msgid "show the patch file being applied or merged"16298msgstr ""1629916300#: builtin/rebase.c:144316301msgid "use merging strategies to rebase"16302msgstr ""1630316304#: builtin/rebase.c:144716305msgid "let the user edit the list of commits to rebase"16306msgstr ""1630716308#: builtin/rebase.c:145116309msgid "(DEPRECATED) try to recreate merges instead of ignoring them"16310msgstr ""1631116312#: builtin/rebase.c:145516313msgid "preserve empty commits during rebase"16314msgstr ""1631516316#: builtin/rebase.c:145716317msgid "move commits that begin with squash!/fixup! under -i"16318msgstr ""1631916320#: builtin/rebase.c:146316321msgid "automatically stash/stash pop before and after"16322msgstr ""1632316324#: builtin/rebase.c:146516325msgid "add exec lines after each commit of the editable list"16326msgstr ""1632716328#: builtin/rebase.c:146916329msgid "allow rebasing commits with empty messages"16330msgstr ""1633116332#: builtin/rebase.c:147216333msgid "try to rebase merges instead of skipping them"16334msgstr ""1633516336#: builtin/rebase.c:147516337msgid "use 'merge-base --fork-point' to refine upstream"16338msgstr ""1633916340#: builtin/rebase.c:147716341msgid "use the given merge strategy"16342msgstr ""1634316344#: builtin/rebase.c:1479 builtin/revert.c:11516345msgid "option"16346msgstr ""1634716348#: builtin/rebase.c:148016349msgid "pass the argument through to the merge strategy"16350msgstr ""1635116352#: builtin/rebase.c:148316353msgid "rebase all reachable commits up to the root(s)"16354msgstr ""1635516356#: builtin/rebase.c:150016357msgid ""16358"the rebase.useBuiltin support has been removed!\n"16359"See its entry in 'git help config' for details."16360msgstr ""1636116362#: builtin/rebase.c:150616363msgid "It looks like 'git am' is in progress. Cannot rebase."16364msgstr ""1636516366#: builtin/rebase.c:154716367msgid ""16368"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."16369msgstr ""1637016371#: builtin/rebase.c:155116372msgid "No rebase in progress?"16373msgstr ""1637416375#: builtin/rebase.c:155516376msgid "The --edit-todo action can only be used during interactive rebase."16377msgstr ""1637816379#: builtin/rebase.c:157816380msgid "Cannot read HEAD"16381msgstr ""1638216383#: builtin/rebase.c:159016384msgid ""16385"You must edit all merge conflicts and then\n"16386"mark them as resolved using git add"16387msgstr ""1638816389#: builtin/rebase.c:160916390msgid "could not discard worktree changes"16391msgstr ""1639216393#: builtin/rebase.c:162816394#, c-format16395msgid "could not move back to %s"16396msgstr ""1639716398#: builtin/rebase.c:167316399#, c-format16400msgid ""16401"It seems that there is already a %s directory, and\n"16402"I wonder if you are in the middle of another rebase. If that is the\n"16403"case, please try\n"16404"\t%s\n"16405"If that is not the case, please\n"16406"\t%s\n"16407"and run me again. I am stopping in case you still have something\n"16408"valuable there.\n"16409msgstr ""1641016411#: builtin/rebase.c:169416412msgid "switch `C' expects a numerical value"16413msgstr ""1641416415#: builtin/rebase.c:173516416#, c-format16417msgid "Unknown mode: %s"16418msgstr ""1641916420#: builtin/rebase.c:175716421msgid "--strategy requires --merge or --interactive"16422msgstr ""1642316424#: builtin/rebase.c:179716425msgid "--reschedule-failed-exec requires --exec or --interactive"16426msgstr ""1642716428#: builtin/rebase.c:180916429msgid "cannot combine am options with either interactive or merge options"16430msgstr ""1643116432#: builtin/rebase.c:182816433msgid "cannot combine '--preserve-merges' with '--rebase-merges'"16434msgstr ""1643516436#: builtin/rebase.c:183216437msgid ""16438"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"16439msgstr ""1644016441#: builtin/rebase.c:183816442msgid "cannot combine '--rebase-merges' with '--strategy-option'"16443msgstr ""1644416445#: builtin/rebase.c:184116446msgid "cannot combine '--rebase-merges' with '--strategy'"16447msgstr ""1644816449#: builtin/rebase.c:186516450#, c-format16451msgid "invalid upstream '%s'"16452msgstr ""1645316454#: builtin/rebase.c:187116455msgid "Could not create new root commit"16456msgstr ""1645716458#: builtin/rebase.c:188916459#, c-format16460msgid "'%s': need exactly one merge base"16461msgstr ""1646216463#: builtin/rebase.c:189616464#, c-format16465msgid "Does not point to a valid commit '%s'"16466msgstr ""1646716468#: builtin/rebase.c:192116469#, c-format16470msgid "fatal: no such branch/commit '%s'"16471msgstr ""1647216473#: builtin/rebase.c:1929 builtin/submodule--helper.c:3816474#: builtin/submodule--helper.c:193416475#, c-format16476msgid "No such ref: %s"16477msgstr ""1647816479#: builtin/rebase.c:194016480msgid "Could not resolve HEAD to a revision"16481msgstr ""1648216483#: builtin/rebase.c:198116484msgid "Cannot autostash"16485msgstr ""1648616487#: builtin/rebase.c:198416488#, c-format16489msgid "Unexpected stash response: '%s'"16490msgstr ""1649116492#: builtin/rebase.c:199016493#, c-format16494msgid "Could not create directory for '%s'"16495msgstr ""1649616497#: builtin/rebase.c:199316498#, c-format16499msgid "Created autostash: %s\n"16500msgstr ""1650116502#: builtin/rebase.c:199616503msgid "could not reset --hard"16504msgstr ""1650516506#: builtin/rebase.c:1997 builtin/reset.c:11416507#, c-format16508msgid "HEAD is now at %s"16509msgstr ""1651016511#: builtin/rebase.c:201316512msgid "Please commit or stash them."16513msgstr ""1651416515#: builtin/rebase.c:204016516#, c-format16517msgid "could not parse '%s'"16518msgstr ""1651916520#: builtin/rebase.c:205316521#, c-format16522msgid "could not switch to %s"16523msgstr ""1652416525#: builtin/rebase.c:206416526msgid "HEAD is up to date."16527msgstr ""1652816529#: builtin/rebase.c:206616530#, c-format16531msgid "Current branch %s is up to date.\n"16532msgstr ""1653316534#: builtin/rebase.c:207416535msgid "HEAD is up to date, rebase forced."16536msgstr ""1653716538#: builtin/rebase.c:207616539#, c-format16540msgid "Current branch %s is up to date, rebase forced.\n"16541msgstr ""1654216543#: builtin/rebase.c:208416544msgid "The pre-rebase hook refused to rebase."16545msgstr ""1654616547#: builtin/rebase.c:209116548#, c-format16549msgid "Changes to %s:\n"16550msgstr ""1655116552#: builtin/rebase.c:209416553#, c-format16554msgid "Changes from %s to %s:\n"16555msgstr ""1655616557#: builtin/rebase.c:211916558#, c-format16559msgid "First, rewinding head to replay your work on top of it...\n"16560msgstr ""1656116562#: builtin/rebase.c:212816563msgid "Could not detach HEAD"16564msgstr ""1656516566#: builtin/rebase.c:213716567#, c-format16568msgid "Fast-forwarded %s to %s.\n"16569msgstr ""1657016571#: builtin/receive-pack.c:3216572msgid "git receive-pack <git-dir>"16573msgstr ""1657416575#: builtin/receive-pack.c:83216576msgid ""16577"By default, updating the current branch in a non-bare repository\n"16578"is denied, because it will make the index and work tree inconsistent\n"16579"with what you pushed, and will require 'git reset --hard' to match\n"16580"the work tree to HEAD.\n"16581"\n"16582"You can set the 'receive.denyCurrentBranch' configuration variable\n"16583"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"16584"its current branch; however, this is not recommended unless you\n"16585"arranged to update its work tree to match what you pushed in some\n"16586"other way.\n"16587"\n"16588"To squelch this message and still keep the default behaviour, set\n"16589"'receive.denyCurrentBranch' configuration variable to 'refuse'."16590msgstr ""1659116592#: builtin/receive-pack.c:85216593msgid ""16594"By default, deleting the current branch is denied, because the next\n"16595"'git clone' won't result in any file checked out, causing confusion.\n"16596"\n"16597"You can set 'receive.denyDeleteCurrent' configuration variable to\n"16598"'warn' or 'ignore' in the remote repository to allow deleting the\n"16599"current branch, with or without a warning message.\n"16600"\n"16601"To squelch this message, you can set it to 'refuse'."16602msgstr ""1660316604#: builtin/receive-pack.c:193816605msgid "quiet"16606msgstr ""1660716608#: builtin/receive-pack.c:195216609msgid "You must specify a directory."16610msgstr ""1661116612#: builtin/reflog.c:1716613msgid ""16614"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"16615"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "16616"<refs>..."16617msgstr ""1661816619#: builtin/reflog.c:2216620msgid ""16621"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "16622"<refs>..."16623msgstr ""1662416625#: builtin/reflog.c:2516626msgid "git reflog exists <ref>"16627msgstr ""1662816629#: builtin/reflog.c:567 builtin/reflog.c:57216630#, c-format16631msgid "'%s' is not a valid timestamp"16632msgstr ""1663316634#: builtin/reflog.c:60516635#, c-format16636msgid "Marking reachable objects..."16637msgstr ""1663816639#: builtin/reflog.c:64316640#, c-format16641msgid "%s points nowhere!"16642msgstr ""1664316644#: builtin/reflog.c:69516645msgid "no reflog specified to delete"16646msgstr ""1664716648#: builtin/reflog.c:70416649#, c-format16650msgid "not a reflog: %s"16651msgstr ""1665216653#: builtin/reflog.c:70916654#, c-format16655msgid "no reflog for '%s'"16656msgstr ""1665716658#: builtin/reflog.c:75516659#, c-format16660msgid "invalid ref format: %s"16661msgstr ""1666216663#: builtin/reflog.c:76416664msgid "git reflog [ show | expire | delete | exists ]"16665msgstr ""1666616667#: builtin/remote.c:1616668msgid "git remote [-v | --verbose]"16669msgstr ""1667016671#: builtin/remote.c:1716672msgid ""16673"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"16674"mirror=<fetch|push>] <name> <url>"16675msgstr ""1667616677#: builtin/remote.c:18 builtin/remote.c:3816678msgid "git remote rename <old> <new>"16679msgstr ""1668016681#: builtin/remote.c:19 builtin/remote.c:4316682msgid "git remote remove <name>"16683msgstr ""1668416685#: builtin/remote.c:20 builtin/remote.c:4816686msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"16687msgstr ""1668816689#: builtin/remote.c:2116690msgid "git remote [-v | --verbose] show [-n] <name>"16691msgstr ""1669216693#: builtin/remote.c:2216694msgid "git remote prune [-n | --dry-run] <name>"16695msgstr ""1669616697#: builtin/remote.c:2316698msgid ""16699"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"16700msgstr ""1670116702#: builtin/remote.c:2416703msgid "git remote set-branches [--add] <name> <branch>..."16704msgstr ""1670516706#: builtin/remote.c:25 builtin/remote.c:7416707msgid "git remote get-url [--push] [--all] <name>"16708msgstr ""1670916710#: builtin/remote.c:26 builtin/remote.c:7916711msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"16712msgstr ""1671316714#: builtin/remote.c:27 builtin/remote.c:8016715msgid "git remote set-url --add <name> <newurl>"16716msgstr ""1671716718#: builtin/remote.c:28 builtin/remote.c:8116719msgid "git remote set-url --delete <name> <url>"16720msgstr ""1672116722#: builtin/remote.c:3316723msgid "git remote add [<options>] <name> <url>"16724msgstr ""1672516726#: builtin/remote.c:5316727msgid "git remote set-branches <name> <branch>..."16728msgstr ""1672916730#: builtin/remote.c:5416731msgid "git remote set-branches --add <name> <branch>..."16732msgstr ""1673316734#: builtin/remote.c:5916735msgid "git remote show [<options>] <name>"16736msgstr ""1673716738#: builtin/remote.c:6416739msgid "git remote prune [<options>] <name>"16740msgstr ""1674116742#: builtin/remote.c:6916743msgid "git remote update [<options>] [<group> | <remote>]..."16744msgstr ""1674516746#: builtin/remote.c:9816747#, c-format16748msgid "Updating %s"16749msgstr ""1675016751#: builtin/remote.c:13016752msgid ""16753"--mirror is dangerous and deprecated; please\n"16754"\t use --mirror=fetch or --mirror=push instead"16755msgstr ""1675616757#: builtin/remote.c:14716758#, c-format16759msgid "unknown mirror argument: %s"16760msgstr ""1676116762#: builtin/remote.c:16316763msgid "fetch the remote branches"16764msgstr ""1676516766#: builtin/remote.c:16516767msgid "import all tags and associated objects when fetching"16768msgstr ""1676916770#: builtin/remote.c:16816771msgid "or do not fetch any tag at all (--no-tags)"16772msgstr ""1677316774#: builtin/remote.c:17016775msgid "branch(es) to track"16776msgstr ""1677716778#: builtin/remote.c:17116779msgid "master branch"16780msgstr ""1678116782#: builtin/remote.c:17316783msgid "set up remote as a mirror to push to or fetch from"16784msgstr ""1678516786#: builtin/remote.c:18516787msgid "specifying a master branch makes no sense with --mirror"16788msgstr ""1678916790#: builtin/remote.c:18716791msgid "specifying branches to track makes sense only with fetch mirrors"16792msgstr ""1679316794#: builtin/remote.c:194 builtin/remote.c:63616795#, c-format16796msgid "remote %s already exists."16797msgstr ""1679816799#: builtin/remote.c:198 builtin/remote.c:64016800#, c-format16801msgid "'%s' is not a valid remote name"16802msgstr ""1680316804#: builtin/remote.c:23816805#, c-format16806msgid "Could not setup master '%s'"16807msgstr ""1680816809#: builtin/remote.c:34416810#, c-format16811msgid "Could not get fetch map for refspec %s"16812msgstr ""1681316814#: builtin/remote.c:443 builtin/remote.c:45116815msgid "(matching)"16816msgstr ""1681716818#: builtin/remote.c:45516819msgid "(delete)"16820msgstr ""1682116822#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:86416823#, c-format16824msgid "No such remote: '%s'"16825msgstr ""1682616827#: builtin/remote.c:64616828#, c-format16829msgid "Could not rename config section '%s' to '%s'"16830msgstr ""1683116832#: builtin/remote.c:66616833#, c-format16834msgid ""16835"Not updating non-default fetch refspec\n"16836"\t%s\n"16837"\tPlease update the configuration manually if necessary."16838msgstr ""1683916840#: builtin/remote.c:70216841#, c-format16842msgid "deleting '%s' failed"16843msgstr ""1684416845#: builtin/remote.c:73616846#, c-format16847msgid "creating '%s' failed"16848msgstr ""1684916850#: builtin/remote.c:80216851msgid ""16852"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"16853"to delete it, use:"16854msgid_plural ""16855"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"16856"to delete them, use:"16857msgstr[0] ""16858msgstr[1] ""1685916860#: builtin/remote.c:81616861#, c-format16862msgid "Could not remove config section '%s'"16863msgstr ""1686416865#: builtin/remote.c:91716866#, c-format16867msgid " new (next fetch will store in remotes/%s)"16868msgstr ""1686916870#: builtin/remote.c:92016871msgid " tracked"16872msgstr ""1687316874#: builtin/remote.c:92216875msgid " stale (use 'git remote prune' to remove)"16876msgstr ""1687716878#: builtin/remote.c:92416879msgid " ???"16880msgstr ""1688116882#: builtin/remote.c:96516883#, c-format16884msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"16885msgstr ""1688616887#: builtin/remote.c:97416888#, c-format16889msgid "rebases interactively onto remote %s"16890msgstr ""1689116892#: builtin/remote.c:97616893#, c-format16894msgid "rebases interactively (with merges) onto remote %s"16895msgstr ""1689616897#: builtin/remote.c:97916898#, c-format16899msgid "rebases onto remote %s"16900msgstr ""1690116902#: builtin/remote.c:98316903#, c-format16904msgid " merges with remote %s"16905msgstr ""1690616907#: builtin/remote.c:98616908#, c-format16909msgid "merges with remote %s"16910msgstr ""1691116912#: builtin/remote.c:98916913#, c-format16914msgid "%-*s and with remote %s\n"16915msgstr ""1691616917#: builtin/remote.c:103216918msgid "create"16919msgstr ""1692016921#: builtin/remote.c:103516922msgid "delete"16923msgstr ""1692416925#: builtin/remote.c:103916926msgid "up to date"16927msgstr ""1692816929#: builtin/remote.c:104216930msgid "fast-forwardable"16931msgstr ""1693216933#: builtin/remote.c:104516934msgid "local out of date"16935msgstr ""1693616937#: builtin/remote.c:105216938#, c-format16939msgid " %-*s forces to %-*s (%s)"16940msgstr ""1694116942#: builtin/remote.c:105516943#, c-format16944msgid " %-*s pushes to %-*s (%s)"16945msgstr ""1694616947#: builtin/remote.c:105916948#, c-format16949msgid " %-*s forces to %s"16950msgstr ""1695116952#: builtin/remote.c:106216953#, c-format16954msgid " %-*s pushes to %s"16955msgstr ""1695616957#: builtin/remote.c:113016958msgid "do not query remotes"16959msgstr ""1696016961#: builtin/remote.c:115716962#, c-format16963msgid "* remote %s"16964msgstr ""1696516966#: builtin/remote.c:115816967#, c-format16968msgid " Fetch URL: %s"16969msgstr ""1697016971#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:131416972msgid "(no URL)"16973msgstr ""1697416975#. TRANSLATORS: the colon ':' should align16976#. with the one in " Fetch URL: %s"16977#. translation.16978#.16979#: builtin/remote.c:1173 builtin/remote.c:117516980#, c-format16981msgid " Push URL: %s"16982msgstr ""1698316984#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:118116985#, c-format16986msgid " HEAD branch: %s"16987msgstr ""1698816989#: builtin/remote.c:117716990msgid "(not queried)"16991msgstr ""1699216993#: builtin/remote.c:117916994msgid "(unknown)"16995msgstr ""1699616997#: builtin/remote.c:118316998#, c-format16999msgid ""17000" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"17001msgstr ""1700217003#: builtin/remote.c:119517004#, c-format17005msgid " Remote branch:%s"17006msgid_plural " Remote branches:%s"17007msgstr[0] ""17008msgstr[1] ""1700917010#: builtin/remote.c:1198 builtin/remote.c:122417011msgid " (status not queried)"17012msgstr ""1701317014#: builtin/remote.c:120717015msgid " Local branch configured for 'git pull':"17016msgid_plural " Local branches configured for 'git pull':"17017msgstr[0] ""17018msgstr[1] ""1701917020#: builtin/remote.c:121517021msgid " Local refs will be mirrored by 'git push'"17022msgstr ""1702317024#: builtin/remote.c:122117025#, c-format17026msgid " Local ref configured for 'git push'%s:"17027msgid_plural " Local refs configured for 'git push'%s:"17028msgstr[0] ""17029msgstr[1] ""1703017031#: builtin/remote.c:124217032msgid "set refs/remotes/<name>/HEAD according to remote"17033msgstr ""1703417035#: builtin/remote.c:124417036msgid "delete refs/remotes/<name>/HEAD"17037msgstr ""1703817039#: builtin/remote.c:125917040msgid "Cannot determine remote HEAD"17041msgstr ""1704217043#: builtin/remote.c:126117044msgid "Multiple remote HEAD branches. Please choose one explicitly with:"17045msgstr ""1704617047#: builtin/remote.c:127117048#, c-format17049msgid "Could not delete %s"17050msgstr ""1705117052#: builtin/remote.c:127917053#, c-format17054msgid "Not a valid ref: %s"17055msgstr ""1705617057#: builtin/remote.c:128117058#, c-format17059msgid "Could not setup %s"17060msgstr ""1706117062#: builtin/remote.c:129917063#, c-format17064msgid " %s will become dangling!"17065msgstr ""1706617067#: builtin/remote.c:130017068#, c-format17069msgid " %s has become dangling!"17070msgstr ""1707117072#: builtin/remote.c:131017073#, c-format17074msgid "Pruning %s"17075msgstr ""1707617077#: builtin/remote.c:131117078#, c-format17079msgid "URL: %s"17080msgstr ""1708117082#: builtin/remote.c:132717083#, c-format17084msgid " * [would prune] %s"17085msgstr ""1708617087#: builtin/remote.c:133017088#, c-format17089msgid " * [pruned] %s"17090msgstr ""1709117092#: builtin/remote.c:137517093msgid "prune remotes after fetching"17094msgstr ""1709517096#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:156017097#, c-format17098msgid "No such remote '%s'"17099msgstr ""1710017101#: builtin/remote.c:145417102msgid "add branch"17103msgstr ""1710417105#: builtin/remote.c:146117106msgid "no remote specified"17107msgstr ""1710817109#: builtin/remote.c:147817110msgid "query push URLs rather than fetch URLs"17111msgstr ""1711217113#: builtin/remote.c:148017114msgid "return all URLs"17115msgstr ""1711617117#: builtin/remote.c:150817118#, c-format17119msgid "no URLs configured for remote '%s'"17120msgstr ""1712117122#: builtin/remote.c:153417123msgid "manipulate push URLs"17124msgstr ""1712517126#: builtin/remote.c:153617127msgid "add URL"17128msgstr ""1712917130#: builtin/remote.c:153817131msgid "delete URLs"17132msgstr ""1713317134#: builtin/remote.c:154517135msgid "--add --delete doesn't make sense"17136msgstr ""1713717138#: builtin/remote.c:158417139#, c-format17140msgid "Invalid old URL pattern: %s"17141msgstr ""1714217143#: builtin/remote.c:159217144#, c-format17145msgid "No such URL found: %s"17146msgstr ""1714717148#: builtin/remote.c:159417149msgid "Will not delete all non-push URLs"17150msgstr ""1715117152#: builtin/remote.c:161017153msgid "be verbose; must be placed before a subcommand"17154msgstr ""1715517156#: builtin/remote.c:164117157#, c-format17158msgid "Unknown subcommand: %s"17159msgstr ""1716017161#: builtin/repack.c:2217162msgid "git repack [<options>]"17163msgstr ""1716417165#: builtin/repack.c:2717166msgid ""17167"Incremental repacks are incompatible with bitmap indexes. Use\n"17168"--no-write-bitmap-index or disable the pack.writebitmaps configuration."17169msgstr ""1717017171#: builtin/repack.c:19017172msgid "could not start pack-objects to repack promisor objects"17173msgstr ""1717417175#: builtin/repack.c:229 builtin/repack.c:40817176msgid "repack: Expecting full hex object ID lines only from pack-objects."17177msgstr ""1717817179#: builtin/repack.c:24617180msgid "could not finish pack-objects to repack promisor objects"17181msgstr ""1718217183#: builtin/repack.c:28417184msgid "pack everything in a single pack"17185msgstr ""1718617187#: builtin/repack.c:28617188msgid "same as -a, and turn unreachable objects loose"17189msgstr ""1719017191#: builtin/repack.c:28917192msgid "remove redundant packs, and run git-prune-packed"17193msgstr ""1719417195#: builtin/repack.c:29117196msgid "pass --no-reuse-delta to git-pack-objects"17197msgstr ""1719817199#: builtin/repack.c:29317200msgid "pass --no-reuse-object to git-pack-objects"17201msgstr ""1720217203#: builtin/repack.c:29517204msgid "do not run git-update-server-info"17205msgstr ""1720617207#: builtin/repack.c:29817208msgid "pass --local to git-pack-objects"17209msgstr ""1721017211#: builtin/repack.c:30017212msgid "write bitmap index"17213msgstr ""1721417215#: builtin/repack.c:30217216msgid "pass --delta-islands to git-pack-objects"17217msgstr ""1721817219#: builtin/repack.c:30317220msgid "approxidate"17221msgstr ""1722217223#: builtin/repack.c:30417224msgid "with -A, do not loosen objects older than this"17225msgstr ""1722617227#: builtin/repack.c:30617228msgid "with -a, repack unreachable objects"17229msgstr ""1723017231#: builtin/repack.c:30817232msgid "size of the window used for delta compression"17233msgstr ""1723417235#: builtin/repack.c:309 builtin/repack.c:31517236msgid "bytes"17237msgstr ""1723817239#: builtin/repack.c:31017240msgid "same as the above, but limit memory size instead of entries count"17241msgstr ""1724217243#: builtin/repack.c:31217244msgid "limits the maximum delta depth"17245msgstr ""1724617247#: builtin/repack.c:31417248msgid "limits the maximum number of threads"17249msgstr ""1725017251#: builtin/repack.c:31617252msgid "maximum size of each packfile"17253msgstr ""1725417255#: builtin/repack.c:31817256msgid "repack objects in packs marked with .keep"17257msgstr ""1725817259#: builtin/repack.c:32017260msgid "do not repack this pack"17261msgstr ""1726217263#: builtin/repack.c:33017264msgid "cannot delete packs in a precious-objects repo"17265msgstr ""1726617267#: builtin/repack.c:33417268msgid "--keep-unreachable and -A are incompatible"17269msgstr ""1727017271#: builtin/repack.c:41717272msgid "Nothing new to pack."17273msgstr ""1727417275#: builtin/repack.c:47817276#, c-format17277msgid ""17278"WARNING: Some packs in use have been renamed by\n"17279"WARNING: prefixing old- to their name, in order to\n"17280"WARNING: replace them with the new version of the\n"17281"WARNING: file. But the operation failed, and the\n"17282"WARNING: attempt to rename them back to their\n"17283"WARNING: original names also failed.\n"17284"WARNING: Please rename them in %s manually:\n"17285msgstr ""1728617287#: builtin/repack.c:52617288#, c-format17289msgid "failed to remove '%s'"17290msgstr ""1729117292#: builtin/replace.c:2217293msgid "git replace [-f] <object> <replacement>"17294msgstr ""1729517296#: builtin/replace.c:2317297msgid "git replace [-f] --edit <object>"17298msgstr ""1729917300#: builtin/replace.c:2417301msgid "git replace [-f] --graft <commit> [<parent>...]"17302msgstr ""1730317304#: builtin/replace.c:2517305msgid "git replace [-f] --convert-graft-file"17306msgstr ""1730717308#: builtin/replace.c:2617309msgid "git replace -d <object>..."17310msgstr ""1731117312#: builtin/replace.c:2717313msgid "git replace [--format=<format>] [-l [<pattern>]]"17314msgstr ""1731517316#: builtin/replace.c:9017317#, c-format17318msgid ""17319"invalid replace format '%s'\n"17320"valid formats are 'short', 'medium' and 'long'"17321msgstr ""1732217323#: builtin/replace.c:12517324#, c-format17325msgid "replace ref '%s' not found"17326msgstr ""1732717328#: builtin/replace.c:14117329#, c-format17330msgid "Deleted replace ref '%s'"17331msgstr ""1733217333#: builtin/replace.c:15317334#, c-format17335msgid "'%s' is not a valid ref name"17336msgstr ""1733717338#: builtin/replace.c:15817339#, c-format17340msgid "replace ref '%s' already exists"17341msgstr ""1734217343#: builtin/replace.c:17817344#, c-format17345msgid ""17346"Objects must be of the same type.\n"17347"'%s' points to a replaced object of type '%s'\n"17348"while '%s' points to a replacement object of type '%s'."17349msgstr ""1735017351#: builtin/replace.c:22917352#, c-format17353msgid "unable to open %s for writing"17354msgstr ""1735517356#: builtin/replace.c:24217357msgid "cat-file reported failure"17358msgstr ""1735917360#: builtin/replace.c:25817361#, c-format17362msgid "unable to open %s for reading"17363msgstr ""1736417365#: builtin/replace.c:27217366msgid "unable to spawn mktree"17367msgstr ""1736817369#: builtin/replace.c:27617370msgid "unable to read from mktree"17371msgstr ""1737217373#: builtin/replace.c:28517374msgid "mktree reported failure"17375msgstr ""1737617377#: builtin/replace.c:28917378msgid "mktree did not return an object name"17379msgstr ""1738017381#: builtin/replace.c:29817382#, c-format17383msgid "unable to fstat %s"17384msgstr ""1738517386#: builtin/replace.c:30317387msgid "unable to write object to database"17388msgstr ""1738917390#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:42217391#: builtin/replace.c:45217392#, c-format17393msgid "not a valid object name: '%s'"17394msgstr ""1739517396#: builtin/replace.c:32617397#, c-format17398msgid "unable to get object type for %s"17399msgstr ""1740017401#: builtin/replace.c:34217402msgid "editing object file failed"17403msgstr ""1740417405#: builtin/replace.c:35117406#, c-format17407msgid "new object is the same as the old one: '%s'"17408msgstr ""1740917410#: builtin/replace.c:38317411#, c-format17412msgid "could not parse %s as a commit"17413msgstr ""1741417415#: builtin/replace.c:41417416#, c-format17417msgid "bad mergetag in commit '%s'"17418msgstr ""1741917420#: builtin/replace.c:41617421#, c-format17422msgid "malformed mergetag in commit '%s'"17423msgstr ""1742417425#: builtin/replace.c:42817426#, c-format17427msgid ""17428"original commit '%s' contains mergetag '%s' that is discarded; use --edit "17429"instead of --graft"17430msgstr ""1743117432#: builtin/replace.c:46717433#, c-format17434msgid "the original commit '%s' has a gpg signature"17435msgstr ""1743617437#: builtin/replace.c:46817438msgid "the signature will be removed in the replacement commit!"17439msgstr ""1744017441#: builtin/replace.c:47817442#, c-format17443msgid "could not write replacement commit for: '%s'"17444msgstr ""1744517446#: builtin/replace.c:48617447#, c-format17448msgid "graft for '%s' unnecessary"17449msgstr ""1745017451#: builtin/replace.c:49017452#, c-format17453msgid "new commit is the same as the old one: '%s'"17454msgstr ""1745517456#: builtin/replace.c:52517457#, c-format17458msgid ""17459"could not convert the following graft(s):\n"17460"%s"17461msgstr ""1746217463#: builtin/replace.c:54617464msgid "list replace refs"17465msgstr ""1746617467#: builtin/replace.c:54717468msgid "delete replace refs"17469msgstr ""1747017471#: builtin/replace.c:54817472msgid "edit existing object"17473msgstr ""1747417475#: builtin/replace.c:54917476msgid "change a commit's parents"17477msgstr ""1747817479#: builtin/replace.c:55017480msgid "convert existing graft file"17481msgstr ""1748217483#: builtin/replace.c:55117484msgid "replace the ref if it exists"17485msgstr ""1748617487#: builtin/replace.c:55317488msgid "do not pretty-print contents for --edit"17489msgstr ""1749017491#: builtin/replace.c:55417492msgid "use this format"17493msgstr ""1749417495#: builtin/replace.c:56717496msgid "--format cannot be used when not listing"17497msgstr ""1749817499#: builtin/replace.c:57517500msgid "-f only makes sense when writing a replacement"17501msgstr ""1750217503#: builtin/replace.c:57917504msgid "--raw only makes sense with --edit"17505msgstr ""1750617507#: builtin/replace.c:58517508msgid "-d needs at least one argument"17509msgstr ""1751017511#: builtin/replace.c:59117512msgid "bad number of arguments"17513msgstr ""1751417515#: builtin/replace.c:59717516msgid "-e needs exactly one argument"17517msgstr ""1751817519#: builtin/replace.c:60317520msgid "-g needs at least one argument"17521msgstr ""1752217523#: builtin/replace.c:60917524msgid "--convert-graft-file takes no argument"17525msgstr ""1752617527#: builtin/replace.c:61517528msgid "only one pattern can be given with -l"17529msgstr ""1753017531#: builtin/rerere.c:1317532msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"17533msgstr ""1753417535#: builtin/rerere.c:6017536msgid "register clean resolutions in index"17537msgstr ""1753817539#: builtin/rerere.c:7917540msgid "'git rerere forget' without paths is deprecated"17541msgstr ""1754217543#: builtin/rerere.c:11317544#, c-format17545msgid "unable to generate diff for '%s'"17546msgstr ""1754717548#: builtin/reset.c:3217549msgid ""17550"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"17551msgstr ""1755217553#: builtin/reset.c:3317554msgid "git reset [-q] [<tree-ish>] [--] <paths>..."17555msgstr ""1755617557#: builtin/reset.c:3417558msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"17559msgstr ""1756017561#: builtin/reset.c:4017562msgid "mixed"17563msgstr ""1756417565#: builtin/reset.c:4017566msgid "soft"17567msgstr ""1756817569#: builtin/reset.c:4017570msgid "hard"17571msgstr ""1757217573#: builtin/reset.c:4017574msgid "merge"17575msgstr ""1757617577#: builtin/reset.c:4017578msgid "keep"17579msgstr ""1758017581#: builtin/reset.c:8117582msgid "You do not have a valid HEAD."17583msgstr ""1758417585#: builtin/reset.c:8317586msgid "Failed to find tree of HEAD."17587msgstr ""1758817589#: builtin/reset.c:8917590#, c-format17591msgid "Failed to find tree of %s."17592msgstr ""1759317594#: builtin/reset.c:19317595#, c-format17596msgid "Cannot do a %s reset in the middle of a merge."17597msgstr ""1759817599#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:58917600#: builtin/stash.c:61317601msgid "be quiet, only report errors"17602msgstr ""1760317604#: builtin/reset.c:29517605msgid "reset HEAD and index"17606msgstr ""1760717608#: builtin/reset.c:29617609msgid "reset only HEAD"17610msgstr ""1761117612#: builtin/reset.c:298 builtin/reset.c:30017613msgid "reset HEAD, index and working tree"17614msgstr ""1761517616#: builtin/reset.c:30217617msgid "reset HEAD but keep local changes"17618msgstr ""1761917620#: builtin/reset.c:30817621msgid "record only the fact that removed paths will be added later"17622msgstr ""1762317624#: builtin/reset.c:32617625#, c-format17626msgid "Failed to resolve '%s' as a valid revision."17627msgstr ""1762817629#: builtin/reset.c:33417630#, c-format17631msgid "Failed to resolve '%s' as a valid tree."17632msgstr ""1763317634#: builtin/reset.c:34317635msgid "--patch is incompatible with --{hard,mixed,soft}"17636msgstr ""1763717638#: builtin/reset.c:35317639msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."17640msgstr ""1764117642#: builtin/reset.c:35517643#, c-format17644msgid "Cannot do %s reset with paths."17645msgstr ""1764617647#: builtin/reset.c:37017648#, c-format17649msgid "%s reset is not allowed in a bare repository"17650msgstr ""1765117652#: builtin/reset.c:37417653msgid "-N can only be used with --mixed"17654msgstr ""1765517656#: builtin/reset.c:39517657msgid "Unstaged changes after reset:"17658msgstr ""1765917660#: builtin/reset.c:39817661#, c-format17662msgid ""17663"\n"17664"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"17665"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"17666"to make this the default.\n"17667msgstr ""1766817669#: builtin/reset.c:40817670#, c-format17671msgid "Could not reset index file to revision '%s'."17672msgstr ""1767317674#: builtin/reset.c:41217675msgid "Could not write new index file."17676msgstr ""1767717678#: builtin/rev-list.c:41217679msgid "cannot combine --exclude-promisor-objects and --missing"17680msgstr ""1768117682#: builtin/rev-list.c:47317683msgid "object filtering requires --objects"17684msgstr ""1768517686#: builtin/rev-list.c:47617687#, c-format17688msgid "invalid sparse value '%s'"17689msgstr ""1769017691#: builtin/rev-list.c:52717692msgid "rev-list does not support display of notes"17693msgstr ""1769417695#: builtin/rev-list.c:53017696msgid "cannot combine --use-bitmap-index with object filtering"17697msgstr ""1769817699#: builtin/rev-parse.c:40817700msgid "git rev-parse --parseopt [<options>] -- [<args>...]"17701msgstr ""1770217703#: builtin/rev-parse.c:41317704msgid "keep the `--` passed as an arg"17705msgstr ""1770617707#: builtin/rev-parse.c:41517708msgid "stop parsing after the first non-option argument"17709msgstr ""1771017711#: builtin/rev-parse.c:41817712msgid "output in stuck long form"17713msgstr ""1771417715#: builtin/rev-parse.c:55117716msgid ""17717"git rev-parse --parseopt [<options>] -- [<args>...]\n"17718" or: git rev-parse --sq-quote [<arg>...]\n"17719" or: git rev-parse [<options>] [<arg>...]\n"17720"\n"17721"Run \"git rev-parse --parseopt -h\" for more information on the first usage."17722msgstr ""1772317724#: builtin/revert.c:2417725msgid "git revert [<options>] <commit-ish>..."17726msgstr ""1772717728#: builtin/revert.c:2517729msgid "git revert <subcommand>"17730msgstr ""1773117732#: builtin/revert.c:3017733msgid "git cherry-pick [<options>] <commit-ish>..."17734msgstr ""1773517736#: builtin/revert.c:3117737msgid "git cherry-pick <subcommand>"17738msgstr ""1773917740#: builtin/revert.c:7217741#, c-format17742msgid "option `%s' expects a number greater than zero"17743msgstr ""1774417745#: builtin/revert.c:9217746#, c-format17747msgid "%s: %s cannot be used with %s"17748msgstr ""1774917750#: builtin/revert.c:10217751msgid "end revert or cherry-pick sequence"17752msgstr ""1775317754#: builtin/revert.c:10317755msgid "resume revert or cherry-pick sequence"17756msgstr ""1775717758#: builtin/revert.c:10417759msgid "cancel revert or cherry-pick sequence"17760msgstr ""1776117762#: builtin/revert.c:10517763msgid "skip current commit and continue"17764msgstr ""1776517766#: builtin/revert.c:10717767msgid "don't automatically commit"17768msgstr ""1776917770#: builtin/revert.c:10817771msgid "edit the commit message"17772msgstr ""1777317774#: builtin/revert.c:11117775msgid "parent-number"17776msgstr ""1777717778#: builtin/revert.c:11217779msgid "select mainline parent"17780msgstr ""1778117782#: builtin/revert.c:11417783msgid "merge strategy"17784msgstr ""1778517786#: builtin/revert.c:11617787msgid "option for merge strategy"17788msgstr ""1778917790#: builtin/revert.c:12517791msgid "append commit name"17792msgstr ""1779317794#: builtin/revert.c:12717795msgid "preserve initially empty commits"17796msgstr ""1779717798#: builtin/revert.c:12917799msgid "keep redundant, empty commits"17800msgstr ""1780117802#: builtin/revert.c:23217803msgid "revert failed"17804msgstr ""1780517806#: builtin/revert.c:24517807msgid "cherry-pick failed"17808msgstr ""1780917810#: builtin/rm.c:1917811msgid "git rm [<options>] [--] <file>..."17812msgstr ""1781317814#: builtin/rm.c:20717815msgid ""17816"the following file has staged content different from both the\n"17817"file and the HEAD:"17818msgid_plural ""17819"the following files have staged content different from both the\n"17820"file and the HEAD:"17821msgstr[0] ""17822msgstr[1] ""1782317824#: builtin/rm.c:21217825msgid ""17826"\n"17827"(use -f to force removal)"17828msgstr ""1782917830#: builtin/rm.c:21617831msgid "the following file has changes staged in the index:"17832msgid_plural "the following files have changes staged in the index:"17833msgstr[0] ""17834msgstr[1] ""1783517836#: builtin/rm.c:220 builtin/rm.c:22917837msgid ""17838"\n"17839"(use --cached to keep the file, or -f to force removal)"17840msgstr ""1784117842#: builtin/rm.c:22617843msgid "the following file has local modifications:"17844msgid_plural "the following files have local modifications:"17845msgstr[0] ""17846msgstr[1] ""1784717848#: builtin/rm.c:24217849msgid "do not list removed files"17850msgstr ""1785117852#: builtin/rm.c:24317853msgid "only remove from the index"17854msgstr ""1785517856#: builtin/rm.c:24417857msgid "override the up-to-date check"17858msgstr ""1785917860#: builtin/rm.c:24517861msgid "allow recursive removal"17862msgstr ""1786317864#: builtin/rm.c:24717865msgid "exit with a zero status even if nothing matched"17866msgstr ""1786717868#: builtin/rm.c:28917869msgid "please stage your changes to .gitmodules or stash them to proceed"17870msgstr ""1787117872#: builtin/rm.c:30717873#, c-format17874msgid "not removing '%s' recursively without -r"17875msgstr ""1787617877#: builtin/rm.c:34617878#, c-format17879msgid "git rm: unable to remove %s"17880msgstr ""1788117882#: builtin/send-pack.c:2017883msgid ""17884"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"17885"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "17886"[<ref>...]\n"17887" --all and explicit <ref> specification are mutually exclusive."17888msgstr ""1788917890#: builtin/send-pack.c:16317891msgid "remote name"17892msgstr ""1789317894#: builtin/send-pack.c:17717895msgid "use stateless RPC protocol"17896msgstr ""1789717898#: builtin/send-pack.c:17817899msgid "read refs from stdin"17900msgstr ""1790117902#: builtin/send-pack.c:17917903msgid "print status from remote helper"17904msgstr ""1790517906#: builtin/shortlog.c:1417907msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"17908msgstr ""1790917910#: builtin/shortlog.c:1517911msgid "git log --pretty=short | git shortlog [<options>]"17912msgstr ""1791317914#: builtin/shortlog.c:26417915msgid "Group by committer rather than author"17916msgstr ""1791717918#: builtin/shortlog.c:26617919msgid "sort output according to the number of commits per author"17920msgstr ""1792117922#: builtin/shortlog.c:26817923msgid "Suppress commit descriptions, only provides commit count"17924msgstr ""1792517926#: builtin/shortlog.c:27017927msgid "Show the email address of each author"17928msgstr ""1792917930#: builtin/shortlog.c:27117931msgid "<w>[,<i1>[,<i2>]]"17932msgstr ""1793317934#: builtin/shortlog.c:27217935msgid "Linewrap output"17936msgstr ""1793717938#: builtin/shortlog.c:30117939msgid "too many arguments given outside repository"17940msgstr ""1794117942#: builtin/show-branch.c:1317943msgid ""17944"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"17945"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"17946"\t\t[--more=<n> | --list | --independent | --merge-base]\n"17947"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"17948msgstr ""1794917950#: builtin/show-branch.c:1717951msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"17952msgstr ""1795317954#: builtin/show-branch.c:39517955#, c-format17956msgid "ignoring %s; cannot handle more than %d ref"17957msgid_plural "ignoring %s; cannot handle more than %d refs"17958msgstr[0] ""17959msgstr[1] ""1796017961#: builtin/show-branch.c:54817962#, c-format17963msgid "no matching refs with %s"17964msgstr ""1796517966#: builtin/show-branch.c:64517967msgid "show remote-tracking and local branches"17968msgstr ""1796917970#: builtin/show-branch.c:64717971msgid "show remote-tracking branches"17972msgstr ""1797317974#: builtin/show-branch.c:64917975msgid "color '*!+-' corresponding to the branch"17976msgstr ""1797717978#: builtin/show-branch.c:65117979msgid "show <n> more commits after the common ancestor"17980msgstr ""1798117982#: builtin/show-branch.c:65317983msgid "synonym to more=-1"17984msgstr ""1798517986#: builtin/show-branch.c:65417987msgid "suppress naming strings"17988msgstr ""1798917990#: builtin/show-branch.c:65617991msgid "include the current branch"17992msgstr ""1799317994#: builtin/show-branch.c:65817995msgid "name commits with their object names"17996msgstr ""1799717998#: builtin/show-branch.c:66017999msgid "show possible merge bases"18000msgstr ""1800118002#: builtin/show-branch.c:66218003msgid "show refs unreachable from any other ref"18004msgstr ""1800518006#: builtin/show-branch.c:66418007msgid "show commits in topological order"18008msgstr ""1800918010#: builtin/show-branch.c:66718011msgid "show only commits not on the first branch"18012msgstr ""1801318014#: builtin/show-branch.c:66918015msgid "show merges reachable from only one tip"18016msgstr ""1801718018#: builtin/show-branch.c:67118019msgid "topologically sort, maintaining date order where possible"18020msgstr ""1802118022#: builtin/show-branch.c:67418023msgid "<n>[,<base>]"18024msgstr ""1802518026#: builtin/show-branch.c:67518027msgid "show <n> most recent ref-log entries starting at base"18028msgstr ""1802918030#: builtin/show-branch.c:71118031msgid ""18032"--reflog is incompatible with --all, --remotes, --independent or --merge-base"18033msgstr ""1803418035#: builtin/show-branch.c:73518036msgid "no branches given, and HEAD is not valid"18037msgstr ""1803818039#: builtin/show-branch.c:73818040msgid "--reflog option needs one branch name"18041msgstr ""1804218043#: builtin/show-branch.c:74118044#, c-format18045msgid "only %d entry can be shown at one time."18046msgid_plural "only %d entries can be shown at one time."18047msgstr[0] ""18048msgstr[1] ""1804918050#: builtin/show-branch.c:74518051#, c-format18052msgid "no such ref %s"18053msgstr ""1805418055#: builtin/show-branch.c:83118056#, c-format18057msgid "cannot handle more than %d rev."18058msgid_plural "cannot handle more than %d revs."18059msgstr[0] ""18060msgstr[1] ""1806118062#: builtin/show-branch.c:83518063#, c-format18064msgid "'%s' is not a valid ref."18065msgstr ""1806618067#: builtin/show-branch.c:83818068#, c-format18069msgid "cannot find commit %s (%s)"18070msgstr ""1807118072#: builtin/show-ref.c:1218073msgid ""18074"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"18075"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"18076msgstr ""1807718078#: builtin/show-ref.c:1318079msgid "git show-ref --exclude-existing[=<pattern>]"18080msgstr ""1808118082#: builtin/show-ref.c:16218083msgid "only show tags (can be combined with heads)"18084msgstr ""1808518086#: builtin/show-ref.c:16318087msgid "only show heads (can be combined with tags)"18088msgstr ""1808918090#: builtin/show-ref.c:16418091msgid "stricter reference checking, requires exact ref path"18092msgstr ""1809318094#: builtin/show-ref.c:167 builtin/show-ref.c:16918095msgid "show the HEAD reference, even if it would be filtered out"18096msgstr ""1809718098#: builtin/show-ref.c:17118099msgid "dereference tags into object IDs"18100msgstr ""1810118102#: builtin/show-ref.c:17318103msgid "only show SHA1 hash using <n> digits"18104msgstr ""1810518106#: builtin/show-ref.c:17718107msgid "do not print results to stdout (useful with --verify)"18108msgstr ""1810918110#: builtin/show-ref.c:17918111msgid "show refs from stdin that aren't in local repository"18112msgstr ""1811318114#: builtin/stash.c:22 builtin/stash.c:3718115msgid "git stash list [<options>]"18116msgstr ""1811718118#: builtin/stash.c:23 builtin/stash.c:4218119msgid "git stash show [<options>] [<stash>]"18120msgstr ""1812118122#: builtin/stash.c:24 builtin/stash.c:4718123msgid "git stash drop [-q|--quiet] [<stash>]"18124msgstr ""1812518126#: builtin/stash.c:2518127msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"18128msgstr ""1812918130#: builtin/stash.c:26 builtin/stash.c:6218131msgid "git stash branch <branchname> [<stash>]"18132msgstr ""1813318134#: builtin/stash.c:27 builtin/stash.c:6718135msgid "git stash clear"18136msgstr ""1813718138#: builtin/stash.c:28 builtin/stash.c:7718139msgid ""18140"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18141" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"18142" [--] [<pathspec>...]]"18143msgstr ""1814418145#: builtin/stash.c:31 builtin/stash.c:8418146msgid ""18147"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18148" [-u|--include-untracked] [-a|--all] [<message>]"18149msgstr ""1815018151#: builtin/stash.c:5218152msgid "git stash pop [--index] [-q|--quiet] [<stash>]"18153msgstr ""1815418155#: builtin/stash.c:5718156msgid "git stash apply [--index] [-q|--quiet] [<stash>]"18157msgstr ""1815818159#: builtin/stash.c:7218160msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"18161msgstr ""1816218163#: builtin/stash.c:12718164#, c-format18165msgid "'%s' is not a stash-like commit"18166msgstr ""1816718168#: builtin/stash.c:14718169#, c-format18170msgid "Too many revisions specified:%s"18171msgstr ""1817218173#: builtin/stash.c:161 git-legacy-stash.sh:54818174msgid "No stash entries found."18175msgstr ""1817618177#: builtin/stash.c:17518178#, c-format18179msgid "%s is not a valid reference"18180msgstr ""1818118182#: builtin/stash.c:224 git-legacy-stash.sh:7518183msgid "git stash clear with parameters is unimplemented"18184msgstr ""1818518186#: builtin/stash.c:40318187msgid "cannot apply a stash in the middle of a merge"18188msgstr ""1818918190#: builtin/stash.c:41418191#, c-format18192msgid "could not generate diff %s^!."18193msgstr ""1819418195#: builtin/stash.c:42118196msgid "conflicts in index.Try without --index."18197msgstr ""1819818199#: builtin/stash.c:42718200msgid "could not save index tree"18201msgstr ""1820218203#: builtin/stash.c:43418204msgid "could not restore untracked files from stash"18205msgstr ""1820618207#: builtin/stash.c:44818208#, c-format18209msgid "Merging %s with %s"18210msgstr ""1821118212#: builtin/stash.c:458 git-legacy-stash.sh:68018213msgid "Index was not unstashed."18214msgstr ""1821518216#: builtin/stash.c:516 builtin/stash.c:61518217msgid "attempt to recreate the index"18218msgstr ""1821918220#: builtin/stash.c:54918221#, c-format18222msgid "Dropped %s (%s)"18223msgstr ""1822418225#: builtin/stash.c:55218226#, c-format18227msgid "%s: Could not drop stash entry"18228msgstr ""1822918230#: builtin/stash.c:57718231#, c-format18232msgid "'%s' is not a stash reference"18233msgstr ""1823418235#: builtin/stash.c:627 git-legacy-stash.sh:69418236msgid "The stash entry is kept in case you need it again."18237msgstr ""1823818239#: builtin/stash.c:650 git-legacy-stash.sh:71218240msgid "No branch name specified"18241msgstr ""1824218243#: builtin/stash.c:790 builtin/stash.c:82718244#, c-format18245msgid "Cannot update %s with %s"18246msgstr ""1824718248#: builtin/stash.c:808 builtin/stash.c:1461 builtin/stash.c:149718249msgid "stash message"18250msgstr ""1825118252#: builtin/stash.c:81818253msgid "\"git stash store\" requires one <commit> argument"18254msgstr ""1825518256#: builtin/stash.c:1040 git-legacy-stash.sh:21718257msgid "No changes selected"18258msgstr ""1825918260#: builtin/stash.c:1136 git-legacy-stash.sh:15018261msgid "You do not have the initial commit yet"18262msgstr ""1826318264#: builtin/stash.c:1163 git-legacy-stash.sh:16518265msgid "Cannot save the current index state"18266msgstr ""1826718268#: builtin/stash.c:1172 git-legacy-stash.sh:18018269msgid "Cannot save the untracked files"18270msgstr ""1827118272#: builtin/stash.c:1183 builtin/stash.c:1192 git-legacy-stash.sh:20018273#: git-legacy-stash.sh:21318274msgid "Cannot save the current worktree state"18275msgstr ""1827618277#: builtin/stash.c:1220 git-legacy-stash.sh:23318278msgid "Cannot record working tree state"18279msgstr ""1828018281#: builtin/stash.c:1269 git-legacy-stash.sh:33718282msgid "Can't use --patch and --include-untracked or --all at the same time"18283msgstr ""1828418285#: builtin/stash.c:128518286msgid "Did you forget to 'git add'?"18287msgstr ""1828818289#: builtin/stash.c:1300 git-legacy-stash.sh:34518290msgid "No local changes to save"18291msgstr ""1829218293#: builtin/stash.c:1307 git-legacy-stash.sh:35018294msgid "Cannot initialize stash"18295msgstr ""1829618297#: builtin/stash.c:1322 git-legacy-stash.sh:35418298msgid "Cannot save the current status"18299msgstr ""1830018301#: builtin/stash.c:132718302#, c-format18303msgid "Saved working directory and index state %s"18304msgstr ""1830518306#: builtin/stash.c:1417 git-legacy-stash.sh:38418307msgid "Cannot remove worktree changes"18308msgstr ""1830918310#: builtin/stash.c:1452 builtin/stash.c:148818311msgid "keep index"18312msgstr ""1831318314#: builtin/stash.c:1454 builtin/stash.c:149018315msgid "stash in patch mode"18316msgstr ""1831718318#: builtin/stash.c:1455 builtin/stash.c:149118319msgid "quiet mode"18320msgstr ""1832118322#: builtin/stash.c:1457 builtin/stash.c:149318323msgid "include untracked files in stash"18324msgstr ""1832518326#: builtin/stash.c:1459 builtin/stash.c:149518327msgid "include ignore files"18328msgstr ""1832918330#: builtin/stash.c:155518331#, c-format18332msgid "could not exec %s"18333msgstr ""1833418335#: builtin/stripspace.c:1818336msgid "git stripspace [-s | --strip-comments]"18337msgstr ""1833818339#: builtin/stripspace.c:1918340msgid "git stripspace [-c | --comment-lines]"18341msgstr ""1834218343#: builtin/stripspace.c:3718344msgid "skip and remove all lines starting with comment character"18345msgstr ""1834618347#: builtin/stripspace.c:4018348msgid "prepend comment character and space to each line"18349msgstr ""1835018351#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:194318352#, c-format18353msgid "Expecting a full ref name, got %s"18354msgstr ""1835518356#: builtin/submodule--helper.c:6218357msgid "submodule--helper print-default-remote takes no arguments"18358msgstr ""1835918360#: builtin/submodule--helper.c:10018361#, c-format18362msgid "cannot strip one component off url '%s'"18363msgstr ""1836418365#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:136818366msgid "alternative anchor for relative paths"18367msgstr ""1836818369#: builtin/submodule--helper.c:41318370msgid "git submodule--helper list [--prefix=<path>] [<path>...]"18371msgstr ""1837218373#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:62818374#: builtin/submodule--helper.c:65118375#, c-format18376msgid "No url found for submodule path '%s' in .gitmodules"18377msgstr ""1837818379#: builtin/submodule--helper.c:52218380#, c-format18381msgid "Entering '%s'\n"18382msgstr ""1838318384#: builtin/submodule--helper.c:52518385#, c-format18386msgid ""18387"run_command returned non-zero status for %s\n"18388"."18389msgstr ""1839018391#: builtin/submodule--helper.c:54718392#, c-format18393msgid ""18394"run_command returned non-zero status while recursing in the nested "18395"submodules of %s\n"18396"."18397msgstr ""1839818399#: builtin/submodule--helper.c:56318400msgid "Suppress output of entering each submodule command"18401msgstr ""1840218403#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:105018404msgid "Recurse into nested submodules"18405msgstr ""1840618407#: builtin/submodule--helper.c:57018408msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"18409msgstr ""1841018411#: builtin/submodule--helper.c:59718412#, c-format18413msgid ""18414"could not look up configuration '%s'. Assuming this repository is its own "18415"authoritative upstream."18416msgstr ""1841718418#: builtin/submodule--helper.c:66518419#, c-format18420msgid "Failed to register url for submodule path '%s'"18421msgstr ""1842218423#: builtin/submodule--helper.c:66918424#, c-format18425msgid "Submodule '%s' (%s) registered for path '%s'\n"18426msgstr ""1842718428#: builtin/submodule--helper.c:67918429#, c-format18430msgid "warning: command update mode suggested for submodule '%s'\n"18431msgstr ""1843218433#: builtin/submodule--helper.c:68618434#, c-format18435msgid "Failed to register update mode for submodule path '%s'"18436msgstr ""1843718438#: builtin/submodule--helper.c:70818439msgid "Suppress output for initializing a submodule"18440msgstr ""1844118442#: builtin/submodule--helper.c:71318443msgid "git submodule--helper init [<options>] [<path>]"18444msgstr ""1844518446#: builtin/submodule--helper.c:785 builtin/submodule--helper.c:91118447#, c-format18448msgid "no submodule mapping found in .gitmodules for path '%s'"18449msgstr ""1845018451#: builtin/submodule--helper.c:82418452#, c-format18453msgid "could not resolve HEAD ref inside the submodule '%s'"18454msgstr ""1845518456#: builtin/submodule--helper.c:851 builtin/submodule--helper.c:102018457#, c-format18458msgid "failed to recurse into submodule '%s'"18459msgstr ""1846018461#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:118618462msgid "Suppress submodule status output"18463msgstr ""1846418465#: builtin/submodule--helper.c:87618466msgid ""18467"Use commit stored in the index instead of the one stored in the submodule "18468"HEAD"18469msgstr ""1847018471#: builtin/submodule--helper.c:87718472msgid "recurse into nested submodules"18473msgstr ""1847418475#: builtin/submodule--helper.c:88218476msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"18477msgstr ""1847818479#: builtin/submodule--helper.c:90618480msgid "git submodule--helper name <path>"18481msgstr ""1848218483#: builtin/submodule--helper.c:97018484#, c-format18485msgid "Synchronizing submodule url for '%s'\n"18486msgstr ""1848718488#: builtin/submodule--helper.c:97618489#, c-format18490msgid "failed to register url for submodule path '%s'"18491msgstr ""1849218493#: builtin/submodule--helper.c:99018494#, c-format18495msgid "failed to get the default remote for submodule '%s'"18496msgstr ""1849718498#: builtin/submodule--helper.c:100118499#, c-format18500msgid "failed to update remote for submodule '%s'"18501msgstr ""1850218503#: builtin/submodule--helper.c:104818504msgid "Suppress output of synchronizing submodule url"18505msgstr ""1850618507#: builtin/submodule--helper.c:105518508msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"18509msgstr ""1851018511#: builtin/submodule--helper.c:110918512#, c-format18513msgid ""18514"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "18515"really want to remove it including all of its history)"18516msgstr ""1851718518#: builtin/submodule--helper.c:112118519#, c-format18520msgid ""18521"Submodule work tree '%s' contains local modifications; use '-f' to discard "18522"them"18523msgstr ""1852418525#: builtin/submodule--helper.c:112918526#, c-format18527msgid "Cleared directory '%s'\n"18528msgstr ""1852918530#: builtin/submodule--helper.c:113118531#, c-format18532msgid "Could not remove submodule work tree '%s'\n"18533msgstr ""1853418535#: builtin/submodule--helper.c:114218536#, c-format18537msgid "could not create empty submodule directory %s"18538msgstr ""1853918540#: builtin/submodule--helper.c:115818541#, c-format18542msgid "Submodule '%s' (%s) unregistered for path '%s'\n"18543msgstr ""1854418545#: builtin/submodule--helper.c:118718546msgid "Remove submodule working trees even if they contain local changes"18547msgstr ""1854818549#: builtin/submodule--helper.c:118818550msgid "Unregister all submodules"18551msgstr ""1855218553#: builtin/submodule--helper.c:119318554msgid ""18555"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"18556msgstr ""1855718558#: builtin/submodule--helper.c:120718559msgid "Use '--all' if you really want to deinitialize all submodules"18560msgstr ""1856118562#: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:130518563#, c-format18564msgid "submodule '%s' cannot add alternate: %s"18565msgstr ""1856618567#: builtin/submodule--helper.c:134118568#, c-format18569msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"18570msgstr ""1857118572#: builtin/submodule--helper.c:134818573#, c-format18574msgid "Value '%s' for submodule.alternateLocation is not recognized"18575msgstr ""1857618577#: builtin/submodule--helper.c:137118578msgid "where the new submodule will be cloned to"18579msgstr ""1858018581#: builtin/submodule--helper.c:137418582msgid "name of the new submodule"18583msgstr ""1858418585#: builtin/submodule--helper.c:137718586msgid "url where to clone the submodule from"18587msgstr ""1858818589#: builtin/submodule--helper.c:138518590msgid "depth for shallow clones"18591msgstr ""1859218593#: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:187218594msgid "force cloning progress"18595msgstr ""1859618597#: builtin/submodule--helper.c:139318598msgid ""18599"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "18600"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"18601msgstr ""1860218603#: builtin/submodule--helper.c:142418604#, c-format18605msgid "clone of '%s' into submodule path '%s' failed"18606msgstr ""1860718608#: builtin/submodule--helper.c:143818609#, c-format18610msgid "could not get submodule directory for '%s'"18611msgstr ""1861218613#: builtin/submodule--helper.c:147418614#, c-format18615msgid "Invalid update mode '%s' for submodule path '%s'"18616msgstr ""1861718618#: builtin/submodule--helper.c:147818619#, c-format18620msgid "Invalid update mode '%s' configured for submodule path '%s'"18621msgstr ""1862218623#: builtin/submodule--helper.c:157118624#, c-format18625msgid "Submodule path '%s' not initialized"18626msgstr ""1862718628#: builtin/submodule--helper.c:157518629msgid "Maybe you want to use 'update --init'?"18630msgstr ""1863118632#: builtin/submodule--helper.c:160518633#, c-format18634msgid "Skipping unmerged submodule %s"18635msgstr ""1863618637#: builtin/submodule--helper.c:163418638#, c-format18639msgid "Skipping submodule '%s'"18640msgstr ""1864118642#: builtin/submodule--helper.c:177818643#, c-format18644msgid "Failed to clone '%s'. Retry scheduled"18645msgstr ""1864618647#: builtin/submodule--helper.c:178918648#, c-format18649msgid "Failed to clone '%s' a second time, aborting"18650msgstr ""1865118652#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:209318653msgid "path into the working tree"18654msgstr ""1865518656#: builtin/submodule--helper.c:185418657msgid "path into the working tree, across nested submodule boundaries"18658msgstr ""1865918660#: builtin/submodule--helper.c:185818661msgid "rebase, merge, checkout or none"18662msgstr ""1866318664#: builtin/submodule--helper.c:186418665msgid "Create a shallow clone truncated to the specified number of revisions"18666msgstr ""1866718668#: builtin/submodule--helper.c:186718669msgid "parallel jobs"18670msgstr ""1867118672#: builtin/submodule--helper.c:186918673msgid "whether the initial clone should follow the shallow recommendation"18674msgstr ""1867518676#: builtin/submodule--helper.c:187018677msgid "don't print cloning progress"18678msgstr ""1867918680#: builtin/submodule--helper.c:187718681msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"18682msgstr ""1868318684#: builtin/submodule--helper.c:189018685msgid "bad value for update parameter"18686msgstr ""1868718688#: builtin/submodule--helper.c:193818689#, c-format18690msgid ""18691"Submodule (%s) branch configured to inherit branch from superproject, but "18692"the superproject is not on any branch"18693msgstr ""1869418695#: builtin/submodule--helper.c:206118696#, c-format18697msgid "could not get a repository handle for submodule '%s'"18698msgstr ""1869918700#: builtin/submodule--helper.c:209418701msgid "recurse into submodules"18702msgstr ""1870318704#: builtin/submodule--helper.c:210018705msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"18706msgstr ""1870718708#: builtin/submodule--helper.c:215618709msgid "check if it is safe to write to the .gitmodules file"18710msgstr ""1871118712#: builtin/submodule--helper.c:215918713msgid "unset the config in the .gitmodules file"18714msgstr ""1871518716#: builtin/submodule--helper.c:216418717msgid "git submodule--helper config <name> [<value>]"18718msgstr ""1871918720#: builtin/submodule--helper.c:216518721msgid "git submodule--helper config --unset <name>"18722msgstr ""1872318724#: builtin/submodule--helper.c:216618725msgid "git submodule--helper config --check-writeable"18726msgstr ""1872718728#: builtin/submodule--helper.c:2185 git-submodule.sh:17118729#, sh-format18730msgid "please make sure that the .gitmodules file is in the working tree"18731msgstr ""1873218733#: builtin/submodule--helper.c:2235 git.c:434 git.c:68418734#, c-format18735msgid "%s doesn't support --super-prefix"18736msgstr ""1873718738#: builtin/submodule--helper.c:224118739#, c-format18740msgid "'%s' is not a valid submodule--helper subcommand"18741msgstr ""1874218743#: builtin/symbolic-ref.c:818744msgid "git symbolic-ref [<options>] <name> [<ref>]"18745msgstr ""1874618747#: builtin/symbolic-ref.c:918748msgid "git symbolic-ref -d [-q] <name>"18749msgstr ""1875018751#: builtin/symbolic-ref.c:4018752msgid "suppress error message for non-symbolic (detached) refs"18753msgstr ""1875418755#: builtin/symbolic-ref.c:4118756msgid "delete symbolic ref"18757msgstr ""1875818759#: builtin/symbolic-ref.c:4218760msgid "shorten ref output"18761msgstr ""1876218763#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36318764msgid "reason"18765msgstr ""1876618767#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36318768msgid "reason of the update"18769msgstr ""1877018771#: builtin/tag.c:2518772msgid ""18773"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"18774"\t\t<tagname> [<head>]"18775msgstr ""1877618777#: builtin/tag.c:2718778msgid "git tag -d <tagname>..."18779msgstr ""1878018781#: builtin/tag.c:2818782msgid ""18783"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"18784"points-at <object>]\n"18785"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"18786msgstr ""1878718788#: builtin/tag.c:3018789msgid "git tag -v [--format=<format>] <tagname>..."18790msgstr ""1879118792#: builtin/tag.c:8918793#, c-format18794msgid "tag '%s' not found."18795msgstr ""1879618797#: builtin/tag.c:10518798#, c-format18799msgid "Deleted tag '%s' (was %s)\n"18800msgstr ""1880118802#: builtin/tag.c:13518803#, c-format18804msgid ""18805"\n"18806"Write a message for tag:\n"18807" %s\n"18808"Lines starting with '%c' will be ignored.\n"18809msgstr ""1881018811#: builtin/tag.c:13918812#, c-format18813msgid ""18814"\n"18815"Write a message for tag:\n"18816" %s\n"18817"Lines starting with '%c' will be kept; you may remove them yourself if you "18818"want to.\n"18819msgstr ""1882018821#: builtin/tag.c:19818822msgid "unable to sign the tag"18823msgstr ""1882418825#: builtin/tag.c:20018826msgid "unable to write tag file"18827msgstr ""1882818829#: builtin/tag.c:21618830#, c-format18831msgid ""18832"You have created a nested tag. The object referred to by your new tag is\n"18833"already a tag. If you meant to tag the object that it points to, use:\n"18834"\n"18835"\tgit tag -f %s %s^{}"18836msgstr ""1883718838#: builtin/tag.c:23218839msgid "bad object type."18840msgstr ""1884118842#: builtin/tag.c:28418843msgid "no tag message?"18844msgstr ""1884518846#: builtin/tag.c:29118847#, c-format18848msgid "The tag message has been left in %s\n"18849msgstr ""1885018851#: builtin/tag.c:40218852msgid "list tag names"18853msgstr ""1885418855#: builtin/tag.c:40418856msgid "print <n> lines of each tag message"18857msgstr ""1885818859#: builtin/tag.c:40618860msgid "delete tags"18861msgstr ""1886218863#: builtin/tag.c:40718864msgid "verify tags"18865msgstr ""1886618867#: builtin/tag.c:40918868msgid "Tag creation options"18869msgstr ""1887018871#: builtin/tag.c:41118872msgid "annotated tag, needs a message"18873msgstr ""1887418875#: builtin/tag.c:41318876msgid "tag message"18877msgstr ""1887818879#: builtin/tag.c:41518880msgid "force edit of tag message"18881msgstr ""1888218883#: builtin/tag.c:41618884msgid "annotated and GPG-signed tag"18885msgstr ""1888618887#: builtin/tag.c:41918888msgid "use another key to sign the tag"18889msgstr ""1889018891#: builtin/tag.c:42018892msgid "replace the tag if exists"18893msgstr ""1889418895#: builtin/tag.c:421 builtin/update-ref.c:36918896msgid "create a reflog"18897msgstr ""1889818899#: builtin/tag.c:42318900msgid "Tag listing options"18901msgstr ""1890218903#: builtin/tag.c:42418904msgid "show tag list in columns"18905msgstr ""1890618907#: builtin/tag.c:425 builtin/tag.c:42718908msgid "print only tags that contain the commit"18909msgstr ""1891018911#: builtin/tag.c:426 builtin/tag.c:42818912msgid "print only tags that don't contain the commit"18913msgstr ""1891418915#: builtin/tag.c:42918916msgid "print only tags that are merged"18917msgstr ""1891818919#: builtin/tag.c:43018920msgid "print only tags that are not merged"18921msgstr ""1892218923#: builtin/tag.c:43418924msgid "print only tags of the object"18925msgstr ""1892618927#: builtin/tag.c:48218928msgid "--column and -n are incompatible"18929msgstr ""1893018931#: builtin/tag.c:50418932msgid "-n option is only allowed in list mode"18933msgstr ""1893418935#: builtin/tag.c:50618936msgid "--contains option is only allowed in list mode"18937msgstr ""1893818939#: builtin/tag.c:50818940msgid "--no-contains option is only allowed in list mode"18941msgstr ""1894218943#: builtin/tag.c:51018944msgid "--points-at option is only allowed in list mode"18945msgstr ""1894618947#: builtin/tag.c:51218948msgid "--merged and --no-merged options are only allowed in list mode"18949msgstr ""1895018951#: builtin/tag.c:52318952msgid "only one -F or -m option is allowed."18953msgstr ""1895418955#: builtin/tag.c:54218956msgid "too many params"18957msgstr ""1895818959#: builtin/tag.c:54818960#, c-format18961msgid "'%s' is not a valid tag name."18962msgstr ""1896318964#: builtin/tag.c:55318965#, c-format18966msgid "tag '%s' already exists"18967msgstr ""1896818969#: builtin/tag.c:58418970#, c-format18971msgid "Updated tag '%s' (was %s)\n"18972msgstr ""1897318974#: builtin/unpack-objects.c:50018975msgid "Unpacking objects"18976msgstr ""1897718978#: builtin/update-index.c:8318979#, c-format18980msgid "failed to create directory %s"18981msgstr ""1898218983#: builtin/update-index.c:9918984#, c-format18985msgid "failed to create file %s"18986msgstr ""1898718988#: builtin/update-index.c:10718989#, c-format18990msgid "failed to delete file %s"18991msgstr ""1899218993#: builtin/update-index.c:114 builtin/update-index.c:22018994#, c-format18995msgid "failed to delete directory %s"18996msgstr ""1899718998#: builtin/update-index.c:13918999#, c-format19000msgid "Testing mtime in '%s' "19001msgstr ""1900219003#: builtin/update-index.c:15319004msgid "directory stat info does not change after adding a new file"19005msgstr ""1900619007#: builtin/update-index.c:16619008msgid "directory stat info does not change after adding a new directory"19009msgstr ""1901019011#: builtin/update-index.c:17919012msgid "directory stat info changes after updating a file"19013msgstr ""1901419015#: builtin/update-index.c:19019016msgid "directory stat info changes after adding a file inside subdirectory"19017msgstr ""1901819019#: builtin/update-index.c:20119020msgid "directory stat info does not change after deleting a file"19021msgstr ""1902219023#: builtin/update-index.c:21419024msgid "directory stat info does not change after deleting a directory"19025msgstr ""1902619027#: builtin/update-index.c:22119028msgid " OK"19029msgstr ""1903019031#: builtin/update-index.c:58919032msgid "git update-index [<options>] [--] [<file>...]"19033msgstr ""1903419035#: builtin/update-index.c:97119036msgid "continue refresh even when index needs update"19037msgstr ""1903819039#: builtin/update-index.c:97419040msgid "refresh: ignore submodules"19041msgstr ""1904219043#: builtin/update-index.c:97719044msgid "do not ignore new files"19045msgstr ""1904619047#: builtin/update-index.c:97919048msgid "let files replace directories and vice-versa"19049msgstr ""1905019051#: builtin/update-index.c:98119052msgid "notice files missing from worktree"19053msgstr ""1905419055#: builtin/update-index.c:98319056msgid "refresh even if index contains unmerged entries"19057msgstr ""1905819059#: builtin/update-index.c:98619060msgid "refresh stat information"19061msgstr ""1906219063#: builtin/update-index.c:99019064msgid "like --refresh, but ignore assume-unchanged setting"19065msgstr ""1906619067#: builtin/update-index.c:99419068msgid "<mode>,<object>,<path>"19069msgstr ""1907019071#: builtin/update-index.c:99519072msgid "add the specified entry to the index"19073msgstr ""1907419075#: builtin/update-index.c:100519076msgid "mark files as \"not changing\""19077msgstr ""1907819079#: builtin/update-index.c:100819080msgid "clear assumed-unchanged bit"19081msgstr ""1908219083#: builtin/update-index.c:101119084msgid "mark files as \"index-only\""19085msgstr ""1908619087#: builtin/update-index.c:101419088msgid "clear skip-worktree bit"19089msgstr ""1909019091#: builtin/update-index.c:101719092msgid "add to index only; do not add content to object database"19093msgstr ""1909419095#: builtin/update-index.c:101919096msgid "remove named paths even if present in worktree"19097msgstr ""1909819099#: builtin/update-index.c:102119100msgid "with --stdin: input lines are terminated by null bytes"19101msgstr ""1910219103#: builtin/update-index.c:102319104msgid "read list of paths to be updated from standard input"19105msgstr ""1910619107#: builtin/update-index.c:102719108msgid "add entries from standard input to the index"19109msgstr ""1911019111#: builtin/update-index.c:103119112msgid "repopulate stages #2 and #3 for the listed paths"19113msgstr ""1911419115#: builtin/update-index.c:103519116msgid "only update entries that differ from HEAD"19117msgstr ""1911819119#: builtin/update-index.c:103919120msgid "ignore files missing from worktree"19121msgstr ""1912219123#: builtin/update-index.c:104219124msgid "report actions to standard output"19125msgstr ""1912619127#: builtin/update-index.c:104419128msgid "(for porcelains) forget saved unresolved conflicts"19129msgstr ""1913019131#: builtin/update-index.c:104819132msgid "write index in this format"19133msgstr ""1913419135#: builtin/update-index.c:105019136msgid "enable or disable split index"19137msgstr ""1913819139#: builtin/update-index.c:105219140msgid "enable/disable untracked cache"19141msgstr ""1914219143#: builtin/update-index.c:105419144msgid "test if the filesystem supports untracked cache"19145msgstr ""1914619147#: builtin/update-index.c:105619148msgid "enable untracked cache without testing the filesystem"19149msgstr ""1915019151#: builtin/update-index.c:105819152msgid "write out the index even if is not flagged as changed"19153msgstr ""1915419155#: builtin/update-index.c:106019156msgid "enable or disable file system monitor"19157msgstr ""1915819159#: builtin/update-index.c:106219160msgid "mark files as fsmonitor valid"19161msgstr ""1916219163#: builtin/update-index.c:106519164msgid "clear fsmonitor valid bit"19165msgstr ""1916619167#: builtin/update-index.c:116819168msgid ""19169"core.splitIndex is set to false; remove or change it, if you really want to "19170"enable split index"19171msgstr ""1917219173#: builtin/update-index.c:117719174msgid ""19175"core.splitIndex is set to true; remove or change it, if you really want to "19176"disable split index"19177msgstr ""1917819179#: builtin/update-index.c:118819180msgid ""19181"core.untrackedCache is set to true; remove or change it, if you really want "19182"to disable the untracked cache"19183msgstr ""1918419185#: builtin/update-index.c:119219186msgid "Untracked cache disabled"19187msgstr ""1918819189#: builtin/update-index.c:120019190msgid ""19191"core.untrackedCache is set to false; remove or change it, if you really want "19192"to enable the untracked cache"19193msgstr ""1919419195#: builtin/update-index.c:120419196#, c-format19197msgid "Untracked cache enabled for '%s'"19198msgstr ""1919919200#: builtin/update-index.c:121219201msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"19202msgstr ""1920319204#: builtin/update-index.c:121619205msgid "fsmonitor enabled"19206msgstr ""1920719208#: builtin/update-index.c:121919209msgid ""19210"core.fsmonitor is set; remove it if you really want to disable fsmonitor"19211msgstr ""1921219213#: builtin/update-index.c:122319214msgid "fsmonitor disabled"19215msgstr ""1921619217#: builtin/update-ref.c:1019218msgid "git update-ref [<options>] -d <refname> [<old-val>]"19219msgstr ""1922019221#: builtin/update-ref.c:1119222msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"19223msgstr ""1922419225#: builtin/update-ref.c:1219226msgid "git update-ref [<options>] --stdin [-z]"19227msgstr ""1922819229#: builtin/update-ref.c:36419230msgid "delete the reference"19231msgstr ""1923219233#: builtin/update-ref.c:36619234msgid "update <refname> not the one it points to"19235msgstr ""1923619237#: builtin/update-ref.c:36719238msgid "stdin has NUL-terminated arguments"19239msgstr ""1924019241#: builtin/update-ref.c:36819242msgid "read updates from stdin"19243msgstr ""1924419245#: builtin/update-server-info.c:719246msgid "git update-server-info [--force]"19247msgstr ""1924819249#: builtin/update-server-info.c:1519250msgid "update the info files from scratch"19251msgstr ""1925219253#: builtin/upload-pack.c:1119254msgid "git upload-pack [<options>] <dir>"19255msgstr ""1925619257#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:1719258msgid "quit after a single request/response exchange"19259msgstr ""1926019261#: builtin/upload-pack.c:2519262msgid "exit immediately after initial ref advertisement"19263msgstr ""1926419265#: builtin/upload-pack.c:2719266msgid "do not try <directory>/.git/ if <directory> is no Git directory"19267msgstr ""1926819269#: builtin/upload-pack.c:2919270msgid "interrupt transfer after <n> seconds of inactivity"19271msgstr ""1927219273#: builtin/verify-commit.c:1919274msgid "git verify-commit [-v | --verbose] <commit>..."19275msgstr ""1927619277#: builtin/verify-commit.c:6819278msgid "print commit contents"19279msgstr ""1928019281#: builtin/verify-commit.c:69 builtin/verify-tag.c:3719282msgid "print raw gpg status output"19283msgstr ""1928419285#: builtin/verify-pack.c:5519286msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."19287msgstr ""1928819289#: builtin/verify-pack.c:6519290msgid "verbose"19291msgstr ""1929219293#: builtin/verify-pack.c:6719294msgid "show statistics only"19295msgstr ""1929619297#: builtin/verify-tag.c:1819298msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."19299msgstr ""1930019301#: builtin/verify-tag.c:3619302msgid "print tag contents"19303msgstr ""1930419305#: builtin/worktree.c:1819306msgid "git worktree add [<options>] <path> [<commit-ish>]"19307msgstr ""1930819309#: builtin/worktree.c:1919310msgid "git worktree list [<options>]"19311msgstr ""1931219313#: builtin/worktree.c:2019314msgid "git worktree lock [<options>] <path>"19315msgstr ""1931619317#: builtin/worktree.c:2119318msgid "git worktree move <worktree> <new-path>"19319msgstr ""1932019321#: builtin/worktree.c:2219322msgid "git worktree prune [<options>]"19323msgstr ""1932419325#: builtin/worktree.c:2319326msgid "git worktree remove [<options>] <worktree>"19327msgstr ""1932819329#: builtin/worktree.c:2419330msgid "git worktree unlock <path>"19331msgstr ""1933219333#: builtin/worktree.c:61 builtin/worktree.c:89919334#, c-format19335msgid "failed to delete '%s'"19336msgstr ""1933719338#: builtin/worktree.c:8019339#, c-format19340msgid "Removing worktrees/%s: not a valid directory"19341msgstr ""1934219343#: builtin/worktree.c:8619344#, c-format19345msgid "Removing worktrees/%s: gitdir file does not exist"19346msgstr ""1934719348#: builtin/worktree.c:91 builtin/worktree.c:10019349#, c-format19350msgid "Removing worktrees/%s: unable to read gitdir file (%s)"19351msgstr ""1935219353#: builtin/worktree.c:11019354#, c-format19355msgid ""19356"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "19357"%<PRIuMAX>)"19358msgstr ""1935919360#: builtin/worktree.c:11819361#, c-format19362msgid "Removing worktrees/%s: invalid gitdir file"19363msgstr ""1936419365#: builtin/worktree.c:12719366#, c-format19367msgid "Removing worktrees/%s: gitdir file points to non-existent location"19368msgstr ""1936919370#: builtin/worktree.c:16619371msgid "report pruned working trees"19372msgstr ""1937319374#: builtin/worktree.c:16819375msgid "expire working trees older than <time>"19376msgstr ""1937719378#: builtin/worktree.c:23519379#, c-format19380msgid "'%s' already exists"19381msgstr ""1938219383#: builtin/worktree.c:25219384#, c-format19385msgid "unable to re-add worktree '%s'"19386msgstr ""1938719388#: builtin/worktree.c:25719389#, c-format19390msgid ""19391"'%s' is a missing but locked worktree;\n"19392"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"19393msgstr ""1939419395#: builtin/worktree.c:25919396#, c-format19397msgid ""19398"'%s' is a missing but already registered worktree;\n"19399"use 'add -f' to override, or 'prune' or 'remove' to clear"19400msgstr ""1940119402#: builtin/worktree.c:30919403#, c-format19404msgid "could not create directory of '%s'"19405msgstr ""1940619407#: builtin/worktree.c:440 builtin/worktree.c:44619408#, c-format19409msgid "Preparing worktree (new branch '%s')"19410msgstr ""1941119412#: builtin/worktree.c:44219413#, c-format19414msgid "Preparing worktree (resetting branch '%s'; was at %s)"19415msgstr ""1941619417#: builtin/worktree.c:45119418#, c-format19419msgid "Preparing worktree (checking out '%s')"19420msgstr ""1942119422#: builtin/worktree.c:45719423#, c-format19424msgid "Preparing worktree (detached HEAD %s)"19425msgstr ""1942619427#: builtin/worktree.c:49819428msgid "checkout <branch> even if already checked out in other worktree"19429msgstr ""1943019431#: builtin/worktree.c:50119432msgid "create a new branch"19433msgstr ""1943419435#: builtin/worktree.c:50319436msgid "create or reset a branch"19437msgstr ""1943819439#: builtin/worktree.c:50519440msgid "populate the new working tree"19441msgstr ""1944219443#: builtin/worktree.c:50619444msgid "keep the new working tree locked"19445msgstr ""1944619447#: builtin/worktree.c:50919448msgid "set up tracking mode (see git-branch(1))"19449msgstr ""1945019451#: builtin/worktree.c:51219452msgid "try to match the new branch name with a remote-tracking branch"19453msgstr ""1945419455#: builtin/worktree.c:52019456msgid "-b, -B, and --detach are mutually exclusive"19457msgstr ""1945819459#: builtin/worktree.c:58119460msgid "--[no-]track can only be used if a new branch is created"19461msgstr ""1946219463#: builtin/worktree.c:68119464msgid "reason for locking"19465msgstr ""1946619467#: builtin/worktree.c:693 builtin/worktree.c:726 builtin/worktree.c:80019468#: builtin/worktree.c:92719469#, c-format19470msgid "'%s' is not a working tree"19471msgstr ""1947219473#: builtin/worktree.c:695 builtin/worktree.c:72819474msgid "The main working tree cannot be locked or unlocked"19475msgstr ""1947619477#: builtin/worktree.c:70019478#, c-format19479msgid "'%s' is already locked, reason: %s"19480msgstr ""1948119482#: builtin/worktree.c:70219483#, c-format19484msgid "'%s' is already locked"19485msgstr ""1948619487#: builtin/worktree.c:73019488#, c-format19489msgid "'%s' is not locked"19490msgstr ""1949119492#: builtin/worktree.c:77119493msgid "working trees containing submodules cannot be moved or removed"19494msgstr ""1949519496#: builtin/worktree.c:77919497msgid "force move even if worktree is dirty or locked"19498msgstr ""1949919500#: builtin/worktree.c:802 builtin/worktree.c:92919501#, c-format19502msgid "'%s' is a main working tree"19503msgstr ""1950419505#: builtin/worktree.c:80719506#, c-format19507msgid "could not figure out destination name from '%s'"19508msgstr ""1950919510#: builtin/worktree.c:81319511#, c-format19512msgid "target '%s' already exists"19513msgstr ""1951419515#: builtin/worktree.c:82119516#, c-format19517msgid ""19518"cannot move a locked working tree, lock reason: %s\n"19519"use 'move -f -f' to override or unlock first"19520msgstr ""1952119522#: builtin/worktree.c:82319523msgid ""19524"cannot move a locked working tree;\n"19525"use 'move -f -f' to override or unlock first"19526msgstr ""1952719528#: builtin/worktree.c:82619529#, c-format19530msgid "validation failed, cannot move working tree: %s"19531msgstr ""1953219533#: builtin/worktree.c:83119534#, c-format19535msgid "failed to move '%s' to '%s'"19536msgstr ""1953719538#: builtin/worktree.c:87919539#, c-format19540msgid "failed to run 'git status' on '%s'"19541msgstr ""1954219543#: builtin/worktree.c:88319544#, c-format19545msgid "'%s' is dirty, use --force to delete it"19546msgstr ""1954719548#: builtin/worktree.c:88819549#, c-format19550msgid "failed to run 'git status' on '%s', code %d"19551msgstr ""1955219553#: builtin/worktree.c:91119554msgid "force removal even if worktree is dirty or locked"19555msgstr ""1955619557#: builtin/worktree.c:93419558#, c-format19559msgid ""19560"cannot remove a locked working tree, lock reason: %s\n"19561"use 'remove -f -f' to override or unlock first"19562msgstr ""1956319564#: builtin/worktree.c:93619565msgid ""19566"cannot remove a locked working tree;\n"19567"use 'remove -f -f' to override or unlock first"19568msgstr ""1956919570#: builtin/worktree.c:93919571#, c-format19572msgid "validation failed, cannot remove working tree: %s"19573msgstr ""1957419575#: builtin/write-tree.c:1519576msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"19577msgstr ""1957819579#: builtin/write-tree.c:2819580msgid "<prefix>/"19581msgstr ""1958219583#: builtin/write-tree.c:2919584msgid "write tree object for a subdirectory <prefix>"19585msgstr ""1958619587#: builtin/write-tree.c:3119588msgid "only useful for debugging"19589msgstr ""1959019591#: credential-cache--daemon.c:22319592#, c-format19593msgid ""19594"The permissions on your socket directory are too loose; other\n"19595"users may be able to read your cached credentials. Consider running:\n"19596"\n"19597"\tchmod 0700 %s"19598msgstr ""1959919600#: credential-cache--daemon.c:27219601msgid "print debugging messages to stderr"19602msgstr ""1960319604#: t/helper/test-reach.c:15219605#, c-format19606msgid "commit %s is not marked reachable"19607msgstr ""1960819609#: t/helper/test-reach.c:16219610msgid "too many commits marked reachable"19611msgstr ""1961219613#: t/helper/test-serve-v2.c:719614msgid "test-tool serve-v2 [<options>]"19615msgstr ""1961619617#: t/helper/test-serve-v2.c:1919618msgid "exit immediately after advertising capabilities"19619msgstr ""1962019621#: git.c:2719622msgid ""19623"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"19624" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"19625" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"19626"bare]\n"19627" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"19628" <command> [<args>]"19629msgstr ""1963019631#: git.c:3419632msgid ""19633"'git help -a' and 'git help -g' list available subcommands and some\n"19634"concept guides. See 'git help <command>' or 'git help <concept>'\n"19635"to read about a specific subcommand or concept.\n"19636"See 'git help git' for an overview of the system."19637msgstr ""1963819639#: git.c:18619640#, c-format19641msgid "no directory given for --git-dir\n"19642msgstr ""1964319644#: git.c:20019645#, c-format19646msgid "no namespace given for --namespace\n"19647msgstr ""1964819649#: git.c:21419650#, c-format19651msgid "no directory given for --work-tree\n"19652msgstr ""1965319654#: git.c:22819655#, c-format19656msgid "no prefix given for --super-prefix\n"19657msgstr ""1965819659#: git.c:25019660#, c-format19661msgid "-c expects a configuration string\n"19662msgstr ""1966319664#: git.c:28819665#, c-format19666msgid "no directory given for -C\n"19667msgstr ""1966819669#: git.c:31419670#, c-format19671msgid "unknown option: %s\n"19672msgstr ""1967319674#: git.c:36019675#, c-format19676msgid "while expanding alias '%s': '%s'"19677msgstr ""1967819679#: git.c:36919680#, c-format19681msgid ""19682"alias '%s' changes environment variables.\n"19683"You can use '!git' in the alias to do this"19684msgstr ""1968519686#: git.c:37719687#, c-format19688msgid "empty alias for %s"19689msgstr ""1969019691#: git.c:38019692#, c-format19693msgid "recursive alias: %s"19694msgstr ""1969519696#: git.c:46019697msgid "write failure on standard output"19698msgstr ""1969919700#: git.c:46219701msgid "unknown write failure on standard output"19702msgstr ""1970319704#: git.c:46419705msgid "close failed on standard output"19706msgstr ""1970719708#: git.c:79319709#, c-format19710msgid "alias loop detected: expansion of '%s' does not terminate:%s"19711msgstr ""1971219713#: git.c:84319714#, c-format19715msgid "cannot handle %s as a builtin"19716msgstr ""1971719718#: git.c:85619719#, c-format19720msgid ""19721"usage: %s\n"19722"\n"19723msgstr ""1972419725#: git.c:87619726#, c-format19727msgid "expansion of alias '%s' failed; '%s' is not a git command\n"19728msgstr ""1972919730#: git.c:88819731#, c-format19732msgid "failed to run command '%s': %s\n"19733msgstr ""1973419735#: http.c:37819736#, c-format19737msgid "negative value for http.postbuffer; defaulting to %d"19738msgstr ""1973919740#: http.c:39919741msgid "Delegation control is not supported with cURL < 7.22.0"19742msgstr ""1974319744#: http.c:40819745msgid "Public key pinning not supported with cURL < 7.44.0"19746msgstr ""1974719748#: http.c:87619749msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"19750msgstr ""1975119752#: http.c:94919753msgid "Protocol restrictions not supported with cURL < 7.19.4"19754msgstr ""1975519756#: http.c:108519757#, c-format19758msgid "Unsupported SSL backend '%s'. Supported SSL backends:"19759msgstr ""1976019761#: http.c:109219762#, c-format19763msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"19764msgstr ""1976519766#: http.c:109619767#, c-format19768msgid "Could not set SSL backend to '%s': already set"19769msgstr ""1977019771#: http.c:196519772#, c-format19773msgid ""19774"unable to update url base from redirection:\n"19775" asked for: %s\n"19776" redirect: %s"19777msgstr ""1977819779#: remote-curl.c:15719780#, c-format19781msgid "invalid quoting in push-option value: '%s'"19782msgstr ""1978319784#: remote-curl.c:25419785#, c-format19786msgid "%sinfo/refs not valid: is this a git repository?"19787msgstr ""1978819789#: remote-curl.c:35519790msgid "invalid server response; expected service, got flush packet"19791msgstr ""1979219793#: remote-curl.c:38619794#, c-format19795msgid "invalid server response; got '%s'"19796msgstr ""1979719798#: remote-curl.c:44619799#, c-format19800msgid "repository '%s' not found"19801msgstr ""1980219803#: remote-curl.c:45019804#, c-format19805msgid "Authentication failed for '%s'"19806msgstr ""1980719808#: remote-curl.c:45419809#, c-format19810msgid "unable to access '%s': %s"19811msgstr ""1981219813#: remote-curl.c:46019814#, c-format19815msgid "redirecting to %s"19816msgstr ""1981719818#: remote-curl.c:58419819msgid "shouldn't have EOF when not gentle on EOF"19820msgstr ""1982119822#: remote-curl.c:66419823msgid "unable to rewind rpc post data - try increasing http.postBuffer"19824msgstr ""1982519826#: remote-curl.c:72419827#, c-format19828msgid "RPC failed; %s"19829msgstr ""1983019831#: remote-curl.c:76419832msgid "cannot handle pushes this big"19833msgstr ""1983419835#: remote-curl.c:87919836#, c-format19837msgid "cannot deflate request; zlib deflate error %d"19838msgstr ""1983919840#: remote-curl.c:88319841#, c-format19842msgid "cannot deflate request; zlib end error %d"19843msgstr ""1984419845#: remote-curl.c:101419846msgid "dumb http transport does not support shallow capabilities"19847msgstr ""1984819849#: remote-curl.c:102819850msgid "fetch failed."19851msgstr ""1985219853#: remote-curl.c:107619854msgid "cannot fetch by sha1 over smart http"19855msgstr ""1985619857#: remote-curl.c:1120 remote-curl.c:112619858#, c-format19859msgid "protocol error: expected sha/ref, got '%s'"19860msgstr ""1986119862#: remote-curl.c:1138 remote-curl.c:125219863#, c-format19864msgid "http transport does not support %s"19865msgstr ""1986619867#: remote-curl.c:117419868msgid "git-http-push failed"19869msgstr ""1987019871#: remote-curl.c:136019872msgid "remote-curl: usage: git remote-curl <remote> [<url>]"19873msgstr ""1987419875#: remote-curl.c:139219876msgid "remote-curl: error reading command stream from git"19877msgstr ""1987819879#: remote-curl.c:139919880msgid "remote-curl: fetch attempted without a local repo"19881msgstr ""1988219883#: remote-curl.c:143919884#, c-format19885msgid "remote-curl: unknown command '%s' from git"19886msgstr ""1988719888#: list-objects-filter-options.h:6119889msgid "args"19890msgstr ""1989119892#: list-objects-filter-options.h:6219893msgid "object filtering"19894msgstr ""1989519896#: parse-options.h:17019897msgid "expiry-date"19898msgstr ""1989919900#: parse-options.h:18419901msgid "no-op (backward compatibility)"19902msgstr ""1990319904#: parse-options.h:30519905msgid "be more verbose"19906msgstr ""1990719908#: parse-options.h:30719909msgid "be more quiet"19910msgstr ""1991119912#: parse-options.h:31319913msgid "use <n> digits to display SHA-1s"19914msgstr ""1991519916#: parse-options.h:33219917msgid "how to strip spaces and #comments from message"19918msgstr ""1991919920#: ref-filter.h:10119921msgid "key"19922msgstr ""1992319924#: ref-filter.h:10119925msgid "field name to sort on"19926msgstr ""1992719928#: rerere.h:4419929msgid "update the index with reused conflict resolution if possible"19930msgstr ""1993119932#: wt-status.h:6719933msgid "HEAD detached at "19934msgstr ""1993519936#: wt-status.h:6819937msgid "HEAD detached from "19938msgstr ""1993919940#: command-list.h:5019941msgid "Add file contents to the index"19942msgstr ""1994319944#: command-list.h:5119945msgid "Apply a series of patches from a mailbox"19946msgstr ""1994719948#: command-list.h:5219949msgid "Annotate file lines with commit information"19950msgstr ""1995119952#: command-list.h:5319953msgid "Apply a patch to files and/or to the index"19954msgstr ""1995519956#: command-list.h:5419957msgid "Import a GNU Arch repository into Git"19958msgstr ""1995919960#: command-list.h:5519961msgid "Create an archive of files from a named tree"19962msgstr ""1996319964#: command-list.h:5619965msgid "Use binary search to find the commit that introduced a bug"19966msgstr ""1996719968#: command-list.h:5719969msgid "Show what revision and author last modified each line of a file"19970msgstr ""1997119972#: command-list.h:5819973msgid "List, create, or delete branches"19974msgstr ""1997519976#: command-list.h:5919977msgid "Move objects and refs by archive"19978msgstr ""1997919980#: command-list.h:6019981msgid "Provide content or type and size information for repository objects"19982msgstr ""1998319984#: command-list.h:6119985msgid "Display gitattributes information"19986msgstr ""1998719988#: command-list.h:6219989msgid "Debug gitignore / exclude files"19990msgstr ""1999119992#: command-list.h:6319993msgid "Show canonical names and email addresses of contacts"19994msgstr ""1999519996#: command-list.h:6419997msgid "Switch branches or restore working tree files"19998msgstr ""1999920000#: command-list.h:6520001msgid "Copy files from the index to the working tree"20002msgstr ""2000320004#: command-list.h:6620005msgid "Ensures that a reference name is well formed"20006msgstr ""2000720008#: command-list.h:6720009msgid "Find commits yet to be applied to upstream"20010msgstr ""2001120012#: command-list.h:6820013msgid "Apply the changes introduced by some existing commits"20014msgstr ""2001520016#: command-list.h:6920017msgid "Graphical alternative to git-commit"20018msgstr ""2001920020#: command-list.h:7020021msgid "Remove untracked files from the working tree"20022msgstr ""2002320024#: command-list.h:7120025msgid "Clone a repository into a new directory"20026msgstr ""2002720028#: command-list.h:7220029msgid "Display data in columns"20030msgstr ""2003120032#: command-list.h:7320033msgid "Record changes to the repository"20034msgstr ""2003520036#: command-list.h:7420037msgid "Write and verify Git commit-graph files"20038msgstr ""2003920040#: command-list.h:7520041msgid "Create a new commit object"20042msgstr ""2004320044#: command-list.h:7620045msgid "Get and set repository or global options"20046msgstr ""2004720048#: command-list.h:7720049msgid "Count unpacked number of objects and their disk consumption"20050msgstr ""2005120052#: command-list.h:7820053msgid "Retrieve and store user credentials"20054msgstr ""2005520056#: command-list.h:7920057msgid "Helper to temporarily store passwords in memory"20058msgstr ""2005920060#: command-list.h:8020061msgid "Helper to store credentials on disk"20062msgstr ""2006320064#: command-list.h:8120065msgid "Export a single commit to a CVS checkout"20066msgstr ""2006720068#: command-list.h:8220069msgid "Salvage your data out of another SCM people love to hate"20070msgstr ""2007120072#: command-list.h:8320073msgid "A CVS server emulator for Git"20074msgstr ""2007520076#: command-list.h:8420077msgid "A really simple server for Git repositories"20078msgstr ""2007920080#: command-list.h:8520081msgid "Give an object a human readable name based on an available ref"20082msgstr ""2008320084#: command-list.h:8620085msgid "Show changes between commits, commit and working tree, etc"20086msgstr ""2008720088#: command-list.h:8720089msgid "Compares files in the working tree and the index"20090msgstr ""2009120092#: command-list.h:8820093msgid "Compare a tree to the working tree or index"20094msgstr ""2009520096#: command-list.h:8920097msgid "Compares the content and mode of blobs found via two tree objects"20098msgstr ""2009920100#: command-list.h:9020101msgid "Show changes using common diff tools"20102msgstr ""2010320104#: command-list.h:9120105msgid "Git data exporter"20106msgstr ""2010720108#: command-list.h:9220109msgid "Backend for fast Git data importers"20110msgstr ""2011120112#: command-list.h:9320113msgid "Download objects and refs from another repository"20114msgstr ""2011520116#: command-list.h:9420117msgid "Receive missing objects from another repository"20118msgstr ""2011920120#: command-list.h:9520121msgid "Rewrite branches"20122msgstr ""2012320124#: command-list.h:9620125msgid "Produce a merge commit message"20126msgstr ""2012720128#: command-list.h:9720129msgid "Output information on each ref"20130msgstr ""2013120132#: command-list.h:9820133msgid "Prepare patches for e-mail submission"20134msgstr ""2013520136#: command-list.h:9920137msgid "Verifies the connectivity and validity of the objects in the database"20138msgstr ""2013920140#: command-list.h:10020141msgid "Cleanup unnecessary files and optimize the local repository"20142msgstr ""2014320144#: command-list.h:10120145msgid "Extract commit ID from an archive created using git-archive"20146msgstr ""2014720148#: command-list.h:10220149msgid "Print lines matching a pattern"20150msgstr ""2015120152#: command-list.h:10320153msgid "A portable graphical interface to Git"20154msgstr ""2015520156#: command-list.h:10420157msgid "Compute object ID and optionally creates a blob from a file"20158msgstr ""2015920160#: command-list.h:10520161msgid "Display help information about Git"20162msgstr ""2016320164#: command-list.h:10620165msgid "Server side implementation of Git over HTTP"20166msgstr ""2016720168#: command-list.h:10720169msgid "Download from a remote Git repository via HTTP"20170msgstr ""2017120172#: command-list.h:10820173msgid "Push objects over HTTP/DAV to another repository"20174msgstr ""2017520176#: command-list.h:10920177msgid "Send a collection of patches from stdin to an IMAP folder"20178msgstr ""2017920180#: command-list.h:11020181msgid "Build pack index file for an existing packed archive"20182msgstr ""2018320184#: command-list.h:11120185msgid "Create an empty Git repository or reinitialize an existing one"20186msgstr ""2018720188#: command-list.h:11220189msgid "Instantly browse your working repository in gitweb"20190msgstr ""2019120192#: command-list.h:11320193msgid "Add or parse structured information in commit messages"20194msgstr ""2019520196#: command-list.h:11420197msgid "The Git repository browser"20198msgstr ""2019920200#: command-list.h:11520201msgid "Show commit logs"20202msgstr ""2020320204#: command-list.h:11620205msgid "Show information about files in the index and the working tree"20206msgstr ""2020720208#: command-list.h:11720209msgid "List references in a remote repository"20210msgstr ""2021120212#: command-list.h:11820213msgid "List the contents of a tree object"20214msgstr ""2021520216#: command-list.h:11920217msgid "Extracts patch and authorship from a single e-mail message"20218msgstr ""2021920220#: command-list.h:12020221msgid "Simple UNIX mbox splitter program"20222msgstr ""2022320224#: command-list.h:12120225msgid "Join two or more development histories together"20226msgstr ""2022720228#: command-list.h:12220229msgid "Find as good common ancestors as possible for a merge"20230msgstr ""2023120232#: command-list.h:12320233msgid "Run a three-way file merge"20234msgstr ""2023520236#: command-list.h:12420237msgid "Run a merge for files needing merging"20238msgstr ""2023920240#: command-list.h:12520241msgid "The standard helper program to use with git-merge-index"20242msgstr ""2024320244#: command-list.h:12620245msgid "Run merge conflict resolution tools to resolve merge conflicts"20246msgstr ""2024720248#: command-list.h:12720249msgid "Show three-way merge without touching index"20250msgstr ""2025120252#: command-list.h:12820253msgid "Write and verify multi-pack-indexes"20254msgstr ""2025520256#: command-list.h:12920257msgid "Creates a tag object"20258msgstr ""2025920260#: command-list.h:13020261msgid "Build a tree-object from ls-tree formatted text"20262msgstr ""2026320264#: command-list.h:13120265msgid "Move or rename a file, a directory, or a symlink"20266msgstr ""2026720268#: command-list.h:13220269msgid "Find symbolic names for given revs"20270msgstr ""2027120272#: command-list.h:13320273msgid "Add or inspect object notes"20274msgstr ""2027520276#: command-list.h:13420277msgid "Import from and submit to Perforce repositories"20278msgstr ""2027920280#: command-list.h:13520281msgid "Create a packed archive of objects"20282msgstr ""2028320284#: command-list.h:13620285msgid "Find redundant pack files"20286msgstr ""2028720288#: command-list.h:13720289msgid "Pack heads and tags for efficient repository access"20290msgstr ""2029120292#: command-list.h:13820293msgid "Routines to help parsing remote repository access parameters"20294msgstr ""2029520296#: command-list.h:13920297msgid "Compute unique ID for a patch"20298msgstr ""2029920300#: command-list.h:14020301msgid "Prune all unreachable objects from the object database"20302msgstr ""2030320304#: command-list.h:14120305msgid "Remove extra objects that are already in pack files"20306msgstr ""2030720308#: command-list.h:14220309msgid "Fetch from and integrate with another repository or a local branch"20310msgstr ""2031120312#: command-list.h:14320313msgid "Update remote refs along with associated objects"20314msgstr ""2031520316#: command-list.h:14420317msgid "Applies a quilt patchset onto the current branch"20318msgstr ""2031920320#: command-list.h:14520321msgid "Compare two commit ranges (e.g. two versions of a branch)"20322msgstr ""2032320324#: command-list.h:14620325msgid "Reads tree information into the index"20326msgstr ""2032720328#: command-list.h:14720329msgid "Reapply commits on top of another base tip"20330msgstr ""2033120332#: command-list.h:14820333msgid "Receive what is pushed into the repository"20334msgstr ""2033520336#: command-list.h:14920337msgid "Manage reflog information"20338msgstr ""2033920340#: command-list.h:15020341msgid "Manage set of tracked repositories"20342msgstr ""2034320344#: command-list.h:15120345msgid "Pack unpacked objects in a repository"20346msgstr ""2034720348#: command-list.h:15220349msgid "Create, list, delete refs to replace objects"20350msgstr ""2035120352#: command-list.h:15320353msgid "Generates a summary of pending changes"20354msgstr ""2035520356#: command-list.h:15420357msgid "Reuse recorded resolution of conflicted merges"20358msgstr ""2035920360#: command-list.h:15520361msgid "Reset current HEAD to the specified state"20362msgstr ""2036320364#: command-list.h:15620365msgid "Restore working tree files"20366msgstr ""2036720368#: command-list.h:15720369msgid "Revert some existing commits"20370msgstr ""2037120372#: command-list.h:15820373msgid "Lists commit objects in reverse chronological order"20374msgstr ""2037520376#: command-list.h:15920377msgid "Pick out and massage parameters"20378msgstr ""2037920380#: command-list.h:16020381msgid "Remove files from the working tree and from the index"20382msgstr ""2038320384#: command-list.h:16120385msgid "Send a collection of patches as emails"20386msgstr ""2038720388#: command-list.h:16220389msgid "Push objects over Git protocol to another repository"20390msgstr ""2039120392#: command-list.h:16320393msgid "Restricted login shell for Git-only SSH access"20394msgstr ""2039520396#: command-list.h:16420397msgid "Summarize 'git log' output"20398msgstr ""2039920400#: command-list.h:16520401msgid "Show various types of objects"20402msgstr ""2040320404#: command-list.h:16620405msgid "Show branches and their commits"20406msgstr ""2040720408#: command-list.h:16720409msgid "Show packed archive index"20410msgstr ""2041120412#: command-list.h:16820413msgid "List references in a local repository"20414msgstr ""2041520416#: command-list.h:16920417msgid "Git's i18n setup code for shell scripts"20418msgstr ""2041920420#: command-list.h:17020421msgid "Common Git shell script setup code"20422msgstr ""2042320424#: command-list.h:17120425msgid "Stash the changes in a dirty working directory away"20426msgstr ""2042720428#: command-list.h:17220429msgid "Add file contents to the staging area"20430msgstr ""2043120432#: command-list.h:17320433msgid "Show the working tree status"20434msgstr ""2043520436#: command-list.h:17420437msgid "Remove unnecessary whitespace"20438msgstr ""2043920440#: command-list.h:17520441msgid "Initialize, update or inspect submodules"20442msgstr ""2044320444#: command-list.h:17620445msgid "Bidirectional operation between a Subversion repository and Git"20446msgstr ""2044720448#: command-list.h:17720449msgid "Switch branches"20450msgstr ""2045120452#: command-list.h:17820453msgid "Read, modify and delete symbolic refs"20454msgstr ""2045520456#: command-list.h:17920457msgid "Create, list, delete or verify a tag object signed with GPG"20458msgstr ""2045920460#: command-list.h:18020461msgid "Creates a temporary file with a blob's contents"20462msgstr ""2046320464#: command-list.h:18120465msgid "Unpack objects from a packed archive"20466msgstr ""2046720468#: command-list.h:18220469msgid "Register file contents in the working tree to the index"20470msgstr ""2047120472#: command-list.h:18320473msgid "Update the object name stored in a ref safely"20474msgstr ""2047520476#: command-list.h:18420477msgid "Update auxiliary info file to help dumb servers"20478msgstr ""2047920480#: command-list.h:18520481msgid "Send archive back to git-archive"20482msgstr ""2048320484#: command-list.h:18620485msgid "Send objects packed back to git-fetch-pack"20486msgstr ""2048720488#: command-list.h:18720489msgid "Show a Git logical variable"20490msgstr ""2049120492#: command-list.h:18820493msgid "Check the GPG signature of commits"20494msgstr ""2049520496#: command-list.h:18920497msgid "Validate packed Git archive files"20498msgstr ""2049920500#: command-list.h:19020501msgid "Check the GPG signature of tags"20502msgstr ""2050320504#: command-list.h:19120505msgid "Git web interface (web frontend to Git repositories)"20506msgstr ""2050720508#: command-list.h:19220509msgid "Show logs with difference each commit introduces"20510msgstr ""2051120512#: command-list.h:19320513msgid "Manage multiple working trees"20514msgstr ""2051520516#: command-list.h:19420517msgid "Create a tree object from the current index"20518msgstr ""2051920520#: command-list.h:19520521msgid "Defining attributes per path"20522msgstr ""2052320524#: command-list.h:19620525msgid "Git command-line interface and conventions"20526msgstr ""2052720528#: command-list.h:19720529msgid "A Git core tutorial for developers"20530msgstr ""2053120532#: command-list.h:19820533msgid "Git for CVS users"20534msgstr ""2053520536#: command-list.h:19920537msgid "Tweaking diff output"20538msgstr ""2053920540#: command-list.h:20020541msgid "A useful minimum set of commands for Everyday Git"20542msgstr ""2054320544#: command-list.h:20120545msgid "A Git Glossary"20546msgstr ""2054720548#: command-list.h:20220549msgid "Hooks used by Git"20550msgstr ""2055120552#: command-list.h:20320553msgid "Specifies intentionally untracked files to ignore"20554msgstr ""2055520556#: command-list.h:20420557msgid "Defining submodule properties"20558msgstr ""2055920560#: command-list.h:20520561msgid "Git namespaces"20562msgstr ""2056320564#: command-list.h:20620565msgid "Git Repository Layout"20566msgstr ""2056720568#: command-list.h:20720569msgid "Specifying revisions and ranges for Git"20570msgstr ""2057120572#: command-list.h:20820573msgid "A tutorial introduction to Git: part two"20574msgstr ""2057520576#: command-list.h:20920577msgid "A tutorial introduction to Git"20578msgstr ""2057920580#: command-list.h:21020581msgid "An overview of recommended workflows with Git"20582msgstr ""2058320584#: git-bisect.sh:5420585msgid "You need to start by \"git bisect start\""20586msgstr ""2058720588#. TRANSLATORS: Make sure to include [Y] and [n] in your20589#. translation. The program will only accept English input20590#. at this point.20591#: git-bisect.sh:6020592msgid "Do you want me to do it for you [Y/n]? "20593msgstr ""2059420595#: git-bisect.sh:10120596#, sh-format20597msgid "Bad rev input: $arg"20598msgstr ""2059920600#: git-bisect.sh:12120601#, sh-format20602msgid "Bad rev input: $bisected_head"20603msgstr ""2060420605#: git-bisect.sh:13020606#, sh-format20607msgid "Bad rev input: $rev"20608msgstr ""2060920610#: git-bisect.sh:13920611#, sh-format20612msgid "'git bisect $TERM_BAD' can take only one argument."20613msgstr ""2061420615#: git-bisect.sh:20920616msgid "No logfile given"20617msgstr ""2061820619#: git-bisect.sh:21020620#, sh-format20621msgid "cannot read $file for replaying"20622msgstr ""2062320624#: git-bisect.sh:23220625msgid "?? what are you talking about?"20626msgstr ""2062720628#: git-bisect.sh:24120629msgid "bisect run failed: no command provided."20630msgstr ""2063120632#: git-bisect.sh:24620633#, sh-format20634msgid "running $command"20635msgstr ""2063620637#: git-bisect.sh:25320638#, sh-format20639msgid ""20640"bisect run failed:\n"20641"exit code $res from '$command' is < 0 or >= 128"20642msgstr ""2064320644#: git-bisect.sh:27920645msgid "bisect run cannot continue any more"20646msgstr ""2064720648#: git-bisect.sh:28520649#, sh-format20650msgid ""20651"bisect run failed:\n"20652"'bisect_state $state' exited with error code $res"20653msgstr ""2065420655#: git-bisect.sh:29220656msgid "bisect run success"20657msgstr ""2065820659#: git-bisect.sh:30020660msgid "We are not bisecting."20661msgstr ""2066220663#: git-merge-octopus.sh:4620664msgid ""20665"Error: Your local changes to the following files would be overwritten by "20666"merge"20667msgstr ""2066820669#: git-merge-octopus.sh:6120670msgid "Automated merge did not work."20671msgstr ""2067220673#: git-merge-octopus.sh:6220674msgid "Should not be doing an octopus."20675msgstr ""2067620677#: git-merge-octopus.sh:7320678#, sh-format20679msgid "Unable to find common commit with $pretty_name"20680msgstr ""2068120682#: git-merge-octopus.sh:7720683#, sh-format20684msgid "Already up to date with $pretty_name"20685msgstr ""2068620687#: git-merge-octopus.sh:8920688#, sh-format20689msgid "Fast-forwarding to: $pretty_name"20690msgstr ""2069120692#: git-merge-octopus.sh:9720693#, sh-format20694msgid "Trying simple merge with $pretty_name"20695msgstr ""2069620697#: git-merge-octopus.sh:10220698msgid "Simple merge did not work, trying automatic merge."20699msgstr ""2070020701#: git-legacy-stash.sh:22020702msgid "Cannot remove temporary index (can't happen)"20703msgstr ""2070420705#: git-legacy-stash.sh:27120706#, sh-format20707msgid "Cannot update $ref_stash with $w_commit"20708msgstr ""2070920710#: git-legacy-stash.sh:32320711#, sh-format20712msgid "error: unknown option for 'stash push': $option"20713msgstr ""2071420715#: git-legacy-stash.sh:35520716#, sh-format20717msgid "Saved working directory and index state $stash_msg"20718msgstr ""2071920720#: git-legacy-stash.sh:53520721#, sh-format20722msgid "unknown option: $opt"20723msgstr ""2072420725#: git-legacy-stash.sh:55520726#, sh-format20727msgid "Too many revisions specified: $REV"20728msgstr ""2072920730#: git-legacy-stash.sh:57020731#, sh-format20732msgid "$reference is not a valid reference"20733msgstr ""2073420735#: git-legacy-stash.sh:59820736#, sh-format20737msgid "'$args' is not a stash-like commit"20738msgstr ""2073920740#: git-legacy-stash.sh:60920741#, sh-format20742msgid "'$args' is not a stash reference"20743msgstr ""2074420745#: git-legacy-stash.sh:61720746msgid "unable to refresh index"20747msgstr ""2074820749#: git-legacy-stash.sh:62120750msgid "Cannot apply a stash in the middle of a merge"20751msgstr ""2075220753#: git-legacy-stash.sh:62920754msgid "Conflicts in index. Try without --index."20755msgstr ""2075620757#: git-legacy-stash.sh:63120758msgid "Could not save index tree"20759msgstr ""2076020761#: git-legacy-stash.sh:64020762msgid "Could not restore untracked files from stash entry"20763msgstr ""2076420765#: git-legacy-stash.sh:66520766msgid "Cannot unstage modified files"20767msgstr ""2076820769#: git-legacy-stash.sh:70320770#, sh-format20771msgid "Dropped ${REV} ($s)"20772msgstr ""2077320774#: git-legacy-stash.sh:70420775#, sh-format20776msgid "${REV}: Could not drop stash entry"20777msgstr ""2077820779#: git-legacy-stash.sh:79120780msgid "(To restore them type \"git stash apply\")"20781msgstr ""2078220783#: git-submodule.sh:20020784msgid "Relative path can only be used from the toplevel of the working tree"20785msgstr ""2078620787#: git-submodule.sh:21020788#, sh-format20789msgid "repo URL: '$repo' must be absolute or begin with ./|../"20790msgstr ""2079120792#: git-submodule.sh:22920793#, sh-format20794msgid "'$sm_path' already exists in the index"20795msgstr ""2079620797#: git-submodule.sh:23220798#, sh-format20799msgid "'$sm_path' already exists in the index and is not a submodule"20800msgstr ""2080120802#: git-submodule.sh:23920803#, sh-format20804msgid "'$sm_path' does not have a commit checked out"20805msgstr ""2080620807#: git-submodule.sh:24520808#, sh-format20809msgid ""20810"The following path is ignored by one of your .gitignore files:\n"20811"$sm_path\n"20812"Use -f if you really want to add it."20813msgstr ""2081420815#: git-submodule.sh:26820816#, sh-format20817msgid "Adding existing repo at '$sm_path' to the index"20818msgstr ""2081920820#: git-submodule.sh:27020821#, sh-format20822msgid "'$sm_path' already exists and is not a valid git repo"20823msgstr ""2082420825#: git-submodule.sh:27820826#, sh-format20827msgid "A git directory for '$sm_name' is found locally with remote(s):"20828msgstr ""2082920830#: git-submodule.sh:28020831#, sh-format20832msgid ""20833"If you want to reuse this local git directory instead of cloning again from\n"20834" $realrepo\n"20835"use the '--force' option. If the local git directory is not the correct "20836"repo\n"20837"or you are unsure what this means choose another name with the '--name' "20838"option."20839msgstr ""2084020841#: git-submodule.sh:28620842#, sh-format20843msgid "Reactivating local git directory for submodule '$sm_name'."20844msgstr ""2084520846#: git-submodule.sh:29820847#, sh-format20848msgid "Unable to checkout submodule '$sm_path'"20849msgstr ""2085020851#: git-submodule.sh:30320852#, sh-format20853msgid "Failed to add submodule '$sm_path'"20854msgstr ""2085520856#: git-submodule.sh:31220857#, sh-format20858msgid "Failed to register submodule '$sm_path'"20859msgstr ""2086020861#: git-submodule.sh:57320862#, sh-format20863msgid "Unable to find current revision in submodule path '$displaypath'"20864msgstr ""2086520866#: git-submodule.sh:58320867#, sh-format20868msgid "Unable to fetch in submodule path '$sm_path'"20869msgstr ""2087020871#: git-submodule.sh:58820872#, sh-format20873msgid ""20874"Unable to find current ${remote_name}/${branch} revision in submodule path "20875"'$sm_path'"20876msgstr ""2087720878#: git-submodule.sh:60620879#, sh-format20880msgid ""20881"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "20882"$sha1:"20883msgstr ""2088420885#: git-submodule.sh:61220886#, sh-format20887msgid ""20888"Fetched in submodule path '$displaypath', but it did not contain $sha1. "20889"Direct fetching of that commit failed."20890msgstr ""2089120892#: git-submodule.sh:61920893#, sh-format20894msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"20895msgstr ""2089620897#: git-submodule.sh:62020898#, sh-format20899msgid "Submodule path '$displaypath': checked out '$sha1'"20900msgstr ""2090120902#: git-submodule.sh:62420903#, sh-format20904msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"20905msgstr ""2090620907#: git-submodule.sh:62520908#, sh-format20909msgid "Submodule path '$displaypath': rebased into '$sha1'"20910msgstr ""2091120912#: git-submodule.sh:63020913#, sh-format20914msgid "Unable to merge '$sha1' in submodule path '$displaypath'"20915msgstr ""2091620917#: git-submodule.sh:63120918#, sh-format20919msgid "Submodule path '$displaypath': merged in '$sha1'"20920msgstr ""2092120922#: git-submodule.sh:63620923#, sh-format20924msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"20925msgstr ""2092620927#: git-submodule.sh:63720928#, sh-format20929msgid "Submodule path '$displaypath': '$command $sha1'"20930msgstr ""2093120932#: git-submodule.sh:66820933#, sh-format20934msgid "Failed to recurse into submodule path '$displaypath'"20935msgstr ""2093620937#: git-submodule.sh:83020938msgid "The --cached option cannot be used with the --files option"20939msgstr ""2094020941#: git-submodule.sh:88220942#, sh-format20943msgid "unexpected mode $mod_dst"20944msgstr ""2094520946#: git-submodule.sh:90220947#, sh-format20948msgid " Warn: $display_name doesn't contain commit $sha1_src"20949msgstr ""2095020951#: git-submodule.sh:90520952#, sh-format20953msgid " Warn: $display_name doesn't contain commit $sha1_dst"20954msgstr ""2095520956#: git-submodule.sh:90820957#, sh-format20958msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"20959msgstr ""2096020961#: git-parse-remote.sh:8920962#, sh-format20963msgid "See git-${cmd}(1) for details."20964msgstr ""2096520966#: git-rebase--preserve-merges.sh:10920967msgid "Applied autostash."20968msgstr ""2096920970#: git-rebase--preserve-merges.sh:11220971#, sh-format20972msgid "Cannot store $stash_sha1"20973msgstr ""2097420975#: git-rebase--preserve-merges.sh:19120976#, sh-format20977msgid "Rebasing ($new_count/$total)"20978msgstr ""2097920980#: git-rebase--preserve-merges.sh:20720981msgid ""20982"\n"20983"Commands:\n"20984"p, pick <commit> = use commit\n"20985"r, reword <commit> = use commit, but edit the commit message\n"20986"e, edit <commit> = use commit, but stop for amending\n"20987"s, squash <commit> = use commit, but meld into previous commit\n"20988"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"20989"x, exec <commit> = run command (the rest of the line) using shell\n"20990"d, drop <commit> = remove commit\n"20991"l, label <label> = label current HEAD with a name\n"20992"t, reset <label> = reset HEAD to a label\n"20993"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"20994". create a merge commit using the original merge commit's\n"20995". message (or the oneline, if no original merge commit was\n"20996". specified). Use -c <commit> to reword the commit message.\n"20997"\n"20998"These lines can be re-ordered; they are executed from top to bottom.\n"20999msgstr ""2100021001#: git-rebase--preserve-merges.sh:27021002#, sh-format21003msgid ""21004"You can amend the commit now, with\n"21005"\n"21006"\tgit commit --amend $gpg_sign_opt_quoted\n"21007"\n"21008"Once you are satisfied with your changes, run\n"21009"\n"21010"\tgit rebase --continue"21011msgstr ""2101221013#: git-rebase--preserve-merges.sh:29521014#, sh-format21015msgid "$sha1: not a commit that can be picked"21016msgstr ""2101721018#: git-rebase--preserve-merges.sh:33421019#, sh-format21020msgid "Invalid commit name: $sha1"21021msgstr ""2102221023#: git-rebase--preserve-merges.sh:36421024msgid "Cannot write current commit's replacement sha1"21025msgstr ""2102621027#: git-rebase--preserve-merges.sh:41521028#, sh-format21029msgid "Fast-forward to $sha1"21030msgstr ""2103121032#: git-rebase--preserve-merges.sh:41721033#, sh-format21034msgid "Cannot fast-forward to $sha1"21035msgstr ""2103621037#: git-rebase--preserve-merges.sh:42621038#, sh-format21039msgid "Cannot move HEAD to $first_parent"21040msgstr ""2104121042#: git-rebase--preserve-merges.sh:43121043#, sh-format21044msgid "Refusing to squash a merge: $sha1"21045msgstr ""2104621047#: git-rebase--preserve-merges.sh:44921048#, sh-format21049msgid "Error redoing merge $sha1"21050msgstr ""2105121052#: git-rebase--preserve-merges.sh:45821053#, sh-format21054msgid "Could not pick $sha1"21055msgstr ""2105621057#: git-rebase--preserve-merges.sh:46721058#, sh-format21059msgid "This is the commit message #${n}:"21060msgstr ""2106121062#: git-rebase--preserve-merges.sh:47221063#, sh-format21064msgid "The commit message #${n} will be skipped:"21065msgstr ""2106621067#: git-rebase--preserve-merges.sh:48321068#, sh-format21069msgid "This is a combination of $count commit."21070msgid_plural "This is a combination of $count commits."21071msgstr[0] ""21072msgstr[1] ""2107321074#: git-rebase--preserve-merges.sh:49221075#, sh-format21076msgid "Cannot write $fixup_msg"21077msgstr ""2107821079#: git-rebase--preserve-merges.sh:49521080msgid "This is a combination of 2 commits."21081msgstr ""2108221083#: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:57921084#: git-rebase--preserve-merges.sh:58221085#, sh-format21086msgid "Could not apply $sha1... $rest"21087msgstr ""2108821089#: git-rebase--preserve-merges.sh:61121090#, sh-format21091msgid ""21092"Could not amend commit after successfully picking $sha1... $rest\n"21093"This is most likely due to an empty commit message, or the pre-commit hook\n"21094"failed. If the pre-commit hook failed, you may need to resolve the issue "21095"before\n"21096"you are able to reword the commit."21097msgstr ""2109821099#: git-rebase--preserve-merges.sh:62621100#, sh-format21101msgid "Stopped at $sha1_abbrev... $rest"21102msgstr ""2110321104#: git-rebase--preserve-merges.sh:64121105#, sh-format21106msgid "Cannot '$squash_style' without a previous commit"21107msgstr ""2110821109#: git-rebase--preserve-merges.sh:68321110#, sh-format21111msgid "Executing: $rest"21112msgstr ""2111321114#: git-rebase--preserve-merges.sh:69121115#, sh-format21116msgid "Execution failed: $rest"21117msgstr ""2111821119#: git-rebase--preserve-merges.sh:69321120msgid "and made changes to the index and/or the working tree"21121msgstr ""2112221123#: git-rebase--preserve-merges.sh:69521124msgid ""21125"You can fix the problem, and then run\n"21126"\n"21127"\tgit rebase --continue"21128msgstr ""2112921130#. TRANSLATORS: after these lines is a command to be issued by the user21131#: git-rebase--preserve-merges.sh:70821132#, sh-format21133msgid ""21134"Execution succeeded: $rest\n"21135"but left changes to the index and/or the working tree\n"21136"Commit or stash your changes, and then run\n"21137"\n"21138"\tgit rebase --continue"21139msgstr ""2114021141#: git-rebase--preserve-merges.sh:71921142#, sh-format21143msgid "Unknown command: $command $sha1 $rest"21144msgstr ""2114521146#: git-rebase--preserve-merges.sh:72021147msgid "Please fix this using 'git rebase --edit-todo'."21148msgstr ""2114921150#: git-rebase--preserve-merges.sh:75521151#, sh-format21152msgid "Successfully rebased and updated $head_name."21153msgstr ""2115421155#: git-rebase--preserve-merges.sh:81221156msgid "Could not remove CHERRY_PICK_HEAD"21157msgstr ""2115821159#: git-rebase--preserve-merges.sh:81721160#, sh-format21161msgid ""21162"You have staged changes in your working tree.\n"21163"If these changes are meant to be\n"21164"squashed into the previous commit, run:\n"21165"\n"21166" git commit --amend $gpg_sign_opt_quoted\n"21167"\n"21168"If they are meant to go into a new commit, run:\n"21169"\n"21170" git commit $gpg_sign_opt_quoted\n"21171"\n"21172"In both cases, once you're done, continue with:\n"21173"\n"21174" git rebase --continue\n"21175msgstr ""2117621177#: git-rebase--preserve-merges.sh:83421178msgid "Error trying to find the author identity to amend commit"21179msgstr ""2118021181#: git-rebase--preserve-merges.sh:83921182msgid ""21183"You have uncommitted changes in your working tree. Please commit them\n"21184"first and then run 'git rebase --continue' again."21185msgstr ""2118621187#: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:84821188msgid "Could not commit staged changes."21189msgstr ""2119021191#: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:96521192msgid "Could not execute editor"21193msgstr ""2119421195#: git-rebase--preserve-merges.sh:90021196#, sh-format21197msgid "Could not checkout $switch_to"21198msgstr ""2119921200#: git-rebase--preserve-merges.sh:90721201msgid "No HEAD?"21202msgstr ""2120321204#: git-rebase--preserve-merges.sh:90821205#, sh-format21206msgid "Could not create temporary $state_dir"21207msgstr ""2120821209#: git-rebase--preserve-merges.sh:91121210msgid "Could not mark as interactive"21211msgstr ""2121221213#: git-rebase--preserve-merges.sh:94321214#, sh-format21215msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"21216msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"21217msgstr[0] ""21218msgstr[1] ""2121921220#: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:100221221msgid "Could not init rewritten commits"21222msgstr ""2122321224#: git-sh-setup.sh:89 git-sh-setup.sh:9421225#, sh-format21226msgid "usage: $dashless $USAGE"21227msgstr ""2122821229#: git-sh-setup.sh:19121230#, sh-format21231msgid "Cannot chdir to $cdup, the toplevel of the working tree"21232msgstr ""2123321234#: git-sh-setup.sh:200 git-sh-setup.sh:20721235#, sh-format21236msgid "fatal: $program_name cannot be used without a working tree."21237msgstr ""2123821239#: git-sh-setup.sh:22121240msgid "Cannot rebase: You have unstaged changes."21241msgstr ""2124221243#: git-sh-setup.sh:22421244msgid "Cannot rewrite branches: You have unstaged changes."21245msgstr ""2124621247#: git-sh-setup.sh:22721248msgid "Cannot pull with rebase: You have unstaged changes."21249msgstr ""2125021251#: git-sh-setup.sh:23021252#, sh-format21253msgid "Cannot $action: You have unstaged changes."21254msgstr ""2125521256#: git-sh-setup.sh:24321257msgid "Cannot rebase: Your index contains uncommitted changes."21258msgstr ""2125921260#: git-sh-setup.sh:24621261msgid "Cannot pull with rebase: Your index contains uncommitted changes."21262msgstr ""2126321264#: git-sh-setup.sh:24921265#, sh-format21266msgid "Cannot $action: Your index contains uncommitted changes."21267msgstr ""2126821269#: git-sh-setup.sh:25321270msgid "Additionally, your index contains uncommitted changes."21271msgstr ""2127221273#: git-sh-setup.sh:37321274msgid "You need to run this command from the toplevel of the working tree."21275msgstr ""2127621277#: git-sh-setup.sh:37821278msgid "Unable to determine absolute path of git directory"21279msgstr ""2128021281#. TRANSLATORS: you can adjust this to align "git add -i" status menu21282#: git-add--interactive.perl:21021283#, perl-format21284msgid "%12s %12s %s"21285msgstr ""2128621287#: git-add--interactive.perl:21121288msgid "staged"21289msgstr ""2129021291#: git-add--interactive.perl:21121292msgid "unstaged"21293msgstr ""2129421295#: git-add--interactive.perl:267 git-add--interactive.perl:29221296msgid "binary"21297msgstr ""2129821299#: git-add--interactive.perl:276 git-add--interactive.perl:33021300msgid "nothing"21301msgstr ""2130221303#: git-add--interactive.perl:312 git-add--interactive.perl:32721304msgid "unchanged"21305msgstr ""2130621307#: git-add--interactive.perl:62321308#, perl-format21309msgid "added %d path\n"21310msgid_plural "added %d paths\n"21311msgstr[0] ""21312msgstr[1] ""2131321314#: git-add--interactive.perl:62621315#, perl-format21316msgid "updated %d path\n"21317msgid_plural "updated %d paths\n"21318msgstr[0] ""21319msgstr[1] ""2132021321#: git-add--interactive.perl:62921322#, perl-format21323msgid "reverted %d path\n"21324msgid_plural "reverted %d paths\n"21325msgstr[0] ""21326msgstr[1] ""2132721328#: git-add--interactive.perl:63221329#, perl-format21330msgid "touched %d path\n"21331msgid_plural "touched %d paths\n"21332msgstr[0] ""21333msgstr[1] ""2133421335#: git-add--interactive.perl:64121336msgid "Update"21337msgstr ""2133821339#: git-add--interactive.perl:65321340msgid "Revert"21341msgstr ""2134221343#: git-add--interactive.perl:67621344#, perl-format21345msgid "note: %s is untracked now.\n"21346msgstr ""2134721348#: git-add--interactive.perl:68721349msgid "Add untracked"21350msgstr ""2135121352#: git-add--interactive.perl:69321353msgid "No untracked files.\n"21354msgstr ""2135521356#: git-add--interactive.perl:105121357msgid ""21358"If the patch applies cleanly, the edited hunk will immediately be\n"21359"marked for staging."21360msgstr ""2136121362#: git-add--interactive.perl:105421363msgid ""21364"If the patch applies cleanly, the edited hunk will immediately be\n"21365"marked for stashing."21366msgstr ""2136721368#: git-add--interactive.perl:105721369msgid ""21370"If the patch applies cleanly, the edited hunk will immediately be\n"21371"marked for unstaging."21372msgstr ""2137321374#: git-add--interactive.perl:1060 git-add--interactive.perl:106921375#: git-add--interactive.perl:107521376msgid ""21377"If the patch applies cleanly, the edited hunk will immediately be\n"21378"marked for applying."21379msgstr ""2138021381#: git-add--interactive.perl:1063 git-add--interactive.perl:106621382#: git-add--interactive.perl:107221383msgid ""21384"If the patch applies cleanly, the edited hunk will immediately be\n"21385"marked for discarding."21386msgstr ""2138721388#: git-add--interactive.perl:110921389#, perl-format21390msgid "failed to open hunk edit file for writing: %s"21391msgstr ""2139221393#: git-add--interactive.perl:111021394msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"21395msgstr ""2139621397#: git-add--interactive.perl:111621398#, perl-format21399msgid ""21400"---\n"21401"To remove '%s' lines, make them ' ' lines (context).\n"21402"To remove '%s' lines, delete them.\n"21403"Lines starting with %s will be removed.\n"21404msgstr ""2140521406#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.21407#: git-add--interactive.perl:112421408msgid ""21409"If it does not apply cleanly, you will be given an opportunity to\n"21410"edit again. If all lines of the hunk are removed, then the edit is\n"21411"aborted and the hunk is left unchanged.\n"21412msgstr ""2141321414#: git-add--interactive.perl:113821415#, perl-format21416msgid "failed to open hunk edit file for reading: %s"21417msgstr ""2141821419#. TRANSLATORS: do not translate [y/n]21420#. The program will only accept that input21421#. at this point.21422#. Consider translating (saying "no" discards!) as21423#. (saying "n" for "no" discards!) if the translation21424#. of the word "no" does not start with n.21425#: git-add--interactive.perl:123721426msgid ""21427"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "21428msgstr ""2142921430#: git-add--interactive.perl:124621431msgid ""21432"y - stage this hunk\n"21433"n - do not stage this hunk\n"21434"q - quit; do not stage this hunk or any of the remaining ones\n"21435"a - stage this hunk and all later hunks in the file\n"21436"d - do not stage this hunk or any of the later hunks in the file"21437msgstr ""2143821439#: git-add--interactive.perl:125221440msgid ""21441"y - stash this hunk\n"21442"n - do not stash this hunk\n"21443"q - quit; do not stash this hunk or any of the remaining ones\n"21444"a - stash this hunk and all later hunks in the file\n"21445"d - do not stash this hunk or any of the later hunks in the file"21446msgstr ""2144721448#: git-add--interactive.perl:125821449msgid ""21450"y - unstage this hunk\n"21451"n - do not unstage this hunk\n"21452"q - quit; do not unstage this hunk or any of the remaining ones\n"21453"a - unstage this hunk and all later hunks in the file\n"21454"d - do not unstage this hunk or any of the later hunks in the file"21455msgstr ""2145621457#: git-add--interactive.perl:126421458msgid ""21459"y - apply this hunk to index\n"21460"n - do not apply this hunk to index\n"21461"q - quit; do not apply this hunk or any of the remaining ones\n"21462"a - apply this hunk and all later hunks in the file\n"21463"d - do not apply this hunk or any of the later hunks in the file"21464msgstr ""2146521466#: git-add--interactive.perl:1270 git-add--interactive.perl:128821467msgid ""21468"y - discard this hunk from worktree\n"21469"n - do not discard this hunk from worktree\n"21470"q - quit; do not discard this hunk or any of the remaining ones\n"21471"a - discard this hunk and all later hunks in the file\n"21472"d - do not discard this hunk or any of the later hunks in the file"21473msgstr ""2147421475#: git-add--interactive.perl:127621476msgid ""21477"y - discard this hunk from index and worktree\n"21478"n - do not discard this hunk from index and worktree\n"21479"q - quit; do not discard this hunk or any of the remaining ones\n"21480"a - discard this hunk and all later hunks in the file\n"21481"d - do not discard this hunk or any of the later hunks in the file"21482msgstr ""2148321484#: git-add--interactive.perl:128221485msgid ""21486"y - apply this hunk to index and worktree\n"21487"n - do not apply this hunk to index and worktree\n"21488"q - quit; do not apply this hunk or any of the remaining ones\n"21489"a - apply this hunk and all later hunks in the file\n"21490"d - do not apply this hunk or any of the later hunks in the file"21491msgstr ""2149221493#: git-add--interactive.perl:129421494msgid ""21495"y - apply this hunk to worktree\n"21496"n - do not apply this hunk to worktree\n"21497"q - quit; do not apply this hunk or any of the remaining ones\n"21498"a - apply this hunk and all later hunks in the file\n"21499"d - do not apply this hunk or any of the later hunks in the file"21500msgstr ""2150121502#: git-add--interactive.perl:130921503msgid ""21504"g - select a hunk to go to\n"21505"/ - search for a hunk matching the given regex\n"21506"j - leave this hunk undecided, see next undecided hunk\n"21507"J - leave this hunk undecided, see next hunk\n"21508"k - leave this hunk undecided, see previous undecided hunk\n"21509"K - leave this hunk undecided, see previous hunk\n"21510"s - split the current hunk into smaller hunks\n"21511"e - manually edit the current hunk\n"21512"? - print help\n"21513msgstr ""2151421515#: git-add--interactive.perl:134021516msgid "The selected hunks do not apply to the index!\n"21517msgstr ""2151821519#: git-add--interactive.perl:134121520msgid "Apply them to the worktree anyway? "21521msgstr ""2152221523#: git-add--interactive.perl:134421524msgid "Nothing was applied.\n"21525msgstr ""2152621527#: git-add--interactive.perl:135521528#, perl-format21529msgid "ignoring unmerged: %s\n"21530msgstr ""2153121532#: git-add--interactive.perl:136421533msgid "Only binary files changed.\n"21534msgstr ""2153521536#: git-add--interactive.perl:136621537msgid "No changes.\n"21538msgstr ""2153921540#: git-add--interactive.perl:137421541msgid "Patch update"21542msgstr ""2154321544#: git-add--interactive.perl:142621545#, perl-format21546msgid "Stage mode change [y,n,q,a,d%s,?]? "21547msgstr ""2154821549#: git-add--interactive.perl:142721550#, perl-format21551msgid "Stage deletion [y,n,q,a,d%s,?]? "21552msgstr ""2155321554#: git-add--interactive.perl:142821555#, perl-format21556msgid "Stage this hunk [y,n,q,a,d%s,?]? "21557msgstr ""2155821559#: git-add--interactive.perl:143121560#, perl-format21561msgid "Stash mode change [y,n,q,a,d%s,?]? "21562msgstr ""2156321564#: git-add--interactive.perl:143221565#, perl-format21566msgid "Stash deletion [y,n,q,a,d%s,?]? "21567msgstr ""2156821569#: git-add--interactive.perl:143321570#, perl-format21571msgid "Stash this hunk [y,n,q,a,d%s,?]? "21572msgstr ""2157321574#: git-add--interactive.perl:143621575#, perl-format21576msgid "Unstage mode change [y,n,q,a,d%s,?]? "21577msgstr ""2157821579#: git-add--interactive.perl:143721580#, perl-format21581msgid "Unstage deletion [y,n,q,a,d%s,?]? "21582msgstr ""2158321584#: git-add--interactive.perl:143821585#, perl-format21586msgid "Unstage this hunk [y,n,q,a,d%s,?]? "21587msgstr ""2158821589#: git-add--interactive.perl:144121590#, perl-format21591msgid "Apply mode change to index [y,n,q,a,d%s,?]? "21592msgstr ""2159321594#: git-add--interactive.perl:144221595#, perl-format21596msgid "Apply deletion to index [y,n,q,a,d%s,?]? "21597msgstr ""2159821599#: git-add--interactive.perl:144321600#, perl-format21601msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "21602msgstr ""2160321604#: git-add--interactive.perl:1446 git-add--interactive.perl:146121605#, perl-format21606msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "21607msgstr ""2160821609#: git-add--interactive.perl:1447 git-add--interactive.perl:146221610#, perl-format21611msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "21612msgstr ""2161321614#: git-add--interactive.perl:1448 git-add--interactive.perl:146321615#, perl-format21616msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "21617msgstr ""2161821619#: git-add--interactive.perl:145121620#, perl-format21621msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "21622msgstr ""2162321624#: git-add--interactive.perl:145221625#, perl-format21626msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "21627msgstr ""2162821629#: git-add--interactive.perl:145321630#, perl-format21631msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "21632msgstr ""2163321634#: git-add--interactive.perl:145621635#, perl-format21636msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "21637msgstr ""2163821639#: git-add--interactive.perl:145721640#, perl-format21641msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "21642msgstr ""2164321644#: git-add--interactive.perl:145821645#, perl-format21646msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "21647msgstr ""2164821649#: git-add--interactive.perl:146621650#, perl-format21651msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "21652msgstr ""2165321654#: git-add--interactive.perl:146721655#, perl-format21656msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "21657msgstr ""2165821659#: git-add--interactive.perl:146821660#, perl-format21661msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "21662msgstr ""2166321664#: git-add--interactive.perl:156821665msgid "No other hunks to goto\n"21666msgstr ""2166721668#: git-add--interactive.perl:157521669msgid "go to which hunk (<ret> to see more)? "21670msgstr ""2167121672#: git-add--interactive.perl:157721673msgid "go to which hunk? "21674msgstr ""2167521676#: git-add--interactive.perl:158621677#, perl-format21678msgid "Invalid number: '%s'\n"21679msgstr ""2168021681#: git-add--interactive.perl:159121682#, perl-format21683msgid "Sorry, only %d hunk available.\n"21684msgid_plural "Sorry, only %d hunks available.\n"21685msgstr[0] ""21686msgstr[1] ""2168721688#: git-add--interactive.perl:161721689msgid "No other hunks to search\n"21690msgstr ""2169121692#: git-add--interactive.perl:162121693msgid "search for regex? "21694msgstr ""2169521696#: git-add--interactive.perl:163421697#, perl-format21698msgid "Malformed search regexp %s: %s\n"21699msgstr ""2170021701#: git-add--interactive.perl:164421702msgid "No hunk matches the given pattern\n"21703msgstr ""2170421705#: git-add--interactive.perl:1656 git-add--interactive.perl:167821706msgid "No previous hunk\n"21707msgstr ""2170821709#: git-add--interactive.perl:1665 git-add--interactive.perl:168421710msgid "No next hunk\n"21711msgstr ""2171221713#: git-add--interactive.perl:169021714msgid "Sorry, cannot split this hunk\n"21715msgstr ""2171621717#: git-add--interactive.perl:169621718#, perl-format21719msgid "Split into %d hunk.\n"21720msgid_plural "Split into %d hunks.\n"21721msgstr[0] ""21722msgstr[1] ""2172321724#: git-add--interactive.perl:170621725msgid "Sorry, cannot edit this hunk\n"21726msgstr ""2172721728#: git-add--interactive.perl:175221729msgid "Review diff"21730msgstr ""2173121732#. TRANSLATORS: please do not translate the command names21733#. 'status', 'update', 'revert', etc.21734#: git-add--interactive.perl:177121735msgid ""21736"status - show paths with changes\n"21737"update - add working tree state to the staged set of changes\n"21738"revert - revert staged set of changes back to the HEAD version\n"21739"patch - pick hunks and update selectively\n"21740"diff - view diff between HEAD and index\n"21741"add untracked - add contents of untracked files to the staged set of "21742"changes\n"21743msgstr ""2174421745#: git-add--interactive.perl:1788 git-add--interactive.perl:179321746#: git-add--interactive.perl:1796 git-add--interactive.perl:180321747#: git-add--interactive.perl:1806 git-add--interactive.perl:181321748#: git-add--interactive.perl:1817 git-add--interactive.perl:182321749msgid "missing --"21750msgstr ""2175121752#: git-add--interactive.perl:181921753#, perl-format21754msgid "unknown --patch mode: %s"21755msgstr ""2175621757#: git-add--interactive.perl:1825 git-add--interactive.perl:183121758#, perl-format21759msgid "invalid argument %s, expecting --"21760msgstr ""2176121762#: git-send-email.perl:13821763msgid "local zone differs from GMT by a non-minute interval\n"21764msgstr ""2176521766#: git-send-email.perl:145 git-send-email.perl:15121767msgid "local time offset greater than or equal to 24 hours\n"21768msgstr ""2176921770#: git-send-email.perl:223 git-send-email.perl:22921771msgid "the editor exited uncleanly, aborting everything"21772msgstr ""2177321774#: git-send-email.perl:31021775#, perl-format21776msgid ""21777"'%s' contains an intermediate version of the email you were composing.\n"21778msgstr ""2177921780#: git-send-email.perl:31521781#, perl-format21782msgid "'%s.final' contains the composed email.\n"21783msgstr ""2178421785#: git-send-email.perl:40821786msgid "--dump-aliases incompatible with other options\n"21787msgstr ""2178821789#: git-send-email.perl:481 git-send-email.perl:68321790msgid "Cannot run git format-patch from outside a repository\n"21791msgstr ""2179221793#: git-send-email.perl:48421794msgid ""21795"`batch-size` and `relogin` must be specified together (via command-line or "21796"configuration option)\n"21797msgstr ""2179821799#: git-send-email.perl:49721800#, perl-format21801msgid "Unknown --suppress-cc field: '%s'\n"21802msgstr ""2180321804#: git-send-email.perl:52821805#, perl-format21806msgid "Unknown --confirm setting: '%s'\n"21807msgstr ""2180821809#: git-send-email.perl:55621810#, perl-format21811msgid "warning: sendmail alias with quotes is not supported: %s\n"21812msgstr ""2181321814#: git-send-email.perl:55821815#, perl-format21816msgid "warning: `:include:` not supported: %s\n"21817msgstr ""2181821819#: git-send-email.perl:56021820#, perl-format21821msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"21822msgstr ""2182321824#: git-send-email.perl:56521825#, perl-format21826msgid "warning: sendmail line is not recognized: %s\n"21827msgstr ""2182821829#: git-send-email.perl:64921830#, perl-format21831msgid ""21832"File '%s' exists but it could also be the range of commits\n"21833"to produce patches for. Please disambiguate by...\n"21834"\n"21835" * Saying \"./%s\" if you mean a file; or\n"21836" * Giving --format-patch option if you mean a range.\n"21837msgstr ""2183821839#: git-send-email.perl:67021840#, perl-format21841msgid "Failed to opendir %s: %s"21842msgstr ""2184321844#: git-send-email.perl:69421845#, perl-format21846msgid ""21847"fatal: %s: %s\n"21848"warning: no patches were sent\n"21849msgstr ""2185021851#: git-send-email.perl:70521852msgid ""21853"\n"21854"No patch files specified!\n"21855"\n"21856msgstr ""2185721858#: git-send-email.perl:71821859#, perl-format21860msgid "No subject line in %s?"21861msgstr ""2186221863#: git-send-email.perl:72821864#, perl-format21865msgid "Failed to open for writing %s: %s"21866msgstr ""2186721868#: git-send-email.perl:73921869msgid ""21870"Lines beginning in \"GIT:\" will be removed.\n"21871"Consider including an overall diffstat or table of contents\n"21872"for the patch you are writing.\n"21873"\n"21874"Clear the body content if you don't wish to send a summary.\n"21875msgstr ""2187621877#: git-send-email.perl:76321878#, perl-format21879msgid "Failed to open %s: %s"21880msgstr ""2188121882#: git-send-email.perl:78021883#, perl-format21884msgid "Failed to open %s.final: %s"21885msgstr ""2188621887#: git-send-email.perl:82321888msgid "Summary email is empty, skipping it\n"21889msgstr ""2189021891#. TRANSLATORS: please keep [y/N] as is.21892#: git-send-email.perl:85821893#, perl-format21894msgid "Are you sure you want to use <%s> [y/N]? "21895msgstr ""2189621897#: git-send-email.perl:91321898msgid ""21899"The following files are 8bit, but do not declare a Content-Transfer-"21900"Encoding.\n"21901msgstr ""2190221903#: git-send-email.perl:91821904msgid "Which 8bit encoding should I declare [UTF-8]? "21905msgstr ""2190621907#: git-send-email.perl:92621908#, perl-format21909msgid ""21910"Refusing to send because the patch\n"21911"\t%s\n"21912"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "21913"want to send.\n"21914msgstr ""2191521916#: git-send-email.perl:94521917msgid "To whom should the emails be sent (if anyone)?"21918msgstr ""2191921920#: git-send-email.perl:96321921#, perl-format21922msgid "fatal: alias '%s' expands to itself\n"21923msgstr ""2192421925#: git-send-email.perl:97521926msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "21927msgstr ""2192821929#: git-send-email.perl:1033 git-send-email.perl:104121930#, perl-format21931msgid "error: unable to extract a valid address from: %s\n"21932msgstr ""2193321934#. TRANSLATORS: Make sure to include [q] [d] [e] in your21935#. translation. The program will only accept English input21936#. at this point.21937#: git-send-email.perl:104521938msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "21939msgstr ""2194021941#: git-send-email.perl:136221942#, perl-format21943msgid "CA path \"%s\" does not exist"21944msgstr ""2194521946#: git-send-email.perl:144521947msgid ""21948" The Cc list above has been expanded by additional\n"21949" addresses found in the patch commit message. By default\n"21950" send-email prompts before sending whenever this occurs.\n"21951" This behavior is controlled by the sendemail.confirm\n"21952" configuration setting.\n"21953"\n"21954" For additional information, run 'git send-email --help'.\n"21955" To retain the current behavior, but squelch this message,\n"21956" run 'git config --global sendemail.confirm auto'.\n"21957"\n"21958msgstr ""2195921960#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your21961#. translation. The program will only accept English input21962#. at this point.21963#: git-send-email.perl:146021964msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "21965msgstr ""2196621967#: git-send-email.perl:146321968msgid "Send this email reply required"21969msgstr ""2197021971#: git-send-email.perl:149121972msgid "The required SMTP server is not properly defined."21973msgstr ""2197421975#: git-send-email.perl:153821976#, perl-format21977msgid "Server does not support STARTTLS! %s"21978msgstr ""2197921980#: git-send-email.perl:1543 git-send-email.perl:154721981#, perl-format21982msgid "STARTTLS failed! %s"21983msgstr ""2198421985#: git-send-email.perl:155621986msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."21987msgstr ""2198821989#: git-send-email.perl:157421990#, perl-format21991msgid "Failed to send %s\n"21992msgstr ""2199321994#: git-send-email.perl:157721995#, perl-format21996msgid "Dry-Sent %s\n"21997msgstr ""2199821999#: git-send-email.perl:157722000#, perl-format22001msgid "Sent %s\n"22002msgstr ""2200322004#: git-send-email.perl:157922005msgid "Dry-OK. Log says:\n"22006msgstr ""2200722008#: git-send-email.perl:157922009msgid "OK. Log says:\n"22010msgstr ""2201122012#: git-send-email.perl:159122013msgid "Result: "22014msgstr ""2201522016#: git-send-email.perl:159422017msgid "Result: OK\n"22018msgstr ""2201922020#: git-send-email.perl:161222021#, perl-format22022msgid "can't open file %s"22023msgstr ""2202422025#: git-send-email.perl:1659 git-send-email.perl:167922026#, perl-format22027msgid "(mbox) Adding cc: %s from line '%s'\n"22028msgstr ""2202922030#: git-send-email.perl:166522031#, perl-format22032msgid "(mbox) Adding to: %s from line '%s'\n"22033msgstr ""2203422035#: git-send-email.perl:171822036#, perl-format22037msgid "(non-mbox) Adding cc: %s from line '%s'\n"22038msgstr ""2203922040#: git-send-email.perl:175322041#, perl-format22042msgid "(body) Adding cc: %s from line '%s'\n"22043msgstr ""2204422045#: git-send-email.perl:186422046#, perl-format22047msgid "(%s) Could not execute '%s'"22048msgstr ""2204922050#: git-send-email.perl:187122051#, perl-format22052msgid "(%s) Adding %s: %s from: '%s'\n"22053msgstr ""2205422055#: git-send-email.perl:187522056#, perl-format22057msgid "(%s) failed to close pipe to '%s'"22058msgstr ""2205922060#: git-send-email.perl:190522061msgid "cannot send message as 7bit"22062msgstr ""2206322064#: git-send-email.perl:191322065msgid "invalid transfer encoding"22066msgstr ""2206722068#: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:201622069#, perl-format22070msgid "unable to open %s: %s\n"22071msgstr ""2207222073#: git-send-email.perl:195722074#, perl-format22075msgid "%s: patch contains a line longer than 998 characters"22076msgstr ""2207722078#: git-send-email.perl:197422079#, perl-format22080msgid "Skipping %s with backup suffix '%s'.\n"22081msgstr ""2208222083#. TRANSLATORS: please keep "[y|N]" as is.22084#: git-send-email.perl:197822085#, perl-format22086msgid "Do you really want to send %s? [y|N]: "22087msgstr ""