|
27 | 27 | <x:String x:Key="Text.AIAssistant.Tip" xml:space="preserve">Usar OpenAI para generar mensaje de commit</x:String> |
28 | 28 | <x:String x:Key="Text.AIAssistant.Use" xml:space="preserve">Usar</x:String> |
29 | 29 | <x:String x:Key="Text.App.Hide" xml:space="preserve">Ocultar SourceGit</x:String> |
| 30 | + <x:String x:Key="Text.App.HideOthers" xml:space="preserve">Ocultar Otros</x:String> |
30 | 31 | <x:String x:Key="Text.App.ShowAll" xml:space="preserve">Mostrar Todo</x:String> |
31 | 32 | <x:String x:Key="Text.Apply" xml:space="preserve">Aplicar Parche</x:String> |
32 | 33 | <x:String x:Key="Text.Apply.3Way" xml:space="preserve">Merge a 3 vías (3-Way)</x:String> |
|
134 | 135 | <x:String x:Key="Text.Clone" xml:space="preserve">Clonar Repositorio Remoto</x:String> |
135 | 136 | <x:String x:Key="Text.Clone.AdditionalParam" xml:space="preserve">Parámetros Adicionales:</x:String> |
136 | 137 | <x:String x:Key="Text.Clone.AdditionalParam.Placeholder" xml:space="preserve">Argumentos adicionales para clonar el repositorio. Opcional.</x:String> |
| 138 | + <x:String x:Key="Text.Clone.Bookmark" xml:space="preserve">Marcador:</x:String> |
| 139 | + <x:String x:Key="Text.Clone.Group" xml:space="preserve">Grupo:</x:String> |
137 | 140 | <x:String x:Key="Text.Clone.LocalName" xml:space="preserve">Nombre Local:</x:String> |
138 | 141 | <x:String x:Key="Text.Clone.LocalName.Placeholder" xml:space="preserve">Nombre del repositorio. Opcional.</x:String> |
139 | 142 | <x:String x:Key="Text.Clone.ParentFolder" xml:space="preserve">Carpeta Padre:</x:String> |
|
279 | 282 | <x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Etiqueta:</x:String> |
280 | 283 | <x:String x:Key="Text.ConfigureCustomActionControls.Options" xml:space="preserve">Opciones:</x:String> |
281 | 284 | <x:String x:Key="Text.ConfigureCustomActionControls.Options.Tip" xml:space="preserve">Usar '|' como delimitador para las opciones</x:String> |
| 285 | + <x:String x:Key="Text.ConfigureCustomActionControls.StringFormatter" xml:space="preserve">Formateador de Cadenas de texto:</x:String> |
| 286 | + <x:String x:Key="Text.ConfigureCustomActionControls.StringFormatter.Tip" xml:space="preserve">Opcional. Utilizado para formatear la cadena de salida. Ignorado cuando la entrada está vacía. Por favor utiliza `${VALUE}` para representar la cadena de entrada.</x:String> |
282 | 287 | <x:String x:Key="Text.ConfigureCustomActionControls.StringValue.Tip" xml:space="preserve">La variables incorporadas ${REPO}, ${REMOTE}, ${BRANCH}, ${BRANCH_FRIENDLY_NAME}, ${SHA}, ${FILE}, y ${TAG} permanecen disponibles aquí</x:String> |
283 | 288 | <x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Tipo:</x:String> |
| 289 | + <x:String x:Key="Text.ConfigureCustomActionControls.UseFriendlyName" xml:space="preserve">Utilizar Nombre Amigable:</x:String> |
284 | 290 | <x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Espacios de Trabajo</x:String> |
285 | 291 | <x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String> |
286 | 292 | <x:String x:Key="Text.ConfigureWorkspace.Name" xml:space="preserve">Nombre</x:String> |
|
374 | 380 | <x:String x:Key="Text.Diff.Submodule" xml:space="preserve">SUBMÓDULO</x:String> |
375 | 381 | <x:String x:Key="Text.Diff.Submodule.Deleted" xml:space="preserve">BORRADO</x:String> |
376 | 382 | <x:String x:Key="Text.Diff.Submodule.New" xml:space="preserve">NUEVO</x:String> |
| 383 | + <x:String x:Key="Text.Diff.Submodule.UncommittedChanges" xml:space="preserve">+ {0} Cambios Sin confirmar</x:String> |
377 | 384 | <x:String x:Key="Text.Diff.SwapCommits" xml:space="preserve">Intercambiar</x:String> |
378 | 385 | <x:String x:Key="Text.Diff.SyntaxHighlight" xml:space="preserve">Resaltado de Sintaxis</x:String> |
379 | 386 | <x:String x:Key="Text.Diff.ToggleWordWrap" xml:space="preserve">Ajuste de Línea</x:String> |
|
502 | 509 | <x:String x:Key="Text.Hotkeys.Global.GotoNextTab" xml:space="preserve">Ir a la siguiente página</x:String> |
503 | 510 | <x:String x:Key="Text.Hotkeys.Global.GotoPrevTab" xml:space="preserve">Ir a la página anterior</x:String> |
504 | 511 | <x:String x:Key="Text.Hotkeys.Global.NewTab" xml:space="preserve">Crear nueva página</x:String> |
| 512 | + <x:String x:Key="Text.Hotkeys.Global.OpenLocalRepository" xml:space="preserve">Abrir repositorio local</x:String> |
505 | 513 | <x:String x:Key="Text.Hotkeys.Global.OpenPreferences" xml:space="preserve">Abrir diálogo de preferencias</x:String> |
506 | 514 | <x:String x:Key="Text.Hotkeys.Global.ShowWorkspaceDropdownMenu" xml:space="preserve">Mostrar menú desplegable del espacio de trabajo</x:String> |
507 | 515 | <x:String x:Key="Text.Hotkeys.Global.SwitchTab" xml:space="preserve">Cambiar página activa</x:String> |
|
595 | 603 | <x:String x:Key="Text.OpenAppDataDir" xml:space="preserve">Abrir Directorio de Datos de la App</x:String> |
596 | 604 | <x:String x:Key="Text.OpenFile" xml:space="preserve">Abrir Archivo</x:String> |
597 | 605 | <x:String x:Key="Text.OpenInExternalMergeTool" xml:space="preserve">Abrir en Herramienta de Merge</x:String> |
| 606 | + <x:String x:Key="Text.OpenLocalRepository" xml:space="preserve">Abrir Repositorio Local</x:String> |
| 607 | + <x:String x:Key="Text.OpenLocalRepository.Bookmark" xml:space="preserve">Marcador:</x:String> |
| 608 | + <x:String x:Key="Text.OpenLocalRepository.Group" xml:space="preserve">Grupo:</x:String> |
| 609 | + <x:String x:Key="Text.OpenLocalRepository.Path" xml:space="preserve">Carpeta:</x:String> |
598 | 610 | <x:String x:Key="Text.Optional" xml:space="preserve">Opcional.</x:String> |
599 | 611 | <x:String x:Key="Text.PageTabBar.New" xml:space="preserve">Crear Nueva Página</x:String> |
600 | 612 | <x:String x:Key="Text.PageTabBar.Tab.Close" xml:space="preserve">Cerrar Pestaña</x:String> |
|
901 | 913 | <x:String x:Key="Text.Submodule.Status.Unmerged" xml:space="preserve">unmerged</x:String> |
902 | 914 | <x:String x:Key="Text.Submodule.Update" xml:space="preserve">Actualizar</x:String> |
903 | 915 | <x:String x:Key="Text.Submodule.URL" xml:space="preserve">URL</x:String> |
| 916 | + <x:String x:Key="Text.SubmoduleRevisionCompare" xml:space="preserve">Cambiar Detalles del Submódulo</x:String> |
| 917 | + <x:String x:Key="Text.SubmoduleRevisionCompare.OpenDetails" xml:space="preserve">ABRIR DETALLES</x:String> |
904 | 918 | <x:String x:Key="Text.Sure" xml:space="preserve">OK</x:String> |
905 | 919 | <x:String x:Key="Text.Tag.Tagger" xml:space="preserve">ETIQUETADOR</x:String> |
906 | 920 | <x:String x:Key="Text.Tag.Time" xml:space="preserve">HORA</x:String> |
|
0 commit comments