From 7e1f1faeb72fe6a2105c5c6e4b569784454d477e Mon Sep 17 00:00:00 2001 From: xiayuqi Date: Wed, 18 Oct 2023 23:57:36 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9git=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E4=B8=BA=E6=A0=87=E7=AD=BE=EF=BC=8C=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../translations/extensions/git.i18n.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/extensions/vscode-language-pack-zh-hans/translations/extensions/git.i18n.json b/extensions/vscode-language-pack-zh-hans/translations/extensions/git.i18n.json index 3e4e7d08..629deeb9 100644 --- a/extensions/vscode-language-pack-zh-hans/translations/extensions/git.i18n.json +++ b/extensions/vscode-language-pack-zh-hans/translations/extensions/git.i18n.json @@ -120,7 +120,7 @@ "no remotes to push": "存储库未配置任何要推送到的远程存储库。", "no staged changes": "没有可提交的暂存更改。\r\n\r\n是否要暂存所有更改并直接提交?", "no stashes": "此存储库中没有储藏。", - "no tags": "此存储库没有标记。", + "no tags": "此存储库没有标签。", "no verify commit not allowed": "不允许在未验证的情况下提交,请使用 \"git.allowNoVerifyCommit\" 设置启用这些提交。", "nobranch": "请签出一个分支以推送到远程。", "ok": "确定", @@ -144,8 +144,8 @@ "provide commit message": "请提供提交消息", "provide remote name": "请提供远程存储库名称", "provide stash message": "提供储藏消息(可选)", - "provide tag message": "请提供消息以对标记进行注释", - "provide tag name": "已成功带标记进行推送。", + "provide tag message": "请提供消息以对标签进行注释", + "provide tag name": "已成功带标签进行推送。", "publish to": "发布到 {0}", "remote already exists": "远程存储库“{0}”已存在。", "remote branch at": "{0} 处的远程分支", @@ -162,7 +162,7 @@ "select a ref to checkout": "选择要签出的 ref", "select a ref to checkout detached": "选择要在分离模式下签出的引用", "select a ref to create a new branch from": "选择一个 ref 创建 \"{0}\" 分支", - "select a tag to delete": "选择要删除的标记", + "select a tag to delete": "选择要删除的标签", "select branch to delete": "选择要删除的分支", "select log level": "选择日志级别", "selectFolder": "选择存储库位置", @@ -173,9 +173,9 @@ "stashcheckout": "储藏并签出", "sure drop": "确定要删除储藏 {0} 吗?", "sync is unpredictable": "此操作将从“{0}/{1}”中拉取并向其推送提交。", - "tag at": "{0} 处的标记", + "tag at": "{0} 处的标签", "tag message": "消息", - "tag name": "标记名称", + "tag name": "标签名称", "there are untracked files": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。", "there are untracked files single": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。", "undo commit": "撤消合并提交", @@ -268,7 +268,7 @@ "yes": "是" }, "dist/statusbar": { - "checkout": "签出分支/标记...", + "checkout": "签出分支/标签...", "publish branch": "发布分支", "publish to": "发布到 {0}", "publish to...": "发布到...", @@ -327,7 +327,7 @@ "command.commitStagedNoVerify": "提交已暂存内容(不验证)", "command.commitStagedSigned": "提交已暂存文件(已署名)", "command.commitStagedSignedNoVerify": "提交已暂存内容(已签收,不验证)", - "command.createTag": "创建标记", + "command.createTag": "创建标签", "command.deleteBranch": "删除分支...", "command.deleteTag": "删除标签", "command.fetch": "抓取", @@ -347,10 +347,10 @@ "command.pullFrom": "拉取自...", "command.pullRebase": "拉取(变基)", "command.push": "推送", - "command.pushFollowTags": "推送(“关注”标记)", - "command.pushFollowTagsForce": "推送(“关注”标记,强制)", + "command.pushFollowTags": "推送(“关注”标签)", + "command.pushFollowTagsForce": "推送(“关注”标签,强制)", "command.pushForce": "推送(强制)", - "command.pushTags": "推送标记", + "command.pushTags": "推送标签", "command.pushTo": "推送到...", "command.pushToForce": "推送到...(强制)", "command.rebase": "变基分支…", @@ -421,7 +421,7 @@ "config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。", "config.checkoutType.local": "本地分支", "config.checkoutType.remote": "远程分支", - "config.checkoutType.tags": "标记", + "config.checkoutType.tags": "标签", "config.closeDiffOnOperation": "控制在储藏、提交、放弃、暂存或取消暂存更改时,是否应自动关闭差异编辑器。", "config.commandsToLog": "GIT 命令列表 (例如: commit、push),这些命令的 `stdout` 将被记录到 [git 输出](command:git.showOutput)。如果 GIT 命令配置了客户端挂钩,那么客户端挂钩的 `stdout` 也将被记录到 [git 输出](command:git.showOutput)。", "config.confirmEmptyCommits": "始终确认为 \"Git: Commit Empty\" 命令创建空提交。", @@ -444,7 +444,7 @@ "config.experimental.installGuide": "Git 安装流程的实验性改进。", "config.experimental.mergeEditor": "打开当前处于冲突状态的文件的 _experimental_ merge 编辑器。", "config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。", - "config.followTagsWhenSync": "遵循“运行同步命令时推送所有标记”。", + "config.followTagsWhenSync": "遵循“运行同步命令时推送所有标签”。", "config.ignoreLegacyWarning": "忽略“旧版 Git”警告。", "config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告。", "config.ignoreMissingGitWarning": "忽略“缺失 Git”的警告。", @@ -527,7 +527,7 @@ "submenu.pullpush": "拉取,推送", "submenu.remotes": "远程", "submenu.stash": "存储", - "submenu.tags": "标记", + "submenu.tags": "标签", "view.workbench.cloneRepository": "可以在本地克隆存储库。\r\n[克隆存储库](command:git.clone '启用 git 插件后立即克隆存储库')", "view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n", "view.workbench.scm.empty": "为了使用 git 功能,可打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n",