@codingame/monaco-vscode-language-pack-ko 2.2.0-next.3 → 2.2.0-next.4

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": "2.2.0-next.3",
3
+ "version": "2.2.0-next.4",
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@2.2.0-next.3"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.2.0-next.4"
22
22
  }
23
23
  }
@@ -271,7 +271,7 @@
271
271
  "css.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
272
272
  "css.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
273
273
  "css.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
274
- "css.lint.hexColorLength.desc": "헥스 색상은 3 또는 6개의 16진수로 구성되어야 합니다.",
274
+ "css.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
275
275
  "css.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
276
276
  "css.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
277
277
  "css.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
@@ -309,7 +309,7 @@
309
309
  "less.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
310
310
  "less.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
311
311
  "less.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
312
- "less.lint.hexColorLength.desc": "헥스 색상은 3 또는 6개의 16진수로 구성되어야 합니다.",
312
+ "less.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
313
313
  "less.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
314
314
  "less.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
315
315
  "less.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
@@ -344,7 +344,7 @@
344
344
  "scss.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
345
345
  "scss.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
346
346
  "scss.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
347
- "scss.lint.hexColorLength.desc": "헥스 색상은 3 또는 6개의 16진수로 구성되어야 합니다.",
347
+ "scss.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
348
348
  "scss.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
349
349
  "scss.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
350
350
  "scss.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
@@ -54,6 +54,7 @@
54
54
  "Choose a folder to clone {0} into": "{0}을(를) 복제할 폴더를 선택하세요.",
55
55
  "Choose a repository": "리포지토리 선택",
56
56
  "Choose which repository to clone": "복제할 리포지토리 선택",
57
+ "Clear whitespace characters": "Clear whitespace characters",
57
58
  "Clone from URL": "리포지토리 URL",
58
59
  "Clone from {0}": "{0}에서 복제",
59
60
  "Cloning git repository \"{0}\"...": "Git 리포지토리 \"{0}\"을(를) 복제하는 중...",
@@ -122,11 +123,6 @@
122
123
  "Hard wrap line": "Hard wrap line",
123
124
  "Ignored": "무시됨",
124
125
  "Incoming": "수신",
125
- "Incoming Changes": "Incoming Changes",
126
- "Incoming Changes (added)": "Incoming Changes (added)",
127
- "Incoming Changes (deleted)": "Incoming Changes (deleted)",
128
- "Incoming Changes (modified)": "Incoming Changes (modified)",
129
- "Incoming Changes (renamed)": "Incoming Changes (renamed)",
130
126
  "Index Added": "인덱스 추가됨",
131
127
  "Index Copied": "인덱스 복사됨",
132
128
  "Index Deleted": "인덱스 삭제됨",
@@ -207,7 +203,6 @@
207
203
  "Remote name": "원격 이름",
208
204
  "Remote name format invalid": "잘못된 원격 이름 형식",
209
205
  "Remote tag at {0}": "{0} 원격 태그",
210
- "Remove empty characters": "Remove empty characters",
211
206
  "Reopen Closed Repositories": "닫힌 리포지토리 다시 열기",
212
207
  "Replace Local Tag(s)": "로컬 태그 교체",
213
208
  "Restore file": "파일 복원",
@@ -324,7 +319,6 @@
324
319
  "{0} Fetch all remotes": "{0} 모든 원격 가져오기",
325
320
  "{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} 게시 Branch",
326
321
  "{0} Sync Changes{1}{2}": "{0} 변경 내용 동기화 {1}{2}",
327
- "{0} characters left in current line": "현재 줄에서 {0} 글자 남음",
328
322
  "{0} characters over {1} in current line": "현재 줄에서 {0} 글자 초과 {1}",
329
323
  "{0} ↔ {1}": "{0} ↔ {1}"
330
324
  },
@@ -529,7 +523,7 @@
529
523
  "config.ignoreSubmodules": "파일 트리의 하위 모듈 수정 내용을 무시합니다.",
530
524
  "config.ignoreWindowsGit27Warning": "Windows에 Git 2.25~2.26이 설치되어 있는 경우 경고를 무시합니다.",
531
525
  "config.ignoredRepositories": "무시할 Git 리포지토리의 목록입니다.",
532
- "config.inputValidation": "커밋 메시지 입력 유효성 검사를 언제 표시할지 제어합니다.",
526
+ "config.inputValidation": "Controls whether to show commit message input validation diagnostics.",
533
527
  "config.inputValidationLength": "경고 표시를 위한 커밋 메시지 길이 임계값을 제어합니다.",
534
528
  "config.inputValidationSubjectLength": "경고 표시를 위한 커밋 메시지 제목 길이 임계값을 제어합니다. `#git.inputValidationLength#` 값을 상속하려면 이 임계값 설정을 해제하세요.",
535
529
  "config.mergeEditor": "현재 충돌 된 파일의 병합 편집기를 엽니다.",
@@ -6826,6 +6826,10 @@ var content = {
6826
6826
  },
6827
6827
  "vs/workbench/contrib/inlineChat/common/inlineChat": {
6828
6828
  acceptedOrDiscardBeforeSave: "보류 중인 인라인 채팅 세션이 저장을 방지하는지 여부입니다.",
6829
+ accessibleDiffView: "Whether the inline chat also renders an accessible diff viewer for its changes.",
6830
+ "accessibleDiffView.auto": "The accessible diff viewer is based screen reader mode being enabled.",
6831
+ "accessibleDiffView.off": "The accessible diff viewer is never enabled.",
6832
+ "accessibleDiffView.on": "The accessible diff viewer is always enabled.",
6829
6833
  "editorOverviewRuler.inlineChatInserted": "인라인 채팅 삽입 콘텐츠의 개요 눈금자 표식 색입니다.",
6830
6834
  "editorOverviewRuler.inlineChatRemoved": "인라인 채팅 제거 콘텐츠에 대한 개요 눈금자 표식 색입니다.",
6831
6835
  finishOnType: "변경된 지역 외부에서 입력할 때 인라인 채팅 세션을 완료할지 여부입니다.",
@@ -10603,13 +10607,16 @@ var content = {
10603
10607
  "vs/workbench/contrib/update/browser/update.contribution": {
10604
10608
  applyUpdate: "업데이트 적용...",
10605
10609
  checkForUpdates: "업데이트 확인...",
10610
+ developerCategory: "Developer",
10606
10611
  downloadUpdate: "업데이트 다운로드",
10607
10612
  installUpdate: "업데이트 설치",
10608
10613
  mshowReleaseNotes: "릴리스 정보 표시",
10609
10614
  openDownloadPage: "{0} 다운로드",
10610
10615
  pickUpdate: "업데이트 적용",
10616
+ releaseNotesFromFileNone: "Cannot open the current file as Release Notes",
10611
10617
  restartToUpdate: "업데이트를 위해 다시 시작",
10612
10618
  showReleaseNotes: "릴리스 정보 표시",
10619
+ showReleaseNotesCurrentFile: "Open Current File as Release Notes",
10613
10620
  "update.noReleaseNotesOnline": "이 버전의 {0}에는 온라인 릴리스 노트가 없습니다.",
10614
10621
  updateButton: "업데이트(&&U)"
10615
10622
  },