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/debug.contribution.i18n.json')
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json7
1 files changed, 5 insertions, 2 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