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.
|
||||
{
|
||||
@@ -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 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
|
||||
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
|
||||
Reference in New Issue
Block a user