|
6 | 6 | <x:String x:Key="Text.About" xml:space="preserve">Acerca de</x:String>
|
7 | 7 | <x:String x:Key="Text.About.Menu" xml:space="preserve">Acerca de SourceGit</x:String>
|
8 | 8 | <x:String x:Key="Text.About.SubTitle" xml:space="preserve">Cliente Git GUI de código abierto y gratuito</x:String>
|
| 9 | + <x:String x:Key="Text.AddToIgnore" xml:space="preserve">Agregar Archivo(s) Para Ignorar</x:String> |
| 10 | + <x:String x:Key="Text.AddToIgnore.Pattern" xml:space="preserve">Patrón:</x:String> |
| 11 | + <x:String x:Key="Text.AddToIgnore.Storage" xml:space="preserve">Almacenar Archivo:</x:String> |
9 | 12 | <x:String x:Key="Text.AddWorktree" xml:space="preserve">Agregar Worktree</x:String>
|
10 | 13 | <x:String x:Key="Text.AddWorktree.Location" xml:space="preserve">Ubicación:</x:String>
|
11 | 14 | <x:String x:Key="Text.AddWorktree.Location.Placeholder" xml:space="preserve">Ruta para este worktree. Se admite ruta relativa.</x:String>
|
|
90 | 93 | <x:String x:Key="Text.Checkout.LocalChanges.StashAndReply" xml:space="preserve">Stash & Reaplicar</x:String>
|
91 | 94 | <x:String x:Key="Text.Checkout.RecurseSubmodules" xml:space="preserve">Actualizar todos los submódulos</x:String>
|
92 | 95 | <x:String x:Key="Text.Checkout.Target" xml:space="preserve">Rama:</x:String>
|
| 96 | + <x:String x:Key="Text.Checkout.WarnLostCommits" xml:space="preserve">¡Tu HEAD actual contiene commit(s) que no están conectados a ningunas ramas/etiquetas! ¿Quieres continuar?</x:String> |
93 | 97 | <x:String x:Key="Text.Checkout.WithFastForward" xml:space="preserve">Checkout & Fast-Forward</x:String>
|
94 | 98 | <x:String x:Key="Text.Checkout.WithFastForward.Upstream" xml:space="preserve">Fast-Forward a:</x:String>
|
95 | 99 | <x:String x:Key="Text.CherryPick" xml:space="preserve">Cherry Pick</x:String>
|
|
124 | 128 | <x:String x:Key="Text.CommitCM.InteractiveRebase" xml:space="preserve">Rebase Interactivo ${0}$ hasta Aquí</x:String>
|
125 | 129 | <x:String x:Key="Text.CommitCM.Merge" xml:space="preserve">Merge a ${0}$</x:String>
|
126 | 130 | <x:String x:Key="Text.CommitCM.MergeMultiple" xml:space="preserve">Merge ...</x:String>
|
| 131 | + <x:String x:Key="Text.CommitCM.PushRevision" xml:space="preserve">Push ${0}$ a ${1}$</x:String> |
127 | 132 | <x:String x:Key="Text.CommitCM.Rebase" xml:space="preserve">Rebase ${0}$ hasta Aquí</x:String>
|
128 | 133 | <x:String x:Key="Text.CommitCM.Reset" xml:space="preserve">Reset ${0}$ hasta Aquí</x:String>
|
129 | 134 | <x:String x:Key="Text.CommitCM.Revert" xml:space="preserve">Revertir Commit</x:String>
|
|
160 | 165 | <x:String x:Key="Text.Configure.CommitMessageTemplate.Name" xml:space="preserve">Nombre de la Plantilla:</x:String>
|
161 | 166 | <x:String x:Key="Text.Configure.CustomAction" xml:space="preserve">ACCIÓN PERSONALIZADA</x:String>
|
162 | 167 | <x:String x:Key="Text.Configure.CustomAction.Arguments" xml:space="preserve">Argumentos:</x:String>
|
| 168 | + <x:String x:Key="Text.Configure.CustomAction.Arguments.Tip" xml:space="preserve">Parámetros incorporados: ${REPO} - ruta del repositorio; ${BRANCH} - rama seleccionada; ${SHA} - hash del commit seleccionado; ${TAG} - etiqueta seleccionada</x:String> |
163 | 169 | <x:String x:Key="Text.Configure.CustomAction.Executable" xml:space="preserve">Archivo Ejecutable:</x:String>
|
| 170 | + <x:String x:Key="Text.Configure.CustomAction.InputControls" xml:space="preserve">Controles de entrada:</x:String> |
| 171 | + <x:String x:Key="Text.Configure.CustomAction.InputControls.Edit" xml:space="preserve">Editar</x:String> |
| 172 | + <x:String x:Key="Text.Configure.CustomAction.InputControls.Tip" xml:space="preserve">Puedes usar $1, $2 ... en argumentos, para valores de los controles de entrada</x:String> |
164 | 173 | <x:String x:Key="Text.Configure.CustomAction.Name" xml:space="preserve">Nombre:</x:String>
|
165 | 174 | <x:String x:Key="Text.Configure.CustomAction.Scope" xml:space="preserve">Alcance:</x:String>
|
166 | 175 | <x:String x:Key="Text.Configure.CustomAction.Scope.Branch" xml:space="preserve">Rama</x:String>
|
167 | 176 | <x:String x:Key="Text.Configure.CustomAction.Scope.Commit" xml:space="preserve">Commit</x:String>
|
168 | 177 | <x:String x:Key="Text.Configure.CustomAction.Scope.Repository" xml:space="preserve">Repositorio</x:String>
|
| 178 | + <x:String x:Key="Text.Configure.CustomAction.Scope.Tag" xml:space="preserve">Etiqueta</x:String> |
169 | 179 | <x:String x:Key="Text.Configure.CustomAction.WaitForExit" xml:space="preserve">Esperar la acción de salida</x:String>
|
170 | 180 | <x:String x:Key="Text.Configure.Email" xml:space="preserve">Dirección de Email</x:String>
|
171 | 181 | <x:String x:Key="Text.Configure.Email.Placeholder" xml:space="preserve">Dirección de email</x:String>
|
|
194 | 204 | <x:String x:Key="Text.Configure.Proxy.Placeholder" xml:space="preserve">Proxy HTTP utilizado por este repositorio</x:String>
|
195 | 205 | <x:String x:Key="Text.Configure.User" xml:space="preserve">Nombre de Usuario</x:String>
|
196 | 206 | <x:String x:Key="Text.Configure.User.Placeholder" xml:space="preserve">Nombre de usuario para este repositorio</x:String>
|
| 207 | + <x:String x:Key="Text.ConfigureCustomActionControls" xml:space="preserve">Editar Controles de Acción Personalizados</x:String> |
| 208 | + <x:String x:Key="Text.ConfigureCustomActionControls.CheckedValue" xml:space="preserve">Valor Comprobado:</x:String> |
| 209 | + <x:String x:Key="Text.ConfigureCustomActionControls.CheckedValue.Tip" xml:space="preserve">Cuando sea comprobado, este valor será usado en argumentos de la línea de comandos</x:String> |
| 210 | + <x:String x:Key="Text.ConfigureCustomActionControls.Description" xml:space="preserve">Descripción:</x:String> |
| 211 | + <x:String x:Key="Text.ConfigureCustomActionControls.Description.Tip" xml:space="preserve">Utilizado como marcador de posición en CajaDeTexto/SelectorDeRuta ó tooltip en CheckBox</x:String> |
| 212 | + <x:String x:Key="Text.ConfigureCustomActionControls.DefaultValue" xml:space="preserve">Por defecto:</x:String> |
| 213 | + <x:String x:Key="Text.ConfigureCustomActionControls.IsFolder" xml:space="preserve">Es Carpeta:</x:String> |
| 214 | + <x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Etiqueta:</x:String> |
| 215 | + <x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Tipo:</x:String> |
197 | 216 | <x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Espacios de Trabajo</x:String>
|
198 | 217 | <x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String>
|
199 | 218 | <x:String x:Key="Text.ConfigureWorkspace.Name" xml:space="preserve">Nombre</x:String>
|
|
299 | 318 | <x:String x:Key="Text.EditRepositoryNode.Target" xml:space="preserve">Destino:</x:String>
|
300 | 319 | <x:String x:Key="Text.EditRepositoryNode.TitleForGroup" xml:space="preserve">Editar Grupo Seleccionado</x:String>
|
301 | 320 | <x:String x:Key="Text.EditRepositoryNode.TitleForRepository" xml:space="preserve">Editar Repositorio Seleccionado</x:String>
|
| 321 | + <x:String x:Key="Text.ExecuteCustomAction.Target" xml:space="preserve">Destino:</x:String> |
| 322 | + <x:String x:Key="Text.ExecuteCustomAction.Repository" xml:space="preserve">Este repositorio</x:String> |
302 | 323 | <x:String x:Key="Text.Fetch" xml:space="preserve">Fetch</x:String>
|
303 | 324 | <x:String x:Key="Text.Fetch.AllRemotes" xml:space="preserve">Fetch todos los remotos</x:String>
|
304 | 325 | <x:String x:Key="Text.Fetch.Force" xml:space="preserve">Utilizar opción '--force'</x:String>
|
|
443 | 464 | <x:String x:Key="Text.Launcher.Workspaces" xml:space="preserve">Espacios de trabajo</x:String>
|
444 | 465 | <x:String x:Key="Text.Launcher.Pages" xml:space="preserve">Páginas</x:String>
|
445 | 466 | <x:String x:Key="Text.Merge" xml:space="preserve">Merge Rama</x:String>
|
| 467 | + <x:String x:Key="Text.Merge.Edit" xml:space="preserve">Personalizar mensaje de merge</x:String> |
446 | 468 | <x:String x:Key="Text.Merge.Into" xml:space="preserve">En:</x:String>
|
447 | 469 | <x:String x:Key="Text.Merge.Mode" xml:space="preserve">Opción de Merge:</x:String>
|
448 | 470 | <x:String x:Key="Text.Merge.Source" xml:space="preserve">Rama Fuente:</x:String>
|
|
554 | 576 | <x:String x:Key="Text.Push.Force" xml:space="preserve">Forzar push</x:String>
|
555 | 577 | <x:String x:Key="Text.Push.Local" xml:space="preserve">Rama Local:</x:String>
|
556 | 578 | <x:String x:Key="Text.Push.Remote" xml:space="preserve">Remoto:</x:String>
|
| 579 | + <x:String x:Key="Text.Push.Revision" xml:space="preserve">Revisión:</x:String> |
| 580 | + <x:String x:Key="Text.Push.Revision.Title" xml:space="preserve">Push Revisión al Remoto</x:String> |
557 | 581 | <x:String x:Key="Text.Push.Title" xml:space="preserve">Push Cambios al Remoto</x:String>
|
558 | 582 | <x:String x:Key="Text.Push.To" xml:space="preserve">Rama Remota:</x:String>
|
559 | 583 | <x:String x:Key="Text.Push.Tracking" xml:space="preserve">Establecer como rama de seguimiento</x:String>
|
|
629 | 653 | <x:String x:Key="Text.Repository.Search.ByCommitter" xml:space="preserve">Committer</x:String>
|
630 | 654 | <x:String x:Key="Text.Repository.Search.ByContent" xml:space="preserve">Contenido</x:String>
|
631 | 655 | <x:String x:Key="Text.Repository.Search.ByMessage" xml:space="preserve">Mensaje</x:String>
|
| 656 | + <x:String x:Key="Text.Repository.Search.ByPath" xml:space="preserve">Ruta</x:String> |
632 | 657 | <x:String x:Key="Text.Repository.Search.BySHA" xml:space="preserve">SHA</x:String>
|
633 | 658 | <x:String x:Key="Text.Repository.Search.InCurrentBranch" xml:space="preserve">Rama Actual</x:String>
|
634 | 659 | <x:String x:Key="Text.Repository.ShowSubmodulesAsTree" xml:space="preserve">Mostrar Submódulos como Árbol</x:String>
|
|
691 | 716 | <x:String x:Key="Text.Stash.IncludeUntracked" xml:space="preserve">Incluir archivos no rastreados</x:String>
|
692 | 717 | <x:String x:Key="Text.Stash.Message" xml:space="preserve">Mensaje:</x:String>
|
693 | 718 | <x:String x:Key="Text.Stash.Message.Placeholder" xml:space="preserve">Opcional. Información de este stash</x:String>
|
| 719 | + <x:String x:Key="Text.Stash.Mode" xml:space="preserve">Modo:</x:String> |
694 | 720 | <x:String x:Key="Text.Stash.OnlyStagedChanges" xml:space="preserve">Solo cambios staged</x:String>
|
695 | 721 | <x:String x:Key="Text.Stash.TipForSelectedFiles" xml:space="preserve">¡Tanto los cambios staged como los no staged de los archivos seleccionados serán stashed!</x:String>
|
696 | 722 | <x:String x:Key="Text.Stash.Title" xml:space="preserve">Stash Cambios Locales</x:String>
|
697 | 723 | <x:String x:Key="Text.StashCM.Apply" xml:space="preserve">Aplicar</x:String>
|
| 724 | + <x:String x:Key="Text.StashCM.CopyMessage" xml:space="preserve">Copiar Mensaje</x:String> |
698 | 725 | <x:String x:Key="Text.StashCM.Drop" xml:space="preserve">Eliminar</x:String>
|
699 | 726 | <x:String x:Key="Text.StashCM.SaveAsPatch" xml:space="preserve">Guardar como Parche...</x:String>
|
700 | 727 | <x:String x:Key="Text.StashDropConfirm" xml:space="preserve">Eliminar Stash</x:String>
|
|
728 | 755 | <x:String x:Key="Text.Sure" xml:space="preserve">OK</x:String>
|
729 | 756 | <x:String x:Key="Text.TagCM.Copy" xml:space="preserve">Copiar Nombre de la Etiqueta</x:String>
|
730 | 757 | <x:String x:Key="Text.TagCM.CopyMessage" xml:space="preserve">Copiar Mensaje de la Etiqueta</x:String>
|
| 758 | + <x:String x:Key="Text.TagCM.CustomAction" xml:space="preserve">Acción Personalizada</x:String> |
731 | 759 | <x:String x:Key="Text.TagCM.Delete" xml:space="preserve">Eliminar ${0}$...</x:String>
|
732 | 760 | <x:String x:Key="Text.TagCM.Merge" xml:space="preserve">Merge ${0}$ en ${1}$...</x:String>
|
733 | 761 | <x:String x:Key="Text.TagCM.Push" xml:space="preserve">Push ${0}$...</x:String>
|
|
761 | 789 | <x:String x:Key="Text.WorkingCopy.AddToGitIgnore" xml:space="preserve">Git Ignore</x:String>
|
762 | 790 | <x:String x:Key="Text.WorkingCopy.AddToGitIgnore.Extension" xml:space="preserve">Ignorar todos los archivos *{0}</x:String>
|
763 | 791 | <x:String x:Key="Text.WorkingCopy.AddToGitIgnore.ExtensionInSameFolder" xml:space="preserve">Ignorar archivos *{0} en la misma carpeta</x:String>
|
| 792 | + <x:String x:Key="Text.WorkingCopy.AddToGitIgnore.InFolder" xml:space="preserve">Ignorar archivos no rastreados en esta carpeta</x:String> |
764 | 793 | <x:String x:Key="Text.WorkingCopy.AddToGitIgnore.SingleFile" xml:space="preserve">Ignorar solo este archivo</x:String>
|
765 | 794 | <x:String x:Key="Text.WorkingCopy.Amend" xml:space="preserve">Enmendar</x:String>
|
766 | 795 | <x:String x:Key="Text.WorkingCopy.CanStageTip" xml:space="preserve">Puedes hacer stage a este archivo ahora.</x:String>
|
|
770 | 799 | <x:String x:Key="Text.WorkingCopy.CommitTip" xml:space="preserve">Activar evento de clic</x:String>
|
771 | 800 | <x:String x:Key="Text.WorkingCopy.CommitToEdit" xml:space="preserve">Commit (Editar)</x:String>
|
772 | 801 | <x:String x:Key="Text.WorkingCopy.CommitWithAutoStage" xml:space="preserve">Hacer stage a todos los cambios y commit</x:String>
|
| 802 | + <x:String x:Key="Text.WorkingCopy.ConfirmCommitWithDetachedHead">Estas creando un commit en una HEAD separada. ¿Quieres continuar?</x:String> |
773 | 803 | <x:String x:Key="Text.WorkingCopy.ConfirmCommitWithFilter">Tienes {0} archivo(s) en stage, pero solo {1} archivo(s) mostrado(s) ({2} archivo(s) están filtrados). ¿Quieres continuar?</x:String>
|
774 | 804 | <x:String x:Key="Text.WorkingCopy.Conflicts" xml:space="preserve">CONFLICTOS DETECTADOS</x:String>
|
775 | 805 | <x:String x:Key="Text.WorkingCopy.Conflicts.OpenExternalMergeTool" xml:space="preserve">ABRIR HERRAMIENTA DE MERGE EXTERNA</x:String>
|
|
0 commit comments