Files
bakery-ia/frontend/src/locales/en/equipment.json
2025-10-29 06:58:05 +01:00

153 lines
4.5 KiB
JSON

{
"title": "Equipment",
"subtitle": "Manage and monitor your production equipment",
"equipment_status": {
"operational": "Operational",
"maintenance": "Maintenance",
"down": "Out of Service",
"warning": "Warning"
},
"equipment_types": {
"oven": "Oven",
"mixer": "Mixer",
"proofer": "Proofing Chamber",
"freezer": "Freezer",
"packaging": "Packaging Machine",
"other": "Other"
},
"fields": {
"name": "Name",
"type": "Type",
"model": "Model",
"serial_number": "Serial Number",
"location": "Location",
"status": "Status",
"install_date": "Installation Date",
"last_maintenance": "Last Maintenance",
"next_maintenance": "Next Maintenance",
"maintenance_interval": "Maintenance Interval",
"efficiency": "Efficiency",
"uptime": "Uptime",
"energy_usage": "Energy Usage",
"temperature": "Temperature",
"target_temperature": "Target Temperature",
"current_temperature": "Current Temperature",
"power": "Power",
"capacity": "Capacity",
"weight": "Weight",
"parts": "Parts",
"utilization_today": "Utilization Today",
"edit": "Edit",
"notes": "Notes",
"date": "Date",
"technician": "Technician",
"downtime": "Downtime",
"maintenance_type": "Maintenance Type",
"priority": "Priority",
"scheduled_date": "Scheduled Date",
"time": "Time",
"duration": "Duration (hours)",
"parts_needed": "Parts Needed",
"description": "Description",
"specifications": {
"power": "Power",
"capacity": "Capacity",
"weight": "Weight",
"width": "Width",
"height": "Height",
"depth": "Depth"
}
},
"actions": {
"add_equipment": "Add Equipment",
"edit_equipment": "Edit Equipment",
"delete_equipment": "Delete Equipment",
"delete": "Delete",
"schedule_maintenance": "Schedule Maintenance",
"schedule": "Schedule",
"view_maintenance_history": "View Maintenance History",
"acknowledge_alert": "Acknowledge Alert",
"view_details": "View Details",
"view_history": "View History",
"close": "Close",
"cost": "Cost",
"edit": "Edit"
},
"labels": {
"total_equipment": "Total Equipment",
"operational": "Operational",
"warning": "Warning",
"maintenance_required": "Maintenance Required",
"down": "Down",
"avg_efficiency": "Average Efficiency",
"active_alerts": "Active Alerts",
"maintenance_due": "Maintenance Due",
"overdue_maintenance": "Overdue Maintenance",
"low_efficiency": "Low Efficiency"
},
"sections": {
"equipment_info": "Equipment Information",
"performance": "Performance",
"maintenance": "Maintenance Information",
"maintenance_info": "Maintenance Information",
"specifications": "Specifications",
"temperature_monitoring": "Temperature Monitoring",
"notes": "Notes",
"scheduling": "Scheduling",
"details": "Details",
"create_equipment_subtitle": "Fill in the details for the new equipment"
},
"placeholders": {
"name": "Enter equipment name",
"model": "Enter equipment model",
"serial_number": "Enter serial number",
"location": "Enter location",
"notes": "Additional notes and observations",
"technician": "Assigned technician name",
"parts_needed": "List of required parts and materials",
"maintenance_description": "Description of the maintenance work to be performed"
},
"descriptions": {
"equipment_efficiency": "Current equipment efficiency percentage",
"uptime_percentage": "Percentage of uptime",
"active_alerts_count": "Number of active alerts not acknowledged"
},
"maintenance": {
"title": "Maintenance",
"last": "Last",
"next": "Next",
"interval": "Interval",
"history": "History",
"records": "records",
"overdue": "Overdue",
"scheduled": "Scheduled",
"no_history": "No maintenance history",
"no_history_description": "Maintenance records will appear here when operations are performed",
"type": {
"preventive": "Preventive",
"corrective": "Corrective",
"emergency": "Emergency"
}
},
"priority": {
"low": "Low",
"medium": "Medium",
"high": "High",
"urgent": "Urgent"
},
"validation": {
"required": "This field is required",
"must_be_positive": "Must be greater than 0"
},
"alerts": {
"title": "Alerts",
"unread_alerts": "unread alerts",
"acknowledged": "Acknowledged",
"new": "New",
"acknowledge": "Acknowledge",
"critical": "Critical",
"warning": "Warning",
"info": "Information"
}
}