删除分支时,如果提示分支未合并完成,支持强制删除,而不是永远无法删除
This commit is contained in:
@@ -810,7 +810,9 @@
|
||||
"deleteTitle": "刪除分支",
|
||||
"mergeDescription": "確定將 {branchName} 合併到目前分支 {currentBranch} 嗎?",
|
||||
"rebaseDescription": "確定將目前分支 {currentBranch} 變基到 {branchName} 嗎?",
|
||||
"deleteDescription": "確定刪除分支 {branchName} 嗎?此操作無法復原。"
|
||||
"deleteDescription": "確定刪除分支 {branchName} 嗎?此操作無法復原。",
|
||||
"forceDeleteTitle": "強制刪除分支",
|
||||
"forceDeleteDescription": "分支 {branchName} 尚未完全合併,確定要強制刪除嗎?此操作不可恢復。"
|
||||
},
|
||||
"current": "目前",
|
||||
"switchToBranch": "切換到此分支",
|
||||
|
||||
Reference in New Issue
Block a user