删除分支时,如果提示分支未合并完成,支持强制删除,而不是永远无法删除

This commit is contained in:
xintaofei
2026-03-15 18:44:20 +08:00
parent 157fa2b77f
commit 31a4fd5b4b
11 changed files with 58 additions and 14 deletions

View File

@@ -810,7 +810,9 @@
"deleteTitle": "브랜치 삭제",
"mergeDescription": "{branchName}을(를) 현재 브랜치 {currentBranch}에 병합할까요?",
"rebaseDescription": "현재 브랜치 {currentBranch}를 {branchName} 위로 리베이스할까요?",
"deleteDescription": "브랜치 {branchName}을(를) 삭제할까요? 이 작업은 되돌릴 수 없습니다."
"deleteDescription": "브랜치 {branchName}을(를) 삭제할까요? 이 작업은 되돌릴 수 없습니다.",
"forceDeleteTitle": "브랜치 강제 삭제",
"forceDeleteDescription": "브랜치 {branchName}가 완전히 병합되지 않았습니다. 강제 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다."
},
"current": "현재",
"switchToBranch": "이 브랜치로 전환",