添加git推送窗口,显示待提交列表和查看文件差异

This commit is contained in:
xintaofei
2026-03-21 20:37:19 +08:00
parent 048b8a8480
commit d9032f1c82
18 changed files with 986 additions and 137 deletions

View File

@@ -882,6 +882,7 @@
"allFilesUpToDate": "All files are up to date",
"updatedFiles": "Updated {count, plural, one {# file} other {# files}}",
"openCommitWindowFailed": "Failed to open commit window",
"openPushWindowFailed": "Failed to open push window",
"upstreamSet": "Upstream branch has been set",
"upstreamSetAndPushed": "Upstream branch set and pushed {count, plural, one {# commit} other {# commits}}",
"noCommitsToPush": "No commits to push",
@@ -1032,6 +1033,23 @@
"clickFileToDiff": "Click a file name to view diff",
"loadingDiff": "Loading diff..."
},
"pushWindow": {
"title": "Push Code",
"noUnpushedCommits": "No unpushed commits",
"unpushed": "Unpushed",
"selectFileToViewDiff": "Select a file to view diff",
"before": "Before",
"after": "After",
"push": "Push",
"toasts": {
"pushSuccess": "Push successful",
"pushFailed": "Push failed",
"upstreamSet": "Upstream branch has been set",
"upstreamSetAndPushed": "Upstream branch set and pushed {count, plural, one {# commit} other {# commits}}",
"noCommitsToPush": "No commits to push",
"pushedCommits": "Pushed {count, plural, one {# commit} other {# commits}}"
}
},
"gitLogTab": {
"filesTitle": "Files",
"expandAllFiles": "Expand all files",