feat(tmp): invite link feature

This commit is contained in:
Levente Orban
2025-10-15 10:00:26 +02:00
parent f6b51232a7
commit c9c78d0ea6
18 changed files with 1199 additions and 164 deletions

View File

@@ -27,6 +27,7 @@
"visibility": "Visibility",
"public": "Public",
"private": "Private",
"inviteOnly": "Invite Only",
"limited": "Limited",
"unlimited": "Unlimited",
"capacity": "Capacity",
@@ -41,7 +42,7 @@
"numberOfGuests": "Number of Guests",
"addGuests": "Add guest users",
"joinEvent": "Join Event",
"copyLink": "Copy Link",
"copyLink": "Event link copied to clipboard.",
"addToCalendar": "Add to Calendar",
"close": "Close",
"closeModal": "Close modal",
@@ -64,9 +65,11 @@
"eventNotFound": "Event Not Found",
"eventIsFull": "Event is Full!",
"maximumCapacityReached": "Maximum capacity reached",
"eventLinkCopied": "Event link copied to clipboard!",
"rsvpAddedSuccessfully": "RSVP added successfully!",
"removedRsvpSuccessfully": "Removed RSVP successfully.",
"inviteRequiredToDetails": "This event requires an invite link to see the details.",
"invalidInviteToken": "Invalid invite token",
"inviteTokenExpired": "Invite token has expired",
"anUnexpectedErrorOccurred": "An unexpected error occurred.",
"somethingWentWrong": "Something went wrong. Please try again.",
"failedToAddRsvp": "Failed to add RSVP",
@@ -160,8 +163,10 @@
"visibilityLabel": "Visibility",
"publicOption": "🌍 Public",
"privateOption": "🔒 Private",
"inviteOnlyOption": "🚧 Invite Only",
"publicDescription": "Public events are visible to everyone and can be discovered by others.",
"privateDescription": "Private events are only visible to you and people you share the link with.",
"inviteOnlyDescription": "Event is public but requires a special invite link to attend.",
"creatingEvent": "Creating Event...",
"createEventButton": "Create Event"
},
@@ -188,9 +193,14 @@
"noAttendeesYet": "No attendees yet",
"beFirstToJoin": "Be the first to join!",
"copyLinkButton": "Copy Link",
"copyInviteLinkButton": "Copy Invite Link",
"inviteOnlyBadge": "Invite Only",
"inviteOnlyBannerTitle": "Invite Only Event",
"inviteOnlyBannerSubtitle": "You're viewing this event through a special invite link",
"addToCalendarButton": "Add to Calendar",
"eventLinkCopied": "Event link copied to clipboard!",
"rsvpAddedSuccessfully": "RSVP added successfully!",
"eventLinkCopied": "Event link copied to clipboard.",
"inviteLinkCopied": "Invite link copied to clipboard.",
"rsvpAddedSuccessfully": "RSVP added successfully.",
"removedRsvpSuccessfully": "Removed RSVP successfully.",
"failedToAddRsvp": "Failed to add RSVP",
"failedToRemoveRsvp": "Failed to remove RSVP",
@@ -208,7 +218,8 @@
"viewEventAriaLabel": "View event",
"editEventAriaLabel": "Edit event",
"deleteEventAriaLabel": "Delete event",
"removeRsvpAriaLabel": "Remove RSVP"
"removeRsvpAriaLabel": "Remove RSVP",
"inviteLinkExpiresAt": "This link expires when the event starts: {time}"
},
"discover": {
"title": "Discover Events - Cactoide",