mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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.
|
||||
{
|
||||
"titleLabel": "{0}({1})"
|
||||
}
|
||||
8
i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json
Normal file
8
i18n/kor/src/vs/base/browser/ui/aria/aria.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.
|
||||
{
|
||||
"repeated": "{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.
|
||||
{
|
||||
"defaultLabel": "입력"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"caseDescription": "대/소문자 구분",
|
||||
"wordsDescription": "단어 단위로",
|
||||
"regexDescription": "정규식 사용"
|
||||
}
|
||||
10
i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
10
i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.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.
|
||||
{
|
||||
"alertErrorMessage": "오류: {0}",
|
||||
"alertWarningMessage": "경고: {0}",
|
||||
"alertInfoMessage": "정보: {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.
|
||||
{
|
||||
"imgMeta": "{0}x{1} {2}",
|
||||
"largeImageError": "이미지가 너무 커서 편집기에 표시할 수 없습니다. ",
|
||||
"resourceOpenExternalButton": " 외부 프로그램으로 이미지를 열까요?",
|
||||
"nativeBinaryError": "파일이 이진이거나 매우 크거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 표시되지 않습니다.",
|
||||
"sizeB": "{0}B",
|
||||
"sizeKB": "{0}KB",
|
||||
"sizeMB": "{0}MB",
|
||||
"sizeGB": "{0}GB",
|
||||
"sizeTB": "{0}TB"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"more": "자세히"
|
||||
}
|
||||
18
i18n/kor/src/vs/base/common/errorMessage.i18n.json
Normal file
18
i18n/kor/src/vs/base/common/errorMessage.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"message": "{0}. 오류 코드: {1}",
|
||||
"error.permission.verbose": "사용 권한이 거부되었습니다(HTTP {0}).",
|
||||
"error.permission": "사용 권한이 거부되었습니다.",
|
||||
"error.http.verbose": "{0}(HTTP {1}: {2})",
|
||||
"error.http": "{0}(HTTP {1})",
|
||||
"error.connection.unknown.verbose": "알 수 없는 연결 오류({0})",
|
||||
"error.connection.unknown": "알 수 없는 연결 오류가 발생했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다.",
|
||||
"stackTrace.format": "{0}: {1}",
|
||||
"error.defaultMessage": "알 수 없는 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요.",
|
||||
"nodeExceptionMessage": "시스템 오류가 발생했습니다({0}).",
|
||||
"error.moreErrors": "{0}(총 {1}개의 오류)"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/json.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/json.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"error.invalidSymbol": "잘못된 기호",
|
||||
"error.invalidNumberFormat": "잘못된 숫자 형식",
|
||||
"error.propertyNameExpected": "속성 이름 필요",
|
||||
"error.valueExpected": "값 필요",
|
||||
"error.colonExpected": "콜론이 필요합니다.",
|
||||
"error.commaExpected": "쉼표가 필요합니다.",
|
||||
"error.closeBraceExpected": "닫는 괄호 필요",
|
||||
"error.closeBracketExpected": "닫는 대괄호 필요",
|
||||
"error.endOfFileExpected": "파일 끝 필요"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"error.invalidSymbol": "잘못된 기호",
|
||||
"error.invalidNumberFormat": "잘못된 숫자 형식",
|
||||
"error.propertyNameExpected": "속성 이름 필요",
|
||||
"error.valueExpected": "값 필요",
|
||||
"error.colonExpected": "콜론이 필요합니다.",
|
||||
"error.commaExpected": "쉼표가 필요합니다.",
|
||||
"error.closeBraceExpected": "닫는 괄호 필요",
|
||||
"error.closeBracketExpected": "닫는 대괄호 필요",
|
||||
"error.endOfFileExpected": "파일 끝 필요"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/keybindingLabels.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/keybindingLabels.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"ctrlKey": "Ctrl",
|
||||
"shiftKey": "<Shift>",
|
||||
"altKey": "Alt",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "컨트롤",
|
||||
"shiftKey.long": "<Shift>",
|
||||
"altKey.long": "Alt",
|
||||
"cmdKey.long": "명령",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
11
i18n/kor/src/vs/base/common/processes.i18n.json
Normal file
11
i18n/kor/src/vs/base/common/processes.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.
|
||||
{
|
||||
"ExecutableParser.commandMissing": "오류: 실행 파일 정보에서는 문자열 형식의 명령을 정의해야 합니다.",
|
||||
"ExecutableParser.isShellCommand": "경고: isShellCommand는 boolean 형식이어야 합니다. {0} 값을 무시합니다.",
|
||||
"ExecutableParser.args": "경고: args는 string[] 형식이어야 합니다. {0} 값을 무시합니다.",
|
||||
"ExecutableParser.invalidCWD": "경고: options.cwd는 string 형식이어야 합니다. {0} 값을 무시합니다."
|
||||
}
|
||||
10
i18n/kor/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/kor/src/vs/base/common/severity.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.
|
||||
{
|
||||
"sev.error": "오류",
|
||||
"sev.warning": "경고",
|
||||
"sev.info": "정보"
|
||||
}
|
||||
8
i18n/kor/src/vs/base/node/processes.i18n.json
Normal file
8
i18n/kor/src/vs/base/node/processes.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.
|
||||
{
|
||||
"TaskRunner.UNC": "UNC 드라이브에서 셸 명령을 실행할 수 없습니다."
|
||||
}
|
||||
8
i18n/kor/src/vs/base/node/zip.i18n.json
Normal file
8
i18n/kor/src/vs/base/node/zip.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.
|
||||
{
|
||||
"notFound": "zip 파일 내에 {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.
|
||||
{
|
||||
"quickOpenAriaLabelEntry": "{0}, 선택기",
|
||||
"quickOpenAriaLabel": "선택기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"quickOpenAriaLabel": "빠른 선택기입니다. 결과의 범위를 축소하려면 입력합니다.",
|
||||
"treeAriaLabel": "빠른 선택기"
|
||||
}
|
||||
@@ -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": "축소"
|
||||
}
|
||||
9
i18n/kor/src/vs/code/electron-main/auth.i18n.json
Normal file
9
i18n/kor/src/vs/code/electron-main/auth.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"authRequire": "프록시 인증 필요",
|
||||
"proxyauth": "프록시 {0}에 인증이 필요합니다."
|
||||
}
|
||||
185
i18n/kor/src/vs/code/electron-main/menus.i18n.json
Normal file
185
i18n/kor/src/vs/code/electron-main/menus.i18n.json
Normal file
@@ -0,0 +1,185 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"mFile": "파일(&&F)",
|
||||
"mEdit": "편집(&&E)",
|
||||
"mSelection": "선택 영역(&S)",
|
||||
"mView": "보기(&&V)",
|
||||
"mGoto": "이동(&G)",
|
||||
"mDebug": "디버그(&&D)",
|
||||
"mWindow": "창",
|
||||
"mHelp": "도움말(&&H)",
|
||||
"mTask": "작업(&T)",
|
||||
"miNewWindow": "새 창(&&W)",
|
||||
"mAbout": "{0} 정보",
|
||||
"mServices": "서비스",
|
||||
"mHide": "{0} 숨기기",
|
||||
"mHideOthers": "기타 숨기기",
|
||||
"mShowAll": "모두 표시",
|
||||
"miQuit": "{0} 종료",
|
||||
"miNewFile": "새 파일(&&N)",
|
||||
"miOpen": "열기(&&O)...",
|
||||
"miOpenWorkspace": "작업 영역 열기(&O)...",
|
||||
"miOpenFolder": "폴더 열기(&&F)...",
|
||||
"miOpenFile": "파일 열기(&&O)...",
|
||||
"miOpenRecent": "최근 항목 열기(&&R)",
|
||||
"miSaveWorkspaceAs": "다른 이름으로 작업 영역 저장(&S)...",
|
||||
"miAddFolderToWorkspace": "작업 영역에 폴더 추가(&&A)",
|
||||
"miSave": "저장(&&S)",
|
||||
"miSaveAs": "다른 이름으로 저장(&&A)...",
|
||||
"miSaveAll": "모두 저장(&&L)",
|
||||
"miAutoSave": "자동 저장",
|
||||
"miRevert": "파일 되돌리기(&&V)",
|
||||
"miCloseWindow": "창 닫기(&&E)",
|
||||
"miCloseWorkspace": "작업 영역 닫기(&W)",
|
||||
"miCloseFolder": "폴더 닫기(&&F)",
|
||||
"miCloseEditor": "편집기 닫기(&&C)",
|
||||
"miExit": "끝내기(&X)",
|
||||
"miOpenSettings": "설정(&S)",
|
||||
"miOpenKeymap": "바로 가기 키(&&K)",
|
||||
"miOpenKeymapExtensions": "키맵 확장(&&K)",
|
||||
"miOpenSnippets": "사용자 코드 조각(&&S)",
|
||||
"miSelectColorTheme": "색 테마(&&C)",
|
||||
"miSelectIconTheme": "파일 아이콘 테마(&&I)",
|
||||
"miPreferences": "기본 설정(&&P)",
|
||||
"miReopenClosedEditor": "닫힌 편집기 다시 열기(&&R)",
|
||||
"miMore": "자세히...(&M)",
|
||||
"miClearRecentOpen": "최근에 연 항목 지우기(&&C)",
|
||||
"miUndo": "실행 취소(&&U)",
|
||||
"miRedo": "다시 실행(&&R)",
|
||||
"miCut": "자르기(&T)",
|
||||
"miCopy": "복사(&&C)",
|
||||
"miPaste": "붙여넣기(&&P)",
|
||||
"miFind": "찾기(&&F)",
|
||||
"miReplace": "바꾸기(&&R)",
|
||||
"miFindInFiles": "파일에서 찾기(&&I)",
|
||||
"miReplaceInFiles": "파일에서 바꾸기(&&I)",
|
||||
"miEmmetExpandAbbreviation": "Emmet: 약어 확장(&&X)",
|
||||
"miShowEmmetCommands": "Emmet(&&M)...",
|
||||
"miToggleLineComment": "줄 주석 설정/해제(&&T)",
|
||||
"miToggleBlockComment": "블록 주석 설정/해제(&&B)",
|
||||
"miMultiCursorAlt": "다중 커서를 위해 Alt+Click으로 전환",
|
||||
"miMultiCursorCmd": "다중 커서에 Cmd+Click 사용 ",
|
||||
"miMultiCursorCtrl": "다중 커서에 Ctrl+클릭 사용",
|
||||
"miInsertCursorAbove": "위에 커서 추가(&&A)",
|
||||
"miInsertCursorBelow": "아래에 커서 추가(&&D)",
|
||||
"miInsertCursorAtEndOfEachLineSelected": "줄 끝에 커서 추가(&&U)",
|
||||
"miAddSelectionToNextFindMatch": "다음 항목 추가(&&N)",
|
||||
"miAddSelectionToPreviousFindMatch": "이전 항목 추가(&&R)",
|
||||
"miSelectHighlights": "모든 항목 선택(&&O)",
|
||||
"miCopyLinesUp": "위에 줄 복사(&&C)",
|
||||
"miCopyLinesDown": "아래에 줄 복사(&&P)",
|
||||
"miMoveLinesUp": "줄 위로 이동(&&V)",
|
||||
"miMoveLinesDown": "줄 아래로 이동(&&L)",
|
||||
"miSelectAll": "모두 선택(&&S)",
|
||||
"miSmartSelectGrow": "선택 영역 확장(&&E)",
|
||||
"miSmartSelectShrink": "선택 영역 축소(&&S)",
|
||||
"miViewExplorer": "탐색기(&&E)",
|
||||
"miViewSearch": "검색(&&S)",
|
||||
"miViewSCM": "SCM(&&C)",
|
||||
"miViewDebug": "디버그(&&D)",
|
||||
"miViewExtensions": "확장(&&X)",
|
||||
"miToggleOutput": "출력(&&O)",
|
||||
"miToggleDebugConsole": "디버그 콘솔(&&B)",
|
||||
"miToggleIntegratedTerminal": "통합 터미널(&&I)",
|
||||
"miMarker": "문제(&&P)",
|
||||
"miAdditionalViews": "추가 뷰(&&V)",
|
||||
"miCommandPalette": "명령 팔레트(&&C)...",
|
||||
"miToggleFullScreen": "전체 화면 설정/해제(&&F)",
|
||||
"miToggleZenMode": "Zen 모드 설정/해제",
|
||||
"miToggleMenuBar": "메뉴 모음 설정/해제(&&B)",
|
||||
"miSplitEditor": "편집기 분할(&&E)",
|
||||
"miToggleEditorLayout": "편집기 그룹 레이아웃 설정/해제(&&L)",
|
||||
"miToggleSidebar": "사이드바 설정/해제(&&T)",
|
||||
"miMoveSidebarRight": "사이드바를 오른쪽으로 이동(&&M)",
|
||||
"miMoveSidebarLeft": "사이드바를 왼쪽으로 이동(&&M)",
|
||||
"miTogglePanel": "패널 설정/해제(&&P)",
|
||||
"miHideStatusbar": "상태 표시줄 숨기기(&&H)",
|
||||
"miShowStatusbar": "상태 표시줄 표시(&&S)",
|
||||
"miHideActivityBar": "작업 막대 숨기기(&&A)",
|
||||
"miShowActivityBar": "작업 막대 표시(&&A)",
|
||||
"miToggleWordWrap": "자동 줄 바꿈 설정/해제(&&W)",
|
||||
"miToggleMinimap": "미니맵 토글(&&M)",
|
||||
"miToggleRenderWhitespace": "공백 설정/해제 및 렌더링(&&R)",
|
||||
"miToggleRenderControlCharacters": "제어 문자 설정/해제(&&C)",
|
||||
"miZoomIn": "확대(&&Z)",
|
||||
"miZoomOut": "축소(&&U)",
|
||||
"miZoomReset": "확대/축소 다시 설정(&&R)",
|
||||
"miBack": "뒤로(&B)",
|
||||
"miForward": "앞으로(&&F)",
|
||||
"miNextEditor": "다음 편집기(&&N)",
|
||||
"miPreviousEditor": "이전 편집기(&&P)",
|
||||
"miNextEditorInGroup": "그룹에서 다음에 사용되는 편집기(&&N)",
|
||||
"miPreviousEditorInGroup": "그룹에서 이전에 사용된 편집기(&&P)",
|
||||
"miSwitchEditor": "편집기 전환(&&E)",
|
||||
"miFocusFirstGroup": "첫 번째 그룹(&&F)",
|
||||
"miFocusSecondGroup": "두 번째 그룹(&&S)",
|
||||
"miFocusThirdGroup": "세 번째 그룹(&&T)",
|
||||
"miNextGroup": "다음 그룹(&&N)",
|
||||
"miPreviousGroup": "이전 그룹(&&P)",
|
||||
"miSwitchGroup": "그룹 전환(&&G)",
|
||||
"miGotoFile": "파일로 이동(&&F)...",
|
||||
"miGotoSymbolInFile": "파일의 기호로 이동(&&S)...",
|
||||
"miGotoSymbolInWorkspace": "작업 영역의 기호로 이동(&&W)...",
|
||||
"miGotoDefinition": "정의로 이동(&&D)",
|
||||
"miGotoTypeDefinition": "형식 정의로 이동( &&T)",
|
||||
"miGotoImplementation": "구현으로 이동( &&I)",
|
||||
"miGotoLine": "줄 이동(&&L)...",
|
||||
"miStartDebugging": "디버깅 시작(&&S)",
|
||||
"miStartWithoutDebugging": "디버깅하지 않고 시작(&&W)",
|
||||
"miStopDebugging": "디버깅 중지(&&S)",
|
||||
"miRestart Debugging": "디버깅 다시 시작(&&R)",
|
||||
"miOpenConfigurations": "구성 열기(&&C)",
|
||||
"miAddConfiguration": "구성 추가...",
|
||||
"miStepOver": "프로시저 단위 실행(&&O)",
|
||||
"miStepInto": "한 단계씩 코드 실행(&&I)",
|
||||
"miStepOut": "프로시저 나가기(&&U)",
|
||||
"miContinue": "계속(&&C)",
|
||||
"miToggleBreakpoint": "중단점 설정/해제(&&B)",
|
||||
"miConditionalBreakpoint": "조건부 중단점(&&C)...",
|
||||
"miColumnBreakpoint": "열 중단점(&&O)",
|
||||
"miFunctionBreakpoint": "함수 중단점(&&F)...",
|
||||
"miNewBreakpoint": "새 중단점(&&N)",
|
||||
"miEnableAllBreakpoints": "모든 중단점 설정",
|
||||
"miDisableAllBreakpoints": "모든 중단점 사용 안 함(&&L)",
|
||||
"miRemoveAllBreakpoints": "모든 중단점 제거(&&A)",
|
||||
"miInstallAdditionalDebuggers": "추가 디버거 설치(&&I)...",
|
||||
"mMinimize": "최소화",
|
||||
"mZoom": "확대/축소",
|
||||
"mBringToFront": "모두 맨 앞으로 가져오기",
|
||||
"miSwitchWindow": "창 전환(&&W)",
|
||||
"miToggleDevTools": "개발자 도구 설정/해제(&&T)",
|
||||
"miAccessibilityOptions": "접근성 옵션(&&O)",
|
||||
"miReportIssues": "문제 보고(&&I)",
|
||||
"miWelcome": "시작(&&W)",
|
||||
"miInteractivePlayground": "대화형 실습(&&I)",
|
||||
"miDocumentation": "설명서(&&D)",
|
||||
"miReleaseNotes": "릴리스 정보(&&R)",
|
||||
"miKeyboardShortcuts": "바로 가기 키 참조(&&K)",
|
||||
"miIntroductoryVideos": "소개 비디오(&&V)",
|
||||
"miTipsAndTricks": "팁과 요령(&T)",
|
||||
"miTwitter": "Twitter에서 참여(&&J)",
|
||||
"miUserVoice": "검색 기능 요청(&&S)",
|
||||
"miLicense": "라이선스 보기(&&L)",
|
||||
"miPrivacyStatement": "개인정보처리방침(&&P)",
|
||||
"miAbout": "정보(&&A)",
|
||||
"miRunTask": "작업 실행(&&R)...",
|
||||
"miBuildTask": "빌드 작업 실행(&&B)...",
|
||||
"miRunningTask": "실행 중인 작업 표시(&&G)...",
|
||||
"miRestartTask": "실행 중인 작업 다시 시작(&&E)...",
|
||||
"miTerminateTask": "작업 종료(&&T)...",
|
||||
"miConfigureTask": "작업 구성(&&C)",
|
||||
"miConfigureBuildTask": "기본 빌드 작업 구성(&&F)",
|
||||
"accessibilityOptionsWindowTitle": "접근성 옵션",
|
||||
"miRestartToUpdate": "다시 시작하여 업데이트...",
|
||||
"miCheckingForUpdates": "업데이트를 확인하는 중...",
|
||||
"miDownloadUpdate": "사용 가능한 업데이트 다운로드",
|
||||
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
|
||||
"miInstallingUpdate": "업데이트를 설치하는 중...",
|
||||
"miCheckForUpdates": "업데이트 확인...",
|
||||
"aboutDetail": "\n버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
|
||||
"okButton": "확인"
|
||||
}
|
||||
8
i18n/kor/src/vs/code/electron-main/window.i18n.json
Normal file
8
i18n/kor/src/vs/code/electron-main/window.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.
|
||||
{
|
||||
"hiddenMenuBar": "**Alt** 키를 눌러 메뉴 모음에 계속 액세스할 수 있습니다."
|
||||
}
|
||||
28
i18n/kor/src/vs/code/electron-main/windows.i18n.json
Normal file
28
i18n/kor/src/vs/code/electron-main/windows.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"ok": "확인",
|
||||
"pathNotExistTitle": "경로가 없습니다.",
|
||||
"pathNotExistDetail": "'{0}' 경로가 디스크에 더 이상 없는 것 같습니다.",
|
||||
"openWorkspace": "열기(&&O)",
|
||||
"openWorkspaceTitle": "작업 영역 열기",
|
||||
"save": "저장(&&S)",
|
||||
"doNotSave": "저장 안 함(&&N)",
|
||||
"cancel": "취소",
|
||||
"saveWorkspaceMessage": "작업 영역 구성을 파일로 저장하시겠습니까?",
|
||||
"saveWorkspaceDetail": "작업 영역을 다시 열려면 작업 영역을 저장하세요.",
|
||||
"saveWorkspace": "작업 영역 저장",
|
||||
"reopen": "다시 열기",
|
||||
"wait": "계속 대기",
|
||||
"close": "닫기",
|
||||
"appStalled": "창이 더 이상 응답하지 않습니다.",
|
||||
"appStalledDetail": "창을 다시 열거나, 닫거나, 계속 기다릴 수 있습니다.",
|
||||
"appCrashed": "창이 충돌했습니다.",
|
||||
"appCrashedDetail": "불편을 드려서 죄송합니다. 창을 다시 열면 중단된 위치에서 계속할 수 있습니다.",
|
||||
"open": "열기",
|
||||
"openFolder": "폴더 열기",
|
||||
"openFile": "파일 열기"
|
||||
}
|
||||
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal file
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"notFound": "'{0}' 확장을 찾을 수 없습니다.",
|
||||
"notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.",
|
||||
"useId": "게시자를 포함한 전체 확장 ID(예: {0})를 사용하세요.",
|
||||
"successVsixInstall": "확장 '{0}'이(가) 설치되었습니다!",
|
||||
"alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.",
|
||||
"foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.",
|
||||
"installing": "설치 중...",
|
||||
"successInstall": "확장 '{0}' v{1}이(가) 성공적으로 설치되었습니다!",
|
||||
"uninstalling": "{0} 제거 중...",
|
||||
"successUninstall": "'{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.
|
||||
{
|
||||
"diff.tooLarge": "파일 1개가 너무 커서 파일을 비교할 수 없습니다."
|
||||
}
|
||||
15
i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
15
i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"label.close": "닫기",
|
||||
"header": "다른 항목 {0} / {1}: 원본 {2}, {3}행, 수정 {4}, {5}행",
|
||||
"blankLine": "비어 있음",
|
||||
"equalLine": "원본 {0}, 수정 {1}: {2}",
|
||||
"insertLine": "+ 수정됨 {0}: {1}",
|
||||
"deleteLine": "- 원본 {0}: {1}",
|
||||
"editor.action.diffReview.next": "다음 다른 항목으로 이동",
|
||||
"editor.action.diffReview.prev": "다음 다른 항목으로 이동"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"editorConfigurationTitle": "편집기",
|
||||
"fontFamily": "글꼴 패밀리를 제어합니다.",
|
||||
"fontWeight": "글꼴 두께를 제어합니다.",
|
||||
"fontSize": "글꼴 크기(픽셀)를 제어합니다.",
|
||||
"lineHeight": "줄 높이를 제어합니다. fontSize의 lineHeight를 계산하려면 0을 사용합니다.",
|
||||
"letterSpacing": "글자 간격을 픽셀 단위로 조정합니다.",
|
||||
"lineNumbers": "줄 번호의 표시 여부를 제어합니다. 가능한 값은 'on', 'off', 'relative'입니다. 'relative'는 현재 커서 위치에서 줄 수를 표시합니다.",
|
||||
"rulers": "세로 눈금자를 표시할 열",
|
||||
"wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.",
|
||||
"tabSize": "탭 한 개에 해당하는 공백 수입니다. `editor.detectIndentation`이 켜져 있는 경우 이 설정은 파일 콘텐츠에 따라 재정의됩니다.",
|
||||
"tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
|
||||
"insertSpaces": "<Tab> 키를 누를 때 공백을 삽입합니다. `editor.detectIndentation`이 켜져 있는 경우 이 설정은 파일 콘텐츠에 따라 재정의됩니다.",
|
||||
"insertSpaces.errorMessage": "'boolean'이 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
|
||||
"detectIndentation": "파일을 열면 파일 콘텐츠를 기반으로 하여 'editor.tabSize'와 'editor.insertSpaces'가 검색됩니다.",
|
||||
"roundedSelection": "선택 항목의 모서리를 둥글게 할지 여부를 제어합니다.",
|
||||
"scrollBeyondLastLine": "편집기에서 마지막 줄 이후로 스크롤할지 여부를 제어합니다.",
|
||||
"smoothScrolling": "편집기에서 애니메이션을 사용하여 스크롤할지 여부를 제어합니다.",
|
||||
"minimap.enabled": "미니맵 표시 여부를 제어합니다.",
|
||||
"minimap.showSlider": "미니맵 슬라이더를 자동으로 숨길지 결정합니다. 가능한 값은 'always' 및 'mouseover'입니다.",
|
||||
"minimap.renderCharacters": "줄의 실제 문자(색 블록 아님) 렌더링",
|
||||
"minimap.maxColumn": "최대 특정 수의 열을 렌더링하도록 미니맵의 너비를 제한합니다.",
|
||||
"find.seedSearchStringFromSelection": "편집기 선택에서 Find Widget의 검색 문자열을 시딩할지 설정합니다.",
|
||||
"find.autoFindInSelection": "편집기에서 여러 글자 또는 행을 선택했을 때 Find in Selection 플래그를 켤지 설정합니다.",
|
||||
"wordWrap.off": "줄이 바뀌지 않습니다.",
|
||||
"wordWrap.on": "뷰포트 너비에서 줄이 바뀝니다.",
|
||||
"wordWrap.wordWrapColumn": "`editor.wordWrapColumn`에서 줄이 바뀝니다.",
|
||||
"wordWrap.bounded": "뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄이 바뀝니다.",
|
||||
"wordWrap": "줄 바꿈 여부를 제어합니다. 다음 중 하나일 수 있습니다.\n - 'off' (줄 바꿈 사용 안 함),\n - 'on' (뷰포트 줄 바꿈),\n - 'wordWrapColumn' (`editor.wordWrapColumn`에서 줄 바꿈) 또는\n - 'bounded' (뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄 바꿈).",
|
||||
"wordWrapColumn": "`editor.wordWrap`이 'wordWrapColumn' 또는 'bounded'인 경우 편집기의 열 줄 바꿈을 제어합니다.",
|
||||
"wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다.",
|
||||
"mouseWheelScrollSensitivity": "마우스 휠 스크롤 이벤트의 `deltaX` 및 `deltaY`에서 사용할 승수",
|
||||
"multiCursorModifier.ctrlCmd": "Windows와 Linux의 'Control'을 OSX의 'Command'로 매핑합니다.",
|
||||
"multiCursorModifier.alt": "Windows와 Linux의 'Alt'를 OSX의 'Option'으로 매핑합니다.",
|
||||
"multiCursorModifier": "마우스로 여러 커서를 추가할 때 사용할 수정자입니다. `ctrlCmd`는 Windows와 Linux에서 `Control`로 매핑되고 OSX에서 `Command`로 매핑됩니다. Go To Definition 및 Open Link 마우스 제스처가 멀티커서 수정자와 충돌하지 않도록 조정됩니다.",
|
||||
"quickSuggestions.strings": "문자열 내에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions.comments": "주석 내에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions.other": "문자열 및 주석 외부에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions": "입력하는 동안 제안을 자동으로 표시할지 여부를 제어합니다.",
|
||||
"quickSuggestionsDelay": "빠른 제안을 표시할 지연 시간(ms)을 제어합니다.",
|
||||
"parameterHints": "입력과 동시에 매개변수 문서와 유형 정보를 표시하는 팝업을 사용",
|
||||
"autoClosingBrackets": "괄호를 연 다음에 편집기에서 괄호를 자동으로 닫을지 여부를 제어합니다.",
|
||||
"formatOnType": "입력 후 편집기에서 자동으로 줄의 서식을 지정할지 여부를 제어합니다.",
|
||||
"formatOnPaste": "붙여넣은 콘텐츠의 서식을 편집기에서 자동으로 지정할지 여부를 제어합니다. 포맷터는 반드시 사용할 수 있어야 하며 문서에서 범위의 서식을 지정할 수 있어야 합니다.",
|
||||
"autoIndent": "사용자가 입력을 하거나 행을 붙여넣기 또는 이동할 때 편집기가 자동으로 들여쓰기를 적용할지 결정합니다. 해당 언어의 들여쓰기 규칙이 있어야 합니다.",
|
||||
"suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.",
|
||||
"acceptSuggestionOnEnter": "'Tab' 키 외에 'Enter' 키에 대한 제안도 허용할지를 제어합니다. 새 줄을 삽입하는 동작과 제안을 허용하는 동작 간의 모호함을 없앨 수 있습니다.",
|
||||
"acceptSuggestionOnCommitCharacter": "커밋 문자에 대한 제안을 허용할지를 제어합니다. 예를 들어 JavaScript에서는 세미콜론(';')이 제안을 허용하고 해당 문자를 입력하는 커밋 문자일 수 있습니다.",
|
||||
"snippetSuggestions.top": "다른 제안 위에 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.bottom": "다른 제안 아래에 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.inline": "다른 제안과 함께 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.none": "코드 조각 제안을 표시하지 않습니다.\n",
|
||||
"snippetSuggestions": "코드 조각이 다른 추천과 함께 표시되는지 여부 및 정렬 방법을 제어합니다.",
|
||||
"emptySelectionClipboard": "선택 영역 없이 현재 줄 복사 여부를 제어합니다.",
|
||||
"wordBasedSuggestions": "문서 내 단어를 기반으로 완성을 계산할지 여부를 제어합니다.",
|
||||
"suggestFontSize": "제안 위젯의 글꼴 크기",
|
||||
"suggestLineHeight": "제안 위젯의 줄 높이",
|
||||
"selectionHighlight": "편집기에서 선택 항목과 유사한 일치 항목을 강조 표시할지 여부를 제어합니다.",
|
||||
"occurrencesHighlight": "편집기에서 의미 체계 기호 항목을 강조 표시할지 여부를 제어합니다.",
|
||||
"overviewRulerLanes": "개요 눈금자에서 동일한 위치에 표시될 수 있는 장식 수를 제어합니다.",
|
||||
"overviewRulerBorder": "개요 눈금자 주위에 테두리를 그릴지 여부를 제어합니다.",
|
||||
"cursorBlinking": "커서 애니메이션 스타일을 제어합니다. 가능한 값은 'blink', 'smooth', 'phase', 'expand' 및 'solid'입니다.",
|
||||
"mouseWheelZoom": "마우스 휠을 사용할 때 Ctrl 키를 누르고 있으면 편집기의 글꼴 확대/축소",
|
||||
"cursorStyle": "커서 스타일을 제어합니다. 허용되는 값은 '블록', '블록-윤곽', '줄', '줄-가늘게', '밑줄' 및 '밑줄-가늘게'입니다.",
|
||||
"fontLigatures": "글꼴 합자 사용",
|
||||
"hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.",
|
||||
"renderWhitespace": "편집기에서 공백 문자를 렌더링하는 방법을 제어합니다. 가능한 값은 'none', 'boundary' 및 'all'입니다. 'boundary' 옵션은 단어 사이의 한 칸 공백을 렌더링하지 않습니다.",
|
||||
"renderControlCharacters": "편집기에서 제어 문자를 렌더링할지를 제어합니다.",
|
||||
"renderIndentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.",
|
||||
"renderLineHighlight": "편집기가 현재 줄 강조 표시를 렌더링하는 방식을 제어합니다. 가능한 값은 'none', 'gutter', 'line' 및 'all'입니다.",
|
||||
"codeLens": "편집기에서 코드 필터를 표시하는지 여부를 제어합니다.",
|
||||
"folding": "편집기에서 코드 접기를 사용할지 여부를 제어합니다.",
|
||||
"showFoldingControls": "거터의 폴드 컨트롤을 자동으로 숨길지 결정합니다.",
|
||||
"matchBrackets": "대괄호 중 하나를 선택할 때 일치하는 대괄호를 강조 표시합니다.",
|
||||
"glyphMargin": "편집기에서 세로 문자 모양 여백을 렌더링할지 여부를 제어합니다. 문자 모양 여백은 주로 디버깅에 사용됩니다.",
|
||||
"useTabStops": "탭 정지 뒤에 공백 삽입 및 삭제",
|
||||
"trimAutoWhitespace": "끝에 자동 삽입된 공백 제거",
|
||||
"stablePeek": "해당 콘텐츠를 두 번 클릭하거나 <Esc> 키를 누르더라도 Peek 편집기를 열린 상태로 유지합니다.",
|
||||
"dragAndDrop": "편집기에서 끌어서 놓기로 선택 영역을 이동할 수 있는지 여부를 제어합니다.",
|
||||
"accessibilitySupport.auto": "편집기가 스크린 리더가 연결되면 플랫폼 API를 사용하여 감지합니다.",
|
||||
"accessibilitySupport.on": "편집기가 스크린 리더 사용을 위해 영구적으로 최적화됩니다.",
|
||||
"accessibilitySupport.off": "편집기가 스크린 리더 사용을 위해 최적화되지 않습니다.",
|
||||
"accessibilitySupport": "편집기를 스크린 리더를 위해 최적화된 모드로 실행할지 결정합니다.",
|
||||
"links": "편집기에서 링크를 감지하고 클릭할 수 있게 만들지 결정합니다.",
|
||||
"colorDecorators": "편집기에서 인라인 색 데코레이터 및 색 선택을 렌더링할지를 제어합니다.",
|
||||
"sideBySide": "diff 편집기에서 diff를 나란히 표시할지 인라인으로 표시할지 여부를 제어합니다.",
|
||||
"ignoreTrimWhitespace": "diff 편집기에서 선행 공백 또는 후행 공백 변경을 diffs로 표시할지 여부를 제어합니다.",
|
||||
"renderIndicators": "diff 편집기에서 추가/제거된 변경 내용에 대해 +/- 표시기를 표시하는지 여부를 제어합니다.",
|
||||
"selectionClipboard": "Linux 주 클립보드의 지원 여부를 제어합니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"editorViewAccessibleLabel": "편집기 콘텐츠"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"accessibilityOffAriaLabel": "지금은 편집기를 사용할 수 없습니다. Alt+F1을 눌러 옵션을 보세요.",
|
||||
"editorViewAccessibleLabel": "편집기 콘텐츠"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"corrupt.commands": "명령을 실행하는 동안 예기치 않은 예외가 발생했습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"mode.tokenizationSupportFailed": "입력을 토큰화하는 동안 모드에서 오류가 발생했습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"plainText.alias": "일반 텍스트"
|
||||
}
|
||||
11
i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json
Normal file
11
i18n/kor/src/vs/editor/common/services/bulkEdit.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.
|
||||
{
|
||||
"conflict": "이러한 파일이 동시에 변경되었습니다. {0}",
|
||||
"summary.0": "편집하지 않음",
|
||||
"summary.nm": "{1}개 파일에서 {0}개 텍스트 편집을 수행함",
|
||||
"summary.n0": "1개 파일에서 {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.
|
||||
{
|
||||
"vscode.extension.contributes.languages": "언어 선언을 적용합니다.",
|
||||
"vscode.extension.contributes.languages.id": "언어의 ID입니다.",
|
||||
"vscode.extension.contributes.languages.aliases": "언어에 대한 이름 별칭입니다.",
|
||||
"vscode.extension.contributes.languages.extensions": "파일 확장이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.filenames": "파일 이름이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.filenamePatterns": "파일 이름 GLOB 패턴이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.mimetypes": "Mime 형식이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.firstLine": "언어 파일의 첫 번째 줄과 일치하는 정규식입니다.",
|
||||
"vscode.extension.contributes.languages.configuration": "언어에 대한 구성 옵션을 포함하는 파일에 대한 상대 경로입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"diagAndSourceMultiline": "[{0}]\n{1}",
|
||||
"diagAndSource": "[{0}] {1}"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"lineHighlight": "커서 위치의 줄 강조 표시에 대한 배경색입니다.",
|
||||
"lineHighlightBorderBox": "커서 위치의 줄 테두리에 대한 배경색입니다.",
|
||||
"rangeHighlight": "빠른 열기 및 찾기 기능 등을 통해 강조 표시된 영역의 배경색입니다.",
|
||||
"caret": "편집기 커서 색입니다.",
|
||||
"editorCursorBackground": "편집기 커서의 배경색입니다. 블록 커서와 겹치는 글자의 색상을 사용자 정의할 수 있습니다.",
|
||||
"editorWhitespaces": "편집기의 공백 문자 색입니다.",
|
||||
"editorIndentGuides": "편집기 들여쓰기 안내선 색입니다.",
|
||||
"editorLineNumbers": "편집기 줄 번호 색입니다.",
|
||||
"editorRuler": "편집기 눈금의 색상입니다.",
|
||||
"editorCodeLensForeground": "편집기 코드 렌즈의 전경색입니다.",
|
||||
"editorBracketMatchBackground": "일치하는 브래킷 뒤의 배경색입니다.",
|
||||
"editorBracketMatchBorder": "일치하는 브래킷 박스의 색상",
|
||||
"editorOverviewRulerBorder": "개요 눈금 경계의 색상입니다.",
|
||||
"editorGutter": "편집기 거터의 배경색입니다. 거터에는 글리프 여백과 행 수가 있습니다.",
|
||||
"errorForeground": "편집기 내 오류 표시선의 전경색입니다.",
|
||||
"errorBorder": "편집기 내 오류 표시선의 테두리 색입니다.",
|
||||
"warningForeground": "편집기 내 경고 표시선의 전경색입니다.",
|
||||
"warningBorder": "편집기 내 경고 표시선의 테두리 색입니다.",
|
||||
"overviewRulerRangeHighlight": "범위 강조 표시의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleError": "오류의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleWarning": "경고의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleInfo": "정보의 개요 눈금자 마커 색입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"introMsg": "VS Code의 접근성 옵션을 사용해 주셔서 감사합니다.",
|
||||
"status": "상태:",
|
||||
"tabFocusModeOnMsg": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOnMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"tabFocusModeOffMsg": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOffMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"outroMsg": "이 도구 설명을 해제하고 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.
|
||||
{
|
||||
"smartSelect.jumpBracket": "대괄호로 이동"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"caret.moveLeft": "캐럿을 왼쪽으로 이동",
|
||||
"caret.moveRight": "캐럿을 오른쪽으로 이동"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"transposeLetters.label": "문자 바꾸기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"actions.clipboard.cutLabel": "잘라내기",
|
||||
"actions.clipboard.copyLabel": "복사",
|
||||
"actions.clipboard.pasteLabel": "붙여넣기",
|
||||
"actions.clipboard.copyWithSyntaxHighlightingLabel": "구문을 강조 표시하여 복사"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"comment.line": "줄 주석 설정/해제",
|
||||
"comment.line.add": "줄 주석 추가",
|
||||
"comment.line.remove": "줄 주석 제거",
|
||||
"comment.block": "블록 주석 설정/해제"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"action.showContextMenu.label": "편집기 상황에 맞는 메뉴 표시"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"label.find": "찾기",
|
||||
"placeholder.find": "찾기",
|
||||
"label.previousMatchButton": "이전 검색 결과",
|
||||
"label.nextMatchButton": "다음 검색 결과",
|
||||
"label.toggleSelectionFind": "선택 항목에서 찾기",
|
||||
"label.closeButton": "닫기",
|
||||
"label.replace": "바꾸기",
|
||||
"placeholder.replace": "바꾸기",
|
||||
"label.replaceButton": "바꾸기",
|
||||
"label.replaceAllButton": "모두 바꾸기",
|
||||
"label.toggleReplaceButton": "바꾸기 모드 설정/해제",
|
||||
"title.matchesCountLimit": "처음 999개의 결과가 강조 표시되지만 모든 찾기 작업은 전체 텍스트에 대해 수행됩니다.",
|
||||
"label.matchesLocation": "{0}/{1}",
|
||||
"label.noResults": "결과 없음"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"label.find": "찾기",
|
||||
"placeholder.find": "찾기",
|
||||
"label.previousMatchButton": "이전 검색 결과",
|
||||
"label.nextMatchButton": "다음 검색 결과",
|
||||
"label.closeButton": "닫기"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"startFindAction": "찾기",
|
||||
"findNextMatchAction": "다음 찾기",
|
||||
"findPreviousMatchAction": "이전 찾기",
|
||||
"nextSelectionMatchFindAction": "다음 선택 찾기",
|
||||
"previousSelectionMatchFindAction": "이전 선택 찾기",
|
||||
"startReplace": "바꾸기",
|
||||
"addSelectionToNextFindMatch": "다음 일치 항목 찾기에 선택 항목 추가",
|
||||
"addSelectionToPreviousFindMatch": "이전 일치 항목 찾기에 선택 항목 추가",
|
||||
"moveSelectionToNextFindMatch": "다음 일치 항목 찾기로 마지막 선택 항목 이동",
|
||||
"moveSelectionToPreviousFindMatch": "마지막 선택 항목을 이전 일치 항목 찾기로 이동",
|
||||
"selectAllOccurrencesOfFindMatch": "일치 항목 찾기의 모든 항목 선택",
|
||||
"changeAll.label": "모든 항목 변경",
|
||||
"showNextFindTermAction": "다음 검색어 표시",
|
||||
"showPreviousFindTermAction": "이전 검색어 표시"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"unfoldAction.label": "펼치기",
|
||||
"unFoldRecursivelyAction.label": "재귀적으로 펼치기",
|
||||
"foldAction.label": "접기",
|
||||
"foldRecursivelyAction.label": "재귀적으로 접기",
|
||||
"foldAllAction.label": "모두 접기",
|
||||
"unfoldAllAction.label": "모두 펼치기",
|
||||
"foldLevelAction.label": "수준 {0} 접기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"hint11": "줄 {0}에서 1개 서식 편집을 수행했습니다.",
|
||||
"hintn1": "줄 {1}에서 {0}개 서식 편집을 수행했습니다.",
|
||||
"hint1n": "줄 {0}과(와) {1} 사이에서 1개 서식 편집을 수행했습니다.",
|
||||
"hintnn": "줄 {1}과(와) {2} 사이에서 {0}개 서식 편집을 수행했습니다.",
|
||||
"formatDocument.label": "문서 서식",
|
||||
"formatSelection.label": "선택 영역 서식"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"noResultWord": "'{0}'에 대한 정의를 찾을 수 없습니다.",
|
||||
"generic.noResults": "정의를 찾을 수 없음",
|
||||
"meta.title": "– {0} 정의",
|
||||
"actions.goToDecl.label": "정의로 이동",
|
||||
"actions.goToDeclToSide.label": "측면에서 정의 열기",
|
||||
"actions.previewDecl.label": "정의 피킹(Peeking)",
|
||||
"goToImplementation.noResultWord": "'{0}'에 대한 구현을 찾을 수 없습니다.",
|
||||
"goToImplementation.generic.noResults": "구현을 찾을 수 없습니다.",
|
||||
"meta.implementations.title": " – {0} 개 구현",
|
||||
"actions.goToImplementation.label": "구현으로 이동",
|
||||
"actions.peekImplementation.label": "구현 미리 보기",
|
||||
"goToTypeDefinition.noResultWord": "'{0}'에 대한 형식 정의를 찾을 수 없습니다.",
|
||||
"goToTypeDefinition.generic.noResults": "형식 정의를 찾을 수 없습니다.",
|
||||
"meta.typeDefinitions.title": "– {0} 형식 정의",
|
||||
"actions.goToTypeDefinition.label": "형식 정의로 이동",
|
||||
"actions.peekTypeDefinition.label": "형식 정의 미리 보기",
|
||||
"multipleResults": "{0}개 정의를 표시하려면 클릭하세요."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"noResultWord": "'{0}'에 대한 정의를 찾을 수 없습니다.",
|
||||
"generic.noResults": "정의를 찾을 수 없음",
|
||||
"meta.title": "– {0} 정의",
|
||||
"actions.goToDecl.label": "정의로 이동",
|
||||
"actions.goToDeclToSide.label": "측면에서 정의 열기",
|
||||
"actions.previewDecl.label": "정의 피킹(Peeking)",
|
||||
"goToImplementation.noResultWord": "'{0}'에 대한 구현을 찾을 수 없습니다.",
|
||||
"goToImplementation.generic.noResults": "구현을 찾을 수 없습니다.",
|
||||
"meta.implementations.title": " – {0} 개 구현",
|
||||
"actions.goToImplementation.label": "구현으로 이동",
|
||||
"actions.peekImplementation.label": "구현 미리 보기",
|
||||
"goToTypeDefinition.noResultWord": "'{0}'에 대한 형식 정의를 찾을 수 없습니다.",
|
||||
"goToTypeDefinition.generic.noResults": "형식 정의를 찾을 수 없습니다.",
|
||||
"meta.typeDefinitions.title": "– {0} 형식 정의",
|
||||
"actions.goToTypeDefinition.label": "형식 정의로 이동",
|
||||
"actions.peekTypeDefinition.label": "형식 정의 미리 보기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"multipleResults": "{0}개 정의를 표시하려면 클릭하세요."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"title.wo_source": "({0}/{1})",
|
||||
"markerAction.next.label": "다음 오류 또는 경고로 이동",
|
||||
"markerAction.previous.label": "이전 오류 또는 경고로 이동",
|
||||
"editorMarkerNavigationError": "편집기 표식 탐색 위젯 오류 색입니다.",
|
||||
"editorMarkerNavigationWarning": "편집기 표식 탐색 위젯 경고 색입니다.",
|
||||
"editorMarkerNavigationBackground": "편집기 표식 탐색 위젯 배경입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"showHover": "가리키기 표시"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"modesContentHover.loading": "로드 중..."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"InPlaceReplaceAction.previous.label": "이전 값으로 바꾸기",
|
||||
"InPlaceReplaceAction.next.label": "다음 값으로 바꾸기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"indentationToSpaces": "들여쓰기를 공백으로 변환",
|
||||
"indentationToTabs": "들여쓰기를 탭으로 변환",
|
||||
"configuredTabSize": "구성된 탭 크기",
|
||||
"selectTabWidth": "현재 파일의 탭 크기 선택",
|
||||
"indentUsingTabs": "탭을 사용한 들여쓰기",
|
||||
"indentUsingSpaces": "공백을 사용한 들여쓰기",
|
||||
"detectIndentation": "콘텐츠에서 들여쓰기 감지",
|
||||
"editor.reindentlines": "줄 다시 들여쓰기"
|
||||
}
|
||||
@@ -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,25 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"lines.copyUp": "위에 줄 복사",
|
||||
"lines.copyDown": "아래에 줄 복사",
|
||||
"lines.moveUp": "줄 위로 이동",
|
||||
"lines.moveDown": "줄 아래로 이동",
|
||||
"lines.sortAscending": "줄을 오름차순 정렬",
|
||||
"lines.sortDescending": "줄을 내림차순으로 정렬",
|
||||
"lines.trimTrailingWhitespace": "후행 공백 자르기",
|
||||
"lines.delete": "줄 삭제",
|
||||
"lines.indent": "줄 들여쓰기",
|
||||
"lines.outdent": "줄 내어쓰기",
|
||||
"lines.insertBefore": "위에 줄 삽입",
|
||||
"lines.insertAfter": "아래에 줄 삽입",
|
||||
"lines.deleteAllLeft": "왼쪽 모두 삭제",
|
||||
"lines.deleteAllRight": "우측에 있는 항목 삭제",
|
||||
"lines.joinLines": "줄 연결",
|
||||
"editor.transpose": "커서 주위 문자 바꾸기",
|
||||
"editor.transformToUppercase": "대문자로 변환",
|
||||
"editor.transformToLowercase": "소문자로 변환"
|
||||
}
|
||||
16
i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json
Normal file
16
i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"links.navigate.mac": "Cmd 키를 누르고 클릭하여 링크로 이동",
|
||||
"links.navigate": "Ctrl 키를 누르고 클릭하여 링크로 이동",
|
||||
"links.command.mac": "명령을 실행하려면 Cmd+클릭",
|
||||
"links.command": "명령을 실행하려면 Ctrl+클릭",
|
||||
"links.navigate.al": "Alt 키를 누르고 클릭하여 링크로 이동",
|
||||
"links.command.al": "명령을 실행하려면 Alt+클릭",
|
||||
"invalid.url": "죄송합니다. 이 링크는 형식이 올바르지 않으므로 열지 못했습니다. {0}",
|
||||
"missing.url": "죄송합니다. 대상이 없으므로 이 링크를 열지 못했습니다.",
|
||||
"label": "링크 열기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"mutlicursor.insertAbove": "위에 커서 추가",
|
||||
"mutlicursor.insertBelow": "아래에 커서 추가",
|
||||
"mutlicursor.insertAtEndOfEachLineSelected": "줄 끝에 커서 추가"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"parameterHints.trigger.label": "매개 변수 힌트 트리거"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"hint": "{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.
|
||||
{
|
||||
"quickFixWithKb": "수정 사항 표시({0})",
|
||||
"quickFix": "수정 사항 표시",
|
||||
"quickfix.trigger.label": "빠른 수정"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"meta.titleReference": "–참조 {0}개",
|
||||
"references.action.label": "모든 참조 찾기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"labelLoading": "로드 중..."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"aria.oneReference": "{2}열, {1}줄, {0}의 기호",
|
||||
"aria.fileReferences.1": "{0}의 기호 1개, 전체 경로 {1}",
|
||||
"aria.fileReferences.N": "{1}의 기호 {0}개, 전체 경로 {2}",
|
||||
"aria.result.0": "결과 없음",
|
||||
"aria.result.1": "{0}에서 기호 1개를 찾았습니다.",
|
||||
"aria.result.n1": "{1}에서 기호 {0}개를 찾았습니다.",
|
||||
"aria.result.nm": "{1}개 파일에서 기호 {0}개를 찾았습니다."
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"referencesFailre": "파일을 확인하지 못했습니다.",
|
||||
"referencesCount": "참조 {0}개",
|
||||
"referenceCount": "참조 {0}개",
|
||||
"missingPreviewMessage": "미리 보기를 사용할 수 없음",
|
||||
"treeAriaLabel": "참조",
|
||||
"noResults": "결과 없음",
|
||||
"peekView.alternateTitle": "참조",
|
||||
"peekViewTitleBackground": "Peek 뷰 제목 영역의 배경색입니다.",
|
||||
"peekViewTitleForeground": "Peek 뷰 제목 색입니다.",
|
||||
"peekViewTitleInfoForeground": "Peek 뷰 제목 정보 색입니다.",
|
||||
"peekViewBorder": "Peek 뷰 테두리 및 화살표 색입니다.",
|
||||
"peekViewResultsBackground": "Peek 뷰 결과 목록의 배경색입니다.",
|
||||
"peekViewResultsMatchForeground": "Peek 뷰 결과 목록에서 라인 노드의 전경색입니다.",
|
||||
"peekViewResultsFileForeground": "Peek 뷰 결과 목록에서 파일 노드의 전경색입니다.",
|
||||
"peekViewResultsSelectionBackground": "Peek 뷰 결과 목록에서 선택된 항목의 배경색입니다.",
|
||||
"peekViewResultsSelectionForeground": "Peek 뷰 결과 목록에서 선택된 항목의 전경색입니다.",
|
||||
"peekViewEditorBackground": "Peek 뷰 편집기의 배경색입니다.",
|
||||
"peekViewEditorGutterBackground": "Peek 뷰 편집기의 거터 배경색입니다.",
|
||||
"peekViewResultsMatchHighlight": "Peek 뷰 결과 목록의 일치 항목 강조 표시 색입니다.",
|
||||
"peekViewEditorMatchHighlight": "Peek 뷰 편집기의 일치 항목 강조 표시 색입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"no result": "결과가 없습니다.",
|
||||
"aria": "'{0}'을(를) '{1}'(으)로 이름을 변경했습니다. 요약: {2}",
|
||||
"rename.failed": "죄송합니다. 이름 바꾸기를 실행하지 못했습니다.",
|
||||
"rename.label": "기호 이름 바꾸기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"renameAriaLabel": "입력 이름을 바꾸세요. 새 이름을 입력한 다음 [Enter] 키를 눌러 커밋하세요."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"smartSelect.grow": "선택 확장",
|
||||
"smartSelect.shrink": "선택 축소"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"arai.alert.snippet": "'{0}'을(를) 적용하여 다음 텍스트가 삽입되었습니다.\n {1}",
|
||||
"suggest.trigger.label": "제안 항목 트리거"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"editorSuggestWidgetBackground": "제안 위젯의 배경색입니다.",
|
||||
"editorSuggestWidgetBorder": "제안 위젯의 테두리 색입니다.",
|
||||
"editorSuggestWidgetForeground": "제안 위젯의 전경색입니다.",
|
||||
"editorSuggestWidgetSelectedBackground": "제한 위젯에서 선택된 항목의 배경색입니다.",
|
||||
"editorSuggestWidgetHighlightForeground": "제안 위젯의 일치 항목 강조 표시 색입니다.",
|
||||
"readMore": "자세히 알아보기...{0}",
|
||||
"suggestionWithDetailsAriaLabel": "{0}, 제안, 세부 정보 있음",
|
||||
"suggestionAriaLabel": "{0}, 제안",
|
||||
"readLess": "간단히 보기...{0}",
|
||||
"suggestWidget.loading": "로드 중...",
|
||||
"suggestWidget.noSuggestions": "제안 항목이 없습니다.",
|
||||
"suggestionAriaAccepted": "{0}, 수락됨",
|
||||
"ariaCurrentSuggestionWithDetails": "{0}, 제안, 세부 정보 있음",
|
||||
"ariaCurrentSuggestion": "{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.
|
||||
{
|
||||
"toggle.tabMovesFocus": "<Tab> 키로 포커스 이동 설정/해제"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"wordHighlight": "변수 읽기와 같은 읽기 액세스 중 기호의 배경색입니다.",
|
||||
"wordHighlightStrong": "변수에 쓰기와 같은 쓰기 액세스 중 기호의 배경색입니다.",
|
||||
"overviewRulerWordHighlightForeground": "기호 강조 표시의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRulerWordHighlightStrongForeground": "쓰기 권한 기호 강조 표시의 개요 눈금자 마커 색입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"label.close": "닫기"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"invalid.language": "`contributes.{0}.language`에 알 수 없는 언어가 있습니다. 제공된 값: {1}",
|
||||
"invalid.scopeName": "`contributes.{0}.scopeName`에 문자열이 필요합니다. 제공된 값: {1}",
|
||||
"invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
|
||||
"invalid.injectTo": "`contributes.{0}.injectTo`의 값이 잘못되었습니다. 언어 범위 이름 배열이어야 합니다. 제공된 값: {1}",
|
||||
"invalid.embeddedLanguages": "`contributes.{0}.embeddedLanguages` 값이 잘못되었습니다. 범위 이름에서 언어까지의 개체 맵이어야 합니다. 제공된 값: {1}",
|
||||
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
|
||||
"no-tm-grammar": "이 언어에 대해 등록된 TM 문법이 없습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"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]+)$/` 패턴과 일치해야 합니다."
|
||||
}
|
||||
13
i18n/kor/src/vs/editor/node/textMate/TMGrammars.i18n.json
Normal file
13
i18n/kor/src/vs/editor/node/textMate/TMGrammars.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.
|
||||
{
|
||||
"vscode.extension.contributes.grammars": "textmate 토크나이저를 적용합니다.",
|
||||
"vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 식별자입니다.",
|
||||
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다.",
|
||||
"vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './syntaxes/'로 시작합니다.",
|
||||
"vscode.extension.contributes.grammars.embeddedLanguages": "이 문법에 포함된 언어가 있는 경우 언어 ID에 대한 범위 이름의 맵입니다.",
|
||||
"vscode.extension.contributes.grammars.injectTo": "이 문법이 삽입되는 언어 범위 이름 목록입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"titleAndKb": "{0}({1})"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"requirearray": "메뉴 항목은 배열이어야 합니다.",
|
||||
"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"optstring": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다.",
|
||||
"vscode.extension.contributes.menuItem.command": "실행할 명령의 식별자입니다. 명령은 '명령' 섹션에 선언되어야 합니다.",
|
||||
"vscode.extension.contributes.menuItem.alt": "실행할 대체 명령의 식별자입니다. 명령은 '명령' 섹션에 선언되어야 합니다.",
|
||||
"vscode.extension.contributes.menuItem.when": "이 항목을 표시하기 위해 true여야 하는 조건입니다.",
|
||||
"vscode.extension.contributes.menuItem.group": "이 명령이 속하는 그룹입니다.",
|
||||
"vscode.extension.contributes.menus": "편집기에 메뉴 항목을 적용합니다.",
|
||||
"menus.commandPalette": "명령 팔레트",
|
||||
"menus.editorTitle": "편집기 제목 메뉴",
|
||||
"menus.editorContext": "편집기 상황에 맞는 메뉴",
|
||||
"menus.explorerContext": "파일 탐색기 상황에 맞는 메뉴",
|
||||
"menus.editorTabContext": "편집기 탭 상황에 맞는 메뉴",
|
||||
"menus.debugCallstackContext": "디버그 호출 스택 상황에 맞는 메뉴",
|
||||
"menus.scmTitle": "소스 제어 제목 메뉴",
|
||||
"menus.resourceGroupContext": "소스 제어 리소스 그룹 상황에 맞는 메뉴",
|
||||
"menus.resourceStateContext": "소스 제어 리소스 상태 상황에 맞는 메뉴",
|
||||
"view.viewTitle": "기여 조회 제목 메뉴",
|
||||
"view.itemContext": "기여 조회 항목 상황에 맞는 메뉴",
|
||||
"nonempty": "비어 있지 않은 값이 필요합니다.",
|
||||
"opticon": "`icon` 속성은 생략할 수 있거나 문자열 또는 리터럴(예: `{dark, light}`)이어야 합니다.",
|
||||
"requireStringOrObject": "`{0}` 속성은 필수이며 `string` 또는 `object` 형식이어야 합니다.",
|
||||
"requirestrings": "`{0}` 및 `{1}` 속성은 필수이며 `string` 형식이어야 합니다.",
|
||||
"vscode.extension.contributes.commandType.command": "실행할 명령의 식별자",
|
||||
"vscode.extension.contributes.commandType.title": "명령이 UI에 표시되는 제목입니다.",
|
||||
"vscode.extension.contributes.commandType.category": "(선택 사항) UI에서 명령별 범주 문자열을 그룹화합니다.",
|
||||
"vscode.extension.contributes.commandType.icon": "(선택 사항) UI에서 명령을 나타내는 데 사용되는 아이콘입니다. 파일 경로 또는 테마 지정 가능 구성입니다.",
|
||||
"vscode.extension.contributes.commandType.icon.light": "밝은 테마가 사용될 경우의 아이콘 경로입니다.",
|
||||
"vscode.extension.contributes.commandType.icon.dark": "어두운 테마가 사용될 경우의 아이콘 경로입니다.",
|
||||
"vscode.extension.contributes.commands": "명령 팔레트에 명령을 적용합니다.",
|
||||
"dup": "`명령` 섹션에 `{0}` 명령이 여러 번 나타납니다.",
|
||||
"menuId.invalid": "`{0}`은(는) 유효한 메뉴 식별자가 아닙니다.",
|
||||
"missing.command": "메뉴 항목이 '명령' 섹션에 정의되지 않은 `{0}` 명령을 참조합니다.",
|
||||
"missing.altCommand": "메뉴 항목이 '명령' 섹션에 정의되지 않은 alt 명령 `{0}`을(를) 참조합니다.",
|
||||
"dupe.command": "메뉴 항목이 동일한 명령을 기본값과 alt 명령으로 참조합니다.",
|
||||
"nosupport.altCommand": "죄송합니다. 현재 '편집기/제목' 메뉴의 '탐색' 그룹만 alt 명령을 지원합니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"defaultConfigurations.title": "기본 구성 재정의",
|
||||
"overrideSettings.description": "{0} 언어에 대해 재정의할 편집기 설정을 구성합니다.",
|
||||
"overrideSettings.defaultDescription": "언어에 대해 재정의할 편집기 설정을 구성합니다.",
|
||||
"config.property.languageDefault": "'{0}'을(를) 등록할 수 없습니다. 이는 언어별 편집기 설정을 설명하는 속성 패턴인 '\\\\[.*\\\\]$'과(와) 일치합니다. 'configurationDefaults' 기여를 사용하세요.",
|
||||
"config.property.duplicate": "'{0}'을(를) 등록할 수 없습니다. 이 속성은 이미 등록되어 있습니다."
|
||||
}
|
||||
33
i18n/kor/src/vs/platform/environment/node/argv.i18n.json
Normal file
33
i18n/kor/src/vs/platform/environment/node/argv.i18n.json
Normal file
@@ -0,0 +1,33 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"gotoValidation": "`--goto` 모드에서 인수는 `FILE(:LINE(:CHARACTER))` 형식이어야 합니다.",
|
||||
"diff": "두 파일을 서로 비교합니다.",
|
||||
"add": "마지막 활성 창에 폴더를 추가합니다.",
|
||||
"goto": "지정된 줄과 문자 위치에 있는 경로의 파일을 엽니다.",
|
||||
"locale": "사용할 로캘(예: en-US 또는 zh-TW)입니다.",
|
||||
"newWindow": "Code의 새 인스턴스를 강제 적용합니다.",
|
||||
"performance": "'Developer: Startup Performance' 명령을 사용하여 시작합니다.",
|
||||
"prof-startup": "시작하는 동안 CPU 프로파일러 실행",
|
||||
"reuseWindow": "마지막 활성 창에서 파일 또는 폴더를 강제로 엽니다.",
|
||||
"userDataDir": "사용자 데이터가 저장되는 디렉터리를 지정합니다(루트로 실행할 경우 유용함).",
|
||||
"verbose": "자세한 정보 표시를 출력합니다(--wait를 의미).",
|
||||
"wait": "창이 닫힐 때까지 기다린 후 돌아갑니다.",
|
||||
"extensionHomePath": "확장의 루트 경로를 설정합니다.",
|
||||
"listExtensions": "설치된 확장을 나열합니다.",
|
||||
"showVersions": "#NAME?",
|
||||
"installExtension": "확장을 설치합니다.",
|
||||
"uninstallExtension": "확장을 제거합니다.",
|
||||
"experimentalApis": "확장에 대해 제안된 API 기능을 사용하도록 설정합니다.",
|
||||
"disableExtensions": "설치된 모든 확장을 사용하지 않도록 설정합니다.",
|
||||
"disableGPU": "GPU 하드웨어 가속을 사용하지 않도록 설정합니다.",
|
||||
"version": "버전을 출력합니다.",
|
||||
"help": "사용법을 출력합니다.",
|
||||
"usage": "사용법",
|
||||
"options": "옵션",
|
||||
"paths": "경로",
|
||||
"optionsUpperCase": "옵션"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"noWorkspace": "작업 영역이 없습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"extensions": "확장",
|
||||
"preferences": "기본 설정"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"notFound": "확장을 찾을 수 없습니다.",
|
||||
"noCompatible": "이 버전의 Code에서 {0}의 호환 버전을 찾을 수 없습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"invalidManifest": "잘못된 확장: package.json이 JSON 파일이 아닙니다.",
|
||||
"restartCode": "{0}을(를) 다시 설치하기 전에 Code를 다시 시작하세요.",
|
||||
"installDependeciesConfirmation": "'{0}'을(를) 설치하면 종속성도 설치됩니다. 계속할까요?",
|
||||
"install": "예",
|
||||
"doNotInstall": "아니요",
|
||||
"uninstallDependeciesConfirmation": "'{0}'만 제거할까요, 아니면 종속성도 제거할까요?",
|
||||
"uninstallOnly": "만",
|
||||
"uninstallAll": "모두",
|
||||
"cancel": "취소",
|
||||
"uninstallConfirmation": "'{0}'을(를) 제거할까요?",
|
||||
"ok": "확인",
|
||||
"singleDependentError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}'이(가) 이 확장에 종속됩니다.",
|
||||
"twoDependentsError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}' 및 '{2}'이(가) 이 확장에 종속됩니다.",
|
||||
"multipleDependentsError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}', '{2}' 등이 이 확장에 종속됩니다.",
|
||||
"notExists": "확장을 찾을 수 없음"
|
||||
}
|
||||
@@ -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}."
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.engines.vscode": "VS Code 확장의 경우, 확장이 호환되는 VS Code 버전을 지정합니다. *일 수 없습니다. 예를 들어 ^0.10.5는 최소 VS Code 버전인 0.10.5와 호환됨을 나타냅니다.",
|
||||
"vscode.extension.publisher": "VS Code 확장의 게시자입니다.",
|
||||
"vscode.extension.displayName": "VS Code 갤러리에 사용되는 확장의 표시 이름입니다.",
|
||||
"vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.",
|
||||
"vscode.extension.galleryBanner": "VS Code 마켓플레이스에 사용되는 배너입니다.",
|
||||
"vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.",
|
||||
"vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.",
|
||||
"vscode.extension.contributes": "이 패키지에 표시된 VS Code 확장의 전체 기여입니다.",
|
||||
"vscode.extension.preview": "마켓플레이스에서 Preview로 플래그 지정할 확장을 설정합니다.",
|
||||
"vscode.extension.activationEvents": "VS Code 확장에 대한 활성화 이벤트입니다.",
|
||||
"vscode.extension.activationEvents.onLanguage": "지정된 언어로 확인되는 파일을 열 때마다 활성화 이벤트가 발송됩니다.",
|
||||
"vscode.extension.activationEvents.onCommand": "지정된 명령을 호출할 때마다 활성화 이벤트가 발송됩니다.",
|
||||
"vscode.extension.activationEvents.onDebug": "지정된 유형의 디버깅 세션을 시작할 때마다 활성화 알림이 발송됩니다.",
|
||||
"vscode.extension.activationEvents.workspaceContains": "지정된 glob 패턴과 일치하는 파일이 하나 이상 있는 폴더를 열 때마다 활성화 알림이 발송됩니다.",
|
||||
"vscode.extension.activationEvents.onView": "지정된 뷰가 확장될 때마다 활성화 이벤트가 내보내 집니다.",
|
||||
"vscode.extension.activationEvents.star": "VS Code 시작 시 활성화 이벤트가 발송됩니다. 훌륭한 최종 사용자 경험을 보장하려면 사용 케이스에서 다른 활성화 이벤트 조합이 작동하지 않을 때에만 확장에서 이 활성화 이벤트를 사용하세요.",
|
||||
"vscode.extension.badges": "마켓플레이스 확장 페이지의 사이드바에 표시할 배지의 배열입니다.",
|
||||
"vscode.extension.badges.url": "배지 이미지 URL입니다.",
|
||||
"vscode.extension.badges.href": "배지 링크입니다.",
|
||||
"vscode.extension.badges.description": "배지 설명입니다.",
|
||||
"vscode.extension.extensionDependencies": "다른 확장에 대한 종속성입니다. 확장 식별자는 항상 ${publisher}.${name}입니다(예: vscode.csharp).",
|
||||
"vscode.extension.scripts.prepublish": "패키지가 VS Code 확장 형태로 게시되기 전에 스크립트가 실행되었습니다.",
|
||||
"vscode.extension.icon": "128x128 픽셀 아이콘의 경로입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"versionSyntax": "`engines.vscode` 값 {0}을(를) 구문 분석할 수 없습니다. ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x 등을 사용하세요.",
|
||||
"versionSpecificity1": "`engines.vscode`({0})에 지정된 버전이 명확하지 않습니다. vscode 버전이 1.0.0 이전이면 최소한 원하는 주 버전과 부 버전을 정의하세요( 예: ^0.10.0, 0.10.x, 0.11.0 등).",
|
||||
"versionSpecificity2": "`engines.vscode`({0})에 지정된 버전이 명확하지 않습니다. vscode 버전이 1.0.0 이후이면 최소한 원하는 주 버전을 정의하세요(예: ^1.10.0, 1.10.x, 1.x.x, 2.x.x 등).",
|
||||
"versionMismatch": "확장이 Code {0}과(와) 호환되지 않습니다. 확장에 {1}이(가) 필요합니다.",
|
||||
"extensionDescription.empty": "가져온 확장 설명이 비어 있습니다.",
|
||||
"extensionDescription.publisher": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"extensionDescription.name": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"extensionDescription.version": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"extensionDescription.engines": "속성 `{0}`은(는) 필수이며 `object` 형식이어야 합니다.",
|
||||
"extensionDescription.engines.vscode": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
|
||||
"extensionDescription.extensionDependencies": "속성 `{0}`은(는) 생략할 수 있으며 `string[]` 형식이어야 합니다.",
|
||||
"extensionDescription.activationEvents1": "속성 `{0}`은(는) 생략할 수 있으며 `string[]` 형식이어야 합니다.",
|
||||
"extensionDescription.activationEvents2": "속성 `{0}` 및 `{1}`은(는) 둘 다 지정하거나 둘 다 생략해야 합니다.",
|
||||
"extensionDescription.main1": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다.",
|
||||
"extensionDescription.main2": "확장의 폴더({1}) 내에 포함할 `main`({0})이 필요합니다. 이로 인해 확장이 이식 불가능한 상태가 될 수 있습니다.",
|
||||
"extensionDescription.main3": "속성 `{0}` 및 `{1}`은(는) 둘 다 지정하거나 둘 다 생략해야 합니다.",
|
||||
"notSemver": "확장 버전이 semver와 호환되지 않습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"newWindow": "새 창",
|
||||
"newWindowDesc": "새 창을 엽니다.",
|
||||
"recentFolders": "최근 작업 영역",
|
||||
"folderDesc": "{0} {1}",
|
||||
"codeWorkspace": "코드 작업 영역"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"integrity.ok": "확인",
|
||||
"integrity.dontShowAgain": "다시 표시 안 함",
|
||||
"integrity.moreInfo": "추가 정보",
|
||||
"integrity.prompt": "{0} 설치가 손상된 것 같습니다. 다시 설치하세요."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"contributes.jsonValidation": "json 스키마 구성을 적용합니다.",
|
||||
"contributes.jsonValidation.fileMatch": "일치할 파일 패턴(예: \"package.json\" 또는 \"*.launch\")입니다.",
|
||||
"contributes.jsonValidation.url": "스키마 URL('http:', 'https:') 또는 확장 폴더에 대한 상대 경로('./')입니다.",
|
||||
"invalid.jsonValidation": "'configuration.jsonValidation'은 배열이어야 합니다.",
|
||||
"invalid.fileMatch": "'configuration.jsonValidation.fileMatch'를 정의해야 합니다.",
|
||||
"invalid.url": "'configuration.jsonValidation.url'은 URL 또는 상대 경로여야 합니다.",
|
||||
"invalid.url.fileschema": "'configuration.jsonValidation.url'이 잘못된 상대 URL입니다. {0}",
|
||||
"invalid.url.schema": "확장에 있는 스키마를 참조하려면 'configuration.jsonValidation.url'이 'http:', 'https:' 또는 './'로 시작해야 합니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"first.chord": "({0})을(를) 눌렀습니다. 둘째 키는 잠시 기다렸다가 누르세요.",
|
||||
"missing.chord": "키 조합({0}, {1})은 명령이 아닙니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"ctrlKey": "<Ctrl>",
|
||||
"shiftKey": "<Shift>",
|
||||
"altKey": "<Alt>",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "컨트롤",
|
||||
"shiftKey.long": "<Shift>",
|
||||
"altKey.long": "<Alt>",
|
||||
"cmdKey.long": "명령",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ProblemPatternParser.loopProperty.notLast": "loop 속성은 마지막 줄 검사기에서만 지원됩니다.",
|
||||
"ProblemPatternParser.problemPattern.missingRegExp": "문제 패턴에 정규식이 없습니다.",
|
||||
"ProblemPatternParser.problemPattern.missingProperty": "문제 패턴이 잘못되었습니다. 하나 이상의 파일, 메시지 및 줄 또는 위치 일치 그룹을 포함해야 합니다.",
|
||||
"ProblemPatternParser.invalidRegexp": "오류: {0} 문자열은 유효한 정규식이 아닙니다.\n",
|
||||
"ProblemPatternSchema.regexp": "출력에서 오류, 경고 또는 정보를 찾는 정규식입니다.",
|
||||
"ProblemPatternSchema.file": "파일 이름의 일치 그룹 인덱스입니다. 생략된 경우 1이 사용됩니다.",
|
||||
"ProblemPatternSchema.location": "문제 위치의 일치 그룹 인덱스입니다. 유효한 위치 패턴은 (line), (line,column) 및 (startLine,startColumn,endLine,endColumn)입니다. 생략하면 (line,column)이 사용됩니다.",
|
||||
"ProblemPatternSchema.line": "문제 줄의 일치 그룹 인덱스입니다. 기본값은 2입니다.",
|
||||
"ProblemPatternSchema.column": "문제의 줄바꿈 문자의 일치 그룹 인덱스입니다. 기본값은 3입니다.",
|
||||
"ProblemPatternSchema.endLine": "문제 끝 줄의 일치 그룹 인덱스입니다. 기본적으로 정의되지 않습니다.",
|
||||
"ProblemPatternSchema.endColumn": "문제의 끝 줄바꿈 문자의 일치 그룹 인덱스입니다. 기본값은 정의되지 않았습니다.",
|
||||
"ProblemPatternSchema.severity": "문제 심각도의 일치 그룹 인덱스입니다. 기본적으로 정의되지 않습니다.",
|
||||
"ProblemPatternSchema.code": "문제 코드의 일치 그룹 인덱스입니다. 기본적으로 정의되지 않습니다.",
|
||||
"ProblemPatternSchema.message": "메시지의 일치 그룹 인덱스입니다. 생략된 경우 기본값은 위치가 지정된 경우 4이고, 그렇지 않으면 5입니다.",
|
||||
"ProblemPatternSchema.loop": "여러 줄 선택기 루프에서는 이 패턴이 일치할 경우 루프에서 패턴을 실행할지 여부를 나타냅니다. 여러 줄 패턴의 마지막 패턴에 대해서만 지정할 수 있습니다.",
|
||||
"NamedProblemPatternSchema.name": "문제 패턴의 이름입니다.",
|
||||
"NamedMultiLineProblemPatternSchema.name": "여러 줄 문제 패턴의 이름입니다.",
|
||||
"NamedMultiLineProblemPatternSchema.patterns": "실제 패턴입니다.",
|
||||
"ProblemPatternExtPoint": "문제 패턴을 제공합니다.",
|
||||
"ProblemPatternRegistry.error": "잘못된 문제 패턴입니다. 패턴이 무시됩니다.",
|
||||
"ProblemMatcherParser.noProblemMatcher": "오류: 설명을 문제 선택기로 변환할 수 없습니다.\n{0}\n",
|
||||
"ProblemMatcherParser.noProblemPattern": "오류: 설명에서 유효한 문제 패턴을 정의하지 않습니다.\n{0}\n",
|
||||
"ProblemMatcherParser.noOwner": "오류: 설명에서 소유자를 정의하지 않습니다.\n{0}\n",
|
||||
"ProblemMatcherParser.noFileLocation": "오류: 설명에서 파일 위치를 정의하지 않습니다.\n{0}\n",
|
||||
"ProblemMatcherParser.unknownSeverity": "정보: 알 수 없는 심각도 {0}. 유효한 값은 오류, 경고 및 정보입니다.\n",
|
||||
"ProblemMatcherParser.noDefinedPatter": "오류: 식별자가 {0}인 패턴이 없습니다.",
|
||||
"ProblemMatcherParser.noIdentifier": "오류: 패턴 속성이 빈 식별자를 참조합니다.",
|
||||
"ProblemMatcherParser.noValidIdentifier": "오류: 패턴 속성 {0}이(가) 유효한 패턴 변수 이름이 아닙니다.",
|
||||
"ProblemMatcherParser.problemPattern.watchingMatcher": "문제 검사기에서 감시 시작 패턴과 종료 패턴을 모두 정의해야 합니다.",
|
||||
"ProblemMatcherParser.invalidRegexp": "오류: {0} 문자열은 유효한 정규식이 아닙니다.\n",
|
||||
"WatchingPatternSchema.regexp": "백그라운드 작업의 시작 또는 종료를 감지하는 정규식입니다.",
|
||||
"WatchingPatternSchema.file": "파일 이름의 일치 그룹 인덱스이며 생략할 수 있습니다.",
|
||||
"PatternTypeSchema.name": "제공되거나 미리 정의된 패턴의 이름",
|
||||
"PatternTypeSchema.description": "문제 패턴 또는 제공되거나 미리 정의된 문제 패턴의 이름입니다. 기본이 지정된 경우 생략할 수 있습니다.",
|
||||
"ProblemMatcherSchema.base": "사용할 기본 문제 선택기의 이름입니다.",
|
||||
"ProblemMatcherSchema.owner": "Code 내부의 문제 소유자입니다. 기본값을 지정한 경우 생략할 수 있습니다. 기본값을 지정하지 않고 생략한 경우 기본값은 '외부'입니다.",
|
||||
"ProblemMatcherSchema.severity": "캡처 문제에 대한 기본 심각도입니다. 패턴에서 심각도에 대한 일치 그룹을 정의하지 않은 경우에 사용됩니다.",
|
||||
"ProblemMatcherSchema.applyTo": "텍스트 문서에 복된 문제가 열린 문서, 닫힌 문서 또는 모든 문서에 적용되는지를 제어합니다.",
|
||||
"ProblemMatcherSchema.fileLocation": "문제 패턴에 보고된 파일 이름을 해석하는 방법을 정의합니다.",
|
||||
"ProblemMatcherSchema.background": "백그라운드 작업에서 활성 상태인 matcher의 시작과 끝을 추적하는 패턴입니다.",
|
||||
"ProblemMatcherSchema.background.activeOnStart": "true로 설정한 경우 작업이 시작되면 백그라운드 모니터가 활성 모드로 전환됩니다. 이는 beginPattern과 일치하는 줄을 실행하는 것과 같습니다.",
|
||||
"ProblemMatcherSchema.background.beginsPattern": "출력이 일치하는 경우 백그라운드 작업을 시작할 때 신호를 받습니다.",
|
||||
"ProblemMatcherSchema.background.endsPattern": "출력이 일치하는 경우 백그라운드 작업을 끝날 때 신호를 받습니다.",
|
||||
"ProblemMatcherSchema.watching.deprecated": "조사 속성은 사용되지 않습니다. 백그라운드 속성을 대신 사용하세요.",
|
||||
"ProblemMatcherSchema.watching": "조사 matcher의 시작과 끝을 추적하는 패턴입니다.",
|
||||
"ProblemMatcherSchema.watching.activeOnStart": "true로 설정한 경우 작업이 시작되면 선택기가 활성 모드로 전환됩니다. 이는 beginPattern과 일치하는 줄을 실행하는 것과 같습니다.",
|
||||
"ProblemMatcherSchema.watching.beginsPattern": "출력이 일치하는 경우 조사 작업을 시작할 때 신호를 받습니다.",
|
||||
"ProblemMatcherSchema.watching.endsPattern": "출력이 일치하는 경우 조사 작업을 끝날 때 신호를 받습니다.",
|
||||
"LegacyProblemMatcherSchema.watchedBegin.deprecated": "이 속성은 사용되지 않습니다. 대신 감시 속성을 사용하세요.",
|
||||
"LegacyProblemMatcherSchema.watchedBegin": "파일 감시를 통해 트리거되는 감시되는 작업이 시작됨을 나타내는 정규식입니다.",
|
||||
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "이 속성은 사용되지 않습니다. 대신 감시 속성을 사용하세요.",
|
||||
"LegacyProblemMatcherSchema.watchedEnd": "감시되는 작업이 종료됨을 나타내는 정규식입니다.",
|
||||
"NamedProblemMatcherSchema.name": "참조를 위한 문제 선택기의 이름입니다.",
|
||||
"NamedProblemMatcherSchema.label": "사람이 읽을 수 있는 문제 일치기의 레이블입니다.",
|
||||
"ProblemMatcherExtPoint": "문제 선택기를 제공합니다.",
|
||||
"msCompile": "Microsoft 컴파일러 문제",
|
||||
"lessCompile": "문제 적게 보기",
|
||||
"gulp-tsc": "Gulp TSC 문제",
|
||||
"jshint": "JSHint 문제",
|
||||
"jshint-stylish": "JSHint 스타일 문제",
|
||||
"eslint-compact": "ESLint 컴팩트 문제",
|
||||
"eslint-stylish": "ESLint 스타일 문제",
|
||||
"go": "이동 문제"
|
||||
}
|
||||
10
i18n/kor/src/vs/platform/message/common/message.i18n.json
Normal file
10
i18n/kor/src/vs/platform/message/common/message.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.
|
||||
{
|
||||
"close": "닫기",
|
||||
"later": "나중에",
|
||||
"cancel": "취소"
|
||||
}
|
||||
11
i18n/kor/src/vs/platform/request/node/request.i18n.json
Normal file
11
i18n/kor/src/vs/platform/request/node/request.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.
|
||||
{
|
||||
"httpConfigurationTitle": "HTTP",
|
||||
"proxy": "사용할 프록시 설정입니다. 설정되지 않으면 http_proxy 및 https_proxy 환경 변수에서 가져옵니다.",
|
||||
"strictSSL": "제공된 CA 목록에 대해 프록시 서버 인증서를 확인해야 하는지 여부를 나타냅니다.",
|
||||
"proxyAuthorization": "모든 네트워크 요청에 대해 'Proxy-Authorization' 헤더로 보낼 값입니다."
|
||||
}
|
||||
@@ -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.enableTelemetry": "사용 데이터와 오류를 Microsoft에 전송할 수 있습니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"contributes.color": "확장 정의 테마 지정 가능 색을 적용합니다.",
|
||||
"contributes.color.id": "테마 지정 가능 색의 식별자입니다.",
|
||||
"contributes.color.id.format": "식별자는 aa[.bb]* 형식이어야 합니다.",
|
||||
"contributes.color.description": "테마 지정 가능 색에 대한 설명입니다.",
|
||||
"contributes.defaults.light": "밝은 테마의 기본 색입니다. 16진수의 색 값(#RRGGBB[AA]) 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다.",
|
||||
"contributes.defaults.dark": "어두운 테마의 기본 색입니다. 16진수의 색 값(#RRGGBB[AA]) 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다.",
|
||||
"contributes.defaults.highContrast": "고대비 테마의 기본 색상입니다. 기본값을 제공하는 16진수(#RRGGBB[AA])의 색상 값 또는 테마 지정 가능 색의 식별자입니다.",
|
||||
"invalid.colorConfiguration": "'configuration.colors'는 배열이어야 합니다.",
|
||||
"invalid.default.colorType": "{0}은(는) 16진수의 색 값(#RRGGBB[AA] 또는 #RGB[A]) 또는 기본값을 제공하는 테마 지정 가능 색의 식별자입니다.",
|
||||
"invalid.id": "'configuration.colors.id'를 정의해야 하여 비워 둘 수 없습니다.",
|
||||
"invalid.id.format": "'configuration.colors.id'는 단어[.word]* 다음에 와야 합니다.",
|
||||
"invalid.description": "'configuration.colors.description'를 정의해야 하며 비워 둘 수 없습니다.",
|
||||
"invalid.defaults": "'configuration.colors.defaults'를 정의해야 하며 'light', 'dark' 및 'highContrast'를 포함해야 합니다."
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"invalid.color": "잘못된 색 형식입니다. #RGB, #RGBA, #RRGGBB 또는 #RRGGBBAA를 사용하세요.",
|
||||
"schema.colors": "워크벤치에서 사용되는 색입니다.",
|
||||
"foreground": "전체 전경색입니다. 이 색은 구성 요소에서 재정의하지 않은 경우에만 사용됩니다.",
|
||||
"errorForeground": "오류 메시지에 대한 전체 전경색입니다. 이 색은 구성 요소에서 재정의하지 않은 경우에만 사용됩니다.",
|
||||
"descriptionForeground": "레이블과 같이 추가 정보를 제공하는 설명 텍스트의 전경색입니다.",
|
||||
"focusBorder": "포커스가 있는 요소의 전체 테두리 색입니다. 이 색은 구성 요소에서 재정의하지 않은 경우에만 사용됩니다.",
|
||||
"contrastBorder": "더 뚜렷이 대비되도록 요소를 다른 요소와 구분하는 요소 주위의 추가 테두리입니다.",
|
||||
"activeContrastBorder": "더 뚜렷이 대비되도록 요소를 다른 요소와 구분하는 활성 요소 주위의 추가 테두리입니다.",
|
||||
"selectionBackground": "워크벤치의 텍스트 선택(예: 입력 필드 또는 텍스트 영역) 전경색입니다. 편집기 내의 선택에는 적용되지 않습니다.",
|
||||
"textSeparatorForeground": "텍스트 구분자 색상입니다.",
|
||||
"textLinkForeground": "텍스트 내 링크의 전경색입니다.",
|
||||
"textLinkActiveForeground": "텍스트 내 활성 링크의 전경색입니다.",
|
||||
"textPreformatForeground": "미리 서식이 지정된 텍스트 세그먼트의 전경색입니다.",
|
||||
"textBlockQuoteBackground": "텍스트 내 블록 인용의 전경색입니다.",
|
||||
"textBlockQuoteBorder": "텍스트 내 블록 인용의 테두리 색입니다.",
|
||||
"textCodeBlockBackground": "텍스트 내 코드 블록의 전경색입니다.",
|
||||
"widgetShadow": "편집기 내에서 찾기/바꾸기 같은 위젯의 그림자 색입니다.",
|
||||
"inputBoxBackground": "입력 상자 배경입니다.",
|
||||
"inputBoxForeground": "입력 상자 전경입니다.",
|
||||
"inputBoxBorder": "입력 상자 테두리입니다.",
|
||||
"inputBoxActiveOptionBorder": "입력 필드에서 활성화된 옵션의 테두리 색입니다.",
|
||||
"inputPlaceholderForeground": "위치 표시자 텍스트에 대한 입력 상자 전경색입니다.",
|
||||
"inputValidationInfoBackground": "정보 심각도의 입력 유효성 검사 배경색입니다.",
|
||||
"inputValidationInfoBorder": "정보 심각도의 입력 유효성 검사 테두리 색입니다.",
|
||||
"inputValidationWarningBackground": "정보 경고의 입력 유효성 검사 배경색입니다.",
|
||||
"inputValidationWarningBorder": "경고 심각도의 입력 유효성 검사 테두리 색입니다.",
|
||||
"inputValidationErrorBackground": "오류 심각도의 입력 유효성 검사 배경색입니다.",
|
||||
"inputValidationErrorBorder": "오류 심각도의 입력 유효성 검사 테두리 색입니다.",
|
||||
"dropdownBackground": "드롭다운 배경입니다.",
|
||||
"dropdownForeground": "드롭다운 전경입니다.",
|
||||
"dropdownBorder": "드롭다운 테두리입니다.",
|
||||
"listFocusBackground": "목록/트리가 활성 상태인 경우 포커스가 있는 항목의 목록/트리 배경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listFocusForeground": "목록/트리가 활성 상태인 경우 포커스가 있는 항목의 목록/트리 전경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listActiveSelectionBackground": "목록/트리가 활성 상태인 경우 선택한 항목의 목록/트리 배경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listActiveSelectionForeground": "목록/트리가 활성 상태인 경우 선택한 항목의 목록/트리 전경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listInactiveSelectionBackground": "목록/트리가 비활성 상태인 경우 선택한 항목의 목록/트리 배경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listInactiveSelectionForeground": "목록/트리가 비활성 상태인 경우 선택한 항목의 목록/트리 전경색입니다. 목록/트리가 활성 상태이면 키보드 포커스를 가지며, 비활성 상태이면 포커스가 없습니다.",
|
||||
"listHoverBackground": "마우스로 항목을 가리킬 때 목록/트리 배경입니다.",
|
||||
"listHoverForeground": "마우스로 항목을 가리킬 때 목록/트리 전경입니다.",
|
||||
"listDropBackground": "마우스로 항목을 이동할 때 목록/트리 끌어서 놓기 배경입니다.",
|
||||
"highlight": "목록/트리 내에서 검색할 때 일치 항목 강조 표시의 목록/트리 전경색입니다.",
|
||||
"pickerGroupForeground": "그룹화 레이블에 대한 빠른 선택기 색입니다.",
|
||||
"pickerGroupBorder": "그룹화 테두리에 대한 빠른 선택기 색입니다.",
|
||||
"buttonForeground": "단추 기본 전경색입니다.",
|
||||
"buttonBackground": "단추 배경색입니다.",
|
||||
"buttonHoverBackground": "마우스로 가리킬 때 단추 배경색입니다.",
|
||||
"badgeBackground": "배지 배경색입니다. 배지는 검색 결과 수와 같은 소량의 정보 레이블입니다.",
|
||||
"badgeForeground": "배지 전경색입니다. 배지는 검색 결과 수와 같은 소량의 정보 레이블입니다.",
|
||||
"scrollbarShadow": "스크롤되는 보기를 나타내는 스크롤 막대 그림자입니다.",
|
||||
"scrollbarSliderBackground": "스크롤 막대 슬라이버 배경색입니다.",
|
||||
"scrollbarSliderHoverBackground": "마우스로 가리킬 때 스크롤 막대 슬라이더 배경색입니다.",
|
||||
"scrollbarSliderActiveBackground": "활성 상태일 때 스크롤 막대 슬라이더 배경색입니다.",
|
||||
"progressBarBackground": "오래 실행 중인 작업에 대해 표시되는 진행률 표시 막대의 배경색입니다.",
|
||||
"editorBackground": "편집기 배경색입니다.",
|
||||
"editorForeground": "편집기 기본 전경색입니다.",
|
||||
"editorWidgetBackground": "찾기/바꾸기 같은 편집기 위젯의 배경색입니다.",
|
||||
"editorWidgetBorder": "편집기 위젯의 테두리 색입니다. 위젯에 테두리가 있고 위젯이 색상을 무시하지 않을 때만 사용됩니다.",
|
||||
"editorSelectionBackground": "편집기 선택 영역의 색입니다.",
|
||||
"editorSelectionForeground": "고대비를 위한 선택 텍스트의 색입니다.",
|
||||
"editorInactiveSelection": "비활성 편집기 선택 영역의 색입니다.",
|
||||
"editorSelectionHighlight": "선택 영역과 동일한 콘텐츠가 있는 영역의 색입니다.",
|
||||
"editorFindMatch": "현재 검색 일치 항목의 색입니다.",
|
||||
"findMatchHighlight": "기타 검색 일치 항목의 색입니다.",
|
||||
"findRangeHighlight": "검색을 제한하는 영역의 색을 지정합니다.",
|
||||
"hoverHighlight": "호버가 표시된 단어 아래를 강조 표시합니다.",
|
||||
"hoverBackground": "편집기 호버의 배경색.",
|
||||
"hoverBorder": "편집기 호버의 테두리 색입니다.",
|
||||
"activeLinkForeground": "활성 링크의 색입니다.",
|
||||
"diffEditorInserted": "삽입된 텍스트의 배경색입니다.",
|
||||
"diffEditorRemoved": "제거된 텍스트의 배경색입니다.",
|
||||
"diffEditorInsertedOutline": "삽입된 텍스트의 윤곽선 색입니다.",
|
||||
"diffEditorRemovedOutline": "제거된 텍스트의 윤곽선 색입니다.",
|
||||
"mergeCurrentHeaderBackground": "인라인 병합 충돌의 현재 헤더 배경입니다.",
|
||||
"mergeCurrentContentBackground": "인라인 병합 충돌의 현재 콘텐츠 배경입니다.",
|
||||
"mergeIncomingHeaderBackground": "인라인 병합 충돌에서 수신 헤더 배경입니다.",
|
||||
"mergeIncomingContentBackground": "인라인 병합 충돌에서 수신 콘텐츠 배경입니다.",
|
||||
"mergeCommonHeaderBackground": "인라인 병합 충돌의 공통 과거 헤더 배경입니다.",
|
||||
"mergeCommonContentBackground": "인라인 병합 충돌의 공통 과거 콘텐츠 배경입니다.",
|
||||
"mergeBorder": "인라인 병합 충돌에서 헤더 및 스플리터의 테두리 색입니다.",
|
||||
"overviewRulerCurrentContentForeground": "인라인 병합 충돌에서 현재 개요 눈금 전경색입니다.",
|
||||
"overviewRulerIncomingContentForeground": "인라인 병합 충돌에서 수신 개요 눈금 전경색입니다.",
|
||||
"overviewRulerCommonContentForeground": "인라인 병합 충돌에서 공통 과거 개요 눈금 전경색입니다.",
|
||||
"overviewRulerFindMatchForeground": "찾기 일치 항목의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRulerSelectionHighlightForeground": "선택 영역 강조 표시의 개요 눈금자 마커 색입니다."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"codeWorkspace": "코드 작업 영역",
|
||||
"untitledWorkspace": "제목 없음(작업 영역)",
|
||||
"workspaceNameVerbose": "{0}(작업 영역)",
|
||||
"workspaceName": "{0}(작업 영역)"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user