@codingame/monaco-vscode-language-pack-ko 2.1.4 → 2.2.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +3 -1
- package/translations/extensions/vscode.git.i18n.json +16 -0
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +0 -10
- package/translations/main.i18n.json.js +649 -206
|
@@ -131,7 +131,16 @@ var content = {
|
|
|
131
131
|
"date.fromNow.years.singular": "{0}년",
|
|
132
132
|
"date.fromNow.years.singular.ago": "{0}년 전",
|
|
133
133
|
"date.fromNow.years.singular.ago.fullWord": "{0}년 전",
|
|
134
|
-
"date.fromNow.years.singular.fullWord": "{0}년"
|
|
134
|
+
"date.fromNow.years.singular.fullWord": "{0}년",
|
|
135
|
+
"duration.d": "{0} days",
|
|
136
|
+
"duration.h": "{0} hrs",
|
|
137
|
+
"duration.h.full": "{0} hours",
|
|
138
|
+
"duration.m": "{0} mins",
|
|
139
|
+
"duration.m.full": "{0} minutes",
|
|
140
|
+
"duration.ms": "{0}ms",
|
|
141
|
+
"duration.ms.full": "{0} milliseconds",
|
|
142
|
+
"duration.s": "{0}s",
|
|
143
|
+
"duration.s.full": "{0} seconds"
|
|
135
144
|
},
|
|
136
145
|
"vs/base/common/errorMessage": {
|
|
137
146
|
"error.defaultMessage": "알 수 없는 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요.",
|
|
@@ -261,6 +270,11 @@ var content = {
|
|
|
261
270
|
},
|
|
262
271
|
"vs/editor/browser/widget/hoverWidget/hoverWidget": {
|
|
263
272
|
hoverhint: "{0} 키를 눌러 마우스를 위에 놓기"
|
|
273
|
+
},
|
|
274
|
+
"vs/editor/browser/widget/multiDiffEditorWidget/colors": {
|
|
275
|
+
"multiDiffEditor.background": "다중 파일 diff 편집기 배경색입니다.",
|
|
276
|
+
"multiDiffEditor.border": "다중 파일 차이 편집기의 테두리 색",
|
|
277
|
+
"multiDiffEditor.headerBackground": "diff 편집기 헤더의 배경색입니다."
|
|
264
278
|
},
|
|
265
279
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
266
280
|
codeLens: "편집기에서 CodeLens를 표시할 것인지 여부를 제어합니다.",
|
|
@@ -496,6 +510,13 @@ var content = {
|
|
|
496
510
|
"inlayHints.padding": "편집기에서 인레이 힌트 주위의 패딩을 사용하도록 설정합니다.",
|
|
497
511
|
inline: "빠른 제안이 유령 텍스트로 표시됨",
|
|
498
512
|
inlineCompletionsAccessibilityVerbose: "인라인 완성이 표시될 때 화면 읽기 프로그램 사용자에게 접근성 힌트를 제공해야 하는지 여부를 제어합니다.",
|
|
513
|
+
"inlineEdit.backgroundColoring": "Controls whether to color the background of inline edits.",
|
|
514
|
+
"inlineEdit.enabled": "Controls whether to show inline edits in the editor.",
|
|
515
|
+
"inlineEdit.fontFamily": "Controls the font family of the inline edit.",
|
|
516
|
+
"inlineEdit.showToolbar": "Controls when to show the inline edit toolbar.",
|
|
517
|
+
"inlineEdit.showToolbar.always": "Show the inline edit toolbar whenever an inline suggestion is shown.",
|
|
518
|
+
"inlineEdit.showToolbar.never": "Never show the inline edit toolbar.",
|
|
519
|
+
"inlineEdit.showToolbar.onHover": "Show the inline edit toolbar when hovering over an inline suggestion.",
|
|
499
520
|
"inlineSuggest.enabled": "편집기에서 인라인 제안을 자동으로 표시할지 여부를 제어합니다.",
|
|
500
521
|
"inlineSuggest.fontFamily": "인라인 제안의 글꼴 패밀리를 제어합니다.",
|
|
501
522
|
"inlineSuggest.showToolbar": "인라인 추천 도구 모음을 표시할 시기를 제어합니다.",
|
|
@@ -828,8 +849,8 @@ var content = {
|
|
|
828
849
|
gotoLineActionLabel: "줄/열로 이동...",
|
|
829
850
|
helpQuickAccess: "빠른 액세스 공급자 모두 표시",
|
|
830
851
|
inspectTokens: "개발자: 검사 토큰",
|
|
831
|
-
|
|
832
|
-
|
|
852
|
+
listAnnouncementsCommand: "Run the command: List Signal Announcements for an overview of announcements and their current status.",
|
|
853
|
+
listSignalSoundsCommand: "Run the command: List Signal Sounds for an overview of all sounds and their current status.",
|
|
833
854
|
openingDocs: "접근성 설명서 페이지를 엽니다.",
|
|
834
855
|
quickChatCommand: "빠른 채팅({0})을 전환하여 채팅 세션을 열거나 닫습니다.",
|
|
835
856
|
quickChatCommandNoKb: "빠른 채팅 토글은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
|
@@ -1442,6 +1463,8 @@ var content = {
|
|
|
1442
1463
|
"vs/editor/contrib/rename/browser/rename": {
|
|
1443
1464
|
aria: "'{0}'을(를) '{1}'(으)로 이름을 변경했습니다. 요약: {2}",
|
|
1444
1465
|
enablePreview: "이름을 바꾸기 전에 변경 내용을 미리 볼 수 있는 기능 사용/사용 안 함",
|
|
1466
|
+
focusNextRenameSuggestion: "Focus Next Rename Suggestion",
|
|
1467
|
+
focusPreviousRenameSuggestion: "Focus Previous Rename Suggestion",
|
|
1445
1468
|
label: "'{0}'에서 '{1}'(으)로 이름을 바꾸는 중",
|
|
1446
1469
|
"no result": "결과가 없습니다.",
|
|
1447
1470
|
quotableLabel: "{1}에 {0} 이름 바꾸기",
|
|
@@ -1453,6 +1476,7 @@ var content = {
|
|
|
1453
1476
|
"vs/editor/contrib/rename/browser/renameInputField": {
|
|
1454
1477
|
label: "이름 바꾸기 {0}, 미리 보기 {1}",
|
|
1455
1478
|
renameAriaLabel: "입력 이름을 바꾸세요. 새 이름을 입력한 다음 [Enter] 키를 눌러 커밋하세요.",
|
|
1479
|
+
renameInputFocused: "Whether the rename input widget is focused",
|
|
1456
1480
|
renameInputVisible: "입력 이름 바꾸기 위젯이 표시되는지 여부"
|
|
1457
1481
|
},
|
|
1458
1482
|
"vs/editor/contrib/smartSelect/browser/smartSelect": {
|
|
@@ -1698,49 +1722,6 @@ var content = {
|
|
|
1698
1722
|
"previewSelected.title": "선택한 작업 미리 보기",
|
|
1699
1723
|
"selectNextCodeAction.title": "다음 작업 선택",
|
|
1700
1724
|
"selectPrevCodeAction.title": "이전 작업 선택"
|
|
1701
|
-
},
|
|
1702
|
-
"vs/platform/audioCues/browser/audioCueService": {
|
|
1703
|
-
"audioCues.chatRequestSent": "채팅 요청 전송됨",
|
|
1704
|
-
"audioCues.chatRequestSent.alertMessage": "채팅 요청 전송됨",
|
|
1705
|
-
"audioCues.chatResponsePending": "채팅 응답 대기 중",
|
|
1706
|
-
"audioCues.chatResponsePending.alertMessage": "채팅 응답 대기 중",
|
|
1707
|
-
"audioCues.chatResponseReceived": "채팅 응답 수신됨",
|
|
1708
|
-
"audioCues.clear": "지우기",
|
|
1709
|
-
"audioCues.clear.alertMessage": "지우기",
|
|
1710
|
-
"audioCues.diffLineDeleted": "Diff 줄 삭제됨",
|
|
1711
|
-
"audioCues.diffLineInserted": "Diff 줄 삽입됨",
|
|
1712
|
-
"audioCues.diffLineModified": "Diff 줄 수정됨",
|
|
1713
|
-
"audioCues.format": "서식",
|
|
1714
|
-
"audioCues.format.alertMessage": "형식",
|
|
1715
|
-
"audioCues.lineHasBreakpoint.alertMessage": "중단점",
|
|
1716
|
-
"audioCues.lineHasBreakpoint.name": "줄의 중단점",
|
|
1717
|
-
"audioCues.lineHasError.alertMessage": "오류",
|
|
1718
|
-
"audioCues.lineHasError.name": "줄에 대한 오류",
|
|
1719
|
-
"audioCues.lineHasFoldedArea.alertMessage": "접힘",
|
|
1720
|
-
"audioCues.lineHasFoldedArea.name": "줄의 접힌 부분",
|
|
1721
|
-
"audioCues.lineHasInlineSuggestion.name": "줄의 인라인 제안",
|
|
1722
|
-
"audioCues.lineHasWarning.alertMessage": "경고",
|
|
1723
|
-
"audioCues.lineHasWarning.name": "줄에 대한 경고",
|
|
1724
|
-
"audioCues.noInlayHints": "줄의 인레이 힌트 없음",
|
|
1725
|
-
"audioCues.noInlayHints.alertMessage": "인레이 힌트 없음",
|
|
1726
|
-
"audioCues.notebookCellCompleted": "Notebook 셀 완료됨",
|
|
1727
|
-
"audioCues.notebookCellCompleted.alertMessage": "Notebook 셀 완료됨",
|
|
1728
|
-
"audioCues.notebookCellFailed": "Notebook 셀 실패",
|
|
1729
|
-
"audioCues.notebookCellFailed.alertMessage": "Notebook 셀 실패",
|
|
1730
|
-
"audioCues.onDebugBreak.alertMessage": "중단점",
|
|
1731
|
-
"audioCues.onDebugBreak.name": "중단점에서 중지된 디버거",
|
|
1732
|
-
"audioCues.save": "저장",
|
|
1733
|
-
"audioCues.save.alertMessage": "저장",
|
|
1734
|
-
"audioCues.taskCompleted": "완료된 작업",
|
|
1735
|
-
"audioCues.taskCompleted.alertMessage": "작업 완료",
|
|
1736
|
-
"audioCues.taskFailed": "작업 실패",
|
|
1737
|
-
"audioCues.taskFailed.alertMessage": "작업 실패",
|
|
1738
|
-
"audioCues.terminalBell": "터미널 벨",
|
|
1739
|
-
"audioCues.terminalBell.alertMessage": "터미널 벨",
|
|
1740
|
-
"audioCues.terminalCommandFailed": "터미널 명령 실패",
|
|
1741
|
-
"audioCues.terminalCommandFailed.alertMessage": "명령이 실패했습니다.",
|
|
1742
|
-
"audioCues.terminalQuickFix.alertMessage": "빠른 수정",
|
|
1743
|
-
"audioCues.terminalQuickFix.name": "터미널 빠른 수정"
|
|
1744
1725
|
},
|
|
1745
1726
|
"vs/platform/configuration/common/configurationRegistry": {
|
|
1746
1727
|
"config.policy.duplicate": "'{0}'을(를) 등록할 수 없습니다. 연결된 정책 {1}이(가) 이미 {2}에 등록되어 있습니다.",
|
|
@@ -1903,6 +1884,11 @@ var content = {
|
|
|
1903
1884
|
},
|
|
1904
1885
|
"vs/platform/languagePacks/common/languagePacks": {
|
|
1905
1886
|
currentDisplayLanguage: " (현재)"
|
|
1887
|
+
},
|
|
1888
|
+
"vs/platform/languagePacks/common/localizedStrings": {
|
|
1889
|
+
close: "닫기",
|
|
1890
|
+
find: "찾기",
|
|
1891
|
+
open: "열기"
|
|
1906
1892
|
},
|
|
1907
1893
|
"vs/platform/list/browser/listService": {
|
|
1908
1894
|
"Fast Scroll Sensitivity": "'Alt' 키를 누를 때 스크롤 속도 승수입니다.",
|
|
@@ -2324,6 +2310,18 @@ var content = {
|
|
|
2324
2310
|
noParallelUniverses: "{0} 파일은 호환되지 않는 방식으로 수정되었습니다.",
|
|
2325
2311
|
nok: "이 파일 실행 취소(&&F)",
|
|
2326
2312
|
ok: "파일 {0}개에서 실행 취소(&&U)"
|
|
2313
|
+
},
|
|
2314
|
+
"vs/platform/update/common/update.config.contribution": {
|
|
2315
|
+
"default": "자동 업데이트 확인을 사용하도록 설정합니다. Code에서 정기적으로 업데이트를 자동 확인합니다.",
|
|
2316
|
+
deprecated: "이 설정은 사용되지 않습니다. '{0}'을(를) 대신 사용하세요.",
|
|
2317
|
+
enableWindowsBackgroundUpdates: "새로운 VS Code 버전을 Windows 백그라운드에 다운로드 및 설치하려면 사용하도록 설정",
|
|
2318
|
+
enableWindowsBackgroundUpdatesTitle: "Windows 백그라운드 업데이트를 사용하도록 설정",
|
|
2319
|
+
manual: "자동 백그라운드 업데이트 확인을 사용하지 않도록 설정합니다. 업데이트를 수동으로 확인하여 진행할 수 있습니다.",
|
|
2320
|
+
none: "업데이트를 사용하지 않도록 설정합니다.",
|
|
2321
|
+
showReleaseNotes: "업데이트 후 릴리스 노트를 표시합니다. 릴리스 노트는 Microsoft 온라인 서비스에서 가져옵니다.",
|
|
2322
|
+
start: "시작할 때만 업데이트를 확인합니다. 자동 백그라운드 업데이트 검사를 사용하지 않도록 설정합니다.",
|
|
2323
|
+
updateConfigurationTitle: "업데이트",
|
|
2324
|
+
updateMode: "자동 업데이트를 받을지 여부를 구성합니다. 변경 후 다시 시작해야 합니다. 업데이트는 Microsoft 온라인 서비스에서 가져옵니다."
|
|
2327
2325
|
},
|
|
2328
2326
|
"vs/platform/userDataProfile/common/userDataProfile": {
|
|
2329
2327
|
defaultProfile: "기본값"
|
|
@@ -2373,6 +2371,10 @@ var content = {
|
|
|
2373
2371
|
confirmLogin: "확장 '{0}'은(는) {1}을(를) 사용하여 로그인하려고 합니다.",
|
|
2374
2372
|
confirmRelogin: "'{0}' 확장은 {1}을(를) 사용하여 사용자가 다시 로그인하기를 원합니다.",
|
|
2375
2373
|
signedOut: "로그아웃했습니다."
|
|
2374
|
+
},
|
|
2375
|
+
"vs/workbench/api/browser/mainThreadChatProvider": {
|
|
2376
|
+
languageModels: "Language Model ({0})",
|
|
2377
|
+
languageModelsAccountId: "Language Models"
|
|
2376
2378
|
},
|
|
2377
2379
|
"vs/workbench/api/browser/mainThreadComments": {
|
|
2378
2380
|
commentsViewIcon: "주석 보기의 뷰 아이콘입니다."
|
|
@@ -2479,7 +2481,13 @@ var content = {
|
|
|
2479
2481
|
requirenonemptystring: "속성 '{0}'은(는) 필수이며 값이 비어 있지 않은 'string' 형식이어야 합니다.",
|
|
2480
2482
|
requirestring: "`{0}` 속성은 필수이며 `string` 형식이어야 함",
|
|
2481
2483
|
unknownViewType: "알 수 없는 보기 형식 '{0}'입니다.",
|
|
2484
|
+
"view container id": "ID",
|
|
2485
|
+
"view container location": "Where",
|
|
2486
|
+
"view container title": "Title",
|
|
2487
|
+
"view id": "ID",
|
|
2488
|
+
"view name title": "Name",
|
|
2482
2489
|
"viewcontainer requirearray": "뷰 컨테이너는 배열이어야 합니다.",
|
|
2490
|
+
views: "Views",
|
|
2483
2491
|
"views.container.activitybar": "뷰 컨테이너를 작업 막대에 기여",
|
|
2484
2492
|
"views.container.panel": "패널에 뷰 컨테이너 제공",
|
|
2485
2493
|
"views.contributed": "뷰를 적용된 뷰 컨테이너에 적용합니다.",
|
|
@@ -2488,6 +2496,7 @@ var content = {
|
|
|
2488
2496
|
"views.remote": "활동 표시줄에서 원격 컨테이너에 보기를 적용합니다. 이 컨테이너에 적용하려면 enableProposedApi를 켜야 합니다.",
|
|
2489
2497
|
"views.scm": "뷰를 작업 막대의 SCM 컨테이너에 적용합니다.",
|
|
2490
2498
|
"views.test": "뷰를 작업 막대의 테스트 컨테이너에 적용합니다.",
|
|
2499
|
+
viewsContainers: "View Containers",
|
|
2491
2500
|
"vscode.extension.contributes.view.contextualTitle": "보기가 원래 위치에서 이동된 경우 사람이 읽을 수 있는 컨텍스트입니다. 기본적으로 보기의 컨테이너 이름이 사용됩니다.",
|
|
2492
2501
|
"vscode.extension.contributes.view.group": "뷰렛의 중첩된 그룹",
|
|
2493
2502
|
"vscode.extension.contributes.view.icon": "보기 아이콘 경로입니다. 보기 아이콘은 보기 이름을 표시할 수 없을 때 표시됩니다. 모든 이미지 파일 형식을 사용할 수 있지만, SVG 형식의 아이콘을 사용하는 것이 좋습니다.",
|
|
@@ -2512,6 +2521,8 @@ var content = {
|
|
|
2512
2521
|
"vs/workbench/api/common/configurationExtensionPoint": {
|
|
2513
2522
|
"config.property.defaultConfiguration.warning": "'{0}'에 대한 구성 기본값을 등록할 수 없습니다. 기계 재정의 가능, 창, 자원 및 언어 재정의 가능 범위 설정에 대한 기본값만 지원됩니다.",
|
|
2514
2523
|
"config.property.duplicate": "'{0}'을(를) 등록할 수 없습니다. 이 속성은 이미 등록되어 있습니다.",
|
|
2524
|
+
"default": "Default",
|
|
2525
|
+
description: "Description",
|
|
2515
2526
|
"invalid.allOf": "'configuration.allOf'는 사용되지 않으며 더 이상 사용해서는 안됩니다. 대신 여러 구성 섹션을 배열로 'configuration' 기여 지점에 전달하세요.",
|
|
2516
2527
|
"invalid.properties": "'configuration.properties'는 개체여야 합니다.",
|
|
2517
2528
|
"invalid.property": "configuration.properties 속성 '{0}'은(는) 개체여야 합니다.",
|
|
@@ -2534,6 +2545,8 @@ var content = {
|
|
|
2534
2545
|
"scope.resource.description": "사용자, 원격, 작업 영역 또는 폴더 설정에서 구성할 수 있는 구성입니다.",
|
|
2535
2546
|
"scope.singlelineText.description": "값이 입력 상자에 표시됩니다.",
|
|
2536
2547
|
"scope.window.description": "사용자, 원격 또는 작업 영역 설정에서 구성할 수 있는 구성입니다.",
|
|
2548
|
+
"setting name": "ID",
|
|
2549
|
+
settings: "Settings",
|
|
2537
2550
|
unknownWorkspaceProperty: "알 수 없는 작업 영역 구성 속성",
|
|
2538
2551
|
"vscode.extension.contributes.configuration": "구성 설정을 적용합니다.",
|
|
2539
2552
|
"vscode.extension.contributes.configuration.order": "지정한 경우 다른 범주를 기준으로 이 범주의 설정 순서를 지정합니다.",
|
|
@@ -2554,6 +2567,10 @@ var content = {
|
|
|
2554
2567
|
},
|
|
2555
2568
|
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2556
2569
|
errorResponse: "공급자의 오류: {0}"
|
|
2570
|
+
},
|
|
2571
|
+
"vs/workbench/api/common/extHostChatProvider": {
|
|
2572
|
+
chatAccess: "To allow access to the language models provided by {0}",
|
|
2573
|
+
chatAccessWithJustification: "To allow access to the language models provided by {0}. Justification:\r\n\r\n{1}"
|
|
2557
2574
|
},
|
|
2558
2575
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2559
2576
|
limitHit: "{0}개의 추가 오류 및 경고를 표시하지 않습니다."
|
|
@@ -2599,12 +2616,15 @@ var content = {
|
|
|
2599
2616
|
"contributes.jsonValidation": "json 스키마 구성을 적용합니다.",
|
|
2600
2617
|
"contributes.jsonValidation.fileMatch": "일치하도록 연결할 파일 패턴 또는 패턴 배열(예: \"package.json\" 또는 \"*.launch\"). 제외 패턴은 '!' 기호로 시작합니다.",
|
|
2601
2618
|
"contributes.jsonValidation.url": "스키마 URL('http:', 'https:') 또는 확장 폴더에 대한 상대 경로('./')입니다.",
|
|
2619
|
+
fileMatch: "File Match",
|
|
2602
2620
|
"invalid.fileMatch": "'configuration.jsonValidation.fileMatch'는 문자열 또는 문자열의 배열로 정의되어야 합니다.",
|
|
2603
2621
|
"invalid.jsonValidation": "'configuration.jsonValidation'은 배열이어야 합니다.",
|
|
2604
2622
|
"invalid.path.1": "확장 폴더({2})에 포함할 'contributes.{0}.url'({1})이 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
|
|
2605
2623
|
"invalid.url": "'configuration.jsonValidation.url'은 URL 또는 상대 경로여야 합니다.",
|
|
2606
2624
|
"invalid.url.fileschema": "'configuration.jsonValidation.url'이 잘못된 상대 URL입니다. {0}",
|
|
2607
|
-
"invalid.url.schema": "확장에 위치한 스키마를 참조하기 위해 'configuration.jsonValidation.url'은 절대 URL이거나 './'로 시작해야 합니다."
|
|
2625
|
+
"invalid.url.schema": "확장에 위치한 스키마를 참조하기 위해 'configuration.jsonValidation.url'은 절대 URL이거나 './'로 시작해야 합니다.",
|
|
2626
|
+
jsonValidation: "JSON Validation",
|
|
2627
|
+
schema: "Schema"
|
|
2608
2628
|
},
|
|
2609
2629
|
"vs/workbench/browser/actions/layoutActions": {
|
|
2610
2630
|
active: "활성",
|
|
@@ -3449,8 +3469,8 @@ var content = {
|
|
|
3449
3469
|
alignPanelRight: "패널 맞춤을 오른쪽으로 설정",
|
|
3450
3470
|
alignPanelRightShort: "오른쪽",
|
|
3451
3471
|
closeIcon: "패널을 닫는 아이콘입니다.",
|
|
3452
|
-
closePanel: "
|
|
3453
|
-
closeSecondarySideBar: "
|
|
3472
|
+
closePanel: "Hide Panel",
|
|
3473
|
+
closeSecondarySideBar: "Hide Secondary Side Bar",
|
|
3454
3474
|
focusPanel: "패널로 포커스 이동",
|
|
3455
3475
|
hidePanel: "패널 숨기기",
|
|
3456
3476
|
maximizeIcon: "패널을 최대화하는 아이콘입니다.",
|
|
@@ -3598,6 +3618,9 @@ var content = {
|
|
|
3598
3618
|
shutdownError: "예기치 않은 오류가 발생하여 이 페이지를 다시 로드해야 합니다.",
|
|
3599
3619
|
shutdownErrorDetail: "실행하는 동안 워크벤치가 예기치 않게 삭제되었습니다.",
|
|
3600
3620
|
unableToOpenExternal: "브라우저가 새 탭 또는 창의 열기를 중단했습니다. 그래도 열려면 '열기'를 누르세요."
|
|
3621
|
+
},
|
|
3622
|
+
"vs/workbench/browser/workbench": {
|
|
3623
|
+
loaderErrorNative: "필요한 파일을 로드하지 못했습니다. 애플리케이션을 다시 시작하여 다시 시도하세요. 세부 정보: {0}"
|
|
3601
3624
|
},
|
|
3602
3625
|
"vs/workbench/browser/workbench.contribution": {
|
|
3603
3626
|
activeEditorLong: "`${activeEditorLong}`: 파일 전체 경로(예: /Users/Development/myFolder/myFileFolder/myFile.txt).",
|
|
@@ -3606,6 +3629,8 @@ var content = {
|
|
|
3606
3629
|
activeFolderLong: "`${activeFolderLong}`: 파일이 포함된 폴더 전체 경로(예: /Users/Development/myFolder/myFileFolder).",
|
|
3607
3630
|
activeFolderMedium: "`${activeFolderMedium}`: 파일이 포함된 관련된 작업 영역 폴더(예: myFolder/myFileFolder)에 포함된 폴더 경로.",
|
|
3608
3631
|
activeFolderShort: "'${activeFolderShort}: 파일이 포함된 폴더 이름(예: myFileFolder)입니다.",
|
|
3632
|
+
activeRepositoryBranchName: "`${activeRepositoryBranchName}`: the name of the active branch in the active repository (e.g. main).",
|
|
3633
|
+
activeRepositoryName: "`${activeRepositoryName}`: the name of the active repository (e.g. vscode).",
|
|
3609
3634
|
activityBarIconClickBehavior: "Workbench에서 작업 표시줄 아이콘을 클릭하는 동작을 제어합니다.",
|
|
3610
3635
|
activityBarLocation: "활동 표시줄의 위치를 제어합니다. 기본 사이드바의 '옆면' 또는 '상단' 또는 '숨기기'에 표시할 수 있습니다.",
|
|
3611
3636
|
appName: "`${appName}`: 예: VS Code.",
|
|
@@ -3846,9 +3871,9 @@ var content = {
|
|
|
3846
3871
|
inZenMode: "Zen 모드를 사용하도록 설정되어 있는지 여부",
|
|
3847
3872
|
isAuxiliaryEditorPart: "편집기 파트가 보조 창에 있습니다.",
|
|
3848
3873
|
isAuxiliaryWindowFocusedContext: "보조 창에 포커스가 있는지 여부",
|
|
3849
|
-
isCenteredLayout: "가운데 맞춤 레이아웃을 사용하도록 설정되어 있는지 여부",
|
|
3850
3874
|
isFileSystemResource: "파일 시스템 공급자에서 리소스를 지원하는지 여부",
|
|
3851
3875
|
isFullscreen: "주 창이 전체 화면 모드인지 여부",
|
|
3876
|
+
isMainEditorCenteredLayout: "Whether centered layout is enabled for the main editor",
|
|
3852
3877
|
mainEditorAreaVisible: "기본 창의 편집기 영역을 표시할지 여부",
|
|
3853
3878
|
multipleEditorGroups: "여러 개의 편집기 그룹이 열려 있는지 여부",
|
|
3854
3879
|
notificationCenterVisible: "알림 센터가 표시되는지 여부",
|
|
@@ -4016,6 +4041,7 @@ var content = {
|
|
|
4016
4041
|
tabActiveUnfocusedBorder: "포커스가 없는 그룹에서 활성 탭 맨 아래의 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
|
4017
4042
|
tabActiveUnfocusedBorderTop: "포커스가 없는 그룹에서 활성 탭 맨 위의 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
|
4018
4043
|
tabBorder: "탭을 서로 구분하기 위한 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
|
4044
|
+
tabDragAndDropBorder: "Border between tabs to indicate that a tab can be inserted between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.",
|
|
4019
4045
|
tabHoverBackground: "마우스 커서를 올려놓았을 때의 탭 배경색. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 편집기 그룹이 여러 개일 수 있습니다.",
|
|
4020
4046
|
tabHoverBorder: "마우스 커서를 올려놓았을 때 활성 탭의 테두리. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 편집기 그룹이 여러 개일 수 있습니다.",
|
|
4021
4047
|
tabHoverForeground: "마우스로 가리킬 때의 탭 전경색입니다. 탭은 편집기 영역의 편집기 컨테이너입니다. 하나의 편집기 그룹에서 여러 탭을 열 수 있습니다. 편집기 그룹이 여러 개 있을 수 있습니다.",
|
|
@@ -4048,33 +4074,114 @@ var content = {
|
|
|
4048
4074
|
"views log": "뷰"
|
|
4049
4075
|
},
|
|
4050
4076
|
"vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
|
|
4077
|
+
"accessibility.announcement.deprecationMessage": "This setting is deprecated. Use the `signals` settings instead.",
|
|
4051
4078
|
"accessibility.hideAccessibleView": "액세스 가능 보기를 숨길지 여부를 제어합니다.",
|
|
4079
|
+
"accessibility.signals.chatRequestSent": "Plays a signal when a chat request is made.",
|
|
4080
|
+
"accessibility.signals.chatRequestSent.announcement": "Indicates when a chat request is made.",
|
|
4081
|
+
"accessibility.signals.chatRequestSent.sound": "Plays a sound when a chat request is made.",
|
|
4082
|
+
"accessibility.signals.chatResponsePending": "Plays a signal on loop while the response is pending.",
|
|
4083
|
+
"accessibility.signals.chatResponsePending.announcement": "Alerts on loop while the response is pending.",
|
|
4084
|
+
"accessibility.signals.chatResponsePending.sound": "Plays a sound on loop while the response is pending.",
|
|
4085
|
+
"accessibility.signals.chatResponseReceived": "Indicates when the response has been received.",
|
|
4086
|
+
"accessibility.signals.chatResponseReceived.sound": "Plays a sound on loop while the response has been received.",
|
|
4087
|
+
"accessibility.signals.clear": "Plays a signal when a feature is cleared (for example, the terminal, Debug Console, or Output channel). When this is disabled, an ARIA alert will announce 'Cleared'.",
|
|
4088
|
+
"accessibility.signals.clear.announcement": "Indicates when a feature is cleared.",
|
|
4089
|
+
"accessibility.signals.clear.sound": "Plays a sound when a feature is cleared.",
|
|
4090
|
+
"accessibility.signals.debouncePositionChanges": "Whether or not position changes should be debounced",
|
|
4091
|
+
"accessibility.signals.diffLineDeleted": "Indicates when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4092
|
+
"accessibility.signals.diffLineDeleted.sound": "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4093
|
+
"accessibility.signals.diffLineInserted": "Indicates when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4094
|
+
"accessibility.signals.diffLineModified": "Indicates when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4095
|
+
"accessibility.signals.diffLineModified.sound": "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4096
|
+
"accessibility.signals.format": "Plays a signal when a file or notebook is formatted.",
|
|
4097
|
+
"accessibility.signals.format.always": "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4098
|
+
"accessibility.signals.format.announcement": "Indicates when a file or notebook is formatted.",
|
|
4099
|
+
"accessibility.signals.format.announcement.always": "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4100
|
+
"accessibility.signals.format.announcement.never": "Never announces.",
|
|
4101
|
+
"accessibility.signals.format.announcement.userGesture": "Announceswhen a user explicitly formats a file.",
|
|
4102
|
+
"accessibility.signals.format.never": "Never plays the audio cue.",
|
|
4103
|
+
"accessibility.signals.format.sound": "Plays a sound when a file or notebook is formatted.",
|
|
4104
|
+
"accessibility.signals.format.userGesture": "Plays the audio cue when a user explicitly formats a file.",
|
|
4105
|
+
"accessibility.signals.lineHasBreakpoint": "Plays a signal when the active line has a breakpoint.",
|
|
4106
|
+
"accessibility.signals.lineHasBreakpoint.announcement": "Indicates when the active line has a breakpoint.",
|
|
4107
|
+
"accessibility.signals.lineHasBreakpoint.sound": "Plays a sound when the active line has a breakpoint.",
|
|
4108
|
+
"accessibility.signals.lineHasError": "Indicates when the active line has an error.",
|
|
4109
|
+
"accessibility.signals.lineHasError.announcement": "Indicates when the active line has an error.",
|
|
4110
|
+
"accessibility.signals.lineHasError.sound": "Plays a sound when the active line has an error.",
|
|
4111
|
+
"accessibility.signals.lineHasFoldedArea": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4112
|
+
"accessibility.signals.lineHasFoldedArea.announcement": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4113
|
+
"accessibility.signals.lineHasFoldedArea.sound": "Plays a sound when the active line has a folded area that can be unfolded.",
|
|
4114
|
+
"accessibility.signals.lineHasInlineSuggestion": "Indicates when the active line has an inline suggestion.",
|
|
4115
|
+
"accessibility.signals.lineHasInlineSuggestion.sound": "Plays a sound when the active line has an inline suggestion.",
|
|
4116
|
+
"accessibility.signals.lineHasWarning": "Plays a signal when the active line has a warning.",
|
|
4117
|
+
"accessibility.signals.lineHasWarning.announcement": "Indicates when the active line has a warning.",
|
|
4118
|
+
"accessibility.signals.lineHasWarning.sound": "Plays a sound when the active line has a warning.",
|
|
4119
|
+
"accessibility.signals.noInlayHints": "Plays a signal when trying to read a line with inlay hints that has no inlay hints.",
|
|
4120
|
+
"accessibility.signals.noInlayHints.announcement": "Indicates when trying to read a line with inlay hints that has no inlay hints.",
|
|
4121
|
+
"accessibility.signals.noInlayHints.sound": "Plays a sound when trying to read a line with inlay hints that has no inlay hints.",
|
|
4122
|
+
"accessibility.signals.notebookCellCompleted": "Plays a signal when a notebook cell execution is successfully completed.",
|
|
4123
|
+
"accessibility.signals.notebookCellCompleted.announcement": "Indicates when a notebook cell execution is successfully completed.",
|
|
4124
|
+
"accessibility.signals.notebookCellCompleted.sound": "Plays a sound when a notebook cell execution is successfully completed.",
|
|
4125
|
+
"accessibility.signals.notebookCellFailed": "Plays a signal when a notebook cell execution fails.",
|
|
4126
|
+
"accessibility.signals.notebookCellFailed.announcement": "Indicates when a notebook cell execution fails.",
|
|
4127
|
+
"accessibility.signals.notebookCellFailed.sound": "Plays a sound when a notebook cell execution fails.",
|
|
4128
|
+
"accessibility.signals.onDebugBreak": "Plays a signal when the debugger stopped on a breakpoint.",
|
|
4129
|
+
"accessibility.signals.onDebugBreak.announcement": "Indicates when the debugger stopped on a breakpoint.",
|
|
4130
|
+
"accessibility.signals.onDebugBreak.sound": "Plays a sound when the debugger stopped on a breakpoint.",
|
|
4131
|
+
"accessibility.signals.save": "Plays a signal when a file is saved.",
|
|
4132
|
+
"accessibility.signals.save.announcement": "Indicates when a file is saved.",
|
|
4133
|
+
"accessibility.signals.save.announcement.always": "Announces whenever a file is saved, including auto save.",
|
|
4134
|
+
"accessibility.signals.save.announcement.never": "Never plays the audio cue.",
|
|
4135
|
+
"accessibility.signals.save.announcement.userGesture": "Announces when a user explicitly saves a file.",
|
|
4136
|
+
"accessibility.signals.save.sound": "Plays a sound when a file is saved.",
|
|
4137
|
+
"accessibility.signals.save.sound.always": "Plays the audio cue whenever a file is saved, including auto save.",
|
|
4138
|
+
"accessibility.signals.save.sound.never": "Never plays the audio cue.",
|
|
4139
|
+
"accessibility.signals.save.sound.userGesture": "Plays the audio cue when a user explicitly saves a file.",
|
|
4140
|
+
"accessibility.signals.sound": "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4141
|
+
"accessibility.signals.sounds.volume": "The volume of the sounds in percent (0-100).",
|
|
4142
|
+
"accessibility.signals.taskCompleted": "Plays a signal when a task is completed.",
|
|
4143
|
+
"accessibility.signals.taskCompleted.announcement": "Indicates when a task is completed.",
|
|
4144
|
+
"accessibility.signals.taskCompleted.sound": "Plays a sound when a task is completed.",
|
|
4145
|
+
"accessibility.signals.taskFailed": "Plays a signal when a task fails (non-zero exit code).",
|
|
4146
|
+
"accessibility.signals.taskFailed.announcement": "Indicates when a task fails (non-zero exit code).",
|
|
4147
|
+
"accessibility.signals.taskFailed.sound": "Plays a sound when a task fails (non-zero exit code).",
|
|
4148
|
+
"accessibility.signals.terminalBell": "Plays a signal when the terminal bell is ringing.",
|
|
4149
|
+
"accessibility.signals.terminalBell.announcement": "Indicates when the terminal bell is ringing.",
|
|
4150
|
+
"accessibility.signals.terminalBell.sound": "Plays a sound when the terminal bell is ringing.",
|
|
4151
|
+
"accessibility.signals.terminalCommandFailed": "Plays a signal when a terminal command fails (non-zero exit code).",
|
|
4152
|
+
"accessibility.signals.terminalCommandFailed.announcement": "Indicates when a terminal command fails (non-zero exit code).",
|
|
4153
|
+
"accessibility.signals.terminalCommandFailed.sound": "Plays a sound when a terminal command fails (non-zero exit code).",
|
|
4154
|
+
"accessibility.signals.terminalQuickFix": "Plays a signal when terminal Quick Fixes are available.",
|
|
4155
|
+
"accessibility.signals.terminalQuickFix.announcement": "Indicates when terminal Quick Fixes are available.",
|
|
4156
|
+
"accessibility.signals.terminalQuickFix.sound": "Plays a sound when terminal Quick Fixes are available.",
|
|
4052
4157
|
accessibilityConfigurationTitle: "접근성",
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4056
|
-
"
|
|
4057
|
-
"
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
4060
|
-
"
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4063
|
-
"
|
|
4064
|
-
"
|
|
4065
|
-
"
|
|
4066
|
-
"
|
|
4067
|
-
"
|
|
4068
|
-
"
|
|
4069
|
-
"
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4075
|
-
"
|
|
4076
|
-
"
|
|
4077
|
-
"
|
|
4158
|
+
"announcement.breakpoint": "Indicates when the debugger breaks. Also see {0}.",
|
|
4159
|
+
"announcement.chatRequestSent": "Indicates when a chat request is sent. Also see {0}.",
|
|
4160
|
+
"announcement.chatResponsePending": "Indicates when a chat response is pending. Also see {0}.",
|
|
4161
|
+
"announcement.clear": "Indicates when a feature is cleared (for example, the terminal, Debug Console, or Output channel). Also see {0}.",
|
|
4162
|
+
"announcement.enabled.auto": "Enable announcement, will only play when in screen reader optimized mode.",
|
|
4163
|
+
"announcement.enabled.off": "Disable announcement.",
|
|
4164
|
+
"announcement.error": "Indicates when the active line has an error. Also see {0}.",
|
|
4165
|
+
"announcement.foldedArea": "Indicates when the active line has a folded area that can be unfolded. Also see {0}.",
|
|
4166
|
+
"announcement.format": "Indicates when a file or notebook cell is formatted. Also see {0}.",
|
|
4167
|
+
"announcement.format.always": "Indicates whenever is a file is formatted, including auto save, on cell execution, and more.",
|
|
4168
|
+
"announcement.format.never": "Never alerts.",
|
|
4169
|
+
"announcement.format.userGesture": "Indicates when a file is formatted via user gesture.",
|
|
4170
|
+
"announcement.lineHasBreakpoint": "Indicates when on a line with a breakpoint. Also see {0}.",
|
|
4171
|
+
"announcement.noInlayHints": "Indicates when there are no inlay hints. Also see {0}.",
|
|
4172
|
+
"announcement.notebookCellCompleted": "Indicates when a notebook cell completes successfully. Also see {0}.",
|
|
4173
|
+
"announcement.notebookCellFailed": "Indicates when a notebook cell fails. Also see {0}.",
|
|
4174
|
+
"announcement.onDebugBreak": "Indicates when the debugger breaks. Also see {0}.",
|
|
4175
|
+
"announcement.save": "Indicates when a file is saved. Also see {0}.",
|
|
4176
|
+
"announcement.save.always": "Indicates whenever is a file is saved, including auto save.",
|
|
4177
|
+
"announcement.save.never": "Never alerts.",
|
|
4178
|
+
"announcement.save.userGesture": "Indicates when a file is saved via user gesture.",
|
|
4179
|
+
"announcement.taskCompleted": "Indicates when a task completes successfully (zero exit code). Also see {0}.",
|
|
4180
|
+
"announcement.taskFailed": "Indicates when a task fails (non-zero exit code). Also see {0}.",
|
|
4181
|
+
"announcement.terminalBell": "Indicates when the terminal bell is activated.",
|
|
4182
|
+
"announcement.terminalCommandFailed": "Indicates when a terminal command fails (non-zero exit code). Also see {0}.",
|
|
4183
|
+
"announcement.terminalQuickFix": "Indicates when there is an available terminal quick fix. Also see {0}.",
|
|
4184
|
+
"announcement.warning": "Indicates when the active line has a warning. Also see {0}.",
|
|
4078
4185
|
dimUnfocusedEnabled: "포커스가 없는 편집기와 터미널을 흐리게 처리하여 입력한 입력이 어디로 이동하는지 더 명확하게 표시할지 여부입니다. 이 기능은 노트북이나 확장 웹뷰 편집기처럼 iframe을 사용하는 편집기를 제외한 대부분의 편집기에서 작동합니다.",
|
|
4079
4186
|
dimUnfocusedOpacity: "포커스가 없는 편집기와 터미널에 사용할 불투명도 비율(0.2~1.0)입니다. 이는 {0}이(가) 활성화된 경우에만 적용됩니다.",
|
|
4080
4187
|
"terminal.integrated.accessibleView.closeOnKeyPress": "키를 누르면 접근성 보기를 닫고 호출된 요소에 포커스를 둡니다.",
|
|
@@ -4219,13 +4326,8 @@ var content = {
|
|
|
4219
4326
|
cancel: "취소",
|
|
4220
4327
|
"conflict.1": "'{0}'이(가) 변경되어 리팩터링을 적용할 수 없습니다.",
|
|
4221
4328
|
"conflict.N": "{0}개의 다른 파일이 변경되었으므로 리팩터링을 적용할 수 없습니다.",
|
|
4222
|
-
create: "만들기",
|
|
4223
|
-
"edt.title.1": "{0}(리팩터링 미리 보기)",
|
|
4224
|
-
"edt.title.2": "{0}({1}, 리팩터링 미리 보기)",
|
|
4225
|
-
"edt.title.del": "{0}(삭제, 리팩터링 미리 보기)",
|
|
4226
4329
|
"empty.msg": "이름 바꾸기와 같은 코드 작업을 호출하여 변경 내용의 미리 보기를 여기에서 확인합니다.",
|
|
4227
|
-
ok: "적용"
|
|
4228
|
-
rename: "이름 바꾸기"
|
|
4330
|
+
ok: "적용"
|
|
4229
4331
|
},
|
|
4230
4332
|
"vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": {
|
|
4231
4333
|
"default": "기타"
|
|
@@ -4276,12 +4378,12 @@ var content = {
|
|
|
4276
4378
|
},
|
|
4277
4379
|
"vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
|
|
4278
4380
|
"chat.announcement": "채팅 응답이 들어오면 알림이 표시됩니다. 응답은 코드 블록 수를 나타내고(있는 경우) 그 뒤에 나머지 응답을 나타냅니다.",
|
|
4279
|
-
"chat.audioCues": "오디오 큐는 audioCues.chat 접두사가 있는 설정을 통해 변경할 수 있습니다. 기본적으로 요청이 5초 이상 걸리면 진행이 계속되고 있음을 나타내는 오디오 큐가 들립니다.",
|
|
4280
4381
|
"chat.followUp": "입력 상자에서 제안된 후속 질문(Shift+Tab)으로 이동하고 Enter 키를 눌러 실행합니다.",
|
|
4281
4382
|
"chat.inspectResponse": "입력 상자에서 액세스 가능한 보기 {0}에서 마지막 응답을 검사합니다.",
|
|
4282
4383
|
"chat.inspectResponseNoKb": "입력 상자에 초점을 맞춘 상태에서 현재 키 바인딩으로 트리거할 수 없는 Open Accessible View 명령을 통해 액세스 가능한 보기에서 마지막 응답을 검사합니다.",
|
|
4283
4384
|
"chat.overview": "채팅 보기는 입력 상자와 요청/응답 목록으로 구성됩니다. 입력 상자는 요청을 하는 데 사용되며 목록은 응답을 표시하는 데 사용됩니다.",
|
|
4284
4385
|
"chat.requestHistory": "입력 상자에서 위쪽 및 아래쪽 화살표를 사용하여 요청 기록을 탐색합니다. 입력을 편집하고 Enter 키 또는 제출 단추를 사용하여 새 요청을 실행합니다.",
|
|
4386
|
+
"chat.signals": "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring.",
|
|
4285
4387
|
"inlineChat.access": "코드 작업을 통해 활성화하거나 인라인 채팅: 인라인 채팅 시작({0}) 명령을 직접 사용하여 활성화할 수 있습니다.",
|
|
4286
4388
|
"inlineChat.contextActions": "바로 가기 메뉴 작업은 /를 접두사로 하는 요청을 실행할 수 있습니다. /를 입력하여 이러한 미리 준비된 명령을 검색합니다.",
|
|
4287
4389
|
"inlineChat.diff": "diff 편집기에서 ({0})를 사용하여 검토 모드를 시작합니다. 위쪽 및 아래쪽 화살표를 사용하여 제안된 변경 내용이 있는 선을 탐색합니다.",
|
|
@@ -4316,6 +4418,9 @@ var content = {
|
|
|
4316
4418
|
"interactiveSession.history.pick": "채팅으로 전환",
|
|
4317
4419
|
"interactiveSession.open": "편집기 열기({0})",
|
|
4318
4420
|
openChat: "채팅 열기"
|
|
4421
|
+
},
|
|
4422
|
+
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
|
|
4423
|
+
"chat.newChat.label": "New Chat"
|
|
4319
4424
|
},
|
|
4320
4425
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4321
4426
|
"interactive.copyCodeBlock.label": "복사",
|
|
@@ -4368,13 +4473,13 @@ var content = {
|
|
|
4368
4473
|
},
|
|
4369
4474
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4370
4475
|
chat: "채팅",
|
|
4476
|
+
clear: "Start a new chat",
|
|
4371
4477
|
"interactiveSession.editor.fontFamily": "채팅 코드 블록에서 글꼴 모음을 제어합니다.",
|
|
4372
4478
|
"interactiveSession.editor.fontSize": "채팅 코드 블록의 글꼴 크기를 픽셀 단위로 제어합니다.",
|
|
4373
4479
|
"interactiveSession.editor.fontWeight": "채팅 코드 블록의 글꼴 두께를 제어합니다.",
|
|
4374
4480
|
"interactiveSession.editor.lineHeight": "채팅 코드 블록의 줄 높이를 픽셀 단위로 제어합니다. 0을 사용하여 글꼴 크기에서 선 높이를 계산합니다.",
|
|
4375
4481
|
"interactiveSession.editor.wordWrap": "라인이 채팅 코드 블록에서 래핑되어야 하는지 여부를 제어합니다.",
|
|
4376
|
-
interactiveSessionConfigurationTitle: "채팅"
|
|
4377
|
-
newChat: "새 채팅 시작"
|
|
4482
|
+
interactiveSessionConfigurationTitle: "채팅"
|
|
4378
4483
|
},
|
|
4379
4484
|
"vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
|
|
4380
4485
|
"chat.viewContainer.label": "채팅",
|
|
@@ -4398,8 +4503,7 @@ var content = {
|
|
|
4398
4503
|
},
|
|
4399
4504
|
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4400
4505
|
chat: "채팅",
|
|
4401
|
-
|
|
4402
|
-
commandFollowUpInfoMany: "명령: {0}",
|
|
4506
|
+
commandButtonDisabled: "Button not available in restored chat",
|
|
4403
4507
|
multiCodeBlock: "{0} {1} 코드 블록",
|
|
4404
4508
|
multiCodeBlockHint: "{0} {1} 코드 블록: {2}",
|
|
4405
4509
|
multiFileTreeHint: "{0} 파일 트리",
|
|
@@ -4435,6 +4539,7 @@ var content = {
|
|
|
4435
4539
|
"vs/workbench/contrib/chat/common/chatColors": {
|
|
4436
4540
|
"chat.avatarBackground": "채팅 아바타의 배경색입니다.",
|
|
4437
4541
|
"chat.avatarForeground": "채팅 아바타의 전경색입니다.",
|
|
4542
|
+
"chat.requestBackground": "The background color of a chat request.",
|
|
4438
4543
|
"chat.requestBorder": "채팅 요청의 테두리 색상입니다.",
|
|
4439
4544
|
"chat.slashCommandBackground": "채팅 슬래시 명령의 배경색입니다.",
|
|
4440
4545
|
"chat.slashCommandForeground": "채팅 슬래시 명령의 전경색입니다."
|
|
@@ -4465,6 +4570,11 @@ var content = {
|
|
|
4465
4570
|
neverSaveBoolean: "저장 시 코드 동작을 트리거하지 않습니다. 이 값은 \"never\"에 대해 사용되지 않습니다."
|
|
4466
4571
|
},
|
|
4467
4572
|
"vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": {
|
|
4573
|
+
"codeActions.description": "Description",
|
|
4574
|
+
"codeActions.kind": "Kind",
|
|
4575
|
+
"codeActions.languages": "Languages",
|
|
4576
|
+
"codeActions.title": "Title",
|
|
4577
|
+
codeactions: "Code Actions",
|
|
4468
4578
|
"contributes.codeActions": "리소스에 사용할 편집기를 구성합니다.",
|
|
4469
4579
|
"contributes.codeActions.description": "코드 작업이 수행하는 작업에 대한 설명입니다.",
|
|
4470
4580
|
"contributes.codeActions.kind": "기여한 코드 작업의 'CodeActionKind'입니다.",
|
|
@@ -4487,7 +4597,7 @@ var content = {
|
|
|
4487
4597
|
hintWhitespace: "공백 차이 표시",
|
|
4488
4598
|
msg1: "diff 편집기에 있습니다.",
|
|
4489
4599
|
msg2: "화면 읽기 프로그램에 최적화된 diff 검토 모드에서 다음({0}) 또는 이전({1}) diff를 봅니다.",
|
|
4490
|
-
msg3: "
|
|
4600
|
+
msg3: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
|
|
4491
4601
|
removeTimeout: "제한 제거"
|
|
4492
4602
|
},
|
|
4493
4603
|
"vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
|
|
@@ -4671,6 +4781,23 @@ var content = {
|
|
|
4671
4781
|
"vs/workbench/contrib/comments/browser/commentReply": {
|
|
4672
4782
|
newComment: "새로운 댓글 입력",
|
|
4673
4783
|
reply: "회신..."
|
|
4784
|
+
},
|
|
4785
|
+
"vs/workbench/contrib/comments/browser/comments.contribution": {
|
|
4786
|
+
collapseAll: "모두 축소",
|
|
4787
|
+
collapseOnResolve: "스레드가 확인될 때 주석 스레드를 축소할지 여부를 제어합니다.",
|
|
4788
|
+
"comments.maxHeight": "주석 위젯이 스크롤되거나 확장되는지 여부를 제어합니다.",
|
|
4789
|
+
"comments.openPanel.deprecated": "이 설정은 'comments.openView'를 위해 사용되지 않습니다.",
|
|
4790
|
+
"comments.openView": "주석 뷰를 열어야 하는 시기를 제어합니다.",
|
|
4791
|
+
"comments.openView.file": "메모가 있는 파일이 활성 상태이면 메모 보기가 열립니다.",
|
|
4792
|
+
"comments.openView.firstFile": "이 세션 중에 메모 보기가 아직 열리지 않은 경우 메모가 있는 파일이 활성 상태인 세션 중에 처음으로 열립니다.",
|
|
4793
|
+
"comments.openView.firstFileUnresolved": "이 세션 중에 주석 보기가 아직 열리지 않았고 주석이 해결되지 않은 경우 주석이 있는 파일이 활성 상태인 세션 중에 처음으로 열립니다.",
|
|
4794
|
+
"comments.openView.never": "주석 보기는 열리지 않습니다.",
|
|
4795
|
+
"comments.visible": "댓글 범위 및 댓글이 있는 편집기에서 댓글 표시줄 및 댓글 스레드의 표시 여부를 제어합니다. 댓글은 여전히 댓글 보기를 통해 액세스할 수 있으며 \"댓글: 편집기 댓글 달기 전환\" 명령을 실행하여 댓글을 토글하는 것과 같은 방식으로 댓글이 켜집니다.",
|
|
4796
|
+
commentsConfigurationTitle: "주석",
|
|
4797
|
+
expandAll: "모두 확장",
|
|
4798
|
+
openComments: "주석 패널을 열어야 하는 경우를 제어합니다.",
|
|
4799
|
+
totalUnresolvedComments: "확인되지 않은 주석 {0}개",
|
|
4800
|
+
useRelativeTime: "상대 시간이 메모 타임스탬프(예: '1일 전')에 사용될지 여부를 결정합니다."
|
|
4674
4801
|
},
|
|
4675
4802
|
"vs/workbench/contrib/comments/browser/commentsAccessibility": {
|
|
4676
4803
|
addComment: "- 주석 추가({0})",
|
|
@@ -4698,6 +4825,16 @@ var content = {
|
|
|
4698
4825
|
hasCommentRangesKb: "편집기에 주석 범위가 있는 경우 접근성 도움말 열기({0}) 명령을 실행하여 자세한 내용을 확인하세요.",
|
|
4699
4826
|
hasCommentRangesNoKb: "편집기에 주석 범위가 있습니다. 자세한 내용은 Open Accessibility Help 명령을 실행하세요. 이는 현재 키 바인딩을 통해 트리거할 수 없습니다.",
|
|
4700
4827
|
pickCommentService: "주석 공급자 선택"
|
|
4828
|
+
},
|
|
4829
|
+
"vs/workbench/contrib/comments/browser/commentsEditorContribution": {
|
|
4830
|
+
"comments.addCommand": "현재 선택 영역에 메모 추가",
|
|
4831
|
+
"comments.addCommand.error": "주석을 추가하려면 커서가 주석 범위 내에 있어야 합니다.",
|
|
4832
|
+
"comments.collapseAll": "모든 메모 축소",
|
|
4833
|
+
"comments.expandAll": "모든 메모 확장",
|
|
4834
|
+
"comments.expandUnresolved": "확인되지 않은 주석 확장",
|
|
4835
|
+
"comments.nextCommentingRange": "다음 주석 범위로 이동",
|
|
4836
|
+
"comments.previousCommentingRange": "이전 주석 범위로 이동",
|
|
4837
|
+
"comments.toggleCommenting": "편집기 주석 달기 설정/해제"
|
|
4701
4838
|
},
|
|
4702
4839
|
"vs/workbench/contrib/comments/browser/commentsModel": {
|
|
4703
4840
|
noComments: "이 작업 영역에는 아직 주석이 없습니다."
|
|
@@ -4715,8 +4852,8 @@ var content = {
|
|
|
4715
4852
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
4716
4853
|
"comments.filter.ariaLabel": "주석 필터링",
|
|
4717
4854
|
"comments.filter.placeholder": "필터(예: 텍스트, 작성자)",
|
|
4718
|
-
resourceWithCommentLabel: "{
|
|
4719
|
-
resourceWithCommentLabelFile: "{
|
|
4855
|
+
resourceWithCommentLabel: "${0} at line {1} column {2} in {3}, source: {4}",
|
|
4856
|
+
resourceWithCommentLabelFile: "${0} in {1}, source: {2}",
|
|
4720
4857
|
resourceWithCommentThreadsLabel: "{0}에 있는 주석, 전체 경로 {1}",
|
|
4721
4858
|
rootCommentsLabel: "현재 작업 영역에 대한 주석",
|
|
4722
4859
|
"showing filtered results": "{0}/{1}개 표시"
|
|
@@ -4780,7 +4917,11 @@ var content = {
|
|
|
4780
4917
|
"contributes.priority.option": "이 편집기는 사용자가 리소스를 열 때 자동으로 사용되지 않지만, 사용자가 '다음으로 다시 열기' 명령을 사용하여 이 편집기로 전환할 수 있습니다.",
|
|
4781
4918
|
"contributes.selector": "사용자 지정 편집기가 사용되는 glob 집합입니다.",
|
|
4782
4919
|
"contributes.selector.filenamePattern": "사용자 지정 편집기가 사용되는 glob입니다.",
|
|
4783
|
-
"contributes.viewType": "사용자 지정 편집기의 식별자입니다. 이 식별자는 모든 사용자 지정 편집기에서 고유해야 하므로 `viewType`의 일부로 확장 ID를 포함하는 것이 좋습니다. `viewType`은 `vscode.registerCustomEditorProvider`를 사용하여 사용자 지정 편집기를 등록할 때와 `onCustomEditor:${id}` [활성화 이벤트](https://code.visualstudio.com/api/references/activation-events)에서 사용됩니다."
|
|
4920
|
+
"contributes.viewType": "사용자 지정 편집기의 식별자입니다. 이 식별자는 모든 사용자 지정 편집기에서 고유해야 하므로 `viewType`의 일부로 확장 ID를 포함하는 것이 좋습니다. `viewType`은 `vscode.registerCustomEditorProvider`를 사용하여 사용자 지정 편집기를 등록할 때와 `onCustomEditor:${id}` [활성화 이벤트](https://code.visualstudio.com/api/references/activation-events)에서 사용됩니다.",
|
|
4921
|
+
customEditors: "Custom Editors",
|
|
4922
|
+
"customEditors filenamePattern": "Filename Pattern",
|
|
4923
|
+
"customEditors priority": "Priority",
|
|
4924
|
+
"customEditors view type": "View Type"
|
|
4784
4925
|
},
|
|
4785
4926
|
"vs/workbench/contrib/debug/browser/baseDebugView": {
|
|
4786
4927
|
"debug.lazyButton.tooltip": "확장하려면 클릭"
|
|
@@ -4843,6 +4984,7 @@ var content = {
|
|
|
4843
4984
|
editBreakpoint: "함수 조건 편집...",
|
|
4844
4985
|
editCondition: "조건 편집...",
|
|
4845
4986
|
editHitCount: "적중 횟수 편집...",
|
|
4987
|
+
editMode: "Edit Mode...",
|
|
4846
4988
|
enableAllBreakpoints: "모든 중단점 설정",
|
|
4847
4989
|
exceptionBreakpointAriaLabel: "예외 중단점 조건 입력",
|
|
4848
4990
|
exceptionBreakpointPlaceholder: "식이 true로 계산될 경우 중단합니다.",
|
|
@@ -4871,6 +5013,7 @@ var content = {
|
|
|
4871
5013
|
reapplyAllBreakpoints: "모든 중단점 다시 적용",
|
|
4872
5014
|
removeAllBreakpoints: "모든 중단점 제거",
|
|
4873
5015
|
removeBreakpoint: "중단점 제거",
|
|
5016
|
+
selectBreakpointMode: "Select Breakpoint Mode",
|
|
4874
5017
|
triggeredBy: "중단점 다음에 적중: {0}",
|
|
4875
5018
|
unverifiedBreakpoint: "확인되지 않은 중단점",
|
|
4876
5019
|
unverifiedExceptionBreakpoint: "확인되지 않은 예외 중단점",
|
|
@@ -4878,6 +5021,7 @@ var content = {
|
|
|
4878
5021
|
write: "쓰기"
|
|
4879
5022
|
},
|
|
4880
5023
|
"vs/workbench/contrib/debug/browser/breakpointWidget": {
|
|
5024
|
+
bpMode: "Mode",
|
|
4881
5025
|
breakpointType: "중단점 형식",
|
|
4882
5026
|
breakpointWidgetExpressionPlaceholder: "식이 true로 계산될 경우 중단합니다. 수락하려면 '{0}'을(를) 누르고 취소하려면 '{1}'을(를) 누르세요.",
|
|
4883
5027
|
breakpointWidgetHitCountPlaceholder: "적중 횟수 조건이 충족될 경우 중단합니다. 수락하려면 '{0}'을(를) 누르고 취소하려면 '{1}'을(를) 누르세요.",
|
|
@@ -4992,6 +5136,7 @@ var content = {
|
|
|
4992
5136
|
restartFrame: "프레임 다시 시작",
|
|
4993
5137
|
run: "실행 또는 디버그...",
|
|
4994
5138
|
"run and debug": "실행 및 디버그",
|
|
5139
|
+
runMenu: "Run",
|
|
4995
5140
|
setValue: "값 설정",
|
|
4996
5141
|
showBreakpointsInOverviewRuler: "중단점을 개요 눈금자에 표시할지 여부를 제어합니다.",
|
|
4997
5142
|
showErrors: "문제 보기를 표시하고 디버깅을 시작하지 않습니다.",
|
|
@@ -5280,6 +5425,7 @@ var content = {
|
|
|
5280
5425
|
followLink: "링크 따라가기"
|
|
5281
5426
|
},
|
|
5282
5427
|
"vs/workbench/contrib/debug/browser/loadedScriptsView": {
|
|
5428
|
+
collapse: "Collapse All",
|
|
5283
5429
|
loadedScriptsAriaLabel: "로드된 스크립트 디버그",
|
|
5284
5430
|
loadedScriptsFolderAriaLabel: "폴더 {0}, 로드된 스크립트, 디버그",
|
|
5285
5431
|
loadedScriptsRootFolderAriaLabel: "작업 영역 폴더 {0}, 로드된 스크립트, 디버그",
|
|
@@ -5326,6 +5472,7 @@ var content = {
|
|
|
5326
5472
|
cancel: "취소",
|
|
5327
5473
|
collapse: "모두 축소",
|
|
5328
5474
|
install: "설치",
|
|
5475
|
+
removeVisualizer: "Remove Visualizer",
|
|
5329
5476
|
useVisualizer: "변수 시각화...",
|
|
5330
5477
|
variableAriaLabel: "{0}, 값 {1}",
|
|
5331
5478
|
variableScopeAriaLabel: "{0} 범위",
|
|
@@ -5361,6 +5508,7 @@ var content = {
|
|
|
5361
5508
|
breakWhenValueChangesSupported: "포커스가 있는 세션이 값 변경 시 중단을 지원하는 경우 true입니다.",
|
|
5362
5509
|
breakWhenValueIsAccessedSupported: "포커스가 있는 중단점에서 값이 액세스되면 중단을 지원하면 true입니다.",
|
|
5363
5510
|
breakWhenValueIsReadSupported: "포커스가 있는 중단점에서 값을 읽으면 중단을 지원하면 true입니다.",
|
|
5511
|
+
breakpointHasModes: "Whether the breakpoint has multiple modes it can switch to.",
|
|
5364
5512
|
breakpointInputFocused: "입력 상자가 BREAKPOINTS 뷰에 포커스를 두는 경우 true입니다.",
|
|
5365
5513
|
breakpointItemType: "BREAKPOINTS 뷰에서 포커스가 있는 요소의 항목 종류를 나타냅니다. 예: 'breakpoint', 'exceptionBreakppint', 'functionBreakpoint', 'dataBreakpoint'",
|
|
5366
5514
|
breakpointSupportsCondition: "포커스가 있는 중단점이 조건을 지원하는 경우 true입니다.",
|
|
@@ -5407,7 +5555,9 @@ var content = {
|
|
|
5407
5555
|
suspendDebuggeeSupported: "포커스가 있는 세션에서 디버기 일시 중단 기능을 지원하는 경우 True입니다.",
|
|
5408
5556
|
terminateDebuggeeSupported: "포커스가 있는 세션에서 디버기 종료 기능을 지원하는 경우 True입니다.",
|
|
5409
5557
|
variableEvaluateNamePresent: "포커스가 있는 변수에 'evalauteName' 필드 집합이 있는 경우 true입니다.",
|
|
5558
|
+
variableExtensionId: "Extension ID of the variable source, present for debug visualization clauses.",
|
|
5410
5559
|
variableIsReadonly: "포커스가 있는 변수가 읽기 전용이면 True입니다.",
|
|
5560
|
+
variableLanguage: "Language of the variable source, present for debug visualization clauses.",
|
|
5411
5561
|
variableName: "디버그 시각화 절에 있는 변수의 이름입니다.",
|
|
5412
5562
|
variableType: "디버그 시각화 절에 있는 변수의 형식입니다.",
|
|
5413
5563
|
variableValue: "디버그 시각화 절에 있는 변수의 값입니다.",
|
|
@@ -5458,6 +5608,9 @@ var content = {
|
|
|
5458
5608
|
"app.launch.json.title": "시작",
|
|
5459
5609
|
"app.launch.json.version": "이 파일 형식의 버전입니다.",
|
|
5460
5610
|
compoundPrelaunchTask: "복합 구성이 시작되기 전에 실행할 작업입니다.",
|
|
5611
|
+
"debugger name": "Name",
|
|
5612
|
+
"debugger type": "Type",
|
|
5613
|
+
debuggers: "Debuggers",
|
|
5461
5614
|
presentation: "디버그 구성 드롭다운 및 명령 팔레트에서 이 구성을 표시하는 방법에 대한 프레젠테이션 옵션입니다.",
|
|
5462
5615
|
"presentation.group": "이 구성이 속한 그룹입니다. 구성 드롭다운 및 명령 팔레트에서 그룹화 및 정렬에 사용됩니다.",
|
|
5463
5616
|
"presentation.hidden": "구성 드롭다운 및 명령 팔레트에 이 구성을 표시할지 여부를 제어합니다.",
|
|
@@ -5502,6 +5655,99 @@ var content = {
|
|
|
5502
5655
|
},
|
|
5503
5656
|
"vs/workbench/contrib/debug/common/replModel": {
|
|
5504
5657
|
consoleCleared: "콘솔을 지웠습니다."
|
|
5658
|
+
},
|
|
5659
|
+
"vs/workbench/contrib/editSessions/browser/editSessions.contribution": {
|
|
5660
|
+
autoResumeWorkingChanges: "현재 작업 영역에 대해 클라우드에 저장된 사용 가능한 작업 변경 내용을 자동으로 계속할지 여부를 제어합니다.",
|
|
5661
|
+
"autoResumeWorkingChanges.off": "클라우드에서 작업 변경 내용을 계속하려고 시도하지 마세요.",
|
|
5662
|
+
"autoResumeWorkingChanges.onReload": "창을 다시 로드할 때 클라우드에서 사용 가능한 작업 변경 내용을 자동으로 계속합니다.",
|
|
5663
|
+
autoStoreWorkingChanges: "현재 작업 변경 내용을 저장하는 중...",
|
|
5664
|
+
"autoStoreWorkingChanges.off": "작업 변경 내용을 클라우드에 자동으로 저장하려고 시도하지 마세요.",
|
|
5665
|
+
"autoStoreWorkingChanges.onShutdown": "창을 닫을 때 현재 작업 중인 변경 내용을 클라우드에 자동으로 저장합니다.",
|
|
5666
|
+
autoStoreWorkingChangesDescription: "현재 작업 영역에 대해 사용 가능한 작업 변경 내용을 클라우드에 자동으로 저장할지 여부를 제어합니다. 이 설정은 웹에는 영향을 주지 않습니다.",
|
|
5667
|
+
"check for pending cloud changes": "보류 중인 클라우드 변경 내용 확인",
|
|
5668
|
+
checkingForWorkingChanges: "보류 중인 클라우드 변경 내용을 확인하는 중...",
|
|
5669
|
+
"client too old": "클라우드에서 작업 변경 내용을 불러와 계속하려면 최신 버전의 {0}(으)로 업그레이드하세요.",
|
|
5670
|
+
cloudChangesPartialMatchesEnabled: "현재 세션과 부분적으로 일치하는 클라우드 변경 내용을 표시할지 여부를 제어합니다.",
|
|
5671
|
+
"continue edit session in local folder": "로컬 폴더에서 열기",
|
|
5672
|
+
"continue with cloud changes": "작업 변경 내용을 가져올지 여부를 선택합니다.",
|
|
5673
|
+
"continue working on": "계속 작업...",
|
|
5674
|
+
"continueEditSession.openLocalFolder.title.v2": "계속 작업할 로컬 폴더를 선택하세요.",
|
|
5675
|
+
continueEditSessionExtPoint: "다른 환경에서 현재 편집 세션을 계속하기 위한 옵션 제공",
|
|
5676
|
+
"continueEditSessionExtPoint.command": "실행할 명령의 식별자입니다. 명령은 'commands' 섹션에서 선언되어야 하며 현재 편집 세션이 계속될 수 있는 다른 환경을 나타내는 URI를 반환해야 합니다.",
|
|
5677
|
+
"continueEditSessionExtPoint.description": "옵션의 설명서 페이지에 대한 url 또는 url을 반환하는 명령입니다.",
|
|
5678
|
+
"continueEditSessionExtPoint.group": "이 항목이 속한 그룹입니다.",
|
|
5679
|
+
"continueEditSessionExtPoint.qualifiedName": "메뉴에 표시할 때 사용되는 이 항목의 정규화된 이름입니다.",
|
|
5680
|
+
"continueEditSessionExtPoint.remoteGroup": "원격 표시기에서 이 항목이 속하는 그룹입니다.",
|
|
5681
|
+
"continueEditSessionExtPoint.when": "이 항목을 표시하려면 true여야 하는 조건입니다.",
|
|
5682
|
+
"continueEditSessionItem.builtin": "기본 제공",
|
|
5683
|
+
"continueEditSessionItem.openInLocalFolder.v2": "로컬 폴더에서 열기",
|
|
5684
|
+
"continueEditSessionPick.title.v2": "{0}에서 계속 작업하려면 개발 환경을 선택하세요.",
|
|
5685
|
+
"continueOn.installAdditional": "추가 개발 환경 옵션 설치",
|
|
5686
|
+
continueOnCloudChanges: "계속 작업을 사용할 때 사용자에게 작업 변경 내용을 클라우드에 저장하라는 메시지를 표시할지 여부를 제어합니다.",
|
|
5687
|
+
"continueOnCloudChanges.off": "사용자가 클라우드 변경 내용을 이미 설정한 경우를 제외하고는 작업 변경을 클라우드에 저장하지 마세요.",
|
|
5688
|
+
"continueOnCloudChanges.promptForAuth": "계속 작업을 사용하여 클라우드에 작업 변경 내용을 저장하기 위해 로그인하라는 메시지를 사용자에게 표시합니다.",
|
|
5689
|
+
"continueWorkingOn.existingLocalFolder": "기존 로컬 폴더에서 계속 작업",
|
|
5690
|
+
editSessionPartialMatch: "이 작업 영역과 관련하여 클라우드에 보류 중인 작업 변경 내용이 있습니다. 불러와서 계속하시겠습니까?",
|
|
5691
|
+
learnMoreTooltip: "자세한 정보",
|
|
5692
|
+
"no cloud changes": "클라우드에서 불러올 변경 내용이 없습니다.",
|
|
5693
|
+
"no cloud changes for ref": "ID {0}에 대해 클라우드에서 변경 내용을 불러올 수 없습니다.",
|
|
5694
|
+
"no working changes to store": "저장할 편집 내용이 없으므로 클라우드에 작업 변경 내용을 저장하는 작업을 건너뛰었습니다.",
|
|
5695
|
+
"payload failed": "작업 변경 내용을 저장할 수 없습니다.",
|
|
5696
|
+
"payload too large": "작업 변경 내용이 크기 제한을 초과하여 저장할 수 없습니다.",
|
|
5697
|
+
resume: "계속하기",
|
|
5698
|
+
"resume cloud changes": "직렬화된 데이터에서 변경 다시 시작",
|
|
5699
|
+
"resume edit session warning 1": "클라우드에서 작업 변경 내용을 불러와 계속하면 {0}을(를) 덮어쓰게 됩니다. 계속하시겠습니까?",
|
|
5700
|
+
"resume edit session warning many": "클라우드에서 작업 변경 내용을 불러와 계속하면 다음 {0}개의 파일을 덮어쓰게 됩니다. 계속하시겠습니까?",
|
|
5701
|
+
"resume failed": "클라우드에서 작업 변경 내용을 불러오지 못했습니다.",
|
|
5702
|
+
"resume latest cloud changes": "클라우드에서 최신 변경 내용을 불러와 계속하기",
|
|
5703
|
+
"resuming working changes window": "작업 변경 내용을 다시 시작하는 중...",
|
|
5704
|
+
"show cloud changes": "클라우드 변경 내용 표시",
|
|
5705
|
+
"show log": "로그 표시",
|
|
5706
|
+
"store working changes": "작업 변경 내용 저장 중...",
|
|
5707
|
+
"store working changes in cloud": "클라우드에 작업 변경 내용 저장",
|
|
5708
|
+
"store your working changes": "작업 변경 내용 저장 중...",
|
|
5709
|
+
"storing working changes": "작업 변경 내용 저장 중...",
|
|
5710
|
+
"with cloud changes": "예, 작업 변경을 계속합니다.",
|
|
5711
|
+
"without cloud changes": "아니요, 작업 변경 없이 계속합니다."
|
|
5712
|
+
},
|
|
5713
|
+
"vs/workbench/contrib/editSessions/browser/editSessionsStorageService": {
|
|
5714
|
+
"choose account placeholder": "클라우드에 작업 변경 내용을 저장할 계정 선택",
|
|
5715
|
+
"choose account read placeholder": "클라우드에서 작업 변경 내용을 복원할 계정 선택",
|
|
5716
|
+
"delete all cloud changes": "클라우드에서 저장된 모든 데이터를 삭제합니다.",
|
|
5717
|
+
others: "기타",
|
|
5718
|
+
"reset auth.v3": "클라우드 변경 내용 비활성화...",
|
|
5719
|
+
"sign in": "클라우드 변경 내용 활성화...",
|
|
5720
|
+
"sign in badge": "클라우드 변경 내용 활성화... (1)",
|
|
5721
|
+
"sign in using account": "{0}(으)로 로그인",
|
|
5722
|
+
"sign out of cloud changes clear data prompt": "클라우드에 작업 변경 내용을 저장하지 않도록 설정하시겠습니까?",
|
|
5723
|
+
"signed in": "로그인됨"
|
|
5724
|
+
},
|
|
5725
|
+
"vs/workbench/contrib/editSessions/browser/editSessionsViews": {
|
|
5726
|
+
"cloud changes": "클라우드 변경 내용",
|
|
5727
|
+
"compare changes": "변경 내용 비교",
|
|
5728
|
+
"confirm delete all": "클라우드에서 저장된 모든 변경 내용을 영구적으로 삭제하시겠어요?",
|
|
5729
|
+
"confirm delete all detail": " 이 작업은 실행 취소할 수 없습니다.",
|
|
5730
|
+
"confirm delete detail.v2": " 이 작업은 실행 취소할 수 없습니다.",
|
|
5731
|
+
"confirm delete.v2": "{0} 참조를 사용하여 작업 중인 변경 내용을 영구적으로 삭제하시겠어요?",
|
|
5732
|
+
"local copy": "로컬 복사",
|
|
5733
|
+
noStoredChanges: "클라우드에 표시할 저장된 변경 내용이 없습니다.\r\n{0}",
|
|
5734
|
+
"open file": "파일 열기",
|
|
5735
|
+
storeWorkingChangesTitle: "작업 변경 내용 저장",
|
|
5736
|
+
"workbench.editSessions.actions.delete.v2": "작업 변경 삭제",
|
|
5737
|
+
"workbench.editSessions.actions.deleteAll": "클라우드에서 모든 작업 변경 내용 삭제",
|
|
5738
|
+
"workbench.editSessions.actions.resume.v2": "작업 변경 내용 계속하기",
|
|
5739
|
+
"workbench.editSessions.actions.store.v2": "작업 변경 내용 저장"
|
|
5740
|
+
},
|
|
5741
|
+
"vs/workbench/contrib/editSessions/common/editSessions": {
|
|
5742
|
+
"cloud changes": "클라우드 변경 내용",
|
|
5743
|
+
editSessionViewIcon: "클라우드 변경 내용 보기의 보기 아이콘입니다."
|
|
5744
|
+
},
|
|
5745
|
+
"vs/workbench/contrib/editSessions/common/editSessionsLogService": {
|
|
5746
|
+
cloudChangesLog: "클라우드 변경 내용"
|
|
5747
|
+
},
|
|
5748
|
+
"vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": {
|
|
5749
|
+
expandAbbreviationAction: "Emmet: 약어 확장",
|
|
5750
|
+
miEmmetExpandAbbreviation: "Emmet: 약어 확장 (&&x)"
|
|
5505
5751
|
},
|
|
5506
5752
|
"vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": {
|
|
5507
5753
|
"copy id": "ID 복사({0})",
|
|
@@ -5510,6 +5756,8 @@ var content = {
|
|
|
5510
5756
|
errors: "Catch되지 않은 오류 {0}개",
|
|
5511
5757
|
extensionActivating: "확장을 활성화하는 중...",
|
|
5512
5758
|
languageActivation: "{0} 파일을 열었기 때문에 {1}에 의해 활성화되었습니다.",
|
|
5759
|
+
"requests count": "{0} Requests: {1} (Session)",
|
|
5760
|
+
"requests count title": "Last request was {0}. Overall Requests: {1}",
|
|
5513
5761
|
runtimeExtensions: "런타임 확장",
|
|
5514
5762
|
showRuntimeExtensions: "실행 중인 확장 표시",
|
|
5515
5763
|
starActivation: "시작 시 {0}에 의해 활성화됨",
|
|
@@ -5533,113 +5781,42 @@ var content = {
|
|
|
5533
5781
|
},
|
|
5534
5782
|
"vs/workbench/contrib/extensions/browser/extensionEditor": {
|
|
5535
5783
|
"Changelog title": "변경 로그",
|
|
5536
|
-
"JSON Validation": "JSON 유효성 검사({0})",
|
|
5537
5784
|
Marketplace: "마켓플레이스",
|
|
5538
5785
|
"Marketplace Info": "더 많은 정보",
|
|
5539
|
-
"Notebook id": "ID",
|
|
5540
|
-
"Notebook mimetypes": "Mimetypes",
|
|
5541
|
-
"Notebook name": "이름",
|
|
5542
|
-
"Notebook renderer name": "이름",
|
|
5543
|
-
NotebookRenderers: "Notebook 렌더러({0})",
|
|
5544
|
-
Notebooks: "Notebooks({0})",
|
|
5545
5786
|
"Readme title": "읽어보기",
|
|
5546
|
-
activatedBy: "활성화한 사람:",
|
|
5547
|
-
"activation events": "활성화 이벤트({0})",
|
|
5548
|
-
"activation reason": "활성화 이벤트:",
|
|
5549
|
-
"activation time": "활성화 시간:",
|
|
5550
|
-
authentication: "인증({0})",
|
|
5551
|
-
"authentication.id": "ID",
|
|
5552
|
-
"authentication.label": "레이블",
|
|
5553
5787
|
builtin: "기본 제공",
|
|
5554
5788
|
categories: "범주",
|
|
5555
5789
|
changelog: "변경 로그",
|
|
5556
5790
|
changelogtooltip: "확장의 'CHANGELOG.md' 파일에서 렌더링된 확장 업데이트 기록",
|
|
5557
|
-
codeActions: "코드 작업({0})",
|
|
5558
|
-
"codeActions.description": "설명",
|
|
5559
|
-
"codeActions.kind": "종류",
|
|
5560
|
-
"codeActions.languages": "언어",
|
|
5561
|
-
"codeActions.title": "제목",
|
|
5562
|
-
colorId: "ID",
|
|
5563
|
-
colorThemes: "색 테마({0})",
|
|
5564
|
-
colors: "색({0})",
|
|
5565
|
-
"command name": "ID",
|
|
5566
|
-
"command title": "타이틀",
|
|
5567
|
-
commands: "명령({0})",
|
|
5568
|
-
contributions: "기능 기여도",
|
|
5569
|
-
contributionstooltip: "이 확장의 VS Code에 대한 기여 나열",
|
|
5570
|
-
customEditors: "사용자 지정 편집기({0})",
|
|
5571
|
-
"customEditors filenamePattern": "파일 이름 패턴",
|
|
5572
|
-
"customEditors priority": "우선 순위",
|
|
5573
|
-
"customEditors view type": "보기 형식",
|
|
5574
|
-
"debugger name": "이름",
|
|
5575
|
-
"debugger type": "형식",
|
|
5576
|
-
debuggers: "디버거({0})",
|
|
5577
|
-
"default": "기본값",
|
|
5578
|
-
defaultDark: "어둡게 기본값",
|
|
5579
|
-
defaultHC: "고대비 기본값",
|
|
5580
|
-
defaultLight: "밝게 기본값",
|
|
5581
5791
|
dependencies: "종속성",
|
|
5582
5792
|
dependenciestooltip: "이 확장이 종속된 확장 나열",
|
|
5583
|
-
description: "설명",
|
|
5584
5793
|
details: "세부 정보",
|
|
5585
5794
|
detailstooltip: "확장의 'README.md' 파일에서 렌더링된 확장 세부 정보",
|
|
5586
5795
|
"extension pack": "확장 팩({0})",
|
|
5587
5796
|
"extension version": "확장 버전",
|
|
5588
5797
|
extensionpack: "확장 팩",
|
|
5589
5798
|
extensionpacktooltip: "이 확장과 함께 설치될 확장을 나열합니다.",
|
|
5590
|
-
|
|
5591
|
-
|
|
5799
|
+
features: "Features",
|
|
5800
|
+
featurestooltip: "Lists features contributed by this extension",
|
|
5592
5801
|
find: "찾기",
|
|
5593
5802
|
"find next": "다음 찾기",
|
|
5594
5803
|
"find previous": "이전 찾기",
|
|
5595
|
-
grammar: "문법",
|
|
5596
|
-
iconThemes: "아이콘 테마({0})",
|
|
5597
5804
|
id: "식별자",
|
|
5598
5805
|
"install count": "설치 수",
|
|
5599
5806
|
issues: "이슈",
|
|
5600
|
-
"keyboard shortcuts": "바로 가기 키",
|
|
5601
|
-
"language id": "ID",
|
|
5602
|
-
"language name": "이름",
|
|
5603
|
-
languages: "언어({0})",
|
|
5604
5807
|
"last released": "마지막으로 릴리스됨",
|
|
5605
5808
|
"last updated": "마지막으로 업데이트한 날짜",
|
|
5606
5809
|
license: "라이선스",
|
|
5607
|
-
localizations: "지역화({0})",
|
|
5608
|
-
"localizations language id": "언어 ID",
|
|
5609
|
-
"localizations language name": "언어 이름",
|
|
5610
|
-
"localizations localized language name": "언어 이름(지역화됨)",
|
|
5611
|
-
menuContexts: "메뉴 컨텍스트",
|
|
5612
|
-
messages: "메시지({0})",
|
|
5613
5810
|
name: "확장 이름",
|
|
5614
5811
|
noChangelog: "CHANGELOG를 사용할 수 없습니다.",
|
|
5615
|
-
noContributions: "참여 없음",
|
|
5616
5812
|
noDependencies: "종속성 없음",
|
|
5617
5813
|
noReadme: "사용 가능한 추가 정보가 없습니다.",
|
|
5618
|
-
noStatus: "상태를 사용할 수 없습니다.",
|
|
5619
|
-
"not yet activated": "아직 활성화되지 않았습니다.",
|
|
5620
5814
|
preview: "미리 보기",
|
|
5621
|
-
productThemes: "제품 아이콘 테마({0})",
|
|
5622
5815
|
published: "게시됨",
|
|
5623
5816
|
publisher: "게시자",
|
|
5624
5817
|
rating: "등급",
|
|
5625
5818
|
repository: "저장소",
|
|
5626
|
-
resources: "
|
|
5627
|
-
runtimeStatus: "런타임 상태",
|
|
5628
|
-
"runtimeStatus description": "확장 런타임 상태",
|
|
5629
|
-
schema: "스키마",
|
|
5630
|
-
"setting name": "ID",
|
|
5631
|
-
settings: "설정({0})",
|
|
5632
|
-
snippets: "코드 조각",
|
|
5633
|
-
startup: "시작",
|
|
5634
|
-
"uncaught errors": "발견되지 않은 오류({0})",
|
|
5635
|
-
"view container id": "ID",
|
|
5636
|
-
"view container location": "위치",
|
|
5637
|
-
"view container title": "제목",
|
|
5638
|
-
"view id": "ID",
|
|
5639
|
-
"view location": "위치",
|
|
5640
|
-
"view name": "이름",
|
|
5641
|
-
viewContainers: "컨테이너 보기({0})",
|
|
5642
|
-
views: "뷰({0})"
|
|
5819
|
+
resources: "Resources"
|
|
5643
5820
|
},
|
|
5644
5821
|
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
|
|
5645
5822
|
"restartExtensionHost.reason": "작업 영역 신뢰 변경으로 인해 확장 호스트를 다시 시작하는 중입니다."
|
|
@@ -5898,6 +6075,7 @@ var content = {
|
|
|
5898
6075
|
"learn why": "이유 확인",
|
|
5899
6076
|
"malicious tooltip": "이 확장은 문제가 있다고 보고되었습니다.",
|
|
5900
6077
|
manage: "관리",
|
|
6078
|
+
"manage access": "Manage Access",
|
|
5901
6079
|
migrate: "마이그레이션",
|
|
5902
6080
|
"migrate to": "{0}(으)로 마이그레이션",
|
|
5903
6081
|
migrateExtension: "마이그레이션",
|
|
@@ -6467,6 +6645,9 @@ var content = {
|
|
|
6467
6645
|
useTrash: "파일/폴더를 삭제하면 OS 휴지통(Windows의 휴지통)으로 이동합니다. 사용하지 않도록 설정하면 파일/폴더를 영구적으로 삭제합니다.",
|
|
6468
6646
|
watcherExclude: "파일 감시에서 제외할 경로 또는 [GLOB 패턴](https://aka.ms/vscode-glob-patterns)을 구성합니다. 경로는 감시되는 폴더의 상대 경로이거나 절대 경로일 수 있습니다. GLOB 패턴은 감시되는 폴더에서 상대적으로 일치합니다. 파일 감시자 프로세스에서 CPU를 많이 사용하는 경우 관심도가 낮은 큰 폴더(예: 빌드 출력 폴더)를 제외해야 합니다.",
|
|
6469
6647
|
watcherInclude: "작업 영역 내부의 변경 내용을 감시할 추가 경로를 구성합니다. 기본적으로 기호 링크인 폴더를 제외한 모든 작업 영역 폴더는 재귀적으로 감시됩니다. 기호 링크인 감시 폴더를 지원하기 위해 절대 또는 상대 경로를 명시적으로 추가할 수 있습니다. 상대 경로는 현재 열려 있는 작업 영역을 사용하여 절대 경로로 해석됩니다."
|
|
6648
|
+
},
|
|
6649
|
+
"vs/workbench/contrib/files/browser/views/emptyView": {
|
|
6650
|
+
noWorkspace: "No Folder Opened"
|
|
6470
6651
|
},
|
|
6471
6652
|
"vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": {
|
|
6472
6653
|
canNotResolve: "작업 영역 폴더를 확인할 수 없음({0})",
|
|
@@ -6592,6 +6773,8 @@ var content = {
|
|
|
6592
6773
|
"feedback.unhelpful": "유용하지 않음",
|
|
6593
6774
|
focus: "포커스 입력",
|
|
6594
6775
|
label: "'{0}' 및 {1} 후속 조치({2})",
|
|
6776
|
+
moveToNextHunk: "Move to Next Change",
|
|
6777
|
+
moveToPreviousHunk: "Move to Previous Change",
|
|
6595
6778
|
nextFromHistory: "기록에서 다음",
|
|
6596
6779
|
previousFromHistory: "이전 기록에서",
|
|
6597
6780
|
rerun: "응답 다시 생성",
|
|
@@ -6681,8 +6864,32 @@ var content = {
|
|
|
6681
6864
|
inlineChatVisible: "대화형 편집기 입력이 표시되는지 여부",
|
|
6682
6865
|
mode: "인라인 채팅을 사용하여 만든 변경 내용이 문서에 직접 적용되거나 먼저 미리 보기되는지 여부를 구성합니다.",
|
|
6683
6866
|
"mode.live": "변경 내용은 문서에 직접 적용되고, 인라인 차이로 강조 표시될 수 있으며, 허용/삭제됩니다. 세션을 종료하면 변경 내용이 유지됩니다.",
|
|
6684
|
-
"mode.livePreview": "변경 내용은 문서에 직접 적용되며 인라인 또는 나란히 Diff로 시각적으로 강조 표시됩니다. 세션을 종료하면 변경 내용이 유지됩니다.",
|
|
6685
6867
|
"mode.preview": "변경 내용은 미리 보기로만 제공되며 적용 단추를 통해 수락해야 합니다. 세션을 종료하면 변경 내용이 삭제됩니다."
|
|
6868
|
+
},
|
|
6869
|
+
"vs/workbench/contrib/interactive/browser/interactive.contribution": {
|
|
6870
|
+
"interactive.activeCodeBorder": "편집기에 포커스가 있을 때 현재 대화형 코드 셀의 테두리 색입니다.",
|
|
6871
|
+
"interactive.execute": "코드 실행",
|
|
6872
|
+
"interactive.history.focus": "포커스 기록",
|
|
6873
|
+
"interactive.history.next": "기록의 다음 값",
|
|
6874
|
+
"interactive.history.previous": "기록의 이전 값",
|
|
6875
|
+
"interactive.inactiveCodeBorder": "편집기에 포커스가 없을 때 현재 대화형 코드 셀의 테두리 색입니다.",
|
|
6876
|
+
"interactive.input.clear": "대화형 창 입력 편집기 내용 지우기",
|
|
6877
|
+
"interactive.input.focus": "포커스 입력 편집기",
|
|
6878
|
+
"interactive.open": "대화형 창 열기",
|
|
6879
|
+
interactiveScrollToBottom: "맨 아래로 스크롤",
|
|
6880
|
+
interactiveScrollToTop: "맨 위로 스크롤",
|
|
6881
|
+
interactiveWindow: "대화형 창",
|
|
6882
|
+
"interactiveWindow.alwaysScrollOnNewCell": "대화형 창을 자동으로 스크롤하여 실행된 마지막 문의 출력을 표시합니다. 이 값이 false이면 마지막 셀이 이미 스크롤된 셀인 경우에만 창이 스크롤됩니다."
|
|
6883
|
+
},
|
|
6884
|
+
"vs/workbench/contrib/interactive/browser/interactiveEditor": {
|
|
6885
|
+
interactiveInputPlaceHolder: "여기에 '{0}' 코드를 입력하고 '{1}'을(를) 눌러 실행합니다."
|
|
6886
|
+
},
|
|
6887
|
+
"vs/workbench/contrib/issue/browser/issue.contribution": {
|
|
6888
|
+
statusUnsupported: "--status 인수는 브라우저에서 아직 지원되지 않습니다."
|
|
6889
|
+
},
|
|
6890
|
+
"vs/workbench/contrib/issue/common/issue.contribution": {
|
|
6891
|
+
miReportIssue: "문제 보고(&&I)",
|
|
6892
|
+
reportIssueInEnglish: "영어로 문제 보고..."
|
|
6686
6893
|
},
|
|
6687
6894
|
"vs/workbench/contrib/keybindings/browser/keybindings.contribution": {
|
|
6688
6895
|
toggleKeybindingsLog: "바로 가기 키 문제 해결 토글"
|
|
@@ -6703,6 +6910,16 @@ var content = {
|
|
|
6703
6910
|
pin: "상태 표시줄에 추가",
|
|
6704
6911
|
reset: "언어 상태 상호 작용 카운터 다시 설정",
|
|
6705
6912
|
unpin: "상태 표시줄에서 제거"
|
|
6913
|
+
},
|
|
6914
|
+
"vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution": {
|
|
6915
|
+
"colorDecoratorsStatusItem.name": "색 데코레이터 상태",
|
|
6916
|
+
"colorDecoratorsStatusItem.source": "색 데코레이터",
|
|
6917
|
+
"foldingRangesStatusItem.name": "폴딩 상태",
|
|
6918
|
+
"foldingRangesStatusItem.source": "폴딩",
|
|
6919
|
+
"status.button.configure": "구성",
|
|
6920
|
+
"status.limited.details": "성능상의 이유로 {0}만 표시됨",
|
|
6921
|
+
"status.limitedColorDecorators.short": "색 데코레이터",
|
|
6922
|
+
"status.limitedFoldingRanges.short": "폴딩 범위"
|
|
6706
6923
|
},
|
|
6707
6924
|
"vs/workbench/contrib/localHistory/browser/localHistory": {
|
|
6708
6925
|
localHistoryIcon: "타임라인 보기의 로컬 기록 항목 아이콘입니다.",
|
|
@@ -7029,6 +7246,25 @@ var content = {
|
|
|
7029
7246
|
showBase: "병합 편집기에 기본 버전이 표시되는 경우",
|
|
7030
7247
|
showBaseAtTop: "기준이 맨 위에 표시되어야 하는 경우",
|
|
7031
7248
|
showNonConflictingChanges: "병합 편집기에 충돌하지 않는 변경 내용이 표시되는 경우"
|
|
7249
|
+
},
|
|
7250
|
+
"vs/workbench/contrib/multiDiffEditor/browser/actions": {
|
|
7251
|
+
ExpandAllDiffs: "Expand All Diffs",
|
|
7252
|
+
collapseAllDiffs: "Collapse All Diffs",
|
|
7253
|
+
goToFile: "Open File"
|
|
7254
|
+
},
|
|
7255
|
+
"vs/workbench/contrib/multiDiffEditor/browser/icons.contribution": {
|
|
7256
|
+
multiDiffEditorLabelIcon: "다중 차이 편집기 레이블의 아이콘입니다."
|
|
7257
|
+
},
|
|
7258
|
+
"vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditor.contribution": {
|
|
7259
|
+
name: "다중 diff 편집기"
|
|
7260
|
+
},
|
|
7261
|
+
"vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput": {
|
|
7262
|
+
files: " ({0} 파일)",
|
|
7263
|
+
name: "다중 diff 편집기"
|
|
7264
|
+
},
|
|
7265
|
+
"vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": {
|
|
7266
|
+
scmDiffLabel: "{0}: {1}",
|
|
7267
|
+
viewChanges: "변경 내용 보기"
|
|
7032
7268
|
},
|
|
7033
7269
|
"vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
|
|
7034
7270
|
"notebookActions.changeCellToCode": "셀을 코드로 변경",
|
|
@@ -7075,11 +7311,17 @@ var content = {
|
|
|
7075
7311
|
"vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": {
|
|
7076
7312
|
"kernel.select.label": "커널 선택",
|
|
7077
7313
|
"notebook.activeCellStatusName": "Notebook 편집기 선택",
|
|
7314
|
+
"notebook.indentation": "Notebook Indentation",
|
|
7078
7315
|
"notebook.info": "Notebook 커널 정보",
|
|
7079
7316
|
"notebook.multiActiveCellIndicator": "셀 {0} (선택한{1} )",
|
|
7080
7317
|
"notebook.select": "Notebook 커널 선택",
|
|
7081
7318
|
"notebook.singleActiveCellIndicator": "셀 {0}/{1}",
|
|
7319
|
+
selectNotebookIndentation: "Select Indentation",
|
|
7082
7320
|
tooltop: "{0}(제안)"
|
|
7321
|
+
},
|
|
7322
|
+
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": {
|
|
7323
|
+
"notebookActions.findInNotebook": "Find in Notebook",
|
|
7324
|
+
"notebookActions.hideFind": "Hide Find in Notebook"
|
|
7083
7325
|
},
|
|
7084
7326
|
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
|
|
7085
7327
|
findFilterIcon: "찾기 위젯의 필터 찾기 아이콘입니다.",
|
|
@@ -7112,6 +7354,9 @@ var content = {
|
|
|
7112
7354
|
},
|
|
7113
7355
|
"vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
|
|
7114
7356
|
"workbench.notebook.layout.gettingStarted.label": "전자 필기장 다시 설정 시작"
|
|
7357
|
+
},
|
|
7358
|
+
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
|
|
7359
|
+
"notebook.toggleCellToolbarPosition": "Toggle Cell Toolbar Position"
|
|
7115
7360
|
},
|
|
7116
7361
|
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
|
|
7117
7362
|
cursorMoveDown: "다음 셀 편집기에 포커스",
|
|
@@ -7126,6 +7371,9 @@ var content = {
|
|
|
7126
7371
|
focusOutputOut: "활성 셀 출력 포커스 아웃",
|
|
7127
7372
|
"notebook.navigation.allowNavigateToSurroundingCells": "사용하도록 설정한 경우 커서는 셀 편집기의 현재 커서가 첫 번째/마지막 줄에 있을 때 다음/이전 셀로 이동할 수 있습니다.",
|
|
7128
7373
|
"notebookActions.centerActiveCell": "활성 셀 가운데 맞춤"
|
|
7374
|
+
},
|
|
7375
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": {
|
|
7376
|
+
notebookVariables: "Notebook Variables"
|
|
7129
7377
|
},
|
|
7130
7378
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
|
|
7131
7379
|
"notebook.indexedChildrenLimitReached": "표시 제한에 도달함"
|
|
@@ -7133,6 +7381,9 @@ var content = {
|
|
|
7133
7381
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
|
|
7134
7382
|
debugConsole: "Notebook 변수",
|
|
7135
7383
|
notebookVariableAriaLabel: "변수 {0}, 값 {1}"
|
|
7384
|
+
},
|
|
7385
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": {
|
|
7386
|
+
"notebook.notebookVariables": "Notebook Variables"
|
|
7136
7387
|
},
|
|
7137
7388
|
"vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
|
|
7138
7389
|
"breadcrumbs.showCodeCells": "사용하도록 설정하면 Notebook 이동 경로에 코드 셀이 포함됩니다.",
|
|
@@ -7163,7 +7414,7 @@ var content = {
|
|
|
7163
7414
|
"notebookActions.joinSelectedCells.label": "전자 필기장 셀 조인"
|
|
7164
7415
|
},
|
|
7165
7416
|
"vs/workbench/contrib/notebook/browser/controller/cellOutputActions": {
|
|
7166
|
-
"notebookActions.copyOutput": "
|
|
7417
|
+
"notebookActions.copyOutput": "Copy Cell Output"
|
|
7167
7418
|
},
|
|
7168
7419
|
"vs/workbench/contrib/notebook/browser/controller/coreActions": {
|
|
7169
7420
|
miShare: "공유",
|
|
@@ -7180,14 +7431,20 @@ var content = {
|
|
|
7180
7431
|
confirmDeleteButtonMessage: "이 셀이 실행 중입니다. 삭제하시겠습니까?",
|
|
7181
7432
|
detectLanguage: "셀에 대해 감지된 언어 수락",
|
|
7182
7433
|
doNotAskAgain: "이 메시지를 다시 표시 안 함",
|
|
7434
|
+
indentConvert: "convert file",
|
|
7435
|
+
indentView: "change view",
|
|
7183
7436
|
languageDescription: "({0}) - 현재 언어",
|
|
7184
7437
|
languageDescriptionConfigured: "({0})",
|
|
7185
7438
|
languagesPicks: "언어(식별자)",
|
|
7186
7439
|
noDetection: "셀 언어를 감지할 수 없음",
|
|
7440
|
+
noNotebookEditor: "No notebook editor active at this time",
|
|
7441
|
+
noWritableCodeEditor: "The active notebook editor is read-only.",
|
|
7187
7442
|
"notebookActions.deleteCell": "셀 삭제",
|
|
7188
7443
|
"notebookActions.editCell": "셀 편집",
|
|
7189
7444
|
"notebookActions.quitEdit": "셀 편집 중지",
|
|
7190
|
-
|
|
7445
|
+
pickAction: "Select Action",
|
|
7446
|
+
pickLanguageToConfigure: "언어 모드 선택",
|
|
7447
|
+
selectNotebookIndentation: "Select Indentation"
|
|
7191
7448
|
},
|
|
7192
7449
|
"vs/workbench/contrib/notebook/browser/controller/executeActions": {
|
|
7193
7450
|
"notebookActions.cancel": "셀 실행 중지",
|
|
@@ -7202,7 +7459,7 @@ var content = {
|
|
|
7202
7459
|
"notebookActions.interruptNotebook": "중단",
|
|
7203
7460
|
"notebookActions.renderMarkdown": "모든 Markdown 셀 렌더링",
|
|
7204
7461
|
revealLastFailedCell: "가장 최근에 실패한 셀로 이동",
|
|
7205
|
-
revealLastFailedCellShort: "
|
|
7462
|
+
revealLastFailedCellShort: "Go to Most Recently Failed Cell",
|
|
7206
7463
|
revealRunningCell: "실행 중인 셀로 이동",
|
|
7207
7464
|
revealRunningCellShort: "이동"
|
|
7208
7465
|
},
|
|
@@ -7390,6 +7647,10 @@ var content = {
|
|
|
7390
7647
|
selectedCellBackground: "셀이 선택되었을 때 셀의 배경색입니다."
|
|
7391
7648
|
},
|
|
7392
7649
|
"vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
|
|
7650
|
+
"Notebook id": "ID",
|
|
7651
|
+
"Notebook mimetypes": "Mimetypes",
|
|
7652
|
+
"Notebook name": "Name",
|
|
7653
|
+
"Notebook renderer name": "Name",
|
|
7393
7654
|
"contributes.notebook.provider": "노트북 문서 공급자를 제공합니다.",
|
|
7394
7655
|
"contributes.notebook.provider.displayName": "사람이 읽을 수 있는 Notebook 이름.",
|
|
7395
7656
|
"contributes.notebook.provider.selector": "Notebook용 glob 집합.",
|
|
@@ -7414,7 +7675,9 @@ var content = {
|
|
|
7414
7675
|
"contributes.preload.provider.viewType": "전자 필기장 형식입니다.",
|
|
7415
7676
|
"contributes.priority": "사용자가 파일을 열 때 사용자 지정 편집기를 자동으로 사용할지를 제어합니다. 사용자가 `workbench.editorAssociations` 설정을 사용하여 재정의할 수 있습니다.",
|
|
7416
7677
|
"contributes.priority.default": "이 편집기는 사용자가 리소스를 열 때 해당 리소스에 대해 다른 기본 사용자 지정 편집기가 등록되지 않은 경우 자동으로 사용됩니다.",
|
|
7417
|
-
"contributes.priority.option": "이 편집기는 사용자가 리소스를 열 때 자동으로 사용되지 않지만, 사용자가 '다음으로 다시 열기' 명령을 사용하여 이 편집기로 전환할 수 있습니다."
|
|
7678
|
+
"contributes.priority.option": "이 편집기는 사용자가 리소스를 열 때 자동으로 사용되지 않지만, 사용자가 '다음으로 다시 열기' 명령을 사용하여 이 편집기로 전환할 수 있습니다.",
|
|
7679
|
+
notebookRenderer: "Notebook Renderers",
|
|
7680
|
+
notebooks: "Notebooks"
|
|
7418
7681
|
},
|
|
7419
7682
|
"vs/workbench/contrib/notebook/browser/notebookIcons": {
|
|
7420
7683
|
clearIcon: "Notebook 편집기에서 셀 출력을 지우는 아이콘입니다.",
|
|
@@ -7477,32 +7740,6 @@ var content = {
|
|
|
7477
7740
|
"promptChooseMimeType.placeHolder": "현재 출력에 대해 렌더링할 MIME 형식 선택",
|
|
7478
7741
|
"promptChooseMimeTypeInSecure.placeHolder": "현재 출력에 대해 렌더링할 MIME 형식 선택",
|
|
7479
7742
|
unavailableRenderInfo: "렌더러를 사용할 수 없음"
|
|
7480
|
-
},
|
|
7481
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
|
|
7482
|
-
apply1: "변경 내용 수락",
|
|
7483
|
-
apply2: "동의",
|
|
7484
|
-
arrowDown: "커서 아래로",
|
|
7485
|
-
arrowUp: "커서 위로",
|
|
7486
|
-
discard: "취소",
|
|
7487
|
-
"feedback.helpful": "유용함",
|
|
7488
|
-
"feedback.reportIssueForBug": "이슈 보고",
|
|
7489
|
-
"feedback.unhelpful": "유용하지 않음",
|
|
7490
|
-
focusChatWidget: "포커스 채팅 위젯",
|
|
7491
|
-
focusNextChatWidget: "다음 셀 채팅 위젯 포커스",
|
|
7492
|
-
"notebook.cell.chat.accept": "요청",
|
|
7493
|
-
"notebook.cell.chat.close": "채팅 닫기",
|
|
7494
|
-
"notebook.cell.chat.stop": "중지 요청",
|
|
7495
|
-
"notebookActions.menu.insertCode.ontoolbar": "생성",
|
|
7496
|
-
"notebookActions.menu.insertCode.tooltip": "채팅을 사용하여 코드 셀 생성",
|
|
7497
|
-
"notebookActions.menu.insertCodeCellWithChat": "생성",
|
|
7498
|
-
"notebookActions.menu.insertCodeCellWithChat.tooltip": "채팅을 사용하여 코드 셀 생성"
|
|
7499
|
-
},
|
|
7500
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatController": {
|
|
7501
|
-
"default.placeholder": "질문하기",
|
|
7502
|
-
notebookCellChatFocused: "셀 채팅 편집기의 포커스 여부",
|
|
7503
|
-
notebookChatHasActiveRequest: "셀 채팅 편집기에 활성 요청이 있는지 여부",
|
|
7504
|
-
thinking: "생각 중…",
|
|
7505
|
-
"welcome.1": "AI 생성 코드가 올바르지 않을 수 있습니다."
|
|
7506
7743
|
},
|
|
7507
7744
|
"vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": {
|
|
7508
7745
|
cellExpandInputButtonLabel: "셀 입력 확장({0})",
|
|
@@ -7641,6 +7878,15 @@ var content = {
|
|
|
7641
7878
|
output: "출력",
|
|
7642
7879
|
"output model title": "{0} - 출력",
|
|
7643
7880
|
outputViewAriaLabel: "출력 패널"
|
|
7881
|
+
},
|
|
7882
|
+
"vs/workbench/contrib/performance/browser/performance.contribution": {
|
|
7883
|
+
cycles: "인쇄 서비스 주기",
|
|
7884
|
+
emitter: "발화기 프로필 인쇄",
|
|
7885
|
+
"insta.trace": "인쇄 서비스 추적",
|
|
7886
|
+
"show.label": "시작 성능"
|
|
7887
|
+
},
|
|
7888
|
+
"vs/workbench/contrib/performance/browser/perfviewEditor": {
|
|
7889
|
+
name: "시작 성능"
|
|
7644
7890
|
},
|
|
7645
7891
|
"vs/workbench/contrib/preferences/browser/keybindingsEditor": {
|
|
7646
7892
|
"SearchKeybindings.FullTextSearchPlaceholder": "키 바인딩에서 검색하려면 입력",
|
|
@@ -7681,6 +7927,18 @@ var content = {
|
|
|
7681
7927
|
"defineKeybinding.existing": "{0}개의 기존 명령에 이 키 바인딩이 있습니다.",
|
|
7682
7928
|
"defineKeybinding.initial": "원하는 키 조합을 누르고 <Enter> 키를 누르세요.",
|
|
7683
7929
|
"defineKeybinding.oneExists": "1개의 기존 명령에 이 키 바인딩이 있습니다."
|
|
7930
|
+
},
|
|
7931
|
+
"vs/workbench/contrib/preferences/browser/keyboardLayoutPicker": {
|
|
7932
|
+
autoDetect: "자동 감지",
|
|
7933
|
+
configureKeyboardLayout: "자판 배열 구성",
|
|
7934
|
+
displayLanguage: "브라우저 환경의 VS Code에서 사용되는 자판 배열을 정의합니다.",
|
|
7935
|
+
doc: "VS Code를 열고 명령 팔레트에서 \"Developer: Inspect Key Mappings (JSON)\"를 실행합니다.",
|
|
7936
|
+
"fail.createSettings": "{0}'({1})을(를) 만들 수 없습니다.",
|
|
7937
|
+
"keyboard.chooseLayout": "자판 배열 변경",
|
|
7938
|
+
keyboardLayout: "배열: {0}",
|
|
7939
|
+
layoutPicks: "자판 배열({0})",
|
|
7940
|
+
pickKeyboardLayout: "자판 배열 선택",
|
|
7941
|
+
"status.workbench.keyboardLayout": "자판 배열"
|
|
7684
7942
|
},
|
|
7685
7943
|
"vs/workbench/contrib/preferences/browser/preferences.contribution": {
|
|
7686
7944
|
clear: "검색 결과 지우기",
|
|
@@ -7814,9 +8072,9 @@ var content = {
|
|
|
7814
8072
|
},
|
|
7815
8073
|
"vs/workbench/contrib/preferences/browser/settingsLayout": {
|
|
7816
8074
|
accessibility: "접근성",
|
|
8075
|
+
"accessibility.signals": "Accessibility Signals",
|
|
7817
8076
|
appearance: "모양",
|
|
7818
8077
|
application: "애플리케이션",
|
|
7819
|
-
audioCues: "오디오 신호",
|
|
7820
8078
|
breadcrumbs: "이동 경로",
|
|
7821
8079
|
chat: "채팅",
|
|
7822
8080
|
comments: "주석",
|
|
@@ -7997,6 +8255,15 @@ var content = {
|
|
|
7997
8255
|
terminalTitle: "{0}: {1}",
|
|
7998
8256
|
terminals: "터미널",
|
|
7999
8257
|
views: "사이드바"
|
|
8258
|
+
},
|
|
8259
|
+
"vs/workbench/contrib/relauncher/browser/relauncher.contribution": {
|
|
8260
|
+
relaunchSettingDetail: "[다시 시작] 단추를 눌러 {0}을(를) 다시 시작하고 설정을 사용하도록 설정하세요.",
|
|
8261
|
+
relaunchSettingDetailWeb: "다시 로드 버튼을 눌러 {0}을(를) 다시 로드하고 설정을 사용하도록 설정합니다.",
|
|
8262
|
+
relaunchSettingMessage: "설정이 변경되어 다시 시작해야만 적용됩니다.",
|
|
8263
|
+
relaunchSettingMessageWeb: "다시 로드해야 적용되는 설정이 변경되었습니다.",
|
|
8264
|
+
restart: "다시 시작(&&R)",
|
|
8265
|
+
"restartExtensionHost.reason": "작업 영역 폴더 변경으로 인해 확장 호스트를 다시 시작하는 중입니다.",
|
|
8266
|
+
restartWeb: "다시 로드(&&R)"
|
|
8000
8267
|
},
|
|
8001
8268
|
"vs/workbench/contrib/remote/browser/explorerViewItems": {
|
|
8002
8269
|
"switchRemote.label": "원격 전환"
|
|
@@ -8188,6 +8455,10 @@ var content = {
|
|
|
8188
8455
|
triggerReconnect: "연결: 트리거 다시 연결",
|
|
8189
8456
|
ui: "UI 확장 종류입니다. 원격 창에서, 이러한 확장은 로컬 머신에서 사용 가능한 경우에만 사용할 수 있습니다.",
|
|
8190
8457
|
workspace: "작업 영역 확장 종류입니다. 원격 창에서, 이러한 확장은 원격에서 사용 가능한 경우에만 사용할 수 있습니다."
|
|
8458
|
+
},
|
|
8459
|
+
"vs/workbench/contrib/sash/browser/sash.contribution": {
|
|
8460
|
+
sashHoverDelay: "보기/편집기 간 끌기 영역의 호버 피드백 지연 시간(밀리초)을 제어합니다.",
|
|
8461
|
+
sashSize: "보기/편집기 사이의 끌기 영역의 피드백 영역 크기를 픽셀 단위로 제어합니다. 마우스를 사용하여 보기 크기를 조정하기가 어려운 경우 더 큰 값으로 설정합니다."
|
|
8191
8462
|
},
|
|
8192
8463
|
"vs/workbench/contrib/scm/browser/activity": {
|
|
8193
8464
|
scmPendingChangesBadge: "{0}개의 보류 중인 변경 내용",
|
|
@@ -8303,17 +8574,22 @@ var content = {
|
|
|
8303
8574
|
},
|
|
8304
8575
|
"vs/workbench/contrib/scm/browser/scmViewPane": {
|
|
8305
8576
|
allChanges: "모든 변경 내용",
|
|
8577
|
+
always: "Always",
|
|
8578
|
+
auto: "Auto",
|
|
8306
8579
|
"collapse all": "리포지토리 모두 축소",
|
|
8307
8580
|
deletion: "{0} 삭제{1}",
|
|
8308
8581
|
deletions: "{0} 삭제{1}",
|
|
8309
8582
|
"expand all": "리포지토리 모두 확장",
|
|
8310
8583
|
fileChanged: "{0}개 파일이 변경됨",
|
|
8311
8584
|
filesChanged: "{0}개 파일이 변경됨",
|
|
8585
|
+
incomingChanges: "Show Incoming Changes",
|
|
8312
8586
|
incomingChangesAriaLabel: "{0}에서 들어오는 변경 내용",
|
|
8313
8587
|
input: "소스 제어 입력",
|
|
8314
8588
|
insertion: "{0} 삽입{1}",
|
|
8315
8589
|
insertions: "{0} 삽입{1}",
|
|
8316
8590
|
"label.close": "닫기",
|
|
8591
|
+
never: "Never",
|
|
8592
|
+
outgoingChanges: "Show Outgoing Changes",
|
|
8317
8593
|
outgoingChangesAriaLabel: "{0}(으)로 보내는 항목 변경 내용",
|
|
8318
8594
|
repositories: "리포지토리",
|
|
8319
8595
|
repositorySortByDiscoveryTime: "검색 시간별 정렬",
|
|
@@ -8324,10 +8600,12 @@ var content = {
|
|
|
8324
8600
|
"scm.historyItemDeletionsForeground": "기록 항목 삭제 전경색입니다.",
|
|
8325
8601
|
"scm.historyItemSelectedStatisticsBorder": "기록 항목이 선택한 통계 테두리 색입니다.",
|
|
8326
8602
|
"scm.historyItemStatisticsBorder": "기록 항목 통계 테두리 색입니다.",
|
|
8603
|
+
scmChanges: "Incoming & Outgoing",
|
|
8327
8604
|
scmInputCancelAction: "취소",
|
|
8328
8605
|
scmInputMoreActions: "추가 작업...",
|
|
8329
8606
|
setListViewMode: "목록으로 보기",
|
|
8330
8607
|
setTreeViewMode: "트리로 보기",
|
|
8608
|
+
showChangesSummary: "Show Changes Summary",
|
|
8331
8609
|
sortAction: "보기 및 정렬",
|
|
8332
8610
|
sortChangesByName: "이름별 변경 내용 정렬",
|
|
8333
8611
|
sortChangesByPath: "경로별 변경 내용 정렬",
|
|
@@ -8660,6 +8938,19 @@ var content = {
|
|
|
8660
8938
|
oneFile: "1개 파일",
|
|
8661
8939
|
oneResult: "결과 1개",
|
|
8662
8940
|
searchMaxResultsWarning: "결과 집합에는 모든 일치 항목의 하위 집합만 포함됩니다. 결과 범위를 좁히려면 검색을 더 세분화하세요."
|
|
8941
|
+
},
|
|
8942
|
+
"vs/workbench/contrib/share/browser/share.contribution": {
|
|
8943
|
+
close: "닫기",
|
|
8944
|
+
"experimental.share.enabled": "{0}이(가) {1}일 때 명령 센터 옆에 있는 공유 작업을 렌더링할지 여부를 제어합니다.",
|
|
8945
|
+
"generating link": "링크를 생성하는 중...",
|
|
8946
|
+
"open link": "링크 열기",
|
|
8947
|
+
share: "공유...",
|
|
8948
|
+
shareSuccess: "클립보드에 링크를 복사함",
|
|
8949
|
+
shareTextSuccess: "텍스트를 클립보드에 복사했습니다!"
|
|
8950
|
+
},
|
|
8951
|
+
"vs/workbench/contrib/share/browser/shareService": {
|
|
8952
|
+
shareProviderCount: "사용 가능한 공유 공급자 수",
|
|
8953
|
+
"type to filter": "{0} 공유 방법 선택"
|
|
8663
8954
|
},
|
|
8664
8955
|
"vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": {
|
|
8665
8956
|
snippets: "코드 조각"
|
|
@@ -8691,10 +8982,11 @@ var content = {
|
|
|
8691
8982
|
"snippet.suggestions.label": "조각 삽입"
|
|
8692
8983
|
},
|
|
8693
8984
|
"vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
|
|
8694
|
-
label: "
|
|
8985
|
+
label: "Surround with Snippet..."
|
|
8695
8986
|
},
|
|
8696
8987
|
"vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
|
|
8697
8988
|
codeAction: "{0}",
|
|
8989
|
+
more: "자세히...",
|
|
8698
8990
|
"overflow.start.title": "코드 조각 시작",
|
|
8699
8991
|
title: "시작 값: {0}"
|
|
8700
8992
|
},
|
|
@@ -8740,6 +9032,23 @@ var content = {
|
|
|
8740
9032
|
"vs/workbench/contrib/speech/common/speechService": {
|
|
8741
9033
|
hasSpeechProvider: "음성 공급자가 음성 서비스에 등록됩니다.",
|
|
8742
9034
|
speechToTextInProgress: "음성 텍스트 변환 세션이 진행 중입니다."
|
|
9035
|
+
},
|
|
9036
|
+
"vs/workbench/contrib/surveys/browser/ces.contribution": {
|
|
9037
|
+
cesSurveyQuestion: "VS Code 팀을 도와주세요. 지금까지 VS Code 사용 경험에 대해 알려주세요.",
|
|
9038
|
+
giveFeedback: "피드백 제공",
|
|
9039
|
+
remindLater: "나중에 알림"
|
|
9040
|
+
},
|
|
9041
|
+
"vs/workbench/contrib/surveys/browser/languageSurveys.contribution": {
|
|
9042
|
+
helpUs: "{0}에 대한 지원을 개선하는 데 도움을 주세요.",
|
|
9043
|
+
neverAgain: "다시 표시 안 함",
|
|
9044
|
+
remindLater: "나중에 알림",
|
|
9045
|
+
takeShortSurvey: "간단한 설문 조사 참여"
|
|
9046
|
+
},
|
|
9047
|
+
"vs/workbench/contrib/surveys/browser/nps.contribution": {
|
|
9048
|
+
neverAgain: "다시 표시 안 함",
|
|
9049
|
+
remindLater: "나중에 알림",
|
|
9050
|
+
surveyQuestion: "간단한 피드백 설문 조사에 참여하시겠어요?",
|
|
9051
|
+
takeSurvey: "설문 조사 참여"
|
|
8743
9052
|
},
|
|
8744
9053
|
"vs/workbench/contrib/tasks/browser/abstractTaskService": {
|
|
8745
9054
|
"ConfigureTaskRunnerAction.label": "작업 구성",
|
|
@@ -9210,8 +9519,6 @@ var content = {
|
|
|
9210
9519
|
showTerminalTabs: "탭 표시",
|
|
9211
9520
|
stickyScroll: "고정 스크롤",
|
|
9212
9521
|
terminalLaunchHelp: "도움말 열기",
|
|
9213
|
-
"workbench.action.startTerminalVoice": "터미널 음성 시작",
|
|
9214
|
-
"workbench.action.stopTerminalVoice": "터미널 음성 중지",
|
|
9215
9522
|
"workbench.action.terminal.attachToSession": "세션에 연결",
|
|
9216
9523
|
"workbench.action.terminal.clear": "지우기",
|
|
9217
9524
|
"workbench.action.terminal.clearPreviousSessionHistory": "이전 세션 기록 지우기",
|
|
@@ -9274,6 +9581,8 @@ var content = {
|
|
|
9274
9581
|
"workbench.action.terminal.selectToPreviousLine": "이전 줄까지 선택",
|
|
9275
9582
|
"workbench.action.terminal.setFixedDimensions": "고정 차원 설정",
|
|
9276
9583
|
"workbench.action.terminal.splitInActiveWorkspace": "터미널 분할(활성 작업 영역에서)",
|
|
9584
|
+
"workbench.action.terminal.startVoice": "Start Terminal Voice",
|
|
9585
|
+
"workbench.action.terminal.stopVoice": "Stop Terminal Voice",
|
|
9277
9586
|
"workbench.action.terminal.switchTerminal": "터미널 전환",
|
|
9278
9587
|
"workbench.action.terminal.toggleStickyScroll": "고정 스크롤 설정/해제"
|
|
9279
9588
|
},
|
|
@@ -9442,8 +9751,11 @@ var content = {
|
|
|
9442
9751
|
},
|
|
9443
9752
|
"vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
|
|
9444
9753
|
terminalPromptCommandFailed: "명령이 {0}을(를) 실행하고 실패했습니다.",
|
|
9754
|
+
"terminalPromptCommandFailed.duration": "Command executed {0}, took {1} and failed",
|
|
9445
9755
|
terminalPromptCommandFailedWithExitCode: "명령이 {0}을(를) 실행하고 실패했습니다(종료 코드 {1}).",
|
|
9756
|
+
"terminalPromptCommandFailedWithExitCode.duration": "Command executed {0}, took {1} and failed (Exit Code {2})",
|
|
9446
9757
|
terminalPromptCommandSuccess: "명령이 {0}을(를) 실행함",
|
|
9758
|
+
"terminalPromptCommandSuccess.duration": "Command executed {0} and took {1}",
|
|
9447
9759
|
terminalPromptContextMenu: "명령 작업 표시"
|
|
9448
9760
|
},
|
|
9449
9761
|
"vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
|
|
@@ -9744,6 +10056,16 @@ var content = {
|
|
|
9744
10056
|
envChanges: "터미널 환경 변경",
|
|
9745
10057
|
extension: "확장: {0}",
|
|
9746
10058
|
"workbench.action.terminal.showEnvironmentContributions": "환경 기여 표시"
|
|
10059
|
+
},
|
|
10060
|
+
"vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": {
|
|
10061
|
+
"workbench.action.terminal.findNext": "Find Next",
|
|
10062
|
+
"workbench.action.terminal.findPrevious": "Find Previous",
|
|
10063
|
+
"workbench.action.terminal.focusFind": "Focus Find",
|
|
10064
|
+
"workbench.action.terminal.hideFind": "Hide Find",
|
|
10065
|
+
"workbench.action.terminal.searchWorkspace": "Search Workspace",
|
|
10066
|
+
"workbench.action.terminal.toggleFindCaseSensitive": "Toggle Find Using Case Sensitive",
|
|
10067
|
+
"workbench.action.terminal.toggleFindRegex": "Toggle Find Using Regex",
|
|
10068
|
+
"workbench.action.terminal.toggleFindWholeWord": "Toggle Find Using Whole Word"
|
|
9747
10069
|
},
|
|
9748
10070
|
"vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
|
|
9749
10071
|
copy: "복사",
|
|
@@ -9752,6 +10074,11 @@ var content = {
|
|
|
9752
10074
|
redo: "다시 실행",
|
|
9753
10075
|
selectAll: "모두 선택",
|
|
9754
10076
|
undo: "실행 취소"
|
|
10077
|
+
},
|
|
10078
|
+
"vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
|
|
10079
|
+
"workbench.action.terminal.openDetectedLink": "Open Detected Link...",
|
|
10080
|
+
"workbench.action.terminal.openLastLocalFileLink": "Open Last Local File Link",
|
|
10081
|
+
"workbench.action.terminal.openLastUrlLink": "Open Last URL Link"
|
|
9755
10082
|
},
|
|
9756
10083
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
9757
10084
|
focusFolder: "탐색기의 폴더에 포커스 설정",
|
|
@@ -9780,6 +10107,9 @@ var content = {
|
|
|
9780
10107
|
"codeAction.widget.id.quickfix": "빠른 수정",
|
|
9781
10108
|
"quickFix.command": "실행: {0}",
|
|
9782
10109
|
"quickFix.opener": "{0} 열기"
|
|
10110
|
+
},
|
|
10111
|
+
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
|
|
10112
|
+
"workbench.action.terminal.showQuickFixes": "Show Terminal Quick Fixes"
|
|
9783
10113
|
},
|
|
9784
10114
|
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
|
|
9785
10115
|
"terminal.createPR": "PR 만들기 {0}",
|
|
@@ -9800,13 +10130,21 @@ var content = {
|
|
|
9800
10130
|
"vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
|
|
9801
10131
|
labelWithKeybinding: "{0}({1})",
|
|
9802
10132
|
stickyScrollHoverTitle: "명령으로 이동"
|
|
10133
|
+
},
|
|
10134
|
+
"vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution": {
|
|
10135
|
+
"workbench.action.terminal.acceptSelectedSuggestion": "Accept Selected Suggestion",
|
|
10136
|
+
"workbench.action.terminal.hideSuggestWidget": "Hide Suggest Widget",
|
|
10137
|
+
"workbench.action.terminal.selectNextPageSuggestion": "Select the Next Page Suggestion",
|
|
10138
|
+
"workbench.action.terminal.selectNextSuggestion": "Select the Next Suggestion",
|
|
10139
|
+
"workbench.action.terminal.selectPrevPageSuggestion": "Select the Previous Page Suggestion",
|
|
10140
|
+
"workbench.action.terminal.selectPrevSuggestion": "Select the Previous Suggestion"
|
|
9803
10141
|
},
|
|
9804
10142
|
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
9805
10143
|
"coverage.branchCovered": "{1}의 {0}분기가 {2}회 실행되었습니다.",
|
|
9806
10144
|
"coverage.branchNotCovered": "{1}의 분기 {0}(이)가 적용되지 않았습니다.",
|
|
9807
10145
|
"coverage.branches": "{2} 분기의 {1} 중 {0}이(가) 적용 되었습니다.",
|
|
9808
10146
|
"coverage.codeExecutedCount": "{0}(이)가 {1}회 실행되었습니다.",
|
|
9809
|
-
"coverage.
|
|
10147
|
+
"coverage.declExecutedCount": "`{0}` was executed {1} time(s).",
|
|
9810
10148
|
"coverage.toggleInline": "인라인 적용 범위 설정/해제",
|
|
9811
10149
|
"testing.toggleInlineCoverage": "인라인 적용 범위 설정/해제"
|
|
9812
10150
|
},
|
|
@@ -9847,17 +10185,17 @@ var content = {
|
|
|
9847
10185
|
statementCoverage: "{0}/{1} 문이 커버됨({2})"
|
|
9848
10186
|
},
|
|
9849
10187
|
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
9850
|
-
functionsWithoutCoverage: "
|
|
10188
|
+
functionsWithoutCoverage: "{0} declarations without coverage...",
|
|
9851
10189
|
loadingCoverageDetails: "검사 세부 정보 로드 중...",
|
|
9852
10190
|
testCoverageItemLabel: "{0} 적용 범위: {0}%",
|
|
9853
10191
|
testCoverageTreeLabel: "테스트 적용 범위 탐색기",
|
|
9854
10192
|
"testing.changeCoverageSort": "정렬 순서 변경",
|
|
9855
10193
|
"testing.coverageSortByCoverage": "적용 범위별 정렬",
|
|
9856
|
-
"testing.coverageSortByCoverageDescription": "
|
|
10194
|
+
"testing.coverageSortByCoverageDescription": "Files and declarations are sorted by total coverage",
|
|
9857
10195
|
"testing.coverageSortByLocation": "위치별 정렬",
|
|
9858
|
-
"testing.coverageSortByLocationDescription": "
|
|
10196
|
+
"testing.coverageSortByLocationDescription": "Files are sorted alphabetically, declarations are sorted by position",
|
|
9859
10197
|
"testing.coverageSortByName": "이름별 정렬",
|
|
9860
|
-
"testing.coverageSortByNameDescription": "
|
|
10198
|
+
"testing.coverageSortByNameDescription": "Files and declarations are sorted alphabetically",
|
|
9861
10199
|
"testing.coverageSortPlaceholder": "테스트 적용 범위 보기 정렬..."
|
|
9862
10200
|
},
|
|
9863
10201
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
@@ -10217,6 +10555,63 @@ var content = {
|
|
|
10217
10555
|
subtypes: "{0}의 하위 형식",
|
|
10218
10556
|
supertypes: "‘{0}’의 상위 형식",
|
|
10219
10557
|
"tree.aria": "형식 계층 구조"
|
|
10558
|
+
},
|
|
10559
|
+
"vs/workbench/contrib/update/browser/releaseNotesEditor": {
|
|
10560
|
+
disableFeature: "Disable this feature",
|
|
10561
|
+
enableFeature: "Enable this feature",
|
|
10562
|
+
releaseNotesInputName: "릴리스 정보: {0}",
|
|
10563
|
+
showOnUpdate: "업데이트 후 릴리스 정보 표시",
|
|
10564
|
+
unassigned: "할당되지 않음"
|
|
10565
|
+
},
|
|
10566
|
+
"vs/workbench/contrib/update/browser/update": {
|
|
10567
|
+
DownloadingUpdate: "업데이트를 다운로드하는 중...",
|
|
10568
|
+
checkForUpdates: "업데이트 확인...",
|
|
10569
|
+
checkingForUpdates: "업데이트를 확인하는 중...",
|
|
10570
|
+
"download update": "업데이트 다운로드",
|
|
10571
|
+
"download update_1": "업데이트 다운로드(1)",
|
|
10572
|
+
downloading: "다운로드 중...",
|
|
10573
|
+
installUpdate: "업데이트 설치",
|
|
10574
|
+
"installUpdate...": "업데이트 설치...(1)",
|
|
10575
|
+
installingUpdate: "업데이트를 설치하는 중...",
|
|
10576
|
+
later: "나중에",
|
|
10577
|
+
"learn more": "자세한 정보",
|
|
10578
|
+
noUpdatesAvailable: "현재 사용할 수 있는 업데이트가 없습니다.",
|
|
10579
|
+
"read the release notes": "{0} v{1}을(를) 시작합니다. 릴리스 정보를 확인하시겠습니까?",
|
|
10580
|
+
relaunchDetailInsiders: "다시 로드 단추를 눌러 참가자 버전의 VS Code로 전환합니다.",
|
|
10581
|
+
relaunchDetailStable: "다시 로드 단추를 눌러 안정적인 버전의 VS Code로 전환합니다.",
|
|
10582
|
+
relaunchMessage: "버전을 변경하려면 적용하기 위한 다시 로드가 필요합니다.",
|
|
10583
|
+
releaseNotes: "릴리스 정보",
|
|
10584
|
+
reload: "다시 로드(&&R)",
|
|
10585
|
+
restartToUpdate: "업데이트하려면 다시 시작(1)",
|
|
10586
|
+
"selectSyncService.detail": "VS Code의 참가자 버전은 기본적으로 별도의 참가자 설정 동기화 서비스를 사용하여 설정, 키 바인딩, 확장, 코드 조각, UI 상태를 동기화합니다.",
|
|
10587
|
+
"selectSyncService.message": "버전을 변경한 후 사용할 설정 동기화 서비스 선택",
|
|
10588
|
+
showUpdateReleaseNotes: "업데이트 릴리스 정보 표시",
|
|
10589
|
+
switchToInsiders: "참가자 버전으로 전환...",
|
|
10590
|
+
switchToStable: "안정적인 버전으로 전환...",
|
|
10591
|
+
thereIsUpdateAvailable: "사용 가능한 업데이트가 있습니다.",
|
|
10592
|
+
"update service": "서비스 업데이트",
|
|
10593
|
+
"update service disabled": "관리자로서 {0}의 사용자 범위 설치를 실행 중이므로 업데이트를 사용할 수 없습니다.",
|
|
10594
|
+
"update.noReleaseNotesOnline": "이 버전의 {0}에는 온라인 릴리스 노트가 없습니다.",
|
|
10595
|
+
updateAvailable: "사용 가능한 업데이트가 있습니다. {0} {1}",
|
|
10596
|
+
updateAvailableAfterRestart: "최신 업데이트를 적용하려면 {0}을(를) 다시 시작하세요.",
|
|
10597
|
+
updateIsReady: "새 {0} 업데이트를 사용할 수 있습니다.",
|
|
10598
|
+
updateNow: "지금 업데이트",
|
|
10599
|
+
updating: "업데이트 중...",
|
|
10600
|
+
"use insiders": "참가자(&&I)",
|
|
10601
|
+
"use stable": "안정적(현재)(&&S)"
|
|
10602
|
+
},
|
|
10603
|
+
"vs/workbench/contrib/update/browser/update.contribution": {
|
|
10604
|
+
applyUpdate: "업데이트 적용...",
|
|
10605
|
+
checkForUpdates: "업데이트 확인...",
|
|
10606
|
+
downloadUpdate: "업데이트 다운로드",
|
|
10607
|
+
installUpdate: "업데이트 설치",
|
|
10608
|
+
mshowReleaseNotes: "릴리스 정보 표시",
|
|
10609
|
+
openDownloadPage: "{0} 다운로드",
|
|
10610
|
+
pickUpdate: "업데이트 적용",
|
|
10611
|
+
restartToUpdate: "업데이트를 위해 다시 시작",
|
|
10612
|
+
showReleaseNotes: "릴리스 정보 표시",
|
|
10613
|
+
"update.noReleaseNotesOnline": "이 버전의 {0}에는 온라인 릴리스 노트가 없습니다.",
|
|
10614
|
+
updateButton: "업데이트(&&U)"
|
|
10220
10615
|
},
|
|
10221
10616
|
"vs/workbench/contrib/url/browser/trustedDomains": {
|
|
10222
10617
|
"trustedDomain.manageTrustedDomain": "신뢰할 수 있는 도메인 관리",
|
|
@@ -10379,8 +10774,11 @@ var content = {
|
|
|
10379
10774
|
"vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": {
|
|
10380
10775
|
"webview.editor.label": "웹 보기 편집기"
|
|
10381
10776
|
},
|
|
10382
|
-
"vs/workbench/contrib/
|
|
10383
|
-
"
|
|
10777
|
+
"vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution": {
|
|
10778
|
+
"workbench.welcome.dialog": "사용하도록 설정하면 시작 위젯이 편집기에 표시됩니다."
|
|
10779
|
+
},
|
|
10780
|
+
"vs/workbench/contrib/welcomeDialog/browser/welcomeWidget": {
|
|
10781
|
+
dialogClose: "대화 상자 닫기"
|
|
10384
10782
|
},
|
|
10385
10783
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": {
|
|
10386
10784
|
allDone: "완료로 표시",
|
|
@@ -10425,6 +10823,7 @@ var content = {
|
|
|
10425
10823
|
"workbench.startupEditor.newUntitledFile": "제목 없는 새 텍스트 파일을 엽니다(빈 창을 열 때만 적용됨).",
|
|
10426
10824
|
"workbench.startupEditor.none": "편집기를 사용하지 않고 시작합니다.",
|
|
10427
10825
|
"workbench.startupEditor.readme": "폴더가 포함된 폴더를 열 때 README를 열고, 그렇지 않으면 'welcomePage'로 대체합니다. 참고: 이 항목은 전역 ccnfiguration으로만 관찰되며, 작업 영역 또는 폴더 구성에 설정된 경우 무시됩니다.",
|
|
10826
|
+
"workbench.startupEditor.terminal": "Open a new terminal in the editor area.",
|
|
10428
10827
|
"workbench.startupEditor.welcomePage": "VS Code 및 확장을 시작하는 데 도움이 되는 콘텐츠가 포함된 시작 페이지를 엽니다.",
|
|
10429
10828
|
"workbench.startupEditor.welcomePageInEmptyWorkbench": "빈 워크벤치를 열 때 시작 페이지를 엽니다.",
|
|
10430
10829
|
"workbench.welcomePage.preferReducedMotion": "사용하도록 설정하면 시작 페이지에서 동작을 줄입니다.",
|
|
@@ -10764,8 +11163,19 @@ var content = {
|
|
|
10764
11163
|
"vs/workbench/contrib/workspace/common/workspace": {
|
|
10765
11164
|
workspaceTrustEnabledCtx: "작업 영역 신뢰 기능을 사용되는지 여부입니다.",
|
|
10766
11165
|
workspaceTrustedCtx: "현재 작업 영역을 사용자가 신뢰했는지 여부입니다."
|
|
11166
|
+
},
|
|
11167
|
+
"vs/workbench/contrib/workspaces/browser/workspaces.contribution": {
|
|
11168
|
+
alreadyOpen: "이 작업 영역은 이미 열려 있습니다.",
|
|
11169
|
+
foundWorkspace: "이 폴더에는 작업 영역 파일 '{0}'이(가) 포함되어 있습니다. 파일을 여시겠습니까? 작업 영역 파일에 대해 [자세히 알아보세요]({1}).",
|
|
11170
|
+
foundWorkspaces: "이 폴더에는 여러 개의 작업 영역 파일이 있습니다. 파일 하나를 여시겠습니까? 작업 영역 파일에 대해 [자세히 알아보세요]({0}).",
|
|
11171
|
+
openWorkspace: "작업 영역 열기",
|
|
11172
|
+
selectToOpen: "열 작업 영역 선택",
|
|
11173
|
+
selectWorkspace: "작업 영역 선택"
|
|
10767
11174
|
},
|
|
10768
11175
|
"vs/workbench/services/actions/common/menusExtensionPoint": {
|
|
11176
|
+
"command name": "ID",
|
|
11177
|
+
"command title": "Title",
|
|
11178
|
+
commands: "Commands",
|
|
10769
11179
|
"comment.actions": "주석 편집기 아래에 단추로 렌더링되는, 제공된 주석 상황에 맞는 메뉴",
|
|
10770
11180
|
"comment.commentContext": "주석 스레드의 Peek 뷰에 있는 개별 주석의 오른쪽 클릭 메뉴로 표시되는, 제공되는 주석 상황에 맞는 메뉴입니다.",
|
|
10771
11181
|
"comment.title": "제공한 주석 제목 메뉴",
|
|
@@ -10779,8 +11189,12 @@ var content = {
|
|
|
10779
11189
|
editorLineNumberContext: "제공된 편집기 줄 번호 상황에 맞는 메뉴",
|
|
10780
11190
|
"file.newFile": "'새 파일...' 시작 페이지 및 파일 메뉴에 표시되는 빠른 선택입니다.",
|
|
10781
11191
|
"inlineCompletions.actions": "인라인 완성을 마우스로 가리킬 때 표시되는 작업",
|
|
11192
|
+
"inlineEdit.actions": "The actions shown when hovering on an inline edit",
|
|
10782
11193
|
"interactive.cell.title": "제공된 대화형 셀 제목 메뉴",
|
|
10783
11194
|
"interactive.toolbar": "제공된 대화형 도구 모음 메뉴",
|
|
11195
|
+
"issue.reporter": "The contributed issue reporter menu",
|
|
11196
|
+
"keyboard shortcuts": "Keyboard Shortcuts",
|
|
11197
|
+
menuContexts: "Menu Contexts",
|
|
10784
11198
|
"menus.changeTitle": "소스 컨트롤 인라인 변경 메뉴",
|
|
10785
11199
|
"menus.commandPalette": "명령 팔레트",
|
|
10786
11200
|
"menus.debugCallstackContext": "디버그 호출 스택 보기 상황에 맞는 메뉴",
|
|
@@ -10799,18 +11213,22 @@ var content = {
|
|
|
10799
11213
|
"menus.home": "홈 표시기 상황에 맞는 메뉴(웹 전용)",
|
|
10800
11214
|
"menus.incomingChanges": "소스 제어 들어오는 변경 사항 메뉴",
|
|
10801
11215
|
"menus.incomingChangesAllChangesContext": "소스 제어 모든 들어오는 변경 사항 상황에 맞는 메뉴",
|
|
11216
|
+
"menus.incomingChangesContext": "The Source Control incoming changes context menu",
|
|
10802
11217
|
"menus.incomingChangesHistoryItemContext": "소스 제어 들어오는 변경 사항 기록 항목 상황에 맞는 메뉴",
|
|
10803
11218
|
"menus.input": "소스 제어 입력 상자 메뉴",
|
|
10804
11219
|
"menus.mergeEditorResult": "병합 편집기의 결과 도구 모음",
|
|
10805
11220
|
"menus.multiDiffEditorResource": "다중 diff 편집기의 리소스 도구 모음",
|
|
11221
|
+
"menus.notebookVariablesContext": "The notebook variables view context menu",
|
|
10806
11222
|
"menus.opy": "최상위 편집 메뉴의 '다음으로 복사' 하위 메뉴",
|
|
10807
11223
|
"menus.outgoingChanges": "소스 제어 나가는 변경 사항 메뉴",
|
|
10808
11224
|
"menus.outgoingChangesAllChangesContext": "소스 제어 모든 나가는 변경 사항 상황에 맞는 메뉴",
|
|
11225
|
+
"menus.outgoingChangesContext": "The Source Control outgoing changes context menu",
|
|
10809
11226
|
"menus.outgoingChangesHistoryItemContext": "소스 제어 나가는 변경 사항 기록 항목 상황에 맞는 메뉴",
|
|
10810
11227
|
"menus.resourceFolderContext": "소스 제어 리소스 폴더 컨텍스트 메뉴",
|
|
10811
11228
|
"menus.resourceGroupContext": "소스 제어 리소스 그룹 상황에 맞는 메뉴",
|
|
10812
11229
|
"menus.resourceStateContext": "소스 제어 리소스 상태 상황에 맞는 메뉴",
|
|
10813
11230
|
"menus.scmSourceControl": "소스 제어 메뉴",
|
|
11231
|
+
"menus.scmSourceControlTitle": "The Source Control title menu",
|
|
10814
11232
|
"menus.scmTitle": "소스 제어 제목 메뉴",
|
|
10815
11233
|
"menus.share": "최상위 파일 메뉴에 표시된 공유 하위 메뉴.",
|
|
10816
11234
|
"menus.statusBarRemoteIndicator": "상태 표시줄의 원격 표시기 메뉴입니다.",
|
|
@@ -10881,6 +11299,7 @@ var content = {
|
|
|
10881
11299
|
accessRequest: "{0}에 {1}에 대한 액세스 권한 부여... (1)",
|
|
10882
11300
|
accountLastUsedDate: "이 계정을 마지막으로 사용한 날짜: {0}",
|
|
10883
11301
|
allow: "허용(&&A)",
|
|
11302
|
+
authentication: "Authentication",
|
|
10884
11303
|
"authentication.Placeholder": "아직 요청된 계정이 없습니다...",
|
|
10885
11304
|
"authentication.id": "인증 공급자의 ID입니다.",
|
|
10886
11305
|
"authentication.idConflict": "이 인증 ID '{0}'은(는) 이미 등록되어 있음",
|
|
@@ -10888,6 +11307,8 @@ var content = {
|
|
|
10888
11307
|
"authentication.missingId": "인증 기여는 ID를 지정해야 합니다.",
|
|
10889
11308
|
"authentication.missingLabel": "인증 기여는 레이블을 지정해야 합니다.",
|
|
10890
11309
|
authenticationExtensionPoint: "인증 제공",
|
|
11310
|
+
authenticationid: "ID",
|
|
11311
|
+
authenticationlabel: "Label",
|
|
10891
11312
|
confirmAuthenticationAccess: "확장 '{0}'이(가) {1} 계정 '{2}'의 인증 정보에 액세스하려고 합니다.",
|
|
10892
11313
|
deny: "거부(&&D)",
|
|
10893
11314
|
getSessionPlateholder: "'{0}'의 계정을 선택하여 사용하거나 <Esc> 키를 눌러 취소",
|
|
@@ -10903,6 +11324,8 @@ var content = {
|
|
|
10903
11324
|
signOut: "로그아웃(&&S)",
|
|
10904
11325
|
signOutMessage: "'{0}' 계정은 다음에서 사용되었습니다.\r\n\r\n{1}\r\n\r\n 해당 확장에서 로그아웃하시겠습니까?",
|
|
10905
11326
|
signOutMessageSimple: "'{0}'에서 로그아웃하시겠습니까?",
|
|
11327
|
+
trustedExtensionTooltip: "This extension is trusted by Microsoft and\r\nalways has access to this account",
|
|
11328
|
+
trustedExtensions: "Trusted by Microsoft",
|
|
10906
11329
|
useOtherAccount: "다른 계정에 로그인"
|
|
10907
11330
|
},
|
|
10908
11331
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
@@ -11150,6 +11573,7 @@ var content = {
|
|
|
11150
11573
|
rememberConfirmUrl: "이 확장에 대해 다시 묻지 않음"
|
|
11151
11574
|
},
|
|
11152
11575
|
"vs/workbench/services/extensions/common/abstractExtensionService": {
|
|
11576
|
+
activation: "Activation Events",
|
|
11153
11577
|
"extensionService.autoRestart": "원격 확장 호스트가 예기치 않게 종료되었습니다. 다시 시작 중...",
|
|
11154
11578
|
"extensionService.crash": "원격 확장 호스트가 지난 5분 동안 3번 예기치 않게 종료되었습니다.",
|
|
11155
11579
|
extensionStopVetoDetailsMany: "작업 차단 이유:\r\n- {0}",
|
|
@@ -11319,8 +11743,13 @@ var content = {
|
|
|
11319
11743
|
workspaceNameVerbose: "{0}(작업 영역)"
|
|
11320
11744
|
},
|
|
11321
11745
|
"vs/workbench/services/language/common/languageService": {
|
|
11746
|
+
"file extensions": "File Extensions",
|
|
11747
|
+
grammar: "Grammar",
|
|
11322
11748
|
invalid: "잘못된 `contributes.{0}`입니다. 배열이 필요합니다.",
|
|
11323
11749
|
"invalid.empty": "`contributes.{0}`에 대한 빈 값",
|
|
11750
|
+
"language id": "ID",
|
|
11751
|
+
"language name": "Name",
|
|
11752
|
+
languages: "Programming Languages",
|
|
11324
11753
|
"opt.aliases": "`{0}` 속성은 생략 가능하며 `string[]` 형식이어야 합니다.",
|
|
11325
11754
|
"opt.configuration": "`{0}` 속성은 생략 가능하며 `string` 형식이어야 합니다.",
|
|
11326
11755
|
"opt.extensions": "`{0}` 속성은 생략 가능하며 `string[]` 형식이어야 합니다.",
|
|
@@ -11329,6 +11758,7 @@ var content = {
|
|
|
11329
11758
|
"opt.icon": "속성 `{0}`은(는) 생략할 수 있으며 `{1}` 속성과 `{2}` 유형이 `문자열`인 `개체` 유형이어야 합니다.",
|
|
11330
11759
|
"opt.mimetypes": "`{0}` 속성은 생략 가능하며 `string[]` 형식이어야 합니다.",
|
|
11331
11760
|
"require.id": "속성 '{0}'은(는) 필수이며 'string' 형식이어야 합니다.",
|
|
11761
|
+
snippets: "Snippets",
|
|
11332
11762
|
"vscode.extension.contributes.languages": "언어 선언을 적용합니다.",
|
|
11333
11763
|
"vscode.extension.contributes.languages.aliases": "언어에 대한 이름 별칭입니다.",
|
|
11334
11764
|
"vscode.extension.contributes.languages.configuration": "언어에 대한 구성 옵션을 포함하는 파일에 대한 상대 경로입니다.",
|
|
@@ -11515,6 +11945,7 @@ var content = {
|
|
|
11515
11945
|
"error.cannotloadtheme": "{0}을(를) 로드할 수 없음: {1}"
|
|
11516
11946
|
},
|
|
11517
11947
|
"vs/workbench/services/themes/common/colorExtensionPoint": {
|
|
11948
|
+
colors: "Colors",
|
|
11518
11949
|
"contributes.color": "확장 정의 테마 지정 가능 색을 적용합니다.",
|
|
11519
11950
|
"contributes.color.description": "테마 지정 가능 색에 대한 설명",
|
|
11520
11951
|
"contributes.color.id": "테마 지정 가능 색의 식별자입니다.",
|
|
@@ -11523,6 +11954,11 @@ var content = {
|
|
|
11523
11954
|
"contributes.defaults.highContrast": "고대비 어두운 테마의 기본 색입니다. 16진수의 색 값(#RRGGBB[AA]) 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다. 제공하지 않으면 고대비 어두운 테마의 경우 '어둡게' 색이 기본값으로 사용됩니다.",
|
|
11524
11955
|
"contributes.defaults.highContrastLight": "고대비 밝은 테마의 기본 색입니다. 16진수의 색 값(#RRGGBB[AA]) 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다. 제공하지 않으면 고대비 밝은 테마의 경우 '밝게' 색이 기본값으로 사용됩니다.",
|
|
11525
11956
|
"contributes.defaults.light": "밝은 테마의 기본 색입니다. 헥스(#RRGGBB[AA])의 색상 값 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다.",
|
|
11957
|
+
defaultDark: "Dark Default",
|
|
11958
|
+
defaultHC: "High Contrast Default",
|
|
11959
|
+
defaultLight: "Light Default",
|
|
11960
|
+
description: "Description",
|
|
11961
|
+
id: "ID",
|
|
11526
11962
|
"invalid.colorConfiguration": "'configuration.colors'는 배열이어야 합니다.",
|
|
11527
11963
|
"invalid.default.colorType": "{0}은(는) 헥스(#RRGGBB[AA] 또는 #RGB[A])의 색상 값 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다.",
|
|
11528
11964
|
"invalid.defaults": "'configuration.colors.defaults'를 정의해야 하며 'light' 및 'dark'를 포함해야 합니다.",
|
|
@@ -11657,10 +12093,14 @@ var content = {
|
|
|
11657
12093
|
workbenchColors: "현재 선택한 색 테마에서 색을 재정의합니다."
|
|
11658
12094
|
},
|
|
11659
12095
|
"vs/workbench/services/themes/common/themeExtensionPoints": {
|
|
12096
|
+
"color themes": "Color Themes",
|
|
12097
|
+
"file icon themes": "File Icon Themes",
|
|
11660
12098
|
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
|
|
12099
|
+
"product icon themes": "Product Icon Themes",
|
|
11661
12100
|
reqarray: "확장점 '{0}'은(는) 배열이어야 합니다.",
|
|
11662
12101
|
reqid: "`contributes.{0}.id`에 문자열이 필요합니다. 제공된 값: {1}",
|
|
11663
12102
|
reqpath: "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
|
|
12103
|
+
themes: "Themes",
|
|
11664
12104
|
"vscode.extension.contributes.iconThemes": "파일 아이콘 테마를 적용합니다.",
|
|
11665
12105
|
"vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용되는 파일 아이콘 테마의 ID.",
|
|
11666
12106
|
"vscode.extension.contributes.iconThemes.label": "UI에 표시된 파일 아이콘 테마의 레이블.",
|
|
@@ -11858,6 +12298,9 @@ var content = {
|
|
|
11858
12298
|
resetViewLocation: "위치 다시 설정",
|
|
11859
12299
|
"show view": "{0} 표시",
|
|
11860
12300
|
"toggle view": "{0} 토글"
|
|
12301
|
+
},
|
|
12302
|
+
"vs/workbench/services/views/common/viewContainerModel": {
|
|
12303
|
+
showViewsLog: "Show Views Log"
|
|
11861
12304
|
},
|
|
11862
12305
|
"vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
|
|
11863
12306
|
confirmMakeWriteable: "'{0}'이(가) 읽기 전용으로 표시됩니다. 그래도 저장하시겠습니까?",
|