mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"missOrInvalid": "缺少認證或其無效。"
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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 儲存庫的自動擷取?"
|
||||
"not now": "稍後詢問我",
|
||||
"suggest auto fetch": "您希望 Code [定期執行 'git fetch']({0}) 嗎?"
|
||||
}
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tag at": "位於 {0} 的標記",
|
||||
"remote branch at": "位於 {0} 的遠端分支",
|
||||
"create branch": "$(plus) 建立新的分支",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\n這項動作無法復原,您會永久失去目前的工作集。",
|
||||
"yes discard tracked": "捨棄 1 個追蹤的檔案",
|
||||
"yes discard tracked multiple": "捨棄 {0} 個追蹤的檔案",
|
||||
"unsaved files single": "下列檔案尚未儲存: {0}。\n\n您要在認可之前進行儲存嗎?",
|
||||
"unsaved files": "有 {0} 個未儲存檔案。\n\n您要在認可之前進行儲存嗎?",
|
||||
"save and commit": "儲存全部且認可",
|
||||
"commit": "無論如何仍認可",
|
||||
"no staged changes": "沒有暫存變更進行提交\n\n您希望自動暫存您所有變更並直接提交?",
|
||||
"always": "永遠",
|
||||
"no changes": "沒有任何變更要認可。",
|
||||
@@ -64,12 +70,13 @@
|
||||
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
|
||||
"pick remote pull repo": "挑選要將分支提取出的遠端",
|
||||
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
|
||||
"push with tags success": "已成功使用標籤推送。",
|
||||
"nobranch": "請簽出分支以推送到遠端。",
|
||||
"confirm publish branch": "分支 '{0}' 沒有任何上游分支。 您仍想發布這個分支嗎?",
|
||||
"ok": "確定",
|
||||
"push with tags success": "已成功使用標籤推送。",
|
||||
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
|
||||
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
|
||||
"ok": "確定",
|
||||
"never again": "確定不要再顯示",
|
||||
"never again": "確定,不要再顯示",
|
||||
"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
|
||||
"no changes stash": "沒有變更可供隱藏。",
|
||||
"provide stash message": "可選擇提供隱藏訊息",
|
||||
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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}",
|
||||
"downloadgit": "下載 Git",
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"too many submodules": "'{0}' 存放庫有 {1} 個無法自動開啟的子模組。您仍可在其中開啟檔案來個別開啟子模組。",
|
||||
"no repositories": "沒有存放庫可供使用",
|
||||
"pick repo": "請選擇存放庫"
|
||||
}
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"open": "開啟",
|
||||
"index modified": "已修改索引",
|
||||
"modified": "已修改",
|
||||
@@ -26,7 +28,8 @@
|
||||
"merge changes": "合併變更",
|
||||
"staged changes": "已分段的變更",
|
||||
"changes": "變更",
|
||||
"ok": "確定",
|
||||
"commitMessageCountdown": "在目前行數剩餘 {0} 個字元",
|
||||
"commitMessageWarning": "在目前行數有 {0} 個字元已超過 {1} 個",
|
||||
"neveragain": "不要再顯示",
|
||||
"huge": "位於 '{0}' 的 Git 儲存庫有過多使用中的變更,只有部份 Git 功能會被啟用。"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"checkout": "簽出...",
|
||||
"sync changes": "同步處理變更",
|
||||
"publish changes": "發行變更",
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Git",
|
||||
"description": "Git SCM 整合",
|
||||
"command.clone": "複製",
|
||||
"command.init": "初始化儲存庫",
|
||||
"command.close": "關閉存放庫",
|
||||
@@ -54,12 +58,13 @@
|
||||
"command.stashPopLatest": "快顯上一次的隱藏",
|
||||
"config.enabled": "是否啟用 GIT",
|
||||
"config.path": "Git 可執行檔的路徑",
|
||||
"config.autoRepositoryDetection": "是否自動偵測儲存庫",
|
||||
"config.autorefresh": "是否啟用自動重新整理",
|
||||
"config.autofetch": "是否啟用自動擷取",
|
||||
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
|
||||
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
|
||||
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
|
||||
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
|
||||
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出哪些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標籤] 只會顯示標籤,以及 [遠端] 只會顯示遠端分支。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
@@ -68,9 +73,14 @@
|
||||
"config.enableCommitSigning": "啟用 GPG 認可簽署。",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
|
||||
"config.decorations.enabled": "控制 Git 是否提供色彩及徽章給總管及開啟編輯器視窗。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制Git是否應該在提交之前檢查未儲存的檔案。",
|
||||
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
|
||||
"config.inputValidation": "控制何時顯示認可訊息輸入驗證。",
|
||||
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
|
||||
"colors.modified": "修改資源的顏色。",
|
||||
"colors.deleted": "刪除資源的顏色",
|
||||
"colors.untracked": "未追蹤資源的顏色。",
|
||||
"colors.ignored": "忽略資源的顏色。",
|
||||
"colors.conflict": "帶有衝突資源的顏色。"
|
||||
"colors.conflict": "帶有衝突資源的顏色。",
|
||||
"colors.submodule": "子模組資源的顏色"
|
||||
}
|
||||
Reference in New Issue
Block a user