Files
bakery-ia/frontend/src/locales/en/dashboard.json

162 lines
5.3 KiB
JSON
Raw Normal View History

2025-09-22 11:04:03 +02:00
{
"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",
2025-10-27 16:33:26 +01:00
"products_sold": "Products Sold",
"waste_reduction": "Waste Reduction",
"monthly_savings": "Monthly Savings"
2025-09-22 11:04:03 +02:00
},
"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",
2025-10-21 19:50:07 +02:00
"tomorrow_procurement": "Tomorrow's Procurement",
"today_production": "Today's Production",
"pending_po_approvals": "Pending Purchase Orders",
2025-09-22 11:04:03 +02:00
"recent_activity": "Recent Activity",
"quick_actions": "Quick Actions"
},
2025-10-21 19:50:07 +02:00
"procurement": {
"title": "What needs to be bought for tomorrow?",
"empty": "All supplies ready for tomorrow",
"items_needed": "items needed"
},
"production": {
"title": "What needs to be produced today?",
"empty": "No production scheduled for today",
"batches_pending": "batches pending"
},
"po_approvals": {
"title": "What purchase orders need approval?",
"empty": "No purchase orders pending approval",
"pos_pending": "purchase orders pending approval",
"view_all": "View all orders",
"approve": "Approve",
"reject": "Reject"
},
2025-09-22 11:04:03 +02:00
"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": {
2025-09-25 12:14:46 +02:00
"title": "Alerts",
"live": "Live",
"offline": "Offline",
"no_alerts": "No active alerts",
"view_all": "View all alerts",
"time": {
"now": "Now",
"minutes_ago": "{{count}} min ago",
"hours_ago": "{{count}} h ago",
"yesterday": "Yesterday"
},
"types": {
"low_stock": "Low Stock",
"production_delay": "Production Delay",
"quality_issue": "Quality Issue",
"equipment_maintenance": "Equipment Maintenance",
"order_pending": "Order Pending",
"delivery_due": "Delivery Due",
"critical": "Critical",
"warning": "Warning",
"info": "Information",
"success": "Success"
},
"status": {
"new": "New",
"acknowledged": "Acknowledged",
"resolved": "Resolved"
},
"types": {
"alert": "Alert",
"recommendation": "Recommendation"
},
"recommended_actions": "Recommended Actions",
"additional_details": "Additional Details",
"mark_as_read": "Mark as read",
"remove": "Remove",
"active_count": "{{count}} active alerts"
2025-09-22 11:04:03 +02:00
},
"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",
2025-10-27 16:33:26 +01:00
"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"
2025-09-22 11:04:03 +02:00
},
"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"
2025-10-27 16:33:26 +01:00
},
"config": {
"title": "Complete Your Bakery Setup",
"subtitle": "Configure essential features to get started",
"inventory": "Inventory",
"suppliers": "Suppliers",
"recipes": "Recipes",
"quality": "Quality Standards",
"add_ingredients": "Add at least {{count}} ingredients",
"add_supplier": "Add your first supplier",
"add_recipe": "Create your first recipe",
"add_quality": "Add quality checks (optional)",
"sections_complete": "sections complete",
"added": "added",
"recommended": "recommended",
"next_step": "Next Step",
"configure": "Configure",
"features_unlocked": "Features Unlocked!",
"features": {
"inventory_tracking": "Inventory Tracking",
"purchase_orders": "Purchase Orders",
"production_planning": "Production Planning",
"cost_analysis": "Cost Analysis"
}
},
2025-10-27 16:33:26 +01:00
"errors": {
"failed_to_load_stats": "Failed to load dashboard statistics. Please try again."
2025-09-22 11:04:03 +02:00
}
}