Hintergründe zum EventInvitePage Layout Customizer hinzugefügt. Badge und CTA entfernt, Textfelder zu Textareas gemacht. Geschenkgutscheine verbessert, E-Mail-Versand ergänzt + Resend + Confirmationseite mit Code-Copy und Link zur Package-Seite, die den Code als URL-Parameter enthält.

This commit is contained in:
Codex Agent
2025-12-08 16:20:04 +01:00
parent 046e2fe3ec
commit 4784c23e70
35 changed files with 1503 additions and 136 deletions

View File

@@ -215,7 +215,37 @@
"purchase_complete_title": "Complete Purchase",
"purchase_complete_desc": "Log in to continue.",
"login": "Login",
"no_account": "No Account? Register"
"no_account": "No Account? Register",
"gift_code_title": "Your gift voucher code",
"gift_code_label": "Voucher code",
"gift_loading": "Loading your voucher…",
"gift_lookup_failed": "We could not load the voucher. Please check your confirmation email.",
"gift_copy": "Copy code",
"gift_copied": "Copied!",
"gift_copy_failed": "Copying failed. Please try again.",
"gift_share": "Share",
"gift_value": "Value: :amount :currency",
"gift_expires": "Valid until :date",
"gift_share_text": "Here is your Fotospiel gift voucher. Code: :code (value :amount :currency)."
},
"gift": {
"lookup_title": "Check voucher status",
"lookup_subtitle": "Already have a code? See value, validity, and status.",
"lookup_label": "Voucher code",
"lookup_cta": "Check code",
"lookup_not_found": "Voucher not found or no longer valid.",
"lookup_result_code": "Code: :code",
"lookup_result_value": "Value: :amount :currency",
"lookup_result_expires": "Valid until :date",
"lookup_status": {
"issued": "Status: Issued (ready to redeem)",
"redeemed": "Status: Redeemed",
"refunded": "Status: Refunded",
"expired": "Status: Expired",
"reminder": "Reminder scheduled",
"expiry": "Expiry reminder scheduled"
},
"too_many_attempts": "Too many attempts. Please wait a moment and try again."
},
"blog_show": {
"title_suffix": " - Fotospiel Blog",