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/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
new file mode 100644
index 00000000000..d3cee93576d
--- /dev/null
+++ b/i18n/chs/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": "外部终端",
+ "terminal.external.windowsExec": "自定义要在 Windows 上运行的终端。",
+ "terminal.external.osxExec": "自定义要在 OS X 上运行的终端应用程序。",
+ "terminal.external.linuxExec": "自定义要在 Linux 上运行的终端。",
+ "globalConsoleActionWin": "打开新命令提示符",
+ "globalConsoleActionMacLinux": "打开新终端",
+ "scopedConsoleActionWin": "在命令提示符中打开",
+ "scopedConsoleActionMacLinux": "在终端中打开",
+ "openFolderInIntegratedTerminal": "在终端中打开"
+} \ No newline at end of file