支持git冲突时弹出窗口合并代码解决冲突

This commit is contained in:
xintaofei
2026-03-14 20:55:15 +08:00
parent f503c25161
commit 4129f02985
25 changed files with 3123 additions and 51 deletions

View File

@@ -540,6 +540,31 @@
"invalidFolderId": "유효하지 않은 폴더 ID",
"loadingRepo": "저장소를 불러오는 중..."
},
"MergePage": {
"title": "충돌 해결",
"invalidFolderId": "잘못된 폴더 ID",
"loadingRepo": "저장소 로딩 중...",
"localVersion": "로컬 (우리 쪽)",
"result": "결과",
"remoteVersion": "원격 (상대 쪽)",
"acceptLocal": "로컬 적용",
"acceptRemote": "원격 적용",
"markResolved": "해결됨으로 표시",
"abortMerge": "중단",
"completeMerge": "병합 완료",
"unresolvedConflicts": "파일에 아직 해결되지 않은 충돌 마커가 있습니다",
"fileResolved": "파일이 해결되었습니다",
"allResolved": "모든 충돌이 해결되었습니다",
"conflictFiles": "충돌 파일",
"loadingFile": "파일 로딩 중...",
"selectFile": "해결할 파일을 선택하세요",
"noConflicts": "충돌 파일 없음",
"skipFile": "건너뛰기",
"abortSuccess": "작업이 중단되었습니다",
"applyAllNonConflicting": "충돌하지 않는 모든 변경 적용",
"applyLeftNonConflicting": "로컬 적용",
"applyRightNonConflicting": "원격 적용"
},
"Folder": {
"common": {
"all": "전체",
@@ -815,6 +840,15 @@
"remoteUrlPlaceholder": "원격 URL",
"addRemote": "추가",
"savingRemotes": "저장 중..."
},
"conflict": {
"title": "병합 충돌",
"description": "다음 파일에 충돌이 있어 해결이 필요합니다:",
"abort": "병합 중단",
"openMergeTool": "병합 도구 열기",
"completeMerge": "병합 완료",
"abortSuccess": "병합이 중단되었습니다",
"completeSuccess": "병합이 완료되었습니다"
}
},
"commitDialog": {