Add whatsapp feature
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"today_production": "Today's Production",
|
||||
"pending_po_approvals": "Pending Purchase Orders",
|
||||
"recent_activity": "Recent Activity",
|
||||
"quick_actions": "Quick Actions"
|
||||
"quick_actions": "Quick Actions",
|
||||
"key_metrics": "Key Metrics"
|
||||
},
|
||||
"procurement": {
|
||||
"title": "What needs to be bought for tomorrow?",
|
||||
@@ -57,7 +58,11 @@
|
||||
"start_production": "Start Production",
|
||||
"check_inventory": "Check Inventory",
|
||||
"view_reports": "View Reports",
|
||||
"manage_staff": "Manage Staff"
|
||||
"manage_staff": "Manage Staff",
|
||||
"view_orders": "View Orders",
|
||||
"view_production": "Production",
|
||||
"view_inventory": "Inventory",
|
||||
"view_suppliers": "Suppliers"
|
||||
},
|
||||
"alerts": {
|
||||
"title": "Alerts",
|
||||
@@ -121,7 +126,23 @@
|
||||
"all_caught_up": "All caught up!",
|
||||
"stock_healthy": "Stock healthy",
|
||||
"same_as_yesterday": "Same as yesterday",
|
||||
"less_than_yesterday": "less than yesterday"
|
||||
"less_than_yesterday": "less than yesterday",
|
||||
"your_bakery_at_glance": "Your bakery at a glance"
|
||||
},
|
||||
"health": {
|
||||
"production_on_schedule": "Production on schedule",
|
||||
"production_delayed": "{{count}} production batch{{count, plural, one {} other {es}}} delayed",
|
||||
"all_ingredients_in_stock": "All ingredients in stock",
|
||||
"ingredients_out_of_stock": "{{count}} ingredient{{count, plural, one {} other {s}}} out of stock",
|
||||
"no_pending_approvals": "No pending approvals",
|
||||
"approvals_awaiting": "{{count}} purchase order{{count, plural, one {} other {s}}} awaiting approval",
|
||||
"all_systems_operational": "All systems operational",
|
||||
"critical_issues": "{{count}} critical issue{{count, plural, one {} other {s}}}",
|
||||
"headline_green": "Your bakery is running smoothly",
|
||||
"headline_yellow_approvals": "Please review {{count}} pending approval{{count, plural, one {} other {s}}}",
|
||||
"headline_yellow_alerts": "You have {{count}} alert{{count, plural, one {} other {s}}} needing attention",
|
||||
"headline_yellow_general": "Some items need your attention",
|
||||
"headline_red": "Critical issues require immediate action"
|
||||
},
|
||||
"time_periods": {
|
||||
"today": "Today",
|
||||
|
||||
@@ -107,7 +107,11 @@
|
||||
"historical_demand": "Historical demand",
|
||||
"inventory_levels": "Inventory levels",
|
||||
"ai_optimization": "AI optimization",
|
||||
"actions_required": "{{count}} item{{count, plural, one {} other {s}}} need{{count, plural, one {s} other {}}} your approval before proceeding"
|
||||
"actions_required": "{{count}} item{{count, plural, one {} other {s}}} need{{count, plural, one {s} other {}}} your approval before proceeding",
|
||||
"no_tenant_error": "No tenant ID found. Please ensure you're logged in.",
|
||||
"planning_started": "Planning started successfully",
|
||||
"planning_failed": "Failed to start planning",
|
||||
"planning_error": "An error occurred while starting planning"
|
||||
},
|
||||
"production_timeline": {
|
||||
"title": "Your Production Plan Today",
|
||||
|
||||
Reference in New Issue
Block a user