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/common/config/commonEditorConfig.i18n.json')
-rw-r--r--i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json10
1 files changed, 5 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`에서 줄이 바뀝니다.",