diff options
Diffstat (limited to 'apps/web/lib')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index abc0d51a..87b46f6a 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -512,14 +512,20 @@ "enter_email": "Enter email address", "please_enter_email": "Please enter an email address", "added_successfully": "Collaborator added successfully", + "invitation_sent": "Invitation sent successfully", "failed_to_add": "Failed to add collaborator", "removed": "Collaborator removed", "failed_to_remove": "Failed to remove collaborator", "role_updated": "Role updated", "failed_to_update_role": "Failed to update role", + "invitation_revoked": "Invitation revoked", + "failed_to_revoke": "Failed to revoke invitation", "viewer": "Viewer", "editor": "Editor", "owner": "Owner", + "pending": "Pending", + "revoke": "Revoke", + "declined": "Declined", "viewer_description": "Can view bookmarks in the list", "editor_description": "Can add and remove bookmarks", "no_collaborators": "No collaborators yet. Add someone to start collaborating!", @@ -527,6 +533,17 @@ "people_with_access": "People who have access to this list", "add_or_remove": "Add or remove people who can access this list" }, + "invitations": { + "pending": "Pending Invitations", + "description": "Review and respond to list collaboration invitations", + "invited_by": "Invited by", + "accept": "Accept", + "decline": "Decline", + "accepted": "Invitation accepted", + "declined": "Invitation declined", + "failed_to_accept": "Failed to accept invitation", + "failed_to_decline": "Failed to decline invitation" + }, "leave_list": { "title": "Leave List", "confirm_message": "Are you sure you want to leave {{icon}} {{name}}?", |
