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

terminalService.i18n.json « electron-browser « terminal « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b431f37d7fadb9938afac26713279eafb6058dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminal.integrated.chooseWindowsShellInfo": "可通过选择“自定义”按钮来更改默认的终端 shell。",
	"customize": "自定义",
	"cancel": "取消",
	"never again": "好,永不再显示",
	"terminal.integrated.chooseWindowsShell": "选择首选的终端 shell,你可稍后在设置中进行更改",
	"terminalService.terminalCloseConfirmationSingular": "存在一个活动的终端会话,是否要终止此会话?",
	"terminalService.terminalCloseConfirmationPlural": "存在 {0} 个活动的终端会话,是否要终止这些会话?"
}