Support multiple languages
This commit is contained in:
127
frontend/src/locales/en/landing.json
Normal file
127
frontend/src/locales/en/landing.json
Normal file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"navigation": {
|
||||
"features": "Features",
|
||||
"benefits": "Benefits",
|
||||
"pricing": "Pricing",
|
||||
"testimonials": "Testimonials"
|
||||
},
|
||||
"hero": {
|
||||
"badge": "Advanced AI for Bakeries",
|
||||
"title_line1": "Revolutionize your",
|
||||
"title_line2": "Bakery with AI",
|
||||
"subtitle": "Automatically optimize your production, reduce waste by up to 35%, predict demand with 92% accuracy and increase your sales with artificial intelligence.",
|
||||
"cta_primary": "Start Free 14-Day Trial",
|
||||
"cta_secondary": "Watch Live Demo",
|
||||
"features": {
|
||||
"no_credit_card": "No credit card required",
|
||||
"quick_setup": "5-minute setup",
|
||||
"support_24_7": "24/7 support in English"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"title": "Everything you need to optimize your bakery",
|
||||
"subtitle": "Powerful tools designed specifically for modern bakeries",
|
||||
"ai_forecasting": {
|
||||
"title": "AI Demand Forecasting",
|
||||
"description": "Advanced algorithms predict which products you'll need each day with 92% accuracy"
|
||||
},
|
||||
"production_optimization": {
|
||||
"title": "Production Optimization",
|
||||
"description": "Automatically plan baking schedules and staff management for maximum efficiency"
|
||||
},
|
||||
"waste_reduction": {
|
||||
"title": "Waste Reduction",
|
||||
"description": "Reduce waste by up to 35% with precise predictions and intelligent inventory management"
|
||||
},
|
||||
"real_time_analytics": {
|
||||
"title": "Real-Time Analytics",
|
||||
"description": "Intuitive dashboard with sales, production and profitability metrics updated instantly"
|
||||
},
|
||||
"inventory_management": {
|
||||
"title": "Inventory Management",
|
||||
"description": "Automatic stock control with smart alerts and automated purchase orders"
|
||||
},
|
||||
"customer_insights": {
|
||||
"title": "Customer Insights",
|
||||
"description": "Understand buying patterns and preferences to improve customer experience"
|
||||
}
|
||||
},
|
||||
"benefits": {
|
||||
"title": "Proven results that transform your business",
|
||||
"subtitle": "Over 1,000 bakeries have already transformed their operations with our AI",
|
||||
"waste_reduction": {
|
||||
"value": "35%",
|
||||
"label": "Waste reduction"
|
||||
},
|
||||
"accuracy": {
|
||||
"value": "92%",
|
||||
"label": "Prediction accuracy"
|
||||
},
|
||||
"time_saved": {
|
||||
"value": "4h",
|
||||
"label": "Daily planning time saved"
|
||||
},
|
||||
"sales_increase": {
|
||||
"value": "28%",
|
||||
"label": "Average sales increase"
|
||||
}
|
||||
},
|
||||
"pricing": {
|
||||
"title": "Plans designed for bakeries of all sizes",
|
||||
"subtitle": "Start free and scale as you grow",
|
||||
"starter": {
|
||||
"name": "Starter",
|
||||
"price": "Free",
|
||||
"description": "Perfect for small bakeries getting started",
|
||||
"features": [
|
||||
"Up to 50 products",
|
||||
"Basic demand forecasting",
|
||||
"Basic dashboard",
|
||||
"Email support"
|
||||
]
|
||||
},
|
||||
"professional": {
|
||||
"name": "Professional",
|
||||
"price": "$49",
|
||||
"price_period": "/month",
|
||||
"description": "Ideal for established bakeries",
|
||||
"features": [
|
||||
"Unlimited products",
|
||||
"Advanced AI forecasting",
|
||||
"Complete analytics",
|
||||
"Inventory management",
|
||||
"Production optimization",
|
||||
"Priority 24/7 support"
|
||||
]
|
||||
},
|
||||
"enterprise": {
|
||||
"name": "Enterprise",
|
||||
"price": "Custom",
|
||||
"description": "Complete solution for chains and franchises",
|
||||
"features": [
|
||||
"Multi-location",
|
||||
"Custom API",
|
||||
"Advanced integrations",
|
||||
"Dedicated support",
|
||||
"Custom training",
|
||||
"Guaranteed SLA"
|
||||
]
|
||||
},
|
||||
"cta": "Get Started Now",
|
||||
"contact": "Contact Sales"
|
||||
},
|
||||
"testimonials": {
|
||||
"title": "What our customers say",
|
||||
"subtitle": "Bakeries worldwide trust our platform"
|
||||
},
|
||||
"cta_section": {
|
||||
"title": "Ready to revolutionize your bakery?",
|
||||
"subtitle": "Join over 1,000 bakeries already using AI to optimize their operations",
|
||||
"cta": "Start Free Today"
|
||||
},
|
||||
"footer_cta": {
|
||||
"security": "Enterprise security",
|
||||
"uptime": "99.9% guaranteed uptime",
|
||||
"data_protection": "GDPR data protection"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user