@codingame/monaco-vscode-language-pack-ko 28.4.0 → 29.0.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": "28.4.0",
3
+ "version": "29.0.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": "28.4.0"
21
+ "@codingame/monaco-vscode-api": "29.0.0"
22
22
  }
23
23
  }
@@ -402,6 +402,7 @@
402
402
  "{0} Fetch all remotes": "{0} 모든 원격 가져오기",
403
403
  "{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} 게시 Branch",
404
404
  "{0} Sync Changes{1}{2}": "{0} 변경 내용 동기화 {1}{2}",
405
+ "{0} character over {1} in current line": "현재 줄에서 {0}자 초과 {1}",
405
406
  "{0} characters over {1} in current line": "현재 줄에서 {0} 글자 초과 {1}",
406
407
  "{0} day": "{0}일",
407
408
  "{0} day ago": "{0}일 전",
@@ -21,7 +21,6 @@
21
21
  },
22
22
  "package": {
23
23
  "configuration.focusLockIndicator.enabled.description": "간단한 브라우저에 포커스가 있을 때를 보여 주는 부동 표시기를 사용하도록 설정/사용하지 않도록 설정합니다.",
24
- "configuration.useIntegratedBrowser.description": "활성화하면 `simpleBrowser.show` 명령이 단순 브라우저 웹 보기 대신 통합 브라우저에서 URL을 엽니다. **참고:** 이 설정은 데스크톱에서만 사용할 수 있습니다.",
25
24
  "description": "웹 콘텐츠를 표시하기 위한 매우 기본적인 기본 제공 웹 보기입니다.",
26
25
  "displayName": "간단한 브라우저"
27
26
  }
@@ -19,7 +19,9 @@
19
19
  "lightHcColorThemeLabel": "밝은 고대비",
20
20
  "lightModernThemeLabel": "라이트 모던",
21
21
  "lightPlusColorThemeLabel": "Light+",
22
- "minimalIconThemeLabel": "최소(Visual Studio Code)"
22
+ "minimalIconThemeLabel": "최소(Visual Studio Code)",
23
+ "vsCodeDarkThemeLabel": "VS Code 어둡게",
24
+ "vsCodeLightThemeLabel": "VS Code 밝게"
23
25
  }
24
26
  }
25
27
  }