mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update to langpacks XLF files for October release. (#17296)
This commit is contained in:
@@ -373,6 +373,18 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/platform/connection/common/connectionStatusManager" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="connectionStatusManager.noConnectionForUri">
|
||||
<source xml:lang="en">Could not find connection with uri: {0}</source>
|
||||
<target state="translated">No se encontró la conexión con el URI: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionStatusManager.uriAlreadyInConnectionsList">
|
||||
<source xml:lang="en">There is already a connection with uri: {0}</source>
|
||||
<target state="translated">Ya hay una conexión con el URI: {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/platform/dashboard/browser/insightRegistry" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="schema.dashboardWidgets.InsightsRegistry">
|
||||
@@ -739,13 +751,25 @@
|
||||
</file>
|
||||
<file original="src/sql/workbench/api/common/extHostNotebook" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="errNoManager">
|
||||
<source xml:lang="en">No Manager found</source>
|
||||
<target state="translated">No se encontró ningún administrador</target>
|
||||
<trans-unit id="errNoExecuteManager">
|
||||
<source xml:lang="en">No execute manager found</source>
|
||||
<target state="translated">No se encontró ningún administrador de ejecución</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errNoProvider">
|
||||
<source xml:lang="en">no notebook provider found</source>
|
||||
<target state="translated">no se encontró ningún proveedor de cuadernos</target>
|
||||
<trans-unit id="errNoExecuteProvider">
|
||||
<source xml:lang="en">No notebook execute provider found</source>
|
||||
<target state="translated">No se encontró ningún proveedor de ejecución de cuadernos</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errNoSerializationManager">
|
||||
<source xml:lang="en">No serialization manager found</source>
|
||||
<target state="translated">No se encontró ningún administrador de serialización</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errNoSerializationProvider">
|
||||
<source xml:lang="en">No notebook serialization provider found</source>
|
||||
<target state="translated">No se encontró ningún proveedor de serialización de cuadernos</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executeProviderRequired">
|
||||
<source xml:lang="en">A NotebookExecuteProvider with valid providerId must be passed to this method</source>
|
||||
<target state="translated">Un NotebookExecuteProvider con un id. de proveedor válido debe pasarse a este método</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noContentManager">
|
||||
<source xml:lang="en">Notebook Manager for notebook {0} does not have a content manager. Cannot perform operations on it</source>
|
||||
@@ -759,17 +783,17 @@
|
||||
<source xml:lang="en">Notebook Manager for notebook {0} does not have a session manager. Cannot perform operations on it</source>
|
||||
<target state="translated">La instancia de Notebook Manager para el cuaderno {0} no tiene un administrador de sesiones. No se pueden realizar operaciones en él.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="providerRequired">
|
||||
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
|
||||
<target state="translated">Un NotebookProvider con providerId válido se debe pasar a este método</target>
|
||||
<trans-unit id="serializationProviderRequired">
|
||||
<source xml:lang="en">A NotebookSerializationProvider with valid providerId must be passed to this method</source>
|
||||
<target state="translated">Un NotebookSerializationProvider con un id. de proveedor válido debe pasarse a este método</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/api/common/extHostNotebookDocumentsAndEditors" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="providerRequired">
|
||||
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
|
||||
<target state="translated">Un NotebookProvider con providerId válido se debe pasar a este método</target>
|
||||
<trans-unit id="navigationProviderRequired">
|
||||
<source xml:lang="en">A NavigationProvider with valid providerId must be passed to this method</source>
|
||||
<target state="translated">Se debe pasar un NavigationProvider con un id. de proveedor válido a este método</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
@@ -911,6 +935,10 @@
|
||||
</file>
|
||||
<file original="src/sql/workbench/browser/modal/optionsDialogHelper" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="optionsDialog.defaultGroupName">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">General</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="optionsDialog.invalidInput">
|
||||
<source xml:lang="en">Invalid input. Numeric value expected.</source>
|
||||
<target state="translated">Entrada no válida. Se espera un valor numérico.</target>
|
||||
@@ -947,6 +975,10 @@
|
||||
</file>
|
||||
<file original="src/sql/workbench/browser/modelComponents/dropdown.component" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="defaultDropdownErrorMessage">
|
||||
<source xml:lang="en">Please fill out this field.</source>
|
||||
<target state="translated">Rellene este campo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loadingCompletedMessage">
|
||||
<source xml:lang="en">Loading completed</source>
|
||||
<target state="translated">Carga completada</target>
|
||||
@@ -1835,6 +1867,30 @@
|
||||
<source xml:lang="en">Attempt to parse the contents of the clipboard when the connection dialog is opened or a paste is performed.</source>
|
||||
<target state="translated">Intente analizar el contenido del portapapeles cuando se abre el cuadro de diálogo de conexión o se realiza un pegado.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.showUnsupportedServerVersionWarning">
|
||||
<source xml:lang="en">Whether to show the warning message when user connects to a server version that is not supported by Azure Data Studio.</source>
|
||||
<target state="translated">Si se muestra o no el mensaje de advertencia cuando el usuario se conecta a una versión del servidor que no es compatible con Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultAuthenticationType.AzureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory: universal con compatibilidad con MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultAuthenticationType.AzureMFAAndUser">
|
||||
<source xml:lang="en">Azure Active Directory - Password</source>
|
||||
<target state="translated">Azure Active Directory: contraseña</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultAuthenticationType.Integrated">
|
||||
<source xml:lang="en">Windows Authentication</source>
|
||||
<target state="translated">Autenticación de Windows</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultAuthenticationType.SqlLogin">
|
||||
<source xml:lang="en">Sql Login</source>
|
||||
<target state="translated">Inicio de sesión de SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultAuthenticationTypeDescription">
|
||||
<source xml:lang="en">Default authentication type to use when connecting to Azure resources. </source>
|
||||
<target state="translated">Tipo de autenticación predeterminado que será usado al conectarse a los recursos de Azure. </target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.defaultEngineDescription">
|
||||
<source xml:lang="en">Default SQL Engine to use. This drives default language provider in .sql files and the default to use when creating a new connection.</source>
|
||||
<target state="translated">Motor de SQL predeterminado para usar. Esto indica el proveedor de lenguaje predeterminado en los archivos .sql y los valores por defecto que se usarán al crear una nueva conexión.</target>
|
||||
@@ -5265,6 +5321,10 @@ Error: {1}</target>
|
||||
<source xml:lang="en">Messages</source>
|
||||
<target state="translated">Mensajes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryResults.queryEditorCrashError">
|
||||
<source xml:lang="en">The query editor ran into an issue and has stopped working. Please save and reopen it.</source>
|
||||
<target state="new">The query editor ran into an issue and has stopped working. Please save and reopen it.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resultsTabTitle">
|
||||
<source xml:lang="en">Results</source>
|
||||
<target state="translated">Resultados</target>
|
||||
@@ -6645,10 +6705,30 @@ Error: {1}</target>
|
||||
<source xml:lang="en">Are you sure you want to cancel this connection?</source>
|
||||
<target state="translated">¿Seguro que desea cancelar esta conexión?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.invalidConnectionResult">
|
||||
<source xml:lang="en">Connection result is invalid</source>
|
||||
<target state="translated">El resultado de la conexión no es válido</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.neverShowUnsupportedVersionWarning">
|
||||
<source xml:lang="en">Don't show again</source>
|
||||
<target state="translated">No volver a mostrar</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.noAzureAccount">
|
||||
<source xml:lang="en">Failed to get Azure account token for connection</source>
|
||||
<target state="translated">Error al obtener el token de cuenta de Azure para conexión</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.refreshAzureTokenFailure">
|
||||
<source xml:lang="en">Failed to refresh Azure account token for connection</source>
|
||||
<target state="translated">Error al actualizar el token de cuenta de Azure para conexión</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.unsupportedServerVersionWarning">
|
||||
<source xml:lang="en">The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected.</source>
|
||||
<target state="translated">La versión del servidor no es compatible con Azure Data Studio, es posible que aún pueda conectarse a ella, pero puede que algunas características de Azure Data Studio no funcionen de la forma esperada.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionManagementService.noProviderForUri">
|
||||
<source xml:lang="en">Could not find provider for uri: {0}</source>
|
||||
<target state="translated">No se encontró ningún proveedor para el URI: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionNotAcceptedError">
|
||||
<source xml:lang="en">Connection Not Accepted</source>
|
||||
<target state="translated">Conexión no aceptada</target>
|
||||
@@ -7274,9 +7354,9 @@ Error: {1}</target>
|
||||
<source xml:lang="en">Contributes notebook language.</source>
|
||||
<target state="translated">Aporta el lenguaje del cuaderno.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vscode.extension.contributes.notebook.providers">
|
||||
<source xml:lang="en">Contributes notebook providers.</source>
|
||||
<target state="translated">Aporta proveedores de cuadernos.</target>
|
||||
<trans-unit id="vscode.extension.contributes.notebook.providersDescriptions">
|
||||
<source xml:lang="en">Contributes notebook provider descriptions.</source>
|
||||
<target state="translated">Aporta descripciones del proveedor de cuadernos.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
@@ -7484,6 +7564,18 @@ Error: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/query/common/queryManagement" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="queryManagement.noQueryRunnerForUri">
|
||||
<source xml:lang="en">Could not find Query Runner for uri: {0}</source>
|
||||
<target state="translated">No se encontró el ejecutor de consultas para el URI: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryManagement.uriAlreadyHasQueryRunner">
|
||||
<source xml:lang="en">Uri: {0} unexpectedly already has a query runner.</source>
|
||||
<target state="translated">URI: inesperadamente {0} ya tiene un ejecutor de consultas.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/query/common/queryModelService" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="commitEditFailed">
|
||||
@@ -7494,6 +7586,14 @@ Error: {1}</target>
|
||||
<source xml:lang="en">Canceling the query failed: {0}</source>
|
||||
<target state="translated">Error al cancelar la consulta: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryModelService.noQueryFoundForUri">
|
||||
<source xml:lang="en">No Query found for {0}</source>
|
||||
<target state="translated">No se encontró ninguna consulta para {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryModelService.uriAlreadyHasQuery">
|
||||
<source xml:lang="en">{0} already has an existing query</source>
|
||||
<target state="translated">{0} ya tiene una consulta existente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="runQueryBatchStartLine">
|
||||
<source xml:lang="en">Line {0}</source>
|
||||
<target state="translated">Línea {0}</target>
|
||||
|
||||
Reference in New Issue
Block a user