{t('search.searching')}
{searchProgress && ({t('search.projectsScanned', { count: searchProgress.scannedProjects })}/{searchProgress.totalProjects}
)}{t('search.tryDifferentQuery')}
{t('search.matches', { count: conversationResults.totalMatches })}
{isSearching && searchProgress && ({searchProgress.scannedProjects}/{searchProgress.totalProjects}
{runningSessionsCount > 0 ? t('running.noMatchingSessions', 'No running sessions match this search.') : t('running.emptyDescription', 'Active work will appear here while a provider is processing.')}
{t('archived.loadingDescription', 'Fetching hidden workspaces and sessions you can restore later.')}
{archivedSessionsCount > 0 ? t('archived.tryDifferentSearch', 'Try a different search term.') : t('archived.emptyDescription', 'Archived workspaces and sessions will appear here when you hide them from the active list.')}
{`${archivedSessionsCount} ${t( archivedSessionsCount === 1 ? 'archived.sessionCountOne' : 'archived.sessionCountOther', archivedSessionsCount === 1 ? 'archived item' : 'archived items', )}`}
{project.fullPath}
{group.projectPath}
)}