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

package.i18n.json « emmet « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b41ed8ca2a309fbafeced38d4e4873eb9ef1584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"command.wrapWithAbbreviation": "약어로 래핑",
	"command.wrapIndividualLinesWithAbbreviation": "약어로 개별 줄 래핑",
	"command.removeTag": "태그 제거",
	"command.updateTag": "태그 업데이트",
	"command.matchTag": "일치하는 쌍으로 이동",
	"command.balanceIn": "균형있게(안쪽으로)",
	"command.balanceOut": "균형있게(바깥쪽으로)",
	"command.prevEditPoint": "이전 편집 점으로 이동",
	"command.nextEditPoint": "다음 편집 점으로 이동",
	"command.mergeLines": "줄 병합",
	"command.selectPrevItem": "이전 항목 선택",
	"command.selectNextItem": "다음 항목 선택",
	"command.splitJoinTag": "태그 분할/조인",
	"command.toggleComment": "주석 토글",
	"command.evaluateMathExpression": "수식 평가",
	"command.updateImageSize": "이미지 크기 업데이트",
	"command.reflectCSSValue": "CSS 값 반영",
	"command.incrementNumberByOne": "1씩 증가",
	"command.decrementNumberByOne": "1씩 감소",
	"command.incrementNumberByOneTenth": "0.1씩 증가",
	"command.decrementNumberByOneTenth": "0.1씩 감소",
	"command.incrementNumberByTen": "10씩 증가",
	"command.decrementNumberByTen": "10씩 감소",
	"emmetSyntaxProfiles": "지정된 구문에 대한 프로필을 정의하거나 특정 규칙이 포함된 고유한 프로필을 사용하세요.",
	"emmetPreferences": "Emmet의 일부 작업 및 해결 프로그램의 동작을 수정하는 데 사용되는 기본 설정입니다.",
	"emmetPreferencesIntUnit": "정수 값의 기본 단위",
	"emmetPreferencesFloatUnit": "부동 소수점 값의 기본 단위",
	"emmetPreferencesCssAfter": "CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
	"emmetPreferencesSassAfter": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
	"emmetPreferencesStylusAfter": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
	"emmetPreferencesCssBetween": "CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
	"emmetPreferencesSassBetween": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
	"emmetPreferencesStylusBetween": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호"
}