@codingame/monaco-vscode-language-pack-ko 2.2.0-next.4 → 2.2.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": "2.2.0-next.4",
3
+ "version": "2.2.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
- "vscode": "npm:@codingame/monaco-vscode-api@2.2.0-next.4"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.2.0"
22
22
  }
23
23
  }
@@ -117,6 +117,8 @@
117
117
  "extensionHost.launch.rendererDebugOptions": "'debugWebviews' 또는 'debugWebWorkerHost'를 사용하여 렌더러 프로세스에 연결하는 데 사용되는 크롬 시작 옵션입니다.",
118
118
  "extensionHost.launch.runtimeExecutable.description": "VS Code의 절대 경로입니다.",
119
119
  "extensionHost.launch.stopOnEntry.description": "시작된 후 확장 호스트를 자동으로 중지합니다.",
120
+ "extensionHost.launch.testConfiguration": "[test CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli)에 대한 테스트 구성 파일의 경로입니다.",
121
+ "extensionHost.launch.testConfigurationLabel": "파일에서 실행할 단일 구성입니다. 지정하지 않으면 선택하라는 메시지가 표시될 수 있습니다.",
120
122
  "extensionHost.snippet.launch.description": "디버그 모드에서 VS Code 확장 시작",
121
123
  "extensionHost.snippet.launch.label": "VS Code 확장 개발",
122
124
  "getDiagnosticLogs.label": "진단 JS 디버그 로그 저장",
@@ -250,7 +252,9 @@
250
252
  "Can't load environment variables from file ({0}).": "파일({0})에서 환경 변수를 로드할 수 없습니다.",
251
253
  "Cancel Animation Frame": "애니메이션 프레임 취소",
252
254
  "Cannot connect to the target at {0}: {1}": "{0}에서 대상에 연결할 수 없음: {1}",
255
+ "Cannot find `{0}` installed in {1}": "{1}에 설치된 ‘{0}’을 찾을 수 없음",
253
256
  "Cannot find a program to debug": "디버그할 프로그램을 찾을 수 없습니다.",
257
+ "Cannot find test configuration with label `{0}`, got: {1}": "레이블이 ‘{0}’인 테스트 구성을 찾을 수 없으며 {1}을(를) 받았음",
254
258
  "Cannot launch debug target in terminal ({0}).": "터미널({0})에서 디버그 대상을 시작할 수 없습니다.",
255
259
  "Cannot restart asynchronous frame": "비동기 프레임을 다시 시작할 수 없음",
256
260
  "Cannot set an empty value": "빈 값을 설정할 수 없음",
@@ -359,6 +363,7 @@
359
363
  "Script First Statement": "스크립트 첫 번째 문",
360
364
  "Select a tab": "탭 선택",
361
365
  "Select current working directory for new terminal": "새 터미널의 현재 작업 디렉토리를 선택합니다.",
366
+ "Select test configuration to run": "실행할 테스트 구성 선택",
362
367
  "Select the page where you want to open the devtools": "Devtools를 열 페이지를 선택합니다.",
363
368
  "Select the session you want to inspect:": "검사할 세션 선택:",
364
369
  "Seller Reporting Phase Start": "판매자 보고 단계 시작",
@@ -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 extension is installed.": "The path where an extension is installed.",
44
+ "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,8 +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
+ "the name of the active branch in the active repository (e.g. main)": "활성 리포지토리의 활성 분기 이름(예: main)",
61
+ "the name of the active repository (e.g. vscode)": "활성 리포지토리의 이름(예: vscode)",
62
62
  "the name of the folder the file is contained in (e.g. myFileFolder)": "파일이 포함된 폴더의 이름(예: myFileFolder)",
63
63
  "the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "작업 영역 폴더에 상대적인 파일 경로(예: myFolder/myFileFolder/myFile.txt)",
64
64
  "the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "작업 영역 폴더에 상대적인, 파일이 포함된 폴더의 경로(예: myFolder/myFileFolder)"
@@ -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": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
274
+ "css.lint.hexColorLength.desc": "16진수 색상은 3, 4, 6 또는 8진수로 구성되어야 합니다.",
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": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
312
+ "less.lint.hexColorLength.desc": "16진수 색상은 3, 4, 6 또는 8진수로 구성되어야 합니다.",
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": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.",
347
+ "scss.lint.hexColorLength.desc": "16진수 색상은 3, 4, 6 또는 8진수로 구성되어야 합니다.",
348
348
  "scss.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
349
349
  "scss.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
350
350
  "scss.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
@@ -25,7 +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
+ "Always Replace Local Tag(s)": "항상 로컬 태그 교체",
29
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계속하면 해당 파일이 영구적으로 손실됩니다.",
30
30
  "Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "{0}을(를) 삭제하시겠습니까?\n이 작업은 취소할 수 없습니다!\n계속하면 이 파일이 영구적으로 손실됩니다.",
31
31
  "Are you sure you want to continue connecting?": "연결을 계속 진행하시겠습니까?",
@@ -54,7 +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
+ "Clear whitespace characters": "공백 문자 지우기",
58
58
  "Clone from URL": "리포지토리 URL",
59
59
  "Clone from {0}": "{0}에서 복제",
60
60
  "Cloning git repository \"{0}\"...": "Git 리포지토리 \"{0}\"을(를) 복제하는 중...",
@@ -119,8 +119,8 @@
119
119
  "Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "작업 영역의 부모 폴더 또는 열린 파일에서 Git 리포지토리를 찾았습니다. 리포지토리를 열까요?",
120
120
  "Git: {0}": "Git: {0}",
121
121
  "HEAD version of \"{0}\" is not available.": "“{0}”의 HEAD 버전을 사용할 수 없습니다.",
122
- "Hard wrap all lines": "Hard wrap all lines",
123
- "Hard wrap line": "Hard wrap line",
122
+ "Hard wrap all lines": "모든 하드 래핑",
123
+ "Hard wrap line": " 하드 래핑",
124
124
  "Ignored": "무시됨",
125
125
  "Incoming": "수신",
126
126
  "Index Added": "인덱스 추가됨",
@@ -197,7 +197,7 @@
197
197
  "Pull {0} commits from {1}/{2}": "{1}/{2}에서 {0}개 커밋 풀",
198
198
  "Push {0} commits to {1}/{2}": "{1}/{2}(으)로 {0}개 커밋 푸시",
199
199
  "Rebasing": "기준 주소 다시 지정",
200
- "Regenerate Branch Name": "Regenerate Branch Name",
200
+ "Regenerate Branch Name": "분기 이름 다시 생성",
201
201
  "Remote \"{0}\" already exists.": "원격 \"{0}\"이(가) 이미 존재합니다.",
202
202
  "Remote branch at {0}": "{0}에서 원격 분기",
203
203
  "Remote name": "원격 이름",
@@ -327,10 +327,10 @@
327
327
  "colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
328
328
  "colors.deleted": "삭제된 리소스의 색상입니다.",
329
329
  "colors.ignored": "무시된 리소스의 색상입니다.",
330
- "colors.incomingAdded": "Color for added incoming resource.",
331
- "colors.incomingDeleted": "Color for deleted incoming resource.",
332
- "colors.incomingModified": "Color for modified incoming resource.",
333
- "colors.incomingRenamed": "Color for renamed incoming resource.",
330
+ "colors.incomingAdded": "추가된 들어오는 리소스의 색상입니다.",
331
+ "colors.incomingDeleted": "삭제된 수신 리소스의 색상.",
332
+ "colors.incomingModified": "수정된 들어오는 리소스의 색상입니다.",
333
+ "colors.incomingRenamed": "이름이 변경된 들어오는 리소스의 색상입니다.",
334
334
  "colors.modified": "수정된 리소스의 색상입니다.",
335
335
  "colors.renamed": "이름이 바뀌었거나 복사된 리소스의 색입니다.",
336
336
  "colors.stageDeleted": "스테이징되어 있는 삭제된 리소스의 색입니다.",
@@ -354,7 +354,7 @@
354
354
  "command.cloneRecursive": "복제(재귀)",
355
355
  "command.close": "리포지토리 닫기",
356
356
  "command.closeAllDiffEditors": "모든 diff 편집기 닫기",
357
- "command.closeAllUnmodifiedEditors": "Close All Unmodified Editors",
357
+ "command.closeAllUnmodifiedEditors": "수정되지 않은 편집기 모두 닫기",
358
358
  "command.closeOtherRepositories": "다른 리포지토리 닫기",
359
359
  "command.commit": "커밋",
360
360
  "command.commitAll": "모두 커밋",
@@ -523,7 +523,7 @@
523
523
  "config.ignoreSubmodules": "파일 트리의 하위 모듈 수정 내용을 무시합니다.",
524
524
  "config.ignoreWindowsGit27Warning": "Windows에 Git 2.25~2.26이 설치되어 있는 경우 경고를 무시합니다.",
525
525
  "config.ignoredRepositories": "무시할 Git 리포지토리의 목록입니다.",
526
- "config.inputValidation": "Controls whether to show commit message input validation diagnostics.",
526
+ "config.inputValidation": "커밋 메시지 입력 유효성 검사 진단을 표시할지 여부를 제어합니다.",
527
527
  "config.inputValidationLength": "경고 표시를 위한 커밋 메시지 길이 임계값을 제어합니다.",
528
528
  "config.inputValidationSubjectLength": "경고 표시를 위한 커밋 메시지 제목 길이 임계값을 제어합니다. `#git.inputValidationLength#` 값을 상속하려면 이 임계값 설정을 해제하세요.",
529
529
  "config.mergeEditor": "현재 충돌 된 파일의 병합 편집기를 엽니다.",
@@ -560,7 +560,7 @@
560
560
  "config.pullTags": "풀할 때 모든 태그를 페치합니다.",
561
561
  "config.rebaseWhenSync": "동기화 명령을 실행할 때 Git에서 다시 지정을 사용하게 합니다.",
562
562
  "config.rememberPostCommitCommand": "커밋 후 실행된 마지막 git 명령을 기억하세요.",
563
- "config.replaceTagsWhenPull": "Automatically replace the local tags with the remote tags in case of a conflict when running the pull command.",
563
+ "config.replaceTagsWhenPull": " 명령을 실행할 충돌이 발생할 경우 로컬 태그를 원격 태그로 자동으로 교체합니다.",
564
564
  "config.repositoryScanIgnoredFolders": "`#git.autoRepositoryDetection#`이 `true` 또는 `subFolders`로 설정된 경우 Git 리포지토리를 검색하는 동안 무시되는 폴더 목록입니다.",
565
565
  "config.repositoryScanMaxDepth": "`#git.autoRepositoryDetection#`이 `true` 또는 `subFolders`로 설정된 경우 Git 리포지토리에 대한 작업 영역 간 폴더를 스캔할 때 사용되는 깊이를 제어합니다. 제한 없이 '-1'로 설정할 수 있습니다.",
566
566
  "config.requireGitUserConfig": "명시적 Git 사용자 구성을 요구할지 또는 누락된 경우 Git에서 추측하도록 허용할지를 제어합니다.",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "package": {
15
15
  "cleanInvalidImageAttachment.title": "잘못된 이미지 첨부 파일 참조 정리",
16
- "copyCellOutput.title": "Copy Cell Output",
16
+ "copyCellOutput.title": " 출력 복사",
17
17
  "description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
18
18
  "displayName": ".ipynb 지원",
19
19
  "ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",