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/execution/electron-browser/execution.contribution.i18n.json')
-rw-r--r--i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
new file mode 100644
index 00000000000..f14a2f53165
--- /dev/null
+++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "terminalConfigurationTitle": "Externes Terminal",
+ "terminal.external.windowsExec": "Passt an, welches Terminal für Windows ausgeführt werden soll.",
+ "terminal.external.osxExec": "Passt an, welche Terminalanwendung unter OS X ausgeführt werden soll.",
+ "terminal.external.linuxExec": "Passt an, welches Terminal unter Linux ausgeführt werden soll.",
+ "globalConsoleActionWin": "Neue Eingabeaufforderung öffnen",
+ "globalConsoleActionMacLinux": "Neues Terminal öffnen",
+ "scopedConsoleActionWin": "In Eingabeaufforderung öffnen",
+ "scopedConsoleActionMacLinux": "In Terminal öffnen",
+ "openFolderInIntegratedTerminal": "In Terminal öffnen"
+} \ No newline at end of file