@codingame/monaco-vscode-language-pack-ko 18.4.0 → 19.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": "18.4.0",
3
+ "version": "19.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": "18.4.0"
21
+ "@codingame/monaco-vscode-api": "19.0.0"
22
22
  }
23
23
  }
@@ -43,6 +43,7 @@
43
43
  "Are you sure you want to stage {0} with merge conflicts?": "병합 충돌이 있는 {0}을(를) 스테이징하시겠습니까?",
44
44
  "Ask Me Later": "나중에 물어보기",
45
45
  "Branch \"{0}\" already exists": "분기 \"{0}\"이(가) 이미 있습니다.",
46
+ "Branch '{0}' is already checked out in the worktree at '{1}'.": "Branch '{0}' is already checked out in the worktree at '{1}'.",
46
47
  "Branch name": "분기 이름",
47
48
  "Branch name needs to match regex: {0}": "분기 이름은 regex {0}과(와) 일치해야 합니다.",
48
49
  "Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "푸시 참조를 원격으로 강제 적용할 수 없습니다. 마지막 체크 아웃 이후 원격 추적 분기의 팁이 업데이트되었습니다. 먼저 \"끌어오기\"를 실행하여 원격 분기에서 최신 변경 내용을 먼저 끌어오세요.",
@@ -117,6 +118,7 @@
117
118
  "File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "“{0}” 파일을 다른 사용자가 삭제하고 Microsoft가 수정했습니다.\n\n원하는 작업을 선택하세요.",
118
119
  "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\n\n원하는 작업을 선택하세요.",
119
120
  "Force Checkout": "강제 체크 아웃",
121
+ "Force Delete": "강제 삭제",
120
122
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "강제 푸시가 허용되지 않습니다. \"git.allowForcePush\" 설정으로 사용하도록 설정하세요.",
121
123
  "Git Blame Information": "Git 원인 정보",
122
124
  "Git History": "Git 기록",
@@ -164,6 +166,7 @@
164
166
  "Move to Trash": "휴지통으로 이동",
165
167
  "Never": "안 함",
166
168
  "No": "아니요",
169
+ "No hunk found at cursor position.": "커서 위치에서 헝크를 찾을 수 없습니다.",
167
170
  "No rebase in progress.": "진행 중인 다시 지정이 없습니다.",
168
171
  "Not Committed Yet": "아직 커밋되지 않음",
169
172
  "Not Committed Yet (Staged)": "아직 커밋되지 않음(스테이징됨)",
@@ -179,6 +182,7 @@
179
182
  "Open Repositories In Parent Folders": "부모 폴더에서 리포지토리 열기",
180
183
  "Open Repository": "리포지토리 열기",
181
184
  "Open Settings": "설정 열기",
185
+ "Open in Current Window": "Open in Current Window",
182
186
  "Open in New Window": "새 창에서 열기",
183
187
  "Optionally provide a stash message": "필요한 경우 스태시 메시지를 입력하세요.",
184
188
  "Passphrase": "암호",
@@ -202,7 +206,7 @@
202
206
  "Please provide a new branch name": "새 분기 이름을 제공하세요.",
203
207
  "Please provide a remote name": "원격 이름을 제공하세요.",
204
208
  "Please provide a tag name": "태그 이름을 입력하세요.",
205
- "Please provide a worktree name": "작업 트리 이름을 제공하세요.",
209
+ "Please provide a worktree path": "작업 트리 경로를 제공하세요.",
206
210
  "Please provide the commit hash": "커밋 해시를 제공하세요.",
207
211
  "Publish Branch": "분기 게시",
208
212
  "Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "분기 (Branch) \"{0}\" 게시",
@@ -228,6 +232,7 @@
228
232
  "Restore File": "파일 복원",
229
233
  "Save All & Commit Changes": "변경 내용 모두 저장 및 커밋",
230
234
  "Save All & Stash": "모두 저장 및 스태시",
235
+ "Select Worktree Destination": "작업 트리 대상을 선택하세요.",
231
236
  "Select a branch or tag to checkout": "체크 아웃할 분기 또는 태그 선택",
232
237
  "Select a branch or tag to merge from": "병합할 분기 또는 태그 선택",
233
238
  "Select a branch to checkout in detached mode": "분리 모드에서 체크 아웃할 분기 선택",
@@ -277,10 +282,12 @@
277
282
  "The repository does not have any staged changes.": "리포지토리에 스테이징된 변경 내용이 없습니다.",
278
283
  "The repository does not have any untracked changes.": "리포지토리에 추적되지 않은 변경 내용이 없습니다.",
279
284
  "The selection range does not contain any changes.": "선택 범위에 변경 내용이 없습니다.",
285
+ "The worktree contains modified or untracked files. Do you want to force delete?": "작업 트리에 수정되거나 추적되지 않은 파일이 있습니다. 강제로 삭제하시겠습니까?",
280
286
  "There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "설치된 Git “{0}”에 알려진 문제가 있습니다. Git 기능이 제대로 작동하도록 하려면 2.27 이상의 Git으로 업데이트하세요.",
281
287
  "There are merge conflicts while applying the stash. Please resolve them before committing your changes.": "스태시를 적용하는 동안 병합 충돌이 발생했습니다. 변경 내용을 커밋하기 전에 resolve.",
282
288
  "There are merge conflicts. Please resolve them before committing your changes.": "병합 충돌이 있습니다. 변경 내용을 커밋하기 전에 resolve.",
283
289
  "There are no available repositories": "사용 가능한 리포지토리가 없습니다.",
290
+ "There are no available repositories matching the filter": "필터와 일치하는 리포지토리가 없습니다.",
284
291
  "There are no changes to commit.": "커밋할 변경 내용이 없습니다.",
285
292
  "There are no changes to stash.": "스태시할 변경 내용이 없습니다.",
286
293
  "There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?": "커밋할 스테이징된 변경 사항이 없습니다.\n\n모든 변경 사항을 스테이징하고 직접 커밋하시겠습니까?",
@@ -304,7 +311,7 @@
304
311
  "Untracked Changes": "추적되지 않은 변경 사항",
305
312
  "Update Git": "Git 업데이트",
306
313
  "View Problems": "문제 보기",
307
- "Worktree name": "작업 트리 이름",
314
+ "Worktree path": "작업 트리 경로",
308
315
  "Would you like to add \"{0}\" to .gitignore?": "\"{0}\"을(를) .gitignore에 추가하시겠습니까?",
309
316
  "Would you like to open the cloned repository, or add it to the current workspace?": "복제된 리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
310
317
  "Would you like to open the cloned repository?": "복제된 리포지토리를 여시겠습니까?",
@@ -322,6 +329,7 @@
322
329
  "You can restore these files from the Trash.": "휴지통에서 이러한 파일을 복원할 수 있습니다.",
323
330
  "You can restore this file from the Recycle Bin.": "휴지통에서 이 파일을 복원할 수 있습니다.",
324
331
  "You can restore this file from the Trash.": "휴지통에서 이 파일을 복원할 수 있습니다.",
332
+ "You cannot delete the worktree you are currently in. Please switch to the main repository first.": "현재 사용 중인 작업 트리는 삭제할 수 없습니다. 먼저 기본 리포지토리로 전환하세요.",
325
333
  "You seem to have git \"{0}\" installed. Code works best with git >= 2": "Git \"{0}\"이(가) 설치된 것 같습니다. 코드는 2 이하의 Git에서 최적으로 작동합니다.",
326
334
  "Your local changes would be overwritten by checkout.": "체크 아웃하면 로컬 변경 내용을 덮어씁니다.",
327
335
  "Your repository has no remotes configured to publish to.": "리포지토리에 게시하도록 구성된 원격이 없습니다.",
@@ -489,7 +497,8 @@
489
497
  "command.deleteRemoteBranch": "원격 분기 삭제...",
490
498
  "command.deleteRemoteTag": "원격 태그 삭제...",
491
499
  "command.deleteTag": "태그 삭제...",
492
- "command.deleteWorktree": "작업 트리 삭제...",
500
+ "command.deleteWorktree": "작업 트리 삭제",
501
+ "command.deleteWorktreeFromPalette": "작업 트리 삭제...",
493
502
  "command.fetch": "페치",
494
503
  "command.fetchAll": "모든 원격에서 페치",
495
504
  "command.fetchPrune": "페치(정리)",
@@ -513,6 +522,8 @@
513
522
  "command.openHEADFile": "파일 열기(HEAD)",
514
523
  "command.openRepositoriesInParentFolders": "부모 폴더에서 리포지토리 열기",
515
524
  "command.openRepository": "리포지토리 열기",
525
+ "command.openWorktree": "현재 창에서 작업 트리 열기",
526
+ "command.openWorktreeInNewWindow": "새 창에서 작업 트리 열기",
516
527
  "command.publish": "분기 게시...",
517
528
  "command.pull": "풀",
518
529
  "command.pullFrom": "가져올 위치...",
@@ -140,7 +140,6 @@
140
140
  "{0} references": "참조 {0}개"
141
141
  },
142
142
  "package": {
143
- "configuration.expandableHover": "가리키기를 확장하거나 축소하여 TS 서버의 정보를 더 많이 또는 더 적게 표시할 수 있습니다. TypeScript 5.9 이상이 필요합니다.",
144
143
  "configuration.format": "서식",
145
144
  "configuration.hover.maximumLength": "가리키기에서 최대 문자 수입니다. 가리키기 시간이 이보다 길면 잘립니다. TypeScript 5.9 이상이 필요합니다.",
146
145
  "configuration.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",