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/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
new file mode 100644
index 00000000000..cebab2d329a
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------------------------
+ * 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": "外部終端機",
+ "explorer.openInTerminalKind": "自訂啟動的終端機類型。",
+ "terminal.external.windowsExec": "自訂要在 Windows 上執行的終端機。",
+ "terminal.external.osxExec": "自訂要在 OS X 上執行的終端機應用程式。",
+ "terminal.external.linuxExec": "自訂要在 Linux 上執行的終端機。",
+ "globalConsoleActionWin": "開啟新的命令提示字元",
+ "globalConsoleActionMacLinux": "開啟新的終端機",
+ "scopedConsoleActionWin": "在命令提示字元中開啟",
+ "scopedConsoleActionMacLinux": "在終端機中開啟",
+ "openFolderInIntegratedTerminal": "在終端機中開啟"
+} \ No newline at end of file