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

terminal.contribution.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: 360b6a4fadb984f316913827ece33ae58d4cc37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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": "终端",
	"terminal.integrated.commandsToSkipShell": "一组命令 ID,其键绑定不发送到 shell 而始终由 Code 处理。这使得通常由 shell 使用的键绑定的使用效果与未将终端设为焦点时相同,例如按 Ctrl+P 启动 Quick Open。",
	"terminal.integrated.cursorBlinking": "控制终端游标是否闪烁。",
	"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
	"terminal.integrated.fontLigatures": "控制是否在终端中启用字体连字。",
	"terminal.integrated.fontSize": "以像素为单位控制终端的字号,这是 editor.fontSize 的默认值。",
	"terminal.integrated.lineHeight": "控制终端的行高,此数字乘以终端字号得到实际行高(以像素表示)。",
	"terminal.integrated.setLocaleVariables": "控制是否在终端启动时设置区域设置变量,在 OS X 上默认设置为 true,在其他平台上为 false。",
	"terminal.integrated.shell.linux": "终端在 Linux 上使用的 shell 的路径。",
	"terminal.integrated.shell.osx": "终端在 OS X 上使用的 shell 的路径。",
	"terminal.integrated.shell.windows": "终端在 Windows 上使用的 shell 的路径。使用随 Windows 一起提供的 shell 时(cmd、PowerShell 或 Ubuntu 上的 Bash),相对 C:WindowsSystem32,首选 C:Windowssysnative 以使用 64 位版本。",
	"terminal.integrated.shellArgs.linux": "在 Linux 终端上时要使用的命令行参数。",
	"terminal.integrated.shellArgs.osx": "在 OS X 终端上时要使用的命令行参数。",
	"terminalCategory": "终端",
	"terminalIntegratedConfigurationTitle": "集成终端",
	"viewCategory": "查看"
}