初步支持远程Git管理

This commit is contained in:
xintaofei
2026-03-13 22:55:55 +08:00
parent 0720aa930b
commit 767d43b0cf
16 changed files with 535 additions and 10 deletions

View File

@@ -794,6 +794,7 @@
"newWorktree": "新建工作树...",
"stashChanges": "贮藏更改",
"stashPop": "取消贮藏...",
"manageRemotes": "管理远程...",
"localBranches": "本地分支 ({count})",
"noLocalBranches": "无本地分支",
"remoteBranches": "远程分支 ({count})",
@@ -807,7 +808,13 @@
"newWorktreeDescription": "从当前分支 {branch} 创建新的工作树",
"branchNameLabel": "分支名称",
"worktreePathLabel": "工作树路径",
"worktreePathPlaceholder": "工作树路径"
"worktreePathPlaceholder": "工作树路径",
"manageRemotesTitle": "管理远程",
"manageRemotesEmpty": "未配置远程仓库",
"remoteNamePlaceholder": "远程名称",
"remoteUrlPlaceholder": "远程 URL",
"addRemote": "添加",
"savingRemotes": "保存中..."
}
},
"commitDialog": {