@codingame/monaco-vscode-language-pack-ko 1.83.13 → 1.83.14

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.14",
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.14"
22
22
  }
23
23
  }
@@ -240,7 +240,7 @@ var content = {
240
240
  "diff.hiddenLines.top": "위에 자세히 표시하려면 클릭하거나 끌어다 놓기",
241
241
  foldUnchanged: "변경되지 않은 영역 접기",
242
242
  hiddenLines: "숨겨진 선 {0}개",
243
- showAll: "모두 표시"
243
+ showUnchangedRegion: "Show Unchanged Region"
244
244
  },
245
245
  "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": {
246
246
  "diff.clipboard.copyChangedLineContent.label": "변경된 줄({0}) 복사",
@@ -2070,6 +2070,7 @@ var content = {
2070
2070
  editorInlayHintForeground: "인라인 힌트의 전경색",
2071
2071
  editorInlayHintForegroundParameter: "매개 변수에 대한 인라인 힌트의 전경색",
2072
2072
  editorInlayHintForegroundTypes: "형식에 대한 인라인 힌트의 전경색",
2073
+ editorLightBulbAiForeground: "The color used for the lightbulb AI icon.",
2073
2074
  editorLightBulbAutoFixForeground: "전구 자동 수정 작업 아이콘에 사용되는 색상입니다.",
2074
2075
  editorLightBulbForeground: "전구 작업 아이콘에 사용되는 색상입니다.",
2075
2076
  editorSelectionBackground: "편집기 선택 영역의 색입니다.",
@@ -2885,11 +2886,13 @@ var content = {
2885
2886
  closeRight: "오른쪽에 있는 항목 닫기",
2886
2887
  closeRightEditors: "그룹에서 오른쪽에 있는 편집기 닫기",
2887
2888
  closeSavedEditors: "그룹에서 저장된 편집기 닫기",
2889
+ copyEditorGroupToNewWindow: "Copy into New Window",
2888
2890
  copyEditorToNewWindow: "편집기를 새 창에 복사",
2891
+ copyToNewWindow: "Copy into New Window",
2889
2892
  editorActionsPosition: "편집기 작업 위치",
2890
2893
  editorQuickAccessPlaceholder: "열려는 편집기 이름을 입력합니다.",
2891
2894
  hidden: "숨겨짐",
2892
- hideTabBar: "숨기기",
2895
+ hideTabs: "Hidden",
2893
2896
  "ignoreTrimWhitespace.label": "선행/후행 공백 차이 표시",
2894
2897
  inlineView: "인라인 보기",
2895
2898
  joinInGroup: "그룹에 참가",
@@ -2957,11 +2960,13 @@ var content = {
2957
2960
  miTwoRowsEditorLayoutWithoutMnemonic: "두 개 행",
2958
2961
  miTwoRowsRightEditorLayout: "오른쪽 두 개 행(&&O)",
2959
2962
  miTwoRowsRightEditorLayoutWithoutMnemonic: "오른쪽 두 개 행",
2963
+ moveEditorGroupToNewWindow: "Move into New Window",
2960
2964
  moveEditorToNewWindow: "편집기를 새 창으로 이동",
2961
2965
  moveToNewWindow: "새 창으로 이동",
2962
2966
  multipleTabs: "여러 탭",
2963
2967
  "navigate.next.label": "다음 변경 내용",
2964
2968
  "navigate.prev.label": "이전 변경 내용",
2969
+ newWindow: "New Window",
2965
2970
  nextChangeIcon: "Diff 편집기에서 다음 변경 작업의 아이콘입니다.",
2966
2971
  pin: "고정",
2967
2972
  pinEditor: "편집기 고정",
@@ -3040,6 +3045,7 @@ var content = {
3040
3045
  miForward: "앞으로(&&F)",
3041
3046
  miMoveEditorGroupToNewWindow: "편집기 그룹을 새 창으로 이동(&&M)",
3042
3047
  miMoveEditorToNewWindow: "편집기를 새 창으로 이동(&&M)",
3048
+ miNewEmptyEditorWindow: "&&New Empty Editor Window",
3043
3049
  miRestoreEditorsToMainWindow: "편집기를 주 창으로 복원(&&R)",
3044
3050
  minimizeOtherEditorGroups: "편집기 그룹 확장",
3045
3051
  minimizeOtherEditorGroupsHideSidebar: "편집기 그룹 확장 및 사이드바 숨기기",
@@ -3072,6 +3078,7 @@ var content = {
3072
3078
  navigatePreviousInNavigationLocations: "탐색 위치에서 이전으로 이동",
3073
3079
  navigateToLastEditLocation: "마지막 편집 위치로 이동",
3074
3080
  navigateToLastNavigationLocation: "마지막 탐색 위치로 이동",
3081
+ newEmptyEditorWindow: "New Empty Editor Window",
3075
3082
  newGroupAbove: "위쪽의 새 편집기 그룹",
3076
3083
  newGroupBelow: "아래쪽의 새 편집기 그룹",
3077
3084
  newGroupLeft: "왼쪽의 새 편집기 그룹",
@@ -4065,8 +4072,8 @@ var content = {
4065
4072
  "tree.aria": "호출 계층 구조"
4066
4073
  },
4067
4074
  "vs/workbench/contrib/chat/browser/actions/chatActions": {
4068
- "actions.chat.submit": "Submit",
4069
- "actions.chat.submitSecondaryAgent": "Submit to Secondary Agent",
4075
+ "actions.chat.submit": "제출",
4076
+ "actions.chat.submitSecondaryAgent": "보조 에이전트에 제출",
4070
4077
  "actions.interactiveSession.focus": "포커스 채팅 목록",
4071
4078
  "chat.category": "채팅",
4072
4079
  "interactiveSession.clearHistory.label": "입력 기록 지우기",
@@ -6150,8 +6157,8 @@ var content = {
6150
6157
  "inlineChat.border": "대화형 편집기 위젯의 테두리 색",
6151
6158
  "inlineChat.regionHighlight": "현재 대화형 영역의 배경 강조 표시. 투명해야 합니다.",
6152
6159
  "inlineChat.shadow": "대화형 편집기 위젯의 그림자 색",
6153
- inlineChatChangeHasDiff: "Whether the current change supports showing a diff",
6154
- inlineChatChangeShowsDiff: "Whether the current change showing a diff",
6160
+ inlineChatChangeHasDiff: "현재 변경 내용의 diff 표시 지원 여부",
6161
+ inlineChatChangeShowsDiff: "현재 변경 내용의 diff 표시 여부",
6155
6162
  inlineChatDidEdit: "대화형 편집기에서 코드를 변경했는지 여부",
6156
6163
  "inlineChatDiff.inserted": "대화형 편집기 입력에 삽입된 텍스트의 배경색",
6157
6164
  "inlineChatDiff.removed": "대화형 편집기 입력에서 제거된 텍스트의 배경색",
@@ -6176,7 +6183,6 @@ var content = {
6176
6183
  inlineChatResponseType: "현재 대화형 편집기 세션의 마지막 응답 유형",
6177
6184
  inlineChatResponseTypes: "응답이 수신된 유형",
6178
6185
  inlineChatSupportIssueReporting: "대화형 편집기가 문제 보고를 지원하는지 여부",
6179
- inlineChatToolbarIconEnabled: "인라인 채팅을 생성하는 도구 모음 아이콘을 사용할 수 있는지 여부입니다.",
6180
6186
  inlineChatUserDidEdit: "사용자가 인라인 채팅의 맨 위에서 변경했는지 여부",
6181
6187
  inlineChatVisible: "대화형 편집기 입력이 표시되는지 여부",
6182
6188
  mode: "대화형 편집기에서 만든 변경 내용이 문서에 직접 적용되거나 먼저 미리 보기되는지 여부를 구성합니다.",
@@ -6253,11 +6259,11 @@ var content = {
6253
6259
  noProblems: "문제없음",
6254
6260
  problems: "문제",
6255
6261
  "problems.visibility": "Controls whether the problems are visible throughout the editor and workbench.",
6256
- problemsOff: "Problems have been turned off.",
6257
6262
  "show multiline": "메시지를 여러 줄로 표시",
6258
6263
  "show singleline": "메시지를 한 줄로 표시",
6259
6264
  "status.problems": "문제",
6260
- "status.problems.off": "Problems",
6265
+ "status.problemsVisibility": "Problems Visibility",
6266
+ "status.problemsVisibilityOff": "Problems are turned off. Click to open settings.",
6261
6267
  "toggle Excluded Files": "제외된 파일 설정/해제",
6262
6268
  "toggle active file": "활성 파일 설정/해제",
6263
6269
  "toggle errors": "오류 토글",
@@ -6440,10 +6446,10 @@ var content = {
6440
6446
  "outline.initialState": "개요 항목의 축소 또는 확장 여부를 제어합니다.",
6441
6447
  "outline.initialState.collapsed": "모든 항목 축소",
6442
6448
  "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.",
6449
+ "outline.problem.colors": "Use colors for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6450
+ "outline.problems.badges": "Use badges for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6445
6451
  "outline.showIcons": "아이콘으로 윤곽 요소를 렌더링합니다.",
6446
- "outline.showProblem": "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6452
+ "outline.showProblem": "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6447
6453
  outlineConfigurationTitle: "개요",
6448
6454
  outlineViewIcon: "개요 보기의 뷰 아이콘입니다."
6449
6455
  },
@@ -6673,6 +6679,7 @@ var content = {
6673
6679
  keyboard: "키보드",
6674
6680
  mergeEditor: "병합 편집기",
6675
6681
  minimap: "미니맵",
6682
+ multiDiffEditor: "Multi-File Diff Editor",
6676
6683
  newWindow: "새 창",
6677
6684
  notebook: "Notebook",
6678
6685
  other: "기타",
@@ -7829,7 +7836,7 @@ var content = {
7829
7836
  "terminal.integrated.splitCwd.initial": "새 분할 터미널은 부모 터미널이 시작된 작업 디렉터리를 사용합니다.",
7830
7837
  "terminal.integrated.splitCwd.workspaceRoot": "새 분할 터미널은 작업 영역 루트를 작업 디렉터리로 사용합니다. 다중 루트 작업 영역에서는 사용할 루트 폴더의 선택 항목이 제공됩니다.",
7831
7838
  "terminal.integrated.stickyScroll.enabled": "실험적: 터미널 맨 위에 현재 명령을 표시합니다.",
7832
- "terminal.integrated.stickyScroll.maxLineCount": "표시할 최대 고정 수를 정의합니다.",
7839
+ "terminal.integrated.stickyScroll.maxLineCount": "Defines the maximum number of sticky lines to show. Sticky scroll lines will never exceed 40% of the viewport regardless of this setting.",
7833
7840
  "terminal.integrated.tabStopWidth": "탭 정지의 셀 수입니다.",
7834
7841
  "terminal.integrated.tabs.defaultColor": "기본적으로 터미널 아이콘과 연결할 테마 색 ID입니다.",
7835
7842
  "terminal.integrated.tabs.defaultIcon": "기본적으로 터미널 아이콘과 연결할 코디콘 ID입니다.",
@@ -8159,7 +8166,7 @@ var content = {
8159
8166
  "menus.explorerContextShare": "파일 탐색기 상황에 맞는 메뉴의 '공유' 하위 메뉴",
8160
8167
  "menus.extensionContext": "확장 상황에 따른 메뉴",
8161
8168
  "menus.home": "홈 표시기 상황에 맞는 메뉴(웹 전용)",
8162
- "menus.input": "The Source Control input box menu",
8169
+ "menus.input": "소스 제어 입력 상자 메뉴",
8163
8170
  "menus.mergeEditorResult": "병합 편집기의 결과 도구 모음",
8164
8171
  "menus.opy": "최상위 편집 메뉴의 '다음으로 복사' 하위 메뉴",
8165
8172
  "menus.resourceFolderContext": "소스 제어 리소스 폴더 컨텍스트 메뉴",