mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
46 lines
2.4 KiB
JSON
46 lines
2.4 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
||
* 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.
|
||
{
|
||
"tag at": "{0} 处的 Tag",
|
||
"remote branch at": "{0} 处的远程分支",
|
||
"repourl": "存储库 URL",
|
||
"parent": "父目录",
|
||
"cloning": "正在克隆 GIT 存储库...",
|
||
"openrepo": "打开存储库",
|
||
"proposeopen": "是否要打开已克隆存储库?",
|
||
"confirm revert": "是否确实要还原 {0} 中的已选更改?",
|
||
"revert": "还原更改",
|
||
"confirm discard": "确定要放弃 {0} 中更改吗?",
|
||
"confirm discard multiple": "是否确实要放弃 {0} 文件中的更改?",
|
||
"discard": "放弃更改",
|
||
"confirm discard all": "确定要放弃所有更改吗?此操作不可撤销!",
|
||
"discardAll": "放弃所有更改",
|
||
"no staged changes": "现在没有暂存的更改以供提交\n\n是否要直接自动暂存所有更改并提交?",
|
||
"yes": "是",
|
||
"always": "始终",
|
||
"no changes": "没有要提交的更改。",
|
||
"commit message": "提交消息",
|
||
"provide commit message": "请提供提交消息",
|
||
"branch name": "分支名称",
|
||
"provide branch name": "请提供分支名称",
|
||
"select branch to delete": "选择要删除的分支",
|
||
"confirm force delete branch": "“{0}”分支未被完全合并。是否仍要删除?",
|
||
"delete branch": "删除分支",
|
||
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
|
||
"nobranch": "请签出一个分支以推送到远程。",
|
||
"pick remote": "选取要将分支“{0}”发布到的远程:",
|
||
"sync is unpredictable": "此操作从“{0}”推送和拉取提交。",
|
||
"ok": "确定",
|
||
"never again": "好,永不再显示",
|
||
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
|
||
"disabled": "此工作区已禁用或不支持 GIT",
|
||
"clean repo": "在签出前,请清理存储库工作树。",
|
||
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
|
||
"git error details": "Git:{0}",
|
||
"git error": "Git 错误",
|
||
"open git log": "打开 GIT 日志"
|
||
} |