在提交区域添加“刷新”和“推送”右键快捷操作
This commit is contained in:
@@ -678,7 +678,8 @@
|
||||
"create": "Create",
|
||||
"createAndSwitch": "Create and Switch",
|
||||
"openFile": "Open File",
|
||||
"viewDiff": "View Diff"
|
||||
"viewDiff": "View Diff",
|
||||
"push": "Push..."
|
||||
},
|
||||
"modes": {
|
||||
"conversation": "Conversation Mode",
|
||||
@@ -1083,7 +1084,8 @@
|
||||
"toasts": {
|
||||
"createdAndSwitchedNewBranch": "Created and switched to new branch",
|
||||
"newBranchFromCommit": "{name} (from {shortHash})",
|
||||
"createBranchFailed": "Failed to create branch"
|
||||
"createBranchFailed": "Failed to create branch",
|
||||
"openPushWindowFailed": "Failed to open push window"
|
||||
},
|
||||
"branchSelector": {
|
||||
"selectBranchPlaceholder": "Select branch...",
|
||||
|
||||
Reference in New Issue
Block a user