feat: implement success page and update routing; add lucide icons and enhance form submission feedback
This commit is contained in:
@@ -18,5 +18,8 @@
|
||||
"error": "Fehler",
|
||||
"cash": "Bar",
|
||||
"paypal": "PayPal",
|
||||
"transfer": "Überweisung"
|
||||
"transfer": "Überweisung",
|
||||
"ticket-payment": "Sie haben erflogreich {count} {count, plural, one {Los} other {Lose}} gekauft.",
|
||||
"entry-id": "Eintrags-ID",
|
||||
"thank-you": "Vielen Dank für Ihre Unterstützung der Claudius Akademie! Wir wünschen Ihnen viel Glück mit dem Los."
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
"first-name": "First Name",
|
||||
"last-name": "Last Name",
|
||||
"phone-number": "Phone Number",
|
||||
"tickets": "Tickets",
|
||||
"invoice": "Invoice",
|
||||
"company-name": "Company Name",
|
||||
"street": "Street + House No.",
|
||||
@@ -18,5 +17,11 @@
|
||||
"error": "Error",
|
||||
"cash": "Cash",
|
||||
"paypal": "PayPal",
|
||||
"transfer": "Bank Transfer"
|
||||
"transfer": "Bank Transfer",
|
||||
"ticket-payment_one": "You have successfully purchased {{count}} ticket.",
|
||||
"ticket-payment_other": "You have successfully purchased {{count}} tickets.",
|
||||
"ticket": "ticket",
|
||||
"tickets": "tickets",
|
||||
"entry-id": "Entry ID",
|
||||
"thank-you": "Thank you for supporting the Claudius Akademie! We wish you the best of luck with your ticket."
|
||||
}
|
||||
Reference in New Issue
Block a user