Imporve onboarding UI
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
},
|
||||
"suppliers": {
|
||||
"why": "Suppliers are the source of your ingredients. Setting them up now lets you track costs, manage orders, and analyze supplier performance.",
|
||||
"added_count": "{{count}} supplier added",
|
||||
"added_count_plural": "{{count}} suppliers added",
|
||||
"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",
|
||||
@@ -74,10 +74,10 @@
|
||||
"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",
|
||||
"added_count": "{{count}} ingredient added",
|
||||
"added_count_plural": "{{count}} ingredients added",
|
||||
"added_count": "{count} ingredient added",
|
||||
"added_count_plural": "{count} ingredients added",
|
||||
"minimum_met": "Minimum requirement met",
|
||||
"need_more": "Need {{count}} more",
|
||||
"need_more": "Need {count} more",
|
||||
"your_ingredients": "Your Ingredients",
|
||||
"add_ingredient": "Add Ingredient",
|
||||
"edit_ingredient": "Edit Ingredient",
|
||||
@@ -131,9 +131,9 @@
|
||||
"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.",
|
||||
"added_count": "{{count}} recipe added",
|
||||
"added_count_plural": "{{count}} recipes added",
|
||||
"minimum_met": "{{count}} recipe(s) added - Ready to continue!",
|
||||
"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",
|
||||
@@ -167,8 +167,8 @@
|
||||
"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",
|
||||
"added_count": "{{count}} quality check added",
|
||||
"added_count_plural": "{{count}} quality checks added",
|
||||
"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",
|
||||
@@ -196,8 +196,8 @@
|
||||
"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.",
|
||||
"added_count": "{{count}} team member added",
|
||||
"added_count_plural": "{{count}} team members added",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user