2018-03-06. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye
2018-03-06 17:42:17 -08:00
committed by Sandeep Somavarapu
parent b1663316da
commit d41bb9dd1c
1174 changed files with 3554 additions and 829 deletions

View File

@@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "HTML 언어 기능",
"description": "HTML, Razor 및 Handlebar 파일에 대한 다양한 언어 지원을 제공합니다.",
"html.format.enable.desc": "기본 HTML 포맷터를 사용하거나 사용하지 않습니다.",
"html.format.wrapLineLength.desc": "한 줄당 최대 문자 수입니다(0 = 사용 안 함).",
"html.format.unformatted.desc": "쉼표로 분리된 태그 목록으로, 서식을 다시 지정해서는 안 됩니다. https://www.w3.org/TR/html5/dom.html#phrasing-content에 나열된 모든 태그의 기본값은 'null'로 설정됩니다.",
@@ -27,5 +29,6 @@
"html.trace.server.desc": "VS Code와 HTML 언어 서버 간 통신을 추적합니다.",
"html.validate.scripts": "기본 제공 HTML 언어 지원에서 포함 스크립트의 유효성을 검사하는지 여부를 구성합니다.",
"html.validate.styles": "기본 제공 HTML 언어 지원에서 포함 스타일의 유효성을 검사하는지 여부를 구성합니다.",
"html.experimental.syntaxFolding": "구문 인식 접기 마커를 설정하거나 해제합니다.",
"html.autoClosingTags": "HTML 태그의 자동 닫기를 사용하거나 사용하지 않습니다."
}