Improve the frontend modals
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"customer_satisfaction": "Customer Satisfaction",
|
||||
"inventory_turnover": "Inventory Turnover",
|
||||
"daily_profit": "Daily Profit",
|
||||
"products_sold": "Products Sold"
|
||||
"products_sold": "Products Sold",
|
||||
"waste_reduction": "Waste Reduction",
|
||||
"monthly_savings": "Monthly Savings"
|
||||
},
|
||||
"trends": {
|
||||
"vs_yesterday": "% vs yesterday",
|
||||
@@ -112,7 +114,14 @@
|
||||
"action_required": "Action required",
|
||||
"manage_organizations": "Manage your organizations",
|
||||
"setup_new_business": "Set up a new business from scratch",
|
||||
"active_organizations": "Active Organizations"
|
||||
"active_organizations": "Active Organizations",
|
||||
"excellent_progress": "Excellent progress!",
|
||||
"keep_improving": "Keep improving",
|
||||
"from_sustainability": "From sustainability",
|
||||
"all_caught_up": "All caught up!",
|
||||
"stock_healthy": "Stock healthy",
|
||||
"same_as_yesterday": "Same as yesterday",
|
||||
"less_than_yesterday": "less than yesterday"
|
||||
},
|
||||
"time_periods": {
|
||||
"today": "Today",
|
||||
@@ -122,5 +131,8 @@
|
||||
"last_7_days": "Last 7 days",
|
||||
"last_30_days": "Last 30 days",
|
||||
"last_90_days": "Last 90 days"
|
||||
},
|
||||
"errors": {
|
||||
"failed_to_load_stats": "Failed to load dashboard statistics. Please try again."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user