@codingame/monaco-vscode-language-pack-ko 10.1.0 → 10.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ko",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@10.1.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@10.1.1"
22
22
  }
23
23
  }
@@ -161,6 +161,7 @@
161
161
  "Open": "열기",
162
162
  "Open Commit": "커밋 열기",
163
163
  "Open Comparison": "비교 열기",
164
+ "Open File": "Open File",
164
165
  "Open Git Log": "Git 로그 열기",
165
166
  "Open Merge": "병합 열기",
166
167
  "Open Repositories In Parent Folders": "부모 폴더에서 리포지토리 열기",
@@ -267,6 +268,7 @@
267
268
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "저장되지 않은 파일이 {0}개 있습니다.\n\n스태시하기 전에 저장하시겠습니까?",
268
269
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
269
270
  "There were merge conflicts while applying the stash.": "스태시를 적용하는 중 병합 충돌이 발생했습니다.",
271
+ "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
270
272
  "This action will pull and push commits from and to \"{0}/{1}\".": "이 작업은 '{0}/{1}'을(를) 오가는 커밋을 풀/푸시합니다.",
271
273
  "This repository has no remotes configured to fetch from.": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
272
274
  "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "이렇게 하면 {0}개의 추적되지 않은 파일이 삭제됩니다!\n삭제 후에는 되돌릴 수 없습니다!\n이 파일은 영원히 손실됩니다.",
@@ -356,6 +358,7 @@
356
358
  "command.checkoutDetached": "체크 아웃(분리됨)...",
357
359
  "command.checkoutRefDetached": "체크 아웃(분리됨)",
358
360
  "command.cherryPick": "cherry-pick...",
361
+ "command.cherryPickAbort": "Abort Cherry Pick",
359
362
  "command.cherryPickRef": "Cherry Pick",
360
363
  "command.clean": "변경 내용 취소",
361
364
  "command.cleanAll": "모든 변경 내용 취소",
@@ -16,8 +16,6 @@
16
16
  "Having trouble logging in? Would you like to try a different way? ({0})": "로그인하는 데 문제가 있나요? 다른 방법을 시도해 보시겠습니까?({0})",
17
17
  "No": "아니요",
18
18
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "새 탭에서 [{0}]({0})을 열고 일회성 코드 {1}을(를) 붙여넣습니다.",
19
- "Please reload the window to apply the new setting.": "창을 다시 로드하여 새 설정을 적용하세요.",
20
- "Reload Window": "창 다시 로드",
21
19
  "Sign in failed: {0}": "로그인 실패: {0}",
22
20
  "Sign out failed: {0}": "로그아웃 실패: {0}",
23
21
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "{0}에 로그인하는 중...",
@@ -16,7 +16,7 @@
16
16
  "copyCellOutput.title": "셀 출력 복사",
17
17
  "description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
18
18
  "displayName": ".ipynb 지원",
19
- "ipynb.experimental.serialization": "작업자 스레드에서 Jupyter Notebook을 직렬화하는 실험적 기능입니다. 확장 호스트가 작업자로 실행되는 경우 지원되지 않습니다.",
19
+ "ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
20
20
  "ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",
21
21
  "markdownAttachmentRenderer.displayName": "Markdown-It ipynb 셀 첨부 파일 렌더러",
22
22
  "newUntitledIpynb.shortTitle": "Jupyter Notebook",
@@ -87,6 +87,8 @@
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.",
90
92
  "Remove Unused Imports": "사용하지 않는 가져오기 제거",
91
93
  "Remove all unused code": "사용하지 않는 모든 코드 제거",
92
94
  "Report Issue": "문제 신고",
@@ -196,12 +198,14 @@
196
198
  "configuration.tsserver.useSyntaxServer.auto": "전체 서버와 구문 작업 전용의 경량 서버를 모두 생성하세요. 구문 서버는 프로젝트를 로드하는 동안 구문 작업을 가속화하고 IntelliSense를 제공하는 데 사용됩니다.",
197
199
  "configuration.tsserver.useSyntaxServer.never": "전용 구문 서버를 사용하지 마세요. 단일 서버를 사용하여 모든 IntelliSense 작업을 처리하세요.",
198
200
  "configuration.tsserver.useVsCodeWatcher": "TypeScript 대신 VS Code 파일 감시자를 사용합니다. 작업 영역에서 TypeScript 5.4 이상을 사용해야 합니다.",
201
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
199
202
  "configuration.tsserver.watchOptions": "파일 및 디렉터리 추적에 사용할 감시 전략을 구성합니다.",
200
203
  "configuration.tsserver.watchOptions.fallbackPolling": "파일 시스템 이벤트를 사용하는 경우, 이 옵션은 시스템에 기본 파일 감시자가 부족하고/부족하거나 시스템에서 기본 파일 감시자를 지원하지 않는 경우 사용되는 폴링 전략을 지정합니다.",
201
204
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "자주 수정되지 않는 파일이 덜 자주 검사되는 동적 큐를 사용합니다.",
202
205
  "configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "모든 파일의 변경 사항을 고정된 간격으로 초당 여러 번 확인합니다.",
203
206
  "configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "모든 파일에서 1초에 여러 번 변경 내용을 확인하지만, 휴리스틱을 사용하여 특정 형식의 파일은 다른 파일보다 덜 자주 확인합니다.",
204
207
  "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.",
205
209
  "configuration.tsserver.watchOptions.watchDirectory": "재귀 파일 감시 기능이 없는 시스템에서 전체 디렉터리 트리를 감시하는 방법에 대한 전략입니다.",
206
210
  "configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "수정이 자주 발생하지 않는 디렉터리가 덜 자주 검사되는 동적 큐를 사용합니다.",
207
211
  "configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "정기적으로 디렉터리를 청크 단위로 폴링합니다.",
@@ -218,7 +222,7 @@
218
222
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
219
223
  "configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
220
224
  "configuration.typescript": "TypeScript",
221
- "configuration.updateImportsOnPaste": "코드를 붙여넣을 가져오기를 자동으로 업데이트합니다. TypeScript 5.6+가 필요합니다.",
225
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
222
226
  "description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
223
227
  "displayName": "TypeScript 및 JavaScript 언어 기능",
224
228
  "format.indentSwitchCase": "switch 문의 case 절을 들여쓰기합니다. 작업 영역에서 TypeScript 5.1+를 사용해야 합니다.",