Merged in translations

This commit is contained in:
Dirk Baeumer
2017-03-17 15:30:13 +01:00
parent f0dfae7c6f
commit a191246100
291 changed files with 1840 additions and 497 deletions
@@ -5,14 +5,14 @@
// Do not edit this file. It is machine generated.
{
"branch name": "分支名稱",
"clean": "清除變更",
"clean repo": "請先清除您的存放庫工作樹狀再簽出。",
"cloning": "正在複製 Git 存放庫...",
"commit message": "認可訊息",
"confirm clean": "確定要清除 {0} 中的變更嗎?",
"confirm clean all": "確定要清除所有變更嗎?",
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
"confirm discard all": "確定要捨棄所有變更嗎?",
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"disabled": "Git 已停用,或在此工作區不受支援",
"discard": "捨棄變更",
"never again": "確定,不要再顯示",
"no changes": "沒有任何變更要認可。",
"no remotes to publish": "您的存放庫未設定要發行的目標遠端。",
+2 -2
View File
@@ -6,8 +6,8 @@
{
"command.branch": "建立分支...",
"command.checkout": "簽出至...",
"command.clean": "清除檔案",
"command.cleanAll": "清除所有檔案",
"command.clean": "捨棄檔案",
"command.cleanAll": "捨棄所有檔案",
"command.clone": "複製",
"command.commit": "認可",
"command.commitAll": "全部認可",