emmet.contribution.i18n.json 976 字节
Newer Older
D
Daniel Ye 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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
Daniel Ye 已提交
6 7
{
	"emmetConfigurationTitle": "Emmet",
8 9
	"triggerExpansionOnTab": "사용하도록 설정하면 emmet 약어는 <Tab> 키를 눌렀을 때 확장됩니다. emmet.useNewemmet을 true로 설정하면 적용되지 않습니다.",
	"emmetPreferences": "Emmet의 일부 작업 및 해결 프로그램의 동작을 수정하는 데 사용되는 기본 설정입니다. emmet.useNewemmet을 true로 설정하면 적용되지 않습니다.",
10
	"useNewEmmet": "모든 emmet 기능에 대해 새 emmet 모듈을 사용해 보세요(이전 단일 emmet 라이브러리를 대체함)."
D
Daniel Ye 已提交
11
}