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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d410308122c676a04b8741ffc8a7662a19844fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "모든 명령 표시",
	"showCommands.label": "명령 팔레트...",
	"entryAriaLabelWithKey": "{0}, {1}, 명령",
	"entryAriaLabel": "{0}, 명령",
	"canNotRun": "'{0}' 명령은 여기에서 실행할 수 없습니다.",
	"actionNotEnabled": "'{0}' 명령은 현재 컨텍스트에서 사용할 수 없습니다.",
	"commandLabel": "{0}: {1}",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "일치하는 명령 없음"
}