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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/extensions/json/package.i18n.json')
-rw-r--r--i18n/kor/extensions/json/package.i18n.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/i18n/kor/extensions/json/package.i18n.json b/i18n/kor/extensions/json/package.i18n.json
index bcc11ebefb5..3adf4f967d1 100644
--- a/i18n/kor/extensions/json/package.i18n.json
+++ b/i18n/kor/extensions/json/package.i18n.json
@@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "displayName": "JSON 언어 기능",
+ "description": "JSON 파일에 대한 다양한 언어 지원을 제공합니다.",
"json.schemas.desc": "현재 프로젝트에서 스키마를 JSON 파일에 연결",
"json.schemas.url.desc": "현재 디렉터리에 있는 스키마의 URL 또는 상대 경로",
"json.schemas.fileMatch.desc": "스키마에 대한 JSON 파일을 확인할 때 일치할 파일 패턴의 배열입니다.",
@@ -14,5 +16,6 @@
"json.format.enable.desc": "기본 JSON 포맷터 사용/사용 안 함(다시 시작해야 함)",
"json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다.",
"json.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
- "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다."
+ "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
+ "json.experimental.syntaxFolding": "구문 인식 접기 마커를 설정하거나 해제합니다."
} \ No newline at end of file