{t('home.loading')}
{t('home.loadingHint')}
{loadingProgress}%
{t('home.subtitle')}
"{hitokoto.hitokoto}" —— {hitokoto.from}
) : null}{t('home.stats.recentPeriod', { range: timeRange < 48 ? timeRange + t('home.stats.hours') : Math.floor(timeRange / 24) + t('home.stats.days') })}
{summary.cost_per_hour > 0 ? t('home.stats.perHour', { value: `¥${summary.cost_per_hour.toFixed(2)}` }) : t('home.stats.noData')}
{summary.tokens_per_hour > 0 ? t('home.stats.perHour', { value: formatNumber(summary.tokens_per_hour).display }) : t('home.stats.noData')}
{t('home.stats.avgResponseDesc')}
{t('home.stats.replied', { num: formatNumber(summary.total_replies).display })} {formatNumber(summary.total_replies).needsExact && ( ({formatNumber(summary.total_replies).exact}) )}
{t('home.stats.per100Messages')}