mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
24
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/addControllerDialog.i18n.json
vendored
Normal file
24
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/addControllerDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"basicAuthName": "Standard",
|
||||
"integratedAuthName": "Windows-Authentifizierung",
|
||||
"err.controller.username.required": "Benutzername erforderlich",
|
||||
"err.controller.password.required": "Kennwort erforderlich",
|
||||
"textAddNewController": "Neuen Controller hinzufügen (Vorschau)",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "Benutzername",
|
||||
"textPasswordLower": "Kennwort",
|
||||
"textRememberPassword": "Kennwort speichern",
|
||||
"textUrlCapital": "Clusterverwaltungs-URL",
|
||||
"textAuthCapital": "Authentifizierungstyp",
|
||||
"textUsernameCapital": "Benutzername",
|
||||
"textPasswordCapital": "Kennwort",
|
||||
"textAdd": "Hinzufügen",
|
||||
"textCancel": "Abbrechen"
|
||||
}
|
||||
13
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/bdcDashboard.i18n.json
vendored
Normal file
13
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/bdcDashboard.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"bdc.dashboard.refreshButton": "Aktualisieren",
|
||||
"bdc.dashboard.troubleshootButton": "Problembehandlung",
|
||||
"bdc.dashboard.overviewNavTitle": "Überblick über Big Data-Cluster",
|
||||
"bdc.dashboard.clusterDetails": "Clusterdetails"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc.dashboard.propertiesHeader": "Clustereigenschaften",
|
||||
"bdc.dashboard.clusterState": "Clusterstatus:",
|
||||
"bdc.dashboard.healthStatus": "Integritätsstatus:",
|
||||
"bdc.dashboard.overviewHeader": "Clusterübersicht",
|
||||
"bdc.dashboard.lastUpdated": "Zuletzt aktualisiert: {0}",
|
||||
"bdc.dashboard.serviceNameHeader": "Dienstname",
|
||||
"bdc.dashboard.stateHeader": "Status",
|
||||
"bdc.dashboard.healthStatusHeader": "Integritätsstatus",
|
||||
"bdc.dashboard.endpointsLabel": "Dienstendpunkte",
|
||||
"bdc.dashboard.serviceHeader": "Dienst",
|
||||
"bdc.dashboard.endpointHeader": "Endpunkt",
|
||||
"endpointsError": "Unerwarteter Fehler beim Abrufen von BDC-Endpunkten: {0}",
|
||||
"bdc.dashboard.noConnection": "Das Dashboard erfordert eine Verbindung. Klicken Sie auf \"Wiederholen\", um Ihre Anmeldeinformationen einzugeben.",
|
||||
"bdc.dashboard.unexpectedError": "Unerwarteter Fehler: {0}",
|
||||
"bdc.dashboard.copyTitle": "Kopieren",
|
||||
"copiedEndpoint": "Endpunkt \"{0}\" in Zwischenablage kopiert"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc.dashboard.viewHyperlink": "Sicht",
|
||||
"bdc.dashboard.notAvailable": "N/V",
|
||||
"bdc.dashboard.healthStatusDetailsHeader": "Details zum Integritätsstatus",
|
||||
"bdc.dashboard.lastUpdated": "Zuletzt aktualisiert: {0}",
|
||||
"bdc.dashboard.instanceHeader": "Instanz",
|
||||
"bdc.dashboard.stateHeader": "Status",
|
||||
"bdc.dashboard.healthStatusHeader": "Integritätsstatus",
|
||||
"bdc.dashboard.metricsAndLogsLabel": "Metriken und Protokolle",
|
||||
"bdc.dashboard.nodeMetricsHeader": "Knotenmetriken",
|
||||
"bdc.dashboard.sqlMetricsHeader": "SQL-Metriken",
|
||||
"bdc.dashboard.logsHeader": "Protokolle"
|
||||
}
|
||||
10
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/commonControls.i18n.json
vendored
Normal file
10
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/commonControls.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"bdc.dashboard.viewDetails": "Details anzeigen"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectController.dialog.title": "Verbindung mit Controller herstellen (Vorschau)"
|
||||
}
|
||||
25
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/hdfsDialogBase.i18n.json
vendored
Normal file
25
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/hdfsDialogBase.i18n.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"basicAuthName": "Standard",
|
||||
"integratedAuthName": "Windows-Authentifizierung",
|
||||
"mount.hdfs.loginerror1": "Fehler bei der Anmeldung beim Controller.",
|
||||
"mount.hdfs.loginerror2": "Fehler bei der Anmeldung beim Controller: {0}",
|
||||
"err.controller.username.required": "Benutzername erforderlich",
|
||||
"err.controller.password.required": "Kennwort erforderlich",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "Benutzername",
|
||||
"textPasswordLower": "Kennwort",
|
||||
"textUrlCapital": "Clusterverwaltungs-URL",
|
||||
"textAuthCapital": "Authentifizierungstyp",
|
||||
"textUsernameCapital": "Benutzername",
|
||||
"textPasswordCapital": "Kennwort",
|
||||
"hdsf.dialog.connection.section": "Clusterverbindung",
|
||||
"hdfs.dialog.ok": "OK",
|
||||
"hdfs.dialog.cancel": "Abbrechen"
|
||||
}
|
||||
30
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/mountHdfsDialog.i18n.json
vendored
Normal file
30
i18n/deu/extensions/big-data-cluster/dist/bigDataCluster/dialog/mountHdfsDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"mount.main.section": "Einbindungskonfiguration",
|
||||
"mount.hdfsPath.title": "HDFS-Pfad",
|
||||
"mount.err.formatting": "Fehlerhafte Formatierung von Anmeldeinformationen in \"{0}\".",
|
||||
"mount.task.name": "Der HDFS-Ordner wird im Pfad \"{0}\" eingebunden.",
|
||||
"mount.task.submitted": "Die Erstellung des eingebundenen Volumes wurde gestartet.",
|
||||
"mount.task.complete": "Das Einbinden des HDFS-Ordners ist abgeschlossen.",
|
||||
"mount.task.inprogress": "Der Einbindungsvorgang wird wahrscheinlich abgeschlossen. Überprüfen Sie dies später.",
|
||||
"mount.task.error": "Fehler beim Einbinden des Ordners: {0}",
|
||||
"mount.error.unknown": "Unbekannter Fehler während des Einbindungsvorgangs.",
|
||||
"mount.dialog.title": "HDFS-Ordner einbinden (Vorschau)",
|
||||
"mount.hdfsPath.info": "Pfad zu einem neuen (nicht vorhandenen) Verzeichnis, das Sie dem eingebundenen Volume zuordnen möchten",
|
||||
"mount.remoteUri.title": "Remote-URI",
|
||||
"mount.remoteUri.info": "Der URI zur Remotedatenquelle, Beispiel für ADLS: abfs://fs@saccount.dfs.core.windows.net/",
|
||||
"mount.credentials.title": "Anmeldeinformationen",
|
||||
"mount.credentials.info": "Anmeldeinformationen zur Authentifizierung des eingebundenen Volumes bei der Remotedatenquelle, um Lesevorgänge auszuführen",
|
||||
"refreshmount.dialog.title": "Eingebundenes Volume aktualisieren",
|
||||
"refreshmount.task.name": "Das eingebundene HDFS-Volume im Pfad \"{0}\" wird aktualisiert.",
|
||||
"refreshmount.task.submitted": "Die Anforderung zum Aktualisieren des eingebundenen Volumes wurde übermittelt.",
|
||||
"deleteMount.dialog.title": "Eingebundenes Volume löschen",
|
||||
"deletemount.task.name": "Das eingebundene HDFS-Volume im Pfad \"{0}\" wird gelöscht.",
|
||||
"deletemount.task.submitted": "Die Anforderung zum Löschen des eingebundenen Volumes wurde übermittelt."
|
||||
}
|
||||
Reference in New Issue
Block a user