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

terminalActions.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: 42ecf53f401320ce35038ed382ea194f63a0c2ef (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"workbench.action.terminal.clear": "清除",
	"workbench.action.terminal.copySelection": "复制所选内容",
	"workbench.action.terminal.focus": "聚焦于终端",
	"workbench.action.terminal.focusNext": "聚焦于下一终端",
	"workbench.action.terminal.focusPrevious": "聚焦于上一终端",
	"workbench.action.terminal.kill": "终止活动终端实例",
	"workbench.action.terminal.kill.short": "终止终端",
	"workbench.action.terminal.new": "新建集成终端",
	"workbench.action.terminal.new.short": "新的终端",
	"workbench.action.terminal.paste": "粘贴到活动终端中",
	"workbench.action.terminal.runSelectedText": "在活动终端运行所选文本",
	"workbench.action.terminal.scrollDown": "向下滚动(行)",
	"workbench.action.terminal.scrollDownPage": "向下滚动(页)",
	"workbench.action.terminal.scrollToBottom": "滚动到底部",
	"workbench.action.terminal.scrollToTop": "滚动到顶部",
	"workbench.action.terminal.scrollUp": "向上滚动(行)",
	"workbench.action.terminal.scrollUpPage": "向上滚动(页)",
	"workbench.action.terminal.switchTerminalInstance": "切换终端实例",
	"workbench.action.terminal.toggleTerminal": "切换集成终端"
}