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: d96d23dca0e928587a9845011037f6c40aeb93e0 (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
31
32
33
34
35
36
37
38
39
40
41
42
/*---------------------------------------------------------------------------------------------
 *  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.toggleTerminal": "切换集成终端",
	"workbench.action.terminal.kill": "终止活动终端实例",
	"workbench.action.terminal.kill.short": "终止终端",
	"workbench.action.terminal.quickKill": "终止终端实例",
	"workbench.action.terminal.copySelection": "复制所选内容",
	"workbench.action.terminal.selectAll": "全选",
	"workbench.action.terminal.deleteWordLeft": "删除左侧的字符",
	"workbench.action.terminal.deleteWordRight": "删除右侧的字符",
	"workbench.action.terminal.new": "新建集成终端",
	"workbench.action.terminal.new.short": "新的终端",
	"workbench.action.terminal.focus": "聚焦于终端",
	"workbench.action.terminal.focusNext": "聚焦于下一终端",
	"workbench.action.terminal.focusPrevious": "聚焦于上一终端",
	"workbench.action.terminal.paste": "粘贴到活动终端中",
	"workbench.action.terminal.DefaultShell": "选择默认 Shell",
	"workbench.action.terminal.runSelectedText": "在活动终端运行所选文本",
	"workbench.action.terminal.runActiveFile": "在活动终端中运行活动文件",
	"workbench.action.terminal.runActiveFile.noFile": "只有磁盘上的文件可在终端上运行",
	"workbench.action.terminal.switchTerminalInstance": "切换终端实例",
	"workbench.action.terminal.scrollDown": "向下滚动(行)",
	"workbench.action.terminal.scrollDownPage": "向下滚动(页)",
	"workbench.action.terminal.scrollToBottom": "滚动到底部",
	"workbench.action.terminal.scrollUp": "向上滚动(行)",
	"workbench.action.terminal.scrollUpPage": "向上滚动(页)",
	"workbench.action.terminal.scrollToTop": "滚动到顶部",
	"workbench.action.terminal.clear": "清除",
	"workbench.action.terminal.allowWorkspaceShell": "允许配置工作区 Shell",
	"workbench.action.terminal.disallowWorkspaceShell": "禁止配置工作区 Shell",
	"workbench.action.terminal.rename": "重命名",
	"workbench.action.terminal.rename.prompt": "输入终端名称",
	"workbench.action.terminal.focusFindWidget": "聚焦于查找小组件",
	"workbench.action.terminal.hideFindWidget": "隐藏查找小组件",
	"nextTerminalFindTerm": "显示下一个搜索结果",
	"previousTerminalFindTerm": "显示上一个搜索结果",
	"quickOpenTerm": "切换活动终端"
}