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