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

keybindingService.i18n.json « electron-browser « keybinding « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7e03d0cf37c5f4a7893bbe45bc6106d30ef96e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"invalid.keybindings": "잘못된 `contributes.{0}`입니다. {1}",
	"keybindings.json.args": "실행할 명령에 전달할 인수입니다.",
	"keybindings.json.command": "실행할 명령의 이름",
	"keybindings.json.key": "키 또는 키 시퀀스(공백으로 구분됨)",
	"keybindings.json.title": "키 바인딩 구성",
	"keybindings.json.when": "키가 활성화되는 조건입니다.",
	"nonempty": "비어 있지 않은 값이 필요합니다.",
	"optstring": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다.",
	"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
	"vscode.extension.contributes.keybindings": "키 바인딩을 적용합니다.",
	"vscode.extension.contributes.keybindings.command": "키 바인딩이 트리거될 때 실행할 명령의 식별자입니다.",
	"vscode.extension.contributes.keybindings.key": "키 또는 키 시퀀스(더하기 기호가 있는 개별 키, 공백이 있는 시퀀스, 예: Ctrl+O 및 Ctrl+L L을 동시에 누름)",
	"vscode.extension.contributes.keybindings.linux": "Linux 특정 키 또는 키 시퀀스",
	"vscode.extension.contributes.keybindings.mac": "Mac 특정 키 또는 키 시퀀스입니다.",
	"vscode.extension.contributes.keybindings.when": "키가 활성화되는 조건입니다.",
	"vscode.extension.contributes.keybindings.win": "Windows 특정 키 또는 키 시퀀스"
}