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: 4b5c1fe8d5e2acb4cd86f9eb199c989aa6ede696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "모든 명령 표시",
	"clearCommandHistory": "명령 기록 지우기",
	"showCommands.label": "명령 팔레트...",
	"entryAriaLabelWithKey": "{0}, {1}, 명령",
	"entryAriaLabel": "{0}, 명령",
	"actionNotEnabled": "'{0}' 명령은 현재 컨텍스트에서 사용할 수 없습니다.",
	"recentlyUsed": "최근에 사용한 항목",
	"morecCommands": "기타 명령",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "일치하는 명령 없음"
}