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: 0576d669667fc73b560ae487b0a794941bad631c (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
41
42
43
44
45
46
47
48
/*---------------------------------------------------------------------------------------------
 *  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": "지정된 구문에 대한 프로필을 정의하거나 특정 규칙이 포함된 고유한 프로필을 사용하세요.",
	"emmetExclude": "Emmet 약어를 확장하면 안 되는 언어의 배열입니다.",
	"emmetExtensionsPath": "Emmet 프로필 및 코드 조각이 포함된 폴더의 경로입니다.'",
	"emmetShowExpandedAbbreviation": "확장된 emmet 약어를 제안으로 표시합니다.\n\"inMarkupAndStylesheetFilesOnly\" 옵션이 html, haml, jade, slim, xml, xsl, css, scss, sass, less 및 stylus에 적용됩니다.\n\"always\" 옵션이 마크업/css에 관계없이 파일의 모든 부분에 적용됩니다.",
	"emmetShowAbbreviationSuggestions": "가능한 emmet 약어를 제안으로 표시합니다. 스타일시트에는 적용되지 않고 emmet.showExpandedAbbreviation이 \"never\"로 설정되어 있을 때도 적용되지 않습니다.",
	"emmetIncludeLanguages": "기본 지원되지 않는 언어에서 emmet 약어를 사용합니다. 언어와 emmet 지원 언어 사이에 매핑을 추가합니다.\n예: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
	"emmetVariables": "emmet 조각에 사용되는 변수",
	"emmetTriggerExpansionOnTab": "사용하도록 설정하면 emmet 약어는 <Tab> 키를 눌렀을 때 확장됩니다.",
	"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 속성 및 값 사이에 배치할 기호",
	"emmetShowSuggestionsAsSnippets": "True이면 emmet 제안이 코드 조각으로 표시되며 editor.snippetSuggestions 설정에 따라 코드 조각을 정렬할 수 있습니다."
}