Merged in translations

This commit is contained in:
Dirk Baeumer
2017-02-27 11:09:04 +01:00
parent d9b92c9a89
commit f3ec75c594
509 changed files with 4157 additions and 968 deletions
+13 -3
View File
@@ -5,14 +5,24 @@
// Do not edit this file. It is machine generated.
{
"branch name": "分支名稱",
"clean": "清除變更",
"clean repo": "請先清除您的存放庫工作樹狀再簽出。",
"commit message": "認可訊息",
"confirm clean": "確定要清除 {0} 中的變更嗎?",
"confirm clean all": "確定要清除所有變更嗎?",
"no, keep them": "否,保留",
"disabled": "Git 已停用,或在此工作區不受支援",
"never again": "確定,不要再顯示",
"no changes": "沒有任何變更要認可。",
"no remotes to publish": "您的存放庫未設定要發行的目標遠端。",
"no remotes to pull": "您的存放庫未設定要提取的來源遠端。",
"no remotes to push": "您的存放庫未設定要推送的目標遠端。",
"nobranch": "請簽出分支以推送到遠端。",
"ok": "確定",
"open git log": "開啟 Git 記錄",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
"provide branch name": "請提供分支名稱",
"provide commit message": "請提供認可訊息",
"remote branch at": "位於 {0} 的遠端分支",
"tag at": "位於 {0} 的標記",
"yes": ""
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
"tag at": "位於 {0} 的標記"
}
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cantshow": "無法顯示物件",
"changes": "變更",
"merge changes": "合併變更",
"staged changes": "暫存的變更"
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"checkout": "簽出...",
"publish changes": "發行變更",
"sync changes": "同步處理變更",
"syncing changes": "正在同步處理變更..."
+13 -1
View File
@@ -8,10 +8,12 @@
"command.checkout": "簽出至...",
"command.clean": "清除",
"command.cleanAll": "全部清除",
"command.commit": "認可",
"command.commitAll": "全部認可",
"command.commitAllSigned": "全部認可 (已登出)",
"command.commitStaged": "認可暫存",
"command.commitStagedSigned": "認可暫存 (已登出)",
"command.init": "將 Git 存放庫初始化",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
"command.publish": "發行",
@@ -23,8 +25,18 @@
"command.showOutput": "顯示 Git 輸出",
"command.stage": "暫存",
"command.stageAll": "全部暫存",
"command.stageSelectedRanges": "暫存選取的範圍",
"command.sync": "同步處理",
"command.undoCommit": "復原上次認可",
"command.unstage": "取消暫存",
"command.unstageAll": "全部取消暫存"
"command.unstageAll": "全部取消暫存",
"command.unstageSelectedRanges": "取消暫存選取的範圍",
"config.autofetch": "是否啟用自動擷取",
"config.autorefresh": "是否啟用自動重新整理",
"config.checkoutType": "控制要列出哪種類型的分支",
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
"config.countBadge": "控制 GIT 徽章計數器",
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑"
}