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

terminalInstance.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: 85c432607d94bad3215ebc09d74f9f0ce975d4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.a11yBlankLine": "空行",
	"terminal.integrated.a11yPromptLabel": "终端输入",
	"terminal.integrated.a11yTooMuchOutput": "输出太多,无法朗读。请手动转到行内进行阅读",
	"yes": "是",
	"no": "否",
	"dontShowAgain": "不再显示",
	"terminal.slowRendering": "集成终端的标准渲染器似乎在您的计算机上运行得很慢。使用基于 DOM 的渲染器也许能提高性能,是否切换? [阅读有关终端设置的更多信息](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered)。",
	"terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容",
	"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程",
	"terminal.integrated.waitOnExit": "按任意键以关闭终端",
	"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动 (退出代码: {2})"
}