feat: update SuccessPage with countdown and return button; localize return button text

This commit is contained in:
2026-01-21 16:27:32 +01:00
parent 9445f5d417
commit e3e1037a85
4 changed files with 44 additions and 5 deletions
+4 -2
View File
@@ -19,8 +19,10 @@
"cash": "Bar",
"paypal": "PayPal",
"transfer": "Andere (notieren)",
"ticket-payment": "Sie haben erflogreich {count} {count, plural, one {Los} other {Lose}} gekauft.",
"ticket-payment_one": "Sie haben erfolgreich {{count}} Los gekauft.",
"ticket-payment_other": "Sie haben erfolgreich {{count}} 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.",
"select-payment-method": "Zahlungsmethode auswählen"
"select-payment-method": "Zahlungsmethode auswählen",
"return-to-homepage": "Zurück"
}
+2 -1
View File
@@ -24,5 +24,6 @@
"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.",
"select-payment-method": "Select Payment Method"
"select-payment-method": "Select Payment Method",
"return-to-homepage": "Return"
}