mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] Massive fix for March Langpack (#22180)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-de" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-de",
|
||||
"displayName": "German Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for German",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension de"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "Es ist keine Azure-Authentifizierungsmethode verfügbar. Sie müssen die Authentifizierungsmethoden in der ADS-Konfiguration aktivieren.",
|
||||
"azure.NoAuthMethod.Selected": "Es wurde keine Azure-Authentifizierungsmethode ausgewählt. Sie müssen die Art der Authentifizierung auswählen, die Sie verwenden möchten.",
|
||||
"azure.deprecatedGetSecurityToken": "\"azdata.accounts.getSecurityToken\" wurde aufgerufen. Diese Methode ist veraltet und wird in zukünftigen Releases entfernt. Verwenden Sie stattdessen \"getAccountSecurityToken\".",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "Fehler beim Abrufen des Tokens",
|
||||
"msalTokenError": "Beim Abrufen des Tokens ist {0} aufgetreten. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "Fehler beim Löschen des Tokencaches.",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "Port",
|
||||
"mssql.connectionOptions.replication.description": "Wird von SQL Server bei der Replikation verwendet.",
|
||||
"mssql.connectionOptions.replication.displayName": "Replikation",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Aktiviert oder deaktiviert sichere Enklaven für die Verbindung.",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Sichere Enklaven",
|
||||
"mssql.connectionOptions.serverName.description": "Name der SQL Server-Instanz",
|
||||
"mssql.connectionOptions.serverName.displayName": "Server",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "Bei WAHR (und encrypt=true) verwendet SQL Server SSL-Verschlüsselung für alle Daten, die zwischen Client und Server gesendet werden, ohne das Serverzertifikat zu überprüfen. Diese Eigenschaft wird bei Encrypt=Strict nicht unterstützt.",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "Der Name der Arbeitsstation, die eine Verbindung mit SQL Server herstellt",
|
||||
"mssql.connectionOptions.workstationId.displayName": "Arbeitsstations-ID",
|
||||
"mssql.disabled": "Deaktiviert",
|
||||
"mssql.enableSqlAuthenticationProvider": "Ermöglicht die Verwendung des Sql-Authentifizierungsanbieters für den Authentifizierungsmodus „Active Directory Interactive“, wenn der Benutzer die Authentifizierung „AzureMFA“ auswählt. Dies ermöglicht die serverseitige Ressourcenendpunktintegration beim Abrufen von Zugriffstokens. Diese Option wird nur für die „MSAL“ Azure Authentication Library unterstützt. Azure Data Studio muss neu gestartet werden, wenn der Wert geändert wird.",
|
||||
"mssql.enabled": "Aktiviert",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Hebt den Ausführungsplanvorgang mit der größten tatsächlichen Anzahl von Zeilen für alle Ausführungen hervor.",
|
||||
"mssql.executionPlan.cost": "Hebt den Ausführungsplanvorgang mit den höchsten Kosten hervor.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Die maximale Anzahl alter Dateien, die beim Start entfernt werden sollen, bei denen der mssql.logRetentionMinutes-Wert abgelaufen ist. Dateien, die aufgrund dieser Einschränkung nicht bereinigt werden, werden beim nächsten Start von Azure Data Studio bereinigt.",
|
||||
"mssql.logRetentionMinutes": "Anzahl von Minuten, für die Protokolldateien für Back-End-Dienste aufbewahrt werden sollen. Der Standardwert ist 1 Woche.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Gruppen nach Schema deaktivieren",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: „Nach Schema gruppieren“ deaktivieren",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Gruppen nach Schema aktivieren",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: „Nach Schema gruppieren“ aktivieren",
|
||||
"mssql.objectExplorer.expandTimeout": "Das Timeout in Sekunden für das Erweitern eines Knotens in Objekt-Explorer. Der Standardwert ist 45 Sekunden.",
|
||||
"mssql.objectExplorer.groupBySchema": "Wenn diese Option aktiviert ist, werden die Datenbankobjekte im Objekt-Explorer nach Schema kategorisiert.",
|
||||
"mssql.parallelMessageProcessing": "[Experimentell] Ob die Anforderungen an den SQL Tools-Dienst parallel verarbeitet werden sollen. Dies wird eingeführt, um die Probleme zu erkennen, die bei der parallelen Bearbeitung aller Anforderungen auftreten können. Der Standardwert ist falsch. Ein Neustart von ADS ist erforderlich, wenn der Wert geändert wird.",
|
||||
"mssql.parallelMessageProcessing": "[Experimentell] Ob die Anforderungen an den SQL Tools-Dienst parallel verarbeitet werden sollen. Dies wird eingeführt, um die Probleme zu erkennen, die bei der parallelen Bearbeitung aller Anforderungen auftreten können. Der Standardwert ist falsch. Azure Data Studio muss neu gestartet werden, wenn der Wert geändert wird.",
|
||||
"mssql.piiLogging": "[Optional] Hiermit wird festgelegt, ob personenbezogene Informationen (PII) in der Protokolldatei protokolliert werden sollen.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Parametrisierung für Always Encrypted aktivieren",
|
||||
"mssql.query.ansiDefaults": "SET ANSI_DEFAULTS aktivieren",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "Fehler beim Suchen des Speicherorts der Builddateien: {0}",
|
||||
"errorMovingFile": "Fehler beim Verschieben der Datei von {0} nach {1}. Fehler: {2}",
|
||||
"errorReadingProjectGuid": "Fehler beim Lesen von {0} des Projekts „{1}“",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "Fehler beim Umbenennen der Datei aus {0} in {1}. Fehler: {2}",
|
||||
"errorRetrievingBuildFiles": "Das Projekt konnte nicht erstellt werden. Fehler beim Abrufen der zum Erstellen erforderlichen Dateien.",
|
||||
"eulaAgreementTemplate": "Ich akzeptiere die {0}.",
|
||||
"eulaAgreementText": "Ich akzeptiere die {0}.",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "Möchten Sie diese Migration abbrechen?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory-Domänennamen (nur zum Migrieren von Windows-Authentifizierungsanmeldungen erforderlich)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "Name der AAD-Verwaltungsdomäne eingeben",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Fehler beim Erfassen der Zielanmeldung. Fehlercode: {0}",
|
||||
"sql.login.migration.complete": "Die Migration von Anmeldungen wurde abgeschlossen.",
|
||||
"sql.login.migration.db.title": "Azure SQL-Datenbank",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Azure Active Directory (AAD)-Domänenname ist erforderlich, um die Windows-Anmeldung zu migrieren. Geben Sie einen AAD-Domänennamen ein, oder heben Sie die Auswahl von Windows-Anmeldungen auf.",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "Anmeldetyp",
|
||||
"sql.login.migration.vm.title": "SQL Server auf Azure-VM",
|
||||
"sql.login.migration.wizard.target.connection.success": "Die Verbindung war erfolgreich.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Bitte beachten Sie, dass sich das Feature für die Anmeldemigration im öffentlichen Vorschaumodus befindet.",
|
||||
"sql.login.migration.wizard.target.description": "Wählen Sie die Ziel-Azure SQL Managed Instance, Azure SQL-VM oder Azure SQL-Datenbank(en) aus, in die Sie Ihre Anmeldungen migrieren möchten.",
|
||||
"sql.login.migration.wizard.target.permission.warning": "Stellen Sie sicher, dass der aktuelle Benutzer über Berechtigungen als Systemadministrator verfügt, um alle Anmeldeinformationen für die aktuelle Instanz ({0}) abzurufen.",
|
||||
"sql.login.migration.wizard.target.type.title": "Azure SQL-Zieltyp",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Ein Hub mit Artikeln zur Migration, die Schritt-für-Schritt-Anleitungen für die Migration und Modernisierung Ihrer Datenressourcen in Azure bereitstellen.",
|
||||
"sql.migration.dashboard.help.description.mi": "Ein Tutorial, das Sie mit einer Schritt-für-Schritt-Anleitung dabei unterstützt, Datenbanken aus einer SQL Server-Instanz (lokal oder Azure Virtual Machines) mit minimaler Downtime zu Azure SQL Managed Instance zu migrieren.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Die Azure SQL Migrationserweiterung für Azure Data Studio bietet Funktionen zum Bewerten, Abrufen der passenden Azure-Empfehlungen und migrieren von SQL Server-Datenbanken zu Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Ein Tutorial, das Schritt für Schritt erklärt, wie Sie Datenbanken von einer SQL Server-Instanz (vor Ort oder Azure Virtual Machines) zu Azure SQL Database migrieren.",
|
||||
"sql.migration.dashboard.help.description.vm": "Ein Tutorial, das Sie mit einer Schritt-für-Schritt-Anleitung dabei unterstützt, Datenbanken aus einer (lokalen) SQL Server-Instanz mit minimaler Downtime zu SQL Server auf Azure Virtual Machines zu migrieren.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Leitfäden zur Azure-Datenbankmigration",
|
||||
"sql.migration.dashboard.help.link.mi": "Tutorial: Zu Azure SQL Managed Instance migrieren (online)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Datenbanken mithilfe von Azure Data Studio migrieren",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrieren zu SQL Server auf Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.vm": "Tutorial: In Azure Virtual Machines (online) zu SQL Server migrieren",
|
||||
"sql.migration.dashboard.help.title": "Links zu Hilfeartikeln und Videos",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Migrieren von Anmeldungen zu Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}. Perzentil",
|
||||
"sql.migration.sku.recommendation": "Azure-Empfehlung",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Um zu Azure SQL Managed Instance zu migrieren, zeigen Sie die Bewertungsergebnisse an, und wählen Sie eine oder mehrere Datenbanken aus.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Um zu Azure SQL-Datenbank zu migrieren, zeigen Sie die Bewertungsergebnisse an, und wählen Sie eine oder mehrere Datenbanken aus.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Um zu SQL Server auf einem virtuellen Azure-Computer zu migrieren, zeigen Sie die Bewertungsergebnisse an, und wählen Sie eine oder mehrere Datenbanken aus.",
|
||||
"sql.migration.sku.recommendationReason": "Empfehlungsgrund",
|
||||
"sql.migration.sku.recommendations": "Empfehlungen",
|
||||
@@ -582,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "SQL-Datendateien",
|
||||
"sql.migration.sku.sql.logDisk": "SQL-Protokolldateien",
|
||||
"sql.migration.sku.sql.temp": "SQL tempdb",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL-Datenbank",
|
||||
"sql.migration.sku.sqldb.target.title": "Azure SQL-Datenbank",
|
||||
"sql.migration.sku.stop.performance.collection": "Datensammlung beenden",
|
||||
"sql.migration.sku.storage.dimension": "Dimension",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Benutzername",
|
||||
"sql.migration.username.label": "Zielbenutzername",
|
||||
"sql.migration.username.placeholder": "Geben Sie den Zielbenutzernamen ein",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Bei der Validierung einer Ressourcenverbindung ist eine Zeitüberschreitung aufgetreten. Weitere Informationen finden Sie unter: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "Status",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Validierungsschritte",
|
||||
"sql.migration.validate.ir.completed.errors": "Die Validierung wurde mit folgenden Fehlern abgeschlossen: {0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Version „{0}“ der Erweiterung „{1}“ kann nicht installiert werden, da sie nicht mit Azure Data Studio „{2}“ kompatibel ist. Aktualisieren Sie auf Azure Data Studio {3}, um die Erweiterung zu installieren.",
|
||||
"installExtensionCompletedAndReloadRequired": "Die Installation der Erweiterung \"{0}\" wurde abgeschlossen. Laden Sie Azure Data Studio neu, um sie zu aktivieren.",
|
||||
"maxMemoryForLargeFilesMB": "Steuert den für Azure Data Studio verfügbaren Arbeitsspeicher nach einem Neustart bei dem Versuch, große Dateien zu öffnen. Dies hat die gleiche Auswirkung wie das Festlegen von `--max-memory=NEWSIZE` über die Befehlszeile.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Neue &&Bereitstellung…",
|
||||
"miNewNotebook": "&&Neues Notizbuch",
|
||||
"miNewQuery": "Neue &&Abfrage",
|
||||
"miinstallVsix": "Erweiterung aus VSIX-Paket installieren",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Nächste Übereinstimmung",
|
||||
"previousSearchItemAction": "Vorherige Übereinstimmung"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Zeitpunkt",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Schließen",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nFehlermeldung: {1}",
|
||||
"addAccountFailedGenericMessage": "Fehler beim Hinzufügen des Kontos. Weitere Informationen finden Sie im Azure-Kontoprotokoll.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Konto wird hinzugefügt...",
|
||||
"refreshCanceled": "Die Kontoaktualisierung wurde durch den Benutzer abgebrochen.",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Warnung"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Der Anbieter mit der ID \"{0}\" wurde nach 30 Sekunden nicht registriert.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Der Ausführungsplananbieter, der das Dateiformat \"{0}\" unterstützt, wurde nach 30 Sekunden nicht registriert.",
|
||||
"noHandlerRegistered": "Es ist kein gültiger Handler für den Ausführungsplan registriert",
|
||||
"providerIdNotValidError": "Für die Interaktion mit ExecutionPlanService ist ein gültiger Anbieter erforderlich",
|
||||
"selectExecutionPlanProvider": "Anbieter auswählen, um den Ausführungsplan zu öffnen"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Schritt {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-es" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-es",
|
||||
"displayName": "Spanish Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Spanish",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension es"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "No hay ningún método de autenticación de Azure disponible. Debe habilitar los métodos de autenticación en la configuración de ADS.",
|
||||
"azure.NoAuthMethod.Selected": "No se ha seleccionado ningún método de autenticación de Azure. Debe seleccionar el método de autenticación que quiera usar.",
|
||||
"azure.deprecatedGetSecurityToken": "Se ha realizado una llamada a azdata.accounts.getSecurityToken. Este método está en desuso y se quitará en versiones futuras. En su lugar, use getAccountSecurityToken.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "No se pudo obtener el token.",
|
||||
"msalTokenError": "{0} al adquirir el token. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "No se pudo borrar la memoria caché de tokens",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "Puerto",
|
||||
"mssql.connectionOptions.replication.description": "Utilizado por SQL Server en replicación",
|
||||
"mssql.connectionOptions.replication.displayName": "Replicación",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Habilita o deshabilita enclaves seguros para la conexión",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Enclaves seguros",
|
||||
"mssql.connectionOptions.serverName.description": "Nombre de la instancia de SQL Server",
|
||||
"mssql.connectionOptions.serverName.displayName": "Servidor",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "Cuando es true (y encrypt=true), SQL Server usa el cifrado SSL para todos los datos enviados entre el cliente y el servidor sin validar el certificado de servidor. Esta propiedad no se admite con Encrypt=Strict.",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "El nombre de la estación de trabajo que se conecta a SQL Server",
|
||||
"mssql.connectionOptions.workstationId.displayName": "Id. de estación de trabajo",
|
||||
"mssql.disabled": "Deshabilitado",
|
||||
"mssql.enableSqlAuthenticationProvider": "Habilita el uso del proveedor de autenticación de SQL para el modo de autenticación \"Active Directory interactivo\" cuando el usuario selecciona la autenticación \"AzureMFA\". Esto habilita la integración del punto de conexión de recursos del lado servidor al capturar tokens de acceso. Esta opción solo se admite para la biblioteca de autenticación de Azure \"MSAL\". Es necesario volver a iniciar Azure Data Studio cuando se cambia el valor.",
|
||||
"mssql.enabled": "Habilitado",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Resalta la operación del plan de ejecución con el mayor número real de filas para todas las ejecuciones.",
|
||||
"mssql.executionPlan.cost": "Resalta la operación del plan de ejecución con el costo más alto.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Número máximo de archivos antiguos para quitarse en el inicio que tienen expirado el valor mssql.logRetentionMinutes. Los archivos que no se limpien debido a esta limitación se limpiarán la próxima vez que se inicie Azure Data Studio.",
|
||||
"mssql.logRetentionMinutes": "Número de minutos para conservar los archivos de registro para los servicios back-end. El valor predeterminado es 1 semana.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Deshabilitar Agrupar por esquema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: deshabilitar Agrupar por esquema",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Habilitar Agrupar por esquema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: habilitar Agrupar por esquema",
|
||||
"mssql.objectExplorer.expandTimeout": "Tiempo de espera en segundos para expandir un nodo en Explorador de objetos. El valor predeterminado es 45 segundos.",
|
||||
"mssql.objectExplorer.groupBySchema": "Cuando se habilita, los objetos de base de datos del Explorador de objetos se clasificarán por esquema.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Si las solicitudes al servicio de herramientas SQL se deben controlar en paralelo. Esto se introduce para detectar los problemas que puede haber al controlar todas las solicitudes en paralelo. El valor predeterminado es false. Es necesario volver a iniciar los ADS cuando se cambia el valor.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Si las solicitudes al servicio de herramientas SQL se deben controlar en paralelo. Esto se introduce para detectar los problemas que puede haber al controlar todas las solicitudes en paralelo. El valor predeterminado es false. Es necesario volver a iniciar Azure Data Studio cuando se cambia el valor.",
|
||||
"mssql.piiLogging": "[Opcional] Debe registrarse información de identificación personal (DCP) en el archivo de registro.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Habilitar parametrización de Always Encrypted",
|
||||
"mssql.query.ansiDefaults": "Habilitar SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "Error al buscar la ubicación de los archivos de compilación: {0}",
|
||||
"errorMovingFile": "Error al mover el archivo de {0} a {1}. Error: {2}",
|
||||
"errorReadingProjectGuid": "Error al intentar leer {0} del proyecto “{1}”",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "Error al cambiar el nombre del archivo de {0} a {1}. Error: {2}",
|
||||
"errorRetrievingBuildFiles": "No se pudo compilar el proyecto. Error al recuperar los archivos necesarios para compilar.",
|
||||
"eulaAgreementTemplate": "Acepto el {0}.",
|
||||
"eulaAgreementText": "Acepto el {0}.",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "¿Seguro de que desea cancelar la migración?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory nombre de dominio (solo es necesario para migrar inicios de sesión de autenticación de Windows)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "Escriba el nombre de dominio de AAD",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Error al recopilar el inicio de sesión de destino, con código de error {0}",
|
||||
"sql.login.migration.complete": "Se completó la migración de inicios de sesión",
|
||||
"sql.login.migration.db.title": "Azure SQL Database",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Azure Active Directory (AAD) El nombre de dominio es necesario para migrar el inicio de sesión de Windows. Escriba un nombre de dominio de AAD o anule la selección de los inicios de sesión de Windows.",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "Tipo de inicio de sesión",
|
||||
"sql.login.migration.vm.title": "SQL Server en una máquina virtual de Azure",
|
||||
"sql.login.migration.wizard.target.connection.success": "La conexión se realizó correctamente.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Tenga en cuenta que la característica de migración de inicio de sesión está en modo de versión preliminar pública.",
|
||||
"sql.login.migration.wizard.target.description": "Seleccione Azure SQL Managed Instance de destino, la VM de Azure SQL o las bases de datos de Azure SQL en las que quiera migrar los inicios de sesión.",
|
||||
"sql.login.migration.wizard.target.permission.warning": "Asegúrese de que el usuario actual tiene permisos de administrador del sistema para obtener toda la información de inicio de sesión de la instancia actual ({0}).",
|
||||
"sql.login.migration.wizard.target.type.title": "Tipo de destino de Azure SQL",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Sitio central de artículos de migración que proporciona instrucciones paso a paso para migrar y modernizar sus recursos de datos en Azure.",
|
||||
"sql.migration.dashboard.help.description.mi": "Tutorial paso a paso para migrar bases de datos de una instancia de SQL Server (local o de Azure Virtual Machines) a Azure SQL Managed Instance con un tiempo de inactividad mínimo.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "La extensión de migración de Azure SQL para Azure Data Studio proporciona funcionalidades para evaluar, obtener recomendaciones de Azure del tamaño adecuado y migrar bases de datos de SQL Server a Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Tutorial paso a paso para migrar bases de datos de una instancia de SQL Server (local o de Azure Virtual Machines) a Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.vm": "Tutorial paso a paso para migrar bases de datos de una instancia de SQL Server (local) a SQL Server en Azure Virtual Machines con un tiempo de inactividad mínimo.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Guía de Azure Database Migration",
|
||||
"sql.migration.dashboard.help.link.mi": "Tutorial: Migración a Azure SQL Managed Instance (en línea)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Migrar bases de datos con Azure Data Studio",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migración a SQL Server en Azure SQL Database (sin conexión)",
|
||||
"sql.migration.dashboard.help.link.vm": "Tutorial: Migración a SQL Server en Azure Virtual Machines (en línea)",
|
||||
"sql.migration.dashboard.help.title": "Artículos de ayuda y vínculos de vídeos",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Migrar inicios de sesión a Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "Percentil {0}",
|
||||
"sql.migration.sku.recommendation": "Recomendación de Azure (VERSIÓN PRELIMINAR)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Para migrar a Azure SQL Managed Instance, vea los resultados de la evaluación y seleccione una o varias bases de datos.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Para migrar a Azure SQL Database, vea los resultados de la evaluación y seleccione una o varias bases de datos.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Para migrar a SQL Server en la máquina virtual de Azure, vea los resultados de la evaluación y seleccione una o varias bases de datos.",
|
||||
"sql.migration.sku.recommendationReason": "Motivo de la recomendación",
|
||||
"sql.migration.sku.recommendations": "Recomendaciones",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Nombre de usuario",
|
||||
"sql.migration.username.label": "Nombre de usuario de destino",
|
||||
"sql.migration.username.placeholder": "Introduzca el nombre de usuario de destino",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Se agotó el tiempo de espera al validar una conexión de recursos. Más información: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "Estado",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Pasos de la validación",
|
||||
"sql.migration.validate.ir.completed.errors": "La validación se completó con los siguientes errores:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "No se puede instalar la versión '{0}' de la extensión '{1}' porque no es compatible con Azure Data Studio '{2}'. Actualice a Azure Data Studio {3} para instalar la extensión.",
|
||||
"installExtensionCompletedAndReloadRequired": "Se ha completado la instalación de la extensión {0}. Vuelva a cargar Azure Data Studio para habilitarlo.",
|
||||
"maxMemoryForLargeFilesMB": "Controla la memoria disponible para Azure Data Studio después de reiniciar cuando se intentan abrir archivos grandes. Tiene el mismo efecto que si se especifica \"--max-memory=NEWSIZE\" en la línea de comandos.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Nueva &&implementación...",
|
||||
"miNewNotebook": "&&Nuevo cuaderno",
|
||||
"miNewQuery": "Nueva &&consulta",
|
||||
"miinstallVsix": "Instalar extensión desde el paquete VSIX",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Coincidencia siguiente",
|
||||
"previousSearchItemAction": "Coincidencia anterior"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Cuándo",
|
||||
"insightId": "Id.",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Cerrar",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nMensaje de error: {1}",
|
||||
"addAccountFailedGenericMessage": "Error al agregar la cuenta. Compruebe el registro de cuentas de Azure para obtener más información.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Adición de cuenta en curso...",
|
||||
"refreshCanceled": "El usuario canceló la actualización de la cuenta",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Advertencia"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "El proveedor con id. {0} no se registró después de 30 segundos.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "El proveedor del plan de ejecución que admite el formato de archivo \"{0}\" no se registró después de 30 segundos.",
|
||||
"noHandlerRegistered": "No hay registrado ningún controlador de plan de ejecución válido",
|
||||
"providerIdNotValidError": "Se requiere un proveedor válido para interactuar con ExecutionPlanService",
|
||||
"selectExecutionPlanProvider": "Seleccionar un proveedor para abrir el plan de ejecución"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Paso {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-fr" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-fr",
|
||||
"displayName": "French Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for French",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension fr"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "Aucune méthode d'authentification Azure disponible. Vous devez activer les méthodes d'authentification dans la configuration ADS.",
|
||||
"azure.NoAuthMethod.Selected": "Aucune méthode d'authentification Azure sélectionnée. Vous devez sélectionner la méthode d'authentification à utiliser.",
|
||||
"azure.deprecatedGetSecurityToken": "Un appel a été effectué à azdata.accounts.getSecurityToken, cette méthode est dépréciée et sera supprimée dans les mises en production futures. Utilisez getAccountSecurityToken à la place.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "Impossible d'obtenir le jeton",
|
||||
"msalTokenError": "{0} s'est produit lors de l'acquisition du jeton. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "L'effacement du cache de jetons a échoué",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "Port",
|
||||
"mssql.connectionOptions.replication.description": "Utilisé par SQL Server dans la réplication",
|
||||
"mssql.connectionOptions.replication.displayName": "Réplication",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Active ou désactive les enclaves sécurisées pour la connexion",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Enclaves sécurisées",
|
||||
"mssql.connectionOptions.serverName.description": "Nom de l'instance SQL Server",
|
||||
"mssql.connectionOptions.serverName.displayName": "Serveur",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "Quand la valeur est true (et encrypt=true), SQL Server utilise le chiffrement SSL pour toutes les données envoyées entre le client et le serveur sans valider le certificat de serveur. Cette propriété n’est pas prise en charge avec Encrypt=Strict.",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "Nom de la station de travail se connectant à SQL Server",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ID de station de travail",
|
||||
"mssql.disabled": "Désactivé",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "Activé",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Met en évidence l’opération de plan d’exécution avec le plus grand nombre réel de lignes pour toutes les exécutions.",
|
||||
"mssql.executionPlan.cost": "Met en surbrillance l’opération de plan d’exécution avec le coût le plus élevé.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Nombre maximal d'anciens fichiers ayant dépassé mssql.logRetentionMinutes à supprimer au démarrage. Les fichiers qui ne sont pas nettoyés du fait de cette limitation le sont au prochain démarrage d'Azure Data Studio.",
|
||||
"mssql.logRetentionMinutes": "Nombre de minutes de conservation des fichiers journaux pour les services de back-end. La durée par défaut est 1 semaine.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Désactiver Grouper par schéma",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server : désactiver le regroupement par schéma",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Activer Grouper par schéma",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server : Activer le schéma Grouper par",
|
||||
"mssql.objectExplorer.expandTimeout": "Délai d’expiration en secondes pour le développement d’un nœud dans l’Explorateur d’objets. La valeur par défaut est 45 secondes.",
|
||||
"mssql.objectExplorer.groupBySchema": "Lorsque cette option est activée, les objets de base de données dans l’Explorateur d'objets sont classés par schéma.",
|
||||
"mssql.parallelMessageProcessing": "[Expérimental] Indique si les requêtes au service des outils SQL doivent être traitées en parallèle. Ceci est introduit pour découvrir les problèmes qui pourraient survenir lors du traitement de toutes les demandes en parallèle. La valeur par défaut est faux. Le redémarrage de l’ADS est requis lorsque la valeur est modifiée.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Activer la paramétrisation pour Always Encrypted",
|
||||
"mssql.query.ansiDefaults": "Activer SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "Erreur lors de la recherche de l’emplacement des fichiers de build : {0}",
|
||||
"errorMovingFile": "Erreur lors du déplacement du fichier de {0} vers {1}. Erreur : {2}",
|
||||
"errorReadingProjectGuid": "Erreur lors de la tentative de lecture {0} du projet '{1}'",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "Erreur lors du changement de nom du fichier de {0} à {1}. Erreur : {2}",
|
||||
"errorRetrievingBuildFiles": "Impossible de générer le projet. Erreur lors de la récupération des fichiers nécessaires à la génération.",
|
||||
"eulaAgreementTemplate": "J'accepte les {0}.",
|
||||
"eulaAgreementText": "J'accepte les {0}.",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "Voulez-vous vraiment annuler cette migration ?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Nom de domaine Active Directory Azure (obligatoire uniquement pour migrer les connexions d’authentification Windows)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "Entrer un nom de domaine AAD",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Échec de la collecte de la connexion cible avec le code d’erreur {0}",
|
||||
"sql.login.migration.complete": "Migration des connexions terminée",
|
||||
"sql.login.migration.db.title": "Azure SQL Database",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Un nom de domaine Azure Active Directory (AAD) est obligatoire pour migrer la connexion Windows. Entrez un nom de domaine AAD ou désélectionnez la ou les connexions Windows.",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "Type de connexion",
|
||||
"sql.login.migration.vm.title": "SQL Server dans une machine virtuelle Azure",
|
||||
"sql.login.migration.wizard.target.connection.success": "La connexion a réussi.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Notez que la fonctionnalité de migration de connexion est en mode préversion publique.",
|
||||
"sql.login.migration.wizard.target.description": "Sélectionnez Azure SQL Managed Instance, Azure SQL Machine virtuelle ou la ou les base de données Azure SQL où vous voulez migrer vos connexions.",
|
||||
"sql.login.migration.wizard.target.permission.warning": "Vérifiez que l’utilisateur actuel dispose des autorisations sysadmin pour obtenir toutes les informations de connexion pour l’instance actuelle ({0}).",
|
||||
"sql.login.migration.wizard.target.type.title": "Type de cible Azure SQL",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Hub d’articles de migration qui fournit des conseils détaillés sur la migration et la modernisation de vos ressources de données dans Azure.",
|
||||
"sql.migration.dashboard.help.description.mi": "Didacticiel pas à pas permettant de migrer des bases de données d’une instance de SQL Server (machines virtuelles locales ou Azure) vers Azure SQL Managed Instance avec un temps d’arrêt minimal.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "L’extension de migration Azure SQL pour Azure Data Studio fournit des fonctionnalités pour évaluer, obtenir des recommandations Azure adaptées et migrer SQL Server bases de données vers Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Un didacticiel pas à pas pour migrer des bases de données d'une instance SQL Server (sur site ou Azure Virtual Machines) vers Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.vm": "Un tutoriel étape par étape pour migrer les bases de données d'une instance de SQL Server (sur site) vers SQL Server on Azure Virtual Machines avec un minimum de temps d'arrêt.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Guides de migration de base de données Azure",
|
||||
"sql.migration.dashboard.help.link.mi": "Didacticiel : migrer vers Azure SQL Managed Instance (en ligne)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Migrer les bases de données à l’aide de Azure Data Studio",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutoriel : Migrer vers SQL Server sur Azure SQL Database (hors ligne)",
|
||||
"sql.migration.dashboard.help.link.vm": "Didacticiel : migrer vers SQL Server sur des machines virtuelles Azure (en ligne)",
|
||||
"sql.migration.dashboard.help.title": "Articles d’aide et liens vidéo",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Migrer les connexions vers Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}e centile",
|
||||
"sql.migration.sku.recommendation": "Recommandation Azure (PRÉVERSION)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Pour migrer vers Azure SQL Managed Instance, affichez les résultats de l’évaluation et sélectionnez une ou plusieurs bases de données.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Pour migrer vers Azure SQL Database, affichez les résultats de l'évaluation et sélectionnez une ou plusieurs bases de données.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Pour migrer vers SQL Server sur une machine virtuelle Azure, affichez les résultats de l’évaluation et sélectionnez une ou plusieurs bases de données.",
|
||||
"sql.migration.sku.recommendationReason": "Raison de la recommandation",
|
||||
"sql.migration.sku.recommendations": "Recommandations",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Nom d'utilisateur",
|
||||
"sql.migration.username.label": "Nom de l'utilisateur cible",
|
||||
"sql.migration.username.placeholder": "Entrez le nom d'utilisateur cible",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Un délai d'attente a été rencontré lors de la validation d'une connexion de ressource. En savoir plus : https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "État",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Étapes de validation",
|
||||
"sql.migration.validate.ir.completed.errors": "La validation s’est terminée avec les erreurs suivantes :{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Impossible d’installer la version '{0}' de l’extension '{1}', car elle n’est pas compatible avec Azure Data Studio '{2}'. Mettez à jour vers Azure Data Studio {3} pour installer l’extension.",
|
||||
"installExtensionCompletedAndReloadRequired": "L'installation de l'extension {0} a été effectuée. Rechargez Azure Data Studio pour l'activer.",
|
||||
"maxMemoryForLargeFilesMB": "Contrôle la mémoire disponible pour Azure Data Studio après le redémarrage en cas de tentative d'ouverture de fichiers volumineux. Même effet que de spécifier '--max-memory=NEWSIZE' sur la ligne de commande.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Nouveau &&déploiement...",
|
||||
"miNewNotebook": "&&Nouveau notebook",
|
||||
"miNewQuery": "Nouvelle &&requête",
|
||||
"miinstallVsix": "Installer l’extension à partir du package VSIX",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Correspondance suivante",
|
||||
"previousSearchItemAction": "Correspondance précédente"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Quand",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Fermer",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nMessage d'erreur : {1}",
|
||||
"addAccountFailedGenericMessage": "Échec de l’ajout du compte. Pour plus d’informations, consultez le journal des comptes Azure.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Ajout du compte...",
|
||||
"refreshCanceled": "L'actualisation du compte a été annulée par l'utilisateur",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Avertissement"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "Aucun gestionnaire de plan d’exécution valide n’est inscrit.",
|
||||
"providerIdNotValidError": "Un fournisseur valide est nécessaire pour interagir avec ExecutionPlanService.",
|
||||
"selectExecutionPlanProvider": "Sélectionner un fournisseur pour ouvrir le plan d’exécution"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Étape {0} : {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
Tutti i cambiamenti degni di nota al language pack "ads-language-pack-it" saranno documentati in questo file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-it",
|
||||
"displayName": "Italian Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Italian",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension it"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "Nessun metodo di autenticazione di Azure disponibile. È necessario abilitare i metodi di autenticazione nella configurazione di ADS.",
|
||||
"azure.NoAuthMethod.Selected": "Non è stato selezionato alcun metodo di autenticazione di Azure. È necessario selezionare il metodo di autenticazione che si vuole usare.",
|
||||
"azure.deprecatedGetSecurityToken": "È stata effettuata una chiamata ad azdata.accounts.getSecurityToken. Questo metodo è deprecato e verrà rimosso nelle versioni future. Usare getAccountSecurityToken.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "Non è stato possibile ottenere il token",
|
||||
"msalTokenError": "Si è verificato un {0} durante l'acquisizione del token. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "Non è stato possibile cancellare la cache dei token",
|
||||
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "Nome della workstation che si connette a SQL Server",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ID workstation",
|
||||
"mssql.disabled": "Disabilitato",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "Abilitato",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Evidenzia l'operazione del piano di esecuzione con il maggior numero effettivo di righe per tutte le esecuzioni.",
|
||||
"mssql.executionPlan.cost": "Evidenzia l'operazione del piano di esecuzione con il costo più elevato.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Numero massimo di file meno recenti da rimuovere all'avvio per cui è scaduto il tempo impostato con mssql.logRetentionMinutes. I file che non vengono rimossi a causa di questa limitazione verranno rimossi al successivo avvio di Azure Data Studio.",
|
||||
"mssql.logRetentionMinutes": "Numero di minuti per la conservazione dei file di log per i servizi di back-end. L'impostazione predefinita è 1 settimana.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Disabilita raggruppa per schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: disabilitare raggruppamento per schema",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Abilita raggruppa per schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: abilitare raggruppamento per schema",
|
||||
"mssql.objectExplorer.expandTimeout": "Timeout in secondi per l'espansione di un nodo in Esplora oggetti. Il valore predefinito è 45 secondi.",
|
||||
"mssql.objectExplorer.groupBySchema": "Se questa opzione è abilitata, gli oggetti di database in Esplora oggetti verranno categorizzati in base allo schema.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Indica se le richieste al servizio strumenti di SQL devono essere gestite in parallelo. Questa funzionalità è stata introdotta per individuare i problemi che potrebbero verificarsi durante la gestione di tutte le richieste in parallelo. Il valore predefinito è false. Il riavvio di ADS è obbligatorio quando il valore viene modificato.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Abilita parametrizzazione per Always Encrypted",
|
||||
"mssql.query.ansiDefaults": "Abilita SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Un hub di articoli sulla migrazione che fornisce indicazioni dettagliate per la migrazione e la modernizzazione degli asset di dati in Azure.",
|
||||
"sql.migration.dashboard.help.description.mi": "Esercitazione dettagliata per eseguire la migrazione di database da un'istanza di SQL Server (locale o macchine virtuali di Azure) a Istanza gestita di SQL di Azure con tempi di inattività minimi.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "L'estensione Azure SQL Migration per Azure Data Studio offre funzionalità per valutare, ottenere consigli di Azure di dimensioni corrette ed eseguire la migrazione di database SQL Server in Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Esercitazione dettagliata per eseguire la migrazione di database da un'istanza di SQL Server (locale o macchine virtuali di Azure) a database SQL di Azure.",
|
||||
"sql.migration.dashboard.help.description.vm": "Esercitazione dettagliata per eseguire la migrazione di database da un'istanza di SQL Server (locale) a SQL server in macchine virtuali di Azure con tempi di inattività minimi.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Guide alla migrazione del database di Azure",
|
||||
"sql.migration.dashboard.help.link.mi": "Esercitazione: Eseguire la migrazione a Istanza gestita di SQL di Azure (online)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Eseguire la migrazione di database tramite Azure Data Studio",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Esercitazione: Eseguire la migrazione a SQL Server nel database SQL di Azure (offline).",
|
||||
"sql.migration.dashboard.help.link.vm": "Esercitazione: Eseguire la migrazione a SQL Server in Macchine virtuali di Azure (online)",
|
||||
"sql.migration.dashboard.help.title": "Articoli della guida e collegamenti video",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Eseguire la migrazione degli account di accesso a Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}° percentile",
|
||||
"sql.migration.sku.recommendation": "Consigli di Azure (ANTEPRIMA)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Per eseguire la migrazione all'Istanza gestita di SQL di Azure, visualizzare i risultati della valutazione e selezionare uno o più database.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Per eseguire la migrazione a database SQL di Azure, visualizzare i risultati della valutazione e selezionare uno o più database.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Per eseguire la migrazione a SQL Server per una macchina virtuale di Azure, visualizzare i risultati della valutazione e selezionare uno o più database.",
|
||||
"sql.migration.sku.recommendationReason": "Motivo della raccomandazione",
|
||||
"sql.migration.sku.recommendations": "Indicazioni",
|
||||
@@ -582,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "File di dati DQS",
|
||||
"sql.migration.sku.sql.logDisk": "File di log SQL",
|
||||
"sql.migration.sku.sql.temp": "Tempdb SQL",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.card.title": "Database SQL di Azure",
|
||||
"sql.migration.sku.sqldb.target.title": "Database SQL di Azure",
|
||||
"sql.migration.sku.stop.performance.collection": "Interrompi la raccolta di dati",
|
||||
"sql.migration.sku.storage.dimension": "Dimensione",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Nome utente",
|
||||
"sql.migration.username.label": "Nome utente di destinazione",
|
||||
"sql.migration.username.placeholder": "Immettere il nome utente di destinazione",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Si è verificato un timeout durante la convalida di una connessione a una risorsa. Altre informazioni: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "Stato",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Passaggi di convalida",
|
||||
"sql.migration.validate.ir.completed.errors": "Convalida completata con gli errori seguenti:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Non è possibile installare la versione '{0}' dell'estensione '{1}' perché non è compatibile con Azure Data Studio '{2}'. Eseguire l'aggiornamento ad Azure Data Studio {3} per installare l'estensione.",
|
||||
"installExtensionCompletedAndReloadRequired": "L'installazione dell'estensione {0} è stata completata. Ricaricare Azure Data Studio per abilitarla.",
|
||||
"maxMemoryForLargeFilesMB": "Controlla la memoria disponibile per Azure Data Studio dopo il riavvio durante il tentativo di aprire file di grandi dimensioni. Il risultato è uguale a quando si specifica `--max-memory=NEWSIZE` sulla riga di comando.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Nuova &&distribuzione...",
|
||||
"miNewNotebook": "&&Nuovo notebook",
|
||||
"miNewQuery": "Nuova &&query",
|
||||
"miinstallVsix": "Installare l'estensione dal pacchetto VSIX",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Risultato successivo",
|
||||
"previousSearchItemAction": "Risultato precedente"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Quando",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Chiudi",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nMessaggio di errore: {1}",
|
||||
"addAccountFailedGenericMessage": "L'aggiunta dell'account non è riuscita. Per altre informazioni, vedere il log degli account di Azure.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Aggiunta dell'account...",
|
||||
"refreshCanceled": "L'aggiornamento dell'account è stato annullato dall'utente",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Avviso"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "Nessun gestore di piani di esecuzione valido registrato",
|
||||
"providerIdNotValidError": "Per interagire con ExecutionPlanService è necessario un provider valido",
|
||||
"selectExecutionPlanProvider": "Selezionare un provider per aprire il piano di esecuzione"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Passaggio {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-ja" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-ja",
|
||||
"displayName": "Japanese Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Japanese",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ja"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "使用可能な Azure 認証方法がありません。ADS 構成で認証方法を有効にする必要があります。",
|
||||
"azure.NoAuthMethod.Selected": "Azure 認証方法が選択されていません。使用する認証方法を選択する必要があります。",
|
||||
"azure.deprecatedGetSecurityToken": "azdata.accounts.getSecurityToken の呼び出しが行われました。このメソッドは非推奨であり、今後のリリースで削除されます。代わりに getAccountSecurityToken を使用してください。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "トークンを取得できませんでした",
|
||||
"msalTokenError": "トークンの取得中に {0} が発生しました。\r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "トークン キャッシュをクリアできませんでした",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "ポート",
|
||||
"mssql.connectionOptions.replication.description": "レプリケーション時に SQL Server によって使用されます",
|
||||
"mssql.connectionOptions.replication.displayName": "レプリケーション",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "接続のセキュリティで保護されたエンクレーブを有効または無効にします",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "セキュリティで保護されたエンクレーブ",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server インスタンスの名前",
|
||||
"mssql.connectionOptions.serverName.displayName": "サーバー",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "true (および encrypt=true) の場合、SQL Server はサーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに SSL 暗号化を使用します。このプロパティは Encrypt=Strict ではサポートされていません。",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "SQL Server に接続しているワークステーションの名前",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ワークステーション ID",
|
||||
"mssql.disabled": "無効",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "有効",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "すべての実行の実際の行数が最も多い実行プランの操作を強調表示します。",
|
||||
"mssql.executionPlan.cost": "コストが最も高い実行プラン操作を強調表示します。",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。",
|
||||
"mssql.logRetentionMinutes": "バックエンド サービスのログ ファイルを保持する分単位の時間。既定値は 1 週間です。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "スキーマによるグループ化を無効にする",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: スキーマによるグループの無効化",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "スキーマによるグループ化を有効にする",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: スキーマによるグループの有効化",
|
||||
"mssql.objectExplorer.expandTimeout": "オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。",
|
||||
"mssql.parallelMessageProcessing": "[試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。値が変更された場合は、ADS の再起動が必要です。",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Always Encrypted のパラメーター化を有効にする",
|
||||
"mssql.query.ansiDefaults": "SET ANSI_DEFAULTS を有効にする",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "ビルド ファイルの場所の検索中にエラーが発生しました: {0}",
|
||||
"errorMovingFile": "ファイルを {0} から {1} に移動するときにエラーが発生しました。エラー: {2}",
|
||||
"errorReadingProjectGuid": "プロジェクト '{0}' の {1} を読み込もうとしてエラーが発生しました",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "ファイルの名前を {0} から {1} に変更するときにエラーが発生しました。エラー: {2}",
|
||||
"errorRetrievingBuildFiles": "プロジェクトをビルドできませんでした。ビルドに必要なファイルの取得中にエラーが発生しました。",
|
||||
"eulaAgreementTemplate": "{0} に同意します。",
|
||||
"eulaAgreementText": "{0} に同意します。",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "この移行を取り消しますか?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory ドメイン名 (Windows 認証ログインの移行にのみ必要)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "AAD ドメイン名を入力してください",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "ターゲット ログインの収集がエラー コード {0} で失敗しました",
|
||||
"sql.login.migration.complete": "ログインの移行が完了しました",
|
||||
"sql.login.migration.db.title": "Azure SQL Database",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Windows ログインを移行するには、Azure Active Directory (AAD) ドメイン名が必要です。AAD ドメイン名を入力するか、Windows ログインの選択を解除してください。",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "ログインの種類",
|
||||
"sql.login.migration.vm.title": "Azure Virtual Machine 上の SQL Server",
|
||||
"sql.login.migration.wizard.target.connection.success": "接続が正常に完了しました。",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "ログイン移行機能はパブリック プレビュー モードであることに注意してください。",
|
||||
"sql.login.migration.wizard.target.description": "ログインを移行するターゲット Azure SQL Managed Instance、Azure SQL VM、Azure SQL Database を選択します。",
|
||||
"sql.login.migration.wizard.target.permission.warning": "現在のユーザーに、現在のインスタンス ({0}) のすべてのログイン情報を取得するための sysadmin アクセス許可があることを確認してください。",
|
||||
"sql.login.migration.wizard.target.type.title": "Azure SQL ターゲット型",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Azure のデータ資産の移行と最新化に関して、手順を追ったガイダンスを提供する移行記事のハブ。",
|
||||
"sql.migration.dashboard.help.description.mi": "SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Managed Instance に最小のダウンタイムでデータベースを移行するための手順を追ったチュートリアルです。",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio の Azure SQL 移行拡張機能では、アセスメントを実行し、適切なサイズの Azure 推奨事項を取得し、SQL Server データベースを Azure に移行する機能が提供されます。",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Database にデータベースを移行するためのステップ バイ ステップ チュートリアルです。",
|
||||
"sql.migration.dashboard.help.description.vm": "SQL Server インスタンス (オンプレミス) から Azure Virtual Machines 上の SQL Server に最小のダウンタイムでデータベースを移行するための手順を追ったチュートリアルです。",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure データベースの移行ガイド",
|
||||
"sql.migration.dashboard.help.link.mi": "チュートリアル: Azure SQL Managed Instance への移行 (オンライン)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Azure Data Studio を使用してデータベースを移行する",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "チュートリアル: Azure SQL Database でSQL Serverに移行する (オフライン)",
|
||||
"sql.migration.dashboard.help.link.vm": "チュートリアル: Azure Virtual Machines 上の SQL Server に移行する (オンライン)",
|
||||
"sql.migration.dashboard.help.title": "ヘルプ記事とビデオ リンク",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Azure SQL にログインを移行する",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0} パーセンタイル",
|
||||
"sql.migration.sku.recommendation": "Azure のレコメンデーション (プレビュー)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Azure SQL Managed Instance に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Azure SQL Database に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Azure Virtual Machine 上の SQL Server に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendationReason": "レコメンデーションの理由",
|
||||
"sql.migration.sku.recommendations": "レコメンデーション",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "ユーザー名",
|
||||
"sql.migration.username.label": "ターゲット ユーザー名",
|
||||
"sql.migration.username.placeholder": "ターゲット ユーザー名を入力してください",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "リソース接続の検証中にタイムアウトが発生しました。詳細情報: https://aka.ms/dms-migrations-troubleshooting。",
|
||||
"sql.migration.validate.ir.column.status": "状態",
|
||||
"sql.migration.validate.ir.column.validation.steps": "検証手順",
|
||||
"sql.migration.validate.ir.completed.errors": "検証は次のエラーで完了しました: {0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Azure Data Studio '{2}' と互換性がないため、拡張機能 '{1}' のバージョン '{0}' をインストールできません。拡張機能をインストールするには、Azure Data Studio {3} に更新してください。",
|
||||
"installExtensionCompletedAndReloadRequired": "拡張機能 {0} のインストールが完了しました。これを有効にするには、Azure Data Studio を再度読み込んでください。",
|
||||
"maxMemoryForLargeFilesMB": "大きなファイルを開こうとすると再起動後に Azure Data Studio に対して使用できるメモリを制御します。コマンド ラインで '--max-memory=NEWSIZE' を指定する場合と同じ効果があります。",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "新しい展開(&&D)",
|
||||
"miNewNotebook": "新しいノートブック(&N)",
|
||||
"miNewQuery": "新しいクエリ(&Q)",
|
||||
"miinstallVsix": "VSIX パッケージから拡張機能をインストールする",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "次の一致",
|
||||
"previousSearchItemAction": "前の一致"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "タイミング",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "閉じる",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nエラー メッセージ: {1}",
|
||||
"addAccountFailedGenericMessage": "アカウントの追加に失敗しました。詳細については、Azure アカウント ログを確認してください。",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "アカウントを追加しています...",
|
||||
"refreshCanceled": "ユーザーがアカウントの更新をキャンセルしました",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "警告"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "有効な実行プラン ハンドラーが登録されていません",
|
||||
"providerIdNotValidError": "ExecutionPlanService と対話するには、有効なプロバイダーが必要です",
|
||||
"selectExecutionPlanProvider": "実行プランを開くプロバイダーを選択する"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "ステップ {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-ko" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-ko",
|
||||
"displayName": "Korean(사용법) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Korean",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ko"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "사용 가능한 Azure 인증 방법이 없습니다. ADS 구성에서 인증 방법을 사용하도록 설정해야 합니다.",
|
||||
"azure.NoAuthMethod.Selected": "Azure 인증 방법이 선택되지 않았습니다. 사용할 인증 방법을 선택해야 합니다.",
|
||||
"azure.deprecatedGetSecurityToken": "azdata.accounts.getSecurityToken이 호출되었습니다. 이 메서드는 사용되지 않으며 향후 릴리스에서 제거됩니다. 대신 getAccountSecurityToken을 사용하세요.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "토큰을 가져오지 못했습니다.",
|
||||
"msalTokenError": "토큰을 획득할 때 {0}이(가) 발생했습니다. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "토큰 캐시를 지우지 못했습니다.",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "포트",
|
||||
"mssql.connectionOptions.replication.description": "복제에서 SQL Server가 사용합니다.",
|
||||
"mssql.connectionOptions.replication.displayName": "복제",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "연결에 대해 보안 Enclave를 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "보안 Enclave",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 인스턴스의 이름",
|
||||
"mssql.connectionOptions.serverName.displayName": "서버",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "true(및 encrypt=true)인 경우 SQL Server는 서버 인증서의 유효성을 검사하지 않고 클라이언트와 서버 간에 전송되는 모든 데이터에 SSL 암호화를 사용합니다. 이 속성은 Encrypt=Strict와는 지원되지 않습니다.",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "SQL Server에 연결하는 워크스테이션의 이름",
|
||||
"mssql.connectionOptions.workstationId.displayName": "워크스테이션 ID",
|
||||
"mssql.disabled": "사용 안 함",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "사용",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "모든 실행에 대한 실제 행 수가 가장 많은 실행 계획 작업을 강조 표시합니다.",
|
||||
"mssql.executionPlan.cost": "가장 높은 비용으로 실행 계획 작업을 강조 표시합니다.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "시작 시 제거하려고 하며 mssql.logRetentionMinutes가 만료된 이전 파일의 최대 수입니다. 이 제한으로 인해 정리되지 않은 파일은 다음에 Azure Data Studio를 시작할 때 정리됩니다.",
|
||||
"mssql.logRetentionMinutes": "백 엔드 서비스의 로그 파일을 유지하는 시간(분)입니다. 기본값은 1주일입니다.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "스키마별 그룹화 사용 안 함",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 스키마별 그룹화 비활성화",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "스키마별 그룹화 사용",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 스키마별 그룹화 사용",
|
||||
"mssql.objectExplorer.expandTimeout": "개체 탐색기 노드를 확장하기 위한 시간 제한(초)입니다. 기본값은 45초입니다.",
|
||||
"mssql.objectExplorer.groupBySchema": "사용하도록 설정하면 개체 탐색기의 데이터베이스 개체가 스키마로 분류됩니다.",
|
||||
"mssql.parallelMessageProcessing": "[실험적] SQL 도구 서비스에 대한 요청을 병렬로 처리할지 여부입니다. 모든 요청을 병렬로 처리할 때 발생할 수 있는 문제를 검색하기 위해 도입되었습니다. 기본값은 false입니다. 값을 변경하면 ADS를 다시 시작해야 합니다.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Always Encrypted에 매개 변수화 사용",
|
||||
"mssql.query.ansiDefaults": "SET ANSI_DEFAULTS 사용",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "빌드 파일 위치를 찾는 동안 오류 발생: {0}",
|
||||
"errorMovingFile": "{0}에서 {1}(으)로 파일을 이동하는 동안 오류가 발생했습니다. 오류: {2}",
|
||||
"errorReadingProjectGuid": "'{1}' 프로젝트의 {0}을(를) 읽는 동안 오류가 발생했습니다.",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "파일 이름을 {0}에서 {1}(으)로 변경하는 동안 오류가 발생했습니다. 오류: {2}",
|
||||
"errorRetrievingBuildFiles": "프로젝트를 빌드할 수 없습니다. 빌드에 필요한 파일을 검색하는 동안 오류가 발생했습니다.",
|
||||
"eulaAgreementTemplate": "{0}을(를) 수락합니다.",
|
||||
"eulaAgreementText": "{0}을(를) 수락합니다.",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "이 마이그레이션을 취소하시겠습니까?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory 도메인 이름(Windows 인증 로그인을 마이그레이션하는 데만 필요)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "AAD 도메인 이름 입력",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "오류 코드로 대상 로그인을 수집하지 못했습니다. {0}",
|
||||
"sql.login.migration.complete": "로그인 마이그레이션 완료",
|
||||
"sql.login.migration.db.title": "Azure SQL Database",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Windows 로그인을 마이그레이션하려면 AAD(Azure Active Directory) 도메인 이름이 필요합니다. AAD 도메인 이름을 입력하거나 Windows 로그인 선택을 취소하세요.",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "로그인 유형",
|
||||
"sql.login.migration.vm.title": "Azure 가상 머신의 SQL Server",
|
||||
"sql.login.migration.wizard.target.connection.success": "연결되었습니다.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "로그인 마이그레이션 기능은 공개 미리 보기 모드입니다.",
|
||||
"sql.login.migration.wizard.target.description": "로그인을 마이그레이션할 대상 Azure SQL Managed Instance, Azure SQL VM 또는 Azure SQL 데이터베이스를 선택합니다.",
|
||||
"sql.login.migration.wizard.target.permission.warning": "현재 사용자에게 현재 인스턴스({0})에 대한 모든 로그인 정보를 가져올 수 있는 sysadmin 권한이 있는지 확인하세요.",
|
||||
"sql.login.migration.wizard.target.type.title": "Azure SQL 대상 유형",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Azure에서 데이터 자산을 마이그레이션하고 최신화하기 위한 단계별 지침을 제공하는 마이그레이션 문서의 허브입니다.",
|
||||
"sql.migration.dashboard.help.description.mi": "가동 중지 시간을 최소화하면서 SQL Server 인스턴스(온-프레미스 또는 Azure Virtual Machines)에서 Azure SQL Managed Instance로 데이터베이스를 마이그레이션하는 단계별 자습서입니다.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio용 Azure SQL 마이그레이션 확장은 Azure 권장 사항을 평가하고, 적합한 크기를 구하며, SQL Server 데이터베이스를 Azure로 마이그레이션하는 기능을 제공합니다.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "SQL Server 인스턴스(온-프레미스 또는 Azure Virtual Machines)에서 Azure SQL Database로 데이터베이스를 마이그레이션하는 단계별 자습서입니다.",
|
||||
"sql.migration.dashboard.help.description.vm": "가동 중지 시간을 최소화하면서 SQL Server 인스턴스(온-프레미스)에서 Azure Virtual Machines의 SQL Server로 데이터베이스를 마이그레이션하는 단계별 자습서입니다.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure 데이터베이스 마이그레이션 가이드",
|
||||
"sql.migration.dashboard.help.link.mi": "자습서: Azure SQL Managed Instance(온라인)로 마이그레이션",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Azure Data Studio를 사용하여 데이터베이스 마이그레이션",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "자습서: Azure SQL Database의 SQL Server로 마이그레이션(오프라인)",
|
||||
"sql.migration.dashboard.help.link.vm": "자습서: Azure Virtual Machines에서 SQL Server로 마이그레이션(온라인)",
|
||||
"sql.migration.dashboard.help.title": "도움말 및 비디오 링크",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "로그인을 Azure SQL로 마이그레이션",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}번째 백분위수",
|
||||
"sql.migration.sku.recommendation": "Azure 권장 사항(미리 보기)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Azure SQL Managed Instance로 마이그레이션하려면 평가 결과를 보고 하나 이상의 데이터베이스를 선택합니다.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Azure SQL 데이터베이스로 마이그레이션하려면 평가 결과를 보고 하나 이상의 데이터베이스를 선택합니다.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Azure 가상 머신의 SQL Server로 마이그레이션하려면 평가 결과를 보고 하나 이상의 데이터베이스를 선택합니다.",
|
||||
"sql.migration.sku.recommendationReason": "권장 이유",
|
||||
"sql.migration.sku.recommendations": "권장 사항",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "사용자 이름",
|
||||
"sql.migration.username.label": "대상 사용자 이름",
|
||||
"sql.migration.username.placeholder": "대상 사용자 이름 입력",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "리소스 연결을 확인하는 동안 시간 초과가 발생했습니다. 자세히 알아보기: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "상태",
|
||||
"sql.migration.validate.ir.column.validation.steps": "유효성 검사 단계",
|
||||
"sql.migration.validate.ir.completed.errors": "다음 오류로 유효성 검사가 완료되었습니다. {0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Azure Data Studio '{2}'와(과) 호환되지 않으므로 '{1}' 확장의 '{0}' 버전을 설치할 수 없습니다. 확장을 설치하려면 Azure Data Studio {3}(으)로 업데이트하세요.",
|
||||
"installExtensionCompletedAndReloadRequired": "{0} 확장 설치가 완료되었습니다. Azure Data Studio를 다시 로드하여 사용하도록 설정하세요.",
|
||||
"maxMemoryForLargeFilesMB": "큰 파일을 열려고 할 때 다시 시작한 후 Azure Data Studio에 사용 가능한 메모리를 제어합니다. 명령줄에 '--max-memory=NEWSIZE'를 지정하는 것과 결과가 같습니다.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "새 배포(&&D)...",
|
||||
"miNewNotebook": "새 Notebook(&&N)",
|
||||
"miNewQuery": "새 쿼리(&&Q)",
|
||||
"miinstallVsix": "VSIX 패키지에서 확장 설치",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "다음 검색 결과",
|
||||
"previousSearchItemAction": "이전 검색 결과"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "시기",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "닫기",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n오류 메시지: {1}",
|
||||
"addAccountFailedGenericMessage": "계정을 추가하지 못했습니다. 자세한 내용은 Azure 계정 로그를 확인하세요.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "계정 추가...",
|
||||
"refreshCanceled": "사용자가 계정 새로 고침을 취소했습니다.",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "경고"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "유효한 실행 계획 처리기가 등록되지 않았습니다.",
|
||||
"providerIdNotValidError": "ExecutionPlanService와 상호 작용하려면 유효한 공급자가 필요합니다.",
|
||||
"selectExecutionPlanProvider": "실행 계획을 열 공급자 선택"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "{0}단계: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-pt_BR" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-pt-br",
|
||||
"displayName": "Portuguese (Brazil) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Portuguese (Brazil)",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension pt-br"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "Nenhum método de autenticação do Azure disponível. Você precisa habilitar os métodos de autenticação na configuração do ADS.",
|
||||
"azure.NoAuthMethod.Selected": "Nenhum método de autenticação do Azure selecionado. Você precisa selecionar o método de autenticação que deseja usar.",
|
||||
"azure.deprecatedGetSecurityToken": "Uma chamada foi realizada para azdata.accounts.getSecurityToken. Esse método foi preterido e será removido em versões futuras. Em vez disso, use getAccountSecurityToken.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "Falha ao obter o token",
|
||||
"msalTokenError": "{0} ocorreu ao adquirir o token. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "Falha ao limpar o cache do token",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "Porta",
|
||||
"mssql.connectionOptions.replication.description": "Usado pelo SQL Server na replicação",
|
||||
"mssql.connectionOptions.replication.displayName": "Replicação",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Habilita ou desabilita Enclaves Seguros para a conexão",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Enclaves Seguros",
|
||||
"mssql.connectionOptions.serverName.description": "Nome da instância do SQL Server",
|
||||
"mssql.connectionOptions.serverName.displayName": "Servidor",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "Quando verdadeiro (e encrypt=true), o SQL Server usa criptografia SSL para todos os dados enviados entre o cliente e o servidor sem validar o certificado do servidor. Esta propriedade não é suportada com Encrypt=Strict.",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "O nome da estação de trabalho que se conecta ao SQL Server",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ID da estação de trabalho",
|
||||
"mssql.disabled": "Desabilitado",
|
||||
"mssql.enableSqlAuthenticationProvider": "Habilita o uso do Provedor de Autenticação Sql para o modo de autenticação 'Active Directory Interactive' quando o usuário seleciona a autenticação 'AzureMFA'. Isso permite a integração de ponto de extremidade de recurso do lado do servidor ao buscar tokens de acesso. Esta opção só tem suporte para a Biblioteca de Autenticação do Azure 'MSAL'. O Azure Data Studio precisa ser reiniciado quando o valor é alterado.",
|
||||
"mssql.enabled": "Habilitado",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Realça a operação do plano de execução com o maior número real de linhas para todas as execuções.",
|
||||
"mssql.executionPlan.cost": "Realça a operação do plano de execução com o custo mais alto.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Número máximo de arquivos antigos a serem removidos na inicialização com mssql.logRetentionMinutes expirado. Os arquivos que não forem limpos devido a essa limitação serão limpos na próxima vez em que o Azure Data Studio for iniciado.",
|
||||
"mssql.logRetentionMinutes": "O número de minutos para reter os arquivos de log dos serviços de back-end. O padrão é uma semana.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Desabilitar Agrupar por Esquema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Desabilitar Agrupar por Esquema",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Habilitar Agrupar por Esquema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Habilitar Agrupar por Esquema",
|
||||
"mssql.objectExplorer.expandTimeout": "O tempo limite em segundos para expandir um nó no Pesquisador de Objetos. O valor padrão é 45 segundos.",
|
||||
"mssql.objectExplorer.groupBySchema": "Quando habilitados, os objetos de banco de dados no Pesquisador de Objetos serão categorizados por esquema.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Se as solicitações ao SQL Tools Service devem ser tratadas em paralelo. Isso é introduzido para descobrir os problemas que podem ocorrer ao lidar com todas as solicitações em paralelo. O valor padrão é falso. O relançamento do ADS é necessário quando o valor é alterado.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Se as solicitações para o SQL Tools Service devem ser tratadas em paralelo. Isso é introduzido para descobrir os problemas que podem ocorrer ao lidar com todas as solicitações em paralelo. O valor padrão é falso. O Azure Data Studio precisa ser reiniciado quando o valor é alterado.",
|
||||
"mssql.piiLogging": "[Opcional] As informações de identificação pessoal (PII) devem ser registradas no arquivo de log.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Habilitar a Parametrização para Always Encrypted",
|
||||
"mssql.query.ansiDefaults": "Habilitar SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "Erro ao localizar o local dos arquivos de build: {0}",
|
||||
"errorMovingFile": "Erro ao mover o arquivo de {0} para {1}. Erro: {2}",
|
||||
"errorReadingProjectGuid": "Erro ao tentar ler {0} do projeto '{1}'",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "Erro ao renomear arquivo de {0} para {1}. Erro: {2}",
|
||||
"errorRetrievingBuildFiles": "Não foi possível criar o projeto. Ocorreu um erro ao recuperar arquivos necessários para compilar.",
|
||||
"eulaAgreementTemplate": "Eu aceito os {0}.",
|
||||
"eulaAgreementText": "Eu aceito os {0}.",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "Tem certeza de que deseja cancelar esta migração?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "O Nome de Domínio do Azure Active Directory (necessário apenas para migrar logons de autenticação do Windows)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "Insira o Nome de Domínio do AAD",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Falha ao coletar o logon de destino com o código de erro {0}",
|
||||
"sql.login.migration.complete": "A migração de logon foi concluída",
|
||||
"sql.login.migration.db.title": "Banco de Dados SQL do Azure",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "O nome de domínio do Azure Active Directory (AAD) é necessário para migrar o logon do Windows. Insira um Nome de Domínio do AAD ou anule a seleção dos logons do Windows.",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "Tipo de logon",
|
||||
"sql.login.migration.vm.title": "SQL Server na Máquina Virtual do Azure",
|
||||
"sql.login.migration.wizard.target.connection.success": "A conexão foi bem-sucedida.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Observe que o recurso de migração de logon está no modo de visualização pública.",
|
||||
"sql.login.migration.wizard.target.description": "Selecione a Instância Gerenciada de SQL do Azure de destino, a VM de SQL do Azure ou o(s) banco(s) de dados de SQL do Azure para onde você deseja migrar seus logons.",
|
||||
"sql.login.migration.wizard.target.permission.warning": "Verifique se o usuário atual tem permissões de administrador de sistema para obter todas as informações de logon da instância atual ({0}).",
|
||||
"sql.login.migration.wizard.target.type.title": "Tipo de destino do SQL do Azure",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Um hub de artigos de migração que fornece orientações passo a passo para migrar e modernizar seus ativos de dados no Azure.",
|
||||
"sql.migration.dashboard.help.description.mi": "Um tutorial passo a passo para migrar bancos de dados de uma instância do SQL Server (local ou Máquinas Virtuais do Azure) para a Instância Gerenciada de SQL do Azure com tempo de inatividade mínimo.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "A extensão SQL do Azure Migration para Azure Data Studio fornece recursos para avaliar, obter recomendações do Azure do tamanho certo e migrar bancos de dados do SQL Server para o Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Um tutorial passo a passo para migrar bancos de dados de uma instância do SQL Server (no local ou Máquinas Virtuais do Microsoft Azure) para o Banco de Dados SQL do Azure.",
|
||||
"sql.migration.dashboard.help.description.vm": "Um tutorial passo a passo para migrar bancos de dados de uma instância do SQL Server (local) para o SQL Server em Máquinas Virtuais do Azure com tempo de inatividade mínimo.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Guias de migração de banco de dados do Azure",
|
||||
"sql.migration.dashboard.help.link.mi": "Tutorial: Migrar para Instância Gerenciada de SQL do Azure (online)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Migrar bancos de dados usando Azure Data Studio",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrar para o SQL Server no Banco de Dados SQL do Azure (offline)",
|
||||
"sql.migration.dashboard.help.link.vm": "Tutorial: Migrar para SQL Server em Máquinas Virtuais do Azure (online)",
|
||||
"sql.migration.dashboard.help.title": "Artigos de ajuda e links de vídeo",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Migrar os logons para o SQL do Azure",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}° percentil",
|
||||
"sql.migration.sku.recommendation": "Recomendação do Azure (VERSÃO PRÉVIA)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Para migrar para a Instância Gerenciada de SQL do Azure, exiba os resultados da avaliação e selecione um ou mais bancos de dados.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Para migrar para o Banco de Dados SQL do Azure, exiba os resultados da avaliação e selecione um ou mais bancos de dados.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Para migrar para o SQL Server na Máquina Virtual do Azure, exiba os resultados da avaliação e selecione um ou mais bancos de dados.",
|
||||
"sql.migration.sku.recommendationReason": "Motivo da recomendação",
|
||||
"sql.migration.sku.recommendations": "Recomendações",
|
||||
@@ -582,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "Arquivos de dados do SQL",
|
||||
"sql.migration.sku.sql.logDisk": "Arquivos de log do SQL",
|
||||
"sql.migration.sku.sql.temp": "Tempdb do SQL",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.card.title": "Banco de Dados SQL do Azure",
|
||||
"sql.migration.sku.sqldb.target.title": "Banco de Dados SQL do Azure",
|
||||
"sql.migration.sku.stop.performance.collection": "Interromper a Coleta de Dados",
|
||||
"sql.migration.sku.storage.dimension": "Dimensão",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Nome do usuário",
|
||||
"sql.migration.username.label": "Nome do usuário de destino",
|
||||
"sql.migration.username.placeholder": "Insira o nome do usuário de destino.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Foi encontrado um tempo limite ao validar uma conexão de recurso. Saiba mais: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "Status",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Etapas de validação",
|
||||
"sql.migration.validate.ir.completed.errors": "Validação concluída com o(s) seguinte(s) erros:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Não é possível instalar a versão '{0}' da extensão '{1}' pois não é compatível com o Azure Data Studio '{2}'. Atualize para o Azure Data Studio {3} para instalar a extensão.",
|
||||
"installExtensionCompletedAndReloadRequired": "A instalação da extensão {0} foi concluída. Recarregue o Azure Data Studio para habilitá-la.",
|
||||
"maxMemoryForLargeFilesMB": "Controla a memória disponível para o Azure Data Studio após a reinicialização ao tentar abrir arquivos grandes. O mesmo efeito que especificar `--max-memory=NEWSIZE` na linha de comando.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Nova &&Implantação...",
|
||||
"miNewNotebook": "&&Novo Bloco de anotações",
|
||||
"miNewQuery": "Nova &&consulta",
|
||||
"miinstallVsix": "Instalar extensão do pacote VSIX",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Próxima Correspondência",
|
||||
"previousSearchItemAction": "Correspondência Anterior"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Quando",
|
||||
"insightId": "ID",
|
||||
@@ -13336,12 +13333,12 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Fechar",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nMensagem de Erro: {1}",
|
||||
"addAccountFailedGenericMessage": "Adicionando falha na conta, verifique o log do Azure Contas para obter mais informações.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Adicionando conta...",
|
||||
"refreshCanceled": "A conta de atualização foi cancelada pelo usuário",
|
||||
"refreshFailed": "0 \r\nError Message: 1"
|
||||
"refreshFailed": "0 \r\nMensagem de erro: 1"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountPickerImpl": {
|
||||
"azureAccount": "Conta do Azure",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Aviso"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "O provedor com id {0} não foi registrado após 30 segundos.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "O provedor do plano de execução que oferece suporte ao formato de arquivo '{0}' não foi registrado após 30 segundos.",
|
||||
"noHandlerRegistered": "Nenhum manipulador de plano de execução válido está registrado",
|
||||
"providerIdNotValidError": "O provedor válido é necessário para interagir com ExecutionPlanService",
|
||||
"selectExecutionPlanProvider": "Selecionar um provedor para abrir o plano de execução"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Etapa {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-ru" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-ru",
|
||||
"displayName": "Russian Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Russian",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ru"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "Методы проверки подлинности Azure недоступны. Необходимо включить методы проверки подлинности в конфигурации ADS.",
|
||||
"azure.NoAuthMethod.Selected": "Метод проверки подлинности Azure не выбран. Необходимо выбрать метод проверки подлинности, который будет использоваться.",
|
||||
"azure.deprecatedGetSecurityToken": "Выполнен вызов метода azdata.accounts.getSecurityToken. Этот метод является устаревшим и будет удален в будущих выпусках. Используйте вместо него метод getAccountSecurityToken.",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "Не удалось получить маркер",
|
||||
"msalTokenError": "{0} произошло при приобретении маркера. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "Не удалось очистить кэш токена",
|
||||
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "Имя рабочей станции, подключающейся к SQL Server",
|
||||
"mssql.connectionOptions.workstationId.displayName": "Идентификатор рабочей станции",
|
||||
"mssql.disabled": "Отключено",
|
||||
"mssql.enableSqlAuthenticationProvider": "Разрешает использование поставщика проверки подлинности SQL для режима проверки подлинности \"Active Directory Interactive\", когда пользователь выбирает проверку подлинности \"AzureMFA\". Это разрешает интеграцию конечной точки ресурсов на стороне сервера при получении маркеров доступа. Этот параметр поддерживается только для библиотеки проверки подлинности Azure \"MSAL\". При изменении значения требуется перезапуск Azure Data Studio.",
|
||||
"mssql.enabled": "Включено",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Выделяет операцию плана выполнения с наибольшим фактическим числом строк для всех выполнений.",
|
||||
"mssql.executionPlan.cost": "Выделяет операцию плана выполнения с наибольшей ресурсоемкостью.",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "Максимальное число старых файлов, удаляемых при запуске, с истекшим сроком mssql.logRetentionMinutes. Файлы, которые не были очищены из-за этого ограничения, очищаются при следующем запуске Azure Data Studio.",
|
||||
"mssql.logRetentionMinutes": "Срок хранения файлов журналов (в минутах) для серверных служб. По умолчанию задана 1 неделя.",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "Отключить группирование по схеме",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: отключить группирование по схеме",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "Включить группирование по схеме",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: включить группирование по схеме",
|
||||
"mssql.objectExplorer.expandTimeout": "Время ожидания в секундах для развертывания узла в обозревателе объектов SQL Server. Значение по умолчанию — 45 секунд.",
|
||||
"mssql.objectExplorer.groupBySchema": "Если этот параметр включен, объекты базы данных в обозревателе объектов будут классифицированы по схеме.",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Следует ли обрабатывать запросы к службе SQL Tools Service одновременно. Этот параметр введен для обнаружения проблем, которые могут возникнуть при параллельной обработке всех запросов. Значение по умолчанию — false. При изменении значения требуется перезапуск ADS.",
|
||||
"mssql.parallelMessageProcessing": "[Экспериментальное] Следует ли обрабатывать запросы к службе SQL Tools Service одновременно. Этот параметр введен для обнаружения проблем, которые могут возникнуть при параллельной обработке всех запросов. Значение по умолчанию — false. При изменении значения требуется перезапуск Azure Data Studio.",
|
||||
"mssql.piiLogging": "[Необязательно] Должны ли личные сведения регистрироваться в файле журнала.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Включить параметризацию для Always Encrypted",
|
||||
"mssql.query.ansiDefaults": "Установить параметр SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Центр статей по миграции, предоставляющий пошаговое руководство по миграции и модернизации ресурсов данных в Azure.",
|
||||
"sql.migration.dashboard.help.description.mi": "Пошаговый учебник по миграции баз данных с экземпляра SQL Server (локальный или Виртуальные машины Microsoft Azure) в Управляемый экземпляр SQL Azure с минимальным простоем.",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Расширение миграции Azure SQL для Azure Data Studio предоставляет возможности для оценки, получения правильных рекомендаций Azure и миграции баз данных SQL Server в Azure.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "Пошаговый учебник по миграции баз данных с экземпляра SQL Server (локальная среда или Виртуальные машины Azure) в Базу данных SQL Azure.",
|
||||
"sql.migration.dashboard.help.description.vm": "Пошаговый учебник по миграции баз данных с экземпляра SQL Server (локальный) в SQL Server на виртуальных машинах Microsoft Azure с минимальным простоем.",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Руководства по переносу баз данных Azure",
|
||||
"sql.migration.dashboard.help.link.mi": "Учебник. Миграция в Управляемый экземпляр SQL Azure (по сети)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Миграция баз данных с помощью Azure Data Studio",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Учебник. Миграция в SQL Server в Базе данных SQL Azure (автономная)",
|
||||
"sql.migration.dashboard.help.link.vm": "Учебник. Миграция в SQL Server на Виртуальных машинах Microsoft Azure (по сети)",
|
||||
"sql.migration.dashboard.help.title": "Статьи справки и ссылки на видео",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Миграция учетных данных в Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0}-процентиль",
|
||||
"sql.migration.sku.recommendation": "Рекомендация Azure (ПРЕДВАРИТЕЛЬНАЯ ВЕРСИЯ)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Просмотрите результаты оценки и выберите одну или несколько баз данных для миграции в Управляемый экземпляр SQL Azure.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Для миграции на Базу данных SQL Azure просмотрите результаты оценки и выберите одну или несколько баз данных.",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Просмотрите результаты оценки и выберите одну или несколько баз данных для миграции в SQL Server на виртуальной машине Azure.",
|
||||
"sql.migration.sku.recommendationReason": "Причина рекомендации",
|
||||
"sql.migration.sku.recommendations": "Рекомендации",
|
||||
@@ -582,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "Файлы данных SQL",
|
||||
"sql.migration.sku.sql.logDisk": "Файлы журналов SQL",
|
||||
"sql.migration.sku.sql.temp": "SQL tempdb",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.card.title": "База данных SQL Azure",
|
||||
"sql.migration.sku.sqldb.target.title": "База данных SQL Azure",
|
||||
"sql.migration.sku.stop.performance.collection": "Остановить сбор данных",
|
||||
"sql.migration.sku.storage.dimension": "Измерение",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "Имя пользователя",
|
||||
"sql.migration.username.label": "Имя целевого пользователя",
|
||||
"sql.migration.username.placeholder": "Введите имя пользователя целевого объекта",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "Превышено время ожидания при проверке подключения к ресурсу. Подробнее: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "Состояние",
|
||||
"sql.migration.validate.ir.column.validation.steps": "Шаги проверки",
|
||||
"sql.migration.validate.ir.completed.errors": "Проверка завершена со следующими ошибками:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Не удается установить версию \"{0}\" расширения \"{1}\", так как она несовместима с Azure Data Studio \"{2}\". Обновите до Azure Data Studio {3}, чтобы установить расширение.",
|
||||
"installExtensionCompletedAndReloadRequired": "Установка расширения {0} завершена. Перезагрузите Azure Data Studio, чтобы включить это расширение.",
|
||||
"maxMemoryForLargeFilesMB": "Управляет объемом памяти, который доступен Azure Data Studio после перезапуска при попытке открытия больших файлов. Действие этого параметра аналогично указанию параметра \"--max-memory=НОВЫЙ_РАЗМЕР\" в командной строке.",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "Новое &&развертывание...",
|
||||
"miNewNotebook": "&&Новая записная книжка",
|
||||
"miNewQuery": "Создать &&запрос",
|
||||
"miinstallVsix": "Установить расширение из пакета VSIX",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "Следующее совпадение",
|
||||
"previousSearchItemAction": "Предыдущее совпадение"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "План_выполнения"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "Когда",
|
||||
"insightId": "Идентификатор",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "Закрыть",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nСообщение об ошибке: {1}",
|
||||
"addAccountFailedGenericMessage": "Не удалось добавить учетную запись. Дополнительные сведения см. в журнале учетных записей Azure.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "Добавление учетной записи…",
|
||||
"refreshCanceled": "Обновление учетной записи было отменено пользователем",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "Предупреждение"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Поставщик с идентификатором {0} не был зарегистрирован через 30 секунд.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Поставщик плана выполнения, который поддерживает формат файла \"{0}\", не был зарегистрирован через 30 секунд.",
|
||||
"noHandlerRegistered": "Допустимый обработчик планов выполнения не зарегистрирован",
|
||||
"providerIdNotValidError": "Для взаимодействия с ExecutionPlanService требуется допустимый поставщик",
|
||||
"selectExecutionPlanProvider": "Выберите поставщика, чтобы открыть план выполнения"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "Шаг {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "План_выполнения"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-zh-hans" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-zh-hans",
|
||||
"displayName": "Chinese (Simplified) (简体中文) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Chinese (Simplified)",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension zh-hans"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "无可用的 Azure 身份验证方法。必须在 ADS 配置中启用身份验证方法。",
|
||||
"azure.NoAuthMethod.Selected": "未选择任何 Azure 身份验证方法。必须选择你要使用的身份验证方法。",
|
||||
"azure.deprecatedGetSecurityToken": "对 azdata.accounts.getSecurityToken 进行了调用,此方法已弃用,并会在未来的版本中删除。请改用 getAccountSecurityToken。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "无法获取令牌",
|
||||
"msalTokenError": "{0} 获取令牌时发生。 \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "未能清除令牌缓存",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "端口",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"mssql.connectionOptions.replication.displayName": "副本",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 Enclave",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "安全 Enclave",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"mssql.connectionOptions.serverName.displayName": "服务器",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"mssql.disabled": "已禁用",
|
||||
"mssql.enableSqlAuthenticationProvider": "当用户选择“AzureMFA”身份验证时,允许将 SQL 身份验证提供程序用于“Active Directory 交互式”身份验证模式。这将在获取访问令牌时启用服务器端资源终结点集成。仅“MSAL”Azure 身份验证库支持此选项。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.enabled": "已启用",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "突出显示所有执行中实际行数最大的执行计划操作。",
|
||||
"mssql.executionPlan.cost": "突出显示成本最高的执行计划操作。",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。",
|
||||
"mssql.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "禁用分组依据架构",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 禁用分组依据架构",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "按架构启用分组",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 按架构启用分组",
|
||||
"mssql.objectExplorer.expandTimeout": "在对象资源管理器中展开节点的超时(以秒为单位)。默认值为 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "启用后,对象资源管理器中的数据库对象将按架构进行分类。",
|
||||
"mssql.parallelMessageProcessing": "[实验性]是否应并行处理对 SQL 工具服务的请求。引入此方法的目的是发现并行处理所有请求时可能存在的问题。默认值为 false。更改值时,需要重新启动 ADS。",
|
||||
"mssql.parallelMessageProcessing": "[试验性] 是否应并行处理对 SQL 工具服务的请求。引入此方法的目的是发现并行处理所有请求时可能存在的问题。默认值为 false。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.piiLogging": "[可选] 应在日志文件中记录个人身份信息(PII)。",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "启用 Always Encrypted 参数化",
|
||||
"mssql.query.ansiDefaults": "启用 SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "查找生成文件位置时出错: {0}",
|
||||
"errorMovingFile": "从 {0} 到 {1} 移动文件时出错。错误: {2}",
|
||||
"errorReadingProjectGuid": "尝试读取项目“{1}”的 {0} 时出错",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "从 {0} 到 {1} 重命名文件时出错。错误: {2}",
|
||||
"errorRetrievingBuildFiles": "无法生成项目。检索生成所需的文件时出错。",
|
||||
"eulaAgreementTemplate": "我接受 {0}。",
|
||||
"eulaAgreementText": "我接受 {0}。",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "是否确实要取消此迁移?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory 域名(仅在迁移 Windows 身份验证登录名时需要)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "输入 AAD 域名",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "收集目标登录失败,错误代码为 {0}",
|
||||
"sql.login.migration.complete": "已完成迁移登录",
|
||||
"sql.login.migration.db.title": "Azure SQL 数据库",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Azure Active Directory (AAD)域名是迁移 Windows 登录名所必需的。请输入 AAD 域名或取消选择 windows 登录名。",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "登录类型",
|
||||
"sql.login.migration.vm.title": "Azure 虚拟机上的 SQL Server",
|
||||
"sql.login.migration.wizard.target.connection.success": "连接成功。",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "请注意,登录迁移功能处于公共预览模式。",
|
||||
"sql.login.migration.wizard.target.description": "选择要在其中迁移登录的目标 Azure SQL 托管实例、Azure SQL VM 或 Azure SQL 数据库。",
|
||||
"sql.login.migration.wizard.target.permission.warning": "请确保当前用户具有获取当前实例({0})的所有登录信息的系统管理员权限。",
|
||||
"sql.login.migration.wizard.target.type.title": "Azure SQL 目标类型",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "提供有关在 Azure 中迁移和现代化数据资产分步指南的迁移文章中心。",
|
||||
"sql.migration.dashboard.help.description.mi": "以最短故障时间将数据库从 SQL Server 实例(本地或 Azure 虚拟机)迁移到 Azure SQL 托管实例的分步教程。",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio 的 Azure SQL 迁移扩展提供评估、获取适当大小的 Azure 建议以及将 SQL Server 数据库迁移到 Azure 的功能。",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "将数据库从 SQL Server 实例(本地或 Azure 虚拟机中)迁移到 Azure SQL 数据库的分步教程。",
|
||||
"sql.migration.dashboard.help.description.vm": "以最短故障时间将数据库从 SQL Server 实例(本地)迁移到 Azure 虚拟机上的 SQL Server 的分步教程。",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure 数据库迁移指南",
|
||||
"sql.migration.dashboard.help.link.mi": "教程: 迁移到 Azure SQL 托管实例(联机)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "使用 Azure Data Studio 迁移数据库",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "教程: 迁移到 Azure SQL 数据库上的 SQL Server (脱机)",
|
||||
"sql.migration.dashboard.help.link.vm": "教程: 迁移到 Azure 虚拟机上的 SQL Server (联机)",
|
||||
"sql.migration.dashboard.help.title": "帮助文章和视频链接",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "将登录迁移到 Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "第 {0} 个百分位数",
|
||||
"sql.migration.sku.recommendation": "Azure 建议(预览版)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "若要迁移到 Azure SQL 托管实例,请查看评估结果并选择一个或多个数据库。",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "要迁移到 Azure SQL 数据库,请查看评估结果并选择一个或多个数据库。",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "若要迁移到 Azure 虚拟机上的 SQL Server,请查看评估结果并选择一个或多个数据库。",
|
||||
"sql.migration.sku.recommendationReason": "建议原因",
|
||||
"sql.migration.sku.recommendations": "建议",
|
||||
@@ -582,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "SQL 数据文件",
|
||||
"sql.migration.sku.sql.logDisk": "SQL 日志文件",
|
||||
"sql.migration.sku.sql.temp": "SQL tempdb",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL 数据库",
|
||||
"sql.migration.sku.sqldb.target.title": "Azure SQL 数据库",
|
||||
"sql.migration.sku.stop.performance.collection": "停止数据收集",
|
||||
"sql.migration.sku.storage.dimension": "维度",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "用户名",
|
||||
"sql.migration.username.label": "目标用户名",
|
||||
"sql.migration.username.placeholder": "输入目标用户名",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "验证资源连接时遇到超时。了解详细信息: https://aka.ms/dms-migrations-troubleshooting。",
|
||||
"sql.migration.validate.ir.column.status": "状态",
|
||||
"sql.migration.validate.ir.column.validation.steps": "验证步骤",
|
||||
"sql.migration.validate.ir.completed.errors": "验证已完成,出现以下错误:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "无法安装扩展“{1}”的版本“{0}”,因为它与 Azure Data Studio“{2}”不兼容。请更新到 Azure Data Studio {3} 以安装扩展。",
|
||||
"installExtensionCompletedAndReloadRequired": "安装扩展 {0} 已完成。请重新加载 Azure Data Studio 以启用它。",
|
||||
"maxMemoryForLargeFilesMB": "在打开大型文件时,控制 Azure Data Studio 可在重启后使用的内存。在命令行中指定 `--max-memory=新的大小` 参数可达到相同效果。",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "新建部署...(&&D)",
|
||||
"miNewNotebook": "新建笔记本(&&N)",
|
||||
"miNewQuery": "新建查询(&&Q)",
|
||||
"miinstallVsix": "从 VSIX 包安装扩展",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "下一个匹配项",
|
||||
"previousSearchItemAction": "上一个匹配项"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "时间",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "关闭",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n错误消息: {1}",
|
||||
"addAccountFailedGenericMessage": "添加帐户失败,有关详细信息,请查看 Azure 帐户日志。",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "正在添加帐户...",
|
||||
"refreshCanceled": "用户已取消刷新帐户",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "警告"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "ID 为 {0} 的提供程序在 30 秒后未注册。",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "支持文件格式 \"{0}\" 的执行计划提供程序在 30 秒后未注册。",
|
||||
"noHandlerRegistered": "未注册有效的执行计划处理程序",
|
||||
"providerIdNotValidError": "如果要与 ExecutionPlanService 交互,需要有效的提供程序",
|
||||
"selectExecutionPlanProvider": "选择提供程序以打开执行计划"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "第 {0} 步: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-zh-hant" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-zh-hant",
|
||||
"displayName": "Chinese (Traditional) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Chinese (Traditional)",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension zh-hant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "沒有任何可用的 Azure 驗證方法。您必須在 ADS 組態中啟用驗證方法。",
|
||||
"azure.NoAuthMethod.Selected": "未選取任何 Azure 驗證方法。您必須選取要使用的驗證方法。",
|
||||
"azure.deprecatedGetSecurityToken": "已對 azdata.accounts.getSecurityToken 發出呼叫,此方法已淘汰,並將於日後的版本中移除。請改用 getAccountSecurityToken。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "無法取得權杖",
|
||||
"msalTokenError": "取得權杖時發生{0}。\r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "無法清除權杖快取",
|
||||
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"mssql.disabled": "已停用",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "已啟用",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "使用所有執行的最大實際資料列數來醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.cost": "以最高成本醒目提示執行計畫作業。",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"mssql.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "依架構停用群組",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 依結構描述停用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "依架構啟用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 依結構描述啟用群組",
|
||||
"mssql.objectExplorer.expandTimeout": "在物件總管中展開節點的逾時秒數。預設值為 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "啟用時,物件總管中的資料庫物件會依架構分類。",
|
||||
"mssql.parallelMessageProcessing": "[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 FALSE。當變更值時,需要重新啟動 ADS。",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "啟用 Always Encrypted 的參數化",
|
||||
"mssql.query.ansiDefaults": "啟用 SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "移轉文章的中樞,提供在 Azure 中移轉和讓資料資產現代化的逐步指引。",
|
||||
"sql.migration.dashboard.help.description.mi": "將資料庫從 SQL Server 執行個體 (內部部署或 Azure 虛擬機器) 移轉到 Azure SQL 受控執行個體的逐步教學課程,停機時間最短。",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio 的 Azure SQL 移轉擴充功能提供評估、取得正確大小的 Azure 建議,以及將 SQL Server 資料庫移轉至 Azure 的功能。",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "將資料庫從 SQL Server 執行個體 (內部部署或 Azure 虛擬機器) 移轉至 Azure SQL 資料庫的逐步教學課程。",
|
||||
"sql.migration.dashboard.help.description.vm": "將資料庫從 SQL Server 執行個體 (內部部署) 移轉到 Azure 虛擬機器上 SQL Server 的逐步教學課程,停機時間最短。",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure 資料庫移轉指南",
|
||||
"sql.migration.dashboard.help.link.mi": "教學課程: 移轉至 Azure SQL 受控執行個體 (線上)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "使用 Azure Data Studio 來移轉資料庫",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "教學課程: 移轉至 Azure SQL Database 上的 SQL Server (離線)",
|
||||
"sql.migration.dashboard.help.link.vm": "教學課程: 在 Azure 虛擬機器上移轉至 SQL Server (線上)",
|
||||
"sql.migration.dashboard.help.title": "說明文章及影片連結",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "將登入移轉至 Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "第 {0} 個百分位數",
|
||||
"sql.migration.sku.recommendation": "Azure 建議 (預覽)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "若要移轉至 Azure SQL 受控執行個體,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "若要移轉至 Azure SQL Database,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "若要移轉至 Azure 虛擬機器上的 SQL Server,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendationReason": "建議原因",
|
||||
"sql.migration.sku.recommendations": "建議",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "使用者名稱",
|
||||
"sql.migration.username.label": "目標使用者名稱",
|
||||
"sql.migration.username.placeholder": "輸入目標使用者名稱",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "驗證資源連線時發生逾時。深入了解: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "狀態",
|
||||
"sql.migration.validate.ir.column.validation.steps": "驗證步驟",
|
||||
"sql.migration.validate.ir.completed.errors": "驗證完成,錯誤如下:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "無法安裝延伸模組 '{1}' 的版本 '{0}',因為它與 Azure Data Studio '{2}' 不相容。更新為 Azure Data Studio {3} 以安裝延伸模組。",
|
||||
"installExtensionCompletedAndReloadRequired": "延伸模組 {0} 安裝完成。請重新載入 Azure Data Studio 以啟用此延伸模組。",
|
||||
"maxMemoryForLargeFilesMB": "控制當嘗試開啟大型檔案時,Azure Data Studio 在重新啟動後可用的記憶體。效果與在命令列上指定 `--max-memory=NEWSIZE` 相同。",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "新部署(&&D)…",
|
||||
"miNewNotebook": "新增筆記本(&&N)",
|
||||
"miNewQuery": "新增查詢(&&Q)",
|
||||
"miinstallVsix": "從 VSIX 套件安裝延伸模組",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "下一個相符項目",
|
||||
"previousSearchItemAction": "上一個相符項目"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "時間",
|
||||
"insightId": "識別碼",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "關閉",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n錯誤訊息: {1}",
|
||||
"addAccountFailedGenericMessage": "新增帳戶失敗,如需詳細資訊,請查看 Azure 帳戶記錄。",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "正在新增帳戶...",
|
||||
"refreshCanceled": "使用者已取消重新整理帳戶",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "警告"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "未登錄有效的執行計畫處理常式",
|
||||
"providerIdNotValidError": "需要有效的提供者才能與 ExecutionPlanService 互動",
|
||||
"selectExecutionPlanProvider": "選取要開啟執行計畫的提供者"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "步驟 {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">Fehler beim Abrufen des Tokens</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">Beim Abrufen des Tokens ist {0} aufgetreten.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">Aktiviert oder deaktiviert sichere Enklaven für die Verbindung.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">Sichere Enklaven</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Deaktiviert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">Ermöglicht die Verwendung des Sql-Authentifizierungsanbieters für den Authentifizierungsmodus „Active Directory Interactive“, wenn der Benutzer die Authentifizierung „AzureMFA“ auswählt. Dies ermöglicht die serverseitige Ressourcenendpunktintegration beim Abrufen von Zugriffstokens. Diese Option wird nur für die „MSAL“ Azure Authentication Library unterstützt. Azure Data Studio muss neu gestartet werden, wenn der Wert geändert wird.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Aktiviert</target>
|
||||
@@ -918,7 +922,7 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: „Nach Schema gruppieren“ deaktivieren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: „Nach Schema gruppieren“ aktivieren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und
|
||||
<target state="translated">Wenn diese Option aktiviert ist, werden die Datenbankobjekte im Objekt-Explorer nach Schema kategorisiert.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[Experimentell] Ob die Anforderungen an den SQL Tools-Dienst parallel verarbeitet werden sollen. Dies wird eingeführt, um die Probleme zu erkennen, die bei der parallelen Bearbeitung aller Anforderungen auftreten können. Der Standardwert ist falsch. Ein Neustart von ADS ist erforderlich, wenn der Wert geändert wird.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">[Experimentell] Ob die Anforderungen an den SQL Tools-Dienst parallel verarbeitet werden sollen. Dies wird eingeführt, um die Probleme zu erkennen, die bei der parallelen Bearbeitung aller Anforderungen auftreten können. Der Standardwert ist falsch. Azure Data Studio muss neu gestartet werden, wenn der Wert geändert wird.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="translated">[Optional] Hiermit wird festgelegt, ob personenbezogene Informationen (PII) in der Protokolldatei protokolliert werden sollen.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">Fehler beim Umbenennen der Datei aus {0} in {1}. Fehler: {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRetrievingBuildFiles">
|
||||
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">Fehler beim Erfassen der Zielanmeldung. Fehlercode: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Aktuell werden Serverrollen migriert, Serverzuordnungen eingerichtet und Berecht
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">Bitte beachten Sie, dass sich das Feature für die Anmeldemigration im öffentlichen Vorschaumodus befindet.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ Dies kann einige Zeit dauern.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">Ein Tutorial, das Schritt für Schritt erklärt, wie Sie Datenbanken von einer SQL Server-Instanz (vor Ort oder Azure Virtual Machines) zu Azure SQL Database migrieren.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ Dies kann einige Zeit dauern.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">Tutorial: Migrieren zu SQL Server auf Azure SQL Database (offline)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ Dies kann einige Zeit dauern.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Um zu Azure SQL-Datenbank zu migrieren, zeigen Sie die Bewertungsergebnisse an, und wählen Sie eine oder mehrere Datenbanken aus.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ Dies kann einige Zeit dauern.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Azure SQL-Datenbank</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ Dies kann einige Zeit dauern.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">Bei der Validierung einer Ressourcenverbindung ist eine Zeitüberschreitung aufgetreten. Weitere Informationen finden Sie unter: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">Neue &&Bereitstellung…</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Die folgende Liste der übersprungenen Standardbefehle wird abgeschnitten, wenn
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Die folgende Liste der übersprungenen Standardbefehle wird abgeschnitten, wenn
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Fehler: {1}</target>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
Fehlermeldung: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">Fehler beim Hinzufügen des Kontos. Weitere Informationen finden Sie im Azure-Kontoprotokoll.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Fehlermeldung: 1</target>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="translated">Der Anbieter mit der ID "{0}" wurde nach 30 Sekunden nicht registriert.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="translated">Der Ausführungsplananbieter, der das Dateiformat "{0}" unterstützt, wurde nach 30 Sekunden nicht registriert.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">Es ist kein gültiger Handler für den Ausführungsplan registriert</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">No se pudo obtener el token.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">{0} al adquirir el token.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">Habilita o deshabilita enclaves seguros para la conexión</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">Enclaves seguros</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Deshabilitado</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">Habilita el uso del proveedor de autenticación de SQL para el modo de autenticación "Active Directory interactivo" cuando el usuario selecciona la autenticación "AzureMFA". Esto habilita la integración del punto de conexión de recursos del lado servidor al capturar tokens de acceso. Esta opción solo se admite para la biblioteca de autenticación de Azure "MSAL". Es necesario volver a iniciar Azure Data Studio cuando se cambia el valor.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Habilitado</target>
|
||||
@@ -918,7 +922,7 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: deshabilitar Agrupar por esquema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: habilitar Agrupar por esquema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un
|
||||
<target state="translated">Cuando se habilita, los objetos de base de datos del Explorador de objetos se clasificarán por esquema.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[Experimental] Si las solicitudes al servicio de herramientas SQL se deben controlar en paralelo. Esto se introduce para detectar los problemas que puede haber al controlar todas las solicitudes en paralelo. El valor predeterminado es false. Es necesario volver a iniciar los ADS cuando se cambia el valor.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">[Experimental] Si las solicitudes al servicio de herramientas SQL se deben controlar en paralelo. Esto se introduce para detectar los problemas que puede haber al controlar todas las solicitudes en paralelo. El valor predeterminado es false. Es necesario volver a iniciar Azure Data Studio cuando se cambia el valor.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="translated">[Opcional] Debe registrarse información de identificación personal (DCP) en el archivo de registro.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">Error al cambiar el nombre del archivo de {0} a {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>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">Error al recopilar el inicio de sesión de destino, con código de error {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Actualmente, está en curso la migración de roles de servidor, el establecimien
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">Tenga en cuenta que la característica de migración de inicio de sesión está en modo de versión preliminar pública.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ Esta operación puede tardar varios minutos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">Tutorial paso a paso para migrar bases de datos de una instancia de SQL Server (local o de Azure Virtual Machines) a Azure SQL Database.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ Esta operación puede tardar varios minutos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">Tutorial: Migración a SQL Server en Azure SQL Database (sin conexión)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ Esta operación puede tardar varios minutos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Para migrar a Azure SQL Database, vea los resultados de la evaluación y seleccione una o varias bases de datos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ Esta operación puede tardar varios minutos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Azure SQL Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ Esta operación puede tardar varios minutos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">Se agotó el tiempo de espera al validar una conexión de recursos. Más información: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">Nueva &&implementación...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Comandos omitidos predeterminados:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Comandos omitidos predeterminados:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Error: {1}</target>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
Mensaje de error: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">Error al agregar la cuenta. Compruebe el registro de cuentas de Azure para obtener más información.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Mensaje de error: 1</target>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="es">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="translated">El proveedor con id. {0} no se registró después de 30 segundos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="translated">El proveedor del plan de ejecución que admite el formato de archivo "{0}" no se registró después de 30 segundos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">No hay registrado ningún controlador de plan de ejecución válido</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">Impossible d'obtenir le jeton</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">{0} s'est produit lors de l'acquisition du jeton.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">Active ou désactive les enclaves sécurisées pour la connexion</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">Enclaves sécurisées</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Désactivé</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Activé</target>
|
||||
@@ -918,7 +922,7 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server : désactiver le regroupement par schéma</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server : Activer le schéma Grouper par</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et
|
||||
<target state="translated">Lorsque cette option est activée, les objets de base de données dans l’Explorateur d'objets sont classés par schéma.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[Expérimental] Indique si les requêtes au service des outils SQL doivent être traitées en parallèle. Ceci est introduit pour découvrir les problèmes qui pourraient survenir lors du traitement de toutes les demandes en parallèle. La valeur par défaut est faux. Le redémarrage de l’ADS est requis lorsque la valeur est modifiée.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="new">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">Erreur lors du changement de nom du fichier de {0} à {1}. Erreur : {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRetrievingBuildFiles">
|
||||
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">Échec de la collecte de la connexion cible avec le code d’erreur {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Migration des rôles serveur, établissement des mappages de serveurs et défini
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">Notez que la fonctionnalité de migration de connexion est en mode préversion publique.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ Cela peut prendre un certain temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">Un didacticiel pas à pas pour migrer des bases de données d'une instance SQL Server (sur site ou Azure Virtual Machines) vers Azure SQL Database.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ Cela peut prendre un certain temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">Tutoriel : Migrer vers SQL Server sur Azure SQL Database (hors ligne)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ Cela peut prendre un certain temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Pour migrer vers Azure SQL Database, affichez les résultats de l'évaluation et sélectionnez une ou plusieurs bases de données.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ Cela peut prendre un certain temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Azure SQL Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ Cela peut prendre un certain temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">Un délai d'attente a été rencontré lors de la validation d'une connexion de ressource. En savoir plus : https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">Nouveau &&déploiement...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Commandes ignorées par défaut :
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="fr">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="fr">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Commandes ignorées par défaut :
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="fr">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="fr">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Erreur : {1}</target>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
Message d'erreur : {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">Échec de l’ajout du compte. Pour plus d’informations, consultez le journal des comptes Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Message d’erreur : 1</target>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="fr">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="new">Provider with id {0} was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="new">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">Aucun gestionnaire de plan d’exécution valide n’est inscrit.</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">Non è stato possibile ottenere il token</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">Si è verificato un {0} durante l'acquisizione del token.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -812,6 +812,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Disabilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
@@ -918,7 +922,7 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: disabilitare raggruppamento per schema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: abilitare raggruppamento per schema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una
|
||||
<target state="translated">Se questa opzione è abilitata, gli oggetti di database in Esplora oggetti verranno categorizzati in base allo schema.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[Experimental] Indica se le richieste al servizio strumenti di SQL devono essere gestite in parallelo. Questa funzionalità è stata introdotta per individuare i problemi che potrebbero verificarsi durante la gestione di tutte le richieste in parallelo. Il valore predefinito è false. Il riavvio di ADS è obbligatorio quando il valore viene modificato.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="new">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -664,7 +664,7 @@ L'operazione potrebbe richiedere qualche minuto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">Esercitazione dettagliata per eseguire la migrazione di database da un'istanza di SQL Server (locale o macchine virtuali di Azure) a database SQL di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ L'operazione potrebbe richiedere qualche minuto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">Esercitazione: Eseguire la migrazione a SQL Server nel database SQL di Azure (offline).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ L'operazione potrebbe richiedere qualche minuto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Per eseguire la migrazione a database SQL di Azure, visualizzare i risultati della valutazione e selezionare uno o più database.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ L'operazione potrebbe richiedere qualche minuto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Database SQL di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ L'operazione potrebbe richiedere qualche minuto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">Si è verificato un timeout durante la convalida di una connessione a una risorsa. Altre informazioni: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">Nuova &&distribuzione...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Comandi predefiniti ignorati:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Comandi predefiniti ignorati:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Errore: {1}</target>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
Messaggio di errore: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">L'aggiunta dell'account non è riuscita. Per altre informazioni, vedere il log degli account di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Messaggio di errore: 1</target>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="new">Provider with id {0} was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="new">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">Nessun gestore di piani di esecuzione valido registrato</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">トークンを取得できませんでした</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">トークンの取得中に {0} が発生しました。
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">接続のセキュリティで保護されたエンクレーブを有効または無効にします</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">セキュリティで保護されたエンクレーブ</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">無効</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">有効</target>
|
||||
@@ -918,7 +922,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: スキーマによるグループの無効化</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: スキーマによるグループの有効化</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。値が変更された場合は、ADS の再起動が必要です。</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="new">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">ファイルの名前を {0} から {1} に変更するときにエラーが発生しました。エラー: {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRetrievingBuildFiles">
|
||||
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">ターゲット ログインの収集がエラー コード {0} で失敗しました</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Currently, migrating server roles, establishing server mappings and setting perm
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">ログイン移行機能はパブリック プレビュー モードであることに注意してください。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Database にデータベースを移行するためのステップ バイ ステップ チュートリアルです。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">チュートリアル: Azure SQL Database でSQL Serverに移行する (オフライン)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Azure SQL Database に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Azure SQL Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">リソース接続の検証中にタイムアウトが発生しました。詳細情報: https://aka.ms/dms-migrations-troubleshooting。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">新しい展開(&&D)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="ja">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="ja">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="ja">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="ja">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Error: {1}</source>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
エラー メッセージ: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">アカウントの追加に失敗しました。詳細については、Azure アカウント ログを確認してください。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Error Message: 1</source>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="ja">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="new">Provider with id {0} was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="new">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">有効な実行プラン ハンドラーが登録されていません</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">토큰을 가져오지 못했습니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">토큰을 획득할 때 {0}이(가) 발생했습니다.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">연결에 대해 보안 Enclave를 사용하거나 사용하지 않도록 설정합니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">보안 Enclave</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">사용 안 함</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">사용</target>
|
||||
@@ -918,7 +922,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: 스키마별 그룹화 비활성화</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: 스키마별 그룹화 사용</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<target state="translated">사용하도록 설정하면 개체 탐색기의 데이터베이스 개체가 스키마로 분류됩니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[실험적] SQL 도구 서비스에 대한 요청을 병렬로 처리할지 여부입니다. 모든 요청을 병렬로 처리할 때 발생할 수 있는 문제를 검색하기 위해 도입되었습니다. 기본값은 false입니다. 값을 변경하면 ADS를 다시 시작해야 합니다.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="new">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="new">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">파일 이름을 {0}에서 {1}(으)로 변경하는 동안 오류가 발생했습니다. 오류: {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRetrievingBuildFiles">
|
||||
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">오류 코드로 대상 로그인을 수집하지 못했습니다. {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Currently, migrating server roles, establishing server mappings and setting perm
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">로그인 마이그레이션 기능은 공개 미리 보기 모드입니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">SQL Server 인스턴스(온-프레미스 또는 Azure Virtual Machines)에서 Azure SQL Database로 데이터베이스를 마이그레이션하는 단계별 자습서입니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">자습서: Azure SQL Database의 SQL Server로 마이그레이션(오프라인)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Azure SQL 데이터베이스로 마이그레이션하려면 평가 결과를 보고 하나 이상의 데이터베이스를 선택합니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Azure SQL Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ This may take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">리소스 연결을 확인하는 동안 시간 초과가 발생했습니다. 자세히 알아보기: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<trans-unit id="miNewDeployment">
|
||||
<source xml:lang="en">New &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="new">New &&Deployment...</target>
|
||||
<target state="translated">새 배포(&&D)...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
@@ -3757,6 +3757,14 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="ko">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="ko">
|
||||
<body>
|
||||
<trans-unit id="executionPlanPropertiesEdgeOperationName">
|
||||
@@ -4091,14 +4099,6 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="ko">
|
||||
<body>
|
||||
<trans-unit id="epCompare.executionPlanEditorName">
|
||||
<source xml:lang="en">ExecutionPlan</source>
|
||||
<target state="translated">ExecutionPlan</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="ko">
|
||||
<body>
|
||||
<trans-unit id="insight condition">
|
||||
@@ -7415,16 +7415,16 @@ Error: {1}</source>
|
||||
<trans-unit id="addAccountFailedCodeMessage">
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
<target state="new">{0}
|
||||
Error Message: {1}</target>
|
||||
<target state="translated">{0}
|
||||
오류 메시지: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
|
||||
<target state="translated">계정을 추가하지 못했습니다. 자세한 내용은 Azure 계정 로그를 확인하세요.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
<target state="new">{0}</target>
|
||||
<target state="translated">{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
@@ -8045,6 +8045,14 @@ Error Message: 1</source>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="ko">
|
||||
<body>
|
||||
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
|
||||
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
|
||||
<target state="new">Provider with id {0} was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
|
||||
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
|
||||
<target state="new">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noHandlerRegistered">
|
||||
<source xml:lang="en">No valid execution plan handler is registered</source>
|
||||
<target state="translated">유효한 실행 계획 처리기가 등록되지 않았습니다.</target>
|
||||
|
||||
@@ -124,12 +124,12 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="genericTokenError">
|
||||
<source xml:lang="en">Failed to get token</source>
|
||||
<target state="new">Failed to get token</target>
|
||||
<target state="translated">Falha ao obter o token</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msalTokenError">
|
||||
<source xml:lang="en">{0} occurred when acquiring token.
|
||||
{1}</source>
|
||||
<target state="new">{0} occurred when acquiring token.
|
||||
<target state="translated">{0} ocorreu ao adquirir o token.
|
||||
{1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
@@ -762,11 +762,11 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
|
||||
<target state="new">Enables or disables Secure Enclaves for the connection</target>
|
||||
<target state="translated">Habilita ou desabilita Enclaves Seguros para a conexão</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure Enclaves</source>
|
||||
<target state="new">Secure Enclaves</target>
|
||||
<target state="translated">Enclaves Seguros</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
@@ -812,6 +812,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Desabilitado</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">Habilita o uso do Provedor de Autenticação Sql para o modo de autenticação 'Active Directory Interactive' quando o usuário seleciona a autenticação 'AzureMFA'. Isso permite a integração de ponto de extremidade de recurso do lado do servidor ao buscar tokens de acesso. Esta opção só tem suporte para a Biblioteca de Autenticação do Azure 'MSAL'. O Azure Data Studio precisa ser reiniciado quando o valor é alterado.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Habilitado</target>
|
||||
@@ -918,7 +922,7 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Disable Group By Schema</source>
|
||||
<target state="new">SQL Server: Disable Group By Schema</target>
|
||||
<target state="translated">SQL Server: Desabilitar Agrupar por Esquema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
|
||||
<source xml:lang="en">Enable Group By Schema</source>
|
||||
@@ -926,7 +930,7 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.enableGroupBySchemaTitle">
|
||||
<source xml:lang="en">SQL Server: Enable Group By Schema</source>
|
||||
<target state="new">SQL Server: Enable Group By Schema</target>
|
||||
<target state="translated">SQL Server: Habilitar Agrupar por Esquema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.objectExplorer.expandTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.</source>
|
||||
@@ -937,8 +941,12 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n
|
||||
<target state="translated">Quando habilitados, os objetos de banco de dados no Pesquisador de Objetos serão categorizados por esquema.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.parallelMessageProcessing">
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
|
||||
<target state="translated">[Experimental] Se as solicitações ao SQL Tools Service devem ser tratadas em paralelo. Isso é introduzido para descobrir os problemas que podem ocorrer ao lidar com todas as solicitações em paralelo. O valor padrão é falso. O relançamento do ADS é necessário quando o valor é alterado.</target>
|
||||
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
<target state="translated">[Experimental] Se as solicitações para o SQL Tools Service devem ser tratadas em paralelo. Isso é introduzido para descobrir os problemas que podem ocorrer ao lidar com todas as solicitações em paralelo. O valor padrão é falso. O Azure Data Studio precisa ser reiniciado quando o valor é alterado.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
<target state="translated">[Opcional] As informações de identificação pessoal (PII) devem ser registradas no arquivo de log.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
</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>
|
||||
<target state="translated">Erro ao renomear arquivo de {0} para {1}. Erro: {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRetrievingBuildFiles">
|
||||
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.collecting.target.logins.failed">
|
||||
<source xml:lang="en">Collecting target login failed with error code {0}</source>
|
||||
<target state="new">Collecting target login failed with error code {0}</target>
|
||||
<target state="translated">Falha ao coletar o logon de destino com o código de erro {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
@@ -216,7 +216,7 @@ Atualmente, migrando as funções de servidor, estabelecendo mapeamentos de serv
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in public preview mode.</source>
|
||||
<target state="new">Please note that login migration feature is in public preview mode.</target>
|
||||
<target state="translated">Observe que o recurso de migração de logon está no modo de visualização pública.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
@@ -664,7 +664,7 @@ Isto pode levar algum tempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.sqldb">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</source>
|
||||
<target state="new">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.</target>
|
||||
<target state="translated">Um tutorial passo a passo para migrar bancos de dados de uma instância do SQL Server (no local ou Máquinas Virtuais do Microsoft Azure) para o Banco de Dados SQL do Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.description.vm">
|
||||
<source xml:lang="en">A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises) to SQL Server on Azure Virtual Machines with minimal downtime.</source>
|
||||
@@ -684,7 +684,7 @@ Isto pode levar algum tempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.sqldb">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</source>
|
||||
<target state="new">Tutorial: Migrate to SQL Server on Azure SQL Database (offline)</target>
|
||||
<target state="translated">Tutorial: Migrar para o SQL Server no Banco de Dados SQL do Azure (offline)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.help.link.vm">
|
||||
<source xml:lang="en">Tutorial: Migrate to SQL Server on Azure Virtual Machines (online)</source>
|
||||
@@ -2232,7 +2232,7 @@ Isto pode levar algum tempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.sqldb">
|
||||
<source xml:lang="en">To migrate to Azure SQL Database, view assessment results and select one or more databases.</source>
|
||||
<target state="new">To migrate to Azure SQL Database, view assessment results and select one or more databases.</target>
|
||||
<target state="translated">Para migrar para o Banco de Dados SQL do Azure, exiba os resultados da avaliação e selecione um ou mais bancos de dados.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.recommendation.view.assessment.vm">
|
||||
<source xml:lang="en">To migrate to SQL Server on Azure Virtual Machine, view assessment results and select one or more databases.</source>
|
||||
@@ -2308,7 +2308,7 @@ Isto pode levar algum tempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.card.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
<target state="new">Azure SQL Database</target>
|
||||
<target state="translated">Banco de Dados SQL do Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.sku.sqldb.target.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
@@ -3016,7 +3016,7 @@ Isto pode levar algum tempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.error.gatewaytimeout">
|
||||
<source xml:lang="en">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</source>
|
||||
<target state="new">A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
<target state="translated">Foi encontrado um tempo limite ao validar uma conexão de recurso. Saiba mais: https://aka.ms/dms-migrations-troubleshooting.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.validate.ir.column.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user