improved choosing payment method

This commit is contained in:
2026-01-21 15:51:38 +01:00
parent 697e84b5ea
commit 308b21ae6c
3 changed files with 64 additions and 10 deletions
+3 -2
View File
@@ -18,8 +18,9 @@
"error": "Fehler",
"cash": "Bar",
"paypal": "PayPal",
"transfer": "Überweisung",
"transfer": "Andere (notieren)",
"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."
"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"
}
+3 -2
View File
@@ -17,11 +17,12 @@
"error": "Error",
"cash": "Cash",
"paypal": "PayPal",
"transfer": "Bank Transfer",
"transfer": "Other (note down)",
"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."
"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"
}