Skip to content

Commit 2aeb335

Browse files
authored
localization: update Spanish translation (#2510)
+ Add missing strings. + Change old instaces of lines with text `untracked` to `sin rastrear` for consistency.
1 parent 9fea665 commit 2aeb335

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

src/Resources/Locales/es_ES.axaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@
346346
<x:String x:Key="Text.DeinitSubmodule.Force" xml:space="preserve">Forzar desinicialización incluso si contiene cambios locales.</x:String>
347347
<x:String x:Key="Text.DeinitSubmodule.Path" xml:space="preserve">Submódulo:</x:String>
348348
<x:String x:Key="Text.DeleteBranch" xml:space="preserve">Eliminar Rama</x:String>
349+
<x:String x:Key="Text.DeleteBranch.AskForRemote" xml:space="preserve">¿Quieres que también se elimine la siguiente rama remota?</x:String>
349350
<x:String x:Key="Text.DeleteBranch.Branch" xml:space="preserve">Rama:</x:String>
351+
<x:String x:Key="Text.DeleteBranch.Force" xml:space="preserve">Forzar la eliminación incluso si contiene commit(s) sin fusionar</x:String>
350352
<x:String x:Key="Text.DeleteBranch.IsRemoteTip" xml:space="preserve">¡Estás a punto de eliminar una rama remota!</x:String>
351353
<x:String x:Key="Text.DeleteMultiBranch" xml:space="preserve">Eliminar Múltiples Ramas</x:String>
352354
<x:String x:Key="Text.DeleteMultiBranch.Tip" xml:space="preserve">Estás intentando eliminar múltiples ramas a la vez. ¡Asegúrate de comprobar dos veces antes de realizar esta acción!</x:String>
@@ -405,7 +407,7 @@
405407
<x:String x:Key="Text.Discard.Changes" xml:space="preserve">Cambios:</x:String>
406408
<x:String x:Key="Text.Discard.IncludeIgnored" xml:space="preserve">Incluir archivos ignorados</x:String>
407409
<x:String x:Key="Text.Discard.IncludeModified" xml:space="preserve">Incluir archivos modificados/eliminados</x:String>
408-
<x:String x:Key="Text.Discard.IncludeUntracked" xml:space="preserve">Incluir archivos no rastreados</x:String>
410+
<x:String x:Key="Text.Discard.IncludeUntracked" xml:space="preserve">Incluir archivos sin rastrear</x:String>
409411
<x:String x:Key="Text.Discard.Total" xml:space="preserve">Total {0} cambios serán descartados</x:String>
410412
<x:String x:Key="Text.Discard.Warning" xml:space="preserve">¡No puedes deshacer esta acción!</x:String>
411413
<x:String x:Key="Text.EditBranchDescription" xml:space="preserve">Editar la descripción de la rama</x:String>
@@ -440,6 +442,15 @@
440442
<x:String x:Key="Text.FileHistory" xml:space="preserve">Historial de Archivos</x:String>
441443
<x:String x:Key="Text.FileHistory.FileChange" xml:space="preserve">CAMBIO</x:String>
442444
<x:String x:Key="Text.FileHistory.FileContent" xml:space="preserve">CONTENIDO</x:String>
445+
<x:String x:Key="Text.FileModeChange" xml:space="preserve">Cambiar modo archivo: </x:String>
446+
<x:String x:Key="Text.FileModeChange.Deleted" xml:space="preserve">Modo archivo eliminado: </x:String>
447+
<x:String x:Key="Text.FileModeChange.Directory" xml:space="preserve">Directorio</x:String>
448+
<x:String x:Key="Text.FileModeChange.Executable" xml:space="preserve">Ejecutable</x:String>
449+
<x:String x:Key="Text.FileModeChange.New" xml:space="preserve">Modo archivo nuevo: </x:String>
450+
<x:String x:Key="Text.FileModeChange.Normal" xml:space="preserve">Normal</x:String>
451+
<x:String x:Key="Text.FileModeChange.Submodule" xml:space="preserve">Submódulo</x:String>
452+
<x:String x:Key="Text.FileModeChange.Symlink" xml:space="preserve">Enlace simbólico (Symlink)</x:String>
453+
<x:String x:Key="Text.FileModeChange.Unknown" xml:space="preserve">Desconocido</x:String>
443454
<x:String x:Key="Text.GitFlow" xml:space="preserve">Git-Flow</x:String>
444455
<x:String x:Key="Text.GitFlow.DevelopBranch" xml:space="preserve">Rama de Desarrollo:</x:String>
445456
<x:String x:Key="Text.GitFlow.Feature" xml:space="preserve">Feature:</x:String>
@@ -885,7 +896,7 @@
885896
<x:String x:Key="Text.SSHKey.Placeholder" xml:space="preserve">Ruta de almacenamiento de la clave privada SSH</x:String>
886897
<x:String x:Key="Text.Start" xml:space="preserve">INICIAR</x:String>
887898
<x:String x:Key="Text.Stash" xml:space="preserve">Stash</x:String>
888-
<x:String x:Key="Text.Stash.IncludeUntracked" xml:space="preserve">Incluir archivos no rastreados</x:String>
899+
<x:String x:Key="Text.Stash.IncludeUntracked" xml:space="preserve">Incluir archivos sin rastrear</x:String>
889900
<x:String x:Key="Text.Stash.Message" xml:space="preserve">Mensaje:</x:String>
890901
<x:String x:Key="Text.Stash.Message.Placeholder" xml:space="preserve">Opcional. Información de este stash</x:String>
891902
<x:String x:Key="Text.Stash.Mode" xml:space="preserve">Modo:</x:String>
@@ -978,8 +989,9 @@
978989
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore" xml:space="preserve">Git Ignore</x:String>
979990
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.Extension" xml:space="preserve">Ignorar todos los archivos *{0}</x:String>
980991
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.ExtensionInSameFolder" xml:space="preserve">Ignorar archivos *{0} en la misma carpeta</x:String>
981-
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.InFolder" xml:space="preserve">Ignorar archivos no rastreados en esta carpeta</x:String>
992+
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.InFolder" xml:space="preserve">Ignorar archivos sin rastrear en esta carpeta</x:String>
982993
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.SingleFile" xml:space="preserve">Ignorar solo este archivo</x:String>
994+
<x:String x:Key="Text.WorkingCopy.AddToGitIgnore.UntrackedInSameFolder" xml:space="preserve">Ignorar todos los archivos sin rastrear en la misma carpeta</x:String>
983995
<x:String x:Key="Text.WorkingCopy.Amend" xml:space="preserve">Enmendar</x:String>
984996
<x:String x:Key="Text.WorkingCopy.CanStageTip" xml:space="preserve">Puedes hacer stage a este archivo ahora.</x:String>
985997
<x:String x:Key="Text.WorkingCopy.ClearCommitHistories" xml:space="preserve">Limpiar Historial</x:String>
@@ -999,7 +1011,7 @@
9991011
<x:String x:Key="Text.WorkingCopy.Conflicts.Resolved" xml:space="preserve">LOS CONFLICTOS DE ARCHIVOS ESTÁN RESUELTOS</x:String>
10001012
<x:String x:Key="Text.WorkingCopy.Conflicts.UseMine" xml:space="preserve">USAR MÍOS</x:String>
10011013
<x:String x:Key="Text.WorkingCopy.Conflicts.UseTheirs" xml:space="preserve">USAR SUYOS</x:String>
1002-
<x:String x:Key="Text.WorkingCopy.IncludeUntracked" xml:space="preserve">INCLUIR ARCHIVOS NO RASTREADOS</x:String>
1014+
<x:String x:Key="Text.WorkingCopy.IncludeUntracked" xml:space="preserve">INCLUIR ARCHIVOS SIN RASTREAR</x:String>
10031015
<x:String x:Key="Text.WorkingCopy.NoCommitHistories" xml:space="preserve">NO HAY MENSAJES DE ENTRADA RECIENTES</x:String>
10041016
<x:String x:Key="Text.WorkingCopy.NoCommitTemplates" xml:space="preserve">NO HAY PLANTILLAS DE COMMIT</x:String>
10051017
<x:String x:Key="Text.WorkingCopy.NoVerify" xml:space="preserve">Sin verificar</x:String>

0 commit comments

Comments
 (0)