在提交区域添加“刷新”和“推送”右键快捷操作

This commit is contained in:
xintaofei
2026-03-21 20:48:04 +08:00
parent d9032f1c82
commit 8432475ca6
11 changed files with 79 additions and 20 deletions

View File

@@ -678,7 +678,8 @@
"create": "생성",
"createAndSwitch": "생성 후 전환",
"openFile": "파일 열기",
"viewDiff": "Diff 보기"
"viewDiff": "Diff 보기",
"push": "푸시..."
},
"modes": {
"conversation": "대화 모드",
@@ -1083,7 +1084,8 @@
"toasts": {
"createdAndSwitchedNewBranch": "새 브랜치를 생성하고 전환했습니다",
"newBranchFromCommit": "{name} ({shortHash}에서 생성)",
"createBranchFailed": "브랜치 생성에 실패했습니다"
"createBranchFailed": "브랜치 생성에 실패했습니다",
"openPushWindowFailed": "푸시 창을 열지 못했습니다"
},
"branchSelector": {
"selectBranchPlaceholder": "브랜치 선택...",