@codingame/monaco-vscode-language-pack-ko 20.4.1 → 20.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ko",
3
- "version": "20.4.1",
3
+ "version": "20.5.0",
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": "20.4.1"
21
+ "@codingame/monaco-vscode-api": "20.5.0"
22
22
  }
23
23
  }
@@ -45,7 +45,7 @@
45
45
  "Describes the content encoding of a string property.": "문자열 속성의 콘텐츠 인코딩을 설명합니다.",
46
46
  "Describes the format expected for the value. By default, not used for validation": "값에 필요한 형식을 설명합니다. 기본적으로 유효성 검사에 사용되지 않음",
47
47
  "Describes the media type of a string property.": "문자열 속성의 미디어 유형을 설명합니다.",
48
- "Downloading schemas is disabled in untrusted workspaces": "Downloading schemas is disabled in untrusted workspaces",
48
+ "Downloading schemas is disabled in untrusted workspaces": "신뢰할 없는 작업 영역에서는 스키마 다운로드가 비활성화되어 있습니다.",
49
49
  "Downloading schemas is disabled through setting '{0}'": "'{0}' 설정을 통해 스키마 다운로드를 사용하지 않도록 설정함",
50
50
  "Downloading schemas is disabled. Click to configure.": "스키마 다운로드를 사용할 수 없습니다. 구성하려면 클릭하세요.",
51
51
  "Draft-03 schemas are not supported.": "Draft-03 스키마는 지원되지 않습니다.",
@@ -139,7 +139,7 @@
139
139
  "URI with a scheme is expected.": "구성표가 있는 URI가 필요합니다.",
140
140
  "Unable to compute used schemas: No document": "사용된 스키마를 계산할 수 없음: 문서 없음",
141
141
  "Unable to compute used schemas: {0}": "사용된 스키마를 계산할 수 없음: {0}",
142
- "Unable to download schemas in untrusted workspaces.": "Unable to download schemas in untrusted workspaces.",
142
+ "Unable to download schemas in untrusted workspaces.": "신뢰할 없는 작업 영역에서는 스키마를 다운로드할 수 없습니다.",
143
143
  "Unable to load schema from '{0}'. No schema request service available": "'{0}'에서 스키마를 로드할 수 없습니다. 사용할 수 있는 스키마 요청 서비스가 없습니다.",
144
144
  "Unable to load schema from '{0}': No content.": "'{0}'에서 스키마를 로드할 수 없습니다. 콘텐츠가 없습니다.",
145
145
  "Unable to load schema from '{0}': {1}.": "'{0}'에서 스키마를 로드할 수 없습니다. {1}.",
@@ -184,7 +184,7 @@
184
184
  "json.schemas.url.desc": "스키마에 대한 URL 또는 절대 파일 경로입니다. 작업 영역 및 작업 영역 폴더 설정에서 상대 경로('./'로 시작)일 수 있습니다.",
185
185
  "json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다.",
186
186
  "json.validate.enable.desc": "JSON 유효성 검사를 사용하거나 사용하지 않도록 설정합니다.",
187
- "json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
187
+ "json.workspaceTrust": "확장 기능은 http https에서 스키마를 로드하기 위해 작업 영역 신뢰가 필요합니다."
188
188
  }
189
189
  }
190
190
  }
@@ -3748,7 +3748,7 @@ var content = [
3748
3748
  "패널을 열 때 항상 패널을 최대화합니다.",
3749
3749
  "패널을 열 때 최대화하지 마세요.",
3750
3750
  "패널을 닫기 전 상태로 엽니다.",
3751
- "Controls the default visibility of the secondary side bar in workspaces or empty windows that are opened for the first time.",
3751
+ "처음으로 열리는 작업 영역 또는 창에서 보조 사이드바의 기본 가시성을 제어합니다.",
3752
3752
  "보조 사이드바를 기본적으로 숨깁니다.",
3753
3753
  "작업 영역을 열면 보조 사이드바가 기본적으로 표시됩니다.",
3754
3754
  "보조 사이드바를 기본적으로 표시합니다.",
@@ -5117,7 +5117,7 @@ var content = [
5117
5117
  "로그인하여 AI 기능 사용",
5118
5118
  undefined,
5119
5119
  "로그인하여 AI 기능 사용...",
5120
- "Learn How to Hide AI Features",
5120
+ "AI 기능을 숨기는 방법 알아보기",
5121
5121
  undefined,
5122
5122
  undefined,
5123
5123
  undefined,
@@ -5200,11 +5200,11 @@ var content = [
5200
5200
  "사용하기 전에 AI 출력을 신중하게 검토하세요.",
5201
5201
  "@vscode에 문의하기",
5202
5202
  "@vscode 테마를 밝은 모드로 변경하려면 어떻게 하나요?",
5203
- "Create Project",
5203
+ "프로젝트 만들기",
5204
5204
  "TypeScript에서 #new Hello World 프로젝트 만들기",
5205
- "Build Workspace",
5205
+ "작업 영역 빌드",
5206
5206
  "이 작업 영역을 빌드할 어떻게 하나요?",
5207
- "Show Config",
5207
+ "구성 표시",
5208
5208
  "이 프로젝트의 구성은 어디에서 정의되나요?",
5209
5209
  "{0} 님과 채팅하기",
5210
5210
  "코드 블록",