Langpack update for March 1.43 release (#22137)

* [Loc] Update to langpack source files and xlfs for March Release

* Last update before code complete
This commit is contained in:
Alex Ma
2023-03-03 13:54:13 -08:00
committed by GitHub
parent aa350f7e49
commit 076ab355a0
190 changed files with 13821 additions and 1010 deletions

View File

@@ -18,6 +18,10 @@
<source xml:lang="en">In progress</source>
<target state="translated">En curso</target>
</trans-unit>
<trans-unit id="Move">
<source xml:lang="en">Move</source>
<target state="translated">Mover</target>
</trans-unit>
<trans-unit id="PublishHistory">
<source xml:lang="en">Publish History</source>
<target state="translated">Historial de publicación</target>
@@ -270,10 +274,6 @@
<source xml:lang="en">Data sources</source>
<target state="translated">Orígenes de datos</target>
</trans-unit>
<trans-unit id="dataSourcesNodeName">
<source xml:lang="en">Data Sources</source>
<target state="translated">Orígenes de datos</target>
</trans-unit>
<trans-unit id="databaseLocation">
<source xml:lang="en">Database location is required for adding a reference to a database</source>
<target state="translated">La ubicación de la base de datos es necesaria para agregar una referencia a una base de datos.</target>
@@ -358,6 +358,10 @@
<source xml:lang="en">Are you sure you want to delete the reference to {0}?</source>
<target state="translated">¿Confirma que quiere eliminar la referencia {0}?</target>
</trans-unit>
<trans-unit id="deleteSqlCmdVariableConfirmation">
<source xml:lang="en">Are you sure you want to delete the SQLCMD Variable '{0}'?</source>
<target state="translated">¿Está seguro de que quiere eliminar la variable "{0}" de SQLCMD?</target>
</trans-unit>
<trans-unit id="deployAppSettingUpdateFailed">
<source xml:lang="en">Failed to update app setting '{0}'</source>
<target state="translated">No se pudo actualizar la configuración de la aplicación "{0}"</target>
@@ -502,6 +506,18 @@
<source xml:lang="en">Enter new database name</source>
<target state="translated">Escriba el nombre de la nueva base de datos.</target>
</trans-unit>
<trans-unit id="enterNewName">
<source xml:lang="en">Enter new name</source>
<target state="translated">Introducir un nombre nuevo</target>
</trans-unit>
<trans-unit id="enterNewSqlCmdVariableDefaultValue">
<source xml:lang="en">Enter default value for SQLCMD variable '{0}'</source>
<target state="translated">Escribir el valor predeterminado para la variable "{0}" de SQLCMDSQLCMD</target>
</trans-unit>
<trans-unit id="enterNewSqlCmdVariableName">
<source xml:lang="en">Enter new SQLCMD Variable name</source>
<target state="translated">Escribir el nuevo nombre de variable de SQLCMD</target>
</trans-unit>
<trans-unit id="enterNewValueForVar">
<source xml:lang="en">Enter new value for variable '{0}'</source>
<target state="translated">Escriba un nuevo valor para la variable "{0}".</target>
@@ -538,10 +554,18 @@
<source xml:lang="en">Error finding build files location: {0}</source>
<target state="translated">Error al buscar la ubicación de los archivos de compilación: {0}</target>
</trans-unit>
<trans-unit id="errorMovingFile">
<source xml:lang="en">Error when moving file from {0} to {1}. Error: {2}</source>
<target state="translated">Error al mover el archivo de {0} a {1}. Error: {2}</target>
</trans-unit>
<trans-unit id="errorReadingProjectGuid">
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
<target state="translated">Error al intentar leer {0} del proyecto “{1}”</target>
</trans-unit>
<trans-unit id="errorRenamingFile">
<source xml:lang="en">Error when renaming file from {0} to {1}. Error: {2}</source>
<target state="new">Error when renaming file from {0} to {1}. Error: {2}</target>
</trans-unit>
<trans-unit id="errorRetrievingBuildFiles">
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
<target state="translated">No se pudo compilar el proyecto. Error al recuperar los archivos necesarios para compilar.</target>
@@ -740,6 +764,14 @@
<source xml:lang="en">Missing 'version' entry in {0}</source>
<target state="translated">Falta la entrada "version" en {0}.</target>
</trans-unit>
<trans-unit id="moveConfirmationPrompt">
<source xml:lang="en">Are you sure you want to move {0} to {1}?</source>
<target state="translated">¿Seguro que quiere mover {0} a {1}?</target>
</trans-unit>
<trans-unit id="movingFilesBetweenProjectsNotSupported">
<source xml:lang="en">Moving files between projects is not supported</source>
<target state="translated">No se admite el movimiento de archivos entre proyectos</target>
</trans-unit>
<trans-unit id="msec">
<source xml:lang="en">msec</source>
<target state="translated">ms</target>
@@ -828,6 +860,10 @@
<source xml:lang="en">Ok</source>
<target state="translated">Aceptar</target>
</trans-unit>
<trans-unit id="onlyMoveSqlFilesSupported">
<source xml:lang="en">Only moving .sql files is supported</source>
<target state="translated">Solo se admite el movimiento de archivos .sql</target>
</trans-unit>
<trans-unit id="openEulaString">
<source xml:lang="en">Open License Agreement</source>
<target state="translated">Abrir contrato de licencia</target>
@@ -952,6 +988,10 @@
<source xml:lang="en">Publish Options</source>
<target state="translated">Opciones de publicación</target>
</trans-unit>
<trans-unit id="publishProfileElements">
<source xml:lang="en">Publish profile elements</source>
<target state="translated">Publicar elementos de perfil</target>
</trans-unit>
<trans-unit id="publishProjectSucceed">
<source xml:lang="en">Database project published successfully</source>
<target state="translated">Proyecto de base de datos publicado correctamente</target>
@@ -1220,6 +1260,14 @@
<source xml:lang="en">Database Projects</source>
<target state="translated">Proyecto de base de datos</target>
</trans-unit>
<trans-unit id="sqlcmdVariableAlreadyExists">
<source xml:lang="en">A SQLCMD Variable with the same name already exists in this project</source>
<target state="translated">Ya existe una variable de SQLCMD con el mismo nombre en este proyecto</target>
</trans-unit>
<trans-unit id="sqlcmdVariablesNodeName">
<source xml:lang="en">SQLCMD Variables</source>
<target state="translated">Variables SQLCMD</target>
</trans-unit>
<trans-unit id="storedProcedureFriendlyName">
<source xml:lang="en">Stored Procedure</source>
<target state="translated">Procedimiento almacenado</target>
@@ -1388,6 +1436,10 @@
<source xml:lang="en">Add Existing Item...</source>
<target state="translated">Agregar elemento existente...</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.addSqlCmdVariable">
<source xml:lang="en">Add SQLCMD Variable</source>
<target state="translated">Nombre de variable de SQLCMD</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.autorestSqlVersion">
<source xml:lang="en">Which version of Autorest.Sql to use from NPM. Latest will be used if not set.</source>
<target state="translated">Qué versión de Autorest.Sql se va a usar desde NPM. Si no se establece, se usará la versión más reciente.</target>
@@ -1432,6 +1484,10 @@
<source xml:lang="en">Full path to .NET SDK on the machine. For example, if dotnet.exe is located at C:\folder1\dotnet\dotnet.exe, set the path for this setting to C:\folder1\dotnet</source>
<target state="translated">Ruta de acceso completa al SDK de .NET en la máquina. Por ejemplo, si dotnet.exe se encuentra en C:\folder1\dotnet\dotnet.exe, establezca la ruta de acceso de esta configuración en C:\folder1\dotnet.</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.edit">
<source xml:lang="en">Edit</source>
<target state="translated">Editar</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.editProjectFile">
<source xml:lang="en">Edit .sqlproj File</source>
<target state="translated">Editar archivo. sqlproj</target>
@@ -1520,6 +1576,10 @@
<source xml:lang="en">Publish</source>
<target state="translated">Publicar</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.rename">
<source xml:lang="en">Rename</source>
<target state="translated">Cambiar nombre</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.schemaCompare">
<source xml:lang="en">Schema Compare</source>
<target state="translated">Comparar esquemas</target>