@codingame/monaco-vscode-language-pack-ko 2.1.4 → 2.2.0-next.2

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.1.4",
3
+ "version": "2.2.0-next.2",
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.1.4"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.2.0-next.2"
22
22
  }
23
23
  }
@@ -41,7 +41,7 @@
41
41
  "The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "기본 빌드 작업의 이름입니다. 단일 기본 빌드 작업이 없는 경우 빠른 선택이 표시되어 빌드 작업을 선택할 수 있습니다.",
42
42
  "The name of the folder opened in VS Code without any slashes (/)": "VS Code에서 연 폴더의 이름(슬래시(/) 제외)",
43
43
  "The path of the folder opened in VS Code": "VS Code에서 연 폴더의 경로",
44
- "The path where an an extension is installed.": "확장이 설치된 경로입니다.",
44
+ "The path where an extension is installed.": "The path where an extension is installed.",
45
45
  "The task runner's current working directory on startup": "시작 시 작업 실행기의 현재 작업 디렉터리",
46
46
  "Use the language of the currently active text editor if any": "현재 활성 텍스트 편집기(있는 경우)의 언어 사용",
47
47
  "a conditional separator (' - ') that only shows when surrounded by variables with values": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
@@ -57,6 +57,8 @@
57
57
  "the file name (e.g. myFile.txt)": "파일 이름(예: myFile.txt)",
58
58
  "the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)": "파일의 전체 경로(예: /Users/Development/myFolder/myFileFolder/myFile.txt)",
59
59
  "the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)": "파일이 포함된 폴더의 전체 경로(예: /Users/Development/myFolder/myFileFolder)",
60
+ "the name of the active branch in the active repository (e.g. main)": "the name of the active branch in the active repository (e.g. main)",
61
+ "the name of the active repository (e.g. vscode)": "the name of the active repository (e.g. vscode)",
60
62
  "the name of the folder the file is contained in (e.g. myFileFolder)": "파일이 포함된 폴더의 이름(예: myFileFolder)",
61
63
  "the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "작업 영역 폴더에 상대적인 파일 경로(예: myFolder/myFileFolder/myFile.txt)",
62
64
  "the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "작업 영역 폴더에 상대적인, 파일이 포함된 폴더의 경로(예: myFolder/myFileFolder)"
@@ -25,6 +25,7 @@
25
25
  "All Repositories": "모든 리포지토리",
26
26
  "Always": "항상",
27
27
  "Always Pull": "항상 풀",
28
+ "Always Replace Local Tag(s)": "Always Replace Local Tag(s)",
28
29
  "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
30
  "Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "{0}을(를) 삭제하시겠습니까?\n이 작업은 취소할 수 없습니다!\n계속하면 이 파일이 영구적으로 손실됩니다.",
30
31
  "Are you sure you want to continue connecting?": "연결을 계속 진행하시겠습니까?",
@@ -117,8 +118,15 @@
117
118
  "Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "작업 영역의 부모 폴더 또는 열린 파일에서 Git 리포지토리를 찾았습니다. 리포지토리를 열까요?",
118
119
  "Git: {0}": "Git: {0}",
119
120
  "HEAD version of \"{0}\" is not available.": "“{0}”의 HEAD 버전을 사용할 수 없습니다.",
121
+ "Hard wrap all lines": "Hard wrap all lines",
122
+ "Hard wrap line": "Hard wrap line",
120
123
  "Ignored": "무시됨",
121
124
  "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)",
122
130
  "Index Added": "인덱스 추가됨",
123
131
  "Index Copied": "인덱스 복사됨",
124
132
  "Index Deleted": "인덱스 삭제됨",
@@ -193,11 +201,13 @@
193
201
  "Pull {0} commits from {1}/{2}": "{1}/{2}에서 {0}개 커밋 풀",
194
202
  "Push {0} commits to {1}/{2}": "{1}/{2}(으)로 {0}개 커밋 푸시",
195
203
  "Rebasing": "기준 주소 다시 지정",
204
+ "Regenerate Branch Name": "Regenerate Branch Name",
196
205
  "Remote \"{0}\" already exists.": "원격 \"{0}\"이(가) 이미 존재합니다.",
197
206
  "Remote branch at {0}": "{0}에서 원격 분기",
198
207
  "Remote name": "원격 이름",
199
208
  "Remote name format invalid": "잘못된 원격 이름 형식",
200
209
  "Remote tag at {0}": "{0} 원격 태그",
210
+ "Remove empty characters": "Remove empty characters",
201
211
  "Reopen Closed Repositories": "닫힌 리포지토리 다시 열기",
202
212
  "Replace Local Tag(s)": "로컬 태그 교체",
203
213
  "Restore file": "파일 복원",
@@ -323,6 +333,10 @@
323
333
  "colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
324
334
  "colors.deleted": "삭제된 리소스의 색상입니다.",
325
335
  "colors.ignored": "무시된 리소스의 색상입니다.",
336
+ "colors.incomingAdded": "Color for added incoming resource.",
337
+ "colors.incomingDeleted": "Color for deleted incoming resource.",
338
+ "colors.incomingModified": "Color for modified incoming resource.",
339
+ "colors.incomingRenamed": "Color for renamed incoming resource.",
326
340
  "colors.modified": "수정된 리소스의 색상입니다.",
327
341
  "colors.renamed": "이름이 바뀌었거나 복사된 리소스의 색입니다.",
328
342
  "colors.stageDeleted": "스테이징되어 있는 삭제된 리소스의 색입니다.",
@@ -346,6 +360,7 @@
346
360
  "command.cloneRecursive": "복제(재귀)",
347
361
  "command.close": "리포지토리 닫기",
348
362
  "command.closeAllDiffEditors": "모든 diff 편집기 닫기",
363
+ "command.closeAllUnmodifiedEditors": "Close All Unmodified Editors",
349
364
  "command.closeOtherRepositories": "다른 리포지토리 닫기",
350
365
  "command.commit": "커밋",
351
366
  "command.commitAll": "모두 커밋",
@@ -551,6 +566,7 @@
551
566
  "config.pullTags": "풀할 때 모든 태그를 페치합니다.",
552
567
  "config.rebaseWhenSync": "동기화 명령을 실행할 때 Git에서 다시 지정을 사용하게 합니다.",
553
568
  "config.rememberPostCommitCommand": "커밋 후 실행된 마지막 git 명령을 기억하세요.",
569
+ "config.replaceTagsWhenPull": "Automatically replace the local tags with the remote tags in case of a conflict when running the pull command.",
554
570
  "config.repositoryScanIgnoredFolders": "`#git.autoRepositoryDetection#`이 `true` 또는 `subFolders`로 설정된 경우 Git 리포지토리를 검색하는 동안 무시되는 폴더 목록입니다.",
555
571
  "config.repositoryScanMaxDepth": "`#git.autoRepositoryDetection#`이 `true` 또는 `subFolders`로 설정된 경우 Git 리포지토리에 대한 작업 영역 간 폴더를 스캔할 때 사용되는 깊이를 제어합니다. 제한 없이 '-1'로 설정할 수 있습니다.",
556
572
  "config.requireGitUserConfig": "명시적 Git 사용자 구성을 요구할지 또는 누락된 경우 Git에서 추측하도록 허용할지를 제어합니다.",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "package": {
15
15
  "cleanInvalidImageAttachment.title": "잘못된 이미지 첨부 파일 참조 정리",
16
- "copyCellOutput.title": "출력 복사",
16
+ "copyCellOutput.title": "Copy Cell Output",
17
17
  "description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
18
18
  "displayName": ".ipynb 지원",
19
19
  "ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",
@@ -252,16 +252,6 @@
252
252
  "typescript.check.npmIsInstalled": "[자동 형식 인식](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition)을 위해 npm이 설치되어 있는지 확인하세요.",
253
253
  "typescript.disableAutomaticTypeAcquisition": "[자동 형식 인식](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition)을 사용하지 않도록 설정합니다. 자동 형식 인식은 npm에서 '@types' 패키지를 가져와 외부 라이브러리에 대한 IntelliSense를 개선합니다.",
254
254
  "typescript.enablePromptUseWorkspaceTsdk": "Intellisense 작업 영역에서 구성된 TypeScript 버전을 사용하라는 메시지를 사용자에게 표시할 수 있습니다.",
255
- "typescript.experimental.aiCodeActions": "AI 지원 코드 작업을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
256
- "typescript.experimental.aiCodeActions.addNameToNamelessParameter": "이름 없는 매개 변수에 이름 추가 빠른 수정에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
257
- "typescript.experimental.aiCodeActions.classDoesntImplementInheritedAbstractMember": "클래스에 대한 AI 지원을 사용하거나 사용하지 않도록 설정해도 상속된 추상 멤버 빠른 수정은 구현되지 않습니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
258
- "typescript.experimental.aiCodeActions.classIncorrectlyImplementsInterface": "클래스에 대한 AI 지원을 사용하거나 사용하지 않도록 설정하면 인터페이스 빠른 수정이 잘못 구현됩니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
259
- "typescript.experimental.aiCodeActions.extractConstant": "상수 추출 리팩터링에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
260
- "typescript.experimental.aiCodeActions.extractFunction": "함수 추출 리팩터링에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
261
- "typescript.experimental.aiCodeActions.extractInterface": "인터페이스 추출 리팩터링에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
262
- "typescript.experimental.aiCodeActions.extractType": "유형 추출 리팩터링에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
263
- "typescript.experimental.aiCodeActions.inferAndAddTypes": "유추 및 유형 추가 리팩터링에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
264
- "typescript.experimental.aiCodeActions.missingFunctionDeclaration": "누락된 함수 선언 빠른 수정에 대한 AI 지원을 사용하거나 사용하지 않도록 설정합니다. AI 채팅 기능을 제공하는 확장이 필요합니다.",
265
255
  "typescript.findAllFileReferences": "파일 참조 찾기",
266
256
  "typescript.format.enable": "기본 TypeScript 포맷터를 사용하거나 사용하지 않습니다.",
267
257
  "typescript.goToProjectConfig.title": "프로젝트 구성(tsconfig)으로 이동",