@codingame/monaco-vscode-language-pack-ko 11.1.1 → 12.0.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/index.js +1 -0
- package/package.json +2 -2
- package/translations/extensions/vscode.css-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.git.i18n.json +92 -15
- package/translations/extensions/vscode.github.i18n.json +8 -1
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.json-language-features.i18n.json +9 -7
- package/translations/extensions/vscode.markdown-language-features.i18n.json +10 -1
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +7 -4
- package/translations/extensions/vscode.terminal-suggest.i18n.json +17 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +23 -39
- package/translations/main.i18n.json.js +11879 -11665
package/index.js
CHANGED
|
@@ -72,6 +72,7 @@ registerLocalization('MS-CEINTL.vscode-language-pack-ko', 'ko', content, {
|
|
|
72
72
|
'vscode.simple-browser': new URL('./translations/extensions/vscode.simple-browser.i18n.json', import.meta.url).href,
|
|
73
73
|
'vscode.sql': new URL('./translations/extensions/vscode.sql.i18n.json', import.meta.url).href,
|
|
74
74
|
'vscode.swift': new URL('./translations/extensions/vscode.swift.i18n.json', import.meta.url).href,
|
|
75
|
+
'vscode.terminal-suggest': new URL('./translations/extensions/vscode.terminal-suggest.i18n.json', import.meta.url).href,
|
|
75
76
|
'vscode.theme-abyss': new URL('./translations/extensions/vscode.theme-abyss.i18n.json', import.meta.url).href,
|
|
76
77
|
'vscode.theme-defaults': new URL('./translations/extensions/vscode.theme-defaults.i18n.json', import.meta.url).href,
|
|
77
78
|
'vscode.theme-kimbie-dark': new URL('./translations/extensions/vscode.theme-kimbie-dark.i18n.json', import.meta.url).href,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.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@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@12.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.maxPreserveNewLines.desc": "`#css.format.preserveNewLines#`을(를) 사용하는 경우 한 청크에서 보존할 최대 줄 바꿈 수입니다.",
|
|
263
263
|
"css.format.newlineBetweenRules.desc": "규칙 집합을 빈 줄로 구분합니다.",
|
|
264
264
|
"css.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
265
|
-
"css.format.preserveNewLines.desc": "
|
|
265
|
+
"css.format.preserveNewLines.desc": "규칙 및 선언 전에 기존 줄 바꿈을 유지해야 하는지 여부입니다.",
|
|
266
266
|
"css.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
267
267
|
"css.hover.documentation": "CSS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
268
268
|
"css.hover.references": "CSS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.maxPreserveNewLines.desc": "`#less.format.preserveNewLines#`을(를) 사용하는 경우 한 청크에서 보존할 최대 줄 바꿈 수입니다.",
|
|
301
301
|
"less.format.newlineBetweenRules.desc": "규칙 집합을 빈 줄로 구분합니다.",
|
|
302
302
|
"less.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
303
|
-
"less.format.preserveNewLines.desc": "
|
|
303
|
+
"less.format.preserveNewLines.desc": "규칙 및 선언 전에 기존 줄 바꿈을 유지해야 하는지 여부입니다.",
|
|
304
304
|
"less.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
305
305
|
"less.hover.documentation": "LESS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
306
306
|
"less.hover.references": "LESS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.maxPreserveNewLines.desc": "`#scss.format.preserveNewLines#`을(를) 사용하도록 설정한 경우 한 청크에서 보존할 최대 줄 바꿈 수입니다.",
|
|
336
336
|
"scss.format.newlineBetweenRules.desc": "규칙 집합을 빈 줄로 구분합니다.",
|
|
337
337
|
"scss.format.newlineBetweenSelectors.desc": "선택기를 새 줄로 구분합니다.",
|
|
338
|
-
"scss.format.preserveNewLines.desc": "
|
|
338
|
+
"scss.format.preserveNewLines.desc": "규칙 및 선언 전에 기존 줄 바꿈을 유지해야 하는지 여부입니다.",
|
|
339
339
|
"scss.format.spaceAroundSelectorSeparator.desc": "선택기 구분 기호 '>', '+', '~' 주위에 공백 문자가 있는지 확인합니다(예: 'a > b').",
|
|
340
340
|
"scss.hover.documentation": "SCSS 가리키기에서 속성 및 값 설명서를 표시합니다.",
|
|
341
341
|
"scss.hover.references": "SCSS 호버에 MDN에 대한 참조를 표시합니다.",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"Add remote from URL": "URL에서 원격 추가",
|
|
22
22
|
"Add remote from {0}": "{0}에서 원격 추가",
|
|
23
23
|
"Add to Workspace": "작업 영역에 추가",
|
|
24
|
-
"All Changes ({0} ↔ {1})": "모든 변경 내용({0} ↔ {1})",
|
|
25
24
|
"All Repositories": "모든 리포지토리",
|
|
26
25
|
"Always": "항상",
|
|
27
26
|
"Always Pull": "항상 풀",
|
|
@@ -85,8 +84,11 @@
|
|
|
85
84
|
"Conflict: Both Modified": "충돌: 양쪽에서 수정",
|
|
86
85
|
"Conflict: Deleted By Them": "충돌: 타인이 삭제",
|
|
87
86
|
"Conflict: Deleted By Us": "충돌: 자체 삭제",
|
|
87
|
+
"Continue Merge": "병합 계속",
|
|
88
88
|
"Continue Rebase": "계속 기준 다시 지정",
|
|
89
|
+
"Continuing Merge...": "병합 계속 중...",
|
|
89
90
|
"Continuing Rebase...": "기준 주소 다시 지정을 계속하는 중...",
|
|
91
|
+
"Copy Commit Hash": "커밋 해시 복사",
|
|
90
92
|
"Could not clone your repository as Git is not installed.": "Git이 설치되지 않아 저장소를 복제할 수 없습니다.",
|
|
91
93
|
"Create Empty Commit": "빈 커밋 만들기",
|
|
92
94
|
"Current": "현재",
|
|
@@ -112,9 +114,11 @@
|
|
|
112
114
|
"File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\n\n원하는 작업을 선택하세요.",
|
|
113
115
|
"Force Checkout": "강제 체크 아웃",
|
|
114
116
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "강제 푸시가 허용되지 않습니다. \"git.allowForcePush\" 설정으로 사용하도록 설정하세요.",
|
|
117
|
+
"Git Blame Information": "Git 원인 정보",
|
|
115
118
|
"Git History": "Git 기록",
|
|
116
119
|
"Git error": "Git 오류",
|
|
117
|
-
"Git local working
|
|
120
|
+
"Git local changes (working tree + index)": "Git 로컬 변경 내용(작업 트리 + 인덱스)",
|
|
121
|
+
"Git local changes (working tree)": "Git 로컬 변경 내용(작업 트리)",
|
|
118
122
|
"Git not found. Install it or configure it using the \"git.path\" setting.": "Git을 찾을 수 없습니다. “git.path”를 사용하여 Git을 설치하거나 구성합니다.",
|
|
119
123
|
"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
124
|
"Git: {0}": "Git: {0}",
|
|
@@ -155,17 +159,20 @@
|
|
|
155
159
|
"Never": "안 함",
|
|
156
160
|
"No": "아니요",
|
|
157
161
|
"No rebase in progress.": "진행 중인 다시 지정이 없습니다.",
|
|
162
|
+
"Not Committed Yet": "아직 커밋되지 않음",
|
|
163
|
+
"Not Committed Yet (Staged)": "아직 커밋되지 않음(스테이징됨)",
|
|
158
164
|
"OK": "확인",
|
|
159
165
|
"OK, Don't Ask Again": "네, 다시 표시 안 함",
|
|
160
166
|
"OK, Don't Show Again": "다시 표시 안 함",
|
|
161
167
|
"Open": "열기",
|
|
162
168
|
"Open Commit": "커밋 열기",
|
|
163
169
|
"Open Comparison": "비교 열기",
|
|
164
|
-
"Open File": "
|
|
170
|
+
"Open File": "파일 열기",
|
|
165
171
|
"Open Git Log": "Git 로그 열기",
|
|
166
172
|
"Open Merge": "병합 열기",
|
|
167
173
|
"Open Repositories In Parent Folders": "부모 폴더에서 리포지토리 열기",
|
|
168
174
|
"Open Repository": "리포지토리 열기",
|
|
175
|
+
"Open Settings": "설정 열기",
|
|
169
176
|
"Open in New Window": "새 창에서 열기",
|
|
170
177
|
"Optionally provide a stash message": "필요한 경우 스태시 메시지를 입력하세요.",
|
|
171
178
|
"Passphrase": "암호",
|
|
@@ -257,7 +264,8 @@
|
|
|
257
264
|
"The repository does not have any untracked changes.": "리포지토리에 추적되지 않은 변경 내용이 없습니다.",
|
|
258
265
|
"The selection range does not contain any changes.": "선택 범위에 변경 내용이 없습니다.",
|
|
259
266
|
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "설치된 Git “{0}”에 알려진 문제가 있습니다. Git 기능이 제대로 작동하도록 하려면 2.27 이상의 Git으로 업데이트하세요.",
|
|
260
|
-
"There are merge conflicts.
|
|
267
|
+
"There are merge conflicts while applying the stash. Please resolve them before committing your changes.": "스태시를 적용하는 동안 병합 충돌이 발생했습니다. 변경 내용을 커밋하기 전에 resolve.",
|
|
268
|
+
"There are merge conflicts. Please resolve them before committing your changes.": "병합 충돌이 있습니다. 변경 내용을 커밋하기 전에 resolve.",
|
|
261
269
|
"There are no available repositories": "사용 가능한 리포지토리가 없습니다.",
|
|
262
270
|
"There are no changes to commit.": "커밋할 변경 내용이 없습니다.",
|
|
263
271
|
"There are no changes to stash.": "스태시할 변경 내용이 없습니다.",
|
|
@@ -267,8 +275,7 @@
|
|
|
267
275
|
"There are {0} unsaved files.\n\nWould you like to save them before committing?": "저장되지 않은 {0}개의 파일이 있습니다.\n\n커밋하기 전에 저장하시겠습니까?",
|
|
268
276
|
"There are {0} unsaved files.\n\nWould you like to save them before stashing?": "저장되지 않은 파일이 {0}개 있습니다.\n\n스태시하기 전에 저장하시겠습니까?",
|
|
269
277
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
|
|
270
|
-
"There were merge conflicts while
|
|
271
|
-
"There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
|
|
278
|
+
"There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "변경 내용을 Cherry Pick 하는 동안 병합 충돌이 발생했습니다. 커밋하기 전에 충돌을 해결하세요.",
|
|
272
279
|
"This action will pull and push commits from and to \"{0}/{1}\".": "이 작업은 '{0}/{1}'을(를) 오가는 커밋을 풀/푸시합니다.",
|
|
273
280
|
"This repository has no remotes configured to fetch from.": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
|
|
274
281
|
"This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "이렇게 하면 {0}개의 추적되지 않은 파일이 삭제됩니다!\n삭제 후에는 되돌릴 수 없습니다!\n이 파일은 영원히 손실됩니다.",
|
|
@@ -304,7 +311,9 @@
|
|
|
304
311
|
"[main] Using git \"{0}\" from \"{1}\"": "[main] \"{0}\"에서 git \"{1}\"을(를) 사용하는 중",
|
|
305
312
|
"[main] Validating found git in: \"{0}\"": "[main] \"{0}\"에서 찾은 git 유효성을 검사하는 중",
|
|
306
313
|
"branches": "분기",
|
|
314
|
+
"in {0}": "{0} 내",
|
|
307
315
|
"no": "아니요",
|
|
316
|
+
"now": "지금",
|
|
308
317
|
"remote branches": "원격 분기",
|
|
309
318
|
"tags": "태그",
|
|
310
319
|
"yes": "예",
|
|
@@ -331,10 +340,69 @@
|
|
|
331
340
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} 게시 Branch",
|
|
332
341
|
"{0} Sync Changes{1}{2}": "{0} 변경 내용 동기화 {1}{2}",
|
|
333
342
|
"{0} characters over {1} in current line": "현재 줄에서 {0} 글자 초과 {1}",
|
|
343
|
+
"{0} day": "{0}일",
|
|
344
|
+
"{0} day ago": "{0}일 전",
|
|
345
|
+
"{0} days": "{0}일",
|
|
346
|
+
"{0} days ago": "{0}일 전",
|
|
347
|
+
"{0} deletions{1}": "{0}개 삭제{1}",
|
|
348
|
+
"{0} deletion{1}": "{0}개 삭제{1}",
|
|
349
|
+
"{0} file changed": "{0}개 파일이 변경됨",
|
|
350
|
+
"{0} files changed": "파일 {0}개를 변경함",
|
|
351
|
+
"{0} hour": "{0}시간",
|
|
352
|
+
"{0} hour ago": "{0}시간 전",
|
|
353
|
+
"{0} hours": "{0}시간",
|
|
354
|
+
"{0} hours ago": "{0}시간 전",
|
|
355
|
+
"{0} hr": "{0}시간",
|
|
356
|
+
"{0} hr ago": "{0}시간 전",
|
|
357
|
+
"{0} hrs": "{0}시간",
|
|
358
|
+
"{0} hrs ago": "{0}시간 전",
|
|
359
|
+
"{0} insertions{1}": "{0}개 삽입{1}",
|
|
360
|
+
"{0} insertion{1}": "{0}개 삽입{1}",
|
|
361
|
+
"{0} min": "{0}분",
|
|
362
|
+
"{0} min ago": "{0}분 전",
|
|
363
|
+
"{0} mins": "{0}분",
|
|
364
|
+
"{0} mins ago": "{0}분 전",
|
|
365
|
+
"{0} minute": "{0}분",
|
|
366
|
+
"{0} minute ago": "{0}분 전",
|
|
367
|
+
"{0} minutes": "{0}분",
|
|
368
|
+
"{0} minutes ago": "{0}분 전",
|
|
369
|
+
"{0} mo": "{0}개월",
|
|
370
|
+
"{0} mo ago": "{0}개월 전",
|
|
371
|
+
"{0} month": "{0}개월",
|
|
372
|
+
"{0} month ago": "{0}개월 전",
|
|
373
|
+
"{0} months": "{0}개월",
|
|
374
|
+
"{0} months ago": "{0}개월 전",
|
|
375
|
+
"{0} mos": "{0}개월",
|
|
376
|
+
"{0} mos ago": "{0}개월 전",
|
|
377
|
+
"{0} sec": "{0}초",
|
|
378
|
+
"{0} sec ago": "{0}초 전",
|
|
379
|
+
"{0} second": "{0}초",
|
|
380
|
+
"{0} second ago": "{0}초 전",
|
|
381
|
+
"{0} seconds": "{0}초",
|
|
382
|
+
"{0} seconds ago": "{0}초 전",
|
|
383
|
+
"{0} secs": "{0}초",
|
|
384
|
+
"{0} secs ago": "{0}초 전",
|
|
385
|
+
"{0} week": "{0}주",
|
|
386
|
+
"{0} week ago": "{0}주 전",
|
|
387
|
+
"{0} weeks": "{0}주",
|
|
388
|
+
"{0} weeks ago": "{0}주 전",
|
|
389
|
+
"{0} wk": "{0}주",
|
|
390
|
+
"{0} wk ago": "{0}주 전",
|
|
391
|
+
"{0} wks": "{0}주",
|
|
392
|
+
"{0} wks ago": "{0}주 전",
|
|
393
|
+
"{0} year": "{0}년",
|
|
394
|
+
"{0} year ago": "{0}년 전",
|
|
395
|
+
"{0} years": "{0}년",
|
|
396
|
+
"{0} years ago": "{0}년 전",
|
|
397
|
+
"{0} yr": "{0}년",
|
|
398
|
+
"{0} yr ago": "{0}년 전",
|
|
399
|
+
"{0} yrs": "{0}년",
|
|
400
|
+
"{0} yrs ago": "{0}년 전",
|
|
334
401
|
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
335
402
|
},
|
|
336
403
|
"package": {
|
|
337
404
|
"colors.added": "추가된 리소스의 색입니다.",
|
|
405
|
+
"colors.blameEditorDecoration": "블레임 편집기 장식의 색입니다.",
|
|
338
406
|
"colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
|
|
339
407
|
"colors.deleted": "삭제된 리소스의 색상입니다.",
|
|
340
408
|
"colors.ignored": "무시된 리소스의 색상입니다.",
|
|
@@ -352,14 +420,14 @@
|
|
|
352
420
|
"command.api.getRemoteSources": "원격 원본 가져오기",
|
|
353
421
|
"command.api.getRepositories": "Git 리포지토리",
|
|
354
422
|
"command.api.getRepositoryState": "리포지토리 상태 가져오기",
|
|
423
|
+
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
|
|
424
|
+
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
|
|
355
425
|
"command.branch": "새 분기 만들기...",
|
|
356
426
|
"command.branchFrom": "타 분기에서 새 분기 만들기...",
|
|
357
427
|
"command.checkout": "다음으로 체크 아웃...",
|
|
358
428
|
"command.checkoutDetached": "체크 아웃(분리됨)...",
|
|
359
|
-
"command.checkoutRefDetached": "체크 아웃(분리됨)",
|
|
360
429
|
"command.cherryPick": "cherry-pick...",
|
|
361
|
-
"command.cherryPickAbort": "
|
|
362
|
-
"command.cherryPickRef": "Cherry Pick",
|
|
430
|
+
"command.cherryPickAbort": "Cherry Pick 중단",
|
|
363
431
|
"command.clean": "변경 내용 취소",
|
|
364
432
|
"command.cleanAll": "모든 변경 내용 취소",
|
|
365
433
|
"command.cleanAllTracked": "추적된 모든 변경 내용 취소",
|
|
@@ -405,6 +473,11 @@
|
|
|
405
473
|
"command.git.openMergeEditor": "병합 편집기에서 확인",
|
|
406
474
|
"command.git.runGitMerge": "Git과 충돌 계산",
|
|
407
475
|
"command.git.runGitMergeDiff3": "Git과 충돌 계산(Diff3)",
|
|
476
|
+
"command.graphCheckout": "체크 아웃",
|
|
477
|
+
"command.graphCheckoutDetached": "체크 아웃(분리됨)",
|
|
478
|
+
"command.graphCherryPick": "Cherry Pick",
|
|
479
|
+
"command.graphDeleteBranch": "분기 삭제",
|
|
480
|
+
"command.graphDeleteTag": "태그 삭제",
|
|
408
481
|
"command.ignore": ".gitignore에 추가",
|
|
409
482
|
"command.init": "리포지토리 초기화",
|
|
410
483
|
"command.manageUnsafeRepositories": "안전하지 않은 리포지토리 관리",
|
|
@@ -475,11 +548,10 @@
|
|
|
475
548
|
"command.unstage": "변경 내용 스테이징 취소",
|
|
476
549
|
"command.unstageAll": "모든 변경 내용 스테이징 취소",
|
|
477
550
|
"command.unstageSelectedRanges": "선택한 범위 스테이징 취소",
|
|
478
|
-
"command.
|
|
479
|
-
"command.
|
|
480
|
-
"command.
|
|
481
|
-
"command.
|
|
482
|
-
"command.viewUntrackedChanges": "추적되지 않은 변경 내용 보기",
|
|
551
|
+
"command.viewChanges": "변경 내용 열기",
|
|
552
|
+
"command.viewCommit": "커밋 열기",
|
|
553
|
+
"command.viewStagedChanges": "스테이징된 변경 내용 열기",
|
|
554
|
+
"command.viewUntrackedChanges": "추적되지 않은 변경 내용 열기",
|
|
483
555
|
"config.allowForcePush": "강제 푸시(임대 사용 또는 사용 안 함)가 가능한지 여부를 제어합니다.",
|
|
484
556
|
"config.allowNoVerifyCommit": "pre-commit 및 commit-msg 후크를 실행하지 않는 커밋이 허용되는지를 제어합니다.",
|
|
485
557
|
"config.alwaysShowStagedChangesResourceGroup": "스테이징된 변경 내용 리소스 그룹을 항상 표시합니다.",
|
|
@@ -493,6 +565,10 @@
|
|
|
493
565
|
"config.autofetch": "true로 설정하면 커밋이 현재 Git 리포지토리의 기본 원격에서 자동으로 페치됩니다. 'all'로 설정하면 모든 원격에서 페치됩니다.",
|
|
494
566
|
"config.autofetchPeriod": "#git.autofetch#가 사용되는 경우 각 자동 git fetch 사이의 시간(초)입니다.",
|
|
495
567
|
"config.autorefresh": "자동 새로 고침을 사용할지 여부입니다.",
|
|
568
|
+
"config.blameEditorDecoration.enabled": "편집기 장식을 사용하여 편집기에서 git 블레임 정보를 표시할지 여부를 제어합니다.",
|
|
569
|
+
"config.blameEditorDecoration.template": "블레임 정보 편집기 장식의 템플릿입니다. 지원되는 변수:\r\n\r\n* `hash`: 커밋 해시\r\n\r\n* 'hashShort': '#git.commitShortHashLength#'에 따라 커밋 해시의 첫 번째 N 문자\r\n\r\n* 'subject': 커밋 메시지의 첫 줄\r\n\r\n* 'authorName': 작성자 이름\r\n\r\n* 'authorEmail': 작성자 이메일\r\n\r\n* 'authorDate': 작성자 날짜\r\n\r\n* 'authorDateAgo': 현재 날짜와 작성자 날짜 간의 시간 차이\r\n\r\n",
|
|
570
|
+
"config.blameStatusBarItem.enabled": "상태 표시줄에 블레임 정보를 표시할지 여부를 제어합니다.",
|
|
571
|
+
"config.blameStatusBarItem.template": "블레임 정보 상태 표시줄 항목에 대한 템플릿입니다. 지원되는 변수:\r\n\r\n* `hash`: 커밋 해시\r\n\r\n* 'hashShort': '#git.commitShortHashLength#'에 따라 커밋 해시의 첫 번째 N 문자\r\n\r\n* 'subject': 커밋 메시지의 첫 줄\r\n\r\n* 'authorName': 작성자 이름\r\n\r\n* 'authorEmail': 작성자 이메일\r\n\r\n* 'authorDate': 작성자 날짜\r\n\r\n* 'authorDateAgo': 현재 날짜와 작성자 날짜 간의 시간 차이\r\n\r\n",
|
|
496
572
|
"config.branchPrefix": "새 브랜치를 만들 때 사용되는 접두사입니다.",
|
|
497
573
|
"config.branchProtection": "보호된 브랜치 목록입니다. 기본적으로 변경 내용이 보호된 브랜치에 커밋되기 전에 프롬프트가 표시됩니다. 프롬프트는 '#git.branchProtectionPrompt#' 설정을 사용하여 제어할 수 있습니다.",
|
|
498
574
|
"config.branchProtectionPrompt": "변경 내용이 보호된 분기에 커밋되기 전에 프롬프트가 표시되는지 여부를 제어합니다.",
|
|
@@ -514,6 +590,7 @@
|
|
|
514
590
|
"config.checkoutType.tags": "태그",
|
|
515
591
|
"config.closeDiffOnOperation": "변경 내용을 스태시, 커밋, 삭제, 스테이징 또는 스테이징 해제할 때 diff 편집기를 자동으로 닫을지 여부를 제어합니다.",
|
|
516
592
|
"config.commandsToLog": "`stdout`를 [git output](command:git.showOutput)에 기록하는 git 명령(예: 커밋, 푸시) 목록입니다. git 명령에 클라이언트 측 후크가 구성된 경우 클라이언트 측 후크의 `stdout`도 [git output](command:git.showOutput)에 기록됩니다.",
|
|
593
|
+
"config.commitShortHashLength": "커밋 짧은 해시의 길이를 제어합니다.",
|
|
517
594
|
"config.confirmEmptyCommits": "'Git: Commit Empty' 명령에 대한 빈 항목 생성 커밋을 항상 확인합니다.",
|
|
518
595
|
"config.confirmForcePush": "강제 푸시하기 전에 확인을 요청할지 여부를 제어합니다.",
|
|
519
596
|
"config.confirmNoVerifyCommit": "확인하지 않고 커밋하기 전에 확인을 요청할지를 제어합니다.",
|
|
@@ -633,7 +710,7 @@
|
|
|
633
710
|
"view.workbench.scm.closedRepositories": "이전에 닫힌 Git 리포지토리가 발견되었습니다.\r\n[닫힌 리포지토리 다시 열기](command:git.reopenClosedRepositories)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
634
711
|
"view.workbench.scm.closedRepository": "이전에 닫힌 Git 리포지토리가 발견되었습니다.\r\n[닫힌 리포지토리 다시 열기](command:git.reopenClosedRepositories)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
635
712
|
"view.workbench.scm.disabled": "Git 기능을 사용하려면 [설정](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)에서 Git을 활성화하세요.\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
636
|
-
"view.workbench.scm.empty": "Git 기능을 사용하려면 Git 리포지토리가 포함된 폴더를 열거나 URL에서 복제할 수 있습니다.\r\n[폴더 열기](command:vscode.openFolder)\r\n[리포지토리 복제](command:git.
|
|
713
|
+
"view.workbench.scm.empty": "Git 기능을 사용하려면 Git 리포지토리가 포함된 폴더를 열거나 URL에서 복제할 수 있습니다.\r\n[폴더 열기](command:vscode.openFolder)\r\n[리포지토리 복제](command:git.cloneRecursive)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
637
714
|
"view.workbench.scm.emptyWorkspace": "현재 열린 작업 영역에 Git 리포지토리가 포함된 폴더가 없습니다.\r\n[작업 영역에 폴더 추가](command:workbench.action.addRootFolder)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
638
715
|
"view.workbench.scm.folder": "현재 열린 폴더에 Git 리포지토리가 없습니다. Git에서 제공하는 소스 제어 기능을 사용하도록 설정할 리포지토리를 초기화할 수 있습니다.\r\n[리포지토리 초기화](command:git.init?%5Btrue%5D)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.",
|
|
639
716
|
"view.workbench.scm.missing": "인기 있는 소스 제어 시스템인 Git을 설치하여 코드 변경 내용을 추적하고 다른 사용자와 공동 작업합니다. [Git 가이드](https://aka.ms/vscode-scm)에서 자세히 알아보세요.",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"Learn More": "더 알아보기",
|
|
23
23
|
"Log level: {0}": "로그 수준: {0}",
|
|
24
24
|
"No": "아니요",
|
|
25
|
+
"No GitHub remotes found that contain this commit.": "이 커밋을 포함하는 GitHub 원격을 찾을 수 없습니다.",
|
|
25
26
|
"No template": "템플릿 없음",
|
|
26
27
|
"Open PR": "PR 열기",
|
|
27
28
|
"Open on GitHub": "GitHub에서 열기",
|
|
@@ -43,12 +44,18 @@
|
|
|
43
44
|
"The fork \"{0}\" was successfully created on GitHub.": "GitHub에 “{0}” 포크를 만들었습니다.",
|
|
44
45
|
"Uploading files": "파일을 업로드하는 중",
|
|
45
46
|
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "GitHub의 “{0}/{1}”(으)로 푸시할 권한이 없습니다. 대신 포크를 만들어 해당 포크로 푸시할까요?",
|
|
46
|
-
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "푸시 보호가 활성화되어 있고 하나 이상의 비밀이 검색되었기 때문에 \"{0}/{1}\"에 대한 푸시가 GitHub에서 거부되었습니다."
|
|
47
|
+
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "푸시 보호가 활성화되어 있고 하나 이상의 비밀이 검색되었기 때문에 \"{0}/{1}\"에 대한 푸시가 GitHub에서 거부되었습니다.",
|
|
48
|
+
"{0} Open on GitHub": "GitHub에서 열기 {0}"
|
|
47
49
|
},
|
|
48
50
|
"package": {
|
|
51
|
+
"command.copyVscodeDevLink": "vscode.dev 링크 복사",
|
|
52
|
+
"command.openOnGitHub": "GitHub에서 열기",
|
|
53
|
+
"command.openOnVscodeDev": "vscode.dev에서 열기",
|
|
54
|
+
"command.publish": "GitHub에 게시",
|
|
49
55
|
"config.branchProtection": "GitHub 리포지토리에 대한 리포지토리 규칙을 쿼리할지 여부를 제어합니다.",
|
|
50
56
|
"config.gitAuthentication": "VS Code 내에서 Git 명령에 대해 자동 GitHub 인증을 사용하도록 설정할지 여부를 제어합니다.",
|
|
51
57
|
"config.gitProtocol": "GitHub 리포지토리를 복제하는 데 사용되는 프로토콜 제어",
|
|
58
|
+
"config.showAvatar": "Controls whether to show the GitHub avatar of the commit author in various hovers (ex: Git blame, Timeline, Source Control Graph, etc.)",
|
|
52
59
|
"description": "VS Code용 GitHub 기능",
|
|
53
60
|
"displayName": "GitHub",
|
|
54
61
|
"welcome.publishFolder": "이 폴더를 GitHub 리포지토리에 직접 게시할 수 있습니다. 게시된 후에는 Git 및 GitHub에서 제공하는 소스 제어 기능에 액세스할 수 있습니다.\r\n[$(github) GitHub에 게시](command:github.publish)",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"copyCellOutput.title": "셀 출력 복사",
|
|
17
17
|
"description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
|
|
18
18
|
"displayName": ".ipynb 지원",
|
|
19
|
-
"ipynb.experimental.serialization": "
|
|
19
|
+
"ipynb.experimental.serialization": "작업자 스레드에서 Jupyter Notebook을 직렬화하는 실험적 기능입니다.",
|
|
20
20
|
"ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",
|
|
21
21
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb 셀 첨부 파일 렌더러",
|
|
22
22
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
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
|
-
"A descriptive title of the
|
|
16
|
-
"A long description of the
|
|
15
|
+
"A descriptive title of the schema.": "설명이 포함된 스키마의 제목입니다.",
|
|
16
|
+
"A long description of the schema. Used in hover menus and suggestions.": "스키마에 대한 자세한 설명입니다. 가리킨 메뉴 및 제안에서 사용됩니다.",
|
|
17
17
|
"A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "속성 이름 배열 또는 스키마에 대한 속성 이름 맵입니다. 속성 이름의 배열은 키에 이름이 지정된 속성이 유효하기 위해 개체에 있는 배열의 속성에 종속됨을 의미합니다. 값이 스키마이면 키의 속성이 개체에 있는 경우에만 스키마가 개체에 적용됩니다.",
|
|
18
18
|
"A map of property names to schemas for each property.": "각 속성의 스키마에 대한 속성 이름 맵입니다.",
|
|
19
19
|
"A map of regular expressions on property names to schemas for matching properties.": "일치하는 속성의 스키마에 대한 속성 이름의 정규식 맵입니다.",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"Configured in workspace settings": "작업 영역 설정에 구성됨",
|
|
44
44
|
"Default value": "기본값",
|
|
45
45
|
"Describes the content encoding of a string property.": "문자열 속성의 콘텐츠 인코딩을 설명합니다.",
|
|
46
|
-
"Describes the format expected for the value.": "값에 필요한 형식을 설명합니다.",
|
|
46
|
+
"Describes the format expected for the value. By default, not used for validation": "값에 필요한 형식을 설명합니다. 기본적으로 유효성 검사에 사용되지 않음",
|
|
47
47
|
"Describes the media type of a string property.": "문자열 속성의 미디어 유형을 설명합니다.",
|
|
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
51
|
"Duplicate anchor declaration: '{0}'": "앵커 선언 중복: '{0}'",
|
|
52
52
|
"Duplicate object key": "중복된 개체 키",
|
|
53
|
-
"Either a schema or a boolean. If a schema,
|
|
53
|
+
"Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "스키마 또는 부울입니다. 스키마인 경우, 'properties', 'propertyNames' 또는 'patternProperties'와 일치하지 않는 모든 속성의 유효성 검사에 사용됩니다. false이면 adjacent 키워드로 정의되지 않은 속성이 있을 때 이 스키마가 실패합니다.",
|
|
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, 배열, 개체, 부울, 문자열) 중 하나의 문자열 또는 이러한 형식의 하위 집합을 지정하는 문자열의 배열입니다.",
|
|
55
55
|
"End of file expected.": "파일의 끝이 필요합니다.",
|
|
56
56
|
"Expected a JSON object, array or literal.": "JSON 개체, 배열 또는 리터럴이 필요합니다.",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"Expected comma or closing brace": "쉼표 또는 닫는 중괄호 필요",
|
|
59
59
|
"Expected comma or closing bracket": "쉼표 또는 닫는 대괄호 필요",
|
|
60
60
|
"Failed to sort the JSONC document, please consider opening an issue.": "JSONC 문서를 정렬하지 못했습니다. 문제를 여는 것이 좋습니다.",
|
|
61
|
-
"For arrays, only when items is set as an array. If
|
|
61
|
+
"For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "배열의 경우 항목이 배열로 설정된 경우에만 해당합니다. 항목이 스키마인 경우, 이 스키마는 항목 스키마에서 지정한 것 뒤에 오는 항목의 유효성을 검사합니다. false이면 추가 항목이 있을 때 유효성 검사가 실패합니다.",
|
|
62
62
|
"For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "배열의 경우입니다. 모든 요소의 유효성을 검사할 대상 스키마이거나 각 항목의 유효성을 검사할 대상 스키마 배열일 수 있습니다. 첫 번째 스키마는 첫 번째 요소의 유효성을 검사하고, 두 번째 스키마는 두 번째 요소의 유효성을 검사하는 순서입니다.",
|
|
63
63
|
"If all of the items in the array must be unique. Defaults to false.": "배열의 모든 항목이 고유해야 하는 경우입니다. 기본값은 false입니다.",
|
|
64
64
|
"If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "인스턴스가 개체인 경우 이 키워드는 인스턴스의 모든 속성 이름이 제공된 스키마에 대해 유효성을 검사하는지 확인합니다.",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"Reference a definition hosted on any location.": "모든 위치에서 호스트되는 정의를 참조합니다.",
|
|
104
104
|
"Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "사용을 표현하기 위해 특정 스키마와 연결된 샘플 JSON 값입니다.",
|
|
105
105
|
"Schema Validated": "스키마 유효성 검사됨",
|
|
106
|
+
"Schema not found: {0}": "스키마를 찾을 수 없음: {0}",
|
|
106
107
|
"Select the schema to use for {0}": "{0}에 사용할 스키마 선택",
|
|
107
108
|
"Show Schemas": "스키마 표시",
|
|
108
109
|
"Sort JSON": "JSON 정렬",
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
"String is not an e-mail address.": "문자열이 이메일 주소가 아닙니다.",
|
|
119
120
|
"String is shorter than the minimum length of {0}.": "문자열이 최소 길이 {0}보다 짧습니다.",
|
|
120
121
|
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "\"else\" 하위 스키마는 \"if\" 하위 스키마가 실패할 때 유효성 검사에 사용됩니다.",
|
|
121
|
-
"The \"
|
|
122
|
+
"The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "\"if\" 하위 스키마가 성공하면 \"then\" 하위 스키마가 유효성 검사에 사용됩니다.",
|
|
122
123
|
"The maximum length of a string.": "문자열의 최대 길이입니다.",
|
|
123
124
|
"The maximum number of items that can be inside an array. Inclusive.": "배열 내에 있을 수 있는 최대 항목 수입니다. 명시한 수를 포함합니다.",
|
|
124
125
|
"The maximum number of properties an object can have. Inclusive.": "개체가 가질 수 있는 최대 속성 수입니다. 명시한 숫자를 포함합니다.",
|
|
@@ -157,7 +158,8 @@
|
|
|
157
158
|
"Value must be {0}.": "값은 {0}이어야 합니다.",
|
|
158
159
|
"multiple JSON schemas configured": "여러 JSON 스키마가 구성됨",
|
|
159
160
|
"no JSON schema configured": "구성된 JSON 스키마가 없음",
|
|
160
|
-
"only {0} document symbols shown for performance reasons": "성능상의 이유로 {0} 문서 기호만 표시됨"
|
|
161
|
+
"only {0} document symbols shown for performance reasons": "성능상의 이유로 {0} 문서 기호만 표시됨",
|
|
162
|
+
"{0} is a directory, not a file": "{0}은(는) 파일이 아닌 디렉터리입니다."
|
|
161
163
|
},
|
|
162
164
|
"package": {
|
|
163
165
|
"description": "JSON 파일에 대한 다양한 언어 지원을 제공합니다.",
|
|
@@ -22,10 +22,13 @@
|
|
|
22
22
|
"Could not open {0}": "{0}을(를) 열 수 없습니다.",
|
|
23
23
|
"Disable": "사용 안 함",
|
|
24
24
|
"Disable preview security warning in this workspace": "이 작업 영역에서 미리보기 보안 경고 사용 안 함",
|
|
25
|
+
"Disable validation of Markdown links": "Markdown 링크의 유효성 검사 사용 안 함",
|
|
25
26
|
"Does not affect the content security level": "콘텐츠 보안 수준에 영향을 주지 않습니다.",
|
|
27
|
+
"Enable": "사용",
|
|
26
28
|
"Enable loading content over http": "http를 통한 콘텐츠 로드 사용",
|
|
27
29
|
"Enable loading content over http served from localhost": "localhost에서 제공되는 http를 통한 콘텐츠 로드 사용",
|
|
28
30
|
"Enable preview security warnings in this workspace": "이 작업 영역에서 미리 보기 보안 경고 사용",
|
|
31
|
+
"Enable validation of Markdown links": "Markdown 링크의 유효성 검사 사용",
|
|
29
32
|
"Exclude '{0}' from link validation.": "링크 유효성 검사에서 '{0}'을(를) 제외합니다.",
|
|
30
33
|
"Extract to link definition": "정의를 연결하려면 추출",
|
|
31
34
|
"File does not exist at path: {0}": "경로에 파일이 없습니다. {0}",
|
|
@@ -34,13 +37,16 @@
|
|
|
34
37
|
"Follow link": "링크로 이동",
|
|
35
38
|
"Go to link definition": "링크 정의로 이동",
|
|
36
39
|
"Header does not exist in file: {0}": "헤더가 파일에 없습니다. {0}",
|
|
40
|
+
"Insert Markdown Audio": "Markdown 오디오 삽입",
|
|
37
41
|
"Insert Markdown Image": "Markdown 이미지 삽입",
|
|
38
42
|
"Insert Markdown Images": "Markdown 이미지 삽입",
|
|
39
43
|
"Insert Markdown Images and Links": "Markdown 이미지 및 링크 삽입",
|
|
40
44
|
"Insert Markdown Link": "Markdown 링크 삽입",
|
|
41
45
|
"Insert Markdown Links": "Markdown 링크 삽입",
|
|
42
46
|
"Insert Markdown Media": "Markdown 미디어 삽입",
|
|
47
|
+
"Insert Markdown Media and Images": "Markdown 미디어 및 이미지 삽입",
|
|
43
48
|
"Insert Markdown Media and Links": "Markdown 미디어 및 링크 삽입",
|
|
49
|
+
"Insert Markdown Video": "Markdown 비디오 삽입",
|
|
44
50
|
"Insert image": "이미지 삽입",
|
|
45
51
|
"Insert link": "링크 삽입",
|
|
46
52
|
"Link definition for '{0}' already exists": "'{0}'에 대한 링크 정의가 이미 있습니다.",
|
|
@@ -49,6 +55,8 @@
|
|
|
49
55
|
"Link is also defined here": "링크가 여기에도 정의되어 있습니다.",
|
|
50
56
|
"Link to '# {0}' in '{1}'": "'{1}'의 '# {0}' 링크",
|
|
51
57
|
"Link to '{0}'": "'{0}' 링크",
|
|
58
|
+
"Link validation disabled": "링크 유효성 검사 사용 안 함",
|
|
59
|
+
"Link validation enabled": "링크 유효성 검사 사용",
|
|
52
60
|
"Markdown Language Server": "Markdown 언어 서버",
|
|
53
61
|
"Media": "미디어",
|
|
54
62
|
"More Information": "추가 정보",
|
|
@@ -77,7 +85,7 @@
|
|
|
77
85
|
"package": {
|
|
78
86
|
"configuration.copyIntoWorkspace.mediaFiles": "외부 이미지 및 비디오 파일을 작업 영역에 복사해 봅니다.",
|
|
79
87
|
"configuration.copyIntoWorkspace.never": "외부 파일을 작업 영역에 복사하지 마세요.",
|
|
80
|
-
"configuration.markdown.copyFiles.destination": "
|
|
88
|
+
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in seconds.",
|
|
81
89
|
"configuration.markdown.copyFiles.overwriteBehavior": "놓기 또는 붙여넣기로 만든 파일이 기존 파일을 덮어쓸지 여부를 제어합니다.",
|
|
82
90
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "이름이 같은 파일이 이미 있는 경우 파일 이름에 숫자를 추가합니다(예: 'image.png'는 'image-1.png'가 됩니다.).",
|
|
83
91
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "이름이 같은 파일이 이미 있는 경우 덮어씁니다.",
|
|
@@ -136,6 +144,7 @@
|
|
|
136
144
|
"markdown.editor.insertImageFromWorkspace": "작업 영역에서 이미지 삽입",
|
|
137
145
|
"markdown.editor.insertLinkFromWorkspace": "작업 영역에 파일 링크 삽입",
|
|
138
146
|
"markdown.findAllFileReferences": "파일 참조 찾기",
|
|
147
|
+
"markdown.openImage.title": "이미지 열기",
|
|
139
148
|
"markdown.preview.breaks.desc": "Markdown 미리 보기에서 줄 바꿈을 렌더링하는 방식을 설정합니다. 'true'로 설정하면 단락 안의 줄 바꿈에 대해 '<br>'이(가) 생성됩니다.",
|
|
140
149
|
"markdown.preview.doubleClickToSwitchToEditor.desc": "Markdown 미리 보기에서 두 번 클릭하여 편집기로 전환합니다.",
|
|
141
150
|
"markdown.preview.fontFamily.desc": "Markdown 미리 보기에서 사용되는 글꼴 패밀리를 제어합니다.",
|
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
12
|
"Error validating custom environment setting: {0}": "사용자 지정 환경 설정 확인 오류: {0}",
|
|
13
|
-
"Having trouble logging in?": "로그인하는 데 문제가 있나요?",
|
|
13
|
+
"Having trouble logging in? Would you like to try a different way? ({0})": "로그인하는 데 문제가 있나요? 다른 방법을 시도해 보시겠습니까?({0})",
|
|
14
14
|
"Microsoft Account configuration has been changed.": "Microsoft 계정 구성이 변경되었습니다.",
|
|
15
15
|
"Microsoft Authentication": "Microsoft 인증",
|
|
16
16
|
"Microsoft Sovereign Cloud Authentication": "Microsoft 소버린 클라우드 인증",
|
|
17
|
+
"No": "아니요",
|
|
17
18
|
"Open settings": "설정 열기",
|
|
18
19
|
"Paste authorization code here...": "여기에 권한 부여 코드를 붙여넣습니다...",
|
|
19
20
|
"Provide the authorization code to complete the sign in flow.": "로그인 흐름을 완료하는 권한 부여 코드를 제공합니다.",
|
|
@@ -21,14 +22,17 @@
|
|
|
21
22
|
"Signing in to Microsoft...": "Microsoft에 로그인하는 중...",
|
|
22
23
|
"Signing in to your account...": "계정에 로그인하는 중...",
|
|
23
24
|
"The environment `{0}` is not a valid environment.": "'{0}' 환경이 올바른 환경이 아닙니다.",
|
|
24
|
-
"Would you like to try a different way to sign in to your Microsoft account? ({0})": "다른 방법으로 Microsoft 계정에 로그인하시겠어요?({0})",
|
|
25
25
|
"Yes": "예",
|
|
26
26
|
"You have been signed out because reading stored authentication information failed.": "저장된 인증 정보를 읽는 데 실패하여 로그아웃되었습니다.",
|
|
27
|
+
"You have not yet finished authorizing this extension to use your Microsoft Account. Would you like to try a different way? ({0})": "이 확장 프로그램이 Microsoft 계정을 사용하도록 승인하는 작업을 아직 완료하지 않았습니다. 다른 방법을 시도해 보시겠습니까?({0})",
|
|
27
28
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "사용자 지정 환경 인증 공급자를 사용하려면 사용자 지정 환경도 지정해야 합니다."
|
|
28
29
|
},
|
|
29
30
|
"package": {
|
|
30
31
|
"description": "Microsoft 인증 공급자",
|
|
31
32
|
"displayName": "Microsoft 계정",
|
|
33
|
+
"microsoft-authentication.implementation.description": "Microsoft 계정 사용하여 로그인하는 데 사용할 인증 구현입니다.\r\n\r\n*참고: 'classic' 구현은 사용되지 않으며 이후 릴리스에서 이 설정과 함께 제거됩니다. 'classic' 구현만 작동하는 경우 [open an issue](command:workbench.action.openIssueReporter)하고 로그인하려는 항목을 설명하세요.*",
|
|
34
|
+
"microsoft-authentication.implementation.enumDescriptions.classic": "(사용되지 않음) 클래식 인증 흐름을 사용하여 Microsoft 계정 로그인합니다.",
|
|
35
|
+
"microsoft-authentication.implementation.enumDescriptions.msal": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다.",
|
|
32
36
|
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "사용자 지정 소버린 클라우드에 대한 Active Directory 엔드포인트입니다.",
|
|
33
37
|
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "사용자 지정 소버린 클라우드의 Active Directory 리소스 ID입니다.",
|
|
34
38
|
"microsoft-sovereign-cloud.customEnvironment.description": "Microsoft 소버린 클라우드 인증 공급자와 함께 사용할 소버린 클라우드에 대한 사용자 지정 구성입니다. 이 기능을 사용하려면 `#microsoft-sovereign-cloud.environment#`을 'custom'으로 설정해야 합니다.",
|
|
@@ -41,8 +45,7 @@
|
|
|
41
45
|
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 미국 정부",
|
|
42
46
|
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "사용자 지정 Microsoft 소버린 클라우드",
|
|
43
47
|
"signIn": "로그인",
|
|
44
|
-
"signOut": "로그아웃"
|
|
45
|
-
"useMsal.description": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다."
|
|
48
|
+
"signOut": "로그아웃"
|
|
46
49
|
}
|
|
47
50
|
}
|
|
48
51
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "zsh, bash 및 fish 터미널에 대한 터미널 완성을 추가하는 확장입니다.",
|
|
13
|
+
"displayName": "VS Code 터미널 제안",
|
|
14
|
+
"view.name": "터미널 제안"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|