coupon code system eingeführt. coupons werden vom super admin gemanaged. coupons werden mit paddle synchronisiert und dort validiert. plus: einige mobil-optimierungen im tenant admin pwa.

This commit is contained in:
Codex Agent
2025-11-09 20:26:50 +01:00
parent f3c44be76d
commit 082b78cd43
80 changed files with 4855 additions and 435 deletions

View File

@@ -1,18 +1,50 @@
{
"app": {
"brand": "Fotospiel Tenant Admin",
"languageSwitch": "Language"
"languageSwitch": "Language",
"userMenu": "Account",
"help": "FAQ & Help",
"logout": "Log out",
"theme": "Appearance",
"theme_light": "Light",
"theme_dark": "Dark",
"theme_system": "System",
"languageActive": "Active"
},
"navigation": {
"dashboard": "Dashboard",
"event": "Event",
"events": "Events",
"photos": "Photos",
"tasks": "Tasks",
"collections": "Collections",
"emotions": "Emotions",
"engagement": "Tasks & More",
"toolkit": "Toolkit",
"billing": "Billing",
"settings": "Settings"
},
"eventMenu": {
"summary": "Overview",
"photos": "Uploads",
"guests": "Members",
"tasks": "Tasks",
"invites": "Invites",
"toolkit": "Toolkit"
},
"eventSwitcher": {
"title": "Select event",
"description": "Choose an event to work on or create a new one.",
"placeholder": "Select event",
"multiple": "Multiple events",
"empty": "No event",
"emptyDescription": "Create your first event to get started.",
"noEvents": "No events yet.",
"noDate": "No date",
"active": "Active",
"create": "Create new event",
"actions": "Event tools"
},
"language": {
"de": "German",
"en": "English"