Support multiple languages
This commit is contained in:
@@ -37,12 +37,43 @@
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"messages": {
|
||||
"welcome": "Welcome back",
|
||||
|
||||
Reference in New Issue
Block a user