Welcome to mirror list, hosted at ThFree Co, Russian Federation.

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3cee93576d950c97fa9ec27edbc12f80cd98947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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": "在终端中打开"
}