@codingame/monaco-vscode-language-pack-ko 11.1.1 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@
63
63
  "Go to Source Definition failed. Requires TypeScript 4.7+.": "원본 정의로 이동하지 못했습니다. TypeScript 4.7 이상이 필요합니다.",
64
64
  "Go to Source Definition failed. Unknown file type.": "원본 정의로 이동하지 못했습니다. 알 수 없는 파일 형식입니다.",
65
65
  "Go to Source Definition failed. Unsupported file type.": "원본 정의로 이동하지 못했습니다. 지원되지 않는 파일 형식입니다.",
66
- "Initializing project '{0}'": "프로젝트 '{0}'을(를) 초기화하는 중",
66
+ "Initializing '{0}'": "'{0}'을(를) 초기화하는 중",
67
67
  "JS/TS IntelliSense Status": "JS/TS IntelliSense 상태",
68
68
  "JSDoc comment": "JSDoc 주석",
69
69
  "Learn More": "자세한 정보",
@@ -87,8 +87,6 @@
87
87
  "Please report an issue against Yarn PnP": "Yarn PnP에 대해 문제를 보고하세요.",
88
88
  "Please update your TypeScript version": "TypeScript 버전을 업데이트하세요.",
89
89
  "Project Wide IntelliSense not available": "프로젝트 전체 IntelliSense를 사용할 수 없음",
90
- "Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
91
- "Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
92
90
  "Remove Unused Imports": "사용하지 않는 가져오기 제거",
93
91
  "Remove all unused code": "사용하지 않는 모든 코드 제거",
94
92
  "Report Issue": "문제 신고",
@@ -139,27 +137,7 @@
139
137
  "{0} references": "참조 {0}개"
140
138
  },
141
139
  "package": {
142
- "codeActions.refactor.extract.constant.description": "식을 상수로 추출합니다.",
143
- "codeActions.refactor.extract.constant.title": "상수 추출",
144
- "codeActions.refactor.extract.function.description": "메서드 또는 함수에 대한 식추출.",
145
- "codeActions.refactor.extract.function.title": "추출 함수",
146
- "codeActions.refactor.extract.interface.description": "인터페이스에 대한 형식을 추출합니다.",
147
- "codeActions.refactor.extract.interface.title": "인터페이스 추출",
148
- "codeActions.refactor.extract.type.description": "형식 별칭에 대한 추출 형식입니다.",
149
- "codeActions.refactor.extract.type.title": "추출 유형",
150
- "codeActions.refactor.move.newFile.description": "식을 새 파일로 이동합니다.",
151
- "codeActions.refactor.move.newFile.title": "새 파일로 이동",
152
- "codeActions.refactor.rewrite.arrow.braces.description": "화살표 함수에서 중괄호를 추가하거나 제거합니다.",
153
- "codeActions.refactor.rewrite.arrow.braces.title": "화살표 중괄호 다시 쓰기",
154
- "codeActions.refactor.rewrite.export.description": "기본 내보내기와 명명된 내보내기 간에 변환합니다.",
155
- "codeActions.refactor.rewrite.export.title": "내보내기 변환",
156
- "codeActions.refactor.rewrite.import.description": "명명된 가져오기와 네임스페이스 가져오기 간에 변환합니다.",
157
- "codeActions.refactor.rewrite.import.title": "가져오기 변환",
158
- "codeActions.refactor.rewrite.parameters.toDestructured.title": "매개 변수를 구조 파괴 개체로 변환",
159
- "codeActions.refactor.rewrite.property.generateAccessors.description": "'get' 및 'set' 접근자 생성",
160
- "codeActions.refactor.rewrite.property.generateAccessors.title": "접근자 생성",
161
- "codeActions.source.organizeImports.title": "가져오기 구성",
162
- "configuration.expandableHover": "(실험적) 마우스로 가리키면 확장 사용/사용 안 함을 설정할 수 있습니다.",
140
+ "configuration.expandableHover": "가리키기를 확장/축소하여 TS 서버에서 더 많은/적은 정보를 표시할 수 있습니다.",
163
141
  "configuration.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
164
142
  "configuration.implicitProjectConfig.experimentalDecorators": "프로젝트의 일부가 아닌 JavaScript 파일에서 'experimentalDecorators'를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
165
143
  "configuration.implicitProjectConfig.module": "프로그램의 모듈 시스템을 설정합니다. 자세한 내용은 https://www.typescriptlang.org/tsconfig#module을 참조하세요.",
@@ -176,7 +154,7 @@
176
154
  "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "이름이 형식 이름과 동일한 변수에 대한 형식 힌트를 표시하지 않습니다.",
177
155
  "configuration.javascript.checkJs.checkJs.deprecation": "이 설정은 사용되지 않으며 대신 `js/ts.implicitProjectConfig.checkJs`가 사용됩니다.",
178
156
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "이 설정은 사용되지 않으며 대신 `js/ts.implicitProjectConfig.experimentalDecorators`가 사용됩니다.",
179
- "configuration.preferGoToSourceDefinition": "대신 [원본 정의로 이동]을 트리거하여 가능한 경우 [정의로 이동] 작업이 유형 선언 파일을 사용하지 않도록 합니다. 이렇게 하면 [원본 정의로 이동]이 마우스 제스처로 트리거될 수 있습니다.",
157
+ "configuration.preferGoToSourceDefinition": "대신 ‘원본 정의로 이동’을 트리거하여 가능한 경우 ‘정의로 이동’ 작업이 유형 선언 파일을 사용하지 않도록 합니다. 이렇게 하면 ‘원본 정의로 이동’이 마우스 제스처로 트리거될 수 있습니다.",
180
158
  "configuration.suggest.autoImports": "자동 가져오기 제안을 사용하거나 사용하지 않도록 설정합니다.",
181
159
  "configuration.suggest.classMemberSnippets.enabled": "클래스 멤버에 대한 코드 조각 완성을 활성화/비활성화합니다.",
182
160
  "configuration.suggest.completeFunctionCalls": "매개 변수 서명으로 함수를 완료하세요.",
@@ -188,7 +166,7 @@
188
166
  "configuration.suggest.objectLiteralMethodSnippets.enabled": "개체 리터럴의 메서드에 대한 코드 조각 완성을 활성화/비활성화합니다.",
189
167
  "configuration.suggest.paths": "import 문 및 요청 호출의 경로에 대한 제안을 사용하거나 사용하지 않도록 설정합니다.",
190
168
  "configuration.surveys.enabled": "VS Code의 Javascript 및 Typescript 지원을 개선하는 데 도움이 되는 가끔 있는 설문을 사용하거나 사용하지 않도록 설정합니다.",
191
- "configuration.tsserver.experimental.enableProjectDiagnostics": "(실험) 프로젝트 전체 오류 보고를 사용합니다.",
169
+ "configuration.tsserver.experimental.enableProjectDiagnostics": "프로젝트 전체 오류 보고를 활성화합니다.",
192
170
  "configuration.tsserver.maxTsServerMemory": "TypeScript 서버 프로세스에 할당할 최대 메모리 양(MB)입니다. 4GB보다 큰 메모리 제한을 사용하려면 '#typescript.tsserver.nodePath#'을 사용하여 사용자 지정 노드 설치로 TS Server를 실행합니다.",
193
171
  "configuration.tsserver.nodePath": "사용자 지정 노드 설치에서 TS 서버를 실행합니다. 이 값은 노드 실행 파일의 경로이거나 VS 코드가 노드 설치를 감지하도록 하려는 경우 'node'일 수 있습니다.",
194
172
  "configuration.tsserver.useSeparateSyntaxServer": "구문 관련 작업(예: 접기 계산 또는 문서 기호 컴퓨팅)에 더 빨리 응답할 수 있는 별도 TypeScript 서버의 생성을 활성/비활성화합니다.",
@@ -198,14 +176,14 @@
198
176
  "configuration.tsserver.useSyntaxServer.auto": "전체 서버와 구문 작업 전용의 경량 서버를 모두 생성하세요. 구문 서버는 프로젝트를 로드하는 동안 구문 작업을 가속화하고 IntelliSense를 제공하는 데 사용됩니다.",
199
177
  "configuration.tsserver.useSyntaxServer.never": "전용 구문 서버를 사용하지 마세요. 단일 서버를 사용하여 모든 IntelliSense 작업을 처리하세요.",
200
178
  "configuration.tsserver.useVsCodeWatcher": "TypeScript 대신 VS Code 파일 감시자를 사용합니다. 작업 영역에서 TypeScript 5.4 이상을 사용해야 합니다.",
201
- "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
179
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "대신 '#typescript.tsserver.watchOptions#' 설정을 사용하세요.",
202
180
  "configuration.tsserver.watchOptions": "파일 및 디렉터리 추적에 사용할 감시 전략을 구성합니다.",
203
181
  "configuration.tsserver.watchOptions.fallbackPolling": "파일 시스템 이벤트를 사용하는 경우, 이 옵션은 시스템에 기본 파일 감시자가 부족하고/부족하거나 시스템에서 기본 파일 감시자를 지원하지 않는 경우 사용되는 폴링 전략을 지정합니다.",
204
182
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "자주 수정되지 않는 파일이 덜 자주 검사되는 동적 큐를 사용합니다.",
205
183
  "configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "모든 파일의 변경 사항을 고정된 간격으로 초당 여러 번 확인합니다.",
206
184
  "configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "모든 파일에서 1초에 여러 번 변경 내용을 확인하지만, 휴리스틱을 사용하여 특정 형식의 파일은 다른 파일보다 덜 자주 확인합니다.",
207
185
  "configuration.tsserver.watchOptions.synchronousWatchDirectory": "디렉터리에서 지연 감시를 사용하지 않습니다. 지연 감시는 많은 파일 변경이 한꺼번에 발생하는 경우(예: 실행 중인 npm install에서 node_modules 변경) 유용하지만, 덜 일반적인 설정의 경우 이 플래그를 사용하여 지연 감시를 사용하지 않도록 설정할 수 있습니다.",
208
- "configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
186
+ "configuration.tsserver.watchOptions.vscode": "TypeScript 대신 VS Code 파일 감시자를 사용합니다. 작업 영역에서 TypeScript 5.4 이상을 사용해야 합니다.",
209
187
  "configuration.tsserver.watchOptions.watchDirectory": "재귀 파일 감시 기능이 없는 시스템에서 전체 디렉터리 트리를 감시하는 방법에 대한 전략입니다.",
210
188
  "configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "수정이 자주 발생하지 않는 디렉터리가 덜 자주 검사되는 동적 큐를 사용합니다.",
211
189
  "configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "정기적으로 디렉터리를 청크 단위로 폴링합니다.",
@@ -222,7 +200,7 @@
222
200
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
223
201
  "configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
224
202
  "configuration.typescript": "TypeScript",
225
- "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
203
+ "configuration.updateImportsOnPaste": "코드를 붙여넣을 가져오기 업데이트를 사용하도록 설정합니다. TypeScript 5.7+가 필요합니다.\r\n\r\n기본적으로 붙여넣은 후 가져오기를 업데이트하는 옵션이 표시됩니다. '#editor.pasteAs.preferences#' 설정을 사용하여 붙여넣을 때 가져오기를 자동으로 업데이트할 수 있습니다. '\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]'.",
226
204
  "description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
227
205
  "displayName": "TypeScript 및 JavaScript 언어 기능",
228
206
  "format.indentSwitchCase": "switch 문의 case 절을 들여쓰기합니다. 작업 영역에서 TypeScript 5.1+를 사용해야 합니다.",
@@ -251,7 +229,7 @@
251
229
  "inlayHints.parameterNames.none": "매개변수 이름 힌트를 비활성화합니다.",
252
230
  "javascript.format.enable": "기본 JavaScript 포맷터를 사용하거나 사용하지 않습니다.",
253
231
  "javascript.goToProjectConfig.title": "프로젝트 구성(jsconfig/tsconfig)으로 이동합니다.",
254
- "javascript.preferences.jsxAttributeCompletionStyle.auto": "prop 형식에 따라 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 `javascript.preferences.quoteStyle`을 참조하세요.",
232
+ "javascript.preferences.jsxAttributeCompletionStyle.auto": "prop 유형을 기준으로 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 '#javascript.preferences.quoteStyle#'을 참조하세요.",
255
233
  "javascript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.",
256
234
  "javascript.referencesCodeLens.enabled": "JavaScript 파일에서 CodeLense 참조를 사용/사용 안 함으로 설정합니다.",
257
235
  "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript 파일의 모든 기능에 대한 참조 CodeLens를 사용/사용하지 않도록 설정합니다.",
@@ -291,21 +269,27 @@
291
269
  "typescript.preferences.includePackageJsonAutoImports.off": "종속성을 검색하지 않습니다.",
292
270
  "typescript.preferences.includePackageJsonAutoImports.on": "종속성을 항상 검색합니다.",
293
271
  "typescript.preferences.jsxAttributeCompletionStyle": "JSX 특성 완성에 선호되는 스타일입니다.",
294
- "typescript.preferences.jsxAttributeCompletionStyle.auto": "prop 형식에 따라 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 `typescript.preferences.quoteStyle`을 참조하세요.",
272
+ "typescript.preferences.jsxAttributeCompletionStyle.auto": "prop 유형을 기준으로 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 '#typescript.preferences.quoteStyle#'을 참조하세요.",
295
273
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "속성 이름 뒤에 `={}`를 삽입하세요.",
296
274
  "typescript.preferences.jsxAttributeCompletionStyle.none": "특성 이름만 삽입하세요.",
297
275
  "typescript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.",
298
- "typescript.preferences.organizeImports.accentCollation": "문자와 기본 문자가 같지 않은 문자의 구분 기호를 비교합니다.",
299
- "typescript.preferences.organizeImports.caseFirst": "대문자가 소문자 앞에 오는지 여부를 나타냅니다. 'organizeImportsCollation: 'unicode'에만 적용됩니다.",
276
+ "typescript.preferences.organizeImports.accentCollation": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 문자와 기본 문자가 같지 않은 문자의 구분 기호를 비교합니다.",
277
+ "typescript.preferences.organizeImports.caseFirst": "'organizeImports.unicodeCollation: 'unicode''가 필요하고 'organizeImports.caseSensitivity'가 'caseInsensitive'가 아닙니다. 대문자를 소문자보다 앞에 정렬할지 여부를 나타냅니다.",
278
+ "typescript.preferences.organizeImports.caseFirst.default": "'로캘'에서 지정한 기본 순서입니다.",
279
+ "typescript.preferences.organizeImports.caseFirst.lower": "소문자가 대문자보다 앞에 옵니다. 예: a, A, z, Z'.",
280
+ "typescript.preferences.organizeImports.caseFirst.upper": "대문자가 소문자보다 앞에 옵니다. 예: 'A, a, B, b'.",
281
+ "typescript.preferences.organizeImports.caseSensitivity": "대/소문자 구분과 관련하여 가져오기를 정렬하는 방법을 지정합니다. 'auto' 또는 지정되지 않은 경우 파일당 대/소문자 구분을 검색합니다.",
300
282
  "typescript.preferences.organizeImports.caseSensitivity.auto": "가져오기 정렬에 대한 대/소문자 구분을 검색합니다.",
301
283
  "typescript.preferences.organizeImports.caseSensitivity.insensitive": "정렬은 대/소문자를 구분하지 않고 가져옵니다.",
302
284
  "typescript.preferences.organizeImports.caseSensitivity.sensitive": "가져오기를 대/소문자를 구분하여 정렬합니다.",
303
- "typescript.preferences.organizeImports.locale": "데이터 정렬에 사용되는 로캘을 재정의합니다. UI 로캘을 사용하려면 `auto`로 지정하세요. 'organizeImportsCollation: 'unicode'에만 적용됩니다.",
304
- "typescript.preferences.organizeImports.numericCollation": "정수 값을 기준으로 숫자 문자열을 정렬합니다.",
285
+ "typescript.preferences.organizeImports.locale": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 데이터 정렬에 사용되는 로캘을 재정의합니다. UI 로캘을 사용하려면 `auto`로 지정하세요.",
286
+ "typescript.preferences.organizeImports.numericCollation": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 정수 값을 기준으로 숫자 문자열을 정렬합니다.",
287
+ "typescript.preferences.organizeImports.typeOrder": "형식 전용 명명된 가져오기를 정렬하는 방법을 지정합니다.",
305
288
  "typescript.preferences.organizeImports.typeOrder.auto": "형식 전용 명명된 가져오기를 정렬해야 하는 위치를 검색합니다.",
306
- "typescript.preferences.organizeImports.typeOrder.first": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다.",
307
- "typescript.preferences.organizeImports.typeOrder.inline": "명명된 가져오기는 이름별로만 정렬됩니다.",
308
- "typescript.preferences.organizeImports.typeOrder.last": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다.",
289
+ "typescript.preferences.organizeImports.typeOrder.first": "형식은 명명된 가져오기만 가져오기 목록의 시작 부분으로 정렬됩니다. 예: 'import { type A, type Y, B, Z } from 'module';'",
290
+ "typescript.preferences.organizeImports.typeOrder.inline": "명명된 가져오기는 이름별로만 정렬됩니다. 예: `import { type A, B, type Y, Z } from 'module';`",
291
+ "typescript.preferences.organizeImports.typeOrder.last": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다. 예: 'import { B, Z, type A, type Y } from 'module';'",
292
+ "typescript.preferences.organizeImports.unicodeCollation": "유니코드 또는 서수 데이터 정렬을 사용하여 가져오기를 정렬할지 여부를 지정합니다.",
309
293
  "typescript.preferences.organizeImports.unicodeCollation.ordinal": "각 코드 포인트의 숫자 값을 사용하여 가져오기를 정렬합니다.",
310
294
  "typescript.preferences.organizeImports.unicodeCollation.unicode": "유니코드 코드 데이터 정렬을 사용하여 가져오기를 정렬합니다.",
311
295
  "typescript.preferences.preferTypeOnlyAutoImports": "가능한 경우 항상 자동 가져오기에 `type` 키워드를 포함합니다. 작업 영역에서 TypeScript 5.3 이상을 사용해야 합니다.",
@@ -344,7 +328,7 @@
344
328
  "typescript.updateImportsOnFileMove.enabled.never": "경로 이름을 바꾸지 않고 메시지를 표시하지 않습니다.",
345
329
  "typescript.updateImportsOnFileMove.enabled.prompt": "이름을 바꿀 때마다 프롬프트를 표시합니다.",
346
330
  "typescript.validate.enable": "TypeScript 유효성 검사를 사용하거나 사용하지 않습니다.",
347
- "typescript.workspaceSymbols.excludeLibrarySymbols": "Go to Symbol in Workspace(작업 영역에서 기호로 이동) 결과의 라이브러리 파일에서 가져온 기호를 제외합니다. 작업 영역에서 TypeScript 5.3+를 사용해야 합니다.",
331
+ "typescript.workspaceSymbols.excludeLibrarySymbols": "Go to Symbol in Workspace(작업 영역에서 기호로 이동) 결과의 라이브러리 파일에서 가져온 기호를 제외합니다. 작업 영역에서 TypeScript 5.3+를 사용해야 합니다.",
348
332
  "typescript.workspaceSymbols.scope": "[작업 영역에서 기호로 이동](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name)하여 검색할 파일을 제어합니다.",
349
333
  "typescript.workspaceSymbols.scope.allOpenProjects": "열려 있는 모든 JavaScript 또는 TypeScript 프로젝트에서 기호를 검색합니다.",
350
334
  "typescript.workspaceSymbols.scope.currentProject": "현재 JavaScript 또는 TypeScript 프로젝트에서만 기호를 검색합니다.",