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/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index f26087bbe2e..46df36fa33f 100644
--- a/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -9,6 +9,9 @@
"schema.token.settings": "토큰의 색 및 스타일입니다.",
"schema.token.foreground": "토큰의 전경색입니다.",
"schema.token.background.warning": "현재 토큰 배경색이 지원되지 않습니다.",
+ "schema.token.fontStyle": "규칙의 글꼴 스타일로 '기울임꼴, '굵게' 및 '밑줄' 중 하나이거나 이들의 조합입니다. 빈 문자열을 지정하면 상속된 설정이 해제됩니다.",
+ "schema.fontStyle.error": "글꼴 스타일은 '기울임꼴, '굵게' , '밑줄' 또는 이들의 조합이나 빈 문자열이어야 합니다.",
+ "schema.token.fontStyle.none": "없음(상속된 스타일 지우기)",
"schema.properties.name": "규칙에 대한 설명입니다.",
"schema.properties.scope": "이 규칙과 일치하는 범위 선택기입니다.",
"schema.tokenColors.path": "tmTheme 파일의 경로(현재 파일의 상대 경로)입니다.",