@codingame/monaco-vscode-language-pack-ko 1.85.4 → 1.85.6

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": "1.85.4",
3
+ "version": "1.85.6",
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@1.85.4"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
22
22
  }
23
23
  }
@@ -242,6 +242,7 @@
242
242
  "Break when URL Contains": "URL이 다음을 포함하면 중단",
243
243
  "Breaks on all throw errors, even if they're caught later.": "나중에 catch되는 경우에도 모든 throw 오류 발생 시 중단됩니다.",
244
244
  "Breaks only on errors or promise rejections that are not handled.": "오류에서만 중단되거나 처리되지 않는 거부를 약속합니다.",
245
+ "Browser connection failed, will retry: {0}": "Browser connection failed, will retry: {0}",
245
246
  "CPU Profile": "CPU 프로필",
246
247
  "CPU profile saved as \"{0}\" in your workspace folder": "작업 영역 폴더에 \"{0}\"(으)로 저장된 CPU 프로필",
247
248
  "CSP violation \"{0}\"": "CSP 위반 \"{0}\"",
@@ -277,15 +278,15 @@
277
278
  "Enter a URL or a pattern to match": "일치시킬 URL 또는 패턴 입력",
278
279
  "Eval": "Eval",
279
280
  "Frame could not be restarted": "프레임을 다시 시작할 수 없습니다.",
280
- "Generates a .cpuprofile file you can open in the Chrome devtools": "Chrome devtools에서 있는 .cpuprofile 파일을 생성합니다.",
281
- "Generates a .heapprofile file you can open in the Chrome devtools": "Chrome devtools에서 있는 .heapprofile 파일을 생성합니다.",
282
- "Generates a .heapsnapshot file you can open in the Chrome devtools": "Chrome 개발자 도구에서 있는 .heapsnapshot 파일을 생성합니다",
281
+ "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools",
282
+ "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools",
283
+ "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools",
283
284
  "Global": "글로벌",
284
285
  "Globals": "전역",
285
286
  "Got it!": "확인했습니다!",
286
287
  "Heap Profile": "힙 프로필",
287
288
  "Heap Snapshot": "힙 스냅샷",
288
- "How long to run the profile:": "프로필 실행 시간:",
289
+ "How long to run the profile": "How long to run the profile",
289
290
  "Ignore": "무시",
290
291
  "Installation complete! The extension will be used after you restart your debug session.": "설치가 완료되었습니다! 디버그 세션을 다시 시작하면 확장이 사용됩니다.",
291
292
  "Installing the DWARF debugger...": "이 디버거를 설치하는 중...",
@@ -383,7 +384,7 @@
383
384
  "Thread is not paused": "스레드가 일시 중지되지 않음",
384
385
  "Thread is not paused on exception": "예외에서 스레드가 일시 중지되지 않음",
385
386
  "Thread not found": "스레드를 찾을 수 없음",
386
- "Type of profile:": "프로필 형식:",
387
+ "Type of profile": "Type of profile",
387
388
  "URL contains \"{0}\"": "URL에 \"{0}\"이(가) 포함됨",
388
389
  "UWP webview debugging is not available on your platform.": "UWP webview 디버깅은 플랫폼에서 사용할 수 없습니다.",
389
390
  "Unable to attach to browser": "브라우저에 연결할 수 없음",