Add traslations
This commit is contained in:
@@ -114,6 +114,16 @@
|
||||
"quantity_required": "Quantity must be greater than zero",
|
||||
"expiration_past": "Expiration date is in the past",
|
||||
"expiring_soon": "Warning: This ingredient expires very soon!"
|
||||
},
|
||||
"templates": {
|
||||
"basic-bakery": "Basic Bakery Ingredients",
|
||||
"basic-bakery-desc": "Essential ingredients for any bakery",
|
||||
"pastry-essentials": "Pastry Essentials",
|
||||
"pastry-essentials-desc": "Ingredients for cakes and desserts",
|
||||
"bread-basics": "Bread Basics",
|
||||
"bread-basics-desc": "Everything needed for artisan bread",
|
||||
"chocolate-specialties": "Chocolate Specialties",
|
||||
"chocolate-specialties-desc": "For chocolate products"
|
||||
}
|
||||
},
|
||||
"recipes": {
|
||||
@@ -153,7 +163,9 @@
|
||||
},
|
||||
"placeholders": {
|
||||
"name": "e.g., Baguette, Croissant",
|
||||
"finished_product": "Select finished product..."
|
||||
"finished_product": "Select finished product...",
|
||||
"yield_quantity": "10",
|
||||
"ingredient_quantity": "Qty"
|
||||
},
|
||||
"errors": {
|
||||
"name_required": "Recipe name is required",
|
||||
|
||||
Reference in New Issue
Block a user