diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json
index aac7f9e03..8eba3e0f7 100644
--- a/www/common/translations/messages.de.json
+++ b/www/common/translations/messages.de.json
@@ -1254,5 +1254,10 @@
"passwordFaqLink": "Mehr über Passwörter erfahren",
"share_noContactsLoggedIn": "Du hast noch keine Kontakte bei CryptPad. Teile den Link zu deinem Profil, damit andere dir Kontaktanfragen senden können.",
"share_copyProfileLink": "Profil-Link kopieren",
- "share_noContactsNotLoggedIn": "Logge dich ein oder registriere dich, um deine Kontakte zu sehen und neue hinzuzufügen."
+ "share_noContactsNotLoggedIn": "Logge dich ein oder registriere dich, um deine Kontakte zu sehen und neue hinzuzufügen.",
+ "contacts_mute": "",
+ "contacts_unmute": "",
+ "contacts_manageMuted": "",
+ "contacts_mutedUsers": "",
+ "contacts_muteInfo": ""
}
diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json
index 7f0533dbc..aa8065bee 100644
--- a/www/common/translations/messages.fr.json
+++ b/www/common/translations/messages.fr.json
@@ -1259,5 +1259,15 @@
"contacts_unmute": "Réafficher",
"contacts_manageMuted": "Comptes masqués",
"contacts_mutedUsers": "Comptes masqués",
- "contacts_muteInfo": "Vous ne receverez plus de notifications ou de messages si vous masquez ce compte.
L'utilisateur ne sera pas informé que vous l'avez masqué. "
+ "contacts_muteInfo": "Vous ne receverez plus de notifications ou de messages si vous masquez ce compte.
L'utilisateur ne sera pas informé que vous l'avez masqué. ",
+ "team_inviteLinkTitle": "Créer une invitation personnalisée à cette équipe",
+ "team_inviteLinkTempName": "Nom temporaire (apparaît dans la liste des invitations en cours)",
+ "team_inviteLinkSetPassword": "Protégez le lien avec un mot de passe (recommandé)",
+ "team_inviteLinkNote": "Ajoutez un message personnalisé",
+ "team_inviteLinkNoteMsg": "Ce message sera affiché avant que le destinataire décide de rejoindre cette équipe.",
+ "team_inviteLinkLoading": "Lien en cours de création",
+ "team_inviteLinkWarning": "La première personne qui accédera à ce lien pourra devenir membre de l'équipe et voir son contenu. Partagez le avec prudence.",
+ "team_inviteLinkErrorName": "Merci de donner un nom à cette invitation",
+ "team_inviteLinkCreate": "CRÉER LIEN",
+ "team_inviteLinkCopy": "COPIER LIEN"
}
diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index 8f6638f58..4dfb5143b 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -1259,5 +1259,15 @@
"contacts_unmute": "Unmute",
"contacts_manageMuted": "Manage muted",
"contacts_mutedUsers": "Muted accounts",
- "contacts_muteInfo": "You will not receive any notifications or messages from muted users.
They will not know you have muted them. "
+ "contacts_muteInfo": "You will not receive any notifications or messages from muted users.
They will not know you have muted them. ",
+ "team_inviteLinkTitle": "Create a personalized invitation to this team",
+ "team_inviteLinkTempName": "temporary name (visible in pending invitations list)",
+ "team_inviteLinkSetPassword": "Protect the link with a password (recommended)",
+ "team_inviteLinkNote": "Add a personal message",
+ "team_inviteLinkNoteMsg": "This message will be shown before the recipient decides whether to join this team.",
+ "team_inviteLinkLoading": "Generating your link",
+ "team_inviteLinkWarning": "The first person to access this link will be able to join this team and view its contents. Share it carefully.",
+ "team_inviteLinkErrorName": "Please give this invitation a name",
+ "team_inviteLinkCreate": "CREATE LINK",
+ "team_inviteLinkCopy": "COPY LINK"
}