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/package.i18n.json')
-rw-r--r--i18n/cht/extensions/git/package.i18n.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/cht/extensions/git/package.i18n.json b/i18n/cht/extensions/git/package.i18n.json
index e5b0bf72ade..a1542c760c0 100644
--- a/i18n/cht/extensions/git/package.i18n.json
+++ b/i18n/cht/extensions/git/package.i18n.json
@@ -9,6 +9,7 @@
"command.refresh": "重新整理",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
+ "command.openHEADFile": "開啟檔案 (HEAD)",
"command.stage": "暫存變更",
"command.stageAll": "暫存所有變更",
"command.stageSelectedRanges": "暫存選取的範圍",
@@ -27,13 +28,16 @@
"command.checkout": "簽出至...",
"command.branch": "建立分支...",
"command.deleteBranch": "刪除分支...",
+ "command.merge": "合併分支...",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
+ "command.pullFrom": "從...提取",
"command.push": "推送",
"command.pushTo": "推送至...",
"command.sync": "同步處理",
"command.publish": "發行分支",
"command.showOutput": "顯示 Git 輸出",
+ "command.ignore": "將檔案新增到 .gitignore",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑",
"config.autorefresh": "是否啟用自動重新整理",
@@ -44,5 +48,6 @@
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
- "config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置"
+ "config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
+ "config.enableSmartCommit": "無暫存變更時提交所有變更。"
} \ No newline at end of file