update to langpack source files 8/9/2021 (#16635)

This commit is contained in:
Alex Ma
2021-08-09 14:19:43 -07:00
committed by GitHub
parent b2ff8162e6
commit 005c0aad7b
35 changed files with 1111 additions and 1791 deletions

View File

@@ -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"

View File

@@ -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}",

View File

@@ -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.",