diff --git a/src/components/layout/branch-dropdown.tsx b/src/components/layout/branch-dropdown.tsx index c62ebab..749c8d5 100644 --- a/src/components/layout/branch-dropdown.tsx +++ b/src/components/layout/branch-dropdown.tsx @@ -571,7 +571,7 @@ export function BranchDropdown() { {folderName} - {t("versionControl")} + {t("noBranch")} diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 24bf7bf..e6c76cb 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -1068,7 +1068,7 @@ "switchToBranch": "التبديل إلى هذا الفرع", "mergeBranchIntoCurrent": "دمج {branchName} في {currentBranch}", "rebaseCurrentToBranch": "Rebase لـ {currentBranch} على {branchName}", - "versionControl": "التحكم في الإصدارات", + "noBranch": "بدون فرع", "initGitRepo": "تهيئة مستودع Git", "pullCode": "سحب الكود", "fetchRemoteBranches": "جلب الفروع البعيدة", diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index d21af18..87bf79b 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -1068,7 +1068,7 @@ "switchToBranch": "Zu diesem Branch wechseln", "mergeBranchIntoCurrent": "{branchName} in {currentBranch} mergen", "rebaseCurrentToBranch": "{currentBranch} auf {branchName} rebasen", - "versionControl": "Versionskontrolle", + "noBranch": "Kein Branch", "initGitRepo": "Git-Repository initialisieren", "pullCode": "Code pullen", "fetchRemoteBranches": "Remote-Branches fetchen", diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 2c8d1a8..d494454 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -1068,7 +1068,7 @@ "switchToBranch": "Switch to this branch", "mergeBranchIntoCurrent": "Merge {branchName} into {currentBranch}", "rebaseCurrentToBranch": "Rebase {currentBranch} onto {branchName}", - "versionControl": "Version Control", + "noBranch": "No branch", "initGitRepo": "Initialize Git repository", "pullCode": "Pull code", "fetchRemoteBranches": "Fetch remote branches", diff --git a/src/i18n/messages/es.json b/src/i18n/messages/es.json index 1e6b019..6606786 100644 --- a/src/i18n/messages/es.json +++ b/src/i18n/messages/es.json @@ -1068,7 +1068,7 @@ "switchToBranch": "Cambiar a esta rama", "mergeBranchIntoCurrent": "Fusionar {branchName} en {currentBranch}", "rebaseCurrentToBranch": "Rebase de {currentBranch} sobre {branchName}", - "versionControl": "Control de versiones", + "noBranch": "Sin rama", "initGitRepo": "Inicializar repositorio Git", "pullCode": "Hacer pull del código", "fetchRemoteBranches": "Obtener ramas remotas", diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 6fd8e82..2515aac 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -1068,7 +1068,7 @@ "switchToBranch": "Basculer vers cette branche", "mergeBranchIntoCurrent": "Fusionner {branchName} dans {currentBranch}", "rebaseCurrentToBranch": "Rebaser {currentBranch} sur {branchName}", - "versionControl": "Contrôle de version", + "noBranch": "Aucune branche", "initGitRepo": "Initialiser le dépôt Git", "pullCode": "Pull du code", "fetchRemoteBranches": "Récupérer les branches distantes", diff --git a/src/i18n/messages/ja.json b/src/i18n/messages/ja.json index dd17331..79dbb85 100644 --- a/src/i18n/messages/ja.json +++ b/src/i18n/messages/ja.json @@ -1068,7 +1068,7 @@ "switchToBranch": "このブランチに切り替え", "mergeBranchIntoCurrent": "{branchName} を {currentBranch} にマージ", "rebaseCurrentToBranch": "{currentBranch} を {branchName} にリベース", - "versionControl": "バージョン管理", + "noBranch": "ブランチなし", "initGitRepo": "Git リポジトリを初期化", "pullCode": "コードをプル", "fetchRemoteBranches": "リモートブランチをフェッチ", diff --git a/src/i18n/messages/ko.json b/src/i18n/messages/ko.json index 177bdf4..1afb9b2 100644 --- a/src/i18n/messages/ko.json +++ b/src/i18n/messages/ko.json @@ -1068,7 +1068,7 @@ "switchToBranch": "이 브랜치로 전환", "mergeBranchIntoCurrent": "{branchName}을(를) {currentBranch}에 병합", "rebaseCurrentToBranch": "{currentBranch}를 {branchName}로 리베이스", - "versionControl": "버전 관리", + "noBranch": "브랜치 없음", "initGitRepo": "Git 저장소 초기화", "pullCode": "코드 pull", "fetchRemoteBranches": "원격 브랜치 가져오기", diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 45addc2..c7ab746 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -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", diff --git a/src/i18n/messages/zh-CN.json b/src/i18n/messages/zh-CN.json index 7ee1c4c..5a9355d 100644 --- a/src/i18n/messages/zh-CN.json +++ b/src/i18n/messages/zh-CN.json @@ -1068,7 +1068,7 @@ "switchToBranch": "切换到此分支", "mergeBranchIntoCurrent": "将 {branchName} 合并到 {currentBranch}", "rebaseCurrentToBranch": "将 {currentBranch} 变基到 {branchName}", - "versionControl": "版本控制", + "noBranch": "无分支", "initGitRepo": "初始化 Git 仓库", "pullCode": "更新代码", "fetchRemoteBranches": "提取远程分支", diff --git a/src/i18n/messages/zh-TW.json b/src/i18n/messages/zh-TW.json index 8baf44e..ec42682 100644 --- a/src/i18n/messages/zh-TW.json +++ b/src/i18n/messages/zh-TW.json @@ -1068,7 +1068,7 @@ "switchToBranch": "切換到此分支", "mergeBranchIntoCurrent": "將 {branchName} 合併到 {currentBranch}", "rebaseCurrentToBranch": "將 {currentBranch} 變基到 {branchName}", - "versionControl": "版本控制", + "noBranch": "無分支", "initGitRepo": "初始化 Git 倉庫", "pullCode": "更新程式碼", "fetchRemoteBranches": "提取遠端分支",