fix(branch-dropdown): show "No branch" label when folder is not a git repository

This commit is contained in:
xintaofei
2026-04-23 15:12:46 +08:00
parent ec115e5a12
commit ba7f3c598b
11 changed files with 11 additions and 11 deletions

View File

@@ -1068,7 +1068,7 @@
"switchToBranch": "このブランチに切り替え",
"mergeBranchIntoCurrent": "{branchName} を {currentBranch} にマージ",
"rebaseCurrentToBranch": "{currentBranch} を {branchName} にリベース",
"versionControl": "バージョン管理",
"noBranch": "ブランチなし",
"initGitRepo": "Git リポジトリを初期化",
"pullCode": "コードをプル",
"fetchRemoteBranches": "リモートブランチをフェッチ",