mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
82 lines
5.5 KiB
JSON
82 lines
5.5 KiB
JSON
{
|
||
"": [
|
||
"--------------------------------------------------------------------------------------------",
|
||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||
"--------------------------------------------------------------------------------------------",
|
||
"Do not edit this file. It is machine generated."
|
||
],
|
||
"version": "1.0.0",
|
||
"contents": {
|
||
"dist/azuremonitorServer": {
|
||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||
"downloadServiceDoneChannelMsg": "{0} wurde heruntergeladen",
|
||
"downloadingServiceStatusMsg": "\"{0}\" wird heruntergeladen",
|
||
"downloadingServiceChannelMsg": "\"{0}\" wird heruntergeladen",
|
||
"failedToStartServiceErrorMsg": "Fehler beim Starten von \"{0}\".",
|
||
"installedServiceChannelMsg": "\"{0}\" wurde installiert",
|
||
"installingServiceStatusMsg": "\"{0}\" wird installiert",
|
||
"installingServiceChannelMsg": "\"{0}\" wird in \"{1}\" installiert.",
|
||
"startingServiceStatusMsg": "\"{0}\" wird gestartet.",
|
||
"serviceStartedStatusMsg": "\"{0}\" wurde gestartet"
|
||
},
|
||
"dist/features/accountFeature": {
|
||
"kusto.accountDoesNotExist": "Konto nicht vorhanden.",
|
||
"kusto.missingLinkedAzureAccount": "Azure Data Studio muss Azure Key Vault kontaktieren, um auf einen Spaltenhauptschlüssel für Always Encrypted zuzugreifen, aber es ist kein verknüpftes Azure-Konto verfügbar. Fügen Sie ein verknüpftes Azure-Konto hinzu, und wiederholen Sie die Abfrage.",
|
||
"kusto.insufficientlyPrivelagedAzureAccount": "Das konfigurierte Azure-Konto für \"{0}\" verfügt nicht über ausreichende Berechtigungen für Azure Key Vault, um auf einen Spaltenhauptschlüssel für Always Encrypted zuzugreifen."
|
||
},
|
||
"dist/main": {
|
||
"notebookFileType": "Notebooks",
|
||
"unsupportedFileType": "Es werden nur IPYNB-Notebooks unterstützt.",
|
||
"azuremonitor.unsupportedPlatform": "Nicht unterstützte Plattform"
|
||
},
|
||
"dist/objectExplorerNodeProvider/command": {
|
||
"progress": "$(sync~spin) {0}...",
|
||
"cancelTooltip": "Abbrechen",
|
||
"cancel": "Vorgang abbrechen?",
|
||
"azureMonitor.searchServers": "Servernamen suchen"
|
||
},
|
||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||
"notifyError": "Fehler bei Benachrichtigung über Knotenänderung: {0}",
|
||
"rootLabel": "Stamm",
|
||
"sessionNotFound": "Die Sitzung für den Knoten \"{0}\" ist nicht vorhanden."
|
||
},
|
||
"dist/telemetry": {
|
||
"viewKnownIssuesText": "Bekannte Probleme anzeigen",
|
||
"serviceCrashMessage": "Die Komponente \"{0}\" wurde unerwartet beendet. Starten Sie Azure Data Studio neu."
|
||
},
|
||
"package": {
|
||
"azuremonitor.connectionProperties.dbaPrivilege.label": "Administratorrechte",
|
||
"azuremonitor.connectionProperties.dbaPrivilege.description": "Administratorrechte: SYSDBA oder SYSOPER",
|
||
"azuremonitor.connectionProperties.authType.displayName": "Authentifizierungstyp",
|
||
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Azure Active Directory: universell mit MFA-Unterstützung",
|
||
"azuremonitor.displayName": "Azure Monitor-Protokolle",
|
||
"azuremonitor.description": "Azure Monitor-Zugriff für Azure Data Studio",
|
||
"azuremonitor.connectionProperties.connectionName.description": "Benutzerdefinierter Name der Verbindung",
|
||
"azuremonitor.connectionOptions.databaseName.displayName": "Datenbank",
|
||
"azuremonitor.connectionProperties.password.description": "Gibt das Kennwort an, das beim Herstellen einer Verbindung mit der Datenquelle verwendet werden soll.",
|
||
"azuremonitor.connectionProperties.userName.description": "Gibt die Benutzer-ID an, die beim Herstellen einer Verbindung mit der Datenquelle verwendet werden soll.",
|
||
"azuremonitor.connectionProperties.serverName.description": "ID des Log Analytics-Arbeitsbereichs",
|
||
"azuremonitor.connectionProperties.metadataPooling.label": "Metadatenpooling",
|
||
"azuremonitor.objectsListProperties.name": "Name",
|
||
"azuremonitor.databasesListProperties.name": "Name",
|
||
"azuremonitor.connectionProperties.connectionName.displayName": "Name (optional)",
|
||
"azuremonitor.connectionProperties.password.displayName": "Kennwort",
|
||
"azuremonitor.connectionProperties.proxyUserPassword.description": "Das Kennwort des Proxybenutzers bzw. der Proxybenutzerin.",
|
||
"azuremonitor.connectionProperties.proxyUserPassword.label": "Proxykennwort",
|
||
"azuremonitor.connectionProperties.proxyUserId.label": "Proxybenutzer-ID",
|
||
"azuremonitor.connectionProperties.groupName.security": "Sicherheit",
|
||
"azuremonitor.databasesListProperties.size": "Größe (MB)",
|
||
"azuremonitor.connectionProperties.groupName.source": "Quelle",
|
||
"azuremonitor.connectionProperties.authType.description": "Gibt die Methode zur Authentifizierung bei Azure Monitor an.",
|
||
"azuremonitor.connectionOptions.databaseName.description": "Der Name des Anfangskatalogs oder der Anfangsdatenbank in der Datenquelle",
|
||
"azuremonitor.connectionProperties.metadataPooling.description": "Dieses Attribut gibt an, ob die Metadateninformationen für ausgeführte Abfragen zur Verbesserung der Leistung zwischengespeichert werden.",
|
||
"azuremonitor.objectsListProperties.metadataTypeName": "Typ",
|
||
"azuremonitor.connectionProperties.userName.displayName": "Benutzername",
|
||
"azuremonitor.connectionProperties.proxyUserId.description": "Benutzername des Proxybenutzers.",
|
||
"azuremonitor.connectionProperties.serverName.displayName": "Arbeitsbereichs-ID",
|
||
"azuremonitor.cloud.workspaceProperties.id": "Arbeitsbereichs-ID",
|
||
"azuremonitor.cloud.workspaceProperties.name": "Arbeitsbereichsname"
|
||
}
|
||
}
|
||
} |