@codingame/monaco-vscode-language-pack-ko 1.83.13 → 1.83.15-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ko",
3
- "version": "1.83.13",
3
+ "version": "1.83.15-next.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.83.13"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.83.15-next.0"
22
22
  }
23
23
  }
@@ -10,12 +10,12 @@
10
10
  "contents": {
11
11
  "package": {
12
12
  "add.eventListener.breakpoint": "이벤트 수신기 중단점 토글",
13
- "add.xhr.breakpoint": "Add XHR/fetch Breakpoint",
13
+ "add.xhr.breakpoint": "XHR/fetch 중단점 추가",
14
14
  "attach.node.process": "Node 프로세스에 연결",
15
15
  "base.cascadeTerminateToConfigurations.label": "이 디버그 세션이 종료되면 중지되는 디버그 세션 목록입니다.",
16
16
  "base.enableDWARF.label": "디버거가 리소스를 많이 사용할 수 있는 WebAssembly에서 DWARF 디버그 기호를 읽으려고 시도할지 여부를 전환합니다. 작동하려면 'ms-vscode.wasm-dwarf-debugging' 확장이 필요합니다.",
17
- "breakpoint.xhr.any": "Any XHR/fetch",
18
- "breakpoint.xhr.contains": "Break when URL contains:",
17
+ "breakpoint.xhr.any": "모든 XHR/fetch",
18
+ "breakpoint.xhr.contains": "URL에 다음이 포함된 경우 중단:",
19
19
  "browser.address.description": "디버그된 브라우저에서 수신 대기 중인 IP 주소 또는 호스트 이름입니다.",
20
20
  "browser.attach.port.description": "원격에서 브라우저를 디버그하는 데 사용할 포트입니다. 브라우저를 시작할 때 `--remote-debugging-port`로 제공됩니다.",
21
21
  "browser.baseUrl.description": "경로 baseUrl을 확인할 기본 URL입니다. 디스크의 파일에 URL을 매핑할 때 baseURL이 잘립니다. 기본값은 시작 URL 도메인입니다.",
@@ -105,7 +105,7 @@
105
105
  "edge.port.description": "웹 보기를 디버그할 때 웹 보기 디버거에서 수신 대기하는 포트입니다. 설정하지 않은 경우 자동으로 검색됩니다.",
106
106
  "edge.useWebView.attach.description": "UWP에서 호스팅된 Webview2에 대한 디버그 파이프의 `pipeName`을 포함하는 개체입니다. 이는 \"\\\\.\\pipe\\LOCAL\\MyTestSharedMemory\" 파이프를 만드는 경우 \"MyTestSharedMemory\"를 말합니다.",
107
107
  "edge.useWebView.launch.description": "'true'이면 디버거는 런타임 실행 파일을 WebView가 포함된 호스트 애플리케이션으로 취급하여 WebView 스크립트 콘텐츠를 디버그할 수 있도록 합니다.",
108
- "edit.xhr.breakpoint": "Edit XHR/fetch Breakpoint",
108
+ "edit.xhr.breakpoint": "XHR/fetch 중단점 편집",
109
109
  "enableContentValidation.description": "디스크에 있는 파일의 내용이 런타임에 로드된 파일의 내용과 일치하는지 확인할지를 전환합니다. 이는 여러 시나리오에서 유용하며 몇몇 시나리오에서는 반드시 필요하지만, 경우에 따라(예: 스크립트의 서버 쪽 변환이 있는 경우) 문제를 발생시킬 수 있습니다.",
110
110
  "errors.timeout": "{0}: {1}ms 후 시간 초과",
111
111
  "extension.description": "Node.js 프로그램 및 Chrome 디버깅을 위한 확장입니다.",
@@ -200,8 +200,8 @@
200
200
  "profile.start": "성능 프로필 수행",
201
201
  "profile.stop": "성능 프로필 중지",
202
202
  "remove.eventListener.breakpoint.all": "모든 이벤트 수신기 중단점 제거",
203
- "remove.xhr.breakpoint": "Remove XHR/fetch Breakpoint",
204
- "remove.xhr.breakpoint.all": "Remove All XHR/fetch Breakpoints",
203
+ "remove.xhr.breakpoint": "XHR/fetch 중단점 제거",
204
+ "remove.xhr.breakpoint.all": "모든 XHR/fetch 중단점 제거",
205
205
  "requestCDPProxy.label": "디버그 세션에 대한 CDP 프록시 요청",
206
206
  "skipFiles.description": "디버그할 때 건너뛰는 파일의 GLOB 패턴 배열입니다. `<node_internals>/**` 패턴은 모든 내부 Node.js 모듈과 일치합니다.",
207
207
  "smartStep.description": "다시 원래 소스에 매핑할 수 없는 생성된 코드를 자동으로 단계별로 실행합니다.",
@@ -222,14 +222,14 @@
222
222
  },
223
223
  "bundle": {
224
224
  "A profiling session is already running, would you like to stop it and start a new session?": "프로파일링 세션이 이미 실행 중입니다. 해당 세션을 중지하고 새 세션을 시작하시겠습니까?",
225
- "Add XHR Breakpoint": "Add XHR Breakpoint",
226
- "Add new URL...": "Add new URL...",
225
+ "Add XHR Breakpoint": "XHR 중단점 추가",
226
+ "Add new URL...": " URL 추가...",
227
227
  "Adjust glob pattern(s) in the 'outFiles' attribute so that they cover the generated JavaScript.": "생성된 JavaScript를 포함하도록 'outFiles' 특성의 GLOB 패턴을 조정합니다.",
228
228
  "Always": "항상",
229
229
  "Always in this Workspace": "이 작업 영역에서 항상",
230
230
  "An error occurred taking a profile from the target.": "대상에서 프로필을 가져오는 동안 오류가 발생했습니다.",
231
231
  "Animation Frame Fired": "애니메이션 프레임 발생",
232
- "Any XHR or fetch": "Any XHR or fetch",
232
+ "Any XHR or fetch": "모든 XHR 또는 fetch",
233
233
  "Assertion failed": "어설션 실패",
234
234
  "Attach to process: '{0}' doesn't look like a process id.": "프로세스에 연결: '{0}'은(는) 프로세스 ID가 아닌 것 같습니다.",
235
235
  "Attach to process: cannot enable debug mode for process '{0}' ({1}).": "프로세스에 연결: 프로세스 '{0}'({1})에 대해 디버그 모드를 사용하도록 설정할 수 없습니다.",
@@ -239,7 +239,7 @@
239
239
  "Bidder Bidding Phase Start": "입찰자 입찰 단계 시작",
240
240
  "Bidder Reporting Phase Start": "입찰자 보고 단계 시작",
241
241
  "Block": "차단",
242
- "Break when URL Contains": "Break when URL Contains",
242
+ "Break when URL Contains": "URL이 다음을 포함하면 중단",
243
243
  "Breaks on all throw errors, even if they're caught later.": "나중에 catch되는 경우에도 모든 throw 오류 발생 시 중단됩니다.",
244
244
  "Breaks only on errors or promise rejections that are not handled.": "오류에서만 중단되거나 처리되지 않는 거부를 약속합니다.",
245
245
  "CPU Profile": "CPU 프로필",
@@ -271,10 +271,10 @@
271
271
  "Don't show again": "다시 표시하지 않음",
272
272
  "Duration": "기간",
273
273
  "Duration of Profile": "프로필 지속 기간",
274
- "Edit XHR Breakpoint": "Edit XHR Breakpoint",
274
+ "Edit XHR Breakpoint": "XHR 중단점 편집",
275
275
  "Edit package.json": "package.json 편집",
276
276
  "Enables Node.js [auto attach]({0}) debugging in \"{1}\" mode/{Locked='[auto attach]({0})'}the 2nd placeholder is the setting value": "\"{1}\" 모드에서 Node.js [auto attach]({0}) 디버깅을 활성화합니다.",
277
- "Enter a URL or a pattern to match": "Enter a URL or a pattern to match",
277
+ "Enter a URL or a pattern to match": "일치시킬 URL 또는 패턴 입력",
278
278
  "Eval": "Eval",
279
279
  "Frame could not be restarted": "프레임을 다시 시작할 수 없습니다.",
280
280
  "Generates a .cpuprofile file you can open in the Chrome devtools": "Chrome devtools에서 열 수 있는 .cpuprofile 파일을 생성합니다.",
@@ -384,7 +384,7 @@
384
384
  "Thread is not paused on exception": "예외에서 스레드가 일시 중지되지 않음",
385
385
  "Thread not found": "스레드를 찾을 수 없음",
386
386
  "Type of profile:": "프로필 형식:",
387
- "URL contains \"{0}\"": "URL contains \"{0}\"",
387
+ "URL contains \"{0}\"": "URL \"{0}\"이(가) 포함됨",
388
388
  "UWP webview debugging is not available on your platform.": "UWP webview 디버깅은 플랫폼에서 사용할 수 없습니다.",
389
389
  "Unable to attach to browser": "브라우저에 연결할 수 없음",
390
390
  "Unable to evaluate": "평가할 수 없음",
@@ -413,7 +413,7 @@
413
413
  "WebGL Warning Fired": "WebGL 경고 발생",
414
414
  "With Block": "With 블록",
415
415
  "Would you like to save a configuration in your launch.json for easy access later?": "나중에 쉽게 액세스할 수 있도록 launch.json에 구성을 저장하시겠습니까?",
416
- "XHR/Fetch URLs": "XHR/Fetch URLs",
416
+ "XHR/Fetch URLs": "XHR/fetch URL",
417
417
  "Yes": "예",
418
418
  "You may install the `{}` module via npm for enhanced WebAssembly debugging": "향상된 WebAssembly 디버깅을 위해 npm을 통해 '{}' 모듈을 설치할 수 있습니다.",
419
419
  "You need to open a workspace folder to debug npm scripts.": "npm 스크립트를 디버그하려면 작업 영역 폴더를 열어야 합니다.",
@@ -240,7 +240,7 @@ var content = {
240
240
  "diff.hiddenLines.top": "위에 자세히 표시하려면 클릭하거나 끌어다 놓기",
241
241
  foldUnchanged: "변경되지 않은 영역 접기",
242
242
  hiddenLines: "숨겨진 선 {0}개",
243
- showAll: "모두 표시"
243
+ showUnchangedRegion: "변경되지 않은 영역 표시"
244
244
  },
245
245
  "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": {
246
246
  "diff.clipboard.copyChangedLineContent.label": "변경된 줄({0}) 복사",
@@ -409,9 +409,9 @@ var content = {
409
409
  "editor.inlayHints.offUnlessPressed": "인레이 힌트는 기본값으로 숨겨져 있으며 {0}을(를) 길게 누르면 표시됩니다.",
410
410
  "editor.inlayHints.on": "인레이 힌트를 사용할 수 있음",
411
411
  "editor.inlayHints.onUnlessPressed": "인레이 힌트는 기본적으로 표시되고 {0}을(를) 길게 누를 때 숨겨집니다.",
412
- "editor.lightbulb.showAiIcon.off": "Don not show the AI icon.",
413
- "editor.lightbulb.showAiIcon.on": "Show an AI icon when the code action menu contains an AI action, on code and empty lines.",
414
- "editor.lightbulb.showAiIcon.onCode": "Show an AI icon when the code action menu contains an AI action, but only on code.",
412
+ "editor.lightbulb.showAiIcon.off": "AI 아이콘을 표시하지 않습니다.",
413
+ "editor.lightbulb.showAiIcon.on": "코드 작업 메뉴에 AI 작업이 포함된 경우 코드 줄에 AI 아이콘을 표시합니다.",
414
+ "editor.lightbulb.showAiIcon.onCode": "코드 작업 메뉴에 AI 작업이 포함되어 있지만 코드에서만 AI 아이콘을 표시합니다.",
415
415
  "editor.stickyScroll.defaultModel": "고정할 줄을 결정하는 데 사용할 모델을 정의합니다. 개요 모델이 없으면 들여쓰기 모델에 해당하는 접기 공급자 모델에서 대체됩니다. 이 순서는 세 가지 경우 모두 적용됩니다.",
416
416
  "editor.stickyScroll.enabled": "편집기 위쪽에서 스크롤하는 동안 중첩된 현재 범위를 표시합니다.",
417
417
  "editor.stickyScroll.maxLineCount": "표시할 최대 고정 선 수를 정의합니다.",
@@ -586,7 +586,7 @@ var content = {
586
586
  selectSubwords: "하위 단어(예: 'fooBar'의 'foo' 또는 'foo_bar')를 선택해야 하는지 여부입니다.",
587
587
  selectionClipboard: "Linux 주 클립보드의 지원 여부를 제어합니다.",
588
588
  selectionHighlight: "편집기가 선택 항목과 유사한 일치 항목을 강조 표시해야하는지 여부를 제어합니다.",
589
- showAiIcons: "Show an AI icon along with the lightbulb when the code action menu contains an AI action.",
589
+ showAiIcons: "코드 작업 메뉴에 AI 작업이 포함된 경우 AI 아이콘을 전구와 함께 표시합니다.",
590
590
  showDeprecated: "취소선 사용되지 않는 변수를 제어합니다.",
591
591
  showFoldingControls: "여백의 접기 컨트롤이 표시되는 시기를 제어합니다.",
592
592
  "showFoldingControls.always": "접기 컨트롤을 항상 표시합니다.",
@@ -766,6 +766,7 @@ var content = {
766
766
  inDiffEditor: "컨텍스트가 diff 편집기인지 여부",
767
767
  inMultiDiffEditor: "컨텍스트가 다중 diff 편집기인지 여부",
768
768
  isEmbeddedDiffEditor: "컨텍스트가 포함된 diff 편집기인지 여부",
769
+ multiDiffEditorAllCollapsed: "다중 diff 편집기의 모든 파일이 축소되는지 여부",
769
770
  standaloneColorPickerFocused: "독립 실행형 색 편집기가 포커스되는지 여부",
770
771
  standaloneColorPickerVisible: "독립 실행형 색 편집기가 표시되는지 여부",
771
772
  stickyScrollFocused: "스티키 스크롤의 포커스 여부",
@@ -937,9 +938,9 @@ var content = {
937
938
  },
938
939
  "vs/editor/contrib/codeAction/browser/lightBulbWidget": {
939
940
  codeAction: "코드 작업 표시",
940
- codeActionStartInlineChat: "Start Inline Chat",
941
- codeActionStartInlineChatWithKb: "Start Inline Chat ({0})",
942
- codeActionTriggerAiAction: "Trigger AI Action",
941
+ codeActionStartInlineChat: "인라인 채팅 시작",
942
+ codeActionStartInlineChatWithKb: "인라인 채팅 시작({0})",
943
+ codeActionTriggerAiAction: "AI 작업 트리거",
943
944
  codeActionWithKb: "코드 작업 표시({0})",
944
945
  preferredcodeActionWithKb: "코드 작업 표시. 기본 설정 빠른 수정 사용 가능({0})"
945
946
  },
@@ -1992,7 +1993,7 @@ var content = {
1992
1993
  "terminalProfile.osxExtensionId": "확장 터미널의 ID",
1993
1994
  "terminalProfile.osxExtensionIdentifier": "이 프로필을 제공한 확장입니다.",
1994
1995
  "terminalProfile.osxExtensionTitle": "확장 터미널의 이름",
1995
- "terminalProfile.overrideName": "Whether or not to replace the dynamic terminal title that detects what program is running with the static profile name.",
1996
+ "terminalProfile.overrideName": "정적 프로필 이름으로 실행 중인 프로그램을 감지하는 동적 터미널 제목을 바꿀지 여부를 지정합니다.",
1996
1997
  "terminalProfile.path": "셸 실행 파일에 대한 단일 경로 또는 하나의 경로가 실패할 경우 대체로 사용될 경로의 배열입니다.",
1997
1998
  "terminalProfile.windowsExtensionId": "확장 터미널의 ID",
1998
1999
  "terminalProfile.windowsExtensionIdentifier": "이 프로필을 제공한 확장입니다.",
@@ -2070,6 +2071,7 @@ var content = {
2070
2071
  editorInlayHintForeground: "인라인 힌트의 전경색",
2071
2072
  editorInlayHintForegroundParameter: "매개 변수에 대한 인라인 힌트의 전경색",
2072
2073
  editorInlayHintForegroundTypes: "형식에 대한 인라인 힌트의 전경색",
2074
+ editorLightBulbAiForeground: "전구 AI 아이콘에 사용되는 색상입니다.",
2073
2075
  editorLightBulbAutoFixForeground: "전구 자동 수정 작업 아이콘에 사용되는 색상입니다.",
2074
2076
  editorLightBulbForeground: "전구 작업 아이콘에 사용되는 색상입니다.",
2075
2077
  editorSelectionBackground: "편집기 선택 영역의 색입니다.",
@@ -2885,11 +2887,13 @@ var content = {
2885
2887
  closeRight: "오른쪽에 있는 항목 닫기",
2886
2888
  closeRightEditors: "그룹에서 오른쪽에 있는 편집기 닫기",
2887
2889
  closeSavedEditors: "그룹에서 저장된 편집기 닫기",
2890
+ copyEditorGroupToNewWindow: "새 창에 복사",
2888
2891
  copyEditorToNewWindow: "편집기를 새 창에 복사",
2892
+ copyToNewWindow: "새 창에 복사",
2889
2893
  editorActionsPosition: "편집기 작업 위치",
2890
2894
  editorQuickAccessPlaceholder: "열려는 편집기 이름을 입력합니다.",
2891
2895
  hidden: "숨겨짐",
2892
- hideTabBar: "숨기기",
2896
+ hideTabs: "숨겨짐",
2893
2897
  "ignoreTrimWhitespace.label": "선행/후행 공백 차이 표시",
2894
2898
  inlineView: "인라인 보기",
2895
2899
  joinInGroup: "그룹에 참가",
@@ -2957,11 +2961,13 @@ var content = {
2957
2961
  miTwoRowsEditorLayoutWithoutMnemonic: "두 개 행",
2958
2962
  miTwoRowsRightEditorLayout: "오른쪽 두 개 행(&&O)",
2959
2963
  miTwoRowsRightEditorLayoutWithoutMnemonic: "오른쪽 두 개 행",
2964
+ moveEditorGroupToNewWindow: "새 창으로 이동",
2960
2965
  moveEditorToNewWindow: "편집기를 새 창으로 이동",
2961
2966
  moveToNewWindow: "새 창으로 이동",
2962
2967
  multipleTabs: "여러 탭",
2963
2968
  "navigate.next.label": "다음 변경 내용",
2964
2969
  "navigate.prev.label": "이전 변경 내용",
2970
+ newWindow: "새 창",
2965
2971
  nextChangeIcon: "Diff 편집기에서 다음 변경 작업의 아이콘입니다.",
2966
2972
  pin: "고정",
2967
2973
  pinEditor: "편집기 고정",
@@ -3040,6 +3046,7 @@ var content = {
3040
3046
  miForward: "앞으로(&&F)",
3041
3047
  miMoveEditorGroupToNewWindow: "편집기 그룹을 새 창으로 이동(&&M)",
3042
3048
  miMoveEditorToNewWindow: "편집기를 새 창으로 이동(&&M)",
3049
+ miNewEmptyEditorWindow: "&&빈 편집기 창 새로 만들기",
3043
3050
  miRestoreEditorsToMainWindow: "편집기를 주 창으로 복원(&&R)",
3044
3051
  minimizeOtherEditorGroups: "편집기 그룹 확장",
3045
3052
  minimizeOtherEditorGroupsHideSidebar: "편집기 그룹 확장 및 사이드바 숨기기",
@@ -3072,6 +3079,7 @@ var content = {
3072
3079
  navigatePreviousInNavigationLocations: "탐색 위치에서 이전으로 이동",
3073
3080
  navigateToLastEditLocation: "마지막 편집 위치로 이동",
3074
3081
  navigateToLastNavigationLocation: "마지막 탐색 위치로 이동",
3082
+ newEmptyEditorWindow: "빈 편집기 창 새로 만들기",
3075
3083
  newGroupAbove: "위쪽의 새 편집기 그룹",
3076
3084
  newGroupBelow: "아래쪽의 새 편집기 그룹",
3077
3085
  newGroupLeft: "왼쪽의 새 편집기 그룹",
@@ -3711,7 +3719,7 @@ var content = {
3711
3719
  isCenteredLayout: "가운데 맞춤 레이아웃을 사용하도록 설정되어 있는지 여부",
3712
3720
  isFileSystemResource: "파일 시스템 공급자에서 리소스를 지원하는지 여부",
3713
3721
  isFullscreen: "창이 전체 화면 모드인지 여부",
3714
- mainEditorAreaVisible: "Whether the editor area in the main window is visible",
3722
+ mainEditorAreaVisible: "기본 창의 편집기 영역을 표시할지 여부",
3715
3723
  multipleEditorGroups: "여러 개의 편집기 그룹이 열려 있는지 여부",
3716
3724
  notificationCenterVisible: "알림 센터가 표시되는지 여부",
3717
3725
  notificationFocus: "알림에 키보드 포커스가 있는지 여부",
@@ -4065,8 +4073,8 @@ var content = {
4065
4073
  "tree.aria": "호출 계층 구조"
4066
4074
  },
4067
4075
  "vs/workbench/contrib/chat/browser/actions/chatActions": {
4068
- "actions.chat.submit": "Submit",
4069
- "actions.chat.submitSecondaryAgent": "Submit to Secondary Agent",
4076
+ "actions.chat.submit": "제출",
4077
+ "actions.chat.submitSecondaryAgent": "보조 에이전트에 제출",
4070
4078
  "actions.interactiveSession.focus": "포커스 채팅 목록",
4071
4079
  "chat.category": "채팅",
4072
4080
  "interactiveSession.clearHistory.label": "입력 기록 지우기",
@@ -4459,11 +4467,11 @@ var content = {
4459
4467
  breakpoint: "중단점",
4460
4468
  breakpointUnsupported: "이 유형의 중단점은 디버거에서 지원되지 않습니다.",
4461
4469
  breakpoints: "중단점",
4462
- dataBreakPointExpresionAriaLabel: "Type expression. Data breakpoint will break when expression evaluates to true",
4463
- dataBreakPointHitCountAriaLabel: "Type hit count. Data breakpoint will break when hit count is met.",
4470
+ dataBreakPointExpresionAriaLabel: "식을 입력합니다. 식이 true로 계산될 경우 데이터 중단점이 중단됩니다.",
4471
+ dataBreakPointHitCountAriaLabel: "적중 횟수를 입력합니다. 적중 횟수가 충족될 경우 데이터 중단점이 중단됩니다.",
4464
4472
  dataBreakpoint: "데이터 중단점",
4465
- dataBreakpointExpressionPlaceholder: "Break when expression evaluates to true",
4466
- dataBreakpointHitCountPlaceholder: "Break when hit count is met",
4473
+ dataBreakpointExpressionPlaceholder: "식이 true로 계산될 경우 중단합니다.",
4474
+ dataBreakpointHitCountPlaceholder: "적중 횟수가 충족될 경우 중단함",
4467
4475
  dataBreakpointUnsupported: "데이터 중단점은 이 디버그 유형에서 지원되지 않습니다.",
4468
4476
  dataBreakpointsNotSupported: "데이터 중단점은 이 디버그 유형에서 지원되지 않습니다.",
4469
4477
  disableAllBreakpoints: "모든 중단점 해제",
@@ -4475,8 +4483,8 @@ var content = {
4475
4483
  enableAllBreakpoints: "모든 중단점 설정",
4476
4484
  exceptionBreakpointAriaLabel: "예외 중단점 조건 입력",
4477
4485
  exceptionBreakpointPlaceholder: "식이 true로 계산될 경우 중단합니다.",
4478
- expression: "Condition: {0}",
4479
- expressionAndHitCount: "Condition: {0} | Hit Count: {1}",
4486
+ expression: "조건: {0}",
4487
+ expressionAndHitCount: "조건: {0} | 적중 횟수: {1}",
4480
4488
  expressionCondition: "식 조건: {0}",
4481
4489
  functionBreakPointExpresionAriaLabel: "식을 입력합니다. 식이 true로 계산될 경우 함수 중단점이 중단됩니다.",
4482
4490
  functionBreakPointHitCountAriaLabel: "적중 횟수를 입력합니다. 적중 횟수가 충족될 경우 함수 중단점이 중단됩니다.",
@@ -5537,7 +5545,7 @@ var content = {
5537
5545
  "switch to release version tooltip": "이 확장의 릴리스 버전으로 전환",
5538
5546
  sync: "이 확장 동기화",
5539
5547
  synced: "이 확장은 동기화되었습니다.",
5540
- toggleAutoUpdatesForPublisherLabel: "Auto Update All (From Publisher)",
5548
+ toggleAutoUpdatesForPublisherLabel: "모두 자동 업데이트(게시자로부터)",
5541
5549
  undo: "실행 취소",
5542
5550
  uninstallAction: "제거",
5543
5551
  uninstallExtensionComplete: "Visual Studio Code를 다시 로드하여 {0} 확장 제거를 완료하세요.",
@@ -6150,8 +6158,8 @@ var content = {
6150
6158
  "inlineChat.border": "대화형 편집기 위젯의 테두리 색",
6151
6159
  "inlineChat.regionHighlight": "현재 대화형 영역의 배경 강조 표시. 투명해야 합니다.",
6152
6160
  "inlineChat.shadow": "대화형 편집기 위젯의 그림자 색",
6153
- inlineChatChangeHasDiff: "Whether the current change supports showing a diff",
6154
- inlineChatChangeShowsDiff: "Whether the current change showing a diff",
6161
+ inlineChatChangeHasDiff: "현재 변경 내용의 diff 표시 지원 여부",
6162
+ inlineChatChangeShowsDiff: "현재 변경 내용의 diff 표시 여부",
6155
6163
  inlineChatDidEdit: "대화형 편집기에서 코드를 변경했는지 여부",
6156
6164
  "inlineChatDiff.inserted": "대화형 편집기 입력에 삽입된 텍스트의 배경색",
6157
6165
  "inlineChatDiff.removed": "대화형 편집기 입력에서 제거된 텍스트의 배경색",
@@ -6176,7 +6184,6 @@ var content = {
6176
6184
  inlineChatResponseType: "현재 대화형 편집기 세션의 마지막 응답 유형",
6177
6185
  inlineChatResponseTypes: "응답이 수신된 유형",
6178
6186
  inlineChatSupportIssueReporting: "대화형 편집기가 문제 보고를 지원하는지 여부",
6179
- inlineChatToolbarIconEnabled: "인라인 채팅을 생성하는 도구 모음 아이콘을 사용할 수 있는지 여부입니다.",
6180
6187
  inlineChatUserDidEdit: "사용자가 인라인 채팅의 맨 위에서 변경했는지 여부",
6181
6188
  inlineChatVisible: "대화형 편집기 입력이 표시되는지 여부",
6182
6189
  mode: "대화형 편집기에서 만든 변경 내용이 문서에 직접 적용되거나 먼저 미리 보기되는지 여부를 구성합니다.",
@@ -6252,12 +6259,12 @@ var content = {
6252
6259
  miMarker: "문제(&&P)",
6253
6260
  noProblems: "문제없음",
6254
6261
  problems: "문제",
6255
- "problems.visibility": "Controls whether the problems are visible throughout the editor and workbench.",
6256
- problemsOff: "Problems have been turned off.",
6262
+ "problems.visibility": "편집기 워크벤치 전체에서 문제를 표시할지 여부를 제어합니다.",
6257
6263
  "show multiline": "메시지를 여러 줄로 표시",
6258
6264
  "show singleline": "메시지를 한 줄로 표시",
6259
6265
  "status.problems": "문제",
6260
- "status.problems.off": "Problems",
6266
+ "status.problemsVisibility": "문제 표시 여부",
6267
+ "status.problemsVisibilityOff": "문제가 꺼져 있습니다. 설정을 열려면 클릭하세요.",
6261
6268
  "toggle Excluded Files": "제외된 파일 설정/해제",
6262
6269
  "toggle active file": "활성 파일 설정/해제",
6263
6270
  "toggle errors": "오류 토글",
@@ -6440,10 +6447,10 @@ var content = {
6440
6447
  "outline.initialState": "개요 항목의 축소 또는 확장 여부를 제어합니다.",
6441
6448
  "outline.initialState.collapsed": "모든 항목 축소",
6442
6449
  "outline.initialState.expanded": "모든 항목 확장",
6443
- "outline.problem.colors": "Use colors for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6444
- "outline.problems.badges": "Use badges for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6450
+ "outline.problem.colors": "개요 요소에서 오류 경고에 색을 사용합니다. 꺼져 있으면 `#problems.visibility#`로 덮어쓰여집니다.",
6451
+ "outline.problems.badges": "개요 요소에서 오류 경고에 배지를 사용합니다. 꺼져 있으면 `#problems.visibility#`로 덮어쓰여집니다.",
6445
6452
  "outline.showIcons": "아이콘으로 윤곽 요소를 렌더링합니다.",
6446
- "outline.showProblem": "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6453
+ "outline.showProblem": "개요 요소에 오류 경고를 표시합니다. 꺼져 있으면 `#problems.visibility#`로 덮어쓰여집니다.",
6447
6454
  outlineConfigurationTitle: "개요",
6448
6455
  outlineViewIcon: "개요 보기의 뷰 아이콘입니다."
6449
6456
  },
@@ -6673,6 +6680,7 @@ var content = {
6673
6680
  keyboard: "키보드",
6674
6681
  mergeEditor: "병합 편집기",
6675
6682
  minimap: "미니맵",
6683
+ multiDiffEditor: "다중 파일 Diff 편집기",
6676
6684
  newWindow: "새 창",
6677
6685
  notebook: "Notebook",
6678
6686
  other: "기타",
@@ -7829,7 +7837,7 @@ var content = {
7829
7837
  "terminal.integrated.splitCwd.initial": "새 분할 터미널은 부모 터미널이 시작된 작업 디렉터리를 사용합니다.",
7830
7838
  "terminal.integrated.splitCwd.workspaceRoot": "새 분할 터미널은 작업 영역 루트를 작업 디렉터리로 사용합니다. 다중 루트 작업 영역에서는 사용할 루트 폴더의 선택 항목이 제공됩니다.",
7831
7839
  "terminal.integrated.stickyScroll.enabled": "실험적: 터미널 맨 위에 현재 명령을 표시합니다.",
7832
- "terminal.integrated.stickyScroll.maxLineCount": "표시할 최대 고정 선 수를 정의합니다.",
7840
+ "terminal.integrated.stickyScroll.maxLineCount": "표시할 최대 고정 선 수를 정의합니다. 이 설정에 관계없이 고정 스크롤 선은 뷰포트의 40%를 초과하지 않습니다.",
7833
7841
  "terminal.integrated.tabStopWidth": "탭 정지의 셀 수입니다.",
7834
7842
  "terminal.integrated.tabs.defaultColor": "기본적으로 터미널 아이콘과 연결할 테마 색 ID입니다.",
7835
7843
  "terminal.integrated.tabs.defaultIcon": "기본적으로 터미널 아이콘과 연결할 코디콘 ID입니다.",
@@ -8159,7 +8167,7 @@ var content = {
8159
8167
  "menus.explorerContextShare": "파일 탐색기 상황에 맞는 메뉴의 '공유' 하위 메뉴",
8160
8168
  "menus.extensionContext": "확장 상황에 따른 메뉴",
8161
8169
  "menus.home": "홈 표시기 상황에 맞는 메뉴(웹 전용)",
8162
- "menus.input": "The Source Control input box menu",
8170
+ "menus.input": "소스 제어 입력 상자 메뉴",
8163
8171
  "menus.mergeEditorResult": "병합 편집기의 결과 도구 모음",
8164
8172
  "menus.opy": "최상위 편집 메뉴의 '다음으로 복사' 하위 메뉴",
8165
8173
  "menus.resourceFolderContext": "소스 제어 리소스 폴더 컨텍스트 메뉴",