初步支持远程Git管理
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user