Add missing admin addon translations and fix event name rendering
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-07 15:15:25 +01:00
parent 922da46331
commit 64b3bf3ed4
4 changed files with 69 additions and 7 deletions

View File

@@ -95,7 +95,10 @@
"noPackage": "No package is currently assigned to this event.",
"addonsLabel": "Add-ons for this event",
"noAddons": "No add-ons purchased for this event.",
"eventAddonSource": "Source: event package"
"eventAddonSource": "Source: event package",
"openAddonShop": "Buy add-ons for this event",
"openAddonUpsell": "Open control-room upgrades",
"noAddonCatalog": "No add-ons are currently available for purchase."
},
"invoices": {
"title": "Invoices & payments",
@@ -106,7 +109,8 @@
"title": "Add-on purchase history",
"hint": "History of all add-on purchases across all events. An entry here is not automatically active for the currently selected event.",
"empty": "No add-ons booked.",
"otherEventNotice": "Purchased for another event"
"otherEventNotice": "Purchased for another event",
"openShop": "Buy add-ons now"
},
"overview": {
"title": "Package overview",
@@ -493,6 +497,25 @@
"buyMoreGuests": "Unlock more guests",
"extendGallery": "Extend gallery"
},
"addons": {
"title": "Event add-ons",
"event": "Event",
"packageExpires": "Gallery active until {{date}}",
"noPackage": "No package is currently assigned to this event.",
"recommendedTitle": "Recommended now",
"recommendedBody": "Based on your event usage, these add-ons are likely most relevant.",
"recommendedBadge": "Recommended",
"buyAction": "Buy add-on",
"historyTitle": "Purchased add-ons for this event",
"noAddonAvailable": "No add-ons are currently available.",
"groups": {
"photos": "Photo capacity",
"guests": "Guest capacity",
"gallery": "Gallery runtime",
"bundle": "Bundles",
"feature": "Feature unlocks"
}
},
"form": {
"editTitle": "Edit event",
"createTitle": "Create new event",