mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
11
i18n/kor/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/kor/extensions/git/out/autofetch.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"not now": "나중에",
|
||||
"suggest auto fetch": "Git 리포지토리 자동 페치하기를 사용하도록 설정하시겠습니까?"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -9,9 +9,12 @@
|
||||
"create branch": "$(plus) 새 분기 생성",
|
||||
"repourl": "리포지토리 URL",
|
||||
"parent": "부모 디렉터리",
|
||||
"cancel": "$(sync~spin) 리포지토리를 복제하는 중... 취소하려면 클릭하세요.",
|
||||
"cancel tooltip": "복제 취소",
|
||||
"cloning": "Git 리포지토리를 복제하는 중...",
|
||||
"openrepo": "리포지토리 열기",
|
||||
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
|
||||
"init": "Git 리포지토리를 초기화할 작업 영역 폴더 선택",
|
||||
"init repo": "리포지토리 초기화",
|
||||
"create repo": "리포지토리 초기화",
|
||||
"are you sure": "'{0}'에서 Git 리포지토리가 만들어집니다. 계속하시겠습니까?",
|
||||
@@ -49,12 +52,15 @@
|
||||
"select branch to delete": "삭제할 분기 선택",
|
||||
"confirm force delete branch": "'{0}' 분기가 완벽히 병합되지 않았습니다. 그래도 삭제할까요?",
|
||||
"delete branch": "분기 삭제",
|
||||
"invalid branch name": "잘못된 분기 이름",
|
||||
"branch already exists": "이름이 '{0}'인 분기가 이미 있습니다.",
|
||||
"select a branch to merge from": "병합할 분기 선택",
|
||||
"merge conflicts": "병합 충돌이 있습니다. 해결한 후 계속하십시오.",
|
||||
"tag name": "태그 이름",
|
||||
"provide tag name": "태그 이름을 입력하세요.",
|
||||
"tag message": "메시지",
|
||||
"provide tag message": "태그에 주석을 달 메시지를 입력하세요.",
|
||||
"no remotes to fetch": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
|
||||
"no remotes to pull": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
|
||||
"pick remote pull repo": "분기를 가져올 원격 선택",
|
||||
"no remotes to push": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"looking": "다음에서 git을 찾는 중: {0}",
|
||||
"using git": "{1}에서 git {0}을(를) 사용하는 중",
|
||||
"updateGit": "Git 업데이트",
|
||||
"downloadgit": "Git 다운로드",
|
||||
"neverShowAgain": "다시 표시 안 함",
|
||||
"notfound": "Git을 찾을 수 없습니다. 'git.path'를 사용하여 Git을 설치하거나 구성합니다.",
|
||||
"updateGit": "Git 업데이트",
|
||||
"git20": "Git {0}이(가) 설치된 것 같습니다. 코드는 2 이하의 Git에서 최적으로 작동합니다."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -21,6 +21,7 @@
|
||||
"deleted by us": "본인이 삭제함",
|
||||
"both added": "둘 다 추가됨",
|
||||
"both modified": "둘 다 수정됨",
|
||||
"commitMessage": "메시지(커밋하려면 {0} 누르기)",
|
||||
"commit": "커밋",
|
||||
"merge changes": "변경 내용 병합",
|
||||
"staged changes": "스테이징된 변경 내용",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user