|
56 | 56 | <x:String x:Key="Text.Bisect.Skip">Saltar</x:String> |
57 | 57 | <x:String x:Key="Text.Bisect.WaitingForRange">Bisecting. Marcar el commit actual como bueno o malo y revisar otro.</x:String> |
58 | 58 | <x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String> |
| 59 | + <x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame sobre la Revisión Previa</x:String> |
59 | 60 | <x:String x:Key="Text.Blame.TypeNotSupported" xml:space="preserve">¡BLAME EN ESTE ARCHIVO NO SOPORTADO!</x:String> |
60 | 61 | <x:String x:Key="Text.BranchCM.Checkout" xml:space="preserve">Checkout ${0}$...</x:String> |
61 | 62 | <x:String x:Key="Text.BranchCM.CompareWithCurrent" xml:space="preserve">Comparar con ${0}$</x:String> |
|
188 | 189 | <x:String x:Key="Text.CommitMessageTextBox.SubjectPlaceholder" xml:space="preserve">Introducir asunto del commit</x:String> |
189 | 190 | <x:String x:Key="Text.Configure" xml:space="preserve">Configurar Repositorio</x:String> |
190 | 191 | <x:String x:Key="Text.Configure.CommitMessageTemplate" xml:space="preserve">PLANTILLA DE COMMIT</x:String> |
| 192 | + <x:String x:Key="Text.Configure.CommitMessageTemplate.BuiltinVars" xml:space="preserve">Parámetros incorporados: |
| 193 | + |
| 194 | + ${branch_name} Nombre de la rama local actual. |
| 195 | + ${files_num} Número de archivos modificados |
| 196 | + ${files} Rutas de archivos modificados |
| 197 | + ${files:N} Número N máximo de rutas de archivos modificados |
| 198 | + ${pure_files} Cómo ${files}, pero solo nombres de archivos puros |
| 199 | + ${pure_files:N} Cómo ${files:N}, pero sin carpetas</x:String> |
191 | 200 | <x:String x:Key="Text.Configure.CommitMessageTemplate.Content" xml:space="preserve">Contenido de la Plantilla:</x:String> |
192 | 201 | <x:String x:Key="Text.Configure.CommitMessageTemplate.Name" xml:space="preserve">Nombre de la Plantilla:</x:String> |
193 | 202 | <x:String x:Key="Text.Configure.CustomAction" xml:space="preserve">ACCIÓN PERSONALIZADA</x:String> |
|
217 | 226 | <x:String x:Key="Text.Configure.Git" xml:space="preserve">GIT</x:String> |
218 | 227 | <x:String x:Key="Text.Configure.Git.AutoFetch" xml:space="preserve">Fetch remotos automáticamente</x:String> |
219 | 228 | <x:String x:Key="Text.Configure.Git.AutoFetchIntervalSuffix" xml:space="preserve">Minuto(s)</x:String> |
| 229 | + <x:String x:Key="Text.Configure.Git.ConventionalTypesOverride" xml:space="preserve">Tipos de Commit Convencionales</x:String> |
220 | 230 | <x:String x:Key="Text.Configure.Git.DefaultRemote" xml:space="preserve">Remoto por Defecto</x:String> |
221 | 231 | <x:String x:Key="Text.Configure.Git.PreferredMergeMode" xml:space="preserve">Modo preferido de Merge</x:String> |
222 | 232 | <x:String x:Key="Text.Configure.IssueTracker" xml:space="preserve">SEGUIMIENTO DE INCIDENCIAS</x:String> |
|
250 | 260 | <x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Etiqueta:</x:String> |
251 | 261 | <x:String x:Key="Text.ConfigureCustomActionControls.Options" xml:space="preserve">Opciones:</x:String> |
252 | 262 | <x:String x:Key="Text.ConfigureCustomActionControls.Options.Tip" xml:space="preserve">Usar '|' como delimitador para las opciones</x:String> |
| 263 | + <x:String x:Key="Text.ConfigureCustomActionControls.StringValue.Tip" xml:space="preserve">La variables incorporadas ${REPO}, ${REMOTE}, ${BRANCH}, ${BRANCH_FRIENDLY_NAME}, ${SHA}, y ${TAG} permanecen disponibles aquí</x:String> |
253 | 264 | <x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Tipo:</x:String> |
254 | 265 | <x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Espacios de Trabajo</x:String> |
255 | 266 | <x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String> |
|
470 | 481 | <x:String x:Key="Text.Hotkeys.Repo.CommitWithAutoStage" xml:space="preserve">Stage todos los cambios y commit</x:String> |
471 | 482 | <x:String x:Key="Text.Hotkeys.Repo.Fetch" xml:space="preserve">Fetch, empieza directamente</x:String> |
472 | 483 | <x:String x:Key="Text.Hotkeys.Repo.GoHome" xml:space="preserve">Modo Dashboard (Por Defecto)</x:String> |
| 484 | + <x:String x:Key="Text.Hotkeys.Repo.OpenCommandPalette" xml:space="preserve">Abrir paleta de comandos</x:String> |
473 | 485 | <x:String x:Key="Text.Hotkeys.Repo.OpenSearchCommits" xml:space="preserve">Modo de búsqueda de commits</x:String> |
474 | 486 | <x:String x:Key="Text.Hotkeys.Repo.Pull" xml:space="preserve">Pull, empieza directamente</x:String> |
475 | 487 | <x:String x:Key="Text.Hotkeys.Repo.Push" xml:space="preserve">Push, empieza directamente</x:String> |
|
503 | 515 | <x:String x:Key="Text.InteractiveRebase.Target" xml:space="preserve">Rama Objetivo:</x:String> |
504 | 516 | <x:String x:Key="Text.IssueLinkCM.CopyLink" xml:space="preserve">Copiar Enlace</x:String> |
505 | 517 | <x:String x:Key="Text.IssueLinkCM.OpenInBrowser" xml:space="preserve">Abrir en el Navegador</x:String> |
| 518 | + <x:String x:Key="Text.Launcher.Commands" xml:space="preserve">Comandos</x:String> |
506 | 519 | <x:String x:Key="Text.Launcher.Error" xml:space="preserve">ERROR</x:String> |
507 | 520 | <x:String x:Key="Text.Launcher.Info" xml:space="preserve">AVISO</x:String> |
| 521 | + <x:String x:Key="Text.Launcher.OpenRepository" xml:space="preserve">Abrir Repositorios</x:String> |
508 | 522 | <x:String x:Key="Text.Launcher.Pages" xml:space="preserve">Páginas</x:String> |
509 | 523 | <x:String x:Key="Text.Launcher.Workspaces" xml:space="preserve">Espacios de trabajo</x:String> |
510 | 524 | <x:String x:Key="Text.Merge" xml:space="preserve">Merge Rama</x:String> |
|
0 commit comments