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/electron-browser/colorThemeStore.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
new file mode 100644
index 00000000000..4bcd1e891d3
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.themes": "Contributes textmate color themes.",
+ "vscode.extension.contributes.themes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
+ "vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.",
+ "vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다.",
+ "vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './themes/themeFile.tmTheme'입니다.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
+ "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다."
+} \ No newline at end of file