{node.path}
{t('app.noCommitsFound')}
{commit.message}
{commit.short_hash || commit.hash.substring(0, 7)}
{commit.files_changed > 0 && (
{commit.files_changed} {t('app.filesChanged')}
)}
{selectedPath ? t('app.expandCurrentFolder') : t('app.expandAllFolders')}
{selectedPath ? t('app.collapseCurrentFolder') : t('app.collapseAllFolders')}
{error}
{t('app.workingTreeClean')}