Langpack source file update for August (#20328)

* [Loc] Update to August langpack XLF files

* [Loc] Update for langpack source files

* xlf update 8-12-2022

* added update to json files
This commit is contained in:
Alex Ma
2022-08-12 12:31:44 -07:00
committed by GitHub
parent 57234a52fd
commit e1952b8d12
240 changed files with 10105 additions and 11395 deletions

View File

@@ -934,6 +934,14 @@ Estos archivos SE PERDERÁN PARA SIEMPRE.</target>
<source xml:lang="en">Don't Show Again</source>
<target state="translated">No mostrar de nuevo</target>
</trans-unit>
<trans-unit id="no">
<source xml:lang="en">No</source>
<target state="translated">No</target>
</trans-unit>
<trans-unit id="ok">
<source xml:lang="en">OK</source>
<target state="translated">Aceptar</target>
</trans-unit>
<trans-unit id="open">
<source xml:lang="en">Open</source>
<target state="translated">Abrir</target>
@@ -966,6 +974,18 @@ Estos archivos SE PERDERÁN PARA SIEMPRE.</target>
<source xml:lang="en">Successfully pushed.</source>
<target state="translated">Push realizado con éxito.</target>
</trans-unit>
<trans-unit id="scm button publish title">
<source xml:lang="en">$(cloud-upload) Publish Changes</source>
<target state="translated">$(cloud-upload) Publicar cambios</target>
</trans-unit>
<trans-unit id="scm button publish tooltip">
<source xml:lang="en">Publish Changes</source>
<target state="translated">Publicar cambios</target>
</trans-unit>
<trans-unit id="scm button sync title">
<source xml:lang="en"> Sync Changes $(sync){0}{1}</source>
<target state="translated"> Sincronizar cambios $(sync){0}{1}</target>
</trans-unit>
<trans-unit id="staged changes">
<source xml:lang="en">Staged Changes</source>
<target state="translated">Cambios preparados</target>
@@ -978,6 +998,10 @@ Estos archivos SE PERDERÁN PARA SIEMPRE.</target>
<source xml:lang="en">Syncing. Cancelling may cause serious damages to the repository</source>
<target state="translated">Sincronizando. La cancelación puede provocar daños graves en el repositorio.</target>
</trans-unit>
<trans-unit id="tooManyChangesWarning">
<source xml:lang="en">Too many changes were detected. Only the first {0} changes will be shown below.</source>
<target state="translated">Se detectaron demasiados cambios. A continuación solo se mostrarán los primeros {0} cambios.</target>
</trans-unit>
<trans-unit id="untracked">
<source xml:lang="en">Untracked</source>
<target state="translated">Sin seguimiento</target>
@@ -1772,6 +1796,22 @@ Estos archivos SE PERDERÁN PARA SIEMPRE.</target>
<source xml:lang="en">Controls whether to show a notification when a push is successful.</source>
<target state="translated">Controla si se va a mostrar una notificación cuando un push es exitoso.</target>
</trans-unit>
<trans-unit id="config.showUnpublishedCommitsButton">
<source xml:lang="en">Controls whether to show an action button to sync or publish, if there are unpublished commits.</source>
<target state="translated">Controla si se muestra un botón de acción para sincronizar o publicar, si hay confirmaciones no publicadas.</target>
</trans-unit>
<trans-unit id="config.showUnpublishedCommitsButton.always">
<source xml:lang="en">Always shows the action button, if there are unpublished commits.</source>
<target state="translated">Mostrar siempre el botón de acción, si hay confirmaciones sin publicar.</target>
</trans-unit>
<trans-unit id="config.showUnpublishedCommitsButton.never">
<source xml:lang="en">Never shows the action button.</source>
<target state="translated">No mostrar nunca el botón de acción.</target>
</trans-unit>
<trans-unit id="config.showUnpublishedCommitsButton.whenEmpty">
<source xml:lang="en">Only shows the action button if there are no other changes and there are unpublished commits.</source>
<target state="translated">Solo muestra el botón de acción si no hay otros cambios y hay confirmaciones no publicadas.</target>
</trans-unit>
<trans-unit id="config.smartCommitChanges">
<source xml:lang="en">Control which changes are automatically staged by Smart Commit.</source>
<target state="translated">Controle qué cambios se realizan automáticamente mediante Smart Commit.</target>
@@ -1784,6 +1824,10 @@ Estos archivos SE PERDERÁN PARA SIEMPRE.</target>
<source xml:lang="en">Automatically stage tracked changes only.</source>
<target state="translated">Almacenar automáticamente sólo los cambios supervisados.</target>
</trans-unit>
<trans-unit id="config.statusLimit">
<source xml:lang="en">Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.</source>
<target state="translated">Controla cómo limitar el número de cambios que se pueden analizar desde el comando de estado de Git. Se puede establecer en 0 sin límite.</target>
</trans-unit>
<trans-unit id="config.suggestSmartCommit">
<source xml:lang="en">Suggests to enable smart commit (commit all changes when there are no staged changes).</source>
<target state="translated">Sugiere habilitar la confirmación inteligente (confirmar todos los cambios cuando no hay cambios preparados).</target>