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/cht/extensions/git/out/commands.i18n.json')
-rw-r--r--i18n/cht/extensions/git/out/commands.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/cht/extensions/git/out/commands.i18n.json b/i18n/cht/extensions/git/out/commands.i18n.json
index ca70fea046d..d15c4822a77 100644
--- a/i18n/cht/extensions/git/out/commands.i18n.json
+++ b/i18n/cht/extensions/git/out/commands.i18n.json
@@ -6,11 +6,13 @@
{
"tag at": "位於 {0} 的標記",
"remote branch at": "位於 {0} 的遠端分支",
+ "create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cloning": "正在複製 Git 儲存庫...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
+ "HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"revert": "還原變更",
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
@@ -24,12 +26,16 @@
"no changes": "沒有任何變更要認可。",
"commit message": "認可訊息",
"provide commit message": "請提供認可訊息",
+ "select a ref to checkout": "選擇參考進行簽出",
"branch name": "分支名稱",
"provide branch name": "請提供分支名稱",
"select branch to delete": "選擇分支進行刪除",
"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
"delete branch": "刪除分支",
+ "select a branch to merge from": "選擇要合併的分支。",
+ "merge conflicts": "合併衝突。提交前請解決衝突。",
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
+ "pick remote pull repo": "挑選要將分支提取出的遠端",
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
"nobranch": "請簽出分支以推送到遠端。",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",