@codingame/monaco-vscode-language-pack-ko 2.0.0 → 2.0.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 +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +22 -22
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +12 -12
- package/translations/extensions/vscode.markdown-language-features.i18n.json +11 -11
- package/translations/extensions/vscode.typescript-language-features.i18n.json +6 -6
- package/translations/main.i18n.json.js +305 -305
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.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.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
|
29
29
|
"Match multiple top level folders.": "여러 최상위 폴더를 일치시킵니다.",
|
|
30
|
-
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "운영 체제에서 파일 경로의 구성 요소를 구분하는 데 사용하는 문자입니다. '/'에도 별칭이 지정됩니다.",
|
|
31
31
|
"The current opened file": "현재 열린 파일",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "${workspaceFolder}을(를) 기준으로 현재 열려 있는 파일",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "슬래시(/)가 없는 현재 열려 있는 파일 작업 영역 폴더 이름",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "!important는 사용하지 않도록 합니다. 이것은 전체 CSS의 특수성이 통제되지 않아 리팩터링해야 함을 나타냅니다.",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
|
33
33
|
"CSS Language Server": "CSS 언어 서버",
|
|
34
|
-
"CSS fix is outdated and can't be applied to the document.": "CSS
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS 수정이 오래되어 문서에 적용할 수 없습니다.",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "하나 이상의 규칙이 문서의 루트에서 내보내지도록 합니다.",
|
|
36
36
|
"Changes one or more properties of a color.": "색상의 하나 이상의 속성을 변경합니다.",
|
|
37
37
|
"Changes the alpha component for a color.": "색의 알파 구성 요소를 변경합니다.",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "arccosine - 코사인 함수의 역함수",
|
|
172
172
|
"arcsine - inverse of sine function": "아크사인 - 사인 함수의 역함수",
|
|
173
173
|
"arctangent - inverse of tangent function": "아크탄젠트 - 탄젠트 함수의 역함수",
|
|
174
|
-
"argument from '{0}'": "
|
|
174
|
+
"argument from '{0}'": "'{0}'의 인수",
|
|
175
175
|
"at-rule or selector expected": "@ 규칙 또는 선택기 필요",
|
|
176
176
|
"at-rule unknown": "@ 규칙 알 수 없음",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "규칙 집합의 평가를 목록의 각 구성원에 바인딩합니다.",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "`css.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "CSS 속성을 완료할 때 줄의 끝에 세미콜론을 삽입합니다.",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "기본적으로 VS Code는 CSS 속성을 선택한 후 속성 값 완료를 트리거합니다. 이 동작을 비활성화하려면 이 설정을 사용합니다.",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "[사용자 지정 데이터 형식](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md)에 따라 JSON 파일을 가리키는 상대 파일 경로의 목록입니다.\r\n\r\nVS Code는 시작 시 사용자 지정 데이터를 로드하여 JSON 파일에서 지정한 CSS 사용자 지정 속성(변수), at-rules, 의사 클래스 및 의사 요소에 대한 CSS 지원을 향상시킵니다.\r\n\r\n파일 경로는 작업 영역에 상대적이며 작업 영역 폴더 설정만 고려됩니다.",
|
|
258
258
|
"css.format.braceStyle.desc": "규칙(`collapse`)과 동일한 줄에 중괄호를 배치하거나 자체 줄(`expand`)에 중괄호를 배치합니다.",
|
|
259
259
|
"css.format.enable.desc": "기본 CSS 포맷터를 활성화/비활성화합니다.",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "`#css.format.preserveNewLines#`을(를) 사용하는 경우 한 청크에서 보존할 최대 줄 바꿈 수입니다.",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
263
263
|
"css.format.preserveNewLines.desc": "요소를 보존하기 전에 기존 줄 바꿈 여부입니다.",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "CSS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
266
266
|
"css.hover.references": "CSS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "매개 변수 개수가 잘못되었습니다.",
|
|
268
268
|
"css.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
301
301
|
"less.format.preserveNewLines.desc": "요소를 보존하기 전에 기존 줄 바꿈 여부입니다.",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "LESS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
304
304
|
"less.hover.references": "LESS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "매개 변수 개수가 잘못되었습니다.",
|
|
306
306
|
"less.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "요소를 보존하기 전에 기존 줄 바꿈 여부입니다.",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "SCSS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
339
339
|
"scss.hover.references": "SCSS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "매개 변수 개수가 잘못되었습니다.",
|
|
341
341
|
"scss.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\"에 지문 \"{1}\"이(가) 있음",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) 원격 \"{0}\"에 태그가 없습니다.",
|
|
14
|
-
"$(info) This repository has no stashes.": "$(
|
|
14
|
+
"$(info) This repository has no stashes.": "$(정보) 이 리포지토리에는 스테이시가 없습니다.",
|
|
15
15
|
"$(info) This repository has no tags.": "$(info) 이 리포지토리에는 태그가 없습니다.",
|
|
16
16
|
"A branch named \"{0}\" already exists": "이름이 \"{0}\"인 분기가 이미 있습니다.",
|
|
17
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "작업 영역의 부모 폴더 또는 열린 파일에서 Git 리포지토리를 찾았습니다. 리포지토리를 열까요?",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"Add remote from URL": "URL에서 원격 추가",
|
|
22
22
|
"Add remote from {0}": "{0}에서 원격 추가",
|
|
23
23
|
"Add to Workspace": "작업 영역에 추가",
|
|
24
|
-
"All Changes ({0} ↔ {1})": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "모든 변경 내용({0} ↔ {1})",
|
|
25
25
|
"All Repositories": "모든 리포지토리",
|
|
26
26
|
"Always": "항상",
|
|
27
27
|
"Always Pull": "항상 풀",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"Ask Me Later": "나중에 물어보기",
|
|
43
43
|
"Branch name": "분기 이름",
|
|
44
44
|
"Branch name needs to match regex: {0}": "분기 이름은 regex {0}과(와) 일치해야 합니다.",
|
|
45
|
-
"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.": "
|
|
45
|
+
"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.": "푸시 참조를 원격으로 강제 적용할 수 없습니다. 마지막 체크 아웃 이후 원격 추적 분기의 팁이 업데이트되었습니다. 먼저 \"끌어오기\"를 실행하여 원격 분기에서 최신 변경 내용을 먼저 끌어오세요.",
|
|
46
46
|
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "참조를 원격에 푸시할 수 없습니다. 먼저 '풀'을 실행하여 변경 내용을 통합하세요.",
|
|
47
47
|
"Can't undo because HEAD doesn't point to any commit.": "HEAD가 커밋을 가리키지 않으므로 실행 취소할 수 없습니다.",
|
|
48
48
|
"Changes": "변경 사항",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"Pick a stash to apply": "적용할 스태시 선택",
|
|
172
172
|
"Pick a stash to drop": "삭제할 스태시 선택",
|
|
173
173
|
"Pick a stash to pop": "표시할 스태시 선택",
|
|
174
|
-
"Pick a stash to view": "
|
|
174
|
+
"Pick a stash to view": "볼 스태시 선택",
|
|
175
175
|
"Pick workspace folder to initialize git repo in": "Git 리포지토리를 초기화할 작업 영역 폴더 선택",
|
|
176
176
|
"Please check out a branch to push to a remote.": "원격에 푸시할 분기를 체크 아웃하세요.",
|
|
177
177
|
"Please clean your repository working tree before checkout.": "체크 아웃하기 전에 리포지토리 작업 트리를 정리하세요.",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"Remote branch at {0}": "{0}에서 원격 분기",
|
|
198
198
|
"Remote name": "원격 이름",
|
|
199
199
|
"Remote name format invalid": "잘못된 원격 이름 형식",
|
|
200
|
-
"Remote tag at {0}": "
|
|
200
|
+
"Remote tag at {0}": "{0} 원격 태그",
|
|
201
201
|
"Reopen Closed Repositories": "닫힌 리포지토리 다시 열기",
|
|
202
202
|
"Replace Local Tag(s)": "로컬 태그 교체",
|
|
203
203
|
"Restore file": "파일 복원",
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"Save All & Commit Changes": "변경 내용 모두 저장 및 커밋",
|
|
206
206
|
"Save All & Stash": "모두 저장 및 스태시",
|
|
207
207
|
"Select a branch or tag to checkout": "체크 아웃할 분기 또는 태그 선택",
|
|
208
|
-
"Select a branch or tag to merge from": "
|
|
208
|
+
"Select a branch or tag to merge from": "병합할 분기 또는 태그 선택",
|
|
209
209
|
"Select a branch to checkout in detached mode": "분리 모드에서 체크 아웃할 분기 선택",
|
|
210
210
|
"Select a branch to delete": "삭제할 분기 선택",
|
|
211
211
|
"Select a branch to rebase onto": "다시 지정할 대상 분기 선택",
|
|
212
212
|
"Select a ref to create the branch from": "분기를 만들 ref 선택",
|
|
213
|
-
"Select a remote tag to delete": "
|
|
213
|
+
"Select a remote tag to delete": "삭제할 원격 태그 선택",
|
|
214
214
|
"Select a remote to delete a tag from": "태그를 삭제할 원격 선택",
|
|
215
215
|
"Select a remote to fetch": "가져올 원격 선택",
|
|
216
216
|
"Select a tag to delete": "삭제할 태그 선택",
|
|
@@ -287,10 +287,10 @@
|
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
|
|
289
289
|
"Your repository has no remotes.": "리포지토리에 원격 항목이 없습니다.",
|
|
290
|
-
"branches": "
|
|
290
|
+
"branches": "분기",
|
|
291
291
|
"no": "아니요",
|
|
292
|
-
"remote branches": "
|
|
293
|
-
"tags": "
|
|
292
|
+
"remote branches": "원경 분기",
|
|
293
|
+
"tags": "태그",
|
|
294
294
|
"yes": "예",
|
|
295
295
|
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\n이 작업은 되돌릴 수 없으며, 현재 작업 설정이 영구적으로 손실됩니다.",
|
|
296
296
|
"{0} (Deleted)": "{0}(삭제됨)",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"{0} (Working Tree)": "{0}(작업 트리)",
|
|
304
304
|
"{0} ({1})": "{0} ({1})",
|
|
305
305
|
"{0} ({1}) ↔ {0} ({2})": "{0}({1}) ↔ {0} ({2})",
|
|
306
|
-
"{0} Checkout detached...": "{0}
|
|
306
|
+
"{0} Checkout detached...": "{0} 체크 아웃 분리됨...",
|
|
307
307
|
"{0} Commit": "{0} 커밋",
|
|
308
308
|
"{0} Commit & Push": "{0} 커밋 및 푸시",
|
|
309
309
|
"{0} Commit & Sync": "{0} 커밋 및 동기화",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"command.cloneRecursive": "복제(재귀)",
|
|
347
347
|
"command.close": "리포지토리 닫기",
|
|
348
348
|
"command.closeAllDiffEditors": "모든 diff 편집기 닫기",
|
|
349
|
-
"command.closeOtherRepositories": "
|
|
349
|
+
"command.closeOtherRepositories": "다른 리포지토리 닫기",
|
|
350
350
|
"command.commit": "커밋",
|
|
351
351
|
"command.commitAll": "모두 커밋",
|
|
352
352
|
"command.commitAllAmend": "모두 커밋 (수정)",
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"command.continueInLocalClone.qualifiedName": "새 로컬 복제본에서 계속 작업하기",
|
|
374
374
|
"command.createTag": "태그 만들기",
|
|
375
375
|
"command.deleteBranch": "분기 삭제...",
|
|
376
|
-
"command.deleteRemoteTag": "
|
|
377
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "원격 태그 삭제...",
|
|
377
|
+
"command.deleteTag": "태그 삭제...",
|
|
378
378
|
"command.fetch": "페치",
|
|
379
379
|
"command.fetchAll": "모든 원격에서 페치",
|
|
380
380
|
"command.fetchPrune": "페치(정리)",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"command.ignore": ".gitignore에 추가",
|
|
386
386
|
"command.init": "리포지토리 초기화",
|
|
387
387
|
"command.manageUnsafeRepositories": "안전하지 않은 리포지토리 관리",
|
|
388
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "병합...",
|
|
389
389
|
"command.mergeAbort": "병합 중단",
|
|
390
390
|
"command.openAllChanges": "모든 변경 내용 열기",
|
|
391
391
|
"command.openChange": "변경 내용 열기",
|
|
@@ -428,17 +428,17 @@
|
|
|
428
428
|
"command.stageSelectedRanges": "선택한 범위 스테이징",
|
|
429
429
|
"command.stash": "스태시",
|
|
430
430
|
"command.stashApply": "스태시 적용하기...",
|
|
431
|
-
"command.stashApplyEditor": "
|
|
431
|
+
"command.stashApplyEditor": "스태시 적용하기",
|
|
432
432
|
"command.stashApplyLatest": "최신 스태시 적용하기",
|
|
433
433
|
"command.stashDrop": "스태시 삭제...",
|
|
434
434
|
"command.stashDropAll": "모든 스태시 삭제...",
|
|
435
|
-
"command.stashDropEditor": "
|
|
435
|
+
"command.stashDropEditor": "스태시 삭제",
|
|
436
436
|
"command.stashIncludeUntracked": "스태시(미추적 포함)",
|
|
437
437
|
"command.stashPop": "스태시 꺼내기...",
|
|
438
|
-
"command.stashPopEditor": "
|
|
438
|
+
"command.stashPopEditor": "스태시 표시",
|
|
439
439
|
"command.stashPopLatest": "최신 스태시 꺼내기",
|
|
440
440
|
"command.stashStaged": "스테이징된 스태시",
|
|
441
|
-
"command.stashView": "
|
|
441
|
+
"command.stashView": "스태시 보기...",
|
|
442
442
|
"command.sync": "동기화",
|
|
443
443
|
"command.syncRebase": "동기화(다시 지정)",
|
|
444
444
|
"command.timelineCompareWithSelected": "선택한 항목과 비교",
|
|
@@ -450,8 +450,8 @@
|
|
|
450
450
|
"command.unstage": "변경 내용 스테이징 취소",
|
|
451
451
|
"command.unstageAll": "모든 변경 내용 스테이징 취소",
|
|
452
452
|
"command.unstageSelectedRanges": "선택한 범위 스테이징 취소",
|
|
453
|
-
"command.viewAllChanges": "
|
|
454
|
-
"command.viewCommit": "
|
|
453
|
+
"command.viewAllChanges": "모든 변경 내용 보기",
|
|
454
|
+
"command.viewCommit": "커밋 보기",
|
|
455
455
|
"config.allowForcePush": "강제 푸시(임대 사용 또는 사용 안 함)가 가능한지 여부를 제어합니다.",
|
|
456
456
|
"config.allowNoVerifyCommit": "pre-commit 및 commit-msg 후크를 실행하지 않는 커밋이 허용되는지를 제어합니다.",
|
|
457
457
|
"config.alwaysShowStagedChangesResourceGroup": "스테이징된 변경 내용 리소스 그룹을 항상 표시합니다.",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"config.detectSubmodules": "Git 하위 모듈을 자동으로 검색할지 여부를 제어합니다.",
|
|
501
501
|
"config.detectSubmodulesLimit": "Git submodules 검출 개수의 제한을 제어합니다.",
|
|
502
502
|
"config.discardAllScope": "`모든 변경 내용 취소` 명령으로 취소되는 변경 내용을 제어합니다. `all`이면 모든 변경 내용을 취소합니다. `tracked`이면 추적된 파일만 취소합니다. `prompt`이면 작업을 실행할 때마다 프롬프트 대화 상자를 표시합니다.",
|
|
503
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "GPG, X.509 또는 SSH로 서명 커밋을 사용합니다.",
|
|
504
504
|
"config.enableSmartCommit": "단계적 변경 사항이 없는 경우 모든 변경 사항을 저장합니다.",
|
|
505
505
|
"config.enableStatusBarSync": "Git Sync 명령이 상태 표시줄에 표시되는지 여부를 제어합니다.",
|
|
506
506
|
"config.enabled": "Git을 사용하도록 설정했는지 여부입니다.",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "색 속성 한 개 이상을 변경합니다.",
|
|
35
35
|
"Changes the alpha component for a color.": "색상의 알파 구성 요소를 변경합니다.",
|
|
36
36
|
"Changes the hue of a color.": "색의 색상을 변경합니다.",
|
|
37
|
-
"Character entity representing '{0}'": "
|
|
38
|
-
"Character entity representing '{0}', unicode equivalent '{1}'": "
|
|
37
|
+
"Character entity representing '{0}'": "'{0}'을(를) 나타내는 문자 엔터티",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "'{0}'을(를) 나타내는 문자 엔터티, 유니코드에 해당하는 '{1}'",
|
|
39
39
|
"Closing bracket expected.": "닫는 대괄호가 필요합니다.",
|
|
40
40
|
"Closing bracket missing.": "닫는 괄호가 없습니다.",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "여러 목록을 하나의 다차원 목록으로 결합합니다.",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "아크코사인 - 코사인 함수의 역함수",
|
|
181
181
|
"arcsine - inverse of sine function": "아크사인 - 사인 함수의 역함수",
|
|
182
182
|
"arctangent - inverse of tangent function": "아크탄젠트 - 탄젠트 함수의 역함수",
|
|
183
|
-
"argument from '{0}'": "
|
|
183
|
+
"argument from '{0}'": "'{0}'의 인수",
|
|
184
184
|
"at-rule or selector expected": "at-rule 또는 선택기가 필요함",
|
|
185
185
|
"at-rule unknown": "일반적으로 알 수 없음",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "규칙 집합의 평가를 목록의 각 멤버에 바인딩합니다.",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref '{0}' in '{1}' can not be resolved.": "
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "'{1}'의 $ref '{0}'을(를) 확인할 수 없습니다.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "기본값입니다. 제안에서 사용됩니다.",
|
|
15
15
|
"A descriptive title of the element.": "요소에 대한 설명이 포함된 제목입니다.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "문자열과 일치시킬 정규식입니다. 암시적으로 앵커가 지정되지 않습니다.",
|
|
22
22
|
"A schema which must not match.": "일치하지 않아야 하는 스키마입니다.",
|
|
23
23
|
"A unique identifier for the schema.": "스키마의 고유 식별자입니다.",
|
|
24
|
-
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "지정된 스키마에 대해 하나 이상의 요소가 유효한 경우 \"contains\"에 대해 배열 인스턴스가 유효합니다.",
|
|
25
25
|
"An array of schemas, all of which must match.": "스키마 배열입니다. 모두 일치해야 합니다.",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "정확히 하나가 일치해야 하는 스키마 배열입니다.",
|
|
27
27
|
"An array of schemas, where at least one must match.": "하나 이상의 스키마가 일치해야 하는 스키마 배열입니다.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Downloading schemas is disabled through setting '{0}'": "'{0}' 설정을 통해 스키마 다운로드를 사용하지 않도록 설정함",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "스키마 다운로드를 사용할 수 없습니다. 구성하려면 클릭하세요.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Draft-03 스키마는 지원되지 않습니다.",
|
|
51
|
-
"Duplicate anchor declaration: '{0}'": "
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "앵커 선언 중복: '{0}'",
|
|
52
52
|
"Duplicate object key": "중복된 개체 키",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "스키마 또는 부울입니다. 스키마인 경우 'properties' 또는 'patternProperties'와 일치하지 않는 모든 속성의 유효성을 검사하는 데 사용됩니다. false이면 둘 중 하나와 일치하지 않는 속성이 있으면 이 스키마가 실패하게 됩니다.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "기본 스키마 형식(숫자, 정수, null, 배열, 개체, 부울, 문자열) 중 하나의 문자열 또는 이러한 형식의 하위 집합을 지정하는 문자열의 배열입니다.",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "오픈 익스텐션",
|
|
96
96
|
"Open Settings": "설정 열기",
|
|
97
97
|
"Outline": "개요",
|
|
98
|
-
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "
|
|
99
|
-
"Problems loading reference '{0}': {1}": "
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "'{0}'에서 콘텐츠를 읽는 동안 문제가 발생했습니다. BOM이 있는 UTF-8이 검색되었습니다. UTF 8만 허용됩니다.",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "참조 '{0}'을(를) 로드하는 동안 문제가 발생했습니다. {1}",
|
|
100
100
|
"Property expected": "속성 필요",
|
|
101
101
|
"Property keys must be doublequoted": "속성 키는 큰따옴표로 묶어야 합니다.",
|
|
102
102
|
"Property {0} is not allowed.": "속성 {0}은(는) 허용되지 않습니다.",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "문자열이 IPv6 주소가 아닙니다.",
|
|
118
118
|
"String is not an e-mail address.": "문자열이 이메일 주소가 아닙니다.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "문자열이 최소 길이 {0}보다 짧습니다.",
|
|
120
|
-
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "
|
|
121
|
-
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "\"else\" 하위 스키마는 \"if\" 하위 스키마가 실패할 때 유효성 검사에 사용됩니다.",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "\"if\" 하위 스키마는 \"if\" 하위 스키마가 성공하는 경우 유효성 검사에 사용됩니다.",
|
|
122
122
|
"The maximum length of a string.": "문자열의 최대 길이입니다.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "배열 내에 있을 수 있는 최대 항목 수입니다. 명시한 수를 포함합니다.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "개체가 가질 수 있는 최대 속성 수입니다. 명시한 숫자를 포함합니다.",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "이 문서를 확인할 스키마입니다.",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "스키마는 유효성 검사기에서 아직 지원하지 않는 메타 스키마 기능({0})을 사용합니다.",
|
|
132
132
|
"The set of literal values that are valid.": "유효한 리터럴 값 집합입니다.",
|
|
133
|
-
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "\"if\" 하위 스키마의 유효성 검사 결과는 \"then\" 또는 \"else\" 키워드 중 평가되는 키워드를 제어합니다.",
|
|
134
134
|
"Trailing comma": "후행 쉼표",
|
|
135
135
|
"URI expected.": "URI가 필요합니다.",
|
|
136
136
|
"URI is expected.": "URI가 필요합니다.",
|
|
137
137
|
"URI with a scheme is expected.": "구성표가 있는 URI가 필요합니다.",
|
|
138
138
|
"Unable to compute used schemas: No document": "사용된 스키마를 계산할 수 없음: 문서 없음",
|
|
139
139
|
"Unable to compute used schemas: {0}": "사용된 스키마를 계산할 수 없음: {0}",
|
|
140
|
-
"Unable to load schema from '{0}'. No schema request service available": "
|
|
141
|
-
"Unable to load schema from '{0}': No content.": "
|
|
142
|
-
"Unable to load schema from '{0}': {1}.": "
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "'{0}'에서 스키마를 로드할 수 없습니다. 사용할 수 있는 스키마 요청 서비스가 없습니다.",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "'{0}'에서 스키마를 로드할 수 없습니다. 콘텐츠가 없습니다.",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "'{0}'에서 스키마를 로드할 수 없습니다. {1}.",
|
|
143
143
|
"Unable to load {0}": "{0}을(를) 로드할 수 없습니다.",
|
|
144
|
-
"Unable to parse content from '{0}': Parse error at offset {1}.": "
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "'{0}'의 콘텐츠를 구문 분석할 수 없습니다. 오프셋 {1}에서의 구문 분석 오류입니다.",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "스키마를 확인할 수 없습니다. 다시 시도하려면 클릭하세요.",
|
|
146
146
|
"Unexpected end of comment.": "필요하지 않은 주석 끝입니다.",
|
|
147
147
|
"Unexpected end of number.": "필요하지 않은 번호 끝입니다.",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"Link definition is unused": "링크 정의가 사용되지 않습니다.",
|
|
48
48
|
"Link is already a reference": "링크가 이미 참조입니다.",
|
|
49
49
|
"Link is also defined here": "링크가 여기에도 정의되어 있습니다.",
|
|
50
|
-
"Link to '# {0}' in '{1}'": "
|
|
51
|
-
"Link to '{0}'": "
|
|
50
|
+
"Link to '# {0}' in '{1}'": "'{1}'의 '# {0}' 링크",
|
|
51
|
+
"Link to '{0}'": "'{0}' 링크",
|
|
52
52
|
"Markdown Language Server": "Markdown 언어 서버",
|
|
53
53
|
"Media": "미디어",
|
|
54
54
|
"More Information": "추가 정보",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"Organize link definitions": "링크 정의 구성",
|
|
62
62
|
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Markdown 미리 보기에서 잠재적으로 안전하지 않거나 보안되지 않은 콘텐츠가 사용하지 않도록 설정되어 있습니다. 안전하지 않은 콘텐츠를 허용하거나 스크립트를 사용하려면 Markdown 미리 보기 보안 설정을 변경하세요.",
|
|
63
63
|
"Preview {0}": "미리 보기 {0}",
|
|
64
|
-
"Reference link '{0}'": "
|
|
64
|
+
"Reference link '{0}'": "참조 링크 '{0}'",
|
|
65
65
|
"Remove duplicate link definition": "중복 링크 정의 제거",
|
|
66
66
|
"Remove unused link definition": "사용되지 않는 링크 정의 제거",
|
|
67
67
|
"Renaming is not supported here. Try renaming a header or link.": "여기서는 이름을 바꾸는 것이 지원되지 않습니다. 머리글 또는 링크의 이름을 변경해 보세요.",
|
|
@@ -77,17 +77,17 @@
|
|
|
77
77
|
"package": {
|
|
78
78
|
"configuration.copyIntoWorkspace.mediaFiles": "외부 이미지 및 비디오 파일을 작업 영역에 복사해 봅니다.",
|
|
79
79
|
"configuration.copyIntoWorkspace.never": "외부 파일을 작업 영역에 복사하지 마세요.",
|
|
80
|
-
"configuration.markdown.copyFiles.destination": "
|
|
80
|
+
"configuration.markdown.copyFiles.destination": "놓기 또는 붙여넣기를 통해 만든 파일을 만들 위치를 정의합니다. Markdown 문서에서 대상과 일치하는 GLOB의 맵입니다.\r\n\r\n대상은 다음 변수를 사용할 수 있습니다.\r\n\r\n- '${documentDirName}' — Markdown 문서의 절대 부모 디렉터리 경로입니다(예: '/Users/me/myProject/docs').\r\n- '${documentRelativeDirName}' — Markdown 문서의 상대 부모 디렉터리 경로입니다(예: 'docs'). 파일이 작업 영역의 일부가 아닌 경우 '${documentDirName}'에 해당합니다.\r\n- '${documentFileName}' — Markdown 문서의 전체 파일 이름입니다(예: 'README.md').\r\n- '${documentBaseName}' — Markdown 문서의 기본 이름입니다(예: 'README').\r\n- '${documentExtName}' — Markdown 문서의 확장입니다(예: 'md').\r\n- '${documentFilePath}' — Markdown 문서의 절대 경로입니다(예: '/Users/me/myProject/docs/README.md').\r\n- '${documentRelativeFilePath}' — Markdown 문서의 상대 경로입니다(예: 'docs/README.md'). 파일이 작업 영역의 일부가 아닌 경우 '${documentFilePath}'과(와) 동일합니다.\r\n- '${documentWorkspaceFolder}' — Markdown 문서의 작업 영역 폴더입니다(예: '/Users/me/myProject'). 파일이 작업 영역의 일부가 아닌 경우 '${documentDirName}'에 해당합니다.\r\n- '${fileName}' — 삭제된 파일의 파일 이름입니다(예: 'image.png').\r\n- '${fileExtName}' — 삭제된 파일의 확장명입니다(예: 'png').",
|
|
81
81
|
"configuration.markdown.copyFiles.overwriteBehavior": "놓기 또는 붙여넣기로 만든 파일이 기존 파일을 덮어쓸지 여부를 제어합니다.",
|
|
82
82
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "이름이 같은 파일이 이미 있는 경우 파일 이름에 숫자를 추가합니다(예: 'image.png'는 'image-1.png'가 됩니다.).",
|
|
83
83
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "이름이 같은 파일이 이미 있는 경우 덮어씁니다.",
|
|
84
84
|
"configuration.markdown.editor.drop.copyIntoWorkspace": "Markdown 편집기에 놓인 작업 영역 외부의 파일을 작업 영역으로 복사할지 여부를 제어합니다.\r\n\r\n`#markdown.copyFiles.destination#`을 사용하여 복사한 파일을 만들 위치를 구성합니다.",
|
|
85
85
|
"configuration.markdown.editor.drop.enabled": "Shift 키를 누른 상태에서 Markdown 편집기에 파일 놓기를 설정합니다. '#editor.dropIntoEditor.enabled#'을 사용하도록 설정해야 합니다.",
|
|
86
|
-
"configuration.markdown.editor.filePaste.audioSnippet": "
|
|
86
|
+
"configuration.markdown.editor.filePaste.audioSnippet": "Markdown에 오디오를 추가할 때 사용되는 코드 조각입니다. 이 코드 조각은 다음 변수를 사용할 수 있습니다.\r\n- `${src}` - 오디오 파일의 확인된 경로입니다.\r\n- `${title}` - 오디오에 사용되는 제목입니다. 이 변수에 대한 코드 조각 자리 표시자가 자동으로 만들어집니다.",
|
|
87
87
|
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Markdown 편집기에 붙여넣은 작업 영역 외부의 파일을 작업 영역으로 복사할지 여부를 제어합니다.\r\n\r\n`#markdown.copyFiles.destination#`을 사용하여 복사한 파일을 만들 위치를 구성합니다.",
|
|
88
88
|
"configuration.markdown.editor.filePaste.enabled": "Markdown 편집기에 파일을 붙여넣어 Markdown 링크를 만들 수 있습니다. `#editor.pasteAs.enabled#를 활성화해야 합니다.",
|
|
89
|
-
"configuration.markdown.editor.filePaste.videoSnippet": "
|
|
90
|
-
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "
|
|
89
|
+
"configuration.markdown.editor.filePaste.videoSnippet": "Markdown에 비디오를 추가할 때 사용되는 코드 조각입니다. 이 코드 조각은 다음 변수를 사용할 수 있습니다.\r\n- `${src}` - 비디오 파일의 확인된 경로입니다.\r\n- `${title}` - 비디오에 사용되는 제목입니다. 이 변수에 대한 코드 조각 자리 표시자가 자동으로 만들어집니다.",
|
|
90
|
+
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL을 Markdown 편집기에 붙여넣을 때 Markdown 링크가 만들어지는지 여부를 제어합니다. '#editor.pasteAs.enabled#'을 사용하도록 설정해야 합니다.",
|
|
91
91
|
"configuration.markdown.links.openLocation.beside": "활성 편집기 옆에 있는 링크를 엽니다.",
|
|
92
92
|
"configuration.markdown.links.openLocation.currentGroup": "활성 편집기 그룹에서 링크를 엽니다.",
|
|
93
93
|
"configuration.markdown.links.openLocation.description": "Markdown 파일의 링크를 열어야 하는 위치를 제어합니다.",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"configuration.markdown.validate.ignoredLinks.description": "유효성을 검사하지 않아야 하는 링크를 구성합니다. 예를 들어 `/about` 추가는 `[about](/about)` 링크의 유효성을 검사하지 않으며, glob `/assets/**/*.svg`를 사용하면 `assets` 디렉터리 아래의 `.svg` 파일로 연결되는 모든 링크에 대한 유효성 검사를 건너뛸 수 있습니다.",
|
|
120
120
|
"configuration.markdown.validate.referenceLinks.enabled.description": "Markdown 파일에서 참조 링크(예: `[link][ref]`)의 유효성을 검사합니다. `#markdown.validate.enabled#`를 사용하도록 설정해야 합니다.",
|
|
121
121
|
"configuration.markdown.validate.unusedLinkDefinitions.description": "현재 파일에서 사용되지 않는 링크 정의의 유효성을 검사합니다.",
|
|
122
|
-
"configuration.pasteUrlAsFormattedLink.always": "
|
|
123
|
-
"configuration.pasteUrlAsFormattedLink.never": "
|
|
124
|
-
"configuration.pasteUrlAsFormattedLink.smart": "
|
|
125
|
-
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "
|
|
122
|
+
"configuration.pasteUrlAsFormattedLink.always": "항상 Markdown 링크를 삽입합니다.",
|
|
123
|
+
"configuration.pasteUrlAsFormattedLink.never": "Markdown 링크를 만들지 않습니다.",
|
|
124
|
+
"configuration.pasteUrlAsFormattedLink.smart": "코드 블록 또는 다른 특수 요소에 붙여넣지 않을 때 기본적으로 Markdown 링크를 스마트하게 만듭니다. 붙여넣기 위젯을 사용하여 일반 텍스트로 붙여넣기 또는 Markdown 링크로 붙여넣기 간에 전환합니다.",
|
|
125
|
+
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "텍스트를 선택했고 코드 블록이나 기타 특수 요소에 붙여넣지 않는 경우 기본적으로 스마트 Markdown 링크를 생성합니다. 붙여넣기 위젯을 사용하여 일반 텍스트로 붙여넣기 또는 Markdown 링크로 붙여넣기 간에 전환합니다.",
|
|
126
126
|
"description": "Markdown에 대한 다양한 언어 지원을 제공합니다.",
|
|
127
127
|
"displayName": "Markdown 언어 기능",
|
|
128
128
|
"markdown.copyImage.title": "이미지 복사",
|
|
@@ -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.": "
|
|
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에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
|
|
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.": "
|
|
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에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
|
|
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.": "
|
|
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에 문제를 제기하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
|
|
109
109
|
"The current selection cannot be extracted": "현재 선택 영역을 추출할 수 없습니다.",
|
|
110
|
-
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "
|
|
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.": "
|
|
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} 이상 기능을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
|
|
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}과(와) 같이 파일이 많은 폴더를 제외하세요.",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "잘못 동작하는 바이러스 감지 도구와 같은 다른 애플리케이션에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요.",
|
|
127
127
|
"Yes": "예",
|
|
128
128
|
"build - {0}": "빌드 - {0}",
|
|
129
|
-
"destination files": "
|
|
129
|
+
"destination files": "대상 파일",
|
|
130
130
|
"invalid version": "잘못 된 버전",
|
|
131
131
|
"watch - {0}": "감시 - {0}",
|
|
132
132
|
"{0} (Fix all in file)": "{0} (파일에서 모두 수정)",
|