mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 06:40:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"overwritingExtension": "확장 {0}을(를) {1}(으)로 덮어쓰는 중입니다.",
|
||||
"extensionUnderDevelopment": "{0}에서 개발 확장 로드 중"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"close": "닫기",
|
||||
"cancel": "취소",
|
||||
"ok": "확인"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"limitHit": "{0}개의 추가 오류 및 경고를 표시하지 않습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"treeExplorer.notRegistered": "ID가 '{0}'인 등록된 TreeExplorerNodeProvider가 없습니다.",
|
||||
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}'에서 루트 노드를 제공하지 못했습니다."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"unknownDep": "확장 `{1}`을(를) 활성화하지 못했습니다. 이유: 알 수 없는 종속성 `{0}`.",
|
||||
"failedDep1": "확장 `{1}`을(를) 활성화하지 못했습니다. 이유: 종속성 `{0}`이(가) 활성화되지 않았습니다.",
|
||||
"failedDep2": "확장 `{0}`을(를) 활성화하지 못했습니다. 이유: 종속성 수준이 10개가 넘음(종속성 루프일 가능성이 높음).",
|
||||
"activationError": "확장 `{0}` 활성화 실패: {1}."
|
||||
}
|
||||
8
i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json
Normal file
8
i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"task.label": "{0}: {1}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"treeExplorer.notRegistered": "ID가 '{0}'인 등록된 TreeExplorerNodeProvider가 없습니다.",
|
||||
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}'에서 루트 노드를 제공하지 못했습니다.",
|
||||
"treeExplorer.failedToResolveChildren": "TreeExplorerNodeProvider '{0}'에서 자식을 확인하지 못했습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"treeExplorer.notRegistered": "ID가 '{0}'인 등록된 TreeExplorerNodeProvider가 없습니다.",
|
||||
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}'에서 루트 노드를 제공하지 못했습니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"treeView.notRegistered": "ID가 '{0}'인 등록된 트리 뷰가 없습니다.",
|
||||
"treeItem.notFound": "ID가 '{0}'인 트리 항목을 찾을 수 없습니다.",
|
||||
"treeView.duplicateElement": "{0} 요소가 이미 등록되어 있습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"overwritingExtension": "확장 {0}을(를) {1}(으)로 덮어쓰는 중입니다.",
|
||||
"extensionUnderDevelopment": "{0}에서 개발 확장 로드 중"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"close": "닫기",
|
||||
"cancel": "취소",
|
||||
"ok": "확인"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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})을(를) 만들 수 없습니다.",
|
||||
"JsonSchema.locale": "사용할 UI 언어입니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"openFolder": "폴더 열기...",
|
||||
"openFileFolder": "열기..."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleActivityBar": "작업 막대 표시 유형 전환",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleEditorGroupLayout": "편집기 그룹 세로/가로 레이아웃 설정/해제",
|
||||
"horizontalLayout": "가로 편집기 그룹 레이아웃",
|
||||
"verticalLayout": "세로 편집기 그룹 레이아웃",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleLocation": "사이드바 위치 설정/해제",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleSidebar": "사이드바 표시 유형 설정/해제",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleStatusbar": "상태 표시줄 표시 설정/해제",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleZenMode": "Zen 모드 설정/해제",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"openFolder": "폴더 열기...",
|
||||
"openFileFolder": "열기...",
|
||||
"addFolderToWorkspace": "작업 영역에 폴더 추가...",
|
||||
"add": "추가(&&A)",
|
||||
"addFolderToWorkspaceTitle": "작업 영역에 폴더 추가",
|
||||
"newWorkspace": "새 작업 영역...",
|
||||
"select": "선택(&&S)",
|
||||
"selectWorkspace": "작업 영역 폴더 선택",
|
||||
"removeFolderFromWorkspace": "작업 영역에서 폴더 삭제",
|
||||
"saveWorkspaceAsAction": "작업 영역을 다른 이름으로 저장",
|
||||
"saveEmptyWorkspaceNotSupported": "저장하려면 먼저 작업 영역을 여세요.",
|
||||
"save": "저장(&&S)",
|
||||
"saveWorkspace": "작업 영역 저장",
|
||||
"openWorkspaceAction": "작업 영역 열기...",
|
||||
"openWorkspaceConfigFile": "작업 영역 구성 파일 열기"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"removeFromActivityBar": "작업 막대에서 제거",
|
||||
"keepInActivityBar": "작업 막대에 유지",
|
||||
"titleKeybinding": "{0}({1})",
|
||||
"additionalViews": "추가 뷰",
|
||||
"numberBadge": "{0}({1})",
|
||||
"manageExtension": "확장 관리",
|
||||
"toggle": "뷰 고정 전환"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"hideActivitBar": "작업 막대 숨기기",
|
||||
"activityBarAriaLabel": "활성 뷰 전환기",
|
||||
"globalActions": "전역 작업"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ariaCompositeToolbarLabel": "{0} 동작",
|
||||
"titleTooltip": "{0}({1})"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"metadataDiff": "{0} ↔ {1}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"binaryEditor": "이진 뷰어"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"textEditor": "텍스트 편집기",
|
||||
"textDiffEditor": "텍스트 Diff 편집기",
|
||||
"binaryDiffEditor": "이진 Diff 편집기",
|
||||
"sideBySideEditor": "병렬 편집기",
|
||||
"groupOnePicker": "첫 번째 그룹에 편집기 표시",
|
||||
"groupTwoPicker": "두 번째 그룹에 편집기 표시",
|
||||
"groupThreePicker": "세 번째 그룹에 편집기 표시",
|
||||
"allEditorsPicker": "열려 있는 모든 편집기 표시",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"splitEditor": "편집기 분할",
|
||||
"joinTwoGroups": "두 그룹의 편집기 조인",
|
||||
"navigateEditorGroups": "편집기 그룹 간 탐색",
|
||||
"focusActiveEditorGroup": "활성 편집기 그룹에 포커스",
|
||||
"focusFirstEditorGroup": "첫 번째 편집기 그룹에 포커스",
|
||||
"focusSecondEditorGroup": "두 번째 편집기 그룹에 포커스",
|
||||
"focusThirdEditorGroup": "세 번째 편집기 그룹에 포커스",
|
||||
"focusPreviousGroup": "이전 그룹에 포커스",
|
||||
"focusNextGroup": "다음 그룹에 포커스",
|
||||
"openToSide": "측면에서 열기",
|
||||
"closeEditor": "편집기 닫기",
|
||||
"revertAndCloseActiveEditor": "편집기 되돌리기 및 닫기",
|
||||
"closeEditorsToTheLeft": "왼쪽에 있는 편집기 닫기",
|
||||
"closeEditorsToTheRight": "오른쪽에 있는 편집기 닫기",
|
||||
"closeAllEditors": "모든 편집기 닫기",
|
||||
"closeUnmodifiedEditors": "그룹의 수정되지 않은 편집기 닫기",
|
||||
"closeEditorsInOtherGroups": "다른 그룹의 편집기 닫기",
|
||||
"closeOtherEditorsInGroup": "다른 편집기 닫기",
|
||||
"closeEditorsInGroup": "그룹의 모든 편집기 닫기",
|
||||
"moveActiveGroupLeft": "편집기 그룹을 왼쪽으로 이동",
|
||||
"moveActiveGroupRight": "편집기 그룹을 오른쪽으로 이동",
|
||||
"minimizeOtherEditorGroups": "다른 편집기 그룹 최소화",
|
||||
"evenEditorGroups": "균등한 편집기 그룹 너비",
|
||||
"maximizeEditor": "편집기 그룹 최대화 및 사이드바 숨기기",
|
||||
"keepEditor": "편집기 유지",
|
||||
"openNextEditor": "다음 편집기 열기",
|
||||
"openPreviousEditor": "이전 편집기 열기",
|
||||
"nextEditorInGroup": "그룹에서 다음 편집기 열기",
|
||||
"openPreviousEditorInGroup": "그룹에서 이전 편집기 열기",
|
||||
"navigateNext": "앞으로 이동",
|
||||
"navigatePrevious": "뒤로 이동",
|
||||
"reopenClosedEditor": "닫힌 편집기 다시 열기",
|
||||
"clearRecentFiles": "최근 사용 항목 지우기",
|
||||
"showEditorsInFirstGroup": "첫 번째 그룹에 편집기 표시",
|
||||
"showEditorsInSecondGroup": "두 번째 그룹에 편집기 표시",
|
||||
"showEditorsInThirdGroup": "세 번째 그룹에 편집기 표시",
|
||||
"showEditorsInGroup": "그룹의 편집기 표시",
|
||||
"showAllEditors": "모든 편집기 표시",
|
||||
"openPreviousRecentlyUsedEditorInGroup": "그룹에서 최근에 사용한 이전 편집기 열기",
|
||||
"openNextRecentlyUsedEditorInGroup": "그룹에서 최근에 사용한 다음 편집기 열기",
|
||||
"navigateEditorHistoryByInput": "기록에서 이전 편집기 열기",
|
||||
"openNextRecentlyUsedEditor": "최근에 사용한 다음 편집기 열기",
|
||||
"openPreviousRecentlyUsedEditor": "최근에 사용한 이전 편집기 열기",
|
||||
"clearEditorHistory": "편집기 기록 지우기",
|
||||
"focusLastEditorInStack": "그룹의 마지막 편집기 열기",
|
||||
"moveEditorLeft": "왼쪽으로 편집기 이동",
|
||||
"moveEditorRight": "오른쪽으로 편집기 이동",
|
||||
"moveEditorToPreviousGroup": "편집기를 이전 그룹으로 이동",
|
||||
"moveEditorToNextGroup": "편집기를 다음 그룹으로 이동"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"editorCommand.activeEditorMove.description": "활성 편집기를 탭 또는 그룹 단위로 이동",
|
||||
"editorCommand.activeEditorMove.arg.name": "활성 편집기 이동 인수",
|
||||
"editorCommand.activeEditorMove.arg.description": "인수 속성:\n\t\t\t\t\t\t* 'to': 이동할 위치를 지정하는 문자열 값입니다.\n\t\t\t\t\t\t* 'by': 이동할 단위를 지정하는 문자열 값입니다. 탭 단위 또는 그룹 단위입니다\n\t\t\t\t\t\t* 'value': 이동할 위치 수 또는 절대 위치를 지정하는 숫자 값입니다.\n\t\t\t\t\t",
|
||||
"commandDeprecated": "**{0}** 명령이 제거되었습니다. 대신 **{1}** 명령을 사용할 수 있습니다.",
|
||||
"openKeybindings": "바로 가기 키 구성"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"groupOneVertical": "왼쪽",
|
||||
"groupTwoVertical": "가운데",
|
||||
"groupThreeVertical": "오른쪽",
|
||||
"groupOneHorizontal": "위쪽",
|
||||
"groupTwoHorizontal": "가운데",
|
||||
"groupThreeHorizontal": "아래쪽",
|
||||
"editorOpenError": "'{0}'을(를) 열 수 없습니다. {1}."
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"entryAriaLabel": "{0}, 편집기 그룹 선택기",
|
||||
"groupLabel": "그룹: {0}",
|
||||
"noResultsFoundInGroup": "그룹에서 일치하는 열려 있는 편집기를 찾을 수 없습니다.",
|
||||
"noOpenedEditors": "열려 있는 편집기 목록이 현재 그룹에서 비어 있습니다.",
|
||||
"noResultsFound": "일치하는 열려 있는 편집기를 찾을 수 없습니다.",
|
||||
"noOpenedEditorsAllGroups": "열려 있는 편집기 목록이 현재 비어 있습니다."
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"singleSelectionRange": "줄 {0}, 열 {1}({2} 선택됨)",
|
||||
"singleSelection": "줄 {0}, 열 {1}",
|
||||
"multiSelectionRange": "{0} 선택 항목({1}자 선택됨)",
|
||||
"multiSelection": "{0} 선택 항목",
|
||||
"endOfLineLineFeed": "LF",
|
||||
"endOfLineCarriageReturnLineFeed": "CRLF",
|
||||
"tabFocusModeEnabled": "Tab으로 포커스 이동",
|
||||
"screenReaderDetected": "화면 읽기 프로그램 검색됨",
|
||||
"screenReaderDetectedExtra": "화면 읽기 프로그램을 사용하지 않는 경우 `editor.accessibilitySupport` 설정을 \"off\"로 변경하세요.",
|
||||
"disableTabMode": "접근성 모드 사용 안 함",
|
||||
"gotoLine": "줄 이동",
|
||||
"indentation": "들여쓰기",
|
||||
"selectEncoding": "인코딩 선택",
|
||||
"selectEOL": "줄 시퀀스의 끝 선택",
|
||||
"selectLanguageMode": "언어 모드 선택",
|
||||
"fileInfo": "파일 정보",
|
||||
"spacesSize": "공백: {0}",
|
||||
"tabSize": "Tab 크기: {0}",
|
||||
"showLanguageExtensions": "'{0}'의 마켓플레이스 확장 검색...",
|
||||
"changeMode": "언어 모드 변경",
|
||||
"noEditor": "현재 활성 텍스트 편집기 없음",
|
||||
"languageDescription": "({0}) - 구성된 언어",
|
||||
"languageDescriptionConfigured": "({0})",
|
||||
"languagesPicks": "언어(식별자)",
|
||||
"configureModeSettings": "'{0}' 언어 기반 설정 구성...",
|
||||
"configureAssociationsExt": "'{0}'에 대한 파일 연결 구성...",
|
||||
"autoDetect": "자동 감지",
|
||||
"pickLanguage": "언어 모드 선택",
|
||||
"currentAssociation": "현재 연결",
|
||||
"pickLanguageToConfigure": "'{0}'과(와) 연결할 언어 모드 선택",
|
||||
"changeIndentation": "ID 변경",
|
||||
"noWritableCodeEditor": "활성 코드 편집기는 읽기 전용입니다.",
|
||||
"indentView": "보기 변경",
|
||||
"indentConvert": "파일 변환",
|
||||
"pickAction": "작업 선택",
|
||||
"changeEndOfLine": "줄 시퀀스의 끝 변경",
|
||||
"pickEndOfLine": "줄 시퀀스의 끝 선택",
|
||||
"changeEncoding": "파일 인코딩 변경",
|
||||
"noFileEditor": "현재 활성 파일 없음",
|
||||
"saveWithEncoding": "인코딩하여 저장",
|
||||
"reopenWithEncoding": "인코딩하여 다시 열기",
|
||||
"guessedEncoding": "콘텐츠에서 추측함",
|
||||
"pickEncodingForReopen": "파일을 다시 열 파일 인코딩 선택",
|
||||
"pickEncodingForSave": "파일을 저장할 파일 인코딩 선택"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"araLabelTabActions": "탭 작업"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"textDiffEditor": "텍스트 Diff 편집기",
|
||||
"readonlyEditorWithInputAriaLabel": "{0}. 읽기 전용 텍스트 비교 편집기입니다.",
|
||||
"readonlyEditorAriaLabel": "읽기 전용 텍스트 비교 편집기입니다.",
|
||||
"editableEditorWithInputAriaLabel": "{0}. 텍스트 파일 비교 편집기입니다.",
|
||||
"editableEditorAriaLabel": "텍스트 파일 비교 편집기입니다.",
|
||||
"navigate.next.label": "다음 변경 내용",
|
||||
"navigate.prev.label": "이전 변경 내용",
|
||||
"inlineDiffLabel": "인라인 보기로 전환",
|
||||
"sideBySideDiffLabel": "세로 정렬 보기로 전환"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"editorLabelWithGroup": "{0}, 그룹 {1}."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"textEditor": "텍스트 편집기",
|
||||
"readonlyEditorWithInputAriaLabel": "{0}. 읽기 전용 텍스트 편집기입니다.",
|
||||
"readonlyEditorAriaLabel": "읽기 전용 텍스트 편집기입니다.",
|
||||
"untitledFileEditorWithInputAriaLabel": "{0}. 제목 없는 파일 텍스트 편집기입니다.",
|
||||
"untitledFileEditorAriaLabel": "제목 없는 파일 텍스트 편집기입니다."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"close": "닫기",
|
||||
"closeOthers": "기타 항목 닫기",
|
||||
"closeRight": "오른쪽에 있는 항목 닫기",
|
||||
"closeAll": "모두 닫기",
|
||||
"closeAllUnmodified": "미수정 항목 닫기",
|
||||
"keepOpen": "열린 상태 유지",
|
||||
"showOpenedEditors": "열려 있는 편집기 표시",
|
||||
"araLabelEditorActions": "편집기 작업"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"panelActionTooltip": "{0}({1})",
|
||||
"closePanel": "패널 닫기",
|
||||
"togglePanel": "패널 설정/해제",
|
||||
"focusPanel": "패널로 포커스 이동",
|
||||
"toggleMaximizedPanel": "최대화된 패널 설정/해제",
|
||||
"maximizePanel": "패널 크기 최대화",
|
||||
"minimizePanel": "패널 크기 복원",
|
||||
"view": "보기"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"panelSwitcherBarAriaLabel": "활성 패널 전환기"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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' 키를 누르세요.",
|
||||
"emptyPicks": "선택할 항목이 없습니다.",
|
||||
"quickOpenInput": "'?'를 입력하면 여기에서 수행할 수 있는 작업에 대한 도움말을 확인할 수 있습니다.",
|
||||
"historyMatches": "최근에 사용한 항목",
|
||||
"noResultsFound1": "결과 없음",
|
||||
"canNotRunPlaceholder": "이 Quick Open 처리기는 현재 컨텍스트에서 사용할 수 없습니다.",
|
||||
"entryAriaLabel": "{0}, 최근에 사용한 항목",
|
||||
"removeFromEditorHistory": "기록에서 제거",
|
||||
"pickHistory": "기록에서 제거할 편집기 항목 선택"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"quickOpen": "파일로 이동...",
|
||||
"quickNavigateNext": "Quick Open에서 다음 탐색",
|
||||
"quickNavigatePrevious": "Quick Open에서 이전 탐색",
|
||||
"quickSelectNext": "Quick Open에서 다음 선택",
|
||||
"quickSelectPrevious": "Quick Open에서 이전 선택"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"quickOpen": "파일로 이동...",
|
||||
"quickNavigateNext": "Quick Open에서 다음 탐색",
|
||||
"quickNavigatePrevious": "Quick Open에서 이전 탐색",
|
||||
"quickSelectNext": "Quick Open에서 다음 선택",
|
||||
"quickSelectPrevious": "Quick Open에서 이전 선택"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"compositePart.hideSideBarLabel": "사이드 막대 숨기기",
|
||||
"focusSideBar": "사이드바에 포커스",
|
||||
"viewCategory": "보기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"canNotRun": "'{0}' 명령은 현재 사용하도록 설정되지 않아 실행할 수 없습니다.",
|
||||
"manageExtension": "확장 관리"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"patchedWindowTitle": "[지원되지 않음]",
|
||||
"devExtensionWindowTitlePrefix": "[확장 개발 호스트]"
|
||||
}
|
||||
10
i18n/kor/src/vs/workbench/browser/quickopen.i18n.json
Normal file
10
i18n/kor/src/vs/workbench/browser/quickopen.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"noResultsMatching": "일치하는 결과 없음",
|
||||
"noResultsFound2": "결과 없음",
|
||||
"entryAriaLabel": "{0}, 명령"
|
||||
}
|
||||
8
i18n/kor/src/vs/workbench/browser/viewlet.i18n.json
Normal file
8
i18n/kor/src/vs/workbench/browser/viewlet.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"collapse": "모두 축소"
|
||||
}
|
||||
66
i18n/kor/src/vs/workbench/common/theme.i18n.json
Normal file
66
i18n/kor/src/vs/workbench/common/theme.i18n.json
Normal file
@@ -0,0 +1,66 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tabActiveBackground": "활성 탭 배경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabInactiveBackground": "비활성 탭 배경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabBorder": "탭을 서로 구분하기 위한 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabActiveBorder": "활성 탭을 강조 표시하기 위한 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabActiveUnfocusedBorder": "포커스가 없는 그룹에서 활성 탭을 강조 표시하기 위한 테두리입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabActiveForeground": "활성 그룹의 활성 탭 전경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabInactiveForeground": "활성 그룹의 비활성 탭 전경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabUnfocusedActiveForeground": "포커스가 없는 그룹의 활성 탭 전경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"tabUnfocusedInactiveForeground": "포커스가 없는 그룹의 비활성 탭 전경색입니다. 탭은 편집기 영역에서 편집기의 컨테이너입니다. 한 편집기 그룹에서 여러 탭을 열 수 있습니다. 여러 편집기 그룹이 있을 수 있습니다.",
|
||||
"editorGroupBackground": "편집기 그룹의 배경색입니다. 편집기 그룹은 편집기의 컨테이너입니다. 배경색은 편집기 그룹을 끌 때 표시됩니다.",
|
||||
"tabsContainerBackground": "탭을 사용도록 설정한 경우 편집기 그룹 제목 머리글의 배경색입니다. 편집기 그룹은 편집기의 컨테이너입니다.",
|
||||
"tabsContainerBorder": "탭을 사용하도록 설정한 경우 편집기 그룹 제목 머리글의 테두리 색입니다. 편집기 그룹은 편집기의 컨테이너입니다.",
|
||||
"editorGroupHeaderBackground": "탭을 사용하지 않도록 설정한 경우 편집기 그룹 제목 머리글의 배경색입니다. 편집기 그룹은 편집기의 컨테이너입니다.",
|
||||
"editorGroupBorder": "여러 편집기 그룹을 서로 구분하기 위한 색입니다. 편집기 그룹은 편집기의 컨테이너입니다.",
|
||||
"editorDragAndDropBackground": "편집기를 끌 때 배경색입니다. 편집기 내용이 계속 비추어 보이도록 이 색은 투명해야 합니다.",
|
||||
"panelBackground": "패널 배경색입니다. 패널은 편집기 영역 아래에 표시되며 출력 및 통합 터미널 같은 보기가 포함됩니다.",
|
||||
"panelBorder": "편집기와 구분되는 맨 위의 패널 테두리 색입니다. 패널은 편집기 영역 아래에 표시되며 출력 및 통합 터미널 같은 보기가 포함됩니다.",
|
||||
"panelActiveTitleForeground": "활성 패널의 제목 색입니다. 패널은 편집기 영역 아래에 표시되며 출력 및 통합 터미널 같은 보기가 포함됩니다.",
|
||||
"panelInactiveTitleForeground": "비활성 패널의 제목 색입니다. 패널은 편집기 영역 아래에 표시되며 출력 및 통합 터미널 같은 보기가 포함됩니다.",
|
||||
"panelActiveTitleBorder": "활성 패널 제목의 테두리 색입니다. 패널은 편집기 영역 아래에 표시되며 출력 및 통합 터미널 같은 보기가 포함됩니다.",
|
||||
"statusBarForeground": "작업 영역이 열려 있을 때의 상태 표시줄 전경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarNoFolderForeground": "폴더가 열리지 않았을 때의 상태 표시줄 전경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarBackground": "작업 영역이 열려 있을 때의 상태 표시줄 배경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarNoFolderBackground": "폴더가 열리지 않았을 때의 상태 표시줄 배경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarBorder": "사이드바 및 편집기와 구분하는 상태 표시줄 테두리 색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarNoFolderBorder": "열린 폴더가 없을 때 사이드바 및 편집기와 구분하는 상태 표시줄 테두리 색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarItemActiveBackground": "클릭할 때의 상태 표시줄 항목 배경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarItemHoverBackground": "마우스로 가리킬 때의 상태 표시줄 항목 배경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarProminentItemBackground": "상태 표시줄 주요 항목 배경색입니다. 주요 항목은 중요도를 나타내는 다른 상태 표시줄 항목보다 눈에 잘 띕니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarProminentItemHoverBackground": "마우스로 가리킬 때의 상태 표시줄 주요 항목 배경색입니다. 주요 항목은 중요도를를 나타내는 다른 상태 표시줄 항목보다 눈에 잘 띕니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"activityBarBackground": "작업 막대 배경색입니다. 작업 막대는 맨 왼쪽이나 오른쪽에 표시되며 사이드바의 뷰 간을 전환하는 데 사용할 수 있습니다.",
|
||||
"activityBarForeground": "작업 막대 전경 색(예: 아이콘에 사용됨)입니다. 작업 막대는 오른쪽이나 왼쪽 끝에 표시되며 사이드바의 보기 간을 전환할 수 있습니다.",
|
||||
"activityBarBorder": "사이드바와 구분하는 작업 막대 테두리색입니다. 작업 막대는 오른쪽이나 왼쪽 끝에 표시되며 사이드바의 보기 간을 전환할 수 있습니다.",
|
||||
"activityBarDragAndDropBackground": "작업 막대 항목의 끌어서 놓기 피드백 색입니다. 작업 막대 항목이 계속 비추어 보이도록 이 색은 투명해야 합니다. 작업 막대는 왼쪽이나 오른쪽 끝에 표시되며 사이드바의 보기를 전환할 수 있습니다.",
|
||||
"activityBarBadgeBackground": "활동 알림 배지 배경색입니다. 작업 막대는 왼쪽이나 오른쪽 끝에 표시되며 사이드바의 보기를 전환할 수 있습니다.",
|
||||
"activityBarBadgeForeground": "활동 알림 배지 전경색입니다. 작업 막대는 왼쪽이나 오른쪽 끝에 표시되며 사이드바의 보기를 전환할 수 있습니다.",
|
||||
"sideBarBackground": "사이드바 배경색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"sideBarForeground": "사이드바 전경색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"sideBarBorder": "편집기와 구분하는 측면의 사이드바 테두리 색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"sideBarTitleForeground": "사이드바 제목 전경색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"sideBarDragAndDropBackground": "사이드 막대 섹션의 끌어서 놓기 피드백 색입니다. 사이드 막대 섹션이 계속 비추어 보이도록 이 색은 투명해야 합니다. 사이드 막대는 왼쪽이나 오른쪽 끝에 표시되며 사이드바의 보기를 전환할 수 있습니다.",
|
||||
"sideBarSectionHeaderBackground": "사이드바 섹션 헤더 배경색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"sideBarSectionHeaderForeground": "사이드바 섹션 헤더 전경색입니다. 사이드바는 탐색기 및 검색과 같은 뷰의 컨테이너입니다.",
|
||||
"titleBarActiveForeground": "창이 활성화된 경우의 제목 표시줄 전경입니다. 이 색은 현재 macOS에서만 지원됩니다.",
|
||||
"titleBarInactiveForeground": "창이 비활성화된 경우의 제목 표시줄 전경입니다. 이 색은 현재 macOS에서만 지원됩니다.",
|
||||
"titleBarActiveBackground": "창을 활성화할 때의 제목 표시줄 전경입니다. 이 색은 현재 macOS에서만 지원됩니다.",
|
||||
"titleBarInactiveBackground": "창이 비활성화된 경우의 제목 표시줄 배경입니다. 이 색은 현재 macOS에서만 지원됩니다.",
|
||||
"titleBarBorder": "제목 막대 테두리 색입니다. 현재 이 색상은 macOS에서만 지원됩니다.",
|
||||
"notificationsForeground": "알림 전경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsBackground": "알림 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsButtonBackground": "알림 단추 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsButtonHoverBackground": "떠 있는 알림 단추 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsButtonForeground": "알림 단추 전경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsInfoBackground": "알림 정보 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsInfoForeground": "알림 정보 전경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsWarningBackground": "알림 경고 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsWarningForeground": "알림 경고 전경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsErrorBackground": "알림 오류 배경색입니다. 알림은 창의 위쪽에 표시됩니다.",
|
||||
"notificationsErrorForeground": "알림 오류 전경색입니다. 알림은 창의 위쪽에 표시됩니다."
|
||||
}
|
||||
46
i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json
Normal file
46
i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json
Normal file
@@ -0,0 +1,46 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"closeActiveEditor": "편집기 닫기",
|
||||
"closeWindow": "창 닫기",
|
||||
"closeWorkspace": "작업 영역 닫기",
|
||||
"noWorkspaceOpened": "현재 이 인스턴스에 열려 있는 작업 영역이 없습니다.",
|
||||
"newWindow": "새 창",
|
||||
"toggleFullScreen": "전체 화면 설정/해제",
|
||||
"toggleMenuBar": "메뉴 모음 설정/해제",
|
||||
"toggleDevTools": "개발자 도구 설정/해제",
|
||||
"zoomIn": "확대",
|
||||
"zoomOut": "축소",
|
||||
"zoomReset": "확대/축소 다시 설정",
|
||||
"appPerf": "시작 성능",
|
||||
"reloadWindow": "창 다시 로드",
|
||||
"switchWindowPlaceHolder": "전환할 창 선택",
|
||||
"current": "현재 창",
|
||||
"close": "창 닫기",
|
||||
"switchWindow": "창 전환",
|
||||
"quickSwitchWindow": "빠른 창 전환",
|
||||
"workspaces": "작업 영역",
|
||||
"files": "파일",
|
||||
"openRecentPlaceHolderMac": "선택하여 열기(새 창에서 열려면 Cmd 키를 길게 누름)",
|
||||
"openRecentPlaceHolder": "선택하여 열기(새 창에서 열려면 Ctrl 키를 길게 누름)",
|
||||
"remove": "최근에 사용한 항목에서 제거",
|
||||
"openRecent": "최근 항목 열기...",
|
||||
"quickOpenRecent": "빠른 최근 항목 열기...",
|
||||
"closeMessages": "알림 메시지 닫기",
|
||||
"reportIssues": "문제 보고",
|
||||
"reportPerformanceIssue": "성능 문제 보고",
|
||||
"keybindingsReference": "바로 가기 키 참조",
|
||||
"openDocumentationUrl": "설명서",
|
||||
"openIntroductoryVideosUrl": "소개 비디오",
|
||||
"openTipsAndTricksUrl": "팁과 요령",
|
||||
"toggleSharedProcess": "공유 프로세스 설정/해제",
|
||||
"navigateLeft": "뷰 왼쪽으로 이동",
|
||||
"navigateRight": "뷰 오른쪽으로 이동",
|
||||
"navigateUp": "뷰 위로 이동",
|
||||
"navigateDown": "뷰 아래로 이동",
|
||||
"increaseViewSize": "현재 뷰 크기 늘리기",
|
||||
"decreaseViewSize": "현재 뷰 크기 줄이기"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diffLeftRightLabel": "{0} ⟷ {1}"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"telemetryConfigurationTitle": "원격 분석",
|
||||
"telemetry.enableCrashReporting": "충돌 보고서를 Microsoft에 전송할 수 있도록 설정합니다.\n이 옵션을 적용하려면 다시 시작해야 합니다."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensionHostProcess.startupFailDebug": "확장 호스트가 10초 내에 시작되지 않았습니다. 첫 번째 줄에서 중지되었을 수 있습니다. 계속하려면 디버거가 필요합니다.",
|
||||
"extensionHostProcess.startupFail": "확장 호스트가 10초 이내에 시작되지 않았습니다. 문제가 발생했을 수 있습니다.",
|
||||
"extensionHostProcess.error": "확장 호스트에서 오류 발생: {0}",
|
||||
"devTools": "개발자 도구",
|
||||
"extensionHostProcess.crash": "확장 호스트가 예기치 않게 종료되었습니다. 복구하려면 창을 다시 로드하세요."
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"view": "보기",
|
||||
"help": "도움말",
|
||||
"file": "파일",
|
||||
"workspaces": "작업 영역",
|
||||
"developer": "개발자",
|
||||
"showEditorTabs": "열려 있는 편집기를 탭에서 표시할지 여부를 제어합니다.",
|
||||
"editorTabCloseButton": "편집기의 탭 닫기 단추의 위치를 제어하거나 'off'로 설정된 경우 이 단추를 사용하지 않도록 설정합니다.",
|
||||
"showIcons": "열린 편집기를 아이콘과 함께 표시할지 여부를 제어합니다. 이를 위해서는 아이콘 테마도 사용하도록 설정해야 합니다.",
|
||||
"enablePreview": "열려 있는 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
|
||||
"enablePreviewFromQuickOpen": "Quick Open에서 연 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
|
||||
"editorOpenPositioning": "편집기가 열리는 위치를 제어합니다. 현재 활성 편집기의 왼쪽 또는 오른쪽에서 편집기를 열려면 '왼쪽' 또는 '오른쪽'을 선택합니다. 현재 활성 편집기와 독립적으로 편집기를 열려면 '처음' 또는 '마지막'을 선택합니다.",
|
||||
"revealIfOpen": "편집기를 여는 경우 보이는 그룹 중 하나에 표시할지 여부를 제어합니다. 사용하지 않도록 설정할 경우 편집기가 기본적으로 현재 활성 편집기 그룹에 열립니다. 사용하도록 설정할 경우 현재 활성 편집기 그룹에서 편집기가 다시 열리지 않고 이미 열린 편집기가 표시됩니다. 강제로 편집기가 특정 그룹에서 열리거나 현재 활성 그룹 옆에 열리도록 하는 등의 일부 경우에는 이 설정이 무시됩니다.",
|
||||
"commandHistory": "명령 팔레트 기록에 최근 사용 명령을 몇 개 유지할지 결정합니다. 0으로 설정하면 명령 기록을 사용하지 않습니다.",
|
||||
"preserveInput": "다음에 열 때 마지막으로 명령 팔레트에 입력한 내용을 복원할지 결정합니다.",
|
||||
"closeOnFocusLost": "Quick Open가 포커스를 잃으면 자동으로 닫을지 여부를 제어합니다.",
|
||||
"openDefaultSettings": "설정을 열면 모든 기본 설정을 표시하는 편집기도 열리는지 여부를 제어합니다.",
|
||||
"sideBarLocation": "사이드바의 위치를 제어합니다. 워크벤치의 왼쪽이나 오른쪽에 표시될 수 있습니다.",
|
||||
"statusBarVisibility": "워크벤치 아래쪽에서 상태 표시줄의 표시 유형을 제어합니다.",
|
||||
"activityBarVisibility": "워크벤치에서 작업 막대의 표시 유형을 제어합니다.",
|
||||
"closeOnFileDelete": "일부 다른 프로세스에서 파일을 삭제하거나 이름을 바꿀 때 파일을 표시하는 편집기를 자동으로 닫을지 여부를 제어합니다. 사용하지 않도록 설정하는 경우 이러한 이벤트가 발생하면 편집기가 더티 상태로 계속 열려 있습니다. 응용 프로그램 내에서 삭제하면 항상 편집기가 닫히고 데이터를 유지하기 위해 더티 파일은 닫히지 않습니다.",
|
||||
"fontAliasing": "워크벤치에서 글꼴 앨리어싱 방식을 제어합니다.\n- 기본: 서브 픽셀 글꼴 다듬기. 대부분의 일반 디스플레이에서 가장 선명한 글꼴 제공\n- 안티앨리어싱: 서브 픽셀이 아닌 픽셀 단위에서 글꼴 다듬기. 전반적으로 더 밝은 느낌을 줄 수 있음\n- 없음: 글꼴 다듬기 사용 안 함. 텍스트 모서리가 각지게 표시됨",
|
||||
"workbench.fontAliasing.default": "서브 픽셀 글꼴 다듬기. 대부분의 일반 디스플레이에서 가장 선명한 텍스트를 제공합니다. ",
|
||||
"workbench.fontAliasing.antialiased": "서브 픽셀이 아닌 픽셀 수준에서 글꼴을 다듬습니다. 전반적으로 글꼴이 더 밝게 표시됩니다.",
|
||||
"workbench.fontAliasing.none": "글꼴 다듬기를 사용하지 않습니다. 텍스트 가장자리가 각지게 표시됩니다.",
|
||||
"swipeToNavigate": "세 손가락으로 가로로 살짝 밀어 열려 있는 파일 간을 이동합니다.",
|
||||
"workbenchConfigurationTitle": "워크벤치",
|
||||
"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.openFoldersInNewWindow.on": "폴더가 새 창에서 열립니다.",
|
||||
"window.openFoldersInNewWindow.off": "폴더가 마지막 활성 창을 바꿉니다.",
|
||||
"window.openFoldersInNewWindow.default": "폴더를 응용 프로그램 내에서 선택(예: 파일 메뉴를 통해)하는 경우를 제외하고 폴더가 새 창에서 열립니다.",
|
||||
"openFoldersInNewWindow": "폴더를 새 창에서 열지, 마지막 활성 창과 바꿀지를 제어합니다.\n- default: 응용 프로그램 내에서 [파일] 메뉴 등을 통해 폴더를 선택하는 경우를 제외하고, 폴더는 새 창에서 열립니다.\n- on: 폴더가 새 창에서 열립니다.\n- off: 폴더가 마지막 활성 창을 대체합니다\n이 설정이 무시되는 경우도 있을 수 있습니다(예: -new-window 또는 -reuse-window 명령줄 옵션을 사용할 경우).",
|
||||
"window.reopenFolders.all": "모든 창을 다시 엽니다.",
|
||||
"window.reopenFolders.folders": "모든 폴더를 다시 엽니다. 빈 작업 영역은 복원되지 않습니다.",
|
||||
"window.reopenFolders.one": "마지막 활성 창을 다시 엽니다.",
|
||||
"window.reopenFolders.none": "창을 다시 열지 않고 항상 빈 창으로 시작합니다.",
|
||||
"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}: 예: myFolder1, myFolder2, myFolder3\n${rootPath}: 예: /Users/Development/myWorkspace\n${appName}: 예: VS Code\n${dirty}: 활성 편집기가 더티인 경우 더티 표시기\n${separator}: 값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호(\" - \")",
|
||||
"window.newWindowDimensions.default": "화면 가운데에서 새 창을 엽니다.",
|
||||
"window.newWindowDimensions.inherit": "마지막 활성 창과 동일한 크기로 새 창을 엽니다.",
|
||||
"window.newWindowDimensions.maximized": "최대화된 새 창을 엽니다.",
|
||||
"window.newWindowDimensions.fullscreen": "전체 화면 모드에서 새 창을 엽니다.",
|
||||
"newWindowDimensions": "하나 이상의 창이 이미 열려 있을 때 여는 새 새 창의 크기를 제어합니다. 기본적으로 새 창은 화면 가운데에 작은 크기로 열립니다. 'inherit'으로 설정할 경우 마지막 활성 창과 동일한 크기로 창이 열립니다. 'maximized'로 설정할 경우 창이 최대화되어 열리고 'fullscreen'으로 구성할 경우 전체 화면으로 열립니다. 이 설정은 여는 첫 번째 창에는 적용되지 않습니다. 첫 번째 창의 경우 항상 창을 닫기 전의 크기와 위치가 복원됩니다.",
|
||||
"closeWhenEmpty": "undefined",
|
||||
"window.menuBarVisibility.default": "메뉴가 전체 화면 모드에서만 숨겨집니다.",
|
||||
"window.menuBarVisibility.visible": "메뉴가 전체 화면 모드에서도 항상 표시됩니다.",
|
||||
"window.menuBarVisibility.toggle": "메뉴가 숨겨져 있지만 <Alt> 키를 통해 메뉴를 표시할 수 있습니다.",
|
||||
"window.menuBarVisibility.hidden": "메뉴가 항상 숨겨집니다.",
|
||||
"menuBarVisibility": "메뉴 모음의 표시 여부를 제어합니다. '설정/해제'를 설정함으로써 메뉴 모음이 숨겨지고 <Alt> 키를 누를 때마다 메뉴 모음이 표시됩니다. 기본값으로, 창이 전체 화면인 경우를 제외하고 메뉴 모음이 표시됩니다.",
|
||||
"enableMenuBarMnemonics": "사용하도록 설정하는 경우 Alt 키 바로 가기를 통해 주 메뉴를 열 수 있습니다. 니모닉을 사용하지 않도록 설정하면 대신 이러한 Alt 키 바로 가기를 편집기 명령에 바인딩할 수 있습니다.",
|
||||
"autoDetectHighContrast": "사용하도록 설정한 경우 Windows에서 고대비 테마를 사용 중이면 고대비 테마로 자동으로 변경되고 Windows 고대비 테마를 해제하면 어두운 테마로 변경됩니다.",
|
||||
"titleBarStyle": "창 제목 표시줄의 모양을 조정합니다. 변경 내용을 적용하려면 전체 다시 시작해야 합니다.",
|
||||
"window.nativeTabs": "macOS Sierra 창 탭을 사용하도록 설정합니다. 변경\n 내용을 적용하려면 전체 다시 시작해야 하고, 기본 탭에서\n 사용자 지정 제목 표시줄 스타일(구성된 경우)을 비활성화합니다.",
|
||||
"windowConfigurationTitle": "창",
|
||||
"zenModeConfigurationTitle": "Zen 모드",
|
||||
"zenMode.fullScreen": "Zen 모드를 켜면 워크벤치도 전체 화면 모드로 전환되는지 여부를 제어합니다.",
|
||||
"zenMode.hideTabs": "Zen 모드를 켜면 워크벤치 탭도 숨길지를 제어합니다.",
|
||||
"zenMode.hideStatusBar": "Zen 모드를 켜면 워크벤치 하단에서 상태 표시줄도 숨길지를 제어합니다.",
|
||||
"zenMode.hideActivityBar": "Zen 모드를 켜면 워크벤치의 왼쪽에 있는 작업 막대도 숨길지\n 여부를 제어합니다.",
|
||||
"zenMode.restore": "창이 Zen 모드에서 종료된 경우 Zen 모드로 복원할지 제어합니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"loaderError": "필요한 파일을 로드하지 못했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다. 브라우저를 새로 고친 후 다시 시도해 보세요.",
|
||||
"loaderErrorNative": "필요한 파일을 로드하지 못했습니다. 응용 프로그램을 다시 시작하여 다시 시도하세요. 세부 정보: {0}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"runningAsRoot": "Code를 '루트'로 실행하지 않는 것이 좋습니다."
|
||||
}
|
||||
13
i18n/kor/src/vs/workbench/electron-browser/window.i18n.json
Normal file
13
i18n/kor/src/vs/workbench/electron-browser/window.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"undo": "실행 취소",
|
||||
"redo": "다시 실행",
|
||||
"cut": "잘라내기",
|
||||
"copy": "복사",
|
||||
"paste": "붙여넣기",
|
||||
"selectAll": "모두 선택"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"developer": "개발자",
|
||||
"file": "파일"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensionTestError": "경로 {0}이(가) 유효한 확장 Test Runner를 가리키지 않습니다."
|
||||
}
|
||||
11
i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json
Normal file
11
i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"jsonParseFail": "{0}을(를) 구문 분석하지 못함: {1}.",
|
||||
"fileReadFail": "파일 {0}을(를) 읽을 수 없음: {1}.",
|
||||
"jsonsParseFail": "{0} 또는 {1}을(를) 구문 분석하지 못했습니다. {2}",
|
||||
"missingNLSKey": "키 {0}에 대한 메시지를 찾을 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"install": "PATH에 '{0}' 명령 설치",
|
||||
"not available": "이 명령은 사용할 수 없습니다.",
|
||||
"successIn": "셸 명령 '{0}'이(가) PATH에 설치되었습니다.",
|
||||
"warnEscalation": "이제 Code에서 'osascript'를 사용하여 관리자에게 셸 명령을 설치할 권한이 있는지를 묻습니다.",
|
||||
"ok": "확인",
|
||||
"cantCreateBinFolder": "'/usr/local/bin'을 만들 수 없습니다.",
|
||||
"cancel2": "취소",
|
||||
"aborted": "중단됨",
|
||||
"uninstall": "PATH에서 '{0}' 명령 제거",
|
||||
"successFrom": "셸 명령 '{0}'이(가) PATH에서 제거되었습니다.",
|
||||
"shellCommand": "셸 명령"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"emergencyConfOn": "이제 `editor.accessibilitySupport` 설정을 'on'으로 변경합니다.",
|
||||
"openingDocs": "이제 VS Code 접근성 설명서 페이지를 엽니다.",
|
||||
"introMsg": "VS Code의 접근성 옵션을 사용해 주셔서 감사합니다.",
|
||||
"status": "상태:",
|
||||
"changeConfigToOnMac": "화면 읽기 프로그램에서 사용에 영구적으로 최적화되도록 편집기를 구성하려면 지금 Command+E를 누르세요.",
|
||||
"changeConfigToOnWinLinux": "화면 읽기 프로그램에서 사용에 영구적으로 최적화되도록 편집기를 구성하려면 지금 Command+E를 누르세요.",
|
||||
"auto_unknown": "편집기는 플랫폼 API를 사용하여 화면 읽기 프로그램이 연결되는 시기를 검색하도록 구성되어 있지만 현재 런타임에서는 이 구성을 지원하지 않습니다.",
|
||||
"auto_on": "편집기는 화면 읽기 프로그램이 연결되어 있음을 자동으로\n 검색했습니다.",
|
||||
"auto_off": "편집기는 화면 편집기가 연결되는 시기를 자동으로 검색하도록 구성되어 있지만, 이 구성은 현재 지원되지 않습니다.",
|
||||
"configuredOn": "편집기는 화면 읽기 프로그램에서 사용에 영구적으로 최적화되도록 편집기를 구성되어 있습니다. `editor.accessibilitySupport` 설정을 편집하여 이 구성을 변경할 수 있습니다.",
|
||||
"configuredOff": "편집기는 화면 읽기 프로그램에서 사용에 최적화되지 않도록 구성되었습니다.",
|
||||
"tabFocusModeOnMsg": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOnMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"tabFocusModeOffMsg": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOffMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"openDocMac": "브라우저 창에 접근성과 관련된 추가 VS Code 정보를 열려면 Command+H를 누르세요.",
|
||||
"openDocWinLinux": "브라우저 창에 접근성과 관련된 추가 VS Code 정보를 열려면 지금 Control+H를 누르세요.",
|
||||
"outroMsg": "이 도구 설명을 해제하고 Esc 키 또는 Shift+Esc를 눌러서 편집기로 돌아갈 수 있습니다.",
|
||||
"ShowAccessibilityHelpAction": "접근성 도움말 표시"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"workbench.action.inspectKeyMap": "개발자: 키 매핑 검사"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"inspectTMScopes": "개발자: TM 범위 검사",
|
||||
"inspectTMScopesWidget.loading": "로드 중..."
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"parseErrors": "{0}을(를) 구문 분석하는 동안 오류가 발생했습니다. {1}",
|
||||
"schema.openBracket": "여는 대괄호 문자 또는 문자열 시퀀스입니다.",
|
||||
"schema.closeBracket": "닫는 대괄호 문자 또는 문자열 시퀀스입니다.",
|
||||
"schema.comments": "주석 기호를 정의합니다.",
|
||||
"schema.blockComments": "블록 주석이 표시되는 방법을 정의합니다.",
|
||||
"schema.blockComment.begin": "블록 주석을 시작하는 문자 시퀀스입니다.",
|
||||
"schema.blockComment.end": "블록 주석을 끝내는 문자 시퀀스입니다.",
|
||||
"schema.lineComment": "줄 주석을 시작하는 문자 시퀀스입니다.",
|
||||
"schema.brackets": "들여쓰기를 늘리거나 줄이는 대괄호 기호를 정의합니다.",
|
||||
"schema.autoClosingPairs": "대괄호 쌍을 정의합니다. 여는 대괄호를 입력하면 닫는 대괄호가 자동으로 삽입됩니다.",
|
||||
"schema.autoClosingPairs.notIn": "자동 쌍을 사용하지 않도록 설정된 범위 목록을 정의합니다.",
|
||||
"schema.surroundingPairs": "선택한 문자열을 둘러싸는 데 사용할 수 있는 대괄호 쌍을 정의합니다.",
|
||||
"schema.wordPattern": "해당 언어에 대한 단어 정의입니다.",
|
||||
"schema.wordPattern.pattern": "단어 일치에 사용하는 RegEXP 패턴입니다.",
|
||||
"schema.wordPattern.flags": "단어 일치에 사용하는 RegExp 플래그입니다.",
|
||||
"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
|
||||
"schema.indentationRules": "해당 언어의 들여쓰기 설정입니다.",
|
||||
"schema.indentationRules.increaseIndentPattern": "라인이 이 패턴과 일치할 경우 이후의 모든 행을 한 번 들여씁니다(다른 규칙이 일치할 때까지).",
|
||||
"schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern에 대한 RegExp 패턴입니다.",
|
||||
"schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern에 대한 RegExp 플래그입니다.",
|
||||
"schema.indentationRules.increaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
|
||||
"schema.indentationRules.decreaseIndentPattern": "행이 이 패턴과 일치하면 이후의 모든 행은 한 번 들여쓰지 않습니다(다른 규칙이 일치할 때까지).",
|
||||
"schema.indentationRules.decreaseIndentPattern.pattern": "decreaseIndentPattern에 대한 RegExp 패턴입니다.",
|
||||
"schema.indentationRules.decreaseIndentPattern.flags": "decreaseIndentPattern에 대한 RegExp 플래그입니다.",
|
||||
"schema.indentationRules.decreaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
|
||||
"schema.indentationRules.indentNextLinePattern": "행이 이 패턴과 일치하면 **그 다음 행만** 한 번 들여쓰기합니다.",
|
||||
"schema.indentationRules.indentNextLinePattern.pattern": "indentNextLinePattern에 대한 RegExp 패턴입니다.",
|
||||
"schema.indentationRules.indentNextLinePattern.flags": "indentNextLinePattern에 대한 RegExp 플래그입니다.",
|
||||
"schema.indentationRules.indentNextLinePattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
|
||||
"schema.indentationRules.unIndentedLinePattern": "행이 이 패턴과 일치하면 들여쓰기를 수정하지 않고 다른 규칙에 대해서 평가하지도 않습니다.",
|
||||
"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern에 대한 RegExp 패턴입니다.",
|
||||
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern에 대한 RegExp 플래그입니다.",
|
||||
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"inspectTMScopes": "개발자: TM 범위 검사",
|
||||
"inspectTMScopesWidget.loading": "로드 중..."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleMinimap": "보기: 미니맵 토글"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleLocation": "다중 커서 한정자 설정/해제"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleRenderControlCharacters": "보기: 제어 문자 토글"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleRenderWhitespace": "보기: 렌더링 공백 토글"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggle.wordwrap": "보기: 자동 줄 바꿈 설정/해제",
|
||||
"wordWrap.notInDiffEditor": "diff 편집기에서 자동 줄 바꿈을 설정/해제할 수 없습니다.",
|
||||
"unwrapMinified": "이 파일에 대해 줄 바꿈 사용 안 함",
|
||||
"wrapMinified": "이 파일에 대해 줄 바꿈 사용"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"wordWrapMigration.ok": "확인",
|
||||
"wordWrapMigration.dontShowAgain": "다시 표시 안 함",
|
||||
"wordWrapMigration.openSettings": "설정 열기",
|
||||
"wordWrapMigration.prompt": "`editor.wrappingColumn` 설정은 `editor.wordWrap`을 위해 사용되지 않습니다."
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"breakpointWidgetExpressionPlaceholder": "식이 true로 계산될 경우 중단합니다. 적용하려면 'Enter' 키를 누르고 취소하려면 'Esc' 키를 누릅니다.",
|
||||
"breakpointWidgetAriaLabel": "이 조건이 true인 경우에만 프로그램이 여기서 중지됩니다. 수락하려면 <Enter> 키를 누르고, 취소하려면 <Esc> 키를 누르세요.",
|
||||
"breakpointWidgetHitCountPlaceholder": "적중 횟수 조건이 충족될 경우 중단합니다. 적용하려면 'Enter' 키를 누르고 취소하려면 'Esc' 키를 누릅니다.",
|
||||
"breakpointWidgetHitCountAriaLabel": "적중 횟수가 충족되는 경우에만 프로그램이 여기서 중지됩니다. 수락하려면 <Enter> 키를 누르고, 취소하려면 <Esc> 키를 누르세요.",
|
||||
"expression": "식",
|
||||
"hitCount": "적중 횟수"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"noConfigurations": "구성 없음",
|
||||
"addConfigTo": "구성 추가 ({0})...",
|
||||
"addConfiguration": "구성 추가..."
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"openLaunchJson": "{0} 열기",
|
||||
"launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정",
|
||||
"noFolderDebugConfig": "고급 디버그 구성을 수행하려면 먼저 폴더를 여세요.",
|
||||
"startDebug": "디버깅 시작",
|
||||
"startWithoutDebugging": "디버깅하지 않고 시작",
|
||||
"selectAndStartDebugging": "디버깅 선택 및 시작",
|
||||
"restartDebug": "다시 시작",
|
||||
"reconnectDebug": "다시 연결",
|
||||
"stepOverDebug": "단위 실행",
|
||||
"stepIntoDebug": "단계 정보",
|
||||
"stepOutDebug": "단계 출력",
|
||||
"stopDebug": "중지",
|
||||
"disconnectDebug": "연결 끊기",
|
||||
"continueDebug": "계속",
|
||||
"pauseDebug": "일시 중지",
|
||||
"restartFrame": "프레임 다시 시작",
|
||||
"removeBreakpoint": "중단점 제거",
|
||||
"removeAllBreakpoints": "모든 중단점 제거",
|
||||
"enableBreakpoint": "중단점 사용",
|
||||
"disableBreakpoint": "중단점 사용 안 함",
|
||||
"enableAllBreakpoints": "모든 중단점 설정",
|
||||
"disableAllBreakpoints": "모든 중단점 해제",
|
||||
"activateBreakpoints": "중단점 활성화",
|
||||
"deactivateBreakpoints": "중단점 비활성화",
|
||||
"reapplyAllBreakpoints": "모든 중단점 다시 적용",
|
||||
"addFunctionBreakpoint": "함수 중단점 추가",
|
||||
"renameFunctionBreakpoint": "함수 중단점 이름 바꾸기",
|
||||
"addConditionalBreakpoint": "조건부 중단점 추가...",
|
||||
"editConditionalBreakpoint": "중단점 편집...",
|
||||
"setValue": "값 설정",
|
||||
"addWatchExpression": "식 추가",
|
||||
"editWatchExpression": "식 편집",
|
||||
"addToWatchExpressions": "조사식에 추가",
|
||||
"removeWatchExpression": "식 제거",
|
||||
"removeAllWatchExpressions": "모든 식 제거",
|
||||
"clearRepl": "콘솔 지우기",
|
||||
"debugConsoleAction": "디버그 콘솔",
|
||||
"unreadOutput": "디버그 콘솔의 새 출력",
|
||||
"debugFocusConsole": "디버그 콘솔에 포커스",
|
||||
"focusProcess": "프로세스에 포커스",
|
||||
"stepBackDebug": "뒤로 이동",
|
||||
"reverseContinue": "반전"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"debugToolBarBackground": "디버그 도구 모음 배경색입니다."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"unable": "디버그 세션이 없는 리소스를 확인할 수 없음"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleBreakpointAction": "디버그: 중단점 설정/해제",
|
||||
"columnBreakpointAction": "디버그: 열 중단점",
|
||||
"columnBreakpoint": "열 중단점 추가",
|
||||
"conditionalBreakpointEditorAction": "디버그: 조건부 중단점 추가...",
|
||||
"runToCursor": "커서까지 실행",
|
||||
"debugEvaluate": "디버그: 평가",
|
||||
"debugAddToWatch": "디버그: 조사식에 추가",
|
||||
"showDebugHover": "디버그: 가리키기 표시"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"breakpointDisabledHover": "해제된 중단점",
|
||||
"breakpointUnverifieddHover": "확인되지 않은 중단점",
|
||||
"breakpointDirtydHover": "확인되지 않은 중단점입니다. 파일이 수정되었습니다. 디버그 세션을 다시 시작하세요.",
|
||||
"breakpointUnsupported": "이 디버그 형식에서 지원되지 않는 조건부 중단점"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"entryAriaLabel": "{0}, 디버그",
|
||||
"debugAriaLabel": "실행할 시작 구성의 이름을 입력하세요.",
|
||||
"noConfigurationsMatching": "일치하는 디버그 구성 없음",
|
||||
"noConfigurationsFound": "디버그 구성을 찾을 수 없습니다. 'launch.json' 파일을 만드세요."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"debugExceptionWidgetBorder": "예외 위젯 테두리 색입니다.",
|
||||
"debugExceptionWidgetBackground": "예외 위젯 배경색입니다.",
|
||||
"exceptionThrownWithId": "예외가 발생했습니다. {0}",
|
||||
"exceptionThrown": "예외가 발생했습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"fileLinkMac": "클릭하여 이동(측면에서 열려면 Cmd 키를 누르고 클릭)",
|
||||
"fileLink": "클릭하여 이동(측면에서 열려면 Ctrl 키를 누르고 클릭)"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"internalConsoleOptions": "내부 디버그 콘솔의 동작을 제어합니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"notAvailable": "사용할 수 없음",
|
||||
"startDebugFirst": "평가할 디버그 세션을 시작하세요."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"unknownSource": "알 수 없는 소스"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"toggleDebugViewlet": "디버그 표시",
|
||||
"toggleDebugPanel": "디버그 콘솔",
|
||||
"debug": "디버그",
|
||||
"debugPanel": "디버그 콘솔",
|
||||
"variables": "변수",
|
||||
"watch": "조사식",
|
||||
"callStack": "호출 스택",
|
||||
"breakpoints": "중단점",
|
||||
"view": "보기",
|
||||
"debugCategory": "디버그",
|
||||
"debugCommands": "디버그 구성",
|
||||
"debugConfigurationTitle": "디버그",
|
||||
"allowBreakpointsEverywhere": "모든 파일에 대한 중단점을 설정할 수 있습니다.",
|
||||
"openExplorerOnEnd": "디버그 세션 끝에 탐색기 뷰를 자동으로 엽니다.",
|
||||
"inlineValues": "디버그하는 동안 편집기에서 변수 값을 인라인으로 표시합니다.",
|
||||
"hideActionBar": "부동 디버그 작업 모음을 숨길지 여부를 제거합니다.",
|
||||
"launch": "전역 디버그 시작 구성입니다. 작업 영역에서 공유되는 \n 'launch.json'에 대한 대체로 사용되어야 합니다."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"noFolderDebugConfig": "고급 디버그 구성을 수행하려면 먼저 폴더를 여세요."
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"vscode.extension.contributes.debuggers": "디버그 어댑터를 적용합니다.",
|
||||
"vscode.extension.contributes.debuggers.type": "이 디버그 어댑터에 대한 고유한 식별자입니다.",
|
||||
"vscode.extension.contributes.debuggers.label": "이 디버그 어댑터에 대한 이름을 표시합니다.",
|
||||
"vscode.extension.contributes.debuggers.program": "디버그 어댑터 프로그램의 경로입니다. 절대 경로이거나 확장 폴더의 상대 경로입니다.",
|
||||
"vscode.extension.contributes.debuggers.args": "어댑터에 전달할 선택적 인수입니다.",
|
||||
"vscode.extension.contributes.debuggers.runtime": "프로그램 특성이 실행 파일이 아니지만 런타임이 필요한 경우의 선택적 런타임입니다.",
|
||||
"vscode.extension.contributes.debuggers.runtimeArgs": "선택적 런타임 인수입니다.",
|
||||
"vscode.extension.contributes.debuggers.variables": "`launch.json`의 대화형 변수(예: ${action.pickProcess})에서 명령으로의 매핑입니다.",
|
||||
"vscode.extension.contributes.debuggers.initialConfigurations": "초기 'launch.json'을 생성하기 위한 구성입니다.",
|
||||
"vscode.extension.contributes.debuggers.languages": "디버그 확장이 \"기본 디버거\"로 간주될 수 있는 언어 목록입니다.",
|
||||
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "지정하는 경우 VS Code에서 이 명령을 호출하여 디버그 어댑터의 실행 파일 경로 및 전달할 인수를 확인합니다.",
|
||||
"vscode.extension.contributes.debuggers.startSessionCommand": "지정하는 경우 VS Code에서 이 확장을 대상으로 하는 \"디버그\" 또는 \"실행\" 작업에 대해 이 명령을 호출합니다.",
|
||||
"vscode.extension.contributes.debuggers.configurationSnippets": "'launch.json'에 새 구성을 추가하는 코드 조각입니다.",
|
||||
"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json'의 유효성 검사를 위한 JSON 스키마 구성입니다.",
|
||||
"vscode.extension.contributes.debuggers.windows": "Windows 특정 설정",
|
||||
"vscode.extension.contributes.debuggers.windows.runtime": "Windows에 사용되는 런타임입니다.",
|
||||
"vscode.extension.contributes.debuggers.osx": "OS X 특정 설정입니다.",
|
||||
"vscode.extension.contributes.debuggers.osx.runtime": "OSX에 사용되는 런타임입니다.",
|
||||
"vscode.extension.contributes.debuggers.linux": "Linux 특정 설정",
|
||||
"vscode.extension.contributes.debuggers.linux.runtime": "Linux에 사용되는 런타임입니다.",
|
||||
"vscode.extension.contributes.breakpoints": "중단점을 적용합니다.",
|
||||
"vscode.extension.contributes.breakpoints.language": "이 언어에 대해 중단점을 허용합니다.",
|
||||
"app.launch.json.title": "시작",
|
||||
"app.launch.json.version": "이 파일 형식의 버전입니다.",
|
||||
"app.launch.json.configurations": "구성 목록입니다. IntelliSense를 사용하여 새 구성을 추가하거나 기존 구성을 편집합니다.",
|
||||
"app.launch.json.compounds": "복합의 목록입니다. 각 복합은 함께 시작되는 여러 구성을 참조합니다.",
|
||||
"app.launch.json.compound.name": "복합의 이름입니다. 구성 시작 드롭 다운 메뉴에 표시됩니다.",
|
||||
"app.launch.json.compounds.configurations": "이 복합의 일부로 시작되는 구성의 이름입니다.",
|
||||
"debugNoType": "디버그 어댑터 '형식'은 생략할 수 없으며 '문자열' 형식이어야 합니다.",
|
||||
"selectDebug": "환경 선택",
|
||||
"DebugConfig.failed": "'.vscode' 폴더({0}) 내에 'launch.json' 파일을 만들 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"removeBreakpoints": "중단점 제거",
|
||||
"removeBreakpointOnColumn": "{0} 열에서 중단점 제거",
|
||||
"removeLineBreakpoint": "줄 중단점 제거",
|
||||
"editBreakpoints": "중단점 편집",
|
||||
"editBreakpointOnColumn": "{0} 열에서 중단점 편집",
|
||||
"editLineBrekapoint": "줄 중단점 편집",
|
||||
"enableDisableBreakpoints": "중단점 사용/사용 안 함",
|
||||
"disableColumnBreakpoint": "{0} 열에서 중단점 사용 안 함",
|
||||
"disableBreakpointOnLine": "줄 중단점 사용 안 함",
|
||||
"enableBreakpoints": "{0} 열에서 중단점 사용",
|
||||
"enableBreakpointOnLine": "줄 중단점 사용",
|
||||
"addBreakpoint": "중단점 추가",
|
||||
"addConfiguration": "구성 추가..."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"treeAriaLabel": "가리키기 디버그"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"snapshotObj": "이 개체에 대한 기본 값만 표시됩니다.",
|
||||
"debuggingPaused": "디버그가 일시 중지되었습니다. 이유 {0}, {1} {2}",
|
||||
"debuggingStarted": "디버그가 시작되었습니다.",
|
||||
"debuggingStopped": "디버그가 중지되었습니다.",
|
||||
"breakpointAdded": "파일 {1}, 줄 {0}에 중단점이 추가되었습니다.",
|
||||
"breakpointRemoved": "파일 {1}, 줄 {0}에서 중단점이 제거되었습니다.",
|
||||
"compoundMustHaveConfigurations": "여러 구성을 시작하려면 복합에 \"configurations\" 특성 집합이 있어야 합니다.",
|
||||
"configMissing": "'{0}' 구성이 'launch.json'에 없습니다.",
|
||||
"debugTypeNotSupported": "구성된 디버그 형식 '{0}'은(는) 지원되지 않습니다.",
|
||||
"debugTypeMissing": "선택한 시작 구성에 대한 'type' 속성이 없습니다.",
|
||||
"preLaunchTaskErrors": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
|
||||
"preLaunchTaskError": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
|
||||
"preLaunchTaskExitCode": "preLaunchTask '{0}'이(가) {1} 종료 코드와 함께 종료되었습니다.",
|
||||
"debugAnyway": "디버그",
|
||||
"noFolderWorkspaceDebugError": "활성 파일은 디버그할 수 없습니다. 이 파일이 디스크에 저장되어 있고 해당 파일 형식에 대한 디버그 확장이 설치되어 있는지 확인하세요.",
|
||||
"NewLaunchConfig": "응용 프로그램에 사용할 구성 시작 파일을 설정하세요. {0}",
|
||||
"DebugTaskNotFound": "preLaunchTask '{0}'을(를) 찾을 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"process": "프로세스",
|
||||
"paused": "일시 중지됨",
|
||||
"running": "실행 중",
|
||||
"thread": "스레드",
|
||||
"pausedOn": "{0}에서 일시 중지됨",
|
||||
"loadMoreStackFrames": "더 많은 스택 프레임 로드",
|
||||
"threadAriaLabel": "스레드 {0}, 호출 스택, 디버그",
|
||||
"stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그",
|
||||
"variableValueAriaLabel": "새 변수 값 입력",
|
||||
"variableScopeAriaLabel": "{0} 범위, 변수, 디버그",
|
||||
"variableAriaLabel": "{0} 값 {1}, 변수, 디버그",
|
||||
"watchExpressionPlaceholder": "조사할 식",
|
||||
"watchExpressionInputAriaLabel": "조사식 입력",
|
||||
"watchExpressionAriaLabel": "{0} 값 {1}, 조사식, 디버그",
|
||||
"watchVariableAriaLabel": "{0} 값 {1}, 조사식, 디버그",
|
||||
"functionBreakpointPlaceholder": "중단할 함수",
|
||||
"functionBreakPointInputAriaLabel": "함수 중단점 입력",
|
||||
"functionBreakpointsNotSupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
|
||||
"breakpointAriaLabel": "중단점 줄 {0} {1}, 중단점, 디버그",
|
||||
"functionBreakpointAriaLabel": "함수 중단점 {0}, 중단점, 디버그",
|
||||
"exceptionBreakpointAriaLabel": "예외 중단점 {0}, 중단점, 디버그"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"variablesSection": "변수 섹션",
|
||||
"variablesAriaTreeLabel": "변수 디버그",
|
||||
"expressionsSection": "식 섹션",
|
||||
"watchAriaTreeLabel": "조사식 디버그",
|
||||
"callstackSection": "호출 스택 섹션",
|
||||
"debugStopped": "{0}에서 일시 중지됨",
|
||||
"callStackAriaLabel": "호출 스택 디버그",
|
||||
"breakpointsSection": "중단점 섹션",
|
||||
"breakpointsAriaTreeLabel": "중단점 디버그"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"copyValue": "값 복사",
|
||||
"copy": "복사",
|
||||
"copyAll": "모두 복사",
|
||||
"copyStackTrace": "호출 스택 복사"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"moreInfo": "추가 정보",
|
||||
"unableToLaunchDebugAdapter": "'{0}'에서 디버그 어댑터를 시작할 수 없습니다.",
|
||||
"unableToLaunchDebugAdapterNoArgs": "디버그 어댑터를 시작할 수 없습니다.",
|
||||
"stoppingDebugAdapter": "{0}. 디버그 어댑터를 중지합니다.",
|
||||
"debugAdapterCrash": "디버그 어댑터 프로세스가 예기치 않게 종료되었습니다."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"replAriaLabel": "읽기 평가 인쇄 루프 패널",
|
||||
"actions.repl.historyPrevious": "기록 이전",
|
||||
"actions.repl.historyNext": "기록 다음",
|
||||
"actions.repl.acceptInput": "REPL 입력 적용",
|
||||
"actions.repl.copyAll": "디버그: 모두 콘솔 복사"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"stateCapture": "개체 상태는 첫 번재 평가에서 캡처됩니다.",
|
||||
"replVariableAriaLabel": "{0} 변수에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
|
||||
"replExpressionAriaLabel": "{0} 식에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
|
||||
"replValueOutputAriaLabel": "{0}, 읽기 평가 인쇄 루프, 디버그",
|
||||
"replKeyValueOutputAriaLabel": "출력 변수 {0}에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"statusBarDebuggingBackground": "프로그램이 디버그될 때의 상태 표시줄 배경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarDebuggingForeground": "프로그램이 디버그될 때의 상태 표시줄 전경색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다.",
|
||||
"statusBarDebuggingBorder": "프로그램 디버깅 중 사이드바 및 편집기와 구분하는 상태 표시줄 테두리 색입니다. 상태 표시줄은 창의 맨 아래에 표시됩니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"debug.terminal.title": "디버기",
|
||||
"debug.terminal.not.available.error": "통합 터미널을 사용할 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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:'를 사용하세요."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"showEmmetCommands": "Emmet 명령 표시"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"balanceInward": "Emmet: 균형있게(안쪽으로)",
|
||||
"balanceOutward": "Emmet: 균형있게(바깥쪽으로)"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user