Improve the frontend 5

This commit is contained in:
Urtzi Alfaro
2025-11-02 20:24:44 +01:00
parent 0220da1725
commit 5adb0e39c0
90 changed files with 10658 additions and 2548 deletions

View File

@@ -84,5 +84,21 @@
"trends": "Trends",
"top_products": "Top products",
"top_customers": "Top customers"
},
"patterns": {
"title": "Customer Patterns",
"hourly_traffic": "Hourly Traffic",
"weekly_traffic": "Weekly Traffic",
"peak_hours": "Peak Hours",
"busiest_days": "Busiest Days",
"hourly_description": "Transaction patterns by hour of day based on sales data",
"weekly_description": "Distribution of transactions by day of the week",
"no_hourly_data": "No hourly traffic data for this period",
"no_weekly_data": "No weekly traffic data for this period",
"no_peak_hours": "Not enough data to show peak hours",
"no_busiest_days": "Not enough data to show busiest days",
"transactions": "transactions",
"peak_hour_label": "Peak hour",
"active_day_label": "Active day"
}
}