Improve frontend traslations 2
This commit is contained in:
65
frontend/src/locales/en/demo.json
Normal file
65
frontend/src/locales/en/demo.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"hero": {
|
||||
"badge": "Interactive Demo",
|
||||
"title": "Try El Panadero Digital",
|
||||
"subtitle": "no commitment",
|
||||
"description": "Choose the bakery type that fits your business",
|
||||
"benefits": {
|
||||
"no_credit_card": "No credit card required",
|
||||
"access_time": "30 minutes access",
|
||||
"real_data": "Real data in Spanish"
|
||||
}
|
||||
},
|
||||
"accounts": {
|
||||
"individual_bakery": {
|
||||
"title": "Individual Bakery with Local Production",
|
||||
"subtitle": "Bakery with own production",
|
||||
"characteristics": {
|
||||
"title": "Business Characteristics",
|
||||
"employees": "Employees",
|
||||
"employees_value": "~8",
|
||||
"shifts": "Shifts",
|
||||
"shifts_value": "1/day",
|
||||
"sales": "Sales",
|
||||
"sales_value": "Direct",
|
||||
"products": "Products",
|
||||
"products_value": "Local"
|
||||
}
|
||||
},
|
||||
"central_baker": {
|
||||
"title": "Franchise Bakery with Central Kitchen",
|
||||
"subtitle": "Point of Sale + Central Kitchen",
|
||||
"characteristics": {
|
||||
"title": "Business Characteristics",
|
||||
"employees": "Employees",
|
||||
"employees_value": "~5-6",
|
||||
"shifts": "Shifts",
|
||||
"shifts_value": "2/day",
|
||||
"model": "Model",
|
||||
"model_value": "Franchise",
|
||||
"products": "Products",
|
||||
"products_value": "From kitchen"
|
||||
}
|
||||
},
|
||||
"features_title": "Included features:",
|
||||
"demo_badge": "DEMO",
|
||||
"start_demo": "Start Demo"
|
||||
},
|
||||
"loading": {
|
||||
"initial": "Loading demo accounts...",
|
||||
"preparing_title": "Preparing your Demo",
|
||||
"preparing_description": "Setting up your personalized environment with sample data...",
|
||||
"ready_title": "Ready! Redirecting...",
|
||||
"ready_description": "Your environment is ready. Accessing dashboard...",
|
||||
"estimated_time": "Estimated time: ~{seconds}s",
|
||||
"tip": "💡 Tip: The demo includes real data from Spanish bakeries so you can explore all features"
|
||||
},
|
||||
"footer": {
|
||||
"have_account": "Already have an account?",
|
||||
"login_link": "Login here"
|
||||
},
|
||||
"errors": {
|
||||
"loading_accounts": "Error loading demo accounts",
|
||||
"creating_session": "Error creating demo session"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user