Fix onboarding UI
This commit is contained in:
@@ -69,7 +69,9 @@
|
||||
"expand": "Expand",
|
||||
"collapse": "Collapse",
|
||||
"save_draft": "Save Draft",
|
||||
"confirm_receipt": "Confirm Receipt"
|
||||
"confirm_receipt": "Confirm Receipt",
|
||||
"hide": "Hide",
|
||||
"preview": "Preview"
|
||||
},
|
||||
"saved": "saved",
|
||||
"item": "item",
|
||||
|
||||
7
frontend/src/locales/en/recipe_templates.json
Normal file
7
frontend/src/locales/en/recipe_templates.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"bizcochuelo": {
|
||||
"instructions": "1. Beat eggs with sugar until fluffy\n2. Add vanilla\n3. Gently fold in flour and baking powder\n4. Pour into greased pan\n5. Bake at 180°C for 35 minutes",
|
||||
"tip1": "Do not overmix after adding flour",
|
||||
"tip2": "Test doneness with toothpick"
|
||||
}
|
||||
}
|
||||
@@ -147,7 +147,7 @@
|
||||
"prerequisites_desc": "You need at least 2 ingredients in your inventory before creating recipes. Go back to the Inventory step to add more ingredients.",
|
||||
"added_count": "{count} recipe added",
|
||||
"added_count_plural": "{count} recipes added",
|
||||
"minimum_met": "{count} recipe(s) added - Ready to continue!",
|
||||
"minimum_met": "Ready to continue!",
|
||||
"your_recipes": "Your Recipes",
|
||||
"yield_label": "Yield",
|
||||
"add_recipe": "Add Recipe",
|
||||
@@ -189,23 +189,40 @@
|
||||
"recommended": "2+ recommended (optional)",
|
||||
"your_checks": "Your Quality Checks",
|
||||
"add_check": "Add Quality Check",
|
||||
"edit_check": "Edit Quality Check",
|
||||
"confirm_delete": "Are you sure you want to delete this quality check?",
|
||||
"add_first": "Add Your First Quality Check",
|
||||
"add_another": "Add Another Quality Check",
|
||||
"measurement_settings": "Measurement Settings",
|
||||
"measurement_help": "Define the acceptable range and target for this measurement.",
|
||||
"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)"
|
||||
"critical": "Critical check (failure stops production)",
|
||||
"unit": "Unit",
|
||||
"min_value": "Minimum Value",
|
||||
"max_value": "Maximum Value",
|
||||
"target_value": "Target Value",
|
||||
"tolerance": "Tolerance %"
|
||||
},
|
||||
"placeholders": {
|
||||
"name": "e.g., Crust color check, Dough temperature",
|
||||
"description": "What should be checked and why..."
|
||||
"description": "What should be checked and why...",
|
||||
"unit_temp": "e.g., °C, °F",
|
||||
"unit_weight": "e.g., g, kg, oz, lb",
|
||||
"unit_measurement": "e.g., cm, mm, inches",
|
||||
"target": "Optional"
|
||||
},
|
||||
"errors": {
|
||||
"name_required": "Name is required",
|
||||
"stages_required": "At least one stage is required"
|
||||
"stages_required": "At least one stage is required",
|
||||
"unit_required": "Unit is required for this check type",
|
||||
"invalid_number": "Must be a valid number",
|
||||
"max_greater_than_min": "Maximum must be greater than minimum",
|
||||
"tolerance_range": "Must be between 0 and 100"
|
||||
}
|
||||
},
|
||||
"team": {
|
||||
@@ -272,6 +289,31 @@
|
||||
"completion": {
|
||||
"title": "🎉 Setup Complete!",
|
||||
"subtitle": "Congratulations! Your bakery management system is ready to use. Let's get started with your first tasks.",
|
||||
"congratulations": "Congratulations! Your System Is Ready",
|
||||
"all_configured": "You have successfully configured {name} with our intelligent management system. Everything is ready to start optimizing your bakery.",
|
||||
"what_configured": "What You Have Configured",
|
||||
"bakery_info": "Bakery Information",
|
||||
"inventory_ai": "AI Inventory",
|
||||
"suppliers_added": "Suppliers Added",
|
||||
"recipes_configured": "Recipes Configured",
|
||||
"quality_set": "Quality Standards",
|
||||
"team_invited": "Team Members",
|
||||
"quick": {
|
||||
"analytics": "Analytics",
|
||||
"inventory": "Inventory",
|
||||
"procurement": "Purchases",
|
||||
"production": "Production"
|
||||
},
|
||||
"tips_title": "Tips to Maximize Your Success",
|
||||
"tip1": "Review the dashboard daily for insights",
|
||||
"tip2": "Update inventory regularly",
|
||||
"tip3": "Use AI predictions for planning",
|
||||
"tip4": "Invite your team to collaborate",
|
||||
"go_to_dashboard": "Start Using the System",
|
||||
"need_help": "Need help? Visit our",
|
||||
"user_guide": "user guide",
|
||||
"or_contact": "or contact our",
|
||||
"support_team": "support team",
|
||||
"next_steps": "Recommended Next Steps",
|
||||
"step1_title": "Start Production",
|
||||
"step1_desc": "Create your first production batch using your configured recipes",
|
||||
@@ -291,7 +333,6 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user