mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"vscode.extension.contributes.views.containers.id": "'뷰' 기여 지점을 사용하여 뷰가 기여될 수 있는 컨테이너를 식별하는 데 사용되는 고유한 ID",
|
||||
"vscode.extension.contributes.views.containers.title": "컨테이너를 렌더링하는 데 사용되는 사람이 읽을 수 있는 문자열",
|
||||
"vscode.extension.contributes.views.containers.icon": "컨테이너 아이콘의 경로입니다. 아이콘은 50x40 사각형의 가운데에 있는 24x24 크기이며 채우기 색은 'rgb(215, 218, 224)' 또는 '#d7dae0'입니다. 아이콘의 이미지 파일 형식은 무엇이든 상관없지만 SVG를 사용하는 것이 좋습니다.",
|
||||
"vscode.extension.contributes.viewsContainers": "뷰 컨테이너를 편집기에 기여합니다.",
|
||||
"views.container.activitybar": "뷰 컨테이너를 작업 막대에 기여",
|
||||
"test": "테스트",
|
||||
"proposed": "'viewsContainers' 기여는 dev 외부에서 실행하거나 명령줄 스위치 --enable-proposed-api {0}을(를) 사용하여 실행할 때만 사용할 수 있습니다.",
|
||||
"requirearray": "뷰 컨테이너는 배열이어야 합니다.",
|
||||
"requireidstring": "`{0}` 속성은 필수이며 `string` 형식이어야 합니다. 영숫자, '_', '-'만 사용할 수 있습니다.",
|
||||
"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"showViewlet": "{0} 표시",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -13,9 +13,12 @@
|
||||
"vscode.extension.contributes.view.name": "사용자가 읽을 수 있는 뷰 이름입니다. 표시됩니다.",
|
||||
"vscode.extension.contributes.view.when": "이 보기를 표시하기 위해 true여야 하는 조건입니다.",
|
||||
"vscode.extension.contributes.views": "뷰를 에디터에 적용합니다.",
|
||||
"views.explorer": "탐색기 뷰",
|
||||
"views.debug": "디버그 보기",
|
||||
"locationId.invalid": "`{0}`은(는) 유효한 뷰 위치가 아닙니다.",
|
||||
"views.explorer": "뷰를 작업 막대의 탐색기 컨테이너에 기여합니다.",
|
||||
"views.debug": "뷰를 작업 막대의 디버그 컨테이너에 기여합니다.",
|
||||
"views.scm": "뷰를 작업 막대의 SCM 컨테이너에 적용합니다.",
|
||||
"views.test": "뷰를 작업 막대의 테스트 컨테이너에 적용합니다.",
|
||||
"views.contributed": "뷰를 기여된 뷰 컨테이너에 기여합니다.",
|
||||
"ViewContainerDoesnotExist": "뷰 컨테이너 '{0}'이(가) 없으므로 이 컨테이너에 등록된 모든 뷰가 '탐색기'에 추가됩니다.",
|
||||
"duplicateView1": "위치 '{1}'에서 동일한 ID '{0}'(으)로된 여러 개의 보기를 등록할 수 없습니다.",
|
||||
"duplicateView2": "ID `{0}`이(가) 포함된 뷰가 위치 `{1}`에 이미 등록되어 있습니다."
|
||||
}
|
||||
@@ -6,5 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"timeout.formatOnSave": "저장 시 {0}ms 후에 서식 지정이 중단됨",
|
||||
"codeActionsOnSave.didTimeout": "{0}밀리초 후 codeActionsOnSave 중단됨",
|
||||
"timeout.onWillSave": "1750ms 후에 onWillSaveTextDocument-event가 중단됨",
|
||||
"saveParticipants": "실행중인 저장 관계자..."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"task.label": "{0}: {1}"
|
||||
}
|
||||
@@ -2,9 +2,9 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"webview.editor.label": "webview 편집기"
|
||||
"errorMessage": "뷰를 복원하는 중 오류 발생:{0}"
|
||||
}
|
||||
10
i18n/kor/src/vs/workbench/api/node/extHostProgress.i18n.json
Normal file
10
i18n/kor/src/vs/workbench/api/node/extHostProgress.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"extensionSource": "{0} (확장)"
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
"focusNextGroup": "다음 그룹에 포커스",
|
||||
"openToSide": "측면에서 열기",
|
||||
"closeEditor": "편집기 닫기",
|
||||
"closeOneEditor": "닫기",
|
||||
"revertAndCloseActiveEditor": "편집기 되돌리기 및 닫기",
|
||||
"closeEditorsToTheLeft": "왼쪽에 있는 편집기 닫기",
|
||||
"closeAllEditors": "모든 편집기 닫기",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"screenReaderDetectedExtra": "화면 읽기 프로그램을 사용하지 않는 경우 `editor.accessibilitySupport` 설정을 \"off\"로 변경하세요.",
|
||||
"disableTabMode": "접근성 모드 사용 안 함",
|
||||
"gotoLine": "줄 이동",
|
||||
"indentation": "들여쓰기",
|
||||
"selectIndentation": "들여쓰기 선택",
|
||||
"selectEncoding": "인코딩 선택",
|
||||
"selectEOL": "줄 시퀀스의 끝 선택",
|
||||
"selectLanguageMode": "언어 모드 선택",
|
||||
|
||||
@@ -11,9 +11,11 @@
|
||||
"sizeMB": "{0}MB",
|
||||
"sizeGB": "{0}GB",
|
||||
"sizeTB": "{0}TB",
|
||||
"largeImageError": "이미지의 파일 크기가 너무 커서(>1MB) 편집기에서 표시할 수 없습니다. ",
|
||||
"largeImageError": "이미지가 너무 커서 편집기에 표시할 수 없습니다({0}). ",
|
||||
"resourceOpenExternalButton": " 외부 프로그램으로 이미지를 열까요?",
|
||||
"nativeBinaryError": "파일이 이진이거나 매우 크거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 표시되지 않습니다.",
|
||||
"nativeFileTooLargeError": "파일이 너무 커서 편집기에서 표시되지 않습니다({0}).",
|
||||
"nativeBinaryError": "파일이 이진이거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 표시되지 않습니다.",
|
||||
"openAsText": "그래도 여시겠습니까?",
|
||||
"zoom.action.fit.label": "전체 이미지",
|
||||
"imgMeta": "{0}x{1} {2}"
|
||||
}
|
||||
@@ -6,6 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"close": "닫기",
|
||||
"araLabelEditorActions": "편집기 작업"
|
||||
}
|
||||
@@ -2,10 +2,11 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notificationsEmpty": "새 알림 없음",
|
||||
"notifications": "알림",
|
||||
"notificationsToolbar": "알림 센터 작업",
|
||||
"notificationsList": "알림 목록"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"inputModeEntryDescription": "{0}(확인하려면 'Enter' 키를 누르고, 취소하려면 'Escape' 키를 누름)",
|
||||
"inputModeEntry": "입력을 확인하려면 'Enter' 키를 누르고, 취소하려면 'Esc' 키를 누르세요.",
|
||||
"quickInput.countSelected": "{0} 선택됨",
|
||||
"ok": "확인"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"quickInputBox.ariaLabel": "결과의 범위를 축소하려면 입력하세요."
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
"openRecent": "최근 항목 열기...",
|
||||
"quickOpenRecent": "빠른 최근 항목 열기...",
|
||||
"reportIssueInEnglish": "문제 보고",
|
||||
"openProcessExplorer": "프로세스 탐색기 열기",
|
||||
"reportPerformanceIssue": "성능 문제 보고",
|
||||
"keybindingsReference": "바로 가기 키 참조",
|
||||
"openDocumentationUrl": "설명서",
|
||||
|
||||
@@ -45,12 +45,17 @@
|
||||
"windowConfigurationTitle": "창",
|
||||
"window.openFilesInNewWindow.on": "파일이 새 창에서 열립니다.",
|
||||
"window.openFilesInNewWindow.off": "파일이 파일의 폴더가 열려 있는 창 또는 마지막 활성 창에서 열립니다.",
|
||||
"window.openFilesInNewWindow.default": "Dock 또는 Finder(macOS 전용)를 통해 파일을 연 경우를 제외하고 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.",
|
||||
"openFilesInNewWindow": "파일을 새 창에서 열지 여부를 제어합니다.\n- default: Dock 또는 Finder(macOS 전용)를 통해 파일을 연 경우를 제외하고, 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.\n- on: 파일이 새 창에서 열립니다.\n- off: 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 -reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"window.openFilesInNewWindow.defaultMac": "Dock 또는 Finder를 통해 파일을 연 경우를 제외하고 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.",
|
||||
"window.openFilesInNewWindow.default": "응용 프로그램 내에서 선택(예: 파일 메뉴를 통해)하는 경우를 제외하고 파일이 새 창에서 열립니다. ",
|
||||
"openFilesInNewWindowMac": "파일을 새 창에서 열지 여부를 제어합니다.\n- default: Dock 또는 Finder를 통해 파일을 연 경우를 제외하고, 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.\n- on: 파일이 새 창에서 열립니다.\n- off: 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"openFilesInNewWindow": "파일을 새 창에서 열지 여부를 제어합니다.\n- default: 응용 프로그램 내에서 [파일] 메뉴 등을 통해 파일을 선택하는 경우를 제외하고, 파일이 새 창에서 열립니다.\n- on: 파일이 새 창에서 열립니다.\n- off: 파일이 파일의 폴더가 열린 창 또는 마지막 활성 창에서 열립니다.\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"window.openFoldersInNewWindow.on": "폴더가 새 창에서 열립니다.",
|
||||
"window.openFoldersInNewWindow.off": "폴더가 마지막 활성 창을 바꿉니다.",
|
||||
"window.openFoldersInNewWindow.default": "폴더를 응용 프로그램 내에서 선택(예: 파일 메뉴를 통해)하는 경우를 제외하고 폴더가 새 창에서 열립니다.",
|
||||
"openFoldersInNewWindow": "폴더를 새 창에서 열지, 마지막 활성 창과 바꿀지를 제어합니다.\n- default: 응용 프로그램 내에서 [파일] 메뉴 등을 통해 폴더를 선택하는 경우를 제외하고, 폴더는 새 창에서 열립니다.\n- on: 폴더가 새 창에서 열립니다.\n- off: 폴더가 마지막 활성 창을 대체합니다\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 -reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"window.openWithoutArgumentsInNewWindow.on": "새로운 빈 창 열기",
|
||||
"window.openWithoutArgumentsInNewWindow.off": "실행 중인 마지막 활성 인스턴스에 포커스",
|
||||
"openWithoutArgumentsInNewWindow": "인수 없이 두 번째 인스턴스를 시작할 때 새로운 빈 창을 열지 또는 실행 중인 마지막 인스턴스에 포커스가 생길지 여부를 제어합니다.\n- on: 새로운 빈 창을 엽니다.\n- off: 실행 중인 마지막 활성 인스턴스에 포커스가 생깁니다.\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 -reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"window.reopenFolders.all": "모든 창을 다시 엽니다.",
|
||||
"window.reopenFolders.folders": "모든 폴더를 다시 엽니다. 빈 작업 영역은 복원되지 않습니다.",
|
||||
"window.reopenFolders.one": "마지막 활성 창을 다시 엽니다.",
|
||||
@@ -58,7 +63,7 @@
|
||||
"restoreWindows": "다시 시작한 이후에 창을 다시 여는 방법을 설정합니다. 'none'을 선택하면 항상 빈 작업 영역으로 시작하고 'one'을 선택하면 마지막으로 작업한 창이 다시 열리고 'folders'를 선택하면 열었던 폴더가 포함된 모든 창이 다시 열리며 'all'을 선택하면 지난 세션의 모든 창이 다시 열립니다.",
|
||||
"restoreFullscreen": "창이 전체 화면 모드에서 종료된 경우 창을 전체 화면 모드로 복원할지 여부를 제어합니다.",
|
||||
"zoomLevel": "창의 확대/축소 수준을 조정합니다. 원래 크기는 0이고 각 상한 증분(예: 1) 또는 하한 증분(예: -1)은 20% 더 크거나 더 작게 확대/축소하는 것을 나타냅니다. 10진수를 입력하여 확대/축소 수준을 세부적으로 조정할 수도 있습니다.",
|
||||
"title": "활성 편집기를 기반으로 창 제목을 제어합니다. 변수는 컨텍스트를 기반으로 대체됩니다.\n${activeEditorShort}: 파일 이름(예: myFile.txt)\n${activeEditorMedium}: 작업 영역 폴더에 상대적인 파일 경로(예: myFolder/myFile.txt)\n${activeEditorLong}: 파일 전체 경로(예: /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: 파일이 포함된 작업 영역 폴더 이름(예: myFolder)\n${folderPath}: 파일이 포함된 작업 영역 폴더의 파일 경로(예: /Users/Development/myFolder)\n${rootName}: 작업 영역 이름(예: myFolder 또는 myWorkspace)\n${rootPath}: 작업 영역 파일 경로(예: /Users/Development/myWorkspace)\n${appName}: 예: VS Code\n${dirty}: 활성 편집기가 더티인 경우 더티 표시기\n${separator}: 값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호(\" - \")",
|
||||
"title": "활성 편집기를 기반으로 창 제목을 제어합니다. 변수는 컨텍스트를 기준으로 대체됩니다.\n${activeEditorShort}: 파일 이름(예: myFile.txt)\n${activeEditorMedium}: 작업 영역 폴더를 기준으로 하는 파일에 대한 상대 경로(예: myFolder/myFile.txt)\n${activeEditorLong}: 파일의 전체 경로(예: /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: 파일이 포함된 작업 영역 폴더의 이름(예: myFolder)\n${folderPath}: 파일이 포함된 작업 영역 폴더의 파일 경로(예: /Users/Development/myFolder)\n${rootName}: 작업 영역의 이름(예: myFolder or myWorkspace)\n${rootPath}: 작업 영역의 파일 경로(예: /Users/Development/myWorkspace)\n${appName}: 예: VS Code\n${dirty}: 활성 편집기가 더티인 경우 더티 표시기\n${separator}: 값 또는 정적 텍스트가 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호(\" - \")",
|
||||
"window.newWindowDimensions.default": "화면 가운데에서 새 창을 엽니다.",
|
||||
"window.newWindowDimensions.inherit": "마지막 활성 창과 동일한 크기로 새 창을 엽니다.",
|
||||
"window.newWindowDimensions.maximized": "최대화된 새 창을 엽니다.",
|
||||
@@ -74,6 +79,8 @@
|
||||
"autoDetectHighContrast": "사용하도록 설정한 경우 Windows에서 고대비 테마를 사용 중이면 고대비 테마로 자동으로 변경되고 Windows 고대비 테마를 해제하면 어두운 테마로 변경됩니다.",
|
||||
"titleBarStyle": "창 제목 표시줄의 모양을 조정합니다. 변경 내용을 적용하려면 전체 다시 시작해야 합니다.",
|
||||
"window.nativeTabs": "macOS Sierra 창 탭을 사용하도록 설정합니다. 변경\n 내용을 적용하려면 전체 다시 시작해야 하고, 기본 탭에서\n 사용자 지정 제목 표시줄 스타일(구성된 경우)을 비활성화합니다.",
|
||||
"window.smoothScrollingWorkaround": "최소화된 VS Code 창을 복원한 후 더 이상 원활하게 스크롤되지 않으면 이 해결 방법을 사용하도록 설정하세요. 이 해결 방법은 Microsoft의 Surface 장치와 같이 정밀 트랙 패드가 장착된 장치에서 스크롤이 지연되기 시작하는 문제(https://github.com/Microsoft/vscode/issues/13612)를 해결합니다. 이 해결 방법을 사용하도록 설정하면 최소화된 상태에서 창을 복원한 후 약간의 레이아웃 깜박거림이 발생할 수 있지만 그 외의 해는 없습니다.",
|
||||
"window.clickThroughInactive": "사용하도록 설정한 경우 비활성 창을 클릭하면 창도 활성화되고 클릭 가능한 경우 마우스 아래의 요소도 트리거됩니다. 사용하지 않도록 설정한 경우 비활성 창에서 아무곳이나 클릭하면 창만 활성화되며 요소는 또 한번 클릭해야 합니다.",
|
||||
"zenModeConfigurationTitle": "Zen 모드",
|
||||
"zenMode.fullScreen": "Zen 모드를 켜면 워크벤치도 전체 화면 모드로 전환되는지 여부를 제어합니다.",
|
||||
"zenMode.centerLayout": "Zen 모드를 켜면 레이아웃도 가운데로 맞춰지는지 여부를 제어합니다.",
|
||||
|
||||
@@ -2,11 +2,14 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editConditionalBreakpoint": "중단점 편집...",
|
||||
"logPoint": "Logpoint",
|
||||
"breakpoint": "중단점",
|
||||
"editBreakpoint": "{0} 편집...",
|
||||
"removeBreakpoint": "{0} 제거",
|
||||
"functionBreakpointsNotSupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
|
||||
"functionBreakpointPlaceholder": "중단할 함수",
|
||||
"functionBreakPointInputAriaLabel": "함수 중단점 입력",
|
||||
@@ -14,6 +17,7 @@
|
||||
"breakpointUnverifieddHover": "확인되지 않은 중단점",
|
||||
"functionBreakpointUnsupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
|
||||
"breakpointDirtydHover": "확인되지 않은 중단점입니다. 파일이 수정되었습니다. 디버그 세션을 다시 시작하세요.",
|
||||
"logBreakpointUnsupported": "이 디버그 형식에서 지원되지 않는 logpoint",
|
||||
"conditionalBreakpointUnsupported": "이 디버그 형식에서 지원되지 않는 조건부 중단점",
|
||||
"hitBreakpointUnsupported": "이 디버그 형식은 조건부 중단점 적중을 지원하지 않습니다."
|
||||
}
|
||||
@@ -21,19 +21,16 @@
|
||||
"disconnectDebug": "연결 끊기",
|
||||
"continueDebug": "계속",
|
||||
"pauseDebug": "일시 중지",
|
||||
"terminateThread": "스레드 종료",
|
||||
"restartFrame": "프레임 다시 시작",
|
||||
"removeBreakpoint": "중단점 제거",
|
||||
"removeAllBreakpoints": "모든 중단점 제거",
|
||||
"enableBreakpoint": "중단점 사용",
|
||||
"disableBreakpoint": "중단점 사용 안 함",
|
||||
"enableAllBreakpoints": "모든 중단점 설정",
|
||||
"disableAllBreakpoints": "모든 중단점 해제",
|
||||
"activateBreakpoints": "중단점 활성화",
|
||||
"deactivateBreakpoints": "중단점 비활성화",
|
||||
"reapplyAllBreakpoints": "모든 중단점 다시 적용",
|
||||
"addFunctionBreakpoint": "함수 중단점 추가",
|
||||
"addConditionalBreakpoint": "조건부 중단점 추가...",
|
||||
"editConditionalBreakpoint": "중단점 편집...",
|
||||
"setValue": "값 설정",
|
||||
"addWatchExpression": "식 추가",
|
||||
"editWatchExpression": "식 편집",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"toggleBreakpointAction": "디버그: 중단점 설정/해제",
|
||||
"conditionalBreakpointEditorAction": "디버그: 조건부 중단점 추가...",
|
||||
"logPointEditorAction": "디버그: Logpoint 추가...",
|
||||
"runToCursor": "커서까지 실행",
|
||||
"debugEvaluate": "디버그: 평가",
|
||||
"debugAddToWatch": "디버그: 조사식에 추가",
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"breakpointWidgetLogMessagePlaceholder": "중단점이 적중될 때 기록할 메시지입니다. {} 내의 식은 보간됩니다. 수락하려면 'Enter' 키를 누르고 취소하려면 'esc' 키를 누르세요.",
|
||||
"breakpointWidgetHitCountPlaceholder": "적중 횟수 조건이 충족될 경우 중단합니다. 적용하려면 'Enter' 키를 누르고 취소하려면 'Esc' 키를 누릅니다.",
|
||||
"breakpointWidgetExpressionPlaceholder": "식이 true로 계산될 경우 중단합니다. 적용하려면 'Enter' 키를 누르고 취소하려면 'Esc' 키를 누릅니다.",
|
||||
"expression": "식",
|
||||
"hitCount": "적중 횟수",
|
||||
"logMessage": "로그 메시지"
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
"useUniqueNames": "고유한 구성 이름을 사용하세요.",
|
||||
"app.launch.json.compound.folder": "복합형 항목이 있는 폴더의 이름입니다.",
|
||||
"app.launch.json.compounds.configurations": "이 복합의 일부로 시작되는 구성의 이름입니다.",
|
||||
"debugNoType": "디버그 어댑터 '형식'은 생략할 수 없으며 '문자열' 형식이어야 합니다.",
|
||||
"debugNoType": "디버거 '형식'은 생략할 수 없으며 '문자열' 형식이어야 합니다.",
|
||||
"selectDebug": "환경 선택",
|
||||
"DebugConfig.failed": "'.vscode' 폴더({0}) 내에 'launch.json' 파일을 만들 수 없습니다.",
|
||||
"workspace": "작업 영역",
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"logPoint": "Logpoint",
|
||||
"breakpoint": "중단점",
|
||||
"removeBreakpoint": "{0} 제거",
|
||||
"editBreakpoint": "{0} 편집...",
|
||||
"disableBreakpoint": "{0} 사용 안 함",
|
||||
"enableBreakpoint": "{0} 사용",
|
||||
"removeBreakpoints": "중단점 제거",
|
||||
"removeBreakpointOnColumn": "{0} 열에서 중단점 제거",
|
||||
"removeLineBreakpoint": "줄 중단점 제거",
|
||||
@@ -18,5 +24,13 @@
|
||||
"enableBreakpoints": "{0} 열에서 중단점 사용",
|
||||
"enableBreakpointOnLine": "줄 중단점 사용",
|
||||
"addBreakpoint": "중단점 추가",
|
||||
"addConditionalBreakpoint": "조건부 중단점 추가...",
|
||||
"addLogPoint": "Logpoint 추가...",
|
||||
"breakpointHasCondition": "이 {0}에는 제거 시 손실되는 {1}이(가) 있습니다. 대신 {0}을(를) 사용하지 않도록 설정하세요.",
|
||||
"message": "메시지",
|
||||
"condition": "조건",
|
||||
"removeLogPoint": "{0} 제거",
|
||||
"disableLogPoint": "{0} 사용 안 함",
|
||||
"cancel": "취소",
|
||||
"addConfiguration": "구성 추가..."
|
||||
}
|
||||
@@ -29,6 +29,6 @@
|
||||
"showErrors": "오류 표시",
|
||||
"noFolderWorkspaceDebugError": "활성 파일은 디버그할 수 없습니다. 이 파일이 디스크에 저장되어 있고 해당 파일 형식에 대한 디버그 확장이 설치되어 있는지 확인하세요.",
|
||||
"cancel": "취소",
|
||||
"DebugTaskNotFound": "preLaunchTask '{0}'을(를) 찾을 수 없습니다.",
|
||||
"taskNotTracked": "PreLaunchTask '{0}'을(를) 추적할 수 없습니다."
|
||||
"DebugTaskNotFound": "작업 '{0}' 을(를) 찾을 수 없습니다.",
|
||||
"taskNotTracked": "작업 '{0}' 을(를) 추적할 수 없습니다."
|
||||
}
|
||||
@@ -7,8 +7,5 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"moreInfo": "추가 정보",
|
||||
"unableToLaunchDebugAdapter": "'{0}'에서 디버그 어댑터를 시작할 수 없습니다.",
|
||||
"unableToLaunchDebugAdapterNoArgs": "디버그 어댑터를 시작할 수 없습니다.",
|
||||
"stoppingDebugAdapter": "{0}. 디버그 어댑터를 중지합니다.",
|
||||
"debugAdapterCrash": "디버그 어댑터 프로세스가 예기치 않게 종료되었습니다."
|
||||
}
|
||||
@@ -8,18 +8,6 @@
|
||||
],
|
||||
"debugAdapterBinNotFound": "디버그 어댑터 실행 파일 '{0}'이(가) 없습니다.",
|
||||
"debugAdapterCannotDetermineExecutable": "디버그 어댑터 '{0}'에 대한 실행 파일을 확인할 수 없습니다.",
|
||||
"launch.config.comment1": "IntelliSense를 사용하여 가능한 특성에 대해 알아보세요.",
|
||||
"launch.config.comment2": "기존 특성에 대한 설명을 보려면 가리킵니다.",
|
||||
"launch.config.comment3": "자세한 내용을 보려면 {0}을(를) 방문하세요.",
|
||||
"debugType": "구성의 형식입니다.",
|
||||
"debugTypeNotRecognised": "디버그 형식이 인식되지 않습니다. 해당하는 디버그 확장을 설치하고 사용하도록 설정했는지 확인하세요.",
|
||||
"node2NotSupported": "\"node2\"는 더 이상 지원되지 않습니다. 대신 \"node\"를 사용하고 \"protocol\" 특성을 \"inspector\"로 설정하세요.",
|
||||
"debugName": "구성 이름이며, 구성 시작 드롭다운 메뉴에 표시됩니다.",
|
||||
"debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.",
|
||||
"debugServer": "디버그 확장 배포 전용입니다. 포트가 지정된 경우 VS Code에서는 서버 모드로 실행하는 디버그 어댑터에 연결을 시도합니다.",
|
||||
"debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.",
|
||||
"debugWindowsConfiguration": "Windows 특정 시작 구성 특성입니다.",
|
||||
"debugOSXConfiguration": "OS X 특정 시작 구성 특성입니다.",
|
||||
"debugLinuxConfiguration": "Linux 특정 시작 구성 특성입니다.",
|
||||
"deprecatedVariables": "'env.', 'config.' 및 'command.'는 사용되지 않습니다. 대신 'env:', 'config:' 및 'command:'를 사용하세요."
|
||||
"unableToLaunchDebugAdapter": "'{0}'에서 디버그 어댑터를 시작할 수 없습니다.",
|
||||
"unableToLaunchDebugAdapterNoArgs": "디버그 어댑터를 시작할 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"launch.config.comment1": "IntelliSense를 사용하여 가능한 특성에 대해 알아보세요.",
|
||||
"launch.config.comment2": "기존 특성에 대한 설명을 보려면 가리킵니다.",
|
||||
"launch.config.comment3": "자세한 내용을 보려면 {0}을(를) 방문하세요.",
|
||||
"debugType": "구성의 형식입니다.",
|
||||
"debugTypeNotRecognised": "디버그 형식이 인식되지 않습니다. 해당하는 디버그 확장을 설치하고 사용하도록 설정했는지 확인하세요.",
|
||||
"node2NotSupported": "\"node2\"는 더 이상 지원되지 않습니다. 대신 \"node\"를 사용하고 \"protocol\" 특성을 \"inspector\"로 설정하세요.",
|
||||
"debugName": "구성 이름이며, 구성 시작 드롭다운 메뉴에 표시됩니다.",
|
||||
"debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.",
|
||||
"debugServer": "디버그 확장 배포 전용입니다. 포트가 지정된 경우 VS Code에서는 서버 모드로 실행하는 디버그 어댑터에 연결을 시도합니다.",
|
||||
"debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.",
|
||||
"debugPostDebugTask": "디버그 세션 종료 후 실행할 작업입니다.",
|
||||
"debugWindowsConfiguration": "Windows 특정 시작 구성 특성입니다.",
|
||||
"debugOSXConfiguration": "OS X 특정 시작 구성 특성입니다.",
|
||||
"debugLinuxConfiguration": "Linux 특정 시작 구성 특성입니다.",
|
||||
"deprecatedVariables": "'env.', 'config.' 및 'command.'는 사용되지 않습니다. 대신 'env:', 'config:' 및 'command:'를 사용하세요."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"console.title": "VS Code 콘솔",
|
||||
"mac.terminal.script.failed": "스크립트 '{0}'이(가) 실패했습니다(종료 코드: {1}).",
|
||||
"mac.terminal.type.not.supported": "'{0}'이(가) 지원되지 않습니다.",
|
||||
"press.any.key": "계속하려면 아무 키나 누르세요.",
|
||||
"linux.term.failed": "'{0}'에서 실패했습니다(종료 코드: {1})."
|
||||
}
|
||||
@@ -58,6 +58,9 @@
|
||||
"configureWorkspaceFolderRecommendedExtensions": "권장 확장 구성(작업 영역 폴더)",
|
||||
"malicious tooltip": "이 확장은 문제가 있다고 보고되었습니다.",
|
||||
"malicious": "악성",
|
||||
"disabled": "사용 안 함",
|
||||
"disabled globally": "사용 안 함",
|
||||
"disabled workspace": "이 작업 영역에 대해 사용 안 함",
|
||||
"disableAll": "설치된 모든 확장 사용 안 함",
|
||||
"disableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용 안 함",
|
||||
"enableAll": "모든 확장 사용",
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"name": "확장 이름",
|
||||
"extension id": "확장 ID",
|
||||
"preview": "미리 보기",
|
||||
"builtin": "기본 제공",
|
||||
"publisher": "게시자 이름",
|
||||
"install count": "설치 수",
|
||||
"rating": "등급",
|
||||
"repository": "리포지토리",
|
||||
"license": "라이선스",
|
||||
"details": "세부 정보",
|
||||
"contributions": "기여",
|
||||
"changelog": "변경 로그",
|
||||
"dependencies": "종속성",
|
||||
"noReadme": "사용 가능한 추가 정보가 없습니다.",
|
||||
"noChangelog": "CHANGELOG를 사용할 수 없습니다.",
|
||||
"noContributions": "참여 없음",
|
||||
"noDependencies": "종속성 없음",
|
||||
"settings": "설정({0})",
|
||||
"setting name": "이름",
|
||||
"description": "설명",
|
||||
"default": "기본값",
|
||||
"debuggers": "디버거({0})",
|
||||
"debugger name": "이름",
|
||||
"debugger type": "유형",
|
||||
"views": "뷰({0})",
|
||||
"view id": "ID",
|
||||
"view name": "이름",
|
||||
"view location": "위치",
|
||||
"localizations": "지역화({0})",
|
||||
"localizations language id": "언어 ID",
|
||||
"localizations language name": "언어 이름",
|
||||
"localizations localized language name": "언어 이름(지역화됨)",
|
||||
"colorThemes": "색 테마({0})",
|
||||
"iconThemes": "아이콘 테마({0})",
|
||||
"colors": "색({0})",
|
||||
"colorId": "ID",
|
||||
"defaultDark": "어둡게 기본값",
|
||||
"defaultLight": "밝게 기본값",
|
||||
"defaultHC": "고대비 기본값",
|
||||
"JSON Validation": "JSON 유효성 검사({0})",
|
||||
"fileMatch": "파일 일치",
|
||||
"schema": "스키마",
|
||||
"commands": "명령({0})",
|
||||
"command name": "이름",
|
||||
"keyboard shortcuts": "바로 가기 키(&&K)",
|
||||
"menuContexts": "메뉴 컨텍스트",
|
||||
"languages": "언어({0})",
|
||||
"language id": "ID",
|
||||
"language name": "이름",
|
||||
"file extensions": "파일 확장명",
|
||||
"grammar": "문법",
|
||||
"snippets": "코드 조각"
|
||||
}
|
||||
@@ -15,8 +15,8 @@
|
||||
"workspaceRecommendation": "이 확장은 현재 작업 영역 사용자가 권장합니다.",
|
||||
"reallyRecommended2": "이 파일 형식에 대해 '{0}' 확장이 권장됩니다.",
|
||||
"reallyRecommendedExtensionPack": "이 파일 형식에 대해 '{0}' 확장 팩이 권장됩니다.",
|
||||
"showRecommendations": "권장 사항 표시",
|
||||
"install": "설치",
|
||||
"showRecommendations": "권장 사항 표시",
|
||||
"showLanguageExtensions": "Marketplace에 '.{0}' 파일이 지원되는 확장이 있습니다.",
|
||||
"workspaceRecommended": "이 작업 영역에 확장 권장 사항이 있습니다.",
|
||||
"installAll": "모두 설치",
|
||||
|
||||
@@ -8,7 +8,5 @@
|
||||
],
|
||||
"disableOtherKeymapsConfirmation": "키 바인딩 간 충돌을 피하기 위해 다른 키 맵({0})을 사용하지 않도록 설정할까요?",
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"betterMergeDisabled": "Better Merge 확장이 이제 빌드되었습니다. 설치된 확장은 사용하지 않도록 설정되었으며 제거할 수 있습니다.",
|
||||
"uninstall": "제거"
|
||||
"no": "아니요"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,9 @@
|
||||
"recommendedExtensions": "권장",
|
||||
"otherRecommendedExtensions": "기타 권장 사항",
|
||||
"workspaceRecommendedExtensions": "작업 영역 권장 사항",
|
||||
"builtInExtensions": "기본 제공",
|
||||
"builtInExtensions": "기능",
|
||||
"builtInThemesExtensions": "테마",
|
||||
"builtInBasicsExtensions": "프로그래밍 언어",
|
||||
"searchExtensions": "마켓플레이스에서 확장 검색",
|
||||
"sort by installs": "정렬 기준: 설치 수",
|
||||
"sort by rating": "정렬 기준: 등급",
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
],
|
||||
"textFileEditor": "텍스트 파일 편집기",
|
||||
"createFile": "파일 만들기",
|
||||
"relaunchWithIncreasedMemoryLimit": "{0}MB로 다시 시작",
|
||||
"configureMemoryLimit": "메모리 제한 구성",
|
||||
"fileEditorWithInputAriaLabel": "{0}. 텍스트 파일 편집기입니다.",
|
||||
"fileEditorAriaLabel": "텍스트 파일 편집기입니다."
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
"copyFile": "복사",
|
||||
"pasteFile": "붙여넣기",
|
||||
"retry": "다시 시도",
|
||||
"renameWhenSourcePathIsParentOfTargetError": "'새 폴더' 또는 '새 파일' 명령을 사용하여 기존 폴더에 자식을 추가하세요.",
|
||||
"newUntitledFile": "제목이 없는 새 파일",
|
||||
"createNewFile": "새 파일",
|
||||
"createNewFolder": "새 폴더",
|
||||
@@ -24,19 +25,25 @@
|
||||
"dirtyMessageFolderDelete": "{0}개 파일에 저장되지 않은 변경 내용이 있는 폴더를 삭제하려고 합니다. 계속하시겠습니까?",
|
||||
"dirtyMessageFileDelete": "저장되지 않은 변경 내용이 있는 파일을 삭제하려고 합니다. 계속하시겠습니까?",
|
||||
"dirtyWarning": "변경 내용을 저장하지 않은 경우 변경 내용이 손실됩니다.",
|
||||
"confirmMoveTrashMessageMultiple": "다음 {0}개 파일을 삭제하시겠습니까?",
|
||||
"confirmMoveTrashMessageFolder": "'{0}'과(와) 해당 내용을 삭제할까요?",
|
||||
"confirmMoveTrashMessageFile": "'{0}'을(를) 삭제할까요?",
|
||||
"undoBin": "휴지통에서 복원할 수 있습니다.",
|
||||
"undoTrash": "휴지통에서 복원할 수 있습니다.",
|
||||
"doNotAskAgain": "이 메시지를 다시 표시 안 함",
|
||||
"irreversible": "이 작업은 취소할 수 없습니다.",
|
||||
"binFailed": "휴지통을 사용하여 삭제하지 못했습니다. 대신 영구히 삭제하시겠습니까?",
|
||||
"trashFailed": "휴지통을 사용하여 삭제하지 못했습니다. 대신 영구히 삭제하시겠습니까?",
|
||||
"deletePermanentlyButtonLabel": "영구 삭제 (&&D)",
|
||||
"retryButtonLabel": "다시 시도 (&&R)",
|
||||
"confirmMoveTrashMessageFilesAndDirectories": "다음 {0}개 파일/디렉터리 및 해당 내용을 삭제하시겠습니까?",
|
||||
"confirmMoveTrashMessageMultipleDirectories": "다음 {0}개 디렉터리 및 해당 내용을 삭제하시겠습니까?",
|
||||
"confirmMoveTrashMessageMultiple": "다음 {0}개 파일을 삭제하시겠습니까?",
|
||||
"confirmMoveTrashMessageFolder": "'{0}'과(와) 해당 내용을 삭제할까요?",
|
||||
"confirmMoveTrashMessageFile": "'{0}'을(를) 삭제할까요?",
|
||||
"confirmDeleteMessageFilesAndDirectories": "다음 {0}개 파일/디렉터리 및 해당 내용을 영구히 삭제하시겠습니까?",
|
||||
"confirmDeleteMessageMultipleDirectories": "다음 {0}개 디렉터리 및 해당 내용을 영구히 삭제하시겠습니까?",
|
||||
"confirmDeleteMessageMultiple": "다음 {0}개 파일을 영구히 삭제하시겠습니까?",
|
||||
"confirmDeleteMessageFolder": "'{0}'과(와) 해당 내용을 영구히 삭제할까요?",
|
||||
"confirmDeleteMessageFile": "'{0}'을(를) 영구히 삭제할까요?",
|
||||
"irreversible": "이 작업은 취소할 수 없습니다.",
|
||||
"cancel": "취소",
|
||||
"permDelete": "영구히 삭제",
|
||||
"importFiles": "파일 가져오기",
|
||||
"addFiles": "파일 추가",
|
||||
"confirmOverwrite": "이름이 같은 파일 또는 폴더가 대상 폴더에 이미 있습니다. 덮어쓸까요?",
|
||||
"replaceButtonLabel": "바꾸기(&&R)",
|
||||
"fileIsAncestor": "붙여 넣을 파일이 대상 폴더의 상위 항목입니다.",
|
||||
@@ -56,7 +63,9 @@
|
||||
"openFileToShowInNewWindow": "먼저 파일 한 개를 새 창에서 엽니다.",
|
||||
"copyPath": "경로 복사",
|
||||
"emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.",
|
||||
"fileNameStartsWithSlashError": "파일 또는 폴더 이름은 슬래시로 시작할 수 없습니다.",
|
||||
"fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하세요.",
|
||||
"fileUsedAsFolderError": "**{0}**은(는) 파일이며 하위 항목이 있을 수 없습니다.",
|
||||
"invalidFileNameError": "**{0}**(이)라는 이름은 파일 또는 폴더 이름으로 올바르지 않습니다. 다른 이름을 선택하세요.",
|
||||
"filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하세요.",
|
||||
"compareWithClipboard": "클립보드와 활성 파일 비교",
|
||||
|
||||
@@ -35,8 +35,10 @@
|
||||
"hotExit": "저장하지 않은 파일을 세션 간에 기억하여, 편집기를 종료할 때 저장할지 묻는 메시지를 건너뛸지 여부를 제어합니다.",
|
||||
"useExperimentalFileWatcher": "새로운 실험 파일 감시자를 사용하세요.",
|
||||
"defaultLanguage": "새 파일에 할당되는 기본 언어 모드입니다.",
|
||||
"maxMemoryForLargeFilesMB": "큰 파일을 열려고 할 때 다시 시작한 후 VS Code에 사용 가능한 메모리를 제어합니다. 명령줄에 --max-memory=NEWSIZE를 지정하는 것과 결과가 같습니다. ",
|
||||
"editorConfigurationTitle": "편집기",
|
||||
"formatOnSave": "파일 저장 시 서식을 지정합니다. 포맷터를 사용할 수 있어야 하며, 파일이 자동으로 저장되지 않아야 하고, 편집기가 종료되지 않아야 합니다.",
|
||||
"formatOnSaveTimeout": "저장 시 서식 지정의 시간 제한. FormatOnSave 명령에 대한 시간 제한을 밀리초로 지정합니다. 지정된 시간 제한보다 오래 걸리는 명령은 취소됩니다.",
|
||||
"explorerConfigurationTitle": "파일 탐색기",
|
||||
"openEditorsVisible": "열려 있는 편집기 창에 표시되는 편집기 수입니다.",
|
||||
"autoReveal": "탐색기에서 파일을 열 때 자동으로 표시하고 선택할지를 제어합니다.",
|
||||
|
||||
@@ -2,18 +2,22 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"fileInputAriaLabel": "파일 이름을 입력합니다. 확인하려면 Enter 키를 누르고, 취소하려면 Esc 키를 누릅니다.",
|
||||
"constructedPath": "**{1}**에 {0} 만들기",
|
||||
"createFileFromExplorerInfoMessage": "**{1}**에 **{0}** 만들기",
|
||||
"renameFileFromExplorerInfoMessage": "이동 및 **{0}**(으)로 이름 바꾸기",
|
||||
"createFolderFromExplorerInfoMessage": "**{1}**에 **{0}** 폴더 만들기",
|
||||
"filesExplorerViewerAriaLabel": "{0}, 파일 탐색기",
|
||||
"dropFolders": "작업 영역에 폴더를 추가하시겠습니까?",
|
||||
"dropFolder": "작업 영역에 폴더를 추가하시겠습니까?",
|
||||
"addFolders": "폴더 추가(&&A)",
|
||||
"addFolder": "폴더 추가(&&A)",
|
||||
"confirmRootsMove": "작업 영역에서 다중 루트 폴더의 순서를 변경하시겠습니까? ",
|
||||
"confirmMultiMove": "다음 {0}개 파일을 이동하시겠습니까?",
|
||||
"confirmRootMove": "작업 영역에서 루트 폴더 '{0}'의 순서를 변경하시겠습니까? ",
|
||||
"confirmMove": "'{0}'을(를) 이동하시겠습니까?",
|
||||
"doNotAskAgain": "이 메시지를 다시 표시 안 함",
|
||||
"moveButtonLabel": "이동(&&M)",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"html.editor.label": "Html 미리 보기"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"html.voidInput": "잘못된 편집기 입력입니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"developer": "개발자"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openToolsLabel": "Webview 개발자 도구 열기",
|
||||
"refreshWebviewLabel": "Webview 다시 로드"
|
||||
}
|
||||
@@ -6,6 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"updateLocale": "VS Code의 UI 언어를 {0}(으)로 변경하고 다시 시작하시겠습니까?",
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"neverAgain": "다시 표시 안 함",
|
||||
"JsonSchema.locale": "사용할 UI 언어입니다.",
|
||||
"vscode.extension.contributes.localizations": "편집기에 지역화를 적용합니다.",
|
||||
"vscode.extension.contributes.localizations.languageId": "표시 문자열이 번역되는 언어의 ID입니다.",
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"updateLocale": "VS Code의 UI 언어를 {0}(으)로 변경하고 다시 시작하시겠습니까?",
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"neverAgain": "다시 표시 안 함",
|
||||
"install language pack": "곧 VS Code에서는 Marketplace 확장 형식의 언어 팩만 지원합니다. 현재 구성된 언어를 계속 사용하도록 구성하려면 '{0}' 확장을 설치하세요. ",
|
||||
"install": "설치",
|
||||
"more information": "자세한 정보...",
|
||||
"JsonSchema.locale": "사용할 UI 언어입니다.",
|
||||
"vscode.extension.contributes.localizations": "편집기에 지역화를 적용합니다.",
|
||||
"vscode.extension.contributes.localizations.languageId": "표시 문자열이 번역되는 언어의 ID입니다.",
|
||||
"vscode.extension.contributes.localizations.languageName": "영어로 된 언어 이름입니다.",
|
||||
"vscode.extension.contributes.localizations.languageNameLocalized": "적용된 언어로 된 언어 이름입니다.",
|
||||
"vscode.extension.contributes.localizations.translations": "해당 언어에 연결된 번역 목록입니다.",
|
||||
"vscode.extension.contributes.localizations.translations.id": "이 변환이 적용되는 VS Code 또는 확장의 ID입니다. VS Code의 ID는 항상 `vscode`이고 확장의 ID는 `publisherId.extensionName` 형식이어야 합니다.",
|
||||
"vscode.extension.contributes.localizations.translations.id.pattern": "ID는 VS Code를 변환하거나 확장을 변환하는 경우 각각 `vscode` 또는 `publisherId.extensionName` 형식이어야 합니다.",
|
||||
"vscode.extension.contributes.localizations.translations.path": "언어에 대한 변환을 포함하는 파일의 상대 경로입니다."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"configureLocale": "언어 구성",
|
||||
"displayLanguage": "VSCode의 표시 언어를 정의합니다.",
|
||||
"doc": "지원되는 언어 목록은 {0} 을(를) 참조하세요.",
|
||||
"restart": "값을 변경하려면 VSCode를 다시 시작해야 합니다.",
|
||||
"fail.createSettings": "{0}'({1})을(를) 만들 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"copyMarker": "복사",
|
||||
"copyMessage": "메시지 복사"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"totalProblems": "총 {0}개 문제"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"label": "문제",
|
||||
"tooltip.1": "이 파일의 문제 1개",
|
||||
"tooltip.N": "이 파일의 문제 {0}개",
|
||||
"markers.showOnFile": "파일과 폴더의 오류 및 경고 표시"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"disableFilesExclude": "파일 제외 필터를 사용하지 않도록 설정합니다.",
|
||||
"clearFilter": "필터를 지웁니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"showing filtered problems": "{0}/{1} 표시"
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"viewCategory": "보기",
|
||||
"problems.view.toggle.label": "문제 토글(오류, 경고, 정보)",
|
||||
"problems.view.focus.label": "포커스 문제(오류, 경고, 정보)",
|
||||
"problems.panel.configuration.title": "문제 보기",
|
||||
"problems.panel.configuration.autoreveal": "문제 보기를 열 때 문제 보기에 자동으로 파일이 표시되어야 하는지를 제어합니다.",
|
||||
"markers.panel.title.problems": "문제",
|
||||
"markers.panel.aria.label.problems.tree": "파일별로 그룹화된 문제",
|
||||
"markers.panel.no.problems.build": "지금까지 작업 영역에서 문제가 감지되지 않았습니다.",
|
||||
"markers.panel.no.problems.filters": "지정된 필터 조건으로 결과를 찾을 수 없습니다.",
|
||||
"markers.panel.no.problems.file.exclusions": "파일 제외 필터를 사용하도록 설정했으므로 모든 문제가 숨겨집니다.",
|
||||
"markers.panel.action.useFilesExclude": "파일 제외 필터를 사용하여 필터링",
|
||||
"markers.panel.action.donotUseFilesExclude": "파일 제외 설정 사용 안 함",
|
||||
"markers.panel.action.filter": "문제 필터링",
|
||||
"markers.panel.filter.ariaLabel": "문제 필터링",
|
||||
"markers.panel.filter.placeholder": "필터입니다. 예: text, **/*.ts, !**/node_modules/**",
|
||||
"markers.panel.filter.errors": "오류",
|
||||
"markers.panel.filter.warnings": "경고",
|
||||
"markers.panel.filter.infos": "정보",
|
||||
"markers.panel.single.error.label": "오류 1개",
|
||||
"markers.panel.multiple.errors.label": "오류 {0}개",
|
||||
"markers.panel.single.warning.label": "경고 1개",
|
||||
"markers.panel.multiple.warnings.label": "경고 {0}개",
|
||||
"markers.panel.single.info.label": "정보 1개",
|
||||
"markers.panel.multiple.infos.label": "정보 {0}개",
|
||||
"markers.panel.single.unknown.label": "알 수 없음 1개",
|
||||
"markers.panel.multiple.unknowns.label": "알 수 없음 {0}개",
|
||||
"markers.panel.at.ln.col.number": "({0}, {1})",
|
||||
"problems.tree.aria.label.resource": "{0}에 {1}개의 문제가 있음",
|
||||
"problems.tree.aria.label.marker.relatedInformation": " 이 문제에는 {0} 위치에 대한 참조가 있습니다.",
|
||||
"problems.tree.aria.label.error.marker": "{0}에 의해 오류 발생: 줄 {2} 및 문자 {3}.{4}의 {1}",
|
||||
"problems.tree.aria.label.error.marker.nosource": "오류: 줄 {1} 및 문자 {2}의 {0}.{3}",
|
||||
"problems.tree.aria.label.warning.marker": "{0}에 의해 경고 발생: 줄 {2} 및 문자 {3}의 {1}.{4}",
|
||||
"problems.tree.aria.label.warning.marker.nosource": "경고: 줄 {1} 및 문자 {2}의 {0}.{3}",
|
||||
"problems.tree.aria.label.info.marker": "{0}에 의해 정보가 생성됨: 줄 {2} 및 문자 {3}의 {1}.{4}",
|
||||
"problems.tree.aria.label.info.marker.nosource": "정보: 줄 {1} 및 문자 {2}의 {0}.{3}",
|
||||
"problems.tree.aria.label.marker": "{0}에 의해 문제 발생: 줄 {2} 및 문자 {3}의 {1}.{4}",
|
||||
"problems.tree.aria.label.marker.nosource": "문제: 줄 {1} 및 문자 {2}의 {0}.{3}",
|
||||
"problems.tree.aria.label.relatedinfo.message": "{3}에서 줄 {1} 및 문자 {2}의 {0}",
|
||||
"errors.warnings.show.label": "오류 및 경고 표시"
|
||||
}
|
||||
@@ -9,5 +9,6 @@
|
||||
"toggleOutput": "출력 설정/해제",
|
||||
"clearOutput": "출력 내용 지우기",
|
||||
"toggleOutputScrollLock": "출력 스크롤 잠금 설정/해제",
|
||||
"switchToOutput.label": "출력으로 전환"
|
||||
"switchToOutput.label": "출력으로 전환",
|
||||
"openInLogViewer": "로그 파일 열기"
|
||||
}
|
||||
@@ -9,5 +9,6 @@
|
||||
"output": "출력",
|
||||
"logViewer": "로그 표시기",
|
||||
"viewCategory": "보기",
|
||||
"clearOutput.label": "출력 내용 지우기"
|
||||
"clearOutput.label": "출력 내용 지우기",
|
||||
"openActiveLogOutputFile": "보기: 활성 로그 출력 파일 열기"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"keybindingsInputName": "바로 가기 키(&&K)",
|
||||
"showDefaultKeybindings": "기본 키 바인딩 표시",
|
||||
"showUserKeybindings": "사용자 키 바인딩 표시",
|
||||
"SearchKeybindings.AriaLabel": "키 바인딩 검색",
|
||||
"SearchKeybindings.Placeholder": "키 바인딩 검색",
|
||||
"sortByPrecedene": "우선 순위별 정렬",
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openRawDefaultSettings": "원시 기본 설정 열기",
|
||||
"openSettings": "설정 열기",
|
||||
"openGlobalSettings": "사용자 설정 열기",
|
||||
"openGlobalKeybindings": "바로 가기 키 열기",
|
||||
"openGlobalKeybindingsFile": "바로 가기 키 파일 열기",
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"settingsEditorName": "기본 설정",
|
||||
"SearchSettingsWidget.AriaLabel": "설정 검색",
|
||||
"SearchSettingsWidget.Placeholder": "설정 검색",
|
||||
"noSettingsFound": "결과 없음",
|
||||
@@ -16,6 +15,8 @@
|
||||
"nlpResult": "자연어 결과",
|
||||
"filterResult": "필터링된 결과",
|
||||
"defaultSettings": "기본 설정",
|
||||
"defaultUserSettings": "기본 사용자 설정",
|
||||
"defaultWorkspaceSettings": "기본 작업 영역 설정",
|
||||
"defaultFolderSettings": "기본 폴더 설정",
|
||||
"defaultEditorReadonly": "기본값을 재정의하려면 오른쪽 편집기를 편집하세요.",
|
||||
"preferencesAriaLabel": "기본 설정. 읽기 전용 텍스트 편집기입니다."
|
||||
|
||||
@@ -13,9 +13,5 @@
|
||||
"newExtensionLabel": "\"{0}\" 확장 표시",
|
||||
"editTtile": "편집",
|
||||
"replaceDefaultValue": "설정에서 바꾸기",
|
||||
"copyDefaultValue": "설정에 복사",
|
||||
"unsupportedPHPExecutablePathSetting": "이 설정은 사용자 설정이어야 합니다. 작업 영역에 대해 PHP를 구성하려면 PHP 파일을 열고 상태 표시줄에서 'PHP 경로'를 클릭합니다.",
|
||||
"unsupportedWorkspaceSetting": "이 설정은 사용자 설정이어야 합니다.",
|
||||
"unsupportedWorkbenchSetting": "이 설정은 지금 적용할 수 없으며 이 폴더를 직접 열 경우에 적용됩니다.",
|
||||
"unsupportedWorkbenchSettingDevMode": "현재 이 설정을 적용할 수 없습니다. 등록하는 동안 범위를 '리소스'로 정의하거나 이 폴더를 직접 여는 경우 적용됩니다."
|
||||
"copyDefaultValue": "설정에 복사"
|
||||
}
|
||||
@@ -11,5 +11,6 @@
|
||||
"installAdditionalSCMProviders": "추가 SCM 공급자 설치...",
|
||||
"no open repo": "활성 소스 제어 공급자가 없습니다.",
|
||||
"source control": "소스 제어",
|
||||
"viewletTitle": "{0}: {1}"
|
||||
"viewletTitle": "{0}: {1}",
|
||||
"hideView": "숨기기"
|
||||
}
|
||||
@@ -12,7 +12,6 @@
|
||||
"previousSearchExcludePattern": "이전 검색 제외 패턴 표시",
|
||||
"nextSearchTerm": "다음 검색어 표시",
|
||||
"previousSearchTerm": "이전 검색어 표시",
|
||||
"showSearchViewlet": "검색 표시",
|
||||
"findInFiles": "파일에서 찾기",
|
||||
"replaceInFiles": "파일에서 바꾸기",
|
||||
"RefreshAction.label": "새로 고침",
|
||||
|
||||
@@ -2,15 +2,20 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"search": "검색",
|
||||
"copyMatchLabel": "복사",
|
||||
"copyPathLabel": "경로 복사",
|
||||
"copyAllLabel": "모두 복사",
|
||||
"clearSearchHistoryLabel": "검색 기록 지우기",
|
||||
"toggleSearchViewPositionLabel": "검색 보기 위치 토글",
|
||||
"findInFolder": "폴더에서 찾기...",
|
||||
"findInWorkspace": "작업 영역에서 찾기...",
|
||||
"showTriggerActions": "작업 영역에서 기호로 이동...",
|
||||
"name": "검색",
|
||||
"search": "검색",
|
||||
"showSearchViewl": "검색 표시",
|
||||
"view": "보기",
|
||||
"findInFiles": "파일에서 찾기",
|
||||
@@ -26,5 +31,5 @@
|
||||
"search.followSymlinks": "검색하는 동안 symlink를 누를지 여부를 제어합니다.",
|
||||
"search.smartCase": "패턴이 모두 소문자인 경우 대/소문자를 구분하지 않고 검색하고, 그렇지 않으면 대/소문자를 구분하여 검색합니다.",
|
||||
"search.globalFindClipboard": "macOS에서 검색 보기가 공유 클립보드 찾기를 읽거나 수정해야 할지를 제어합니다.",
|
||||
"search.location": "미리 보기: 검색을 사이드바의 보기로 표시할지 또는 가로 간격을 늘리기 위해 패널 영역의 패널로 표시할지를 제어합니다. 다음 릴리스의 패널에서의 검색은 가로 레이아웃이 개선되며 더 이상 미리 보기가 아닙니다."
|
||||
"search.location": "검색을 사이드바의 보기로 표시할지 또는 가로 간격을 늘리기 위해 패널 영역의 패널로 표시할지를 제어합니다. 다음 릴리스의 패널에서의 검색은 가로 레이아웃이 개선되며 더 이상 미리 보기가 아닙니다."
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"helpUs": "{0}에 대한 지원을 개선하는 데 도움을 주세요.",
|
||||
"takeShortSurvey": "간단한 설문 조사 참여",
|
||||
"remindLater": "나중에 알림",
|
||||
"neverAgain": "다시 표시 안 함",
|
||||
"helpUs": "{0}에 대한 지원을 개선하는 데 도움을 주세요."
|
||||
"neverAgain": "다시 표시 안 함"
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"surveyQuestion": "간단한 피드백 설문 조사에 참여하시겠어요?",
|
||||
"takeSurvey": "설문 조사 참여",
|
||||
"remindLater": "나중에 알림",
|
||||
"neverAgain": "다시 표시 안 함",
|
||||
"surveyQuestion": "간단한 피드백 설문 조사에 참여하시겠어요?"
|
||||
"neverAgain": "다시 표시 안 함"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -10,6 +10,7 @@
|
||||
"ProblemPatternParser.problemPattern.kindProperty.notFirst": "문제 패턴이 잘못되었습니다. Kind 속성은 첫 번째 요소에만 지정해야 합니다.",
|
||||
"ProblemPatternParser.problemPattern.missingRegExp": "문제 패턴에 정규식이 없습니다.",
|
||||
"ProblemPatternParser.problemPattern.missingProperty": "문제 패턴이 잘못되었습니다. 하나 이상의 파일 및 메시지를 포함해야 합니다.",
|
||||
"ProblemPatternParser.problemPattern.missingLocation": "문제 패턴이 잘못되었습니다. \"파일\" 종류, 줄 또는 위치 일치 그룹을 포함해야 합니다.",
|
||||
"ProblemPatternParser.invalidRegexp": "오류: {0} 문자열은 유효한 정규식이 아닙니다.\n",
|
||||
"ProblemPatternSchema.regexp": "출력에서 오류, 경고 또는 정보를 찾는 정규식입니다.",
|
||||
"ProblemPatternSchema.kind": "패턴이 위치(파일 및 줄)와 일치하는지 또는 파일하고만 일치하는지 여부입니다.",
|
||||
@@ -44,6 +45,7 @@
|
||||
"PatternTypeSchema.description": "문제 패턴 또는 제공되거나 미리 정의된 문제 패턴의 이름입니다. 기본이 지정된 경우 생략할 수 있습니다.",
|
||||
"ProblemMatcherSchema.base": "사용할 기본 문제 선택기의 이름입니다.",
|
||||
"ProblemMatcherSchema.owner": "Code 내부의 문제 소유자입니다. 기본값을 지정한 경우 생략할 수 있습니다. 기본값을 지정하지 않고 생략한 경우 기본값은 '외부'입니다.",
|
||||
"ProblemMatcherSchema.source": "이 진단의 소스를 설명하는 사람이 읽을 수 있는 문자열입니다(예: 'typescript' 또는 'super lint').",
|
||||
"ProblemMatcherSchema.severity": "캡처 문제에 대한 기본 심각도입니다. 패턴에서 심각도에 대한 일치 그룹을 정의하지 않은 경우에 사용됩니다.",
|
||||
"ProblemMatcherSchema.applyTo": "텍스트 문서에 복된 문제가 열린 문서, 닫힌 문서 또는 모든 문서에 적용되는지를 제어합니다.",
|
||||
"ProblemMatcherSchema.fileLocation": "문제 패턴에 보고된 파일 이름을 해석하는 방법을 정의합니다.",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"TaskDefinition.description": "실제 작업 유형",
|
||||
"TaskDefinition.description": "실제 작업 형식입니다. '$'로 시작하는 형식은 내부용으로 예약되어 있습니다.",
|
||||
"TaskDefinition.properties": "작업 유형의 추가 속성",
|
||||
"TaskTypeConfiguration.noType": "작업 유형 구성에 필요한 'taskType' 속성이 없음",
|
||||
"TaskDefinitionExtPoint": "작업 유형 적용"
|
||||
|
||||
@@ -28,6 +28,15 @@
|
||||
"JsonSchema.tasks.group.none": "작업을 그룹에 할당 안 함",
|
||||
"JsonSchema.tasks.group": "이 작업을 할당할 실행 그룹을 정의합니다. 빌드 그룹에 추가를 위한 \"build'와 테스트 그룹에 추가를 위한 \"test\"를 지원합니다.",
|
||||
"JsonSchema.tasks.type": "작업이 프로세스로 실행되는지 또는 셸 내의 명령으로 실행되는지를 제어합니다.",
|
||||
"JsonSchema.command.quotedString.value": "실제 명령 값",
|
||||
"JsonSchema.tasks.quoting.escape": "셸의 이스케이프 문자를 사용하여 문자를 이스케이프합니다(예: ` under PowerShell 및 \\ under bash).",
|
||||
"JsonSchema.tasks.quoting.strong": "셸의 강력한 따옴표 문자를 사용하여 인수를 따옴표 처리합니다(예: \" under PowerShell and bash).",
|
||||
"JsonSchema.tasks.quoting.weak": "셸의 약한 따옴표 문자를 사용하여 인수를 따옴표 처리합니다(예: PowerShell 및 bash의 경우 ').",
|
||||
"JsonSchema.command.quotesString.quote": "명령 값을 따옴표로 묶을 방법입니다.",
|
||||
"JsonSchema.command": "실행할 명령이며, 외부 프로그램 또는 셸 명령입니다.",
|
||||
"JsonSchema.args.quotedString.value": "실제 인수 값",
|
||||
"JsonSchema.args.quotesString.quote": "인수 값을 따옴표로 묶을 방법입니다.",
|
||||
"JsonSchema.tasks.args": "이 작업이 호출될 때 명령에 전달되는 인수입니다.",
|
||||
"JsonSchema.tasks.label": "작업 사용자 인터페이스 레이블",
|
||||
"JsonSchema.version": "구성의 버전 번호입니다.",
|
||||
"JsonSchema.tasks.identifier": "작업을 launch.json 또는 dependsOn 구문에서 참조할 사용자 정의 식별자입니다.",
|
||||
|
||||
@@ -2,15 +2,18 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tasksCategory": "작업",
|
||||
"ConfigureTaskRunnerAction.label": "작업 구성",
|
||||
"totalErrors": "오류 {0}개",
|
||||
"totalWarnings": "경고 {0}개",
|
||||
"totalInfos": "정보 {0}개",
|
||||
"problems": "문제",
|
||||
"building": "빌드하고 있습니다...",
|
||||
"manyMarkers": "99+",
|
||||
"manyProblems": "10K+",
|
||||
"runningTasks": "실행 중인 작업 표시",
|
||||
"tasks": "작업",
|
||||
"TaskSystem.noHotSwap": "실행 중인 활성 작업이 있는 작업 실행 엔진을 변경하면 Window를 다시 로드해야 합니다.",
|
||||
@@ -28,8 +31,10 @@
|
||||
"selectProblemMatcher": "작업 출력에서 스캔할 오류 및 경고 유형을 선택",
|
||||
"customizeParseErrors": "현재 작성 구성에 오류가 있습니다. 작업을 사용자 지정하기 전에 오류를 수정하세요.\n",
|
||||
"moreThanOneBuildTask": "tasks.json에 여러 빌드 작업이 정의되어 있습니다. 첫 번째 작업을 실행합니다.\n",
|
||||
"TaskSystem.activeSame.background": "'{0}' 작업이 이미 활성 상태로 백그라운드 모드에 있습니다. 종료하려면 [작업] 메뉴에서 '작업 종료...'를 사용하세요.",
|
||||
"TaskSystem.activeSame.noBackground": "'{0}' 작업이 이미 활성 상태입니다. 종료하려면 [작업] 메뉴에서 '작업 종료...'를 사용하세요.",
|
||||
"TaskSystem.activeSame.background": "'{0}' 작업이 이미 활성 상태이며 백그라운드 모드입니다.",
|
||||
"TaskSystem.activeSame.noBackground": "'{0}' 작업은 이미 활성 상태입니다.",
|
||||
"terminateTask": "작업 종료",
|
||||
"restartTask": "작업 다시 시작",
|
||||
"TaskSystem.active": "이미 실행 중인 작업이 있습니다. 다른 작업을 실행하려면 먼저 이 작업을 종료하세요.",
|
||||
"TaskSystem.restartFailed": "{0} 작업을 종료하고 다시 시작하지 못했습니다.",
|
||||
"TaskService.noConfiguration": "오류: {0} 작업 검색에서는 다음 구성에 대한 작업을 제공하지 않습니다:\n{1}\n이 작업이 무시됩니다.\n",
|
||||
@@ -46,6 +51,7 @@
|
||||
"recentlyUsed": "최근에 사용한 작업",
|
||||
"configured": "구성된 작업",
|
||||
"detected": "감지된 작업",
|
||||
"TaskService.ignoredFolder": "작업 버전 0.1.0을 사용하기 때문에 다음 작업 영역 폴더는 무시됩니다. {0}",
|
||||
"TaskService.notAgain": "다시 표시 안 함",
|
||||
"TaskService.pickRunTask": "실행할 작업 선택",
|
||||
"TaslService.noEntryToRun": "실행할 작업이 없습니다. 작업 구성...",
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
"TerminalTaskSystem.terminalName": "작업 - {0}",
|
||||
"closeTerminal": "터미널을 종료하려면 아무 키나 누르세요.",
|
||||
"reuseTerminal": "터미널이 작업에서 다시 사용됩니다. 닫으려면 아무 키나 누르세요.",
|
||||
"TerminalTaskSystem": "UNC 드라이브에서 셸 명령을 실행할 수 없습니다.",
|
||||
"TerminalTaskSystem": "Cmd.exe를 사용하여 UNC 드라이브에 셸 명령을 실행할 수 없습니다.",
|
||||
"unkownProblemMatcher": "문제 선택기 {0}을(를) 확인할 수 없습니다. 이 선택기는 무시됩니다."
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"ConfigurationParser.invalidCWD": "경고: options.cwd는 string 형식이어야 합니다. {0} 값을 무시합니다.\n",
|
||||
"ConfigurationParser.inValidArg": "오류: 명령 인수는 문자열 또는 따옴표 붙은 문자열이어야 합니다. 제공된 값:\n{0}",
|
||||
"ConfigurationParser.noargs": "오류: 명령 인수는 문자열의 배열이어야 합니다. 제공된 값:\n{0}",
|
||||
"ConfigurationParser.noShell": "경고: 셸 구성은 작업을 터미널에서 실행 중일 때에만 지원됩니다.",
|
||||
"ConfigurationParser.noName": "오류: 선언 범위 내의 문제 선택기는 이름이 있어야 합니다.\n{0}\n",
|
||||
@@ -17,7 +18,6 @@
|
||||
"ConfigurationParser.missingRequiredProperty": "오류: 작업 구성 '{0}'에 필요한 속성 '{1}'이(가) 없습니다. 작업 구성이 무시됩니다.",
|
||||
"ConfigurationParser.notCustom": "오류: 작업이 사용자 지정 작업으로 선언되지 않았습니다. 이 구성은 무시됩니다.\n{0}\n",
|
||||
"ConfigurationParser.noTaskName": "오류: 작업에서 레이블 속성을 제공해야 합니다. 이 작업은 무시됩니다.\n{0}\n",
|
||||
"taskConfiguration.shellArgs": "경고: '{0}' 작업은 셸 명령이며 인수 중 하나에 이스케이프되지 않은 공백이 있을 수 있습니다. 올바른 명령줄 인용인지 확인하려면 인수를 명령으로 병합하세요.",
|
||||
"taskConfiguration.noCommandOrDependsOn": "오류: 작업 '{0}'에서 명령이나 dependsOn 속성을 지정하지 않습니다. 이 작업은 무시됩니다. 해당 작업의 정의는 {1}입니다.",
|
||||
"taskConfiguration.noCommand": "오류: 작업 '{0}'에서 명령을 정의하지 않습니다. 이 작업은 무시됩니다. 해당 작업의 정의는\n{1}입니다.",
|
||||
"TaskParse.noOsSpecificGlobalTasks": "작업 버전 2.0.0은 글로벌 OS별 작업을 지원하지 않습니다. OS별 명령을 사용하여 작업으로 변환하세요. 영향을 받는 작업::\n{0}"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"terminal.background": "터미널의 배경색입니다. 이 설정을 사용하면 터미널\n 색을 패널과 다르게 지정할 수 있습니다.",
|
||||
"terminal.foreground": "터미널의 전경색입니다.",
|
||||
"terminalCursor.foreground": "터미널 커서의 전경색입니다.",
|
||||
"terminalCursor.background": "터미널 커서의 배경색입니다. 블록 커서와 겹친 문자의 색상을 사용자 정의할 수 있습니다.",
|
||||
"terminal.selectionBackground": "터미널의 선택 영역 배경색입니다.",
|
||||
"terminal.border": "터미널 내의 분할 창을 구분하는 테두리의 색입니다. 기본값은 panel.border입니다.",
|
||||
"terminal.ansiColor": "터미널의 '{0}' ANSI 색상"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -21,6 +21,7 @@
|
||||
"workbench.action.terminal.newWorkspacePlaceholder": "새 터미널의 현재 작업 디렉토리를 선택합니다.",
|
||||
"workbench.action.terminal.newInActiveWorkspace": "새 통합 터미널 만들기(활성 작업 영역에)",
|
||||
"workbench.action.terminal.split": "터미널 분할",
|
||||
"workbench.action.terminal.splitInActiveWorkspace": "터미널 분할(활성 작업 영역에서)",
|
||||
"workbench.action.terminal.focusPreviousPane": "이전 창에 포커스",
|
||||
"workbench.action.terminal.focusNextPane": "다음 창에 포커스",
|
||||
"workbench.action.terminal.resizePaneLeft": "창 왼쪽 크기 조정",
|
||||
@@ -43,6 +44,7 @@
|
||||
"workbench.action.terminal.scrollUpPage": "위로 스크롤(페이지)",
|
||||
"workbench.action.terminal.scrollToTop": "맨 위로 스크롤",
|
||||
"workbench.action.terminal.clear": "지우기",
|
||||
"workbench.action.terminal.clearSelection": "선택 영역 지우기",
|
||||
"workbench.action.terminal.allowWorkspaceShell": "작업 영역 셸 구성 허용",
|
||||
"workbench.action.terminal.disallowWorkspaceShell": "작업 영역 셸 구성 허용 안 함",
|
||||
"workbench.action.terminal.rename": "이름 바꾸기",
|
||||
@@ -51,5 +53,9 @@
|
||||
"workbench.action.terminal.hideFindWidget": "파인드 위젯 숨기기",
|
||||
"nextTerminalFindTerm": "다음 검색어 표시",
|
||||
"previousTerminalFindTerm": "이전 검색어 표시",
|
||||
"quickOpenTerm": "활성 터미널 전환"
|
||||
"quickOpenTerm": "활성 터미널 전환",
|
||||
"workbench.action.terminal.scrollToPreviousCommand": "이전 명령으로 스크롤",
|
||||
"workbench.action.terminal.scrollToNextCommand": "다음 명령으로 스크롤",
|
||||
"workbench.action.terminal.selectToPreviousCommand": "이전 명령까지 선택",
|
||||
"workbench.action.terminal.selectToNextCommand": "다음 명령까지 선택"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,5 +12,6 @@
|
||||
"terminal.integrated.copySelection.noSelection": "터미널에 복사할 선택 항목이 없음",
|
||||
"terminal.integrated.exitedWithCode": "터미널 프로세스가 종료 코드 {0}(으)로 종료되었습니다.",
|
||||
"terminal.integrated.waitOnExit": "터미널을 닫으려면 아무 키나 누르세요.",
|
||||
"terminal.integrated.launchFailed": "터미널 프로세스 명령 '{0}{1}'을(를) 실행하지 못했습니다(종료 코드: {2})."
|
||||
"terminal.integrated.launchFailed": "터미널 프로세스 명령 '{0}{1}'을(를) 실행하지 못했습니다(종료 코드: {2}).",
|
||||
"terminal.integrated.launchFailedExtHost": "터미널 프로세스를 시작하지 못했습니다(종료 코드: {0})."
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"copy": "복사",
|
||||
"split": "분할",
|
||||
"paste": "붙여넣기",
|
||||
"selectAll": "모두 선택",
|
||||
"clear": "지우기",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"unsupportedWorkspaceSettings": "이 작업 영역에는 사용자 설정({0})에서만 지정할 수 있는 설정이 포함되어 있습니다. 자세히 알아보려면 [여기]({1})를 클릭하세요.",
|
||||
"openWorkspaceSettings": "작업 영역 설정 열기",
|
||||
"dontShowAgain": "다시 표시 안 함",
|
||||
"unsupportedWorkspaceSettings": "이 작업 영역에는 사용자 설정({0})에서만 지정할 수 있는 설정이 포함되어 있습니다. 자세히 알아보려면 [여기]({1})를 클릭하세요."
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"releaseNotesInputName": "릴리스 정보: {0}",
|
||||
"unassigned": "할당되지 않음"
|
||||
}
|
||||
@@ -2,12 +2,10 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"later": "나중에",
|
||||
"unassigned": "할당되지 않음",
|
||||
"releaseNotes": "릴리스 정보",
|
||||
"showReleaseNotes": "릴리스 정보 표시",
|
||||
"read the release notes": "{0} v{1}을(를) 시작합니다. 릴리스 정보를 확인하시겠습니까?",
|
||||
@@ -17,13 +15,14 @@
|
||||
"updateIsReady": "새 {0} 업데이트를 사용할 수 있습니다.",
|
||||
"noUpdatesAvailable": "현재 사용할 수 있는 업데이트가 없습니다.",
|
||||
"ok": "확인",
|
||||
"download now": "지금 다운로드",
|
||||
"thereIsUpdateAvailable": "사용 가능한 업데이트가 있습니다.",
|
||||
"installUpdate": "업데이트 설치",
|
||||
"download now": "지금 다운로드",
|
||||
"later": "나중에",
|
||||
"updateAvailable": "사용 가능한 업데이트가 있습니다. {0} {1}",
|
||||
"installUpdate": "업데이트 설치",
|
||||
"updateInstalling": "{0} {1}이(가) 백그라운드로 설치되고 있습니다. 완료되면 알려드리겠습니다.",
|
||||
"updateAvailableAfterRestart": "최신 업데이트를 적용하려면 {0}을(를) 다시 시작하세요.",
|
||||
"updateNow": "지금 업데이트",
|
||||
"updateAvailableAfterRestart": "다시 시작하면 {0}이(가) 업데이트됩니다.",
|
||||
"commandPalette": "명령 팔레트...",
|
||||
"settings": "설정",
|
||||
"keyboardShortcuts": "바로 가기 키(&&K)",
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openUrl": "URL 열기",
|
||||
"developer": "개발자"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"webview.editor.label": "webview 편집기",
|
||||
"developer": "개발자"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openToolsLabel": "Webview 개발자 도구 열기",
|
||||
"refreshWebviewLabel": "Webview 다시 로드"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"telemetryOptOut.optOutNotice": "Microsoft에서 사용 데이터를 수집하도록 허용하여 VS Code 개선에 도움을 주세요. Microsoft [개인정보처리방침]({0})을 읽고 [옵트아웃]({1})하는 방법을 알아보세요.",
|
||||
"telemetryOptOut.optInNotice": "Microsoft에서 사용 데이터를 수집하도록 허용하여 VS Code 개선에 도움을 주세요. Microsoft [개인정보처리방침]({0})을 읽고 [옵트인]({1})하는 방법을 알아보세요.",
|
||||
"telemetryOptOut.readMore": "자세히 알아보기"
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
"welcomeOverlay.extensions": "확장 관리",
|
||||
"welcomeOverlay.problems": "오류 및 경고 보기",
|
||||
"welcomeOverlay.commandPalette": "모든 명령 찾기 및 실행",
|
||||
"welcomeOverlay.notifications": "알림 표시",
|
||||
"welcomeOverlay": "사용자 인터페이스 개요",
|
||||
"hideWelcomeOverlay": "인터페이스 개요 숨기기",
|
||||
"help": "도움말"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
"welcomePage.installExtensionPacks": "도구 및 언어",
|
||||
"welcomePage.installExtensionPacksDescription": "{0} 및 {1}에 대한 지원 설치",
|
||||
"welcomePage.moreExtensions": "자세히",
|
||||
"welcomePage.installKeymapDescription": "바로 가기 키 설치",
|
||||
"welcomePage.installKeymapExtension": "{0} 및 {1}의 바로 가기 키 설치",
|
||||
"welcomePage.installKeymapDescription": "설정 및 키 바인딩",
|
||||
"welcomePage.installKeymapExtension": "설정과 {0} 및 {1}의 바로 가기 키 설치",
|
||||
"welcomePage.others": "기타",
|
||||
"welcomePage.colorTheme": "색 테마",
|
||||
"welcomePage.colorThemeDescription": "편집기 및 코드가 좋아하는 방식으로 표시되게 만들기",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"vscode.extension.contributes.configuration.title": "설정을 요약합니다. 이 레이블은 설정 파일에서 구분 주석으로 사용됩니다.",
|
||||
"vscode.extension.contributes.configuration.properties": "구성 속성에 대한 설명입니다.",
|
||||
"scope.application.description": "[사용자] 설정에서만 구성할 수 있는 응용 프로그램 관련 구성입니다.",
|
||||
"scope.window.description": "[사용자] 설정 또는 [작업 영역] 설정에서 구성할 수 있는 창 특정 구성입니다.",
|
||||
"scope.resource.description": "사용자, 작업 영역 또는 폴더 설정에서 구성할 수 있는 리소스 특정 구성",
|
||||
"scope.description": "구성이 적용되는 범위입니다. 사용 가능 범위는 '창'과 '리소스'입니다.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"open": "설정 열기",
|
||||
"saveAndRetry": "저장 및 다시 시도",
|
||||
"errorUnknownKey": "{1}은(는) 등록된 구성이 아니므로 {0}에 쓸 수 없습니다.",
|
||||
"errorInvalidWorkspaceConfigurationApplication": "{0}을(를) [작업 영역] 설정에 쓸 수 없습니다. 이 설정은 [사용자] 설정에만 쓸 수 있습니다.",
|
||||
"errorInvalidFolderConfiguration": "{0}이(가) 폴더 리소스 범위를 지원하지 않으므로 폴더 설정에 쓸 수 없습니다.",
|
||||
"errorInvalidUserTarget": "{0}이(가) 글로벌 범위를 지원하지 않으므로 사용자 설정에 쓸 수 없습니다.",
|
||||
"errorInvalidWorkspaceTarget": "{0}이(가) 여러 폴더 작업 영역에서 작업 영역 범위를 지원하지 않으므로 작업 영역 설정에 쓸 수 없습니다.",
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"unsupportedApplicationSetting": "이 설정은 [사용자] 설정에서만 적용할 수 있습니다.",
|
||||
"unsupportedWindowSetting": "이 설정은 지금 적용할 수 없으며 이 폴더를 직접 열 경우에 적용됩니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"missingEnvVarName": "환경 변수 이름을 지정하지 않았으므로 '{0}'을(를) 확인할 수 없습니다.",
|
||||
"configNotFound": "'{1}' 설정을 찾을 수 없으므로 '{0}'을(를) 확인할 수 없습니다.",
|
||||
"configNoString": "'{1}'은(는) 구조적 값이므로 '{0}'을(를) 확인할 수 없습니다.",
|
||||
"missingConfigName": "설정 이름을 지정하지 않았으므로 '{0}'을(를) 확인할 수 없습니다.",
|
||||
"noValueForCommand": "명령에 값이 없으므로 '{0}'을(를) 확인할 수 없습니다.",
|
||||
"canNotFindFolder": "'{0}'을(를) 확인할 수 없습니다. 해당 '{1}' 폴더가 없습니다.",
|
||||
"canNotResolveWorkspaceFolderMultiRoot": "다중 폴더 작업 영역에서 '{0}'을(를) 확인할 수 없습니다. ':'과 작업 영역 폴더 이름을 사용하여 이 변수 범위를 정하세요.",
|
||||
"canNotResolveWorkspaceFolder": "'{0}'을(를) 확인할 수 없습니다. 폴더를 여세요.",
|
||||
"canNotResolveFile": "'{0}'을(를) 확인할 수 없습니다. 편집기를 여세요.",
|
||||
"canNotResolveLineNumber": "'{0}'을(를) 확인할 수 없습니다. 선택한 줄이 활성 편집기에 있는지 확인하세요.",
|
||||
"canNotResolveSelectedText": "'{0}'을(를) 확인할 수 없습니다. 선택한 텍스트가 활성 편집기에 있는지 확인하세요."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yesButton": "예(&&Y)",
|
||||
"cancelButton": "취소"
|
||||
}
|
||||
@@ -6,10 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"vscode.extension.engines": "엔진 호환성입니다.",
|
||||
"vscode.extension.engines.vscode": "VS Code 확장의 경우, 확장이 호환되는 VS Code 버전을 지정합니다. *일 수 없습니다. 예를 들어 ^0.10.5는 최소 VS Code 버전인 0.10.5와 호환됨을 나타냅니다.",
|
||||
"vscode.extension.publisher": "VS Code 확장의 게시자입니다.",
|
||||
"vscode.extension.displayName": "VS Code 갤러리에 사용되는 확장의 표시 이름입니다.",
|
||||
"vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.",
|
||||
"vscode.extension.category.languages.deprecated": "대신 '프로그래밍 언어' 사용",
|
||||
"vscode.extension.galleryBanner": "VS Code 마켓플레이스에 사용되는 배너입니다.",
|
||||
"vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.",
|
||||
"vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.",
|
||||
@@ -23,11 +25,14 @@
|
||||
"vscode.extension.activationEvents.onDebugResolve": "특정 유형의 디버그 세션이 시작하려고 할 때마다(그리고 해당하는 resolveDebugConfiguration 메서드를 호출해야 할 때마다) 발생하는 활성화 이벤트입니다.",
|
||||
"vscode.extension.activationEvents.workspaceContains": "지정된 glob 패턴과 일치하는 파일이 하나 이상 있는 폴더를 열 때마다 활성화 알림이 발송됩니다.",
|
||||
"vscode.extension.activationEvents.onView": "지정된 뷰가 확장될 때마다 활성화 이벤트가 내보내 집니다.",
|
||||
"vscode.extension.activationEvents.onUri": "이 확장으로 이동되는 시스템 차원 URI를 열 때마다 활성화 이벤트를 내보냅니다.",
|
||||
"vscode.extension.activationEvents.star": "VS Code 시작 시 활성화 이벤트가 발송됩니다. 훌륭한 최종 사용자 경험을 보장하려면 사용 케이스에서 다른 활성화 이벤트 조합이 작동하지 않을 때에만 확장에서 이 활성화 이벤트를 사용하세요.",
|
||||
"vscode.extension.badges": "마켓플레이스 확장 페이지의 사이드바에 표시할 배지의 배열입니다.",
|
||||
"vscode.extension.badges.url": "배지 이미지 URL입니다.",
|
||||
"vscode.extension.badges.href": "배지 링크입니다.",
|
||||
"vscode.extension.badges.description": "배지 설명입니다.",
|
||||
"vscode.extension.markdown": "Marketplace에서 사용되는 Markdown 렌더링 엔진을 제어합니다. Github(기본값) 또는 표준입니다.",
|
||||
"vscode.extension.qna": "Marketplace에서 Q&A 링크를 제어합니다. 기본 Marketplace Q & A 사이트를 사용하도록 설정하려면 marketplace로 설정합니다. 사용자 지정 Q & A 사이트의 URL을 제공하려면 문자열로 설정합니다. Q & A를 전적으로 사용하지 않도록 설정하려면 false로 설정합니다.",
|
||||
"vscode.extension.extensionDependencies": "다른 확장에 대한 종속성입니다. 확장 식별자는 항상 ${publisher}.${name}입니다(예: vscode.csharp).",
|
||||
"vscode.extension.scripts.prepublish": "패키지가 VS Code 확장 형태로 게시되기 전에 스크립트가 실행되었습니다.",
|
||||
"vscode.extension.scripts.uninstall": "VS Code 확장에 대한 후크를 제거합니다. 확장이 VS Code에서 완전히 제거될 때 즉, 확장이 제거된 후 VS Code가 다시 시작할 때(종료하고 시작) 실행되는 스크립트입니다. 노드 스크립트만 지원됩니다.",
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"extensionsDisabled": "모든 확장을 사용할 수 없습니다.",
|
||||
"extensionHostProcess.crash": "확장 호스트가 예기치 않게 종료되었습니다.",
|
||||
"extensionHostProcess.unresponsiveCrash": "확장 호스트가 응답하지 않아서 종료되었습니다.",
|
||||
"devTools": "개발자 도구",
|
||||
"devTools": "개발자 도구 열기",
|
||||
"restart": "확장 호스트 다시 시작",
|
||||
"overwritingExtension": "확장 {0}을(를) {1}(으)로 덮어쓰는 중입니다.",
|
||||
"extensionUnderDevelopment": "{0}에서 개발 확장 로드 중",
|
||||
|
||||
@@ -2,15 +2,28 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"netVersionError": "Microsoft .NET Framework 4.5가 필요합니다. 설치하려면 링크를 클릭하세요.",
|
||||
"installNet": ".NET Framework 4.5 다운로드",
|
||||
"neverShowAgain": "다시 표시 안 함",
|
||||
"netVersionError": "Microsoft .NET Framework 4.5가 필요합니다. 설치하려면 링크를 클릭하세요.",
|
||||
"enospcError": "{0}은(는) 이 큰 작업 영역에서 파일 변경 내용을 감시할 수 없습니다. 지침 링크에 따라 이 문제를 해결하세요.",
|
||||
"learnMore": "지침",
|
||||
"enospcError": "{0}에 파일 핸들이 부족합니다. 지침 링크를 클릭하여 문제를 해결하세요.",
|
||||
"fileInvalidPath": "잘못된 파일 리소스({0})",
|
||||
"fileIsDirectoryError": "파일이 디렉터리입니다.",
|
||||
"fileNotModifiedError": "파일 수정 안 됨",
|
||||
"fileTooLargeForHeapError": "이 크기의 파일을 열려면 VS Code를 다시 시작하여 더 많은 메모리를 사용하도록 허용해야 합니다.",
|
||||
"fileTooLargeError": "파일이 너무 커서 열 수 없음",
|
||||
"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
|
||||
"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
|
||||
"filePermission": "파일 쓰기 권한이 거부되었습니다. ({0})",
|
||||
"fileExists": "만드려는 파일이 이미 있음({0})",
|
||||
"fileModifiedError": "파일 수정됨",
|
||||
"fileReadOnlyError": "파일이 읽기 전용입니다.",
|
||||
"fileMoveConflict": "이동/복사할 수 없습니다. 대상에 파일이 이미 있습니다.",
|
||||
"unableToMoveCopyError": "이동/복사할 수 없습니다. 파일이 포함된 폴더를 파일로 대체합니다.",
|
||||
"binFailed": "'{0}'을(를) 휴지통으로 이동하지 못함",
|
||||
"trashFailed": "'{0}'을(를) 휴지통으로 이동하지 못함"
|
||||
}
|
||||
@@ -6,7 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
|
||||
"fileIsDirectoryError": "파일이 디렉터리입니다.",
|
||||
"fileNotModifiedError": "파일 수정 안 됨",
|
||||
"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다."
|
||||
"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
|
||||
"err.create": "{0} 파일을 만들지 못했습니다.",
|
||||
"fileMoveConflict": "이동/복사할 수 없습니다. 대상에 파일이 이미 있습니다."
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"progress.subtitle": "{0} - {1}",
|
||||
"progress.title": "{0}: {1}"
|
||||
"progress.title": "{0}: {1}",
|
||||
"cancel": "취소"
|
||||
}
|
||||
@@ -11,5 +11,6 @@
|
||||
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다.",
|
||||
"vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './syntaxes/'로 시작합니다.",
|
||||
"vscode.extension.contributes.grammars.embeddedLanguages": "이 문법에 포함된 언어가 있는 경우 언어 ID에 대한 범위 이름의 맵입니다.",
|
||||
"vscode.extension.contributes.grammars.tokenTypes": "토큰 형식에 대한 범위 이름의 맵입니다.",
|
||||
"vscode.extension.contributes.grammars.injectTo": "이 문법이 삽입되는 언어 범위 이름 목록입니다."
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
|
||||
"invalid.injectTo": "`contributes.{0}.injectTo`의 값이 잘못되었습니다. 언어 범위 이름 배열이어야 합니다. 제공된 값: {1}",
|
||||
"invalid.embeddedLanguages": "`contributes.{0}.embeddedLanguages` 값이 잘못되었습니다. 범위 이름에서 언어까지의 개체 맵이어야 합니다. 제공된 값: {1}",
|
||||
"invalid.tokenTypes": "`contributes.{0}.tokenTypes` 값이 잘못되었습니다. 범위 이름에서 언어까지의 개체 맵이어야 합니다. 제공된 값: {1}",
|
||||
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
|
||||
"no-tm-grammar": "이 언어에 대해 등록된 TM 문법이 없습니다."
|
||||
}
|
||||
Reference in New Issue
Block a user