@codingame/monaco-vscode-language-pack-ko 1.83.16 → 1.85.0-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 +2 -2
- package/translations/main.i18n.json.js +124 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0-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.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -256,6 +256,9 @@ var content = {
|
|
|
256
256
|
codeMovedFromWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄에서 이동됨",
|
|
257
257
|
codeMovedTo: "코드가 {0} - {1}줄로 이동됨",
|
|
258
258
|
codeMovedToWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄로 이동됨"
|
|
259
|
+
},
|
|
260
|
+
"vs/editor/browser/widget/multiDiffEditorWidget/colors": {
|
|
261
|
+
"multiDiffEditor.headerBackground": "diff 편집기 헤더의 배경색입니다."
|
|
259
262
|
},
|
|
260
263
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
261
264
|
codeLens: "편집기에서 CodeLens를 표시할 것인지 여부를 제어합니다.",
|
|
@@ -2506,6 +2509,9 @@ var content = {
|
|
|
2506
2509
|
"workspaceConfig.tasks.description": "작업 영역 작업 구성",
|
|
2507
2510
|
"workspaceConfig.transient": "다시 시작하거나 다시 로드할 때 임시 작업 영역이 사라집니다.",
|
|
2508
2511
|
"workspaceConfig.uri.description": "폴더 URI"
|
|
2512
|
+
},
|
|
2513
|
+
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2514
|
+
errorResponse: "공급자의 오류: {0}"
|
|
2509
2515
|
},
|
|
2510
2516
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2511
2517
|
limitHit: "{0}개의 추가 오류 및 경고를 표시하지 않습니다."
|
|
@@ -3182,6 +3188,9 @@ var content = {
|
|
|
3182
3188
|
editorUnsupportedInAuxWindow: "이 유형의 편집기는 아직 다른 창에서 열 수 없습니다.",
|
|
3183
3189
|
ok: "확인(&&O)",
|
|
3184
3190
|
openFolder: "편집기 닫기"
|
|
3191
|
+
},
|
|
3192
|
+
"vs/workbench/browser/parts/editor/editorParts": {
|
|
3193
|
+
groupLabel: "창 {0}"
|
|
3185
3194
|
},
|
|
3186
3195
|
"vs/workbench/browser/parts/editor/editorPlaceholder": {
|
|
3187
3196
|
errorEditor: "오류 편집기",
|
|
@@ -3276,6 +3285,18 @@ var content = {
|
|
|
3276
3285
|
},
|
|
3277
3286
|
"vs/workbench/browser/parts/editor/textEditor": {
|
|
3278
3287
|
editor: "편집기"
|
|
3288
|
+
},
|
|
3289
|
+
"vs/workbench/browser/parts/globalCompositeBar": {
|
|
3290
|
+
accounts: "계정",
|
|
3291
|
+
accountsViewBarIcon: "보기 표시줄의 계정 아이콘입니다.",
|
|
3292
|
+
authProviderUnavailable: "현재 {0}을(를) 사용할 수 없습니다.",
|
|
3293
|
+
hideAccounts: "계정 숨기기",
|
|
3294
|
+
loading: "로드 중...",
|
|
3295
|
+
manage: "관리",
|
|
3296
|
+
"manage profile": "{0} 관리(프로필)",
|
|
3297
|
+
manageTrustedExtensions: "신뢰할 수 있는 확장 관리",
|
|
3298
|
+
noAccounts: "계정에 로그인되어 있지 않습니다.",
|
|
3299
|
+
signOut: "로그아웃"
|
|
3279
3300
|
},
|
|
3280
3301
|
"vs/workbench/browser/parts/notifications/notificationsActions": {
|
|
3281
3302
|
clearAllIcon: "알림에서 모두 지우기 작업의 아이콘입니다.",
|
|
@@ -3331,6 +3352,9 @@ var content = {
|
|
|
3331
3352
|
executeCommand: "'{0}' 명령을 실행하려면 클릭",
|
|
3332
3353
|
notificationActions: "알림 작업",
|
|
3333
3354
|
notificationSource: "소스: {0}"
|
|
3355
|
+
},
|
|
3356
|
+
"vs/workbench/browser/parts/paneCompositeBar": {
|
|
3357
|
+
resetLocation: "위치 다시 설정"
|
|
3334
3358
|
},
|
|
3335
3359
|
"vs/workbench/browser/parts/paneCompositePart": {
|
|
3336
3360
|
moreActions: "기타 작업...",
|
|
@@ -3418,6 +3442,13 @@ var content = {
|
|
|
3418
3442
|
mView: "보기(&&V)",
|
|
3419
3443
|
"menubar.customTitlebarAccessibilityNotification": "접근성 지원을 사용할 수 있습니다. 접근성이 가장 좋은 환경을 위해 사용자 지정 제목 표시줄 스타일을 사용하는 것이 좋습니다.",
|
|
3420
3444
|
restartToUpdate: "다시 시작 및 업데이트(&&U)"
|
|
3445
|
+
},
|
|
3446
|
+
"vs/workbench/browser/parts/titlebar/titlebarActions": {
|
|
3447
|
+
accounts: "계정",
|
|
3448
|
+
manage: "관리",
|
|
3449
|
+
"toggle.commandCenter": "명령 센터",
|
|
3450
|
+
"toggle.editorActions": "편집기 작업",
|
|
3451
|
+
"toggle.layout": "레이아웃 컨트롤"
|
|
3421
3452
|
},
|
|
3422
3453
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
3423
3454
|
ariaLabelTitleActions: "제목 작업",
|
|
@@ -3471,6 +3502,19 @@ var content = {
|
|
|
3471
3502
|
rendererLog: "창",
|
|
3472
3503
|
reset: "사용자 데이터 초기화",
|
|
3473
3504
|
"reset user data message": "데이터(설정, 키 바인딩, 확장, 코드 조각 및 UI 상태)를 초기화한 후 다시 로드하시겠습니까?"
|
|
3505
|
+
},
|
|
3506
|
+
"vs/workbench/browser/window": {
|
|
3507
|
+
learnMore: "자세히 알아보기(&&L)",
|
|
3508
|
+
open: "열기(&&O)",
|
|
3509
|
+
"openExternalDialogButtonInstall.v3": "설치(&&I)",
|
|
3510
|
+
"openExternalDialogButtonRetry.v2": "다시 시도(&&T)",
|
|
3511
|
+
"openExternalDialogDetail.v2": "컴퓨터에서 {0}을(를) 시작했습니다.\r\n\r\n{1}이(가) 시작되지 않은 경우 다시 시도하거나 아래에서 설치하세요.",
|
|
3512
|
+
openExternalDialogDetailNoInstall: "컴퓨터에서 {0}을(를) 시작했습니다.\r\n\r\n{1}이(가) 시작되지 않은 경우 아래에서 다시 시도하세요.",
|
|
3513
|
+
openExternalDialogTitle: "모두 완료되었습니다. 이제 이 탭을 닫아도 됩니다.",
|
|
3514
|
+
reload: "다시 로드(&&R)",
|
|
3515
|
+
shutdownError: "예기치 않은 오류가 발생하여 이 페이지를 다시 로드해야 합니다.",
|
|
3516
|
+
shutdownErrorDetail: "실행하는 동안 워크벤치가 예기치 않게 삭제되었습니다.",
|
|
3517
|
+
unableToOpenExternal: "브라우저가 새 탭 또는 창의 열기를 중단했습니다. 그래도 열려면 '열기'를 누르세요."
|
|
3474
3518
|
},
|
|
3475
3519
|
"vs/workbench/browser/workbench.contribution": {
|
|
3476
3520
|
activeEditorLong: "`${activeEditorLong}`: 파일 전체 경로(예: /Users/Development/myFolder/myFileFolder/myFile.txt).",
|
|
@@ -3949,6 +3993,11 @@ var content = {
|
|
|
3949
3993
|
"screenReaderDetectedExplanation.answerYes": "예",
|
|
3950
3994
|
"screenReaderDetectedExplanation.question": "화면 읽기 프로그램을 사용하여 VS Code 작업을 수행하고 계시나요?",
|
|
3951
3995
|
"status.editor.screenReaderMode": "화면 읽기 프로그램 모드"
|
|
3996
|
+
},
|
|
3997
|
+
"vs/workbench/contrib/accessibility/browser/accessibleNotificationService": {
|
|
3998
|
+
cleared: "지워짐",
|
|
3999
|
+
formatted: "서식 있음",
|
|
4000
|
+
saved: "저장됨"
|
|
3952
4001
|
},
|
|
3953
4002
|
"vs/workbench/contrib/accessibility/browser/accessibleView": {
|
|
3954
4003
|
"accessibility-help": "접근성 도움말",
|
|
@@ -4084,6 +4133,10 @@ var content = {
|
|
|
4084
4133
|
"interactiveSession.history.pick": "채팅 세션으로 전환",
|
|
4085
4134
|
"interactiveSession.open": "편집기 열기({0})",
|
|
4086
4135
|
quickChat: "빠른 채팅"
|
|
4136
|
+
},
|
|
4137
|
+
"vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
|
|
4138
|
+
"interactive.cancel.label": "취소",
|
|
4139
|
+
"interactive.submit.label": "제출"
|
|
4087
4140
|
},
|
|
4088
4141
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4089
4142
|
"chat.closeQuickChat.label": "빠른 채팅 닫기",
|
|
@@ -4094,6 +4147,55 @@ var content = {
|
|
|
4094
4147
|
"toggle.desc": "빠른 채팅 토글",
|
|
4095
4148
|
"toggle.isPartialQuery": "쿼리가 부분적인지 여부, 더 많은 사용자 입력을 기다립니다.",
|
|
4096
4149
|
"toggle.query": "빠른 채팅을 여는 쿼리"
|
|
4150
|
+
},
|
|
4151
|
+
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4152
|
+
chatEditorName: "채팅"
|
|
4153
|
+
},
|
|
4154
|
+
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4155
|
+
"actions.chat.accessibiltyHelp": "채팅 입력, 입력하여 질문하거나 주제에 대해 /를 입력하고 Enter 키를 눌러 요청을 보내세요. 채팅 접근성 도움말은 {0}을(를) 사용하세요.",
|
|
4156
|
+
chatInput: "채팅 입력",
|
|
4157
|
+
"chatInput.accessibilityHelpNoKb": "채팅 입력, 여기에 코드를 입력하고 Enter 키를 눌러 실행하세요. 자세한 내용을 보려면 채팅 접근성 도움말 명령을 사용하세요."
|
|
4158
|
+
},
|
|
4159
|
+
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4160
|
+
chat: "채팅",
|
|
4161
|
+
commandFollowUpInfo: "명령: {0}",
|
|
4162
|
+
commandFollowUpInfoMany: "명령: {0}",
|
|
4163
|
+
multiCodeBlock: "{0} {1} 코드 블록",
|
|
4164
|
+
multiCodeBlockHint: "{0} {1} 코드 블록: {2}",
|
|
4165
|
+
multiFileTreeHint: "{0} 파일 트리",
|
|
4166
|
+
noCodeBlocks: "{0} {1}",
|
|
4167
|
+
noCodeBlocksHint: "{0} {1} {2}",
|
|
4168
|
+
singleCodeBlock: "{0} 1 코드 블록: {1}",
|
|
4169
|
+
singleCodeBlockHint: "{0} 1 코드 블록: {1} {2}",
|
|
4170
|
+
singleFileTreeHint: "1 파일 트리",
|
|
4171
|
+
thinking: "생각 중",
|
|
4172
|
+
treeAriaLabel: "파일 트리",
|
|
4173
|
+
usedAgent: "사용됨 {0}",
|
|
4174
|
+
usedReferencesCollapsed: "{0}, 축소됨",
|
|
4175
|
+
usedReferencesExpanded: "{0}, 확장됨",
|
|
4176
|
+
usedReferencesPlural: "사용된 {0} 참조",
|
|
4177
|
+
usedReferencesSingular: "사용된 {0} 참조",
|
|
4178
|
+
usingAgent: "{0} 사용"
|
|
4179
|
+
},
|
|
4180
|
+
"vs/workbench/contrib/chat/browser/codeBlockPart": {
|
|
4181
|
+
"chat.codeBlock.toolbar": "코드 블록 도구 모음",
|
|
4182
|
+
"chat.codeBlock.toolbarVerbose": "탭을 통해 액세스할 수 있는 코드 블록 도구 모음",
|
|
4183
|
+
"chat.codeBlockHelp": "코드 블록",
|
|
4184
|
+
"chat.codeBlockLabel": "코드 블록 {0}",
|
|
4185
|
+
vulnerabilitiesPlural: "{0}개의 취약성",
|
|
4186
|
+
vulnerabilitiesSingular: "{0} 취약성"
|
|
4187
|
+
},
|
|
4188
|
+
"vs/workbench/contrib/chat/common/chatContextKeys": {
|
|
4189
|
+
chatRequest: "채팅 항목이 요청입니다.",
|
|
4190
|
+
chatResponse: "채팅 항목이 응답입니다.",
|
|
4191
|
+
chatResponseFiltered: "서버에서 채팅 응답을 필터링한 경우 True입니다.",
|
|
4192
|
+
chatResponseSupportsIssueReporting: "현재 채팅 응답이 이슈 보고를 지원하는 경우 True입니다.",
|
|
4193
|
+
hasChatProvider: "일부 채팅 공급자가 등록된 경우 True입니다.",
|
|
4194
|
+
inChat: "포커스가 채팅 위젯에 있으면 True이고 그렇지 않으면 false입니다.",
|
|
4195
|
+
inInteractiveInput: "포커스가 채팅 입력에 있으면 True이고 그렇지 않으면 false입니다.",
|
|
4196
|
+
interactiveInputHasText: "채팅 입력에 텍스트가 있는 경우 True입니다.",
|
|
4197
|
+
interactiveSessionRequestInProgress: "현재 요청이 계속 진행 중인 경우 True입니다.",
|
|
4198
|
+
interactiveSessionResponseVote: "응답이 투표되면 'up'으로 설정됩니다. 응답이 없으면 'down'으로 설정됩니다. 그렇지 않으면 빈 문자열입니다."
|
|
4097
4199
|
},
|
|
4098
4200
|
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
|
|
4099
4201
|
alwaysSave: "명시적 저장 시 코드 작업을 트리거하고 창 또는 포커스 변경에 의해 트리거되는 자동 저장을 트리거합니다.",
|
|
@@ -7536,6 +7638,9 @@ var content = {
|
|
|
7536
7638
|
"vscode.extension.contributes.snippets": "코드 조각을 적용합니다.",
|
|
7537
7639
|
"vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.",
|
|
7538
7640
|
"vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더의 상대 경로이며 일반적으로 './snippets/'로 시작합니다."
|
|
7641
|
+
},
|
|
7642
|
+
"vs/workbench/contrib/speech/common/speechService": {
|
|
7643
|
+
hasSpeechProvider: "음성 공급자가 음성 서비스에 등록됩니다."
|
|
7539
7644
|
},
|
|
7540
7645
|
"vs/workbench/contrib/tasks/common/taskDefinitionRegistry": {
|
|
7541
7646
|
"TaskDefinition.description": "실제 작업 형식입니다. '$'로 시작하는 형식은 내부용으로 예약되어 있습니다.",
|
|
@@ -8131,6 +8236,15 @@ var content = {
|
|
|
8131
8236
|
testingTurnContinuousRunOn: "연속 테스트 실행을 설정하는 아이콘입니다.",
|
|
8132
8237
|
testingUnsetIcon: "설정되지 않은 상태의 테스트에 대해 표시되는 아이콘입니다.",
|
|
8133
8238
|
testingUpdateProfiles: "테스트 프로필을 업데이트하는 아이콘이 표시됩니다."
|
|
8239
|
+
},
|
|
8240
|
+
"vs/workbench/contrib/testing/browser/testCoverageBars": {
|
|
8241
|
+
branchCoverage: "{0}/{1} 분기 커버됨({2})",
|
|
8242
|
+
functionCoverage: "{0}/{1} 함수 적용됨({2})",
|
|
8243
|
+
statementCoverage: "{0}/{1} 문이 커버됨({2})"
|
|
8244
|
+
},
|
|
8245
|
+
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
8246
|
+
testCoverageItemLabel: "{0} 적용 범위: {0}%",
|
|
8247
|
+
testCoverageTreeLabel: "테스트 적용 범위 탐색기"
|
|
8134
8248
|
},
|
|
8135
8249
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
8136
8250
|
configureProfile: "업데이트할 프로필 선택",
|
|
@@ -8331,6 +8445,9 @@ var content = {
|
|
|
8331
8445
|
"testState.skipped": "건너뜀",
|
|
8332
8446
|
"testState.unset": "아직 실행되지 않음",
|
|
8333
8447
|
"testing.treeElementLabel": "{0} ({1})"
|
|
8448
|
+
},
|
|
8449
|
+
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
8450
|
+
testCoverageError: "테스트 적용 범위를 로드하지 못했습니다. {}"
|
|
8334
8451
|
},
|
|
8335
8452
|
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
8336
8453
|
runNoOutout: "테스트 실행에서 출력을 기록하지 않았습니다."
|
|
@@ -8658,6 +8775,13 @@ var content = {
|
|
|
8658
8775
|
"sign in": "로그인이 요청됨",
|
|
8659
8776
|
signInRequest: "{0}(으)로 로그인하여 {1} 사용(1)",
|
|
8660
8777
|
useOtherAccount: "다른 계정에 로그인"
|
|
8778
|
+
},
|
|
8779
|
+
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
8780
|
+
lifecycleVeto: "변경한 내용이 저장되지 않을 수 있습니다. 확인 후 '취소'를 누르고 다시 시도하세요.",
|
|
8781
|
+
retry: "다시 시도(&&R)",
|
|
8782
|
+
unableToOpenWindow: "브라우저에서 새 창 열기가 중단되었습니다. '다시 시도'를 눌러 다시 시도하세요.",
|
|
8783
|
+
unableToOpenWindowDetail: "나중에 이 문제를 방지하려면 이 웹 사이트에 대한 팝업을 허용해야 합니다.",
|
|
8784
|
+
unableToOpenWindowError: "새 창을 열 수 없습니다."
|
|
8661
8785
|
},
|
|
8662
8786
|
"vs/workbench/services/configuration/browser/configurationService": {
|
|
8663
8787
|
"configurationDefaults.description": "구성에 대한 기본값 기여",
|