mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"previewOnGitHub": "GitHub에서 미리 보기",
|
||||
"loadingData": "데이터 로드 중...",
|
||||
"similarIssues": "유사한 문제",
|
||||
"open": "열기",
|
||||
"closed": "닫힘",
|
||||
"noResults": "결과 없음",
|
||||
"settingsSearchIssue": "설정 검색 문제",
|
||||
"bugReporter": "버그 보고서",
|
||||
"performanceIssue": "성능 문제",
|
||||
"featureRequest": "기능 요청",
|
||||
"stepsToReproduce": "재현 단계",
|
||||
"bugDescription": "문제를 안정적으로 재현시킬 수 있는 방법을 공유해주세요. 실제 결과와 예상 결과를 포함하세요. GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",
|
||||
"performanceIssueDesciption": "이 성능 문제가 언제 발생합니까? 시작할 때 발생합니까? 특정 작업을 진행한 이후에 발생합니까? GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",
|
||||
"description": "설명",
|
||||
"featureRequestDescription": "보고 싶어하는 기능을 설명해주세요. GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",
|
||||
"expectedResults": "예상 결과",
|
||||
"settingsSearchResultsDescription": "이 쿼리를 검색할 때 기대했던 결과의 목록을 알려주세요. GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",
|
||||
"pasteData": "너무 커서 보낼 수 없었기 때문에 필요한 데이터를 클립보드에 썼습니다. 붙여 넣으세요.",
|
||||
"disabledExtensions": "확장을 사용할 수 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"completeInEnglish": "양식을 영어로 작성해 주세요.",
|
||||
"issueTypeLabel": "이것은",
|
||||
"issueTitleLabel": "제목",
|
||||
"issueTitleRequired": "제목을 입력하세요.",
|
||||
"titleLengthValidation": "제목이 너무 깁니다.",
|
||||
"systemInfo": "내 시스템 정보",
|
||||
"sendData": "내 데이터 보내기",
|
||||
"processes": "현재 실행 중인 프로세스",
|
||||
"workspaceStats": "내 작업 영역 통계",
|
||||
"extensions": "내 확장",
|
||||
"searchedExtensions": "검색된 확장",
|
||||
"settingsSearchDetails": "설정 검색 세부 정보",
|
||||
"tryDisablingExtensions": "확장을 사용하지 않도록 설정해도 문제 재현이 가능한가요?",
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"disableExtensionsLabelText": "{0} 후 문제를 재현해 보세요.",
|
||||
"disableExtensions": "모든 확장을 사용하지 않도록 설정하고 창 다시 로드",
|
||||
"showRunningExtensionsLabelText": "확장 문제로 의심되면 {0}에서 확장에 대한 문제를 보고하세요.",
|
||||
"showRunningExtensions": "모든 실행 중인 확장 보기",
|
||||
"details": "상세 내용을 입력하세요.",
|
||||
"loadingData": "데이터 로드 중..."
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"authRequire": "프록시 인증 필요",
|
||||
"proxyauth": "프록시 {0}에 인증이 필요합니다."
|
||||
}
|
||||
20
i18n/kor/src/vs/code/electron-main/logUploader.i18n.json
Normal file
20
i18n/kor/src/vs/code/electron-main/logUploader.i18n.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"invalidEndpoint": "잘못된 로그 업로더 끝점",
|
||||
"beginUploading": "업로드 중...",
|
||||
"didUploadLogs": "업로드 성공. 로그 파일 ID: {0}",
|
||||
"logUploadPromptHeader": "Microsoft의 VS Code 팀만 액세스할 수 있는 안전한 Microsoft 끝점에 세션 로그를 업로드하려고 합니다.",
|
||||
"logUploadPromptBody": "세션 로그에 전체 경로, 파일 내용 등과 같은 개인 정보가 포함되어 있을 수 있습니다. 다음에서 세션 로그 파일을 검토하고 편집하세요. '{0}'",
|
||||
"logUploadPromptBodyDetails": "계속하면 세션 로그 파일을 검토하고 수정했으며 Microsoft에서 이 파일을 사용하여 VS Code를 디버그하는 데 동의한다고 확인하게 됩니다.",
|
||||
"logUploadPromptAcceptInstructions": "업로드를 계속하려면 '--upload-logs={0}'을(를) 사용하여 코드를 실행하세요.",
|
||||
"postError": "로그를 게시하는 동안 오류가 발생했습니다. {0}",
|
||||
"responseError": "로그를 게시하는 동안 오류가 발생했습니다. {0} — {1} 받음",
|
||||
"parseError": "응답을 구문 분석하는 동안 오류가 발생했습니다.",
|
||||
"zipError": "로그를 압축하는 동안 오류가 발생했습니다. {0}"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"secondInstanceNoResponse": "{0}의 다른 인스턴스가 실행 중이지만 응답하지 않음",
|
||||
"secondInstanceNoResponseDetail": "다른 인스턴스를 모두 닫고 다시 시도하세요.",
|
||||
"secondInstanceAdmin": "{0}의 두 번째 인스턴스가 이미 관리자 권한으로 실행되고 있습니다.",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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)",
|
||||
@@ -88,8 +90,10 @@
|
||||
"miMarker": "문제(&&P)",
|
||||
"miAdditionalViews": "추가 뷰(&&V)",
|
||||
"miCommandPalette": "명령 팔레트(&&C)...",
|
||||
"miOpenView": "뷰 열기(&&O)...",
|
||||
"miToggleFullScreen": "전체 화면 설정/해제(&&F)",
|
||||
"miToggleZenMode": "Zen 모드 설정/해제",
|
||||
"miToggleCenteredLayout": "가운데 맞춤된 레이아웃 설정/해제",
|
||||
"miToggleMenuBar": "메뉴 모음 설정/해제(&&B)",
|
||||
"miSplitEditor": "편집기 분할(&&E)",
|
||||
"miToggleEditorLayout": "편집기 그룹 레이아웃 설정/해제(&&L)",
|
||||
@@ -178,13 +182,11 @@
|
||||
"miConfigureTask": "작업 구성(&&C)...",
|
||||
"miConfigureBuildTask": "기본 빌드 작업 구성(&&F)...",
|
||||
"accessibilityOptionsWindowTitle": "접근성 옵션",
|
||||
"miRestartToUpdate": "다시 시작하여 업데이트...",
|
||||
"miCheckForUpdates": "업데이트 확인...",
|
||||
"miCheckingForUpdates": "업데이트를 확인하는 중...",
|
||||
"miDownloadUpdate": "사용 가능한 업데이트 다운로드",
|
||||
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
|
||||
"miInstallUpdate": "업데이트 설치...",
|
||||
"miInstallingUpdate": "업데이트를 설치하는 중...",
|
||||
"miCheckForUpdates": "업데이트 확인...",
|
||||
"aboutDetail": "버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
|
||||
"okButton": "확인",
|
||||
"copy": "복사(&&C)"
|
||||
"miRestartToUpdate": "다시 시작하여 업데이트..."
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"hiddenMenuBar": "**Alt** 키를 눌러 메뉴 모음에 계속 액세스할 수 있습니다."
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"hiddenMenuBar": "<Alt> 키를 눌러 메뉴 모음에 계속 액세스할 수 있습니다."
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"ok": "확인",
|
||||
"pathNotExistTitle": "경로가 없습니다.",
|
||||
"pathNotExistDetail": "'{0}' 경로가 디스크에 더 이상 없는 것 같습니다.",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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})를 사용하세요.",
|
||||
|
||||
Reference in New Issue
Block a user