geschenkgutscheine implementiert ("Paket verschenken"). Neuer Upload-Provider: Sparkbooth.

This commit is contained in:
Codex Agent
2025-12-07 16:54:58 +01:00
parent 3f3c0f1d35
commit 046e2fe3ec
50 changed files with 2422 additions and 130 deletions

View File

@@ -210,7 +210,8 @@
"euro": "€"
},
"paddle_not_configured": "This package is not ready for Paddle checkout. Please contact support.",
"paddle_checkout_failed": "We could not start the Paddle checkout. Please try again later."
"paddle_checkout_failed": "We could not start the Paddle checkout. Please try again later.",
"gift_cta": "Gift a package"
},
"blog": {
"title": "Fotospiel - Blog",
@@ -358,21 +359,20 @@
},
"nav": {
"home": "Home",
"how_it_works": "How it Works",
"how_it_works": "How it works",
"features": "Features",
"occasions": "Occasions",
"blog": "Blog",
"packages": "Packages",
"contact": "Contact",
"discover_packages": "Discover Packages",
"privacy": "Privacy",
"impressum": "Imprint",
"occasions_types": {
"weddings": "Weddings",
"birthdays": "Birthdays",
"corporate": "Corporate Events",
"confirmation": "Confirmations"
"confirmation": "Confirmations",
"family": "Family Celebrations"
},
"blog": "Blog",
"packages": "Packages",
"contact": "Contact",
"discover_packages": "Discover Packages",
"language": "Language",
"open_menu": "Open menu",
"close_menu": "Close menu",
@@ -384,7 +384,8 @@
"dashboard": "Go to Admin",
"logout": "Sign out",
"login": "Log in",
"register": "Register"
"register": "Register",
"gift": "Gift cards"
},
"header": {
"home": "Home",
@@ -942,6 +943,38 @@
}
]
},
"gift": {
"title": "Gift cards",
"badge": "Gift a package",
"headline": "Gift the perfect Fotospiel package",
"subline": "Choose a value that matches our packages and surprise friends, family, or clients. Digital delivery with your personal message.",
"validity": "Valid for 5 years. Usable on all end-customer packages.",
"withdrawal": {
"title": "Right of withdrawal",
"body": "14 days from purchase. It expires once the voucher is (even partially) redeemed. No withdrawal after 14 days.",
"link": "View withdrawal policy"
},
"card_subline": "Redeemable on all end-customer packages.",
"card_body": "Instant digital delivery with personalized message.",
"not_available": "Currently not available for checkout.",
"form_title": "Send a gift card",
"form_subtitle": "We email the voucher after successful payment.",
"purchaser_email": "Your email",
"recipient_name": "Recipient name (optional)",
"recipient_name_placeholder": "Alex Example",
"recipient_email": "Recipient email (optional)",
"message": "Message (optional)",
"message_placeholder": "A little something for your event!",
"accept_terms": "I have read the withdrawal policy: 14 days from purchase, expires upon (partial) redemption.",
"accept_terms_required": "Please confirm the withdrawal note.",
"cta": "Continue with Paddle",
"processing": "Opening Paddle checkout …",
"error_select_tier": "Please select a voucher amount.",
"error_purchaser_email": "Please enter a valid email.",
"error_recipient_email": "Please enter a valid recipient email.",
"error_checkout": "Unable to start the checkout. Please try again.",
"error": "Something went wrong. Please try again."
},
"not_found": {
"title": "Page not found",
"subtitle": "Oops! This page is nowhere to be found.",
@@ -962,4 +995,4 @@
"privacy": "Privacy",
"terms": "Terms & Conditions"
}
}
}