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": "Mudar para esta branch",
"mergeBranchIntoCurrent": "Mesclar {branchName} em {currentBranch}",
"rebaseCurrentToBranch": "Rebase de {currentBranch} sobre {branchName}",
"versionControl": "Controle de versão",
"noBranch": "Sem ramo",
"initGitRepo": "Inicializar repositório Git",
"pullCode": "Fazer pull do código",
"fetchRemoteBranches": "Buscar branches remotas",