@codingame/monaco-vscode-language-pack-ko 2.0.3-improve-modularity.1 → 2.1.0-update-vscode-1.86.1

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.0.3-improve-modularity.1",
3
+ "version": "2.1.0-update-vscode-1.86.1",
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.0.3-improve-modularity.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.1.0-update-vscode-1.86.1"
22
22
  }
23
23
  }
@@ -25,11 +25,11 @@
25
25
  "All Repositories": "모든 리포지토리",
26
26
  "Always": "항상",
27
27
  "Always Pull": "항상 풀",
28
- "Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.": "파일 {0}개를 삭제하시겠습니까?\r\n이 작업은 취소할 수 없습니다!\r\n계속하면 해당 파일이 영구적으로 손실됩니다.",
29
- "Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.": "{0}을(를) 삭제하시겠습니까?\r\n이 작업은 취소할 수 없습니다!\r\n계속하면 이 파일이 영구적으로 손실됩니다.",
28
+ "Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "파일 {0}개를 삭제하시겠습니까?\n이 작업은 취소할 수 없습니다!\n계속하면 해당 파일이 영구적으로 손실됩니다.",
29
+ "Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "{0}을(를) 삭제하시겠습니까?\n이 작업은 취소할 수 없습니다!\n계속하면 이 파일이 영구적으로 손실됩니다.",
30
30
  "Are you sure you want to continue connecting?": "연결을 계속 진행하시겠습니까?",
31
31
  "Are you sure you want to create an empty commit?": "빈 커밋을 만드시겠습니까?",
32
- "Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.": "파일 {0}개의 변경 내용을 모두 취소하시겠습니까?\r\n이 작업은 취소할 수 없습니다!\r\n계속하면 현재 작업 집합이 영구적으로 손실됩니다.",
32
+ "Are you sure you want to discard ALL changes in {0} files?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST if you proceed.": "파일 {0}개의 변경 내용을 모두 취소하시겠습니까?\n이 작업은 취소할 수 없습니다!\n계속하면 현재 작업 집합이 영구적으로 손실됩니다.",
33
33
  "Are you sure you want to discard changes in {0} files?": "{0}개 파일의 변경 내용을 취소하시겠습니까?",
34
34
  "Are you sure you want to discard changes in {0}?": "{0}의 변경 내용을 취소하시겠습니까?",
35
35
  "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}개 있으며 복구가 불가능할 수 있습니다.",
@@ -105,9 +105,9 @@
105
105
  "Email": "전자 메일",
106
106
  "Enables the following features: {0}": "다음 기능을 사용하도록 설정: {0}",
107
107
  "Failed to authenticate to git remote.": "git remote에 인증하지 못했습니다.",
108
- "Failed to authenticate to git remote:\r\n\r\n{0}": "git remote에 인증하지 못했습니다.\r\n\r\n{0}",
109
- "File \"{0}\" was deleted by them and modified by us.\r\n\r\nWhat would you like to do?": "“{0}” 파일을 다른 사용자가 삭제하고 Microsoft가 수정했습니다.\r\n\r\n원하는 작업을 선택하세요.",
110
- "File \"{0}\" was deleted by us and modified by them.\r\n\r\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\r\n\r\n원하는 작업을 선택하세요.",
108
+ "Failed to authenticate to git remote:\n\n{0}": "git remote에 인증하지 못했습니다.\n\n{0}",
109
+ "File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "“{0}” 파일을 다른 사용자가 삭제하고 Microsoft가 수정했습니다.\n\n원하는 작업을 선택하세요.",
110
+ "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\n\n원하는 작업을 선택하세요.",
111
111
  "Force Checkout": "강제 체크 아웃",
112
112
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "강제 푸시가 허용되지 않습니다. \"git.allowForcePush\" 설정으로 사용하도록 설정하세요.",
113
113
  "Git History": "Git 기록",
@@ -233,8 +233,8 @@
233
233
  "The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "“{0}” 분기에 원격 분기가 없습니다. 이 분기를 게시하시겠습니까?",
234
234
  "The branch \"{0}\" is not fully merged. Delete anyway?": "\"{0}\" 분기가 완전히 병합되지 않았습니다. 그래도 삭제하시겠습니까?",
235
235
  "The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "현재 분기는 원격에 게시되지 않습니다. 다른 곳에서 변경 사항에 액세스할 수 있도록 게시하시겠습니까?",
236
- "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?": "파일 {0}에는 계속하는 경우 커밋에 포함되지 않을 저장되지 않은 변경 내용이 있습니다.\r\n\r\n커밋하기 전에 저장하시겠습니까?",
237
- "The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?": "계속하는 경우 파일의 저장되지 않은 변경 내용이 스태시에 포함되지 않습니다{0}.\r\n\r\n스태시하기 전에 저장하시겠습니까?",
236
+ "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\n\nWould you like to save it before committing?": "파일 {0}에는 계속하는 경우 커밋에 포함되지 않을 저장되지 않은 변경 내용이 있습니다.\n\n커밋하기 전에 저장하시겠습니까?",
237
+ "The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\n\nWould you like to save it before stashing?": "계속하는 경우 파일의 저장되지 않은 변경 내용이 스태시에 포함되지 않습니다{0}.\n\n스태시하기 전에 저장하시겠습니까?",
238
238
  "The following untracked file will be DELETED FROM DISK if discarded: {0}.": "취소한 경우 다음 추적되지 않은 파일이 디스크에서 삭제됩니다. {0}.",
239
239
  "The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "현재 폴더의 Git 리포지토리는 현재 사용자가 아닌 다른 사람이 폴더를 소유하고 있으므로 잠재적으로 안전하지 않습니다.",
240
240
  "The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "“{0}”의 Git 리포지토리에 활성 변경 내용이 너무 많습니다. Git 기능의 하위 집합만 사용할 수 있도록 설정합니다.",
@@ -248,16 +248,16 @@
248
248
  "There are no available repositories": "사용 가능한 리포지토리가 없습니다.",
249
249
  "There are no changes to commit.": "커밋할 변경 내용이 없습니다.",
250
250
  "There are no changes to stash.": "스태시할 변경 내용이 없습니다.",
251
- "There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?": "커밋할 스테이징된 변경 사항이 없습니다.\r\n\r\n모든 변경 사항을 스테이징하고 직접 커밋하시겠습니까?",
251
+ "There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?": "커밋할 스테이징된 변경 사항이 없습니다.\n\n모든 변경 사항을 스테이징하고 직접 커밋하시겠습니까?",
252
252
  "There are no staged changes to stash.": "스태시할 스테이징된 변경 사항이 없습니다.",
253
253
  "There are no stashes in the repository.": "리포지토리에 스태시가 없습니다.",
254
- "There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?": "저장되지 않은 {0}개의 파일이 있습니다.\r\n\r\n커밋하기 전에 저장하시겠습니까?",
255
- "There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?": "저장되지 않은 파일이 {0}개 있습니다.\r\n\r\n스태시하기 전에 저장하시겠습니까?",
254
+ "There are {0} unsaved files.\n\nWould you like to save them before committing?": "저장되지 않은 {0}개의 파일이 있습니다.\n\n커밋하기 전에 저장하시겠습니까?",
255
+ "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "저장되지 않은 파일이 {0}개 있습니다.\n\n스태시하기 전에 저장하시겠습니까?",
256
256
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
257
257
  "There were merge conflicts while applying the stash.": "스태시를 적용하는 중 병합 충돌이 발생했습니다.",
258
258
  "This action will pull and push commits from and to \"{0}/{1}\".": "이 작업은 '{0}/{1}'을(를) 오가는 커밋을 풀/푸시합니다.",
259
259
  "This repository has no remotes configured to fetch from.": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
260
- "This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.": "이렇게 하면 {0}개의 추적되지 않은 파일이 삭제됩니다!\r\n삭제 후에는 되돌릴 수 없습니다!\r\n이 파일은 영원히 손실됩니다.",
260
+ "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "이렇게 하면 {0}개의 추적되지 않은 파일이 삭제됩니다!\n삭제 후에는 되돌릴 수 없습니다!\n이 파일은 영원히 손실됩니다.",
261
261
  "This will create a Git repository in \"{0}\". Are you sure you want to continue?": "'{0}'에서 Git 리포지토리가 만들어집니다. 계속하시겠습니까?",
262
262
  "Too many changes were detected. Only the first {0} changes will be shown below.": "너무 많은 변경 내용이 감지되었습니다. 첫 번째 {0} 변경 내용만 아래에 표시됩니다.",
263
263
  "Type Changed": "형식을 변경했습니다.",
@@ -278,9 +278,9 @@
278
278
  "Yes": "예",
279
279
  "Yes, Don't Show Again": "예, 다시 표시 안 함",
280
280
  "You": "사용자",
281
- "You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?": "확인 없이 변경 내용을 커밋하려고 합니다. 그러면 pre-commit 후크를 건너뛰고 바람직하지 않을 수 있습니다.\r\n\r\n계속하시겠습니까?",
282
- "You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?": "변경 내용을 강제로 푸시하려고 합니다. 이렇게 하면 다른 사람의 변경 내용을 무시하거나 의도하지 않게 덮어쓸 수 있습니다.\r\n\r\n계속하시겠습니까?",
283
- "You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\r\n\r\nHow would you like to proceed?": "보호된 브랜치에 커밋하려고 하며 커밋을 원격으로 푸시할 수 있는 권한이 없을 수 있습니다.\r\n\r\n어떻게 진행하시겠습니까?",
281
+ "You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\n\nAre you sure to continue?": "확인 없이 변경 내용을 커밋하려고 합니다. 그러면 pre-commit 후크를 건너뛰고 바람직하지 않을 수 있습니다.\n\n계속하시겠습니까?",
282
+ "You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\n\nAre you sure to continue?": "변경 내용을 강제로 푸시하려고 합니다. 이렇게 하면 다른 사람의 변경 내용을 무시하거나 의도하지 않게 덮어쓸 수 있습니다.\n\n계속하시겠습니까?",
283
+ "You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\n\nHow would you like to proceed?": "보호된 브랜치에 커밋하려고 하며 커밋을 원격으로 푸시할 수 있는 권한이 없을 수 있습니다.\n\n어떻게 진행하시겠습니까?",
284
284
  "You seem to have git \"{0}\" installed. Code works best with git >= 2": "Git \"{0}\"이(가) 설치된 것 같습니다. 코드는 2 이하의 Git에서 최적으로 작동합니다.",
285
285
  "Your local changes would be overwritten by checkout.": "체크 아웃하면 로컬 변경 내용을 덮어씁니다.",
286
286
  "Your repository has no remotes configured to publish to.": "리포지토리에 게시하도록 구성된 원격이 없습니다.",
@@ -292,7 +292,7 @@
292
292
  "remote branches": "원경 분기",
293
293
  "tags": "태그",
294
294
  "yes": "예",
295
- "{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\n이 작업은 되돌릴 수 없으며, 현재 작업 설정이 영구적으로 손실됩니다.",
295
+ "{0}\n\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\n\n이 작업은 되돌릴 수 없으며, 현재 작업 설정이 영구적으로 손실됩니다.",
296
296
  "{0} (Deleted)": "{0}(삭제됨)",
297
297
  "{0} (Index)": "{0}(인덱스)",
298
298
  "{0} (Intent to add)": "{0}(추가할 의도)",
@@ -101,15 +101,15 @@
101
101
  "TS Server logging is currently enabled which may impact performance.": "TS 서버 로깅이 현재 사용하도록 설정되어 있어 성능에 영향을 미칠 수 있습니다.",
102
102
  "TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS 서버 로깅이 꺼져 있습니다. “typescript.tsserver.log”를 설정하고 TS 서버를 다시 시작하여 로깅을 사용하도록 설정하세요.",
103
103
  "The JS/TS language service crashed 5 times in the last 5 Minutes.": "JS/TS 언어 서비스가 지난 5분 동안 5번 충돌했습니다.",
104
- "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 지난 5분 동안 5번 충돌했습니다.\r\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\r\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
104
+ "The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 지난 5분 동안 5번 충돌했습니다.\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
105
105
  "The JS/TS language service crashed.": "JS/TS 언어 서비스가 충돌했습니다.",
106
- "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 충돌했습니다.\r\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\r\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
106
+ "The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 충돌했습니다.\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
107
107
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 언어 서비스가 즉시 5번 충돌했습니다. 서비스가 다시 시작되지 않습니다.",
108
- "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 즉시 5번 충돌했습니다. 서비스가 다시 시작되지 않습니다.\r\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\r\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
108
+ "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 즉시 5번 충돌했습니다. 서비스가 다시 시작되지 않습니다.\n이는 다음 확장 프로그램 중 하나가 기여한 플러그인으로 인해 발생할 수 있습니다. {0}\nVS Code에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
109
109
  "The current selection cannot be extracted": "현재 선택 영역을 추출할 수 없습니다.",
110
110
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "경로 {0}이(가) TS 서버를 실행하는 올바른 노드 설치를 가리키지 않습니다. 번들 노드로 대체합니다.",
111
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
112
- "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "작업 영역에서 이전 버전의 TypeScript({0})를 사용하고 있습니다.\r\n\r\n문제를 보고하기 전에 TypeScript {1} 이상 기능을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
112
+ "The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "작업 영역에서 이전 버전의 TypeScript({0})를 사용하고 있습니다.\n\n문제를 보고하기 전에 TypeScript {1} 이상 기능을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
113
113
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "이 작업 영역에는 TypeScript 버전이 포함되어 있습니다. TypeScript 및 JavaScript 언어 기능에 작업 영역 TypeScript 버전을 사용하시겠습니까?",
114
114
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "이 작업 영역은 '{0}'의 노드 설치를 사용하여 TS 서버를 실행하려고 합니다. 사용하시겠습니까?",
115
115
  "To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 {0}과(와) 같이 파일이 많은 폴더를 제외하세요.",
@@ -189,6 +189,34 @@ var content = {
189
189
  "vs/editor/browser/widget/codeEditorWidget": {
190
190
  "cursors.maximum": "커서 수를 {0}개로 제한했습니다. 더 큰 변경 내용을 위해서는 [찾아서 교체](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace)를 사용하거나 편집기 다중 커서 제한 설정을 늘리는 것이 좋습니다.",
191
191
  goToSetting: "다중 커서 제한 늘리기"
192
+ },
193
+ "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
194
+ accessibleDiffViewerCloseIcon: "접근 가능한 Diff 뷰어의 '닫기' 아이콘.",
195
+ accessibleDiffViewerInsertIcon: "액세스 가능한 Diff 뷰어의 '삽입' 아이콘.",
196
+ accessibleDiffViewerRemoveIcon: "액세스 가능한 Diff 뷰어의 '제거' 아이콘.",
197
+ ariaLabel: "액세스 가능한 Diff 뷰어입니다. 탐색하려면 위쪽 및 아래쪽 화살표를 사용합니다.",
198
+ blankLine: "비어 있음",
199
+ deleteLine: "- {0} 원래 줄 {1}",
200
+ equalLine: "{0} 원래 줄 {1} 수정된 줄 {2}",
201
+ header: "차이 {0}/{1}: 원래 줄 {2}, {3}, 수정된 줄 {4}, {5}",
202
+ insertLine: "+ {0} 수정된 줄 {1}",
203
+ "label.close": "닫기",
204
+ more_lines_changed: "줄 {0}개 변경됨",
205
+ no_lines_changed: "변경된 줄 없음",
206
+ one_line_changed: "선 1개 변경됨",
207
+ unchangedLine: "{0} 변경되지 않은 줄 {1}"
208
+ },
209
+ "vs/editor/browser/widget/diffEditor/components/diffEditorEditors": {
210
+ "diff-aria-navigation-tip": " {0}을(를) 사용하여 접근성 도움말을 엽니다."
211
+ },
212
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": {
213
+ "diff.clipboard.copyChangedLineContent.label": "변경된 줄({0}) 복사",
214
+ "diff.clipboard.copyChangedLinesContent.label": "변경된 줄 복사",
215
+ "diff.clipboard.copyChangedLinesContent.single.label": "변경된 줄 복사",
216
+ "diff.clipboard.copyDeletedLineContent.label": "삭제된 줄 복사({0})",
217
+ "diff.clipboard.copyDeletedLinesContent.label": "삭제된 줄 복사",
218
+ "diff.clipboard.copyDeletedLinesContent.single.label": "삭제된 줄 복사",
219
+ "diff.inline.revertChange.label": "이 변경 내용 되돌리기"
192
220
  },
193
221
  "vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
194
222
  "Open Accessible Diff Viewer": "액세스 가능한 Diff 뷰어 열기",
@@ -205,6 +233,34 @@ var content = {
205
233
  toggleShowMovedCodeBlocks: "이동된 코드 블록 표시 토글",
206
234
  toggleUseInlineViewWhenSpaceIsLimited: "공간이 제한된 경우 인라인 보기 사용 설정/해제",
207
235
  useInlineViewWhenSpaceIsLimited: "공간이 제한된 경우 인라인 보기 사용"
236
+ },
237
+ "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": {
238
+ "diff.bottom": "아래에 자세히 표시하려면 클릭하거나 끌어다 놓기",
239
+ "diff.hiddenLines.expandAll": "두 번 클릭하여 펼치기",
240
+ "diff.hiddenLines.top": "위에 자세히 표시하려면 클릭하거나 끌어다 놓기",
241
+ foldUnchanged: "변경되지 않은 영역 접기",
242
+ hiddenLines: "숨겨진 선 {0}개",
243
+ showUnchangedRegion: "변경되지 않은 영역 표시"
244
+ },
245
+ "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": {
246
+ codeMovedFrom: "코드가 {0} - {1}줄에서 이동됨",
247
+ codeMovedFromWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄에서 이동됨",
248
+ codeMovedTo: "코드가 {0} - {1}줄로 이동됨",
249
+ codeMovedToWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄로 이동됨"
250
+ },
251
+ "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": {
252
+ revertChange: "변경 내용 되돌리기",
253
+ revertSelectedChanges: "선택한 변경 내용 되돌리기"
254
+ },
255
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": {
256
+ "diffEditor.move.border": "diff 편집기에서 이동된 텍스트의 테두리 색입니다.",
257
+ "diffEditor.moveActive.border": "diff 편집기에서 이동된 텍스트의 활성 테두리 색입니다.",
258
+ "diffEditor.unchangedRegionShadow": "변경되지 않은 영역 위젯 주위의 그림자 색입니다.",
259
+ diffInsertIcon: "diff 편집기의 삽입에 대한 줄 데코레이션입니다.",
260
+ diffRemoveIcon: "diff 편집기의 제거에 대한 줄 데코레이션입니다."
261
+ },
262
+ "vs/editor/browser/widget/hoverWidget/hoverWidget": {
263
+ hoverhint: "{0} 키를 눌러 마우스를 위에 놓기"
208
264
  },
209
265
  "vs/editor/common/config/editorConfigurationSchema": {
210
266
  codeLens: "편집기에서 CodeLens를 표시할 것인지 여부를 제어합니다.",
@@ -4616,22 +4672,24 @@ var content = {
4616
4672
  newComment: "새로운 댓글 입력",
4617
4673
  reply: "회신..."
4618
4674
  },
4619
- "vs/workbench/contrib/comments/browser/comments.contribution": {
4620
- collapseAll: "모두 축소",
4621
- collapseOnResolve: "스레드가 확인될 주석 스레드를 축소할지 여부를 제어합니다.",
4622
- "comments.maxHeight": "주석 위젯이 스크롤되거나 확장되는지 여부를 제어합니다.",
4623
- "comments.openPanel.deprecated": " 설정은 'comments.openView'를 위해 사용되지 않습니다.",
4624
- "comments.openView": "주석 뷰를 열어야 하는 시기를 제어합니다.",
4625
- "comments.openView.file": "메모가 있는 파일이 활성 상태이면 메모 보기가 열립니다.",
4626
- "comments.openView.firstFile": "이 세션 중에 메모 보기가 아직 열리지 않은 경우 메모가 있는 파일이 활성 상태인 세션 중에 처음으로 열립니다.",
4627
- "comments.openView.firstFileUnresolved": " 세션 중에 주석 보기가 아직 열리지 않았고 주석이 해결되지 않은 경우 주석이 있는 파일이 활성 상태인 세션 중에 처음으로 열립니다.",
4628
- "comments.openView.never": "주석 보기는 열리지 않습니다.",
4629
- "comments.visible": "댓글 범위 댓글이 있는 편집기에서 댓글 표시줄 댓글 스레드의 표시 여부를 제어합니다. 댓글은 여전히 ​​댓글 보기를 통해 액세스할 있으며 \"댓글: 편집기 댓글 달기 전환\" 명령을 실행하여 댓글을 토글하는 것과 같은 방식으로 댓글이 켜집니다.",
4630
- commentsConfigurationTitle: "주석",
4631
- expandAll: "모두 확장",
4632
- openComments: "주석 패널을 열어야 하는 경우를 제어합니다.",
4633
- totalUnresolvedComments: "확인되지 않은 주석 {0}개",
4634
- useRelativeTime: "상대 시간이 메모 타임스탬프(예: '1일 전')에 사용될지 여부를 결정합니다."
4675
+ "vs/workbench/contrib/comments/browser/commentsAccessibility": {
4676
+ addComment: "- 주석 추가({0})",
4677
+ addCommentNoKb: "- 현재 바인딩을 통해 트리거할 없는 현재 선택 영역에 주석을 추가합니다.",
4678
+ commentCommands: " 가지 유용한 주석 명령은 다음과 같습니다.",
4679
+ "escape": "- 주석 해제(이스케이프)",
4680
+ intro: "편집기에 주석 가능 범위가 포함되어 있습니다. 몇 가지 유용한 명령은 다음과 같습니다.",
4681
+ introWidget: " 위젯에는 새 주석을 작성할 수 있는 텍스트 영역과 이동 포커스 모드가 활성화되면 탭으로 이동할 수 있는 작업이 포함되어 있습니다({0}).",
4682
+ introWidgetNoKb: "이 위젯에는 주석을 작성할 있는 텍스트 영역과 탭이 이동한 후 포커스 모드로 탭할 수 있는 텍스트 영역이 포함되어 있으며, 이동 포커스 설정/해제 명령을 사용하면 현재 키 바인딩을 통해 트리거할 수 없습니다.",
4683
+ next: "- 다음 주석 범위로 이동({0})",
4684
+ nextCommentThreadKb: "- 다음 주석 스레드로 이동({0})",
4685
+ nextCommentThreadNoKb: "- 다음 주석 스레드로 이동, 이는 바인딩을 통해 현재 트리거할없습니다.",
4686
+ nextNoKb: "- 현재 키 바인딩을 통해 트리거할 수 없는 다음 주석 범위로 이동합니다.",
4687
+ previous: "- 이전 주석 범위로 이동({0})",
4688
+ previousCommentThreadKb: "- 이전 주석 스레드로 이동({0})",
4689
+ previousCommentThreadNoKb: "- 이전 주석 스레드로 이동, 이는 키 바인딩을 통해 현재 트리거할 수 없습니다.",
4690
+ previousNoKb: "- 이전 주석 범위로 이동, 이는 바인딩을 통해 현재 트리거할 수 없습니다.",
4691
+ submitComment: "- 설명 제출({0})",
4692
+ submitCommentNoKb: "- 현재 키 바인딩으로 트리거할 수 없으므로 탭을 통해 액세스할 수 있는 주석을 제출합니다."
4635
4693
  },
4636
4694
  "vs/workbench/contrib/comments/browser/commentsController": {
4637
4695
  commentRange: "선 {0}",
@@ -4640,6 +4698,9 @@ var content = {
4640
4698
  hasCommentRangesKb: "편집기에 주석 범위가 있는 경우 접근성 도움말 열기({0}) 명령을 실행하여 자세한 내용을 확인하세요.",
4641
4699
  hasCommentRangesNoKb: "편집기에 주석 범위가 있습니다. 자세한 내용은 Open Accessibility Help 명령을 실행하세요. 이는 현재 키 바인딩을 통해 트리거할 수 없습니다.",
4642
4700
  pickCommentService: "주석 공급자 선택"
4701
+ },
4702
+ "vs/workbench/contrib/comments/browser/commentsModel": {
4703
+ noComments: "이 작업 영역에는 아직 주석이 없습니다."
4643
4704
  },
4644
4705
  "vs/workbench/contrib/comments/browser/commentsTreeViewer": {
4645
4706
  commentCount: "1개 주석",
@@ -6561,6 +6622,10 @@ var content = {
6561
6622
  discard: "취소",
6562
6623
  save: "만들기",
6563
6624
  saveAs: "다음으로 만들기"
6625
+ },
6626
+ "vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": {
6627
+ inlineChat: "인라인 채팅 변경 내용이 수락 또는 취소될 때까지 기다리는 중...",
6628
+ "inlineChat.N": "{0} 편집기의 인라인 채팅 변경 내용이 수락 또는 취소될 때까지 기다리는 중..."
6564
6629
  },
6565
6630
  "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
6566
6631
  "change.0": "아무것도 변경되지 않음",
@@ -7061,6 +7126,9 @@ var content = {
7061
7126
  focusOutputOut: "활성 셀 출력 포커스 아웃",
7062
7127
  "notebook.navigation.allowNavigateToSurroundingCells": "사용하도록 설정한 경우 커서는 셀 편집기의 현재 커서가 첫 번째/마지막 줄에 있을 때 다음/이전 셀로 이동할 수 있습니다.",
7063
7128
  "notebookActions.centerActiveCell": "활성 셀 가운데 맞춤"
7129
+ },
7130
+ "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
7131
+ "notebook.indexedChildrenLimitReached": "표시 제한에 도달함"
7064
7132
  },
7065
7133
  "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
7066
7134
  debugConsole: "Notebook 변수",
@@ -9343,6 +9411,9 @@ var content = {
9343
9411
  "terminal.useMonospace": "'고정 폭' 사용",
9344
9412
  terminalConnectingLabel: "시작 중...",
9345
9413
  terminals: "터미널을 엽니다."
9414
+ },
9415
+ "vs/workbench/contrib/terminal/browser/terminalVoice": {
9416
+ terminalVoiceTextInserted: "{0} 삽입됨"
9346
9417
  },
9347
9418
  "vs/workbench/contrib/terminal/browser/xterm/decorationAddon": {
9348
9419
  gutter: "여백 명령 장식",
@@ -9382,6 +9453,13 @@ var content = {
9382
9453
  "vscode.extension.contributes.terminal.types.icon": "이 터미널 유형과 연결할 codicon, URI 또는 ​​밝고 어두운 URI입니다.",
9383
9454
  "vscode.extension.contributes.terminal.types.icon.dark": "어두운 테마를 사용하는 경우의 아이콘 경로",
9384
9455
  "vscode.extension.contributes.terminal.types.icon.light": "밝은 테마를 사용하는 경우의 아이콘 경로"
9456
+ },
9457
+ "vs/workbench/contrib/terminal/common/terminalClipboard": {
9458
+ confirmMoveTrashMessageFilesAndDirectories: "{0}줄의 텍스트를 터미널에 붙여넣으시겠습니까?",
9459
+ doNotAskAgain: "이 메시지를 다시 표시 안 함",
9460
+ multiLinePasteButton: "붙여넣기(&&P)",
9461
+ "multiLinePasteButton.oneLine": "한 줄로 붙여넣기",
9462
+ preview: "미리 보기:"
9385
9463
  },
9386
9464
  "vs/workbench/contrib/terminal/common/terminalColorRegistry": {
9387
9465
  "terminal.ansiColor": "터미널의 '{0}' ANSI 색상",
@@ -9714,6 +9792,15 @@ var content = {
9714
9792
  "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
9715
9793
  labelWithKeybinding: "{0}({1})",
9716
9794
  stickyScrollHoverTitle: "명령으로 이동"
9795
+ },
9796
+ "vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
9797
+ "coverage.branchCovered": "{1}의 {0}분기가 {2}회 실행되었습니다.",
9798
+ "coverage.branchNotCovered": "{1}의 분기 {0}(이)가 적용되지 않았습니다.",
9799
+ "coverage.branches": "{2} 분기의 {1} 중 {0}이(가) 적용 되었습니다.",
9800
+ "coverage.codeExecutedCount": "{0}(이)가 {1}회 실행되었습니다.",
9801
+ "coverage.fnExecutedCount": "'{0}' 함수가 {1}회 실행되었습니다.",
9802
+ "coverage.toggleInline": "인라인 적용 범위 설정/해제",
9803
+ "testing.toggleInlineCoverage": "인라인 적용 범위 설정/해제"
9717
9804
  },
9718
9805
  "vs/workbench/contrib/testing/browser/icons": {
9719
9806
  filterIcon: "테스트 보기의 '필터' 작업 아이콘입니다.",
@@ -11175,9 +11262,6 @@ var content = {
11175
11262
  "vs/workbench/services/host/browser/browserHostService": {
11176
11263
  open: "열기(&&O)",
11177
11264
  unableToOpenExternal: "브라우저가 새 탭 또는 창의 열기를 중단했습니다. 그래도 열려면 '열기'를 누르세요."
11178
- },
11179
- "vs/workbench/services/hover/browser/hoverWidget": {
11180
- hoverhint: "{0} 키를 눌러 마우스를 위에 놓기"
11181
11265
  },
11182
11266
  "vs/workbench/services/keybinding/browser/keybindingService": {
11183
11267
  "invalid.keybindings": "잘못된 `contributes.{0}`입니다. {1}",
@@ -11759,6 +11843,13 @@ var content = {
11759
11843
  "vs/workbench/services/views/browser/viewDescriptorService": {
11760
11844
  hideView: "'{0}' 숨기기",
11761
11845
  resetViewLocation: "위치 다시 설정"
11846
+ },
11847
+ "vs/workbench/services/views/browser/viewsService": {
11848
+ editor: "텍스트 편집기",
11849
+ "focus view": "{0} 보기에 포커스",
11850
+ resetViewLocation: "위치 다시 설정",
11851
+ "show view": "{0} 표시",
11852
+ "toggle view": "{0} 토글"
11762
11853
  },
11763
11854
  "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
11764
11855
  confirmMakeWriteable: "'{0}'이(가) 읽기 전용으로 표시됩니다. 그래도 저장하시겠습니까?",