implemented event package addons with filament resource, event-admin purchase path and notifications, showing up in purchase history
This commit is contained in:
@@ -72,6 +72,9 @@
|
||||
"galleryWarningDay": "Gallery expires in {days} day.",
|
||||
"galleryWarningDays": "Gallery expires in {days} days.",
|
||||
"galleryExpired": "Gallery has expired. Guests can no longer access the photos.",
|
||||
"unlimited": "Unlimited"
|
||||
"unlimited": "Unlimited",
|
||||
"buyMorePhotos": "Unlock more photos",
|
||||
"buyMoreGuests": "Unlock more guests",
|
||||
"extendGallery": "Extend gallery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,6 +80,32 @@
|
||||
"loadingMore": "Loading…"
|
||||
}
|
||||
},
|
||||
"addOns": {
|
||||
"title": "Add-on history",
|
||||
"description": "One-time add-ons purchased for this tenant.",
|
||||
"empty": "No add-ons purchased yet.",
|
||||
"badge": "Add-ons",
|
||||
"table": {
|
||||
"addon": "Add-on",
|
||||
"event": "Event",
|
||||
"amount": "Amount",
|
||||
"status": "Status",
|
||||
"purchased": "Purchased",
|
||||
"eventFallback": "Event archived"
|
||||
},
|
||||
"status": {
|
||||
"pending": "Processing",
|
||||
"completed": "Completed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"extras": {
|
||||
"photos": "+{{count}} photos",
|
||||
"guests": "+{{count}} guests",
|
||||
"gallery": "+{{count}} gallery days"
|
||||
},
|
||||
"loadMore": "Load more add-ons",
|
||||
"loadingMore": "Loading add-ons…"
|
||||
},
|
||||
"packages": {
|
||||
"title": "Package history",
|
||||
"description": "Overview of current and past packages.",
|
||||
@@ -382,7 +408,8 @@
|
||||
"backToEvent": "Open event",
|
||||
"copy": "Copy link",
|
||||
"copied": "Copied!",
|
||||
"deactivate": "Deactivate"
|
||||
"deactivate": "Deactivate",
|
||||
"buyMoreGuests": "Unlock more guests"
|
||||
},
|
||||
"labels": {
|
||||
"usage": "Usage",
|
||||
@@ -511,11 +538,16 @@
|
||||
"loadFailed": "Event could not be loaded.",
|
||||
"notFoundTitle": "Event not found",
|
||||
"notFoundBody": "Without a valid identifier we can’t load the data. Return to the list and choose an event.",
|
||||
"toggleFailed": "Status could not be updated."
|
||||
"toggleFailed": "Status could not be updated.",
|
||||
"checkoutMissing": "Checkout could not be started.",
|
||||
"checkoutFailed": "Add-on checkout failed."
|
||||
},
|
||||
"alerts": {
|
||||
"failedTitle": "Action failed"
|
||||
},
|
||||
"success": {
|
||||
"addonApplied": "Add-on applied. Limits will refresh shortly."
|
||||
},
|
||||
"placeholders": {
|
||||
"untitled": "Untitled event"
|
||||
},
|
||||
@@ -526,7 +558,10 @@
|
||||
"tasks": "Manage tasks",
|
||||
"invites": "Invites & layouts",
|
||||
"photos": "Moderate photos",
|
||||
"refresh": "Refresh"
|
||||
"refresh": "Refresh",
|
||||
"buyMorePhotos": "Unlock more photos",
|
||||
"buyMoreGuests": "Unlock more guests",
|
||||
"extendGallery": "Extend gallery"
|
||||
},
|
||||
"workspace": {
|
||||
"detailSubtitle": "Keep status, tasks, and invites of your event in one view.",
|
||||
@@ -552,6 +587,23 @@
|
||||
"activeYes": "Yes",
|
||||
"activeNo": "No"
|
||||
},
|
||||
"sections": {
|
||||
"addons": {
|
||||
"title": "Add-ons & Boosts",
|
||||
"description": "Recently purchased add-ons for this event.",
|
||||
"status": {
|
||||
"completed": "Active",
|
||||
"pending": "Processing",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"purchasedAt": "Purchased {{date}}",
|
||||
"summary": {
|
||||
"photos": "+{{count}} photos",
|
||||
"guests": "+{{count}} guests",
|
||||
"gallery": "+{{count}} days gallery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"published": "Published",
|
||||
"draft": "Draft",
|
||||
|
||||
Reference in New Issue
Block a user