schickere bestellbestätigung und user role detaults auf "user" gesetzt.

This commit is contained in:
Codex Agent
2025-12-23 10:33:06 +01:00
parent ed5c1918fc
commit 886b24b06b
8 changed files with 409 additions and 12 deletions

View File

@@ -15,9 +15,40 @@ return [
'subject' => 'Kauf-Bestätigung - :package',
'greeting' => 'Vielen Dank für Ihren Kauf, :name!',
'package' => 'Package: :package',
'price' => 'Preis: :price',
'activation' => 'Das Package ist nun in Ihrem Tenant-Account aktiviert.',
'footer' => 'Mit freundlichen Grüßen,<br>Das Fotospiel-Team',
'price' => 'Preis: :price',
'activation' => 'Ihr Event-Paket ist jetzt im Tenant-Account aktiviert.',
'footer' => 'Mit freundlichen Grüßen,<br>Das Team von Die Fotospiel.App',
'brand_label' => 'Die Fotospiel.App',
'brand_footer' => 'Die Fotospiel.App · Event-Pakete mit Wow-Effekt',
'subtitle' => 'Ihre Bestellung wurde erfolgreich bestätigt. Hier finden Sie alle Details auf einen Blick.',
'summary_title' => 'Bestellübersicht',
'package_label' => 'Event-Paket',
'type_label' => 'Paketart',
'date_label' => 'Kaufdatum',
'provider_label' => 'Zahlungsanbieter',
'order_label' => 'Bestellnummer',
'price_label' => 'Gesamtbetrag',
'activation_label' => 'Aktivierung',
'limits_title' => 'Ihre Paketdetails',
'invoice_title' => 'Rechnung',
'invoice_link' => 'Rechnung öffnen',
'cta' => 'Zum Event-Admin',
'provider' => [
'paddle' => 'Paddle',
'manual' => 'Manuell',
'free' => 'Kostenfrei',
],
'package_type' => [
'endcustomer' => 'Einmalkauf pro Event',
'reseller' => 'Jahresabo für Reseller',
],
'limits' => [
'max_photos' => 'Max. Fotos',
'max_guests' => 'Max. Gäste',
'gallery_days' => 'Galerie-Tage',
'max_tasks' => 'Max. Aufgaben',
'max_events_per_year' => 'Events pro Jahr',
],
],
'abandoned_checkout' => [