@codingame/monaco-vscode-language-pack-ko 18.1.2 → 18.1.3

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": "18.1.2",
3
+ "version": "18.1.3",
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
- "@codingame/monaco-vscode-api": "18.1.2"
21
+ "@codingame/monaco-vscode-api": "18.1.3"
22
22
  }
23
23
  }
@@ -85,7 +85,7 @@
85
85
  "package": {
86
86
  "configuration.copyIntoWorkspace.mediaFiles": "외부 이미지 및 비디오 파일을 작업 영역에 복사해 봅니다.",
87
87
  "configuration.copyIntoWorkspace.never": "외부 파일을 작업 영역에 복사하지 마세요.",
88
- "configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}`Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}`Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}`The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}`The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}`The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}`Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}`Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}`The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}`The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}`The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` The current Unix timestamp in milliseconds.\r\n- `${isoTime}`The current time in ISO 8601 format, e.g. '2025-06-06T08:40:32.123Z'.",
88
+ "configuration.markdown.copyFiles.destination": "복사/붙여넣기 또는 끌어서 놓기로 만든 파일의 경로와 파일 이름을 설정합니다. 파일을 만들어야 하는 대상 경로에 대한 Markdown 문서 경로와 일치하는 GLOB 맵입니다.\r\n\r\n대상 경로는 다음 변수를 사용할 있습니다.\r\n\r\n- '${documentDirName}'Markdown 문서의 절대 부모 디렉터리 경로입니다(예: '/Users/me/myProject/docs').\r\n- '${documentRelativeDirName}'Markdown 문서의 상대 부모 디렉터리 경로입니다(예: 'docs'). 파일이 작업 영역의 일부가 아닌 경우 '${documentDirName}'과(와) 동일합니다.\r\n- '${documentFileName}'Markdown 문서의 전체 파일 이름입니다(예: 'README.md').\r\n- '${documentBaseName}'Markdown 문서의 기본 이름입니다(예: 'README').\r\n- '${documentExtName}' — Markdown 문서의 확장입니다(예: 'md').\r\n- '${documentFilePath}'Markdown 문서의 절대 경로입니다(예: '/Users/me/myProject/docs/README.md').\r\n- '${documentRelativeFilePath}'Markdown 문서의 상대 경로입니다(예: 'docs/README.md'). 파일이 작업 영역의 일부가 아닌 경우 '${documentFilePath}'과(와) 동일합니다.\r\n- '${documentWorkspaceFolder}'Markdown 문서의 작업 영역 폴더입니다(예: '/Users/me/myProject'). 파일이 작업 영역의 일부가 아닌 경우 '${documentDirName}'과(와) 동일합니다.\r\n- '${fileName}'삭제된 파일의 파일 이름입니다(예: 'image.png').\r\n- '${fileExtName}'삭제된 파일의 확장명입니다(예: 'png').\r\n- '${unixTime}' - 현재 Unix 타임스탬프입니다(밀리초 단위).\r\n- '${isoTime}' — ISO 8601 형식의 현재 시간입니다(예: '2025-06-06T08:40:32.123Z').",
89
89
  "configuration.markdown.copyFiles.overwriteBehavior": "놓기 또는 붙여넣기로 만든 파일이 기존 파일을 덮어쓸지 여부를 제어합니다.",
90
90
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "이름이 같은 파일이 이미 있는 경우 파일 이름에 숫자를 추가합니다(예: 'image.png'는 'image-1.png'가 됩니다.).",
91
91
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "이름이 같은 파일이 이미 있는 경우 덮어씁니다.",
@@ -397,7 +397,7 @@ var content = [
397
397
  "인라인 추천 도구 모음을 표시할 시기를 제어합니다.",
398
398
  "편집기에서 인라인 제안에 대한 구문 강조 표시를 표시할지 여부를 제어합니다.",
399
399
  "인라인 제안이 제안 위젯과 상호 작용하는 방법을 제어합니다. 사용하도록 설정하면 인라인 제안을 사용할 수 있을 때 제안 위젯이 자동으로 표시되지 않습니다.",
400
- "Suppresses inline completions for specified extension IDs -- comma separated.",
400
+ "지정한 확장 ID에 대한 인라인 완성을 억제합니다. 쉼표로 구분됩니다.",
401
401
  "인라인 제안의 글꼴 패밀리를 제어합니다.",
402
402
  "제안을 표시하면 코드가 인라인으로 제안 공간을 만들 수 있는지 여부를 제어합니다.",
403
403
  "더 큰 제안을 나란히 표시할 수 있는지 여부를 제어합니다.",
@@ -2035,7 +2035,7 @@ var content = [
2035
2035
  "확장 터미널의 ID",
2036
2036
  "확장 터미널의 이름",
2037
2037
  "터미널 드롭다운에 WSL 배포판이 표시되는지를 제어합니다.",
2038
- "Whether new shells should inherit their environment from VS Code, which may source a login shell to ensure $PATH and other development variables are initialized.",
2038
+ " 셸에서 $PATH 기타 개발 변수가 초기화되도록 로그인 셸을 제공할 있는 VS Code에서 환경을 상속해야 하는지 여부입니다.",
2039
2039
  "영구 터미널 세션에 다시 연결할 때 복원될 최대 라인 수를 제어합니다. 이 값을 늘리면 더 많은 메모리를 사용하여 더 많은 스크롤백 라인을 복원하고 시작 시 터미널에 연결하는 데 걸리는 시간이 늘어납니다. 이 설정을 적용하려면 다시 시작해야 하며 `#terminal.integrated.scrollback#`보다 작거나 같은 값으로 설정해야 합니다.",
2040
2040
  "터미널 출력의 링크에 대한 마우스를 표시할지 여부입니다.",
2041
2041
  "{0} 설정을 사용할 때 무시할 프로세스 이름 집합입니다.",
@@ -2867,13 +2867,13 @@ var content = [
2867
2867
  "이전 기본 사이드 바 보기",
2868
2868
  "다음 기본 사이드 바 보기",
2869
2869
  "작업 막대에 포커스",
2870
- "오른쪽 위치에서 보조 막대를 끄는 아이콘입니다.",
2871
- "오른쪽 위치에서 보조 막대를 켜는 아이콘입니다.",
2872
- "왼쪽 위치에서 보조 막대를 전환하는 아이콘입니다.",
2873
- "왼쪽 위치에서 보조 막대를 켜는 아이콘입니다.",
2870
+ "Icon to toggle the secondary side bar off in its right position.",
2871
+ "Icon to toggle the secondary side bar on in its right position.",
2872
+ "Icon to toggle the secondary side bar in its left position.",
2873
+ "Icon to toggle the secondary side bar on in its left position.",
2874
2874
  "보조 사이드바 표시 설정/해제",
2875
2875
  "보조 사이드바 숨기기",
2876
- "보조 가로 막대(&D)",
2876
+ undefined,
2877
2877
  "보조 사이드바 열기/표시 및 닫기/숨기기",
2878
2878
  "보조 사이드바에 포커스",
2879
2879
  "보조 사이드바 설정/해제",
@@ -3436,14 +3436,14 @@ var content = [
3436
3436
  "보기를 표시하려면 여기로 끌어다 놓으세요.",
3437
3437
  "기타 작업...",
3438
3438
  "보기",
3439
- "패널을 최대화하는 아이콘입니다.",
3440
- "패널을 복원하는 아이콘입니다.",
3439
+ undefined,
3440
+ undefined,
3441
3441
  "패널을 닫는 아이콘입니다.",
3442
3442
  "패널이 켜져 있을 때 패널을 끄는 아이콘입니다.",
3443
3443
  "패널이 꺼져 있을 때 패널을 켜는 아이콘입니다.",
3444
3444
  "패널 표시 설정/해제",
3445
3445
  "패널 숨기기",
3446
- "패널(&&P)",
3446
+ undefined,
3447
3447
  "패널 열기/표시 및 닫기/숨기기",
3448
3448
  "패널로 포커스 이동",
3449
3449
  "패널을 맨 위로 이동",
@@ -4496,7 +4496,7 @@ var content = [
4496
4496
  "전자 필기장에 삽입",
4497
4497
  "수락",
4498
4498
  "도구 구성...",
4499
- "채팅에 사용할 수 있는 도구 선택",
4499
+ undefined,
4500
4500
  "기본 제공",
4501
4501
  "사용자 정의 도구 집합",
4502
4502
  "MCP 서버 추가...",