feat: translate dashboard page and components to English

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan
2026-03-01 21:22:53 +00:00
parent 55676f59bd
commit 0fb27b1825
5 changed files with 38 additions and 38 deletions

View File

@@ -98,7 +98,7 @@ export function StatCard({ title, value, icon, trend, color = "primary" }: StatC
{trend.isPositive ? "+" : ""}
{trend.value}%
</span>
<span className="text-xs text-primary-400 ml-1">vs ayer</span>
<span className="text-xs text-primary-400 ml-1">vs yesterday</span>
</div>
)}
</div>