mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
@@ -12,8 +12,9 @@
|
||||
"cloning": "正在複製 Git 儲存庫...",
|
||||
"openrepo": "開啟儲存庫",
|
||||
"proposeopen": "要開啟複製的儲存庫嗎?",
|
||||
"path to init": "資料夾路徑",
|
||||
"provide path": "請提供資料夾路徑以初始化 Git 存放庫",
|
||||
"init repo": "初始化儲存庫",
|
||||
"create repo": "初始化儲存庫",
|
||||
"are you sure": "這會建立一個 Git 儲存庫在 '{0}'。確定要繼續嗎?",
|
||||
"HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
|
||||
"confirm stage files with merge conflicts": "確定要暫存 {0} 個有合併衝突的檔案嗎?",
|
||||
"confirm stage file with merge conflicts": "確定要暫存有合併衝突的 {0} 嗎?",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
@@ -15,6 +15,8 @@
|
||||
"command.stageAll": "暫存所有變更",
|
||||
"command.stageSelectedRanges": "暫存選取的範圍",
|
||||
"command.revertSelectedRanges": "還原選取的範圍",
|
||||
"command.stageChange": "暫存變更",
|
||||
"command.revertChange": "還原變更",
|
||||
"command.unstage": "取消暫存變更",
|
||||
"command.unstageAll": "取消暫存所有變更",
|
||||
"command.unstageSelectedRanges": "取消暫存選取的範圍",
|
||||
@@ -59,5 +61,11 @@
|
||||
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
"config.enableCommitSigning": "啟用 GPG 認可簽署。",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。"
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
|
||||
"config.decorations.enabled": "控制 Git 是否提供色彩及徽章給總管及開啟編輯器視窗。",
|
||||
"colors.modified": "修改資源的顏色。",
|
||||
"colors.deleted": "刪除資源的顏色",
|
||||
"colors.untracked": "未追蹤資源的顏色。",
|
||||
"colors.ignored": "忽略資源的顏色。",
|
||||
"colors.conflict": "帶有衝突資源的顏色。"
|
||||
}
|
||||
Reference in New Issue
Block a user