@codingame/monaco-vscode-language-pack-ko 9.0.3 → 10.0.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 +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +5 -4
- package/translations/extensions/vscode.git.i18n.json +4 -1
- package/translations/extensions/vscode.ipynb.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +3 -1
- package/translations/main.i18n.json.js +2257 -2114
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.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@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@10.0.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -323,10 +323,11 @@
|
|
|
323
323
|
"Networking not available.": "네트워킹을 사용할 수 없습니다.",
|
|
324
324
|
"Never": "안 함",
|
|
325
325
|
"No": "아니요",
|
|
326
|
-
"No npm scripts found in the workspace folder.": "
|
|
326
|
+
"No npm scripts found in the workspace folder.": "작업 영역 폴더에서 npm 스크립트를 찾을 수 없습니다.",
|
|
327
327
|
"No npm scripts found in your package.json": "package.json에서 npm 스크립트를 찾을 수 없습니다.",
|
|
328
328
|
"No package.json files found in your workspace.": "작업 영역에서 package.json 파일을 찾을 수 없습니다.",
|
|
329
329
|
"No workspace folder open.": "열려 있는 작업 영역 폴더가 없습니다.",
|
|
330
|
+
"Node Attributes": "노드 특성",
|
|
330
331
|
"Node.js version '{0}' not installed using version manager {1}.": "버전 관리자 {1}을(를) 사용하여 Node.js 버전 '{0}'이(가) 설치되지 않았습니다.",
|
|
331
332
|
"Not Now": "나중에",
|
|
332
333
|
"Only objects can be queried": "개체만 쿼리할 수 있습니다.",
|
|
@@ -364,18 +365,18 @@
|
|
|
364
365
|
"Resume AudioContext": "AudioContext 다시 시작",
|
|
365
366
|
"Return value": "반환 값",
|
|
366
367
|
"Run Current File": "현재 파일 실행",
|
|
367
|
-
"Run Node.js tool": "
|
|
368
|
+
"Run Node.js tool": "Node.js 도구 실행",
|
|
368
369
|
"Run Script: {0}": "스크립트 실행: {0}",
|
|
369
370
|
"Run for a specific amount of time": "특정 시간 동안 실행",
|
|
370
371
|
"Run until a specific breakpoint is hit": "특정 중단점이 적중될 때까지 실행",
|
|
371
372
|
"Run until manually stopped": "수동으로 중지될 때까지 실행",
|
|
372
|
-
"Runs a Node.js command-line installed in the workspace node_modules.": "
|
|
373
|
+
"Runs a Node.js command-line installed in the workspace node_modules.": "작업 영역 node_modules 설치된 Node.js 명령줄을 실행합니다.",
|
|
373
374
|
"Saving": "저장 중",
|
|
374
375
|
"Script": "스크립트",
|
|
375
376
|
"Script Blocked by Content Security Policy": "콘텐츠 보안 정책으로 차단된 스크립트",
|
|
376
377
|
"Script First Statement": "스크립트 첫 번째 문",
|
|
377
378
|
"Select a tab": "탭 선택",
|
|
378
|
-
"Select a tool to run": "
|
|
379
|
+
"Select a tool to run": "실행할 도구 선택",
|
|
379
380
|
"Select current working directory for new terminal": "새 터미널의 현재 작업 디렉토리를 선택합니다.",
|
|
380
381
|
"Select test configuration to run": "실행할 테스트 구성 선택",
|
|
381
382
|
"Select the page where you want to open the devtools": "Devtools를 열 페이지를 선택합니다.",
|
|
@@ -240,6 +240,7 @@
|
|
|
240
240
|
"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}개의 하위 모듈이 있습니다. 모듈 내의 파일을 열러 각 모듈을 개별적으로 열 수는 있습니다.",
|
|
241
241
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "“{0}” 분기에 원격 분기가 없습니다. 이 분기를 게시하시겠습니까?",
|
|
242
242
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "\"{0}\" 분기가 완전히 병합되지 않았습니다. 그래도 삭제하시겠습니까?",
|
|
243
|
+
"The changes are already present in the current branch.": "변경 내용이 현재 분기에 이미 있습니다.",
|
|
243
244
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "현재 분기는 원격에 게시되지 않습니다. 다른 곳에서 변경 사항에 액세스할 수 있도록 게시하시겠습니까?",
|
|
244
245
|
"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커밋하기 전에 저장하시겠습니까?",
|
|
245
246
|
"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스태시하기 전에 저장하시겠습니까?",
|
|
@@ -353,7 +354,9 @@
|
|
|
353
354
|
"command.branchFrom": "타 분기에서 새 분기 만들기...",
|
|
354
355
|
"command.checkout": "다음으로 체크 아웃...",
|
|
355
356
|
"command.checkoutDetached": "체크 아웃(분리됨)...",
|
|
357
|
+
"command.checkoutRefDetached": "체크 아웃(분리됨)",
|
|
356
358
|
"command.cherryPick": "cherry-pick...",
|
|
359
|
+
"command.cherryPickRef": "Cherry Pick",
|
|
357
360
|
"command.clean": "변경 내용 취소",
|
|
358
361
|
"command.cleanAll": "모든 변경 내용 취소",
|
|
359
362
|
"command.cleanAllTracked": "추적된 모든 변경 내용 취소",
|
|
@@ -388,7 +391,7 @@
|
|
|
388
391
|
"command.commitStagedSignedNoVerify": "커밋 스테이징됨(로그오프됨, 확인 안 함)",
|
|
389
392
|
"command.continueInLocalClone": "리포지토리를 로컬로 복제하고 데스크톱에서 열기...",
|
|
390
393
|
"command.continueInLocalClone.qualifiedName": "새 로컬 복제본에서 계속 작업하기",
|
|
391
|
-
"command.createTag": "태그
|
|
394
|
+
"command.createTag": "태그 만들기...",
|
|
392
395
|
"command.deleteBranch": "분기 삭제...",
|
|
393
396
|
"command.deleteRemoteTag": "원격 태그 삭제...",
|
|
394
397
|
"command.deleteTag": "태그 삭제...",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"copyCellOutput.title": "셀 출력 복사",
|
|
17
17
|
"description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
|
|
18
18
|
"displayName": ".ipynb 지원",
|
|
19
|
+
"ipynb.experimental.serialization": "작업자 스레드에서 Jupyter Notebook을 직렬화하는 실험적 기능입니다. 확장 호스트가 웹 작업자로 실행되는 경우 지원되지 않습니다.",
|
|
19
20
|
"ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",
|
|
20
21
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb 셀 첨부 파일 렌더러",
|
|
21
22
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Allow": "허용",
|
|
21
21
|
"Always": "항상",
|
|
22
22
|
"An error occurred while renaming file": "파일 이름을 바꾸는 중 오류 발생",
|
|
23
|
+
"Analyzing '{0}' and its dependencies": "'{0}' 및 해당 종속성 분석",
|
|
23
24
|
"Checking for update of JS/TS imports": "JS/TS 가져오기 업데이트 확인",
|
|
24
25
|
"Configure Excludes": "제외 구성",
|
|
25
26
|
"Configure jsconfig": "jsconfig 구성",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"Go to Source Definition failed. Requires TypeScript 4.7+.": "원본 정의로 이동하지 못했습니다. TypeScript 4.7 이상이 필요합니다.",
|
|
63
64
|
"Go to Source Definition failed. Unknown file type.": "원본 정의로 이동하지 못했습니다. 알 수 없는 파일 형식입니다.",
|
|
64
65
|
"Go to Source Definition failed. Unsupported file type.": "원본 정의로 이동하지 못했습니다. 지원되지 않는 파일 형식입니다.",
|
|
65
|
-
"Initializing
|
|
66
|
+
"Initializing project '{0}'": "프로젝트 '{0}'을(를) 초기화하는 중",
|
|
66
67
|
"JS/TS IntelliSense Status": "JS/TS IntelliSense 상태",
|
|
67
68
|
"JSDoc comment": "JSDoc 주석",
|
|
68
69
|
"Learn More": "자세한 정보",
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
"codeActions.refactor.rewrite.property.generateAccessors.description": "'get' 및 'set' 접근자 생성",
|
|
157
158
|
"codeActions.refactor.rewrite.property.generateAccessors.title": "접근자 생성",
|
|
158
159
|
"codeActions.source.organizeImports.title": "가져오기 구성",
|
|
160
|
+
"configuration.expandableHover": "(실험적) 마우스로 가리키면 확장 사용/사용 안 함을 설정할 수 있습니다.",
|
|
159
161
|
"configuration.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
160
162
|
"configuration.implicitProjectConfig.experimentalDecorators": "프로젝트의 일부가 아닌 JavaScript 파일에서 'experimentalDecorators'를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
161
163
|
"configuration.implicitProjectConfig.module": "프로그램의 모듈 시스템을 설정합니다. 자세한 내용은 https://www.typescriptlang.org/tsconfig#module을 참조하세요.",
|