|
86 | 86 | <x:String x:Key="Text.Checkout.LocalChanges" xml:space="preserve">Cambios Locales:</x:String>
|
87 | 87 | <x:String x:Key="Text.Checkout.LocalChanges.Discard" xml:space="preserve">Descartar</x:String>
|
88 | 88 | <x:String x:Key="Text.Checkout.LocalChanges.StashAndReply" xml:space="preserve">Stash & Reaplicar</x:String>
|
| 89 | + <x:String x:Key="Text.Checkout.RecurseSubmodules" xml:space="preserve">Actualizar todos los submódulos</x:String> |
89 | 90 | <x:String x:Key="Text.Checkout.Target" xml:space="preserve">Rama:</x:String>
|
90 | 91 | <x:String x:Key="Text.CherryPick" xml:space="preserve">Cherry Pick</x:String>
|
91 | 92 | <x:String x:Key="Text.CherryPick.AppendSourceToMessage" xml:space="preserve">Añadir fuente al mensaje de commit</x:String>
|
|
101 | 102 | <x:String x:Key="Text.Clone.LocalName" xml:space="preserve">Nombre Local:</x:String>
|
102 | 103 | <x:String x:Key="Text.Clone.LocalName.Placeholder" xml:space="preserve">Nombre del repositorio. Opcional.</x:String>
|
103 | 104 | <x:String x:Key="Text.Clone.ParentFolder" xml:space="preserve">Carpeta Padre:</x:String>
|
104 |
| - <x:String x:Key="Text.Clone.RecurseSubmodules" xml:space="preserve">Inicializar y actualizar submodulos</x:String> |
| 105 | + <x:String x:Key="Text.Clone.RecurseSubmodules" xml:space="preserve">Inicializar y actualizar submódulos</x:String> |
105 | 106 | <x:String x:Key="Text.Clone.RemoteURL" xml:space="preserve">URL del Repositorio:</x:String>
|
106 | 107 | <x:String x:Key="Text.Close" xml:space="preserve">CERRAR</x:String>
|
107 | 108 | <x:String x:Key="Text.CodeEditor" xml:space="preserve">Editor</x:String>
|
|
326 | 327 | <x:String x:Key="Text.GitFlow.FinishHotfix" xml:space="preserve">FLOW - Finalizar Hotfix</x:String>
|
327 | 328 | <x:String x:Key="Text.GitFlow.FinishRelease" xml:space="preserve">FLOW - Finalizar Release</x:String>
|
328 | 329 | <x:String x:Key="Text.GitFlow.FinishTarget" xml:space="preserve">Destino:</x:String>
|
| 330 | + <x:String x:Key="Text.GitFlow.FinishWithPush" xml:space="preserve">Push al/los remoto(s) después de Finalizar</x:String> |
| 331 | + <x:String x:Key="Text.GitFlow.FinishWithSquash" xml:space="preserve">Squash durante el merge</x:String> |
329 | 332 | <x:String x:Key="Text.GitFlow.Hotfix" xml:space="preserve">Hotfix:</x:String>
|
330 | 333 | <x:String x:Key="Text.GitFlow.HotfixPrefix" xml:space="preserve">Prefijo de Hotfix:</x:String>
|
331 | 334 | <x:String x:Key="Text.GitFlow.Init" xml:space="preserve">Inicializar Git-Flow</x:String>
|
|
575 | 578 | <x:String x:Key="Text.RenameBranch.Target" xml:space="preserve">Rama:</x:String>
|
576 | 579 | <x:String x:Key="Text.Repository.Abort" xml:space="preserve">ABORTAR</x:String>
|
577 | 580 | <x:String x:Key="Text.Repository.AutoFetching" xml:space="preserve">Auto fetching cambios desde remotos...</x:String>
|
| 581 | + <x:String x:Key="Text.Repository.BranchSort" xml:space="preserve">Ordenar</x:String> |
| 582 | + <x:String x:Key="Text.Repository.BranchSort.ByCommitterDate" xml:space="preserve">Por Fecha de Committer</x:String> |
| 583 | + <x:String x:Key="Text.Repository.BranchSort.ByName" xml:space="preserve">Por Nombre</x:String> |
578 | 584 | <x:String x:Key="Text.Repository.Clean" xml:space="preserve">Limpiar (GC & Prune)</x:String>
|
579 | 585 | <x:String x:Key="Text.Repository.CleanTips" xml:space="preserve">Ejecutar comando `git gc` para este repositorio.</x:String>
|
580 | 586 | <x:String x:Key="Text.Repository.ClearAllCommitsFilter" xml:space="preserve">Limpiar todo</x:String>
|
|
629 | 635 | <x:String x:Key="Text.Repository.Terminal" xml:space="preserve">Abrir en Terminal</x:String>
|
630 | 636 | <x:String x:Key="Text.Repository.UseRelativeTimeInHistories" xml:space="preserve">Usar tiempo relativo en las historias</x:String>
|
631 | 637 | <x:String x:Key="Text.Repository.ViewLogs" xml:space="preserve">Ver Logs</x:String>
|
| 638 | + <x:String x:Key="Text.Repository.Visit" xml:space="preserve">Visitar '{0}' en el Navegador</x:String> |
632 | 639 | <x:String x:Key="Text.Repository.Worktrees" xml:space="preserve">WORKTREES</x:String>
|
633 | 640 | <x:String x:Key="Text.Repository.Worktrees.Add" xml:space="preserve">AÑADIR WORKTREE</x:String>
|
634 | 641 | <x:String x:Key="Text.Repository.Worktrees.Prune" xml:space="preserve">PRUNE</x:String>
|
|
0 commit comments