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.
|
||||
{
|
||||
|
||||
11
i18n/cht/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/cht/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": "$ (同步 ~ 旋轉) 複製儲存庫.. 按一下以取消",
|
||||
"cancel tooltip": "取消複製",
|
||||
"cloning": "正在複製 Git 儲存庫...",
|
||||
"openrepo": "開啟儲存庫",
|
||||
"proposeopen": "要開啟複製的儲存庫嗎?",
|
||||
"init": "選擇工作區資料夾以初始化 git 儲存庫",
|
||||
"init repo": "初始化儲存庫",
|
||||
"create repo": "初始化儲存庫",
|
||||
"are you sure": "這會建立一個 Git 儲存庫在 '{0}'。確定要繼續嗎?",
|
||||
@@ -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": "您的儲存庫未設定要推送的遠端目標。",
|
||||
@@ -71,7 +77,7 @@
|
||||
"no stashes": "沒有要隱藏可供還原。",
|
||||
"pick stash to pop": "請挑選要快顯的隱藏",
|
||||
"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
|
||||
"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
|
||||
"cant push": "無法將參考推送到遠端。請先嘗試執行 '提取' 以整合您的變更。",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git 錯誤",
|
||||
"open git log": "開啟 Git 記錄"
|
||||
|
||||
@@ -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\" 設置。",
|
||||
"updateGit": "更新 Git",
|
||||
"git20": "您似乎已安裝 Git {0}。Code 搭配 Git >= 2 的執行效果最佳"
|
||||
}
|
||||
@@ -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 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
|
||||
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
|
||||
Reference in New Issue
Block a user