Improve unified wizard
This commit is contained in:
@@ -994,6 +994,40 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"title": "Add Equipment",
|
||||
"equipmentDetails": "Equipment Details",
|
||||
"subtitle": "Bakery Equipment",
|
||||
"fields": {
|
||||
"name": "Equipment Name",
|
||||
"namePlaceholder": "E.g., Main Production Oven",
|
||||
"type": "Equipment Type",
|
||||
"model": "Model",
|
||||
"modelPlaceholder": "E.g., Rational SCC 101",
|
||||
"location": "Location",
|
||||
"locationPlaceholder": "E.g., Main kitchen",
|
||||
"status": "Status",
|
||||
"installDate": "Install Date"
|
||||
},
|
||||
"types": {
|
||||
"oven": "Oven",
|
||||
"mixer": "Mixer",
|
||||
"proofer": "Proofer",
|
||||
"freezer": "Freezer",
|
||||
"packaging": "Packaging",
|
||||
"other": "Other"
|
||||
},
|
||||
"steps": {
|
||||
"equipmentDetails": "Equipment Details",
|
||||
"equipmentDetailsDescription": "Type, model, location"
|
||||
},
|
||||
"messages": {
|
||||
"errorGettingTenant": "Could not get tenant information",
|
||||
"noBrand": "No brand",
|
||||
"successCreate": "Equipment created successfully",
|
||||
"errorCreate": "Error creating equipment"
|
||||
}
|
||||
},
|
||||
"purchaseOrder": {
|
||||
"orderItems": {
|
||||
"titleHeader": "Products to Purchase",
|
||||
|
||||
Reference in New Issue
Block a user