git页面修复

This commit is contained in:
2025-08-09 23:10:29 +08:00
parent 272ea62bee
commit dbda05e688
3 changed files with 60 additions and 40 deletions

View File

@@ -73,6 +73,14 @@
"saved": "Saved",
"unsavedChangesConfirm": "You have unsaved changes. Are you sure you want to leave?",
"gitPanel": "Git",
"gitChanges": "Changes",
"expandCurrentFolder": "Expand current folder",
"expandAllFolders": "Expand all folders",
"collapseCurrentFolder": "Collapse current folder",
"collapseAllFolders": "Collapse all folders",
"ahead": "ahead",
"behind": "behind",
"gitStatus": "Status",
"gitHistory": "History",
"gitBranches": "Branches",

View File

@@ -73,6 +73,14 @@
"gitStatus": "状态",
"gitHistory": "历史",
"gitBranches": "分支",
"gitChanges": "变更",
"expandCurrentFolder": "展开当前文件夹",
"expandAllFolders": "展开所有文件夹",
"collapseCurrentFolder": "收起当前文件夹",
"collapseAllFolders": "收起所有文件夹",
"ahead": "领先",
"behind": "落后",
"workingTreeClean": "工作区清洁",
"staged": "已暂存",
"modified": "已修改",