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: 8c45f3cb91bd6a60965219d46a05528c865f06d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminalIntegratedConfigurationTitle": "集成终端",
	"terminal.integrated.shell.linux": "终端在 Linux 上使用的 shell 的路径。",
	"terminal.integrated.shellArgs.linux": "在 Linux 终端上时要使用的命令行参数。",
	"terminal.integrated.shell.osx": "终端在 OS X 上使用的 shell 的路径。",
	"terminal.integrated.shellArgs.osx": "在 OS X 终端上时要使用的命令行参数。",
	"terminal.integrated.shell.windows": "终端在 Windows 上使用的 shell 的路径。使用随 Windows 一起提供的 shell 时(cmd、PowerShell 或 Ubuntu 上的 Bash),相对 C:\\Windows\\System32,首选 C:\\Windows\\sysnative 以使用 64 位版本。",
	"terminal.integrated.shellArgs.windows": "在 Windows 终端上时使用的命令行参数。",
	"terminal.integrated.rightClickCopyPaste": "设置后,在终端内右键单击时,这将阻止显示上下文菜单,相反,它将在有选项时进行复制,并且在没有选项时进行粘贴。",
	"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
	"terminal.integrated.fontLigatures": "控制是否在终端中启用字体连字。",
	"terminal.integrated.fontSize": "控制终端的字号(以像素为单位)。",
	"terminal.integrated.lineHeight": "控制终端的行高,此数字乘以终端字号得到实际行高(以像素表示)。",
	"terminal.integrated.enableBold": "是否在终端内启用粗体文本,这需要终端 shell 的支持。",
	"terminal.integrated.cursorBlinking": "控制终端光标是否闪烁。",
	"terminal.integrated.cursorStyle": "控制终端游标的样式。",
	"terminal.integrated.scrollback": "控制终端保持在缓冲区的最大行数。",
	"terminal.integrated.setLocaleVariables": "控制是否在终端启动时设置区域设置变量,在 OS X 上默认设置为 true,在其他平台上为 false。",
	"terminal.integrated.cwd": "将在其中启动终端的一个显式起始路径,它用作 shell 进程的当前工作目录(cwd)。当根目录为不方便的 cwd 时,此路径在工作区设置中可能十分有用。",
	"terminal.integrated.confirmOnExit": "在存在活动终端会话的情况下,退出时是否要确认。",
	"terminal.integrated.commandsToSkipShell": "一组命令 ID,其键绑定不发送到 shell 而始终由 Code 处理。这使得通常由 shell 使用的键绑定的使用效果与未将终端设为焦点时相同,例如按 Ctrl+P 启动 Quick Open。",
	"terminal": "终端",
	"terminalCategory": "终端",
	"viewCategory": "查看"
}