diff --git a/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json index 1236c99988..1846286e93 100644 --- a/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Azure Data Explorer-Cluster" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics-Arbeitsbereich" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL-Server" diff --git a/i18n/ads-language-pack-de/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-de/translations/extensions/sql-database-projects.i18n.json index 28e23a82dc..761c0cd2d7 100644 --- a/i18n/ads-language-pack-de/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/sql-database-projects.i18n.json @@ -40,7 +40,7 @@ "sqlDatabaseProjects.netCoreInstallLocation": "Vollständiger Pfad zum .NET Core SDK auf dem Computer.", "sqlDatabaseProjects.netCoreDoNotAsk": "Gibt an, ob der Benutzer aufgefordert wird, .NET Core zu installieren, wenn keine Installation erkannt wird.", "sqlDatabaseProjects.welcome": "Derzeit sind keine Datenbankprojekte geöffnet.\r\n[New Project](command:sqlDatabaseProjects.new)\r\n[Open Project](command:sqlDatabaseProjects.open)\r\n[Create Project From Database](command:sqlDatabaseProjects.importDatabase)", - "sqlDatabaseProjects.addSqlBinding": "Add SQL Binding" + "sqlDatabaseProjects.addSqlBinding": "SQL-Bindung hinzufügen" }, "dist/common/constants": { "emptyProjectTypeDisplayName": "SQL-Datenbank", @@ -157,10 +157,10 @@ "projectLocationLabel": "Standort", "projectLocationPlaceholderText": "Speicherort zum Erstellen des Projekts auswählen", "browseButtonText": "Ordner durchsuchen", - "selectFolderStructure": "Select folder structure", + "selectFolderStructure": "Ordnerstruktur auswählen", "folderStructureLabel": "Ordnerstruktur", - "browseEllipsis": "Browse...", - "selectProjectLocation": "Select project location", + "browseEllipsis": "Durchsuchen...", + "selectProjectLocation": "Projektspeicherort auswählen", "dataworkspace.projectParentDirectoryNotExistError": "Der ausgewählte Projektspeicherort \"{0}\" ist nicht vorhanden oder kein Verzeichnis.", "dataworkspace.projectDirectoryAlreadyExistError": "Es ist bereits ein Verzeichnis mit dem Namen \"{0}\" am ausgewählten Speicherort vorhanden: \"{1}\".", "multipleSqlProjFilesSelected": "Mehrere SQLPROJ-Dateien ausgewählt; wählen Sie nur eine aus.", @@ -196,7 +196,7 @@ "cannotResolvePath": "Der Pfad \"{0}\" kann nicht aufgelöst werden.", "fileAlreadyExists": "Auf dem Datenträger ist an diesem Speicherort bereits eine Datei mit dem Namen \"{0}\" vorhanden. Wählen Sie einen anderen Namen.", "folderAlreadyExists": "Auf dem Datenträger ist an diesem Speicherort bereits ein Ordner mit dem Namen \"{0}\" vorhanden. Wählen Sie einen anderen Namen.", - "folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.", + "folderAlreadyExistsChooseNewLocation": "An diesem Speicherort ist auf dem Datenträger bereits ein Ordner mit dem Namen \"{0}\" vorhanden. Wählen Sie einen anderen Speicherort aus.", "invalidInput": "Ungültige Eingabe: {0}", "invalidPropertyValue": "Für die Eigenschaft \"{0}\" in der SQLPROJ-Datei wurde ein ungültiger Wert angegeben.", "unableToCreatePublishConnection": "Verbindung kann nicht hergestellt werden: {0}", @@ -228,22 +228,23 @@ "externalStreamingJobFriendlyName": "Externer Streamingauftrag", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", - "selectBindingType": "Select type of binding", - "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", - "sqlObjectToQuery": "SQL object to query", - "sqlTableToUpsert": "SQL table to upsert into", - "connectionStringSetting": "Connection string setting name", - "connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"", - "noAzureFunctionsInFile": "No Azure functions in the current active file" + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "Eingabe", + "output": "Ausgabe", + "selectBindingType": "Wählen Sie den Bindungstyp aus", + "selectAzureFunction": "Azure-Funktion in der aktuellen Datei auswählen, der die SQL-Bindung hinzugefügt werden soll", + "sqlObjectToQuery": "Abzufragende SQL-Objekte", + "sqlTableToUpsert": "SQL-Tabelle zum Upsertieren", + "connectionStringSetting": "Name der Verbindungszeichenfolge-Einstellung", + "connectionStringSettingPlaceholder": "In \"local.settings.json\" angegebene Verbindungszeichenfolgeneinstellung", + "noAzureFunctionsInFile": "Keine Azure-Funktionen in der aktuellen aktiven Datei" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "Das .NET Core SDK kann nicht gefunden werden. Der Projektbuild funktioniert nicht. Installieren Sie .NET Core SDK Version 3.1 oder aktualisieren Sie den Speicherort des .NET Core SDK in den Einstellungen, sofern bereits installiert.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Speicherort für Updates", - "sqlDatabaseProjects.InstallNetCore": "Installieren", - "sqlDatabaseProjects.doNotAskAgain": "Nicht mehr fragen", - "sqlDatabaseProjects.outputChannel": "Datenbankprojekte", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … Fehler: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … mit Code beendet: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … mit Signal beendet: {1}", diff --git a/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json index 8f9d73dd8a..8fe73ee338 100644 --- a/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json @@ -22,39 +22,29 @@ "complete-cutover-menu": "Übernahme abschließen", "database-details-menu": "Datenbankdetails", "view-target-menu": "Azure SQL-Zieldetails", - "view-service-menu": "Database Migration Service details", + "view-service-menu": "Details zum Azure Database Migration Service", "copy-migration-menu": "Migrationsdetails kopieren", "cancel-migration-menu": "Migration abbrechen" }, "dist/constants/strings": { "sql-migration.wizard.title": "\"{0}\" zu Azure SQL migrieren", - "sql.migration.wizard.source_configuration.title": "SQL-Quellkonfiguration", "sql.migration.assessments.blocking.issue": "Dies ist ein Blockierproblem, das eine erfolgreiche Datenbankmigration verhindert.", - "sql.migration.assessments.progress": "Fortschritt der Bewertungen", "sql.migration.assessment.in.progress": "Bewertung wird durchgeführt", "sql.migration.assessment.in.progress.content": "Wir bewerten die Datenbanken in Ihrer SQL Server-Instanz \"{0}\", um das richtige Azure SQL-Ziel zu identifizieren.\r\n\r\nDies kann einige Zeit dauern.", - "sql.migration.collecting_source_configurations": "Quellkonfigurationen werden erfasst", - "sql.migration.collecting_source_configurations.info": "Wir müssen einige Informationen darüber sammeln, wie Ihre Daten derzeit konfiguriert sind.\r\nDies kann einige Zeit dauern.", - "sql.migration.collecting_source_configurations.error": "Fehler beim Sammeln von Informationen zur Datenkonfiguration. {0}", "sql.migration.wizard.sku.title": "Azure SQL-Ziel", - "sql.migration.wizard.sku.all": "Basierend auf den Bewertungsergebnissen können alle {0} Ihrer Datenbanken im Onlinestatus zu Azure SQL migriert werden.", - "sql.migration.wizard.sku.some": "Basierend auf den Ergebnissen unserer Scans der Quellkonfiguration können {0} von {1} Ihrer Datenbanken zu Azure SQL migriert werden.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Azure SQL-Ziel auswählen", - "sql.migration.sku.none": "Basierend auf den Ergebnissen unserer Scans der Quellkonfiguration können keine Ihrer Datenbanken zu Azure SQL migriert werden.", "sql.migration.sku.mi.card.title": "Azure SQL Managed Instance (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server auf Azure-VM (IaaS)", "sql.migration.select.azure.mi": "Wählen Sie Ihr Azure-Zielabonnement und Ihre Ziel-Azure SQL Managed Instance", "sql.migration.select.azure.vm": "Wählen Sie Ihr Azure-Zielabonnement und Ihr Ziel SQL Server auf dem virtuellen Azure-Computer für Ihr Ziel aus.", - "sql.migration.wizard.subscription.title": "Azure-Abonnementauswahl", - "sql.migration.wizard.subscription.azure.account.title": "Azure-Konto", - "sql.migration.wizard.subscription.azure.subscription.title": "Azure-Abonnement", - "sql.migration.wizard.subscription.azure.product.title": "Azure-Produkt", - "sql.migration.sku.recommendation.view.assessment.mi": "Bewertungsergebnisse anzeigen und mindestens eine Datenbank für die Migration zu Azure SQL Managed Instance (PaaS) auswählen", - "sql.migration.sku.recommendation.view.assessment.vm": "Bewertungsergebnisse anzeigen und mindestens eine Datenbank für die Migration zu SQL Server auf Azure Virtual Machine (IaaS) auswählen", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Anzeigen/auswählen", "total.databases.selected": "{0} von {1} Datenbank(en) ausgewählt.", - "sql.migration.select.target.to.continue": "Wählen Sie ein Ziel aus, um fortzufahren.", - "sql.migration.select.database.to.migrate": "Wählen Sie die zu migrierenden Datenbanken aus.", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "Die Bewertung der SQL Server-Instanz \"{0}\" wurde abgeschlossen.", "sql.migration.assessment": "Bewertungsergebnisse für „{0}“", "sql.migration.can.be.migrated": "{0} von {1} Datenbanken können migriert werden", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Datenbanken", "sql.migration.sql.server.instance": "SQL Server-Instanz", "sql.migration.wizard.account.title": "Azure-Konto", - "sql.migration.wizard.account.description": "Wählen Sie ein Azure-Konto aus, das mit Azure Data Studio verknüpft ist, oder verknüpfen Sie es jetzt.", - "sql.migration.wizard.account.noaccount.error": "Es ist kein verknüpftes Konto vorhanden. Fügen Sie ein Konto hinzu.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Konto verknüpfen", "sql.migration.wizard.account.count.single.message": "{0} Konto verknüpft", "sql.migration.wizard.account.count.multiple.message": "{0} Konten verknüpft", "sql.migration.azure.tenant": "Azure AD-Mandant", - "azure.accounts.accountStaleError": "Das Zugriffstoken für das ausgewählte Konto \"{0}\" ist nicht mehr gültig. Klicken Sie auf die Schaltfläche \"Konto verknüpfen\", und aktualisieren Sie das Konto, oder wählen Sie ein anderes Konto aus.", - "azure.accounts.accountAccessError": "Während auf das ausgewählte Konto \"{0}\" zugegriffen wurde, ist ein Fehler aufgetreten. Klicken Sie auf die Schaltfläche \"Konto verknüpfen\", und aktualisieren Sie das Konto, oder wählen Sie ein anderes Konto aus. Error \"{1}\"", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Datenbanksicherung", "sql.migration.database.page.description": "Wählen Sie den Speicherort der Datenbanksicherungen aus, die für die Migration verwendet werden sollen.", "sql.migration.nc.network.share.radio.label": "Meine Datenbanksicherungen befinden sich in einer Netzwerkfreigabe", "sql.migration.nc.blob.storage.radio.label": "Meine Datenbanksicherungen befinden sich in einem Azure Storage Blob-Container", - "sql.migration.nc.file.share.radio.label": "Meine Datenbanksicherungen befinden sich in einer Azure Storage-Dateifreigabe (bald verfügbar).", "sql.migration.network.share.header.text": "Details zur Netzwerkfreigabe", "sql.migration.network.share.help.text": "Geben Sie den Speicherort der Netzwerkfreigabe an, der Sicherungen und die Benutzeranmeldeinformationen mit Lesezugriff auf die Freigabe enthält", "sql.migration.network.share.location.label": "Speicherort der Netzwerkfreigabe, der Sicherungen enthält.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Kennwort eingeben", "sql.migration.network.share.azure.header": "Speicherkontodetails", "sql.migration.network.share.azure.help": "Geben Sie das Azure-Speicherkonto an, in das Sicherungen hochgeladen werden.", - "sql.migration.network.share.subscription.label": "Wählen Sie das Abonnement aus, das das Speicherkonto enthält.", - "sql.migration.network.share.subscription.placeholder": "Abonnement auswählen", - "sql.migration.network.share.storage.account.label": "Wählen Sie das Speicherkonto aus, in das Sicherungsdateien kopiert werden sollen.", - "sql.migration.network.share.storage.account.placeholder": "Konto auswählen", "sql.migration.unique.name": "Wählen Sie einen eindeutigen Namen für diese Zieldatenbank aus", - "sql.migration.database.already.exists": "Die Datenbank \"{0}\" ist bereits auf der verwalteten Zielinstanz \"{1}\" vorhanden.", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Wählen Sie das Abonnement aus, das das Speicherkonto enthält.", - "sql.migration.blob.storage.account.label": "Wählen Sie das Speicherkonto aus, das die Sicherungsdateien enthält.", - "sql.migration.blob.storage.container.label": "Wählen Sie den Container aus, der die Sicherungsdateien enthält.", - "sql.migration.blob.storage.container.placeholder": "Container auswählen", - "sql.migration.file.share.subscription.label": "Wählen Sie das Abonnement aus, das die Dateifreigabe enthält.", - "sql.migration.file.share.storage.account.label": "Wählen Sie das Speicherkonto aus, das die Dateifreigabe enthält.", - "sql.migration.file.share.label": "Wählen Sie die Dateifreigabe aus, die die Sicherungsdateien enthält.", - "sql.migration.file.share.placeholder": "Freigabe auswählen", "sql.migration.database.migration.mode.label": "Migrationsmodus", - "sql.migration.database.migration.mode.description": "Wählen Sie aus den folgenden Migrationsmodi aus, um basierend auf Ihren Downtimeanforderungen zu Ihrem Azure SQL-Ziel zu migrieren.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Onlinemigration", - "sql.migration.database.migration.mode.online.description": "Die Downtime der Anwendung ist auf die Übernahme am Ende der Migration beschränkt.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "Die Downtime der Anwendung beginnt, wenn die Migration gestartet wird.", "sql.migration.database.migration.mode.offline.label": "Offlinemigration", - "sql.migration.database.backup.email.notification.label": "E-Mail-Benachrichtigungen", - "sql.migration.database.backup.email.notification.checkbox.label": "Benachrichtigen, wenn die Migration abgeschlossen ist", "sql.migration.no.subscription.found": "Kein Abonnement gefunden", "sql.migration.no.location.found": "Kein Speicherort gefunden", "sql.migration.no.storageAccount.found": "Kein Speicherkonto gefunden", "sql.migration.no.fileShares.found": "Es wurden keine Dateifreigaben gefunden", "sql.migration.no.blobContainers.found": "Keine Blobcontainer gefunden.", "sql.migration.no.blobFiles.found": "Es wurden keine BLOB-Dateien gefunden.", - "sql.migration.invalid.subscription.error": "Wählen Sie ein gültiges Abonnement aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.location.error": "Wählen Sie einen gültigen Speicherort aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.storageAccount.error": "Wählen Sie ein gültiges Speicherkonto aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.fileShare.error": "Wählen Sie eine gültige Dateifreigabe aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.blob.resourceGroup.error": "Wählen Sie eine gültige Ressourcengruppe für die Quelldatenbank \"{0}\" aus, um fortzufahren.", - "sql.migration.invalid.blob.storageAccount.error": "Wählen Sie eine gültiges Speicherkonto für die Quelldatenbank \"{0}\" aus, um fortzufahren.", - "sql.migration.invalid.blob.container.error": "Wählen Sie einen gültigen BLOB-Container für die Quelldatenbank \"{0}\" aus, um fortzufahren.", - "sql.migration.invalid.blob.lastBackupFile.error": "Wählen Sie eine gültige letzt Sicherungsdatei für die Quelldatenbank \"{0}\" aus, um den Vorgang fortzusetzen.", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Ungültiges Speicherortformat für die Netzwerkfreigabe. Beispiel: {0}", "sql.migration.invalid.user.account": "Ungültiges Benutzerkontoformat. Beispiel: {0}", - "sql.migration.network.share.location": "Speicherort der Netzwerkfreigabe zum Lesen von Sicherungen für die Datenbank \"{0}\"", - "sql.migration.file.share": "Wählen Sie die Dateifreigabe aus, die die Sicherungsdateien für \"{0}\" enthält", - "sql.migration.blob.container": "Wählen Sie den Container aus, der die Sicherungsdateien für \"{0}\" enthält", - "sql.migration.enter.network.share.information": "Zielnamen für die ausgewählten Quelldatenbanken eingeben", - "sql.migration.blob.container.information": "Geben Sie den Zielnamen ein, und wählen Sie den Blob-Containerspeicherort für die ausgewählten Datenbanken aus", - "sql.migration.enter.file.share.information": "Geben Sie den Zielnamen ein, und wählen Sie den Speicherort der Dateifreigabe für die ausgewählten Datenbanken aus", - "sql.migration.invalid.target.name.error": "Geben Sie einen gültigen Namen für die Zieldatenbank ein.", - "sql.migration.provide.unique.containers": "Geben Sie eindeutige Container für Zieldatenbanken an. Betroffene Datenbanken: ", - "sql.migration.source.details.windowAuth": "Geben Sie die Anmeldeinformationen für die Windows-Authentifizierung ein, die zum Herstellen einer Verbindung mit der SQL Server-Instanz {0} verwendet werden. Diese Anmeldeinformationen werden verwendet, um eine Verbindung mit der SQL Server-Instanz herzustellen und gültige Sicherungsdateien zu identifizieren.", - "sql.migration.source.details.sqlAuth": "Geben Sie die Anmeldeinformationen für die SQL-Authentifizierung ein, die zum Herstellen einer Verbindung mit der SQL Server-Instanz {0} verwendet werden. Diese Anmeldeinformationen werden verwendet, um eine Verbindung mit der SQL Server-Instanz herzustellen und gültige Sicherungsdateien zu identifizieren.", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Wählen Sie zuerst einen Ressourcengruppenwert aus.", "sql.migration.blob.storageAccount.select": "Wählen Sie zuerst einen Speicherkontowert aus.", "sql.migration.blob.container.select": "Wählen Sie zuerst einen BLOB-Containerwert aus.", "sql.migration.ir.page.title": "Azure-Dienst zur Datenbankmigration", - "sql.migration.ir.page.description": "Azure Database Migration Service (DMS) koordiniert Datenbankmigrationsaktivitäten und verfolgt deren Fortschritt. Sie können ein vorhandenes DMS für das Azure SQL-Ziel auswählen, wenn Sie es zuvor erstellt haben oder erstellen Sie unten ein neues.", - "sql.migration.ir.page.note": "Hinweis: DMS wird in Ihrem Azure-Abonnement in der ausgewählten Ressourcengruppe ausgeführt und verursacht keine Kosten für die Ausführung.", - "sql.migration.select.a.migration.service": "Einen Azure Database Migration Service auswählen", - "sql.migration.default.setup.button": "Setup mit Standardeinstellungen: DMS mit Express-Setup mit einem Mausklick mit Standardoptionen hinzufügen.", - "sql.migration.custom.setup.button": "Benutzerdefiniertes Setup: DMS nach dem Anpassen der meisten Optionen hinzufügen.", - "sql.migration.ir.page.sql.migration.service.not.found": "Es wurde kein DMS gefunden. Erstellen Sie einen neuen", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Neu erstellen", - "sql.migration.invalid.migration.service.error": "Wählen Sie ein gültiges DMS aus", - "sql.migration.invalid.migration.service.offline.error": "Wählen Sie ein DMS aus, das mit einem Knoten verbunden ist", - "sql.migration.authentication.types": "Authentifizierungsschlüssel", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Details zum Azure Database Migration Service \"{0}\":", - "sql.migration.dms.portal.info": "Beachten Sie, dass alle vorhandenen Azure Database Migration Service (DMS) in Azure-Portal in Azure Data Studio nicht angezeigt werden. Das in Azure Data Studio erstellte DMS ist im Azure-Portal noch nicht sichtbar.", - "sql.migration.database.migration.service.authentication.keys": "Authentifizierungsschlüssel für Database Migration Service", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Einen Azure Database Migration Service erstellen", - "sql.migration.services.container.description": "Geben Sie die folgenden Informationen ein, um einen neuen Azure Database Migration Service hinzuzufügen.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Migrationsdienste werden geladen", - "sql.migration.service.container.heading": "Integration Runtime einrichten", - "sql.migration.service.container.container.description1": "Azure Database Migration Service nutzt die selbstgehostete Integration Runtime von Azure Data Factory, um Sicherungen von der lokalen Netzwerk-FIE-Freigabe in Azure hochzuladen.", - "sql.migration.service.container.container.description2": "Befolgen Sie die nachstehenden Anweisungen, um selbst gehostete Integration Runtime einzurichten.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Schritt 1: {0}", "sql.migration.option": "Laden Sie die Integration Runtime herunter, und installieren Sie sie.", "sql.migration.ir.setup.step2": "Schritt 2: Verwenden Sie diesen Schlüssel zum Registrieren Ihrer Integration Runtime.", - "sql.migration.ir.setup.step3": "Schritt 3: Klicken Sie auf die Schaltfläche \"Verbindung testen\", um die Verbindung zwischen Azure Database Migration Service und Integration Runtime zu überprüfen", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "Verbindungsstatus", "sql.migration.key1.label": "Schlüssel 1", "sql.migration.key2.label": "Schlüssel 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Schlüssel 2 aktualisieren", "sql.migration.copy.key1": "Schlüssel 1 kopieren", "sql.migration.copy.key2": "Schlüssel 2 kopieren", - "sql.migration.authkeys.header": "Authentifizierungsschlüssel", - "sql.migration.authkeys.refresh.message": "Der Authentifizierungsschlüssel \"{0}\" wurde aktualisiert.", - "sql.migration.service.not.ready": "Azure Database Migration Service ist nicht registriert. Azure Database Migration Service \"{0}\" muss bei selbstgehosteten Integration Runtime auf jedem Knoten registriert werden.", - "sql.migration.service.ready": "Azure Database Migration Service \"{0}\" ist mit einer selbstgehosteten Integration Runtime verbunden, die auf dem Knoten \"{1}\" ausgeführt wird", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "Keine Ressourcengruppen gefunden", - "sql.migration.invalid.resourceGroup.error": "Wählen Sie eine gültige Ressourcengruppe aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.region.error": "Wählen Sie einen gültigen Speicherort aus, um den Vorgang fortzusetzen.", - "sql.migration.invalid.service.name.error": "Geben Sie einen gültigen Namen für den Migrationsdienst ein.", - "sql.migration.service.not.found": "Es wurden keine Migrationsdienste gefunden. Erstellen Sie einen neuen.", - "sql.migration.service.not.setup": "Fügen Sie einen Migrationsdienst hinzu, um den Vorgang fortzusetzen.", - "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", + "sql.migration.service.status.refresh.error": "Es ist ein Fehler beim Aktualisieren des Migrationsdienst-Erstellungsstatus aufgetreten.", "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "Keine verwaltete Instanz gefunden", "sql.migration.no.virtualMachine.found": "Es wurde kein virtueller Computer gefunden", - "sql.migration.target.page.title": "Auswählen des Azure SQL-Ziels", - "sql.migration.resource.group.description": "Eine Ressourcengruppe ist ein Container, der zugehörige Ressourcen für eine Azure-Lösung enthält", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "OK", "sql.migration.new.resource.group": "(neu) {0}", "sql.migration.test.connection": "Verbindung testen", - "sql.migration.database.migration.service.created.successfully": "Database Migration Service wurde erfolgreich erstellt", - "sql.migration.dms.provision.failed": "Fehler beim Bereitstellen des Database Migration Service. Versuchen Sie es nach einiger Zeit noch mal.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Anwenden", "sql.migration.creating.rg.loading": "Ressourcengruppe wird erstellt", "sql.migration.rg.created": "Ressourcengruppe erstellt", - "sql.migration.name.of.new.rg": "Name der neuen Ressourcengruppe", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "Weitere Informationen", "sql.migration.learn.more.pre.reqs": "Erfahren Sie mehr über die erforderlichen Schritte, bevor Sie eine Migration starten.", "sql.migration.subscription": "Abonnement", "sql.migration.storage.account": "Speicherkonto", "sql.migration.resourceGroups": "Ressourcengruppe", - "sql.migration.region": "Region", "sql.migration.name": "Name", "sql.migration.location": "Speicherort", - "sql.migration.new": "Neu", - "sql.migration.feature.not.available": "Diese Funktion ist noch nicht verfügbar.", "sql.migration.refresh": "Aktualisieren", - "sql.migration.submit": "Übermitteln", "sql.migration.create": "Erstellen", "sql.migration.cancel": "Abbrechen", "sql.migration.type": "Typ", - "sql.migration.path": "Pfad", "sql.migration.path.user.account": "Benutzerkonto", "sql.migration.view.all": "Alle anzeigen", "sql.migration.target": "Ziel", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "Schließen", - "sql.migraiton.data.uploaded.size": "Daten hochgeladen/Größe", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Kopierdurchsatz (MBit/s)", - "sql.migration.newsupportrequest": "Neue Supportanfrage", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Zusammenfassung", - "sql.migration.summary.azure.account.linked": "Verknüpftes Azure-Konto", - "sql.migration.summary.migration.target": "Migrationsziel", "sql.migration.summary.mi.type": "Azure SQL Managed Instance", "sql.migration.summary.vm.type": "SQL Server auf Azure-VM", - "sql.migration.summary.database.count": "Zu migrierende Datenbank(en)", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Azure-Speicherabonnement", "sql.migration.summary.azure.storage": "Azure-Speicher", - "sql.migration.ir.node": "Knoten der Integration Runtime", "sql.migration.network.share": "Netzwerkfreigabe", "sql.migration.blob.container.title": "Blob-Container", "sql.migration.blob.container.last.backup.file.label": "Letzte Sicherungsdatei", "sql.migration.blob.container.label": "Blob-Container-Ressourcengruppe", "sql.migration.blob.container.storage.account.label": "Blob-Container-Speicherkonto", - "sql.migration.file.share.title": "Dateifreigabe", - "sql.migration.started.notification": "Migration wird durchgeführt", "sql.migration.source.databases": "Quelldatenbank(en)", "sql.migration.mode": "Modus", "sql.migration.backup.location": "Sicherungsspeicherort", "sql.migration.azure.storage.account.to.upload.backups": "Azure-Speicherkonto zum Hochladen von Sicherungen", - "sql.migration.shir": "Knoten für selbstgehostete Integration Runtime", - "sql.migration.summary.target.name": "Zieldatenbanken:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "Zu migrierende Datenbank", "sql.migration.count.database.single": "{0} Datenbank", "sql.migration.count.database.multiple": "{0} Datenbanken", "sql.migration.quick.pick.placeholder": "Wählen Sie den Vorgang aus, den Sie ausführen möchten", "sql.migration.inline.migration.notebook.title": "Inline-Migration", "sql.migration.sql.assessment.notebook.title": "SQL-Migrationsbewertung", - "sql.migration.notebook.open.error": "Fehler beim Öffnen des Migrationsnotebooks", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Azure SQL-Migration", "sql.migration.dashboard.description": "Ermitteln Sie die Migrationsbereitschaft Ihrer SQL Server-Instanzen, identifizieren Sie ein empfohlenes Azure SQL-Ziel, und schließen Sie die Migration Ihrer SQL Server-Instanz zu Azure SQL Managed Instance oder SQL Server in Azure Virtual Machines ab.", "sql.migration.dashboard.migrate.task.button": "Zu Azure SQL migrieren", "sql.migration.dashboard.migrate.task.button.description": "SQL Server-Instanz zu Azure SQL migrieren.", "sql.migration.database.migration.status": "Status der Datenbankmigration", - "sql.migration.dashboard.video1.title": "Migrieren von SQL Server zu SQL Managed Instance", - "sql.migration.dashboard.video2.title": "SQL Server zum virtuellen SQL-Computer migrieren", "sql.migration.dashboard.link1.title": "Bewertungsregeln für Azure SQL Managed Instance", - "sql.migration.dashboard.link1.description": "Sehen Sie sich die Liste der Regeln an, die verwendet werden, um die Durchführbarkeit der Migration Ihres SQL Servers zu Azure SQL Managed Instance zu bewerten.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Links zu Hilfeartikeln und Videos", "sql.migration.pre.req.title": "Vor dem Starten der Migration erforderliche Elemente:", "sql.migration.pre.req.1": "Azure-Kontodetails", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Details zum Sicherungsspeicherort", "sql.migration.migration.in.progress": "Datenbankmigration in Bearbeitung", "sql.migration.failed": "Fehler bei der Migration", - "sql.migration.log.shipping.in.progress": "Protokollversand wird durchgeführt", "sql.migration.migration.completed": "Die Migration wurde abgeschlossen", "sql.migration.cutover.card": "Übernahme wird abgeschlossen", - "sql.migration.successfully.migrated.to.azure.sql": "Erfolgreich zu Azure SQL migriert", "sql.migration.migration.not.started": "Die Migration wurde nicht gestartet", - "sql.migration.choose.to.migrate.to.azure.sql": "Migration zu Azure SQL auswählen", "sql.migration.show.status": "Status anzeigen", "sql.migration.inprogress.warning.single": "{0} Datenbank weist Warnungen auf", "sql.migration.inprogress.warning.multiple": "{0} Datenbanken weisen Warnungen auf", "sql.migration.feedback.issue.title": "Feedback zur Migrationserfahrung", - "sql.migration.eastus2euap": "USA, Osten 2 (EUAP)", "sql.migration.cutover": "Übernahme der Migration", "sql.migration.complete.cutover": "Übernahme abschließen", "sql.migration.source.database": "Name der Quelldatenbank", @@ -288,15 +233,15 @@ "sql.migration.last.applied.backup.files": "Zuletzt angewendete Sicherungsdateien", "sql.migration.last.applied.files.taken.on": "Zuletzt angewendete Sicherungsdateien erstellt am", "sql.migration.active.backup.files": "Aktive Sicherungsdateien", - "sql.migration.cutover.status.refresh.error": "An error occurred while refreshing the migration status.", - "sql.migration.cancel.error": "An error occurred while canceling the migration.", + "sql.migration.cutover.status.refresh.error": "Es ist ein Fehler beim Aktualisieren des Migrationsstatus aufgetreten.", + "sql.migration.cancel.error": "Es ist ein Fehler beim Abbrechen der Migration aufgetreten.", "sql.migration.status": "Status", "sql.migration.backup.start.time": "Startzeitpunkt für Sicherung", "sql.migration.first.lsn": "Erste LSN", "sql.migration.last.LSN": "Letzte LSN", - "sql.migration.cannot.start.cutover.error": "Der Übernahmevorgang kann erst gestartet werden, wenn alle Migrationen abgeschlossen sind. Klicken Sie auf \"Aktualisieren\", um den aktuellen Dateistatus abzurufen", - "sql.migration.azure.sql.database.managed.instance": "Verwaltete Azure SQL-Datenbank-Instanz", - "sql.migration.azure.sql.database.virtual.machine": "Virtueller Azure SQL-Datenbank-Computer", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Migration abbrechen", "sql.migration.active.backup.files.items": "Aktive Sicherungsdateien (1 Element)", "sql.migration.active.backup.files.multiple.items": "Aktive Sicherungsdateien ({0} Elemente)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "Möchten Sie diese Migration abbrechen?", "sql.migration.yes": "Ja", "sql.migration.no": "Nein", - "sql.migration.completing.cutover.warning": "Das Abschließen der Übernahme ohne Wiederherstellung aller Sicherungen kann zu Datenverlust führen.", - "sql.migration.bc.info": "Übernahme der MI-Migration für die Dienstebene \"Unternehmenskritisch\" kann erheblich länger dauern als \"Universell\", da für drei sekundäre Replikate für die \"Always On-Hochverfügbarkeitsgruppe\" ein Seeding ausgeführt werden muss. Diese Vorgangsdauer hängt von der Größe der Daten ab. Die Seeding-Geschwindigkeit in 90 % der Fälle beträgt 220 GB/Stunde oder höher.", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Beenden Sie alle bei der Quelldatenbank eingehenden Transaktionen.", - "sql.migration.cutover.step.2.network.share": "2. Erstellen Sie eine abschließende Transaktionsprotokollsicherung, und stellen Sie sie am Speicherort der Netzwerkfreigabe bereit.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Stellen Sie sicher, dass alle Protokollsicherungen in der Zieldatenbank wiederhergestellt werden. Die \"Protokollsicherungen, für die eine Wiederherstellung aussteht\" sollte Null sein.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "Führen Sie die folgenden Schritte aus, bevor Sie die Übernahme abschließen.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "Letzte wiederhergestellte Datei: {0}", + "sql.migration.last.scan.completed": "Letzte abgeschlossene Überprüfung: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Ich bestätige, dass keine zusätzlichen Protokollsicherungen zur Verfügung stehen und die Übernahme abgeschlossen werden soll.", "sql.migration.cutover.in.progress": "Übernahme für die Datenbank \"{0}\" in Bearbeitung", - "sql.migration.cannot.cancel": "Die Migration ist nicht in Bearbeitung und kann nicht abgebrochen werden.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "Die Migration ist nicht in Bearbeitung und kann nicht überlappen.", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.file.name": "Dateiname", + "sql.migration.size.column.header": "Größe", + "sql.migration.no.pending.backups": "Keine ausstehenden Sicherungen. Klicken Sie auf \"Aktualisieren\", um den aktuellen Status zu prüfen.", "sql.migration.search.for.migration": "Nach Migrationen suchen", "sql.migration.online": "Online", "sql.migration.offline": "Offline", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "Verwaltete SQL-Instanz", "sql.migration.sql.virtual.machine": "Virtueller SQL-Computer", "sql.migration.target.azure.sql.instance.name": "Azure SQL-Zielname", - "sql.migration.cutover.type": "Migrationsmodus", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Startzeit", "sql.migration.finish.time": "Zeitpunkt der Fertigstellung", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} s", "sql.migration.service.details.dialog.title": "Azure-Dienst zur Datenbankmigration", "sql.migration.service.details.button.label": "Schließen", - "sql.migration.service.details.ir.label": "Knoten für selbstgehostete Integration Runtime", - "sql.migration.service.details.authkeys.label": "Authentifizierungsschlüssel", - "sql.migration.service.details.authkeys.title": "Authentifizierungsschlüssel, die zum Herstellen einer Verbindung mit dem selbstgehosteten Integration Runtime-Knoten verwendet werden", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- nicht verfügbar --", "sql.migration.source.configuration": "Quellkonfiguration", "sql.migration.source.credentials": "Anmeldeinformationen für Quelle", - "sql.migration.enter.your.sql.cred": "Geben Sie die Anmeldeinformationen für die Quelle der SQL Server-Instanz ein. Diese Anmeldeinformationen werden beim Migrieren von Datenbanken zu Azure SQL verwendet.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Server", "sql.migration.username": "Benutzername", "sql.migration.size": "Größe (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Warnungen", "sql.migration.impacted.objects": "Betroffene Objekte", "sql.migration.object.details": "Objektdetails", - "sql.migration.assessmen.results": "Bewertungsergebnisse", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Typ:", "sql.migration.name.label": "Namen:", "sql.migration.description": "Beschreibung", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Probleme ({0})", "sql.migration.warnings.count": "Warnungen ({0})", "sql.migration.authentication.type": "Authentifizierungstyp", - "sql.migration.sql.login": "SQL-Anmeldung", - "sql.migration.windows.auth": "Windows-Authentifizierung", - "sql.migration.status.refresh.label": "Aktualisieren", - "sql.migration.auto.refresh.off": "Automatisches Aktualisieren: Aus", - "sql.migration.auto.refresh.15.seconds": "Automatische Aktualisierung: 15 Sekunden", - "sql.migration.auto.refresh.30.seconds": "Automatische Aktualisierung: 30 Sekunden", - "sql.migration.auto.refresh.1.min": "Automatische Aktualisierung: 1 Minute", - "sql.migration.auto.refresh.3.min": "Automatische Aktualisierung: 3 Minuten", - "sql.migration.auto.refresh.5.min": "Automatische Aktualisierung: 5 Minuten", - "sql.migration.select.the.refresh.interval": "Auswählen des Aktualisierungsintervalls", - "sql.migration.off": "Aus", - "sql.migration.every.30.second": "Alle 30 Sekunden", - "sql.migration.every.1.minute": "Jede Minute", - "sql.migration.every.3.minutes": "Alle 3 Minuten", - "sql.migration.every.5.minutes": "Alle 5 Minuten" + "sql.migration.status.refresh.label": "Aktualisieren" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Die Migration für die Datenbank \"{0}\" zu \"{1}\" bis \"{2}\" wird gestartet.", diff --git a/i18n/ads-language-pack-de/translations/main.i18n.json b/i18n/ads-language-pack-de/translations/main.i18n.json index 4e1cc28ed0..aa3a4745a8 100644 --- a/i18n/ads-language-pack-de/translations/main.i18n.json +++ b/i18n/ads-language-pack-de/translations/main.i18n.json @@ -10387,7 +10387,7 @@ "textPreview": "Textzelle", "runAllPreview": "Alle ausführen", "addCell": "Zelle", - "views": "Views", + "views": "Ansichten", "editor": "Editor", "code": "Code", "text": "Text", @@ -10414,7 +10414,7 @@ "notebook.showRenderedNotebookinDiffEditor": "(Vorschau) Gerendertes Notebook im Diff-Editor anzeigen.", "notebook.maxRichTextUndoHistory": "Die maximale Anzahl von Änderungen, die im Verlauf des Rücksetzens für den Notizbuch-Rich-Text-Editor gespeichert sind.", "notebook.useAbsoluteFilePaths": "Verwenden Sie absolute Dateipfade beim Verknüpfen mit anderen Notebooks.", - "notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.", + "notebook.enableIncrementalGridRendering": "Aktivieren Sie inkrementelles Rasterrendering für Notebooks. Hierdurch wird die anfängliche Renderingzeit für große Notebooks verbessert. Bei der Interaktion mit dem Notebook können Leistungsprobleme auftreten, während die restlichen Raster gerendert werden.", "searchConfigurationTitle": "Notebooks suchen", "exclude": "Konfigurieren Sie Globmuster für das Ausschließen von Dateien und Ordnern aus Volltextsuchen und Quick Open. Alle Globmuster werden von der Einstellung #files.exclude# geerbt. Weitere Informationen zu Globmustern finden Sie [hier](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", "exclude.boolean": "Das Globmuster, mit dem Dateipfade verglichen werden sollen. Legen Sie diesen Wert auf \"true\" oder \"false\" fest, um das Muster zu aktivieren bzw. zu deaktivieren.", @@ -10474,8 +10474,8 @@ "noParametersInCell": "Dieses Notizbuch kann erst mit Parametern ausgeführt werden, wenn der Parameterzelle Parameter hinzugefügt wurden. [Weitere Informationen](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "Ergebnisse löschen", "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "newViewLabel": "Neue Ansicht erstellen", + "viewNotFound": "Ansicht nicht gefunden: {0}", "trustLabel": "Vertrauenswürdig", "untrustLabel": "Nicht vertrauenswürdig", "collapseAllCells": "Zellen reduzieren", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "Die Zelle mit dem URI \"{0}\" wurde in diesem Modell nicht gefunden.", "cellRunFailed": "Fehler beim Ausführen von Zellen: Weitere Informationen finden Sie im Fehler in der Ausgabe der aktuell ausgewählten Zelle.", - "runAllPreview": "Run all" + "runAllPreview": "Alle ausführen" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "Führen Sie diese Zelle aus, um Ausgaben anzuzeigen." @@ -11456,35 +11456,35 @@ "deployment.title": "Neue Bereitstellung…" }, "sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": { - "insertCellsModal.title": "Insert cells", - "insertCellsModal.selectCells": "Select cell sources", - "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", - "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.title": "Zellen einfügen", + "insertCellsModal.selectCells": "Zellenquellen auswählen", + "insertCellsModal.thumbnailError": "Fehler: Miniaturansichten können nicht generiert werden.", + "insertCellsModal.untitled": "Zelle ohne Titel: {0}", + "insertCellsModal.Insert": "Einfügen", + "insertCellsModal.Cancel": "Abbrechen" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", - "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", + "viewsUnableToRemove": "Die Ansicht kann nicht entfernt werden.", + "confirmDelete": "Möchten Sie die Ansicht \"{0}\" löschen?", + "delete": "&&Löschen", + "insertCells": "Zellen einfügen", + "runCell": "Zelle ausführen", + "stopCell": "Ausführung abbrechen", "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "unableToNavigateToCell": "Die Navigation zur Notebook-Zelle ist nicht möglich.", + "viewCellInNotebook": "Zelle in Notebook anzeigen", + "moreActionsLabel": "Mehr" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", + "viewOptionsModal.title": "Ansicht konfigurieren", + "viewOptionsModal.name": "Ansichtsname", "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "viewOptionsModal.nameTaken": "Dieser Ansichtsname wird bereits verwendet.", + "save": "Speichern", + "cancel": "Abbrechen" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "Ansicht ohne Titel" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json index 4d2e82c34d..70e4979f0f 100644 --- a/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Clúster de Azure Data Explorer" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Área de trabajo de Log Analytics" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Servidor de Azure Database for PostgreSQL" diff --git a/i18n/ads-language-pack-es/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-es/translations/extensions/sql-database-projects.i18n.json index 10dbd6fc1c..fca379a939 100644 --- a/i18n/ads-language-pack-es/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/sql-database-projects.i18n.json @@ -159,7 +159,7 @@ "browseButtonText": "Examinar carpeta", "selectFolderStructure": "Select folder structure", "folderStructureLabel": "Estructura de carpetas", - "browseEllipsis": "Browse...", + "browseEllipsis": "Examinar...", "selectProjectLocation": "Select project location", "dataworkspace.projectParentDirectoryNotExistError": "La ubicación del proyecto seleccionado, \"{0}\", no existe o no es un directorio.", "dataworkspace.projectDirectoryAlreadyExistError": "Ya hay un directorio llamado \"{0}\" en la ubicación seleccionada: \"{1}\".", @@ -228,8 +228,14 @@ "externalStreamingJobFriendlyName": "Trabajo de streaming externo", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "Entrada", + "output": "Salida", "selectBindingType": "Select type of binding", "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", "sqlObjectToQuery": "SQL object to query", @@ -239,11 +245,6 @@ "noAzureFunctionsInFile": "No Azure functions in the current active file" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "No se encuentra el SDK de .NET Core. La compilación del proyecto no funcionará. Instale el SDK de .NET Core 3.1 o actualice la ubicación del SDK de .NET Core en la configuración si ya está instalada.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Ubicación de actualización", - "sqlDatabaseProjects.InstallNetCore": "Instalar", - "sqlDatabaseProjects.doNotAskAgain": "No volver a preguntar", - "sqlDatabaseProjects.outputChannel": "Proyectos de base de datos", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … errores: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … cerrado con el código {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … cerrado con la señal {1}", diff --git a/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json index cdaff6f751..fe767e4e76 100644 --- a/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json @@ -28,33 +28,23 @@ }, "dist/constants/strings": { "sql-migration.wizard.title": "Migrar \"{0}\" a Azure SQL", - "sql.migration.wizard.source_configuration.title": "Configuración de origen de SQL", "sql.migration.assessments.blocking.issue": "Se trata de un problema de bloqueo que impedirá que la migración de la base de datos se realice de manera correcta.", - "sql.migration.assessments.progress": "Progreso de las evaluaciones", "sql.migration.assessment.in.progress": "Evaluación en curso", "sql.migration.assessment.in.progress.content": "Estamos evaluando las bases de datos de la instancia de SQL Server {0} para identificar el destino de Azure SQL correcto.\r\n\r\nEsta operación puede tardar varios minutos.", - "sql.migration.collecting_source_configurations": "Recopilar configuraciones de origen", - "sql.migration.collecting_source_configurations.info": "Necesitamos recopilar información sobre cómo se configuran los datos en este momento.\r\nEsta operación puede tardar varios minutos.", - "sql.migration.collecting_source_configurations.error": "Se ha producido un error al recopilar información sobre la configuración de datos. {0}", "sql.migration.wizard.sku.title": "Destino de Azure SQL", - "sql.migration.wizard.sku.all": "En función de los resultados de la evaluación, las {0} bases de datos en estado de conexión se pueden migrar a Azure SQL.", - "sql.migration.wizard.sku.some": "En función de los resultados de los análisis de configuración de código fuente, {0} de {1} de las bases de datos se pueden migrar a Azure SQL.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Elija su destino de Azure SQL", - "sql.migration.sku.none": "En función de los resultados de los análisis de la configuración de origen, ninguna de las bases de datos se puede migrar a Azure SQL.", "sql.migration.sku.mi.card.title": "Azure SQL Managed Instance (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server en una máquina virtual de Azure (IaaS)", "sql.migration.select.azure.mi": "Seleccione la suscripción de Azure de destino y la Azure SQL Managed Instance de destino", "sql.migration.select.azure.vm": "Seleccione la suscripción de Azure de destino y el SQL Server de destino de la máquina virtual de Azure de su destino.", - "sql.migration.wizard.subscription.title": "Selección de la suscripción de Azure", - "sql.migration.wizard.subscription.azure.account.title": "Cuenta de Azure", - "sql.migration.wizard.subscription.azure.subscription.title": "Suscripción de Azure", - "sql.migration.wizard.subscription.azure.product.title": "Producto de Azure", - "sql.migration.sku.recommendation.view.assessment.mi": "Ver los resultados de la evaluación y seleccionar una o varias bases de datos para migrar a Azure SQL Managed Instance (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "Ver los resultados de la evaluación y seleccionar una o varias bases de datos para migrar a SQL Server en la máquina virtual de Azure (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Ver o seleccionar", "total.databases.selected": "{0} de {1} bases de datos seleccionadas.", - "sql.migration.select.target.to.continue": "Seleccionar un destino para continuar", - "sql.migration.select.database.to.migrate": "Seleccione las bases de datos que desea migrar", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "Hemos completado la evaluación de la instancia de SQL Server \"{0}\".", "sql.migration.assessment": "Resultados de la evaluación para \"{0}\"", "sql.migration.can.be.migrated": "Se pueden migrar {0} de {1} bases de datos", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Bases de datos", "sql.migration.sql.server.instance": "Instancia de SQL Server", "sql.migration.wizard.account.title": "Cuenta de Azure", - "sql.migration.wizard.account.description": "Seleccione una cuenta de Azure vinculada a Azure Data Studio o vincule una ahora.", - "sql.migration.wizard.account.noaccount.error": "No hay ninguna cuenta vinculada. Agregue una cuenta.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Vincular cuenta", "sql.migration.wizard.account.count.single.message": "{0} cuenta vinculada", "sql.migration.wizard.account.count.multiple.message": "{0} cuentas vinculadas", "sql.migration.azure.tenant": "Inquilino de Azure AD", - "azure.accounts.accountStaleError": "El token de acceso para la cuenta seleccionada \"{0}\" ya no es válido. Haga clic en el botón “Vincular cuenta” y actualice la cuenta, o seleccione otra.", - "azure.accounts.accountAccessError": "Error al obtener acceso a la cuenta seleccionada \"{0}\". Haga clic en el botón \"Vincular cuenta\" y actualice la cuenta o seleccione otra. Error \"{1}\"", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Copia de seguridad de la base de datos", "sql.migration.database.page.description": "Seleccione la ubicación de las copias de seguridad de la base de datos que se usarán para la migración.", "sql.migration.nc.network.share.radio.label": "Mis copias de seguridad de base de datos están en un recurso compartido de red", "sql.migration.nc.blob.storage.radio.label": "Mis copias de seguridad de base de datos están en un contenedor de Azure Storage Blob", - "sql.migration.nc.file.share.radio.label": "Mis copias de seguridad de base de datos están en un recurso compartido de archivos de Azure Storage (Próximamente)", "sql.migration.network.share.header.text": "Detalles del recurso compartido de red", "sql.migration.network.share.help.text": "Proporcione la ubicación del recurso compartido de red que contiene las copias de seguridad y las credenciales de usuario que tienen acceso de lectura al recurso compartido.", "sql.migration.network.share.location.label": "Ubicación del recurso compartido de red que contiene copias de seguridad.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Escriba la contraseña", "sql.migration.network.share.azure.header": "Detalles de la cuenta de almacenamiento", "sql.migration.network.share.azure.help": "Proporcione la cuenta de almacenamiento de Azure en la que se cargarán las copias de seguridad.", - "sql.migration.network.share.subscription.label": "Seleccione la suscripción que contiene la cuenta de almacenamiento.", - "sql.migration.network.share.subscription.placeholder": "Seleccionar suscripción", - "sql.migration.network.share.storage.account.label": "Seleccione la cuenta de almacenamiento donde se copiarán los archivos de copia de seguridad.", - "sql.migration.network.share.storage.account.placeholder": "Seleccionar cuenta", "sql.migration.unique.name": "Seleccione un nombre único para esta base de datos de destino", - "sql.migration.database.already.exists": "La base de datos \"{0}\" ya existe en la Instancia administrada de destino \"{1}\".", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Seleccione la suscripción que contiene la cuenta de almacenamiento.", - "sql.migration.blob.storage.account.label": "Seleccione la cuenta de almacenamiento que contiene los archivos de copia de seguridad.", - "sql.migration.blob.storage.container.label": "Seleccione el contenedor que contiene los archivos de copia de seguridad.", - "sql.migration.blob.storage.container.placeholder": "Seleccionar contenedor", - "sql.migration.file.share.subscription.label": "Seleccione la suscripción que contiene el recurso compartido de archivos.", - "sql.migration.file.share.storage.account.label": "Seleccione la cuenta de almacenamiento que contiene el recurso compartido de archivos.", - "sql.migration.file.share.label": "Seleccione el recurso compartido de archivos que contiene los archivos de copia de seguridad.", - "sql.migration.file.share.placeholder": "Seleccionar recurso compartido", "sql.migration.database.migration.mode.label": "Modo de migración", - "sql.migration.database.migration.mode.description": "Elija entre los siguientes modos de migración para migrar a su destino de Azure SQL según sus requisitos de tiempo de inactividad.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Migración en línea", - "sql.migration.database.migration.mode.online.description": "El tiempo de inactividad de la aplicación está limitado para recortarse al final de la migración.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "El tiempo de inactividad de la aplicación se iniciará cuando se inicie la migración.", "sql.migration.database.migration.mode.offline.label": "Migración sin conexión", - "sql.migration.database.backup.email.notification.label": "Notificaciones por correo electrónico", - "sql.migration.database.backup.email.notification.checkbox.label": "Notificarme cuando se complete la migración", "sql.migration.no.subscription.found": "No se encontró ninguna suscripción", "sql.migration.no.location.found": "No se encontró ninguna ubicación", "sql.migration.no.storageAccount.found": "No se encontró ninguna cuenta de almacenamiento.", "sql.migration.no.fileShares.found": "No se encontraron recursos compartidos de archivos", "sql.migration.no.blobContainers.found": "No se encontraron contenedores de blobs.", "sql.migration.no.blobFiles.found": "No se ha encontrado ningún archivo de blob.", - "sql.migration.invalid.subscription.error": "Seleccione una suscripción válida para continuar.", - "sql.migration.invalid.location.error": "Seleccione una ubicación válida para continuar.", - "sql.migration.invalid.storageAccount.error": "Seleccione una cuenta de almacenamiento válida para continuar.", - "sql.migration.invalid.fileShare.error": "Seleccione un recurso compartido de archivos válido para continuar.", - "sql.migration.invalid.blob.resourceGroup.error": "A fin de continuar, seleccione un grupo de recursos válido para la base de datos de origen \"{0}\".", - "sql.migration.invalid.blob.storageAccount.error": "A fin de continuar, seleccione una cuenta de almacenamiento válida para la base de datos de origen \"{0}\".", - "sql.migration.invalid.blob.container.error": "A fin de continuar, seleccione un contenedor de blobs válido para la base de datos de origen \"{0}\".", - "sql.migration.invalid.blob.lastBackupFile.error": "A fin de continuar, seleccione un archivo de copia de seguridad reciente válido para la base de datos de origen \"{0}\".", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Formato de ubicación del recurso compartido de red no válido. Ejemplo: {0}", "sql.migration.invalid.user.account": "Formato de cuenta de usuario no válido. Ejemplo: {0}", - "sql.migration.network.share.location": "Ubicación del recurso compartido de red para leer las copias de seguridad de la base de datos \"{0}\"", - "sql.migration.file.share": "Seleccione el recurso compartido de archivos que contiene los archivos de copia de seguridad de ‘{0}’", - "sql.migration.blob.container": "Seleccione el contenedor que contiene los archivos de copia de seguridad de \"{0}\"", - "sql.migration.enter.network.share.information": "Escriba los nombres de destino de las bases de datos de origen seleccionadas.", - "sql.migration.blob.container.information": "Escriba el nombre de destino y seleccione la ubicación del contenedor de blobs para las bases de datos seleccionadas.", - "sql.migration.enter.file.share.information": "Escriba el nombre de destino y seleccione la ubicación del recurso compartido de archivos de las bases de datos seleccionadas.", - "sql.migration.invalid.target.name.error": "Escriba un nombre válido para la base de datos de destino.", - "sql.migration.provide.unique.containers": "Proporcione contenedores únicos para las bases de datos de destino. Bases de datos afectadas: ", - "sql.migration.source.details.windowAuth": "Escriba la credencial de autenticación de Windows usada para conectarse a la instancia de SQL Server {0}. Esta credencial se usará para conectarse a la instancia de SQL Server e identificar los archivos de copia de seguridad válidos.", - "sql.migration.source.details.sqlAuth": "Escriba la credencial de autenticación de SQL usada para conectarse a la instancia de SQL Server {0}. Esta credencial se usará para conectarse a la instancia de SQL Server e identificar los archivos de copia de seguridad válidos.", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Seleccione primero un valor de grupo de recursos.", "sql.migration.blob.storageAccount.select": "Seleccione primero un valor de cuenta de almacenamiento.", "sql.migration.blob.container.select": "Seleccione primero un valor de contenedor de blobs.", "sql.migration.ir.page.title": "Azure Database Migration Service", - "sql.migration.ir.page.description": "Azure Database Migration Service (DMS) organiza las actividades de migración de bases de datos y realiza un seguimiento de su progreso. Puede seleccionar una DMS existente para Azure SQL destino si ha creado una anteriormente o crear una nueva a continuación.", - "sql.migration.ir.page.note": "Nota: DMS se ejecutará en su suscripción de Azure en el grupo de recursos elegido y no incurrirá en ningún costo por ejecutarlo.", - "sql.migration.select.a.migration.service": "Seleccionar Azure Database Migration Service", - "sql.migration.default.setup.button": "Configuración con valores predeterminados: agregue DMS con una configuración rápida con un solo clic mediante las opciones predeterminadas.", - "sql.migration.custom.setup.button": "Configuración personalizada: agregar DMS después de personalizar la mayoría de las opciones.", - "sql.migration.ir.page.sql.migration.service.not.found": "No se encontró ningún DMS. Cree una nueva.", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Crear nuevo", - "sql.migration.invalid.migration.service.error": "Seleccione una DMS válida", - "sql.migration.invalid.migration.service.offline.error": "Seleccione una DMS que esté conectada a un nodo.", - "sql.migration.authentication.types": "Claves de autenticación", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Detalles de Azure Database Migration Service \"{0}\":`", - "sql.migration.dms.portal.info": "Tenga en cuenta que las Azure Database Migration Service existentes (DMS) en Azure Portal no se mostrarán en Azure Data Studio. DmS creado en Azure Data Studio aún no estará visible en Azure Portal.", - "sql.migration.database.migration.service.authentication.keys": "Claves de autenticación del servicio de migración de bases de datos", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Crear Azure Database Migration Service", - "sql.migration.services.container.description": "Escriba la información siguiente para agregar una nueva Azure Database Migration Service.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Cargando servicios de migración", - "sql.migration.service.container.heading": "Configuración de Integration Runtime", - "sql.migration.service.container.container.description1": "Azure Database Migration Service aprovecha el Integration Runtime autohospedado de Azure Data Factory para cargar copias de seguridad de un recurso compartido de archivos de red local en Azure.", - "sql.migration.service.container.container.description2": "Siga las instrucciones siguientes para instalar Integration Runtime autohospedado.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Paso 1: {0}", "sql.migration.option": "Descargue e instale el entorno de ejecución de integración.", "sql.migration.ir.setup.step2": "Paso 2: Use esta clave para registrar el entorno de ejecución de integración", - "sql.migration.ir.setup.step3": "Paso 3: haga clic en el botón \"Prueba de conexión\" para comprobar la conexión entre Azure Database Migration Service y Integration Runtime", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "Estado de conexión", "sql.migration.key1.label": "Clave 1", "sql.migration.key2.label": "Clave 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Actualizar clave 2", "sql.migration.copy.key1": "Copiar clave 1", "sql.migration.copy.key2": "Copiar clave 2", - "sql.migration.authkeys.header": "Clave de autenticación", - "sql.migration.authkeys.refresh.message": "La clave de autenticación \"{0}\" se ha actualizado.", - "sql.migration.service.not.ready": "Azure Database Migration Service no está registrado. Azure Database Migration Service \"{0}\" debe registrarse con Integration Runtime autohospedado en cualquier nodo.", - "sql.migration.service.ready": "Azure Database Migration Service \"{0}\" está conectado a Integration Runtime autohospedado que se ejecuta en el nodo: {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "No se han encontrado grupos de recursos", - "sql.migration.invalid.resourceGroup.error": "Seleccione un grupo de recursos válido para continuar.", - "sql.migration.invalid.region.error": "Seleccione una ubicación válida para continuar.", - "sql.migration.invalid.service.name.error": "Escriba un nombre válido para Migration Service.", - "sql.migration.service.not.found": "No se encontró ningún servicio de migración. Cree uno nuevo.", - "sql.migration.service.not.setup": "Agregue un servicio de migración para continuar.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Instancia administrada de Azure SQL", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "No se encontraron instancias administradas", "sql.migration.no.virtualMachine.found": "No se encontraron máquinas virtuales", - "sql.migration.target.page.title": "Elegir el Azure SQL de destino", - "sql.migration.resource.group.description": "Un grupo de recursos es un contenedor que tiene los recursos relacionados de una solución de Azure.", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "Aceptar", "sql.migration.new.resource.group": "(nuevo) {0}", "sql.migration.test.connection": "Conexión de prueba", - "sql.migration.database.migration.service.created.successfully": "El servicio de migración de bases de datos se ha creado correctamente.", - "sql.migration.dms.provision.failed": "No se pudo aprovisionar el servicio de migración de base de datos. Vuelve a intentarlo más tarde.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Aplicar", "sql.migration.creating.rg.loading": "Crear grupo de recursos", "sql.migration.rg.created": "Grupo de recursos creado", - "sql.migration.name.of.new.rg": "Nombre del nuevo grupo de recursos", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "Más información", "sql.migration.learn.more.pre.reqs": "Obtenga más información acerca de las cosas que necesita antes de iniciar una migración.", "sql.migration.subscription": "Suscripción", "sql.migration.storage.account": "Cuenta de almacenamiento", "sql.migration.resourceGroups": "Grupo de recursos", - "sql.migration.region": "Región", "sql.migration.name": "Nombre", "sql.migration.location": "Ubicación", - "sql.migration.new": "Nuevo", - "sql.migration.feature.not.available": "Esta característica no está disponible", "sql.migration.refresh": "Actualizar", - "sql.migration.submit": "Enviar", "sql.migration.create": "Crear", "sql.migration.cancel": "Cancelar", "sql.migration.type": "Tipo", - "sql.migration.path": "Ruta de acceso", "sql.migration.path.user.account": "Cuenta de usuario", "sql.migration.view.all": "Ver todo", "sql.migration.target": "Destino", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "Cerrar", - "sql.migraiton.data.uploaded.size": "Datos cargados/tamaño", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Copiar rendimiento (MBPS)", - "sql.migration.newsupportrequest": "Nueva solicitud de soporte técnico", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Resumen", - "sql.migration.summary.azure.account.linked": "Cuenta de Azure vinculada", - "sql.migration.summary.migration.target": "Destino de la migración", "sql.migration.summary.mi.type": "Azure SQL Managed Instance", "sql.migration.summary.vm.type": "SQL Server en una máquina virtual de Azure", - "sql.migration.summary.database.count": "Bases de datos que se van a migrar", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Suscripción de Azure Storage", "sql.migration.summary.azure.storage": "Azure Storage", - "sql.migration.ir.node": "Nodo de Integration Runtime", "sql.migration.network.share": "Recurso compartido de red", "sql.migration.blob.container.title": "Contenedor de blobs", "sql.migration.blob.container.last.backup.file.label": "Último archivo de copia de seguridad", "sql.migration.blob.container.label": "Grupo de recursos de contenedor de blobs", "sql.migration.blob.container.storage.account.label": "Cuenta de almacenamiento de contenedor de blobs", - "sql.migration.file.share.title": "Recurso compartido de archivos", - "sql.migration.started.notification": "Migración en curso", "sql.migration.source.databases": "Bases de datos de origen", "sql.migration.mode": "Modo", "sql.migration.backup.location": "Ubicación de la copia de seguridad", "sql.migration.azure.storage.account.to.upload.backups": "Cuenta de Azure Storage para cargar las copias de seguridad", - "sql.migration.shir": "Nodo de Integration Runtime autohospedado", - "sql.migration.summary.target.name": "Bases de datos de destino:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "Base de datos que se va a migrar", "sql.migration.count.database.single": "{0} base de datos", "sql.migration.count.database.multiple": "{0} bases de datos", "sql.migration.quick.pick.placeholder": "Seleccione la operación que desea realizar", "sql.migration.inline.migration.notebook.title": "Migración en línea", "sql.migration.sql.assessment.notebook.title": "Evaluación de la migración de SQL", - "sql.migration.notebook.open.error": "Error al abrir el cuaderno de migración", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Migración de Azure SQL", "sql.migration.dashboard.description": "Determine la preparación de la migración de sus instancias de SQL Server, identifique un destino de Azure SQL recomendado y complete la migración de la instancia de SQL Server a Azure SQL Managed Instance o SQL Server en Azure Virtual Machines.", "sql.migration.dashboard.migrate.task.button": "Migrar a Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "Migre una instancia de SQL Server a Azure SQL.", "sql.migration.database.migration.status": "Estado de la migración de bases de datos", - "sql.migration.dashboard.video1.title": "Migrar SQL Server a SQL Managed Instance", - "sql.migration.dashboard.video2.title": "Migrar SQL Server a la máquina virtual de SQL", "sql.migration.dashboard.link1.title": "Reglas de evaluación para Azure SQL Managed Instance", - "sql.migration.dashboard.link1.description": "Consulte la lista de reglas que se usan para evaluar la viabilidad de migrar SQL Server a Azure SQL Managed Instance.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Artículos de ayuda y vínculos de vídeos", "sql.migration.pre.req.title": "Cosas que necesita antes de iniciar la migración:", "sql.migration.pre.req.1": "Detalles de la cuenta de Azure", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Detalles de la ubicación de la copia de seguridad", "sql.migration.migration.in.progress": "Migración de base de datos en curso", "sql.migration.failed": "Error de migración", - "sql.migration.log.shipping.in.progress": "Trasvase de registros en curso", "sql.migration.migration.completed": "Migración completada", "sql.migration.cutover.card": "Completando la migración total", - "sql.migration.successfully.migrated.to.azure.sql": "Se migró correctamente a Azure SQL", "sql.migration.migration.not.started": "Migración no iniciada", - "sql.migration.choose.to.migrate.to.azure.sql": "Elegir migrar a Azure SQL", "sql.migration.show.status": "Mostrar estado", "sql.migration.inprogress.warning.single": "{0}database tiene advertencias", "sql.migration.inprogress.warning.multiple": "{0} bases de datos tienen advertencias", "sql.migration.feedback.issue.title": "Comentarios sobre la experiencia de migración", - "sql.migration.eastus2euap": "EUAP de este de EE. UU. 2", "sql.migration.cutover": "Migración total", "sql.migration.complete.cutover": "Migración total completa", "sql.migration.source.database": "Nombre de la base de datos de origen", @@ -294,9 +239,9 @@ "sql.migration.backup.start.time": "Hora de inicio de copia de seguridad", "sql.migration.first.lsn": "Primer LSN", "sql.migration.last.LSN": "Último LSN", - "sql.migration.cannot.start.cutover.error": "No se puede iniciar el proceso de migración total hasta que se hayan completado todas las migraciones. Haga clic en actualizar para capturar el último estado del archivo", - "sql.migration.azure.sql.database.managed.instance": "Instancia administrada de Azure SQL Database", - "sql.migration.azure.sql.database.virtual.machine": "Máquina virtual de Azure SQL Database", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Cancelar migración", "sql.migration.active.backup.files.items": "Archivos de copia de seguridad activos (1 elemento)", "sql.migration.active.backup.files.multiple.items": "Archivos de copia de seguridad activa ({0} elementos)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "¿Seguro de que desea cancelar la migración?", "sql.migration.yes": "Sí", "sql.migration.no": "No", - "sql.migration.completing.cutover.warning": "La finalización de la migración total sin restaurar todas las copias de seguridad puede provocar la pérdida de datos.", - "sql.migration.bc.info": "La migración total de Managed Instance para el nivel de servicio crítico para la empresa puede tardar mucho más que De uso general ya que deben inicializarse tres réplicas secundarias para el grupo de alta disponibilidad Always On. La duración de la operación depende del tamaño de los datos. La velocidad de inicio en el 90 % de los casos es de 220 GB/hora o superior.", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Detenga todas las transacciones entrantes a la base de datos de origen.", - "sql.migration.cutover.step.2.network.share": "2. Realice la copia de seguridad final del registro de transacciones y proporciónela en la ubicación del recurso compartido de red.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Asegúrese de que todas las copias de seguridad del registro se hayan restaurado en la base de datos de destino. La “restauración de copias de seguridad de registros pendientes” debe ser cero.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "Realice los pasos siguientes antes de completar la migración.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "Último archivo restaurado: {0}", + "sql.migration.last.scan.completed": "Último examen completado: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Confirmo que no hay copias de seguridad de registros adicionales para proporcionar y deseo completar la migración total.", "sql.migration.cutover.in.progress": "Migración total en curso para la base de datos “{0}”", - "sql.migration.cannot.cancel": "La migración no está en curso y no se puede cancelar.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "La migración no está en curso y no se puede realizar en modo completo.", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.file.name": "Nombre de archivo", + "sql.migration.size.column.header": "Tamaño", + "sql.migration.no.pending.backups": "No hay copias de seguridad pendientes. Haga clic en actualizar para comprobar el estado actual.", "sql.migration.search.for.migration": "Buscar migraciones", "sql.migration.online": "En línea", "sql.migration.offline": "Sin conexión", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL Managed Instance", "sql.migration.sql.virtual.machine": "Máquina virtual de SQL", "sql.migration.target.azure.sql.instance.name": "Nombre de destino de Azure SQL", - "sql.migration.cutover.type": "Modo de migración", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Hora de inicio", "sql.migration.finish.time": "Hora de finalización", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} s", "sql.migration.service.details.dialog.title": "Azure Database Migration Service", "sql.migration.service.details.button.label": "Cerrar", - "sql.migration.service.details.ir.label": "Nodo de Integration Runtime autohospedado", - "sql.migration.service.details.authkeys.label": "Claves de autenticación", - "sql.migration.service.details.authkeys.title": "Claves de autenticación utilizadas para conectar con el nodo de Integration Runtime autohospedado", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- no disponible --", "sql.migration.source.configuration": "Configuración de origen", "sql.migration.source.credentials": "Credenciales de origen", - "sql.migration.enter.your.sql.cred": "Escriba las credenciales para la instancia de SQL Server de origen. Esta credencial se usará al migrar las bases de datos a Azure SQL.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Servidor", "sql.migration.username": "Nombre de usuario", "sql.migration.size": "Tamaño (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Advertencias", "sql.migration.impacted.objects": "Objetos afectados", "sql.migration.object.details": "Detalles del objeto", - "sql.migration.assessmen.results": "Resultados de la evaluación", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Escriba:", "sql.migration.name.label": "Nombres:", "sql.migration.description": "Descripción", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Problemas ({0})", "sql.migration.warnings.count": "Advertencias ({0})", "sql.migration.authentication.type": "Tipo de autenticación", - "sql.migration.sql.login": "Inicio de sesión en SQL", - "sql.migration.windows.auth": "Autenticación de Windows", - "sql.migration.status.refresh.label": "Actualizar", - "sql.migration.auto.refresh.off": "Actualización automática: desactivada", - "sql.migration.auto.refresh.15.seconds": "Actualización automática: 15 segundos", - "sql.migration.auto.refresh.30.seconds": "Actualización automática: 30 segundos", - "sql.migration.auto.refresh.1.min": "Actualización automática: 1 minuto", - "sql.migration.auto.refresh.3.min": "Actualización automática: 3 minutos", - "sql.migration.auto.refresh.5.min": "Actualización automática: 5 minutos", - "sql.migration.select.the.refresh.interval": "Seleccionar el intervalo de actualización", - "sql.migration.off": "Desactivar", - "sql.migration.every.30.second": "Cada 30 segundos", - "sql.migration.every.1.minute": "Cada minuto", - "sql.migration.every.3.minutes": "Cada 3 minutos", - "sql.migration.every.5.minutes": "Cada 5 minutos" + "sql.migration.status.refresh.label": "Actualizar" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Iniciando la migración de la base de datos {0} a {1} - {2}", diff --git a/i18n/ads-language-pack-es/translations/main.i18n.json b/i18n/ads-language-pack-es/translations/main.i18n.json index 61ab9412a9..ac3e8754d2 100644 --- a/i18n/ads-language-pack-es/translations/main.i18n.json +++ b/i18n/ads-language-pack-es/translations/main.i18n.json @@ -10387,7 +10387,7 @@ "textPreview": "Celda de texto", "runAllPreview": "Ejecutar todo", "addCell": "Celda", - "views": "Views", + "views": "Vistas", "editor": "Editor", "code": "Código", "text": "Texto", @@ -10474,8 +10474,8 @@ "noParametersInCell": "Este cuaderno no se puede ejecutar con los parámetros hasta que se agregue una celda de parámetro. [Más información](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "Borrar resultados", "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "newViewLabel": "Crear nueva vista", + "viewNotFound": "No se encuentra la vista: {0}", "trustLabel": "De confianza", "untrustLabel": "No de confianza", "collapseAllCells": "Contraer celdas", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "no se encontró la celda con URI {0} en este modelo", "cellRunFailed": "Error al ejecutar las celdas. Para más información, vea el error en la salida de la celda seleccionada actualmente.", - "runAllPreview": "Run all" + "runAllPreview": "Ejecutar todo" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "Ejecute esta celda para ver las salidas." @@ -11456,35 +11456,35 @@ "deployment.title": "Nueva implementación..." }, "sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": { - "insertCellsModal.title": "Insert cells", - "insertCellsModal.selectCells": "Select cell sources", - "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", - "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.title": "Insertar celdas", + "insertCellsModal.selectCells": "Seleccionar orígenes de celdas", + "insertCellsModal.thumbnailError": "Error: no se pueden generar miniaturas.", + "insertCellsModal.untitled": "Celda sin título: {0}", + "insertCellsModal.Insert": "Insertar", + "insertCellsModal.Cancel": "Cancelar" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", - "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", + "viewsUnableToRemove": "No se puede quitar la vista", + "confirmDelete": "¿Está seguro de que desea eliminar la vista \"{0}\"?", + "delete": "&&Eliminar", + "insertCells": "Insertar celdas", + "runCell": "Ejecutar celda", + "stopCell": "Cancelar ejecución", "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "unableToNavigateToCell": "No se puede navegar a la celda del Bloc de notas.", + "viewCellInNotebook": "Ver celda en Bloc de notas", + "moreActionsLabel": "Más" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", + "viewOptionsModal.title": "Configurar vista", + "viewOptionsModal.name": "Nombre de vista", "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "viewOptionsModal.nameTaken": "Este nombre de vista ya se está usando.", + "save": "Guardar", + "cancel": "Cancelar" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "Vista sin título" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json index a17b092429..e340d0bfbb 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Cluster Azure Data Explorer" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Espace de travail Log Analytics" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Serveur Azure Database pour PostgreSQL" diff --git a/i18n/ads-language-pack-fr/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/sql-database-projects.i18n.json index 7aff724601..0960d2b3c7 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/sql-database-projects.i18n.json @@ -159,7 +159,7 @@ "browseButtonText": "Parcourir le dossier", "selectFolderStructure": "Select folder structure", "folderStructureLabel": "Structure du dossier", - "browseEllipsis": "Browse...", + "browseEllipsis": "Parcourir...", "selectProjectLocation": "Select project location", "dataworkspace.projectParentDirectoryNotExistError": "L’emplacement de projet sélectionné « {0} » n’existe pas ou n’est pas un répertoire.", "dataworkspace.projectDirectoryAlreadyExistError": "Il existe déjà un répertoire nommé « {0} » à l’emplacement sélectionné : « {1} ».", @@ -228,8 +228,14 @@ "externalStreamingJobFriendlyName": "Travail de streaming externe", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "Entrée", + "output": "Sortie", "selectBindingType": "Select type of binding", "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", "sqlObjectToQuery": "SQL object to query", @@ -239,11 +245,6 @@ "noAzureFunctionsInFile": "No Azure functions in the current active file" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "Impossible de localiser le kit SDK .NET Core. La génération du projet ne fonctionnera pas. Installez kit SDK .NET Core version 3.1 ou mettez à jour l’emplacement du kit de développement logiciel (SDK) .Net Core dans les paramètres, s’il est déjà installé.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Emplacement de mise à jour", - "sqlDatabaseProjects.InstallNetCore": "Installer", - "sqlDatabaseProjects.doNotAskAgain": "Ne plus me poser la question", - "sqlDatabaseProjects.outputChannel": "Projets de base de données", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … a donné une erreur : {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … a quitté avec le code : {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … a quitté avec le signal : {1}", diff --git a/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json index 1d5c89d38f..60d4547f4a 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json @@ -28,33 +28,23 @@ }, "dist/constants/strings": { "sql-migration.wizard.title": "Migrer « {0} » vers Azure SQL", - "sql.migration.wizard.source_configuration.title": "Configuration de la source SQL", "sql.migration.assessments.blocking.issue": "Il s’agit d’un problème bloquant qui empêche la migration de la base de données de réussir.", - "sql.migration.assessments.progress": "Progression des évaluations", "sql.migration.assessment.in.progress": "Évaluation en cours", "sql.migration.assessment.in.progress.content": "Nous évaluons les bases de données de votre instance SQL Server {0} pour identifier la cible Azure SQL appropriée.\r\n\r\nCela peut prendre un certain temps.", - "sql.migration.collecting_source_configurations": "Collecte des configurations sources", - "sql.migration.collecting_source_configurations.info": "Nous devons collecter des informations sur la façon dont vos données sont configurées actuellement.\r\nCela peut prendre un certain temps.", - "sql.migration.collecting_source_configurations.error": "Une erreur s’est produite lors de la collecte d’informations sur la configuration de vos données. {0}", "sql.migration.wizard.sku.title": "Cible Azure SQL", - "sql.migration.wizard.sku.all": "En fonction des résultats de l’évaluation, tous les {0} de vos bases de données en mode en ligne peuvent être migrés vers Azure SQL.", - "sql.migration.wizard.sku.some": "En fonction des résultats de nos analyses de configuration source, {0} sur {1} de vos bases de données peut être migrée vers Azure SQL.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Choisir votre cible Azure SQL", - "sql.migration.sku.none": "En fonction des résultats de nos analyses de configuration source, aucune de vos bases de données peut être migrée vers Azure SQL.", "sql.migration.sku.mi.card.title": "Azure SQL Managed Instance (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server dans une machine virtuelle Azure (laaS)", "sql.migration.select.azure.mi": "Sélectionnez votre abonnement Azure cible et votre Azure SQL Managed Instance cible.", "sql.migration.select.azure.vm": "Sélectionnez votre abonnement Azure cible et votre SQL Server cible sur la machine virtuelle Azure pour votre cible.", - "sql.migration.wizard.subscription.title": "Sélection de l'abonnement Azure", - "sql.migration.wizard.subscription.azure.account.title": "Compte Azure", - "sql.migration.wizard.subscription.azure.subscription.title": "Abonnement Azure", - "sql.migration.wizard.subscription.azure.product.title": "Produit Azure", - "sql.migration.sku.recommendation.view.assessment.mi": "Afficher les résultats de l’évaluation et sélectionner une ou plusieurs bases de données à migrer vers Azure SQL Managed Instance (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "Afficher les résultats de l’évaluation et sélectionner une ou plusieurs bases de données à migrer vers SQL Server sur Azure Virtual Machine (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Afficher/sélectionner", "total.databases.selected": "{0} sur {1} base (s) de données sélectionnée (s).", - "sql.migration.select.target.to.continue": "Sélectionnez une cible pour continuer", - "sql.migration.select.database.to.migrate": "Sélectionnez les bases de données à migrer", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "Nous avons terminé l’évaluation de votre instance SQL Server « {0} ».", "sql.migration.assessment": "Résultats de l’évaluation pour «{0}»", "sql.migration.can.be.migrated": "{0} bases de données {1} peuvent être migrées", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Bases de données", "sql.migration.sql.server.instance": "Instance SQL Server", "sql.migration.wizard.account.title": "Compte Azure", - "sql.migration.wizard.account.description": "Sélectionnez un compte Azure lié à Azure Data Studio ou liez-en un maintenant.", - "sql.migration.wizard.account.noaccount.error": "Aucun compte lié. Ajoutez un compte.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Lier un compte", "sql.migration.wizard.account.count.single.message": "Compte {0} lié", "sql.migration.wizard.account.count.multiple.message": "Comptes {0} liés", "sql.migration.azure.tenant": "Locataire Azure AD", - "azure.accounts.accountStaleError": "Le jeton d'accès pour le compte sélectionné « {0} » n'est plus valide. Cliquez sur le bouton Se connecter, actualisez le compte ou sélectionnez un autre compte.", - "azure.accounts.accountAccessError": "Une erreur s’est produite lors de l’accès au compte sélectionné «{0}». Cliquez sur le bouton « Lier le compte » et actualisez le compte ou sélectionnez un autre compte. Erreur «{1}»", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Sauvegarde de la base de données", "sql.migration.database.page.description": "Sélectionnez l’emplacement de vos sauvegardes de base de données à utiliser pour la migration.", "sql.migration.nc.network.share.radio.label": "Les sauvegardes de ma base de données sont sur un partage réseau", "sql.migration.nc.blob.storage.radio.label": "Mes sauvegardes de base de données se trouvent dans un conteneur Azure Storage Blob", - "sql.migration.nc.file.share.radio.label": "Les sauvegardes de ma base de données se trouvent dans un partage de fichiers Stockage Microsoft Azure (bientôt disponible).", "sql.migration.network.share.header.text": "Détails du partage réseau", "sql.migration.network.share.help.text": "Indiquez l’emplacement du partage réseau contenant les sauvegardes et les informations d’identification de l’utilisateur disposant d’un accès en lecture sur le partage", "sql.migration.network.share.location.label": "Emplacement du partage réseau qui contient des sauvegardes.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Entrer le mot de passe", "sql.migration.network.share.azure.header": "Détails du compte de stockage", "sql.migration.network.share.azure.help": "Indiquez le compte de stockage Azure sur lequel les sauvegardes seront chargées.", - "sql.migration.network.share.subscription.label": "Sélectionnez l’abonnement qui contient le compte de stockage.", - "sql.migration.network.share.subscription.placeholder": "Sélectionnez un abonnement", - "sql.migration.network.share.storage.account.label": "Sélectionnez le compte de stockage où les fichiers de sauvegarde seront copiés.", - "sql.migration.network.share.storage.account.placeholder": "Sélectionner un compte", "sql.migration.unique.name": "Sélectionnez un nom unique pour cette base de données cible", - "sql.migration.database.already.exists": "La base de données « {0} » existe déjà sur le Managed Instance cible « {1} ».", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Sélectionnez l’abonnement qui contient le compte de stockage.", - "sql.migration.blob.storage.account.label": "Sélectionnez le compte de stockage contenant les fichiers de sauvegarde.", - "sql.migration.blob.storage.container.label": "Sélectionnez le conteneur qui contient les fichiers de sauvegarde.", - "sql.migration.blob.storage.container.placeholder": "Sélectionner un conteneur", - "sql.migration.file.share.subscription.label": "Sélectionnez l’abonnement qui contient le partage de fichiers.", - "sql.migration.file.share.storage.account.label": "Sélectionnez le compte de stockage contenant le partage de fichiers.", - "sql.migration.file.share.label": "Sélectionnez le partage de fichiers qui contient les fichiers de sauvegarde.", - "sql.migration.file.share.placeholder": "Sélectionner un partage", "sql.migration.database.migration.mode.label": "Mode de migration", - "sql.migration.database.migration.mode.description": "Choisissez l’une des méthodes de migration suivantes pour migrer vers votre cible Azure SQL en fonction de vos besoins en temps d’arrêt.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Migration en ligne", - "sql.migration.database.migration.mode.online.description": "Le temps d’arrêt de l’application est limité au basculement à la fin de la migration.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "Le temps d’arrêt de l’application va démarrer lorsque la migration démarre.", "sql.migration.database.migration.mode.offline.label": "Migration hors connexion", - "sql.migration.database.backup.email.notification.label": "Notifications par e-mail", - "sql.migration.database.backup.email.notification.checkbox.label": "M’avertir lorsque la migration est terminée", "sql.migration.no.subscription.found": "Aucun abonnement", "sql.migration.no.location.found": "Emplacement introuvable", "sql.migration.no.storageAccount.found": "Aucun compte de stockage trouvé", "sql.migration.no.fileShares.found": "Aucun partage de fichiers trouvé", "sql.migration.no.blobContainers.found": "Aucun conteneur de blobs détecté", "sql.migration.no.blobFiles.found": "Aucun objet blod trouvé", - "sql.migration.invalid.subscription.error": "Sélectionnez un abonnement valide pour continuer.", - "sql.migration.invalid.location.error": "Sélectionnez un emplacement valide pour continuer.", - "sql.migration.invalid.storageAccount.error": "Sélectionnez un compte de stockage valide pour continuer.", - "sql.migration.invalid.fileShare.error": "Sélectionnez un partage de fichiers valide pour continuer.", - "sql.migration.invalid.blob.resourceGroup.error": "Sélectionnez un groupe de ressources valide pour la base de données source « {0} » pour continuer.", - "sql.migration.invalid.blob.storageAccount.error": "Sélectionnez un connecteur d’objets blob valide pour la base de données source « {0} » pour continuer.", - "sql.migration.invalid.blob.container.error": "Sélectionnez un conteneur d’objet blob valide pour la base de données source « {0} » pour continuer.", - "sql.migration.invalid.blob.lastBackupFile.error": "Sélectionnez un dernier fichier de sauvegarde valide pour la base de données source « {0} » pour continuer.", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Format d’emplacement du partage réseau non valide. Exemple : {0}", "sql.migration.invalid.user.account": "Format de compte d’utilisateur non valide. Exemple : {0}", - "sql.migration.network.share.location": "Emplacement du partage réseau pour lire les sauvegardes de la base de données « {0} »", - "sql.migration.file.share": "Sélectionnez le partage de fichiers qui contient les fichiers de sauvegarde pour « {0} »", - "sql.migration.blob.container": "Sélectionnez le conteneur qui contient les fichiers de sauvegarde pour « {0} »", - "sql.migration.enter.network.share.information": "Entrez les noms des cibles pour la ou les bases de données sources sélectionnées.", - "sql.migration.blob.container.information": "Entrez le nom de la cible et sélectionnez l’emplacement du conteneur d’objets BLOB pour les bases de données sélectionnées", - "sql.migration.enter.file.share.information": "Entrez le nom de la cible et sélectionnez l’emplacement du partage de fichiers des bases de données sélectionnées", - "sql.migration.invalid.target.name.error": "Entrez un nom valide pour la base de données cible.", - "sql.migration.provide.unique.containers": "Indiquez des conteneurs uniques pour les bases de données cibles. Bases de données affectées : ", - "sql.migration.source.details.windowAuth": "Entrez les informations d’identification de l’authentification Windows utilisées pour la connexion à l’instance SQL Server {0}. Ces informations d’identification seront utilisées pour la connexion à l’instance SQL Server et l’identification d’un ou plusieurs fichiers de sauvegarde valides", - "sql.migration.source.details.sqlAuth": "Entrez les informations d’identification de l’authentification SQL utilisées pour la connexion à l’instance SQL Server {0}. Ces informations d’identification seront utilisées pour la connexion à l’instance SQL Server et l’identification d’un ou plusieurs fichiers de sauvegarde valides", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Sélectionnez d’abord une valeur de groupe de ressources.", "sql.migration.blob.storageAccount.select": "Sélectionnez d’abord une valeur de compte de stockage.", "sql.migration.blob.container.select": "Sélectionnez d’abord une valeur de conteneur d’objets Blob.", "sql.migration.ir.page.title": "Service Azure Database Migration", - "sql.migration.ir.page.description": "Azure Database Migration Service (DMS) orchestre les activités de migration de bases de données et suit leur progression. Vous pouvez sélectionner un DMS existant pour la cible Azure SQL si vous en avez créé un précédemment ou en créer un nouveau ci-dessous.", - "sql.migration.ir.page.note": "Remarque : DMS s’exécute dans votre abonnement Azure dans le groupe de ressources choisi et ne coûte aucun coût d’exécution.", - "sql.migration.select.a.migration.service": "Sélectionner Azure Database Migration Service", - "sql.migration.default.setup.button": "Programme d’installation avec les valeurs par défaut : ajouter un DMS avec un clic sur le programme d’installation Express à l’aide des options par défaut.", - "sql.migration.custom.setup.button": "Installation personnalisée : ajoutez DMS après avoir personnalisé la plupart des options.", - "sql.migration.ir.page.sql.migration.service.not.found": "DMS introuvable. Créez-en un", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Créer", - "sql.migration.invalid.migration.service.error": "Veuillez sélectionner un DMS valide.", - "sql.migration.invalid.migration.service.offline.error": "Sélectionnez un DMS connecté à un nœud", - "sql.migration.authentication.types": "Clés d'authentification", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Détails Azure Database Migration Service « {0} » :", - "sql.migration.dms.portal.info": "Notez que les Azure Database Migration Service (DMS) existants dans Portail Azure ne s’afficheront pas dans Azure Data Studio. Le DMS créé dans Azure Data Studio ne sera pas encore visible dans Portail Azure.", - "sql.migration.database.migration.service.authentication.keys": "Clés d’authentification du service de migration de base de données", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Créer Azure Database Migration Service", - "sql.migration.services.container.description": "Entrez les informations ci-dessous pour ajouter une nouvelle Azure Database Migration Service.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Chargement des services de migration", - "sql.migration.service.container.heading": "Configurer runtime d'intégration", - "sql.migration.service.container.container.description1": "Azure Database Migration Service utilise le runtime d'intégration auto-hébergé d’Azure Data Factory pour charger des sauvegardes du partage fie réseau local vers Azure.", - "sql.migration.service.container.container.description2": "Suivez les instructions ci-dessous pour configurer le runtime d'intégration auto-hébergé.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Étape 1 : {0}", "sql.migration.option": "Télécharger et installer le runtime d'intégration", "sql.migration.ir.setup.step2": "Étape 2 : Utilisez cette clé pour inscrire votre runtime d'intégration", - "sql.migration.ir.setup.step3": "Étape 3 : cliquez sur le bouton « Tester la connexion » pour vérifier la connexion entre Azure Database Migration Service et Integration Runtime", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "État de la connexion", "sql.migration.key1.label": "Clé 1", "sql.migration.key2.label": "Clé 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Actualiser la clé 2", "sql.migration.copy.key1": "Copier la clé 1", "sql.migration.copy.key2": "Copier la clé 2", - "sql.migration.authkeys.header": "Clé d'authentification", - "sql.migration.authkeys.refresh.message": "La clé d’authentification « {0} » a été actualisée.", - "sql.migration.service.not.ready": "Azure Database Migration Service n’est pas inscrit. Azure Database Migration Service « {0} » doit être inscrit auprès d’un runtime d'intégration auto-hébergé sur n’importe quel nœud.", - "sql.migration.service.ready": "La Azure Database Migration Service « {0} » est connectée au runtime d'intégration auto-hébergé qui s’exécutent sur le nœud : {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "Aucun groupe de ressources trouvé", - "sql.migration.invalid.resourceGroup.error": "Sélectionnez un groupe de ressources valide pour continuer.", - "sql.migration.invalid.region.error": "Sélectionnez un emplacement valide pour continuer.", - "sql.migration.invalid.service.name.error": "Entrez un nom valide pour le service de migration.", - "sql.migration.service.not.found": "Aucun service de migration trouvé. Créez-en un.", - "sql.migration.service.not.setup": "Ajoutez un service de migration pour continuer.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Instance managée Azure SQL", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "Aucune instance gérée trouvée", "sql.migration.no.virtualMachine.found": "Aucune machine virtuelle trouvée", - "sql.migration.target.page.title": "Choisissez la cible Azure SQL", - "sql.migration.resource.group.description": "Un groupe de ressources est un conteneur qui inclut les ressources associées à une solution Azure", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "OK", "sql.migration.new.resource.group": "(nouveau) {0}", "sql.migration.test.connection": "Tester la connexion", - "sql.migration.database.migration.service.created.successfully": "Le service de migration de base de données a été créé avec succès", - "sql.migration.dms.provision.failed": "Le service de migration de base de données n’a pas pu être approvisionné. Veuillez réessayer dans quelques instants.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Appliquer", "sql.migration.creating.rg.loading": "Création d'un groupe de ressources", "sql.migration.rg.created": "Groupe de ressources créé", - "sql.migration.name.of.new.rg": "Nom du nouveau groupe de ressources", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "En savoir plus", "sql.migration.learn.more.pre.reqs": "En savoir plus sur les éléments dont vous avez besoin avant de commencer une migration.", "sql.migration.subscription": "Abonnement", "sql.migration.storage.account": "Compte de stockage", "sql.migration.resourceGroups": "Groupe de ressources", - "sql.migration.region": "Région", "sql.migration.name": "Nom", "sql.migration.location": "Emplacement", - "sql.migration.new": "Nouveau", - "sql.migration.feature.not.available": "Cette fonctionnalité n’est pas encore disponible.", "sql.migration.refresh": "Actualiser", - "sql.migration.submit": "Envoyer", "sql.migration.create": "Créer", "sql.migration.cancel": "Annuler", "sql.migration.type": "Type", - "sql.migration.path": "Chemin", "sql.migration.path.user.account": "Compte d'utilisateur", "sql.migration.view.all": "Tout afficher", "sql.migration.target": "Cible", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "Fermer", - "sql.migraiton.data.uploaded.size": "Données chargées/taille", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Débit de copie (Mbits/s)", - "sql.migration.newsupportrequest": "Nouvelle demande de support", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Récapitulatif", - "sql.migration.summary.azure.account.linked": "Compte Azure lié", - "sql.migration.summary.migration.target": "Cible de migration", "sql.migration.summary.mi.type": "Azure SQL Managed Instance", "sql.migration.summary.vm.type": "SQL Server dans une machine virtuelle Azure", - "sql.migration.summary.database.count": "Base (s) de données à migrer", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Abonnement au stockage Azure", "sql.migration.summary.azure.storage": "Stockage Azure", - "sql.migration.ir.node": "Nœud de runtime d'intégration", "sql.migration.network.share": "Partage réseau", "sql.migration.blob.container.title": "Conteneur d'objets blob", "sql.migration.blob.container.last.backup.file.label": "Dernier fichier de sauvegarde", "sql.migration.blob.container.label": "Groupe de ressources du conteneur d’objets BLOB", "sql.migration.blob.container.storage.account.label": "Compte de stockage de conteneur d’objets blob", - "sql.migration.file.share.title": "Partage de fichiers", - "sql.migration.started.notification": "Migration en cours", "sql.migration.source.databases": "Base(s) de données source", "sql.migration.mode": "Mode", "sql.migration.backup.location": "Emplacement de sauvegarde", "sql.migration.azure.storage.account.to.upload.backups": "Compte stockage Azure pour le chargement des sauvegardes", - "sql.migration.shir": "Nœuds de runtime d'intégration auto-hébergé", - "sql.migration.summary.target.name": "Bases de données cibles :", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "Base de données à migrer", "sql.migration.count.database.single": "{0} base de données", "sql.migration.count.database.multiple": "{0} bases de données", "sql.migration.quick.pick.placeholder": "Sélectionnez l’opération que vous souhaitez effectuer", "sql.migration.inline.migration.notebook.title": "Migration en ligne", "sql.migration.sql.assessment.notebook.title": "Évaluation de la migration SQL", - "sql.migration.notebook.open.error": "Erreur lors de l’ouverture du bloc-notes migration", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Migration Azure SQL", "sql.migration.dashboard.description": "Déterminez la préparation de la migration de vos instances SQL Server, identifiez une cible Azure SQL recommandée et effectuez la migration de votre instance SQL Server vers Azure SQL Managed Instance ou SQL Server sur Machines virtuelles Microsoft Azure.", "sql.migration.dashboard.migrate.task.button": "Migrer vers Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "Migrer l’instance SQL Server vers Azure SQL.", "sql.migration.database.migration.status": "État de la migration de base de données", - "sql.migration.dashboard.video1.title": "Migrer SQL Server vers SQL Managed Instance", - "sql.migration.dashboard.video2.title": "Migrer SQL Server vers une machine virtuelle SQL", "sql.migration.dashboard.link1.title": "Règles d’évaluation pour Azure SQL Managed Instance", - "sql.migration.dashboard.link1.description": "Consultez la liste des règles utilisées pour évaluer la faisabilité de la migration de vos SQL Server vers Azure SQL Managed Instance.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Articles d’aide et liens vidéo", "sql.migration.pre.req.title": "Éléments dont vous avez besoin avant de démarrer la migration :", "sql.migration.pre.req.1": "Détails du compte Azure", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Détails de l’emplacement de sauvegarde", "sql.migration.migration.in.progress": "Migration de la base de données en cours", "sql.migration.failed": "Échec de la migration", - "sql.migration.log.shipping.in.progress": "Copie des journaux de transaction en cours", "sql.migration.migration.completed": "Migration terminée", "sql.migration.cutover.card": "Fin du basculement", - "sql.migration.successfully.migrated.to.azure.sql": "Migration réussie vers Azure SQL", "sql.migration.migration.not.started": "Migration non démarrée", - "sql.migration.choose.to.migrate.to.azure.sql": "Choisir de migrer vers Azure SQL", "sql.migration.show.status": "Afficher l'état", "sql.migration.inprogress.warning.single": "La base de données {0} contient des avertissements", "sql.migration.inprogress.warning.multiple": "{0} bases de données contiennent des avertissements", "sql.migration.feedback.issue.title": "Commentaires sur l'expérience de la migration", - "sql.migration.eastus2euap": "USA Est 2 - EUAP", "sql.migration.cutover": "Basculement de la migration", "sql.migration.complete.cutover": "Terminer le basculement", "sql.migration.source.database": "Nom de la base de données source", @@ -294,9 +239,9 @@ "sql.migration.backup.start.time": "Heure de début de la sauvegarde", "sql.migration.first.lsn": "Premier NSE", "sql.migration.last.LSN": "Dernier NSE", - "sql.migration.cannot.start.cutover.error": "Impossible de démarrer le processus de basculement tant que toutes les migrations n’ont pas été effectuées. Cliquez sur Actualiser pour récupérer le dernier état du fichier", - "sql.migration.azure.sql.database.managed.instance": "Azure SQL Database Managed Instance", - "sql.migration.azure.sql.database.virtual.machine": "Machine virtuelle base de données Azure SQL", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Annuler la migration", "sql.migration.active.backup.files.items": "Fichiers de sauvegarde actifs (1 élément)", "sql.migration.active.backup.files.multiple.items": "Fichiers de sauvegarde actifs ({0} éléments)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "Voulez-vous vraiment annuler cette migration ?", "sql.migration.yes": "Oui", "sql.migration.no": "Non", - "sql.migration.completing.cutover.warning": "L’exécution d’un basculement sans restauration de toutes les sauvegardes peut entraîner une perte de données.", - "sql.migration.bc.info": "Le basculement de la migration des Instances gérées pour le niveau de service critique pour l'entreprise peut prendre beaucoup plus de temps que pour le niveau de service général car trois répliques secondaires doivent être alimentées pour le groupe de haute disponibilité Always On. La durée de cette opération dépend de la taille des données. Dans 90 % des cas, la vitesse d'alimentation est de 220 Go/heure ou plus.", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Arrêtez toutes les transactions entrantes à destination de la base de données source.", - "sql.migration.cutover.step.2.network.share": "2. Effectuez la sauvegarde finale du journal des transactions et fournissez-la à l’emplacement du partage réseau.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Assurez-vous que toutes les sauvegardes de journal sont restaurées sur la base de données cible. La « sauvegardes de journal (s) en attente de restauration » doit être égale à zéro.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "Effectuez les étapes suivantes avant de terminer le basculement.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "Dernier fichier restauré : {0}", + "sql.migration.last.scan.completed": "Dernière analyse terminée : {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Je confirme qu’il n’y a aucune sauvegarde de journal supplémentaire à fournir et je souhaite effectuer le basculement.", "sql.migration.cutover.in.progress": "Basculement en cours pour la base de données « {0} »", - "sql.migration.cannot.cancel": "La migration n’est pas en cours et ne peut pas être annulée.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "La migration n’est pas en cours et ne peut pas être à basculement.", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.file.name": "Nom de fichier", + "sql.migration.size.column.header": "Taille", + "sql.migration.no.pending.backups": "Aucune sauvegarde en attente. Cliquez sur Actualiser pour vérifier l’état actuel.", "sql.migration.search.for.migration": "Rechercher des migrations", "sql.migration.online": "En ligne", "sql.migration.offline": "Hors connexion", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL Managed Instance", "sql.migration.sql.virtual.machine": "Machine virtuelle SQL", "sql.migration.target.azure.sql.instance.name": "Nom de la cible Azure SQL", - "sql.migration.cutover.type": "Mode de migration", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Heure de début", "sql.migration.finish.time": "Heure de fin", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} s", "sql.migration.service.details.dialog.title": "Service Azure Database Migration", "sql.migration.service.details.button.label": "Fermer", - "sql.migration.service.details.ir.label": "Nœuds de runtime d'intégration auto-hébergé", - "sql.migration.service.details.authkeys.label": "Clés d'authentification", - "sql.migration.service.details.authkeys.title": "Clés d’authentification utilisées pour se connecter au nœud de runtime d'intégration auto-hébergé", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- non disponible --", "sql.migration.source.configuration": "Configuration de la source", "sql.migration.source.credentials": "Informations d'identification sources", - "sql.migration.enter.your.sql.cred": "Entrez les informations d’identification pour l’instance de SQL Server source. Ces informations d’identification seront utilisées lors de la migration de la ou des bases de données vers Azure SQL.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Serveur", "sql.migration.username": "Nom d'utilisateur", "sql.migration.size": "Taille (Mo)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Avertissements", "sql.migration.impacted.objects": "Objets impactés", "sql.migration.object.details": "Détails de l'objet", - "sql.migration.assessmen.results": "Résultats de l'évaluation", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Type :", "sql.migration.name.label": "Noms :", "sql.migration.description": "Description", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Problèmes ({0})", "sql.migration.warnings.count": "Avertissements ({0})", "sql.migration.authentication.type": "Type d'authentification", - "sql.migration.sql.login": "Connexion SQL", - "sql.migration.windows.auth": "Authentification Windows", - "sql.migration.status.refresh.label": "Actualiser", - "sql.migration.auto.refresh.off": "Actualisation auto : désactivée", - "sql.migration.auto.refresh.15.seconds": "Actualisation automatique : 15 secondes", - "sql.migration.auto.refresh.30.seconds": "Actualisation automatique : 30 secondes", - "sql.migration.auto.refresh.1.min": "Actualisation automatique : 1 minute", - "sql.migration.auto.refresh.3.min": "Actualisation automatique : 3 minutes", - "sql.migration.auto.refresh.5.min": "Actualisation automatique : 5 minutes", - "sql.migration.select.the.refresh.interval": "Sélectionnez l'intervalle d'actualisation", - "sql.migration.off": "Inactif", - "sql.migration.every.30.second": "Toutes les 30 secondes", - "sql.migration.every.1.minute": "Toutes les minutes", - "sql.migration.every.3.minutes": "Toutes les 3 minutes", - "sql.migration.every.5.minutes": "Toutes les 5 minutes" + "sql.migration.status.refresh.label": "Actualiser" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Démarrage de la migration de la base de données {0} vers {1} - {2}", diff --git a/i18n/ads-language-pack-fr/translations/main.i18n.json b/i18n/ads-language-pack-fr/translations/main.i18n.json index fbe95d9291..1b05c150e0 100644 --- a/i18n/ads-language-pack-fr/translations/main.i18n.json +++ b/i18n/ads-language-pack-fr/translations/main.i18n.json @@ -10387,8 +10387,8 @@ "textPreview": "Cellule de texte", "runAllPreview": "Tout exécuter", "addCell": "Cellule", - "views": "Views", - "editor": "Editor", + "views": "Vues", + "editor": "Éditeur", "code": "Code", "text": "Texte", "runAll": "Exécuter les cellules", @@ -10473,9 +10473,9 @@ "noParametersCell": "Ce bloc-notes ne peut pas être exécuté avec des paramètres tant qu'une cellule de paramètre n'est pas ajoutée. [En savoir plus](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "noParametersInCell": "Ce bloc-notes ne peut pas s’exécuter avec des paramètres tant que des paramètres n’ont pas été ajoutés à la cellule de paramètres. [En savoir plus] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "Effacer les résultats", - "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "notebookViewLabel": "Éditeur", + "newViewLabel": "Créer une nouvelle vue", + "viewNotFound": "Affichage introuvable : {0}", "trustLabel": "Approuvé", "untrustLabel": "Non approuvé", "collapseAllCells": "Réduire les cellules", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "la cellule avec l'URI {0} est introuvable dans ce modèle", "cellRunFailed": "L'exécution des cellules a échoué. Pour plus d'informations, consultez l'erreur dans la sortie de la cellule actuellement sélectionnée.", - "runAllPreview": "Run all" + "runAllPreview": "Tout exécuter" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "Exécutez cette cellule pour afficher les sorties." @@ -11456,35 +11456,35 @@ "deployment.title": "Nouveau déploiement..." }, "sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": { - "insertCellsModal.title": "Insert cells", - "insertCellsModal.selectCells": "Select cell sources", - "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", - "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.title": "Insérer des cellules", + "insertCellsModal.selectCells": "Sélectionner les sources de cellule", + "insertCellsModal.thumbnailError": "Erreur : impossible de générer des miniatures.", + "insertCellsModal.untitled": "Cellule sans titre : {0}", + "insertCellsModal.Insert": "Insérer", + "insertCellsModal.Cancel": "Annuler" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", - "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", + "viewsUnableToRemove": "Impossible de supprimer la vue", + "confirmDelete": "Voulez-vous vraiment supprimer la vue « {0} »0?", + "delete": "&&Supprimer", + "insertCells": "Insérer des cellules", + "runCell": "Exécuter la cellule", + "stopCell": "Annuler l'exécution", "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "unableToNavigateToCell": "Impossible d’accéder à la cellule du bloc-notes.", + "viewCellInNotebook": "Afficher la cellule dans le bloc-notes", + "moreActionsLabel": "Plus" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", + "viewOptionsModal.title": "Configurer la vue", + "viewOptionsModal.name": "Nom de la vue", "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "viewOptionsModal.nameTaken": "Ce nom de vue a déjà été pris.", + "save": "Enregistrer", + "cancel": "Annuler" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "Affichage sans titre" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-it/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-it/translations/extensions/sql-database-projects.i18n.json index 6a7e7c4b49..07f82d6811 100644 --- a/i18n/ads-language-pack-it/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/sql-database-projects.i18n.json @@ -159,7 +159,7 @@ "browseButtonText": "Sfoglia cartella", "selectFolderStructure": "Select folder structure", "folderStructureLabel": "Struttura di cartelle", - "browseEllipsis": "Browse...", + "browseEllipsis": "Sfoglia...", "selectProjectLocation": "Select project location", "dataworkspace.projectParentDirectoryNotExistError": "Il percorso del progetto selezionato '{0}' non esiste o non è una directory.", "dataworkspace.projectDirectoryAlreadyExistError": "Esiste già una directory denominata '{0}' nel percorso selezionato: '{1}'.", @@ -228,6 +228,12 @@ "externalStreamingJobFriendlyName": "Processo di streaming esterno", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", "input": "Input", "output": "Output", "selectBindingType": "Select type of binding", @@ -239,11 +245,6 @@ "noAzureFunctionsInFile": "No Azure functions in the current active file" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "Impossibile individuare .NET Core SDK. La compilazione del progetto non funzionerà. Installare .NET Core SDK versione 3.1 o aggiornare il percorso di .NET Core SDK nelle impostazioni, se l'installazione è già presente.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Aggiornare percorso", - "sqlDatabaseProjects.InstallNetCore": "Installa", - "sqlDatabaseProjects.doNotAskAgain": "Non chiedere più", - "sqlDatabaseProjects.outputChannel": "Progetti di database", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … ha restituito un errore: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … terminato con codice: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … terminato con segnale: {1}", diff --git a/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json index 241b05263d..6cf98d0c35 100644 --- a/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json @@ -28,33 +28,23 @@ }, "dist/constants/strings": { "sql-migration.wizard.title": "Eseguire la migrazione di '{0}' a Azure SQL", - "sql.migration.wizard.source_configuration.title": "Configurazione di origine SQL", "sql.migration.assessments.blocking.issue": "Si tratta di un errore di blocco che impedirà la migrazione del database.", - "sql.migration.assessments.progress": "Stato di avanzamento delle valutazioni", "sql.migration.assessment.in.progress": "Valutazione in corso", "sql.migration.assessment.in.progress.content": "I database nell'istanza di SQL Server vengono valutati {0} per identificare la destinazione Azure SQL corretta.\r\n\r\nL'operazione potrebbe richiedere del tempo.", - "sql.migration.collecting_source_configurations": "Raccolta delle configurazioni di origine", - "sql.migration.collecting_source_configurations.info": "È necessario raccogliere alcune informazioni sul modo in cui i dati sono attualmente configurati.\r\nL'operazione potrebbe richiedere del tempo.", - "sql.migration.collecting_source_configurations.error": "Si è verificato un errore durante la raccolta delle informazioni sulla configurazione dei dati. {0}", "sql.migration.wizard.sku.title": "Destinazione di Azure SQL", - "sql.migration.wizard.sku.all": "In base ai risultati della valutazione, è possibile eseguire la migrazione di tutti e {0} i database in stato online ad Azure SQL.", - "sql.migration.wizard.sku.some": "In base ai risultati delle analisi della configurazione di origine, è possibile eseguire la migrazione ad Azure SQL di {0} di {1} database.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Scegliere la destinazione di Azure SQL", - "sql.migration.sku.none": "In base ai risultati delle analisi della configurazione di origine, non può essere eseguita la migrazione ad Azure SQL di nessuno dei database dell'utente.", "sql.migration.sku.mi.card.title": "Istanza gestita di SQL di Azure (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server per la macchina virtuale di Azure (IaaS)", "sql.migration.select.azure.mi": "Selezionare la sottoscrizione di Azure di destinazione e l'istanza gestita di SQL di Azure di destinazione", "sql.migration.select.azure.vm": "Selezionare la sottoscrizione Azure di destinazione e l'SQL Server di destinazione sulla macchina virtuale di Azure di destinazione.", - "sql.migration.wizard.subscription.title": "Selezione sottoscrizione di Azure", - "sql.migration.wizard.subscription.azure.account.title": "Account Azure", - "sql.migration.wizard.subscription.azure.subscription.title": "Sottoscrizione di Azure", - "sql.migration.wizard.subscription.azure.product.title": "Prodotto di Azure", - "sql.migration.sku.recommendation.view.assessment.mi": "Visualizzare i risultati della valutazione e selezionare uno o più database di cui eseguire la migrazione all'Istanza gestita di SQL (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "Visualizzare i risultati della valutazione e selezionare uno o più database di cui eseguire la migrazione a SQL Server per la macchina virtuale di Azure (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Visualizza/Seleziona", "total.databases.selected": "{0} di {1} database selezionati.", - "sql.migration.select.target.to.continue": "Per continuare, selezionare una destinazione", - "sql.migration.select.database.to.migrate": "Selezionare i database di cui eseguire la migrazione", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "È stata completata la valutazione dell'istanza di SQL Server \"{0}\".", "sql.migration.assessment": "Risultati valutazione per '{0}'", "sql.migration.can.be.migrated": "È possibile eseguire la migrazione di {0} database su {1}", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Database", "sql.migration.sql.server.instance": "Istanza di SQL Server", "sql.migration.wizard.account.title": "Account Azure", - "sql.migration.wizard.account.description": "Selezionare un account Azure collegato ad Azure Data Studio o collegarne uno adesso.", - "sql.migration.wizard.account.noaccount.error": "Non sono presenti account collegati. Aggiungere un account.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Collega account", "sql.migration.wizard.account.count.single.message": "{0} account collegato", "sql.migration.wizard.account.count.multiple.message": "{0} account collegati", "sql.migration.azure.tenant": "Tenant di Azure AD", - "azure.accounts.accountStaleError": "Il token di accesso per l'account selezionato '{0}' non è più valido. Fare clic sul pulsante ‘Collega account’ per aggiornare l'account o selezionare un account diverso.", - "azure.accounts.accountAccessError": "Si è verificato un errore durante l'accesso all'account selezionato '{0}'. Fare clic sul pulsante 'Collega account' e aggiornare l'account oppure selezionare un account diverso. Errore: '{1}'", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Backup del database", "sql.migration.database.page.description": "Selezionare il percorso dei backup del database da usare per la migrazione.", "sql.migration.nc.network.share.radio.label": "I backup del database personale si trovano su una condivisione di rete", "sql.migration.nc.blob.storage.radio.label": "I backup dei database personali si trovano in un contenitore BLOB del servizio di archiviazione di Azure", - "sql.migration.nc.file.share.radio.label": "I backup del database personale si trovano in una condivisione file di archiviazione di Azure (presto disponibile)", "sql.migration.network.share.header.text": "Dettagli sulla condivisione di rete", "sql.migration.network.share.help.text": "Fornire il percorso della condivisione di rete che contiene i backup e le credenziali dell'utente che ha accesso in lettura alla condivisione", "sql.migration.network.share.location.label": "Posizione della condivisione di rete che contiene i backup.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Immettere password", "sql.migration.network.share.azure.header": "Dettagli dell'account di archiviazione", "sql.migration.network.share.azure.help": "Specificare l'account di Archiviazione di Azure in cui verranno caricati i backup.", - "sql.migration.network.share.subscription.label": "Selezionare la sottoscrizione che contiene l'account di archiviazione.", - "sql.migration.network.share.subscription.placeholder": "Selezionare una sottoscrizione", - "sql.migration.network.share.storage.account.label": "Selezionare l'account di archiviazione in cui verranno copiati i file di backup.", - "sql.migration.network.share.storage.account.placeholder": "Selezionare account", "sql.migration.unique.name": "Selezionare un nome univoco per il database di destinazione", - "sql.migration.database.already.exists": "Il database '{0}' esiste già nell'istanza gestita di destinazione '{1}'.", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Selezionare la sottoscrizione che contiene l'account di archiviazione.", - "sql.migration.blob.storage.account.label": "Selezionare l'account di archiviazione che contiene i file di backup.", - "sql.migration.blob.storage.container.label": "Selezionare il contenitore dei file di backup.", - "sql.migration.blob.storage.container.placeholder": "Seleziona contenitore", - "sql.migration.file.share.subscription.label": "Selezionare la sottoscrizione che contiene la condivisione file.", - "sql.migration.file.share.storage.account.label": "Selezionare l'account di archiviazione che contiene la condivisione file.", - "sql.migration.file.share.label": "Selezionare la condivisione file che contiene i file di backup.", - "sql.migration.file.share.placeholder": "Selezionare condivisione", "sql.migration.database.migration.mode.label": "Modalità di migrazione", - "sql.migration.database.migration.mode.description": "Scegliere tra le modalità di migrazione seguenti per eseguire la migrazione alla destinazione Azure SQL in base ai requisiti di tempo di inattività.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Migrazione online", - "sql.migration.database.migration.mode.online.description": "Il tempo di inattività dell'applicazione è limitato al cutover al termine della migrazione.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "Il tempo di inattività dell'applicazione verrà avviato all'avvio della migrazione.", "sql.migration.database.migration.mode.offline.label": "Migrazione offline", - "sql.migration.database.backup.email.notification.label": "Notifiche tramite posta elettronica", - "sql.migration.database.backup.email.notification.checkbox.label": "Inviami una notifica al termine della migrazione", "sql.migration.no.subscription.found": "Non sono state trovate sottoscrizioni", "sql.migration.no.location.found": "Nessun percorso trovato", "sql.migration.no.storageAccount.found": "Nessun account di archiviazione trovato", "sql.migration.no.fileShares.found": "Non sono state trovate condivisioni file", "sql.migration.no.blobContainers.found": "Non sono stati trovati contenitori BLOB", "sql.migration.no.blobFiles.found": "Nessun file BLOB trovato", - "sql.migration.invalid.subscription.error": "Per continuare, selezionare una sottoscrizione valida.", - "sql.migration.invalid.location.error": "Selezionare una posizione valida per procedere.", - "sql.migration.invalid.storageAccount.error": "Selezionare un account di archiviazione valido per procedere.", - "sql.migration.invalid.fileShare.error": "Selezionare una condivisione file valida per procedere.", - "sql.migration.invalid.blob.resourceGroup.error": "Per continuare, selezionare un gruppo di risorse valido per il database di origine '{0}'.", - "sql.migration.invalid.blob.storageAccount.error": "Per continuare, selezionare un account di archiviazione valido per il database di origine '{0}'.", - "sql.migration.invalid.blob.container.error": "Per continuare, selezionare un contenitore BLOB valido per il database di origine '{0}'.", - "sql.migration.invalid.blob.lastBackupFile.error": "Per continuare, selezionare l'ultimo file di backup valido per il database di origine '{0}'.", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Formato della posizione della condivisione di rete non valido. Esempio: {0}", "sql.migration.invalid.user.account": "Formato dell'account utente non valido. Esempio: {0}", - "sql.migration.network.share.location": "Percorso di condivisione di rete per leggere i backup per il database ‘{0}’", - "sql.migration.file.share": "Selezionare la condivisione file che contiene i file di backup per \"{0}\".", - "sql.migration.blob.container": "Selezionare il contenitore dei file di backup per ‘{0}’.", - "sql.migration.enter.network.share.information": "Immettere i nomi di destinazione per i database di origine selezionati", - "sql.migration.blob.container.information": "Immettere il nome di destinazione e selezionare il percorso del contenitore BLOB per i database selezionati", - "sql.migration.enter.file.share.information": "Immettere il nome di destinazione e selezionare la posizione di condivisione file dei database selezionati", - "sql.migration.invalid.target.name.error": "Immettere un nome valido per il database di destinazione.", - "sql.migration.provide.unique.containers": "Specificare contenitori univoci per i database di destinazione. Database interessati: ", - "sql.migration.source.details.windowAuth": "Immettere le credenziali di autenticazione di Windows utilizzate per la connessione all'istanza di SQL Server {0}. Questa credenziale verrà utilizzata per connettersi all'istanza di SQL Server e identificare i file di backup validi", - "sql.migration.source.details.sqlAuth": "Immettere le credenziali di autenticazione SQL utilizzate per la connessione all'istanza di SQL Server {0}. Questa credenziale verrà utilizzata per connettersi all'istanza di SQL Server e identificare i file di backup validi", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Selezionare prima un valore del gruppo di risorse.", "sql.migration.blob.storageAccount.select": "Selezionare prima un valore per l'account di archiviazione.", "sql.migration.blob.container.select": "Selezionare prima un valore del contenitore BLOB.", "sql.migration.ir.page.title": "Servizio Migrazione del database di Azure", - "sql.migration.ir.page.description": "Il Servizio Migrazione del database di Azure (DMS) orchestra le attività di migrazione del database e tiene traccia del relativo stato. È possibile selezionare un Servizio Migrazione del database di Azure esistente per la destinazione di Azure SQL se ne è stato creato uno in precedenza o crearne uno nuovo di seguito.", - "sql.migration.ir.page.note": "Nota: il Servizio Migrazione del database di Azure verrà eseguito nella sottoscrizione di Azure nel gruppo di risorse scelto e non comporta alcun costo per l'esecuzione.", - "sql.migration.select.a.migration.service": "Selezionare Servizio Migrazione del database di Azure", - "sql.migration.default.setup.button": "Configurazione con impostazioni predefinite: aggiungere il Servizio Migrazione del database di Azure con installazione rapida con un clic utilizzando le opzioni predefinite.", - "sql.migration.custom.setup.button": "Configurazione personalizzata: aggiungere il Servizio Migrazione del database dopo aver personalizzato la maggior parte delle opzioni.", - "sql.migration.ir.page.sql.migration.service.not.found": "Non sono stati trovati DMS. Crearne uno nuovo", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Crea nuovo", - "sql.migration.invalid.migration.service.error": "Selezionare un Servizio Migrazione del database di Azure valido", - "sql.migration.invalid.migration.service.offline.error": "Selezionare un Servizio Migrazione del database di Azure connesso a un nodo", - "sql.migration.authentication.types": "Chiavi di autenticazione", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Dettagli sul Servizio Migrazione del database di Azure \"{0}\":`", - "sql.migration.dms.portal.info": "Tenere presente che qualsiasi Servizio Migrazione del database di Azure (DMS) esistente nel portale di Azure non verrà visualizzato in Azure Data Studio. Il Servizio Migrazione del database di Azure creato in Azure Data Studio non sarà ancora visibile nel portale di Azure.", - "sql.migration.database.migration.service.authentication.keys": "Chiavi di autenticazione del Servizio Migrazione del database", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Creare Servizio Migrazione del database di Azure", - "sql.migration.services.container.description": "Immettere le informazioni di seguito per aggiungere un nuovo Servizio Migrazione del database di Azure.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Caricamento dei servizi di migrazione", - "sql.migration.service.container.heading": "Configurare runtime di integrazione", - "sql.migration.service.container.container.description1": "Il Servizio Migrazione del database di Azure sfrutta il runtime di integrazione self-hosted di Azure Data Factory per caricare i backup dalla condivisione di rete locale in Azure.", - "sql.migration.service.container.container.description2": "Seguire le istruzioni seguenti per configurare il runtime di integrazione self-hosted.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Passaggio 1: {0}", "sql.migration.option": "Scaricare e installare il runtime di integrazione", "sql.migration.ir.setup.step2": "Passaggio 2: Usare questa chiave per registrare il runtime di integrazione", - "sql.migration.ir.setup.step3": "Passaggio 3: Fare clic sul pulsante ‘Test connessione’ per controllare la connessione tra Servizio Migrazione del database di Azure e runtime di integrazione", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "Stato della connessione", "sql.migration.key1.label": "Chiave 1", "sql.migration.key2.label": "Chiave 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Aggiorna chiave 2", "sql.migration.copy.key1": "Copia chiave 1", "sql.migration.copy.key2": "Copia chiave 2", - "sql.migration.authkeys.header": "Chiave di autenticazione", - "sql.migration.authkeys.refresh.message": "La chiave di autenticazione ' {0}' è stata aggiornata.", - "sql.migration.service.not.ready": "Il Servizio Migrazione del database di Azure non è registrato. Il Servizio Migrazione del database di Azure \"{0}\" deve essere registrato con il runtime di integrazione self-hosted su un nodo.", - "sql.migration.service.ready": "Il Servizio Migrazione del database di Azure \"{0}\" è connesso al runtime di integrazione self-hosted in esecuzione sul nodo - {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "Non sono stati trovati gruppi di risorse", - "sql.migration.invalid.resourceGroup.error": "Selezionare un gruppo di risorse valido per procedere.", - "sql.migration.invalid.region.error": "Selezionare una posizione valida per procedere.", - "sql.migration.invalid.service.name.error": "Immettere un nome valido per il servizio di migrazione.", - "sql.migration.service.not.found": "Non sono stati trovati servizi di migrazione. Crearne uno nuovo.", - "sql.migration.service.not.setup": "Aggiungere un servizio di migrazione per continuare.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Istanza gestita di SQL di Azure", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "Non sono state trovate istanze gestite", "sql.migration.no.virtualMachine.found": "Non sono state trovate macchine virtuali", - "sql.migration.target.page.title": "Scegliere l'istanza di Azure SQL di destinazione", - "sql.migration.resource.group.description": "Un gruppo di risorse è un contenitore che include le risorse correlate per una soluzione di Azure", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "OK", "sql.migration.new.resource.group": "(nuovo) {0}", "sql.migration.test.connection": "Verifica connessione", - "sql.migration.database.migration.service.created.successfully": "Il servizio di migrazione del database è stato creato", - "sql.migration.dms.provision.failed": "Il provisioning del servizio di migrazione del database non è riuscito. Riprovare dopo qualche minuto.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Applica", "sql.migration.creating.rg.loading": "Creazione del gruppo di risorse", "sql.migration.rg.created": "Il gruppo di risorse è stato creato", - "sql.migration.name.of.new.rg": "Nome del nuovo gruppo di risorse", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "Altre informazioni", "sql.migration.learn.more.pre.reqs": "Altre informazioni sulle operazioni necessarie prima di avviare una migrazione.", "sql.migration.subscription": "Sottoscrizione", "sql.migration.storage.account": "Account di archiviazione", "sql.migration.resourceGroups": "Gruppo di risorse", - "sql.migration.region": "Area", "sql.migration.name": "Nome", "sql.migration.location": "Percorso", - "sql.migration.new": "Nuova", - "sql.migration.feature.not.available": "Questa funzionalità non è ancora disponibile.", "sql.migration.refresh": "Aggiorna", - "sql.migration.submit": "Invia", "sql.migration.create": "Crea", "sql.migration.cancel": "Annulla", "sql.migration.type": "Tipo", - "sql.migration.path": "Percorso", "sql.migration.path.user.account": "Account utente", "sql.migration.view.all": "Visualizza tutti", "sql.migration.target": "Destinazione", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "Chiudi", - "sql.migraiton.data.uploaded.size": "Dati caricati/Dimensioni", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Velocità effettiva copia (MBPS)", - "sql.migration.newsupportrequest": "Nuova richiesta di supporto", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Riepilogo", - "sql.migration.summary.azure.account.linked": "Account di Azure collegato", - "sql.migration.summary.migration.target": "Destinazione di migrazione", "sql.migration.summary.mi.type": "Istanza gestita di SQL di Azure", "sql.migration.summary.vm.type": "SQL Server per la macchina virtuale di Azure", - "sql.migration.summary.database.count": "Database di cui eseguire la migrazione", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Sottoscrizione di archiviazione di Azure", "sql.migration.summary.azure.storage": "Archiviazione di Azure", - "sql.migration.ir.node": "Nodo del runtime di integrazione", "sql.migration.network.share": "Condivisione di rete", "sql.migration.blob.container.title": "Contenitore BLOB", "sql.migration.blob.container.last.backup.file.label": "Ultimo file di backup", "sql.migration.blob.container.label": "Gruppo di risorse del contenitore BLOB", "sql.migration.blob.container.storage.account.label": "Account di archiviazione del contenitore BLOB", - "sql.migration.file.share.title": "Condivisione file", - "sql.migration.started.notification": "Migrazione in corso", "sql.migration.source.databases": "Database di origine", "sql.migration.mode": "Modalità", "sql.migration.backup.location": "Percorso di backup", "sql.migration.azure.storage.account.to.upload.backups": "Account din archiviazione di Azure per il caricamento dei backup", - "sql.migration.shir": "Nodo del runtime di integrazione self-hosted", - "sql.migration.summary.target.name": "Database di destinazione:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "Database di cui eseguire la migrazione", "sql.migration.count.database.single": "Database {0}", "sql.migration.count.database.multiple": "Database {0}", "sql.migration.quick.pick.placeholder": "Selezionare l'operazione che si desidera eseguire", "sql.migration.inline.migration.notebook.title": "Migrazione inline", "sql.migration.sql.assessment.notebook.title": "Valutazione della migrazione SQL", - "sql.migration.notebook.open.error": "Errore durante l'apertura del notebook di migrazione", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Migrazione di Azure SQL", "sql.migration.dashboard.description": "Determinare l'idoneità alla migrazione delle istanze di SQL Server, identificare una destinazione Azure SQL consigliata e completare la migrazione dell'istanza di SQL Server a Istanza gestita di SQL di Azure o SQL Server in Macchine virtuali di Azure.", "sql.migration.dashboard.migrate.task.button": "Eseguire la migrazione a Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "Eseguire la migrazione dell'istanza di SQL Server a SQL di Azure.", "sql.migration.database.migration.status": "Stato di migrazione del database", - "sql.migration.dashboard.video1.title": "Esegui la migrazione SQL Server all’istanza gestita di SQL", - "sql.migration.dashboard.video2.title": "Esegui la migrazione SQL Server alla macchina virtuale SQL", "sql.migration.dashboard.link1.title": "Regole di valutazione per istanza gestita di SQL di Azure", - "sql.migration.dashboard.link1.description": "Vedere l'elenco delle regole usate per valutare la possibilità di eseguire la migrazione delle SQL Server a Istanza gestita di SQL di Azure.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Articoli della guida e collegamenti video", "sql.migration.pre.req.title": "Elementi necessari prima dell'avvio della migrazione:", "sql.migration.pre.req.1": "Dettagli sull'account di Azure", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Dettagli percorso backup", "sql.migration.migration.in.progress": "Migrazione del database in corso", "sql.migration.failed": "Migrazione non riuscita", - "sql.migration.log.shipping.in.progress": "Log shipping in corso", "sql.migration.migration.completed": "Migrazione completata", "sql.migration.cutover.card": "Completamento cutover", - "sql.migration.successfully.migrated.to.azure.sql": "Migrazione ad Azure SQL eseguita correttamente", "sql.migration.migration.not.started": "Migrazione non avviata", - "sql.migration.choose.to.migrate.to.azure.sql": "Scegliere di eseguire la migrazione ad Azure SQL", "sql.migration.show.status": "Mostrare stato", "sql.migration.inprogress.warning.single": "{0} database presenta avvisi", "sql.migration.inprogress.warning.multiple": "{0} database presentano avvisi", "sql.migration.feedback.issue.title": "Feedback sull'esperienza di migrazione", - "sql.migration.eastus2euap": "Stati Uniti orientali 2 EUAP", "sql.migration.cutover": "Cutover di migrazione", "sql.migration.complete.cutover": "Completa cutover", "sql.migration.source.database": "Nome database di origine", @@ -294,9 +239,9 @@ "sql.migration.backup.start.time": "Ora di inizio backup", "sql.migration.first.lsn": "Primo LSN", "sql.migration.last.LSN": "Ultimo LSN", - "sql.migration.cannot.start.cutover.error": "Non è possibile avviare il processo di cutover fino a quando non vengono completate tutte le migrazioni. Fare clic su Aggiorna per recuperare lo stato del file più recente", - "sql.migration.azure.sql.database.managed.instance": "Istanza gestita di database SQL di Azure", - "sql.migration.azure.sql.database.virtual.machine": "Macchina virtuale database SQL di Azure", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Annulla migrazione", "sql.migration.active.backup.files.items": "File di backup attivi (1 elemento)", "sql.migration.active.backup.files.multiple.items": "File di backup attivi (elementi {0})", @@ -305,20 +250,20 @@ "sql.cancel.migration.confirmation": "Annullare la migrazione?", "sql.migration.yes": "Sì", "sql.migration.no": "No", - "sql.migration.completing.cutover.warning": "Il completamento del cutover senza ripristinare tutti i backup può comportare la perdita di dati.", - "sql.migration.bc.info": "La migrazione completa istanza gestita per livello di servizio business critical può richiedere molto più tempo dell’utilizzo generico perché è necessario eseguire il seeding di tre repliche secondarie per gruppo di disponibilità elevata Always On. La durata di questa operazione dipende dalle dimensioni dei dati. La velocità di seeding nel 90% dei casi è pari a 220 GB/ora o superiore.", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Arrestare tutte le transazioni in ingresso nel database di origine.", - "sql.migration.cutover.step.2.network.share": "2. Eseguire il backup del log delle transazioni finale e specificarlo nel percorso della condivisione di rete.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Assicurarsi che tutti i backup del log vengano ripristinati nel database di destinazione. Il valore di \"Backup del log in attesa di ripristino\" deve essere zero.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", "sql.migration.cutover.last.file.restored": "Last file restored: {0}", "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Confermo che non ci sono altri backup del log da fornire e che vogliono completare il cutover.", "sql.migration.cutover.in.progress": "Cutover in corso per il database '{0}'", - "sql.migration.cannot.cancel": "La migrazione non è in corso e non può essere annullata.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "La migrazione non è in corso e non è possibile eseguirne il cutover.", "sql.migration.file.name": "File name", "sql.migration.size.column.header": "Size", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "Istanza gestita di SQL", "sql.migration.sql.virtual.machine": "Macchina virtuale SQL", "sql.migration.target.azure.sql.instance.name": "Nome di destinazione di Azure SQL", - "sql.migration.cutover.type": "Modalità di migrazione", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Ora di inizio", "sql.migration.finish.time": "Ora di fine", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} sec", "sql.migration.service.details.dialog.title": "Servizio Migrazione del database di Azure", "sql.migration.service.details.button.label": "Chiudi", - "sql.migration.service.details.ir.label": "Nodo del runtime di integrazione self-hosted", - "sql.migration.service.details.authkeys.label": "Chiavi di autenticazione", - "sql.migration.service.details.authkeys.title": "Chiavi di autenticazione utilizzate per connettersi al nodo del runtime di integrazione self-hosted", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- non disponibile --", "sql.migration.source.configuration": "Configurazione origine", "sql.migration.source.credentials": "Credenziali origine", - "sql.migration.enter.your.sql.cred": "Immettere le credenziali per l'istanza di SQL Server di origine. Queste credenziali verranno usate durante la migrazione di database a Azure SQL.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Server", "sql.migration.username": "Nome utente", "sql.migration.size": "Dimensioni (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Avvisi", "sql.migration.impacted.objects": "Oggetti interessati", "sql.migration.object.details": "Dettagli dell'oggetto", - "sql.migration.assessmen.results": "Risultati valutazione", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Tipo:", "sql.migration.name.label": "Nomi:", "sql.migration.description": "Descrizione", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Problemi ({0})", "sql.migration.warnings.count": "Avvisi ({0})", "sql.migration.authentication.type": "Tipo di autenticazione", - "sql.migration.sql.login": "Account di accesso SQL", - "sql.migration.windows.auth": "Autenticazione di Windows", - "sql.migration.status.refresh.label": "Aggiorna", - "sql.migration.auto.refresh.off": "Aggiornamento automatico: disattivato", - "sql.migration.auto.refresh.15.seconds": "Aggiornamento automatico: 15 secondi", - "sql.migration.auto.refresh.30.seconds": "Aggiornamento automatico: 30 secondi", - "sql.migration.auto.refresh.1.min": "Aggiornamento automatico: 1 minuto", - "sql.migration.auto.refresh.3.min": "Aggiornamento automatico: 3 minuti", - "sql.migration.auto.refresh.5.min": "Aggiornamento automatico: 5 minuti", - "sql.migration.select.the.refresh.interval": "Selezionare l'intervallo di aggiornamento", - "sql.migration.off": "Disattivato", - "sql.migration.every.30.second": "Ogni 30 secondi", - "sql.migration.every.1.minute": "Ogni minuto", - "sql.migration.every.3.minutes": "Ogni 3 minuti", - "sql.migration.every.5.minutes": "Ogni 5 minuti" + "sql.migration.status.refresh.label": "Aggiorna" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Avvio della migrazione per il database {0} a {1} - {2}", diff --git a/i18n/ads-language-pack-ja/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/sql-database-projects.i18n.json index 03cedfffc9..28ba07f226 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/sql-database-projects.i18n.json @@ -159,7 +159,7 @@ "browseButtonText": "フォルダーの参照", "selectFolderStructure": "Select folder structure", "folderStructureLabel": "フォルダー構造", - "browseEllipsis": "Browse...", + "browseEllipsis": "参照...", "selectProjectLocation": "Select project location", "dataworkspace.projectParentDirectoryNotExistError": "選択したプロジェクトの場所 '{0}' は存在しないか、ディレクトリではありません。", "dataworkspace.projectDirectoryAlreadyExistError": "選択された場所 '{1}' には、すでに '{0}' という名前のディレクトリが存在します。", @@ -228,8 +228,14 @@ "externalStreamingJobFriendlyName": "外部ストリーミング ジョブ", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "入力", + "output": "出力", "selectBindingType": "Select type of binding", "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", "sqlObjectToQuery": "SQL object to query", @@ -239,11 +245,6 @@ "noAzureFunctionsInFile": "No Azure functions in the current active file" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": ".NET Core SDK が見つかりません。プロジェクトのビルドは機能しません。.NET Core SDK バージョン 3.1 をインストールするか、既にインストールされている場合は [設定] で .Net Core SDK の場所を更新してください。", - "sqlDatabaseProjects.UpdateNetCoreLocation": "場所の更新", - "sqlDatabaseProjects.InstallNetCore": "インストール", - "sqlDatabaseProjects.doNotAskAgain": "今後このメッセージを表示しない", - "sqlDatabaseProjects.outputChannel": "データベース プロジェクト", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} ...エラーが発生しました: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … コード {1} で終了しました", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … シグナル {1} で終了しました", diff --git a/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json index 159416916f..6fc5e52815 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json @@ -28,33 +28,23 @@ }, "dist/constants/strings": { "sql-migration.wizard.title": "'{0}' を Azure SQL に移行する", - "sql.migration.wizard.source_configuration.title": "SQL ソース構成", "sql.migration.assessments.blocking.issue": "これがデータベース移行の成功を妨げるブロック問題です。", - "sql.migration.assessments.progress": "評価の進行状況", "sql.migration.assessment.in.progress": "評価の実行中", "sql.migration.assessment.in.progress.content": "適切な Azure SQL ターゲットを特定するために、SQL サーバー インスタンス {0} でデータベースを評価しています。\r\n\r\nこれには時間がかかることがあります。", - "sql.migration.collecting_source_configurations": "ソース構成を収集しています", - "sql.migration.collecting_source_configurations.info": "お客様のデータが現在どのように構成されているかについて、いくつかの情報を収集する必要があります。\r\nこれには時間がかかる場合があります。", - "sql.migration.collecting_source_configurations.error": "データ構成の情報収集時にエラーが発生しました。{0}", "sql.migration.wizard.sku.title": "Azure SQL Target", - "sql.migration.wizard.sku.all": "評価結果に基づき、オンライン状態のデータベース {0} すべてを Azure SQL に移行することができます。", - "sql.migration.wizard.sku.some": "ソース構成のスキャン結果に基づき、{1} のデータベースのうち {0} を Azure SQL に移行できます。", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Azure SQL ターゲットを選択する", - "sql.migration.sku.none": "ソース構成のスキャン結果に基づき、データベースの中で Azure SQL に移行できるものはありません。", "sql.migration.sku.mi.card.title": "Azure SQL Managed Instance (PaaS)", "sql.migration.sku.vm.card.title": "Azure Virtual Machine 上の SQL Server (IaaS)", "sql.migration.select.azure.mi": "対象の Azure サブスクリプションと対象の Azure SQL Managed Instance を選択します", "sql.migration.select.azure.vm": "対象の Azure サブスクリプションと Azure Virtual Machine 上の対象の SQL Server で選択します。", - "sql.migration.wizard.subscription.title": "Azure サブスクリプションの選択", - "sql.migration.wizard.subscription.azure.account.title": "Azure アカウント", - "sql.migration.wizard.subscription.azure.subscription.title": "Azure サブスクリプション", - "sql.migration.wizard.subscription.azure.product.title": "Azure Product", - "sql.migration.sku.recommendation.view.assessment.mi": "評価結果を表示し、Azure SQL Managed Instance (PaaS) に移行する 1 つ以上のデータベースを選択します", - "sql.migration.sku.recommendation.view.assessment.vm": "評価結果を表示し、SQL Server on Azure Virtual Machine (IaaS) に移行する 1 つ以上のデータベースを選択します", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "表示/選択", "total.databases.selected": "選択された {1} データベースの {0}。", - "sql.migration.select.target.to.continue": "操作を続行するにはターゲットを選択してください", - "sql.migration.select.database.to.migrate": "データベースを選択して移行してください", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "SQL Server インスタンス '{0}' の評価が完了しました。", "sql.migration.assessment": "'{0}' の評価結果", "sql.migration.can.be.migrated": "{1} データベースのうち {0} が移行可能です", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "データベース", "sql.migration.sql.server.instance": "SQL Server インスタンス", "sql.migration.wizard.account.title": "Azure アカウント", - "sql.migration.wizard.account.description": "Azure Data Studio にリンクされている Azure アカウントを選択するか、今すぐリンクします。", - "sql.migration.wizard.account.noaccount.error": "リンクされているアカウントはありません。アカウントを追加してください。", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "アカウントのリンク", "sql.migration.wizard.account.count.single.message": "リンク済みの {0} アカウント", "sql.migration.wizard.account.count.multiple.message": "リンク済みの {0} アカウント", "sql.migration.azure.tenant": "Azure AD テナント", - "azure.accounts.accountStaleError": "選択したアカウント '{0}' のアクセス トークンは有効でなくなりました。'リンク アカウント' ボタンをクリックして、アカウントを更新するか、別のアカウントを選択してください。", - "azure.accounts.accountAccessError": "選択したアカウント '{0}' へのアクセスでエラーが発生しました。'リンク アカウント' ボタンをクリックして、アカウントを更新するか、別のアカウントを選択してください。エラー '{1}'", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "データベース バックアップ", "sql.migration.database.page.description": "移行に使用するデータベースバックアップの場所を選択してください。", "sql.migration.nc.network.share.radio.label": "データベースのバックアップは、ネットワーク共有にあります", "sql.migration.nc.blob.storage.radio.label": "データベースのバックアップは、Azure Storage Blob コンテナーにあります。", - "sql.migration.nc.file.share.radio.label": "データベースのバックアップは、Azure Storage ファイル共有にあります (近日公開予定)", "sql.migration.network.share.header.text": "ネットワーク共有の詳細", "sql.migration.network.share.help.text": "バックアップを保存するネットワーク共有の場所と、その共有の読み取り権限のあるユーザーの資格情報を提供します。", "sql.migration.network.share.location.label": "バックアップを保存するネットワーク共有の場所。", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "パスワードの入力", "sql.migration.network.share.azure.header": "ストレージ アカウントの詳細", "sql.migration.network.share.azure.help": "バックアップをアップロードする Azure Storage アカウントを指定します。", - "sql.migration.network.share.subscription.label": "ストレージ アカウントを含むサブスクリプションを選択します。", - "sql.migration.network.share.subscription.placeholder": "サブスクリプションを選択する", - "sql.migration.network.share.storage.account.label": "バックアップ ファイルをコピーするストレージ アカウントを選択します。", - "sql.migration.network.share.storage.account.placeholder": "アカウントを選択", "sql.migration.unique.name": "対象データベースに一意の名前を選択する", - "sql.migration.database.already.exists": "データベース '{0}' は、ターゲット Managed Instance '{1}' に既に存在します。", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "ストレージ アカウントを含むサブスクリプションを選択します。", - "sql.migration.blob.storage.account.label": "バックアップ ファイルを含むストレージ アカウントを選択します。", - "sql.migration.blob.storage.container.label": "バックアップ ファイルを含むコンテナーを選択します。", - "sql.migration.blob.storage.container.placeholder": "コンテナーの選択", - "sql.migration.file.share.subscription.label": "ファイル共有を保存するサブスクリプションを選択します。", - "sql.migration.file.share.storage.account.label": "ファイル共有を保存するストレージ アカウントを選択します。", - "sql.migration.file.share.label": "バックアップ ファイルを保存するコンテナーを選択します。", - "sql.migration.file.share.placeholder": "共有の選択", "sql.migration.database.migration.mode.label": "移行モード", - "sql.migration.database.migration.mode.description": "以下の移行モードから選択し、ダウンタイムの要件に基づいて Azure SQL ターゲットに移行します。", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "オンライン移行", - "sql.migration.database.migration.mode.online.description": "アプリケーションのダウンタイムは、移行終了時のカットオーバーに限定されます。", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "アプリケーションのダウンタイムは、移行開始時に開始します。", "sql.migration.database.migration.mode.offline.label": "オフライン移行", - "sql.migration.database.backup.email.notification.label": "メールの通知", - "sql.migration.database.backup.email.notification.checkbox.label": "移行完了時に通知する", "sql.migration.no.subscription.found": "サブスクリプションが見つからない", "sql.migration.no.location.found": "場所が見つかりませんでした", "sql.migration.no.storageAccount.found": "ストレージ アカウントが見つかりません", "sql.migration.no.fileShares.found": "ファイル共有が見つかりません", "sql.migration.no.blobContainers.found": "BLOB コンテナーが見つかりません", "sql.migration.no.blobFiles.found": "BLOB ファイルが見つかりません", - "sql.migration.invalid.subscription.error": "続行するには、有効なサブスクリプションを選択してください。", - "sql.migration.invalid.location.error": "有効な場所を選択して続行してください。", - "sql.migration.invalid.storageAccount.error": "有効なストレージ アカウントを選択して続行してください。", - "sql.migration.invalid.fileShare.error": "有効なファイル共有を選択して続行してください。", - "sql.migration.invalid.blob.resourceGroup.error": "続行するには、ソース データベース '{0}' の有効なリソース グループを選択してください。", - "sql.migration.invalid.blob.storageAccount.error": "続行するには、ソース データベース '{0}' の有効なストレージ アカウントを選択してください。", - "sql.migration.invalid.blob.container.error": "続行するには、ソース データベース '{0}' の有効な BLOB コンテナーを選択してください。", - "sql.migration.invalid.blob.lastBackupFile.error": "続行するには、ソース データベース '{0}' の有効な最終バックアップ ファイルを選択してください。", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "無効なネットワーク共有の場所の形式です。例: {0}", "sql.migration.invalid.user.account": "無効なユーザー アカウントの形式です。例: {0}", - "sql.migration.network.share.location": "データベース ‘{0}’ のバックアップを読み取るためのネットワーク共有の場所", - "sql.migration.file.share": "‘{0}’ にバックアップ ファイルを保存するファイル共有を選択します。", - "sql.migration.blob.container": "‘{0}’ のバックアップ ファイルを含むコンテナーを選択する", - "sql.migration.enter.network.share.information": "選択したソース データベースのターゲット名を入力する", - "sql.migration.blob.container.information": "ターゲット名を入力し、選択したデータベースの blob コンテナーの場所を選択します", - "sql.migration.enter.file.share.information": "ターゲット名を入力し、選択したデータベースのファイル共有の場所を選択する", - "sql.migration.invalid.target.name.error": "ターゲット データベースに有効な名前を入力してください。", - "sql.migration.provide.unique.containers": "ターゲット データベースに一意のコンテナーを指定してください。影響を受けるデータベース: ", - "sql.migration.source.details.windowAuth": "SQL Server インスタンス {0} への接続に使用する Windows 認証の資格情報を入力します。 この資格情報は、SQL Server インスタンスに接続して、有効なバックアップ ファイルを識別するために使用されます", - "sql.migration.source.details.sqlAuth": "SQL Server インスタンス {0} への接続に使用する SQL 認証の資格情報を入力します。 この資格情報は、SQL Server インスタンスに接続して、有効なバックアップ ファイルを識別するために使用されます", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "最初にリソース グループの値を選択します。", "sql.migration.blob.storageAccount.select": "最初にストレージ アカウントの値を選択します。", "sql.migration.blob.container.select": "最初に BLOB コンテナーの値を選択します。", "sql.migration.ir.page.title": "Azure Database Migration Service", - "sql.migration.ir.page.description": "Azure Database Migration Service (DMS) は、データベースの移行アクティビティを調整し、その進行状況を追跡します。Azure SQL ターゲットの既存の DMS を以前に作成している場合は、それを選択するか、以下で新しい DMS を作成することができます。", - "sql.migration.ir.page.note": "注意: DMS は、選択したリソース グループの Azure サブスクリプションで実行され、実行のためのコストは発生しません。", - "sql.migration.select.a.migration.service": "Azure Database Migration Service を選択する", - "sql.migration.default.setup.button": "既定の設定を使用したセットアップ: ワンクリックで DMS を追加し、既定のオプションを使用してセットアップを行います。", - "sql.migration.custom.setup.button": "カスタム セットアップ: ほとんどのオプションをカスタマイズした後に DMS を追加します。", - "sql.migration.ir.page.sql.migration.service.not.found": "DMS が見つかりません。新しいものを作成してください", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "新規作成", - "sql.migration.invalid.migration.service.error": "有効な DMS を選択してください", - "sql.migration.invalid.migration.service.offline.error": "ノードに接続された DMS を選択してください", - "sql.migration.authentication.types": "認証キー", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Azure Database Migration Service ファイル \"{0}\" の詳細:`", - "sql.migration.dms.portal.info": "Azure Portal の既存の Azure Database Migration Service (DMS) がある場合、Azure Data Studio では表示されないことに注意してください。Azure Data Studio で作成された DMS は、Azure Portal ではまだ表示されません。", - "sql.migration.database.migration.service.authentication.keys": "データベース移行サービスの認証キー", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Azure Database Migration Service の作成", - "sql.migration.services.container.description": "以下の情報を入力して、新しい Azure Database Migration Service を追加します。", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "移行サービスの読み込み中", - "sql.migration.service.container.heading": "統合ランタイムの設定", - "sql.migration.service.container.container.description1": "Azure Database Migration Service は Azure Data Factory のセルフホステッド統合ランタイムを活用して、オンプレミスのネットワーク Fie 共有から Azure にバックアップをアップロードします。", - "sql.migration.service.container.container.description2": "次の手順に従って、セルフホステッド統合ランタイムを設定します。", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "ステップ 1: {0}", "sql.migration.option": "統合ランタイムのダウンロードとインストール", "sql.migration.ir.setup.step2": "手順 2: このキーを使用して、統合ランタイムを登録します", - "sql.migration.ir.setup.step3": "手順 3: [テスト接続] ボタンをクリックして、Azure Database Migration Service と統合ランタイム間の接続を確認します", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "接続状態", "sql.migration.key1.label": "キー 1", "sql.migration.key2.label": "キー 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "キー 2 を最新の情報に更新する", "sql.migration.copy.key1": "キー 1 のコピー", "sql.migration.copy.key2": "キー 2 のコピー", - "sql.migration.authkeys.header": "認証キー", - "sql.migration.authkeys.refresh.message": "認証キー '{0}' が更新されました。", - "sql.migration.service.not.ready": "Azure Database Migration Service が登録されていません。Azure Database Migration Service '{0}' は、任意のノードでセルフホステッド統合ランタイムに登録する必要があります。", - "sql.migration.service.ready": "Azure Database Migration Service '{0}' は、ノード - {1} で実行中のセルフホステッド統合ランタイムに接続されています。", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "リソース グループが見つかりません", - "sql.migration.invalid.resourceGroup.error": "有効なリソースグループを選択して続行してください。", - "sql.migration.invalid.region.error": "有効な場所を選択して続行してください。", - "sql.migration.invalid.service.name.error": "移行サービスに有効な名前を入力してください。", - "sql.migration.service.not.found": "Migration Services が見つかりません。新しいものを作成してください。", - "sql.migration.service.not.setup": "Migration Service を追加して続行してください。", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "マネージド インスタンスが見つかりません", "sql.migration.no.virtualMachine.found": "仮想マシンが見つかりませんでした", - "sql.migration.target.page.title": "ターゲット Azure SQL の選択", - "sql.migration.resource.group.description": "リソース グループは、Azure のソリューションに関連するリソースを保持するコンテナーです", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "OK", "sql.migration.new.resource.group": "(新規) {0}", "sql.migration.test.connection": "接続のテスト", - "sql.migration.database.migration.service.created.successfully": "Database Migration Service が正常に作成されました", - "sql.migration.dms.provision.failed": "データベース移行サービスがプロビジョニングに失敗しました。しばらく待ってから、もう一度お試しください。", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "適用", "sql.migration.creating.rg.loading": "リソース グループを作成しています", "sql.migration.rg.created": "リソース グループが作成されました", - "sql.migration.name.of.new.rg": "新しいリソース グループの名前", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "詳細情報", "sql.migration.learn.more.pre.reqs": "移行を開始する前に、必要な事項の詳細を説明します。", "sql.migration.subscription": "サブスクリプション", "sql.migration.storage.account": "ストレージ アカウント", "sql.migration.resourceGroups": "リソース グループ", - "sql.migration.region": "リージョン", "sql.migration.name": "名前", "sql.migration.location": "場所", - "sql.migration.new": "新規", - "sql.migration.feature.not.available": "この機能はまだ使用できません。", "sql.migration.refresh": "最新の情報に更新", - "sql.migration.submit": "送信", "sql.migration.create": "作成", "sql.migration.cancel": "キャンセル", "sql.migration.type": "種類", - "sql.migration.path": "パス", "sql.migration.path.user.account": "ユーザー アカウント", "sql.migration.view.all": "すべてを表示する", "sql.migration.target": "ターゲット", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "閉じる", - "sql.migraiton.data.uploaded.size": "アップロードされたデータまたはサイズ", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "コピー スループット (MBps)", - "sql.migration.newsupportrequest": "新しいサポート リクエスト", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "概要", - "sql.migration.summary.azure.account.linked": "リンク済みの Azure アカウント", - "sql.migration.summary.migration.target": "移行のターゲット", "sql.migration.summary.mi.type": "Azure SQL Managed Instance", "sql.migration.summary.vm.type": "Azure Virtual Machine 上の SQL Server", - "sql.migration.summary.database.count": "移行されるデータベース", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Azure ストレージ サブスクリプション", "sql.migration.summary.azure.storage": "Azure Storage", - "sql.migration.ir.node": "統合ランタイム ノード", "sql.migration.network.share": "ネットワーク共有", "sql.migration.blob.container.title": "BLOB コンテナー", "sql.migration.blob.container.last.backup.file.label": "最終バックアップ ファイル", "sql.migration.blob.container.label": "BLOB コンテナー リソース グループ", "sql.migration.blob.container.storage.account.label": "BLOB コンテナー ストレージ アカウント", - "sql.migration.file.share.title": "ファイルの共有", - "sql.migration.started.notification": "移行が進行中です", "sql.migration.source.databases": "ソース データベース", "sql.migration.mode": "モード", "sql.migration.backup.location": "バックアップの場所", "sql.migration.azure.storage.account.to.upload.backups": "バックアップを読み込む Azure Storage アカウント", - "sql.migration.shir": "セルフホステッド統合ランタイム ノード", - "sql.migration.summary.target.name": "ターゲット データベース:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "移行されるデータベース", "sql.migration.count.database.single": "{0} データベース", "sql.migration.count.database.multiple": "{0} データベース", "sql.migration.quick.pick.placeholder": "実行する操作を選択する", "sql.migration.inline.migration.notebook.title": "インライン移行", "sql.migration.sql.assessment.notebook.title": "SQL 移行評価", - "sql.migration.notebook.open.error": "移行ノートブックを開くときにエラーが発生しました", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Azure SQL の移行", "sql.migration.dashboard.description": "SQL Server インスタンスの移行の準備状況を判断し、推奨される Azure SQL ターゲットを特定し、Azure SQL Managed Instance または SQL Server on Azure Virtual Machines 上の SQL Server インスタンスの移行を完了します。", "sql.migration.dashboard.migrate.task.button": "Azure SQLへの移行", "sql.migration.dashboard.migrate.task.button.description": "SQL Server インスタンスを Azure SQL に移行します。", "sql.migration.database.migration.status": "データベースの移行状態", - "sql.migration.dashboard.video1.title": "SQL Server を SQL Managed Instance に移行する", - "sql.migration.dashboard.video2.title": "SQL Virtual Machine に SQL Server を移行する", "sql.migration.dashboard.link1.title": "Azure SQL Managed Instance 向け評価ルール", - "sql.migration.dashboard.link1.description": "SQL Server を Azure SQL マネージド インスタンスに移行する可能性を評価するために使用されるルールの一覧を参照してください。", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "ヘルプ記事とビデオ リンク", "sql.migration.pre.req.title": "移行開始前に必要な事項:", "sql.migration.pre.req.1": "Azure アカウントの詳細", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "場所の詳細のバックアップ", "sql.migration.migration.in.progress": "データベースの移行が進行中", "sql.migration.failed": "移行は失敗しました", - "sql.migration.log.shipping.in.progress": "ログ配布が進行中", "sql.migration.migration.completed": "移行が完了しました", "sql.migration.cutover.card": "カットオーバーを完了しています", - "sql.migration.successfully.migrated.to.azure.sql": "Azure SQL に正常に移行されました", "sql.migration.migration.not.started": "移行は開始されていません", - "sql.migration.choose.to.migrate.to.azure.sql": "Azure SQL への移行を選択する", "sql.migration.show.status": "状態の表示", "sql.migration.inprogress.warning.single": "{0} データベースに警告があります", "sql.migration.inprogress.warning.multiple": "{0} データベースに警告があります", "sql.migration.feedback.issue.title": "移行エクスペリエンスのフィードバック", - "sql.migration.eastus2euap": "米国東部 2 EUAP", "sql.migration.cutover": "移行のカットオーバー", "sql.migration.complete.cutover": "一括を完了する", "sql.migration.source.database": "転送元データベース名", @@ -294,9 +239,9 @@ "sql.migration.backup.start.time": "バックアップ開始時刻", "sql.migration.first.lsn": "最初の LSN", "sql.migration.last.LSN": "最後の LSN", - "sql.migration.cannot.start.cutover.error": "すべての移行が完了するまでカットオーバー処理を開始できません。更新をクリックすると、最新のファイル状態が表示されます。", - "sql.migration.azure.sql.database.managed.instance": "Azure SQL Database Managed Instance", - "sql.migration.azure.sql.database.virtual.machine": "Azure SQL データベース仮想マシン", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "移行のキャンセル", "sql.migration.active.backup.files.items": "アクティブなバックアップ ファイル (1 項目)", "sql.migration.active.backup.files.multiple.items": "アクティブなバックアップ ファイル ({0} 項目)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "この移行を取り消しますか?", "sql.migration.yes": "はい", "sql.migration.no": "いいえ", - "sql.migration.completing.cutover.warning": "すべてのバックアップを復元せずにカットオーバーを完了すると、データが失われる可能性があります。", - "sql.migration.bc.info": "ビジネス クリティカル サービス層のマネージド インスタンスの移行カットオーバーでは、Always On 高可用性グループに 3 つのセカンダリ レプリカをシードする必要があるため、通常の目的よりも大幅に時間がかかります。このオペレーション期間は、データのサイズに依存します。シードの速度は、90% のケースで220GB/時以上となっています。", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. ソース データベースに送信されるすべてのトランザクションを停止します。", - "sql.migration.cutover.step.2.network.share": "2. トランザクション ログの最終的なバックアップを取り、それをネットワーク共有の場所に提供します。", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. すべてのログ バックアップがターゲット データベースに復元されていることを確認します。「復元が保留中のログ バックアップ」が 0 である必要があります。", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "一括移行を完了する前に、次の手順を実行してください。", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "復元された最後のファイル: {0}", + "sql.migration.last.scan.completed": "完了した最後のスキャン: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "提供する追加のログ バックアップがないことを確認し、カットオーバーの完了を希望します。", "sql.migration.cutover.in.progress": "データベース '{0}' のカットオーバーが進行中です", - "sql.migration.cannot.cancel": "移行は進行中ではないため、取り消すことができません。", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "移行は進行中ではないため、一括にすることができません。", "sql.migration.file.name": "ファイル名", "sql.migration.size.column.header": "サイズ", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.no.pending.backups": "保留中のバックアップはありません。[最新の情報に更新] をクリックして、現在の状態を確認します。", "sql.migration.search.for.migration": "移行を検索する", "sql.migration.online": "オンライン", "sql.migration.offline": "オフライン", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL Managed Instance", "sql.migration.sql.virtual.machine": "SQL 仮想マシン", "sql.migration.target.azure.sql.instance.name": "Azure SQL Target の名前", - "sql.migration.cutover.type": "移行モード", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "開始時刻", "sql.migration.finish.time": "終了時刻", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} 秒", "sql.migration.service.details.dialog.title": "Azure Database Migration Service", "sql.migration.service.details.button.label": "閉じる", - "sql.migration.service.details.ir.label": "セルフホステッド統合ランタイム ノード", - "sql.migration.service.details.authkeys.label": "認証キー", - "sql.migration.service.details.authkeys.title": "セルフホステッド統合ランタイム ノードへの接続に使用される認証キー", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- 使用不可 --", "sql.migration.source.configuration": "ソース構成", "sql.migration.source.credentials": "ソースの資格情報", - "sql.migration.enter.your.sql.cred": "ソース SQL Server インスタンスの資格情報を入力します。この資格情報は、データベースを Azure SQL に移行する場合に使用されます。", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "サーバー", "sql.migration.username": "ユーザー名", "sql.migration.size": "サイズ (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "警告", "sql.migration.impacted.objects": "影響を受けるオブジェクト", "sql.migration.object.details": "オブジェクトの詳細", - "sql.migration.assessmen.results": "評価結果", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "入力:", "sql.migration.name.label": "名前:", "sql.migration.description": "説明", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "問題 ({0} 件)", "sql.migration.warnings.count": "警告 ({0})", "sql.migration.authentication.type": "認証の種類", - "sql.migration.sql.login": "SQL ログイン", - "sql.migration.windows.auth": "Windows 認証", - "sql.migration.status.refresh.label": "最新の情報に更新", - "sql.migration.auto.refresh.off": "自動更新: オフ", - "sql.migration.auto.refresh.15.seconds": "自動更新: 15 秒", - "sql.migration.auto.refresh.30.seconds": "自動更新: 30 秒", - "sql.migration.auto.refresh.1.min": "自動更新: 1 分", - "sql.migration.auto.refresh.3.min": "自動更新: 3 分", - "sql.migration.auto.refresh.5.min": "自動更新: 5 分", - "sql.migration.select.the.refresh.interval": "更新間隔を選択する", - "sql.migration.off": "オフ", - "sql.migration.every.30.second": "30 秒ごと", - "sql.migration.every.1.minute": "1 分ごと", - "sql.migration.every.3.minutes": "3 分ごと", - "sql.migration.every.5.minutes": "5 分ごと" + "sql.migration.status.refresh.label": "最新の情報に更新" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "データベース {0} から {1} - {2} に移行を開始する", diff --git a/i18n/ads-language-pack-ja/translations/main.i18n.json b/i18n/ads-language-pack-ja/translations/main.i18n.json index 10b7f85c95..789811f12f 100644 --- a/i18n/ads-language-pack-ja/translations/main.i18n.json +++ b/i18n/ads-language-pack-ja/translations/main.i18n.json @@ -10474,8 +10474,8 @@ "noParametersInCell": "パラメーター セルにパラメーターが追加されるまで、パラメーターを指定してこのノートブックを実行することはできません。[詳細情報] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。", "clearResults": "結果のクリア", "notebookViewLabel": "エディター", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "newViewLabel": "新しいビューの作成", + "viewNotFound": "ビューが見つかりません: {0}", "trustLabel": "信頼されています", "untrustLabel": "信頼されていません", "collapseAllCells": "セルを折りたたむ", @@ -11464,9 +11464,9 @@ "insertCellsModal.Cancel": "キャンセル" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", + "viewsUnableToRemove": "ビューを削除できません", + "confirmDelete": "ビュー \"{0}\" を削除しますか?", + "delete": "削除(&D)", "insertCells": "セルの挿入", "runCell": "セルの実行", "stopCell": "実行のキャンセル", diff --git a/i18n/ads-language-pack-ko/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/sql-database-projects.i18n.json index c4440dbb49..748cf53084 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/sql-database-projects.i18n.json @@ -40,7 +40,7 @@ "sqlDatabaseProjects.netCoreInstallLocation": "컴퓨터에서 .NET Core SDK에 대한 전체 경로입니다.", "sqlDatabaseProjects.netCoreDoNotAsk": "검색되지 않는 경우 사용자에게 .NET Core를 설치할지 사용자에게 묻는 메시지를 표시할지 여부입니다.", "sqlDatabaseProjects.welcome": "현재 열려 있는 데이터베이스 프로젝트가 없습니다.\r\n[새 프로젝트] (command: sqlDatabaseProjects.new)\r\n[프로젝트 열기] (command: sqlDatabaseProjects)\r\n[데이터베이스에서 프로젝트 만들기] (command: sqlDatabaseProjects. importDatabase)", - "sqlDatabaseProjects.addSqlBinding": "Add SQL Binding" + "sqlDatabaseProjects.addSqlBinding": "SQL 바인딩 추가" }, "dist/common/constants": { "emptyProjectTypeDisplayName": "SQL Database", @@ -157,10 +157,10 @@ "projectLocationLabel": "위치", "projectLocationPlaceholderText": "프로젝트를 만들 위치 선택", "browseButtonText": "폴더 찾아보기", - "selectFolderStructure": "Select folder structure", + "selectFolderStructure": "폴더 구조 선택", "folderStructureLabel": "폴더 구조", - "browseEllipsis": "Browse...", - "selectProjectLocation": "Select project location", + "browseEllipsis": "찾아보기...", + "selectProjectLocation": "프로젝트 위치 선택", "dataworkspace.projectParentDirectoryNotExistError": "선택한 프로젝트 위치 '{0}'이(가) 없거나 디렉터리가 아닙니다.", "dataworkspace.projectDirectoryAlreadyExistError": "선택한 위치 '{1}'에 이름이 '{0}'인 디렉터리가 이미 있습니다..", "multipleSqlProjFilesSelected": "여러 .sqlproj 파일이 선택되었습니다. 하나만 선택하세요.", @@ -196,7 +196,7 @@ "cannotResolvePath": "경로 {0}를 확인할 수 없습니다.", "fileAlreadyExists": "이름이 '{0}'인 파일이 이 위치의 디스크에 이미 있습니다. 다른 이름을 선택하세요.", "folderAlreadyExists": "이름이 '{0}'인 폴더가 이 위치의 디스크에 이미 있습니다. 다른 이름을 선택하세요.", - "folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.", + "folderAlreadyExistsChooseNewLocation": "이름이 '{0}'인 폴더가 이 위치의 디스크에 이미 있습니다. 다른 위치를 선택하세요.", "invalidInput": "잘못된 입력: {0}", "invalidPropertyValue": ".sqlproj 파일의 '{0}' 속성에 잘못된 값이 지정되었습니다.", "unableToCreatePublishConnection": "연결을 구성할 수 없음: {0}", @@ -228,22 +228,23 @@ "externalStreamingJobFriendlyName": "외부 스트리밍 작업", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", - "selectBindingType": "Select type of binding", - "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", - "sqlObjectToQuery": "SQL object to query", - "sqlTableToUpsert": "SQL table to upsert into", - "connectionStringSetting": "Connection string setting name", - "connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"", - "noAzureFunctionsInFile": "No Azure functions in the current active file" + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "입력", + "output": "출력", + "selectBindingType": "바인딩 유형 선택", + "selectAzureFunction": "현재 파일에서 SQL 바인딩을 추가할 Azure 함수 선택", + "sqlObjectToQuery": "쿼리할 SQL 개체", + "sqlTableToUpsert": "upsert할 SQL 테이블", + "connectionStringSetting": "연결 문자열 설정 이름", + "connectionStringSettingPlaceholder": "\"local.settings.json\"에 지정된 연결 문자열 설정", + "noAzureFunctionsInFile": "현재 활성 파일에 Azure 함수가 없음" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": ".NET Core SDK를 찾을 수 없습니다. 프로젝트 빌드가 작동하지 않습니다. .NET Core SDK 버전 3.1을 설치하거나 이미 설치된 경우 설정에서 .Net Core SDK 위치를 업데이트하세요.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "업데이트 위치", - "sqlDatabaseProjects.InstallNetCore": "설치", - "sqlDatabaseProjects.doNotAskAgain": "다시 묻지 않음", - "sqlDatabaseProjects.outputChannel": "데이터베이스 프로젝트", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} ... 오류가 발생했습니다. {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … 종료됨(코드: {1})", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 종료됨(신호: {1})", diff --git a/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json index 0136c50e6c..a9217b6de3 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json @@ -22,39 +22,29 @@ "complete-cutover-menu": "중단 완료", "database-details-menu": "데이터베이스 정보", "view-target-menu": "Azure SQL 대상 세부 정보", - "view-service-menu": "Database Migration Service details", + "view-service-menu": "Database Migration Service 세부 정보", "copy-migration-menu": "마이그레이션 세부 정보 복사", "cancel-migration-menu": "마이그레이션 취소" }, "dist/constants/strings": { "sql-migration.wizard.title": "Azure SQL로 '{0}' 마이그레이션", - "sql.migration.wizard.source_configuration.title": "SQL 원본 구성", "sql.migration.assessments.blocking.issue": "이 문제는 데이터베이스 마이그레이션이 성공하는 것을 막는 차단 문제입니다.", - "sql.migration.assessments.progress": "평가 진행률", "sql.migration.assessment.in.progress": "평가 진행 중", "sql.migration.assessment.in.progress.content": "올바른 Azure SQL 대상을 식별하기 위해 SQL Server 인스턴스 {0}의 데이터베이스를 평가하고 있습니다.\r\n\r\n시간이 걸릴 수 있습니다.", - "sql.migration.collecting_source_configurations": "원본 구성을 수집하는 중", - "sql.migration.collecting_source_configurations.info": "현재 데이터가 구성된 방법에 대한 일부 정보를 수집해야 합니다.\r\n시간이 걸릴 수 있습니다.", - "sql.migration.collecting_source_configurations.error": "데이터 구성에 대한 정보를 수집하는 동안 오류가 발생했습니다. {0}", "sql.migration.wizard.sku.title": "Azure SQL 대상", - "sql.migration.wizard.sku.all": "평가 결과를 기준으로 온라인 상태의 데이터베이스 {0}개를 모두 Azure SQL로 마이그레이션할 수 있습니다.", - "sql.migration.wizard.sku.some": "원본 구성 검사 결과에 따라 {1}개 중 {0}개 데이터베이스를 Azure SQL로 마이그레이션할 수 있습니다.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Azure SQL 대상 선택", - "sql.migration.sku.none": "원본 구성 검사 결과에 따라 데이터베이스를 Azure SQL로 마이그레이션할 수 없습니다.", "sql.migration.sku.mi.card.title": "Azure SQL Managed Instance(PaaS)", "sql.migration.sku.vm.card.title": "Azure 가상 머신의 SQL Server(IaaS)", "sql.migration.select.azure.mi": "대상 Azure 구독 및 대상 Azure SQL Managed Instance 선택", "sql.migration.select.azure.vm": "대상에 대한 Azure 가상 머신에서 대상 Azure 구독 및 대상 SQL Server를 선택합니다.", - "sql.migration.wizard.subscription.title": "Azure 구독 선택", - "sql.migration.wizard.subscription.azure.account.title": "Azure 계정", - "sql.migration.wizard.subscription.azure.subscription.title": "Azure 구독", - "sql.migration.wizard.subscription.azure.product.title": "Azure Product", - "sql.migration.sku.recommendation.view.assessment.mi": "평가 결과를 보고 하나 이상의 데이터베이스를 선택하여 Azure SQL Managed Instance(PaaS)로 마이그레이션합니다.", - "sql.migration.sku.recommendation.view.assessment.vm": "평가 결과를 보고 하나 이상의 데이터베이스를 선택하여 Azure 가상 머신(IaaS)의 SQL Server로 마이그레이션", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "보기/선택", "total.databases.selected": "{1}개 중 {0}개 데이터베이스가 선택되었습니다.", - "sql.migration.select.target.to.continue": "계속하려면 대상을 선택하세요.", - "sql.migration.select.database.to.migrate": "마이그레이션할 데이터베이스를 선택하세요.", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "SQL Server 인스턴스 '{0}'에 대한 평가를 완료했습니다.", "sql.migration.assessment": "‘{0}’에 대한 평가 결과", "sql.migration.can.be.migrated": "데이터베이스 {1}개 중 {0}개를 마이그레이션할 수 있습니다.", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "데이터베이스", "sql.migration.sql.server.instance": "SQL Server 인스턴스", "sql.migration.wizard.account.title": "Azure 계정", - "sql.migration.wizard.account.description": "Azure Data Studio 연결된 Azure 계정을 선택하거나 지금 연결하세요.", - "sql.migration.wizard.account.noaccount.error": "연결된 계정이 없습니다. 계정을 추가하세요.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "계정 연결", "sql.migration.wizard.account.count.single.message": "연결된 계정 {0}개", "sql.migration.wizard.account.count.multiple.message": "연결된 계정 {0}개", "sql.migration.azure.tenant": "Azure AD 테넌트", - "azure.accounts.accountStaleError": "선택한 계정 '{0}'의 액세스 토큰이 더 이상 유효하지 않습니다. ‘계정 연결’ 단추를 클릭하고 계정을 새로 고치거나, 다른 계정을 선택하세요.", - "azure.accounts.accountAccessError": "선택한 계정 '{0}'에 액세스하는 동안 오류가 발생했습니다. '계정 연결' 버튼을 클릭하고 계정을 새로 고치거나 다른 계정을 선택하세요. 오류 '{1}'", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "데이터베이스 백업", "sql.migration.database.page.description": "마이그레이션에 사용할 데이터베이스 백업의 위치를 선택합니다.", "sql.migration.nc.network.share.radio.label": "내 데이터베이스 백업은 네트워크 공유에 있습니다.", "sql.migration.nc.blob.storage.radio.label": "내 데이터베이스 백업은 Azure Storage Blob 컨테이너에 있습니다.", - "sql.migration.nc.file.share.radio.label": "내 데이터베이스 백업은 Azure Storage 파일 공유(출시 예정)에 있습니다.", "sql.migration.network.share.header.text": "네트워크 공유 세부 정보", "sql.migration.network.share.help.text": "공유에 대한 읽기 권한이 있는 백업 및 사용자 자격 증명이 포함된 네트워크 공유 위치를 제공합니다.", "sql.migration.network.share.location.label": "백업을 포함하는 네트워크 공유 위치입니다.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "암호 입력", "sql.migration.network.share.azure.header": "스토리지 계정 세부 정보", "sql.migration.network.share.azure.help": "백업이 업로드될 Azure Storage 계정을 제공합니다.", - "sql.migration.network.share.subscription.label": "스토리지 계정이 포함된 구독을 선택합니다.", - "sql.migration.network.share.subscription.placeholder": "구독 선택", - "sql.migration.network.share.storage.account.label": "백업 파일을 복사할 스토리지 계정을 선택하세요.", - "sql.migration.network.share.storage.account.placeholder": "계정 선택", "sql.migration.unique.name": "이 대상 데이터베이스의 고유한 이름 선택", - "sql.migration.database.already.exists": "데이터베이스 '{0}'이(가) 대상 Managed Instance '{1}'에 이미 있습니다.", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "스토리지 계정이 포함된 구독을 선택합니다.", - "sql.migration.blob.storage.account.label": "백업 파일이 포함된 스토리지 계정을 선택합니다.", - "sql.migration.blob.storage.container.label": "‘백업 파일이 포함된 컨테이너를 선택합니다.", - "sql.migration.blob.storage.container.placeholder": "컨테이너 선택", - "sql.migration.file.share.subscription.label": "파일 공유가 포함된 구독을 선택합니다.", - "sql.migration.file.share.storage.account.label": "파일 공유가 포함된 스토리지 계정을 선택합니다.", - "sql.migration.file.share.label": "백업 파일이 포함된 파일 공유를 선택합니다.", - "sql.migration.file.share.placeholder": "공유 선택", "sql.migration.database.migration.mode.label": "마이그레이션 모드", - "sql.migration.database.migration.mode.description": "다음 마이그레이션 모드 중에서 선택하여 가동 중지 시간 요구 사항에 따라 Azure SQL 대상으로 마이그레이션합니다.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "온라인 마이그레이션", - "sql.migration.database.migration.mode.online.description": "애플리케이션 가동 중지 시간은 마이그레이션이 끝날 때 컷오버로 제한됩니다.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "마이그레이션이 시작되면 애플리케이션 가동 중지 시간이 시작됩니다.", "sql.migration.database.migration.mode.offline.label": "오프라인 마이그레이션", - "sql.migration.database.backup.email.notification.label": "전자 메일 알림", - "sql.migration.database.backup.email.notification.checkbox.label": "마이그레이션이 완료되면 알림", "sql.migration.no.subscription.found": "구독을 찾을 수 없음", "sql.migration.no.location.found": "위치를 찾을 수 없음", "sql.migration.no.storageAccount.found": "스토리지 계정을 찾을 수 없음", "sql.migration.no.fileShares.found": "파일 공유를 찾을 수 없음", "sql.migration.no.blobContainers.found": "Blob 컨테이너를 찾을 수 없음", "sql.migration.no.blobFiles.found": "BLOB 파일을 찾을 수 없습니다.", - "sql.migration.invalid.subscription.error": "계속 진행하려면 유효한 구독을 선택하세요.", - "sql.migration.invalid.location.error": "계속하려면 올바른 위치를 선택하세요.", - "sql.migration.invalid.storageAccount.error": "계속하려면 유효한 스토리지 계정을 선택하세요.", - "sql.migration.invalid.fileShare.error": "계속하려면 유효한 파일 공유를 선택하세요.", - "sql.migration.invalid.blob.resourceGroup.error": "계속하려면 원본 데이터베이스 '{0}'에 대한 유효한 리소스 그룹을 선택하세요.", - "sql.migration.invalid.blob.storageAccount.error": "계속하려면 원본 데이터베이스 '{0}'에 대한 유효한 저장소 계정을 선택하세요.", - "sql.migration.invalid.blob.container.error": "계속하려면 원본 데이터베이스 '{0}'에 대해 유효한 BLOB 컨테이너를 선택하세요.", - "sql.migration.invalid.blob.lastBackupFile.error": "계속하려면 원본 데이터베이스 '{0}'에 대한 유효한 마지막 백업 파일을 선택하세요.", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "네트워크 공유 위치 형식이 잘못되었습니다. 예: {0}", "sql.migration.invalid.user.account": "사용자 계정 형식이 잘못되었습니다. 예: {0}", - "sql.migration.network.share.location": "데이터베이스 '{0}'에 대한 백업을 읽을 네트워크 공유 위치", - "sql.migration.file.share": "‘{0}’에 대한 백업 파일이 포함된 파일 공유를 선택합니다.", - "sql.migration.blob.container": "‘{0}’에 대한 백업 파일이 포함된 컨테이너를 선택합니다.", - "sql.migration.enter.network.share.information": "선택한 원본 데이터베이스의 대상 이름 입력", - "sql.migration.blob.container.information": "대상 이름을 입력하고 선택한 데이터베이스에 대한 BLOB 컨테이너 위치를 선택합니다.", - "sql.migration.enter.file.share.information": "대상 이름을 입력하고 선택한 데이터베이스의 파일 공유 위치를 선택합니다.", - "sql.migration.invalid.target.name.error": "대상 데이터베이스의 올바른 이름을 입력하세요.", - "sql.migration.provide.unique.containers": "대상 데이터베이스에 고유한 컨테이너를 제공하세요. 영향을 받는 데이터베이스: ", - "sql.migration.source.details.windowAuth": "SQL Server 인스턴스 {0}에 연결하는 데 사용되는 Windows 인증 자격 증명을 입력하세요. 이 자격 증명은 SQL Server 인스턴스에 연결하고 유효한 백업 파일을 식별하는 데 사용됩니다.", - "sql.migration.source.details.sqlAuth": "SQL Server 인스턴스 {0}에 연결하는 데 사용되는 SQL 인증 자격 증명을 입력합니다. 이 자격 증명은 SQL Server 인스턴스에 연결하고 유효한 백업 파일을 식별하는 데 사용됩니다.", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "먼저 리소스 그룹 값을 선택합니다.", "sql.migration.blob.storageAccount.select": "먼저 스토리지 계정 값을 선택합니다.", "sql.migration.blob.container.select": "먼저 Blob 컨테이너 값을 선택합니다.", "sql.migration.ir.page.title": "Azure Database Migration Service", - "sql.migration.ir.page.description": "Azure DMS(Database Migration Service)는 데이터베이스 마이그레이션 작업을 오케스트레이션하고 진행률을 추적합니다. 이전에 만든 경우 Azure SQL 대상에 대한 기존 DMS를 선택하거나 아래에서 새 DMS를 만들 수 있습니다.", - "sql.migration.ir.page.note": "참고: DMS는 선택한 리소스 그룹의 Azure 구독에서 실행되며 실행 비용이 발생하지 않습니다.", - "sql.migration.select.a.migration.service": "Azure Database Migration Service 선택", - "sql.migration.default.setup.button": "기본값으로 설정: 기본 옵션을 사용하여 한 번의 클릭으로 빠른 설치 프로그램을 사용하여 DMS를 추가합니다.", - "sql.migration.custom.setup.button": "사용자 지정 설치: 대부분의 옵션을 사용자 지정한 후 DMS를 추가합니다.", - "sql.migration.ir.page.sql.migration.service.not.found": "DMS를 찾을 수 없습니다. 새 항목을 만드세요.", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "새로 만들기", - "sql.migration.invalid.migration.service.error": "유효한 DMS를 선택하세요.", - "sql.migration.invalid.migration.service.offline.error": "노드에 연결된 DMS를 선택하세요.", - "sql.migration.authentication.types": "인증 키", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Azure Database Migration Service \"{0}\" 세부 정보:'", - "sql.migration.dms.portal.info": "Azure Portal 기존 Azure DMS(Database Migration Service)는 Azure Data Studio에 표시되지 않습니다. Azure Data Studio에서 만든 DMS는 아직 Azure Portal에 표시되지 않습니다.", - "sql.migration.database.migration.service.authentication.keys": "데이터베이스 마이그레이션 서비스 인증 키", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Azure Database Migration Service 만들기", - "sql.migration.services.container.description": "새 Azure Database Migration Service를 추가하려면 아래 정보를 입력하세요.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "마이그레이션 서비스 로드 중", - "sql.migration.service.container.heading": "Integration Runtime 설정", - "sql.migration.service.container.container.description1": "Azure Database Migration Service는 Azure Data Factory의 자체 호스팅 통합 런타임을 활용하여 온-프레미스 네트워크 파일 공유에서 Azure로 백업을 업로드합니다.", - "sql.migration.service.container.container.description2": "아래 지침에 따라 자체 호스팅 통합 런타임을 설정합니다.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "1단계: {0}", "sql.migration.option": "통합 런타임 다운로드 및 설치", "sql.migration.ir.setup.step2": "2단계: 이 키를 사용하여 통합 런타임 등록", - "sql.migration.ir.setup.step3": "3단계: '연결 테스트' 단추를 클릭하여 Azure Database Migration Service와 Integration Runtime 간의 연결을 확인합니다.", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "연결 상태", "sql.migration.key1.label": "키 1", "sql.migration.key2.label": "키 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "키 2 새로 고침", "sql.migration.copy.key1": "키 1 복사", "sql.migration.copy.key2": "키 2 복사", - "sql.migration.authkeys.header": "인증 키", - "sql.migration.authkeys.refresh.message": "'{0}' 인증 키를 새로 고쳤습니다.", - "sql.migration.service.not.ready": "Azure Database Migration Service가 등록되지 않았습니다. Azure Database Migration Service '{0}'를 노드에서 자체 호스팅 통합 런타임에 등록해야 합니다.", - "sql.migration.service.ready": "Azure Database Migration Service '{0}'이(가) 노드에서 실행되는 자체 호스팅 Integration Runtime에 연결되어 있습니다. {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "리소스 그룹을 찾을 수 없습니다.", - "sql.migration.invalid.resourceGroup.error": "계속하려면 올바른 리소스 그룹을 선택하세요.", - "sql.migration.invalid.region.error": "계속하려면 올바른 위치를 선택하세요.", - "sql.migration.invalid.service.name.error": "마이그레이션 서비스의 유효한 이름을 입력하세요.", - "sql.migration.service.not.found": "마이그레이션 서비스를 찾을 수 없습니다. 새 항목을 만드세요.", - "sql.migration.service.not.setup": "계속하려면 마이그레이션 서비스를 추가하세요.", - "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", + "sql.migration.service.status.refresh.error": "마이그레이션 서비스 만들기 상태를 새로 고치는 동안 오류가 발생했습니다.", "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "관리되는 인스턴스를 찾을 수 없음", "sql.migration.no.virtualMachine.found": "가상 머신을 찾을 수 없음", - "sql.migration.target.page.title": "대상 Azure SQL 선택", - "sql.migration.resource.group.description": "리소스 그룹은 Azure 솔루션에 대한 관련 리소스를 보유하는 컨테이너입니다.", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "확인", "sql.migration.new.resource.group": "(신규) {0}", "sql.migration.test.connection": "연결 테스트", - "sql.migration.database.migration.service.created.successfully": "Database Migration Service를 만들었습니다.", - "sql.migration.dms.provision.failed": "데이터베이스 마이그레이션 서비스를 프로비전하지 못했습니다. 잠시 후 다시 시도하세요.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "적용", "sql.migration.creating.rg.loading": "리소스 그룹을 만드는 중", "sql.migration.rg.created": "리소스 그룹을 만들었습니다.", - "sql.migration.name.of.new.rg": "새 리소스 그룹의 이름", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "자세히 알아보기", "sql.migration.learn.more.pre.reqs": "마이그레이션을 시작하기 전에 필요한 사항에 대해 자세히 알아보세요.", "sql.migration.subscription": "구독", "sql.migration.storage.account": "스토리지 계정", "sql.migration.resourceGroups": "리소스 그룹", - "sql.migration.region": "지역", "sql.migration.name": "이름", "sql.migration.location": "위치", - "sql.migration.new": "새로 만들기", - "sql.migration.feature.not.available": "이 기능은 아직 사용할 수 없습니다.", "sql.migration.refresh": "새로 고침", - "sql.migration.submit": "제출", "sql.migration.create": "만들기", "sql.migration.cancel": "취소", "sql.migration.type": "형식", - "sql.migration.path": "경로", "sql.migration.path.user.account": "사용자 계정", "sql.migration.view.all": "모두 보기", "sql.migration.target": "대상", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "닫기", - "sql.migraiton.data.uploaded.size": "업로드된 데이터/크기", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "처리량 복사(MBPS)", - "sql.migration.newsupportrequest": "새 지원 요청", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "요약", - "sql.migration.summary.azure.account.linked": "연결된 Azure 계정", - "sql.migration.summary.migration.target": "마이그레이션 대상", "sql.migration.summary.mi.type": "Azure SQL Managed Instance", "sql.migration.summary.vm.type": "Azure 가상 머신의 SQL Server", - "sql.migration.summary.database.count": "마이그레이션할 데이터베이스", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Azure Storage 구독", "sql.migration.summary.azure.storage": "Azure Storage", - "sql.migration.ir.node": "Integration Runtime 노드", "sql.migration.network.share": "네트워크 공유", "sql.migration.blob.container.title": "Blob 컨테이너", "sql.migration.blob.container.last.backup.file.label": "마지막 백업 파일", "sql.migration.blob.container.label": "Blob 컨테이너 리소스 그룹", "sql.migration.blob.container.storage.account.label": "Blob 컨테이너 스토리지 계정", - "sql.migration.file.share.title": "파일 공유", - "sql.migration.started.notification": "마이그레이션 진행 중", "sql.migration.source.databases": "원본 데이터베이스", "sql.migration.mode": "모드", "sql.migration.backup.location": "백업 위치", "sql.migration.azure.storage.account.to.upload.backups": "백업을 업로드할 Azure Storage 계정", - "sql.migration.shir": "자체 호스팅 통합 런타임 노드", - "sql.migration.summary.target.name": "대상 데이터베이스:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "마이그레이션할 데이터베이스", "sql.migration.count.database.single": "데이터베이스 {0}개", "sql.migration.count.database.multiple": "데이터베이스 {0}개", "sql.migration.quick.pick.placeholder": "수행할 작업 선택", "sql.migration.inline.migration.notebook.title": "인라인 마이그레이션", "sql.migration.sql.assessment.notebook.title": "SQL 마이그레이션 평가", - "sql.migration.notebook.open.error": "마이그레이션 전자 필기장을 여는 중 오류 발생", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Azure SQL 마이그레이션", "sql.migration.dashboard.description": "SQL Server 인스턴스의 마이그레이션 준비 상태를 확인하고, 권장 Azure SQL 대상을 식별하고, SQL Server 인스턴스를 Azure SQL Managed Instance 또는 Azure Virtual Machines의 SQL Server로 마이그레이션을 완료합니다.", "sql.migration.dashboard.migrate.task.button": "Azure SQL로 마이그레이션", "sql.migration.dashboard.migrate.task.button.description": "Azure SQL로 SQL Server 인스턴스를 마이그레이션합니다.", "sql.migration.database.migration.status": "데이터베이스 마이그레이션 상태", - "sql.migration.dashboard.video1.title": "SQL Managed Instance로 SQL Server 마이그레이션", - "sql.migration.dashboard.video2.title": "SQL 가상 머신으로 SQL Server 마이그레이션", "sql.migration.dashboard.link1.title": "Azure SQL Managed Instance에 대한 평가 규칙", - "sql.migration.dashboard.link1.description": "SQL Server를 Azure SQL Managed Instance로 마이그레이션하는 가능성을 평가하는 데 사용되는 규칙 목록을 참조하세요.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "도움말 문서 및 비디오 링크", "sql.migration.pre.req.title": "마이그레이션을 시작하기 전에 필요한 사항:", "sql.migration.pre.req.1": "Azure 계정 세부 정보", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "위치 세부 정보 백업", "sql.migration.migration.in.progress": "데이터베이스 마이그레이션 진행 중", "sql.migration.failed": "마이그레이션 실패", - "sql.migration.log.shipping.in.progress": "로그 전달 진행 중", "sql.migration.migration.completed": "마이그레이션 완료", "sql.migration.cutover.card": "컷오버를 완료하는 중", - "sql.migration.successfully.migrated.to.azure.sql": "Azure SQL로 마이그레이션했습니다.", "sql.migration.migration.not.started": "마이그레이션이 시작되지 않음", - "sql.migration.choose.to.migrate.to.azure.sql": "Azure SQL로 마이그레이션하도록 선택", "sql.migration.show.status": "상태 표시", "sql.migration.inprogress.warning.single": "{0} 데이터베이스에 경고가 있음", "sql.migration.inprogress.warning.multiple": "{0} 데이터베이스에 경고가 있습니다.", "sql.migration.feedback.issue.title": "마이그레이션 환경에 대한 피드백", - "sql.migration.eastus2euap": "미국 동부 2 EUAP", "sql.migration.cutover": "마이그레이션 컷오버", "sql.migration.complete.cutover": "컷오버 완료", "sql.migration.source.database": "원본 데이터베이스 이름", @@ -288,15 +233,15 @@ "sql.migration.last.applied.backup.files": "마지막으로 적용된 백업 파일", "sql.migration.last.applied.files.taken.on": "백업 파일을 마지막으로 적용한 날짜", "sql.migration.active.backup.files": "활성 백업 파일", - "sql.migration.cutover.status.refresh.error": "An error occurred while refreshing the migration status.", - "sql.migration.cancel.error": "An error occurred while canceling the migration.", + "sql.migration.cutover.status.refresh.error": "마이그레이션 상태를 새로 고치는 동안 오류가 발생했습니다.", + "sql.migration.cancel.error": "마이그레이션을 취소하는 동안 오류가 발생했습니다.", "sql.migration.status": "상태", "sql.migration.backup.start.time": "백업 시작 시간", "sql.migration.first.lsn": "첫 번째 LSN", "sql.migration.last.LSN": "마지막 LSN", - "sql.migration.cannot.start.cutover.error": "모든 마이그레이션이 완료될 때까지 컷오버 프로세스를 시작할 수 없습니다. 새로 고침을 클릭하여 최신 파일 상태를 가져옵니다.", - "sql.migration.azure.sql.database.managed.instance": "Azure SQL Database Managed Instance", - "sql.migration.azure.sql.database.virtual.machine": "Azure SQL Database 가상 머신", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "마이그레이션 취소", "sql.migration.active.backup.files.items": "활성 백업 파일(1개 항목)", "sql.migration.active.backup.files.multiple.items": "활성 백업 파일({0}개 항목)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "이 마이그레이션을 취소하시겠습니까?", "sql.migration.yes": "예", "sql.migration.no": "아니요", - "sql.migration.completing.cutover.warning": "모든 백업을 복원하지 않고 컷오버를 완료하면 데이터가 손실될 수 있습니다.", - "sql.migration.bc.info": "중요 비즈니스용 서비스 계층에 대한 Managed Instance 마이그레이션 컷오버는 Always On 고가용성 그룹에 대해 세 개의 보조 복제본을 시드해야 하므로 범용보다 훨씬 더 오래 걸릴 수 있습니다. 이 작업 기간은 데이터 크기에 따라 달라집니다. 사례의 90%에서 시드 속도는 220GB/시간 이상입니다.", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. 원본 데이터베이스로 들어오는 모든 트랙잭션을 중지합니다.", - "sql.migration.cutover.step.2.network.share": "2. 최종 트랜잭션 로그 백업을 수행하고 네트워크 공유 위치에 제공합니다.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. 모든 로그 백업이 대상 데이터베이스에서 복원되었는지 확인합니다. \"로그 백업 보류 중인 복원\"은 0이어야 합니다.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "중단을 완료하기 전에 다음 단계를 수행합니다.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "마지막으로 복원된 파일: {0}", + "sql.migration.last.scan.completed": "마지막 검사 완료: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "제공할 추가 로그 백업이 없음을 확인하고 컷오버를 완료하려고 합니다.", "sql.migration.cutover.in.progress": "'{0}' 데이터베이스에 대한 컷오버 진행 중", - "sql.migration.cannot.cancel": "마이그레이션이 진행 중이 아니므로 취소할 수 없습니다.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "마이그레이션이 진행 중이 아니므로 중단할 수 없습니다.", "sql.migration.file.name": "파일 이름", "sql.migration.size.column.header": "크기", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.no.pending.backups": "보류 중인 백업이 없습니다. 새로 고침을 클릭하여 현재 상태를 확인합니다.", "sql.migration.search.for.migration": "마이그레이션 검색", "sql.migration.online": "온라인", "sql.migration.offline": "오프라인", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL Managed Instance", "sql.migration.sql.virtual.machine": "SQL 가상 머신", "sql.migration.target.azure.sql.instance.name": "Azure SQL 대상 이름", - "sql.migration.cutover.type": "마이그레이션 모드", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "시작 시간", "sql.migration.finish.time": "완료 시간", "sql.migration.status.error.count.some": "{0}(", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0}초", "sql.migration.service.details.dialog.title": "Azure Database Migration Service", "sql.migration.service.details.button.label": "닫기", - "sql.migration.service.details.ir.label": "자체 호스팅 통합 런타임 노드 ", - "sql.migration.service.details.authkeys.label": "인증 키", - "sql.migration.service.details.authkeys.title": "자체 호스팅 통합 런타임 노드에 연결하는 데 사용되는 인증 키", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- 사용할 수 없음 --", "sql.migration.source.configuration": "원본 구성", "sql.migration.source.credentials": "원본 자격 증명", - "sql.migration.enter.your.sql.cred": "원본 SQL Server 인스턴스의 자격 증명을 입력하세요. 이 자격 증명은 데이터베이스를 Azure SQL로 마이그레이션하는 동안 사용됩니다.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "서버", "sql.migration.username": "사용자 이름", "sql.migration.size": "크기(MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "경고", "sql.migration.impacted.objects": "영향을 받는 개체", "sql.migration.object.details": "개체 세부 정보", - "sql.migration.assessmen.results": "평가 결과", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "형식:", "sql.migration.name.label": "이름:", "sql.migration.description": "설명", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "문제({0}개)", "sql.migration.warnings.count": "경고({0})", "sql.migration.authentication.type": "인증 형식", - "sql.migration.sql.login": "SQL 로그인", - "sql.migration.windows.auth": "Windows 인증", - "sql.migration.status.refresh.label": "새로 고침", - "sql.migration.auto.refresh.off": "자동 새로 고침: 끄기", - "sql.migration.auto.refresh.15.seconds": "자동 새로 고침: 15초", - "sql.migration.auto.refresh.30.seconds": "자동 새로 고침: 30 초", - "sql.migration.auto.refresh.1.min": "자동 새로 고침: 1분", - "sql.migration.auto.refresh.3.min": "자동 새로 고침: 3분", - "sql.migration.auto.refresh.5.min": "자동 새로 고침: 5분", - "sql.migration.select.the.refresh.interval": "새로 고침 간격 선택", - "sql.migration.off": "끄기", - "sql.migration.every.30.second": "30초마다", - "sql.migration.every.1.minute": "1분마다", - "sql.migration.every.3.minutes": "3분마다", - "sql.migration.every.5.minutes": "5분마다" + "sql.migration.status.refresh.label": "새로 고침" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "데이터베이스 {0}에서 {1}-{2}(으)로 마이그레이션을 시작하는 중", diff --git a/i18n/ads-language-pack-ko/translations/main.i18n.json b/i18n/ads-language-pack-ko/translations/main.i18n.json index bcde671510..d642feaf72 100644 --- a/i18n/ads-language-pack-ko/translations/main.i18n.json +++ b/i18n/ads-language-pack-ko/translations/main.i18n.json @@ -10414,7 +10414,7 @@ "notebook.showRenderedNotebookinDiffEditor": "(미리 보기) diff 편집기에서 렌더링된 전자 필기장을 표시합니다.", "notebook.maxRichTextUndoHistory": "전자 필기장 서식 있는 텍스트 편집기의 실행 취소 기록에 저장된 최대 변경 내용 수입니다.", "notebook.useAbsoluteFilePaths": "다른 노트북에 연결할 때 절대 파일 경로를 사용하세요.", - "notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.", + "notebook.enableIncrementalGridRendering": "전자 필기장에 대한 증분 그리드 렌더링을 활성화합니다. 이렇게 하면 대형 전자 필기장의 초기 렌더링 시간이 향상됩니다. 나머지 그리드가 렌더링되는 동안 전자 필기장과 상호 작용할 때 성능 문제가 있을 수 있습니다.", "searchConfigurationTitle": "Notebook 검색", "exclude": "전체 텍스트 검색 및 빠른 열기에서 glob 패턴을 구성하여 파일 및 폴더를 제외합니다. `#files.exclude#` 설정에서 모든 glob 패턴을 상속합니다. [여기](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)에서 glob 패턴에 대해 자세히 알아보세요.", "exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.", @@ -10474,8 +10474,8 @@ "noParametersInCell": "매개 변수 셀에 추가된 매개 변수가 있을 때까지 이 전자 필기장을 매개 변수로 실행할 수 없습니다. [자세한 정보] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "결과 지우기", "notebookViewLabel": "편집기", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "newViewLabel": "새 보기 만들기", + "viewNotFound": "뷰 '{0}'을(를) 찾을 수 없습니다.", "trustLabel": "신뢰할 수 있음", "untrustLabel": "신뢰할 수 없음", "collapseAllCells": "셀 축소", @@ -11464,7 +11464,7 @@ "insertCellsModal.Cancel": "취소" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", + "viewsUnableToRemove": "뷰를 제거할 수 없음", "confirmDelete": "'{0}' 보기를 삭제할까요?", "delete": "삭제(&&D)", "insertCells": "셀 삽입", @@ -11479,7 +11479,7 @@ "viewOptionsModal.title": "보기 구성", "viewOptionsModal.name": "뷰 이름", "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", + "viewOptionsModal.nameTaken": "이 보기 이름은 이미 사용되었습니다.", "save": "저장", "cancel": "취소" }, diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-database-projects.i18n.json index 8ee9603a80..c8b55743fa 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-database-projects.i18n.json @@ -40,7 +40,7 @@ "sqlDatabaseProjects.netCoreInstallLocation": "Caminho completo para SDK do .NET Core no computador.", "sqlDatabaseProjects.netCoreDoNotAsk": "Se deseja solicitar ao usuário que instale o .NET Core quando não detectado.", "sqlDatabaseProjects.welcome": "Não há projetos de banco de dados abertos no momento.\r\n[New Project] (comando: sqlDatabaseProjects.new)\r\n[Open Project] (comando: sqlDatabaseProjects.open)\r\n[Create Project From Database] (comando: sqlDatabaseProjects.importDatabase)", - "sqlDatabaseProjects.addSqlBinding": "Add SQL Binding" + "sqlDatabaseProjects.addSqlBinding": "Adicionar Associação SQL" }, "dist/common/constants": { "emptyProjectTypeDisplayName": "Banco de dados SQL", @@ -157,10 +157,10 @@ "projectLocationLabel": "Localização", "projectLocationPlaceholderText": "Selecione o local para criar o projeto", "browseButtonText": "Procurar pasta", - "selectFolderStructure": "Select folder structure", + "selectFolderStructure": "Selecione a estrutura de pastas", "folderStructureLabel": "Estrutura de pastas", - "browseEllipsis": "Browse...", - "selectProjectLocation": "Select project location", + "browseEllipsis": "Procurar...", + "selectProjectLocation": "Selecione o local do projeto", "dataworkspace.projectParentDirectoryNotExistError": "O local do projeto selecionado '{0}' não existe ou não é um diretório.", "dataworkspace.projectDirectoryAlreadyExistError": "Já existe um diretório com o nome '{0}' no local selecionado: '{1}'.", "multipleSqlProjFilesSelected": "Vários arquivos. sqlproj selecionados; selecione apenas um.", @@ -196,7 +196,7 @@ "cannotResolvePath": "Não foi possível resolver o caminho {0}", "fileAlreadyExists": "Já existe um arquivo com o nome '{0}' no disco neste local. Escolha outro nome.", "folderAlreadyExists": "Já existe uma pasta com o nome '{0}' no disco neste local. Escolha outro nome.", - "folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.", + "folderAlreadyExistsChooseNewLocation": "Uma pasta com o nome '{0}' já existe em disco neste local. Escolha outro local.", "invalidInput": "Entrada inválida: {0}", "invalidPropertyValue": "Valor inválido especificado para a propriedade '{0}' no arquivo .sqlproj", "unableToCreatePublishConnection": "Não é possível construir a conexão: {0}", @@ -228,22 +228,23 @@ "externalStreamingJobFriendlyName": "Trabalho de Streaming Externo", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", - "selectBindingType": "Select type of binding", - "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", - "sqlObjectToQuery": "SQL object to query", - "sqlTableToUpsert": "SQL table to upsert into", - "connectionStringSetting": "Connection string setting name", - "connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"", - "noAzureFunctionsInFile": "No Azure functions in the current active file" + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "Entrada", + "output": "Saída", + "selectBindingType": "Selecione o tipo de associação", + "selectAzureFunction": "Selecione uma função do Azure no arquivo atual para adicionar associação SQL para", + "sqlObjectToQuery": "Objeto SQL a ser consultado", + "sqlTableToUpsert": "Tabela SQL para upsert into", + "connectionStringSetting": "Nome da configuração da cadeia de conexão", + "connectionStringSettingPlaceholder": "Configuração da cadeia de conexão especificada em \"local.settings.json\"", + "noAzureFunctionsInFile": "Nenhuma função do Azure no arquivo ativo atual" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "Não é possível localizar o SDK do .NET Core. A compilação do projeto não funcionará. Instale o SDK do .NET Core versão 3.1 ou atualize a localização do SDK do .Net Core em configurações, se já estiver instalada.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Local da atualização", - "sqlDatabaseProjects.InstallNetCore": "Instalar", - "sqlDatabaseProjects.doNotAskAgain": "Não perguntar novamente", - "sqlDatabaseProjects.outputChannel": "Projetos de Banco de Dados", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … com o erro: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … foi encerrado com o código: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … foi encerrado com o sinal: {1}", diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json index d0297b5060..8ecbfbdbd3 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json @@ -22,39 +22,29 @@ "complete-cutover-menu": "Concluir substituição", "database-details-menu": "Detalhes do banco de dados", "view-target-menu": "Detalhes do Destino do SQL do Azure", - "view-service-menu": "Database Migration Service details", + "view-service-menu": "Detalhes do Serviço de Migração de Banco de Dados", "copy-migration-menu": "Copiar detalhes da migração", "cancel-migration-menu": "Cancelar migração" }, "dist/constants/strings": { "sql-migration.wizard.title": "Migrar '{0}' para SQL do Azure", - "sql.migration.wizard.source_configuration.title": "Configuração de Origem SQL", "sql.migration.assessments.blocking.issue": "Este é um problema de bloqueio que impedirá o êxito da migração do banco de dados.", - "sql.migration.assessments.progress": "Progresso das Avaliações", "sql.migration.assessment.in.progress": "Avaliação em andamento", "sql.migration.assessment.in.progress.content": "Estamos avaliando os bancos de dados na instância do SQL Server {0} para identificar o destino do SQL do Azure correto.\r\n\r\nIsso pode levar algum tempo.", - "sql.migration.collecting_source_configurations": "Coletando configurações de origem", - "sql.migration.collecting_source_configurations.info": "Precisamos coletar algumas informações sobre como seus dados estão configurados atualmente.\r\n Isso pode levar algum tempo.", - "sql.migration.collecting_source_configurations.error": "Ocorreu um erro ao coletar informações sobre sua configuração de dados. {0}", "sql.migration.wizard.sku.title": "Alvo do SQL do Azure", - "sql.migration.wizard.sku.all": "Com base nos resultados da avaliação, todos os {0} de seus bancos de dados em estado online podem ser migrados para o SQL do Azure.", - "sql.migration.wizard.sku.some": "Com base nos resultados de nossas verificações de configuração de origem, {0} em {1} de seus bancos de dados podem ser migrados para SQL do Azure.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Escolha seu destino SQL do Azure", - "sql.migration.sku.none": "Com base nos resultados de nossas verificações de configuração de origem, nenhum dos seus bancos de dados pode ser migrado para o SQL do Azure.", "sql.migration.sku.mi.card.title": "Instância Gerenciada de SQL do Azure (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server na Máquina Virtual do Azure (IaaS)", "sql.migration.select.azure.mi": "Selecionar a assinatura do Azure de alvo e sua Instância Gerenciada de SQL do Azure de alvo", "sql.migration.select.azure.vm": "Selecione sua Assinatura do Azure de destino e seu SQL Server de destino na Máquina Virtual do Azure para seu destino.", - "sql.migration.wizard.subscription.title": "Seleção de Assinatura do Azure", - "sql.migration.wizard.subscription.azure.account.title": "Conta do Azure", - "sql.migration.wizard.subscription.azure.subscription.title": "Assinatura do Azure", - "sql.migration.wizard.subscription.azure.product.title": "Produto do Azure", - "sql.migration.sku.recommendation.view.assessment.mi": "Exiba os resultados da avaliação e selecione um ou mais bancos de dados para migrar para a Instância Gerenciada de SQL do Azure (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "Exiba os resultados da avaliação e selecione um ou mais bancos de dados para migrar para o SQL Server na Máquina Virtual do Azure (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Exibir/selecionar", "total.databases.selected": "{0} de {1} bancos de dados selecionados.", - "sql.migration.select.target.to.continue": "Selecionar um alvo para continuar", - "sql.migration.select.database.to.migrate": "Selecionar bancos de dados para migrar", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "Concluímos a avaliação da sua instância do SQL Server ' {0} '.", "sql.migration.assessment": "Resultados da avaliação para '{0}'", "sql.migration.can.be.migrated": "{0} de {1} bases de dados podem ser migradas", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Bancos de dados", "sql.migration.sql.server.instance": "Instância do SQL Server", "sql.migration.wizard.account.title": "Conta do Azure", - "sql.migration.wizard.account.description": "Selecione uma conta do Azure vinculada ao Azure Data Studio ou vincule uma agora.", - "sql.migration.wizard.account.noaccount.error": "Não há nenhuma conta vinculada. Adicione uma conta.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Vincular conta", "sql.migration.wizard.account.count.single.message": "{0} conta vinculada", "sql.migration.wizard.account.count.multiple.message": "{0} contas vinculadas", "sql.migration.azure.tenant": "Locatário do Azure Active Directory", - "azure.accounts.accountStaleError": "O token de acesso para a conta selecionada '{0}' não é mais válido. Clique no botão Vincular conta e atualize a conta ou selecione uma conta diferente.", - "azure.accounts.accountAccessError": "Erro ao acessar a conta selecionada '{0}'. Clique no botão 'Vincular Conta' e atualize a conta ou selecione uma conta diferente. Erro '{1}'", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Backup de Banco de Dados", "sql.migration.database.page.description": "Selecione o local de seus backups de banco de dados a serem usados para migração.", "sql.migration.nc.network.share.radio.label": "Meus backups do banco de dados se encontram em um compartilhamento de rede", "sql.migration.nc.blob.storage.radio.label": "Meus backups do banco de dados se encontram em um contêiner do Azure Storage Blob", - "sql.migration.nc.file.share.radio.label": "Meus backups do banco de dados se encontram em um Compartilhamento de Arquivos de Armazenamento do Microsoft Azure (Em breve)", "sql.migration.network.share.header.text": "Detalhes do compartilhamento de rede", "sql.migration.network.share.help.text": "Forneça o local do compartilhamento de rede que contém backups e as credenciais do usuário com acesso de leitura ao compartilhamento", "sql.migration.network.share.location.label": "Local de compartilhamento de rede que contém backups.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Digitar a senha", "sql.migration.network.share.azure.header": "Detalhes da conta de armazenamento", "sql.migration.network.share.azure.help": "Forneça a conta de armazenamento do Azure em que os backups serão carregados.", - "sql.migration.network.share.subscription.label": "Selecione a assinatura que contém a conta de armazenamento.", - "sql.migration.network.share.subscription.placeholder": "Selecionar assinatura", - "sql.migration.network.share.storage.account.label": "Selecione a conta de armazenamento na qual os arquivos de backup serão copiados.", - "sql.migration.network.share.storage.account.placeholder": "Selecionar conta", "sql.migration.unique.name": "Selecione um nome exclusivo para este banco de dados de destino", - "sql.migration.database.already.exists": "O banco de dados '{0}' já existe na instância gerenciada de destino '{1}'.", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Selecione a assinatura que contém a conta de armazenamento.", - "sql.migration.blob.storage.account.label": "Selecione a conta de armazenamento que contém os arquivos de backup.", - "sql.migration.blob.storage.container.label": "Selecione o contêiner que contém os arquivos de backup.", - "sql.migration.blob.storage.container.placeholder": "Selecionar contêiner", - "sql.migration.file.share.subscription.label": "Selecione a assinatura que contém o compartilhamento de arquivos.", - "sql.migration.file.share.storage.account.label": "Selecione a conta de armazenamento que contém o compartilhamento de arquivos.", - "sql.migration.file.share.label": "Selecione o compartilhamento de arquivos que contém os arquivos de backup.", - "sql.migration.file.share.placeholder": "Selecione compartilhar", "sql.migration.database.migration.mode.label": "Modo de migração", - "sql.migration.database.migration.mode.description": "Escolha entre os seguintes modos de migração para migrar para seu destino SQL do Azure com base em seus requisitos de tempo de inatividade.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Migração online", - "sql.migration.database.migration.mode.online.description": "O tempo de inatividade do aplicativo é limitado para ser interrompido no final da migração.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "O tempo de inatividade do aplicativo será iniciado quando a migração for iniciada.", "sql.migration.database.migration.mode.offline.label": "Migração offline", - "sql.migration.database.backup.email.notification.label": "Notificações por email", - "sql.migration.database.backup.email.notification.checkbox.label": "Notifique-me quando a migração for concluída", "sql.migration.no.subscription.found": "Nenhuma inscrição encontrada", "sql.migration.no.location.found": "Nenhum local foi encontrado", "sql.migration.no.storageAccount.found": "Não foi encontrada nenhuma conta de armazenamento", "sql.migration.no.fileShares.found": "Nenhum compartilhamento de arquivo encontrado", "sql.migration.no.blobContainers.found": "Nenhum contêiner de blob encontrado", "sql.migration.no.blobFiles.found": "Nenhum arquivo blob encontrado", - "sql.migration.invalid.subscription.error": "Selecione uma assinatura válida para continuar.", - "sql.migration.invalid.location.error": "Selecione um local válido para continuar.", - "sql.migration.invalid.storageAccount.error": "Selecione uma conta de armazenamento válida para continuar.", - "sql.migration.invalid.fileShare.error": "Selecione um compartilhamento de arquivo válido.", - "sql.migration.invalid.blob.resourceGroup.error": "Selecione um grupo de recursos válido para o banco de dados de origem '{0}' para continuar.", - "sql.migration.invalid.blob.storageAccount.error": "Selecione uma conta de armazenamento válida para o banco de dados de origem '{0}' para continuar.", - "sql.migration.invalid.blob.container.error": "Selecione um contêiner blob válido para o banco de dados de origem '{0}' para continuar.", - "sql.migration.invalid.blob.lastBackupFile.error": "Selecione um último arquivo de backup válido para o banco de dados de origem '{0}' para continuar.", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Formato do local de compartilhamento de rede inválido. Exemplo: {0}", "sql.migration.invalid.user.account": "O formato da conta de usuário é inválido. Exemplo: {0}", - "sql.migration.network.share.location": "Local de compartilhamento de rede para ler backups do banco de dados ‘{0}’", - "sql.migration.file.share": "Selecione o compartilhamento de arquivos que contém os arquivos de backup para ‘{0}‘", - "sql.migration.blob.container": "Selecione o contêiner que contém os arquivos de backup para ‘{0}’", - "sql.migration.enter.network.share.information": "Insira os nomes de destino dos bancos de dados de origem selecionados", - "sql.migration.blob.container.information": "Insira o nome do destino e selecione o local do contêiner de blob para bancos de dados selecionados", - "sql.migration.enter.file.share.information": "Insira o nome do destino e selecione o local do compartilhamento de arquivos dos bancos de dados selecionados", - "sql.migration.invalid.target.name.error": "Insira um nome válido para o banco de dados de destino.", - "sql.migration.provide.unique.containers": "Forneça contêineres exclusivos aos bancos de dados de destino. Bancos de dados afetados: ", - "sql.migration.source.details.windowAuth": "Insira a credencial de autenticação do Windows usada para se conectar à instância do SQL Server {0}. A credencial será usada para conectar-se à instância do SQL Server e identificar arquivo(s) de backup válido(s)", - "sql.migration.source.details.sqlAuth": "Insira a credencial de Autenticação SQL usada para se conectar à instância do SQL Server {0}. A credencial será usada para conectar-se à instância do SQL Server e identificar arquivo(s) de backup válido(s)", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Selecione um valor de grupo de recursos primeiro.", "sql.migration.blob.storageAccount.select": "Selecione um valor de conta de armazenamento primeiro.", "sql.migration.blob.container.select": "Selecione um valor de contêiner blob primeiro.", "sql.migration.ir.page.title": "Serviço de Migração de Banco de Dados do Azure", - "sql.migration.ir.page.description": "Serviço de Migração de Banco de Dados do Azure (DMS) orquestra as atividades de migração de banco de dados e acompanha seu progresso. Você pode selecionar um alvo DMS já existente do SQL do Azure se você já criou um anteriormente ou crie um novo abaixo.", - "sql.migration.ir.page.note": "Observação: o DMS será executado na sua assinatura do Azure no grupo de recursos escolhido e não custará nada para executá-lo.", - "sql.migration.select.a.migration.service": "Selecionar o Serviço de Migração de Banco de Dados do Azure", - "sql.migration.default.setup.button": "Instalação com padrões: adicionar o DMS com um clique na configuração expressa usando as opções padrão.", - "sql.migration.custom.setup.button": "Configuração personalizada: adicione o DMS depois de personalizar a maioria das opções.", - "sql.migration.ir.page.sql.migration.service.not.found": "Nenhum DMS encontrado. Crie um novo", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Criar novo", - "sql.migration.invalid.migration.service.error": "Selecione um DMS válido", - "sql.migration.invalid.migration.service.offline.error": "Selecione um DMS conectado a um nó", - "sql.migration.authentication.types": "Chaves de Autenticação", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Detalhes do Serviço de Migração de Banco de Dados do Azure \"{0}\": `", - "sql.migration.dms.portal.info": "Observe que qualquer Serviço de Migração de Banco de Dados do Azure existente (DMS) no portal do Azure não será exibido no Azure Data Studio. O DMS criado no Azure Data Studio ainda não estará visível no portal do Azure.", - "sql.migration.database.migration.service.authentication.keys": "Chaves de autenticação do serviço de migração de banco de dados", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Criar Serviço de Migração de Banco de Dados do Azure", - "sql.migration.services.container.description": "Insira as informações abaixo para adicionar um novo Serviço de Migração de Banco de Dados do Azure.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Carregando Serviços de Migração", - "sql.migration.service.container.heading": "Runtime de Integração de Configuração", - "sql.migration.service.container.container.description1": "O Serviço de Migração de Banco de Dados do Azure aproveita o Runtime de Integração auto-hospedada do Azure Data Factory para carregar backups do compartilhamento de arquivo de rede local para o Azure.", - "sql.migration.service.container.container.description2": "Siga as instruções abaixo para configurar o Runtime de Integração auto-hospedada.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Etapa 1: {0}", "sql.migration.option": "Baixar e instalar o runtime de integração", "sql.migration.ir.setup.step2": "Etapa 2: usar essa chave para registrar o seu runtime de integração", - "sql.migration.ir.setup.step3": "Etapa 3: clique no botão 'Testar conexão' para verificar a conexão entre o Serviço de Migração de Banco de Dados do Azure e o runtime de integração", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "Status da Conexão", "sql.migration.key1.label": "Chave 1", "sql.migration.key2.label": "Chave 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Atualizar chaves 2", "sql.migration.copy.key1": "Copiar chave 1", "sql.migration.copy.key2": "Copiar chave 2", - "sql.migration.authkeys.header": "Chave de autenticação", - "sql.migration.authkeys.refresh.message": "A chave de autenticação '{0}' foi atualizada.", - "sql.migration.service.not.ready": "O Serviço de Migração de Banco de Dados do Azure não está registrado. O Serviço de Migração de Banco de Dados do Azure '{0}' precisa ser registrado com o Runtime de Integração auto-hospedada em qualquer nó.", - "sql.migration.service.ready": "O Serviço de Migração de Banco de Dados do Azure '{0}' está conectado ao Runtime de Integração da hospedagem interna em execução no nó - {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "Nenhum grupo de recursos foi encontrado", - "sql.migration.invalid.resourceGroup.error": "Selecione um grupo de recursos válido para continuar.", - "sql.migration.invalid.region.error": "Selecione um local válido para continuar.", - "sql.migration.invalid.service.name.error": "Insira um nome válido do Serviço de Migração.", - "sql.migration.service.not.found": "Nenhum Serviço de Migração encontrado. Crie um novo.", - "sql.migration.service.not.setup": "Adicione um Serviço de Migração para continuar.", - "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Instância gerenciada de SQL do Azure", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", + "sql.migration.service.status.refresh.error": "Ocorreu um erro ao atualizar o status de criação do serviço de migração.", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "Nenhuma instância gerenciada encontrada", "sql.migration.no.virtualMachine.found": "Nenhuma máquina virtual encontrada", - "sql.migration.target.page.title": "Escolha o destino do SQL do Azure", - "sql.migration.resource.group.description": "Um grupo de recursos é um contêiner que contém recursos relacionados para uma solução do Azure", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "OK", "sql.migration.new.resource.group": "(novo) {0}", "sql.migration.test.connection": "Testar conexão", - "sql.migration.database.migration.service.created.successfully": "O serviço de migração de banco de dados foi criado com êxito", - "sql.migration.dms.provision.failed": "Ocorreu um erro durante o serviço de migração de banco de dados ao ser provisionado. Tente novamente após algum tempo.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Aplicar", "sql.migration.creating.rg.loading": "Criando grupo de recursos", "sql.migration.rg.created": "Grupo de recursos criado", - "sql.migration.name.of.new.rg": "Nome do novo Grupo de recursos", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "Saiba mais", "sql.migration.learn.more.pre.reqs": "Saiba mais sobre o que você precisa antes de iniciar uma migração.", "sql.migration.subscription": "Assinatura", "sql.migration.storage.account": "Conta de armazenamento", "sql.migration.resourceGroups": "Grupo de recursos", - "sql.migration.region": "Região", "sql.migration.name": "Nome", "sql.migration.location": "Local", - "sql.migration.new": "Novo", - "sql.migration.feature.not.available": "Esse recurso ainda não está disponível.", "sql.migration.refresh": "Atualizar", - "sql.migration.submit": "Enviar", "sql.migration.create": "Criar", "sql.migration.cancel": "Cancelar", "sql.migration.type": "Tipo", - "sql.migration.path": "Caminho", "sql.migration.path.user.account": "Conta de Usuário", "sql.migration.view.all": "Ver tudo", "sql.migration.target": "Destino", "sql.migration.azure.sql": "SQL do Azure", "sql.migration.close": "Fechar", - "sql.migraiton.data.uploaded.size": "Dados Carregados/Tamanho", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Taxa de Transferência de Cópia (MBPS)", - "sql.migration.newsupportrequest": "Nova solicitação de suporte", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Resumo", - "sql.migration.summary.azure.account.linked": "Conta do Azure vinculada", - "sql.migration.summary.migration.target": "Destino de migração", "sql.migration.summary.mi.type": "Instância Gerenciada de SQL do Azure", "sql.migration.summary.vm.type": "SQL Server na Máquina Virtual do Azure", - "sql.migration.summary.database.count": "Banco de dados(s) a serem migrados", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Assinatura de armazenamento do Azure", "sql.migration.summary.azure.storage": "Armazenamento do Azure", - "sql.migration.ir.node": "Nó do Runtime de Integração", "sql.migration.network.share": "Compartilhamento de rede", "sql.migration.blob.container.title": "Contêiner de Blob", "sql.migration.blob.container.last.backup.file.label": "Último arquivo de backup", "sql.migration.blob.container.label": "Grupo de recursos de contêiner de blob", "sql.migration.blob.container.storage.account.label": "Conta de armazenamento de contêiner de blobs", - "sql.migration.file.share.title": "Compartilhamento de Arquivo", - "sql.migration.started.notification": "Migração em andamento", "sql.migration.source.databases": "Banco(s) de dado(s) de origem", "sql.migration.mode": "Modo", "sql.migration.backup.location": "Local do Backup", "sql.migration.azure.storage.account.to.upload.backups": "Conta de Armazenamento do Microsoft Azure para Carregar Backups", - "sql.migration.shir": "Nó de tempo do Runtime de Integração auto-hospedada", - "sql.migration.summary.target.name": "Bancos de Dados do Alvo:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "Banco de dados a ser migrado", "sql.migration.count.database.single": "{0} banco de dados", "sql.migration.count.database.multiple": "{0} bancos de dados", "sql.migration.quick.pick.placeholder": "Selecionar a operação que deseja realizar", "sql.migration.inline.migration.notebook.title": "Migração embutida", "sql.migration.sql.assessment.notebook.title": "Avaliação de migração de SQL", - "sql.migration.notebook.open.error": "Erro ao abrir o bloco de notas de migração", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Migração do SQL do Azure", "sql.migration.dashboard.description": "Determine a prontidão de migração de suas instâncias do SQL Server, identifique um destino recomendado do Azure SQL e conclua a migração de sua instância do SQL Server para a Instância Gerenciada de SQL do Azure ou SQL Server em máquinas virtuais do Azure.", "sql.migration.dashboard.migrate.task.button": "Migrar para SQL do Azure", "sql.migration.dashboard.migrate.task.button.description": "Migrar a Instância do SQL Server para o SQL do Azure.", "sql.migration.database.migration.status": "Status da Migração de Banco de Dados", - "sql.migration.dashboard.video1.title": "Migrar o SQL Server para a Instância Gerenciada de SQL.", - "sql.migration.dashboard.video2.title": "Migrar SQL Server para a Máquina Virtual do SQL", "sql.migration.dashboard.link1.title": "Regras de avaliação para Instância Gerenciada de SQL do Azure", - "sql.migration.dashboard.link1.description": "Consulte a lista de regras usadas para avaliar a viabilidade de migrar seu SQL Server para a Instância Gerenciada de SQL do Azure.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Artigos de ajuda e links de vídeo", "sql.migration.pre.req.title": "Coisas que você precisa antes de iniciar a migração:", "sql.migration.pre.req.1": "Detalhes da conta do Azure", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Detalhes de localização de backup", "sql.migration.migration.in.progress": "Migração do banco de dados em andamento", "sql.migration.failed": "Ocorreu um erro na migração", - "sql.migration.log.shipping.in.progress": "Envio de logs em andamento", "sql.migration.migration.completed": "Migração concluída", "sql.migration.cutover.card": "Concluindo substituição", - "sql.migration.successfully.migrated.to.azure.sql": "Migrado com êxito para o SQL do Azure", "sql.migration.migration.not.started": "Migração não iniciada", - "sql.migration.choose.to.migrate.to.azure.sql": "Escolher migrar para SQL do Azure", "sql.migration.show.status": "Mostrar status", "sql.migration.inprogress.warning.single": "{0} o banco de dados possui avisos", "sql.migration.inprogress.warning.multiple": "{0} os bancos de dados possuem avisos", "sql.migration.feedback.issue.title": "Comentários sobre a experiência de migração", - "sql.migration.eastus2euap": "Leste dos EUA 2 EUAP", "sql.migration.cutover": "Substituição de migração", "sql.migration.complete.cutover": "Concluir substituição", "sql.migration.source.database": "Nome do banco de dados de origem", @@ -288,15 +233,15 @@ "sql.migration.last.applied.backup.files": "Últimos arquivos de backup aplicados", "sql.migration.last.applied.files.taken.on": "Arquivos de backup aplicados pela última vez em", "sql.migration.active.backup.files": "Arquivos de Backup Ativos", - "sql.migration.cutover.status.refresh.error": "An error occurred while refreshing the migration status.", - "sql.migration.cancel.error": "An error occurred while canceling the migration.", + "sql.migration.cutover.status.refresh.error": "Ocorreu um erro ao atualizar o status da migração.", + "sql.migration.cancel.error": "Ocorreu um erro ao cancelar a migração.", "sql.migration.status": "Status", "sql.migration.backup.start.time": "Hora de início do backup", "sql.migration.first.lsn": "Primeiro LSN", "sql.migration.last.LSN": "Último LSN", - "sql.migration.cannot.start.cutover.error": "Não é possível iniciar o processo de substituição até que todas as migrações sejam concluídas. Clique em Atualizar para buscar o status mais recente do arquivo", - "sql.migration.azure.sql.database.managed.instance": "Instância Gerenciada do Banco de Dados SQL do Azure", - "sql.migration.azure.sql.database.virtual.machine": "Banco de Dados SQL do Azure Virtual", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Cancelar migração", "sql.migration.active.backup.files.items": "Arquivos de Backup Ativo (1 item)", "sql.migration.active.backup.files.multiple.items": "Arquivos de Backup Ativos ({0} items)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "Tem certeza de que deseja cancelar esta migração?", "sql.migration.yes": "Sim", "sql.migration.no": "Não", - "sql.migration.completing.cutover.warning": "Concluir a substituição sem restaurar todos os backups pode resultar em perda de dados.", - "sql.migration.bc.info": "A transição de migração de instância gerenciada para a camada de serviço comercialmente crítico pode levar muito mais tempo do que a de uso geral, pois três réplicas secundárias devem ser propagadas para o grupo de alta disponibilidade Always On. A duração desta operação depende do tamanho dos dados. A velocidade de propagação em 90% dos casos é de 220 GB / hora ou superior.", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Pare todas as transações de entrada recebidas pelo banco de dados de origem.", - "sql.migration.cutover.step.2.network.share": "2. Faça o backup final do log de transações e forneça-o no local de compartilhamento de rede.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Verifique se todos os backups de log foram restaurados no banco de dados de destino. O número de \" Backups de log com restauração pendente\" deve ser zero.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "Execute as etapas a seguir antes de concluir a substituição.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", "sql.migration.cutover.last.file.restored": "Último arquivo restaurado: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Backups de log com restauração pendente: {0}", + "sql.migration.last.scan.completed": "Última verificação concluída: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Confirmo que não há backups de log adicionais para fornecer e desejo concluir a substituição.", "sql.migration.cutover.in.progress": "Substituição em andamento para o banco de dados '{0}'", - "sql.migration.cannot.cancel": "A migração não está em andamento e não pode ser cancelada.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "A migração não está em andamento e não pode ser substituída.", "sql.migration.file.name": "Nome do arquivo", "sql.migration.size.column.header": "Tamanho", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.no.pending.backups": "Nenhum backup pendente. Clique em Atualizar para verificar o status atual.", "sql.migration.search.for.migration": "Pesquisar por migrações", "sql.migration.online": "Online", "sql.migration.offline": "Off-line", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "Instância Gerenciada por SQL", "sql.migration.sql.virtual.machine": "Máquina Virtual SQL", "sql.migration.target.azure.sql.instance.name": "Nome do Alvo SQL do Azure", - "sql.migration.cutover.type": "Modo de migração", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Hora de Início", "sql.migration.finish.time": "Hora do término", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} seg", "sql.migration.service.details.dialog.title": "Serviço de Migração de Banco de Dados do Azure", "sql.migration.service.details.button.label": "Fechar", - "sql.migration.service.details.ir.label": "Nó de tempo do Runtime de Integração auto-hospedada", - "sql.migration.service.details.authkeys.label": "Chaves de autenticação", - "sql.migration.service.details.authkeys.title": "Chaves de autenticação usadas para conectar ao nó de tempo de Runtime de Integração auto-hospedada", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "- indisponível -", "sql.migration.source.configuration": "Configuração da Fonte", "sql.migration.source.credentials": "Credenciais da Fonte", - "sql.migration.enter.your.sql.cred": "Insira a credencial para a instância do SQL Server de origem. Esta credencial será usada ao migrar bancos de dados para o SQL do Azure.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Servidor", "sql.migration.username": "Nome de usuário", "sql.migration.size": "Tamanho (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Avisos", "sql.migration.impacted.objects": "Objetos afetados", "sql.migration.object.details": "Detalhes do objeto", - "sql.migration.assessmen.results": "Resultados da Avaliação", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Tipo:", "sql.migration.name.label": "Nomes:", "sql.migration.description": "Descrição", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Problemas ({0})", "sql.migration.warnings.count": "Avisos ({0})", "sql.migration.authentication.type": "Tipo de Autenticação", - "sql.migration.sql.login": "Login SQL", - "sql.migration.windows.auth": "Autenticação do Windows", - "sql.migration.status.refresh.label": "Atualizar", - "sql.migration.auto.refresh.off": "Atualizar Automaticamente: Desativado", - "sql.migration.auto.refresh.15.seconds": "Atualização automática: 15 segundos", - "sql.migration.auto.refresh.30.seconds": "Atualização automática: 30 segundos", - "sql.migration.auto.refresh.1.min": "Atualização automática: 1 minuto", - "sql.migration.auto.refresh.3.min": "Atualização automática: 3 minutos", - "sql.migration.auto.refresh.5.min": "Atualização automática: 5 minutos", - "sql.migration.select.the.refresh.interval": "Selecionar o intervalo de atualização", - "sql.migration.off": "Fora", - "sql.migration.every.30.second": "A cada 30 segundos", - "sql.migration.every.1.minute": "A cada 1 minuto", - "sql.migration.every.3.minutes": "A cada 3 minutos", - "sql.migration.every.5.minutes": "A cada 5 minutos" + "sql.migration.status.refresh.label": "Atualizar" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Iniciando a migração do banco de {0} para {1} - {2}", diff --git a/i18n/ads-language-pack-pt-BR/translations/main.i18n.json b/i18n/ads-language-pack-pt-BR/translations/main.i18n.json index 527ead0556..f05c98b38d 100644 --- a/i18n/ads-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/main.i18n.json @@ -10414,7 +10414,7 @@ "notebook.showRenderedNotebookinDiffEditor": "(Visualização) Mostrar bloco de anotações renderizado no editor de dif.", "notebook.maxRichTextUndoHistory": "O número máximo de alterações armazenadas no histórico de desfazer do editor de Rich Text do bloco de anotações.", "notebook.useAbsoluteFilePaths": "Use caminhos de arquivo absolutos ao vincular a outros blocos de anotações.", - "notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.", + "notebook.enableIncrementalGridRendering": "Habilitar a renderização em grade incremental para blocos de anotações. Isto melhorará o tempo inicial de renderização para grandes blocos de anotações. Pode haver problemas de desempenho ao interagir com o bloco de anotações enquanto o resto das grades estão sendo renderizadas.", "searchConfigurationTitle": "Pesquisar Notebooks", "exclude": "Configurar padrões glob para excluir arquivos e pastas em pesquisas de texto completo e abrir rapidamente. Herda todos os padrões glob da configuração `#files.exclude#`. Leia mais sobre padrões glob [aqui] (https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", "exclude.boolean": "O padrão glob ao qual corresponder os caminhos do arquivo. Defina como true ou false para habilitar ou desabilitar o padrão.", @@ -10474,8 +10474,8 @@ "noParametersInCell": "Este bloco de anotações não pode ser executado com parâmetros até que haja parâmetros adicionados à célula de parâmetro. [Saiba mais] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "Limpar Resultados", "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "newViewLabel": "Criar novo modo de exibição", + "viewNotFound": "Não é possível encontrar o modo de exibição: {0}", "trustLabel": "Confiável", "untrustLabel": "Não Confiável", "collapseAllCells": "Recolher Células", @@ -11459,24 +11459,24 @@ "insertCellsModal.title": "Inserir células", "insertCellsModal.selectCells": "Selecionar fontes de célula", "insertCellsModal.thumbnailError": "Erro: não é possível gerar miniaturas.", - "insertCellsModal.untitled": "Untitled Cell : {0}", + "insertCellsModal.untitled": "Célula Sem Título: {0}", "insertCellsModal.Insert": "Inserir", "insertCellsModal.Cancel": "Cancelar" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", + "viewsUnableToRemove": "Não foi possível remover o modo de exibição", + "confirmDelete": "Tem certeza de que deseja excluir a exibição \"{0}\"", "delete": "&&Excluir", - "insertCells": "Insert Cells", + "insertCells": "Inserir Células", "runCell": "Executar célula", "stopCell": "Cancelar execução", "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", + "unableToNavigateToCell": "Não é possível navegar até a célula do bloco de anotações.", + "viewCellInNotebook": "Exibir Célula no Bloco de Anotações", "moreActionsLabel": "Mais" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", + "viewOptionsModal.title": "Configurar Modo de Exibição", "viewOptionsModal.name": "Nome do Modo de Exibição", "viewOptionsModal.missingRequireField": "This field is required.", "viewOptionsModal.nameTaken": "Este nome de exibição já foi usado.", @@ -11484,7 +11484,7 @@ "cancel": "Cancelar" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "Modo de Exibição Sem Título" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json index 130041b908..1d6f6160c2 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Кластер Azure Data Explorer" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Рабочая область Log Analytics" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Сервер Базы данных Azure для PostgreSQL" diff --git a/i18n/ads-language-pack-ru/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/sql-database-projects.i18n.json index 0b3bafc39b..cc1f2abb94 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/sql-database-projects.i18n.json @@ -159,7 +159,7 @@ "browseButtonText": "Поиск папки", "selectFolderStructure": "Select folder structure", "folderStructureLabel": "Структура папок", - "browseEllipsis": "Browse...", + "browseEllipsis": "Обзор...", "selectProjectLocation": "Select project location", "dataworkspace.projectParentDirectoryNotExistError": "Выбранное расположение проекта \"{0}\" не существует или не является каталогом.", "dataworkspace.projectDirectoryAlreadyExistError": "Каталог с именем \"{0}\" уже существует в выбранном расположении: \"{1}\".", @@ -228,8 +228,14 @@ "externalStreamingJobFriendlyName": "Задание внешней потоковой передачи", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "Ввод", + "output": "Выходные данные", "selectBindingType": "Select type of binding", "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", "sqlObjectToQuery": "SQL object to query", @@ -239,11 +245,6 @@ "noAzureFunctionsInFile": "No Azure functions in the current active file" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "Не удается найти пакет SDK для .NET Core. Сборка проекта не подойдет. Установите пакет .NET Core SDK версии 3.1 или обновите расположение .NET Core SDK в параметрах , если они уже установлены.", - "sqlDatabaseProjects.UpdateNetCoreLocation": "Обновить расположение", - "sqlDatabaseProjects.InstallNetCore": "Установить", - "sqlDatabaseProjects.doNotAskAgain": "Больше не спрашивать", - "sqlDatabaseProjects.outputChannel": "Проекты баз данных", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … выдал ошибку: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … завершил работу с кодом: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … завершил работу с сигналом: {1}", diff --git a/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json index 77b281077e..a1a23a89de 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json @@ -28,33 +28,23 @@ }, "dist/constants/strings": { "sql-migration.wizard.title": "Миграция \"{0}\" в Azure SQL", - "sql.migration.wizard.source_configuration.title": "Конфигурация источника SQL", "sql.migration.assessments.blocking.issue": "Это блокирующая проблема, которая препятствует успешному выполнению миграции базы данных.", - "sql.migration.assessments.progress": "Ход выполнения оценки", "sql.migration.assessment.in.progress": "Оценка выполняется", "sql.migration.assessment.in.progress.content": "Идет оценка баз данных в экземпляре SQL Server {0} для идентификации правильного целевого объекта Azure SQL.\r\n\r\nЭто может занять некоторое время.", - "sql.migration.collecting_source_configurations": "Идет сбор исходных конфигураций", - "sql.migration.collecting_source_configurations.info": "Необходимо собрать сведения о настройке данных в настоящее время.\r\nЭто может занять некоторое время.", - "sql.migration.collecting_source_configurations.error": "Произошла ошибка при сборе сведений о конфигурации данных. {0}", "sql.migration.wizard.sku.title": "Целевой объект Azure SQL", - "sql.migration.wizard.sku.all": "На основе результатов оценки все {0} из ваших баз данных во включенном состоянии можно перенести в Azure SQL.", - "sql.migration.wizard.sku.some": "На основе результатов проверок исходной конфигурации {0} из {1} ваших баз данных не может быть перенесена в Azure SQL.", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "Выберите целевой объект Azure SQL", - "sql.migration.sku.none": "На основе результатов проверок исходной конфигурации ни одна из ваших баз данных не может быть перенесена в Azure SQL.", "sql.migration.sku.mi.card.title": "Управляемый экземпляр SQL Azure (PaaS)", "sql.migration.sku.vm.card.title": "SQL Server на виртуальной машине Azure (IaaS)", "sql.migration.select.azure.mi": "Выберите целевую подписку Azure и целевой управляемый экземпляр SQL Azure.", "sql.migration.select.azure.vm": "Выберите целевую подписку Azure и целевой SQL Server на виртуальной машине Azure для целевого объекта.", - "sql.migration.wizard.subscription.title": "Выбор подписки Azure", - "sql.migration.wizard.subscription.azure.account.title": "Учетная запись Azure", - "sql.migration.wizard.subscription.azure.subscription.title": "Подписка Azure", - "sql.migration.wizard.subscription.azure.product.title": "Продукт Azure", - "sql.migration.sku.recommendation.view.assessment.mi": "Просмотрите результаты оценки и выберите одну или несколько баз данных для миграции на управляемый экземпляр SQL Azure (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "Просмотрите результаты оценки и выберите одну или несколько баз данных для миграции в SQL Server на виртуальной машине Azure (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "Просмотреть или выбрать", "total.databases.selected": "{0} из {1} выбранных баз данных.", - "sql.migration.select.target.to.continue": "Чтобы продолжить, выберите целевой объект", - "sql.migration.select.database.to.migrate": "Выберите базы данных для миграции", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "Оценка экземпляра SQL Server \"{0}\" завершена.", "sql.migration.assessment": "Результаты оценки для «{0}»", "sql.migration.can.be.migrated": "{0} из {1} баз данных можно перенести", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "Базы данных", "sql.migration.sql.server.instance": "Экземпляр SQL Server", "sql.migration.wizard.account.title": "Учетная запись Azure", - "sql.migration.wizard.account.description": "Выберите учетную запись Azure, связанную с Azure Data Studio или свяжите ее сейчас.", - "sql.migration.wizard.account.noaccount.error": "Связанная учетная запись не существует. Добавьте учетную запись.", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "Свяжите учетную запись", "sql.migration.wizard.account.count.single.message": "Связанная учетная запись {0}", "sql.migration.wizard.account.count.multiple.message": "Связанные учетные записи {0}", "sql.migration.azure.tenant": "Клиент Azure AD", - "azure.accounts.accountStaleError": "Токен доступа для выбранной учетной записи \"{0}\" больше не действителен. Нажмите кнопку \"Связать учетную запись\" и обновите учетную запись или выберите другую учетную запись.", - "azure.accounts.accountAccessError": "Произошла ошибка при доступе к выбранной учетной записи «{0}». Нажмите кнопку «Связать учетную запись» и обновите учетную запись или выберите другую учетную запись. Ошибка «{1}».", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "Резервное копирование базы данных", "sql.migration.database.page.description": "Выберите расположение резервных копий базы данных, используемых для миграции.", "sql.migration.nc.network.share.radio.label": "Мои резервные копии базы данных находятся в сетевой папке", "sql.migration.nc.blob.storage.radio.label": "Мои резервные копии базы данных находятся в контейнере Azure Storage Blob", - "sql.migration.nc.file.share.radio.label": "Мои резервные копии базы данных находятся в общей папке службы хранилища Azure (ожидается в ближайшее время)", "sql.migration.network.share.header.text": "Сведения о сетевой папке", "sql.migration.network.share.help.text": "Укажите расположение сетевой папки, содержащей резервные копии, и учетные данные пользователя, обладающие доступом на чтение общей папки", "sql.migration.network.share.location.label": "Расположение сетевой папки, содержащей резервные копии.", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "Введите пароль", "sql.migration.network.share.azure.header": "Сведения об учетной записи хранения", "sql.migration.network.share.azure.help": "Укажите учетную запись хранения Azure, куда будут отправляться резервные копии.", - "sql.migration.network.share.subscription.label": "Выберите подписку, содержащую учетную запись хранения.", - "sql.migration.network.share.subscription.placeholder": "Выберите подписку", - "sql.migration.network.share.storage.account.label": "Выберите учетную запись хранения, куда будут копироваться файлы резервных копий.", - "sql.migration.network.share.storage.account.placeholder": "Выберите учетную запись", "sql.migration.unique.name": "Выберите уникальное имя для этой целевой базы данных", - "sql.migration.database.already.exists": "База данных \"{0}\" уже существует в целевом управляемом экземпляре \"{1}\".", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "Выберите подписку, содержащую учетную запись хранения.", - "sql.migration.blob.storage.account.label": "Выберите учетную запись хранения, содержащую файлы резервных копий.", - "sql.migration.blob.storage.container.label": "Выберите контейнер, содержащий файлы резервных копий", - "sql.migration.blob.storage.container.placeholder": "Выбрать контейнер", - "sql.migration.file.share.subscription.label": "Выберите подписку, содержащую общую папку.", - "sql.migration.file.share.storage.account.label": "Выберите учетную запись хранения, содержащую общую папку.", - "sql.migration.file.share.label": "Выберите общую папку, содержащую файлы резервных копий.", - "sql.migration.file.share.placeholder": "Выберите общую папку", "sql.migration.database.migration.mode.label": "Режим миграции", - "sql.migration.database.migration.mode.description": "Выберите один из следующих режимов миграции, чтобы выполнить миграцию в целевой объект Azure SQL в соответствии с требованиями к простою.", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "Миграция по сети", - "sql.migration.database.migration.mode.online.description": "Время простоя приложения ограничено в конце миграции.", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "Время простоя приложения начнется при запуске миграции.", "sql.migration.database.migration.mode.offline.label": "Автономная миграция", - "sql.migration.database.backup.email.notification.label": "Уведомления по электронной почте", - "sql.migration.database.backup.email.notification.checkbox.label": "Уведомлять меня о завершении миграции", "sql.migration.no.subscription.found": "Подписка не найдена", "sql.migration.no.location.found": "Расположение не найдено", "sql.migration.no.storageAccount.found": "Учетная запись хранения не найдена", "sql.migration.no.fileShares.found": "Общие папки не найдены", "sql.migration.no.blobContainers.found": "Контейнеры BLOB-объектов не найдены.", "sql.migration.no.blobFiles.found": "Файлы больших двоичных объектов не найдены", - "sql.migration.invalid.subscription.error": "Для продолжения выберите допустимую подписку.", - "sql.migration.invalid.location.error": "Для продолжения выберите допустимое расположение.", - "sql.migration.invalid.storageAccount.error": "Для продолжения выберите допустимую учетную запись хранения.", - "sql.migration.invalid.fileShare.error": "Для продолжения выберите допустимую общую папку.", - "sql.migration.invalid.blob.resourceGroup.error": "Для продолжения выберите допустимую группу ресурсов для базы данных-источника \"{0}\".", - "sql.migration.invalid.blob.storageAccount.error": "Для продолжения выберите допустимую учетную запись хранения для базы данных-источника \"{0}\".", - "sql.migration.invalid.blob.container.error": "Для продолжения выберите допустимый контейнер больших двоичных объектов для базы данных-источника \"{0}\".", - "sql.migration.invalid.blob.lastBackupFile.error": "Для продолжения выберите допустимый последний файл резервной копии для базы данных-источника \"{0}\".", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "Недопустимый формат расположения сетевой папки. Пример: {0}", "sql.migration.invalid.user.account": "Недопустимый формат учетной записи пользователя. Пример: {0}", - "sql.migration.network.share.location": "Расположение сетевой папки для чтения резервных копий базы данных \"{0}\"", - "sql.migration.file.share": "Выберите общую папку, содержащую файлы резервных копий для \"{0}\".", - "sql.migration.blob.container": "Выберите контейнер, содержащий файлы резервных копий для \"{0}\"", - "sql.migration.enter.network.share.information": "Введите целевые имена для выбранных баз данных-источников", - "sql.migration.blob.container.information": "Введите целевое имя и выберите расположение контейнера BLOB-объектов для выбранных баз данных", - "sql.migration.enter.file.share.information": "Введите имя целевого объекта и укажите расположение общей папки для выбранных баз данных", - "sql.migration.invalid.target.name.error": "Введите допустимое имя для целевой базы данных.", - "sql.migration.provide.unique.containers": "Укажите уникальные контейнеры для целевых баз данных. Затронутые базы данных: ", - "sql.migration.source.details.windowAuth": "Введите учетные данные проверки подлинности Windows, используемые для подключения к экземпляру SQL Server {0}. Эти учетные данные будут использоваться для подключения к экземпляру SQL Server и идентификации действительных файлов резервных копий", - "sql.migration.source.details.sqlAuth": "Введите учетные данные проверки подлинности SQL, используемые для подключения к экземпляру SQL Server {0}. Эти учетные данные будут использоваться для подключения к экземпляру SQL Server и идентификации действительных файлов резервных копий", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "Сначала выберите значение группы ресурсов.", "sql.migration.blob.storageAccount.select": "Сначала выберите значение учетной записи хранения.", "sql.migration.blob.container.select": "Сначала выберите значение контейнера больших двоичных объектов.", "sql.migration.ir.page.title": "Служба миграции баз данных Azure", - "sql.migration.ir.page.description": "Azure Database Migration Service (DMS) управляет действиями переноса базы данных и отслеживает ход их выполнения. Вы можете выбрать существующую службу DMS для цели Azure SQL, если вы создали ее ранее, или создайте новую ниже.", - "sql.migration.ir.page.note": "Примечание. Служба DMS будет запущена в вашей подписке Azure в выбранной группе ресурсов, и ее запуск не повлечет никаких затрат.", - "sql.migration.select.a.migration.service": "Выбрать Azure Database Migration Service", - "sql.migration.default.setup.button": "Настройка с параметрами по умолчанию: добавьте DMS путем экспресс-настройки одним щелчком с использованием параметров по умолчанию.", - "sql.migration.custom.setup.button": "Выборочная установка: добавьте DMS после настройки большинства параметров.", - "sql.migration.ir.page.sql.migration.service.not.found": "DMS не найден. Создайте новый объект", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "Создать", - "sql.migration.invalid.migration.service.error": "Выберите допустимую DMS", - "sql.migration.invalid.migration.service.offline.error": "Выберите DMS, подключенную к узлу", - "sql.migration.authentication.types": "Ключи проверки подлинности", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Сведения Azure Database Migration Service \"{0}\":`", - "sql.migration.dms.portal.info": "Обратите внимание, что все существующие службы Azure Database Migration Service (DMS) на портале Azure не будут отображаться в Azure Data Studio. Служба DMS, созданная в Azure Data Studio, пока не будет отображаться на портале Azure.", - "sql.migration.database.migration.service.authentication.keys": "Ключи проверки подлинности службы миграции базы данных", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "Создать Azure Database Migration Service", - "sql.migration.services.container.description": "Чтобы добавить новую службу Azure Database Migration Service, введите сведения ниже.", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "Загрузка служб миграции", - "sql.migration.service.container.heading": "Настройка среды выполнения интеграции", - "sql.migration.service.container.container.description1": "Azure Database Migration Service использует локальную среду выполнения интеграции Фабрики данных Azure для отправки резервных копий из общей папки локальной сети в Azure.", - "sql.migration.service.container.container.description2": "Следуйте указанным ниже инструкциям, чтобы настроить локальную среду выполнения интеграции.", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "Шаг 1. {0}", "sql.migration.option": "Скачайте и установите среду выполнения интеграции.", "sql.migration.ir.setup.step2": "Шаг 2. Использование этого ключа для регистрации вашей среды выполнения интеграции", - "sql.migration.ir.setup.step3": "Шаг 3: нажмите кнопку \"тестирование подключения\", чтобы проверить подключение между Azure Database Migration Service и Integration Runtime", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "Состояние подключения", "sql.migration.key1.label": "Ключ 1", "sql.migration.key2.label": "Ключ 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "Обновить ключ 2", "sql.migration.copy.key1": "Копировать ключ 1", "sql.migration.copy.key2": "Копировать ключ 2", - "sql.migration.authkeys.header": "Ключ проверки подлинности", - "sql.migration.authkeys.refresh.message": "Ключ проверки подлинности \"{0}\" обновлен.", - "sql.migration.service.not.ready": "Служба Azure Database Migration Service не зарегистрирована. Azure Database Migration Service \"{0}\" необходимо зарегистрировать в локальной среде выполнения интеграции на любом узле.", - "sql.migration.service.ready": "Azure Database Migration Service \"{0}\" подключена к локальной среде выполнения интеграции, запущенное на узле — {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "Группы ресурсов не найдены", - "sql.migration.invalid.resourceGroup.error": "Для продолжения выберите допустимую группу ресурсов.", - "sql.migration.invalid.region.error": "Для продолжения выберите допустимое расположение.", - "sql.migration.invalid.service.name.error": "Введите допустимое имя для службы миграции.", - "sql.migration.service.not.found": "Службы миграции не найдены. Создайте новую.", - "sql.migration.service.not.setup": "Чтобы продолжить, добавьте службу миграции.", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Управляемый экземпляр SQL Azure", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "Управляемый экземпляр не найден", "sql.migration.no.virtualMachine.found": "Виртуальная машина не найдена", - "sql.migration.target.page.title": "Выберите целевое значение Azure SQL", - "sql.migration.resource.group.description": "Группа ресурсов — это контейнер, содержащий связанные ресурсы для решения Azure", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "ОК", "sql.migration.new.resource.group": "(новое) {0}", "sql.migration.test.connection": "Проверить подключение", - "sql.migration.database.migration.service.created.successfully": "Database Migration Service успешно создана", - "sql.migration.dms.provision.failed": "Не удалось подготовить Database Migration Service. Повторите попытку через некоторое время.", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "Применить", "sql.migration.creating.rg.loading": "Создание группы ресурсов", "sql.migration.rg.created": "Создана группа ресурсов", - "sql.migration.name.of.new.rg": "Имя новой группы ресурсов", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "Дополнительные сведения", "sql.migration.learn.more.pre.reqs": "Дополнительные сведения о необходимых вещах перед началом миграции.", "sql.migration.subscription": "Подписка", "sql.migration.storage.account": "Учетная запись хранения", "sql.migration.resourceGroups": "Группа ресурсов", - "sql.migration.region": "Регион", "sql.migration.name": "Имя", "sql.migration.location": "Расположение", - "sql.migration.new": "Создать", - "sql.migration.feature.not.available": "Эта функция пока недоступна.", "sql.migration.refresh": "Обновить", - "sql.migration.submit": "Отправить", "sql.migration.create": "Создать", "sql.migration.cancel": "Отмена", "sql.migration.type": "Тип", - "sql.migration.path": "Путь", "sql.migration.path.user.account": "Учетная запись пользователя", "sql.migration.view.all": "Просмотреть все", "sql.migration.target": "Целевой объект", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "Закрыть", - "sql.migraiton.data.uploaded.size": "Отправленные данные/размер", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "Пропускная способность копирования (Мбит/с)", - "sql.migration.newsupportrequest": "Новый запрос на поддержку", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "Сводка", - "sql.migration.summary.azure.account.linked": "Связанная учетная запись Azure", - "sql.migration.summary.migration.target": "Цель миграции", "sql.migration.summary.mi.type": "Управляемый экземпляр SQL Azure", "sql.migration.summary.vm.type": "SQL Server на виртуальной машине Azure", - "sql.migration.summary.database.count": "Базы данных для миграции", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Подписка на службу хранилища Azure", "sql.migration.summary.azure.storage": "Служба хранилища Azure", - "sql.migration.ir.node": "Узел среды выполнения интеграции", "sql.migration.network.share": "Сетевая папка", "sql.migration.blob.container.title": "Контейнер BLOB-объектов", "sql.migration.blob.container.last.backup.file.label": "Последний файл резервной копии", "sql.migration.blob.container.label": "Группа ресурсов контейнера BLOB-объектов", "sql.migration.blob.container.storage.account.label": "Учетная запись хранения контейнера BLOB-объектов", - "sql.migration.file.share.title": "Общая папка", - "sql.migration.started.notification": "Миграция выполняется", "sql.migration.source.databases": "Базы данных-источники", "sql.migration.mode": "Режим", "sql.migration.backup.location": "Расположение резервной копии", "sql.migration.azure.storage.account.to.upload.backups": "Учетная запись службы хранилища Azure для отправки резервных копий", - "sql.migration.shir": "Узел локальной среды выполнения интеграции", - "sql.migration.summary.target.name": "Целевые базы данных:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "База данных для миграции", "sql.migration.count.database.single": "{0} базы данных", "sql.migration.count.database.multiple": "{0} баз данных", "sql.migration.quick.pick.placeholder": "Выберите нужную операцию", "sql.migration.inline.migration.notebook.title": "Встроенная миграция", "sql.migration.sql.assessment.notebook.title": "Оценка миграции SQL", - "sql.migration.notebook.open.error": "Ошибка при открытии записной книжки миграции", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Миграция SQL Azure", "sql.migration.dashboard.description": "Определите готовность экземпляров SQL Server, укажите рекомендуемый целевой объект Azure SQL и выполните миграцию экземпляра SQL Server в Управляемый экземпляр SQL Azure или SQL Server в виртуальных машинах Azure.", "sql.migration.dashboard.migrate.task.button": "Миграция в Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "Перенос экземпляра SQL Server в Azure SQL.", "sql.migration.database.migration.status": "Состояние миграции базы данных", - "sql.migration.dashboard.video1.title": "Перенос SQL Server в Управляемый экземпляр SQL", - "sql.migration.dashboard.video2.title": "Миграция SQL Server в виртуальную машину SQL", "sql.migration.dashboard.link1.title": "Правила оценки для управляемого экземпляра SQL Azure", - "sql.migration.dashboard.link1.description": "Список правил, используемых для оценки возможности переноса SQL Server в Управляемый экземпляр SQL Azure.", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "Статьи справки и ссылки на видео", "sql.migration.pre.req.title": "Необходимые действия перед началом миграции:", "sql.migration.pre.req.1": "Сведения об учетной записи Azure", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "Сведения о расположении резервной копии", "sql.migration.migration.in.progress": "Выполняется миграция базы данных", "sql.migration.failed": "Сбой миграции", - "sql.migration.log.shipping.in.progress": "Выполняется доставка журналов", "sql.migration.migration.completed": "Миграция завершена", "sql.migration.cutover.card": "Завершение прямой миграции", - "sql.migration.successfully.migrated.to.azure.sql": "Миграция в Azure SQL выполнена успешно", "sql.migration.migration.not.started": "Миграция не запущена", - "sql.migration.choose.to.migrate.to.azure.sql": "Выберите миграцию в Azure SQL", "sql.migration.show.status": "Показать состояние", "sql.migration.inprogress.warning.single": "{0} база данных содержит предупреждения", "sql.migration.inprogress.warning.multiple": "Баз данных с предупреждениями: {0}", "sql.migration.feedback.issue.title": "Отзывы об интерфейсе миграции", - "sql.migration.eastus2euap": "Восточная часть США 2 (EUAP)", "sql.migration.cutover": "Прямая миграция", "sql.migration.complete.cutover": "Выполнение прямой миграции", "sql.migration.source.database": "Имя базы данных-источника", @@ -294,9 +239,9 @@ "sql.migration.backup.start.time": "Время начала резервного копирования", "sql.migration.first.lsn": "Первый номер LSN", "sql.migration.last.LSN": "Последний номер LSN", - "sql.migration.cannot.start.cutover.error": "Невозможно начать процесс прямой миграции до завершения всех миграций. Нажмите кнопку \"Обновить\", чтобы получить последнее состояние файла", - "sql.migration.azure.sql.database.managed.instance": "Управляемый экземпляр базы данных SQL Azure", - "sql.migration.azure.sql.database.virtual.machine": "Виртуальная машина базы данных SQL Azure", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "Отменить миграцию", "sql.migration.active.backup.files.items": "Активные файлы резервных копий (1 элемент)", "sql.migration.active.backup.files.multiple.items": "Активные файлы резервных копий ({0} элементов)", @@ -305,23 +250,23 @@ "sql.cancel.migration.confirmation": "Вы действительно хотите отменить эту миграцию?", "sql.migration.yes": "Да", "sql.migration.no": "Нет", - "sql.migration.completing.cutover.warning": "Завершение прямой миграции без восстановления всех резервных копий может привести к потере данных.", - "sql.migration.bc.info": "Миграция управляемого экземпляра для уровня служб критически важных для бизнеса может занять значительно больше времени, чем общее назначение, так как для группы высокого уровня доступности Always On необходимо предоставить начальное значение трех вторичных реплик. Длительность этой операции зависит от размера данных. Скорость присвоения начального значения в 90 % случаев составляет 220 ГБ в час или выше.", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. Остановите все входящие транзакции в базе данных-источнике.", - "sql.migration.cutover.step.2.network.share": "2. Сделайте окончательную резервную копию журналов транзакций и разместите ее в общей сетевой папке.", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. Убедитесь, что все резервные копии журналов восстановлены в целевой базе данных. Параметр \"ожидающие восстановления резервных копий журналов\" должен быть равен нулю.", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", "sql.migration.cutover.last.file.restored": "Last file restored: {0}", "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "Я подтверждаю отсутствие дополнительных резервных копий журналов и хочу завершить прямую миграцию.", "sql.migration.cutover.in.progress": "Выполняется прямая миграция для базы данных \"{0}\"", - "sql.migration.cannot.cancel": "Миграция не выполняется и не может быть отменена.", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "Миграция не выполняется и не может быть отменена.", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", + "sql.migration.file.name": "Имя файла", + "sql.migration.size.column.header": "Размер", "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", "sql.migration.search.for.migration": "Поиск миграций", "sql.migration.online": "В Интернете", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "Управляемый экземпляр SQL", "sql.migration.sql.virtual.machine": "Виртуальная машина SQL", "sql.migration.target.azure.sql.instance.name": "Имя целевого объекта Azure SQL", - "sql.migration.cutover.type": "Режим миграции", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "Время запуска", "sql.migration.finish.time": "Время завершения", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} сек", "sql.migration.service.details.dialog.title": "Служба миграции баз данных Azure", "sql.migration.service.details.button.label": "Закрыть", - "sql.migration.service.details.ir.label": "Узел локальной среды выполнения интеграции", - "sql.migration.service.details.authkeys.label": "Ключи проверки подлинности", - "sql.migration.service.details.authkeys.title": "Ключи проверки подлинности, используемые для подключения к узлу локальной среды выполнения интеграции", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- недоступно --", "sql.migration.source.configuration": "Конфигурация источника", "sql.migration.source.credentials": "Исходные учетные данные", - "sql.migration.enter.your.sql.cred": "Введите учетные данные для источника экземпляра SQL Server. Эти учетные данные будут использоваться при миграции баз данных в Azure SQL.", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "Сервер", "sql.migration.username": "Имя пользователя", "sql.migration.size": "Размер (МБ)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "Предупреждения", "sql.migration.impacted.objects": "Затронутые объекты", "sql.migration.object.details": "Сведения об объекте", - "sql.migration.assessmen.results": "Результаты оценки", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "Введите следующее:", "sql.migration.name.label": "Имена:", "sql.migration.description": "Описание", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "Проблемы ({0})", "sql.migration.warnings.count": "Предупреждения ({0})", "sql.migration.authentication.type": "Тип проверки подлинности", - "sql.migration.sql.login": "Вход SQL", - "sql.migration.windows.auth": "Проверка подлинности Windows", - "sql.migration.status.refresh.label": "Обновить", - "sql.migration.auto.refresh.off": "Автообновление: выкл.", - "sql.migration.auto.refresh.15.seconds": "Автоматическое обновление: 15 секунд", - "sql.migration.auto.refresh.30.seconds": "Автоматическое обновление: 30 секунд", - "sql.migration.auto.refresh.1.min": "Автоматическое обновление: 1 минута", - "sql.migration.auto.refresh.3.min": "Автоматическое обновление: 3 минуты", - "sql.migration.auto.refresh.5.min": "Автоматическое обновление: 5 минут", - "sql.migration.select.the.refresh.interval": "Выберите интервал обновления", - "sql.migration.off": "Выкл.", - "sql.migration.every.30.second": "Каждые 30 секунд", - "sql.migration.every.1.minute": "Каждую минуту", - "sql.migration.every.3.minutes": "Каждые 3 минуты", - "sql.migration.every.5.minutes": "Каждые 5 минут" + "sql.migration.status.refresh.label": "Обновить" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "Запуск миграции для {0} базы данных в {1} — {2}", diff --git a/i18n/ads-language-pack-ru/translations/main.i18n.json b/i18n/ads-language-pack-ru/translations/main.i18n.json index 24184ae458..3ecb1d764d 100644 --- a/i18n/ads-language-pack-ru/translations/main.i18n.json +++ b/i18n/ads-language-pack-ru/translations/main.i18n.json @@ -10387,8 +10387,8 @@ "textPreview": "Текстовая ячейка", "runAllPreview": "Выполнить все", "addCell": "Ячейка", - "views": "Views", - "editor": "Editor", + "views": "Представления", + "editor": "Редактор", "code": "Код", "text": "Текст", "runAll": "Выполнить ячейки", @@ -10473,7 +10473,7 @@ "noParametersCell": "Эта записная книжка не может работать с параметрами до тех пор, пока не будет добавлена ячейка параметров. [Подробнее] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "noParametersInCell": "Эта записная книжка не может работать с параметрами до тех пор, пока в ячейку параметров не будут добавлены параметры. [Подробнее](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).", "clearResults": "Очистить результаты", - "notebookViewLabel": "Editor", + "notebookViewLabel": "Редактор", "newViewLabel": "Create New View", "viewNotFound": "Unable to find view: {0}", "trustLabel": "Доверенный", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "ячейка с URI {0} не найдена в этой модели", "cellRunFailed": "Не удалось выполнить ячейки. Дополнительные сведения об ошибке см. в выходных данных текущей выбранной ячейки.", - "runAllPreview": "Run all" + "runAllPreview": "Выполнить все" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "Запустите эту ячейку, чтобы просмотреть выходные данные." @@ -11460,28 +11460,28 @@ "insertCellsModal.selectCells": "Select cell sources", "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.Insert": "Вставить", + "insertCellsModal.Cancel": "Отмена" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { "viewsUnableToRemove": "Unable to remove view", "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", + "delete": "&&Удалить", "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", - "errorRunCell": "Error on last run. Click to run again", + "runCell": "Выполнить ячейку", + "stopCell": "Отменить выполнение", + "errorRunCell": "Ошибка при последнем запуске. Щелкните, чтобы запустить повторно", "unableToNavigateToCell": "Unable to navigate to notebook cell.", "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "moreActionsLabel": "Еще" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", - "viewOptionsModal.missingRequireField": "This field is required.", + "viewOptionsModal.name": "Имя представления", + "viewOptionsModal.missingRequireField": "Это обязательное поле.", "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "save": "Сохранить", + "cancel": "Отмена" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { "notebookView.untitledView": "Untitled View" diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json index 88fa8ce0a1..7b2a3aec06 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Azure 数据资源管理器群集" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics 工作区" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL 服务器" diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-database-projects.i18n.json index b3b08d5998..57e1e8d1be 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-database-projects.i18n.json @@ -40,7 +40,7 @@ "sqlDatabaseProjects.netCoreInstallLocation": "计算机上到 .NET Core SDK 的完整路径。", "sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET Core。", "sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)", - "sqlDatabaseProjects.addSqlBinding": "Add SQL Binding" + "sqlDatabaseProjects.addSqlBinding": "添加 SQL 绑定" }, "dist/common/constants": { "emptyProjectTypeDisplayName": "SQL 数据库", @@ -157,10 +157,10 @@ "projectLocationLabel": "位置", "projectLocationPlaceholderText": "选择要创建项目的位置", "browseButtonText": "浏览文件夹", - "selectFolderStructure": "Select folder structure", + "selectFolderStructure": "选择文件夹结构", "folderStructureLabel": "文件夹结构", - "browseEllipsis": "Browse...", - "selectProjectLocation": "Select project location", + "browseEllipsis": "浏览...", + "selectProjectLocation": "选择项目位置", "dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。", "dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。", "multipleSqlProjFilesSelected": "已选择多个 .sqlproj 文件;请仅选择一个。", @@ -196,7 +196,7 @@ "cannotResolvePath": "无法解析路径 {0}", "fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。", "folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。", - "folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.", + "folderAlreadyExistsChooseNewLocation": "此位置的磁盘上已经存在名为 \"{0}\" 的文件夹。请选择其他名称。", "invalidInput": "无效的输入: {0}", "invalidPropertyValue": ".sqlproj 文件中为属性“{0}”指定的值无效", "unableToCreatePublishConnection": "无法构造连接: {0}", @@ -228,22 +228,23 @@ "externalStreamingJobFriendlyName": "外部流式处理作业", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", - "selectBindingType": "Select type of binding", - "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", - "sqlObjectToQuery": "SQL object to query", - "sqlTableToUpsert": "SQL table to upsert into", - "connectionStringSetting": "Connection string setting name", - "connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"", - "noAzureFunctionsInFile": "No Azure functions in the current active file" + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "输入", + "output": "输出", + "selectBindingType": "选择绑定类型", + "selectAzureFunction": "在当前文件中选择要将 SQL 绑定添加到的 Azure 函数", + "sqlObjectToQuery": "要查询的 SQL 对象", + "sqlTableToUpsert": "要更新插入到的 SQL 表", + "connectionStringSetting": "连接字符串设置名称", + "connectionStringSettingPlaceholder": "\"local.settings.json\" 中指定的连接字符串设置", + "noAzureFunctionsInFile": "当前活动文件中没有 Azure 函数" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "找不到 .NET Core SDK。项目生成将不起作用。请在设置中安装 .NET Core SDK 版本 3.1 或更新 .Net Core SDK 位置(如果已安装)。", - "sqlDatabaseProjects.UpdateNetCoreLocation": "更新位置", - "sqlDatabaseProjects.InstallNetCore": "安装", - "sqlDatabaseProjects.doNotAskAgain": "不再询问", - "sqlDatabaseProjects.outputChannel": "数据库项目", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … 已退出,代码为: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}", diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json index bab808b66c..902d75c1dd 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json @@ -22,39 +22,29 @@ "complete-cutover-menu": "完成直接转换", "database-details-menu": "数据库详细信息", "view-target-menu": "Azure SQL 目标详细信息", - "view-service-menu": "Database Migration Service details", + "view-service-menu": "数据库迁移服务详细信息", "copy-migration-menu": "复制迁移详细信息", "cancel-migration-menu": "取消迁移" }, "dist/constants/strings": { "sql-migration.wizard.title": "将“{0}”迁移到 Azure SQL", - "sql.migration.wizard.source_configuration.title": "SQL 源配置", "sql.migration.assessments.blocking.issue": "这是一个阻止性问题,将阻止数据库迁移成功。", - "sql.migration.assessments.progress": "评估进度", "sql.migration.assessment.in.progress": "正在进行评估", "sql.migration.assessment.in.progress.content": "我们正在评估 SQL Server 实例 {0} 中的数据库,以标识正确的 Azure SQL 目标。\r\n\r\n 这可能需要一些时间才能完成。", - "sql.migration.collecting_source_configurations": "正在收集源配置", - "sql.migration.collecting_source_configurations.info": "我们需要收集有关当前数据配置方式的一些信息。\r\n \r\n 这可能需要一些时间。", - "sql.migration.collecting_source_configurations.error": "收集有关数据配置的信息时出错。{0}", "sql.migration.wizard.sku.title": "Azure SQL 目标", - "sql.migration.wizard.sku.all": "根据评估结果,你的所有联机状态下的 {0} 个数据库都可以迁移到 Azure SQL。", - "sql.migration.wizard.sku.some": "根据源配置扫描结果,你的 {1} 个数据库中有 {0} 个可以迁移到 Azure SQL。", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "选择 Azure SQL 目标", - "sql.migration.sku.none": "根据源配置扫描结果,你的任何数据库都不可以可以迁移到 Azure SQL。", "sql.migration.sku.mi.card.title": "Azure SQL 托管实例(PaaS)", "sql.migration.sku.vm.card.title": "Azure 虚拟机上的 SQL Server (laaS)", "sql.migration.select.azure.mi": "选择目标 Azure 订阅和目标 Azure SQL 托管实例", "sql.migration.select.azure.vm": "为目标在 Azure 虚拟机上选择目标 Azure 订阅和目标 SQL Server。", - "sql.migration.wizard.subscription.title": "Azure 订阅选择", - "sql.migration.wizard.subscription.azure.account.title": "Azure 帐户", - "sql.migration.wizard.subscription.azure.subscription.title": "Azure 订阅", - "sql.migration.wizard.subscription.azure.product.title": "Azure 产品", - "sql.migration.sku.recommendation.view.assessment.mi": "查看评估结果,并选择一个或多个数据库,以迁移到 Azure SQL 托管实例(PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "查看评估结果并选择一个或多个数据库,以迁移到 Azure 虚拟机(IaaS)上的 SQL Server", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "查看/选择", "total.databases.selected": "已选择 {0} 个数据库(共 {1} 个)。", - "sql.migration.select.target.to.continue": "请选择目标以继续", - "sql.migration.select.database.to.migrate": "请选择要迁移的数据库", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "我们已完成对 SQL Server 实例“{0}”的评估。", "sql.migration.assessment": "“{0}”的评估结果", "sql.migration.can.be.migrated": "可以迁移 {1} 个数据库中的 {0} 个", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "数据库", "sql.migration.sql.server.instance": "SQL Server 实例", "sql.migration.wizard.account.title": "Azure 帐户", - "sql.migration.wizard.account.description": "选择链接到 Azure Data Studio 的 Azure 账户或立即链接一个账户。", - "sql.migration.wizard.account.noaccount.error": "没有链接的帐户。请添加一个帐户。", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "链接帐户", "sql.migration.wizard.account.count.single.message": "已链接 {0} 个帐户", "sql.migration.wizard.account.count.multiple.message": "已链接 {0} 个帐户", "sql.migration.azure.tenant": "Azure AD 租户", - "azure.accounts.accountStaleError": "所选帐户“{0}”的访问令牌不再有效。请单击“链接账户”按钮,并刷新帐户或选择其他帐户。", - "azure.accounts.accountAccessError": "访问所选帐户 \"{0}\" 时出错。请单击“链接帐户”按钮并刷新帐户或选择其他帐户。错误 \"{1}\"", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "数据库备份", "sql.migration.database.page.description": "选择要用于迁移的数据库备份的位置。", "sql.migration.nc.network.share.radio.label": "我的数据库备份位于网络共享上", "sql.migration.nc.blob.storage.radio.label": "我的数据库备份位于 Azure 存储 Blob 容器中", - "sql.migration.nc.file.share.radio.label": "我的数据库备份位于 Azure 存储文件共享中(即将推出)", "sql.migration.network.share.header.text": "网络共享详细信息", "sql.migration.network.share.help.text": "提供包含备份的网络共享位置以及对共享具有读取访问权限的用户凭据", "sql.migration.network.share.location.label": "包含备份的网络共享位置。", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "输入密码", "sql.migration.network.share.azure.header": "存储帐户详细信息", "sql.migration.network.share.azure.help": "提供备份将上传到其中的 Azure 存储帐户。", - "sql.migration.network.share.subscription.label": "选择包含存储帐户的订阅。", - "sql.migration.network.share.subscription.placeholder": "选择订阅", - "sql.migration.network.share.storage.account.label": "选择要在其中复制备份文件的存储帐户。", - "sql.migration.network.share.storage.account.placeholder": "选择帐户", "sql.migration.unique.name": "为此目标数据库选择唯一名称", - "sql.migration.database.already.exists": "目标托管实例 \"{0}\" 上已存在数据库 \"{1}\"。", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "选择包含存储帐户的订阅。", - "sql.migration.blob.storage.account.label": "选择包含备份文件的存储帐户。", - "sql.migration.blob.storage.container.label": "选择包含备份文件的容器。", - "sql.migration.blob.storage.container.placeholder": "选择容器", - "sql.migration.file.share.subscription.label": "选择包含文件共享的订阅。", - "sql.migration.file.share.storage.account.label": "选择包含文件共享的存储帐户。", - "sql.migration.file.share.label": "选择包含备份文件的文件共享。", - "sql.migration.file.share.placeholder": "选择共享", "sql.migration.database.migration.mode.label": "迁移模式", - "sql.migration.database.migration.mode.description": "从以下迁移模式中进行选择,以根据停机时间要求迁移到 Azure SQL 目标。", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "联机迁移", - "sql.migration.database.migration.mode.online.description": "应用程序停机时间限制为在迁移结束时直接转换。", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "应用程序停机时间将在迁移启动时开始。", "sql.migration.database.migration.mode.offline.label": "脱机迁移", - "sql.migration.database.backup.email.notification.label": "电子邮件通知", - "sql.migration.database.backup.email.notification.checkbox.label": "迁移完成后通知我", "sql.migration.no.subscription.found": "找不到订阅", "sql.migration.no.location.found": "找不到位置", "sql.migration.no.storageAccount.found": "找不到存储帐户", "sql.migration.no.fileShares.found": "找不到文件共享", "sql.migration.no.blobContainers.found": "找不到任何 blob 容器", "sql.migration.no.blobFiles.found": "未找到 Blob 文件", - "sql.migration.invalid.subscription.error": "请选择有效的订阅以继续。", - "sql.migration.invalid.location.error": "请选择有效位置以继续。", - "sql.migration.invalid.storageAccount.error": "请选择有效的存储帐户以继续。", - "sql.migration.invalid.fileShare.error": "请选择有效的文件共享以继续。", - "sql.migration.invalid.blob.resourceGroup.error": "请为源数据库“{0}”选择有效的资源组以继续。", - "sql.migration.invalid.blob.storageAccount.error": "请为源数据库“{0}”选择有效的存储帐户以继续。", - "sql.migration.invalid.blob.container.error": "请为源数据库“{0}”选择有效的 blob 容器以继续。", - "sql.migration.invalid.blob.lastBackupFile.error": "请为源数据库“{0}”选择有效的上一个备份文件以继续。", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "网络共享位置格式无效。示例: {0}", "sql.migration.invalid.user.account": "用户帐户格式无效。示例: {0}", - "sql.migration.network.share.location": "用于读取数据库“{0}”的备份的网络共享位置", - "sql.migration.file.share": "选择包含“{0}”的备份文件的文件共享", - "sql.migration.blob.container": "选择包含“{0}”的备份文件的容器", - "sql.migration.enter.network.share.information": "输入所选源数据库的目标名称", - "sql.migration.blob.container.information": "输入目标名称并选择所选数据库的 blob 容器位置", - "sql.migration.enter.file.share.information": "输入目标名称并选择所选数据库的文件共享位置", - "sql.migration.invalid.target.name.error": "请输入目标数据库的有效名称。", - "sql.migration.provide.unique.containers": "请为目标数据库提供唯一的容器。受影响的数据库: ", - "sql.migration.source.details.windowAuth": "输入用于连接到 SQL Server 实例 {0} 的 Windows 身份验证凭据。 此凭据将用于连接到 SQL Server 实例并标识有效的备份文件", - "sql.migration.source.details.sqlAuth": "输入用于连接到 SQL Server 实例 {0} 的 SQL 身份验证凭据。 此凭据将用于连接到 SQL Server 实例并标识有效的备份文件", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "首先选择资源组值。", "sql.migration.blob.storageAccount.select": "首先选择存储帐户值。", "sql.migration.blob.container.select": "首先选择一个 Blob 容器值。", "sql.migration.ir.page.title": "Azure 数据库迁移服务", - "sql.migration.ir.page.description": "Azure 数据库迁移服务(DMS)协调数据库迁移活动并跟踪其进度。如果之前创建了一个 DMS,则可以选择现有 DMS 用于 Azure SQL 目标,或在下面创建一个新的 DMS。", - "sql.migration.ir.page.note": "注意: DMS 将在所选资源组中的 Azure 订阅中运行,并且不会产生任何运行费用。", - "sql.migration.select.a.migration.service": "选择 Azure 数据库迁移服务", - "sql.migration.default.setup.button": "使用默认安装: 使用默认选项通过单击快速安装来添加 DMS。", - "sql.migration.custom.setup.button": "自定义设置: 自定义大多数选项后添加 DMS。", - "sql.migration.ir.page.sql.migration.service.not.found": "未找到 DMS。请新建一个", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "新建", - "sql.migration.invalid.migration.service.error": "请选择有效的 DMS", - "sql.migration.invalid.migration.service.offline.error": "请选择已连接到节点的 DMS", - "sql.migration.authentication.types": "身份验证密钥", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Azure 数据库迁移服务“{0}”详细信息:", - "sql.migration.dms.portal.info": "请注意,Azure 门户中的任何现有 Azure 数据库迁移服务(DMS)都不会显示在 Azure Data Studio 中。在 Azure Data Studio 中创建的 DMS 在 Azure 门户 中将仍不可见。", - "sql.migration.database.migration.service.authentication.keys": "数据库迁移服务身份验证密钥", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "创建 Azure 数据库迁移服务", - "sql.migration.services.container.description": "在下面输入信息以添加新的 Azure 数据库迁移服务。", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "正在加载迁移服务", - "sql.migration.service.container.heading": "安装集成运行时", - "sql.migration.service.container.container.description1": "Azure 数据库迁移服务利用 Azure 数据工厂的自承载 Integration Runtime 将备份从本地网络文件共享上传到 Azure。", - "sql.migration.service.container.container.description2": "按照下面的说明安装自承载集成运行时。", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "步骤 1: {0}", "sql.migration.option": "下载并安装集成运行时", "sql.migration.ir.setup.step2": "第 2 步:使用此密钥注册集成运行时", - "sql.migration.ir.setup.step3": "步骤 3: 单击“测试连接”按钮,以检查 Azure 数据库迁移服务与集成运行时之间的连接", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "连接状态", "sql.migration.key1.label": "密钥 1", "sql.migration.key2.label": "密钥 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "刷新密钥 2", "sql.migration.copy.key1": "复制密钥 1", "sql.migration.copy.key2": "复制密钥 2", - "sql.migration.authkeys.header": "身份验证密钥", - "sql.migration.authkeys.refresh.message": "已刷新身份验证密钥“{0}”。", - "sql.migration.service.not.ready": "未注册 Azure 数据库迁移服务。Azure 数据库迁移服务“{0}”需要向任意节点上的自承载集成运行时进行注册。", - "sql.migration.service.ready": "Azure 数据库迁移服务“{0}”已连接到在节点上运行的自承载集成运行时 - {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "未找到资源组", - "sql.migration.invalid.resourceGroup.error": "请选择有效的资源组以继续。", - "sql.migration.invalid.region.error": "请选择有效位置以继续。", - "sql.migration.invalid.service.name.error": "请输入迁移服务的有效名称。", - "sql.migration.service.not.found": "找不到迁移服务。请创建一个新的迁移服务。", - "sql.migration.service.not.setup": "请添加迁移服务以继续。", - "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Azure SQL 托管实例", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", + "sql.migration.service.status.refresh.error": "刷新迁移服务创建状态时出错。", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "找不到托管实例", "sql.migration.no.virtualMachine.found": "未找到虚拟机", - "sql.migration.target.page.title": "选择目标 Azure SQL", - "sql.migration.resource.group.description": "资源组是保管 Azure 解决方案的相关资源的容器。", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "确定", "sql.migration.new.resource.group": "(新) {0}", "sql.migration.test.connection": "测试连接", - "sql.migration.database.migration.service.created.successfully": "已成功创建数据库迁移服务", - "sql.migration.dms.provision.failed": "未能预配数据库迁移服务。请稍后重试。", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "应用", "sql.migration.creating.rg.loading": "正在创建资源组", "sql.migration.rg.created": "已创建资源组", - "sql.migration.name.of.new.rg": "新资源组名称", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "了解详细信息", "sql.migration.learn.more.pre.reqs": "在开始迁移之前,请了解有关所需内容的详细信息。", "sql.migration.subscription": "订阅", "sql.migration.storage.account": "存储帐户", "sql.migration.resourceGroups": "资源组", - "sql.migration.region": "区域", "sql.migration.name": "名称", "sql.migration.location": "位置", - "sql.migration.new": "新建", - "sql.migration.feature.not.available": "此功能尚不可用。", "sql.migration.refresh": "刷新", - "sql.migration.submit": "提交", "sql.migration.create": "创建", "sql.migration.cancel": "取消", "sql.migration.type": "类型", - "sql.migration.path": "路径", "sql.migration.path.user.account": "用户帐户", "sql.migration.view.all": "查看全部", "sql.migration.target": "目标", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "关闭", - "sql.migraiton.data.uploaded.size": "已上传数据/大小", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "复制吞吐量(MBPS)", - "sql.migration.newsupportrequest": "新建支持请求", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "摘要", - "sql.migration.summary.azure.account.linked": "已链接 Azure 帐户", - "sql.migration.summary.migration.target": "迁移目标", "sql.migration.summary.mi.type": "Azure SQL 托管实例", "sql.migration.summary.vm.type": "Azure 虚拟机上的 SQL Server", - "sql.migration.summary.database.count": "要迁移的数据库", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Azure 存储订阅", "sql.migration.summary.azure.storage": "Azure 存储", - "sql.migration.ir.node": "集成运行时节点", "sql.migration.network.share": "网络共享", "sql.migration.blob.container.title": "Blob 容器", "sql.migration.blob.container.last.backup.file.label": "上一个备份文件", "sql.migration.blob.container.label": "Blob 容器资源组", "sql.migration.blob.container.storage.account.label": "Blob 容器存储账户", - "sql.migration.file.share.title": "文件共享", - "sql.migration.started.notification": "正在迁移", "sql.migration.source.databases": "源数据库", "sql.migration.mode": "模式", "sql.migration.backup.location": "备份位置", "sql.migration.azure.storage.account.to.upload.backups": "要上传备份的 Azure 存储帐户", - "sql.migration.shir": "自承载集成运行时节点", - "sql.migration.summary.target.name": "目标数据库:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "要迁移的数据库", "sql.migration.count.database.single": "{0} 数据库", "sql.migration.count.database.multiple": "{0} 个数据库", "sql.migration.quick.pick.placeholder": "选择要执行的操作。", "sql.migration.inline.migration.notebook.title": "内联迁移", "sql.migration.sql.assessment.notebook.title": "SQL 迁移评估", - "sql.migration.notebook.open.error": "打开迁移笔记本时出错", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Azure SQL 迁移", "sql.migration.dashboard.description": "确定 SQL Server 实例的迁移准备情况,确定建议的 Azure SQL 目标,并完成 SQL Server 实例到 Azure 虚拟机上的 Azure SQL 托管实例或 SQL Server 的迁移。", "sql.migration.dashboard.migrate.task.button": "迁移到 Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "将 SQL Server 实例迁移到 Azure SQL。", "sql.migration.database.migration.status": "数据库迁移状态", - "sql.migration.dashboard.video1.title": "将 SQL Server 迁移到 SQL 托管实例", - "sql.migration.dashboard.video2.title": "将 SQL Server 迁移到 SQL 虚拟机", "sql.migration.dashboard.link1.title": "Azure SQL 托管实例的评估规则", - "sql.migration.dashboard.link1.description": "请参阅用于评估将 SQL Server 迁移到 Azure SQL 托管实例的可行性的规则列表。", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "帮助文章和视频链接", "sql.migration.pre.req.title": "开始迁移之前需要执行的操作:", "sql.migration.pre.req.1": "Azure 帐户详细信息", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "备份位置详细信息", "sql.migration.migration.in.progress": "正在进行数据库迁移", "sql.migration.failed": "迁移失败", - "sql.migration.log.shipping.in.progress": "正在进行日志传送", "sql.migration.migration.completed": "已完成迁移", "sql.migration.cutover.card": "正在完成直接转换", - "sql.migration.successfully.migrated.to.azure.sql": "已成功迁移到 Azure SQL", "sql.migration.migration.not.started": "迁移未开始", - "sql.migration.choose.to.migrate.to.azure.sql": "选择迁移到 Azure SQL", "sql.migration.show.status": "显示状态", "sql.migration.inprogress.warning.single": "{0} 数据库具有警告", "sql.migration.inprogress.warning.multiple": "{0} 个数据库有警告", "sql.migration.feedback.issue.title": "有关迁移体验的反馈", - "sql.migration.eastus2euap": "美国东部 2 EUAP", "sql.migration.cutover": "迁移直接转换", "sql.migration.complete.cutover": "完成直接转换", "sql.migration.source.database": "源数据库名", @@ -288,15 +233,15 @@ "sql.migration.last.applied.backup.files": "上次应用的备份文件", "sql.migration.last.applied.files.taken.on": "上次应用备份文件的时间", "sql.migration.active.backup.files": "活动备份文件", - "sql.migration.cutover.status.refresh.error": "An error occurred while refreshing the migration status.", - "sql.migration.cancel.error": "An error occurred while canceling the migration.", + "sql.migration.cutover.status.refresh.error": "刷新迁移状态时出错。", + "sql.migration.cancel.error": "取消迁移时出现错误。", "sql.migration.status": "状态", "sql.migration.backup.start.time": "备份开始时间", "sql.migration.first.lsn": "第一个 LSN", "sql.migration.last.LSN": "最后一个 LSN", - "sql.migration.cannot.start.cutover.error": "在完成所有迁移之前,无法启动直接转换过程。请单击“刷新”以提取最新的文件状态", - "sql.migration.azure.sql.database.managed.instance": "Azure SQL 数据库托管实例", - "sql.migration.azure.sql.database.virtual.machine": "Azure SQL 数据库虚拟机", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "取消迁移", "sql.migration.active.backup.files.items": "活动备份文件(1 项)", "sql.migration.active.backup.files.multiple.items": "活动备份文件({0} 项)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "是否确实要取消此迁移?", "sql.migration.yes": "是", "sql.migration.no": "否", - "sql.migration.completing.cutover.warning": "在不还原所有备份的情况下完成直接转换可能导致数据丢失。", - "sql.migration.bc.info": "业务关键服务层级的托管实例迁移直接转换需要的时间可能远多于常规用途,因为必须为始终打开高可用性组设置三个次要副本的种子。此操作持续时间取决于数据的大小。在 90% 的情况下,设置种子的速度为 220 GB/小时或更高。", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. 停止传入源数据库的所有传入事务。", - "sql.migration.cutover.step.2.network.share": "2. 进行最终事务日志备份,并在网络共享位置提供它。", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. 确保在目标数据库上还原所有日志备份。“日志备份挂起还原”应为零。", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "在完成直接转换之前,请执行以下步骤。", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "最近还原的文件: {0}", + "sql.migration.last.scan.completed": "最近完成的扫描: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "我确认没有要提供的其他日志备份,并且希望完成直接转换。", "sql.migration.cutover.in.progress": "正在对数据库“{0}”进行直接转换", - "sql.migration.cannot.cancel": "迁移未进行,无法取消。", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "迁移未进行,无法直接转换。", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.file.name": "文件名", + "sql.migration.size.column.header": "大小", + "sql.migration.no.pending.backups": "没有挂起的备份。请单击“刷新”以检查当前状态。", "sql.migration.search.for.migration": "搜索迁移", "sql.migration.online": "联机", "sql.migration.offline": "脱机", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL 托管实例", "sql.migration.sql.virtual.machine": "SQL 虚拟机", "sql.migration.target.azure.sql.instance.name": "Azure SQL 目标名", - "sql.migration.cutover.type": "迁移模式", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "开始时间", "sql.migration.finish.time": "结束时间", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} 秒", "sql.migration.service.details.dialog.title": "Azure 数据库迁移服务", "sql.migration.service.details.button.label": "关闭", - "sql.migration.service.details.ir.label": "自承载集成运行时节点", - "sql.migration.service.details.authkeys.label": "身份验证密钥", - "sql.migration.service.details.authkeys.title": "用于连接到自承载集成运行时节点的身份验证密钥", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- 不可用 --", "sql.migration.source.configuration": "源配置", "sql.migration.source.credentials": "源凭据", - "sql.migration.enter.your.sql.cred": "输入源 SQL Server 实例的凭据。将数据库迁移到 Azure SQL 时将使用此凭据。", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "服务器", "sql.migration.username": "用户名", "sql.migration.size": "大小(MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "警告", "sql.migration.impacted.objects": "受影响的对象", "sql.migration.object.details": "对象详细信息", - "sql.migration.assessmen.results": "评估结果", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "类型:", "sql.migration.name.label": "名称:", "sql.migration.description": "说明", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "问题({0})", "sql.migration.warnings.count": "警告({0})", "sql.migration.authentication.type": "身份验证类型", - "sql.migration.sql.login": "SQL 登录", - "sql.migration.windows.auth": "Windows 身份验证", - "sql.migration.status.refresh.label": "刷新", - "sql.migration.auto.refresh.off": "自动刷新: 关闭", - "sql.migration.auto.refresh.15.seconds": "自动刷新: 15 秒", - "sql.migration.auto.refresh.30.seconds": "自动刷新: 30 秒", - "sql.migration.auto.refresh.1.min": "自动刷新: 1 分钟", - "sql.migration.auto.refresh.3.min": "自动刷新: 3 分钟", - "sql.migration.auto.refresh.5.min": "自动刷新: 5 分钟", - "sql.migration.select.the.refresh.interval": "选择刷新间隔", - "sql.migration.off": "关闭", - "sql.migration.every.30.second": "每 30 秒", - "sql.migration.every.1.minute": "每 1 分钟", - "sql.migration.every.3.minutes": "每 3 分钟", - "sql.migration.every.5.minutes": "每 5 分钟" + "sql.migration.status.refresh.label": "刷新" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "正在开始将数据库 {0} 迁移到 {1} - {2}", diff --git a/i18n/ads-language-pack-zh-hans/translations/main.i18n.json b/i18n/ads-language-pack-zh-hans/translations/main.i18n.json index 838589319e..5a90190982 100644 --- a/i18n/ads-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/main.i18n.json @@ -10387,8 +10387,8 @@ "textPreview": "文本单元格", "runAllPreview": "全部运行", "addCell": "单元格", - "views": "Views", - "editor": "Editor", + "views": "视图", + "editor": "编辑器", "code": "代码", "text": "文本", "runAll": "运行单元格", @@ -10414,7 +10414,7 @@ "notebook.showRenderedNotebookinDiffEditor": "(预览)在差异编辑器中显示呈现的笔记本。", "notebook.maxRichTextUndoHistory": "笔记本格式文本编辑器的撤消历史记录中存储的最大更改数。", "notebook.useAbsoluteFilePaths": "链接到其他笔记本时使用绝对文件路径。", - "notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.", + "notebook.enableIncrementalGridRendering": "为笔记本启用增量网格呈现。这将缩短大型笔记本的初始呈现时间。当其余网格呈现时,与笔记本交互时可能会出现性能问题。", "searchConfigurationTitle": "搜索笔记本", "exclude": "配置glob模式以在全文本搜索和快速打开中排除文件和文件夹。从“#files.exclude#”设置继承所有glob模式。在[此处](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)了解更多关于glob模式的信息", "exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。", @@ -10473,9 +10473,9 @@ "noParametersCell": "在添加参数单元格之前,此笔记本无法使用参数运行。[了解详细信息] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。", "noParametersInCell": "在将参数添加到参数单元格之前,此笔记本无法使用参数运行。[了解详细信息] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。", "clearResults": "清除结果", - "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "notebookViewLabel": "编辑器", + "newViewLabel": "创建新视图", + "viewNotFound": "找不到视图: {0}", "trustLabel": "受信任", "untrustLabel": "不受信任", "collapseAllCells": "折叠单元格", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "未在此模型中找到具有 URI {0} 的单元格", "cellRunFailed": "单元格运行失败 - 有关详细信息,请参阅当前所选单元格输出中的错误。", - "runAllPreview": "Run all" + "runAllPreview": "全部运行" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "请运行此单元格以查看输出。" @@ -11456,35 +11456,35 @@ "deployment.title": "新建部署..." }, "sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": { - "insertCellsModal.title": "Insert cells", - "insertCellsModal.selectCells": "Select cell sources", - "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", - "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.title": "插入单元格", + "insertCellsModal.selectCells": "选择单元格源", + "insertCellsModal.thumbnailError": "错误: 无法生成缩略图。", + "insertCellsModal.untitled": "无标题单元格: {0}", + "insertCellsModal.Insert": "插入", + "insertCellsModal.Cancel": "取消" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", - "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", + "viewsUnableToRemove": "无法删除视图", + "confirmDelete": "确定要删除视图“{0}”?", + "delete": "删除(&&D)", + "insertCells": "插入单元格", + "runCell": "运行单元格", + "stopCell": "取消执行", "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "unableToNavigateToCell": "无法导航到笔记本单元格。", + "viewCellInNotebook": "在笔记本中查看单元格", + "moreActionsLabel": "更多" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", + "viewOptionsModal.title": "配置视图", + "viewOptionsModal.name": "视图名称", "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "viewOptionsModal.nameTaken": "此视图名称已被占用。", + "save": "保存", + "cancel": "取消" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "无标题视图" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json index 00bc093ac6..3e164cd82d 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json @@ -207,7 +207,7 @@ "azure.resource.providers.KustoContainerLabel": "Azure 資料總管叢集" }, "dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": { - "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics workspace" + "azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics 工作區" }, "dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": { "azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "適用於 PostgreSQL 的 Azure 資料庫伺服器" diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-database-projects.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-database-projects.i18n.json index 75edf51ae1..85924bc038 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-database-projects.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-database-projects.i18n.json @@ -40,7 +40,7 @@ "sqlDatabaseProjects.netCoreInstallLocation": "電腦上 .NET Core SDK 的完整路徑。", "sqlDatabaseProjects.netCoreDoNotAsk": "是否在未偵測到時提示使用者安裝 .NET Core。", "sqlDatabaseProjects.welcome": "目前沒有開啟的資料庫專案。\r\n[New Project](command:sqlDatabaseProjects.new)\r\n[Open Project](command:sqlDatabaseProjects.open)\r\n[Create Project From Database](command:sqlDatabaseProjects.importDatabase)", - "sqlDatabaseProjects.addSqlBinding": "Add SQL Binding" + "sqlDatabaseProjects.addSqlBinding": "新增 SQL 繫結" }, "dist/common/constants": { "emptyProjectTypeDisplayName": "SQL Database", @@ -157,10 +157,10 @@ "projectLocationLabel": "位置", "projectLocationPlaceholderText": "選取要建立專案的位置", "browseButtonText": "瀏覽資料夾", - "selectFolderStructure": "Select folder structure", + "selectFolderStructure": "選取資料夾結構", "folderStructureLabel": "資料夾結構", - "browseEllipsis": "Browse...", - "selectProjectLocation": "Select project location", + "browseEllipsis": "瀏覽...", + "selectProjectLocation": "選取專案位置", "dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。", "dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。", "multipleSqlProjFilesSelected": "選取了多個 .sqlproj 檔案;請只選取一個。", @@ -196,7 +196,7 @@ "cannotResolvePath": "無法解析路徑 {0}", "fileAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的檔案存在。請選擇其他名稱。", "folderAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他名稱。", - "folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.", + "folderAlreadyExistsChooseNewLocation": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他位置。", "invalidInput": "輸入無效: {0}", "invalidPropertyValue": "在 .sqlproj 中為屬性 '{0}' 指定的值無效", "unableToCreatePublishConnection": "無法建立連線: {0}", @@ -228,22 +228,23 @@ "externalStreamingJobFriendlyName": "外部資料流作業", "preDeployScriptFriendlyName": "Script.PreDeployment", "postDeployScriptFriendlyName": "Script.PostDeployment", - "input": "Input", - "output": "Output", - "selectBindingType": "Select type of binding", - "selectAzureFunction": "Select an Azure function in the current file to add SQL binding to", - "sqlObjectToQuery": "SQL object to query", - "sqlTableToUpsert": "SQL table to upsert into", - "connectionStringSetting": "Connection string setting name", - "connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"", - "noAzureFunctionsInFile": "No Azure functions in the current active file" + "sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.", + "sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.", + "sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location", + "sqlDatabaseProjects.InstallNetCore": "Install", + "sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again", + "sqlDatabaseProjects.outputChannel": "Database Projects", + "input": "輸入", + "output": "輸出", + "selectBindingType": "選取繫結類型", + "selectAzureFunction": "在目前檔案中選取要新增 SQL 繫結的 Azure 函式", + "sqlObjectToQuery": "要查詢的 SQL 物件", + "sqlTableToUpsert": "要 upsert 的目標 SQL 資料表", + "connectionStringSetting": "連接字串設定名稱", + "connectionStringSettingPlaceholder": "在 \"local.settings.json\" 中指定的連接字串設定", + "noAzureFunctionsInFile": "目前的作用中檔案中沒有任何 Azure 函式" }, "dist/tools/netcoreTool": { - "sqlDatabaseProjects.NetCoreInstallationConfirmation": "找不到 .NET Core SDK。專案組建將無法運作。請安裝 .NET Core SDK 3.1 版,或更新設定中的 .Net Core SDK 位置 (如果已安裝)。", - "sqlDatabaseProjects.UpdateNetCoreLocation": "更新位置", - "sqlDatabaseProjects.InstallNetCore": "安裝", - "sqlDatabaseProjects.doNotAskAgain": "不要再詢問", - "sqlDatabaseProjects.outputChannel": "資料庫專案", "sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 發生錯誤: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} …已結束。代碼: {1}", "sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} …已結束。訊號: {1}", diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json index 48b4c58f3e..e8a7935156 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json @@ -22,39 +22,29 @@ "complete-cutover-menu": "完成完全移轉", "database-details-menu": "資料庫詳細資料", "view-target-menu": "Azure SQL 目標詳細資料", - "view-service-menu": "Database Migration Service details", + "view-service-menu": "資料庫移轉服務詳細資料", "copy-migration-menu": "複製移轉詳細資料", "cancel-migration-menu": "取消移轉" }, "dist/constants/strings": { "sql-migration.wizard.title": "將 '{0}' 移轉到 Azure SQL", - "sql.migration.wizard.source_configuration.title": "SQL 來源設定", "sql.migration.assessments.blocking.issue": "這是會導致資料庫移轉無法成功的執行問題。", - "sql.migration.assessments.progress": "評定進度", "sql.migration.assessment.in.progress": "評定正在進行中", "sql.migration.assessment.in.progress.content": "我們正在評估您 SQL Server 執行個體 {0} 中的資料庫,以識別正確的 Azure SQL 目標。\r\n\r\n這可能需要一些時間。", - "sql.migration.collecting_source_configurations": "正在收集來源設定", - "sql.migration.collecting_source_configurations.info": "我們必須收集您的資料目前如何設定的一些資訊。\r\n這可能需要一些時間。", - "sql.migration.collecting_source_configurations.error": "收集資料設定的相關資訊時發生錯誤。{0}", "sql.migration.wizard.sku.title": "Azure SQL 目標", - "sql.migration.wizard.sku.all": "根據評定結果,您所有在線上狀態的 {0} 個資料庫都可以移轉到 Azure SQL。", - "sql.migration.wizard.sku.some": "根據來源設定掃描的結果,有 {0} 個 (共 {1} 個) 資料庫可移轉到 Azure SQL。", + "sql.migration.wizard.sku.all": "Based on the assessment results, all {0} of your database(s) in an online state can be migrated to Azure SQL.", + "sql.migration.wizard.sku.assessment.error": "An error occurred while assessing the server '{0}'.", "sql.migration.wizard.sku.choose_a_target": "選擇您的 Azure SQL 目標", - "sql.migration.sku.none": "根據來源設定掃描的結果,您沒有任何資料庫可移轉到 Azure SQL。", "sql.migration.sku.mi.card.title": "Azure SQL 受控執行個體 (PaaS)", "sql.migration.sku.vm.card.title": "Azure 虛擬機器上的 SQL Server (IaaS)", "sql.migration.select.azure.mi": "選取您的目標 Azure 訂用帳戶以及目標 Azure SQL 受控執行個體", "sql.migration.select.azure.vm": "選取您的目標 Azure 訂用帳戶,以及 Azure 虛擬機器上的目標 SQL Server 作為您的目標。", - "sql.migration.wizard.subscription.title": "Azure 訂用帳戶選取", - "sql.migration.wizard.subscription.azure.account.title": "Azure 帳戶", - "sql.migration.wizard.subscription.azure.subscription.title": "Azure 訂用帳戶", - "sql.migration.wizard.subscription.azure.product.title": "Azure 產品", - "sql.migration.sku.recommendation.view.assessment.mi": "檢視評定結果,並選取一或多個資料庫以移轉到 Azure SQL 受控執行個體 (PaaS)", - "sql.migration.sku.recommendation.view.assessment.vm": "檢視評定結果,並選取一或多個資料庫以移轉到 Azure 虛擬機器上的 SQL Server (IaaS)", + "sql.migration.sku.recommendation.view.assessment.mi": "To migrate to Azure SQL Managed Instance (PaaS), view assessment results and select one or more database(s).", + "sql.migration.sku.recommendation.view.assessment.vm": "To migrate to SQL Server on Azure Virtual Machine (IaaS), view assessment results and select one or more database(s).", "sql.migration.view.select.button.label": "檢視/選取", "total.databases.selected": "已選取 {0} 個 (共 {1} 個) 資料庫。", - "sql.migration.select.target.to.continue": "請選取目標以繼續", - "sql.migration.select.database.to.migrate": "請選取要移轉的資料庫", + "sql.migration.select.target.to.continue": "To continue, select a target database.", + "sql.migration.select.database.to.migrate": "Select the databases to migrate.", "sql.migration.generic.congratulations": "我們已對您的 SQL Server 執行個體 '{0}' 完成評定。", "sql.migration.assessment": "'{0}' 的評定結果", "sql.migration.can.be.migrated": "{0} 個 (共 {1} 個) 資料庫可供移轉", @@ -62,19 +52,18 @@ "sql.migration.databases.table.title": "資料庫", "sql.migration.sql.server.instance": "SQL Server 執行個體", "sql.migration.wizard.account.title": "Azure 帳戶", - "sql.migration.wizard.account.description": "請選取連結到 Azure Data Studio 的 Azure 帳戶,或立即連結一個。", - "sql.migration.wizard.account.noaccount.error": "沒有任何已連結帳戶。請新增帳戶。", + "sql.migration.wizard.account.description": "Select an Azure account linked to Azure Data Studio, or link one now.", + "sql.migration.wizard.account.noAccount.error": "Add a linked account and then try again.", "sql.migration.wizard.account.add.button.label": "連結帳戶", "sql.migration.wizard.account.count.single.message": "{0} 個帳戶已連結", "sql.migration.wizard.account.count.multiple.message": "{0} 個帳戶已連結", "sql.migration.azure.tenant": "Azure AD 租用戶", - "azure.accounts.accountStaleError": "選取的帳戶 '{0}' 存取權杖已失效。請按一下 [連結帳戶] 按鈕並重新整理該帳戶,或選取其他帳戶。", - "azure.accounts.accountAccessError": "存取選取的帳戶 '{0}' 時發生錯誤。請按一下 [連結帳戶] 按鈕,然後重新整理帳戶或選取其他帳戶。錯誤 '{1}'", + "azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Select 'Link Account' and refresh the account, or select a different account.", + "azure.accounts.accountAccessError": "An error occurred while accessing the selected account '{0}'. Select 'Link Account' and refresh the account, or select a different account. Error '{1}'", "sql.migration.database.page.title": "資料庫備份", "sql.migration.database.page.description": "選取要用於遷移的資料庫備份位置。", "sql.migration.nc.network.share.radio.label": "我的資料庫備份位於網路共用", "sql.migration.nc.blob.storage.radio.label": "我的資料庫備份位於 Azure 儲存體 Blob 容器中", - "sql.migration.nc.file.share.radio.label": "我的資料庫備份位於 Azure 儲存體檔案共用 (即將推出)", "sql.migration.network.share.header.text": "網路共用詳細資料", "sql.migration.network.share.help.text": "請提供包含備份的網路共用位置,以及具有共用讀取存取權的使用者認證", "sql.migration.network.share.location.label": "包含備份的網路共用位置。", @@ -84,81 +73,57 @@ "sql.migration.network.share.password.placeholder": "輸入密碼", "sql.migration.network.share.azure.header": "儲存體帳戶詳細資料", "sql.migration.network.share.azure.help": "請提供要將備份上傳到的目標 Azure 儲存體帳戶。", - "sql.migration.network.share.subscription.label": "選取包含儲存體帳戶的訂用帳戶。", - "sql.migration.network.share.subscription.placeholder": "選取訂用帳戶", - "sql.migration.network.share.storage.account.label": "選取將複製備份檔案的儲存體帳戶。", - "sql.migration.network.share.storage.account.placeholder": "選取帳戶", "sql.migration.unique.name": "為此目標資料庫選取唯一的名稱", - "sql.migration.database.already.exists": "目標受控執行個體 '{1}'上已經有資料庫 '{0}'。", + "sql.migration.database.already.exists": "Database '{0}' already exists on the target managed instance '{1}'.", "sql.migration.blob.storage.subscription.label": "選取包含儲存體帳戶的訂用帳戶。", - "sql.migration.blob.storage.account.label": "選取包含備份檔案的儲存體帳戶。", - "sql.migration.blob.storage.container.label": "選取包含備份檔案的容器。", - "sql.migration.blob.storage.container.placeholder": "選取容器", - "sql.migration.file.share.subscription.label": "選取包含檔案共用的訂用帳戶。", - "sql.migration.file.share.storage.account.label": "選取包含檔案共用的儲存體帳戶。", - "sql.migration.file.share.label": "選取包含備份檔案的檔案共用。", - "sql.migration.file.share.placeholder": "選取共用", "sql.migration.database.migration.mode.label": "移轉模式", - "sql.migration.database.migration.mode.description": "根據您的停機需求,從下列移轉模式中選擇以移轉到您的 Azure SQL 目標。", + "sql.migration.database.migration.mode.description": "To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.", "sql.migration.database.migration.mode.online.label": "線上移轉", - "sql.migration.database.migration.mode.online.description": "應用程式停機只限於在移轉結束時完全移轉。", + "sql.migration.database.migration.mode.online.description": "Application downtime is limited to cutover at the end of migration.", "sql.migration.database.migration.mode.offline.description": "當移轉開始時,應用程式的停機時間就會開始。", "sql.migration.database.migration.mode.offline.label": "離線移轉", - "sql.migration.database.backup.email.notification.label": "電子郵件通知", - "sql.migration.database.backup.email.notification.checkbox.label": "移轉完成時通知我", "sql.migration.no.subscription.found": "找不到任何訂用帳戶", "sql.migration.no.location.found": "找不到任何位置", "sql.migration.no.storageAccount.found": "找不到任何儲存體帳戶", "sql.migration.no.fileShares.found": "找不到任何檔案共用", "sql.migration.no.blobContainers.found": "找不到任何 Blob 容器", "sql.migration.no.blobFiles.found": "找不到任何 BLOb 檔案。", - "sql.migration.invalid.subscription.error": "請選取有效的訂用帳戶以繼續。", - "sql.migration.invalid.location.error": "請選取有效的位置以繼續。", - "sql.migration.invalid.storageAccount.error": "請選取有效的儲存體帳戶以繼續。", - "sql.migration.invalid.fileShare.error": "請選取有效的檔案共用以繼續。", - "sql.migration.invalid.blob.resourceGroup.error": "請選取來源資料庫 '{0}' 的有效資源群組以繼續。", - "sql.migration.invalid.blob.storageAccount.error": "請選取來源資料庫 '{0}' 的有效儲存體帳戶以繼續。", - "sql.migration.invalid.blob.container.error": "請選取來源資料庫 '{0}' 的有效 BLOb 容器以繼續。", - "sql.migration.invalid.blob.lastBackupFile.error": "請選取來源資料庫 '{0}' 的有效最後備份檔案以繼續。", + "sql.migration.invalid.subscription.error": "To continue, select a valid subscription.", + "sql.migration.invalid.location.error": "To continue, select a valid location.", + "sql.migration.invalid.storageAccount.error": "To continue, select a valid storage account.", + "sql.migration.invalid.blob.resourceGroup.error": "To continue, select a valid resource group for source database '{0}'.", + "sql.migration.invalid.blob.storageAccount.error": "To continue, select a valid storage account for source database '{0}'.", + "sql.migration.invalid.blob.container.error": "To continue, select a valid blob container for source database '{0}'.", + "sql.migration.invalid.blob.lastBackupFile.error": "To continue, select a valid last backup file for source database '{0}'.", "sql.migration.invalid.network.share.location": "網路共用位置格式無效。範例: {0}", "sql.migration.invalid.user.account": "使用者帳戶格式無效。範例: {0}", - "sql.migration.network.share.location": "要讀取資料庫 '{0}' 之備份的網路共用位置", - "sql.migration.file.share": "選取包含 ‘{0}’ 之備份檔案的檔案共用", - "sql.migration.blob.container": "選取包含 '{0}' 之備份檔案的容器", - "sql.migration.enter.network.share.information": "輸入所選來源資料庫的目標名稱", - "sql.migration.blob.container.information": "輸入目標名稱,並選取所選資料庫的 blob 容器位置", - "sql.migration.enter.file.share.information": "輸入目標名稱,並選取所選資料庫的檔案共用位置", - "sql.migration.invalid.target.name.error": "請輸入有效的目標資料庫名稱。", - "sql.migration.provide.unique.containers": "請為目標資料庫提供唯一容器。受影響的資料庫: ", - "sql.migration.source.details.windowAuth": "輸入用來連線到 SQL Server 執行個體 {0} 的 Windows 驗證認證。 此認證將用來連線到 SQL Server 執行個體,並識別有效的備份檔案", - "sql.migration.source.details.sqlAuth": "輸入用來連線到 SQL Server 執行個體 {0} 的 SQL 驗證認證。 此認證將用來連線到 SQL Server 執行個體,並識別有效的備份檔案", + "sql.migration.invalid.target.name.error": "Enter a valid name for the target database.", + "sql.migration.provide.unique.containers": "Provide a unique container for each target database. Databases affected: ", + "sql.migration.source.details.windowAuth": "Enter the Windows Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", + "sql.migration.source.details.sqlAuth": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup file(s).", "sql.migration.blob.resourceGroup.select": "請先選取資源群組值。", "sql.migration.blob.storageAccount.select": "請先選取儲存體帳戶值。", "sql.migration.blob.container.select": "請先選取 BLOb 容器值。", "sql.migration.ir.page.title": "Azure 資料庫移轉服務", - "sql.migration.ir.page.description": "Azure 資料庫移轉服務 (DMS) 協調資料庫移轉活動並追蹤其進度。如果您先前為 Azure SQL 目標建立了 DMS,可以選取現有的 DMS,或是在下方建立一個新的。", - "sql.migration.ir.page.note": "注意: DMS 會在您的 Azure 訂用帳戶中選擇的資源群組中執行,執行它不需負擔任何成本。", - "sql.migration.select.a.migration.service": "選取 Azure 資料庫移轉服務", - "sql.migration.default.setup.button": "使用預設值設定: 按一下使用預設選項的快速設定,即可新增 DMS。", - "sql.migration.custom.setup.button": "自訂設定: 自訂大多數選項後,新增 DMS。", - "sql.migration.ir.page.sql.migration.service.not.found": "找不到任何 DMS。請建立新的", + "sql.migration.ir.page.description": "Azure Database Migration Service orchestrates database migration activities and tracks their progress. You can select an existing Database Migration Service as an Azure SQL target if you have created one previously, or create a new one below.", + "sql.migration.ir.page.sql.migration.service.not.found": "No Database Migration Service found. Create a new one", "sql.migration.create.new": "新建", - "sql.migration.invalid.migration.service.error": "請選取有效的 DMS", - "sql.migration.invalid.migration.service.offline.error": "請選取連線到節點的 DMS", - "sql.migration.authentication.types": "驗證金鑰", + "sql.migration.invalid.migration.service.error": "Select a valid Database Migration Service.", + "sql.migration.invalid.migration.service.offline.error": "Select a Database Migration Service that is connected to a node.", + "sql.migration.authentication.types": "Authentication keys", "sql.migration.service.header": "Azure 資料庫移轉服務 \"{0}\" 詳細資料:", - "sql.migration.dms.portal.info": "請注意,Azure 入口網站中的任何現有 Azure 資料庫移轉服務 (DMS) 都不會顯示在 Azure Data Studio 中。在 Azure Data Studio 中建立的 DMS 目前不會顯示在 Azure 入口網站中。", - "sql.migration.database.migration.service.authentication.keys": "資料庫移轉服務驗證金鑰", + "sql.migration.dms.portal.info": "Any existing Azure Database Migration Service in the Azure portal do not appear in Azure Data Studio. Any Database Migration Service created in Azure Data Studio will not be visible in the Azure portal yet.", + "sql.migration.database.migration.service.authentication.keys": "Database Migration Service authentication keys", "sql.migration.services.dialog.title": "建立 Azure 資料庫移轉服務", - "sql.migration.services.container.description": "請在下方輸入資訊,以新增 Azure 資料庫移轉服務。", + "sql.migration.services.container.description": "Enter the SQL Authentication credentials used to connect to SQL Server Instance {0}. These credentials will be used to connect to the SQL Server instance and identifying valid backup file(s).", "sql.migration.service.container.loading.help": "正在載入移轉服務", - "sql.migration.service.container.heading": "設定整合執行階段", - "sql.migration.service.container.container.description1": "Azure 資料庫移轉服務利用 Azure Data Factory 的自我裝載整合執行階段,將備份從內部部署網路檔案共用上傳到 Azure。", - "sql.migration.service.container.container.description2": "請遵循下列指示設定自我裝載整合執行階段。", + "sql.migration.service.container.heading": "Setup integration runtime", + "sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to upload backups from on-premises network fie share to Azure.", + "sql.migration.service.container.container.description2": "Follow the instructions below to setup self-hosted integration runtime.", "sql.migration.ir.setup.step1": "步驟 1: {0}", "sql.migration.option": "下載並安裝整合執行階段", "sql.migration.ir.setup.step2": "步驟 2: 使用此金鑰,註冊您的整合執行階段", - "sql.migration.ir.setup.step3": "步驟 3: 按一下 [測試連接] 按鈕,檢查 Azure 資料庫移轉服務與整合執行階段之間的連線", + "sql.migration.ir.setup.step3": "Step 3: Click on 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime", "sql.migration.connection.status": "連線狀態", "sql.migration.key1.label": "金鑰 1", "sql.migration.key2.label": "金鑰 2", @@ -168,93 +133,77 @@ "sql.migration.refresh.key2": "重新整理金鑰 2", "sql.migration.copy.key1": "複製金鑰 1", "sql.migration.copy.key2": "複製金鑰 2", - "sql.migration.authkeys.header": "驗證金鑰", - "sql.migration.authkeys.refresh.message": "已重新整理驗證金鑰 '{0}'。", - "sql.migration.service.not.ready": "Azure 資料庫移轉服務未註冊。Azure 資料庫移轉服務 '{0}' 必須向任何節點上的自我裝載整合執行階段註冊。", - "sql.migration.service.ready": "Azure 資料庫移轉服務 '{0}' 已連線到節點上執行的自我裝載整合執行階段 - {1}", + "sql.migration.authKeys.header": "Authentication key", + "sql.migration.authKeys.refresh.message": "Authentication key '{0}' has been refreshed.", + "sql.migration.service.not.ready": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.", + "sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}", "sql.migration.resource.group.not.found": "找不到任何資源群組", - "sql.migration.invalid.resourceGroup.error": "請選取有效的資源群組以繼續。", - "sql.migration.invalid.region.error": "請選取有效的位置以繼續。", - "sql.migration.invalid.service.name.error": "請為此移轉服務輸入有效的名稱。", - "sql.migration.service.not.found": "找不到任何移轉服務。請建立一個新的。", - "sql.migration.service.not.setup": "請新增移轉服務以繼續。", - "sql.migration.service.status.refresh.error": "An error occurred while refreshing the migration service creation status.", - "sql.migration.managed.instance": "Azure SQL 受控執行個體", + "sql.migration.invalid.resourceGroup.error": " To continue, select a valid resource group.", + "sql.migration.invalid.service.name.error": "Enter a valid name for the Migration Service.", + "sql.migration.service.not.found": "No Migration Services found. To continue, create a new one.", + "sql.migration.service.status.refresh.error": "重新整理移轉服務建立狀態時發生錯誤。", + "sql.migration.managed.instance": "Azure SQL Managed Instance", "sql.migration.no.managedInstance.found": "找不到任何受控執行個體", "sql.migration.no.virtualMachine.found": "找不到任何虛擬機器", - "sql.migration.target.page.title": "選擇目標 Azure SQL", - "sql.migration.resource.group.description": "資源群組是能夠存放 Azure 解決方案相關資源的容器", + "sql.migration.resource.group.description": "A resource group is a container that holds related resources for an Azure solution.", "sql.migration.ok": "確定", "sql.migration.new.resource.group": "(新) {0}", "sql.migration.test.connection": "測試連接", - "sql.migration.database.migration.service.created.successfully": "已成功建立資料庫移轉服務", - "sql.migration.dms.provision.failed": "資料庫移轉服務無法佈建。請稍後再試一次。", + "sql.migration.database.migration.service.created.successfully": "Successfully created a Database Migration Service.", + "sql.migration.dms.provision.failed": "Failed to provision a Database Migration Service. Wait a few minutes and then try again.", "sql.migration.apply": "套用", "sql.migration.creating.rg.loading": "正在建立資源群組", "sql.migration.rg.created": "已建立資源群組", - "sql.migration.name.of.new.rg": "新資源群組的名稱", + "sql.migration.name.of.new.rg": "Name of new resource group", "sql.migration.learn.more": "深入了解", "sql.migration.learn.more.pre.reqs": "在開始移轉之前,深入了解您需要的事項。", "sql.migration.subscription": "訂用帳戶", "sql.migration.storage.account": "儲存體帳戶", "sql.migration.resourceGroups": "資源群組", - "sql.migration.region": "區域", "sql.migration.name": "名稱", "sql.migration.location": "位置", - "sql.migration.new": "新增", - "sql.migration.feature.not.available": "目前還無法使用此功能。", "sql.migration.refresh": "重新整理", - "sql.migration.submit": "提交", "sql.migration.create": "建立", "sql.migration.cancel": "取消", "sql.migration.type": "類型", - "sql.migration.path": "路徑", "sql.migration.path.user.account": "使用者帳戶", "sql.migration.view.all": "檢視全部", "sql.migration.target": "目標", "sql.migration.azure.sql": "Azure SQL", "sql.migration.close": "關閉", - "sql.migraiton.data.uploaded.size": "已上傳的資料/大小", + "sql.migration.data.uploaded.size": "Data Uploaded/Size", "sql.migration.copy.throughput": "複製輸送量 (MBPS)", - "sql.migration.newsupportrequest": "新增支援要求", + "sql.migration.newSupportRequest": "New support request", "sql.migration.summary.page.title": "摘要", - "sql.migration.summary.azure.account.linked": "已連結 Azure 帳戶", - "sql.migration.summary.migration.target": "移轉目標", "sql.migration.summary.mi.type": "Azure SQL 受控執行個體", "sql.migration.summary.vm.type": "Azure 虛擬機器上的 SQL Server", - "sql.migration.summary.database.count": "要移轉的資料庫", + "sql.migration.summary.database.count": "Database(s) for migration", "sql.migration.summary.azure.storage.subscription": "Azure 儲存體訂用帳戶", "sql.migration.summary.azure.storage": "Azure 儲存體", - "sql.migration.ir.node": "整合執行階段節點", "sql.migration.network.share": "網路共用", "sql.migration.blob.container.title": "Blob 容器", "sql.migration.blob.container.last.backup.file.label": "最後備份的檔案", "sql.migration.blob.container.label": "Blob 容器資源群組", "sql.migration.blob.container.storage.account.label": "Blob 容器儲存體帳戶", - "sql.migration.file.share.title": "檔案共用", - "sql.migration.started.notification": "正在移轉", "sql.migration.source.databases": "來源資料庫", "sql.migration.mode": "模式", "sql.migration.backup.location": "備份位置", "sql.migration.azure.storage.account.to.upload.backups": "要上傳備份的 Azure 儲存體帳戶", - "sql.migration.shir": "自我裝載整合執行階段節點", - "sql.migration.summary.target.name": "目標資料庫:", + "sql.migration.shir": "Self-hosted integration runtime node", "sql.migration.database.to.be.migrated": "要移轉的資料庫", "sql.migration.count.database.single": "{0} 個資料庫", "sql.migration.count.database.multiple": "{0} 個資料庫", "sql.migration.quick.pick.placeholder": "選取您要執行的作業", "sql.migration.inline.migration.notebook.title": "內嵌移轉", "sql.migration.sql.assessment.notebook.title": "SQL 移轉評定", - "sql.migration.notebook.open.error": "開啟移轉筆記本時發生錯誤", + "sql.migration.notebook.open.error": "Failed to open the migration notebook", "sql.migration.dashboard.title": "Azure SQL 移轉", "sql.migration.dashboard.description": "判斷您 SQL Server 執行個體的移轉準備情況、識別建議的 Azure SQL 目標,以及將您的 SQL Server 執行個體移轉到 Azure SQL 受控執行個體或 Azure 虛擬機器上的 SQL Server。", "sql.migration.dashboard.migrate.task.button": "移轉到 Azure SQL", "sql.migration.dashboard.migrate.task.button.description": "將 SQL Server 執行個體移轉到 Azure SQL。", "sql.migration.database.migration.status": "資料庫移轉狀態", - "sql.migration.dashboard.video1.title": "將 SQL Server 移轉到 SQL 受控執行個體", - "sql.migration.dashboard.video2.title": "將 SQL Server 移轉到 SQL 虛擬機器", "sql.migration.dashboard.link1.title": "Azure SQL 受控執行個體的評定規則", - "sql.migration.dashboard.link1.description": "請參閱用於評估將您的 SQL Server 移轉到 Azure SQL 受控執行個體之可行性的規則清單。", + "sql.migration.dashboard.link1.description": "See the list of rules used to determine whether your SQL Server instance can be migrated to Azure SQL Managed Instance.", "sql.migration.dashboard.help.title": "說明文章及影片連結", "sql.migration.pre.req.title": "開始移轉前需具備的事項:", "sql.migration.pre.req.1": "Azure 帳戶詳細資料", @@ -262,17 +211,13 @@ "sql.migration.pre.req.3": "備份位置詳細資料", "sql.migration.migration.in.progress": "資料庫移轉正在進行中", "sql.migration.failed": "移轉失敗", - "sql.migration.log.shipping.in.progress": "正在傳送記錄", "sql.migration.migration.completed": "已完成移轉", "sql.migration.cutover.card": "即將完成完全移轉", - "sql.migration.successfully.migrated.to.azure.sql": "已成功移轉到 Azure SQL", "sql.migration.migration.not.started": "未開始移轉", - "sql.migration.choose.to.migrate.to.azure.sql": "選擇以移轉到 Azure SQL", "sql.migration.show.status": "顯示狀態", "sql.migration.inprogress.warning.single": "{0} 個資料庫出現警告", "sql.migration.inprogress.warning.multiple": "{0} 個資料庫出現警告", "sql.migration.feedback.issue.title": "對移轉體驗的意見反應", - "sql.migration.eastus2euap": "美國東部 2 EUAP", "sql.migration.cutover": "完全移轉", "sql.migration.complete.cutover": "完成完全移轉", "sql.migration.source.database": "來源資料庫名稱", @@ -288,15 +233,15 @@ "sql.migration.last.applied.backup.files": "上次套用的備份檔案", "sql.migration.last.applied.files.taken.on": "上次套用的備份檔案建立於", "sql.migration.active.backup.files": "使用中的備份檔案", - "sql.migration.cutover.status.refresh.error": "An error occurred while refreshing the migration status.", - "sql.migration.cancel.error": "An error occurred while canceling the migration.", + "sql.migration.cutover.status.refresh.error": "重新整理移轉狀態時發生錯誤。", + "sql.migration.cancel.error": "取消移轉時發生錯誤。", "sql.migration.status": "狀態", "sql.migration.backup.start.time": "備份開始時間", "sql.migration.first.lsn": "第一個 LSN", "sql.migration.last.LSN": "最後一個 LSN", - "sql.migration.cannot.start.cutover.error": "在所有移轉完成前,無法啟動完全移轉程序。按一下 [重新整理] 以取得最新的檔案狀態", - "sql.migration.azure.sql.database.managed.instance": "Azure SQL Database 受控執行個體", - "sql.migration.azure.sql.database.virtual.machine": "Azure SQL Database 虛擬機器", + "sql.migration.cannot.start.cutover.error": "The cutover process cannot start until all the migrations are done. To return the latest file status, refresh your browser window.", + "sql.migration.azure.sql.database.managed.instance": "Azure SQL Managed Instance", + "sql.migration.azure.sql.database.virtual.machine": "SQL Server on Azure Virtual Machines", "sql.migration.cancel.migration": "取消移轉", "sql.migration.active.backup.files.items": "使用中的備份檔案 (1 個項目)", "sql.migration.active.backup.files.multiple.items": "使用中的備份檔案 ({0} 個項目)", @@ -305,24 +250,24 @@ "sql.cancel.migration.confirmation": "確定要取消此移轉嗎?", "sql.migration.yes": "是", "sql.migration.no": "否", - "sql.migration.completing.cutover.warning": "完成完全移轉而不還原所有備份可能會造成資料遺失。", - "sql.migration.bc.info": "因為必須將三個次要複本設為 Always On 高可用性群組,所以企業關鍵服務層的受控執行個體完全移轉所花費的時間會明顯超出一般用途。此作業的持續時間取決於資料的大小。90% 案例的植入速度為 220 GB/小時或更高。", - "sql.migration.cutover.help.main": "Perform the following steps before you complete cutover.", - "sql.migration.cutover.step.1": "1. 停止所有導向來源資料庫的傳入交易。", - "sql.migration.cutover.step.2.network.share": "2. 進行最終的交易記錄備份,然後在網路共用位置提供。", - "sql.migration.cutover.step.2.blob": "2. Take final differential or transaction log backup and provide it in the Azure Storage Blob Container.", - "sql.migration.cutover.step.3.network.share": "3. 確定所有記錄備份都已在目標資料庫上還原。[記錄備份暫止還原] 應為零。", - "sql.migration.cutover.step.3.blob": "3. Make sure all the log backups are restored on target database. The \"Log backups(s) pending restore\" should be zero.", - "sql.migration.cutover.last.file.restored": "Last file restored: {0}", - "sql.migration.last.scan.completed": "Last scan completed: {0}", - "sql.migartion.cutover.pending.backup": "Log backups pending restore: {0}", + "sql.migration.completing.cutover.warning": "Completing cutover without restoring all the backup(s) may result in a data loss.", + "sql.migration.bc.info": "A SQL Managed Instance migration cutover to the Business Critical service tier can take significantly longer than General Purpose because three secondary replicas have to be seeded for Always On High Availability group. The duration of the operation depends on the size of the data. Seeding speed in 90% of cases is 220 GB/hour or higher.", + "sql.migration.cutover.help.main": "完成切換前,請執行下列步驟。", + "sql.migration.cutover.step.1": "1. Stop all incoming transactions to the source database.", + "sql.migration.cutover.step.2.network.share": "2. Take a final backup of the transaction log and store it in the network share location.", + "sql.migration.cutover.step.2.blob": "2. Take a final differential or backup of the transaction log and store it in the Azure Storage Blob Container.", + "sql.migration.cutover.step.3.network.share": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.step.3.blob": "3. Verify that your backup(s) have been restored on the target database. The \"Log backup(s) pending restore\" value should be zero.", + "sql.migration.cutover.last.file.restored": "上次還原的檔案: {0}", + "sql.migration.last.scan.completed": "上次完成的掃描: {0}", + "sql.migration.cutover.pending.backup": "Log backups pending restore: {0}", "sql.migration.confirm.checkbox.message": "我確認沒有其他記錄備份可提供並想要完成完全移轉。", "sql.migration.cutover.in.progress": "資料庫 '{0}' 的完全移轉進行中", - "sql.migration.cannot.cancel": "移轉不在進行中,因此無法取消。", + "sql.migration.cannot.cancel": "Migration is not in progress and cannot be canceled.", "sql.migration.cannot.cutover": "移轉不在進行中,且無法完全移轉。", - "sql.migration.file.name": "File name", - "sql.migration.size.column.header": "Size", - "sql.migration.no.pending.backups": "No pending backups. Click refresh to check current status.", + "sql.migration.file.name": "檔案名稱", + "sql.migration.size.column.header": "大小", + "sql.migration.no.pending.backups": "沒有擱置的備份。按一下 [重新整理] 以檢查目前的狀態。", "sql.migration.search.for.migration": "搜尋移轉", "sql.migration.online": "線上", "sql.migration.offline": "離線", @@ -333,7 +278,7 @@ "sql.migration.sql.managed.instance": "SQL 受控執行個體", "sql.migration.sql.virtual.machine": "SQL 虛擬機器", "sql.migration.target.azure.sql.instance.name": "Azure SQL 目標名稱", - "sql.migration.cutover.type": "移轉模式", + "sql.migration.cutover.type": "Migration mode", "sql.migration.start.time": "開始時間", "sql.migration.finish.time": "完成時間", "sql.migration.status.error.count.some": "{0} (", @@ -357,13 +302,13 @@ "sql.migration.sec": "{0} 秒", "sql.migration.service.details.dialog.title": "Azure 資料庫移轉服務", "sql.migration.service.details.button.label": "關閉", - "sql.migration.service.details.ir.label": "自我裝載整合執行階段節點", - "sql.migration.service.details.authkeys.label": "驗證金鑰", - "sql.migration.service.details.authkeys.title": "用來連線到自我裝載整合執行個體節點的驗證金鑰", + "sql.migration.service.details.ir.label": "Self-hosted integration runtime node", + "sql.migration.service.details.authKeys.label": "Authentication keys", + "sql.migration.service.details.authKeys.title": "Authentication keys used to connect to the self-hosted integration runtime node", "sql.migration.service.details.status.unavailable": "-- 無法使用 --", "sql.migration.source.configuration": "來源設定", "sql.migration.source.credentials": "來源認證", - "sql.migration.enter.your.sql.cred": "輸入來源 SQL Server 執行個體的認證。將資料庫移轉到 Azure SQL 時,將會使用此認證。", + "sql.migration.enter.your.sql.cred": "Enter the credentials for the source SQL Server instance. These credentials will be used while migrating database(s) to Azure SQL.", "sql.migration.server": "伺服器", "sql.migration.username": "使用者名稱", "sql.migration.size": "大小 (MB)", @@ -377,7 +322,7 @@ "sql.migration.warnings": "警告", "sql.migration.impacted.objects": "受影響的物件", "sql.migration.object.details": "物件詳細資料", - "sql.migration.assessmen.results": "評定結果", + "sql.migration.assessment.results": "Assessment Results", "sql.migration.type.label": "類型:", "sql.migration.name.label": "名稱:", "sql.migration.description": "描述", @@ -396,21 +341,7 @@ "sql.migration.issues.count": "問題 ({0})", "sql.migration.warnings.count": "警告 ({0})", "sql.migration.authentication.type": "驗證類型", - "sql.migration.sql.login": "SQL 登入", - "sql.migration.windows.auth": "Windows 驗證", - "sql.migration.status.refresh.label": "重新整理", - "sql.migration.auto.refresh.off": "自動重新整理: 關閉", - "sql.migration.auto.refresh.15.seconds": "自動重新整理: 15 秒", - "sql.migration.auto.refresh.30.seconds": "自動重新整理: 30 秒", - "sql.migration.auto.refresh.1.min": "自動重新整理: 1 分鐘", - "sql.migration.auto.refresh.3.min": "自動重新整理: 3 分鐘", - "sql.migration.auto.refresh.5.min": "自動重新整理: 5 分鐘", - "sql.migration.select.the.refresh.interval": "選取重新整理間隔", - "sql.migration.off": "關閉", - "sql.migration.every.30.second": "每 30 秒", - "sql.migration.every.1.minute": "每 1 分鐘", - "sql.migration.every.3.minutes": "每 3 分鐘", - "sql.migration.every.5.minutes": "每 5 分鐘" + "sql.migration.status.refresh.label": "重新整理" }, "dist/models/stateMachine": { "sql.migration.starting.migration.message": "正在開始將資料庫 {0} 移轉到 {1} - {2}", diff --git a/i18n/ads-language-pack-zh-hant/translations/main.i18n.json b/i18n/ads-language-pack-zh-hant/translations/main.i18n.json index f3bf0f211c..a73ea054f5 100644 --- a/i18n/ads-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/main.i18n.json @@ -10387,8 +10387,8 @@ "textPreview": "文字資料格", "runAllPreview": "全部執行", "addCell": "資料格", - "views": "Views", - "editor": "Editor", + "views": "檢視", + "editor": "編輯器", "code": "程式碼", "text": "文字", "runAll": "執行資料格", @@ -10414,7 +10414,7 @@ "notebook.showRenderedNotebookinDiffEditor": "(預覽) 在 Diff 編輯器中顯示轉譯的筆記本。", "notebook.maxRichTextUndoHistory": "筆記本 RTF 文字編輯器復原歷程記錄中儲存的變更數目上限。", "notebook.useAbsoluteFilePaths": "連結到其他筆記本時,請使用絕對檔案路徑。", - "notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.", + "notebook.enableIncrementalGridRendering": "啟用筆記本的增量格線轉譯。這會改善大型筆記本的初始轉譯時間。當其餘格線轉譯時,與筆記本的互動可能會發生效能問題。", "searchConfigurationTitle": "搜尋筆記本", "exclude": "設定 Glob 模式,在全文檢索搜尋中排除檔案與資料夾,並快速開啟。繼承 `#files.exclude#` 設定的所有 Glob 模式。深入了解 Glob 模式 [這裡](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)。", "exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。", @@ -10473,9 +10473,9 @@ "noParametersCell": "在新增參數儲存格之前,此筆記本無法以參數執行。[深入了解](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。", "noParametersInCell": "在參數新增至參數儲存格之前,此筆記本無法以參數執行。[深入了解](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。", "clearResults": "清除結果", - "notebookViewLabel": "Editor", - "newViewLabel": "Create New View", - "viewNotFound": "Unable to find view: {0}", + "notebookViewLabel": "編輯器", + "newViewLabel": "建立新檢視", + "viewNotFound": "找不到檢視: {0}", "trustLabel": "受信任", "untrustLabel": "不受信任", "collapseAllCells": "摺疊資料格", @@ -10520,7 +10520,7 @@ "sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": { "cellNotFound": "無法在此模型中找到 URI 為 {0} 的資料格", "cellRunFailed": "執行資料格失敗 - 如需詳細資訊,請參閱目前所選資料格之輸出中的錯誤。", - "runAllPreview": "Run all" + "runAllPreview": "全部執行" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": { "viewsCodeCell.emptyCellText": "請執行此儲存格以檢視輸出。" @@ -11456,35 +11456,35 @@ "deployment.title": "新部署…" }, "sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": { - "insertCellsModal.title": "Insert cells", - "insertCellsModal.selectCells": "Select cell sources", - "insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.", - "insertCellsModal.untitled": "Untitled Cell : {0}", - "insertCellsModal.Insert": "Insert", - "insertCellsModal.Cancel": "Cancel" + "insertCellsModal.title": "插入儲存格", + "insertCellsModal.selectCells": "選取儲存格來源", + "insertCellsModal.thumbnailError": "錯誤: 無法產生縮圖。", + "insertCellsModal.untitled": "未命名的儲存格: {0}", + "insertCellsModal.Insert": "插入", + "insertCellsModal.Cancel": "取消" }, "sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": { - "viewsUnableToRemove": "Unable to remove view", - "confirmDelete": "Are you sure you want to delete view \"{0}\"?", - "delete": "&&Delete", - "insertCells": "Insert Cells", - "runCell": "Run cell", - "stopCell": "Cancel execution", - "errorRunCell": "Error on last run. Click to run again", - "unableToNavigateToCell": "Unable to navigate to notebook cell.", - "viewCellInNotebook": "View Cell In Notebook", - "moreActionsLabel": "More" + "viewsUnableToRemove": "無法移除檢視", + "confirmDelete": "確定要刪除檢視 \"{0}\" 嗎?", + "delete": "刪除(&&D)", + "insertCells": "插入儲存格", + "runCell": "執行儲存格", + "stopCell": "取消執行", + "errorRunCell": "上一個執行發生錯誤。按一下即可重新執行", + "unableToNavigateToCell": "無法瀏覽至筆記本儲存格。", + "viewCellInNotebook": "在筆記本中檢視儲存格", + "moreActionsLabel": "更多" }, "sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": { - "viewOptionsModal.title": "Configure View", - "viewOptionsModal.name": "View Name", - "viewOptionsModal.missingRequireField": "This field is required.", - "viewOptionsModal.nameTaken": "This view name has already been taken.", - "save": "Save", - "cancel": "Cancel" + "viewOptionsModal.title": "設定檢視", + "viewOptionsModal.name": "檢視名稱", + "viewOptionsModal.missingRequireField": "這是必要欄位。", + "viewOptionsModal.nameTaken": "此檢視名稱已經有人使用。", + "save": "儲存", + "cancel": "取消" }, "sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": { - "notebookView.untitledView": "Untitled View" + "notebookView.untitledView": "未命名的檢視" } } } \ No newline at end of file diff --git a/resources/xlf/de/azurecore.de.xlf b/resources/xlf/de/azurecore.de.xlf index 4531741cfc..344726b054 100644 --- a/resources/xlf/de/azurecore.de.xlf +++ b/resources/xlf/de/azurecore.de.xlf @@ -719,7 +719,7 @@