terminalInstance.i18n.json 769 字节
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.
{
7
	"terminal.integrated.copySelection.noSelection": "終端機沒有任何選取項目可以複製",
D
Dirk Baeumer 已提交
8
	"terminal.integrated.exitedWithCode": "終端機處理序已終止,結束代碼為: {0}",
9 10
	"terminal.integrated.waitOnExit": "按任意鍵關閉終端機",
	"terminal.integrated.launchFailed": "無法啟動終端機處理序命令 `{0}{1}` (結束代碼: {2})"
D
Dirk Baeumer 已提交
11
}