Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/extensions/git/out/commands.i18n.json')
-rw-r--r--i18n/chs/extensions/git/out/commands.i18n.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/i18n/chs/extensions/git/out/commands.i18n.json b/i18n/chs/extensions/git/out/commands.i18n.json
index 5b826945eab..c28138c3ddb 100644
--- a/i18n/chs/extensions/git/out/commands.i18n.json
+++ b/i18n/chs/extensions/git/out/commands.i18n.json
@@ -12,8 +12,9 @@
"cloning": "正在克隆 GIT 存储库...",
"openrepo": "打开存储库",
"proposeopen": "是否要打开已克隆存储库?",
- "path to init": "文件夹路径",
- "provide path": "请提供用于初始化 Git 存储库的文件夹路径",
+ "init repo": "初始化存储库",
+ "create repo": "初始化存储库",
+ "are you sure": "将在“{0}”中创建 Git 存储库。确定要继续吗?",
"HEAD not available": "“{0}”的 HEAD 版本不可用。",
"confirm stage files with merge conflicts": "确定要暂存含有合并冲突的 {0} 个文件吗?",
"confirm stage file with merge conflicts": "确定要暂存含有合并冲突的 {0} 吗?",
@@ -60,7 +61,7 @@
"push with tags success": "已成功带标签进行推送。",
"nobranch": "请签出一个分支以推送到远程。",
"pick remote": "选取要将分支“{0}”发布到的远程:",
- "sync is unpredictable": "此操作从“{0}”推送和拉取提交。",
+ "sync is unpredictable": "此操作将推送提交至“{0}”,并从中拉取提交。",
"ok": "确定",
"never again": "好,永不再显示",
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",