初步支持远程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": "変更を stash",
"stashPop": "stash を pop...",
"manageRemotes": "リモート管理...",
"localBranches": "ローカルブランチ ({count, plural, one {#} other {#}})",
"noLocalBranches": "ローカルブランチはありません",
"remoteBranches": "リモートブランチ ({count, plural, one {#} other {#}})",
@@ -807,7 +808,13 @@
"newWorktreeDescription": "現在のブランチ {branch} から新しいワークツリーを作成",
"branchNameLabel": "ブランチ名",
"worktreePathLabel": "ワークツリーのパス",
"worktreePathPlaceholder": "ワークツリーのパス"
"worktreePathPlaceholder": "ワークツリーのパス",
"manageRemotesTitle": "リモート管理",
"manageRemotesEmpty": "リモートが設定されていません",
"remoteNamePlaceholder": "リモート名",
"remoteUrlPlaceholder": "リモート URL",
"addRemote": "追加",
"savingRemotes": "保存中..."
}
},
"commitDialog": {