mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 03:51:40 -04:00
update localization resource files (#14389)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionAdvancedProperties": "Erweiterte Eigenschaften",
|
||||
"advancedProperties.discard": "Verwerfen"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sql.maxRecentConnectionsDescription": "Die maximale Anzahl der zuletzt verwendeten Verbindungen in der Verbindungsliste.",
|
||||
"sql.defaultEngineDescription": "Die zu verwendende Standard-SQL-Engine. Diese Einstellung legt den Standardsprachanbieter in SQL-Dateien und die Standardeinstellungen für neue Verbindungen fest. Aktuell gültige Option: MSSQL",
|
||||
"connection.parseClipboardForConnectionStringDescription": "Hiermit wird versucht, die Inhalte der Zwischenablage zu analysieren, wenn das Verbindungsdialogfeld geöffnet ist oder ein Element eingefügt wird."
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"ClearRecentlyUsedLabel": "Liste löschen",
|
||||
"ClearedRecentConnections": "Die Liste der zuletzt verwendeten Verbindungen wurde gelöscht.",
|
||||
"connectionAction.yes": "Ja",
|
||||
"connectionAction.no": "Nein",
|
||||
"clearRecentConnectionMessage": "Möchten Sie alle Verbindungen aus der Liste löschen?",
|
||||
"connectionDialog.yes": "Ja",
|
||||
"connectionDialog.no": "Nein",
|
||||
"delete": "Löschen",
|
||||
"connectionAction.GetCurrentConnectionString": "Aktuelle Verbindungszeichenfolge abrufen",
|
||||
"connectionAction.connectionString": "Die Verbindungszeichenfolge ist nicht verfügbar.",
|
||||
"connectionAction.noConnection": "Keine aktive Verbindung verfügbar."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"status.connection.status": "Verbindungsstatus"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"schema.providerId": "Allgemeine ID für den Anbieter",
|
||||
"schema.displayName": "Anzeigename für den Anbieter",
|
||||
"schema.iconPath": "Symbolpfad für den Servertyp",
|
||||
"schema.connectionOptions": "Verbindungsoptionen"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"onDidConnectMessage": "Verbunden mit",
|
||||
"onDidDisconnectMessage": "Getrennt",
|
||||
"unsavedGroupLabel": "Nicht gespeicherte Verbindungen"
|
||||
}
|
||||
Reference in New Issue
Block a user