Imporve the UI 5

This commit is contained in:
Urtzi Alfaro
2026-01-03 15:55:24 +01:00
parent db12c57b0b
commit 47ccea4900
8 changed files with 65 additions and 24 deletions

View File

@@ -54,6 +54,12 @@
"standard_cost": "Target cost for budgeting and variance analysis",
"average_cost": "Automatically calculated from weighted average of purchases"
},
"type": {
"ingredient": "Ingredient",
"ingredient_desc": "Raw materials for production",
"finished_product": "Finished Product",
"finished_product_desc": "Products ready for sale"
},
"enums": {
"product_type": {
"ingredient": "Ingredient",
@@ -75,7 +81,16 @@
"pcs": "Pieces",
"pkg": "Packages",
"bags": "Bags",
"boxes": "Boxes"
"boxes": "Boxes",
"KILOGRAMS": "Kilograms",
"GRAMS": "Grams",
"LITERS": "Liters",
"MILLILITERS": "Milliliters",
"UNITS": "Units",
"PIECES": "Pieces",
"PACKAGES": "Packages",
"BAGS": "Bags",
"BOXES": "Boxes"
},
"ingredient_category": {
"flour": "Flour",

View File

@@ -69,6 +69,7 @@
},
"plans": {
"starter": {
"name": "Starter",
"description": "Perfect for small bakeries getting started",
"tagline": "Start reducing waste today",
"roi_badge": "Bakeries save €300-500/month on waste",
@@ -76,6 +77,7 @@
"recommended_for": "Your first bakery"
},
"professional": {
"name": "Professional",
"description": "For growing bakeries with multiple locations",
"tagline": "Grow with artificial intelligence",
"roi_badge": "Bakeries save €800-1,200/month on waste & ordering",
@@ -83,6 +85,7 @@
"recommended_for": "Expanding bakeries"
},
"enterprise": {
"name": "Enterprise",
"description": "For large bakery chains and franchises",
"tagline": "Complete control for your chain",
"roi_badge": "Contact us for custom ROI analysis",
@@ -128,7 +131,6 @@
"choose_plan": "Choose Plan",
"selected": "Selected",
"plan_selected": "Plan Selected",
"click_to_select": "Click on any plan to select it",
"best_value": "Best Value",
"free_trial_footer": "{months} months free • Card required",
"professional_value_badge": "10x capacity • Advanced AI • Multi-location",