Large file — syntax highlighting disabled.
| 1 | # Spanish translations for Git. |
| 2 | # Copyright (C) 2018 Christopher Diaz Riveros <christopher.diaz.riv@gmail.com> |
| 3 | # This file is distributed under the same license as the Git package. |
| 4 | # Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>, 2017. |
| 5 | # |
| 6 | msgid "" |
| 7 | msgstr "" |
| 8 | "Project-Id-Version: Git\n" |
| 9 | "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" |
| 10 | "POT-Creation-Date: 2022-09-27 21:02-0600\n" |
| 11 | "PO-Revision-Date: 2022-09-27 22:56-0600\n" |
| 12 | "Last-Translator: Alex Henrie <alexhenrie24@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 3.1\n" |
| 20 | |
| 21 | #, c-format |
| 22 | msgid "Huh (%s)?" |
| 23 | msgstr "¿Ahh (%s)?" |
| 24 | |
| 25 | msgid "could not read index" |
| 26 | msgstr "no se pudo leer índice" |
| 27 | |
| 28 | msgid "binary" |
| 29 | msgstr "binario" |
| 30 | |
| 31 | msgid "nothing" |
| 32 | msgstr "nada" |
| 33 | |
| 34 | msgid "unchanged" |
| 35 | msgstr "sin cambios" |
| 36 | |
| 37 | msgid "Update" |
| 38 | msgstr "Actualizar" |
| 39 | |
| 40 | #, c-format |
| 41 | msgid "could not stage '%s'" |
| 42 | msgstr "no se pudo poner en stage '%s'" |
| 43 | |
| 44 | msgid "could not write index" |
| 45 | msgstr "no se pudo escribir índice" |
| 46 | |
| 47 | #, c-format, perl-format |
| 48 | msgid "updated %d path\n" |
| 49 | msgid_plural "updated %d paths\n" |
| 50 | msgstr[0] "actualizada %d ruta\n" |
| 51 | msgstr[1] "actualizadas %d rutas\n" |
| 52 | |
| 53 | #, c-format, perl-format |
| 54 | msgid "note: %s is untracked now.\n" |
| 55 | msgstr "nota: %s no es rastreado ahora.\n" |
| 56 | |
| 57 | #, c-format |
| 58 | msgid "make_cache_entry failed for path '%s'" |
| 59 | msgstr "make_cache_entry falló para la ruta '%s'" |
| 60 | |
| 61 | msgid "Revert" |
| 62 | msgstr "Revertir" |
| 63 | |
| 64 | msgid "Could not parse HEAD^{tree}" |
| 65 | msgstr "No se pudo analizar HEAD^{tree}" |
| 66 | |
| 67 | #, c-format, perl-format |
| 68 | msgid "reverted %d path\n" |
| 69 | msgid_plural "reverted %d paths\n" |
| 70 | msgstr[0] "revertida %d ruta\n" |
| 71 | msgstr[1] "revertidas %d rutas\n" |
| 72 | |
| 73 | #, c-format |
| 74 | msgid "No untracked files.\n" |
| 75 | msgstr "No hay archivos sin rastrear.\n" |
| 76 | |
| 77 | msgid "Add untracked" |
| 78 | msgstr "Agregar no rastreados" |
| 79 | |
| 80 | #, c-format, perl-format |
| 81 | msgid "added %d path\n" |
| 82 | msgid_plural "added %d paths\n" |
| 83 | msgstr[0] "agregada %d ruta\n" |
| 84 | msgstr[1] "agregadas %d rutas\n" |
| 85 | |
| 86 | #, c-format |
| 87 | msgid "ignoring unmerged: %s" |
| 88 | msgstr "ignorando lo no fusionado: %s" |
| 89 | |
| 90 | #, c-format |
| 91 | msgid "Only binary files changed.\n" |
| 92 | msgstr "Solo cambiaron archivos binarios.\n" |
| 93 | |
| 94 | #, c-format |
| 95 | msgid "No changes.\n" |
| 96 | msgstr "Sin cambios.\n" |
| 97 | |
| 98 | msgid "Patch update" |
| 99 | msgstr "Actualización del parche" |
| 100 | |
| 101 | msgid "Review diff" |
| 102 | msgstr "Revisión de diff" |
| 103 | |
| 104 | msgid "show paths with changes" |
| 105 | msgstr "mostrar rutas con cambios" |
| 106 | |
| 107 | msgid "add working tree state to the staged set of changes" |
| 108 | msgstr "agregar estado del árbol de trabajo al conjunto de cambios en stage" |
| 109 | |
| 110 | msgid "revert staged set of changes back to the HEAD version" |
| 111 | msgstr "revertir conjunto de cambios en stage a la versión de HEAD" |
| 112 | |
| 113 | msgid "pick hunks and update selectively" |
| 114 | msgstr "elegir fragmentos y actualizar de forma selectiva" |
| 115 | |
| 116 | msgid "view diff between HEAD and index" |
| 117 | msgstr "ver diff entre HEAD e index" |
| 118 | |
| 119 | msgid "add contents of untracked files to the staged set of changes" |
| 120 | msgstr "" |
| 121 | "agregar contenidos de archivos sin rastrear al conjunto de cambios de stage" |
| 122 | |
| 123 | msgid "Prompt help:" |
| 124 | msgstr "Mostrar ayuda:" |
| 125 | |
| 126 | msgid "select a single item" |
| 127 | msgstr "seleccionar un único objeto" |
| 128 | |
| 129 | msgid "select a range of items" |
| 130 | msgstr "seleccionar un rango de objetos" |
| 131 | |
| 132 | msgid "select multiple ranges" |
| 133 | msgstr "seleccionar múltiples rangos" |
| 134 | |
| 135 | msgid "select item based on unique prefix" |
| 136 | msgstr "seleccionar objeto basado en prefijo único" |
| 137 | |
| 138 | msgid "unselect specified items" |
| 139 | msgstr "quitar objetos especificados" |
| 140 | |
| 141 | msgid "choose all items" |
| 142 | msgstr "escoger todos los objetos" |
| 143 | |
| 144 | msgid "(empty) finish selecting" |
| 145 | msgstr "(vacío) finalizar selección" |
| 146 | |
| 147 | msgid "select a numbered item" |
| 148 | msgstr "seleccionar un objeto numerado" |
| 149 | |
| 150 | msgid "(empty) select nothing" |
| 151 | msgstr "(vacío) no seleccionar nada" |
| 152 | |
| 153 | msgid "*** Commands ***" |
| 154 | msgstr "*** Comandos ***" |
| 155 | |
| 156 | msgid "What now" |
| 157 | msgstr "Ahora qué" |
| 158 | |
| 159 | msgid "staged" |
| 160 | msgstr "en stage" |
| 161 | |
| 162 | msgid "unstaged" |
| 163 | msgstr "no en stage" |
| 164 | |
| 165 | msgid "path" |
| 166 | msgstr "ruta" |
| 167 | |
| 168 | msgid "could not refresh index" |
| 169 | msgstr "no se pudo refrescar el índice" |
| 170 | |
| 171 | #, c-format |
| 172 | msgid "Bye.\n" |
| 173 | msgstr "Adiós.\n" |
| 174 | |
| 175 | #, c-format, perl-format |
| 176 | msgid "Stage mode change [y,n,q,a,d%s,?]? " |
| 177 | msgstr "¿Aplicar stage al cambio de modo [y,n,q,a,d%s,?]? " |
| 178 | |
| 179 | #, c-format, perl-format |
| 180 | msgid "Stage deletion [y,n,q,a,d%s,?]? " |
| 181 | msgstr "¿Aplicar stage al borrado [y,n,q,a,d%s,?]? " |
| 182 | |
| 183 | #, c-format, perl-format |
| 184 | msgid "Stage addition [y,n,q,a,d%s,?]? " |
| 185 | msgstr "¿Agregar al stage [y,n,q,a,d%s,?]? " |
| 186 | |
| 187 | #, c-format, perl-format |
| 188 | msgid "Stage this hunk [y,n,q,a,d%s,?]? " |
| 189 | msgstr "¿Aplicar stage a este fragmento [y,n,q,a,d%s,?]? " |
| 190 | |
| 191 | msgid "" |
| 192 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 193 | "staging." |
| 194 | msgstr "" |
| 195 | "Si el parche aplica limpiamente, el fragmento editado será marcado " |
| 196 | "inmediatamente para el área de stage." |
| 197 | |
| 198 | msgid "" |
| 199 | "y - stage this hunk\n" |
| 200 | "n - do not stage this hunk\n" |
| 201 | "q - quit; do not stage this hunk or any of the remaining ones\n" |
| 202 | "a - stage this hunk and all later hunks in the file\n" |
| 203 | "d - do not stage this hunk or any of the later hunks in the file\n" |
| 204 | msgstr "" |
| 205 | "y - aplicar stage a este fragmento\n" |
| 206 | "n - no aplicar stage a este fragmento\n" |
| 207 | "q - quit; no aplicar stage a este fragmento ni ninguno de los restantes\n" |
| 208 | "a - aplicar stage a este fragmento y a todos los posteriores en el archivo\n" |
| 209 | "d - no aplicar stage a este fragmento o a ninguno de los posteriores en este " |
| 210 | "archivo\n" |
| 211 | |
| 212 | #, c-format, perl-format |
| 213 | msgid "Stash mode change [y,n,q,a,d%s,?]? " |
| 214 | msgstr "¿Hacer stash al cambio de modo [y,n,q,a,d%s,?]? " |
| 215 | |
| 216 | #, c-format, perl-format |
| 217 | msgid "Stash deletion [y,n,q,a,d%s,?]? " |
| 218 | msgstr "¿Hacer stash a la eliminación [y,n,q,a,d%s,?]? " |
| 219 | |
| 220 | #, c-format, perl-format |
| 221 | msgid "Stash addition [y,n,q,a,d%s,?]? " |
| 222 | msgstr "¿Agregar al stash [y,n,q,a,d%s,?]? " |
| 223 | |
| 224 | #, c-format, perl-format |
| 225 | msgid "Stash this hunk [y,n,q,a,d%s,?]? " |
| 226 | msgstr "¿Hacer stash a este fragmento [y,n,q,a,d%s,?]? " |
| 227 | |
| 228 | msgid "" |
| 229 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 230 | "stashing." |
| 231 | msgstr "" |
| 232 | "Si el parche aplica limpiamente, el fragmento editado será marcado " |
| 233 | "inmediatamente para hacer stash." |
| 234 | |
| 235 | msgid "" |
| 236 | "y - stash this hunk\n" |
| 237 | "n - do not stash this hunk\n" |
| 238 | "q - quit; do not stash this hunk or any of the remaining ones\n" |
| 239 | "a - stash this hunk and all later hunks in the file\n" |
| 240 | "d - do not stash this hunk or any of the later hunks in the file\n" |
| 241 | msgstr "" |
| 242 | "y - hacer stash a este fragmento\n" |
| 243 | "n - no hacer stash a este fragmento\n" |
| 244 | "q - quit; no hacer stash a este fragmento o a ninguno de los restantes\n" |
| 245 | "a - hacer stash a este fragmento y a todos los posteriores en el archivo\n" |
| 246 | "d - no hacer stash a este fragmento ni ninguno de los posteriores en el " |
| 247 | "archivo\n" |
| 248 | |
| 249 | #, c-format, perl-format |
| 250 | msgid "Unstage mode change [y,n,q,a,d%s,?]? " |
| 251 | msgstr "¿Sacar cambio de modo del stage [y,n,q,a,d%s,?]? " |
| 252 | |
| 253 | #, c-format, perl-format |
| 254 | msgid "Unstage deletion [y,n,q,a,d%s,?]? " |
| 255 | msgstr "¿Sacar borrado del stage [y,n,q,a,d%s,?]? " |
| 256 | |
| 257 | #, c-format, perl-format |
| 258 | msgid "Unstage addition [y,n,q,a,d%s,?]? " |
| 259 | msgstr "¿Quitar adición al stage [y,n,q,a,d%s,?]? " |
| 260 | |
| 261 | #, c-format, perl-format |
| 262 | msgid "Unstage this hunk [y,n,q,a,d%s,?]? " |
| 263 | msgstr "¿Sacar este fragmento del stage [y,n,q,a,d%s,?]? " |
| 264 | |
| 265 | msgid "" |
| 266 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 267 | "unstaging." |
| 268 | msgstr "" |
| 269 | "Si el parche aplica limpiamente, el fragmento editado será marcado " |
| 270 | "inmediatamente para sacar del área de stage." |
| 271 | |
| 272 | msgid "" |
| 273 | "y - unstage this hunk\n" |
| 274 | "n - do not unstage this hunk\n" |
| 275 | "q - quit; do not unstage this hunk or any of the remaining ones\n" |
| 276 | "a - unstage this hunk and all later hunks in the file\n" |
| 277 | "d - do not unstage this hunk or any of the later hunks in the file\n" |
| 278 | msgstr "" |
| 279 | "y - sacar este hunk del área de stage\n" |
| 280 | "n - no sacar este fragmento del área de stage\n" |
| 281 | "q - quit; no sacar del área de stage este fragmento ni ninguno de los " |
| 282 | "restantes\n" |
| 283 | "a - sacar del área de stage este fragmento y todos los posteriores en el " |
| 284 | "archivo\n" |
| 285 | "d - no sacar del área de stage este fragmento ni ninguno de los posteriores " |
| 286 | "en el archivo\n" |
| 287 | |
| 288 | #, c-format, perl-format |
| 289 | msgid "Apply mode change to index [y,n,q,a,d%s,?]? " |
| 290 | msgstr "¿Aplicar cambio de modo al índice [y,n,q,a,d%s,?]? " |
| 291 | |
| 292 | #, c-format, perl-format |
| 293 | msgid "Apply deletion to index [y,n,q,a,d%s,?]? " |
| 294 | msgstr "¿Aplicar borrado al índice [y,n,q,a,d%s,?]? " |
| 295 | |
| 296 | #, c-format, perl-format |
| 297 | msgid "Apply addition to index [y,n,q,a,d%s,?]? " |
| 298 | msgstr "¿Aplicar adición al índice [y,n,q,a,d%s,?]? " |
| 299 | |
| 300 | #, c-format, perl-format |
| 301 | msgid "Apply this hunk to index [y,n,q,a,d%s,?]? " |
| 302 | msgstr "¿Aplicar este fragmento al índice [y,n,q,a,d%s,?]? " |
| 303 | |
| 304 | msgid "" |
| 305 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 306 | "applying." |
| 307 | msgstr "" |
| 308 | "Si el parche aplica de forma limpia, el fragmento editado será marcado " |
| 309 | "inmediatamente para aplicar." |
| 310 | |
| 311 | msgid "" |
| 312 | "y - apply this hunk to index\n" |
| 313 | "n - do not apply this hunk to index\n" |
| 314 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 315 | "a - apply this hunk and all later hunks in the file\n" |
| 316 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 317 | msgstr "" |
| 318 | "y - aplicar este fragmento al índice\n" |
| 319 | "n - no aplicar este fragmento al índice\n" |
| 320 | "q - quit; no aplicar este fragmento ni ninguno de los restantes\n" |
| 321 | "a - aplicar este fragmento y todos los posteriores en el archivo\n" |
| 322 | "d - no aplicar este fragmento ni ninguno de los posteriores en el archivo\n" |
| 323 | |
| 324 | #, c-format, perl-format |
| 325 | msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? " |
| 326 | msgstr "¿Descartar cambio de modo del árbol de trabajo [y,n,q,a,d%s,?]? " |
| 327 | |
| 328 | #, c-format, perl-format |
| 329 | msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? " |
| 330 | msgstr "¿Descartar borrado del árbol de trabajo [y,n,q,a,d%s,?]? " |
| 331 | |
| 332 | #, c-format, perl-format |
| 333 | msgid "Discard addition from worktree [y,n,q,a,d%s,?]? " |
| 334 | msgstr "¿Descartar adición del árbol de trabajo [y,n,q,a,d%s,?]? " |
| 335 | |
| 336 | #, c-format, perl-format |
| 337 | msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? " |
| 338 | msgstr "¿Descartar este fragmento del árbol de trabajo [y,n,q,a,d%s,?]? " |
| 339 | |
| 340 | msgid "" |
| 341 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 342 | "discarding." |
| 343 | msgstr "" |
| 344 | "Si el parche aplica de forma limpia, el fragmento editado será marcado " |
| 345 | "inmediatamente para descarte." |
| 346 | |
| 347 | msgid "" |
| 348 | "y - discard this hunk from worktree\n" |
| 349 | "n - do not discard this hunk from worktree\n" |
| 350 | "q - quit; do not discard this hunk or any of the remaining ones\n" |
| 351 | "a - discard this hunk and all later hunks in the file\n" |
| 352 | "d - do not discard this hunk or any of the later hunks in the file\n" |
| 353 | msgstr "" |
| 354 | "y - descartar este fragmento del árbol de trabajo\n" |
| 355 | "n - no descartar este fragmento del árbol de trabajo\n" |
| 356 | "q - quit; no descartar este fragmento ni ninguno de los restantes\n" |
| 357 | "a - descartar este fragmento y todos los posteriores en este archivo\n" |
| 358 | "d - no descartar este fragmento ni ninguno de los posteriores en el archivo\n" |
| 359 | |
| 360 | #, c-format, perl-format |
| 361 | msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? " |
| 362 | msgstr "" |
| 363 | "¿Descartar cambio de modo del índice y el árbol de trabajo [y,n,q,a,d%s,?]? " |
| 364 | |
| 365 | #, c-format, perl-format |
| 366 | msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? " |
| 367 | msgstr "¿Descartar borrado del índice y el árbol de trabajo [y,n,q,a,d%s,?]? " |
| 368 | |
| 369 | #, c-format, perl-format |
| 370 | msgid "Discard addition from index and worktree [y,n,q,a,d%s,?]? " |
| 371 | msgstr "¿Descartar adición del índice y el árbol de trabajo [y,n,q,a,d%s,?]? " |
| 372 | |
| 373 | #, c-format, perl-format |
| 374 | msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? " |
| 375 | msgstr "" |
| 376 | "¿Descartar este fragmento del índice y el árbol de trabajo [y,n,q,a,d%s,?]? " |
| 377 | |
| 378 | msgid "" |
| 379 | "y - discard this hunk from index and worktree\n" |
| 380 | "n - do not discard this hunk from index and worktree\n" |
| 381 | "q - quit; do not discard this hunk or any of the remaining ones\n" |
| 382 | "a - discard this hunk and all later hunks in the file\n" |
| 383 | "d - do not discard this hunk or any of the later hunks in the file\n" |
| 384 | msgstr "" |
| 385 | "y - descartar este fragmento del índice y el árbol de trabajo\n" |
| 386 | "n - no descartar este fragmento del índice ni el árbol de trabajo\n" |
| 387 | "q - quit; no descartar este fragmento ni ninguno de los que queden\n" |
| 388 | "a - descartar este fragmento y todos los posteriores en este archivo\n" |
| 389 | "d - no descartar este fragmento ni ninguno posterior en el archivo\n" |
| 390 | |
| 391 | #, c-format, perl-format |
| 392 | msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? " |
| 393 | msgstr "" |
| 394 | "¿Aplicar cambio de modo para el índice y el árbol de trabajo " |
| 395 | "[y,n,q,a,d%s,?]? " |
| 396 | |
| 397 | #, c-format, perl-format |
| 398 | msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? " |
| 399 | msgstr "¿Aplicar borrado al índice y al árbol de trabajo [y,n,q,a,d%s,?]? " |
| 400 | |
| 401 | #, c-format, perl-format |
| 402 | msgid "Apply addition to index and worktree [y,n,q,a,d%s,?]? " |
| 403 | msgstr "¿Aplicar adición al índice y al árbol de trabajo [y,n,q,a,d%s,?]? " |
| 404 | |
| 405 | #, c-format, perl-format |
| 406 | msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? " |
| 407 | msgstr "" |
| 408 | "¿Aplicar este fragmento al índice y árbol de trabajo [y,n,q,a,d,/%s,?]? " |
| 409 | |
| 410 | msgid "" |
| 411 | "y - apply this hunk to index and worktree\n" |
| 412 | "n - do not apply this hunk to index and worktree\n" |
| 413 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 414 | "a - apply this hunk and all later hunks in the file\n" |
| 415 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 416 | msgstr "" |
| 417 | "y - aplicar este fragmento al índice y al árbol de trabajo\n" |
| 418 | "n - no aplicar este fragmento al índice y al árbol de trabajo\n" |
| 419 | "q - quit; no aplicar este fragmento ni ninguno de los restantes\n" |
| 420 | "a - aplicar este fragmento y todos los posteriores en el archivo\n" |
| 421 | "d - no aplicar este fragmento ni ninguno de los siguientes en este archivo\n" |
| 422 | |
| 423 | #, c-format, perl-format |
| 424 | msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? " |
| 425 | msgstr "¿Aplicar cambio de modo al árbol de trabajo [y,n,q,a,d%s,?]? " |
| 426 | |
| 427 | #, c-format, perl-format |
| 428 | msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? " |
| 429 | msgstr "¿Aplicar eliminación al árbol de trabajo [y,n,q,a,d%s,?]? " |
| 430 | |
| 431 | #, c-format, perl-format |
| 432 | msgid "Apply addition to worktree [y,n,q,a,d%s,?]? " |
| 433 | msgstr "¿Aplicar adición al árbol de trabajo [y,n,q,a,d%s,?]? " |
| 434 | |
| 435 | #, c-format, perl-format |
| 436 | msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? " |
| 437 | msgstr "¿Aplicar este fragmento al árbol de trabajo [y,n,q,a,d,/%s,?]? " |
| 438 | |
| 439 | msgid "" |
| 440 | "y - apply this hunk to worktree\n" |
| 441 | "n - do not apply this hunk to worktree\n" |
| 442 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 443 | "a - apply this hunk and all later hunks in the file\n" |
| 444 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 445 | msgstr "" |
| 446 | "y - aplicar este fragmento al índice y al árbol de trabajo\n" |
| 447 | "n - no aplicar este fragmento al índice y al árbol de trabajo\n" |
| 448 | "q - quit; no aplicar este fragmento ni ninguno de los restantes\n" |
| 449 | "a - aplicar este fragmento y todos los posteriores en el archivo\n" |
| 450 | "d - no aplicar este fragmento ni ninguno de los siguientes en este archivo\n" |
| 451 | |
| 452 | #, c-format |
| 453 | msgid "could not parse hunk header '%.*s'" |
| 454 | msgstr "no se puede analizar hunk header '%.*s'" |
| 455 | |
| 456 | msgid "could not parse diff" |
| 457 | msgstr "no se puede analizar diff" |
| 458 | |
| 459 | msgid "could not parse colored diff" |
| 460 | msgstr "no se pudo analizar diff a colores" |
| 461 | |
| 462 | #, c-format |
| 463 | msgid "failed to run '%s'" |
| 464 | msgstr "falló al ejecutar '%s'" |
| 465 | |
| 466 | msgid "mismatched output from interactive.diffFilter" |
| 467 | msgstr "salida de interactive.diffFilter no concuerda" |
| 468 | |
| 469 | msgid "" |
| 470 | "Your filter must maintain a one-to-one correspondence\n" |
| 471 | "between its input and output lines." |
| 472 | msgstr "" |
| 473 | "Tu filtro tiene que mantener correspondencia de uno a uno\n" |
| 474 | "entre las líneas de entrada y salida." |
| 475 | |
| 476 | #, c-format |
| 477 | msgid "" |
| 478 | "expected context line #%d in\n" |
| 479 | "%.*s" |
| 480 | msgstr "" |
| 481 | "se esperaba línea de contexto #%d en\n" |
| 482 | "%.*s" |
| 483 | |
| 484 | #, c-format |
| 485 | msgid "" |
| 486 | "hunks do not overlap:\n" |
| 487 | "%.*s\n" |
| 488 | "\tdoes not end with:\n" |
| 489 | "%.*s" |
| 490 | msgstr "" |
| 491 | "hunks no se superponen:\n" |
| 492 | "%.*s\n" |
| 493 | "\tno acaba con:\n" |
| 494 | "%.*s" |
| 495 | |
| 496 | msgid "Manual hunk edit mode -- see bottom for a quick guide.\n" |
| 497 | msgstr "Modo de edición manual de hunk -- mira abajo para una guía rápida.\n" |
| 498 | |
| 499 | #, c-format |
| 500 | msgid "" |
| 501 | "---\n" |
| 502 | "To remove '%c' lines, make them ' ' lines (context).\n" |
| 503 | "To remove '%c' lines, delete them.\n" |
| 504 | "Lines starting with %c will be removed.\n" |
| 505 | msgstr "" |
| 506 | "---\n" |
| 507 | "Para eliminar '%c' líneas, haga de ellas líneas ' ' (contexto).\n" |
| 508 | "Para eliminar '%c' líneas, bórrelas.\n" |
| 509 | "Líneas comenzando con %c serán eliminadas.\n" |
| 510 | |
| 511 | #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages. |
| 512 | msgid "" |
| 513 | "If it does not apply cleanly, you will be given an opportunity to\n" |
| 514 | "edit again. If all lines of the hunk are removed, then the edit is\n" |
| 515 | "aborted and the hunk is left unchanged.\n" |
| 516 | msgstr "" |
| 517 | "Si esto no aplica de manera limpia, se te da la oportunidad de\n" |
| 518 | "editar nuevamente. Si todas las líneas del fragmento son eliminadas, " |
| 519 | "entonces\n" |
| 520 | "la edición es abortada y el fragmento queda sin cambios.\n" |
| 521 | |
| 522 | msgid "could not parse hunk header" |
| 523 | msgstr "no se puede analizar hunk header" |
| 524 | |
| 525 | msgid "'git apply --cached' failed" |
| 526 | msgstr "falló 'git apply --cached'" |
| 527 | |
| 528 | #. TRANSLATORS: do not translate [y/n] |
| 529 | #. The program will only accept that input at this point. |
| 530 | #. Consider translating (saying "no" discards!) as |
| 531 | #. (saying "n" for "no" discards!) if the translation |
| 532 | #. of the word "no" does not start with n. |
| 533 | #. |
| 534 | #. TRANSLATORS: do not translate [y/n] |
| 535 | #. The program will only accept that input |
| 536 | #. at this point. |
| 537 | #. Consider translating (saying "no" discards!) as |
| 538 | #. (saying "n" for "no" discards!) if the translation |
| 539 | #. of the word "no" does not start with n. |
| 540 | msgid "" |
| 541 | "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? " |
| 542 | msgstr "" |
| 543 | "Tu hunk editado no aplica. ¿Editar nuevamente (¡decir \"no\" descarta!) [y/" |
| 544 | "n]? " |
| 545 | |
| 546 | msgid "The selected hunks do not apply to the index!" |
| 547 | msgstr "¡Los hunks seleccionados no aplican al índice!" |
| 548 | |
| 549 | msgid "Apply them to the worktree anyway? " |
| 550 | msgstr "¿Aplicarlos al árbol de trabajo de todas maneras? " |
| 551 | |
| 552 | msgid "Nothing was applied.\n" |
| 553 | msgstr "Nada fue aplicado.\n" |
| 554 | |
| 555 | msgid "" |
| 556 | "j - leave this hunk undecided, see next undecided hunk\n" |
| 557 | "J - leave this hunk undecided, see next hunk\n" |
| 558 | "k - leave this hunk undecided, see previous undecided hunk\n" |
| 559 | "K - leave this hunk undecided, see previous hunk\n" |
| 560 | "g - select a hunk to go to\n" |
| 561 | "/ - search for a hunk matching the given regex\n" |
| 562 | "s - split the current hunk into smaller hunks\n" |
| 563 | "e - manually edit the current hunk\n" |
| 564 | "? - print help\n" |
| 565 | msgstr "" |
| 566 | "j - dejar este fragmento sin decidir, ver el siguiente fragmento sin " |
| 567 | "decisión\n" |
| 568 | "J - dejar este fragmento sin decidir, ver siguiente fragmento \n" |
| 569 | "k - dejar este fragmento sin decidir, ver fragmento previo sin decidir\n" |
| 570 | "K - dejar este fragmento sin decidir, ver fragmento anterior\n" |
| 571 | "g - seleccionar un fragmento a dónde ir\n" |
| 572 | "/ - buscar un fragmento que cumpla con el regex dado\n" |
| 573 | "s - separar el fragmento actual en más pequeños\n" |
| 574 | "e - editar manualmente el fragmento actual\n" |
| 575 | "? - imprimir ayuda\n" |
| 576 | |
| 577 | msgid "No previous hunk" |
| 578 | msgstr "No hay fragmento anterior" |
| 579 | |
| 580 | msgid "No next hunk" |
| 581 | msgstr "No hay fragmento siguiente" |
| 582 | |
| 583 | msgid "No other hunks to goto" |
| 584 | msgstr "No hay más fragmentos a que ir" |
| 585 | |
| 586 | msgid "go to which hunk (<ret> to see more)? " |
| 587 | msgstr "¿a qué fragmento ir (<enter> para ver más)? " |
| 588 | |
| 589 | msgid "go to which hunk? " |
| 590 | msgstr "¿a qué fragmento ir? " |
| 591 | |
| 592 | #, c-format |
| 593 | msgid "Invalid number: '%s'" |
| 594 | msgstr "Número inválido: '%s'" |
| 595 | |
| 596 | #, c-format |
| 597 | msgid "Sorry, only %d hunk available." |
| 598 | msgid_plural "Sorry, only %d hunks available." |
| 599 | msgstr[0] "Lo siento, solo %d fragmento disponible." |
| 600 | msgstr[1] "Lo siento, solo %d fragmentos disponibles." |
| 601 | |
| 602 | msgid "No other hunks to search" |
| 603 | msgstr "No hay más fragmentos para buscar" |
| 604 | |
| 605 | msgid "search for regex? " |
| 606 | msgstr "¿buscar para regexp? " |
| 607 | |
| 608 | #, c-format |
| 609 | msgid "Malformed search regexp %s: %s" |
| 610 | msgstr "Regexp para la búsqueda mal formado %s: %s" |
| 611 | |
| 612 | msgid "No hunk matches the given pattern" |
| 613 | msgstr "No hay fragmentos que concuerden con el patrón entregado" |
| 614 | |
| 615 | msgid "Sorry, cannot split this hunk" |
| 616 | msgstr "Perdón, no se puede dividir este pedazo" |
| 617 | |
| 618 | #, c-format |
| 619 | msgid "Split into %d hunks." |
| 620 | msgstr "Cortar en %d fragmentos." |
| 621 | |
| 622 | msgid "Sorry, cannot edit this hunk" |
| 623 | msgstr "Perdón, no se puede editar este pedazo" |
| 624 | |
| 625 | msgid "'git apply' failed" |
| 626 | msgstr "falló 'git apply'" |
| 627 | |
| 628 | #, c-format |
| 629 | msgid "" |
| 630 | "\n" |
| 631 | "Disable this message with \"git config advice.%s false\"" |
| 632 | msgstr "" |
| 633 | "\n" |
| 634 | "Desactivar este mensaje con \"git config advice.%s false\"" |
| 635 | |
| 636 | #, c-format |
| 637 | msgid "%shint: %.*s%s\n" |
| 638 | msgstr "%sayuda: %.*s%s\n" |
| 639 | |
| 640 | msgid "Cherry-picking is not possible because you have unmerged files." |
| 641 | msgstr "" |
| 642 | "No es posible ejecutar cherry-picking porque tienes archivos sin fusionar." |
| 643 | |
| 644 | msgid "Committing is not possible because you have unmerged files." |
| 645 | msgstr "No es posible realizar un commit porque tienes archivos sin fusionar." |
| 646 | |
| 647 | msgid "Merging is not possible because you have unmerged files." |
| 648 | msgstr "No es posible hacer merge porque tienes archivos sin fusionar." |
| 649 | |
| 650 | msgid "Pulling is not possible because you have unmerged files." |
| 651 | msgstr "No es posible hacer pull porque tienes archivos sin fusionar." |
| 652 | |
| 653 | msgid "Reverting is not possible because you have unmerged files." |
| 654 | msgstr "No es posible revertir porque tienes archivos sin fusionar." |
| 655 | |
| 656 | #, c-format |
| 657 | msgid "It is not possible to %s because you have unmerged files." |
| 658 | msgstr "No es posible %s porque tienes archivos sin fusionar." |
| 659 | |
| 660 | msgid "" |
| 661 | "Fix them up in the work tree, and then use 'git add/rm <file>'\n" |
| 662 | "as appropriate to mark resolution and make a commit." |
| 663 | msgstr "" |
| 664 | "Corrígelos en el árbol de trabajo y entonces usa 'git add/rm <archivo>',\n" |
| 665 | "como sea apropiado, para marcar la resolución y realizar un commit." |
| 666 | |
| 667 | msgid "Exiting because of an unresolved conflict." |
| 668 | msgstr "Saliendo porque existe un conflicto sin resolver." |
| 669 | |
| 670 | msgid "You have not concluded your merge (MERGE_HEAD exists)." |
| 671 | msgstr "No has concluido tu fusión (MERGE_HEAD existe)." |
| 672 | |
| 673 | msgid "Please, commit your changes before merging." |
| 674 | msgstr "Por favor, realiza un commit antes de fusionar." |
| 675 | |
| 676 | msgid "Exiting because of unfinished merge." |
| 677 | msgstr "Saliendo por una fusión inconclusa." |
| 678 | |
| 679 | msgid "Not possible to fast-forward, aborting." |
| 680 | msgstr "No es posible hacer fast-forward, abortando." |
| 681 | |
| 682 | #, c-format |
| 683 | msgid "" |
| 684 | "The following paths and/or pathspecs matched paths that exist\n" |
| 685 | "outside of your sparse-checkout definition, so will not be\n" |
| 686 | "updated in the index:\n" |
| 687 | msgstr "" |
| 688 | "La siguiente ruta y/o pathspecs coinciden con rutas existentes\n" |
| 689 | "fuera de su definición para sparse-checkout, por lo que no\n" |
| 690 | "se actualizarán en el índice:\n" |
| 691 | |
| 692 | msgid "" |
| 693 | "If you intend to update such entries, try one of the following:\n" |
| 694 | "* Use the --sparse option.\n" |
| 695 | "* Disable or modify the sparsity rules." |
| 696 | msgstr "" |
| 697 | "Si desea actualizar esa entrada, intente lo siguiente:\n" |
| 698 | "* Use la opción --sparse.\n" |
| 699 | "* Deshabilite o modifique las reglas de escasez." |
| 700 | |
| 701 | #, c-format |
| 702 | msgid "" |
| 703 | "Note: switching to '%s'.\n" |
| 704 | "\n" |
| 705 | "You are in 'detached HEAD' state. You can look around, make experimental\n" |
| 706 | "changes and commit them, and you can discard any commits you make in this\n" |
| 707 | "state without impacting any branches by switching back to a branch.\n" |
| 708 | "\n" |
| 709 | "If you want to create a new branch to retain commits you create, you may\n" |
| 710 | "do so (now or later) by using -c with the switch command. Example:\n" |
| 711 | "\n" |
| 712 | " git switch -c <new-branch-name>\n" |
| 713 | "\n" |
| 714 | "Or undo this operation with:\n" |
| 715 | "\n" |
| 716 | " git switch -\n" |
| 717 | "\n" |
| 718 | "Turn off this advice by setting config variable advice.detachedHead to " |
| 719 | "false\n" |
| 720 | "\n" |
| 721 | msgstr "" |
| 722 | "Nota: cambiando a '%s'.\n" |
| 723 | "\n" |
| 724 | "Te encuentras en estado 'detached HEAD'. Puedes revisar por aquí, hacer\n" |
| 725 | "cambios experimentales y hacer commits, y puedes descartar cualquier\n" |
| 726 | "commit que hayas hecho en este estado sin impactar a tu rama realizando\n" |
| 727 | "otro checkout.\n" |
| 728 | "\n" |
| 729 | "Si quieres crear una nueva rama para mantener los commits que has creado,\n" |
| 730 | "puedes hacerlo (ahora o después) usando -c con el comando checkout. " |
| 731 | "Ejemplo:\n" |
| 732 | "\n" |
| 733 | " git switch -c <nombre-de-nueva-rama>\n" |
| 734 | "\n" |
| 735 | "O deshacer la operación con:\n" |
| 736 | "\n" |
| 737 | " git switch -\n" |
| 738 | "\n" |
| 739 | "Desactiva este aviso poniendo la variable de config advice.detachedHead en " |
| 740 | "false\n" |
| 741 | "\n" |
| 742 | |
| 743 | #, c-format |
| 744 | msgid "" |
| 745 | "The following paths have been moved outside the\n" |
| 746 | "sparse-checkout definition but are not sparse due to local\n" |
| 747 | "modifications.\n" |
| 748 | msgstr "" |
| 749 | "Las rutas siguientes se han movido fuera de la definición\n" |
| 750 | "de sparse-checkout pero no son escasas a causa de\n" |
| 751 | "modificaciones locales.\n" |
| 752 | |
| 753 | msgid "" |
| 754 | "To correct the sparsity of these paths, do the following:\n" |
| 755 | "* Use \"git add --sparse <paths>\" to update the index\n" |
| 756 | "* Use \"git sparse-checkout reapply\" to apply the sparsity rules" |
| 757 | msgstr "" |
| 758 | "Para corregir la escasez de estas rutas, haz lo siguiente:\n" |
| 759 | "* Usa \"git add --sparse <rutas>\" para actualizar el índice\n" |
| 760 | "* Usa \"git sparse-checkout reapply\" para aplicar las reglas de escasez" |
| 761 | |
| 762 | msgid "cmdline ends with \\" |
| 763 | msgstr "cmdline termina en \\" |
| 764 | |
| 765 | msgid "unclosed quote" |
| 766 | msgstr "comillas incompletas" |
| 767 | |
| 768 | #, c-format |
| 769 | msgid "unrecognized whitespace option '%s'" |
| 770 | msgstr "opción de espacios en blanco no reconocida '%s'" |
| 771 | |
| 772 | #, c-format |
| 773 | msgid "unrecognized whitespace ignore option '%s'" |
| 774 | msgstr "opción de ignorar espacios en blanco no reconocida '%s'" |
| 775 | |
| 776 | #, c-format |
| 777 | msgid "options '%s' and '%s' cannot be used together" |
| 778 | msgstr "las opciones '%s' y '%s' no pueden ser usados juntos" |
| 779 | |
| 780 | #, c-format |
| 781 | msgid "'%s' outside a repository" |
| 782 | msgstr "'%s' fuera de un repositorio" |
| 783 | |
| 784 | #, c-format |
| 785 | msgid "Cannot prepare timestamp regexp %s" |
| 786 | msgstr "No se puede preparar una marca de tiempo para la expresión regular %s" |
| 787 | |
| 788 | #, c-format |
| 789 | msgid "regexec returned %d for input: %s" |
| 790 | msgstr "regexec devolvió %d para la entrada: %s" |
| 791 | |
| 792 | #, c-format |
| 793 | msgid "unable to find filename in patch at line %d" |
| 794 | msgstr "" |
| 795 | "no se puede encontrar el nombre del archivo en el parche en la línea %d" |
| 796 | |
| 797 | #, c-format |
| 798 | msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" |
| 799 | msgstr "" |
| 800 | "git apply: git-diff erróneo - se esperaba /dev/null, se encontró %s en la " |
| 801 | "línea %d" |
| 802 | |
| 803 | #, c-format |
| 804 | msgid "git apply: bad git-diff - inconsistent new filename on line %d" |
| 805 | msgstr "" |
| 806 | "git apply: git-diff erróneo - nuevo nombre de archivo inconsistente en la " |
| 807 | "línea %d" |
| 808 | |
| 809 | #, c-format |
| 810 | msgid "git apply: bad git-diff - inconsistent old filename on line %d" |
| 811 | msgstr "" |
| 812 | "git apply: git-diff erróneo - viejo nombre de archivo inconsistente en la " |
| 813 | "línea %d" |
| 814 | |
| 815 | #, c-format |
| 816 | msgid "git apply: bad git-diff - expected /dev/null on line %d" |
| 817 | msgstr "git apply: git-diff erróneo - se esperaba /dev/null en la línea %d" |
| 818 | |
| 819 | #, c-format |
| 820 | msgid "invalid mode on line %d: %s" |
| 821 | msgstr "modo inválido en la línea %d: %s" |
| 822 | |
| 823 | #, c-format |
| 824 | msgid "inconsistent header lines %d and %d" |
| 825 | msgstr "header inconsistente en las líneas %d y %d" |
| 826 | |
| 827 | #, c-format |
| 828 | msgid "" |
| 829 | "git diff header lacks filename information when removing %d leading pathname " |
| 830 | "component (line %d)" |
| 831 | msgid_plural "" |
| 832 | "git diff header lacks filename information when removing %d leading pathname " |
| 833 | "components (line %d)" |
| 834 | msgstr[0] "" |
| 835 | "el header de git diff carece de información del nombre del archivo cuando se " |
| 836 | "elimina %d componente principal de la ruta (línea %d)" |
| 837 | msgstr[1] "" |
| 838 | "los headers de git diff carecen de información del nombre del archivo cuando " |
| 839 | "se eliminan %d componentes principales de la ruta (línea %d)" |
| 840 | |
| 841 | #, c-format |
| 842 | msgid "git diff header lacks filename information (line %d)" |
| 843 | msgstr "" |
| 844 | "la cabecera de git diff carece de información del nombre del archivo (línea " |
| 845 | "%d)" |
| 846 | |
| 847 | #, c-format |
| 848 | msgid "recount: unexpected line: %.*s" |
| 849 | msgstr "recount: línea inesperada: %.*s" |
| 850 | |
| 851 | #, c-format |
| 852 | msgid "patch fragment without header at line %d: %.*s" |
| 853 | msgstr "fragmento de parche sin header en la línea %d: %.*s" |
| 854 | |
| 855 | msgid "new file depends on old contents" |
| 856 | msgstr "el nuevo archivo depende de contenidos viejos" |
| 857 | |
| 858 | msgid "deleted file still has contents" |
| 859 | msgstr "el archivo eliminado todavía tiene contenido" |
| 860 | |
| 861 | #, c-format |
| 862 | msgid "corrupt patch at line %d" |
| 863 | msgstr "parche corrupto en la línea %d" |
| 864 | |
| 865 | #, c-format |
| 866 | msgid "new file %s depends on old contents" |
| 867 | msgstr "nuevo archivo %s depende de contenidos viejos" |
| 868 | |
| 869 | #, c-format |
| 870 | msgid "deleted file %s still has contents" |
| 871 | msgstr "el archivo borrado %s todavía tiene contenido" |
| 872 | |
| 873 | #, c-format |
| 874 | msgid "** warning: file %s becomes empty but is not deleted" |
| 875 | msgstr "** advertencia: el archivo %s se volverá vacío pero no se borrará" |
| 876 | |
| 877 | #, c-format |
| 878 | msgid "corrupt binary patch at line %d: %.*s" |
| 879 | msgstr "parche binario corrupto en la línea %d: %.*s" |
| 880 | |
| 881 | #, c-format |
| 882 | msgid "unrecognized binary patch at line %d" |
| 883 | msgstr "parche binario no reconocido en la línea %d" |
| 884 | |
| 885 | #, c-format |
| 886 | msgid "patch with only garbage at line %d" |
| 887 | msgstr "parche que solo contiene basura en la línea %d" |
| 888 | |
| 889 | #, c-format |
| 890 | msgid "unable to read symlink %s" |
| 891 | msgstr "no es posible leer el enlace simbólico %s" |
| 892 | |
| 893 | #, c-format |
| 894 | msgid "unable to open or read %s" |
| 895 | msgstr "no es posible abrir o leer %s" |
| 896 | |
| 897 | #, c-format |
| 898 | msgid "invalid start of line: '%c'" |
| 899 | msgstr "comienzo inválido de línea: '%c'" |
| 900 | |
| 901 | #, c-format |
| 902 | msgid "Hunk #%d succeeded at %d (offset %d line)." |
| 903 | msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." |
| 904 | msgstr[0] "Hunk #%d tuvo éxito en %d (%d línea compensada)." |
| 905 | msgstr[1] "Hunk #%d tuvo éxito en %d (%d líneas compensadas)." |
| 906 | |
| 907 | #, c-format |
| 908 | msgid "Context reduced to (%ld/%ld) to apply fragment at %d" |
| 909 | msgstr "Contexto reducido a (%ld/%ld) para aplicar el fragmento en %d" |
| 910 | |
| 911 | #, c-format |
| 912 | msgid "" |
| 913 | "while searching for:\n" |
| 914 | "%.*s" |
| 915 | msgstr "" |
| 916 | "mientras se buscaba:\n" |
| 917 | "%.*s" |
| 918 | |
| 919 | #, c-format |
| 920 | msgid "missing binary patch data for '%s'" |
| 921 | msgstr "data perdida en parche binario para '%s'" |
| 922 | |
| 923 | #, c-format |
| 924 | msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" |
| 925 | msgstr "" |
| 926 | "no se puede revertir-aplicar un parche binario sin el fragmento revertido a " |
| 927 | "'%s'" |
| 928 | |
| 929 | #, c-format |
| 930 | msgid "cannot apply binary patch to '%s' without full index line" |
| 931 | msgstr "no se puede aplicar el parche binario a '%s' sin un índice completo" |
| 932 | |
| 933 | #, c-format |
| 934 | msgid "" |
| 935 | "the patch applies to '%s' (%s), which does not match the current contents." |
| 936 | msgstr "" |
| 937 | "el parche aplica a '%s' (%s), lo cual no concuerda con los contenidos " |
| 938 | "actuales." |
| 939 | |
| 940 | #, c-format |
| 941 | msgid "the patch applies to an empty '%s' but it is not empty" |
| 942 | msgstr "el parche aplica a un '%s' vacío, pero este no lo esta" |
| 943 | |
| 944 | #, c-format |
| 945 | msgid "the necessary postimage %s for '%s' cannot be read" |
| 946 | msgstr "la postimagen necesaria %s para '%s' no se puede leer" |
| 947 | |
| 948 | #, c-format |
| 949 | msgid "binary patch does not apply to '%s'" |
| 950 | msgstr "el parche binario no aplica para '%s'" |
| 951 | |
| 952 | #, c-format |
| 953 | msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" |
| 954 | msgstr "" |
| 955 | "el parche binario para '%s' crea un resultado incorrecto (esperando %s, se " |
| 956 | "obtuvo %s)" |
| 957 | |
| 958 | #, c-format |
| 959 | msgid "patch failed: %s:%ld" |
| 960 | msgstr "el parche falló: %s:%ld" |
| 961 | |
| 962 | #, c-format |
| 963 | msgid "cannot checkout %s" |
| 964 | msgstr "no se puede hacer checkout a %s" |
| 965 | |
| 966 | #, c-format |
| 967 | msgid "failed to read %s" |
| 968 | msgstr "no se pudo leer %s" |
| 969 | |
| 970 | #, c-format |
| 971 | msgid "reading from '%s' beyond a symbolic link" |
| 972 | msgstr "leyendo de '%s' tras un enlace simbólico" |
| 973 | |
| 974 | #, c-format |
| 975 | msgid "path %s has been renamed/deleted" |
| 976 | msgstr "la ruta %s ha sido renombrada/suprimida" |
| 977 | |
| 978 | #, c-format |
| 979 | msgid "%s: does not exist in index" |
| 980 | msgstr "%s: no existe en el índice" |
| 981 | |
| 982 | #, c-format |
| 983 | msgid "%s: does not match index" |
| 984 | msgstr "%s: no concuerda con el índice" |
| 985 | |
| 986 | msgid "repository lacks the necessary blob to perform 3-way merge." |
| 987 | msgstr "" |
| 988 | "el repositorio carece del blob necesario para realizar un merge de tres vías." |
| 989 | |
| 990 | #, c-format |
| 991 | msgid "Performing three-way merge...\n" |
| 992 | msgstr "Realizando un merge de tres vías...\n" |
| 993 | |
| 994 | #, c-format |
| 995 | msgid "cannot read the current contents of '%s'" |
| 996 | msgstr "no se pueden leer los contenidos actuales de '%s'" |
| 997 | |
| 998 | #, c-format |
| 999 | msgid "Failed to perform three-way merge...\n" |
| 1000 | msgstr "Falló en realizar fusión de tres vías...\n" |
| 1001 | |
| 1002 | #, c-format |
| 1003 | msgid "Applied patch to '%s' with conflicts.\n" |
| 1004 | msgstr "Parche aplicado a '%s' con conflictos.\n" |
| 1005 | |
| 1006 | #, c-format |
| 1007 | msgid "Applied patch to '%s' cleanly.\n" |
| 1008 | msgstr "Parche aplicado a '%s' limpiamente\n" |
| 1009 | |
| 1010 | #, c-format |
| 1011 | msgid "Falling back to direct application...\n" |
| 1012 | msgstr "Retrocediendo a la aplicación...\n" |
| 1013 | |
| 1014 | msgid "removal patch leaves file contents" |
| 1015 | msgstr "parche de eliminación deja contenidos en el archivo" |
| 1016 | |
| 1017 | #, c-format |
| 1018 | msgid "%s: wrong type" |
| 1019 | msgstr "%s: tipo incorrecto" |
| 1020 | |
| 1021 | #, c-format |
| 1022 | msgid "%s has type %o, expected %o" |
| 1023 | msgstr "%s tiene tipo %o, se esperaba %o" |
| 1024 | |
| 1025 | #, c-format |
| 1026 | msgid "invalid path '%s'" |
| 1027 | msgstr "ruta inválida '%s'" |
| 1028 | |
| 1029 | #, c-format |
| 1030 | msgid "%s: already exists in index" |
| 1031 | msgstr "%s: ya existe en el índice" |
| 1032 | |
| 1033 | #, c-format |
| 1034 | msgid "%s: already exists in working directory" |
| 1035 | msgstr "%s: ya existe en el directorio de trabajo" |
| 1036 | |
| 1037 | #, c-format |
| 1038 | msgid "new mode (%o) of %s does not match old mode (%o)" |
| 1039 | msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o)" |
| 1040 | |
| 1041 | #, c-format |
| 1042 | msgid "new mode (%o) of %s does not match old mode (%o) of %s" |
| 1043 | msgstr "nuevo modo (%o) de %s no concuerda con el viejo modo (%o) de %s" |
| 1044 | |
| 1045 | #, c-format |
| 1046 | msgid "affected file '%s' is beyond a symbolic link" |
| 1047 | msgstr "archivo afectado '%s' está tras un enlace simbólico" |
| 1048 | |
| 1049 | #, c-format |
| 1050 | msgid "%s: patch does not apply" |
| 1051 | msgstr "%s: el parche no aplica" |
| 1052 | |
| 1053 | #, c-format |
| 1054 | msgid "Checking patch %s..." |
| 1055 | msgstr "Revisando el parche %s..." |
| 1056 | |
| 1057 | #, c-format |
| 1058 | msgid "sha1 information is lacking or useless for submodule %s" |
| 1059 | msgstr "falta información del sha1 o es inútil para el submódulo %s" |
| 1060 | |
| 1061 | #, c-format |
| 1062 | msgid "mode change for %s, which is not in current HEAD" |
| 1063 | msgstr "modo cambiado para %s, el cual no se encuentra en el HEAD actual" |
| 1064 | |
| 1065 | #, c-format |
| 1066 | msgid "sha1 information is lacking or useless (%s)." |
| 1067 | msgstr "falta información sha1 o es inútil (%s)." |
| 1068 | |
| 1069 | #, c-format |
| 1070 | msgid "could not add %s to temporary index" |
| 1071 | msgstr "no se pudo añadir %s al índice temporal" |
| 1072 | |
| 1073 | #, c-format |
| 1074 | msgid "could not write temporary index to %s" |
| 1075 | msgstr "no se pudo escribir un índice temporal para %s" |
| 1076 | |
| 1077 | #, c-format |
| 1078 | msgid "unable to remove %s from index" |
| 1079 | msgstr "no se puede eliminar %s del índice" |
| 1080 | |
| 1081 | #, c-format |
| 1082 | msgid "corrupt patch for submodule %s" |
| 1083 | msgstr "parche corrupto para el submódulo %s" |
| 1084 | |
| 1085 | #, c-format |
| 1086 | msgid "unable to stat newly created file '%s'" |
| 1087 | msgstr "no es posible hacer stat en el archivo recién creado '%s'" |
| 1088 | |
| 1089 | #, c-format |
| 1090 | msgid "unable to create backing store for newly created file %s" |
| 1091 | msgstr "" |
| 1092 | "no es posible crear una copia de seguridad para el archivo recién creado %s" |
| 1093 | |
| 1094 | #, c-format |
| 1095 | msgid "unable to add cache entry for %s" |
| 1096 | msgstr "no es posible agregar una entrada en el cache para %s" |
| 1097 | |
| 1098 | #, c-format |
| 1099 | msgid "failed to write to '%s'" |
| 1100 | msgstr "falló escribir a '%s'" |
| 1101 | |
| 1102 | #, c-format |
| 1103 | msgid "closing file '%s'" |
| 1104 | msgstr "cerrando archivo '%s'" |
| 1105 | |
| 1106 | #, c-format |
| 1107 | msgid "unable to write file '%s' mode %o" |
| 1108 | msgstr "no es posible escribir el archivo '%s' modo %o" |
| 1109 | |
| 1110 | #, c-format |
| 1111 | msgid "Applied patch %s cleanly." |
| 1112 | msgstr "Parche %s aplicado limpiamente." |
| 1113 | |
| 1114 | msgid "internal error" |
| 1115 | msgstr "error interno" |
| 1116 | |
| 1117 | #, c-format |
| 1118 | msgid "Applying patch %%s with %d reject..." |
| 1119 | msgid_plural "Applying patch %%s with %d rejects..." |
| 1120 | msgstr[0] "Aplicando parche %%s con %d rechazo..." |
| 1121 | msgstr[1] "Aplicando parche %%s con %d rechazos..." |
| 1122 | |
| 1123 | #, c-format |
| 1124 | msgid "truncating .rej filename to %.*s.rej" |
| 1125 | msgstr "truncando el nombre de archivo .rej a %.*s.rej" |
| 1126 | |
| 1127 | #, c-format |
| 1128 | msgid "cannot open %s" |
| 1129 | msgstr "no se puede abrir %s" |
| 1130 | |
| 1131 | #, c-format |
| 1132 | msgid "Hunk #%d applied cleanly." |
| 1133 | msgstr "Hunk #%d aplicado limpiamente." |
| 1134 | |
| 1135 | #, c-format |
| 1136 | msgid "Rejected hunk #%d." |
| 1137 | msgstr "Hunk #%d rechazado." |
| 1138 | |
| 1139 | #, c-format |
| 1140 | msgid "Skipped patch '%s'." |
| 1141 | msgstr "Parche '%s' saltado." |
| 1142 | |
| 1143 | msgid "No valid patches in input (allow with \"--allow-empty\")" |
| 1144 | msgstr "No hay parches válidos en la entrada (permitir con \"--allow-empty\")" |
| 1145 | |
| 1146 | msgid "unable to read index file" |
| 1147 | msgstr "no es posible leer el archivo índice" |
| 1148 | |
| 1149 | #, c-format |
| 1150 | msgid "can't open patch '%s': %s" |
| 1151 | msgstr "no se puede abrir el parche '%s': %s" |
| 1152 | |
| 1153 | #, c-format |
| 1154 | msgid "squelched %d whitespace error" |
| 1155 | msgid_plural "squelched %d whitespace errors" |
| 1156 | msgstr[0] "%d error de espacios en blanco silenciado" |
| 1157 | msgstr[1] "%d errores de espacios en blanco silenciados" |
| 1158 | |
| 1159 | #, c-format |
| 1160 | msgid "%d line adds whitespace errors." |
| 1161 | msgid_plural "%d lines add whitespace errors." |
| 1162 | msgstr[0] "%d línea agrega errores de espacios en blanco." |
| 1163 | msgstr[1] "%d líneas agregan errores de espacios en blanco." |
| 1164 | |
| 1165 | #, c-format |
| 1166 | msgid "%d line applied after fixing whitespace errors." |
| 1167 | msgid_plural "%d lines applied after fixing whitespace errors." |
| 1168 | msgstr[0] "" |
| 1169 | "%d línea aplicada después de arreglar los errores de espacios en blanco." |
| 1170 | msgstr[1] "" |
| 1171 | "%d líneas aplicadas después de arreglar los errores de espacios en blanco." |
| 1172 | |
| 1173 | msgid "Unable to write new index file" |
| 1174 | msgstr "No es posible escribir el archivo índice" |
| 1175 | |
| 1176 | msgid "don't apply changes matching the given path" |
| 1177 | msgstr "no aplicar cambios que concuerden con la ruta suministrada" |
| 1178 | |
| 1179 | msgid "apply changes matching the given path" |
| 1180 | msgstr "aplicar cambios que concuerden con la ruta suministrada" |
| 1181 | |
| 1182 | msgid "num" |
| 1183 | msgstr "num" |
| 1184 | |
| 1185 | msgid "remove <num> leading slashes from traditional diff paths" |
| 1186 | msgstr "eliminar <num> slashes iniciales de las rutas diff tradicionales" |
| 1187 | |
| 1188 | msgid "ignore additions made by the patch" |
| 1189 | msgstr "ignorar adiciones hechas por el parche" |
| 1190 | |
| 1191 | msgid "instead of applying the patch, output diffstat for the input" |
| 1192 | msgstr "en lugar de aplicar el parche, mostrar diffstat para la entrada" |
| 1193 | |
| 1194 | msgid "show number of added and deleted lines in decimal notation" |
| 1195 | msgstr "mostrar el número de líneas agregadas y eliminadas en notación decimal" |
| 1196 | |
| 1197 | msgid "instead of applying the patch, output a summary for the input" |
| 1198 | msgstr "en lugar de aplicar el parche, mostrar un resumen para la entrada" |
| 1199 | |
| 1200 | msgid "instead of applying the patch, see if the patch is applicable" |
| 1201 | msgstr "en lugar de aplicar el parche, ver si el parche es aplicable" |
| 1202 | |
| 1203 | msgid "make sure the patch is applicable to the current index" |
| 1204 | msgstr "asegurar que el parche sea aplicable al índice actual" |
| 1205 | |
| 1206 | msgid "mark new files with `git add --intent-to-add`" |
| 1207 | msgstr "marca los nuevos archivos con `git add --intent-to-add`" |
| 1208 | |
| 1209 | msgid "apply a patch without touching the working tree" |
| 1210 | msgstr "aplicar un parche sin tocar el árbol de trabajo" |
| 1211 | |
| 1212 | msgid "accept a patch that touches outside the working area" |
| 1213 | msgstr "aceptar un parche que toque fuera del área de trabajo" |
| 1214 | |
| 1215 | msgid "also apply the patch (use with --stat/--summary/--check)" |
| 1216 | msgstr "también aplicar el parche (usar con --stat/--summary/--check)" |
| 1217 | |
| 1218 | msgid "attempt three-way merge, fall back on normal patch if that fails" |
| 1219 | msgstr "" |
| 1220 | "intentar merge de tres vías, regresar al parche normal si el parche no aplica" |
| 1221 | |
| 1222 | msgid "build a temporary index based on embedded index information" |
| 1223 | msgstr "" |
| 1224 | "construir un índice temporal basado en la información de índice incrustada" |
| 1225 | |
| 1226 | msgid "paths are separated with NUL character" |
| 1227 | msgstr "rutas están separadas con un carácter NULL" |
| 1228 | |
| 1229 | msgid "ensure at least <n> lines of context match" |
| 1230 | msgstr "asegurar que al menos <n> líneas del contexto concuerden" |
| 1231 | |
| 1232 | msgid "action" |
| 1233 | msgstr "acción" |
| 1234 | |
| 1235 | msgid "detect new or modified lines that have whitespace errors" |
| 1236 | msgstr "" |
| 1237 | "detectar líneas nuevas o modificadas que contienen errores de espacios en " |
| 1238 | "blanco" |
| 1239 | |
| 1240 | msgid "ignore changes in whitespace when finding context" |
| 1241 | msgstr "" |
| 1242 | "ignorar cambios en los espacios en blanco cuando se encuentra el contexto" |
| 1243 | |
| 1244 | msgid "apply the patch in reverse" |
| 1245 | msgstr "aplicar el parche en reversa" |
| 1246 | |
| 1247 | msgid "don't expect at least one line of context" |
| 1248 | msgstr "no espera al menos una línea del contexto" |
| 1249 | |
| 1250 | msgid "leave the rejected hunks in corresponding *.rej files" |
| 1251 | msgstr "dejar los hunks rechazados en los archivos *.rej correspontientes" |
| 1252 | |
| 1253 | msgid "allow overlapping hunks" |
| 1254 | msgstr "permitir solapamiento de hunks" |
| 1255 | |
| 1256 | msgid "tolerate incorrectly detected missing new-line at the end of file" |
| 1257 | msgstr "" |
| 1258 | "tolerar nuevas líneas faltantes detectadas incorrectamente al final del " |
| 1259 | "archivo" |
| 1260 | |
| 1261 | msgid "do not trust the line counts in the hunk headers" |
| 1262 | msgstr "no confiar en el conteo de líneas en los headers del fragmento" |
| 1263 | |
| 1264 | msgid "root" |
| 1265 | msgstr "raíz" |
| 1266 | |
| 1267 | msgid "prepend <root> to all filenames" |
| 1268 | msgstr "anteponer <root> a todos los nombres de archivos" |
| 1269 | |
| 1270 | msgid "don't return error for empty patches" |
| 1271 | msgstr "no devolver error por parches vacíos" |
| 1272 | |
| 1273 | #, c-format |
| 1274 | msgid "cannot stream blob %s" |
| 1275 | msgstr "no se puede transmitir el blob %s" |
| 1276 | |
| 1277 | #, c-format |
| 1278 | msgid "unsupported file mode: 0%o (SHA1: %s)" |
| 1279 | msgstr "modo de archivo no soportado: 0%o (SHA1: %s)" |
| 1280 | |
| 1281 | #, c-format |
| 1282 | msgid "deflate error (%d)" |
| 1283 | msgstr "error al desinflar (%d)" |
| 1284 | |
| 1285 | #, c-format |
| 1286 | msgid "unable to start '%s' filter" |
| 1287 | msgstr "no se puede comenzar filtro '%s'" |
| 1288 | |
| 1289 | msgid "unable to redirect descriptor" |
| 1290 | msgstr "incapaz de redirigir descriptor" |
| 1291 | |
| 1292 | #, c-format |
| 1293 | msgid "'%s' filter reported error" |
| 1294 | msgstr "filtro '%s' reportó un error" |
| 1295 | |
| 1296 | #, c-format |
| 1297 | msgid "path is not valid UTF-8: %s" |
| 1298 | msgstr "ruta no válida UTF-8: %s" |
| 1299 | |
| 1300 | #, c-format |
| 1301 | msgid "path too long (%d chars, SHA1: %s): %s" |
| 1302 | msgstr "ruta demasiada larga (%d chars, SHA1: %s): %s" |
| 1303 | |
| 1304 | #, c-format |
| 1305 | msgid "timestamp too large for this system: %<PRIuMAX>" |
| 1306 | msgstr "timestamp demasiado grande para este sistema: %<PRIuMAX>" |
| 1307 | |
| 1308 | msgid "git archive [<options>] <tree-ish> [<path>...]" |
| 1309 | msgstr "git archive [<opciones>] <árbol-ismo> [<ruta>...]" |
| 1310 | |
| 1311 | msgid "" |
| 1312 | "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" |
| 1313 | msgstr "" |
| 1314 | "git archive --remote <repositorio> [--exec <comando> ] [<opciones>] <árbol-" |
| 1315 | "ismo> [<ruta>...]" |
| 1316 | |
| 1317 | msgid "git archive --remote <repo> [--exec <cmd>] --list" |
| 1318 | msgstr "git archive --remote <repo> [--exec <comando>] --list" |
| 1319 | |
| 1320 | #, c-format |
| 1321 | msgid "cannot read '%s'" |
| 1322 | msgstr "no se puede leer '%s'" |
| 1323 | |
| 1324 | #, c-format |
| 1325 | msgid "pathspec '%s' did not match any files" |
| 1326 | msgstr "ruta especificada '%s' no concordó con ningún archivo" |
| 1327 | |
| 1328 | #, c-format |
| 1329 | msgid "no such ref: %.*s" |
| 1330 | msgstr "no existe el ref: %.*s" |
| 1331 | |
| 1332 | #, c-format |
| 1333 | msgid "not a valid object name: %s" |
| 1334 | msgstr "nombre de objeto no válido: %s" |
| 1335 | |
| 1336 | #, c-format |
| 1337 | msgid "not a tree object: %s" |
| 1338 | msgstr "no es un objeto tree: %s" |
| 1339 | |
| 1340 | msgid "current working directory is untracked" |
| 1341 | msgstr "directorio de trabajo actual no rastreado" |
| 1342 | |
| 1343 | #, c-format |
| 1344 | msgid "File not found: %s" |
| 1345 | msgstr "Archivo no encontrado: %s" |
| 1346 | |
| 1347 | #, c-format |
| 1348 | msgid "Not a regular file: %s" |
| 1349 | msgstr "No es un archivo regular: %s" |
| 1350 | |
| 1351 | #, c-format |
| 1352 | msgid "unclosed quote: '%s'" |
| 1353 | msgstr "comilla sin pareja: '%s'" |
| 1354 | |
| 1355 | #, c-format |
| 1356 | msgid "missing colon: '%s'" |
| 1357 | msgstr "falta un colon: '%s'" |
| 1358 | |
| 1359 | #, c-format |
| 1360 | msgid "empty file name: '%s'" |
| 1361 | msgstr "nombre vacío de archivo: '%s'" |
| 1362 | |
| 1363 | msgid "fmt" |
| 1364 | msgstr "fmt" |
| 1365 | |
| 1366 | msgid "archive format" |
| 1367 | msgstr "formato de crónica" |
| 1368 | |
| 1369 | msgid "prefix" |
| 1370 | msgstr "prefijo" |
| 1371 | |
| 1372 | msgid "prepend prefix to each pathname in the archive" |
| 1373 | msgstr "anteponer prefijo a cada ruta en la crónica" |
| 1374 | |
| 1375 | msgid "file" |
| 1376 | msgstr "archivo" |
| 1377 | |
| 1378 | msgid "add untracked file to archive" |
| 1379 | msgstr "incluir archivos sin seguimiento a la crónica" |
| 1380 | |
| 1381 | msgid "path:content" |
| 1382 | msgstr "ruta:contenido" |
| 1383 | |
| 1384 | msgid "write the archive to this file" |
| 1385 | msgstr "escribe la crónica en este archivo" |
| 1386 | |
| 1387 | msgid "read .gitattributes in working directory" |
| 1388 | msgstr "leer .gitattributes en el directorio de trabajo" |
| 1389 | |
| 1390 | msgid "report archived files on stderr" |
| 1391 | msgstr "reportar archivos en la crónica por stderr" |
| 1392 | |
| 1393 | msgid "set compression level" |
| 1394 | msgstr "configurar nivel de compresión" |
| 1395 | |
| 1396 | msgid "list supported archive formats" |
| 1397 | msgstr "listar los formatos de crónica soportados" |
| 1398 | |
| 1399 | msgid "repo" |
| 1400 | msgstr "repo" |
| 1401 | |
| 1402 | msgid "retrieve the archive from remote repository <repo>" |
| 1403 | msgstr "obtener la crónica del repositorio remoto <repo>" |
| 1404 | |
| 1405 | msgid "command" |
| 1406 | msgstr "comando" |
| 1407 | |
| 1408 | msgid "path to the remote git-upload-archive command" |
| 1409 | msgstr "ruta para el comando git-upload-archive remoto" |
| 1410 | |
| 1411 | msgid "Unexpected option --remote" |
| 1412 | msgstr "Opción inesperada --remote" |
| 1413 | |
| 1414 | #, c-format |
| 1415 | msgid "the option '%s' requires '%s'" |
| 1416 | msgstr "la opción `%s' requiere '%s'" |
| 1417 | |
| 1418 | msgid "Unexpected option --output" |
| 1419 | msgstr "Opción inesperada --output" |
| 1420 | |
| 1421 | #, c-format |
| 1422 | msgid "Unknown archive format '%s'" |
| 1423 | msgstr "Formato de crónica desconocido '%s'" |
| 1424 | |
| 1425 | #, c-format |
| 1426 | msgid "Argument not supported for format '%s': -%d" |
| 1427 | msgstr "Argumento no soportado para formato '%s': -%d" |
| 1428 | |
| 1429 | #, c-format |
| 1430 | msgid "%.*s is not a valid attribute name" |
| 1431 | msgstr "%.*s no es un nombre de atributo válido" |
| 1432 | |
| 1433 | #, c-format |
| 1434 | msgid "%s not allowed: %s:%d" |
| 1435 | msgstr "%s no permitido: %s:%d" |
| 1436 | |
| 1437 | msgid "" |
| 1438 | "Negative patterns are ignored in git attributes\n" |
| 1439 | "Use '\\!' for literal leading exclamation." |
| 1440 | msgstr "" |
| 1441 | "Los patrones negativos son ignorados en los atributos de git\n" |
| 1442 | "Usa '\\!' para comenzar literalmente con exclamación." |
| 1443 | |
| 1444 | #, c-format |
| 1445 | msgid "Badly quoted content in file '%s': %s" |
| 1446 | msgstr "Revisa las comillas en el archivo '%s': %s" |
| 1447 | |
| 1448 | #, c-format |
| 1449 | msgid "We cannot bisect more!\n" |
| 1450 | msgstr "¡No podemos biseccionar más!\n" |
| 1451 | |
| 1452 | #, c-format |
| 1453 | msgid "Not a valid commit name %s" |
| 1454 | msgstr "No es un nombre de commit válido %s" |
| 1455 | |
| 1456 | #, c-format |
| 1457 | msgid "" |
| 1458 | "The merge base %s is bad.\n" |
| 1459 | "This means the bug has been fixed between %s and [%s].\n" |
| 1460 | msgstr "" |
| 1461 | "La base de fusión %s está mal.\n" |
| 1462 | "Esto quiere decir que el bug ha sido corregido entre %s y [%s].\n" |
| 1463 | |
| 1464 | #, c-format |
| 1465 | msgid "" |
| 1466 | "The merge base %s is new.\n" |
| 1467 | "The property has changed between %s and [%s].\n" |
| 1468 | msgstr "" |
| 1469 | "La base de fusión %s es nueva.\n" |
| 1470 | "Esta propiedad ha cambiado entre %s y [%s].\n" |
| 1471 | |
| 1472 | #, c-format |
| 1473 | msgid "" |
| 1474 | "The merge base %s is %s.\n" |
| 1475 | "This means the first '%s' commit is between %s and [%s].\n" |
| 1476 | msgstr "" |
| 1477 | "La base de fusión %s es %s.\n" |
| 1478 | "Esto quiere decir que el primer '%s' commit está entre %s y [%s].\n" |
| 1479 | |
| 1480 | #, c-format |
| 1481 | msgid "" |
| 1482 | "Some %s revs are not ancestors of the %s rev.\n" |
| 1483 | "git bisect cannot work properly in this case.\n" |
| 1484 | "Maybe you mistook %s and %s revs?\n" |
| 1485 | msgstr "" |
| 1486 | "Algunas %s revisiones no son ancestros de la revisión %s.\n" |
| 1487 | "git bisect no puede trabajar bien en este caso.\n" |
| 1488 | "¿Tal vez confundiste las revisiones %s y %s?\n" |
| 1489 | |
| 1490 | #, c-format |
| 1491 | msgid "" |
| 1492 | "the merge base between %s and [%s] must be skipped.\n" |
| 1493 | "So we cannot be sure the first %s commit is between %s and %s.\n" |
| 1494 | "We continue anyway." |
| 1495 | msgstr "" |
| 1496 | "la base de fusión entre %s y [%s] tiene que ser saltada.\n" |
| 1497 | "Así que no podemos estar seguros que el primer %s commit esté entre %s y " |
| 1498 | "%s.\n" |
| 1499 | "Vamos a continuar de todas maneras." |
| 1500 | |
| 1501 | #, c-format |
| 1502 | msgid "Bisecting: a merge base must be tested\n" |
| 1503 | msgstr "Biseccionando: una base de fusión debe ser probada\n" |
| 1504 | |
| 1505 | #, c-format |
| 1506 | msgid "a %s revision is needed" |
| 1507 | msgstr "una revisión %s es necesaria" |
| 1508 | |
| 1509 | #, c-format |
| 1510 | msgid "could not create file '%s'" |
| 1511 | msgstr "no se pudo crear el archivo '%s'" |
| 1512 | |
| 1513 | #, c-format |
| 1514 | msgid "could not read file '%s'" |
| 1515 | msgstr "no se pudo leer el archivo '%s'" |
| 1516 | |
| 1517 | msgid "reading bisect refs failed" |
| 1518 | msgstr "falló leer las refs de bisect" |
| 1519 | |
| 1520 | #, c-format |
| 1521 | msgid "%s was both %s and %s\n" |
| 1522 | msgstr "%s fue tanto %s como %s\n" |
| 1523 | |
| 1524 | #, c-format |
| 1525 | msgid "" |
| 1526 | "No testable commit found.\n" |
| 1527 | "Maybe you started with bad path arguments?\n" |
| 1528 | msgstr "" |
| 1529 | "No se encontró commit que se pueda probar.\n" |
| 1530 | "¿Quizás iniciaste con parámetros de rutas incorrectos?\n" |
| 1531 | |
| 1532 | #, c-format |
| 1533 | msgid "(roughly %d step)" |
| 1534 | msgid_plural "(roughly %d steps)" |
| 1535 | msgstr[0] "(aproximadamente %d paso)" |
| 1536 | msgstr[1] "(aproximadamente %d pasos)" |
| 1537 | |
| 1538 | #. TRANSLATORS: the last %s will be replaced with "(roughly %d |
| 1539 | #. steps)" translation. |
| 1540 | #. |
| 1541 | #, c-format |
| 1542 | msgid "Bisecting: %d revision left to test after this %s\n" |
| 1543 | msgid_plural "Bisecting: %d revisions left to test after this %s\n" |
| 1544 | msgstr[0] "Biseccionando: falta %d revisión por probar después de esta %s\n" |
| 1545 | msgstr[1] "Biseccionando: faltan %d revisiones por probar después de esta %s\n" |
| 1546 | |
| 1547 | msgid "--contents and --reverse do not blend well." |
| 1548 | msgstr "--contents y --reverse no se mezclan bien." |
| 1549 | |
| 1550 | msgid "cannot use --contents with final commit object name" |
| 1551 | msgstr "no se puede usar --contents con el nombre de objeto commit final" |
| 1552 | |
| 1553 | msgid "--reverse and --first-parent together require specified latest commit" |
| 1554 | msgstr "" |
| 1555 | "--reverse y --first-parent juntos requieren especificar el último commit" |
| 1556 | |
| 1557 | msgid "revision walk setup failed" |
| 1558 | msgstr "falló la configuración del recorrido de revisiones" |
| 1559 | |
| 1560 | msgid "" |
| 1561 | "--reverse --first-parent together require range along first-parent chain" |
| 1562 | msgstr "" |
| 1563 | "--reverse --first-parent juntos requieren un rango a lo largo de la cadena " |
| 1564 | "del primer padre" |
| 1565 | |
| 1566 | #, c-format |
| 1567 | msgid "no such path %s in %s" |
| 1568 | msgstr "no hay una ruta %s en %s" |
| 1569 | |
| 1570 | #, c-format |
| 1571 | msgid "cannot read blob %s for path %s" |
| 1572 | msgstr "no se puede leer el blob %s para la ruta %s" |
| 1573 | |
| 1574 | msgid "" |
| 1575 | "cannot inherit upstream tracking configuration of multiple refs when " |
| 1576 | "rebasing is requested" |
| 1577 | msgstr "" |
| 1578 | "no se puede heredar la configuración de rastreo upstream de múltiples " |
| 1579 | "referencias cuando se pide rebasar" |
| 1580 | |
| 1581 | #, c-format |
| 1582 | msgid "not setting branch '%s' as its own upstream" |
| 1583 | msgstr "no configurando la rama %s como su propio upstream" |
| 1584 | |
| 1585 | #, c-format |
| 1586 | msgid "branch '%s' set up to track '%s' by rebasing." |
| 1587 | msgstr "rama '%s' configurada para rastrear '%s' por rebase." |
| 1588 | |
| 1589 | #, c-format |
| 1590 | msgid "branch '%s' set up to track '%s'." |
| 1591 | msgstr "rama '%s' configurada para rastrear '%s'." |
| 1592 | |
| 1593 | #, c-format |
| 1594 | msgid "branch '%s' set up to track:" |
| 1595 | msgstr "rama '%s' configurada para rastrear:" |
| 1596 | |
| 1597 | msgid "unable to write upstream branch configuration" |
| 1598 | msgstr "no es posible escribir la configuración de la rama upstream" |
| 1599 | |
| 1600 | msgid "" |
| 1601 | "\n" |
| 1602 | "After fixing the error cause you may try to fix up\n" |
| 1603 | "the remote tracking information by invoking:" |
| 1604 | msgstr "" |
| 1605 | "\n" |
| 1606 | "Tras arreglar la causa del error puedes intentar\n" |
| 1607 | "arreglar la información de rastreo remoto invocando:" |
| 1608 | |
| 1609 | #, c-format |
| 1610 | msgid "asked to inherit tracking from '%s', but no remote is set" |
| 1611 | msgstr "" |
| 1612 | "se pidió heredar el rastreo de '%s', pero no se ha configurado ningún remoto" |
| 1613 | |
| 1614 | #, c-format |
| 1615 | msgid "asked to inherit tracking from '%s', but no merge configuration is set" |
| 1616 | msgstr "" |
| 1617 | "se pidió heredar el rastreo de '%s', pero no se ha configurado ninguna " |
| 1618 | "configuración de fusión" |
| 1619 | |
| 1620 | #, c-format |
| 1621 | msgid "not tracking: ambiguous information for ref '%s'" |
| 1622 | msgstr "no rastreando: información ambigua para la referencia '%s'" |
| 1623 | |
| 1624 | #. TRANSLATORS: This is a line listing a remote with duplicate |
| 1625 | #. refspecs in the advice message below. For RTL languages you'll |
| 1626 | #. probably want to swap the "%s" and leading " " space around. |
| 1627 | #. |
| 1628 | #. TRANSLATORS: This is line item of ambiguous object output |
| 1629 | #. from describe_ambiguous_object() above. For RTL languages |
| 1630 | #. you'll probably want to swap the "%s" and leading " " space |
| 1631 | #. around. |
| 1632 | #. |
| 1633 | #, c-format |
| 1634 | msgid " %s\n" |
| 1635 | msgstr " %s\n" |
| 1636 | |
| 1637 | #. TRANSLATORS: The second argument is a \n-delimited list of |
| 1638 | #. duplicate refspecs, composed above. |
| 1639 | #. |
| 1640 | #, c-format |
| 1641 | msgid "" |
| 1642 | "There are multiple remotes whose fetch refspecs map to the remote\n" |
| 1643 | "tracking ref '%s':\n" |
| 1644 | "%s\n" |
| 1645 | "This is typically a configuration error.\n" |
| 1646 | "\n" |
| 1647 | "To support setting up tracking branches, ensure that\n" |
| 1648 | "different remotes' fetch refspecs map into different\n" |
| 1649 | "tracking namespaces." |
| 1650 | msgstr "" |
| 1651 | "Hay múltiples remotos cuyas especificaciones de referencia de\n" |
| 1652 | "fetch corresponden a la referencia de rastreo remoto '%s':\n" |
| 1653 | "%s\n" |
| 1654 | "Esto es típicamente un error de configuración.\n" |
| 1655 | "\n" |
| 1656 | "Para soportar configuración de ramas que rastrean, asegura que\n" |
| 1657 | "las especificationes de referencia de fetch de remotos distintos\n" |
| 1658 | "mapeen a espacios de nombres de rastreo distintos." |
| 1659 | |
| 1660 | #, c-format |
| 1661 | msgid "'%s' is not a valid branch name" |
| 1662 | msgstr "'%s' no es un nombre válido de rama" |
| 1663 | |
| 1664 | #, c-format |
| 1665 | msgid "a branch named '%s' already exists" |
| 1666 | msgstr "una rama llamada '%s' ya existe" |
| 1667 | |
| 1668 | #, c-format |
| 1669 | msgid "cannot force update the branch '%s' checked out at '%s'" |
| 1670 | msgstr "" |
| 1671 | "no se puede actualizar la rama '%s' a la fuerza que cuenta con checkout en " |
| 1672 | "'%s'" |
| 1673 | |
| 1674 | #, c-format |
| 1675 | msgid "cannot set up tracking information; starting point '%s' is not a branch" |
| 1676 | msgstr "" |
| 1677 | "no se puede configurar la información de rastreo; el punto de partida '%s' " |
| 1678 | "no es una rama" |
| 1679 | |
| 1680 | #, c-format |
| 1681 | msgid "the requested upstream branch '%s' does not exist" |
| 1682 | msgstr "la rama de upstream solicitada '%s' no existe" |
| 1683 | |
| 1684 | msgid "" |
| 1685 | "\n" |
| 1686 | "If you are planning on basing your work on an upstream\n" |
| 1687 | "branch that already exists at the remote, you may need to\n" |
| 1688 | "run \"git fetch\" to retrieve it.\n" |
| 1689 | "\n" |
| 1690 | "If you are planning to push out a new local branch that\n" |
| 1691 | "will track its remote counterpart, you may want to use\n" |
| 1692 | "\"git push -u\" to set the upstream config as you push." |
| 1693 | msgstr "" |
| 1694 | "\n" |
| 1695 | "Si estás planeando basar tu trabajo en una rama upstream\n" |
| 1696 | "que ya existe en el remoto, tal vez necesites ejecutar\n" |
| 1697 | "\"git fetch\" para recibirla.\n" |
| 1698 | "\n" |
| 1699 | "Si estás planeando empujar a una nueva rama local que\n" |
| 1700 | "va a rastrear a su contraparte remota, tal vez quieras usar\n" |
| 1701 | "\"git push -u\" para configurar tu upstream predeterminado cuando realices " |
| 1702 | "el push." |
| 1703 | |
| 1704 | #, c-format |
| 1705 | msgid "not a valid object name: '%s'" |
| 1706 | msgstr "nombre de objeto no válido: '%s'" |
| 1707 | |
| 1708 | #, c-format |
| 1709 | msgid "ambiguous object name: '%s'" |
| 1710 | msgstr "nombre de objeto ambiguo: '%s'" |
| 1711 | |
| 1712 | #, c-format |
| 1713 | msgid "not a valid branch point: '%s'" |
| 1714 | msgstr "punto de bifurcación no válido: '%s'" |
| 1715 | |
| 1716 | #, c-format |
| 1717 | msgid "submodule '%s': unable to find submodule" |
| 1718 | msgstr "submódulo '%s': incapaz de encontrar el submódulo" |
| 1719 | |
| 1720 | #, c-format |
| 1721 | msgid "" |
| 1722 | "You may try updating the submodules using 'git checkout %s && git submodule " |
| 1723 | "update --init'" |
| 1724 | msgstr "" |
| 1725 | "Se puede intentar actualizar los submódulos usando 'git checkout %s && git " |
| 1726 | "submodule update --init'" |
| 1727 | |
| 1728 | #, c-format |
| 1729 | msgid "submodule '%s': cannot create branch '%s'" |
| 1730 | msgstr "submódulo '%s': no se puede crear la rama '%s'" |
| 1731 | |
| 1732 | #, c-format |
| 1733 | msgid "'%s' is already checked out at '%s'" |
| 1734 | msgstr "'%s' ya ha sido marcado en '%s'" |
| 1735 | |
| 1736 | #, c-format |
| 1737 | msgid "HEAD of working tree %s is not updated" |
| 1738 | msgstr "HEAD del árbol de trabajo %s no está actualizada" |
| 1739 | |
| 1740 | msgid "git add [<options>] [--] <pathspec>..." |
| 1741 | msgstr "git add [<opciones>] [--] <especificación-de-ruta>..." |
| 1742 | |
| 1743 | #, c-format |
| 1744 | msgid "cannot chmod %cx '%s'" |
| 1745 | msgstr "no se puede aplicar chmod %cx '%s'" |
| 1746 | |
| 1747 | #, c-format |
| 1748 | msgid "unexpected diff status %c" |
| 1749 | msgstr "diff status inesperado %c" |
| 1750 | |
| 1751 | msgid "updating files failed" |
| 1752 | msgstr "falló la actualización de archivos" |
| 1753 | |
| 1754 | #, c-format |
| 1755 | msgid "remove '%s'\n" |
| 1756 | msgstr "eliminar '%s'\n" |
| 1757 | |
| 1758 | msgid "Unstaged changes after refreshing the index:" |
| 1759 | msgstr "Cambios fuera del área de stage tras refrescar el índice:" |
| 1760 | |
| 1761 | msgid "Could not read the index" |
| 1762 | msgstr "No se pudo leer el índice" |
| 1763 | |
| 1764 | msgid "Could not write patch" |
| 1765 | msgstr "No se puede escribir el parche" |
| 1766 | |
| 1767 | msgid "editing patch failed" |
| 1768 | msgstr "falló la edición del parche" |
| 1769 | |
| 1770 | #, c-format |
| 1771 | msgid "Could not stat '%s'" |
| 1772 | msgstr "No se pudo hacer stat en '%s'" |
| 1773 | |
| 1774 | msgid "Empty patch. Aborted." |
| 1775 | msgstr "Parche vacío. Abortado." |
| 1776 | |
| 1777 | #, c-format |
| 1778 | msgid "Could not apply '%s'" |
| 1779 | msgstr "No se pudo aplicar '%s'" |
| 1780 | |
| 1781 | msgid "The following paths are ignored by one of your .gitignore files:\n" |
| 1782 | msgstr "" |
| 1783 | "Las siguientes rutas son ignoradas por uno de tus archivos .gitignore:\n" |
| 1784 | |
| 1785 | msgid "dry run" |
| 1786 | msgstr "dry run (ejecución en seco)" |
| 1787 | |
| 1788 | msgid "be verbose" |
| 1789 | msgstr "ser verboso" |
| 1790 | |
| 1791 | msgid "interactive picking" |
| 1792 | msgstr "selección interactiva" |
| 1793 | |
| 1794 | msgid "select hunks interactively" |
| 1795 | msgstr "elegir fragmentos de forma interactiva" |
| 1796 | |
| 1797 | msgid "edit current diff and apply" |
| 1798 | msgstr "editar diff actual y aplicar" |
| 1799 | |
| 1800 | msgid "allow adding otherwise ignored files" |
| 1801 | msgstr "permitir agregar archivos que de otro modo se ignoren" |
| 1802 | |
| 1803 | msgid "update tracked files" |
| 1804 | msgstr "actualizar los archivos rastreados" |
| 1805 | |
| 1806 | msgid "renormalize EOL of tracked files (implies -u)" |
| 1807 | msgstr "renormalizar EOL de los archivos rastreados (implica -u)" |
| 1808 | |
| 1809 | msgid "record only the fact that the path will be added later" |
| 1810 | msgstr "grabar solo el hecho de que la ruta será agregada luego" |
| 1811 | |
| 1812 | msgid "add changes from all tracked and untracked files" |
| 1813 | msgstr "agregar los cambios de todos los archivos con y sin seguimiento" |
| 1814 | |
| 1815 | msgid "ignore paths removed in the working tree (same as --no-all)" |
| 1816 | msgstr "" |
| 1817 | "ignorar rutas eliminadas en el árbol de trabajo (lo mismo que --no-all)" |
| 1818 | |
| 1819 | msgid "don't add, only refresh the index" |
| 1820 | msgstr "no agregar, solo actualizar el índice" |
| 1821 | |
| 1822 | msgid "just skip files which cannot be added because of errors" |
| 1823 | msgstr "saltar los archivos que no pueden ser agregados a causa de errores" |
| 1824 | |
| 1825 | msgid "check if - even missing - files are ignored in dry run" |
| 1826 | msgstr "" |
| 1827 | "comprobar si los archivos - incluso los que faltan - se ignoran en dry run" |
| 1828 | |
| 1829 | msgid "allow updating entries outside of the sparse-checkout cone" |
| 1830 | msgstr "permite actualizar entradas fuera del cono de sparse-checkout" |
| 1831 | |
| 1832 | msgid "override the executable bit of the listed files" |
| 1833 | msgstr "sobrescribir el bit ejecutable de los archivos listados" |
| 1834 | |
| 1835 | msgid "warn when adding an embedded repository" |
| 1836 | msgstr "avisar cuando se agrega un repositorio incrustado" |
| 1837 | |
| 1838 | #, c-format |
| 1839 | msgid "" |
| 1840 | "You've added another git repository inside your current repository.\n" |
| 1841 | "Clones of the outer repository will not contain the contents of\n" |
| 1842 | "the embedded repository and will not know how to obtain it.\n" |
| 1843 | "If you meant to add a submodule, use:\n" |
| 1844 | "\n" |
| 1845 | "\tgit submodule add <url> %s\n" |
| 1846 | "\n" |
| 1847 | "If you added this path by mistake, you can remove it from the\n" |
| 1848 | "index with:\n" |
| 1849 | "\n" |
| 1850 | "\tgit rm --cached %s\n" |
| 1851 | "\n" |
| 1852 | "See \"git help submodule\" for more information." |
| 1853 | msgstr "" |
| 1854 | "Se ha agregado otro repositorio de git dentro del repositorio actual.\n" |
| 1855 | "Clones del repositorio exterior no tendrán el contenido del\n" |
| 1856 | "repositorio embebido y no sabrán como obtenerlo.\n" |
| 1857 | "Si querías agregar un submódulo, usa:\n" |
| 1858 | "\n" |
| 1859 | "\tgit submodule add <url> %s\n" |
| 1860 | "\n" |
| 1861 | "Si se agregó esta ruta por error, puedes eliminarla del índice\n" |
| 1862 | "usando:\n" |
| 1863 | "\n" |
| 1864 | "\tgit rm --cached %s\n" |
| 1865 | "\n" |
| 1866 | "Mira \"git help submodule\" para más información." |
| 1867 | |
| 1868 | #, c-format |
| 1869 | msgid "adding embedded git repository: %s" |
| 1870 | msgstr "agregando repositorio de git embebido: %s" |
| 1871 | |
| 1872 | msgid "" |
| 1873 | "Use -f if you really want to add them.\n" |
| 1874 | "Turn this message off by running\n" |
| 1875 | "\"git config advice.addIgnoredFile false\"" |
| 1876 | msgstr "" |
| 1877 | "Usa -f si realmente quieres agregarlos.\n" |
| 1878 | "Desactiva este mensaje ejecutando\n" |
| 1879 | "\"git config advice.addIgnoredFile false\"" |
| 1880 | |
| 1881 | msgid "adding files failed" |
| 1882 | msgstr "falló al agregar archivos" |
| 1883 | |
| 1884 | #, c-format |
| 1885 | msgid "--chmod param '%s' must be either -x or +x" |
| 1886 | msgstr "El parámetro '%s' para --chmod debe ser -x o +x" |
| 1887 | |
| 1888 | #, c-format |
| 1889 | msgid "'%s' and pathspec arguments cannot be used together" |
| 1890 | msgstr "" |
| 1891 | "'%s' y los argumentos de especificación de ruta no pueden ser usados juntos" |
| 1892 | |
| 1893 | #, c-format |
| 1894 | msgid "Nothing specified, nothing added.\n" |
| 1895 | msgstr "Nada especificado, nada agregado.\n" |
| 1896 | |
| 1897 | msgid "" |
| 1898 | "Maybe you wanted to say 'git add .'?\n" |
| 1899 | "Turn this message off by running\n" |
| 1900 | "\"git config advice.addEmptyPathspec false\"" |
| 1901 | msgstr "" |
| 1902 | "¿Tal vez quisiste decir 'git add .'?\n" |
| 1903 | "Desactiva este mensage ejecutando\n" |
| 1904 | "\"git config advice.addEmptyPathspec false\"" |
| 1905 | |
| 1906 | msgid "index file corrupt" |
| 1907 | msgstr "archivo índice corrompido" |
| 1908 | |
| 1909 | #, c-format |
| 1910 | msgid "bad action '%s' for '%s'" |
| 1911 | msgstr "mala acción '%s' para '%s'" |
| 1912 | |
| 1913 | #, c-format |
| 1914 | msgid "invalid value for '%s': '%s'" |
| 1915 | msgstr "valor inválido para '%s': '%s'" |
| 1916 | |
| 1917 | #, c-format |
| 1918 | msgid "could not read '%s'" |
| 1919 | msgstr "no se pudo leer '%s'" |
| 1920 | |
| 1921 | msgid "could not parse author script" |
| 1922 | msgstr "no se pudo analizar el script del autor" |
| 1923 | |
| 1924 | #, c-format |
| 1925 | msgid "could not parse %s" |
| 1926 | msgstr "no se puede analizar %s" |
| 1927 | |
| 1928 | #, c-format |
| 1929 | msgid "'%s' was deleted by the applypatch-msg hook" |
| 1930 | msgstr "'%s' fue borrado por el hook de applypatch-msg" |
| 1931 | |
| 1932 | #, c-format |
| 1933 | msgid "Malformed input line: '%s'." |
| 1934 | msgstr "Línea de entrada mal formada: '%s'." |
| 1935 | |
| 1936 | #, c-format |
| 1937 | msgid "Failed to copy notes from '%s' to '%s'" |
| 1938 | msgstr "Falló al copiar notas de '%s' a '%s'" |
| 1939 | |
| 1940 | msgid "fseek failed" |
| 1941 | msgstr "fallo de fseek" |
| 1942 | |
| 1943 | #, c-format |
| 1944 | msgid "could not open '%s' for reading" |
| 1945 | msgstr "no se pudo abrir '%s' para lectura" |
| 1946 | |
| 1947 | #, c-format |
| 1948 | msgid "could not open '%s' for writing" |
| 1949 | msgstr "no se pudo abrir '%s' para escritura" |
| 1950 | |
| 1951 | #, c-format |
| 1952 | msgid "could not parse patch '%s'" |
| 1953 | msgstr "no se pudo analizar el parche '%s'" |
| 1954 | |
| 1955 | msgid "Only one StGIT patch series can be applied at once" |
| 1956 | msgstr "Solo un parche StGIT puede ser aplicado a la vez" |
| 1957 | |
| 1958 | msgid "invalid timestamp" |
| 1959 | msgstr "timestamp inválido" |
| 1960 | |
| 1961 | msgid "invalid Date line" |
| 1962 | msgstr "línea Date inválida" |
| 1963 | |
| 1964 | msgid "invalid timezone offset" |
| 1965 | msgstr "offset de zona horaria inválido" |
| 1966 | |
| 1967 | msgid "Patch format detection failed." |
| 1968 | msgstr "Falló al detectar el formato del parche." |
| 1969 | |
| 1970 | #, c-format |
| 1971 | msgid "failed to create directory '%s'" |
| 1972 | msgstr "falló al crear el directorio '%s'" |
| 1973 | |
| 1974 | msgid "Failed to split patches." |
| 1975 | msgstr "Falló al dividir parches." |
| 1976 | |
| 1977 | #, c-format |
| 1978 | msgid "When you have resolved this problem, run \"%s --continue\"." |
| 1979 | msgstr "Cuando hayas resuelto este problema, ejecuta \"%s --continue\"." |
| 1980 | |
| 1981 | #, c-format |
| 1982 | msgid "If you prefer to skip this patch, run \"%s --skip\" instead." |
| 1983 | msgstr "Si prefieres saltar este parche, ejecuta \"%s --skip\"." |
| 1984 | |
| 1985 | #, c-format |
| 1986 | msgid "To record the empty patch as an empty commit, run \"%s --allow-empty\"." |
| 1987 | msgstr "" |
| 1988 | "Para registrar el parche vacío como un commit vacío, ejecuta \"%s --allow-" |
| 1989 | "empty\"." |
| 1990 | |
| 1991 | #, c-format |
| 1992 | msgid "To restore the original branch and stop patching, run \"%s --abort\"." |
| 1993 | msgstr "" |
| 1994 | "Para restaurar la rama original y detener el parcheo, ejecuta \"%s --abort\"." |
| 1995 | |
| 1996 | msgid "Patch sent with format=flowed; space at the end of lines might be lost." |
| 1997 | msgstr "" |
| 1998 | "Parche enviado con format=flowed; espacios al final de las líneas tal vez " |
| 1999 | "desaparezcan." |
| 2000 | |
| 2001 | #, c-format |
| 2002 | msgid "missing author line in commit %s" |
| 2003 | msgstr "falta línea de autor en commit %s" |
| 2004 | |
| 2005 | #, c-format |
| 2006 | msgid "invalid ident line: %.*s" |
| 2007 | msgstr "línea de identificación no válida: %.*s" |
| 2008 | |
| 2009 | #, c-format |
| 2010 | msgid "unable to parse commit %s" |
| 2011 | msgstr "no es posible analizar el commit %s" |
| 2012 | |
| 2013 | msgid "Repository lacks necessary blobs to fall back on 3-way merge." |
| 2014 | msgstr "" |
| 2015 | "Repositorio carece de los blobs necesarios para retroceder en una fusión de " |
| 2016 | "3 vías." |
| 2017 | |
| 2018 | msgid "Using index info to reconstruct a base tree..." |
| 2019 | msgstr "Usando la información del índice para reconstruir un árbol base..." |
| 2020 | |
| 2021 | msgid "" |
| 2022 | "Did you hand edit your patch?\n" |
| 2023 | "It does not apply to blobs recorded in its index." |
| 2024 | msgstr "" |
| 2025 | "¿Editaste el parche a mano?\n" |
| 2026 | "No aplica a los blobs registrados en su índice." |
| 2027 | |
| 2028 | msgid "Falling back to patching base and 3-way merge..." |
| 2029 | msgstr "Retrocediendo para parchar base y fusionar de 3 vías..." |
| 2030 | |
| 2031 | msgid "Failed to merge in the changes." |
| 2032 | msgstr "Falló al fusionar los cambios." |
| 2033 | |
| 2034 | msgid "git write-tree failed to write a tree" |
| 2035 | msgstr "git write-tree falló al escribir el árbol" |
| 2036 | |
| 2037 | msgid "applying to an empty history" |
| 2038 | msgstr "aplicando a un historial vacío" |
| 2039 | |
| 2040 | msgid "failed to write commit object" |
| 2041 | msgstr "falló al escribir el objeto commit" |
| 2042 | |
| 2043 | #, c-format |
| 2044 | msgid "cannot resume: %s does not exist." |
| 2045 | msgstr "no se puede continuar: %s no existe." |
| 2046 | |
| 2047 | msgid "Commit Body is:" |
| 2048 | msgstr "Cuerpo de commit es:" |
| 2049 | |
| 2050 | #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a] |
| 2051 | #. in your translation. The program will only accept English |
| 2052 | #. input at this point. |
| 2053 | #. |
| 2054 | #, c-format |
| 2055 | msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: " |
| 2056 | msgstr "¿Aplicar? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: " |
| 2057 | |
| 2058 | msgid "unable to write index file" |
| 2059 | msgstr "no es posible escribir el archivo índice" |
| 2060 | |
| 2061 | #, c-format |
| 2062 | msgid "Dirty index: cannot apply patches (dirty: %s)" |
| 2063 | msgstr "Índice sucio: no se puede aplicar parches (sucio: %s)" |
| 2064 | |
| 2065 | #, c-format |
| 2066 | msgid "Skipping: %.*s" |
| 2067 | msgstr "Saltando: %.*s" |
| 2068 | |
| 2069 | #, c-format |
| 2070 | msgid "Creating an empty commit: %.*s" |
| 2071 | msgstr "Creando un commit vacío: %.*s" |
| 2072 | |
| 2073 | msgid "Patch is empty." |
| 2074 | msgstr "El parche está vacío." |
| 2075 | |
| 2076 | #, c-format |
| 2077 | msgid "Applying: %.*s" |
| 2078 | msgstr "Aplicando: %.*s" |
| 2079 | |
| 2080 | msgid "No changes -- Patch already applied." |
| 2081 | msgstr "Sin cambios -- Parche ya aplicado." |
| 2082 | |
| 2083 | #, c-format |
| 2084 | msgid "Patch failed at %s %.*s" |
| 2085 | msgstr "El parche falló en %s %.*s" |
| 2086 | |
| 2087 | msgid "Use 'git am --show-current-patch=diff' to see the failed patch" |
| 2088 | msgstr "Usa 'git am --show-current-patch=diff' para ver el parche fallido" |
| 2089 | |
| 2090 | msgid "No changes - recorded it as an empty commit." |
| 2091 | msgstr "Sin cambios - se ha registrado como un commit vacío." |
| 2092 | |
| 2093 | msgid "" |
| 2094 | "No changes - did you forget to use 'git add'?\n" |
| 2095 | "If there is nothing left to stage, chances are that something else\n" |
| 2096 | "already introduced the same changes; you might want to skip this patch." |
| 2097 | msgstr "" |
| 2098 | "Sin cambios - ¿olvidaste usar 'git add'?\n" |
| 2099 | "Si no hay nada en el área de stage, lo más probable es que algo más\n" |
| 2100 | "ya ha introducido el mismo cambio; tal vez quieras omitir este parche." |
| 2101 | |
| 2102 | msgid "" |
| 2103 | "You still have unmerged paths in your index.\n" |
| 2104 | "You should 'git add' each file with resolved conflicts to mark them as " |
| 2105 | "such.\n" |
| 2106 | "You might run `git rm` on a file to accept \"deleted by them\" for it." |
| 2107 | msgstr "" |
| 2108 | "Todavía tienes rutas sin fusionar en tu índice.\n" |
| 2109 | "Debes realizar 'git add' en cada archivo con conflictos resueltos para " |
| 2110 | "marcarlos como tal.\n" |
| 2111 | "Se puede ejecutar `git rm` en el archivo para aceptar \"borrado por ellos\" " |
| 2112 | "en él." |
| 2113 | |
| 2114 | msgid "unable to write new index file" |
| 2115 | msgstr "no es posible escribir el archivo índice" |
| 2116 | |
| 2117 | #, c-format |
| 2118 | msgid "Could not parse object '%s'." |
| 2119 | msgstr "No se pudo analizar el objeto '%s'." |
| 2120 | |
| 2121 | msgid "failed to clean index" |
| 2122 | msgstr "falló al limpiar el índice" |
| 2123 | |
| 2124 | msgid "" |
| 2125 | "You seem to have moved HEAD since the last 'am' failure.\n" |
| 2126 | "Not rewinding to ORIG_HEAD" |
| 2127 | msgstr "" |
| 2128 | "Parece haber movido HEAD desde el último falló 'am'.\n" |
| 2129 | "No rebobinando a ORIG_HEAD" |
| 2130 | |
| 2131 | #, c-format |
| 2132 | msgid "failed to read '%s'" |
| 2133 | msgstr "falló al leer '%s'" |
| 2134 | |
| 2135 | #, c-format |
| 2136 | msgid "options '%s=%s' and '%s=%s' cannot be used together" |
| 2137 | msgstr "las opciones '%s=%s' y '%s=%s' no pueden ser usadas juntas" |
| 2138 | |
| 2139 | msgid "git am [<options>] [(<mbox> | <Maildir>)...]" |
| 2140 | msgstr "git am [<opciones>] [(<mbox> | <Directorio-de-correo>)...]" |
| 2141 | |
| 2142 | msgid "git am [<options>] (--continue | --skip | --abort)" |
| 2143 | msgstr "git am [<opciones>] (--continue | --skip | --abort)" |
| 2144 | |
| 2145 | msgid "run interactively" |
| 2146 | msgstr "ejecutar de manera interactiva" |
| 2147 | |
| 2148 | msgid "historical option -- no-op" |
| 2149 | msgstr "opción histórica -- no-op" |
| 2150 | |
| 2151 | msgid "allow fall back on 3way merging if needed" |
| 2152 | msgstr "permitir retroceso en fusión de 3 vías si es necesario" |
| 2153 | |
| 2154 | msgid "be quiet" |
| 2155 | msgstr "ser silencioso" |
| 2156 | |
| 2157 | msgid "add a Signed-off-by trailer to the commit message" |
| 2158 | msgstr "agregar una línea \"Signed-off-by\" al mensaje del commit" |
| 2159 | |
| 2160 | msgid "recode into utf8 (default)" |
| 2161 | msgstr "recodificar en utf8 (default)" |
| 2162 | |
| 2163 | msgid "pass -k flag to git-mailinfo" |
| 2164 | msgstr "pasar flag -k a git-mailinfo" |
| 2165 | |
| 2166 | msgid "pass -b flag to git-mailinfo" |
| 2167 | msgstr "pasar flag -b a git-mailinfo" |
| 2168 | |
| 2169 | msgid "pass -m flag to git-mailinfo" |
| 2170 | msgstr "pasar flag -m a git-mailinfo" |
| 2171 | |
| 2172 | msgid "pass --keep-cr flag to git-mailsplit for mbox format" |
| 2173 | msgstr "pasar flag --keep-cr a git-mailsplit para formato mbox" |
| 2174 | |
| 2175 | msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr" |
| 2176 | msgstr "" |
| 2177 | "no pasar flag --keep-cr a git-mailsplit independientemente de am.keepcr" |
| 2178 | |
| 2179 | msgid "strip everything before a scissors line" |
| 2180 | msgstr "descubrir todo antes de una línea de tijeras" |
| 2181 | |
| 2182 | msgid "pass it through git-mailinfo" |
| 2183 | msgstr "pasarlo a través de git-mailinfo" |
| 2184 | |
| 2185 | msgid "pass it through git-apply" |
| 2186 | msgstr "pasarlo a través de git-apply" |
| 2187 | |
| 2188 | msgid "n" |
| 2189 | msgstr "n" |
| 2190 | |
| 2191 | msgid "format" |
| 2192 | msgstr "formato" |
| 2193 | |
| 2194 | msgid "format the patch(es) are in" |
| 2195 | msgstr "formato de los parches" |
| 2196 | |
| 2197 | msgid "override error message when patch failure occurs" |
| 2198 | msgstr "sobrescribir mensaje de error cuando fallos de parcheo ocurran" |
| 2199 | |
| 2200 | msgid "continue applying patches after resolving a conflict" |
| 2201 | msgstr "continuar aplicando los parches tras resolver conflictos" |
| 2202 | |
| 2203 | msgid "synonyms for --continue" |
| 2204 | msgstr "sinónimos para --continue" |
| 2205 | |
| 2206 | msgid "skip the current patch" |
| 2207 | msgstr "saltar el parche actual" |
| 2208 | |
| 2209 | msgid "restore the original branch and abort the patching operation" |
| 2210 | msgstr "restaurar la rama original y abortar la operación de parcheo" |
| 2211 | |
| 2212 | msgid "abort the patching operation but keep HEAD where it is" |
| 2213 | msgstr "abortar la operación de parcheo pero mantener HEAD donde está" |
| 2214 | |
| 2215 | msgid "show the patch being applied" |
| 2216 | msgstr "mostrar el parche siendo aplicado" |
| 2217 | |
| 2218 | msgid "record the empty patch as an empty commit" |
| 2219 | msgstr "registrar el parche vacío como un commit vacío" |
| 2220 | |
| 2221 | msgid "lie about committer date" |
| 2222 | msgstr "mentir sobre la fecha del committer" |
| 2223 | |
| 2224 | msgid "use current timestamp for author date" |
| 2225 | msgstr "usar el timestamp actual para la fecha del autor" |
| 2226 | |
| 2227 | msgid "key-id" |
| 2228 | msgstr "key-id" |
| 2229 | |
| 2230 | msgid "GPG-sign commits" |
| 2231 | msgstr "firmar los commits con GPG" |
| 2232 | |
| 2233 | msgid "how to handle empty patches" |
| 2234 | msgstr "cómo manejar parches vacíos" |
| 2235 | |
| 2236 | msgid "(internal use for git-rebase)" |
| 2237 | msgstr "(uso interno para git-rebase)" |
| 2238 | |
| 2239 | msgid "" |
| 2240 | "The -b/--binary option has been a no-op for long time, and\n" |
| 2241 | "it will be removed. Please do not use it anymore." |
| 2242 | msgstr "" |
| 2243 | "La opción -b/--binary ha estado deshabilitada por mucho tiempo, y\n" |
| 2244 | "será eliminada. Por favor no la uses más." |
| 2245 | |
| 2246 | msgid "failed to read the index" |
| 2247 | msgstr "falló al leer el índice" |
| 2248 | |
| 2249 | #, c-format |
| 2250 | msgid "previous rebase directory %s still exists but mbox given." |
| 2251 | msgstr "directorio de rebase previo %s todavía existe pero un mbox fue dado." |
| 2252 | |
| 2253 | #, c-format |
| 2254 | msgid "" |
| 2255 | "Stray %s directory found.\n" |
| 2256 | "Use \"git am --abort\" to remove it." |
| 2257 | msgstr "" |
| 2258 | "Directorio extraviado %s encontrado.\n" |
| 2259 | "Usa \"git am --abort\" para borrarlo." |
| 2260 | |
| 2261 | msgid "Resolve operation not in progress, we are not resuming." |
| 2262 | msgstr "Operación de resolución no está en progreso, no vamos a continuar." |
| 2263 | |
| 2264 | msgid "interactive mode requires patches on the command line" |
| 2265 | msgstr "modo interactivo requiere parches en la línea de comando" |
| 2266 | |
| 2267 | msgid "git apply [<options>] [<patch>...]" |
| 2268 | msgstr "git apply [<opciones>] [<parche>...]" |
| 2269 | |
| 2270 | msgid "could not redirect output" |
| 2271 | msgstr "no se pudo redirigir la salida" |
| 2272 | |
| 2273 | msgid "git archive: Remote with no URL" |
| 2274 | msgstr "git archive: Remote sin URL" |
| 2275 | |
| 2276 | msgid "git archive: expected ACK/NAK, got a flush packet" |
| 2277 | msgstr "git archive: se esperaba ACK/NAK, se obtuvo flush packet" |
| 2278 | |
| 2279 | #, c-format |
| 2280 | msgid "git archive: NACK %s" |
| 2281 | msgstr "git archive: NACK %s" |
| 2282 | |
| 2283 | msgid "git archive: protocol error" |
| 2284 | msgstr "git archive: error de protocolo" |
| 2285 | |
| 2286 | msgid "git archive: expected a flush" |
| 2287 | msgstr "git archive: se esperaba un flush" |
| 2288 | |
| 2289 | msgid "git bisect--helper --bisect-reset [<commit>]" |
| 2290 | msgstr "git bisect--helper --bisect-reset [<commit>]" |
| 2291 | |
| 2292 | msgid "" |
| 2293 | "git bisect--helper --bisect-start [--term-{new,bad}=<term> --term-{old,good}" |
| 2294 | "=<term>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] " |
| 2295 | "[<paths>...]" |
| 2296 | msgstr "" |
| 2297 | "git bisect--helper --bisect-start [--term-{new,bad}=<término> --term-" |
| 2298 | "{old,good}=<término>] [--no-checkout] [--first-parent] [<malo> [<bueno>...]] " |
| 2299 | "[--] [<rutas>...]" |
| 2300 | |
| 2301 | msgid "git bisect--helper --bisect-state (bad|new) [<rev>]" |
| 2302 | msgstr "git bisect--helper --bisect-state (bad|new) [<rev>]" |
| 2303 | |
| 2304 | msgid "git bisect--helper --bisect-state (good|old) [<rev>...]" |
| 2305 | msgstr "git bisect--helper --bisect-state (good|old) [<rev>...]" |
| 2306 | |
| 2307 | msgid "git bisect--helper --bisect-replay <filename>" |
| 2308 | msgstr "git bisect--helper --bisect-replay <archivo>" |
| 2309 | |
| 2310 | msgid "git bisect--helper --bisect-skip [(<rev>|<range>)...]" |
| 2311 | msgstr "git bisect--helper --bisect-skip [(<rev>|<rango>)...]" |
| 2312 | |
| 2313 | msgid "git bisect--helper --bisect-run <cmd>..." |
| 2314 | msgstr "git bisect--helper --bisect-run <cmd>..." |
| 2315 | |
| 2316 | #, c-format |
| 2317 | msgid "cannot open file '%s' in mode '%s'" |
| 2318 | msgstr "no se puede abrir archivo '%s' en modo '%s'" |
| 2319 | |
| 2320 | #, c-format |
| 2321 | msgid "could not write to file '%s'" |
| 2322 | msgstr "no se pudo escribir al archivo '%s'" |
| 2323 | |
| 2324 | #, c-format |
| 2325 | msgid "cannot open file '%s' for reading" |
| 2326 | msgstr "no se puede abrir archivo '%s' para lectura" |
| 2327 | |
| 2328 | #, c-format |
| 2329 | msgid "'%s' is not a valid term" |
| 2330 | msgstr "'%s' no es un término válido" |
| 2331 | |
| 2332 | #, c-format |
| 2333 | msgid "can't use the builtin command '%s' as a term" |
| 2334 | msgstr "no se puede usar el comando nativo '%s' como un término" |
| 2335 | |
| 2336 | #, c-format |
| 2337 | msgid "can't change the meaning of the term '%s'" |
| 2338 | msgstr "no se puede cambiar el significado del término '%s'" |
| 2339 | |
| 2340 | msgid "please use two different terms" |
| 2341 | msgstr "por favor usa dos términos diferentes" |
| 2342 | |
| 2343 | #, c-format |
| 2344 | msgid "We are not bisecting.\n" |
| 2345 | msgstr "No estamos bisecando.\n" |
| 2346 | |
| 2347 | #, c-format |
| 2348 | msgid "'%s' is not a valid commit" |
| 2349 | msgstr "'%s' no es un commit válido" |
| 2350 | |
| 2351 | #, c-format |
| 2352 | msgid "" |
| 2353 | "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'." |
| 2354 | msgstr "" |
| 2355 | "no se pudo hacer check out al HEAD original '%s'. Intenta 'git bisect reset " |
| 2356 | "<commit>'." |
| 2357 | |
| 2358 | #, c-format |
| 2359 | msgid "Bad bisect_write argument: %s" |
| 2360 | msgstr "Mal argumento bisect_write: %s" |
| 2361 | |
| 2362 | #, c-format |
| 2363 | msgid "couldn't get the oid of the rev '%s'" |
| 2364 | msgstr "no se pudo obtener el oid de la rev '%s'" |
| 2365 | |
| 2366 | #, c-format |
| 2367 | msgid "couldn't open the file '%s'" |
| 2368 | msgstr "no se pudo abrir el archivo '%s'" |
| 2369 | |
| 2370 | #, c-format |
| 2371 | msgid "Invalid command: you're currently in a %s/%s bisect" |
| 2372 | msgstr "Comando inválido: actualmente se encuentra en un bisect %s/%s" |
| 2373 | |
| 2374 | #, c-format |
| 2375 | msgid "" |
| 2376 | "You need to give me at least one %s and %s revision.\n" |
| 2377 | "You can use \"git bisect %s\" and \"git bisect %s\" for that." |
| 2378 | msgstr "" |
| 2379 | "Tienes que dar al menos una revisión %s y una %s.\n" |
| 2380 | "Se puede ver \"git bisect %s\" y \"git bisect %s\" para eso." |
| 2381 | |
| 2382 | #, c-format |
| 2383 | msgid "" |
| 2384 | "You need to start by \"git bisect start\".\n" |
| 2385 | "You then need to give me at least one %s and %s revision.\n" |
| 2386 | "You can use \"git bisect %s\" and \"git bisect %s\" for that." |
| 2387 | msgstr "" |
| 2388 | "Tienes que comenzar por \"git bisect start\".\n" |
| 2389 | "Después tienes que entregar al menos una revisión %s y una %s.\n" |
| 2390 | "Puedes usar \"git bisect %s\" y \"git bisect %s\" para eso." |
| 2391 | |
| 2392 | #, c-format |
| 2393 | msgid "bisecting only with a %s commit" |
| 2394 | msgstr "haciendo bisect solo con un commit %s" |
| 2395 | |
| 2396 | #. TRANSLATORS: Make sure to include [Y] and [n] in your |
| 2397 | #. translation. The program will only accept English input |
| 2398 | #. at this point. |
| 2399 | #. |
| 2400 | msgid "Are you sure [Y/n]? " |
| 2401 | msgstr "¿Estás seguro [Y/n]? " |
| 2402 | |
| 2403 | msgid "status: waiting for both good and bad commits\n" |
| 2404 | msgstr "estado: esperando ambos commits buenos y malos\n" |
| 2405 | |
| 2406 | #, c-format |
| 2407 | msgid "status: waiting for bad commit, %d good commit known\n" |
| 2408 | msgid_plural "status: waiting for bad commit, %d good commits known\n" |
| 2409 | msgstr[0] "estado: esperando commit malo, %d commit bueno conocido\n" |
| 2410 | msgstr[1] "estado: esperando commit malo, %d commits buenos conocidos\n" |
| 2411 | |
| 2412 | msgid "status: waiting for good commit(s), bad commit known\n" |
| 2413 | msgstr "estado: esperando commit bueno, commit malo conocido\n" |
| 2414 | |
| 2415 | msgid "no terms defined" |
| 2416 | msgstr "no hay términos definidos" |
| 2417 | |
| 2418 | #, c-format |
| 2419 | msgid "" |
| 2420 | "Your current terms are %s for the old state\n" |
| 2421 | "and %s for the new state.\n" |
| 2422 | msgstr "" |
| 2423 | "Tus términos actuales son %s para el estado viejo\n" |
| 2424 | "y %s para el estado nuevo.\n" |
| 2425 | |
| 2426 | #, c-format |
| 2427 | msgid "" |
| 2428 | "invalid argument %s for 'git bisect terms'.\n" |
| 2429 | "Supported options are: --term-good|--term-old and --term-bad|--term-new." |
| 2430 | msgstr "" |
| 2431 | "argumento inválido %s para 'git bisect terms'.\n" |
| 2432 | "Las opciones soportadas son: --term-good|--term-old y --term-bad|--term-new." |
| 2433 | |
| 2434 | msgid "revision walk setup failed\n" |
| 2435 | msgstr "la configuración del recorrido de revisiones falló\n" |
| 2436 | |
| 2437 | #, c-format |
| 2438 | msgid "could not open '%s' for appending" |
| 2439 | msgstr "no se pudo abrir '%s' en modo append" |
| 2440 | |
| 2441 | msgid "'' is not a valid term" |
| 2442 | msgstr "'' no es un término válido" |
| 2443 | |
| 2444 | #, c-format |
| 2445 | msgid "unrecognized option: '%s'" |
| 2446 | msgstr "opción desconocida: '%s'" |
| 2447 | |
| 2448 | #, c-format |
| 2449 | msgid "'%s' does not appear to be a valid revision" |
| 2450 | msgstr "'%s' no parece ser una revisión válida" |
| 2451 | |
| 2452 | msgid "bad HEAD - I need a HEAD" |
| 2453 | msgstr "mal HEAD - Necesito un HEAD" |
| 2454 | |
| 2455 | #, c-format |
| 2456 | msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'." |
| 2457 | msgstr "" |
| 2458 | "error al hacer checkout '%s'. Intenta 'git bisect start <rama-válida>'." |
| 2459 | |
| 2460 | msgid "won't bisect on cg-seek'ed tree" |
| 2461 | msgstr "no se bisecará en un árbol con cg-seek" |
| 2462 | |
| 2463 | msgid "bad HEAD - strange symbolic ref" |
| 2464 | msgstr "mal HEAD - ref simbólico extraño" |
| 2465 | |
| 2466 | #, c-format |
| 2467 | msgid "invalid ref: '%s'" |
| 2468 | msgstr "ref inválido: '%s'" |
| 2469 | |
| 2470 | msgid "You need to start by \"git bisect start\"\n" |
| 2471 | msgstr "Debes iniciar con \"git bisect start\"\n" |
| 2472 | |
| 2473 | #. TRANSLATORS: Make sure to include [Y] and [n] in your |
| 2474 | #. translation. The program will only accept English input |
| 2475 | #. at this point. |
| 2476 | #. |
| 2477 | msgid "Do you want me to do it for you [Y/n]? " |
| 2478 | msgstr "¿Quieres que lo haga por ti [Y/n]? " |
| 2479 | |
| 2480 | msgid "Please call `--bisect-state` with at least one argument" |
| 2481 | msgstr "Por favor llama a `--bisect-state` con al menos un argumento" |
| 2482 | |
| 2483 | #, c-format |
| 2484 | msgid "'git bisect %s' can take only one argument." |
| 2485 | msgstr "'git bisect %s' solo puede tomar un argumento." |
| 2486 | |
| 2487 | #, c-format |
| 2488 | msgid "Bad rev input: %s" |
| 2489 | msgstr "Mala entrada rev: %s" |
| 2490 | |
| 2491 | #, c-format |
| 2492 | msgid "Bad rev input (not a commit): %s" |
| 2493 | msgstr "Mala entrada rev (no es un commit): %s" |
| 2494 | |
| 2495 | msgid "We are not bisecting." |
| 2496 | msgstr "No estamos bisecando." |
| 2497 | |
| 2498 | #, c-format |
| 2499 | msgid "'%s'?? what are you talking about?" |
| 2500 | msgstr "¿¿'%s'?? ¿De qué estás hablando?" |
| 2501 | |
| 2502 | #, c-format |
| 2503 | msgid "cannot read file '%s' for replaying" |
| 2504 | msgstr "no se puede leer '%s' para reproducir" |
| 2505 | |
| 2506 | #, c-format |
| 2507 | msgid "running %s\n" |
| 2508 | msgstr "ejecutando %s\n" |
| 2509 | |
| 2510 | msgid "bisect run failed: no command provided." |
| 2511 | msgstr "bisect falló: no se proveyó comando." |
| 2512 | |
| 2513 | #, c-format |
| 2514 | msgid "unable to verify '%s' on good revision" |
| 2515 | msgstr "no se puede verificar '%s' en la revisión buena" |
| 2516 | |
| 2517 | #, c-format |
| 2518 | msgid "bogus exit code %d for good revision" |
| 2519 | msgstr "código de salida malogrado %d de la revisión buena" |
| 2520 | |
| 2521 | #, c-format |
| 2522 | msgid "bisect run failed: exit code %d from '%s' is < 0 or >= 128" |
| 2523 | msgstr "bisect falló: código de salida %d de '%s' es <0 o >=128" |
| 2524 | |
| 2525 | #, c-format |
| 2526 | msgid "cannot open file '%s' for writing" |
| 2527 | msgstr "no se pudo abrir archivo '%s' para escritura" |
| 2528 | |
| 2529 | msgid "bisect run cannot continue any more" |
| 2530 | msgstr "bisect no puede seguir continuando" |
| 2531 | |
| 2532 | #, c-format |
| 2533 | msgid "bisect run success" |
| 2534 | msgstr "bisect exitoso" |
| 2535 | |
| 2536 | #, c-format |
| 2537 | msgid "bisect found first bad commit" |
| 2538 | msgstr "bisect encontró el primer mal commit" |
| 2539 | |
| 2540 | #, c-format |
| 2541 | msgid "" |
| 2542 | "bisect run failed: 'git bisect--helper --bisect-state %s' exited with error " |
| 2543 | "code %d" |
| 2544 | msgstr "" |
| 2545 | "ejecución de bisect falló: 'git bisect--helper --bisect-state %s' terminó " |
| 2546 | "con código de error %d" |
| 2547 | |
| 2548 | msgid "reset the bisection state" |
| 2549 | msgstr "reiniciar el estado de bisect" |
| 2550 | |
| 2551 | msgid "check whether bad or good terms exist" |
| 2552 | msgstr "revisar si existen términos malos o buenos" |
| 2553 | |
| 2554 | msgid "print out the bisect terms" |
| 2555 | msgstr "imprimir los terms del bisect" |
| 2556 | |
| 2557 | msgid "start the bisect session" |
| 2558 | msgstr "comenzar la sesión de bisect" |
| 2559 | |
| 2560 | msgid "find the next bisection commit" |
| 2561 | msgstr "encontrar el siguiente commit de bisección" |
| 2562 | |
| 2563 | msgid "mark the state of ref (or refs)" |
| 2564 | msgstr "marcar el estado de ref (o refs)" |
| 2565 | |
| 2566 | msgid "list the bisection steps so far" |
| 2567 | msgstr "listar los pasos de bisección hasta ahora" |
| 2568 | |
| 2569 | msgid "replay the bisection process from the given file" |
| 2570 | msgstr "reproducir el proceso de bisección del archivo dado" |
| 2571 | |
| 2572 | msgid "skip some commits for checkout" |
| 2573 | msgstr "saltar algunos commits para checkout" |
| 2574 | |
| 2575 | msgid "visualize the bisection" |
| 2576 | msgstr "visualizar bisección" |
| 2577 | |
| 2578 | msgid "use <cmd>... to automatically bisect" |
| 2579 | msgstr "usa <cmd>... para bisecar automáticamente" |
| 2580 | |
| 2581 | msgid "no log for BISECT_WRITE" |
| 2582 | msgstr "no hay log para BISECT_WRITE" |
| 2583 | |
| 2584 | msgid "--bisect-reset requires either no argument or a commit" |
| 2585 | msgstr "--bisect-reset requiere o un commit o ningún argumento" |
| 2586 | |
| 2587 | msgid "--bisect-terms requires 0 or 1 argument" |
| 2588 | msgstr "--bisect-terms requiere 0 o 1 argumentos" |
| 2589 | |
| 2590 | msgid "--bisect-next requires 0 arguments" |
| 2591 | msgstr "--bisect-next requiere 0 argumentos" |
| 2592 | |
| 2593 | msgid "--bisect-log requires 0 arguments" |
| 2594 | msgstr "--bisect-log requiere 0 argumentos" |
| 2595 | |
| 2596 | msgid "no logfile given" |
| 2597 | msgstr "ningún logfile proporcionado" |
| 2598 | |
| 2599 | msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>" |
| 2600 | msgstr "git blame [<opciones>] [<opciones-de-rev>] [<revisión>] [--] <archivo>" |
| 2601 | |
| 2602 | msgid "<rev-opts> are documented in git-rev-list(1)" |
| 2603 | msgstr "<opciones-de-rev> están documentadas en git-rev-list(1)" |
| 2604 | |
| 2605 | #, c-format |
| 2606 | msgid "expecting a color: %s" |
| 2607 | msgstr "esperando un color: %s" |
| 2608 | |
| 2609 | msgid "must end with a color" |
| 2610 | msgstr "tiene que terminar con un color" |
| 2611 | |
| 2612 | #, c-format |
| 2613 | msgid "cannot find revision %s to ignore" |
| 2614 | msgstr "no se pudo encontrar revisión %s para ignorar" |
| 2615 | |
| 2616 | msgid "show blame entries as we find them, incrementally" |
| 2617 | msgstr "mostrar las entradas blame como las encontramos, incrementalmente" |
| 2618 | |
| 2619 | msgid "do not show object names of boundary commits (Default: off)" |
| 2620 | msgstr "no mostrar nombres de objetos de commits extremos (Default: off)" |
| 2621 | |
| 2622 | msgid "do not treat root commits as boundaries (Default: off)" |
| 2623 | msgstr "no tratar commits raíces como extremos (Default: off)" |
| 2624 | |
| 2625 | msgid "show work cost statistics" |
| 2626 | msgstr "mostrar estadísticas de costo de trabajo" |
| 2627 | |
| 2628 | msgid "force progress reporting" |
| 2629 | msgstr "forzar el reporte de progreso" |
| 2630 | |
| 2631 | msgid "show output score for blame entries" |
| 2632 | msgstr "mostrar la puntuación de salida de las entradas de blame" |
| 2633 | |
| 2634 | msgid "show original filename (Default: auto)" |
| 2635 | msgstr "mostrar nombre original del archivo (Default: auto)" |
| 2636 | |
| 2637 | msgid "show original linenumber (Default: off)" |
| 2638 | msgstr "mostrar número de línea original (Default: off)" |
| 2639 | |
| 2640 | msgid "show in a format designed for machine consumption" |
| 2641 | msgstr "mostrar en un formato diseñado para consumo de máquina" |
| 2642 | |
| 2643 | msgid "show porcelain format with per-line commit information" |
| 2644 | msgstr "mostrar en formato porcelana con información de commit por línea" |
| 2645 | |
| 2646 | msgid "use the same output mode as git-annotate (Default: off)" |
| 2647 | msgstr "usar el mismo modo de salida como git-annotate (Default: off)" |
| 2648 | |
| 2649 | msgid "show raw timestamp (Default: off)" |
| 2650 | msgstr "mostrar timestamp en formato raw (Default: off)" |
| 2651 | |
| 2652 | msgid "show long commit SHA1 (Default: off)" |
| 2653 | msgstr "mostrar SHA1 del commit en formato largo (Default: off)" |
| 2654 | |
| 2655 | msgid "suppress author name and timestamp (Default: off)" |
| 2656 | msgstr "suprimir nombre del autor y timestamp (Default: off)" |
| 2657 | |
| 2658 | msgid "show author email instead of name (Default: off)" |
| 2659 | msgstr "mostrar el email del autor en cambio de su nombre (Default: off)" |
| 2660 | |
| 2661 | msgid "ignore whitespace differences" |
| 2662 | msgstr "ignorar diferencias de espacios en blanco" |
| 2663 | |
| 2664 | msgid "rev" |
| 2665 | msgstr "rev" |
| 2666 | |
| 2667 | msgid "ignore <rev> when blaming" |
| 2668 | msgstr "ignorar <rev> durante el blame" |
| 2669 | |
| 2670 | msgid "ignore revisions from <file>" |
| 2671 | msgstr "ignorar revisiones de <archivo>" |
| 2672 | |
| 2673 | msgid "color redundant metadata from previous line differently" |
| 2674 | msgstr "colorear metadata redundante de líneas previas de manera diferente" |
| 2675 | |
| 2676 | msgid "color lines by age" |
| 2677 | msgstr "colorear líneas por edad" |
| 2678 | |
| 2679 | msgid "spend extra cycles to find better match" |
| 2680 | msgstr "ocupar más ciclos para encontrar mejores resultados" |
| 2681 | |
| 2682 | msgid "use revisions from <file> instead of calling git-rev-list" |
| 2683 | msgstr "usar revisiones en <archivo> en lugar de llamar git-rev-list" |
| 2684 | |
| 2685 | msgid "use <file>'s contents as the final image" |
| 2686 | msgstr "usar contenido de <archivo> como imagen final" |
| 2687 | |
| 2688 | msgid "score" |
| 2689 | msgstr "puntaje" |
| 2690 | |
| 2691 | msgid "find line copies within and across files" |
| 2692 | msgstr "encontrar copias de líneas entre y a través de archivos" |
| 2693 | |
| 2694 | msgid "find line movements within and across files" |
| 2695 | msgstr "encontrar movimientos de líneas entre y a través de archivos" |
| 2696 | |
| 2697 | msgid "range" |
| 2698 | msgstr "rango" |
| 2699 | |
| 2700 | msgid "process only line range <start>,<end> or function :<funcname>" |
| 2701 | msgstr "" |
| 2702 | "procesar solo el rango de líneas <inicio>,<fin> o función :<nombre-de-" |
| 2703 | "función>" |
| 2704 | |
| 2705 | msgid "--progress can't be used with --incremental or porcelain formats" |
| 2706 | msgstr "" |
| 2707 | "--progress no puede ser usado con --incremental o formatos de porcelana" |
| 2708 | |
| 2709 | #. TRANSLATORS: This string is used to tell us the |
| 2710 | #. maximum display width for a relative timestamp in |
| 2711 | #. "git blame" output. For C locale, "4 years, 11 |
| 2712 | #. months ago", which takes 22 places, is the longest |
| 2713 | #. among various forms of relative timestamps, but |
| 2714 | #. your language may need more or fewer display |
| 2715 | #. columns. |
| 2716 | #. |
| 2717 | msgid "4 years, 11 months ago" |
| 2718 | msgstr "hace 4 años, 11 meses" |
| 2719 | |
| 2720 | #, c-format |
| 2721 | msgid "file %s has only %lu line" |
| 2722 | msgid_plural "file %s has only %lu lines" |
| 2723 | msgstr[0] "archivo %s tiene solo %lu línea" |
| 2724 | msgstr[1] "archivo %s tiene solo %lu líneas" |
| 2725 | |
| 2726 | msgid "Blaming lines" |
| 2727 | msgstr "Blaming a líneas" |
| 2728 | |
| 2729 | msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]" |
| 2730 | msgstr "git branch [<opciones>] [-r | -a] [--merged] [--no-merged]" |
| 2731 | |
| 2732 | msgid "" |
| 2733 | "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-" |
| 2734 | "point>]" |
| 2735 | msgstr "" |
| 2736 | "git branch [<opciones>] [-l] [-f] [--recurse-submodules] <nombre-de-rama> " |
| 2737 | "[<punto-de-partida>]" |
| 2738 | |
| 2739 | msgid "git branch [<options>] [-l] [<pattern>...]" |
| 2740 | msgstr "git branch [<opciones>] [-l] [<patrón>...]" |
| 2741 | |
| 2742 | msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..." |
| 2743 | msgstr "git branch [<opciones>] [-r] (-d | -D) <nombre-de-rama>..." |
| 2744 | |
| 2745 | msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>" |
| 2746 | msgstr "git branch [<opciones>] (-m | -M) [<rama-vieja>] <rama-nueva>" |
| 2747 | |
| 2748 | msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>" |
| 2749 | msgstr "git branch [<opciones>] (-c | -C) [<rama-vieja>] <rama-nueva>" |
| 2750 | |
| 2751 | msgid "git branch [<options>] [-r | -a] [--points-at]" |
| 2752 | msgstr "git branch [<opciones>] [-r | -a] [--points-at]" |
| 2753 | |
| 2754 | msgid "git branch [<options>] [-r | -a] [--format]" |
| 2755 | msgstr "git branch [<opciones>] [-r | -a] [--formato]" |
| 2756 | |
| 2757 | #, c-format |
| 2758 | msgid "" |
| 2759 | "deleting branch '%s' that has been merged to\n" |
| 2760 | " '%s', but not yet merged to HEAD." |
| 2761 | msgstr "" |
| 2762 | "borrando la rama '%s' que ha sido fusionada en\n" |
| 2763 | " '%s', pero aún no ha sido fusionada a HEAD." |
| 2764 | |
| 2765 | #, c-format |
| 2766 | msgid "" |
| 2767 | "not deleting branch '%s' that is not yet merged to\n" |
| 2768 | " '%s', even though it is merged to HEAD." |
| 2769 | msgstr "" |
| 2770 | "no borrando rama '%s' que todavía no ha sido fusionada a\n" |
| 2771 | " '%s', aunque se ha fusionado con HEAD." |
| 2772 | |
| 2773 | #, c-format |
| 2774 | msgid "Couldn't look up commit object for '%s'" |
| 2775 | msgstr "No se pudo encontrar el objeto commit para '%s'" |
| 2776 | |
| 2777 | #, c-format |
| 2778 | msgid "" |
| 2779 | "The branch '%s' is not fully merged.\n" |
| 2780 | "If you are sure you want to delete it, run 'git branch -D %s'." |
| 2781 | msgstr "" |
| 2782 | "La rama '%s' no ha sido fusionada completamente.\n" |
| 2783 | "Si estás seguro de querer borrarla, ejecuta 'git branch -D %s'." |
| 2784 | |
| 2785 | msgid "Update of config-file failed" |
| 2786 | msgstr "Falló de actualización de config-file" |
| 2787 | |
| 2788 | msgid "cannot use -a with -d" |
| 2789 | msgstr "no se puede usar -a con -d" |
| 2790 | |
| 2791 | msgid "Couldn't look up commit object for HEAD" |
| 2792 | msgstr "No se pudo revisar el objeto commit para HEAD" |
| 2793 | |
| 2794 | #, c-format |
| 2795 | msgid "Cannot delete branch '%s' checked out at '%s'" |
| 2796 | msgstr "No se puede borrar rama '%s' que cuenta con checkout en '%s'" |
| 2797 | |
| 2798 | #, c-format |
| 2799 | msgid "remote-tracking branch '%s' not found." |
| 2800 | msgstr "rama de rastreo remoto '%s' no encontrada." |
| 2801 | |
| 2802 | #, c-format |
| 2803 | msgid "branch '%s' not found." |
| 2804 | msgstr "rama '%s' no encontrada." |
| 2805 | |
| 2806 | #, c-format |
| 2807 | msgid "Deleted remote-tracking branch %s (was %s).\n" |
| 2808 | msgstr "Eliminada la rama de rastreo remota %s (era %s).\n" |
| 2809 | |
| 2810 | #, c-format |
| 2811 | msgid "Deleted branch %s (was %s).\n" |
| 2812 | msgstr "Eliminada la rama %s (era %s).\n" |
| 2813 | |
| 2814 | msgid "unable to parse format string" |
| 2815 | msgstr "no es posible analizar el string de formato" |
| 2816 | |
| 2817 | msgid "could not resolve HEAD" |
| 2818 | msgstr "no se pudo resolver HEAD" |
| 2819 | |
| 2820 | #, c-format |
| 2821 | msgid "HEAD (%s) points outside of refs/heads/" |
| 2822 | msgstr "HEAD (%s) apunta fuera de refs/heads/" |
| 2823 | |
| 2824 | #, c-format |
| 2825 | msgid "Branch %s is being rebased at %s" |
| 2826 | msgstr "Rama %s está siendo rebasada en %s" |
| 2827 | |
| 2828 | #, c-format |
| 2829 | msgid "Branch %s is being bisected at %s" |
| 2830 | msgstr "Rama %s está siendo bisecada en %s" |
| 2831 | |
| 2832 | msgid "cannot copy the current branch while not on any." |
| 2833 | msgstr "no se puede copiar la rama actual mientras no se está en ninguna." |
| 2834 | |
| 2835 | msgid "cannot rename the current branch while not on any." |
| 2836 | msgstr "no se puede renombrar la rama actual mientras no se está en ninguna." |
| 2837 | |
| 2838 | #, c-format |
| 2839 | msgid "Invalid branch name: '%s'" |
| 2840 | msgstr "Nombre de rama inválido: '%s'" |
| 2841 | |
| 2842 | msgid "Branch rename failed" |
| 2843 | msgstr "Cambio de nombre de rama fallido" |
| 2844 | |
| 2845 | msgid "Branch copy failed" |
| 2846 | msgstr "Duplicación de rama fallida" |
| 2847 | |
| 2848 | #, c-format |
| 2849 | msgid "Created a copy of a misnamed branch '%s'" |
| 2850 | msgstr "Copia creada de la rama malnombrada '%s'" |
| 2851 | |
| 2852 | #, c-format |
| 2853 | msgid "Renamed a misnamed branch '%s' away" |
| 2854 | msgstr "Rama mal llamada '%s' renombrada" |
| 2855 | |
| 2856 | #, c-format |
| 2857 | msgid "Branch renamed to %s, but HEAD is not updated!" |
| 2858 | msgstr "¡Rama renombrada a %s, pero HEAD no está actualizado!" |
| 2859 | |
| 2860 | msgid "Branch is renamed, but update of config-file failed" |
| 2861 | msgstr "" |
| 2862 | "La rama está renombrada, pero falló la actualización del archivo de " |
| 2863 | "configuración" |
| 2864 | |
| 2865 | msgid "Branch is copied, but update of config-file failed" |
| 2866 | msgstr "" |
| 2867 | "La rama está copiada, pero falló la actualización del archivo de " |
| 2868 | "configuración" |
| 2869 | |
| 2870 | #, c-format |
| 2871 | msgid "" |
| 2872 | "Please edit the description for the branch\n" |
| 2873 | " %s\n" |
| 2874 | "Lines starting with '%c' will be stripped.\n" |
| 2875 | msgstr "" |
| 2876 | "Por favor, edita la descripción para la rama\n" |
| 2877 | "%s\n" |
| 2878 | "Las líneas que comiencen con '%c' serán eliminadas.\n" |
| 2879 | |
| 2880 | msgid "Generic options" |
| 2881 | msgstr "Opciones genéricas" |
| 2882 | |
| 2883 | msgid "show hash and subject, give twice for upstream branch" |
| 2884 | msgstr "mostrar hash y tema, dar dos veces para rama upstream" |
| 2885 | |
| 2886 | msgid "suppress informational messages" |
| 2887 | msgstr "suprimir mensajes informativos" |
| 2888 | |
| 2889 | msgid "set branch tracking configuration" |
| 2890 | msgstr "configurar rastreo de rama" |
| 2891 | |
| 2892 | msgid "do not use" |
| 2893 | msgstr "no usar" |
| 2894 | |
| 2895 | msgid "upstream" |
| 2896 | msgstr "upstream" |
| 2897 | |
| 2898 | msgid "change the upstream info" |
| 2899 | msgstr "cambiar info de upstream" |
| 2900 | |
| 2901 | msgid "unset the upstream info" |
| 2902 | msgstr "desconfigurar la info de upstream" |
| 2903 | |
| 2904 | msgid "use colored output" |
| 2905 | msgstr "usar salida con colores" |
| 2906 | |
| 2907 | msgid "act on remote-tracking branches" |
| 2908 | msgstr "actuar en ramas de rastreo remoto" |
| 2909 | |
| 2910 | msgid "print only branches that contain the commit" |
| 2911 | msgstr "mostrar solo ramas que contengan el commit" |
| 2912 | |
| 2913 | msgid "print only branches that don't contain the commit" |
| 2914 | msgstr "mostrar solo ramas que no contengan el commit" |
| 2915 | |
| 2916 | msgid "Specific git-branch actions:" |
| 2917 | msgstr "Acciones específicas de git-branch:" |
| 2918 | |
| 2919 | msgid "list both remote-tracking and local branches" |
| 2920 | msgstr "listar ramas de remote-tracking y locales" |
| 2921 | |
| 2922 | msgid "delete fully merged branch" |
| 2923 | msgstr "borrar ramas totalmente fusionadas" |
| 2924 | |
| 2925 | msgid "delete branch (even if not merged)" |
| 2926 | msgstr "borrar rama (incluso si no está fusionada)" |
| 2927 | |
| 2928 | msgid "move/rename a branch and its reflog" |
| 2929 | msgstr "mover/renombrar una rama y su reflog" |
| 2930 | |
| 2931 | msgid "move/rename a branch, even if target exists" |
| 2932 | msgstr "mover/renombrar una rama, incluso si el destino existe" |
| 2933 | |
| 2934 | msgid "copy a branch and its reflog" |
| 2935 | msgstr "copiar una rama y su reflog" |
| 2936 | |
| 2937 | msgid "copy a branch, even if target exists" |
| 2938 | msgstr "copiar una rama, incluso si el destino existe" |
| 2939 | |
| 2940 | msgid "list branch names" |
| 2941 | msgstr "listar nombres de ramas" |
| 2942 | |
| 2943 | msgid "show current branch name" |
| 2944 | msgstr "mostrar el nombre de branch actual" |
| 2945 | |
| 2946 | msgid "create the branch's reflog" |
| 2947 | msgstr "crear el reflog de la rama" |
| 2948 | |
| 2949 | msgid "edit the description for the branch" |
| 2950 | msgstr "editar la descripción de la rama" |
| 2951 | |
| 2952 | msgid "force creation, move/rename, deletion" |
| 2953 | msgstr "forzar la creación, movimiento/renombramiento, eliminación" |
| 2954 | |
| 2955 | msgid "print only branches that are merged" |
| 2956 | msgstr "mostrar solo ramas que hayan sido fusionadas" |
| 2957 | |
| 2958 | msgid "print only branches that are not merged" |
| 2959 | msgstr "mostrar solo ramas que no han sido fusionadas" |
| 2960 | |
| 2961 | msgid "list branches in columns" |
| 2962 | msgstr "mostrar las ramas en columnas" |
| 2963 | |
| 2964 | msgid "object" |
| 2965 | msgstr "objeto" |
| 2966 | |
| 2967 | msgid "print only branches of the object" |
| 2968 | msgstr "imprimir solo las ramas del objeto" |
| 2969 | |
| 2970 | msgid "sorting and filtering are case insensitive" |
| 2971 | msgstr "ordenamiento y filtración son case-insensitive" |
| 2972 | |
| 2973 | msgid "recurse through submodules" |
| 2974 | msgstr "recurrir a través de submódulos" |
| 2975 | |
| 2976 | msgid "format to use for the output" |
| 2977 | msgstr "formato para usar para el output" |
| 2978 | |
| 2979 | msgid "Failed to resolve HEAD as a valid ref." |
| 2980 | msgstr "Falló al resolver HEAD como un ref válido." |
| 2981 | |
| 2982 | msgid "HEAD not found below refs/heads!" |
| 2983 | msgstr "¡HEAD no encontrado dentro de refs/heads!" |
| 2984 | |
| 2985 | msgid "" |
| 2986 | "branch with --recurse-submodules can only be used if " |
| 2987 | "submodule.propagateBranches is enabled" |
| 2988 | msgstr "" |
| 2989 | "branch con --recurse-submodules solo se puede usar si " |
| 2990 | "submodule.propagateBranches está habilitado" |
| 2991 | |
| 2992 | msgid "--recurse-submodules can only be used to create branches" |
| 2993 | msgstr "--recurse-submodules solo se puede usar para crear ramas" |
| 2994 | |
| 2995 | msgid "branch name required" |
| 2996 | msgstr "se necesita el nombre de la rama" |
| 2997 | |
| 2998 | msgid "Cannot give description to detached HEAD" |
| 2999 | msgstr "No se puede dar descripción al HEAD desacoplado" |
| 3000 | |
| 3001 | msgid "cannot edit description of more than one branch" |
| 3002 | msgstr "no se puede editar la descripción de más de una rama" |
| 3003 | |
| 3004 | #, c-format |
| 3005 | msgid "No commit on branch '%s' yet." |
| 3006 | msgstr "Aún no hay commits en la rama '%s'." |
| 3007 | |
| 3008 | #, c-format |
| 3009 | msgid "No branch named '%s'." |
| 3010 | msgstr "No hay ninguna rama llamada '%s'." |
| 3011 | |
| 3012 | msgid "too many branches for a copy operation" |
| 3013 | msgstr "demasiadas ramas para una operación de duplicación" |
| 3014 | |
| 3015 | msgid "too many arguments for a rename operation" |
| 3016 | msgstr "demasiados argumentos para una operación de renombramiento" |
| 3017 | |
| 3018 | msgid "too many arguments to set new upstream" |
| 3019 | msgstr "demasiados argumentos para configurar un nuevo upstream" |
| 3020 | |
| 3021 | #, c-format |
| 3022 | msgid "" |
| 3023 | "could not set upstream of HEAD to %s when it does not point to any branch." |
| 3024 | msgstr "" |
| 3025 | "no se pudo configurar upstream de HEAD a %s cuando este no apunta a ninguna " |
| 3026 | "rama." |
| 3027 | |
| 3028 | #, c-format |
| 3029 | msgid "no such branch '%s'" |
| 3030 | msgstr "no hay tal rama '%s'" |
| 3031 | |
| 3032 | #, c-format |
| 3033 | msgid "branch '%s' does not exist" |
| 3034 | msgstr "la rama '%s' no existe" |
| 3035 | |
| 3036 | msgid "too many arguments to unset upstream" |
| 3037 | msgstr "demasiados argumentos para desconfigurar upstream" |
| 3038 | |
| 3039 | msgid "could not unset upstream of HEAD when it does not point to any branch." |
| 3040 | msgstr "" |
| 3041 | "no se puede desconfigurar upstream de HEAD cuando este no apunta a ninguna " |
| 3042 | "rama." |
| 3043 | |
| 3044 | #, c-format |
| 3045 | msgid "Branch '%s' has no upstream information" |
| 3046 | msgstr "Rama '%s' no tiene información de upstream" |
| 3047 | |
| 3048 | msgid "" |
| 3049 | "The -a, and -r, options to 'git branch' do not take a branch name.\n" |
| 3050 | "Did you mean to use: -a|-r --list <pattern>?" |
| 3051 | msgstr "" |
| 3052 | "Las opciones -a, y -r, de 'git branch' no toman un nombre de rama.\n" |
| 3053 | "¿Quisiste usar: -a|-r --list <patrón>?" |
| 3054 | |
| 3055 | msgid "" |
| 3056 | "the '--set-upstream' option is no longer supported. Please use '--track' or " |
| 3057 | "'--set-upstream-to' instead." |
| 3058 | msgstr "" |
| 3059 | "la opción '--set-upstream' ya no es soportada. Considera usar '--track' o '--" |
| 3060 | "set-upstream-to' en cambio." |
| 3061 | |
| 3062 | msgid "git version:\n" |
| 3063 | msgstr "versión de git:\n" |
| 3064 | |
| 3065 | #, c-format |
| 3066 | msgid "uname() failed with error '%s' (%d)\n" |
| 3067 | msgstr "uname() falló con error '%s' (%d)\n" |
| 3068 | |
| 3069 | msgid "compiler info: " |
| 3070 | msgstr "información del compilador: " |
| 3071 | |
| 3072 | msgid "libc info: " |
| 3073 | msgstr "información de libc: " |
| 3074 | |
| 3075 | msgid "not run from a git repository - no hooks to show\n" |
| 3076 | msgstr "no ejecutado desde un repositorio git - no hay hooks para mostrar\n" |
| 3077 | |
| 3078 | msgid "" |
| 3079 | "git bugreport [-o|--output-directory <file>] [-s|--suffix <format>] [--" |
| 3080 | "diagnose[=<mode>]" |
| 3081 | msgstr "" |
| 3082 | "git bugreport [-o|--output-directory <archivo>] [-s|--suffix <formato>] [--" |
| 3083 | "diagnose[=<modo>]" |
| 3084 | |
| 3085 | msgid "" |
| 3086 | "Thank you for filling out a Git bug report!\n" |
| 3087 | "Please answer the following questions to help us understand your issue.\n" |
| 3088 | "\n" |
| 3089 | "What did you do before the bug happened? (Steps to reproduce your issue)\n" |
| 3090 | "\n" |
| 3091 | "What did you expect to happen? (Expected behavior)\n" |
| 3092 | "\n" |
| 3093 | "What happened instead? (Actual behavior)\n" |
| 3094 | "\n" |
| 3095 | "What's different between what you expected and what actually happened?\n" |
| 3096 | "\n" |
| 3097 | "Anything else you want to add:\n" |
| 3098 | "\n" |
| 3099 | "Please review the rest of the bug report below.\n" |
| 3100 | "You can delete any lines you don't wish to share.\n" |
| 3101 | msgstr "" |
| 3102 | "¡Gracias por prepara un reporte de bug de Git!\n" |
| 3103 | "Por favor contesta las siguientes preguntas para ayudarnos a entender el " |
| 3104 | "problema.\n" |
| 3105 | "\n" |
| 3106 | "¿Qué hiciste antes de que sucediera el bug? (Pasos para reproducir el " |
| 3107 | "problema)\n" |
| 3108 | "\n" |
| 3109 | "¿Qué esperabas que sucediera? (Comportamiento esperado)\n" |
| 3110 | "\n" |
| 3111 | "¿Qué sucedió en lugar de eso? (Comportamiento real)\n" |
| 3112 | "\n" |
| 3113 | "¿Qué es diferente entre lo que esperabas y lo que pasó de verdad?\n" |
| 3114 | "\n" |
| 3115 | "Cualquier cosa que quieras agregar:\n" |
| 3116 | "\n" |
| 3117 | "Por favor revisa el resto del reporte abajo.\n" |
| 3118 | "Puedes borrar cualquier línea que no desees compartir.\n" |
| 3119 | |
| 3120 | msgid "mode" |
| 3121 | msgstr "modo" |
| 3122 | |
| 3123 | msgid "" |
| 3124 | "create an additional zip archive of detailed diagnostics (default 'stats')" |
| 3125 | msgstr "" |
| 3126 | "crear una crónica zip adicional con diagnósticos detallados (por defecto " |
| 3127 | "'stats')" |
| 3128 | |
| 3129 | msgid "specify a destination for the bugreport file(s)" |
| 3130 | msgstr "especificar un destino para los archivos de reporte de bug" |
| 3131 | |
| 3132 | msgid "specify a strftime format suffix for the filename(s)" |
| 3133 | msgstr "" |
| 3134 | "especificar un sufijo de formato de strftime para los nombres de los archivos" |
| 3135 | |
| 3136 | #, c-format |
| 3137 | msgid "could not create leading directories for '%s'" |
| 3138 | msgstr "no se pudo crear directorios principales para '%s'" |
| 3139 | |
| 3140 | #, c-format |
| 3141 | msgid "unable to create diagnostics archive %s" |
| 3142 | msgstr "no se puede crear la crónica diagnóstica %s" |
| 3143 | |
| 3144 | msgid "System Info" |
| 3145 | msgstr "Información del sistema" |
| 3146 | |
| 3147 | msgid "Enabled Hooks" |
| 3148 | msgstr "Hooks habilitados" |
| 3149 | |
| 3150 | #, c-format |
| 3151 | msgid "unable to write to %s" |
| 3152 | msgstr "no es posible escribir en %s" |
| 3153 | |
| 3154 | #, c-format |
| 3155 | msgid "Created new report at '%s'.\n" |
| 3156 | msgstr "Crear un nuevo reporte en '%s'.\n" |
| 3157 | |
| 3158 | msgid "git bundle create [<options>] <file> <git-rev-list args>" |
| 3159 | msgstr "git bundle create [<opciones>] <file> <git-rev-list args>" |
| 3160 | |
| 3161 | msgid "git bundle verify [<options>] <file>" |
| 3162 | msgstr "git bundle verify [<opciones>] <archivo>" |
| 3163 | |
| 3164 | msgid "git bundle list-heads <file> [<refname>...]" |
| 3165 | msgstr "git bundle list-heads <archivo> [<nombre-de-ref>...]" |
| 3166 | |
| 3167 | msgid "git bundle unbundle <file> [<refname>...]" |
| 3168 | msgstr "git bundle unbundle <archivo> [<nombre-de-ref>...]" |
| 3169 | |
| 3170 | msgid "do not show progress meter" |
| 3171 | msgstr "no mostrar medidor de progreso" |
| 3172 | |
| 3173 | msgid "show progress meter" |
| 3174 | msgstr "mostrar medidor de progreso" |
| 3175 | |
| 3176 | msgid "show progress meter during object writing phase" |
| 3177 | msgstr "mostrar medidor de progreso durante la fase de escritura de objeto" |
| 3178 | |
| 3179 | msgid "similar to --all-progress when progress meter is shown" |
| 3180 | msgstr "similar a --all-progress cuando medidor de progreso es mostrado" |
| 3181 | |
| 3182 | msgid "specify bundle format version" |
| 3183 | msgstr "especificar la versión del formato del paquete" |
| 3184 | |
| 3185 | msgid "Need a repository to create a bundle." |
| 3186 | msgstr "Se necesita un repositorio para agrupar." |
| 3187 | |
| 3188 | msgid "do not show bundle details" |
| 3189 | msgstr "no mostrar detalles del bundle" |
| 3190 | |
| 3191 | #, c-format |
| 3192 | msgid "%s is okay\n" |
| 3193 | msgstr "%s está bien\n" |
| 3194 | |
| 3195 | msgid "Need a repository to unbundle." |
| 3196 | msgstr "Se necesita un repositorio para desagrupar." |
| 3197 | |
| 3198 | msgid "Unbundling objects" |
| 3199 | msgstr "Desagrupando objetos" |
| 3200 | |
| 3201 | #, c-format |
| 3202 | msgid "cannot read object %s '%s'" |
| 3203 | msgstr "no se puede leer el objeto %s '%s'" |
| 3204 | |
| 3205 | msgid "flush is only for --buffer mode" |
| 3206 | msgstr "flush solo es para el modo --buffer" |
| 3207 | |
| 3208 | msgid "empty command in input" |
| 3209 | msgstr "comando vacío en la entrada" |
| 3210 | |
| 3211 | #, c-format |
| 3212 | msgid "whitespace before command: '%s'" |
| 3213 | msgstr "espacio en blanco antes del comando: '%s'" |
| 3214 | |
| 3215 | #, c-format |
| 3216 | msgid "%s requires arguments" |
| 3217 | msgstr "%s requiere argumentos" |
| 3218 | |
| 3219 | #, c-format |
| 3220 | msgid "%s takes no arguments" |
| 3221 | msgstr "%s no toma argumentos" |
| 3222 | |
| 3223 | #, c-format |
| 3224 | msgid "unknown command: '%s'" |
| 3225 | msgstr "comando desconocido: '%s'" |
| 3226 | |
| 3227 | msgid "only one batch option may be specified" |
| 3228 | msgstr "solo se puede especificar una opción batch" |
| 3229 | |
| 3230 | msgid "git cat-file <type> <object>" |
| 3231 | msgstr "git cat-file <tipo> <objeto>" |
| 3232 | |
| 3233 | msgid "git cat-file (-e | -p) <object>" |
| 3234 | msgstr "git cat-file (-e | -p) <objeto>" |
| 3235 | |
| 3236 | msgid "git cat-file (-t | -s) [--allow-unknown-type] <object>" |
| 3237 | msgstr "git cat-file (-t | -s) [--allow-unknown-type] <objeto>" |
| 3238 | |
| 3239 | msgid "" |
| 3240 | "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-" |
| 3241 | "objects]\n" |
| 3242 | " [--buffer] [--follow-symlinks] [--unordered]\n" |
| 3243 | " [--textconv | --filters]" |
| 3244 | msgstr "" |
| 3245 | "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-" |
| 3246 | "objects]\n" |
| 3247 | " [--buffer] [--follow-symlinks] [--unordered]\n" |
| 3248 | " [--textconv | --filters]" |
| 3249 | |
| 3250 | msgid "" |
| 3251 | "git cat-file (--textconv | --filters)\n" |
| 3252 | " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]" |
| 3253 | msgstr "" |
| 3254 | "git cat-file (--textconv | --filters)\n" |
| 3255 | " [<revisión>:<ruta|árbol-ismo> | --path=<ruta|árbol-ismo> " |
| 3256 | "<revisión>]" |
| 3257 | |
| 3258 | msgid "Check object existence or emit object contents" |
| 3259 | msgstr "Comprobar la existencia de un objeto o emitir el contenido del objeto" |
| 3260 | |
| 3261 | msgid "check if <object> exists" |
| 3262 | msgstr "comprobar si <objeto> existe" |
| 3263 | |
| 3264 | msgid "pretty-print <object> content" |
| 3265 | msgstr "realizar pretty-print del contenido de <objeto>" |
| 3266 | |
| 3267 | msgid "Emit [broken] object attributes" |
| 3268 | msgstr "Emitir atributos de objeto [broken]" |
| 3269 | |
| 3270 | msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)" |
| 3271 | msgstr "mostrar tipo de objeto (uno de 'blob', 'tree', 'commit', 'tag' ...)" |
| 3272 | |
| 3273 | msgid "show object size" |
| 3274 | msgstr "mostrar el tamaño del objeto" |
| 3275 | |
| 3276 | msgid "allow -s and -t to work with broken/corrupt objects" |
| 3277 | msgstr "permita que -s y -t funcionen con objetos rotos o corruptos" |
| 3278 | |
| 3279 | msgid "use mail map file" |
| 3280 | msgstr "usar archivo de mapa de correo" |
| 3281 | |
| 3282 | msgid "Batch objects requested on stdin (or --batch-all-objects)" |
| 3283 | msgstr "Hacer batch a los objecos solicitados en stdin (o --batch-all-objects)" |
| 3284 | |
| 3285 | msgid "show full <object> or <rev> contents" |
| 3286 | msgstr "mostrar el contenido completo de <objeto> o <revisión>" |
| 3287 | |
| 3288 | msgid "like --batch, but don't emit <contents>" |
| 3289 | msgstr "como --batch, pero no emitir <contenido>" |
| 3290 | |
| 3291 | msgid "stdin is NUL-terminated" |
| 3292 | msgstr "stdin es terminada con NUL" |
| 3293 | |
| 3294 | msgid "read commands from stdin" |
| 3295 | msgstr "leer comandos de stdin" |
| 3296 | |
| 3297 | msgid "with --batch[-check]: ignores stdin, batches all known objects" |
| 3298 | msgstr "" |
| 3299 | "con --batch[-check]: ignora stdin, hace batch a todos los objetos conocidos" |
| 3300 | |
| 3301 | msgid "Change or optimize batch output" |
| 3302 | msgstr "Cambia o optimiza la salida de batch" |
| 3303 | |
| 3304 | msgid "buffer --batch output" |
| 3305 | msgstr "salida buffer --batch" |
| 3306 | |
| 3307 | msgid "follow in-tree symlinks" |
| 3308 | msgstr "seguir symlinks en el árbol" |
| 3309 | |
| 3310 | msgid "do not order objects before emitting them" |
| 3311 | msgstr "no ordenar objetos antes de emitirlos" |
| 3312 | |
| 3313 | msgid "" |
| 3314 | "Emit object (blob or tree) with conversion or filter (stand-alone, or with " |
| 3315 | "batch)" |
| 3316 | msgstr "" |
| 3317 | "Emitir objeto (blob o árbol) con conversión o filtro (independiente, o con " |
| 3318 | "batch)" |
| 3319 | |
| 3320 | msgid "run textconv on object's content" |
| 3321 | msgstr "ejecuta textconv en el contenido del objeto" |
| 3322 | |
| 3323 | msgid "run filters on object's content" |
| 3324 | msgstr "ejecuta filtros en el contenido del objeto" |
| 3325 | |
| 3326 | msgid "blob|tree" |
| 3327 | msgstr "blob|árbol" |
| 3328 | |
| 3329 | msgid "use a <path> for (--textconv | --filters); Not with 'batch'" |
| 3330 | msgstr "usar una <ruta> para (--textconv | --filters); No con 'batch'" |
| 3331 | |
| 3332 | #, c-format |
| 3333 | msgid "'%s=<%s>' needs '%s' or '%s'" |
| 3334 | msgstr "'%s=<%s>' necesita '%s' o '%s'" |
| 3335 | |
| 3336 | msgid "path|tree-ish" |
| 3337 | msgstr "ruta|árbol-ismo" |
| 3338 | |
| 3339 | #, c-format |
| 3340 | msgid "'%s' requires a batch mode" |
| 3341 | msgstr "'%s' requiere un modo de batch" |
| 3342 | |
| 3343 | #, c-format |
| 3344 | msgid "'-%c' is incompatible with batch mode" |
| 3345 | msgstr "'-%c' es incompatible con el modo de batch" |
| 3346 | |
| 3347 | msgid "batch modes take no arguments" |
| 3348 | msgstr "los modos de batch no toman argumentos" |
| 3349 | |
| 3350 | #, c-format |
| 3351 | msgid "<rev> required with '%s'" |
| 3352 | msgstr "se requiere <revisión> con '%s'" |
| 3353 | |
| 3354 | #, c-format |
| 3355 | msgid "<object> required with '-%c'" |
| 3356 | msgstr "<objeto> requerido con '-%c'" |
| 3357 | |
| 3358 | msgid "too many arguments" |
| 3359 | msgstr "demasiados argumentos" |
| 3360 | |
| 3361 | #, c-format |
| 3362 | msgid "only two arguments allowed in <type> <object> mode, not %d" |
| 3363 | msgstr "solo se permiten dos argumentos en modo de <objeto> de <tipo>, no %d" |
| 3364 | |
| 3365 | msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..." |
| 3366 | msgstr "git check-attr [-a | --all | <attr>...] [--] <nombre-de-ruta>..." |
| 3367 | |
| 3368 | msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]" |
| 3369 | msgstr "git check-attr --stdin [-z] [-a | --all | <attr>...]" |
| 3370 | |
| 3371 | msgid "report all attributes set on file" |
| 3372 | msgstr "reportar todos los atributos configurados en el archivo" |
| 3373 | |
| 3374 | msgid "use .gitattributes only from the index" |
| 3375 | msgstr "usar .gitattributes solo desde el índice" |
| 3376 | |
| 3377 | msgid "read file names from stdin" |
| 3378 | msgstr "leer nombres de archivos de stdin" |
| 3379 | |
| 3380 | msgid "terminate input and output records by a NUL character" |
| 3381 | msgstr "terminar registros de entrada y salida con un carácter NUL" |
| 3382 | |
| 3383 | msgid "suppress progress reporting" |
| 3384 | msgstr "suprimir el reporte de progreso" |
| 3385 | |
| 3386 | msgid "show non-matching input paths" |
| 3387 | msgstr "mostrar rutas de entrada que no concuerden" |
| 3388 | |
| 3389 | msgid "ignore index when checking" |
| 3390 | msgstr "ignorar el índice cuando se revise" |
| 3391 | |
| 3392 | msgid "cannot specify pathnames with --stdin" |
| 3393 | msgstr "no se puede especificar los nombres de rutas con --stdin" |
| 3394 | |
| 3395 | msgid "-z only makes sense with --stdin" |
| 3396 | msgstr "-z solo tiene sentido con --stdin" |
| 3397 | |
| 3398 | msgid "no path specified" |
| 3399 | msgstr "ruta no especificada" |
| 3400 | |
| 3401 | msgid "--quiet is only valid with a single pathname" |
| 3402 | msgstr "--quiet solo es válido con un nombre de ruta único" |
| 3403 | |
| 3404 | msgid "cannot have both --quiet and --verbose" |
| 3405 | msgstr "no se puede tener ambos --quiet y --verbose" |
| 3406 | |
| 3407 | msgid "--non-matching is only valid with --verbose" |
| 3408 | msgstr "--non-matching solo es válida con --verbose" |
| 3409 | |
| 3410 | msgid "git check-mailmap [<options>] <contact>..." |
| 3411 | msgstr "git check-mailmap [<opciones>] <contacto>..." |
| 3412 | |
| 3413 | msgid "also read contacts from stdin" |
| 3414 | msgstr "también leer contactos desde stdin" |
| 3415 | |
| 3416 | #, c-format |
| 3417 | msgid "unable to parse contact: %s" |
| 3418 | msgstr "no es posible analizar el contacto: %s" |
| 3419 | |
| 3420 | msgid "no contacts specified" |
| 3421 | msgstr "contactos no especificados" |
| 3422 | |
| 3423 | msgid "git checkout--worker [<options>]" |
| 3424 | msgstr "git checkout--worker [<opciones>]" |
| 3425 | |
| 3426 | msgid "string" |
| 3427 | msgstr "string" |
| 3428 | |
| 3429 | msgid "when creating files, prepend <string>" |
| 3430 | msgstr "cuando cree archivos, anteponer <string>" |
| 3431 | |
| 3432 | msgid "git checkout-index [<options>] [--] [<file>...]" |
| 3433 | msgstr "git checkout-index [<opciones>] [--] [<archivo>...]" |
| 3434 | |
| 3435 | msgid "stage should be between 1 and 3 or all" |
| 3436 | msgstr "stage tiene que estar entre 1 y 3 o all" |
| 3437 | |
| 3438 | msgid "check out all files in the index" |
| 3439 | msgstr "revisar todos los archivos en el índice" |
| 3440 | |
| 3441 | msgid "do not skip files with skip-worktree set" |
| 3442 | msgstr "no saltar archivos con skip-worktree configurado" |
| 3443 | |
| 3444 | msgid "force overwrite of existing files" |
| 3445 | msgstr "forzar sobreescritura de los archivos existentes" |
| 3446 | |
| 3447 | msgid "no warning for existing files and files not in index" |
| 3448 | msgstr "" |
| 3449 | "no hay advertencias para los archivos existentes y los archivos no están en " |
| 3450 | "el índice" |
| 3451 | |
| 3452 | msgid "don't checkout new files" |
| 3453 | msgstr "no revisar archivos nuevos" |
| 3454 | |
| 3455 | msgid "update stat information in the index file" |
| 3456 | msgstr "actualizar información de estado en el archivo índice" |
| 3457 | |
| 3458 | msgid "read list of paths from the standard input" |
| 3459 | msgstr "leer lista de rutas desde standard input" |
| 3460 | |
| 3461 | msgid "write the content to temporary files" |
| 3462 | msgstr "escribir el contenido en un archivo temporal" |
| 3463 | |
| 3464 | msgid "copy out the files from named stage" |
| 3465 | msgstr "copiar los archivos del stage nombrado" |
| 3466 | |
| 3467 | msgid "git checkout [<options>] <branch>" |
| 3468 | msgstr "git checkout [<opciones>] <rama>" |
| 3469 | |
| 3470 | msgid "git checkout [<options>] [<branch>] -- <file>..." |
| 3471 | msgstr "git checkout [<opciones>] [<rama>] -- <archivo>..." |
| 3472 | |
| 3473 | msgid "git switch [<options>] [<branch>]" |
| 3474 | msgstr "git switch [<opciones>] [<rama>]" |
| 3475 | |
| 3476 | msgid "git restore [<options>] [--source=<branch>] <file>..." |
| 3477 | msgstr "git restore [<opciones>] [--source=<rama>] -- <archivo>..." |
| 3478 | |
| 3479 | #, c-format |
| 3480 | msgid "path '%s' does not have our version" |
| 3481 | msgstr "ruta '%s' no tiene nuestra versión" |
| 3482 | |
| 3483 | #, c-format |
| 3484 | msgid "path '%s' does not have their version" |
| 3485 | msgstr "ruta '%s' no tiene su versión" |
| 3486 | |
| 3487 | #, c-format |
| 3488 | msgid "path '%s' does not have all necessary versions" |
| 3489 | msgstr "ruta '%s' no tiene todas las versiones necesarias" |
| 3490 | |
| 3491 | #, c-format |
| 3492 | msgid "path '%s' does not have necessary versions" |
| 3493 | msgstr "ruta '%s' no tiene versiones necesarias" |
| 3494 | |
| 3495 | #, c-format |
| 3496 | msgid "path '%s': cannot merge" |
| 3497 | msgstr "ruta '%s': no se puede fusionar" |
| 3498 | |
| 3499 | #, c-format |
| 3500 | msgid "Unable to add merge result for '%s'" |
| 3501 | msgstr "Incapaz de agregar resultados de fusión a '%s'" |
| 3502 | |
| 3503 | #, c-format |
| 3504 | msgid "Recreated %d merge conflict" |
| 3505 | msgid_plural "Recreated %d merge conflicts" |
| 3506 | msgstr[0] "Recreado %d conflicto de merge" |
| 3507 | msgstr[1] "Recreados %d conflictos de merge" |
| 3508 | |
| 3509 | #, c-format |
| 3510 | msgid "Updated %d path from %s" |
| 3511 | msgid_plural "Updated %d paths from %s" |
| 3512 | msgstr[0] "Actualizada %d ruta desde %s" |
| 3513 | msgstr[1] "Actualizadas %d rutas desde %s" |
| 3514 | |
| 3515 | #, c-format |
| 3516 | msgid "Updated %d path from the index" |
| 3517 | msgid_plural "Updated %d paths from the index" |
| 3518 | msgstr[0] "Actualizada %d ruta desde el índice" |
| 3519 | msgstr[1] "Actualizadas %d rutas desde el índice" |
| 3520 | |
| 3521 | #, c-format |
| 3522 | msgid "'%s' cannot be used with updating paths" |
| 3523 | msgstr "'%s' no puede ser usada con rutas actualizadas" |
| 3524 | |
| 3525 | #, c-format |
| 3526 | msgid "Cannot update paths and switch to branch '%s' at the same time." |
| 3527 | msgstr "No se puede actualizar rutas y cambiar a la rama '%s' al mismo tiempo." |
| 3528 | |
| 3529 | #, c-format |
| 3530 | msgid "neither '%s' or '%s' is specified" |
| 3531 | msgstr "ni '%s' ni '%s' están especificados" |
| 3532 | |
| 3533 | #, c-format |
| 3534 | msgid "'%s' must be used when '%s' is not specified" |
| 3535 | msgstr "'%s' tiene que ser usado cuando '%s' no es especificado" |
| 3536 | |
| 3537 | #, c-format |
| 3538 | msgid "'%s' or '%s' cannot be used with %s" |
| 3539 | msgstr "'%s' o '%s' no puede ser usado con %s" |
| 3540 | |
| 3541 | #, c-format |
| 3542 | msgid "path '%s' is unmerged" |
| 3543 | msgstr "ruta '%s' no está fusionada" |
| 3544 | |
| 3545 | msgid "you need to resolve your current index first" |
| 3546 | msgstr "necesitas resolver tu índice actual primero" |
| 3547 | |
| 3548 | #, c-format |
| 3549 | msgid "" |
| 3550 | "cannot continue with staged changes in the following files:\n" |
| 3551 | "%s" |
| 3552 | msgstr "" |
| 3553 | "no se puede continuar con los cambios en stage en los siguientes archivos:\n" |
| 3554 | "%s" |
| 3555 | |
| 3556 | #, c-format |
| 3557 | msgid "Can not do reflog for '%s': %s\n" |
| 3558 | msgstr "No se puede hacer reflog para '%s': %s\n" |
| 3559 | |
| 3560 | msgid "HEAD is now at" |
| 3561 | msgstr "HEAD está ahora en" |
| 3562 | |
| 3563 | msgid "unable to update HEAD" |
| 3564 | msgstr "no es posible actualizar HEAD" |
| 3565 | |
| 3566 | #, c-format |
| 3567 | msgid "Reset branch '%s'\n" |
| 3568 | msgstr "Reiniciar rama '%s'\n" |
| 3569 | |
| 3570 | #, c-format |
| 3571 | msgid "Already on '%s'\n" |
| 3572 | msgstr "Ya en '%s'\n" |
| 3573 | |
| 3574 | #, c-format |
| 3575 | msgid "Switched to and reset branch '%s'\n" |
| 3576 | msgstr "Rama reiniciada y cambiada a '%s'\n" |
| 3577 | |
| 3578 | #, c-format |
| 3579 | msgid "Switched to a new branch '%s'\n" |
| 3580 | msgstr "Cambiado a nueva rama '%s'\n" |
| 3581 | |
| 3582 | #, c-format |
| 3583 | msgid "Switched to branch '%s'\n" |
| 3584 | msgstr "Cambiado a rama '%s'\n" |
| 3585 | |
| 3586 | #, c-format |
| 3587 | msgid " ... and %d more.\n" |
| 3588 | msgstr " ... y %d más.\n" |
| 3589 | |
| 3590 | #, c-format |
| 3591 | msgid "" |
| 3592 | "Warning: you are leaving %d commit behind, not connected to\n" |
| 3593 | "any of your branches:\n" |
| 3594 | "\n" |
| 3595 | "%s\n" |
| 3596 | msgid_plural "" |
| 3597 | "Warning: you are leaving %d commits behind, not connected to\n" |
| 3598 | "any of your branches:\n" |
| 3599 | "\n" |
| 3600 | "%s\n" |
| 3601 | msgstr[0] "" |
| 3602 | "Advertencia: estás dejando %d commit atrás, no está conectado\n" |
| 3603 | "a ninguna rama:\n" |
| 3604 | "\n" |
| 3605 | "%s\n" |
| 3606 | msgstr[1] "" |
| 3607 | "Advertencia: estás dejando %d commits atrás, no están conectados\n" |
| 3608 | "a ninguna rama:\n" |
| 3609 | "\n" |
| 3610 | "%s\n" |
| 3611 | |
| 3612 | #, c-format |
| 3613 | msgid "" |
| 3614 | "If you want to keep it by creating a new branch, this may be a good time\n" |
| 3615 | "to do so with:\n" |
| 3616 | "\n" |
| 3617 | " git branch <new-branch-name> %s\n" |
| 3618 | "\n" |
| 3619 | msgid_plural "" |
| 3620 | "If you want to keep them by creating a new branch, this may be a good time\n" |
| 3621 | "to do so with:\n" |
| 3622 | "\n" |
| 3623 | " git branch <new-branch-name> %s\n" |
| 3624 | "\n" |
| 3625 | msgstr[0] "" |
| 3626 | "Si quieres conservarlo creando una nueva rama, este es un buen momento\n" |
| 3627 | "para hacerlo:\n" |
| 3628 | "\n" |
| 3629 | " git branch <nuevo-nombre-de-rama> %s\n" |
| 3630 | "\n" |
| 3631 | msgstr[1] "" |
| 3632 | "Si quieres conservarlos creando una nueva rama, este es un buen momento\n" |
| 3633 | "para hacerlo:\n" |
| 3634 | "\n" |
| 3635 | " git branch <nombre-de-rama> %s\n" |
| 3636 | "\n" |
| 3637 | |
| 3638 | msgid "internal error in revision walk" |
| 3639 | msgstr "error interno en recorrido de revisiones" |
| 3640 | |
| 3641 | msgid "Previous HEAD position was" |
| 3642 | msgstr "La posición previa de HEAD era" |
| 3643 | |
| 3644 | msgid "You are on a branch yet to be born" |
| 3645 | msgstr "Estás en una rama por nacer" |
| 3646 | |
| 3647 | #, c-format |
| 3648 | msgid "" |
| 3649 | "'%s' could be both a local file and a tracking branch.\n" |
| 3650 | "Please use -- (and optionally --no-guess) to disambiguate" |
| 3651 | msgstr "" |
| 3652 | "'%s' puede ser tanto un archivo local como una rama de rastreo.\n" |
| 3653 | "Por favor usa -- (y opcionalmente --no-guess) para desambiguar" |
| 3654 | |
| 3655 | msgid "" |
| 3656 | "If you meant to check out a remote tracking branch on, e.g. 'origin',\n" |
| 3657 | "you can do so by fully qualifying the name with the --track option:\n" |
| 3658 | "\n" |
| 3659 | " git checkout --track origin/<name>\n" |
| 3660 | "\n" |
| 3661 | "If you'd like to always have checkouts of an ambiguous <name> prefer\n" |
| 3662 | "one remote, e.g. the 'origin' remote, consider setting\n" |
| 3663 | "checkout.defaultRemote=origin in your config." |
| 3664 | msgstr "" |
| 3665 | "Si querías hacer un check out a una rama remota rastreada, como 'origin',\n" |
| 3666 | "puedes hacerlo proporcionando el nombre completo con la opción --track:\n" |
| 3667 | "\n" |
| 3668 | " git checkout --track origin/<nombre>\n" |
| 3669 | "\n" |
| 3670 | "Si quisieras que siempre los checkouts de nombres ambiguos prefieran\n" |
| 3671 | "un remoto particular, como 'origin', considera configurar\n" |
| 3672 | "checkout.defaultRemote=origin en tu configuración." |
| 3673 | |
| 3674 | #, c-format |
| 3675 | msgid "'%s' matched multiple (%d) remote tracking branches" |
| 3676 | msgstr "'%s' concordó con múltiples (%d) ramas de rastreo remoto" |
| 3677 | |
| 3678 | msgid "only one reference expected" |
| 3679 | msgstr "solo una referencia esperada" |
| 3680 | |
| 3681 | #, c-format |
| 3682 | msgid "only one reference expected, %d given." |
| 3683 | msgstr "solo una referencia esperada, %d entregadas." |
| 3684 | |
| 3685 | #, c-format |
| 3686 | msgid "invalid reference: %s" |
| 3687 | msgstr "referencia inválida: %s" |
| 3688 | |
| 3689 | #, c-format |
| 3690 | msgid "reference is not a tree: %s" |
| 3691 | msgstr "la referencia no es un árbol: %s" |
| 3692 | |
| 3693 | #, c-format |
| 3694 | msgid "a branch is expected, got tag '%s'" |
| 3695 | msgstr "se esperaba un branch, se obtuvo tag '%s'" |
| 3696 | |
| 3697 | #, c-format |
| 3698 | msgid "a branch is expected, got remote branch '%s'" |
| 3699 | msgstr "se espera una rama, se obtuvo una rama remota '%s'" |
| 3700 | |
| 3701 | #, c-format |
| 3702 | msgid "a branch is expected, got '%s'" |
| 3703 | msgstr "se esperaba branch, se obtuvo '%s'" |
| 3704 | |
| 3705 | #, c-format |
| 3706 | msgid "a branch is expected, got commit '%s'" |
| 3707 | msgstr "se espera una rama, se obtuvo commit '%s'" |
| 3708 | |
| 3709 | msgid "" |
| 3710 | "If you want to detach HEAD at the commit, try again with the --detach option." |
| 3711 | msgstr "" |
| 3712 | "Si quieres desacoplar HEAD al commit, intenta de nuevo con la opción --" |
| 3713 | "detach." |
| 3714 | |
| 3715 | msgid "" |
| 3716 | "cannot switch branch while merging\n" |
| 3717 | "Consider \"git merge --quit\" or \"git worktree add\"." |
| 3718 | msgstr "" |
| 3719 | "no se puede cambiar de branch durante un merge\n" |
| 3720 | "Considera \"git merge --quit\" o \"git worktree add\"." |
| 3721 | |
| 3722 | msgid "" |
| 3723 | "cannot switch branch in the middle of an am session\n" |
| 3724 | "Consider \"git am --quit\" or \"git worktree add\"." |
| 3725 | msgstr "" |
| 3726 | "no se puede cambiar de branch en medio de una sesión de am\n" |
| 3727 | "Considera \"git am --quit\" o \"git worktree add\"." |
| 3728 | |
| 3729 | msgid "" |
| 3730 | "cannot switch branch while rebasing\n" |
| 3731 | "Consider \"git rebase --quit\" or \"git worktree add\"." |
| 3732 | msgstr "" |
| 3733 | "no se puede cambiar de branch durante un rebase\n" |
| 3734 | "Considera \"git rebase --quit\" o \"git worktree add\"." |
| 3735 | |
| 3736 | msgid "" |
| 3737 | "cannot switch branch while cherry-picking\n" |
| 3738 | "Consider \"git cherry-pick --quit\" or \"git worktree add\"." |
| 3739 | msgstr "" |
| 3740 | "no se puede cambiar de branch durante un cherry-pick\n" |
| 3741 | "Considera \"git cherry-pick --quit\" o \"git worktree add\"." |
| 3742 | |
| 3743 | msgid "" |
| 3744 | "cannot switch branch while reverting\n" |
| 3745 | "Consider \"git revert --quit\" or \"git worktree add\"." |
| 3746 | msgstr "" |
| 3747 | "no se puede cambiar de branch durante un revert\n" |
| 3748 | "Considera \"git revert --quit\" o \"git worktree add\"." |
| 3749 | |
| 3750 | msgid "you are switching branch while bisecting" |
| 3751 | msgstr "estás cambiando de rama durante un bisect" |
| 3752 | |
| 3753 | msgid "paths cannot be used with switching branches" |
| 3754 | msgstr "rutas no pueden ser usadas con cambios de rama" |
| 3755 | |
| 3756 | #, c-format |
| 3757 | msgid "'%s' cannot be used with switching branches" |
| 3758 | msgstr "'%s' no puede ser usado con cambios de ramas" |
| 3759 | |
| 3760 | #, c-format |
| 3761 | msgid "'%s' cannot be used with '%s'" |
| 3762 | msgstr "'%s' no puede ser usado con '%s'" |
| 3763 | |
| 3764 | #, c-format |
| 3765 | msgid "'%s' cannot take <start-point>" |
| 3766 | msgstr "'%s' no puede tomar <punto de partida>" |
| 3767 | |
| 3768 | #, c-format |
| 3769 | msgid "Cannot switch branch to a non-commit '%s'" |
| 3770 | msgstr "No se puede cambiar rama a un '%s' sin commits" |
| 3771 | |
| 3772 | msgid "missing branch or commit argument" |
| 3773 | msgstr "falta branch o commit como argumento" |
| 3774 | |
| 3775 | msgid "perform a 3-way merge with the new branch" |
| 3776 | msgstr "realizar una fusión de tres vías con la rama nueva" |
| 3777 | |
| 3778 | msgid "style" |
| 3779 | msgstr "estilo" |
| 3780 | |
| 3781 | msgid "conflict style (merge, diff3, or zdiff3)" |
| 3782 | msgstr "estilo de conflictos (merge, diff3 o zdiff3)" |
| 3783 | |
| 3784 | msgid "detach HEAD at named commit" |
| 3785 | msgstr "desacoplar HEAD en el commit nombrado" |
| 3786 | |
| 3787 | msgid "force checkout (throw away local modifications)" |
| 3788 | msgstr "forzar el checkout (descartar modificaciones locales)" |
| 3789 | |
| 3790 | msgid "new-branch" |
| 3791 | msgstr "nueva-rama" |
| 3792 | |
| 3793 | msgid "new unparented branch" |
| 3794 | msgstr "nueva rama no emparentada" |
| 3795 | |
| 3796 | msgid "update ignored files (default)" |
| 3797 | msgstr "actualizar archivos ignorados (default)" |
| 3798 | |
| 3799 | msgid "do not check if another worktree is holding the given ref" |
| 3800 | msgstr "no averiguar si otro árbol de trabajo contiene la ref entregada" |
| 3801 | |
| 3802 | msgid "checkout our version for unmerged files" |
| 3803 | msgstr "hacer checkout a nuestra versión para archivos sin fusionar" |
| 3804 | |
| 3805 | msgid "checkout their version for unmerged files" |
| 3806 | msgstr "hacer checkout a su versión para los archivos sin fusionar" |
| 3807 | |
| 3808 | msgid "do not limit pathspecs to sparse entries only" |
| 3809 | msgstr "no limitar pathspecs a entradas escasas solamente" |
| 3810 | |
| 3811 | #, c-format |
| 3812 | msgid "options '-%c', '-%c', and '%s' cannot be used together" |
| 3813 | msgstr "las opciones '-%c', '-%c' y '%s' no pueden ser usadas juntas" |
| 3814 | |
| 3815 | msgid "--track needs a branch name" |
| 3816 | msgstr "--track necesita el nombre de una rama" |
| 3817 | |
| 3818 | #, c-format |
| 3819 | msgid "missing branch name; try -%c" |
| 3820 | msgstr "falta nombre de rama; prueba -%c" |
| 3821 | |
| 3822 | #, c-format |
| 3823 | msgid "could not resolve %s" |
| 3824 | msgstr "no se pudo resolver %s" |
| 3825 | |
| 3826 | msgid "invalid path specification" |
| 3827 | msgstr "especificación de ruta inválida" |
| 3828 | |
| 3829 | #, c-format |
| 3830 | msgid "'%s' is not a commit and a branch '%s' cannot be created from it" |
| 3831 | msgstr "'%s' no es un commit y una rama '%s' no puede ser creada desde este" |
| 3832 | |
| 3833 | #, c-format |
| 3834 | msgid "git checkout: --detach does not take a path argument '%s'" |
| 3835 | msgstr "git checkout: --detach no toma un argumento de ruta '%s'" |
| 3836 | |
| 3837 | msgid "" |
| 3838 | "git checkout: --ours/--theirs, --force and --merge are incompatible when\n" |
| 3839 | "checking out of the index." |
| 3840 | msgstr "" |
| 3841 | "git checkout: --ours/--theirs, --force y --merge son incompatibles cuando\n" |
| 3842 | "se revisa fuera del índice." |
| 3843 | |
| 3844 | msgid "you must specify path(s) to restore" |
| 3845 | msgstr "debes especificar path(s) para restaurar" |
| 3846 | |
| 3847 | msgid "branch" |
| 3848 | msgstr "rama" |
| 3849 | |
| 3850 | msgid "create and checkout a new branch" |
| 3851 | msgstr "crear y hacer checkout a una nueva rama" |
| 3852 | |
| 3853 | msgid "create/reset and checkout a branch" |
| 3854 | msgstr "crear/reiniciar y hacer checkout a una rama" |
| 3855 | |
| 3856 | msgid "create reflog for new branch" |
| 3857 | msgstr "crear un reflog para una nueva rama" |
| 3858 | |
| 3859 | msgid "second guess 'git checkout <no-such-branch>' (default)" |
| 3860 | msgstr "cuestionar opción 'git checkout <no-hay-tal-rama>' (default)" |
| 3861 | |
| 3862 | msgid "use overlay mode (default)" |
| 3863 | msgstr "usar modo overlay (default)" |
| 3864 | |
| 3865 | msgid "create and switch to a new branch" |
| 3866 | msgstr "crear y hacer switch a una nueva rama" |
| 3867 | |
| 3868 | msgid "create/reset and switch to a branch" |
| 3869 | msgstr "crear/reiniciar y hacer switch a una rama" |
| 3870 | |
| 3871 | msgid "second guess 'git switch <no-such-branch>'" |
| 3872 | msgstr "cuestionar opción 'git checkout <no-hay-tal-rama>'" |
| 3873 | |
| 3874 | msgid "throw away local modifications" |
| 3875 | msgstr "descartar modificaciones locales" |
| 3876 | |
| 3877 | msgid "which tree-ish to checkout from" |
| 3878 | msgstr "de qué árbol hacer el checkout" |
| 3879 | |
| 3880 | msgid "restore the index" |
| 3881 | msgstr "restaurar el índice" |
| 3882 | |
| 3883 | msgid "restore the working tree (default)" |
| 3884 | msgstr "restaurar el árbol de trabajo (default)" |
| 3885 | |
| 3886 | msgid "ignore unmerged entries" |
| 3887 | msgstr "ignorar entradas no fusionadas" |
| 3888 | |
| 3889 | msgid "use overlay mode" |
| 3890 | msgstr "usar modo overlay" |
| 3891 | |
| 3892 | msgid "" |
| 3893 | "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..." |
| 3894 | msgstr "" |
| 3895 | "git clean [-d] [-f] [-i] [-n] [-q] [-e <patrón>] [-x | -X] [--] <rutas>..." |
| 3896 | |
| 3897 | #, c-format |
| 3898 | msgid "Removing %s\n" |
| 3899 | msgstr "Borrando %s\n" |
| 3900 | |
| 3901 | #, c-format |
| 3902 | msgid "Would remove %s\n" |
| 3903 | msgstr "Será borrado %s\n" |
| 3904 | |
| 3905 | #, c-format |
| 3906 | msgid "Skipping repository %s\n" |
| 3907 | msgstr "Saltando repositorio %s\n" |
| 3908 | |
| 3909 | #, c-format |
| 3910 | msgid "Would skip repository %s\n" |
| 3911 | msgstr "Se saltará repositorio %s\n" |
| 3912 | |
| 3913 | #, c-format |
| 3914 | msgid "failed to remove %s" |
| 3915 | msgstr "falló al borrar %s" |
| 3916 | |
| 3917 | #, c-format |
| 3918 | msgid "could not lstat %s\n" |
| 3919 | msgstr "no se pudo lstat %s\n" |
| 3920 | |
| 3921 | msgid "Refusing to remove current working directory\n" |
| 3922 | msgstr "Rehusando eliminar el directorio de trabajo actual\n" |
| 3923 | |
| 3924 | msgid "Would refuse to remove current working directory\n" |
| 3925 | msgstr "Se rehusaría eliminar el directorio de trabajo actual\n" |
| 3926 | |
| 3927 | #, c-format |
| 3928 | msgid "" |
| 3929 | "Prompt help:\n" |
| 3930 | "1 - select a numbered item\n" |
| 3931 | "foo - select item based on unique prefix\n" |
| 3932 | " - (empty) select nothing\n" |
| 3933 | msgstr "" |
| 3934 | "Ayuda de comandos:\n" |
| 3935 | "1 - seleccionar un objeto por número\n" |
| 3936 | "foo - seleccionar un objeto basado en un prefijo único\n" |
| 3937 | " - (vacío) no elegir nada\n" |
| 3938 | |
| 3939 | #, c-format |
| 3940 | msgid "" |
| 3941 | "Prompt help:\n" |
| 3942 | "1 - select a single item\n" |
| 3943 | "3-5 - select a range of items\n" |
| 3944 | "2-3,6-9 - select multiple ranges\n" |
| 3945 | "foo - select item based on unique prefix\n" |
| 3946 | "-... - unselect specified items\n" |
| 3947 | "* - choose all items\n" |
| 3948 | " - (empty) finish selecting\n" |
| 3949 | msgstr "" |
| 3950 | "Ayuda de comandos:\n" |
| 3951 | "1 - seleccionar un objeto único\n" |
| 3952 | "3-5 - seleccionar un rango de objetos\n" |
| 3953 | "2-3,6-9 - seleccionar múltiples rangos\n" |
| 3954 | "foo - seleccionar un objeto basado en un prefijo único\n" |
| 3955 | "-... - de-seleccionar objetos especificados\n" |
| 3956 | "* - escoger todos los objetos\n" |
| 3957 | " - (vacío) terminar selección\n" |
| 3958 | |
| 3959 | #, c-format, perl-format |
| 3960 | msgid "Huh (%s)?\n" |
| 3961 | msgstr "¿Ahh (%s)?\n" |
| 3962 | |
| 3963 | #, c-format |
| 3964 | msgid "Input ignore patterns>> " |
| 3965 | msgstr "Ingresa los patrones que ignorar>> " |
| 3966 | |
| 3967 | #, c-format |
| 3968 | msgid "WARNING: Cannot find items matched by: %s" |
| 3969 | msgstr "ADVERTENCIA: No se puede encontrar objetos que concuerden con: %s" |
| 3970 | |
| 3971 | msgid "Select items to delete" |
| 3972 | msgstr "Seleccionar objetos para borrar" |
| 3973 | |
| 3974 | #. TRANSLATORS: Make sure to keep [y/N] as is |
| 3975 | #, c-format |
| 3976 | msgid "Remove %s [y/N]? " |
| 3977 | msgstr "¿Borrar %s [y/N]? " |
| 3978 | |
| 3979 | msgid "" |
| 3980 | "clean - start cleaning\n" |
| 3981 | "filter by pattern - exclude items from deletion\n" |
| 3982 | "select by numbers - select items to be deleted by numbers\n" |
| 3983 | "ask each - confirm each deletion (like \"rm -i\")\n" |
| 3984 | "quit - stop cleaning\n" |
| 3985 | "help - this screen\n" |
| 3986 | "? - help for prompt selection" |
| 3987 | msgstr "" |
| 3988 | "clean - comenzar la limpieza\n" |
| 3989 | "filter by pattern - excluir objetos de la eliminación\n" |
| 3990 | "select by numbers - seleccionar objetos a ser borrados por número\n" |
| 3991 | "ask each - confirmar cada eliminación (como \"rm -i\")\n" |
| 3992 | "quit - parar limpieza\n" |
| 3993 | "help - esta pantalla\n" |
| 3994 | "? - ayuda para selección de opciones" |
| 3995 | |
| 3996 | msgid "Would remove the following item:" |
| 3997 | msgid_plural "Would remove the following items:" |
| 3998 | msgstr[0] "Se eliminará el siguiente objeto:" |
| 3999 | msgstr[1] "Se eliminarán los siguientes objetos:" |
| 4000 | |
| 4001 | msgid "No more files to clean, exiting." |
| 4002 | msgstr "No hay más archivos para limpiar, saliendo." |
| 4003 | |
| 4004 | msgid "do not print names of files removed" |
| 4005 | msgstr "no imprimir nombres de archivos borrados" |
| 4006 | |
| 4007 | msgid "force" |
| 4008 | msgstr "forzar" |
| 4009 | |
| 4010 | msgid "interactive cleaning" |
| 4011 | msgstr "limpieza interactiva" |
| 4012 | |
| 4013 | msgid "remove whole directories" |
| 4014 | msgstr "borrar directorios completos" |
| 4015 | |
| 4016 | msgid "pattern" |
| 4017 | msgstr "patrón" |
| 4018 | |
| 4019 | msgid "add <pattern> to ignore rules" |
| 4020 | msgstr "agregar <patrón> a las reglas de ignorancia" |
| 4021 | |
| 4022 | msgid "remove ignored files, too" |
| 4023 | msgstr "borrar archivos ignorados, también" |
| 4024 | |
| 4025 | msgid "remove only ignored files" |
| 4026 | msgstr "borrar solo archivos ignorados" |
| 4027 | |
| 4028 | msgid "" |
| 4029 | "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to " |
| 4030 | "clean" |
| 4031 | msgstr "" |
| 4032 | "clean.requireForce configurado como true y ninguno de -i, -n, ni -f " |
| 4033 | "entregado; rehusando el clean" |
| 4034 | |
| 4035 | msgid "" |
| 4036 | "clean.requireForce defaults to true and neither -i, -n, nor -f given; " |
| 4037 | "refusing to clean" |
| 4038 | msgstr "" |
| 4039 | "clean.requireForce default en true y ninguno de -i, -n, ni -f entregado; " |
| 4040 | "rehusando el clean" |
| 4041 | |
| 4042 | msgid "-x and -X cannot be used together" |
| 4043 | msgstr "-x y -X no pueden ser usadas juntas" |
| 4044 | |
| 4045 | msgid "git clone [<options>] [--] <repo> [<dir>]" |
| 4046 | msgstr "git clone [<opciones>] [--] <repo> [<directorio>]" |
| 4047 | |
| 4048 | msgid "don't clone shallow repository" |
| 4049 | msgstr "no clonar repositorios superficiales" |
| 4050 | |
| 4051 | msgid "don't create a checkout" |
| 4052 | msgstr "no crear checkout" |
| 4053 | |
| 4054 | msgid "create a bare repository" |
| 4055 | msgstr "crear un repositorio vacío" |
| 4056 | |
| 4057 | msgid "create a mirror repository (implies bare)" |
| 4058 | msgstr "crear un repositorio espejo (implica bare)" |
| 4059 | |
| 4060 | msgid "to clone from a local repository" |
| 4061 | msgstr "clonar de un repositorio local" |
| 4062 | |
| 4063 | msgid "don't use local hardlinks, always copy" |
| 4064 | msgstr "no usar hardlinks, siempre copiar" |
| 4065 | |
| 4066 | msgid "setup as shared repository" |
| 4067 | msgstr "configurar como repositorio compartido" |
| 4068 | |
| 4069 | msgid "pathspec" |
| 4070 | msgstr "pathspec" |
| 4071 | |
| 4072 | msgid "initialize submodules in the clone" |
| 4073 | msgstr "inicializar submódulos en el clon" |
| 4074 | |
| 4075 | msgid "number of submodules cloned in parallel" |
| 4076 | msgstr "número de submódulos clonados en paralelo" |
| 4077 | |
| 4078 | msgid "template-directory" |
| 4079 | msgstr "directorio-template" |
| 4080 | |
| 4081 | msgid "directory from which templates will be used" |
| 4082 | msgstr "directorio del cual los templates serán usados" |
| 4083 | |
| 4084 | msgid "reference repository" |
| 4085 | msgstr "repositorio de referencia" |
| 4086 | |
| 4087 | msgid "use --reference only while cloning" |
| 4088 | msgstr "usar --reference solamente si estás clonando" |
| 4089 | |
| 4090 | msgid "name" |
| 4091 | msgstr "nombre" |
| 4092 | |
| 4093 | msgid "use <name> instead of 'origin' to track upstream" |
| 4094 | msgstr "usar <nombre> en lugar de 'origin' para rastrear upstream" |
| 4095 | |
| 4096 | msgid "checkout <branch> instead of the remote's HEAD" |
| 4097 | msgstr "checkout <rama> en lugar de HEAD remota" |
| 4098 | |
| 4099 | msgid "path to git-upload-pack on the remote" |
| 4100 | msgstr "ruta para git-upload-pack en el remoto" |
| 4101 | |
| 4102 | msgid "depth" |
| 4103 | msgstr "profundidad" |
| 4104 | |
| 4105 | msgid "create a shallow clone of that depth" |
| 4106 | msgstr "crear un clon superficial de esa profundidad" |
| 4107 | |
| 4108 | msgid "time" |
| 4109 | msgstr "tiempo" |
| 4110 | |
| 4111 | msgid "create a shallow clone since a specific time" |
| 4112 | msgstr "crear un clon superficial desde el tiempo específico" |
| 4113 | |
| 4114 | msgid "revision" |
| 4115 | msgstr "revisión" |
| 4116 | |
| 4117 | msgid "deepen history of shallow clone, excluding rev" |
| 4118 | msgstr "ahondar historia de clon superficial, excluyendo rev" |
| 4119 | |
| 4120 | msgid "clone only one branch, HEAD or --branch" |
| 4121 | msgstr "clonar solo una rama, HEAD o --branch" |
| 4122 | |
| 4123 | msgid "don't clone any tags, and make later fetches not to follow them" |
| 4124 | msgstr "no clonar ningún tag, y hacer que los subsiguientes fetch no los sigan" |
| 4125 | |
| 4126 | msgid "any cloned submodules will be shallow" |
| 4127 | msgstr "cualquier submódulo clonado será superficial" |
| 4128 | |
| 4129 | msgid "gitdir" |
| 4130 | msgstr "gitdir" |
| 4131 | |
| 4132 | msgid "separate git dir from working tree" |
| 4133 | msgstr "separar git dir del árbol de trabajo" |
| 4134 | |
| 4135 | msgid "key=value" |
| 4136 | msgstr "llave=valor" |
| 4137 | |
| 4138 | msgid "set config inside the new repository" |
| 4139 | msgstr "configurar config dentro del nuevo repositorio" |
| 4140 | |
| 4141 | msgid "server-specific" |
| 4142 | msgstr "específico-al-servidor" |
| 4143 | |
| 4144 | msgid "option to transmit" |
| 4145 | msgstr "opción para trasmitir" |
| 4146 | |
| 4147 | msgid "use IPv4 addresses only" |
| 4148 | msgstr "solo usar direcciones IPv4" |
| 4149 | |
| 4150 | msgid "use IPv6 addresses only" |
| 4151 | msgstr "solo usar direcciones IPv6" |
| 4152 | |
| 4153 | msgid "apply partial clone filters to submodules" |
| 4154 | msgstr "aplicar filtros de clonación parcial a los submódulos" |
| 4155 | |
| 4156 | msgid "any cloned submodules will use their remote-tracking branch" |
| 4157 | msgstr "cualquier submódulo clonado usará su branch de rastreo remoto" |
| 4158 | |
| 4159 | msgid "initialize sparse-checkout file to include only files at root" |
| 4160 | msgstr "" |
| 4161 | "inicializar archivo sparse-checkout para incluir solo archivos en la raíz" |
| 4162 | |
| 4163 | msgid "uri" |
| 4164 | msgstr "uri" |
| 4165 | |
| 4166 | msgid "a URI for downloading bundles before fetching from origin remote" |
| 4167 | msgstr "" |
| 4168 | "un URI para descargar bundles antes de hacer fetch del remoto de origen" |
| 4169 | |
| 4170 | #, c-format |
| 4171 | msgid "info: Could not add alternate for '%s': %s\n" |
| 4172 | msgstr "info: No se pudo agregar un alterno para '%s': %s\n" |
| 4173 | |
| 4174 | #, c-format |
| 4175 | msgid "failed to stat '%s'" |
| 4176 | msgstr "falló al hacer stat en '%s'" |
| 4177 | |
| 4178 | #, c-format |
| 4179 | msgid "%s exists and is not a directory" |
| 4180 | msgstr "%s existe pero no es un directorio" |
| 4181 | |
| 4182 | #, c-format |
| 4183 | msgid "failed to start iterator over '%s'" |
| 4184 | msgstr "falló al iniciar el iterador sobre '%s'" |
| 4185 | |
| 4186 | #, c-format |
| 4187 | msgid "failed to unlink '%s'" |
| 4188 | msgstr "falló al desvincular '%s'" |
| 4189 | |
| 4190 | #, c-format |
| 4191 | msgid "failed to create link '%s'" |
| 4192 | msgstr "falló al crear link '%s'" |
| 4193 | |
| 4194 | #, c-format |
| 4195 | msgid "failed to copy file to '%s'" |
| 4196 | msgstr "falló al copiar archivo a '%s'" |
| 4197 | |
| 4198 | #, c-format |
| 4199 | msgid "failed to iterate over '%s'" |
| 4200 | msgstr "falló al iterar sobre '%s'" |
| 4201 | |
| 4202 | #, c-format |
| 4203 | msgid "done.\n" |
| 4204 | msgstr "hecho.\n" |
| 4205 | |
| 4206 | msgid "" |
| 4207 | "Clone succeeded, but checkout failed.\n" |
| 4208 | "You can inspect what was checked out with 'git status'\n" |
| 4209 | "and retry with 'git restore --source=HEAD :/'\n" |
| 4210 | msgstr "" |
| 4211 | "Clonación exitosa, pero falló el checkout.\n" |
| 4212 | "Puedes inspeccionar a qué se hizo checkout con 'git status'\n" |
| 4213 | "y volver a intentarlo con 'git restore --source=HEAD :/'\n" |
| 4214 | |
| 4215 | #, c-format |
| 4216 | msgid "Could not find remote branch %s to clone." |
| 4217 | msgstr "No se pudo encontrar la rama remota %s para clonar." |
| 4218 | |
| 4219 | msgid "remote did not send all necessary objects" |
| 4220 | msgstr "remoto no mandó todos los objetos necesarios" |
| 4221 | |
| 4222 | #, c-format |
| 4223 | msgid "unable to update %s" |
| 4224 | msgstr "incapaz de actualizar %s" |
| 4225 | |
| 4226 | msgid "failed to initialize sparse-checkout" |
| 4227 | msgstr "falló al inicializar sparse-checkout" |
| 4228 | |
| 4229 | msgid "remote HEAD refers to nonexistent ref, unable to checkout" |
| 4230 | msgstr "" |
| 4231 | "la HEAD remota refiere a una referencia inexistente, no se puede hacer " |
| 4232 | "checkout" |
| 4233 | |
| 4234 | msgid "unable to checkout working tree" |
| 4235 | msgstr "no es posible realizar checkout en el árbol de trabajo" |
| 4236 | |
| 4237 | msgid "unable to write parameters to config file" |
| 4238 | msgstr "no es posible escribir parámetros al archivo config" |
| 4239 | |
| 4240 | msgid "cannot repack to clean up" |
| 4241 | msgstr "no se puede reempaquetar para limpiar" |
| 4242 | |
| 4243 | msgid "cannot unlink temporary alternates file" |
| 4244 | msgstr "no se puede desvincular archivo de alternos temporal" |
| 4245 | |
| 4246 | msgid "Too many arguments." |
| 4247 | msgstr "Demasiados argumentos." |
| 4248 | |
| 4249 | msgid "You must specify a repository to clone." |
| 4250 | msgstr "Tienes que especificar un repositorio para clonar." |
| 4251 | |
| 4252 | #, c-format |
| 4253 | msgid "options '%s' and '%s %s' cannot be used together" |
| 4254 | msgstr "las opciones '%s' y '%s %s' no pueden ser usadas juntas" |
| 4255 | |
| 4256 | msgid "" |
| 4257 | "--bundle-uri is incompatible with --depth, --shallow-since, and --shallow-" |
| 4258 | "exclude" |
| 4259 | msgstr "" |
| 4260 | "--bundle-uri es incompatible con --depth, --shallow-since y --shallow-exclude" |
| 4261 | |
| 4262 | #, c-format |
| 4263 | msgid "repository '%s' does not exist" |
| 4264 | msgstr "repositorio '%s' no existe" |
| 4265 | |
| 4266 | #, c-format |
| 4267 | msgid "depth %s is not a positive number" |
| 4268 | msgstr "profundidad %s no es un número positivo" |
| 4269 | |
| 4270 | #, c-format |
| 4271 | msgid "destination path '%s' already exists and is not an empty directory." |
| 4272 | msgstr "la ruta de destino '%s' ya existe y no es un directorio vacío." |
| 4273 | |
| 4274 | #, c-format |
| 4275 | msgid "repository path '%s' already exists and is not an empty directory." |
| 4276 | msgstr "la ruta del repositorio '%s' ya existe y no es un directorio vacío." |
| 4277 | |
| 4278 | #, c-format |
| 4279 | msgid "working tree '%s' already exists." |
| 4280 | msgstr "directorio de trabajo '%s' ya existe." |
| 4281 | |
| 4282 | #, c-format |
| 4283 | msgid "could not create leading directories of '%s'" |
| 4284 | msgstr "no se pudo crear directorios principales de '%s'" |
| 4285 | |
| 4286 | #, c-format |
| 4287 | msgid "could not create work tree dir '%s'" |
| 4288 | msgstr "no se pudo crear un árbol de trabajo '%s'" |
| 4289 | |
| 4290 | #, c-format |
| 4291 | msgid "Cloning into bare repository '%s'...\n" |
| 4292 | msgstr "Clonando en un repositorio vacío '%s'...\n" |
| 4293 | |
| 4294 | #, c-format |
| 4295 | msgid "Cloning into '%s'...\n" |
| 4296 | msgstr "Clonando en '%s'...\n" |
| 4297 | |
| 4298 | msgid "" |
| 4299 | "clone --recursive is not compatible with both --reference and --reference-if-" |
| 4300 | "able" |
| 4301 | msgstr "" |
| 4302 | "clone --recursive no es compatible con --reference y --reference-if-able al " |
| 4303 | "mismo tiempo" |
| 4304 | |
| 4305 | #, c-format |
| 4306 | msgid "'%s' is not a valid remote name" |
| 4307 | msgstr "'%s' no es un nombre remoto válido" |
| 4308 | |
| 4309 | msgid "--depth is ignored in local clones; use file:// instead." |
| 4310 | msgstr "--depth es ignorada en clonaciones locales; usa file:// más bien." |
| 4311 | |
| 4312 | msgid "--shallow-since is ignored in local clones; use file:// instead." |
| 4313 | msgstr "" |
| 4314 | "--shallow-since es ignorado en clonaciones locales; usa file:// en su lugar." |
| 4315 | |
| 4316 | msgid "--shallow-exclude is ignored in local clones; use file:// instead." |
| 4317 | msgstr "" |
| 4318 | "--shallow-exclude es ignorado en clonaciones locales; usa file:// en su " |
| 4319 | "lugar." |
| 4320 | |
| 4321 | msgid "--filter is ignored in local clones; use file:// instead." |
| 4322 | msgstr "--filter es ignorado en clonaciones locales; usa file:// en su lugar." |
| 4323 | |
| 4324 | msgid "source repository is shallow, reject to clone." |
| 4325 | msgstr "el repositorio fuente es superficial, rechazando clonado." |
| 4326 | |
| 4327 | msgid "source repository is shallow, ignoring --local" |
| 4328 | msgstr "repositorio fuente es superficial, ignorando --local" |
| 4329 | |
| 4330 | msgid "--local is ignored" |
| 4331 | msgstr "--local es ignorado" |
| 4332 | |
| 4333 | msgid "cannot clone from filtered bundle" |
| 4334 | msgstr "no se puede clonar de un bundle filtrado" |
| 4335 | |
| 4336 | msgid "failed to initialize the repo, skipping bundle URI" |
| 4337 | msgstr "falló al inicializar el repositorio, saltando el URI de bundle" |
| 4338 | |
| 4339 | #, c-format |
| 4340 | msgid "failed to fetch objects from bundle URI '%s'" |
| 4341 | msgstr "falló al hacer fetch de objetos del URI de bundle '%s'" |
| 4342 | |
| 4343 | msgid "remote transport reported error" |
| 4344 | msgstr "transporte remoto reportó error" |
| 4345 | |
| 4346 | #, c-format |
| 4347 | msgid "Remote branch %s not found in upstream %s" |
| 4348 | msgstr "Rama remota %s no encontrada en upstream %s" |
| 4349 | |
| 4350 | msgid "You appear to have cloned an empty repository." |
| 4351 | msgstr "Pareces haber clonado un repositorio sin contenido." |
| 4352 | |
| 4353 | msgid "git column [<options>]" |
| 4354 | msgstr "git column [<opciones>]" |
| 4355 | |
| 4356 | msgid "lookup config vars" |
| 4357 | msgstr "revisa las variables de configuración" |
| 4358 | |
| 4359 | msgid "layout to use" |
| 4360 | msgstr "disposición a usar" |
| 4361 | |
| 4362 | msgid "maximum width" |
| 4363 | msgstr "ancho máximo" |
| 4364 | |
| 4365 | msgid "padding space on left border" |
| 4366 | msgstr "espacio padding en el borde izquierdo" |
| 4367 | |
| 4368 | msgid "padding space on right border" |
| 4369 | msgstr "espacio padding en el borde derecho" |
| 4370 | |
| 4371 | msgid "padding space between columns" |
| 4372 | msgstr "espacio padding entre columnas" |
| 4373 | |
| 4374 | msgid "--command must be the first argument" |
| 4375 | msgstr "--command debe ser el primer argumento" |
| 4376 | |
| 4377 | msgid "" |
| 4378 | "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]" |
| 4379 | msgstr "" |
| 4380 | "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]" |
| 4381 | |
| 4382 | msgid "" |
| 4383 | "git commit-graph write [--object-dir <objdir>] [--append] [--" |
| 4384 | "split[=<strategy>]] [--reachable|--stdin-packs|--stdin-commits] [--changed-" |
| 4385 | "paths] [--[no-]max-new-filters <n>] [--[no-]progress] <split options>" |
| 4386 | msgstr "" |
| 4387 | "git commit-graph write [--object-dir <objdir>] [--append] [--" |
| 4388 | "split[=<estrategia>]] [--reachable|--stdin-packs|--stdin-commits] [--changed-" |
| 4389 | "paths] [--[no-]max-new-filters <n>] [--[no-]progress] <opciones de split>" |
| 4390 | |
| 4391 | msgid "dir" |
| 4392 | msgstr "dir" |
| 4393 | |
| 4394 | msgid "the object directory to store the graph" |
| 4395 | msgstr "el directorio de objetos en que guardar el gráfico" |
| 4396 | |
| 4397 | msgid "if the commit-graph is split, only verify the tip file" |
| 4398 | msgstr "si el commit-graph está cortado, solo verifica el archivo tope" |
| 4399 | |
| 4400 | #, c-format |
| 4401 | msgid "Could not open commit-graph '%s'" |
| 4402 | msgstr "No se pudo abrir commit-graph '%s'" |
| 4403 | |
| 4404 | #, c-format |
| 4405 | msgid "unrecognized --split argument, %s" |
| 4406 | msgstr "argumento --split no reconocido, %s" |
| 4407 | |
| 4408 | #, c-format |
| 4409 | msgid "unexpected non-hex object ID: %s" |
| 4410 | msgstr "ID de objeto no hex inesperado: %s" |
| 4411 | |
| 4412 | #, c-format |
| 4413 | msgid "invalid object: %s" |
| 4414 | msgstr "no es un objeto válido: %s" |
| 4415 | |
| 4416 | #, c-format |
| 4417 | msgid "option `%s' expects a numerical value" |
| 4418 | msgstr "opción `%s' espera un valor numérico" |
| 4419 | |
| 4420 | msgid "start walk at all refs" |
| 4421 | msgstr "comenzar recorrido en todas las refs" |
| 4422 | |
| 4423 | msgid "scan pack-indexes listed by stdin for commits" |
| 4424 | msgstr "escanear paquete de índices por stdin por commits" |
| 4425 | |
| 4426 | msgid "start walk at commits listed by stdin" |
| 4427 | msgstr "comenzar recorrido a los commits listados por stdin" |
| 4428 | |
| 4429 | msgid "include all commits already in the commit-graph file" |
| 4430 | msgstr "incluir todos los commits que ya están en el archivo commit-graph" |
| 4431 | |
| 4432 | msgid "enable computation for changed paths" |
| 4433 | msgstr "habilitar computación para rutas cambiadas" |
| 4434 | |
| 4435 | msgid "allow writing an incremental commit-graph file" |
| 4436 | msgstr "permitir escribir un archivo commit-graph incremental" |
| 4437 | |
| 4438 | msgid "maximum number of commits in a non-base split commit-graph" |
| 4439 | msgstr "número máximo de commits en un commit-graph sin base cortada" |
| 4440 | |
| 4441 | msgid "maximum ratio between two levels of a split commit-graph" |
| 4442 | msgstr "razón máxima entre dos niveles de corte de commit-graph" |
| 4443 | |
| 4444 | msgid "only expire files older than a given date-time" |
| 4445 | msgstr "solo caducar objetos más viejos a una fecha dada" |
| 4446 | |
| 4447 | msgid "maximum number of changed-path Bloom filters to compute" |
| 4448 | msgstr "número máximo de cambios de ruta de filtro Bloom para computar" |
| 4449 | |
| 4450 | msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs" |
| 4451 | msgstr "usa como máximo uno de --reachable, --stdin-commits, o --stdin-packs" |
| 4452 | |
| 4453 | msgid "Collecting commits from input" |
| 4454 | msgstr "Recolectando commits del input" |
| 4455 | |
| 4456 | msgid "" |
| 4457 | "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F " |
| 4458 | "<file>)...] <tree>" |
| 4459 | msgstr "" |
| 4460 | "git commit-tree [(-p <padre>)...] [-S[<keyid>]] [(-m <mensaje>)...] [(-F " |
| 4461 | "<archivo>)...] <árbol>" |
| 4462 | |
| 4463 | #, c-format |
| 4464 | msgid "duplicate parent %s ignored" |
| 4465 | msgstr "padre duplicado %s ignorado" |
| 4466 | |
| 4467 | #, c-format |
| 4468 | msgid "not a valid object name %s" |
| 4469 | msgstr "no es un nombre de objeto válido %s" |
| 4470 | |
| 4471 | #, c-format |
| 4472 | msgid "git commit-tree: failed to read '%s'" |
| 4473 | msgstr "git commit-tree: falló al leer '%s'" |
| 4474 | |
| 4475 | #, c-format |
| 4476 | msgid "git commit-tree: failed to close '%s'" |
| 4477 | msgstr "git commit-tree: falló al cerrar '%s'" |
| 4478 | |
| 4479 | msgid "parent" |
| 4480 | msgstr "padre" |
| 4481 | |
| 4482 | msgid "id of a parent commit object" |
| 4483 | msgstr "id del objeto commit padre" |
| 4484 | |
| 4485 | msgid "message" |
| 4486 | msgstr "mensaje" |
| 4487 | |
| 4488 | msgid "commit message" |
| 4489 | msgstr "mensaje del commit" |
| 4490 | |
| 4491 | msgid "read commit log message from file" |
| 4492 | msgstr "leer mensaje de commit desde un archivo" |
| 4493 | |
| 4494 | msgid "GPG sign commit" |
| 4495 | msgstr "Firmar commit con GPG" |
| 4496 | |
| 4497 | msgid "must give exactly one tree" |
| 4498 | msgstr "hay que dar exactamente un árbol" |
| 4499 | |
| 4500 | msgid "git commit-tree: failed to read" |
| 4501 | msgstr "git commit-tree: falló al leer" |
| 4502 | |
| 4503 | msgid "git commit [<options>] [--] <pathspec>..." |
| 4504 | msgstr "git commit [<opciones>] [--] <especificación-de-ruta>..." |
| 4505 | |
| 4506 | msgid "git status [<options>] [--] <pathspec>..." |
| 4507 | msgstr "git status [<opciones>] [--] <especificación-de-ruta>..." |
| 4508 | |
| 4509 | msgid "" |
| 4510 | "You asked to amend the most recent commit, but doing so would make\n" |
| 4511 | "it empty. You can repeat your command with --allow-empty, or you can\n" |
| 4512 | "remove the commit entirely with \"git reset HEAD^\".\n" |
| 4513 | msgstr "" |
| 4514 | "Has solicitado enmendar tu commit más reciente, pero hacerlo lo\n" |
| 4515 | "vaciaría. Puedes repetir el comando con --allow-empty, o puedes eliminar\n" |
| 4516 | "el commit completamente con \"git reset HEAD^\".\n" |
| 4517 | |
| 4518 | msgid "" |
| 4519 | "The previous cherry-pick is now empty, possibly due to conflict resolution.\n" |
| 4520 | "If you wish to commit it anyway, use:\n" |
| 4521 | "\n" |
| 4522 | " git commit --allow-empty\n" |
| 4523 | "\n" |
| 4524 | msgstr "" |
| 4525 | "El cherry-pick anterior ahora está vacío, posiblemente por un conflicto de " |
| 4526 | "resolución.\n" |
| 4527 | "Si deseas realizar un commit de todas maneras, usa:\n" |
| 4528 | "\n" |
| 4529 | " git commit --allow-empty\n" |
| 4530 | "\n" |
| 4531 | |
| 4532 | msgid "Otherwise, please use 'git rebase --skip'\n" |
| 4533 | msgstr "Caso contrario, por favor usa 'git rebase --skip'\n" |
| 4534 | |
| 4535 | msgid "Otherwise, please use 'git cherry-pick --skip'\n" |
| 4536 | msgstr "Caso contrario, por favor usa 'git cherry-pick --skip'\n" |
| 4537 | |
| 4538 | msgid "" |
| 4539 | "and then use:\n" |
| 4540 | "\n" |
| 4541 | " git cherry-pick --continue\n" |
| 4542 | "\n" |
| 4543 | "to resume cherry-picking the remaining commits.\n" |
| 4544 | "If you wish to skip this commit, use:\n" |
| 4545 | "\n" |
| 4546 | " git cherry-pick --skip\n" |
| 4547 | "\n" |
| 4548 | msgstr "" |
| 4549 | "y luego usa:\n" |
| 4550 | "\n" |
| 4551 | " git cherry-pick --continue\n" |
| 4552 | "\n" |
| 4553 | "para resumir el cherry-pick con los commits faltantes.\n" |
| 4554 | "Si deseas saltar el commit, usa:\n" |
| 4555 | "\n" |
| 4556 | " git cherry-pick --skip\n" |
| 4557 | "\n" |
| 4558 | |
| 4559 | msgid "failed to unpack HEAD tree object" |
| 4560 | msgstr "falló al desempaquetar objeto del árbol HEAD" |
| 4561 | |
| 4562 | msgid "No paths with --include/--only does not make sense." |
| 4563 | msgstr "--include/--only sin ruta no tiene sentido." |
| 4564 | |
| 4565 | msgid "unable to create temporary index" |
| 4566 | msgstr "no es posible crear un índice temporal" |
| 4567 | |
| 4568 | msgid "interactive add failed" |
| 4569 | msgstr "adición interactiva fallida" |
| 4570 | |
| 4571 | msgid "unable to update temporary index" |
| 4572 | msgstr "no es posible actualizar el índice temporal" |
| 4573 | |
| 4574 | msgid "Failed to update main cache tree" |
| 4575 | msgstr "Falló al actualizar el árbol de caché principal" |
| 4576 | |
| 4577 | msgid "unable to write new_index file" |
| 4578 | msgstr "no es posible escribir archivo new_index" |
| 4579 | |
| 4580 | msgid "cannot do a partial commit during a merge." |
| 4581 | msgstr "no se puede realizar un commit parcial durante una fusión." |
| 4582 | |
| 4583 | msgid "cannot do a partial commit during a cherry-pick." |
| 4584 | msgstr "no se puede realizar un commit parcial durante un cherry-pick." |
| 4585 | |
| 4586 | msgid "cannot do a partial commit during a rebase." |
| 4587 | msgstr "no se puede realizar un commit parcial durante un rebase." |
| 4588 | |
| 4589 | msgid "cannot read the index" |
| 4590 | msgstr "no se puede leer el índice" |
| 4591 | |
| 4592 | msgid "unable to write temporary index file" |
| 4593 | msgstr "no es posible escribir el índice temporal" |
| 4594 | |
| 4595 | #, c-format |
| 4596 | msgid "commit '%s' lacks author header" |
| 4597 | msgstr "commit '%s' requiere cabecera de autor" |
| 4598 | |
| 4599 | #, c-format |
| 4600 | msgid "commit '%s' has malformed author line" |
| 4601 | msgstr "el commit '%s' tiene una línea de autor mal formada" |
| 4602 | |
| 4603 | msgid "malformed --author parameter" |
| 4604 | msgstr "parámetro --author mal formado" |
| 4605 | |
| 4606 | #, c-format |
| 4607 | msgid "invalid date format: %s" |
| 4608 | msgstr "formato de fecha inválido: %s" |
| 4609 | |
| 4610 | msgid "" |
| 4611 | "unable to select a comment character that is not used\n" |
| 4612 | "in the current commit message" |
| 4613 | msgstr "" |
| 4614 | "no es posible seleccionar un carácter de comentario que no sea usado\n" |
| 4615 | "en el mensaje de commit actual" |
| 4616 | |
| 4617 | #, c-format |
| 4618 | msgid "could not lookup commit %s" |
| 4619 | msgstr "no se pudo revisar el commit %s" |
| 4620 | |
| 4621 | #, c-format |
| 4622 | msgid "(reading log message from standard input)\n" |
| 4623 | msgstr "(leyendo mensajes de logs desde standard input)\n" |
| 4624 | |
| 4625 | msgid "could not read log from standard input" |
| 4626 | msgstr "no se pudo leer log desde standard input" |
| 4627 | |
| 4628 | #, c-format |
| 4629 | msgid "could not read log file '%s'" |
| 4630 | msgstr "no se pudo leer el log '%s'" |
| 4631 | |
| 4632 | #, c-format |
| 4633 | msgid "options '%s' and '%s:%s' cannot be used together" |
| 4634 | msgstr "las opciones '%s' y '%s:%s' no pueden ser usadas juntas" |
| 4635 | |
| 4636 | msgid "could not read SQUASH_MSG" |
| 4637 | msgstr "no se pudo leer SQUASH_MSG" |
| 4638 | |
| 4639 | msgid "could not read MERGE_MSG" |
| 4640 | msgstr "no se pudo leer MERGE_MSG" |
| 4641 | |
| 4642 | #, c-format |
| 4643 | msgid "could not open '%s'" |
| 4644 | msgstr "no se pudo abrir '%s'" |
| 4645 | |
| 4646 | msgid "could not write commit template" |
| 4647 | msgstr "no se pudo escribir el template del commit" |
| 4648 | |
| 4649 | #, c-format |
| 4650 | msgid "" |
| 4651 | "Please enter the commit message for your changes. Lines starting\n" |
| 4652 | "with '%c' will be ignored.\n" |
| 4653 | msgstr "" |
| 4654 | "Por favor ingresa el mensaje del commit para tus cambios. Las\n" |
| 4655 | " líneas que comiencen con '%c' serán ignoradas.\n" |
| 4656 | |
| 4657 | #, c-format |
| 4658 | msgid "" |
| 4659 | "Please enter the commit message for your changes. Lines starting\n" |
| 4660 | "with '%c' will be ignored, and an empty message aborts the commit.\n" |
| 4661 | msgstr "" |
| 4662 | "Por favor ingresa el mensaje del commit para tus cambios. Las\n" |
| 4663 | " líneas que comiencen con '%c' serán ignoradas, y un mensaje\n" |
| 4664 | " vacío aborta el commit.\n" |
| 4665 | |
| 4666 | #, c-format |
| 4667 | msgid "" |
| 4668 | "Please enter the commit message for your changes. Lines starting\n" |
| 4669 | "with '%c' will be kept; you may remove them yourself if you want to.\n" |
| 4670 | msgstr "" |
| 4671 | "Por favor ingresa el mensaje del commit para tus cambios. Las\n" |
| 4672 | " líneas que comiencen con '%c' serán guardadas; puedes eliminarlas\n" |
| 4673 | " tú mismo si lo deseas.\n" |
| 4674 | |
| 4675 | #, c-format |
| 4676 | msgid "" |
| 4677 | "Please enter the commit message for your changes. Lines starting\n" |
| 4678 | "with '%c' will be kept; you may remove them yourself if you want to.\n" |
| 4679 | "An empty message aborts the commit.\n" |
| 4680 | msgstr "" |
| 4681 | "Por favor ingresa el mensaje del commit para tus cambios. Las\n" |
| 4682 | " líneas que comiencen con '%c' serán guardadas; puedes eliminarlas\n" |
| 4683 | " tú mismo si lo deseas.\n" |
| 4684 | "Un mensaje vacío aborta el commit.\n" |
| 4685 | |
| 4686 | msgid "" |
| 4687 | "\n" |
| 4688 | "It looks like you may be committing a merge.\n" |
| 4689 | "If this is not correct, please run\n" |
| 4690 | "\tgit update-ref -d MERGE_HEAD\n" |
| 4691 | "and try again.\n" |
| 4692 | msgstr "" |
| 4693 | "\n" |
| 4694 | "Parece que estás realizando una fusión.\n" |
| 4695 | "Si esto no es correcto, ejecuta\n" |
| 4696 | "\tgit update-ref -d MERGE_HEAD\n" |
| 4697 | "e intenta de nuevo.\n" |
| 4698 | |
| 4699 | msgid "" |
| 4700 | "\n" |
| 4701 | "It looks like you may be committing a cherry-pick.\n" |
| 4702 | "If this is not correct, please run\n" |
| 4703 | "\tgit update-ref -d CHERRY_PICK_HEAD\n" |
| 4704 | "and try again.\n" |
| 4705 | msgstr "" |
| 4706 | "\n" |
| 4707 | "Parece que puedes estar cometiendo una selección de cerezas.\n" |
| 4708 | "Si esto no es correcto, ejecuta\n" |
| 4709 | "\tgit update-ref -d CHERRY_PICK_HEAD\n" |
| 4710 | "e intenta de nuevo.\n" |
| 4711 | |
| 4712 | #, c-format |
| 4713 | msgid "%sAuthor: %.*s <%.*s>" |
| 4714 | msgstr "%sAutor: %.*s <%.*s>" |
| 4715 | |
| 4716 | #, c-format |
| 4717 | msgid "%sDate: %s" |
| 4718 | msgstr "%sFecha: %s" |
| 4719 | |
| 4720 | #, c-format |
| 4721 | msgid "%sCommitter: %.*s <%.*s>" |
| 4722 | msgstr "%sCommitter: %.*s <%.*s>" |
| 4723 | |
| 4724 | msgid "Cannot read index" |
| 4725 | msgstr "No se puede leer el índice" |
| 4726 | |
| 4727 | msgid "unable to pass trailers to --trailers" |
| 4728 | msgstr "no se puede pasar trailers a --trailers" |
| 4729 | |
| 4730 | msgid "Error building trees" |
| 4731 | msgstr "Error al construir los árboles" |
| 4732 | |
| 4733 | #, c-format |
| 4734 | msgid "Please supply the message using either -m or -F option.\n" |
| 4735 | msgstr "Por favor suministra el mensaje usando las opciones -m o -F.\n" |
| 4736 | |
| 4737 | #, c-format |
| 4738 | msgid "--author '%s' is not 'Name <email>' and matches no existing author" |
| 4739 | msgstr "" |
| 4740 | "--author '%s' no está en el formato 'Name <email>' y no concuerda con ningún " |
| 4741 | "autor existente" |
| 4742 | |
| 4743 | #, c-format |
| 4744 | msgid "Invalid ignored mode '%s'" |
| 4745 | msgstr "Modo de ignorancia inválido '%s'" |
| 4746 | |
| 4747 | #, c-format |
| 4748 | msgid "Invalid untracked files mode '%s'" |
| 4749 | msgstr "Modo inválido de archivos no rastreados '%s'" |
| 4750 | |
| 4751 | msgid "You are in the middle of a merge -- cannot reword." |
| 4752 | msgstr "Estás en medio de una fusión -- no se puede refrasear." |
| 4753 | |
| 4754 | msgid "You are in the middle of a cherry-pick -- cannot reword." |
| 4755 | msgstr "Estás en medio de un cherry-pick -- no se puede refrasear." |
| 4756 | |
| 4757 | #, c-format |
| 4758 | msgid "reword option of '%s' and path '%s' cannot be used together" |
| 4759 | msgstr "la opción reword de '%s' y la ruta '%s' no pueden ser usadas juntas" |
| 4760 | |
| 4761 | #, c-format |
| 4762 | msgid "reword option of '%s' and '%s' cannot be used together" |
| 4763 | msgstr "la opción reword de '%s' y '%s' no pueden ser usadas juntas" |
| 4764 | |
| 4765 | msgid "You have nothing to amend." |
| 4766 | msgstr "No tienes nada que enmendar." |
| 4767 | |
| 4768 | msgid "You are in the middle of a merge -- cannot amend." |
| 4769 | msgstr "Estás en medio de una fusión -- no puedes enmendar." |
| 4770 | |
| 4771 | msgid "You are in the middle of a cherry-pick -- cannot amend." |
| 4772 | msgstr "Estás en medio de un cherry-pick -- no se puede enmendar." |
| 4773 | |
| 4774 | msgid "You are in the middle of a rebase -- cannot amend." |
| 4775 | msgstr "Estás en medio de una fusión -- no puedes enmendar." |
| 4776 | |
| 4777 | msgid "--reset-author can be used only with -C, -c or --amend." |
| 4778 | msgstr "--reset-author solo puede ser usada con -C, -c o --amend." |
| 4779 | |
| 4780 | #, c-format |
| 4781 | msgid "unknown option: --fixup=%s:%s" |
| 4782 | msgstr "opción desconocida: --fixup=%s:%s" |
| 4783 | |
| 4784 | #, c-format |
| 4785 | msgid "paths '%s ...' with -a does not make sense" |
| 4786 | msgstr "paths '%s ...' con -a no tiene sentido" |
| 4787 | |
| 4788 | msgid "show status concisely" |
| 4789 | msgstr "mostrar status de manera concisa" |
| 4790 | |
| 4791 | msgid "show branch information" |
| 4792 | msgstr "mostrar información de la rama" |
| 4793 | |
| 4794 | msgid "show stash information" |
| 4795 | msgstr "mostrar información del stash" |
| 4796 | |
| 4797 | msgid "compute full ahead/behind values" |
| 4798 | msgstr "calcular todos los valores delante/atrás" |
| 4799 | |
| 4800 | msgid "version" |
| 4801 | msgstr "versión" |
| 4802 | |
| 4803 | msgid "machine-readable output" |
| 4804 | msgstr "output en formato de máquina" |
| 4805 | |
| 4806 | msgid "show status in long format (default)" |
| 4807 | msgstr "mostrar status en formato largo (default)" |
| 4808 | |
| 4809 | msgid "terminate entries with NUL" |
| 4810 | msgstr "terminar entradas con NUL" |
| 4811 | |
| 4812 | msgid "show untracked files, optional modes: all, normal, no. (Default: all)" |
| 4813 | msgstr "" |
| 4814 | "mostrar archivos sin seguimiento, modos opcionales: all, normal, no. " |
| 4815 | "(Predeterminado: all)" |
| 4816 | |
| 4817 | msgid "" |
| 4818 | "show ignored files, optional modes: traditional, matching, no. (Default: " |
| 4819 | "traditional)" |
| 4820 | msgstr "" |
| 4821 | "mostrar archivos ignorados, modos opcionales: traditional, matching, no. " |
| 4822 | "(Predeterminado: traditional)" |
| 4823 | |
| 4824 | msgid "when" |
| 4825 | msgstr "cuando" |
| 4826 | |
| 4827 | msgid "" |
| 4828 | "ignore changes to submodules, optional when: all, dirty, untracked. " |
| 4829 | "(Default: all)" |
| 4830 | msgstr "" |
| 4831 | "ignorar cambios en submódulos, opcional cuando: all, dirty, untracked. " |
| 4832 | "(Default: all)" |
| 4833 | |
| 4834 | msgid "list untracked files in columns" |
| 4835 | msgstr "listar en columnas los archivos sin seguimiento" |
| 4836 | |
| 4837 | msgid "do not detect renames" |
| 4838 | msgstr "no detectar renombrados" |
| 4839 | |
| 4840 | msgid "detect renames, optionally set similarity index" |
| 4841 | msgstr "detectar renombrados, opcionalmente configurar similaridad de índice" |
| 4842 | |
| 4843 | msgid "Unsupported combination of ignored and untracked-files arguments" |
| 4844 | msgstr "" |
| 4845 | "Combinación de argumentos de archivos ignorados y no rastreados no soportada" |
| 4846 | |
| 4847 | msgid "suppress summary after successful commit" |
| 4848 | msgstr "suprimir summary tras un commit exitoso" |
| 4849 | |
| 4850 | msgid "show diff in commit message template" |
| 4851 | msgstr "mostrar diff en el template del mensaje de commit" |
| 4852 | |
| 4853 | msgid "Commit message options" |
| 4854 | msgstr "Opciones para el mensaje del commit" |
| 4855 | |
| 4856 | msgid "read message from file" |
| 4857 | msgstr "leer mensaje desde un archivo" |
| 4858 | |
| 4859 | msgid "author" |
| 4860 | msgstr "autor" |
| 4861 | |
| 4862 | msgid "override author for commit" |
| 4863 | msgstr "sobrescribir el autor del commit" |
| 4864 | |
| 4865 | msgid "date" |
| 4866 | msgstr "fecha" |
| 4867 | |
| 4868 | msgid "override date for commit" |
| 4869 | msgstr "sobrescribir la fecha del commit" |
| 4870 | |
| 4871 | msgid "commit" |
| 4872 | msgstr "confirmar" |
| 4873 | |
| 4874 | msgid "reuse and edit message from specified commit" |
| 4875 | msgstr "reusar y editar el mensaje de un commit específico" |
| 4876 | |
| 4877 | msgid "reuse message from specified commit" |
| 4878 | msgstr "reusar el mensaje de un commit específico" |
| 4879 | |
| 4880 | #. TRANSLATORS: Leave "[(amend|reword):]" as-is, |
| 4881 | #. and only translate <commit>. |
| 4882 | #. |
| 4883 | msgid "[(amend|reword):]commit" |
| 4884 | msgstr "[(amend|reword):]commit" |
| 4885 | |
| 4886 | msgid "" |
| 4887 | "use autosquash formatted message to fixup or amend/reword specified commit" |
| 4888 | msgstr "" |
| 4889 | "usar mensaje de formato autosquash para arreglar o amend/reword el commit " |
| 4890 | "especificado" |
| 4891 | |
| 4892 | msgid "use autosquash formatted message to squash specified commit" |
| 4893 | msgstr "" |
| 4894 | "usar el mensaje de formato autosquash para realizar squash al commit " |
| 4895 | "especificado" |
| 4896 | |
| 4897 | msgid "the commit is authored by me now (used with -C/-c/--amend)" |
| 4898 | msgstr "el autor del commit soy yo ahora (usado con -C/-c/--amend)" |
| 4899 | |
| 4900 | msgid "trailer" |
| 4901 | msgstr "trailer" |
| 4902 | |
| 4903 | msgid "add custom trailer(s)" |
| 4904 | msgstr "agregando trailer(s) personalizados" |
| 4905 | |
| 4906 | msgid "add a Signed-off-by trailer" |
| 4907 | msgstr "agregar una línea Signed-off-by al final" |
| 4908 | |
| 4909 | msgid "use specified template file" |
| 4910 | msgstr "usar archivo de template especificado" |
| 4911 | |
| 4912 | msgid "force edit of commit" |
| 4913 | msgstr "forzar la edición del commit" |
| 4914 | |
| 4915 | msgid "include status in commit message template" |
| 4916 | msgstr "incluir status en el template del mensaje de commit" |
| 4917 | |
| 4918 | msgid "Commit contents options" |
| 4919 | msgstr "Opciones para el contenido del commit" |
| 4920 | |
| 4921 | msgid "commit all changed files" |
| 4922 | msgstr "confirmar todos los archivos cambiados" |
| 4923 | |
| 4924 | msgid "add specified files to index for commit" |
| 4925 | msgstr "agregar archivos específicos al índice para confirmar" |
| 4926 | |
| 4927 | msgid "interactively add files" |
| 4928 | msgstr "agregar archivos interactivamente" |
| 4929 | |
| 4930 | msgid "interactively add changes" |
| 4931 | msgstr "agregar cambios interactivamente" |
| 4932 | |
| 4933 | msgid "commit only specified files" |
| 4934 | msgstr "solo confirmar archivos específicos" |
| 4935 | |
| 4936 | msgid "bypass pre-commit and commit-msg hooks" |
| 4937 | msgstr "evitar los capturadores (hooks) de pre-commit y commit-msg" |
| 4938 | |
| 4939 | msgid "show what would be committed" |
| 4940 | msgstr "mostrar lo que sería incluido en el commit" |
| 4941 | |
| 4942 | msgid "amend previous commit" |
| 4943 | msgstr "enmendar commit previo" |
| 4944 | |
| 4945 | msgid "bypass post-rewrite hook" |
| 4946 | msgstr "saltar el gancho de postreescritura" |
| 4947 | |
| 4948 | msgid "ok to record an empty change" |
| 4949 | msgstr "vale grabar un cambio vacío" |
| 4950 | |
| 4951 | msgid "ok to record a change with an empty message" |
| 4952 | msgstr "vale grabar un cambio con un mensaje vacío" |
| 4953 | |
| 4954 | msgid "could not parse HEAD commit" |
| 4955 | msgstr "no se pudo analizar el commit de HEAD" |
| 4956 | |
| 4957 | #, c-format |
| 4958 | msgid "Corrupt MERGE_HEAD file (%s)" |
| 4959 | msgstr "Archivo MERGE_HEAD (%s) corrupto" |
| 4960 | |
| 4961 | msgid "could not read MERGE_MODE" |
| 4962 | msgstr "no se pudo leer MERGE_MODE" |
| 4963 | |
| 4964 | #, c-format |
| 4965 | msgid "could not read commit message: %s" |
| 4966 | msgstr "no se pudo leer el mensaje de commit: %s" |
| 4967 | |
| 4968 | #, c-format |
| 4969 | msgid "Aborting commit due to empty commit message.\n" |
| 4970 | msgstr "Abortando commit debido que el mensaje está en blanco.\n" |
| 4971 | |
| 4972 | #, c-format |
| 4973 | msgid "Aborting commit; you did not edit the message.\n" |
| 4974 | msgstr "Abortando commit; no se ha editado el mensaje.\n" |
| 4975 | |
| 4976 | #, c-format |
| 4977 | msgid "Aborting commit due to empty commit message body.\n" |
| 4978 | msgstr "Abortando commit debido que el cuerpo del mensaje está en blanco.\n" |
| 4979 | |
| 4980 | msgid "" |
| 4981 | "repository has been updated, but unable to write\n" |
| 4982 | "new_index file. Check that disk is not full and quota is\n" |
| 4983 | "not exceeded, and then \"git restore --staged :/\" to recover." |
| 4984 | msgstr "" |
| 4985 | "el repositorio ha sido actualizado, pero no se pudo escribir el archivo\n" |
| 4986 | "new_index. Verifica que el disco no esté lleno y la cuota no haya\n" |
| 4987 | "sido superada, y luego \"git restore --staged :/\" para recuperar." |
| 4988 | |
| 4989 | msgid "git config [<options>]" |
| 4990 | msgstr "git config [<opciones>]" |
| 4991 | |
| 4992 | #, c-format |
| 4993 | msgid "unrecognized --type argument, %s" |
| 4994 | msgstr "argumento --type no reconocido, %s" |
| 4995 | |
| 4996 | msgid "only one type at a time" |
| 4997 | msgstr "solo un tipo a la vez" |
| 4998 | |
| 4999 | msgid "Config file location" |
| 5000 | msgstr "Ubicación del archivo de configuración" |
Showing first 5,000 of 22,396 lines.
View raw