Skip to content

Commit 2a9ad94

Browse files
authored
localization: update spanish translations (#1736)
Add missing translations.
1 parent 1928694 commit 2a9ad94

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Resources/Locales/es_ES.axaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<x:String x:Key="Text.AIAssistant.Regen" xml:space="preserve">RE-GENERAR</x:String>
2424
<x:String x:Key="Text.AIAssistant.Tip" xml:space="preserve">Usar OpenAI para generar mensaje de commit</x:String>
2525
<x:String x:Key="Text.AIAssistant.Use" xml:space="preserve">APLICAR COMO MENSAJE DE COMMIT</x:String>
26+
<x:String x:Key="Text.App.Hide" xml:space="preserve">Ocultar SourceGit</x:String>
27+
<x:String x:Key="Text.App.ShowAll" xml:space="preserve">Mostrar Todo</x:String>
2628
<x:String x:Key="Text.Apply" xml:space="preserve">Aplicar Parche</x:String>
2729
<x:String x:Key="Text.Apply.File" xml:space="preserve">Archivo del Parche:</x:String>
2830
<x:String x:Key="Text.Apply.File.Placeholder" xml:space="preserve">Seleccionar archivo .patch para aplicar</x:String>
@@ -177,6 +179,15 @@
177179
<x:String x:Key="Text.Configure.CommitMessageTemplate.Name" xml:space="preserve">Nombre de la Plantilla:</x:String>
178180
<x:String x:Key="Text.Configure.CustomAction" xml:space="preserve">ACCIÓN PERSONALIZADA</x:String>
179181
<x:String x:Key="Text.Configure.CustomAction.Arguments" xml:space="preserve">Argumentos:</x:String>
182+
<x:String x:Key="Text.Configure.CustomAction.Arguments.Tip" xml:space="preserve">Parámetros incorporados:
183+
184+
${REPO} Ruta del repositorio
185+
${REMOTE} Remoto seleccionado o Remoto de la rama seleccionada
186+
${BRANCH} Rama seleccionada, sin la parte ${REMOTE} para ramas remotas
187+
${BRANCH_FRIENDLY_NAME} Nombre amigable de la rama seleccionada, contiene la parte ${REMOTE} para ramas remotas
188+
${SHA} Hash del commit seleccionado
189+
${TAG} Etiqueta seleccionada
190+
$1, $2 ... Valores de control de entrada</x:String>
180191
<x:String x:Key="Text.Configure.CustomAction.Executable" xml:space="preserve">Archivo Ejecutable:</x:String>
181192
<x:String x:Key="Text.Configure.CustomAction.InputControls" xml:space="preserve">Controles de entrada:</x:String>
182193
<x:String x:Key="Text.Configure.CustomAction.InputControls.Edit" xml:space="preserve">Editar</x:String>

0 commit comments

Comments
 (0)