@codingame/monaco-vscode-language-pack-ko 18.0.1 → 18.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": "18.0.1",
3
+ "version": "18.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
- "@codingame/monaco-vscode-api": "18.0.1"
21
+ "@codingame/monaco-vscode-api": "18.1.1"
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": "복사/붙여넣기 또는 드래그 드롭으로 만든 파일의 경로와 파일명을 설정합니다. 파일을 만들어야 하는 대상 경로에 대한 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 타임스탬프(밀리초).",
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'.",
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": "이름이 같은 파일이 이미 있는 경우 덮어씁니다.",
@@ -4599,7 +4599,7 @@ var content = [
4599
4599
  "이 서버가 채팅 세션에서 도구 호출 중에 샘플링 요청을 수행하는지 여부입니다.",
4600
4600
  "이 서버가 채팅 세션 외부에서 샘플링 요청을 수행할 수 있는지 여부입니다.",
4601
4601
  "MCP 서버가 액세스할 수 있는 모델입니다.",
4602
- "모델 컨텍스트 프로토콜 서버 구성",
4602
+ undefined,
4603
4603
  "저장소 서비스 대신 디스크에 채팅 세션을 저장할 수 있습니다. 이 기능을 사용하면 기존 세션이 작업 영역당 한 번 새 형식으로 마이그레이션됩니다.",
4604
4604
  "도구 호출을 기반으로 하는 새 편집 모드를 사용하도록 설정합니다. 이 기능을 사용하도록 설정하면 도구 호출을 지원하지 않는 모델은 편집 모드에서 사용할 수 없습니다.",
4605
4605
  "타사 확장에서 제공하는 도구를 사용하여 사용하도록 설정합니다.",
@@ -4838,7 +4838,7 @@ var content = [
4838
4838
  "참조로 이동(&&R)",
4839
4839
  "채팅 입력 {0} Enter 키를 눌러 요청을 보냅니다. 채팅 접근성 도움말에 {1}을(를) 사용하세요.",
4840
4840
  "채팅 입력 {0} Enter 키를 눌러 요청을 보냅니다. 자세한 내용은 채팅 접근성 도움말 명령을 사용합니다.",
4841
- "채팅 입력",
4841
+ undefined,
4842
4842
  "자세히...",
4843
4843
  "요청에 추가할 파일 및 컨텍스트 검색",
4844
4844
  "파일 1개를 변경함",
@@ -7838,14 +7838,14 @@ var content = [
7838
7838
  "MCP 서버의 URL(예: http://localhost:3000)",
7839
7839
  "서버 ID 입력",
7840
7840
  "이 서버의 고유 식별자",
7841
- "사용자 설정",
7841
+ "Global",
7842
7842
  "모든 작업 영역에서 사용 가능, 로컬로 실행",
7843
- "원격 설정",
7843
+ "Remote",
7844
7844
  "이 원격 컴퓨터에서 사용 가능, {0}에서 실행",
7845
- "작업 영역 설정",
7845
+ "Workspace",
7846
7846
  "이 작업 영역에서 사용 가능, {0}에서 실행",
7847
7847
  "이 작업 영역에서 사용 가능, 로컬로 실행",
7848
- "구성을 저장할 위치 선택",
7848
+ "Choose where to install the MCP server",
7849
7849
  "패키지 세부 정보를 로드하는 중...",
7850
7850
  "다른 패키지 사용해 보기",
7851
7851
  "취소",
@@ -7853,7 +7853,7 @@ var content = [
7853
7853
  "허용",
7854
7854
  "MCP 서버 설치 {0}",
7855
7855
  "서버 설치",
7856
- "사용자 설정에 설치",
7856
+ undefined,
7857
7857
  "구성 표시",
7858
7858
  "\"{0}\"의 이름을 바꾸십시오.",
7859
7859
  "MCP 서버 {0}을(를) 설치 중 오류 발생: {1}",
@@ -7921,7 +7921,7 @@ var content = [
7921
7921
  "'id'는 비어 있지 않은 문자열이어야 합니다.",
7922
7922
  "'label'은 비어 있지 않은 문자열이어야 합니다.",
7923
7923
  " {0} 위치",
7924
- "{0}의 전역",
7924
+ undefined,
7925
7925
  "Claude 데스크톱",
7926
7926
  "윈드서핑",
7927
7927
  "Cursor(글로벌)",
@@ -7957,9 +7957,9 @@ var content = [
7957
7957
  "구성 열기",
7958
7958
  "지난 7일 동안의 총 요청 수 {0}.",
7959
7959
  "\"{0}\"의 MCP 도구가 LLM 요청을 하도록 허용하시겠습니까?",
7960
- "MCP 서버 \"{0}\"이(가) 언어 모델 호출 요청을 했습니다. 채팅 중에 요청을 있도록 허용하시겠습니까?",
7960
+ "The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests during chat?",
7961
7961
  "MCP 서버 \"{0}\"이(가) LLM 요청을 하도록 허용하시겠습니까?",
7962
- "MCP 서버 \"{0}\"이(가) 언어 모델 호출 요청을 했습니다. 채팅 도구 호출 외에 요청을 허용하시겠습니까?",
7962
+ "The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests, outside of tool calls during chat?",
7963
7963
  "MCP 서버 \"{0}\"이(가) 언어 모델 요청을 트리거했지만, 허용 목록에 포함된 모델이 없습니다.",
7964
7964
  "구성",
7965
7965
  "취소",