Improve the frontend 5
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user