Files
bakery-ia/frontend/src/locales/en/demo.json
2025-12-18 13:26:32 +01:00

92 lines
3.1 KiB
JSON

{
"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"
},
"banner": {
"active_session": "Active Demo Session",
"time_remaining": "Time remaining",
"session_expired": "Session expired",
"tutorial_button": "View Tutorial",
"continue_tutorial": "Continue Tutorial",
"tutorial_paused": "Tutorial paused at step",
"create_account": "Create Account",
"exit": "Exit"
},
"exit_modal": {
"title": "Are you sure you want to exit?",
"time_left": "You still have",
"time_left_suffix": "of demo session left.",
"cta_title": "Like what you see?",
"cta_description": "Join hundreds of bakeries already optimizing their production, reducing costs and improving profitability with our professional system.",
"benefits": {
"save_data": "Save your data",
"save_data_suffix": "permanently and securely",
"full_access": "Full access",
"full_access_suffix": "to all professional features"
},
"create_account_button": "Create Account",
"continue_demo": "Continue Demo",
"exit_demo": "Exit Demo"
}
}