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/debugEditorContribution.i18n.json')
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index e846c6d5aa7..71d76282fb2 100644
--- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Haltepunkt hinzufügen",
- "addConfiguration": "Konfiguration hinzufügen..."
+ "addConfiguration": "Konfiguration hinzufügen...",
+ "disableBreakpointOnLine": "Zeilenhaltepunkt deaktivieren",
+ "disableColumnBreakpoint": "Haltepunkt in Spalte {0} deaktivieren",
+ "editBreakpointOnColumn": "Haltepunkt in Spalte {0} bearbeiten",
+ "editBreakpoints": "Haltepunkte bearbeiten",
+ "editLineBrekapoint": "Zeilenhaltepunkt bearbeiten",
+ "enableBreakpointOnLine": "Zeilenhaltepunkt aktivieren",
+ "enableBreakpoints": "Haltepunkt in Spalte {0} aktivieren",
+ "enableDisableBreakpoints": "Haltepunkte aktivieren/deaktivieren",
+ "removeBreakpointOnColumn": "Haltepunkt in Spalte {0} entfernen",
+ "removeBreakpoints": "Haltepunkte entfernen",
+ "removeLineBreakpoint": "Zeilenhaltepunkt entfernen"
} \ No newline at end of file