@codingame/monaco-vscode-language-pack-ko 23.0.3 → 23.1.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": "23.0.3",
3
+ "version": "23.1.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": "23.0.3"
21
+ "@codingame/monaco-vscode-api": "23.1.0"
22
22
  }
23
23
  }
@@ -25,7 +25,7 @@
25
25
  "Re-enable auto attach": "자동 연결을 다시 사용하도록 설정",
26
26
  "Smart": "스마트",
27
27
  "Temporarily disable auto attach in this session": "이 세션에서 자동 연결을 일시적으로 사용 안 함",
28
- "Toggle Auto Attach": "Toggle Auto Attach",
28
+ "Toggle Auto Attach": "자동 연결 설정/해제",
29
29
  "Toggle auto attach in this workspace": "이 작업 영역에서 자동 연결 토글",
30
30
  "Toggle auto attach on this machine": "이 머신에서 자동 연결 토글"
31
31
  },
@@ -9,8 +9,8 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "package": {
12
- "description": "Provides syntax highlighting and bracket matching in dotenv files.",
13
- "displayName": "Dotenv Language Basics"
12
+ "description": "Docker 파일에서 구문 강조 표시 괄호 일치를 제공합니다.",
13
+ "displayName": "Dotenv 언어 기본 사항"
14
14
  }
15
15
  }
16
16
  }
@@ -20,7 +20,7 @@
20
20
  "Remove activation event": "활성화 이벤트 제거",
21
21
  "SVGs are not a valid image source.": "SVG는 올바른 이미지 소스가 아닙니다.",
22
22
  "This activation event can be removed as VS Code generates these automatically from your package.json contribution declarations.": "이 활성화 이벤트는 VS Code가 package.json 기여 선언에서 자동으로 생성하므로 제거할 수 있습니다.",
23
- "This activation event can be removed for extensions targeting engine version ^1.75.0 as VS Code will generate these automatically from your package.json contribution declarations.": "This activation event can be removed for extensions targeting engine version ^1.75.0 as VS Code will generate these automatically from your package.json contribution declarations.",
23
+ "This activation event can be removed for extensions targeting engine version ^1.75.0 as VS Code will generate these automatically from your package.json contribution declarations.": " 활성화 이벤트는 VS Code가 package.json 기여 선언으로부터 자동 생성하므로 엔진 버전 ^1.75.0 대상으로 하는 확장을 위해 제거할 있습니다.",
24
24
  "This activation event cannot be explicitly listed by your extension.": "확장에서 이 활성화 이벤트를 명시적으로 나열할 수 없습니다.",
25
25
  "This proposal cannot be used because for this extension the product defines a fixed set of API proposals. You can test your extension but before publishing you MUST reach out to the VS Code team.": "이 확장에 대해 제품이 고정된 API 제안 세트를 정의하므로 이 제안을 사용할 수 없습니다. 확장을 테스트할 수 있지만 게시하기 전에 VS Code 팀에 연락해야 합니다.",
26
26
  "Using '*' activation is usually a bad idea as it impacts performance.": "일반적으로 '*' 활성화는 성능에 영향을 주므로 사용하지 않는 것이 좋습니다."
@@ -34,8 +34,8 @@
34
34
  "Are you sure you want to DELETE the {0} untracked files?{1}": "{0}개의 추적되지 않은 파일을 삭제하시겠습니까?{1}",
35
35
  "Are you sure you want to continue connecting?": "연결을 계속 진행하시겠습니까?",
36
36
  "Are you sure you want to create an empty commit?": "빈 커밋을 만드시겠습니까?",
37
- "Are you sure you want to delete branch \"{0}\"? This action will permanently remove the branch reference from the repository.": "Are you sure you want to delete branch \"{0}\"? This action will permanently remove the branch reference from the repository.",
38
- "Are you sure you want to delete tag \"{0}\"? This action will permanently remove the tag reference from the repository.": "Are you sure you want to delete tag \"{0}\"? This action will permanently remove the tag reference from the repository.",
37
+ "Are you sure you want to delete branch \"{0}\"? This action will permanently remove the branch reference from the repository.": "\"{0}\" 분기를 삭제하시겠습니까? 작업을 수행하면 리포지토리에서 분기 참조가 영구적으로 제거됩니다.",
38
+ "Are you sure you want to delete tag \"{0}\"? This action will permanently remove the tag reference from the repository.": "\"{0}\" 태그를 삭제하시겠습니까? 작업을 수행하면 리포지토리에서 태그 참조가 영구적으로 제거됩니다.",
39
39
  "Are you sure you want to discard ALL changes in {0} files?\n\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST if you proceed.": "{0} 파일의 변경 내용을 모두 취소하시겠습니까?\n\n이 작업은 취소할 수 없습니다!\n계속하면 현재 작업 집합이 영구적으로 손실됩니다.",
40
40
  "Are you sure you want to discard changes in '{0}'?": "'{0}'의 변경 내용을 취소하시겠습니까?",
41
41
  "Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "모든 스태시를 삭제하시겠습니까? 정리 대상이 될 스태시가 {0}개 있으며 복구가 불가능할 수 있습니다.",
@@ -52,7 +52,7 @@
52
52
  "Branch \"{0}\" is already checked out in the worktree at \"{1}\".": "'{0}' 분기가 '{1}'의 작업 트리에서 이미 체크 아웃되어 있습니다.",
53
53
  "Branch name": "분기 이름",
54
54
  "Branch name needs to match regex: {0}": "분기 이름은 regex {0}과(와) 일치해야 합니다.",
55
- "Branches": "Branches",
55
+ "Branches": "분기",
56
56
  "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.": "푸시 참조를 원격으로 강제 적용할 수 없습니다. 마지막 체크 아웃 이후 원격 추적 분기의 팁이 업데이트되었습니다. 먼저 \"끌어오기\"를 실행하여 원격 분기에서 최신 변경 내용을 먼저 끌어오세요.",
57
57
  "Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "참조를 원격에 푸시할 수 없습니다. 먼저 '풀'을 실행하여 변경 내용을 통합하세요.",
58
58
  "Can't undo because HEAD doesn't point to any commit.": "HEAD가 커밋을 가리키지 않으므로 실행 취소할 수 없습니다.",
@@ -66,7 +66,7 @@
66
66
  "Choose which repository to clone": "복제할 리포지토리 선택",
67
67
  "Choose which repository to publish": "게시할 리포지토리 선택",
68
68
  "Clear whitespace characters": "공백 문자 지우기",
69
- "Clone again": "Clone again",
69
+ "Clone again": "다시 복제",
70
70
  "Clone from URL": "리포지토리 URL",
71
71
  "Clone from {0}": "{0}에서 복제",
72
72
  "Cloning git repository \"{0}\"...": "Git 리포지토리 \"{0}\"을(를) 복제하는 중...",
@@ -110,7 +110,7 @@
110
110
  "Delete All {0} Files": "모든 {0} 파일 삭제",
111
111
  "Delete Branch": "분기 삭제",
112
112
  "Delete File": "파일 삭제",
113
- "Delete Tag": "Delete Tag",
113
+ "Delete Tag": "태그 삭제",
114
114
  "Deleted": "삭제",
115
115
  "Discard 1 Tracked File": "1개의 추적된 파일 취소",
116
116
  "Discard All {0} Files": "{0}개 파일 모두 버리기",
@@ -124,7 +124,7 @@
124
124
  "Failed to authenticate to git remote:\n\n{0}": "git remote에 인증하지 못했습니다.\n\n{0}",
125
125
  "Failed to delete using the Recycle Bin. Do you want to permanently delete instead?": "휴지통을 사용하여 삭제하지 못했습니다. 대신 영구히 삭제하시겠습니까?",
126
126
  "Failed to delete using the Trash. Do you want to permanently delete instead?": "휴지통을 사용하여 삭제하지 못했습니다. 대신 영구히 삭제하시겠습니까?",
127
- "Failed to open changes between \"{0}\" and \"{1}\": {2}": "Failed to open changes between \"{0}\" and \"{1}\": {2}",
127
+ "Failed to open changes between \"{0}\" and \"{1}\": {2}": "\"{0}\"과(와) \"{1}\" 간 변경 내용을 열지 못했습니다. {2}",
128
128
  "File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "“{0}” 파일을 다른 사용자가 삭제하고 Microsoft가 수정했습니다.\n\n원하는 작업을 선택하세요.",
129
129
  "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\n\n원하는 작업을 선택하세요.",
130
130
  "Force Checkout": "강제 체크 아웃",
@@ -186,7 +186,7 @@
186
186
  "Open": "열기",
187
187
  "Open Commit": "커밋 열기",
188
188
  "Open Comparison": "비교 열기",
189
- "Open Existing Repository Clone": "Open Existing Repository Clone",
189
+ "Open Existing Repository Clone": "기존 리포지토리 복제본 열기",
190
190
  "Open File": "파일 열기",
191
191
  "Open Git Log": "Git 로그 열기",
192
192
  "Open Merge": "병합 열기",
@@ -254,7 +254,7 @@
254
254
  "Select a branch to delete": "삭제할 분기 선택",
255
255
  "Select a branch to rebase onto": "다시 지정할 대상 분기 선택",
256
256
  "Select a ref to create the branch from": "분기를 만들 ref 선택",
257
- "Select a reference to compare with": "Select a reference to compare with",
257
+ "Select a reference to compare with": "비교할 참조 선택",
258
258
  "Select a remote branch to delete": "삭제할 원격 분기 선택",
259
259
  "Select a remote tag to delete": "삭제할 원격 태그 선택",
260
260
  "Select a remote to delete a tag from": "태그를 삭제할 원격 선택",
@@ -277,7 +277,7 @@
277
277
  "Syncing. Cancelling may cause serious damages to the repository": "동기화 중입니다. 취소하면 리포지토리가 손상될 수 있습니다.",
278
278
  "Tag at {0}": "{0}의 태그",
279
279
  "Tag name": "태그 이름",
280
- "Tags": "Tags",
280
+ "Tags": "태그",
281
281
  "The \"{0}\" repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.": "\"{0}\" 리포지토리에 자동으로 열리지 않는 {1}개의 하위 모듈이 있습니다. 모듈 내의 파일을 열러 각 모듈을 개별적으로 열 수는 있습니다.",
282
282
  "The \"{0}\" repository has {1} worktrees which won't be opened automatically. You can still open each one individually by opening a file within.": "\"{0}\" 리포지토리에 자동으로 열리지 않는 작업 트리가 {1}개 있습니다. 모듈 내의 파일을 열러 각 모듈을 개별적으로 열 수는 있습니다.",
283
283
  "The active branch cannot be deleted.": "활성 분기를 삭제할 수 없습니다.",
@@ -299,6 +299,7 @@
299
299
  "The repository does not have any staged changes.": "리포지토리에 스테이징된 변경 내용이 없습니다.",
300
300
  "The repository does not have any untracked changes.": "리포지토리에 추적되지 않은 변경 내용이 없습니다.",
301
301
  "The selection range does not contain any changes.": "선택 범위에 변경 내용이 없습니다.",
302
+ "The source repository could not be found.": "The source repository could not be found.",
302
303
  "The worktree contains modified or untracked files. Do you want to force delete?": "작업 트리에 수정되거나 추적되지 않은 파일이 있습니다. 강제로 삭제하시겠습니까?",
303
304
  "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으로 업데이트하세요.",
304
305
  "There are merge conflicts from migrating changes. Please resolve them before committing.": "변경 내용을 마이그레이션하는 동안 병합 충돌이 발생했습니다. 커밋하기 전에 해결하세요.",
@@ -306,7 +307,7 @@
306
307
  "There are merge conflicts. Please resolve them before committing your changes.": "병합 충돌이 있습니다. 변경 내용을 커밋하기 전에 resolve.",
307
308
  "There are no available repositories": "사용 가능한 리포지토리가 없습니다.",
308
309
  "There are no available repositories matching the filter": "필터와 일치하는 리포지토리가 없습니다.",
309
- "There are no changes between \"{0}\" and \"{1}\".": "There are no changes between \"{0}\" and \"{1}\".",
310
+ "There are no changes between \"{0}\" and \"{1}\".": "\"{0}\"과(와) \"{1}\" 사이에 변경 내용이 없습니다.",
310
311
  "There are no changes in the selected worktree to migrate.": "선택한 작업 트리에 마이그레이션할 변경 내용이 없습니다.",
311
312
  "There are no changes to commit.": "커밋할 변경 내용이 없습니다.",
312
313
  "There are no changes to stash.": "스태시할 변경 내용이 없습니다.",
@@ -333,14 +334,14 @@
333
334
  "Update Git": "Git 업데이트",
334
335
  "View Problems": "문제 보기",
335
336
  "Workspace": "작업 영역",
336
- "Workspace: {0}": "Workspace: {0}",
337
+ "Workspace: {0}": "작업 영역: {0}",
337
338
  "Worktree": "작업 트리",
338
339
  "Worktree path": "작업 트리 경로",
339
340
  "Would you like to add \"{0}\" to .gitignore?": "\"{0}\"을(를) .gitignore에 추가하시겠습니까?",
340
341
  "Would you like to open the initialized repository, or add it to the current workspace?": "초기화된 리포지토리를 열거나 현재 작업 영역에 추가하겠습니까?",
341
342
  "Would you like to open the initialized repository?": "초기화된 리포지토리를 여시겠습니까?",
342
- "Would you like to open the repository, or add it to the current workspace?": "Would you like to open the repository, or add it to the current workspace?",
343
- "Would you like to open the repository?": "Would you like to open the repository?",
343
+ "Would you like to open the repository, or add it to the current workspace?": "리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
344
+ "Would you like to open the repository?": "리포지토리를 여시겠습니까?",
344
345
  "Would you like to publish this repository to continue working on it elsewhere?": "이 리포지토리를 게시하여 다른 곳에서 계속 작업하시겠습니까?",
345
346
  "Would you like {0} to [periodically run \"git fetch\"]({1})?": "{0}에서 [\"git fetch\"]({1})을(를) 정기적으로 실행]하도록 하시겠습니까?",
346
347
  "Yes": "예",
@@ -517,16 +518,16 @@
517
518
  "command.compareWithWorkspace": "작업 영역과 비교",
518
519
  "command.continueInLocalClone": "리포지토리를 로컬로 복제하고 데스크톱에서 열기...",
519
520
  "command.continueInLocalClone.qualifiedName": "새 로컬 복제본에서 계속 작업하기",
520
- "command.createFrom": "Create from...",
521
+ "command.createFrom": "다음에서 만들기...",
521
522
  "command.createTag": "태그 만들기...",
522
523
  "command.createWorktree": "작업 트리 만들기...",
523
524
  "command.deleteBranch": "분기 삭제...",
524
- "command.deleteRef": "Delete",
525
+ "command.deleteRef": "삭제",
525
526
  "command.deleteRemoteBranch": "원격 분기 삭제...",
526
527
  "command.deleteRemoteTag": "원격 태그 삭제...",
527
528
  "command.deleteTag": "태그 삭제...",
528
- "command.deleteWorktree": "작업 트리 삭제",
529
- "command.deleteWorktreeFromPalette": "작업 트리 삭제...",
529
+ "command.deleteWorktree": "작업 트리 삭제...",
530
+ "command.deleteWorktree2": "작업 트리 삭제",
530
531
  "command.fetch": "페치",
531
532
  "command.fetchAll": "모든 원격에서 페치",
532
533
  "command.fetchPrune": "페치(정리)",
@@ -537,16 +538,16 @@
537
538
  "command.graphCheckout": "체크 아웃",
538
539
  "command.graphCheckoutDetached": "체크 아웃(분리됨)",
539
540
  "command.graphCherryPick": "Cherry Pick",
540
- "command.graphCompareRef": "Compare with...",
541
- "command.graphCompareWithMergeBase": "Compare with Merge Base",
542
- "command.graphCompareWithRemote": "Compare with Remote",
541
+ "command.graphCompareRef": "비교 대상...",
542
+ "command.graphCompareWithMergeBase": "병합 기준과 비교",
543
+ "command.graphCompareWithRemote": "원격과 비교",
543
544
  "command.graphDeleteBranch": "분기 삭제",
544
545
  "command.graphDeleteTag": "태그 삭제",
545
546
  "command.ignore": ".gitignore에 추가",
546
547
  "command.init": "리포지토리 초기화",
547
548
  "command.manageUnsafeRepositories": "안전하지 않은 리포지토리 관리",
548
549
  "command.merge": "병합...",
549
- "command.merge2": "Merge",
550
+ "command.merge2": "병합",
550
551
  "command.mergeAbort": "병합 중단",
551
552
  "command.migrateWorktreeChanges": "작업 트리 변경 사항 마이그레이션...",
552
553
  "command.openAllChanges": "모든 변경 내용 열기",
@@ -569,7 +570,7 @@
569
570
  "command.pushTo": "다음으로 푸시...",
570
571
  "command.pushToForce": "...로 푸시 (강제)",
571
572
  "command.rebase": "분기 다시 지정...",
572
- "command.rebase2": "Rebase",
573
+ "command.rebase2": "기준 주소 다시 지정",
573
574
  "command.rebaseAbort": "다시 지정 중단",
574
575
  "command.refresh": "새로 고침",
575
576
  "command.removeRemote": "원격 제거",
@@ -36,7 +36,7 @@
36
36
  "url handler": "URL 처리기"
37
37
  },
38
38
  "package": {
39
- "config.github-authentication.preferDeviceCodeFlow.description": "When true, prioritize the device code flow for authentication instead of other available flows. This is useful for environments like WSL where the local server or URL handler flows may not work as expected.",
39
+ "config.github-authentication.preferDeviceCodeFlow.description": "true 사용 가능한 다른 흐름 대신 인증을 위해 디바이스 코드 흐름의 우선 순위를 지정합니다. 이는 로컬 서버 또는 URL 처리기 흐름이 예상대로 작동하지 않을 있는 WSL과 같은 환경에 유용합니다.",
40
40
  "config.github-authentication.useElectronFetch.description": "true이면 HTTP 요청에 Electron의 기본 제공 가져오기 함수를 사용합니다. false이면 Node.js 전역 가져오기 함수를 사용합니다. 이 설정은 Electron 환경에서 실행되는 경우에만 적용됩니다. **참고:** 이 설정을 적용하려면 다시 시작해야 합니다.",
41
41
  "config.github-enterprise.title": "GHE.com 및 GitHub Enterprise 서버 인증",
42
42
  "config.github-enterprise.uri.description": "GHE.com 또는 GitHub Enterprise Server instance URI입니다.\r\n\r\n예제:\r\n* GHE.com: 'https://octocat.ghe.com`\r\n* GitHub Enterprise Server: 'https://github.octocat.com`\r\n\r\n> **참고:** 이 값은 _not_이(가) GitHub.com URI로 설정되어야 합니다. 계정이 GitHub.com 있거나 GitHub Enterprise 관리되는 사용자인 경우 추가 구성이 필요하지 않으며 GitHub에 로그인할 수 있습니다.",
@@ -294,7 +294,7 @@
294
294
  "html.hover.references": "가리킬 때 MDN에 대한 참조를 표시합니다.",
295
295
  "html.mirrorCursorOnMatchingTag": "일치하는 HTML 태그에서 미러링 커서를 활성화/비활성화합니다.",
296
296
  "html.mirrorCursorOnMatchingTagDeprecationMessage": "사용되지 않으며, 대신 `editor.linkedEditing`이 사용됩니다.",
297
- "html.suggest.hideEndTagSuggestions.desc": "Controls whether the built-in HTML language support suggests closing tags. When disabled, end tag completions like `</div>` will not be shown.",
297
+ "html.suggest.hideEndTagSuggestions.desc": "기본 제공 HTML 언어 지원이 종료 태그를 제안할지 제어합니다. 사용하지 않도록 설정하면 '</div>'과(와) 같은 종료 태그 완성이 표시되지 않습니다.",
298
298
  "html.suggest.html5.desc": "기본으로 제공하는 HTML 언어 지원에서 HTML5 태그와 속성 및 값을 제안할지 여부를 제어합니다.",
299
299
  "html.trace.server.desc": "VS Code와 HTML 언어 서버 간 통신을 추적합니다.",
300
300
  "html.validate.scripts": "기본으로 제공하는 HTML 언어 지원에서 포함된 스크립트 유효성을 검사할지 여부를 제어합니다.",
@@ -9,9 +9,9 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "package": {
12
- "config.enabled.description": "Enable a tool for experimental Mermaid diagram rendering in chat responses.",
13
- "description": "Adds Mermaid diagram support to built-in chats.",
14
- "displayName": "Mermaid Chat Features"
12
+ "config.enabled.description": "채팅 응답에서 실험용 Mermaid 다이어그램 렌더링 도구를 활성화하세요.",
13
+ "description": "기본 제공 채팅에 Mermaid 다이어그램 지원을 추가합니다.",
14
+ "displayName": "Mermaid 채팅 기능"
15
15
  }
16
16
  }
17
17
  }
@@ -9,28 +9,28 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
- "Copy & Continue to Microsoft": "Copy & Continue to Microsoft",
12
+ "Copy & Continue to Microsoft": "복사하고 Microsoft로 계속하기",
13
13
  "Error validating custom environment setting: {0}": "사용자 지정 환경 설정 확인 오류: {0}",
14
14
  "Having trouble logging in? Would you like to try a different way? ({0})": "로그인하는 데 문제가 있나요? 다른 방법을 시도해 보시겠습니까?({0})",
15
15
  "Microsoft Account configuration has been changed.": "Microsoft 계정 구성이 변경되었습니다.",
16
16
  "Microsoft Authentication": "Microsoft 인증",
17
17
  "Microsoft Sovereign Cloud Authentication": "Microsoft 소버린 클라우드 인증",
18
18
  "No": "아니요",
19
- "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123456{Locked=\"[{0}]({0})\"}": "Open [{0}]({0}) in a new tab and paste your one-time code: {1}",
19
+ "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123456{Locked=\"[{0}]({0})\"}": " 탭에서 [{0}]({0}) 열고 일회성 코드 {1}을(를) 붙여넣습니다.",
20
20
  "Open settings": "설정 열기",
21
21
  "Reload": "다시 로드",
22
22
  "Signing in to Microsoft...": "Microsoft에 로그인하는 중...",
23
23
  "The environment `{0}` is not a valid environment.": "'{0}' 환경이 올바른 환경이 아닙니다.",
24
- "To finish authenticating, navigate to Microsoft and paste in the above one-time code.": "To finish authenticating, navigate to Microsoft and paste in the above one-time code.",
24
+ "To finish authenticating, navigate to Microsoft and paste in the above one-time code.": "인증을 완료하려면 Microsoft 이동하여 위의 일회용 코드를 붙여넣으세요.",
25
25
  "Yes": "예",
26
26
  "You have not yet finished authorizing this extension to use your Microsoft Account. Would you like to try a different way? ({0})": "이 확장 프로그램이 Microsoft 계정을 사용하도록 승인하는 작업을 아직 완료하지 않았습니다. 다른 방법을 시도해 보시겠습니까?({0})",
27
27
  "You must also specify a custom environment in order to use the custom environment auth provider.": "사용자 지정 환경 인증 공급자를 사용하려면 사용자 지정 환경도 지정해야 합니다.",
28
- "Your Code: {0}/The {0} will be a code, e.g. 123-456": "Your Code: {0}"
28
+ "Your Code: {0}/The {0} will be a code, e.g. 123-456": "코드: {0}"
29
29
  },
30
30
  "package": {
31
31
  "description": "Microsoft 인증 공급자",
32
32
  "displayName": "Microsoft 계정",
33
- "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.",
33
+ "microsoft-authentication.implementation.description": "Microsoft 계정 로그인하는 사용할 인증 구현입니다.",
34
34
  "microsoft-authentication.implementation.enumDescriptions.msal": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다.",
35
35
  "microsoft-authentication.implementation.enumDescriptions.msal-no-broker": "브라우저를 사용하여 Microsoft 계정으로 로그인하려면 Microsoft 인증 라이브러리(MSAL)를 사용하세요. 네이티브 브로커에 문제가 있는 경우에 유용합니다.",
36
36
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "사용자 지정 소버린 클라우드에 대한 Active Directory 엔드포인트입니다.",
@@ -258,7 +258,7 @@
258
258
  "typescript.goToProjectConfig.title": "프로젝트 구성(tsconfig)으로 이동",
259
259
  "typescript.goToSourceDefinition": "원본 정의로 이동",
260
260
  "typescript.implementationsCodeLens.enabled": "CodeLens 구현을 사용하거나 사용하지 않습니다. 이 CodeLens는 인터페이스의 구현자를 표시합니다.",
261
- "typescript.implementationsCodeLens.showOnAllClassMethods": "Enable/disable showing implementations CodeLens above all class methods instead of only on abstract methods.",
261
+ "typescript.implementationsCodeLens.showOnAllClassMethods": "추상 메서드뿐만 아니라 모든 클래스 메서드 위에 구현 CodeLens를 표시할지를 설정합니다.",
262
262
  "typescript.implementationsCodeLens.showOnInterfaceMethods": "구현 인터페이스의 CodeLens 메서드를 활성화/비활성화합니다.",
263
263
  "typescript.locale": "JavaScript 및 TypeScript 오류를 보고하는 데 사용되는 로케일을 설정합니다. 기본값은 VS Code의 로케일을 사용하는 것입니다.",
264
264
  "typescript.locale.auto": "VS Code의 구성된 표시 언어 사용",
@@ -314,7 +314,7 @@
314
314
  "typescript.preferences.useAliasesForRenames": "이름을 바꾸는 동안 개체 줄임 속성의 별칭 소개를 사용하거나 사용하지 않도록 설정합니다.",
315
315
  "typescript.problemMatchers.tsc.label": "TypeScript 문제",
316
316
  "typescript.problemMatchers.tscWatch.label": "TypeScript 문제(감시 모드)",
317
- "typescript.problemMatchers.tsgo-watch.label": "TypeScript problems (watch mode)",
317
+ "typescript.problemMatchers.tsgo-watch.label": "TypeScript 문제(감시 모드)",
318
318
  "typescript.referencesCodeLens.enabled": "TypeScript 파일에서 참조 CodeLens를 사용하거나 사용하지 않도록 설정합니다.",
319
319
  "typescript.referencesCodeLens.showOnAllFunctions": "TypeScript 파일의 모든 기능에 대한 참조 CodeLens를 사용/사용하지 않도록 설정합니다.",
320
320
  "typescript.removeUnusedImports": "사용하지 않는 가져오기 제거",