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

terminalActions.i18n.json « electron-browser « terminal « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b42baa191aa0ac3af17c7a82f4c52a9085a20e7 (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
/*---------------------------------------------------------------------------------------------
 *  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.scrollUp": "向上捲動 (行)",
	"workbench.action.terminal.scrollUpPage": "向上捲動 (頁)",
	"workbench.action.terminal.switchTerminalInstance": "切換終端機執行個體",
	"workbench.action.terminal.toggleTerminal": "切換整合式終端機"
}