Add frontend for group invitations

For #887
This commit is contained in:
Massedil
2025-11-04 21:18:30 +01:00
committed by setop
parent bb71ec763c
commit c7de640e76
7 changed files with 335 additions and 1 deletions

View File

@@ -209,6 +209,7 @@
"Cancel my participation request\u2026": "Cancel my participation request\u2026",
"Cancel my participation\u2026": "Cancel my participation\u2026",
"Cancel participation": "Cancel participation",
"Cancel update":"Cancel update",
"Cancelled": "Cancelled",
"Cancelled: Won't happen": "Cancelled: Won't happen",
"Categories": "Categories",
@@ -303,6 +304,7 @@
"Create token": "Create token",
"Created by {name}": "Created by {name}",
"Created by {username}": "Created by {username}",
"Creation date":"Creation date",
"Current identity has been changed to {identityName} in order to manage this event.": "Current identity has been changed to {identityName} in order to manage this event.",
"Current page": "Current page",
"Custom": "Custom",
@@ -338,6 +340,7 @@
"Delete events": "Delete events",
"Delete everything": "Delete everything",
"Delete feed tokens": "Delete feed tokens",
"Delete invitation":"Delete invitation",
"Delete group": "Delete group",
"Delete group discussions": "Delete group discussions",
"Delete group posts": "Delete group posts",
@@ -385,6 +388,7 @@
"Due on": "Due on",
"Duplicate": "Duplicate",
"Edit": "Edit",
"Edit invitation": "Edit invitation",
"Edit post": "Edit post",
"Edit profile {profile}": "Edit profile {profile}",
"Edit user email": "Edit user email",
@@ -524,6 +528,7 @@
"Google Meet": "Google Meet",
"Group": "Group",
"Group Followers": "Group Followers",
"Group invitations": "Group invitations",
"Group Members": "Group Members",
"Group URL": "Group URL",
"Group activity": "Group activity",
@@ -616,6 +621,8 @@
"Integrate this event with 3rd-party tools and show metadata for the event.": "Integrate this event with 3rd-party tools and show metadata for the event.",
"Interact": "Interact",
"Interact with a remote content": "Interact with a remote content",
"Invitation links": "Invitation links",
"Invitations": "Invitations",
"Invite a new member": "Invite a new member",
"Invite member": "Invite member",
"Invited": "Invited",
@@ -742,6 +749,7 @@
"New discussion": "New discussion",
"New email": "New email",
"New folder": "New folder",
"New invitation": "New invitation",
"New link": "New link",
"New members": "New members",
"New note": "New note",
@@ -1305,6 +1313,7 @@
"Timezone detected as {timezone}.": "Timezone detected as {timezone}.",
"Timezone parameters": "Timezone parameters",
"Title": "Title",
"Token":"Token",
"To activate more notifications, head over to the notification settings.": "To activate more notifications, head over to the notification settings.",
"To confirm, type your event title \"{eventTitle}\"": "To confirm, type your event title \"{eventTitle}\"",
"To confirm, type your identity username \"{preferredUsername}\"": "To confirm, type your identity username \"{preferredUsername}\"",
@@ -1365,6 +1374,7 @@
"Update group discussions": "Update group discussions",
"Update group posts": "Update group posts",
"Update group resources": "Update group resources",
"Update invitation":"Update invitation",
"Update my event": "Update my event",
"Update my profile": "Update my profile",
"Update post": "Update post",

View File

@@ -1718,5 +1718,15 @@
"{username} was invited to {group}": "{username} a \u00e9t\u00e9 invit\u00e9 \u00e0 {group}",
"{user}'s follow request was accepted": "La demande de suivi de {user} a \u00e9t\u00e9 accept\u00e9e",
"{user}'s follow request was rejected": "La demande de suivi de {user} a \u00e9t\u00e9 rejet\u00e9e",
"\u00a9 The OpenStreetMap Contributors": "\u00a9 Les Contributeur\u00b7ices OpenStreetMap"
"\u00a9 The OpenStreetMap Contributors": "\u00a9 Les Contributeur\u00b7ices OpenStreetMap",
"Cancel update":"Annuler la mise à jour",
"Creation date":"Date de création",
"Delete invitation":"Supprimer l'invitation",
"Edit invitation": "Modifier l'invitation",
"Group invitations":"Invitations de groupe",
"Invitation links": "Liens d'invitation",
"Invitations" : "Invitations",
"New invitation": "Nouvelle invitation",
"Token": "Jeton",
"Update invitation" : "Mettre à jour l'invitation"
}