1# Spanish translations for Git. 2# Copyright (C) 2017 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: 2017-10-08 09:48+0800\n" 11"PO-Revision-Date: 2017-10-08 11:17-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 1.8.5\n" 20 21#: advice.c:58 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "ayuda: %.*s\n" 25 26#: advice.c:86 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:88 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:90 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:92 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:94 44msgid "Reverting is not possible because you have unmerged files." 45msgstr "No es posible revertir porque tienes archivos sin fusionar." 46 47#: advice.c:96 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:104 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:112 61msgid "Exiting because of an unresolved conflict." 62msgstr "Saliendo porque existe un conflicto sin resolver." 63 64#: advice.c:117 builtin/merge.c:1211 65msgid "You have not concluded your merge (MERGE_HEAD exists)." 66msgstr "No has concluido tu fusión (MERGE_HEAD existe)." 67 68#: advice.c:119 69msgid "Please, commit your changes before merging." 70msgstr "Por favor, realiza un commit antes de fusionar." 71 72#: advice.c:120 73msgid "Exiting because of unfinished merge." 74msgstr "Saliendo por una fusion inconclusa." 75 76#: advice.c:126 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#: apply.c:58 106#, c-format 107msgid "unrecognized whitespace option '%s'" 108msgstr "opcion de espacios en blanco no reconocida '%s'" 109 110#: apply.c:74 111#, c-format 112msgid "unrecognized whitespace ignore option '%s'" 113msgstr "opcion de ignorar espacios en blanco no reconocida '%s'" 114 115#: apply.c:125 116msgid "--reject and --3way cannot be used together." 117msgstr "--reject y --3way no se pueden utilizar juntas." 118 119#: apply.c:127 120msgid "--cached and --3way cannot be used together." 121msgstr "--cached y --3way no se pueden utilizar juntas." 122 123#: apply.c:130 124msgid "--3way outside a repository" 125msgstr "--3way esta fuera de un repositorio" 126 127#: apply.c:141 128msgid "--index outside a repository" 129msgstr "--index esta fuera de un repositorio" 130 131#: apply.c:144 132msgid "--cached outside a repository" 133msgstr "--cached esta fuera de un repositorio" 134 135#: apply.c:845 136#, c-format 137msgid "Cannot prepare timestamp regexp %s" 138msgstr "No se puede preparar una marca de tiempo para la expresion regular %s" 139 140#: apply.c:854 141#, c-format 142msgid "regexec returned %d for input: %s" 143msgstr "regexec retorno %d para la entrada: %s" 144 145#: apply.c:928 146#, c-format 147msgid "unable to find filename in patch at line %d" 148msgstr "" 149"no se puede encontrar el nombre del archivo en el parche en la linea %d" 150 151#: apply.c:966 152#, c-format 153msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 154msgstr "" 155"git apply: mal git-diff - se esperaba /dev/null, se encontro %s en la linea " 156"%d" 157 158#: apply.c:972 159#, c-format 160msgid "git apply: bad git-diff - inconsistent new filename on line %d" 161msgstr "" 162"git apply: mal git-diff - nuevo nombre de archivo inconsistente en la linea " 163"%d" 164 165#: apply.c:973 166#, c-format 167msgid "git apply: bad git-diff - inconsistent old filename on line %d" 168msgstr "" 169"git apply: mal git-diff - viejo nombre de archivo inconsistente en la linea " 170"%d" 171 172#: apply.c:978 173#, c-format 174msgid "git apply: bad git-diff - expected /dev/null on line %d" 175msgstr "git apply: mal git-diff - se esperaba /dev/null en la linea %d" 176 177#: apply.c:1007 178#, c-format 179msgid "invalid mode on line %d: %s" 180msgstr "modo invalido en la linea %d: %s" 181 182#: apply.c:1325 183#, c-format 184msgid "inconsistent header lines %d and %d" 185msgstr "header inconsistente en las lineas %d y %d" 186 187#: apply.c:1497 188#, c-format 189msgid "recount: unexpected line: %.*s" 190msgstr "recount: linea inesperada: %.*s" 191 192#: apply.c:1566 193#, c-format 194msgid "patch fragment without header at line %d: %.*s" 195msgstr "fragmento de parche sin header en la linea %d: %.*s" 196 197#: apply.c:1586 198#, c-format 199msgid "" 200"git diff header lacks filename information when removing %d leading pathname " 201"component (line %d)" 202msgid_plural "" 203"git diff header lacks filename information when removing %d leading pathname " 204"components (line %d)" 205msgstr[0] "" 206"al header de git diff carece de informacion del nombre del archivo %d cuando " 207"lo remueve de la ruta principalcomponente (linea %d)" 208msgstr[1] "" 209"los headers de git diff carecen de informacion de los nombres de los " 210"archivos %d cuando los remueven de la ruta principalcomponentes (linea %d)" 211 212#: apply.c:1599 213#, c-format 214msgid "git diff header lacks filename information (line %d)" 215msgstr "" 216"el header de git diff carece de informacion del nombre del archivo (linea %d)" 217 218#: apply.c:1787 219msgid "new file depends on old contents" 220msgstr "el nuevo archivo depende de contenidos viejos" 221 222#: apply.c:1789 223msgid "deleted file still has contents" 224msgstr "el archivo eliminado todavia tiene contenido" 225 226#: apply.c:1823 227#, c-format 228msgid "corrupt patch at line %d" 229msgstr "parche corrupto en la linea %d" 230 231#: apply.c:1860 232#, c-format 233msgid "new file %s depends on old contents" 234msgstr "nuevo archivo %s depende en contenidos viejos" 235 236#: apply.c:1862 237#, c-format 238msgid "deleted file %s still has contents" 239msgstr "el archivo borrado %s todavia tiene contenido" 240 241#: apply.c:1865 242#, c-format 243msgid "** warning: file %s becomes empty but is not deleted" 244msgstr "** peligro: el archivo %s esta vacio pero no es borrado" 245 246#: apply.c:2012 247#, c-format 248msgid "corrupt binary patch at line %d: %.*s" 249msgstr "parche binario corrupto en la linea %d: %.*s" 250 251#: apply.c:2049 252#, c-format 253msgid "unrecognized binary patch at line %d" 254msgstr "parche binario no reconocido en la linea %d" 255 256#: apply.c:2209 257#, c-format 258msgid "patch with only garbage at line %d" 259msgstr "parche que solo contiene basura en la linea %d" 260 261#: apply.c:2295 262#, c-format 263msgid "unable to read symlink %s" 264msgstr "no es posible leer el symlink %s" 265 266#: apply.c:2299 267#, c-format 268msgid "unable to open or read %s" 269msgstr "no es posible abrir o leer %s" 270 271#: apply.c:2958 272#, c-format 273msgid "invalid start of line: '%c'" 274msgstr "comienzo invalido de linea: '%c'" 275 276#: apply.c:3077 277#, c-format 278msgid "Hunk #%d succeeded at %d (offset %d line)." 279msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 280msgstr[0] "Hunk #%d tuvo exito en %d (%d linea compensada)." 281msgstr[1] "Hunk #%d tuvo exito en %d (%d lineas compensadas)." 282 283#: apply.c:3089 284#, c-format 285msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 286msgstr "Contexto reducido a (%ld/%ld) para aplicar el fragmento en %d" 287 288#: apply.c:3095 289#, c-format 290msgid "" 291"while searching for:\n" 292"%.*s" 293msgstr "" 294"Mientras se busca:\n" 295"%.*s" 296 297#: apply.c:3117 298#, c-format 299msgid "missing binary patch data for '%s'" 300msgstr "data perdida en parche binario para '%s'" 301 302#: apply.c:3125 303#, c-format 304msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 305msgstr "" 306"no se puede revertir-aplicar un parche binario sin el hunk revertido a '%s'" 307 308#: apply.c:3171 309#, c-format 310msgid "cannot apply binary patch to '%s' without full index line" 311msgstr "no se puede aplcar el parche binario a '%s' sin un indice completo" 312 313#: apply.c:3181 314#, c-format 315msgid "" 316"the patch applies to '%s' (%s), which does not match the current contents." 317msgstr "" 318"el parche aplica a '%s' (%s), lo cual no concuerda con los contenidos " 319"actuales." 320 321#: apply.c:3189 322#, c-format 323msgid "the patch applies to an empty '%s' but it is not empty" 324msgstr "el parche aplica a un '%s' vacio, pero este no lo esta" 325 326#: apply.c:3207 327#, c-format 328msgid "the necessary postimage %s for '%s' cannot be read" 329msgstr "la postimagen necesaria %s para '%s' no se puede leer" 330 331#: apply.c:3220 332#, c-format 333msgid "binary patch does not apply to '%s'" 334msgstr "el parche binario no aplica para '%s'" 335 336#: apply.c:3226 337#, c-format 338msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 339msgstr "" 340"el parche binario para '%s' crea un resultado incorrecto (saliendo %s, se " 341"obtuvo %s)" 342 343#: apply.c:3247 344#, c-format 345msgid "patch failed: %s:%ld" 346msgstr "el parche fallo: %s:%ld" 347 348#: apply.c:3369 349#, c-format 350msgid "cannot checkout %s" 351msgstr "no se puede hacer checkout a %s" 352 353#: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277 354#, c-format 355msgid "failed to read %s" 356msgstr "no se pudo leer %s" 357 358#: apply.c:3426 359#, c-format 360msgid "reading from '%s' beyond a symbolic link" 361msgstr "leyendo de '%s' tras un symbolic link" 362 363#: apply.c:3455 apply.c:3695 364#, c-format 365msgid "path %s has been renamed/deleted" 366msgstr "la ruta %s ha sido renombrada/suprimida" 367 368#: apply.c:3538 apply.c:3709 369#, c-format 370msgid "%s: does not exist in index" 371msgstr "%s: no existe en el indice" 372 373#: apply.c:3547 apply.c:3717 374#, c-format 375msgid "%s: does not match index" 376msgstr "%s: no concuerda con el indice" 377 378#: apply.c:3582 379msgid "repository lacks the necessary blob to fall back on 3-way merge." 380msgstr "" 381"el repositorio carece del blob necesario para regresar en un merge de tres-" 382"vias" 383 384#: apply.c:3585 385#, c-format 386msgid "Falling back to three-way merge...\n" 387msgstr "Retrocediendo en un merge de tres-vias...\n" 388 389#: apply.c:3601 apply.c:3605 390#, c-format 391msgid "cannot read the current contents of '%s'" 392msgstr "no se pueden leer los contenidos actuales de '%s'" 393 394#: apply.c:3617 395#, c-format 396msgid "Failed to fall back on three-way merge...\n" 397msgstr "Fallo el merge en retroceso de tres-vias...\n" 398 399#: apply.c:3631 400#, c-format 401msgid "Applied patch to '%s' with conflicts.\n" 402msgstr "Parche aplicado a '%s' con conflictos.\n" 403 404#: apply.c:3636 405#, c-format 406msgid "Applied patch to '%s' cleanly.\n" 407msgstr "Parche aplicado a '%s' limpiamente\n" 408 409#: apply.c:3662 410msgid "removal patch leaves file contents" 411msgstr "parche de remocion deja contenidos en el archivo" 412 413#: apply.c:3734 414#, c-format 415msgid "%s: wrong type" 416msgstr "%s: tipo incorrecto" 417 418#: apply.c:3736 419#, c-format 420msgid "%s has type %o, expected %o" 421msgstr "%s tiene tipo %o, se esperaba %o" 422 423#: apply.c:3886 apply.c:3888 424#, c-format 425msgid "invalid path '%s'" 426msgstr "ruta invalida '%s'" 427 428#: apply.c:3944 429#, c-format 430msgid "%s: already exists in index" 431msgstr "%s: ya existe en el indice" 432 433#: apply.c:3947 434#, c-format 435msgid "%s: already exists in working directory" 436msgstr "%s: ya existe en el directorio de trabajo" 437 438#: apply.c:3967 439#, c-format 440msgid "new mode (%o) of %s does not match old mode (%o)" 441msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o)" 442 443#: apply.c:3972 444#, c-format 445msgid "new mode (%o) of %s does not match old mode (%o) of %s" 446msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o) de %s" 447 448#: apply.c:3992 449#, c-format 450msgid "affected file '%s' is beyond a symbolic link" 451msgstr "archivo afectado '%s' esta tras un symbolic link" 452 453#: apply.c:3996 454#, c-format 455msgid "%s: patch does not apply" 456msgstr "%s: el parche no aplica" 457 458#: apply.c:4011 459#, c-format 460msgid "Checking patch %s..." 461msgstr "Revisando el parche %s..." 462 463#: apply.c:4102 464#, c-format 465msgid "sha1 information is lacking or useless for submodule %s" 466msgstr "falta informacion del sha1 o es inutil para el submodulo %s" 467 468#: apply.c:4109 469#, c-format 470msgid "mode change for %s, which is not in current HEAD" 471msgstr "modo cambiado para %s, el cual no se encuentra en el HEAD actual" 472 473#: apply.c:4112 474#, c-format 475msgid "sha1 information is lacking or useless (%s)." 476msgstr "falta informacion sha1 o es inutil (%s)." 477 478#: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148 479#, c-format 480msgid "make_cache_entry failed for path '%s'" 481msgstr "make_cache_entry fallo para la ruta '%s'" 482 483#: apply.c:4121 484#, c-format 485msgid "could not add %s to temporary index" 486msgstr "no se pudo anadir %s al indice temporal" 487 488#: apply.c:4131 489#, c-format 490msgid "could not write temporary index to %s" 491msgstr "no se pudo escribir un indice temporal para %s" 492 493#: apply.c:4269 494#, c-format 495msgid "unable to remove %s from index" 496msgstr "no se puede remover %s del indice" 497 498#: apply.c:4304 499#, c-format 500msgid "corrupt patch for submodule %s" 501msgstr "parche corrupto para el submodulo %s" 502 503#: apply.c:4310 504#, c-format 505msgid "unable to stat newly created file '%s'" 506msgstr "no es posible establecer el archivo recien creado '%s'" 507 508#: apply.c:4318 509#, c-format 510msgid "unable to create backing store for newly created file %s" 511msgstr "" 512"no es posible crear una copia de seguridad para el archivo recien creado %s" 513 514#: apply.c:4324 apply.c:4468 515#, c-format 516msgid "unable to add cache entry for %s" 517msgstr "no es posible agregar una entrada en el cache para %s" 518 519#: apply.c:4365 520#, c-format 521msgid "failed to write to '%s'" 522msgstr "fallo escribir para '%s'" 523 524#: apply.c:4369 525#, c-format 526msgid "closing file '%s'" 527msgstr "cerrando archivo '%s'" 528 529#: apply.c:4439 530#, c-format 531msgid "unable to write file '%s' mode %o" 532msgstr "no es posible escribir el archivo '%s' modo %o" 533 534#: apply.c:4537 535#, c-format 536msgid "Applied patch %s cleanly." 537msgstr "Parche %s aplicado limpiamente" 538 539#: apply.c:4545 540msgid "internal error" 541msgstr "Error interno" 542 543#: apply.c:4548 544#, c-format 545msgid "Applying patch %%s with %d reject..." 546msgid_plural "Applying patch %%s with %d rejects..." 547msgstr[0] "Aplicando parche %%s con %d rechazo..." 548msgstr[1] "Aplicando parche %%s con %d rechazos..." 549 550#: apply.c:4559 551#, c-format 552msgid "truncating .rej filename to %.*s.rej" 553msgstr "truncando el nombre de archivo .rej a %.*s.rej " 554 555#: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010 556#, c-format 557msgid "cannot open %s" 558msgstr "no se puede abrir %s" 559 560#: apply.c:4581 561#, c-format 562msgid "Hunk #%d applied cleanly." 563msgstr "Hunk #%d aplicado limpiamente" 564 565#: apply.c:4585 566#, c-format 567msgid "Rejected hunk #%d." 568msgstr "hunk #%d rechazado" 569 570#: apply.c:4695 571#, c-format 572msgid "Skipped patch '%s'." 573msgstr "Parche '%s' saltado." 574 575#: apply.c:4703 576msgid "unrecognized input" 577msgstr "input no reconocido" 578 579#: apply.c:4722 580msgid "unable to read index file" 581msgstr "no es posible leer el archivo indice" 582 583#: apply.c:4859 584#, c-format 585msgid "can't open patch '%s': %s" 586msgstr "no se puede abrir el parche '%s': %s" 587 588#: apply.c:4886 589#, c-format 590msgid "squelched %d whitespace error" 591msgid_plural "squelched %d whitespace errors" 592msgstr[0] "%d error de espacios en blanco aplastado" 593msgstr[1] "%d errores de espacios en blanco aplastados" 594 595#: apply.c:4892 apply.c:4907 596#, c-format 597msgid "%d line adds whitespace errors." 598msgid_plural "%d lines add whitespace errors." 599msgstr[0] "%d linea agrega errores de espacios en blanco." 600msgstr[1] "%d lineas agregan erroes de espacios en blanco." 601 602#: apply.c:4900 603#, c-format 604msgid "%d line applied after fixing whitespace errors." 605msgid_plural "%d lines applied after fixing whitespace errors." 606msgstr[0] "" 607"%d linea aplicada despues de arreglar los errores de espacios en blanco." 608msgstr[1] "" 609"%d lineas aplicadas despues de arreglar los errores de espacios en blanco." 610 611#: apply.c:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390 612msgid "Unable to write new index file" 613msgstr "No es posible escribir el archivo indice" 614 615#: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259 616#: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187 617#: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622 618#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992 619#: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212 620#: git-add--interactive.perl:197 621msgid "path" 622msgstr "ruta" 623 624#: apply.c:4948 625msgid "don't apply changes matching the given path" 626msgstr "no aplicar cambios que concuerden con la ruta suministrada" 627 628#: apply.c:4951 629msgid "apply changes matching the given path" 630msgstr "aplicar cambios que concuerden con la ruta suministrada" 631 632#: apply.c:4953 builtin/am.c:2265 633msgid "num" 634msgstr "num" 635 636#: apply.c:4954 637msgid "remove <num> leading slashes from traditional diff paths" 638msgstr "remover <num> slashes iniciales de las rutas diff tradicionales" 639 640#: apply.c:4957 641msgid "ignore additions made by the patch" 642msgstr "ignorar adiciones hechas por el parche" 643 644#: apply.c:4959 645msgid "instead of applying the patch, output diffstat for the input" 646msgstr "en lugar de aplicar elparche, mostrar diffstat para la entrada" 647 648#: apply.c:4963 649msgid "show number of added and deleted lines in decimal notation" 650msgstr "mostrar el numero de lineas agregadas y elminadas en notacion decimal" 651 652#: apply.c:4965 653msgid "instead of applying the patch, output a summary for the input" 654msgstr "en lugar de aplicar el parche, mostrar un resumen para la entrada" 655 656#: apply.c:4967 657msgid "instead of applying the patch, see if the patch is applicable" 658msgstr "en lugar de aplicar el parche, ver si el parche es aplicable" 659 660#: apply.c:4969 661msgid "make sure the patch is applicable to the current index" 662msgstr "asegurar que el parche es aplicable al indice actual" 663 664#: apply.c:4971 665msgid "apply a patch without touching the working tree" 666msgstr "aplicar un parche sin tocar el arbol de trabajo" 667 668#: apply.c:4973 669msgid "accept a patch that touches outside the working area" 670msgstr "aceptar un parche que toca fuera del area de trabajo" 671 672#: apply.c:4975 673msgid "also apply the patch (use with --stat/--summary/--check)" 674msgstr "tambien aplicar el parche ( usar con --stat/--summary/--check" 675 676#: apply.c:4977 677msgid "attempt three-way merge if a patch does not apply" 678msgstr "intentar merge de tres-vias si el parche no aplica" 679 680#: apply.c:4979 681msgid "build a temporary index based on embedded index information" 682msgstr "" 683"construir un indice temporal basado en la informacion del indice incrustado" 684 685#: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513 686msgid "paths are separated with NUL character" 687msgstr "rutas estan separadas con un caracter NULL " 688 689#: apply.c:4984 690msgid "ensure at least <n> lines of context match" 691msgstr "asegure que por lo menos <n> lineas del contexto concuerden" 692 693#: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95 694#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99 695msgid "action" 696msgstr "accion" 697 698#: apply.c:4986 699msgid "detect new or modified lines that have whitespace errors" 700msgstr "" 701"detectar lineas nuevas o modificadas que contienen errores de espacios en " 702"blanco" 703 704#: apply.c:4989 apply.c:4992 705msgid "ignore changes in whitespace when finding context" 706msgstr "" 707"ignorar cambios en los espacios en blanco cuando se encuentra el contexto" 708 709#: apply.c:4995 710msgid "apply the patch in reverse" 711msgstr "aplicar el parche en reversa" 712 713#: apply.c:4997 714msgid "don't expect at least one line of context" 715msgstr "no espera al menos una linea del contexto" 716 717#: apply.c:4999 718msgid "leave the rejected hunks in corresponding *.rej files" 719msgstr "dejar los hunks rechazados en los archivos *.rej correspontientes" 720 721#: apply.c:5001 722msgid "allow overlapping hunks" 723msgstr "permitir solapamiento de hunks" 724 725#: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21 726#: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640 727#: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125 728msgid "be verbose" 729msgstr "ser verboso" 730 731#: apply.c:5004 732msgid "tolerate incorrectly detected missing new-line at the end of file" 733msgstr "" 734"tolerar nuevas lineas faltantes detectadas incorrectamente al final del " 735"archivo" 736 737#: apply.c:5007 738msgid "do not trust the line counts in the hunk headers" 739msgstr "no confiar en el conteo de lineas en los headers del hunk" 740 741#: apply.c:5009 builtin/am.c:2253 742msgid "root" 743msgstr "raiz" 744 745#: apply.c:5010 746msgid "prepend <root> to all filenames" 747msgstr "anteponer <root> a todos los nombres de archivos" 748 749#: archive.c:13 750msgid "git archive [<options>] <tree-ish> [<path>...]" 751msgstr "git archive [<opciones>] <parte-del-arbol> [<ruta>...]" 752 753#: archive.c:14 754msgid "git archive --list" 755msgstr "git archive --list" 756 757#: archive.c:15 758msgid "" 759"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 760msgstr "" 761"git archive --remote <repo> [--exec <comando> ] [<opciones>] <parte-del-" 762"arbol> [<ruta>...]" 763 764#: archive.c:16 765msgid "git archive --remote <repo> [--exec <cmd>] --list" 766msgstr "git archive --remote <repo> [--exec <comando>] --list" 767 768#: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299 769#, c-format 770msgid "pathspec '%s' did not match any files" 771msgstr "ruta especificada '%s' no concordo con ninguna carpeta" 772 773#: archive.c:436 774msgid "fmt" 775msgstr "fmt" 776 777#: archive.c:436 778msgid "archive format" 779msgstr "formato del archivo" 780 781#: archive.c:437 builtin/log.c:1452 782msgid "prefix" 783msgstr "prefijo" 784 785#: archive.c:438 786msgid "prepend prefix to each pathname in the archive" 787msgstr "anteponer prefijo a cada ruta en el archivo" 788 789#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61 790#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859 791#: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550 792#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120 793#: parse-options.h:153 794msgid "file" 795msgstr "carpeta" 796 797#: archive.c:440 builtin/archive.c:89 798msgid "write the archive to this file" 799msgstr "escribe el archivo en esta carpeta" 800 801#: archive.c:442 802msgid "read .gitattributes in working directory" 803msgstr "leer .gitatributes en el directorio de trabajo" 804 805#: archive.c:443 806msgid "report archived files on stderr" 807msgstr "reportar archivos archivados por stderr" 808 809#: archive.c:444 810msgid "store only" 811msgstr "solo guardar" 812 813#: archive.c:445 814msgid "compress faster" 815msgstr "comprimir mas rapido" 816 817#: archive.c:453 818msgid "compress better" 819msgstr "comprimir mejor" 820 821#: archive.c:456 822msgid "list supported archive formats" 823msgstr "listar los formatos de carpeta soportados" 824 825#: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109 826#: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001 827msgid "repo" 828msgstr "repo" 829 830#: archive.c:459 builtin/archive.c:91 831msgid "retrieve the archive from remote repository <repo>" 832msgstr "obtener la carpeta del repositorio remoto <repo>" 833 834#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489 835msgid "command" 836msgstr "comando" 837 838#: archive.c:461 builtin/archive.c:93 839msgid "path to the remote git-upload-archive command" 840msgstr "ruta para el comando git-upload-archivo remoto " 841 842#: archive.c:468 843msgid "Unexpected option --remote" 844msgstr "opcion inesperada --remote" 845 846#: archive.c:470 847msgid "Option --exec can only be used together with --remote" 848msgstr "Opcion --exec solo puede ser utilizada con --remote" 849 850#: archive.c:472 851msgid "Unexpected option --output" 852msgstr "Opcion inesperada --output" 853 854#: archive.c:494 855#, c-format 856msgid "Unknown archive format '%s'" 857msgstr "Formato de carpeta desconocido '%s'" 858 859#: archive.c:501 860#, c-format 861msgid "Argument not supported for format '%s': -%d" 862msgstr "Argumento no soprtado para formato '%s': -%d" 863 864#: attr.c:218 865#, c-format 866msgid "%.*s is not a valid attribute name" 867msgstr "%.*s no es un nombre de atributo valido" 868 869#: attr.c:415 870msgid "" 871"Negative patterns are ignored in git attributes\n" 872"Use '\\!' for literal leading exclamation." 873msgstr "" 874"Los patrones negativos son ignorados en los atributos de git\n" 875"Usa '\\!' para comenzar literalmente con exclamacion." 876 877#: bisect.c:447 878#, c-format 879msgid "Badly quoted content in file '%s': %s" 880msgstr "Revisa las comillas en el archivo '%s': %s" 881 882#: bisect.c:655 883#, c-format 884msgid "We cannot bisect more!\n" 885msgstr "No podemos bisecar mas!\n" 886 887#: bisect.c:708 888#, c-format 889msgid "Not a valid commit name %s" 890msgstr "No es un nombre de commit valido %s" 891 892#: bisect.c:732 893#, c-format 894msgid "" 895"The merge base %s is bad.\n" 896"This means the bug has been fixed between %s and [%s].\n" 897msgstr "" 898"La base de fusion %s esta mal.\n" 899"Esto quiere decir que el bug ha sido arreglado enter %s y [%s].\n" 900 901#: bisect.c:737 902#, c-format 903msgid "" 904"The merge base %s is new.\n" 905"The property has changed between %s and [%s].\n" 906msgstr "" 907"La base de fusion %s es nueva.\n" 908"Esta propiedad ha cambiado entre %s y [%s].\n" 909 910#: bisect.c:742 911#, c-format 912msgid "" 913"The merge base %s is %s.\n" 914"This means the first '%s' commit is between %s and [%s].\n" 915msgstr "" 916"La base de fusion %s es %s.\n" 917"Esto quiere decir que el primer '%s' commit esta entre %s y [%s].\n" 918 919#: bisect.c:750 920#, c-format 921msgid "" 922"Some %s revs are not ancestors of the %s rev.\n" 923"git bisect cannot work properly in this case.\n" 924"Maybe you mistook %s and %s revs?\n" 925msgstr "" 926"Algunas %s revisiones no son ancestros de la revision %s.\n" 927"git bisect no puede trabajar bien en este caso.\n" 928"Tal vez confundio la revision %s y %s?\n" 929 930#: bisect.c:763 931#, c-format 932msgid "" 933"the merge base between %s and [%s] must be skipped.\n" 934"So we cannot be sure the first %s commit is between %s and %s.\n" 935"We continue anyway." 936msgstr "" 937"la base de fusion entre %s y [%s] tiene que ser saltada.\n" 938"Asi que no podemos estar seguros que el primer %s commit esta entre%s y %s.\n" 939"Vamos a continuar de todas maneras." 940 941#: bisect.c:798 942#, c-format 943msgid "Bisecting: a merge base must be tested\n" 944msgstr "Bisectando: una base de fusion debe ser probada\n" 945 946#: bisect.c:850 947#, c-format 948msgid "a %s revision is needed" 949msgstr "una %s revision es necesaria" 950 951#: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234 952#, c-format 953msgid "could not create file '%s'" 954msgstr "no se pudo crear el archivo '%s'" 955 956#: bisect.c:918 957#, c-format 958msgid "could not read file '%s'" 959msgstr "no se pudo leer el archivo '%s'" 960 961#: bisect.c:948 962msgid "reading bisect refs failed" 963msgstr "fallo leer las refs de bisect" 964 965#: bisect.c:968 966#, c-format 967msgid "%s was both %s and %s\n" 968msgstr "%s fue tanto %s como %s\n" 969 970#: bisect.c:976 971#, c-format 972msgid "" 973"No testable commit found.\n" 974"Maybe you started with bad path parameters?\n" 975msgstr "" 976"No se encontró confirmación que se pueda probar.\n" 977"¿Quizás iniciaste con parámetros de rutas incorrectos?\n" 978 979#: bisect.c:995 980#, c-format 981msgid "(roughly %d step)" 982msgid_plural "(roughly %d steps)" 983msgstr[0] "(aproximadamente %d paso)" 984msgstr[1] "(aproximadamente %d pasos)" 985 986#. TRANSLATORS: the last %s will be replaced with "(roughly %d 987#. steps)" translation. 988#. 989#: bisect.c:1001 990#, c-format 991msgid "Bisecting: %d revision left to test after this %s\n" 992msgid_plural "Bisecting: %d revisions left to test after this %s\n" 993msgstr[0] "Bisectando: falta %d revision por probar despues de esto %s\n" 994msgstr[1] "Bisectando: faltan %d revisiones por probar despues de esto %s\n" 995 996#: blame.c:1757 997msgid "--contents and --reverse do not blend well." 998msgstr "--contents y --reverse no se mezclan bien." 9991000#: blame.c:17681001msgid "cannot use --contents with final commit object name"1002msgstr "no se puede usar --contents con el nombre de objeto commit final"10031004#: blame.c:17881005msgid "--reverse and --first-parent together require specified latest commit"1006msgstr ""1007"--reverse y --first-parent juntos requieren especificar el ultimo commit"10081009#: blame.c:1797 bundle.c:169 ref-filter.c:1932 sequencer.c:11681010#: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:9111011#: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:3691012#: builtin/shortlog.c:1911013msgid "revision walk setup failed"1014msgstr "fallo la configuracion del camino de revision"10151016#: blame.c:18151017msgid ""1018"--reverse --first-parent together require range along first-parent chain"1019msgstr ""1020"--reverse --first-parent jutnos requieren un rango a lo largo de la cadena "1021"del primer padre"10221023#: blame.c:18261024#, c-format1025msgid "no such path %s in %s"1026msgstr "no hay una ruta %s en %s"10271028#: blame.c:18371029#, c-format1030msgid "cannot read blob %s for path %s"1031msgstr "no se puede leer el blob %s para la ruta %s"10321033#: branch.c:531034#, c-format1035msgid ""1036"\n"1037"After fixing the error cause you may try to fix up\n"1038"the remote tracking information by invoking\n"1039"\"git branch --set-upstream-to=%s%s%s\"."1040msgstr ""1041"\n"1042"Tras arreglar la causa del error puedes intentar arreglar\n"1043"la infomacion del rastreo remoto invocando\n"1044"\"git branch --set-upstream-to=%s%s%s\"."10451046#: branch.c:671047#, c-format1048msgid "Not setting branch %s as its own upstream."1049msgstr "La rama %s no se configura como su propio upstream."10501051#: branch.c:931052#, c-format1053msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1054msgstr ""1055"Rama '%s' configurada para hacer seguimiento a la rama remota '%s' de '%s' "1056"por rebase."10571058#: branch.c:941059#, c-format1060msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1061msgstr ""1062"Rama '%s' configurada para hacer seguimiento a la rama remota '%s' de '%s'."10631064#: branch.c:981065#, c-format1066msgid "Branch '%s' set up to track local branch '%s' by rebasing."1067msgstr ""1068"Rama '%s' configurada para hacer seguimiento a la rama local '%s' por rebase."10691070#: branch.c:991071#, c-format1072msgid "Branch '%s' set up to track local branch '%s'."1073msgstr "Rama '%s' configurada para hacer seguimiento a la rama local '%s'."10741075#: branch.c:1041076#, c-format1077msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1078msgstr ""1079"Rama '%s' configurada para hacer seguimiento a la referencia remota '%s' por "1080"rebase."10811082#: branch.c:1051083#, c-format1084msgid "Branch '%s' set up to track remote ref '%s'."1085msgstr ""1086"Rama '%s' configurada para hacer seguimiento a la referencia remota '%s'."10871088#: branch.c:1091089#, c-format1090msgid "Branch '%s' set up to track local ref '%s' by rebasing."1091msgstr ""1092"Rama '%s' configurada para hacer seguimiento a la referencia local '%s' por "1093"rebase."10941095#: branch.c:1101096#, c-format1097msgid "Branch '%s' set up to track local ref '%s'."1098msgstr ""1099"Rama '%s' configurada para hacer seguimiento a la referencia local '%s'."11001101#: branch.c:1191102msgid "Unable to write upstream branch configuration"1103msgstr "No es posible escribir la configuracion de la rama upstream"11041105#: branch.c:1561106#, c-format1107msgid "Not tracking: ambiguous information for ref %s"1108msgstr "No rastreando: informacion ambigua para la referencia %s"11091110#: branch.c:1851111#, c-format1112msgid "'%s' is not a valid branch name."1113msgstr "'%s' no es un nombre valido de rama."11141115#: branch.c:1901116#, c-format1117msgid "A branch named '%s' already exists."1118msgstr "Una rama llamada '%s' ya existe."11191120#: branch.c:1971121msgid "Cannot force update the current branch."1122msgstr "No se puede forzar la actualizacion de la rama actual."11231124#: branch.c:2171125#, c-format1126msgid "Cannot setup tracking information; starting point '%s' is not a branch."1127msgstr ""1128"No se puede configurar el rastreo de informacion; el punto de partida '%s' "1129"no es una rama"11301131#: branch.c:2191132#, c-format1133msgid "the requested upstream branch '%s' does not exist"1134msgstr "la rama de upstream solicitada '%s' no existe"11351136#: branch.c:2211137msgid ""1138"\n"1139"If you are planning on basing your work on an upstream\n"1140"branch that already exists at the remote, you may need to\n"1141"run \"git fetch\" to retrieve it.\n"1142"\n"1143"If you are planning to push out a new local branch that\n"1144"will track its remote counterpart, you may want to use\n"1145"\"git push -u\" to set the upstream config as you push."1146msgstr ""1147"\n"1148"Si estas planeando basar tu trabajo en una rama upstream\n"1149"que ya existe en el remoto, tal vez necesites ejecutar\n"1150"\"git fetch\" para recibirla.\n"1151"\n"1152"Si estás planeando hacer push a una nueva rama local que\n"1153"va a rastrear a su contraparte remota, tal vez quieras usar\n"1154"\"git push -u\" para configurar tu upstream predeterminado cuando realizas "1155"el push."11561157#: branch.c:2641158#, c-format1159msgid "Not a valid object name: '%s'."1160msgstr "Nombre de objeto no valido: '%s'."11611162#: branch.c:2841163#, c-format1164msgid "Ambiguous object name: '%s'."1165msgstr "Nombre de objeto ambiguo: '%s'."11661167#: branch.c:2891168#, c-format1169msgid "Not a valid branch point: '%s'."1170msgstr "Punto de rama no valido: '%s'."11711172#: branch.c:3431173#, c-format1174msgid "'%s' is already checked out at '%s'"1175msgstr "'%s' ya ha sido marcado en '%s'"11761177#: branch.c:3661178#, c-format1179msgid "HEAD of working tree %s is not updated"1180msgstr "la HEAD del arbol de trabajo %s no esta actualizada"11811182#: bundle.c:341183#, c-format1184msgid "'%s' does not look like a v2 bundle file"1185msgstr "'%s' no se ve como un archivo bundle v2"11861187#: bundle.c:621188#, c-format1189msgid "unrecognized header: %s%s (%d)"1190msgstr "header no reconocido %s%s (%d)"11911192#: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:25001193#: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:28071194#: sequencer.c:2949 builtin/commit.c:7821195#, c-format1196msgid "could not open '%s'"1197msgstr "no se pudo abrir '%s'"11981199#: bundle.c:1401200msgid "Repository lacks these prerequisite commits:"1201msgstr "Al repositorio le falta estos commits prerequisito:"12021203#: bundle.c:1931204#, c-format1205msgid "The bundle contains this ref:"1206msgid_plural "The bundle contains these %d refs:"1207msgstr[0] "El bundle contiene esta referencia:"1208msgstr[1] "El bundle contiene estas %d referencias:"12091210#: bundle.c:2001211msgid "The bundle records a complete history."1212msgstr "El bundle registra una historia completa."12131214#: bundle.c:2021215#, c-format1216msgid "The bundle requires this ref:"1217msgid_plural "The bundle requires these %d refs:"1218msgstr[0] "El bundle requiere esta referencia:"1219msgstr[1] "El bundle requiere estas %d referencias:"12201221#: bundle.c:2611222msgid "Could not spawn pack-objects"1223msgstr "no se pudo engendrar el pack-objetcts"12241225#: bundle.c:2721226msgid "pack-objects died"1227msgstr "pack-objects muerio"12281229#: bundle.c:3141230msgid "rev-list died"1231msgstr "rev-list muerio"12321233#: bundle.c:3631234#, c-format1235msgid "ref '%s' is excluded by the rev-list options"1236msgstr "referencia '%s' es excluida por las opciones de rev-list"12371238#: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:2961239#, c-format1240msgid "unrecognized argument: %s"1241msgstr "argumento no reconocido: %s"12421243#: bundle.c:4611244msgid "Refusing to create empty bundle."1245msgstr "Rechazando crear un bundle vacio."12461247#: bundle.c:4731248#, c-format1249msgid "cannot create '%s'"1250msgstr "no se puede crear '%s'"12511252#: bundle.c:5011253msgid "index-pack died"1254msgstr "index-pack murio"12551256#: color.c:3011257#, c-format1258msgid "invalid color value: %.*s"1259msgstr "color inválido: %.*s"12601261#: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:4651262#: builtin/am.c:1467 builtin/am.c:21051263#, c-format1264msgid "could not parse %s"1265msgstr "no se puede anazliar %s"12661267#: commit.c:431268#, c-format1269msgid "%s %s is not a commit!"1270msgstr "%s %s no es un commit!"12711272#: commit.c:15171273msgid ""1274"Warning: commit message did not conform to UTF-8.\n"1275"You may want to amend it after fixing the message, or set the config\n"1276"variable i18n.commitencoding to the encoding your project uses.\n"1277msgstr ""1278"Peligro: el mensaje del commit no se ajusta a UTF-8.\n"1279"Tal vez quiera enmendarlo despues de arreglar el mensaje, o arreglar la\n"1280"variable de configuracion i18n.commitencoding para el codificacion que usa "1281"su proyecto.\n"12821283#: compat/obstack.c:406 compat/obstack.c:4081284msgid "memory exhausted"1285msgstr "memoria agotada"12861287#: config.c:1871288msgid "relative config include conditionals must come from files"1289msgstr ""1290"la configuracion relativa incluye condicionales que deben venir de archivos"12911292#: config.c:7211293#, c-format1294msgid "bad config line %d in blob %s"1295msgstr "mala linea de config %d en el blob %s"12961297#: config.c:7251298#, c-format1299msgid "bad config line %d in file %s"1300msgstr "mala linea de config %d en el archivo %s"13011302#: config.c:7291303#, c-format1304msgid "bad config line %d in standard input"1305msgstr "mala linea de config %d en la entrada standard"13061307#: config.c:7331308#, c-format1309msgid "bad config line %d in submodule-blob %s"1310msgstr "mala linea de config %d en el submodulo-blob %s"13111312#: config.c:7371313#, c-format1314msgid "bad config line %d in command line %s"1315msgstr "mala linea de config %d en la linea de comando %s"13161317#: config.c:7411318#, c-format1319msgid "bad config line %d in %s"1320msgstr "mala linea de config %d en %s"13211322#: config.c:8691323msgid "out of range"1324msgstr "fuera de rango"13251326#: config.c:8691327msgid "invalid unit"1328msgstr "unidad invalida"13291330#: config.c:8751331#, c-format1332msgid "bad numeric config value '%s' for '%s': %s"1333msgstr "mal valor de config numerica '%s' para '%s': %s"13341335#: config.c:8801336#, c-format1337msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1338msgstr "mal valor de config numerica '%s' para '%s' en el blob %s: %s"13391340#: config.c:8831341#, c-format1342msgid "bad numeric config value '%s' for '%s' in file %s: %s"1343msgstr "mal valor de config numerica '%s' para '%s' en el archivo %s: %s"13441345#: config.c:8861346#, c-format1347msgid "bad numeric config value '%s' for '%s' in standard input: %s"1348msgstr "mal valor de config numerica '%s' para '%s' en la entrada standard: %s"13491350#: config.c:8891351#, c-format1352msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1353msgstr ""1354"mal valor de config numerica '%s' para '%s' en el submodulo-blob %s: %s"13551356#: config.c:8921357#, c-format1358msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1359msgstr ""1360"mal valor de config numerica '%s' para '%s' en la linea de comando %s: %s"13611362#: config.c:8951363#, c-format1364msgid "bad numeric config value '%s' for '%s' in %s: %s"1365msgstr "mal valor de config numerica '%s' para '%s' en %s: %s"13661367#: config.c:9901368#, c-format1369msgid "failed to expand user dir in: '%s'"1370msgstr "fallo al expandir el directorio de usuario en: '%s'"13711372#: config.c:1085 config.c:10961373#, c-format1374msgid "bad zlib compression level %d"1375msgstr "mala compresion zlib en nivel %d"13761377#: config.c:12131378#, c-format1379msgid "invalid mode for object creation: %s"1380msgstr "modo invalido de creacion de objetos: %s"13811382#: config.c:13721383#, c-format1384msgid "bad pack compression level %d"1385msgstr "mala compresion pack en el nivel %d"13861387#: config.c:15681388msgid "unable to parse command-line config"1389msgstr "no es posible analizar la configuracion de la linea de comando"13901391#: config.c:19001392msgid "unknown error occurred while reading the configuration files"1393msgstr ""1394"error desconocido ocurrio mientras se leian los archivos de configuracion"13951396#: config.c:20871397#, c-format1398msgid "Invalid %s: '%s'"1399msgstr "Invalido %s: '%s'"14001401#: config.c:21301402#, c-format1403msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1404msgstr ""1405"valor core.untrackedCache '%s' desconocido; usando valor por defecto 'keep'"14061407#: config.c:21561408#, c-format1409msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1410msgstr "valor splitIndex.maxPercentChange '%d' debe estar entre 0 y 100"14111412#: config.c:21671413#, c-format1414msgid "unable to parse '%s' from command-line config"1415msgstr "no es posible analizar '%s' de la configuracion de la linea de comando"14161417#: config.c:21691418#, c-format1419msgid "bad config variable '%s' in file '%s' at line %d"1420msgstr "mala variable de config '%s' en el archivo '%s' en la linea %d"14211422#: config.c:22281423#, c-format1424msgid "%s has multiple values"1425msgstr "%s tiene multiples valores"14261427#: config.c:2571 config.c:27891428#, c-format1429msgid "fstat on %s failed"1430msgstr "fstat en %s fallo"14311432#: config.c:26781433#, c-format1434msgid "could not set '%s' to '%s'"1435msgstr "no se pudo configurar '%s' a '%s'"14361437#: config.c:2680 builtin/remote.c:7761438#, c-format1439msgid "could not unset '%s'"1440msgstr "no se pudo desactivar '%s'"14411442#: connect.c:501443msgid "The remote end hung up upon initial contact"1444msgstr "El remoto se colgo en el contacto inicial"14451446#: connect.c:521447msgid ""1448"Could not read from remote repository.\n"1449"\n"1450"Please make sure you have the correct access rights\n"1451"and the repository exists."1452msgstr ""1453"No se pudo leer del repositorio remoto.\n"1454"\n"1455"Por favor asegurese que tiene los permisos de acceso correctos\n"1456"y que el repositorio existe."14571458#: connected.c:64 builtin/fsck.c:183 builtin/prune.c:1411459msgid "Checking connectivity"1460msgstr "Verificando conectividad"14611462#: connected.c:761463msgid "Could not run 'git rev-list'"1464msgstr "No se pudo correr 'git rev-list'"14651466#: connected.c:961467msgid "failed write to rev-list"1468msgstr "fallo escribir a rev-list"14691470#: connected.c:1031471msgid "failed to close rev-list's stdin"1472msgstr "fallo al cerrar la entrada standard de rev-list"14731474#: convert.c:2051475#, c-format1476msgid ""1477"CRLF will be replaced by LF in %s.\n"1478"The file will have its original line endings in your working directory."1479msgstr ""1480"CRLF sera remplazado por LF en %s.\n"1481"El archivo tendra sus finals de linea originales en tu directorio de trabajo."14821483#: convert.c:2091484#, c-format1485msgid "CRLF would be replaced by LF in %s."1486msgstr "CRLF sera remplazado por LF en %s."14871488#: convert.c:2151489#, c-format1490msgid ""1491"LF will be replaced by CRLF in %s.\n"1492"The file will have its original line endings in your working directory."1493msgstr ""1494"LF sera reemplazado por CRLF en %s.\n"1495"El archivo tendra sus finales de linea originales en tu directorio de "1496"trabajo."14971498#: convert.c:2191499#, c-format1500msgid "LF would be replaced by CRLF in %s"1501msgstr "LF sera reemplazado por CRLF en %s"15021503#: date.c:1161504msgid "in the future"1505msgstr "en el futuro"15061507#: date.c:1221508#, c-format1509msgid "%<PRIuMAX> second ago"1510msgid_plural "%<PRIuMAX> seconds ago"1511msgstr[0] "hace %<PRIuMAX> segundo"1512msgstr[1] "hace %<PRIuMAX> segundos"15131514#: date.c:1291515#, c-format1516msgid "%<PRIuMAX> minute ago"1517msgid_plural "%<PRIuMAX> minutes ago"1518msgstr[0] "hace %<PRIuMAX> minuto"1519msgstr[1] "hace %<PRIuMAX> minutos"15201521#: date.c:1361522#, c-format1523msgid "%<PRIuMAX> hour ago"1524msgid_plural "%<PRIuMAX> hours ago"1525msgstr[0] "hace %<PRIuMAX> hora"1526msgstr[1] "hace %<PRIuMAX> horas"15271528#: date.c:1431529#, c-format1530msgid "%<PRIuMAX> day ago"1531msgid_plural "%<PRIuMAX> days ago"1532msgstr[0] "hace %<PRIuMAX> día"1533msgstr[1] "hace %<PRIuMAX> días"15341535#: date.c:1491536#, c-format1537msgid "%<PRIuMAX> week ago"1538msgid_plural "%<PRIuMAX> weeks ago"1539msgstr[0] "hace %<PRIuMAX> semana"1540msgstr[1] "hace %<PRIuMAX> semanas"15411542#: date.c:1561543#, c-format1544msgid "%<PRIuMAX> month ago"1545msgid_plural "%<PRIuMAX> months ago"1546msgstr[0] "hace %<PRIuMAX> mes"1547msgstr[1] "hace %<PRIuMAX> meses"15481549#: date.c:1671550#, c-format1551msgid "%<PRIuMAX> year"1552msgid_plural "%<PRIuMAX> years"1553msgstr[0] "%<PRIuMAX> año"1554msgstr[1] "%<PRIuMAX> años"15551556#. TRANSLATORS: "%s" is "<n> years"1557#: date.c:1701558#, c-format1559msgid "%s, %<PRIuMAX> month ago"1560msgid_plural "%s, %<PRIuMAX> months ago"1561msgstr[0] "%s, y %<PRIuMAX> mes atrás"1562msgstr[1] "%s, y %<PRIuMAX> meses atrás"15631564#: date.c:175 date.c:1801565#, c-format1566msgid "%<PRIuMAX> year ago"1567msgid_plural "%<PRIuMAX> years ago"1568msgstr[0] "hace %<PRIuMAX> año"1569msgstr[1] "hace %<PRIuMAX> años"15701571#: diffcore-order.c:241572#, c-format1573msgid "failed to read orderfile '%s'"1574msgstr "fallo al leer orden de archivos '%s'"15751576#: diffcore-rename.c:5361577msgid "Performing inexact rename detection"1578msgstr "Realizando una deteccion de cambios de nombre inexacta"15791580#: diff.c:741581#, c-format1582msgid "option '%s' requires a value"1583msgstr "opcion '%s' requiere un valor"15841585#: diff.c:1521586#, c-format1587msgid " Failed to parse dirstat cut-off percentage '%s'\n"1588msgstr " Fallo al analizar dirstat porcentaje de corte '%s'\n"15891590#: diff.c:1571591#, c-format1592msgid " Unknown dirstat parameter '%s'\n"1593msgstr " parametro '%s' de dirstat desconocido\n"15941595#: diff.c:2811596msgid ""1597"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "1598"'plain'"1599msgstr ""1600"opción de color debe ser una entre 'no', 'default', 'zebra', 'dimmed_zebra, "1601"'plain'"16021603#: diff.c:3411604#, c-format1605msgid "Unknown value for 'diff.submodule' config variable: '%s'"1606msgstr "valor para la variable de config 'diff.submodule' desconocido: '%s'"16071608#: diff.c:3981609#, c-format1610msgid ""1611"Found errors in 'diff.dirstat' config variable:\n"1612"%s"1613msgstr ""1614"Errores en la variable de config 'diff.dirstat' encontrados:\n"1615"%s"16161617#: diff.c:38611618#, c-format1619msgid "external diff died, stopping at %s"1620msgstr "digg externo murio, deteniendo en %s"16211622#: diff.c:41891623msgid "--name-only, --name-status, --check and -s are mutually exclusive"1624msgstr "--name-only, --name-status, --check y -s son mutuamente exclusivas"16251626#: diff.c:42791627msgid "--follow requires exactly one pathspec"1628msgstr "--follow requiere exactamente un pathspec"16291630#: diff.c:44451631#, c-format1632msgid ""1633"Failed to parse --dirstat/-X option parameter:\n"1634"%s"1635msgstr ""1636"Fallo al analizar parametro de opcion --dirstat/-X:\n"1637"%s"16381639#: diff.c:44591640#, c-format1641msgid "Failed to parse --submodule option parameter: '%s'"1642msgstr "Fallo al analizar parametro de opcion --submodule: '%s'"16431644#: diff.c:55051645msgid "inexact rename detection was skipped due to too many files."1646msgstr ""1647"deteccion de cambio de nombre inexacta fue saltada por haber muchos archivos"16481649#: diff.c:55081650msgid "only found copies from modified paths due to too many files."1651msgstr ""1652"solo se encontraron copias de rutas modificadas por haber muchos archivos"16531654#: diff.c:55111655#, c-format1656msgid ""1657"you may want to set your %s variable to at least %d and retry the command."1658msgstr ""1659"tal vez quiera configurar la variable %s para por lo menos %d y volver a "1660"intentar el comando."16611662#: dir.c:19831663msgid "failed to get kernel name and information"1664msgstr "fallo al conseguir la informacion y nombre del kernel"16651666#: dir.c:21021667msgid "Untracked cache is disabled on this system or location."1668msgstr "Untracked cache esta desactivado en este sistema o ubicacion"16691670#: dir.c:2885 dir.c:28901671#, c-format1672msgid "could not create directories for %s"1673msgstr "no se pudo crear directorios para %s"16741675#: dir.c:29151676#, c-format1677msgid "could not migrate git directory from '%s' to '%s'"1678msgstr "no se pudo migrar el directorio git de '%s' a '%s'"16791680#: entry.c:1761681msgid "Filtering content"1682msgstr "Filtrando contenido"16831684#: entry.c:4171685#, c-format1686msgid "could not stat file '%s'"1687msgstr "no se pudo establecer el archivo '%s'"16881689#: fetch-pack.c:2521690msgid "git fetch-pack: expected shallow list"1691msgstr "git fetch-pack: lista poco profunda esperada"16921693#: fetch-pack.c:2641694msgid "git fetch-pack: expected ACK/NAK, got EOF"1695msgstr "git getch-pack: se esperaba ACK/NAK, se obtuvo EOF"16961697#: fetch-pack.c:283 builtin/archive.c:631698#, c-format1699msgid "remote error: %s"1700msgstr "error remoto: %s"17011702#: fetch-pack.c:2841703#, c-format1704msgid "git fetch-pack: expected ACK/NAK, got '%s'"1705msgstr "git fetch-pack: se esperaba ACK/NAK, se obtuvo '%s'"17061707#: fetch-pack.c:3361708msgid "--stateless-rpc requires multi_ack_detailed"1709msgstr "--stateless-rpc requiere multi_ack_detailed"17101711#: fetch-pack.c:4221712#, c-format1713msgid "invalid shallow line: %s"1714msgstr "linea poco profunda invalida: %s"17151716#: fetch-pack.c:4281717#, c-format1718msgid "invalid unshallow line: %s"1719msgstr "línea superficial inválida: %s"17201721#: fetch-pack.c:4301722#, c-format1723msgid "object not found: %s"1724msgstr "objeto no encontrado: %s"17251726#: fetch-pack.c:4331727#, c-format1728msgid "error in object: %s"1729msgstr "error en objeto: %s"17301731#: fetch-pack.c:4351732#, c-format1733msgid "no shallow found: %s"1734msgstr "superficie no encontrada: %s"17351736#: fetch-pack.c:4381737#, c-format1738msgid "expected shallow/unshallow, got %s"1739msgstr "se esperaba shallow/unshallow, se obtuvo %s"17401741#: fetch-pack.c:4771742#, c-format1743msgid "got %s %d %s"1744msgstr "se obtuvo %s %d %s"17451746#: fetch-pack.c:4911747#, c-format1748msgid "invalid commit %s"1749msgstr "commit inválido %s"17501751#: fetch-pack.c:5241752msgid "giving up"1753msgstr "rindiendose"17541755#: fetch-pack.c:534 progress.c:2421756msgid "done"1757msgstr "listo"17581759#: fetch-pack.c:5461760#, c-format1761msgid "got %s (%d) %s"1762msgstr "se obtuvo %s (%d) %s"17631764#: fetch-pack.c:5921765#, c-format1766msgid "Marking %s as complete"1767msgstr "Marcando %s como completa"17681769#: fetch-pack.c:7761770#, c-format1771msgid "already have %s (%s)"1772msgstr "ya se tiene %s (%s)"17731774#: fetch-pack.c:8141775msgid "fetch-pack: unable to fork off sideband demultiplexer"1776msgstr "fetch-pack: no se puede extraer un demultiplexor de banda lateral"17771778#: fetch-pack.c:8221779msgid "protocol error: bad pack header"1780msgstr "error de protocolo: mal paquete de header"17811782#: fetch-pack.c:8781783#, c-format1784msgid "fetch-pack: unable to fork off %s"1785msgstr "fetch-pack: no se puede quitar %s"17861787#: fetch-pack.c:8941788#, c-format1789msgid "%s failed"1790msgstr "%s fallo"17911792#: fetch-pack.c:8961793msgid "error in sideband demultiplexer"1794msgstr "error en demultiplexor de banda lateral"17951796#: fetch-pack.c:9231797msgid "Server does not support shallow clients"1798msgstr "Servidor no soporta clientes superficiales"17991800#: fetch-pack.c:9271801msgid "Server supports multi_ack_detailed"1802msgstr "Servidor soporta ulti_ack_detailed"18031804#: fetch-pack.c:9301805msgid "Server supports no-done"1806msgstr "Servidor soporta no-done"18071808#: fetch-pack.c:9361809msgid "Server supports multi_ack"1810msgstr "Servidor soporta multi_ack"18111812#: fetch-pack.c:9401813msgid "Server supports side-band-64k"1814msgstr "Servidor soporta side-band-64k"18151816#: fetch-pack.c:9441817msgid "Server supports side-band"1818msgstr "Servidor soporta side-band"18191820#: fetch-pack.c:9481821msgid "Server supports allow-tip-sha1-in-want"1822msgstr "Servidor soporta allow-tip-sha1-in-want"18231824#: fetch-pack.c:9521825msgid "Server supports allow-reachable-sha1-in-want"1826msgstr "Servidor soporta allow-reachable-sha1-in-want"18271828#: fetch-pack.c:9621829msgid "Server supports ofs-delta"1830msgstr "Servidor soporta ofs-delta"18311832#: fetch-pack.c:9691833#, c-format1834msgid "Server version is %.*s"1835msgstr "Version de servidor es %.*s"18361837#: fetch-pack.c:9751838msgid "Server does not support --shallow-since"1839msgstr "Servidor no soporta --shalow-since"18401841#: fetch-pack.c:9791842msgid "Server does not support --shallow-exclude"1843msgstr "Servidor no soporta --shalow-exclude"18441845#: fetch-pack.c:9811846msgid "Server does not support --deepen"1847msgstr "Servidor no soporta --deepen"18481849#: fetch-pack.c:9921850msgid "no common commits"1851msgstr "no hay commits comunes"18521853#: fetch-pack.c:10041854msgid "git fetch-pack: fetch failed."1855msgstr "git fetch-pack: fetch fallo"18561857#: fetch-pack.c:11661858msgid "no matching remote head"1859msgstr "no concuerda el head remoto"18601861#: fetch-pack.c:11881862#, c-format1863msgid "no such remote ref %s"1864msgstr "no existe ref remota %s"18651866#: fetch-pack.c:11911867#, c-format1868msgid "Server does not allow request for unadvertised object %s"1869msgstr "Servidor no permite solicitudes de objetos inadvertidos %s"18701871#: gpg-interface.c:1811872msgid "gpg failed to sign the data"1873msgstr "gpg fallo al firmar la data"18741875#: gpg-interface.c:2111876msgid "could not create temporary file"1877msgstr "no se pudo crear archivo temporal"18781879#: gpg-interface.c:2141880#, c-format1881msgid "failed writing detached signature to '%s'"1882msgstr "fallo al escribir la firma separada para '%s'"18831884#: graph.c:971885#, c-format1886msgid "ignore invalid color '%.*s' in log.graphColors"1887msgstr "ignora color invalido '%.*s' en log.graphColors"18881889#: grep.c:19701890#, c-format1891msgid "'%s': unable to read %s"1892msgstr "'%s': no es posible leer %s"18931894#: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:1341895#, c-format1896msgid "failed to stat '%s'"1897msgstr "fallo al marcar '%s'"18981899#: grep.c:19981900#, c-format1901msgid "'%s': short read"1902msgstr "'%s': lectura corta"19031904#: help.c:1791905#, c-format1906msgid "available git commands in '%s'"1907msgstr "comandos disponibles de git en '%s'"19081909#: help.c:1861910msgid "git commands available from elsewhere on your $PATH"1911msgstr "comandos disponibles de git desde otro lugar en tu $PATH"19121913#: help.c:2171914msgid "These are common Git commands used in various situations:"1915msgstr "Estos son comandos comunes de Git usados en varias situaciones:"19161917#: help.c:2811918#, c-format1919msgid ""1920"'%s' appears to be a git command, but we were not\n"1921"able to execute it. Maybe git-%s is broken?"1922msgstr ""1923"'%s' parece ser un commando de git, pero no hemos\n"1924"podido ejecutarlo. Tal vez git-%s se ha roto?"19251926#: help.c:3361927msgid "Uh oh. Your system reports no Git commands at all."1928msgstr "Oh oh. Tu sistema no reporta ningun comando de Git"19291930#: help.c:3581931#, c-format1932msgid "WARNING: You called a Git command named '%s', which does not exist."1933msgstr "PELIGRO: Has llamado a un comando de Git '%s', el cual no existe."19341935#: help.c:3631936#, c-format1937msgid "Continuing under the assumption that you meant '%s'."1938msgstr "Continuando asumiendo que quisiste decir '%s'."19391940#: help.c:3681941#, c-format1942msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."1943msgstr "Continuando en %0.1f segundos, asumiendo que tu dijiste '%s'."19441945#: help.c:3761946#, c-format1947msgid "git: '%s' is not a git command. See 'git --help'."1948msgstr "git: '%s'no es un commando de git. Mira 'git --help'."19491950#: help.c:3801951msgid ""1952"\n"1953"The most similar command is"1954msgid_plural ""1955"\n"1956"The most similar commands are"1957msgstr[0] ""1958"\n"1959"El comando mas similar es"1960msgstr[1] ""1961"\n"1962"Los comandos mas similares son"19631964#: help.c:3951965msgid "git version [<options>]"1966msgstr "git version [<opciones>]"19671968#: help.c:4561969#, c-format1970msgid "%s: %s - %s"1971msgstr "%s: %s - %s"19721973#: help.c:4601974msgid ""1975"\n"1976"Did you mean this?"1977msgid_plural ""1978"\n"1979"Did you mean one of these?"1980msgstr[0] ""1981"\n"1982"Quisiste decir esto?"1983msgstr[1] ""1984"\n"1985"Quisiste decir alguno de estos?"19861987#: ident.c:3421988msgid ""1989"\n"1990"*** Please tell me who you are.\n"1991"\n"1992"Run\n"1993"\n"1994" git config --global user.email \"you@example.com\"\n"1995" git config --global user.name \"Your Name\"\n"1996"\n"1997"to set your account's default identity.\n"1998"Omit --global to set the identity only in this repository.\n"1999"\n"2000msgstr ""2001"\n"2002"*** Por favor cuentame quien eres.\n"2003"\n"2004"Corre\n"2005"\n"2006" git config --global user.email \"you@example.com\"\n"2007" git config --global user.name \"Tu Nombre\"\n"2008"\n"2009"para configurar la identidad por defecto de tu cuenta.\n"2010"Omite --global para configurar tu identidad solo en este repositorio.\n"2011"\n"20122013#: ident.c:3662014msgid "no email was given and auto-detection is disabled"2015msgstr "no se entrego ningun email y la deteccion automatica esta desactivada"20162017#: ident.c:3712018#, c-format2019msgid "unable to auto-detect email address (got '%s')"2020msgstr "no es posible auto-detectar la direccion de correo (se obtuvo '%s')"20212022#: ident.c:3812023msgid "no name was given and auto-detection is disabled"2024msgstr ""2025"no se entreogo ningun nombre y la deteccion automatica esta desactivada"20262027#: ident.c:3872028#, c-format2029msgid "unable to auto-detect name (got '%s')"2030msgstr "no es posible auto-detectar el nombre (se obtuvo '%s')"20312032#: ident.c:3952033#, c-format2034msgid "empty ident name (for <%s>) not allowed"2035msgstr "no se puede tener un nombre vacio (para <%s>)"20362037#: ident.c:4012038#, c-format2039msgid "name consists only of disallowed characters: %s"2040msgstr "el nombre consiste solo de caracteres no permitidos: %s"20412042#: ident.c:416 builtin/commit.c:6162043#, c-format2044msgid "invalid date format: %s"2045msgstr "formato de fecha invalido: %s"20462047#: lockfile.c:1512048#, c-format2049msgid ""2050"Unable to create '%s.lock': %s.\n"2051"\n"2052"Another git process seems to be running in this repository, e.g.\n"2053"an editor opened by 'git commit'. Please make sure all processes\n"2054"are terminated then try again. If it still fails, a git process\n"2055"may have crashed in this repository earlier:\n"2056"remove the file manually to continue."2057msgstr ""2058"No se puede crear '%s.lock': %s.\n"2059"\n"2060"Otro proceso git parece estar corriendo en el repositorio, es decir\n"2061"un editor abierto con 'git commit'. Por favor asegurese de que todos los "2062"procesos\n"2063"estan terminados y vuelve a intentar. Si el fallo permanece, un proceso git\n"2064"puede haber roto el repositorio antes:\n"2065"borra el archivo manualmente para continuar."20662067#: lockfile.c:1592068#, c-format2069msgid "Unable to create '%s.lock': %s"2070msgstr "No se pudo crear '%s.lock': %s"20712072#: merge.c:412073msgid "failed to read the cache"2074msgstr "fallo al leer la cache"20752076#: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:3802077#: builtin/checkout.c:595 builtin/clone.c:7542078msgid "unable to write new index file"2079msgstr "no es posible escribir el archivo indice"20802081#: merge-recursive.c:2352082msgid "(bad commit)\n"2083msgstr "(mal commit)\n"20842085#: merge-recursive.c:257 merge-recursive.c:2652086#, c-format2087msgid "addinfo_cache failed for path '%s'"2088msgstr "addinfo_cache fallo para la ruta '%s'"20892090#: merge-recursive.c:3292091msgid "error building trees"2092msgstr "error construyendo arboles"20932094#: merge-recursive.c:7522095#, c-format2096msgid "failed to create path '%s'%s"2097msgstr "fallo al crear la ruta '%s'%s"20982099#: merge-recursive.c:7632100#, c-format2101msgid "Removing %s to make room for subdirectory\n"2102msgstr "Removiendo %s para hacer espacio para un subdirectorio\n"21032104#: merge-recursive.c:777 merge-recursive.c:7962105msgid ": perhaps a D/F conflict?"2106msgstr ": tal vez un conflicto D/F?"21072108#: merge-recursive.c:7862109#, c-format2110msgid "refusing to lose untracked file at '%s'"2111msgstr "rehusando perder el archivo rastreado en '%s'"21122113#: merge-recursive.c:828 builtin/cat-file.c:372114#, c-format2115msgid "cannot read object %s '%s'"2116msgstr "no se puede leer el objeto %s '%s'"21172118#: merge-recursive.c:8302119#, c-format2120msgid "blob expected for %s '%s'"2121msgstr "se esperaba blob para %s '%s'"21222123#: merge-recursive.c:8542124#, c-format2125msgid "failed to open '%s': %s"2126msgstr "fallo al abrir '%s': %s"21272128#: merge-recursive.c:8652129#, c-format2130msgid "failed to symlink '%s': %s"2131msgstr "fallo al crear symlink '%s': %s"21322133#: merge-recursive.c:8702134#, c-format2135msgid "do not know what to do with %06o %s '%s'"2136msgstr "no se que hacer con %06o %s '%s'"21372138#: merge-recursive.c:10102139msgid "Failed to execute internal merge"2140msgstr "Fallo al ejectura fusion interna"21412142#: merge-recursive.c:10142143#, c-format2144msgid "Unable to add %s to database"2145msgstr "No es posible agregar %s a la base de datos"21462147#: merge-recursive.c:11172148#, c-format2149msgid ""2150"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2151"in tree."2152msgstr ""2153"CONFLICTO (%s/borrar): %s borrado en %s y %s en %s. Falta version %s de %s "2154"en el arbol"21552156#: merge-recursive.c:11222157#, c-format2158msgid ""2159"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2160"left in tree."2161msgstr ""2162"CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Version %s de %s "2163"permanece en el arbol"21642165#: merge-recursive.c:11292166#, c-format2167msgid ""2168"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2169"in tree at %s."2170msgstr ""2171"CONFLICTO (%s/eliminar): %s eliminado en %s y %s en %s. Versión %s de %s "2172"dejada en el árbol, en %s."21732174#: merge-recursive.c:11342175#, c-format2176msgid ""2177"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2178"left in tree at %s."2179msgstr ""2180"CONFLICTO (%s/borrar): %s borrado en %s y %s para %s en %s. Version %s de %s "2181"permanece en el arbol en %s."21822183#: merge-recursive.c:11682184msgid "rename"2185msgstr "renombrar"21862187#: merge-recursive.c:11682188msgid "renamed"2189msgstr "renombrado"21902191#: merge-recursive.c:12252192#, c-format2193msgid "%s is a directory in %s adding as %s instead"2194msgstr "%s es un directorio en %s agregando como %s más bien"21952196#: merge-recursive.c:12502197#, c-format2198msgid ""2199"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2200"\"->\"%s\" in \"%s\"%s"2201msgstr ""2202"CONFLICTO (renombrar/renombrar): Renombrar \"%s\"->\"%s\" en la rama \"%s\" "2203"renombrar \"%s\"->\"%s\" en \"%s\"%s"22042205#: merge-recursive.c:12552206msgid " (left unresolved)"2207msgstr " (dejado sin resolver)"22082209#: merge-recursive.c:13172210#, c-format2211msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2212msgstr ""2213"CONFLICTO (renombrar/renombrar): Renombrar %s->%s en %s. Renombrar %s->%s en "2214"%s"22152216#: merge-recursive.c:13502217#, c-format2218msgid "Renaming %s to %s and %s to %s instead"2219msgstr "Renombrando %s a %s y %s a %s más bien"22202221#: merge-recursive.c:15532222#, c-format2223msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2224msgstr ""2225"CONFLICTO (renombrar/agregar): Renombrar %s->%s en %s. %s agregado en %s"22262227#: merge-recursive.c:15682228#, c-format2229msgid "Adding merged %s"2230msgstr "Agregar %s fusionado"22312232#: merge-recursive.c:1575 merge-recursive.c:18052233#, c-format2234msgid "Adding as %s instead"2235msgstr "Agregando más bien como %s"22362237#: merge-recursive.c:16322238#, c-format2239msgid "cannot read object %s"2240msgstr "no se pudo leer el objeto %s"22412242#: merge-recursive.c:16352243#, c-format2244msgid "object %s is not a blob"2245msgstr "objeto %s no es un blob"22462247#: merge-recursive.c:17042248msgid "modify"2249msgstr "modificar"22502251#: merge-recursive.c:17042252msgid "modified"2253msgstr "modificado"22542255#: merge-recursive.c:17142256msgid "content"2257msgstr "contenido"22582259#: merge-recursive.c:17212260msgid "add/add"2261msgstr "agregar/agregar"22622263#: merge-recursive.c:17572264#, c-format2265msgid "Skipped %s (merged same as existing)"2266msgstr "Saltado %s (fusionado como existente)"22672268#: merge-recursive.c:17712269#, c-format2270msgid "Auto-merging %s"2271msgstr "Auto-fusionando %s"22722273#: merge-recursive.c:1775 git-submodule.sh:9442274msgid "submodule"2275msgstr "submódulo"22762277#: merge-recursive.c:17762278#, c-format2279msgid "CONFLICT (%s): Merge conflict in %s"2280msgstr "CONFLICTO (%s): Conflicto de fusión en %s"22812282#: merge-recursive.c:18702283#, c-format2284msgid "Removing %s"2285msgstr "Eliminando %s"22862287#: merge-recursive.c:18962288msgid "file/directory"2289msgstr "archivo/directorio"22902291#: merge-recursive.c:19022292msgid "directory/file"2293msgstr "directorio/archivo"22942295#: merge-recursive.c:19082296#, c-format2297msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2298msgstr ""2299"CONFLICTO (%s): Hay un directorio con el nombre %s en %s. Agregando %s como "2300"%s"23012302#: merge-recursive.c:19172303#, c-format2304msgid "Adding %s"2305msgstr "Agregando %s"23062307#: merge-recursive.c:19542308msgid "Already up to date!"2309msgstr "¡Ya está actualizado!"23102311#: merge-recursive.c:19632312#, c-format2313msgid "merging of trees %s and %s failed"2314msgstr "falló la fusión de los árboles %s y %s"23152316#: merge-recursive.c:20602317msgid "Merging:"2318msgstr "Fusionando:"23192320#: merge-recursive.c:20732321#, c-format2322msgid "found %u common ancestor:"2323msgid_plural "found %u common ancestors:"2324msgstr[0] "se encontró %u ancestro común:"2325msgstr[1] "se encontraron %u ancestros comunes:"23262327#: merge-recursive.c:21122328msgid "merge returned no commit"2329msgstr "la fusión no devolvió ninguna confirmación"23302331#: merge-recursive.c:21752332#, c-format2333msgid "Could not parse object '%s'"2334msgstr "No se pudo analizar el objeto '%s'"23352336#: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:8142337msgid "Unable to write index."2338msgstr "Incapaz de escribir el índice."23392340#: notes-merge.c:2722341#, c-format2342msgid ""2343"You have not concluded your previous notes merge (%s exists).\n"2344"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2345"commit/abort the previous merge before you start a new notes merge."2346msgstr ""2347"No has concluido tus notas previas de fusion (%s existe).\n"2348"Por favor, usa 'git notes merge --commit' o 'git notes merge --abort' para "2349"confirmar/abortar la fusion previa antes de que puedas comenzar una nueva "2350"nota de fusion."23512352#: notes-merge.c:2792353#, c-format2354msgid "You have not concluded your notes merge (%s exists)."2355msgstr "No has terminado tus notas de fusion (%s existe)."23562357#: notes-utils.c:422358msgid "Cannot commit uninitialized/unreferenced notes tree"2359msgstr ""2360"No se puede realizar commit, notas del arbol no inicializadas o no "2361"referenciadas."23622363#: notes-utils.c:1012364#, c-format2365msgid "Bad notes.rewriteMode value: '%s'"2366msgstr "Mal valor para notes.rewriteMode: '%s'"23672368#: notes-utils.c:1112369#, c-format2370msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2371msgstr "Rehusando reescribir notas en %s (fuera de refs/notes/)"23722373#. TRANSLATORS: The first %s is the name of2374#. the environment variable, the second %s is2375#. its value.2376#.2377#: notes-utils.c:1412378#, c-format2379msgid "Bad %s value: '%s'"2380msgstr "Mal valor para %s: '%s'"23812382#: object.c:2392383#, c-format2384msgid "unable to parse object: %s"2385msgstr "incapaz de analizar objeto: %s"23862387#: packfile.c:5562388msgid "offset before end of packfile (broken .idx?)"2389msgstr "offset antes del final del paquete (broken .idx?)"23902391#: packfile.c:16832392#, c-format2393msgid "offset before start of pack index for %s (corrupt index?)"2394msgstr ""2395"offset antes del comienzo del índice del paquete para %s (índice corrupto?)"23962397#: packfile.c:16872398#, c-format2399msgid "offset beyond end of pack index for %s (truncated index?)"2400msgstr ""2401"offset más allá del índice de fin de paquete para %s (índice truncado?)"24022403#: parse-options.c:5732404msgid "..."2405msgstr "..."24062407#: parse-options.c:5922408#, c-format2409msgid "usage: %s"2410msgstr "uso: %s"24112412#. TRANSLATORS: the colon here should align with the2413#. one in "usage: %s" translation.2414#.2415#: parse-options.c:5982416#, c-format2417msgid " or: %s"2418msgstr " o: %s"24192420#: parse-options.c:6012421#, c-format2422msgid " %s"2423msgstr " %s"24242425#: parse-options.c:6402426msgid "-NUM"2427msgstr "-NUM"24282429#: parse-options-cb.c:1082430#, c-format2431msgid "malformed object name '%s'"2432msgstr "nombre de objeto malformado '%s'"24332434#: path.c:8912435#, c-format2436msgid "Could not make %s writable by group"2437msgstr "No se pudo hacer que %s fuera escribible por el grupo"24382439#: pathspec.c:1292440msgid "Escape character '\\' not allowed as last character in attr value"2441msgstr ""2442"Caracter de escape '\\' no permitido como ultimo caracter en el valor attr"24432444#: pathspec.c:1472445msgid "Only one 'attr:' specification is allowed."2446msgstr "Solo una especificacion 'attr' es permitida."24472448#: pathspec.c:1502449msgid "attr spec must not be empty"2450msgstr "especificacion attr no puede estar vacia"24512452#: pathspec.c:1932453#, c-format2454msgid "invalid attribute name %s"2455msgstr "nombre de atributo %s invalido"24562457#: pathspec.c:2582458msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2459msgstr ""2460"configuraciones globales de pathspec 'glob' y 'noglob' son incompatibles "24612462#: pathspec.c:2652463msgid ""2464"global 'literal' pathspec setting is incompatible with all other global "2465"pathspec settings"2466msgstr ""2467"la configuración global de 'literal' para patrones de ruta es incompatible "2468"con las demás configuraciones globales de patrones de ruta"24692470#: pathspec.c:3052471msgid "invalid parameter for pathspec magic 'prefix'"2472msgstr "parámetro no válido para el prefijo 'magic pathspec'"24732474#: pathspec.c:3262475#, c-format2476msgid "Invalid pathspec magic '%.*s' in '%s'"2477msgstr "magic pathspec invalido '%.*s' en '%s'"24782479#: pathspec.c:3312480#, c-format2481msgid "Missing ')' at the end of pathspec magic in '%s'"2482msgstr "Falta ')' al final del magic pathspec en '%s'"24832484#: pathspec.c:3692485#, c-format2486msgid "Unimplemented pathspec magic '%c' in '%s'"2487msgstr "Magic pathspec '%c' en '%s' no implementado"24882489#: pathspec.c:4282490#, c-format2491msgid "%s: 'literal' and 'glob' are incompatible"2492msgstr "%s: 'literal' y 'glob' son incompatibles"24932494#: pathspec.c:4412495#, c-format2496msgid "%s: '%s' is outside repository"2497msgstr "%s: '%s' está fuera del repositorio"24982499#: pathspec.c:5152500#, c-format2501msgid "'%s' (mnemonic: '%c')"2502msgstr "'%s' (nemotecnico: '%c')"25032504#: pathspec.c:5252505#, c-format2506msgid "%s: pathspec magic not supported by this command: %s"2507msgstr "%s: magic pathspec no soportado por este comando: %s"25082509#: pathspec.c:5712510msgid ""2511"empty strings as pathspecs will be made invalid in upcoming releases. please "2512"use . instead if you meant to match all paths"2513msgstr ""2514"los strings vacíos como pathspecs serán inválidas en las próximas versiones. "2515"por favor use . si quería hacer coincidir todas las rutas"25162517#: pathspec.c:5952518#, c-format2519msgid "pathspec '%s' is beyond a symbolic link"2520msgstr "el patrón de ruta '%s' está detrás de un enlace simbólico"25212522#: pretty.c:9622523msgid "unable to parse --pretty format"2524msgstr "incapaz de analizar el formato --pretty"25252526#: read-cache.c:14432527#, c-format2528msgid ""2529"index.version set, but the value is invalid.\n"2530"Using version %i"2531msgstr ""2532"index.version configurado, pero el valor no es válido.\n"2533"Usando versión %i"25342535#: read-cache.c:14532536#, c-format2537msgid ""2538"GIT_INDEX_VERSION set, but the value is invalid.\n"2539"Using version %i"2540msgstr ""2541"GIT_INDEX_VERSION configurado, pero el valor no es válido.\n"2542"Usando versión %i"25432544#: read-cache.c:2316 builtin/merge.c:10462545#, c-format2546msgid "could not close '%s'"2547msgstr "no se pudo cerrar '%s'"25482549#: read-cache.c:2394 sequencer.c:1355 sequencer.c:20772550#, c-format2551msgid "could not stat '%s'"2552msgstr "no se pudo definir '%s'"25532554#: read-cache.c:24072555#, c-format2556msgid "unable to open git dir: %s"2557msgstr "no es posible abrir el directorio de git: %s"25582559#: read-cache.c:24192560#, c-format2561msgid "unable to unlink: %s"2562msgstr "no es posible remover el vinculo: %s"25632564#: refs.c:6382565#, c-format2566msgid "Could not open '%s' for writing"2567msgstr "No sepudo abrir '%s' para escritura"25682569#: refs.c:17792570msgid "ref updates forbidden inside quarantine environment"2571msgstr "actualizaciones de ref prohibidas dentro de ambiente de cuarentena"25722573#: refs/files-backend.c:11362574#, c-format2575msgid "could not remove reference %s"2576msgstr "no se pudo remover la referencia %s"25772578#: refs/files-backend.c:1150 refs/packed-backend.c:14302579#: refs/packed-backend.c:14402580#, c-format2581msgid "could not delete reference %s: %s"2582msgstr "no se pudo eliminar la referencia %s: %s"25832584#: refs/files-backend.c:1153 refs/packed-backend.c:14432585#, c-format2586msgid "could not delete references: %s"2587msgstr "no se pudo eliminar la referencia: %s"25882589#: ref-filter.c:35 wt-status.c:18112590msgid "gone"2591msgstr "desaparecido"25922593#: ref-filter.c:362594#, c-format2595msgid "ahead %d"2596msgstr "adelante %d"25972598#: ref-filter.c:372599#, c-format2600msgid "behind %d"2601msgstr "detras %d"26022603#: ref-filter.c:382604#, c-format2605msgid "ahead %d, behind %d"2606msgstr "delante %d, detras %d"26072608#: ref-filter.c:1042609#, c-format2610msgid "expected format: %%(color:<color>)"2611msgstr "formato esperado: %%(color:<color>)"26122613#: ref-filter.c:1062614#, c-format2615msgid "unrecognized color: %%(color:%s)"2616msgstr "color no reconocido: %%(color:%s)"26172618#: ref-filter.c:1262619#, c-format2620msgid "Integer value expected refname:lstrip=%s"2621msgstr "valor entero esperado refname:lstrip=%s"26222623#: ref-filter.c:1302624#, c-format2625msgid "Integer value expected refname:rstrip=%s"2626msgstr "valor entero esperado refname:rstrip=%s"26272628#: ref-filter.c:1322629#, c-format2630msgid "unrecognized %%(%s) argument: %s"2631msgstr "argumento: %s no reconocido %%(%s)"26322633#: ref-filter.c:1722634#, c-format2635msgid "%%(body) does not take arguments"2636msgstr "%%(body) no toma ningún argumento"26372638#: ref-filter.c:1792639#, c-format2640msgid "%%(subject) does not take arguments"2641msgstr "%%(subject) no toma ningún argumento"26422643#: ref-filter.c:1862644#, c-format2645msgid "%%(trailers) does not take arguments"2646msgstr "%%(trailers) no toma argumentos"26472648#: ref-filter.c:2052649#, c-format2650msgid "positive value expected contents:lines=%s"2651msgstr "valor positivo esperado contents:lines=%s"26522653#: ref-filter.c:2072654#, c-format2655msgid "unrecognized %%(contents) argument: %s"2656msgstr "argumento %s no reconocido %%(contents)"26572658#: ref-filter.c:2202659#, c-format2660msgid "positive value expected objectname:short=%s"2661msgstr "valor positivo esperado objectname:short=%s"26622663#: ref-filter.c:2242664#, c-format2665msgid "unrecognized %%(objectname) argument: %s"2666msgstr "argumento: %s no reconocido %%(objectname)"26672668#: ref-filter.c:2512669#, c-format2670msgid "expected format: %%(align:<width>,<position>)"2671msgstr "formato esperado: %%(align:<ancho>,<posición>)"26722673#: ref-filter.c:2632674#, c-format2675msgid "unrecognized position:%s"2676msgstr "posición desconocida: %s"26772678#: ref-filter.c:2672679#, c-format2680msgid "unrecognized width:%s"2681msgstr "ancho desconocido: %s"26822683#: ref-filter.c:2732684#, c-format2685msgid "unrecognized %%(align) argument: %s"2686msgstr "argumento no reconocido para %%(align): %s"26872688#: ref-filter.c:2772689#, c-format2690msgid "positive width expected with the %%(align) atom"2691msgstr "se esperaba un ancho positivo con el átomo %%(align)"26922693#: ref-filter.c:2922694#, c-format2695msgid "unrecognized %%(if) argument: %s"2696msgstr "argumento: %s no reconocido %%(if)"26972698#: ref-filter.c:3822699#, c-format2700msgid "malformed field name: %.*s"2701msgstr "nombre malformado de campo: %.*s"27022703#: ref-filter.c:4082704#, c-format2705msgid "unknown field name: %.*s"2706msgstr "nombre de campo desconocido: %.*s"27072708#: ref-filter.c:5202709#, c-format2710msgid "format: %%(if) atom used without a %%(then) atom"2711msgstr "formato: atomo %%(if) usado sin un atomo %%(then)"27122713#: ref-filter.c:5802714#, c-format2715msgid "format: %%(then) atom used without an %%(if) atom"2716msgstr "formato: atomo %%(then) usado sin atomo %%(if)"27172718#: ref-filter.c:5822719#, c-format2720msgid "format: %%(then) atom used more than once"2721msgstr "formato: atomo %%(then) usado mas de una vez"27222723#: ref-filter.c:5842724#, c-format2725msgid "format: %%(then) atom used after %%(else)"2726msgstr "formato: atomo %%(then) usado despues de %%(else)"27272728#: ref-filter.c:6102729#, c-format2730msgid "format: %%(else) atom used without an %%(if) atom"2731msgstr "formato: atomo %%(else) usado sin un atomo %%(if)"27322733#: ref-filter.c:6122734#, c-format2735msgid "format: %%(else) atom used without a %%(then) atom"2736msgstr "formato: atomo %%(else) usado sin un atomo %%(then) "27372738#: ref-filter.c:6142739#, c-format2740msgid "format: %%(else) atom used more than once"2741msgstr "formato: atomo %%(else) usado mas de una vez"27422743#: ref-filter.c:6272744#, c-format2745msgid "format: %%(end) atom used without corresponding atom"2746msgstr "formato: atomo %%(end) usado sin atomo correspondiente"27472748#: ref-filter.c:6822749#, c-format2750msgid "malformed format string %s"2751msgstr "formato de cadena malformado %s"27522753#: ref-filter.c:12682754#, c-format2755msgid "(no branch, rebasing %s)"2756msgstr "(no hay rama, rebasando %s)"27572758#: ref-filter.c:12712759#, c-format2760msgid "(no branch, bisect started on %s)"2761msgstr "(no hay rama, comenzando bisectado en %s)"27622763#. TRANSLATORS: make sure this matches "HEAD2764#. detached at " in wt-status.c2765#.2766#: ref-filter.c:12792767#, c-format2768msgid "(HEAD detached at %s)"2769msgstr "(HEAD desascoplado en %s)"27702771#. TRANSLATORS: make sure this matches "HEAD2772#. detached from " in wt-status.c2773#.2774#: ref-filter.c:12862775#, c-format2776msgid "(HEAD detached from %s)"2777msgstr "(HEAD desacoplado de %s)"27782779#: ref-filter.c:12902780msgid "(no branch)"2781msgstr "(sin rama)"27822783#: ref-filter.c:1439 ref-filter.c:14702784#, c-format2785msgid "missing object %s for %s"2786msgstr "objeto %s faltante para %s"27872788#: ref-filter.c:1442 ref-filter.c:14732789#, c-format2790msgid "parse_object_buffer failed on %s for %s"2791msgstr "parse_object_buffer falló en %s para %s"27922793#: ref-filter.c:17732794#, c-format2795msgid "malformed object at '%s'"2796msgstr "objeto malformado en '%s'"27972798#: ref-filter.c:18402799#, c-format2800msgid "ignoring ref with broken name %s"2801msgstr "ignorando referencia con nombre roto %s"28022803#: ref-filter.c:18452804#, c-format2805msgid "ignoring broken ref %s"2806msgstr "ignorando referencia rota %s"28072808#: ref-filter.c:21072809#, c-format2810msgid "format: %%(end) atom missing"2811msgstr "formato: falta atomo %%(end)"28122813#: ref-filter.c:22012814#, c-format2815msgid "malformed object name %s"2816msgstr "nombre de objeto malformado %s"28172818#: remote.c:7502819#, c-format2820msgid "Cannot fetch both %s and %s to %s"2821msgstr "No se pueden traer ambos %s y %s a %s"28222823#: remote.c:7542824#, c-format2825msgid "%s usually tracks %s, not %s"2826msgstr "%s por lo general hace seguimiento a %s, no a %s"28272828#: remote.c:7582829#, c-format2830msgid "%s tracks both %s and %s"2831msgstr "%s hace seguimiento tanto a %s como a %s"28322833#: remote.c:7662834msgid "Internal error"2835msgstr "Error interno"28362837#: remote.c:1681 remote.c:17832838msgid "HEAD does not point to a branch"2839msgstr "HEAD no apunta a ninguna rama"28402841#: remote.c:16902842#, c-format2843msgid "no such branch: '%s'"2844msgstr "no existe tal rama: '%s'"28452846#: remote.c:16932847#, c-format2848msgid "no upstream configured for branch '%s'"2849msgstr "no se ha configurado upstream para la rama '%s'"28502851#: remote.c:16992852#, c-format2853msgid "upstream branch '%s' not stored as a remote-tracking branch"2854msgstr "la rama '%s' de upstream no es guardad como rama de rastreo remoto"28552856#: remote.c:17142857#, c-format2858msgid "push destination '%s' on remote '%s' has no local tracking branch"2859msgstr ""2860"destino de push '%s' en el remoto '%s' no tiene una rama de rastreo local"28612862#: remote.c:17262863#, c-format2864msgid "branch '%s' has no remote for pushing"2865msgstr "la rama '%s' no tiene remoto para enviar"28662867#: remote.c:17372868#, c-format2869msgid "push refspecs for '%s' do not include '%s'"2870msgstr "refspecs del push para '%s' no incluyen '%s'"28712872#: remote.c:17502873msgid "push has no destination (push.default is 'nothing')"2874msgstr "push no tiene destino (push.default es 'nada')"28752876#: remote.c:17722877msgid "cannot resolve 'simple' push to a single destination"2878msgstr "no se puede resolver push 'simple' para un destino unico"28792880#: remote.c:20762881#, c-format2882msgid "Your branch is based on '%s', but the upstream is gone.\n"2883msgstr "tu rama esta basada en '%s', pero upstream ha desaparecido.\n"28842885#: remote.c:20802886msgid " (use \"git branch --unset-upstream\" to fixup)\n"2887msgstr " (usa \"git branch --unset-upstream\" para arreglar)\n"28882889#: remote.c:20832890#, c-format2891msgid "Your branch is up to date with '%s'.\n"2892msgstr "Tu rama está actualizada con '%s'.\n"28932894#: remote.c:20872895#, c-format2896msgid "Your branch is ahead of '%s' by %d commit.\n"2897msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2898msgstr[0] "Tu rama está adelantada a '%s' por %d confirmación.\n"2899msgstr[1] "Tu rama está adelantada a '%s' por %d confirmaciones.\n"29002901#: remote.c:20932902msgid " (use \"git push\" to publish your local commits)\n"2903msgstr " (usa \"git push\" para publicar tus confirmaciones locales)\n"29042905#: remote.c:20962906#, c-format2907msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2908msgid_plural ""2909"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2910msgstr[0] ""2911"Tu rama está detrás de '%s' por %d confirmación, y puede ser avanzada "2912"rápido.\n"2913msgstr[1] ""2914"Tu rama está detrás de '%s' por %d confirmaciones, y puede ser avanzada "2915"rápido.\n"29162917#: remote.c:21042918msgid " (use \"git pull\" to update your local branch)\n"2919msgstr " (usa \"git pull\" para actualizar tu rama local)\n"29202921#: remote.c:21072922#, c-format2923msgid ""2924"Your branch and '%s' have diverged,\n"2925"and have %d and %d different commit each, respectively.\n"2926msgid_plural ""2927"Your branch and '%s' have diverged,\n"2928"and have %d and %d different commits each, respectively.\n"2929msgstr[0] ""2930"Tu rama y '%s' han divergido,\n"2931"y se tiene %d y %d commit diferentes en cada una respectivamente.\n"2932msgstr[1] ""2933"Tu rama y '%s' han divergido,\n"2934"y tienen %d y %d commits diferentes cada una respectivamente.\n"29352936#: remote.c:21172937msgid " (use \"git pull\" to merge the remote branch into yours)\n"2938msgstr " (usa \"git pull\" para fusionar la rama remota en la tuya)\n"29392940#: revision.c:22562941msgid "your current branch appears to be broken"2942msgstr "tu rama actual parece estar rota"29432944#: revision.c:22592945#, c-format2946msgid "your current branch '%s' does not have any commits yet"2947msgstr "tu rama actual '%s' no tiene ningún commit todavía"29482949#: revision.c:24532950msgid "--first-parent is incompatible with --bisect"2951msgstr "--first-parent es incompatible con --bisect"29522953#: run-command.c:6442954msgid "open /dev/null failed"2955msgstr "falló al abrir /dev/null"29562957#: send-pack.c:1512958#, c-format2959msgid "unable to parse remote unpack status: %s"2960msgstr "no es posible analizar el estado de desempaquetado remoto: %s"29612962#: send-pack.c:1532963#, c-format2964msgid "remote unpack failed: %s"2965msgstr "desempaquetado remoto falló: %s"29662967#: send-pack.c:3162968msgid "failed to sign the push certificate"2969msgstr "falló al firmar el certificado de push"29702971#: send-pack.c:4292972msgid "the receiving end does not support --signed push"2973msgstr "el final receptor no soporta --signed push"29742975#: send-pack.c:4312976msgid ""2977"not sending a push certificate since the receiving end does not support --"2978"signed push"2979msgstr ""2980"no se manda un certificado de push ya que el destino no soporta push firmado "2981"(--signed )"29822983#: send-pack.c:4432984msgid "the receiving end does not support --atomic push"2985msgstr "el destino no soporta push atómicos (--atomic)"29862987#: send-pack.c:4482988msgid "the receiving end does not support push options"2989msgstr "el destino no soporta opciones de push"29902991#: sequencer.c:2182992msgid "revert"2993msgstr "revertir"29942995#: sequencer.c:2202996msgid "cherry-pick"2997msgstr "cherry-pick"29982999#: sequencer.c:2223000msgid "rebase -i"3001msgstr "rebase -i"30023003#: sequencer.c:2243004#, c-format3005msgid "Unknown action: %d"3006msgstr "Accion desconocida: %d"30073008#: sequencer.c:2813009msgid ""3010"after resolving the conflicts, mark the corrected paths\n"3011"with 'git add <paths>' or 'git rm <paths>'"3012msgstr ""3013"despues de resolver los conflictos, marca las rutas corregidas\n"3014"con 'git add <rutas>' o 'git rm <rutas>'"30153016#: sequencer.c:2843017msgid ""3018"after resolving the conflicts, mark the corrected paths\n"3019"with 'git add <paths>' or 'git rm <paths>'\n"3020"and commit the result with 'git commit'"3021msgstr ""3022"tras resolver los conflictos, marca las rutas corregidas\n"3023"con 'git add <rutas>' o 'git rm <rutas>'\n"3024"y haz un commit del resultado con 'git commit'"30253026#: sequencer.c:297 sequencer.c:17043027#, c-format3028msgid "could not lock '%s'"3029msgstr "No se pudo bloquear '%s'"30303031#: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:17233032#: sequencer.c:2733 sequencer.c:27493033#, c-format3034msgid "could not write to '%s'"3035msgstr "No se pudo escribir en '%s'"30363037#: sequencer.c:3043038#, c-format3039msgid "could not write eol to '%s'"3040msgstr "No se pudo escribir EOL en '%s'"30413042#: sequencer.c:308 sequencer.c:1586 sequencer.c:17113043#, c-format3044msgid "failed to finalize '%s'."3045msgstr "Fallo al finalizar '%s'."30463047#: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:2593048#: builtin/commit.c:754 builtin/merge.c:10443049#, c-format3050msgid "could not read '%s'"3051msgstr "No se pudo leer '%s'"30523053#: sequencer.c:3583054#, c-format3055msgid "your local changes would be overwritten by %s."3056msgstr "Tus cambios locales seran sobreescritos por %s."30573058#: sequencer.c:3623059msgid "commit your changes or stash them to proceed."3060msgstr "Realiza un commit con tus cambios o aplica un stash para proceder."30613062#: sequencer.c:3913063#, c-format3064msgid "%s: fast-forward"3065msgstr "%s: avance rápido"30663067#. TRANSLATORS: %s will be "revert", "cherry-pick" or3068#. "rebase -i".3069#.3070#: sequencer.c:4743071#, c-format3072msgid "%s: Unable to write new index file"3073msgstr "%s: Incapaz de escribir el nuevo archivo índice"30743075#: sequencer.c:4933076msgid "could not resolve HEAD commit\n"3077msgstr "No se pudo resolver el commit de HEAD\n"30783079#: sequencer.c:5133080msgid "unable to update cache tree\n"3081msgstr "no es posible actualizar el árbol de la caché\n"30823083#: sequencer.c:5973084#, c-format3085msgid ""3086"you have staged changes in your working tree\n"3087"If these changes are meant to be squashed into the previous commit, run:\n"3088"\n"3089" git commit --amend %s\n"3090"\n"3091"If they are meant to go into a new commit, run:\n"3092"\n"3093" git commit %s\n"3094"\n"3095"In both cases, once you're done, continue with:\n"3096"\n"3097" git rebase --continue\n"3098msgstr ""3099"se ha aplicado un stage a los cambios en el arbol de trabajo\n"3100"si estos cambios estan destinados a ser aplastados en el commit previo, "3101"ejecuta:\n"3102"\n"3103" git commit --amend %s\n"3104"\n"3105"Si estos cambios estan destinados a un nuevo commit, ejecuta:\n"3106"\n"3107" git commit %s\n"3108"\n"3109"en cambos casos, cuando acabes, continua con:\n"3110"\n"3111" git rebase --continue\n"31123113#: sequencer.c:6993114#, c-format3115msgid "could not parse commit %s\n"3116msgstr "No se pudo analizar commit %s.\n"31173118#: sequencer.c:7043119#, c-format3120msgid "could not parse parent commit %s\n"3121msgstr "No se pudo analizar el commit padre %s\n"31223123#: sequencer.c:8263124#, c-format3125msgid ""3126"unexpected 1st line of squash message:\n"3127"\n"3128"\t%.*s"3129msgstr ""3130"1ra línea del mensaje squash no esperada:\n"3131"\n"3132"\t%.*s"31333134#: sequencer.c:8323135#, c-format3136msgid ""3137"invalid 1st line of squash message:\n"3138"\n"3139"\t%.*s"3140msgstr ""3141"1ra línea del mensaje squash inválida:\n"3142"\n"3143"\t%.*s"31443145#: sequencer.c:838 sequencer.c:8633146#, c-format3147msgid "This is a combination of %d commits."3148msgstr "Esta es una combinacion de %d commits."31493150#: sequencer.c:847 sequencer.c:26813151msgid "need a HEAD to fixup"3152msgstr "se necesita un HEAD para arreglar"31533154#: sequencer.c:8493155msgid "could not read HEAD"3156msgstr "no se pudo leer HEAD"31573158#: sequencer.c:8513159msgid "could not read HEAD's commit message"3160msgstr "no se pudo leer el mensaje de commit de HEAD"31613162#: sequencer.c:8573163#, c-format3164msgid "cannot write '%s'"3165msgstr "no se puede escribir '%s'"31663167#: sequencer.c:866 git-rebase--interactive.sh:4463168msgid "This is the 1st commit message:"3169msgstr "Este es el mensaje de la 1ra confirmación:"31703171#: sequencer.c:8743172#, c-format3173msgid "could not read commit message of %s"3174msgstr "no se puede leer el mensaje del commit de %s"31753176#: sequencer.c:8813177#, c-format3178msgid "This is the commit message #%d:"3179msgstr "este es el mensaje del commit #%d:"31803181#: sequencer.c:8863182#, c-format3183msgid "The commit message #%d will be skipped:"3184msgstr "El mensaje del commit #%d sera saltado: "31853186#: sequencer.c:8913187#, c-format3188msgid "unknown command: %d"3189msgstr "comando desconocido: %d"31903191#: sequencer.c:9573192msgid "your index file is unmerged."3193msgstr "tu archivo indice no esta fusionado."31943195#: sequencer.c:9753196#, c-format3197msgid "commit %s is a merge but no -m option was given."3198msgstr "el commit %s es una fusion pero no se entrego la opcion -m."31993200#: sequencer.c:9833201#, c-format3202msgid "commit %s does not have parent %d"3203msgstr "el commit %s no tiene un padre %d"32043205#: sequencer.c:9873206#, c-format3207msgid "mainline was specified but commit %s is not a merge."3208msgstr "linea principal especificada pero el commit %s no es una fusion."32093210#: sequencer.c:9933211#, c-format3212msgid "cannot get commit message for %s"3213msgstr "no se puede obtener el mensaje de commit para %s"32143215#. TRANSLATORS: The first %s will be a "todo" command like3216#. "revert" or "pick", the second %s a SHA1.3217#: sequencer.c:10143218#, c-format3219msgid "%s: cannot parse parent commit %s"3220msgstr "%s: no se puede analizar la confirmación padre %s"32213222#: sequencer.c:1077 sequencer.c:18533223#, c-format3224msgid "could not rename '%s' to '%s'"3225msgstr "No se puede renombrar '%s' a '%s'"32263227#: sequencer.c:11283228#, c-format3229msgid "could not revert %s... %s"3230msgstr "no se pudo revertir %s... %s"32313232#: sequencer.c:11293233#, c-format3234msgid "could not apply %s... %s"3235msgstr "no se pudo aplicar %s... %s"32363237#: sequencer.c:11713238msgid "empty commit set passed"3239msgstr "conjunto de confirmación vacío aprobado"32403241#: sequencer.c:11813242#, c-format3243msgid "git %s: failed to read the index"3244msgstr "git %s: fallo al leer el índice"32453246#: sequencer.c:11883247#, c-format3248msgid "git %s: failed to refresh the index"3249msgstr "git %s: fallo al refrescar el índice"32503251#: sequencer.c:13083252#, c-format3253msgid "invalid line %d: %.*s"3254msgstr "línea inválida %d: %.*s"32553256#: sequencer.c:13163257#, c-format3258msgid "cannot '%s' without a previous commit"3259msgstr "no se puede '%s' sin un commit previo"32603261#: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:26143262#: sequencer.c:2691 sequencer.c:2810 sequencer.c:29513263#, c-format3264msgid "could not read '%s'."3265msgstr "no se puede leer '%s'."32663267#: sequencer.c:13613268msgid "please fix this using 'git rebase --edit-todo'."3269msgstr "por favor arregle esto usando 'git rebase --edit-todo'."32703271#: sequencer.c:13633272#, c-format3273msgid "unusable instruction sheet: '%s'"3274msgstr "hoja de instrucciones inutilizable: '%s'"32753276#: sequencer.c:13683277msgid "no commits parsed."3278msgstr "ningun commit analizado."32793280#: sequencer.c:13793281msgid "cannot cherry-pick during a revert."3282msgstr "no se puede realizar cherry-pick durante un revert."32833284#: sequencer.c:13813285msgid "cannot revert during a cherry-pick."3286msgstr "no se puede realizar un revert durante un cherry-pick"32873288#: sequencer.c:14483289#, c-format3290msgid "invalid key: %s"3291msgstr "llave invalida: %s"32923293#: sequencer.c:14513294#, c-format3295msgid "invalid value for %s: %s"3296msgstr "valor invalido para %s: %s"32973298#: sequencer.c:15173299#, c-format3300msgid "malformed options sheet: '%s'"3301msgstr "hoja de opciones mal formada: '%s'"33023303#: sequencer.c:15553304msgid "a cherry-pick or revert is already in progress"3305msgstr "un cherry-pick o rever ya esta en progreso"33063307#: sequencer.c:15563308msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3309msgstr "intenta \"git cherry-pick (--continue | --quit | --abort)\""33103311#: sequencer.c:15593312#, c-format3313msgid "could not create sequencer directory '%s'"3314msgstr "no se pudo crear un directorio secuenciador '%s' "33153316#: sequencer.c:15743317msgid "could not lock HEAD"3318msgstr "no se pudo bloquear HEAD"33193320#: sequencer.c:1632 sequencer.c:22113321msgid "no cherry-pick or revert in progress"3322msgstr "ningun cherry-pick o revert en progreso"33233324#: sequencer.c:16343325msgid "cannot resolve HEAD"3326msgstr "no se puede resolver HEAD"33273328#: sequencer.c:1636 sequencer.c:16713329msgid "cannot abort from a branch yet to be born"3330msgstr "no se puede abortar de una rama por nacer"33313332#: sequencer.c:1657 builtin/grep.c:7113333#, c-format3334msgid "cannot open '%s'"3335msgstr "no se puede abrir '%s'"33363337#: sequencer.c:16593338#, c-format3339msgid "cannot read '%s': %s"3340msgstr "no se puede leer '%s': %s"33413342#: sequencer.c:16603343msgid "unexpected end of file"3344msgstr "final de archivo inesperado"33453346#: sequencer.c:16663347#, c-format3348msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3349msgstr "archiv HEAD de pre-cherry-pick guardado '%s' esta corrompido"33503351#: sequencer.c:16773352msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3353msgstr "Parece que se ha movido HEAD. No se hace rebobinado, revise su HEAD!"33543355#: sequencer.c:1818 sequencer.c:21093356msgid "cannot read HEAD"3357msgstr "no se puede leer HEAD"33583359#: sequencer.c:1858 builtin/difftool.c:6403360#, c-format3361msgid "could not copy '%s' to '%s'"3362msgstr "no se pudo copiar '%s' a '%s'"33633364#: sequencer.c:18743365msgid "could not read index"3366msgstr "no se pudo leer indice"33673368#: sequencer.c:18793369#, c-format3370msgid ""3371"execution failed: %s\n"3372"%sYou can fix the problem, and then run\n"3373"\n"3374" git rebase --continue\n"3375"\n"3376msgstr ""3377"ejecucion fallida: %s\n"3378"%sse puede arreglar el problema , y luego ejecutar\n"3379"\n"3380" git rebase --continue\n"3381"\n"33823383#: sequencer.c:18853384msgid "and made changes to the index and/or the working tree\n"3385msgstr "y se hicieron cambios al indice y/o arbol de trabajo\n"33863387#: sequencer.c:18913388#, c-format3389msgid ""3390"execution succeeded: %s\n"3391"but left changes to the index and/or the working tree\n"3392"Commit or stash your changes, and then run\n"3393"\n"3394" git rebase --continue\n"3395"\n"3396msgstr ""3397"ejecucion exitosa: %s\n"3398"pero todavia quedan cambios para el indice o arbol de trabajo.\n"3399"Realiza un commit o stash con tus cambios, y luego ejecuta\n"3400"\n"3401" git rebase --continue\n"3402"\n"34033404#: sequencer.c:19483405#, c-format3406msgid "Applied autostash.\n"3407msgstr "Autostash aplicado.\n"34083409#: sequencer.c:19603410#, c-format3411msgid "cannot store %s"3412msgstr "no se puede guardar %s"34133414#: sequencer.c:1963 git-rebase.sh:1753415#, c-format3416msgid ""3417"Applying autostash resulted in conflicts.\n"3418"Your changes are safe in the stash.\n"3419"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"3420msgstr ""3421"Aplicando autostash resultó en conflictos.\n"3422"Tus cambios estan seguros en el stash.\n"3423"Puedes ejecutar \"git stash pop\" o \"git stash drop\" en cualquier "3424"momento.\n"34253426#: sequencer.c:20453427#, c-format3428msgid "Stopped at %s... %.*s\n"3429msgstr "Detenido en %s... %.*s\n"34303431#: sequencer.c:20873432#, c-format3433msgid "unknown command %d"3434msgstr "comando desconocido %d"34353436#: sequencer.c:21173437msgid "could not read orig-head"3438msgstr "no se puede leer orig-head"34393440#: sequencer.c:2122 sequencer.c:26783441msgid "could not read 'onto'"3442msgstr "no se puede leer 'onto'"34433444#: sequencer.c:21293445#, c-format3446msgid "could not update %s"3447msgstr "no se puede actualizar %s"34483449#: sequencer.c:21363450#, c-format3451msgid "could not update HEAD to %s"3452msgstr "no se puede actualizar HEAD a %s"34533454#: sequencer.c:22203455msgid "cannot rebase: You have unstaged changes."3456msgstr "no se puede realziar rebase: Tienes cambios fuera del area de stage."34573458#: sequencer.c:22253459msgid "could not remove CHERRY_PICK_HEAD"3460msgstr "no se puede remover CHERRY_PICK_HEAD"34613462#: sequencer.c:22343463msgid "cannot amend non-existing commit"3464msgstr "no se puede arreglar un commit no existente"34653466#: sequencer.c:22363467#, c-format3468msgid "invalid file: '%s'"3469msgstr "archivo invalido: '%s'"34703471#: sequencer.c:22383472#, c-format3473msgid "invalid contents: '%s'"3474msgstr "contenido inválido: '%s'"34753476#: sequencer.c:22413477msgid ""3478"\n"3479"You have uncommitted changes in your working tree. Please, commit them\n"3480"first and then run 'git rebase --continue' again."3481msgstr ""3482"\n"3483"Tienes cambios fuera de un commit en tu arbol de trabajo. Por favor, realiza "3484"un commit con estos\n"3485"primero y luego ejecuta 'git rebase --continue' de nuevo."34863487#: sequencer.c:22513488msgid "could not commit staged changes."3489msgstr "no se pudo realiar commit con los cambios en el area de stage."34903491#: sequencer.c:23313492#, c-format3493msgid "%s: can't cherry-pick a %s"3494msgstr "%s: no se puede aplicar cherry-pick a un %s"34953496#: sequencer.c:23353497#, c-format3498msgid "%s: bad revision"3499msgstr "%s: mala revision"35003501#: sequencer.c:23683502msgid "can't revert as initial commit"3503msgstr "no se puede revertir como commit inicial"35043505#: sequencer.c:24713506msgid "make_script: unhandled options"3507msgstr "make_script: opciones desconocidas"35083509#: sequencer.c:24743510msgid "make_script: error preparing revisions"3511msgstr "make_script: error preparando revisiones"35123513#: sequencer.c:25103514#, c-format3515msgid "unusable todo list: '%s'"3516msgstr "lista de pendientes inutilizable: '%s'"35173518#: sequencer.c:25163519#, c-format3520msgid "unable to open '%s' for writing"3521msgstr "No se pudo abrir '%s' para escritura"35223523#: sequencer.c:25613524#, c-format3525msgid "unrecognized setting %s for optionrebase.missingCommitsCheck. Ignoring."3526msgstr ""3527"Opcion %s no reconocida para optionrebase.missingCommitsCheck. Ingorando."35283529#: sequencer.c:26413530#, c-format3531msgid ""3532"Warning: some commits may have been dropped accidentally.\n"3533"Dropped commits (newer to older):\n"3534msgstr ""3535"Peligro: algunos commits pueden haber sido botados de forma accidental.\n"3536"Commits botados (empezando con el mas nuevo):\n"35373538#: sequencer.c:26483539#, c-format3540msgid ""3541"To avoid this message, use \"drop\" to explicitly remove a commit.\n"3542"\n"3543"Use 'git config rebase.missingCommitsCheck' to change the level of "3544"warnings.\n"3545"The possible behaviours are: ignore, warn, error.\n"3546"\n"3547msgstr ""3548"Para evitar este mensaje, use \"drop\" para remover de forma explícita un "3549"commit.\n"3550"\n"3551"Use 'git config rebase.missingCommitsCheck' para cambiar el nivel de "3552"advertencias.\n"3553"Los posibles comportamientos son: ignore,warn,error.\n"3554"\n"35553556#: sequencer.c:26603557#, c-format3558msgid ""3559"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"3560"continue'.\n"3561"Or you can abort the rebase with 'git rebase --abort'.\n"3562msgstr ""3563"Se puede arreglar esto con 'git rebase --edit-todo' y después ejecutar 'git "3564"rebase --continue'.\n"3565"O se puede abortar el rebase con 'git rebase --abort'.\n"35663567#: sequencer.c:27083568#, c-format3569msgid "could not parse commit '%s'"3570msgstr "No se pudo analizar commit '%s'"35713572#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:3953573#: builtin/am.c:7753574#, c-format3575msgid "could not open '%s' for writing"3576msgstr "no se pudo abrir '%s' para escritura"35773578#: sequencer.c:27563579#, c-format3580msgid "could not truncate '%s'"3581msgstr "no se pudo truncar '%s'"35823583#: sequencer.c:28483584msgid "the script was already rearranged."3585msgstr "este script ya fue reorganizado."35863587#: sequencer.c:29533588#, c-format3589msgid "could not finish '%s'"3590msgstr "no se pudo finalizar '%s'"35913592#: setup.c:1713593#, c-format3594msgid ""3595"%s: no such path in the working tree.\n"3596"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3597msgstr ""3598"%s: no existe la ruta en el arbol de trabajo.\n"3599"Use 'git <comando> -- <ruta>...' para especificar rutas que no existen "3600"localmente."36013602#: setup.c:1843603#, c-format3604msgid ""3605"ambiguous argument '%s': unknown revision or path not in the working tree.\n"3606"Use '--' to separate paths from revisions, like this:\n"3607"'git <command> [<revision>...] -- [<file>...]'"3608msgstr ""3609"argumento ambiguo '%s': revisión desconocida o ruta fuera del árbol de "3610"trabajo.\n"3611"Use '--' para separar las rutas de las revisiones, de esta manera:\n"3612"'git <comando> [<revisión>...] -- [<archivo>...]'"36133614#: setup.c:2523615#, c-format3616msgid ""3617"ambiguous argument '%s': both revision and filename\n"3618"Use '--' to separate paths from revisions, like this:\n"3619"'git <command> [<revision>...] -- [<file>...]'"3620msgstr ""3621"argumento ambiguo '%s': ambos revisión y nombre de archivo\n"3622"Use '--' para separar rutas de revisiones, de esta manera:\n"3623"'git <comando> [<revisión>...] -- [<archivo>...]'"36243625#: setup.c:4993626#, c-format3627msgid "Expected git repo version <= %d, found %d"3628msgstr "Se esperaba version de git repo <= %d, encontrada %d"36293630#: setup.c:5073631msgid "unknown repository extensions found:"3632msgstr "se encontro extension de repositorio desconocida:"36333634#: setup.c:8063635#, c-format3636msgid "Not a git repository (or any of the parent directories): %s"3637msgstr ""3638"No es un repositorio git (ni ninguno de los directorios superiores): %s"36393640#: setup.c:808 builtin/index-pack.c:16533641msgid "Cannot come back to cwd"3642msgstr "No se puede regresar a cwd"36433644#: setup.c:10463645msgid "Unable to read current working directory"3646msgstr "Incapaz de leer el directorio de trabajo actual"36473648#: setup.c:1058 setup.c:10643649#, c-format3650msgid "Cannot change to '%s'"3651msgstr "No se puede cambiar a '%s'"36523653#: setup.c:10773654#, c-format3655msgid ""3656"Not a git repository (or any parent up to mount point %s)\n"3657"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3658msgstr ""3659"No es un repositorio git ( o ningún padre en el punto de montado %s)\n"3660"Parando en el límite del sistema de archivos "3661"(GIT_DISCOVERY_ACROSS_FILESYSTEM no establecido)."36623663#: setup.c:11593664#, c-format3665msgid ""3666"Problem with core.sharedRepository filemode value (0%.3o).\n"3667"The owner of files must always have read and write permissions."3668msgstr ""3669"Problema con el valor del modo de archivo core.sharedRepository (0%.3o).\n"3670"El dueño de los archivos tiene que tener permisos de lectura y escritura."36713672#: sha1_file.c:5283673#, c-format3674msgid "path '%s' does not exist"3675msgstr "ruta '%s' no existe"36763677#: sha1_file.c:5543678#, c-format3679msgid "reference repository '%s' as a linked checkout is not supported yet."3680msgstr ""3681"repositorio de referencia '%s' como un checkout vinculado no es soportado "3682"todavía."36833684#: sha1_file.c:5603685#, c-format3686msgid "reference repository '%s' is not a local repository."3687msgstr "repositorio de referencia '%s' no es un repositorio local."36883689#: sha1_file.c:5663690#, c-format3691msgid "reference repository '%s' is shallow"3692msgstr "repositorio de referencia '%s' es superficial (shallow)"36933694#: sha1_file.c:5743695#, c-format3696msgid "reference repository '%s' is grafted"3697msgstr "repositorio de referencia '% s' está injertado"36983699#: sha1_name.c:4203700#, c-format3701msgid "short SHA1 %s is ambiguous"3702msgstr "SHA1 %s corta es ambigua"37033704#: sha1_name.c:4313705msgid "The candidates are:"3706msgstr "Los candidatos son:"37073708#: sha1_name.c:5903709msgid ""3710"Git normally never creates a ref that ends with 40 hex characters\n"3711"because it will be ignored when you just specify 40-hex. These refs\n"3712"may be created by mistake. For example,\n"3713"\n"3714" git checkout -b $br $(git rev-parse ...)\n"3715"\n"3716"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3717"examine these refs and maybe delete them. Turn this message off by\n"3718"running \"git config advice.objectNameWarning false\""3719msgstr ""3720"Git normalmente nunca crea una ref que termine con 40 caracteres hex\n"3721"porque esto sería ignorado cuando solo se especifiquen 40-hex. Estas refs\n"3722"tal vez sean creadas por error. Por ejemplo,\n"3723"\n"3724" git checkout -b $br $(git rev-parse ...)\n"3725"\n"3726"donde \"$br\" est'a de alguna manera vacía y una ref de 40-hex es creada. "3727"Por favor\n"3728"examine estas refs y tal vez bórrelas. Silencie este mensaje \n"3729"ejecutando \"git config advice.objectNameWarning false\""37303731#: submodule.c:93 submodule.c:1273732msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3733msgstr ""3734"No se puede cambiar .gitmodules no fusionados, resuelva este problema primero"37353736#: submodule.c:97 submodule.c:1313737#, c-format3738msgid "Could not find section in .gitmodules where path=%s"3739msgstr "No se pudo encontrar la sección en .gitmodules donde path=%s"37403741#: submodule.c:1053742#, c-format3743msgid "Could not update .gitmodules entry %s"3744msgstr "No se pudo actualizar la entrada %s de .gitmodules"37453746#: submodule.c:1383747#, c-format3748msgid "Could not remove .gitmodules entry for %s"3749msgstr "No se pudo remover la entrada %s de .gitmodules"37503751#: submodule.c:1493752msgid "staging updated .gitmodules failed"3753msgstr "falló realizar stage a los .gitmodules actualizados"37543755#: submodule.c:3093756#, c-format3757msgid "in unpopulated submodule '%s'"3758msgstr "en el submódulo no poblado '%s'"37593760#: submodule.c:3403761#, c-format3762msgid "Pathspec '%s' is in submodule '%.*s'"3763msgstr "El patrón de ruta '%s' está en el submódulo '%.*s'"37643765#: submodule.c:7993766#, c-format3767msgid "submodule entry '%s' (%s) is a %s, not a commit"3768msgstr "entrada de submódulo '%s' (%s) es un %s, no un commit"37693770#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:11493771msgid "Failed to resolve HEAD as a valid ref."3772msgstr "Fallo al resolver HEAD como un ref valido."37733774#: submodule.c:13043775#, c-format3776msgid "'%s' not recognized as a git repository"3777msgstr "'%s' no reconocido como un repositorio git"37783779#: submodule.c:14423780#, c-format3781msgid "could not start 'git status' in submodule '%s'"3782msgstr "no se pudo comenzar 'git status' en el submódulo '%s'"37833784#: submodule.c:14553785#, c-format3786msgid "could not run 'git status' in submodule '%s'"3787msgstr "no se pudo ejecutar 'git status' en el submódulo '%s'"37883789#: submodule.c:15483790#, c-format3791msgid "submodule '%s' has dirty index"3792msgstr "submódulo '%s' tiene un índice corrupto"37933794#: submodule.c:18093795#, c-format3796msgid ""3797"relocate_gitdir for submodule '%s' with more than one worktree not supported"3798msgstr ""3799"relocate_gitdir para el submódulo '%s' con más de un árbol de trabajo no "3800"soportado"38013802#: submodule.c:1821 submodule.c:18773803#, c-format3804msgid "could not lookup name for submodule '%s'"3805msgstr "no se pudo resolver el nombre para el submódulo '%s'"38063807#: submodule.c:1825 builtin/submodule--helper.c:6713808#: builtin/submodule--helper.c:6813809#, c-format3810msgid "could not create directory '%s'"3811msgstr "no se pudo crear el directorio '%s'"38123813#: submodule.c:18283814#, c-format3815msgid ""3816"Migrating git directory of '%s%s' from\n"3817"'%s' to\n"3818"'%s'\n"3819msgstr ""3820"Migrando directorio git de '%s%s' desde\n"3821"'%s' hacia\n"3822"'%s'\n"38233824#: submodule.c:19123825#, c-format3826msgid "could not recurse into submodule '%s'"3827msgstr "No pudo recursar en el submódulo '%s'"38283829#: submodule.c:19563830msgid "could not start ls-files in .."3831msgstr "no se pudo comenzar ls-files en .."38323833#: submodule.c:19763834msgid "BUG: returned path string doesn't match cwd?"3835msgstr "BUG: string de ruta recibido no concuerda con cwd?"38363837#: submodule.c:19953838#, c-format3839msgid "ls-tree returned unexpected return code %d"3840msgstr "ls-tree retornó un código %d inesperado"38413842#: submodule-config.c:2633843msgid "negative values not allowed for submodule.fetchjobs"3844msgstr "no se permiten valores negativos para submodule.fetchjobs"38453846#: submodule-config.c:4363847#, c-format3848msgid "invalid value for %s"3849msgstr "valor inválido para %s"38503851#: trailer.c:2383852#, c-format3853msgid "running trailer command '%s' failed"3854msgstr "no se pudo ejecutar el comando de remolque '%s'"38553856#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5533857#: trailer.c:5573858#, c-format3859msgid "unknown value '%s' for key '%s'"3860msgstr "valor '%s' desconocido para la clave '%s'"38613862#: trailer.c:539 trailer.c:544 builtin/remote.c:2903863#, c-format3864msgid "more than one %s"3865msgstr "más de un %s"38663867#: trailer.c:7303868#, c-format3869msgid "empty trailer token in trailer '%.*s'"3870msgstr "token de remolque vacío en el trailer '%.*s'"38713872#: trailer.c:7503873#, c-format3874msgid "could not read input file '%s'"3875msgstr "no se pudo leer el archivo de entrada '%s'"38763877#: trailer.c:7533878msgid "could not read from stdin"3879msgstr "no se pudo leer desde stdin"38803881#: trailer.c:1008 builtin/am.c:463882#, c-format3883msgid "could not stat %s"3884msgstr "no se pudo definir %s"38853886#: trailer.c:10103887#, c-format3888msgid "file %s is not a regular file"3889msgstr "el archivo %s no es un archivo regular"38903891#: trailer.c:10123892#, c-format3893msgid "file %s is not writable by user"3894msgstr "el archivo %s no puede ser escrito por el usuario "38953896#: trailer.c:10243897msgid "could not open temporary file"3898msgstr "no se pudo abrir el archivo temporal"38993900#: trailer.c:10643901#, c-format3902msgid "could not rename temporary file to %s"3903msgstr "no se pudo renombrar el archivo temporal a %s"39043905#: transport.c:623906#, c-format3907msgid "Would set upstream of '%s' to '%s' of '%s'\n"3908msgstr "Configurará upstream de '%s' a '%s' de '%s'\n"39093910#: transport.c:1513911#, c-format3912msgid "transport: invalid depth option '%s'"3913msgstr "transport: opción inválida '%s'"39143915#: transport.c:8883916#, c-format3917msgid ""3918"The following submodule paths contain changes that can\n"3919"not be found on any remote:\n"3920msgstr ""3921"La siguiente ruta de submódulo contiene cambios que no\n"3922"pueden ser encontrados en ningún remoto:\n"39233924#: transport.c:8923925#, c-format3926msgid ""3927"\n"3928"Please try\n"3929"\n"3930"\tgit push --recurse-submodules=on-demand\n"3931"\n"3932"or cd to the path and use\n"3933"\n"3934"\tgit push\n"3935"\n"3936"to push them to a remote.\n"3937"\n"3938msgstr ""3939"\n"3940"Por favor intenta\n"3941"\n"3942"\tgit push --recurse-submodules=on-demand\n"3943"\n"3944"o cd a la ruta y usa\n"3945"\n"3946"\tgit push\n"3947"\n"3948"para hacer un push al remoto.\n"3949"\n"39503951#: transport.c:9003952msgid "Aborting."3953msgstr "Abortando."39543955#: transport-helper.c:10713956#, c-format3957msgid "Could not read ref %s"3958msgstr "No se pudo leer la referencia %s"39593960#: tree-walk.c:313961msgid "too-short tree object"3962msgstr "objeto de arbol muy corto"39633964#: tree-walk.c:373965msgid "malformed mode in tree entry"3966msgstr "modo mal formado en la entrada de árbol"39673968#: tree-walk.c:413969msgid "empty filename in tree entry"3970msgstr "nombre de archivo vacío en la entrada de árbol"39713972#: tree-walk.c:1143973msgid "too-short tree file"3974msgstr "archivo de árbol muy corto"39753976#: unpack-trees.c:1063977#, c-format3978msgid ""3979"Your local changes to the following files would be overwritten by checkout:\n"3980"%%sPlease commit your changes or stash them before you switch branches."3981msgstr ""3982"Los cambios locales de los siguientes archivos serán sobrescritos al "3983"actualizar el árbol de trabajo:\n"3984"%%sPor favor, confirma tus cambios o salvaguárdalos antes de intercambiar "3985"ramas."39863987#: unpack-trees.c:1083988#, c-format3989msgid ""3990"Your local changes to the following files would be overwritten by checkout:\n"3991"%%s"3992msgstr ""3993"Los cambios locales de los siguientes archivos seran sobreescritos por "3994"checkout:\n"3995"%%s"39963997#: unpack-trees.c:1113998#, c-format3999msgid ""4000"Your local changes to the following files would be overwritten by merge:\n"4001"%%sPlease commit your changes or stash them before you merge."4002msgstr ""4003"Los cambios locales de los siguientes archivos serán sobrescritos al "4004"fusionar:\n"4005"%%sPor favor, confirma tus cambios o salvaguárdalos antes de fusionar."40064007#: unpack-trees.c:1134008#, c-format4009msgid ""4010"Your local changes to the following files would be overwritten by merge:\n"4011"%%s"4012msgstr ""4013"Los cambios locales de los siguientes archivos seran sobreescritos por "4014"merge:\n"4015"%%s"40164017#: unpack-trees.c:1164018#, c-format4019msgid ""4020"Your local changes to the following files would be overwritten by %s:\n"4021"%%sPlease commit your changes or stash them before you %s."4022msgstr ""4023"Los cambios locales de los siguientes archivos serán sobrescritos al %s:\n"4024"%%sPor favor, confirma tus cambios o salvaguárdalos antes de %s."40254026#: unpack-trees.c:1184027#, c-format4028msgid ""4029"Your local changes to the following files would be overwritten by %s:\n"4030"%%s"4031msgstr ""4032"Los cambios locales de los siguientes archivos seran sobreescritos por %s:\n"4033"%%s"40344035#: unpack-trees.c:1234036#, c-format4037msgid ""4038"Updating the following directories would lose untracked files in them:\n"4039"%s"4040msgstr ""4041"Al actualizar los siguientes directorios se perderán los archivos sin "4042"seguimiento en ellos:\n"4043"%s"40444045#: unpack-trees.c:1274046#, c-format4047msgid ""4048"The following untracked working tree files would be removed by checkout:\n"4049"%%sPlease move or remove them before you switch branches."4050msgstr ""4051"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4052"removidos al actualizar el árbol de trabajo:\n"4053"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."40544055#: unpack-trees.c:1294056#, c-format4057msgid ""4058"The following untracked working tree files would be removed by checkout:\n"4059"%%s"4060msgstr ""4061"Los siguientes archivos sin seguimiento del árbol de trabajo serán removidos "4062"al actualizar el árbol de trabajo:\n"4063"%%s"40644065#: unpack-trees.c:1324066#, c-format4067msgid ""4068"The following untracked working tree files would be removed by merge:\n"4069"%%sPlease move or remove them before you merge."4070msgstr ""4071"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4072"removidos al fusionar:\n"4073"%%sPor favor, muévelos o elimínalos antes de fusionar."40744075#: unpack-trees.c:1344076#, c-format4077msgid ""4078"The following untracked working tree files would be removed by merge:\n"4079"%%s"4080msgstr ""4081"Los siguientes archivos sin seguimiento de árbol de trabajo serán removidos "4082"al fusionar:\n"4083"%%s"40844085#: unpack-trees.c:1374086#, c-format4087msgid ""4088"The following untracked working tree files would be removed by %s:\n"4089"%%sPlease move or remove them before you %s."4090msgstr ""4091"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4092"removidos al %s:\n"4093"%%sPor favor, muévelos o elimínalos antes de %s."40944095#: unpack-trees.c:1394096#, c-format4097msgid ""4098"The following untracked working tree files would be removed by %s:\n"4099"%%s"4100msgstr ""4101"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4102"removidos al ejecutar %s:\n"4103"%%s"41044105#: unpack-trees.c:1444106#, c-format4107msgid ""4108"The following untracked working tree files would be overwritten by "4109"checkout:\n"4110"%%sPlease move or remove them before you switch branches."4111msgstr ""4112"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4113"sobrescritos al actualizar el árbol de trabajo:\n"4114"%%sPor favor, muévelos o elimínalos antes de intercambiar ramas."41154116#: unpack-trees.c:1464117#, c-format4118msgid ""4119"The following untracked working tree files would be overwritten by "4120"checkout:\n"4121"%%s"4122msgstr ""4123"Los siguientes archivos sin seguimiento de árbol de trabajo serán "4124"sobrescritos al actualizar el árbol de trabajo:\n"4125"%%s"41264127#: unpack-trees.c:1494128#, c-format4129msgid ""4130"The following untracked working tree files would be overwritten by merge:\n"4131"%%sPlease move or remove them before you merge."4132msgstr ""4133"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4134"sobrescritos al fusionar:\n"4135"%%sPor favor, muévelos o elimínalos antes de fusionar."41364137#: unpack-trees.c:1514138#, c-format4139msgid ""4140"The following untracked working tree files would be overwritten by merge:\n"4141"%%s"4142msgstr ""4143"Los siguientes archivos sin seguimiento de árbol de trabajo serán "4144"sobrescritos al fusionar:\n"4145"%%s"41464147#: unpack-trees.c:1544148#, c-format4149msgid ""4150"The following untracked working tree files would be overwritten by %s:\n"4151"%%sPlease move or remove them before you %s."4152msgstr ""4153"Los siguientes archivos sin seguimiento en el árbol de trabajo serán "4154"sobrescritos al %s:\n"4155"%%sPor favor, muévelos o elimínalos antes de %s."41564157#: unpack-trees.c:1564158#, c-format4159msgid ""4160"The following untracked working tree files would be overwritten by %s:\n"4161"%%s"4162msgstr ""4163"Los siguientes archivos no rastreados en el arbol de trabajo seran removidos "4164"por %s:\n"4165"%%s"41664167#: unpack-trees.c:1634168#, c-format4169msgid "Entry '%s' overlaps with '%s'. Cannot bind."4170msgstr "Entrda '%s' se superpone con '%s'. No se pueden unir"41714172#: unpack-trees.c:1664173#, c-format4174msgid ""4175"Cannot update sparse checkout: the following entries are not up to date:\n"4176"%s"4177msgstr ""4178"No se puede actualizar el sparse checkout: las siguientes entradas no están "4179"actualizadas:\n"4180"%s"41814182#: unpack-trees.c:1684183#, c-format4184msgid ""4185"The following working tree files would be overwritten by sparse checkout "4186"update:\n"4187"%s"4188msgstr ""4189"Los siguientes archivos del árbol de trabajo serán sobrescritos por la "4190"actualización sparse checkout:\n"4191"%s"41924193#: unpack-trees.c:1704194#, c-format4195msgid ""4196"The following working tree files would be removed by sparse checkout "4197"update:\n"4198"%s"4199msgstr ""4200"Los siguientes archivos del árbol de trabajo serán removidos por la "4201"actualización sparse checkout:\n"4202"%s"42034204#: unpack-trees.c:1724205#, c-format4206msgid ""4207"Cannot update submodule:\n"4208"%s"4209msgstr ""4210"No se puede actualizar le submodulo:\n"4211"%s"42124213#: unpack-trees.c:2494214#, c-format4215msgid "Aborting\n"4216msgstr "Abortando\n"42174218#: unpack-trees.c:3314219msgid "Checking out files"4220msgstr "Revisando archivos"42214222#: urlmatch.c:1634223msgid "invalid URL scheme name or missing '://' suffix"4224msgstr "nombre de URL invalido o falta sufijo '://'"42254226#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4054227#, c-format4228msgid "invalid %XX escape sequence"4229msgstr "secuencia de escape %XX invalida "42304231#: urlmatch.c:2154232msgid "missing host and scheme is not 'file:'"4233msgstr "falta host y el esquema no es 'archivo':"42344235#: urlmatch.c:2324236msgid "a 'file:' URL may not have a port number"4237msgstr "un 'archivo:' URL puede no tener un número de puerto"42384239#: urlmatch.c:2474240msgid "invalid characters in host name"4241msgstr "carácter inválido en el nombre del host"42424243#: urlmatch.c:292 urlmatch.c:3034244msgid "invalid port number"4245msgstr "numero de puerto invalido"42464247#: urlmatch.c:3714248msgid "invalid '..' path segment"4249msgstr "segmento de ruta '..' invalido"42504251#: worktree.c:2454252#, c-format4253msgid "failed to read '%s'"4254msgstr "fallo al leer '%s'"42554256#: wrapper.c:223 wrapper.c:3934257#, c-format4258msgid "could not open '%s' for reading and writing"4259msgstr "no se pudo abrir '%s' para lectura y escritura"42604261#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:7664262#: builtin/am.c:858 builtin/merge.c:10414263#, c-format4264msgid "could not open '%s' for reading"4265msgstr "no se pudo abrir '%s' para lectura"42664267#: wrapper.c:424 wrapper.c:6244268#, c-format4269msgid "unable to access '%s'"4270msgstr "no es posible acceder '%s'"42714272#: wrapper.c:6324273msgid "unable to get current working directory"4274msgstr "no es posible obtener el directorio de trabajo actual"42754276#: wrapper.c:6564277#, c-format4278msgid "could not write to %s"4279msgstr "no se pudo escribir en %s"42804281#: wrapper.c:6584282#, c-format4283msgid "could not close %s"4284msgstr "no se pudo cerrar %s"42854286#: wt-status.c:1504287msgid "Unmerged paths:"4288msgstr "rutas no fusionadas:"42894290#: wt-status.c:177 wt-status.c:2044291#, c-format4292msgid " (use \"git reset %s <file>...\" to unstage)"4293msgstr " (usa \"git reset %s <archivo>...\" para sacar del area de stage)"42944295#: wt-status.c:179 wt-status.c:2064296msgid " (use \"git rm --cached <file>...\" to unstage)"4297msgstr " (usa \"git rm --cached <archivo>...\" para sacar del area de stage)"42984299#: wt-status.c:1834300msgid " (use \"git add <file>...\" to mark resolution)"4301msgstr " (usa \"git add <archivo>...\" para marcar una resolucion)"43024303#: wt-status.c:185 wt-status.c:1894304msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"4305msgstr ""4306" (usa \"git add/rm <archivo>...\" como una forma apropiada de marcar la "4307"resolucion)"43084309#: wt-status.c:1874310msgid " (use \"git rm <file>...\" to mark resolution)"4311msgstr " (usa \"git rm <file>...\" para marcar la resolucion)"43124313#: wt-status.c:198 wt-status.c:9794314msgid "Changes to be committed:"4315msgstr "Cambios a ser confirmados:"43164317#: wt-status.c:216 wt-status.c:9884318msgid "Changes not staged for commit:"4319msgstr "Cambios no rastreados para el commit:"43204321#: wt-status.c:2204322msgid " (use \"git add <file>...\" to update what will be committed)"4323msgstr ""4324" (usa \"git add <archivo>...\" para actualizar lo que será confirmado)"43254326#: wt-status.c:2224327msgid " (use \"git add/rm <file>...\" to update what will be committed)"4328msgstr ""4329" (usa \"git add/rm <archivo>...\" para actuailzar a lo que se le va a hacer "4330"commit)"43314332#: wt-status.c:2234333msgid ""4334" (use \"git checkout -- <file>...\" to discard changes in working directory)"4335msgstr ""4336" (usa \"git checkout -- <archivo>...\" para descartar los cambios en el "4337"directorio de trabajo)"43384339#: wt-status.c:2254340msgid " (commit or discard the untracked or modified content in submodules)"4341msgstr ""4342" (confirmar o descartar el contenido sin seguimiento o modificado en los "4343"sub-módulos)"43444345#: wt-status.c:2374346#, c-format4347msgid " (use \"git %s <file>...\" to include in what will be committed)"4348msgstr ""4349" (usa \"git %s <archivo>...\" para incluirlo a lo que se será confirmado)"43504351#: wt-status.c:2524352msgid "both deleted:"4353msgstr "ambos borrados:"43544355#: wt-status.c:2544356msgid "added by us:"4357msgstr "agregado por nosotros:"43584359#: wt-status.c:2564360msgid "deleted by them:"4361msgstr "borrados por ellso:"43624363#: wt-status.c:2584364msgid "added by them:"4365msgstr "agregado por ellos:"43664367#: wt-status.c:2604368msgid "deleted by us:"4369msgstr "borrado por nosotros:"43704371#: wt-status.c:2624372msgid "both added:"4373msgstr "ambos agregados:"43744375#: wt-status.c:2644376msgid "both modified:"4377msgstr "ambos modificados:"43784379#: wt-status.c:2744380msgid "new file:"4381msgstr "nuevo archivo:"43824383#: wt-status.c:2764384msgid "copied:"4385msgstr "copiado:"43864387#: wt-status.c:2784388msgid "deleted:"4389msgstr "borrado:"43904391#: wt-status.c:2804392msgid "modified:"4393msgstr "modificado:"43944395#: wt-status.c:2824396msgid "renamed:"4397msgstr "renombrado:"43984399#: wt-status.c:2844400msgid "typechange:"4401msgstr "cambio de tipo:"44024403#: wt-status.c:2864404msgid "unknown:"4405msgstr "desconocido:"44064407#: wt-status.c:2884408msgid "unmerged:"4409msgstr "desfusionado:"44104411#: wt-status.c:3704412msgid "new commits, "4413msgstr "nuevos commits, "44144415#: wt-status.c:3724416msgid "modified content, "4417msgstr "contenido modificado, "44184419#: wt-status.c:3744420msgid "untracked content, "4421msgstr "contenido no rastreado, "44224423#: wt-status.c:8194424#, c-format4425msgid "Your stash currently has %d entry"4426msgid_plural "Your stash currently has %d entries"4427msgstr[0] "Tu stash actualmente tine %d entrada"4428msgstr[1] "Tu stash actualmente tiene %d entradas"44294430#: wt-status.c:8514431msgid "Submodules changed but not updated:"4432msgstr "Submodulos cambiados pero no actualizados:"44334434#: wt-status.c:8534435msgid "Submodule changes to be committed:"4436msgstr "Submodulos cambiados listos para realizar commit:"44374438#: wt-status.c:9354439msgid ""4440"Do not modify or remove the line above.\n"4441"Everything below it will be ignored."4442msgstr ""4443"No modifique o borre la linea de encima.\n"4444"Todo lo que este por abajo será removido."44454446#: wt-status.c:10484447msgid "You have unmerged paths."4448msgstr "tienes rutas no fusionadas"44494450#: wt-status.c:10514451msgid " (fix conflicts and run \"git commit\")"4452msgstr " (arregla los conflictos y corre \"git commit\""44534454#: wt-status.c:10534455msgid " (use \"git merge --abort\" to abort the merge)"4456msgstr " (usa \"git merge --abort\" para abortar la fusion)"44574458#: wt-status.c:10584459msgid "All conflicts fixed but you are still merging."4460msgstr "Todos los conflictos resueltos pero sigues fusionando."44614462#: wt-status.c:10614463msgid " (use \"git commit\" to conclude merge)"4464msgstr " (usa \"git commit\" para concluir la fusion)"44654466#: wt-status.c:10714467msgid "You are in the middle of an am session."4468msgstr "Estas en medio de una sesion am."44694470#: wt-status.c:10744471msgid "The current patch is empty."4472msgstr "El parche actual esta vacio."44734474#: wt-status.c:10784475msgid " (fix conflicts and then run \"git am --continue\")"4476msgstr " (arregla los conflictos y luego corre \"git am --continue\""44774478#: wt-status.c:10804479msgid " (use \"git am --skip\" to skip this patch)"4480msgstr " (usa \"git am --skip\" para saltar este parche)"44814482#: wt-status.c:10824483msgid " (use \"git am --abort\" to restore the original branch)"4484msgstr " (usa \"git am --abort\" para restaurar la rama original)"44854486#: wt-status.c:12144487msgid "git-rebase-todo is missing."4488msgstr "git-rebase-todo no esta presente."44894490#: wt-status.c:12164491msgid "No commands done."4492msgstr "No se realizaron los comandos."44934494#: wt-status.c:12194495#, c-format4496msgid "Last command done (%d command done):"4497msgid_plural "Last commands done (%d commands done):"4498msgstr[0] "El ultimo comando realizado (%d comando realizado):"4499msgstr[1] "Los ultimos comandos realizados (%d comandos realizados):"45004501#: wt-status.c:12304502#, c-format4503msgid " (see more in file %s)"4504msgstr " (ver mas en el archivo %s)"45054506#: wt-status.c:12354507msgid "No commands remaining."4508msgstr "No quedan mas comandos."45094510#: wt-status.c:12384511#, c-format4512msgid "Next command to do (%d remaining command):"4513msgid_plural "Next commands to do (%d remaining commands):"4514msgstr[0] "Siguiente comando a realizar (%d comando restante)"4515msgstr[1] "Siguiente comandos a realizar (%d comandos faltantes="45164517#: wt-status.c:12464518msgid " (use \"git rebase --edit-todo\" to view and edit)"4519msgstr " (usa \"git rebase --edit-todo\" para ver y editar)"45204521#: wt-status.c:12594522#, c-format4523msgid "You are currently rebasing branch '%s' on '%s'."4524msgstr "Estas aplicando un rebase de la rama '%s' en '%s."45254526#: wt-status.c:12644527msgid "You are currently rebasing."4528msgstr "Estas aplicando un rebase."45294530#: wt-status.c:12784531msgid " (fix conflicts and then run \"git rebase --continue\")"4532msgstr " (corrige los conflictos y ejecuta \"git rebase --continue\")"45334534#: wt-status.c:12804535msgid " (use \"git rebase --skip\" to skip this patch)"4536msgstr " (usa \"git rebase --skip\" para omitir este parche)"45374538#: wt-status.c:12824539msgid " (use \"git rebase --abort\" to check out the original branch)"4540msgstr " (usa \"git rebase --abort\" para volver a tu rama original)"45414542#: wt-status.c:12884543msgid " (all conflicts fixed: run \"git rebase --continue\")"4544msgstr " (todos los conflictos corregidos: ejecuta \"git rebase --continue\")"45454546#: wt-status.c:12924547#, c-format4548msgid ""4549"You are currently splitting a commit while rebasing branch '%s' on '%s'."4550msgstr ""4551"Estas dividiendo un commit mientras aplicas un rebase de la rama '%s' en "4552"'%s'."45534554#: wt-status.c:12974555msgid "You are currently splitting a commit during a rebase."4556msgstr "Estas dividiendo un commit durante un rebase."45574558#: wt-status.c:13004559msgid " (Once your working directory is clean, run \"git rebase --continue\")"4560msgstr ""4561" (Una vez que tu directorio de trabajo esté limpio, ejecuta \"git rebase --"4562"continue\")"45634564#: wt-status.c:13044565#, c-format4566msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4567msgstr ""4568"Estas editando un commit mientras se aplica un rebase de la rama '%s' en "4569"'%s'."45704571#: wt-status.c:13094572msgid "You are currently editing a commit during a rebase."4573msgstr "Estas editando un commit durante un rebase."45744575#: wt-status.c:13124576msgid " (use \"git commit --amend\" to amend the current commit)"4577msgstr " (usa \"git commit --amend\" para enmendar la confirmación actual)"45784579#: wt-status.c:13144580msgid ""4581" (use \"git rebase --continue\" once you are satisfied with your changes)"4582msgstr ""4583" (usa \"git rebase --continue\" una vez que estés satisfecho con tus "4584"cambios)"45854586#: wt-status.c:13244587#, c-format4588msgid "You are currently cherry-picking commit %s."4589msgstr "Estas realizando un cherry-picking en el commit %s."45904591#: wt-status.c:13294592msgid " (fix conflicts and run \"git cherry-pick --continue\")"4593msgstr " (corrige los conflictos y ejecuta \"git cherry-pick --continue\")"45944595#: wt-status.c:13324596msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4597msgstr ""4598" (todos los conflictos corregidos: ejecuta \"git cherry-pick --continue\")"45994600#: wt-status.c:13344601msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4602msgstr ""4603" (use \"git cherry-pick --abort\" para cancelar la operacion cherry-pick)"46044605#: wt-status.c:13434606#, c-format4607msgid "You are currently reverting commit %s."4608msgstr "Estas revirtiendo el commit %s."46094610#: wt-status.c:13484611msgid " (fix conflicts and run \"git revert --continue\")"4612msgstr " (corrige los conflictos y ejecuta \"git revert --continue\")"46134614#: wt-status.c:13514615msgid " (all conflicts fixed: run \"git revert --continue\")"4616msgstr " (todos los conflictos corregidos: ejecuta \"git revert --continue\")"46174618#: wt-status.c:13534619msgid " (use \"git revert --abort\" to cancel the revert operation)"4620msgstr " (usa \"git revert --abort\" para cancelar la operación de revertir)"46214622#: wt-status.c:13644623#, c-format4624msgid "You are currently bisecting, started from branch '%s'."4625msgstr "Estas aplicando un bisect, comenzando en la rama '%s'."46264627#: wt-status.c:13684628msgid "You are currently bisecting."4629msgstr "Estas aplicando un bisect."46304631#: wt-status.c:13714632msgid " (use \"git bisect reset\" to get back to the original branch)"4633msgstr " (usa \"git bisect reset\" para volver a la rama original)"46344635#: wt-status.c:15684636msgid "On branch "4637msgstr "En la rama "46384639#: wt-status.c:15744640msgid "interactive rebase in progress; onto "4641msgstr "rebase interactivo en progreso; en"46424643#: wt-status.c:15764644msgid "rebase in progress; onto "4645msgstr "rebase en progreso; en"46464647#: wt-status.c:15814648msgid "HEAD detached at "4649msgstr "HEAD desacoplada en"46504651#: wt-status.c:15834652msgid "HEAD detached from "4653msgstr "HEAD desacoplada de"46544655#: wt-status.c:15864656msgid "Not currently on any branch."4657msgstr "Actualmente no estás en ninguna rama."46584659#: wt-status.c:16064660msgid "Initial commit"4661msgstr "Confirmación inicial"46624663#: wt-status.c:16074664msgid "No commits yet"4665msgstr "No hay commits todavia"46664667#: wt-status.c:16214668msgid "Untracked files"4669msgstr "Archivos sin seguimiento"46704671#: wt-status.c:16234672msgid "Ignored files"4673msgstr "Archivos ignorados"46744675#: wt-status.c:16274676#, c-format4677msgid ""4678"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"4679"may speed it up, but you have to be careful not to forget to add\n"4680"new files yourself (see 'git help status')."4681msgstr ""4682"Tomó %.2f segundos enumerar los archivos no rastreados. 'status -uno'\n"4683"puede acelerarlo, pero tiene que ser cuidadoso de no olvidar agregar\n"4684"nuevos archivos usted mismo (vea 'git help status')."46854686#: wt-status.c:16334687#, c-format4688msgid "Untracked files not listed%s"4689msgstr "Archivos no rastreados no son mostrados %s"46904691#: wt-status.c:16354692msgid " (use -u option to show untracked files)"4693msgstr " (usa la opción -u para mostrar los archivos sin seguimiento)"46944695#: wt-status.c:16414696msgid "No changes"4697msgstr "Sin cambios"46984699#: wt-status.c:16464700#, c-format4701msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"4702msgstr ""4703"sin cambios agregados a la confirmación (usa \"git add\" y/o \"git commit -a"4704"\")\n"47054706#: wt-status.c:16494707#, c-format4708msgid "no changes added to commit\n"4709msgstr "no se agregaron cambios al commit\n"47104711#: wt-status.c:16524712#, c-format4713msgid ""4714"nothing added to commit but untracked files present (use \"git add\" to "4715"track)\n"4716msgstr ""4717"no hay nada agregado a la confirmación pero hay archivos sin seguimiento "4718"presentes (usa \"git add\" para hacerles seguimiento)\n"47194720#: wt-status.c:16554721#, c-format4722msgid "nothing added to commit but untracked files present\n"4723msgstr ""4724"no hay nada agregado para confirmar, pero hay archivos sin seguimiento "4725"presentes\n"47264727#: wt-status.c:16584728#, c-format4729msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"4730msgstr ""4731"no hay nada para confirmar (crea/copia archivos y usa \"git add\" para "4732"hacerles seguimiento)\n"47334734#: wt-status.c:1661 wt-status.c:16664735#, c-format4736msgid "nothing to commit\n"4737msgstr "nada para hacer commit\n"47384739#: wt-status.c:16644740#, c-format4741msgid "nothing to commit (use -u to show untracked files)\n"4742msgstr ""4743"nada para hacer commit (usa -u para mostrar los archivos no rastreados)\n"47444745#: wt-status.c:16684746#, c-format4747msgid "nothing to commit, working tree clean\n"4748msgstr "nada para hacer comit, el arbol de trabajo esta limpio\n"47494750#: wt-status.c:17804751msgid "No commits yet on "4752msgstr "No hay commits todavia en "47534754#: wt-status.c:17844755msgid "HEAD (no branch)"4756msgstr "HEAD (sin rama)"47574758#: wt-status.c:1813 wt-status.c:18214759msgid "behind "4760msgstr "detras"47614762#: wt-status.c:1816 wt-status.c:18194763msgid "ahead "4764msgstr "adelante"47654766#. TRANSLATORS: the action is e.g. "pull with rebase"4767#: wt-status.c:23114768#, c-format4769msgid "cannot %s: You have unstaged changes."4770msgstr "no se puede %s: Tienes cambios sin marcar."47714772#: wt-status.c:23174773msgid "additionally, your index contains uncommitted changes."4774msgstr "adicionalmente, tu indice contiene cambios que no estan en un commit."47754776#: wt-status.c:23194777#, c-format4778msgid "cannot %s: Your index contains uncommitted changes."4779msgstr "no se puede %s: Tu indice contiene cambios que no estan en un commit."47804781#: compat/precompose_utf8.c:58 builtin/clone.c:4374782#, c-format4783msgid "failed to unlink '%s'"4784msgstr "fallo al desvincular '%s'"47854786#: builtin/add.c:244787msgid "git add [<options>] [--] <pathspec>..."4788msgstr "git add [<opcion>] [--] <especificacion-de-ruta>..."47894790#: builtin/add.c:824791#, c-format4792msgid "unexpected diff status %c"4793msgstr "diff status inesperado %c"47944795#: builtin/add.c:87 builtin/commit.c:2914796msgid "updating files failed"4797msgstr "fallo la actualizacion de carpetas"47984799#: builtin/add.c:974800#, c-format4801msgid "remove '%s'\n"4802msgstr "remover '%s'\n"48034804#: builtin/add.c:1534805msgid "Unstaged changes after refreshing the index:"4806msgstr "Cambios fuera del área de stage tras refrescar el índice:"48074808#: builtin/add.c:213 builtin/rev-parse.c:8884809msgid "Could not read the index"4810msgstr "No se pudo leer el indice"48114812#: builtin/add.c:2244813#, c-format4814msgid "Could not open '%s' for writing."4815msgstr "No se pudo abrir '%s' para escritura."48164817#: builtin/add.c:2284818msgid "Could not write patch"4819msgstr "No se puede escribir el parche"48204821#: builtin/add.c:2314822msgid "editing patch failed"4823msgstr "fallo la edicion del parche"48244825#: builtin/add.c:2344826#, c-format4827msgid "Could not stat '%s'"4828msgstr "No se pudo definir '%s'"48294830#: builtin/add.c:2364831msgid "Empty patch. Aborted."4832msgstr "Parche vacio. Abortado."48334834#: builtin/add.c:2414835#, c-format4836msgid "Could not apply '%s'"4837msgstr "No se pudo aplicar '%s'"48384839#: builtin/add.c:2514840msgid "The following paths are ignored by one of your .gitignore files:\n"4841msgstr ""4842"Las siguientes rutas son ignoradas por uno de tus archivos .gitignore:\n"48434844#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:1244845#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:5294846#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:1644847msgid "dry run"4848msgstr "dry run ( ejecucion en seco)"48494850#: builtin/add.c:2744851msgid "interactive picking"4852msgstr "seleccion interactiva"48534854#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:3104855msgid "select hunks interactively"4856msgstr "elegir hunks de forma interactiva"48574858#: builtin/add.c:2764859msgid "edit current diff and apply"4860msgstr "editar diff actual y aplicar"48614862#: builtin/add.c:2774863msgid "allow adding otherwise ignored files"4864msgstr "permitir agregar caso contrario ignorar archivos"48654866#: builtin/add.c:2784867msgid "update tracked files"4868msgstr "actualizado las carpetas rastreadas"48694870#: builtin/add.c:2794871msgid "record only the fact that the path will be added later"4872msgstr "grabar solo el hecho de que la ruta será agregada después"48734874#: builtin/add.c:2804875msgid "add changes from all tracked and untracked files"4876msgstr "agregar los cambios de todas las carpetas con y sin seguimiento"48774878#: builtin/add.c:2834879msgid "ignore paths removed in the working tree (same as --no-all)"4880msgstr "ignorar rutas removidas en el arbol de trabajo (lo mismo que --no-all)"48814882#: builtin/add.c:2854883msgid "don't add, only refresh the index"4884msgstr "no agregar, solo actualizar el indice"48854886#: builtin/add.c:2864887msgid "just skip files which cannot be added because of errors"4888msgstr "saltar las carpetas que no pueden ser agregadas a causa de errores"48894890#: builtin/add.c:2874891msgid "check if - even missing - files are ignored in dry run"4892msgstr "comprobar si - incluso los archivos que faltan - se ignoran en dry run"48934894#: builtin/add.c:288 builtin/update-index.c:9544895msgid "(+/-)x"4896msgstr "(+/-)x"48974898#: builtin/add.c:288 builtin/update-index.c:9554899msgid "override the executable bit of the listed files"4900msgstr "sobrescribir el bit ejecutable de los archivos listados"49014902#: builtin/add.c:2904903msgid "warn when adding an embedded repository"4904msgstr "avisar cuando se agrega un repositorio incrustado"49054906#: builtin/add.c:3054907#, c-format4908msgid ""4909"You've added another git repository inside your current repository.\n"4910"Clones of the outer repository will not contain the contents of\n"4911"the embedded repository and will not know how to obtain it.\n"4912"If you meant to add a submodule, use:\n"4913"\n"4914"\tgit submodule add <url> %s\n"4915"\n"4916"If you added this path by mistake, you can remove it from the\n"4917"index with:\n"4918"\n"4919"\tgit rm --cached %s\n"4920"\n"4921"See \"git help submodule\" for more information."4922msgstr ""4923"Se ha agregado otro repositorio de git dentro del repositorio actual.\n"4924"Clones del repositorio exterior no tendran el contenido del \n"4925"repositorio embebido y no sabran como obtenerla.\n"4926"Si queria agregar un submodulo, use:\n"4927"\n"4928"\tgit submodule add <url> %s\n"4929"\n"4930"Si se agrego esta ruta por error, puede removerla desde el indice \n"4931"usando:\n"4932"\n"4933"\tgit rm --cached %s\n"4934"\n"4935"Vea \"git help submodule\" para mas informacion."49364937#: builtin/add.c:3334938#, c-format4939msgid "adding embedded git repository: %s"4940msgstr "agregando repositorio embebido: %s"49414942#: builtin/add.c:3514943#, c-format4944msgid "Use -f if you really want to add them.\n"4945msgstr "Use -f si realmente quiere agregarlos.\n"49464947#: builtin/add.c:3594948msgid "adding files failed"4949msgstr "fallo al agregar archivos"49504951#: builtin/add.c:3964952msgid "-A and -u are mutually incompatible"4953msgstr "-A y -u son mutuamente incompatibles"49544955#: builtin/add.c:4034956msgid "Option --ignore-missing can only be used together with --dry-run"4957msgstr "Opción --ignore-missing solo puede ser usada junto a --dry-run"49584959#: builtin/add.c:4074960#, c-format4961msgid "--chmod param '%s' must be either -x or +x"4962msgstr "El parámetro '%s' para --chmod debe ser -x ó +x"49634964#: builtin/add.c:4224965#, c-format4966msgid "Nothing specified, nothing added.\n"4967msgstr "Nada especificado, nada agregado.\n"49684969#: builtin/add.c:4234970#, c-format4971msgid "Maybe you wanted to say 'git add .'?\n"4972msgstr "Tal vez quiso decir 'git add .'?\n"49734974#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:2824975#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:3504976#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:2714977#: builtin/submodule--helper.c:2434978msgid "index file corrupt"4979msgstr "archivo indice corrompido"49804981#: builtin/am.c:4144982msgid "could not parse author script"4983msgstr "no se pudo analizar el script del autor"49844985#: builtin/am.c:4984986#, c-format4987msgid "'%s' was deleted by the applypatch-msg hook"4988msgstr "'%s' fue borrado por el hook de applypatch-msg"49894990#: builtin/am.c:5394991#, c-format4992msgid "Malformed input line: '%s'."4993msgstr "linea mal formada: '%s'."49944995#: builtin/am.c:5764996#, c-format4997msgid "Failed to copy notes from '%s' to '%s'"4998msgstr "Fallo al copiar notas de '%s' a '%s'"49995000#: builtin/am.c:6025001msgid "fseek failed"5002msgstr "fall de fseek"50035004#: builtin/am.c:7865005#, c-format5006msgid "could not parse patch '%s'"5007msgstr "no se pudo analizar el parche '%s'"50085009#: builtin/am.c:8515010msgid "Only one StGIT patch series can be applied at once"5011msgstr "Solo un parche StGIT puede ser aplicado de una vez "50125013#: builtin/am.c:8995014msgid "invalid timestamp"5015msgstr "timestamp invalido"50165017#: builtin/am.c:904 builtin/am.c:9165018msgid "invalid Date line"5019msgstr "linea Date invalida"50205021#: builtin/am.c:9115022msgid "invalid timezone offset"5023msgstr "offset de zona horaria inválido"50245025#: builtin/am.c:10045026msgid "Patch format detection failed."5027msgstr "Falló al detectar el formato del parche."50285029#: builtin/am.c:1009 builtin/clone.c:4025030#, c-format5031msgid "failed to create directory '%s'"5032msgstr "fallo al crear el directorio '%s'"50335034#: builtin/am.c:10135035msgid "Failed to split patches."5036msgstr "Fallo al dividir parches"50375038#: builtin/am.c:1142 builtin/commit.c:3765039msgid "unable to write index file"5040msgstr "no es posible escribir en el archivo indice"50415042#: builtin/am.c:11935043#, c-format5044msgid "When you have resolved this problem, run \"%s --continue\"."5045msgstr "Cuando haya resuelto este problema, ejecute \"%s --continue\"."50465047#: builtin/am.c:11945048#, c-format5049msgid "If you prefer to skip this patch, run \"%s --skip\" instead."5050msgstr "Si prefieres saltar este parche, ejecuta \"%s --skip\"."50515052#: builtin/am.c:11955053#, c-format5054msgid "To restore the original branch and stop patching, run \"%s --abort\"."5055msgstr ""5056"Para restaurar la rama original y detener el parchado, ejecutar \"%s --abort"5057"\"."50585059#: builtin/am.c:13025060msgid "Patch is empty."5061msgstr "El parche esta vacio."50625063#: builtin/am.c:13685064#, c-format5065msgid "invalid ident line: %.*s"5066msgstr "sangría no válida: %.*s"50675068#: builtin/am.c:13905069#, c-format5070msgid "unable to parse commit %s"5071msgstr "no es posible analizar el commit %s"50725073#: builtin/am.c:15845074msgid "Repository lacks necessary blobs to fall back on 3-way merge."5075msgstr ""5076"Repositorio carece de los blobs necesarios para retroceder en una fusión de "5077"3-vías"50785079#: builtin/am.c:15865080msgid "Using index info to reconstruct a base tree..."5081msgstr "Usando la información del índice para reconstruir un árbol base..."50825083#: builtin/am.c:16055084msgid ""5085"Did you hand edit your patch?\n"5086"It does not apply to blobs recorded in its index."5087msgstr ""5088"Editaste el parche a mano?\n"5089"No aplica a blobs guardados en su índice."50905091#: builtin/am.c:16115092msgid "Falling back to patching base and 3-way merge..."5093msgstr "Retrocediento para parchar base y fusión de 3-vías..."50945095#: builtin/am.c:16365096msgid "Failed to merge in the changes."5097msgstr "Falló al fusionar en los cambios."50985099#: builtin/am.c:1660 builtin/merge.c:6415100msgid "git write-tree failed to write a tree"5101msgstr "git write-tree falló al escribir el árbol"51025103#: builtin/am.c:16675104msgid "applying to an empty history"5105msgstr "aplicando a un historial vacio"51065107#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:8245108#: builtin/merge.c:8495109msgid "failed to write commit object"5110msgstr "fallo al escribir el objeto commit"51115112#: builtin/am.c:1713 builtin/am.c:17175113#, c-format5114msgid "cannot resume: %s does not exist."5115msgstr "no se puede continuar: %s no existe"51165117#: builtin/am.c:17335118msgid "cannot be interactive without stdin connected to a terminal."5119msgstr "no se puede ser interactivo sin stdin conectado a un terminal"51205121#: builtin/am.c:17385122msgid "Commit Body is:"5123msgstr "Cuerpo de commit es:"51245125#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5126#. in your translation. The program will only accept English5127#. input at this point.5128#.5129#: builtin/am.c:17485130msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "5131msgstr "Aplicar? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "51325133#: builtin/am.c:17985134#, c-format5135msgid "Dirty index: cannot apply patches (dirty: %s)"5136msgstr "Índice sucio: no se puede aplicar parches (sucio: %s)"51375138#: builtin/am.c:1838 builtin/am.c:19105139#, c-format5140msgid "Applying: %.*s"5141msgstr "Aplicando: %.*s"51425143#: builtin/am.c:18545144msgid "No changes -- Patch already applied."5145msgstr "Sin cambios -- parche ya aplicado."51465147#: builtin/am.c:18625148#, c-format5149msgid "Patch failed at %s %.*s"5150msgstr "El parche fallo en %s %.*s"51515152#: builtin/am.c:18685153#, c-format5154msgid "The copy of the patch that failed is found in: %s"5155msgstr "La copia del parche que fallido se encuentra en: %s"51565157#: builtin/am.c:19135158msgid ""5159"No changes - did you forget to use 'git add'?\n"5160"If there is nothing left to stage, chances are that something else\n"5161"already introduced the same changes; you might want to skip this patch."5162msgstr ""5163"Sin cambios - olvidaste usar 'git add'?\n"5164"Si no hay nada en el area de stage, las posibilidad es que algo mas\n"5165"ya haya introducido el mismo cambio; tal vez quieras omitir este parche."51665167#: builtin/am.c:19205168msgid ""5169"You still have unmerged paths in your index.\n"5170"You should 'git add' each file with resolved conflicts to mark them as "5171"such.\n"5172"You might run `git rm` on a file to accept \"deleted by them\" for it."5173msgstr ""5174"Todavía tiene rutas sin fusionar en su índice.\n"5175"Debe realizar 'git add' cada archivo con conflictos resueltos y marcarlos "5176"como tal.\n"5177"Tal vez ejecute `git rm` en el archivo para aceptar \"borrado por ellos\" en "5178"él."51795180#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:3325181#: builtin/reset.c:3405182#, c-format5183msgid "Could not parse object '%s'."5184msgstr "No se pudo analizar el objeto '%s'."51855186#: builtin/am.c:20815187msgid "failed to clean index"5188msgstr "fallo al limpiar el indice"51895190#: builtin/am.c:21165191msgid ""5192"You seem to have moved HEAD since the last 'am' failure.\n"5193"Not rewinding to ORIG_HEAD"5194msgstr ""5195"Parece haber movido HEAD desde el último fallo 'am'.\n"5196"No rebobinando a ORIG_HEAD "51975198#: builtin/am.c:21795199#, c-format5200msgid "Invalid value for --patch-format: %s"5201msgstr "valor invalido para --patch-format: %s"52025203#: builtin/am.c:22125204msgid "git am [<options>] [(<mbox> | <Maildir>)...]"5205msgstr "git am [<opciones>] [(<mbox> | <Directorio-de-correo>)...]"52065207#: builtin/am.c:22135208msgid "git am [<options>] (--continue | --skip | --abort)"5209msgstr "git am [<opciones>] (--continue | --skip | --abort)"52105211#: builtin/am.c:22195212msgid "run interactively"5213msgstr "ejecutar de manera interactiva"52145215#: builtin/am.c:22215216msgid "historical option -- no-op"5217msgstr "opcion historica -- no-op"52185219#: builtin/am.c:22235220msgid "allow fall back on 3way merging if needed"5221msgstr "permitir retroceso en fusión de 3-vías si es necesario"52225223#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:575224#: builtin/repack.c:1805225msgid "be quiet"5226msgstr "ser silencioso"52275228#: builtin/am.c:22265229msgid "add a Signed-off-by line to the commit message"5230msgstr "agregar una línea \"Firmado-por\" al mensaje del commit"52315232#: builtin/am.c:22295233msgid "recode into utf8 (default)"5234msgstr "recodificar en utf8 (default)"52355236#: builtin/am.c:22315237msgid "pass -k flag to git-mailinfo"5238msgstr "pasar flag -k a git-mailinfo"52395240#: builtin/am.c:22335241msgid "pass -b flag to git-mailinfo"5242msgstr "pasar flag -b a git-mailinfo"52435244#: builtin/am.c:22355245msgid "pass -m flag to git-mailinfo"5246msgstr "pasar flag -m a git-mailinfo"52475248#: builtin/am.c:22375249msgid "pass --keep-cr flag to git-mailsplit for mbox format"5250msgstr "pasar flag --keep-cr a git-mailsplit para formato mbox"52515252#: builtin/am.c:22405253msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"5254msgstr ""5255"no pasar flag --keep-cr a git-mailsplit independientemente de am.keepcr"52565257#: builtin/am.c:22435258msgid "strip everything before a scissors line"5259msgstr "descubrir todo antes de una línea de tijeras"52605261#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:22545262#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:22665263#: builtin/am.c:22725264msgid "pass it through git-apply"5265msgstr "pasarlo a través de git-apply"52665267#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:6675268#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:1975269#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:1955270#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:3775271#: parse-options.h:132 parse-options.h:134 parse-options.h:2455272msgid "n"5273msgstr "n"52745275#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:385276#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:395277msgid "format"5278msgstr "formato"52795280#: builtin/am.c:22695281msgid "format the patch(es) are in"5282msgstr "formatear el parche(s)"52835284#: builtin/am.c:22755285msgid "override error message when patch failure occurs"5286msgstr "sobrescribir mensajes de error cuando fallos de parchado ocurran"52875288#: builtin/am.c:22775289msgid "continue applying patches after resolving a conflict"5290msgstr "continuar aplicando los parches tras resolver conflictos"52915292#: builtin/am.c:22805293msgid "synonyms for --continue"5294msgstr "sinonimos para --continue"52955296#: builtin/am.c:22835297msgid "skip the current patch"5298msgstr "saltar el parche actual"52995300#: builtin/am.c:22865301msgid "restore the original branch and abort the patching operation."5302msgstr "restaurar la rama original y abortar la operación de parchado."53035304#: builtin/am.c:22905305msgid "lie about committer date"5306msgstr "mentir sobre la fecha del committer"53075308#: builtin/am.c:22925309msgid "use current timestamp for author date"5310msgstr "usar el timestamp actual para la fecha del autor"53115312#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:2365313#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:3925314msgid "key-id"5315msgstr "key-id"53165317#: builtin/am.c:22955318msgid "GPG-sign commits"5319msgstr "commits con firma GPG"53205321#: builtin/am.c:22985322msgid "(internal use for git-rebase)"5323msgstr "(uso interno para git-rebase)"53245325#: builtin/am.c:23165326msgid ""5327"The -b/--binary option has been a no-op for long time, and\n"5328"it will be removed. Please do not use it anymore."5329msgstr ""5330"La opción -b/--binary ha estado deshabilitada por mucho tiempo, y\n"5331"será removida. Por favor no la use más."53325333#: builtin/am.c:23235334msgid "failed to read the index"5335msgstr "fallo al leer el indice"53365337#: builtin/am.c:23385338#, c-format5339msgid "previous rebase directory %s still exists but mbox given."5340msgstr "directorio de rebase previo %s todavía existe en el mbox dado."53415342#: builtin/am.c:23625343#, c-format5344msgid ""5345"Stray %s directory found.\n"5346"Use \"git am --abort\" to remove it."5347msgstr ""5348"Directorio extraviado %s encontrado.\n"5349"Use \"git am --abort\" para borrarlo."53505351#: builtin/am.c:23685352msgid "Resolve operation not in progress, we are not resuming."5353msgstr "Operación de resolución no está en progreso, no vamos a continuar."53545355#: builtin/apply.c:85356msgid "git apply [<options>] [<patch>...]"5357msgstr "git apply [<opciones>] [<parch>...]"53585359#: builtin/archive.c:175360#, c-format5361msgid "could not create archive file '%s'"5362msgstr "no se pudo crear el archivo comprimido '%s'"53635364#: builtin/archive.c:205365msgid "could not redirect output"5366msgstr "no se pudo redireccionar la salida"53675368#: builtin/archive.c:375369msgid "git archive: Remote with no URL"5370msgstr "git archive: Remote sin URL"53715372#: builtin/archive.c:585373msgid "git archive: expected ACK/NAK, got EOF"5374msgstr "git archive: se esperaba ACK/NAK, se obtuvo EOF"53755376#: builtin/archive.c:615377#, c-format5378msgid "git archive: NACK %s"5379msgstr "git archive: NACK %s"53805381#: builtin/archive.c:645382msgid "git archive: protocol error"5383msgstr "git archive: error de protocolo"53845385#: builtin/archive.c:685386msgid "git archive: expected a flush"5387msgstr "git archive: se esperaba un flush"53885389#: builtin/bisect--helper.c:75390msgid "git bisect--helper --next-all [--no-checkout]"5391msgstr "git bisect--helper --next-all [--no-checkout]"53925393#: builtin/bisect--helper.c:175394msgid "perform 'git bisect next'"5395msgstr "realiza 'git bisect next'"53965397#: builtin/bisect--helper.c:195398msgid "update BISECT_HEAD instead of checking out the current commit"5399msgstr "actualiza BISECT_HEAD en lugar de revisar el commit actual"54005401#: builtin/blame.c:275402msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"5403msgstr "git blame [<opciones>] [<opciones-rev>] [<revision>] [--] <archivo>"54045405#: builtin/blame.c:325406msgid "<rev-opts> are documented in git-rev-list(1)"5407msgstr "<rev-opts> estan documentadas en git-rev-list(1)"54085409#: builtin/blame.c:6685410msgid "Show blame entries as we find them, incrementally"5411msgstr "Mostrar las entradas blame como las encontramos, incrementalmente"54125413#: builtin/blame.c:6695414msgid "Show blank SHA-1 for boundary commits (Default: off)"5415msgstr "Mostrar SHA-1 en blanco para commits extremos (Default: off)"54165417#: builtin/blame.c:6705418msgid "Do not treat root commits as boundaries (Default: off)"5419msgstr "No tratar commits raíces como extremos (Default: off)"54205421#: builtin/blame.c:6715422msgid "Show work cost statistics"5423msgstr "Mostrar estadisticas de costo de trabajo"54245425#: builtin/blame.c:6725426msgid "Force progress reporting"5427msgstr "Forzar el reporte de progreso"54285429#: builtin/blame.c:6735430msgid "Show output score for blame entries"5431msgstr "Mostrar la puntuación de salida de las entradas de blame"54325433#: builtin/blame.c:6745434msgid "Show original filename (Default: auto)"5435msgstr "Mostrar nombre original del archivo (Default: auto)"54365437#: builtin/blame.c:6755438msgid "Show original linenumber (Default: off)"5439msgstr "Mostrar número de línea original (Default: off)"54405441#: builtin/blame.c:6765442msgid "Show in a format designed for machine consumption"5443msgstr "Mostrar en un formato diseñado para consumo de máquina"54445445#: builtin/blame.c:6775446msgid "Show porcelain format with per-line commit information"5447msgstr "Mostrar en formato porcelana con información de commit por línea"54485449#: builtin/blame.c:6785450msgid "Use the same output mode as git-annotate (Default: off)"5451msgstr "Usar el mismo modo salida como git-annotate (Default: off)"54525453#: builtin/blame.c:6795454msgid "Show raw timestamp (Default: off)"5455msgstr "Mostrar timestamp en formato raw (Default: off)"54565457#: builtin/blame.c:6805458msgid "Show long commit SHA1 (Default: off)"5459msgstr "Mostrar SHA1 del commit en formato largo (Default: off)"54605461#: builtin/blame.c:6815462msgid "Suppress author name and timestamp (Default: off)"5463msgstr "Suprimir nombre del autor y timestamp (Default: off)"54645465#: builtin/blame.c:6825466msgid "Show author email instead of name (Default: off)"5467msgstr "Mostrar en cambio el email del autor (Default: off)"54685469#: builtin/blame.c:6835470msgid "Ignore whitespace differences"5471msgstr "Ignorar diferencias de espacios en blanco"54725473#: builtin/blame.c:6905474msgid "Use an experimental heuristic to improve diffs"5475msgstr "Usar un heurístico experimental para mejorar los diffs"54765477#: builtin/blame.c:6925478msgid "Spend extra cycles to find better match"5479msgstr "Ocupo más ciclos para encontrar mejoras resultados"54805481#: builtin/blame.c:6935482msgid "Use revisions from <file> instead of calling git-rev-list"5483msgstr "Use revisiones desde <archivo> en lugar de llamar git-rev-list"54845485#: builtin/blame.c:6945486msgid "Use <file>'s contents as the final image"5487msgstr "Usar contenido de <archivo> como imagen final"54885489#: builtin/blame.c:695 builtin/blame.c:6965490msgid "score"5491msgstr "puntaje"54925493#: builtin/blame.c:6955494msgid "Find line copies within and across files"5495msgstr "Encontrar copias de líneas entre y a través de archivos"54965497#: builtin/blame.c:6965498msgid "Find line movements within and across files"5499msgstr "Encontrar movimientos de líneas entre y a través de archivos"55005501#: builtin/blame.c:6975502msgid "n,m"5503msgstr "n,m"55045505#: builtin/blame.c:6975506msgid "Process only line range n,m, counting from 1"5507msgstr "Procesar solo el rango de líneas n,m, contando desde 1"55085509#: builtin/blame.c:7445510msgid "--progress can't be used with --incremental or porcelain formats"5511msgstr "--progress no puede ser usado con --incremental o formatos porcelana"55125513#. TRANSLATORS: This string is used to tell us the5514#. maximum display width for a relative timestamp in5515#. "git blame" output. For C locale, "4 years, 115516#. months ago", which takes 22 places, is the longest5517#. among various forms of relative timestamps, but5518#. your language may need more or fewer display5519#. columns.5520#.5521#: builtin/blame.c:7955522msgid "4 years, 11 months ago"5523msgstr "hace 4 años, 11 meses"55245525#: builtin/blame.c:8825526#, c-format5527msgid "file %s has only %lu line"5528msgid_plural "file %s has only %lu lines"5529msgstr[0] "archivo %s tiene solo %lu línea"5530msgstr[1] "archivo %s tiene solo %lu líneas"55315532#: builtin/blame.c:9285533msgid "Blaming lines"5534msgstr "Blaming a líneas"55355536#: builtin/branch.c:275537msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5538msgstr "git branch [<opciones>] [-r | -a] [--merged | --no-merged]"55395540#: builtin/branch.c:285541msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5542msgstr "git branch [<opciones>] [-l] [-f] <nombre-de-rama> [<punto-inicial>]"55435544#: builtin/branch.c:295545msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5546msgstr "git branch [<opciones>] [-r] (-d | -D) <nombre-de-rama>..."55475548#: builtin/branch.c:305549msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5550msgstr "git branch [<opciones>] (-m | -M) [<rama-vieja>] <rama-nueva>"55515552#: builtin/branch.c:315553msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"5554msgstr "git branch [<opciones>] (-c | -C) [<rama-vieja>] <rama-nueva>"55555556#: builtin/branch.c:325557msgid "git branch [<options>] [-r | -a] [--points-at]"5558msgstr "git branch [<opciones>] [-r | -a] [--points-at]"55595560#: builtin/branch.c:335561msgid "git branch [<options>] [-r | -a] [--format]"5562msgstr "git branch [<opciones>] [-r | -a] [--formato]"55635564#: builtin/branch.c:1465565#, c-format5566msgid ""5567"deleting branch '%s' that has been merged to\n"5568" '%s', but not yet merged to HEAD."5569msgstr ""5570"borrando la rama '%s' que ha sido fusionada en\n"5571" '%s', pero aún no ha sido fusionada a HEAD."55725573#: builtin/branch.c:1505574#, c-format5575msgid ""5576"not deleting branch '%s' that is not yet merged to\n"5577" '%s', even though it is merged to HEAD."5578msgstr ""5579"no borrando rama '%s' que todavía no ha sido fusionada \n"5580"\ta '%s', aunque se fusione con HEAD."55815582#: builtin/branch.c:1645583#, c-format5584msgid "Couldn't look up commit object for '%s'"5585msgstr "No se pudo encontrar el objeto commit para '%s'"55865587#: builtin/branch.c:1685588#, c-format5589msgid ""5590"The branch '%s' is not fully merged.\n"5591"If you are sure you want to delete it, run 'git branch -D %s'."5592msgstr ""5593"La rama '%s' no ha sido fusionada completamente.\n"5594"Si está seguro de querer borrarla, ejecute 'git branch -D %s'."55955596#: builtin/branch.c:1815597msgid "Update of config-file failed"5598msgstr "Fallo de actualizacion de config-file"55995600#: builtin/branch.c:2125601msgid "cannot use -a with -d"5602msgstr "no se puede usar-a con -d"56035604#: builtin/branch.c:2185605msgid "Couldn't look up commit object for HEAD"5606msgstr "No se pudo revisar el objeto commit para HEAD"56075608#: builtin/branch.c:2325609#, c-format5610msgid "Cannot delete branch '%s' checked out at '%s'"5611msgstr "No se puede borrar rama '%s' que cuenta con checkout en '%s'"56125613#: builtin/branch.c:2475614#, c-format5615msgid "remote-tracking branch '%s' not found."5616msgstr "rama de rastreo remoto '%s' no encontrada."56175618#: builtin/branch.c:2485619#, c-format5620msgid "branch '%s' not found."5621msgstr "rama '%s' no encontrada."56225623#: builtin/branch.c:2635624#, c-format5625msgid "Error deleting remote-tracking branch '%s'"5626msgstr "Error al eliminar la rama de rastreo remota '%s'"56275628#: builtin/branch.c:2645629#, c-format5630msgid "Error deleting branch '%s'"5631msgstr "Error al eliminar la rama '%s'"56325633#: builtin/branch.c:2715634#, c-format5635msgid "Deleted remote-tracking branch %s (was %s).\n"5636msgstr "Eliminada la rama de rastreo remota %s (era %s).\n"56375638#: builtin/branch.c:2725639#, c-format5640msgid "Deleted branch %s (was %s).\n"5641msgstr "Eliminada la rama %s (era %s)..\n"56425643#: builtin/branch.c:417 builtin/tag.c:585644msgid "unable to parse format string"5645msgstr "no es posible analizar el string de formato"56465647#: builtin/branch.c:4505648#, c-format5649msgid "Branch %s is being rebased at %s"5650msgstr "Rama %s está siendo rebasada en %s"56515652#: builtin/branch.c:4545653#, c-format5654msgid "Branch %s is being bisected at %s"5655msgstr "Rama %s está siendo bisecada en %s"56565657#: builtin/branch.c:4705658msgid "cannot copy the current branch while not on any."5659msgstr "no se puede copiar la rama actual mientras no se está en ninguna."56605661#: builtin/branch.c:4725662msgid "cannot rename the current branch while not on any."5663msgstr "no se puede renombrar la rama actual mientras no se está en ninguna."56645665#: builtin/branch.c:4835666#, c-format5667msgid "Invalid branch name: '%s'"5668msgstr "Nombre de rama invalido: '%s'"56695670#: builtin/branch.c:5045671msgid "Branch rename failed"5672msgstr "Cambio de nombre de rama fallido"56735674#: builtin/branch.c:5065675msgid "Branch copy failed"5676msgstr "Copiado de rama fallido"56775678#: builtin/branch.c:5105679#, c-format5680msgid "Copied a misnamed branch '%s' away"5681msgstr "Copiada una rama mal llamada '%s' afuera"56825683#: builtin/branch.c:5135684#, c-format5685msgid "Renamed a misnamed branch '%s' away"5686msgstr "Rama mal llamada '%s' renombrada"56875688#: builtin/branch.c:5195689#, c-format5690msgid "Branch renamed to %s, but HEAD is not updated!"5691msgstr "¡Rama renombrada a %s, pero HEAD no está actualizado!"56925693#: builtin/branch.c:5285694msgid "Branch is renamed, but update of config-file failed"5695msgstr ""5696"La rama está renombrada, pero falló la actualización del archivo de "5697"configuración"56985699#: builtin/branch.c:5305700msgid "Branch is copied, but update of config-file failed"5701msgstr ""5702"La rama está copiada, pero falló la actualización del archivo de "5703"configuración"57045705#: builtin/branch.c:5465706#, c-format5707msgid ""5708"Please edit the description for the branch\n"5709" %s\n"5710"Lines starting with '%c' will be stripped.\n"5711msgstr ""5712"Por favor, edita la descripción para la rama\n"5713"%s\n"5714"Las líneas que comiencen con '%c' serán removidas.\n"57155716#: builtin/branch.c:5795717msgid "Generic options"5718msgstr "Opciones genericas"57195720#: builtin/branch.c:5815721msgid "show hash and subject, give twice for upstream branch"5722msgstr "mostrar hash y tema, dar dos veces para rama upstream"57235724#: builtin/branch.c:5825725msgid "suppress informational messages"5726msgstr "Suprimir mensajes informativos"57275728#: builtin/branch.c:5835729msgid "set up tracking mode (see git-pull(1))"5730msgstr "configurando modo tracking (mirar git-pull(1))"57315732#: builtin/branch.c:5855733msgid "do not use"5734msgstr "no usar"57355736#: builtin/branch.c:5875737msgid "upstream"5738msgstr "upstream"57395740#: builtin/branch.c:5875741msgid "change the upstream info"5742msgstr "cambiar info de upstream"57435744#: builtin/branch.c:5885745msgid "Unset the upstream info"5746msgstr "Desconfigurando la info de upstream"57475748#: builtin/branch.c:5895749msgid "use colored output"5750msgstr "usar salida con colores"57515752#: builtin/branch.c:5905753msgid "act on remote-tracking branches"5754msgstr "actuar en ramas de traqueo remoto"57555756#: builtin/branch.c:592 builtin/branch.c:5945757msgid "print only branches that contain the commit"5758msgstr "mostrar solo ramas que contienen el commit"57595760#: builtin/branch.c:593 builtin/branch.c:5955761msgid "print only branches that don't contain the commit"5762msgstr "mostrar solo ramas que no contienen el commit"57635764#: builtin/branch.c:5985765msgid "Specific git-branch actions:"5766msgstr "Acciones específicas de git-branch:"57675768#: builtin/branch.c:5995769msgid "list both remote-tracking and local branches"5770msgstr "listar ramas de remote-tracking y locales"57715772#: builtin/branch.c:6015773msgid "delete fully merged branch"5774msgstr "borrar ramas totalmente fusionadas"57755776#: builtin/branch.c:6025777msgid "delete branch (even if not merged)"5778msgstr "borar rama (incluso si no esta fusionada)"57795780#: builtin/branch.c:6035781msgid "move/rename a branch and its reflog"5782msgstr "mover/renombrar una rama y su reflog"57835784#: builtin/branch.c:6045785msgid "move/rename a branch, even if target exists"5786msgstr "mover/renombrar una rama, incluso si el destino existe"57875788#: builtin/branch.c:6055789msgid "copy a branch and its reflog"5790msgstr "copiar una rama y su reflog"57915792#: builtin/branch.c:6065793msgid "copy a branch, even if target exists"5794msgstr "copiar una rama, incluso si el objetivo existe"57955796#: builtin/branch.c:6075797msgid "list branch names"5798msgstr "listar nombres de ramas"57995800#: builtin/branch.c:6085801msgid "create the branch's reflog"5802msgstr "crea el reflog de la rama"58035804#: builtin/branch.c:6105805msgid "edit the description for the branch"5806msgstr "edita la descripcion de la rama"58075808#: builtin/branch.c:6115809msgid "force creation, move/rename, deletion"5810msgstr "fuerza la creacion,movimiento/renombrado,borrado"58115812#: builtin/branch.c:6125813msgid "print only branches that are merged"5814msgstr "muestra solo ramas que han sido fusionadas"58155816#: builtin/branch.c:6135817msgid "print only branches that are not merged"5818msgstr "muestra solo ramas que no han sido fusionadas"58195820#: builtin/branch.c:6145821msgid "list branches in columns"5822msgstr "muestra las ramas en columnas"58235824#: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:4055825msgid "key"5826msgstr "clave"58275828#: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:4065829msgid "field name to sort on"5830msgstr "nombre del campo por el cuál ordenar"58315832#: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:4085833#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:5745834#: builtin/tag.c:4085835msgid "object"5836msgstr "objeto"58375838#: builtin/branch.c:6195839msgid "print only branches of the object"5840msgstr "imprimir sólo las ramas del objeto"58415842#: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:4155843msgid "sorting and filtering are case insensitive"5844msgstr "ordenamiento y filstrado son case-insensitive"58455846#: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:4135847#: builtin/verify-tag.c:395848msgid "format to use for the output"5849msgstr "formato para usar para el output"58505851#: builtin/branch.c:645 builtin/clone.c:7295852msgid "HEAD not found below refs/heads!"5853msgstr "HEAD no encontrado abajo de refs/heads!"58545855#: builtin/branch.c:6685856msgid "--column and --verbose are incompatible"5857msgstr "--column y --verbose son incompatibles"58585859#: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:7415860msgid "branch name required"5861msgstr "se necesita el nombre de la rama"58625863#: builtin/branch.c:7085864msgid "Cannot give description to detached HEAD"5865msgstr "No se puede dar descripción al HEAD desacoplado"58665867#: builtin/branch.c:7135868msgid "cannot edit description of more than one branch"5869msgstr "no se puede editar la descripción de más de una rama"58705871#: builtin/branch.c:7205872#, c-format5873msgid "No commit on branch '%s' yet."5874msgstr "Aún no hay confirmaciones en la rama '%s'."58755876#: builtin/branch.c:7235877#, c-format5878msgid "No branch named '%s'."5879msgstr "No hay ninguna rama llamada '%s'."58805881#: builtin/branch.c:7385882msgid "too many branches for a copy operation"5883msgstr "demasiadas ramas para una operación de copiado"58845885#: builtin/branch.c:7475886msgid "too many arguments for a rename operation"5887msgstr "demasiados argumentos para una operación de renombrado"58885889#: builtin/branch.c:7525890msgid "too many arguments to set new upstream"5891msgstr "demasiados argumentos para configurar un nuevo upstream"58925893#: builtin/branch.c:7565894#, c-format5895msgid ""5896"could not set upstream of HEAD to %s when it does not point to any branch."5897msgstr ""5898"no se pudo configurar upstream de HEAD a %s cuando este no apunta a ninguna "5899"rama."59005901#: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:8005902#, c-format5903msgid "no such branch '%s'"5904msgstr "no hay tal rama '%s'"59055906#: builtin/branch.c:7635907#, c-format5908msgid "branch '%s' does not exist"5909msgstr "la rama '%s' no existe"59105911#: builtin/branch.c:7755912msgid "too many arguments to unset upstream"5913msgstr "demasiados argumentos para desconfigurar upstream"59145915#: builtin/branch.c:7795916msgid "could not unset upstream of HEAD when it does not point to any branch."5917msgstr ""5918"no se puede desconfigurar upstream de HEAD cuando este no apunta a ninguna "5919"rama."59205921#: builtin/branch.c:7855922#, c-format5923msgid "Branch '%s' has no upstream information"5924msgstr "Rama '%s' no tiene informacion de upstream"59255926#: builtin/branch.c:7975927msgid "it does not make sense to create 'HEAD' manually"5928msgstr "No tiene sentido crear 'HEAD' manualmente"59295930#: builtin/branch.c:8035931msgid "-a and -r options to 'git branch' do not make sense with a branch name"5932msgstr ""5933"opciones -a y -r para 'git branch' no tienen sentido con un nombre de rama"59345935#: builtin/branch.c:8065936msgid ""5937"the '--set-upstream' option is no longer supported. Please use '--track' or "5938"'--set-upstream-to' instead."5939msgstr ""5940"La opción --set-upstream ya no es soportada. Considere usar '--track' o '--"5941"set-upstream-to' en cambio."59425943#: builtin/bundle.c:455944#, c-format5945msgid "%s is okay\n"5946msgstr "%s está bien\n"59475948#: builtin/bundle.c:585949msgid "Need a repository to create a bundle."5950msgstr "Se necesita un repositorio para agrupar."59515952#: builtin/bundle.c:625953msgid "Need a repository to unbundle."5954msgstr "Se necesita un repositorio para desagrupar."59555956#: builtin/cat-file.c:5215957msgid ""5958"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5959"p | <type> | --textconv | --filters) [--path=<path>] <object>"5960msgstr ""5961"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5962"p | <tipo> | --textconv | --filters) [--path=<ruta>] <objeto>"59635964#: builtin/cat-file.c:5225965msgid ""5966"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5967"filters]"5968msgstr ""5969"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5970"filters]"59715972#: builtin/cat-file.c:5595973msgid "<type> can be one of: blob, tree, commit, tag"5974msgstr "<tipo> puede ser: blob, tree, commit, tag"59755976#: builtin/cat-file.c:5605977msgid "show object type"5978msgstr "mostrar el tipo del objeto"59795980#: builtin/cat-file.c:5615981msgid "show object size"5982msgstr "mostrar el tamanio del objeto"59835984#: builtin/cat-file.c:5635985msgid "exit with zero when there's no error"5986msgstr "salir con cero cuando no haya error"59875988#: builtin/cat-file.c:5645989msgid "pretty-print object's content"5990msgstr "realizar pretty-print del contenido del objeto"59915992#: builtin/cat-file.c:5665993msgid "for blob objects, run textconv on object's content"5994msgstr "para objetos blob, ejecuta textconv en el contenido del objeto"59955996#: builtin/cat-file.c:5685997msgid "for blob objects, run filters on object's content"5998msgstr "para objetos blob, ejecuta filters en el contenido del objeto"59996000#: builtin/cat-file.c:569 git-submodule.sh:9436001msgid "blob"6002msgstr "blob"60036004#: builtin/cat-file.c:5706005msgid "use a specific path for --textconv/--filters"6006msgstr "use una ruta específica para --textconv/--filters"60076008#: builtin/cat-file.c:5726009msgid "allow -s and -t to work with broken/corrupt objects"6010msgstr "permita -s y -t para trabajar con objetos rotos o corruptos"60116012#: builtin/cat-file.c:5736013msgid "buffer --batch output"6014msgstr "salida buffer --batch "60156016#: builtin/cat-file.c:5756017msgid "show info and content of objects fed from the standard input"6018msgstr "mostrar info y content de los objetos alimentados por standard input"60196020#: builtin/cat-file.c:5786021msgid "show info about objects fed from the standard input"6022msgstr "mostrar info de los objetos alimentados por standard input"60236024#: builtin/cat-file.c:5816025msgid "follow in-tree symlinks (used with --batch or --batch-check)"6026msgstr "seguir symlinks en el árbol (usado con --batch o --batch-check)"60276028#: builtin/cat-file.c:5836029msgid "show all objects with --batch or --batch-check"6030msgstr "mostrar todos los objetos con --batch o --batch-check"60316032#: builtin/check-attr.c:126033msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."6034msgstr "git check-attr [-a | --all | <attr>...] [--] <nombre-de-ruta>..."60356036#: builtin/check-attr.c:136037msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"6038msgstr "git check-attr --stdin [-z] [-a | --all | <attr>...]"60396040#: builtin/check-attr.c:206041msgid "report all attributes set on file"6042msgstr "reportar todos los atributos configurados en el archivo"60436044#: builtin/check-attr.c:216045msgid "use .gitattributes only from the index"6046msgstr "use .gitattributes solo desde el índice"60476048#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:996049msgid "read file names from stdin"6050msgstr "leer nombres de archivos de stdin"60516052#: builtin/check-attr.c:24 builtin/check-ignore.c:266053msgid "terminate input and output records by a NUL character"6054msgstr "terminar registros de entrada y salida con un caracter NUL"60556056#: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:3586057msgid "suppress progress reporting"6058msgstr "suprimir el reporte de progreso"60596060#: builtin/check-ignore.c:286061msgid "show non-matching input paths"6062msgstr "mostrar rutas de entrada que no concuerdan"60636064#: builtin/check-ignore.c:306065msgid "ignore index when checking"6066msgstr "ignorar el índice cuando se revise"60676068#: builtin/check-ignore.c:1586069msgid "cannot specify pathnames with --stdin"6070msgstr "no se puede especificar los nombres de rutas con --stdin"60716072#: builtin/check-ignore.c:1616073msgid "-z only makes sense with --stdin"6074msgstr "-z sólo tiene sentido con --stdin"60756076#: builtin/check-ignore.c:1636077msgid "no path specified"6078msgstr "ruta no especificada"60796080#: builtin/check-ignore.c:1676081msgid "--quiet is only valid with a single pathname"6082msgstr "--quiet solo es válido con un nombre de ruta único"60836084#: builtin/check-ignore.c:1696085msgid "cannot have both --quiet and --verbose"6086msgstr "no se puede tener ambos --quiet y --verbose"60876088#: builtin/check-ignore.c:1726089msgid "--non-matching is only valid with --verbose"6090msgstr "--non-matching sólo es válida con --verbose"60916092#: builtin/check-mailmap.c:96093msgid "git check-mailmap [<options>] <contact>..."6094msgstr "git check-mailmap [<opciones>] <contacto>..."60956096#: builtin/check-mailmap.c:146097msgid "also read contacts from stdin"6098msgstr "también leer contactos desde stdin"60996100#: builtin/check-mailmap.c:256101#, c-format6102msgid "unable to parse contact: %s"6103msgstr "no es posible analizar el contacto: %s"61046105#: builtin/check-mailmap.c:486106msgid "no contacts specified"6107msgstr "contactos no especificados"61086109#: builtin/checkout-index.c:1286110msgid "git checkout-index [<options>] [--] [<file>...]"6111msgstr "git checkout-index [<opciones>] [--] [<archivo>...]"61126113#: builtin/checkout-index.c:1456114msgid "stage should be between 1 and 3 or all"6115msgstr "stage tiene que estar entre 1 y 3 o all"61166117#: builtin/checkout-index.c:1616118msgid "check out all files in the index"6119msgstr "revisar todos los archivos en el indice"61206121#: builtin/checkout-index.c:1626122msgid "force overwrite of existing files"6123msgstr "forzar sobreescritura de los archivos existentes"61246125#: builtin/checkout-index.c:1646126msgid "no warning for existing files and files not in index"6127msgstr ""6128"no hay advertencias para los archivos existentes y los archivos no están en "6129"el índice"61306131#: builtin/checkout-index.c:1666132msgid "don't checkout new files"6133msgstr "no revisar archivos nuevos"61346135#: builtin/checkout-index.c:1686136msgid "update stat information in the index file"6137msgstr "actualizar información de estado en el archivo índice"61386139#: builtin/checkout-index.c:1726140msgid "read list of paths from the standard input"6141msgstr "leer lista de rutas desde standard input"61426143#: builtin/checkout-index.c:1746144msgid "write the content to temporary files"6145msgstr "escribir el contenido en un archivo temporal"61466147#: builtin/checkout-index.c:175 builtin/column.c:316148#: builtin/submodule--helper.c:628 builtin/submodule--helper.c:6316149#: builtin/submodule--helper.c:637 builtin/submodule--helper.c:9996150#: builtin/worktree.c:4986151msgid "string"6152msgstr "string"61536154#: builtin/checkout-index.c:1766155msgid "when creating files, prepend <string>"6156msgstr "cuando cree archivos, anteponer <string>"61576158#: builtin/checkout-index.c:1786159msgid "copy out the files from named stage"6160msgstr "copiar los archivos del stage nombrado"61616162#: builtin/checkout.c:266163msgid "git checkout [<options>] <branch>"6164msgstr "git checkout [<opciones>] <rama>"61656166#: builtin/checkout.c:276167msgid "git checkout [<options>] [<branch>] -- <file>..."6168msgstr "git checkout [<opciones>] [<rama>] -- <archivo>..."61696170#: builtin/checkout.c:135 builtin/checkout.c:1686171#, c-format6172msgid "path '%s' does not have our version"6173msgstr "ruta '%s' no tiene nuestra versión"61746175#: builtin/checkout.c:137 builtin/checkout.c:1706176#, c-format6177msgid "path '%s' does not have their version"6178msgstr "ruta '%s' no tiene su versión"61796180#: builtin/checkout.c:1536181#, c-format6182msgid "path '%s' does not have all necessary versions"6183msgstr "ruta '%s' no tiene todas las versiones necesarias"61846185#: builtin/checkout.c:1976186#, c-format6187msgid "path '%s' does not have necessary versions"6188msgstr "ruta '%s' no tiene versiones necesarias"61896190#: builtin/checkout.c:2146191#, c-format6192msgid "path '%s': cannot merge"6193msgstr "ruta '%s': no se puede fusionar"61946195#: builtin/checkout.c:2316196#, c-format6197msgid "Unable to add merge result for '%s'"6198msgstr "Incapaz de agregar resultados de fusión a '%s'"61996200#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:2596201#: builtin/checkout.c:2626202#, c-format6203msgid "'%s' cannot be used with updating paths"6204msgstr "'%s' no puede ser usada con rutas actualizadas"62056206#: builtin/checkout.c:265 builtin/checkout.c:2686207#, c-format6208msgid "'%s' cannot be used with %s"6209msgstr "'%s' no puede ser usado con %s"62106211#: builtin/checkout.c:2716212#, c-format6213msgid "Cannot update paths and switch to branch '%s' at the same time."6214msgstr "no se puede actualizar rutas y cambiar a la rama '%s' al mismo tiempo."62156216#: builtin/checkout.c:342 builtin/checkout.c:3496217#, c-format6218msgid "path '%s' is unmerged"6219msgstr "ruta '%s' no esta fusionada"62206221#: builtin/checkout.c:5016222msgid "you need to resolve your current index first"6223msgstr "necesita resolver su índice actual primero"62246225#: builtin/checkout.c:6326226#, c-format6227msgid "Can not do reflog for '%s': %s\n"6228msgstr "No se puede hacer reflog para '%s': %s\n"62296230#: builtin/checkout.c:6736231msgid "HEAD is now at"6232msgstr "HEAD está ahora en"62336234#: builtin/checkout.c:677 builtin/clone.c:6836235msgid "unable to update HEAD"6236msgstr "no es posible actualizar HEAD"62376238#: builtin/checkout.c:6816239#, c-format6240msgid "Reset branch '%s'\n"6241msgstr "Reiniciar rama '%s'\n"62426243#: builtin/checkout.c:6846244#, c-format6245msgid "Already on '%s'\n"6246msgstr "Ya en '%s'\n"62476248#: builtin/checkout.c:6886249#, c-format6250msgid "Switched to and reset branch '%s'\n"6251msgstr "Rama reiniciada y cambiada a '%s'\n"62526253#: builtin/checkout.c:690 builtin/checkout.c:10866254#, c-format6255msgid "Switched to a new branch '%s'\n"6256msgstr "Cambiado a nueva rama '%s'\n"62576258#: builtin/checkout.c:6926259#, c-format6260msgid "Switched to branch '%s'\n"6261msgstr "Cambiado a rama '%s'\n"62626263#: builtin/checkout.c:7436264#, c-format6265msgid " ... and %d more.\n"6266msgstr " ... y %d más.\n"62676268#: builtin/checkout.c:7496269#, c-format6270msgid ""6271"Warning: you are leaving %d commit behind, not connected to\n"6272"any of your branches:\n"6273"\n"6274"%s\n"6275msgid_plural ""6276"Warning: you are leaving %d commits behind, not connected to\n"6277"any of your branches:\n"6278"\n"6279"%s\n"6280msgstr[0] ""6281"Peligro: está saliendo %d commit atrás, no está conectado\n"6282"a ninguna rama:\n"6283"\n"6284"%s\n"6285msgstr[1] ""6286"Peligro: está saliendo %d commits antrás, no está conectado\n"6287"a ninguna rama:\n"6288"\n"6289"%s\n"62906291#: builtin/checkout.c:7686292#, c-format6293msgid ""6294"If you want to keep it by creating a new branch, this may be a good time\n"6295"to do so with:\n"6296"\n"6297" git branch <new-branch-name> %s\n"6298"\n"6299msgid_plural ""6300"If you want to keep them by creating a new branch, this may be a good time\n"6301"to do so with:\n"6302"\n"6303" git branch <new-branch-name> %s\n"6304"\n"6305msgstr[0] ""6306"Si quiere conservarlo creando una nueva rama, este es un buen momento\n"6307"para hacerlo:\n"6308"\n"6309" git branch <nuevo-nombre-de-rama> %s\n"6310"\n"6311msgstr[1] ""6312"Si quiere conservarlos creando una nueva rama, este es un buen momento\n"6313"para hacerlo:\n"6314"\n"6315" git branch <nombre-de-rama> %s\n"6316"\n"63176318#: builtin/checkout.c:8096319msgid "internal error in revision walk"6320msgstr "error interno en camino de reivison"63216322#: builtin/checkout.c:8136323msgid "Previous HEAD position was"6324msgstr "La posicion previa de HEAD era"63256326#: builtin/checkout.c:843 builtin/checkout.c:10816327msgid "You are on a branch yet to be born"6328msgstr "Estas en una rama por nacer"63296330#: builtin/checkout.c:9876331#, c-format6332msgid "only one reference expected, %d given."6333msgstr "solo una referencia esperada, %d entregadas."63346335#: builtin/checkout.c:1027 builtin/worktree.c:2336336#, c-format6337msgid "invalid reference: %s"6338msgstr "referencia invalida: %s"63396340#: builtin/checkout.c:10566341#, c-format6342msgid "reference is not a tree: %s"6343msgstr "la referencia no es n arbol: %s"63446345#: builtin/checkout.c:10956346msgid "paths cannot be used with switching branches"6347msgstr "rutas no pueden ser usadas con cambios de rama"63486349#: builtin/checkout.c:1098 builtin/checkout.c:11026350#, c-format6351msgid "'%s' cannot be used with switching branches"6352msgstr "'%s' no puede ser usado con cambios de ramas"63536354#: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:11146355#: builtin/checkout.c:11176356#, c-format6357msgid "'%s' cannot be used with '%s'"6358msgstr "'%s' no puede ser usado con '%s'"63596360#: builtin/checkout.c:11226361#, c-format6362msgid "Cannot switch branch to a non-commit '%s'"6363msgstr "No se puede cambiar rama a un '%s' sin commits"63646365#: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:1146366#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:3466367#: builtin/worktree.c:3486368msgid "branch"6369msgstr "rama"63706371#: builtin/checkout.c:11556372msgid "create and checkout a new branch"6373msgstr "crear y hacer checkout a una nueva rama"63746375#: builtin/checkout.c:11576376msgid "create/reset and checkout a branch"6377msgstr "crear/reiniciar y hacer checkout a una rama"63786379#: builtin/checkout.c:11586380msgid "create reflog for new branch"6381msgstr "crear un reflog para una nueva rama"63826383#: builtin/checkout.c:1159 builtin/worktree.c:3506384msgid "detach HEAD at named commit"6385msgstr "desacoplar HEAD en el commit nombrado"63866387#: builtin/checkout.c:11606388msgid "set upstream info for new branch"6389msgstr "configurar info de upstream para una rama nueva"63906391#: builtin/checkout.c:11626392msgid "new-branch"6393msgstr "nueva-rama"63946395#: builtin/checkout.c:11626396msgid "new unparented branch"6397msgstr "nueva rama no emparentada"63986399#: builtin/checkout.c:11636400msgid "checkout our version for unmerged files"6401msgstr "hacer checkout a nuestra version para archivos sin fusionar"64026403#: builtin/checkout.c:11656404msgid "checkout their version for unmerged files"6405msgstr "hacer checkout a su version para los archivos sin fusionar"64066407#: builtin/checkout.c:11676408msgid "force checkout (throw away local modifications)"6409msgstr "forzar el checkout (descartar modificaciones locales)"64106411#: builtin/checkout.c:11686412msgid "perform a 3-way merge with the new branch"6413msgstr "realizar una fusion de tres vias con la rama nueva"64146415#: builtin/checkout.c:1169 builtin/merge.c:2386416msgid "update ignored files (default)"6417msgstr "actualizar archivos ignorados (default)"64186419#: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:2516420msgid "style"6421msgstr "estilo"64226423#: builtin/checkout.c:11716424msgid "conflict style (merge or diff3)"6425msgstr "conflicto de estilos (merge o diff3)"64266427#: builtin/checkout.c:11746428msgid "do not limit pathspecs to sparse entries only"6429msgstr "no limitar pathspecs a dispersar entradas solamente"64306431#: builtin/checkout.c:11766432msgid "second guess 'git checkout <no-such-branch>'"6433msgstr "segunda opción 'git checkout <no-hay-tal-rama>'"64346435#: builtin/checkout.c:11786436msgid "do not check if another worktree is holding the given ref"6437msgstr "no revise si otro árbol de trabajo contiene la ref entregada"64386439#: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:1366440#: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:5446441#: builtin/send-pack.c:1736442msgid "force progress reporting"6443msgstr "forzar el reporte de progreso"64446445#: builtin/checkout.c:12126446msgid "-b, -B and --orphan are mutually exclusive"6447msgstr "-b, -B y --orphan son mutuamente exclusivas"64486449#: builtin/checkout.c:12296450msgid "--track needs a branch name"6451msgstr "--track necesita el nombre de una rama"64526453#: builtin/checkout.c:12346454msgid "Missing branch name; try -b"6455msgstr "Falta nombre de rama; prueba -b"64566457#: builtin/checkout.c:12706458msgid "invalid path specification"6459msgstr "Especificacion de ruta invalida"64606461#: builtin/checkout.c:12776462#, c-format6463msgid "'%s' is not a commit and a branch '%s' cannot be created from it"6464msgstr "'%s' no es un commit y una rama '%s' no puede ser creada desde este"64656466#: builtin/checkout.c:12816467#, c-format6468msgid "git checkout: --detach does not take a path argument '%s'"6469msgstr "git checkout: --detach no toma un argumento de ruta '%s'"64706471#: builtin/checkout.c:12856472msgid ""6473"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6474"checking out of the index."6475msgstr ""6476"git checkout: --ours/--theirs, --force y --merge son incompatibles cuando\n"6477"se revisa fuera del índice."64786479#: builtin/clean.c:266480msgid ""6481"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6482msgstr ""6483"git clean [-d] [-f] [-i] [-n] [-q] [-e <patrón>] [-x | -X] [--] <rutas>..."64846485#: builtin/clean.c:306486#, c-format6487msgid "Removing %s\n"6488msgstr "Borrando %s\n"64896490#: builtin/clean.c:316491#, c-format6492msgid "Would remove %s\n"6493msgstr "Sera borrado %s\n"64946495#: builtin/clean.c:326496#, c-format6497msgid "Skipping repository %s\n"6498msgstr "Saltando repositorio %s\n"64996500#: builtin/clean.c:336501#, c-format6502msgid "Would skip repository %s\n"6503msgstr "Se saltara repositorio %s\n"65046505#: builtin/clean.c:346506#, c-format6507msgid "failed to remove %s"6508msgstr "fallo al borrar %s"65096510#: builtin/clean.c:301 git-add--interactive.perl:5726511#, c-format6512msgid ""6513"Prompt help:\n"6514"1 - select a numbered item\n"6515"foo - select item based on unique prefix\n"6516" - (empty) select nothing\n"6517msgstr ""6518"Ayuda rapida:\n"6519"1 - selecciona un objeto por numero\n"6520"foo - selecciona un objeto basado en un prefijo unico\n"6521" - (vacio) no elegir nada\n"65226523#: builtin/clean.c:305 git-add--interactive.perl:5816524#, c-format6525msgid ""6526"Prompt help:\n"6527"1 - select a single item\n"6528"3-5 - select a range of items\n"6529"2-3,6-9 - select multiple ranges\n"6530"foo - select item based on unique prefix\n"6531"-... - unselect specified items\n"6532"* - choose all items\n"6533" - (empty) finish selecting\n"6534msgstr ""6535"Ayuda rapida:\n"6536"1 - selecciona un objeto unico\n"6537"3-5 - selecciona un rango de objtos\n"6538"2-3,6-9 - selecciona multiples rangos\n"6539"foo - selecciona un objeto basado en un prefijo unico\n"6540"-... - deseleccionar objetos especificados\n"6541"* - escoger todos los objetos\n"6542" - (vacio) terminar seleccion\n"65436544#: builtin/clean.c:521 git-add--interactive.perl:5476545#: git-add--interactive.perl:5526546#, c-format, perl-format6547msgid "Huh (%s)?\n"6548msgstr "Ahh (%s)?\n"65496550#: builtin/clean.c:6636551#, c-format6552msgid "Input ignore patterns>> "6553msgstr "Input ignora los patrones >> "65546555#: builtin/clean.c:7006556#, c-format6557msgid "WARNING: Cannot find items matched by: %s"6558msgstr "PELIGRO: No se puede encontrar objetos que concuerden con: %s"65596560#: builtin/clean.c:7216561msgid "Select items to delete"6562msgstr "Seleccionar objetos para borrar"65636564#. TRANSLATORS: Make sure to keep [y/N] as is6565#: builtin/clean.c:7626566#, c-format6567msgid "Remove %s [y/N]? "6568msgstr "Borrar %s [y/N]? "65696570#: builtin/clean.c:787 git-add--interactive.perl:16166571#, c-format6572msgid "Bye.\n"6573msgstr "Bye.\n"65746575#: builtin/clean.c:7956576msgid ""6577"clean - start cleaning\n"6578"filter by pattern - exclude items from deletion\n"6579"select by numbers - select items to be deleted by numbers\n"6580"ask each - confirm each deletion (like \"rm -i\")\n"6581"quit - stop cleaning\n"6582"help - this screen\n"6583"? - help for prompt selection"6584msgstr ""6585"clean - comenzar la limpieza\n"6586"filtrar por patron - excluye objetos del borrado \n"6587"elegir por numeros - selecciona objetos a ser borrados por numero\n"6588"preguntar cada uno - confirmar cada borrado (como \"rm -i\")\n"6589"quit - parar limpieza\n"6590"help - esta ventana\n"6591"? - ayuda para seleccion de opciones"65926593#: builtin/clean.c:822 git-add--interactive.perl:16926594msgid "*** Commands ***"6595msgstr "*** Comandos ***"65966597#: builtin/clean.c:823 git-add--interactive.perl:16896598msgid "What now"6599msgstr "Ahora que"66006601#: builtin/clean.c:8316602msgid "Would remove the following item:"6603msgid_plural "Would remove the following items:"6604msgstr[0] "Se removera el siguiente objeto"6605msgstr[1] "Se removeran los siguientes objetos:"66066607#: builtin/clean.c:8476608msgid "No more files to clean, exiting."6609msgstr "No hay mas archivos para limpiar, saliendo."66106611#: builtin/clean.c:9096612msgid "do not print names of files removed"6613msgstr "no imprimir nombres de archivos borrados"66146615#: builtin/clean.c:9116616msgid "force"6617msgstr "forzar"66186619#: builtin/clean.c:9126620msgid "interactive cleaning"6621msgstr "limpieza interactiva"66226623#: builtin/clean.c:9146624msgid "remove whole directories"6625msgstr "borrar directorios completos"66266627#: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:4656628#: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:3976629#: builtin/name-rev.c:399 builtin/show-ref.c:1766630msgid "pattern"6631msgstr "patron"66326633#: builtin/clean.c:9166634msgid "add <pattern> to ignore rules"6635msgstr "agregar <patron> para ignorar reglas"66366637#: builtin/clean.c:9176638msgid "remove ignored files, too"6639msgstr "borrar archivos ignorados, tambien"66406641#: builtin/clean.c:9196642msgid "remove only ignored files"6643msgstr "borrar solo archivos ignorados"66446645#: builtin/clean.c:9376646msgid "-x and -X cannot be used together"6647msgstr "-x y -X no pueden ser usadas juntas"66486649#: builtin/clean.c:9416650msgid ""6651"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "6652"clean"6653msgstr ""6654"clean.requireForce configurado como true y ninguno -i, -n, ni -f entregados; "6655"rehusando el clean"66566657#: builtin/clean.c:9446658msgid ""6659"clean.requireForce defaults to true and neither -i, -n, nor -f given; "6660"refusing to clean"6661msgstr ""6662"clean.requireForce default en true y ninguno -i, -n, ni -f entregados; "6663"rehusando el clean"66646665#: builtin/clone.c:396666msgid "git clone [<options>] [--] <repo> [<dir>]"6667msgstr "git clone [<opciones>] [--] <repo> [<directorio>]"66686669#: builtin/clone.c:836670msgid "don't create a checkout"6671msgstr "no crear checkout"66726673#: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:4796674msgid "create a bare repository"6675msgstr "crear un repositorio vacio"66766677#: builtin/clone.c:886678msgid "create a mirror repository (implies bare)"6679msgstr "crear un repositorio espejo (implica vacio)"66806681#: builtin/clone.c:906682msgid "to clone from a local repository"6683msgstr "clonar de un repositorio local"66846685#: builtin/clone.c:926686msgid "don't use local hardlinks, always copy"6687msgstr "no usar hardlinks, siempre copiar"66886689#: builtin/clone.c:946690msgid "setup as shared repository"6691msgstr "configurar como repositorio compartido"66926693#: builtin/clone.c:96 builtin/clone.c:1006694msgid "pathspec"6695msgstr "pathspec"66966697#: builtin/clone.c:96 builtin/clone.c:1006698msgid "initialize submodules in the clone"6699msgstr "inicializar submodulos en el clonado"67006701#: builtin/clone.c:1036702msgid "number of submodules cloned in parallel"6703msgstr "numero de submodulos clonados en paralelo"67046705#: builtin/clone.c:104 builtin/init-db.c:4766706msgid "template-directory"6707msgstr "directorio-template"67086709#: builtin/clone.c:105 builtin/init-db.c:4776710msgid "directory from which templates will be used"6711msgstr "directorio del cual los templates seran usados"67126713#: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:6356714#: builtin/submodule--helper.c:10026715msgid "reference repository"6716msgstr "repositorio de referencia"67176718#: builtin/clone.c:1116719msgid "use --reference only while cloning"6720msgstr "usa--reference sólo al clonar"67216722#: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:446723msgid "name"6724msgstr "nombre"67256726#: builtin/clone.c:1136727msgid "use <name> instead of 'origin' to track upstream"6728msgstr "use <nombre> en lugar de 'origin' para rastrear upstream"67296730#: builtin/clone.c:1156731msgid "checkout <branch> instead of the remote's HEAD"6732msgstr "checkout <rama> en lugar de HEAD remota"67336734#: builtin/clone.c:1176735msgid "path to git-upload-pack on the remote"6736msgstr "ruta para git-upload-pack en el remoto"67376738#: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:8046739#: builtin/pull.c:2056740msgid "depth"6741msgstr "profundidad"67426743#: builtin/clone.c:1196744msgid "create a shallow clone of that depth"6745msgstr "crear un clon superficial para esa profundidad"67466747#: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:29386748#: parse-options.h:1426749msgid "time"6750msgstr "tiempo"67516752#: builtin/clone.c:1216753msgid "create a shallow clone since a specific time"6754msgstr "crear un clon superficial desde el tiempo específico"67556756#: builtin/clone.c:122 builtin/fetch.c:1416757msgid "revision"6758msgstr "revision"67596760#: builtin/clone.c:123 builtin/fetch.c:1426761msgid "deepen history of shallow clone, excluding rev"6762msgstr "ahondando historia de clon superficial, excluyendo rev"67636764#: builtin/clone.c:1256765msgid "clone only one branch, HEAD or --branch"6766msgstr "clonar solo una rama,HEAD o --branch"67676768#: builtin/clone.c:1276769msgid "don't clone any tags, and make later fetches not to follow them"6770msgstr "no clonar niun tag, y hacer que los subsiguientes fetch no los sigan"67716772#: builtin/clone.c:1296773msgid "any cloned submodules will be shallow"6774msgstr "cualquier submódulo clonado será superficial"67756776#: builtin/clone.c:130 builtin/init-db.c:4856777msgid "gitdir"6778msgstr "gitdir"67796780#: builtin/clone.c:131 builtin/init-db.c:4866781msgid "separate git dir from working tree"6782msgstr "separa git dir del árbol de trabajo"67836784#: builtin/clone.c:1326785msgid "key=value"6786msgstr "llave=valor"67876788#: builtin/clone.c:1336789msgid "set config inside the new repository"6790msgstr "configurar config dentro del nuevo repositorio"67916792#: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:5556793msgid "use IPv4 addresses only"6794msgstr "solo usar direcciones IPv4"67956796#: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:5576797msgid "use IPv6 addresses only"6798msgstr "solo usar direcciones IPv6"67996800#: builtin/clone.c:2736801msgid ""6802"No directory name could be guessed.\n"6803"Please specify a directory on the command line"6804msgstr ""6805"No se pudo adivinar ningún nombre de directorio.\n"6806"Por favor especifique un directorio en la línea de comando"68076808#: builtin/clone.c:3266809#, c-format6810msgid "info: Could not add alternate for '%s': %s\n"6811msgstr "info: No se pudo agregar un alterno para '%s': %s\n"68126813#: builtin/clone.c:3986814#, c-format6815msgid "failed to open '%s'"6816msgstr "fallo al abrir '%s'"68176818#: builtin/clone.c:4066819#, c-format6820msgid "%s exists and is not a directory"6821msgstr "%s existe pero no es un directorio"68226823#: builtin/clone.c:4206824#, c-format6825msgid "failed to stat %s\n"6826msgstr "falló al analizar %s\n"68276828#: builtin/clone.c:4426829#, c-format6830msgid "failed to create link '%s'"6831msgstr "fallo al crear link '%s'"68326833#: builtin/clone.c:4466834#, c-format6835msgid "failed to copy file to '%s'"6836msgstr "fallo al copiar archivo a '%s'"68376838#: builtin/clone.c:4716839#, c-format6840msgid "done.\n"6841msgstr "hecho.\n"68426843#: builtin/clone.c:4836844msgid ""6845"Clone succeeded, but checkout failed.\n"6846"You can inspect what was checked out with 'git status'\n"6847"and retry the checkout with 'git checkout -f HEAD'\n"6848msgstr ""6849"Clonado exitoso, pero falló el checkout.\n"6850"Puede inspeccionar a qué se hizo checkout con 'git status'\n"6851"y volver a intentarlo con 'git checkout -f HEAD'\n"68526853#: builtin/clone.c:5606854#, c-format6855msgid "Could not find remote branch %s to clone."6856msgstr "No se pudo encontrar la rama remota %s para clonar"68576858#: builtin/clone.c:6556859msgid "remote did not send all necessary objects"6860msgstr "remoto no mando todos los objetos necsarios"68616862#: builtin/clone.c:6716863#, c-format6864msgid "unable to update %s"6865msgstr "incapaz de actualizar %s"68666867#: builtin/clone.c:7206868msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"6869msgstr ""6870"HEAD remoto refiere a un ref inexistente, no se puede hacer checkout.\n"68716872#: builtin/clone.c:7516873msgid "unable to checkout working tree"6874msgstr "no es posible realizar checkout en el arbol de trabajo"68756876#: builtin/clone.c:7966877msgid "unable to write parameters to config file"6878msgstr "no es posible escribir parametors al arhivo config"68796880#: builtin/clone.c:8596881msgid "cannot repack to clean up"6882msgstr "no se puede reempaquetar para limpiar"68836884#: builtin/clone.c:8616885msgid "cannot unlink temporary alternates file"6886msgstr "no se puede desvincular archivos alternos temporales"68876888#: builtin/clone.c:894 builtin/receive-pack.c:19446889msgid "Too many arguments."6890msgstr "Muchos argumentos."68916892#: builtin/clone.c:8986893msgid "You must specify a repository to clone."6894msgstr "Tienes que especificar un repositorio para clonar"68956896#: builtin/clone.c:9116897#, c-format6898msgid "--bare and --origin %s options are incompatible."6899msgstr "Las opciones --bare y --origin %s son incompatibles."69006901#: builtin/clone.c:9146902msgid "--bare and --separate-git-dir are incompatible."6903msgstr "--bare y --separate-git-dir son incompatibles."69046905#: builtin/clone.c:9276906#, c-format6907msgid "repository '%s' does not exist"6908msgstr "repositorio '%s' no existe"69096910#: builtin/clone.c:933 builtin/fetch.c:13606911#, c-format6912msgid "depth %s is not a positive number"6913msgstr "profundidad %s no es un numero positivo"69146915#: builtin/clone.c:9436916#, c-format6917msgid "destination path '%s' already exists and is not an empty directory."6918msgstr "la ruta de destino '%s' ya existe y no es un directorio vacio"69196920#: builtin/clone.c:9536921#, c-format6922msgid "working tree '%s' already exists."6923msgstr "directorio de trabajo '%s' ya existe."69246925#: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:2706926#: builtin/worktree.c:240 builtin/worktree.c:2706927#, c-format6928msgid "could not create leading directories of '%s'"6929msgstr "no se pudo crear directorios principales de '%s'"69306931#: builtin/clone.c:9716932#, c-format6933msgid "could not create work tree dir '%s'"6934msgstr "no se pudo crear un arbol de trabajo '%s'"69356936#: builtin/clone.c:9836937#, c-format6938msgid "Cloning into bare repository '%s'...\n"6939msgstr "Clonando en un repositorio vacio '%s'...\n"69406941#: builtin/clone.c:9856942#, c-format6943msgid "Cloning into '%s'...\n"6944msgstr "Clonando en '%s'...\n"69456946#: builtin/clone.c:10096947msgid ""6948"clone --recursive is not compatible with both --reference and --reference-if-"6949"able"6950msgstr ""6951"clone --recursive no es compatible con --reference y --reference-if-able al "6952"mismo tiempo"69536954#: builtin/clone.c:10716955msgid "--depth is ignored in local clones; use file:// instead."6956msgstr "--depth es ignorada en clonaciones locales; usa file:// más bien."69576958#: builtin/clone.c:10736959msgid "--shallow-since is ignored in local clones; use file:// instead."6960msgstr "--shallow-since es ignorado en el clon local; use file:// ."69616962#: builtin/clone.c:10756963msgid "--shallow-exclude is ignored in local clones; use file:// instead."6964msgstr "--shallow-exclude es ignorado en clones locales; use file://."69656966#: builtin/clone.c:10786967msgid "source repository is shallow, ignoring --local"6968msgstr "repositorio fuente es superficial, ignorando --local"69696970#: builtin/clone.c:10836971msgid "--local is ignored"6972msgstr "--local es ignorado"69736974#: builtin/clone.c:10876975#, c-format6976msgid "Don't know how to clone %s"6977msgstr "No se sabe como clonar %s"69786979#: builtin/clone.c:1142 builtin/clone.c:11506980#, c-format6981msgid "Remote branch %s not found in upstream %s"6982msgstr "Rama remota %s no encontrada en upstream %s"69836984#: builtin/clone.c:11536985msgid "You appear to have cloned an empty repository."6986msgstr "Pareces haber clonado un repositorio sin contenido."69876988#: builtin/column.c:106989msgid "git column [<options>]"6990msgstr "git column [<opciones>]"69916992#: builtin/column.c:276993msgid "lookup config vars"6994msgstr "revisa las variables de configuraciones "69956996#: builtin/column.c:28 builtin/column.c:296997msgid "layout to use"6998msgstr "capa a usar"69997000#: builtin/column.c:307001msgid "Maximum width"7002msgstr "Ancho maximo"70037004#: builtin/column.c:317005msgid "Padding space on left border"7006msgstr "Realizando padding en el borde izquierdo"70077008#: builtin/column.c:327009msgid "Padding space on right border"7010msgstr "Realizando padding en el borde derecho"70117012#: builtin/column.c:337013msgid "Padding space between columns"7014msgstr "Realizando padding entre columnas"70157016#: builtin/column.c:527017msgid "--command must be the first argument"7018msgstr "--command debe ser el primer argumento"70197020#: builtin/commit.c:397021msgid "git commit [<options>] [--] <pathspec>..."7022msgstr "git commit [<opciones>] [--] <especificacion-de-ruta>..."70237024#: builtin/commit.c:447025msgid "git status [<options>] [--] <pathspec>..."7026msgstr "git status [<opciones>] [--] <especificacion-de-ruta>..."70277028#: builtin/commit.c:497029msgid ""7030"Your name and email address were configured automatically based\n"7031"on your username and hostname. Please check that they are accurate.\n"7032"You can suppress this message by setting them explicitly. Run the\n"7033"following command and follow the instructions in your editor to edit\n"7034"your configuration file:\n"7035"\n"7036" git config --global --edit\n"7037"\n"7038"After doing this, you may fix the identity used for this commit with:\n"7039"\n"7040" git commit --amend --reset-author\n"7041msgstr ""7042"Tu nombre y correo fueron configurados automaticamente basados\n"7043"en tu usuario y nombre de host. Por favor verifica que son correctos.\n"7044"Tu puedes suprimir este mensaje configurandolos de forma explicita. Ejecuta "7045"el \n"7046"siguiente comando y sigue las instrucciones de tu editor\n"7047" para modificar tu archivo de configuracion:\n"7048"\n"7049" git config --global --edit\n"7050"\n"7051"Tras hacer esto, puedes arreglar la identidad usada para este commit con:\n"7052"\n"7053" git commit --amend --reset-author\n"70547055#: builtin/commit.c:627056msgid ""7057"Your name and email address were configured automatically based\n"7058"on your username and hostname. Please check that they are accurate.\n"7059"You can suppress this message by setting them explicitly:\n"7060"\n"7061" git config --global user.name \"Your Name\"\n"7062" git config --global user.email you@example.com\n"7063"\n"7064"After doing this, you may fix the identity used for this commit with:\n"7065"\n"7066" git commit --amend --reset-author\n"7067msgstr ""7068"Tu nombre y correo fueron configurados automaticamente basados\n"7069"en tu usuario y nombre de host. Por favor verifica que son correctos.\n"7070"Tu puedes suprimir este mensaje configurandolos de forma explicita: \n"7071"\n"7072" git config --global user.name \"Tu nombre\"\n"7073" git config --global user.email you@example.com\n"7074"\n"7075"Tras hacer esto, puedes arreglar tu identidad para este commit con:\n"7076"\n"7077" git commit --amend --reset-author\n"70787079#: builtin/commit.c:747080msgid ""7081"You asked to amend the most recent commit, but doing so would make\n"7082"it empty. You can repeat your command with --allow-empty, or you can\n"7083"remove the commit entirely with \"git reset HEAD^\".\n"7084msgstr ""7085"Has solicitado un amend en tu commit mas reciente, pero hacerlo lo \n"7086"vaciaria. Puedes repetir el commando con --alow-empty, o puedes remover \n"7087"el commit completamente con \"git reset HEAD^\".\n"70887089#: builtin/commit.c:797090msgid ""7091"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"7092"If you wish to commit it anyway, use:\n"7093"\n"7094" git commit --allow-empty\n"7095"\n"7096msgstr ""7097"El cherry-pick anterior ahora esta vacio, posiblemente por un conflicto de "7098"resolucion.\n"7099"Si desea realizar un commit de todas maneras, use:\n"7100"\n"7101" git commit --allow-empty\n"7102"\n"71037104#: builtin/commit.c:867105msgid "Otherwise, please use 'git reset'\n"7106msgstr "Caso contrario, por favor usa 'git reset'\n"71077108#: builtin/commit.c:897109msgid ""7110"If you wish to skip this commit, use:\n"7111"\n"7112" git reset\n"7113"\n"7114"Then \"git cherry-pick --continue\" will resume cherry-picking\n"7115"the remaining commits.\n"7116msgstr ""7117"Si quiere saltar este commit, use:\n"7118"\n"7119" git reset\n"7120"\n"7121"Luego \"git cherry-pick --continue\" continuara el cherry-picking\n"7122"para los commits restantes.\n"71237124#: builtin/commit.c:3187125msgid "failed to unpack HEAD tree object"7126msgstr "fallo al desempaquetar objeto del árbol HEAD"71277128#: builtin/commit.c:3597129msgid "unable to create temporary index"7130msgstr "no es posible crear un indice temporal"71317132#: builtin/commit.c:3657133msgid "interactive add failed"7134msgstr "adicion interactiva fallida"71357136#: builtin/commit.c:3787137msgid "unable to update temporary index"7138msgstr "no es posible actualizar el indice temporal"71397140#: builtin/commit.c:3807141msgid "Failed to update main cache tree"7142msgstr "Fallo al actualizar el cache principal del arbol"71437144#: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:4787145msgid "unable to write new_index file"7146msgstr "no es posible escribir archiv new_index"71477148#: builtin/commit.c:4617149msgid "cannot do a partial commit during a merge."7150msgstr "no se puede realizar un commit parcial durante una fusion."71517152#: builtin/commit.c:4637153msgid "cannot do a partial commit during a cherry-pick."7154msgstr "no se puede realizar un commit parcial durante un cherry-pick."71557156#: builtin/commit.c:4717157msgid "cannot read the index"7158msgstr "no se puede leer el indice."71597160#: builtin/commit.c:4907161msgid "unable to write temporary index file"7162msgstr "no es posible escribir el indice temporal "71637164#: builtin/commit.c:5877165#, c-format7166msgid "commit '%s' lacks author header"7167msgstr "falta header de autor al commit '%s'"71687169#: builtin/commit.c:5897170#, c-format7171msgid "commit '%s' has malformed author line"7172msgstr "el commit '%s' tiene una linea de autor mal formada"71737174#: builtin/commit.c:6087175msgid "malformed --author parameter"7176msgstr "parametro --author mal formado"71777178#: builtin/commit.c:6607179msgid ""7180"unable to select a comment character that is not used\n"7181"in the current commit message"7182msgstr ""7183"no es posible seleccionar un caracter de comentario que no es usado\n"7184"en el mensaje de commit actual"71857186#: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:11007187#, c-format7188msgid "could not lookup commit %s"7189msgstr "no se pudo revisar el commit %s"71907191#: builtin/commit.c:709 builtin/shortlog.c:3097192#, c-format7193msgid "(reading log message from standard input)\n"7194msgstr "(leyendo mensajes de logs desde standard input)\n"71957196#: builtin/commit.c:7117197msgid "could not read log from standard input"7198msgstr "no se pudo leer log desde standard input"71997200#: builtin/commit.c:7157201#, c-format7202msgid "could not read log file '%s'"7203msgstr "no se pudo leer el log '%s'"72047205#: builtin/commit.c:742 builtin/commit.c:7507206msgid "could not read SQUASH_MSG"7207msgstr "no se pudo leer SQUASH_MSG"72087209#: builtin/commit.c:7477210msgid "could not read MERGE_MSG"7211msgstr "no se pudo leer MERGE_MSG"72127213#: builtin/commit.c:8017214msgid "could not write commit template"7215msgstr "no se pudo escribit el template del commit"72167217#: builtin/commit.c:8197218#, c-format7219msgid ""7220"\n"7221"It looks like you may be committing a merge.\n"7222"If this is not correct, please remove the file\n"7223"\t%s\n"7224"and try again.\n"7225msgstr ""7226"\n"7227"Parece que estas haciendo un commit con una fusion dentro.\n"7228"Si esto no es correcto, por favor remueve el archivo\n"7229"\t%s\n"7230"y vuelve a intentar.\n"72317232#: builtin/commit.c:8247233#, c-format7234msgid ""7235"\n"7236"It looks like you may be committing a cherry-pick.\n"7237"If this is not correct, please remove the file\n"7238"\t%s\n"7239"and try again.\n"7240msgstr ""7241"\n"7242"Parece que puede estar haciendo un commit a un cherry-pick.\n"7243"Si esto no es correcto, por favor elimine el archivo\n"7244"\t%s\n"7245"y vuelva a intentar.\n"72467247#: builtin/commit.c:8377248#, c-format7249msgid ""7250"Please enter the commit message for your changes. Lines starting\n"7251"with '%c' will be ignored, and an empty message aborts the commit.\n"7252msgstr ""7253"Por favor ingrese el mensaje del commit para sus cambios. Las líneas que "7254"comiencen\n"7255"con '%c' serán ignoradas, y un mensaje vacío aborta el commit.\n"72567257#: builtin/commit.c:8447258#, c-format7259msgid ""7260"Please enter the commit message for your changes. Lines starting\n"7261"with '%c' will be kept; you may remove them yourself if you want to.\n"7262"An empty message aborts the commit.\n"7263msgstr ""7264"Por favor ingrese el mensaje del commit para sus cambios. Las líneas que "7265"comiencen\n"7266"con '%c' serán guardadas; puede removerlas usted mismo si desea.\n"7267"Un mensaje vacío aborta el commit.\n"72687269#: builtin/commit.c:8617270#, c-format7271msgid "%sAuthor: %.*s <%.*s>"7272msgstr "%sAutor: %.*s <%.*s>"72737274#: builtin/commit.c:8697275#, c-format7276msgid "%sDate: %s"7277msgstr "%sFecha: %s"72787279#: builtin/commit.c:8767280#, c-format7281msgid "%sCommitter: %.*s <%.*s>"7282msgstr "%sCommitter: %.*s <%.*s>"72837284#: builtin/commit.c:8937285msgid "Cannot read index"7286msgstr "No se puede leer el índice"72877288#: builtin/commit.c:9587289msgid "Error building trees"7290msgstr "Error al construir los árboles"72917292#: builtin/commit.c:972 builtin/tag.c:2527293#, c-format7294msgid "Please supply the message using either -m or -F option.\n"7295msgstr "Por favor suministra el mensaje usando las opciones -m o -F.\n"72967297#: builtin/commit.c:10757298#, c-format7299msgid "--author '%s' is not 'Name <email>' and matches no existing author"7300msgstr ""7301"--author '%s' no está en el formato 'Name <email>' y no concuerda con ningún "7302"autor existente"73037304#: builtin/commit.c:1090 builtin/commit.c:13357305#, c-format7306msgid "Invalid untracked files mode '%s'"7307msgstr "Modo inválido de los archivos no rastreados '%s'"73087309#: builtin/commit.c:11287310msgid "--long and -z are incompatible"7311msgstr "--long y -z son incompatibles"73127313#: builtin/commit.c:11587314msgid "Using both --reset-author and --author does not make sense"7315msgstr "Usar ambos --reset-author y --author no tiene sentido"73167317#: builtin/commit.c:11677318msgid "You have nothing to amend."7319msgstr "No tienes nada que enmendar."73207321#: builtin/commit.c:11707322msgid "You are in the middle of a merge -- cannot amend."7323msgstr "Estás en medio de una fusión -- no puedes enmendar."73247325#: builtin/commit.c:11727326msgid "You are in the middle of a cherry-pick -- cannot amend."7327msgstr "Está en medio de un cherry-pick -- no se puede enmendar."73287329#: builtin/commit.c:11757330msgid "Options --squash and --fixup cannot be used together"7331msgstr "Opciones --squash y --fixup no pueden ser usadas juntas"73327333#: builtin/commit.c:11857334msgid "Only one of -c/-C/-F/--fixup can be used."7335msgstr "Solo uno de -c/-C/-F/--fixup puede ser usardo."73367337#: builtin/commit.c:11877338msgid "Option -m cannot be combined with -c/-C/-F/--fixup."7339msgstr "La opción -m no puede ser combinada con -c/-C/-F/--fixup."73407341#: builtin/commit.c:11957342msgid "--reset-author can be used only with -C, -c or --amend."7343msgstr "--reset-author sólo puede ser usada con -C, -c o --amend."73447345#: builtin/commit.c:12127346msgid "Only one of --include/--only/--all/--interactive/--patch can be used."7347msgstr ""7348"Solo uno de --include/--only/--all/--interactive/--patch puede ser usado."73497350#: builtin/commit.c:12147351msgid "No paths with --include/--only does not make sense."7352msgstr "No hay rutas con --include/--only no tiene sentido."73537354#: builtin/commit.c:1226 builtin/tag.c:5357355#, c-format7356msgid "Invalid cleanup mode %s"7357msgstr "Modo cleanup invalido %s"73587359#: builtin/commit.c:12317360msgid "Paths with -a does not make sense."7361msgstr "Rutas con -a no tiene sentido."73627363#: builtin/commit.c:1349 builtin/commit.c:16267364msgid "show status concisely"7365msgstr "mostrar status de manera concisa"73667367#: builtin/commit.c:1351 builtin/commit.c:16287368msgid "show branch information"7369msgstr "mostrar informacion de la rama"73707371#: builtin/commit.c:13537372msgid "show stash information"7373msgstr "mostrar informacion del stash"73747375#: builtin/commit.c:13557376msgid "version"7377msgstr "version"73787379#: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:5307380#: builtin/worktree.c:4697381msgid "machine-readable output"7382msgstr "output formato-maquina"73837384#: builtin/commit.c:1358 builtin/commit.c:16327385msgid "show status in long format (default)"7386msgstr "mostrar status en formato largo (default)"73877388#: builtin/commit.c:1361 builtin/commit.c:16357389msgid "terminate entries with NUL"7390msgstr "terminar entradas con NUL"73917392#: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:9997393#: builtin/fast-export.c:1002 builtin/tag.c:3907394msgid "mode"7395msgstr "modo"73967397#: builtin/commit.c:1364 builtin/commit.c:16387398msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7399msgstr ""7400"mostrar archivos sin seguimiento, modos opcionales: all, normal, no. "7401"(Predeterminado: all)"74027403#: builtin/commit.c:13677404msgid "show ignored files"7405msgstr "mostrar archivos ignorados"74067407#: builtin/commit.c:1368 parse-options.h:1557408msgid "when"7409msgstr "cuando"74107411#: builtin/commit.c:13697412msgid ""7413"ignore changes to submodules, optional when: all, dirty, untracked. "7414"(Default: all)"7415msgstr ""7416"ignorar cambios en submodulos, opcional cuando: all,dirty,untracked. "7417"(Default: all)"74187419#: builtin/commit.c:13717420msgid "list untracked files in columns"7421msgstr "listar en columnas los archivos sin seguimiento"74227423#: builtin/commit.c:14497424msgid "couldn't look up newly created commit"7425msgstr "no se pudo revisar el commit recién creado"74267427#: builtin/commit.c:14517428msgid "could not parse newly created commit"7429msgstr "no se pudo analizar el commit recién creado"74307431#: builtin/commit.c:14967432msgid "detached HEAD"7433msgstr "HEAD desacoplado"74347435#: builtin/commit.c:14997436msgid " (root-commit)"7437msgstr "(commit-raiz)"74387439#: builtin/commit.c:15967440msgid "suppress summary after successful commit"7441msgstr "suprime summary tras un commit exitoso"74427443#: builtin/commit.c:15977444msgid "show diff in commit message template"7445msgstr "mostrar diff en el template del mensaje de commit"74467447#: builtin/commit.c:15997448msgid "Commit message options"7449msgstr "Opciones para el mensaje de la confirmación"74507451#: builtin/commit.c:1600 builtin/tag.c:3887452msgid "read message from file"7453msgstr "leer mensaje desde un archivo"74547455#: builtin/commit.c:16017456msgid "author"7457msgstr "autor"74587459#: builtin/commit.c:16017460msgid "override author for commit"7461msgstr "sobrescribe el autor de la confirmación"74627463#: builtin/commit.c:1602 builtin/gc.c:3597464msgid "date"7465msgstr "fecha"74667467#: builtin/commit.c:16027468msgid "override date for commit"7469msgstr "sobrescribe la fecha de la confirmación"74707471#: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:4027472#: builtin/notes.c:565 builtin/tag.c:3867473msgid "message"7474msgstr "mensaje"74757476#: builtin/commit.c:16037477msgid "commit message"7478msgstr "mensaje de la confirmación"74797480#: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:16067481#: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:927482msgid "commit"7483msgstr "confirmar"74847485#: builtin/commit.c:16047486msgid "reuse and edit message from specified commit"7487msgstr "reusar y editar el mensaje de un commit especifico"74887489#: builtin/commit.c:16057490msgid "reuse message from specified commit"7491msgstr "reusar el mensaje de un commit especifico"74927493#: builtin/commit.c:16067494msgid "use autosquash formatted message to fixup specified commit"7495msgstr ""7496"usar mensaje de formato autosquash para arreglar el commit especificado"74977498#: builtin/commit.c:16077499msgid "use autosquash formatted message to squash specified commit"7500msgstr ""7501"usar el mensaje de formato autosquash para realizar squash al commit "7502"especificado"75037504#: builtin/commit.c:16087505msgid "the commit is authored by me now (used with -C/-c/--amend)"7506msgstr "el autor del commit soy yo ahora (usado con -C/-c/--amend)"75077508#: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:2397509#: builtin/revert.c:1057510msgid "add Signed-off-by:"7511msgstr "agregar Signed-off-by: (firmado por)"75127513#: builtin/commit.c:16107514msgid "use specified template file"7515msgstr "usar archivo template especificado"75167517#: builtin/commit.c:16117518msgid "force edit of commit"7519msgstr "forzar la edición de la confirmación"75207521#: builtin/commit.c:16127522msgid "default"7523msgstr "default"75247525#: builtin/commit.c:1612 builtin/tag.c:3917526msgid "how to strip spaces and #comments from message"7527msgstr "cómo quitar espacios y #comentarios de mensajes"75287529#: builtin/commit.c:16137530msgid "include status in commit message template"7531msgstr "incluir status en el template del mensaje de commit"75327533#: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:1737534#: builtin/revert.c:1137535msgid "GPG sign commit"7536msgstr "firmar confirmación con GPG"75377538#: builtin/commit.c:16187539msgid "Commit contents options"7540msgstr "Opciones para el contenido de la confirmación"75417542#: builtin/commit.c:16197543msgid "commit all changed files"7544msgstr "confirmar todos los archivos cambiados"75457546#: builtin/commit.c:16207547msgid "add specified files to index for commit"7548msgstr "agregar archivos específicos al índice para confirmar"75497550#: builtin/commit.c:16217551msgid "interactively add files"7552msgstr "agregar archivos interactivamente"75537554#: builtin/commit.c:16227555msgid "interactively add changes"7556msgstr "agregar cambios interactivamente"75577558#: builtin/commit.c:16237559msgid "commit only specified files"7560msgstr "sólo confirmar archivos específicos"75617562#: builtin/commit.c:16247563msgid "bypass pre-commit and commit-msg hooks"7564msgstr ""7565"evitar los capturadores (hooks) de pre-confirmación (pre-commit) y mensaje "7566"de confirmación (commit-msg)"75677568#: builtin/commit.c:16257569msgid "show what would be committed"7570msgstr "mostrar lo que sería confirmado"75717572#: builtin/commit.c:16367573msgid "amend previous commit"7574msgstr "enmendar confirmación previa"75757576#: builtin/commit.c:16377577msgid "bypass post-rewrite hook"7578msgstr "gancho bypass post reescritura"75797580#: builtin/commit.c:16427581msgid "ok to record an empty change"7582msgstr "ok al grabar un cambio vacio"75837584#: builtin/commit.c:16447585msgid "ok to record a change with an empty message"7586msgstr "ok al grabar un cambio con un mensaje vacio"75877588#: builtin/commit.c:16747589msgid "could not parse HEAD commit"7590msgstr "no se pudo analizar el commit de HEAD"75917592#: builtin/commit.c:17197593#, c-format7594msgid "Corrupt MERGE_HEAD file (%s)"7595msgstr "Archivo MERGE_HEAD (%s) corrupto"75967597#: builtin/commit.c:17267598msgid "could not read MERGE_MODE"7599msgstr "no se pudo leer MERGE_MODE"76007601#: builtin/commit.c:17457602#, c-format7603msgid "could not read commit message: %s"7604msgstr "no se pudo leer el mensaje de commit: %s"76057606#: builtin/commit.c:17567607#, c-format7608msgid "Aborting commit due to empty commit message.\n"7609msgstr "Abortando confirmación debido que el mensaje está en blanco.\n"76107611#: builtin/commit.c:17617612#, c-format7613msgid "Aborting commit; you did not edit the message.\n"7614msgstr "Abortando commit; no se ha editado el mensaje\n"76157616#: builtin/commit.c:18097617msgid ""7618"Repository has been updated, but unable to write\n"7619"new_index file. Check that disk is not full and quota is\n"7620"not exceeded, and then \"git reset HEAD\" to recover."7621msgstr ""7622"El repositorio ha sido actualizado, pero no se pudo escribir el archivo\n"7623"new_index. Verifique que el disco no este lleno y la quota no ha\n"7624"sido superada, y luego \"git reset HEAD\" para recuperar."76257626#: builtin/config.c:107627msgid "git config [<options>]"7628msgstr "git config [<opciones>]"76297630#: builtin/config.c:577631msgid "Config file location"7632msgstr "ubicacion del archivo config"76337634#: builtin/config.c:587635msgid "use global config file"7636msgstr "usar archivo de config global"76377638#: builtin/config.c:597639msgid "use system config file"7640msgstr "usar archivo de config del sistema"76417642#: builtin/config.c:607643msgid "use repository config file"7644msgstr "usar archivo de config del repositorio"76457646#: builtin/config.c:617647msgid "use given config file"7648msgstr "usar archivo config especificado"76497650#: builtin/config.c:627651msgid "blob-id"7652msgstr "blob-id"76537654#: builtin/config.c:627655msgid "read config from given blob object"7656msgstr "leer config del objeto blob suministrado"76577658#: builtin/config.c:637659msgid "Action"7660msgstr "Accion"76617662#: builtin/config.c:647663msgid "get value: name [value-regex]"7664msgstr "obtener valor: nombre [valor-regex]"76657666#: builtin/config.c:657667msgid "get all values: key [value-regex]"7668msgstr "obtener todos los valores: llave [valores-regex]"76697670#: builtin/config.c:667671msgid "get values for regexp: name-regex [value-regex]"7672msgstr "obtener valores para una regexp: nombre-regex [valor-regex]"76737674#: builtin/config.c:677675msgid "get value specific for the URL: section[.var] URL"7676msgstr "obtener valor especifico para el URL: seccion[.var] URL"76777678#: builtin/config.c:687679msgid "replace all matching variables: name value [value_regex]"7680msgstr ""7681"remplazar todas las variables que concuerden: nombre valor [valor_regex]"76827683#: builtin/config.c:697684msgid "add a new variable: name value"7685msgstr "agregar nueva variable: nombre valor "76867687#: builtin/config.c:707688msgid "remove a variable: name [value-regex]"7689msgstr "borrar una variable. nombre [valor-regex]"76907691#: builtin/config.c:717692msgid "remove all matches: name [value-regex]"7693msgstr "borrar todas las concurrencias: nombre [valor-regex]"76947695#: builtin/config.c:727696msgid "rename section: old-name new-name"7697msgstr "renombrar seccion: nombre-viejo nombre-nuevo"76987699#: builtin/config.c:737700msgid "remove a section: name"7701msgstr "borrar una seccion: nombre"77027703#: builtin/config.c:747704msgid "list all"7705msgstr "listar todo"77067707#: builtin/config.c:757708msgid "open an editor"7709msgstr "abrir el editor"77107711#: builtin/config.c:767712msgid "find the color configured: slot [default]"7713msgstr "encontrar el color configurado: slot [default]"77147715#: builtin/config.c:777716msgid "find the color setting: slot [stdout-is-tty]"7717msgstr "encontrar las opciones del color: slot [stdout-es-tty]"77187719#: builtin/config.c:787720msgid "Type"7721msgstr "Tipo"77227723#: builtin/config.c:797724msgid "value is \"true\" or \"false\""7725msgstr "valor es \"true\" o \"false\""77267727#: builtin/config.c:807728msgid "value is decimal number"7729msgstr "valor es un numero decimal"77307731#: builtin/config.c:817732msgid "value is --bool or --int"7733msgstr "valor es --bool o --int"77347735#: builtin/config.c:827736msgid "value is a path (file or directory name)"7737msgstr "valor es una ruta (archivo o nombre de directorio)"77387739#: builtin/config.c:837740msgid "Other"7741msgstr "Otro"77427743#: builtin/config.c:847744msgid "terminate values with NUL byte"7745msgstr "Terminar valores con un byte NUL"77467747#: builtin/config.c:857748msgid "show variable names only"7749msgstr "mostrar solo nombres de variables"77507751#: builtin/config.c:867752msgid "respect include directives on lookup"7753msgstr "respetar directivas include en la busqueda"77547755#: builtin/config.c:877756msgid "show origin of config (file, standard input, blob, command line)"7757msgstr "mostrar el origen de configuracion (archivo, stdin, blob, comando)"77587759#: builtin/config.c:3277760msgid "unable to parse default color value"7761msgstr "no es posible analizar el valor default de color "77627763#: builtin/config.c:4717764#, c-format7765msgid ""7766"# This is Git's per-user configuration file.\n"7767"[user]\n"7768"# Please adapt and uncomment the following lines:\n"7769"#\tname = %s\n"7770"#\temail = %s\n"7771msgstr ""7772"# Este es el archivo de configuración de Git por usuario.\n"7773"[user]\n"7774"# Por favor, adapta y descomenta las siguientes líneas:\n"7775"#\tname = %s\n"7776"#\temail = %s\n"77777778#: builtin/config.c:4997779msgid "--local can only be used inside a git repository"7780msgstr "--local solo puedo ser usado dentro de un repositorio"77817782#: builtin/config.c:6247783#, c-format7784msgid "cannot create configuration file %s"7785msgstr "no se puede crear el archivo de configuración %s"77867787#: builtin/config.c:6377788#, c-format7789msgid ""7790"cannot overwrite multiple values with a single value\n"7791" Use a regexp, --add or --replace-all to change %s."7792msgstr ""7793"no se puede sobrescribir múltiples valores con un único valor\n"7794"\tUse una regexp, --add o --replace-all para cambiar %s."77957796#: builtin/count-objects.c:887797msgid "git count-objects [-v] [-H | --human-readable]"7798msgstr "git count-objects [-v] [-H | --human-readable]"77997800#: builtin/count-objects.c:987801msgid "print sizes in human readable format"7802msgstr "mostrar tamaños en formato legible para humano"78037804#: builtin/describe.c:197805msgid "git describe [<options>] [<commit-ish>...]"7806msgstr "git describe [<opciones>] [<commit-ish>...]"78077808#: builtin/describe.c:207809msgid "git describe [<options>] --dirty"7810msgstr "git describe [<opciones>] --dirty"78117812#: builtin/describe.c:547813msgid "head"7814msgstr "head"78157816#: builtin/describe.c:547817msgid "lightweight"7818msgstr "ligero"78197820#: builtin/describe.c:547821msgid "annotated"7822msgstr "anotado"78237824#: builtin/describe.c:2647825#, c-format7826msgid "annotated tag %s not available"7827msgstr "tag anotado %s no disponible"78287829#: builtin/describe.c:2687830#, c-format7831msgid "annotated tag %s has no embedded name"7832msgstr "tag anotado %s no tiene nombre embebido "78337834#: builtin/describe.c:2707835#, c-format7836msgid "tag '%s' is really '%s' here"7837msgstr "tag '%s' es realmente '%s' aquí"78387839#: builtin/describe.c:297 builtin/log.c:4937840#, c-format7841msgid "Not a valid object name %s"7842msgstr "Nombre de objeto %s no válido"78437844#: builtin/describe.c:3007845#, c-format7846msgid "%s is not a valid '%s' object"7847msgstr "%s no es un objeto '%s' válido"78487849#: builtin/describe.c:3177850#, c-format7851msgid "no tag exactly matches '%s'"7852msgstr "no hay tag que concuerde exactamente con '%s'"78537854#: builtin/describe.c:3197855#, c-format7856msgid "searching to describe %s\n"7857msgstr "buscanado para describir %s\n"78587859#: builtin/describe.c:3667860#, c-format7861msgid "finished search at %s\n"7862msgstr "busqueda finalizada a las %s\n"78637864#: builtin/describe.c:3937865#, c-format7866msgid ""7867"No annotated tags can describe '%s'.\n"7868"However, there were unannotated tags: try --tags."7869msgstr ""7870"No hay tags anotados que puedan describir '%s'.\n"7871"Sin embargo, hubieron tags no anotados: intente --tags."78727873#: builtin/describe.c:3977874#, c-format7875msgid ""7876"No tags can describe '%s'.\n"7877"Try --always, or create some tags."7878msgstr ""7879"Ningún tag puede describit '%s'.\n"7880"Intente --always, o cree algunos tags."78817882#: builtin/describe.c:4277883#, c-format7884msgid "traversed %lu commits\n"7885msgstr "%lu commits cruzados\n"78867887#: builtin/describe.c:4307888#, c-format7889msgid ""7890"more than %i tags found; listed %i most recent\n"7891"gave up search at %s\n"7892msgstr ""7893"se encontró más de %i tags; se mostró %i más reciente\n"7894"fin de la búsqueda en %s\n"78957896#: builtin/describe.c:4527897msgid "find the tag that comes after the commit"7898msgstr "encontrar el tag que viene después del commit"78997900#: builtin/describe.c:4537901msgid "debug search strategy on stderr"7902msgstr "hacer debug a la estrategia de búsqueda en stderr"79037904#: builtin/describe.c:4547905msgid "use any ref"7906msgstr "use cualquier ref"79077908#: builtin/describe.c:4557909msgid "use any tag, even unannotated"7910msgstr "use cualquier tag, incluso los no anotados"79117912#: builtin/describe.c:4567913msgid "always use long format"7914msgstr "siempre usar formato largo"79157916#: builtin/describe.c:4577917msgid "only follow first parent"7918msgstr "solo seguir el primer patrón"79197920#: builtin/describe.c:4607921msgid "only output exact matches"7922msgstr "solo mostrar concordancias exactas"79237924#: builtin/describe.c:4627925msgid "consider <n> most recent tags (default: 10)"7926msgstr "considerar <n> tags más recientes (default:10)"79277928#: builtin/describe.c:4647929msgid "only consider tags matching <pattern>"7930msgstr "solo considerar tags que concuerden con <patrón>"79317932#: builtin/describe.c:4667933msgid "do not consider tags matching <pattern>"7934msgstr "no considerar tags que concuerden con <patrón>"79357936#: builtin/describe.c:468 builtin/name-rev.c:4067937msgid "show abbreviated commit object as fallback"7938msgstr "mostrar el objeto commit abreviado como fallback"79397940#: builtin/describe.c:469 builtin/describe.c:4727941msgid "mark"7942msgstr "marca"79437944#: builtin/describe.c:4707945msgid "append <mark> on dirty working tree (default: \"-dirty\")"7946msgstr "adjuntar <marca> en el árbol de trabajo sucio (default: \"-dirty\")"79477948#: builtin/describe.c:4737949msgid "append <mark> on broken working tree (default: \"-broken\")"7950msgstr "adjuntar <marca> en un árbol de trbajo roto (default: \"-broken\")"79517952#: builtin/describe.c:4917953msgid "--long is incompatible with --abbrev=0"7954msgstr "--long es incompatible con --abbrev=0"79557956#: builtin/describe.c:5207957msgid "No names found, cannot describe anything."7958msgstr "No se encontraron nombres, no se puede describir nada."79597960#: builtin/describe.c:5637961msgid "--dirty is incompatible with commit-ishes"7962msgstr "--dirty es imcompatible con commit-ismos"79637964#: builtin/describe.c:5657965msgid "--broken is incompatible with commit-ishes"7966msgstr "--broken es incompatible con commit-ismos"79677968#: builtin/diff.c:837969#, c-format7970msgid "'%s': not a regular file or symlink"7971msgstr "'%s': no es un archivo regular o un enlace simbólico"79727973#: builtin/diff.c:2357974#, c-format7975msgid "invalid option: %s"7976msgstr "opción inválida: %s"79777978#: builtin/diff.c:3577979msgid "Not a git repository"7980msgstr "No es un repositorio git"79817982#: builtin/diff.c:4007983#, c-format7984msgid "invalid object '%s' given."7985msgstr "objeto '%s' entregado no es válido"79867987#: builtin/diff.c:4097988#, c-format7989msgid "more than two blobs given: '%s'"7990msgstr "más de dos blobs entregados: '%s'"79917992#: builtin/diff.c:4147993#, c-format7994msgid "unhandled object '%s' given."7995msgstr "objeto no manejado '%s' entregado."79967997#: builtin/difftool.c:297998msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"7999msgstr "git difftool [<opciones>] [<commit> [<commit>]] [--] [<ruta>...]"80008001#: builtin/difftool.c:2598002#, c-format8003msgid "failed: %d"8004msgstr "falló: %d"80058006#: builtin/difftool.c:3018007#, c-format8008msgid "could not read symlink %s"8009msgstr "no se pudo leer el symlink %s"80108011#: builtin/difftool.c:3038012#, c-format8013msgid "could not read symlink file %s"8014msgstr "no se pudo leer el archivo symlink %s"80158016#: builtin/difftool.c:3118017#, c-format8018msgid "could not read object %s for symlink %s"8019msgstr "no se pudo leer el objeto %s para el symlink %s"80208021#: builtin/difftool.c:4128022msgid ""8023"combined diff formats('-c' and '--cc') are not supported in\n"8024"directory diff mode('-d' and '--dir-diff')."8025msgstr ""8026"formatos combinados de diff ('-c' y '--cc') no soportados en\n"8027"modo diff para directorio('-d' y '--dir-diff')."80288029#: builtin/difftool.c:6338030#, c-format8031msgid "both files modified: '%s' and '%s'."8032msgstr "ambos archivos modificados: '%s' y '%s'."80338034#: builtin/difftool.c:6358035msgid "working tree file has been left."8036msgstr "archivo del árbol de trabajo ha sido dejado."80378038#: builtin/difftool.c:6468039#, c-format8040msgid "temporary files exist in '%s'."8041msgstr "archivo temporal existe en '%s'."80428043#: builtin/difftool.c:6478044msgid "you may want to cleanup or recover these."8045msgstr "tal vez desee limpiar o recuperar estos."80468047#: builtin/difftool.c:6968048msgid "use `diff.guitool` instead of `diff.tool`"8049msgstr "use `diff.guitool` en lugar de `diff.tool`"80508051#: builtin/difftool.c:6988052msgid "perform a full-directory diff"8053msgstr "realizar un diff de todo el directorio"80548055#: builtin/difftool.c:7008056msgid "do not prompt before launching a diff tool"8057msgstr "no mostrar antes de lanzar una herramienta de diff"80588059#: builtin/difftool.c:7068060msgid "use symlinks in dir-diff mode"8061msgstr "usar symlinks en modo dir-diff"80628063#: builtin/difftool.c:7078064msgid "<tool>"8065msgstr "<herramienta>"80668067#: builtin/difftool.c:7088068msgid "use the specified diff tool"8069msgstr "usar la herramienta de diff especificada"80708071#: builtin/difftool.c:7108072msgid "print a list of diff tools that may be used with `--tool`"8073msgstr ""8074"mostrar una lista de herramientas de diff que pueden ser usadas con `--tool`"80758076#: builtin/difftool.c:7138077msgid ""8078"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "8079"code"8080msgstr ""8081"hacer que 'git-difftool' salga cuando una herramienta de diff retorne un "8082"código de salida distinto de cero"80838084#: builtin/difftool.c:7158085msgid "<command>"8086msgstr "<comando>"80878088#: builtin/difftool.c:7168089msgid "specify a custom command for viewing diffs"8090msgstr "especificar un comando personalizado para ver diffs"80918092#: builtin/difftool.c:7408093msgid "no <tool> given for --tool=<tool>"8094msgstr "no se ha entragado <herramienta> para --tool=<herramienta>"80958096#: builtin/difftool.c:7478097msgid "no <cmd> given for --extcmd=<cmd>"8098msgstr "no se ha entregado <comando> para --extcmd=<comando>"80998100#: builtin/fast-export.c:268101msgid "git fast-export [rev-list-opts]"8102msgstr "git fast-export [rev-list-opts]"81038104#: builtin/fast-export.c:9988105msgid "show progress after <n> objects"8106msgstr "mostrar progreso después de <n> objetos"81078108#: builtin/fast-export.c:10008109msgid "select handling of signed tags"8110msgstr "seleccionar el manejo de tags firmados"81118112#: builtin/fast-export.c:10038113msgid "select handling of tags that tag filtered objects"8114msgstr "seleccionar el manejo de tags que son tags de objetos filtrados"81158116#: builtin/fast-export.c:10068117msgid "Dump marks to this file"8118msgstr "Volcar marcas a este archivo"81198120#: builtin/fast-export.c:10088121msgid "Import marks from this file"8122msgstr "Importar marcas de este archivo"81238124#: builtin/fast-export.c:10108125msgid "Fake a tagger when tags lack one"8126msgstr "Falsificar un tagger cuando les falta uno"81278128#: builtin/fast-export.c:10128129msgid "Output full tree for each commit"8130msgstr "Mostrar todo el árbol para cada commit"81318132#: builtin/fast-export.c:10148133msgid "Use the done feature to terminate the stream"8134msgstr "Use el feature done para terminar el stream"81358136#: builtin/fast-export.c:10158137msgid "Skip output of blob data"8138msgstr "Saltar el output de data blob"81398140#: builtin/fast-export.c:10168141msgid "refspec"8142msgstr "refspec"81438144#: builtin/fast-export.c:10178145msgid "Apply refspec to exported refs"8146msgstr "Aplicar refspec para los refs exportados"81478148#: builtin/fast-export.c:10188149msgid "anonymize output"8150msgstr "anonimizar la salida"81518152#: builtin/fetch.c:238153msgid "git fetch [<options>] [<repository> [<refspec>...]]"8154msgstr "git fetch [<opciones>] [<repositorio> [<refspec>...]]"81558156#: builtin/fetch.c:248157msgid "git fetch [<options>] <group>"8158msgstr "git fetch [<opciones>] <grupo>"81598160#: builtin/fetch.c:258161msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"8162msgstr "git fetch --multiple [<opciones>] [(<repositorio> | <grupo>)...]"81638164#: builtin/fetch.c:268165msgid "git fetch --all [<options>]"8166msgstr "git fetch --all [<opciones>]"81678168#: builtin/fetch.c:112 builtin/pull.c:1828169msgid "fetch from all remotes"8170msgstr "extraer de todos los remotos"81718172#: builtin/fetch.c:114 builtin/pull.c:1858173msgid "append to .git/FETCH_HEAD instead of overwriting"8174msgstr "adjuntar a .git/FETCH_HEAD en lugar de sobrescribir"81758176#: builtin/fetch.c:116 builtin/pull.c:1888177msgid "path to upload pack on remote end"8178msgstr "ruta para cargar el paquete al final del remoto"81798180#: builtin/fetch.c:117 builtin/pull.c:1908181msgid "force overwrite of local branch"8182msgstr "forzar sobrescritura de la rama local"81838184#: builtin/fetch.c:1198185msgid "fetch from multiple remotes"8186msgstr "extraer de múltiples remotos"81878188#: builtin/fetch.c:121 builtin/pull.c:1928189msgid "fetch all tags and associated objects"8190msgstr "extraer todos los tags y objetos asociados"81918192#: builtin/fetch.c:1238193msgid "do not fetch all tags (--no-tags)"8194msgstr "no extraer todos los tags (--no-tags)"81958196#: builtin/fetch.c:1258197msgid "number of submodules fetched in parallel"8198msgstr "número de submódulos extraídos en paralelo"81998200#: builtin/fetch.c:127 builtin/pull.c:1958201msgid "prune remote-tracking branches no longer on remote"8202msgstr "Limpiar ramas remotas rastreadas que ya no están en el remoto"82038204#: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:1238205msgid "on-demand"8206msgstr "en demanda"82078208#: builtin/fetch.c:1298209msgid "control recursive fetching of submodules"8210msgstr "controlar extracción recursiva de submódulos"82118212#: builtin/fetch.c:133 builtin/pull.c:2038213msgid "keep downloaded pack"8214msgstr "mantener el paquete descargado"82158216#: builtin/fetch.c:1358217msgid "allow updating of HEAD ref"8218msgstr "permitir actualizar la ref HEAD"82198220#: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:2068221msgid "deepen history of shallow clone"8222msgstr "historia profunda de un clon superficial"82238224#: builtin/fetch.c:1408225msgid "deepen history of shallow repository based on time"8226msgstr "historia profunda de un repositorio superficial basado en tiempo"82278228#: builtin/fetch.c:146 builtin/pull.c:2098229msgid "convert to a complete repository"8230msgstr "convertir a un repositorio completo"82318232#: builtin/fetch.c:148 builtin/log.c:14568233msgid "dir"8234msgstr "dir"82358236#: builtin/fetch.c:1498237msgid "prepend this to submodule path output"8238msgstr "anteponer esto a salida de la ruta del submódulo "82398240#: builtin/fetch.c:1528241msgid ""8242"default for recursive fetching of submodules (lower priority than config "8243"files)"8244msgstr ""8245"default para extracción recursiva de submódulos (menor prioridad que "8246"archivos de configuración)"82478248#: builtin/fetch.c:156 builtin/pull.c:2128249msgid "accept refs that update .git/shallow"8250msgstr "aceptar refs que actualicen .git/shallow"82518252#: builtin/fetch.c:157 builtin/pull.c:2148253msgid "refmap"8254msgstr "refmap"82558256#: builtin/fetch.c:158 builtin/pull.c:2158257msgid "specify fetch refmap"8258msgstr "especificar extracción de refmap"82598260#: builtin/fetch.c:4168261msgid "Couldn't find remote ref HEAD"8262msgstr "No se puedo encontrar ref remota HEAD"82638264#: builtin/fetch.c:5348265#, c-format8266msgid "configuration fetch.output contains invalid value %s"8267msgstr "la configuración fetch.output contiene el valor inválido %s"82688269#: builtin/fetch.c:6278270#, c-format8271msgid "object %s not found"8272msgstr "objeto %s no encontrado"82738274#: builtin/fetch.c:6318275msgid "[up to date]"8276msgstr "[actualizado]"82778278#: builtin/fetch.c:644 builtin/fetch.c:7248279msgid "[rejected]"8280msgstr "[rechazado]"82818282#: builtin/fetch.c:6458283msgid "can't fetch in current branch"8284msgstr "no se puede traer en la rama actual"82858286#: builtin/fetch.c:6548287msgid "[tag update]"8288msgstr "[actualización de etiqueta]"82898290#: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:7048291#: builtin/fetch.c:7198292msgid "unable to update local ref"8293msgstr "no se posible actualizar el ref local"82948295#: builtin/fetch.c:6748296msgid "[new tag]"8297msgstr "[nueva etiqueta]"82988299#: builtin/fetch.c:6778300msgid "[new branch]"8301msgstr "[nueva rama]"83028303#: builtin/fetch.c:6808304msgid "[new ref]"8305msgstr "[nueva referencia]"83068307#: builtin/fetch.c:7198308msgid "forced update"8309msgstr "actualización forzada"83108311#: builtin/fetch.c:7248312msgid "non-fast-forward"8313msgstr "avance lento"83148315#: builtin/fetch.c:7698316#, c-format8317msgid "%s did not send all necessary objects\n"8318msgstr "%s no envió todos los objetos necesarios\n"83198320#: builtin/fetch.c:7898321#, c-format8322msgid "reject %s because shallow roots are not allowed to be updated"8323msgstr "rechazado %s porque raíces superficiales no pueden ser actualizadas"83248325#: builtin/fetch.c:877 builtin/fetch.c:9738326#, c-format8327msgid "From %.*s\n"8328msgstr "Desde %.*s\n"83298330#: builtin/fetch.c:8888331#, c-format8332msgid ""8333"some local refs could not be updated; try running\n"8334" 'git remote prune %s' to remove any old, conflicting branches"8335msgstr ""8336"algunos refs locales no pudieron ser actualizados; intente ejecutar\n"8337" 'git remote prune %s' para remover cualquier rama vieja o conflictiva"83388339#: builtin/fetch.c:9438340#, c-format8341msgid " (%s will become dangling)"8342msgstr " (%s se pondrá colgado)"83438344#: builtin/fetch.c:9448345#, c-format8346msgid " (%s has become dangling)"8347msgstr " (%s se ha colgado)"83488349#: builtin/fetch.c:9768350msgid "[deleted]"8351msgstr "[eliminado]"83528353#: builtin/fetch.c:977 builtin/remote.c:10248354msgid "(none)"8355msgstr "(nada)"83568357#: builtin/fetch.c:10008358#, c-format8359msgid "Refusing to fetch into current branch %s of non-bare repository"8360msgstr "Rehusando extraer en la rama actual %s de un repositorio no vacío"83618362#: builtin/fetch.c:10198363#, c-format8364msgid "Option \"%s\" value \"%s\" is not valid for %s"8365msgstr "Opción \"%s\" valor \"%s\" no es válido para %s"83668367#: builtin/fetch.c:10228368#, c-format8369msgid "Option \"%s\" is ignored for %s\n"8370msgstr "Opción \"%s\" es ignorada por %s\n"83718372#: builtin/fetch.c:10988373#, c-format8374msgid "Don't know how to fetch from %s"8375msgstr "No se sabe como extraer de %s"83768377#: builtin/fetch.c:12588378#, c-format8379msgid "Fetching %s\n"8380msgstr "Extrayendo %s\n"83818382#: builtin/fetch.c:1260 builtin/remote.c:978383#, c-format8384msgid "Could not fetch %s"8385msgstr "No se pudo extraer %s"83868387#: builtin/fetch.c:12788388msgid ""8389"No remote repository specified. Please, specify either a URL or a\n"8390"remote name from which new revisions should be fetched."8391msgstr ""8392"No hay repositorio remoto especificado. Por favor, especifique un URL o un\n"8393"nombre remoto del cual las nuevas revisiones deben ser extraídas."83948395#: builtin/fetch.c:13018396msgid "You need to specify a tag name."8397msgstr "Tiene que especificar un nombre de tag."83988399#: builtin/fetch.c:13448400msgid "Negative depth in --deepen is not supported"8401msgstr "Profundidad negativa en --deepen no es soportada"84028403#: builtin/fetch.c:13468404msgid "--deepen and --depth are mutually exclusive"8405msgstr "--depen y --depth son mutuamente exclusivas"84068407#: builtin/fetch.c:13518408msgid "--depth and --unshallow cannot be used together"8409msgstr "--depth y --unshallow no pueden ser usadas juntas"84108411#: builtin/fetch.c:13538412msgid "--unshallow on a complete repository does not make sense"8413msgstr "--unshallow no tiene sentido en un repositorio completo"84148415#: builtin/fetch.c:13668416msgid "fetch --all does not take a repository argument"8417msgstr "fetch --all no toma un argumento de repositorio"84188419#: builtin/fetch.c:13688420msgid "fetch --all does not make sense with refspecs"8421msgstr "fetch --all no tiene sentido con refspecs"84228423#: builtin/fetch.c:13798424#, c-format8425msgid "No such remote or remote group: %s"8426msgstr "No existe el remoto o grupo remoto: %s"84278428#: builtin/fetch.c:13878429msgid "Fetching a group and specifying refspecs does not make sense"8430msgstr "Extraer un grupo y especificar un refspecs no tiene sentido"84318432#: builtin/fmt-merge-msg.c:158433msgid ""8434"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8435msgstr ""8436"git fmt-merge-msg [-m <mensaje>] [--log[=<n>] | --no-log] [--file <archivo>]"84378438#: builtin/fmt-merge-msg.c:6658439msgid "populate log with at most <n> entries from shortlog"8440msgstr "poblar el log con máximo <n> entradas del shorlog"84418442#: builtin/fmt-merge-msg.c:6688443msgid "alias for --log (deprecated)"8444msgstr "alias para --log (deprecado)"84458446#: builtin/fmt-merge-msg.c:6718447msgid "text"8448msgstr "texto"84498450#: builtin/fmt-merge-msg.c:6728451msgid "use <text> as start of message"8452msgstr "use <text> como comienzo de mensaje"84538454#: builtin/fmt-merge-msg.c:6738455msgid "file to read from"8456msgstr "archivo del cual leer"84578458#: builtin/for-each-ref.c:108459msgid "git for-each-ref [<options>] [<pattern>]"8460msgstr "git for-each-ref [<opciones>] [<patrón>]"84618462#: builtin/for-each-ref.c:118463msgid "git for-each-ref [--points-at <object>]"8464msgstr "git for-each-ref [--points-at <objeto>]"84658466#: builtin/for-each-ref.c:128467msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"8468msgstr "git for-each-ref [(--merged | --no-merged) [<commit>]]"84698470#: builtin/for-each-ref.c:138471msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"8472msgstr "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"84738474#: builtin/for-each-ref.c:288475msgid "quote placeholders suitably for shells"8476msgstr "Cite los marcadores de posición adecuadamente para los shells"84778478#: builtin/for-each-ref.c:308479msgid "quote placeholders suitably for perl"8480msgstr "Cite los marcadores de posición adecuadamente para perl"84818482#: builtin/for-each-ref.c:328483msgid "quote placeholders suitably for python"8484msgstr "Cite los marcadores de posición adecuadamente para python"84858486#: builtin/for-each-ref.c:348487msgid "quote placeholders suitably for Tcl"8488msgstr "Cite los marcadores de posición adecuadamente para Tcl"84898490#: builtin/for-each-ref.c:378491msgid "show only <n> matched refs"8492msgstr "mostrar solo <n> refs encontradas"84938494#: builtin/for-each-ref.c:39 builtin/tag.c:4148495msgid "respect format colors"8496msgstr "respetar el formato de colores"84978498#: builtin/for-each-ref.c:438499msgid "print only refs which points at the given object"8500msgstr "mostrar solo refs que apunten al objeto dado"85018502#: builtin/for-each-ref.c:458503msgid "print only refs that are merged"8504msgstr "mostrar solo refs que son fusionadas"85058506#: builtin/for-each-ref.c:468507msgid "print only refs that are not merged"8508msgstr "mostrar solo refs que no son fusionadas"85098510#: builtin/for-each-ref.c:478511msgid "print only refs which contain the commit"8512msgstr "mostrar solo refs que contienen el commit"85138514#: builtin/for-each-ref.c:488515msgid "print only refs which don't contain the commit"8516msgstr "mostrar solo refs que no contienen el commit"85178518#: builtin/fsck.c:5438519msgid "Checking object directories"8520msgstr "Revisando objetos directorios"85218522#: builtin/fsck.c:6358523msgid "git fsck [<options>] [<object>...]"8524msgstr "git fsck [<opciones>] [<objeto>...]"85258526#: builtin/fsck.c:6418527msgid "show unreachable objects"8528msgstr "mostrar objetos ilegibles"85298530#: builtin/fsck.c:6428531msgid "show dangling objects"8532msgstr "mostrar objetos colgados"85338534#: builtin/fsck.c:6438535msgid "report tags"8536msgstr "reportar tags"85378538#: builtin/fsck.c:6448539msgid "report root nodes"8540msgstr "reportar nodos raíz"85418542#: builtin/fsck.c:6458543msgid "make index objects head nodes"8544msgstr "hacer objetos índices cabezas de nodos"85458546#: builtin/fsck.c:6468547msgid "make reflogs head nodes (default)"8548msgstr "hacer reflogs cabeza de nodos (default)"85498550#: builtin/fsck.c:6478551msgid "also consider packs and alternate objects"8552msgstr "también considerar paquetes y objetos alternos"85538554#: builtin/fsck.c:6488555msgid "check only connectivity"8556msgstr "revisar solo connectividad"85578558#: builtin/fsck.c:6498559msgid "enable more strict checking"8560msgstr "habilitar revisión más estricta"85618562#: builtin/fsck.c:6518563msgid "write dangling objects in .git/lost-found"8564msgstr "escribir objetos colgados en .git/lost-found"85658566#: builtin/fsck.c:652 builtin/prune.c:1078567msgid "show progress"8568msgstr "mostrar prograso"85698570#: builtin/fsck.c:6538571msgid "show verbose names for reachable objects"8572msgstr "mostrar nombres verboso para objetos alcanzables"85738574#: builtin/fsck.c:7148575msgid "Checking objects"8576msgstr "Revisando objetos"85778578#: builtin/gc.c:278579msgid "git gc [<options>]"8580msgstr "git gc [<opciones>]"85818582#: builtin/gc.c:808583#, c-format8584msgid "Failed to fstat %s: %s"8585msgstr "Falló el fstat %s: %s"85868587#: builtin/gc.c:3128588#, c-format8589msgid "Can't stat %s"8590msgstr "No se puede definir %s"85918592#: builtin/gc.c:3218593#, c-format8594msgid ""8595"The last gc run reported the following. Please correct the root cause\n"8596"and remove %s.\n"8597"Automatic cleanup will not be performed until the file is removed.\n"8598"\n"8599"%s"8600msgstr ""8601"El último gc reportó lo siguiente. Por favor corriga la causa\n"8602"y remueva %s.\n"8603"Limpieza automática no se realizará hasta que el archivo sea removido.\n"8604"\n"8605"%s"86068607#: builtin/gc.c:3608608msgid "prune unreferenced objects"8609msgstr "limpiar objetos no referenciados"86108611#: builtin/gc.c:3628612msgid "be more thorough (increased runtime)"8613msgstr "ser más exhaustivo (aumentar runtime)"86148615#: builtin/gc.c:3638616msgid "enable auto-gc mode"8617msgstr "habilitar modo auto-gc"86188619#: builtin/gc.c:3648620msgid "force running gc even if there may be another gc running"8621msgstr "forzar la ejecución de gc incluso si puede haber otro gc ejecutándose"86228623#: builtin/gc.c:3818624#, c-format8625msgid "Failed to parse gc.logexpiry value %s"8626msgstr "Falló al analizar valor %s de gc.logexpirity"86278628#: builtin/gc.c:4098629#, c-format8630msgid "Auto packing the repository in background for optimum performance.\n"8631msgstr ""8632"Auto empaquetado del repositorio en segundo plano para un performance "8633"óptimo.\n"86348635#: builtin/gc.c:4118636#, c-format8637msgid "Auto packing the repository for optimum performance.\n"8638msgstr "Auto empaquetado del repositorio para performance óptimo.\n"86398640#: builtin/gc.c:4128641#, c-format8642msgid "See \"git help gc\" for manual housekeeping.\n"8643msgstr "Vea \"git help gc\" para limpieza manual.\n"86448645#: builtin/gc.c:4378646#, c-format8647msgid ""8648"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"8649msgstr ""8650"gc ya está ejecutándose en la máquina '%s' pid %<PRIuMAX> (use --force so no "8651"es así)"86528653#: builtin/gc.c:4818654msgid ""8655"There are too many unreachable loose objects; run 'git prune' to remove them."8656msgstr ""8657"Hay muchos objetos sueltos inalcanzables; ejecute 'git prune' para "8658"removerlos."86598660#: builtin/grep.c:278661msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"8662msgstr "git grep [<opciones>] [-e] <patrón> [<rev>...] [[--] <ruta>...]"86638664#: builtin/grep.c:2268665#, c-format8666msgid "grep: failed to create thread: %s"8667msgstr "grep: falló al crear el hilo: %s"86688669#: builtin/grep.c:2848670#, c-format8671msgid "invalid number of threads specified (%d) for %s"8672msgstr "número inválido de hilos especificado (%d) para %s"86738674#. TRANSLATORS: %s is the configuration8675#. variable for tweaking threads, currently8676#. grep.threads8677#.8678#: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:16938679#, c-format8680msgid "no threads support, ignoring %s"8681msgstr "no hay soporte para hilos, ignorando %s"86828683#: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:6138684#, c-format8685msgid "unable to read tree (%s)"8686msgstr "no es posible leer el árbol (%s)"86878688#: builtin/grep.c:6288689#, c-format8690msgid "unable to grep from object of type %s"8691msgstr "no es posible realizar grep del objeto de tipo %s"86928693#: builtin/grep.c:6948694#, c-format8695msgid "switch `%c' expects a numerical value"8696msgstr "switch `%c' espera un valor numérico"86978698#: builtin/grep.c:7818699msgid "search in index instead of in the work tree"8700msgstr "buscar en el índice en lugar del árbol de trabajo"87018702#: builtin/grep.c:7838703msgid "find in contents not managed by git"8704msgstr "encontrar en contenidos no manejados por git"87058706#: builtin/grep.c:7858707msgid "search in both tracked and untracked files"8708msgstr "buscar en archivos rastreados y no rastreados"87098710#: builtin/grep.c:7878711msgid "ignore files specified via '.gitignore'"8712msgstr "ingnorar archivos especificados via '.gitignore'"87138714#: builtin/grep.c:7898715msgid "recursively search in each submodule"8716msgstr "búsqueda recursiva en cada submódulo"87178718#: builtin/grep.c:7928719msgid "show non-matching lines"8720msgstr "mostrar líneas que no concuerdan"87218722#: builtin/grep.c:7948723msgid "case insensitive matching"8724msgstr "búsqueda insensible a mayúsculas"87258726#: builtin/grep.c:7968727msgid "match patterns only at word boundaries"8728msgstr "concordar patrón solo a los límites de las palabras"87298730#: builtin/grep.c:7988731msgid "process binary files as text"8732msgstr "procesar archivos binarios como texto"87338734#: builtin/grep.c:8008735msgid "don't match patterns in binary files"8736msgstr "no concordar patrones en archivos binarios"87378738#: builtin/grep.c:8038739msgid "process binary files with textconv filters"8740msgstr "procesar archivos binarios con filtros textconv "87418742#: builtin/grep.c:8058743msgid "descend at most <depth> levels"8744msgstr "descender como máximo <valor-de-profundiad> niveles"87458746#: builtin/grep.c:8098747msgid "use extended POSIX regular expressions"8748msgstr "usar expresiones regulares POSIX extendidas"87498750#: builtin/grep.c:8128751msgid "use basic POSIX regular expressions (default)"8752msgstr "usar expresiones regulares POSIX (default)"87538754#: builtin/grep.c:8158755msgid "interpret patterns as fixed strings"8756msgstr "interpretar patrones como strings arreglados"87578758#: builtin/grep.c:8188759msgid "use Perl-compatible regular expressions"8760msgstr "usar expresiones regulares compatibles con Perl"87618762#: builtin/grep.c:8218763msgid "show line numbers"8764msgstr "mostrar números de línea"87658766#: builtin/grep.c:8228767msgid "don't show filenames"8768msgstr "no mostrar nombres de archivo"87698770#: builtin/grep.c:8238771msgid "show filenames"8772msgstr "mostrar nombres de archivo"87738774#: builtin/grep.c:8258775msgid "show filenames relative to top directory"8776msgstr "mostrar nombres de archivo relativos al directorio superior"87778778#: builtin/grep.c:8278779msgid "show only filenames instead of matching lines"8780msgstr "mostrar solo nombres de archivos en lugar de líneas encontradas"87818782#: builtin/grep.c:8298783msgid "synonym for --files-with-matches"8784msgstr "sinónimo para --files-with-matches"87858786#: builtin/grep.c:8328787msgid "show only the names of files without match"8788msgstr "mostrar solo los nombres de archivos sin coincidencias"87898790#: builtin/grep.c:8348791msgid "print NUL after filenames"8792msgstr "imprimir NUL después del nombre de archivo"87938794#: builtin/grep.c:8368795msgid "show the number of matches instead of matching lines"8796msgstr "Mostrar el número de concordancias en lugar de las líneas concordantes"87978798#: builtin/grep.c:8378799msgid "highlight matches"8800msgstr "resaltar concordancias"88018802#: builtin/grep.c:8398803msgid "print empty line between matches from different files"8804msgstr "emprimir una línea vacía entre concordancias de diferentes archivos"88058806#: builtin/grep.c:8418807msgid "show filename only once above matches from same file"8808msgstr ""8809"mostrar el nombre de archivo solo una vez para concordancias en el mismo "8810"archivo"88118812#: builtin/grep.c:8448813msgid "show <n> context lines before and after matches"8814msgstr "mostrar <n> líneas de contexto antes y después de la concordancia"88158816#: builtin/grep.c:8478817msgid "show <n> context lines before matches"8818msgstr "mostrar <n> líneas de contexto antes de las concordancias"88198820#: builtin/grep.c:8498821msgid "show <n> context lines after matches"8822msgstr "mostrar <n> líneas de context después de las concordancias"88238824#: builtin/grep.c:8518825msgid "use <n> worker threads"8826msgstr "usar <n> hilos de trabajo"88278828#: builtin/grep.c:8528829msgid "shortcut for -C NUM"8830msgstr "atajo para -C NUM"88318832#: builtin/grep.c:8558833msgid "show a line with the function name before matches"8834msgstr ""8835"mostrar una línea con el nombre de la función antes de las concordancias"88368837#: builtin/grep.c:8578838msgid "show the surrounding function"8839msgstr "mostrar la función circundante"88408841#: builtin/grep.c:8608842msgid "read patterns from file"8843msgstr "leer patrones del archivo"88448845#: builtin/grep.c:8628846msgid "match <pattern>"8847msgstr "concordar <patrón>"88488849#: builtin/grep.c:8648850msgid "combine patterns specified with -e"8851msgstr "combinar patrones especificados con -e"88528853#: builtin/grep.c:8768854msgid "indicate hit with exit status without output"8855msgstr "indicar concordancia con exit status sin output"88568857#: builtin/grep.c:8788858msgid "show only matches from files that match all patterns"8859msgstr ""8860"mostrar solo concordancias con archivos que concuerdan todos los patrones"88618862#: builtin/grep.c:8808863msgid "show parse tree for grep expression"8864msgstr "mostrar árbol analizado para la expresión grep"88658866#: builtin/grep.c:8848867msgid "pager"8868msgstr "paginador"88698870#: builtin/grep.c:8848871msgid "show matching files in the pager"8872msgstr "mostrar archivos concordantes en el paginador"88738874#: builtin/grep.c:8878875msgid "allow calling of grep(1) (ignored by this build)"8876msgstr "permitir el llamado de grep(1) (ignorado por esta build)"88778878#: builtin/grep.c:9508879msgid "no pattern given."8880msgstr "no se ha entregado patrón"88818882#: builtin/grep.c:9828883msgid "--no-index or --untracked cannot be used with revs"8884msgstr "--no-index o --untracked no se puede usar con revs"88858886#: builtin/grep.c:9898887#, c-format8888msgid "unable to resolve revision: %s"8889msgstr "no se posible resolver revisión: %s"88908891#: builtin/grep.c:1023 builtin/index-pack.c:14918892#, c-format8893msgid "invalid number of threads specified (%d)"8894msgstr "número inválido de hilos especificado (%d)"88958896#: builtin/grep.c:10288897msgid "no threads support, ignoring --threads"8898msgstr "no se soportan hilos, ignorando --threads"88998900#: builtin/grep.c:10528901msgid "--open-files-in-pager only works on the worktree"8902msgstr "--open-files-in-pager solo funciona en el árbol de trabajo"89038904#: builtin/grep.c:10758905msgid "option not supported with --recurse-submodules."8906msgstr "opción no soportada con --recurse-submodules."89078908#: builtin/grep.c:10818909msgid "--cached or --untracked cannot be used with --no-index."8910msgstr "--cached o --untracked no pueden ser usadas con --no-index."89118912#: builtin/grep.c:10878913msgid "--[no-]exclude-standard cannot be used for tracked contents."8914msgstr "--[no-]exclude-standard no puede ser usada para contenido rastreado."89158916#: builtin/grep.c:10958917msgid "both --cached and trees are given."8918msgstr "--cached y árboles han sido entregados."89198920#: builtin/hash-object.c:828921msgid ""8922"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "8923"[--] <file>..."8924msgstr ""8925"git hash-object [-t <tipo>] [-w] [--path=<archivo> | --no-filters] [--stdin] "8926"[--] <archivo>..."89278928#: builtin/hash-object.c:838929msgid "git hash-object --stdin-paths"8930msgstr "git hash-object --stdin-paths"89318932#: builtin/hash-object.c:958933msgid "type"8934msgstr "tipo"89358936#: builtin/hash-object.c:958937msgid "object type"8938msgstr "tipo de objeto"89398940#: builtin/hash-object.c:968941msgid "write the object into the object database"8942msgstr "escribir el objeto en la base de datos de objetos"89438944#: builtin/hash-object.c:988945msgid "read the object from stdin"8946msgstr "leer el objeto de stdin"89478948#: builtin/hash-object.c:1008949msgid "store file as is without filters"8950msgstr "guardar el archivo como es sin filtros"89518952#: builtin/hash-object.c:1018953msgid ""8954"just hash any random garbage to create corrupt objects for debugging Git"8955msgstr ""8956"solo realizar un hash a cualquier basura random para crear un objeto "8957"corrupto para hacer debugging de Gti"89588959#: builtin/hash-object.c:1028960msgid "process file as it were from this path"8961msgstr "procesar el archivo como si fuera de esta ruta"89628963#: builtin/help.c:438964msgid "print all available commands"8965msgstr "mostrar todos los comandos disponibles"89668967#: builtin/help.c:448968msgid "exclude guides"8969msgstr "excluir las guias"89708971#: builtin/help.c:458972msgid "print list of useful guides"8973msgstr "mostrar una lista de nociones utiles"89748975#: builtin/help.c:468976msgid "show man page"8977msgstr "mostrar la pagina del manual"89788979#: builtin/help.c:478980msgid "show manual in web browser"8981msgstr "mostrar la pagina del manual en un navegador web"89828983#: builtin/help.c:498984msgid "show info page"8985msgstr "mostrar la pagina de info"89868987#: builtin/help.c:558988msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"8989msgstr "git help [--all] [--guides] [--man | --web | --info] [<comando>]"89908991#: builtin/help.c:678992#, c-format8993msgid "unrecognized help format '%s'"8994msgstr "formato help no reconocido '%s'"89958996#: builtin/help.c:948997msgid "Failed to start emacsclient."8998msgstr "Fallo al iniciar emacsclient."89999000#: builtin/help.c:1079001msgid "Failed to parse emacsclient version."9002msgstr "Fallo al analizar la version de emacsclient."90039004#: builtin/help.c:1159005#, c-format9006msgid "emacsclient version '%d' too old (< 22)."9007msgstr "la version '%d' de emacsclient es muy antigua (<22)."90089009#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:1739010#, c-format9011msgid "failed to exec '%s'"9012msgstr "fallo al ejecutar '%s'"90139014#: builtin/help.c:2119015#, c-format9016msgid ""9017"'%s': path for unsupported man viewer.\n"9018"Please consider using 'man.<tool>.cmd' instead."9019msgstr ""9020"'%s': ruta para el visualizador del manual no soportada.\n"9021"Por favor considere usar 'man.<herramienta.cmd'."90229023#: builtin/help.c:2239024#, c-format9025msgid ""9026"'%s': cmd for supported man viewer.\n"9027"Please consider using 'man.<tool>.path' instead."9028msgstr ""9029"'%s': comando no soportado para man viewer.\n"9030"Por favor considere usar 'man.<herramienta>.path."90319032#: builtin/help.c:3409033#, c-format9034msgid "'%s': unknown man viewer."9035msgstr "'%s': visualizador de man desconocido"90369037#: builtin/help.c:3579038msgid "no man viewer handled the request"9039msgstr "ningun visualizador de manual proceso la peticion"90409041#: builtin/help.c:3659042msgid "no info viewer handled the request"9043msgstr "ningun visualizador de info manejo la peticion"90449045#: builtin/help.c:4079046msgid "Defining attributes per path"9047msgstr "Defininiendo atributos por ruta"90489049#: builtin/help.c:4089050msgid "Everyday Git With 20 Commands Or So"9051msgstr "Git diario con 20 comandos o algo asi"90529053#: builtin/help.c:4099054msgid "A Git glossary"9055msgstr "Un glosario de Git"90569057#: builtin/help.c:4109058msgid "Specifies intentionally untracked files to ignore"9059msgstr "Especifica de forma intencional archivos sin seguimiento a ignorar"90609061#: builtin/help.c:4119062msgid "Defining submodule properties"9063msgstr "Definiendo las propiedades del submodulo"90649065#: builtin/help.c:4129066msgid "Specifying revisions and ranges for Git"9067msgstr "Especificando revisiones y rangos para Git"90689069#: builtin/help.c:4139070msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"9071msgstr "Un tutorial de introduccion para Git ( para versiones 1.5.1 o mayores)"90729073#: builtin/help.c:4149074msgid "An overview of recommended workflows with Git"9075msgstr "Un repaso de flujos de trabajo recomendadoes con Git"90769077#: builtin/help.c:4269078msgid "The common Git guides are:\n"9079msgstr "Las guias communes de Git son:\n"90809081#: builtin/help.c:4449082#, c-format9083msgid "'%s' is aliased to '%s'"9084msgstr "'%s' tiene el alias '%s'"90859086#: builtin/help.c:466 builtin/help.c:4839087#, c-format9088msgid "usage: %s%s"9089msgstr "uso: %s%s"90909091#: builtin/index-pack.c:1569092#, c-format9093msgid "unable to open %s"9094msgstr "no es posible abrir %s"90959096#: builtin/index-pack.c:2069097#, c-format9098msgid "object type mismatch at %s"9099msgstr "el tipo del objeto no concuerda en %s"91009101#: builtin/index-pack.c:2269102#, c-format9103msgid "did not receive expected object %s"9104msgstr "no se recibió el objeto esperado %s"91059106#: builtin/index-pack.c:2299107#, c-format9108msgid "object %s: expected type %s, found %s"9109msgstr "objeto %s: tipo esperado %s, encontrado %s"91109111#: builtin/index-pack.c:2719112#, c-format9113msgid "cannot fill %d byte"9114msgid_plural "cannot fill %d bytes"9115msgstr[0] "no se puede llenar %d byte"9116msgstr[1] "no se pueden llenar %d bytes"91179118#: builtin/index-pack.c:2819119msgid "early EOF"9120msgstr "EOF temprano"91219122#: builtin/index-pack.c:2829123msgid "read error on input"9124msgstr "leer error en input"91259126#: builtin/index-pack.c:2949127msgid "used more bytes than were available"9128msgstr "se usaron más bytes de los disponibles"91299130#: builtin/index-pack.c:3019131msgid "pack too large for current definition of off_t"9132msgstr "paquete muy grande para la difinición actual de off_t"91339134#: builtin/index-pack.c:304 builtin/unpack-objects.c:939135msgid "pack exceeds maximum allowed size"9136msgstr "paquete excede el máximo tamaño permitido"91379138#: builtin/index-pack.c:3199139#, c-format9140msgid "unable to create '%s'"9141msgstr "no se puede crear '%s'"91429143#: builtin/index-pack.c:3259144#, c-format9145msgid "cannot open packfile '%s'"9146msgstr "no se puede abrir el archivo de paquete '%s'"91479148#: builtin/index-pack.c:3399149msgid "pack signature mismatch"9150msgstr "firma del paquete no concuerda"91519152#: builtin/index-pack.c:3419153#, c-format9154msgid "pack version %<PRIu32> unsupported"9155msgstr "versión de paquete %<PRIu32> no soportada"91569157#: builtin/index-pack.c:3599158#, c-format9159msgid "pack has bad object at offset %<PRIuMAX>: %s"9160msgstr "paquete tiene un mal objeto en el offset %<PRIuMAX>: %s"91619162#: builtin/index-pack.c:4809163#, c-format9164msgid "inflate returned %d"9165msgstr "inflate retornó %d"91669167#: builtin/index-pack.c:5299168msgid "offset value overflow for delta base object"9169msgstr "valor de offset desbordado para el objeto base delta"91709171#: builtin/index-pack.c:5379172msgid "delta base offset is out of bound"9173msgstr "offset de base delta está fuera de límites"91749175#: builtin/index-pack.c:5459176#, c-format9177msgid "unknown object type %d"9178msgstr "tipo de objeto %d desconocido"91799180#: builtin/index-pack.c:5769181msgid "cannot pread pack file"9182msgstr "no se puede propagar el paquete"91839184#: builtin/index-pack.c:5789185#, c-format9186msgid "premature end of pack file, %<PRIuMAX> byte missing"9187msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"9188msgstr[0] "final prematuro de archivo de paquete, %<PRIuMAX> byte faltante"9189msgstr[1] "final prematuro de archivo de paquete, %<PRIuMAX> bytes faltantes"91909191#: builtin/index-pack.c:6049192msgid "serious inflate inconsistency"9193msgstr "inconsistencia seria en inflate"91949195#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:7789196#: builtin/index-pack.c:817 builtin/index-pack.c:8269197#, c-format9198msgid "SHA1 COLLISION FOUND WITH %s !"9199msgstr "COLLISIÓN SHA1 ENCONTRADA CON %s !"92009201#: builtin/index-pack.c:752 builtin/pack-objects.c:1689202#: builtin/pack-objects.c:2629203#, c-format9204msgid "unable to read %s"9205msgstr "no se posible leer %s"92069207#: builtin/index-pack.c:8159208#, c-format9209msgid "cannot read existing object info %s"9210msgstr "no se puede leer la información existente del objeto %s"92119212#: builtin/index-pack.c:8239213#, c-format9214msgid "cannot read existing object %s"9215msgstr "no se puede leer el objeto existente %s"92169217#: builtin/index-pack.c:8379218#, c-format9219msgid "invalid blob object %s"9220msgstr "objeto blob %s inválido"92219222#: builtin/index-pack.c:8529223#, c-format9224msgid "invalid %s"9225msgstr "%s inválido"92269227#: builtin/index-pack.c:8559228msgid "Error in object"9229msgstr "Error en el objeto"92309231#: builtin/index-pack.c:8579232#, c-format9233msgid "Not all child objects of %s are reachable"9234msgstr "No todos los objetos hijos de %s son alcanzables"92359236#: builtin/index-pack.c:929 builtin/index-pack.c:9609237msgid "failed to apply delta"9238msgstr "falló al aplicar delta"92399240#: builtin/index-pack.c:11319241msgid "Receiving objects"9242msgstr "Recibiendo objetos"92439244#: builtin/index-pack.c:11319245msgid "Indexing objects"9246msgstr "Indexando objetos"92479248#: builtin/index-pack.c:11659249msgid "pack is corrupted (SHA1 mismatch)"9250msgstr "paquete está corrompido (SHA1 no concuerda)"92519252#: builtin/index-pack.c:11709253msgid "cannot fstat packfile"9254msgstr "no se puede fstat al archivo de paquete"92559256#: builtin/index-pack.c:11739257msgid "pack has junk at the end"9258msgstr "el paquete tiene basura al final"92599260#: builtin/index-pack.c:11859261msgid "confusion beyond insanity in parse_pack_objects()"9262msgstr "confusión más allá de la locura en parse_pack_objects()"92639264#: builtin/index-pack.c:12089265msgid "Resolving deltas"9266msgstr "Resolviendo deltas"92679268#: builtin/index-pack.c:12199269#, c-format9270msgid "unable to create thread: %s"9271msgstr "no es posible crear hilo: %s"92729273#: builtin/index-pack.c:12619274msgid "confusion beyond insanity"9275msgstr "confusión más allá de la locura"92769277#: builtin/index-pack.c:12679278#, c-format9279msgid "completed with %d local object"9280msgid_plural "completed with %d local objects"9281msgstr[0] "completado con %d objeto local"9282msgstr[1] "completado con %d objetos locales"92839284#: builtin/index-pack.c:12799285#, c-format9286msgid "Unexpected tail checksum for %s (disk corruption?)"9287msgstr "tail checksum para %s inesperada (corrupción de disco?)"92889289#: builtin/index-pack.c:12839290#, c-format9291msgid "pack has %d unresolved delta"9292msgid_plural "pack has %d unresolved deltas"9293msgstr[0] "paquete tiene %d delta sin resolver"9294msgstr[1] "paquete tiene %d deltas sin resolver"92959296#: builtin/index-pack.c:13079297#, c-format9298msgid "unable to deflate appended object (%d)"9299msgstr "no es posible desinflar el objeto adjunto (%d)"93009301#: builtin/index-pack.c:13839302#, c-format9303msgid "local object %s is corrupt"9304msgstr "objeto local %s está corrompido"93059306#: builtin/index-pack.c:14099307msgid "error while closing pack file"9308msgstr "error mientras se cierra el archivo paquete"93099310#: builtin/index-pack.c:14219311#, c-format9312msgid "cannot write keep file '%s'"9313msgstr "no se puede escribir el archivo guardado '%s'"93149315#: builtin/index-pack.c:14299316#, c-format9317msgid "cannot close written keep file '%s'"9318msgstr "no se puede cerrar el archivo guardado escrito '%s'"93199320#: builtin/index-pack.c:14399321msgid "cannot store pack file"9322msgstr "no se puede guardar el archivo paquete"93239324#: builtin/index-pack.c:14479325msgid "cannot store index file"9326msgstr "no se puede guardar el archivo índice"93279328#: builtin/index-pack.c:14859329#, c-format9330msgid "bad pack.indexversion=%<PRIu32>"9331msgstr "mal pack.indexversion=%<PRIu32>"93329333#: builtin/index-pack.c:15539334#, c-format9335msgid "Cannot open existing pack file '%s'"9336msgstr "No se puede abrir el archivo paquete existente '%s'"93379338#: builtin/index-pack.c:15559339#, c-format9340msgid "Cannot open existing pack idx file for '%s'"9341msgstr "No se puede abrir el índice del archivo paquete para '%s'"93429343#: builtin/index-pack.c:16039344#, c-format9345msgid "non delta: %d object"9346msgid_plural "non delta: %d objects"9347msgstr[0] "no delta: %d objeto"9348msgstr[1] "no delta: %d objetos"93499350#: builtin/index-pack.c:16109351#, c-format9352msgid "chain length = %d: %lu object"9353msgid_plural "chain length = %d: %lu objects"9354msgstr[0] "largo de cadena = %d: %lu objeto"9355msgstr[1] "largo de cadena = %d: %lu objetos"93569357#: builtin/index-pack.c:16239358#, c-format9359msgid "packfile name '%s' does not end with '.pack'"9360msgstr "nombre '%s' de archivo de paquete no termina con '.pack'"93619362#: builtin/index-pack.c:1705 builtin/index-pack.c:17089363#: builtin/index-pack.c:1724 builtin/index-pack.c:17289364#, c-format9365msgid "bad %s"9366msgstr "mal %s"93679368#: builtin/index-pack.c:17449369msgid "--fix-thin cannot be used without --stdin"9370msgstr "--fix-thin no puede ser usada sin --stdin"93719372#: builtin/index-pack.c:17469373msgid "--stdin requires a git repository"9374msgstr "--stdin requiere un repositorio git"93759376#: builtin/index-pack.c:17549377msgid "--verify with no packfile name given"9378msgstr "--verify no recibió ningún nombre de archivo de paquete"93799380#: builtin/init-db.c:559381#, c-format9382msgid "cannot stat '%s'"9383msgstr "no se pudo definir '%s'"93849385#: builtin/init-db.c:619386#, c-format9387msgid "cannot stat template '%s'"9388msgstr "no se pudo definir template '%s'"93899390#: builtin/init-db.c:669391#, c-format9392msgid "cannot opendir '%s'"9393msgstr "no se puede abrir directorio '%s'"93949395#: builtin/init-db.c:779396#, c-format9397msgid "cannot readlink '%s'"9398msgstr "no se puede leer link '%s'"93999400#: builtin/init-db.c:799401#, c-format9402msgid "cannot symlink '%s' '%s'"9403msgstr "no se puede crear symlink '%s' '%s'"94049405#: builtin/init-db.c:859406#, c-format9407msgid "cannot copy '%s' to '%s'"9408msgstr "no se puede copiar '%s' a '%s'"94099410#: builtin/init-db.c:899411#, c-format9412msgid "ignoring template %s"9413msgstr "ignorando template %s"94149415#: builtin/init-db.c:1209416#, c-format9417msgid "templates not found %s"9418msgstr "no se encontraron templates %s"94199420#: builtin/init-db.c:1359421#, c-format9422msgid "not copying templates from '%s': %s"9423msgstr "no se copian templates de '%s': %s"94249425#: builtin/init-db.c:3289426#, c-format9427msgid "unable to handle file type %d"9428msgstr "no es posible manejar el tipo de archivo %d"94299430#: builtin/init-db.c:3319431#, c-format9432msgid "unable to move %s to %s"9433msgstr "no se puede mover %s a %s"94349435#: builtin/init-db.c:348 builtin/init-db.c:3519436#, c-format9437msgid "%s already exists"9438msgstr "%s ya existe"94399440#: builtin/init-db.c:4049441#, c-format9442msgid "Reinitialized existing shared Git repository in %s%s\n"9443msgstr "Reinicializado el repositorio Git compartido existente en %s%s\n"94449445#: builtin/init-db.c:4059446#, c-format9447msgid "Reinitialized existing Git repository in %s%s\n"9448msgstr "Reinicializado el repositorio Git existente en %s%s\n"94499450#: builtin/init-db.c:4099451#, c-format9452msgid "Initialized empty shared Git repository in %s%s\n"9453msgstr "Inicializado repositorio Git compartido vacío en %s%s\n"94549455#: builtin/init-db.c:4109456#, c-format9457msgid "Initialized empty Git repository in %s%s\n"9458msgstr "Inicializado repositorio Git vacío en %s%s\n"94599460#: builtin/init-db.c:4589461msgid ""9462"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9463"shared[=<permissions>]] [<directory>]"9464msgstr ""9465"git init [-q | --quiet] [--bare] [--template=<directorio-template>] [--"9466"shared[=<permisos>]] [<directorio>]"94679468#: builtin/init-db.c:4819469msgid "permissions"9470msgstr "permisos"94719472#: builtin/init-db.c:4829473msgid "specify that the git repository is to be shared amongst several users"9474msgstr ""9475"especifica que el repositorio de git será compartido entre varios usuarios"94769477#: builtin/init-db.c:516 builtin/init-db.c:5219478#, c-format9479msgid "cannot mkdir %s"9480msgstr "no se pude crear directorio %s"94819482#: builtin/init-db.c:5259483#, c-format9484msgid "cannot chdir to %s"9485msgstr "no se puede aplicar chdir a %s"94869487#: builtin/init-db.c:5469488#, c-format9489msgid ""9490"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9491"dir=<directory>)"9492msgstr ""9493"%s (o --work-tree=<directorio>) no se permite sin especificar %s (o --git-"9494"dir=<directorio>)"94959496#: builtin/init-db.c:5749497#, c-format9498msgid "Cannot access work tree '%s'"9499msgstr "No se puede acceder al árbol de trabajo '%s'"95009501#: builtin/interpret-trailers.c:159502msgid ""9503"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9504"<token>[(=|:)<value>])...] [<file>...]"9505msgstr ""9506"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9507"<token>[(=|:)<valor>])...] [<archivo>...]"95089509#: builtin/interpret-trailers.c:929510msgid "edit files in place"9511msgstr "editar archivos en el lugar"95129513#: builtin/interpret-trailers.c:939514msgid "trim empty trailers"9515msgstr "cortar trailers vacíos"95169517#: builtin/interpret-trailers.c:969518msgid "where to place the new trailer"9519msgstr "donde colocar el nuevo trailer"95209521#: builtin/interpret-trailers.c:989522msgid "action if trailer already exists"9523msgstr "acción if trailer ya existe"95249525#: builtin/interpret-trailers.c:1009526msgid "action if trailer is missing"9527msgstr "acción si falta el trailer"95289529#: builtin/interpret-trailers.c:1029530msgid "output only the trailers"9531msgstr "mostrar solo los trailers"95329533#: builtin/interpret-trailers.c:1039534msgid "do not apply config rules"9535msgstr "no aplicar reglas de configuración"95369537#: builtin/interpret-trailers.c:1049538msgid "join whitespace-continued values"9539msgstr "juntar valores con espacios en blanco contiguos"95409541#: builtin/interpret-trailers.c:1059542msgid "set parsing options"9543msgstr "configurar opciones de análisis"95449545#: builtin/interpret-trailers.c:1079546msgid "trailer"9547msgstr "trailer"95489549#: builtin/interpret-trailers.c:1089550msgid "trailer(s) to add"9551msgstr "trailer(s) para agregar"95529553#: builtin/interpret-trailers.c:1179554msgid "--trailer with --only-input does not make sense"9555msgstr "--trailer con --only-input no tiene sentido"95569557#: builtin/interpret-trailers.c:1279558msgid "no input file given for in-place editing"9559msgstr "no se entregó archivo de entrada para edición en lugar"95609561#: builtin/log.c:469562msgid "git log [<options>] [<revision-range>] [[--] <path>...]"9563msgstr "git log [<opciones>] [<rango-de-revisión>] [[--] <ruta>...]"95649565#: builtin/log.c:479566msgid "git show [<options>] <object>..."9567msgstr "git show [<opciones>] <objeto>..."95689569#: builtin/log.c:919570#, c-format9571msgid "invalid --decorate option: %s"9572msgstr "opción --decorate inválida: %s"95739574#: builtin/log.c:1489575msgid "suppress diff output"9576msgstr "suprimir salida de diff"95779578#: builtin/log.c:1499579msgid "show source"9580msgstr "mostrar fuente"95819582#: builtin/log.c:1509583msgid "Use mail map file"9584msgstr "usar archivo de mapa de mail"95859586#: builtin/log.c:1519587msgid "decorate options"9588msgstr "opciones de decorado"95899590#: builtin/log.c:1549591msgid "Process line range n,m in file, counting from 1"9592msgstr "Procesar rango de líneas n,m en archivo, contando desde 1"95939594#: builtin/log.c:2509595#, c-format9596msgid "Final output: %d %s\n"9597msgstr "Salida final: %d %s\n"95989599#: builtin/log.c:5019600#, c-format9601msgid "git show %s: bad file"9602msgstr "git show %s: mal archivo"96039604#: builtin/log.c:516 builtin/log.c:6109605#, c-format9606msgid "Could not read object %s"9607msgstr "No se pudo leer objeto %s"96089609#: builtin/log.c:6349610#, c-format9611msgid "Unknown type: %d"9612msgstr "Tipo desconocido: %d"96139614#: builtin/log.c:7559615msgid "format.headers without value"9616msgstr "formate.headers. sin valor"96179618#: builtin/log.c:8569619msgid "name of output directory is too long"9620msgstr "nombre del directorio de salida es muy largo"96219622#: builtin/log.c:8729623#, c-format9624msgid "Cannot open patch file %s"9625msgstr "No se puede abrir archivo patch %s"96269627#: builtin/log.c:8899628msgid "Need exactly one range."9629msgstr "Exactamente un rango necesario."96309631#: builtin/log.c:8999632msgid "Not a range."9633msgstr "No es un rango."96349635#: builtin/log.c:10059636msgid "Cover letter needs email format"9637msgstr "Letras de portada necesita formato email"96389639#: builtin/log.c:10859640#, c-format9641msgid "insane in-reply-to: %s"9642msgstr "insano in-reply-to: %s"96439644#: builtin/log.c:11129645msgid "git format-patch [<options>] [<since> | <revision-range>]"9646msgstr "git format-patch [<opciones>] [<desde> | <rango-de-revisiones>]"96479648#: builtin/log.c:11629649msgid "Two output directories?"9650msgstr "dos directorios de salida?"96519652#: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:19349653#, c-format9654msgid "Unknown commit %s"9655msgstr "Commit desconocido %s"96569657#: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:5169658#, c-format9659msgid "Failed to resolve '%s' as a valid ref."9660msgstr "Falló al resolver '%s' como una ref válida."96619662#: builtin/log.c:12849663msgid "Could not find exact merge base."9664msgstr "No se pudo encontrar una base de fusión."96659666#: builtin/log.c:12889667msgid ""9668"Failed to get upstream, if you want to record base commit automatically,\n"9669"please use git branch --set-upstream-to to track a remote branch.\n"9670"Or you could specify base commit by --base=<base-commit-id> manually."9671msgstr ""9672"Falló al conseguir upstream, si quiere grabar un commit base de manera "9673"automática,\n"9674"por favor use git branch --set-upstream-to para rastrear una rama remota.\n"9675"O puede especificar un commit base mediante --base=<id-commit-base> "9676"manualmente."96779678#: builtin/log.c:13089679msgid "Failed to find exact merge base"9680msgstr "Fallo al encontrar una base de fusión exacta"96819682#: builtin/log.c:13199683msgid "base commit should be the ancestor of revision list"9684msgstr "el commit base debe ser el ancestro de la lista de revisión"96859686#: builtin/log.c:13239687msgid "base commit shouldn't be in revision list"9688msgstr "el commit base no debe estar en la lista de revisión"96899690#: builtin/log.c:13729691msgid "cannot get patch id"9692msgstr "no se puede obtener id de patch"96939694#: builtin/log.c:14319695msgid "use [PATCH n/m] even with a single patch"9696msgstr "use [PATCH n/m] incluso con un único parche"96979698#: builtin/log.c:14349699msgid "use [PATCH] even with multiple patches"9700msgstr "use [PATCH] incluso con múltiples parches"97019702#: builtin/log.c:14389703msgid "print patches to standard out"9704msgstr "mostrar parches en standard out"97059706#: builtin/log.c:14409707msgid "generate a cover letter"9708msgstr "generar letra de cover"97099710#: builtin/log.c:14429711msgid "use simple number sequence for output file names"9712msgstr ""9713"usar una secuencia simple de números para salida de nombres de archivos"97149715#: builtin/log.c:14439716msgid "sfx"9717msgstr "sfx"97189719#: builtin/log.c:14449720msgid "use <sfx> instead of '.patch'"9721msgstr "use <sfx> en lugar de '.patch'"97229723#: builtin/log.c:14469724msgid "start numbering patches at <n> instead of 1"9725msgstr "comenzar a numerar los parches desde <n> en lugar de 1"97269727#: builtin/log.c:14489728msgid "mark the series as Nth re-roll"9729msgstr "marcar las series como Nth re-roll"97309731#: builtin/log.c:14509732msgid "Use [RFC PATCH] instead of [PATCH]"9733msgstr "Use [RFC PATCH] en lugar de [PATCH]"97349735#: builtin/log.c:14539736msgid "Use [<prefix>] instead of [PATCH]"9737msgstr "Use [<prefijo>] en lugar de [PATCH]"97389739#: builtin/log.c:14569740msgid "store resulting files in <dir>"9741msgstr "guardar archivos resultantes en <dir>"97429743#: builtin/log.c:14599744msgid "don't strip/add [PATCH]"9745msgstr "no cortar/agregar [PATCH]"97469747#: builtin/log.c:14629748msgid "don't output binary diffs"9749msgstr "no mostrar diffs binarios"97509751#: builtin/log.c:14649752msgid "output all-zero hash in From header"9753msgstr "salida como hash de todos-ceros en la cabecera From "97549755#: builtin/log.c:14669756msgid "don't include a patch matching a commit upstream"9757msgstr "no incluya un parche que coincida con un commit en upstream"97589759#: builtin/log.c:14689760msgid "show patch format instead of default (patch + stat)"9761msgstr "mostrar formato de parche en lugar del default (parche + stat)"97629763#: builtin/log.c:14709764msgid "Messaging"9765msgstr "Mensajeando"97669767#: builtin/log.c:14719768msgid "header"9769msgstr "cabezal"97709771#: builtin/log.c:14729772msgid "add email header"9773msgstr "agregar cabecera email"97749775#: builtin/log.c:1473 builtin/log.c:14759776msgid "email"9777msgstr "email"97789779#: builtin/log.c:14739780msgid "add To: header"9781msgstr "agregar cabecera To:"97829783#: builtin/log.c:14759784msgid "add Cc: header"9785msgstr "agregar cabecera Cc:"97869787#: builtin/log.c:14779788msgid "ident"9789msgstr "ident"97909791#: builtin/log.c:14789792msgid "set From address to <ident> (or committer ident if absent)"9793msgstr ""9794"configurar dirección From a <ident> ( o identidad de committer si está "9795"ausente)"97969797#: builtin/log.c:14809798msgid "message-id"9799msgstr "id de mensaje"98009801#: builtin/log.c:14819802msgid "make first mail a reply to <message-id>"9803msgstr "hacer primer mail una respuesta a <id de mensaje>"98049805#: builtin/log.c:1482 builtin/log.c:14859806msgid "boundary"9807msgstr "límite"98089809#: builtin/log.c:14839810msgid "attach the patch"9811msgstr "adjuntar el parche"98129813#: builtin/log.c:14869814msgid "inline the patch"9815msgstr "poner el parche en línea"98169817#: builtin/log.c:14909818msgid "enable message threading, styles: shallow, deep"9819msgstr "habilitar hilos de mensajes, estilos: superficial, profundo"98209821#: builtin/log.c:14929822msgid "signature"9823msgstr "firma"98249825#: builtin/log.c:14939826msgid "add a signature"9827msgstr "agregar una firma"98289829#: builtin/log.c:14949830msgid "base-commit"9831msgstr "commit-base"98329833#: builtin/log.c:14959834msgid "add prerequisite tree info to the patch series"9835msgstr "agregar pre requisito información de árbol a la serie de parches"98369837#: builtin/log.c:14979838msgid "add a signature from a file"9839msgstr "agregar una firma de un archivo"98409841#: builtin/log.c:14989842msgid "don't print the patch filenames"9843msgstr "no mostrar los nombres de archivos de los parches"98449845#: builtin/log.c:15009846msgid "show progress while generating patches"9847msgstr "mostrar medidor de progreso mientras se generan los parches"98489849#: builtin/log.c:15759850#, c-format9851msgid "invalid ident line: %s"9852msgstr "línea de ident inválida: %s"98539854#: builtin/log.c:15909855msgid "-n and -k are mutually exclusive."9856msgstr "-n y -k son mutuamente exclusivas."98579858#: builtin/log.c:15929859msgid "--subject-prefix/--rfc and -k are mutually exclusive."9860msgstr "--subject-prefix/--rfc y -k son mutuamente exclusivos."98619862#: builtin/log.c:16009863msgid "--name-only does not make sense"9864msgstr "--name-only no tiene sentido"98659866#: builtin/log.c:16029867msgid "--name-status does not make sense"9868msgstr "--name-status no tiene sentido"98699870#: builtin/log.c:16049871msgid "--check does not make sense"9872msgstr "--check no tiene sentido"98739874#: builtin/log.c:16349875msgid "standard output, or directory, which one?"9876msgstr "salida standard, o directorio, cual? "98779878#: builtin/log.c:16369879#, c-format9880msgid "Could not create directory '%s'"9881msgstr "No se pudo crear el directorio '%s'"98829883#: builtin/log.c:17299884#, c-format9885msgid "unable to read signature file '%s'"9886msgstr "no se puede leer la firma del archivo '%s'"98879888#: builtin/log.c:17619889msgid "Generating patches"9890msgstr "Generando parches"98919892#: builtin/log.c:18059893msgid "Failed to create output files"9894msgstr "Falló al crear los archivos de salida"98959896#: builtin/log.c:18559897msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"9898msgstr "git cherry [-v] [<upstream> [<head> [<límite>]]]"98999900#: builtin/log.c:19099901#, c-format9902msgid ""9903"Could not find a tracked remote branch, please specify <upstream> manually.\n"9904msgstr ""9905"No se pudo encontrar una rama remota rastreada, por favor especifique "9906"<upstream> manualmente.\n"99079908#: builtin/ls-files.c:4669909msgid "git ls-files [<options>] [<file>...]"9910msgstr "git ls-files [<opciones>] [<archivo>...]"99119912#: builtin/ls-files.c:5159913msgid "identify the file status with tags"9914msgstr "identifique el estado del archivo con tags"99159916#: builtin/ls-files.c:5179917msgid "use lowercase letters for 'assume unchanged' files"9918msgstr "usar letras minúsculas para archivos 'asumidos sin cambios'"99199920#: builtin/ls-files.c:5199921msgid "show cached files in the output (default)"9922msgstr "mostrar archivos en caché en la salida (default)"99239924#: builtin/ls-files.c:5219925msgid "show deleted files in the output"9926msgstr "mostrar archivos borrados en la salida"99279928#: builtin/ls-files.c:5239929msgid "show modified files in the output"9930msgstr "mostrar archivos modificados en la salida"99319932#: builtin/ls-files.c:5259933msgid "show other files in the output"9934msgstr "mostrar otros archivos en la salida"99359936#: builtin/ls-files.c:5279937msgid "show ignored files in the output"9938msgstr "mostrar archivos ignorados en la salida"99399940#: builtin/ls-files.c:5309941msgid "show staged contents' object name in the output"9942msgstr ""9943"mostrar contenido de nombres de objetos en el área de stage en la salida"99449945#: builtin/ls-files.c:5329946msgid "show files on the filesystem that need to be removed"9947msgstr "mostrar archivos en el filesystem que necesitan ser borrados"99489949#: builtin/ls-files.c:5349950msgid "show 'other' directories' names only"9951msgstr "mostrar solo nombres de 'directorios otros'"99529953#: builtin/ls-files.c:5369954msgid "show line endings of files"9955msgstr "mostrar finales de línea de archivos"99569957#: builtin/ls-files.c:5389958msgid "don't show empty directories"9959msgstr "no mostrar directorios vacíos"99609961#: builtin/ls-files.c:5419962msgid "show unmerged files in the output"9963msgstr "mostrar archivos no fusionados en la salida"99649965#: builtin/ls-files.c:5439966msgid "show resolve-undo information"9967msgstr "mostrar información resolver-deshacer"99689969#: builtin/ls-files.c:5459970msgid "skip files matching pattern"9971msgstr "saltar archivos que concuerden con el patrón"99729973#: builtin/ls-files.c:5489974msgid "exclude patterns are read from <file>"9975msgstr "excluir patrones leídos de <archivo>"99769977#: builtin/ls-files.c:5519978msgid "read additional per-directory exclude patterns in <file>"9979msgstr ""9980"leer patrones de exclusión de manera adicional por directorio en <archivo>"99819982#: builtin/ls-files.c:5539983msgid "add the standard git exclusions"9984msgstr "agregar las exclusiones standard de git"99859986#: builtin/ls-files.c:5569987msgid "make the output relative to the project top directory"9988msgstr "hacer la salidad relativa al directorio principal del proyecto"99899990#: builtin/ls-files.c:5599991msgid "recurse through submodules"9992msgstr "recurrir a través de submódulos"99939994#: builtin/ls-files.c:5619995msgid "if any <file> is not in the index, treat this as an error"9996msgstr "si cualquier <archivo> no está en el índice, tratarlo como un error"99979998#: builtin/ls-files.c:5629999msgid "tree-ish"10000msgstr "arbol-ismo"1000110002#: builtin/ls-files.c:56310003msgid "pretend that paths removed since <tree-ish> are still present"10004msgstr ""10005"fingir que las rutas han sido borradas ya que todavía hay <arbol-ismos> "10006"presentes"1000710008#: builtin/ls-files.c:56510009msgid "show debugging data"10010msgstr "mostrar data de debug"1001110012#: builtin/ls-remote.c:710013msgid ""10014"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"10015" [-q | --quiet] [--exit-code] [--get-url]\n"10016" [--symref] [<repository> [<refs>...]]"10017msgstr ""10018"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"10019" [-q | --quiet] [--exit-code] [--get-url]\n"10020" [--symref] [<repositorio> [<refs>...]]"1002110022#: builtin/ls-remote.c:5210023msgid "do not print remote URL"10024msgstr "no mostrar el URL remoto"1002510026#: builtin/ls-remote.c:53 builtin/ls-remote.c:5510027msgid "exec"10028msgstr "ejecutar"1002910030#: builtin/ls-remote.c:54 builtin/ls-remote.c:5610031msgid "path of git-upload-pack on the remote host"10032msgstr "ruta de git-upload-pack en el host remoto"1003310034#: builtin/ls-remote.c:5810035msgid "limit to tags"10036msgstr "limitar a tags"1003710038#: builtin/ls-remote.c:5910039msgid "limit to heads"10040msgstr "limitar a heads"1004110042#: builtin/ls-remote.c:6010043msgid "do not show peeled tags"10044msgstr "no mostrar tags pelados"1004510046#: builtin/ls-remote.c:6210047msgid "take url.<base>.insteadOf into account"10048msgstr "tomar url.<base>.insteadOf en cuenta"1004910050#: builtin/ls-remote.c:6410051msgid "exit with exit code 2 if no matching refs are found"10052msgstr "salir con código de salida 2 si no se encuentran refs que concuerden"1005310054#: builtin/ls-remote.c:6610055msgid "show underlying ref in addition to the object pointed by it"10056msgstr "mostrar ref subyacente en adición al objeto apuntado por él"1005710058#: builtin/ls-tree.c:2910059msgid "git ls-tree [<options>] <tree-ish> [<path>...]"10060msgstr "git ls-tree [<opciones>] <arbol-ismo> [<ruta>...]"1006110062#: builtin/ls-tree.c:12710063msgid "only show trees"10064msgstr "solo mostrar árboles"1006510066#: builtin/ls-tree.c:12910067msgid "recurse into subtrees"10068msgstr "recurrir en subárboles"1006910070#: builtin/ls-tree.c:13110071msgid "show trees when recursing"10072msgstr "mostrar árboles cuando se recurre"1007310074#: builtin/ls-tree.c:13410075msgid "terminate entries with NUL byte"10076msgstr "terminar entradas con byte NUL"1007710078#: builtin/ls-tree.c:13510079msgid "include object size"10080msgstr "incluir tamaño de objeto"1008110082#: builtin/ls-tree.c:137 builtin/ls-tree.c:13910083msgid "list only filenames"10084msgstr "listar solo nombres de archivos"1008510086#: builtin/ls-tree.c:14210087msgid "use full path names"10088msgstr "usar rutas completas"1008910090#: builtin/ls-tree.c:14410091msgid "list entire tree; not just current directory (implies --full-name)"10092msgstr ""10093"mostrar todo el árbol; no solo el directorio actual (implica --full-name)"1009410095#: builtin/mailsplit.c:24110096#, c-format10097msgid "empty mbox: '%s'"10098msgstr "mbox vacío: '%s'"1009910100#: builtin/merge.c:4810101msgid "git merge [<options>] [<commit>...]"10102msgstr "git merge [<opciones>] [<commit>...]"1010310104#: builtin/merge.c:4910105msgid "git merge --abort"10106msgstr "git merge --abort"1010710108#: builtin/merge.c:5010109msgid "git merge --continue"10110msgstr "git merge --continue"1011110112#: builtin/merge.c:10710113msgid "switch `m' requires a value"10114msgstr "cambiar `m' requiere un valor"1011510116#: builtin/merge.c:14410117#, c-format10118msgid "Could not find merge strategy '%s'.\n"10119msgstr "No se pudo encontrar estrategia de fusión '%s'.\n"1012010121#: builtin/merge.c:14510122#, c-format10123msgid "Available strategies are:"10124msgstr "Estrategias disponibles son:"1012510126#: builtin/merge.c:15010127#, c-format10128msgid "Available custom strategies are:"10129msgstr "Estrategias personalizadas disponibles son:"1013010131#: builtin/merge.c:200 builtin/pull.c:13410132msgid "do not show a diffstat at the end of the merge"10133msgstr "no mostrar un diffstat al final de la fusión"1013410135#: builtin/merge.c:203 builtin/pull.c:13710136msgid "show a diffstat at the end of the merge"10137msgstr "mostrar un diffstat al final de la fusión"1013810139#: builtin/merge.c:204 builtin/pull.c:14010140msgid "(synonym to --stat)"10141msgstr "(sinónimo para --stat)"1014210143#: builtin/merge.c:206 builtin/pull.c:14310144msgid "add (at most <n>) entries from shortlog to merge commit message"10145msgstr ""10146"agregar (como máximo <n>) entradas del shortlog al mensaje del commit de "10147"fusión"1014810149#: builtin/merge.c:209 builtin/pull.c:14610150msgid "create a single commit instead of doing a merge"10151msgstr "crear un commit único en lugar de hacer una fusión"1015210153#: builtin/merge.c:211 builtin/pull.c:14910154msgid "perform a commit if the merge succeeds (default)"10155msgstr "realizar un commit si la fusión es exitosa (default)"1015610157#: builtin/merge.c:213 builtin/pull.c:15210158msgid "edit message before committing"10159msgstr "editar mensaje antes de realizar commit"1016010161#: builtin/merge.c:21410162msgid "allow fast-forward (default)"10163msgstr "permitir fast-forwars (default)"1016410165#: builtin/merge.c:216 builtin/pull.c:15810166msgid "abort if fast-forward is not possible"10167msgstr "abortar si fast-forward no es posible"1016810169#: builtin/merge.c:220 builtin/pull.c:16110170msgid "verify that the named commit has a valid GPG signature"10171msgstr "verificar que el commit nombrado tiene una firma GPG válida"1017210173#: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:16510174#: builtin/revert.c:10910175msgid "strategy"10176msgstr "estrategia"1017710178#: builtin/merge.c:222 builtin/pull.c:16610179msgid "merge strategy to use"10180msgstr "estrategia de fusión para usar"1018110182#: builtin/merge.c:223 builtin/pull.c:16910183msgid "option=value"10184msgstr "opción=valor"1018510186#: builtin/merge.c:224 builtin/pull.c:17010187msgid "option for selected merge strategy"10188msgstr "opción para la estrategia de fusión seleccionada"1018910190#: builtin/merge.c:22610191msgid "merge commit message (for a non-fast-forward merge)"10192msgstr "fusionar mensaje de commit (para una fusión no fast-forward)"1019310194#: builtin/merge.c:23010195msgid "abort the current in-progress merge"10196msgstr "abortar la fusión en progreso actual"1019710198#: builtin/merge.c:23210199msgid "continue the current in-progress merge"10200msgstr "continuar la fusión en progreso actual"1020110202#: builtin/merge.c:234 builtin/pull.c:17710203msgid "allow merging unrelated histories"10204msgstr "permitir fusionar historias no relacionadas"1020510206#: builtin/merge.c:24010207msgid "verify commit-msg hook"10208msgstr "verificar el hook commit-msg"1020910210#: builtin/merge.c:26510211msgid "could not run stash."10212msgstr "no se pudo ejecutar stash."1021310214#: builtin/merge.c:27010215msgid "stash failed"10216msgstr "stash falló"1021710218#: builtin/merge.c:27510219#, c-format10220msgid "not a valid object: %s"10221msgstr "no es un objeto válido: %s"1022210223#: builtin/merge.c:297 builtin/merge.c:31410224msgid "read-tree failed"10225msgstr "lectura de árbol falló"1022610227#: builtin/merge.c:34410228msgid " (nothing to squash)"10229msgstr " (nada para hacer squash)"1023010231#: builtin/merge.c:35510232#, c-format10233msgid "Squash commit -- not updating HEAD\n"10234msgstr "Commit de squash -- no actualizando HEAD\n"1023510236#: builtin/merge.c:40510237#, c-format10238msgid "No merge message -- not updating HEAD\n"10239msgstr "No hay mensaje de fusión -- no actualizando HEAD\n"1024010241#: builtin/merge.c:45610242#, c-format10243msgid "'%s' does not point to a commit"10244msgstr "'%s' no apunta a ninguna confirmación"1024510246#: builtin/merge.c:54610247#, c-format10248msgid "Bad branch.%s.mergeoptions string: %s"10249msgstr "Mal string branch.%s.mergeoptions: %s"1025010251#: builtin/merge.c:66610252msgid "Not handling anything other than two heads merge."10253msgstr "No manejando nada más que fusión de dos heads."1025410255#: builtin/merge.c:68010256#, c-format10257msgid "Unknown option for merge-recursive: -X%s"10258msgstr "Opción desconocida para merge-recursive: -X%s"1025910260#: builtin/merge.c:69510261#, c-format10262msgid "unable to write %s"10263msgstr "no es posible escribit %s"1026410265#: builtin/merge.c:74710266#, c-format10267msgid "Could not read from '%s'"10268msgstr "No se puedo leer de '%s'"1026910270#: builtin/merge.c:75610271#, c-format10272msgid "Not committing merge; use 'git commit' to complete the merge.\n"10273msgstr ""10274"No se realiza commit de la fusión; use 'git commit' para completar la "10275"fusión.\n"1027610277#: builtin/merge.c:76210278#, c-format10279msgid ""10280"Please enter a commit message to explain why this merge is necessary,\n"10281"especially if it merges an updated upstream into a topic branch.\n"10282"\n"10283"Lines starting with '%c' will be ignored, and an empty message aborts\n"10284"the commit.\n"10285msgstr ""10286"Por favor ingrese un mensaje de commit que explique por qué es necesaria "10287"esta fusión,\n"10288"especialmente si esto fusiona un upstream actualizado en una rama de "10289"tópico.\n"10290"\n"10291"Líneas comenzando con '%c' serán ignoradas, y un mensaje vacío aborta\n"10292"el commit.\n"1029310294#: builtin/merge.c:79810295msgid "Empty commit message."10296msgstr "Mensaje de commit vacío."1029710298#: builtin/merge.c:81810299#, c-format10300msgid "Wonderful.\n"10301msgstr "Maravilloso.\n"1030210303#: builtin/merge.c:87110304#, c-format10305msgid "Automatic merge failed; fix conflicts and then commit the result.\n"10306msgstr ""10307"Fusión automática falló; arregle los conflictos y luego realice un commit "10308"con el resultado.\n"1030910310#: builtin/merge.c:91010311msgid "No current branch."10312msgstr "No rama actual."1031310314#: builtin/merge.c:91210315msgid "No remote for the current branch."10316msgstr "No hay remoto para la rama actual."1031710318#: builtin/merge.c:91410319msgid "No default upstream defined for the current branch."10320msgstr "No hay upstream default definido para la rama actual."1032110322#: builtin/merge.c:91910323#, c-format10324msgid "No remote-tracking branch for %s from %s"10325msgstr "No hay rama de rastreo remoto para %s de %s"1032610327#: builtin/merge.c:97210328#, c-format10329msgid "Bad value '%s' in environment '%s'"10330msgstr "Mal valor '%s' en el entorno '%s'"1033110332#: builtin/merge.c:107310333#, c-format10334msgid "not something we can merge in %s: %s"10335msgstr "nada que podamos fusionar en %s: %s"1033610337#: builtin/merge.c:110710338msgid "not something we can merge"10339msgstr "nada que podamos fusionar"1034010341#: builtin/merge.c:117210342msgid "--abort expects no arguments"10343msgstr "--abort no espera argumentos"1034410345#: builtin/merge.c:117610346msgid "There is no merge to abort (MERGE_HEAD missing)."10347msgstr "No hay una fusión para abortar (falta MERGE_HEAD)"1034810349#: builtin/merge.c:118810350msgid "--continue expects no arguments"10351msgstr "--continue no espera argumentos"1035210353#: builtin/merge.c:119210354msgid "There is no merge in progress (MERGE_HEAD missing)."10355msgstr "No hay fusión en progreso (falta MERGE_HEAD)."1035610357#: builtin/merge.c:120810358msgid ""10359"You have not concluded your merge (MERGE_HEAD exists).\n"10360"Please, commit your changes before you merge."10361msgstr ""10362"No ha concluido la fusión (existe MERGE_HEAD).\n"10363"Por favor, realice un commit con los cambios antes de fusionar."1036410365#: builtin/merge.c:121510366msgid ""10367"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"10368"Please, commit your changes before you merge."10369msgstr ""10370"No ha concluido el cherry-pick (existe CHERRY_PICK_HEAD).\n"10371"Por favor, realice un commit con los cambios antes de fusionar."1037210373#: builtin/merge.c:121810374msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."10375msgstr "No ha concluido el cherry-pick (existe CHERRY_PICK_HEAD)."1037610377#: builtin/merge.c:122710378msgid "You cannot combine --squash with --no-ff."10379msgstr "No se puede combinar --squash con --no-ff."1038010381#: builtin/merge.c:123510382msgid "No commit specified and merge.defaultToUpstream not set."10383msgstr ""10384"No hay commit especificado y merge.defaultToUpstream no está configurado."1038510386#: builtin/merge.c:125210387msgid "Squash commit into empty head not supported yet"10388msgstr "Commit aplastado dentro de un head vacío no es soportado todavía"1038910390#: builtin/merge.c:125410391msgid "Non-fast-forward commit does not make sense into an empty head"10392msgstr "Commit no fast-forward no tiene sentido dentro de un head vacío"1039310394#: builtin/merge.c:125910395#, c-format10396msgid "%s - not something we can merge"10397msgstr "%s - nada que podamos fusionar"1039810399#: builtin/merge.c:126110400msgid "Can merge only exactly one commit into empty head"10401msgstr "Solo se puede fusionar exactamente un commit en un head vacío"1040210403#: builtin/merge.c:129510404#, c-format10405msgid "Commit %s has an untrusted GPG signature, allegedly by %s."10406msgstr "Commit %s tiene una firma GPG no confiable, pretendidamente por %s."1040710408#: builtin/merge.c:129810409#, c-format10410msgid "Commit %s has a bad GPG signature allegedly by %s."10411msgstr "Commit %s tiene una mala firma GPG pretendidamente por %s."1041210413#: builtin/merge.c:130110414#, c-format10415msgid "Commit %s does not have a GPG signature."10416msgstr "Commit %s no tiene una firma GPG."1041710418#: builtin/merge.c:130410419#, c-format10420msgid "Commit %s has a good GPG signature by %s\n"10421msgstr "Commit %s titene una buena firma GPG por %s\n"1042210423#: builtin/merge.c:136610424msgid "refusing to merge unrelated histories"10425msgstr "rehusando fusionar historias no relacionadas"1042610427#: builtin/merge.c:137510428msgid "Already up to date."10429msgstr "Ya está actualizado."1043010431#: builtin/merge.c:138510432#, c-format10433msgid "Updating %s..%s\n"10434msgstr "Actualizando %s..%s\n"1043510436#: builtin/merge.c:142610437#, c-format10438msgid "Trying really trivial in-index merge...\n"10439msgstr "Intentando fusión en índice realmente trivial...\n"1044010441#: builtin/merge.c:143310442#, c-format10443msgid "Nope.\n"10444msgstr "Nop.\n"1044510446#: builtin/merge.c:145810447msgid "Already up to date. Yeeah!"10448msgstr "Ya está actualizado. ¡Oh, yeaahh!"1044910450#: builtin/merge.c:146410451msgid "Not possible to fast-forward, aborting."10452msgstr "No es posible hacer fast-forward, abortando."1045310454#: builtin/merge.c:1487 builtin/merge.c:156610455#, c-format10456msgid "Rewinding the tree to pristine...\n"10457msgstr "Rebobinando el árbol a original...\n"1045810459#: builtin/merge.c:149110460#, c-format10461msgid "Trying merge strategy %s...\n"10462msgstr "Intentando estrategia de fusión %s...\n"1046310464#: builtin/merge.c:155710465#, c-format10466msgid "No merge strategy handled the merge.\n"10467msgstr "Ninguna estrategia de fusión manejó la fusión.\n"1046810469#: builtin/merge.c:155910470#, c-format10471msgid "Merge with strategy %s failed.\n"10472msgstr "Fusionar con estrategia %s falló.\n"1047310474#: builtin/merge.c:156810475#, c-format10476msgid "Using the %s to prepare resolving by hand.\n"10477msgstr "Usando el %s para preparar resolución a mano.\n"1047810479#: builtin/merge.c:158010480#, c-format10481msgid "Automatic merge went well; stopped before committing as requested\n"10482msgstr ""10483"Fusión automática fue bien; detenida antes del commit como se solicitó\n"1048410485#: builtin/merge-base.c:3010486msgid "git merge-base [-a | --all] <commit> <commit>..."10487msgstr "git merge-base [-a | --all] <commit> <commit>..."1048810489#: builtin/merge-base.c:3110490msgid "git merge-base [-a | --all] --octopus <commit>..."10491msgstr "git merge-base [-a | --all] --octopus <commit>..."1049210493#: builtin/merge-base.c:3210494msgid "git merge-base --independent <commit>..."10495msgstr "git merge-base --independent <commit>..."1049610497#: builtin/merge-base.c:3310498msgid "git merge-base --is-ancestor <commit> <commit>"10499msgstr "git merge-base --is-ancestor <commit> <commit>"1050010501#: builtin/merge-base.c:3410502msgid "git merge-base --fork-point <ref> [<commit>]"10503msgstr "git merge-base --fork-point <ref> [<commit>]"1050410505#: builtin/merge-base.c:21810506msgid "output all common ancestors"10507msgstr "mostrar todos los ancestros comunes"1050810509#: builtin/merge-base.c:22010510msgid "find ancestors for a single n-way merge"10511msgstr "encontrar ancestros para una única fusión de n-vías "1051210513#: builtin/merge-base.c:22210514msgid "list revs not reachable from others"10515msgstr "listar revs no alcanzables desde otros"1051610517#: builtin/merge-base.c:22410518msgid "is the first one ancestor of the other?"10519msgstr "es el primer ancestro del otro?"1052010521#: builtin/merge-base.c:22610522msgid "find where <commit> forked from reflog of <ref>"10523msgstr "encontrar donde <commit> forjó del reflog de <ref>"1052410525#: builtin/merge-file.c:910526msgid ""10527"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "10528"<orig-file> <file2>"10529msgstr ""10530"git merge-file [<opciones>] [-L <nombre1> [-L <origen> [-L <nombre2>]]] "10531"<archivo1> <archivo-origen> <archivo2>"1053210533#: builtin/merge-file.c:3310534msgid "send results to standard output"10535msgstr "mandar resultados a standard output"1053610537#: builtin/merge-file.c:3410538msgid "use a diff3 based merge"10539msgstr "usar un fusión basada en diff3 "1054010541#: builtin/merge-file.c:3510542msgid "for conflicts, use our version"10543msgstr "por conflictos, usar nuestra versión"1054410545#: builtin/merge-file.c:3710546msgid "for conflicts, use their version"10547msgstr "por conflictos, usar la versión de ellos"1054810549#: builtin/merge-file.c:3910550msgid "for conflicts, use a union version"10551msgstr "por conflictos, usar una versión de unión"1055210553#: builtin/merge-file.c:4210554msgid "for conflicts, use this marker size"10555msgstr "por conflictos, usar el tamaño de este marcador"1055610557#: builtin/merge-file.c:4310558msgid "do not warn about conflicts"10559msgstr "no advertir sobre conflictos"1056010561#: builtin/merge-file.c:4510562msgid "set labels for file1/orig-file/file2"10563msgstr "configurar labels para archivo1/orig-archivo/archivo2"1056410565#: builtin/merge-recursive.c:4510566#, c-format10567msgid "unknown option %s"10568msgstr "opción %s desconocida"1056910570#: builtin/merge-recursive.c:5110571#, c-format10572msgid "could not parse object '%s'"10573msgstr "no se pudo analizar el objeto '%s'"1057410575#: builtin/merge-recursive.c:5510576#, c-format10577msgid "cannot handle more than %d base. Ignoring %s."10578msgid_plural "cannot handle more than %d bases. Ignoring %s."10579msgstr[0] "no se puede manejar más de %d base. Ignorando %s."10580msgstr[1] "no se puede manejar más de %d bases. Ignorando %s."1058110582#: builtin/merge-recursive.c:6310583msgid "not handling anything other than two heads merge."10584msgstr "no manejando nada distinto a fusiones de dos heads."1058510586#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7110587#, c-format10588msgid "could not resolve ref '%s'"10589msgstr "no se pudo resolver ref '%s'"1059010591#: builtin/merge-recursive.c:7710592#, c-format10593msgid "Merging %s with %s\n"10594msgstr "Fusionando %s con %s\n"1059510596#: builtin/mktree.c:6510597msgid "git mktree [-z] [--missing] [--batch]"10598msgstr "git mktree [-z] [--missing] [--batch]"1059910600#: builtin/mktree.c:15310601msgid "input is NUL terminated"10602msgstr "input es terminada con NUL"1060310604#: builtin/mktree.c:154 builtin/write-tree.c:2510605msgid "allow missing objects"10606msgstr "permitir objetos faltantes"1060710608#: builtin/mktree.c:15510609msgid "allow creation of more than one tree"10610msgstr "permitir la creación de más de un árbol"1061110612#: builtin/mv.c:1710613msgid "git mv [<options>] <source>... <destination>"10614msgstr "git mv [<opciones>] <fuente>... <destino>"1061510616#: builtin/mv.c:8310617#, c-format10618msgid "Directory %s is in index and no submodule?"10619msgstr "Directorio %s está en el índice y no hay submódulo?"1062010621#: builtin/mv.c:85 builtin/rm.c:28910622msgid "Please stage your changes to .gitmodules or stash them to proceed"10623msgstr ""10624"Por favor agrega el stage de tus cambios a .gitmodules o realiza un stash "10625"para proceder"1062610627#: builtin/mv.c:10310628#, c-format10629msgid "%.*s is in index"10630msgstr "%.*s está en el índice"1063110632#: builtin/mv.c:12510633msgid "force move/rename even if target exists"10634msgstr "forzar mover/renombrar incluso si el objetivo existe"1063510636#: builtin/mv.c:12610637msgid "skip move/rename errors"10638msgstr "saltar errores de mover/renombrar"1063910640#: builtin/mv.c:16710641#, c-format10642msgid "destination '%s' is not a directory"10643msgstr "destino '%s' no es un directorio"1064410645#: builtin/mv.c:17810646#, c-format10647msgid "Checking rename of '%s' to '%s'\n"10648msgstr "Revisando cambio de nombre de '%s' a '%s'\n"1064910650#: builtin/mv.c:18210651msgid "bad source"10652msgstr "mala fuente"1065310654#: builtin/mv.c:18510655msgid "can not move directory into itself"10656msgstr "no se pude mover un directorio en sí mismo"1065710658#: builtin/mv.c:18810659msgid "cannot move directory over file"10660msgstr "no se puede mover un directorio dentro de un archivo"1066110662#: builtin/mv.c:19710663msgid "source directory is empty"10664msgstr "directorio de fuente está vacío"1066510666#: builtin/mv.c:22210667msgid "not under version control"10668msgstr "no se encuentra bajo control de versión "1066910670#: builtin/mv.c:22510671msgid "destination exists"10672msgstr "destino existe"1067310674#: builtin/mv.c:23310675#, c-format10676msgid "overwriting '%s'"10677msgstr "sobrescribiendo '%s'"1067810679#: builtin/mv.c:23610680msgid "Cannot overwrite"10681msgstr "No se puede sobrescribir"1068210683#: builtin/mv.c:23910684msgid "multiple sources for the same target"10685msgstr "múltiples fuentes para el mismo objetivo"1068610687#: builtin/mv.c:24110688msgid "destination directory does not exist"10689msgstr "el directorio de destino no existe"1069010691#: builtin/mv.c:24810692#, c-format10693msgid "%s, source=%s, destination=%s"10694msgstr "%s, fuente=%s, destino=%s"1069510696#: builtin/mv.c:26910697#, c-format10698msgid "Renaming %s to %s\n"10699msgstr "Renombrando %s a %s\n"1070010701#: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:39010702#, c-format10703msgid "renaming '%s' failed"10704msgstr "fallo al renombrar '%s'"1070510706#: builtin/name-rev.c:33810707msgid "git name-rev [<options>] <commit>..."10708msgstr "git name-rev [<opciones>] <confirmación>..."1070910710#: builtin/name-rev.c:33910711msgid "git name-rev [<options>] --all"10712msgstr "git name-rev [<opciones>] --all"1071310714#: builtin/name-rev.c:34010715msgid "git name-rev [<options>] --stdin"10716msgstr "git name-rev [<opciones>] --stdin"1071710718#: builtin/name-rev.c:39510719msgid "print only names (no SHA-1)"10720msgstr "imprimir sólo nombres (sin SHA-1)"1072110722#: builtin/name-rev.c:39610723msgid "only use tags to name the commits"10724msgstr "sólo usar etiquetas para nombrar confirmaciones"1072510726#: builtin/name-rev.c:39810727msgid "only use refs matching <pattern>"10728msgstr "solo usar refs que concuerden con <patrón>"1072910730#: builtin/name-rev.c:40010731msgid "ignore refs matching <pattern>"10732msgstr "ignorar refs que concuerden con <patrón>"1073310734#: builtin/name-rev.c:40210735msgid "list all commits reachable from all refs"10736msgstr ""10737"listar todas las confirmaciones alcanzables desde todas las referencias"1073810739#: builtin/name-rev.c:40310740msgid "read from stdin"10741msgstr "leer desde stdin"1074210743#: builtin/name-rev.c:40410744msgid "allow to print `undefined` names (default)"10745msgstr "permitir imprimir nombres `undefined` (predeterminado)"1074610747#: builtin/name-rev.c:41010748msgid "dereference tags in the input (internal use)"10749msgstr "desreferenciar etiquetas en la entrada (uso interno)"1075010751#: builtin/notes.c:2610752msgid "git notes [--ref <notes-ref>] [list [<object>]]"10753msgstr "git notes [--ref <referencia-de-notas>] [list [<objeto>]]"1075410755#: builtin/notes.c:2710756msgid ""10757"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "10758"| (-c | -C) <object>] [<object>]"10759msgstr ""10760"git notes [--ref <referencia-de-notas>] add [-f] [--allow-empty] [-m "10761"<mensaje> | -F <archivo> | (-c | -C) <objeto>] [<objeto>]"1076210763#: builtin/notes.c:2810764msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"10765msgstr ""10766"git notes [--ref <referencia-de-notas>] copy [-f] <objeto-origen> <objeto-"10767"destino>"1076810769#: builtin/notes.c:2910770msgid ""10771"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "10772"(-c | -C) <object>] [<object>]"10773msgstr ""10774"git notes [--ref <referencia-de-notas>] append [--allow-empty] [-m <mensaje> "10775"| -F <archivo> | (-c | -C) <objeto>] [<objeto>]"1077610777#: builtin/notes.c:3010778msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"10779msgstr ""10780"git notes [--ref <referencia-de-notas>] edit [--allow-empty] [<objeto>]"1078110782#: builtin/notes.c:3110783msgid "git notes [--ref <notes-ref>] show [<object>]"10784msgstr "git notes [--ref <referencia-de-notas>] show [<objeto>]"1078510786#: builtin/notes.c:3210787msgid ""10788"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"10789msgstr ""10790"git notes [--ref <referencia-de notas>] merge [-v | -q] [-s <estrategia>] "10791"<referencia-de-notas>"1079210793#: builtin/notes.c:3310794msgid "git notes merge --commit [-v | -q]"10795msgstr "git notes merge --commit [-v | -q]"1079610797#: builtin/notes.c:3410798msgid "git notes merge --abort [-v | -q]"10799msgstr "git notes merge --abort [-v | -q]"1080010801#: builtin/notes.c:3510802msgid "git notes [--ref <notes-ref>] remove [<object>...]"10803msgstr "git notes [--ref <referencia-de-notas>] remove [<objeto>...]"1080410805#: builtin/notes.c:3610806msgid "git notes [--ref <notes-ref>] prune [-n | -v]"10807msgstr "git notes [--ref <referencia-de-notas>] prune [-n | -v]"1080810809#: builtin/notes.c:3710810msgid "git notes [--ref <notes-ref>] get-ref"10811msgstr "git notes [--ref <referencia-de-notas>] get-ref"1081210813#: builtin/notes.c:4210814msgid "git notes [list [<object>]]"10815msgstr "git notes [list [<objeto>]]"1081610817#: builtin/notes.c:4710818msgid "git notes add [<options>] [<object>]"10819msgstr "git notes add [<opciones>] [<objeto>]"1082010821#: builtin/notes.c:5210822msgid "git notes copy [<options>] <from-object> <to-object>"10823msgstr "git notes copy [<opciones>] <objeto-origen> <objeto-destino>"1082410825#: builtin/notes.c:5310826msgid "git notes copy --stdin [<from-object> <to-object>]..."10827msgstr "git notes copy --stdin [<objeto-origen> <objeto-destino>]..."1082810829#: builtin/notes.c:5810830msgid "git notes append [<options>] [<object>]"10831msgstr "git notes append [<opciones>] [<objeto>]"1083210833#: builtin/notes.c:6310834msgid "git notes edit [<object>]"10835msgstr "git notes edit [<objeto>]"1083610837#: builtin/notes.c:6810838msgid "git notes show [<object>]"10839msgstr "git notes show [<objeto>]"1084010841#: builtin/notes.c:7310842msgid "git notes merge [<options>] <notes-ref>"10843msgstr "git notes merge [<opciones>] <referencia-de-notas>"1084410845#: builtin/notes.c:7410846msgid "git notes merge --commit [<options>]"10847msgstr "git notes merge --commit [<opciones>]"1084810849#: builtin/notes.c:7510850msgid "git notes merge --abort [<options>]"10851msgstr "git notes merge --abort [<opciones>]"1085210853#: builtin/notes.c:8010854msgid "git notes remove [<object>]"10855msgstr "git notes remove [<objeto>]"1085610857#: builtin/notes.c:8510858msgid "git notes prune [<options>]"10859msgstr "git notes prune [<opciones>]"1086010861#: builtin/notes.c:9010862msgid "git notes get-ref"10863msgstr "git notes get-ref"1086410865#: builtin/notes.c:9510866msgid "Write/edit the notes for the following object:"10867msgstr "Escribe/edita las notas para los siguientes objetos:"1086810869#: builtin/notes.c:14810870#, c-format10871msgid "unable to start 'show' for object '%s'"10872msgstr "incapaz de iniciar 'show' para el objeto '%s'"1087310874#: builtin/notes.c:15210875msgid "could not read 'show' output"10876msgstr "no se pudo leer salida de 'show'"1087710878#: builtin/notes.c:16010879#, c-format10880msgid "failed to finish 'show' for object '%s'"10881msgstr "falló la finalización de 'show' para el objeto '%s'"1088210883#: builtin/notes.c:19510884msgid "please supply the note contents using either -m or -F option"10885msgstr "por favor suministrar los contenidos de nota usando la opción -m o -F"1088610887#: builtin/notes.c:20410888msgid "unable to write note object"10889msgstr "incapaz de escribir el objeto de nota"1089010891#: builtin/notes.c:20610892#, c-format10893msgid "the note contents have been left in %s"10894msgstr "los contenidos de nota han sido dejados en %s"1089510896#: builtin/notes.c:234 builtin/tag.c:50010897#, c-format10898msgid "cannot read '%s'"10899msgstr "no se puede leer '%s'"1090010901#: builtin/notes.c:236 builtin/tag.c:50310902#, c-format10903msgid "could not open or read '%s'"10904msgstr "no se pudo abrir o leer '%s'"1090510906#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:30810907#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:51710908#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:66210909#, c-format10910msgid "failed to resolve '%s' as a valid ref."10911msgstr "falló al resolver '%s' como ref válida."1091210913#: builtin/notes.c:25810914#, c-format10915msgid "failed to read object '%s'."10916msgstr "falló al leer objeto '%s'."1091710918#: builtin/notes.c:26210919#, c-format10920msgid "cannot read note data from non-blob object '%s'."10921msgstr "no se puede leer la data de la nota de un objeto no-blob '%s'."1092210923#: builtin/notes.c:30210924#, c-format10925msgid "malformed input line: '%s'."10926msgstr "línea de entrada mal formada: '%s'."1092710928#: builtin/notes.c:31710929#, c-format10930msgid "failed to copy notes from '%s' to '%s'"10931msgstr "falló al copiar notas de '%s' a '%s'"1093210933#. TRANSLATORS: the first %s will be replaced by a git10934#. notes command: 'add', 'merge', 'remove', etc.10935#.10936#: builtin/notes.c:34910937#, c-format10938msgid "refusing to %s notes in %s (outside of refs/notes/)"10939msgstr "rechazando %s notas en %s (fuera de refs/notes/)"1094010941#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:50010942#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:65510943#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:97310944msgid "too many parameters"10945msgstr "demasiados parámetros"1094610947#: builtin/notes.c:382 builtin/notes.c:66810948#, c-format10949msgid "no note found for object %s."10950msgstr "no se encontraron notas para objeto %s."1095110952#: builtin/notes.c:403 builtin/notes.c:56610953msgid "note contents as a string"10954msgstr "contenidos de la nota como cadena"1095510956#: builtin/notes.c:406 builtin/notes.c:56910957msgid "note contents in a file"10958msgstr "contenidos de la nota en un archivo"1095910960#: builtin/notes.c:409 builtin/notes.c:57210961msgid "reuse and edit specified note object"10962msgstr "reutilizar y editar el objeto de nota especificada"1096310964#: builtin/notes.c:412 builtin/notes.c:57510965msgid "reuse specified note object"10966msgstr "reutilizar el objeto de nota especificado"1096710968#: builtin/notes.c:415 builtin/notes.c:57810969msgid "allow storing empty note"10970msgstr "permitir almacenar nota vacía"1097110972#: builtin/notes.c:416 builtin/notes.c:48710973msgid "replace existing notes"10974msgstr "reemplazar notas existentes"1097510976#: builtin/notes.c:44110977#, c-format10978msgid ""10979"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "10980"existing notes"10981msgstr ""10982"No se puede agregar notas. Se encontró notas existentes para objeto %s. Use "10983"'-f' para sobrescribir las notas existentes"1098410985#: builtin/notes.c:456 builtin/notes.c:53510986#, c-format10987msgid "Overwriting existing notes for object %s\n"10988msgstr "Sobrescribiendo notas existentes para objeto %s\n"1098910990#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:89210991#, c-format10992msgid "Removing note for object %s\n"10993msgstr "Removiendo nota para objeto %s\n"1099410995#: builtin/notes.c:48810996msgid "read objects from stdin"10997msgstr "leer objetos desde stdin"1099810999#: builtin/notes.c:49011000msgid "load rewriting config for <command> (implies --stdin)"11001msgstr "cargar configuración de reescritura para <comando> (implica --stdin)"1100211003#: builtin/notes.c:50811004msgid "too few parameters"11005msgstr "muy pocos parámetros"1100611007#: builtin/notes.c:52911008#, c-format11009msgid ""11010"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "11011"existing notes"11012msgstr ""11013"No se puede copiar notas. Se encontró notas existentes para el objeto %s. "11014"Use '-f' para sobrescribir las notes existentes"1101511016#: builtin/notes.c:54111017#, c-format11018msgid "missing notes on source object %s. Cannot copy."11019msgstr "faltan notas en la fuente del objeto %s. No se puede copiar."1102011021#: builtin/notes.c:59311022#, c-format11023msgid ""11024"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"11025"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"11026msgstr ""11027"Las opciones -m/-F/-c/-C han sido deprecadas por el subcomando 'edit'.\n"11028"Por favor use 'git notes add -f -m/-F/-c/-C' en cambio.\n"1102911030#: builtin/notes.c:68811031msgid "failed to delete ref NOTES_MERGE_PARTIAL"11032msgstr "falló al borrar ref NOTES_MERGE_PARTIAL"1103311034#: builtin/notes.c:69011035msgid "failed to delete ref NOTES_MERGE_REF"11036msgstr "falló al borrar ref NOTES_MERGE_REF"1103711038#: builtin/notes.c:69211039msgid "failed to remove 'git notes merge' worktree"11040msgstr "no se pudo eliminar el árbol de trabajo 'git notes merge'"1104111042#: builtin/notes.c:71211043msgid "failed to read ref NOTES_MERGE_PARTIAL"11044msgstr "falló al leer ref NOTES_MERGE_PARTIAL"1104511046#: builtin/notes.c:71411047msgid "could not find commit from NOTES_MERGE_PARTIAL."11048msgstr "no se pudo encontrar commit de NOTES_MERGE_PARTIAL."1104911050#: builtin/notes.c:71611051msgid "could not parse commit from NOTES_MERGE_PARTIAL."11052msgstr "no se pudo analizar commit de NOTES_MERGE_PARTIAL."1105311054#: builtin/notes.c:72911055msgid "failed to resolve NOTES_MERGE_REF"11056msgstr "falló al resolver NOTES_MERGE_REF"1105711058#: builtin/notes.c:73211059msgid "failed to finalize notes merge"11060msgstr "falló al finalizar las notas de fusión"1106111062#: builtin/notes.c:75811063#, c-format11064msgid "unknown notes merge strategy %s"11065msgstr "estrategia de fusión de notas %s desconocida"1106611067#: builtin/notes.c:77411068msgid "General options"11069msgstr "Opciones generales"1107011071#: builtin/notes.c:77611072msgid "Merge options"11073msgstr "Opciones de fusión"1107411075#: builtin/notes.c:77811076msgid ""11077"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"11078"cat_sort_uniq)"11079msgstr ""11080"resolver conflictos de notas usando la estrategia entregadas (manual/ours/"11081"theirs/union/cat_sort_uniq)"1108211083#: builtin/notes.c:78011084msgid "Committing unmerged notes"11085msgstr "Realizando commit a las notas no fusionadas"1108611087#: builtin/notes.c:78211088msgid "finalize notes merge by committing unmerged notes"11089msgstr ""11090"finalizar fusión de notas realizando un commit de las notas no fusionadas"1109111092#: builtin/notes.c:78411093msgid "Aborting notes merge resolution"11094msgstr "Abortando notas de resolución de fusión"1109511096#: builtin/notes.c:78611097msgid "abort notes merge"11098msgstr "abortar notas de fusión"1109911100#: builtin/notes.c:79711101msgid "cannot mix --commit, --abort or -s/--strategy"11102msgstr "no se pueden mezclar --commit, --abort ó -s/--strategy"1110311104#: builtin/notes.c:80211105msgid "must specify a notes ref to merge"11106msgstr "debe espeficiar una ref de notas a fusionar"1110711108#: builtin/notes.c:82611109#, c-format11110msgid "unknown -s/--strategy: %s"11111msgstr "--strategy/-s desconocida: %s"1111211113#: builtin/notes.c:86311114#, c-format11115msgid "a notes merge into %s is already in-progress at %s"11116msgstr "una fusión de notas en %s ya está en progreso en %s"1111711118#: builtin/notes.c:86611119#, c-format11120msgid "failed to store link to current notes ref (%s)"11121msgstr "falló al guardar un link para el ref de notas actual (%s)"1112211123#: builtin/notes.c:86811124#, c-format11125msgid ""11126"Automatic notes merge failed. Fix conflicts in %s and commit the result with "11127"'git notes merge --commit', or abort the merge with 'git notes merge --"11128"abort'.\n"11129msgstr ""11130"Fusión automática de notas falló. Arregle conflictos en %s y realice un "11131"commit con el resultado 'git notes merge --commit', o aborte la fusión con "11132"'git notes merge --abort'.\n"1113311134#: builtin/notes.c:89011135#, c-format11136msgid "Object %s has no note\n"11137msgstr "El objeto %s no tiene notas\n"1113811139#: builtin/notes.c:90211140msgid "attempt to remove non-existent note is not an error"11141msgstr "intentar remover una nota no existente no es un error"1114211143#: builtin/notes.c:90511144msgid "read object names from the standard input"11145msgstr "leer nombres de objetos de standard input"1114611147#: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:14611148msgid "do not remove, show only"11149msgstr "no remover, solo mostrar"1115011151#: builtin/notes.c:94411152msgid "report pruned notes"11153msgstr "reportar notas recortadas"1115411155#: builtin/notes.c:98611156msgid "notes-ref"11157msgstr "referencia-de-notas"1115811159#: builtin/notes.c:98711160msgid "use notes from <notes-ref>"11161msgstr "usar notas desde <referencia-de-notas>"1116211163#: builtin/notes.c:102211164#, c-format11165msgid "unknown subcommand: %s"11166msgstr "subcomando desconocido: %s"1116711168#: builtin/pack-objects.c:3111169msgid ""11170"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"11171msgstr ""11172"git pack-objects --stdout [<opciones>...] [< <lista-de-ref> | < <lista-de-"11173"objetos>]"1117411175#: builtin/pack-objects.c:3211176msgid ""11177"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"11178msgstr ""11179"git pack-objects [<opciones>...] <nombre-base> [< <lista-de-refs> | < <lista-"11180"de-objetos>]"1118111182#: builtin/pack-objects.c:181 builtin/pack-objects.c:18411183#, c-format11184msgid "deflate error (%d)"11185msgstr "error al desinflar (%d)"1118611187#: builtin/pack-objects.c:77711188msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"11189msgstr ""11190"deshabilitando escritura bitmap, paquetes son divididos debido a pack."11191"packSizeLimit"1119211193#: builtin/pack-objects.c:79011194msgid "Writing objects"11195msgstr "Escribiendo objetos"1119611197#: builtin/pack-objects.c:107011198msgid "disabling bitmap writing, as some objects are not being packed"11199msgstr ""11200"deshabilitando escritura bitmap, ya que algunos objetos no están siendo "11201"empaquetados"1120211203#: builtin/pack-objects.c:244011204msgid "Compressing objects"11205msgstr "Comprimiendo objetos"1120611207#: builtin/pack-objects.c:284911208#, c-format11209msgid "unsupported index version %s"11210msgstr "versión de índice no soportada %s"1121111212#: builtin/pack-objects.c:285311213#, c-format11214msgid "bad index version '%s'"11215msgstr "mala versión del índice '%s'"1121611217#: builtin/pack-objects.c:288311218msgid "do not show progress meter"11219msgstr "no mostrar medidor de progreso"1122011221#: builtin/pack-objects.c:288511222msgid "show progress meter"11223msgstr "mostrar medidor de progreso"1122411225#: builtin/pack-objects.c:288711226msgid "show progress meter during object writing phase"11227msgstr "mostrar medidor de progreso durante la fase de escritura de objeto"1122811229#: builtin/pack-objects.c:289011230msgid "similar to --all-progress when progress meter is shown"11231msgstr "similar a --all-progress cuando medidor de progreso es mostrado"1123211233#: builtin/pack-objects.c:289111234msgid "version[,offset]"11235msgstr "versión[,offset]"1123611237#: builtin/pack-objects.c:289211238msgid "write the pack index file in the specified idx format version"11239msgstr ""11240"escribir el índice de paquete en la versión de formato idx especificado"1124111242#: builtin/pack-objects.c:289511243msgid "maximum size of each output pack file"11244msgstr "tamaño máximo de cada paquete resultante"1124511246#: builtin/pack-objects.c:289711247msgid "ignore borrowed objects from alternate object store"11248msgstr "ignorar objetos prestados de otros almacenes de objetos"1124911250#: builtin/pack-objects.c:289911251msgid "ignore packed objects"11252msgstr "ignorar objetos paquete"1125311254#: builtin/pack-objects.c:290111255msgid "limit pack window by objects"11256msgstr "limitar ventana de paquete por objetos"1125711258#: builtin/pack-objects.c:290311259msgid "limit pack window by memory in addition to object limit"11260msgstr "limitar ventana de paquete por memoria en adición a límite de objetos"1126111262#: builtin/pack-objects.c:290511263msgid "maximum length of delta chain allowed in the resulting pack"11264msgstr "longitud máxima de cadena delta permitida en el paquete resultante"1126511266#: builtin/pack-objects.c:290711267msgid "reuse existing deltas"11268msgstr "reusar deltas existentes"1126911270#: builtin/pack-objects.c:290911271msgid "reuse existing objects"11272msgstr "reutilizar objetos existentes"1127311274#: builtin/pack-objects.c:291111275msgid "use OFS_DELTA objects"11276msgstr "usar objetos OFS_DELTA"1127711278#: builtin/pack-objects.c:291311279msgid "use threads when searching for best delta matches"11280msgstr "usar hilos cuando se busque para mejores concordancias de delta"1128111282#: builtin/pack-objects.c:291511283msgid "do not create an empty pack output"11284msgstr "no crear un paquete resultante vacío"1128511286#: builtin/pack-objects.c:291711287msgid "read revision arguments from standard input"11288msgstr "leer argumentos de revisión de standard input"1128911290#: builtin/pack-objects.c:291911291msgid "limit the objects to those that are not yet packed"11292msgstr "limitar los objetos a aquellos que no han sido empaquetados todavía"1129311294#: builtin/pack-objects.c:292211295msgid "include objects reachable from any reference"11296msgstr "incluir objetos alcanzables por cualquier referencia"1129711298#: builtin/pack-objects.c:292511299msgid "include objects referred by reflog entries"11300msgstr "incluir objetos referidos por entradas de reflog"1130111302#: builtin/pack-objects.c:292811303msgid "include objects referred to by the index"11304msgstr "incluir objetos referidos por el índice"1130511306#: builtin/pack-objects.c:293111307msgid "output pack to stdout"11308msgstr "mostrar paquete en stdout"1130911310#: builtin/pack-objects.c:293311311msgid "include tag objects that refer to objects to be packed"11312msgstr "incluir objetos tag que refieren a objetos a ser empaquetados"1131311314#: builtin/pack-objects.c:293511315msgid "keep unreachable objects"11316msgstr "mantener objetos inalcanzables"1131711318#: builtin/pack-objects.c:293711319msgid "pack loose unreachable objects"11320msgstr "empaquetar objetos sueltos inalcanzables"1132111322#: builtin/pack-objects.c:293911323msgid "unpack unreachable objects newer than <time>"11324msgstr "desempaquetar objetos inalcanzables más nuevos que <tiempo>"1132511326#: builtin/pack-objects.c:294211327msgid "create thin packs"11328msgstr "crear paquetes delgados"1132911330#: builtin/pack-objects.c:294411331msgid "create packs suitable for shallow fetches"11332msgstr "crear paquetes adecuados para fetches superficiales"1133311334#: builtin/pack-objects.c:294611335msgid "ignore packs that have companion .keep file"11336msgstr "ignorar paquetes que tienen un archivo .keep acompañante"1133711338#: builtin/pack-objects.c:294811339msgid "pack compression level"11340msgstr "nivel de compresión del paquete"1134111342#: builtin/pack-objects.c:295011343msgid "do not hide commits by grafts"11344msgstr "no ocultar commits por injertos"1134511346#: builtin/pack-objects.c:295211347msgid "use a bitmap index if available to speed up counting objects"11348msgstr ""11349"usar un índice bitmap si está disponible para acelerar la cuenta de objetos"1135011351#: builtin/pack-objects.c:295411352msgid "write a bitmap index together with the pack index"11353msgstr "escribir un índice de bitmap junto al índice de paquete"1135411355#: builtin/pack-objects.c:308111356msgid "Counting objects"11357msgstr "Contando objetos"1135811359#: builtin/pack-refs.c:611360msgid "git pack-refs [<options>]"11361msgstr "git pack-refs [<opciones>]"1136211363#: builtin/pack-refs.c:1411364msgid "pack everything"11365msgstr "empaquetar todo"1136611367#: builtin/pack-refs.c:1511368msgid "prune loose refs (default)"11369msgstr "recortar refs perdidos (default)"1137011371#: builtin/prune-packed.c:811372msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"11373msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1137411375#: builtin/prune-packed.c:4111376msgid "Removing duplicate objects"11377msgstr "Removiendo objetos duplicados"1137811379#: builtin/prune.c:1111380msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"11381msgstr "git prune [-n] [-v] [--expire <tiempo>] [--] [<head>...]"1138211383#: builtin/prune.c:10611384msgid "report pruned objects"11385msgstr "reportar objetos recortados"1138611387#: builtin/prune.c:10911388msgid "expire objects older than <time>"11389msgstr "expirar objetos más viejos a <tiempo>"1139011391#: builtin/prune.c:12311392msgid "cannot prune in a precious-objects repo"11393msgstr "no se puede recortar en un repositorio de objetos-preciosos"1139411395#: builtin/pull.c:54 builtin/pull.c:5611396#, c-format11397msgid "Invalid value for %s: %s"11398msgstr "Valor inválido para %s: %s"1139911400#: builtin/pull.c:7611401msgid "git pull [<options>] [<repository> [<refspec>...]]"11402msgstr ""11403"git pull [<opciones>] [<repositorio> [<especificacion-de-referencia>...]]"1140411405#: builtin/pull.c:12411406msgid "control for recursive fetching of submodules"11407msgstr "control de fetch recursivo en submódulos"1140811409#: builtin/pull.c:12811410msgid "Options related to merging"11411msgstr "Opciones relacionadas a fusión"1141211413#: builtin/pull.c:13111414msgid "incorporate changes by rebasing rather than merging"11415msgstr "incorporar cambios por rebase en lugar de fusión"1141611417#: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:12111418msgid "allow fast-forward"11419msgstr "permitir fast-forward"1142011421#: builtin/pull.c:16411422msgid "automatically stash/stash pop before and after rebase"11423msgstr "ejecutar automáticamente stash/stash pop antes y después de rebase"1142411425#: builtin/pull.c:18011426msgid "Options related to fetching"11427msgstr "Opciones relacionadas a fetch"1142811429#: builtin/pull.c:19811430msgid "number of submodules pulled in parallel"11431msgstr "número de submódules que realizan pull en paralelo"1143211433#: builtin/pull.c:28711434#, c-format11435msgid "Invalid value for pull.ff: %s"11436msgstr "valor inválido para pull.ff: %s"1143711438#: builtin/pull.c:40311439msgid ""11440"There is no candidate for rebasing against among the refs that you just "11441"fetched."11442msgstr "No hay candidato para rebasar entre las refs que has bajado con fetch."1144311444#: builtin/pull.c:40511445msgid ""11446"There are no candidates for merging among the refs that you just fetched."11447msgstr ""11448"No hay candidatos para fusionar entre las refs que has bajado con fetch."1144911450#: builtin/pull.c:40611451msgid ""11452"Generally this means that you provided a wildcard refspec which had no\n"11453"matches on the remote end."11454msgstr ""11455"Generalmente esto significa que has proveído un wildcard de refspec que no "11456"tiene\n"11457"concordancia en el final remoto."1145811459#: builtin/pull.c:40911460#, c-format11461msgid ""11462"You asked to pull from the remote '%s', but did not specify\n"11463"a branch. Because this is not the default configured remote\n"11464"for your current branch, you must specify a branch on the command line."11465msgstr ""11466"Se ha solicitado un pull del remoto '%s', pero no se ha especificado\n"11467"una rama. Porque este no es el remoto configurado por default\n"11468"para tu rama actual, tienes que especificar una rama en la línea de comando."1146911470#: builtin/pull.c:414 git-parse-remote.sh:7311471msgid "You are not currently on a branch."11472msgstr "No te encuentras actualmente en la rama."1147311474#: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:7911475msgid "Please specify which branch you want to rebase against."11476msgstr "Por favor especifica a qué rama quieres rebasar."1147711478#: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:8211479msgid "Please specify which branch you want to merge with."11480msgstr "Por favor especifica a qué rama quieres fusionar."1148111482#: builtin/pull.c:419 builtin/pull.c:43411483msgid "See git-pull(1) for details."11484msgstr "Ver git-pull(1) para detalles."1148511486#: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:43611487#: git-parse-remote.sh:6411488msgid "<remote>"11489msgstr "<remoto>"1149011491#: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:46611492#: git-parse-remote.sh:6511493msgid "<branch>"11494msgstr "<rama>"1149511496#: builtin/pull.c:429 git-parse-remote.sh:7511497msgid "There is no tracking information for the current branch."11498msgstr "No hay información de rastreo para la rama actual."1149911500#: builtin/pull.c:438 git-parse-remote.sh:9511501msgid ""11502"If you wish to set tracking information for this branch you can do so with:"11503msgstr ""11504"Si deseas configurar el rastreo de información para esta rama, puedes "11505"hacerlo con:"1150611507#: builtin/pull.c:44311508#, c-format11509msgid ""11510"Your configuration specifies to merge with the ref '%s'\n"11511"from the remote, but no such ref was fetched."11512msgstr ""11513"Tu configuración especifica fusionar con la ref '%s'\n"11514"de tu remoto, pero no se pudo hacer fetch a esa ref."1151511516#: builtin/pull.c:79611517msgid "ignoring --verify-signatures for rebase"11518msgstr "ignorando --verify-signatures para rebase"1151911520#: builtin/pull.c:84411521msgid "--[no-]autostash option is only valid with --rebase."11522msgstr "La opción --[no-]autostash sólo es válida con --rebase."1152311524#: builtin/pull.c:85211525msgid "Updating an unborn branch with changes added to the index."11526msgstr "Actualizando una rama no nata con cambios agregados al índice."1152711528#: builtin/pull.c:85511529msgid "pull with rebase"11530msgstr "pull con rebase"1153111532#: builtin/pull.c:85611533msgid "please commit or stash them."11534msgstr "por favor realiza un commit o un stash con ellos."1153511536#: builtin/pull.c:88111537#, c-format11538msgid ""11539"fetch updated the current branch head.\n"11540"fast-forwarding your working tree from\n"11541"commit %s."11542msgstr ""11543"fetch actualizó el head de la rama actual.\n"11544"realizando fast-forward al árbol de trabajo\n"11545"desde commit %s."1154611547#: builtin/pull.c:88611548#, c-format11549msgid ""11550"Cannot fast-forward your working tree.\n"11551"After making sure that you saved anything precious from\n"11552"$ git diff %s\n"11553"output, run\n"11554"$ git reset --hard\n"11555"to recover."11556msgstr ""11557"No se puede realizar fast-forward en tu árbol de trabajo.\n"11558"Tras asegurarse que ha guardado todo lo preciado de la salida de\n"11559"$ git diff %s\n"11560",ejecute\n"11561"$ git reset --hard\n"11562"para recuperar."1156311564#: builtin/pull.c:90111565msgid "Cannot merge multiple branches into empty head."11566msgstr "No se puede fusionar múltiples ramas en un head vacío."1156711568#: builtin/pull.c:90511569msgid "Cannot rebase onto multiple branches."11570msgstr "No se puede rebasar en multiples ramas."1157111572#: builtin/pull.c:91211573msgid "cannot rebase with locally recorded submodule modifications"11574msgstr ""11575"no se puede rebasar con modificaciones de submódulos grabadas localmente"1157611577#: builtin/push.c:1711578msgid "git push [<options>] [<repository> [<refspec>...]]"11579msgstr ""11580"git push [<opciones>] [<repositorio> [<especificaciones-de-refrencia>...]]"1158111582#: builtin/push.c:9011583msgid "tag shorthand without <tag>"11584msgstr "taquigrafía de tag sin <tag>"1158511586#: builtin/push.c:10011587msgid "--delete only accepts plain target ref names"11588msgstr "--delete solo acepta como objetivos nombres de ref planos"1158911590#: builtin/push.c:14411591msgid ""11592"\n"11593"To choose either option permanently, see push.default in 'git help config'."11594msgstr ""11595"\n"11596"Para elegir si la opcion es permanente, mira push.default en 'git help "11597"config'."1159811599#: builtin/push.c:14711600#, c-format11601msgid ""11602"The upstream branch of your current branch does not match\n"11603"the name of your current branch. To push to the upstream branch\n"11604"on the remote, use\n"11605"\n"11606" git push %s HEAD:%s\n"11607"\n"11608"To push to the branch of the same name on the remote, use\n"11609"\n"11610" git push %s %s\n"11611"%s"11612msgstr ""11613"La rama upstream de tu rama actual no concuerda\n"11614"con el nombre de tu rama actual. Para hacer un push a la rama upstream\n"11615"en el remoto, ejecuta\n"11616"\n"11617"\tgit push %s HEAD:%s\n"11618"\n"11619"Para hacer un push a la rama del mismo nombre en el remoto, ejecuta\n"11620"\n"11621"\tgit push %s %s\n"11622"%s"1162311624#: builtin/push.c:16211625#, c-format11626msgid ""11627"You are not currently on a branch.\n"11628"To push the history leading to the current (detached HEAD)\n"11629"state now, use\n"11630"\n"11631" git push %s HEAD:<name-of-remote-branch>\n"11632msgstr ""11633"Actualmente no estás en una rama.\n"11634"Para hacer un push a la historia que lleva al estado actual\n"11635"(HEAD desacoplado), use\n"11636"\n"11637"\tgit push %s HEAD:<nombre-de-rama-remota>\n"1163811639#: builtin/push.c:17611640#, c-format11641msgid ""11642"The current branch %s has no upstream branch.\n"11643"To push the current branch and set the remote as upstream, use\n"11644"\n"11645" git push --set-upstream %s %s\n"11646msgstr ""11647"La rama actual %s no tiene una rama upstream.\n"11648"Para realizar un push de la rama actual y configurar el remoto como "11649"upstream, use\n"11650"\n"11651"\tgit push --set-upstream %s %s\n"1165211653#: builtin/push.c:18411654#, c-format11655msgid "The current branch %s has multiple upstream branches, refusing to push."11656msgstr "La rama actual %s tiene múltiples ramas upstream, rechazando el push."1165711658#: builtin/push.c:18711659#, c-format11660msgid ""11661"You are pushing to remote '%s', which is not the upstream of\n"11662"your current branch '%s', without telling me what to push\n"11663"to update which remote branch."11664msgstr ""11665"Está haciendo un push al remoto '%s', el cual no es el upstream de\n"11666"su rama actual '%s', sin decirme qué poner en el push\n"11667"para actualizar en qué rama de remoto."1166811669#: builtin/push.c:24611670msgid ""11671"You didn't specify any refspecs to push, and push.default is \"nothing\"."11672msgstr ""11673"No se especificó ningún refspecs para hacer push, y push.default es \"nada\"."1167411675#: builtin/push.c:25311676msgid ""11677"Updates were rejected because the tip of your current branch is behind\n"11678"its remote counterpart. Integrate the remote changes (e.g.\n"11679"'git pull ...') before pushing again.\n"11680"See the 'Note about fast-forwards' in 'git push --help' for details."11681msgstr ""11682"Actualizaciones fueron rechazadas porque la punta de tu rama actual esta\n"11683"detras de su contraparte remota. Integra los cambios remotos (es decir\n"11684"'git pull ...') antes de hacer push de nuevo.\n"11685"Mira 'Note about fast-forwards' en 'git push --help' para mas detalles."1168611687#: builtin/push.c:25911688msgid ""11689"Updates were rejected because a pushed branch tip is behind its remote\n"11690"counterpart. Check out this branch and integrate the remote changes\n"11691"(e.g. 'git pull ...') before pushing again.\n"11692"See the 'Note about fast-forwards' in 'git push --help' for details."11693msgstr ""11694"Actualizaciones fueron rechazadas porque una punta de rama en el push está \n"11695"detrás de su contraparte remota. Verifique esta rama e integre los cambios "11696"remotos\n"11697"(ejem. 'git pull ...') antes de volver a hacer push.\n"11698"Vea las 'Notes about fast-forwards' en 'git push --help' para más detalles."1169911700#: builtin/push.c:26511701msgid ""11702"Updates were rejected because the remote contains work that you do\n"11703"not have locally. This is usually caused by another repository pushing\n"11704"to the same ref. You may want to first integrate the remote changes\n"11705"(e.g., 'git pull ...') before pushing again.\n"11706"See the 'Note about fast-forwards' in 'git push --help' for details."11707msgstr ""11708"Actualizaciones fueron rechazadas porque el remoto contiene trabajo que\n"11709"no existe localmente. Esto es causado usuallmente por otro repositorio \n"11710"realizando push a la misma ref. Quizás quiera integrar primero los cambios\n"11711"remotos (ejem. 'git pull ...') antes de volver a hacer push.\n"11712"Vea 'Notes about fast-forwards0 en 'git push --help' para detalles."1171311714#: builtin/push.c:27211715msgid "Updates were rejected because the tag already exists in the remote."11716msgstr ""11717"Actualizaciones fueron rechazadas porque el tag ya existe en el remoto."1171811719#: builtin/push.c:27511720msgid ""11721"You cannot update a remote ref that points at a non-commit object,\n"11722"or update a remote ref to make it point at a non-commit object,\n"11723"without using the '--force' option.\n"11724msgstr ""11725"No puede actualizar un ref remoto que apunta a un objeto no-commit,\n"11726"o actualizar un ref remoto para hacer que apunte a un objeto no-commit,\n"11727"sin usar la opción '--force'.\n"1172811729#: builtin/push.c:33511730#, c-format11731msgid "Pushing to %s\n"11732msgstr "Hacienod push a %s\n"1173311734#: builtin/push.c:33911735#, c-format11736msgid "failed to push some refs to '%s'"11737msgstr "fallo el push de algunas referencias a '%s'"1173811739#: builtin/push.c:37011740#, c-format11741msgid "bad repository '%s'"11742msgstr "mal repositorio '%s'"1174311744#: builtin/push.c:37111745msgid ""11746"No configured push destination.\n"11747"Either specify the URL from the command-line or configure a remote "11748"repository using\n"11749"\n"11750" git remote add <name> <url>\n"11751"\n"11752"and then push using the remote name\n"11753"\n"11754" git push <name>\n"11755msgstr ""11756"No se ha configurado un destino para el push.\n"11757"Puedes o especificar una URL desde la linea de comandos o configurar "11758"unrepositorio remoto usando\n"11759"\n"11760" git remote add <nombre> <url>\n"11761"\n"11762"y luego haciendo push al nombre del remoto\n"11763"\n"11764" git push <nombre>\n"1176511766#: builtin/push.c:38911767msgid "--all and --tags are incompatible"11768msgstr "--all y --tags son incompatibles"1176911770#: builtin/push.c:39011771msgid "--all can't be combined with refspecs"11772msgstr "--all no puede ser combinada con refspecs"1177311774#: builtin/push.c:39511775msgid "--mirror and --tags are incompatible"11776msgstr "--mirror y --tags son incompatibles"1177711778#: builtin/push.c:39611779msgid "--mirror can't be combined with refspecs"11780msgstr "--mirror no puede ser combinado con refspecs"1178111782#: builtin/push.c:40111783msgid "--all and --mirror are incompatible"11784msgstr "--all y --mirror son incompatibles"1178511786#: builtin/push.c:52311787msgid "repository"11788msgstr "repositorio"1178911790#: builtin/push.c:524 builtin/send-pack.c:16311791msgid "push all refs"11792msgstr "realizar push a todas las refs"1179311794#: builtin/push.c:525 builtin/send-pack.c:16511795msgid "mirror all refs"11796msgstr "realizar mirror a todas las refs"1179711798#: builtin/push.c:52711799msgid "delete refs"11800msgstr "borrar refs"1180111802#: builtin/push.c:52811803msgid "push tags (can't be used with --all or --mirror)"11804msgstr "realizar push a tags (no puede ser usado con --all o --mirror)"1180511806#: builtin/push.c:531 builtin/send-pack.c:16611807msgid "force updates"11808msgstr "forzar actualizaciones"1180911810#: builtin/push.c:533 builtin/send-pack.c:18011811msgid "refname>:<expect"11812msgstr "refname>:<expect"1181311814#: builtin/push.c:534 builtin/send-pack.c:18111815msgid "require old value of ref to be at this value"11816msgstr "requiere haber valor viejo de ref en este valor"1181711818#: builtin/push.c:53711819msgid "control recursive pushing of submodules"11820msgstr "controlar push recursivo de submódulos"1182111822#: builtin/push.c:539 builtin/send-pack.c:17411823msgid "use thin pack"11824msgstr "usar empaquetado delgado"1182511826#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:16011827#: builtin/send-pack.c:16111828msgid "receive pack program"11829msgstr "recibir programa de paquete"1183011831#: builtin/push.c:54211832msgid "set upstream for git pull/status"11833msgstr "configurar upstream para git pulll/status"1183411835#: builtin/push.c:54511836msgid "prune locally removed refs"11837msgstr "recortando refs removidas localmente"1183811839#: builtin/push.c:54711840msgid "bypass pre-push hook"11841msgstr "hacer un bypass al hook pre-push"1184211843#: builtin/push.c:54811844msgid "push missing but relevant tags"11845msgstr "realizar push de tags faltantes pero relevantes"1184611847#: builtin/push.c:551 builtin/send-pack.c:16811848msgid "GPG sign the push"11849msgstr "firmar con GPG el push"1185011851#: builtin/push.c:553 builtin/send-pack.c:17511852msgid "request atomic transaction on remote side"11853msgstr "solicitar transacción atómica en el lado remoto"1185411855#: builtin/push.c:554 builtin/send-pack.c:17111856msgid "server-specific"11857msgstr "especifico-de-servidor"1185811859#: builtin/push.c:554 builtin/send-pack.c:17211860msgid "option to transmit"11861msgstr "opción para trasmitir"1186211863#: builtin/push.c:56811864msgid "--delete is incompatible with --all, --mirror and --tags"11865msgstr "--delete es incompatible con --all, --mirror y --tags"1186611867#: builtin/push.c:57011868msgid "--delete doesn't make sense without any refs"11869msgstr "--delete no tiene sentido sin ninguna referencia"1187011871#: builtin/push.c:58911872msgid "push options must not have new line characters"11873msgstr "opciones de push no pueden tener caracteres de línea nueva"1187411875#: builtin/read-tree.c:4011876msgid ""11877"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11878"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11879"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"11880msgstr ""11881"git read-tree [(-m [--trivial] [--aggressive] | --reset | --"11882"prefix=<prefijo>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-"11883"sparse-checkout] [--index-output=<archivo>] (--empty | <arbol-ismo1> [<arbol-"11884"ismo2> [<arbol-ismo3>]])"1188511886#: builtin/read-tree.c:12111887msgid "write resulting index to <file>"11888msgstr "escribir índice resultante en <archivo>"1188911890#: builtin/read-tree.c:12411891msgid "only empty the index"11892msgstr "solo vaciar el índice"1189311894#: builtin/read-tree.c:12611895msgid "Merging"11896msgstr "Fusionando"1189711898#: builtin/read-tree.c:12811899msgid "perform a merge in addition to a read"11900msgstr "realizar un merge en adición a una lectura"1190111902#: builtin/read-tree.c:13011903msgid "3-way merge if no file level merging required"11904msgstr "fusión de 3-vías si no se requiere ninguna fusión a nivel de archivo"1190511906#: builtin/read-tree.c:13211907msgid "3-way merge in presence of adds and removes"11908msgstr "fusión en 3-vías en presencia de adiciones y remociones"1190911910#: builtin/read-tree.c:13411911msgid "same as -m, but discard unmerged entries"11912msgstr "igual que -m, pero descarta entradas sin fusionar"1191311914#: builtin/read-tree.c:13511915msgid "<subdirectory>/"11916msgstr "<subdirectorio>/"1191711918#: builtin/read-tree.c:13611919msgid "read the tree into the index under <subdirectory>/"11920msgstr "lea el árbol en el índice bajo <subdirectorio>/"1192111922#: builtin/read-tree.c:13911923msgid "update working tree with merge result"11924msgstr "actualiza el árbol de trabajo con el resultado de la fusión"1192511926#: builtin/read-tree.c:14111927msgid "gitignore"11928msgstr "gitignore"1192911930#: builtin/read-tree.c:14211931msgid "allow explicitly ignored files to be overwritten"11932msgstr "permitir sobrescritura de archivos explícitamente ignorados"1193311934#: builtin/read-tree.c:14511935msgid "don't check the working tree after merging"11936msgstr "no revisar el árbol de trabajo tras fusionar"1193711938#: builtin/read-tree.c:14611939msgid "don't update the index or the work tree"11940msgstr "no actualizar el índice o el árbol de trabajo"1194111942#: builtin/read-tree.c:14811943msgid "skip applying sparse checkout filter"11944msgstr "saltar aplicado de filtro de sparse checkout"1194511946#: builtin/read-tree.c:15011947msgid "debug unpack-trees"11948msgstr "debug de árboles-desempacados"1194911950#: builtin/rebase--helper.c:811951msgid "git rebase--helper [<options>]"11952msgstr "git rebase--helper [<opciones>]"1195311954#: builtin/rebase--helper.c:2211955msgid "keep empty commits"11956msgstr "mantener commits vacíos"1195711958#: builtin/rebase--helper.c:2311959msgid "continue rebase"11960msgstr "continuar rebase"1196111962#: builtin/rebase--helper.c:2511963msgid "abort rebase"11964msgstr "abortar rebase"1196511966#: builtin/rebase--helper.c:2811967msgid "make rebase script"11968msgstr "generar script de rebase"1196911970#: builtin/rebase--helper.c:3011971msgid "shorten SHA-1s in the todo list"11972msgstr "SHA-1s cortos en la lista de pendientes"1197311974#: builtin/rebase--helper.c:3211975msgid "expand SHA-1s in the todo list"11976msgstr "SHA-1s expandidos en la lista de pendientes"1197711978#: builtin/rebase--helper.c:3411979msgid "check the todo list"11980msgstr "revisar la lista de pendientes"1198111982#: builtin/rebase--helper.c:3611983msgid "skip unnecessary picks"11984msgstr "saltar los picks innecesarios"1198511986#: builtin/rebase--helper.c:3811987msgid "rearrange fixup/squash lines"11988msgstr "reorganizar líneas fixup/squash"1198911990#: builtin/receive-pack.c:2911991msgid "git receive-pack <git-dir>"11992msgstr "git receive-pack <git-dir>"1199311994#: builtin/receive-pack.c:83911995msgid ""11996"By default, updating the current branch in a non-bare repository\n"11997"is denied, because it will make the index and work tree inconsistent\n"11998"with what you pushed, and will require 'git reset --hard' to match\n"11999"the work tree to HEAD.\n"12000"\n"12001"You can set the 'receive.denyCurrentBranch' configuration variable\n"12002"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"12003"its current branch; however, this is not recommended unless you\n"12004"arranged to update its work tree to match what you pushed in some\n"12005"other way.\n"12006"\n"12007"To squelch this message and still keep the default behaviour, set\n"12008"'receive.denyCurrentBranch' configuration variable to 'refuse'."12009msgstr ""12010"Por default, actualizar la rama actual en un repositorio no vacío\n"12011"está denegado, porque eso haría el índice y el árbol de trabajo "12012"inconsistentes\n"12013"con lo que ya se ha hecho push, y requeriría 'git reset --hard' para "12014"arreglar\n"12015"el árbol de trabajo con HEAD.\n"12016"\n"12017"Puede configurar la variable de configuración 'receive.denyCurrentBranch'\n"12018"\"ignore\" o \"warn\" en el repositorio remoto para permitir\n"12019"su rama actual; Sin embargo, esto no se recomienda a menos que usted\n"12020"se haya organizado para actualizar su árbol de trabajo para que coincida con "12021"lo que\n"12022"enviará con el push de otra manera.\n"12023"\n"12024"Para suprimir este mensaje y mantener el comportamiento predeterminado,\n"12025"configure 'receive.denyCurrentBranch' a 'refuse'."1202612027#: builtin/receive-pack.c:85912028msgid ""12029"By default, deleting the current branch is denied, because the next\n"12030"'git clone' won't result in any file checked out, causing confusion.\n"12031"\n"12032"You can set 'receive.denyDeleteCurrent' configuration variable to\n"12033"'warn' or 'ignore' in the remote repository to allow deleting the\n"12034"current branch, with or without a warning message.\n"12035"\n"12036"To squelch this message, you can set it to 'refuse'."12037msgstr ""12038"Por default, borrar la rama actual está denegado, porque el siguiente\n"12039"'git clone' no serultará en ningún archivo revisado, causando confusión.\n"12040"\n"12041"Se puede configurar la variable 'receive.denyDeleteCurrent' a 'warn' o "12042"'ignore'\n"12043"en el repositorio remoto para permitir borrar la rama actual.\n"12044"con o sin mensaje de advertencia.\n"12045"\n"12046"Para suprimir este mensaje, puede configurarlo en 'refuse'."1204712048#: builtin/receive-pack.c:193212049msgid "quiet"12050msgstr "tranquilo"1205112052#: builtin/receive-pack.c:194612053msgid "You must specify a directory."12054msgstr "Se tiene que especificar un directorio."1205512056#: builtin/reflog.c:42412057#, c-format12058msgid "'%s' for '%s' is not a valid timestamp"12059msgstr "'%s' para '%s' no es una marca de tiempo válida"1206012061#: builtin/reflog.c:541 builtin/reflog.c:54612062#, c-format12063msgid "'%s' is not a valid timestamp"12064msgstr "'%s' no es una marca de tiempo válida"1206512066#: builtin/remote.c:1312067msgid "git remote [-v | --verbose]"12068msgstr "git remote [-v | --verbose]"1206912070#: builtin/remote.c:1412071msgid ""12072"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12073"mirror=<fetch|push>] <name> <url>"12074msgstr ""12075"git remote add [-t <rama>] [-m <master>] [-f] [--tags | --no-tags] [--"12076"mirror=<fetch|push>] <nombre> <url>"1207712078#: builtin/remote.c:15 builtin/remote.c:3512079msgid "git remote rename <old> <new>"12080msgstr "git remote rename <viejo> <nuevo>"1208112082#: builtin/remote.c:16 builtin/remote.c:4012083msgid "git remote remove <name>"12084msgstr "git remote remove <nombre>"1208512086#: builtin/remote.c:17 builtin/remote.c:4512087msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"12088msgstr "git remote set-head <nombre> (-a | --auto | -d | --delete | <rama>)"1208912090#: builtin/remote.c:1812091msgid "git remote [-v | --verbose] show [-n] <name>"12092msgstr "git remote [-v | --verbose] show [-n] <nombre>"1209312094#: builtin/remote.c:1912095msgid "git remote prune [-n | --dry-run] <name>"12096msgstr "git remote prune [-n | --dry-run] <nombre>"1209712098#: builtin/remote.c:2012099msgid ""12100"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"12101msgstr ""12102"git remote [-v | --verbose] update [-p | --prune] [(<grupo> | <remoto>)...]"1210312104#: builtin/remote.c:2112105msgid "git remote set-branches [--add] <name> <branch>..."12106msgstr "git remote set-branches [--add] <nombre> <rama>..."1210712108#: builtin/remote.c:22 builtin/remote.c:7112109msgid "git remote get-url [--push] [--all] <name>"12110msgstr "git remote get-url [--push] [--all] <nombre>"1211112112#: builtin/remote.c:23 builtin/remote.c:7612113msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"12114msgstr "git remote set-url [--push] <nombre> <nuevo-url> [<viejo-url>]"1211512116#: builtin/remote.c:24 builtin/remote.c:7712117msgid "git remote set-url --add <name> <newurl>"12118msgstr "git remote set-url --add <nombre> <nuevo-url>"1211912120#: builtin/remote.c:25 builtin/remote.c:7812121msgid "git remote set-url --delete <name> <url>"12122msgstr "git remote set-url --delete <nombre> <url>"1212312124#: builtin/remote.c:3012125msgid "git remote add [<options>] <name> <url>"12126msgstr "git remote add [<opciones>] <nombre> <url>"1212712128#: builtin/remote.c:5012129msgid "git remote set-branches <name> <branch>..."12130msgstr "git remote set-branches <nombre> <rama>..."1213112132#: builtin/remote.c:5112133msgid "git remote set-branches --add <name> <branch>..."12134msgstr "git remote set-branches --add <nombre> <rama>..."1213512136#: builtin/remote.c:5612137msgid "git remote show [<options>] <name>"12138msgstr "git remote show [<opciones>] <nombre>"1213912140#: builtin/remote.c:6112141msgid "git remote prune [<options>] <name>"12142msgstr "git remote prune [<opciones>] <nombre>"1214312144#: builtin/remote.c:6612145msgid "git remote update [<options>] [<group> | <remote>]..."12146msgstr "git remote update [<opciones>] [<grupo> | <remoto>]..."1214712148#: builtin/remote.c:9512149#, c-format12150msgid "Updating %s"12151msgstr "Actualizando %s"1215212153#: builtin/remote.c:12712154msgid ""12155"--mirror is dangerous and deprecated; please\n"12156"\t use --mirror=fetch or --mirror=push instead"12157msgstr ""12158"Usar --mirror es peligroso y está desaprobado;\n"12159"\t usa más bien --mirror=fetch o --mirror=push"1216012161#: builtin/remote.c:14412162#, c-format12163msgid "unknown mirror argument: %s"12164msgstr "argumento mirror desconocido: %s"1216512166#: builtin/remote.c:16012167msgid "fetch the remote branches"12168msgstr "realizar fetch a las ramas remotas"1216912170#: builtin/remote.c:16212171msgid "import all tags and associated objects when fetching"12172msgstr "importar todos los tags y objetos asociados cuando realiza el fetch"1217312174#: builtin/remote.c:16512175msgid "or do not fetch any tag at all (--no-tags)"12176msgstr "o no realziar fetch a ningún tag (--no-tags)"1217712178#: builtin/remote.c:16712179msgid "branch(es) to track"12180msgstr "rama(s) para rastrear"1218112182#: builtin/remote.c:16812183msgid "master branch"12184msgstr "rama master"1218512186#: builtin/remote.c:16912187msgid "push|fetch"12188msgstr "push|fetch"1218912190#: builtin/remote.c:17012191msgid "set up remote as a mirror to push to or fetch from"12192msgstr ""12193"configurar remote como mirror para realizar push o desde el cual realizar "12194"fetch"1219512196#: builtin/remote.c:18212197msgid "specifying a master branch makes no sense with --mirror"12198msgstr "especificar una rama master no tiene sentido con --mirror"1219912200#: builtin/remote.c:18412201msgid "specifying branches to track makes sense only with fetch mirrors"12202msgstr "especificar ramas para rastrear solo tiene sentido con fetch mirrors"1220312204#: builtin/remote.c:191 builtin/remote.c:63112205#, c-format12206msgid "remote %s already exists."12207msgstr "remoto %s ya existe."1220812209#: builtin/remote.c:195 builtin/remote.c:63512210#, c-format12211msgid "'%s' is not a valid remote name"12212msgstr "'%s' no es un nombre remoto válido"1221312214#: builtin/remote.c:23512215#, c-format12216msgid "Could not setup master '%s'"12217msgstr "No se pudo configurar master '%s'"1221812219#: builtin/remote.c:33712220#, c-format12221msgid "Could not get fetch map for refspec %s"12222msgstr "No se pudo realizar el fetch al mapa para refspec %s"1222312224#: builtin/remote.c:438 builtin/remote.c:44612225msgid "(matching)"12226msgstr "(concordando)"1222712228#: builtin/remote.c:45012229msgid "(delete)"12230msgstr "(eliminar)"1223112232#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:85812233#, c-format12234msgid "No such remote: %s"12235msgstr "No existe el remoto: %s"1223612237#: builtin/remote.c:64112238#, c-format12239msgid "Could not rename config section '%s' to '%s'"12240msgstr "No se pudo renombrar la sección de configuración '%s' a '%s'"1224112242#: builtin/remote.c:66112243#, c-format12244msgid ""12245"Not updating non-default fetch refspec\n"12246"\t%s\n"12247"\tPlease update the configuration manually if necessary."12248msgstr ""12249"No se actualizan refspec de fetch no predeterminada\n"12250"\t%s\n"12251"\tPor favor actualice la configuración manualmente si es necesario."1225212253#: builtin/remote.c:69712254#, c-format12255msgid "deleting '%s' failed"12256msgstr "borrando '%s' falló"1225712258#: builtin/remote.c:73112259#, c-format12260msgid "creating '%s' failed"12261msgstr "creando '%s' falló"1226212263#: builtin/remote.c:79612264msgid ""12265"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"12266"to delete it, use:"12267msgid_plural ""12268"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"12269"to delete them, use:"12270msgstr[0] ""12271"Nota: Una rama fuera de la jerarquía refs/remotes/ no fue removida;\n"12272"para borrarla, use:"12273msgstr[1] ""12274"Nota: Algunas ramas fuera de la jerarquía refs/remotes/ no fueron "12275"removidas;\n"12276"para borrarlas, use:"1227712278#: builtin/remote.c:81012279#, c-format12280msgid "Could not remove config section '%s'"12281msgstr "No se pudo borrar la sección de configuración '%s'"1228212283#: builtin/remote.c:91112284#, c-format12285msgid " new (next fetch will store in remotes/%s)"12286msgstr " nuevo (siguiente fetch se guardará en remotes/%s)"1228712288#: builtin/remote.c:91412289msgid " tracked"12290msgstr " rastreada"1229112292#: builtin/remote.c:91612293msgid " stale (use 'git remote prune' to remove)"12294msgstr " viejo ( use 'git remote prune' para remover)"1229512296#: builtin/remote.c:91812297msgid " ???"12298msgstr " ???"1229912300#: builtin/remote.c:95912301#, c-format12302msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"12303msgstr "invalido branch.%s.merge; no se puede rebasar en > 1 rama"1230412305#: builtin/remote.c:96712306#, c-format12307msgid "rebases interactively onto remote %s"12308msgstr "rebasa interactivamente en remoto %s"1230912310#: builtin/remote.c:96812311#, c-format12312msgid "rebases onto remote %s"12313msgstr "rebasa sobre el remoto %s"1231412315#: builtin/remote.c:97112316#, c-format12317msgid " merges with remote %s"12318msgstr " se fusiona con remoto %s"1231912320#: builtin/remote.c:97412321#, c-format12322msgid "merges with remote %s"12323msgstr "fusiona con remoto %s"1232412325#: builtin/remote.c:97712326#, c-format12327msgid "%-*s and with remote %s\n"12328msgstr "%-*s y con el remoto %s\n"1232912330#: builtin/remote.c:102012331msgid "create"12332msgstr "crear"1233312334#: builtin/remote.c:102312335msgid "delete"12336msgstr "borrar"1233712338#: builtin/remote.c:102712339msgid "up to date"12340msgstr "actualizado"1234112342#: builtin/remote.c:103012343msgid "fast-forwardable"12344msgstr "puede realizar fast-forward"1234512346#: builtin/remote.c:103312347msgid "local out of date"12348msgstr "desactualizado local"1234912350#: builtin/remote.c:104012351#, c-format12352msgid " %-*s forces to %-*s (%s)"12353msgstr " %-*s fuerza a %-*s (%s)"1235412355#: builtin/remote.c:104312356#, c-format12357msgid " %-*s pushes to %-*s (%s)"12358msgstr " %-*s publica a %-*s (%s)"1235912360#: builtin/remote.c:104712361#, c-format12362msgid " %-*s forces to %s"12363msgstr " %-*s fuerza a %s"1236412365#: builtin/remote.c:105012366#, c-format12367msgid " %-*s pushes to %s"12368msgstr " %-*s publica a %s"1236912370#: builtin/remote.c:111812371msgid "do not query remotes"12372msgstr "no consultar remotos"1237312374#: builtin/remote.c:114512375#, c-format12376msgid "* remote %s"12377msgstr "* remoto %s"1237812379#: builtin/remote.c:114612380#, c-format12381msgid " Fetch URL: %s"12382msgstr " URL para obtener: %s"1238312384#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:130212385msgid "(no URL)"12386msgstr "(sin URL)"1238712388#. TRANSLATORS: the colon ':' should align12389#. with the one in " Fetch URL: %s"12390#. translation.12391#.12392#: builtin/remote.c:1161 builtin/remote.c:116312393#, c-format12394msgid " Push URL: %s"12395msgstr " URL para publicar: %s"1239612397#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:116912398#, c-format12399msgid " HEAD branch: %s"12400msgstr " Rama HEAD: %s"1240112402#: builtin/remote.c:116512403msgid "(not queried)"12404msgstr "(no consultado)"1240512406#: builtin/remote.c:116712407msgid "(unknown)"12408msgstr "(desconocido)"1240912410#: builtin/remote.c:117112411#, c-format12412msgid ""12413" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"12414msgstr ""12415" HEAD en rama ( HEAD remoto es ambiguo, puede ser uno de los siguientes):\n"1241612417#: builtin/remote.c:118312418#, c-format12419msgid " Remote branch:%s"12420msgid_plural " Remote branches:%s"12421msgstr[0] " Rama remota:%s"12422msgstr[1] " Ramas remotas:%s"1242312424#: builtin/remote.c:1186 builtin/remote.c:121212425msgid " (status not queried)"12426msgstr " (estado no consultado)"1242712428#: builtin/remote.c:119512429msgid " Local branch configured for 'git pull':"12430msgid_plural " Local branches configured for 'git pull':"12431msgstr[0] " Rama local configurada para 'git pull':"12432msgstr[1] " Ramas locales configuradas para 'git pull':"1243312434#: builtin/remote.c:120312435msgid " Local refs will be mirrored by 'git push'"12436msgstr " Las referencias locales serán reflejadas por 'git push'"1243712438#: builtin/remote.c:120912439#, c-format12440msgid " Local ref configured for 'git push'%s:"12441msgid_plural " Local refs configured for 'git push'%s:"12442msgstr[0] " Referencia local configurada para 'git push'%s:"12443msgstr[1] " Referencias locales configuradas para 'git push'%s:"1244412445#: builtin/remote.c:123012446msgid "set refs/remotes/<name>/HEAD according to remote"12447msgstr "configurar refs/remotes/<nombre>/HEAD de acuerdo al remoto"1244812449#: builtin/remote.c:123212450msgid "delete refs/remotes/<name>/HEAD"12451msgstr "borrar refs/remotos/<nombre>/HEAD"1245212453#: builtin/remote.c:124712454msgid "Cannot determine remote HEAD"12455msgstr "No se puede determinar el HEAD remoto"1245612457#: builtin/remote.c:124912458msgid "Multiple remote HEAD branches. Please choose one explicitly with:"12459msgstr "Múltiples ramas HEAD remotas. Por favor escoja una explícitamente con:"1246012461#: builtin/remote.c:125912462#, c-format12463msgid "Could not delete %s"12464msgstr "No se pudo borrar %s"1246512466#: builtin/remote.c:126712467#, c-format12468msgid "Not a valid ref: %s"12469msgstr "No es un ref válido: %s"1247012471#: builtin/remote.c:126912472#, c-format12473msgid "Could not setup %s"12474msgstr "No se pudo configurar %s"1247512476#: builtin/remote.c:128712477#, c-format12478msgid " %s will become dangling!"12479msgstr " %s será colgado!"1248012481#: builtin/remote.c:128812482#, c-format12483msgid " %s has become dangling!"12484msgstr " %s ha sido colgado!"1248512486#: builtin/remote.c:129812487#, c-format12488msgid "Pruning %s"12489msgstr "Recortando %s"1249012491#: builtin/remote.c:129912492#, c-format12493msgid "URL: %s"12494msgstr "URL: %s"1249512496#: builtin/remote.c:131512497#, c-format12498msgid " * [would prune] %s"12499msgstr " * [ejecutará prune] %s"1250012501#: builtin/remote.c:131812502#, c-format12503msgid " * [pruned] %s"12504msgstr " * [prune realizado] %s"1250512506#: builtin/remote.c:136312507msgid "prune remotes after fetching"12508msgstr "recortar remotos tras realizar fetch"1250912510#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:154812511#, c-format12512msgid "No such remote '%s'"12513msgstr "No existe el remoto '%s'"1251412515#: builtin/remote.c:144212516msgid "add branch"12517msgstr "agregar rama"1251812519#: builtin/remote.c:144912520msgid "no remote specified"12521msgstr "no hay remotos especificados"1252212523#: builtin/remote.c:146612524msgid "query push URLs rather than fetch URLs"12525msgstr "consultar URLs de push en lugar de URLs de fetch"1252612527#: builtin/remote.c:146812528msgid "return all URLs"12529msgstr "retornar todos los URLs"1253012531#: builtin/remote.c:149612532#, c-format12533msgid "no URLs configured for remote '%s'"12534msgstr "no hay URLs configurados para remoto '%s'"1253512536#: builtin/remote.c:152212537msgid "manipulate push URLs"12538msgstr "manipular URLs de push"1253912540#: builtin/remote.c:152412541msgid "add URL"12542msgstr "agregar URL"1254312544#: builtin/remote.c:152612545msgid "delete URLs"12546msgstr "borrar URLs"1254712548#: builtin/remote.c:153312549msgid "--add --delete doesn't make sense"12550msgstr "--add --delete no tiene sentido"1255112552#: builtin/remote.c:157212553#, c-format12554msgid "Invalid old URL pattern: %s"12555msgstr "Patrón de URL viejo inválido: %s"1255612557#: builtin/remote.c:158012558#, c-format12559msgid "No such URL found: %s"12560msgstr "No se encontró URL: %s"1256112562#: builtin/remote.c:158212563msgid "Will not delete all non-push URLs"12564msgstr "No borrará todos los URLs de no-push"1256512566#: builtin/remote.c:159812567msgid "be verbose; must be placed before a subcommand"12568msgstr "ser verboso; tiene que ser agregado antes de un subcomando"1256912570#: builtin/remote.c:162912571#, c-format12572msgid "Unknown subcommand: %s"12573msgstr "Sub-comando desconocido: %s"1257412575#: builtin/repack.c:1812576msgid "git repack [<options>]"12577msgstr "git repack [<opciones>]"1257812579#: builtin/repack.c:2312580msgid ""12581"Incremental repacks are incompatible with bitmap indexes. Use\n"12582"--no-write-bitmap-index or disable the pack.writebitmaps configuration."12583msgstr ""12584"Re empaquetados incrementales son incompatibles con índices bitmap. Use \n"12585"--no-write-bitmap-index o deshabilite la configuración pack.writebitmaps."1258612587#: builtin/repack.c:16812588msgid "pack everything in a single pack"12589msgstr "empaquetar todo en un único paquete"1259012591#: builtin/repack.c:17012592msgid "same as -a, and turn unreachable objects loose"12593msgstr "lo mismo que -a, y pierde objetos inaccesibles"1259412595#: builtin/repack.c:17312596msgid "remove redundant packs, and run git-prune-packed"12597msgstr "remover paquetes redundantes, y ejecutar git-prune-packed"1259812599#: builtin/repack.c:17512600msgid "pass --no-reuse-delta to git-pack-objects"12601msgstr "pasar --no-reuse-delta a git-pack-objects"1260212603#: builtin/repack.c:17712604msgid "pass --no-reuse-object to git-pack-objects"12605msgstr "pasar --no-reuse-object a git-pack-objects"1260612607#: builtin/repack.c:17912608msgid "do not run git-update-server-info"12609msgstr "no ejecutar git-update-server-info"1261012611#: builtin/repack.c:18212612msgid "pass --local to git-pack-objects"12613msgstr "pasar --local a git-pack-objects"1261412615#: builtin/repack.c:18412616msgid "write bitmap index"12617msgstr "escribir un índice de bitmap"1261812619#: builtin/repack.c:18512620msgid "approxidate"12621msgstr "aproxime"1262212623#: builtin/repack.c:18612624msgid "with -A, do not loosen objects older than this"12625msgstr "con -A, no perder objetos más antiguos que este"1262612627#: builtin/repack.c:18812628msgid "with -a, repack unreachable objects"12629msgstr "con -a, re empaquetar objetos inalcanzables "1263012631#: builtin/repack.c:19012632msgid "size of the window used for delta compression"12633msgstr "tamaño de la ventana usado para la compresión delta"1263412635#: builtin/repack.c:191 builtin/repack.c:19712636msgid "bytes"12637msgstr "bytes"1263812639#: builtin/repack.c:19212640msgid "same as the above, but limit memory size instead of entries count"12641msgstr ""12642"lo mismo que arriba, pero limita el tamaño de memoria en lugar de contar "12643"entradas"1264412645#: builtin/repack.c:19412646msgid "limits the maximum delta depth"12647msgstr "limita la profundidad máxima del delta"1264812649#: builtin/repack.c:19612650msgid "limits the maximum number of threads"12651msgstr "limita el número máximo de hilos"1265212653#: builtin/repack.c:19812654msgid "maximum size of each packfile"12655msgstr "tamaño máximo de cada paquete"1265612657#: builtin/repack.c:20012658msgid "repack objects in packs marked with .keep"12659msgstr "re-empaquetar objetos en paquetes marcados con .keep"1266012661#: builtin/repack.c:21012662msgid "cannot delete packs in a precious-objects repo"12663msgstr "no se pueden borrar paquetes en un repositorio de objetos-preciosos"1266412665#: builtin/repack.c:21412666msgid "--keep-unreachable and -A are incompatible"12667msgstr "--keep-unreachable y -A son incompatibles"1266812669#: builtin/repack.c:406 builtin/worktree.c:13412670#, c-format12671msgid "failed to remove '%s'"12672msgstr "falló al remover '%s'"1267312674#: builtin/replace.c:2012675msgid "git replace [-f] <object> <replacement>"12676msgstr "git replace [-f] <objeto> <remplazo>"1267712678#: builtin/replace.c:2112679msgid "git replace [-f] --edit <object>"12680msgstr "git replace [-f] --edit <objeto>"1268112682#: builtin/replace.c:2212683msgid "git replace [-f] --graft <commit> [<parent>...]"12684msgstr "git replace [-f] --graft <commit> [<padre>...]"1268512686#: builtin/replace.c:2312687msgid "git replace -d <object>..."12688msgstr "git replace -d <objeto>..."1268912690#: builtin/replace.c:2412691msgid "git replace [--format=<format>] [-l [<pattern>]]"12692msgstr "git replace [--format=<formato>] [-l [<patrón>]]"1269312694#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:39712695#, c-format12696msgid "Not a valid object name: '%s'"12697msgstr "Nombre de objeto no válido: '%s'"1269812699#: builtin/replace.c:36112700#, c-format12701msgid "bad mergetag in commit '%s'"12702msgstr "mal mergetag en commit '%s'"1270312704#: builtin/replace.c:36312705#, c-format12706msgid "malformed mergetag in commit '%s'"12707msgstr "mergetag mal formado en commit '%s'"1270812709#: builtin/replace.c:37412710#, c-format12711msgid ""12712"original commit '%s' contains mergetag '%s' that is discarded; use --edit "12713"instead of --graft"12714msgstr ""12715"commit original '%s' contiene un mergetag '%s' que es descartado; use --edit "12716"en lugar de --graft"1271712718#: builtin/replace.c:40712719#, c-format12720msgid "the original commit '%s' has a gpg signature."12721msgstr "el commit original '%s' tiene una firma gpg."1272212723#: builtin/replace.c:40812724msgid "the signature will be removed in the replacement commit!"12725msgstr "la firma será removida en el commit de reemplazo!"1272612727#: builtin/replace.c:41412728#, c-format12729msgid "could not write replacement commit for: '%s'"12730msgstr "no se pudo escribir el commit de reemplazo: '%s'"1273112732#: builtin/replace.c:43812733msgid "list replace refs"12734msgstr "listar replace refs "1273512736#: builtin/replace.c:43912737msgid "delete replace refs"12738msgstr "borrar replace refs"1273912740#: builtin/replace.c:44012741msgid "edit existing object"12742msgstr "editar objeto existente"1274312744#: builtin/replace.c:44112745msgid "change a commit's parents"12746msgstr "cambiar un padre de commit"1274712748#: builtin/replace.c:44212749msgid "replace the ref if it exists"12750msgstr "reemplazar el ref si este existe"1275112752#: builtin/replace.c:44312753msgid "do not pretty-print contents for --edit"12754msgstr "no se puede imprimir contenidos para --edit"1275512756#: builtin/replace.c:44412757msgid "use this format"12758msgstr "usar este formato"1275912760#: builtin/rerere.c:1312761msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"12762msgstr "git rerere [clear | forget <ruta>... | status | remaining | diff | gc]"1276312764#: builtin/rerere.c:5912765msgid "register clean resolutions in index"12766msgstr "registrar resoluciones limpias en el índice"1276712768#: builtin/reset.c:2912769msgid ""12770"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"12771msgstr ""12772"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1277312774#: builtin/reset.c:3012775msgid "git reset [-q] [<tree-ish>] [--] <paths>..."12776msgstr "git reset [-q] [<arbol-ismo>] [--] <rutas>..."1277712778#: builtin/reset.c:3112779msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"12780msgstr "git reset --patch [<arbol-ismo>] [--] [<rutas>...]"1278112782#: builtin/reset.c:3712783msgid "mixed"12784msgstr "mezclado"1278512786#: builtin/reset.c:3712787msgid "soft"12788msgstr "suave"1278912790#: builtin/reset.c:3712791msgid "hard"12792msgstr "duro"1279312794#: builtin/reset.c:3712795msgid "merge"12796msgstr "fusionar"1279712798#: builtin/reset.c:3712799msgid "keep"12800msgstr "mantener"1280112802#: builtin/reset.c:7812803msgid "You do not have a valid HEAD."12804msgstr "No hay un HEAD válido"1280512806#: builtin/reset.c:8012807msgid "Failed to find tree of HEAD."12808msgstr "Falló al encontrar el HEAD del árbol"1280912810#: builtin/reset.c:8612811#, c-format12812msgid "Failed to find tree of %s."12813msgstr "Falló al encontrar árbol de %s."1281412815#: builtin/reset.c:11312816#, c-format12817msgid "HEAD is now at %s"12818msgstr "HEAD está ahora en %s"1281912820#: builtin/reset.c:19712821#, c-format12822msgid "Cannot do a %s reset in the middle of a merge."12823msgstr "no se puede realziar un reset %s en medio de una fusión."1282412825#: builtin/reset.c:29712826msgid "be quiet, only report errors"12827msgstr "ser silencioso, solo reportar errores"1282812829#: builtin/reset.c:29912830msgid "reset HEAD and index"12831msgstr "reiniciar HEAD e index"1283212833#: builtin/reset.c:30012834msgid "reset only HEAD"12835msgstr "reiniciar solo HEAD"1283612837#: builtin/reset.c:302 builtin/reset.c:30412838msgid "reset HEAD, index and working tree"12839msgstr "reiniciar HEAD, índice y árbol de trabajo"1284012841#: builtin/reset.c:30612842msgid "reset HEAD but keep local changes"12843msgstr "reiniciar HEAD pero mantener cambios locales"1284412845#: builtin/reset.c:31212846msgid "record only the fact that removed paths will be added later"12847msgstr ""12848"grabar solo el hecho de que las rutas removidas serán agregadas después"1284912850#: builtin/reset.c:32912851#, c-format12852msgid "Failed to resolve '%s' as a valid revision."12853msgstr "Falló al resolver '%s' como una revisión válida."1285412855#: builtin/reset.c:33712856#, c-format12857msgid "Failed to resolve '%s' as a valid tree."12858msgstr "Falló al resolver '%s' como un árbol válido."1285912860#: builtin/reset.c:34612861msgid "--patch is incompatible with --{hard,mixed,soft}"12862msgstr "--patch es incompatible con --{hard,mixed,soft}"1286312864#: builtin/reset.c:35512865msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."12866msgstr ""12867"--mixed con rutas ha sido deprecado; use 'git reset -- <rutas>' en cambio."1286812869#: builtin/reset.c:35712870#, c-format12871msgid "Cannot do %s reset with paths."12872msgstr "No se puede hacer un reset %s con rutas."1287312874#: builtin/reset.c:36712875#, c-format12876msgid "%s reset is not allowed in a bare repository"12877msgstr "%s reset no está permitido en un repositorio vacío"1287812879#: builtin/reset.c:37112880msgid "-N can only be used with --mixed"12881msgstr "-N sólo puede ser usada con --mixed"1288212883#: builtin/reset.c:38812884msgid "Unstaged changes after reset:"12885msgstr "Cambios fuera del área de stage tras el reset:"1288612887#: builtin/reset.c:39412888#, c-format12889msgid "Could not reset index file to revision '%s'."12890msgstr "No se puede reiniciar el índice a la revisión '%s'."1289112892#: builtin/reset.c:39812893msgid "Could not write new index file."12894msgstr "No se puede escribir un nuevo archivo índice."1289512896#: builtin/rev-list.c:36112897msgid "rev-list does not support display of notes"12898msgstr "rev-list no soporta mostrar notas"1289912900#: builtin/rev-parse.c:40212901msgid "git rev-parse --parseopt [<options>] -- [<args>...]"12902msgstr "git rev-parse --parseopt [<opciones>] -- [<args>...]"1290312904#: builtin/rev-parse.c:40712905msgid "keep the `--` passed as an arg"12906msgstr "mantener el `--` pasado como un arg"1290712908#: builtin/rev-parse.c:40912909msgid "stop parsing after the first non-option argument"12910msgstr "detener análisis tras el primer argumento que no es opción"1291112912#: builtin/rev-parse.c:41212913msgid "output in stuck long form"12914msgstr "salida en formulario largo de atasco"1291512916#: builtin/rev-parse.c:54512917msgid ""12918"git rev-parse --parseopt [<options>] -- [<args>...]\n"12919" or: git rev-parse --sq-quote [<arg>...]\n"12920" or: git rev-parse [<options>] [<arg>...]\n"12921"\n"12922"Run \"git rev-parse --parseopt -h\" for more information on the first usage."12923msgstr ""12924"git rev-parse --parseopt [<opciones>] -- [<args>...]\n"12925" or: git rev-parse --sq-quote [<arg>...]\n"12926" or: git rev-parse [<opciones>] [<arg>...]\n"12927"\n"12928"Ejecute \"git rev-parse --parseopt -h\" para más información sobre el primer "12929"uso."1293012931#: builtin/revert.c:2312932msgid "git revert [<options>] <commit-ish>..."12933msgstr "git revert [<opciones>] <commit-ish>..."1293412935#: builtin/revert.c:2412936msgid "git revert <subcommand>"12937msgstr "git revert <subcomando>"1293812939#: builtin/revert.c:2912940msgid "git cherry-pick [<options>] <commit-ish>..."12941msgstr "git cherry-pick [<opciones>] <commit-ish>..."1294212943#: builtin/revert.c:3012944msgid "git cherry-pick <subcommand>"12945msgstr "git cherry-pick <subcomando>"1294612947#: builtin/revert.c:9012948#, c-format12949msgid "%s: %s cannot be used with %s"12950msgstr "%s: %s no puede ser usado con %s"1295112952#: builtin/revert.c:9912953msgid "end revert or cherry-pick sequence"12954msgstr "finalizar secuencia revert o cherry-pick"1295512956#: builtin/revert.c:10012957msgid "resume revert or cherry-pick sequence"12958msgstr "resumir secuencia revert o cherry-pick"1295912960#: builtin/revert.c:10112961msgid "cancel revert or cherry-pick sequence"12962msgstr "cancelar secuencia revert o cherry-pick"1296312964#: builtin/revert.c:10212965msgid "don't automatically commit"12966msgstr "no realizar commit de forma automática"1296712968#: builtin/revert.c:10312969msgid "edit the commit message"12970msgstr "editar el mensaje de commit"1297112972#: builtin/revert.c:10612973msgid "parent-number"12974msgstr "número-de-padre"1297512976#: builtin/revert.c:10712977msgid "select mainline parent"12978msgstr "seleccionar el padre principal"1297912980#: builtin/revert.c:10912981msgid "merge strategy"12982msgstr "estrategia de fusión"1298312984#: builtin/revert.c:11012985msgid "option"12986msgstr "opción"1298712988#: builtin/revert.c:11112989msgid "option for merge strategy"12990msgstr "opción para estrategia de fusión"1299112992#: builtin/revert.c:12012993msgid "append commit name"12994msgstr "adjuntar el nombre del commit"1299512996#: builtin/revert.c:12212997msgid "preserve initially empty commits"12998msgstr "preservar commits iniciales vacíos"1299913000#: builtin/revert.c:12313001msgid "allow commits with empty messages"13002msgstr "permitir commits con mensajes vacíos"1300313004#: builtin/revert.c:12413005msgid "keep redundant, empty commits"13006msgstr "mantener commits redundantes, vacíos"1300713008#: builtin/revert.c:21413009msgid "revert failed"13010msgstr "falló al revertir"1301113012#: builtin/revert.c:22713013msgid "cherry-pick failed"13014msgstr "cherry-pick falló"1301513016#: builtin/rm.c:1813017msgid "git rm [<options>] [--] <file>..."13018msgstr "git rm [<opciones>] [--] <archivo>..."1301913020#: builtin/rm.c:20613021msgid ""13022"the following file has staged content different from both the\n"13023"file and the HEAD:"13024msgid_plural ""13025"the following files have staged content different from both the\n"13026"file and the HEAD:"13027msgstr[0] ""13028"El siguiente archivo tiene contenido en stage diferente al archivo\n"13029"y a HEAD:"13030msgstr[1] ""13031"los siguientes archivos tienen contenido diferente a los mismos\n"13032"y a HEAD:"1303313034#: builtin/rm.c:21113035msgid ""13036"\n"13037"(use -f to force removal)"13038msgstr ""13039"\n"13040"(usa -f para forzar su eliminación)"1304113042#: builtin/rm.c:21513043msgid "the following file has changes staged in the index:"13044msgid_plural "the following files have changes staged in the index:"13045msgstr[0] "el siguiente archivo tiene cambios en stage en el índice:"13046msgstr[1] "los siguientes archivos tienen cambios en stage en el índice:"1304713048#: builtin/rm.c:219 builtin/rm.c:22813049msgid ""13050"\n"13051"(use --cached to keep the file, or -f to force removal)"13052msgstr ""13053"\n"13054"(usa --cached para conservar el archivo, o -f para forzar su eliminación)"1305513056#: builtin/rm.c:22513057msgid "the following file has local modifications:"13058msgid_plural "the following files have local modifications:"13059msgstr[0] "el siguiente archivo tiene modificaciones locales:"13060msgstr[1] "los siguientes archivos tienen modificaciones locales:"1306113062#: builtin/rm.c:24313063msgid "do not list removed files"13064msgstr "no listar archivos removidos"1306513066#: builtin/rm.c:24413067msgid "only remove from the index"13068msgstr "solo remover del índice"1306913070#: builtin/rm.c:24513071msgid "override the up-to-date check"13072msgstr "sobrescribir el check de actualizado"1307313074#: builtin/rm.c:24613075msgid "allow recursive removal"13076msgstr "permitir remover de forma recursiva"1307713078#: builtin/rm.c:24813079msgid "exit with a zero status even if nothing matched"13080msgstr "salir con stado cero incluso si nada concuerda"1308113082#: builtin/rm.c:30713083#, c-format13084msgid "not removing '%s' recursively without -r"13085msgstr "no removiendo '%s' de manera recursiva sin -r"1308613087#: builtin/rm.c:34613088#, c-format13089msgid "git rm: unable to remove %s"13090msgstr "git rm: no es posible remover %s"1309113092#: builtin/rm.c:36913093#, c-format13094msgid "could not remove '%s'"13095msgstr "no se pudo remover '%s'"1309613097#: builtin/send-pack.c:1913098msgid ""13099"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13100"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "13101"[<ref>...]\n"13102" --all and explicit <ref> specification are mutually exclusive."13103msgstr ""13104"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13105"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "13106"[<ref>...]\n"13107" --all y especificaciones <ref> explícitas son mutuamente exclusivas."1310813109#: builtin/send-pack.c:16213110msgid "remote name"13111msgstr "nombre remoto"1311213113#: builtin/send-pack.c:17613114msgid "use stateless RPC protocol"13115msgstr "usar protocolo RPC sin estado"1311613117#: builtin/send-pack.c:17713118msgid "read refs from stdin"13119msgstr "leer refs de stdin"1312013121#: builtin/send-pack.c:17813122msgid "print status from remote helper"13123msgstr "mostrar status del remote helper"1312413125#: builtin/shortlog.c:1413126msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"13127msgstr "git shortlog [<opciones>] [<rango-de-revisión>] [[--] [<ruta>...]]"1312813129#: builtin/shortlog.c:26313130msgid "Group by committer rather than author"13131msgstr "Agrupar por committer en lugar de autor"1313213133#: builtin/shortlog.c:26513134msgid "sort output according to the number of commits per author"13135msgstr "ordenar salida de acuerdo al número de commits por autor"1313613137#: builtin/shortlog.c:26713138msgid "Suppress commit descriptions, only provides commit count"13139msgstr "Suprimir descripción de commits, solo proveer cuenta de commits"1314013141#: builtin/shortlog.c:26913142msgid "Show the email address of each author"13143msgstr "Mostrar la dirección de correo de cada autor"1314413145#: builtin/shortlog.c:27013146msgid "w[,i1[,i2]]"13147msgstr "w[,i1[,i2]]"1314813149#: builtin/shortlog.c:27113150msgid "Linewrap output"13151msgstr "Salida de línea"1315213153#: builtin/show-branch.c:1213154msgid ""13155"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13156"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"13157"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13158"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"13159msgstr ""13160"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13161"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"13162"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13163"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"1316413165#: builtin/show-branch.c:1613166msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"13167msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"1316813169#: builtin/show-branch.c:37613170#, c-format13171msgid "ignoring %s; cannot handle more than %d ref"13172msgid_plural "ignoring %s; cannot handle more than %d refs"13173msgstr[0] "ignorando %s; no se puede manejar más de %d ref"13174msgstr[1] "ignorando %s; no se puede manejar más de %d refs"1317513176#: builtin/show-branch.c:53013177#, c-format13178msgid "no matching refs with %s"13179msgstr "no hay refs que concuerden con %s"1318013181#: builtin/show-branch.c:62613182msgid "show remote-tracking and local branches"13183msgstr "mostrar ramas locales y de rastreo remoto"1318413185#: builtin/show-branch.c:62813186msgid "show remote-tracking branches"13187msgstr "mostrar ramas de rastreo remoto"1318813189#: builtin/show-branch.c:63013190msgid "color '*!+-' corresponding to the branch"13191msgstr "color '*!+-' correspondiendo a la rama"1319213193#: builtin/show-branch.c:63213194msgid "show <n> more commits after the common ancestor"13195msgstr "mostrar <n> commits más tras encontrar el ancestro común"1319613197#: builtin/show-branch.c:63413198msgid "synonym to more=-1"13199msgstr "sinonimo de más=-1"1320013201#: builtin/show-branch.c:63513202msgid "suppress naming strings"13203msgstr "suprimir strings de nombre"1320413205#: builtin/show-branch.c:63713206msgid "include the current branch"13207msgstr "incluir la rama actual"1320813209#: builtin/show-branch.c:63913210msgid "name commits with their object names"13211msgstr "nombrar commits con sus nombres de objeto"1321213213#: builtin/show-branch.c:64113214msgid "show possible merge bases"13215msgstr "mostrar bases de fusión posibles"1321613217#: builtin/show-branch.c:64313218msgid "show refs unreachable from any other ref"13219msgstr "mostrar refs inalcanzables por ningún otro ref"1322013221#: builtin/show-branch.c:64513222msgid "show commits in topological order"13223msgstr "mostrar commits en orden topológico"1322413225#: builtin/show-branch.c:64813226msgid "show only commits not on the first branch"13227msgstr "mostrar solo commits que no están en la primera rama"1322813229#: builtin/show-branch.c:65013230msgid "show merges reachable from only one tip"13231msgstr "mostrar fusiones alcanzables solo por una punta"1323213233#: builtin/show-branch.c:65213234msgid "topologically sort, maintaining date order where possible"13235msgstr "orden topológico, manteniendo el orden de fechas donde sea posible"1323613237#: builtin/show-branch.c:65513238msgid "<n>[,<base>]"13239msgstr "<n>[,<base>]"1324013241#: builtin/show-branch.c:65613242msgid "show <n> most recent ref-log entries starting at base"13243msgstr "mostrar <n> entradas más recientes de ref-log comenzando desde la base"1324413245#: builtin/show-branch.c:69013246msgid ""13247"--reflog is incompatible with --all, --remotes, --independent or --merge-base"13248msgstr ""13249"--reflog no es compatible con --all, --remotes, --independent o --merge-base"1325013251#: builtin/show-branch.c:71413252msgid "no branches given, and HEAD is not valid"13253msgstr "no se dieron ramas, y el HEAD no es válido"1325413255#: builtin/show-branch.c:71713256msgid "--reflog option needs one branch name"13257msgstr "opción --reflog necesita un nombre de rama"1325813259#: builtin/show-branch.c:72013260#, c-format13261msgid "only %d entry can be shown at one time."13262msgid_plural "only %d entries can be shown at one time."13263msgstr[0] "solo %d entrada puede ser mostrada a la vez."13264msgstr[1] "solo %d entradas pueden ser mostradas a la vez."1326513266#: builtin/show-branch.c:72413267#, c-format13268msgid "no such ref %s"13269msgstr "no existe el ref %s"1327013271#: builtin/show-branch.c:80813272#, c-format13273msgid "cannot handle more than %d rev."13274msgid_plural "cannot handle more than %d revs."13275msgstr[0] "no se puede manejar más de %d rev."13276msgstr[1] "no se puede manejar más de %d revs."1327713278#: builtin/show-branch.c:81213279#, c-format13280msgid "'%s' is not a valid ref."13281msgstr "'%s' no es una ref válida."1328213283#: builtin/show-branch.c:81513284#, c-format13285msgid "cannot find commit %s (%s)"13286msgstr "no se puede encontrar el commit %s (%s)"1328713288#: builtin/show-ref.c:1013289msgid ""13290"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13291"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"13292msgstr ""13293"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13294"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patrón>...]"1329513296#: builtin/show-ref.c:1113297msgid "git show-ref --exclude-existing[=<pattern>]"13298msgstr "git show-ref --exclude-existing[=<patrón>]"1329913300#: builtin/show-ref.c:15913301msgid "only show tags (can be combined with heads)"13302msgstr "solo mostrar tags (puede ser combinado con heads)"1330313304#: builtin/show-ref.c:16013305msgid "only show heads (can be combined with tags)"13306msgstr "solo mostrar heads (puede ser combinado con tags)"1330713308#: builtin/show-ref.c:16113309msgid "stricter reference checking, requires exact ref path"13310msgstr "revisar referencias más estrictamente, requiere ruta de ref exacta"1331113312#: builtin/show-ref.c:164 builtin/show-ref.c:16613313msgid "show the HEAD reference, even if it would be filtered out"13314msgstr "mostrar la referencia de HEAD, incluso si se filtrara"1331513316#: builtin/show-ref.c:16813317msgid "dereference tags into object IDs"13318msgstr "tags de deferencia en IDs de objeto"1331913320#: builtin/show-ref.c:17013321msgid "only show SHA1 hash using <n> digits"13322msgstr "solo mostrar hash SHA1 usando <n> dígitos"1332313324#: builtin/show-ref.c:17413325msgid "do not print results to stdout (useful with --verify)"13326msgstr "no mostrar resultados en stdout (útil con --verify)"1332713328#: builtin/show-ref.c:17613329msgid "show refs from stdin that aren't in local repository"13330msgstr "mostrar refs de stdin que no están en el repositorio local"1333113332#: builtin/stripspace.c:1813333msgid "git stripspace [-s | --strip-comments]"13334msgstr "git stripspace [-s | --strip-comments]"1333513336#: builtin/stripspace.c:1913337msgid "git stripspace [-c | --comment-lines]"13338msgstr "git stripspace [-c | --comment-lines]"1333913340#: builtin/stripspace.c:3613341msgid "skip and remove all lines starting with comment character"13342msgstr ""13343"saltar y borrar todas las líneas que comienzan con un caracter de comentario"1334413345#: builtin/stripspace.c:3913346msgid "prepend comment character and space to each line"13347msgstr "anteponer caracter de comentario y espacio a cada línea"1334813349#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:109413350#, c-format13351msgid "No such ref: %s"13352msgstr "No existe ref: %s"1335313354#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:110313355#, c-format13356msgid "Expecting a full ref name, got %s"13357msgstr "Se esperaba un nombre de ref completo, se obtuvo %s"1335813359#: builtin/submodule--helper.c:7113360#, c-format13361msgid "cannot strip one component off url '%s'"13362msgstr "no se puede quitar un componente del url '%s'"1336313364#: builtin/submodule--helper.c:302 builtin/submodule--helper.c:62313365msgid "alternative anchor for relative paths"13366msgstr "ancho alternativo para rutas relativas"1336713368#: builtin/submodule--helper.c:30713369msgid "git submodule--helper list [--prefix=<path>] [<path>...]"13370msgstr "git submodule--helper list [--prefix=<ruta>] [<ruta>...]"1337113372#: builtin/submodule--helper.c:350 builtin/submodule--helper.c:37413373#, c-format13374msgid "No url found for submodule path '%s' in .gitmodules"13375msgstr "No se encontró url para la ruta del submódulo '%s' en .gitmodules"1337613377#: builtin/submodule--helper.c:38913378#, c-format13379msgid ""13380"could not lookup configuration '%s'. Assuming this repository is its own "13381"authoritative upstream."13382msgstr ""13383"no se pudo encontrar configuración '%s'. Asumiendo que este repositorio es "13384"su propio upstream autoritativo."1338513386#: builtin/submodule--helper.c:40013387#, c-format13388msgid "Failed to register url for submodule path '%s'"13389msgstr "Falló al registrar el url para la ruta del submódulo '%s'"1339013391#: builtin/submodule--helper.c:40413392#, c-format13393msgid "Submodule '%s' (%s) registered for path '%s'\n"13394msgstr "Submódulo '%s' (%s) registrado para ruta '%s'\n"1339513396#: builtin/submodule--helper.c:41413397#, c-format13398msgid "warning: command update mode suggested for submodule '%s'\n"13399msgstr ""13400"peligro: modo de actualización de comandos sugerido para el submódulo '%s'\n"1340113402#: builtin/submodule--helper.c:42113403#, c-format13404msgid "Failed to register update mode for submodule path '%s'"13405msgstr ""13406"Error al registrar el modo de actualización para la ruta del submódulo '%s'"1340713408#: builtin/submodule--helper.c:43713409msgid "Suppress output for initializing a submodule"13410msgstr "suprime la salida para inicializar un submódulo"1341113412#: builtin/submodule--helper.c:44213413msgid "git submodule--helper init [<path>]"13414msgstr "git submodule--helper init [<ruta>]"1341513416#: builtin/submodule--helper.c:47013417msgid "git submodule--helper name <path>"13418msgstr "git submodule--helper name <ruta>"1341913420#: builtin/submodule--helper.c:47513421#, c-format13422msgid "no submodule mapping found in .gitmodules for path '%s'"13423msgstr ""13424"No se ha encontrado mapeo de submódulos en .gitmodules para la ruta '%s'"1342513426#: builtin/submodule--helper.c:558 builtin/submodule--helper.c:56113427#, c-format13428msgid "submodule '%s' cannot add alternate: %s"13429msgstr "submódulo '%s' no puede agregar alterno: %s"1343013431#: builtin/submodule--helper.c:59713432#, c-format13433msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"13434msgstr "Valor '%s' para submodule.alternateErrorStrategy no es reconocido"1343513436#: builtin/submodule--helper.c:60413437#, c-format13438msgid "Value '%s' for submodule.alternateLocation is not recognized"13439msgstr "Valor '%s' para submodule.alternateLocation no es reconocido"1344013441#: builtin/submodule--helper.c:62613442msgid "where the new submodule will be cloned to"13443msgstr "a donde el nuevo submódulo será clonado"1344413445#: builtin/submodule--helper.c:62913446msgid "name of the new submodule"13447msgstr "nombre del nuevo submódulo"1344813449#: builtin/submodule--helper.c:63213450msgid "url where to clone the submodule from"13451msgstr "url de dónde clonar el submódulo"1345213453#: builtin/submodule--helper.c:63813454msgid "depth for shallow clones"13455msgstr "profundidad para clones superficiales"1345613457#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:101213458msgid "force cloning progress"13459msgstr "forzar el proceso de clonado"1346013461#: builtin/submodule--helper.c:64613462msgid ""13463"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "13464"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"13465msgstr ""13466"git submodule--helper clone [--prefix=<ruta>] [--quiet] [--reference "13467"<repositorio>] [--name <nombre>] [--depth <profundidad>] --url <url> --path "13468"<ruta>"1346913470#: builtin/submodule--helper.c:67713471#, c-format13472msgid "clone of '%s' into submodule path '%s' failed"13473msgstr "clon de '%s' en la ruta de submódulo '%s' falló"1347413475#: builtin/submodule--helper.c:69213476#, c-format13477msgid "could not get submodule directory for '%s'"13478msgstr "no se pudo obtener el directorio de submódulo para '%s'"1347913480#: builtin/submodule--helper.c:75713481#, c-format13482msgid "Submodule path '%s' not initialized"13483msgstr "Ruta de submódulo '%s' no inicializada"1348413485#: builtin/submodule--helper.c:76113486msgid "Maybe you want to use 'update --init'?"13487msgstr "Tal vez quiere usar 'update --init'?"1348813489#: builtin/submodule--helper.c:79013490#, c-format13491msgid "Skipping unmerged submodule %s"13492msgstr "Saltando submódulo %s no fusionado"1349313494#: builtin/submodule--helper.c:81913495#, c-format13496msgid "Skipping submodule '%s'"13497msgstr "Saltando submódulo '%s'"1349813499#: builtin/submodule--helper.c:95213500#, c-format13501msgid "Failed to clone '%s'. Retry scheduled"13502msgstr "Falló al clonar '%s'. Reintento programado"1350313504#: builtin/submodule--helper.c:96313505#, c-format13506msgid "Failed to clone '%s' a second time, aborting"13507msgstr "Falló al clonar '%s' una segunda vez, abortando"1350813509#: builtin/submodule--helper.c:993 builtin/submodule--helper.c:121313510msgid "path into the working tree"13511msgstr "ruta hacia el árbol de trabajo"1351213513#: builtin/submodule--helper.c:99613514msgid "path into the working tree, across nested submodule boundaries"13515msgstr ""13516"ruta hacia el árbol de trabajo, a través de extremos de submódulos anidados"1351713518#: builtin/submodule--helper.c:100013519msgid "rebase, merge, checkout or none"13520msgstr "rebase, merge, checkout o none"1352113522#: builtin/submodule--helper.c:100413523msgid "Create a shallow clone truncated to the specified number of revisions"13524msgstr "Crea un clon superficial truncado al número especificado de revisión"1352513526#: builtin/submodule--helper.c:100713527msgid "parallel jobs"13528msgstr "trabajos paralelos"1352913530#: builtin/submodule--helper.c:100913531msgid "whether the initial clone should follow the shallow recommendation"13532msgstr "si el clon inicial debe seguir la recomendación superficial"1353313534#: builtin/submodule--helper.c:101013535msgid "don't print cloning progress"13536msgstr "no mostrar el progreso de clonado"1353713538#: builtin/submodule--helper.c:101713539msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"13540msgstr "git submodule--helper update_clone [--prefix=<ruta>] [<ruta>...]"1354113542#: builtin/submodule--helper.c:103013543msgid "bad value for update parameter"13544msgstr "mal valor para parámetro update"1354513546#: builtin/submodule--helper.c:109813547#, c-format13548msgid ""13549"Submodule (%s) branch configured to inherit branch from superproject, but "13550"the superproject is not on any branch"13551msgstr ""13552"Rama de submódulo (%s) configurada para heredar rama del superproyecto, "13553"pero el superproyecto no está en ninguna rama"1355413555#: builtin/submodule--helper.c:121413556msgid "recurse into submodules"13557msgstr "recurrir a submódulos"1355813559#: builtin/submodule--helper.c:122013560msgid "git submodule--helper embed-git-dir [<path>...]"13561msgstr "git submodule--helper embed-git-dir [<ruta>...]"1356213563#: builtin/submodule--helper.c:127813564#, c-format13565msgid "%s doesn't support --super-prefix"13566msgstr "%s no soporta --super-prefix"1356713568#: builtin/submodule--helper.c:128413569#, c-format13570msgid "'%s' is not a valid submodule--helper subcommand"13571msgstr "'%s' no es un comando submodule--helper valido"1357213573#: builtin/symbolic-ref.c:813574msgid "git symbolic-ref [<options>] <name> [<ref>]"13575msgstr "git symbolic-ref [<opciones>] <nombre> [<referencia>]"1357613577#: builtin/symbolic-ref.c:913578msgid "git symbolic-ref -d [-q] <name>"13579msgstr "git symbolic-ref -d [-q] <nombre>"1358013581#: builtin/symbolic-ref.c:4013582msgid "suppress error message for non-symbolic (detached) refs"13583msgstr "suprimir mensajes de error para refs no simbólicos (desacoplados)"1358413585#: builtin/symbolic-ref.c:4113586msgid "delete symbolic ref"13587msgstr "eliminar referencia simbólica"1358813589#: builtin/symbolic-ref.c:4213590msgid "shorten ref output"13591msgstr "salida de referencia más corta"1359213593#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213594msgid "reason"13595msgstr "razón"1359613597#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213598msgid "reason of the update"13599msgstr "razón de la actualización"1360013601#: builtin/tag.c:2413602msgid ""13603"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "13604"[<head>]"13605msgstr ""13606"git tag [-a | -s | -u <id-de-clave>] [-f] [-m <mensaje> | -F <archivo>] "13607"<nombre-de-etiqueta> [<head>]"1360813609#: builtin/tag.c:2513610msgid "git tag -d <tagname>..."13611msgstr "git tag -d <nombre-de-etiqueta>..."1361213613#: builtin/tag.c:2613614msgid ""13615"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13616"points-at <object>]\n"13617"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"13618msgstr ""13619"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13620"points-at <objeto>]\n"13621"\t\t[--format=<formato>] [--[no-]merged [<commit>]] [<patrón>...]"1362213623#: builtin/tag.c:2813624msgid "git tag -v [--format=<format>] <tagname>..."13625msgstr "git tag -v [--format=<formato>] <nombre-de-tag>..."1362613627#: builtin/tag.c:8613628#, c-format13629msgid "tag '%s' not found."13630msgstr "etiqueta '%s' no encontrada."1363113632#: builtin/tag.c:10213633#, c-format13634msgid "Deleted tag '%s' (was %s)\n"13635msgstr "Etiqueta '%s' eliminada (era %s)\n"1363613637#: builtin/tag.c:13113638#, c-format13639msgid ""13640"\n"13641"Write a message for tag:\n"13642" %s\n"13643"Lines starting with '%c' will be ignored.\n"13644msgstr ""13645"\n"13646"Escribe un mensaje para la etiqueta:\n"13647" %s\n"13648"Las líneas que comienzan con '%c' serán ignoradas.\n"1364913650#: builtin/tag.c:13513651#, c-format13652msgid ""13653"\n"13654"Write a message for tag:\n"13655" %s\n"13656"Lines starting with '%c' will be kept; you may remove them yourself if you "13657"want to.\n"13658msgstr ""13659"\n"13660"Escribe un mensaje para la etiqueta:\n"13661" %s\n"13662"Las líneas que comienzan con '%c' serán conservadas; puedes eliminarlas por "13663"ti mismo si quieres hacerlo.\n"1366413665#: builtin/tag.c:18913666msgid "unable to sign the tag"13667msgstr "incapaz de firmar etiqueta"1366813669#: builtin/tag.c:19113670msgid "unable to write tag file"13671msgstr "incapaz de escribir el archivo de etiqueta"1367213673#: builtin/tag.c:21513674msgid "bad object type."13675msgstr "tipo de objeto erróneo."1367613677#: builtin/tag.c:26113678msgid "no tag message?"13679msgstr "¿Sin mensaje de etiqueta?"1368013681#: builtin/tag.c:26813682#, c-format13683msgid "The tag message has been left in %s\n"13684msgstr "El mensaje de la etiqueta ha sido dejado en %s\n"1368513686#: builtin/tag.c:37613687msgid "list tag names"13688msgstr "listar nombres de etiquetas"1368913690#: builtin/tag.c:37813691msgid "print <n> lines of each tag message"13692msgstr "imprimir <n> líneas de cada mensaje de etiqueta"1369313694#: builtin/tag.c:38013695msgid "delete tags"13696msgstr "eliminar etiquetas"1369713698#: builtin/tag.c:38113699msgid "verify tags"13700msgstr "verificar etiquetas"1370113702#: builtin/tag.c:38313703msgid "Tag creation options"13704msgstr "Opciones de creación de etiquetas"1370513706#: builtin/tag.c:38513707msgid "annotated tag, needs a message"13708msgstr "etiquetas anotadas necesitan un mensaje"1370913710#: builtin/tag.c:38713711msgid "tag message"13712msgstr "mensaje de etiqueta"1371313714#: builtin/tag.c:38913715msgid "annotated and GPG-signed tag"13716msgstr "etiqueta anotada y firmada con GPG"1371713718#: builtin/tag.c:39313719msgid "use another key to sign the tag"13720msgstr "usar otra clave para firmar la etiqueta"1372113722#: builtin/tag.c:39413723msgid "replace the tag if exists"13724msgstr "remplazar etiqueta si existe"1372513726#: builtin/tag.c:395 builtin/update-ref.c:36813727msgid "create a reflog"13728msgstr "crear un reflog"1372913730#: builtin/tag.c:39713731msgid "Tag listing options"13732msgstr "Opciones de listado de etiqueta"1373313734#: builtin/tag.c:39813735msgid "show tag list in columns"13736msgstr "mostrar lista de etiquetas en columnas"1373713738#: builtin/tag.c:399 builtin/tag.c:40113739msgid "print only tags that contain the commit"13740msgstr "mostrar solo tags que contienen el commit"1374113742#: builtin/tag.c:400 builtin/tag.c:40213743msgid "print only tags that don't contain the commit"13744msgstr "mostrar solo tags que no contienen el commit"1374513746#: builtin/tag.c:40313747msgid "print only tags that are merged"13748msgstr "sólo imprimir las etiquetas que están fusionadas"1374913750#: builtin/tag.c:40413751msgid "print only tags that are not merged"13752msgstr "sólo imprimir las etiquetas que no están fusionadas"1375313754#: builtin/tag.c:40913755msgid "print only tags of the object"13756msgstr "sólo imprimir etiquetas de el objeto"1375713758#: builtin/tag.c:45313759msgid "--column and -n are incompatible"13760msgstr "--column y -n son incompatibles"1376113762#: builtin/tag.c:47513763msgid "-n option is only allowed in list mode"13764msgstr "opción -n solo es permitida en modo lista"1376513766#: builtin/tag.c:47713767msgid "--contains option is only allowed in list mode"13768msgstr "opción --contains solo es permitido en modo lista"1376913770#: builtin/tag.c:47913771msgid "--no-contains option is only allowed in list mode"13772msgstr "opción --no-contains solo es permitida en moso lista"1377313774#: builtin/tag.c:48113775msgid "--points-at option is only allowed in list mode"13776msgstr "opción --points-at solo es permitida en modo lista"1377713778#: builtin/tag.c:48313779msgid "--merged and --no-merged options are only allowed in list mode"13780msgstr "opciones --merged y --no-merged solo están permitidas en modo lista"1378113782#: builtin/tag.c:49413783msgid "only one -F or -m option is allowed."13784msgstr "sólo se permite una de las opciones, -m ó -F."1378513786#: builtin/tag.c:51313787msgid "too many params"13788msgstr "demasiados parámetros"1378913790#: builtin/tag.c:51913791#, c-format13792msgid "'%s' is not a valid tag name."13793msgstr "'%s' no es un nombre de etiqueta válido."1379413795#: builtin/tag.c:52413796#, c-format13797msgid "tag '%s' already exists"13798msgstr "la etiqueta '%s' ya existe"1379913800#: builtin/tag.c:55413801#, c-format13802msgid "Updated tag '%s' (was %s)\n"13803msgstr "Etiqueta '%s' actualizada (era %s)\n"1380413805#: builtin/unpack-objects.c:49413806msgid "Unpacking objects"13807msgstr "Desempaquetando objetos"1380813809#: builtin/update-index.c:8013810#, c-format13811msgid "failed to create directory %s"13812msgstr "fallo al crear directorio %s"1381313814#: builtin/update-index.c:8613815#, c-format13816msgid "failed to stat %s"13817msgstr "fallo al iniciar %s"1381813819#: builtin/update-index.c:9613820#, c-format13821msgid "failed to create file %s"13822msgstr "fallo al crear el archivo %s"1382313824#: builtin/update-index.c:10413825#, c-format13826msgid "failed to delete file %s"13827msgstr "fallo al eliminar el archivo %s"1382813829#: builtin/update-index.c:111 builtin/update-index.c:21713830#, c-format13831msgid "failed to delete directory %s"13832msgstr "fallo al eliminar directorio %s"1383313834#: builtin/update-index.c:13613835#, c-format13836msgid "Testing mtime in '%s' "13837msgstr "Probando mtime en '%s' "1383813839#: builtin/update-index.c:15013840msgid "directory stat info does not change after adding a new file"13841msgstr "info de estado del directorio no cambia tras agregar un nuevo archivo"1384213843#: builtin/update-index.c:16313844msgid "directory stat info does not change after adding a new directory"13845msgstr ""13846"info de estado del directorio no cambia tras agregar un nuevo directorio"1384713848#: builtin/update-index.c:17613849msgid "directory stat info changes after updating a file"13850msgstr "info de estado del directorio cambia tras actualizar un archivo"1385113852#: builtin/update-index.c:18713853msgid "directory stat info changes after adding a file inside subdirectory"13854msgstr ""13855"info de estado del directorio cambia tras agregar un archivo dentro del "13856"subdirectorio"1385713858#: builtin/update-index.c:19813859msgid "directory stat info does not change after deleting a file"13860msgstr "info de estado del directorio no cambia tras borrar un archivo"1386113862#: builtin/update-index.c:21113863msgid "directory stat info does not change after deleting a directory"13864msgstr "info de estado del directorio no cambia tras borrar un directorio"1386513866#: builtin/update-index.c:21813867msgid " OK"13868msgstr " OK"1386913870#: builtin/update-index.c:57113871msgid "git update-index [<options>] [--] [<file>...]"13872msgstr "git update-index [<opciones>] [--] [<archivo>...]"1387313874#: builtin/update-index.c:92613875msgid "continue refresh even when index needs update"13876msgstr "continuar refresh incluso cuando el índice necesita actualizar"1387713878#: builtin/update-index.c:92913879msgid "refresh: ignore submodules"13880msgstr "refresh: ignora submódulos"1388113882#: builtin/update-index.c:93213883msgid "do not ignore new files"13884msgstr "no ignorar archivos nuevos"1388513886#: builtin/update-index.c:93413887msgid "let files replace directories and vice-versa"13888msgstr "permitir que archivos remplacen directorios y vice-versa"1388913890#: builtin/update-index.c:93613891msgid "notice files missing from worktree"13892msgstr "avisar de archivos faltando en el árbol de trabajo"1389313894#: builtin/update-index.c:93813895msgid "refresh even if index contains unmerged entries"13896msgstr "ejecutar refresh incluso si el índice contiene entradas sin cambios"1389713898#: builtin/update-index.c:94113899msgid "refresh stat information"13900msgstr "refresh información de estado"1390113902#: builtin/update-index.c:94513903msgid "like --refresh, but ignore assume-unchanged setting"13904msgstr "como --refresh, pero ignora configuración assume-unchanged"1390513906#: builtin/update-index.c:94913907msgid "<mode>,<object>,<path>"13908msgstr "<modo>,<objeto>,<ruta>"1390913910#: builtin/update-index.c:95013911msgid "add the specified entry to the index"13912msgstr "agregar la entrada especificada al índice"1391313914#: builtin/update-index.c:95913915msgid "mark files as \"not changing\""13916msgstr "marcar archivos como \"not changing\""1391713918#: builtin/update-index.c:96213919msgid "clear assumed-unchanged bit"13920msgstr "limpiar bit assumed-unchanged"1392113922#: builtin/update-index.c:96513923msgid "mark files as \"index-only\""13924msgstr "marcar archivos como \"index-only\""1392513926#: builtin/update-index.c:96813927msgid "clear skip-worktree bit"13928msgstr "limpiar bit skip-worktree"1392913930#: builtin/update-index.c:97113931msgid "add to index only; do not add content to object database"13932msgstr ""13933"agregar solo al índice; no agregar contenido a la base de datos de objetos"1393413935#: builtin/update-index.c:97313936msgid "remove named paths even if present in worktree"13937msgstr ""13938"remover rutas nombradas incluso si están presentes en el árbol de trabajo"1393913940#: builtin/update-index.c:97513941msgid "with --stdin: input lines are terminated by null bytes"13942msgstr "con --stdin: línas de entrada son terminadas con bytes null"1394313944#: builtin/update-index.c:97713945msgid "read list of paths to be updated from standard input"13946msgstr "leer la lista de rutas para ser actualizada desde standard input"1394713948#: builtin/update-index.c:98113949msgid "add entries from standard input to the index"13950msgstr "agregar entradas de standard input al índice"1395113952#: builtin/update-index.c:98513953msgid "repopulate stages #2 and #3 for the listed paths"13954msgstr "repoblar stages #2 y #3 para las rutas listadas"1395513956#: builtin/update-index.c:98913957msgid "only update entries that differ from HEAD"13958msgstr "solo actualizar entradas que difieren de HEAD"1395913960#: builtin/update-index.c:99313961msgid "ignore files missing from worktree"13962msgstr "ignorar archivos faltantes en el árbol de trabajo"1396313964#: builtin/update-index.c:99613965msgid "report actions to standard output"13966msgstr "reportar acciones por standard output"1396713968#: builtin/update-index.c:99813969msgid "(for porcelains) forget saved unresolved conflicts"13970msgstr "(para porcelanas) olvidar conflictos sin resolver guardados"1397113972#: builtin/update-index.c:100213973msgid "write index in this format"13974msgstr "escribir índice en este formato"1397513976#: builtin/update-index.c:100413977msgid "enable or disable split index"13978msgstr "activar o desactivar índice dividido"1397913980#: builtin/update-index.c:100613981msgid "enable/disable untracked cache"13982msgstr "habilitar o deshabilitar caché no rastreado"1398313984#: builtin/update-index.c:100813985msgid "test if the filesystem supports untracked cache"13986msgstr "probar si el filesystem soporta caché no rastreado"1398713988#: builtin/update-index.c:101013989msgid "enable untracked cache without testing the filesystem"13990msgstr "habilitar caché no rastreado sin probar el filesystem"1399113992#: builtin/update-index.c:110713993msgid ""13994"core.splitIndex is set to false; remove or change it, if you really want to "13995"enable split index"13996msgstr ""13997"core.splitIndex está configurado en false; remuévelo o cámbialo, si "13998"realmente quieres habilitar el índice partido"1399914000#: builtin/update-index.c:111614001msgid ""14002"core.splitIndex is set to true; remove or change it, if you really want to "14003"disable split index"14004msgstr ""14005"core.splitIndex está configurado en true; remuévelo o cámbialo, si realmente "14006"quieres deshabilitar el índice partido"1400714008#: builtin/update-index.c:112714009msgid ""14010"core.untrackedCache is set to true; remove or change it, if you really want "14011"to disable the untracked cache"14012msgstr ""14013"core.untrackedCache está configurado en true; remuévelo o cámbialo, si "14014"realmente quieres deshabilitar el chaché no rastreado"1401514016#: builtin/update-index.c:113114017msgid "Untracked cache disabled"14018msgstr "Caché no rastreado deshabilitado"1401914020#: builtin/update-index.c:113914021msgid ""14022"core.untrackedCache is set to false; remove or change it, if you really want "14023"to enable the untracked cache"14024msgstr ""14025"core.untrackedCache está configurado en false; remuévelo o cámbialo, si "14026"realmente quieres habilitar el caché no rastreado"1402714028#: builtin/update-index.c:114314029#, c-format14030msgid "Untracked cache enabled for '%s'"14031msgstr "Caché no rastreado habilitado para '%s'"1403214033#: builtin/update-ref.c:1014034msgid "git update-ref [<options>] -d <refname> [<old-val>]"14035msgstr "git update-ref [<opciones>] -d <nombre-referencia> [<valor-anterior>]"1403614037#: builtin/update-ref.c:1114038msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"14039msgstr ""14040"git update-ref [<opciones>] <nombre-referencia> <valor-nuevo> [<valor-"14041"anterior>]"1404214043#: builtin/update-ref.c:1214044msgid "git update-ref [<options>] --stdin [-z]"14045msgstr "git update-ref [<opciones>] --stdin [-z]"1404614047#: builtin/update-ref.c:36314048msgid "delete the reference"14049msgstr "eliminar la referencia"1405014051#: builtin/update-ref.c:36514052msgid "update <refname> not the one it points to"14053msgstr "actualiza <refname> no a lo que apunta"1405414055#: builtin/update-ref.c:36614056msgid "stdin has NUL-terminated arguments"14057msgstr "stdin tiene argumentos terminados en NUL"1405814059#: builtin/update-ref.c:36714060msgid "read updates from stdin"14061msgstr "lee actualizaciones de stdin"1406214063#: builtin/update-server-info.c:714064msgid "git update-server-info [--force]"14065msgstr "git update-server-info [--force]"1406614067#: builtin/update-server-info.c:1514068msgid "update the info files from scratch"14069msgstr "actualiza el archivo info desde cero"1407014071#: builtin/verify-commit.c:1814072msgid "git verify-commit [-v | --verbose] <commit>..."14073msgstr "git verify-commit [-v | --verbose] <confirmación>..."1407414075#: builtin/verify-commit.c:7314076msgid "print commit contents"14077msgstr "imprimir contenido de la confirmación"1407814079#: builtin/verify-commit.c:74 builtin/verify-tag.c:3814080msgid "print raw gpg status output"14081msgstr "muestra la salida de status gpg en formato raw"1408214083#: builtin/verify-pack.c:5514084msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."14085msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquete>..."1408614087#: builtin/verify-pack.c:6514088msgid "verbose"14089msgstr "verboso"1409014091#: builtin/verify-pack.c:6714092msgid "show statistics only"14093msgstr "solo mostrar estadísticas"1409414095#: builtin/verify-tag.c:1914096msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."14097msgstr "git verify-tag [-v | --verbose] [--format=<formato>] <tag>..."1409814099#: builtin/verify-tag.c:3714100msgid "print tag contents"14101msgstr "imprimir contenido de la etiqueta"1410214103#: builtin/worktree.c:1614104msgid "git worktree add [<options>] <path> [<branch>]"14105msgstr "git worktree add [<opciones>] <ruta> [<rama>]"1410614107#: builtin/worktree.c:1714108msgid "git worktree list [<options>]"14109msgstr "git worktree list [<opciones>]"1411014111#: builtin/worktree.c:1814112msgid "git worktree lock [<options>] <path>"14113msgstr "git worktree lock [<opciones>] <ruta>"1411414115#: builtin/worktree.c:1914116msgid "git worktree prune [<options>]"14117msgstr "git worktree prune [<opciones>]"1411814119#: builtin/worktree.c:2014120msgid "git worktree unlock <path>"14121msgstr "git worktree unlock <ruta>"1412214123#: builtin/worktree.c:4614124#, c-format14125msgid "Removing worktrees/%s: not a valid directory"14126msgstr "Removiendo el worktrees/%s: no es un directorio válido"1412714128#: builtin/worktree.c:5214129#, c-format14130msgid "Removing worktrees/%s: gitdir file does not exist"14131msgstr "Removiendo worktrees/%s: archivo gitdir no existe"1413214133#: builtin/worktree.c:57 builtin/worktree.c:6614134#, c-format14135msgid "Removing worktrees/%s: unable to read gitdir file (%s)"14136msgstr "Removiendo worktrees/%s: no es posible leer el archivo gitdir (%s)"1413714138#: builtin/worktree.c:7614139#, c-format14140msgid ""14141"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "14142"%<PRIuMAX>)"14143msgstr ""14144"Removiendo árboles de trabajo/%s: lectura corta (se esperan %<PRIuMAX> "14145"bytes, %<PRIuMAX> leídos)"1414614147#: builtin/worktree.c:8414148#, c-format14149msgid "Removing worktrees/%s: invalid gitdir file"14150msgstr "Removiendo worktrees/%s: archivo gitdir inválido"1415114152#: builtin/worktree.c:10014153#, c-format14154msgid "Removing worktrees/%s: gitdir file points to non-existent location"14155msgstr ""14156"Removiendo worktrees/%s: archivo gitdir apunta a una ubicación no existente"1415714158#: builtin/worktree.c:14714159msgid "report pruned working trees"14160msgstr "reporta árboles de trabajo recortados"1416114162#: builtin/worktree.c:14914163msgid "expire working trees older than <time>"14164msgstr "expirar árboles de trabajo más viejos a <tiempo>"1416514166#: builtin/worktree.c:22314167#, c-format14168msgid "'%s' already exists"14169msgstr "'%s' ya existe"1417014171#: builtin/worktree.c:25414172#, c-format14173msgid "could not create directory of '%s'"14174msgstr "no se pudo crear directorio de '%s'"1417514176#: builtin/worktree.c:29314177#, c-format14178msgid "Preparing %s (identifier %s)"14179msgstr "Preparando %s (identificador %s)"1418014181#: builtin/worktree.c:34514182msgid "checkout <branch> even if already checked out in other worktree"14183msgstr ""14184"hacer checkout a <rama> incluso si ya ha hecho checkout en otro árbol de "14185"trabajo"1418614187#: builtin/worktree.c:34714188msgid "create a new branch"14189msgstr "crear una nueva rama"1419014191#: builtin/worktree.c:34914192msgid "create or reset a branch"14193msgstr "crear o restablecer una rama"1419414195#: builtin/worktree.c:35114196msgid "populate the new working tree"14197msgstr "popular el nuevo árbol de trabajo"1419814199#: builtin/worktree.c:35214200msgid "keep the new working tree locked"14201msgstr "mantener el nuevo árbol de trabajo bloqueado"1420214203#: builtin/worktree.c:36014204msgid "-b, -B, and --detach are mutually exclusive"14205msgstr "-b, -B, y --detach son mutuamente exclusivas"1420614207#: builtin/worktree.c:49914208msgid "reason for locking"14209msgstr "razón para bloquear"1421014211#: builtin/worktree.c:511 builtin/worktree.c:54414212#, c-format14213msgid "'%s' is not a working tree"14214msgstr "'%s' no es un árbol de trabajo"1421514216#: builtin/worktree.c:513 builtin/worktree.c:54614217msgid "The main working tree cannot be locked or unlocked"14218msgstr "El árbol de trabajo principal no puede ser bloqueado ni desbloqueado"1421914220#: builtin/worktree.c:51814221#, c-format14222msgid "'%s' is already locked, reason: %s"14223msgstr "'%s' ya está bloqueado; razón: %s"1422414225#: builtin/worktree.c:52014226#, c-format14227msgid "'%s' is already locked"14228msgstr "'%s' ya está bloqueado"1422914230#: builtin/worktree.c:54814231#, c-format14232msgid "'%s' is not locked"14233msgstr "'%s' no está bloqueado"1423414235#: builtin/write-tree.c:1414236msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"14237msgstr "git write-tree [--missing-ok] [--prefix=<prefijo>/]"1423814239#: builtin/write-tree.c:2714240msgid "<prefix>/"14241msgstr "<prefijo>/"1424214243#: builtin/write-tree.c:2814244msgid "write tree object for a subdirectory <prefix>"14245msgstr "escribit objeto árbol para un subdirectorio <prefijo>"1424614247#: builtin/write-tree.c:3114248msgid "only useful for debugging"14249msgstr "sólo útil para depurar"1425014251#: upload-pack.c:2314252msgid "git upload-pack [<options>] <dir>"14253msgstr "git upload-pack [<opciones>] <directorio>"1425414255#: upload-pack.c:104014256msgid "quit after a single request/response exchange"14257msgstr "sale después de un intercambio petición/respuesta único"1425814259#: upload-pack.c:104214260msgid "exit immediately after initial ref advertisement"14261msgstr "salir inmediatamente tras el anuncio inicial de ref"1426214263#: upload-pack.c:104414264msgid "do not try <directory>/.git/ if <directory> is no Git directory"14265msgstr "no intente <directorio>/.git/ si <directorio> no es un directorio Git"1426614267#: upload-pack.c:104614268msgid "interrupt transfer after <n> seconds of inactivity"14269msgstr "interrumpir transferencia tras <n> segundos de inactividad"1427014271#: credential-cache--daemon.c:22214272#, c-format14273msgid ""14274"The permissions on your socket directory are too loose; other\n"14275"users may be able to read your cached credentials. Consider running:\n"14276"\n"14277"\tchmod 0700 %s"14278msgstr ""14279"Los permisos en su directorio de socket son demasiado flojos; otros\n"14280"usuarios pueden leer sus credenciales almacenadas en caché. Considere "14281"ejecutar:\n"14282"\n"14283"\tchmod 0700 %s"1428414285#: credential-cache--daemon.c:27114286msgid "print debugging messages to stderr"14287msgstr "mostrar mensajes de debug en stderr"1428814289#: git.c:1514290msgid ""14291"'git help -a' and 'git help -g' list available subcommands and some\n"14292"concept guides. See 'git help <command>' or 'git help <concept>'\n"14293"to read about a specific subcommand or concept."14294msgstr ""14295"'git help -a' y 'git help -g' listan los subcomandos disponibles y algunas\n"14296"guías de concepto. Consulte 'git help <command>' o 'git help <concepto>'\n"14297"para leer sobre un subcomando o concepto específico."1429814299#: http.c:33814300#, c-format14301msgid "negative value for http.postbuffer; defaulting to %d"14302msgstr "valor negativo para http.postbuffer; poniendo el default a %d"1430314304#: http.c:35914305msgid "Delegation control is not supported with cURL < 7.22.0"14306msgstr "Delegación de control no es soportada con cURL < 7.22.0"1430714308#: http.c:36814309msgid "Public key pinning not supported with cURL < 7.44.0"14310msgstr "Fijación de llave pública no es soportada con cURL < 7.44.0"1431114312#: http.c:176814313#, c-format14314msgid ""14315"unable to update url base from redirection:\n"14316" asked for: %s\n"14317" redirect: %s"14318msgstr ""14319"no puede actualizar la base de url de la redirección:\n"14320" preguntaba por: %s\n"14321" redireccionamiento: %s"1432214323#: remote-curl.c:32414324#, c-format14325msgid "redirecting to %s"14326msgstr "redirigiendo a %s"1432714328#: common-cmds.h:914329msgid "start a working area (see also: git help tutorial)"14330msgstr "comienza un area de trabajo (mira tambien: git help tutorial)"1433114332#: common-cmds.h:1014333msgid "work on the current change (see also: git help everyday)"14334msgstr "trabaja en los cambios actuales (mira tambien: git help everyday)"1433514336#: common-cmds.h:1114337msgid "examine the history and state (see also: git help revisions)"14338msgstr "examina el historial y el estado (mira tambien: git help revisions)"1433914340#: common-cmds.h:1214341msgid "grow, mark and tweak your common history"14342msgstr "crece, marca y ajusta tu historial comun"1434314344#: common-cmds.h:1314345msgid "collaborate (see also: git help workflows)"14346msgstr "colabora (mira tambien: git help workflows)"1434714348#: common-cmds.h:1714349msgid "Add file contents to the index"14350msgstr "Agrega contenido de carpetas al indice"1435114352#: common-cmds.h:1814353msgid "Use binary search to find the commit that introduced a bug"14354msgstr "usa busqueqda binaria para encontrar el commit que introdujo el bug"1435514356#: common-cmds.h:1914357msgid "List, create, or delete branches"14358msgstr "Lista, crea, o borra ramas"1435914360#: common-cmds.h:2014361msgid "Switch branches or restore working tree files"14362msgstr "Cambia ramas o restaura los archivos de tu arbol de trabajo"1436314364#: common-cmds.h:2114365msgid "Clone a repository into a new directory"14366msgstr "Clona un repositorio dentro de un nuevo directorio"1436714368#: common-cmds.h:2214369msgid "Record changes to the repository"14370msgstr "Graba los cambios en tu repositorio"1437114372#: common-cmds.h:2314373msgid "Show changes between commits, commit and working tree, etc"14374msgstr "Muestra los cambios entre commits, commit y arbol de trabajo, etc"1437514376#: common-cmds.h:2414377msgid "Download objects and refs from another repository"14378msgstr "Descarga objetos y referencias de otro repositorio"1437914380#: common-cmds.h:2514381msgid "Print lines matching a pattern"14382msgstr "Imprime las lineas que concuerdan con el patron"1438314384#: common-cmds.h:2614385msgid "Create an empty Git repository or reinitialize an existing one"14386msgstr "Crea un repositorio de Git vacio o reinicia el que ya existe"1438714388#: common-cmds.h:2714389msgid "Show commit logs"14390msgstr "Muestra los logs de commits"1439114392#: common-cmds.h:2814393msgid "Join two or more development histories together"14394msgstr "Junta dos o mas historiales de desarrollo juntos"1439514396#: common-cmds.h:2914397msgid "Move or rename a file, a directory, or a symlink"14398msgstr "Mueve o cambia el nombre a archivos, directorios o vinculos simbolicos"1439914400#: common-cmds.h:3014401msgid "Fetch from and integrate with another repository or a local branch"14402msgstr "Realiza un fetch e integra con otro repositorio o rama local"1440314404#: common-cmds.h:3114405msgid "Update remote refs along with associated objects"14406msgstr "Actualiza referencias remotas junto con sus objetos asociados"1440714408#: common-cmds.h:3214409msgid "Reapply commits on top of another base tip"14410msgstr "Vuelve a aplicar commits en la punta de otra rama"1441114412#: common-cmds.h:3314413msgid "Reset current HEAD to the specified state"14414msgstr "Reinicia el HEAD actual a un estado especifico"1441514416#: common-cmds.h:3414417msgid "Remove files from the working tree and from the index"14418msgstr "Borra archivos del arblo de trabajo y del indice"1441914420#: common-cmds.h:3514421msgid "Show various types of objects"14422msgstr "Muestra varios tipos de objetos"1442314424#: common-cmds.h:3614425msgid "Show the working tree status"14426msgstr "Muestra el estado del arblo de trabajo"1442714428#: common-cmds.h:3714429msgid "Create, list, delete or verify a tag object signed with GPG"14430msgstr "Crea, lista, borra o verifica un tag de objeto firmado con GPG"1443114432#: parse-options.h:14514433msgid "expiry-date"14434msgstr "fecha de expiracion"1443514436#: parse-options.h:16014437msgid "no-op (backward compatibility)"14438msgstr "no-op (compatibilidad con versiones anteriores)"1443914440#: parse-options.h:23814441msgid "be more verbose"14442msgstr "ser mas verboso"1444314444#: parse-options.h:24014445msgid "be more quiet"14446msgstr "ser mas discreto"1444714448#: parse-options.h:24614449msgid "use <n> digits to display SHA-1s"14450msgstr "usa <n> digitos para mostrar SHA-1s"1445114452#: rerere.h:4014453msgid "update the index with reused conflict resolution if possible"14454msgstr ""14455"actualizar el índice con la resolución de conflictos reutilizada si es "14456"posible"1445714458#: git-bisect.sh:5414459msgid "You need to start by \"git bisect start\""14460msgstr "Debes iniciar con \"git bisect start\""1446114462#. TRANSLATORS: Make sure to include [Y] and [n] in your14463#. translation. The program will only accept English input14464#. at this point.14465#: git-bisect.sh:6014466msgid "Do you want me to do it for you [Y/n]? "14467msgstr "¿Quieres que lo haga por ti [Y/n]?"1446814469#: git-bisect.sh:12114470#, sh-format14471msgid "unrecognised option: '$arg'"14472msgstr "opción no reconocida: '$arg'"1447314474#: git-bisect.sh:12514475#, sh-format14476msgid "'$arg' does not appear to be a valid revision"14477msgstr "'$arg' no parece ser una revisión válida"1447814479#: git-bisect.sh:15414480msgid "Bad HEAD - I need a HEAD"14481msgstr "Mal HEAD - Necesito un HEAD"1448214483#: git-bisect.sh:16714484#, sh-format14485msgid ""14486"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."14487msgstr ""14488"Error al comprobar '$start_head'. Intente 'git bisect reset <rama-válida>'."1448914490#: git-bisect.sh:17714491msgid "won't bisect on cg-seek'ed tree"14492msgstr "no se bisectará en un árbol con cg-seek"1449314494#: git-bisect.sh:18114495msgid "Bad HEAD - strange symbolic ref"14496msgstr "Mal HEAD - ref simbólico extraño"1449714498#: git-bisect.sh:23314499#, sh-format14500msgid "Bad bisect_write argument: $state"14501msgstr "Mal argumento bisect_write: $state"1450214503#: git-bisect.sh:26214504#, sh-format14505msgid "Bad rev input: $arg"14506msgstr "Mala entrada rev: $arg"1450714508#: git-bisect.sh:28114509#, sh-format14510msgid "Bad rev input: $bisected_head"14511msgstr "Mala entrada rev: $bisected_head"1451214513#: git-bisect.sh:29014514#, sh-format14515msgid "Bad rev input: $rev"14516msgstr "Mala entrada rev: $rev"1451714518#: git-bisect.sh:29914519#, sh-format14520msgid "'git bisect $TERM_BAD' can take only one argument."14521msgstr "'git bisect $TERM_BAD' solo puede tomar un argumento."1452214523#: git-bisect.sh:32214524#, sh-format14525msgid "Warning: bisecting only with a $TERM_BAD commit."14526msgstr "Peligro: bisectando solo con un $TERM_BAD commit."1452714528#. TRANSLATORS: Make sure to include [Y] and [n] in your14529#. translation. The program will only accept English input14530#. at this point.14531#: git-bisect.sh:32814532msgid "Are you sure [Y/n]? "14533msgstr "¿Estás seguro [Y/n]?"1453414535#: git-bisect.sh:34014536#, sh-format14537msgid ""14538"You need to give me at least one $bad_syn and one $good_syn revision.\n"14539"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14540msgstr ""14541"Tiene que dar al menos un $bad_syn y un $good_syn revision.\n"14542"(Puede ver \"git bisect $bad_syn\" y \"git bisect $good_syn\" para eso.)"1454314544#: git-bisect.sh:34314545#, sh-format14546msgid ""14547"You need to start by \"git bisect start\".\n"14548"You then need to give me at least one $good_syn and one $bad_syn revision.\n"14549"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14550msgstr ""14551"Tiene que comenzar por \"git bisect start\".\n"14552"Después tiene que entregar al menos un $good_syn y un $bad_syn revision.\n"14553"(Puede usar \"git bisect $bad_syn\" y \"git bisect $good_syn\" para eso.)"1455414555#: git-bisect.sh:414 git-bisect.sh:54614556msgid "We are not bisecting."14557msgstr "No estamos bisectando."1455814559#: git-bisect.sh:42114560#, sh-format14561msgid "'$invalid' is not a valid commit"14562msgstr "'$invalid' no es una confirmación válida"1456314564#: git-bisect.sh:43014565#, sh-format14566msgid ""14567"Could not check out original HEAD '$branch'.\n"14568"Try 'git bisect reset <commit>'."14569msgstr ""14570"No se pudo revisar el HEAD original '$branch'.\n"14571"Intente 'git bisect reset <commit>'."1457214573#: git-bisect.sh:45814574msgid "No logfile given"14575msgstr "No se entrogó logfile"1457614577#: git-bisect.sh:45914578#, sh-format14579msgid "cannot read $file for replaying"14580msgstr "no se puede leer $file para reproducir"1458114582#: git-bisect.sh:48014583msgid "?? what are you talking about?"14584msgstr "?? ¿De qué estás hablando?"1458514586#: git-bisect.sh:49214587#, sh-format14588msgid "running $command"14589msgstr "ejecutando $command"1459014591#: git-bisect.sh:49914592#, sh-format14593msgid ""14594"bisect run failed:\n"14595"exit code $res from '$command' is < 0 or >= 128"14596msgstr ""14597"bisect falló:\n"14598"código de salida $res de '$command' es <0 o >=128"1459914600#: git-bisect.sh:52514601msgid "bisect run cannot continue any more"14602msgstr "bisect no puede seguir continuando"1460314604#: git-bisect.sh:53114605#, sh-format14606msgid ""14607"bisect run failed:\n"14608"'bisect_state $state' exited with error code $res"14609msgstr ""14610"bisect falló:\n"14611"'bisect_state $state' salió con código de error $res"1461214613#: git-bisect.sh:53814614msgid "bisect run success"14615msgstr "bisect exitoso"1461614617#: git-bisect.sh:56514618msgid "please use two different terms"14619msgstr "por favor use dos terminos diferentes"1462014621#: git-bisect.sh:57514622#, sh-format14623msgid "'$term' is not a valid term"14624msgstr "'$term' no es un término válido"1462514626#: git-bisect.sh:57814627#, sh-format14628msgid "can't use the builtin command '$term' as a term"14629msgstr "no se puede usar el comando builtin '$term' como un término"1463014631#: git-bisect.sh:587 git-bisect.sh:59314632#, sh-format14633msgid "can't change the meaning of term '$term'"14634msgstr "no se puede cambiar el significado del término '$term'"1463514636#: git-bisect.sh:60614637#, sh-format14638msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."14639msgstr ""14640"Comando inválido: actualmente se encuentra en un bisect $TERM_BAD/$TERM_GOOD"1464114642#: git-bisect.sh:63614643msgid "no terms defined"14644msgstr "no hay términos definidos"1464514646#: git-bisect.sh:65314647#, sh-format14648msgid ""14649"invalid argument $arg for 'git bisect terms'.\n"14650"Supported options are: --term-good|--term-old and --term-bad|--term-new."14651msgstr ""14652"argumento inválido $arg para 'git bisect terms'.\n"14653"Las opciones soportadas son: --term-good|--term-old and --term-bad|--term-"14654"new."1465514656#: git-merge-octopus.sh:4614657msgid ""14658"Error: Your local changes to the following files would be overwritten by "14659"merge"14660msgstr ""14661"Error: Sus cambios locales de los siguientes archivos serán sobrescritos por "14662"la fusión"1466314664#: git-merge-octopus.sh:6114665msgid "Automated merge did not work."14666msgstr "Fusión automatizada no funcionó."1466714668#: git-merge-octopus.sh:6214669msgid "Should not be doing an octopus."14670msgstr "No debería hacer un pulpo"1467114672#: git-merge-octopus.sh:7314673#, sh-format14674msgid "Unable to find common commit with $pretty_name"14675msgstr "No es posible encontrar commit común con $pretty_name"1467614677#: git-merge-octopus.sh:7714678#, sh-format14679msgid "Already up to date with $pretty_name"14680msgstr "Ya actualizado con $pretty_name"1468114682#: git-merge-octopus.sh:8914683#, sh-format14684msgid "Fast-forwarding to: $pretty_name"14685msgstr "Realizando fast-forward a: $pretty_name"1468614687#: git-merge-octopus.sh:9714688#, sh-format14689msgid "Trying simple merge with $pretty_name"14690msgstr "Intentando fusión simple con $pretty_name"1469114692#: git-merge-octopus.sh:10214693msgid "Simple merge did not work, trying automatic merge."14694msgstr "Fusión simple no funcionó, intentando fusión automática."1469514696#: git-rebase.sh:5814697msgid ""14698"Resolve all conflicts manually, mark them as resolved with\n"14699"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"14700"You can instead skip this commit: run \"git rebase --skip\".\n"14701"To abort and get back to the state before \"git rebase\", run \"git rebase --"14702"abort\"."14703msgstr ""14704"Resuelva todos los conflictos manualmente ya sea con \n"14705"\"git add/rm <archivo_conflictivo>\", luego ejecute \"git rebase --continue"14706"\".\n"14707"Si prefiere saltar este parche, ejecute \"git rebase --skip\" .\n"14708"Para abortar y regresar al estado previo al \"git rebase\", ejecute \"git "14709"rebase --abort\"."1471014711#: git-rebase.sh:160 git-rebase.sh:40214712#, sh-format14713msgid "Could not move back to $head_name"14714msgstr "No se puede regresar a $head_name"1471514716#: git-rebase.sh:17114717msgid "Applied autostash."14718msgstr "Autostash aplicado."1471914720#: git-rebase.sh:17414721#, sh-format14722msgid "Cannot store $stash_sha1"14723msgstr "No se puede almacenar $stash_sha1"1472414725#: git-rebase.sh:21414726msgid "The pre-rebase hook refused to rebase."14727msgstr "El hook pre-rebase rechazó el rebase."1472814729#: git-rebase.sh:21914730msgid "It looks like git-am is in progress. Cannot rebase."14731msgstr "Parece que git-am está en progreso. No se puede hacer rebase."1473214733#: git-rebase.sh:36314734msgid "No rebase in progress?"14735msgstr "No hay rebase en progreso?"1473614737#: git-rebase.sh:37414738msgid "The --edit-todo action can only be used during interactive rebase."14739msgstr ""14740"La acción --edit-todo sólo puede ser usada al rebasar interactivamente."1474114742#: git-rebase.sh:38114743msgid "Cannot read HEAD"14744msgstr "No se puede leer el HEAD"1474514746#: git-rebase.sh:38414747msgid ""14748"You must edit all merge conflicts and then\n"14749"mark them as resolved using git add"14750msgstr ""14751"Tienes que editar todos los conflictos de fusion y luego\n"14752"marcarlos como resueltos usando git add"1475314754#: git-rebase.sh:42414755#, sh-format14756msgid ""14757"It seems that there is already a $state_dir_base directory, and\n"14758"I wonder if you are in the middle of another rebase. If that is the\n"14759"case, please try\n"14760"\t$cmd_live_rebase\n"14761"If that is not the case, please\n"14762"\t$cmd_clear_stale_rebase\n"14763"and run me again. I am stopping in case you still have something\n"14764"valuable there."14765msgstr ""14766"Parece que ya hay un directorio $state_dir_base, y\n"14767"me pregunto si está en medio de otro rebase. Si ese es el \n"14768"caso, por favor intente\n"14769"\t$cmd_live_rebase\n"14770"Si no es el caso, por favor\n"14771"\t$cmd_clear_stale_rebase\n"14772"y ejecúteme nuevamente. Me estoy deteniendo en caso de que tenga\n"14773"algo de valor ahí."1477414775#: git-rebase.sh:48014776#, sh-format14777msgid "invalid upstream $upstream_name"14778msgstr "upstream inválido $upstream_name"1477914780#: git-rebase.sh:50414781#, sh-format14782msgid "$onto_name: there are more than one merge bases"14783msgstr "$onto_name: hay más de una base de fusión"1478414785#: git-rebase.sh:507 git-rebase.sh:51114786#, sh-format14787msgid "$onto_name: there is no merge base"14788msgstr "$onto_name: no hay base de fusión"1478914790#: git-rebase.sh:51614791#, sh-format14792msgid "Does not point to a valid commit: $onto_name"14793msgstr "No apunta a una confirmación válida: $onto_name"1479414795#: git-rebase.sh:53914796#, sh-format14797msgid "fatal: no such branch: $branch_name"14798msgstr "fatal: no existe la rama: $branch_name"1479914800#: git-rebase.sh:57214801msgid "Cannot autostash"14802msgstr "No se puede ejecutar autostash"1480314804#: git-rebase.sh:57714805#, sh-format14806msgid "Created autostash: $stash_abbrev"14807msgstr "Autostash creado: $stash_abbrev"1480814809#: git-rebase.sh:58114810msgid "Please commit or stash them."14811msgstr "Por favor, confírmalos o salvaguárdalos."1481214813#: git-rebase.sh:60114814#, sh-format14815msgid "Current branch $branch_name is up to date."14816msgstr "La rama actual $branch_name está actualizada."1481714818#: git-rebase.sh:60514819#, sh-format14820msgid "Current branch $branch_name is up to date, rebase forced."14821msgstr "Rama actual $branch_name está actualizada, rebase forzado."1482214823#: git-rebase.sh:61614824#, sh-format14825msgid "Changes from $mb to $onto:"14826msgstr "Cambios desde $mb a $onto:"1482714828#: git-rebase.sh:62514829msgid "First, rewinding head to replay your work on top of it..."14830msgstr ""14831"Primero, rebobinando head para reproducir tu trabajo en la cima de él..."1483214833#: git-rebase.sh:63514834#, sh-format14835msgid "Fast-forwarded $branch_name to $onto_name."14836msgstr "Avance rápido de $branch_name a $onto_name."1483714838#: git-stash.sh:6114839msgid "git stash clear with parameters is unimplemented"14840msgstr "git stash clear con parámetros no está implementado"1484114842#: git-stash.sh:10214843msgid "You do not have the initial commit yet"14844msgstr "Aún no tienes una confirmación inicial."1484514846#: git-stash.sh:11714847msgid "Cannot save the current index state"14848msgstr "No se puede guardar el estado actual del índice"1484914850#: git-stash.sh:13214851msgid "Cannot save the untracked files"14852msgstr "No se pueden guardar los archivos no rastreados"1485314854#: git-stash.sh:152 git-stash.sh:16514855msgid "Cannot save the current worktree state"14856msgstr "No se puede guardar el estado actual del árbol de trabajo"1485714858#: git-stash.sh:16914859msgid "No changes selected"14860msgstr "Sin cambios seleccionados"1486114862#: git-stash.sh:17214863msgid "Cannot remove temporary index (can't happen)"14864msgstr "No se puede remover el índice temporal (no puede suceder)"1486514866#: git-stash.sh:18514867msgid "Cannot record working tree state"14868msgstr "No se puede grabar el estado del árbol de trabajo"1486914870#: git-stash.sh:21714871#, sh-format14872msgid "Cannot update $ref_stash with $w_commit"14873msgstr "No se puede actualizar $ref_stash con $w_commit"1487414875#. TRANSLATORS: $option is an invalid option, like14876#. `--blah-blah'. The 7 spaces at the beginning of the14877#. second line correspond to "error: ". So you should line14878#. up the second line with however many characters the14879#. translation of "error: " takes in your language. E.g. in14880#. English this is:14881#.14882#. $ git stash save --blah-blah 2>&1 | head -n 214883#. error: unknown option for 'stash save': --blah-blah14884#. To provide a message, use git stash save -- '--blah-blah'14885#: git-stash.sh:27314886#, sh-format14887msgid ""14888"error: unknown option for 'stash save': $option\n"14889" To provide a message, use git stash save -- '$option'"14890msgstr ""14891"error: opción desconocida para 'stash save': $option\n"14892" Esto provee un mensaje , use git stash save -- '$option'"1489314894#: git-stash.sh:28814895msgid "Can't use --patch and --include-untracked or --all at the same time"14896msgstr "No se puede usar --patch y --include-untracked o --all al mismo tiempo"1489714898#: git-stash.sh:29614899msgid "No local changes to save"14900msgstr "No hay cambios locales para guardar"1490114902#: git-stash.sh:30114903msgid "Cannot initialize stash"14904msgstr "No se puede inicializar stash"1490514906#: git-stash.sh:30514907msgid "Cannot save the current status"14908msgstr "No se puede guardar el estado actual"1490914910#: git-stash.sh:30614911#, sh-format14912msgid "Saved working directory and index state $stash_msg"14913msgstr "Directorio de trabajo guardado y estado de índice $stash_msg"1491414915#: git-stash.sh:33414916msgid "Cannot remove worktree changes"14917msgstr "No se pueden remover cambios del árbol de trabajo"1491814919#: git-stash.sh:48214920#, sh-format14921msgid "unknown option: $opt"14922msgstr "opción desconocida: $opt"1492314924#: git-stash.sh:49514925msgid "No stash entries found."14926msgstr "No se encontraron entradas de stash."1492714928#: git-stash.sh:50214929#, sh-format14930msgid "Too many revisions specified: $REV"14931msgstr "Se especificaron demasiadas revisiones: $REV"1493214933#: git-stash.sh:51714934#, sh-format14935msgid "$reference is not a valid reference"14936msgstr "$reference no es una referencia válida"1493714938#: git-stash.sh:54514939#, sh-format14940msgid "'$args' is not a stash-like commit"14941msgstr "'$args' no es un commit estilo stash"1494214943#: git-stash.sh:55614944#, sh-format14945msgid "'$args' is not a stash reference"14946msgstr "'$args' no es una referencia stash"1494714948#: git-stash.sh:56414949msgid "unable to refresh index"14950msgstr "incapaz de refrescar el índice"1495114952#: git-stash.sh:56814953msgid "Cannot apply a stash in the middle of a merge"14954msgstr "No se puede aplicar un stash en medio de una fusión"1495514956#: git-stash.sh:57614957msgid "Conflicts in index. Try without --index."14958msgstr "Conflictos en índice. Intente sin --index."1495914960#: git-stash.sh:57814961msgid "Could not save index tree"14962msgstr "No se puede guardar el índice del árbol"1496314964#: git-stash.sh:58714965msgid "Could not restore untracked files from stash entry"14966msgstr "No se pueden restaurar archivos no rastreados de la entrada stash"1496714968#: git-stash.sh:61214969msgid "Cannot unstage modified files"14970msgstr "No se puede sacar de stage archivos modificados"1497114972#: git-stash.sh:62714973msgid "Index was not unstashed."14974msgstr "El índice no fue sacado de stash."1497514976#: git-stash.sh:64114977msgid "The stash entry is kept in case you need it again."14978msgstr "La entrada de stash se guardó en caso de ser necesario nuevamente."1497914980#: git-stash.sh:65014981#, sh-format14982msgid "Dropped ${REV} ($s)"14983msgstr "Botado ${REV} ($s)"1498414985#: git-stash.sh:65114986#, sh-format14987msgid "${REV}: Could not drop stash entry"14988msgstr "${REV}: No se pudo borrar entrada stash"1498914990#: git-stash.sh:65914991msgid "No branch name specified"14992msgstr "No se especificó el nombre de la rama."1499314994#: git-stash.sh:73814995msgid "(To restore them type \"git stash apply\")"14996msgstr "(Para restaurarlos, escribe \"git stash apply\")"1499714998#: git-submodule.sh:18114999msgid "Relative path can only be used from the toplevel of the working tree"15000msgstr ""15001"La ruta relativa sólo se puede usar desde el nivel superior del árbol de "15002"trabajo"1500315004#: git-submodule.sh:19115005#, sh-format15006msgid "repo URL: '$repo' must be absolute or begin with ./|../"15007msgstr "URL del repositorio: '$repo' debe ser absoluta o iniciar con ./|../"1500815009#: git-submodule.sh:21015010#, sh-format15011msgid "'$sm_path' already exists in the index"15012msgstr "'$sm_path' ya existe en el índice"1501315014#: git-submodule.sh:21315015#, sh-format15016msgid "'$sm_path' already exists in the index and is not a submodule"15017msgstr "'$sm_path' ya existe en el índice y no es un submódulo"1501815019#: git-submodule.sh:21915020#, sh-format15021msgid ""15022"The following path is ignored by one of your .gitignore files:\n"15023"$sm_path\n"15024"Use -f if you really want to add it."15025msgstr ""15026"La siguiente ruta es ignorada por uno de tus archivos .gitignore:\n"15027"$sm_path\n"15028"Usa -f si en verdad quieres agregarlo."1502915030#: git-submodule.sh:23715031#, sh-format15032msgid "Adding existing repo at '$sm_path' to the index"15033msgstr "Agregar al índice el repositorio existente en '$sm_path'"1503415035#: git-submodule.sh:23915036#, sh-format15037msgid "'$sm_path' already exists and is not a valid git repo"15038msgstr "'$sm_path' ya existe y no es un repositorio git válido"1503915040#: git-submodule.sh:24715041#, sh-format15042msgid "A git directory for '$sm_name' is found locally with remote(s):"15043msgstr ""15044"Se encontró localmente un directorio git para '$sm_name' con el(los) "15045"remoto(s):"1504615047#: git-submodule.sh:24915048#, sh-format15049msgid ""15050"If you want to reuse this local git directory instead of cloning again from\n"15051" $realrepo\n"15052"use the '--force' option. If the local git directory is not the correct "15053"repo\n"15054"or you are unsure what this means choose another name with the '--name' "15055"option."15056msgstr ""15057"Si quiere reusar este directorio git local en lugar de clonar nuevamente de\n"15058" $realrepo\n"15059"use la opción '--force'. Si el directorio git local no es el repositorio "15060"correcto\n"15061"o no está seguro de lo que esto significa, escoja otro nombre con la opción "15062"'--name'."1506315064#: git-submodule.sh:25515065#, sh-format15066msgid "Reactivating local git directory for submodule '$sm_name'."15067msgstr "Reactivar directorio git local para el submódulo '$sm_name'."1506815069#: git-submodule.sh:26715070#, sh-format15071msgid "Unable to checkout submodule '$sm_path'"15072msgstr "No es posible hacer checkout al submódulo '$sm_path'"1507315074#: git-submodule.sh:27215075#, sh-format15076msgid "Failed to add submodule '$sm_path'"15077msgstr "Fallo al agregar el submódulo '$sm_path'"1507815079#: git-submodule.sh:28115080#, sh-format15081msgid "Failed to register submodule '$sm_path'"15082msgstr "Fallo al registrar el submódulo '$sm_path'"1508315084#: git-submodule.sh:34215085#, sh-format15086msgid "Entering '$displaypath'"15087msgstr "Entrando a '$displaypath'"1508815089#: git-submodule.sh:36215090#, sh-format15091msgid "Stopping at '$displaypath'; script returned non-zero status."15092msgstr ""15093"Deteniendo en '$displaypath'; script retornó un status distinto de cero."1509415095#: git-submodule.sh:43315096#, sh-format15097msgid "pathspec and --all are incompatible"15098msgstr "pathspec y --all son incompatibles"1509915100#: git-submodule.sh:43815101#, sh-format15102msgid "Use '--all' if you really want to deinitialize all submodules"15103msgstr "Usa '--all' si realmente quieres des-inicializar todos los submódulos"1510415105#: git-submodule.sh:45815106#, sh-format15107msgid ""15108"Submodule work tree '$displaypath' contains a .git directory\n"15109"(use 'rm -rf' if you really want to remove it including all of its history)"15110msgstr ""15111"El árbol de trabajo del submódulo '$displaypath' contiene un directorio ."15112"git \n"15113"(use 'rm -rf' si realmente quiere removerlo incluyendo todo en su historia)"1511415115#: git-submodule.sh:46615116#, sh-format15117msgid ""15118"Submodule work tree '$displaypath' contains local modifications; use '-f' to "15119"discard them"15120msgstr ""15121"El árbol de trabajo '$displaypath' contiene modificaciones locales; usa '-f' "15122"para descartarlos"1512315124#: git-submodule.sh:46915125#, sh-format15126msgid "Cleared directory '$displaypath'"15127msgstr "Directorio '$displaypath' limpiado"1512815129#: git-submodule.sh:47015130#, sh-format15131msgid "Could not remove submodule work tree '$displaypath'"15132msgstr "No se pudo eliminar el árbol de trabajo del submódulo '$displaypath'"1513315134#: git-submodule.sh:47315135#, sh-format15136msgid "Could not create empty submodule directory '$displaypath'"15137msgstr "No se pudo crear el directorio vacío '$displaypath' para el submódulo"1513815139#: git-submodule.sh:48215140#, sh-format15141msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"15142msgstr ""15143"Anulado el registro del submódulo '$name' ($url) para la ruta '$displaypath'"1514415145#: git-submodule.sh:63715146#, sh-format15147msgid "Unable to find current revision in submodule path '$displaypath'"15148msgstr ""15149"No se pudo encontrar la revisión actual en la ruta de submódulo "15150"'$displaypath'"1515115152#: git-submodule.sh:64715153#, sh-format15154msgid "Unable to fetch in submodule path '$sm_path'"15155msgstr "No es posible realizar fetch en la ruta de submódulo '$sm_path'"1515615157#: git-submodule.sh:65215158#, sh-format15159msgid ""15160"Unable to find current ${remote_name}/${branch} revision in submodule path "15161"'$sm_path'"15162msgstr ""15163"No es posible encontrar revisión actual ${remote_name}/${branch} en la ruta "15164"de submódulo '$sm_path'"1516515166#: git-submodule.sh:67015167#, sh-format15168msgid "Unable to fetch in submodule path '$displaypath'"15169msgstr "No es posible realizar fetch en la ruta de submódulo '$displaypath'"1517015171#: git-submodule.sh:67615172#, sh-format15173msgid ""15174"Fetched in submodule path '$displaypath', but it did not contain $sha1. "15175"Direct fetching of that commit failed."15176msgstr ""15177"Fetch realizado en ruta de submódulo '$displaypath', pero no contenía $sha1. "15178"Fetch directo del commit falló."1517915180#: git-submodule.sh:68315181#, sh-format15182msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"15183msgstr "No es posible revisar '$sha1' en la ruta de submódulo '$displaypath'"1518415185#: git-submodule.sh:68415186#, sh-format15187msgid "Submodule path '$displaypath': checked out '$sha1'"15188msgstr "Ruta de submódulo '$displaypath': check out realizado a '$sha1'"1518915190#: git-submodule.sh:68815191#, sh-format15192msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"15193msgstr ""15194"No se posible ejecutar rebase a '$sha1' en la ruta de submódulo "15195"'$displaypath'"1519615197#: git-submodule.sh:68915198#, sh-format15199msgid "Submodule path '$displaypath': rebased into '$sha1'"15200msgstr "Ruta de submódulo '$displaypath': rebasada en '$sha1'"1520115202#: git-submodule.sh:69415203#, sh-format15204msgid "Unable to merge '$sha1' in submodule path '$displaypath'"15205msgstr "Incapaz de fusionar '$sha1' en la ruta '$displaypath' del submódulo"1520615207#: git-submodule.sh:69515208#, sh-format15209msgid "Submodule path '$displaypath': merged in '$sha1'"15210msgstr "Ruta de submódulo '$displaypath': fusionada en '$sha1'"1521115212#: git-submodule.sh:70015213#, sh-format15214msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"15215msgstr ""15216"Falló la ejecución de '$command $sha1' en la ruta de submódulo "15217"'$displaypath'"1521815219#: git-submodule.sh:70115220#, sh-format15221msgid "Submodule path '$displaypath': '$command $sha1'"15222msgstr "Ruta de submódulo '$displaypath': '$command $sha1'"1522315224#: git-submodule.sh:73215225#, sh-format15226msgid "Failed to recurse into submodule path '$displaypath'"15227msgstr "Falló al recurrir en la ruta de submódulo '$displaypath'"1522815229#: git-submodule.sh:84015230msgid "The --cached option cannot be used with the --files option"15231msgstr "La opción --cached no puede ser usada con la opción --files"1523215233#: git-submodule.sh:89215234#, sh-format15235msgid "unexpected mode $mod_dst"15236msgstr "modo $mod_dst inesperado"1523715238#: git-submodule.sh:91215239#, sh-format15240msgid " Warn: $display_name doesn't contain commit $sha1_src"15241msgstr " Advertencia: $display_name no contiene la confirmación $sha1_src"1524215243#: git-submodule.sh:91515244#, sh-format15245msgid " Warn: $display_name doesn't contain commit $sha1_dst"15246msgstr " Advertencia: $display_name no contiene la confirmación $sha1_dst"1524715248#: git-submodule.sh:91815249#, sh-format15250msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"15251msgstr ""15252"Advertencia: $display_name no contiene las confirmaciones $sha1_src y "15253"$sha1_dst"1525415255#: git-submodule.sh:106415256#, sh-format15257msgid "Failed to recurse into submodule path '$sm_path'"15258msgstr "Falló al recurrir en la ruta de submódulo '$sm_path'"1525915260#: git-submodule.sh:113615261#, sh-format15262msgid "Synchronizing submodule url for '$displaypath'"15263msgstr "Sincronizando url de submódulo para '$displaypath'"1526415265#: git-parse-remote.sh:8915266#, sh-format15267msgid "See git-${cmd}(1) for details."15268msgstr "Véase git-${cmd}(1) para más detalles."1526915270#: git-rebase--interactive.sh:14015271#, sh-format15272msgid "Rebasing ($new_count/$total)"15273msgstr "Rebasando ($new_count/$total)"1527415275#: git-rebase--interactive.sh:15615276msgid ""15277"\n"15278"Commands:\n"15279"p, pick = use commit\n"15280"r, reword = use commit, but edit the commit message\n"15281"e, edit = use commit, but stop for amending\n"15282"s, squash = use commit, but meld into previous commit\n"15283"f, fixup = like \"squash\", but discard this commit's log message\n"15284"x, exec = run command (the rest of the line) using shell\n"15285"d, drop = remove commit\n"15286"\n"15287"These lines can be re-ordered; they are executed from top to bottom.\n"15288msgstr ""15289"\n"15290"Comandos:\n"15291" p, pick = usar commit\n"15292" r, reword = usar commit, pero editar el mensaje\n"15293" e, edit = usar commit, pero detener para enmendar\n"15294" s, squash = usar commit, pero unirlo al commit previo\n"15295" f, fixup = como \"squash\", pero descartar el mensaje del commit en el log\n"15296" x, exec = ejecutar comando (el resto de la línea) usando un shell\n"15297" d, drop = borrar commit\n"15298"\n"15299"Estas líneas pueden ser re-ordenadas; son ejecutadas desde arriba hacia "15300"abajo.\n"1530115302#: git-rebase--interactive.sh:17115303msgid ""15304"\n"15305"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"15306msgstr ""15307"\n"15308"No eliminar ninguna línea. Usa 'drop' explícitamente para eliminar una "15309"confirmación.\n"1531015311#: git-rebase--interactive.sh:17515312msgid ""15313"\n"15314"If you remove a line here THAT COMMIT WILL BE LOST.\n"15315msgstr ""15316"\n"15317"Si remueves una línea aquí EL COMMIT SE PERDERÁ.\n"1531815319#: git-rebase--interactive.sh:21115320#, sh-format15321msgid ""15322"You can amend the commit now, with\n"15323"\n"15324"\tgit commit --amend $gpg_sign_opt_quoted\n"15325"\n"15326"Once you are satisfied with your changes, run\n"15327"\n"15328"\tgit rebase --continue"15329msgstr ""15330"Puede enmendar el commit ahora, con\n"15331"\n"15332"\tgit commit --amend $gpg_sign_opt_quoted\n"15333"\n"15334"Una vez que esté satisfecho con los cambios, ejecute\n"15335"\n"15336"\tgit rebase --continue"1533715338#: git-rebase--interactive.sh:23615339#, sh-format15340msgid "$sha1: not a commit that can be picked"15341msgstr "$sha1: no es un commit que pueda ser cogido"1534215343#: git-rebase--interactive.sh:27515344#, sh-format15345msgid "Invalid commit name: $sha1"15346msgstr "Nombre de confirmación inválido: $sha1"1534715348#: git-rebase--interactive.sh:31715349msgid "Cannot write current commit's replacement sha1"15350msgstr "No se puede escribir el remplazo sha1 del commit actual"1535115352#: git-rebase--interactive.sh:36915353#, sh-format15354msgid "Fast-forward to $sha1"15355msgstr "Avance rápido a $sha1"1535615357#: git-rebase--interactive.sh:37115358#, sh-format15359msgid "Cannot fast-forward to $sha1"15360msgstr "No se puede realizar avance rápido a $sha1"1536115362#: git-rebase--interactive.sh:38015363#, sh-format15364msgid "Cannot move HEAD to $first_parent"15365msgstr "No se puede mover HEAD a $first_parent"1536615367#: git-rebase--interactive.sh:38515368#, sh-format15369msgid "Refusing to squash a merge: $sha1"15370msgstr "Rehusando a ejecutar squash en fusión: $sha1"1537115372#: git-rebase--interactive.sh:40015373#, sh-format15374msgid "Error redoing merge $sha1"15375msgstr "Error rehaciendo fusión $sha1"1537615377#: git-rebase--interactive.sh:40815378#, sh-format15379msgid "Could not pick $sha1"15380msgstr "No se pudo coger $sha1"1538115382#: git-rebase--interactive.sh:41715383#, sh-format15384msgid "This is the commit message #${n}:"15385msgstr "Este es el mensaje de la confirmación #${n}:"1538615387#: git-rebase--interactive.sh:42215388#, sh-format15389msgid "The commit message #${n} will be skipped:"15390msgstr "El mensaje de confirmación #${n} será ignorado:"1539115392#: git-rebase--interactive.sh:43315393#, sh-format15394msgid "This is a combination of $count commit."15395msgid_plural "This is a combination of $count commits."15396msgstr[0] "Esta es una combinación de $count confirmación."15397msgstr[1] "Esta es la combinación de $count confirmaciones."1539815399#: git-rebase--interactive.sh:44215400#, sh-format15401msgid "Cannot write $fixup_msg"15402msgstr "No se puede escribir $fixup_msg"1540315404#: git-rebase--interactive.sh:44515405msgid "This is a combination of 2 commits."15406msgstr "Esto es una combinación de 2 confirmaciones."1540715408#: git-rebase--interactive.sh:486 git-rebase--interactive.sh:52915409#: git-rebase--interactive.sh:53215410#, sh-format15411msgid "Could not apply $sha1... $rest"15412msgstr "No se puede aplicar $sha1... $rest"1541315414#: git-rebase--interactive.sh:56015415#, sh-format15416msgid ""15417"Could not amend commit after successfully picking $sha1... $rest\n"15418"This is most likely due to an empty commit message, or the pre-commit hook\n"15419"failed. If the pre-commit hook failed, you may need to resolve the issue "15420"before\n"15421"you are able to reword the commit."15422msgstr ""15423"No se pudo corregir commit después de seleccionar exitosamente $sha1 ... "15424"$rest\n"15425"Esto es probablemente debido a un mensaje de commit vacío, o el hook pre-"15426"commit\n"15427"ha fallado. Si el hook pre-commit falló, es posible que deba resolver el "15428"problema antes\n"15429"de que sea capaz de reformular el commit."1543015431#: git-rebase--interactive.sh:57515432#, sh-format15433msgid "Stopped at $sha1_abbrev... $rest"15434msgstr "Detenido en $sha1_abbrev... $rest"1543515436#: git-rebase--interactive.sh:59015437#, sh-format15438msgid "Cannot '$squash_style' without a previous commit"15439msgstr "no se puede '$squash_style' sin una confirmación previa"1544015441#: git-rebase--interactive.sh:63215442#, sh-format15443msgid "Executing: $rest"15444msgstr "Ejecutando: $rest"1544515446#: git-rebase--interactive.sh:64015447#, sh-format15448msgid "Execution failed: $rest"15449msgstr "Ejecución fallida: $rest"1545015451#: git-rebase--interactive.sh:64215452msgid "and made changes to the index and/or the working tree"15453msgstr "y hizo cambios al índice y/o al árbol de trabajo"1545415455#: git-rebase--interactive.sh:64415456msgid ""15457"You can fix the problem, and then run\n"15458"\n"15459"\tgit rebase --continue"15460msgstr ""15461"Puedes corregir el problema y entonces ejecutar\n"15462"\n"15463"\tgit rebase --continue"1546415465#. TRANSLATORS: after these lines is a command to be issued by the user15466#: git-rebase--interactive.sh:65715467#, sh-format15468msgid ""15469"Execution succeeded: $rest\n"15470"but left changes to the index and/or the working tree\n"15471"Commit or stash your changes, and then run\n"15472"\n"15473"\tgit rebase --continue"15474msgstr ""15475"La ejecución tuvo éxito: $rest\n"15476"Pero dejó cambios en el índice y/o en el árbol de trabajo\n"15477"Realice un commit o stash con los cambios y, a continuación, ejecute\n"15478"\n"15479"\tgit rebase --continue"1548015481#: git-rebase--interactive.sh:66815482#, sh-format15483msgid "Unknown command: $command $sha1 $rest"15484msgstr "Comando desconocido: $command $sha1 $rest"1548515486#: git-rebase--interactive.sh:66915487msgid "Please fix this using 'git rebase --edit-todo'."15488msgstr "Por favor, corrige esto usando 'git rebase --edit-todo'."1548915490#: git-rebase--interactive.sh:70415491#, sh-format15492msgid "Successfully rebased and updated $head_name."15493msgstr "$head_name rebasado y actualizado satisfactoriamente."1549415495#: git-rebase--interactive.sh:74915496msgid "could not detach HEAD"15497msgstr "No se puede desacoplar HEAD"1549815499#: git-rebase--interactive.sh:78415500msgid "Could not remove CHERRY_PICK_HEAD"15501msgstr "No se pudo remover CHERRY_PICK_HEAD"1550215503#: git-rebase--interactive.sh:78915504#, sh-format15505msgid ""15506"You have staged changes in your working tree.\n"15507"If these changes are meant to be\n"15508"squashed into the previous commit, run:\n"15509"\n"15510" git commit --amend $gpg_sign_opt_quoted\n"15511"\n"15512"If they are meant to go into a new commit, run:\n"15513"\n"15514" git commit $gpg_sign_opt_quoted\n"15515"\n"15516"In both cases, once you're done, continue with:\n"15517"\n"15518" git rebase --continue\n"15519msgstr ""15520"TIene cambios en el area de stage de su arbol de trabajo.\n"15521"Si estos cambios estan destinados a \n"15522"ser aplastados en el commit previo, ejecute:\n"15523"\n"15524" git commit --amend $gpg_sign_opt_quoted\n"15525"\n"15526"Si estos estan destinados a ir en un nuevo comit, ejecute:\n"15527"\n"15528" git commit $gpg_sign_opt_quoted\n"15529"\n"15530"En ambos casos, cuando termite, continue con:\n"15531"\n"15532" git rebase --continue\n"1553315534#: git-rebase--interactive.sh:80615535msgid "Error trying to find the author identity to amend commit"15536msgstr ""15537"Error tratando de encontrar la identidad del autor para remediar el commit "1553815539#: git-rebase--interactive.sh:81115540msgid ""15541"You have uncommitted changes in your working tree. Please commit them\n"15542"first and then run 'git rebase --continue' again."15543msgstr ""15544"Tienes cambios sin confirmar en tu árbol de trabajo. Por favor, confírmalos\n"15545"primero y entonces ejecuta 'git rebase --continue' de nuevo."1554615547#: git-rebase--interactive.sh:816 git-rebase--interactive.sh:82015548msgid "Could not commit staged changes."15549msgstr "No se pudo realizar el commit con los cambios en el area de stage"1555015551#: git-rebase--interactive.sh:84815552msgid ""15553"\n"15554"You are editing the todo file of an ongoing interactive rebase.\n"15555"To continue rebase after editing, run:\n"15556" git rebase --continue\n"15557"\n"15558msgstr ""15559"\n"15560"Esta editando el archivo TODO de un rebase interactivo.\n"15561"Para continuar el rebase despues de editar, ejecute:\n"15562" git rebase --continue\n"15563"\n"1556415565#: git-rebase--interactive.sh:856 git-rebase--interactive.sh:101515566msgid "Could not execute editor"15567msgstr "No se pudo ejecutar el editor"1556815569#: git-rebase--interactive.sh:86915570#, sh-format15571msgid "Could not checkout $switch_to"15572msgstr "No se pudo actualizar el árbol de trabajo a $switch_to"1557315574#: git-rebase--interactive.sh:87415575msgid "No HEAD?"15576msgstr "¿Sin HEAD?"1557715578#: git-rebase--interactive.sh:87515579#, sh-format15580msgid "Could not create temporary $state_dir"15581msgstr "No se pudo crear $state_dir temporalmente"1558215583#: git-rebase--interactive.sh:87715584msgid "Could not mark as interactive"15585msgstr "No se pudo marcar como interactivo"1558615587#: git-rebase--interactive.sh:887 git-rebase--interactive.sh:89215588msgid "Could not init rewritten commits"15589msgstr "No se puede inicializar los commits reescritos"1559015591#: git-rebase--interactive.sh:99315592#, sh-format15593msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"15594msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"15595msgstr[0] "Rebase $shortrevisions en $shortonto ($todocount comando)"15596msgstr[1] "Rebase $shortrevisions en $shortonto ($todocount comandos)"1559715598#: git-rebase--interactive.sh:99815599msgid ""15600"\n"15601"However, if you remove everything, the rebase will be aborted.\n"15602"\n"15603msgstr ""15604"\n"15605"Como sea, si se remueve todo, el rebase sera abortado.\n"15606"\n"1560715608#: git-rebase--interactive.sh:100515609msgid "Note that empty commits are commented out"15610msgstr "Nota que los commits vacios estan comentados"1561115612#: git-sh-setup.sh:89 git-sh-setup.sh:9415613#, sh-format15614msgid "usage: $dashless $USAGE"15615msgstr "uso: $dashless $USAGE"1561615617#: git-sh-setup.sh:19015618#, sh-format15619msgid "Cannot chdir to $cdup, the toplevel of the working tree"15620msgstr ""15621"No se puede aplicar chdir a $cdup, el nivel máximo del árbol de trabajo"1562215623#: git-sh-setup.sh:199 git-sh-setup.sh:20615624#, sh-format15625msgid "fatal: $program_name cannot be used without a working tree."15626msgstr "fatal: $program_name no puede ser usado sin un arbol de trabajo."1562715628#: git-sh-setup.sh:22015629msgid "Cannot rebase: You have unstaged changes."15630msgstr ""15631"No se puede aplicar rebase: Tienes cambios que no estan en el area de stage."1563215633#: git-sh-setup.sh:22315634msgid "Cannot rewrite branches: You have unstaged changes."15635msgstr ""15636"No se puede reescribir las ramas: Tienes cambios que no estan en el area de "15637"stage"1563815639#: git-sh-setup.sh:22615640msgid "Cannot pull with rebase: You have unstaged changes."15641msgstr ""15642"No se puede aplicar pull con rebase: Tienes cambios que no estan en el area "15643"de stage."1564415645#: git-sh-setup.sh:22915646#, sh-format15647msgid "Cannot $action: You have unstaged changes."15648msgstr "No se puede $action: Tienes cambios que no estan en el area de stage"1564915650#: git-sh-setup.sh:24215651msgid "Cannot rebase: Your index contains uncommitted changes."15652msgstr ""15653"No se puede hacer rebase: Tu indice contiene cambios que no estan en un "15654"commit."1565515656#: git-sh-setup.sh:24515657msgid "Cannot pull with rebase: Your index contains uncommitted changes."15658msgstr ""15659"No se puede hacer pull con rebase: Tu indice contiene cambios que no estan "15660"en un commit."1566115662#: git-sh-setup.sh:24815663#, sh-format15664msgid "Cannot $action: Your index contains uncommitted changes."15665msgstr "No se puede $action: El índice contiene cambios sin confirmar."1566615667#: git-sh-setup.sh:25215668msgid "Additionally, your index contains uncommitted changes."15669msgstr "Adicionalmente, tu indice contiene cambios que no estan en un commit."1567015671#: git-sh-setup.sh:37215672msgid "You need to run this command from the toplevel of the working tree."15673msgstr ""15674"Necesitas ejecutar este comando desde el nivel superior de tu árbol de "15675"trabajo."1567615677#: git-sh-setup.sh:37715678msgid "Unable to determine absolute path of git directory"15679msgstr "Incapaz de determinar la ruta absoluta del directorio git"1568015681#. TRANSLATORS: you can adjust this to align "git add -i" status menu15682#: git-add--interactive.perl:19615683#, perl-format15684msgid "%12s %12s %s"15685msgstr "%12s %12s %s"1568615687#: git-add--interactive.perl:19715688msgid "staged"15689msgstr "rastreado"1569015691#: git-add--interactive.perl:19715692msgid "unstaged"15693msgstr "no rastreado"1569415695#: git-add--interactive.perl:246 git-add--interactive.perl:27115696msgid "binary"15697msgstr "binario"1569815699#: git-add--interactive.perl:255 git-add--interactive.perl:30915700msgid "nothing"15701msgstr "nada"1570215703#: git-add--interactive.perl:291 git-add--interactive.perl:30615704msgid "unchanged"15705msgstr "sin cambios"1570615707#: git-add--interactive.perl:60215708#, perl-format15709msgid "added %d path\n"15710msgid_plural "added %d paths\n"15711msgstr[0] "agregada %d ruta\n"15712msgstr[1] "agregadas %d rutas\n"1571315714#: git-add--interactive.perl:60515715#, perl-format15716msgid "updated %d path\n"15717msgid_plural "updated %d paths\n"15718msgstr[0] "actualizada %d ruta\n"15719msgstr[1] "actualizadas %d rutas\n"1572015721#: git-add--interactive.perl:60815722#, perl-format15723msgid "reverted %d path\n"15724msgid_plural "reverted %d paths\n"15725msgstr[0] "revertida %d ruta\n"15726msgstr[1] "revertidas %d rutas\n"1572715728#: git-add--interactive.perl:61115729#, perl-format15730msgid "touched %d path\n"15731msgid_plural "touched %d paths\n"15732msgstr[0] "touch hecho a %d ruta\n"15733msgstr[1] "touch hecho a %d rutas\n"1573415735#: git-add--interactive.perl:62015736msgid "Update"15737msgstr "Actualizar"1573815739#: git-add--interactive.perl:63215740msgid "Revert"15741msgstr "Revertir"1574215743#: git-add--interactive.perl:65515744#, perl-format15745msgid "note: %s is untracked now.\n"15746msgstr "nota: %s no es rastreado ahora.\n"1574715748#: git-add--interactive.perl:66615749msgid "Add untracked"15750msgstr "Agregar no rastreados"1575115752#: git-add--interactive.perl:67215753msgid "No untracked files.\n"15754msgstr "No hay archivos sin rastrear.\n"1575515756#: git-add--interactive.perl:98515757msgid ""15758"If the patch applies cleanly, the edited hunk will immediately be\n"15759"marked for staging."15760msgstr ""15761"Si el parche aplica limpiamente, el hunk editado sera marcado\n"15762"inmediatamente para el area de stage."1576315764#: git-add--interactive.perl:98815765msgid ""15766"If the patch applies cleanly, the edited hunk will immediately be\n"15767"marked for stashing."15768msgstr ""15769"Si el parche aplica limpiamente, el hunk editado sera marcado\n"15770"inmediatamente para aplicar stash."1577115772#: git-add--interactive.perl:99115773msgid ""15774"If the patch applies cleanly, the edited hunk will immediately be\n"15775"marked for unstaging."15776msgstr ""15777"Si el parche aplica limpiamente, el hunk editado sera marcado\n"15778"inmediatamente para sacar del area de stage."1577915780#: git-add--interactive.perl:994 git-add--interactive.perl:100315781msgid ""15782"If the patch applies cleanly, the edited hunk will immediately be\n"15783"marked for applying."15784msgstr ""15785"Si el parche aplica de forma limpia, el hunk editado sera marcado \n"15786"inmediatamente para aplicar."1578715788#: git-add--interactive.perl:997 git-add--interactive.perl:100015789msgid ""15790"If the patch applies cleanly, the edited hunk will immediately be\n"15791"marked for discarding."15792msgstr ""15793"Si el parche aplica de forma limpia, el hunk editado sera marcado\n"15794"inmediatamente para descarte."1579515796#: git-add--interactive.perl:101315797#, perl-format15798msgid "failed to open hunk edit file for writing: %s"15799msgstr "fallo al abrir el archivo de edicion del hunk para escritura: %s"1580015801#: git-add--interactive.perl:101415802msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"15803msgstr "Modo de edicion manual de hunk -- vea abajo para una guia rapida.\n"1580415805#: git-add--interactive.perl:102015806#, perl-format15807msgid ""15808"---\n"15809"To remove '%s' lines, make them ' ' lines (context).\n"15810"To remove '%s' lines, delete them.\n"15811"Lines starting with %s will be removed.\n"15812msgstr ""15813"---\n"15814"Para remover '%s' lineas, haga de ellas lineas ' ' (contexto).\n"15815"Para remover '%s' lineas, borrelas.\n"15816"Lineas comenzando con %s seran removidas.\n"1581715818#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.15819#: git-add--interactive.perl:102815820msgid ""15821"If it does not apply cleanly, you will be given an opportunity to\n"15822"edit again. If all lines of the hunk are removed, then the edit is\n"15823"aborted and the hunk is left unchanged.\n"15824msgstr ""15825"Si esto no aplica de manera limpia, se le da la oportunidad de \n"15826"editar nuevamente. Si todas las lineas del hunk son removidas, entonces \n"15827"la edicion es abortada y el hunk queda sin cambios.\n"1582815829#: git-add--interactive.perl:104215830#, perl-format15831msgid "failed to open hunk edit file for reading: %s"15832msgstr "fallo al abrir el archivo de edicion del hunk para lectura: %s"1583315834#. TRANSLATORS: do not translate [y/n]15835#. The program will only accept that input15836#. at this point.15837#. Consider translating (saying "no" discards!) as15838#. (saying "n" for "no" discards!) if the translation15839#. of the word "no" does not start with n.15840#: git-add--interactive.perl:113415841msgid ""15842"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "15843msgstr ""15844"Tu hunk editado no aplica. Editar nuevamente (decir \"no\" descarta!) [y/n]? "1584515846#: git-add--interactive.perl:114315847msgid ""15848"y - stage this hunk\n"15849"n - do not stage this hunk\n"15850"q - quit; do not stage this hunk or any of the remaining ones\n"15851"a - stage this hunk and all later hunks in the file\n"15852"d - do not stage this hunk or any of the later hunks in the file"15853msgstr ""15854"y - aplicar stage a este hunk\n"15855"n - no aplicar stage a este hunk\n"15856"q - quit; no aplicar stage a este hunk o ninguno de los restantes\n"15857"a - aplicar stage a este hunk y a todos los posteriores en el archivo \n"15858"d - no aplicar stage a este hunk o a ninguno de los posteriores en este "15859"archivo"1586015861#: git-add--interactive.perl:114915862msgid ""15863"y - stash this hunk\n"15864"n - do not stash this hunk\n"15865"q - quit; do not stash this hunk or any of the remaining ones\n"15866"a - stash this hunk and all later hunks in the file\n"15867"d - do not stash this hunk or any of the later hunks in the file"15868msgstr ""15869"y - aplicar stash a este hunk\n"15870"n - no aplicar stash a este hunk\n"15871"q - quit; no aplicar stash a este hunk o a ninguno de los restantes\n"15872"a - aplicar stash a este hunk y a todos los posteriores en el archivo\n"15873"d - no aplicar stash a este hunk o ninguno de los posteriores en el archivo"1587415875#: git-add--interactive.perl:115515876msgid ""15877"y - unstage this hunk\n"15878"n - do not unstage this hunk\n"15879"q - quit; do not unstage this hunk or any of the remaining ones\n"15880"a - unstage this hunk and all later hunks in the file\n"15881"d - do not unstage this hunk or any of the later hunks in the file"15882msgstr ""15883"y - sacar deste hunk del area de stage\n"15884"n - no sacar este hunk del area de stage\n"15885"q - quit; no sacar del area de stage este hunk o ninguno de los restantes\n"15886"a - sacar del area de stage este hunk y todos los posteriores en el archivo\n"15887"d - no sacar del area de stage este hunk o ninguno de los posteriores en el "15888"archivo"1588915890#: git-add--interactive.perl:116115891msgid ""15892"y - apply this hunk to index\n"15893"n - do not apply this hunk to index\n"15894"q - quit; do not apply this hunk or any of the remaining ones\n"15895"a - apply this hunk and all later hunks in the file\n"15896"d - do not apply this hunk or any of the later hunks in the file"15897msgstr ""15898"y - aplicar este hunk al indice\n"15899"n - no aplicar este hunk al indice\n"15900"q - quit; no aplicar este hunk o ninguno de los restantes\n"15901"a - aplicar este hunk y todos los posteriores en el archivo\n"15902"d - no aplicar este hunko ninguno de los posteriores en el archivo"1590315904#: git-add--interactive.perl:116715905msgid ""15906"y - discard this hunk from worktree\n"15907"n - do not discard this hunk from worktree\n"15908"q - quit; do not discard this hunk or any of the remaining ones\n"15909"a - discard this hunk and all later hunks in the file\n"15910"d - do not discard this hunk or any of the later hunks in the file"15911msgstr ""15912"y - descartar este hunk del arbol de trabajo\n"15913"n - no descartar este hunk del arbol de trabajo\n"15914"q - quit; no descartar este hunk o ninguno de los que restantes\n"15915"a - descartar este hunk y todos los posteriores en este archivo\n"15916"d - no descartar este hunk o ninguno de los posteriores en el archivo"1591715918#: git-add--interactive.perl:117315919msgid ""15920"y - discard this hunk from index and worktree\n"15921"n - do not discard this hunk from index and worktree\n"15922"q - quit; do not discard this hunk or any of the remaining ones\n"15923"a - discard this hunk and all later hunks in the file\n"15924"d - do not discard this hunk or any of the later hunks in the file"15925msgstr ""15926"y - descartar este hunk del indice y el arbol de trabajo\n"15927"n - no descartar este hunk del indice ni el arbol de trabajo\n"15928"q - quit; no descartar este hunk o ninguno de los que quedan\n"15929"a - descartar este hunk y todos los posteriores en este archivo\n"15930"d - no descartar este hunk o ninguno posterior en el archivo"1593115932#: git-add--interactive.perl:117915933msgid ""15934"y - apply this hunk to index and worktree\n"15935"n - do not apply this hunk to index and worktree\n"15936"q - quit; do not apply this hunk or any of the remaining ones\n"15937"a - apply this hunk and all later hunks in the file\n"15938"d - do not apply this hunk or any of the later hunks in the file"15939msgstr ""15940"y - aplicar este hunk al indice y al arbol de trabajo\n"15941"n - no aplicar este hunk al indice y al arbol de trabajo\n"15942"q - quit; no aplicar este hunk o ninguno de los restantes\n"15943"a - aplicar este hunk y todos los posteriores en el archivo\n"15944"d - no aplicar este hunk o ninguno de los siguientes en este archivo"1594515946#: git-add--interactive.perl:118815947msgid ""15948"g - select a hunk to go to\n"15949"/ - search for a hunk matching the given regex\n"15950"j - leave this hunk undecided, see next undecided hunk\n"15951"J - leave this hunk undecided, see next hunk\n"15952"k - leave this hunk undecided, see previous undecided hunk\n"15953"K - leave this hunk undecided, see previous hunk\n"15954"s - split the current hunk into smaller hunks\n"15955"e - manually edit the current hunk\n"15956"? - print help\n"15957msgstr ""15958"g - selecciona un hunk a donde ir\n"15959"/ - buscar un hunk que concuerde el regex\n"15960"j - dejar este hunk por definir, ver siguiente hunk por definir\n"15961"J - dejar este hunk por definird, ver siguiente hunk\n"15962"k - dejar este hunk por definir, ver hunk previo por definir\n"15963"K - dejar este hunk por definir, ver hunk previo\n"15964"s - dividir el hunk actual en hunks mas pequenos\n"15965"e - editar manualmente el hunk actual\n"15966"? - imprimir ayuda\n"1596715968#: git-add--interactive.perl:121915969msgid "The selected hunks do not apply to the index!\n"15970msgstr "Los hunks seleccionados no aplican al indice!\n"1597115972#: git-add--interactive.perl:122015973msgid "Apply them to the worktree anyway? "15974msgstr "Aplicarlos al arbol de trabajo de todas maneras?"1597515976#: git-add--interactive.perl:122315977msgid "Nothing was applied.\n"15978msgstr "Nada fue aplicado.\n"1597915980#: git-add--interactive.perl:123415981#, perl-format15982msgid "ignoring unmerged: %s\n"15983msgstr "ignorando lo no fusionado: %s\n"1598415985#: git-add--interactive.perl:124315986msgid "Only binary files changed.\n"15987msgstr "Solo cambiaron archivos binarios.\n"1598815989#: git-add--interactive.perl:124515990msgid "No changes.\n"15991msgstr "Sin cambios.\n"1599215993#: git-add--interactive.perl:125315994msgid "Patch update"15995msgstr "Actualizacion de parche"1599615997#: git-add--interactive.perl:130515998#, perl-format15999msgid "Stage mode change [y,n,q,a,d,/%s,?]? "16000msgstr "Aplicar stage al cambio de modo [y,n,q,a,d,/%s,?]? "1600116002#: git-add--interactive.perl:130616003#, perl-format16004msgid "Stage deletion [y,n,q,a,d,/%s,?]? "16005msgstr "Aplicar stage al borrado [y,n,q,a,d,/%s,?]? "1600616007#: git-add--interactive.perl:130716008#, perl-format16009msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "16010msgstr "Aplicar stage a este hunk [y,n,q,a,d,/%s,?]? "1601116012#: git-add--interactive.perl:131016013#, perl-format16014msgid "Stash mode change [y,n,q,a,d,/%s,?]? "16015msgstr "Aplicar stash al cambio de modo [y,n,q,a,d,/%s,?]? "1601616017#: git-add--interactive.perl:131116018#, perl-format16019msgid "Stash deletion [y,n,q,a,d,/%s,?]? "16020msgstr "Aplicar stash al borrado [y,n,q,a,d,/%s,?]? "1602116022#: git-add--interactive.perl:131216023#, perl-format16024msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "16025msgstr "Aplicar stash a este hunk [y,n,q,a,d,/%s,?]? "1602616027#: git-add--interactive.perl:131516028#, perl-format16029msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "16030msgstr "Sacar cambio de modo del stage [y,n,q,a,d,/%s,?]? "1603116032#: git-add--interactive.perl:131616033#, perl-format16034msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "16035msgstr "Sacar borrado del stage [y,n,q,a,d,/%s,?]? "1603616037#: git-add--interactive.perl:131716038#, perl-format16039msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "16040msgstr "Sacar este hunk del stage [y,n,q,a,d,/%s,?]? "1604116042#: git-add--interactive.perl:132016043#, perl-format16044msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "16045msgstr "Aplicarcambio de modo al indice [y,n,q,a,d,/%s,?]? "1604616047#: git-add--interactive.perl:132116048#, perl-format16049msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "16050msgstr "Aplicar borrado al indice [y,n,q,a,d,/%s,?]? "1605116052#: git-add--interactive.perl:132216053#, perl-format16054msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "16055msgstr "Aplicar este hunk al indice [y,n,q,a,d,/%s,?]? "1605616057#: git-add--interactive.perl:132516058#, perl-format16059msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "16060msgstr "Descartar cambio de modo del arbol de trabajo [y,n,q,a,d,/%s,?]? "1606116062#: git-add--interactive.perl:132616063#, perl-format16064msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "16065msgstr "Descartar borrado del arbol de trabajo [y,n,q,a,d,/%s,?]? "1606616067#: git-add--interactive.perl:132716068#, perl-format16069msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "16070msgstr "Descartar este hunk del arbol de trabajo [y,n,q,a,d,/%s,?]? "1607116072#: git-add--interactive.perl:133016073#, perl-format16074msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "16075msgstr ""16076"Descartar cambio de modo del indice y el arbol de trabajo [y,n,q,a,d,/%s,?]? "1607716078#: git-add--interactive.perl:133116079#, perl-format16080msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "16081msgstr "Descartar borrado del indice y el arbol de trabajo [y,n,q,a,d,/%s,?]? "1608216083#: git-add--interactive.perl:133216084#, perl-format16085msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "16086msgstr ""16087"Descartar este hunk del indice y el arbol de trabajo [y,n,q,a,d,/%s,?]? "1608816089#: git-add--interactive.perl:133516090#, perl-format16091msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "16092msgstr ""16093"Aplicar cambio de modo para el indice y el arbol de trabajo [y,n,q,a,d,/"16094"%s,?]? "1609516096#: git-add--interactive.perl:133616097#, perl-format16098msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "16099msgstr "Aplicar borrado al indice y al arbol de trabajo [y,n,q,a,d,/%s,?]? "1610016101#: git-add--interactive.perl:133716102#, perl-format16103msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "16104msgstr "Aplicar este hunk al indice y arbol de trabajo [y,n,q,a,d,/%s,?]? "1610516106#: git-add--interactive.perl:144016107msgid "go to which hunk (<ret> to see more)? "16108msgstr "A que hunk ir (<enter> para ver mas)?"1610916110#: git-add--interactive.perl:144216111msgid "go to which hunk? "16112msgstr "A que hunk ir?"1611316114#: git-add--interactive.perl:145116115#, perl-format16116msgid "Invalid number: '%s'\n"16117msgstr "Numero invalido: '%s'\n"1611816119#: git-add--interactive.perl:145616120#, perl-format16121msgid "Sorry, only %d hunk available.\n"16122msgid_plural "Sorry, only %d hunks available.\n"16123msgstr[0] "Lo siento, solo %d hunk disponible.\n"16124msgstr[1] "Lo siento, solo %d hunks disponibles.\n"1612516126#: git-add--interactive.perl:148216127msgid "search for regex? "16128msgstr "buscar para regexp?"1612916130#: git-add--interactive.perl:149516131#, perl-format16132msgid "Malformed search regexp %s: %s\n"16133msgstr "regexp para la busqueda mal formado %s: %s\n"1613416135#: git-add--interactive.perl:150516136msgid "No hunk matches the given pattern\n"16137msgstr "No hay hunks que concuerden con el patron entregado.\n"1613816139#: git-add--interactive.perl:1517 git-add--interactive.perl:153916140msgid "No previous hunk\n"16141msgstr "No el anterior hunk\n"1614216143#: git-add--interactive.perl:1526 git-add--interactive.perl:154516144msgid "No next hunk\n"16145msgstr "No el siguiente hunk\n"1614616147#: git-add--interactive.perl:155316148#, perl-format16149msgid "Split into %d hunk.\n"16150msgid_plural "Split into %d hunks.\n"16151msgstr[0] "Cortar en %d hunk.\n"16152msgstr[1] "Cortar en %d hunks.\n"1615316154#: git-add--interactive.perl:160516155msgid "Review diff"16156msgstr "Revision de diff"1615716158#. TRANSLATORS: please do not translate the command names16159#. 'status', 'update', 'revert', etc.16160#: git-add--interactive.perl:162416161msgid ""16162"status - show paths with changes\n"16163"update - add working tree state to the staged set of changes\n"16164"revert - revert staged set of changes back to the HEAD version\n"16165"patch - pick hunks and update selectively\n"16166"diff - view diff between HEAD and index\n"16167"add untracked - add contents of untracked files to the staged set of "16168"changes\n"16169msgstr ""16170"status - muestra las rutas con cambioss\n"16171"update - agrega el estado del arbol de trabajo al set de cambios en "16172"el area de stage\n"16173"revert - revierte los cambios en el area de stage de regreso a la "16174"version HEAD\n"16175"patch - selecciona los hunks y actualiza de forma selectiva\n"16176"diff - mirar la diff entre HEAD y el indice\n"16177"add untracked - agrega contenidos de archivos no rastreados al grupo de "16178"cambios del area de stage\n"1617916180#: git-add--interactive.perl:1641 git-add--interactive.perl:164616181#: git-add--interactive.perl:1649 git-add--interactive.perl:165616182#: git-add--interactive.perl:1660 git-add--interactive.perl:166616183msgid "missing --"16184msgstr "falta --"1618516186#: git-add--interactive.perl:166216187#, perl-format16188msgid "unknown --patch mode: %s"16189msgstr "modo --patch desconocido: %s"1619016191#: git-add--interactive.perl:1668 git-add--interactive.perl:167416192#, perl-format16193msgid "invalid argument %s, expecting --"16194msgstr "argumento invalido %s, se esperaba --"1619516196#: git-send-email.perl:12616197msgid "local zone differs from GMT by a non-minute interval\n"16198msgstr "la zona local difiere de GMT por un intervalo de cero minutos\n"1619916200#: git-send-email.perl:133 git-send-email.perl:13916201msgid "local time offset greater than or equal to 24 hours\n"16202msgstr "el offset del tiempo local es mayor o igual a 24 horas\n"1620316204#: git-send-email.perl:207 git-send-email.perl:21316205msgid "the editor exited uncleanly, aborting everything"16206msgstr "el editor se cerro inapropiadamente, abortando todo"1620716208#: git-send-email.perl:29016209#, perl-format16210msgid ""16211"'%s' contains an intermediate version of the email you were composing.\n"16212msgstr ""16213"'%s' contiene una version intermedia del correo que se estaba generando.\n"1621416215#: git-send-email.perl:29516216#, perl-format16217msgid "'%s.final' contains the composed email.\n"16218msgstr "'%s.final' contiene el email generado.\n"1621916220#: git-send-email.perl:31316221msgid "--dump-aliases incompatible with other options\n"16222msgstr "--dump-aliases no es compatible con otras opciones.\n"1622316224#: git-send-email.perl:378 git-send-email.perl:62916225msgid "Cannot run git format-patch from outside a repository\n"16226msgstr "No se puede ejecutar git format-patch desde fuera del repositorio.\n"1622716228#: git-send-email.perl:44716229#, perl-format16230msgid "Unknown --suppress-cc field: '%s'\n"16231msgstr "campo --suppress-cc desconocido: '%s'\n"1623216233#: git-send-email.perl:47616234#, perl-format16235msgid "Unknown --confirm setting: '%s'\n"16236msgstr "Configuracion --confirm desconocida: '%s'\n"1623716238#: git-send-email.perl:50416239#, perl-format16240msgid "warning: sendmail alias with quotes is not supported: %s\n"16241msgstr "peligro: alias de sendmail con comillas no es soportado: %s\n"1624216243#: git-send-email.perl:50616244#, perl-format16245msgid "warning: `:include:` not supported: %s\n"16246msgstr "peligro: `:include:` no soportado: %s\n"1624716248#: git-send-email.perl:50816249#, perl-format16250msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"16251msgstr "peligro: redireccion `/file` or `|pipe` no soportada : %s\n"1625216253#: git-send-email.perl:51316254#, perl-format16255msgid "warning: sendmail line is not recognized: %s\n"16256msgstr "peligro: linea sendmail no reconocida: %s\n"1625716258#: git-send-email.perl:59516259#, perl-format16260msgid ""16261"File '%s' exists but it could also be the range of commits\n"16262"to produce patches for. Please disambiguate by...\n"16263"\n"16264" * Saying \"./%s\" if you mean a file; or\n"16265" * Giving --format-patch option if you mean a range.\n"16266msgstr ""16267"Archivo '%s' existe pero podria ser el rango de commits \n"16268"para producir los parches. Por favor elimina la ambiguedad...\n"16269"\n"16270" * Diciendo \"./%s\" si se quiere decir un archivo; o\n"16271" * Agregando la opcion --format-patch si se quiere decir un rango.\n"1627216273#: git-send-email.perl:61616274#, perl-format16275msgid "Failed to opendir %s: %s"16276msgstr "Fallo al abrir directorio %s: %s"1627716278#: git-send-email.perl:64016279#, perl-format16280msgid ""16281"fatal: %s: %s\n"16282"warning: no patches were sent\n"16283msgstr ""16284"fatal: %s: %s\n"16285"peligro: no se mandaron parches\n"1628616287#: git-send-email.perl:65116288msgid ""16289"\n"16290"No patch files specified!\n"16291"\n"16292msgstr ""16293"\n"16294"No se especificaron parches!\n"16295"\n"1629616297#: git-send-email.perl:66416298#, perl-format16299msgid "No subject line in %s?"16300msgstr "No hay linea de subject en %s?"1630116302#: git-send-email.perl:67416303#, perl-format16304msgid "Failed to open for writing %s: %s"16305msgstr "Fallo al abir para escritura %s: %s"1630616307#: git-send-email.perl:68416308msgid ""16309"Lines beginning in \"GIT:\" will be removed.\n"16310"Consider including an overall diffstat or table of contents\n"16311"for the patch you are writing.\n"16312"\n"16313"Clear the body content if you don't wish to send a summary.\n"16314msgstr ""16315"Lineas que comienzan en \"GIT:\" seran removidas.\n"16316"Considere incluir un diffstat global o una tabla de contenidos\n"16317"para el parche que esta escribiendo.\n"16318"\n"16319"Limpiar el contenido de body si usted no desea mandar un resumen.\n"1632016321#: git-send-email.perl:70716322#, perl-format16323msgid "Failed to open %s.final: %s"16324msgstr "Fallo al abrir %s.final: %s"1632516326#: git-send-email.perl:71016327#, perl-format16328msgid "Failed to open %s: %s"16329msgstr "Fallo al abrir %s: %s"1633016331#: git-send-email.perl:74516332msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"16333msgstr ""16334"Campos Para/Cc/Bcc no han sido interpretados todavia, han sido ignorados\n"1633516336#: git-send-email.perl:75416337msgid "Summary email is empty, skipping it\n"16338msgstr "Archivo de resumen esta vacio, saltando al siguiente\n"1633916340#. TRANSLATORS: please keep [y/N] as is.16341#: git-send-email.perl:78616342#, perl-format16343msgid "Are you sure you want to use <%s> [y/N]? "16344msgstr "Esta seguro de que desea usar <%s> [y/N]?"1634516346#: git-send-email.perl:81516347msgid ""16348"The following files are 8bit, but do not declare a Content-Transfer-"16349"Encoding.\n"16350msgstr ""16351"Los siguientes archivos son 8bit, pero no declaran un Content-Transfer-"16352"Encoding.\n"1635316354#: git-send-email.perl:82016355msgid "Which 8bit encoding should I declare [UTF-8]? "16356msgstr "Que codificacion de 8bit deberia declarar [UTF-8]?"1635716358#: git-send-email.perl:82816359#, perl-format16360msgid ""16361"Refusing to send because the patch\n"16362"\t%s\n"16363"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "16364"want to send.\n"16365msgstr ""16366"Rehusando mandar el parche porque\n"16367"\t%s\n"16368"tiene el template '*** SUBJECT HERE ***'. Agrega --force si realmente lo "16369"deseas mandar.\n"1637016371#: git-send-email.perl:84716372msgid "To whom should the emails be sent (if anyone)?"16373msgstr "A quien se deben mandar los correos (si existe)?"1637416375#: git-send-email.perl:86516376#, perl-format16377msgid "fatal: alias '%s' expands to itself\n"16378msgstr "fatal: alias '%s' se expande a si mismo\n"1637916380#: git-send-email.perl:87716381msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "16382msgstr ""16383"que id de mensaje sera usado como En-Respuesta-Para en el primer email (si "16384"existe alguno)?"1638516386#: git-send-email.perl:927 git-send-email.perl:93516387#, perl-format16388msgid "error: unable to extract a valid address from: %s\n"16389msgstr "error: no es posible extraer una direccion valida de %s\n"1639016391#. TRANSLATORS: Make sure to include [q] [d] [e] in your16392#. translation. The program will only accept English input16393#. at this point.16394#: git-send-email.perl:93916395msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "16396msgstr "Que hacer con esta direccion? ([q]salir|[d]botar|[e]ditar):"1639716398#: git-send-email.perl:126016399#, perl-format16400msgid "CA path \"%s\" does not exist"16401msgstr "ruta CA \"%s\" no existe"1640216403#: git-send-email.perl:133516404msgid ""16405" The Cc list above has been expanded by additional\n"16406" addresses found in the patch commit message. By default\n"16407" send-email prompts before sending whenever this occurs.\n"16408" This behavior is controlled by the sendemail.confirm\n"16409" configuration setting.\n"16410"\n"16411" For additional information, run 'git send-email --help'.\n"16412" To retain the current behavior, but squelch this message,\n"16413" run 'git config --global sendemail.confirm auto'.\n"16414"\n"16415msgstr ""16416"La lista Cc ha sido expandida por direcciones adicionales\n"16417"encontradas en el mensaje de commit parchado.. Por defecto\n"16418"send-email se muestra antes de mandar cualquier cada vez que esto sucede.\n"16419"Este comportamiento is controlado por el valor de configuracion sendemail."16420"confirm.\n"16421"\n"16422"Para mas informacion, corre 'git sen-email --help'.\n"16423"Para mantener el comportamiento actual, pero evitar este mensaje,\n"16424"corre 'git config --global sendemail.confirm auto'.\n"16425"\n"1642616427#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your16428#. translation. The program will only accept English input16429#. at this point.16430#: git-send-email.perl:135016431msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "16432msgstr "Mandar este email? ([y]si||[n]o|[q]salir|[a]todo):"1643316434#: git-send-email.perl:135316435msgid "Send this email reply required"16436msgstr "Necesitas mandar esta respuesta de email"1643716438#: git-send-email.perl:137916439msgid "The required SMTP server is not properly defined."16440msgstr "El servidor SMTP no esta definido adecuadamente."1644116442#: git-send-email.perl:142616443#, perl-format16444msgid "Server does not support STARTTLS! %s"16445msgstr "Servidor no soporta STARTLS! %s"1644616447#: git-send-email.perl:1431 git-send-email.perl:143516448#, perl-format16449msgid "STARTTLS failed! %s"16450msgstr "fallo de STARTTLS! %s"1645116452#: git-send-email.perl:144516453msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."16454msgstr ""16455"No es posible inicializar SMTP adecuadamente. Verificar config y usar ---"16456"smtp-debug."1645716458#: git-send-email.perl:146316459#, perl-format16460msgid "Failed to send %s\n"16461msgstr "Fallo al enviar %s\n"1646216463#: git-send-email.perl:146616464#, perl-format16465msgid "Dry-Sent %s\n"16466msgstr "Dry-Sent %s\n"1646716468#: git-send-email.perl:146616469#, perl-format16470msgid "Sent %s\n"16471msgstr "Enviado %s\n"1647216473#: git-send-email.perl:146816474msgid "Dry-OK. Log says:\n"16475msgstr "Dry-OK. Log dice:\n"1647616477#: git-send-email.perl:146816478msgid "OK. Log says:\n"16479msgstr "OK. Log dice:\n"1648016481#: git-send-email.perl:148016482msgid "Result: "16483msgstr "Resultado:"1648416485#: git-send-email.perl:148316486msgid "Result: OK\n"16487msgstr "Resultado: OK\n"1648816489#: git-send-email.perl:149616490#, perl-format16491msgid "can't open file %s"16492msgstr "no se puede abrir el archivo %s"1649316494#: git-send-email.perl:1543 git-send-email.perl:156316495#, perl-format16496msgid "(mbox) Adding cc: %s from line '%s'\n"16497msgstr "(mbox) Agregando cc: %s de linea '%s'\n"1649816499#: git-send-email.perl:154916500#, perl-format16501msgid "(mbox) Adding to: %s from line '%s'\n"16502msgstr "(mbox) Agregando para: %s de la linea '%s'\n"1650316504#: git-send-email.perl:159716505#, perl-format16506msgid "(non-mbox) Adding cc: %s from line '%s'\n"16507msgstr "(non-mbox) Agregando cc: %s de la linea '%s'\n"1650816509#: git-send-email.perl:162216510#, perl-format16511msgid "(body) Adding cc: %s from line '%s'\n"16512msgstr "(body) Agregando cc: %s de la linea '%s'\n"1651316514#: git-send-email.perl:172816515#, perl-format16516msgid "(%s) Could not execute '%s'"16517msgstr "(%s) no se pudo ejecutar '%s'"1651816519#: git-send-email.perl:173516520#, perl-format16521msgid "(%s) Adding %s: %s from: '%s'\n"16522msgstr "(%s) Agregando %s: %s de: '%s'\n"1652316524#: git-send-email.perl:173916525#, perl-format16526msgid "(%s) failed to close pipe to '%s'"16527msgstr "(%s) fallo al cerrar el pipe para '%s'"1652816529#: git-send-email.perl:176616530msgid "cannot send message as 7bit"16531msgstr "no se puede mandar mensaje como 7bit"1653216533#: git-send-email.perl:177416534msgid "invalid transfer encoding"16535msgstr "codificacion de transferencia invalida"1653616537#: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:187316538#, perl-format16539msgid "unable to open %s: %s\n"16540msgstr "no es posible abrir %s: %s\n"1654116542#: git-send-email.perl:181516543#, perl-format16544msgid "%s: patch contains a line longer than 998 characters"16545msgstr "%s: el parche contiene una linea con mas de 998 caracteres"1654616547#: git-send-email.perl:183116548#, perl-format16549msgid "Skipping %s with backup suffix '%s'.\n"16550msgstr "Saltando %s con el sufijo de backup '%s'.\n"1655116552#. TRANSLATORS: please keep "[y|N]" as is.16553#: git-send-email.perl:183516554#, perl-format16555msgid "Do you really want to send %s? [y|N]: "16556msgstr "Realmente deseas mandar %s?[y|N]"1655716558#~ msgid "submodule update strategy not supported for submodule '%s'"16559#~ msgstr ""16560#~ "estrategia de actualización de submódulo no soportada para submódulo '%s'"1656116562#~ msgid "change upstream info"16563#~ msgstr "cambie info de upstream"1656416565#~ msgid ""16566#~ "\n"16567#~ "If you wanted to make '%s' track '%s', do this:\n"16568#~ "\n"16569#~ msgstr ""16570#~ "\n"16571#~ "Si querías hacer que '%s' rastree '%s', haz esto:\n"16572#~ "\n"1657316574#~ msgid "basename"16575#~ msgstr "nombre base"1657616577#~ msgid "prepend parent project's basename to output"16578#~ msgstr "anteponer el nombre base del proyecto padre a la salida"1657916580#~ msgid ""16581#~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"16582#~ " - $line"16583#~ msgstr ""16584#~ "Peligro: falta el SHA-1 o no es un commit en la siguiente línea:\n"16585#~ " - $line"1658616587#~ msgid ""16588#~ "Warning: the command isn't recognized in the following line:\n"16589#~ " - $line"16590#~ msgstr ""16591#~ "Peligro: el comando no es reconocido en la siguiente línea:\n"16592#~ " - $line"1659316594#~ msgid "Or you can abort the rebase with 'git rebase --abort'."16595#~ msgstr "O puedes abortar el rebasamiento con 'git rebase --abort'."