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/platform/theme/common/colorRegistry.i18n.json')
-rw-r--r--i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json
new file mode 100644
index 00000000000..ee1968fc0be
--- /dev/null
+++ b/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "currentFindMatchHighlight": "검색과 일치하는 현재 영역의 배경색",
+ "editorBackground": "편집기 배경색",
+ "editorForeground": "편집기 기본 전경색",
+ "editorInactiveSelection": "비활성 편집기 선택 영역의 색",
+ "editorSelection": "편집기 선택 영역의 색",
+ "editorsSelectionHighlightColor": "선택하는 동안 강조 표시된 영역의 배경색",
+ "findMatchHighlight": "검색과 일치하는 영역의 배경색",
+ "findRangeHighlight": "검색을 위해 선택한 영역의 배경색",
+ "schema.colors": "워크벤치에서 사용되는 색입니다."
+} \ No newline at end of file