{ "common": { "optional": "Optional", "required": "Required", "autoGenerated": "Auto-generated", "leaveEmptyForAutoGeneration": "Leave empty for auto-generation", "readOnly": "Read-only - Auto-generated", "willBeGeneratedAutomatically": "Will be generated automatically", "autoGeneratedOnSave": "Auto-generated on save" }, "inventory": { "title": "Add Inventory", "inventoryDetails": "Inventory Item Details", "fillRequiredInfo": "Fill in the required information to create an inventory item", "fields": { "name": "Name", "namePlaceholder": "E.g., All-Purpose Flour, Sourdough Bread", "productType": "Product Type", "unitOfMeasure": "Unit of Measure", "sku": "SKU", "skuPlaceholder": "Leave empty for auto-generation", "skuTooltip": "Leave empty to auto-generate from backend, or enter custom SKU", "barcode": "Barcode", "barcodePlaceholder": "Barcode/UPC/EAN", "ingredientCategory": "Ingredient Category", "productCategory": "Product Category", "brand": "Brand", "brandPlaceholder": "Brand name", "description": "Description", "descriptionPlaceholder": "Detailed description of the inventory item", "averageCost": "Average Cost (€)", "lastPurchasePrice": "Last Purchase Price (€)", "standardCost": "Standard Cost (€)", "sellingPrice": "Selling Price (€)", "minimumPrice": "Minimum Price (€)", "lowStockThreshold": "Low Stock Threshold", "reorderPoint": "Reorder Point", "reorderQuantity": "Reorder Quantity", "maxStockLevel": "Max Stock Level", "leadTimeDays": "Lead Time (days)", "packageSize": "Package Size", "packageSizePlaceholder": "E.g., 25kg bag, 12-pack", "shelfLifeDays": "Shelf Life (days)", "displayLifeHours": "Display Life (hours)", "storageTempRange": "Storage Temp Range (°C)", "storageTempMin": "Min", "storageTempMax": "Max", "storageInstructions": "Storage Instructions", "storageInstructionsPlaceholder": "E.g., Store in cool, dry place away from direct sunlight", "handlingInstructions": "Handling Instructions", "handlingInstructionsPlaceholder": "Special handling requirements", "isPerishable": "Perishable Item", "preferredSupplierId": "Preferred Supplier ID", "preferredSupplierIdPlaceholder": "Supplier ID", "supplierProductCode": "Supplier Product Code", "supplierProductCodePlaceholder": "Supplier's product code", "allergenInfo": "Allergen Information", "allergenInfoPlaceholder": "gluten, milk, eggs", "nutritionalInfo": "Nutritional Information", "nutritionalInfoPlaceholder": "calories:250, protein:8g, carbs:45g", "certifications": "Certifications", "certificationsPlaceholder": "Organic, Non-GMO, Kosher", "weight": "Weight (kg)", "volume": "Volume (L)", "dimensions": "Dimensions (L×W×H cm)", "dimensionsPlaceholder": "30×20×15", "color": "Color", "colorPlaceholder": "Product color", "isActive": "Active Item", "trackByLot": "Track by Lot/Batch", "trackByExpiry": "Track by Expiry Date", "allowNegativeStock": "Allow Negative Stock", "notes": "Notes", "notesPlaceholder": "Additional notes about this item", "tags": "Tags", "tagsPlaceholder": "organic, premium, seasonal", "customFields": "Custom Fields (JSON)", "customFieldsPlaceholder": "{\"custom_field\": \"value\"}" }, "sections": { "basicInformation": "Basic Information", "advancedOptions": "Advanced Options", "advancedOptionsDescription": "Optional fields for comprehensive inventory management", "pricingInformation": "Pricing Information", "inventoryManagement": "Inventory Management", "productInformation": "Product Information", "storageAndHandling": "Storage & Handling", "supplierInformation": "Supplier Information", "qualityAndCompliance": "Quality & Compliance", "physicalProperties": "Physical Properties", "statusAndTracking": "Status & Tracking", "additionalInformation": "Additional Information" }, "productTypes": { "ingredient": "Ingredient", "finished_product": "Finished Product", "packaging": "Packaging", "consumable": "Consumable" }, "units": { "select": "Select...", "kg": "Kilograms (kg)", "g": "Grams (g)", "l": "Liters (L)", "ml": "Milliliters (ml)", "units": "Units", "dozen": "Dozen", "lb": "Pounds (lb)", "oz": "Ounces (oz)" }, "ingredientCategories": { "select": "Select...", "flour": "Flours", "dairy": "Dairy", "eggs": "Eggs", "fats": "Fats & Oils", "sweeteners": "Sweeteners", "additives": "Additives", "fruits": "Fruits", "nuts": "Nuts & Seeds", "spices": "Spices", "leavening": "Leavening Agents" }, "productCategories": { "select": "Select...", "bread": "Bread", "pastry": "Pastry", "cake": "Cakes", "cookies": "Cookies", "specialty": "Specialty Items" } }, "qualityTemplate": { "title": "Add Quality Template", "templateDetails": "Quality Template Details", "fillRequiredInfo": "Fill in the required information to create a quality check template", "fields": { "name": "Name", "namePlaceholder": "E.g., Bread Quality Control, Hygiene Inspection", "checkType": "Check Type", "weight": "Weight", "weightTooltip": "Importance weight for scoring (0.0-10.0)", "templateCode": "Template Code", "templateCodePlaceholder": "Leave empty for auto-generation", "templateCodeTooltip": "Leave empty to auto-generate from backend, or enter custom code", "version": "Version", "description": "Description", "descriptionPlaceholder": "Detailed description of the quality check template", "applicableStages": "Applicable Stages", "applicableStagesTooltip": "Comma-separated list of production stages: e.g., mixing, proofing, baking, cooling", "applicablePlaceholder": "mixing, proofing, baking, cooling" }, "checkTypes": { "product_quality": "Product Quality", "process_hygiene": "Process Hygiene", "equipment": "Equipment", "safety": "Safety", "cleaning": "Cleaning", "temperature": "Temperature Control", "documentation": "Documentation" }, "sections": { "basicInformation": "Basic Information", "scoringConfiguration": "Scoring Configuration", "advancedOptions": "Advanced Options", "advancedOptionsDescription": "Optional fields for comprehensive quality template configuration" } }, "customerOrder": { "title": "Add Order", "steps": { "customerSelection": "Customer Selection", "orderItems": "Order Items", "deliveryAndPayment": "Delivery & Payment" }, "customerSelection": { "title": "Select or Create Customer", "subtitle": "Choose an existing customer or create a new one", "searchPlaceholder": "Search customers...", "createNew": "Create new customer", "backToList": "← Back to customer list", "fields": { "customerName": "Customer Name", "customerNamePlaceholder": "E.g., The Mill Restaurant", "customerType": "Customer Type", "phone": "Phone", "phonePlaceholder": "+34 123 456 789", "email": "Email", "emailPlaceholder": "contact@restaurant.com" }, "customerTypes": { "retail": "Retail", "wholesale": "Wholesale", "event": "Event", "restaurant": "Restaurant" } }, "orderItems": { "title": "Add Products to Order", "subtitle": "Select products and quantities", "addItem": "Add Item", "removeItem": "Remove item", "fields": { "product": "Product", "productPlaceholder": "Select product...", "quantity": "Quantity", "unitPrice": "Unit Price (€)", "customRequirements": "Custom Requirements", "customRequirementsPlaceholder": "Special instructions...", "subtotal": "Subtotal" }, "total": "Total Amount" }, "deliveryPayment": { "title": "Delivery & Payment Details", "subtitle": "Configure delivery, payment, and order details", "fields": { "requestedDeliveryDate": "Requested Delivery Date", "orderNumber": "Order Number", "orderNumberTooltip": "Automatically generated by backend on order creation (format: ORD-YYYYMMDD-####)", "status": "Status", "orderType": "Order Type", "priority": "Priority" }, "sections": { "basicInfo": "Basic Order Info", "deliveryInfo": "Delivery Information", "paymentInfo": "Payment Information" } } }, "itemTypeSelector": { "title": "Select Type", "description": "Choose what you want to add", "types": { "inventory": { "title": "Inventory", "description": "Add ingredients or products to your inventory" }, "supplier": { "title": "Supplier", "description": "Add a new supplier or vendor" }, "recipe": { "title": "Recipe", "description": "Create a new recipe or formula" }, "equipment": { "title": "Equipment", "description": "Register bakery equipment or machinery" }, "quality-template": { "title": "Quality Template", "description": "Create a quality check template" }, "customer-order": { "title": "Customer Order", "description": "Create a new customer order" }, "customer": { "title": "Customer", "description": "Add a new customer" }, "team-member": { "title": "Team Member", "description": "Add a team member or employee" }, "sales-entry": { "title": "Sales Entry", "description": "Record a sales transaction" } } }, "tooltips": { "averageCost": "Average cost per unit based on purchase history", "standardCost": "Standard/expected cost per unit for costing calculations", "lowStockThreshold": "Alert when stock falls below this level", "reorderPoint": "Trigger reorder when stock reaches this level", "reorderQuantity": "Standard quantity to order when reordering", "leadTime": "Time between order placement and delivery", "displayLife": "Hours product can be displayed before quality degrades", "allergenInfo": "Comma-separated list: e.g., gluten, milk, eggs, nuts", "nutritionalInfo": "Key nutrition facts as comma-separated list", "certifications": "Comma-separated list: e.g., Organic, Non-GMO, Kosher", "tags": "Comma-separated tags for easier search and filtering", "customFields": "Additional custom data in JSON format", "passThreshold": "Minimum score required to pass (0-100)", "frequencyDays": "How often this check should be performed (leave empty for batch-based)", "checkPoints": "Array of check points", "parameters": "Template parameters", "thresholds": "Threshold values", "scoringCriteria": "Custom scoring criteria" } }