mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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.
|
||||
{
|
||||
@@ -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