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