commandsHandler.i18n.json 799 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7
	"": "{0}: {1}",
D
Dirk Baeumer 已提交
8 9 10 11
	"actionNotEnabled": "'{0}' 명령은 현재 컨텍스트에서 사용할 수 없습니다.",
	"canNotRun": "'{0}' 명령은 여기에서 실행할 수 없습니다.",
	"commandLabel": "{0}: {1}",
	"entryAriaLabel": "{0}, 명령",
D
Dirk Baeumer 已提交
12
	"entryAriaLabelWithKey": "{0}, {1}, 명령",
D
Dirk Baeumer 已提交
13 14 15
	"noCommandsMatching": "일치하는 명령 없음",
	"showTriggerActions": "모든 명령 표시"
}