terminal.contribution.i18n.json 854 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7
	"externalTerminal.linuxExec": "自訂要在 Linux 上執行的終端機。",
D
Dirk Baeumer 已提交
8
	"externalTerminal.windowsExec": "自訂要在 Windows 執行的終端機。",
D
Dirk Baeumer 已提交
9 10 11
	"globalConsoleActionMacLinux": "開啟新的終端機",
	"globalConsoleActionWin": "開啟新的命令提示字元",
	"scopedConsoleActionMacLinux": "在終端機中開啟",
I
isidor 已提交
12
	"scopedConsoleActionWin": "在命令提示字元中開啟",
D
Dirk Baeumer 已提交
13
	"terminalConfigurationTitle": "外部終端機組態"
D
Dirk Baeumer 已提交
14
}