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/repl.i18n.json')
-rw-r--r--i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
1 files changed, 2 insertions, 1 deletions
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 c485972ac2a..49aa9da0f38 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,6 @@
"replAriaLabel": "REPL-Bereich (Read Eval Print-Loop)",
"actions.repl.historyPrevious": "Verlauf vorherige",
"actions.repl.historyNext": "Verlauf nächste",
- "actions.repl.acceptInput": "REPL-Eingaben akzeptieren"
+ "actions.repl.acceptInput": "REPL-Eingaben akzeptieren",
+ "actions.repl.copyAll": "Debuggen: Konsole – alle kopieren"
} \ No newline at end of file