mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
i18n/chs/extensions/git/out/askpass-main.i18n.json
Normal file
8
i18n/chs/extensions/git/out/askpass-main.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"missOrInvalid": "凭据丢失或无效。"
|
||||
}
|
||||
77
i18n/chs/extensions/git/out/commands.i18n.json
Normal file
77
i18n/chs/extensions/git/out/commands.i18n.json
Normal file
@@ -0,0 +1,77 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tag at": "{0} 处的 Tag",
|
||||
"remote branch at": "{0} 处的远程分支",
|
||||
"create branch": "$(plus) 创建新分支",
|
||||
"repourl": "存储库 URL",
|
||||
"parent": "父目录",
|
||||
"cloning": "正在克隆 GIT 存储库...",
|
||||
"openrepo": "打开存储库",
|
||||
"proposeopen": "是否要打开已克隆存储库?",
|
||||
"path to init": "文件夹路径",
|
||||
"provide path": "请提供用于初始化 Git 存储库的文件夹路径",
|
||||
"HEAD not available": "“{0}”的 HEAD 版本不可用。",
|
||||
"confirm stage files with merge conflicts": "确定要暂存含有合并冲突的 {0} 个文件吗?",
|
||||
"confirm stage file with merge conflicts": "确定要暂存含有合并冲突的 {0} 吗?",
|
||||
"yes": "是",
|
||||
"confirm revert": "是否确实要还原 {0} 中的已选更改?",
|
||||
"revert": "还原更改",
|
||||
"discard": "放弃更改",
|
||||
"confirm delete": "是否确定要删除 {0}?",
|
||||
"delete file": "删除文件",
|
||||
"confirm discard": "确定要放弃 {0} 中更改吗?",
|
||||
"confirm discard multiple": "是否确实要放弃 {0} 文件中的更改?",
|
||||
"warn untracked": "这将删除 {0} 个未跟踪的文件!",
|
||||
"confirm discard all single": "确定要放弃 {0} 中更改吗?",
|
||||
"confirm discard all": "确定要放弃在 {0} 个文件中的所有更改吗?\n此操作不可撤销!\n你当前的工作集将会永远丢失。",
|
||||
"discardAll multiple": "放弃 1 个文件",
|
||||
"discardAll": "放弃所有 {0} 个文件",
|
||||
"confirm delete multiple": "是否确定要删除 {0} 个文件?",
|
||||
"delete files": "删除文件",
|
||||
"there are untracked files single": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。",
|
||||
"there are untracked files": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
||||
"confirm discard all 2": "{0}\n\n此操作不可撤销,你当前的工作集将会永远丢失。",
|
||||
"yes discard tracked": "放弃 1 个已跟踪的文件",
|
||||
"yes discard tracked multiple": "放弃 {0} 个已跟踪的文件",
|
||||
"no staged changes": "现在没有暂存的更改以供提交\n\n是否要直接自动暂存所有更改并提交?",
|
||||
"always": "始终",
|
||||
"no changes": "没有要提交的更改。",
|
||||
"commit message": "提交消息",
|
||||
"provide commit message": "请提供提交消息",
|
||||
"select a ref to checkout": "选择要签出的 ref",
|
||||
"branch name": "分支名称",
|
||||
"provide branch name": "请提供分支名称",
|
||||
"select branch to delete": "选择要删除的分支",
|
||||
"confirm force delete branch": "“{0}”分支未被完全合并。是否仍要删除?",
|
||||
"delete branch": "删除分支",
|
||||
"select a branch to merge from": "选择要从其合并的分支",
|
||||
"merge conflicts": "存在合并冲突。请在提交之前解决这些冲突。",
|
||||
"tag name": "标签名称",
|
||||
"provide tag name": "请提供标签名称",
|
||||
"tag message": "消息",
|
||||
"provide tag message": "请提供消息以对标签进行注释",
|
||||
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||||
"pick remote pull repo": "选择要从其拉取分支的远程位置",
|
||||
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
|
||||
"push with tags success": "已成功带标签进行推送。",
|
||||
"nobranch": "请签出一个分支以推送到远程。",
|
||||
"pick remote": "选取要将分支“{0}”发布到的远程:",
|
||||
"sync is unpredictable": "此操作从“{0}”推送和拉取提交。",
|
||||
"ok": "确定",
|
||||
"never again": "好,永不再显示",
|
||||
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
|
||||
"no changes stash": "没有要存储的更改。",
|
||||
"provide stash message": "提供存储消息(可选)",
|
||||
"stash message": "存储消息",
|
||||
"no stashes": "没有可以恢复的存储。",
|
||||
"pick stash to pop": "选择要弹出的存储",
|
||||
"clean repo": "在签出前,请清理存储库工作树。",
|
||||
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
|
||||
"git error details": "Git:{0}",
|
||||
"git error": "Git 错误",
|
||||
"open git log": "打开 GIT 日志"
|
||||
}
|
||||
11
i18n/chs/extensions/git/out/main.i18n.json
Normal file
11
i18n/chs/extensions/git/out/main.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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",
|
||||
"neverShowAgain": "不再显示",
|
||||
"git20": "你似乎已安装 Git {0}。Code 和 Git 版本 >=2 一起工作最佳"
|
||||
}
|
||||
9
i18n/chs/extensions/git/out/model.i18n.json
Normal file
9
i18n/chs/extensions/git/out/model.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no repositories": "没有可用存储库",
|
||||
"pick repo": "选择存储库"
|
||||
}
|
||||
31
i18n/chs/extensions/git/out/repository.i18n.json
Normal file
31
i18n/chs/extensions/git/out/repository.i18n.json
Normal file
@@ -0,0 +1,31 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"open": "打开",
|
||||
"index modified": "已修改索引",
|
||||
"modified": "已修改",
|
||||
"index added": "已添加索引",
|
||||
"index deleted": "已删除索引",
|
||||
"deleted": "已删除",
|
||||
"index renamed": "已重命名索引",
|
||||
"index copied": "已复制索引",
|
||||
"untracked": "未跟踪的",
|
||||
"ignored": "已忽略",
|
||||
"both deleted": "两者均已删除",
|
||||
"added by us": "已由我们添加",
|
||||
"deleted by them": "已被他们删除",
|
||||
"added by them": "已由他们添加",
|
||||
"deleted by us": "已被我们删除",
|
||||
"both added": "两者均已添加",
|
||||
"both modified": "二者均已修改",
|
||||
"commit": "提交",
|
||||
"merge changes": "合并更改",
|
||||
"staged changes": "暂存的更改",
|
||||
"changes": "更改",
|
||||
"ok": "确定",
|
||||
"neveragain": "不再显示",
|
||||
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。"
|
||||
}
|
||||
8
i18n/chs/extensions/git/out/scmProvider.i18n.json
Normal file
8
i18n/chs/extensions/git/out/scmProvider.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"commit": "提交"
|
||||
}
|
||||
11
i18n/chs/extensions/git/out/statusbar.i18n.json
Normal file
11
i18n/chs/extensions/git/out/statusbar.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"checkout": "签出...",
|
||||
"sync changes": "同步更改",
|
||||
"publish changes": "发布更改",
|
||||
"syncing changes": "正在同步更改..."
|
||||
}
|
||||
63
i18n/chs/extensions/git/package.i18n.json
Normal file
63
i18n/chs/extensions/git/package.i18n.json
Normal file
@@ -0,0 +1,63 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"command.clone": "克隆",
|
||||
"command.init": "初始化存储库",
|
||||
"command.close": "关闭存储库",
|
||||
"command.refresh": "刷新",
|
||||
"command.openChange": "打开更改",
|
||||
"command.openFile": "打开文件",
|
||||
"command.openHEADFile": "打开文件 (HEAD)",
|
||||
"command.stage": "暂存更改",
|
||||
"command.stageAll": "暂存所有更改",
|
||||
"command.stageSelectedRanges": "暂存所选范围",
|
||||
"command.revertSelectedRanges": "还原所选更改",
|
||||
"command.unstage": "取消暂存更改",
|
||||
"command.unstageAll": "取消暂存所有更改",
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"command.clean": "放弃更改",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.commit": "Commit",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已签名)",
|
||||
"command.commitStagedAmend": "已暂存提交(修改)",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllSigned": "全部提交(已签名)",
|
||||
"command.commitAllAmend": "全部提交(修改)",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.checkout": "签出到...",
|
||||
"command.branch": "创建分支...",
|
||||
"command.deleteBranch": "删除分支...",
|
||||
"command.merge": "合并分支...",
|
||||
"command.createTag": "创建标签",
|
||||
"command.pull": "拉取",
|
||||
"command.pullRebase": "拉取(变基)",
|
||||
"command.pullFrom": "拉取自...",
|
||||
"command.push": "推送",
|
||||
"command.pushTo": "推送到...",
|
||||
"command.pushWithTags": "带标签推送",
|
||||
"command.sync": "同步",
|
||||
"command.publish": "发布分支",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"command.ignore": "将文件添加到 .gitignore",
|
||||
"command.stash": "存储",
|
||||
"command.stashPop": "弹出存储...",
|
||||
"command.stashPopLatest": "弹出最新存储",
|
||||
"config.enabled": "是否已启用 GIT",
|
||||
"config.path": "Git 可执行文件路径",
|
||||
"config.autorefresh": "是否已启用自动刷新",
|
||||
"config.autofetch": "是否启用了自动提取",
|
||||
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
|
||||
"config.confirmSync": "同步 Git 存储库前进行确认",
|
||||
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
|
||||
"config.checkoutType": "控制运行“签出到...”时列出的分支的类型。“all”显示所有 refs,“local”只显示本地分支,“tags”只显示标签,“remote”只显示远程分支。",
|
||||
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
|
||||
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
"config.enableCommitSigning": "启用使用 GPG 签名的提交",
|
||||
"config.discardAllScope": "控制运行\"放弃所有更改\"命令时放弃的更改。\"all\" 放弃所有更改。 \"tracked\" 只放弃跟踪的文件。 \"prompt\" 每次运行此操作时显示提示对话框。"
|
||||
}
|
||||
Reference in New Issue
Block a user