mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update to localized XLFS (#17372)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="addPackageReferenceMessage">
|
||||
<source xml:lang="en">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</source>
|
||||
<target state="new">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</target>
|
||||
<target state="translated">Para usar enlaces SQL, asegúrese de que el proyecto de Azure Functions tiene una referencia a {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="appSettingPrompt">
|
||||
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
|
||||
@@ -114,6 +114,10 @@
|
||||
<source xml:lang="en">Change Target Platform</source>
|
||||
<target state="translated">Cambiar plataforma de destino</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="checkoutOutputMessage">
|
||||
<source xml:lang="en">Check output pane for more details</source>
|
||||
<target state="translated">Compruebe el panel de salida para obtener más detalles.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="chooseAction">
|
||||
<source xml:lang="en">Choose action</source>
|
||||
<target state="translated">Elegir acción</target>
|
||||
@@ -154,6 +158,10 @@
|
||||
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
|
||||
<target state="translated">La configuración de cadena de conexión está especificada en "local.settings.json"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="containerAlreadyExistForProject">
|
||||
<source xml:lang="en">Other servers on container already exist for the project. Do you want to delete them?</source>
|
||||
<target state="translated">Ya existen otros servidores en el contenedor para el proyecto. ¿Quiere eliminarlos?'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createNew">
|
||||
<source xml:lang="en">Create New</source>
|
||||
<target state="translated">Crear nuevo</target>
|
||||
@@ -310,10 +318,6 @@
|
||||
<source xml:lang="en">Failed to open a connection to the deployed database'</source>
|
||||
<target state="translated">No se pudo abrir una conexión a la base de datos implementada"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployProjectSucceed">
|
||||
<source xml:lang="en">Database project deployed successfully</source>
|
||||
<target state="translated">Proyecto de base de datos implementado correctamente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployScriptExists">
|
||||
<source xml:lang="en">A {0} script already exists. The new script will not be included in build.</source>
|
||||
<target state="translated">Ya existe un script {0}. El nuevo script no se incluirá en la compilación.</target>
|
||||
@@ -564,7 +568,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="moreInformation">
|
||||
<source xml:lang="en">More Information</source>
|
||||
<target state="new">More Information</target>
|
||||
<target state="translated">Más información</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msec">
|
||||
<source xml:lang="en">msec</source>
|
||||
@@ -722,13 +726,17 @@
|
||||
<source xml:lang="en">Publish project</source>
|
||||
<target state="translated">Publicación del proyecto</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>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishSettingsFiles">
|
||||
<source xml:lang="en">Publish Settings File</source>
|
||||
<target state="translated">Archivo de configuración de publicación</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToContainerFailed">
|
||||
<source xml:lang="en">Failed to publish to container. Check output pane for more details. {0}</source>
|
||||
<target state="translated">No se pudo publicar en el contenedor. Compruebe el panel de salida para obtener más detalles. {0}</target>
|
||||
<source xml:lang="en">Failed to publish to container. {0}</source>
|
||||
<target state="translated">No se pudo publicar en el contenedor. {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToDockerContainer">
|
||||
<source xml:lang="en">Publish to new server in a container</source>
|
||||
@@ -738,6 +746,10 @@
|
||||
<source xml:lang="en">Publish to existing server</source>
|
||||
<target state="translated">Publicar en un servidor existente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishingProjectMessage">
|
||||
<source xml:lang="en">Publishing project in a container...</source>
|
||||
<target state="translated">Publicando proyecto en un contenedor...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="referenceRadioButtonsGroupTitle">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
|
||||
Reference in New Issue
Block a user