Files
bakery-ia/frontend/src/locales/en/setup_wizard.json

289 lines
12 KiB
JSON
Raw Normal View History

{
"why_this_matters": "Why This Matters",
"optional": "Optional",
"navigation": {
"continue": "Continue →",
"back": "← Back",
"skip": "Skip for now"
},
"welcome": {
"title": "Excellent! Your AI is Ready",
"subtitle": "Now let's set up your bakery's daily operations so the system can help you manage:",
"feature_inventory": "Inventory Tracking",
"feature_inventory_desc": "Real-time stock levels & reorder alerts",
"feature_recipes": "Recipe Costing",
"feature_recipes_desc": "Automatic cost calculation & profitability analysis",
"feature_quality": "Quality Monitoring",
"feature_quality_desc": "Track standards & production quality",
"feature_team": "Team Coordination",
"feature_team_desc": "Assign tasks & track responsibilities",
"time_estimate": "Takes about 15-20 minutes",
"save_resume": "You can save progress and resume anytime",
"skip": "I'll Do This Later",
"get_started": "Let's Get Started! →"
},
"suppliers": {
"why": "Suppliers are the source of your ingredients. Setting them up now lets you track costs, manage orders, and analyze supplier performance.",
2025-12-19 13:10:24 +01:00
"added_count": "{count} supplier added",
"added_count_plural": "{count} suppliers added",
"minimum_met": "Minimum requirement met",
"add_minimum": "Add at least 1 supplier to continue",
"your_suppliers": "Your Suppliers",
"confirm_delete": "Are you sure you want to delete this supplier?",
"edit_supplier": "Edit Supplier",
"add_supplier": "Add Supplier",
"add_first": "Add Your First Supplier",
"add_another": "Add Another Supplier",
"manage_products": "Manage Products",
"products": "products",
"products_for": "Products for {{name}}",
"add_products": "Add Products",
"no_products_available": "No products available",
"select_products": "Select Products",
"unit_price": "Price",
"unit": "Unit",
"min_qty": "Min Qty",
"add_new_product": "Add New Product",
"save_products": "Save",
"no_products_warning": "Add at least 1 product to enable automatic purchase orders",
"fields": {
"name": "Supplier Name",
"type": "Type",
"contact_person": "Contact Person",
"phone": "Phone",
"email": "Email"
},
"placeholders": {
"name": "e.g., Molinos SA, Distribuidora López",
"contact_person": "e.g., Juan Pérez",
"phone": "e.g., +54 11 1234-5678",
"email": "e.g., ventas@proveedor.com"
},
"errors": {
"name_required": "Name is required",
"email_invalid": "Invalid email format"
}
},
"inventory": {
"why": "Inventory items are the building blocks of your recipes. Once set up, the system will track quantities, alert you when stock is low, and help you calculate recipe costs.",
"quick_start": "Quick Start",
"quick_start_desc": "Import common ingredients to get started quickly",
"essential": "Essential Ingredients",
"common": "Common Ingredients",
"packaging": "Packaging",
"import_all": "Import All",
"templates_hint": "Click any item to customize before adding, or use \"Import All\" for quick setup",
"show_templates": "Show Quick Start Templates",
2025-12-19 13:10:24 +01:00
"added_count": "{count} ingredient added",
"added_count_plural": "{count} ingredients added",
"minimum_met": "Minimum requirement met",
2025-12-19 13:10:24 +01:00
"need_more": "Need {count} more",
"your_ingredients": "Your Ingredients",
"add_ingredient": "Add Ingredient",
"edit_ingredient": "Edit Ingredient",
"add_first": "Add Your First Ingredient",
"add_another": "Add Another Ingredient",
"confirm_delete": "Are you sure you want to delete this ingredient?",
"add_stock": "Add Initial Stock",
"quantity": "Quantity",
"expiration_date": "Expiration Date",
"supplier": "Supplier",
"batch_number": "Batch/Lot Number",
"stock_help": "Expiration tracking helps prevent waste and enables FIFO inventory management",
"add_another_lot": "+ Add Another Lot",
"add_another_stock": "Add Another Stock Lot",
"add_initial_stock": "Add Initial Stock (Optional)",
"fields": {
"name": "Ingredient Name",
"category": "Category",
"unit": "Unit of Measure",
"brand": "Brand",
"cost": "Standard Cost"
},
"placeholders": {
"name": "e.g., Harina 000, Levadura fresca",
"brand": "e.g., Molinos Río",
"cost": "e.g., 150.00"
},
"errors": {
"name_required": "Name is required",
"cost_invalid": "Cost must be a valid number",
"threshold_invalid": "Threshold must be a valid number"
},
"stock_errors": {
"quantity_required": "Quantity must be greater than zero",
"expiration_past": "Expiration date is in the past",
"expiring_soon": "Warning: This ingredient expires very soon!"
2025-12-25 18:35:37 +01:00
},
"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": {
"why": "Recipes connect your inventory to production. The system will calculate exact costs per item, track ingredient consumption, and help you optimize your menu profitability.",
"quick_start": "Recipe Templates",
"quick_start_desc": "Start with proven recipes and customize to your needs",
"category": {
"breads": "Breads",
"pastries": "Pastries",
"cakes": "Cakes & Tarts",
"cookies": "Cookies"
},
"use_template": "Use Template",
"templates_hint": "Templates will automatically match your ingredients. Review and adjust as needed.",
"show_templates": "Show Recipe Templates",
"prerequisites_title": "More ingredients needed",
"prerequisites_desc": "You need at least 2 ingredients in your inventory before creating recipes. Go back to the Inventory step to add more ingredients.",
2025-12-19 13:10:24 +01:00
"added_count": "{count} recipe added",
"added_count_plural": "{count} recipes added",
"minimum_met": "{count} recipe(s) added - Ready to continue!",
"your_recipes": "Your Recipes",
"yield_label": "Yield",
"add_recipe": "Add Recipe",
"add_first": "Add Your First Recipe",
"add_another": "Add Another Recipe",
"add_new_ingredient": "Add New Ingredient",
"select_ingredient": "Select...",
"add_ingredient": "Add Ingredient",
"no_ingredients": "No ingredients added yet",
"confirm_delete": "Are you sure you want to delete this recipe?",
"fields": {
"name": "Recipe Name",
"finished_product": "Finished Product",
"yield_quantity": "Yield Quantity",
"yield_unit": "Unit",
"ingredients": "Ingredients"
},
"placeholders": {
"name": "e.g., Baguette, Croissant",
2025-12-25 18:35:37 +01:00
"finished_product": "Select finished product...",
"yield_quantity": "10",
"ingredient_quantity": "Qty"
},
"errors": {
"name_required": "Recipe name is required",
"finished_product_required": "Finished product is required",
"yield_invalid": "Yield must be a positive number",
"ingredients_required": "At least one ingredient is required",
"ingredient_required": "Ingredient is required",
"quantity_invalid": "Quantity must be positive"
}
},
"quality": {
"why": "Quality checks ensure consistent output and help you identify issues early. Define what \"good\" looks like for each stage of production.",
"optional_note": "You can skip this and configure quality checks later",
2025-12-19 13:10:24 +01:00
"added_count": "{count} quality check added",
"added_count_plural": "{count} quality checks added",
"recommended_met": "Recommended amount met",
"recommended": "2+ recommended (optional)",
"your_checks": "Your Quality Checks",
"add_check": "Add Quality Check",
"add_first": "Add Your First Quality Check",
"add_another": "Add Another Quality Check",
"fields": {
"name": "Check Name",
"check_type": "Check Type",
"description": "Description",
"stages": "Applicable Stages",
"required": "Required check (must be completed)",
"critical": "Critical check (failure stops production)"
},
"placeholders": {
"name": "e.g., Crust color check, Dough temperature",
"description": "What should be checked and why..."
},
"errors": {
"name_required": "Name is required",
"stages_required": "At least one stage is required"
}
},
"team": {
"why": "Adding team members allows you to assign tasks, track who does what, and give everyone the tools they need to work efficiently.",
"optional_note": "You can add team members now or invite them later from settings",
"invitation_note": "Team members will receive invitation emails once you complete the setup wizard.",
2025-12-19 13:10:24 +01:00
"added_count": "{count} team member added",
"added_count_plural": "{count} team members added",
"your_team": "Your Team Members",
"add_member": "Add Team Member",
"add_first": "Add Your First Team Member",
"add_another": "Add Another Team Member",
"skip_message": "Working alone for now? No problem!",
"skip_hint": "You can always invite team members later from Settings → Team",
"fields": {
"name": "Full Name",
"email": "Email Address",
"role": "Role"
},
"placeholders": {
"name": "e.g., María García",
"email": "e.g., maria@panaderia.com"
},
"errors": {
"name_required": "Name is required",
"email_required": "Email is required",
"email_invalid": "Invalid email format",
"email_duplicate": "This email is already added"
}
},
"review": {
"title": "Review Your Setup",
"subtitle": "Let's review everything you've configured. You can go back and make changes if needed.",
"suppliers": "Suppliers",
"ingredients": "Ingredients",
"recipes": "Recipes",
"quality": "Quality Checks",
"suppliers_title": "Suppliers",
"more": "more",
"ingredients_title": "Inventory Items",
"total_cost": "Total value",
"recipes_title": "Recipes",
"avg_ingredients": "Avg ingredients",
"yields": "Yields",
"cost": "Cost",
"quality_title": "Quality Check Templates",
"required": "Required",
"ready_title": "Your Bakery is Ready to Go!",
"ready_message": "You've successfully configured {{suppliers}} suppliers, {{ingredients}} ingredients, and {{recipes}} recipes. Click 'Complete Setup' to finish and start using the system.",
"help": "Need to make changes? Use the \"Back\" button to return to any step."
},
"completion": {
"title": "🎉 Setup Complete!",
"subtitle": "Congratulations! Your bakery management system is ready to use. Let's get started with your first tasks.",
"next_steps": "Recommended Next Steps",
"step1_title": "Start Production",
"step1_desc": "Create your first production batch using your configured recipes",
"step1_action": "Go to Production",
"step2_title": "Order Inventory",
"step2_desc": "Place your first purchase order with your suppliers",
"step2_action": "View Procurement",
"step3_title": "Track Analytics",
"step3_desc": "Monitor your production efficiency and costs in real-time",
"step3_action": "View Analytics",
"tips": "Pro Tips for Success",
"tip1_title": "Keep Inventory Updated",
"tip1_desc": "Regularly update stock levels to get accurate cost calculations and low-stock alerts",
"tip2_title": "Monitor Quality Metrics",
"tip2_desc": "Use quality checks during production to identify issues early and maintain consistency",
"tip3_title": "Review Analytics Weekly",
"tip3_desc": "Check your production analytics every week to optimize recipes and reduce waste",
"tip4_title": "Maintain Supplier Relationships",
"tip4_desc": "Keep supplier information current and track order performance for better partnerships",
"need_help": "Need Help?",
"settings": "Settings",
"settings_desc": "Configure preferences",
"dashboard": "Dashboard",
"dashboard_desc": "View overview",
"recipes": "Recipes",
"recipes_desc": "Manage recipes",
"go_dashboard": "Go to Dashboard",
"thanks": "Thank you for completing the setup! Happy baking! 🥖🥐🍰"
}
}