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

terminalActions.i18n.json « electron-browser « terminal « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebb5508db13ba4d3115e3a5eafed78cf53590ba1 (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": "통합 터미널 설정/해제"
}