Add i18 support
This commit is contained in:
80
frontend/src/locales/en/production.json
Normal file
80
frontend/src/locales/en/production.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"title": "Production",
|
||||
"subtitle": "Manage your bakery production",
|
||||
"production_status": {
|
||||
"PENDING": "Pending",
|
||||
"IN_PROGRESS": "In Progress",
|
||||
"COMPLETED": "Completed",
|
||||
"CANCELLED": "Cancelled",
|
||||
"ON_HOLD": "On Hold",
|
||||
"QUALITY_CHECK": "Quality Check",
|
||||
"FAILED": "Failed"
|
||||
},
|
||||
"production_priority": {
|
||||
"LOW": "Low",
|
||||
"MEDIUM": "Medium",
|
||||
"HIGH": "High",
|
||||
"URGENT": "Urgent"
|
||||
},
|
||||
"batch_status": {
|
||||
"PLANNED": "Planned",
|
||||
"IN_PROGRESS": "In Progress",
|
||||
"COMPLETED": "Completed",
|
||||
"CANCELLED": "Cancelled",
|
||||
"ON_HOLD": "On Hold"
|
||||
},
|
||||
"quality_check_status": {
|
||||
"PENDING": "Pending",
|
||||
"IN_PROGRESS": "In Progress",
|
||||
"PASSED": "Passed",
|
||||
"FAILED": "Failed",
|
||||
"REQUIRES_ATTENTION": "Requires Attention"
|
||||
},
|
||||
"fields": {
|
||||
"batch_number": "Batch Number",
|
||||
"production_date": "Production Date",
|
||||
"planned_quantity": "Planned Quantity",
|
||||
"actual_quantity": "Actual Quantity",
|
||||
"yield_percentage": "Yield Percentage",
|
||||
"priority": "Priority",
|
||||
"assigned_staff": "Assigned Staff",
|
||||
"production_notes": "Production Notes",
|
||||
"quality_score": "Quality Score",
|
||||
"quality_notes": "Quality Notes",
|
||||
"defect_rate": "Defect Rate",
|
||||
"rework_required": "Rework Required",
|
||||
"waste_quantity": "Waste Quantity",
|
||||
"waste_reason": "Waste Reason",
|
||||
"efficiency": "Efficiency",
|
||||
"material_cost": "Material Cost",
|
||||
"labor_cost": "Labor Cost",
|
||||
"overhead_cost": "Overhead Cost",
|
||||
"total_cost": "Total Cost",
|
||||
"cost_per_unit": "Cost per Unit"
|
||||
},
|
||||
"actions": {
|
||||
"start_production": "Start Production",
|
||||
"complete_batch": "Complete Batch",
|
||||
"pause_production": "Pause Production",
|
||||
"cancel_batch": "Cancel Batch",
|
||||
"quality_check": "Quality Check",
|
||||
"create_batch": "Create Batch",
|
||||
"view_details": "View Details",
|
||||
"edit_batch": "Edit Batch",
|
||||
"duplicate_batch": "Duplicate Batch"
|
||||
},
|
||||
"labels": {
|
||||
"current_production": "Current Production",
|
||||
"production_queue": "Production Queue",
|
||||
"completed_today": "Completed Today",
|
||||
"efficiency_rate": "Efficiency Rate",
|
||||
"quality_score": "Quality Score",
|
||||
"active_batches": "Active Batches",
|
||||
"pending_quality_checks": "Pending Quality Checks"
|
||||
},
|
||||
"descriptions": {
|
||||
"production_efficiency": "Percentage of efficiency in current production",
|
||||
"quality_average": "Average quality score in recent batches",
|
||||
"waste_reduction": "Waste reduction compared to previous month"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user