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

keybindingsEditor.i18n.json « browser « preferences « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e80e5a7a2f1dd362f752c34cbd487bf9046c3480 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"keybindingsInputName": "바로 가기 키(&&K)",
	"SearchKeybindings.AriaLabel": "키 바인딩 검색",
	"SearchKeybindings.Placeholder": "키 바인딩 검색",
	"sortByPrecedene": "우선 순위별 정렬",
	"header-message": "고급 사용자 지정의 경우 다음 파일을 열고 편집하세요.",
	"keybindings-file-name": "keybindings.json",
	"keybindingsLabel": "키 바인딩",
	"changeLabel": "키 바인딩 변경",
	"addLabel": "키 바인딩 추가",
	"removeLabel": "키 바인딩 제거",
	"resetLabel": "키 바인딩 다시 설정",
	"showSameKeybindings": "동일한 키 바인딩 표시",
	"copyLabel": "복사",
	"copyCommandLabel": "복사 명령",
	"error": "키 바인딩을 편집하는 동안 '{0}' 오류가 발생했습니다. 'keybindings.json' 파일을 열고 오류를 확인하세요.",
	"command": "명령",
	"keybinding": "키 바인딩",
	"source": "소스",
	"when": "시기",
	"editKeybindingLabelWithKey": "키 바인딩 {0} 변경",
	"editKeybindingLabel": "키 바인딩 변경",
	"addKeybindingLabelWithKey": "키 바인딩 {0} 추가",
	"addKeybindingLabel": "키 바인딩 추가",
	"title": "{0}({1})",
	"commandAriaLabel": "명령은 {0}입니다.",
	"keybindingAriaLabel": "키 바인딩은 {0}입니다.",
	"noKeybinding": "키 바인딩이 할당되지 않았습니다.",
	"sourceAriaLabel": "소스는 {0}입니다.",
	"whenAriaLabel": "{0}인 경우",
	"noWhen": "컨텍스트인 경우 아니요"
}