feat: Implementierung des Checkout-Logins mit E-Mail/Username-Support

This commit is contained in:
Codex Agent
2025-10-08 21:57:46 +02:00
parent cee279cbab
commit 417b1da484
25 changed files with 730 additions and 212 deletions

View File

@@ -279,6 +279,14 @@
"privacy": "Privacy",
"impressum": "Imprint"
},
"header": {
"home": "Home",
"packages": "Packages",
"blog": "Blog",
"contact": "Contact",
"login": "Login",
"register": "Register"
},
"footer": {
"company": "Fotospiel GmbH",
"rights_reserved": "All Rights Reserved"
@@ -324,5 +332,82 @@
"name": "Lisa K."
}
}
},
"checkout": {
"title": "Checkout",
"subtitle": "Secure Checkout Process",
"back": "Back",
"next": "Next",
"cancel": "Cancel",
"package_step": {
"title": "Select Package",
"subtitle": "Selection and Comparison",
"description": "Choose the right package for your needs",
"no_package_selected": "No package selected. Please choose a package from the overview.",
"alternatives_title": "Alternative Packages",
"no_alternatives": "No further packages in this category available.",
"next_to_account": "Next to Account",
"loading": "Loading..."
},
"auth_step": {
"title": "Account",
"subtitle": "Login or Register",
"description": "Create an account or log in to continue with your purchase.",
"already_logged_in_title": "Already Logged In",
"already_logged_in_desc": "You are already logged in as {email}.",
"next_to_payment": "Next to Payment",
"switch_to_register": "Register",
"switch_to_login": "Login",
"google_coming_soon": "Google Login coming soon in Comfort-Delta."
},
"payment_step": {
"title": "Payment",
"subtitle": "Secure Payment",
"description": "Complete your purchase securely with your chosen payment method.",
"free_package_title": "Free Package",
"free_package_desc": "This package is free. We activate it directly after confirmation.",
"activate_package": "Activate Package",
"loading_payment": "Payment data is loading...",
"secure_payment_desc": "Secure payment with credit card, debit card or SEPA direct debit.",
"payment_failed": "Payment failed. ",
"error_card": "Card error occurred.",
"error_validation": "Input data is invalid.",
"error_connection": "Connection error. Please check your internet connection.",
"error_server": "Server error. Please try again later.",
"error_auth": "Authentication error. Please reload the page.",
"error_unknown": "Unknown error occurred.",
"processing": "Payment is being processed. Please wait...",
"needs_method": "Payment method required. Please check card details.",
"needs_confirm": "Payment needs confirmation.",
"unexpected_status": "Unexpected payment status: {status}",
"processing_btn": "Processing...",
"pay_now": "Pay Now (${price})",
"stripe_not_loaded": "Stripe is not initialized. Please reload the page.",
"network_error": "Network error loading payment data",
"payment_intent_error": "Error loading payment data"
},
"confirmation_step": {
"title": "Confirmation",
"subtitle": "All Done!",
"description": "Your package is activated. Check your email for details.",
"welcome": "Welcome to FotoSpiel",
"package_activated": "Your package '{name}' is activated.",
"email_sent": "We have sent you a confirmation email.",
"open_profile": "Open Profile",
"to_admin": "To Admin Area"
},
"confirmation": {
"welcome": "Welcome to FotoSpiel",
"package_activated": "Your package '{name}' is activated.",
"email_sent": "We have sent you a confirmation email.",
"open_profile": "Open Profile",
"to_admin": "To Admin Area"
},
"auth": {
"already_logged_in": "You are already logged in as {email}.",
"switch_to_register": "Register",
"switch_to_login": "Login",
"google_coming_soon": "Google Login coming soon in Comfort-Delta."
}
}
}