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/terminal/electron-browser/terminalActions.i18n.json')
-rw-r--r--i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
index dc99fa23837..17f468b874b 100644
--- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
+++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
@@ -57,5 +57,7 @@
"workbench.action.terminal.scrollToPreviousCommand": "Zu vorherigem Befehl scrollen",
"workbench.action.terminal.scrollToNextCommand": "Zu nächstem Befehl scrollen",
"workbench.action.terminal.selectToPreviousCommand": "Auswählen bis zu vorherigem Befehl",
- "workbench.action.terminal.selectToNextCommand": "Auswählen bis zu nächstem Befehl"
+ "workbench.action.terminal.selectToNextCommand": "Auswählen bis zu nächstem Befehl",
+ "workbench.action.terminal.selectToPreviousLine": " Auswählen bis zur vorherigen Zeile ",
+ "workbench.action.terminal.selectToNextLine": "Auswählen bis zur nächsten Zeile"
} \ No newline at end of file