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/src/vs/workbench/parts/git/browser/gitActions.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json
index 2ad01d4f64c..c664e21ce64 100644
--- a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "Git 遠端的驗證失敗。",
+ "cancel": "取消",
"cleanChangesLabel": "清除變更(&&C)",
"commit": "Commit",
"commitAll": "全部認可",
@@ -22,16 +23,21 @@
"confirmUndoMessage": "確定要清除所有變更嗎?",
"dirtyTreeCheckout": "無法簽出。請先認可或佈置您的工作。",
"dirtyTreePull": "無法提取。請先認可或佈置您的工作。",
+ "do you want to continue": "確定要繼續嗎?",
"init": "Init",
"irreversible": "此動作無法回復!",
+ "never again": "確定,不要再顯示",
+ "ok": "確定",
"openChange": "開啟變更",
"openFile": "開啟檔案",
"publish": "發行",
"publishPickMessage": "挑選要發行分支 '{0}' 的目標遠端:",
+ "pushToRemote": "推送至...",
+ "pushToRemotePickMessage": "挑選遠端作為分支 '{0}' 的發送目標:",
"refresh": "重新整理",
"stageAllChanges": "全部分段",
"stageChanges": "分段",
- "sureSync": "確定要同步處理您的 GIT 存放庫嗎?",
+ "sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
"undoAllChanges": "全部清除",
"undoChanges": "清除",
"undoLastCommit": "復原上次認可",