Skip to content

Commit 1fda332

Browse files
localization: update Spanish translation (#1880)
* localization: update Spanish translation Add missing strings. * doc: Update translation status and sort locale files --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66676dd commit 1fda332

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

TRANSLATION.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,7 @@ This document shows the translation status of each locale file in the repository
1616

1717
</details>
1818

19-
### ![es__ES](https://img.shields.io/badge/es__ES-99.22%25-yellow)
20-
21-
<details>
22-
<summary>Missing keys in es_ES.axaml</summary>
23-
24-
- Text.Blame.BlameOnPreviousRevision
25-
- Text.Configure.CommitMessageTemplate.BuiltinVars
26-
- Text.Configure.Git.ConventionalTypesOverride
27-
- Text.ConfigureCustomActionControls.StringValue.Tip
28-
- Text.Hotkeys.Repo.OpenCommandPalette
29-
- Text.Launcher.Commands
30-
- Text.Launcher.OpenRepository
31-
32-
</details>
19+
### ![es__ES](https://img.shields.io/badge/es__ES-%E2%88%9A-brightgreen)
3320

3421
### ![fr__FR](https://img.shields.io/badge/fr__FR-76.89%25-yellow)
3522

src/Resources/Locales/es_ES.axaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<x:String x:Key="Text.Bisect.Skip">Saltar</x:String>
5757
<x:String x:Key="Text.Bisect.WaitingForRange">Bisecting. Marcar el commit actual como bueno o malo y revisar otro.</x:String>
5858
<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>
5960
<x:String x:Key="Text.Blame.TypeNotSupported" xml:space="preserve">¡BLAME EN ESTE ARCHIVO NO SOPORTADO!</x:String>
6061
<x:String x:Key="Text.BranchCM.Checkout" xml:space="preserve">Checkout ${0}$...</x:String>
6162
<x:String x:Key="Text.BranchCM.CompareWithCurrent" xml:space="preserve">Comparar con ${0}$</x:String>
@@ -188,6 +189,14 @@
188189
<x:String x:Key="Text.CommitMessageTextBox.SubjectPlaceholder" xml:space="preserve">Introducir asunto del commit</x:String>
189190
<x:String x:Key="Text.Configure" xml:space="preserve">Configurar Repositorio</x:String>
190191
<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>
191200
<x:String x:Key="Text.Configure.CommitMessageTemplate.Content" xml:space="preserve">Contenido de la Plantilla:</x:String>
192201
<x:String x:Key="Text.Configure.CommitMessageTemplate.Name" xml:space="preserve">Nombre de la Plantilla:</x:String>
193202
<x:String x:Key="Text.Configure.CustomAction" xml:space="preserve">ACCIÓN PERSONALIZADA</x:String>
@@ -217,6 +226,7 @@
217226
<x:String x:Key="Text.Configure.Git" xml:space="preserve">GIT</x:String>
218227
<x:String x:Key="Text.Configure.Git.AutoFetch" xml:space="preserve">Fetch remotos automáticamente</x:String>
219228
<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>
220230
<x:String x:Key="Text.Configure.Git.DefaultRemote" xml:space="preserve">Remoto por Defecto</x:String>
221231
<x:String x:Key="Text.Configure.Git.PreferredMergeMode" xml:space="preserve">Modo preferido de Merge</x:String>
222232
<x:String x:Key="Text.Configure.IssueTracker" xml:space="preserve">SEGUIMIENTO DE INCIDENCIAS</x:String>
@@ -250,6 +260,7 @@
250260
<x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Etiqueta:</x:String>
251261
<x:String x:Key="Text.ConfigureCustomActionControls.Options" xml:space="preserve">Opciones:</x:String>
252262
<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>
253264
<x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Tipo:</x:String>
254265
<x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Espacios de Trabajo</x:String>
255266
<x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String>
@@ -470,6 +481,7 @@
470481
<x:String x:Key="Text.Hotkeys.Repo.CommitWithAutoStage" xml:space="preserve">Stage todos los cambios y commit</x:String>
471482
<x:String x:Key="Text.Hotkeys.Repo.Fetch" xml:space="preserve">Fetch, empieza directamente</x:String>
472483
<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>
473485
<x:String x:Key="Text.Hotkeys.Repo.OpenSearchCommits" xml:space="preserve">Modo de búsqueda de commits</x:String>
474486
<x:String x:Key="Text.Hotkeys.Repo.Pull" xml:space="preserve">Pull, empieza directamente</x:String>
475487
<x:String x:Key="Text.Hotkeys.Repo.Push" xml:space="preserve">Push, empieza directamente</x:String>
@@ -503,8 +515,10 @@
503515
<x:String x:Key="Text.InteractiveRebase.Target" xml:space="preserve">Rama Objetivo:</x:String>
504516
<x:String x:Key="Text.IssueLinkCM.CopyLink" xml:space="preserve">Copiar Enlace</x:String>
505517
<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>
506519
<x:String x:Key="Text.Launcher.Error" xml:space="preserve">ERROR</x:String>
507520
<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>
508522
<x:String x:Key="Text.Launcher.Pages" xml:space="preserve">Páginas</x:String>
509523
<x:String x:Key="Text.Launcher.Workspaces" xml:space="preserve">Espacios de trabajo</x:String>
510524
<x:String x:Key="Text.Merge" xml:space="preserve">Merge Rama</x:String>

0 commit comments

Comments
 (0)