diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index cfa81046de..6c994a0cc5 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -3730,13 +3730,14 @@
"Identity server is %(identityServerUrl)s": "Le serveur d’identité est %(identityServerUrl)s",
"Homeserver is %(homeserverUrl)s": "Le serveur d’accueil est %(homeserverUrl)s",
"Show NSFW content": "Afficher le contenu sensible (NSFW)",
- "Room is not encrypted 🚨": "",
- "Room is encrypted ✅": "",
- "Notification state is %(notificationState)s": "",
- "Room unread status: %(status)s, count: %(count)s|zero": "",
- "Room unread status: %(status)s, count: %(count)s|other": "",
- "Ended a poll": "",
- "Due to decryption errors, some votes may not be counted": "",
- "The sender has blocked you from receiving this message": "",
- "Room directory": ""
+ "Room is not encrypted 🚨": "Le salon n’est pas chiffré 🚨",
+ "Room is encrypted ✅": "Le salon est chiffré ✅",
+ "Notification state is %(notificationState)s": "L’état des notifications est %(notificationState)s",
+ "Room unread status: %(status)s, count: %(count)s|zero": "Statut non-lus du salon : %(status)s",
+ "Room unread status: %(status)s, count: %(count)s|other": "Statut non-lus du salon : %(status)s, total : %(count)s",
+ "Ended a poll": "Sondage terminé",
+ "Due to decryption errors, some votes may not be counted": "À cause d’erreurs de déchiffrement, certains votes pourraient ne pas avoir été pris en compte",
+ "The sender has blocked you from receiving this message": "L’expéditeur a bloqué la réception de votre message",
+ "Room directory": "Répertoire des salons",
+ "Yes, it was me": "Oui, c’était moi"
}