export default { gitChanges: { changes: 'Changes', history: 'History', changedFiles: 'changed', noChanges: 'No changes (clean working tree)', noDiff: 'No diff available', noCommits: 'No commits yet', noSearchResult: 'No matching commits', commitsUnit: 'commits', searchPlaceholder: 'Search commits (keyword/author)', expand: 'Expand', collapse: 'Collapse', modified: 'Modified', added: 'Added', deleted: 'Deleted', untracked: 'Untracked', notGitRepo: 'Not a git repository', detached: 'HEAD detached', loadMore: 'Load more', switchBranch: 'Switch branch', branches: 'Branches', noBranches: 'No branches', branchSwitchHint: 'Use AI assistant to switch branches (git_branch tool)', }, }