diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index c2ee7c575b..7261f62f3a 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -2033,5 +2033,6 @@
"Connected to on ": "Connecté à sur ",
"Connected via %(protocolName)s": "Connecté via %(protocolName)s",
"Bridge Info": "Informations de la passerelle",
- "Below is a list of bridges connected to this room.": "Vous trouverez ci-dessous la liste des passerelles connectées à ce salon."
+ "Below is a list of bridges connected to this room.": "Vous trouverez ci-dessous la liste des passerelles connectées à ce salon.",
+ "Suggestions": "Suggestions"
}
diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json
index 92113c3238..10da7537a9 100644
--- a/src/i18n/strings/hu.json
+++ b/src/i18n/strings/hu.json
@@ -2034,5 +2034,6 @@
"Connected to on ": "Ide csatlakozva: itt: ",
"Connected via %(protocolName)s": "Ezzel a protokollal csatlakozva: %(protocolName)s",
"Bridge Info": "Híd információ",
- "Below is a list of bridges connected to this room.": "Alább látható a lista a szobához kapcsolódó hidakról."
+ "Below is a list of bridges connected to this room.": "Alább látható a lista a szobához kapcsolódó hidakról.",
+ "Suggestions": "Javaslatok"
}
diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json
index 390729950b..22fc083d08 100644
--- a/src/i18n/strings/it.json
+++ b/src/i18n/strings/it.json
@@ -2017,5 +2017,20 @@
"The message you are trying to send is too large.": "Il messaggio che stai tentando di inviare è troppo grande.",
"Secret Storage will be set up using your existing key backup details.Your secret storage passphrase and recovery key will be the same as they were for your key backup": "L'archivio segreto verrà impostato usando i dettagli del tuo backup chiavi. La password dell'archivio segreto e la chiave di ripristino saranno le stesse del tuo backup chiavi",
"Migrate from Key Backup": "Migra dal backup chiavi",
- "Help": "Aiuto"
+ "Help": "Aiuto",
+ "New DM invite dialog (under development)": "Nuovo invito via messaggio diretto (in sviluppo)",
+ "Show info about bridges in room settings": "Mostra info sui bridge nelle impostazioni stanza",
+ "This bridge was provisioned by ": "Questo bridge è stato fornito da ",
+ "This bridge is managed by .": "Questo bridge è gestito da .",
+ "Bridged into , on ": "Bridge in , su ",
+ "Connected to on ": "Connesso a su ",
+ "Connected via %(protocolName)s": "Connesso via %(protocolName)s",
+ "Bridge Info": "Info bridge",
+ "Below is a list of bridges connected to this room.": "Sotto vedi una lista di brdige connessi a questa stanza.",
+ "Recent Conversations": "Conversazioni recenti",
+ "Suggestions": "Suggerimenti",
+ "Show more": "Mostra altro",
+ "Direct Messages": "Messaggi diretti",
+ "If you can't find someone, ask them for their username, or share your username (%(userId)s) or profile link.": "Se non riesci a trovare qualcuno, chiedigli il nome utente o condividi il tuo (%(userId)s) o il link al profilo.",
+ "Go": "Vai"
}
diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json
index db75121f07..d58f37b37a 100644
--- a/src/i18n/strings/zh_Hant.json
+++ b/src/i18n/strings/zh_Hant.json
@@ -2033,5 +2033,6 @@
"Connected to on ": "連線到 於 ",
"Connected via %(protocolName)s": "透過 %(protocolName)s 連線",
"Bridge Info": "橋接資訊",
- "Below is a list of bridges connected to this room.": "以下是連線到此聊天室的橋接列表。"
+ "Below is a list of bridges connected to this room.": "以下是連線到此聊天室的橋接列表。",
+ "Suggestions": "建議"
}