Add i18 support
This commit is contained in:
74
frontend/src/locales/en/dashboard.json
Normal file
74
frontend/src/locales/en/dashboard.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"title": "Dashboard",
|
||||
"subtitle": "Overview of your bakery operations",
|
||||
"stats": {
|
||||
"sales_today": "Sales Today",
|
||||
"pending_orders": "Pending Orders",
|
||||
"stock_alerts": "Stock Alerts",
|
||||
"production_efficiency": "Production Efficiency",
|
||||
"revenue_growth": "Revenue Growth",
|
||||
"customer_satisfaction": "Customer Satisfaction",
|
||||
"inventory_turnover": "Inventory Turnover",
|
||||
"daily_profit": "Daily Profit",
|
||||
"products_sold": "Products Sold"
|
||||
},
|
||||
"trends": {
|
||||
"vs_yesterday": "% vs yesterday",
|
||||
"vs_last_week": "% vs last week",
|
||||
"vs_last_month": "% vs last month",
|
||||
"growth": "growth",
|
||||
"decrease": "decrease",
|
||||
"stable": "stable"
|
||||
},
|
||||
"sections": {
|
||||
"critical_stats": "Critical Statistics",
|
||||
"real_time_alerts": "Real-time Alerts",
|
||||
"procurement_today": "Procurement Today",
|
||||
"production_today": "Production Today",
|
||||
"recent_activity": "Recent Activity",
|
||||
"quick_actions": "Quick Actions"
|
||||
},
|
||||
"quick_actions": {
|
||||
"add_new_bakery": "Add New Bakery",
|
||||
"create_order": "Create Order",
|
||||
"start_production": "Start Production",
|
||||
"check_inventory": "Check Inventory",
|
||||
"view_reports": "View Reports",
|
||||
"manage_staff": "Manage Staff"
|
||||
},
|
||||
"alerts": {
|
||||
"low_stock": "Low Stock",
|
||||
"production_delay": "Production Delay",
|
||||
"quality_issue": "Quality Issue",
|
||||
"equipment_maintenance": "Equipment Maintenance",
|
||||
"order_pending": "Order Pending",
|
||||
"delivery_due": "Delivery Due"
|
||||
},
|
||||
"messages": {
|
||||
"welcome": "Welcome back",
|
||||
"good_morning": "Good morning",
|
||||
"good_afternoon": "Good afternoon",
|
||||
"good_evening": "Good evening",
|
||||
"no_data": "No data available",
|
||||
"loading": "Loading dashboard data...",
|
||||
"error_loading": "Error loading data",
|
||||
"last_updated": "Last updated",
|
||||
"auto_refresh": "Auto refresh in",
|
||||
"more_than_yesterday": "more than yesterday",
|
||||
"require_attention": "Require attention",
|
||||
"more_units": "more units",
|
||||
"action_required": "Action required",
|
||||
"manage_organizations": "Manage your organizations",
|
||||
"setup_new_business": "Set up a new business from scratch",
|
||||
"active_organizations": "Active Organizations"
|
||||
},
|
||||
"time_periods": {
|
||||
"today": "Today",
|
||||
"this_week": "This Week",
|
||||
"this_month": "This Month",
|
||||
"this_year": "This Year",
|
||||
"last_7_days": "Last 7 days",
|
||||
"last_30_days": "Last 30 days",
|
||||
"last_90_days": "Last 90 days"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user