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/chs/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/chs/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": "父目录",
|
||||
"cloning": "正在克隆 GIT 存储库...",
|
||||
"cancel": "$(sync~spin) 正在克隆存储库... 点击取消",
|
||||
"cancel tooltip": "取消克隆",
|
||||
"cloning": "正在克隆 Git 存储库...",
|
||||
"openrepo": "打开存储库",
|
||||
"proposeopen": "是否要打开已克隆存储库?",
|
||||
"init": "选择用于初始化 Git 储存库的工作区文件夹",
|
||||
"init repo": "初始化存储库",
|
||||
"create repo": "初始化存储库",
|
||||
"are you sure": "将在“{0}”中创建 Git 存储库。确定要继续吗?",
|
||||
@@ -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,8 +77,8 @@
|
||||
"no stashes": "没有可以恢复的储藏。",
|
||||
"pick stash to pop": "选择要弹出的储藏",
|
||||
"clean repo": "在签出前,请清理存储库工作树。",
|
||||
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
|
||||
"git error details": "Git:{0}",
|
||||
"cant push": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git 错误",
|
||||
"open git log": "打开 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.
|
||||
{
|
||||
"using git": "使用 {1} 中的 GIT {0}",
|
||||
"updateGit": "更新 GIT",
|
||||
"looking": "在 {0} 查找 Git 中",
|
||||
"using git": "使用 {1} 中的 Git {0}",
|
||||
"downloadgit": "下载 Git",
|
||||
"neverShowAgain": "不再显示",
|
||||
"notfound": "未找到 Git。请安装 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.
|
||||
{
|
||||
@@ -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,21 +44,24 @@
|
||||
"command.pushTo": "推送到...",
|
||||
"command.pushWithTags": "带标签推送",
|
||||
"command.sync": "同步",
|
||||
"command.syncRebase": "同步(变基)",
|
||||
"command.publish": "发布分支",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"command.showOutput": "显示 Git 输出",
|
||||
"command.ignore": "将文件添加到 .gitignore",
|
||||
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
|
||||
"command.stash": "储藏",
|
||||
"command.stashPop": "弹出储藏...",
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"config.enabled": "是否已启用 GIT",
|
||||
"config.enabled": "是否启用 Git",
|
||||
"config.path": "Git 可执行文件路径",
|
||||
"config.autorefresh": "是否已启用自动刷新",
|
||||
"config.autofetch": "是否启用了自动提取",
|
||||
"config.autorefresh": "是否启用自动刷新",
|
||||
"config.autofetch": "是否启用自动拉取",
|
||||
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
|
||||
"config.confirmSync": "同步 Git 存储库前进行确认",
|
||||
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
|
||||
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
|
||||
"config.checkoutType": "控制运行“签出到...”命令时列出的分支的类型。\"all\" 显示所有 refs,\"local\" 只显示本地分支,\"tags\" 只显示标记,\"remote\" 只显示远程分支。",
|
||||
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”警告",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
|
||||
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
|
||||
Reference in New Issue
Block a user