1# Spanish translations for Git. 2# Copyright (C) 2018 Christopher Diaz Riveros <christopher.diaz.riv@gmail.com> 3# This file is distributed under the same license as the Git package. 4# Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>, 2017. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: Git\n" 9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 10"POT-Creation-Date: 2019-05-31 14:35+0800\n" 11"PO-Revision-Date: 2019-06-03 09:33-0500\n" 12"Last-Translator: christopher.diaz.riv@gmail.com\n" 13"Language-Team: CodeLabora <codelabora@gmail.com>\n" 14"Language: es\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19"X-Generator: Poedit 2.2\n" 20 21#: advice.c:103 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "%sayuda: %.*s%s\n" 25 26#: advice.c:156 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29"No es posible ejecutar cherry-picking porque tienes archivos sin fusionar." 30 31#: advice.c:158 32msgid "Committing is not possible because you have unmerged files." 33msgstr "No es posible realizar un commit porque tienes archivos sin fusionar." 34 35#: advice.c:160 36msgid "Merging is not possible because you have unmerged files." 37msgstr "No es posible hacer merge porque tienes archivos sin fusionar." 38 39#: advice.c:162 40msgid "Pulling is not possible because you have unmerged files." 41msgstr "No es posible hacer pull porque tienes archivos sin fusionar." 42 43#: advice.c:164 44msgid "Reverting is not possible because you have unmerged files." 45msgstr "No es posible revertir porque tienes archivos sin fusionar." 46 47#: advice.c:166 48#, c-format 49msgid "It is not possible to %s because you have unmerged files." 50msgstr "No es posible %s porque tienes archivos sin fusionar." 51 52#: advice.c:174 53msgid "" 54"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 55"as appropriate to mark resolution and make a commit." 56msgstr "" 57"Corrígelos en el árbol de trabajo y entonces usa 'git add/rm <archivo>',\n" 58"como sea apropiado, para marcar la resolución y realizar un commit." 59 60#: advice.c:182 61msgid "Exiting because of an unresolved conflict." 62msgstr "Saliendo porque existe un conflicto sin resolver." 63 64#: advice.c:187 builtin/merge.c:1320 65msgid "You have not concluded your merge (MERGE_HEAD exists)." 66msgstr "No has concluido tu fusión (MERGE_HEAD existe)." 67 68#: advice.c:189 69msgid "Please, commit your changes before merging." 70msgstr "Por favor, realiza un commit antes de fusionar." 71 72#: advice.c:190 73msgid "Exiting because of unfinished merge." 74msgstr "Saliendo por una fusión inconclusa." 75 76#: advice.c:196 77#, c-format 78msgid "" 79"Note: checking out '%s'.\n" 80"\n" 81"You are in 'detached HEAD' state. You can look around, make experimental\n" 82"changes and commit them, and you can discard any commits you make in this\n" 83"state without impacting any branches by performing another checkout.\n" 84"\n" 85"If you want to create a new branch to retain commits you create, you may\n" 86"do so (now or later) by using -b with the checkout command again. Example:\n" 87"\n" 88" git checkout -b <new-branch-name>\n" 89"\n" 90msgstr "" 91"Nota: actualizando el árbol de trabajo '%s'.\n" 92"\n" 93"Te encuentras en estado 'detached HEAD'. Puedes revisar por aquí, hacer\n" 94"cambios experimentales y confirmarlos, y puedes descartar cualquier\n" 95"commit que hayas hecho en este estado sin impactar a tu rama realizando\n" 96"otro checkout.\n" 97"\n" 98"Si quieres crear una nueva rama para mantener los commits que has creado,\n" 99"puedes hacerlo (ahora o después) usando -b con el comando checkout. " 100"Ejemplo:\n" 101"\n" 102" git checkout -b <nombre-de-nueva-rama>\n" 103"\n" 104 105#: alias.c:50 106msgid "cmdline ends with \\" 107msgstr "cmdline termina en \\" 108 109#: alias.c:51 110msgid "unclosed quote" 111msgstr "comillas incompletas" 112 113#: apply.c:63 114#, c-format 115msgid "unrecognized whitespace option '%s'" 116msgstr "opción de espacios en blanco no reconocida '%s'" 117 118#: apply.c:79 119#, c-format 120msgid "unrecognized whitespace ignore option '%s'" 121msgstr "opción de ignorar espacios en blanco no reconocida '%s'" 122 123#: apply.c:129 124msgid "--reject and --3way cannot be used together." 125msgstr "--reject y --3way no se pueden utilizar juntas." 126 127#: apply.c:131 128msgid "--cached and --3way cannot be used together." 129msgstr "--cached y --3way no se pueden utilizar juntas." 130 131#: apply.c:134 132msgid "--3way outside a repository" 133msgstr "--3way está fuera de un repositorio" 134 135#: apply.c:145 136msgid "--index outside a repository" 137msgstr "--index está fuera de un repositorio" 138 139#: apply.c:148 140msgid "--cached outside a repository" 141msgstr "--cached está fuera de un repositorio" 142 143#: apply.c:829 144#, c-format 145msgid "Cannot prepare timestamp regexp %s" 146msgstr "No se puede preparar una marca de tiempo para la expresión regular %s" 147 148#: apply.c:838 149#, c-format 150msgid "regexec returned %d for input: %s" 151msgstr "regexec devolvió %d para la entrada: %s" 152 153#: apply.c:912 154#, c-format 155msgid "unable to find filename in patch at line %d" 156msgstr "" 157"no se puede encontrar el nombre del archivo en el parche en la línea %d" 158 159#: apply.c:950 160#, c-format 161msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 162msgstr "" 163"git apply: git-diff erróneo - se esperaba /dev/null, se encontró %s en " 164"lalínea %d" 165 166#: apply.c:956 167#, c-format 168msgid "git apply: bad git-diff - inconsistent new filename on line %d" 169msgstr "" 170"git apply: git-diff erróneo - nuevo nombre de archivo inconsistente en " 171"lalínea %d" 172 173#: apply.c:957 174#, c-format 175msgid "git apply: bad git-diff - inconsistent old filename on line %d" 176msgstr "" 177"git apply: git-diff erróneo - viejo nombre de archivo inconsistente en " 178"lalínea %d" 179 180#: apply.c:962 181#, c-format 182msgid "git apply: bad git-diff - expected /dev/null on line %d" 183msgstr "git apply: git-diff erróneo - se esperaba /dev/null en la línea %d" 184 185#: apply.c:991 186#, c-format 187msgid "invalid mode on line %d: %s" 188msgstr "modo inválido en la línea %d: %s" 189 190#: apply.c:1310 191#, c-format 192msgid "inconsistent header lines %d and %d" 193msgstr "header inconsistente en las líneas %d y %d" 194 195#: apply.c:1482 196#, c-format 197msgid "recount: unexpected line: %.*s" 198msgstr "recount: línea inesperada: %.*s" 199 200#: apply.c:1551 201#, c-format 202msgid "patch fragment without header at line %d: %.*s" 203msgstr "fragmento de parche sin header en la línea %d: %.*s" 204 205#: apply.c:1571 206#, c-format 207msgid "" 208"git diff header lacks filename information when removing %d leading pathname " 209"component (line %d)" 210msgid_plural "" 211"git diff header lacks filename information when removing %d leading pathname " 212"components (line %d)" 213msgstr[0] "" 214"al header de git diff carece de información del nombre del archivo %d cuando " 215"lo elimina de la ruta principal componente (línea %d)" 216msgstr[1] "" 217"los headers de git diff carecen de información de los nombres de los " 218"archivos %d cuando los eliminan de la ruta principal componentes (línea %d)" 219 220#: apply.c:1584 221#, c-format 222msgid "git diff header lacks filename information (line %d)" 223msgstr "" 224"el header de git diff carece de información del nombre del archivo (línea %d)" 225 226#: apply.c:1772 227msgid "new file depends on old contents" 228msgstr "el nuevo archivo depende de contenidos viejos" 229 230#: apply.c:1774 231msgid "deleted file still has contents" 232msgstr "el archivo eliminado todavía tiene contenido" 233 234#: apply.c:1808 235#, c-format 236msgid "corrupt patch at line %d" 237msgstr "parche corrupto en la línea %d" 238 239#: apply.c:1845 240#, c-format 241msgid "new file %s depends on old contents" 242msgstr "nuevo archivo %s depende en contenidos viejos" 243 244#: apply.c:1847 245#, c-format 246msgid "deleted file %s still has contents" 247msgstr "el archivo borrado %s todavía tiene contenido" 248 249#: apply.c:1850 250#, c-format 251msgid "** warning: file %s becomes empty but is not deleted" 252msgstr "** peligro: el archivo %s está vacío pero no es borrado" 253 254#: apply.c:1997 255#, c-format 256msgid "corrupt binary patch at line %d: %.*s" 257msgstr "parche binario corrupto en la línea %d: %.*s" 258 259#: apply.c:2034 260#, c-format 261msgid "unrecognized binary patch at line %d" 262msgstr "parche binario no reconocido en la línea %d" 263 264#: apply.c:2196 265#, c-format 266msgid "patch with only garbage at line %d" 267msgstr "parche que solo contiene basura en la línea %d" 268 269#: apply.c:2282 270#, c-format 271msgid "unable to read symlink %s" 272msgstr "no es posible leer el enlace simbólico %s" 273 274#: apply.c:2286 275#, c-format 276msgid "unable to open or read %s" 277msgstr "no es posible abrir o leer %s" 278 279#: apply.c:2945 280#, c-format 281msgid "invalid start of line: '%c'" 282msgstr "comienzo inválido de línea: '%c'" 283 284#: apply.c:3066 285#, c-format 286msgid "Hunk #%d succeeded at %d (offset %d line)." 287msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 288msgstr[0] "Hunk #%d tuvo éxito en %d (%d línea compensada)." 289msgstr[1] "Hunk #%d tuvo éxito en %d (%d líneas compensadas)." 290 291#: apply.c:3078 292#, c-format 293msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 294msgstr "Contexto reducido a (%ld/%ld) para aplicar el fragmento en %d" 295 296#: apply.c:3084 297#, c-format 298msgid "" 299"while searching for:\n" 300"%.*s" 301msgstr "" 302"mientras se busca:\n" 303"%.*s" 304 305#: apply.c:3106 306#, c-format 307msgid "missing binary patch data for '%s'" 308msgstr "data perdida en parche binario para '%s'" 309 310#: apply.c:3114 311#, c-format 312msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 313msgstr "" 314"no se puede revertir-aplicar un parche binario sin el hunk revertido a '%s'" 315 316#: apply.c:3161 317#, c-format 318msgid "cannot apply binary patch to '%s' without full index line" 319msgstr "no se puede aplicar el parche binario a '%s' sin un índice completo" 320 321#: apply.c:3171 322#, c-format 323msgid "" 324"the patch applies to '%s' (%s), which does not match the current contents." 325msgstr "" 326"el parche aplica a '%s' (%s), lo cual no concuerda con los contenidos " 327"actuales." 328 329#: apply.c:3179 330#, c-format 331msgid "the patch applies to an empty '%s' but it is not empty" 332msgstr "el parche aplica a un '%s' vacío, pero este no lo esta" 333 334#: apply.c:3197 335#, c-format 336msgid "the necessary postimage %s for '%s' cannot be read" 337msgstr "la postimagen necesaria %s para '%s' no se puede leer" 338 339#: apply.c:3210 340#, c-format 341msgid "binary patch does not apply to '%s'" 342msgstr "el parche binario no aplica para '%s'" 343 344#: apply.c:3216 345#, c-format 346msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 347msgstr "" 348"el parche binario para '%s' crea un resultado incorrecto (saliendo %s, se " 349"obtuvo %s)" 350 351#: apply.c:3237 352#, c-format 353msgid "patch failed: %s:%ld" 354msgstr "el parche falló: %s:%ld" 355 356#: apply.c:3360 357#, c-format 358msgid "cannot checkout %s" 359msgstr "no se puede hacer checkout a %s" 360 361#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279 362#, c-format 363msgid "failed to read %s" 364msgstr "no se pudo leer %s" 365 366#: apply.c:3420 367#, c-format 368msgid "reading from '%s' beyond a symbolic link" 369msgstr "leyendo de '%s' tras un enlace simbólico" 370 371#: apply.c:3449 apply.c:3692 372#, c-format 373msgid "path %s has been renamed/deleted" 374msgstr "la ruta %s ha sido renombrada/suprimida" 375 376#: apply.c:3535 apply.c:3707 377#, c-format 378msgid "%s: does not exist in index" 379msgstr "%s: no existe en el índice" 380 381#: apply.c:3544 apply.c:3715 382#, c-format 383msgid "%s: does not match index" 384msgstr "%s: no concuerda con el índice" 385 386#: apply.c:3579 387msgid "repository lacks the necessary blob to fall back on 3-way merge." 388msgstr "" 389"el repositorio carece del blob necesario para regresar en un merge de tres-" 390"vías." 391 392#: apply.c:3582 393#, c-format 394msgid "Falling back to three-way merge...\n" 395msgstr "Retrocediendo en un merge de tres-vías...\n" 396 397#: apply.c:3598 apply.c:3602 398#, c-format 399msgid "cannot read the current contents of '%s'" 400msgstr "no se pueden leer los contenidos actuales de '%s'" 401 402#: apply.c:3614 403#, c-format 404msgid "Failed to fall back on three-way merge...\n" 405msgstr "Falló el merge en retroceso de tres-vías...\n" 406 407#: apply.c:3628 408#, c-format 409msgid "Applied patch to '%s' with conflicts.\n" 410msgstr "Parche aplicado a '%s' con conflictos.\n" 411 412#: apply.c:3633 413#, c-format 414msgid "Applied patch to '%s' cleanly.\n" 415msgstr "Parche aplicado a '%s' limpiamente\n" 416 417#: apply.c:3659 418msgid "removal patch leaves file contents" 419msgstr "parche de remoción deja contenidos en el archivo" 420 421#: apply.c:3732 422#, c-format 423msgid "%s: wrong type" 424msgstr "%s: tipo incorrecto" 425 426#: apply.c:3734 427#, c-format 428msgid "%s has type %o, expected %o" 429msgstr "%s tiene tipo %o, se esperaba %o" 430 431#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856 432#: read-cache.c:1309 433#, c-format 434msgid "invalid path '%s'" 435msgstr "ruta inválida '%s'" 436 437#: apply.c:3943 438#, c-format 439msgid "%s: already exists in index" 440msgstr "%s: ya existe en el índice" 441 442#: apply.c:3946 443#, c-format 444msgid "%s: already exists in working directory" 445msgstr "%s: ya existe en el directorio de trabajo" 446 447#: apply.c:3966 448#, c-format 449msgid "new mode (%o) of %s does not match old mode (%o)" 450msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o)" 451 452#: apply.c:3971 453#, c-format 454msgid "new mode (%o) of %s does not match old mode (%o) of %s" 455msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o) de %s" 456 457#: apply.c:3991 458#, c-format 459msgid "affected file '%s' is beyond a symbolic link" 460msgstr "archivo afectado '%s' está tras un enlace simbólico" 461 462#: apply.c:3995 463#, c-format 464msgid "%s: patch does not apply" 465msgstr "%s: el parche no aplica" 466 467#: apply.c:4010 468#, c-format 469msgid "Checking patch %s..." 470msgstr "Revisando el parche %s..." 471 472#: apply.c:4102 473#, c-format 474msgid "sha1 information is lacking or useless for submodule %s" 475msgstr "falta información del sha1 o es inútil para el submódulo %s" 476 477#: apply.c:4109 478#, c-format 479msgid "mode change for %s, which is not in current HEAD" 480msgstr "modo cambiado para %s, el cual no se encuentra en el HEAD actual" 481 482#: apply.c:4112 483#, c-format 484msgid "sha1 information is lacking or useless (%s)." 485msgstr "falta información sha1 o es inútil (%s)." 486 487#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143 488#, c-format 489msgid "make_cache_entry failed for path '%s'" 490msgstr "make_cache_entry falló para la ruta '%s'" 491 492#: apply.c:4121 493#, c-format 494msgid "could not add %s to temporary index" 495msgstr "no se pudo añadir %s al índice temporal" 496 497#: apply.c:4131 498#, c-format 499msgid "could not write temporary index to %s" 500msgstr "no se pudo escribir un índice temporal para %s" 501 502#: apply.c:4269 503#, c-format 504msgid "unable to remove %s from index" 505msgstr "no se puede eliminar %s del índice" 506 507#: apply.c:4303 508#, c-format 509msgid "corrupt patch for submodule %s" 510msgstr "parche corrupto para el submódulo %s" 511 512#: apply.c:4309 513#, c-format 514msgid "unable to stat newly created file '%s'" 515msgstr "no es posible establecer el archivo recién creado '%s'" 516 517#: apply.c:4317 518#, c-format 519msgid "unable to create backing store for newly created file %s" 520msgstr "" 521"no es posible crear una copia de seguridad para el archivo recién creado %s" 522 523#: apply.c:4323 apply.c:4468 524#, c-format 525msgid "unable to add cache entry for %s" 526msgstr "no es posible agregar una entrada en el cache para %s" 527 528#: apply.c:4366 529#, c-format 530msgid "failed to write to '%s'" 531msgstr "falló escribir para '%s'" 532 533#: apply.c:4370 534#, c-format 535msgid "closing file '%s'" 536msgstr "cerrando archivo '%s'" 537 538#: apply.c:4440 539#, c-format 540msgid "unable to write file '%s' mode %o" 541msgstr "no es posible escribir el archivo '%s' modo %o" 542 543#: apply.c:4538 544#, c-format 545msgid "Applied patch %s cleanly." 546msgstr "Parche %s aplicado limpiamente." 547 548#: apply.c:4546 549msgid "internal error" 550msgstr "error interno" 551 552#: apply.c:4549 553#, c-format 554msgid "Applying patch %%s with %d reject..." 555msgid_plural "Applying patch %%s with %d rejects..." 556msgstr[0] "Aplicando parche %%s con %d rechazo..." 557msgstr[1] "Aplicando parche %%s con %d rechazos..." 558 559#: apply.c:4560 560#, c-format 561msgid "truncating .rej filename to %.*s.rej" 562msgstr "truncando el nombre de archivo .rej a %.*s.rej" 563 564#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118 565#, c-format 566msgid "cannot open %s" 567msgstr "no se puede abrir %s" 568 569#: apply.c:4582 570#, c-format 571msgid "Hunk #%d applied cleanly." 572msgstr "Hunk #%d aplicado limpiamente." 573 574#: apply.c:4586 575#, c-format 576msgid "Rejected hunk #%d." 577msgstr "Hunk #%d rechazado." 578 579#: apply.c:4696 580#, c-format 581msgid "Skipped patch '%s'." 582msgstr "Parche '%s' saltado." 583 584#: apply.c:4704 585msgid "unrecognized input" 586msgstr "input no reconocido" 587 588#: apply.c:4724 589msgid "unable to read index file" 590msgstr "no es posible leer el archivo índice" 591 592#: apply.c:4879 593#, c-format 594msgid "can't open patch '%s': %s" 595msgstr "no se puede abrir el parche '%s': %s" 596 597#: apply.c:4906 598#, c-format 599msgid "squelched %d whitespace error" 600msgid_plural "squelched %d whitespace errors" 601msgstr[0] "%d error de espacios en blanco aplastado" 602msgstr[1] "%d errores de espacios en blanco aplastados" 603 604#: apply.c:4912 apply.c:4927 605#, c-format 606msgid "%d line adds whitespace errors." 607msgid_plural "%d lines add whitespace errors." 608msgstr[0] "%d línea agrega errores de espacios en blanco." 609msgstr[1] "%d líneas agregan errores de espacios en blanco." 610 611#: apply.c:4920 612#, c-format 613msgid "%d line applied after fixing whitespace errors." 614msgid_plural "%d lines applied after fixing whitespace errors." 615msgstr[0] "" 616"%d línea aplicada después de arreglar los errores de espacios en blanco." 617msgstr[1] "" 618"%d líneas aplicadas después de arreglar los errores de espacios en blanco." 619 620#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390 621msgid "Unable to write new index file" 622msgstr "No es posible escribir el archivo índice" 623 624#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213 625#: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271 626#: builtin/pull.c:207 builtin/submodule--helper.c:407 627#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369 628#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852 629#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197 630msgid "path" 631msgstr "ruta" 632 633#: apply.c:4964 634msgid "don't apply changes matching the given path" 635msgstr "no aplicar cambios que concuerden con la ruta suministrada" 636 637#: apply.c:4967 638msgid "apply changes matching the given path" 639msgstr "aplicar cambios que concuerden con la ruta suministrada" 640 641#: apply.c:4969 builtin/am.c:2219 642msgid "num" 643msgstr "num" 644 645#: apply.c:4970 646msgid "remove <num> leading slashes from traditional diff paths" 647msgstr "eliminar <num> slashes iniciales de las rutas diff tradicionales" 648 649#: apply.c:4973 650msgid "ignore additions made by the patch" 651msgstr "ignorar adiciones hechas por el parche" 652 653#: apply.c:4975 654msgid "instead of applying the patch, output diffstat for the input" 655msgstr "en lugar de aplicar el parche, mostrar diffstat para la entrada" 656 657#: apply.c:4979 658msgid "show number of added and deleted lines in decimal notation" 659msgstr "mostrar el numero de líneas agregadas y eliminadas en notación decimal" 660 661#: apply.c:4981 662msgid "instead of applying the patch, output a summary for the input" 663msgstr "en lugar de aplicar el parche, mostrar un resumen para la entrada" 664 665#: apply.c:4983 666msgid "instead of applying the patch, see if the patch is applicable" 667msgstr "en lugar de aplicar el parche, ver si el parche es aplicable" 668 669#: apply.c:4985 670msgid "make sure the patch is applicable to the current index" 671msgstr "asegurar que el parche es aplicable al índice actual" 672 673#: apply.c:4987 674msgid "mark new files with `git add --intent-to-add`" 675msgstr "marca los nuevos archivos con `git add --intent-to-add`" 676 677#: apply.c:4989 678msgid "apply a patch without touching the working tree" 679msgstr "aplicar un parche sin tocar el árbol de trabajo" 680 681#: apply.c:4991 682msgid "accept a patch that touches outside the working area" 683msgstr "aceptar un parche que toca fuera del área de trabajo" 684 685#: apply.c:4994 686msgid "also apply the patch (use with --stat/--summary/--check)" 687msgstr "también aplicar el parche ( usar con --stat/--summary/--check" 688 689#: apply.c:4996 690msgid "attempt three-way merge if a patch does not apply" 691msgstr "intentar merge de tres-vías si el parche no aplica" 692 693#: apply.c:4998 694msgid "build a temporary index based on embedded index information" 695msgstr "" 696"construir un índice temporal basado en la información del índice incrustado" 697 698#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524 699msgid "paths are separated with NUL character" 700msgstr "rutas están separadas con un carácter NULL" 701 702#: apply.c:5003 703msgid "ensure at least <n> lines of context match" 704msgstr "asegure que por lo menos <n> líneas del contexto concuerden" 705 706#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97 707#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101 708#: builtin/pack-objects.c:3317 builtin/rebase.c:1415 709msgid "action" 710msgstr "acción" 711 712#: apply.c:5005 713msgid "detect new or modified lines that have whitespace errors" 714msgstr "" 715"detectar líneas nuevas o modificadas que contienen errores de espacios en " 716"blanco" 717 718#: apply.c:5008 apply.c:5011 719msgid "ignore changes in whitespace when finding context" 720msgstr "" 721"ignorar cambios en los espacios en blanco cuando se encuentra el contexto" 722 723#: apply.c:5014 724msgid "apply the patch in reverse" 725msgstr "aplicar el parche en reversa" 726 727#: apply.c:5016 728msgid "don't expect at least one line of context" 729msgstr "no espera al menos una línea del contexto" 730 731#: apply.c:5018 732msgid "leave the rejected hunks in corresponding *.rej files" 733msgstr "dejar los hunks rechazados en los archivos *.rej correspontientes" 734 735#: apply.c:5020 736msgid "allow overlapping hunks" 737msgstr "permitir solapamiento de hunks" 738 739#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22 740#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786 741#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128 742msgid "be verbose" 743msgstr "ser verboso" 744 745#: apply.c:5023 746msgid "tolerate incorrectly detected missing new-line at the end of file" 747msgstr "" 748"tolerar nuevas líneas faltantes detectadas incorrectamente al final del " 749"archivo" 750 751#: apply.c:5026 752msgid "do not trust the line counts in the hunk headers" 753msgstr "no confiar en el conteo de líneas en los headers del hunk" 754 755#: apply.c:5028 builtin/am.c:2207 756msgid "root" 757msgstr "raíz" 758 759#: apply.c:5029 760msgid "prepend <root> to all filenames" 761msgstr "anteponer <root> a todos los nombres de archivos" 762 763#: archive.c:14 764msgid "git archive [<options>] <tree-ish> [<path>...]" 765msgstr "git archive [<opciones>] <parte-del-árbol> [<ruta>...]" 766 767#: archive.c:15 768msgid "git archive --list" 769msgstr "git archive --list" 770 771#: archive.c:16 772msgid "" 773"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 774msgstr "" 775"git archive --remote <repo> [--exec <comando> ] [<opciones>] <parte-del-" 776"árbol> [<ruta>...]" 777 778#: archive.c:17 779msgid "git archive --remote <repo> [--exec <cmd>] --list" 780msgstr "git archive --remote <repo> [--exec <comando>] --list" 781 782#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299 783#, c-format 784msgid "pathspec '%s' did not match any files" 785msgstr "ruta especificada '%s' no concordó con ninguna carpeta" 786 787#: archive.c:396 788#, c-format 789msgid "no such ref: %.*s" 790msgstr "no existe el ref: %.*s" 791 792#: archive.c:401 793#, c-format 794msgid "not a valid object name: %s" 795msgstr "nombre de objeto no válido: %s" 796 797#: archive.c:414 798#, c-format 799msgid "not a tree object: %s" 800msgstr "no es un objeto tree: %s" 801 802#: archive.c:424 803msgid "current working directory is untracked" 804msgstr "directorio de trabajo actual no rastreado" 805 806#: archive.c:455 807msgid "fmt" 808msgstr "fmt" 809 810#: archive.c:455 811msgid "archive format" 812msgstr "formato del archivo" 813 814#: archive.c:456 builtin/log.c:1557 815msgid "prefix" 816msgstr "prefijo" 817 818#: archive.c:457 819msgid "prepend prefix to each pathname in the archive" 820msgstr "anteponer prefijo a cada ruta en el archivo" 821 822#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822 823#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091 824#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105 825#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412 826#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177 827msgid "file" 828msgstr "carpeta" 829 830#: archive.c:459 builtin/archive.c:90 831msgid "write the archive to this file" 832msgstr "escribe el archivo en esta carpeta" 833 834#: archive.c:461 835msgid "read .gitattributes in working directory" 836msgstr "leer .gitattributes en el directorio de trabajo" 837 838#: archive.c:462 839msgid "report archived files on stderr" 840msgstr "reportar archivos archivados por stderr" 841 842#: archive.c:463 843msgid "store only" 844msgstr "solo guardar" 845 846#: archive.c:464 847msgid "compress faster" 848msgstr "comprimir mas rápido" 849 850#: archive.c:472 851msgid "compress better" 852msgstr "comprimir mejor" 853 854#: archive.c:475 855msgid "list supported archive formats" 856msgstr "listar los formatos de carpeta soportados" 857 858#: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113 859#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858 860msgid "repo" 861msgstr "repo" 862 863#: archive.c:478 builtin/archive.c:92 864msgid "retrieve the archive from remote repository <repo>" 865msgstr "obtener la carpeta del repositorio remoto <repo>" 866 867#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707 868#: builtin/notes.c:498 869msgid "command" 870msgstr "comando" 871 872#: archive.c:480 builtin/archive.c:94 873msgid "path to the remote git-upload-archive command" 874msgstr "ruta para el comando git-upload-archivo remoto" 875 876#: archive.c:487 877msgid "Unexpected option --remote" 878msgstr "Opción inesperada --remote" 879 880#: archive.c:489 881msgid "Option --exec can only be used together with --remote" 882msgstr "Opción --exec solo puede ser utilizada con --remote" 883 884#: archive.c:491 885msgid "Unexpected option --output" 886msgstr "Opción inesperada --output" 887 888#: archive.c:513 889#, c-format 890msgid "Unknown archive format '%s'" 891msgstr "Formato de carpeta desconocido '%s'" 892 893#: archive.c:520 894#, c-format 895msgid "Argument not supported for format '%s': -%d" 896msgstr "Argumento no soportado para formato '%s': -%d" 897 898#: archive-tar.c:125 archive-zip.c:345 899#, c-format 900msgid "cannot stream blob %s" 901msgstr "no se puede transmitir el blob %s" 902 903#: archive-tar.c:260 archive-zip.c:363 904#, c-format 905msgid "unsupported file mode: 0%o (SHA1: %s)" 906msgstr "modo de archivo no soportado: 0%o (SHA1: %s)" 907 908#: archive-tar.c:287 archive-zip.c:353 909#, c-format 910msgid "cannot read %s" 911msgstr "no se puede leer %s" 912 913#: archive-tar.c:459 914#, c-format 915msgid "unable to start '%s' filter" 916msgstr "no se puede comenzar filtro '%s'" 917 918#: archive-tar.c:462 919msgid "unable to redirect descriptor" 920msgstr "incapaz de redirigir descriptor" 921 922#: archive-tar.c:469 923#, c-format 924msgid "'%s' filter reported error" 925msgstr "filtro '%s' reportó un error" 926 927#: archive-zip.c:314 928#, c-format 929msgid "path is not valid UTF-8: %s" 930msgstr "ruta no válida UTF-8: %s" 931 932#: archive-zip.c:318 933#, c-format 934msgid "path too long (%d chars, SHA1: %s): %s" 935msgstr "ruta muy larga (%d chars, SHA1: %s): %s" 936 937#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229 938#, c-format 939msgid "deflate error (%d)" 940msgstr "error al desinflar (%d)" 941 942#: archive-zip.c:609 943#, c-format 944msgid "timestamp too large for this system: %<PRIuMAX>" 945msgstr "timestamp muy largo para este sistema: %<PRIuMAX>" 946 947#: attr.c:211 948#, c-format 949msgid "%.*s is not a valid attribute name" 950msgstr "%.*s no es un nombre de atributo valido" 951 952#: attr.c:368 953#, c-format 954msgid "%s not allowed: %s:%d" 955msgstr "%s no permitido: %s:%d" 956 957#: attr.c:408 958msgid "" 959"Negative patterns are ignored in git attributes\n" 960"Use '\\!' for literal leading exclamation." 961msgstr "" 962"Los patrones negativos son ignorados en los atributos de git\n" 963"Usa '\\!' para comenzar literalmente con exclamación." 964 965#: bisect.c:468 966#, c-format 967msgid "Badly quoted content in file '%s': %s" 968msgstr "Revisa las comillas en el archivo '%s': %s" 969 970#: bisect.c:678 971#, c-format 972msgid "We cannot bisect more!\n" 973msgstr "¡No podemos biseccionar más!\n" 974 975#: bisect.c:733 976#, c-format 977msgid "Not a valid commit name %s" 978msgstr "No es un nombre de commit valido %s" 979 980#: bisect.c:758 981#, c-format 982msgid "" 983"The merge base %s is bad.\n" 984"This means the bug has been fixed between %s and [%s].\n" 985msgstr "" 986"La base de fisión %s está mal.\n" 987"Esto quiere decir que el bug ha sido arreglado entre %s y [%s].\n" 988 989#: bisect.c:763 990#, c-format 991msgid "" 992"The merge base %s is new.\n" 993"The property has changed between %s and [%s].\n" 994msgstr "" 995"La base de fisión %s es nueva.\n" 996"Esta propiedad ha cambiado entre %s y [%s].\n" 997 998#: bisect.c:768 999#, c-format1000msgid ""1001"The merge base %s is %s.\n"1002"This means the first '%s' commit is between %s and [%s].\n"1003msgstr ""1004"La base de fisión %s es %s.\n"1005"Esto quiere decir que el primer '%s' commit está entre %s y [%s].\n"10061007#: bisect.c:7761008#, c-format1009msgid ""1010"Some %s revs are not ancestors of the %s rev.\n"1011"git bisect cannot work properly in this case.\n"1012"Maybe you mistook %s and %s revs?\n"1013msgstr ""1014"Algunas %s revisiones no son ancestros de la revisión %s.\n"1015"git bisect no puede trabajar bien en este caso.\n"1016"Tal vez confundió la revisión %s y %s?\n"10171018#: bisect.c:7891019#, c-format1020msgid ""1021"the merge base between %s and [%s] must be skipped.\n"1022"So we cannot be sure the first %s commit is between %s and %s.\n"1023"We continue anyway."1024msgstr ""1025"la base de fusión entre %s y [%s] tiene que ser saltada.\n"1026"Así que no podemos estar seguros que el primer %s commit está entre%s y %s.\n"1027"Vamos a continuar de todas maneras."10281029#: bisect.c:8221030#, c-format1031msgid "Bisecting: a merge base must be tested\n"1032msgstr "Biseccionando: una base de fisión debe ser probada\n"10331034#: bisect.c:8651035#, c-format1036msgid "a %s revision is needed"1037msgstr "una %s revisión es necesaria"10381039#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:2481040#, c-format1041msgid "could not create file '%s'"1042msgstr "no se pudo crear el archivo '%s'"10431044#: bisect.c:928 builtin/merge.c:1461045#, c-format1046msgid "could not read file '%s'"1047msgstr "no se pudo leer el archivo '%s'"10481049#: bisect.c:9581050msgid "reading bisect refs failed"1051msgstr "falló leer las refs de bisect"10521053#: bisect.c:9771054#, c-format1055msgid "%s was both %s and %s\n"1056msgstr "%s fue tanto %s como %s\n"10571058#: bisect.c:9851059#, c-format1060msgid ""1061"No testable commit found.\n"1062"Maybe you started with bad path parameters?\n"1063msgstr ""1064"No se encontró commit que se pueda probar.\n"1065"¿Quizás iniciaste con parámetros de rutas incorrectos?\n"10661067#: bisect.c:10041068#, c-format1069msgid "(roughly %d step)"1070msgid_plural "(roughly %d steps)"1071msgstr[0] "(aproximadamente %d paso)"1072msgstr[1] "(aproximadamente %d pasos)"10731074#. TRANSLATORS: the last %s will be replaced with "(roughly %d1075#. steps)" translation.1076#.1077#: bisect.c:10101078#, c-format1079msgid "Bisecting: %d revision left to test after this %s\n"1080msgid_plural "Bisecting: %d revisions left to test after this %s\n"1081msgstr[0] "Biseccionando: falta %d revisión por probar después de esto %s\n"1082msgstr[1] "Biseccionando: faltan %d revisiones por probar después de esto %s\n"10831084#: blame.c:17941085msgid "--contents and --reverse do not blend well."1086msgstr "--contents y --reverse no se mezclan bien."10871088#: blame.c:18081089msgid "cannot use --contents with final commit object name"1090msgstr "no se puede usar --contents con el nombre de objeto commit final"10911092#: blame.c:18291093msgid "--reverse and --first-parent together require specified latest commit"1094msgstr ""1095"--reverse y --first-parent juntos requieren especificar el último commit"10961097#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:20301098#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:9401099#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:4151100#: builtin/pack-objects.c:3140 builtin/pack-objects.c:31551101#: builtin/shortlog.c:1921102msgid "revision walk setup failed"1103msgstr "falló la configuración del camino de revisión"11041105#: blame.c:18561106msgid ""1107"--reverse --first-parent together require range along first-parent chain"1108msgstr ""1109"--reverse --first-parent juntos requieren un rango a lo largo de la cadena "1110"del primer padre"11111112#: blame.c:18671113#, c-format1114msgid "no such path %s in %s"1115msgstr "no hay una ruta %s en %s"11161117#: blame.c:18781118#, c-format1119msgid "cannot read blob %s for path %s"1120msgstr "no se puede leer el blob %s para la ruta %s"11211122#: branch.c:531123#, c-format1124msgid ""1125"\n"1126"After fixing the error cause you may try to fix up\n"1127"the remote tracking information by invoking\n"1128"\"git branch --set-upstream-to=%s%s%s\"."1129msgstr ""1130"\n"1131"Tras arreglar la causa del error puedes intentar arreglar\n"1132"la infamación del rastreo remoto invocando\n"1133"\"git branch --set-upstream-to=%s%s%s\"."11341135#: branch.c:671136#, c-format1137msgid "Not setting branch %s as its own upstream."1138msgstr "La rama %s no se configura como su propio upstream."11391140#: branch.c:931141#, c-format1142msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1143msgstr ""1144"Rama '%s' configurada para hacer seguimiento a la rama remota '%s' de '%s' "1145"por rebase."11461147#: branch.c:941148#, c-format1149msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1150msgstr ""1151"Rama '%s' configurada para hacer seguimiento a la rama remota '%s' de '%s'."11521153#: branch.c:981154#, c-format1155msgid "Branch '%s' set up to track local branch '%s' by rebasing."1156msgstr ""1157"Rama '%s' configurada para hacer seguimiento a la rama local '%s' por rebase."11581159#: branch.c:991160#, c-format1161msgid "Branch '%s' set up to track local branch '%s'."1162msgstr "Rama '%s' configurada para hacer seguimiento a la rama local '%s'."11631164#: branch.c:1041165#, c-format1166msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1167msgstr ""1168"Rama '%s' configurada para hacer seguimiento a la referencia remota '%s' por "1169"rebase."11701171#: branch.c:1051172#, c-format1173msgid "Branch '%s' set up to track remote ref '%s'."1174msgstr ""1175"Rama '%s' configurada para hacer seguimiento a la referencia remota '%s'."11761177#: branch.c:1091178#, c-format1179msgid "Branch '%s' set up to track local ref '%s' by rebasing."1180msgstr ""1181"Rama '%s' configurada para hacer seguimiento a la referencia local '%s' por "1182"rebase."11831184#: branch.c:1101185#, c-format1186msgid "Branch '%s' set up to track local ref '%s'."1187msgstr ""1188"Rama '%s' configurada para hacer seguimiento a la referencia local '%s'."11891190#: branch.c:1191191msgid "Unable to write upstream branch configuration"1192msgstr "No es posible escribir la configuración de la rama upstream"11931194#: branch.c:1561195#, c-format1196msgid "Not tracking: ambiguous information for ref %s"1197msgstr "No rastreando: información ambigua para la referencia %s"11981199#: branch.c:1891200#, c-format1201msgid "'%s' is not a valid branch name."1202msgstr "'%s' no es un nombre valido de rama."12031204#: branch.c:2081205#, c-format1206msgid "A branch named '%s' already exists."1207msgstr "Una rama llamada '%s' ya existe."12081209#: branch.c:2131210msgid "Cannot force update the current branch."1211msgstr "No se puede forzar la actualización de la rama actual."12121213#: branch.c:2331214#, c-format1215msgid "Cannot setup tracking information; starting point '%s' is not a branch."1216msgstr ""1217"No se puede configurar el rastreo de información; el punto de partida '%s' "1218"no es una rama."12191220#: branch.c:2351221#, c-format1222msgid "the requested upstream branch '%s' does not exist"1223msgstr "la rama de upstream solicitada '%s' no existe"12241225#: branch.c:2371226msgid ""1227"\n"1228"If you are planning on basing your work on an upstream\n"1229"branch that already exists at the remote, you may need to\n"1230"run \"git fetch\" to retrieve it.\n"1231"\n"1232"If you are planning to push out a new local branch that\n"1233"will track its remote counterpart, you may want to use\n"1234"\"git push -u\" to set the upstream config as you push."1235msgstr ""1236"\n"1237"Si estás planeando basar tu trabajo en una rama upstream\n"1238"que ya existe en el remoto, tal vez necesites ejecutar\n"1239"\"git fetch\" para recibirla.\n"1240"\n"1241"Si estás planeando hacer push a una nueva rama local que\n"1242"va a rastrear a su contraparte remota, tal vez quieras usar\n"1243"\"git push -u\" para configurar tu upstream predeterminado cuando realizas "1244"el push."12451246#: branch.c:2811247#, c-format1248msgid "Not a valid object name: '%s'."1249msgstr "Nombre de objeto no valido: '%s'."12501251#: branch.c:3011252#, c-format1253msgid "Ambiguous object name: '%s'."1254msgstr "Nombre de objeto ambiguo: '%s'."12551256#: branch.c:3061257#, c-format1258msgid "Not a valid branch point: '%s'."1259msgstr "Punto de rama no valido: '%s'."12601261#: branch.c:3591262#, c-format1263msgid "'%s' is already checked out at '%s'"1264msgstr "'%s' ya ha sido marcado en '%s'"12651266#: branch.c:3821267#, c-format1268msgid "HEAD of working tree %s is not updated"1269msgstr "HEAD del árbol de trabajo %s no está actualizada"12701271#: bundle.c:361272#, c-format1273msgid "'%s' does not look like a v2 bundle file"1274msgstr "'%s' no se ve como un archivo bundle v2"12751276#: bundle.c:641277#, c-format1278msgid "unrecognized header: %s%s (%d)"1279msgstr "header no reconocido %s%s (%d)"12801281#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:29161282#: builtin/commit.c:7881283#, c-format1284msgid "could not open '%s'"1285msgstr "no se pudo abrir '%s'"12861287#: bundle.c:1431288msgid "Repository lacks these prerequisite commits:"1289msgstr "Al repositorio le falta estos commits prerrequisito:"12901291#: bundle.c:1941292#, c-format1293msgid "The bundle contains this ref:"1294msgid_plural "The bundle contains these %d refs:"1295msgstr[0] "El bundle contiene esta referencia:"1296msgstr[1] "El bundle contiene estas %d referencias:"12971298#: bundle.c:2011299msgid "The bundle records a complete history."1300msgstr "El bundle registra una historia completa."13011302#: bundle.c:2031303#, c-format1304msgid "The bundle requires this ref:"1305msgid_plural "The bundle requires these %d refs:"1306msgstr[0] "El bundle requiere esta referencia:"1307msgstr[1] "El bundle requiere estas %d referencias:"13081309#: bundle.c:2691310msgid "unable to dup bundle descriptor"1311msgstr "incapaz de duplicar bundle descriptor"13121313#: bundle.c:2761314msgid "Could not spawn pack-objects"1315msgstr "No se pudo crear los pack-objetcts"13161317#: bundle.c:2871318msgid "pack-objects died"1319msgstr "pack-objects murió"13201321#: bundle.c:3291322msgid "rev-list died"1323msgstr "rev-list murió"13241325#: bundle.c:3781326#, c-format1327msgid "ref '%s' is excluded by the rev-list options"1328msgstr "referencia '%s' es excluida por las opciones de rev-list"13291330#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:3061331#, c-format1332msgid "unrecognized argument: %s"1333msgstr "argumento no reconocido: %s"13341335#: bundle.c:4651336msgid "Refusing to create empty bundle."1337msgstr "Rechazando crear un bundle vacío."13381339#: bundle.c:4751340#, c-format1341msgid "cannot create '%s'"1342msgstr "no se puede crear '%s'"13431344#: bundle.c:5001345msgid "index-pack died"1346msgstr "index-pack murió"13471348#: color.c:2961349#, c-format1350msgid "invalid color value: %.*s"1351msgstr "color inválido: %.*s"13521353#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:3991354#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:4551355#, c-format1356msgid "could not parse %s"1357msgstr "no se puede analizar %s"13581359#: commit.c:521360#, c-format1361msgid "%s %s is not a commit!"1362msgstr "%s %s no es un commit!"13631364#: commit.c:1931365msgid ""1366"Support for <GIT_DIR>/info/grafts is deprecated\n"1367"and will be removed in a future Git version.\n"1368"\n"1369"Please use \"git replace --convert-graft-file\"\n"1370"to convert the grafts into replace refs.\n"1371"\n"1372"Turn this message off by running\n"1373"\"git config advice.graftFileDeprecated false\""1374msgstr ""1375"El soporte para <GIT_DIR>/info/grafts ha sido deprecado\n"1376"y será eliminado en una versión futura de Git.\n"1377"\n"1378"Por favor use \"git replace --convert-graft-file\"\n"1379"para convertir los grafts en refs.\n"1380"\n"1381"Apapa este mensaje ejecutando\n"1382"\"git config advice.graftFileDeprecated false\""13831384#: commit.c:11281385#, c-format1386msgid "Commit %s has an untrusted GPG signature, allegedly by %s."1387msgstr "Commit %s tiene una firma GPG no confiable, pretendidamente por %s."13881389#: commit.c:11311390#, c-format1391msgid "Commit %s has a bad GPG signature allegedly by %s."1392msgstr "Commit %s tiene una mala firma GPG pretendidamente por %s."13931394#: commit.c:11341395#, c-format1396msgid "Commit %s does not have a GPG signature."1397msgstr "Commit %s no tiene una firma GPG."13981399#: commit.c:11371400#, c-format1401msgid "Commit %s has a good GPG signature by %s\n"1402msgstr "El Commit %s tiene una buena firma GPG por %s\n"14031404#: commit.c:13911405msgid ""1406"Warning: commit message did not conform to UTF-8.\n"1407"You may want to amend it after fixing the message, or set the config\n"1408"variable i18n.commitencoding to the encoding your project uses.\n"1409msgstr ""1410"Peligro: el mensaje del commit no se ajusta a UTF-8.\n"1411"Tal vez quiera enmendarlo después de arreglar el mensaje, o arreglar la\n"1412"variable de configuración i18n.commitencoding para la codificación que usa "1413"su proyecto.\n"14141415#: commit-graph.c:1051416msgid "commit-graph file is too small"1417msgstr "archivo commit-graph es muy pequeño"14181419#: commit-graph.c:1701420#, c-format1421msgid "commit-graph signature %X does not match signature %X"1422msgstr "firma %X en commit-graph no concuerda con firma %X"14231424#: commit-graph.c:1771425#, c-format1426msgid "commit-graph version %X does not match version %X"1427msgstr "versión de commit-graph %X no concuerda con versión %X"14281429#: commit-graph.c:1841430#, c-format1431msgid "commit-graph hash version %X does not match version %X"1432msgstr "versión de hash de commit-graph %X no concuerda con versión %X"14331434#: commit-graph.c:2071435msgid "commit-graph chunk lookup table entry missing; file may be incomplete"1436msgstr ""1437"falta tabla de lookup del chunk en commit-graph; el archivo puede estar "1438"incompleto"14391440#: commit-graph.c:2181441#, c-format1442msgid "commit-graph improper chunk offset %08x%08x"1443msgstr "offset del chunk de commit-graph inapropiado %08x%08x"14441445#: commit-graph.c:2551446#, c-format1447msgid "commit-graph chunk id %08x appears multiple times"1448msgstr "id de chunk de commit-graph %08x parece tener múltiples tiempos"14491450#: commit-graph.c:3901451#, c-format1452msgid "could not find commit %s"1453msgstr "no se pudo encontrar commit %s"14541455#: commit-graph.c:732 builtin/pack-objects.c:26491456#, c-format1457msgid "unable to get type of object %s"1458msgstr "incapaz de obtener el tipo de objeto: %s"14591460#: commit-graph.c:7651461msgid "Loading known commits in commit graph"1462msgstr "Cargando commits conocidos en commit graph"14631464#: commit-graph.c:7811465msgid "Expanding reachable commits in commit graph"1466msgstr "Expandiendo commits alcanzables en commit graph"14671468#: commit-graph.c:7931469msgid "Clearing commit marks in commit graph"1470msgstr "Limpiando marcas de commits en commit graph"14711472#: commit-graph.c:8131473msgid "Computing commit graph generation numbers"1474msgstr "Calculando números de generación de commit graph"14751476#: commit-graph.c:9301477#, c-format1478msgid "Finding commits for commit graph in %d pack"1479msgid_plural "Finding commits for commit graph in %d packs"1480msgstr[0] "Encontrando commits para commit graph en %d pack"1481msgstr[1] "Encontrando commits para commit graph en %d packs"14821483#: commit-graph.c:9431484#, c-format1485msgid "error adding pack %s"1486msgstr "error agregando pack %s"14871488#: commit-graph.c:9451489#, c-format1490msgid "error opening index for %s"1491msgstr "error abriendo index para %s"14921493#: commit-graph.c:9591494#, c-format1495msgid "Finding commits for commit graph from %d ref"1496msgid_plural "Finding commits for commit graph from %d refs"1497msgstr[0] "Encontrando commits para commit graph de %d ref"1498msgstr[1] "Encontrando commits para commit graph de %d refs"14991500#: commit-graph.c:9911501msgid "Finding commits for commit graph among packed objects"1502msgstr "Encontrando commits para commit graph entre los objetos empaquetados"15031504#: commit-graph.c:10041505msgid "Counting distinct commits in commit graph"1506msgstr "Contando commits distintos en commit graph"15071508#: commit-graph.c:10171509#, c-format1510msgid "the commit graph format cannot write %d commits"1511msgstr "el formato de gráficos de commit no pudede escribir %d commits"15121513#: commit-graph.c:10261514msgid "Finding extra edges in commit graph"1515msgstr "Encontrando esquinas extra en commit graph"15161517#: commit-graph.c:10501518msgid "too many commits to write graph"1519msgstr "demasiados commits para escribir el gráfico"15201521#: commit-graph.c:1057 midx.c:8191522#, c-format1523msgid "unable to create leading directories of %s"1524msgstr "no se pudo crear directorios principales para %s"15251526#: commit-graph.c:10971527#, c-format1528msgid "Writing out commit graph in %d pass"1529msgid_plural "Writing out commit graph in %d passes"1530msgstr[0] "Escribiendo commit graph en %d paso"1531msgstr[1] "Escribiendo commit graph en %d pasos"15321533#: commit-graph.c:11621534msgid "the commit-graph file has incorrect checksum and is likely corrupt"1535msgstr ""1536"el archivo de commit-graph tiene checksums incorrectos y probablemente está "1537"corrupto"15381539#: commit-graph.c:11721540#, c-format1541msgid "commit-graph has incorrect OID order: %s then %s"1542msgstr "commit-graph tiene un orden de OID incorrecto: %s luego %s"15431544#: commit-graph.c:1182 commit-graph.c:11971545#, c-format1546msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"1547msgstr "commit-graph tiene un valor fanout incorrecto: fanout[%d] = %u != %u"15481549#: commit-graph.c:11891550#, c-format1551msgid "failed to parse commit %s from commit-graph"1552msgstr "falló al analizar commit %s para commit-graph"15531554#: commit-graph.c:12061555msgid "Verifying commits in commit graph"1556msgstr "Verificando commits en commit graph"15571558#: commit-graph.c:12191559#, c-format1560msgid "failed to parse commit %s from object database for commit-graph"1561msgstr ""1562"falló al analizar el commit %s de la base de datos de objetos para commit-"1563"graph"15641565#: commit-graph.c:12261566#, c-format1567msgid "root tree OID for commit %s in commit-graph is %s != %s"1568msgstr "árbol raíz OID para commit %s en commit-graph es %s != %s"15691570#: commit-graph.c:12361571#, c-format1572msgid "commit-graph parent list for commit %s is too long"1573msgstr "lista padre de commit-graph para commit %s es muy larga"15741575#: commit-graph.c:12421576#, c-format1577msgid "commit-graph parent for %s is %s != %s"1578msgstr "padre de commit-graph para %s es %s != %s"15791580#: commit-graph.c:12551581#, c-format1582msgid "commit-graph parent list for commit %s terminates early"1583msgstr "lista padre de commit-graph para commit %s termina antes"15841585#: commit-graph.c:12601586#, c-format1587msgid ""1588"commit-graph has generation number zero for commit %s, but non-zero elsewhere"1589msgstr ""1590"commit-graph ha generado número cero para %s, pero no-cero para los demás"15911592#: commit-graph.c:12641593#, c-format1594msgid ""1595"commit-graph has non-zero generation number for commit %s, but zero elsewhere"1596msgstr ""1597"commit-graph tiene generación no-cero para %s, pero cero para los demás"15981599#: commit-graph.c:12791600#, c-format1601msgid "commit-graph generation for commit %s is %u != %u"1602msgstr "generación commit-graph para commit %s es %u != %u"16031604#: commit-graph.c:12851605#, c-format1606msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"1607msgstr ""1608"fecha de commit para commit %s en commit-graph es %<PRIuMAX> != %<PRIuMAX>"16091610#: compat/obstack.c:406 compat/obstack.c:4081611msgid "memory exhausted"1612msgstr "memoria agotada"16131614#: config.c:1231615#, c-format1616msgid ""1617"exceeded maximum include depth (%d) while including\n"1618"\t%s\n"1619"from\n"1620"\t%s\n"1621"This might be due to circular includes."1622msgstr ""1623"profundidad máxima de inclusión excedida (%d) mientras se incluía\n"1624"\t%s\n"1625"de\n"1626"\t%s\n"1627"Esto puede ser causado por inclusiones circulares."16281629#: config.c:1391630#, c-format1631msgid "could not expand include path '%s'"1632msgstr "no se pudo expandir rutas de inclusión '%s'"16331634#: config.c:1501635msgid "relative config includes must come from files"1636msgstr "inclusiones de configuración relativas tienen que venir de archivos"16371638#: config.c:1901639msgid "relative config include conditionals must come from files"1640msgstr ""1641"la configuración relativa incluye condicionales que deben venir de archivos"16421643#: config.c:3481644#, c-format1645msgid "key does not contain a section: %s"1646msgstr "llave no contiene una sección: %s"16471648#: config.c:3541649#, c-format1650msgid "key does not contain variable name: %s"1651msgstr "llave no contiene el nombre de variable: %s"16521653#: config.c:378 sequencer.c:24591654#, c-format1655msgid "invalid key: %s"1656msgstr "llave inválida: %s"16571658#: config.c:3841659#, c-format1660msgid "invalid key (newline): %s"1661msgstr "llave inválida (nueva línea): %s"16621663#: config.c:420 config.c:4321664#, c-format1665msgid "bogus config parameter: %s"1666msgstr "parámetro de configuración malogrado: %s"16671668#: config.c:4671669#, c-format1670msgid "bogus format in %s"1671msgstr "formato malogrado en %s"16721673#: config.c:7931674#, c-format1675msgid "bad config line %d in blob %s"1676msgstr "mala línea de config %d en el blob %s"16771678#: config.c:7971679#, c-format1680msgid "bad config line %d in file %s"1681msgstr "mala línea de config %d en el archivo %s"16821683#: config.c:8011684#, c-format1685msgid "bad config line %d in standard input"1686msgstr "mala línea de config %d en la entrada standard"16871688#: config.c:8051689#, c-format1690msgid "bad config line %d in submodule-blob %s"1691msgstr "mala línea de config %d en el submódulo-blob %s"16921693#: config.c:8091694#, c-format1695msgid "bad config line %d in command line %s"1696msgstr "mala línea de config %d en la línea de comando %s"16971698#: config.c:8131699#, c-format1700msgid "bad config line %d in %s"1701msgstr "mala línea de config %d en %s"17021703#: config.c:9521704msgid "out of range"1705msgstr "fuera de rango"17061707#: config.c:9521708msgid "invalid unit"1709msgstr "unidad inválida"17101711#: config.c:9581712#, c-format1713msgid "bad numeric config value '%s' for '%s': %s"1714msgstr "mal valor de config numérica '%s' para '%s': %s"17151716#: config.c:9631717#, c-format1718msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1719msgstr "mal valor de config numérica '%s' para '%s' en el blob %s: %s"17201721#: config.c:9661722#, c-format1723msgid "bad numeric config value '%s' for '%s' in file %s: %s"1724msgstr "mal valor de config numérica '%s' para '%s' en el archivo %s: %s"17251726#: config.c:9691727#, c-format1728msgid "bad numeric config value '%s' for '%s' in standard input: %s"1729msgstr "mal valor de config numérica '%s' para '%s' en la entrada standard: %s"17301731#: config.c:9721732#, c-format1733msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1734msgstr ""1735"mal valor de config numérica '%s' para '%s' en el submódulo-blob %s: %s"17361737#: config.c:9751738#, c-format1739msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1740msgstr ""1741"mal valor de config numérica '%s' para '%s' en la línea de comando %s: %s"17421743#: config.c:9781744#, c-format1745msgid "bad numeric config value '%s' for '%s' in %s: %s"1746msgstr "mal valor de config numérica '%s' para '%s' en %s: %s"17471748#: config.c:10731749#, c-format1750msgid "failed to expand user dir in: '%s'"1751msgstr "falló al expandir el directorio de usuario en: '%s'"17521753#: config.c:10821754#, c-format1755msgid "'%s' for '%s' is not a valid timestamp"1756msgstr "'%s' para '%s' no es una marca de tiempo válida"17571758#: config.c:11731759#, c-format1760msgid "abbrev length out of range: %d"1761msgstr "largo de abreviatura fuera de rango: %d"17621763#: config.c:1187 config.c:11981764#, c-format1765msgid "bad zlib compression level %d"1766msgstr "nivel de compresión de zlib erróneo %d"17671768#: config.c:12901769msgid "core.commentChar should only be one character"1770msgstr "core.commentChar debería tener solo un caracter"17711772#: config.c:13231773#, c-format1774msgid "invalid mode for object creation: %s"1775msgstr "modo inválido de creación de objetos: %s"17761777#: config.c:13951778#, c-format1779msgid "malformed value for %s"1780msgstr "valor malformado para %s"17811782#: config.c:14211783#, c-format1784msgid "malformed value for %s: %s"1785msgstr "valor malformado para %s: %s"17861787#: config.c:14221788msgid "must be one of nothing, matching, simple, upstream or current"1789msgstr "debe ser uno de nothing, matching, simple, upstream o current"17901791#: config.c:1483 builtin/pack-objects.c:33971792#, c-format1793msgid "bad pack compression level %d"1794msgstr "nivel de compresión de pack erróneo %d"17951796#: config.c:16041797#, c-format1798msgid "unable to load config blob object '%s'"1799msgstr "incapaz de cargar configuración de objeto blob '%s'"18001801#: config.c:16071802#, c-format1803msgid "reference '%s' does not point to a blob"1804msgstr "referencia '%s' no apunta a un blob"18051806#: config.c:16241807#, c-format1808msgid "unable to resolve config blob '%s'"1809msgstr "no se posible resolver configuración de blob '%s'"18101811#: config.c:16541812#, c-format1813msgid "failed to parse %s"1814msgstr "no se pudo analizar %s"18151816#: config.c:17101817msgid "unable to parse command-line config"1818msgstr "no es posible analizar la configuración de la línea de comando"18191820#: config.c:20591821msgid "unknown error occurred while reading the configuration files"1822msgstr ""1823"error desconocido ocurrió mientras se leían los archivos de configuración"18241825#: config.c:22291826#, c-format1827msgid "Invalid %s: '%s'"1828msgstr "Invalido %s: '%s'"18291830#: config.c:22721831#, c-format1832msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1833msgstr ""1834"valor core.untrackedCache '%s' desconocido; usando 'keep' como valor por "1835"defecto"18361837#: config.c:22981838#, c-format1839msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1840msgstr "valor splitIndex.maxPercentChange '%d' debe estar entre 0 y 100"18411842#: config.c:23441843#, c-format1844msgid "unable to parse '%s' from command-line config"1845msgstr "no es posible analizar '%s' de la configuración de la línea de comando"18461847#: config.c:23461848#, c-format1849msgid "bad config variable '%s' in file '%s' at line %d"1850msgstr "mala variable de config '%s' en el archivo '%s' en la línea %d"18511852#: config.c:24271853#, c-format1854msgid "invalid section name '%s'"1855msgstr "nombre de sección inválido '%s'"18561857#: config.c:24591858#, c-format1859msgid "%s has multiple values"1860msgstr "%s tiene múltiples valores"18611862#: config.c:24881863#, c-format1864msgid "failed to write new configuration file %s"1865msgstr "falló al escribir nuevo archivo de configuración %s"18661867#: config.c:2740 config.c:30641868#, c-format1869msgid "could not lock config file %s"1870msgstr "no se pudo bloquear archivo de configuración %s"18711872#: config.c:27511873#, c-format1874msgid "opening %s"1875msgstr "abriendo %s"18761877#: config.c:2786 builtin/config.c:3281878#, c-format1879msgid "invalid pattern: %s"1880msgstr "patrón inválido: %s"18811882#: config.c:28111883#, c-format1884msgid "invalid config file %s"1885msgstr "archivo de configuración inválido: %s"18861887#: config.c:2824 config.c:30771888#, c-format1889msgid "fstat on %s failed"1890msgstr "fstat en %s falló"18911892#: config.c:28351893#, c-format1894msgid "unable to mmap '%s'"1895msgstr "no es posible hacer mmap '%s'"18961897#: config.c:2844 config.c:30821898#, c-format1899msgid "chmod on %s failed"1900msgstr "chmod en %s falló"19011902#: config.c:2929 config.c:31791903#, c-format1904msgid "could not write config file %s"1905msgstr "no se pudo escribir el archivo de configuración %s"19061907#: config.c:29631908#, c-format1909msgid "could not set '%s' to '%s'"1910msgstr "no se pudo configurar '%s' a '%s'"19111912#: config.c:2965 builtin/remote.c:7821913#, c-format1914msgid "could not unset '%s'"1915msgstr "no se pudo desactivar '%s'"19161917#: config.c:30551918#, c-format1919msgid "invalid section name: %s"1920msgstr "sección de nombre inválida: %s"19211922#: config.c:32221923#, c-format1924msgid "missing value for '%s'"1925msgstr "valor faltante para '%s'"19261927#: connect.c:611928msgid "the remote end hung up upon initial contact"1929msgstr "el remoto se colgó en el contacto inicial"19301931#: connect.c:631932msgid ""1933"Could not read from remote repository.\n"1934"\n"1935"Please make sure you have the correct access rights\n"1936"and the repository exists."1937msgstr ""1938"No se pudo leer del repositorio remoto.\n"1939"\n"1940"Por favor asegúrese que tiene los permisos de acceso correctos\n"1941"y que el repositorio existe."19421943#: connect.c:811944#, c-format1945msgid "server doesn't support '%s'"1946msgstr "servidor no soporta '%s'"19471948#: connect.c:1031949#, c-format1950msgid "server doesn't support feature '%s'"1951msgstr "servidor no soporta feature '%s'"19521953#: connect.c:1141954msgid "expected flush after capabilities"1955msgstr "se espera flush tras capacidades"19561957#: connect.c:2331958#, c-format1959msgid "ignoring capabilities after first line '%s'"1960msgstr "ignorando capacidades tras primera línea '%s'"19611962#: connect.c:2521963msgid "protocol error: unexpected capabilities^{}"1964msgstr "error de protocolo: capacidades imprevistas^{}"19651966#: connect.c:2731967#, c-format1968msgid "protocol error: expected shallow sha-1, got '%s'"1969msgstr "error de protocolo: sha-1 superficial esperado, se obtuvo '%s'"19701971#: connect.c:2751972msgid "repository on the other end cannot be shallow"1973msgstr "el repositorio en el otro final no puede ser superficial"19741975#: connect.c:3131976msgid "invalid packet"1977msgstr "paquete inválido"19781979#: connect.c:3331980#, c-format1981msgid "protocol error: unexpected '%s'"1982msgstr "error de protocolo: '%s' inesperado"19831984#: connect.c:4411985#, c-format1986msgid "invalid ls-refs response: %s"1987msgstr "respuesta de referencias ls-refs inválida: %s"19881989#: connect.c:4451990msgid "expected flush after ref listing"1991msgstr "flush esperado tras listado de refs"19921993#: connect.c:5441994#, c-format1995msgid "protocol '%s' is not supported"1996msgstr "protocolo '%s' no es soportado"19971998#: connect.c:5951999msgid "unable to set SO_KEEPALIVE on socket"2000msgstr "no es posible configurar SO_KEEPALIVE en el socket"20012002#: connect.c:635 connect.c:6982003#, c-format2004msgid "Looking up %s ... "2005msgstr "Revisando %s... "20062007#: connect.c:6392008#, c-format2009msgid "unable to look up %s (port %s) (%s)"2010msgstr "no se puede revisar %s (puerto %s) (%s)"20112012#. TRANSLATORS: this is the end of "Looking up %s ... "2013#: connect.c:643 connect.c:7142014#, c-format2015msgid ""2016"done.\n"2017"Connecting to %s (port %s) ... "2018msgstr ""2019"hecho.\n"2020"Conectando a %s (puerto %s) ... "20212022#: connect.c:665 connect.c:7422023#, c-format2024msgid ""2025"unable to connect to %s:\n"2026"%s"2027msgstr ""2028"no es posible conectar a %s:\n"2029"%s"20302031#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "2032#: connect.c:671 connect.c:7482033msgid "done."2034msgstr "hecho."20352036#: connect.c:7022037#, c-format2038msgid "unable to look up %s (%s)"2039msgstr "no es posible revisar %s (%s)"20402041#: connect.c:7082042#, c-format2043msgid "unknown port %s"2044msgstr "puerto desconocido %s"20452046#: connect.c:845 connect.c:11712047#, c-format2048msgid "strange hostname '%s' blocked"2049msgstr "hostname extraño '%s' bloqueado"20502051#: connect.c:8472052#, c-format2053msgid "strange port '%s' blocked"2054msgstr "puerto extraño '%s' bloqueado"20552056#: connect.c:8572057#, c-format2058msgid "cannot start proxy %s"2059msgstr "no se puede comenzar proxy %s"20602061#: connect.c:9242062msgid "no path specified; see 'git help pull' for valid url syntax"2063msgstr ""2064"no hay ruta especificada; vea 'git help pull' para sintaxis de url válidas"20652066#: connect.c:11192067msgid "ssh variant 'simple' does not support -4"2068msgstr "variante 'simple' de ssh no soporta -4"20692070#: connect.c:11312071msgid "ssh variant 'simple' does not support -6"2072msgstr "variante 'simple' de ssh no soporta -6"20732074#: connect.c:11482075msgid "ssh variant 'simple' does not support setting port"2076msgstr "variante ssh 'simple' no soporta configurar puerto"20772078#: connect.c:12602079#, c-format2080msgid "strange pathname '%s' blocked"2081msgstr "ruta extraña '%s' bloqueada"20822083#: connect.c:13072084msgid "unable to fork"2085msgstr "no es posible hacer fork"20862087#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:432088msgid "Checking connectivity"2089msgstr "Verificando conectividad"20902091#: connected.c:972092msgid "Could not run 'git rev-list'"2093msgstr "No se pudo correr 'git rev-list'"20942095#: connected.c:1172096msgid "failed write to rev-list"2097msgstr "falló escribir a rev-list"20982099#: connected.c:1242100msgid "failed to close rev-list's stdin"2101msgstr "falló al cerrar la entrada standard de rev-list"21022103#: convert.c:1932104#, c-format2105msgid "illegal crlf_action %d"2106msgstr "crlf_action %d ilegal"21072108#: convert.c:2062109#, c-format2110msgid "CRLF would be replaced by LF in %s"2111msgstr "CRLF será reemplazado por LF en %s"21122113#: convert.c:2082114#, c-format2115msgid ""2116"CRLF will be replaced by LF in %s.\n"2117"The file will have its original line endings in your working directory"2118msgstr ""2119"CRLF será remplazado por LF en %s.\n"2120"El archivo tendrá sus finales de línea originales en tu directorio de trabajo"21212122#: convert.c:2162123#, c-format2124msgid "LF would be replaced by CRLF in %s"2125msgstr "LF será reemplazado por CRLF en %s"21262127#: convert.c:2182128#, c-format2129msgid ""2130"LF will be replaced by CRLF in %s.\n"2131"The file will have its original line endings in your working directory"2132msgstr ""2133"LF será reemplazado por CRLF en %s.\n"2134"El archivo tendrá sus finales de línea originales en tu directorio de trabajo"21352136#: convert.c:2792137#, c-format2138msgid "BOM is prohibited in '%s' if encoded as %s"2139msgstr "BOM está prohibido en '%s' si es codificado como %s"21402141#: convert.c:2862142#, c-format2143msgid ""2144"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"2145"tree-encoding."2146msgstr ""2147"El archivo '%s' contiene una marca de byte (BOM). Por favor usa UTF-%s como "2148"working-tree-encoding."21492150#: convert.c:3042151#, c-format2152msgid "BOM is required in '%s' if encoded as %s"2153msgstr "BOM es requerido en '%s' si es codificado como %s"21542155#: convert.c:3062156#, c-format2157msgid ""2158"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"2159"%sLE (depending on the byte order) as working-tree-encoding."2160msgstr ""2161"Al archivo '%s' le falta una marca de byte (BOM). Por favor usa UTF-%sBE o "2162"UTF-%sLE (dependiendo en el orden de byte) como working-tree-encoding."21632164#: convert.c:424 convert.c:4952165#, c-format2166msgid "failed to encode '%s' from %s to %s"2167msgstr "falló al codificar '%s' de %s a %s"21682169#: convert.c:4672170#, c-format2171msgid "encoding '%s' from %s to %s and back is not the same"2172msgstr "codificación '%s' de %s a %s y de vuelta no son iguales"21732174#: convert.c:6732175#, c-format2176msgid "cannot fork to run external filter '%s'"2177msgstr "no se puede hacer fork para ejecutar filtros externos '%s'"21782179#: convert.c:6932180#, c-format2181msgid "cannot feed the input to external filter '%s'"2182msgstr "no se pueden alimentar de input a los filtros externos '%s'"21832184#: convert.c:7002185#, c-format2186msgid "external filter '%s' failed %d"2187msgstr "filtro externo '%s' falló %d"21882189#: convert.c:735 convert.c:7382190#, c-format2191msgid "read from external filter '%s' failed"2192msgstr "lectura de filtro externo '%s' falló"21932194#: convert.c:741 convert.c:7962195#, c-format2196msgid "external filter '%s' failed"2197msgstr "filtro externo '%s' falló"21982199#: convert.c:8442200msgid "unexpected filter type"2201msgstr "tipo de filtro inesperado"22022203#: convert.c:8552204msgid "path name too long for external filter"2205msgstr "nombre de ruta muy largo para filtro externo"22062207#: convert.c:9292208#, c-format2209msgid ""2210"external filter '%s' is not available anymore although not all paths have "2211"been filtered"2212msgstr ""2213"filtro externo '%s' ya no está disponible aunque no todas las rutas han sido "2214"filtradas"22152216#: convert.c:12282217msgid "true/false are no valid working-tree-encodings"2218msgstr "true/false no son working-tree-encodings válidos"22192220#: convert.c:1398 convert.c:14322221#, c-format2222msgid "%s: clean filter '%s' failed"2223msgstr "%s: falló al limpiar filtro '%s'"22242225#: convert.c:14762226#, c-format2227msgid "%s: smudge filter %s failed"2228msgstr "%s: filtro smudge %s falló"22292230#: date.c:1372231msgid "in the future"2232msgstr "en el futuro"22332234#: date.c:1432235#, c-format2236msgid "%<PRIuMAX> second ago"2237msgid_plural "%<PRIuMAX> seconds ago"2238msgstr[0] "hace %<PRIuMAX> segundo"2239msgstr[1] "hace %<PRIuMAX> segundos"22402241#: date.c:1502242#, c-format2243msgid "%<PRIuMAX> minute ago"2244msgid_plural "%<PRIuMAX> minutes ago"2245msgstr[0] "hace %<PRIuMAX> minuto"2246msgstr[1] "hace %<PRIuMAX> minutos"22472248#: date.c:1572249#, c-format2250msgid "%<PRIuMAX> hour ago"2251msgid_plural "%<PRIuMAX> hours ago"2252msgstr[0] "hace %<PRIuMAX> hora"2253msgstr[1] "hace %<PRIuMAX> horas"22542255#: date.c:1642256#, c-format2257msgid "%<PRIuMAX> day ago"2258msgid_plural "%<PRIuMAX> days ago"2259msgstr[0] "hace %<PRIuMAX> día"2260msgstr[1] "hace %<PRIuMAX> días"22612262#: date.c:1702263#, c-format2264msgid "%<PRIuMAX> week ago"2265msgid_plural "%<PRIuMAX> weeks ago"2266msgstr[0] "hace %<PRIuMAX> semana"2267msgstr[1] "hace %<PRIuMAX> semanas"22682269#: date.c:1772270#, c-format2271msgid "%<PRIuMAX> month ago"2272msgid_plural "%<PRIuMAX> months ago"2273msgstr[0] "hace %<PRIuMAX> mes"2274msgstr[1] "hace %<PRIuMAX> meses"22752276#: date.c:1882277#, c-format2278msgid "%<PRIuMAX> year"2279msgid_plural "%<PRIuMAX> years"2280msgstr[0] "%<PRIuMAX> año"2281msgstr[1] "%<PRIuMAX> años"22822283#. TRANSLATORS: "%s" is "<n> years"2284#: date.c:1912285#, c-format2286msgid "%s, %<PRIuMAX> month ago"2287msgid_plural "%s, %<PRIuMAX> months ago"2288msgstr[0] "%s, y %<PRIuMAX> mes atrás"2289msgstr[1] "%s, y %<PRIuMAX> meses atrás"22902291#: date.c:196 date.c:2012292#, c-format2293msgid "%<PRIuMAX> year ago"2294msgid_plural "%<PRIuMAX> years ago"2295msgstr[0] "hace %<PRIuMAX> año"2296msgstr[1] "hace %<PRIuMAX> años"22972298#: delta-islands.c:2722299msgid "Propagating island marks"2300msgstr "Propagando marcas isla"23012302#: delta-islands.c:2902303#, c-format2304msgid "bad tree object %s"2305msgstr "mal objeto árbol %s"23062307#: delta-islands.c:3342308#, c-format2309msgid "failed to load island regex for '%s': %s"2310msgstr "falló al cargar isla de regex para '%s': %s"23112312#: delta-islands.c:3902313#, c-format2314msgid "island regex from config has too many capture groups (max=%d)"2315msgstr "regex isla de config tiene muchos grupos de captura (max=%d)"23162317#: delta-islands.c:4662318#, c-format2319msgid "Marked %d islands, done.\n"2320msgstr "%d islas marcadas, listo.\n"23212322#: diffcore-order.c:242323#, c-format2324msgid "failed to read orderfile '%s'"2325msgstr "falló al leer orden de archivos '%s'"23262327#: diffcore-rename.c:5442328msgid "Performing inexact rename detection"2329msgstr "Realizando una detección de cambios de nombre inexacta"23302331#: diff-no-index.c:2382332msgid "git diff --no-index [<options>] <path> <path>"2333msgstr "git diff --no-index [<opciones>] <path> <path>"23342335#: diff-no-index.c:2632336msgid ""2337"Not a git repository. Use --no-index to compare two paths outside a working "2338"tree"2339msgstr ""2340"No es un repositorio git. Use --no-index para comparar dos paths fuera del "2341"árbol de trabajo"23422343#: diff.c:1552344#, c-format2345msgid " Failed to parse dirstat cut-off percentage '%s'\n"2346msgstr " Falló al analizar dirstat porcentaje de corte '%s'\n"23472348#: diff.c:1602349#, c-format2350msgid " Unknown dirstat parameter '%s'\n"2351msgstr " parámetro '%s' de dirstat desconocido\n"23522353#: diff.c:2962354msgid ""2355"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2356"'dimmed-zebra', 'plain'"2357msgstr ""2358"opción de color tiene que ser una de 'no', 'default', 'blocks', 'zebra', "2359"'dimmed_zebra', 'plain'"23602361#: diff.c:3242362#, c-format2363msgid ""2364"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "2365"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"2366msgstr ""2367"modo color-moved-ws desconocido '%s', valores posibles son 'ignore-space-"2368"change', 'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-"2369"change'"23702371#: diff.c:3322372msgid ""2373"color-moved-ws: allow-indentation-change cannot be combined with other "2374"whitespace modes"2375msgstr ""2376"color-moved-ws: allow-indentation-change no puede ser combinado con otros "2377"modos de espacios en blanco"23782379#: diff.c:4052380#, c-format2381msgid "Unknown value for 'diff.submodule' config variable: '%s'"2382msgstr ""2383"Valor para la variable de configuración 'diff.submodule' desconocido: '%s'"23842385#: diff.c:4652386#, c-format2387msgid ""2388"Found errors in 'diff.dirstat' config variable:\n"2389"%s"2390msgstr ""2391"Errores en la variable de config 'diff.dirstat' encontrados:\n"2392"%s"23932394#: diff.c:42102395#, c-format2396msgid "external diff died, stopping at %s"2397msgstr "diff externo murió, deteniendo en %s"23982399#: diff.c:45552400msgid "--name-only, --name-status, --check and -s are mutually exclusive"2401msgstr "--name-only, --name-status, --check y -s son mutuamente exclusivas"24022403#: diff.c:45582404msgid "-G, -S and --find-object are mutually exclusive"2405msgstr "-G, -S y --find-object son mutuamente exclusivas"24062407#: diff.c:46362408msgid "--follow requires exactly one pathspec"2409msgstr "--follow requiere exactamente un pathspec"24102411#: diff.c:46842412#, c-format2413msgid "invalid --stat value: %s"2414msgstr "valor --stat inválido: %s"24152416#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:52172417#: parse-options.c:199 parse-options.c:2032418#, c-format2419msgid "%s expects a numerical value"2420msgstr "%s espera un valor numérico"24212422#: diff.c:47212423#, c-format2424msgid ""2425"Failed to parse --dirstat/-X option parameter:\n"2426"%s"2427msgstr ""2428"Falló al analizar parámetro de opción --dirstat/-X:\n"2429"%s"24302431#: diff.c:48062432#, c-format2433msgid "unknown change class '%c' in --diff-filter=%s"2434msgstr "cambio de clase desconocido '%c' en --diff-filter=%s"24352436#: diff.c:48302437#, c-format2438msgid "unknown value after ws-error-highlight=%.*s"2439msgstr "valor desconocido luego de ws-error-highlight=%.*s"24402441#: diff.c:48442442#, c-format2443msgid "unable to resolve '%s'"2444msgstr "no se puede resolver '%s'"24452446#: diff.c:4894 diff.c:49002447#, c-format2448msgid "%s expects <n>/<m> form"2449msgstr "%s espera forma <n>/<m>"24502451#: diff.c:49122452#, c-format2453msgid "%s expects a character, got '%s'"2454msgstr "%s esperaba un char, se obtuvo '%s'"24552456#: diff.c:49332457#, c-format2458msgid "bad --color-moved argument: %s"2459msgstr "mal argumento --color-moved: %s"24602461#: diff.c:49522462#, c-format2463msgid "invalid mode '%s' in --color-moved-ws"2464msgstr "modo inválido '%s' en --color-moved-ws"24652466#: diff.c:49922467msgid ""2468"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "2469"\"histogram\""2470msgstr ""2471"opción diff-algorithm acepta \"myers\", \"minimal\", \"patience\" e "2472"\"histogram\""24732474#: diff.c:5028 diff.c:50482475#, c-format2476msgid "invalid argument to %s"2477msgstr "argumento inválido para %s"24782479#: diff.c:51862480#, c-format2481msgid "failed to parse --submodule option parameter: '%s'"2482msgstr "falló al analizar parámetro de opción --submodule: '%s'"24832484#: diff.c:52422485#, c-format2486msgid "bad --word-diff argument: %s"2487msgstr "mal argumento --word-diff: %s"24882489#: diff.c:52652490msgid "Diff output format options"2491msgstr "Opciones de formato de salida para diff"24922493#: diff.c:5267 diff.c:52732494msgid "generate patch"2495msgstr "generar parche"24962497#: diff.c:5270 builtin/log.c:1672498msgid "suppress diff output"2499msgstr "suprimir salida de diff"25002501#: diff.c:5275 diff.c:5389 diff.c:53962502msgid "<n>"2503msgstr "<n>"25042505#: diff.c:5276 diff.c:52792506msgid "generate diffs with <n> lines context"2507msgstr "genera diffs con <n> líneas de contexto"25082509#: diff.c:52812510msgid "generate the diff in raw format"2511msgstr "genera el diff en formato raw"25122513#: diff.c:52842514msgid "synonym for '-p --raw'"2515msgstr "sinónimo para '-p --stat'"25162517#: diff.c:52882518msgid "synonym for '-p --stat'"2519msgstr "sinónimo para '-p --stat'"25202521#: diff.c:52922522msgid "machine friendly --stat"2523msgstr "--stat amigable para máquina"25242525#: diff.c:52952526msgid "output only the last line of --stat"2527msgstr "mostrar solo la última línea para --stat"25282529#: diff.c:5297 diff.c:53052530msgid "<param1,param2>..."2531msgstr "<param1,param2>..."25322533#: diff.c:52982534msgid ""2535"output the distribution of relative amount of changes for each sub-directory"2536msgstr ""2537"muestra la distribución de cantidades de cambios relativa para cada "2538"subdirectorio"25392540#: diff.c:53022541msgid "synonym for --dirstat=cumulative"2542msgstr "sinónimo para --dirstat=cumulative"25432544#: diff.c:53062545msgid "synonym for --dirstat=files,param1,param2..."2546msgstr "sinonimo para --dirstat=archivos,param1,param2..."25472548#: diff.c:53102549msgid "warn if changes introduce conflict markers or whitespace errors"2550msgstr ""2551"advierte si cambios introducen conflictos de markers o errores de espacios "2552"en blanco"25532554#: diff.c:53132555msgid "condensed summary such as creations, renames and mode changes"2556msgstr ""2557"resumen condensado de creaciones, cambios de nombres y cambios de modos"25582559#: diff.c:53162560msgid "show only names of changed files"2561msgstr "mostrar solo nombres de archivos cambiados"25622563#: diff.c:53192564msgid "show only names and status of changed files"2565msgstr "mostrar solo nombres y estados de archivos cambiados"25662567#: diff.c:53212568msgid "<width>[,<name-width>[,<count>]]"2569msgstr "<ancho>[,<nombre-ancho>[,<cantidad>]]"25702571#: diff.c:53222572msgid "generate diffstat"2573msgstr "generar diffstat"25742575#: diff.c:5324 diff.c:5327 diff.c:53302576msgid "<width>"2577msgstr "<ancho>"25782579#: diff.c:53252580msgid "generate diffstat with a given width"2581msgstr "genera diffstat con un ancho dado"25822583#: diff.c:53282584msgid "generate diffstat with a given name width"2585msgstr "genera diffstat con un nombre de ancho dado"25862587#: diff.c:53312588msgid "generate diffstat with a given graph width"2589msgstr "genera diffstat con un ancho de graph dado"25902591#: diff.c:53332592msgid "<count>"2593msgstr "<cantidad>"25942595#: diff.c:53342596msgid "generate diffstat with limited lines"2597msgstr "genera diffstat con líneas limitadas"25982599#: diff.c:53372600msgid "generate compact summary in diffstat"2601msgstr "genera un resumen compacto de diffstat"26022603#: diff.c:53402604msgid "output a binary diff that can be applied"2605msgstr "muestra un diff binario que puede ser aplicado"26062607#: diff.c:53432608msgid "show full pre- and post-image object names on the \"index\" lines"2609msgstr ""2610"mostrar todo un pre- y post-image de nombres de objetos en las líneas \"index"2611"\""26122613#: diff.c:53452614msgid "show colored diff"2615msgstr "mostrar diff colorido"26162617#: diff.c:53462618msgid "<kind>"2619msgstr "<tipo>"26202621#: diff.c:53472622msgid ""2623"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "2624"diff"2625msgstr ""2626"resaltar errores de espacios en blanco en las líneas 'context', 'old' o "2627"'new' del diff"26282629#: diff.c:53502630msgid ""2631"do not munge pathnames and use NULs as output field terminators in --raw or "2632"--numstat"2633msgstr ""2634"no consolidar los pathnames y usar NULs como terminadores de campos en --raw "2635"o --numstat"26362637#: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:54652638msgid "<prefix>"2639msgstr "<prefijo>"26402641#: diff.c:53542642msgid "show the given source prefix instead of \"a/\""2643msgstr "mostrar el prefijo de fuente dado en lugar de \"a/\""26442645#: diff.c:53572646msgid "show the given source prefix instead of \"b/\""2647msgstr "mostrar el prefijo de fuente dado en lugar de \"b/\""26482649#: diff.c:53602650msgid "prepend an additional prefix to every line of output"2651msgstr "anteponer un prefijo adicional a cada línea mostrada"26522653#: diff.c:53632654msgid "do not show any source or destination prefix"2655msgstr "no mostrar ningún prefijo de fuente o destino"26562657#: diff.c:53662658msgid "show context between diff hunks up to the specified number of lines"2659msgstr ""2660"muestra el contexto entre hunks de diff hasta el número especificado de "2661"líneas"26622663#: diff.c:5370 diff.c:5375 diff.c:53802664msgid "<char>"2665msgstr "<char>"26662667#: diff.c:53712668msgid "specify the character to indicate a new line instead of '+'"2669msgstr "especifica el char para indicar una nueva línea en lugar de '+'"26702671#: diff.c:53762672msgid "specify the character to indicate an old line instead of '-'"2673msgstr "especifica el char para indicar una línea vieja en lugar de '-'"26742675#: diff.c:53812676msgid "specify the character to indicate a context instead of ' '"2677msgstr "especifica el char para indicar un contexto en lugar de ' '"26782679#: diff.c:53842680msgid "Diff rename options"2681msgstr "Opciones de diff rename"26822683#: diff.c:53852684msgid "<n>[/<m>]"2685msgstr "<n>[/<m>]"26862687#: diff.c:53862688msgid "break complete rewrite changes into pairs of delete and create"2689msgstr "descomponer los cambios de reescritura en pares de borrar y crear"26902691#: diff.c:53902692msgid "detect renames"2693msgstr "detectar renombrados"26942695#: diff.c:53942696msgid "omit the preimage for deletes"2697msgstr "omite la preimage para borrados"26982699#: diff.c:53972700msgid "detect copies"2701msgstr "detectar copias"27022703#: diff.c:54012704msgid "use unmodified files as source to find copies"2705msgstr "usa archivos no modificados como fuente para encontrar copias"27062707#: diff.c:54032708msgid "disable rename detection"2709msgstr "deshabilita detección de renombres"27102711#: diff.c:54062712msgid "use empty blobs as rename source"2713msgstr "usa blobs vacíos como fuente de renombre"27142715#: diff.c:54082716msgid "continue listing the history of a file beyond renames"2717msgstr "continua listando el historial de un archivo más allá de renombres"27182719#: diff.c:54112720msgid ""2721"prevent rename/copy detection if the number of rename/copy targets exceeds "2722"given limit"2723msgstr ""2724"previene detección de renombre/copias si el número de objetivos para "2725"renombres/copias excede el límite dado"27262727#: diff.c:54132728msgid "Diff algorithm options"2729msgstr "Opciones de algoritmos de diff"27302731#: diff.c:54152732msgid "produce the smallest possible diff"2733msgstr "produce el diff más pequeño posible"27342735#: diff.c:54182736msgid "ignore whitespace when comparing lines"2737msgstr "ignorar espacios en blanco cuando comparando líneas"27382739#: diff.c:54212740msgid "ignore changes in amount of whitespace"2741msgstr "ignorar cambios en la cantidad de líneas en blanco"27422743#: diff.c:54242744msgid "ignore changes in whitespace at EOL"2745msgstr "ignorar cambios en espacios en blanco en EOL"27462747#: diff.c:54272748msgid "ignore carrier-return at the end of line"2749msgstr "ignora carrier-return al final de la línea"27502751#: diff.c:54302752msgid "ignore changes whose lines are all blank"2753msgstr "ignora cambios cuyas líneas son todas en blanco"27542755#: diff.c:54332756msgid "heuristic to shift diff hunk boundaries for easy reading"2757msgstr "heurística para cambiar los límites de hunk para una fácil lectura"27582759#: diff.c:54362760msgid "generate diff using the \"patience diff\" algorithm"2761msgstr "genera un diff usando algoritmo \"patience diff\""27622763#: diff.c:54402764msgid "generate diff using the \"histogram diff\" algorithm"2765msgstr "genera un diff usando algoritmo \"histogram diff\""27662767#: diff.c:54422768msgid "<algorithm>"2769msgstr "<algoritmo>"27702771#: diff.c:54432772msgid "choose a diff algorithm"2773msgstr "escoge un algoritmo para diff"27742775#: diff.c:54452776msgid "<text>"2777msgstr "<texto>"27782779#: diff.c:54462780msgid "generate diff using the \"anchored diff\" algorithm"2781msgstr "genera un diff usando algoritmo \"anchored diff\""27822783#: diff.c:5448 diff.c:5457 diff.c:54602784msgid "<mode>"2785msgstr "<modo>"27862787#: diff.c:54492788msgid "show word diff, using <mode> to delimit changed words"2789msgstr ""2790"muestra diff por palabras usando <modo> para delimitar las palabras cambiadas"27912792#: diff.c:5451 diff.c:5454 diff.c:54992793msgid "<regex>"2794msgstr "<regex>"27952796#: diff.c:54522797msgid "use <regex> to decide what a word is"2798msgstr "usa <regex> para decidir que palabra es"27992800#: diff.c:54552801msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"2802msgstr "equivalente a --word-diff=color --word-diff-regex=<regex>"28032804#: diff.c:54582805msgid "moved lines of code are colored differently"2806msgstr "líneas movidas de código están coloreadas diferente"28072808#: diff.c:54612809msgid "how white spaces are ignored in --color-moved"2810msgstr "como espacios en blanco son ignorados en --color-moved"28112812#: diff.c:54642813msgid "Other diff options"2814msgstr "Otras opciones de diff"28152816#: diff.c:54662817msgid "when run from subdir, exclude changes outside and show relative paths"2818msgstr ""2819"cuando ejecutado desde un subdir, excluye cambios del exterior y muestra "2820"paths relativos"28212822#: diff.c:54702823msgid "treat all files as text"2824msgstr "tratar todos los archivos como texto"28252826#: diff.c:54722827msgid "swap two inputs, reverse the diff"2828msgstr "cambia dos inputs, invierte el diff"28292830#: diff.c:54742831msgid "exit with 1 if there were differences, 0 otherwise"2832msgstr "termina con 1 si hubieron diferencias, de lo contrario con 0"28332834#: diff.c:54762835msgid "disable all output of the program"2836msgstr "deshabilita todo el output del programa"28372838#: diff.c:54782839msgid "allow an external diff helper to be executed"2840msgstr "permite la ejecución de un diff helper externo"28412842#: diff.c:54802843msgid "run external text conversion filters when comparing binary files"2844msgstr ""2845"ejecuta filtros de conversión de texto externos cuando comparando binarios"28462847#: diff.c:54822848msgid "<when>"2849msgstr "<cuando>"28502851#: diff.c:54832852msgid "ignore changes to submodules in the diff generation"2853msgstr "ignorar cambios a submódulos en la generación de diff"28542855#: diff.c:54862856msgid "<format>"2857msgstr "<formato>"28582859#: diff.c:54872860msgid "specify how differences in submodules are shown"2861msgstr "especifica como son mostradas las diferencias en submódulos"28622863#: diff.c:54912864msgid "hide 'git add -N' entries from the index"2865msgstr "ocultar entradas 'git add -N' del index"28662867#: diff.c:54942868msgid "treat 'git add -N' entries as real in the index"2869msgstr "trata entradas 'git add -N' como reales en el index"28702871#: diff.c:54962872msgid "<string>"2873msgstr "<string>"28742875#: diff.c:54972876msgid ""2877"look for differences that change the number of occurrences of the specified "2878"string"2879msgstr ""2880"busca por diferencias que cambien el número de ocurrencias para el string "2881"especificado"28822883#: diff.c:55002884msgid ""2885"look for differences that change the number of occurrences of the specified "2886"regex"2887msgstr ""2888"busca por diferencias que cambien el número de ocurrencias para el regex "2889"especificado"28902891#: diff.c:55032892msgid "show all changes in the changeset with -S or -G"2893msgstr "mostrar todos los cambios en el changeset con -S o -G"28942895#: diff.c:55062896msgid "treat <string> in -S as extended POSIX regular expression"2897msgstr "tratar <string> en -S como una expresión regular extendida de POSIX"28982899#: diff.c:55092900msgid "control the order in which files appear in the output"2901msgstr "controlar el orden en el que los archivos aparecen en la salida"29022903#: diff.c:55102904msgid "<object-id>"2905msgstr "<id-objeto>"29062907#: diff.c:55112908msgid ""2909"look for differences that change the number of occurrences of the specified "2910"object"2911msgstr ""2912"busca por diferencias que cambien el número de ocurrencias para el objeto "2913"especificado"29142915#: diff.c:55132916msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"2917msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"29182919#: diff.c:55142920msgid "select files by diff type"2921msgstr "selecciona archivos por tipo de diff"29222923#: diff.c:55162924msgid "<file>"2925msgstr "<archivo>"29262927#: diff.c:55172928msgid "Output to a specific file"2929msgstr "Output a un archivo específico"29302931#: diff.c:61502932msgid "inexact rename detection was skipped due to too many files."2933msgstr ""2934"detección de cambio de nombre inexacta fue saltada por haber muchos archivos."29352936#: diff.c:61532937msgid "only found copies from modified paths due to too many files."2938msgstr ""2939"solo se encontraron copias de rutas modificadas por haber muchos archivos."29402941#: diff.c:61562942#, c-format2943msgid ""2944"you may want to set your %s variable to at least %d and retry the command."2945msgstr ""2946"tal vez quiera configurar la variable %s para por lo menos %d y volver a "2947"intentar el comando."29482949#: dir.c:5372950#, c-format2951msgid "pathspec '%s' did not match any file(s) known to git"2952msgstr ""2953"ruta especificada '%s' no concordó con ningún archivo(s) conocido por git"29542955#: dir.c:9262956#, c-format2957msgid "cannot use %s as an exclude file"2958msgstr "no se puede usar %s como archivo de exclusión"29592960#: dir.c:18432961#, c-format2962msgid "could not open directory '%s'"2963msgstr "no se pudo abrir el directorio '%s'"29642965#: dir.c:20852966msgid "failed to get kernel name and information"2967msgstr "falló al conseguir la información y nombre del kernel"29682969#: dir.c:22092970msgid "untracked cache is disabled on this system or location"2971msgstr "untracked cache está desactivado en este sistema o ubicación"29722973#: dir.c:30132974#, c-format2975msgid "index file corrupt in repo %s"2976msgstr "archivo índice corrompido en repositorio %s"29772978#: dir.c:3058 dir.c:30632979#, c-format2980msgid "could not create directories for %s"2981msgstr "no se pudo crear directorios para %s"29822983#: dir.c:30922984#, c-format2985msgid "could not migrate git directory from '%s' to '%s'"2986msgstr "no se pudo migrar el directorio git de '%s' a '%s'"29872988#: editor.c:732989#, c-format2990msgid "hint: Waiting for your editor to close the file...%c"2991msgstr "ayuda: Esperando que tu editor cierre el archivo ...%c"29922993#: entry.c:1782994msgid "Filtering content"2995msgstr "Filtrando contenido"29962997#: entry.c:4762998#, c-format2999msgid "could not stat file '%s'"3000msgstr "no se pudo establecer el archivo '%s'"30013002#: environment.c:1503003#, c-format3004msgid "bad git namespace path \"%s\""3005msgstr "ruta de namespace de git mala \"%s\""30063007#: environment.c:3323008#, c-format3009msgid "could not set GIT_DIR to '%s'"3010msgstr "no se pudo configurar GIT_DIR a '%s'"30113012#: exec-cmd.c:3633013#, c-format3014msgid "too many args to run %s"3015msgstr "demasiados argumentos para correr %s"30163017#: fetch-object.c:173018msgid "Remote with no URL"3019msgstr "Remoto sin URL"30203021#: fetch-pack.c:1513022msgid "git fetch-pack: expected shallow list"3023msgstr "git fetch-pack: lista poco profunda esperada"30243025#: fetch-pack.c:1543026msgid "git fetch-pack: expected a flush packet after shallow list"3027msgstr ""3028"git fetch-pack: se esperaba un flush packet luego de la lista superficial"30293030#: fetch-pack.c:1653031msgid "git fetch-pack: expected ACK/NAK, got a flush packet"3032msgstr "git fetch-pack: se esperaba ACK/NAK, se obtuvo un flush packet"30333034#: fetch-pack.c:1853035#, c-format3036msgid "git fetch-pack: expected ACK/NAK, got '%s'"3037msgstr "git fetch-pack: se esperaba ACK/NAK, se obtuvo '%s'"30383039#: fetch-pack.c:1963040msgid "unable to write to remote"3041msgstr "no se puede escribir al remoto"30423043#: fetch-pack.c:2583044msgid "--stateless-rpc requires multi_ack_detailed"3045msgstr "--stateless-rpc requiere multi_ack_detailed"30463047#: fetch-pack.c:360 fetch-pack.c:12713048#, c-format3049msgid "invalid shallow line: %s"3050msgstr "línea poco profunda inválida: %s"30513052#: fetch-pack.c:366 fetch-pack.c:12773053#, c-format3054msgid "invalid unshallow line: %s"3055msgstr "línea superficial inválida: %s"30563057#: fetch-pack.c:368 fetch-pack.c:12793058#, c-format3059msgid "object not found: %s"3060msgstr "objeto no encontrado: %s"30613062#: fetch-pack.c:371 fetch-pack.c:12823063#, c-format3064msgid "error in object: %s"3065msgstr "error en objeto: %s"30663067#: fetch-pack.c:373 fetch-pack.c:12843068#, c-format3069msgid "no shallow found: %s"3070msgstr "superficie no encontrada: %s"30713072#: fetch-pack.c:376 fetch-pack.c:12883073#, c-format3074msgid "expected shallow/unshallow, got %s"3075msgstr "se esperaba shallow/unshallow, se obtuvo %s"30763077#: fetch-pack.c:4173078#, c-format3079msgid "got %s %d %s"3080msgstr "se obtuvo %s %d %s"30813082#: fetch-pack.c:4343083#, c-format3084msgid "invalid commit %s"3085msgstr "commit inválido %s"30863087#: fetch-pack.c:4653088msgid "giving up"3089msgstr "rindiéndose"30903091#: fetch-pack.c:477 progress.c:2843092msgid "done"3093msgstr "listo"30943095#: fetch-pack.c:4893096#, c-format3097msgid "got %s (%d) %s"3098msgstr "se obtuvo %s (%d) %s"30993100#: fetch-pack.c:5353101#, c-format3102msgid "Marking %s as complete"3103msgstr "Marcando %s como completa"31043105#: fetch-pack.c:7443106#, c-format3107msgid "already have %s (%s)"3108msgstr "ya se tiene %s (%s)"31093110#: fetch-pack.c:7833111msgid "fetch-pack: unable to fork off sideband demultiplexer"3112msgstr "fetch-pack: no se puede extraer un demultiplexor de banda lateral"31133114#: fetch-pack.c:7913115msgid "protocol error: bad pack header"3116msgstr "error de protocolo: paquete de header erróneo"31173118#: fetch-pack.c:8593119#, c-format3120msgid "fetch-pack: unable to fork off %s"3121msgstr "fetch-pack: no se puede quitar %s"31223123#: fetch-pack.c:8753124#, c-format3125msgid "%s failed"3126msgstr "%s falló"31273128#: fetch-pack.c:8773129msgid "error in sideband demultiplexer"3130msgstr "error en demultiplexor de banda lateral"31313132#: fetch-pack.c:9063133msgid "Server does not support shallow clients"3134msgstr "El servidor no soporta clientes superficiales"31353136#: fetch-pack.c:9103137msgid "Server supports multi_ack_detailed"3138msgstr "El servidor soporta ulti_ack_detailed"31393140#: fetch-pack.c:9133141msgid "Server supports no-done"3142msgstr "El servidor soporta no-done"31433144#: fetch-pack.c:9193145msgid "Server supports multi_ack"3146msgstr "El servidor soporta multi_ack"31473148#: fetch-pack.c:9233149msgid "Server supports side-band-64k"3150msgstr "El servidor soporta side-band-64k"31513152#: fetch-pack.c:9273153msgid "Server supports side-band"3154msgstr "El servidor soporta side-band"31553156#: fetch-pack.c:9313157msgid "Server supports allow-tip-sha1-in-want"3158msgstr "El servidor soporta allow-tip-sha1-in-want"31593160#: fetch-pack.c:9353161msgid "Server supports allow-reachable-sha1-in-want"3162msgstr "El servidor soporta allow-reachable-sha1-in-want"31633164#: fetch-pack.c:9453165msgid "Server supports ofs-delta"3166msgstr "El servidor soporta ofs-delta"31673168#: fetch-pack.c:951 fetch-pack.c:11443169msgid "Server supports filter"3170msgstr "El servidor soporta filtro"31713172#: fetch-pack.c:9593173#, c-format3174msgid "Server version is %.*s"3175msgstr "Versión de servidor es %.*s"31763177#: fetch-pack.c:9653178msgid "Server does not support --shallow-since"3179msgstr "El servidor no soporta --shalow-since"31803181#: fetch-pack.c:9693182msgid "Server does not support --shallow-exclude"3183msgstr "El servidor no soporta --shalow-exclude"31843185#: fetch-pack.c:9713186msgid "Server does not support --deepen"3187msgstr "El servidor no soporta --deepen"31883189#: fetch-pack.c:9883190msgid "no common commits"3191msgstr "no hay commits comunes"31923193#: fetch-pack.c:1000 fetch-pack.c:14493194msgid "git fetch-pack: fetch failed."3195msgstr "git fetch-pack: fetch falló."31963197#: fetch-pack.c:11383198msgid "Server does not support shallow requests"3199msgstr "El servidor no soporta peticiones superficiales"32003201#: fetch-pack.c:11713202msgid "unable to write request to remote"3203msgstr "no se puede escribir request al remoto"32043205#: fetch-pack.c:11893206#, c-format3207msgid "error reading section header '%s'"3208msgstr "error leyendo sección header '%s'"32093210#: fetch-pack.c:11953211#, c-format3212msgid "expected '%s', received '%s'"3213msgstr "se esperaba '%s', se recibió '%s'"32143215#: fetch-pack.c:12343216#, c-format3217msgid "unexpected acknowledgment line: '%s'"3218msgstr "linea de confirmación inesperada: '%s'"32193220#: fetch-pack.c:12393221#, c-format3222msgid "error processing acks: %d"3223msgstr "error procesando acks: %d"32243225#: fetch-pack.c:12493226msgid "expected packfile to be sent after 'ready'"3227msgstr "espere que el packfile sea mandado luego del 'listo'"32283229#: fetch-pack.c:12513230msgid "expected no other sections to be sent after no 'ready'"3231msgstr "espere que ninguna otra sección sea enviada luego del 'listo'"32323233#: fetch-pack.c:12933234#, c-format3235msgid "error processing shallow info: %d"3236msgstr "error procesando información superficial: %d"32373238#: fetch-pack.c:13403239#, c-format3240msgid "expected wanted-ref, got '%s'"3241msgstr "se esperaba wanted-ref, se obtuvo '%s'"32423243#: fetch-pack.c:13453244#, c-format3245msgid "unexpected wanted-ref: '%s'"3246msgstr "wanted-ref inesperado: '%s'"32473248#: fetch-pack.c:13503249#, c-format3250msgid "error processing wanted refs: %d"3251msgstr "error procesando refs deseadas: %d"32523253#: fetch-pack.c:16763254msgid "no matching remote head"3255msgstr "no concuerda el head remoto"32563257#: fetch-pack.c:1699 builtin/clone.c:6733258msgid "remote did not send all necessary objects"3259msgstr "remoto no mando todos los objetos necesarios"32603261#: fetch-pack.c:17263262#, c-format3263msgid "no such remote ref %s"3264msgstr "no existe ref remota %s"32653266#: fetch-pack.c:17293267#, c-format3268msgid "Server does not allow request for unadvertised object %s"3269msgstr "El servidor no permite solicitudes de objetos inadvertidos %s"32703271#: gpg-interface.c:3183272msgid "gpg failed to sign the data"3273msgstr "gpg falló al firmar la data"32743275#: gpg-interface.c:3443276msgid "could not create temporary file"3277msgstr "no se pudo crear archivo temporal"32783279#: gpg-interface.c:3473280#, c-format3281msgid "failed writing detached signature to '%s'"3282msgstr "falló al escribir la firma separada para '%s'"32833284#: graph.c:973285#, c-format3286msgid "ignore invalid color '%.*s' in log.graphColors"3287msgstr "ignora color inválido '%.*s' en log.graphColors"32883289#: grep.c:21133290#, c-format3291msgid "'%s': unable to read %s"3292msgstr "'%s': no es posible leer %s"32933294#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:823295#: builtin/rm.c:1353296#, c-format3297msgid "failed to stat '%s'"3298msgstr "falló al marcar '%s'"32993300#: grep.c:21413301#, c-format3302msgid "'%s': short read"3303msgstr "'%s': lectura corta"33043305#: help.c:233306msgid "start a working area (see also: git help tutorial)"3307msgstr "comienza un área de trabajo (ver también: git help tutorial)"33083309#: help.c:243310msgid "work on the current change (see also: git help everyday)"3311msgstr "trabaja en los cambios actuales (ver también: git help everyday)"33123313#: help.c:253314msgid "examine the history and state (see also: git help revisions)"3315msgstr "examina el historial y el estado (ver también: git help revisions)"33163317#: help.c:263318msgid "grow, mark and tweak your common history"3319msgstr "crece, marca y ajusta tu historial común"33203321#: help.c:273322msgid "collaborate (see also: git help workflows)"3323msgstr "colabora (mira también: git help workflows)"33243325#: help.c:313326msgid "Main Porcelain Commands"3327msgstr "Comandos de Porcelana principales"33283329#: help.c:323330msgid "Ancillary Commands / Manipulators"3331msgstr "Comandos auxiliares / Manipuladores"33323333#: help.c:333334msgid "Ancillary Commands / Interrogators"3335msgstr "Comandos auxiliares / Interrogadores"33363337#: help.c:343338msgid "Interacting with Others"3339msgstr "Interactuando con Otros"33403341#: help.c:353342msgid "Low-level Commands / Manipulators"3343msgstr "Comandos de bajo nivel / Manipuladores"33443345#: help.c:363346msgid "Low-level Commands / Interrogators"3347msgstr "Comandos de bajo nivel / Interrogadores"33483349#: help.c:373350msgid "Low-level Commands / Synching Repositories"3351msgstr "Comandos de bajo nivel / Sincronización de repositorios"33523353#: help.c:383354msgid "Low-level Commands / Internal Helpers"3355msgstr "Comandos de bajo nivel / Auxiliares internos"33563357#: help.c:2983358#, c-format3359msgid "available git commands in '%s'"3360msgstr "comandos disponibles de git en '%s'"33613362#: help.c:3053363msgid "git commands available from elsewhere on your $PATH"3364msgstr "comandos disponibles de git desde otro lugar en tu $PATH"33653366#: help.c:3143367msgid "These are common Git commands used in various situations:"3368msgstr "Estos son comandos comunes de Git usados en varias situaciones:"33693370#: help.c:363 git.c:973371#, c-format3372msgid "unsupported command listing type '%s'"3373msgstr "comando de listado de tipos no soportado '%s'"33743375#: help.c:4033376msgid "The common Git guides are:"3377msgstr "Las guías comunes de Git son:"33783379#: help.c:5123380msgid "See 'git help <command>' to read about a specific subcommand"3381msgstr "Vea 'git help <comando>' para leer sobre los subcomandos específicos"33823383#: help.c:5173384msgid "External commands"3385msgstr "Comandos externos"33863387#: help.c:5323388msgid "Command aliases"3389msgstr "Aliases de comando"33903391#: help.c:5963392#, c-format3393msgid ""3394"'%s' appears to be a git command, but we were not\n"3395"able to execute it. Maybe git-%s is broken?"3396msgstr ""3397"'%s' parece ser un comando de git, pero no hemos\n"3398"podido ejecutarlo. Tal vez git-%s se ha roto?"33993400#: help.c:6553401msgid "Uh oh. Your system reports no Git commands at all."3402msgstr "Oh oh. Tu sistema no reporta ningún comando de Git."34033404#: help.c:6773405#, c-format3406msgid "WARNING: You called a Git command named '%s', which does not exist."3407msgstr "PELIGRO: Has llamado a un comando de Git '%s', el cual no existe."34083409#: help.c:6823410#, c-format3411msgid "Continuing under the assumption that you meant '%s'."3412msgstr "Continuando asumiendo que quisiste decir '%s'."34133414#: help.c:6873415#, c-format3416msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."3417msgstr "Continuando en %0.1f segundos, asumiendo que tu dijiste '%s'."34183419#: help.c:6953420#, c-format3421msgid "git: '%s' is not a git command. See 'git --help'."3422msgstr "git: '%s'no es un comando de git. Mira 'git --help'."34233424#: help.c:6993425msgid ""3426"\n"3427"The most similar command is"3428msgid_plural ""3429"\n"3430"The most similar commands are"3431msgstr[0] ""3432"\n"3433"El comando mas similar es"3434msgstr[1] ""3435"\n"3436"Los comandos mas similares son"34373438#: help.c:7143439msgid "git version [<options>]"3440msgstr "git versión [<opciones>]"34413442#: help.c:7823443#, c-format3444msgid "%s: %s - %s"3445msgstr "%s: %s - %s"34463447#: help.c:7863448msgid ""3449"\n"3450"Did you mean this?"3451msgid_plural ""3452"\n"3453"Did you mean one of these?"3454msgstr[0] ""3455"\n"3456"¿Quisiste decir esto?"3457msgstr[1] ""3458"\n"3459"¿Quisiste decir alguno de estos?"34603461#: ident.c:3493462msgid ""3463"\n"3464"*** Please tell me who you are.\n"3465"\n"3466"Run\n"3467"\n"3468" git config --global user.email \"you@example.com\"\n"3469" git config --global user.name \"Your Name\"\n"3470"\n"3471"to set your account's default identity.\n"3472"Omit --global to set the identity only in this repository.\n"3473"\n"3474msgstr ""3475"\n"3476"*** Por favor cuéntame quien eres.\n"3477"\n"3478"Corre\n"3479"\n"3480" git config --global user.email \"you@example.com\"\n"3481" git config --global user.name \"Tu Nombre\"\n"3482"\n"3483"para configurar la identidad por defecto de tu cuenta.\n"3484"Omite --global para configurar tu identidad solo en este repositorio.\n"3485"\n"34863487#: ident.c:3793488msgid "no email was given and auto-detection is disabled"3489msgstr "no se entrego ningún email y la detección automática está desactivada"34903491#: ident.c:3843492#, c-format3493msgid "unable to auto-detect email address (got '%s')"3494msgstr "no es posible auto-detectar la dirección de correo (se obtuvo '%s')"34953496#: ident.c:4013497msgid "no name was given and auto-detection is disabled"3498msgstr "no se entrego ningún nombre y la detección automática está desactivada"34993500#: ident.c:4073501#, c-format3502msgid "unable to auto-detect name (got '%s')"3503msgstr "no es posible auto-detectar el nombre (se obtuvo '%s')"35043505#: ident.c:4153506#, c-format3507msgid "empty ident name (for <%s>) not allowed"3508msgstr "no se puede tener un nombre vacío (para <%s>)"35093510#: ident.c:4213511#, c-format3512msgid "name consists only of disallowed characters: %s"3513msgstr "el nombre consiste solo de caracteres no permitidos: %s"35143515#: ident.c:436 builtin/commit.c:6083516#, c-format3517msgid "invalid date format: %s"3518msgstr "formato de fecha inválido: %s"35193520#: list-objects.c:1293521#, c-format3522msgid "entry '%s' in tree %s has tree mode, but is not a tree"3523msgstr "entrada '%s' en árbol %s tiene modo árbol, pero no es uno"35243525#: list-objects.c:1423526#, c-format3527msgid "entry '%s' in tree %s has blob mode, but is not a blob"3528msgstr "entrada '%s' en árbol %s tiene modo blob, pero no es uno"35293530#: list-objects.c:3783531#, c-format3532msgid "unable to load root tree for commit %s"3533msgstr "no se puede cargar árbol raíz para commit %s"35343535#: list-objects-filter-options.c:363536msgid "multiple filter-specs cannot be combined"3537msgstr "no se pueden combinar múltiples tipos de especificaciones de filtro"35383539#: list-objects-filter-options.c:583540msgid "expected 'tree:<depth>'"3541msgstr "se esperaba 'tree:<depth>'"35423543#: list-objects-filter-options.c:1563544msgid "cannot change partial clone promisor remote"3545msgstr "no se puede cambiar un clon parcial remoto promisor"35463547#: lockfile.c:1513548#, c-format3549msgid ""3550"Unable to create '%s.lock': %s.\n"3551"\n"3552"Another git process seems to be running in this repository, e.g.\n"3553"an editor opened by 'git commit'. Please make sure all processes\n"3554"are terminated then try again. If it still fails, a git process\n"3555"may have crashed in this repository earlier:\n"3556"remove the file manually to continue."3557msgstr ""3558"No se puede crear '%s.lock': %s.\n"3559"\n"3560"Otro proceso git parece estar corriendo en el repositorio, es decir\n"3561"un editor abierto con 'git commit'. Por favor asegúrese de que todos los "3562"procesos\n"3563"están terminados y vuelve a intentar. Si el fallo permanece, un proceso git\n"3564"puede haber roto el repositorio antes:\n"3565"borra el archivo manualmente para continuar."35663567#: lockfile.c:1593568#, c-format3569msgid "Unable to create '%s.lock': %s"3570msgstr "No se pudo crear '%s.lock': %s"35713572#: merge.c:413573msgid "failed to read the cache"3574msgstr "falló al leer la cache"35753576#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:19213577#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:7733578#: builtin/stash.c:2643579msgid "unable to write new index file"3580msgstr "no es posible escribir el archivo índice"35813582#: merge-recursive.c:3223583msgid "(bad commit)\n"3584msgstr "(commit erróneo)\n"35853586#: merge-recursive.c:3453587#, c-format3588msgid "add_cacheinfo failed for path '%s'; merge aborting."3589msgstr "add_cacheinfo falló para la ruta '%s'; abortando fusión."35903591#: merge-recursive.c:3543592#, c-format3593msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."3594msgstr "add_cacheinfo falló para refrescar la ruta '%s'; abortando fusión."35953596#: merge-recursive.c:4373597msgid "error building trees"3598msgstr "error construyendo árboles"35993600#: merge-recursive.c:8613601#, c-format3602msgid "failed to create path '%s'%s"3603msgstr "falló al crear la ruta '%s'%s"36043605#: merge-recursive.c:8723606#, c-format3607msgid "Removing %s to make room for subdirectory\n"3608msgstr "Removiendo %s para hacer espacio para un subdirectorio\n"36093610#: merge-recursive.c:886 merge-recursive.c:9053611msgid ": perhaps a D/F conflict?"3612msgstr ": tal vez un conflicto D/F?"36133614#: merge-recursive.c:8953615#, c-format3616msgid "refusing to lose untracked file at '%s'"3617msgstr "rehusando perder el archivo rastreado en '%s'"36183619#: merge-recursive.c:936 builtin/cat-file.c:403620#, c-format3621msgid "cannot read object %s '%s'"3622msgstr "no se puede leer el objeto %s '%s'"36233624#: merge-recursive.c:9393625#, c-format3626msgid "blob expected for %s '%s'"3627msgstr "se esperaba blob para %s '%s'"36283629#: merge-recursive.c:9633630#, c-format3631msgid "failed to open '%s': %s"3632msgstr "falló al abrir '%s': %s"36333634#: merge-recursive.c:9743635#, c-format3636msgid "failed to symlink '%s': %s"3637msgstr "falló al crear el enlace simbólico '%s': %s"36383639#: merge-recursive.c:9793640#, c-format3641msgid "do not know what to do with %06o %s '%s'"3642msgstr "no se que hacer con %06o %s '%s'"36433644#: merge-recursive.c:11753645#, c-format3646msgid "Failed to merge submodule %s (not checked out)"3647msgstr "Falló al fusionar el submódulo %s (no revisado)"36483649#: merge-recursive.c:11823650#, c-format3651msgid "Failed to merge submodule %s (commits not present)"3652msgstr "Falló al fusionar el submódulo %s (commits no presentes)"36533654#: merge-recursive.c:11893655#, c-format3656msgid "Failed to merge submodule %s (commits don't follow merge-base)"3657msgstr "Falló el fusionar submódulo %s (commits no siguen la fusión base)"36583659#: merge-recursive.c:1197 merge-recursive.c:12093660#, c-format3661msgid "Fast-forwarding submodule %s to the following commit:"3662msgstr "Haciendo fast-forward a submódulo %s para el siguiente commit:"36633664#: merge-recursive.c:1200 merge-recursive.c:12123665#, c-format3666msgid "Fast-forwarding submodule %s"3667msgstr "Avance rápido en submódulo %s"36683669#: merge-recursive.c:12353670#, c-format3671msgid "Failed to merge submodule %s (merge following commits not found)"3672msgstr ""3673"Falló al fusionar submódulo %s (los siguentes commits no fueron encontrados)"36743675#: merge-recursive.c:12393676#, c-format3677msgid "Failed to merge submodule %s (not fast-forward)"3678msgstr "Falló al fusionar el submódulo %s (no es posible avance rápido)"36793680#: merge-recursive.c:12403681msgid "Found a possible merge resolution for the submodule:\n"3682msgstr "Se encontró una posible solución de fusión para el submódulo:\n"36833684#: merge-recursive.c:12433685#, c-format3686msgid ""3687"If this is correct simply add it to the index for example\n"3688"by using:\n"3689"\n"3690" git update-index --cacheinfo 160000 %s \"%s\"\n"3691"\n"3692"which will accept this suggestion.\n"3693msgstr ""3694"Si esto es correcto simplemente agrégalo al índice por ejemplo\n"3695"usando:\n"3696"\n"3697" git update-index --cacheinfo 160000 %s \"%s\"\n"3698"\n"3699"el cual aceptará esta sugerencia.\n"37003701#: merge-recursive.c:12523702#, c-format3703msgid "Failed to merge submodule %s (multiple merges found)"3704msgstr "Falló al fusionar el submódulo %s (fusiones múltiples encontradas)"37053706#: merge-recursive.c:13253707msgid "Failed to execute internal merge"3708msgstr "Falló al ejecutar la fusión interna"37093710#: merge-recursive.c:13303711#, c-format3712msgid "Unable to add %s to database"3713msgstr "No es posible agregar %s a la base de datos"37143715#: merge-recursive.c:13623716#, c-format3717msgid "Auto-merging %s"3718msgstr "Auto-fusionando %s"37193720#: merge-recursive.c:13853721#, c-format3722msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."3723msgstr ""3724"Error: Rehusando perder el archivo no rastreado en %s; escribiéndolo a %s en "3725"cambio."37263727#: merge-recursive.c:14573728#, c-format3729msgid ""3730"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3731"in tree."3732msgstr ""3733"CONFLICTO (%s/borrar): %s borrado en %s y %s en %s. Falta versión %s de %s "3734"en el árbol."37353736#: merge-recursive.c:14623737#, c-format3738msgid ""3739"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3740"left in tree."3741msgstr ""3742"CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Versión %s de %s "3743"permanece en el árbol."37443745#: merge-recursive.c:14693746#, c-format3747msgid ""3748"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3749"in tree at %s."3750msgstr ""3751"CONFLICTO (%s/eliminar): %s eliminado en %s y %s en %s. Versión %s de %s "3752"dejada en el árbol, en %s."37533754#: merge-recursive.c:14743755#, c-format3756msgid ""3757"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3758"left in tree at %s."3759msgstr ""3760"CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Versión %s de %s "3761"permanece en el árbol en %s."37623763#: merge-recursive.c:15093764msgid "rename"3765msgstr "renombrar"37663767#: merge-recursive.c:15093768msgid "renamed"3769msgstr "renombrado"37703771#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:30853772#, c-format3773msgid "Refusing to lose dirty file at %s"3774msgstr "Rehusando perder el archivo sucio en %s"37753776#: merge-recursive.c:15993777#, c-format3778msgid "Refusing to lose untracked file at %s, even though it's in the way."3779msgstr ""3780"Rehusando perder el archivo no rastreado en %s, incluso aunque se está "3781"interponiendo."37823783#: merge-recursive.c:16573784#, c-format3785msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"3786msgstr ""3787"CONFLICTO (renombrar/agregar): Renombrar %s->%s en %s. %s agregado en %s"37883789#: merge-recursive.c:16873790#, c-format3791msgid "%s is a directory in %s adding as %s instead"3792msgstr "%s es un directorio en %s agregando como %s más bien"37933794#: merge-recursive.c:16923795#, c-format3796msgid "Refusing to lose untracked file at %s; adding as %s instead"3797msgstr ""3798"Rehusando perder el archivo no rastreado en %s; agregándolo como %s en cambio"37993800#: merge-recursive.c:17113801#, c-format3802msgid ""3803"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"3804"\"->\"%s\" in \"%s\"%s"3805msgstr ""3806"CONFLICTO (renombrar/renombrar): Renombrar \"%s\"->\"%s\" en la rama \"%s\" "3807"renombrar \"%s\"->\"%s\" en \"%s\"%s"38083809#: merge-recursive.c:17163810msgid " (left unresolved)"3811msgstr " (dejado sin resolver)"38123813#: merge-recursive.c:18253814#, c-format3815msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"3816msgstr ""3817"CONFLICTO (renombrar/renombrar): Renombrar %s->%s en %s. Renombrar %s->%s en "3818"%s"38193820#: merge-recursive.c:20303821#, c-format3822msgid ""3823"CONFLICT (directory rename split): Unclear where to place %s because "3824"directory %s was renamed to multiple other directories, with no destination "3825"getting a majority of the files."3826msgstr ""3827"CONFLICTO (división de cambio de nombre de directorio): No es claro dónde "3828"colocar %s porque el directorio %s fue renombrado a otros múltiples "3829"directorios, sin ningún que contenga la mayoría de archivos."38303831#: merge-recursive.c:20623832#, c-format3833msgid ""3834"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "3835"implicit directory rename(s) putting the following path(s) there: %s."3836msgstr ""3837"CONFLICTO (cambio de nombre de directorio implícito): Archivo/directorio "3838"existente en %s se interpone con el cambio de nombres implícito, poniendo "3839"la(s) siguiente(s) ruta(s) aquí: %s."38403841#: merge-recursive.c:20723842#, c-format3843msgid ""3844"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "3845"implicit directory renames tried to put these paths there: %s"3846msgstr ""3847"CONFLICTO (cambio de nombre implícito): No se puede mapear más de una ruta "3848"para %s; cambio de nombre implícito intentó poner estas rutas: %s"38493850#: merge-recursive.c:21643851#, c-format3852msgid ""3853"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"3854">%s in %s"3855msgstr ""3856"CONFLICTO (renombrar/renombrar): Renombrar directorio %s->%s en %s. "3857"Renombrar directorio %s->%s en %s"38583859#: merge-recursive.c:24083860#, c-format3861msgid ""3862"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "3863"renamed."3864msgstr ""3865"PELIGRO: Evitando aplicar %s -> %s renombrado a %s, porque %s mismo fue "3866"renombrado."38673868#: merge-recursive.c:29293869#, c-format3870msgid "cannot read object %s"3871msgstr "no se pudo leer el objeto %s"38723873#: merge-recursive.c:29323874#, c-format3875msgid "object %s is not a blob"3876msgstr "objeto %s no es un blob"38773878#: merge-recursive.c:29963879msgid "modify"3880msgstr "modificar"38813882#: merge-recursive.c:29963883msgid "modified"3884msgstr "modificado"38853886#: merge-recursive.c:30083887msgid "content"3888msgstr "contenido"38893890#: merge-recursive.c:30123891msgid "add/add"3892msgstr "agregar/agregar"38933894#: merge-recursive.c:30353895#, c-format3896msgid "Skipped %s (merged same as existing)"3897msgstr "Saltado %s (fusionado como existente)"38983899#: merge-recursive.c:3057 git-submodule.sh:9373900msgid "submodule"3901msgstr "submódulo"39023903#: merge-recursive.c:30583904#, c-format3905msgid "CONFLICT (%s): Merge conflict in %s"3906msgstr "CONFLICTO (%s): Conflicto de fusión en %s"39073908#: merge-recursive.c:30883909#, c-format3910msgid "Adding as %s instead"3911msgstr "Agregando más bien como %s"39123913#: merge-recursive.c:31703914#, c-format3915msgid ""3916"Path updated: %s added in %s inside a directory that was renamed in %s; "3917"moving it to %s."3918msgstr ""3919"Path actualizado: %s agregado en %s dentro de un directorio que fue "3920"renombrado en %s; moviéndolo a %s."39213922#: merge-recursive.c:31733923#, c-format3924msgid ""3925"CONFLICT (file location): %s added in %s inside a directory that was renamed "3926"in %s, suggesting it should perhaps be moved to %s."3927msgstr ""3928"CONFLICTO (ubicación de archivo): %s agregado en %s dentro de un directorio "3929"que fue renombrado en %s, sugerimos que debería ser movido a %s."39303931#: merge-recursive.c:31773932#, c-format3933msgid ""3934"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "3935"%s; moving it to %s."3936msgstr ""3937"Path actualizado: %s renombrado a %s en %s, dentro de un directorio que fue "3938"renombrado en %s; moviéndolo a %s."39393940#: merge-recursive.c:31803941#, c-format3942msgid ""3943"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "3944"was renamed in %s, suggesting it should perhaps be moved to %s."3945msgstr ""3946"CONFLICTO (ubicación de archivo): %s renombrado a %s en %s, dentro de un "3947"directorio que fue renombrado en %s, sugiriendo que tal vez debería ser "3948"movido a %s."39493950#: merge-recursive.c:32943951#, c-format3952msgid "Removing %s"3953msgstr "Eliminando %s"39543955#: merge-recursive.c:33173956msgid "file/directory"3957msgstr "archivo/directorio"39583959#: merge-recursive.c:33223960msgid "directory/file"3961msgstr "directorio/archivo"39623963#: merge-recursive.c:33293964#, c-format3965msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3966msgstr ""3967"CONFLICTO (%s): Hay un directorio con el nombre %s en %s. Agregando %s como "3968"%s"39693970#: merge-recursive.c:33383971#, c-format3972msgid "Adding %s"3973msgstr "Agregando %s"39743975#: merge-recursive.c:33473976#, c-format3977msgid "CONFLICT (add/add): Merge conflict in %s"3978msgstr "CONFLICTO (add/add): Conflicto de merge en %s"39793980#: merge-recursive.c:33853981#, c-format3982msgid ""3983"Your local changes to the following files would be overwritten by merge:\n"3984" %s"3985msgstr ""3986"Los cambios locales de los siguientes archivos serán sobreescritos por "3987"merge:\n"3988" %s"39893990#: merge-recursive.c:33963991msgid "Already up to date!"3992msgstr "¡Ya está actualizado!"39933994#: merge-recursive.c:34053995#, c-format3996msgid "merging of trees %s and %s failed"3997msgstr "falló la fusión de los árboles %s y %s"39983999#: merge-recursive.c:35044000msgid "Merging:"4001msgstr "Fusionando:"40024003#: merge-recursive.c:35174004#, c-format4005msgid "found %u common ancestor:"4006msgid_plural "found %u common ancestors:"4007msgstr[0] "se encontró %u ancestro común:"4008msgstr[1] "se encontraron %u ancestros comunes:"40094010#: merge-recursive.c:35564011msgid "merge returned no commit"4012msgstr "la fusión no devolvió ningún commit"40134014#: merge-recursive.c:36224015#, c-format4016msgid "Could not parse object '%s'"4017msgstr "No se pudo analizar el objeto '%s'"40184019#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:8734020msgid "Unable to write index."4021msgstr "Incapaz de escribir el índice."40224023#: midx.c:664024#, c-format4025msgid "multi-pack-index file %s is too small"4026msgstr "archivo multi-pack-index %s es muy pequeño"40274028#: midx.c:824029#, c-format4030msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"4031msgstr "firma de multi-pack-index 0x%08x no concuerda con firma 0x%08x"40324033#: midx.c:874034#, c-format4035msgid "multi-pack-index version %d not recognized"4036msgstr "versión %d de multi-pack-index no reconocida"40374038#: midx.c:924039#, c-format4040msgid "hash version %u does not match"4041msgstr "versión de hash %u no concuerda"40424043#: midx.c:1064044msgid "invalid chunk offset (too large)"4045msgstr "offset inválido del conjunto (muy grande)"40464047#: midx.c:1304048msgid "terminating multi-pack-index chunk id appears earlier than expected"4049msgstr ""4050"terminando multi-pack-index porque el id del conjunto aparece antes de lo "4051"esperado"40524053#: midx.c:1434054msgid "multi-pack-index missing required pack-name chunk"4055msgstr "multi-pack-index le falta el conjunto pack-name requerido"40564057#: midx.c:1454058msgid "multi-pack-index missing required OID fanout chunk"4059msgstr "multi-pack-index le falta el conjunto OID fanout requerido"40604061#: midx.c:1474062msgid "multi-pack-index missing required OID lookup chunk"4063msgstr "multi-pack-index le falta el conjunto OID fanout requerido"40644065#: midx.c:1494066msgid "multi-pack-index missing required object offsets chunk"4067msgstr "multi-pack-index le falta el conjunto de offset del objeto requerido"40684069#: midx.c:1634070#, c-format4071msgid "multi-pack-index pack names out of order: '%s' before '%s'"4072msgstr "multi-pack-index nombres de paquete fuera de orden:'%s' antes '%s'"40734074#: midx.c:2084075#, c-format4076msgid "bad pack-int-id: %u (%u total packs)"4077msgstr "mal pack-int-id: %u (%u paquetes totales)"40784079#: midx.c:2584080msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"4081msgstr "multi-pack-index guarda un offset de 64-bit, pero off_t es muy pequeño"40824083#: midx.c:2864084msgid "error preparing packfile from multi-pack-index"4085msgstr "error preparando packfile de multi-pack-index"40864087#: midx.c:4574088#, c-format4089msgid "failed to add packfile '%s'"4090msgstr "falló al agregar packfile '%s'"40914092#: midx.c:4634093#, c-format4094msgid "failed to open pack-index '%s'"4095msgstr "falló al abrir pack-index '%s'"40964097#: midx.c:5574098#, c-format4099msgid "failed to locate object %d in packfile"4100msgstr "falló al ubicar objeto %d en packfile"41014102#: midx.c:9934103#, c-format4104msgid "failed to clear multi-pack-index at %s"4105msgstr "falló al limpiar multi-pack-index en %s"41064107#: midx.c:10484108msgid "Looking for referenced packfiles"4109msgstr "Buscando por packfiles referidos"41104111#: midx.c:10634112#, c-format4113msgid ""4114"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"4115msgstr ""4116"oid fanout fuera de orden: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"41174118#: midx.c:10674119msgid "Verifying OID order in MIDX"4120msgstr "Verificando orden de OID en MIDX"41214122#: midx.c:10764123#, c-format4124msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"4125msgstr "oid lookup fuera de orden: oid[%d] = %s >= %s = oid[%d]"41264127#: midx.c:10954128msgid "Sorting objects by packfile"4129msgstr "Ordenando objetos por packfile"41304131#: midx.c:11014132msgid "Verifying object offsets"4133msgstr "Verificando offsets de objetos"41344135#: midx.c:11174136#, c-format4137msgid "failed to load pack entry for oid[%d] = %s"4138msgstr "fallo al cargar entrada pack para oid[%d] = %s"41394140#: midx.c:11234141#, c-format4142msgid "failed to load pack-index for packfile %s"4143msgstr "falló al cargar el pack-index para packfile %s"41444145#: midx.c:11324146#, c-format4147msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"4148msgstr "offset para objeto incorrecto oid[%d] = %s: %<PRIx64> != %<PRIx64>"41494150#: name-hash.c:5314151#, c-format4152msgid "unable to create lazy_dir thread: %s"4153msgstr "no es posible crear hilo lazy_dir: %s"41544155#: name-hash.c:5534156#, c-format4157msgid "unable to create lazy_name thread: %s"4158msgstr "no es posible crear hilo lazy_name: %s"41594160#: name-hash.c:5594161#, c-format4162msgid "unable to join lazy_name thread: %s"4163msgstr "no es posible unir hilo lazy_name: %s"41644165#: notes-merge.c:2774166#, c-format4167msgid ""4168"You have not concluded your previous notes merge (%s exists).\n"4169"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "4170"commit/abort the previous merge before you start a new notes merge."4171msgstr ""4172"No has concluido tus notas previas de fusión (%s existe).\n"4173"Por favor, usa 'git notes merge --commit' o 'git notes merge --abort' para "4174"confirmar/abortar la fusión previa antes de que puedas comenzar una nueva "4175"nota de fusión."41764177#: notes-merge.c:2844178#, c-format4179msgid "You have not concluded your notes merge (%s exists)."4180msgstr "No has terminado tus notas de fusión (%s existe)."41814182#: notes-utils.c:464183msgid "Cannot commit uninitialized/unreferenced notes tree"4184msgstr ""4185"No se puede realizar commit, notas del árbol no inicializadas o no "4186"referenciadas"41874188#: notes-utils.c:1054189#, c-format4190msgid "Bad notes.rewriteMode value: '%s'"4191msgstr "Valor erróneo para notes.rewriteMode: '%s'"41924193#: notes-utils.c:1154194#, c-format4195msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"4196msgstr "Rehusando reescribir notas en %s (fuera de refs/notes/)"41974198#. TRANSLATORS: The first %s is the name of4199#. the environment variable, the second %s is4200#. its value.4201#.4202#: notes-utils.c:1454203#, c-format4204msgid "Bad %s value: '%s'"4205msgstr "Valor erróneo para %s: '%s'"42064207#: object.c:544208#, c-format4209msgid "invalid object type \"%s\""4210msgstr "tipo de objeto \"%s\" inválido"42114212#: object.c:1744213#, c-format4214msgid "object %s is a %s, not a %s"4215msgstr "objeto %s es un %s, no un %s"42164217#: object.c:2344218#, c-format4219msgid "object %s has unknown type id %d"4220msgstr "el objeto %s tiene un id de tipo desconocido %d"42214222#: object.c:2474223#, c-format4224msgid "unable to parse object: %s"4225msgstr "incapaz de analizar objeto: %s"42264227#: object.c:267 object.c:2784228#, c-format4229msgid "hash mismatch %s"4230msgstr "hash no concuerda %s"42314232#: packfile.c:6174233msgid "offset before end of packfile (broken .idx?)"4234msgstr "offset antes del final del paquete (broken .idx?)"42354236#: packfile.c:18684237#, c-format4238msgid "offset before start of pack index for %s (corrupt index?)"4239msgstr ""4240"offset antes del comienzo del índice del paquete para %s (índice corrupto?)"42414242#: packfile.c:18724243#, c-format4244msgid "offset beyond end of pack index for %s (truncated index?)"4245msgstr ""4246"offset más allá del índice de fin de paquete para %s (índice truncado?)"42474248#: parse-options.c:384249#, c-format4250msgid "%s requires a value"4251msgstr "%s requiere un valor"42524253#: parse-options.c:734254#, c-format4255msgid "%s is incompatible with %s"4256msgstr "%s es incompatible con %s"42574258#: parse-options.c:784259#, c-format4260msgid "%s : incompatible with something else"4261msgstr "%s : incompatible con otra cosa"42624263#: parse-options.c:92 parse-options.c:96 parse-options.c:3194264#, c-format4265msgid "%s takes no value"4266msgstr "%s no toma valores"42674268#: parse-options.c:944269#, c-format4270msgid "%s isn't available"4271msgstr "%s no está disponible"42724273#: parse-options.c:2194274#, c-format4275msgid "%s expects a non-negative integer value with an optional k/m/g suffix"4276msgstr "%s espera un valor entero no negativo con un sufijo opcional k/m/g"42774278#: parse-options.c:3894279#, c-format4280msgid "ambiguous option: %s (could be --%s%s or --%s%s)"4281msgstr "opción ambigua: %s (puede ser --%s%s o --%s%s)"42824283#: parse-options.c:423 parse-options.c:4314284#, c-format4285msgid "did you mean `--%s` (with two dashes ?)"4286msgstr "¿quisiste decir `--%s` (con dos guiones)?"42874288#: parse-options.c:8594289#, c-format4290msgid "unknown option `%s'"4291msgstr "opción `%s' desconocida"42924293#: parse-options.c:8614294#, c-format4295msgid "unknown switch `%c'"4296msgstr "switch desconocido `%c'"42974298#: parse-options.c:8634299#, c-format4300msgid "unknown non-ascii option in string: `%s'"4301msgstr "opcion desconocida en string no ascii: `%s'"43024303#: parse-options.c:8874304msgid "..."4305msgstr "..."43064307#: parse-options.c:9064308#, c-format4309msgid "usage: %s"4310msgstr "uso: %s"43114312#. TRANSLATORS: the colon here should align with the4313#. one in "usage: %s" translation.4314#.4315#: parse-options.c:9124316#, c-format4317msgid " or: %s"4318msgstr " o: %s"43194320#: parse-options.c:9154321#, c-format4322msgid " %s"4323msgstr " %s"43244325#: parse-options.c:9544326msgid "-NUM"4327msgstr "-NUM"43284329#: parse-options.c:9684330#, c-format4331msgid "alias of --%s"4332msgstr "alias de --%s"43334334#: parse-options-cb.c:20 parse-options-cb.c:244335#, c-format4336msgid "option `%s' expects a numerical value"4337msgstr "opción `%s' espera un valor numérico"43384339#: parse-options-cb.c:414340#, c-format4341msgid "malformed expiration date '%s'"4342msgstr "fecha de expiración mal formada: '%s'"43434344#: parse-options-cb.c:544345#, c-format4346msgid "option `%s' expects \"always\", \"auto\", or \"never\""4347msgstr "opción `%s' puede usar \"always\", \"auto\", o \"never\""43484349#: parse-options-cb.c:130 parse-options-cb.c:1474350#, c-format4351msgid "malformed object name '%s'"4352msgstr "nombre de objeto mal formado '%s'"43534354#: path.c:8974355#, c-format4356msgid "Could not make %s writable by group"4357msgstr "No se pudo hacer que %s fuera escribible por el grupo"43584359#: pathspec.c:1284360msgid "Escape character '\\' not allowed as last character in attr value"4361msgstr ""4362"Carácter de escape '\\' no permitido como último carácter en el valor attr"43634364#: pathspec.c:1464365msgid "Only one 'attr:' specification is allowed."4366msgstr "Solo una especificación 'attr' es permitida."43674368#: pathspec.c:1494369msgid "attr spec must not be empty"4370msgstr "especificación attr no puede estar vacía"43714372#: pathspec.c:1924373#, c-format4374msgid "invalid attribute name %s"4375msgstr "nombre de atributo %s inválido"43764377#: pathspec.c:2574378msgid "global 'glob' and 'noglob' pathspec settings are incompatible"4379msgstr ""4380"configuraciones globales de pathspec 'glob' y 'noglob' son incompatibles"43814382#: pathspec.c:2644383msgid ""4384"global 'literal' pathspec setting is incompatible with all other global "4385"pathspec settings"4386msgstr ""4387"la configuración global de 'literal' para patrones de ruta es incompatible "4388"con las demás configuraciones globales de patrones de ruta"43894390#: pathspec.c:3044391msgid "invalid parameter for pathspec magic 'prefix'"4392msgstr "parámetro no válido para el prefijo 'magic pathspec'"43934394#: pathspec.c:3254395#, c-format4396msgid "Invalid pathspec magic '%.*s' in '%s'"4397msgstr "Magic pathspec inválido '%.*s' en '%s'"43984399#: pathspec.c:3304400#, c-format4401msgid "Missing ')' at the end of pathspec magic in '%s'"4402msgstr "Falta ')' al final del magic pathspec en '%s'"44034404#: pathspec.c:3684405#, c-format4406msgid "Unimplemented pathspec magic '%c' in '%s'"4407msgstr "Magic pathspec '%c' no implementado en '%s'"44084409#: pathspec.c:4274410#, c-format4411msgid "%s: 'literal' and 'glob' are incompatible"4412msgstr "%s: 'literal' y 'glob' son incompatibles"44134414#: pathspec.c:4404415#, c-format4416msgid "%s: '%s' is outside repository"4417msgstr "%s: '%s' está fuera del repositorio"44184419#: pathspec.c:5144420#, c-format4421msgid "'%s' (mnemonic: '%c')"4422msgstr "'%s' (nemotécnico: '%c')"44234424#: pathspec.c:5244425#, c-format4426msgid "%s: pathspec magic not supported by this command: %s"4427msgstr "%s: magic pathspec no soportado por este comando: %s"44284429#: pathspec.c:5914430#, c-format4431msgid "pathspec '%s' is beyond a symbolic link"4432msgstr "el patrón de ruta '%s' está detrás de un enlace simbólico"44334434#: pkt-line.c:924435msgid "unable to write flush packet"4436msgstr "no es posible escribir flush packet"44374438#: pkt-line.c:994439msgid "unable to write delim packet"4440msgstr "no es posible escribir delim packet"44414442#: pkt-line.c:1064443msgid "flush packet write failed"4444msgstr "limpieza de escritura de paquetes falló"44454446#: pkt-line.c:146 pkt-line.c:2324447msgid "protocol error: impossibly long line"4448msgstr "error de protocolo: línea imposiblemente larga"44494450#: pkt-line.c:162 pkt-line.c:1644451msgid "packet write with format failed"4452msgstr "escritura de paquetes con formato falló"44534454#: pkt-line.c:1964455msgid "packet write failed - data exceeds max packet size"4456msgstr "fallo al escribir paquete - la data excede al tamaño máximo de paquete"44574458#: pkt-line.c:203 pkt-line.c:2104459msgid "packet write failed"4460msgstr "escritura de paquetes falló"44614462#: pkt-line.c:2954463msgid "read error"4464msgstr "error de lectura"44654466#: pkt-line.c:3034467msgid "the remote end hung up unexpectedly"4468msgstr "el remoto se colgó de manera inesperada"44694470#: pkt-line.c:3314471#, c-format4472msgid "protocol error: bad line length character: %.4s"4473msgstr "error de protocolo: mal caracter de largo de línea: %.4s"44744475#: pkt-line.c:341 pkt-line.c:3464476#, c-format4477msgid "protocol error: bad line length %d"4478msgstr "error de protocolo: mal largo de línea %d"44794480#: pkt-line.c:3624481#, c-format4482msgid "remote error: %s"4483msgstr "error remoto: %s"44844485#: preload-index.c:1194486msgid "Refreshing index"4487msgstr "Refrescando index"44884489#: preload-index.c:1384490#, c-format4491msgid "unable to create threaded lstat: %s"4492msgstr "no es posible crear lstat hilado: %s"44934494#: pretty.c:9664495msgid "unable to parse --pretty format"4496msgstr "incapaz de analizar el formato --pretty"44974498#: range-diff.c:564499msgid "could not start `log`"4500msgstr "no se pudo comenzar `log`"45014502#: range-diff.c:594503msgid "could not read `log` output"4504msgstr "no se pudo leer output de `log`"45054506#: range-diff.c:74 sequencer.c:48974507#, c-format4508msgid "could not parse commit '%s'"4509msgstr "no se pudo analizar commit '%s'"45104511#: range-diff.c:2244512msgid "failed to generate diff"4513msgstr "falló al generar diff"45144515#: range-diff.c:455 range-diff.c:4574516#, c-format4517msgid "could not parse log for '%s'"4518msgstr "no se pudo leer el log para '%s'"45194520#: read-cache.c:6804521#, c-format4522msgid "will not add file alias '%s' ('%s' already exists in index)"4523msgstr "no agregará alias de archivo '%s' ('%s' ya existe en el index)"45244525#: read-cache.c:6964526msgid "cannot create an empty blob in the object database"4527msgstr "no se puede crear un blob vacío en la base de datos de objetos"45284529#: read-cache.c:7184530#, c-format4531msgid "%s: can only add regular files, symbolic links or git-directories"4532msgstr ""4533"%s: solo puede agregar archivos regulares, symbolic links o git-directories"45344535#: read-cache.c:7234536#, c-format4537msgid "'%s' does not have a commit checked out"4538msgstr "'%s' no tiene un commit checked out"45394540#: read-cache.c:7754541#, c-format4542msgid "unable to index file '%s'"4543msgstr "no es posible indexar archivo '%s'"45444545#: read-cache.c:7944546#, c-format4547msgid "unable to add '%s' to index"4548msgstr "no es posible agregar '%s' al index"45494550#: read-cache.c:8054551#, c-format4552msgid "unable to stat '%s'"4553msgstr "incapaz de correr stat en '%s'"45544555#: read-cache.c:13144556#, c-format4557msgid "'%s' appears as both a file and as a directory"4558msgstr "'%s' parece ser un directorio y un archivo a la vez"45594560#: read-cache.c:14994561msgid "Refresh index"4562msgstr "Refrescar index"45634564#: read-cache.c:16134565#, c-format4566msgid ""4567"index.version set, but the value is invalid.\n"4568"Using version %i"4569msgstr ""4570"index.version configurado, pero el valor no es válido.\n"4571"Usando versión %i"45724573#: read-cache.c:16234574#, c-format4575msgid ""4576"GIT_INDEX_VERSION set, but the value is invalid.\n"4577"Using version %i"4578msgstr ""4579"GIT_INDEX_VERSION configurado, pero el valor no es válido.\n"4580"Usando versión %i"45814582#: read-cache.c:16794583#, c-format4584msgid "bad signature 0x%08x"4585msgstr "mala firma 0x%08x"45864587#: read-cache.c:16824588#, c-format4589msgid "bad index version %d"4590msgstr "mala versión del índice %d"45914592#: read-cache.c:16914593msgid "bad index file sha1 signature"4594msgstr "mala firma sha1 del archivo index"45954596#: read-cache.c:17214597#, c-format4598msgid "index uses %.4s extension, which we do not understand"4599msgstr "index usa %.4s extensiones, cosa que no entendemos"46004601#: read-cache.c:17234602#, c-format4603msgid "ignoring %.4s extension"4604msgstr "ignorando extensión %.4s"46054606#: read-cache.c:17604607#, c-format4608msgid "unknown index entry format 0x%08x"4609msgstr "formato de index desconocido 0x%08x"46104611#: read-cache.c:17764612#, c-format4613msgid "malformed name field in the index, near path '%s'"4614msgstr "campo nombre malformado en el index, cerca a ruta '%s'"46154616#: read-cache.c:18334617msgid "unordered stage entries in index"4618msgstr "entradas en stage desordenadas en index"46194620#: read-cache.c:18364621#, c-format4622msgid "multiple stage entries for merged file '%s'"4623msgstr "múltiples entradas extrañas para archivo fusionado '%s'"46244625#: read-cache.c:18394626#, c-format4627msgid "unordered stage entries for '%s'"4628msgstr "entradas de stage desordenadas para '%s'"46294630#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:11114631#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:3584632#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:9554633#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:4984634#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:2714635#: builtin/submodule--helper.c:3304636msgid "index file corrupt"4637msgstr "archivo índice corrompido"46384639#: read-cache.c:20874640#, c-format4641msgid "unable to create load_cache_entries thread: %s"4642msgstr "no es posible crear hilo load_cache_entries: %s"46434644#: read-cache.c:21004645#, c-format4646msgid "unable to join load_cache_entries thread: %s"4647msgstr "no es posible unir hilo load_cache_entires: %s"46484649#: read-cache.c:21334650#, c-format4651msgid "%s: index file open failed"4652msgstr "%s: falló al abrir el archivo index"46534654#: read-cache.c:21374655#, c-format4656msgid "%s: cannot stat the open index"4657msgstr "%s: no se puede hacer stat del index abierto"46584659#: read-cache.c:21414660#, c-format4661msgid "%s: index file smaller than expected"4662msgstr "%s: archivo index más pequeño de lo esperado"46634664#: read-cache.c:21454665#, c-format4666msgid "%s: unable to map index file"4667msgstr "%s: no se pudo mapear el archivo index"46684669#: read-cache.c:21874670#, c-format4671msgid "unable to create load_index_extensions thread: %s"4672msgstr "no es posible crear hilo load_index_extensions: %s"46734674#: read-cache.c:22144675#, c-format4676msgid "unable to join load_index_extensions thread: %s"4677msgstr "no es posible unir hilo load_index_extensions: %s"46784679#: read-cache.c:22464680#, c-format4681msgid "could not freshen shared index '%s'"4682msgstr "no se pudo refrescar el index compartido '%s'"46834684#: read-cache.c:22934685#, c-format4686msgid "broken index, expect %s in %s, got %s"4687msgstr "index roto, se esperaba %s en %s, se obtuvo %s"46884689#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:11174690#, c-format4691msgid "could not close '%s'"4692msgstr "no se pudo cerrar '%s'"46934694#: read-cache.c:3092 sequencer.c:2354 sequencer.c:38074695#, c-format4696msgid "could not stat '%s'"4697msgstr "no se pudo definir '%s'"46984699#: read-cache.c:31054700#, c-format4701msgid "unable to open git dir: %s"4702msgstr "no es posible abrir el directorio de git: %s"47034704#: read-cache.c:31174705#, c-format4706msgid "unable to unlink: %s"4707msgstr "no es posible eliminar el vinculo: %s"47084709#: read-cache.c:31424710#, c-format4711msgid "cannot fix permission bits on '%s'"4712msgstr "no se pudo arreglar bits de permisos en '%s'"47134714#: read-cache.c:32914715#, c-format4716msgid "%s: cannot drop to stage #0"4717msgstr "%s: no se puede eliminar a stage #0"47184719#: rebase-interactive.c:264720#, c-format4721msgid ""4722"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."4723msgstr ""4724"opción %s no reconocida para la opción rebase.missingCommitsCheck. Ignorando."47254726#: rebase-interactive.c:354727msgid ""4728"\n"4729"Commands:\n"4730"p, pick <commit> = use commit\n"4731"r, reword <commit> = use commit, but edit the commit message\n"4732"e, edit <commit> = use commit, but stop for amending\n"4733"s, squash <commit> = use commit, but meld into previous commit\n"4734"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"4735"x, exec <command> = run command (the rest of the line) using shell\n"4736"b, break = stop here (continue rebase later with 'git rebase --continue')\n"4737"d, drop <commit> = remove commit\n"4738"l, label <label> = label current HEAD with a name\n"4739"t, reset <label> = reset HEAD to a label\n"4740"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"4741". create a merge commit using the original merge commit's\n"4742". message (or the oneline, if no original merge commit was\n"4743". specified). Use -c <commit> to reword the commit message.\n"4744"\n"4745"These lines can be re-ordered; they are executed from top to bottom.\n"4746msgstr ""4747"\n"4748"Comandos:\n"4749"p, pick <commit> = usar commit\n"4750"r, reword <commit> = usar commit, pero editar el mensaje de commit\n"4751"e, edit <commit> = usar commit, pero parar para un amend\n"4752"s, squash <commit> = usar commit, pero fusionarlo en el commit previo\n"4753"f, fixup <commit> = como \"squash\", pero descarta el mensaje del log de "4754"este commit\n"4755"x, exec <commit> = ejecuta comando ( el resto de la línea) usando un shell\n"4756"b, break = parar aquí (continuar rebase luego con 'git rebase --continue')\n"4757"d, drop <commit> = eliminar commit\n"4758"l, label <label> = poner label al HEAD actual con un nombre\n"4759"t, reset <label> = reiniciar HEAD a el label\n"4760"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"4761". crea un commit de fusión usando el mensaje original de\n"4762". fusión (o la línea de oneline, si no se especifica un mensaje\n"4763". de commit). Use -c <commit> para reescribir el mensaje del commit.\n"4764"\n"4765"Estas líneas pueden ser reordenadas; son ejecutadas desde arriba hacia "4766"abajo.\n"47674768#: rebase-interactive.c:564769#, c-format4770msgid "Rebase %s onto %s (%d command)"4771msgid_plural "Rebase %s onto %s (%d commands)"4772msgstr[0] "Rebase %s en %s (%d comando)"4773msgstr[1] "Rebase %s en %s (%d comandos)"47744775#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:1734776msgid ""4777"\n"4778"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"4779msgstr ""4780"\n"4781"No eliminar ninguna línea. Usa 'drop' explícitamente para borrar un commit \n"47824783#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:1774784msgid ""4785"\n"4786"If you remove a line here THAT COMMIT WILL BE LOST.\n"4787msgstr ""4788"\n"4789"Si remueves una línea aquí EL COMMIT SE PERDERÁ.\n"47904791#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:8164792msgid ""4793"\n"4794"You are editing the todo file of an ongoing interactive rebase.\n"4795"To continue rebase after editing, run:\n"4796" git rebase --continue\n"4797"\n"4798msgstr ""4799"\n"4800"Esta editando el archivo TODO de un rebase interactivo.\n"4801"Para continuar el rebase después de editar, ejecute:\n"4802" git rebase --continue\n"4803"\n"48044805#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:8934806msgid ""4807"\n"4808"However, if you remove everything, the rebase will be aborted.\n"4809"\n"4810msgstr ""4811"\n"4812"Como sea, si quieres borrar todo, el rebase será abortado.\n"4813"\n"48144815#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:9004816msgid "Note that empty commits are commented out"4817msgstr "Tenga en cuenta que los commits vacíos están comentados"48184819#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:33394820#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:2354821#, c-format4822msgid "could not write '%s'"4823msgstr "no se pudo escribir '%s'"48244825#: rebase-interactive.c:1084826#, c-format4827msgid "could not copy '%s' to '%s'."4828msgstr "no se pudo copiar '%s' a '%s'."48294830#: rebase-interactive.c:1734831#, c-format4832msgid ""4833"Warning: some commits may have been dropped accidentally.\n"4834"Dropped commits (newer to older):\n"4835msgstr ""4836"Peligro: algunos commits pueden haber sido botados de forma accidental.\n"4837"Commits botados (empezando con el mas nuevo):\n"48384839#: rebase-interactive.c:1804840#, c-format4841msgid ""4842"To avoid this message, use \"drop\" to explicitly remove a commit.\n"4843"\n"4844"Use 'git config rebase.missingCommitsCheck' to change the level of "4845"warnings.\n"4846"The possible behaviours are: ignore, warn, error.\n"4847"\n"4848msgstr ""4849"Para evitar este mensaje, use \"drop\" para eliminar de forma explícita un "4850"commit.\n"4851"\n"4852"Use 'git config rebase.missingCommitsCheck' para cambiar el nivel de "4853"advertencias.\n"4854"Los posibles comportamientos son: ignore,warn,error.\n"4855"\n"48564857#: refs.c:1924858#, c-format4859msgid "%s does not point to a valid object!"4860msgstr "%s no apunta a ningún objeto válido!"48614862#: refs.c:5974863#, c-format4864msgid "ignoring dangling symref %s"4865msgstr "ignorando referencia rota %s"48664867#: refs.c:599 ref-filter.c:19824868#, c-format4869msgid "ignoring broken ref %s"4870msgstr "ignorando referencia rota %s"48714872#: refs.c:7344873#, c-format4874msgid "could not open '%s' for writing: %s"4875msgstr "no se pudo abrir '%s' para escritura: %s"48764877#: refs.c:744 refs.c:7954878#, c-format4879msgid "could not read ref '%s'"4880msgstr "no se pudo leer la referencia '%s'"48814882#: refs.c:7504883#, c-format4884msgid "ref '%s' already exists"4885msgstr "ref '%s' ya existe"48864887#: refs.c:7554888#, c-format4889msgid "unexpected object ID when writing '%s'"4890msgstr "ID de objecto inesperado cuando se escribía '%s'"48914892#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:28054893#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:6564894#, c-format4895msgid "could not write to '%s'"4896msgstr "no se pudo escribir en '%s'"48974898#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:9934899#, c-format4900msgid "could not open '%s' for writing"4901msgstr "no se pudo abrir '%s' para escritura"49024903#: refs.c:7974904#, c-format4905msgid "unexpected object ID when deleting '%s'"4906msgstr "ID de objecto inesperado cuando se borraba '%s'"49074908#: refs.c:9284909#, c-format4910msgid "log for ref %s has gap after %s"4911msgstr "log de ref %s tiene un vacío tras %s"49124913#: refs.c:9344914#, c-format4915msgid "log for ref %s unexpectedly ended on %s"4916msgstr "log de ref %s finalizado inesperadamente en %s"49174918#: refs.c:9934919#, c-format4920msgid "log for %s is empty"4921msgstr "log de %s está vacío"49224923#: refs.c:10854924#, c-format4925msgid "refusing to update ref with bad name '%s'"4926msgstr "rehusando actualizar ref con mal nombre '%s'"49274928#: refs.c:11614929#, c-format4930msgid "update_ref failed for ref '%s': %s"4931msgstr "update_ref falló para ref '%s': %s"49324933#: refs.c:19424934#, c-format4935msgid "multiple updates for ref '%s' not allowed"4936msgstr "múltiples actualizaciones para ref '%s' no permitidas"49374938#: refs.c:19744939msgid "ref updates forbidden inside quarantine environment"4940msgstr "actualizaciones de ref prohibidas dentro de ambiente de cuarentena"49414942#: refs.c:2070 refs.c:21004943#, c-format4944msgid "'%s' exists; cannot create '%s'"4945msgstr "'%s' existe; no se puede crear '%s'"49464947#: refs.c:2076 refs.c:21114948#, c-format4949msgid "cannot process '%s' and '%s' at the same time"4950msgstr "no se puede procesar '%s' y '%s' al mismo tiempo"49514952#: refs/files-backend.c:12344953#, c-format4954msgid "could not remove reference %s"4955msgstr "no se pudo eliminar la referencia %s"49564957#: refs/files-backend.c:1248 refs/packed-backend.c:15324958#: refs/packed-backend.c:15424959#, c-format4960msgid "could not delete reference %s: %s"4961msgstr "no se pudo eliminar la referencia %s: %s"49624963#: refs/files-backend.c:1251 refs/packed-backend.c:15454964#, c-format4965msgid "could not delete references: %s"4966msgstr "no se pudo eliminar la referencia: %s"49674968#: refspec.c:1374969#, c-format4970msgid "invalid refspec '%s'"4971msgstr "refspec inválido: '%s'"49724973#: ref-filter.c:39 wt-status.c:19094974msgid "gone"4975msgstr "desaparecido"49764977#: ref-filter.c:404978#, c-format4979msgid "ahead %d"4980msgstr "adelante %d"49814982#: ref-filter.c:414983#, c-format4984msgid "behind %d"4985msgstr "detrás %d"49864987#: ref-filter.c:424988#, c-format4989msgid "ahead %d, behind %d"4990msgstr "delante %d, detrás %d"49914992#: ref-filter.c:1384993#, c-format4994msgid "expected format: %%(color:<color>)"4995msgstr "formato esperado: %%(color:<color>)"49964997#: ref-filter.c:1404998#, c-format4999msgid "unrecognized color: %%(color:%s)"5000msgstr "color no reconocido: %%(color:%s)"50015002#: ref-filter.c:1625003#, c-format5004msgid "Integer value expected refname:lstrip=%s"5005msgstr "Valor entero esperado refname:lstrip=%s"50065007#: ref-filter.c:1665008#, c-format5009msgid "Integer value expected refname:rstrip=%s"5010msgstr "Valor entero esperado refname:rstrip=%s"50115012#: ref-filter.c:1685013#, c-format5014msgid "unrecognized %%(%s) argument: %s"5015msgstr "argumento: %s no reconocido %%(%s)"50165017#: ref-filter.c:2235018#, c-format5019msgid "%%(objecttype) does not take arguments"5020msgstr "%%(objecttype) no toma ningún argumento"50215022#: ref-filter.c:2455023#, c-format5024msgid "unrecognized %%(objectsize) argument: %s"5025msgstr "%%(objectsize) no reconocido argumento: %s"50265027#: ref-filter.c:2535028#, c-format5029msgid "%%(deltabase) does not take arguments"5030msgstr "%%(deltabase) no toma argumentos"50315032#: ref-filter.c:2655033#, c-format5034msgid "%%(body) does not take arguments"5035msgstr "%%(body) no toma ningún argumento"50365037#: ref-filter.c:2745038#, c-format5039msgid "%%(subject) does not take arguments"5040msgstr "%%(subject) no toma ningún argumento"50415042#: ref-filter.c:2965043#, c-format5044msgid "unknown %%(trailers) argument: %s"5045msgstr "%%(trailers) desconocidos, argumento: %s"50465047#: ref-filter.c:3255048#, c-format5049msgid "positive value expected contents:lines=%s"5050msgstr "valor positivo esperado contents:lines=%s"50515052#: ref-filter.c:3275053#, c-format5054msgid "unrecognized %%(contents) argument: %s"5055msgstr "argumento %s no reconocido %%(contents)"50565057#: ref-filter.c:3425058#, c-format5059msgid "positive value expected objectname:short=%s"5060msgstr "valor positivo esperado objectname:short=%s"50615062#: ref-filter.c:3465063#, c-format5064msgid "unrecognized %%(objectname) argument: %s"5065msgstr "argumento: %s no reconocido %%(objectname)"50665067#: ref-filter.c:3765068#, c-format5069msgid "expected format: %%(align:<width>,<position>)"5070msgstr "formato esperado: %%(align:<ancho>,<posición>)"50715072#: ref-filter.c:3885073#, c-format5074msgid "unrecognized position:%s"5075msgstr "posición desconocida: %s"50765077#: ref-filter.c:3955078#, c-format5079msgid "unrecognized width:%s"5080msgstr "ancho desconocido: %s"50815082#: ref-filter.c:4045083#, c-format5084msgid "unrecognized %%(align) argument: %s"5085msgstr "argumento no reconocido para %%(align): %s"50865087#: ref-filter.c:4125088#, c-format5089msgid "positive width expected with the %%(align) atom"5090msgstr "se esperaba un ancho positivo con el átomo %%(align)"50915092#: ref-filter.c:4305093#, c-format5094msgid "unrecognized %%(if) argument: %s"5095msgstr "argumento: %s no reconocido %%(if)"50965097#: ref-filter.c:5315098#, c-format5099msgid "malformed field name: %.*s"5100msgstr "nombre mal formado de campo: %.*s"51015102#: ref-filter.c:5585103#, c-format5104msgid "unknown field name: %.*s"5105msgstr "nombre de campo desconocido: %.*s"51065107#: ref-filter.c:5625108#, c-format5109msgid ""5110"not a git repository, but the field '%.*s' requires access to object data"5111msgstr ""5112"no es un repositorio git, pero el campo '%.*s' requiere acceso al objeto data"51135114#: ref-filter.c:6865115#, c-format5116msgid "format: %%(if) atom used without a %%(then) atom"5117msgstr "formato: átomo %%(if) usado sin un átomo %%(then)"51185119#: ref-filter.c:7495120#, c-format5121msgid "format: %%(then) atom used without an %%(if) atom"5122msgstr "formato: átomo %%(then) usado sin átomo %%(if)"51235124#: ref-filter.c:7515125#, c-format5126msgid "format: %%(then) atom used more than once"5127msgstr "formato: átomo %%(then) usado mas de una vez"51285129#: ref-filter.c:7535130#, c-format5131msgid "format: %%(then) atom used after %%(else)"5132msgstr "formato: átomo %%(then) usado después de %%(else)"51335134#: ref-filter.c:7815135#, c-format5136msgid "format: %%(else) atom used without an %%(if) atom"5137msgstr "formato: átomo %%(else) usado sin un átomo %%(if)"51385139#: ref-filter.c:7835140#, c-format5141msgid "format: %%(else) atom used without a %%(then) atom"5142msgstr "formato: átomo %%(else) usado sin un átomo %%(then)"51435144#: ref-filter.c:7855145#, c-format5146msgid "format: %%(else) atom used more than once"5147msgstr "formato: átomo %%(else) usado mas de una vez"51485149#: ref-filter.c:8005150#, c-format5151msgid "format: %%(end) atom used without corresponding atom"5152msgstr "formato: átomo %%(end) usado sin átomo correspondiente"51535154#: ref-filter.c:8575155#, c-format5156msgid "malformed format string %s"5157msgstr "formato de cadena mal formado %s"51585159#: ref-filter.c:14535160#, c-format5161msgid "(no branch, rebasing %s)"5162msgstr "(no hay rama, rebasando %s)"51635164#: ref-filter.c:14565165#, c-format5166msgid "(no branch, rebasing detached HEAD %s)"5167msgstr "(no hay rama, rebasando con HEAD desacoplado %s)"51685169#: ref-filter.c:14595170#, c-format5171msgid "(no branch, bisect started on %s)"5172msgstr "(no hay rama, comenzando biseccón en %s)"51735174#. TRANSLATORS: make sure this matches "HEAD5175#. detached at " in wt-status.c5176#.5177#: ref-filter.c:14675178#, c-format5179msgid "(HEAD detached at %s)"5180msgstr "(HEAD desacoplado en %s)"51815182#. TRANSLATORS: make sure this matches "HEAD5183#. detached from " in wt-status.c5184#.5185#: ref-filter.c:14745186#, c-format5187msgid "(HEAD detached from %s)"5188msgstr "(HEAD desacoplado de %s)"51895190#: ref-filter.c:14785191msgid "(no branch)"5192msgstr "(sin rama)"51935194#: ref-filter.c:1512 ref-filter.c:16695195#, c-format5196msgid "missing object %s for %s"5197msgstr "falta objeto %s para %s"51985199#: ref-filter.c:15225200#, c-format5201msgid "parse_object_buffer failed on %s for %s"5202msgstr "parse_object_buffer falló en %s para %s"52035204#: ref-filter.c:18885205#, c-format5206msgid "malformed object at '%s'"5207msgstr "objeto mal formado en '%s'"52085209#: ref-filter.c:19775210#, c-format5211msgid "ignoring ref with broken name %s"5212msgstr "ignorando referencia con nombre roto %s"52135214#: ref-filter.c:22635215#, c-format5216msgid "format: %%(end) atom missing"5217msgstr "formato: falta átomo %%(end)"52185219#: ref-filter.c:23635220#, c-format5221msgid "option `%s' is incompatible with --merged"5222msgstr "opción `%s' es incompatible con --merged"52235224#: ref-filter.c:23665225#, c-format5226msgid "option `%s' is incompatible with --no-merged"5227msgstr "opción `%s' es incompatible con --no-merged"52285229#: ref-filter.c:23765230#, c-format5231msgid "malformed object name %s"5232msgstr "nombre de objeto mal formado %s"52335234#: ref-filter.c:23815235#, c-format5236msgid "option `%s' must point to a commit"5237msgstr "opción '%s' debe apuntar a un commit"52385239#: remote.c:3635240#, c-format5241msgid "config remote shorthand cannot begin with '/': %s"5242msgstr "config remote shorthand no puede comenzar con '/': %s"52435244#: remote.c:4105245msgid "more than one receivepack given, using the first"5246msgstr "más de un receivepack dado, usando el primero"52475248#: remote.c:4185249msgid "more than one uploadpack given, using the first"5250msgstr "más de un uploadpack dado, usando el primero"52515252#: remote.c:6085253#, c-format5254msgid "Cannot fetch both %s and %s to %s"5255msgstr "No se pueden traer ambos %s y %s a %s"52565257#: remote.c:6125258#, c-format5259msgid "%s usually tracks %s, not %s"5260msgstr "%s por lo general hace seguimiento a %s, no a %s"52615262#: remote.c:6165263#, c-format5264msgid "%s tracks both %s and %s"5265msgstr "%s hace seguimiento tanto a %s como a %s"52665267#: remote.c:6845268#, c-format5269msgid "key '%s' of pattern had no '*'"5270msgstr "llave '%s' de patrón no tuvo '*'"52715272#: remote.c:6945273#, c-format5274msgid "value '%s' of pattern has no '*'"5275msgstr "valor '%s' del patrón no tiene '*'"52765277#: remote.c:10005278#, c-format5279msgid "src refspec %s does not match any"5280msgstr "src refsoec %s: no concuerda con ninguno"52815282#: remote.c:10055283#, c-format5284msgid "src refspec %s matches more than one"5285msgstr "src refspec %s concuerda con más de uno"52865287#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push5288#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is5289#. the <src>.5290#.5291#: remote.c:10205292#, c-format5293msgid ""5294"The destination you provided is not a full refname (i.e.,\n"5295"starting with \"refs/\"). We tried to guess what you meant by:\n"5296"\n"5297"- Looking for a ref that matches '%s' on the remote side.\n"5298"- Checking if the <src> being pushed ('%s')\n"5299" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"5300" refs/{heads,tags}/ prefix on the remote side.\n"5301"\n"5302"Neither worked, so we gave up. You must fully qualify the ref."5303msgstr ""5304"El destino que provees no es un full refname (i.e.,\n"5305"comienza con \"refs/\"). Intentamos adivinar lo que quisiste decir:\n"5306"\n"5307"- Buscando un ref que concuerde con '%s' en el lado remoto.\n"5308"- Revisando si el <src> es usado en el push('%s')\n"5309" es un ref en \"refs/{heads,tags}/\". Si es así, agregamos el prefijo\n"5310" refs/{heads,tags}/ correspondiente al lado remoto.\n"5311"\n"5312"Ninguno funcionó así que nos dimos por vencidos. Tienes que especificar el "5313"full ref."53145315#: remote.c:10405316#, c-format5317msgid ""5318"The <src> part of the refspec is a commit object.\n"5319"Did you mean to create a new branch by pushing to\n"5320"'%s:refs/heads/%s'?"5321msgstr ""5322"La parte <src> del refspec es un objeto commit.\n"5323"¿Quisiste crear un branch nuevo mediante un push a\n"5324"'%s:refs/heads/%s'?"53255326#: remote.c:10455327#, c-format5328msgid ""5329"The <src> part of the refspec is a tag object.\n"5330"Did you mean to create a new tag by pushing to\n"5331"'%s:refs/tags/%s'?"5332msgstr ""5333"The <src> part of the refspec is a tag object.\n"5334"Did you mean to create a new tag by pushing to\n"5335"'%s:refs/tags/%s'?"53365337#: remote.c:10505338#, c-format5339msgid ""5340"The <src> part of the refspec is a tree object.\n"5341"Did you mean to tag a new tree by pushing to\n"5342"'%s:refs/tags/%s'?"5343msgstr ""5344"La parte <src> del refspec es un objeto tree.\n"5345"¿Quisiste crear un tag nuevo mediante un push a\n"5346"'%s:refs/heads/%s'?"53475348#: remote.c:10555349#, c-format5350msgid ""5351"The <src> part of the refspec is a blob object.\n"5352"Did you mean to tag a new blob by pushing to\n"5353"'%s:refs/tags/%s'?"5354msgstr ""5355"La parte <src> del refspec es un objeto blob.\n"5356"¿Quisiste crear un tag nuevo mediante un push a\n"5357"'%s:refs/heads/%s'?"53585359#: remote.c:10915360#, c-format5361msgid "%s cannot be resolved to branch"5362msgstr "%s no puede ser resolver a un branch"53635364#: remote.c:11025365#, c-format5366msgid "unable to delete '%s': remote ref does not exist"5367msgstr "no es posible borrar '%s': ref remoto no existe"53685369#: remote.c:11145370#, c-format5371msgid "dst refspec %s matches more than one"5372msgstr "dst refspec %s concuerda con más de uno"53735374#: remote.c:11215375#, c-format5376msgid "dst ref %s receives from more than one src"5377msgstr "dst ref %s recibe de más de un src"53785379#: remote.c:1624 remote.c:17255380msgid "HEAD does not point to a branch"5381msgstr "HEAD no apunta a ninguna rama"53825383#: remote.c:16335384#, c-format5385msgid "no such branch: '%s'"5386msgstr "no existe tal rama: '%s'"53875388#: remote.c:16365389#, c-format5390msgid "no upstream configured for branch '%s'"5391msgstr "no se ha configurado upstream para la rama '%s'"53925393#: remote.c:16425394#, c-format5395msgid "upstream branch '%s' not stored as a remote-tracking branch"5396msgstr "la rama '%s' de upstream no es guardad como rama de rastreo remoto"53975398#: remote.c:16575399#, c-format5400msgid "push destination '%s' on remote '%s' has no local tracking branch"5401msgstr ""5402"destino de push '%s' en el remoto '%s' no tiene una rama de rastreo local"54035404#: remote.c:16695405#, c-format5406msgid "branch '%s' has no remote for pushing"5407msgstr "la rama '%s' no tiene remoto para enviar"54085409#: remote.c:16795410#, c-format5411msgid "push refspecs for '%s' do not include '%s'"5412msgstr "refspecs del push para '%s' no incluyen '%s'"54135414#: remote.c:16925415msgid "push has no destination (push.default is 'nothing')"5416msgstr "push no tiene destino (push.default es 'nada')"54175418#: remote.c:17145419msgid "cannot resolve 'simple' push to a single destination"5420msgstr "no se puede resolver push 'simple' para un destino único"54215422#: remote.c:18405423#, c-format5424msgid "couldn't find remote ref %s"5425msgstr "no se puedo encontrar ref remota %s"54265427#: remote.c:18535428#, c-format5429msgid "* Ignoring funny ref '%s' locally"5430msgstr "* Ignorando ref graciosa '%s' localmente"54315432#: remote.c:20165433#, c-format5434msgid "Your branch is based on '%s', but the upstream is gone.\n"5435msgstr "Tu rama está basada en '%s', pero upstream ha desaparecido.\n"54365437#: remote.c:20205438msgid " (use \"git branch --unset-upstream\" to fixup)\n"5439msgstr " (usa \"git branch --unset-upstream\" para arreglar)\n"54405441#: remote.c:20235442#, c-format5443msgid "Your branch is up to date with '%s'.\n"5444msgstr "Tu rama está actualizada con '%s'.\n"54455446#: remote.c:20275447#, c-format5448msgid "Your branch and '%s' refer to different commits.\n"5449msgstr "Tu rama y '%s' refieren a commits diferentes.\n"54505451#: remote.c:20305452#, c-format5453msgid " (use \"%s\" for details)\n"5454msgstr " (usa \"%s\" para detalles)\n"54555456#: remote.c:20345457#, c-format5458msgid "Your branch is ahead of '%s' by %d commit.\n"5459msgid_plural "Your branch is ahead of '%s' by %d commits.\n"5460msgstr[0] "Tu rama está adelantada a '%s' por %d commit.\n"5461msgstr[1] "Tu rama está adelantada a '%s' por %d commits.\n"54625463#: remote.c:20405464msgid " (use \"git push\" to publish your local commits)\n"5465msgstr " (usa \"git push\" para publicar tus commits locales)\n"54665467#: remote.c:20435468#, c-format5469msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"5470msgid_plural ""5471"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"5472msgstr[0] ""5473"Tu rama está detrás de '%s' por %d commit, y puede ser avanzada rápido.\n"5474msgstr[1] ""5475"Tu rama está detrás de '%s' por %d commits, y puede ser avanzada rápido.\n"54765477#: remote.c:20515478msgid " (use \"git pull\" to update your local branch)\n"5479msgstr " (usa \"git pull\" para actualizar tu rama local)\n"54805481#: remote.c:20545482#, c-format5483msgid ""5484"Your branch and '%s' have diverged,\n"5485"and have %d and %d different commit each, respectively.\n"5486msgid_plural ""5487"Your branch and '%s' have diverged,\n"5488"and have %d and %d different commits each, respectively.\n"5489msgstr[0] ""5490"Tu rama y '%s' han divergido,\n"5491"y se tiene %d y %d commit diferentes en cada una respectivamente.\n"5492msgstr[1] ""5493"Tu rama y '%s' han divergido,\n"5494"y tienen %d y %d commits diferentes cada una respectivamente.\n"54955496#: remote.c:20645497msgid " (use \"git pull\" to merge the remote branch into yours)\n"5498msgstr " (usa \"git pull\" para fusionar la rama remota en la tuya)\n"54995500#: remote.c:22475501#, c-format5502msgid "cannot parse expected object name '%s'"5503msgstr "no se puede leer el nombre de objeto '%s'"55045505#: replace-object.c:215506#, c-format5507msgid "bad replace ref name: %s"5508msgstr "mal nombre de ref de reemplazo: %s"55095510#: replace-object.c:305511#, c-format5512msgid "duplicate replace ref: %s"5513msgstr "duplicar ref de reemplazo: %s"55145515#: replace-object.c:735516#, c-format5517msgid "replace depth too high for object %s"5518msgstr "remplazar profundiad muy elevada para objeto %s"55195520#: rerere.c:217 rerere.c:226 rerere.c:2295521msgid "corrupt MERGE_RR"5522msgstr "MERGE_RR corrupto"55235524#: rerere.c:264 rerere.c:2695525msgid "unable to write rerere record"5526msgstr "incapaz de escribir entrada rerere"55275528#: rerere.c:4955529#, c-format5530msgid "there were errors while writing '%s' (%s)"5531msgstr "hubieron errores mientras se escribía '%s' (%s)"55325533#: rerere.c:4985534#, c-format5535msgid "failed to flush '%s'"5536msgstr "falló al hacer flush '%s'"55375538#: rerere.c:503 rerere.c:10395539#, c-format5540msgid "could not parse conflict hunks in '%s'"5541msgstr "no se pudo analizar hunks en conflicto en '%s'"55425543#: rerere.c:6845544#, c-format5545msgid "failed utime() on '%s'"5546msgstr "falló utime() en '%s'"55475548#: rerere.c:6945549#, c-format5550msgid "writing '%s' failed"5551msgstr "escribiendo '%s' falló"55525553#: rerere.c:7145554#, c-format5555msgid "Staged '%s' using previous resolution."5556msgstr "'%s' puesto en stage usando resolución previa."55575558#: rerere.c:7535559#, c-format5560msgid "Recorded resolution for '%s'."5561msgstr "Resolución guardada para '%s'."55625563#: rerere.c:7885564#, c-format5565msgid "Resolved '%s' using previous resolution."5566msgstr "'%s' resuelto usando resolución previa."55675568#: rerere.c:8035569#, c-format5570msgid "cannot unlink stray '%s'"5571msgstr "no se puede desvincular stray '%s'"55725573#: rerere.c:8075574#, c-format5575msgid "Recorded preimage for '%s'"5576msgstr "Resolución precargada para '%s'"55775578#: rerere.c:881 submodule.c:2024 builtin/log.c:17505579#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:14275580#, c-format5581msgid "could not create directory '%s'"5582msgstr "no se pudo crear el directorio '%s'"55835584#: rerere.c:10575585#, c-format5586msgid "failed to update conflicted state in '%s'"5587msgstr "falló al actualizar estado conflictivo en '%s'"55885589#: rerere.c:1068 rerere.c:10755590#, c-format5591msgid "no remembered resolution for '%s'"5592msgstr "resolución para '%s' no recordada"55935594#: rerere.c:10775595#, c-format5596msgid "cannot unlink '%s'"5597msgstr "no se puede desvincular '%s'"55985599#: rerere.c:10875600#, c-format5601msgid "Updated preimage for '%s'"5602msgstr "Actualizada preimagen para '%s'"56035604#: rerere.c:10965605#, c-format5606msgid "Forgot resolution for '%s'\n"5607msgstr "Se olvidó resolución para '%s'\n"56085609#: rerere.c:11995610msgid "unable to open rr-cache directory"5611msgstr "no es posible abrir directorio rr-cache"56125613#: revision.c:24765614msgid "your current branch appears to be broken"5615msgstr "tu rama actual parece estar rota"56165617#: revision.c:24795618#, c-format5619msgid "your current branch '%s' does not have any commits yet"5620msgstr "tu rama actual '%s' no tiene ningún commit todavía"56215622#: revision.c:26795623msgid "--first-parent is incompatible with --bisect"5624msgstr "--first-parent es incompatible con --bisect"56255626#: revision.c:26835627msgid "-L does not yet support diff formats besides -p and -s"5628msgstr "-L no soporta todavía formatos de diff fuera de -p y -s"56295630#: run-command.c:7635631msgid "open /dev/null failed"5632msgstr "falló al abrir /dev/null"56335634#: run-command.c:12695635#, c-format5636msgid "cannot create async thread: %s"5637msgstr "no es posible crear hilo async: %s"56385639#: run-command.c:13335640#, c-format5641msgid ""5642"The '%s' hook was ignored because it's not set as executable.\n"5643"You can disable this warning with `git config advice.ignoredHook false`."5644msgstr ""5645"El hook '%s' fue ignorado porque no ha sido configurado como ejecutable.\n"5646"Puedes desactivar esta advertencias con `git config advice.ignoredHook "5647"false`."56485649#: send-pack.c:1415650msgid "unexpected flush packet while reading remote unpack status"5651msgstr ""5652"flush packet inesperado mientras se leía estatus de desempaquetado remoto"56535654#: send-pack.c:1435655#, c-format5656msgid "unable to parse remote unpack status: %s"5657msgstr "no es posible analizar el estado de desempaquetado remoto: %s"56585659#: send-pack.c:1455660#, c-format5661msgid "remote unpack failed: %s"5662msgstr "desempaquetado remoto falló: %s"56635664#: send-pack.c:3065665msgid "failed to sign the push certificate"5666msgstr "falló al firmar el certificado de push"56675668#: send-pack.c:4205669msgid "the receiving end does not support --signed push"5670msgstr "el final receptor no soporta --signed push"56715672#: send-pack.c:4225673msgid ""5674"not sending a push certificate since the receiving end does not support --"5675"signed push"5676msgstr ""5677"no se manda un certificado de push ya que el destino no soporta push firmado "5678"(--signed )"56795680#: send-pack.c:4345681msgid "the receiving end does not support --atomic push"5682msgstr "el destino no soporta push atómicos (--atomic)"56835684#: send-pack.c:4395685msgid "the receiving end does not support push options"5686msgstr "el destino no soporta opciones de push"56875688#: sequencer.c:1875689#, c-format5690msgid "invalid commit message cleanup mode '%s'"5691msgstr "mensaje de commit inválido, modo cleanup '%s'"56925693#: sequencer.c:2925694#, c-format5695msgid "could not delete '%s'"5696msgstr "no se pudo borrar '%s'"56975698#: sequencer.c:3185699msgid "revert"5700msgstr "revertir"57015702#: sequencer.c:3205703msgid "cherry-pick"5704msgstr "cherry-pick"57055706#: sequencer.c:3225707msgid "rebase -i"5708msgstr "rebase -i"57095710#: sequencer.c:3245711#, c-format5712msgid "unknown action: %d"5713msgstr "acción desconocida: %d"57145715#: sequencer.c:3825716msgid ""5717"after resolving the conflicts, mark the corrected paths\n"5718"with 'git add <paths>' or 'git rm <paths>'"5719msgstr ""5720"después de resolver los conflictos, marca las rutas corregidas\n"5721"con 'git add <rutas>' o 'git rm <rutas>'"57225723#: sequencer.c:3855724msgid ""5725"after resolving the conflicts, mark the corrected paths\n"5726"with 'git add <paths>' or 'git rm <paths>'\n"5727"and commit the result with 'git commit'"5728msgstr ""5729"tras resolver los conflictos, marca las rutas corregidas\n"5730"con 'git add <rutas>' o 'git rm <rutas>'\n"5731"y haz un commit del resultado con 'git commit'"57325733#: sequencer.c:398 sequencer.c:28015734#, c-format5735msgid "could not lock '%s'"5736msgstr "no se pudo bloquear '%s'"57375738#: sequencer.c:4055739#, c-format5740msgid "could not write eol to '%s'"5741msgstr "no se pudo escribir EOL en '%s'"57425743#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:28215744#: sequencer.c:30845745#, c-format5746msgid "failed to finalize '%s'"5747msgstr "falló al finalizar '%s'"57485749#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:27045750#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:7605751#: builtin/merge.c:1115 builtin/rebase.c:5675752#, c-format5753msgid "could not read '%s'"5754msgstr "no se pudo leer '%s'"57555756#: sequencer.c:4595757#, c-format5758msgid "your local changes would be overwritten by %s."5759msgstr "tus cambios locales serán sobreescritos por %s."57605761#: sequencer.c:4635762msgid "commit your changes or stash them to proceed."5763msgstr "realiza un commit con tus cambios o aplica un stash para proceder."57645765#: sequencer.c:4955766#, c-format5767msgid "%s: fast-forward"5768msgstr "%s: avance rápido"57695770#: sequencer.c:534 builtin/tag.c:5555771#, c-format5772msgid "Invalid cleanup mode %s"5773msgstr "Modo cleanup inválido %s"57745775#. TRANSLATORS: %s will be "revert", "cherry-pick" or5776#. "rebase -i".5777#.5778#: sequencer.c:6295779#, c-format5780msgid "%s: Unable to write new index file"5781msgstr "%s: Incapaz de escribir el nuevo archivo índice"57825783#: sequencer.c:6465784msgid "unable to update cache tree"5785msgstr "no es posible actualizar el árbol de la caché"57865787#: sequencer.c:6605788msgid "could not resolve HEAD commit"5789msgstr "no se pudo resolver el commit de HEAD"57905791#: sequencer.c:7405792#, c-format5793msgid "no key present in '%.*s'"5794msgstr "no hay llave presente en '%.*s'"57955796#: sequencer.c:7515797#, c-format5798msgid "unable to dequote value of '%s'"5799msgstr "no es posible dequote para '%s'"58005801#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:7065802#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:10355803#, c-format5804msgid "could not open '%s' for reading"5805msgstr "no se pudo abrir '%s' para lectura"58065807#: sequencer.c:7985808msgid "'GIT_AUTHOR_NAME' already given"5809msgstr "'GIT_AUTHOR_NAME' ya proporcionado"58105811#: sequencer.c:8035812msgid "'GIT_AUTHOR_EMAIL' already given"5813msgstr "'GIT_AUTHOR_EMAIL' ya proporcionado"58145815#: sequencer.c:8085816msgid "'GIT_AUTHOR_DATE' already given"5817msgstr "'GIT_AUTHOR_DATE' ya proporcionado"58185819#: sequencer.c:8125820#, c-format5821msgid "unknown variable '%s'"5822msgstr "variable desconocida '%s'"58235824#: sequencer.c:8175825msgid "missing 'GIT_AUTHOR_NAME'"5826msgstr "falta 'GIT_AUTHOR_NAME'"58275828#: sequencer.c:8195829msgid "missing 'GIT_AUTHOR_EMAIL'"5830msgstr "falta 'GIT_AUTHOR_EMAIL'"58315832#: sequencer.c:8215833msgid "missing 'GIT_AUTHOR_DATE'"5834msgstr "falta 'GIT_AUTHOR_DATE'"58355836#: sequencer.c:8815837#, c-format5838msgid "invalid date format '%s' in '%s'"5839msgstr "formato de fecha inválido '%s' en '%s'"58405841#: sequencer.c:8985842#, c-format5843msgid ""5844"you have staged changes in your working tree\n"5845"If these changes are meant to be squashed into the previous commit, run:\n"5846"\n"5847" git commit --amend %s\n"5848"\n"5849"If they are meant to go into a new commit, run:\n"5850"\n"5851" git commit %s\n"5852"\n"5853"In both cases, once you're done, continue with:\n"5854"\n"5855" git rebase --continue\n"5856msgstr ""5857"se ha aplicado un stage a los cambios en el árbol de trabajo\n"5858"si estos cambios están destinados a ser aplastados en el commit previo, "5859"ejecuta:\n"5860"\n"5861" git commit --amend %s\n"5862"\n"5863"Si estos cambios están destinados a un nuevo commit, ejecuta:\n"5864"\n"5865" git commit %s\n"5866"\n"5867"en cambos casos, cuando acabes, continua con:\n"5868"\n"5869" git rebase --continue\n"58705871#: sequencer.c:9925872msgid "writing root commit"5873msgstr "escribiendo commit raíz"58745875#: sequencer.c:12135876msgid "'prepare-commit-msg' hook failed"5877msgstr "hook 'prepare-commit-msg' falló"58785879#: sequencer.c:12205880msgid ""5881"Your name and email address were configured automatically based\n"5882"on your username and hostname. Please check that they are accurate.\n"5883"You can suppress this message by setting them explicitly. Run the\n"5884"following command and follow the instructions in your editor to edit\n"5885"your configuration file:\n"5886"\n"5887" git config --global --edit\n"5888"\n"5889"After doing this, you may fix the identity used for this commit with:\n"5890"\n"5891" git commit --amend --reset-author\n"5892msgstr ""5893"Tu nombre y correo fueron configurados automáticamente basados\n"5894"en tu usuario y nombre de host. Por favor verifica que son correctos.\n"5895"Tu puedes suprimir este mensaje configurándolos de forma explicita. Ejecuta "5896"el \n"5897"siguiente comando y sigue las instrucciones de tu editor\n"5898" para modificar tu archivo de configuración:\n"5899"\n"5900" git config --global --edit\n"5901"\n"5902"Tras hacer esto, puedes arreglar la identidad usada para este commit con:\n"5903"\n"5904" git commit --amend --reset-author\n"59055906#: sequencer.c:12335907msgid ""5908"Your name and email address were configured automatically based\n"5909"on your username and hostname. Please check that they are accurate.\n"5910"You can suppress this message by setting them explicitly:\n"5911"\n"5912" git config --global user.name \"Your Name\"\n"5913" git config --global user.email you@example.com\n"5914"\n"5915"After doing this, you may fix the identity used for this commit with:\n"5916"\n"5917" git commit --amend --reset-author\n"5918msgstr ""5919"Tu nombre y correo fueron configurados automáticamente basados\n"5920"en tu usuario y nombre de host. Por favor verifica que son correctos.\n"5921"Tu puedes suprimir este mensaje configurándolos de forma explicita: \n"5922"\n"5923" git config --global user.name \"Tu nombre\"\n"5924" git config --global user.email you@example.com\n"5925"\n"5926"Tras hacer esto, puedes arreglar tu identidad para este commit con:\n"5927"\n"5928" git commit --amend --reset-author\n"59295930#: sequencer.c:12755931msgid "couldn't look up newly created commit"5932msgstr "no se pudo revisar el commit recién creado"59335934#: sequencer.c:12775935msgid "could not parse newly created commit"5936msgstr "no se pudo analizar el commit recién creado"59375938#: sequencer.c:13235939msgid "unable to resolve HEAD after creating commit"5940msgstr "no se pudo resolver HEAD tras crear el commit"59415942#: sequencer.c:13255943msgid "detached HEAD"5944msgstr "HEAD desacoplado"59455946#: sequencer.c:13295947msgid " (root-commit)"5948msgstr " (commit-raíz)"59495950#: sequencer.c:13505951msgid "could not parse HEAD"5952msgstr "no se pudo analizar HEAD"59535954#: sequencer.c:13525955#, c-format5956msgid "HEAD %s is not a commit!"5957msgstr "HEAD %s no es un commit!"59585959#: sequencer.c:1356 builtin/commit.c:15515960msgid "could not parse HEAD commit"5961msgstr "no se pudo analizar el commit de HEAD"59625963#: sequencer.c:1408 sequencer.c:20015964msgid "unable to parse commit author"5965msgstr "no es posible analizar el autor del commit"59665967#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:6885968msgid "git write-tree failed to write a tree"5969msgstr "git write-tree falló al escribir el árbol"59705971#: sequencer.c:1435 sequencer.c:14965972#, c-format5973msgid "unable to read commit message from '%s'"5974msgstr "no se puede leer el mensaje del commit de '%s'"59755976#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:8825977#: builtin/merge.c:9065978msgid "failed to write commit object"5979msgstr "falló al escribir el objeto commit"59805981#: sequencer.c:15235982#, c-format5983msgid "could not parse commit %s"5984msgstr "no se pudo analizar commit %s"59855986#: sequencer.c:15285987#, c-format5988msgid "could not parse parent commit %s"5989msgstr "no se pudo analizar el commit padre %s"59905991#: sequencer.c:1602 sequencer.c:17125992#, c-format5993msgid "unknown command: %d"5994msgstr "comando desconocido: %d"59955996#: sequencer.c:1659 sequencer.c:16845997#, c-format5998msgid "This is a combination of %d commits."5999msgstr "Esta es una combinación de %d commits."60006001#: sequencer.c:16696002msgid "need a HEAD to fixup"6003msgstr "se necesita un HEAD para arreglar"60046005#: sequencer.c:1671 sequencer.c:31116006msgid "could not read HEAD"6007msgstr "no se pudo leer HEAD"60086009#: sequencer.c:16736010msgid "could not read HEAD's commit message"6011msgstr "no se pudo leer el mensaje de commit de HEAD"60126013#: sequencer.c:16796014#, c-format6015msgid "cannot write '%s'"6016msgstr "no se puede escribir '%s'"60176018#: sequencer.c:1686 git-rebase--preserve-merges.sh:4416019msgid "This is the 1st commit message:"6020msgstr "Este es el mensaje del 1er commit:"60216022#: sequencer.c:16946023#, c-format6024msgid "could not read commit message of %s"6025msgstr "no se puede leer el mensaje del commit de %s"60266027#: sequencer.c:17016028#, c-format6029msgid "This is the commit message #%d:"6030msgstr "Este es el mensaje del commit #%d:"60316032#: sequencer.c:17076033#, c-format6034msgid "The commit message #%d will be skipped:"6035msgstr "El mensaje del commit #%d será saltado:"60366037#: sequencer.c:17956038msgid "your index file is unmerged."6039msgstr "tu archivo índice no está fusionado."60406041#: sequencer.c:18026042msgid "cannot fixup root commit"6043msgstr "no se puede arreglar el commit raíz"60446045#: sequencer.c:18216046#, c-format6047msgid "commit %s is a merge but no -m option was given."6048msgstr "el commit %s es una fusión pero no se proporcionó la opción -m."60496050#: sequencer.c:1829 sequencer.c:18376051#, c-format6052msgid "commit %s does not have parent %d"6053msgstr "el commit %s no tiene un padre %d"60546055#: sequencer.c:18436056#, c-format6057msgid "cannot get commit message for %s"6058msgstr "no se puede obtener el mensaje de commit para %s"60596060#. TRANSLATORS: The first %s will be a "todo" command like6061#. "revert" or "pick", the second %s a SHA1.6062#: sequencer.c:18626063#, c-format6064msgid "%s: cannot parse parent commit %s"6065msgstr "%s: no se puede analizar el commit padre %s"60666067#: sequencer.c:19276068#, c-format6069msgid "could not rename '%s' to '%s'"6070msgstr "no se puede renombrar '%s' a '%s'"60716072#: sequencer.c:19826073#, c-format6074msgid "could not revert %s... %s"6075msgstr "no se pudo revertir %s... %s"60766077#: sequencer.c:19836078#, c-format6079msgid "could not apply %s... %s"6080msgstr "no se pudo aplicar %s... %s"60816082#: sequencer.c:20426083#, c-format6084msgid "git %s: failed to read the index"6085msgstr "git %s: falló al leer el índice"60866087#: sequencer.c:20496088#, c-format6089msgid "git %s: failed to refresh the index"6090msgstr "git %s: falló al refrescar el índice"60916092#: sequencer.c:21186093#, c-format6094msgid "%s does not accept arguments: '%s'"6095msgstr "%s no acepta los argumentos: '%s'"60966097#: sequencer.c:21276098#, c-format6099msgid "missing arguments for %s"6100msgstr "faltan argumentos para para %s"61016102#: sequencer.c:21646103#, c-format6104msgid "could not parse '%.*s'"6105msgstr "no se puede analizar '%.*s'"61066107#: sequencer.c:22266108#, c-format6109msgid "invalid line %d: %.*s"6110msgstr "línea inválida %d: %.*s"61116112#: sequencer.c:22376113#, c-format6114msgid "cannot '%s' without a previous commit"6115msgstr "no se puede '%s' sin un commit previo"61166117#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:1786118#: builtin/rebase.c:204 builtin/rebase.c:2296119#, c-format6120msgid "could not read '%s'."6121msgstr "no se puede leer '%s'."61226123#: sequencer.c:23606124msgid "please fix this using 'git rebase --edit-todo'."6125msgstr "por favor arregle esto usando 'git rebase --edit-todo'."61266127#: sequencer.c:23626128#, c-format6129msgid "unusable instruction sheet: '%s'"6130msgstr "hoja de instrucciones inutilizable: '%s'"61316132#: sequencer.c:23676133msgid "no commits parsed."6134msgstr "ningún commit analizado."61356136#: sequencer.c:23786137msgid "cannot cherry-pick during a revert."6138msgstr "no se puede realizar cherry-pick durante un revert."61396140#: sequencer.c:23806141msgid "cannot revert during a cherry-pick."6142msgstr "no se puede realizar un revert durante un cherry-pick."61436144#: sequencer.c:24626145#, c-format6146msgid "invalid value for %s: %s"6147msgstr "valor inválido para %s: %s"61486149#: sequencer.c:25496150msgid "unusable squash-onto"6151msgstr "squash-onto inservible"61526153#: sequencer.c:25656154#, c-format6155msgid "malformed options sheet: '%s'"6156msgstr "hoja de opciones mal formada: '%s'"61576158#: sequencer.c:2648 sequencer.c:42276159msgid "empty commit set passed"6160msgstr "conjunto de commits vacío entregado"61616162#: sequencer.c:26566163msgid "a cherry-pick or revert is already in progress"6164msgstr "un cherry-pick o revert ya está en progreso"61656166#: sequencer.c:26576167msgid "try \"git cherry-pick (--continue | --quit | --abort)\""6168msgstr "intenta \"git cherry-pick (--continue | --quit | --abort)\""61696170#: sequencer.c:26606171#, c-format6172msgid "could not create sequencer directory '%s'"6173msgstr "no se pudo crear un directorio secuenciador '%s'"61746175#: sequencer.c:26746176msgid "could not lock HEAD"6177msgstr "no se pudo bloquear HEAD"61786179#: sequencer.c:2729 sequencer.c:39796180msgid "no cherry-pick or revert in progress"6181msgstr "ningún cherry-pick o revert en progreso"61826183#: sequencer.c:27316184msgid "cannot resolve HEAD"6185msgstr "no se puede resolver HEAD"61866187#: sequencer.c:2733 sequencer.c:27686188msgid "cannot abort from a branch yet to be born"6189msgstr "no se puede abortar de una rama por nacer"61906191#: sequencer.c:2754 builtin/grep.c:7326192#, c-format6193msgid "cannot open '%s'"6194msgstr "no se puede abrir '%s'"61956196#: sequencer.c:27566197#, c-format6198msgid "cannot read '%s': %s"6199msgstr "no se puede leer '%s': %s"62006201#: sequencer.c:27576202msgid "unexpected end of file"6203msgstr "final de archivo inesperado"62046205#: sequencer.c:27636206#, c-format6207msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"6208msgstr "archivo HEAD de pre-cherry-pick guardado '%s' está corrupto"62096210#: sequencer.c:27746211msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"6212msgstr "Parece que se ha movido HEAD. No se hace rebobinado, revise su HEAD!"62136214#: sequencer.c:2903 sequencer.c:38946215#, c-format6216msgid "could not update %s"6217msgstr "no se puede actualizar %s"62186219#: sequencer.c:2941 sequencer.c:38746220msgid "cannot read HEAD"6221msgstr "no se puede leer HEAD"62226223#: sequencer.c:29586224#, c-format6225msgid "unable to copy '%s' to '%s'"6226msgstr "no se pudo copiar '%s' a '%s'"62276228#: sequencer.c:29666229#, c-format6230msgid ""6231"You can amend the commit now, with\n"6232"\n"6233" git commit --amend %s\n"6234"\n"6235"Once you are satisfied with your changes, run\n"6236"\n"6237" git rebase --continue\n"6238msgstr ""6239"Puede enmendar el commit ahora, con\n"6240"\n"6241"\tgit commit --amend %s\n"6242"\n"6243"Una vez que esté satisfecho con los cambios, ejecute\n"6244"\n"6245"\tgit rebase --continue\n"62466247#: sequencer.c:29766248#, c-format6249msgid "Could not apply %s... %.*s"6250msgstr "No se pudo aplicar %s... %.*s"62516252#: sequencer.c:29836253#, c-format6254msgid "Could not merge %.*s"6255msgstr "No se pudo fusionar %.*s"62566257#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:6336258#, c-format6259msgid "could not copy '%s' to '%s'"6260msgstr "no se pudo copiar '%s' a '%s'"62616262#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:15806263#: builtin/rebase.c:1940 builtin/rebase.c:19956264msgid "could not read index"6265msgstr "no se pudo leer índice"62666267#: sequencer.c:30286268#, c-format6269msgid ""6270"execution failed: %s\n"6271"%sYou can fix the problem, and then run\n"6272"\n"6273" git rebase --continue\n"6274"\n"6275msgstr ""6276"ejecución fallida: %s\n"6277"%sPuedes arreglar el problema, y luego ejecutar\n"6278"\n"6279" git rebase --continue\n"6280"\n"62816282#: sequencer.c:30346283msgid "and made changes to the index and/or the working tree\n"6284msgstr "y se hicieron cambios al índice y/o árbol de trabajo\n"62856286#: sequencer.c:30406287#, c-format6288msgid ""6289"execution succeeded: %s\n"6290"but left changes to the index and/or the working tree\n"6291"Commit or stash your changes, and then run\n"6292"\n"6293" git rebase --continue\n"6294"\n"6295msgstr ""6296"ejecución exitosa: %s\n"6297"pero todavía quedan cambios para el índice o árbol de trabajo.\n"6298"Realiza un commit o stash con tus cambios, y luego ejecuta\n"6299"\n"6300" git rebase --continue\n"6301"\n"63026303#: sequencer.c:31016304#, c-format6305msgid "illegal label name: '%.*s'"6306msgstr "nombre de label ilegal: '%.*s'"63076308#: sequencer.c:31556309msgid "writing fake root commit"6310msgstr "escribiendo commit raíz falso"63116312#: sequencer.c:31606313msgid "writing squash-onto"6314msgstr "escribiendo squash-onto"63156316#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:8506317#, c-format6318msgid "failed to find tree of %s"6319msgstr "falló al encontrar árbol de %s"63206321#: sequencer.c:3216 builtin/rebase.c:8636322msgid "could not write index"6323msgstr "no se pudo escribir índice"63246325#: sequencer.c:32436326#, c-format6327msgid "could not resolve '%s'"6328msgstr "no se pudo resolver '%s'"63296330#: sequencer.c:32716331msgid "cannot merge without a current revision"6332msgstr "no se puede fusionar sin una versión actual"63336334#: sequencer.c:32936335#, c-format6336msgid "unable to parse '%.*s'"6337msgstr "no se puede analizar '%.*s'"63386339#: sequencer.c:33026340#, c-format6341msgid "nothing to merge: '%.*s'"6342msgstr "nada para fusionar: '%.*s'"63436344#: sequencer.c:33146345msgid "octopus merge cannot be executed on top of a [new root]"6346msgstr "fusión octopus no puede ser ejecutada en la punta de un [nuevo root]"63476348#: sequencer.c:33296349#, c-format6350msgid "could not get commit message of '%s'"6351msgstr "no se puede leer el mensaje del commit '%s'"63526353#: sequencer.c:34786354#, c-format6355msgid "could not even attempt to merge '%.*s'"6356msgstr "no se pudo intentar fusionar '%.*s'"63576358#: sequencer.c:34946359msgid "merge: Unable to write new index file"6360msgstr "fusión: No se puede escribir el nuevo archivo índice"63616362#: sequencer.c:3562 builtin/rebase.c:7116363#, c-format6364msgid "Applied autostash.\n"6365msgstr "Autostash aplicado.\n"63666367#: sequencer.c:35746368#, c-format6369msgid "cannot store %s"6370msgstr "no se puede guardar %s"63716372#: sequencer.c:3577 builtin/rebase.c:7276373#, c-format6374msgid ""6375"Applying autostash resulted in conflicts.\n"6376"Your changes are safe in the stash.\n"6377"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"6378msgstr ""6379"Aplicando autostash resultó en conflictos.\n"6380"Tus cambios están seguros en el stash.\n"6381"Puedes ejecutar \"git stash pop\" o \"git stash drop\" en cualquier "6382"momento.\n"63836384#: sequencer.c:36386385#, c-format6386msgid "could not checkout %s"6387msgstr "no se puede hacer checkout a %s"63886389#: sequencer.c:36526390#, c-format6391msgid "%s: not a valid OID"6392msgstr "%s no es OID válido"63936394#: sequencer.c:3657 git-rebase--preserve-merges.sh:7246395msgid "could not detach HEAD"6396msgstr "no se puede desacoplar HEAD"63976398#: sequencer.c:36726399#, c-format6400msgid "Stopped at HEAD\n"6401msgstr "Detenido en HEAD\n"64026403#: sequencer.c:36746404#, c-format6405msgid "Stopped at %s\n"6406msgstr "Detenido en %s\n"64076408#: sequencer.c:36826409#, c-format6410msgid ""6411"Could not execute the todo command\n"6412"\n"6413" %.*s\n"6414"It has been rescheduled; To edit the command before continuing, please\n"6415"edit the todo list first:\n"6416"\n"6417" git rebase --edit-todo\n"6418" git rebase --continue\n"6419msgstr ""6420"No se pudo ejecutar el comando \"todo\"\n"6421"\n"6422" %.*s\n"6423"Ha sido reprogramado; Para editar el comando antes de continuar, por favor\n"6424"edite la lista de \"todo\" primero:\n"6425"\n"6426" git rebase --edit-todo\n"6427" git rebase --continue\n"64286429#: sequencer.c:37596430#, c-format6431msgid "Stopped at %s... %.*s\n"6432msgstr "Detenido en %s... %.*s\n"64336434#: sequencer.c:38376435#, c-format6436msgid "unknown command %d"6437msgstr "comando desconocido %d"64386439#: sequencer.c:38826440msgid "could not read orig-head"6441msgstr "no se puede leer orig-head"64426443#: sequencer.c:38876444msgid "could not read 'onto'"6445msgstr "no se puede leer 'onto'"64466447#: sequencer.c:39016448#, c-format6449msgid "could not update HEAD to %s"6450msgstr "no se puede actualizar HEAD a %s"64516452#: sequencer.c:39916453msgid "cannot rebase: You have unstaged changes."6454msgstr "no se puede realizar rebase: Tienes cambios fuera del área de stage."64556456#: sequencer.c:40006457msgid "cannot amend non-existing commit"6458msgstr "no se puede arreglar un commit no existente"64596460#: sequencer.c:40026461#, c-format6462msgid "invalid file: '%s'"6463msgstr "archivo inválido: '%s'"64646465#: sequencer.c:40046466#, c-format6467msgid "invalid contents: '%s'"6468msgstr "contenido inválido: '%s'"64696470#: sequencer.c:40076471msgid ""6472"\n"6473"You have uncommitted changes in your working tree. Please, commit them\n"6474"first and then run 'git rebase --continue' again."6475msgstr ""6476"\n"6477"Tienes cambios fuera de un commit en tu árbol de trabajo. Por favor, realiza "6478"un commit con estos\n"6479"primero y luego ejecuta 'git rebase --continue' de nuevo."64806481#: sequencer.c:4043 sequencer.c:40816482#, c-format6483msgid "could not write file: '%s'"6484msgstr "no se pudo escribir el archivo: '%s'"64856486#: sequencer.c:40966487msgid "could not remove CHERRY_PICK_HEAD"6488msgstr "no se puede eliminar CHERRY_PICK_HEAD"64896490#: sequencer.c:41036491msgid "could not commit staged changes."6492msgstr "no se pudo realizar el commit con los cambios en el área de stage."64936494#: sequencer.c:42046495#, c-format6496msgid "%s: can't cherry-pick a %s"6497msgstr "%s: no se puede aplicar cherry-pick a un %s"64986499#: sequencer.c:42086500#, c-format6501msgid "%s: bad revision"6502msgstr "%s: revisión errónea"65036504#: sequencer.c:42436505msgid "can't revert as initial commit"6506msgstr "no se puede revertir como commit inicial"65076508#: sequencer.c:46866509msgid "make_script: unhandled options"6510msgstr "make_script: opciones desconocidas"65116512#: sequencer.c:46896513msgid "make_script: error preparing revisions"6514msgstr "make_script: error preparando revisiones"65156516#: sequencer.c:48476517msgid ""6518"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"6519"continue'.\n"6520"Or you can abort the rebase with 'git rebase --abort'.\n"6521msgstr ""6522"Se puede arreglar esto con 'git rebase --edit-todo' y después ejecutar 'git "6523"rebase --continue'.\n"6524"O se puede abortar el rebase con 'git rebase --abort'.\n"65256526#: sequencer.c:4959 sequencer.c:49766527msgid "nothing to do"6528msgstr "nada que hacer"65296530#: sequencer.c:49906531msgid "could not skip unnecessary pick commands"6532msgstr "no se pudo saltar los comandos pick innecesarios"65336534#: sequencer.c:50736535msgid "the script was already rearranged."6536msgstr "este script ya fue reorganizado."65376538#: setup.c:1236539#, c-format6540msgid "'%s' is outside repository"6541msgstr "'%s' está fuera del repositorio"65426543#: setup.c:1736544#, c-format6545msgid ""6546"%s: no such path in the working tree.\n"6547"Use 'git <command> -- <path>...' to specify paths that do not exist locally."6548msgstr ""6549"%s: no existe la ruta en el árbol de trabajo.\n"6550"Use 'git <comando> -- <ruta>...' para especificar rutas que no existen "6551"localmente."65526553#: setup.c:1866554#, c-format6555msgid ""6556"ambiguous argument '%s': unknown revision or path not in the working tree.\n"6557"Use '--' to separate paths from revisions, like this:\n"6558"'git <command> [<revision>...] -- [<file>...]'"6559msgstr ""6560"argumento ambiguo '%s': revisión desconocida o ruta fuera del árbol de "6561"trabajo.\n"6562"Use '--' para separar las rutas de las revisiones, de esta manera:\n"6563"'git <comando> [<revisión>...] -- [<archivo>...]'"65646565#: setup.c:2356566#, c-format6567msgid "option '%s' must come before non-option arguments"6568msgstr "opción '%s' debe venir antes de argumentos no opcionales"65696570#: setup.c:2546571#, c-format6572msgid ""6573"ambiguous argument '%s': both revision and filename\n"6574"Use '--' to separate paths from revisions, like this:\n"6575"'git <command> [<revision>...] -- [<file>...]'"6576msgstr ""6577"argumento ambiguo '%s': ambos revisión y nombre de archivo\n"6578"Use '--' para separar rutas de revisiones, de esta manera:\n"6579"'git <comando> [<revisión>...] -- [<archivo>...]'"65806581#: setup.c:3906582msgid "unable to set up work tree using invalid config"6583msgstr ""6584"no es posible configurar el directorio de trabajo usando una configuración "6585"inválida"65866587#: setup.c:3946588msgid "this operation must be run in a work tree"6589msgstr "esta operación debe ser realizada en un árbol de trabajo"65906591#: setup.c:5406592#, c-format6593msgid "Expected git repo version <= %d, found %d"6594msgstr "Se esperaba versión de git repo <= %d, encontrada %d"65956596#: setup.c:5486597msgid "unknown repository extensions found:"6598msgstr "se encontró extensión de repositorio desconocida:"65996600#: setup.c:5676601#, c-format6602msgid "error opening '%s'"6603msgstr "error abriendo '%s'"66046605#: setup.c:5696606#, c-format6607msgid "too large to be a .git file: '%s'"6608msgstr "muy grande para ser un archivo .git: '%s'"66096610#: setup.c:5716611#, c-format6612msgid "error reading %s"6613msgstr "error leyendo %s"66146615#: setup.c:5736616#, c-format6617msgid "invalid gitfile format: %s"6618msgstr "formato gitfile inválido: %s"66196620#: setup.c:5756621#, c-format6622msgid "no path in gitfile: %s"6623msgstr "no hay ruta en gitfile: %s"66246625#: setup.c:5776626#, c-format6627msgid "not a git repository: %s"6628msgstr "no es un repositorio git: %s"66296630#: setup.c:6766631#, c-format6632msgid "'$%s' too big"6633msgstr "'$%s' muy grande"66346635#: setup.c:6906636#, c-format6637msgid "not a git repository: '%s'"6638msgstr "no es un repositorio git: '%s'"66396640#: setup.c:719 setup.c:721 setup.c:7526641#, c-format6642msgid "cannot chdir to '%s'"6643msgstr "no se puede aplicar chdir a '%s'"66446645#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:8376646msgid "cannot come back to cwd"6647msgstr "no se puede volver a cwd"66486649#: setup.c:8516650#, c-format6651msgid "failed to stat '%*s%s%s'"6652msgstr "falló al determinar '%*s%s%s'"66536654#: setup.c:10836655msgid "Unable to read current working directory"6656msgstr "Incapaz de leer el directorio de trabajo actual"66576658#: setup.c:1092 setup.c:10986659#, c-format6660msgid "cannot change to '%s'"6661msgstr "no se puede cambiar a '%s'"66626663#: setup.c:11036664#, c-format6665msgid "not a git repository (or any of the parent directories): %s"6666msgstr ""6667"no es un repositorio git (ni ninguno de los directorios superiores): %s"66686669#: setup.c:11096670#, c-format6671msgid ""6672"not a git repository (or any parent up to mount point %s)\n"6673"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."6674msgstr ""6675"no es un repositorio git ( o ningún padre en el punto de montado %s)\n"6676"Parando en el límite del sistema de archivos "6677"(GIT_DISCOVERY_ACROSS_FILESYSTEM no establecido)."66786679#: setup.c:12206680#, c-format6681msgid ""6682"problem with core.sharedRepository filemode value (0%.3o).\n"6683"The owner of files must always have read and write permissions."6684msgstr ""6685"problema con el valor del modo de archivo core.sharedRepository (0%.3o).\n"6686"El dueño de los archivos tiene que tener permisos de lectura y escritura."66876688#: setup.c:12646689msgid "open /dev/null or dup failed"6690msgstr "falló al abrir /dev/null o dup"66916692#: setup.c:12796693msgid "fork failed"6694msgstr "falló fork"66956696#: setup.c:12846697msgid "setsid failed"6698msgstr "falló setsid"66996700#: sha1-file.c:4536701#, c-format6702msgid "object directory %s does not exist; check .git/objects/info/alternates"6703msgstr "objeto directorio %s no existe; revisa .git/objects/info/alternates"67046705#: sha1-file.c:5046706#, c-format6707msgid "unable to normalize alternate object path: %s"6708msgstr "incapaz de normalizar la ruta de objeto alterno: %s"67096710#: sha1-file.c:5766711#, c-format6712msgid "%s: ignoring alternate object stores, nesting too deep"6713msgstr "%s: ignorando espacios de objetos alternos, anidado muy profundo"67146715#: sha1-file.c:5836716#, c-format6717msgid "unable to normalize object directory: %s"6718msgstr "incapaz de normalizar directorio de objeto: %s"67196720#: sha1-file.c:6266721msgid "unable to fdopen alternates lockfile"6722msgstr "no es posible hacer fdopen en lockfile alternos"67236724#: sha1-file.c:6446725msgid "unable to read alternates file"6726msgstr "no es posible leer archivos alternos"67276728#: sha1-file.c:6516729msgid "unable to move new alternates file into place"6730msgstr "no es posible mover archivos alternos en el lugar"67316732#: sha1-file.c:6866733#, c-format6734msgid "path '%s' does not exist"6735msgstr "ruta '%s' no existe"67366737#: sha1-file.c:7126738#, c-format6739msgid "reference repository '%s' as a linked checkout is not supported yet."6740msgstr ""6741"repositorio de referencia '%s' como un checkout vinculado no es soportado "6742"todavía."67436744#: sha1-file.c:7186745#, c-format6746msgid "reference repository '%s' is not a local repository."6747msgstr "repositorio de referencia '%s' no es un repositorio local."67486749#: sha1-file.c:7246750#, c-format6751msgid "reference repository '%s' is shallow"6752msgstr "repositorio de referencia '%s' es superficial (shallow)"67536754#: sha1-file.c:7326755#, c-format6756msgid "reference repository '%s' is grafted"6757msgstr "repositorio de referencia '% s' está injertado"67586759#: sha1-file.c:8466760#, c-format6761msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"6762msgstr "intentando usar mmap %<PRIuMAX> sobre límite %<PRIuMAX>"67636764#: sha1-file.c:8716765msgid "mmap failed"6766msgstr "mmap falló"67676768#: sha1-file.c:10356769#, c-format6770msgid "object file %s is empty"6771msgstr "archivo de objeto %s está vacío"67726773#: sha1-file.c:1159 sha1-file.c:22976774#, c-format6775msgid "corrupt loose object '%s'"6776msgstr "objeto perdido corrupto '%s'"67776778#: sha1-file.c:1161 sha1-file.c:23016779#, c-format6780msgid "garbage at end of loose object '%s'"6781msgstr "basura al final del objeto perdido '%s'"67826783#: sha1-file.c:12036784msgid "invalid object type"6785msgstr "tipo de objeto inválido"67866787#: sha1-file.c:12876788#, c-format6789msgid "unable to unpack %s header with --allow-unknown-type"6790msgstr "no es posible desempacar header %s con --allow-unknown-type"67916792#: sha1-file.c:12906793#, c-format6794msgid "unable to unpack %s header"6795msgstr "incapaz de desempaquetar header %s"67966797#: sha1-file.c:12966798#, c-format6799msgid "unable to parse %s header with --allow-unknown-type"6800msgstr "no es posible analizar header %s con --allow-unknown-type"68016802#: sha1-file.c:12996803#, c-format6804msgid "unable to parse %s header"6805msgstr "incapaz de analizar header %s"68066807#: sha1-file.c:14906808#, c-format6809msgid "failed to read object %s"6810msgstr "falló al leer objeto %s"68116812#: sha1-file.c:14946813#, c-format6814msgid "replacement %s not found for %s"6815msgstr "reemplazo %s no encontrado para %s"68166817#: sha1-file.c:14986818#, c-format6819msgid "loose object %s (stored in %s) is corrupt"6820msgstr "objeto perdido %s (guardado en %s) está corrompido"68216822#: sha1-file.c:15026823#, c-format6824msgid "packed object %s (stored in %s) is corrupt"6825msgstr "paquete de objeto %s (guardado en %s) está corrompido"68266827#: sha1-file.c:16046828#, c-format6829msgid "unable to write file %s"6830msgstr "no es posible escribir archivo %s"68316832#: sha1-file.c:16116833#, c-format6834msgid "unable to set permission to '%s'"6835msgstr "no se pudo poner permisos a '%s'"68366837#: sha1-file.c:16186838msgid "file write error"6839msgstr "falló de escritura"68406841#: sha1-file.c:16376842msgid "error when closing loose object file"6843msgstr "error cerrando el archivo de objeto suelto"68446845#: sha1-file.c:17026846#, c-format6847msgid "insufficient permission for adding an object to repository database %s"6848msgstr ""6849"permisos insuficientes para agregar un objeto a la base de datos del "6850"repositorio %s"68516852#: sha1-file.c:17046853msgid "unable to create temporary file"6854msgstr "no es posible crear un archivo temporal"68556856#: sha1-file.c:17286857msgid "unable to write loose object file"6858msgstr "no es posible escribir el archivo de objeto suelto"68596860#: sha1-file.c:17346861#, c-format6862msgid "unable to deflate new object %s (%d)"6863msgstr "no es posible desinflar el objeto nuevo %s (%d)"68646865#: sha1-file.c:17386866#, c-format6867msgid "deflateEnd on object %s failed (%d)"6868msgstr "deflateEnd en objeto %s falló (%d)"68696870#: sha1-file.c:17426871#, c-format6872msgid "confused by unstable object source data for %s"6873msgstr "confundido por fuente de data de objetos inestable para %s"68746875#: sha1-file.c:1752 builtin/pack-objects.c:9206876#, c-format6877msgid "failed utime() on %s"6878msgstr "falló utime() en %s"68796880#: sha1-file.c:18276881#, c-format6882msgid "cannot read object for %s"6883msgstr "no se pudo leer el objeto para %s"68846885#: sha1-file.c:18676886msgid "corrupt commit"6887msgstr "commit corrupto"68886889#: sha1-file.c:18756890msgid "corrupt tag"6891msgstr "tag corrupto"68926893#: sha1-file.c:19746894#, c-format6895msgid "read error while indexing %s"6896msgstr "error leyendo al indexar %s"68976898#: sha1-file.c:19776899#, c-format6900msgid "short read while indexing %s"6901msgstr "lectura corta al indexar %s"69026903#: sha1-file.c:2050 sha1-file.c:20596904#, c-format6905msgid "%s: failed to insert into database"6906msgstr "%s: falló al insertar en la base de datos"69076908#: sha1-file.c:20656909#, c-format6910msgid "%s: unsupported file type"6911msgstr "%s: tipo de archivo no soportado"69126913#: sha1-file.c:20896914#, c-format6915msgid "%s is not a valid object"6916msgstr "%s no es objeto válido"69176918#: sha1-file.c:20916919#, c-format6920msgid "%s is not a valid '%s' object"6921msgstr "%s no es un objeto '%s' válido"69226923#: sha1-file.c:2118 builtin/index-pack.c:1546924#, c-format6925msgid "unable to open %s"6926msgstr "no es posible abrir %s"69276928#: sha1-file.c:2308 sha1-file.c:23606929#, c-format6930msgid "hash mismatch for %s (expected %s)"6931msgstr "hash no concuerda para %s (se esperaba %s)"69326933#: sha1-file.c:23326934#, c-format6935msgid "unable to mmap %s"6936msgstr "no es posible hacer mmap a %s"69376938#: sha1-file.c:23376939#, c-format6940msgid "unable to unpack header of %s"6941msgstr "incapaz de desempaquetar header de %s"69426943#: sha1-file.c:23436944#, c-format6945msgid "unable to parse header of %s"6946msgstr "incapaz de analizar header de %s"69476948#: sha1-file.c:23546949#, c-format6950msgid "unable to unpack contents of %s"6951msgstr "no es posible desempaquetar contenidos de %s"69526953#: sha1-name.c:4906954#, c-format6955msgid "short SHA1 %s is ambiguous"6956msgstr "SHA1 %s corto es ambiguo"69576958#: sha1-name.c:5016959msgid "The candidates are:"6960msgstr "Los candidatos son:"69616962#: sha1-name.c:8006963msgid ""6964"Git normally never creates a ref that ends with 40 hex characters\n"6965"because it will be ignored when you just specify 40-hex. These refs\n"6966"may be created by mistake. For example,\n"6967"\n"6968" git checkout -b $br $(git rev-parse ...)\n"6969"\n"6970"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"6971"examine these refs and maybe delete them. Turn this message off by\n"6972"running \"git config advice.objectNameWarning false\""6973msgstr ""6974"Git normalmente nunca crea una ref que termine con 40 caracteres hex\n"6975"porque esto sería ignorado cuando solo se especifiquen 40-hex. Estas refs\n"6976"tal vez sean creadas por error. Por ejemplo,\n"6977"\n"6978" git checkout -b $br $(git rev-parse ...)\n"6979"\n"6980"donde \"$br\" está de alguna manera vacía y una ref de 40-hex es creada. Por "6981"favor\n"6982"examine estas refs y tal vez bórrelas. Silencie este mensaje \n"6983"ejecutando \"git config advice.objectNameWarning false\""69846985#: submodule.c:114 submodule.c:1436986msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"6987msgstr ""6988"No se puede cambiar .gitmodules no fusionados, resuelva este problema primero"69896990#: submodule.c:118 submodule.c:1476991#, c-format6992msgid "Could not find section in .gitmodules where path=%s"6993msgstr "No se pudo encontrar la sección en .gitmodules donde path=%s"69946995#: submodule.c:1546996#, c-format6997msgid "Could not remove .gitmodules entry for %s"6998msgstr "No se pudo eliminar la entrada %s de .gitmodules"69997000#: submodule.c:1657001msgid "staging updated .gitmodules failed"7002msgstr "falló realizar stage a los .gitmodules actualizados"70037004#: submodule.c:3277005#, c-format7006msgid "in unpopulated submodule '%s'"7007msgstr "en el submódulo no poblado '%s'"70087009#: submodule.c:3587010#, c-format7011msgid "Pathspec '%s' is in submodule '%.*s'"7012msgstr "El patrón de ruta '%s' está en el submódulo '%.*s'"70137014#: submodule.c:9107015#, c-format7016msgid "submodule entry '%s' (%s) is a %s, not a commit"7017msgstr "entrada de submódulo '%s' (%s) es un %s, no un commit"70187019#: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:19887020msgid "Failed to resolve HEAD as a valid ref."7021msgstr "Falló al resolver HEAD como un ref valido."70227023#: submodule.c:14817024#, c-format7025msgid "Could not access submodule '%s'"7026msgstr "no pudo acceder al submódulo '%s'"70277028#: submodule.c:16517029#, c-format7030msgid "'%s' not recognized as a git repository"7031msgstr "'%s' no reconocido como un repositorio git"70327033#: submodule.c:17897034#, c-format7035msgid "could not start 'git status' in submodule '%s'"7036msgstr "no se pudo comenzar 'git status' en el submódulo '%s'"70377038#: submodule.c:18027039#, c-format7040msgid "could not run 'git status' in submodule '%s'"7041msgstr "no se pudo ejecutar 'git status' en el submódulo '%s'"70427043#: submodule.c:18177044#, c-format7045msgid "Could not unset core.worktree setting in submodule '%s'"7046msgstr "No se pudo quitar configuración core.worktree en submódulo '%s'"70477048#: submodule.c:19077049#, c-format7050msgid "submodule '%s' has dirty index"7051msgstr "submódulo '%s' tiene un índice corrupto"70527053#: submodule.c:19597054#, c-format7055msgid "Submodule '%s' could not be updated."7056msgstr "Submódulo '%s' no pudo ser actualizado."70577058#: submodule.c:20087059#, c-format7060msgid ""7061"relocate_gitdir for submodule '%s' with more than one worktree not supported"7062msgstr ""7063"relocate_gitdir para el submódulo '%s' con más de un árbol de trabajo no "7064"soportado"70657066#: submodule.c:2020 submodule.c:20767067#, c-format7068msgid "could not lookup name for submodule '%s'"7069msgstr "no se pudo resolver el nombre para el submódulo '%s'"70707071#: submodule.c:20277072#, c-format7073msgid ""7074"Migrating git directory of '%s%s' from\n"7075"'%s' to\n"7076"'%s'\n"7077msgstr ""7078"Migrando directorio git de '%s%s' desde\n"7079"'%s' hacia\n"7080"'%s'\n"70817082#: submodule.c:21117083#, c-format7084msgid "could not recurse into submodule '%s'"7085msgstr "no pudo recursar en el submódulo '%s'"70867087#: submodule.c:21557088msgid "could not start ls-files in .."7089msgstr "no se pudo comenzar ls-files en .."70907091#: submodule.c:21947092#, c-format7093msgid "ls-tree returned unexpected return code %d"7094msgstr "ls-tree devolvió un código %d inesperado"70957096#: submodule-config.c:2327097#, c-format7098msgid "ignoring suspicious submodule name: %s"7099msgstr "ignorando submódulo sospechoso: %s"71007101#: submodule-config.c:2997102msgid "negative values not allowed for submodule.fetchjobs"7103msgstr "no se permiten valores negativos para submodule.fetchjobs"71047105#: submodule-config.c:3977106#, c-format7107msgid "ignoring '%s' which may be interpreted as a command-line option: %s"7108msgstr ""7109"ignorando '%s' ya que puede ser interpretado como una opción de línea de "7110"comando: %s"71117112#: submodule-config.c:4867113#, c-format7114msgid "invalid value for %s"7115msgstr "valor inválido para %s"71167117#: submodule-config.c:7557118#, c-format7119msgid "Could not update .gitmodules entry %s"7120msgstr "No se pudo actualizar la entrada %s de .gitmodules"71217122#: trailer.c:2387123#, c-format7124msgid "running trailer command '%s' failed"7125msgstr "ejecución del comando de remolque '%s' falló"71267127#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5537128#: trailer.c:5577129#, c-format7130msgid "unknown value '%s' for key '%s'"7131msgstr "valor '%s' desconocido para la clave '%s'"71327133#: trailer.c:539 trailer.c:544 builtin/remote.c:2957134#, c-format7135msgid "more than one %s"7136msgstr "más de un %s"71377138#: trailer.c:7307139#, c-format7140msgid "empty trailer token in trailer '%.*s'"7141msgstr "token de remolque vacío en el trailer '%.*s'"71427143#: trailer.c:7507144#, c-format7145msgid "could not read input file '%s'"7146msgstr "no se pudo leer el archivo de entrada '%s'"71477148#: trailer.c:7537149msgid "could not read from stdin"7150msgstr "no se pudo leer desde stdin"71517152#: trailer.c:1011 wrapper.c:7017153#, c-format7154msgid "could not stat %s"7155msgstr "no se pudo definir %s"71567157#: trailer.c:10137158#, c-format7159msgid "file %s is not a regular file"7160msgstr "el archivo %s no es un archivo regular"71617162#: trailer.c:10157163#, c-format7164msgid "file %s is not writable by user"7165msgstr "el archivo %s no puede ser escrito por el usuario"71667167#: trailer.c:10277168msgid "could not open temporary file"7169msgstr "no se pudo abrir el archivo temporal"71707171#: trailer.c:10677172#, c-format7173msgid "could not rename temporary file to %s"7174msgstr "no se pudo renombrar el archivo temporal a %s"71757176#: transport.c:1167177#, c-format7178msgid "Would set upstream of '%s' to '%s' of '%s'\n"7179msgstr "Configurará upstream de '%s' a '%s' de '%s'\n"71807181#: transport.c:1427182#, c-format7183msgid "could not read bundle '%s'"7184msgstr "no se pudo leer el conjunto '%s'"71857186#: transport.c:2087187#, c-format7188msgid "transport: invalid depth option '%s'"7189msgstr "transport: opción inválida '%s'"71907191#: transport.c:2597192msgid "see protocol.version in 'git help config' for more details"7193msgstr "ver protocol.version en 'git help config' para más información"71947195#: transport.c:2607196msgid "server options require protocol version 2 or later"7197msgstr "opciones del servidor requieren protocolo versión 2 o posterior"71987199#: transport.c:6257200msgid "could not parse transport.color.* config"7201msgstr "no se pudo analizar valor de configuración transport.color.*"72027203#: transport.c:6987204msgid "support for protocol v2 not implemented yet"7205msgstr "soporte para protocolo v2 no implementado todavía"72067207#: transport.c:8257208#, c-format7209msgid "unknown value for config '%s': %s"7210msgstr "valor desconocido para configuración '%s': %s"72117212#: transport.c:8917213#, c-format7214msgid "transport '%s' not allowed"7215msgstr "transporte '%s' no permitido"72167217#: transport.c:9457218msgid "git-over-rsync is no longer supported"7219msgstr "git-over-rsync ya no es soportado"72207221#: transport.c:10407222#, c-format7223msgid ""7224"The following submodule paths contain changes that can\n"7225"not be found on any remote:\n"7226msgstr ""7227"La siguiente ruta de submódulo contiene cambios que no\n"7228"pueden ser encontrados en ningún remoto:\n"72297230#: transport.c:10447231#, c-format7232msgid ""7233"\n"7234"Please try\n"7235"\n"7236"\tgit push --recurse-submodules=on-demand\n"7237"\n"7238"or cd to the path and use\n"7239"\n"7240"\tgit push\n"7241"\n"7242"to push them to a remote.\n"7243"\n"7244msgstr ""7245"\n"7246"Por favor intenta\n"7247"\n"7248"\tgit push --recurse-submodules=on-demand\n"7249"\n"7250"o cd a la ruta y usa\n"7251"\n"7252"\tgit push\n"7253"\n"7254"para hacer un push al remoto.\n"7255"\n"72567257#: transport.c:10527258msgid "Aborting."7259msgstr "Abortando."72607261#: transport.c:11937262msgid "failed to push all needed submodules"7263msgstr "falló al hacer push a todos los submódulos necesarios"72647265#: transport.c:1326 transport-helper.c:6457266msgid "operation not supported by protocol"7267msgstr "operación no soportada por protocolo"72687269#: transport.c:14307270#, c-format7271msgid "invalid line while parsing alternate refs: %s"7272msgstr "línea inválida mientras se analizaban refs alternas: %s"72737274#: transport-helper.c:51 transport-helper.c:807275msgid "full write to remote helper failed"7276msgstr "escritura total al helper remoto falló"72777278#: transport-helper.c:1347279#, c-format7280msgid "unable to find remote helper for '%s'"7281msgstr "no es posible encontrar helper remoto para '%s'"72827283#: transport-helper.c:150 transport-helper.c:5597284msgid "can't dup helper output fd"7285msgstr "no se puede duplicar output de fd del helper"72867287#: transport-helper.c:2017288#, c-format7289msgid ""7290"unknown mandatory capability %s; this remote helper probably needs newer "7291"version of Git"7292msgstr ""7293"capacidad mandatoria desconocida %s; este helper remoto probablemente "7294"necesita una nueva versión de Git"72957296#: transport-helper.c:2077297msgid "this remote helper should implement refspec capability"7298msgstr "este helper remoto debería implementar capacidad refspec"72997300#: transport-helper.c:274 transport-helper.c:4147301#, c-format7302msgid "%s unexpectedly said: '%s'"7303msgstr "%s dijo inesperadamente: '%s'"73047305#: transport-helper.c:4037306#, c-format7307msgid "%s also locked %s"7308msgstr "%s también bloqueó %s"73097310#: transport-helper.c:4817311msgid "couldn't run fast-import"7312msgstr "no se pudo ejecutar fast-import"73137314#: transport-helper.c:5047315msgid "error while running fast-import"7316msgstr "error al ejecutar fast-import"73177318#: transport-helper.c:533 transport-helper.c:10997319#, c-format7320msgid "could not read ref %s"7321msgstr "no se pudo leer la referencia %s"73227323#: transport-helper.c:5787324#, c-format7325msgid "unknown response to connect: %s"7326msgstr "respuesta para conectar desconocida: %s"73277328#: transport-helper.c:6007329msgid "setting remote service path not supported by protocol"7330msgstr "configurando servicio de ruta remota no soportado por el protocolo"73317332#: transport-helper.c:6027333msgid "invalid remote service path"7334msgstr "ruta de servicio remoto inválida"73357336#: transport-helper.c:6487337#, c-format7338msgid "can't connect to subservice %s"7339msgstr "no se puede conectar al subservicio %s"73407341#: transport-helper.c:7207342#, c-format7343msgid "expected ok/error, helper said '%s'"7344msgstr "se esperaba ok/error, helper dijo '%s'"73457346#: transport-helper.c:7737347#, c-format7348msgid "helper reported unexpected status of %s"7349msgstr "helper reportó estado inesperado de %s"73507351#: transport-helper.c:8347352#, c-format7353msgid "helper %s does not support dry-run"7354msgstr "helper %s no soporta dry-run"73557356#: transport-helper.c:8377357#, c-format7358msgid "helper %s does not support --signed"7359msgstr "helper %s no soporta --signed"73607361#: transport-helper.c:8407362#, c-format7363msgid "helper %s does not support --signed=if-asked"7364msgstr "helper %s no soporta --signed=if-asked"73657366#: transport-helper.c:8477367#, c-format7368msgid "helper %s does not support 'push-option'"7369msgstr "helper %s no soporta 'push-option'"73707371#: transport-helper.c:9397372msgid "remote-helper doesn't support push; refspec needed"7373msgstr "remote-helper no soporta push; se necesita refspec"73747375#: transport-helper.c:9447376#, c-format7377msgid "helper %s does not support 'force'"7378msgstr "helper %s no soporta 'force'"73797380#: transport-helper.c:9917381msgid "couldn't run fast-export"7382msgstr "no se pudo ejecutar fast-export"73837384#: transport-helper.c:9967385msgid "error while running fast-export"7386msgstr "error al ejecutar fast-export"73877388#: transport-helper.c:10217389#, c-format7390msgid ""7391"No refs in common and none specified; doing nothing.\n"7392"Perhaps you should specify a branch such as 'master'.\n"7393msgstr ""7394"No hay refs comunes y ninguno especificado; no se hace nada.\n"7395"Tal vez deberías especificar un branch como 'master'.\n"73967397#: transport-helper.c:10857398#, c-format7399msgid "malformed response in ref list: %s"7400msgstr "respuesta malformada en lista de refs: %s"74017402#: transport-helper.c:12387403#, c-format7404msgid "read(%s) failed"7405msgstr "leer(%s) falló"74067407#: transport-helper.c:12657408#, c-format7409msgid "write(%s) failed"7410msgstr "escribir(%s) falló"74117412#: transport-helper.c:13147413#, c-format7414msgid "%s thread failed"7415msgstr "hilo %s falló"74167417#: transport-helper.c:13187418#, c-format7419msgid "%s thread failed to join: %s"7420msgstr "hilo %s falló al unirse: %s"74217422#: transport-helper.c:1337 transport-helper.c:13417423#, c-format7424msgid "can't start thread for copying data: %s"7425msgstr "no se puede iniciar el hilo para copiar data: %s"74267427#: transport-helper.c:13787428#, c-format7429msgid "%s process failed to wait"7430msgstr "proceso %s falló al esperar"74317432#: transport-helper.c:13827433#, c-format7434msgid "%s process failed"7435msgstr "proceso %s falló"74367437#: transport-helper.c:1400 transport-helper.c:14097438msgid "can't start thread for copying data"7439msgstr "no se puede iniciar hilo para copiar data"74407441#: tree-walk.c:337442msgid "too-short tree object"7443msgstr "objeto de árbol muy corto"74447445#: tree-walk.c:397446msgid "malformed mode in tree entry"7447msgstr "modo mal formado en la entrada de árbol"74487449#: tree-walk.c:437450msgid "empty filename in tree entry"7451msgstr "nombre de archivo vacío en la entrada de árbol"74527453#: tree-walk.c:1167454msgid "too-short tree file"7455msgstr "archivo de árbol muy corto"74567457#: unpack-trees.c:1117458#, c-format7459msgid ""7460"Your local changes to the following files would be overwritten by checkout:\n"7461"%%sPlease commit your changes or stash them before you switch branches."7462msgstr ""7463"Los cambios locales de los siguientes archivos serán sobrescritos por "7464"checkout:\n"7465"%%sPor favor realiza un commit con los cambios o un stash antes de cambiar "7466"ramas."74677468#: unpack-trees.c:1137469#, c-format7470msgid ""7471"Your local changes to the following files would be overwritten by checkout:\n"7472"%%s"7473msgstr ""7474"Los cambios locales de los siguientes archivos serán sobreescritos por "7475"checkout:\n"7476"%%s"74777478#: unpack-trees.c:1167479#, c-format7480msgid ""7481"Your local changes to the following files would be overwritten by merge:\n"7482"%%sPlease commit your changes or stash them before you merge."7483msgstr ""7484"Los cambios locales de los siguientes archivos serán sobrescritos al "7485"fusionar:\n"7486"%%sPor favor, confirma tus cambios o aguárdalos antes de fusionar."74877488#: unpack-trees.c:1187489#, c-format7490msgid ""7491"Your local changes to the following files would be overwritten by merge:\n"7492"%%s"7493msgstr ""7494"Los cambios locales de los siguientes archivos serán sobreescritos por "7495"merge:\n"7496"%%s"74977498#: unpack-trees.c:1217499#, c-format7500msgid ""7501"Your local changes to the following files would be overwritten by %s:\n"7502"%%sPlease commit your changes or stash them before you %s."7503msgstr ""7504"Los cambios locales de los siguientes archivos serán sobrescritos al %s:\n"7505"%%sPor favor, confirma tus cambios o guárdalos antes de %s."75067507#: unpack-trees.c:1237508#, c-format7509msgid ""7510"Your local changes to the following files would be overwritten by %s:\n"7511"%%s"7512msgstr ""7513"Los cambios locales de los siguientes archivos serán sobreescritos por %s:\n"7514"%%s"75157516#: unpack-trees.c:1287517#, c-format7518msgid ""7519"Updating the following directories would lose untracked files in them:\n"7520"%s"7521msgstr ""7522"Al actualizar los siguientes directorios se perderán los archivos sin "7523"seguimiento en ellos:\n"7524"%s"75257526#: unpack-trees.c:1327527#, c-format7528msgid ""7529"The following untracked working tree files would be removed by checkout:\n"7530"%%sPlease move or remove them before you switch branches."7531msgstr ""7532"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7533"eliminados al actualizar el árbol de trabajo:\n"7534"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."75357536#: unpack-trees.c:1347537#, c-format7538msgid ""7539"The following untracked working tree files would be removed by checkout:\n"7540"%%s"7541msgstr ""7542"Los siguientes archivos sin seguimiento del árbol de trabajo serán "7543"eliminadosal actualizar el árbol de trabajo:\n"7544"%%s"75457546#: unpack-trees.c:1377547#, c-format7548msgid ""7549"The following untracked working tree files would be removed by merge:\n"7550"%%sPlease move or remove them before you merge."7551msgstr ""7552"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7553"eliminados al fusionar:\n"7554"%%sPor favor, muévelos o elimínalos antes de fusionar."75557556#: unpack-trees.c:1397557#, c-format7558msgid ""7559"The following untracked working tree files would be removed by merge:\n"7560"%%s"7561msgstr ""7562"Los siguientes archivos sin seguimiento de árbol de trabajo serán "7563"eliminadosal fusionar:\n"7564"%%s"75657566#: unpack-trees.c:1427567#, c-format7568msgid ""7569"The following untracked working tree files would be removed by %s:\n"7570"%%sPlease move or remove them before you %s."7571msgstr ""7572"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7573"eliminados al %s:\n"7574"%%sPor favor, muévelos o elimínalos antes de %s."75757576#: unpack-trees.c:1447577#, c-format7578msgid ""7579"The following untracked working tree files would be removed by %s:\n"7580"%%s"7581msgstr ""7582"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7583"eliminados al ejecutar %s:\n"7584"%%s"75857586#: unpack-trees.c:1507587#, c-format7588msgid ""7589"The following untracked working tree files would be overwritten by "7590"checkout:\n"7591"%%sPlease move or remove them before you switch branches."7592msgstr ""7593"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7594"sobrescritos al actualizar el árbol de trabajo:\n"7595"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."75967597#: unpack-trees.c:1527598#, c-format7599msgid ""7600"The following untracked working tree files would be overwritten by "7601"checkout:\n"7602"%%s"7603msgstr ""7604"Los siguientes archivos sin seguimiento de árbol de trabajo serán "7605"sobrescritos al actualizar el árbol de trabajo:\n"7606"%%s"76077608#: unpack-trees.c:1557609#, c-format7610msgid ""7611"The following untracked working tree files would be overwritten by merge:\n"7612"%%sPlease move or remove them before you merge."7613msgstr ""7614"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7615"sobrescritos al fusionar:\n"7616"%%sPor favor, muévelos o elimínalos antes de fusionar."76177618#: unpack-trees.c:1577619#, c-format7620msgid ""7621"The following untracked working tree files would be overwritten by merge:\n"7622"%%s"7623msgstr ""7624"Los siguientes archivos sin seguimiento de árbol de trabajo serán "7625"sobrescritos al fusionar:\n"7626"%%s"76277628#: unpack-trees.c:1607629#, c-format7630msgid ""7631"The following untracked working tree files would be overwritten by %s:\n"7632"%%sPlease move or remove them before you %s."7633msgstr ""7634"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "7635"sobrescritos al %s:\n"7636"%%sPor favor, muévelos o elimínalos antes de %s."76377638#: unpack-trees.c:1627639#, c-format7640msgid ""7641"The following untracked working tree files would be overwritten by %s:\n"7642"%%s"7643msgstr ""7644"Los siguientes archivos no rastreados en el árbol de trabajo serán "7645"eliminadospor %s:\n"7646"%%s"76477648#: unpack-trees.c:1707649#, c-format7650msgid "Entry '%s' overlaps with '%s'. Cannot bind."7651msgstr "Entrada '%s' se superpone con '%s'. No se pueden unir."76527653#: unpack-trees.c:1737654#, c-format7655msgid ""7656"Cannot update sparse checkout: the following entries are not up to date:\n"7657"%s"7658msgstr ""7659"No se puede actualizar el sparse checkout: las siguientes entradas no están "7660"actualizadas:\n"7661"%s"76627663#: unpack-trees.c:1757664#, c-format7665msgid ""7666"The following working tree files would be overwritten by sparse checkout "7667"update:\n"7668"%s"7669msgstr ""7670"Los siguientes archivos del árbol de trabajo serán sobrescritos por la "7671"actualización sparse checkout:\n"7672"%s"76737674#: unpack-trees.c:1777675#, c-format7676msgid ""7677"The following working tree files would be removed by sparse checkout "7678"update:\n"7679"%s"7680msgstr ""7681"Los siguientes archivos del árbol de trabajo serán eliminados por la "7682"actualización sparse checkout:\n"7683"%s"76847685#: unpack-trees.c:1797686#, c-format7687msgid ""7688"Cannot update submodule:\n"7689"%s"7690msgstr ""7691"No se puede actualizar le submódulo:\n"7692"%s"76937694#: unpack-trees.c:2567695#, c-format7696msgid "Aborting\n"7697msgstr "Abortando\n"76987699#: unpack-trees.c:3187700msgid "Checking out files"7701msgstr "Revisando archivos"77027703#: unpack-trees.c:3507704msgid ""7705"the following paths have collided (e.g. case-sensitive paths\n"7706"on a case-insensitive filesystem) and only one from the same\n"7707"colliding group is in the working tree:\n"7708msgstr ""7709"las siguientes rutas han colisionado (p.e. rutas con case-sensitive\n"7710"en un filesystem case-insensitive) y solo una del grupo\n"7711"colisionando está en el árbol de trabajo:\n"77127713#: urlmatch.c:1637714msgid "invalid URL scheme name or missing '://' suffix"7715msgstr "nombre de URL inválido o sufijo '://' faltante"77167717#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4057718#, c-format7719msgid "invalid %XX escape sequence"7720msgstr "secuencia de escape %XX inválida"77217722#: urlmatch.c:2157723msgid "missing host and scheme is not 'file:'"7724msgstr "falta host y el esquema no es 'file:'"77257726#: urlmatch.c:2327727msgid "a 'file:' URL may not have a port number"7728msgstr "un 'archivo:' URL puede no tener un número de puerto"77297730#: urlmatch.c:2477731msgid "invalid characters in host name"7732msgstr "carácter inválido en el nombre del host"77337734#: urlmatch.c:292 urlmatch.c:3037735msgid "invalid port number"7736msgstr "numero de puerto inválido"77377738#: urlmatch.c:3717739msgid "invalid '..' path segment"7740msgstr "segmento de ruta '..' inválido"77417742#: worktree.c:255 builtin/am.c:20977743#, c-format7744msgid "failed to read '%s'"7745msgstr "falló al leer '%s'"77467747#: worktree.c:3017748#, c-format7749msgid "'%s' at main working tree is not the repository directory"7750msgstr ""7751"'%s' en el árbol de trabajo principal no es el directorio del repositorio"77527753#: worktree.c:3127754#, c-format7755msgid "'%s' file does not contain absolute path to the working tree location"7756msgstr ""7757"archivo '%s' no contiene una ruta absoluta a la ubicación del árbol de "7758"trabajo"77597760#: worktree.c:3247761#, c-format7762msgid "'%s' does not exist"7763msgstr "'%s' no existe"77647765#: worktree.c:3307766#, c-format7767msgid "'%s' is not a .git file, error code %d"7768msgstr "'%s' no es un archivo .git, código de error %d"77697770#: worktree.c:3387771#, c-format7772msgid "'%s' does not point back to '%s'"7773msgstr "'%s' no apunta de vuelta a '%s'"77747775#: wrapper.c:223 wrapper.c:3937776#, c-format7777msgid "could not open '%s' for reading and writing"7778msgstr "no se pudo abrir '%s' para lectura y escritura"77797780#: wrapper.c:424 wrapper.c:6247781#, c-format7782msgid "unable to access '%s'"7783msgstr "no es posible acceder '%s'"77847785#: wrapper.c:6327786msgid "unable to get current working directory"7787msgstr "no es posible obtener el directorio de trabajo actual"77887789#: wt-status.c:1567790msgid "Unmerged paths:"7791msgstr "Rutas no fusionadas:"77927793#: wt-status.c:183 wt-status.c:2107794#, c-format7795msgid " (use \"git reset %s <file>...\" to unstage)"7796msgstr " (usa \"git reset %s <archivo>...\" para sacar del área de stage)"77977798#: wt-status.c:185 wt-status.c:2127799msgid " (use \"git rm --cached <file>...\" to unstage)"7800msgstr " (usa \"git rm --cached <archivo>...\" para sacar del área de stage)"78017802#: wt-status.c:1897803msgid " (use \"git add <file>...\" to mark resolution)"7804msgstr " (usa \"git add <archivo>...\" para marcar una resolución)"78057806#: wt-status.c:191 wt-status.c:1957807msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"7808msgstr ""7809" (usa \"git add/rm <archivo>...\" como una forma apropiada de marcar la "7810"resolución)"78117812#: wt-status.c:1937813msgid " (use \"git rm <file>...\" to mark resolution)"7814msgstr " (usa \"git rm <file>...\" para marcar la resolución)"78157816#: wt-status.c:204 wt-status.c:10647817msgid "Changes to be committed:"7818msgstr "Cambios a ser confirmados:"78197820#: wt-status.c:222 wt-status.c:10737821msgid "Changes not staged for commit:"7822msgstr "Cambios no rastreados para el commit:"78237824#: wt-status.c:2267825msgid " (use \"git add <file>...\" to update what will be committed)"7826msgstr ""7827" (usa \"git add <archivo>...\" para actualizar lo que será confirmado)"78287829#: wt-status.c:2287830msgid " (use \"git add/rm <file>...\" to update what will be committed)"7831msgstr ""7832" (usa \"git add/rm <archivo>...\" para actualizar a lo que se le va a hacer "7833"commit)"78347835#: wt-status.c:2297836msgid ""7837" (use \"git checkout -- <file>...\" to discard changes in working directory)"7838msgstr ""7839" (usa \"git checkout -- <archivo>...\" para descartar los cambios en el "7840"directorio de trabajo)"78417842#: wt-status.c:2317843msgid " (commit or discard the untracked or modified content in submodules)"7844msgstr ""7845" (confirmar o descartar el contenido sin seguimiento o modificado en los "7846"sub-módulos)"78477848#: wt-status.c:2437849#, c-format7850msgid " (use \"git %s <file>...\" to include in what will be committed)"7851msgstr ""7852" (usa \"git %s <archivo>...\" para incluirlo a lo que se será confirmado)"78537854#: wt-status.c:2587855msgid "both deleted:"7856msgstr "ambos borrados:"78577858#: wt-status.c:2607859msgid "added by us:"7860msgstr "agregado por nosotros:"78617862#: wt-status.c:2627863msgid "deleted by them:"7864msgstr "borrados por ellos:"78657866#: wt-status.c:2647867msgid "added by them:"7868msgstr "agregado por ellos:"78697870#: wt-status.c:2667871msgid "deleted by us:"7872msgstr "borrado por nosotros:"78737874#: wt-status.c:2687875msgid "both added:"7876msgstr "ambos agregados:"78777878#: wt-status.c:2707879msgid "both modified:"7880msgstr "ambos modificados:"78817882#: wt-status.c:2807883msgid "new file:"7884msgstr "nuevo archivo:"78857886#: wt-status.c:2827887msgid "copied:"7888msgstr "copiado:"78897890#: wt-status.c:2847891msgid "deleted:"7892msgstr "borrado:"78937894#: wt-status.c:2867895msgid "modified:"7896msgstr "modificado:"78977898#: wt-status.c:2887899msgid "renamed:"7900msgstr "renombrado:"79017902#: wt-status.c:2907903msgid "typechange:"7904msgstr "cambio de tipo:"79057906#: wt-status.c:2927907msgid "unknown:"7908msgstr "desconocido:"79097910#: wt-status.c:2947911msgid "unmerged:"7912msgstr "des-fusionado:"79137914#: wt-status.c:3747915msgid "new commits, "7916msgstr "nuevos commits, "79177918#: wt-status.c:3767919msgid "modified content, "7920msgstr "contenido modificado, "79217922#: wt-status.c:3787923msgid "untracked content, "7924msgstr "contenido no rastreado, "79257926#: wt-status.c:8967927#, c-format7928msgid "Your stash currently has %d entry"7929msgid_plural "Your stash currently has %d entries"7930msgstr[0] "Tu stash actualmente tiene %d entrada"7931msgstr[1] "Tu stash actualmente tiene %d entradas"79327933#: wt-status.c:9287934msgid "Submodules changed but not updated:"7935msgstr "Submodulos cambiados pero no actualizados:"79367937#: wt-status.c:9307938msgid "Submodule changes to be committed:"7939msgstr "Submodulos cambiados listos para realizar commit:"79407941#: wt-status.c:10127942msgid ""7943"Do not modify or remove the line above.\n"7944"Everything below it will be ignored."7945msgstr ""7946"No modifique o borre la línea de encima.\n"7947"Todo lo que este por abajo será eliminado."79487949#: wt-status.c:11197950msgid "You have unmerged paths."7951msgstr "Tienes rutas no fusionadas."79527953#: wt-status.c:11227954msgid " (fix conflicts and run \"git commit\")"7955msgstr " (arregla los conflictos y corre \"git commit\""79567957#: wt-status.c:11247958msgid " (use \"git merge --abort\" to abort the merge)"7959msgstr " (usa \"git merge --abort\" para abortar la fusion)"79607961#: wt-status.c:11287962msgid "All conflicts fixed but you are still merging."7963msgstr "Todos los conflictos resueltos pero sigues fusionando."79647965#: wt-status.c:11317966msgid " (use \"git commit\" to conclude merge)"7967msgstr " (usa \"git commit\" para concluir la fusión)"79687969#: wt-status.c:11407970msgid "You are in the middle of an am session."7971msgstr "Estás en medio de una sesión am."79727973#: wt-status.c:11437974msgid "The current patch is empty."7975msgstr "El parche actual está vacío."79767977#: wt-status.c:11477978msgid " (fix conflicts and then run \"git am --continue\")"7979msgstr " (arregla los conflictos y luego corre \"git am --continue\""79807981#: wt-status.c:11497982msgid " (use \"git am --skip\" to skip this patch)"7983msgstr " (usa \"git am --skip\" para saltar este parche)"79847985#: wt-status.c:11517986msgid " (use \"git am --abort\" to restore the original branch)"7987msgstr " (usa \"git am --abort\" para restaurar la rama original)"79887989#: wt-status.c:12847990msgid "git-rebase-todo is missing."7991msgstr "git-rebase-todo no está presente."79927993#: wt-status.c:12867994msgid "No commands done."7995msgstr "No se realizaron los comandos."79967997#: wt-status.c:12897998#, c-format7999msgid "Last command done (%d command done):"8000msgid_plural "Last commands done (%d commands done):"8001msgstr[0] "El último comando realizado (%d comando realizado):"8002msgstr[1] "Los últimos comandos realizados (%d comandos realizados):"80038004#: wt-status.c:13008005#, c-format8006msgid " (see more in file %s)"8007msgstr " (ver mas en el archivo %s)"80088009#: wt-status.c:13058010msgid "No commands remaining."8011msgstr "No quedan mas comandos."80128013#: wt-status.c:13088014#, c-format8015msgid "Next command to do (%d remaining command):"8016msgid_plural "Next commands to do (%d remaining commands):"8017msgstr[0] "Siguiente comando a realizar (%d comando restante):"8018msgstr[1] "Siguiente comandos a realizar (%d comandos faltantes):"80198020#: wt-status.c:13168021msgid " (use \"git rebase --edit-todo\" to view and edit)"8022msgstr " (usa \"git rebase --edit-todo\" para ver y editar)"80238024#: wt-status.c:13288025#, c-format8026msgid "You are currently rebasing branch '%s' on '%s'."8027msgstr "Estás aplicando un rebase de la rama '%s' en '%s."80288029#: wt-status.c:13338030msgid "You are currently rebasing."8031msgstr "Estás aplicando un rebase."80328033#: wt-status.c:13468034msgid " (fix conflicts and then run \"git rebase --continue\")"8035msgstr " (corrige los conflictos y ejecuta \"git rebase --continue\")"80368037#: wt-status.c:13488038msgid " (use \"git rebase --skip\" to skip this patch)"8039msgstr " (usa \"git rebase --skip\" para omitir este parche)"80408041#: wt-status.c:13508042msgid " (use \"git rebase --abort\" to check out the original branch)"8043msgstr " (usa \"git rebase --abort\" para volver a tu rama original)"80448045#: wt-status.c:13578046msgid " (all conflicts fixed: run \"git rebase --continue\")"8047msgstr " (todos los conflictos corregidos: ejecuta \"git rebase --continue\")"80488049#: wt-status.c:13618050#, c-format8051msgid ""8052"You are currently splitting a commit while rebasing branch '%s' on '%s'."8053msgstr ""8054"Estás dividiendo un commit mientras aplicas un rebase de la rama '%s' en "8055"'%s'."80568057#: wt-status.c:13668058msgid "You are currently splitting a commit during a rebase."8059msgstr "Estás dividiendo un commit durante un rebase."80608061#: wt-status.c:13698062msgid " (Once your working directory is clean, run \"git rebase --continue\")"8063msgstr ""8064" (Una vez que tu directorio de trabajo esté limpio, ejecuta \"git rebase --"8065"continue\")"80668067#: wt-status.c:13738068#, c-format8069msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."8070msgstr ""8071"Estás editando un commit mientras se aplica un rebase de la rama '%s' en "8072"'%s'."80738074#: wt-status.c:13788075msgid "You are currently editing a commit during a rebase."8076msgstr "Estás editando un commit durante un rebase."80778078#: wt-status.c:13818079msgid " (use \"git commit --amend\" to amend the current commit)"8080msgstr " (usa \"git commit --amend\" para enmendar el commit actual)"80818082#: wt-status.c:13838083msgid ""8084" (use \"git rebase --continue\" once you are satisfied with your changes)"8085msgstr ""8086" (usa \"git rebase --continue\" una vez que estés satisfecho con tus "8087"cambios)"80888089#: wt-status.c:13948090msgid "Cherry-pick currently in progress."8091msgstr "Cherry-pick en progreso actualmente"80928093#: wt-status.c:13978094#, c-format8095msgid "You are currently cherry-picking commit %s."8096msgstr "Estás realizando un cherry-picking en el commit %s."80978098#: wt-status.c:14048099msgid " (fix conflicts and run \"git cherry-pick --continue\")"8100msgstr " (corrige los conflictos y ejecuta \"git cherry-pick --continue\")"81018102#: wt-status.c:14078103msgid " (run \"git cherry-pick --continue\" to continue)"8104msgstr " (ejecuta \"git cherry-pick --continue\" para continuar)"81058106#: wt-status.c:14108107msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"8108msgstr ""8109" (todos los conflictos corregidos: ejecuta \"git cherry-pick --continue\")"81108111#: wt-status.c:14128112msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"8113msgstr ""8114" (use \"git cherry-pick --abort\" para cancelar la operación cherry-pick)"81158116#: wt-status.c:14228117msgid "Revert currently in progress."8118msgstr "Revierte el estado en progreso actual"81198120#: wt-status.c:14258121#, c-format8122msgid "You are currently reverting commit %s."8123msgstr "Estás revirtiendo el commit %s."81248125#: wt-status.c:14318126msgid " (fix conflicts and run \"git revert --continue\")"8127msgstr " (corrige los conflictos y ejecuta \"git revert --continue\")"81288129#: wt-status.c:14348130msgid " (run \"git revert --continue\" to continue)"8131msgstr " (ejecuta \"git revert --continue\" para continuar)"81328133#: wt-status.c:14378134msgid " (all conflicts fixed: run \"git revert --continue\")"8135msgstr " (todos los conflictos corregidos: ejecuta \"git revert --continue\")"81368137#: wt-status.c:14398138msgid " (use \"git revert --abort\" to cancel the revert operation)"8139msgstr " (usa \"git revert --abort\" para cancelar la operación de revertir)"81408141#: wt-status.c:14498142#, c-format8143msgid "You are currently bisecting, started from branch '%s'."8144msgstr "Estás aplicando un bisect, comenzando en la rama '%s'."81458146#: wt-status.c:14538147msgid "You are currently bisecting."8148msgstr "Estás aplicando un bisect."81498150#: wt-status.c:14568151msgid " (use \"git bisect reset\" to get back to the original branch)"8152msgstr " (usa \"git bisect reset\" para volver a la rama original)"81538154#: wt-status.c:16658155msgid "On branch "8156msgstr "En la rama "81578158#: wt-status.c:16728159msgid "interactive rebase in progress; onto "8160msgstr "rebase interactivo en progreso; en "81618162#: wt-status.c:16748163msgid "rebase in progress; onto "8164msgstr "rebase en progreso; en "81658166#: wt-status.c:16798167msgid "HEAD detached at "8168msgstr "HEAD desacoplada en "81698170#: wt-status.c:16818171msgid "HEAD detached from "8172msgstr "HEAD desacoplada de "81738174#: wt-status.c:16848175msgid "Not currently on any branch."8176msgstr "Actualmente no estás en ninguna rama."81778178#: wt-status.c:17018179msgid "Initial commit"8180msgstr "Confirmación inicial"81818182#: wt-status.c:17028183msgid "No commits yet"8184msgstr "No hay commits todavía"81858186#: wt-status.c:17168187msgid "Untracked files"8188msgstr "Archivos sin seguimiento"81898190#: wt-status.c:17188191msgid "Ignored files"8192msgstr "Archivos ignorados"81938194#: wt-status.c:17228195#, c-format8196msgid ""8197"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"8198"may speed it up, but you have to be careful not to forget to add\n"8199"new files yourself (see 'git help status')."8200msgstr ""8201"Tomó %.2f segundos enumerar los archivos no rastreados. 'status -uno'\n"8202"puede acelerarlo, pero tiene que ser cuidadoso de no olvidar agregar\n"8203"nuevos archivos usted mismo (vea 'git help status')."82048205#: wt-status.c:17288206#, c-format8207msgid "Untracked files not listed%s"8208msgstr "Archivos no rastreados no son mostrados %s"82098210#: wt-status.c:17308211msgid " (use -u option to show untracked files)"8212msgstr " (usa la opción -u para mostrar los archivos sin seguimiento)"82138214#: wt-status.c:17368215msgid "No changes"8216msgstr "Sin cambios"82178218#: wt-status.c:17418219#, c-format8220msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"8221msgstr ""8222"sin cambios agregados al commit (usa \"git add\" y/o \"git commit -a\")\n"82238224#: wt-status.c:17448225#, c-format8226msgid "no changes added to commit\n"8227msgstr "no se agregaron cambios al commit\n"82288229#: wt-status.c:17478230#, c-format8231msgid ""8232"nothing added to commit but untracked files present (use \"git add\" to "8233"track)\n"8234msgstr ""8235"no hay nada agregado al commit pero hay archivos sin seguimiento presentes "8236"(usa \"git add\" para hacerles seguimiento)\n"82378238#: wt-status.c:17508239#, c-format8240msgid "nothing added to commit but untracked files present\n"8241msgstr ""8242"no hay nada agregado para confirmar, pero hay archivos sin seguimiento "8243"presentes\n"82448245#: wt-status.c:17538246#, c-format8247msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"8248msgstr ""8249"no hay nada para confirmar (crea/copia archivos y usa \"git add\" para "8250"hacerles seguimiento)\n"82518252#: wt-status.c:1756 wt-status.c:17618253#, c-format8254msgid "nothing to commit\n"8255msgstr "nada para hacer commit\n"82568257#: wt-status.c:17598258#, c-format8259msgid "nothing to commit (use -u to show untracked files)\n"8260msgstr ""8261"nada para hacer commit (usa -u para mostrar los archivos no rastreados)\n"82628263#: wt-status.c:17638264#, c-format8265msgid "nothing to commit, working tree clean\n"8266msgstr "nada para hacer commit, el árbol de trabajo está limpio\n"82678268#: wt-status.c:18768269msgid "No commits yet on "8270msgstr "No hay commits todavía en "82718272#: wt-status.c:18808273msgid "HEAD (no branch)"8274msgstr "HEAD (sin rama)"82758276#: wt-status.c:19118277msgid "different"8278msgstr "diferente"82798280#: wt-status.c:1913 wt-status.c:19218281msgid "behind "8282msgstr "detrás "82838284#: wt-status.c:1916 wt-status.c:19198285msgid "ahead "8286msgstr "adelante "82878288#. TRANSLATORS: the action is e.g. "pull with rebase"8289#: wt-status.c:24438290#, c-format8291msgid "cannot %s: You have unstaged changes."8292msgstr "no se puede %s: Tienes cambios sin marcar."82938294#: wt-status.c:24498295msgid "additionally, your index contains uncommitted changes."8296msgstr "adicionalmente, tu índice contiene cambios que no están en un commit."82978298#: wt-status.c:24518299#, c-format8300msgid "cannot %s: Your index contains uncommitted changes."8301msgstr "no se puede %s: Tu índice contiene cambios que no están en un commit."83028303#: builtin/add.c:258304msgid "git add [<options>] [--] <pathspec>..."8305msgstr "git add [<opción>] [--] <especificación-de-ruta>..."83068307#: builtin/add.c:848308#, c-format8309msgid "unexpected diff status %c"8310msgstr "diff status inesperado %c"83118312#: builtin/add.c:89 builtin/commit.c:2858313msgid "updating files failed"8314msgstr "falló la actualización de carpetas"83158316#: builtin/add.c:998317#, c-format8318msgid "remove '%s'\n"8319msgstr "eliminar '%s'\n"83208321#: builtin/add.c:1748322msgid "Unstaged changes after refreshing the index:"8323msgstr "Cambios fuera del área de stage tras refrescar el índice:"83248325#: builtin/add.c:234 builtin/rev-parse.c:8968326msgid "Could not read the index"8327msgstr "No se pudo leer el índice"83288329#: builtin/add.c:2458330#, c-format8331msgid "Could not open '%s' for writing."8332msgstr "No se pudo abrir '%s' para escritura."83338334#: builtin/add.c:2498335msgid "Could not write patch"8336msgstr "No se puede escribir el parche"83378338#: builtin/add.c:2528339msgid "editing patch failed"8340msgstr "falló la edición del parche"83418342#: builtin/add.c:2558343#, c-format8344msgid "Could not stat '%s'"8345msgstr "No se pudo definir '%s'"83468347#: builtin/add.c:2578348msgid "Empty patch. Aborted."8349msgstr "Parche vacío. Abortado."83508351#: builtin/add.c:2628352#, c-format8353msgid "Could not apply '%s'"8354msgstr "No se pudo aplicar '%s'"83558356#: builtin/add.c:2708357msgid "The following paths are ignored by one of your .gitignore files:\n"8358msgstr ""8359"Las siguientes rutas son ignoradas por uno de tus archivos .gitignore:\n"83608361#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:1248362#: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:5608363#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:1658364msgid "dry run"8365msgstr "dry run ( ejecución en seco)"83668367#: builtin/add.c:2938368msgid "interactive picking"8369msgstr "selección interactiva"83708371#: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:3068372msgid "select hunks interactively"8373msgstr "elegir hunks de forma interactiva"83748375#: builtin/add.c:2958376msgid "edit current diff and apply"8377msgstr "editar diff actual y aplicar"83788379#: builtin/add.c:2968380msgid "allow adding otherwise ignored files"8381msgstr "permitir agregar caso contrario ignorar archivos"83828383#: builtin/add.c:2978384msgid "update tracked files"8385msgstr "actualizado las carpetas rastreadas"83868387#: builtin/add.c:2988388msgid "renormalize EOL of tracked files (implies -u)"8389msgstr "renormalizar EOL de los archivos rastreados (implica -u)"83908391#: builtin/add.c:2998392msgid "record only the fact that the path will be added later"8393msgstr "grabar solo el hecho de que la ruta será agregada después"83948395#: builtin/add.c:3008396msgid "add changes from all tracked and untracked files"8397msgstr "agregar los cambios de todas las carpetas con y sin seguimiento"83988399#: builtin/add.c:3038400msgid "ignore paths removed in the working tree (same as --no-all)"8401msgstr "ignorar rutas removidas en el árbol de trabajo (lo mismo que --no-all)"84028403#: builtin/add.c:3058404msgid "don't add, only refresh the index"8405msgstr "no agregar, solo actualizar el índice"84068407#: builtin/add.c:3068408msgid "just skip files which cannot be added because of errors"8409msgstr "saltar las carpetas que no pueden ser agregadas a causa de errores"84108411#: builtin/add.c:3078412msgid "check if - even missing - files are ignored in dry run"8413msgstr "comprobar si - incluso los archivos que faltan - se ignoran en dry run"84148415#: builtin/add.c:309 builtin/update-index.c:10018416msgid "override the executable bit of the listed files"8417msgstr "sobrescribir el bit ejecutable de los archivos listados"84188419#: builtin/add.c:3118420msgid "warn when adding an embedded repository"8421msgstr "avisar cuando se agrega un repositorio incrustado"84228423#: builtin/add.c:3268424#, c-format8425msgid ""8426"You've added another git repository inside your current repository.\n"8427"Clones of the outer repository will not contain the contents of\n"8428"the embedded repository and will not know how to obtain it.\n"8429"If you meant to add a submodule, use:\n"8430"\n"8431"\tgit submodule add <url> %s\n"8432"\n"8433"If you added this path by mistake, you can remove it from the\n"8434"index with:\n"8435"\n"8436"\tgit rm --cached %s\n"8437"\n"8438"See \"git help submodule\" for more information."8439msgstr ""8440"Se ha agregado otro repositorio de git dentro del repositorio actual.\n"8441"Clones del repositorio exterior no tendrán el contenido del \n"8442"repositorio embebido y no sabrán como obtenerla.\n"8443"Si quería agregar un submódulo, use:\n"8444"\n"8445"\tgit submodule add <url> %s\n"8446"\n"8447"Si se agrego esta ruta por error, puede eliminar desde el índice \n"8448"usando:\n"8449"\n"8450"\tgit rm --cached %s\n"8451"\n"8452"Vea \"git help submodule\" para mas información."84538454#: builtin/add.c:3548455#, c-format8456msgid "adding embedded git repository: %s"8457msgstr "agregando repositorio embebido: %s"84588459#: builtin/add.c:3728460#, c-format8461msgid "Use -f if you really want to add them.\n"8462msgstr "Use -f si realmente quiere agregarlos.\n"84638464#: builtin/add.c:3798465msgid "adding files failed"8466msgstr "falló al agregar archivos"84678468#: builtin/add.c:4198469msgid "-A and -u are mutually incompatible"8470msgstr "-A y -u son mutuamente incompatibles"84718472#: builtin/add.c:4268473msgid "Option --ignore-missing can only be used together with --dry-run"8474msgstr "Opción --ignore-missing solo puede ser usada junto a --dry-run"84758476#: builtin/add.c:4308477#, c-format8478msgid "--chmod param '%s' must be either -x or +x"8479msgstr "El parámetro '%s' para --chmod debe ser -x ó +x"84808481#: builtin/add.c:4458482#, c-format8483msgid "Nothing specified, nothing added.\n"8484msgstr "Nada especificado, nada agregado.\n"84858486#: builtin/add.c:4468487#, c-format8488msgid "Maybe you wanted to say 'git add .'?\n"8489msgstr "Tal vez quiso decir 'git add .'?\n"84908491#: builtin/am.c:3488492msgid "could not parse author script"8493msgstr "no se pudo analizar el script del autor"84948495#: builtin/am.c:4328496#, c-format8497msgid "'%s' was deleted by the applypatch-msg hook"8498msgstr "'%s' fue borrado por el hook de applypatch-msg"84998500#: builtin/am.c:4748501#, c-format8502msgid "Malformed input line: '%s'."8503msgstr "Línea mal formada: '%s'."85048505#: builtin/am.c:5128506#, c-format8507msgid "Failed to copy notes from '%s' to '%s'"8508msgstr "Falló al copiar notas de '%s' a '%s'"85098510#: builtin/am.c:5388511msgid "fseek failed"8512msgstr "fall de fseek"85138514#: builtin/am.c:7268515#, c-format8516msgid "could not parse patch '%s'"8517msgstr "no se pudo analizar el parche '%s'"85188519#: builtin/am.c:7918520msgid "Only one StGIT patch series can be applied at once"8521msgstr "Solo un parche StGIT puede ser aplicado de una vez"85228523#: builtin/am.c:8398524msgid "invalid timestamp"8525msgstr "timestamp inválido"85268527#: builtin/am.c:844 builtin/am.c:8568528msgid "invalid Date line"8529msgstr "línea Date inválida"85308531#: builtin/am.c:8518532msgid "invalid timezone offset"8533msgstr "offset de zona horaria inválido"85348535#: builtin/am.c:9448536msgid "Patch format detection failed."8537msgstr "Falló al detectar el formato del parche."85388539#: builtin/am.c:949 builtin/clone.c:4098540#, c-format8541msgid "failed to create directory '%s'"8542msgstr "falló al crear el directorio '%s'"85438544#: builtin/am.c:9548545msgid "Failed to split patches."8546msgstr "Falló al dividir parches."85478548#: builtin/am.c:1084 builtin/commit.c:3718549msgid "unable to write index file"8550msgstr "no es posible escribir en el archivo índice"85518552#: builtin/am.c:10988553#, c-format8554msgid "When you have resolved this problem, run \"%s --continue\"."8555msgstr "Cuando haya resuelto este problema, ejecute \"%s --continue\"."85568557#: builtin/am.c:10998558#, c-format8559msgid "If you prefer to skip this patch, run \"%s --skip\" instead."8560msgstr "Si prefieres saltar este parche, ejecuta \"%s --skip\"."85618562#: builtin/am.c:11008563#, c-format8564msgid "To restore the original branch and stop patching, run \"%s --abort\"."8565msgstr ""8566"Para restaurar la rama original y detener el parchado, ejecutar \"%s --abort"8567"\"."85688569#: builtin/am.c:11838570msgid "Patch sent with format=flowed; space at the end of lines might be lost."8571msgstr ""8572"Parche mandado con formato=flowed; espacios al final de las líneas tal vez "8573"desaparezcan."85748575#: builtin/am.c:12118576msgid "Patch is empty."8577msgstr "El parche está vacío."85788579#: builtin/am.c:12778580#, c-format8581msgid "invalid ident line: %.*s"8582msgstr "sangría no válida: %.*s"85838584#: builtin/am.c:12998585#, c-format8586msgid "unable to parse commit %s"8587msgstr "no es posible analizar el commit %s"85888589#: builtin/am.c:14958590msgid "Repository lacks necessary blobs to fall back on 3-way merge."8591msgstr ""8592"Repositorio carece de los blobs necesarios para retroceder en una fusión de "8593"3-vías."85948595#: builtin/am.c:14978596msgid "Using index info to reconstruct a base tree..."8597msgstr "Usando la información del índice para reconstruir un árbol base..."85988599#: builtin/am.c:15168600msgid ""8601"Did you hand edit your patch?\n"8602"It does not apply to blobs recorded in its index."8603msgstr ""8604"Editaste el parche a mano?\n"8605"No aplica a blobs guardados en su índice."86068607#: builtin/am.c:15228608msgid "Falling back to patching base and 3-way merge..."8609msgstr "Retrocediendo para parchar base y fusión de 3-vías..."86108611#: builtin/am.c:15488612msgid "Failed to merge in the changes."8613msgstr "Falló al fusionar en los cambios."86148615#: builtin/am.c:15808616msgid "applying to an empty history"8617msgstr "aplicando a un historial vacío"86188619#: builtin/am.c:1627 builtin/am.c:16318620#, c-format8621msgid "cannot resume: %s does not exist."8622msgstr "no se puede continuar: %s no existe."86238624#: builtin/am.c:16478625msgid "cannot be interactive without stdin connected to a terminal."8626msgstr "no se puede ser interactivo sin stdin conectado a un terminal."86278628#: builtin/am.c:16528629msgid "Commit Body is:"8630msgstr "Cuerpo de commit es:"86318632#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8633#. in your translation. The program will only accept English8634#. input at this point.8635#.8636#: builtin/am.c:16628637msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "8638msgstr "Aplicar? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "86398640#: builtin/am.c:17128641#, c-format8642msgid "Dirty index: cannot apply patches (dirty: %s)"8643msgstr "Índice sucio: no se puede aplicar parches (sucio: %s)"86448645#: builtin/am.c:1752 builtin/am.c:18208646#, c-format8647msgid "Applying: %.*s"8648msgstr "Aplicando: %.*s"86498650#: builtin/am.c:17698651msgid "No changes -- Patch already applied."8652msgstr "Sin cambios -- parche ya aplicado."86538654#: builtin/am.c:17758655#, c-format8656msgid "Patch failed at %s %.*s"8657msgstr "El parche falló en %s %.*s"86588659#: builtin/am.c:17798660msgid "Use 'git am --show-current-patch' to see the failed patch"8661msgstr "Use 'git am --show-current-patch' para ver el parche fallido"86628663#: builtin/am.c:18238664msgid ""8665"No changes - did you forget to use 'git add'?\n"8666"If there is nothing left to stage, chances are that something else\n"8667"already introduced the same changes; you might want to skip this patch."8668msgstr ""8669"Sin cambios - olvidaste usar 'git add'?\n"8670"Si no hay nada en el área de stage, las posibilidad es que algo mas\n"8671"ya haya introducido el mismo cambio; tal vez quieras omitir este parche."86728673#: builtin/am.c:18308674msgid ""8675"You still have unmerged paths in your index.\n"8676"You should 'git add' each file with resolved conflicts to mark them as "8677"such.\n"8678"You might run `git rm` on a file to accept \"deleted by them\" for it."8679msgstr ""8680"Todavía tiene rutas sin fusionar en su índice.\n"8681"Debe realizar 'git add' cada archivo con conflictos resueltos y marcarlos "8682"como tal.\n"8683"Tal vez ejecute `git rm` en el archivo para aceptar \"borrado por ellos\" en "8684"él."86858686#: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:3298687#: builtin/reset.c:3378688#, c-format8689msgid "Could not parse object '%s'."8690msgstr "No se pudo analizar el objeto '%s'."86918692#: builtin/am.c:19898693msgid "failed to clean index"8694msgstr "falló al limpiar el índice"86958696#: builtin/am.c:20338697msgid ""8698"You seem to have moved HEAD since the last 'am' failure.\n"8699"Not rewinding to ORIG_HEAD"8700msgstr ""8701"Parece haber movido HEAD desde el último falló 'am'.\n"8702"No rebobinando a ORIG_HEAD"87038704#: builtin/am.c:21308705#, c-format8706msgid "Invalid value for --patch-format: %s"8707msgstr "Valor inválido para --patch-format: %s"87088709#: builtin/am.c:21668710msgid "git am [<options>] [(<mbox> | <Maildir>)...]"8711msgstr "git am [<opciones>] [(<mbox> | <Directorio-de-correo>)...]"87128713#: builtin/am.c:21678714msgid "git am [<options>] (--continue | --skip | --abort)"8715msgstr "git am [<opciones>] (--continue | --skip | --abort)"87168717#: builtin/am.c:21738718msgid "run interactively"8719msgstr "ejecutar de manera interactiva"87208721#: builtin/am.c:21758722msgid "historical option -- no-op"8723msgstr "opción histórica -- no-op"87248725#: builtin/am.c:21778726msgid "allow fall back on 3way merging if needed"8727msgstr "permitir retroceso en fusión de 3-vías si es necesario"87288729#: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:588730#: builtin/repack.c:306 builtin/stash.c:8058731msgid "be quiet"8732msgstr "ser silencioso"87338734#: builtin/am.c:21808735msgid "add a Signed-off-by line to the commit message"8736msgstr "agregar una línea \"Firmado-por\" al mensaje del commit"87378738#: builtin/am.c:21838739msgid "recode into utf8 (default)"8740msgstr "recodificar en utf8 (default)"87418742#: builtin/am.c:21858743msgid "pass -k flag to git-mailinfo"8744msgstr "pasar flag -k a git-mailinfo"87458746#: builtin/am.c:21878747msgid "pass -b flag to git-mailinfo"8748msgstr "pasar flag -b a git-mailinfo"87498750#: builtin/am.c:21898751msgid "pass -m flag to git-mailinfo"8752msgstr "pasar flag -m a git-mailinfo"87538754#: builtin/am.c:21918755msgid "pass --keep-cr flag to git-mailsplit for mbox format"8756msgstr "pasar flag --keep-cr a git-mailsplit para formato mbox"87578758#: builtin/am.c:21948759msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"8760msgstr ""8761"no pasar flag --keep-cr a git-mailsplit independientemente de am.keepcr"87628763#: builtin/am.c:21978764msgid "strip everything before a scissors line"8765msgstr "descubrir todo antes de una línea de tijeras"87668767#: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:22088768#: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:22208769#: builtin/am.c:22268770msgid "pass it through git-apply"8771msgstr "pasarlo a través de git-apply"87728773#: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:6718774#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:2478775#: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:14128776#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:3238777#: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:3978778#: parse-options.h:141 parse-options.h:162 parse-options.h:3118779msgid "n"8780msgstr "n"87818782#: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:388783#: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:398784msgid "format"8785msgstr "formato"87868787#: builtin/am.c:22238788msgid "format the patch(es) are in"8789msgstr "formatear el parche(s)"87908791#: builtin/am.c:22298792msgid "override error message when patch failure occurs"8793msgstr "sobrescribir mensajes de error cuando fallos de parchado ocurran"87948795#: builtin/am.c:22318796msgid "continue applying patches after resolving a conflict"8797msgstr "continuar aplicando los parches tras resolver conflictos"87988799#: builtin/am.c:22348800msgid "synonyms for --continue"8801msgstr "sinónimos para --continue"88028803#: builtin/am.c:22378804msgid "skip the current patch"8805msgstr "saltar el parche actual"88068807#: builtin/am.c:22408808msgid "restore the original branch and abort the patching operation."8809msgstr "restaurar la rama original y abortar la operación de parchado."88108811#: builtin/am.c:22438812msgid "abort the patching operation but keep HEAD where it is."8813msgstr "abortar la operación de parchado pero mantener HEAD donde está."88148815#: builtin/am.c:22468816msgid "show the patch being applied."8817msgstr "muestra el parche siendo aplicado."88188819#: builtin/am.c:22508820msgid "lie about committer date"8821msgstr "mentir sobre la fecha del committer"88228823#: builtin/am.c:22528824msgid "use current timestamp for author date"8825msgstr "usar el timestamp actual para la fecha del autor"88268827#: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:14918828#: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:4898829#: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:4128830msgid "key-id"8831msgstr "key-id"88328833#: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:14548834msgid "GPG-sign commits"8835msgstr "Commits con firma GPG"88368837#: builtin/am.c:22588838msgid "(internal use for git-rebase)"8839msgstr "(uso interno para git-rebase)"88408841#: builtin/am.c:22768842msgid ""8843"The -b/--binary option has been a no-op for long time, and\n"8844"it will be removed. Please do not use it anymore."8845msgstr ""8846"La opción -b/--binary ha estado deshabilitada por mucho tiempo, y\n"8847"será removida. Por favor no la use más."88488849#: builtin/am.c:22838850msgid "failed to read the index"8851msgstr "falló al leer el índice"88528853#: builtin/am.c:22988854#, c-format8855msgid "previous rebase directory %s still exists but mbox given."8856msgstr "directorio de rebase previo %s todavía existe en el mbox dado."88578858#: builtin/am.c:23228859#, c-format8860msgid ""8861"Stray %s directory found.\n"8862"Use \"git am --abort\" to remove it."8863msgstr ""8864"Directorio extraviado %s encontrado.\n"8865"Use \"git am --abort\" para borrarlo."88668867#: builtin/am.c:23288868msgid "Resolve operation not in progress, we are not resuming."8869msgstr "Operación de resolución no está en progreso, no vamos a continuar."88708871#: builtin/apply.c:88872msgid "git apply [<options>] [<patch>...]"8873msgstr "git apply [<opciones>] [<parche>...]"88748875#: builtin/archive.c:178876#, c-format8877msgid "could not create archive file '%s'"8878msgstr "no se pudo crear el archivo comprimido '%s'"88798880#: builtin/archive.c:208881msgid "could not redirect output"8882msgstr "no se pudo direccionar la salida"88838884#: builtin/archive.c:378885msgid "git archive: Remote with no URL"8886msgstr "git archive: Remote sin URL"88878888#: builtin/archive.c:618889msgid "git archive: expected ACK/NAK, got a flush packet"8890msgstr "git archive: se esperaba ACK/NAK, se obtuvo flush packet"88918892#: builtin/archive.c:648893#, c-format8894msgid "git archive: NACK %s"8895msgstr "git archive: NACK %s"88968897#: builtin/archive.c:658898msgid "git archive: protocol error"8899msgstr "git archive: error de protocolo"89008901#: builtin/archive.c:698902msgid "git archive: expected a flush"8903msgstr "git archive: se esperaba un flush"89048905#: builtin/bisect--helper.c:228906msgid "git bisect--helper --next-all [--no-checkout]"8907msgstr "git bisect--helper --next-all [--no-checkout]"89088909#: builtin/bisect--helper.c:238910msgid "git bisect--helper --write-terms <bad_term> <good_term>"8911msgstr "git bisect--helper --write-terms <mal_término> <buen_término>"89128913#: builtin/bisect--helper.c:248914msgid "git bisect--helper --bisect-clean-state"8915msgstr "git bisect--helper --bisect-clean-state"89168917#: builtin/bisect--helper.c:258918msgid "git bisect--helper --bisect-reset [<commit>]"8919msgstr "git bisect--helper --bisect-reset [<commit>]"89208921#: builtin/bisect--helper.c:268922msgid ""8923"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "8924"<bad_term>"8925msgstr ""8926"git bisect--helper --bisect-write [--no-log] <estado> <revision> <buen_term> "8927"<mal_term>"89288929#: builtin/bisect--helper.c:278930msgid ""8931"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "8932"<bad_term>"8933msgstr ""8934"git bisect--helper --bisect-check-and-set-terms <comando> <buen_term> "8935"<mal_term>"89368937#: builtin/bisect--helper.c:288938msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"8939msgstr "git bisect--helper --bisect-next-check <buen_term> <mal_term> [<term>]"89408941#: builtin/bisect--helper.c:298942msgid ""8943"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"8944"term-new]"8945msgstr ""8946"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"8947"term-new]"89488949#: builtin/bisect--helper.c:308950msgid ""8951"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"8952"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"8953msgstr ""8954"git bisect--helper --bisect-start [--term-{old,good}=<término> --term-{new,"8955"bad}=<término>][--no-checkout] [<malo> [<bueno>...]] [--] [<rutas>...]"89568957#: builtin/bisect--helper.c:868958#, c-format8959msgid "'%s' is not a valid term"8960msgstr "'%s' no es un término válido"89618962#: builtin/bisect--helper.c:908963#, c-format8964msgid "can't use the builtin command '%s' as a term"8965msgstr "no se puede usar el comando nativo '%s' como un término"89668967#: builtin/bisect--helper.c:1008968#, c-format8969msgid "can't change the meaning of the term '%s'"8970msgstr "no se puede cambiar el significado del término '%s'"89718972#: builtin/bisect--helper.c:1118973msgid "please use two different terms"8974msgstr "por favor use dos términos diferentes"89758976#: builtin/bisect--helper.c:1188977msgid "could not open the file BISECT_TERMS"8978msgstr "no se pudo abrir el archivo BISECT_TERMS"89798980#: builtin/bisect--helper.c:1558981#, c-format8982msgid "We are not bisecting.\n"8983msgstr "No estamos bisecando.\n"89848985#: builtin/bisect--helper.c:1638986#, c-format8987msgid "'%s' is not a valid commit"8988msgstr "'%s' no es un commit válido"89898990#: builtin/bisect--helper.c:1748991#, c-format8992msgid ""8993"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."8994msgstr ""8995"no se pudo hacer check out al HEAD original '%s'. Intenta 'git bisect reset "8996"<commit>'."89978998#: builtin/bisect--helper.c:2158999#, c-format9000msgid "Bad bisect_write argument: %s"9001msgstr "Mal argumento bisect_write: %s"90029003#: builtin/bisect--helper.c:2209004#, c-format9005msgid "couldn't get the oid of the rev '%s'"9006msgstr "no se puede obtener el oid de la rev '%s'"90079008#: builtin/bisect--helper.c:2329009#, c-format9010msgid "couldn't open the file '%s'"9011msgstr "no se pudo abrir el archivo '%s'"90129013#: builtin/bisect--helper.c:2589014#, c-format9015msgid "Invalid command: you're currently in a %s/%s bisect"9016msgstr "Comando inválido: actualmente se encuentra en un bisect %s/%s"90179018#: builtin/bisect--helper.c:2859019#, c-format9020msgid ""9021"You need to give me at least one %s and %s revision.\n"9022"You can use \"git bisect %s\" and \"git bisect %s\" for that."9023msgstr ""9024"Tiene que dar al menos un %s y un %s revision.\n"9025"Puede ver \"git bisect %s\" y \"git bisect %s\" para eso."90269027#: builtin/bisect--helper.c:2899028#, c-format9029msgid ""9030"You need to start by \"git bisect start\".\n"9031"You then need to give me at least one %s and %s revision.\n"9032"You can use \"git bisect %s\" and \"git bisect %s\" for that."9033msgstr ""9034"Tiene que comenzar por \"git bisect start\".\n"9035"Después tiene que entregar al menos un %s y una revision %s.\n"9036"Puede usar \"git bisect %s\" y \"git bisect %s\" para eso."90379038#: builtin/bisect--helper.c:3219039#, c-format9040msgid "bisecting only with a %s commit"9041msgstr "haciendo bisect solo con un commit %s"90429043#. TRANSLATORS: Make sure to include [Y] and [n] in your9044#. translation. The program will only accept English input9045#. at this point.9046#.9047#: builtin/bisect--helper.c:3299048msgid "Are you sure [Y/n]? "9049msgstr "¿Estás seguro [Y/n]? "90509051#: builtin/bisect--helper.c:3769052msgid "no terms defined"9053msgstr "no hay términos definidos"90549055#: builtin/bisect--helper.c:3799056#, c-format9057msgid ""9058"Your current terms are %s for the old state\n"9059"and %s for the new state.\n"9060msgstr ""9061"Tus términos actuales son %s para el estado viejo\n"9062"y %s para el estado nuevo.\n"90639064#: builtin/bisect--helper.c:3899065#, c-format9066msgid ""9067"invalid argument %s for 'git bisect terms'.\n"9068"Supported options are: --term-good|--term-old and --term-bad|--term-new."9069msgstr ""9070"argumento inválido %s para 'git bisect terms'.\n"9071"Las opciones soportadas son: --term-good|--term-old y --term-bad|--term-new."90729073#: builtin/bisect--helper.c:4759074#, c-format9075msgid "unrecognized option: '%s'"9076msgstr "opción desconocida: '%s'"90779078#: builtin/bisect--helper.c:4799079#, c-format9080msgid "'%s' does not appear to be a valid revision"9081msgstr "'%s' no parece ser una revisión válida"90829083#: builtin/bisect--helper.c:5119084msgid "bad HEAD - I need a HEAD"9085msgstr "mal HEAD - Necesito un HEAD"90869087#: builtin/bisect--helper.c:5269088#, c-format9089msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."9090msgstr ""9091"Error al hacer checkout '%s'. Intente 'git bisect start <rama-válida>'."90929093#: builtin/bisect--helper.c:5479094msgid "won't bisect on cg-seek'ed tree"9095msgstr "no se bisecará en un árbol con cg-seek"90969097#: builtin/bisect--helper.c:5509098msgid "bad HEAD - strange symbolic ref"9099msgstr "mal HEAD - ref simbólico extraño"91009101#: builtin/bisect--helper.c:6279102msgid "perform 'git bisect next'"9103msgstr "realiza 'git bisect next'"91049105#: builtin/bisect--helper.c:6299106msgid "write the terms to .git/BISECT_TERMS"9107msgstr "escribe los términos a .git/BISECT_TERMS"91089109#: builtin/bisect--helper.c:6319110msgid "cleanup the bisection state"9111msgstr "limpiar el estado de bisección"91129113#: builtin/bisect--helper.c:6339114msgid "check for expected revs"9115msgstr "revisar por revs esperados"91169117#: builtin/bisect--helper.c:6359118msgid "reset the bisection state"9119msgstr "reiniciar el estado de bisect"91209121#: builtin/bisect--helper.c:6379122msgid "write out the bisection state in BISECT_LOG"9123msgstr "escribir el estado de bisect en BISECT_LOG"91249125#: builtin/bisect--helper.c:6399126msgid "check and set terms in a bisection state"9127msgstr "revisar y configurar los terms en el estado de bisect"91289129#: builtin/bisect--helper.c:6419130msgid "check whether bad or good terms exist"9131msgstr "revisar si existen términos malos o buenos"91329133#: builtin/bisect--helper.c:6439134msgid "print out the bisect terms"9135msgstr "imprimir los terms del bisect"91369137#: builtin/bisect--helper.c:6459138msgid "start the bisect session"9139msgstr "comenzar la sesión de bisect"91409141#: builtin/bisect--helper.c:6479142msgid "update BISECT_HEAD instead of checking out the current commit"9143msgstr "actualiza BISECT_HEAD en lugar de revisar el commit actual"91449145#: builtin/bisect--helper.c:6499146msgid "no log for BISECT_WRITE"9147msgstr "no hay log para BISECT_WRITE"91489149#: builtin/bisect--helper.c:6669150msgid "--write-terms requires two arguments"9151msgstr "--write-terms requiere dos argumentos"91529153#: builtin/bisect--helper.c:6709154msgid "--bisect-clean-state requires no arguments"9155msgstr "--bisect-clean-state no requiere argumentos"91569157#: builtin/bisect--helper.c:6779158msgid "--bisect-reset requires either no argument or a commit"9159msgstr "--bisect-reset requiere un commit o ningún argumento"91609161#: builtin/bisect--helper.c:6819162msgid "--bisect-write requires either 4 or 5 arguments"9163msgstr "--bisect-write requiere entre 4 o 5 argumentos"91649165#: builtin/bisect--helper.c:6879166msgid "--check-and-set-terms requires 3 arguments"9167msgstr "--bisect-clean-state no requiere argumentos"91689169#: builtin/bisect--helper.c:6939170msgid "--bisect-next-check requires 2 or 3 arguments"9171msgstr "--bisect-next-check requiere 2 o 3 argumentos"91729173#: builtin/bisect--helper.c:6999174msgid "--bisect-terms requires 0 or 1 argument"9175msgstr "--bisect-terms requiere 0 o 1 argumentos"91769177#: builtin/blame.c:329178msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"9179msgstr "git blame [<opciones>] [<opciones-rev>] [<revision>] [--] <archivo>"91809181#: builtin/blame.c:379182msgid "<rev-opts> are documented in git-rev-list(1)"9183msgstr "<rev-opts> están documentadas en git-rev-list(1)"91849185#: builtin/blame.c:4079186#, c-format9187msgid "expecting a color: %s"9188msgstr "esperando un color: %s"91899190#: builtin/blame.c:4149191msgid "must end with a color"9192msgstr "tiene que terminar con un color"91939194#: builtin/blame.c:7019195#, c-format9196msgid "invalid color '%s' in color.blame.repeatedLines"9197msgstr "color inválido '%s' en color.blame.repeatedLines"91989199#: builtin/blame.c:7199200msgid "invalid value for blame.coloring"9201msgstr "valor inválido para blame.coloring"92029203#: builtin/blame.c:7949204msgid "Show blame entries as we find them, incrementally"9205msgstr "Mostrar las entradas blame como las encontramos, incrementalmente"92069207#: builtin/blame.c:7959208msgid "Show blank SHA-1 for boundary commits (Default: off)"9209msgstr "Mostrar SHA-1 en blanco para commits extremos (Default: off)"92109211#: builtin/blame.c:7969212msgid "Do not treat root commits as boundaries (Default: off)"9213msgstr "No tratar commits raíces como extremos (Default: off)"92149215#: builtin/blame.c:7979216msgid "Show work cost statistics"9217msgstr "Mostrar estadísticas de costo de trabajo"92189219#: builtin/blame.c:7989220msgid "Force progress reporting"9221msgstr "Forzar el reporte de progreso"92229223#: builtin/blame.c:7999224msgid "Show output score for blame entries"9225msgstr "Mostrar la puntuación de salida de las entradas de blame"92269227#: builtin/blame.c:8009228msgid "Show original filename (Default: auto)"9229msgstr "Mostrar nombre original del archivo (Default: auto)"92309231#: builtin/blame.c:8019232msgid "Show original linenumber (Default: off)"9233msgstr "Mostrar número de línea original (Default: off)"92349235#: builtin/blame.c:8029236msgid "Show in a format designed for machine consumption"9237msgstr "Mostrar en un formato diseñado para consumo de máquina"92389239#: builtin/blame.c:8039240msgid "Show porcelain format with per-line commit information"9241msgstr "Mostrar en formato porcelana con información de commit por línea"92429243#: builtin/blame.c:8049244msgid "Use the same output mode as git-annotate (Default: off)"9245msgstr "Usar el mismo modo salida como git-annotate (Default: off)"92469247#: builtin/blame.c:8059248msgid "Show raw timestamp (Default: off)"9249msgstr "Mostrar timestamp en formato raw (Default: off)"92509251#: builtin/blame.c:8069252msgid "Show long commit SHA1 (Default: off)"9253msgstr "Mostrar SHA1 del commit en formato largo (Default: off)"92549255#: builtin/blame.c:8079256msgid "Suppress author name and timestamp (Default: off)"9257msgstr "Suprimir nombre del autor y timestamp (Default: off)"92589259#: builtin/blame.c:8089260msgid "Show author email instead of name (Default: off)"9261msgstr "Mostrar en cambio el email del autor (Default: off)"92629263#: builtin/blame.c:8099264msgid "Ignore whitespace differences"9265msgstr "Ignorar diferencias de espacios en blanco"92669267#: builtin/blame.c:8109268msgid "color redundant metadata from previous line differently"9269msgstr "colorear metadata redundante de lineas previas de manera diferente"92709271#: builtin/blame.c:8119272msgid "color lines by age"9273msgstr "colorear lineas por edad"92749275#: builtin/blame.c:8189276msgid "Use an experimental heuristic to improve diffs"9277msgstr "Usar un heurístico experimental para mejorar los diffs"92789279#: builtin/blame.c:8209280msgid "Spend extra cycles to find better match"9281msgstr "Ocupo más ciclos para encontrar mejoras resultados"92829283#: builtin/blame.c:8219284msgid "Use revisions from <file> instead of calling git-rev-list"9285msgstr "Use revisiones desde <archivo> en lugar de llamar git-rev-list"92869287#: builtin/blame.c:8229288msgid "Use <file>'s contents as the final image"9289msgstr "Usar contenido de <archivo> como imagen final"92909291#: builtin/blame.c:823 builtin/blame.c:8249292msgid "score"9293msgstr "puntaje"92949295#: builtin/blame.c:8239296msgid "Find line copies within and across files"9297msgstr "Encontrar copias de líneas entre y a través de archivos"92989299#: builtin/blame.c:8249300msgid "Find line movements within and across files"9301msgstr "Encontrar movimientos de líneas entre y a través de archivos"93029303#: builtin/blame.c:8259304msgid "n,m"9305msgstr "n,m"93069307#: builtin/blame.c:8259308msgid "Process only line range n,m, counting from 1"9309msgstr "Procesar solo el rango de líneas n,m, contando desde 1"93109311#: builtin/blame.c:8769312msgid "--progress can't be used with --incremental or porcelain formats"9313msgstr "--progress no puede ser usado con --incremental o formatos porcelana"93149315#. TRANSLATORS: This string is used to tell us the9316#. maximum display width for a relative timestamp in9317#. "git blame" output. For C locale, "4 years, 119318#. months ago", which takes 22 places, is the longest9319#. among various forms of relative timestamps, but9320#. your language may need more or fewer display9321#. columns.9322#.9323#: builtin/blame.c:9279324msgid "4 years, 11 months ago"9325msgstr "hace 4 años, 11 meses"93269327#: builtin/blame.c:10319328#, c-format9329msgid "file %s has only %lu line"9330msgid_plural "file %s has only %lu lines"9331msgstr[0] "archivo %s tiene solo %lu línea"9332msgstr[1] "archivo %s tiene solo %lu líneas"93339334#: builtin/blame.c:10779335msgid "Blaming lines"9336msgstr "Blaming a líneas"93379338#: builtin/branch.c:299339msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"9340msgstr "git branch [<opciones>] [-r | -a] [--merged | --no-merged]"93419342#: builtin/branch.c:309343msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"9344msgstr "git branch [<opciones>] [-l] [-f] <nombre-de-rama> [<punto-inicial>]"93459346#: builtin/branch.c:319347msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."9348msgstr "git branch [<opciones>] [-r] (-d | -D) <nombre-de-rama>..."93499350#: builtin/branch.c:329351msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"9352msgstr "git branch [<opciones>] (-m | -M) [<rama-vieja>] <rama-nueva>"93539354#: builtin/branch.c:339355msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"9356msgstr "git branch [<opciones>] (-c | -C) [<rama-vieja>] <rama-nueva>"93579358#: builtin/branch.c:349359msgid "git branch [<options>] [-r | -a] [--points-at]"9360msgstr "git branch [<opciones>] [-r | -a] [--points-at]"93619362#: builtin/branch.c:359363msgid "git branch [<options>] [-r | -a] [--format]"9364msgstr "git branch [<opciones>] [-r | -a] [--formato]"93659366#: builtin/branch.c:1519367#, c-format9368msgid ""9369"deleting branch '%s' that has been merged to\n"9370" '%s', but not yet merged to HEAD."9371msgstr ""9372"borrando la rama '%s' que ha sido fusionada en\n"9373" '%s', pero aún no ha sido fusionada a HEAD."93749375#: builtin/branch.c:1559376#, c-format9377msgid ""9378"not deleting branch '%s' that is not yet merged to\n"9379" '%s', even though it is merged to HEAD."9380msgstr ""9381"no borrando rama '%s' que todavía no ha sido fusionada \n"9382"\ta '%s', aunque se fusione con HEAD."93839384#: builtin/branch.c:1699385#, c-format9386msgid "Couldn't look up commit object for '%s'"9387msgstr "No se pudo encontrar el objeto commit para '%s'"93889389#: builtin/branch.c:1739390#, c-format9391msgid ""9392"The branch '%s' is not fully merged.\n"9393"If you are sure you want to delete it, run 'git branch -D %s'."9394msgstr ""9395"La rama '%s' no ha sido fusionada completamente.\n"9396"Si está seguro de querer borrarla, ejecute 'git branch -D %s'."93979398#: builtin/branch.c:1869399msgid "Update of config-file failed"9400msgstr "Falló de actualización de config-file"94019402#: builtin/branch.c:2179403msgid "cannot use -a with -d"9404msgstr "no se puede usar-a con -d"94059406#: builtin/branch.c:2239407msgid "Couldn't look up commit object for HEAD"9408msgstr "No se pudo revisar el objeto commit para HEAD"94099410#: builtin/branch.c:2379411#, c-format9412msgid "Cannot delete branch '%s' checked out at '%s'"9413msgstr "No se puede borrar rama '%s' que cuenta con checkout en '%s'"94149415#: builtin/branch.c:2529416#, c-format9417msgid "remote-tracking branch '%s' not found."9418msgstr "rama de rastreo remoto '%s' no encontrada."94199420#: builtin/branch.c:2539421#, c-format9422msgid "branch '%s' not found."9423msgstr "rama '%s' no encontrada."94249425#: builtin/branch.c:2689426#, c-format9427msgid "Error deleting remote-tracking branch '%s'"9428msgstr "Error al eliminar la rama de rastreo remota '%s'"94299430#: builtin/branch.c:2699431#, c-format9432msgid "Error deleting branch '%s'"9433msgstr "Error al eliminar la rama '%s'"94349435#: builtin/branch.c:2769436#, c-format9437msgid "Deleted remote-tracking branch %s (was %s).\n"9438msgstr "Eliminada la rama de rastreo remota %s (era %s).\n"94399440#: builtin/branch.c:2779441#, c-format9442msgid "Deleted branch %s (was %s).\n"9443msgstr "Eliminada la rama %s (era %s)..\n"94449445#: builtin/branch.c:421 builtin/tag.c:609446msgid "unable to parse format string"9447msgstr "no es posible analizar el string de formato"94489449#: builtin/branch.c:4529450msgid "could not resolve HEAD"9451msgstr "no se pudo resolver HEAD"94529453#: builtin/branch.c:4589454#, c-format9455msgid "HEAD (%s) points outside of refs/heads/"9456msgstr "HEAD (%s) apunta fuera de refs/heads/"94579458#: builtin/branch.c:4739459#, c-format9460msgid "Branch %s is being rebased at %s"9461msgstr "Rama %s está siendo rebasada en %s"94629463#: builtin/branch.c:4779464#, c-format9465msgid "Branch %s is being bisected at %s"9466msgstr "Rama %s está siendo bisecada en %s"94679468#: builtin/branch.c:4949469msgid "cannot copy the current branch while not on any."9470msgstr "no se puede copiar la rama actual mientras no se está en ninguna."94719472#: builtin/branch.c:4969473msgid "cannot rename the current branch while not on any."9474msgstr "no se puede renombrar la rama actual mientras no se está en ninguna."94759476#: builtin/branch.c:5079477#, c-format9478msgid "Invalid branch name: '%s'"9479msgstr "Nombre de rama inválido: '%s'"94809481#: builtin/branch.c:5349482msgid "Branch rename failed"9483msgstr "Cambio de nombre de rama fallido"94849485#: builtin/branch.c:5369486msgid "Branch copy failed"9487msgstr "Copiado de rama fallido"94889489#: builtin/branch.c:5409490#, c-format9491msgid "Created a copy of a misnamed branch '%s'"9492msgstr "Copia creada de la rama malnombrada '%s'"94939494#: builtin/branch.c:5439495#, c-format9496msgid "Renamed a misnamed branch '%s' away"9497msgstr "Rama mal llamada '%s' renombrada"94989499#: builtin/branch.c:5499500#, c-format9501msgid "Branch renamed to %s, but HEAD is not updated!"9502msgstr "¡Rama renombrada a %s, pero HEAD no está actualizado!"95039504#: builtin/branch.c:5589505msgid "Branch is renamed, but update of config-file failed"9506msgstr ""9507"La rama está renombrada, pero falló la actualización del archivo de "9508"configuración"95099510#: builtin/branch.c:5609511msgid "Branch is copied, but update of config-file failed"9512msgstr ""9513"La rama está copiada, pero falló la actualización del archivo de "9514"configuración"95159516#: builtin/branch.c:5769517#, c-format9518msgid ""9519"Please edit the description for the branch\n"9520" %s\n"9521"Lines starting with '%c' will be stripped.\n"9522msgstr ""9523"Por favor, edita la descripción para la rama\n"9524"%s\n"9525"Las líneas que comiencen con '%c' serán removidas.\n"95269527#: builtin/branch.c:6109528msgid "Generic options"9529msgstr "Opciones genéricas"95309531#: builtin/branch.c:6129532msgid "show hash and subject, give twice for upstream branch"9533msgstr "mostrar hash y tema, dar dos veces para rama upstream"95349535#: builtin/branch.c:6139536msgid "suppress informational messages"9537msgstr "suprimir mensajes informativos"95389539#: builtin/branch.c:6149540msgid "set up tracking mode (see git-pull(1))"9541msgstr "configurando modo tracking (mirar git-pull(1))"95429543#: builtin/branch.c:6169544msgid "do not use"9545msgstr "no usar"95469547#: builtin/branch.c:618 builtin/rebase.c:4859548msgid "upstream"9549msgstr "upstream"95509551#: builtin/branch.c:6189552msgid "change the upstream info"9553msgstr "cambiar info de upstream"95549555#: builtin/branch.c:6199556msgid "Unset the upstream info"9557msgstr "Desconfigurando la info de upstream"95589559#: builtin/branch.c:6209560msgid "use colored output"9561msgstr "usar salida con colores"95629563#: builtin/branch.c:6219564msgid "act on remote-tracking branches"9565msgstr "actuar en ramas de traqueo remoto"95669567#: builtin/branch.c:623 builtin/branch.c:6259568msgid "print only branches that contain the commit"9569msgstr "mostrar solo ramas que contienen el commit"95709571#: builtin/branch.c:624 builtin/branch.c:6269572msgid "print only branches that don't contain the commit"9573msgstr "mostrar solo ramas que no contienen el commit"95749575#: builtin/branch.c:6299576msgid "Specific git-branch actions:"9577msgstr "Acciones específicas de git-branch:"95789579#: builtin/branch.c:6309580msgid "list both remote-tracking and local branches"9581msgstr "listar ramas de remote-tracking y locales"95829583#: builtin/branch.c:6329584msgid "delete fully merged branch"9585msgstr "borrar ramas totalmente fusionadas"95869587#: builtin/branch.c:6339588msgid "delete branch (even if not merged)"9589msgstr "borrar rama (incluso si no está fusionada)"95909591#: builtin/branch.c:6349592msgid "move/rename a branch and its reflog"9593msgstr "mover/renombrar una rama y su reflog"95949595#: builtin/branch.c:6359596msgid "move/rename a branch, even if target exists"9597msgstr "mover/renombrar una rama, incluso si el destino existe"95989599#: builtin/branch.c:6369600msgid "copy a branch and its reflog"9601msgstr "copiar una rama y su reflog"96029603#: builtin/branch.c:6379604msgid "copy a branch, even if target exists"9605msgstr "copiar una rama, incluso si el objetivo existe"96069607#: builtin/branch.c:6389608msgid "list branch names"9609msgstr "listar nombres de ramas"96109611#: builtin/branch.c:6399612msgid "show current branch name"9613msgstr "muestra el nombre de branch actual"96149615#: builtin/branch.c:6409616msgid "create the branch's reflog"9617msgstr "crea el reflog de la rama"96189619#: builtin/branch.c:6429620msgid "edit the description for the branch"9621msgstr "edita la descripción de la rama"96229623#: builtin/branch.c:6439624msgid "force creation, move/rename, deletion"9625msgstr "fuerza la creación,movimiento/renombrado,borrado"96269627#: builtin/branch.c:6449628msgid "print only branches that are merged"9629msgstr "muestra solo ramas que han sido fusionadas"96309631#: builtin/branch.c:6459632msgid "print only branches that are not merged"9633msgstr "muestra solo ramas que no han sido fusionadas"96349635#: builtin/branch.c:6469636msgid "list branches in columns"9637msgstr "muestra las ramas en columnas"96389639#: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:4159640#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:5849641#: builtin/tag.c:4279642msgid "object"9643msgstr "objeto"96449645#: builtin/branch.c:6509646msgid "print only branches of the object"9647msgstr "imprimir sólo las ramas del objeto"96489649#: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:4349650msgid "sorting and filtering are case insensitive"9651msgstr "ordenamiento y filtrado son case-insensitive"96529653#: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:4329654#: builtin/verify-tag.c:399655msgid "format to use for the output"9656msgstr "formato para usar para el output"96579658#: builtin/branch.c:676 builtin/clone.c:7489659msgid "HEAD not found below refs/heads!"9660msgstr "HEAD no encontrado abajo de refs/heads!"96619662#: builtin/branch.c:7009663msgid "--column and --verbose are incompatible"9664msgstr "--column y --verbose son incompatibles"96659666#: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:7789667msgid "branch name required"9668msgstr "se necesita el nombre de la rama"96699670#: builtin/branch.c:7459671msgid "Cannot give description to detached HEAD"9672msgstr "No se puede dar descripción al HEAD desacoplado"96739674#: builtin/branch.c:7509675msgid "cannot edit description of more than one branch"9676msgstr "no se puede editar la descripción de más de una rama"96779678#: builtin/branch.c:7579679#, c-format9680msgid "No commit on branch '%s' yet."9681msgstr "Aún no hay commits en la rama '%s'."96829683#: builtin/branch.c:7609684#, c-format9685msgid "No branch named '%s'."9686msgstr "No hay ninguna rama llamada '%s'."96879688#: builtin/branch.c:7759689msgid "too many branches for a copy operation"9690msgstr "demasiadas ramas para una operación de copiado"96919692#: builtin/branch.c:7849693msgid "too many arguments for a rename operation"9694msgstr "demasiados argumentos para una operación de renombrado"96959696#: builtin/branch.c:7899697msgid "too many arguments to set new upstream"9698msgstr "demasiados argumentos para configurar un nuevo upstream"96999700#: builtin/branch.c:7939701#, c-format9702msgid ""9703"could not set upstream of HEAD to %s when it does not point to any branch."9704msgstr ""9705"no se pudo configurar upstream de HEAD a %s cuando este no apunta a ninguna "9706"rama."97079708#: builtin/branch.c:796 builtin/branch.c:8199709#, c-format9710msgid "no such branch '%s'"9711msgstr "no hay tal rama '%s'"97129713#: builtin/branch.c:8009714#, c-format9715msgid "branch '%s' does not exist"9716msgstr "la rama '%s' no existe"97179718#: builtin/branch.c:8139719msgid "too many arguments to unset upstream"9720msgstr "demasiados argumentos para desconfigurar upstream"97219722#: builtin/branch.c:8179723msgid "could not unset upstream of HEAD when it does not point to any branch."9724msgstr ""9725"no se puede desconfigurar upstream de HEAD cuando este no apunta a ninguna "9726"rama."97279728#: builtin/branch.c:8239729#, c-format9730msgid "Branch '%s' has no upstream information"9731msgstr "Rama '%s' no tiene información de upstream"97329733#: builtin/branch.c:8339734msgid "-a and -r options to 'git branch' do not make sense with a branch name"9735msgstr ""9736"opciones -a y -r para 'git branch' no tienen sentido con un nombre de rama"97379738#: builtin/branch.c:8369739msgid ""9740"the '--set-upstream' option is no longer supported. Please use '--track' or "9741"'--set-upstream-to' instead."9742msgstr ""9743"la opción '--set-upstream' ya no es soportada. Considere usar '--track' o '--"9744"set-upstream-to' en cambio."97459746#: builtin/bundle.c:459747#, c-format9748msgid "%s is okay\n"9749msgstr "%s está bien\n"97509751#: builtin/bundle.c:589752msgid "Need a repository to create a bundle."9753msgstr "Se necesita un repositorio para agrupar."97549755#: builtin/bundle.c:629756msgid "Need a repository to unbundle."9757msgstr "Se necesita un repositorio para desagrupar."97589759#: builtin/cat-file.c:5939760msgid ""9761"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"9762"p | <type> | --textconv | --filters) [--path=<path>] <object>"9763msgstr ""9764"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"9765"p | <tipo> | --textconv | --filters) [--path=<ruta>] <objeto>"97669767#: builtin/cat-file.c:5949768msgid ""9769"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"9770"filters]"9771msgstr ""9772"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"9773"filters]"97749775#: builtin/cat-file.c:6159776msgid "only one batch option may be specified"9777msgstr "solo se puede especificar una opción batch"97789779#: builtin/cat-file.c:6339780msgid "<type> can be one of: blob, tree, commit, tag"9781msgstr "<tipo> puede ser: blob, tree, commit, tag"97829783#: builtin/cat-file.c:6349784msgid "show object type"9785msgstr "mostrar el tipo del objeto"97869787#: builtin/cat-file.c:6359788msgid "show object size"9789msgstr "mostrar el tamaño del objeto"97909791#: builtin/cat-file.c:6379792msgid "exit with zero when there's no error"9793msgstr "salir con cero cuando no haya error"97949795#: builtin/cat-file.c:6389796msgid "pretty-print object's content"9797msgstr "realizar pretty-print del contenido del objeto"97989799#: builtin/cat-file.c:6409800msgid "for blob objects, run textconv on object's content"9801msgstr "para objetos blob, ejecuta textconv en el contenido del objeto"98029803#: builtin/cat-file.c:6429804msgid "for blob objects, run filters on object's content"9805msgstr "para objetos blob, ejecuta filters en el contenido del objeto"98069807#: builtin/cat-file.c:643 git-submodule.sh:9369808msgid "blob"9809msgstr "blob"98109811#: builtin/cat-file.c:6449812msgid "use a specific path for --textconv/--filters"9813msgstr "use una ruta específica para --textconv/--filters"98149815#: builtin/cat-file.c:6469816msgid "allow -s and -t to work with broken/corrupt objects"9817msgstr "permita -s y -t para trabajar con objetos rotos o corruptos"98189819#: builtin/cat-file.c:6479820msgid "buffer --batch output"9821msgstr "salida buffer --batch"98229823#: builtin/cat-file.c:6499824msgid "show info and content of objects fed from the standard input"9825msgstr "mostrar info y content de los objetos alimentados por standard input"98269827#: builtin/cat-file.c:6539828msgid "show info about objects fed from the standard input"9829msgstr "mostrar info de los objetos alimentados por standard input"98309831#: builtin/cat-file.c:6579832msgid "follow in-tree symlinks (used with --batch or --batch-check)"9833msgstr ""9834"seguir los enlaces simbólicos en el árbol (usado con --batch o --batch-check)"98359836#: builtin/cat-file.c:6599837msgid "show all objects with --batch or --batch-check"9838msgstr "mostrar todos los objetos con --batch o --batch-check"98399840#: builtin/cat-file.c:6619841msgid "do not order --batch-all-objects output"9842msgstr "no ordenar el output de --batch-all-objects"98439844#: builtin/check-attr.c:139845msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."9846msgstr "git check-attr [-a | --all | <attr>...] [--] <nombre-de-ruta>..."98479848#: builtin/check-attr.c:149849msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"9850msgstr "git check-attr --stdin [-z] [-a | --all | <attr>...]"98519852#: builtin/check-attr.c:219853msgid "report all attributes set on file"9854msgstr "reportar todos los atributos configurados en el archivo"98559856#: builtin/check-attr.c:229857msgid "use .gitattributes only from the index"9858msgstr "use .gitattributes solo desde el índice"98599860#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:1029861msgid "read file names from stdin"9862msgstr "leer nombres de archivos de stdin"98639864#: builtin/check-attr.c:25 builtin/check-ignore.c:279865msgid "terminate input and output records by a NUL character"9866msgstr "terminar registros de entrada y salida con un carácter NUL"98679868#: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:5389869#: builtin/worktree.c:4999870msgid "suppress progress reporting"9871msgstr "suprimir el reporte de progreso"98729873#: builtin/check-ignore.c:299874msgid "show non-matching input paths"9875msgstr "mostrar rutas de entrada que no concuerdan"98769877#: builtin/check-ignore.c:319878msgid "ignore index when checking"9879msgstr "ignorar el índice cuando se revise"98809881#: builtin/check-ignore.c:1609882msgid "cannot specify pathnames with --stdin"9883msgstr "no se puede especificar los nombres de rutas con --stdin"98849885#: builtin/check-ignore.c:1639886msgid "-z only makes sense with --stdin"9887msgstr "-z sólo tiene sentido con --stdin"98889889#: builtin/check-ignore.c:1659890msgid "no path specified"9891msgstr "ruta no especificada"98929893#: builtin/check-ignore.c:1699894msgid "--quiet is only valid with a single pathname"9895msgstr "--quiet solo es válido con un nombre de ruta único"98969897#: builtin/check-ignore.c:1719898msgid "cannot have both --quiet and --verbose"9899msgstr "no se puede tener ambos --quiet y --verbose"99009901#: builtin/check-ignore.c:1749902msgid "--non-matching is only valid with --verbose"9903msgstr "--non-matching sólo es válida con --verbose"99049905#: builtin/check-mailmap.c:99906msgid "git check-mailmap [<options>] <contact>..."9907msgstr "git check-mailmap [<opciones>] <contacto>..."99089909#: builtin/check-mailmap.c:149910msgid "also read contacts from stdin"9911msgstr "también leer contactos desde stdin"99129913#: builtin/check-mailmap.c:259914#, c-format9915msgid "unable to parse contact: %s"9916msgstr "no es posible analizar el contacto: %s"99179918#: builtin/check-mailmap.c:489919msgid "no contacts specified"9920msgstr "contactos no especificados"99219922#: builtin/checkout-index.c:1319923msgid "git checkout-index [<options>] [--] [<file>...]"9924msgstr "git checkout-index [<opciones>] [--] [<archivo>...]"99259926#: builtin/checkout-index.c:1489927msgid "stage should be between 1 and 3 or all"9928msgstr "stage tiene que estar entre 1 y 3 o all"99299930#: builtin/checkout-index.c:1649931msgid "check out all files in the index"9932msgstr "revisar todos los archivos en el índice"99339934#: builtin/checkout-index.c:1659935msgid "force overwrite of existing files"9936msgstr "forzar sobreescritura de los archivos existentes"99379938#: builtin/checkout-index.c:1679939msgid "no warning for existing files and files not in index"9940msgstr ""9941"no hay advertencias para los archivos existentes y los archivos no están en "9942"el índice"99439944#: builtin/checkout-index.c:1699945msgid "don't checkout new files"9946msgstr "no revisar archivos nuevos"99479948#: builtin/checkout-index.c:1719949msgid "update stat information in the index file"9950msgstr "actualizar información de estado en el archivo índice"99519952#: builtin/checkout-index.c:1759953msgid "read list of paths from the standard input"9954msgstr "leer lista de rutas desde standard input"99559956#: builtin/checkout-index.c:1779957msgid "write the content to temporary files"9958msgstr "escribir el contenido en un archivo temporal"99599960#: builtin/checkout-index.c:178 builtin/column.c:319961#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:13759962#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:18569963#: builtin/worktree.c:6729964msgid "string"9965msgstr "string"99669967#: builtin/checkout-index.c:1799968msgid "when creating files, prepend <string>"9969msgstr "cuando cree archivos, anteponer <string>"99709971#: builtin/checkout-index.c:1819972msgid "copy out the files from named stage"9973msgstr "copiar los archivos del stage nombrado"99749975#: builtin/checkout.c:329976msgid "git checkout [<options>] <branch>"9977msgstr "git checkout [<opciones>] <rama>"99789979#: builtin/checkout.c:339980msgid "git checkout [<options>] [<branch>] -- <file>..."9981msgstr "git checkout [<opciones>] [<rama>] -- <archivo>..."99829983#: builtin/checkout.c:151 builtin/checkout.c:1909984#, c-format9985msgid "path '%s' does not have our version"9986msgstr "ruta '%s' no tiene nuestra versión"99879988#: builtin/checkout.c:153 builtin/checkout.c:1929989#, c-format9990msgid "path '%s' does not have their version"9991msgstr "ruta '%s' no tiene su versión"99929993#: builtin/checkout.c:1699994#, c-format9995msgid "path '%s' does not have all necessary versions"9996msgstr "ruta '%s' no tiene todas las versiones necesarias"99979998#: builtin/checkout.c:2199999#, c-format10000msgid "path '%s' does not have necessary versions"10001msgstr "ruta '%s' no tiene versiones necesarias"1000210003#: builtin/checkout.c:23710004#, c-format10005msgid "path '%s': cannot merge"10006msgstr "ruta '%s': no se puede fusionar"1000710008#: builtin/checkout.c:25310009#, c-format10010msgid "Unable to add merge result for '%s'"10011msgstr "Incapaz de agregar resultados de fusión a '%s'"1001210013#: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:33710014#: builtin/checkout.c:34010015#, c-format10016msgid "'%s' cannot be used with updating paths"10017msgstr "'%s' no puede ser usada con rutas actualizadas"1001810019#: builtin/checkout.c:343 builtin/checkout.c:34610020#, c-format10021msgid "'%s' cannot be used with %s"10022msgstr "'%s' no puede ser usado con %s"1002310024#: builtin/checkout.c:34910025#, c-format10026msgid "Cannot update paths and switch to branch '%s' at the same time."10027msgstr "No se puede actualizar rutas y cambiar a la rama '%s' al mismo tiempo."1002810029#: builtin/checkout.c:396 builtin/checkout.c:40310030#, c-format10031msgid "path '%s' is unmerged"10032msgstr "ruta '%s' no esta fusionada"1003310034#: builtin/checkout.c:44210035#, c-format10036msgid "Recreated %d merge conflict"10037msgid_plural "Recreated %d merge conflicts"10038msgstr[0] "Recreado %d conflicto de merge"10039msgstr[1] "Recreados %d conflictos de merge"1004010041#: builtin/checkout.c:44710042#, c-format10043msgid "Updated %d path from %s"10044msgid_plural "Updated %d paths from %s"10045msgstr[0] "Actualizada %d ruta para %s"10046msgstr[1] "Actualizadas %d rutas para %s"1004710048#: builtin/checkout.c:45410049#, c-format10050msgid "Updated %d path from the index"10051msgid_plural "Updated %d paths from the index"10052msgstr[0] "Actualizada %d ruta desde el index"10053msgstr[1] "Actualizadas %d rutas desde el index"1005410055#: builtin/checkout.c:69510056msgid "you need to resolve your current index first"10057msgstr "necesita resolver su índice actual primero"1005810059#: builtin/checkout.c:74410060#, c-format10061msgid ""10062"cannot continue with staged changes in the following files:\n"10063"%s"10064msgstr ""10065"no se puede continuar con los cambios en stage en los siguientes archivos:\n"10066"%s"1006710068#: builtin/checkout.c:75110069#, c-format10070msgid "staged changes in the following files may be lost: %s"10071msgstr ""10072"cambios en el área de stage en el siguiente archivo pueden ser perdidos: %s"1007310074#: builtin/checkout.c:84810075#, c-format10076msgid "Can not do reflog for '%s': %s\n"10077msgstr "No se puede hacer reflog para '%s': %s\n"1007810079#: builtin/checkout.c:89010080msgid "HEAD is now at"10081msgstr "HEAD está ahora en"1008210083#: builtin/checkout.c:894 builtin/clone.c:70110084msgid "unable to update HEAD"10085msgstr "no es posible actualizar HEAD"1008610087#: builtin/checkout.c:89810088#, c-format10089msgid "Reset branch '%s'\n"10090msgstr "Reiniciar rama '%s'\n"1009110092#: builtin/checkout.c:90110093#, c-format10094msgid "Already on '%s'\n"10095msgstr "Ya en '%s'\n"1009610097#: builtin/checkout.c:90510098#, c-format10099msgid "Switched to and reset branch '%s'\n"10100msgstr "Rama reiniciada y cambiada a '%s'\n"1010110102#: builtin/checkout.c:907 builtin/checkout.c:128310103#, c-format10104msgid "Switched to a new branch '%s'\n"10105msgstr "Cambiado a nueva rama '%s'\n"1010610107#: builtin/checkout.c:90910108#, c-format10109msgid "Switched to branch '%s'\n"10110msgstr "Cambiado a rama '%s'\n"1011110112#: builtin/checkout.c:96010113#, c-format10114msgid " ... and %d more.\n"10115msgstr " ... y %d más.\n"1011610117#: builtin/checkout.c:96610118#, c-format10119msgid ""10120"Warning: you are leaving %d commit behind, not connected to\n"10121"any of your branches:\n"10122"\n"10123"%s\n"10124msgid_plural ""10125"Warning: you are leaving %d commits behind, not connected to\n"10126"any of your branches:\n"10127"\n"10128"%s\n"10129msgstr[0] ""10130"Peligro: está saliendo %d commit atrás, no está conectado\n"10131"a ninguna rama:\n"10132"\n"10133"%s\n"10134msgstr[1] ""10135"Peligro: está saliendo %d commits atrás, no está conectado\n"10136"a ninguna rama:\n"10137"\n"10138"%s\n"1013910140#: builtin/checkout.c:98510141#, c-format10142msgid ""10143"If you want to keep it by creating a new branch, this may be a good time\n"10144"to do so with:\n"10145"\n"10146" git branch <new-branch-name> %s\n"10147"\n"10148msgid_plural ""10149"If you want to keep them by creating a new branch, this may be a good time\n"10150"to do so with:\n"10151"\n"10152" git branch <new-branch-name> %s\n"10153"\n"10154msgstr[0] ""10155"Si quiere conservarlo creando una nueva rama, este es un buen momento\n"10156"para hacerlo:\n"10157"\n"10158" git branch <nuevo-nombre-de-rama> %s\n"10159"\n"10160msgstr[1] ""10161"Si quiere conservarlos creando una nueva rama, este es un buen momento\n"10162"para hacerlo:\n"10163"\n"10164" git branch <nombre-de-rama> %s\n"10165"\n"1016610167#: builtin/checkout.c:101710168msgid "internal error in revision walk"10169msgstr "error interno en camino de revisión"1017010171#: builtin/checkout.c:102110172msgid "Previous HEAD position was"10173msgstr "La posición previa de HEAD era"1017410175#: builtin/checkout.c:1052 builtin/checkout.c:127810176msgid "You are on a branch yet to be born"10177msgstr "Estás en una rama por nacer"1017810179#: builtin/checkout.c:117310180#, c-format10181msgid "only one reference expected, %d given."10182msgstr "solo una referencia esperada, %d entregadas."1018310184#: builtin/checkout.c:120910185#, c-format10186msgid ""10187"'%s' could be both a local file and a tracking branch.\n"10188"Please use -- (and optionally --no-guess) to disambiguate"10189msgstr ""10190"'%s' puede ser tanto un archivo local como una rama de rastreo.\n"10191"Por favor use -- (y opcionalmente --no-guess) para desambiguar"1019210193#: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:44810194#, c-format10195msgid "invalid reference: %s"10196msgstr "referencia inválida: %s"1019710198#: builtin/checkout.c:125110199#, c-format10200msgid "reference is not a tree: %s"10201msgstr "la referencia no es n árbol: %s"1020210203#: builtin/checkout.c:129210204msgid "paths cannot be used with switching branches"10205msgstr "rutas no pueden ser usadas con cambios de rama"1020610207#: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:130310208#, c-format10209msgid "'%s' cannot be used with switching branches"10210msgstr "'%s' no puede ser usado con cambios de ramas"1021110212#: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:131510213#: builtin/checkout.c:131810214#, c-format10215msgid "'%s' cannot be used with '%s'"10216msgstr "'%s' no puede ser usado con '%s'"1021710218#: builtin/checkout.c:132310219#, c-format10220msgid "Cannot switch branch to a non-commit '%s'"10221msgstr "No se puede cambiar rama a un '%s' sin commits"1022210223#: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:11810224#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:49210225#: builtin/worktree.c:49410226msgid "branch"10227msgstr "rama"1022810229#: builtin/checkout.c:135710230msgid "create and checkout a new branch"10231msgstr "crear y hacer checkout a una nueva rama"1023210233#: builtin/checkout.c:135910234msgid "create/reset and checkout a branch"10235msgstr "crear/reiniciar y hacer checkout a una rama"1023610237#: builtin/checkout.c:136010238msgid "create reflog for new branch"10239msgstr "crear un reflog para una nueva rama"1024010241#: builtin/checkout.c:1361 builtin/worktree.c:49610242msgid "detach HEAD at named commit"10243msgstr "desacoplar HEAD en el commit nombrado"1024410245#: builtin/checkout.c:136210246msgid "set upstream info for new branch"10247msgstr "configurar info de upstream para una rama nueva"1024810249#: builtin/checkout.c:136410250msgid "new-branch"10251msgstr "nueva-rama"1025210253#: builtin/checkout.c:136410254msgid "new unparented branch"10255msgstr "nueva rama no emparentada"1025610257#: builtin/checkout.c:136610258msgid "checkout our version for unmerged files"10259msgstr "hacer checkout a nuestra versión para archivos sin fusionar"1026010261#: builtin/checkout.c:136910262msgid "checkout their version for unmerged files"10263msgstr "hacer checkout a su versión para los archivos sin fusionar"1026410265#: builtin/checkout.c:137110266msgid "force checkout (throw away local modifications)"10267msgstr "forzar el checkout (descartar modificaciones locales)"1026810269#: builtin/checkout.c:137310270msgid "perform a 3-way merge with the new branch"10271msgstr "realizar una fusión de tres vías con la rama nueva"1027210273#: builtin/checkout.c:1375 builtin/merge.c:28410274msgid "update ignored files (default)"10275msgstr "actualizar archivos ignorados (default)"1027610277#: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:31710278msgid "style"10279msgstr "estilo"1028010281#: builtin/checkout.c:137810282msgid "conflict style (merge or diff3)"10283msgstr "conflicto de estilos (merge o diff3)"1028410285#: builtin/checkout.c:138110286msgid "do not limit pathspecs to sparse entries only"10287msgstr "no limitar pathspecs a dispersar entradas solamente"1028810289#: builtin/checkout.c:138310290msgid "do not second guess 'git checkout <no-such-branch>'"10291msgstr "no adivinar segunda opción 'git checkout <no-hay-tal-rama>'"1029210293#: builtin/checkout.c:138510294msgid "do not check if another worktree is holding the given ref"10295msgstr "no revise si otro árbol de trabajo contiene la ref entregada"1029610297#: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:14110298#: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:57510299#: builtin/send-pack.c:17410300msgid "force progress reporting"10301msgstr "forzar el reporte de progreso"1030210303#: builtin/checkout.c:139010304msgid "use overlay mode (default)"10305msgstr "usar modo overlay (default)"1030610307#: builtin/checkout.c:142210308msgid "-b, -B and --orphan are mutually exclusive"10309msgstr "-b, -B y --orphan son mutuamente exclusivas"1031010311#: builtin/checkout.c:142510312msgid "-p and --overlay are mutually exclusive"10313msgstr "-p y --overlay son mutuamente exclusivas"1031410315#: builtin/checkout.c:144210316msgid "--track needs a branch name"10317msgstr "--track necesita el nombre de una rama"1031810319#: builtin/checkout.c:144710320msgid "missing branch name; try -b"10321msgstr "falta nombre de rama; prueba -b"1032210323#: builtin/checkout.c:148410324msgid "invalid path specification"10325msgstr "especificación de ruta inválida"1032610327#: builtin/checkout.c:149110328#, c-format10329msgid "'%s' is not a commit and a branch '%s' cannot be created from it"10330msgstr "'%s' no es un commit y una rama '%s' no puede ser creada desde este"1033110332#: builtin/checkout.c:149510333#, c-format10334msgid "git checkout: --detach does not take a path argument '%s'"10335msgstr "git checkout: --detach no toma un argumento de ruta '%s'"1033610337#: builtin/checkout.c:149910338msgid ""10339"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"10340"checking out of the index."10341msgstr ""10342"git checkout: --ours/--theirs, --force y --merge son incompatibles cuando\n"10343"se revisa fuera del índice."1034410345#: builtin/checkout.c:151910346#, c-format10347msgid ""10348"'%s' matched more than one remote tracking branch.\n"10349"We found %d remotes with a reference that matched. So we fell back\n"10350"on trying to resolve the argument as a path, but failed there too!\n"10351"\n"10352"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"10353"you can do so by fully qualifying the name with the --track option:\n"10354"\n"10355" git checkout --track origin/<name>\n"10356"\n"10357"If you'd like to always have checkouts of an ambiguous <name> prefer\n"10358"one remote, e.g. the 'origin' remote, consider setting\n"10359"checkout.defaultRemote=origin in your config."10360msgstr ""10361"'%s' acertó más de una rama remota rastreada.\n"10362"Encontramos %d remotos con una referencia que concuerda. Así que volvemos\n"10363"a intentar resolver el argumento como una ruta, pero eso también falló!\n"10364"\n"10365"Si querías hacer un check out a una rama rastreada remota, como 'origin',\n"10366"puedes hacerlo proporcionando el nombre completo con la opción --track:\n"10367"\n"10368" git checkout --track origin/<nombre>\n"10369"\n"10370"Si quisieras que siempre los checkouts de nombres ambiguos prefieran una "10371"rama\n"10372"de nombre <nombre> remota, como 'origin', considera configurar\n"10373"checkout.defaultRemote=origin en tu configuración."1037410375#: builtin/clean.c:2810376msgid ""10377"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."10378msgstr ""10379"git clean [-d] [-f] [-i] [-n] [-q] [-e <patrón>] [-x | -X] [--] <rutas>..."1038010381#: builtin/clean.c:3210382#, c-format10383msgid "Removing %s\n"10384msgstr "Borrando %s\n"1038510386#: builtin/clean.c:3310387#, c-format10388msgid "Would remove %s\n"10389msgstr "Sera borrado %s\n"1039010391#: builtin/clean.c:3410392#, c-format10393msgid "Skipping repository %s\n"10394msgstr "Saltando repositorio %s\n"1039510396#: builtin/clean.c:3510397#, c-format10398msgid "Would skip repository %s\n"10399msgstr "Se saltara repositorio %s\n"1040010401#: builtin/clean.c:3610402#, c-format10403msgid "failed to remove %s"10404msgstr "falló al borrar %s"1040510406#: builtin/clean.c:299 git-add--interactive.perl:57910407#, c-format10408msgid ""10409"Prompt help:\n"10410"1 - select a numbered item\n"10411"foo - select item based on unique prefix\n"10412" - (empty) select nothing\n"10413msgstr ""10414"Ayuda rápida:\n"10415"1 - selecciona un objeto por numero\n"10416"foo - selecciona un objeto basado en un prefijo único\n"10417" - (vacío) no elegir nada\n"1041810419#: builtin/clean.c:303 git-add--interactive.perl:58810420#, c-format10421msgid ""10422"Prompt help:\n"10423"1 - select a single item\n"10424"3-5 - select a range of items\n"10425"2-3,6-9 - select multiple ranges\n"10426"foo - select item based on unique prefix\n"10427"-... - unselect specified items\n"10428"* - choose all items\n"10429" - (empty) finish selecting\n"10430msgstr ""10431"Ayuda rápida:\n"10432"1 - selecciona un objeto único\n"10433"3-5 - selecciona un rango de objetos\n"10434"2-3,6-9 - selecciona múltiples rangos\n"10435"foo - selecciona un objeto basado en un prefijo único\n"10436"-... - de-seleccionar objetos especificados\n"10437"* - escoger todos los objetos\n"10438" - (vacío) terminar selección\n"1043910440#: builtin/clean.c:519 git-add--interactive.perl:55410441#: git-add--interactive.perl:55910442#, c-format, perl-format10443msgid "Huh (%s)?\n"10444msgstr "Ahh (%s)?\n"1044510446#: builtin/clean.c:66110447#, c-format10448msgid "Input ignore patterns>> "10449msgstr "Input ignora los patrones >> "1045010451#: builtin/clean.c:69810452#, c-format10453msgid "WARNING: Cannot find items matched by: %s"10454msgstr "PELIGRO: No se puede encontrar objetos que concuerden con: %s"1045510456#: builtin/clean.c:71910457msgid "Select items to delete"10458msgstr "Seleccionar objetos para borrar"1045910460#. TRANSLATORS: Make sure to keep [y/N] as is10461#: builtin/clean.c:76010462#, c-format10463msgid "Remove %s [y/N]? "10464msgstr "Borrar %s [y/N]? "1046510466#: builtin/clean.c:785 git-add--interactive.perl:171710467#, c-format10468msgid "Bye.\n"10469msgstr "Adiós.\n"1047010471#: builtin/clean.c:79310472msgid ""10473"clean - start cleaning\n"10474"filter by pattern - exclude items from deletion\n"10475"select by numbers - select items to be deleted by numbers\n"10476"ask each - confirm each deletion (like \"rm -i\")\n"10477"quit - stop cleaning\n"10478"help - this screen\n"10479"? - help for prompt selection"10480msgstr ""10481"clean - comenzar la limpieza\n"10482"filtrar por patrón - excluye objetos del borrado \n"10483"elegir por números - selecciona objetos a ser borrados por numero\n"10484"preguntar cada uno - confirmar cada borrado (como \"rm -i\")\n"10485"quit - parar limpieza\n"10486"help - esta ventana\n"10487"? - ayuda para selección de opciones"1048810489#: builtin/clean.c:820 git-add--interactive.perl:179310490msgid "*** Commands ***"10491msgstr "*** Comandos ***"1049210493#: builtin/clean.c:821 git-add--interactive.perl:179010494msgid "What now"10495msgstr "Ahora que"1049610497#: builtin/clean.c:82910498msgid "Would remove the following item:"10499msgid_plural "Would remove the following items:"10500msgstr[0] "Se eliminará el siguiente objeto:"10501msgstr[1] "Se eliminarán los siguientes objetos:"1050210503#: builtin/clean.c:84510504msgid "No more files to clean, exiting."10505msgstr "No hay mas archivos para limpiar, saliendo."1050610507#: builtin/clean.c:90710508msgid "do not print names of files removed"10509msgstr "no imprimir nombres de archivos borrados"1051010511#: builtin/clean.c:90910512msgid "force"10513msgstr "forzar"1051410515#: builtin/clean.c:91010516msgid "interactive cleaning"10517msgstr "limpieza interactiva"1051810519#: builtin/clean.c:91210520msgid "remove whole directories"10521msgstr "borrar directorios completos"1052210523#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:54810524#: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:17310525#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:41910526#: builtin/show-ref.c:17910527msgid "pattern"10528msgstr "patrón"1052910530#: builtin/clean.c:91410531msgid "add <pattern> to ignore rules"10532msgstr "agregar <patrón> para ignorar reglas"1053310534#: builtin/clean.c:91510535msgid "remove ignored files, too"10536msgstr "borrar archivos ignorados, también"1053710538#: builtin/clean.c:91710539msgid "remove only ignored files"10540msgstr "borrar solo archivos ignorados"1054110542#: builtin/clean.c:93510543msgid "-x and -X cannot be used together"10544msgstr "-x y -X no pueden ser usadas juntas"1054510546#: builtin/clean.c:93910547msgid ""10548"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "10549"clean"10550msgstr ""10551"clean.requireForce configurado como true y ninguno -i, -n, ni -f entregados; "10552"rehusando el clean"1055310554#: builtin/clean.c:94210555msgid ""10556"clean.requireForce defaults to true and neither -i, -n, nor -f given; "10557"refusing to clean"10558msgstr ""10559"clean.requireForce default en true y ninguno -i, -n, ni -f entregados; "10560"rehusando el clean"1056110562#: builtin/clone.c:4410563msgid "git clone [<options>] [--] <repo> [<dir>]"10564msgstr "git clone [<opciones>] [--] <repo> [<directorio>]"1056510566#: builtin/clone.c:9010567msgid "don't create a checkout"10568msgstr "no crear checkout"1056910570#: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:48910571msgid "create a bare repository"10572msgstr "crear un repositorio vacío"1057310574#: builtin/clone.c:9510575msgid "create a mirror repository (implies bare)"10576msgstr "crear un repositorio espejo (implica vacío)"1057710578#: builtin/clone.c:9710579msgid "to clone from a local repository"10580msgstr "clonar de un repositorio local"1058110582#: builtin/clone.c:9910583msgid "don't use local hardlinks, always copy"10584msgstr "no usar hardlinks, siempre copiar"1058510586#: builtin/clone.c:10110587msgid "setup as shared repository"10588msgstr "configurar como repositorio compartido"1058910590#: builtin/clone.c:10410591msgid "pathspec"10592msgstr "pathspec"1059310594#: builtin/clone.c:10410595msgid "initialize submodules in the clone"10596msgstr "inicializar submódulos en el clonado"1059710598#: builtin/clone.c:10710599msgid "number of submodules cloned in parallel"10600msgstr "numero de submódulos clonados en paralelo"1060110602#: builtin/clone.c:108 builtin/init-db.c:48610603msgid "template-directory"10604msgstr "directorio-template"1060510606#: builtin/clone.c:109 builtin/init-db.c:48710607msgid "directory from which templates will be used"10608msgstr "directorio del cual los templates serán usados"1060910610#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:137910611#: builtin/submodule--helper.c:185910612msgid "reference repository"10613msgstr "repositorio de referencia"1061410615#: builtin/clone.c:115 builtin/submodule--helper.c:138110616#: builtin/submodule--helper.c:186110617msgid "use --reference only while cloning"10618msgstr "usa--reference solamente si estás clonado"1061910620#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:4610621#: builtin/pack-objects.c:3306 builtin/repack.c:32910622msgid "name"10623msgstr "nombre"1062410625#: builtin/clone.c:11710626msgid "use <name> instead of 'origin' to track upstream"10627msgstr "use <nombre> en lugar de 'origin' para rastrear upstream"1062810629#: builtin/clone.c:11910630msgid "checkout <branch> instead of the remote's HEAD"10631msgstr "checkout <rama> en lugar de HEAD remota"1063210633#: builtin/clone.c:12110634msgid "path to git-upload-pack on the remote"10635msgstr "ruta para git-upload-pack en el remoto"1063610637#: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:83610638#: builtin/pull.c:22510639msgid "depth"10640msgstr "profundidad"1064110642#: builtin/clone.c:12310643msgid "create a shallow clone of that depth"10644msgstr "crear un clon superficial para esa profundidad"1064510646#: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:329510647msgid "time"10648msgstr "tiempo"1064910650#: builtin/clone.c:12510651msgid "create a shallow clone since a specific time"10652msgstr "crear un clon superficial desde el tiempo específico"1065310654#: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:16910655#: builtin/rebase.c:138910656msgid "revision"10657msgstr "revision"1065810659#: builtin/clone.c:127 builtin/fetch.c:14710660msgid "deepen history of shallow clone, excluding rev"10661msgstr "ahondando historia de clon superficial, excluyendo rev"1066210663#: builtin/clone.c:12910664msgid "clone only one branch, HEAD or --branch"10665msgstr "clonar solo una rama,HEAD o --branch"1066610667#: builtin/clone.c:13110668msgid "don't clone any tags, and make later fetches not to follow them"10669msgstr "no clonar ningún tag, y hacer que los subsiguientes fetch no los sigan"1067010671#: builtin/clone.c:13310672msgid "any cloned submodules will be shallow"10673msgstr "cualquier submódulo clonado será superficial"1067410675#: builtin/clone.c:134 builtin/init-db.c:49510676msgid "gitdir"10677msgstr "gitdir"1067810679#: builtin/clone.c:135 builtin/init-db.c:49610680msgid "separate git dir from working tree"10681msgstr "separa git dir del árbol de trabajo"1068210683#: builtin/clone.c:13610684msgid "key=value"10685msgstr "llave=valor"1068610687#: builtin/clone.c:13710688msgid "set config inside the new repository"10689msgstr "configurar config dentro del nuevo repositorio"1069010691#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:7610692#: builtin/push.c:585 builtin/send-pack.c:17210693msgid "server-specific"10694msgstr "especifico-de-servidor"1069510696#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:7610697#: builtin/push.c:585 builtin/send-pack.c:17310698msgid "option to transmit"10699msgstr "opción para trasmitir"1070010701#: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:23810702#: builtin/push.c:58610703msgid "use IPv4 addresses only"10704msgstr "solo usar direcciones IPv4"1070510706#: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:24110707#: builtin/push.c:58810708msgid "use IPv6 addresses only"10709msgstr "solo usar direcciones IPv6"1071010711#: builtin/clone.c:28010712msgid ""10713"No directory name could be guessed.\n"10714"Please specify a directory on the command line"10715msgstr ""10716"No se pudo adivinar ningún nombre de directorio.\n"10717"Por favor especifique un directorio en la línea de comando"1071810719#: builtin/clone.c:33310720#, c-format10721msgid "info: Could not add alternate for '%s': %s\n"10722msgstr "info: No se pudo agregar un alterno para '%s': %s\n"1072310724#: builtin/clone.c:40510725#, c-format10726msgid "failed to open '%s'"10727msgstr "falló al abrir '%s'"1072810729#: builtin/clone.c:41310730#, c-format10731msgid "%s exists and is not a directory"10732msgstr "%s existe pero no es un directorio"1073310734#: builtin/clone.c:42710735#, c-format10736msgid "failed to stat %s\n"10737msgstr "falló al analizar %s\n"1073810739#: builtin/clone.c:44410740#, c-format10741msgid "failed to unlink '%s'"10742msgstr "falló al desvincular '%s'"1074310744#: builtin/clone.c:44910745#, c-format10746msgid "failed to create link '%s'"10747msgstr "falló al crear link '%s'"1074810749#: builtin/clone.c:45310750#, c-format10751msgid "failed to copy file to '%s'"10752msgstr "falló al copiar archivo a '%s'"1075310754#: builtin/clone.c:47910755#, c-format10756msgid "done.\n"10757msgstr "hecho.\n"1075810759#: builtin/clone.c:49310760msgid ""10761"Clone succeeded, but checkout failed.\n"10762"You can inspect what was checked out with 'git status'\n"10763"and retry the checkout with 'git checkout -f HEAD'\n"10764msgstr ""10765"Clonado exitoso, pero falló el checkout.\n"10766"Puede inspeccionar a qué se hizo checkout con 'git status'\n"10767"y volver a intentarlo con 'git checkout -f HEAD'\n"1076810769#: builtin/clone.c:57010770#, c-format10771msgid "Could not find remote branch %s to clone."10772msgstr "No se pudo encontrar la rama remota %s para clonar."1077310774#: builtin/clone.c:68910775#, c-format10776msgid "unable to update %s"10777msgstr "incapaz de actualizar %s"1077810779#: builtin/clone.c:73910780msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"10781msgstr ""10782"remoto HEAD refiere a un ref inexistente, no se puede hacer checkout.\n"1078310784#: builtin/clone.c:77010785msgid "unable to checkout working tree"10786msgstr "no es posible realizar checkout en el árbol de trabajo"1078710788#: builtin/clone.c:81510789msgid "unable to write parameters to config file"10790msgstr "no es posible escribir parámetros al archivo config"1079110792#: builtin/clone.c:87810793msgid "cannot repack to clean up"10794msgstr "no se puede reempaquetar para limpiar"1079510796#: builtin/clone.c:88010797msgid "cannot unlink temporary alternates file"10798msgstr "no se puede desvincular archivos alternos temporales"1079910800#: builtin/clone.c:920 builtin/receive-pack.c:195210801msgid "Too many arguments."10802msgstr "Muchos argumentos."1080310804#: builtin/clone.c:92410805msgid "You must specify a repository to clone."10806msgstr "Tienes que especificar un repositorio para clonar."1080710808#: builtin/clone.c:93710809#, c-format10810msgid "--bare and --origin %s options are incompatible."10811msgstr "Las opciones --bare y --origin %s son incompatibles."1081210813#: builtin/clone.c:94010814msgid "--bare and --separate-git-dir are incompatible."10815msgstr "--bare y --separate-git-dir son incompatibles."1081610817#: builtin/clone.c:95310818#, c-format10819msgid "repository '%s' does not exist"10820msgstr "repositorio '%s' no existe"1082110822#: builtin/clone.c:959 builtin/fetch.c:161010823#, c-format10824msgid "depth %s is not a positive number"10825msgstr "profundidad %s no es un numero positivo"1082610827#: builtin/clone.c:96910828#, c-format10829msgid "destination path '%s' already exists and is not an empty directory."10830msgstr "la ruta de destino '%s' ya existe y no es un directorio vacío."1083110832#: builtin/clone.c:97910833#, c-format10834msgid "working tree '%s' already exists."10835msgstr "directorio de trabajo '%s' ya existe."1083610837#: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:26410838#: builtin/worktree.c:296 builtin/worktree.c:32810839#, c-format10840msgid "could not create leading directories of '%s'"10841msgstr "no se pudo crear directorios principales de '%s'"1084210843#: builtin/clone.c:99910844#, c-format10845msgid "could not create work tree dir '%s'"10846msgstr "no se pudo crear un árbol de trabajo '%s'"1084710848#: builtin/clone.c:101910849#, c-format10850msgid "Cloning into bare repository '%s'...\n"10851msgstr "Clonando en un repositorio vacío '%s'...\n"1085210853#: builtin/clone.c:102110854#, c-format10855msgid "Cloning into '%s'...\n"10856msgstr "Clonando en '%s'...\n"1085710858#: builtin/clone.c:104510859msgid ""10860"clone --recursive is not compatible with both --reference and --reference-if-"10861"able"10862msgstr ""10863"clone --recursive no es compatible con --reference y --reference-if-able al "10864"mismo tiempo"1086510866#: builtin/clone.c:110610867msgid "--depth is ignored in local clones; use file:// instead."10868msgstr "--depth es ignorada en clonaciones locales; usa file:// más bien."1086910870#: builtin/clone.c:110810871msgid "--shallow-since is ignored in local clones; use file:// instead."10872msgstr "--shallow-since es ignorado en el clon local; use file:// ."1087310874#: builtin/clone.c:111010875msgid "--shallow-exclude is ignored in local clones; use file:// instead."10876msgstr "--shallow-exclude es ignorado en clones locales; use file://."1087710878#: builtin/clone.c:111210879msgid "--filter is ignored in local clones; use file:// instead."10880msgstr "--filter es ignorado en clones locales; usa file:// en su lugar."1088110882#: builtin/clone.c:111510883msgid "source repository is shallow, ignoring --local"10884msgstr "repositorio fuente es superficial, ignorando --local"1088510886#: builtin/clone.c:112010887msgid "--local is ignored"10888msgstr "--local es ignorado"1088910890#: builtin/clone.c:1197 builtin/clone.c:120510891#, c-format10892msgid "Remote branch %s not found in upstream %s"10893msgstr "Rama remota %s no encontrada en upstream %s"1089410895#: builtin/clone.c:120810896msgid "You appear to have cloned an empty repository."10897msgstr "Pareces haber clonado un repositorio sin contenido."1089810899#: builtin/column.c:1010900msgid "git column [<options>]"10901msgstr "git column [<opciones>]"1090210903#: builtin/column.c:2710904msgid "lookup config vars"10905msgstr "revisa las variables de configuraciones"1090610907#: builtin/column.c:28 builtin/column.c:2910908msgid "layout to use"10909msgstr "capa a usar"1091010911#: builtin/column.c:3010912msgid "Maximum width"10913msgstr "Ancho máximo"1091410915#: builtin/column.c:3110916msgid "Padding space on left border"10917msgstr "Realizando padding en el borde izquierdo"1091810919#: builtin/column.c:3210920msgid "Padding space on right border"10921msgstr "Realizando padding en el borde derecho"1092210923#: builtin/column.c:3310924msgid "Padding space between columns"10925msgstr "Realizando padding entre columnas"1092610927#: builtin/column.c:5110928msgid "--command must be the first argument"10929msgstr "--command debe ser el primer argumento"1093010931#: builtin/commit-tree.c:1810932msgid ""10933"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "10934"<file>)...] <tree>"10935msgstr ""10936"git commit-tree [(-p <padre>)...] [-S[<keyid>]] [(-m <mensaje>)...] [(-F "10937"<archivo>)...] <árbol>"1093810939#: builtin/commit-tree.c:3110940#, c-format10941msgid "duplicate parent %s ignored"10942msgstr "padre duplicado %s ignorado"1094310944#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:52010945#, c-format10946msgid "not a valid object name %s"10947msgstr "no es un nombre de objeto válido %s"1094810949#: builtin/commit-tree.c:9310950#, c-format10951msgid "git commit-tree: failed to open '%s'"10952msgstr "git commit-tree: falló al abrir '%s'"1095310954#: builtin/commit-tree.c:9610955#, c-format10956msgid "git commit-tree: failed to read '%s'"10957msgstr "git commit-tree: falló al leer '%s'"1095810959#: builtin/commit-tree.c:9810960#, c-format10961msgid "git commit-tree: failed to close '%s'"10962msgstr "git commit-tree: falló al cerrar '%s'"1096310964#: builtin/commit-tree.c:11110965msgid "parent"10966msgstr "padre"1096710968#: builtin/commit-tree.c:11210969msgid "id of a parent commit object"10970msgstr "id del objeto commit padre"1097110972#: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:26810973#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:147310974#: builtin/tag.c:40610975msgid "message"10976msgstr "mensaje"1097710978#: builtin/commit-tree.c:115 builtin/commit.c:148010979msgid "commit message"10980msgstr "mensaje del commit"1098110982#: builtin/commit-tree.c:11810983msgid "read commit log message from file"10984msgstr "leer mensaje de commit desde un archivo"1098510986#: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:28310987#: builtin/pull.c:193 builtin/revert.c:11710988msgid "GPG sign commit"10989msgstr "Firmar commit con GPG"1099010991#: builtin/commit-tree.c:13310992msgid "must give exactly one tree"10993msgstr "tiene que dar exactamente un árbol"1099410995#: builtin/commit-tree.c:14010996msgid "git commit-tree: failed to read"10997msgstr "git commit-tree: falló al leer"1099810999#: builtin/commit.c:4111000msgid "git commit [<options>] [--] <pathspec>..."11001msgstr "git commit [<opciones>] [--] <especificación-de-ruta>..."1100211003#: builtin/commit.c:4611004msgid "git status [<options>] [--] <pathspec>..."11005msgstr "git status [<opciones>] [--] <especificación-de-ruta>..."1100611007#: builtin/commit.c:5111008msgid ""11009"You asked to amend the most recent commit, but doing so would make\n"11010"it empty. You can repeat your command with --allow-empty, or you can\n"11011"remove the commit entirely with \"git reset HEAD^\".\n"11012msgstr ""11013"Has solicitado un amend en tu commit mas reciente, pero hacerlo lo \n"11014"vaciaría. Puedes repetir el comando con --alow-empty, o puedes eliminar\n"11015"el commit completamente con \"git reset HEAD^\".\n"1101611017#: builtin/commit.c:5611018msgid ""11019"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"11020"If you wish to commit it anyway, use:\n"11021"\n"11022" git commit --allow-empty\n"11023"\n"11024msgstr ""11025"El cherry-pick anterior ahora está vacío, posiblemente por un conflicto de "11026"resolución.\n"11027"Si desea realizar un commit de todas maneras, use:\n"11028"\n"11029" git commit --allow-empty\n"11030"\n"1103111032#: builtin/commit.c:6311033msgid "Otherwise, please use 'git reset'\n"11034msgstr "Caso contrario, por favor usa 'git reset'\n"1103511036#: builtin/commit.c:6611037msgid ""11038"If you wish to skip this commit, use:\n"11039"\n"11040" git reset\n"11041"\n"11042"Then \"git cherry-pick --continue\" will resume cherry-picking\n"11043"the remaining commits.\n"11044msgstr ""11045"Si quiere saltar este commit, use:\n"11046"\n"11047" git reset\n"11048"\n"11049"Luego \"git cherry-pick --continue\" continuara el cherry-picking\n"11050"para los commits restantes.\n"1105111052#: builtin/commit.c:31211053msgid "failed to unpack HEAD tree object"11054msgstr "falló al desempaquetar objeto del árbol HEAD"1105511056#: builtin/commit.c:35311057msgid "unable to create temporary index"11058msgstr "no es posible crear un índice temporal"1105911060#: builtin/commit.c:35911061msgid "interactive add failed"11062msgstr "adición interactiva fallida"1106311064#: builtin/commit.c:37311065msgid "unable to update temporary index"11066msgstr "no es posible actualizar el índice temporal"1106711068#: builtin/commit.c:37511069msgid "Failed to update main cache tree"11070msgstr "Falló al actualizar el cache principal del árbol"1107111072#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:46911073msgid "unable to write new_index file"11074msgstr "no es posible escribir archivo new_index"1107511076#: builtin/commit.c:45211077msgid "cannot do a partial commit during a merge."11078msgstr "no se puede realizar un commit parcial durante una fusión."1107911080#: builtin/commit.c:45411081msgid "cannot do a partial commit during a cherry-pick."11082msgstr "no se puede realizar un commit parcial durante un cherry-pick."1108311084#: builtin/commit.c:46211085msgid "cannot read the index"11086msgstr "no se puede leer el índice"1108711088#: builtin/commit.c:48111089msgid "unable to write temporary index file"11090msgstr "no es posible escribir el índice temporal"1109111092#: builtin/commit.c:57911093#, c-format11094msgid "commit '%s' lacks author header"11095msgstr "commit '%s' requiere cabecera de autor"1109611097#: builtin/commit.c:58111098#, c-format11099msgid "commit '%s' has malformed author line"11100msgstr "el commit '%s' tiene una línea de autor mal formada"1110111102#: builtin/commit.c:60011103msgid "malformed --author parameter"11104msgstr "parámetro --author mal formado"1110511106#: builtin/commit.c:65311107msgid ""11108"unable to select a comment character that is not used\n"11109"in the current commit message"11110msgstr ""11111"no es posible seleccionar un carácter de comentario que no es usado\n"11112"en el mensaje de commit actual"1111311114#: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:106911115#, c-format11116msgid "could not lookup commit %s"11117msgstr "no se pudo revisar el commit %s"1111811119#: builtin/commit.c:703 builtin/shortlog.c:31911120#, c-format11121msgid "(reading log message from standard input)\n"11122msgstr "(leyendo mensajes de logs desde standard input)\n"1112311124#: builtin/commit.c:70511125msgid "could not read log from standard input"11126msgstr "no se pudo leer log desde standard input"1112711128#: builtin/commit.c:70911129#, c-format11130msgid "could not read log file '%s'"11131msgstr "no se pudo leer el log '%s'"1113211133#: builtin/commit.c:740 builtin/commit.c:75611134msgid "could not read SQUASH_MSG"11135msgstr "no se pudo leer SQUASH_MSG"1113611137#: builtin/commit.c:74711138msgid "could not read MERGE_MSG"11139msgstr "no se pudo leer MERGE_MSG"1114011141#: builtin/commit.c:80711142msgid "could not write commit template"11143msgstr "no se pudo escribir el template del commit"1114411145#: builtin/commit.c:82611146#, c-format11147msgid ""11148"\n"11149"It looks like you may be committing a merge.\n"11150"If this is not correct, please remove the file\n"11151"\t%s\n"11152"and try again.\n"11153msgstr ""11154"\n"11155"Parece que estás haciendo un commit con una fusión dentro.\n"11156"Si esto no es correcto, por favor remueve el archivo\n"11157"\t%s\n"11158"y vuelve a intentar.\n"1115911160#: builtin/commit.c:83111161#, c-format11162msgid ""11163"\n"11164"It looks like you may be committing a cherry-pick.\n"11165"If this is not correct, please remove the file\n"11166"\t%s\n"11167"and try again.\n"11168msgstr ""11169"\n"11170"Parece que puede estar haciendo un commit a un cherry-pick.\n"11171"Si esto no es correcto, por favor elimine el archivo\n"11172"\t%s\n"11173"y vuelva a intentar.\n"1117411175#: builtin/commit.c:84411176#, c-format11177msgid ""11178"Please enter the commit message for your changes. Lines starting\n"11179"with '%c' will be ignored, and an empty message aborts the commit.\n"11180msgstr ""11181"Por favor ingrese el mensaje del commit para sus cambios. Las líneas que "11182"comiencen\n"11183"con '%c' serán ignoradas, y un mensaje vacío aborta el commit.\n"1118411185#: builtin/commit.c:85211186#, c-format11187msgid ""11188"Please enter the commit message for your changes. Lines starting\n"11189"with '%c' will be kept; you may remove them yourself if you want to.\n"11190"An empty message aborts the commit.\n"11191msgstr ""11192"Por favor ingrese el mensaje del commit para sus cambios. Las líneas que "11193"comiencen\n"11194"con '%c' serán guardadas; puede eliminarlas usted mismo si desea.\n"11195"Un mensaje vacío aborta el commit.\n"1119611197#: builtin/commit.c:86911198#, c-format11199msgid "%sAuthor: %.*s <%.*s>"11200msgstr "%sAutor: %.*s <%.*s>"1120111202#: builtin/commit.c:87711203#, c-format11204msgid "%sDate: %s"11205msgstr "%sFecha: %s"1120611207#: builtin/commit.c:88411208#, c-format11209msgid "%sCommitter: %.*s <%.*s>"11210msgstr "%sCommitter: %.*s <%.*s>"1121111212#: builtin/commit.c:90211213msgid "Cannot read index"11214msgstr "No se puede leer el índice"1121511216#: builtin/commit.c:96911217msgid "Error building trees"11218msgstr "Error al construir los árboles"1121911220#: builtin/commit.c:983 builtin/tag.c:26911221#, c-format11222msgid "Please supply the message using either -m or -F option.\n"11223msgstr "Por favor suministra el mensaje usando las opciones -m o -F.\n"1122411225#: builtin/commit.c:102711226#, c-format11227msgid "--author '%s' is not 'Name <email>' and matches no existing author"11228msgstr ""11229"--author '%s' no está en el formato 'Name <email>' y no concuerda con ningún "11230"autor existente"1123111232#: builtin/commit.c:104111233#, c-format11234msgid "Invalid ignored mode '%s'"11235msgstr "Modo ignorado inválido '%s'"1123611237#: builtin/commit.c:1059 builtin/commit.c:128411238#, c-format11239msgid "Invalid untracked files mode '%s'"11240msgstr "Modo inválido de los archivos no rastreados '%s'"1124111242#: builtin/commit.c:109711243msgid "--long and -z are incompatible"11244msgstr "--long y -z son incompatibles"1124511246#: builtin/commit.c:113011247msgid "Using both --reset-author and --author does not make sense"11248msgstr "Usar ambos --reset-author y --author no tiene sentido"1124911250#: builtin/commit.c:113911251msgid "You have nothing to amend."11252msgstr "No tienes nada que enmendar."1125311254#: builtin/commit.c:114211255msgid "You are in the middle of a merge -- cannot amend."11256msgstr "Estás en medio de una fusión -- no puedes enmendar."1125711258#: builtin/commit.c:114411259msgid "You are in the middle of a cherry-pick -- cannot amend."11260msgstr "Está en medio de un cherry-pick -- no se puede enmendar."1126111262#: builtin/commit.c:114711263msgid "Options --squash and --fixup cannot be used together"11264msgstr "Opciones --squash y --fixup no pueden ser usadas juntas"1126511266#: builtin/commit.c:115711267msgid "Only one of -c/-C/-F/--fixup can be used."11268msgstr "Solo uno de -c/-C/-F/--fixup puede ser usado."1126911270#: builtin/commit.c:115911271msgid "Option -m cannot be combined with -c/-C/-F."11272msgstr "La opción -m no puede ser combinada con -c/-C/-F."1127311274#: builtin/commit.c:116711275msgid "--reset-author can be used only with -C, -c or --amend."11276msgstr "--reset-author sólo puede ser usada con -C, -c o --amend."1127711278#: builtin/commit.c:118411279msgid "Only one of --include/--only/--all/--interactive/--patch can be used."11280msgstr ""11281"Solo uno de --include/--only/--all/--interactive/--patch puede ser usado."1128211283#: builtin/commit.c:118611284msgid "No paths with --include/--only does not make sense."11285msgstr "No hay rutas con --include/--only no tiene sentido."1128611287#: builtin/commit.c:119211288#, c-format11289msgid "paths '%s ...' with -a does not make sense"11290msgstr "paths '%s ...' con -a no tiene sentido"1129111292#: builtin/commit.c:1319 builtin/commit.c:150311293msgid "show status concisely"11294msgstr "mostrar status de manera concisa"1129511296#: builtin/commit.c:1321 builtin/commit.c:150511297msgid "show branch information"11298msgstr "mostrar información de la rama"1129911300#: builtin/commit.c:132311301msgid "show stash information"11302msgstr "mostrar información del stash"1130311304#: builtin/commit.c:1325 builtin/commit.c:150711305msgid "compute full ahead/behind values"11306msgstr "calcular todos los valores delante/atrás"1130711308#: builtin/commit.c:132711309msgid "version"11310msgstr "version"1131111312#: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:56111313#: builtin/worktree.c:64311314msgid "machine-readable output"11315msgstr "output formato-maquina"1131611317#: builtin/commit.c:1330 builtin/commit.c:151111318msgid "show status in long format (default)"11319msgstr "mostrar status en formato largo (default)"1132011321#: builtin/commit.c:1333 builtin/commit.c:151411322msgid "terminate entries with NUL"11323msgstr "terminar entradas con NUL"1132411325#: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:151711326#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:146511327#: parse-options.h:33111328msgid "mode"11329msgstr "modo"1133011331#: builtin/commit.c:1336 builtin/commit.c:151711332msgid "show untracked files, optional modes: all, normal, no. (Default: all)"11333msgstr ""11334"mostrar archivos sin seguimiento, modos opcionales: all, normal, no. "11335"(Predeterminado: all)"1133611337#: builtin/commit.c:134011338msgid ""11339"show ignored files, optional modes: traditional, matching, no. (Default: "11340"traditional)"11341msgstr ""11342"mostrar archivos ignorados, modos opcionales: traditional, matching, no. "11343"(Predeterminado: traditional)"1134411345#: builtin/commit.c:1342 parse-options.h:17911346msgid "when"11347msgstr "cuando"1134811349#: builtin/commit.c:134311350msgid ""11351"ignore changes to submodules, optional when: all, dirty, untracked. "11352"(Default: all)"11353msgstr ""11354"ignorar cambios en submódulos, opcional cuando: all,dirty,untracked. "11355"(Default: all)"1135611357#: builtin/commit.c:134511358msgid "list untracked files in columns"11359msgstr "listar en columnas los archivos sin seguimiento"1136011361#: builtin/commit.c:134611362msgid "do not detect renames"11363msgstr "no detectar renombrados"1136411365#: builtin/commit.c:134811366msgid "detect renames, optionally set similarity index"11367msgstr "detectar renombres, opcionalmente configurar similaridad de índice"1136811369#: builtin/commit.c:136811370msgid "Unsupported combination of ignored and untracked-files arguments"11371msgstr ""11372"Combinación de argumentos de archivos ignorados y no rastreados no soportada"1137311374#: builtin/commit.c:147311375msgid "suppress summary after successful commit"11376msgstr "suprime summary tras un commit exitoso"1137711378#: builtin/commit.c:147411379msgid "show diff in commit message template"11380msgstr "mostrar diff en el template del mensaje de commit"1138111382#: builtin/commit.c:147611383msgid "Commit message options"11384msgstr "Opciones para el mensaje del commit"1138511386#: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:40811387msgid "read message from file"11388msgstr "leer mensaje desde un archivo"1138911390#: builtin/commit.c:147811391msgid "author"11392msgstr "autor"1139311394#: builtin/commit.c:147811395msgid "override author for commit"11396msgstr "sobrescribe el autor del commit"1139711398#: builtin/commit.c:1479 builtin/gc.c:53911399msgid "date"11400msgstr "fecha"1140111402#: builtin/commit.c:147911403msgid "override date for commit"11404msgstr "sobrescribe la fecha del commit"1140511406#: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:148311407#: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:9211408msgid "commit"11409msgstr "confirmar"1141011411#: builtin/commit.c:148111412msgid "reuse and edit message from specified commit"11413msgstr "reusar y editar el mensaje de un commit especifico"1141411415#: builtin/commit.c:148211416msgid "reuse message from specified commit"11417msgstr "reusar el mensaje de un commit especifico"1141811419#: builtin/commit.c:148311420msgid "use autosquash formatted message to fixup specified commit"11421msgstr ""11422"usar mensaje de formato autosquash para arreglar el commit especificado"1142311424#: builtin/commit.c:148411425msgid "use autosquash formatted message to squash specified commit"11426msgstr ""11427"usar el mensaje de formato autosquash para realizar squash al commit "11428"especificado"1142911430#: builtin/commit.c:148511431msgid "the commit is authored by me now (used with -C/-c/--amend)"11432msgstr "el autor del commit soy yo ahora (usado con -C/-c/--amend)"1143311434#: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:28511435#: builtin/pull.c:162 builtin/revert.c:10911436msgid "add Signed-off-by:"11437msgstr "agregar Signed-off-by: (firmado por)"1143811439#: builtin/commit.c:148711440msgid "use specified template file"11441msgstr "usar archivo de template especificado"1144211443#: builtin/commit.c:148811444msgid "force edit of commit"11445msgstr "forzar la edición del commit"1144611447#: builtin/commit.c:149011448msgid "include status in commit message template"11449msgstr "incluir status en el template del mensaje de commit"1145011451#: builtin/commit.c:149511452msgid "Commit contents options"11453msgstr "Opciones para el contenido del commit"1145411455#: builtin/commit.c:149611456msgid "commit all changed files"11457msgstr "confirmar todos los archivos cambiados"1145811459#: builtin/commit.c:149711460msgid "add specified files to index for commit"11461msgstr "agregar archivos específicos al índice para confirmar"1146211463#: builtin/commit.c:149811464msgid "interactively add files"11465msgstr "agregar archivos interactivamente"1146611467#: builtin/commit.c:149911468msgid "interactively add changes"11469msgstr "agregar cambios interactivamente"1147011471#: builtin/commit.c:150011472msgid "commit only specified files"11473msgstr "sólo confirmar archivos específicos"1147411475#: builtin/commit.c:150111476msgid "bypass pre-commit and commit-msg hooks"11477msgstr "evitar los capturadores (hooks) de pre-commit y commit-msg"1147811479#: builtin/commit.c:150211480msgid "show what would be committed"11481msgstr "mostrar lo que sería incluido en el commit"1148211483#: builtin/commit.c:151511484msgid "amend previous commit"11485msgstr "enmendar commit previo"1148611487#: builtin/commit.c:151611488msgid "bypass post-rewrite hook"11489msgstr "gancho bypass post reescritura"1149011491#: builtin/commit.c:152111492msgid "ok to record an empty change"11493msgstr "ok al grabar un cambio vacío"1149411495#: builtin/commit.c:152311496msgid "ok to record a change with an empty message"11497msgstr "ok al grabar un cambio con un mensaje vacío"1149811499#: builtin/commit.c:159611500#, c-format11501msgid "Corrupt MERGE_HEAD file (%s)"11502msgstr "Archivo MERGE_HEAD (%s) corrupto"1150311504#: builtin/commit.c:160311505msgid "could not read MERGE_MODE"11506msgstr "no se pudo leer MERGE_MODE"1150711508#: builtin/commit.c:162211509#, c-format11510msgid "could not read commit message: %s"11511msgstr "no se pudo leer el mensaje de commit: %s"1151211513#: builtin/commit.c:162911514#, c-format11515msgid "Aborting commit due to empty commit message.\n"11516msgstr "Abortando commit debido que el mensaje está en blanco.\n"1151711518#: builtin/commit.c:163411519#, c-format11520msgid "Aborting commit; you did not edit the message.\n"11521msgstr "Abortando commit; no se ha editado el mensaje\n"1152211523#: builtin/commit.c:166811524msgid ""11525"repository has been updated, but unable to write\n"11526"new_index file. Check that disk is not full and quota is\n"11527"not exceeded, and then \"git reset HEAD\" to recover."11528msgstr ""11529"el repositorio ha sido actualizado, pero no se pudo escribir el archivo\n"11530"new_index. Verifique que el disco no este lleno y la quota no ha\n"11531"sido superada, y luego \"git reset HEAD\" para recuperar."1153211533#: builtin/commit-graph.c:1011534msgid "git commit-graph [--object-dir <objdir>]"11535msgstr "git commit-graph [--object-dir <objdir>]"1153611537#: builtin/commit-graph.c:11 builtin/commit-graph.c:2311538msgid "git commit-graph read [--object-dir <objdir>]"11539msgstr "git commit-graph read [--object-dir <objdir>]"1154011541#: builtin/commit-graph.c:12 builtin/commit-graph.c:1811542msgid "git commit-graph verify [--object-dir <objdir>]"11543msgstr "git commit-graph verify [--object-dir <objdir>]"1154411545#: builtin/commit-graph.c:13 builtin/commit-graph.c:2811546msgid ""11547"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"11548"stdin-packs|--stdin-commits]"11549msgstr ""11550"git commit-graph write [--object-dir <objdir>] [--append][--reachable|--"11551"stdin-packs|--stdin-commits]"1155211553#: builtin/commit-graph.c:51 builtin/commit-graph.c:8911554#: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:15311555#: builtin/log.c:156111556msgid "dir"11557msgstr "dir"1155811559#: builtin/commit-graph.c:52 builtin/commit-graph.c:9011560#: builtin/commit-graph.c:148 builtin/commit-graph.c:20611561msgid "The object directory to store the graph"11562msgstr "El directorio de objetos para guardar el gráfico"1156311564#: builtin/commit-graph.c:68 builtin/commit-graph.c:10511565#, c-format11566msgid "Could not open commit-graph '%s'"11567msgstr "No se pudo abrir commit-graph '%s'"1156811569#: builtin/commit-graph.c:15011570msgid "start walk at all refs"11571msgstr "comenzar caminata en todas las refs"1157211573#: builtin/commit-graph.c:15211574msgid "scan pack-indexes listed by stdin for commits"11575msgstr "escanear paquete de índices por stdin por commits"1157611577#: builtin/commit-graph.c:15411578msgid "start walk at commits listed by stdin"11579msgstr "comenzar a caminar a los commits listados por stdin"1158011581#: builtin/commit-graph.c:15611582msgid "include all commits already in the commit-graph file"11583msgstr "inclye todos los commits que ya están en el archivo commit-graph"1158411585#: builtin/commit-graph.c:16511586msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"11587msgstr "use como máximo uno de --reachable, --stdin-commits, o --stdin-packs"1158811589#: builtin/config.c:1111590msgid "git config [<options>]"11591msgstr "git config [<opciones>]"1159211593#: builtin/config.c:10311594#, c-format11595msgid "unrecognized --type argument, %s"11596msgstr "argumento --type no reconocido, %s"1159711598#: builtin/config.c:11511599msgid "only one type at a time"11600msgstr "solo un tipo a la vez"1160111602#: builtin/config.c:12411603msgid "Config file location"11604msgstr "Ubicación del archivo configuración"1160511606#: builtin/config.c:12511607msgid "use global config file"11608msgstr "usar archivo de config global"1160911610#: builtin/config.c:12611611msgid "use system config file"11612msgstr "usar archivo de config del sistema"1161311614#: builtin/config.c:12711615msgid "use repository config file"11616msgstr "usar archivo de config del repositorio"1161711618#: builtin/config.c:12811619msgid "use per-worktree config file"11620msgstr "usar un archivo de config por árbol de trabajo"1162111622#: builtin/config.c:12911623msgid "use given config file"11624msgstr "usar archivo config especificado"1162511626#: builtin/config.c:13011627msgid "blob-id"11628msgstr "blob-id"1162911630#: builtin/config.c:13011631msgid "read config from given blob object"11632msgstr "leer config del objeto blob suministrado"1163311634#: builtin/config.c:13111635msgid "Action"11636msgstr "Acción"1163711638#: builtin/config.c:13211639msgid "get value: name [value-regex]"11640msgstr "obtener valor: nombre [valor-regex]"1164111642#: builtin/config.c:13311643msgid "get all values: key [value-regex]"11644msgstr "obtener todos los valores: llave [valores-regex]"1164511646#: builtin/config.c:13411647msgid "get values for regexp: name-regex [value-regex]"11648msgstr "obtener valores para una regexp: nombre-regex [valor-regex]"1164911650#: builtin/config.c:13511651msgid "get value specific for the URL: section[.var] URL"11652msgstr "obtener valor especifico para el URL: sección[.var] URL"1165311654#: builtin/config.c:13611655msgid "replace all matching variables: name value [value_regex]"11656msgstr ""11657"remplazar todas las variables que concuerden: nombre valor [valor_regex]"1165811659#: builtin/config.c:13711660msgid "add a new variable: name value"11661msgstr "agregar nueva variable: nombre valor"1166211663#: builtin/config.c:13811664msgid "remove a variable: name [value-regex]"11665msgstr "borrar una variable. nombre [valor-regex]"1166611667#: builtin/config.c:13911668msgid "remove all matches: name [value-regex]"11669msgstr "borrar todas las concurrencias: nombre [valor-regex]"1167011671#: builtin/config.c:14011672msgid "rename section: old-name new-name"11673msgstr "renombrar sección: nombre-viejo nombre-nuevo"1167411675#: builtin/config.c:14111676msgid "remove a section: name"11677msgstr "borrar una sección: nombre"1167811679#: builtin/config.c:14211680msgid "list all"11681msgstr "listar todo"1168211683#: builtin/config.c:14311684msgid "open an editor"11685msgstr "abrir el editor"1168611687#: builtin/config.c:14411688msgid "find the color configured: slot [default]"11689msgstr "encontrar el color configurado: slot [default]"1169011691#: builtin/config.c:14511692msgid "find the color setting: slot [stdout-is-tty]"11693msgstr "encontrar las opciones del color: slot [stdout-es-tty]"1169411695#: builtin/config.c:14611696msgid "Type"11697msgstr "Tipo"1169811699#: builtin/config.c:14711700msgid "value is given this type"11701msgstr "al valor se ha dado este tipo"1170211703#: builtin/config.c:14811704msgid "value is \"true\" or \"false\""11705msgstr "valor es \"true\" o \"false\""1170611707#: builtin/config.c:14911708msgid "value is decimal number"11709msgstr "valor es un numero decimal"1171011711#: builtin/config.c:15011712msgid "value is --bool or --int"11713msgstr "valor es --bool o --int"1171411715#: builtin/config.c:15111716msgid "value is a path (file or directory name)"11717msgstr "valor es una ruta (archivo o nombre de directorio)"1171811719#: builtin/config.c:15211720msgid "value is an expiry date"11721msgstr "valor es una fecha de expiración"1172211723#: builtin/config.c:15311724msgid "Other"11725msgstr "Otro"1172611727#: builtin/config.c:15411728msgid "terminate values with NUL byte"11729msgstr "terminar valores con un byte NULL"1173011731#: builtin/config.c:15511732msgid "show variable names only"11733msgstr "mostrar solo nombres de variables"1173411735#: builtin/config.c:15611736msgid "respect include directives on lookup"11737msgstr "respetar directivas include en la búsqueda"1173811739#: builtin/config.c:15711740msgid "show origin of config (file, standard input, blob, command line)"11741msgstr "mostrar el origen de configuración (archivo, stdin, blob, comando)"1174211743#: builtin/config.c:15811744msgid "value"11745msgstr "valor"1174611747#: builtin/config.c:15811748msgid "with --get, use default value when missing entry"11749msgstr "con --get, usa el valor por defecto cuando falta una entrada"1175011751#: builtin/config.c:17211752#, c-format11753msgid "wrong number of arguments, should be %d"11754msgstr "número de argumentos inválidos, deberían ser %d"1175511756#: builtin/config.c:17411757#, c-format11758msgid "wrong number of arguments, should be from %d to %d"11759msgstr "número de argumentos inválidos, deberían ser de %d a %d"1176011761#: builtin/config.c:30811762#, c-format11763msgid "invalid key pattern: %s"11764msgstr "patrón de llave inválido: %s"1176511766#: builtin/config.c:34411767#, c-format11768msgid "failed to format default config value: %s"11769msgstr "falló al formatear el valor por defecto de configuración: %s"1177011771#: builtin/config.c:40111772#, c-format11773msgid "cannot parse color '%s'"11774msgstr "no se analizar color '%s'"1177511776#: builtin/config.c:44311777msgid "unable to parse default color value"11778msgstr "no es posible analizar el valor por defecto de color"1177911780#: builtin/config.c:496 builtin/config.c:74211781msgid "not in a git directory"11782msgstr "no en un directorio git"1178311784#: builtin/config.c:49911785msgid "writing to stdin is not supported"11786msgstr "escribir en stdin no está soportado"1178711788#: builtin/config.c:50211789msgid "writing config blobs is not supported"11790msgstr "escribir blobs de configuración no está soportado"1179111792#: builtin/config.c:58711793#, c-format11794msgid ""11795"# This is Git's per-user configuration file.\n"11796"[user]\n"11797"# Please adapt and uncomment the following lines:\n"11798"#\tname = %s\n"11799"#\temail = %s\n"11800msgstr ""11801"# Este es el archivo de configuración de Git por usuario.\n"11802"[user]\n"11803"# Por favor, adapta y descomenta las siguientes líneas:\n"11804"#\tname = %s\n"11805"#\temail = %s\n"1180611807#: builtin/config.c:61111808msgid "only one config file at a time"11809msgstr "solo un archivo de configuración a la vez"1181011811#: builtin/config.c:61611812msgid "--local can only be used inside a git repository"11813msgstr "--local solo puedo ser usado dentro de un repositorio"1181411815#: builtin/config.c:61911816msgid "--blob can only be used inside a git repository"11817msgstr "--blob solo puede ser usado dentro de un repositorio"1181811819#: builtin/config.c:63811820msgid "$HOME not set"11821msgstr "$HOME no está configurado"1182211823#: builtin/config.c:65811824msgid ""11825"--worktree cannot be used with multiple working trees unless the config\n"11826"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"11827"section in \"git help worktree\" for details"11828msgstr ""11829"--worktree no puede ser usado con multiples árboles de trabajo a menos que "11830"la\n"11831"extensión worktreeConfig esté habilitada. Por favor lea \"CONFIGURATION FILE"11832"\"\n"11833"en \"git help worktree\" para más detalles"1183411835#: builtin/config.c:68811836msgid "--get-color and variable type are incoherent"11837msgstr "--get-color y tipo de variable incoherente"1183811839#: builtin/config.c:69311840msgid "only one action at a time"11841msgstr "solo una acción a la vez"1184211843#: builtin/config.c:70611844msgid "--name-only is only applicable to --list or --get-regexp"11845msgstr "--name-only solo es aplicable para --list o --get-regexp"1184611847#: builtin/config.c:71211848msgid ""11849"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"11850"list"11851msgstr ""11852"--show-origin solo es aplicable para --get, --get-all, --get-regexp, y --list"1185311854#: builtin/config.c:71811855msgid "--default is only applicable to --get"11856msgstr "--default solo es aplicable para --get"1185711858#: builtin/config.c:73111859#, c-format11860msgid "unable to read config file '%s'"11861msgstr "no se puede leer el archivo de configuración '%s'"1186211863#: builtin/config.c:73411864msgid "error processing config file(s)"11865msgstr "error al procesar archivo(s) de configuración"1186611867#: builtin/config.c:74411868msgid "editing stdin is not supported"11869msgstr "editar stdin no está soportado"1187011871#: builtin/config.c:74611872msgid "editing blobs is not supported"11873msgstr "editar blobs no está soportado"1187411875#: builtin/config.c:76011876#, c-format11877msgid "cannot create configuration file %s"11878msgstr "no se puede crear el archivo de configuración %s"1187911880#: builtin/config.c:77311881#, c-format11882msgid ""11883"cannot overwrite multiple values with a single value\n"11884" Use a regexp, --add or --replace-all to change %s."11885msgstr ""11886"no se puede sobrescribir múltiples valores con un único valor\n"11887"\tUse una regexp, --add o --replace-all para cambiar %s."1188811889#: builtin/config.c:847 builtin/config.c:85811890#, c-format11891msgid "no such section: %s"11892msgstr "no existe la sección: %s"1189311894#: builtin/count-objects.c:9011895msgid "git count-objects [-v] [-H | --human-readable]"11896msgstr "git count-objects [-v] [-H | --human-readable]"1189711898#: builtin/count-objects.c:10011899msgid "print sizes in human readable format"11900msgstr "mostrar tamaños en formato legible para humano"1190111902#: builtin/describe.c:2711903msgid "git describe [<options>] [<commit-ish>...]"11904msgstr "git describe [<opciones>] [<commit-ish>...]"1190511906#: builtin/describe.c:2811907msgid "git describe [<options>] --dirty"11908msgstr "git describe [<opciones>] --dirty"1190911910#: builtin/describe.c:6311911msgid "head"11912msgstr "head"1191311914#: builtin/describe.c:6311915msgid "lightweight"11916msgstr "ligero"1191711918#: builtin/describe.c:6311919msgid "annotated"11920msgstr "anotado"1192111922#: builtin/describe.c:27311923#, c-format11924msgid "annotated tag %s not available"11925msgstr "tag anotado %s no disponible"1192611927#: builtin/describe.c:27711928#, c-format11929msgid "annotated tag %s has no embedded name"11930msgstr "tag anotado %s no tiene nombre embebido"1193111932#: builtin/describe.c:27911933#, c-format11934msgid "tag '%s' is really '%s' here"11935msgstr "tag '%s' es realmente '%s' aquí"1193611937#: builtin/describe.c:32311938#, c-format11939msgid "no tag exactly matches '%s'"11940msgstr "no hay tag que concuerde exactamente con '%s'"1194111942#: builtin/describe.c:32511943#, c-format11944msgid "No exact match on refs or tags, searching to describe\n"11945msgstr "No hay coincidencia exacta en refs o tags, buscando en describe\n"1194611947#: builtin/describe.c:37911948#, c-format11949msgid "finished search at %s\n"11950msgstr "búsqueda finalizada a las %s\n"1195111952#: builtin/describe.c:40511953#, c-format11954msgid ""11955"No annotated tags can describe '%s'.\n"11956"However, there were unannotated tags: try --tags."11957msgstr ""11958"No hay tags anotados que puedan describir '%s'.\n"11959"Sin embargo, hubieron tags no anotados: intente --tags."1196011961#: builtin/describe.c:40911962#, c-format11963msgid ""11964"No tags can describe '%s'.\n"11965"Try --always, or create some tags."11966msgstr ""11967"Ningún tag puede describit '%s'.\n"11968"Intente --always, o cree algunos tags."1196911970#: builtin/describe.c:43911971#, c-format11972msgid "traversed %lu commits\n"11973msgstr "%lu commits cruzados\n"1197411975#: builtin/describe.c:44211976#, c-format11977msgid ""11978"more than %i tags found; listed %i most recent\n"11979"gave up search at %s\n"11980msgstr ""11981"se encontró más de %i tags; se mostró %i más reciente\n"11982"fin de la búsqueda en %s\n"1198311984#: builtin/describe.c:51011985#, c-format11986msgid "describe %s\n"11987msgstr "describe %s\n"1198811989#: builtin/describe.c:51311990#, c-format11991msgid "Not a valid object name %s"11992msgstr "Nombre de objeto %s no válido"1199311994#: builtin/describe.c:52111995#, c-format11996msgid "%s is neither a commit nor blob"11997msgstr "%s no es un commit ni un blob"1199811999#: builtin/describe.c:53512000msgid "find the tag that comes after the commit"12001msgstr "encontrar el tag que viene después del commit"1200212003#: builtin/describe.c:53612004msgid "debug search strategy on stderr"12005msgstr "hacer debug a la estrategia de búsqueda en stderr"1200612007#: builtin/describe.c:53712008msgid "use any ref"12009msgstr "use cualquier ref"1201012011#: builtin/describe.c:53812012msgid "use any tag, even unannotated"12013msgstr "use cualquier tag, incluso los no anotados"1201412015#: builtin/describe.c:53912016msgid "always use long format"12017msgstr "siempre usar formato largo"1201812019#: builtin/describe.c:54012020msgid "only follow first parent"12021msgstr "solo seguir el primer patrón"1202212023#: builtin/describe.c:54312024msgid "only output exact matches"12025msgstr "solo mostrar concordancias exactas"1202612027#: builtin/describe.c:54512028msgid "consider <n> most recent tags (default: 10)"12029msgstr "considerar <n> tags más recientes (default:10)"1203012031#: builtin/describe.c:54712032msgid "only consider tags matching <pattern>"12033msgstr "solo considerar tags que concuerden con <patrón>"1203412035#: builtin/describe.c:54912036msgid "do not consider tags matching <pattern>"12037msgstr "no considerar tags que concuerden con <patrón>"1203812039#: builtin/describe.c:551 builtin/name-rev.c:42612040msgid "show abbreviated commit object as fallback"12041msgstr "mostrar el objeto commit abreviado como fallback"1204212043#: builtin/describe.c:552 builtin/describe.c:55512044msgid "mark"12045msgstr "marca"1204612047#: builtin/describe.c:55312048msgid "append <mark> on dirty working tree (default: \"-dirty\")"12049msgstr "adjuntar <marca> en el árbol de trabajo sucio (default: \"-dirty\")"1205012051#: builtin/describe.c:55612052msgid "append <mark> on broken working tree (default: \"-broken\")"12053msgstr "adjuntar <marca> en un árbol de trabajo roto (default: \"-broken\")"1205412055#: builtin/describe.c:57412056msgid "--long is incompatible with --abbrev=0"12057msgstr "--long es incompatible con --abbrev=0"1205812059#: builtin/describe.c:60312060msgid "No names found, cannot describe anything."12061msgstr "No se encontraron nombres, no se puede describir nada."1206212063#: builtin/describe.c:65412064msgid "--dirty is incompatible with commit-ishes"12065msgstr "--dirty es incompatible con commit-ismos"1206612067#: builtin/describe.c:65612068msgid "--broken is incompatible with commit-ishes"12069msgstr "--broken es incompatible con commit-ismos"1207012071#: builtin/diff.c:8412072#, c-format12073msgid "'%s': not a regular file or symlink"12074msgstr "'%s': no es un archivo regular o un enlace simbólico"1207512076#: builtin/diff.c:23512077#, c-format12078msgid "invalid option: %s"12079msgstr "opción inválida: %s"1208012081#: builtin/diff.c:35012082msgid "Not a git repository"12083msgstr "No es un repositorio git"1208412085#: builtin/diff.c:39412086#, c-format12087msgid "invalid object '%s' given."12088msgstr "objeto '%s' entregado no es válido."1208912090#: builtin/diff.c:40312091#, c-format12092msgid "more than two blobs given: '%s'"12093msgstr "más de dos blobs entregados: '%s'"1209412095#: builtin/diff.c:40812096#, c-format12097msgid "unhandled object '%s' given."12098msgstr "objeto no manejado '%s' entregado."1209912100#: builtin/difftool.c:3012101msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"12102msgstr "git difftool [<opciones>] [<commit> [<commit>]] [--] [<ruta>...]"1210312104#: builtin/difftool.c:25312105#, c-format12106msgid "failed: %d"12107msgstr "falló: %d"1210812109#: builtin/difftool.c:29512110#, c-format12111msgid "could not read symlink %s"12112msgstr "no se pudo leer el symlink %s"1211312114#: builtin/difftool.c:29712115#, c-format12116msgid "could not read symlink file %s"12117msgstr "no se pudo leer el archivo symlink %s"1211812119#: builtin/difftool.c:30512120#, c-format12121msgid "could not read object %s for symlink %s"12122msgstr "no se pudo leer el objeto %s para el symlink %s"1212312124#: builtin/difftool.c:40612125msgid ""12126"combined diff formats('-c' and '--cc') are not supported in\n"12127"directory diff mode('-d' and '--dir-diff')."12128msgstr ""12129"formatos combinados de diff ('-c' y '--cc') no soportados en\n"12130"modo diff para directorio('-d' y '--dir-diff')."1213112132#: builtin/difftool.c:62612133#, c-format12134msgid "both files modified: '%s' and '%s'."12135msgstr "ambos archivos modificados: '%s' y '%s'."1213612137#: builtin/difftool.c:62812138msgid "working tree file has been left."12139msgstr "archivo del árbol de trabajo ha sido dejado."1214012141#: builtin/difftool.c:63912142#, c-format12143msgid "temporary files exist in '%s'."12144msgstr "archivo temporal existe en '%s'."1214512146#: builtin/difftool.c:64012147msgid "you may want to cleanup or recover these."12148msgstr "tal vez desee limpiar o recuperar estos."1214912150#: builtin/difftool.c:68912151msgid "use `diff.guitool` instead of `diff.tool`"12152msgstr "use `diff.guitool` en lugar de `diff.tool`"1215312154#: builtin/difftool.c:69112155msgid "perform a full-directory diff"12156msgstr "realizar un diff de todo el directorio"1215712158#: builtin/difftool.c:69312159msgid "do not prompt before launching a diff tool"12160msgstr "no mostrar antes de lanzar una herramienta de diff"1216112162#: builtin/difftool.c:69812163msgid "use symlinks in dir-diff mode"12164msgstr "usar enlaces simbólicos en modo dir-diff"1216512166#: builtin/difftool.c:69912167msgid "tool"12168msgstr "herramienta"1216912170#: builtin/difftool.c:70012171msgid "use the specified diff tool"12172msgstr "usar la herramienta de diff especificada"1217312174#: builtin/difftool.c:70212175msgid "print a list of diff tools that may be used with `--tool`"12176msgstr ""12177"mostrar una lista de herramientas de diff que pueden ser usadas con `--tool`"1217812179#: builtin/difftool.c:70512180msgid ""12181"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "12182"code"12183msgstr ""12184"hacer que 'git-difftool' salga cuando una herramienta de diff retorne un "12185"código de salida distinto de cero"1218612187#: builtin/difftool.c:70812188msgid "specify a custom command for viewing diffs"12189msgstr "especificar un comando personalizado para ver diffs"1219012191#: builtin/difftool.c:70912192msgid "passed to `diff`"12193msgstr "pasado a `diff`"1219412195#: builtin/difftool.c:72412196msgid "difftool requires worktree or --no-index"12197msgstr "difftool requiere un árbol de trabajo o --no-index"1219812199#: builtin/difftool.c:73112200msgid "--dir-diff is incompatible with --no-index"12201msgstr "--dirty-diff es incompatible con --no-index"1220212203#: builtin/difftool.c:73412204msgid "--gui, --tool and --extcmd are mutually exclusive"12205msgstr "--gui, --tool y --extcmd son mutuamente exclusivas"1220612207#: builtin/difftool.c:74212208msgid "no <tool> given for --tool=<tool>"12209msgstr "no se ha proporcionado <herramienta> para --tool=<herramienta>"1221012211#: builtin/difftool.c:74912212msgid "no <cmd> given for --extcmd=<cmd>"12213msgstr "no se ha entregado <comando> para --extcmd=<comando>"1221412215#: builtin/fast-export.c:2912216msgid "git fast-export [rev-list-opts]"12217msgstr "git fast-export [rev-list-opts]"1221812219#: builtin/fast-export.c:108412220msgid "show progress after <n> objects"12221msgstr "mostrar progreso después de <n> objetos"1222212223#: builtin/fast-export.c:108612224msgid "select handling of signed tags"12225msgstr "seleccionar el manejo de tags firmados"1222612227#: builtin/fast-export.c:108912228msgid "select handling of tags that tag filtered objects"12229msgstr "seleccionar el manejo de tags que son tags de objetos filtrados"1223012231#: builtin/fast-export.c:109212232msgid "Dump marks to this file"12233msgstr "Volcar marcas a este archivo"1223412235#: builtin/fast-export.c:109412236msgid "Import marks from this file"12237msgstr "Importar marcas de este archivo"1223812239#: builtin/fast-export.c:109612240msgid "Fake a tagger when tags lack one"12241msgstr "Falsificar un tagger cuando les falta uno"1224212243#: builtin/fast-export.c:109812244msgid "Output full tree for each commit"12245msgstr "Mostrar todo el árbol para cada commit"1224612247#: builtin/fast-export.c:110012248msgid "Use the done feature to terminate the stream"12249msgstr "Use el feature done para terminar el stream"1225012251#: builtin/fast-export.c:110112252msgid "Skip output of blob data"12253msgstr "Saltar el output de data blob"1225412255#: builtin/fast-export.c:1102 builtin/log.c:160912256msgid "refspec"12257msgstr "refspec"1225812259#: builtin/fast-export.c:110312260msgid "Apply refspec to exported refs"12261msgstr "Aplicar refspec para los refs exportados"1226212263#: builtin/fast-export.c:110412264msgid "anonymize output"12265msgstr "anonimizar la salida"1226612267#: builtin/fast-export.c:110612268msgid "Reference parents which are not in fast-export stream by object id"12269msgstr ""12270"Padres de la referencia que no estan en fast-export stream por id de objeto"1227112272#: builtin/fast-export.c:110812273msgid "Show original object ids of blobs/commits"12274msgstr "Mostrar ids de objetos originales para blobs/commits"1227512276#: builtin/fetch.c:2812277msgid "git fetch [<options>] [<repository> [<refspec>...]]"12278msgstr "git fetch [<opciones>] [<repositorio> [<refspec>...]]"1227912280#: builtin/fetch.c:2912281msgid "git fetch [<options>] <group>"12282msgstr "git fetch [<opciones>] <grupo>"1228312284#: builtin/fetch.c:3012285msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"12286msgstr "git fetch --multiple [<opciones>] [(<repositorio> | <grupo>)...]"1228712288#: builtin/fetch.c:3112289msgid "git fetch --all [<options>]"12290msgstr "git fetch --all [<opciones>]"1229112292#: builtin/fetch.c:115 builtin/pull.c:20212293msgid "fetch from all remotes"12294msgstr "extraer de todos los remotos"1229512296#: builtin/fetch.c:117 builtin/pull.c:20512297msgid "append to .git/FETCH_HEAD instead of overwriting"12298msgstr "adjuntar a .git/FETCH_HEAD en lugar de sobrescribir"1229912300#: builtin/fetch.c:119 builtin/pull.c:20812301msgid "path to upload pack on remote end"12302msgstr "ruta para cargar el paquete al final del remoto"1230312304#: builtin/fetch.c:12012305msgid "force overwrite of local reference"12306msgstr "forzar sobrescritura de referencia local"1230712308#: builtin/fetch.c:12212309msgid "fetch from multiple remotes"12310msgstr "extraer de múltiples remotos"1231112312#: builtin/fetch.c:124 builtin/pull.c:21212313msgid "fetch all tags and associated objects"12314msgstr "extraer todos los tags y objetos asociados"1231512316#: builtin/fetch.c:12612317msgid "do not fetch all tags (--no-tags)"12318msgstr "no extraer todos los tags (--no-tags)"1231912320#: builtin/fetch.c:12812321msgid "number of submodules fetched in parallel"12322msgstr "número de submódulos extraídos en paralelo"1232312324#: builtin/fetch.c:130 builtin/pull.c:21512325msgid "prune remote-tracking branches no longer on remote"12326msgstr "limpiar ramas remotas rastreadas que ya no están en el remoto"1232712328#: builtin/fetch.c:13212329msgid "prune local tags no longer on remote and clobber changed tags"12330msgstr ""12331"limpiar tags locales que no se encuentran en el remoto y eliminar tags "12332"cambiados"1233312334#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:13912335msgid "on-demand"12336msgstr "en demanda"1233712338#: builtin/fetch.c:13412339msgid "control recursive fetching of submodules"12340msgstr "controlar extracción recursiva de submódulos"1234112342#: builtin/fetch.c:138 builtin/pull.c:22312343msgid "keep downloaded pack"12344msgstr "mantener el paquete descargado"1234512346#: builtin/fetch.c:14012347msgid "allow updating of HEAD ref"12348msgstr "permitir actualizar la ref HEAD"1234912350#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:22612351msgid "deepen history of shallow clone"12352msgstr "historia profunda de un clon superficial"1235312354#: builtin/fetch.c:14512355msgid "deepen history of shallow repository based on time"12356msgstr "historia profunda de un repositorio superficial basado en tiempo"1235712358#: builtin/fetch.c:151 builtin/pull.c:22912359msgid "convert to a complete repository"12360msgstr "convertir a un repositorio completo"1236112362#: builtin/fetch.c:15412363msgid "prepend this to submodule path output"12364msgstr "anteponer esto a salida de la ruta del submódulo"1236512366#: builtin/fetch.c:15712367msgid ""12368"default for recursive fetching of submodules (lower priority than config "12369"files)"12370msgstr ""12371"default para extracción recursiva de submódulos (menor prioridad que "12372"archivos de configuración)"1237312374#: builtin/fetch.c:161 builtin/pull.c:23212375msgid "accept refs that update .git/shallow"12376msgstr "aceptar refs que actualicen .git/shallow"1237712378#: builtin/fetch.c:162 builtin/pull.c:23412379msgid "refmap"12380msgstr "refmap"1238112382#: builtin/fetch.c:163 builtin/pull.c:23512383msgid "specify fetch refmap"12384msgstr "especificar extracción de refmap"1238512386#: builtin/fetch.c:17012387msgid "report that we have only objects reachable from this object"12388msgstr "reporta que solo tenemos objetos alcanzables de este objeto"1238912390#: builtin/fetch.c:46912391msgid "Couldn't find remote ref HEAD"12392msgstr "No se puedo encontrar ref remota HEAD"1239312394#: builtin/fetch.c:60812395#, c-format12396msgid "configuration fetch.output contains invalid value %s"12397msgstr "la configuración fetch.output contiene el valor inválido %s"1239812399#: builtin/fetch.c:70512400#, c-format12401msgid "object %s not found"12402msgstr "objeto %s no encontrado"1240312404#: builtin/fetch.c:70912405msgid "[up to date]"12406msgstr "[actualizado]"1240712408#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:80112409msgid "[rejected]"12410msgstr "[rechazado]"1241112412#: builtin/fetch.c:72312413msgid "can't fetch in current branch"12414msgstr "no se puede traer en la rama actual"1241512416#: builtin/fetch.c:73312417msgid "[tag update]"12418msgstr "[actualización de tag]"1241912420#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:78412421#: builtin/fetch.c:79612422msgid "unable to update local ref"12423msgstr "no se posible actualizar el ref local"1242412425#: builtin/fetch.c:73812426msgid "would clobber existing tag"12427msgstr "podría golpear tag existente"1242812429#: builtin/fetch.c:76012430msgid "[new tag]"12431msgstr "[nuevo tag]"1243212433#: builtin/fetch.c:76312434msgid "[new branch]"12435msgstr "[nueva rama]"1243612437#: builtin/fetch.c:76612438msgid "[new ref]"12439msgstr "[nueva referencia]"1244012441#: builtin/fetch.c:79612442msgid "forced update"12443msgstr "actualización forzada"1244412445#: builtin/fetch.c:80112446msgid "non-fast-forward"12447msgstr "avance lento"1244812449#: builtin/fetch.c:84712450#, c-format12451msgid "%s did not send all necessary objects\n"12452msgstr "%s no envió todos los objetos necesarios\n"1245312454#: builtin/fetch.c:86812455#, c-format12456msgid "reject %s because shallow roots are not allowed to be updated"12457msgstr "rechazado %s porque raíces superficiales no pueden ser actualizadas"1245812459#: builtin/fetch.c:959 builtin/fetch.c:108112460#, c-format12461msgid "From %.*s\n"12462msgstr "Desde %.*s\n"1246312464#: builtin/fetch.c:97012465#, c-format12466msgid ""12467"some local refs could not be updated; try running\n"12468" 'git remote prune %s' to remove any old, conflicting branches"12469msgstr ""12470"algunos refs locales no pudieron ser actualizados; intente ejecutar\n"12471" 'git remote prune %s' para eliminar cualquier rama vieja o conflictiva"1247212473#: builtin/fetch.c:105112474#, c-format12475msgid " (%s will become dangling)"12476msgstr " (%s se pondrá colgado)"1247712478#: builtin/fetch.c:105212479#, c-format12480msgid " (%s has become dangling)"12481msgstr " (%s se ha colgado)"1248212483#: builtin/fetch.c:108412484msgid "[deleted]"12485msgstr "[eliminado]"1248612487#: builtin/fetch.c:1085 builtin/remote.c:103612488msgid "(none)"12489msgstr "(nada)"1249012491#: builtin/fetch.c:110812492#, c-format12493msgid "Refusing to fetch into current branch %s of non-bare repository"12494msgstr "Rehusando extraer en la rama actual %s de un repositorio no vacío"1249512496#: builtin/fetch.c:112712497#, c-format12498msgid "Option \"%s\" value \"%s\" is not valid for %s"12499msgstr "Opción \"%s\" valor \"%s\" no es válido para %s"1250012501#: builtin/fetch.c:113012502#, c-format12503msgid "Option \"%s\" is ignored for %s\n"12504msgstr "Opción \"%s\" es ignorada por %s\n"1250512506#: builtin/fetch.c:143412507#, c-format12508msgid "Fetching %s\n"12509msgstr "Extrayendo %s\n"1251012511#: builtin/fetch.c:1436 builtin/remote.c:10012512#, c-format12513msgid "Could not fetch %s"12514msgstr "No se pudo extraer %s"1251512516#: builtin/fetch.c:148212517msgid ""12518"--filter can only be used with the remote configured in extensions."12519"partialClone"12520msgstr ""12521"--filter solo puede ser usado con el remoto configurado en extensions."12522"partialClone"1252312524#: builtin/fetch.c:150612525msgid ""12526"No remote repository specified. Please, specify either a URL or a\n"12527"remote name from which new revisions should be fetched."12528msgstr ""12529"No hay repositorio remoto especificado. Por favor, especifique un URL o un\n"12530"nombre remoto del cual las nuevas revisiones deben ser extraídas."1253112532#: builtin/fetch.c:154312533msgid "You need to specify a tag name."12534msgstr "Tiene que especificar un nombre de tag."1253512536#: builtin/fetch.c:159412537msgid "Negative depth in --deepen is not supported"12538msgstr "Profundidad negativa en --deepen no soportada"1253912540#: builtin/fetch.c:159612541msgid "--deepen and --depth are mutually exclusive"12542msgstr "--deepen y --depth son mutuamente exclusivas"1254312544#: builtin/fetch.c:160112545msgid "--depth and --unshallow cannot be used together"12546msgstr "--depth y --unshallow no pueden ser usadas juntas"1254712548#: builtin/fetch.c:160312549msgid "--unshallow on a complete repository does not make sense"12550msgstr "--unshallow no tiene sentido en un repositorio completo"1255112552#: builtin/fetch.c:161912553msgid "fetch --all does not take a repository argument"12554msgstr "fetch --all no toma un argumento de repositorio"1255512556#: builtin/fetch.c:162112557msgid "fetch --all does not make sense with refspecs"12558msgstr "fetch --all no tiene sentido con refspecs"1255912560#: builtin/fetch.c:163012561#, c-format12562msgid "No such remote or remote group: %s"12563msgstr "No existe el remoto o grupo remoto: %s"1256412565#: builtin/fetch.c:163712566msgid "Fetching a group and specifying refspecs does not make sense"12567msgstr "Extraer un grupo y especificar un refspecs no tiene sentido"1256812569#: builtin/fetch.c:165312570msgid ""12571"--filter can only be used with the remote configured in extensions."12572"partialclone"12573msgstr ""12574"--filter solo puede ser usado con el remoto configurado en extensions."12575"partialClone"1257612577#: builtin/fmt-merge-msg.c:1812578msgid ""12579"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"12580msgstr ""12581"git fmt-merge-msg [-m <mensaje>] [--log[=<n>] | --no-log] [--file <archivo>]"1258212583#: builtin/fmt-merge-msg.c:67212584msgid "populate log with at most <n> entries from shortlog"12585msgstr "poblar el log con máximo <n> entradas del shorlog"1258612587#: builtin/fmt-merge-msg.c:67512588msgid "alias for --log (deprecated)"12589msgstr "alias para --log (deprecado)"1259012591#: builtin/fmt-merge-msg.c:67812592msgid "text"12593msgstr "texto"1259412595#: builtin/fmt-merge-msg.c:67912596msgid "use <text> as start of message"12597msgstr "use <text> como comienzo de mensaje"1259812599#: builtin/fmt-merge-msg.c:68012600msgid "file to read from"12601msgstr "archivo del cual leer"1260212603#: builtin/for-each-ref.c:1012604msgid "git for-each-ref [<options>] [<pattern>]"12605msgstr "git for-each-ref [<opciones>] [<patrón>]"1260612607#: builtin/for-each-ref.c:1112608msgid "git for-each-ref [--points-at <object>]"12609msgstr "git for-each-ref [--points-at <objeto>]"1261012611#: builtin/for-each-ref.c:1212612msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"12613msgstr "git for-each-ref [(--merged | --no-merged) [<commit>]]"1261412615#: builtin/for-each-ref.c:1312616msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"12617msgstr "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"1261812619#: builtin/for-each-ref.c:2812620msgid "quote placeholders suitably for shells"12621msgstr "cite los marcadores de posición adecuadamente para los shells"1262212623#: builtin/for-each-ref.c:3012624msgid "quote placeholders suitably for perl"12625msgstr "cite los marcadores de posición adecuadamente para perl"1262612627#: builtin/for-each-ref.c:3212628msgid "quote placeholders suitably for python"12629msgstr "cite los marcadores de posición adecuadamente para python"1263012631#: builtin/for-each-ref.c:3412632msgid "quote placeholders suitably for Tcl"12633msgstr "cite los marcadores de posición adecuadamente para Tcl"1263412635#: builtin/for-each-ref.c:3712636msgid "show only <n> matched refs"12637msgstr "mostrar solo <n> refs encontradas"1263812639#: builtin/for-each-ref.c:39 builtin/tag.c:43312640msgid "respect format colors"12641msgstr "respetar el formato de colores"1264212643#: builtin/for-each-ref.c:4212644msgid "print only refs which points at the given object"12645msgstr "mostrar solo refs que apunten al objeto dado"1264612647#: builtin/for-each-ref.c:4412648msgid "print only refs that are merged"12649msgstr "mostrar solo refs que son fusionadas"1265012651#: builtin/for-each-ref.c:4512652msgid "print only refs that are not merged"12653msgstr "mostrar solo refs que no son fusionadas"1265412655#: builtin/for-each-ref.c:4612656msgid "print only refs which contain the commit"12657msgstr "mostrar solo refs que contienen el commit"1265812659#: builtin/for-each-ref.c:4712660msgid "print only refs which don't contain the commit"12661msgstr "mostrar solo refs que no contienen el commit"1266212663#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:16112664msgid "unknown"12665msgstr "desconocido"1266612667#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>12668#: builtin/fsck.c:120 builtin/fsck.c:13612669#, c-format12670msgid "error in %s %s: %s"12671msgstr "error en %s %s: %s"1267212673#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>12674#: builtin/fsck.c:13112675#, c-format12676msgid "warning in %s %s: %s"12677msgstr "peligro en %s %s: %s"1267812679#: builtin/fsck.c:157 builtin/fsck.c:15912680#, c-format12681msgid "broken link from %7s %s"12682msgstr "link roto de %7s %s"1268312684#: builtin/fsck.c:16812685msgid "wrong object type in link"12686msgstr "tipo de objeto equivocado en link"1268712688#: builtin/fsck.c:18412689#, c-format12690msgid ""12691"broken link from %7s %s\n"12692" to %7s %s"12693msgstr ""12694"link roto de %7s %s\n"12695" a %7s %s"1269612697#: builtin/fsck.c:29512698#, c-format12699msgid "missing %s %s"12700msgstr "faltan %s %s"1270112702#: builtin/fsck.c:32112703#, c-format12704msgid "unreachable %s %s"12705msgstr "inalcanzable %s %s"1270612707#: builtin/fsck.c:34012708#, c-format12709msgid "dangling %s %s"12710msgstr "actualizando %s %s"1271112712#: builtin/fsck.c:34912713msgid "could not create lost-found"12714msgstr "no se pudo crear lost-found"1271512716#: builtin/fsck.c:36012717#, c-format12718msgid "could not finish '%s'"12719msgstr "no se pudo finalizar '%s'"1272012721#: builtin/fsck.c:37712722#, c-format12723msgid "Checking %s"12724msgstr "Revisando %s"1272512726#: builtin/fsck.c:41512727#, c-format12728msgid "Checking connectivity (%d objects)"12729msgstr "Verificando conectividad (%d objetos)"1273012731#: builtin/fsck.c:43412732#, c-format12733msgid "Checking %s %s"12734msgstr "Revisando %s %s"1273512736#: builtin/fsck.c:43812737msgid "broken links"12738msgstr "links rotos"1273912740#: builtin/fsck.c:44712741#, c-format12742msgid "root %s"12743msgstr "raíz %s"1274412745#: builtin/fsck.c:45512746#, c-format12747msgid "tagged %s %s (%s) in %s"12748msgstr "tag %s %s (%s) en %s"1274912750#: builtin/fsck.c:48412751#, c-format12752msgid "%s: object corrupt or missing"12753msgstr "%s: objecto corrupto o faltante"1275412755#: builtin/fsck.c:50912756#, c-format12757msgid "%s: invalid reflog entry %s"12758msgstr "%s: referencia inválida %s"1275912760#: builtin/fsck.c:52312761#, c-format12762msgid "Checking reflog %s->%s"12763msgstr "Revisando reflog %s->%s"1276412765#: builtin/fsck.c:55712766#, c-format12767msgid "%s: invalid sha1 pointer %s"12768msgstr "%s: puntero sha1 inválido %s"1276912770#: builtin/fsck.c:56412771#, c-format12772msgid "%s: not a commit"12773msgstr "%s: no es un commit"1277412775#: builtin/fsck.c:61912776msgid "notice: No default references"12777msgstr "aviso: No hay referencias por defecto"1277812779#: builtin/fsck.c:63412780#, c-format12781msgid "%s: object corrupt or missing: %s"12782msgstr "%s: objeto corrupto o no encontrado: %s"1278312784#: builtin/fsck.c:64712785#, c-format12786msgid "%s: object could not be parsed: %s"12787msgstr "%s: no se puede analizar objeto: %s"1278812789#: builtin/fsck.c:66712790#, c-format12791msgid "bad sha1 file: %s"12792msgstr "mal sha1 de archivo: %s"1279312794#: builtin/fsck.c:68212795msgid "Checking object directory"12796msgstr "Revisando directorio de objetos"1279712798#: builtin/fsck.c:68512799msgid "Checking object directories"12800msgstr "Revisando objetos directorios"1280112802#: builtin/fsck.c:70012803#, c-format12804msgid "Checking %s link"12805msgstr "Revisando link %s"1280612807#: builtin/fsck.c:705 builtin/index-pack.c:84112808#, c-format12809msgid "invalid %s"12810msgstr "%s inválido"1281112812#: builtin/fsck.c:71212813#, c-format12814msgid "%s points to something strange (%s)"12815msgstr "%s apunta a algo extraño (%s)"1281612817#: builtin/fsck.c:71812818#, c-format12819msgid "%s: detached HEAD points at nothing"12820msgstr "%s: HEAD desacoplado apunta a nada"1282112822#: builtin/fsck.c:72212823#, c-format12824msgid "notice: %s points to an unborn branch (%s)"12825msgstr "aviso: %s apunta a un branch no nacido (%s)"1282612827#: builtin/fsck.c:73412828msgid "Checking cache tree"12829msgstr "Revisando el cache tree"1283012831#: builtin/fsck.c:73912832#, c-format12833msgid "%s: invalid sha1 pointer in cache-tree"12834msgstr "%s: puntero inválido sha1 en cache-tree"1283512836#: builtin/fsck.c:75012837msgid "non-tree in cache-tree"12838msgstr "non-tree en cache-tree"1283912840#: builtin/fsck.c:78112841msgid "git fsck [<options>] [<object>...]"12842msgstr "git fsck [<opciones>] [<objeto>...]"1284312844#: builtin/fsck.c:78712845msgid "show unreachable objects"12846msgstr "mostrar objetos ilegibles"1284712848#: builtin/fsck.c:78812849msgid "show dangling objects"12850msgstr "mostrar objetos colgados"1285112852#: builtin/fsck.c:78912853msgid "report tags"12854msgstr "reportar tags"1285512856#: builtin/fsck.c:79012857msgid "report root nodes"12858msgstr "reportar nodos raíz"1285912860#: builtin/fsck.c:79112861msgid "make index objects head nodes"12862msgstr "hacer objetos índices cabezas de nodos"1286312864#: builtin/fsck.c:79212865msgid "make reflogs head nodes (default)"12866msgstr "hacer reflogs cabeza de nodos (default)"1286712868#: builtin/fsck.c:79312869msgid "also consider packs and alternate objects"12870msgstr "también considerar paquetes y objetos alternos"1287112872#: builtin/fsck.c:79412873msgid "check only connectivity"12874msgstr "revisar solo conectividad"1287512876#: builtin/fsck.c:79512877msgid "enable more strict checking"12878msgstr "habilitar revisión más estricta"1287912880#: builtin/fsck.c:79712881msgid "write dangling objects in .git/lost-found"12882msgstr "escribir objetos colgados en .git/lost-found"1288312884#: builtin/fsck.c:798 builtin/prune.c:13212885msgid "show progress"12886msgstr "mostrar progreso"1288712888#: builtin/fsck.c:79912889msgid "show verbose names for reachable objects"12890msgstr "mostrar nombres verboso para objetos alcanzables"1289112892#: builtin/fsck.c:859 builtin/index-pack.c:22412893msgid "Checking objects"12894msgstr "Revisando objetos"1289512896#: builtin/fsck.c:88712897#, c-format12898msgid "%s: object missing"12899msgstr "%s: objeto faltante"1290012901#: builtin/fsck.c:89912902#, c-format12903msgid "invalid parameter: expected sha1, got '%s'"12904msgstr "parámetro inválido: sha1 esperado, se obtuvo '%s'"1290512906#: builtin/gc.c:3412907msgid "git gc [<options>]"12908msgstr "git gc [<opciones>]"1290912910#: builtin/gc.c:9012911#, c-format12912msgid "Failed to fstat %s: %s"12913msgstr "Falló el fstat %s: %s"1291412915#: builtin/gc.c:12612916#, c-format12917msgid "failed to parse '%s' value '%s'"12918msgstr "falló al analizar '%s' valor '%s'"1291912920#: builtin/gc.c:476 builtin/init-db.c:5512921#, c-format12922msgid "cannot stat '%s'"12923msgstr "no se pudo definir '%s'"1292412925#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:51912926#, c-format12927msgid "cannot read '%s'"12928msgstr "no se puede leer '%s'"1292912930#: builtin/gc.c:49212931#, c-format12932msgid ""12933"The last gc run reported the following. Please correct the root cause\n"12934"and remove %s.\n"12935"Automatic cleanup will not be performed until the file is removed.\n"12936"\n"12937"%s"12938msgstr ""12939"El último gc reportó lo siguiente. Por favor corrige la causa\n"12940"y remueva %s.\n"12941"Limpieza automática no se realizará hasta que el archivo sea eliminado.\n"12942"\n"12943"%s"1294412945#: builtin/gc.c:54012946msgid "prune unreferenced objects"12947msgstr "limpiar objetos no referenciados"1294812949#: builtin/gc.c:54212950msgid "be more thorough (increased runtime)"12951msgstr "ser más exhaustivo (aumentar runtime)"1295212953#: builtin/gc.c:54312954msgid "enable auto-gc mode"12955msgstr "habilitar modo auto-gc"1295612957#: builtin/gc.c:54612958msgid "force running gc even if there may be another gc running"12959msgstr "forzar la ejecución de gc incluso si puede haber otro gc ejecutándose"1296012961#: builtin/gc.c:54912962msgid "repack all other packs except the largest pack"12963msgstr "reempaquetar todos los otros paquetes excepto el paquete más grande"1296412965#: builtin/gc.c:56612966#, c-format12967msgid "failed to parse gc.logexpiry value %s"12968msgstr "falló al analizar valor %s de gc.logexpirity"1296912970#: builtin/gc.c:57712971#, c-format12972msgid "failed to parse prune expiry value %s"12973msgstr "falló al analizar valor %s de prune expiry"1297412975#: builtin/gc.c:59712976#, c-format12977msgid "Auto packing the repository in background for optimum performance.\n"12978msgstr ""12979"Auto empaquetado del repositorio en segundo plano para un performance "12980"óptimo.\n"1298112982#: builtin/gc.c:59912983#, c-format12984msgid "Auto packing the repository for optimum performance.\n"12985msgstr "Auto empaquetado del repositorio para performance óptimo.\n"1298612987#: builtin/gc.c:60012988#, c-format12989msgid "See \"git help gc\" for manual housekeeping.\n"12990msgstr "Vea \"git help gc\" para limpieza manual.\n"1299112992#: builtin/gc.c:64012993#, c-format12994msgid ""12995"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"12996msgstr ""12997"gc ya está ejecutándose en la máquina '%s' pid %<PRIuMAX> (use --force so no "12998"es así)"1299913000#: builtin/gc.c:69313001msgid ""13002"There are too many unreachable loose objects; run 'git prune' to remove them."13003msgstr ""13004"Hay muchos objetos sueltos inalcanzables; ejecute 'git prune' para "13005"eliminarlos."1300613007#: builtin/grep.c:2913008msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"13009msgstr "git grep [<opciones>] [-e] <patrón> [<rev>...] [[--] <ruta>...]"1301013011#: builtin/grep.c:22513012#, c-format13013msgid "grep: failed to create thread: %s"13014msgstr "grep: falló al crear el hilo: %s"1301513016#: builtin/grep.c:27913017#, c-format13018msgid "invalid number of threads specified (%d) for %s"13019msgstr "número inválido de hilos especificado (%d) para %s"1302013021#. TRANSLATORS: %s is the configuration13022#. variable for tweaking threads, currently13023#. grep.threads13024#.13025#: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:170513026#: builtin/pack-objects.c:272013027#, c-format13028msgid "no threads support, ignoring %s"13029msgstr "no hay soporte para hilos, ignorando %s"1303013031#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:63113032#, c-format13033msgid "unable to read tree (%s)"13034msgstr "no es posible leer el árbol (%s)"1303513036#: builtin/grep.c:64613037#, c-format13038msgid "unable to grep from object of type %s"13039msgstr "no es posible realizar grep del objeto de tipo %s"1304013041#: builtin/grep.c:71213042#, c-format13043msgid "switch `%c' expects a numerical value"13044msgstr "switch `%c' espera un valor numérico"1304513046#: builtin/grep.c:81113047msgid "search in index instead of in the work tree"13048msgstr "buscar en el índice en lugar del árbol de trabajo"1304913050#: builtin/grep.c:81313051msgid "find in contents not managed by git"13052msgstr "encontrar en contenidos no manejados por git"1305313054#: builtin/grep.c:81513055msgid "search in both tracked and untracked files"13056msgstr "buscar en archivos rastreados y no rastreados"1305713058#: builtin/grep.c:81713059msgid "ignore files specified via '.gitignore'"13060msgstr "ignorar archivos especificados via '.gitignore'"1306113062#: builtin/grep.c:81913063msgid "recursively search in each submodule"13064msgstr "búsqueda recursiva en cada submódulo"1306513066#: builtin/grep.c:82213067msgid "show non-matching lines"13068msgstr "mostrar líneas que no concuerdan"1306913070#: builtin/grep.c:82413071msgid "case insensitive matching"13072msgstr "búsqueda insensible a mayúsculas"1307313074#: builtin/grep.c:82613075msgid "match patterns only at word boundaries"13076msgstr "concordar patrón solo a los límites de las palabras"1307713078#: builtin/grep.c:82813079msgid "process binary files as text"13080msgstr "procesar archivos binarios como texto"1308113082#: builtin/grep.c:83013083msgid "don't match patterns in binary files"13084msgstr "no concordar patrones en archivos binarios"1308513086#: builtin/grep.c:83313087msgid "process binary files with textconv filters"13088msgstr "procesar archivos binarios con filtros textconv"1308913090#: builtin/grep.c:83513091msgid "search in subdirectories (default)"13092msgstr "buscar en subdirectorios (default)"1309313094#: builtin/grep.c:83713095msgid "descend at most <depth> levels"13096msgstr "descender como máximo <valor-de-profundiad> niveles"1309713098#: builtin/grep.c:84113099msgid "use extended POSIX regular expressions"13100msgstr "usar expresiones regulares POSIX extendidas"1310113102#: builtin/grep.c:84413103msgid "use basic POSIX regular expressions (default)"13104msgstr "usar expresiones regulares POSIX (default)"1310513106#: builtin/grep.c:84713107msgid "interpret patterns as fixed strings"13108msgstr "interpretar patrones como strings arreglados"1310913110#: builtin/grep.c:85013111msgid "use Perl-compatible regular expressions"13112msgstr "usar expresiones regulares compatibles con Perl"1311313114#: builtin/grep.c:85313115msgid "show line numbers"13116msgstr "mostrar números de línea"1311713118#: builtin/grep.c:85413119msgid "show column number of first match"13120msgstr "mostrar el número de columna de la primer coincidencia"1312113122#: builtin/grep.c:85513123msgid "don't show filenames"13124msgstr "no mostrar nombres de archivo"1312513126#: builtin/grep.c:85613127msgid "show filenames"13128msgstr "mostrar nombres de archivo"1312913130#: builtin/grep.c:85813131msgid "show filenames relative to top directory"13132msgstr "mostrar nombres de archivo relativos al directorio superior"1313313134#: builtin/grep.c:86013135msgid "show only filenames instead of matching lines"13136msgstr "mostrar solo nombres de archivos en lugar de líneas encontradas"1313713138#: builtin/grep.c:86213139msgid "synonym for --files-with-matches"13140msgstr "sinónimo para --files-with-matches"1314113142#: builtin/grep.c:86513143msgid "show only the names of files without match"13144msgstr "mostrar solo los nombres de archivos sin coincidencias"1314513146#: builtin/grep.c:86713147msgid "print NUL after filenames"13148msgstr "imprimir NUL después del nombre de archivo"1314913150#: builtin/grep.c:87013151msgid "show only matching parts of a line"13152msgstr "mostrar solo partes que concuerdan de una línea"1315313154#: builtin/grep.c:87213155msgid "show the number of matches instead of matching lines"13156msgstr "mostrar el número de concordancias en lugar de las líneas concordantes"1315713158#: builtin/grep.c:87313159msgid "highlight matches"13160msgstr "resaltar concordancias"1316113162#: builtin/grep.c:87513163msgid "print empty line between matches from different files"13164msgstr "imprimir una línea vacía entre coincidencias de diferentes archivos"1316513166#: builtin/grep.c:87713167msgid "show filename only once above matches from same file"13168msgstr ""13169"mostrar el nombre de archivo solo una vez para concordancias en el mismo "13170"archivo"1317113172#: builtin/grep.c:88013173msgid "show <n> context lines before and after matches"13174msgstr "mostrar <n> líneas de contexto antes y después de la concordancia"1317513176#: builtin/grep.c:88313177msgid "show <n> context lines before matches"13178msgstr "mostrar <n> líneas de contexto antes de las concordancias"1317913180#: builtin/grep.c:88513181msgid "show <n> context lines after matches"13182msgstr "mostrar <n> líneas de context después de las concordancias"1318313184#: builtin/grep.c:88713185msgid "use <n> worker threads"13186msgstr "usar <n> hilos de trabajo"1318713188#: builtin/grep.c:88813189msgid "shortcut for -C NUM"13190msgstr "atajo para -C NUM"1319113192#: builtin/grep.c:89113193msgid "show a line with the function name before matches"13194msgstr ""13195"mostrar una línea con el nombre de la función antes de las concordancias"1319613197#: builtin/grep.c:89313198msgid "show the surrounding function"13199msgstr "mostrar la función circundante"1320013201#: builtin/grep.c:89613202msgid "read patterns from file"13203msgstr "leer patrones del archivo"1320413205#: builtin/grep.c:89813206msgid "match <pattern>"13207msgstr "concordar <patrón>"1320813209#: builtin/grep.c:90013210msgid "combine patterns specified with -e"13211msgstr "combinar patrones especificados con -e"1321213213#: builtin/grep.c:91213214msgid "indicate hit with exit status without output"13215msgstr "indicar concordancia con exit status sin output"1321613217#: builtin/grep.c:91413218msgid "show only matches from files that match all patterns"13219msgstr ""13220"mostrar solo concordancias con archivos que concuerdan todos los patrones"1322113222#: builtin/grep.c:91613223msgid "show parse tree for grep expression"13224msgstr "mostrar árbol analizado para la expresión grep"1322513226#: builtin/grep.c:92013227msgid "pager"13228msgstr "paginador"1322913230#: builtin/grep.c:92013231msgid "show matching files in the pager"13232msgstr "mostrar archivos concordantes en el paginador"1323313234#: builtin/grep.c:92413235msgid "allow calling of grep(1) (ignored by this build)"13236msgstr "permitir el llamado de grep(1) (ignorado por esta build)"1323713238#: builtin/grep.c:98813239msgid "no pattern given"13240msgstr "no se ha entregado patrón"1324113242#: builtin/grep.c:102413243msgid "--no-index or --untracked cannot be used with revs"13244msgstr "--no-index o --untracked no se puede usar con revs"1324513246#: builtin/grep.c:103213247#, c-format13248msgid "unable to resolve revision: %s"13249msgstr "no se posible resolver revisión: %s"1325013251#: builtin/grep.c:106313252msgid "invalid option combination, ignoring --threads"13253msgstr "combinación de opciones inválida, ignorando --threads"1325413255#: builtin/grep.c:1066 builtin/pack-objects.c:340313256msgid "no threads support, ignoring --threads"13257msgstr "no se soportan hilos, ignorando --threads"1325813259#: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:271713260#, c-format13261msgid "invalid number of threads specified (%d)"13262msgstr "número inválido de hilos especificado (%d)"1326313264#: builtin/grep.c:109213265msgid "--open-files-in-pager only works on the worktree"13266msgstr "--open-files-in-pager solo funciona en el árbol de trabajo"1326713268#: builtin/grep.c:111513269msgid "option not supported with --recurse-submodules"13270msgstr "opción no soportada con --recurse-submodules"1327113272#: builtin/grep.c:112113273msgid "--cached or --untracked cannot be used with --no-index"13274msgstr "--cached o --untracked no pueden ser usadas con --no-index"1327513276#: builtin/grep.c:112713277msgid "--[no-]exclude-standard cannot be used for tracked contents"13278msgstr "--[no-]exclude-standard no puede ser usada para contenido rastreado"1327913280#: builtin/grep.c:113513281msgid "both --cached and trees are given"13282msgstr "--cached y árboles han sido entregados"1328313284#: builtin/hash-object.c:8513285msgid ""13286"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "13287"[--] <file>..."13288msgstr ""13289"git hash-object [-t <tipo>] [-w] [--path=<archivo> | --no-filters] [--stdin] "13290"[--] <archivo>..."1329113292#: builtin/hash-object.c:8613293msgid "git hash-object --stdin-paths"13294msgstr "git hash-object --stdin-paths"1329513296#: builtin/hash-object.c:9813297msgid "type"13298msgstr "tipo"1329913300#: builtin/hash-object.c:9813301msgid "object type"13302msgstr "tipo de objeto"1330313304#: builtin/hash-object.c:9913305msgid "write the object into the object database"13306msgstr "escribir el objeto en la base de datos de objetos"1330713308#: builtin/hash-object.c:10113309msgid "read the object from stdin"13310msgstr "leer el objeto de stdin"1331113312#: builtin/hash-object.c:10313313msgid "store file as is without filters"13314msgstr "guardar el archivo como es sin filtros"1331513316#: builtin/hash-object.c:10413317msgid ""13318"just hash any random garbage to create corrupt objects for debugging Git"13319msgstr ""13320"solo realizar un hash a cualquier basura random para crear un objeto "13321"corrupto para hacer debugging de Gti"1332213323#: builtin/hash-object.c:10513324msgid "process file as it were from this path"13325msgstr "procesar el archivo como si fuera de esta ruta"1332613327#: builtin/help.c:4613328msgid "print all available commands"13329msgstr "mostrar todos los comandos disponibles"1333013331#: builtin/help.c:4713332msgid "exclude guides"13333msgstr "excluir las guias"1333413335#: builtin/help.c:4813336msgid "print list of useful guides"13337msgstr "mostrar una lista de nociones utiles"1333813339#: builtin/help.c:4913340msgid "print all configuration variable names"13341msgstr "imprimir todos los nombres de variables de configuración"1334213343#: builtin/help.c:5113344msgid "show man page"13345msgstr "mostrar la pagina del manual"1334613347#: builtin/help.c:5213348msgid "show manual in web browser"13349msgstr "mostrar la pagina del manual en un navegador web"1335013351#: builtin/help.c:5413352msgid "show info page"13353msgstr "mostrar la pagina de info"1335413355#: builtin/help.c:5613356msgid "print command description"13357msgstr "imprimir descripción del comando"1335813359#: builtin/help.c:6113360msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"13361msgstr "git help [--all] [--guides] [--man | --web | --info] [<comando>]"1336213363#: builtin/help.c:7713364#, c-format13365msgid "unrecognized help format '%s'"13366msgstr "formato help no reconocido '%s'"1336713368#: builtin/help.c:10413369msgid "Failed to start emacsclient."13370msgstr "Falló al iniciar emacsclient."1337113372#: builtin/help.c:11713373msgid "Failed to parse emacsclient version."13374msgstr "Falló al analizar la versión de emacsclient."1337513376#: builtin/help.c:12513377#, c-format13378msgid "emacsclient version '%d' too old (< 22)."13379msgstr "la versión '%d' de emacsclient es muy antigua (<22)."1338013381#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:18313382#, c-format13383msgid "failed to exec '%s'"13384msgstr "falló al ejecutar '%s'"1338513386#: builtin/help.c:22113387#, c-format13388msgid ""13389"'%s': path for unsupported man viewer.\n"13390"Please consider using 'man.<tool>.cmd' instead."13391msgstr ""13392"'%s': ruta para el visualizador del manual no soportada.\n"13393"Por favor considere usar 'man.<herramienta.cmd'."1339413395#: builtin/help.c:23313396#, c-format13397msgid ""13398"'%s': cmd for supported man viewer.\n"13399"Please consider using 'man.<tool>.path' instead."13400msgstr ""13401"'%s': comando no soportado para man viewer.\n"13402"Por favor considere usar 'man.<herramienta>.path."1340313404#: builtin/help.c:35013405#, c-format13406msgid "'%s': unknown man viewer."13407msgstr "'%s': visualizador de man desconocido."1340813409#: builtin/help.c:36713410msgid "no man viewer handled the request"13411msgstr "ningún visualizador de manual proceso la petición"1341213413#: builtin/help.c:37513414msgid "no info viewer handled the request"13415msgstr "ningún visor de info manejo la petición"1341613417#: builtin/help.c:434 builtin/help.c:445 git.c:33513418#, c-format13419msgid "'%s' is aliased to '%s'"13420msgstr "'%s' tiene el alias '%s'"1342113422#: builtin/help.c:448 git.c:36413423#, c-format13424msgid "bad alias.%s string: %s"13425msgstr "mal alias.%s string: %s"1342613427#: builtin/help.c:477 builtin/help.c:50713428#, c-format13429msgid "usage: %s%s"13430msgstr "uso: %s%s"1343113432#: builtin/help.c:49113433msgid "'git help config' for more information"13434msgstr "'git help config' para más información"1343513436#: builtin/index-pack.c:18413437#, c-format13438msgid "object type mismatch at %s"13439msgstr "el tipo del objeto no concuerda en %s"1344013441#: builtin/index-pack.c:20413442#, c-format13443msgid "did not receive expected object %s"13444msgstr "no se recibió el objeto esperado %s"1344513446#: builtin/index-pack.c:20713447#, c-format13448msgid "object %s: expected type %s, found %s"13449msgstr "objeto %s: tipo esperado %s, encontrado %s"1345013451#: builtin/index-pack.c:25713452#, c-format13453msgid "cannot fill %d byte"13454msgid_plural "cannot fill %d bytes"13455msgstr[0] "no se puede llenar %d byte"13456msgstr[1] "no se pueden llenar %d bytes"1345713458#: builtin/index-pack.c:26713459msgid "early EOF"13460msgstr "EOF temprano"1346113462#: builtin/index-pack.c:26813463msgid "read error on input"13464msgstr "leer error en input"1346513466#: builtin/index-pack.c:28013467msgid "used more bytes than were available"13468msgstr "se usaron más bytes de los disponibles"1346913470#: builtin/index-pack.c:287 builtin/pack-objects.c:60013471msgid "pack too large for current definition of off_t"13472msgstr "paquete muy grande para la definición actual de off_t"1347313474#: builtin/index-pack.c:290 builtin/unpack-objects.c:9413475msgid "pack exceeds maximum allowed size"13476msgstr "paquete excede el máximo tamaño permitido"1347713478#: builtin/index-pack.c:305 builtin/repack.c:25013479#, c-format13480msgid "unable to create '%s'"13481msgstr "no se puede crear '%s'"1348213483#: builtin/index-pack.c:31113484#, c-format13485msgid "cannot open packfile '%s'"13486msgstr "no se puede abrir el archivo de paquete '%s'"1348713488#: builtin/index-pack.c:32513489msgid "pack signature mismatch"13490msgstr "firma del paquete no concuerda"1349113492#: builtin/index-pack.c:32713493#, c-format13494msgid "pack version %<PRIu32> unsupported"13495msgstr "versión de paquete %<PRIu32> no soportada"1349613497#: builtin/index-pack.c:34513498#, c-format13499msgid "pack has bad object at offset %<PRIuMAX>: %s"13500msgstr "paquete tiene un mal objeto en el offset %<PRIuMAX>: %s"1350113502#: builtin/index-pack.c:46513503#, c-format13504msgid "inflate returned %d"13505msgstr "inflate devolvió %d"1350613507#: builtin/index-pack.c:51413508msgid "offset value overflow for delta base object"13509msgstr "valor de offset desbordado para el objeto base delta"1351013511#: builtin/index-pack.c:52213512msgid "delta base offset is out of bound"13513msgstr "offset de base delta está fuera de límites"1351413515#: builtin/index-pack.c:53013516#, c-format13517msgid "unknown object type %d"13518msgstr "tipo de objeto %d desconocido"1351913520#: builtin/index-pack.c:56113521msgid "cannot pread pack file"13522msgstr "no se puede propagar el paquete"1352313524#: builtin/index-pack.c:56313525#, c-format13526msgid "premature end of pack file, %<PRIuMAX> byte missing"13527msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"13528msgstr[0] "final prematuro de archivo de paquete, %<PRIuMAX> byte faltante"13529msgstr[1] "final prematuro de archivo de paquete, %<PRIuMAX> bytes faltantes"1353013531#: builtin/index-pack.c:58913532msgid "serious inflate inconsistency"13533msgstr "inconsistencia seria en inflate"1353413535#: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:76313536#: builtin/index-pack.c:802 builtin/index-pack.c:81113537#, c-format13538msgid "SHA1 COLLISION FOUND WITH %s !"13539msgstr "COLISIÓN DE TIPO SHA1 ENCONTRADA CON %s !"1354013541#: builtin/index-pack.c:737 builtin/pack-objects.c:15313542#: builtin/pack-objects.c:213 builtin/pack-objects.c:30713543#, c-format13544msgid "unable to read %s"13545msgstr "no se posible leer %s"1354613547#: builtin/index-pack.c:80013548#, c-format13549msgid "cannot read existing object info %s"13550msgstr "no se puede leer la información existente del objeto %s"1355113552#: builtin/index-pack.c:80813553#, c-format13554msgid "cannot read existing object %s"13555msgstr "no se puede leer el objeto existente %s"1355613557#: builtin/index-pack.c:82213558#, c-format13559msgid "invalid blob object %s"13560msgstr "objeto blob %s inválido"1356113562#: builtin/index-pack.c:825 builtin/index-pack.c:84413563msgid "fsck error in packed object"13564msgstr "error de fsck en el objeto empaquetado"1356513566#: builtin/index-pack.c:84613567#, c-format13568msgid "Not all child objects of %s are reachable"13569msgstr "No todos los objetos hijos de %s son alcanzables"1357013571#: builtin/index-pack.c:918 builtin/index-pack.c:94913572msgid "failed to apply delta"13573msgstr "falló al aplicar delta"1357413575#: builtin/index-pack.c:111713576msgid "Receiving objects"13577msgstr "Recibiendo objetos"1357813579#: builtin/index-pack.c:111713580msgid "Indexing objects"13581msgstr "Indexando objetos"1358213583#: builtin/index-pack.c:115113584msgid "pack is corrupted (SHA1 mismatch)"13585msgstr "paquete está corrompido (SHA1 no concuerda)"1358613587#: builtin/index-pack.c:115613588msgid "cannot fstat packfile"13589msgstr "no se puede fstat al archivo de paquete"1359013591#: builtin/index-pack.c:115913592msgid "pack has junk at the end"13593msgstr "el paquete tiene basura al final"1359413595#: builtin/index-pack.c:117113596msgid "confusion beyond insanity in parse_pack_objects()"13597msgstr "confusión más allá de la locura en parse_pack_objects()"1359813599#: builtin/index-pack.c:119413600msgid "Resolving deltas"13601msgstr "Resolviendo deltas"1360213603#: builtin/index-pack.c:1204 builtin/pack-objects.c:248913604#, c-format13605msgid "unable to create thread: %s"13606msgstr "no es posible crear hilo: %s"1360713608#: builtin/index-pack.c:124513609msgid "confusion beyond insanity"13610msgstr "confusión más allá de la locura"1361113612#: builtin/index-pack.c:125113613#, c-format13614msgid "completed with %d local object"13615msgid_plural "completed with %d local objects"13616msgstr[0] "completado con %d objeto local"13617msgstr[1] "completado con %d objetos locales"1361813619#: builtin/index-pack.c:126313620#, c-format13621msgid "Unexpected tail checksum for %s (disk corruption?)"13622msgstr "Tail checksum para %s inesperada (corrupción de disco?)"1362313624#: builtin/index-pack.c:126713625#, c-format13626msgid "pack has %d unresolved delta"13627msgid_plural "pack has %d unresolved deltas"13628msgstr[0] "paquete tiene %d delta sin resolver"13629msgstr[1] "paquete tiene %d deltas sin resolver"1363013631#: builtin/index-pack.c:129113632#, c-format13633msgid "unable to deflate appended object (%d)"13634msgstr "no es posible desinflar el objeto adjunto (%d)"1363513636#: builtin/index-pack.c:136813637#, c-format13638msgid "local object %s is corrupt"13639msgstr "objeto local %s está corrompido"1364013641#: builtin/index-pack.c:138213642#, c-format13643msgid "packfile name '%s' does not end with '.pack'"13644msgstr "nombre '%s' de archivo de paquete no termina con '.pack'"1364513646#: builtin/index-pack.c:140713647#, c-format13648msgid "cannot write %s file '%s'"13649msgstr "no se puede escribir %s en el archivo '%s'"1365013651#: builtin/index-pack.c:141513652#, c-format13653msgid "cannot close written %s file '%s'"13654msgstr "no se puede cerrar escrito %s en archivo '%s'"1365513656#: builtin/index-pack.c:143913657msgid "error while closing pack file"13658msgstr "error mientras se cierra el archivo paquete"1365913660#: builtin/index-pack.c:145313661msgid "cannot store pack file"13662msgstr "no se puede guardar el archivo paquete"1366313664#: builtin/index-pack.c:146113665msgid "cannot store index file"13666msgstr "no se puede guardar el archivo índice"1366713668#: builtin/index-pack.c:1505 builtin/pack-objects.c:272813669#, c-format13670msgid "bad pack.indexversion=%<PRIu32>"13671msgstr "mal pack.indexversion=%<PRIu32>"1367213673#: builtin/index-pack.c:157313674#, c-format13675msgid "Cannot open existing pack file '%s'"13676msgstr "No se puede abrir el archivo paquete existente '%s'"1367713678#: builtin/index-pack.c:157513679#, c-format13680msgid "Cannot open existing pack idx file for '%s'"13681msgstr "No se puede abrir el índice del archivo paquete para '%s'"1368213683#: builtin/index-pack.c:162313684#, c-format13685msgid "non delta: %d object"13686msgid_plural "non delta: %d objects"13687msgstr[0] "no delta: %d objeto"13688msgstr[1] "no delta: %d objetos"1368913690#: builtin/index-pack.c:163013691#, c-format13692msgid "chain length = %d: %lu object"13693msgid_plural "chain length = %d: %lu objects"13694msgstr[0] "largo de cadena = %d: %lu objeto"13695msgstr[1] "largo de cadena = %d: %lu objetos"1369613697#: builtin/index-pack.c:166713698msgid "Cannot come back to cwd"13699msgstr "No se puede regresar a cwd"1370013701#: builtin/index-pack.c:1716 builtin/index-pack.c:171913702#: builtin/index-pack.c:1735 builtin/index-pack.c:173913703#, c-format13704msgid "bad %s"13705msgstr "mal %s"1370613707#: builtin/index-pack.c:175513708msgid "--fix-thin cannot be used without --stdin"13709msgstr "--fix-thin no puede ser usada sin --stdin"1371013711#: builtin/index-pack.c:175713712msgid "--stdin requires a git repository"13713msgstr "--stdin requiere un repositorio git"1371413715#: builtin/index-pack.c:176313716msgid "--verify with no packfile name given"13717msgstr "--verify no recibió ningún nombre de archivo de paquete"1371813719#: builtin/index-pack.c:1811 builtin/unpack-objects.c:58013720msgid "fsck error in pack objects"13721msgstr "error de fsck en objetos paquete"1372213723#: builtin/init-db.c:6113724#, c-format13725msgid "cannot stat template '%s'"13726msgstr "no se pudo definir template '%s'"1372713728#: builtin/init-db.c:6613729#, c-format13730msgid "cannot opendir '%s'"13731msgstr "no se puede abrir directorio '%s'"1373213733#: builtin/init-db.c:7813734#, c-format13735msgid "cannot readlink '%s'"13736msgstr "no se puede leer link '%s'"1373713738#: builtin/init-db.c:8013739#, c-format13740msgid "cannot symlink '%s' '%s'"13741msgstr "no se puede crear symlink '%s' '%s'"1374213743#: builtin/init-db.c:8613744#, c-format13745msgid "cannot copy '%s' to '%s'"13746msgstr "no se puede copiar '%s' a '%s'"1374713748#: builtin/init-db.c:9013749#, c-format13750msgid "ignoring template %s"13751msgstr "ignorando template %s"1375213753#: builtin/init-db.c:12113754#, c-format13755msgid "templates not found in %s"13756msgstr "template no encontrado en %s"1375713758#: builtin/init-db.c:13613759#, c-format13760msgid "not copying templates from '%s': %s"13761msgstr "no se copian templates de '%s': %s"1376213763#: builtin/init-db.c:33413764#, c-format13765msgid "unable to handle file type %d"13766msgstr "no es posible manejar el tipo de archivo %d"1376713768#: builtin/init-db.c:33713769#, c-format13770msgid "unable to move %s to %s"13771msgstr "no se puede mover %s a %s"1377213773#: builtin/init-db.c:354 builtin/init-db.c:35713774#, c-format13775msgid "%s already exists"13776msgstr "%s ya existe"1377713778#: builtin/init-db.c:41313779#, c-format13780msgid "Reinitialized existing shared Git repository in %s%s\n"13781msgstr "Reinicializado el repositorio Git compartido existente en %s%s\n"1378213783#: builtin/init-db.c:41413784#, c-format13785msgid "Reinitialized existing Git repository in %s%s\n"13786msgstr "Reinicializado el repositorio Git existente en %s%s\n"1378713788#: builtin/init-db.c:41813789#, c-format13790msgid "Initialized empty shared Git repository in %s%s\n"13791msgstr "Inicializado repositorio Git compartido vacío en %s%s\n"1379213793#: builtin/init-db.c:41913794#, c-format13795msgid "Initialized empty Git repository in %s%s\n"13796msgstr "Inicializado repositorio Git vacío en %s%s\n"1379713798#: builtin/init-db.c:46813799msgid ""13800"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"13801"shared[=<permissions>]] [<directory>]"13802msgstr ""13803"git init [-q | --quiet] [--bare] [--template=<directorio-template>] [--"13804"shared[=<permisos>]] [<directorio>]"1380513806#: builtin/init-db.c:49113807msgid "permissions"13808msgstr "permisos"1380913810#: builtin/init-db.c:49213811msgid "specify that the git repository is to be shared amongst several users"13812msgstr ""13813"especifica que el repositorio de git será compartido entre varios usuarios"1381413815#: builtin/init-db.c:526 builtin/init-db.c:53113816#, c-format13817msgid "cannot mkdir %s"13818msgstr "no se pude crear directorio %s"1381913820#: builtin/init-db.c:53513821#, c-format13822msgid "cannot chdir to %s"13823msgstr "no se puede aplicar chdir a %s"1382413825#: builtin/init-db.c:55613826#, c-format13827msgid ""13828"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"13829"dir=<directory>)"13830msgstr ""13831"%s (o --work-tree=<directorio>) no se permite sin especificar %s (o --git-"13832"dir=<directorio>)"1383313834#: builtin/init-db.c:58413835#, c-format13836msgid "Cannot access work tree '%s'"13837msgstr "No se puede acceder al árbol de trabajo '%s'"1383813839#: builtin/interpret-trailers.c:1513840msgid ""13841"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "13842"<token>[(=|:)<value>])...] [<file>...]"13843msgstr ""13844"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "13845"<token>[(=|:)<valor>])...] [<archivo>...]"1384613847#: builtin/interpret-trailers.c:9413848msgid "edit files in place"13849msgstr "editar archivos en el lugar"1385013851#: builtin/interpret-trailers.c:9513852msgid "trim empty trailers"13853msgstr "cortar trailers vacíos"1385413855#: builtin/interpret-trailers.c:9813856msgid "where to place the new trailer"13857msgstr "donde colocar el nuevo trailer"1385813859#: builtin/interpret-trailers.c:10013860msgid "action if trailer already exists"13861msgstr "acción if trailer ya existe"1386213863#: builtin/interpret-trailers.c:10213864msgid "action if trailer is missing"13865msgstr "acción si falta el trailer"1386613867#: builtin/interpret-trailers.c:10413868msgid "output only the trailers"13869msgstr "mostrar solo los trailers"1387013871#: builtin/interpret-trailers.c:10513872msgid "do not apply config rules"13873msgstr "no aplicar reglas de configuración"1387413875#: builtin/interpret-trailers.c:10613876msgid "join whitespace-continued values"13877msgstr "juntar valores con espacios en blanco contiguos"1387813879#: builtin/interpret-trailers.c:10713880msgid "set parsing options"13881msgstr "configurar opciones de análisis"1388213883#: builtin/interpret-trailers.c:10913884msgid "do not treat --- specially"13885msgstr "no tratar --- especialmente"1388613887#: builtin/interpret-trailers.c:11013888msgid "trailer"13889msgstr "trailer"1389013891#: builtin/interpret-trailers.c:11113892msgid "trailer(s) to add"13893msgstr "trailer(s) para agregar"1389413895#: builtin/interpret-trailers.c:12013896msgid "--trailer with --only-input does not make sense"13897msgstr "--trailer con --only-input no tiene sentido"1389813899#: builtin/interpret-trailers.c:13013900msgid "no input file given for in-place editing"13901msgstr "no se entregó archivo de entrada para edición en lugar"1390213903#: builtin/log.c:5513904msgid "git log [<options>] [<revision-range>] [[--] <path>...]"13905msgstr "git log [<opciones>] [<rango-de-revisión>] [[--] <ruta>...]"1390613907#: builtin/log.c:5613908msgid "git show [<options>] <object>..."13909msgstr "git show [<opciones>] <objeto>..."1391013911#: builtin/log.c:10413912#, c-format13913msgid "invalid --decorate option: %s"13914msgstr "opción --decorate inválida: %s"1391513916#: builtin/log.c:16813917msgid "show source"13918msgstr "mostrar fuente"1391913920#: builtin/log.c:16913921msgid "Use mail map file"13922msgstr "Usar archivo de mapa de mail"1392313924#: builtin/log.c:17113925msgid "only decorate refs that match <pattern>"13926msgstr "solo decorar refs que concuerden con <patrón>"1392713928#: builtin/log.c:17313929msgid "do not decorate refs that match <pattern>"13930msgstr "no decorar refs que concuerden con <patrón>"1393113932#: builtin/log.c:17413933msgid "decorate options"13934msgstr "opciones de decorado"1393513936#: builtin/log.c:17713937msgid "Process line range n,m in file, counting from 1"13938msgstr "Procesar rango de líneas n,m en archivo, contando desde 1"1393913940#: builtin/log.c:27513941#, c-format13942msgid "Final output: %d %s\n"13943msgstr "Salida final: %d %s\n"1394413945#: builtin/log.c:52913946#, c-format13947msgid "git show %s: bad file"13948msgstr "git show %s: mal archivo"1394913950#: builtin/log.c:544 builtin/log.c:63813951#, c-format13952msgid "could not read object %s"13953msgstr "no se pudo leer objeto %s"1395413955#: builtin/log.c:66313956#, c-format13957msgid "unknown type: %d"13958msgstr "tipo desconocido: %d"1395913960#: builtin/log.c:78413961msgid "format.headers without value"13962msgstr "formate.headers. sin valor"1396313964#: builtin/log.c:88513965msgid "name of output directory is too long"13966msgstr "nombre del directorio de salida es muy largo"1396713968#: builtin/log.c:90113969#, c-format13970msgid "cannot open patch file %s"13971msgstr "no se puede abrir archivo patch %s"1397213973#: builtin/log.c:91813974msgid "need exactly one range"13975msgstr "necesita exactamente un rango"1397613977#: builtin/log.c:92813978msgid "not a range"13979msgstr "no es un rango"1398013981#: builtin/log.c:105113982msgid "cover letter needs email format"13983msgstr "letras de portada necesita formato email"1398413985#: builtin/log.c:105713986msgid "failed to create cover-letter file"13987msgstr "falló al crear los archivos cover-letter"1398813989#: builtin/log.c:113613990#, c-format13991msgid "insane in-reply-to: %s"13992msgstr "insano in-reply-to: %s"1399313994#: builtin/log.c:116313995msgid "git format-patch [<options>] [<since> | <revision-range>]"13996msgstr "git format-patch [<opciones>] [<desde> | <rango-de-revisiones>]"1399713998#: builtin/log.c:122113999msgid "two output directories?"14000msgstr "dos directorios de salida?"1400114002#: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:209014003#, c-format14004msgid "unknown commit %s"14005msgstr "commit desconocido %s"1400614007#: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:20714008#: builtin/replace.c:21014009#, c-format14010msgid "failed to resolve '%s' as a valid ref"14011msgstr "falló al resolver '%s' como ref válida"1401214013#: builtin/log.c:134714014msgid "could not find exact merge base"14015msgstr "no se pudo encontrar una base de fusión exacta"1401614017#: builtin/log.c:135114018msgid ""14019"failed to get upstream, if you want to record base commit automatically,\n"14020"please use git branch --set-upstream-to to track a remote branch.\n"14021"Or you could specify base commit by --base=<base-commit-id> manually"14022msgstr ""14023"falló al conseguir upstream, si quiere grabar un commit base de manera "14024"automática,\n"14025"por favor use git branch --set-upstream-to para rastrear una rama remota.\n"14026"O puede especificar un commit base mediante --base=<id-commit-base> "14027"manualmente"1402814029#: builtin/log.c:137114030msgid "failed to find exact merge base"14031msgstr "falló al encontrar una base de fusión exacta"1403214033#: builtin/log.c:138214034msgid "base commit should be the ancestor of revision list"14035msgstr "el commit base debe ser el ancestro de la lista de revisión"1403614037#: builtin/log.c:138614038msgid "base commit shouldn't be in revision list"14039msgstr "el commit base no debe estar en la lista de revisión"1404014041#: builtin/log.c:143914042msgid "cannot get patch id"14043msgstr "no se puede obtener id de patch"1404414045#: builtin/log.c:149114046msgid "failed to infer range-diff ranges"14047msgstr "falló al inferir rangos range-diff"1404814049#: builtin/log.c:153614050msgid "use [PATCH n/m] even with a single patch"14051msgstr "use [PATCH n/m] incluso con un único parche"1405214053#: builtin/log.c:153914054msgid "use [PATCH] even with multiple patches"14055msgstr "use [PATCH] incluso con múltiples parches"1405614057#: builtin/log.c:154314058msgid "print patches to standard out"14059msgstr "mostrar parches en standard out"1406014061#: builtin/log.c:154514062msgid "generate a cover letter"14063msgstr "generar letra de cover"1406414065#: builtin/log.c:154714066msgid "use simple number sequence for output file names"14067msgstr ""14068"usar una secuencia simple de números para salida de nombres de archivos"1406914070#: builtin/log.c:154814071msgid "sfx"14072msgstr "sfx"1407314074#: builtin/log.c:154914075msgid "use <sfx> instead of '.patch'"14076msgstr "use <sfx> en lugar de '.patch'"1407714078#: builtin/log.c:155114079msgid "start numbering patches at <n> instead of 1"14080msgstr "comenzar a numerar los parches desde <n> en lugar de 1"1408114082#: builtin/log.c:155314083msgid "mark the series as Nth re-roll"14084msgstr "marcar las series como Nth re-roll"1408514086#: builtin/log.c:155514087msgid "Use [RFC PATCH] instead of [PATCH]"14088msgstr "Use [RFC PATCH] en lugar de [PATCH]"1408914090#: builtin/log.c:155814091msgid "Use [<prefix>] instead of [PATCH]"14092msgstr "Use [<prefijo>] en lugar de [PATCH]"1409314094#: builtin/log.c:156114095msgid "store resulting files in <dir>"14096msgstr "guardar archivos resultantes en <dir>"1409714098#: builtin/log.c:156414099msgid "don't strip/add [PATCH]"14100msgstr "no cortar/agregar [PATCH]"1410114102#: builtin/log.c:156714103msgid "don't output binary diffs"14104msgstr "no mostrar diffs binarios"1410514106#: builtin/log.c:156914107msgid "output all-zero hash in From header"14108msgstr "salida como hash de todos-ceros en la cabecera From"1410914110#: builtin/log.c:157114111msgid "don't include a patch matching a commit upstream"14112msgstr "no incluya un parche que coincida con un commit en upstream"1411314114#: builtin/log.c:157314115msgid "show patch format instead of default (patch + stat)"14116msgstr "mostrar formato de parche en lugar del default (parche + stat)"1411714118#: builtin/log.c:157514119msgid "Messaging"14120msgstr "Mensajeando"1412114122#: builtin/log.c:157614123msgid "header"14124msgstr "cabezal"1412514126#: builtin/log.c:157714127msgid "add email header"14128msgstr "agregar cabecera email"1412914130#: builtin/log.c:1578 builtin/log.c:158014131msgid "email"14132msgstr "email"1413314134#: builtin/log.c:157814135msgid "add To: header"14136msgstr "agregar cabecera To:"1413714138#: builtin/log.c:158014139msgid "add Cc: header"14140msgstr "agregar cabecera Cc:"1414114142#: builtin/log.c:158214143msgid "ident"14144msgstr "ident"1414514146#: builtin/log.c:158314147msgid "set From address to <ident> (or committer ident if absent)"14148msgstr ""14149"configurar dirección From a <ident> ( o identidad de committer si está "14150"ausente)"1415114152#: builtin/log.c:158514153msgid "message-id"14154msgstr "id de mensaje"1415514156#: builtin/log.c:158614157msgid "make first mail a reply to <message-id>"14158msgstr "hacer primer mail una respuesta a <id de mensaje>"1415914160#: builtin/log.c:1587 builtin/log.c:159014161msgid "boundary"14162msgstr "límite"1416314164#: builtin/log.c:158814165msgid "attach the patch"14166msgstr "adjuntar el parche"1416714168#: builtin/log.c:159114169msgid "inline the patch"14170msgstr "poner el parche en línea"1417114172#: builtin/log.c:159514173msgid "enable message threading, styles: shallow, deep"14174msgstr "habilitar hilos de mensajes, estilos: superficial, profundo"1417514176#: builtin/log.c:159714177msgid "signature"14178msgstr "firma"1417914180#: builtin/log.c:159814181msgid "add a signature"14182msgstr "agregar una firma"1418314184#: builtin/log.c:159914185msgid "base-commit"14186msgstr "commit-base"1418714188#: builtin/log.c:160014189msgid "add prerequisite tree info to the patch series"14190msgstr ""14191"agregar información de árbol de requisitos previos a la serie de parches"1419214193#: builtin/log.c:160214194msgid "add a signature from a file"14195msgstr "agregar una firma de un archivo"1419614197#: builtin/log.c:160314198msgid "don't print the patch filenames"14199msgstr "no mostrar los nombres de archivos de los parches"1420014201#: builtin/log.c:160514202msgid "show progress while generating patches"14203msgstr "mostrar medidor de progreso mientras se generan los parches"1420414205#: builtin/log.c:160614206msgid "rev"14207msgstr "rev"1420814209#: builtin/log.c:160714210msgid "show changes against <rev> in cover letter or single patch"14211msgstr "muestra cambios contra <rev> en cover letter o en un solo parche"1421214213#: builtin/log.c:161014214msgid "show changes against <refspec> in cover letter or single patch"14215msgstr "muestra cambios contra <refspec> en cover letter o en un solo parche"1421614217#: builtin/log.c:161214218msgid "percentage by which creation is weighted"14219msgstr "porcentaje por el cual la creación es pesada"1422014221#: builtin/log.c:168714222#, c-format14223msgid "invalid ident line: %s"14224msgstr "línea de identificación inválida: %s"1422514226#: builtin/log.c:170214227msgid "-n and -k are mutually exclusive"14228msgstr "-n y -k son mutuamente exclusivas"1422914230#: builtin/log.c:170414231msgid "--subject-prefix/--rfc and -k are mutually exclusive"14232msgstr "--subject-prefix/--rfc y -k son mutuamente exclusivos"1423314234#: builtin/log.c:171214235msgid "--name-only does not make sense"14236msgstr "--name-only no tiene sentido"1423714238#: builtin/log.c:171414239msgid "--name-status does not make sense"14240msgstr "--name-status no tiene sentido"1424114242#: builtin/log.c:171614243msgid "--check does not make sense"14244msgstr "--check no tiene sentido"1424514246#: builtin/log.c:174814247msgid "standard output, or directory, which one?"14248msgstr "salida standard, o directorio, cual?"1424914250#: builtin/log.c:183714251msgid "--interdiff requires --cover-letter or single patch"14252msgstr "--interdiff requiere --cover-letter o un parche único"1425314254#: builtin/log.c:184114255msgid "Interdiff:"14256msgstr "Interdiff:"1425714258#: builtin/log.c:184214259#, c-format14260msgid "Interdiff against v%d:"14261msgstr "Interdiff contra v%d:"1426214263#: builtin/log.c:184814264msgid "--creation-factor requires --range-diff"14265msgstr "--creation-factor requiere --range-diff"1426614267#: builtin/log.c:185214268msgid "--range-diff requires --cover-letter or single patch"14269msgstr "--range-diff requiere --cover-letter o parche único"1427014271#: builtin/log.c:186014272msgid "Range-diff:"14273msgstr "Range-diff:"1427414275#: builtin/log.c:186114276#, c-format14277msgid "Range-diff against v%d:"14278msgstr "Range-diff contra v%d:"1427914280#: builtin/log.c:187214281#, c-format14282msgid "unable to read signature file '%s'"14283msgstr "no se puede leer la firma del archivo '%s'"1428414285#: builtin/log.c:190814286msgid "Generating patches"14287msgstr "Generando parches"1428814289#: builtin/log.c:195214290msgid "failed to create output files"14291msgstr "falló al crear los archivos de salida"1429214293#: builtin/log.c:201114294msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"14295msgstr "git cherry [-v] [<upstream> [<head> [<límite>]]]"1429614297#: builtin/log.c:206514298#, c-format14299msgid ""14300"Could not find a tracked remote branch, please specify <upstream> manually.\n"14301msgstr ""14302"No se pudo encontrar una rama remota rastreada, por favor especifique "14303"<upstream> manualmente.\n"1430414305#: builtin/ls-files.c:47014306msgid "git ls-files [<options>] [<file>...]"14307msgstr "git ls-files [<opciones>] [<archivo>...]"1430814309#: builtin/ls-files.c:52614310msgid "identify the file status with tags"14311msgstr "identifique el estado del archivo con tags"1431214313#: builtin/ls-files.c:52814314msgid "use lowercase letters for 'assume unchanged' files"14315msgstr "usar letras minúsculas para archivos 'asumidos sin cambios'"1431614317#: builtin/ls-files.c:53014318msgid "use lowercase letters for 'fsmonitor clean' files"14319msgstr "usar letras minúsculas para archivos de 'fsmonitor clean'"1432014321#: builtin/ls-files.c:53214322msgid "show cached files in the output (default)"14323msgstr "mostrar archivos en caché en la salida (default)"1432414325#: builtin/ls-files.c:53414326msgid "show deleted files in the output"14327msgstr "mostrar archivos borrados en la salida"1432814329#: builtin/ls-files.c:53614330msgid "show modified files in the output"14331msgstr "mostrar archivos modificados en la salida"1433214333#: builtin/ls-files.c:53814334msgid "show other files in the output"14335msgstr "mostrar otros archivos en la salida"1433614337#: builtin/ls-files.c:54014338msgid "show ignored files in the output"14339msgstr "mostrar archivos ignorados en la salida"1434014341#: builtin/ls-files.c:54314342msgid "show staged contents' object name in the output"14343msgstr ""14344"mostrar contenido de nombres de objetos en el área de stage en la salida"1434514346#: builtin/ls-files.c:54514347msgid "show files on the filesystem that need to be removed"14348msgstr "mostrar archivos en el filesystem que necesitan ser borrados"1434914350#: builtin/ls-files.c:54714351msgid "show 'other' directories' names only"14352msgstr "mostrar solo nombres de 'directorios otros'"1435314354#: builtin/ls-files.c:54914355msgid "show line endings of files"14356msgstr "mostrar finales de línea de archivos"1435714358#: builtin/ls-files.c:55114359msgid "don't show empty directories"14360msgstr "no mostrar directorios vacíos"1436114362#: builtin/ls-files.c:55414363msgid "show unmerged files in the output"14364msgstr "mostrar archivos no fusionados en la salida"1436514366#: builtin/ls-files.c:55614367msgid "show resolve-undo information"14368msgstr "mostrar información resolver-deshacer"1436914370#: builtin/ls-files.c:55814371msgid "skip files matching pattern"14372msgstr "saltar archivos que concuerden con el patrón"1437314374#: builtin/ls-files.c:56114375msgid "exclude patterns are read from <file>"14376msgstr "excluir patrones leídos de <archivo>"1437714378#: builtin/ls-files.c:56414379msgid "read additional per-directory exclude patterns in <file>"14380msgstr ""14381"leer patrones de exclusión de manera adicional por directorio en <archivo>"1438214383#: builtin/ls-files.c:56614384msgid "add the standard git exclusions"14385msgstr "agregar las exclusiones standard de git"1438614387#: builtin/ls-files.c:57014388msgid "make the output relative to the project top directory"14389msgstr "hacer la salida relativa al directorio principal del proyecto"1439014391#: builtin/ls-files.c:57314392msgid "recurse through submodules"14393msgstr "recurrir a través de submódulos"1439414395#: builtin/ls-files.c:57514396msgid "if any <file> is not in the index, treat this as an error"14397msgstr "si cualquier <archivo> no está en el índice, tratarlo como un error"1439814399#: builtin/ls-files.c:57614400msgid "tree-ish"14401msgstr "árbol-ismo"1440214403#: builtin/ls-files.c:57714404msgid "pretend that paths removed since <tree-ish> are still present"14405msgstr ""14406"fingir que las rutas han sido borradas ya que todavía hay <árbol-ismos> "14407"presentes"1440814409#: builtin/ls-files.c:57914410msgid "show debugging data"14411msgstr "mostrar data de debug"1441214413#: builtin/ls-remote.c:914414msgid ""14415"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"14416" [-q | --quiet] [--exit-code] [--get-url]\n"14417" [--symref] [<repository> [<refs>...]]"14418msgstr ""14419"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"14420" [-q | --quiet] [--exit-code] [--get-url]\n"14421" [--symref] [<repositorio> [<refs>...]]"1442214423#: builtin/ls-remote.c:5914424msgid "do not print remote URL"14425msgstr "no mostrar el URL remoto"1442614427#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:145814428msgid "exec"14429msgstr "ejecutar"1443014431#: builtin/ls-remote.c:61 builtin/ls-remote.c:6314432msgid "path of git-upload-pack on the remote host"14433msgstr "ruta de git-upload-pack en el host remoto"1443414435#: builtin/ls-remote.c:6514436msgid "limit to tags"14437msgstr "limitar a tags"1443814439#: builtin/ls-remote.c:6614440msgid "limit to heads"14441msgstr "limitar a heads"1444214443#: builtin/ls-remote.c:6714444msgid "do not show peeled tags"14445msgstr "no mostrar tags pelados"1444614447#: builtin/ls-remote.c:6914448msgid "take url.<base>.insteadOf into account"14449msgstr "tomar url.<base>.insteadOf en cuenta"1445014451#: builtin/ls-remote.c:7214452msgid "exit with exit code 2 if no matching refs are found"14453msgstr "salir con código de salida 2 si no se encuentran refs que concuerden"1445414455#: builtin/ls-remote.c:7514456msgid "show underlying ref in addition to the object pointed by it"14457msgstr "mostrar ref subyacente en adición al objeto apuntado por él"1445814459#: builtin/ls-tree.c:3014460msgid "git ls-tree [<options>] <tree-ish> [<path>...]"14461msgstr "git ls-tree [<opciones>] <árbol-ismo> [<ruta>...]"1446214463#: builtin/ls-tree.c:12814464msgid "only show trees"14465msgstr "solo mostrar árboles"1446614467#: builtin/ls-tree.c:13014468msgid "recurse into subtrees"14469msgstr "recurrir en subárboles"1447014471#: builtin/ls-tree.c:13214472msgid "show trees when recursing"14473msgstr "mostrar árboles cuando se recurre"1447414475#: builtin/ls-tree.c:13514476msgid "terminate entries with NUL byte"14477msgstr "terminar entradas con byte NUL"1447814479#: builtin/ls-tree.c:13614480msgid "include object size"14481msgstr "incluir tamaño de objeto"1448214483#: builtin/ls-tree.c:138 builtin/ls-tree.c:14014484msgid "list only filenames"14485msgstr "listar solo nombres de archivos"1448614487#: builtin/ls-tree.c:14314488msgid "use full path names"14489msgstr "usar rutas completas"1449014491#: builtin/ls-tree.c:14514492msgid "list entire tree; not just current directory (implies --full-name)"14493msgstr ""14494"mostrar todo el árbol; no solo el directorio actual (implica --full-name)"1449514496#: builtin/mailsplit.c:24114497#, c-format14498msgid "empty mbox: '%s'"14499msgstr "mbox vacío: '%s'"1450014501#: builtin/merge.c:5414502msgid "git merge [<options>] [<commit>...]"14503msgstr "git merge [<opciones>] [<commit>...]"1450414505#: builtin/merge.c:5514506msgid "git merge --abort"14507msgstr "git merge --abort"1450814509#: builtin/merge.c:5614510msgid "git merge --continue"14511msgstr "git merge --continue"1451214513#: builtin/merge.c:11614514msgid "switch `m' requires a value"14515msgstr "cambiar `m' requiere un valor"1451614517#: builtin/merge.c:13914518#, c-format14519msgid "option `%s' requires a value"14520msgstr "opción `%s' requiere un valor"1452114522#: builtin/merge.c:18514523#, c-format14524msgid "Could not find merge strategy '%s'.\n"14525msgstr "No se pudo encontrar estrategia de fusión '%s'.\n"1452614527#: builtin/merge.c:18614528#, c-format14529msgid "Available strategies are:"14530msgstr "Estrategias disponibles son:"1453114532#: builtin/merge.c:19114533#, c-format14534msgid "Available custom strategies are:"14535msgstr "Estrategias personalizadas disponibles son:"1453614537#: builtin/merge.c:242 builtin/pull.c:15014538msgid "do not show a diffstat at the end of the merge"14539msgstr "no mostrar un diffstat al final de la fusión"1454014541#: builtin/merge.c:245 builtin/pull.c:15314542msgid "show a diffstat at the end of the merge"14543msgstr "mostrar un diffstat al final de la fusión"1454414545#: builtin/merge.c:246 builtin/pull.c:15614546msgid "(synonym to --stat)"14547msgstr "(sinónimo para --stat)"1454814549#: builtin/merge.c:248 builtin/pull.c:15914550msgid "add (at most <n>) entries from shortlog to merge commit message"14551msgstr ""14552"agregar (como máximo <n>) entradas del shortlog al mensaje del commit de "14553"fusión"1455414555#: builtin/merge.c:251 builtin/pull.c:16514556msgid "create a single commit instead of doing a merge"14557msgstr "crear un commit único en lugar de hacer una fusión"1455814559#: builtin/merge.c:253 builtin/pull.c:16814560msgid "perform a commit if the merge succeeds (default)"14561msgstr "realizar un commit si la fusión es exitosa (default)"1456214563#: builtin/merge.c:255 builtin/pull.c:17114564msgid "edit message before committing"14565msgstr "editar mensaje antes de realizar commit"1456614567#: builtin/merge.c:25714568msgid "allow fast-forward (default)"14569msgstr "permitir fast-forwars (default)"1457014571#: builtin/merge.c:259 builtin/pull.c:17814572msgid "abort if fast-forward is not possible"14573msgstr "abortar si fast-forward no es posible"1457414575#: builtin/merge.c:263 builtin/pull.c:18114576msgid "verify that the named commit has a valid GPG signature"14577msgstr "verificar que el commit nombrado tiene una firma GPG válida"1457814579#: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:18514580#: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:11314581msgid "strategy"14582msgstr "estrategia"1458314584#: builtin/merge.c:265 builtin/pull.c:18614585msgid "merge strategy to use"14586msgstr "estrategia de fusión para usar"1458714588#: builtin/merge.c:266 builtin/pull.c:18914589msgid "option=value"14590msgstr "opción=valor"1459114592#: builtin/merge.c:267 builtin/pull.c:19014593msgid "option for selected merge strategy"14594msgstr "opción para la estrategia de fusión seleccionada"1459514596#: builtin/merge.c:26914597msgid "merge commit message (for a non-fast-forward merge)"14598msgstr "fusionar mensaje de commit (para una fusión no fast-forward)"1459914600#: builtin/merge.c:27614601msgid "abort the current in-progress merge"14602msgstr "abortar la fusión en progreso actual"1460314604#: builtin/merge.c:27814605msgid "continue the current in-progress merge"14606msgstr "continuar la fusión en progreso actual"1460714608#: builtin/merge.c:280 builtin/pull.c:19714609msgid "allow merging unrelated histories"14610msgstr "permitir fusionar historias no relacionadas"1461114612#: builtin/merge.c:28614613msgid "verify commit-msg hook"14614msgstr "verificar el hook commit-msg"1461514616#: builtin/merge.c:31114617msgid "could not run stash."14618msgstr "no se pudo ejecutar stash."1461914620#: builtin/merge.c:31614621msgid "stash failed"14622msgstr "stash falló"1462314624#: builtin/merge.c:32114625#, c-format14626msgid "not a valid object: %s"14627msgstr "no es un objeto válido: %s"1462814629#: builtin/merge.c:343 builtin/merge.c:36014630msgid "read-tree failed"14631msgstr "lectura de árbol falló"1463214633#: builtin/merge.c:39014634msgid " (nothing to squash)"14635msgstr " (nada para hacer squash)"1463614637#: builtin/merge.c:40114638#, c-format14639msgid "Squash commit -- not updating HEAD\n"14640msgstr "Commit de squash -- no actualizando HEAD\n"1464114642#: builtin/merge.c:45114643#, c-format14644msgid "No merge message -- not updating HEAD\n"14645msgstr "No hay mensaje de fusión -- no actualizando HEAD\n"1464614647#: builtin/merge.c:50214648#, c-format14649msgid "'%s' does not point to a commit"14650msgstr "'%s' no apunta a ningún commit"1465114652#: builtin/merge.c:58914653#, c-format14654msgid "Bad branch.%s.mergeoptions string: %s"14655msgstr "Mal string branch.%s.mergeoptions: %s"1465614657#: builtin/merge.c:71214658msgid "Not handling anything other than two heads merge."14659msgstr "No manejando nada más que fusión de dos heads."1466014661#: builtin/merge.c:72614662#, c-format14663msgid "Unknown option for merge-recursive: -X%s"14664msgstr "Opción desconocida para merge-recursive: -X%s"1466514666#: builtin/merge.c:74114667#, c-format14668msgid "unable to write %s"14669msgstr "no es posible escribir %s"1467014671#: builtin/merge.c:79314672#, c-format14673msgid "Could not read from '%s'"14674msgstr "No se puedo leer de '%s'"1467514676#: builtin/merge.c:80214677#, c-format14678msgid "Not committing merge; use 'git commit' to complete the merge.\n"14679msgstr ""14680"No se realiza commit de la fusión; use 'git commit' para completar la "14681"fusión.\n"1468214683#: builtin/merge.c:80814684msgid ""14685"Please enter a commit message to explain why this merge is necessary,\n"14686"especially if it merges an updated upstream into a topic branch.\n"14687"\n"14688msgstr ""14689"Por favor ingrese un mensaje de commit que explique por qué es necesaria "14690"esta fusión,\n"14691"especialmente si esto fusiona un upstream actualizado en una rama de "14692"tópico.\n"14693"\n"1469414695#: builtin/merge.c:81314696msgid "An empty message aborts the commit.\n"14697msgstr "Un mensaje vacío aborta el commit.\n"1469814699#: builtin/merge.c:81614700#, c-format14701msgid ""14702"Lines starting with '%c' will be ignored, and an empty message aborts\n"14703"the commit.\n"14704msgstr ""14705"Líneas comenzando con '%c' serán ignoradas, y un mensaje vacío aborta\n"14706" el commit.\n"1470714708#: builtin/merge.c:85714709msgid "Empty commit message."14710msgstr "Mensaje de commit vacío."1471114712#: builtin/merge.c:87614713#, c-format14714msgid "Wonderful.\n"14715msgstr "Maravilloso.\n"1471614717#: builtin/merge.c:93614718#, c-format14719msgid "Automatic merge failed; fix conflicts and then commit the result.\n"14720msgstr ""14721"Fusión automática falló; arregle los conflictos y luego realice un commit "14722"con el resultado.\n"1472314724#: builtin/merge.c:97514725msgid "No current branch."14726msgstr "No rama actual."1472714728#: builtin/merge.c:97714729msgid "No remote for the current branch."14730msgstr "No hay remoto para la rama actual."1473114732#: builtin/merge.c:97914733msgid "No default upstream defined for the current branch."14734msgstr "Por defecto, no hay un upstream definido para la rama actual."1473514736#: builtin/merge.c:98414737#, c-format14738msgid "No remote-tracking branch for %s from %s"14739msgstr "No hay rama de rastreo remoto para %s de %s"1474014741#: builtin/merge.c:104114742#, c-format14743msgid "Bad value '%s' in environment '%s'"14744msgstr "Valor erróneo '%s' en el entorno '%s'"1474514746#: builtin/merge.c:114414747#, c-format14748msgid "not something we can merge in %s: %s"14749msgstr "nada que podamos fusionar en %s: %s"1475014751#: builtin/merge.c:117814752msgid "not something we can merge"14753msgstr "nada que podamos fusionar"1475414755#: builtin/merge.c:128114756msgid "--abort expects no arguments"14757msgstr "--abort no espera argumentos"1475814759#: builtin/merge.c:128514760msgid "There is no merge to abort (MERGE_HEAD missing)."14761msgstr "No hay una fusión para abortar (falta MERGE_HEAD)"1476214763#: builtin/merge.c:129714764msgid "--continue expects no arguments"14765msgstr "--continue no espera argumentos"1476614767#: builtin/merge.c:130114768msgid "There is no merge in progress (MERGE_HEAD missing)."14769msgstr "No hay fusión en progreso (falta MERGE_HEAD)."1477014771#: builtin/merge.c:131714772msgid ""14773"You have not concluded your merge (MERGE_HEAD exists).\n"14774"Please, commit your changes before you merge."14775msgstr ""14776"No ha concluido la fusión (existe MERGE_HEAD).\n"14777"Por favor, realice un commit con los cambios antes de fusionar."1477814779#: builtin/merge.c:132414780msgid ""14781"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"14782"Please, commit your changes before you merge."14783msgstr ""14784"No ha concluido el cherry-pick (existe CHERRY_PICK_HEAD).\n"14785"Por favor, realice un commit con los cambios antes de fusionar."1478614787#: builtin/merge.c:132714788msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."14789msgstr "No ha concluido el cherry-pick (existe CHERRY_PICK_HEAD)."1479014791#: builtin/merge.c:134114792msgid "You cannot combine --squash with --no-ff."14793msgstr "No se puede combinar --squash con --no-ff."1479414795#: builtin/merge.c:134914796msgid "No commit specified and merge.defaultToUpstream not set."14797msgstr ""14798"No hay commit especificado y merge.defaultToUpstream no está configurado."1479914800#: builtin/merge.c:136614801msgid "Squash commit into empty head not supported yet"14802msgstr "Commit aplastado dentro de un head vacío no es soportado todavía"1480314804#: builtin/merge.c:136814805msgid "Non-fast-forward commit does not make sense into an empty head"14806msgstr "Commit no fast-forward no tiene sentido dentro de un head vacío"1480714808#: builtin/merge.c:137314809#, c-format14810msgid "%s - not something we can merge"14811msgstr "%s - nada que podamos fusionar"1481214813#: builtin/merge.c:137514814msgid "Can merge only exactly one commit into empty head"14815msgstr "Solo se puede fusionar exactamente un commit en un head vacío"1481614817#: builtin/merge.c:145414818msgid "refusing to merge unrelated histories"14819msgstr "rehusando fusionar historias no relacionadas"1482014821#: builtin/merge.c:146314822msgid "Already up to date."14823msgstr "Ya está actualizado."1482414825#: builtin/merge.c:147314826#, c-format14827msgid "Updating %s..%s\n"14828msgstr "Actualizando %s..%s\n"1482914830#: builtin/merge.c:151514831#, c-format14832msgid "Trying really trivial in-index merge...\n"14833msgstr "Intentando fusión en índice realmente trivial...\n"1483414835#: builtin/merge.c:152214836#, c-format14837msgid "Nope.\n"14838msgstr "Nop.\n"1483914840#: builtin/merge.c:154714841msgid "Already up to date. Yeeah!"14842msgstr "Ya está actualizado. ¡Oh, yeaahh!"1484314844#: builtin/merge.c:155314845msgid "Not possible to fast-forward, aborting."14846msgstr "No es posible hacer fast-forward, abortando."1484714848#: builtin/merge.c:1576 builtin/merge.c:165514849#, c-format14850msgid "Rewinding the tree to pristine...\n"14851msgstr "Rebobinando el árbol a original...\n"1485214853#: builtin/merge.c:158014854#, c-format14855msgid "Trying merge strategy %s...\n"14856msgstr "Intentando estrategia de fusión %s...\n"1485714858#: builtin/merge.c:164614859#, c-format14860msgid "No merge strategy handled the merge.\n"14861msgstr "Ninguna estrategia de fusión manejó la fusión.\n"1486214863#: builtin/merge.c:164814864#, c-format14865msgid "Merge with strategy %s failed.\n"14866msgstr "Fusionar con estrategia %s falló.\n"1486714868#: builtin/merge.c:165714869#, c-format14870msgid "Using the %s to prepare resolving by hand.\n"14871msgstr "Usando el %s para preparar resolución a mano.\n"1487214873#: builtin/merge.c:166914874#, c-format14875msgid "Automatic merge went well; stopped before committing as requested\n"14876msgstr ""14877"Fusión automática fue bien; detenida antes del commit como se solicitó\n"1487814879#: builtin/merge-base.c:3214880msgid "git merge-base [-a | --all] <commit> <commit>..."14881msgstr "git merge-base [-a | --all] <commit> <commit>..."1488214883#: builtin/merge-base.c:3314884msgid "git merge-base [-a | --all] --octopus <commit>..."14885msgstr "git merge-base [-a | --all] --octopus <commit>..."1488614887#: builtin/merge-base.c:3414888msgid "git merge-base --independent <commit>..."14889msgstr "git merge-base --independent <commit>..."1489014891#: builtin/merge-base.c:3514892msgid "git merge-base --is-ancestor <commit> <commit>"14893msgstr "git merge-base --is-ancestor <commit> <commit>"1489414895#: builtin/merge-base.c:3614896msgid "git merge-base --fork-point <ref> [<commit>]"14897msgstr "git merge-base --fork-point <ref> [<commit>]"1489814899#: builtin/merge-base.c:15314900msgid "output all common ancestors"14901msgstr "mostrar todos los ancestros comunes"1490214903#: builtin/merge-base.c:15514904msgid "find ancestors for a single n-way merge"14905msgstr "encontrar ancestros para una única fusión de n-vías"1490614907#: builtin/merge-base.c:15714908msgid "list revs not reachable from others"14909msgstr "listar revs no alcanzables desde otros"1491014911#: builtin/merge-base.c:15914912msgid "is the first one ancestor of the other?"14913msgstr "es el primer ancestro del otro?"1491414915#: builtin/merge-base.c:16114916msgid "find where <commit> forked from reflog of <ref>"14917msgstr "encontrar donde <commit> forjó del reflog de <ref>"1491814919#: builtin/merge-file.c:914920msgid ""14921"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "14922"<orig-file> <file2>"14923msgstr ""14924"git merge-file [<opciones>] [-L <nombre1> [-L <origen> [-L <nombre2>]]] "14925"<archivo1> <archivo-origen> <archivo2>"1492614927#: builtin/merge-file.c:3514928msgid "send results to standard output"14929msgstr "mandar resultados a standard output"1493014931#: builtin/merge-file.c:3614932msgid "use a diff3 based merge"14933msgstr "usar un fusión basada en diff3"1493414935#: builtin/merge-file.c:3714936msgid "for conflicts, use our version"14937msgstr "por conflictos, usar nuestra versión"1493814939#: builtin/merge-file.c:3914940msgid "for conflicts, use their version"14941msgstr "por conflictos, usar la versión de ellos"1494214943#: builtin/merge-file.c:4114944msgid "for conflicts, use a union version"14945msgstr "por conflictos, usar una versión de unión"1494614947#: builtin/merge-file.c:4414948msgid "for conflicts, use this marker size"14949msgstr "por conflictos, usar el tamaño de este marcador"1495014951#: builtin/merge-file.c:4514952msgid "do not warn about conflicts"14953msgstr "no advertir sobre conflictos"1495414955#: builtin/merge-file.c:4714956msgid "set labels for file1/orig-file/file2"14957msgstr "configurar labels para archivo1/orig-archivo/archivo2"1495814959#: builtin/merge-recursive.c:4614960#, c-format14961msgid "unknown option %s"14962msgstr "opción %s desconocida"1496314964#: builtin/merge-recursive.c:5214965#, c-format14966msgid "could not parse object '%s'"14967msgstr "no se pudo analizar el objeto '%s'"1496814969#: builtin/merge-recursive.c:5614970#, c-format14971msgid "cannot handle more than %d base. Ignoring %s."14972msgid_plural "cannot handle more than %d bases. Ignoring %s."14973msgstr[0] "no se puede manejar más de %d base. Ignorando %s."14974msgstr[1] "no se puede manejar más de %d bases. Ignorando %s."1497514976#: builtin/merge-recursive.c:6414977msgid "not handling anything other than two heads merge."14978msgstr "no manejando nada distinto a fusiones de dos heads."1497914980#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:7214981#, c-format14982msgid "could not resolve ref '%s'"14983msgstr "no se pudo resolver ref '%s'"1498414985#: builtin/merge-recursive.c:7814986#, c-format14987msgid "Merging %s with %s\n"14988msgstr "Fusionando %s con %s\n"1498914990#: builtin/mktree.c:6614991msgid "git mktree [-z] [--missing] [--batch]"14992msgstr "git mktree [-z] [--missing] [--batch]"1499314994#: builtin/mktree.c:15414995msgid "input is NUL terminated"14996msgstr "input es terminada con NUL"1499714998#: builtin/mktree.c:155 builtin/write-tree.c:2614999msgid "allow missing objects"15000msgstr "permitir objetos faltantes"1500115002#: builtin/mktree.c:15615003msgid "allow creation of more than one tree"15004msgstr "permitir la creación de más de un árbol"1500515006#: builtin/multi-pack-index.c:915007msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"15008msgstr "git multi-pack-index [--object-dir=<dir>] (write|verify)"1500915010#: builtin/multi-pack-index.c:2215011msgid "object directory containing set of packfile and pack-index pairs"15012msgstr "objeto directorio conteniendo conjuntos de pares packfile y pack-index"1501315014#: builtin/multi-pack-index.c:40 builtin/prune-packed.c:6715015msgid "too many arguments"15016msgstr "muchos argumentos"1501715018#: builtin/multi-pack-index.c:5115019#, c-format15020msgid "unrecognized verb: %s"15021msgstr "verbo no reconocido: %s"1502215023#: builtin/mv.c:1815024msgid "git mv [<options>] <source>... <destination>"15025msgstr "git mv [<opciones>] <fuente>... <destino>"1502615027#: builtin/mv.c:8315028#, c-format15029msgid "Directory %s is in index and no submodule?"15030msgstr "Directorio %s está en el índice y no hay submódulo?"1503115032#: builtin/mv.c:8515033msgid "Please stage your changes to .gitmodules or stash them to proceed"15034msgstr ""15035"Por favor agrega el stage de tus cambios a .gitmodules o realiza un stash "15036"para proceder"1503715038#: builtin/mv.c:10315039#, c-format15040msgid "%.*s is in index"15041msgstr "%.*s está en el índice"1504215043#: builtin/mv.c:12515044msgid "force move/rename even if target exists"15045msgstr "forzar mover/renombrar incluso si el objetivo existe"1504615047#: builtin/mv.c:12715048msgid "skip move/rename errors"15049msgstr "saltar errores de mover/renombrar"1505015051#: builtin/mv.c:16915052#, c-format15053msgid "destination '%s' is not a directory"15054msgstr "destino '%s' no es un directorio"1505515056#: builtin/mv.c:18015057#, c-format15058msgid "Checking rename of '%s' to '%s'\n"15059msgstr "Revisando cambio de nombre de '%s' a '%s'\n"1506015061#: builtin/mv.c:18415062msgid "bad source"15063msgstr "mala fuente"1506415065#: builtin/mv.c:18715066msgid "can not move directory into itself"15067msgstr "no se pude mover un directorio en sí mismo"1506815069#: builtin/mv.c:19015070msgid "cannot move directory over file"15071msgstr "no se puede mover un directorio dentro de un archivo"1507215073#: builtin/mv.c:19915074msgid "source directory is empty"15075msgstr "directorio de fuente está vacío"1507615077#: builtin/mv.c:22415078msgid "not under version control"15079msgstr "no se encuentra bajo control de versión"1508015081#: builtin/mv.c:22715082msgid "destination exists"15083msgstr "destino existe"1508415085#: builtin/mv.c:23515086#, c-format15087msgid "overwriting '%s'"15088msgstr "sobrescribiendo '%s'"1508915090#: builtin/mv.c:23815091msgid "Cannot overwrite"15092msgstr "No se puede sobrescribir"1509315094#: builtin/mv.c:24115095msgid "multiple sources for the same target"15096msgstr "múltiples fuentes para el mismo objetivo"1509715098#: builtin/mv.c:24315099msgid "destination directory does not exist"15100msgstr "el directorio de destino no existe"1510115102#: builtin/mv.c:25015103#, c-format15104msgid "%s, source=%s, destination=%s"15105msgstr "%s, fuente=%s, destino=%s"1510615107#: builtin/mv.c:27115108#, c-format15109msgid "Renaming %s to %s\n"15110msgstr "Renombrando %s a %s\n"1511115112#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:51615113#, c-format15114msgid "renaming '%s' failed"15115msgstr "renombrando '%s' falló"1511615117#: builtin/name-rev.c:35515118msgid "git name-rev [<options>] <commit>..."15119msgstr "git name-rev [<opciones>] <commit>..."1512015121#: builtin/name-rev.c:35615122msgid "git name-rev [<options>] --all"15123msgstr "git name-rev [<opciones>] --all"1512415125#: builtin/name-rev.c:35715126msgid "git name-rev [<options>] --stdin"15127msgstr "git name-rev [<opciones>] --stdin"1512815129#: builtin/name-rev.c:41515130msgid "print only names (no SHA-1)"15131msgstr "imprimir sólo nombres (sin SHA-1)"1513215133#: builtin/name-rev.c:41615134msgid "only use tags to name the commits"15135msgstr "sólo usar tags para nombrar commits"1513615137#: builtin/name-rev.c:41815138msgid "only use refs matching <pattern>"15139msgstr "solo usar refs que concuerden con <patrón>"1514015141#: builtin/name-rev.c:42015142msgid "ignore refs matching <pattern>"15143msgstr "ignorar refs que concuerden con <patrón>"1514415145#: builtin/name-rev.c:42215146msgid "list all commits reachable from all refs"15147msgstr "listar todos los commits alcanzables desde todas las referencias"1514815149#: builtin/name-rev.c:42315150msgid "read from stdin"15151msgstr "leer desde stdin"1515215153#: builtin/name-rev.c:42415154msgid "allow to print `undefined` names (default)"15155msgstr "permitir imprimir nombres `undefined` (predeterminado)"1515615157#: builtin/name-rev.c:43015158msgid "dereference tags in the input (internal use)"15159msgstr "desreferenciar tags en la entrada (uso interno)"1516015161#: builtin/notes.c:2815162msgid "git notes [--ref <notes-ref>] [list [<object>]]"15163msgstr "git notes [--ref <referencia-de-notas>] [list [<objeto>]]"1516415165#: builtin/notes.c:2915166msgid ""15167"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "15168"| (-c | -C) <object>] [<object>]"15169msgstr ""15170"git notes [--ref <referencia-de-notas>] add [-f] [--allow-empty] [-m "15171"<mensaje> | -F <archivo> | (-c | -C) <objeto>] [<objeto>]"1517215173#: builtin/notes.c:3015174msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"15175msgstr ""15176"git notes [--ref <referencia-de-notas>] copy [-f] <objeto-origen> <objeto-"15177"destino>"1517815179#: builtin/notes.c:3115180msgid ""15181"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "15182"(-c | -C) <object>] [<object>]"15183msgstr ""15184"git notes [--ref <referencia-de-notas>] append [--allow-empty] [-m <mensaje> "15185"| -F <archivo> | (-c | -C) <objeto>] [<objeto>]"1518615187#: builtin/notes.c:3215188msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"15189msgstr ""15190"git notes [--ref <referencia-de-notas>] edit [--allow-empty] [<objeto>]"1519115192#: builtin/notes.c:3315193msgid "git notes [--ref <notes-ref>] show [<object>]"15194msgstr "git notes [--ref <referencia-de-notas>] show [<objeto>]"1519515196#: builtin/notes.c:3415197msgid ""15198"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"15199msgstr ""15200"git notes [--ref <referencia-de notas>] merge [-v | -q] [-s <estrategia>] "15201"<referencia-de-notas>"1520215203#: builtin/notes.c:3515204msgid "git notes merge --commit [-v | -q]"15205msgstr "git notes merge --commit [-v | -q]"1520615207#: builtin/notes.c:3615208msgid "git notes merge --abort [-v | -q]"15209msgstr "git notes merge --abort [-v | -q]"1521015211#: builtin/notes.c:3715212msgid "git notes [--ref <notes-ref>] remove [<object>...]"15213msgstr "git notes [--ref <referencia-de-notas>] remove [<objeto>...]"1521415215#: builtin/notes.c:3815216msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"15217msgstr "git notes [--ref <referencia-de-notas>] prune [-n] [-v]"1521815219#: builtin/notes.c:3915220msgid "git notes [--ref <notes-ref>] get-ref"15221msgstr "git notes [--ref <referencia-de-notas>] get-ref"1522215223#: builtin/notes.c:4415224msgid "git notes [list [<object>]]"15225msgstr "git notes [list [<objeto>]]"1522615227#: builtin/notes.c:4915228msgid "git notes add [<options>] [<object>]"15229msgstr "git notes add [<opciones>] [<objeto>]"1523015231#: builtin/notes.c:5415232msgid "git notes copy [<options>] <from-object> <to-object>"15233msgstr "git notes copy [<opciones>] <objeto-origen> <objeto-destino>"1523415235#: builtin/notes.c:5515236msgid "git notes copy --stdin [<from-object> <to-object>]..."15237msgstr "git notes copy --stdin [<objeto-origen> <objeto-destino>]..."1523815239#: builtin/notes.c:6015240msgid "git notes append [<options>] [<object>]"15241msgstr "git notes append [<opciones>] [<objeto>]"1524215243#: builtin/notes.c:6515244msgid "git notes edit [<object>]"15245msgstr "git notes edit [<objeto>]"1524615247#: builtin/notes.c:7015248msgid "git notes show [<object>]"15249msgstr "git notes show [<objeto>]"1525015251#: builtin/notes.c:7515252msgid "git notes merge [<options>] <notes-ref>"15253msgstr "git notes merge [<opciones>] <referencia-de-notas>"1525415255#: builtin/notes.c:7615256msgid "git notes merge --commit [<options>]"15257msgstr "git notes merge --commit [<opciones>]"1525815259#: builtin/notes.c:7715260msgid "git notes merge --abort [<options>]"15261msgstr "git notes merge --abort [<opciones>]"1526215263#: builtin/notes.c:8215264msgid "git notes remove [<object>]"15265msgstr "git notes remove [<objeto>]"1526615267#: builtin/notes.c:8715268msgid "git notes prune [<options>]"15269msgstr "git notes prune [<opciones>]"1527015271#: builtin/notes.c:9215272msgid "git notes get-ref"15273msgstr "git notes get-ref"1527415275#: builtin/notes.c:9715276msgid "Write/edit the notes for the following object:"15277msgstr "Escribe/edita las notas para los siguientes objetos:"1527815279#: builtin/notes.c:15015280#, c-format15281msgid "unable to start 'show' for object '%s'"15282msgstr "incapaz de iniciar 'show' para el objeto '%s'"1528315284#: builtin/notes.c:15415285msgid "could not read 'show' output"15286msgstr "no se pudo leer salida de 'show'"1528715288#: builtin/notes.c:16215289#, c-format15290msgid "failed to finish 'show' for object '%s'"15291msgstr "falló la finalización de 'show' para el objeto '%s'"1529215293#: builtin/notes.c:19715294msgid "please supply the note contents using either -m or -F option"15295msgstr "por favor suministrar los contenidos de nota usando la opción -m o -F"1529615297#: builtin/notes.c:20615298msgid "unable to write note object"15299msgstr "incapaz de escribir el objeto de nota"1530015301#: builtin/notes.c:20815302#, c-format15303msgid "the note contents have been left in %s"15304msgstr "los contenidos de nota han sido dejados en %s"1530515306#: builtin/notes.c:242 builtin/tag.c:52215307#, c-format15308msgid "could not open or read '%s'"15309msgstr "no se pudo abrir o leer '%s'"1531015311#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:31515312#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:52615313#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:67215314#, c-format15315msgid "failed to resolve '%s' as a valid ref."15316msgstr "falló al resolver '%s' como ref válida."1531715318#: builtin/notes.c:26515319#, c-format15320msgid "failed to read object '%s'."15321msgstr "falló al leer objeto '%s'."1532215323#: builtin/notes.c:26815324#, c-format15325msgid "cannot read note data from non-blob object '%s'."15326msgstr "no se puede leer la data de la nota de un objeto no-blob '%s'."1532715328#: builtin/notes.c:30915329#, c-format15330msgid "malformed input line: '%s'."15331msgstr "línea de entrada mal formada: '%s'."1533215333#: builtin/notes.c:32415334#, c-format15335msgid "failed to copy notes from '%s' to '%s'"15336msgstr "falló al copiar notas de '%s' a '%s'"1533715338#. TRANSLATORS: the first %s will be replaced by a git15339#. notes command: 'add', 'merge', 'remove', etc.15340#.15341#: builtin/notes.c:35615342#, c-format15343msgid "refusing to %s notes in %s (outside of refs/notes/)"15344msgstr "rechazando %s notas en %s (fuera de refs/notes/)"1534515346#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:50915347#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:66515348#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:98515349msgid "too many parameters"15350msgstr "demasiados parámetros"1535115352#: builtin/notes.c:389 builtin/notes.c:67815353#, c-format15354msgid "no note found for object %s."15355msgstr "no se encontraron notas para objeto %s."1535615357#: builtin/notes.c:410 builtin/notes.c:57615358msgid "note contents as a string"15359msgstr "contenidos de la nota como cadena"1536015361#: builtin/notes.c:413 builtin/notes.c:57915362msgid "note contents in a file"15363msgstr "contenidos de la nota en un archivo"1536415365#: builtin/notes.c:416 builtin/notes.c:58215366msgid "reuse and edit specified note object"15367msgstr "reutilizar y editar el objeto de nota especificada"1536815369#: builtin/notes.c:419 builtin/notes.c:58515370msgid "reuse specified note object"15371msgstr "reutilizar el objeto de nota especificado"1537215373#: builtin/notes.c:422 builtin/notes.c:58815374msgid "allow storing empty note"15375msgstr "permitir almacenar nota vacía"1537615377#: builtin/notes.c:423 builtin/notes.c:49615378msgid "replace existing notes"15379msgstr "reemplazar notas existentes"1538015381#: builtin/notes.c:44815382#, c-format15383msgid ""15384"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "15385"existing notes"15386msgstr ""15387"No se puede agregar notas. Se encontró notas existentes para objeto %s. Use "15388"'-f' para sobrescribir las notas existentes"1538915390#: builtin/notes.c:463 builtin/notes.c:54415391#, c-format15392msgid "Overwriting existing notes for object %s\n"15393msgstr "Sobrescribiendo notas existentes para objeto %s\n"1539415395#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:90215396#, c-format15397msgid "Removing note for object %s\n"15398msgstr "Removiendo nota para objeto %s\n"1539915400#: builtin/notes.c:49715401msgid "read objects from stdin"15402msgstr "leer objetos desde stdin"1540315404#: builtin/notes.c:49915405msgid "load rewriting config for <command> (implies --stdin)"15406msgstr "cargar configuración de reescritura para <comando> (implica --stdin)"1540715408#: builtin/notes.c:51715409msgid "too few parameters"15410msgstr "muy pocos parámetros"1541115412#: builtin/notes.c:53815413#, c-format15414msgid ""15415"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "15416"existing notes"15417msgstr ""15418"No se puede copiar notas. Se encontró notas existentes para el objeto %s. "15419"Use '-f' para sobrescribir las notes existentes"1542015421#: builtin/notes.c:55015422#, c-format15423msgid "missing notes on source object %s. Cannot copy."15424msgstr "faltan notas en la fuente del objeto %s. No se puede copiar."1542515426#: builtin/notes.c:60315427#, c-format15428msgid ""15429"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"15430"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"15431msgstr ""15432"Las opciones -m/-F/-c/-C han sido deprecadas por el subcomando 'edit'.\n"15433"Por favor use 'git notes add -f -m/-F/-c/-C' en cambio.\n"1543415435#: builtin/notes.c:69815436msgid "failed to delete ref NOTES_MERGE_PARTIAL"15437msgstr "falló al borrar ref NOTES_MERGE_PARTIAL"1543815439#: builtin/notes.c:70015440msgid "failed to delete ref NOTES_MERGE_REF"15441msgstr "falló al borrar ref NOTES_MERGE_REF"1544215443#: builtin/notes.c:70215444msgid "failed to remove 'git notes merge' worktree"15445msgstr "no se pudo eliminar el árbol de trabajo 'git notes merge'"1544615447#: builtin/notes.c:72215448msgid "failed to read ref NOTES_MERGE_PARTIAL"15449msgstr "falló al leer ref NOTES_MERGE_PARTIAL"1545015451#: builtin/notes.c:72415452msgid "could not find commit from NOTES_MERGE_PARTIAL."15453msgstr "no se pudo encontrar commit de NOTES_MERGE_PARTIAL."1545415455#: builtin/notes.c:72615456msgid "could not parse commit from NOTES_MERGE_PARTIAL."15457msgstr "no se pudo analizar commit de NOTES_MERGE_PARTIAL."1545815459#: builtin/notes.c:73915460msgid "failed to resolve NOTES_MERGE_REF"15461msgstr "falló al resolver NOTES_MERGE_REF"1546215463#: builtin/notes.c:74215464msgid "failed to finalize notes merge"15465msgstr "falló al finalizar las notas de fusión"1546615467#: builtin/notes.c:76815468#, c-format15469msgid "unknown notes merge strategy %s"15470msgstr "estrategia de fusión de notas %s desconocida"1547115472#: builtin/notes.c:78415473msgid "General options"15474msgstr "Opciones generales"1547515476#: builtin/notes.c:78615477msgid "Merge options"15478msgstr "Opciones de fusión"1547915480#: builtin/notes.c:78815481msgid ""15482"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"15483"cat_sort_uniq)"15484msgstr ""15485"resolver conflictos de notas usando la estrategia entregadas (manual/ours/"15486"theirs/union/cat_sort_uniq)"1548715488#: builtin/notes.c:79015489msgid "Committing unmerged notes"15490msgstr "Realizando commit a las notas no fusionadas"1549115492#: builtin/notes.c:79215493msgid "finalize notes merge by committing unmerged notes"15494msgstr ""15495"finalizar fusión de notas realizando un commit de las notas no fusionadas"1549615497#: builtin/notes.c:79415498msgid "Aborting notes merge resolution"15499msgstr "Abortando notas de resolución de fusión"1550015501#: builtin/notes.c:79615502msgid "abort notes merge"15503msgstr "abortar notas de fusión"1550415505#: builtin/notes.c:80715506msgid "cannot mix --commit, --abort or -s/--strategy"15507msgstr "no se pueden mezclar --commit, --abort ó -s/--strategy"1550815509#: builtin/notes.c:81215510msgid "must specify a notes ref to merge"15511msgstr "debe especificar una ref de notas a fusionar"1551215513#: builtin/notes.c:83615514#, c-format15515msgid "unknown -s/--strategy: %s"15516msgstr "--strategy/-s desconocida: %s"1551715518#: builtin/notes.c:87315519#, c-format15520msgid "a notes merge into %s is already in-progress at %s"15521msgstr "una fusión de notas en %s ya está en progreso en %s"1552215523#: builtin/notes.c:87615524#, c-format15525msgid "failed to store link to current notes ref (%s)"15526msgstr "falló al guardar un link para el ref de notas actual (%s)"1552715528#: builtin/notes.c:87815529#, c-format15530msgid ""15531"Automatic notes merge failed. Fix conflicts in %s and commit the result with "15532"'git notes merge --commit', or abort the merge with 'git notes merge --"15533"abort'.\n"15534msgstr ""15535"Fusión automática de notas falló. Arregle conflictos en %s y realice un "15536"commit con el resultado 'git notes merge --commit', o aborte la fusión con "15537"'git notes merge --abort'.\n"1553815539#: builtin/notes.c:897 builtin/tag.c:53515540#, c-format15541msgid "Failed to resolve '%s' as a valid ref."15542msgstr "Falló al resolver '%s' como una ref válida."1554315544#: builtin/notes.c:90015545#, c-format15546msgid "Object %s has no note\n"15547msgstr "El objeto %s no tiene notas\n"1554815549#: builtin/notes.c:91215550msgid "attempt to remove non-existent note is not an error"15551msgstr "intentar eliminar una nota no existente no es un error"1555215553#: builtin/notes.c:91515554msgid "read object names from the standard input"15555msgstr "leer nombres de objetos de standard input"1555615557#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:16515558msgid "do not remove, show only"15559msgstr "no eliminar, solo mostrar"1556015561#: builtin/notes.c:95515562msgid "report pruned notes"15563msgstr "reportar notas recortadas"1556415565#: builtin/notes.c:99815566msgid "notes-ref"15567msgstr "referencia-de-notas"1556815569#: builtin/notes.c:99915570msgid "use notes from <notes-ref>"15571msgstr "usar notas desde <referencia-de-notas>"1557215573#: builtin/notes.c:1034 builtin/stash.c:161115574#, c-format15575msgid "unknown subcommand: %s"15576msgstr "subcomando desconocido: %s"1557715578#: builtin/pack-objects.c:5215579msgid ""15580"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"15581msgstr ""15582"git pack-objects --stdout [<opciones>...] [< <lista-de-ref> | < <lista-de-"15583"objetos>]"1558415585#: builtin/pack-objects.c:5315586msgid ""15587"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"15588msgstr ""15589"git pack-objects [<opciones>...] <nombre-base> [< <lista-de-refs> | < <lista-"15590"de-objetos>]"1559115592#: builtin/pack-objects.c:42415593#, c-format15594msgid "bad packed object CRC for %s"15595msgstr "mal paquete de objeto CRC para %s"1559615597#: builtin/pack-objects.c:43515598#, c-format15599msgid "corrupt packed object for %s"15600msgstr "objeto empaquetado corrupto para %s"1560115602#: builtin/pack-objects.c:56615603#, c-format15604msgid "recursive delta detected for object %s"15605msgstr "delta recursivo encontrado para objeto %s"1560615607#: builtin/pack-objects.c:77715608#, c-format15609msgid "ordered %u objects, expected %<PRIu32>"15610msgstr "%u objetos ordenados, esperados %<PRIu32>"1561115612#: builtin/pack-objects.c:79015613#, c-format15614msgid "packfile is invalid: %s"15615msgstr "packfile es inválido: %s"1561615617#: builtin/pack-objects.c:79415618#, c-format15619msgid "unable to open packfile for reuse: %s"15620msgstr "no es posible abrir packfile para reusar: %s"1562115622#: builtin/pack-objects.c:79815623msgid "unable to seek in reused packfile"15624msgstr "no es posible buscar en los packfile reusados"1562515626#: builtin/pack-objects.c:80915627msgid "unable to read from reused packfile"15628msgstr "no es posible leer de packfile reusado"1562915630#: builtin/pack-objects.c:83715631msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"15632msgstr ""15633"deshabilitando escritura bitmap, paquetes son divididos debido a pack."15634"packSizeLimit"1563515636#: builtin/pack-objects.c:85015637msgid "Writing objects"15638msgstr "Escribiendo objetos"1563915640#: builtin/pack-objects.c:912 builtin/update-index.c:8915641#, c-format15642msgid "failed to stat %s"15643msgstr "falló al iniciar %s"1564415645#: builtin/pack-objects.c:96515646#, c-format15647msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"15648msgstr "%<PRIu32> objetos escritos mientras se esperaban %<PRIu32>"1564915650#: builtin/pack-objects.c:116115651msgid "disabling bitmap writing, as some objects are not being packed"15652msgstr ""15653"deshabilitando escritura bitmap, ya que algunos objetos no están siendo "15654"empaquetados"1565515656#: builtin/pack-objects.c:158915657#, c-format15658msgid "delta base offset overflow in pack for %s"15659msgstr "overflow de offset en la base de delta en paquete para %s"1566015661#: builtin/pack-objects.c:159815662#, c-format15663msgid "delta base offset out of bound for %s"15664msgstr "outbound de offset en la base de delta para %s"1566515666#: builtin/pack-objects.c:186715667msgid "Counting objects"15668msgstr "Contando objetos"1566915670#: builtin/pack-objects.c:199715671#, c-format15672msgid "unable to get size of %s"15673msgstr "no se pudo obtener el tamaño de %s"1567415675#: builtin/pack-objects.c:201215676#, c-format15677msgid "unable to parse object header of %s"15678msgstr "incapaz de analizar header del objeto %s"1567915680#: builtin/pack-objects.c:2082 builtin/pack-objects.c:209815681#: builtin/pack-objects.c:210815682#, c-format15683msgid "object %s cannot be read"15684msgstr "objeto %s no puede ser leído"1568515686#: builtin/pack-objects.c:2085 builtin/pack-objects.c:211215687#, c-format15688msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"15689msgstr ""15690"objeto %s inconsistente con el largo del objeto (%<PRIuMAX> vs %<PRIuMAX>)"1569115692#: builtin/pack-objects.c:212215693msgid "suboptimal pack - out of memory"15694msgstr "suboptimal pack - fuera de memoria"1569515696#: builtin/pack-objects.c:244815697#, c-format15698msgid "Delta compression using up to %d threads"15699msgstr "Compresión delta usando hasta %d hilos"1570015701#: builtin/pack-objects.c:258015702#, c-format15703msgid "unable to pack objects reachable from tag %s"15704msgstr "no es posible empaquetar objetos alcanzables desde tag %s"1570515706#: builtin/pack-objects.c:266715707msgid "Compressing objects"15708msgstr "Comprimiendo objetos"1570915710#: builtin/pack-objects.c:267315711msgid "inconsistency with delta count"15712msgstr "inconsistencia con la cuenta de delta"1571315714#: builtin/pack-objects.c:275415715#, c-format15716msgid ""15717"expected edge object ID, got garbage:\n"15718" %s"15719msgstr ""15720"se espseraba ID de objeto al borde, se obtuvo basura:\n"15721"%s"1572215723#: builtin/pack-objects.c:276015724#, c-format15725msgid ""15726"expected object ID, got garbage:\n"15727" %s"15728msgstr ""15729"se esperaba ID de objeto, se obtuvo basuta:\n"15730"%s"1573115732#: builtin/pack-objects.c:285815733msgid "invalid value for --missing"15734msgstr "valor inválido para --missing"1573515736#: builtin/pack-objects.c:2917 builtin/pack-objects.c:302515737msgid "cannot open pack index"15738msgstr "no se puede abrir índice de paquetes"1573915740#: builtin/pack-objects.c:294815741#, c-format15742msgid "loose object at %s could not be examined"15743msgstr "objeto perdido en %s no pudo ser examinado"1574415745#: builtin/pack-objects.c:303315746msgid "unable to force loose object"15747msgstr "incapaz de forzar un objeto perdido"1574815749#: builtin/pack-objects.c:312515750#, c-format15751msgid "not a rev '%s'"15752msgstr "no es una rev '%s'"1575315754#: builtin/pack-objects.c:312815755#, c-format15756msgid "bad revision '%s'"15757msgstr "mala revisión '%s'"1575815759#: builtin/pack-objects.c:315315760msgid "unable to add recent objects"15761msgstr "incapaz de añadir objetos recientes"1576215763#: builtin/pack-objects.c:320615764#, c-format15765msgid "unsupported index version %s"15766msgstr "versión de índice no soportada %s"1576715768#: builtin/pack-objects.c:321015769#, c-format15770msgid "bad index version '%s'"15771msgstr "mala versión del índice '%s'"1577215773#: builtin/pack-objects.c:324015774msgid "do not show progress meter"15775msgstr "no mostrar medidor de progreso"1577615777#: builtin/pack-objects.c:324215778msgid "show progress meter"15779msgstr "mostrar medidor de progreso"1578015781#: builtin/pack-objects.c:324415782msgid "show progress meter during object writing phase"15783msgstr "mostrar medidor de progreso durante la fase de escritura de objeto"1578415785#: builtin/pack-objects.c:324715786msgid "similar to --all-progress when progress meter is shown"15787msgstr "similar a --all-progress cuando medidor de progreso es mostrado"1578815789#: builtin/pack-objects.c:324815790msgid "<version>[,<offset>]"15791msgstr "<versión>[,<offset>]"1579215793#: builtin/pack-objects.c:324915794msgid "write the pack index file in the specified idx format version"15795msgstr ""15796"escribir el índice de paquete en la versión de formato idx especificado"1579715798#: builtin/pack-objects.c:325215799msgid "maximum size of each output pack file"15800msgstr "tamaño máximo de cada paquete resultante"1580115802#: builtin/pack-objects.c:325415803msgid "ignore borrowed objects from alternate object store"15804msgstr "ignorar objetos prestados de otros almacenes de objetos"1580515806#: builtin/pack-objects.c:325615807msgid "ignore packed objects"15808msgstr "ignorar objetos paquete"1580915810#: builtin/pack-objects.c:325815811msgid "limit pack window by objects"15812msgstr "limitar ventana de paquete por objetos"1581315814#: builtin/pack-objects.c:326015815msgid "limit pack window by memory in addition to object limit"15816msgstr "limitar ventana de paquete por memoria en adición a límite de objetos"1581715818#: builtin/pack-objects.c:326215819msgid "maximum length of delta chain allowed in the resulting pack"15820msgstr "longitud máxima de cadena delta permitida en el paquete resultante"1582115822#: builtin/pack-objects.c:326415823msgid "reuse existing deltas"15824msgstr "reusar deltas existentes"1582515826#: builtin/pack-objects.c:326615827msgid "reuse existing objects"15828msgstr "reutilizar objetos existentes"1582915830#: builtin/pack-objects.c:326815831msgid "use OFS_DELTA objects"15832msgstr "usar objetos OFS_DELTA"1583315834#: builtin/pack-objects.c:327015835msgid "use threads when searching for best delta matches"15836msgstr "usar hilos cuando se busque para mejores concordancias de delta"1583715838#: builtin/pack-objects.c:327215839msgid "do not create an empty pack output"15840msgstr "no crear un paquete resultante vacío"1584115842#: builtin/pack-objects.c:327415843msgid "read revision arguments from standard input"15844msgstr "leer argumentos de revisión de standard input"1584515846#: builtin/pack-objects.c:327615847msgid "limit the objects to those that are not yet packed"15848msgstr "limitar los objetos a aquellos que no han sido empaquetados todavía"1584915850#: builtin/pack-objects.c:327915851msgid "include objects reachable from any reference"15852msgstr "incluir objetos alcanzables por cualquier referencia"1585315854#: builtin/pack-objects.c:328215855msgid "include objects referred by reflog entries"15856msgstr "incluir objetos referidos por entradas de reflog"1585715858#: builtin/pack-objects.c:328515859msgid "include objects referred to by the index"15860msgstr "incluir objetos referidos por el índice"1586115862#: builtin/pack-objects.c:328815863msgid "output pack to stdout"15864msgstr "mostrar paquete en stdout"1586515866#: builtin/pack-objects.c:329015867msgid "include tag objects that refer to objects to be packed"15868msgstr "incluir objetos tag que refieren a objetos a ser empaquetados"1586915870#: builtin/pack-objects.c:329215871msgid "keep unreachable objects"15872msgstr "mantener objetos inalcanzables"1587315874#: builtin/pack-objects.c:329415875msgid "pack loose unreachable objects"15876msgstr "empaquetar objetos sueltos inalcanzables"1587715878#: builtin/pack-objects.c:329615879msgid "unpack unreachable objects newer than <time>"15880msgstr "desempaquetar objetos inalcanzables más nuevos que <tiempo>"1588115882#: builtin/pack-objects.c:329915883msgid "use the sparse reachability algorithm"15884msgstr "usar el algoritmo sparse reachability"1588515886#: builtin/pack-objects.c:330115887msgid "create thin packs"15888msgstr "crear paquetes delgados"1588915890#: builtin/pack-objects.c:330315891msgid "create packs suitable for shallow fetches"15892msgstr "crear paquetes adecuados para fetches superficiales"1589315894#: builtin/pack-objects.c:330515895msgid "ignore packs that have companion .keep file"15896msgstr "ignorar paquetes que tienen un archivo .keep acompañante"1589715898#: builtin/pack-objects.c:330715899msgid "ignore this pack"15900msgstr "ignorar este paquete"1590115902#: builtin/pack-objects.c:330915903msgid "pack compression level"15904msgstr "nivel de compresión del paquete"1590515906#: builtin/pack-objects.c:331115907msgid "do not hide commits by grafts"15908msgstr "no ocultar commits por injertos"1590915910#: builtin/pack-objects.c:331315911msgid "use a bitmap index if available to speed up counting objects"15912msgstr ""15913"usar un índice bitmap si está disponible para acelerar la cuenta de objetos"1591415915#: builtin/pack-objects.c:331515916msgid "write a bitmap index together with the pack index"15917msgstr "escribir un índice de bitmap junto al índice de paquete"1591815919#: builtin/pack-objects.c:331815920msgid "handling for missing objects"15921msgstr "manejo de objetos perdidos"1592215923#: builtin/pack-objects.c:332115924msgid "do not pack objects in promisor packfiles"15925msgstr "no se puede empaquetar objetos en packfiles promisores"1592615927#: builtin/pack-objects.c:332315928msgid "respect islands during delta compression"15929msgstr "respetar islas durante la compresión delta"1593015931#: builtin/pack-objects.c:334815932#, c-format15933msgid "delta chain depth %d is too deep, forcing %d"15934msgstr "profundidad de cadena de delta %d es muy profunda, forzando %d"1593515936#: builtin/pack-objects.c:335315937#, c-format15938msgid "pack.deltaCacheLimit is too high, forcing %d"15939msgstr "pack.deltaCacheLimit es muy grande, forzando %d"1594015941#: builtin/pack-objects.c:340715942msgid "--max-pack-size cannot be used to build a pack for transfer"15943msgstr ""15944"--max-pack-size no puede ser usado para construir un paquete para "15945"transferencia"1594615947#: builtin/pack-objects.c:340915948msgid "minimum pack size limit is 1 MiB"15949msgstr "tamaño mínimo del paquete es 1 MiB"1595015951#: builtin/pack-objects.c:341415952msgid "--thin cannot be used to build an indexable pack"15953msgstr "--thin no puede ser usado para construir un paquete indexable"1595415955#: builtin/pack-objects.c:341715956msgid "--keep-unreachable and --unpack-unreachable are incompatible"15957msgstr "--keep-unreachable y --unpack-unreachable son incompatibles"1595815959#: builtin/pack-objects.c:342315960msgid "cannot use --filter without --stdout"15961msgstr "no se puede usar--filter sin --stdout"1596215963#: builtin/pack-objects.c:348415964msgid "Enumerating objects"15965msgstr "Enumerando objetos"1596615967#: builtin/pack-objects.c:351415968#, c-format15969msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"15970msgstr "Total %<PRIu32> (delta %<PRIu32>), reusado %<PRIu32> (delta %<PRIu32>)"1597115972#: builtin/pack-refs.c:815973msgid "git pack-refs [<options>]"15974msgstr "git pack-refs [<opciones>]"1597515976#: builtin/pack-refs.c:1615977msgid "pack everything"15978msgstr "empaquetar todo"1597915980#: builtin/pack-refs.c:1715981msgid "prune loose refs (default)"15982msgstr "recortar refs perdidos (default)"1598315984#: builtin/prune-packed.c:915985msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"15986msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1598715988#: builtin/prune-packed.c:4215989msgid "Removing duplicate objects"15990msgstr "Removiendo objetos duplicados"1599115992#: builtin/prune.c:1215993msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"15994msgstr "git prune [-n] [-v] [--progress] [--expire <tiempo>] [--] [<head>...]"1599515996#: builtin/prune.c:13115997msgid "report pruned objects"15998msgstr "reportar objetos recortados"1599916000#: builtin/prune.c:13416001msgid "expire objects older than <time>"16002msgstr "expirar objetos más viejos a <tiempo>"1600316004#: builtin/prune.c:13616005msgid "limit traversal to objects outside promisor packfiles"16006msgstr "limitar el recorrido a objetos fuera de los paquetes del promisor"1600716008#: builtin/prune.c:15016009msgid "cannot prune in a precious-objects repo"16010msgstr "no se puede recortar en un repositorio de objetos-preciosos"1601116012#: builtin/pull.c:66 builtin/pull.c:6816013#, c-format16014msgid "Invalid value for %s: %s"16015msgstr "Valor inválido para %s: %s"1601616017#: builtin/pull.c:8816018msgid "git pull [<options>] [<repository> [<refspec>...]]"16019msgstr ""16020"git pull [<opciones>] [<repositorio> [<especificación-de-referencia>...]]"1602116022#: builtin/pull.c:14016023msgid "control for recursive fetching of submodules"16024msgstr "control de fetch recursivo en submódulos"1602516026#: builtin/pull.c:14416027msgid "Options related to merging"16028msgstr "Opciones relacionadas a fusión"1602916030#: builtin/pull.c:14716031msgid "incorporate changes by rebasing rather than merging"16032msgstr "incorporar cambios por rebase en lugar de fusión"1603316034#: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:12516035msgid "allow fast-forward"16036msgstr "permitir fast-forward"1603716038#: builtin/pull.c:18416039msgid "automatically stash/stash pop before and after rebase"16040msgstr "ejecutar automáticamente stash/stash pop antes y después de rebase"1604116042#: builtin/pull.c:20016043msgid "Options related to fetching"16044msgstr "Opciones relacionadas a fetch"1604516046#: builtin/pull.c:21016047msgid "force overwrite of local branch"16048msgstr "forzar sobrescritura de la rama local"1604916050#: builtin/pull.c:21816051msgid "number of submodules pulled in parallel"16052msgstr "número de submódulos que realizan pull en paralelo"1605316054#: builtin/pull.c:31316055#, c-format16056msgid "Invalid value for pull.ff: %s"16057msgstr "Valor inválido para pull.ff: %s"1605816059#: builtin/pull.c:43016060msgid ""16061"There is no candidate for rebasing against among the refs that you just "16062"fetched."16063msgstr "No hay candidato para rebasar entre las refs que has bajado con fetch."1606416065#: builtin/pull.c:43216066msgid ""16067"There are no candidates for merging among the refs that you just fetched."16068msgstr ""16069"No hay candidatos para fusionar entre las refs que has bajado con fetch."1607016071#: builtin/pull.c:43316072msgid ""16073"Generally this means that you provided a wildcard refspec which had no\n"16074"matches on the remote end."16075msgstr ""16076"Generalmente esto significa que has proveído un wildcard de refspec que no "16077"tiene\n"16078"concordancia en el final remoto."1607916080#: builtin/pull.c:43616081#, c-format16082msgid ""16083"You asked to pull from the remote '%s', but did not specify\n"16084"a branch. Because this is not the default configured remote\n"16085"for your current branch, you must specify a branch on the command line."16086msgstr ""16087"Se ha solicitado un pull del remoto '%s', pero no se ha especificado\n"16088"una rama. Porque este no es el remoto configurado por default\n"16089"para tu rama actual, tienes que especificar una rama en la línea de comando."1609016091#: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:7316092msgid "You are not currently on a branch."16093msgstr "No te encuentras actualmente en la rama."1609416095#: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:7916096msgid "Please specify which branch you want to rebase against."16097msgstr "Por favor especifica a qué rama quieres rebasar."1609816099#: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:8216100msgid "Please specify which branch you want to merge with."16101msgstr "Por favor especifica a qué rama quieres fusionar."1610216103#: builtin/pull.c:446 builtin/pull.c:46116104msgid "See git-pull(1) for details."16105msgstr "Ver git-pull(1) para detalles."1610616107#: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:46316108#: builtin/rebase.c:1327 git-parse-remote.sh:6416109msgid "<remote>"16110msgstr "<remoto>"1611116112#: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:46816113#: git-parse-remote.sh:6516114msgid "<branch>"16115msgstr "<rama>"1611616117#: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:7516118msgid "There is no tracking information for the current branch."16119msgstr "No hay información de rastreo para la rama actual."1612016121#: builtin/pull.c:465 git-parse-remote.sh:9516122msgid ""16123"If you wish to set tracking information for this branch you can do so with:"16124msgstr ""16125"Si deseas configurar el rastreo de información para esta rama, puedes "16126"hacerlo con:"1612716128#: builtin/pull.c:47016129#, c-format16130msgid ""16131"Your configuration specifies to merge with the ref '%s'\n"16132"from the remote, but no such ref was fetched."16133msgstr ""16134"Tu configuración especifica fusionar con la ref '%s'\n"16135"de tu remoto, pero no se pudo hacer fetch a esa ref."1613616137#: builtin/pull.c:57416138#, c-format16139msgid "unable to access commit %s"16140msgstr "no es posible acceder al commit %s"1614116142#: builtin/pull.c:85416143msgid "ignoring --verify-signatures for rebase"16144msgstr "ignorando --verify-signatures para rebase"1614516146#: builtin/pull.c:90916147msgid "--[no-]autostash option is only valid with --rebase."16148msgstr "La opción --[no-]autostash sólo es válida con --rebase."1614916150#: builtin/pull.c:91716151msgid "Updating an unborn branch with changes added to the index."16152msgstr "Actualizando una rama no nata con cambios agregados al índice."1615316154#: builtin/pull.c:92116155msgid "pull with rebase"16156msgstr "pull con rebase"1615716158#: builtin/pull.c:92216159msgid "please commit or stash them."16160msgstr "por favor realiza un commit o un stash con ellos."1616116162#: builtin/pull.c:94716163#, c-format16164msgid ""16165"fetch updated the current branch head.\n"16166"fast-forwarding your working tree from\n"16167"commit %s."16168msgstr ""16169"fetch actualizó el head de la rama actual.\n"16170"realizando fast-forward al árbol de trabajo\n"16171"desde commit %s."1617216173#: builtin/pull.c:95316174#, c-format16175msgid ""16176"Cannot fast-forward your working tree.\n"16177"After making sure that you saved anything precious from\n"16178"$ git diff %s\n"16179"output, run\n"16180"$ git reset --hard\n"16181"to recover."16182msgstr ""16183"No se puede realizar fast-forward en tu árbol de trabajo.\n"16184"Tras asegurarse que ha guardado todo lo preciado de la salida de\n"16185"$ git diff %s\n"16186",ejecute\n"16187"$ git reset --hard\n"16188"para recuperar."1618916190#: builtin/pull.c:96816191msgid "Cannot merge multiple branches into empty head."16192msgstr "No se puede fusionar múltiples ramas en un head vacío."1619316194#: builtin/pull.c:97216195msgid "Cannot rebase onto multiple branches."16196msgstr "No se puede rebasar en múltiples ramas."1619716198#: builtin/pull.c:97916199msgid "cannot rebase with locally recorded submodule modifications"16200msgstr ""16201"no se puede rebasar con modificaciones de submódulos grabadas localmente"1620216203#: builtin/push.c:1916204msgid "git push [<options>] [<repository> [<refspec>...]]"16205msgstr ""16206"git push [<opciones>] [<repositorio> [<especificaciones-de-referencia>...]]"1620716208#: builtin/push.c:11116209msgid "tag shorthand without <tag>"16210msgstr "taquigrafía de tag sin <tag>"1621116212#: builtin/push.c:12116213msgid "--delete only accepts plain target ref names"16214msgstr "--delete solo acepta como objetivos nombres de ref planos"1621516216#: builtin/push.c:16716217msgid ""16218"\n"16219"To choose either option permanently, see push.default in 'git help config'."16220msgstr ""16221"\n"16222"Para elegir si la opción es permanente, mira push.default en 'git help "16223"config'."1622416225#: builtin/push.c:17016226#, c-format16227msgid ""16228"The upstream branch of your current branch does not match\n"16229"the name of your current branch. To push to the upstream branch\n"16230"on the remote, use\n"16231"\n"16232" git push %s HEAD:%s\n"16233"\n"16234"To push to the branch of the same name on the remote, use\n"16235"\n"16236" git push %s HEAD\n"16237"%s"16238msgstr ""16239"La rama upstream de tu rama actual no concuerda\n"16240"con el nombre de tu rama actual. Para hacer un push a la rama upstream\n"16241"en el remoto, ejecuta\n"16242"\n"16243" git push %s HEAD:%s\n"16244"\n"16245"Para hacer un push a la rama del mismo nombre en el remoto, ejecuta\n"16246"\n"16247" git push %s HEAD\n"16248"%s"1624916250#: builtin/push.c:18516251#, c-format16252msgid ""16253"You are not currently on a branch.\n"16254"To push the history leading to the current (detached HEAD)\n"16255"state now, use\n"16256"\n"16257" git push %s HEAD:<name-of-remote-branch>\n"16258msgstr ""16259"Actualmente no estás en una rama.\n"16260"Para hacer un push a la historia que lleva al estado actual\n"16261"(HEAD desacoplado), use\n"16262"\n"16263"\tgit push %s HEAD:<nombre-de-rama-remota>\n"1626416265#: builtin/push.c:19916266#, c-format16267msgid ""16268"The current branch %s has no upstream branch.\n"16269"To push the current branch and set the remote as upstream, use\n"16270"\n"16271" git push --set-upstream %s %s\n"16272msgstr ""16273"La rama actual %s no tiene una rama upstream.\n"16274"Para realizar un push de la rama actual y configurar el remoto como "16275"upstream, use\n"16276"\n"16277"\tgit push --set-upstream %s %s\n"1627816279#: builtin/push.c:20716280#, c-format16281msgid "The current branch %s has multiple upstream branches, refusing to push."16282msgstr "La rama actual %s tiene múltiples ramas upstream, rechazando el push."1628316284#: builtin/push.c:21016285#, c-format16286msgid ""16287"You are pushing to remote '%s', which is not the upstream of\n"16288"your current branch '%s', without telling me what to push\n"16289"to update which remote branch."16290msgstr ""16291"Está haciendo un push al remoto '%s', el cual no es el upstream de\n"16292"su rama actual '%s', sin decirme qué poner en el push\n"16293"para actualizar en qué rama de remoto."1629416295#: builtin/push.c:26916296msgid ""16297"You didn't specify any refspecs to push, and push.default is \"nothing\"."16298msgstr ""16299"No se especificó ningún refspecs para hacer push, y push.default es \"nada\"."1630016301#: builtin/push.c:27616302msgid ""16303"Updates were rejected because the tip of your current branch is behind\n"16304"its remote counterpart. Integrate the remote changes (e.g.\n"16305"'git pull ...') before pushing again.\n"16306"See the 'Note about fast-forwards' in 'git push --help' for details."16307msgstr ""16308"Actualizaciones fueron rechazadas porque la punta de tu rama actual está\n"16309"detrás de su contraparte remota. Integra los cambios remotos (es decir\n"16310"'git pull ...') antes de hacer push de nuevo.\n"16311"Mira 'Note about fast-forwards' en 'git push --help' para mas detalles."1631216313#: builtin/push.c:28216314msgid ""16315"Updates were rejected because a pushed branch tip is behind its remote\n"16316"counterpart. Check out this branch and integrate the remote changes\n"16317"(e.g. 'git pull ...') before pushing again.\n"16318"See the 'Note about fast-forwards' in 'git push --help' for details."16319msgstr ""16320"Actualizaciones fueron rechazadas porque una punta de rama en el push está \n"16321"detrás de su contraparte remota. Verifique esta rama e integre los cambios "16322"remotos\n"16323"(ejem. 'git pull ...') antes de volver a hacer push.\n"16324"Vea las 'Notes about fast-forwards' en 'git push --help' para más detalles."1632516326#: builtin/push.c:28816327msgid ""16328"Updates were rejected because the remote contains work that you do\n"16329"not have locally. This is usually caused by another repository pushing\n"16330"to the same ref. You may want to first integrate the remote changes\n"16331"(e.g., 'git pull ...') before pushing again.\n"16332"See the 'Note about fast-forwards' in 'git push --help' for details."16333msgstr ""16334"Actualizaciones fueron rechazadas porque el remoto contiene trabajo que\n"16335"no existe localmente. Esto es causado usualmente por otro repositorio \n"16336"realizando push a la misma ref. Quizás quiera integrar primero los cambios\n"16337"remotos (ej. 'git pull ...') antes de volver a hacer push.\n"16338"Vea 'Notes about fast-forwards0 en 'git push --help' para detalles."1633916340#: builtin/push.c:29516341msgid "Updates were rejected because the tag already exists in the remote."16342msgstr ""16343"Actualizaciones fueron rechazadas porque el tag ya existe en el remoto."1634416345#: builtin/push.c:29816346msgid ""16347"You cannot update a remote ref that points at a non-commit object,\n"16348"or update a remote ref to make it point at a non-commit object,\n"16349"without using the '--force' option.\n"16350msgstr ""16351"No puede actualizar un ref remoto que apunta a un objeto no-commit,\n"16352"o actualizar un ref remoto para hacer que apunte a un objeto no-commit,\n"16353"sin usar la opción '--force'.\n"1635416355#: builtin/push.c:35916356#, c-format16357msgid "Pushing to %s\n"16358msgstr "Haciendo push a %s\n"1635916360#: builtin/push.c:36416361#, c-format16362msgid "failed to push some refs to '%s'"16363msgstr "falló el push de algunas referencias a '%s'"1636416365#: builtin/push.c:39816366#, c-format16367msgid "bad repository '%s'"16368msgstr "mal repositorio '%s'"1636916370#: builtin/push.c:39916371msgid ""16372"No configured push destination.\n"16373"Either specify the URL from the command-line or configure a remote "16374"repository using\n"16375"\n"16376" git remote add <name> <url>\n"16377"\n"16378"and then push using the remote name\n"16379"\n"16380" git push <name>\n"16381msgstr ""16382"No se ha configurado un destino para el push.\n"16383"Puedes o especificar una URL desde la línea de comandos o configurar un "16384"repositorio remoto usando\n"16385"\n"16386" git remote add <nombre> <url>\n"16387"\n"16388"y luego haciendo push al nombre del remoto\n"16389"\n"16390" git push <nombre>\n"1639116392#: builtin/push.c:55416393msgid "repository"16394msgstr "repositorio"1639516396#: builtin/push.c:555 builtin/send-pack.c:16416397msgid "push all refs"16398msgstr "realizar push a todas las refs"1639916400#: builtin/push.c:556 builtin/send-pack.c:16616401msgid "mirror all refs"16402msgstr "realizar mirror a todas las refs"1640316404#: builtin/push.c:55816405msgid "delete refs"16406msgstr "borrar refs"1640716408#: builtin/push.c:55916409msgid "push tags (can't be used with --all or --mirror)"16410msgstr "realizar push a tags (no puede ser usado con --all o --mirror)"1641116412#: builtin/push.c:562 builtin/send-pack.c:16716413msgid "force updates"16414msgstr "forzar actualizaciones"1641516416#: builtin/push.c:564 builtin/send-pack.c:18116417msgid "<refname>:<expect>"16418msgstr "<refname>:<expect>"1641916420#: builtin/push.c:565 builtin/send-pack.c:18216421msgid "require old value of ref to be at this value"16422msgstr "requiere haber valor viejo de ref en este valor"1642316424#: builtin/push.c:56816425msgid "control recursive pushing of submodules"16426msgstr "controlar push recursivo de submódulos"1642716428#: builtin/push.c:570 builtin/send-pack.c:17516429msgid "use thin pack"16430msgstr "usar empaquetado delgado"1643116432#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:16116433#: builtin/send-pack.c:16216434msgid "receive pack program"16435msgstr "recibir programa de paquete"1643616437#: builtin/push.c:57316438msgid "set upstream for git pull/status"16439msgstr "configurar upstream para git pulll/status"1644016441#: builtin/push.c:57616442msgid "prune locally removed refs"16443msgstr "recortando refs removidas localmente"1644416445#: builtin/push.c:57816446msgid "bypass pre-push hook"16447msgstr "hacer un bypass al hook pre-push"1644816449#: builtin/push.c:57916450msgid "push missing but relevant tags"16451msgstr "realizar push de tags faltantes pero relevantes"1645216453#: builtin/push.c:582 builtin/send-pack.c:16916454msgid "GPG sign the push"16455msgstr "Firmar con GPG el push"1645616457#: builtin/push.c:584 builtin/send-pack.c:17616458msgid "request atomic transaction on remote side"16459msgstr "solicitar transacción atómica en el lado remoto"1646016461#: builtin/push.c:60216462msgid "--delete is incompatible with --all, --mirror and --tags"16463msgstr "--delete es incompatible con --all, --mirror y --tags"1646416465#: builtin/push.c:60416466msgid "--delete doesn't make sense without any refs"16467msgstr "--delete no tiene sentido sin ninguna referencia"1646816469#: builtin/push.c:60716470msgid "--all and --tags are incompatible"16471msgstr "--all y --tags son incompatibles"1647216473#: builtin/push.c:60916474msgid "--all can't be combined with refspecs"16475msgstr "--all no puede ser combinada con refspecs"1647616477#: builtin/push.c:61316478msgid "--mirror and --tags are incompatible"16479msgstr "--mirror y --tags son incompatibles"1648016481#: builtin/push.c:61516482msgid "--mirror can't be combined with refspecs"16483msgstr "--mirror no puede ser combinado con refspecs"1648416485#: builtin/push.c:61816486msgid "--all and --mirror are incompatible"16487msgstr "--all y --mirror son incompatibles"1648816489#: builtin/push.c:63716490msgid "push options must not have new line characters"16491msgstr "opciones de push no pueden tener caracteres de línea nueva"1649216493#: builtin/range-diff.c:816494msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"16495msgstr ""16496"git range-diff [<opciones>] <base-vieja>..<punta-vieja> <base-nueva>..<punta-"16497"nueva>"1649816499#: builtin/range-diff.c:916500msgid "git range-diff [<options>] <old-tip>...<new-tip>"16501msgstr "git range-diff [<opciones>] <punta-vieja>...<punta-nueva>"1650216503#: builtin/range-diff.c:1016504msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"16505msgstr "git range-diff [<opciones>] <base> <punta-vieja> <punta-nueva>"1650616507#: builtin/range-diff.c:2116508msgid "Percentage by which creation is weighted"16509msgstr "Porcentaje por el cual la creación es pesada"1651016511#: builtin/range-diff.c:2316512msgid "use simple diff colors"16513msgstr "usar colores simples de diff"1651416515#: builtin/range-diff.c:46 builtin/range-diff.c:5016516#, c-format16517msgid "no .. in range: '%s'"16518msgstr "no .. en rango: '%s'"1651916520#: builtin/range-diff.c:6016521msgid "single arg format must be symmetric range"16522msgstr "argumento único de formato debe ser un rango simétrico"1652316524#: builtin/range-diff.c:7516525msgid "need two commit ranges"16526msgstr "se necesitan dos rangos de commits"1652716528#: builtin/read-tree.c:4116529msgid ""16530"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "16531"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"16532"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"16533msgstr ""16534"git read-tree [(-m [--trivial] [--aggressive] | --reset | --"16535"prefix=<prefijo>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-"16536"sparse-checkout] [--index-output=<archivo>] (--empty | <árbol-ismo1> [<árbol-"16537"ismo2> [<árbol-ismo3>]])"1653816539#: builtin/read-tree.c:12416540msgid "write resulting index to <file>"16541msgstr "escribir índice resultante en <archivo>"1654216543#: builtin/read-tree.c:12716544msgid "only empty the index"16545msgstr "solo vaciar el índice"1654616547#: builtin/read-tree.c:12916548msgid "Merging"16549msgstr "Fusionando"1655016551#: builtin/read-tree.c:13116552msgid "perform a merge in addition to a read"16553msgstr "realizar un merge en adición a una lectura"1655416555#: builtin/read-tree.c:13316556msgid "3-way merge if no file level merging required"16557msgstr "fusión de 3-vías si no se requiere ninguna fusión a nivel de archivo"1655816559#: builtin/read-tree.c:13516560msgid "3-way merge in presence of adds and removes"16561msgstr "fusión en 3-vías en presencia de adiciones y remociones"1656216563#: builtin/read-tree.c:13716564msgid "same as -m, but discard unmerged entries"16565msgstr "igual que -m, pero descarta entradas sin fusionar"1656616567#: builtin/read-tree.c:13816568msgid "<subdirectory>/"16569msgstr "<subdirectorio>/"1657016571#: builtin/read-tree.c:13916572msgid "read the tree into the index under <subdirectory>/"16573msgstr "lea el árbol en el índice bajo <subdirectorio>/"1657416575#: builtin/read-tree.c:14216576msgid "update working tree with merge result"16577msgstr "actualiza el árbol de trabajo con el resultado de la fusión"1657816579#: builtin/read-tree.c:14416580msgid "gitignore"16581msgstr "gitignore"1658216583#: builtin/read-tree.c:14516584msgid "allow explicitly ignored files to be overwritten"16585msgstr "permitir sobrescritura de archivos explícitamente ignorados"1658616587#: builtin/read-tree.c:14816588msgid "don't check the working tree after merging"16589msgstr "no revisar el árbol de trabajo tras fusionar"1659016591#: builtin/read-tree.c:14916592msgid "don't update the index or the work tree"16593msgstr "no actualizar el índice o el árbol de trabajo"1659416595#: builtin/read-tree.c:15116596msgid "skip applying sparse checkout filter"16597msgstr "saltar aplicado de filtro de sparse checkout"1659816599#: builtin/read-tree.c:15316600msgid "debug unpack-trees"16601msgstr "debug de árboles-desempacados"1660216603#: builtin/read-tree.c:15716604msgid "suppress feedback messages"16605msgstr "suprimir mensajes de feedback"1660616607#: builtin/rebase.c:3216608msgid ""16609"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "16610"[<branch>]"16611msgstr ""16612"git rebase [-i] [opciones] [--exec <cmd>] [--onto <newbase>] [<upstream>] "16613"[<branch>]"1661416615#: builtin/rebase.c:3416616msgid ""16617"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"16618msgstr ""16619"git rebase [-i] [opciones] [--exec <cmd>] [--onto <newbase>] --root[<rama>]"1662016621#: builtin/rebase.c:3616622msgid "git rebase --continue | --abort | --skip | --edit-todo"16623msgstr "git rebase --continue | --abort | --skip | --edit-todo"1662416625#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:20916626#, c-format16627msgid "unusable todo list: '%s'"16628msgstr "lista de pendientes inutilizable: '%s'"1662916630#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:21716631#, c-format16632msgid "could not write '%s'."16633msgstr "no se pudo escribir '%s'."1663416635#: builtin/rebase.c:25216636msgid "no HEAD?"16637msgstr "¿Sin HEAD?"1663816639#: builtin/rebase.c:27916640#, c-format16641msgid "could not create temporary %s"16642msgstr "no se pudo crear archivo temporal %s"1664316644#: builtin/rebase.c:28516645msgid "could not mark as interactive"16646msgstr "no se pudo marcar como interactivo"1664716648#: builtin/rebase.c:34316649msgid "could not generate todo list"16650msgstr "no se pudo generar lista de pendientes"1665116652#: builtin/rebase.c:38216653msgid "a base commit must be provided with --upstream or --onto"16654msgstr "un commit base tiene que ser provisto con --upstream o --onto"1665516656#: builtin/rebase.c:43716657msgid "git rebase--interactive [<options>]"16658msgstr "git rebase--interactive [<opciones>]"1665916660#: builtin/rebase.c:44916661msgid "keep empty commits"16662msgstr "mantener commits vacíos"1666316664#: builtin/rebase.c:451 builtin/revert.c:12716665msgid "allow commits with empty messages"16666msgstr "permitir commits con mensajes vacíos"1666716668#: builtin/rebase.c:45216669msgid "rebase merge commits"16670msgstr "rebasando commits de fusión"1667116672#: builtin/rebase.c:45416673msgid "keep original branch points of cousins"16674msgstr "mantener puntos originales de la rama de sus primos"1667516676#: builtin/rebase.c:45616677msgid "move commits that begin with squash!/fixup!"16678msgstr "mover commits que comienzan con squash!/fixup!"1667916680#: builtin/rebase.c:45716681msgid "sign commits"16682msgstr "firmar commits"1668316684#: builtin/rebase.c:459 builtin/rebase.c:139716685msgid "display a diffstat of what changed upstream"16686msgstr "mostrar un diffstat de lo que cambió en upstream"1668716688#: builtin/rebase.c:46116689msgid "continue rebase"16690msgstr "continuar rebase"1669116692#: builtin/rebase.c:46316693msgid "skip commit"16694msgstr "saltar commit"1669516696#: builtin/rebase.c:46416697msgid "edit the todo list"16698msgstr "editar la lista de pendientes"1669916700#: builtin/rebase.c:46616701msgid "show the current patch"16702msgstr "mostrar el parche actual"1670316704#: builtin/rebase.c:46916705msgid "shorten commit ids in the todo list"16706msgstr "ids de commits cortos en la lista de pendientes"1670716708#: builtin/rebase.c:47116709msgid "expand commit ids in the todo list"16710msgstr "expandir ids de commits en la lista de pendientes"1671116712#: builtin/rebase.c:47316713msgid "check the todo list"16714msgstr "revisar la lista de pendientes"1671516716#: builtin/rebase.c:47516717msgid "rearrange fixup/squash lines"16718msgstr "reorganizar líneas fixup/squash"1671916720#: builtin/rebase.c:47716721msgid "insert exec commands in todo list"16722msgstr "insertar comando exec en la lista de pendientes"1672316724#: builtin/rebase.c:47816725msgid "onto"16726msgstr "hacia"1672716728#: builtin/rebase.c:48116729msgid "restrict-revision"16730msgstr "restrict-revision"1673116732#: builtin/rebase.c:48116733msgid "restrict revision"16734msgstr "restringir revision"1673516736#: builtin/rebase.c:48316737msgid "squash-onto"16738msgstr "squash-onto"1673916740#: builtin/rebase.c:48416741msgid "squash onto"16742msgstr "squash hacia"1674316744#: builtin/rebase.c:48616745msgid "the upstream commit"16746msgstr "el commit de upstream"1674716748#: builtin/rebase.c:48816749msgid "head-name"16750msgstr "head-name"1675116752#: builtin/rebase.c:48816753msgid "head name"16754msgstr "nombre de head"1675516756#: builtin/rebase.c:49316757msgid "rebase strategy"16758msgstr "estrategia de rebase"1675916760#: builtin/rebase.c:49416761msgid "strategy-opts"16762msgstr "strategy-opts"1676316764#: builtin/rebase.c:49516765msgid "strategy options"16766msgstr "opciones de estrategia"1676716768#: builtin/rebase.c:49616769msgid "switch-to"16770msgstr "cambiar a"1677116772#: builtin/rebase.c:49716773msgid "the branch or commit to checkout"16774msgstr "la rama o commit para hacer checkout"1677516776#: builtin/rebase.c:49816777msgid "onto-name"16778msgstr "hacia-nombre"1677916780#: builtin/rebase.c:49816781msgid "onto name"16782msgstr "hacia nombre"1678316784#: builtin/rebase.c:49916785msgid "cmd"16786msgstr "cmd"1678716788#: builtin/rebase.c:49916789msgid "the command to run"16790msgstr "el comando para ejecutar"1679116792#: builtin/rebase.c:502 builtin/rebase.c:148016793msgid "automatically re-schedule any `exec` that fails"16794msgstr "reprogramar automaticamente cualquier `exec` que falle"1679516796#: builtin/rebase.c:51816797msgid "--[no-]rebase-cousins has no effect without --rebase-merges"16798msgstr "--[no-]rebase-cousins no tiene efecto sin --rebase-merges"1679916800#: builtin/rebase.c:534 builtin/rebase.c:178716801#, c-format16802msgid "%s requires an interactive rebase"16803msgstr "%s requiere un rebase interactivo"1680416805#: builtin/rebase.c:58616806#, c-format16807msgid "could not get 'onto': '%s'"16808msgstr "no se pudo conseguir 'onto': '%s'"1680916810#: builtin/rebase.c:60116811#, c-format16812msgid "invalid orig-head: '%s'"16813msgstr "orig-head inválido: '%s'"1681416815#: builtin/rebase.c:62616816#, c-format16817msgid "ignoring invalid allow_rerere_autoupdate: '%s'"16818msgstr "ignorando inválido allow_rerere_autoupdate: '%s'"1681916820#: builtin/rebase.c:70216821#, c-format16822msgid "Could not read '%s'"16823msgstr "No se pudo leer '%s'"1682416825#: builtin/rebase.c:72016826#, c-format16827msgid "Cannot store %s"16828msgstr "No se puede guardar %s"1682916830#: builtin/rebase.c:81716831msgid "could not determine HEAD revision"16832msgstr "no se pudo determinar revisión HEAD"1683316834#: builtin/rebase.c:94016835msgid ""16836"Resolve all conflicts manually, mark them as resolved with\n"16837"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"16838"You can instead skip this commit: run \"git rebase --skip\".\n"16839"To abort and get back to the state before \"git rebase\", run \"git rebase --"16840"abort\"."16841msgstr ""16842"Resuelva todos los conflictos manualmente ya sea con \n"16843"\"git add/rm <archivo_conflictivo>\", luego ejecute \"git rebase --continue"16844"\".\n"16845"Si prefiere saltar este parche, ejecute \"git rebase --skip\" .\n"16846"Para abortar y regresar al estado previo al \"git rebase\", ejecute \"git "16847"rebase --abort\"."1684816849#: builtin/rebase.c:102116850#, c-format16851msgid ""16852"\n"16853"git encountered an error while preparing the patches to replay\n"16854"these revisions:\n"16855"\n"16856" %s\n"16857"\n"16858"As a result, git cannot rebase them."16859msgstr ""16860"\n"16861"git encontró un error mientras preparaba los parches para replicar\n"16862"esas revisiones:\n"16863"\n"16864" %s\n"16865"\n"16866"Como resultado, git no puede hacer rebase con ellos."1686716868#: builtin/rebase.c:131316869#, c-format16870msgid ""16871"%s\n"16872"Please specify which branch you want to rebase against.\n"16873"See git-rebase(1) for details.\n"16874"\n"16875" git rebase '<branch>'\n"16876"\n"16877msgstr ""16878"%s\n"16879"Por favor especifica contra qué rama deseas hacer el rebase.\n"16880"Ver git-rebase(1) para detalles.\n"16881"\n"16882" git rebase '<rama>'\n"16883"\n"1688416885#: builtin/rebase.c:132916886#, c-format16887msgid ""16888"If you wish to set tracking information for this branch you can do so with:\n"16889"\n"16890" git branch --set-upstream-to=%s/<branch> %s\n"16891"\n"16892msgstr ""16893"Si quieres configurar información de rastreo puedes hacerlo con:\n"16894"\n"16895" git branch --set-upstream-to=%s/<rama> %s\n"16896"\n"1689716898#: builtin/rebase.c:135916899msgid "exec commands cannot contain newlines"16900msgstr "comandos exec no pueden contener newlines"1690116902#: builtin/rebase.c:136316903msgid "empty exec command"16904msgstr "comando exec vacío"1690516906#: builtin/rebase.c:139016907msgid "rebase onto given branch instead of upstream"16908msgstr "haciendo rebase hacia rama dada en lugar de upstream"1690916910#: builtin/rebase.c:139216911msgid "allow pre-rebase hook to run"16912msgstr "permitir ejecutar hook pre-rebase"1691316914#: builtin/rebase.c:139416915msgid "be quiet. implies --no-stat"16916msgstr "ser silencioso implica --no-stat"1691716918#: builtin/rebase.c:140016919msgid "do not show diffstat of what changed upstream"16920msgstr "no mostrar un diffstat de lo que cambió en upstream"1692116922#: builtin/rebase.c:140316923msgid "add a Signed-off-by: line to each commit"16924msgstr "agregar una línea \"Firmado-por\" al mensaje de cada commit"1692516926#: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:141116927msgid "passed to 'git am'"16928msgstr "pasado a 'git am'"1692916930#: builtin/rebase.c:1413 builtin/rebase.c:141516931msgid "passed to 'git apply'"16932msgstr "pasado a 'git-apply'"1693316934#: builtin/rebase.c:1417 builtin/rebase.c:142016935msgid "cherry-pick all commits, even if unchanged"16936msgstr "cherry-pick todos los commits, incluso si no han cambiado"1693716938#: builtin/rebase.c:142216939msgid "continue"16940msgstr "continuar"1694116942#: builtin/rebase.c:142516943msgid "skip current patch and continue"16944msgstr "saltar el parche y continuar"1694516946#: builtin/rebase.c:142716947msgid "abort and check out the original branch"16948msgstr "aborta y revisa la rama original"1694916950#: builtin/rebase.c:143016951msgid "abort but keep HEAD where it is"16952msgstr "aborta pero mantiene HEAD donde está"1695316954#: builtin/rebase.c:143116955msgid "edit the todo list during an interactive rebase"16956msgstr "editar la lista de pendientes durante el rebase interactivo"1695716958#: builtin/rebase.c:143416959msgid "show the patch file being applied or merged"16960msgstr "muestra el archivo parche siendo aplicado o fusionado"1696116962#: builtin/rebase.c:143716963msgid "use merging strategies to rebase"16964msgstr "usar estrategias de fusión para el rebase"1696516966#: builtin/rebase.c:144116967msgid "let the user edit the list of commits to rebase"16968msgstr "permitir al usuario editar la lista de commits para rebasar"1696916970#: builtin/rebase.c:144516971msgid "(DEPRECATED) try to recreate merges instead of ignoring them"16972msgstr "(DEPRECADO) intentar recrear merges en lugar de ignorarlos"1697316974#: builtin/rebase.c:144916975msgid "preserve empty commits during rebase"16976msgstr "preservar commits vacíos durante el rebase"1697716978#: builtin/rebase.c:145116979msgid "move commits that begin with squash!/fixup! under -i"16980msgstr "mover commits que comienzan con squash!/fixup! bajo -i"1698116982#: builtin/rebase.c:145716983msgid "automatically stash/stash pop before and after"16984msgstr "ejecutar automáticamente stash/stash pop antes y después"1698516986#: builtin/rebase.c:145916987msgid "add exec lines after each commit of the editable list"16988msgstr "agregar líneas exec tras cada acommit de la lista editable"1698916990#: builtin/rebase.c:146316991msgid "allow rebasing commits with empty messages"16992msgstr "permitir rebase commits con mensajes vacíos"1699316994#: builtin/rebase.c:146616995msgid "try to rebase merges instead of skipping them"16996msgstr "intentar fusiones por rebase en lugar de saltarlas"1699716998#: builtin/rebase.c:146916999msgid "use 'merge-base --fork-point' to refine upstream"17000msgstr "use 'merge-base --fork-point' para refinar upstream"1700117002#: builtin/rebase.c:147117003msgid "use the given merge strategy"17004msgstr "usar la estrategia de merge dada"1700517006#: builtin/rebase.c:1473 builtin/revert.c:11417007msgid "option"17008msgstr "opción"1700917010#: builtin/rebase.c:147417011msgid "pass the argument through to the merge strategy"17012msgstr "pasar el argumento para la estrategia de fusión"1701317014#: builtin/rebase.c:147717015msgid "rebase all reachable commits up to the root(s)"17016msgstr "hacer rebase a todos los commits alcanzables hasta la raíz(raíces)"1701717018#: builtin/rebase.c:149817019msgid ""17020"the rebase.useBuiltin support has been removed!\n"17021"See its entry in 'git help config' for details."17022msgstr ""17023"el soporte para rebase.useBuiltin ha sido removido!\n"17024"Vea su entrada en 'git help config' para detalles."1702517026#: builtin/rebase.c:150417027msgid "It looks like 'git am' is in progress. Cannot rebase."17028msgstr "Parece que 'git am' está en progreso. No se puede rebasar."1702917030#: builtin/rebase.c:154517031msgid ""17032"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."17033msgstr ""17034"git rebase --preserve-merges está deprecado. Use --rebase-merges en su lugar."1703517036#: builtin/rebase.c:154917037msgid "No rebase in progress?"17038msgstr "No hay rebase en progreso?"1703917040#: builtin/rebase.c:155317041msgid "The --edit-todo action can only be used during interactive rebase."17042msgstr ""17043"La acción --edit-todo sólo puede ser usada al rebasar interactivamente."1704417045#: builtin/rebase.c:157617046msgid "Cannot read HEAD"17047msgstr "No se puede leer el HEAD"1704817049#: builtin/rebase.c:158817050msgid ""17051"You must edit all merge conflicts and then\n"17052"mark them as resolved using git add"17053msgstr ""17054"Tienes que editar todos los conflictos de fusión y luego\n"17055"marcarlos como resueltos usando git add"1705617057#: builtin/rebase.c:160717058msgid "could not discard worktree changes"17059msgstr "no se pudo descartar los cambios del árbol de trabajo"1706017061#: builtin/rebase.c:162617062#, c-format17063msgid "could not move back to %s"17064msgstr "no se puede regresar a %s"1706517066#: builtin/rebase.c:1637 builtin/rm.c:36917067#, c-format17068msgid "could not remove '%s'"17069msgstr "no se pudo eliminar'%s'"1707017071#: builtin/rebase.c:166317072#, c-format17073msgid ""17074"It seems that there is already a %s directory, and\n"17075"I wonder if you are in the middle of another rebase. If that is the\n"17076"case, please try\n"17077"\t%s\n"17078"If that is not the case, please\n"17079"\t%s\n"17080"and run me again. I am stopping in case you still have something\n"17081"valuable there.\n"17082msgstr ""17083"Parece que ya hay un directorio %s, y\n"17084"me pregunto si está en medio de otro rebase. Si ese es el \n"17085"caso, por favor intente\n"17086"\t%s\n"17087"Si no es el caso, por favor\n"17088"\t%s\n"17089"y ejecúteme nuevamente. Me estoy deteniendo en caso de que tenga\n"17090"algo de valor ahí.\n"1709117092#: builtin/rebase.c:168417093msgid "switch `C' expects a numerical value"17094msgstr "switch `C' espera un valor numérico"1709517096#: builtin/rebase.c:172517097#, c-format17098msgid "Unknown mode: %s"17099msgstr "Modo desconocido: %s"1710017101#: builtin/rebase.c:174717102msgid "--strategy requires --merge or --interactive"17103msgstr "--strategy requiere --merge o --interactive"1710417105#: builtin/rebase.c:179617106msgid "cannot combine am options with either interactive or merge options"17107msgstr ""17108"no se pueden combinar opciones de am con opciones interactivas o de merge"1710917110#: builtin/rebase.c:181517111msgid "cannot combine '--preserve-merges' with '--rebase-merges'"17112msgstr "no se puede combinar '--preserve-merges' con '--rebase-merges'"1711317114#: builtin/rebase.c:181917115msgid ""17116"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"17117msgstr ""17118"error: no se puede combinar '--preserve-merges' con '--reschedule-failed-"17119"exec'"1712017121#: builtin/rebase.c:182517122msgid "cannot combine '--rebase-merges' with '--strategy-option'"17123msgstr "no se puede combinar '--rebase-merges' con '--strategy-option'"1712417125#: builtin/rebase.c:182817126msgid "cannot combine '--rebase-merges' with '--strategy'"17127msgstr "no se puede combinar '--rebase-merges' con '--strategy'"1712817129#: builtin/rebase.c:185217130#, c-format17131msgid "invalid upstream '%s'"17132msgstr "upstream inválido '%s'"1713317134#: builtin/rebase.c:185817135msgid "Could not create new root commit"17136msgstr "No se pudo crear commit raíz nuevo"1713717138#: builtin/rebase.c:187617139#, c-format17140msgid "'%s': need exactly one merge base"17141msgstr "'%s': necesita exactamente una base de fusión"1714217143#: builtin/rebase.c:188317144#, c-format17145msgid "Does not point to a valid commit '%s'"17146msgstr "No apunta a un commit válido '%s'"1714717148#: builtin/rebase.c:190817149#, c-format17150msgid "fatal: no such branch/commit '%s'"17151msgstr "fatal: no existe la rama/commit: '%s'"1715217153#: builtin/rebase.c:1916 builtin/submodule--helper.c:3817154#: builtin/submodule--helper.c:193317155#, c-format17156msgid "No such ref: %s"17157msgstr "No existe ref: %s"1715817159#: builtin/rebase.c:192717160msgid "Could not resolve HEAD to a revision"17161msgstr "No se pudo resolver HEAD a una revisión"1716217163#: builtin/rebase.c:196817164msgid "Cannot autostash"17165msgstr "No se puede ejecutar autostash"1716617167#: builtin/rebase.c:197117168#, c-format17169msgid "Unexpected stash response: '%s'"17170msgstr "Respuesta de stash inesperada: '%s'"1717117172#: builtin/rebase.c:197717173#, c-format17174msgid "Could not create directory for '%s'"17175msgstr "No se pudo crear el directorio para '%s'"1717617177#: builtin/rebase.c:198017178#, c-format17179msgid "Created autostash: %s\n"17180msgstr "Autostash creado: %s\n"1718117182#: builtin/rebase.c:198317183msgid "could not reset --hard"17184msgstr "no se pudo reset --hard"1718517186#: builtin/rebase.c:1984 builtin/reset.c:11417187#, c-format17188msgid "HEAD is now at %s"17189msgstr "HEAD está ahora en %s"1719017191#: builtin/rebase.c:200017192msgid "Please commit or stash them."17193msgstr "Por favor, confírmalos o guárdalos."1719417195#: builtin/rebase.c:202717196#, c-format17197msgid "could not parse '%s'"17198msgstr "no se puede analizar '%s'"1719917200#: builtin/rebase.c:204017201#, c-format17202msgid "could not switch to %s"17203msgstr "no se pudo cambiar a %s"1720417205#: builtin/rebase.c:205117206msgid "HEAD is up to date."17207msgstr "HEAD está actualizado."1720817209#: builtin/rebase.c:205317210#, c-format17211msgid "Current branch %s is up to date.\n"17212msgstr "La rama actual %s está actualizada.\n"1721317214#: builtin/rebase.c:206117215msgid "HEAD is up to date, rebase forced."17216msgstr "HEAD está actualizado, rebase forzado."1721717218#: builtin/rebase.c:206317219#, c-format17220msgid "Current branch %s is up to date, rebase forced.\n"17221msgstr "Rama actual %s está actualizada, rebase forzado.\n"1722217223#: builtin/rebase.c:207117224msgid "The pre-rebase hook refused to rebase."17225msgstr "El hook pre-rebase rechazó el rebase."1722617227#: builtin/rebase.c:207817228#, c-format17229msgid "Changes to %s:\n"17230msgstr "Cambios a %s:\n"1723117232#: builtin/rebase.c:208117233#, c-format17234msgid "Changes from %s to %s:\n"17235msgstr "Cambios desde %s a %s:\n"1723617237#: builtin/rebase.c:210617238#, c-format17239msgid "First, rewinding head to replay your work on top of it...\n"17240msgstr ""17241"En primer lugar, rebobinando HEAD para después reproducir tus cambios encima "17242"de ésta...\n"1724317244#: builtin/rebase.c:211517245msgid "Could not detach HEAD"17246msgstr "No se puede desacoplar HEAD"1724717248#: builtin/rebase.c:212417249#, c-format17250msgid "Fast-forwarded %s to %s.\n"17251msgstr "Avance rápido de %s a %s.\n"1725217253#: builtin/receive-pack.c:3317254msgid "git receive-pack <git-dir>"17255msgstr "git receive-pack <git-dir>"1725617257#: builtin/receive-pack.c:83317258msgid ""17259"By default, updating the current branch in a non-bare repository\n"17260"is denied, because it will make the index and work tree inconsistent\n"17261"with what you pushed, and will require 'git reset --hard' to match\n"17262"the work tree to HEAD.\n"17263"\n"17264"You can set the 'receive.denyCurrentBranch' configuration variable\n"17265"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"17266"its current branch; however, this is not recommended unless you\n"17267"arranged to update its work tree to match what you pushed in some\n"17268"other way.\n"17269"\n"17270"To squelch this message and still keep the default behaviour, set\n"17271"'receive.denyCurrentBranch' configuration variable to 'refuse'."17272msgstr ""17273"Por defecto, actualizar la rama actual en un repositorio no vacío\n"17274"está denegado, porque eso haría el índice y el árbol de trabajo "17275"inconsistentes\n"17276"con lo que ya se ha hecho push, y requeriría 'git reset --hard' para "17277"arreglar\n"17278"el árbol de trabajo con HEAD.\n"17279"\n"17280"Puede configurar la variable de configuración 'receive.denyCurrentBranch'\n"17281"\"ignore\" o \"warn\" en el repositorio remoto para permitir\n"17282"su rama actual; Sin embargo, esto no se recomienda a menos que usted\n"17283"se haya organizado para actualizar su árbol de trabajo para que coincida con "17284"lo que\n"17285"enviará con el push de otra manera.\n"17286"\n"17287"Para suprimir este mensaje y mantener el comportamiento predeterminado,\n"17288"configure 'receive.denyCurrentBranch' a 'refuse'."1728917290#: builtin/receive-pack.c:85317291msgid ""17292"By default, deleting the current branch is denied, because the next\n"17293"'git clone' won't result in any file checked out, causing confusion.\n"17294"\n"17295"You can set 'receive.denyDeleteCurrent' configuration variable to\n"17296"'warn' or 'ignore' in the remote repository to allow deleting the\n"17297"current branch, with or without a warning message.\n"17298"\n"17299"To squelch this message, you can set it to 'refuse'."17300msgstr ""17301"Por defecto, borrar la rama actual está prohibido, porque el siguiente\n"17302"'git clone' no resultara en ningún archivo revisado, causando confusión.\n"17303"\n"17304"Se puede configurar la variable 'receive.denyDeleteCurrent' a 'warn' o "17305"'ignore'\n"17306"en el repositorio remoto para permitir borrar la rama actual.\n"17307"con o sin mensaje de advertencia.\n"17308"\n"17309"Para suprimir este mensaje, puede configurarlo en 'refuse'."1731017311#: builtin/receive-pack.c:194017312msgid "quiet"17313msgstr "tranquilo"1731417315#: builtin/receive-pack.c:195417316msgid "You must specify a directory."17317msgstr "Se tiene que especificar un directorio."1731817319#: builtin/reflog.c:1717320msgid ""17321"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"17322"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "17323"<refs>..."17324msgstr ""17325"git reflog expire [--expire=<tiempo>] [--expire-unreachable=<tiempo>] [--"17326"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "17327"<refs>..."1732817329#: builtin/reflog.c:2217330msgid ""17331"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "17332"<refs>..."17333msgstr ""17334"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "17335"<refs>..."1733617337#: builtin/reflog.c:2517338msgid "git reflog exists <ref>"17339msgstr "git reflog existe <ref>"1734017341#: builtin/reflog.c:567 builtin/reflog.c:57217342#, c-format17343msgid "'%s' is not a valid timestamp"17344msgstr "'%s' no es una marca de tiempo válida"1734517346#: builtin/reflog.c:60517347#, c-format17348msgid "Marking reachable objects..."17349msgstr "Marcando objectos alcanzables..."1735017351#: builtin/reflog.c:64317352#, c-format17353msgid "%s points nowhere!"17354msgstr "%s apunta a ningún lado!"1735517356#: builtin/reflog.c:69517357msgid "no reflog specified to delete"17358msgstr "no reflog especificado para borrar"1735917360#: builtin/reflog.c:70417361#, c-format17362msgid "not a reflog: %s"17363msgstr "no es una reflog: %s"1736417365#: builtin/reflog.c:70917366#, c-format17367msgid "no reflog for '%s'"17368msgstr "no reflog para '%s'"1736917370#: builtin/reflog.c:75517371#, c-format17372msgid "invalid ref format: %s"17373msgstr "formato inválido: %s"1737417375#: builtin/reflog.c:76417376msgid "git reflog [ show | expire | delete | exists ]"17377msgstr "git reflog [ show | expire | delete | exists ]"1737817379#: builtin/remote.c:1617380msgid "git remote [-v | --verbose]"17381msgstr "git remote [-v | --verbose]"1738217383#: builtin/remote.c:1717384msgid ""17385"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"17386"mirror=<fetch|push>] <name> <url>"17387msgstr ""17388"git remote add [-t <rama>] [-m <master>] [-f] [--tags | --no-tags] [--"17389"mirror=<fetch|push>] <nombre> <url>"1739017391#: builtin/remote.c:18 builtin/remote.c:3817392msgid "git remote rename <old> <new>"17393msgstr "git remote rename <viejo> <nuevo>"1739417395#: builtin/remote.c:19 builtin/remote.c:4317396msgid "git remote remove <name>"17397msgstr "git remote remove <nombre>"1739817399#: builtin/remote.c:20 builtin/remote.c:4817400msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"17401msgstr "git remote set-head <nombre> (-a | --auto | -d | --delete | <rama>)"1740217403#: builtin/remote.c:2117404msgid "git remote [-v | --verbose] show [-n] <name>"17405msgstr "git remote [-v | --verbose] show [-n] <nombre>"1740617407#: builtin/remote.c:2217408msgid "git remote prune [-n | --dry-run] <name>"17409msgstr "git remote prune [-n | --dry-run] <nombre>"1741017411#: builtin/remote.c:2317412msgid ""17413"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"17414msgstr ""17415"git remote [-v | --verbose] update [-p | --prune] [(<grupo> | <remoto>)...]"1741617417#: builtin/remote.c:2417418msgid "git remote set-branches [--add] <name> <branch>..."17419msgstr "git remote set-branches [--add] <nombre> <rama>..."1742017421#: builtin/remote.c:25 builtin/remote.c:7417422msgid "git remote get-url [--push] [--all] <name>"17423msgstr "git remote get-url [--push] [--all] <nombre>"1742417425#: builtin/remote.c:26 builtin/remote.c:7917426msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"17427msgstr "git remote set-url [--push] <nombre> <nuevo-url> [<viejo-url>]"1742817429#: builtin/remote.c:27 builtin/remote.c:8017430msgid "git remote set-url --add <name> <newurl>"17431msgstr "git remote set-url --add <nombre> <nuevo-url>"1743217433#: builtin/remote.c:28 builtin/remote.c:8117434msgid "git remote set-url --delete <name> <url>"17435msgstr "git remote set-url --delete <nombre> <url>"1743617437#: builtin/remote.c:3317438msgid "git remote add [<options>] <name> <url>"17439msgstr "git remote add [<opciones>] <nombre> <url>"1744017441#: builtin/remote.c:5317442msgid "git remote set-branches <name> <branch>..."17443msgstr "git remote set-branches <nombre> <rama>..."1744417445#: builtin/remote.c:5417446msgid "git remote set-branches --add <name> <branch>..."17447msgstr "git remote set-branches --add <nombre> <rama>..."1744817449#: builtin/remote.c:5917450msgid "git remote show [<options>] <name>"17451msgstr "git remote show [<opciones>] <nombre>"1745217453#: builtin/remote.c:6417454msgid "git remote prune [<options>] <name>"17455msgstr "git remote prune [<opciones>] <nombre>"1745617457#: builtin/remote.c:6917458msgid "git remote update [<options>] [<group> | <remote>]..."17459msgstr "git remote update [<opciones>] [<grupo> | <remoto>]..."1746017461#: builtin/remote.c:9817462#, c-format17463msgid "Updating %s"17464msgstr "Actualizando %s"1746517466#: builtin/remote.c:13017467msgid ""17468"--mirror is dangerous and deprecated; please\n"17469"\t use --mirror=fetch or --mirror=push instead"17470msgstr ""17471"Usar --mirror es peligroso y está desaprobado;\n"17472"\t usa más bien --mirror=fetch o --mirror=push"1747317474#: builtin/remote.c:14717475#, c-format17476msgid "unknown mirror argument: %s"17477msgstr "argumento mirror desconocido: %s"1747817479#: builtin/remote.c:16317480msgid "fetch the remote branches"17481msgstr "realizar fetch a las ramas remotas"1748217483#: builtin/remote.c:16517484msgid "import all tags and associated objects when fetching"17485msgstr "importar todos los tags y objetos asociados cuando realiza el fetch"1748617487#: builtin/remote.c:16817488msgid "or do not fetch any tag at all (--no-tags)"17489msgstr "o no realziar fetch a ningún tag (--no-tags)"1749017491#: builtin/remote.c:17017492msgid "branch(es) to track"17493msgstr "rama(s) para rastrear"1749417495#: builtin/remote.c:17117496msgid "master branch"17497msgstr "rama master"1749817499#: builtin/remote.c:17317500msgid "set up remote as a mirror to push to or fetch from"17501msgstr ""17502"configurar remote como mirror para realizar push o desde el cual realizar "17503"fetch"1750417505#: builtin/remote.c:18517506msgid "specifying a master branch makes no sense with --mirror"17507msgstr "especificar una rama master no tiene sentido con --mirror"1750817509#: builtin/remote.c:18717510msgid "specifying branches to track makes sense only with fetch mirrors"17511msgstr "especificar ramas para rastrear solo tiene sentido con fetch mirrors"1751217513#: builtin/remote.c:194 builtin/remote.c:63617514#, c-format17515msgid "remote %s already exists."17516msgstr "remoto %s ya existe."1751717518#: builtin/remote.c:198 builtin/remote.c:64017519#, c-format17520msgid "'%s' is not a valid remote name"17521msgstr "'%s' no es un nombre remoto válido"1752217523#: builtin/remote.c:23817524#, c-format17525msgid "Could not setup master '%s'"17526msgstr "No se pudo configurar master '%s'"1752717528#: builtin/remote.c:34417529#, c-format17530msgid "Could not get fetch map for refspec %s"17531msgstr "No se pudo realizar el fetch al mapa para refspec %s"1753217533#: builtin/remote.c:443 builtin/remote.c:45117534msgid "(matching)"17535msgstr "(concordando)"1753617537#: builtin/remote.c:45517538msgid "(delete)"17539msgstr "(eliminar)"1754017541#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:86417542#, c-format17543msgid "No such remote: '%s'"17544msgstr "No existe el remoto '%s'"1754517546#: builtin/remote.c:64617547#, c-format17548msgid "Could not rename config section '%s' to '%s'"17549msgstr "No se pudo renombrar la sección de configuración '%s' a '%s'"1755017551#: builtin/remote.c:66617552#, c-format17553msgid ""17554"Not updating non-default fetch refspec\n"17555"\t%s\n"17556"\tPlease update the configuration manually if necessary."17557msgstr ""17558"No se actualizan refspec de fetch no predeterminada\n"17559"\t%s\n"17560"\tPor favor actualice la configuración manualmente si es necesario."1756117562#: builtin/remote.c:70217563#, c-format17564msgid "deleting '%s' failed"17565msgstr "borrando '%s' falló"1756617567#: builtin/remote.c:73617568#, c-format17569msgid "creating '%s' failed"17570msgstr "creando '%s' falló"1757117572#: builtin/remote.c:80217573msgid ""17574"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"17575"to delete it, use:"17576msgid_plural ""17577"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"17578"to delete them, use:"17579msgstr[0] ""17580"Nota: Una rama fuera de la jerarquía refs/remotes/ no fue removida;\n"17581"para borrarla, use:"17582msgstr[1] ""17583"Nota: Algunas ramas fuera de la jerarquía refs/remotes/ no fueron "17584"removidas;\n"17585"para borrarlas, use:"1758617587#: builtin/remote.c:81617588#, c-format17589msgid "Could not remove config section '%s'"17590msgstr "No se pudo borrar la sección de configuración '%s'"1759117592#: builtin/remote.c:91717593#, c-format17594msgid " new (next fetch will store in remotes/%s)"17595msgstr " nuevo (siguiente fetch se guardará en remotes/%s)"1759617597#: builtin/remote.c:92017598msgid " tracked"17599msgstr " rastreada"1760017601#: builtin/remote.c:92217602msgid " stale (use 'git remote prune' to remove)"17603msgstr " viejo ( use 'git remote prune' para eliminar)"1760417605#: builtin/remote.c:92417606msgid " ???"17607msgstr " ???"1760817609#: builtin/remote.c:96517610#, c-format17611msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"17612msgstr "inválido branch.%s.merge; no se puede rebasar en > 1 rama"1761317614#: builtin/remote.c:97417615#, c-format17616msgid "rebases interactively onto remote %s"17617msgstr "rebasa interactivamente en remoto %s"1761817619#: builtin/remote.c:97617620#, c-format17621msgid "rebases interactively (with merges) onto remote %s"17622msgstr "rebasa interactivamente (con fusiones) en remoto %s"1762317624#: builtin/remote.c:97917625#, c-format17626msgid "rebases onto remote %s"17627msgstr "rebasa sobre el remoto %s"1762817629#: builtin/remote.c:98317630#, c-format17631msgid " merges with remote %s"17632msgstr " se fusiona con remoto %s"1763317634#: builtin/remote.c:98617635#, c-format17636msgid "merges with remote %s"17637msgstr "fusiona con remoto %s"1763817639#: builtin/remote.c:98917640#, c-format17641msgid "%-*s and with remote %s\n"17642msgstr "%-*s y con el remoto %s\n"1764317644#: builtin/remote.c:103217645msgid "create"17646msgstr "crear"1764717648#: builtin/remote.c:103517649msgid "delete"17650msgstr "borrar"1765117652#: builtin/remote.c:103917653msgid "up to date"17654msgstr "actualizado"1765517656#: builtin/remote.c:104217657msgid "fast-forwardable"17658msgstr "puede realizar fast-forward"1765917660#: builtin/remote.c:104517661msgid "local out of date"17662msgstr "desactualizado local"1766317664#: builtin/remote.c:105217665#, c-format17666msgid " %-*s forces to %-*s (%s)"17667msgstr " %-*s fuerza a %-*s (%s)"1766817669#: builtin/remote.c:105517670#, c-format17671msgid " %-*s pushes to %-*s (%s)"17672msgstr " %-*s publica a %-*s (%s)"1767317674#: builtin/remote.c:105917675#, c-format17676msgid " %-*s forces to %s"17677msgstr " %-*s fuerza a %s"1767817679#: builtin/remote.c:106217680#, c-format17681msgid " %-*s pushes to %s"17682msgstr " %-*s publica a %s"1768317684#: builtin/remote.c:113017685msgid "do not query remotes"17686msgstr "no consultar remotos"1768717688#: builtin/remote.c:115717689#, c-format17690msgid "* remote %s"17691msgstr "* remoto %s"1769217693#: builtin/remote.c:115817694#, c-format17695msgid " Fetch URL: %s"17696msgstr " URL para obtener: %s"1769717698#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:131417699msgid "(no URL)"17700msgstr "(sin URL)"1770117702#. TRANSLATORS: the colon ':' should align17703#. with the one in " Fetch URL: %s"17704#. translation.17705#.17706#: builtin/remote.c:1173 builtin/remote.c:117517707#, c-format17708msgid " Push URL: %s"17709msgstr " URL para publicar: %s"1771017711#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:118117712#, c-format17713msgid " HEAD branch: %s"17714msgstr " Rama HEAD: %s"1771517716#: builtin/remote.c:117717717msgid "(not queried)"17718msgstr "(no consultado)"1771917720#: builtin/remote.c:117917721msgid "(unknown)"17722msgstr "(desconocido)"1772317724#: builtin/remote.c:118317725#, c-format17726msgid ""17727" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"17728msgstr ""17729" HEAD en rama ( HEAD remoto es ambiguo, puede ser uno de los siguientes):\n"1773017731#: builtin/remote.c:119517732#, c-format17733msgid " Remote branch:%s"17734msgid_plural " Remote branches:%s"17735msgstr[0] " Rama remota:%s"17736msgstr[1] " Ramas remotas:%s"1773717738#: builtin/remote.c:1198 builtin/remote.c:122417739msgid " (status not queried)"17740msgstr " (estado no consultado)"1774117742#: builtin/remote.c:120717743msgid " Local branch configured for 'git pull':"17744msgid_plural " Local branches configured for 'git pull':"17745msgstr[0] " Rama local configurada para 'git pull':"17746msgstr[1] " Ramas locales configuradas para 'git pull':"1774717748#: builtin/remote.c:121517749msgid " Local refs will be mirrored by 'git push'"17750msgstr " Las referencias locales serán reflejadas por 'git push'"1775117752#: builtin/remote.c:122117753#, c-format17754msgid " Local ref configured for 'git push'%s:"17755msgid_plural " Local refs configured for 'git push'%s:"17756msgstr[0] " Referencia local configurada para 'git push'%s:"17757msgstr[1] " Referencias locales configuradas para 'git push'%s:"1775817759#: builtin/remote.c:124217760msgid "set refs/remotes/<name>/HEAD according to remote"17761msgstr "configurar refs/remotes/<nombre>/HEAD de acuerdo al remoto"1776217763#: builtin/remote.c:124417764msgid "delete refs/remotes/<name>/HEAD"17765msgstr "borrar refs/remotos/<nombre>/HEAD"1776617767#: builtin/remote.c:125917768msgid "Cannot determine remote HEAD"17769msgstr "No se puede determinar el HEAD remoto"1777017771#: builtin/remote.c:126117772msgid "Multiple remote HEAD branches. Please choose one explicitly with:"17773msgstr "Múltiples ramas HEAD remotas. Por favor escoja una explícitamente con:"1777417775#: builtin/remote.c:127117776#, c-format17777msgid "Could not delete %s"17778msgstr "No se pudo borrar %s"1777917780#: builtin/remote.c:127917781#, c-format17782msgid "Not a valid ref: %s"17783msgstr "No es un ref válido: %s"1778417785#: builtin/remote.c:128117786#, c-format17787msgid "Could not setup %s"17788msgstr "No se pudo configurar %s"1778917790#: builtin/remote.c:129917791#, c-format17792msgid " %s will become dangling!"17793msgstr " %s será colgado!"1779417795#: builtin/remote.c:130017796#, c-format17797msgid " %s has become dangling!"17798msgstr " %s ha sido colgado!"1779917800#: builtin/remote.c:131017801#, c-format17802msgid "Pruning %s"17803msgstr "Recortando %s"1780417805#: builtin/remote.c:131117806#, c-format17807msgid "URL: %s"17808msgstr "URL: %s"1780917810#: builtin/remote.c:132717811#, c-format17812msgid " * [would prune] %s"17813msgstr " * [ejecutará prune] %s"1781417815#: builtin/remote.c:133017816#, c-format17817msgid " * [pruned] %s"17818msgstr " * [prune realizado] %s"1781917820#: builtin/remote.c:137517821msgid "prune remotes after fetching"17822msgstr "recortar remotos tras realizar fetch"1782317824#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:156017825#, c-format17826msgid "No such remote '%s'"17827msgstr "No existe el remoto '%s'"1782817829#: builtin/remote.c:145417830msgid "add branch"17831msgstr "agregar rama"1783217833#: builtin/remote.c:146117834msgid "no remote specified"17835msgstr "no hay remotos especificados"1783617837#: builtin/remote.c:147817838msgid "query push URLs rather than fetch URLs"17839msgstr "consultar URLs de push en lugar de URLs de fetch"1784017841#: builtin/remote.c:148017842msgid "return all URLs"17843msgstr "retornar todos los URLs"1784417845#: builtin/remote.c:150817846#, c-format17847msgid "no URLs configured for remote '%s'"17848msgstr "no hay URLs configurados para remoto '%s'"1784917850#: builtin/remote.c:153417851msgid "manipulate push URLs"17852msgstr "manipular URLs de push"1785317854#: builtin/remote.c:153617855msgid "add URL"17856msgstr "agregar URL"1785717858#: builtin/remote.c:153817859msgid "delete URLs"17860msgstr "borrar URLs"1786117862#: builtin/remote.c:154517863msgid "--add --delete doesn't make sense"17864msgstr "--add --delete no tiene sentido"1786517866#: builtin/remote.c:158417867#, c-format17868msgid "Invalid old URL pattern: %s"17869msgstr "Patrón de URL viejo inválido: %s"1787017871#: builtin/remote.c:159217872#, c-format17873msgid "No such URL found: %s"17874msgstr "No se encontró URL: %s"1787517876#: builtin/remote.c:159417877msgid "Will not delete all non-push URLs"17878msgstr "No borrará todos los URLs de no-push"1787917880#: builtin/remote.c:161017881msgid "be verbose; must be placed before a subcommand"17882msgstr "ser verboso; tiene que ser agregado antes de un subcomando"1788317884#: builtin/remote.c:164117885#, c-format17886msgid "Unknown subcommand: %s"17887msgstr "Sub-comando desconocido: %s"1788817889#: builtin/repack.c:2217890msgid "git repack [<options>]"17891msgstr "git repack [<opciones>]"1789217893#: builtin/repack.c:2717894msgid ""17895"Incremental repacks are incompatible with bitmap indexes. Use\n"17896"--no-write-bitmap-index or disable the pack.writebitmaps configuration."17897msgstr ""17898"Re empaquetados incrementales son incompatibles con índices bitmap. Use \n"17899"--no-write-bitmap-index o deshabilite la configuración pack.writebitmaps."1790017901#: builtin/repack.c:20017902msgid "could not start pack-objects to repack promisor objects"17903msgstr "no se puede iniciar pack-objects para reempaquetar objetos promisores"1790417905#: builtin/repack.c:239 builtin/repack.c:41417906msgid "repack: Expecting full hex object ID lines only from pack-objects."17907msgstr ""17908"repack: Esperando líneas de ID de objeto en full hex solo desde pack-objects."1790917910#: builtin/repack.c:25617911msgid "could not finish pack-objects to repack promisor objects"17912msgstr ""17913"no se puede finalizar pack-objects para reempaquetar objetos promisores"1791417915#: builtin/repack.c:29417916msgid "pack everything in a single pack"17917msgstr "empaquetar todo en un único paquete"1791817919#: builtin/repack.c:29617920msgid "same as -a, and turn unreachable objects loose"17921msgstr "lo mismo que -a, y pierde objetos inaccesibles"1792217923#: builtin/repack.c:29917924msgid "remove redundant packs, and run git-prune-packed"17925msgstr "eliminar paquetes redundantes, y ejecutar git-prune-packed"1792617927#: builtin/repack.c:30117928msgid "pass --no-reuse-delta to git-pack-objects"17929msgstr "pasar --no-reuse-delta a git-pack-objects"1793017931#: builtin/repack.c:30317932msgid "pass --no-reuse-object to git-pack-objects"17933msgstr "pasar --no-reuse-object a git-pack-objects"1793417935#: builtin/repack.c:30517936msgid "do not run git-update-server-info"17937msgstr "no ejecutar git-update-server-info"1793817939#: builtin/repack.c:30817940msgid "pass --local to git-pack-objects"17941msgstr "pasar --local a git-pack-objects"1794217943#: builtin/repack.c:31017944msgid "write bitmap index"17945msgstr "escribir un índice de bitmap"1794617947#: builtin/repack.c:31217948msgid "pass --delta-islands to git-pack-objects"17949msgstr "pasar --delta-islands a git-pack-objects"1795017951#: builtin/repack.c:31317952msgid "approxidate"17953msgstr "aproxime"1795417955#: builtin/repack.c:31417956msgid "with -A, do not loosen objects older than this"17957msgstr "con -A, no perder objetos más antiguos que este"1795817959#: builtin/repack.c:31617960msgid "with -a, repack unreachable objects"17961msgstr "con -a, re empaquetar objetos inalcanzables"1796217963#: builtin/repack.c:31817964msgid "size of the window used for delta compression"17965msgstr "tamaño de la ventana usado para la compresión delta"1796617967#: builtin/repack.c:319 builtin/repack.c:32517968msgid "bytes"17969msgstr "bytes"1797017971#: builtin/repack.c:32017972msgid "same as the above, but limit memory size instead of entries count"17973msgstr ""17974"lo mismo que arriba, pero limita el tamaño de memoria en lugar de contar "17975"entradas"1797617977#: builtin/repack.c:32217978msgid "limits the maximum delta depth"17979msgstr "limita la profundidad máxima del delta"1798017981#: builtin/repack.c:32417982msgid "limits the maximum number of threads"17983msgstr "limita el número máximo de hilos"1798417985#: builtin/repack.c:32617986msgid "maximum size of each packfile"17987msgstr "tamaño máximo de cada paquete"1798817989#: builtin/repack.c:32817990msgid "repack objects in packs marked with .keep"17991msgstr "re-empaquetar objetos en paquetes marcados con .keep"1799217993#: builtin/repack.c:33017994msgid "do not repack this pack"17995msgstr "no reempaquetar este paquete"1799617997#: builtin/repack.c:34017998msgid "cannot delete packs in a precious-objects repo"17999msgstr "no se pueden borrar paquetes en un repositorio de objetos-preciosos"1800018001#: builtin/repack.c:34418002msgid "--keep-unreachable and -A are incompatible"18003msgstr "--keep-unreachable y -A son incompatibles"1800418005#: builtin/repack.c:42318006msgid "Nothing new to pack."18007msgstr "Nada nuevo para empaquetar."1800818009#: builtin/repack.c:48418010#, c-format18011msgid ""18012"WARNING: Some packs in use have been renamed by\n"18013"WARNING: prefixing old- to their name, in order to\n"18014"WARNING: replace them with the new version of the\n"18015"WARNING: file. But the operation failed, and the\n"18016"WARNING: attempt to rename them back to their\n"18017"WARNING: original names also failed.\n"18018"WARNING: Please rename them in %s manually:\n"18019msgstr ""18020"WARNING: Algunos packs en uso han sido renombrados\n"18021"WARNING: agregando el prefijo old- a sus nombres,para\n"18022"WARNING: reemplazarlos con la nueva versión del\n"18023"WARNING: archivo. Pero la operación falló, y el intento\n"18024"WARNING: de renombrarlos a sus nombres originales\n"18025"WARNING: también falló.\n"18026"WARNING: Por favor renombralos en %s manualmente:\n"1802718028#: builtin/repack.c:53218029#, c-format18030msgid "failed to remove '%s'"18031msgstr "falló al eliminar'%s'"1803218033#: builtin/replace.c:2218034msgid "git replace [-f] <object> <replacement>"18035msgstr "git replace [-f] <objeto> <remplazo>"1803618037#: builtin/replace.c:2318038msgid "git replace [-f] --edit <object>"18039msgstr "git replace [-f] --edit <objeto>"1804018041#: builtin/replace.c:2418042msgid "git replace [-f] --graft <commit> [<parent>...]"18043msgstr "git replace [-f] --graft <commit> [<padre>...]"1804418045#: builtin/replace.c:2518046msgid "git replace [-f] --convert-graft-file"18047msgstr "git replace [-f] --convert-graft-file"1804818049#: builtin/replace.c:2618050msgid "git replace -d <object>..."18051msgstr "git replace -d <objeto>..."1805218053#: builtin/replace.c:2718054msgid "git replace [--format=<format>] [-l [<pattern>]]"18055msgstr "git replace [--format=<formato>] [-l [<patrón>]]"1805618057#: builtin/replace.c:9018058#, c-format18059msgid ""18060"invalid replace format '%s'\n"18061"valid formats are 'short', 'medium' and 'long'"18062msgstr ""18063"formato de reemplazo inválido '%s'\n"18064"formatos válidos son 'short', 'medium' y 'long'"1806518066#: builtin/replace.c:12518067#, c-format18068msgid "replace ref '%s' not found"18069msgstr "rama de reemplazo '%s' no encontrada"1807018071#: builtin/replace.c:14118072#, c-format18073msgid "Deleted replace ref '%s'"18074msgstr "Borradas replace refs '%s'"1807518076#: builtin/replace.c:15318077#, c-format18078msgid "'%s' is not a valid ref name"18079msgstr "'%s' no es un nombre de ref válido"1808018081#: builtin/replace.c:15818082#, c-format18083msgid "replace ref '%s' already exists"18084msgstr "ref de reemplazo '%s' ya existe"1808518086#: builtin/replace.c:17818087#, c-format18088msgid ""18089"Objects must be of the same type.\n"18090"'%s' points to a replaced object of type '%s'\n"18091"while '%s' points to a replacement object of type '%s'."18092msgstr ""18093"Objeto debe ser del mismo tipo.\n"18094"'%s' puntos para un objeto reemplazado de tipo '%s'\n"18095"mientras '%s' puntos para un reemplazo de tipo de objeto '%s'."1809618097#: builtin/replace.c:22918098#, c-format18099msgid "unable to open %s for writing"18100msgstr "no se pudo abrir %s para escritura"1810118102#: builtin/replace.c:24218103msgid "cat-file reported failure"18104msgstr "cat-file reportó un fallo"1810518106#: builtin/replace.c:25818107#, c-format18108msgid "unable to open %s for reading"18109msgstr "no se pudo abrir %s para lectura"1811018111#: builtin/replace.c:27218112msgid "unable to spawn mktree"18113msgstr "no es posible generar mktree"1811418115#: builtin/replace.c:27618116msgid "unable to read from mktree"18117msgstr "no es posible leer de mktree"1811818119#: builtin/replace.c:28518120msgid "mktree reported failure"18121msgstr "mktree reportó un error"1812218123#: builtin/replace.c:28918124msgid "mktree did not return an object name"18125msgstr "mktree no devolvió un nombre de objeto"1812618127#: builtin/replace.c:29818128#, c-format18129msgid "unable to fstat %s"18130msgstr "incapaz de correr fstat %s"1813118132#: builtin/replace.c:30318133msgid "unable to write object to database"18134msgstr "incapaz de escribir el objeto en la base de datos"1813518136#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:42218137#: builtin/replace.c:45218138#, c-format18139msgid "not a valid object name: '%s'"18140msgstr "nombre de objeto no válido: '%s'"1814118142#: builtin/replace.c:32618143#, c-format18144msgid "unable to get object type for %s"18145msgstr "no es obtener tipo de objeto para %s"1814618147#: builtin/replace.c:34218148msgid "editing object file failed"18149msgstr "edición de archivo de objeto falló"1815018151#: builtin/replace.c:35118152#, c-format18153msgid "new object is the same as the old one: '%s'"18154msgstr "nuevo objeto es igual al antiguo: '%s'"1815518156#: builtin/replace.c:38318157#, c-format18158msgid "could not parse %s as a commit"18159msgstr "no se pudo analizar %s como un commit"1816018161#: builtin/replace.c:41418162#, c-format18163msgid "bad mergetag in commit '%s'"18164msgstr "mal mergetag en commit '%s'"1816518166#: builtin/replace.c:41618167#, c-format18168msgid "malformed mergetag in commit '%s'"18169msgstr "mergetag mal formado en commit '%s'"1817018171#: builtin/replace.c:42818172#, c-format18173msgid ""18174"original commit '%s' contains mergetag '%s' that is discarded; use --edit "18175"instead of --graft"18176msgstr ""18177"commit original '%s' contiene un mergetag '%s' que es descartado; use --edit "18178"en lugar de --graft"1817918180#: builtin/replace.c:46718181#, c-format18182msgid "the original commit '%s' has a gpg signature"18183msgstr "el commit original '%s' tiene una firma gpg"1818418185#: builtin/replace.c:46818186msgid "the signature will be removed in the replacement commit!"18187msgstr "la firma será removida en el commit de reemplazo!"1818818189#: builtin/replace.c:47818190#, c-format18191msgid "could not write replacement commit for: '%s'"18192msgstr "no se pudo escribir el commit de reemplazo: '%s'"1819318194#: builtin/replace.c:48618195#, c-format18196msgid "graft for '%s' unnecessary"18197msgstr "graft para '%s' innecesario"1819818199#: builtin/replace.c:49018200#, c-format18201msgid "new commit is the same as the old one: '%s'"18202msgstr "nuevo commit es le mismo que el antiguo: '%s'"1820318204#: builtin/replace.c:52518205#, c-format18206msgid ""18207"could not convert the following graft(s):\n"18208"%s"18209msgstr ""18210"no se pudo convertir el siguiente graft(s):\n"18211"%s"1821218213#: builtin/replace.c:54618214msgid "list replace refs"18215msgstr "listar replace refs"1821618217#: builtin/replace.c:54718218msgid "delete replace refs"18219msgstr "borrar replace refs"1822018221#: builtin/replace.c:54818222msgid "edit existing object"18223msgstr "editar objeto existente"1822418225#: builtin/replace.c:54918226msgid "change a commit's parents"18227msgstr "cambiar un padre de commit"1822818229#: builtin/replace.c:55018230msgid "convert existing graft file"18231msgstr "convertir archivo graft existente"1823218233#: builtin/replace.c:55118234msgid "replace the ref if it exists"18235msgstr "reemplazar el ref si este existe"1823618237#: builtin/replace.c:55318238msgid "do not pretty-print contents for --edit"18239msgstr "no se puede imprimir contenidos para --edit"1824018241#: builtin/replace.c:55418242msgid "use this format"18243msgstr "usar este formato"1824418245#: builtin/replace.c:56718246msgid "--format cannot be used when not listing"18247msgstr "--format no puede ser usado cuando no se hace listing"1824818249#: builtin/replace.c:57518250msgid "-f only makes sense when writing a replacement"18251msgstr "-f solo tiene sentido cuando se escribe un reemplazo"1825218253#: builtin/replace.c:57918254msgid "--raw only makes sense with --edit"18255msgstr "--raw solo tiene sentido con --edit"1825618257#: builtin/replace.c:58518258msgid "-d needs at least one argument"18259msgstr "-d necesita al menos un argumento"1826018261#: builtin/replace.c:59118262msgid "bad number of arguments"18263msgstr "mal número de argumentos"1826418265#: builtin/replace.c:59718266msgid "-e needs exactly one argument"18267msgstr "-e necesita exactamente un argumento"1826818269#: builtin/replace.c:60318270msgid "-g needs at least one argument"18271msgstr "-g necesita al menos un argumento"1827218273#: builtin/replace.c:60918274msgid "--convert-graft-file takes no argument"18275msgstr "--convert-graft-file no toma argumentos"1827618277#: builtin/replace.c:61518278msgid "only one pattern can be given with -l"18279msgstr "solo se puede dar un patrón con -l"1828018281#: builtin/rerere.c:1318282msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"18283msgstr "git rerere [clear | forget <ruta>... | status | remaining | diff | gc]"1828418285#: builtin/rerere.c:6018286msgid "register clean resolutions in index"18287msgstr "registrar resoluciones limpias en el índice"1828818289#: builtin/rerere.c:7918290msgid "'git rerere forget' without paths is deprecated"18291msgstr "'git rerere forget' sin rutas está deprecado"1829218293#: builtin/rerere.c:11318294#, c-format18295msgid "unable to generate diff for '%s'"18296msgstr "no es posible generar diff para '%s'"1829718298#: builtin/reset.c:3218299msgid ""18300"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"18301msgstr ""18302"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1830318304#: builtin/reset.c:3318305msgid "git reset [-q] [<tree-ish>] [--] <paths>..."18306msgstr "git reset [-q] [<árbol-ismo>] [--] <rutas>..."1830718308#: builtin/reset.c:3418309msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"18310msgstr "git reset --patch [<árbol-ismo>] [--] [<rutas>...]"1831118312#: builtin/reset.c:4018313msgid "mixed"18314msgstr "mezclado"1831518316#: builtin/reset.c:4018317msgid "soft"18318msgstr "suave"1831918320#: builtin/reset.c:4018321msgid "hard"18322msgstr "duro"1832318324#: builtin/reset.c:4018325msgid "merge"18326msgstr "fusionar"1832718328#: builtin/reset.c:4018329msgid "keep"18330msgstr "mantener"1833118332#: builtin/reset.c:8118333msgid "You do not have a valid HEAD."18334msgstr "No hay un HEAD válido."1833518336#: builtin/reset.c:8318337msgid "Failed to find tree of HEAD."18338msgstr "Falló al encontrar el HEAD del árbol."1833918340#: builtin/reset.c:8918341#, c-format18342msgid "Failed to find tree of %s."18343msgstr "Falló al encontrar árbol de %s."1834418345#: builtin/reset.c:19318346#, c-format18347msgid "Cannot do a %s reset in the middle of a merge."18348msgstr "No se puede realziar un reset %s en medio de una fusión."1834918350#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:58918351#: builtin/stash.c:61318352msgid "be quiet, only report errors"18353msgstr "ser silencioso, solo reportar errores"1835418355#: builtin/reset.c:29518356msgid "reset HEAD and index"18357msgstr "reiniciar HEAD e index"1835818359#: builtin/reset.c:29618360msgid "reset only HEAD"18361msgstr "reiniciar solo HEAD"1836218363#: builtin/reset.c:298 builtin/reset.c:30018364msgid "reset HEAD, index and working tree"18365msgstr "reiniciar HEAD, índice y árbol de trabajo"1836618367#: builtin/reset.c:30218368msgid "reset HEAD but keep local changes"18369msgstr "reiniciar HEAD pero mantener cambios locales"1837018371#: builtin/reset.c:30818372msgid "record only the fact that removed paths will be added later"18373msgstr ""18374"grabar solo el hecho de que las rutas removidas serán agregadas después"1837518376#: builtin/reset.c:32618377#, c-format18378msgid "Failed to resolve '%s' as a valid revision."18379msgstr "Falló al resolver '%s' como una revisión válida."1838018381#: builtin/reset.c:33418382#, c-format18383msgid "Failed to resolve '%s' as a valid tree."18384msgstr "Falló al resolver '%s' como un árbol válido."1838518386#: builtin/reset.c:34318387msgid "--patch is incompatible with --{hard,mixed,soft}"18388msgstr "--patch es incompatible con --{hard,mixed,soft}"1838918390#: builtin/reset.c:35318391msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."18392msgstr ""18393"--mixed con rutas ha sido deprecado; use 'git reset -- <rutas>' en cambio."1839418395#: builtin/reset.c:35518396#, c-format18397msgid "Cannot do %s reset with paths."18398msgstr "No se puede hacer un reset %s con rutas."1839918400#: builtin/reset.c:37018401#, c-format18402msgid "%s reset is not allowed in a bare repository"18403msgstr "%s reset no está permitido en un repositorio vacío"1840418405#: builtin/reset.c:37418406msgid "-N can only be used with --mixed"18407msgstr "-N sólo puede ser usada con --mixed"1840818409#: builtin/reset.c:39518410msgid "Unstaged changes after reset:"18411msgstr "Cambios fuera del área de stage tras el reset:"1841218413#: builtin/reset.c:39818414#, c-format18415msgid ""18416"\n"18417"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"18418"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"18419"to make this the default.\n"18420msgstr ""18421"\n"18422"Tomó %.2f segundos en enumerar cambios fuera de stage tras el reinicio. "18423"Puedes\n"18424"usar '--quiet' para evitar esto. Configura la opción reset.quiet a true\n"18425"para volverlo en el default.\n"1842618427#: builtin/reset.c:40818428#, c-format18429msgid "Could not reset index file to revision '%s'."18430msgstr "No se puede reiniciar el índice a la revisión '%s'."1843118432#: builtin/reset.c:41218433msgid "Could not write new index file."18434msgstr "No se puede escribir un nuevo archivo índice."1843518436#: builtin/rev-list.c:40518437msgid "cannot combine --exclude-promisor-objects and --missing"18438msgstr "no se puede combinar --exclude-promisor-objects y --missing"1843918440#: builtin/rev-list.c:46618441msgid "object filtering requires --objects"18442msgstr "filtrado de objetos requiere --objects"1844318444#: builtin/rev-list.c:46918445#, c-format18446msgid "invalid sparse value '%s'"18447msgstr "valor disperso inválido: '%s'"1844818449#: builtin/rev-list.c:51018450msgid "rev-list does not support display of notes"18451msgstr "rev-list no soporta mostrar notas"1845218453#: builtin/rev-list.c:51318454msgid "cannot combine --use-bitmap-index with object filtering"18455msgstr "no se puede combinar --use-bitmap-index con objetos de filtrado"1845618457#: builtin/rev-parse.c:40818458msgid "git rev-parse --parseopt [<options>] -- [<args>...]"18459msgstr "git rev-parse --parseopt [<opciones>] -- [<args>...]"1846018461#: builtin/rev-parse.c:41318462msgid "keep the `--` passed as an arg"18463msgstr "mantener el `--` pasado como un arg"1846418465#: builtin/rev-parse.c:41518466msgid "stop parsing after the first non-option argument"18467msgstr "detener análisis tras el primer argumento que no es opción"1846818469#: builtin/rev-parse.c:41818470msgid "output in stuck long form"18471msgstr "salida en formulario largo de atasco"1847218473#: builtin/rev-parse.c:55118474msgid ""18475"git rev-parse --parseopt [<options>] -- [<args>...]\n"18476" or: git rev-parse --sq-quote [<arg>...]\n"18477" or: git rev-parse [<options>] [<arg>...]\n"18478"\n"18479"Run \"git rev-parse --parseopt -h\" for more information on the first usage."18480msgstr ""18481"git rev-parse --parseopt [<opciones>] -- [<args>...]\n"18482" or: git rev-parse --sq-quote [<arg>...]\n"18483" or: git rev-parse [<opciones>] [<arg>...]\n"18484"\n"18485"Ejecute \"git rev-parse --parseopt -h\" para más información sobre el primer "18486"uso."1848718488#: builtin/revert.c:2418489msgid "git revert [<options>] <commit-ish>..."18490msgstr "git revert [<opciones>] <commit-ish>..."1849118492#: builtin/revert.c:2518493msgid "git revert <subcommand>"18494msgstr "git revert <subcomando>"1849518496#: builtin/revert.c:3018497msgid "git cherry-pick [<options>] <commit-ish>..."18498msgstr "git cherry-pick [<opciones>] <commit-ish>..."1849918500#: builtin/revert.c:3118501msgid "git cherry-pick <subcommand>"18502msgstr "git cherry-pick <subcomando>"1850318504#: builtin/revert.c:7218505#, c-format18506msgid "option `%s' expects a number greater than zero"18507msgstr "opción `%s' espera un valor numérico mayor a cero"1850818509#: builtin/revert.c:9218510#, c-format18511msgid "%s: %s cannot be used with %s"18512msgstr "%s: %s no puede ser usado con %s"1851318514#: builtin/revert.c:10218515msgid "end revert or cherry-pick sequence"18516msgstr "finalizar secuencia revert o cherry-pick"1851718518#: builtin/revert.c:10318519msgid "resume revert or cherry-pick sequence"18520msgstr "resumir secuencia revert o cherry-pick"1852118522#: builtin/revert.c:10418523msgid "cancel revert or cherry-pick sequence"18524msgstr "cancelar secuencia revert o cherry-pick"1852518526#: builtin/revert.c:10618527msgid "don't automatically commit"18528msgstr "no realizar commit de forma automática"1852918530#: builtin/revert.c:10718531msgid "edit the commit message"18532msgstr "editar el mensaje de commit"1853318534#: builtin/revert.c:11018535msgid "parent-number"18536msgstr "número-de-padre"1853718538#: builtin/revert.c:11118539msgid "select mainline parent"18540msgstr "seleccionar el padre principal"1854118542#: builtin/revert.c:11318543msgid "merge strategy"18544msgstr "estrategia de fusión"1854518546#: builtin/revert.c:11518547msgid "option for merge strategy"18548msgstr "opción para estrategia de fusión"1854918550#: builtin/revert.c:12418551msgid "append commit name"18552msgstr "adjuntar el nombre del commit"1855318554#: builtin/revert.c:12618555msgid "preserve initially empty commits"18556msgstr "preservar commits iniciales vacíos"1855718558#: builtin/revert.c:12818559msgid "keep redundant, empty commits"18560msgstr "mantener commits redundantes, vacíos"1856118562#: builtin/revert.c:22718563msgid "revert failed"18564msgstr "falló al revertir"1856518566#: builtin/revert.c:24018567msgid "cherry-pick failed"18568msgstr "cherry-pick falló"1856918570#: builtin/rm.c:1918571msgid "git rm [<options>] [--] <file>..."18572msgstr "git rm [<opciones>] [--] <archivo>..."1857318574#: builtin/rm.c:20718575msgid ""18576"the following file has staged content different from both the\n"18577"file and the HEAD:"18578msgid_plural ""18579"the following files have staged content different from both the\n"18580"file and the HEAD:"18581msgstr[0] ""18582"el siguiente archivo tiene contenido en stage diferente al archivo\n"18583"y a HEAD:"18584msgstr[1] ""18585"los siguientes archivos tienen contenido diferente a los mismos\n"18586"y a HEAD:"1858718588#: builtin/rm.c:21218589msgid ""18590"\n"18591"(use -f to force removal)"18592msgstr ""18593"\n"18594"(usa -f para forzar su eliminación)"1859518596#: builtin/rm.c:21618597msgid "the following file has changes staged in the index:"18598msgid_plural "the following files have changes staged in the index:"18599msgstr[0] "el siguiente archivo tiene cambios en stage en el índice:"18600msgstr[1] "los siguientes archivos tienen cambios en stage en el índice:"1860118602#: builtin/rm.c:220 builtin/rm.c:22918603msgid ""18604"\n"18605"(use --cached to keep the file, or -f to force removal)"18606msgstr ""18607"\n"18608"(usa --cached para conservar el archivo, o -f para forzar su eliminación)"1860918610#: builtin/rm.c:22618611msgid "the following file has local modifications:"18612msgid_plural "the following files have local modifications:"18613msgstr[0] "el siguiente archivo tiene modificaciones locales:"18614msgstr[1] "los siguientes archivos tienen modificaciones locales:"1861518616#: builtin/rm.c:24218617msgid "do not list removed files"18618msgstr "no listar archivos eliminado"1861918620#: builtin/rm.c:24318621msgid "only remove from the index"18622msgstr "solo eliminar del índice"1862318624#: builtin/rm.c:24418625msgid "override the up-to-date check"18626msgstr "sobrescribir el check de actualizado"1862718628#: builtin/rm.c:24518629msgid "allow recursive removal"18630msgstr "permitir eliminar de forma recursiva"1863118632#: builtin/rm.c:24718633msgid "exit with a zero status even if nothing matched"18634msgstr "salir con estado cero incluso si nada coincide"1863518636#: builtin/rm.c:28918637msgid "please stage your changes to .gitmodules or stash them to proceed"18638msgstr ""18639"por favor agrega el stage de tus cambios a .gitmodules o realiza un stash "18640"para proceder"1864118642#: builtin/rm.c:30718643#, c-format18644msgid "not removing '%s' recursively without -r"18645msgstr "no removiendo '%s' de manera recursiva sin -r"1864618647#: builtin/rm.c:34618648#, c-format18649msgid "git rm: unable to remove %s"18650msgstr "git rm: no es posible eliminar %s"1865118652#: builtin/send-pack.c:2018653msgid ""18654"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"18655"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "18656"[<ref>...]\n"18657" --all and explicit <ref> specification are mutually exclusive."18658msgstr ""18659"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"18660"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "18661"[<ref>...]\n"18662" --all y especificaciones <ref> explícitas son mutuamente exclusivas."1866318664#: builtin/send-pack.c:16318665msgid "remote name"18666msgstr "nombre remoto"1866718668#: builtin/send-pack.c:17718669msgid "use stateless RPC protocol"18670msgstr "usar protocolo RPC sin estado"1867118672#: builtin/send-pack.c:17818673msgid "read refs from stdin"18674msgstr "leer refs de stdin"1867518676#: builtin/send-pack.c:17918677msgid "print status from remote helper"18678msgstr "mostrar status del remote helper"1867918680#: builtin/shortlog.c:1418681msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"18682msgstr "git shortlog [<opciones>] [<rango-de-revisión>] [[--] <ruta>...]"1868318684#: builtin/shortlog.c:1518685msgid "git log --pretty=short | git shortlog [<options>]"18686msgstr "git log --pretty=short | git shorlog [<opciones>]"1868718688#: builtin/shortlog.c:26418689msgid "Group by committer rather than author"18690msgstr "Agrupar por committer en lugar de autor"1869118692#: builtin/shortlog.c:26618693msgid "sort output according to the number of commits per author"18694msgstr "ordenar salida de acuerdo al número de commits por autor"1869518696#: builtin/shortlog.c:26818697msgid "Suppress commit descriptions, only provides commit count"18698msgstr "Suprimir descripción de commits, solo proveer cuenta de commits"1869918700#: builtin/shortlog.c:27018701msgid "Show the email address of each author"18702msgstr "Mostrar la dirección de correo de cada autor"1870318704#: builtin/shortlog.c:27118705msgid "<w>[,<i1>[,<i2>]]"18706msgstr "<w>[,<i1>[,<i2>]]"1870718708#: builtin/shortlog.c:27218709msgid "Linewrap output"18710msgstr "Salida de línea"1871118712#: builtin/shortlog.c:30118713msgid "too many arguments given outside repository"18714msgstr "demasiados argumentos dados fuera del repositorio"1871518716#: builtin/show-branch.c:1318717msgid ""18718"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"18719"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"18720"\t\t[--more=<n> | --list | --independent | --merge-base]\n"18721"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"18722msgstr ""18723"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"18724"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"18725"\t\t[--more=<n> | --list | --independent | --merge-base]\n"18726"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"1872718728#: builtin/show-branch.c:1718729msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"18730msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"1873118732#: builtin/show-branch.c:39518733#, c-format18734msgid "ignoring %s; cannot handle more than %d ref"18735msgid_plural "ignoring %s; cannot handle more than %d refs"18736msgstr[0] "ignorando %s; no se puede manejar más de %d ref"18737msgstr[1] "ignorando %s; no se puede manejar más de %d refs"1873818739#: builtin/show-branch.c:54918740#, c-format18741msgid "no matching refs with %s"18742msgstr "no hay refs que concuerden con %s"1874318744#: builtin/show-branch.c:64618745msgid "show remote-tracking and local branches"18746msgstr "mostrar ramas locales y de rastreo remoto"1874718748#: builtin/show-branch.c:64818749msgid "show remote-tracking branches"18750msgstr "mostrar ramas de rastreo remoto"1875118752#: builtin/show-branch.c:65018753msgid "color '*!+-' corresponding to the branch"18754msgstr "color '*!+-' correspondiendo a la rama"1875518756#: builtin/show-branch.c:65218757msgid "show <n> more commits after the common ancestor"18758msgstr "mostrar <n> commits más tras encontrar el ancestro común"1875918760#: builtin/show-branch.c:65418761msgid "synonym to more=-1"18762msgstr "sinónimo de más=-1"1876318764#: builtin/show-branch.c:65518765msgid "suppress naming strings"18766msgstr "suprimir strings de nombre"1876718768#: builtin/show-branch.c:65718769msgid "include the current branch"18770msgstr "incluir la rama actual"1877118772#: builtin/show-branch.c:65918773msgid "name commits with their object names"18774msgstr "nombrar commits con sus nombres de objeto"1877518776#: builtin/show-branch.c:66118777msgid "show possible merge bases"18778msgstr "mostrar bases de fusión posibles"1877918780#: builtin/show-branch.c:66318781msgid "show refs unreachable from any other ref"18782msgstr "mostrar refs inalcanzables por ningún otro ref"1878318784#: builtin/show-branch.c:66518785msgid "show commits in topological order"18786msgstr "mostrar commits en orden topológico"1878718788#: builtin/show-branch.c:66818789msgid "show only commits not on the first branch"18790msgstr "mostrar solo commits que no están en la primera rama"1879118792#: builtin/show-branch.c:67018793msgid "show merges reachable from only one tip"18794msgstr "mostrar fusiones alcanzables solo por una punta"1879518796#: builtin/show-branch.c:67218797msgid "topologically sort, maintaining date order where possible"18798msgstr "orden topológico, manteniendo el orden de fechas donde sea posible"1879918800#: builtin/show-branch.c:67518801msgid "<n>[,<base>]"18802msgstr "<n>[,<base>]"1880318804#: builtin/show-branch.c:67618805msgid "show <n> most recent ref-log entries starting at base"18806msgstr "mostrar <n> entradas más recientes de ref-log comenzando desde la base"1880718808#: builtin/show-branch.c:71218809msgid ""18810"--reflog is incompatible with --all, --remotes, --independent or --merge-base"18811msgstr ""18812"--reflog no es compatible con --all, --remotes, --independent o --merge-base"1881318814#: builtin/show-branch.c:73618815msgid "no branches given, and HEAD is not valid"18816msgstr "no se dieron ramas, y el HEAD no es válido"1881718818#: builtin/show-branch.c:73918819msgid "--reflog option needs one branch name"18820msgstr "opción --reflog necesita un nombre de rama"1882118822#: builtin/show-branch.c:74218823#, c-format18824msgid "only %d entry can be shown at one time."18825msgid_plural "only %d entries can be shown at one time."18826msgstr[0] "solo %d entrada puede ser mostrada a la vez."18827msgstr[1] "solo %d entradas pueden ser mostradas a la vez."1882818829#: builtin/show-branch.c:74618830#, c-format18831msgid "no such ref %s"18832msgstr "no existe el ref %s"1883318834#: builtin/show-branch.c:83218835#, c-format18836msgid "cannot handle more than %d rev."18837msgid_plural "cannot handle more than %d revs."18838msgstr[0] "no se puede manejar más de %d rev."18839msgstr[1] "no se puede manejar más de %d revs."1884018841#: builtin/show-branch.c:83618842#, c-format18843msgid "'%s' is not a valid ref."18844msgstr "'%s' no es una ref válida."1884518846#: builtin/show-branch.c:83918847#, c-format18848msgid "cannot find commit %s (%s)"18849msgstr "no se puede encontrar el commit %s (%s)"1885018851#: builtin/show-ref.c:1218852msgid ""18853"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"18854"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"18855msgstr ""18856"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"18857"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patrón>...]"1885818859#: builtin/show-ref.c:1318860msgid "git show-ref --exclude-existing[=<pattern>]"18861msgstr "git show-ref --exclude-existing[=<patrón>]"1886218863#: builtin/show-ref.c:16218864msgid "only show tags (can be combined with heads)"18865msgstr "solo mostrar tags (puede ser combinado con heads)"1886618867#: builtin/show-ref.c:16318868msgid "only show heads (can be combined with tags)"18869msgstr "solo mostrar heads (puede ser combinado con tags)"1887018871#: builtin/show-ref.c:16418872msgid "stricter reference checking, requires exact ref path"18873msgstr "revisar referencias más estrictamente, requiere ruta de ref exacta"1887418875#: builtin/show-ref.c:167 builtin/show-ref.c:16918876msgid "show the HEAD reference, even if it would be filtered out"18877msgstr "mostrar la referencia de HEAD, incluso si se filtrara"1887818879#: builtin/show-ref.c:17118880msgid "dereference tags into object IDs"18881msgstr "tags de deferencia en IDs de objeto"1888218883#: builtin/show-ref.c:17318884msgid "only show SHA1 hash using <n> digits"18885msgstr "solo mostrar hash SHA1 usando <n> dígitos"1888618887#: builtin/show-ref.c:17718888msgid "do not print results to stdout (useful with --verify)"18889msgstr "no mostrar resultados en stdout (útil con --verify)"1889018891#: builtin/show-ref.c:17918892msgid "show refs from stdin that aren't in local repository"18893msgstr "mostrar refs de stdin que no están en el repositorio local"1889418895#: builtin/stash.c:22 builtin/stash.c:3718896msgid "git stash list [<options>]"18897msgstr "git stash list [<opciones>]"1889818899#: builtin/stash.c:23 builtin/stash.c:4218900msgid "git stash show [<options>] [<stash>]"18901msgstr "git stash show [<opciones>] [<stash>]"1890218903#: builtin/stash.c:24 builtin/stash.c:4718904msgid "git stash drop [-q|--quiet] [<stash>]"18905msgstr "git stash drop [-q|--quiet] [<stash>]"1890618907#: builtin/stash.c:2518908msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"18909msgstr "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"1891018911#: builtin/stash.c:26 builtin/stash.c:6218912msgid "git stash branch <branchname> [<stash>]"18913msgstr "git stash branch <nombre-rama> [<stash>]"1891418915#: builtin/stash.c:27 builtin/stash.c:6718916msgid "git stash clear"18917msgstr "git stash clear"1891818919#: builtin/stash.c:28 builtin/stash.c:7718920msgid ""18921"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18922" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"18923" [--] [<pathspec>...]]"18924msgstr ""18925"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18926" [-u|--include-untracked] [-a|--all] [-m|--message <mensaje>]\n"18927" [--] [<pathspec>...]]"1892818929#: builtin/stash.c:31 builtin/stash.c:8418930msgid ""18931"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18932" [-u|--include-untracked] [-a|--all] [<message>]"18933msgstr ""18934"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"18935" [-u|--include-untracked] [-a|--all] [<mensaje>]"1893618937#: builtin/stash.c:5218938msgid "git stash pop [--index] [-q|--quiet] [<stash>]"18939msgstr "git stash pop [--index] [-q|--quiet] [<stash>]"1894018941#: builtin/stash.c:5718942msgid "git stash apply [--index] [-q|--quiet] [<stash>]"18943msgstr "git stash apply [--index] [-q|--quiet] [<stash>]"1894418945#: builtin/stash.c:7218946msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"18947msgstr "git stash store [-m|--message <mensaje>] [-q|--quiet] <commit>"1894818949#: builtin/stash.c:12718950#, c-format18951msgid "'%s' is not a stash-like commit"18952msgstr "'%s' no es un commit estilo stash"1895318954#: builtin/stash.c:14718955#, c-format18956msgid "Too many revisions specified:%s"18957msgstr "Se especificaron demasiadas revisiones: %s"1895818959#: builtin/stash.c:161 git-legacy-stash.sh:54818960msgid "No stash entries found."18961msgstr "No se encontraron entradas de stash."1896218963#: builtin/stash.c:17518964#, c-format18965msgid "%s is not a valid reference"18966msgstr "%s no es una referencia válida"1896718968#: builtin/stash.c:224 git-legacy-stash.sh:7518969msgid "git stash clear with parameters is unimplemented"18970msgstr "git stash clear con parámetros no está implementado"1897118972#: builtin/stash.c:40318973msgid "cannot apply a stash in the middle of a merge"18974msgstr "no se puede aplicar un stash en medio de un merge"1897518976#: builtin/stash.c:41418977#, c-format18978msgid "could not generate diff %s^!."18979msgstr "no se pudo generar diff %s^!."1898018981#: builtin/stash.c:42118982msgid "conflicts in index.Try without --index."18983msgstr "conflictos en índice. Intente sin --index."1898418985#: builtin/stash.c:42718986msgid "could not save index tree"18987msgstr "no se puede guardar el índice del árbol"1898818989#: builtin/stash.c:43418990msgid "could not restore untracked files from stash"18991msgstr "no se pueden restaurar archivos no rastreados de la entrada stash"1899218993#: builtin/stash.c:44818994#, c-format18995msgid "Merging %s with %s"18996msgstr "Fusionando %s con %s"1899718998#: builtin/stash.c:458 git-legacy-stash.sh:68018999msgid "Index was not unstashed."19000msgstr "El índice no fue sacado de stash."1900119002#: builtin/stash.c:516 builtin/stash.c:61519003msgid "attempt to recreate the index"19004msgstr "intento de recrear el index"1900519006#: builtin/stash.c:54919007#, c-format19008msgid "Dropped %s (%s)"19009msgstr "Botado %s (%s)"1901019011#: builtin/stash.c:55219012#, c-format19013msgid "%s: Could not drop stash entry"19014msgstr "%s: No se pudo borrar entrada stash"1901519016#: builtin/stash.c:57719017#, c-format19018msgid "'%s' is not a stash reference"19019msgstr "'%s' no es una referencia stash"1902019021#: builtin/stash.c:627 git-legacy-stash.sh:69419022msgid "The stash entry is kept in case you need it again."19023msgstr "La entrada de stash se guardó en caso de ser necesario nuevamente."1902419025#: builtin/stash.c:650 git-legacy-stash.sh:71219026msgid "No branch name specified"19027msgstr "No se especificó el nombre de la rama"1902819029#: builtin/stash.c:789 builtin/stash.c:82619030#, c-format19031msgid "Cannot update %s with %s"19032msgstr "No se puede actualizar %s con %s"1903319034#: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:151019035msgid "stash message"19036msgstr "mensaje de stash"1903719038#: builtin/stash.c:81719039msgid "\"git stash store\" requires one <commit> argument"19040msgstr "\"git stash store\" requiere un argumento <commit>"1904119042#: builtin/stash.c:1039 git-legacy-stash.sh:21719043msgid "No changes selected"19044msgstr "Sin cambios seleccionados"1904519046#: builtin/stash.c:1135 git-legacy-stash.sh:15019047msgid "You do not have the initial commit yet"19048msgstr "Aún no tienes un commit inicial"1904919050#: builtin/stash.c:1162 git-legacy-stash.sh:16519051msgid "Cannot save the current index state"19052msgstr "No se puede guardar el estado actual del índice"1905319054#: builtin/stash.c:1171 git-legacy-stash.sh:18019055msgid "Cannot save the untracked files"19056msgstr "No se pueden guardar los archivos no rastreados"1905719058#: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:20019059#: git-legacy-stash.sh:21319060msgid "Cannot save the current worktree state"19061msgstr "No se puede guardar el estado actual del árbol de trabajo"1906219063#: builtin/stash.c:1219 git-legacy-stash.sh:23319064msgid "Cannot record working tree state"19065msgstr "No se puede grabar el estado del árbol de trabajo"1906619067#: builtin/stash.c:1268 git-legacy-stash.sh:33719068msgid "Can't use --patch and --include-untracked or --all at the same time"19069msgstr "No se puede usar --patch y --include-untracked o --all al mismo tiempo"1907019071#: builtin/stash.c:128419072msgid "Did you forget to 'git add'?"19073msgstr "Olvidó 'git add'?"1907419075#: builtin/stash.c:1299 git-legacy-stash.sh:34519076msgid "No local changes to save"19077msgstr "No hay cambios locales para guardar"1907819079#: builtin/stash.c:1306 git-legacy-stash.sh:35019080msgid "Cannot initialize stash"19081msgstr "No se puede inicializar stash"1908219083#: builtin/stash.c:1321 git-legacy-stash.sh:35419084msgid "Cannot save the current status"19085msgstr "No se puede guardar el estado actual"1908619087#: builtin/stash.c:132619088#, c-format19089msgid "Saved working directory and index state %s"19090msgstr "Directorio de trabajo guardado y estado de índice %s"1909119092#: builtin/stash.c:1430 git-legacy-stash.sh:38419093msgid "Cannot remove worktree changes"19094msgstr "No se pueden eliminar cambios del árbol de trabajo"1909519096#: builtin/stash.c:1465 builtin/stash.c:150119097msgid "keep index"19098msgstr "mantener index"1909919100#: builtin/stash.c:1467 builtin/stash.c:150319101msgid "stash in patch mode"19102msgstr "stash en modo patch"1910319104#: builtin/stash.c:1468 builtin/stash.c:150419105msgid "quiet mode"19106msgstr "modo tranquilo"1910719108#: builtin/stash.c:1470 builtin/stash.c:150619109msgid "include untracked files in stash"19110msgstr "incluir archivos sin seguimiento en stash"1911119112#: builtin/stash.c:1472 builtin/stash.c:150819113msgid "include ignore files"19114msgstr "incluir archivos ignorados"1911519116#: builtin/stash.c:156819117#, c-format19118msgid "could not exec %s"19119msgstr "no se pudo ejecutar %s"1912019121#: builtin/stripspace.c:1819122msgid "git stripspace [-s | --strip-comments]"19123msgstr "git stripspace [-s | --strip-comments]"1912419125#: builtin/stripspace.c:1919126msgid "git stripspace [-c | --comment-lines]"19127msgstr "git stripspace [-c | --comment-lines]"1912819129#: builtin/stripspace.c:3719130msgid "skip and remove all lines starting with comment character"19131msgstr ""19132"saltar y borrar todas las líneas que comienzan con un carácter de comentario"1913319134#: builtin/stripspace.c:4019135msgid "prepend comment character and space to each line"19136msgstr "anteponer carácter de comentario y espacio a cada línea"1913719138#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:194219139#, c-format19140msgid "Expecting a full ref name, got %s"19141msgstr "Se esperaba un nombre de ref completo, se obtuvo %s"1914219143#: builtin/submodule--helper.c:6219144msgid "submodule--helper print-default-remote takes no arguments"19145msgstr "subomdule--helper print-default-remote no toma argumentos"1914619147#: builtin/submodule--helper.c:10019148#, c-format19149msgid "cannot strip one component off url '%s'"19150msgstr "no se puede quitar un componente del url '%s'"1915119152#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:136719153msgid "alternative anchor for relative paths"19154msgstr "ancho alternativo para rutas relativas"1915519156#: builtin/submodule--helper.c:41319157msgid "git submodule--helper list [--prefix=<path>] [<path>...]"19158msgstr "git submodule--helper list [--prefix=<ruta>] [<ruta>...]"1915919160#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:62719161#: builtin/submodule--helper.c:65019162#, c-format19163msgid "No url found for submodule path '%s' in .gitmodules"19164msgstr "No se encontró url para la ruta del submódulo '%s' en .gitmodules"1916519166#: builtin/submodule--helper.c:52219167#, c-format19168msgid "Entering '%s'\n"19169msgstr "Entrando '%s'\n"1917019171#: builtin/submodule--helper.c:52519172#, c-format19173msgid ""19174"run_command returned non-zero status for %s\n"19175"."19176msgstr ""19177"run_command devolvió estado no-cero para %s\n"19178"."1917919180#: builtin/submodule--helper.c:54619181#, c-format19182msgid ""19183"run_command returned non-zero status while recursing in the nested "19184"submodules of %s\n"19185"."19186msgstr ""19187"run_command devolvió estado no-cero mientras cursaba en los submódulos "19188"anidados de %s\n"19189"."1919019191#: builtin/submodule--helper.c:56219192msgid "Suppress output of entering each submodule command"19193msgstr "Suprime la salida al inicializar cada comando de submódulo"1919419195#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:104919196msgid "Recurse into nested submodules"19197msgstr "Recursar en submódulos anidados"1919819199#: builtin/submodule--helper.c:56919200msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"19201msgstr "git submodule--helper foreach [--quiet] [--recursive] [--] <comando>"1920219203#: builtin/submodule--helper.c:59619204#, c-format19205msgid ""19206"could not look up configuration '%s'. Assuming this repository is its own "19207"authoritative upstream."19208msgstr ""19209"no se pudo encontrar configuración '%s'. Asumiendo que este repositorio es "19210"su propio upstream autoritativo."1921119212#: builtin/submodule--helper.c:66419213#, c-format19214msgid "Failed to register url for submodule path '%s'"19215msgstr "Falló al registrar el url para la ruta del submódulo '%s'"1921619217#: builtin/submodule--helper.c:66819218#, c-format19219msgid "Submodule '%s' (%s) registered for path '%s'\n"19220msgstr "Submódulo '%s' (%s) registrado para ruta '%s'\n"1922119222#: builtin/submodule--helper.c:67819223#, c-format19224msgid "warning: command update mode suggested for submodule '%s'\n"19225msgstr ""19226"peligro: modo de actualización de comandos sugerido para el submódulo '%s'\n"1922719228#: builtin/submodule--helper.c:68519229#, c-format19230msgid "Failed to register update mode for submodule path '%s'"19231msgstr ""19232"Error al registrar el modo de actualización para la ruta del submódulo '%s'"1923319234#: builtin/submodule--helper.c:70719235msgid "Suppress output for initializing a submodule"19236msgstr "Suprime la salida para inicializar un submódulo"1923719238#: builtin/submodule--helper.c:71219239msgid "git submodule--helper init [<options>] [<path>]"19240msgstr "git submodule--helper init [<opciones>] [<path>]"1924119242#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:91019243#, c-format19244msgid "no submodule mapping found in .gitmodules for path '%s'"19245msgstr ""19246"no se ha encontrado mapeo de submódulos en .gitmodules para la ruta '%s'"1924719248#: builtin/submodule--helper.c:82319249#, c-format19250msgid "could not resolve HEAD ref inside the submodule '%s'"19251msgstr "no pudo resolver ref de HEAD dentro del submódulo '%s'"1925219253#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:101919254#, c-format19255msgid "failed to recurse into submodule '%s'"19256msgstr "falló al recursar en el submódulo '%s'"1925719258#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:118519259msgid "Suppress submodule status output"19260msgstr "Suprimir output del estado del submódulo"1926119262#: builtin/submodule--helper.c:87519263msgid ""19264"Use commit stored in the index instead of the one stored in the submodule "19265"HEAD"19266msgstr ""19267"Usar el commit guardado en el índice en lugar del guardado en el submódulo "19268"HEAD"1926919270#: builtin/submodule--helper.c:87619271msgid "recurse into nested submodules"19272msgstr "recursar en submódulos anidados"1927319274#: builtin/submodule--helper.c:88119275msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"19276msgstr "git submodule status [--quiet] [--cached] [--recursive] [<ruta>...]"1927719278#: builtin/submodule--helper.c:90519279msgid "git submodule--helper name <path>"19280msgstr "git submodule--helper name <ruta>"1928119282#: builtin/submodule--helper.c:96919283#, c-format19284msgid "Synchronizing submodule url for '%s'\n"19285msgstr "Sincronizando url del submódulo para '%s'\n"1928619287#: builtin/submodule--helper.c:97519288#, c-format19289msgid "failed to register url for submodule path '%s'"19290msgstr "falló al registrar el url para la ruta del submódulo '%s'"1929119292#: builtin/submodule--helper.c:98919293#, c-format19294msgid "failed to get the default remote for submodule '%s'"19295msgstr "error al conseguir el remoto por defecto para el submódulo '%s'"1929619297#: builtin/submodule--helper.c:100019298#, c-format19299msgid "failed to update remote for submodule '%s'"19300msgstr "error al actualizar el remoto para el submódulo '%s'"1930119302#: builtin/submodule--helper.c:104719303msgid "Suppress output of synchronizing submodule url"19304msgstr "Suprime la salida del url del submódulo que se sincroniza"1930519306#: builtin/submodule--helper.c:105419307msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"19308msgstr "git submodule--helper sync [--quiet] [--recursive] [<ruta>]"1930919310#: builtin/submodule--helper.c:110819311#, c-format19312msgid ""19313"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "19314"really want to remove it including all of its history)"19315msgstr ""19316"El árbol de trabajo del submódulo '%s' contiene un directorio .git (use 'rm -"19317"rf' si realmente quiere eliminarlo incluyendo todo en su historia)"1931819319#: builtin/submodule--helper.c:112019320#, c-format19321msgid ""19322"Submodule work tree '%s' contains local modifications; use '-f' to discard "19323"them"19324msgstr ""19325"El árbol de trabajo del submódulo '%s' contiene modificaciones locales; usa "19326"'-f' para descartarlas"1932719328#: builtin/submodule--helper.c:112819329#, c-format19330msgid "Cleared directory '%s'\n"19331msgstr "Directorio '%s' limpiado\n"1933219333#: builtin/submodule--helper.c:113019334#, c-format19335msgid "Could not remove submodule work tree '%s'\n"19336msgstr "No se pudo eliminar el árbol de trabajo del submódulo '%s'\n"1933719338#: builtin/submodule--helper.c:114119339#, c-format19340msgid "could not create empty submodule directory %s"19341msgstr "no se pudo crear directorio vacío de submódulo %s"1934219343#: builtin/submodule--helper.c:115719344#, c-format19345msgid "Submodule '%s' (%s) unregistered for path '%s'\n"19346msgstr "Submódulo '%s' (%s) no registrado para ruta '%s'\n"1934719348#: builtin/submodule--helper.c:118619349msgid "Remove submodule working trees even if they contain local changes"19350msgstr ""19351"Remover arboles de trabajo de submódulos incluso si contienen cambios locales"1935219353#: builtin/submodule--helper.c:118719354msgid "Unregister all submodules"19355msgstr "Quitar todos los submódulos"1935619357#: builtin/submodule--helper.c:119219358msgid ""19359"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"19360msgstr ""19361"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<ruta>...]]"1936219363#: builtin/submodule--helper.c:120619364msgid "Use '--all' if you really want to deinitialize all submodules"19365msgstr "Usa '--all' si realmente quieres des-inicializar todos los submódulos"1936619367#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:130419368#, c-format19369msgid "submodule '%s' cannot add alternate: %s"19370msgstr "submódulo '%s' no puede agregar alterno: %s"1937119372#: builtin/submodule--helper.c:134019373#, c-format19374msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"19375msgstr "Valor '%s' para submodule.alternateErrorStrategy no es reconocido"1937619377#: builtin/submodule--helper.c:134719378#, c-format19379msgid "Value '%s' for submodule.alternateLocation is not recognized"19380msgstr "Valor '%s' para submodule.alternateLocation no es reconocido"1938119382#: builtin/submodule--helper.c:137019383msgid "where the new submodule will be cloned to"19384msgstr "a donde el nuevo submódulo será clonado"1938519386#: builtin/submodule--helper.c:137319387msgid "name of the new submodule"19388msgstr "nombre del nuevo submódulo"1938919390#: builtin/submodule--helper.c:137619391msgid "url where to clone the submodule from"19392msgstr "url de dónde clonar el submódulo"1939319394#: builtin/submodule--helper.c:138419395msgid "depth for shallow clones"19396msgstr "profundidad para clones superficiales"1939719398#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:187119399msgid "force cloning progress"19400msgstr "forzar el proceso de clonado"1940119402#: builtin/submodule--helper.c:139219403msgid ""19404"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "19405"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"19406msgstr ""19407"git submodule--helper clone [--prefix=<ruta>] [--quiet] [--reference "19408"<repositorio>] [--name <nombre>] [--depth <profundidad>] --url <url> --path "19409"<ruta>"1941019411#: builtin/submodule--helper.c:142319412#, c-format19413msgid "clone of '%s' into submodule path '%s' failed"19414msgstr "clon de '%s' en la ruta de submódulo '%s' falló"1941519416#: builtin/submodule--helper.c:143719417#, c-format19418msgid "could not get submodule directory for '%s'"19419msgstr "no se pudo obtener el directorio de submódulo para '%s'"1942019421#: builtin/submodule--helper.c:147319422#, c-format19423msgid "Invalid update mode '%s' for submodule path '%s'"19424msgstr "Modo de actualización inválido '%s' para ruta de submodulo '%s'"1942519426#: builtin/submodule--helper.c:147719427#, c-format19428msgid "Invalid update mode '%s' configured for submodule path '%s'"19429msgstr ""19430"Modo de actualización inválido '%s' configurado para ruta de submodulo '%s'"1943119432#: builtin/submodule--helper.c:157019433#, c-format19434msgid "Submodule path '%s' not initialized"19435msgstr "Ruta de submódulo '%s' no inicializada"1943619437#: builtin/submodule--helper.c:157419438msgid "Maybe you want to use 'update --init'?"19439msgstr "Tal vez quiere usar 'update --init'?"1944019441#: builtin/submodule--helper.c:160419442#, c-format19443msgid "Skipping unmerged submodule %s"19444msgstr "Saltando submódulo %s no fusionado"1944519446#: builtin/submodule--helper.c:163319447#, c-format19448msgid "Skipping submodule '%s'"19449msgstr "Saltando submódulo '%s'"1945019451#: builtin/submodule--helper.c:177719452#, c-format19453msgid "Failed to clone '%s'. Retry scheduled"19454msgstr "Falló al clonar '%s'. Reintento programado"1945519456#: builtin/submodule--helper.c:178819457#, c-format19458msgid "Failed to clone '%s' a second time, aborting"19459msgstr "Falló al clonar '%s' una segunda vez, abortando"1946019461#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:209219462msgid "path into the working tree"19463msgstr "ruta hacia el árbol de trabajo"1946419465#: builtin/submodule--helper.c:185319466msgid "path into the working tree, across nested submodule boundaries"19467msgstr ""19468"ruta hacia el árbol de trabajo, a través de extremos de submódulos anidados"1946919470#: builtin/submodule--helper.c:185719471msgid "rebase, merge, checkout or none"19472msgstr "rebase, merge, checkout o none"1947319474#: builtin/submodule--helper.c:186319475msgid "Create a shallow clone truncated to the specified number of revisions"19476msgstr "Crea un clon superficial truncado al número especificado de revisión"1947719478#: builtin/submodule--helper.c:186619479msgid "parallel jobs"19480msgstr "trabajos paralelos"1948119482#: builtin/submodule--helper.c:186819483msgid "whether the initial clone should follow the shallow recommendation"19484msgstr "si el clon inicial debe seguir la recomendación superficial"1948519486#: builtin/submodule--helper.c:186919487msgid "don't print cloning progress"19488msgstr "no mostrar el progreso de clonado"1948919490#: builtin/submodule--helper.c:187619491msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"19492msgstr "git submodule--helper update_clone [--prefix=<ruta>] [<ruta>...]"1949319494#: builtin/submodule--helper.c:188919495msgid "bad value for update parameter"19496msgstr "mal valor para parámetro update"1949719498#: builtin/submodule--helper.c:193719499#, c-format19500msgid ""19501"Submodule (%s) branch configured to inherit branch from superproject, but "19502"the superproject is not on any branch"19503msgstr ""19504"Rama de submódulo (%s) configurada para heredar rama del superproyecto, "19505"pero el superproyecto no está en ninguna rama"1950619507#: builtin/submodule--helper.c:206019508#, c-format19509msgid "could not get a repository handle for submodule '%s'"19510msgstr "no se pudo conseguir un handle para el submódulo '%s'"1951119512#: builtin/submodule--helper.c:209319513msgid "recurse into submodules"19514msgstr "recurrir a submódulos"1951519516#: builtin/submodule--helper.c:209919517msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"19518msgstr "git submodule--helper absorb-git-dirs [<opciones>] [<path>...]"1951919520#: builtin/submodule--helper.c:215619521msgid "check if it is safe to write to the .gitmodules file"19522msgstr "revisar is es seguro escribir el archivo .gitmodules"1952319524#: builtin/submodule--helper.c:215919525msgid "unset the config in the .gitmodules file"19526msgstr "desconfigura la opcion en elarchivo .gitmodules"1952719528#: builtin/submodule--helper.c:216419529msgid "git submodule--helper config <name> [<value>]"19530msgstr "git submodule--helper config <nombre> [<valor>]"1953119532#: builtin/submodule--helper.c:216519533msgid "git submodule--helper config --unset <name>"19534msgstr "git submodule--helper config --unset <nombre>"1953519536#: builtin/submodule--helper.c:216619537msgid "git submodule--helper config --check-writeable"19538msgstr "git submodule--helper config --check-writeable"1953919540#: builtin/submodule--helper.c:2185 git-submodule.sh:17119541#, sh-format19542msgid "please make sure that the .gitmodules file is in the working tree"19543msgstr ""19544"por favor asegúrate que el archivo .gitmodules está en el árbol de trabajo"1954519546#: builtin/submodule--helper.c:2235 git.c:433 git.c:68519547#, c-format19548msgid "%s doesn't support --super-prefix"19549msgstr "%s no soporta --super-prefix"1955019551#: builtin/submodule--helper.c:224119552#, c-format19553msgid "'%s' is not a valid submodule--helper subcommand"19554msgstr "'%s' no es un comando submodule--helper valido"1955519556#: builtin/symbolic-ref.c:819557msgid "git symbolic-ref [<options>] <name> [<ref>]"19558msgstr "git symbolic-ref [<opciones>] <nombre> [<referencia>]"1955919560#: builtin/symbolic-ref.c:919561msgid "git symbolic-ref -d [-q] <name>"19562msgstr "git symbolic-ref -d [-q] <nombre>"1956319564#: builtin/symbolic-ref.c:4019565msgid "suppress error message for non-symbolic (detached) refs"19566msgstr "suprimir mensajes de error para refs no simbólicos (desacoplados)"1956719568#: builtin/symbolic-ref.c:4119569msgid "delete symbolic ref"19570msgstr "eliminar referencia simbólica"1957119572#: builtin/symbolic-ref.c:4219573msgid "shorten ref output"19574msgstr "salida de referencia más corta"1957519576#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36319577msgid "reason"19578msgstr "razón"1957919580#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36319581msgid "reason of the update"19582msgstr "razón de la actualización"1958319584#: builtin/tag.c:2519585msgid ""19586"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"19587"\t\t<tagname> [<head>]"19588msgstr ""19589"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <archivo>]\n"19590"\t\t<nombre-tag> [<head>]"1959119592#: builtin/tag.c:2719593msgid "git tag -d <tagname>..."19594msgstr "git tag -d <nombre-de-tag>..."1959519596#: builtin/tag.c:2819597msgid ""19598"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"19599"points-at <object>]\n"19600"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"19601msgstr ""19602"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"19603"points-at <objeto>]\n"19604"\t\t[--format=<formato>] [--[no-]merged [<commit>]] [<patrón>...]"1960519606#: builtin/tag.c:3019607msgid "git tag -v [--format=<format>] <tagname>..."19608msgstr "git tag -v [--format=<formato>] <nombre-de-tag>..."1960919610#: builtin/tag.c:8819611#, c-format19612msgid "tag '%s' not found."19613msgstr "tag '%s' no encontrado."1961419615#: builtin/tag.c:10419616#, c-format19617msgid "Deleted tag '%s' (was %s)\n"19618msgstr "Etiqueta '%s' eliminada (era %s)\n"1961919620#: builtin/tag.c:13419621#, c-format19622msgid ""19623"\n"19624"Write a message for tag:\n"19625" %s\n"19626"Lines starting with '%c' will be ignored.\n"19627msgstr ""19628"\n"19629"Escribe un mensaje para la tag:\n"19630" %s\n"19631"Las líneas que comienzan con '%c' serán ignoradas.\n"1963219633#: builtin/tag.c:13819634#, c-format19635msgid ""19636"\n"19637"Write a message for tag:\n"19638" %s\n"19639"Lines starting with '%c' will be kept; you may remove them yourself if you "19640"want to.\n"19641msgstr ""19642"\n"19643"Escribe un mensaje para la tag:\n"19644" %s\n"19645"Las líneas que comienzan con '%c' serán conservadas; puedes eliminarlas por "19646"ti mismo si quieres hacerlo.\n"1964719648#: builtin/tag.c:19219649msgid "unable to sign the tag"19650msgstr "incapaz de firmar tag"1965119652#: builtin/tag.c:19419653msgid "unable to write tag file"19654msgstr "incapaz de escribir el archivo de tag"1965519656#: builtin/tag.c:21019657#, c-format19658msgid ""19659"You have created a nested tag. The object referred to by your new tag is\n"19660"already a tag. If you meant to tag the object that it points to, use:\n"19661"\n"19662"\tgit tag -f %s %s^{}"19663msgstr ""19664"Has creado un tag anidado. El objeto referido por el nuevo tag ya\n"19665"es un tag. Si quisiste hacer el tag al objeto que apunta, usa:\n"19666"\n"19667"\tgit tag -f %s %s^{}"1966819669#: builtin/tag.c:22619670msgid "bad object type."19671msgstr "tipo de objeto erróneo."1967219673#: builtin/tag.c:27819674msgid "no tag message?"19675msgstr "¿Sin mensaje de tag?"1967619677#: builtin/tag.c:28519678#, c-format19679msgid "The tag message has been left in %s\n"19680msgstr "El mensaje del tag ha sido dejado en %s\n"1968119682#: builtin/tag.c:39619683msgid "list tag names"19684msgstr "listar nombres de tags"1968519686#: builtin/tag.c:39819687msgid "print <n> lines of each tag message"19688msgstr "imprimir <n> líneas de cada mensaje de tag"1968919690#: builtin/tag.c:40019691msgid "delete tags"19692msgstr "eliminar tags"1969319694#: builtin/tag.c:40119695msgid "verify tags"19696msgstr "verificar tags"1969719698#: builtin/tag.c:40319699msgid "Tag creation options"19700msgstr "Opciones de creación de tags"1970119702#: builtin/tag.c:40519703msgid "annotated tag, needs a message"19704msgstr "tags anotadas necesitan un mensaje"1970519706#: builtin/tag.c:40719707msgid "tag message"19708msgstr "mensaje de tag"1970919710#: builtin/tag.c:40919711msgid "force edit of tag message"19712msgstr "forzar la edición del mensaje de tag"1971319714#: builtin/tag.c:41019715msgid "annotated and GPG-signed tag"19716msgstr "tag anotado y firmado con GPG"1971719718#: builtin/tag.c:41319719msgid "use another key to sign the tag"19720msgstr "usar otra clave para firmar el tag"1972119722#: builtin/tag.c:41419723msgid "replace the tag if exists"19724msgstr "remplazar tag si existe"1972519726#: builtin/tag.c:415 builtin/update-ref.c:36919727msgid "create a reflog"19728msgstr "crear un reflog"1972919730#: builtin/tag.c:41719731msgid "Tag listing options"19732msgstr "Opciones de listado de tag"1973319734#: builtin/tag.c:41819735msgid "show tag list in columns"19736msgstr "mostrar lista de tags en columnas"1973719738#: builtin/tag.c:419 builtin/tag.c:42119739msgid "print only tags that contain the commit"19740msgstr "mostrar solo tags que contienen el commit"1974119742#: builtin/tag.c:420 builtin/tag.c:42219743msgid "print only tags that don't contain the commit"19744msgstr "mostrar solo tags que no contienen el commit"1974519746#: builtin/tag.c:42319747msgid "print only tags that are merged"19748msgstr "sólo imprimir las tags que están fusionadas"1974919750#: builtin/tag.c:42419751msgid "print only tags that are not merged"19752msgstr "sólo imprimir las tags que no están fusionadas"1975319754#: builtin/tag.c:42819755msgid "print only tags of the object"19756msgstr "sólo imprimir tags de el objeto"1975719758#: builtin/tag.c:47219759msgid "--column and -n are incompatible"19760msgstr "--column y -n son incompatibles"1976119762#: builtin/tag.c:49419763msgid "-n option is only allowed in list mode"19764msgstr "opción -n solo es permitida en modo lista"1976519766#: builtin/tag.c:49619767msgid "--contains option is only allowed in list mode"19768msgstr "opción --contains solo es permitido en modo lista"1976919770#: builtin/tag.c:49819771msgid "--no-contains option is only allowed in list mode"19772msgstr "opción --no-contains solo es permitida en modo lista"1977319774#: builtin/tag.c:50019775msgid "--points-at option is only allowed in list mode"19776msgstr "opción --points-at solo es permitida en modo lista"1977719778#: builtin/tag.c:50219779msgid "--merged and --no-merged options are only allowed in list mode"19780msgstr "opciones --merged y --no-merged solo están permitidas en modo lista"1978119782#: builtin/tag.c:51319783msgid "only one -F or -m option is allowed."19784msgstr "sólo se permite una de las opciones, -m ó -F."1978519786#: builtin/tag.c:53219787msgid "too many params"19788msgstr "demasiados parámetros"1978919790#: builtin/tag.c:53819791#, c-format19792msgid "'%s' is not a valid tag name."19793msgstr "'%s' no es un nombre de tag válido."1979419795#: builtin/tag.c:54319796#, c-format19797msgid "tag '%s' already exists"19798msgstr "el tag '%s' ya existe"1979919800#: builtin/tag.c:57419801#, c-format19802msgid "Updated tag '%s' (was %s)\n"19803msgstr "Etiqueta '%s' actualizada (era %s)\n"1980419805#: builtin/unpack-objects.c:50019806msgid "Unpacking objects"19807msgstr "Desempaquetando objetos"1980819809#: builtin/update-index.c:8319810#, c-format19811msgid "failed to create directory %s"19812msgstr "falló al crear directorio %s"1981319814#: builtin/update-index.c:9919815#, c-format19816msgid "failed to create file %s"19817msgstr "falló al crear el archivo %s"1981819819#: builtin/update-index.c:10719820#, c-format19821msgid "failed to delete file %s"19822msgstr "falló al eliminar el archivo %s"1982319824#: builtin/update-index.c:114 builtin/update-index.c:22019825#, c-format19826msgid "failed to delete directory %s"19827msgstr "falló al eliminar directorio %s"1982819829#: builtin/update-index.c:13919830#, c-format19831msgid "Testing mtime in '%s' "19832msgstr "Probando mtime en '%s' "1983319834#: builtin/update-index.c:15319835msgid "directory stat info does not change after adding a new file"19836msgstr "info de estado del directorio no cambia tras agregar un nuevo archivo"1983719838#: builtin/update-index.c:16619839msgid "directory stat info does not change after adding a new directory"19840msgstr ""19841"info de estado del directorio no cambia tras agregar un nuevo directorio"1984219843#: builtin/update-index.c:17919844msgid "directory stat info changes after updating a file"19845msgstr "info de estado del directorio cambia tras actualizar un archivo"1984619847#: builtin/update-index.c:19019848msgid "directory stat info changes after adding a file inside subdirectory"19849msgstr ""19850"info de estado del directorio cambia tras agregar un archivo dentro del "19851"subdirectorio"1985219853#: builtin/update-index.c:20119854msgid "directory stat info does not change after deleting a file"19855msgstr "info de estado del directorio no cambia tras borrar un archivo"1985619857#: builtin/update-index.c:21419858msgid "directory stat info does not change after deleting a directory"19859msgstr "info de estado del directorio no cambia tras borrar un directorio"1986019861#: builtin/update-index.c:22119862msgid " OK"19863msgstr " OK"1986419865#: builtin/update-index.c:58919866msgid "git update-index [<options>] [--] [<file>...]"19867msgstr "git update-index [<opciones>] [--] [<archivo>...]"1986819869#: builtin/update-index.c:97119870msgid "continue refresh even when index needs update"19871msgstr ""19872"continuar refresh (Actualización) incluso cuando el índice necesita "19873"actualización"1987419875#: builtin/update-index.c:97419876msgid "refresh: ignore submodules"19877msgstr "refresh: ignora submódulos"1987819879#: builtin/update-index.c:97719880msgid "do not ignore new files"19881msgstr "no ignorar archivos nuevos"1988219883#: builtin/update-index.c:97919884msgid "let files replace directories and vice-versa"19885msgstr "permitir que archivos remplacen directorios y vice-versa"1988619887#: builtin/update-index.c:98119888msgid "notice files missing from worktree"19889msgstr "avisar de archivos faltando en el árbol de trabajo"1989019891#: builtin/update-index.c:98319892msgid "refresh even if index contains unmerged entries"19893msgstr "ejecutar refresh incluso si el índice contiene entradas sin cambios"1989419895#: builtin/update-index.c:98619896msgid "refresh stat information"19897msgstr "refresh información de estado"1989819899#: builtin/update-index.c:99019900msgid "like --refresh, but ignore assume-unchanged setting"19901msgstr "como --refresh, pero ignora configuración assume-unchanged"1990219903#: builtin/update-index.c:99419904msgid "<mode>,<object>,<path>"19905msgstr "<modo>,<objeto>,<ruta>"1990619907#: builtin/update-index.c:99519908msgid "add the specified entry to the index"19909msgstr "agregar la entrada especificada al índice"1991019911#: builtin/update-index.c:100519912msgid "mark files as \"not changing\""19913msgstr "marcar archivos como \"not changing\""1991419915#: builtin/update-index.c:100819916msgid "clear assumed-unchanged bit"19917msgstr "limpiar bit assumed-unchanged"1991819919#: builtin/update-index.c:101119920msgid "mark files as \"index-only\""19921msgstr "marcar archivos como \"index-only\""1992219923#: builtin/update-index.c:101419924msgid "clear skip-worktree bit"19925msgstr "limpiar bit skip-worktree"1992619927#: builtin/update-index.c:101719928msgid "add to index only; do not add content to object database"19929msgstr ""19930"agregar solo al índice; no agregar contenido a la base de datos de objetos"1993119932#: builtin/update-index.c:101919933msgid "remove named paths even if present in worktree"19934msgstr ""19935"eliminar rutas nombradas incluso si están presentes en el árbol de trabajo"1993619937#: builtin/update-index.c:102119938msgid "with --stdin: input lines are terminated by null bytes"19939msgstr "con --stdin: las lineas de entrada son terminadas con bytes nulos"1994019941#: builtin/update-index.c:102319942msgid "read list of paths to be updated from standard input"19943msgstr "leer la lista de rutas para ser actualizada desde standard input"1994419945#: builtin/update-index.c:102719946msgid "add entries from standard input to the index"19947msgstr "agregar entradas de standard input al índice"1994819949#: builtin/update-index.c:103119950msgid "repopulate stages #2 and #3 for the listed paths"19951msgstr "repoblar stages #2 y #3 para las rutas listadas"1995219953#: builtin/update-index.c:103519954msgid "only update entries that differ from HEAD"19955msgstr "solo actualizar entradas que difieren de HEAD"1995619957#: builtin/update-index.c:103919958msgid "ignore files missing from worktree"19959msgstr "ignorar archivos faltantes en el árbol de trabajo"1996019961#: builtin/update-index.c:104219962msgid "report actions to standard output"19963msgstr "reportar acciones por standard output"1996419965#: builtin/update-index.c:104419966msgid "(for porcelains) forget saved unresolved conflicts"19967msgstr "(para porcelanas) olvidar conflictos sin resolver guardados"1996819969#: builtin/update-index.c:104819970msgid "write index in this format"19971msgstr "escribir índice en este formato"1997219973#: builtin/update-index.c:105019974msgid "enable or disable split index"19975msgstr "activar o desactivar índice dividido"1997619977#: builtin/update-index.c:105219978msgid "enable/disable untracked cache"19979msgstr "habilitar o deshabilitar caché no rastreado"1998019981#: builtin/update-index.c:105419982msgid "test if the filesystem supports untracked cache"19983msgstr "probar si el filesystem soporta caché no rastreado"1998419985#: builtin/update-index.c:105619986msgid "enable untracked cache without testing the filesystem"19987msgstr "habilitar caché no rastreado sin probar el filesystem"1998819989#: builtin/update-index.c:105819990msgid "write out the index even if is not flagged as changed"19991msgstr "escribir el índice incluso si no está marcado como cambiado"1999219993#: builtin/update-index.c:106019994msgid "enable or disable file system monitor"19995msgstr "activar o desactivar monitor de sistema de archivos"1999619997#: builtin/update-index.c:106219998msgid "mark files as fsmonitor valid"19999msgstr "marcar archivos como válidos para fsmonitor"2000020001#: builtin/update-index.c:106520002msgid "clear fsmonitor valid bit"20003msgstr "limpia el bit de validación fsmonitor"2000420005#: builtin/update-index.c:116820006msgid ""20007"core.splitIndex is set to false; remove or change it, if you really want to "20008"enable split index"20009msgstr ""20010"core.splitIndex está configurado en false; remuévelo o cámbialo, si "20011"realmente quieres habilitar el índice partido"2001220013#: builtin/update-index.c:117720014msgid ""20015"core.splitIndex is set to true; remove or change it, if you really want to "20016"disable split index"20017msgstr ""20018"core.splitIndex está configurado en true; remuévelo o cámbialo, si realmente "20019"quieres deshabilitar el índice partido"2002020021#: builtin/update-index.c:118820022msgid ""20023"core.untrackedCache is set to true; remove or change it, if you really want "20024"to disable the untracked cache"20025msgstr ""20026"core.untrackedCache está configurado en true; remuévelo o cámbialo, si "20027"realmente quieres deshabilitar el chaché no rastreado"2002820029#: builtin/update-index.c:119220030msgid "Untracked cache disabled"20031msgstr "Caché no rastreado deshabilitado"2003220033#: builtin/update-index.c:120020034msgid ""20035"core.untrackedCache is set to false; remove or change it, if you really want "20036"to enable the untracked cache"20037msgstr ""20038"core.untrackedCache está configurado en false; remuévelo o cámbialo, si "20039"realmente quieres habilitar el caché no rastreado"2004020041#: builtin/update-index.c:120420042#, c-format20043msgid "Untracked cache enabled for '%s'"20044msgstr "Caché no rastreado habilitado para '%s'"2004520046#: builtin/update-index.c:121220047msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"20048msgstr ""20049"core.fsmonitor no está configurado; actívalo si realmente quieres habilitar "20050"fsmonitor"2005120052#: builtin/update-index.c:121620053msgid "fsmonitor enabled"20054msgstr "fsmonitor activado"2005520056#: builtin/update-index.c:121920057msgid ""20058"core.fsmonitor is set; remove it if you really want to disable fsmonitor"20059msgstr ""20060"core.fsmonitor está configurado; remuévelo si realmente quieres deshabilitar "20061"el fsmonitor"2006220063#: builtin/update-index.c:122320064msgid "fsmonitor disabled"20065msgstr "fsmonitor desactivado"2006620067#: builtin/update-ref.c:1020068msgid "git update-ref [<options>] -d <refname> [<old-val>]"20069msgstr "git update-ref [<opciones>] -d <nombre-referencia> [<valor-anterior>]"2007020071#: builtin/update-ref.c:1120072msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"20073msgstr ""20074"git update-ref [<opciones>] <nombre-referencia> <valor-nuevo> [<valor-"20075"anterior>]"2007620077#: builtin/update-ref.c:1220078msgid "git update-ref [<options>] --stdin [-z]"20079msgstr "git update-ref [<opciones>] --stdin [-z]"2008020081#: builtin/update-ref.c:36420082msgid "delete the reference"20083msgstr "eliminar la referencia"2008420085#: builtin/update-ref.c:36620086msgid "update <refname> not the one it points to"20087msgstr "actualiza <refname> no a lo que apunta"2008820089#: builtin/update-ref.c:36720090msgid "stdin has NUL-terminated arguments"20091msgstr "stdin tiene argumentos terminados en NUL"2009220093#: builtin/update-ref.c:36820094msgid "read updates from stdin"20095msgstr "lee actualizaciones de stdin"2009620097#: builtin/update-server-info.c:720098msgid "git update-server-info [--force]"20099msgstr "git update-server-info [--force]"2010020101#: builtin/update-server-info.c:1520102msgid "update the info files from scratch"20103msgstr "actualiza los archivos info desde cero"2010420105#: builtin/upload-pack.c:1120106msgid "git upload-pack [<options>] <dir>"20107msgstr "git upload-pack [<opciones>] <directorio>"2010820109#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:1720110msgid "quit after a single request/response exchange"20111msgstr "sale después de un intercambio petición/respuesta único"2011220113#: builtin/upload-pack.c:2520114msgid "exit immediately after initial ref advertisement"20115msgstr "salir inmediatamente tras el anuncio inicial de ref"2011620117#: builtin/upload-pack.c:2720118msgid "do not try <directory>/.git/ if <directory> is no Git directory"20119msgstr "no intente <directorio>/.git/ si <directorio> no es un directorio Git"2012020121#: builtin/upload-pack.c:2920122msgid "interrupt transfer after <n> seconds of inactivity"20123msgstr "interrumpir transferencia tras <n> segundos de inactividad"2012420125#: builtin/verify-commit.c:2020126msgid "git verify-commit [-v | --verbose] <commit>..."20127msgstr "git verify-commit [-v | --verbose] <commit>..."2012820129#: builtin/verify-commit.c:7620130msgid "print commit contents"20131msgstr "imprimir contenido del commit"2013220133#: builtin/verify-commit.c:77 builtin/verify-tag.c:3820134msgid "print raw gpg status output"20135msgstr "muestra la salida de status gpg en formato raw"2013620137#: builtin/verify-pack.c:5520138msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."20139msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquete>..."2014020141#: builtin/verify-pack.c:6520142msgid "verbose"20143msgstr "verboso"2014420145#: builtin/verify-pack.c:6720146msgid "show statistics only"20147msgstr "solo mostrar estadísticas"2014820149#: builtin/verify-tag.c:1920150msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."20151msgstr "git verify-tag [-v | --verbose] [--format=<formato>] <tag>..."2015220153#: builtin/verify-tag.c:3720154msgid "print tag contents"20155msgstr "imprimir contenido del tag"2015620157#: builtin/worktree.c:1820158msgid "git worktree add [<options>] <path> [<commit-ish>]"20159msgstr "git worktree add [<opciones>] <ruta> [<commit-ish>]"2016020161#: builtin/worktree.c:1920162msgid "git worktree list [<options>]"20163msgstr "git worktree list [<opciones>]"2016420165#: builtin/worktree.c:2020166msgid "git worktree lock [<options>] <path>"20167msgstr "git worktree lock [<opciones>] <ruta>"2016820169#: builtin/worktree.c:2120170msgid "git worktree move <worktree> <new-path>"20171msgstr "git worktree move <worktree> <nueva-ruta>"2017220173#: builtin/worktree.c:2220174msgid "git worktree prune [<options>]"20175msgstr "git worktree prune [<opciones>]"2017620177#: builtin/worktree.c:2320178msgid "git worktree remove [<options>] <worktree>"20179msgstr "git worktree remove [<opciones>] <worktree>"2018020181#: builtin/worktree.c:2420182msgid "git worktree unlock <path>"20183msgstr "git worktree unlock <ruta>"2018420185#: builtin/worktree.c:61 builtin/worktree.c:89120186#, c-format20187msgid "failed to delete '%s'"20188msgstr "falló al borrar '%s'"2018920190#: builtin/worktree.c:8020191#, c-format20192msgid "Removing worktrees/%s: not a valid directory"20193msgstr "Removiendo el worktrees/%s: no es un directorio válido"2019420195#: builtin/worktree.c:8620196#, c-format20197msgid "Removing worktrees/%s: gitdir file does not exist"20198msgstr "Removiendo worktrees/%s: archivo gitdir no existe"2019920200#: builtin/worktree.c:91 builtin/worktree.c:10020201#, c-format20202msgid "Removing worktrees/%s: unable to read gitdir file (%s)"20203msgstr "Removiendo worktrees/%s: no es posible leer el archivo gitdir (%s)"2020420205#: builtin/worktree.c:11020206#, c-format20207msgid ""20208"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "20209"%<PRIuMAX>)"20210msgstr ""20211"Removiendo árboles de trabajo/%s: lectura corta (se esperan %<PRIuMAX> "20212"bytes, %<PRIuMAX> leídos)"2021320214#: builtin/worktree.c:11820215#, c-format20216msgid "Removing worktrees/%s: invalid gitdir file"20217msgstr "Removiendo worktrees/%s: archivo gitdir inválido"2021820219#: builtin/worktree.c:12720220#, c-format20221msgid "Removing worktrees/%s: gitdir file points to non-existent location"20222msgstr ""20223"Removiendo worktrees/%s: archivo gitdir apunta a una ubicación no existente"2022420225#: builtin/worktree.c:16620226msgid "report pruned working trees"20227msgstr "reporta árboles de trabajo recortados"2022820229#: builtin/worktree.c:16820230msgid "expire working trees older than <time>"20231msgstr "expirar árboles de trabajo más viejos a <tiempo>"2023220233#: builtin/worktree.c:23520234#, c-format20235msgid "'%s' already exists"20236msgstr "'%s' ya existe"2023720238#: builtin/worktree.c:25220239#, c-format20240msgid "unable to re-add worktree '%s'"20241msgstr "no es posible volver a agregar el árbol '%s'"2024220243#: builtin/worktree.c:25720244#, c-format20245msgid ""20246"'%s' is a missing but locked worktree;\n"20247"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"20248msgstr ""20249"'%s' es un árbol de trabajo faltante pero bloqueado;\n"20250"usa 'add -f -f' para sobreescribir, o 'unlock' y 'prune' o 'remove' para "20251"limpiar"2025220253#: builtin/worktree.c:25920254#, c-format20255msgid ""20256"'%s' is a missing but already registered worktree;\n"20257"use 'add -f' to override, or 'prune' or 'remove' to clear"20258msgstr ""20259"'%s' es un árbol de trabajo faltante pero ya registrado;\n"20260"usa 'add -f' para sobreescribir, o 'prune' o 'remove' para limpiar"2026120262#: builtin/worktree.c:30220263#, c-format20264msgid "could not create directory of '%s'"20265msgstr "no se pudo crear directorio de '%s'"2026620267#: builtin/worktree.c:432 builtin/worktree.c:43820268#, c-format20269msgid "Preparing worktree (new branch '%s')"20270msgstr "Preparando árbol de trabajo (nueva rama '%s')"2027120272#: builtin/worktree.c:43420273#, c-format20274msgid "Preparing worktree (resetting branch '%s'; was at %s)"20275msgstr "Preparando árbol de trabajo (reiniciando rama '%s'; estaba en %s)"2027620277#: builtin/worktree.c:44320278#, c-format20279msgid "Preparing worktree (checking out '%s')"20280msgstr "Preparando árbol de trabajo (haciendo checkout a '%s')"2028120282#: builtin/worktree.c:44920283#, c-format20284msgid "Preparing worktree (detached HEAD %s)"20285msgstr "Preparando árbol de trabajo (HEAD desacoplado %s)"2028620287#: builtin/worktree.c:49020288msgid "checkout <branch> even if already checked out in other worktree"20289msgstr ""20290"hacer checkout a <rama> incluso si ya ha hecho checkout en otro árbol de "20291"trabajo"2029220293#: builtin/worktree.c:49320294msgid "create a new branch"20295msgstr "crear una nueva rama"2029620297#: builtin/worktree.c:49520298msgid "create or reset a branch"20299msgstr "crear o restablecer una rama"2030020301#: builtin/worktree.c:49720302msgid "populate the new working tree"20303msgstr "popular el nuevo árbol de trabajo"2030420305#: builtin/worktree.c:49820306msgid "keep the new working tree locked"20307msgstr "mantener el nuevo árbol de trabajo bloqueado"2030820309#: builtin/worktree.c:50120310msgid "set up tracking mode (see git-branch(1))"20311msgstr "configurando modo tracking (mirar git-branch(1))"2031220313#: builtin/worktree.c:50420314msgid "try to match the new branch name with a remote-tracking branch"20315msgstr ""20316"intentar emparejar el nuevo nombre de rama con una rama de rastreo remoto"2031720318#: builtin/worktree.c:51220319msgid "-b, -B, and --detach are mutually exclusive"20320msgstr "-b, -B, y --detach son mutuamente exclusivas"2032120322#: builtin/worktree.c:57320323msgid "--[no-]track can only be used if a new branch is created"20324msgstr "--[no-]track solo puede ser usado si una nueva rama es creada"2032520326#: builtin/worktree.c:67320327msgid "reason for locking"20328msgstr "razón para bloquear"2032920330#: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:79220331#: builtin/worktree.c:91920332#, c-format20333msgid "'%s' is not a working tree"20334msgstr "'%s' no es un árbol de trabajo"2033520336#: builtin/worktree.c:687 builtin/worktree.c:72020337msgid "The main working tree cannot be locked or unlocked"20338msgstr "El árbol de trabajo principal no puede ser bloqueado ni desbloqueado"2033920340#: builtin/worktree.c:69220341#, c-format20342msgid "'%s' is already locked, reason: %s"20343msgstr "'%s' ya está bloqueado; razón: %s"2034420345#: builtin/worktree.c:69420346#, c-format20347msgid "'%s' is already locked"20348msgstr "'%s' ya está bloqueado"2034920350#: builtin/worktree.c:72220351#, c-format20352msgid "'%s' is not locked"20353msgstr "'%s' no está bloqueado"2035420355#: builtin/worktree.c:76320356msgid "working trees containing submodules cannot be moved or removed"20357msgstr ""20358"árboles de trabajo conteniendo submódulos no puede ser movidos o eliminado"2035920360#: builtin/worktree.c:77120361msgid "force move even if worktree is dirty or locked"20362msgstr "forzar move incluso si el árbol de trabajo está sucio o bloqueado"2036320364#: builtin/worktree.c:794 builtin/worktree.c:92120365#, c-format20366msgid "'%s' is a main working tree"20367msgstr "'%s' es un árbol de trabajo principal"2036820369#: builtin/worktree.c:79920370#, c-format20371msgid "could not figure out destination name from '%s'"20372msgstr "no se pudo descubrir el nombre de destino de '%s'"2037320374#: builtin/worktree.c:80520375#, c-format20376msgid "target '%s' already exists"20377msgstr "el objetivo '%s' ya existe"2037820379#: builtin/worktree.c:81320380#, c-format20381msgid ""20382"cannot move a locked working tree, lock reason: %s\n"20383"use 'move -f -f' to override or unlock first"20384msgstr ""20385"no se puede mover un árbol de trabajo bloqueado, motivo del bloqueo: %s\n"20386"use 'move -f -f' para sobreescribir o desbloquear primero"2038720388#: builtin/worktree.c:81520389msgid ""20390"cannot move a locked working tree;\n"20391"use 'move -f -f' to override or unlock first"20392msgstr ""20393"no se puede mover un árbol de trabajo bloqueado;\n"20394"use 'move -f -f' para sobreescribir o desbloquear primero"2039520396#: builtin/worktree.c:81820397#, c-format20398msgid "validation failed, cannot move working tree: %s"20399msgstr "falló validación, no se puede mover el árbol de trabajo: %s"2040020401#: builtin/worktree.c:82320402#, c-format20403msgid "failed to move '%s' to '%s'"20404msgstr "falló al mover '%s' a '%s'"2040520406#: builtin/worktree.c:87120407#, c-format20408msgid "failed to run 'git status' on '%s'"20409msgstr "falló al ejecutar 'git status' en '%s'"2041020411#: builtin/worktree.c:87520412#, c-format20413msgid "'%s' is dirty, use --force to delete it"20414msgstr "'%s' está sucio, use --force para borrarlo"2041520416#: builtin/worktree.c:88020417#, c-format20418msgid "failed to run 'git status' on '%s', code %d"20419msgstr "no se pudo ejecutar 'git status' en '%s', código %d"2042020421#: builtin/worktree.c:90320422msgid "force removal even if worktree is dirty or locked"20423msgstr "forzar remoción incluso si el árbol de trabajo está sucio o bloqueado"2042420425#: builtin/worktree.c:92620426#, c-format20427msgid ""20428"cannot remove a locked working tree, lock reason: %s\n"20429"use 'remove -f -f' to override or unlock first"20430msgstr ""20431"no se pueden eliminar árbol de trabajo bloqueado, razón del bloqueo: %s\n"20432"use 'remove -f -f' para sobreescribir o desbloquear primero"2043320434#: builtin/worktree.c:92820435msgid ""20436"cannot remove a locked working tree;\n"20437"use 'remove -f -f' to override or unlock first"20438msgstr ""20439"no se pueden eliminar árbol de trabajo bloqueado;\n"20440"use 'remove -f -f' para sobreescribir o desbloquear primero"2044120442#: builtin/worktree.c:93120443#, c-format20444msgid "validation failed, cannot remove working tree: %s"20445msgstr "falló validación, no se puede eliminar árbol de trabajo: %s"2044620447#: builtin/write-tree.c:1520448msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"20449msgstr "git write-tree [--missing-ok] [--prefix=<prefijo>/]"2045020451#: builtin/write-tree.c:2820452msgid "<prefix>/"20453msgstr "<prefijo>/"2045420455#: builtin/write-tree.c:2920456msgid "write tree object for a subdirectory <prefix>"20457msgstr "escribir objeto de árbol para un subdirectorio <prefijo>"2045820459#: builtin/write-tree.c:3120460msgid "only useful for debugging"20461msgstr "sólo útil para depurar"2046220463#: credential-cache--daemon.c:22320464#, c-format20465msgid ""20466"The permissions on your socket directory are too loose; other\n"20467"users may be able to read your cached credentials. Consider running:\n"20468"\n"20469"\tchmod 0700 %s"20470msgstr ""20471"Los permisos en su directorio de socket son demasiado flojos; otros\n"20472"usuarios pueden leer sus credenciales almacenadas en caché. Considere "20473"ejecutar:\n"20474"\n"20475"\tchmod 0700 %s"2047620477#: credential-cache--daemon.c:27220478msgid "print debugging messages to stderr"20479msgstr "mostrar mensajes de debug en stderr"2048020481#: t/helper/test-reach.c:15220482#, c-format20483msgid "commit %s is not marked reachable"20484msgstr "commit %s no está marcado como alcanzable"2048520486#: t/helper/test-reach.c:16220487msgid "too many commits marked reachable"20488msgstr "demasiados commits marcados como alcanzables"2048920490#: t/helper/test-serve-v2.c:720491msgid "test-tool serve-v2 [<options>]"20492msgstr "test-tool serve-v2 [<opciones>]"2049320494#: t/helper/test-serve-v2.c:1920495msgid "exit immediately after advertising capabilities"20496msgstr "salir inmediatamente tras anunciar capacidades"2049720498#: git.c:2720499msgid ""20500"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"20501" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"20502" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"20503"bare]\n"20504" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"20505" <command> [<args>]"20506msgstr ""20507"git [--version] [--help] [-C <ruta>] [-c <nombre>=<valor>]\n"20508" [--exec-path[=<ruta>]] [--html-path] [--man-path] [--info-path]\n"20509" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"20510"bare]\n"20511" [--git-dir=<ruta>] [--work-tree=<ruta>] [--namespace=<nombre>]\n"20512" <comando> [<args>]"2051320514#: git.c:3420515msgid ""20516"'git help -a' and 'git help -g' list available subcommands and some\n"20517"concept guides. See 'git help <command>' or 'git help <concept>'\n"20518"to read about a specific subcommand or concept."20519msgstr ""20520"'git help -a' y 'git help -g' listan los subcomandos disponibles y algunas\n"20521"guías de concepto. Consulte 'git help <command>' o 'git help <concepto>'\n"20522"para leer sobre un subcomando o concepto específico."2052320524#: git.c:18520525#, c-format20526msgid "no directory given for --git-dir\n"20527msgstr "no se entregó directorio para --git-dir\n"2052820529#: git.c:19920530#, c-format20531msgid "no namespace given for --namespace\n"20532msgstr "no se entregó namespace para --namespace\n"2053320534#: git.c:21320535#, c-format20536msgid "no directory given for --work-tree\n"20537msgstr "no se entregó directorio para --work-tree\n"2053820539#: git.c:22720540#, c-format20541msgid "no prefix given for --super-prefix\n"20542msgstr "no se entregó prefijo para --super-prefix\n"2054320544#: git.c:24920545#, c-format20546msgid "-c expects a configuration string\n"20547msgstr "-c espera un string de configuración\n"2054820549#: git.c:28720550#, c-format20551msgid "no directory given for -C\n"20552msgstr "no se entregó directorio para -C\n"2055320554#: git.c:31320555#, c-format20556msgid "unknown option: %s\n"20557msgstr "opción %s desconocida\n"2055820559#: git.c:35920560#, c-format20561msgid "while expanding alias '%s': '%s'"20562msgstr "al expandir el alias '%s':'%s'"2056320564#: git.c:36820565#, c-format20566msgid ""20567"alias '%s' changes environment variables.\n"20568"You can use '!git' in the alias to do this"20569msgstr ""20570"alias '%s' cambia las variables de entorno.\n"20571"Puedes usar '!git' en el alias para hacer esto"2057220573#: git.c:37620574#, c-format20575msgid "empty alias for %s"20576msgstr "alias vacío para %s"2057720578#: git.c:37920579#, c-format20580msgid "recursive alias: %s"20581msgstr "alias recursivo: %s"2058220583#: git.c:45920584msgid "write failure on standard output"20585msgstr "error de escritura en standard output"2058620587#: git.c:46120588msgid "unknown write failure on standard output"20589msgstr "error desconocido de escritura en standard output"2059020591#: git.c:46320592msgid "close failed on standard output"20593msgstr "cierre falló en standard output"2059420595#: git.c:79720596#, c-format20597msgid "alias loop detected: expansion of '%s' does not terminate:%s"20598msgstr "bucle de alias detectado: expansión de '%s' no termina: %s"2059920600#: git.c:84720601#, c-format20602msgid "cannot handle %s as a builtin"20603msgstr "no se puede manejar %s como un builtin"2060420605#: git.c:86020606#, c-format20607msgid ""20608"usage: %s\n"20609"\n"20610msgstr ""20611"uso: %s\n"20612"\n"20613"\n"20614"\n"2061520616#: git.c:88020617#, c-format20618msgid "expansion of alias '%s' failed; '%s' is not a git command\n"20619msgstr "expansión del alias '%s' falló; '%s' no es un comando de git\n"2062020621#: git.c:89220622#, c-format20623msgid "failed to run command '%s': %s\n"20624msgstr "falló al ejecutar comando '%s': %s\n"2062520626#: http.c:37820627#, c-format20628msgid "negative value for http.postbuffer; defaulting to %d"20629msgstr "valor negativo para http.postbuffer; poniendo el default a %d"2063020631#: http.c:39920632msgid "Delegation control is not supported with cURL < 7.22.0"20633msgstr "Delegación de control no es soportada con cURL < 7.22.0"2063420635#: http.c:40820636msgid "Public key pinning not supported with cURL < 7.44.0"20637msgstr "Fijación de llave pública no es soportada con cURL < 7.44.0"2063820639#: http.c:87620640msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"20641msgstr "CURLSSLOPT_NO_REVOKE no soportado con cURL < 7.44.0"2064220643#: http.c:94920644msgid "Protocol restrictions not supported with cURL < 7.19.4"20645msgstr "Restricción de protocolo no soportada con cURL < 7.19.4"2064620647#: http.c:108520648#, c-format20649msgid "Unsupported SSL backend '%s'. Supported SSL backends:"20650msgstr "Backend SSL no soportado '%s'. Backends SSL soportados:"2065120652#: http.c:109220653#, c-format20654msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"20655msgstr ""20656"No se pudo configurar backend SSL a '%s': cURL fue construido sin backends "20657"SSL"2065820659#: http.c:109620660#, c-format20661msgid "Could not set SSL backend to '%s': already set"20662msgstr "No se pudo configurar backend SSL para '%s': ya configurado"2066320664#: http.c:196520665#, c-format20666msgid ""20667"unable to update url base from redirection:\n"20668" asked for: %s\n"20669" redirect: %s"20670msgstr ""20671"no puede actualizar la base de url de la redirección:\n"20672" preguntaba por: %s\n"20673" redireccionamiento: %s"2067420675#: remote-curl.c:15720676#, c-format20677msgid "invalid quoting in push-option value: '%s'"20678msgstr "quoting inválido en valor de push-option: '%s'"2067920680#: remote-curl.c:25420681#, c-format20682msgid "%sinfo/refs not valid: is this a git repository?"20683msgstr "%sinfo/refs no es válido: ¿es este un repositorio git?"2068420685#: remote-curl.c:35520686msgid "invalid server response; expected service, got flush packet"20687msgstr ""20688"respuesta de servidor inválida; se esperaba servicio, se obtuvo un flush "20689"packet"2069020691#: remote-curl.c:38620692#, c-format20693msgid "invalid server response; got '%s'"20694msgstr "respuesta de servidor inválida; se obtuvo '%s'"2069520696#: remote-curl.c:44620697#, c-format20698msgid "repository '%s' not found"20699msgstr "repositorio '%s' no encontrado"2070020701#: remote-curl.c:45020702#, c-format20703msgid "Authentication failed for '%s'"20704msgstr "Autenticación falló para '%s'"2070520706#: remote-curl.c:45420707#, c-format20708msgid "unable to access '%s': %s"20709msgstr "no es posible acceder '%s':%s"2071020711#: remote-curl.c:46020712#, c-format20713msgid "redirecting to %s"20714msgstr "redirigiendo a %s"2071520716#: remote-curl.c:58420717msgid "shouldn't have EOF when not gentle on EOF"20718msgstr "no debería tener EOF cuando no es gentil en EOF"2071920720#: remote-curl.c:66420721msgid "unable to rewind rpc post data - try increasing http.postBuffer"20722msgstr ""20723"no es posible rebobinar rpc post data - intenta incrementando http.postBuffer"2072420725#: remote-curl.c:72420726#, c-format20727msgid "RPC failed; %s"20728msgstr "RPC falló; %s"2072920730#: remote-curl.c:76420731msgid "cannot handle pushes this big"20732msgstr "no se puede manejar pushes tan grandes"2073320734#: remote-curl.c:87920735#, c-format20736msgid "cannot deflate request; zlib deflate error %d"20737msgstr "no se puede desinflar el request; zlib deflate error %d"2073820739#: remote-curl.c:88320740#, c-format20741msgid "cannot deflate request; zlib end error %d"20742msgstr "no se puede desinflar el request; zlib end error %d"2074320744#: remote-curl.c:101420745msgid "dumb http transport does not support shallow capabilities"20746msgstr "dump http transport no soporta capacidades superficiales"2074720748#: remote-curl.c:102820749msgid "fetch failed."20750msgstr "fetch falló."2075120752#: remote-curl.c:107620753msgid "cannot fetch by sha1 over smart http"20754msgstr "no se puede hacer fetch por sha1 sobre smart http"2075520756#: remote-curl.c:1120 remote-curl.c:112620757#, c-format20758msgid "protocol error: expected sha/ref, got %s'"20759msgstr "error de protocolo: se esperaba sha/ref, se obtuvo '%s'"2076020761#: remote-curl.c:1138 remote-curl.c:125220762#, c-format20763msgid "http transport does not support %s"20764msgstr "http transport no soporta %s"2076520766#: remote-curl.c:117420767msgid "git-http-push failed"20768msgstr "git-http-push falló"2076920770#: remote-curl.c:136020771msgid "remote-curl: usage: git remote-curl <remote> [<url>]"20772msgstr "remote-curl: uso: git remote-curl <remote> [<url>]"2077320774#: remote-curl.c:139220775msgid "remote-curl: error reading command stream from git"20776msgstr "remote-curl: error leyendo command stream de git"2077720778#: remote-curl.c:139920779msgid "remote-curl: fetch attempted without a local repo"20780msgstr "remote-curl: fetch intentado sin un repositorio local"2078120782#: remote-curl.c:143920783#, c-format20784msgid "remote-curl: unknown command '%s' from git"20785msgstr "remote-curl: comando '%s' desconocido de git"2078620787#: list-objects-filter-options.h:6320788msgid "args"20789msgstr "args"2079020791#: list-objects-filter-options.h:6420792msgid "object filtering"20793msgstr "filtrado de objeto"2079420795#: parse-options.h:17020796msgid "expiry-date"20797msgstr "fecha de expiración"2079820799#: parse-options.h:18420800msgid "no-op (backward compatibility)"20801msgstr "no-op (compatibilidad con versiones anteriores)"2080220803#: parse-options.h:30420804msgid "be more verbose"20805msgstr "ser mas verboso"2080620807#: parse-options.h:30620808msgid "be more quiet"20809msgstr "ser mas discreto"2081020811#: parse-options.h:31220812msgid "use <n> digits to display SHA-1s"20813msgstr "usa <n> dígitos para mostrar SHA-1s"2081420815#: parse-options.h:33120816msgid "how to strip spaces and #comments from message"20817msgstr "cómo quitar espacios y #comentarios de mensajes"2081820819#: ref-filter.h:10120820msgid "key"20821msgstr "clave"2082220823#: ref-filter.h:10120824msgid "field name to sort on"20825msgstr "nombre del campo por el cuál ordenar"2082620827#: rerere.h:4420828msgid "update the index with reused conflict resolution if possible"20829msgstr ""20830"actualizar el índice con la resolución de conflictos reutilizada si es "20831"posible"2083220833#: command-list.h:5020834msgid "Add file contents to the index"20835msgstr "Agrega contenido de carpetas al índice"2083620837#: command-list.h:5120838msgid "Apply a series of patches from a mailbox"20839msgstr "Aplicar una serie de parches de un mailbox"2084020841#: command-list.h:5220842msgid "Annotate file lines with commit information"20843msgstr "Anotar líneas de archivo con información de commit"2084420845#: command-list.h:5320846msgid "Apply a patch to files and/or to the index"20847msgstr "Aplicar un parche a archivos y/o el índice"2084820849#: command-list.h:5420850msgid "Import a GNU Arch repository into Git"20851msgstr "Importar un repositorio GNU Arch en Git"2085220853#: command-list.h:5520854msgid "Create an archive of files from a named tree"20855msgstr "Crear un archivo o archivos de un árbol nombrado"2085620857#: command-list.h:5620858msgid "Use binary search to find the commit that introduced a bug"20859msgstr "Use la búsqueda binaria para encontrar el commit que introdujo el bug"2086020861#: command-list.h:5720862msgid "Show what revision and author last modified each line of a file"20863msgstr ""20864"Mostrar qué revisión y autor modificaron al último cada línea de un archivo"2086520866#: command-list.h:5820867msgid "List, create, or delete branches"20868msgstr "Lista, crea, o borra ramas"2086920870#: command-list.h:5920871msgid "Move objects and refs by archive"20872msgstr "Mover objetos y referencias por archivo"2087320874#: command-list.h:6020875msgid "Provide content or type and size information for repository objects"20876msgstr ""20877"Proveer contenido o tipo y tamaño de información para objetos de repositorio"2087820879#: command-list.h:6120880msgid "Display gitattributes information"20881msgstr "Mostrar información de gitattributes"2088220883#: command-list.h:6220884msgid "Debug gitignore / exclude files"20885msgstr "Debug a gitignore / excluir archivos"2088620887#: command-list.h:6320888msgid "Show canonical names and email addresses of contacts"20889msgstr "Mostrar nombres canónicos y direcciones de correo de contactos"2089020891#: command-list.h:6420892msgid "Switch branches or restore working tree files"20893msgstr "Cambia ramas o restaura los archivos de tu árbol de trabajo"2089420895#: command-list.h:6520896msgid "Copy files from the index to the working tree"20897msgstr "Copiar archivos del índice al árbol de trabajo"2089820899#: command-list.h:6620900msgid "Ensures that a reference name is well formed"20901msgstr "Asegura que un nombre de referencia esté bien formado"2090220903#: command-list.h:6720904msgid "Find commits yet to be applied to upstream"20905msgstr "Encuentra commits que faltan aplicar en upstream"2090620907#: command-list.h:6820908msgid "Apply the changes introduced by some existing commits"20909msgstr "Aplica los cambios introducidos por algunos commits existentes"2091020911#: command-list.h:6920912msgid "Graphical alternative to git-commit"20913msgstr "Opción gráfica a git-commit"2091420915#: command-list.h:7020916msgid "Remove untracked files from the working tree"20917msgstr "Remueve archivos del árbol de trabajo no rastreados"2091820919#: command-list.h:7120920msgid "Clone a repository into a new directory"20921msgstr "Clona un repositorio dentro de un nuevo directorio"2092220923#: command-list.h:7220924msgid "Display data in columns"20925msgstr "Mostrar data en columnas"2092620927#: command-list.h:7320928msgid "Record changes to the repository"20929msgstr "Graba los cambios en tu repositorio"2093020931#: command-list.h:7420932msgid "Write and verify Git commit-graph files"20933msgstr "Escribe y verifica los archivos de Git commit-graph"2093420935#: command-list.h:7520936msgid "Create a new commit object"20937msgstr "Crea un nuevo objeto commit"2093820939#: command-list.h:7620940msgid "Get and set repository or global options"20941msgstr "Configurar repositorio u opciones globales"2094220943#: command-list.h:7720944msgid "Count unpacked number of objects and their disk consumption"20945msgstr "Contar número de objetos no empaquetados y su consumo en disco"2094620947#: command-list.h:7820948msgid "Retrieve and store user credentials"20949msgstr "Obtener y guardar credenciales de usuario"2095020951#: command-list.h:7920952msgid "Helper to temporarily store passwords in memory"20953msgstr "Auxiliar para almacenar temporalmente claves en memoria"2095420955#: command-list.h:8020956msgid "Helper to store credentials on disk"20957msgstr "Auxiliar para guardar credenciales en disco"2095820959#: command-list.h:8120960msgid "Export a single commit to a CVS checkout"20961msgstr "Exporta un commit único a CVS checkout"2096220963#: command-list.h:8220964msgid "Salvage your data out of another SCM people love to hate"20965msgstr "Salva tus datos de otro SCM que la gente adora odiar"2096620967#: command-list.h:8320968msgid "A CVS server emulator for Git"20969msgstr "Un servidor emulador de CVS para Git"2097020971#: command-list.h:8420972msgid "A really simple server for Git repositories"20973msgstr "Un servidor realmente simple para repositorios Git"2097420975#: command-list.h:8520976msgid "Give an object a human readable name based on an available ref"20977msgstr ""20978"Dar a un objeto un nombre legible por humanos basado en una referencia "20979"disponible"2098020981#: command-list.h:8620982msgid "Show changes between commits, commit and working tree, etc"20983msgstr "Muestra los cambios entre commits, commit y árbol de trabajo, etc"2098420985#: command-list.h:8720986msgid "Compares files in the working tree and the index"20987msgstr "Compara archivos del árbol de trabajo y del índice"2098820989#: command-list.h:8820990msgid "Compare a tree to the working tree or index"20991msgstr "Compara un árbol con el árbol de trabajo o índice"2099220993#: command-list.h:8920994msgid "Compares the content and mode of blobs found via two tree objects"20995msgstr ""20996"Compara el contenido y el modo de blobs encontrados a través de dos objetos "20997"de árbol"2099820999#: command-list.h:9021000msgid "Show changes using common diff tools"21001msgstr "Mostrar cambios usando herramientas de diff comunes"2100221003#: command-list.h:9121004msgid "Git data exporter"21005msgstr "Exportador de data Git"2100621007#: command-list.h:9221008msgid "Backend for fast Git data importers"21009msgstr "Backend para importadores de data de Git rápidos"2101021011#: command-list.h:9321012msgid "Download objects and refs from another repository"21013msgstr "Descarga objetos y referencias de otro repositorio"2101421015#: command-list.h:9421016msgid "Receive missing objects from another repository"21017msgstr "Descarga objetos faltantes de otro repositorio"2101821019#: command-list.h:9521020msgid "Rewrite branches"21021msgstr "Reescribir ramas"2102221023#: command-list.h:9621024msgid "Produce a merge commit message"21025msgstr "Produce un mensaje de commit para fusión"2102621027#: command-list.h:9721028msgid "Output information on each ref"21029msgstr "Información de output en cada ref"2103021031#: command-list.h:9821032msgid "Prepare patches for e-mail submission"21033msgstr "Prepara parches para ser enviados por e-mail"2103421035#: command-list.h:9921036msgid "Verifies the connectivity and validity of the objects in the database"21037msgstr ""21038"Verifica la conectividad y disponibilidad de los objetos en la base de datos"2103921040#: command-list.h:10021041msgid "Cleanup unnecessary files and optimize the local repository"21042msgstr "Limpia archivos innecesarios y optimiza el repositorio local"2104321044#: command-list.h:10121045msgid "Extract commit ID from an archive created using git-archive"21046msgstr "Extrae el ID de commit de un archivo creado usando git-archive"2104721048#: command-list.h:10221049msgid "Print lines matching a pattern"21050msgstr "Imprime las líneas que concuerdan con el patron"2105121052#: command-list.h:10321053msgid "A portable graphical interface to Git"21054msgstr "Una interfaz gráfica portátil para Git"2105521056#: command-list.h:10421057msgid "Compute object ID and optionally creates a blob from a file"21058msgstr "Computa ID de objeto y, opcionalmente, crea un blob de un archivo"2105921060#: command-list.h:10521061msgid "Display help information about Git"21062msgstr "Mostrar información sobre Git"2106321064#: command-list.h:10621065msgid "Server side implementation of Git over HTTP"21066msgstr "Implementación de lado de servidor de Git por HTTP"2106721068#: command-list.h:10721069msgid "Download from a remote Git repository via HTTP"21070msgstr "Descarga de un repositorio Git remoto vía HTTP"2107121072#: command-list.h:10821073msgid "Push objects over HTTP/DAV to another repository"21074msgstr "Empuja objetos por HTTP/DAV a otro repositorio"2107521076#: command-list.h:10921077msgid "Send a collection of patches from stdin to an IMAP folder"21078msgstr "Enviar una colección de parches de stdin a una carpeta IMAP"2107921080#: command-list.h:11021081msgid "Build pack index file for an existing packed archive"21082msgstr "Constuye un archivo de índice para un archivo empaquetado existente"2108321084#: command-list.h:11121085msgid "Create an empty Git repository or reinitialize an existing one"21086msgstr "Crea un repositorio de Git vacío o reinicia el que ya existe"2108721088#: command-list.h:11221089msgid "Instantly browse your working repository in gitweb"21090msgstr "Buscar instantáneamente tu repositorio de trabajo en gitweb"2109121092#: command-list.h:11321093msgid "Add or parse structured information in commit messages"21094msgstr "Agregar o analizar información estructurada en mensajes de commit"2109521096#: command-list.h:11421097msgid "The Git repository browser"21098msgstr "El navegador de repositorio Git"2109921100#: command-list.h:11521101msgid "Show commit logs"21102msgstr "Muestra los logs de los commits"2110321104#: command-list.h:11621105msgid "Show information about files in the index and the working tree"21106msgstr "Muestra información sobre archivos in el índice y el árbol de trabajo"2110721108#: command-list.h:11721109msgid "List references in a remote repository"21110msgstr "Lista referencias en un repositorio remoto"2111121112#: command-list.h:11821113msgid "List the contents of a tree object"21114msgstr "Lista los contenidos de un objeto árbol"2111521116#: command-list.h:11921117msgid "Extracts patch and authorship from a single e-mail message"21118msgstr "Extraer parche y autoría de un único mensaje de e-mail"2111921120#: command-list.h:12021121msgid "Simple UNIX mbox splitter program"21122msgstr "Programa divisor de mbox simple de UNIX"2112321124#: command-list.h:12121125msgid "Join two or more development histories together"21126msgstr "Junta dos o mas historiales de desarrollo juntos"2112721128#: command-list.h:12221129msgid "Find as good common ancestors as possible for a merge"21130msgstr "Encuentra un ancestro común bueno para una posible fusión"2113121132#: command-list.h:12321133msgid "Run a three-way file merge"21134msgstr "Ejecuta una fusión de tres vías en un archivo"2113521136#: command-list.h:12421137msgid "Run a merge for files needing merging"21138msgstr "Ejecuta una fusión para archivos que la necesitan"2113921140#: command-list.h:12521141msgid "The standard helper program to use with git-merge-index"21142msgstr "El programa de ayuda estándar para usar con git-merge-index"2114321144#: command-list.h:12621145msgid "Run merge conflict resolution tools to resolve merge conflicts"21146msgstr ""21147"Ejecuta las herramientas de fusión de resolución de conflictos para resolver "21148"conflictos de fusión"2114921150#: command-list.h:12721151msgid "Show three-way merge without touching index"21152msgstr "Mostrar fusión de tres vías sin tocar el índice"2115321154#: command-list.h:12821155msgid "Write and verify multi-pack-indexes"21156msgstr "Escribe y verifica archivos multi-pack-index"2115721158#: command-list.h:12921159msgid "Creates a tag object"21160msgstr "Crea un objeto tag"2116121162#: command-list.h:13021163msgid "Build a tree-object from ls-tree formatted text"21164msgstr "Construir un objeto árbol de un texto en formato ls-tree"2116521166#: command-list.h:13121167msgid "Move or rename a file, a directory, or a symlink"21168msgstr "Mueve o cambia el nombre a archivos, directorios o enlaces simbólicos"2116921170#: command-list.h:13221171msgid "Find symbolic names for given revs"21172msgstr "Encontrar nombres simbólicos para revs dados"2117321174#: command-list.h:13321175msgid "Add or inspect object notes"21176msgstr "Agrega o inspecciona objetos nota"2117721178#: command-list.h:13421179msgid "Import from and submit to Perforce repositories"21180msgstr "Importar desde y enviar a repositorios Perforce"2118121182#: command-list.h:13521183msgid "Create a packed archive of objects"21184msgstr "Crea un archivo de objetos empaquetados"2118521186#: command-list.h:13621187msgid "Find redundant pack files"21188msgstr "Encuentra archivos empaquetados de manera redundante"2118921190#: command-list.h:13721191msgid "Pack heads and tags for efficient repository access"21192msgstr "Empaqueta heads y tags para un acceso eficiente al repositorio"2119321194#: command-list.h:13821195msgid "Routines to help parsing remote repository access parameters"21196msgstr ""21197"Rutinas para ayudar a analizar los parámetros de acceso del repositorio "21198"remoto"2119921200#: command-list.h:13921201msgid "Compute unique ID for a patch"21202msgstr "Calcular ID único para un parche"2120321204#: command-list.h:14021205msgid "Prune all unreachable objects from the object database"21206msgstr "Limpia todos los objetos no alcanzables de la base de datos de objetos"2120721208#: command-list.h:14121209msgid "Remove extra objects that are already in pack files"21210msgstr "Remover objetos extra que ya están en archivos empaquetados"2121121212#: command-list.h:14221213msgid "Fetch from and integrate with another repository or a local branch"21214msgstr "Realiza un fetch e integra con otro repositorio o rama local"2121521216#: command-list.h:14321217msgid "Update remote refs along with associated objects"21218msgstr "Actualiza referencias remotas junto con sus objetos asociados"2121921220#: command-list.h:14421221msgid "Applies a quilt patchset onto the current branch"21222msgstr "Aplica un parche quilt en la rama actual"2122321224#: command-list.h:14521225msgid "Compare two commit ranges (e.g. two versions of a branch)"21226msgstr "Compara dos rangos de commits (por ejemplo dos versions de un branch)"2122721228#: command-list.h:14621229msgid "Reads tree information into the index"21230msgstr "Lee información del ábol en el índice"2123121232#: command-list.h:14721233msgid "Reapply commits on top of another base tip"21234msgstr "Vuelve a aplicar commits en la punta de otra rama"2123521236#: command-list.h:14821237msgid "Receive what is pushed into the repository"21238msgstr "Recibir lo que es empujado en el respositorio"2123921240#: command-list.h:14921241msgid "Manage reflog information"21242msgstr "Gestionar información de reflog"2124321244#: command-list.h:15021245msgid "Manage set of tracked repositories"21246msgstr "Gestiona un conjunto de repositorios rastreados"2124721248#: command-list.h:15121249msgid "Pack unpacked objects in a repository"21250msgstr "Empaquetar objetos no empaquetados en un repositorio"2125121252#: command-list.h:15221253msgid "Create, list, delete refs to replace objects"21254msgstr "Crea, lista, borra referencias para reemplazar objetos"2125521256#: command-list.h:15321257msgid "Generates a summary of pending changes"21258msgstr "Genera un resumen de cambios pendientes"2125921260#: command-list.h:15421261msgid "Reuse recorded resolution of conflicted merges"21262msgstr "Reutilizar la resolución registrada de fusiones conflictivas"2126321264#: command-list.h:15521265msgid "Reset current HEAD to the specified state"21266msgstr "Reinicia el HEAD actual a un estado especifico"2126721268#: command-list.h:15621269msgid "Revert some existing commits"21270msgstr "Revierte algunos commits existentes"2127121272#: command-list.h:15721273msgid "Lists commit objects in reverse chronological order"21274msgstr "Lista objetos commit en orden cronológico inverso"2127521276#: command-list.h:15821277msgid "Pick out and massage parameters"21278msgstr "Seleccionar y masajear los parámetros"2127921280#: command-list.h:15921281msgid "Remove files from the working tree and from the index"21282msgstr "Borra archivos del árbol de trabajo y del índice"2128321284#: command-list.h:16021285msgid "Send a collection of patches as emails"21286msgstr "Envía una colección de parches como e-mails"2128721288#: command-list.h:16121289msgid "Push objects over Git protocol to another repository"21290msgstr "Empujar objetos por protocolo Git a otro repositorio"2129121292#: command-list.h:16221293msgid "Restricted login shell for Git-only SSH access"21294msgstr "Shell de inicio de sesión restringido para acceso SSH exclusivo de Git"2129521296#: command-list.h:16321297msgid "Summarize 'git log' output"21298msgstr "Resumir la salida 'git log'"2129921300#: command-list.h:16421301msgid "Show various types of objects"21302msgstr "Muestra varios tipos de objetos"2130321304#: command-list.h:16521305msgid "Show branches and their commits"21306msgstr "Mostrar ramas y sus commits"2130721308#: command-list.h:16621309msgid "Show packed archive index"21310msgstr "Mostrar el índice de archivo empaquetado"2131121312#: command-list.h:16721313msgid "List references in a local repository"21314msgstr "Listar referencias en el repositorio local"2131521316#: command-list.h:16821317msgid "Git's i18n setup code for shell scripts"21318msgstr "El código de configuración i18n de Git para scripts de shell"2131921320#: command-list.h:16921321msgid "Common Git shell script setup code"21322msgstr "Código de configuración de script de shell común de Git"2132321324#: command-list.h:17021325msgid "Stash the changes in a dirty working directory away"21326msgstr ""21327"Poner en un stash los cambios en un directorio de trabajo sucio de todas "21328"maneras"2132921330#: command-list.h:17121331msgid "Add file contents to the staging area"21332msgstr "Agrega contenidos de un archivo al área de staging"2133321334#: command-list.h:17221335msgid "Show the working tree status"21336msgstr "Muestra el estado del árbol de trabajo"2133721338#: command-list.h:17321339msgid "Remove unnecessary whitespace"21340msgstr "Eliminar el espacio en blanco innecesario"2134121342#: command-list.h:17421343msgid "Initialize, update or inspect submodules"21344msgstr "Inicializa, actualiza o inspecciona submódulos"2134521346#: command-list.h:17521347msgid "Bidirectional operation between a Subversion repository and Git"21348msgstr "Operación bidireccional entre un repositorio Subversion y Git"2134921350#: command-list.h:17621351msgid "Read, modify and delete symbolic refs"21352msgstr "Lee, modifica y borra referencias simbólicas"2135321354#: command-list.h:17721355msgid "Create, list, delete or verify a tag object signed with GPG"21356msgstr "Crea, lista, borra o verifica un tag de objeto firmado con GPG"2135721358#: command-list.h:17821359msgid "Creates a temporary file with a blob's contents"21360msgstr "Crea un archivo temporal con contenidos de un blob"2136121362#: command-list.h:17921363msgid "Unpack objects from a packed archive"21364msgstr "Desempaqueta objetos de un archivo empaquetado"2136521366#: command-list.h:18021367msgid "Register file contents in the working tree to the index"21368msgstr "Registra contenidos de archivos en el árbol de trabajo al índice"2136921370#: command-list.h:18121371msgid "Update the object name stored in a ref safely"21372msgstr ""21373"Actualiza el nombre del objeto almacenado en una referencia de forma segura"2137421375#: command-list.h:18221376msgid "Update auxiliary info file to help dumb servers"21377msgstr ""21378"Actualiza el archivo de información auxiliar para ayudar a los servidores "21379"dumb"2138021381#: command-list.h:18321382msgid "Send archive back to git-archive"21383msgstr "Enviar archivo a git-archive"2138421385#: command-list.h:18421386msgid "Send objects packed back to git-fetch-pack"21387msgstr "Enviar objetos empaquetados a git-fetch-pack"2138821389#: command-list.h:18521390msgid "Show a Git logical variable"21391msgstr "Mostrar una variable lógica de Git"2139221393#: command-list.h:18621394msgid "Check the GPG signature of commits"21395msgstr "Verificar firma GPG de commits"2139621397#: command-list.h:18721398msgid "Validate packed Git archive files"21399msgstr "Valida archivos Git empaquetados"2140021401#: command-list.h:18821402msgid "Check the GPG signature of tags"21403msgstr "Verifica la firma GPG de etiquetas"2140421405#: command-list.h:18921406msgid "Git web interface (web frontend to Git repositories)"21407msgstr "Interfaz web Git (interfaz web para repositorios Git)"2140821409#: command-list.h:19021410msgid "Show logs with difference each commit introduces"21411msgstr "Muestra logs con las diferencias que cada commit introduce"2141221413#: command-list.h:19121414msgid "Manage multiple working trees"21415msgstr "Gestiona múltiples árboles de trabajo"2141621417#: command-list.h:19221418msgid "Create a tree object from the current index"21419msgstr "Crea un objeto árbol del índice actual"2142021421#: command-list.h:19321422msgid "Defining attributes per path"21423msgstr "Definiendo atributos por ruta"2142421425#: command-list.h:19421426msgid "Git command-line interface and conventions"21427msgstr "Interfaz y convenciones de línea de comandos de Git"2142821429#: command-list.h:19521430msgid "A Git core tutorial for developers"21431msgstr "Un tutorial básico de Git para desarrolladores"2143221433#: command-list.h:19621434msgid "Git for CVS users"21435msgstr "Git para usuarios CVS"2143621437#: command-list.h:19721438msgid "Tweaking diff output"21439msgstr "Afinar la salida de diff"2144021441#: command-list.h:19821442msgid "A useful minimum set of commands for Everyday Git"21443msgstr "Un conjunto mínimo útil de comandos diarios de Git"2144421445#: command-list.h:19921446msgid "A Git Glossary"21447msgstr "Un Glosario de Git"2144821449#: command-list.h:20021450msgid "Hooks used by Git"21451msgstr "Hooks utilizados por Git"2145221453#: command-list.h:20121454msgid "Specifies intentionally untracked files to ignore"21455msgstr "Especifica de forma intencional archivos sin seguimiento a ignorar"2145621457#: command-list.h:20221458msgid "Defining submodule properties"21459msgstr "Definiendo las propiedades del submódulo"2146021461#: command-list.h:20321462msgid "Git namespaces"21463msgstr "Namespaces de Git"2146421465#: command-list.h:20421466msgid "Git Repository Layout"21467msgstr "Disposición del repositorio Git"2146821469#: command-list.h:20521470msgid "Specifying revisions and ranges for Git"21471msgstr "Especificando revisiones y rangos para Git"2147221473#: command-list.h:20621474msgid "A tutorial introduction to Git: part two"21475msgstr "Un tutorial de introducción a Git: parte dos"2147621477#: command-list.h:20721478msgid "A tutorial introduction to Git"21479msgstr "Un tutorial de introducción para Git"2148021481#: command-list.h:20821482msgid "An overview of recommended workflows with Git"21483msgstr "Una visión general de flujos de trabajo recomendados con Git"2148421485#: git-bisect.sh:5421486msgid "You need to start by \"git bisect start\""21487msgstr "Debes iniciar con \"git bisect start\""2148821489#. TRANSLATORS: Make sure to include [Y] and [n] in your21490#. translation. The program will only accept English input21491#. at this point.21492#: git-bisect.sh:6021493msgid "Do you want me to do it for you [Y/n]? "21494msgstr "¿Quieres que lo haga por ti [Y/n]? "2149521496#: git-bisect.sh:10121497#, sh-format21498msgid "Bad rev input: $arg"21499msgstr "Mala entrada rev: $arg"2150021501#: git-bisect.sh:12121502#, sh-format21503msgid "Bad rev input: $bisected_head"21504msgstr "Mala entrada rev: $bisected_head"2150521506#: git-bisect.sh:13021507#, sh-format21508msgid "Bad rev input: $rev"21509msgstr "Mala entrada rev: $rev"2151021511#: git-bisect.sh:13921512#, sh-format21513msgid "'git bisect $TERM_BAD' can take only one argument."21514msgstr "'git bisect $TERM_BAD' solo puede tomar un argumento."2151521516#: git-bisect.sh:20921517msgid "No logfile given"21518msgstr "Ningún logfile proporcionado"2151921520#: git-bisect.sh:21021521#, sh-format21522msgid "cannot read $file for replaying"21523msgstr "no se puede leer $file para reproducir"2152421525#: git-bisect.sh:23221526msgid "?? what are you talking about?"21527msgstr "?? ¿De qué estás hablando?"2152821529#: git-bisect.sh:24121530msgid "bisect run failed: no command provided."21531msgstr "bisect falló: no se proveyó comando."2153221533#: git-bisect.sh:24621534#, sh-format21535msgid "running $command"21536msgstr "ejecutando $command"2153721538#: git-bisect.sh:25321539#, sh-format21540msgid ""21541"bisect run failed:\n"21542"exit code $res from '$command' is < 0 or >= 128"21543msgstr ""21544"bisect falló:\n"21545"código de salida $res de '$command' es <0 o >=128"2154621547#: git-bisect.sh:27921548msgid "bisect run cannot continue any more"21549msgstr "bisect no puede seguir continuando"2155021551#: git-bisect.sh:28521552#, sh-format21553msgid ""21554"bisect run failed:\n"21555"'bisect_state $state' exited with error code $res"21556msgstr ""21557"bisect falló:\n"21558"'bisect_state $state' salió con código de error $res"2155921560#: git-bisect.sh:29221561msgid "bisect run success"21562msgstr "bisect exitoso"2156321564#: git-bisect.sh:30021565msgid "We are not bisecting."21566msgstr "No estamos bisecando."2156721568#: git-merge-octopus.sh:4621569msgid ""21570"Error: Your local changes to the following files would be overwritten by "21571"merge"21572msgstr ""21573"Error: Sus cambios locales de los siguientes archivos serán sobrescritos por "21574"la fusión"2157521576#: git-merge-octopus.sh:6121577msgid "Automated merge did not work."21578msgstr "Fusión automatizada no funcionó."2157921580#: git-merge-octopus.sh:6221581msgid "Should not be doing an octopus."21582msgstr "No debería hacer un pulpo."2158321584#: git-merge-octopus.sh:7321585#, sh-format21586msgid "Unable to find common commit with $pretty_name"21587msgstr "No es posible encontrar commit común con $pretty_name"2158821589#: git-merge-octopus.sh:7721590#, sh-format21591msgid "Already up to date with $pretty_name"21592msgstr "Ya actualizado con $pretty_name"2159321594#: git-merge-octopus.sh:8921595#, sh-format21596msgid "Fast-forwarding to: $pretty_name"21597msgstr "Realizando fast-forward a: $pretty_name"2159821599#: git-merge-octopus.sh:9721600#, sh-format21601msgid "Trying simple merge with $pretty_name"21602msgstr "Intentando fusión simple con $pretty_name"2160321604#: git-merge-octopus.sh:10221605msgid "Simple merge did not work, trying automatic merge."21606msgstr "Fusión simple no funcionó, intentando fusión automática."2160721608#: git-legacy-stash.sh:22021609msgid "Cannot remove temporary index (can't happen)"21610msgstr "No se puede eliminar el índice temporal (no puede suceder)"2161121612#: git-legacy-stash.sh:27121613#, sh-format21614msgid "Cannot update $ref_stash with $w_commit"21615msgstr "No se puede actualizar $ref_stash con $w_commit"2161621617#: git-legacy-stash.sh:32321618#, sh-format21619msgid "error: unknown option for 'stash push': $option"21620msgstr "error: opción desconocida para 'stash pus': $option"2162121622#: git-legacy-stash.sh:35521623#, sh-format21624msgid "Saved working directory and index state $stash_msg"21625msgstr "Directorio de trabajo guardado y estado de índice $stash_msg"2162621627#: git-legacy-stash.sh:53521628#, sh-format21629msgid "unknown option: $opt"21630msgstr "opción desconocida: $opt"2163121632#: git-legacy-stash.sh:55521633#, sh-format21634msgid "Too many revisions specified: $REV"21635msgstr "Se especificaron demasiadas revisiones: $REV"2163621637#: git-legacy-stash.sh:57021638#, sh-format21639msgid "$reference is not a valid reference"21640msgstr "$reference no es una referencia válida"2164121642#: git-legacy-stash.sh:59821643#, sh-format21644msgid "'$args' is not a stash-like commit"21645msgstr "'$args' no es un commit estilo stash"2164621647#: git-legacy-stash.sh:60921648#, sh-format21649msgid "'$args' is not a stash reference"21650msgstr "'$args' no es una referencia stash"2165121652#: git-legacy-stash.sh:61721653msgid "unable to refresh index"21654msgstr "incapaz de refrescar el índice"2165521656#: git-legacy-stash.sh:62121657msgid "Cannot apply a stash in the middle of a merge"21658msgstr "No se puede aplicar un stash en medio de una fusión"2165921660#: git-legacy-stash.sh:62921661msgid "Conflicts in index. Try without --index."21662msgstr "Conflictos en índice. Intente sin --index."2166321664#: git-legacy-stash.sh:63121665msgid "Could not save index tree"21666msgstr "No se puede guardar el índice del árbol"2166721668#: git-legacy-stash.sh:64021669msgid "Could not restore untracked files from stash entry"21670msgstr "No se pueden restaurar archivos no rastreados de la entrada stash"2167121672#: git-legacy-stash.sh:66521673msgid "Cannot unstage modified files"21674msgstr "No se puede sacar de stage archivos modificados"2167521676#: git-legacy-stash.sh:70321677#, sh-format21678msgid "Dropped ${REV} ($s)"21679msgstr "Botado ${REV} ($s)"2168021681#: git-legacy-stash.sh:70421682#, sh-format21683msgid "${REV}: Could not drop stash entry"21684msgstr "${REV}: No se pudo borrar entrada stash"2168521686#: git-legacy-stash.sh:79121687msgid "(To restore them type \"git stash apply\")"21688msgstr "(Para restaurarlos, escribe \"git stash apply\")"2168921690#: git-submodule.sh:20021691msgid "Relative path can only be used from the toplevel of the working tree"21692msgstr ""21693"La ruta relativa sólo se puede usar desde el nivel superior del árbol de "21694"trabajo"2169521696#: git-submodule.sh:21021697#, sh-format21698msgid "repo URL: '$repo' must be absolute or begin with ./|../"21699msgstr "repo URL: '$repo' debe ser absoluta o iniciar con ./|../"2170021701#: git-submodule.sh:22921702#, sh-format21703msgid "'$sm_path' already exists in the index"21704msgstr "'$sm_path' ya existe en el índice"2170521706#: git-submodule.sh:23221707#, sh-format21708msgid "'$sm_path' already exists in the index and is not a submodule"21709msgstr "'$sm_path' ya existe en el índice y no es un submódulo"2171021711#: git-submodule.sh:23921712#, sh-format21713msgid "'$sm_path' does not have a commit checked out"21714msgstr "'$sm_path' no tiene un commit checked out"2171521716#: git-submodule.sh:24521717#, sh-format21718msgid ""21719"The following path is ignored by one of your .gitignore files:\n"21720"$sm_path\n"21721"Use -f if you really want to add it."21722msgstr ""21723"La siguiente ruta es ignorada por uno de tus archivos .gitignore:\n"21724"$sm_path\n"21725"Usa -f si en verdad quieres agregarlo."2172621727#: git-submodule.sh:26821728#, sh-format21729msgid "Adding existing repo at '$sm_path' to the index"21730msgstr "Agregando el repositorio existente en '$sm_path' al índice"2173121732#: git-submodule.sh:27021733#, sh-format21734msgid "'$sm_path' already exists and is not a valid git repo"21735msgstr "'$sm_path' ya existe y no es un repositorio git válido"2173621737#: git-submodule.sh:27821738#, sh-format21739msgid "A git directory for '$sm_name' is found locally with remote(s):"21740msgstr ""21741"Se encontró localmente un directorio git para '$sm_name' con el(los) "21742"remoto(s):"2174321744#: git-submodule.sh:28021745#, sh-format21746msgid ""21747"If you want to reuse this local git directory instead of cloning again from\n"21748" $realrepo\n"21749"use the '--force' option. If the local git directory is not the correct "21750"repo\n"21751"or you are unsure what this means choose another name with the '--name' "21752"option."21753msgstr ""21754"Si quiere reusar este directorio git local en lugar de clonar nuevamente de\n"21755" $realrepo\n"21756"use la opción '--force'. Si el directorio git local no es el repositorio "21757"correcto\n"21758"o no está seguro de lo que esto significa, escoja otro nombre con la opción "21759"'--name'."2176021761#: git-submodule.sh:28621762#, sh-format21763msgid "Reactivating local git directory for submodule '$sm_name'."21764msgstr "Reactivar directorio git local para el submódulo '$sm_name'."2176521766#: git-submodule.sh:29821767#, sh-format21768msgid "Unable to checkout submodule '$sm_path'"21769msgstr "No es posible hacer checkout al submódulo '$sm_path'"2177021771#: git-submodule.sh:30321772#, sh-format21773msgid "Failed to add submodule '$sm_path'"21774msgstr "Falló al agregar el submódulo '$sm_path'"2177521776#: git-submodule.sh:31221777#, sh-format21778msgid "Failed to register submodule '$sm_path'"21779msgstr "Falló al registrar el submódulo '$sm_path'"2178021781#: git-submodule.sh:57321782#, sh-format21783msgid "Unable to find current revision in submodule path '$displaypath'"21784msgstr ""21785"No se pudo encontrar la revisión actual en la ruta de submódulo "21786"'$displaypath'"2178721788#: git-submodule.sh:58321789#, sh-format21790msgid "Unable to fetch in submodule path '$sm_path'"21791msgstr "No es posible realizar fetch en la ruta de submódulo '$sm_path'"2179221793#: git-submodule.sh:58821794#, sh-format21795msgid ""21796"Unable to find current ${remote_name}/${branch} revision in submodule path "21797"'$sm_path'"21798msgstr ""21799"No es posible encontrar revisión actual ${remote_name}/${branch} en la ruta "21800"de submódulo '$sm_path'"2180121802#: git-submodule.sh:60621803#, sh-format21804msgid ""21805"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "21806"$sha1:"21807msgstr ""21808"No es posible realizar fetch en la ruta de submódulo '$displaypath'; "21809"intentando hacer un fetch directo $sha1:"2181021811#: git-submodule.sh:61221812#, sh-format21813msgid ""21814"Fetched in submodule path '$displaypath', but it did not contain $sha1. "21815"Direct fetching of that commit failed."21816msgstr ""21817"Fetch realizado en ruta de submódulo '$displaypath', pero no contenía $sha1. "21818"Fetch directo del commit falló."2181921820#: git-submodule.sh:61921821#, sh-format21822msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"21823msgstr "No es posible revisar '$sha1' en la ruta de submódulo '$displaypath'"2182421825#: git-submodule.sh:62021826#, sh-format21827msgid "Submodule path '$displaypath': checked out '$sha1'"21828msgstr "Ruta de submódulo '$displaypath': check out realizado a '$sha1'"2182921830#: git-submodule.sh:62421831#, sh-format21832msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"21833msgstr ""21834"No se posible ejecutar rebase a '$sha1' en la ruta de submódulo "21835"'$displaypath'"2183621837#: git-submodule.sh:62521838#, sh-format21839msgid "Submodule path '$displaypath': rebased into '$sha1'"21840msgstr "Ruta de submódulo '$displaypath': rebasada en '$sha1'"2184121842#: git-submodule.sh:63021843#, sh-format21844msgid "Unable to merge '$sha1' in submodule path '$displaypath'"21845msgstr "Incapaz de fusionar '$sha1' en la ruta del submódulo '$displaypath'"2184621847#: git-submodule.sh:63121848#, sh-format21849msgid "Submodule path '$displaypath': merged in '$sha1'"21850msgstr "Ruta de submódulo '$displaypath': fusionada en '$sha1'"2185121852#: git-submodule.sh:63621853#, sh-format21854msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"21855msgstr ""21856"Falló la ejecución de '$command $sha1' en la ruta de submódulo "21857"'$displaypath'"2185821859#: git-submodule.sh:63721860#, sh-format21861msgid "Submodule path '$displaypath': '$command $sha1'"21862msgstr "Ruta de submódulo '$displaypath': '$command $sha1'"2186321864#: git-submodule.sh:66821865#, sh-format21866msgid "Failed to recurse into submodule path '$displaypath'"21867msgstr "Falló al recurrir en la ruta de submódulo '$displaypath'"2186821869#: git-submodule.sh:83021870msgid "The --cached option cannot be used with the --files option"21871msgstr "La opción --cached no puede ser usada con la opción --files"2187221873#: git-submodule.sh:88221874#, sh-format21875msgid "unexpected mode $mod_dst"21876msgstr "modo $mod_dst inesperado"2187721878#: git-submodule.sh:90221879#, sh-format21880msgid " Warn: $display_name doesn't contain commit $sha1_src"21881msgstr " Advertencia: $display_name no contiene el commit $sha1_src"2188221883#: git-submodule.sh:90521884#, sh-format21885msgid " Warn: $display_name doesn't contain commit $sha1_dst"21886msgstr " Advertencia: $display_name no contiene el commit $sha1_dst"2188721888#: git-submodule.sh:90821889#, sh-format21890msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"21891msgstr ""21892" Advertencia: $display_name no contiene los commits $sha1_src y $sha1_dst"2189321894#: git-parse-remote.sh:8921895#, sh-format21896msgid "See git-${cmd}(1) for details."21897msgstr "Véase git-${cmd}(1) para más detalles."2189821899#: git-rebase--preserve-merges.sh:13621900#, sh-format21901msgid "Rebasing ($new_count/$total)"21902msgstr "Rebasando ($new_count/$total)"2190321904#: git-rebase--preserve-merges.sh:15221905msgid ""21906"\n"21907"Commands:\n"21908"p, pick <commit> = use commit\n"21909"r, reword <commit> = use commit, but edit the commit message\n"21910"e, edit <commit> = use commit, but stop for amending\n"21911"s, squash <commit> = use commit, but meld into previous commit\n"21912"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"21913"x, exec <commit> = run command (the rest of the line) using shell\n"21914"d, drop <commit> = remove commit\n"21915"l, label <label> = label current HEAD with a name\n"21916"t, reset <label> = reset HEAD to a label\n"21917"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"21918". create a merge commit using the original merge commit's\n"21919". message (or the oneline, if no original merge commit was\n"21920". specified). Use -c <commit> to reword the commit message.\n"21921"\n"21922"These lines can be re-ordered; they are executed from top to bottom.\n"21923msgstr ""21924"\n"21925"Comandos:\n"21926"p, pick <commit> = usar commit\n"21927"r, reword <commit> = usar commit, pero editar el mensaje de commit\n"21928"e, edit <commit> = usar commit, pero parar para un amend\n"21929"s, squash <commit> = usar commit, pero fusionarlo en el commit previo\n"21930"f, fixup <commit> = como \"squash\", pero descarta el mensaje del log de "21931"este commit\n"21932"x, exec <commit> = ejecuta comando ( el resto de la línea) usando un shell\n"21933"d, drop <commit> = eliminar commit\n"21934"l, label <label> = poner label al HEAD actual con un nombre\n"21935"t, reset <label> = reiniciar HEAD a el label\n"21936"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"21937". crea un commit de fusión usando el mensaje original de\n"21938". fusión (o la línea de oneline, si no se especifica un mensaje\n"21939". de commit). Use -c <commit> para reescribir el mensaje del commit.\n"21940"\n"21941"Estas líneas pueden ser reordenadas; son ejecutadas desde arriba hacia "21942"abajo.\n"2194321944#: git-rebase--preserve-merges.sh:21521945#, sh-format21946msgid ""21947"You can amend the commit now, with\n"21948"\n"21949"\tgit commit --amend $gpg_sign_opt_quoted\n"21950"\n"21951"Once you are satisfied with your changes, run\n"21952"\n"21953"\tgit rebase --continue"21954msgstr ""21955"Puede enmendar el commit ahora, con\n"21956"\n"21957"\tgit commit --amend $gpg_sign_opt_quoted\n"21958"\n"21959"Una vez que esté satisfecho con los cambios, ejecute\n"21960"\n"21961"\tgit rebase --continue"2196221963#: git-rebase--preserve-merges.sh:24021964#, sh-format21965msgid "$sha1: not a commit that can be picked"21966msgstr "$sha1: no es un commit que pueda ser cogido"2196721968#: git-rebase--preserve-merges.sh:27921969#, sh-format21970msgid "Invalid commit name: $sha1"21971msgstr "Nombre de commit inválido: $sha1"2197221973#: git-rebase--preserve-merges.sh:30921974msgid "Cannot write current commit's replacement sha1"21975msgstr "No se puede escribir el remplazo sha1 del commit actual"2197621977#: git-rebase--preserve-merges.sh:36021978#, sh-format21979msgid "Fast-forward to $sha1"21980msgstr "Avance rápido a $sha1"2198121982#: git-rebase--preserve-merges.sh:36221983#, sh-format21984msgid "Cannot fast-forward to $sha1"21985msgstr "No se puede realizar avance rápido a $sha1"2198621987#: git-rebase--preserve-merges.sh:37121988#, sh-format21989msgid "Cannot move HEAD to $first_parent"21990msgstr "No se puede mover HEAD a $first_parent"2199121992#: git-rebase--preserve-merges.sh:37621993#, sh-format21994msgid "Refusing to squash a merge: $sha1"21995msgstr "Rehusando a ejecutar squash en fusión: $sha1"2199621997#: git-rebase--preserve-merges.sh:39421998#, sh-format21999msgid "Error redoing merge $sha1"22000msgstr "Error rehaciendo fusión $sha1"2200122002#: git-rebase--preserve-merges.sh:40322003#, sh-format22004msgid "Could not pick $sha1"22005msgstr "No se pudo coger $sha1"2200622007#: git-rebase--preserve-merges.sh:41222008#, sh-format22009msgid "This is the commit message #${n}:"22010msgstr "Este es el mensaje del commit #${n}:"2201122012#: git-rebase--preserve-merges.sh:41722013#, sh-format22014msgid "The commit message #${n} will be skipped:"22015msgstr "El mensaje del commit #${n} será ignorado:"2201622017#: git-rebase--preserve-merges.sh:42822018#, sh-format22019msgid "This is a combination of $count commit."22020msgid_plural "This is a combination of $count commits."22021msgstr[0] "Esta es una combinación de $count commit."22022msgstr[1] "Esta es la combinación de $count commits."2202322024#: git-rebase--preserve-merges.sh:43722025#, sh-format22026msgid "Cannot write $fixup_msg"22027msgstr "No se puede escribir $fixup_msg"2202822029#: git-rebase--preserve-merges.sh:44022030msgid "This is a combination of 2 commits."22031msgstr "Esto es una combinación de 2 commits."2203222033#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52422034#: git-rebase--preserve-merges.sh:52722035#, sh-format22036msgid "Could not apply $sha1... $rest"22037msgstr "No se puede aplicar $sha1... $rest"2203822039#: git-rebase--preserve-merges.sh:55622040#, sh-format22041msgid ""22042"Could not amend commit after successfully picking $sha1... $rest\n"22043"This is most likely due to an empty commit message, or the pre-commit hook\n"22044"failed. If the pre-commit hook failed, you may need to resolve the issue "22045"before\n"22046"you are able to reword the commit."22047msgstr ""22048"No se pudo corregir commit después de seleccionar exitosamente $sha1 ... "22049"$rest\n"22050"Esto es probablemente debido a un mensaje de commit vacío, o el hook pre-"22051"commit\n"22052"ha fallado. Si el hook pre-commit falló, es posible que deba resolver el "22053"problema antes\n"22054"de que sea capaz de reformular el commit."2205522056#: git-rebase--preserve-merges.sh:57122057#, sh-format22058msgid "Stopped at $sha1_abbrev... $rest"22059msgstr "Detenido en $sha1_abbrev... $rest"2206022061#: git-rebase--preserve-merges.sh:58622062#, sh-format22063msgid "Cannot '$squash_style' without a previous commit"22064msgstr "No se puede '$squash_style' sin un commit previo"2206522066#: git-rebase--preserve-merges.sh:62822067#, sh-format22068msgid "Executing: $rest"22069msgstr "Ejecutando: $rest"2207022071#: git-rebase--preserve-merges.sh:63622072#, sh-format22073msgid "Execution failed: $rest"22074msgstr "Ejecución fallida: $rest"2207522076#: git-rebase--preserve-merges.sh:63822077msgid "and made changes to the index and/or the working tree"22078msgstr "y hizo cambios al índice y/o al árbol de trabajo"2207922080#: git-rebase--preserve-merges.sh:64022081msgid ""22082"You can fix the problem, and then run\n"22083"\n"22084"\tgit rebase --continue"22085msgstr ""22086"Puedes corregir el problema y entonces ejecutar\n"22087"\n"22088"\tgit rebase --continue"2208922090#. TRANSLATORS: after these lines is a command to be issued by the user22091#: git-rebase--preserve-merges.sh:65322092#, sh-format22093msgid ""22094"Execution succeeded: $rest\n"22095"but left changes to the index and/or the working tree\n"22096"Commit or stash your changes, and then run\n"22097"\n"22098"\tgit rebase --continue"22099msgstr ""22100"La ejecución tuvo éxito: $rest\n"22101"Pero dejó cambios en el índice y/o en el árbol de trabajo\n"22102"Realice un commit o stash con los cambios y, a continuación, ejecute\n"22103"\n"22104"\tgit rebase --continue"2210522106#: git-rebase--preserve-merges.sh:66422107#, sh-format22108msgid "Unknown command: $command $sha1 $rest"22109msgstr "Comando desconocido: $command $sha1 $rest"2211022111#: git-rebase--preserve-merges.sh:66522112msgid "Please fix this using 'git rebase --edit-todo'."22113msgstr "Por favor, corrige esto usando 'git rebase --edit-todo'."2211422115#: git-rebase--preserve-merges.sh:70022116#, sh-format22117msgid "Successfully rebased and updated $head_name."22118msgstr "$head_name rebasado y actualizado satisfactoriamente."2211922120#: git-rebase--preserve-merges.sh:75722121msgid "Could not remove CHERRY_PICK_HEAD"22122msgstr "No se pudo eliminar CHERRY_PICK_HEAD"2212322124#: git-rebase--preserve-merges.sh:76222125#, sh-format22126msgid ""22127"You have staged changes in your working tree.\n"22128"If these changes are meant to be\n"22129"squashed into the previous commit, run:\n"22130"\n"22131" git commit --amend $gpg_sign_opt_quoted\n"22132"\n"22133"If they are meant to go into a new commit, run:\n"22134"\n"22135" git commit $gpg_sign_opt_quoted\n"22136"\n"22137"In both cases, once you're done, continue with:\n"22138"\n"22139" git rebase --continue\n"22140msgstr ""22141"Tiene cambios en el área de stage de su árbol de trabajo.\n"22142"Si estos cambios están destinados a \n"22143"ser aplastados en el commit previo, ejecute:\n"22144"\n"22145" git commit --amend $gpg_sign_opt_quoted\n"22146"\n"22147"Si estos están destinados a ir en un nuevo commit, ejecute:\n"22148"\n"22149" git commit $gpg_sign_opt_quoted\n"22150"\n"22151"En ambos casos, cuando termine, continue con:\n"22152"\n"22153" git rebase --continue\n"2215422155#: git-rebase--preserve-merges.sh:77922156msgid "Error trying to find the author identity to amend commit"22157msgstr ""22158"Error tratando de encontrar la identidad del autor para remediar el commit"2215922160#: git-rebase--preserve-merges.sh:78422161msgid ""22162"You have uncommitted changes in your working tree. Please commit them\n"22163"first and then run 'git rebase --continue' again."22164msgstr ""22165"Tienes cambios sin confirmar en tu árbol de trabajo. Por favor, confírmalos\n"22166"primero y entonces ejecuta 'git rebase --continue' de nuevo."2216722168#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79322169msgid "Could not commit staged changes."22170msgstr "No se pudo realizar el commit con los cambios en el área de stage."2217122172#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91022173msgid "Could not execute editor"22174msgstr "No se pudo ejecutar el editor"2217522176#: git-rebase--preserve-merges.sh:84522177#, sh-format22178msgid "Could not checkout $switch_to"22179msgstr "No se pudo actualizar el árbol de trabajo a $switch_to"2218022181#: git-rebase--preserve-merges.sh:85222182msgid "No HEAD?"22183msgstr "¿Sin HEAD?"2218422185#: git-rebase--preserve-merges.sh:85322186#, sh-format22187msgid "Could not create temporary $state_dir"22188msgstr "No se pudo crear $state_dir temporalmente"2218922190#: git-rebase--preserve-merges.sh:85622191msgid "Could not mark as interactive"22192msgstr "No se pudo marcar como interactivo"2219322194#: git-rebase--preserve-merges.sh:88822195#, sh-format22196msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"22197msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"22198msgstr[0] "Rebase $shortrevisions en $shortonto ($todocount comando)"22199msgstr[1] "Rebase $shortrevisions en $shortonto ($todocount comandos)"2220022201#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94722202msgid "Could not init rewritten commits"22203msgstr "No se puede inicializar los commits reescritos"2220422205#: git-sh-setup.sh:89 git-sh-setup.sh:9422206#, sh-format22207msgid "usage: $dashless $USAGE"22208msgstr "uso: $dashless $USAGE"2220922210#: git-sh-setup.sh:19122211#, sh-format22212msgid "Cannot chdir to $cdup, the toplevel of the working tree"22213msgstr ""22214"No se puede aplicar chdir a $cdup, el nivel máximo del árbol de trabajo"2221522216#: git-sh-setup.sh:200 git-sh-setup.sh:20722217#, sh-format22218msgid "fatal: $program_name cannot be used without a working tree."22219msgstr "fatal: $program_name no puede ser usado sin un árbol de trabajo."2222022221#: git-sh-setup.sh:22122222msgid "Cannot rebase: You have unstaged changes."22223msgstr ""22224"No se puede aplicar rebase: Tienes cambios que no están en el área de stage."2222522226#: git-sh-setup.sh:22422227msgid "Cannot rewrite branches: You have unstaged changes."22228msgstr ""22229"No se puede reescribir las ramas: Tienes cambios que no están en el área de "22230"stage."2223122232#: git-sh-setup.sh:22722233msgid "Cannot pull with rebase: You have unstaged changes."22234msgstr ""22235"No se puede aplicar pull con rebase: Tienes cambios que no están en el área "22236"de stage."2223722238#: git-sh-setup.sh:23022239#, sh-format22240msgid "Cannot $action: You have unstaged changes."22241msgstr "No se puede $action: Tienes cambios que no están en el área de stage."2224222243#: git-sh-setup.sh:24322244msgid "Cannot rebase: Your index contains uncommitted changes."22245msgstr ""22246"No se puede hacer rebase: Tu índice contiene cambios que no están en un "22247"commit."2224822249#: git-sh-setup.sh:24622250msgid "Cannot pull with rebase: Your index contains uncommitted changes."22251msgstr ""22252"No se puede hacer pull con rebase: Tu índice contiene cambios que no están "22253"en un commit."2225422255#: git-sh-setup.sh:24922256#, sh-format22257msgid "Cannot $action: Your index contains uncommitted changes."22258msgstr "No se puede $action: El índice contiene cambios sin confirmar."2225922260#: git-sh-setup.sh:25322261msgid "Additionally, your index contains uncommitted changes."22262msgstr "Adicionalmente, tu índice contiene cambios que no están en un commit."2226322264#: git-sh-setup.sh:37322265msgid "You need to run this command from the toplevel of the working tree."22266msgstr ""22267"Necesitas ejecutar este comando desde el nivel superior de tu árbol de "22268"trabajo."2226922270#: git-sh-setup.sh:37822271msgid "Unable to determine absolute path of git directory"22272msgstr "Incapaz de determinar la ruta absoluta del directorio git"2227322274#. TRANSLATORS: you can adjust this to align "git add -i" status menu22275#: git-add--interactive.perl:19622276#, perl-format22277msgid "%12s %12s %s"22278msgstr "%12s %12s %s"2227922280#: git-add--interactive.perl:19722281msgid "staged"22282msgstr "rastreado"2228322284#: git-add--interactive.perl:19722285msgid "unstaged"22286msgstr "no rastreado"2228722288#: git-add--interactive.perl:253 git-add--interactive.perl:27822289msgid "binary"22290msgstr "binario"2229122292#: git-add--interactive.perl:262 git-add--interactive.perl:31622293msgid "nothing"22294msgstr "nada"2229522296#: git-add--interactive.perl:298 git-add--interactive.perl:31322297msgid "unchanged"22298msgstr "sin cambios"2229922300#: git-add--interactive.perl:60922301#, perl-format22302msgid "added %d path\n"22303msgid_plural "added %d paths\n"22304msgstr[0] "agregada %d ruta\n"22305msgstr[1] "agregadas %d rutas\n"2230622307#: git-add--interactive.perl:61222308#, perl-format22309msgid "updated %d path\n"22310msgid_plural "updated %d paths\n"22311msgstr[0] "actualizada %d ruta\n"22312msgstr[1] "actualizadas %d rutas\n"2231322314#: git-add--interactive.perl:61522315#, perl-format22316msgid "reverted %d path\n"22317msgid_plural "reverted %d paths\n"22318msgstr[0] "revertida %d ruta\n"22319msgstr[1] "revertidas %d rutas\n"2232022321#: git-add--interactive.perl:61822322#, perl-format22323msgid "touched %d path\n"22324msgid_plural "touched %d paths\n"22325msgstr[0] "touch hecho a %d ruta\n"22326msgstr[1] "touch hecho a %d rutas\n"2232722328#: git-add--interactive.perl:62722329msgid "Update"22330msgstr "Actualizar"2233122332#: git-add--interactive.perl:63922333msgid "Revert"22334msgstr "Revertir"2233522336#: git-add--interactive.perl:66222337#, perl-format22338msgid "note: %s is untracked now.\n"22339msgstr "nota: %s no es rastreado ahora.\n"2234022341#: git-add--interactive.perl:67322342msgid "Add untracked"22343msgstr "Agregar no rastreados"2234422345#: git-add--interactive.perl:67922346msgid "No untracked files.\n"22347msgstr "No hay archivos sin rastrear.\n"2234822349#: git-add--interactive.perl:103322350msgid ""22351"If the patch applies cleanly, the edited hunk will immediately be\n"22352"marked for staging."22353msgstr ""22354"Si el parche aplica limpiamente, el hunk editado sera marcado\n"22355"inmediatamente para el área de stage."2235622357#: git-add--interactive.perl:103622358msgid ""22359"If the patch applies cleanly, the edited hunk will immediately be\n"22360"marked for stashing."22361msgstr ""22362"Si el parche aplica limpiamente, el hunk editado sera marcado\n"22363"inmediatamente para aplicar stash."2236422365#: git-add--interactive.perl:103922366msgid ""22367"If the patch applies cleanly, the edited hunk will immediately be\n"22368"marked for unstaging."22369msgstr ""22370"Si el parche aplica limpiamente, el hunk editado sera marcado\n"22371"inmediatamente para sacar del área de stage."2237222373#: git-add--interactive.perl:1042 git-add--interactive.perl:105122374msgid ""22375"If the patch applies cleanly, the edited hunk will immediately be\n"22376"marked for applying."22377msgstr ""22378"Si el parche aplica de forma limpia, el hunk editado sera marcado \n"22379"inmediatamente para aplicar."2238022381#: git-add--interactive.perl:1045 git-add--interactive.perl:104822382msgid ""22383"If the patch applies cleanly, the edited hunk will immediately be\n"22384"marked for discarding."22385msgstr ""22386"Si el parche aplica de forma limpia, el hunk editado sera marcado\n"22387"inmediatamente para descarte."2238822389#: git-add--interactive.perl:108522390#, perl-format22391msgid "failed to open hunk edit file for writing: %s"22392msgstr "falló al abrir el archivo de adición del hunk para escritura: %s"2239322394#: git-add--interactive.perl:108622395msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"22396msgstr "Modo de edición manual de hunk -- vea abajo para una guía rápida.\n"2239722398#: git-add--interactive.perl:109222399#, perl-format22400msgid ""22401"---\n"22402"To remove '%s' lines, make them ' ' lines (context).\n"22403"To remove '%s' lines, delete them.\n"22404"Lines starting with %s will be removed.\n"22405msgstr ""22406"---\n"22407"Para eliminar '%s' líneas, haga de ellas líneas ' ' (contexto).\n"22408"Para eliminar '%s' líneas, bórrelas.\n"22409"Lineas comenzando con %s serán removidas.\n"2241022411#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.22412#: git-add--interactive.perl:110022413msgid ""22414"If it does not apply cleanly, you will be given an opportunity to\n"22415"edit again. If all lines of the hunk are removed, then the edit is\n"22416"aborted and the hunk is left unchanged.\n"22417msgstr ""22418"Si esto no aplica de manera limpia, se le da la oportunidad de \n"22419"editar nuevamente. Si todas las líneas del hunk son removidas, entonces \n"22420"la edición es abortada y el hunk queda sin cambios.\n"2242122422#: git-add--interactive.perl:111422423#, perl-format22424msgid "failed to open hunk edit file for reading: %s"22425msgstr "falló al abrir el archivo de edición del hunk para lectura: %s"2242622427#. TRANSLATORS: do not translate [y/n]22428#. The program will only accept that input22429#. at this point.22430#. Consider translating (saying "no" discards!) as22431#. (saying "n" for "no" discards!) if the translation22432#. of the word "no" does not start with n.22433#: git-add--interactive.perl:121322434msgid ""22435"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "22436msgstr ""22437"Tu hunk editado no aplica. Editar nuevamente (decir \"no\" descarta!) [y/n]? "2243822439#: git-add--interactive.perl:122222440msgid ""22441"y - stage this hunk\n"22442"n - do not stage this hunk\n"22443"q - quit; do not stage this hunk or any of the remaining ones\n"22444"a - stage this hunk and all later hunks in the file\n"22445"d - do not stage this hunk or any of the later hunks in the file"22446msgstr ""22447"y - aplicar stage a este hunk\n"22448"n - no aplicar stage a este hunk\n"22449"q - quit; no aplicar stage a este hunk o ninguno de los restantes\n"22450"a - aplicar stage a este hunk y a todos los posteriores en el archivo \n"22451"d - no aplicar stage a este hunk o a ninguno de los posteriores en este "22452"archivo"2245322454#: git-add--interactive.perl:122822455msgid ""22456"y - stash this hunk\n"22457"n - do not stash this hunk\n"22458"q - quit; do not stash this hunk or any of the remaining ones\n"22459"a - stash this hunk and all later hunks in the file\n"22460"d - do not stash this hunk or any of the later hunks in the file"22461msgstr ""22462"y - aplicar stash a este hunk\n"22463"n - no aplicar stash a este hunk\n"22464"q - quit; no aplicar stash a este hunk o a ninguno de los restantes\n"22465"a - aplicar stash a este hunk y a todos los posteriores en el archivo\n"22466"d - no aplicar stash a este hunk o ninguno de los posteriores en el archivo"2246722468#: git-add--interactive.perl:123422469msgid ""22470"y - unstage this hunk\n"22471"n - do not unstage this hunk\n"22472"q - quit; do not unstage this hunk or any of the remaining ones\n"22473"a - unstage this hunk and all later hunks in the file\n"22474"d - do not unstage this hunk or any of the later hunks in the file"22475msgstr ""22476"y - sacar desde hunk del área de stage\n"22477"n - no sacar este hunk del area de stage\n"22478"q - quit; no sacar del area de stage este hunk o ninguno de los restantes\n"22479"a - sacar del area de stage este hunk y todos los posteriores en el archivo\n"22480"d - no sacar del area de stage este hunk o ninguno de los posteriores en el "22481"archivo"2248222483#: git-add--interactive.perl:124022484msgid ""22485"y - apply this hunk to index\n"22486"n - do not apply this hunk to index\n"22487"q - quit; do not apply this hunk or any of the remaining ones\n"22488"a - apply this hunk and all later hunks in the file\n"22489"d - do not apply this hunk or any of the later hunks in the file"22490msgstr ""22491"y - aplicar este hunk al índice\n"22492"n - no aplicar este hunk al índice\n"22493"q - quit; no aplicar este hunk o ninguno de los restantes\n"22494"a - aplicar este hunk y todos los posteriores en el archivo\n"22495"d - no aplicar este hunko ninguno de los posteriores en el archivo"2249622497#: git-add--interactive.perl:124622498msgid ""22499"y - discard this hunk from worktree\n"22500"n - do not discard this hunk from worktree\n"22501"q - quit; do not discard this hunk or any of the remaining ones\n"22502"a - discard this hunk and all later hunks in the file\n"22503"d - do not discard this hunk or any of the later hunks in the file"22504msgstr ""22505"y - descartar este hunk del árbol de trabajo\n"22506"n - no descartar este hunk del árbol de trabajo\n"22507"q - quit; no descartar este hunk o ninguno de los que restantes\n"22508"a - descartar este hunk y todos los posteriores en este archivo\n"22509"d - no descartar este hunk o ninguno de los posteriores en el archivo"2251022511#: git-add--interactive.perl:125222512msgid ""22513"y - discard this hunk from index and worktree\n"22514"n - do not discard this hunk from index and worktree\n"22515"q - quit; do not discard this hunk or any of the remaining ones\n"22516"a - discard this hunk and all later hunks in the file\n"22517"d - do not discard this hunk or any of the later hunks in the file"22518msgstr ""22519"y - descartar este hunk del índice y el árbol de trabajo\n"22520"n - no descartar este hunk del índice ni el árbol de trabajo\n"22521"q - quit; no descartar este hunk o ninguno de los que quedan\n"22522"a - descartar este hunk y todos los posteriores en este archivo\n"22523"d - no descartar este hunk o ninguno posterior en el archivo"2252422525#: git-add--interactive.perl:125822526msgid ""22527"y - apply this hunk to index and worktree\n"22528"n - do not apply this hunk to index and worktree\n"22529"q - quit; do not apply this hunk or any of the remaining ones\n"22530"a - apply this hunk and all later hunks in the file\n"22531"d - do not apply this hunk or any of the later hunks in the file"22532msgstr ""22533"y - aplicar este hunk al índice y al árbol de trabajo\n"22534"n - no aplicar este hunk al índice y al árbol de trabajo\n"22535"q - quit; no aplicar este hunk o ninguno de los restantes\n"22536"a - aplicar este hunk y todos los posteriores en el archivo\n"22537"d - no aplicar este hunk o ninguno de los siguientes en este archivo"2253822539#: git-add--interactive.perl:127322540msgid ""22541"g - select a hunk to go to\n"22542"/ - search for a hunk matching the given regex\n"22543"j - leave this hunk undecided, see next undecided hunk\n"22544"J - leave this hunk undecided, see next hunk\n"22545"k - leave this hunk undecided, see previous undecided hunk\n"22546"K - leave this hunk undecided, see previous hunk\n"22547"s - split the current hunk into smaller hunks\n"22548"e - manually edit the current hunk\n"22549"? - print help\n"22550msgstr ""22551"g - selecciona un hunk a donde ir\n"22552"/ - buscar un hunk que concuerde el regex\n"22553"j - dejar este hunk por definir, ver siguiente hunk por definir\n"22554"J - dejar este hunk por definir, ver siguiente hunk\n"22555"k - dejar este hunk por definir, ver hunk previo por definir\n"22556"K - dejar este hunk por definir, ver hunk previo\n"22557"s - dividir el hunk actual en hunks mas pequeños\n"22558"e - editar manualmente el hunk actual\n"22559"? - imprimir ayuda\n"2256022561#: git-add--interactive.perl:130422562msgid "The selected hunks do not apply to the index!\n"22563msgstr "Los hunks seleccionados no aplican al índice!\n"2256422565#: git-add--interactive.perl:130522566msgid "Apply them to the worktree anyway? "22567msgstr "Aplicarlos al árbol de trabajo de todas maneras? "2256822569#: git-add--interactive.perl:130822570msgid "Nothing was applied.\n"22571msgstr "Nada fue aplicado.\n"2257222573#: git-add--interactive.perl:131922574#, perl-format22575msgid "ignoring unmerged: %s\n"22576msgstr "ignorando lo no fusionado: %s\n"2257722578#: git-add--interactive.perl:132822579msgid "Only binary files changed.\n"22580msgstr "Solo cambiaron archivos binarios.\n"2258122582#: git-add--interactive.perl:133022583msgid "No changes.\n"22584msgstr "Sin cambios.\n"2258522586#: git-add--interactive.perl:133822587msgid "Patch update"22588msgstr "Actualización del parche"2258922590#: git-add--interactive.perl:139022591#, perl-format22592msgid "Stage mode change [y,n,q,a,d%s,?]? "22593msgstr "Cambio de modo de stage [y,n,q,a,d%s,?]? "2259422595#: git-add--interactive.perl:139122596#, perl-format22597msgid "Stage deletion [y,n,q,a,d%s,?]? "22598msgstr "Aplicar stage al borrado [y,n,q,a,d%s,?]? "2259922600#: git-add--interactive.perl:139222601#, perl-format22602msgid "Stage this hunk [y,n,q,a,d%s,?]? "22603msgstr "Aplicar stage a este hunk [y,n,q,a,d%s,?]? "2260422605#: git-add--interactive.perl:139522606#, perl-format22607msgid "Stash mode change [y,n,q,a,d%s,?]? "22608msgstr "Aplicar stash al cambio de modo [y,n,q,a,d%s,?]? "2260922610#: git-add--interactive.perl:139622611#, perl-format22612msgid "Stash deletion [y,n,q,a,d%s,?]? "22613msgstr "Aplicar stash al borrado [y,n,q,a,d%s,?]? "2261422615#: git-add--interactive.perl:139722616#, perl-format22617msgid "Stash this hunk [y,n,q,a,d%s,?]? "22618msgstr "Aplicar stash a este hunk [y,n,q,a,d%s,?]? "2261922620#: git-add--interactive.perl:140022621#, perl-format22622msgid "Unstage mode change [y,n,q,a,d%s,?]? "22623msgstr "Sacar cambio de modo del stage [y,n,q,a,d%s,?]? "2262422625#: git-add--interactive.perl:140122626#, perl-format22627msgid "Unstage deletion [y,n,q,a,d%s,?]? "22628msgstr "Sacar borrado del stage [y,n,q,a,d%s,?]? "2262922630#: git-add--interactive.perl:140222631#, perl-format22632msgid "Unstage this hunk [y,n,q,a,d%s,?]? "22633msgstr "Sacar este hunk del stage [y,n,q,a,d%s,?]? "2263422635#: git-add--interactive.perl:140522636#, perl-format22637msgid "Apply mode change to index [y,n,q,a,d%s,?]? "22638msgstr "Aplicar cambio de modo al índice [y,n,q,a,d%s,?]? "2263922640#: git-add--interactive.perl:140622641#, perl-format22642msgid "Apply deletion to index [y,n,q,a,d%s,?]? "22643msgstr "Aplicar borrado al índice [y,n,q,a,d%s,?]? "2264422645#: git-add--interactive.perl:140722646#, perl-format22647msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "22648msgstr "Aplicar este hunk al índice [y,n,q,a,d%s,?]? "2264922650#: git-add--interactive.perl:141022651#, perl-format22652msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "22653msgstr "Descartar cambio de modo del árbol de trabajo [y,n,q,a,d%s,?]? "2265422655#: git-add--interactive.perl:141122656#, perl-format22657msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "22658msgstr "Descartar borrado del árbol de trabajo [y,n,q,a,d%s,?]? "2265922660#: git-add--interactive.perl:141222661#, perl-format22662msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "22663msgstr "Descartar este hunk del árbol de trabajo [y,n,q,a,d%s,?]? "2266422665#: git-add--interactive.perl:141522666#, perl-format22667msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "22668msgstr ""22669"Descartar cambio de modo del índice y el árbol de trabajo [y,n,q,a,d%s,?]? "2267022671#: git-add--interactive.perl:141622672#, perl-format22673msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "22674msgstr "Descartar borrado del índice y el árbol de trabajo [y,n,q,a,d%s,?]? "2267522676#: git-add--interactive.perl:141722677#, perl-format22678msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "22679msgstr "Descartar este hunk del índice y el árbol de trabajo [y,n,q,a,d%s,?]? "2268022681#: git-add--interactive.perl:142022682#, perl-format22683msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "22684msgstr ""22685"Aplicar cambio de modo para el índice y el árbol de trabajo [y,n,q,a,d%s,?]? "2268622687#: git-add--interactive.perl:142122688#, perl-format22689msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "22690msgstr "Aplicar borrado al índice y al árbol de trabajo [y,n,q,a,d%s,?]? "2269122692#: git-add--interactive.perl:142222693#, perl-format22694msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "22695msgstr "Aplicar este hunk al índice y árbol de trabajo [y,n,q,a,d,/%s,?]? "2269622697#: git-add--interactive.perl:152222698msgid "No other hunks to goto\n"22699msgstr "No hay más pedazos para el ir\n"2270022701#: git-add--interactive.perl:152922702msgid "go to which hunk (<ret> to see more)? "22703msgstr "a que hunk ir (<enter> para ver mas)? "2270422705#: git-add--interactive.perl:153122706msgid "go to which hunk? "22707msgstr "a que hunk ir? "2270822709#: git-add--interactive.perl:154022710#, perl-format22711msgid "Invalid number: '%s'\n"22712msgstr "Numero inválido: '%s'\n"2271322714#: git-add--interactive.perl:154522715#, perl-format22716msgid "Sorry, only %d hunk available.\n"22717msgid_plural "Sorry, only %d hunks available.\n"22718msgstr[0] "Lo siento, solo %d hunk disponible.\n"22719msgstr[1] "Lo siento, solo %d hunks disponibles.\n"2272022721#: git-add--interactive.perl:157122722msgid "No other hunks to search\n"22723msgstr "No hay más pedazos para buscar\n"2272422725#: git-add--interactive.perl:157522726msgid "search for regex? "22727msgstr "buscar para regexp? "2272822729#: git-add--interactive.perl:158822730#, perl-format22731msgid "Malformed search regexp %s: %s\n"22732msgstr "Regexp para la búsqueda mal formado %s: %s\n"2273322734#: git-add--interactive.perl:159822735msgid "No hunk matches the given pattern\n"22736msgstr "No hay hunks que concuerden con el patrón entregado.\n"2273722738#: git-add--interactive.perl:1610 git-add--interactive.perl:163222739msgid "No previous hunk\n"22740msgstr "No el anterior hunk\n"2274122742#: git-add--interactive.perl:1619 git-add--interactive.perl:163822743msgid "No next hunk\n"22744msgstr "No el siguiente hunk\n"2274522746#: git-add--interactive.perl:164422747msgid "Sorry, cannot split this hunk\n"22748msgstr "Perdón, no se puede dividir este pedazo\n"2274922750#: git-add--interactive.perl:165022751#, perl-format22752msgid "Split into %d hunk.\n"22753msgid_plural "Split into %d hunks.\n"22754msgstr[0] "Cortar en %d hunk.\n"22755msgstr[1] "Cortar en %d hunks.\n"2275622757#: git-add--interactive.perl:166022758msgid "Sorry, cannot edit this hunk\n"22759msgstr "Perdón, no se puede editar este pedazo\n"2276022761#: git-add--interactive.perl:170622762msgid "Review diff"22763msgstr "Revisión de diff"2276422765#. TRANSLATORS: please do not translate the command names22766#. 'status', 'update', 'revert', etc.22767#: git-add--interactive.perl:172522768msgid ""22769"status - show paths with changes\n"22770"update - add working tree state to the staged set of changes\n"22771"revert - revert staged set of changes back to the HEAD version\n"22772"patch - pick hunks and update selectively\n"22773"diff - view diff between HEAD and index\n"22774"add untracked - add contents of untracked files to the staged set of "22775"changes\n"22776msgstr ""22777"status - muestra las rutas con cambios\n"22778"update - agrega el estado del árbol de trabajo al set de cambios en "22779"el área de stage\n"22780"revert - revierte los cambios en el área de stage de regreso a la "22781"versión HEAD\n"22782"patch - selecciona los hunks y actualiza de forma selectiva\n"22783"diff - mirar la diff entre HEAD y el índice\n"22784"add untracked - agrega contenidos de archivos no rastreados al grupo de "22785"cambios del area de stage\n"2278622787#: git-add--interactive.perl:1742 git-add--interactive.perl:174722788#: git-add--interactive.perl:1750 git-add--interactive.perl:175722789#: git-add--interactive.perl:1761 git-add--interactive.perl:176722790msgid "missing --"22791msgstr "falta --"2279222793#: git-add--interactive.perl:176322794#, perl-format22795msgid "unknown --patch mode: %s"22796msgstr "modo --patch desconocido: %s"2279722798#: git-add--interactive.perl:1769 git-add--interactive.perl:177522799#, perl-format22800msgid "invalid argument %s, expecting --"22801msgstr "argumento inválido %s, se esperaba --"2280222803#: git-send-email.perl:13822804msgid "local zone differs from GMT by a non-minute interval\n"22805msgstr "la zona local difiere de GMT por un intervalo de cero minutos\n"2280622807#: git-send-email.perl:145 git-send-email.perl:15122808msgid "local time offset greater than or equal to 24 hours\n"22809msgstr "el offset del tiempo local es mayor o igual a 24 horas\n"2281022811#: git-send-email.perl:219 git-send-email.perl:22522812msgid "the editor exited uncleanly, aborting everything"22813msgstr "el editor se cerro inapropiadamente, abortando todo"2281422815#: git-send-email.perl:30222816#, perl-format22817msgid ""22818"'%s' contains an intermediate version of the email you were composing.\n"22819msgstr ""22820"'%s' contiene una versión intermedia del correo que se estaba generando.\n"2282122822#: git-send-email.perl:30722823#, perl-format22824msgid "'%s.final' contains the composed email.\n"22825msgstr "'%s.final' contiene el email generado.\n"2282622827#: git-send-email.perl:32622828msgid "--dump-aliases incompatible with other options\n"22829msgstr "--dump-aliases no es compatible con otras opciones.\n"2283022831#: git-send-email.perl:395 git-send-email.perl:65622832msgid "Cannot run git format-patch from outside a repository\n"22833msgstr "No se puede ejecutar git format-patch desde fuera del repositorio.\n"2283422835#: git-send-email.perl:39822836msgid ""22837"`batch-size` and `relogin` must be specified together (via command-line or "22838"configuration option)\n"22839msgstr ""22840"`batch-size` y `relogin` deben ser especificados juntos (via la línea de "22841"comando o por opción de configuración)\n"2284222843#: git-send-email.perl:47022844#, perl-format22845msgid "Unknown --suppress-cc field: '%s'\n"22846msgstr "Campo --suppress-cc desconocido: '%s'\n"2284722848#: git-send-email.perl:50122849#, perl-format22850msgid "Unknown --confirm setting: '%s'\n"22851msgstr "Configuración --confirm desconocida: '%s'\n"2285222853#: git-send-email.perl:52922854#, perl-format22855msgid "warning: sendmail alias with quotes is not supported: %s\n"22856msgstr "peligro: alias de sendmail con comillas no es soportado: %s\n"2285722858#: git-send-email.perl:53122859#, perl-format22860msgid "warning: `:include:` not supported: %s\n"22861msgstr "peligro: `:include:` no soportado: %s\n"2286222863#: git-send-email.perl:53322864#, perl-format22865msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"22866msgstr "advertencia: redirección `/file` o `|pipe` no soportada : %s\n"2286722868#: git-send-email.perl:53822869#, perl-format22870msgid "warning: sendmail line is not recognized: %s\n"22871msgstr "advertencia: línea sendmail no reconocida: %s\n"2287222873#: git-send-email.perl:62222874#, perl-format22875msgid ""22876"File '%s' exists but it could also be the range of commits\n"22877"to produce patches for. Please disambiguate by...\n"22878"\n"22879" * Saying \"./%s\" if you mean a file; or\n"22880" * Giving --format-patch option if you mean a range.\n"22881msgstr ""22882"Archivo '%s' existe pero podría ser el rango de commits \n"22883"para producir los parches. Por favor elimina la ambigüedad...\n"22884"\n"22885" * Diciendo \"./%s\" si se quiere decir un archivo; o\n"22886" * Agregando la opción --format-patch si se quiere decir un rango.\n"2288722888#: git-send-email.perl:64322889#, perl-format22890msgid "Failed to opendir %s: %s"22891msgstr "Falló al abrir directorio %s: %s"2289222893#: git-send-email.perl:66722894#, perl-format22895msgid ""22896"fatal: %s: %s\n"22897"warning: no patches were sent\n"22898msgstr ""22899"fatal: %s: %s\n"22900"peligro: no se mandaron parches\n"2290122902#: git-send-email.perl:67822903msgid ""22904"\n"22905"No patch files specified!\n"22906"\n"22907msgstr ""22908"\n"22909"No se especificaron parches!\n"22910"\n"2291122912#: git-send-email.perl:69122913#, perl-format22914msgid "No subject line in %s?"22915msgstr "No hay línea de subject en %s?"2291622917#: git-send-email.perl:70122918#, perl-format22919msgid "Failed to open for writing %s: %s"22920msgstr "Falló al abrir para escritura %s: %s"2292122922#: git-send-email.perl:71222923msgid ""22924"Lines beginning in \"GIT:\" will be removed.\n"22925"Consider including an overall diffstat or table of contents\n"22926"for the patch you are writing.\n"22927"\n"22928"Clear the body content if you don't wish to send a summary.\n"22929msgstr ""22930"Lineas que comienzan en \"GIT:\" serán removidas.\n"22931"Considere incluir un diffstat global o una tabla de contenidos\n"22932"para el parche que está escribiendo.\n"22933"\n"22934"Limpiar el contenido de body si usted no desea mandar un resumen.\n"2293522936#: git-send-email.perl:73622937#, perl-format22938msgid "Failed to open %s: %s"22939msgstr "Falló al abrir %s: %s"2294022941#: git-send-email.perl:75322942#, perl-format22943msgid "Failed to open %s.final: %s"22944msgstr "Falló al abrir %s.final: %s"2294522946#: git-send-email.perl:79622947msgid "Summary email is empty, skipping it\n"22948msgstr "Archivo de resumen está vacío, saltando al siguiente\n"2294922950#. TRANSLATORS: please keep [y/N] as is.22951#: git-send-email.perl:83122952#, perl-format22953msgid "Are you sure you want to use <%s> [y/N]? "22954msgstr "Esta seguro de que desea usar <%s> [y/N]? "2295522956#: git-send-email.perl:88622957msgid ""22958"The following files are 8bit, but do not declare a Content-Transfer-"22959"Encoding.\n"22960msgstr ""22961"Los siguientes archivos son 8bit, pero no declaran un Content-Transfer-"22962"Encoding.\n"2296322964#: git-send-email.perl:89122965msgid "Which 8bit encoding should I declare [UTF-8]? "22966msgstr "Que codificación de 8bit debería declarar [UTF-8]? "2296722968#: git-send-email.perl:89922969#, perl-format22970msgid ""22971"Refusing to send because the patch\n"22972"\t%s\n"22973"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "22974"want to send.\n"22975msgstr ""22976"Rehusando mandar el parche porque\n"22977"\t%s\n"22978"tiene el template '*** SUBJECT HERE ***'. Agrega --force si realmente lo "22979"deseas mandar.\n"2298022981#: git-send-email.perl:91822982msgid "To whom should the emails be sent (if anyone)?"22983msgstr "A quien se deben mandar los correos (si existe)?"2298422985#: git-send-email.perl:93622986#, perl-format22987msgid "fatal: alias '%s' expands to itself\n"22988msgstr "fatal: alias '%s' se expande a si mismo\n"2298922990#: git-send-email.perl:94822991msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "22992msgstr ""22993"Qué id de mensaje será usado como En-Respuesta-Para en el primer email (si "22994"existe alguno)? "2299522996#: git-send-email.perl:1006 git-send-email.perl:101422997#, perl-format22998msgid "error: unable to extract a valid address from: %s\n"22999msgstr "error: no es posible extraer una dirección valida de %s\n"2300023001#. TRANSLATORS: Make sure to include [q] [d] [e] in your23002#. translation. The program will only accept English input23003#. at this point.23004#: git-send-email.perl:101823005msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "23006msgstr "Que hacer con esta dirección? ([q]salir|[d]botar|[e]ditar): "2300723008#: git-send-email.perl:133523009#, perl-format23010msgid "CA path \"%s\" does not exist"23011msgstr "Ruta CA \"%s\" no existe"2301223013#: git-send-email.perl:141823014msgid ""23015" The Cc list above has been expanded by additional\n"23016" addresses found in the patch commit message. By default\n"23017" send-email prompts before sending whenever this occurs.\n"23018" This behavior is controlled by the sendemail.confirm\n"23019" configuration setting.\n"23020"\n"23021" For additional information, run 'git send-email --help'.\n"23022" To retain the current behavior, but squelch this message,\n"23023" run 'git config --global sendemail.confirm auto'.\n"23024"\n"23025msgstr ""23026" La lista Cc ha sido expandida por direcciones adicionales\n"23027" encontradas en el mensaje de commit parchado.. Por defecto\n"23028" send-email se muestra antes de mandar cualquier cada vez que esto "23029"sucede.\n"23030" Este comportamiento is controlado por el valor de configuración "23031"sendemail.confirm.\n"23032"\n"23033" Para mas información, ejecuta 'git send-email --help'.\n"23034" Para mantener el comportamiento actual, pero evitar este mensaje,\n"23035" ejecuta 'git config --global sendemail.confirm auto'.\n"23036"\n"2303723038#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your23039#. translation. The program will only accept English input23040#. at this point.23041#: git-send-email.perl:143323042msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "23043msgstr "Mandar este email? ([y]si||[n]o|[e]editar|[q]salir|[a]todo): "2304423045#: git-send-email.perl:143623046msgid "Send this email reply required"23047msgstr "Necesitas mandar esta respuesta de email"2304823049#: git-send-email.perl:146423050msgid "The required SMTP server is not properly defined."23051msgstr "El servidor SMTP no esta definido adecuadamente."2305223053#: git-send-email.perl:151123054#, perl-format23055msgid "Server does not support STARTTLS! %s"23056msgstr "El servidor no soporta STARTTLS! %s"2305723058#: git-send-email.perl:1516 git-send-email.perl:152023059#, perl-format23060msgid "STARTTLS failed! %s"23061msgstr "Falló STARTTLS! %s"2306223063#: git-send-email.perl:152923064msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."23065msgstr ""23066"No es posible inicializar SMTP adecuadamente. Verificar config y usar ---"23067"smtp-debug."2306823069#: git-send-email.perl:154723070#, perl-format23071msgid "Failed to send %s\n"23072msgstr "Falló al enviar %s\n"2307323074#: git-send-email.perl:155023075#, perl-format23076msgid "Dry-Sent %s\n"23077msgstr "Dry-Sent %s\n"2307823079#: git-send-email.perl:155023080#, perl-format23081msgid "Sent %s\n"23082msgstr "Enviado %s\n"2308323084#: git-send-email.perl:155223085msgid "Dry-OK. Log says:\n"23086msgstr "Dry-OK. Log dice:\n"2308723088#: git-send-email.perl:155223089msgid "OK. Log says:\n"23090msgstr "OK. Log dice:\n"2309123092#: git-send-email.perl:156423093msgid "Result: "23094msgstr "Resultado: "2309523096#: git-send-email.perl:156723097msgid "Result: OK\n"23098msgstr "Resultado: OK\n"2309923100#: git-send-email.perl:158523101#, perl-format23102msgid "can't open file %s"23103msgstr "no se puede abrir el archivo %s"2310423105#: git-send-email.perl:1632 git-send-email.perl:165223106#, perl-format23107msgid "(mbox) Adding cc: %s from line '%s'\n"23108msgstr "(mbox) Agregando cc: %s de línea '%s'\n"2310923110#: git-send-email.perl:163823111#, perl-format23112msgid "(mbox) Adding to: %s from line '%s'\n"23113msgstr "(mbox) Agregando para: %s de la línea '%s'\n"2311423115#: git-send-email.perl:169123116#, perl-format23117msgid "(non-mbox) Adding cc: %s from line '%s'\n"23118msgstr "(non-mbox) Agregando cc: %s de la línea '%s'\n"2311923120#: git-send-email.perl:172623121#, perl-format23122msgid "(body) Adding cc: %s from line '%s'\n"23123msgstr "(body) Agregando cc: %s de la línea '%s'\n"2312423125#: git-send-email.perl:183723126#, perl-format23127msgid "(%s) Could not execute '%s'"23128msgstr "(%s) no se pudo ejecutar '%s'"2312923130#: git-send-email.perl:184423131#, perl-format23132msgid "(%s) Adding %s: %s from: '%s'\n"23133msgstr "(%s) Agregando %s: %s de: '%s'\n"2313423135#: git-send-email.perl:184823136#, perl-format23137msgid "(%s) failed to close pipe to '%s'"23138msgstr "(%s) falló al cerrar el pipe para '%s'"2313923140#: git-send-email.perl:187823141msgid "cannot send message as 7bit"23142msgstr "no se puede mandar mensaje como 7bit"2314323144#: git-send-email.perl:188623145msgid "invalid transfer encoding"23146msgstr "codificación de transferencia inválida"2314723148#: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:198923149#, perl-format23150msgid "unable to open %s: %s\n"23151msgstr "no es posible abrir %s: %s\n"2315223153#: git-send-email.perl:193023154#, perl-format23155msgid "%s: patch contains a line longer than 998 characters"23156msgstr "%s: el parche contiene una línea con mas de 998 caracteres"2315723158#: git-send-email.perl:194723159#, perl-format23160msgid "Skipping %s with backup suffix '%s'.\n"23161msgstr "Saltando %s con el sufijo de backup '%s'.\n"2316223163#. TRANSLATORS: please keep "[y|N]" as is.23164#: git-send-email.perl:195123165#, perl-format23166msgid "Do you really want to send %s? [y|N]: "23167msgstr "Realmente deseas mandar %s?[y|N]: "2316823169#~ msgid "hash version %X does not match version %X"23170#~ msgstr "versión de hash %X no concuerda con versión %X"2317123172#~ msgid "option '%s' requires a value"23173#~ msgstr "opción '%s' requiere un valor"2317423175#~ msgid "could not transform the todo list"23176#~ msgstr "no se pudo transformar lista de pendientes"2317723178#~ msgid "default"23179#~ msgstr "default"2318023181#~ msgid "Could not create directory '%s'"23182#~ msgstr "No se pudo crear el directorio '%s'"2318323184#~ msgid "allow rerere to update index with resolved conflict"23185#~ msgstr "permitir rerere actualizar index con conflictos resueltos"2318623187#~ msgid "could not open %s"23188#~ msgstr "no se pudo abrir %s"2318923190#~ msgid "Could not move back to $head_name"23191#~ msgstr "No se puede regresar a $head_name"2319223193#~ msgid ""23194#~ "It seems that there is already a $state_dir_base directory, and\n"23195#~ "I wonder if you are in the middle of another rebase. If that is the\n"23196#~ "case, please try\n"23197#~ "\t$cmd_live_rebase\n"23198#~ "If that is not the case, please\n"23199#~ "\t$cmd_clear_stale_rebase\n"23200#~ "and run me again. I am stopping in case you still have something\n"23201#~ "valuable there."23202#~ msgstr ""23203#~ "Parece que ya hay un directorio $state_dir_base, y\n"23204#~ "me pregunto si está en medio de otro rebase. Si ese es el \n"23205#~ "caso, por favor intente\n"23206#~ "\t$cmd_live_rebase\n"23207#~ "Si no es el caso, por favor\n"23208#~ "\t$cmd_clear_stale_rebase\n"23209#~ "y ejecúteme nuevamente. Me estoy deteniendo en caso de que tenga\n"23210#~ "algo de valor ahí."2321123212#~ msgid ""23213#~ "fatal: cannot combine am options with either interactive or merge options"23214#~ msgstr ""23215#~ "fatal: no se puede combinar opciones am con opciones interactivas o de "23216#~ "merge"2321723218#~ msgid "fatal: cannot combine '--signoff' with '--preserve-merges'"23219#~ msgstr "fatal: no se puede combinar '--signoff' con '--preserve-merges'"2322023221#~ msgid "fatal: cannot combine '--preserve-merges' with '--rebase-merges'"23222#~ msgstr ""23223#~ "fatal: no se puede combinar '--preserve-merges' con '--rebase-merges'"2322423225#~ msgid "fatal: cannot combine '--rebase-merges' with '--strategy-option'"23226#~ msgstr ""23227#~ "fatal: no se puede combinar '--rebase-merges' con '--strategy-option'"2322823229#~ msgid "fatal: cannot combine '--rebase-merges' with '--strategy'"23230#~ msgstr "fatal: no se puede combinar '--rebase-merges' con '--strategy'"2323123232#~ msgid "invalid upstream '$upstream_name'"23233#~ msgstr "upstream inválido '$upstream_name'"2323423235#~ msgid "$onto_name: there are more than one merge bases"23236#~ msgstr "$onto_name: hay más de una base de fusión"2323723238#~ msgid "$onto_name: there is no merge base"23239#~ msgstr "$onto_name: no hay base de fusión"2324023241#~ msgid "Does not point to a valid commit: $onto_name"23242#~ msgstr "No apunta a un commit válido: $onto_name"2324323244#~ msgid "fatal: no such branch/commit '$branch_name'"23245#~ msgstr "fatal: no existe la rama/commit: '$branch_name'"2324623247#~ msgid "Created autostash: $stash_abbrev"23248#~ msgstr "Autostash creado: $stash_abbrev"2324923250#~ msgid "Current branch $branch_name is up to date."23251#~ msgstr "La rama actual $branch_name está actualizada."2325223253#~ msgid "Current branch $branch_name is up to date, rebase forced."23254#~ msgstr "Rama actual $branch_name está actualizada, rebase forzado."2325523256#~ msgid "Changes to $onto:"23257#~ msgstr "Cambios hacia $onto:"2325823259#~ msgid "Changes from $mb to $onto:"23260#~ msgstr "Cambios desde $mb a $onto:"2326123262#~ msgid "Fast-forwarded $branch_name to $onto_name."23263#~ msgstr "Avance rápido de $branch_name a $onto_name."2326423265#~ msgid "First, rewinding head to replay your work on top of it..."23266#~ msgstr ""23267#~ "En primer lugar, rebobinando HEAD para después reproducir tus cambios "23268#~ "encima de ésta..."2326923270#~ msgid "ignoring unknown color-moved-ws mode '%s'"23271#~ msgstr "ignorando modo desconocido color-moved-ws '%s'"2327223273#~ msgid "only 'tree:0' is supported"23274#~ msgstr "solo 'tree:0' es soportado"2327523276#~ msgid "Renaming %s to %s and %s to %s instead"23277#~ msgstr "Renombrando %s a %s y %s a %s más bien"2327823279#~ msgid "Adding merged %s"23280#~ msgstr "Agregar %s fusionado"2328123282#~ msgid "Internal error"23283#~ msgstr "Error interno"2328423285#~ msgid "mainline was specified but commit %s is not a merge."23286#~ msgstr "línea principal especificada pero el commit %s no es una fusión."2328723288#~ msgid "unable to write sha1 filename %s"23289#~ msgstr "incapaz de escribir el nombre de archivo sha1 %s"2329023291#~ msgid "cannot read sha1_file for %s"23292#~ msgstr "no se puede leer sha1_file para %s"2329323294#~ msgid ""23295#~ "error: cannot combine interactive options (--interactive, --exec, --"23296#~ "rebase-merges, --preserve-merges, --keep-empty, --root + --onto) with am "23297#~ "options (%s)"23298#~ msgstr ""23299#~ "error: no se puede combinar opciones interactivas (--interactive, --exec, "23300#~ "--rebase-merges, --preserve-merges, --keep-empty, --root + --onto) con "23301#~ "opciones (%s)"2330223303#~ msgid ""23304#~ "error: cannot combine merge options (--merge, --strategy, --strategy-"23305#~ "option) with am options (%s)"23306#~ msgstr ""23307#~ "error: no se puede combinar opciones de merge (--merge, --strategy, --"23308#~ "strategy-option) con opciones de am (%s)"2330923310#~ msgid "unrecognised option: '$arg'"23311#~ msgstr "opción no reconocida: '$arg'"2331223313#~ msgid "'$invalid' is not a valid commit"23314#~ msgstr "'$invalid' no es un commit válido"2331523316#~ msgid "could not parse '%s' (looking for '%s')"23317#~ msgstr "no se pudo configurar '%s' (buscando '%s')"2331823319#~ msgid "deprecated synonym for --create-reflog"23320#~ msgstr "sinónimo deprecado para --create-reflog"2332123322#~ msgid "Can't stat %s"23323#~ msgstr "No se puede definir %s"2332423325#~ msgid "abort rebase"23326#~ msgstr "abortar rebase"2332723328#~ msgid "make rebase script"23329#~ msgstr "generar script de rebase"2333023331#~ msgid "No such remote: %s"23332#~ msgstr "No existe el remoto: %s"2333323334#~ msgid "cannot move a locked working tree"23335#~ msgstr "no se puede mover un árbol de trabajo encerrado"2333623337#~ msgid "cannot remove a locked working tree"23338#~ msgstr "no se puede eliminar árbol de trabajo encerrado"2333923340#~ msgid "Applied autostash."23341#~ msgstr "Autostash aplicado."2334223343#~ msgid "Cannot store $stash_sha1"23344#~ msgstr "No se puede almacenar $stash_sha1"2334523346#~ msgid ""23347#~ "\n"23348#~ "\tHowever, if you remove everything, the rebase will be aborted.\n"23349#~ "\n"23350#~ "\t"23351#~ msgstr ""23352#~ "\n"23353#~ "\tComo sea, si quieres borrar todo, el rebase será abortado.\n"23354#~ "\n"23355#~ "\t"2335623357#~ msgid "Dirty index: cannot merge (dirty: %s)"23358#~ msgstr "Índice sucio: no se puede fusionar (sucio: %s)"2335923360#~ msgid "(+/-)x"23361#~ msgstr "(+/-)x"2336223363#~ msgid "<command>"23364#~ msgstr "<comando>"2336523366#~ msgid "push|fetch"23367#~ msgstr "push|fetch"2336823369#~ msgid "w[,i1[,i2]]"23370#~ msgstr "w[,i1[,i2]]"2337123372#~ msgid "Entering '$displaypath'"23373#~ msgstr "Entrando a '$displaypath'"2337423375#~ msgid "Stopping at '$displaypath'; script returned non-zero status."23376#~ msgstr ""23377#~ "Deteniendo en '$displaypath'; script devolvió un status distinto de cero."2337823379#~ msgid "Everyday Git With 20 Commands Or So"23380#~ msgstr "Git diario con 20 comandos o algo así"2338123382#~ msgid "Could not open '%s' for writing"23383#~ msgstr "No se pudo abrir '%s' para escritura"2338423385#~ msgid ""23386#~ "unexpected 1st line of squash message:\n"23387#~ "\n"23388#~ "\t%.*s"23389#~ msgstr ""23390#~ "1ra línea del mensaje squash no esperada:\n"23391#~ "\n"23392#~ "\t%.*s"2339323394#~ msgid ""23395#~ "invalid 1st line of squash message:\n"23396#~ "\n"23397#~ "\t%.*s"23398#~ msgstr ""23399#~ "1ra línea del mensaje squash inválida:\n"23400#~ "\n"23401#~ "\t%.*s"2340223403#~ msgid "BUG: returned path string doesn't match cwd?"23404#~ msgstr "BUG: string de ruta recibido no concuerda con cwd?"2340523406#~ msgid "Error in object"23407#~ msgstr "Error en el objeto"2340823409#~ msgid "git fetch-pack: expected ACK/NAK, got EOF"23410#~ msgstr "git fetch-pack: se esperaba ACK/NAK, se obtuvo EOF"2341123412#~ msgid "invalid filter-spec expression '%s'"23413#~ msgstr "expresión filter-spec inválida '%s'"2341423415#~ msgid "The copy of the patch that failed is found in: %s"23416#~ msgstr "La copia del parche que fallido se encuentra en: %s"2341723418#~ msgid "pathspec and --all are incompatible"23419#~ msgstr "pathspec y --all son incompatibles"2342023421#~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"23422#~ msgstr ""23423#~ "Anulado el registro del submódulo '$name' ($url) para la ruta "23424#~ "'$displaypath'"2342523426#~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"23427#~ msgstr ""23428#~ "Campos Para/Cc/Bcc no han sido interpretados todavía, han sido ignorados\n"2342923430#~ msgid ""23431#~ "empty strings as pathspecs will be made invalid in upcoming releases. "23432#~ "please use . instead if you meant to match all paths"23433#~ msgstr ""23434#~ "los strings vacíos como pathspecs serán inválidas en las próximas "23435#~ "versiones. por favor use . si quería hacer coincidir todas las rutas"2343623437#~ msgid "could not truncate '%s'"23438#~ msgstr "no se pudo truncar '%s'"2343923440#~ msgid "could not close %s"23441#~ msgstr "no se pudo cerrar %s"2344223443#~ msgid "Copied a misnamed branch '%s' away"23444#~ msgstr "Copiada una rama mal llamada '%s' afuera"2344523446#~ msgid "it does not make sense to create 'HEAD' manually"23447#~ msgstr "No tiene sentido crear 'HEAD' manualmente"2344823449#~ msgid "Don't know how to clone %s"23450#~ msgstr "No se sabe como clonar %s"2345123452#~ msgid "Don't know how to fetch from %s"23453#~ msgstr "No se sabe como extraer de %s"2345423455#~ msgid "'$term' is not a valid term"23456#~ msgstr "'$term' no es un término válido"2345723458#~ msgid ""23459#~ "error: unknown option for 'stash save': $option\n"23460#~ " To provide a message, use git stash save -- '$option'"23461#~ msgstr ""23462#~ "error: opción desconocida para 'stash save': $option\n"23463#~ " Esto provee un mensaje , use git stash save -- '$option'"2346423465#~ msgid "Failed to recurse into submodule path '$sm_path'"23466#~ msgstr "Falló al recurrir en la ruta de submódulo '$sm_path'"2346723468#~ msgid "%%(trailers) does not take arguments"23469#~ msgstr "%%(trailers) no toma argumentos"2347023471#~ msgid "submodule update strategy not supported for submodule '%s'"23472#~ msgstr ""23473#~ "estrategia de actualización de submódulo no soportada para submódulo '%s'"2347423475#~ msgid "change upstream info"23476#~ msgstr "cambie info de upstream"2347723478#~ msgid ""23479#~ "\n"23480#~ "If you wanted to make '%s' track '%s', do this:\n"23481#~ "\n"23482#~ msgstr ""23483#~ "\n"23484#~ "Si querías hacer que '%s' rastree '%s', haz esto:\n"23485#~ "\n"2348623487#~ msgid "basename"23488#~ msgstr "nombre base"2348923490#~ msgid ""23491#~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"23492#~ " - $line"23493#~ msgstr ""23494#~ "Peligro: falta el SHA-1 o no es un commit en la siguiente línea:\n"23495#~ " - $line"2349623497#~ msgid ""23498#~ "Warning: the command isn't recognized in the following line:\n"23499#~ " - $line"23500#~ msgstr ""23501#~ "Peligro: el comando no es reconocido en la siguiente línea:\n"23502#~ " - $line"2350323504#~ msgid "Or you can abort the rebase with 'git rebase --abort'."23505#~ msgstr "O puedes abortar el rebasamiento con 'git rebase --abort'."