Files
bakery-ia/frontend/src/locales/en/inventory.json
2025-09-26 07:46:25 +02:00

49 lines
1.0 KiB
JSON

{
"product_type": {
"raw_material": "Raw Material",
"intermediate": "Intermediate Product",
"finished_product": "Finished Product",
"packaging": "Packaging"
},
"production_stage": {
"raw": "Raw",
"in_process": "In Process",
"finished": "Finished",
"packaged": "Packaged"
},
"unit_of_measure": {
"kg": "Kilograms",
"g": "Grams",
"l": "Liters",
"ml": "Milliliters",
"pieces": "Pieces",
"units": "Units",
"portions": "Portions"
},
"ingredient_category": {
"flour": "Flour",
"dairy": "Dairy",
"eggs": "Eggs",
"fats": "Fats",
"sugar": "Sugar",
"yeast": "Yeast",
"spices": "Spices",
"other": "Other"
},
"product_category": {
"bread": "Bread",
"pastry": "Pastry",
"cake": "Cake",
"cookie": "Cookie",
"salted": "Salted",
"other": "Other"
},
"stock_movement_type": {
"purchase": "Purchase",
"production": "Production",
"sale": "Sale",
"adjustment": "Adjustment",
"waste": "Waste",
"transfer": "Transfer"
}
}