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/editor')
-rw-r--r--i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json10
-rw-r--r--i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json17
-rw-r--r--i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json9
3 files changed, 31 insertions, 5 deletions
diff --git a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json
index 44355a223cc..1347e10f564 100644
--- a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json
@@ -38,7 +38,10 @@
"overviewRulerBorder": "개요 눈금자 주위에 테두리를 그릴지 여부를 제어합니다.",
"overviewRulerLanes": "개요 눈금자에서 동일한 위치에 표시될 수 있는 장식 수를 제어합니다.",
"parameterHints": "매개 변수 힌트를 사용하도록 설정합니다.",
- "quickSuggestions": "입력하는 동안 빠른 제안을 표시할지 여부를 제어합니다.",
+ "quickSuggestions": "입력하는 동안 제안을 자동으로 표시할지 여부를 제어합니다.",
+ "quickSuggestions.comments": "주석 내에서 빠른 제안을 사용합니다.",
+ "quickSuggestions.other": "문자열 및 주석 외부에서 빠른 제안을 사용합니다.",
+ "quickSuggestions.strings": "문자열 내에서 빠른 제안을 사용합니다.",
"quickSuggestionsDelay": "빠른 제안을 표시할 지연 시간(ms)을 제어합니다.",
"renderControlCharacters": "편집기에서 제어 문자를 렌더링할지를 제어합니다.",
"renderIndentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.",
@@ -60,10 +63,7 @@
"tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
"trimAutoWhitespace": "끝에 자동 삽입된 공백 제거",
"useTabStops": "탭 정지 뒤에 공백 삽입 및 삭제",
- "wordBasedSuggestions": "단어 기반 추천을 사용합니다.",
- "wordBasedSuggestions.comments": "주석 내에서 단어 기반 추천을 사용하도록 설정합니다.",
- "wordBasedSuggestions.default": "문자열 및 주석 외부에서 단어 기반 추천을 사용하도록 설정합니다.",
- "wordBasedSuggestions.strings": "문자열 내에서 단어 기반 추천을 사용하도록 설정합니다.",
+ "wordBasedSuggestions": "문서 내 단어를 기반으로 완성을 계산할지 여부를 제어합니다.",
"wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.",
"wordWrap": "줄 바꿈 여부를 제어합니다. 다음 중 하나일 수 있습니다.\n - 'off'(줄 바꿈 사용 안 함),\n - 'on'(뷰포트 줄 바꿈),\n - 'wordWrapColumn'(`editor.wordWrapColumn`에서 줄 바꿈) 또는\n - 'bounded'(뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄 바꿈)",
"wordWrap.bounded": "뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄이 바뀝니다.",
diff --git a/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..9085c01fa41
--- /dev/null
+++ b/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activeLinkForeground": "활성 링크의 색",
+ "caret": "편집기 커서 색",
+ "guide": "편집기 안내선 색",
+ "hoverHighlight": "편집기 호버의 배경색",
+ "invisibles": "편집기 보이지 않는 요소 색",
+ "lineHighlight": "편집기 줄 강조 표시 색",
+ "linkForeground": "링크 색",
+ "rangeHighlight": "빠른 열기 및 찾기 기능 등을 통해 강조 표시된 영역의 배경색",
+ "referencesFindMatchHighlight": "참조 뷰 일치 항목 강조 표시 색",
+ "referencesReferenceHighlight": "참조 범위 강조 표시 색"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
new file mode 100644
index 00000000000..2d43b176ec8
--- /dev/null
+++ b/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "wordHighlight": "변수 읽기와 같은 읽기 액세스 중 기호의 배경색",
+ "wordHighlightStrong": "변수에 쓰기와 같은 쓰기 액세스 중 기호의 배경색"
+} \ No newline at end of file