Update partner packages, copy, and demo switcher
This commit is contained in:
@@ -14,4 +14,38 @@ return [
|
||||
'default_title' => 'Access denied',
|
||||
'default_message' => 'We could not grant access with this QR link.',
|
||||
],
|
||||
'packages' => [
|
||||
'event_tier_unavailable' => [
|
||||
'title' => 'Selected tier unavailable',
|
||||
'message' => 'No Event-Kontingent is available for the selected event tier. Choose a different tier or purchase the matching Event-Kontingent.',
|
||||
],
|
||||
'event_limit_exceeded' => [
|
||||
'title' => 'Event-Kontingent depleted',
|
||||
'message' => 'Your current Event-Kontingent has no remaining events. Purchase another Event-Kontingent to create new events.',
|
||||
],
|
||||
'event_limit_missing' => [
|
||||
'title' => 'No package assigned',
|
||||
'message' => 'Purchase an Event-Kontingent to create events.',
|
||||
],
|
||||
'event_not_found' => [
|
||||
'title' => 'Event not accessible',
|
||||
'message' => 'The selected event could not be found or belongs to another tenant.',
|
||||
],
|
||||
'event_package_missing' => [
|
||||
'title' => 'Event package missing',
|
||||
'message' => 'No package is attached to this event. Assign a package to enable uploads.',
|
||||
],
|
||||
'photo_limit_exceeded' => [
|
||||
'title' => 'Photo upload limit reached',
|
||||
'message' => 'This event has reached its photo allowance. Upgrade the event package to accept more uploads.',
|
||||
],
|
||||
'tenant_photo_limit_exceeded' => [
|
||||
'title' => 'Tenant photo limit reached',
|
||||
'message' => 'This tenant has reached its photo allowance for the event.',
|
||||
],
|
||||
'tenant_storage_limit_exceeded' => [
|
||||
'title' => 'Tenant storage limit reached',
|
||||
'message' => 'This tenant has reached its storage allowance.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user