Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/deu/src/vs/workbench/parts/debug/electron-browser')
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json7
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json2
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json8
3 files changed, 10 insertions, 7 deletions
diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index a7ac885bb1a..0d03c8ccd26 100644
--- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -4,12 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "allowBreakpointsEverywhere": "Ermöglicht das Festlegen von Haltepunkten für alle Dateien, unabhängig von der Erweiterung.",
"debug": "Debuggen",
"debugCategory": "Debuggen",
+ "debugConfigurationTitle": "Debuggen",
"debugErrorEditor": "Debuggingfehler",
- "debugPanel": "Debugkonsole",
+ "debugPanel": "Debugging-Konsole",
"launchConfigDoesNotExist": "Die Startkonfiguration \"{0}\" ist nicht vorhanden.",
- "toggleDebugPanel": "Debugkonsole",
+ "openExplorerOnEnd": "Hiermit wird am Ende einer Debugsitzung automatisch ein Explorer-Viewlet geöffnet.",
+ "toggleDebugPanel": "Debugging-Konsole",
"toggleDebugViewlet": "Debuggen anzeigen",
"view": "Anzeigen"
} \ No newline at end of file
diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index 259cadbdd07..770be80d194 100644
--- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,5 @@
"actions.repl.acceptInput": "REPL-Eingaben akzeptieren",
"actions.repl.historyNext": "Verlauf nächste",
"actions.repl.historyPrevious": "Verlauf vorherige",
- "replAriaLabel": "REPL-Bereich (Read Eval Print Loop)"
+ "replAriaLabel": "REPL-Bereich (Read Eval Print-Loop)"
} \ No newline at end of file
diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
index 817f9ac994f..ebbfcb6507a 100644
--- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
+++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
@@ -6,9 +6,9 @@
{
"fileLink": "Zum Öffnen klicken (STRG+KLICKEN für seitliche Anzeige)",
"fileLinkMac": "Zum Öffnen klicken (CMD+KLICKEN für seitliche Anzeige)",
- "replExpressionAriaLabel": "Ausdruck {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
- "replKeyValueOutputAriaLabel": "Ausgabevariable {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
- "replValueOutputAriaLabel": "{0}, Read Eval Print Loop, Debuggen",
- "replVariableAriaLabel": "Variable {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
+ "replExpressionAriaLabel": "Ausdruck {0} besitzt den Wert {1}, Read Eval Print-Loop, Debuggen",
+ "replKeyValueOutputAriaLabel": "Ausgabevariable {0} besitzt den Wert {1}, Read Eval Print-Loop, Debuggen",
+ "replValueOutputAriaLabel": "{0}, Read Eval Print-Loop, Debuggen",
+ "replVariableAriaLabel": "Variable {0} besitzt den Wert {1}, Read Eval Print-Loop, Debuggen",
"stateCapture": "Der Objektstatus wird aus der ersten Auswertung erfasst."
} \ No newline at end of file