mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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.
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
@@ -33,8 +33,10 @@
|
||||
"command.checkout": "다음으로 체크 아웃...",
|
||||
"command.branch": "분기 만들기...",
|
||||
"command.deleteBranch": "분기 삭제...",
|
||||
"command.renameBranch": "분기 이름 바꾸기...",
|
||||
"command.merge": "분기 병합...",
|
||||
"command.createTag": "태그 생성",
|
||||
"command.fetch": "페치",
|
||||
"command.pull": "풀",
|
||||
"command.pullRebase": "풀(다시 지정)",
|
||||
"command.pullFrom": "가져올 위치...",
|
||||
@@ -42,9 +44,11 @@
|
||||
"command.pushTo": "다음으로 푸시...",
|
||||
"command.pushWithTags": "태그로 푸시",
|
||||
"command.sync": "동기화",
|
||||
"command.syncRebase": "동기화(다시 지정)",
|
||||
"command.publish": "분기 게시",
|
||||
"command.showOutput": "Git 출력 표시",
|
||||
"command.ignore": ".gitignore에 파일 추가",
|
||||
"command.stashIncludeUntracked": "스태시(미추적 포함)",
|
||||
"command.stash": "스태시",
|
||||
"command.stashPop": "스태시 표시...",
|
||||
"command.stashPopLatest": "최신 슬래시 표시",
|
||||
@@ -57,6 +61,7 @@
|
||||
"config.countBadge": "Git 배지 카운터를 제어합니다. `all`이면 변경 내용을 모두 계산하고, `tracked`이면 추적된 변경 내용만 계산하고, `off`이면 해제합니다.",
|
||||
"config.checkoutType": "`다음으로 체크 아웃...`을 실행할 때 나열되는 분기 유형을 제어합니다. `all`이면 모든 참조를 표시하고, `local`이면 로컬 분기만 표시하고, `tags`이면 태그만 표시하고, `remote`이면 원격 분기만 표시합니다.",
|
||||
"config.ignoreLegacyWarning": "레거시 Git 경고를 무시합니다.",
|
||||
"config.ignoreMissingGitWarning": "Git이 없으면 경고를 무시합니다.",
|
||||
"config.ignoreLimitWarning": "리포지토리에 변경 내용이 너무 많으면 경고를 무시합니다.",
|
||||
"config.defaultCloneDirectory": "git 리포지토리를 복제할 기본 위치",
|
||||
"config.enableSmartCommit": "단계적 변경 사항이 없는 경우 모든 변경 사항을 저장합니다.",
|
||||
|
||||
Reference in New Issue
Block a user