diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 45ba96ec62..4eb038ec33 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1471,7 +1471,7 @@ "Please supply a https:// or http:// widget URL": "Bitte gib eine https:// oder http:// Widget-URL an", "Sends the given emote coloured as a rainbow": "Sended das Emoji in Regenbogenfarben", "%(senderName)s made no change.": "%(senderName)s hat keine Änderung vorgenommen.", - "%(senderName)s revoked the invitation for %(targetDisplayName)s to join the room.": "%(senderName)s hat die Einladung zum Betreten des Raumes für %(targetDisplayName)s zurückgezogen.", + "%(senderName)s revoked the invitation for %(targetDisplayName)s to join the room.": "%(senderName)s hat die Einladung zum Raumbeitritt für %(targetDisplayName)s zurückgezogen.", "Cannot reach homeserver": "Der Heimserver ist nicht erreichbar", "Ensure you have a stable internet connection, or get in touch with the server admin": "Stelle sicher, dass du eine stabile Internetverbindung hast oder wende dich an deinen Server-Administrator", "Ask your Riot admin to check your config for incorrect or duplicate entries.": "Wende dich an deinen Riot Admin um deine Konfiguration auf ungültige oder doppelte Einträge zu überprüfen.", @@ -1579,5 +1579,11 @@ "Change identity server": "Wechsle den Identitätsserver", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Du solltest deine persönlichen Daten vom Identitätsserver entfernen, bevor du die Verbindung trennst. Leider ist der Identitätsserver derzeit offline oder kann nicht erreicht werden.", "You should:": "Du solltest:", - "check your browser plugins for anything that might block the identity server (such as Privacy Badger)": "Überprüfe deinen Browser auf Erweiterungen, die den Identitätsserver blockieren könnten (z.B. Privacy Badger)" + "check your browser plugins for anything that might block the identity server (such as Privacy Badger)": "Überprüfe deinen Browser auf Erweiterungen, die den Identitätsserver blockieren könnten (z.B. Privacy Badger)", + "Error upgrading room": "Fehler beim Raum-Aufrüsten", + "Double check that your server supports the room version chosen and try again.": "Überprüfe nochmal ob dein Server die ausgewählte Raumversion unterstützt und versuche es nochmal.", + "%(senderName)s placed a voice call.": "%(senderName)s tätigte einen Sprachanruf.", + "%(senderName)s placed a voice call. (not supported by this browser)": "%(senderName)s tätigte einen Sprachanruf (Nicht von diesem Browser unterstützt)", + "%(senderName)s placed a video call.": "%(senderName)s tätigte einen Videoanruf.", + "%(senderName)s placed a video call. (not supported by this browser)": "%(senderName)s tätigte einen Videoanruf (Nicht von diesem Browser unterstützt)" } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 04b5b993ee..13a939058c 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1939,5 +1939,7 @@ "Notification settings": "Értesítések beállítása", "User Status": "Felhasználó állapota", "Reactions": "Reakciók", - " reacted with %(content)s": " ezzel reagáltak: %(content)s" + " reacted with %(content)s": " ezzel reagáltak: %(content)s", + " wants to chat": " csevegni szeretne", + "Start chatting": "Beszélgetés elkezdése" } diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 6910de79fc..d6761f91d7 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -1923,5 +1923,20 @@ "%(senderName)s placed a video call.": "%(senderName)s ha effettuato una videochiamata.", "%(senderName)s placed a video call. (not supported by this browser)": "%(senderName)s ha effettuato una videochiamata. (non supportata da questo browser)", "Clear notifications": "Cancella le notifiche", - "Customise your experience with experimental labs features. Learn more.": "Personalizza la tua esperienza con funzionalità sperimentali. Maggiori informazioni." + "Customise your experience with experimental labs features. Learn more.": "Personalizza la tua esperienza con funzionalità sperimentali. Maggiori informazioni.", + "Error upgrading room": "Errore di aggiornamento stanza", + "Double check that your server supports the room version chosen and try again.": "Controlla che il tuo server supporti la versione di stanza scelta e riprova.", + "This message cannot be decrypted": "Questo messaggio non può essere decifrato", + "Unencrypted": "Non criptato", + "Reactions": "Reazioni", + " reacted with %(content)s": " ha reagito con %(content)s", + "Automatically invite users": "Invita utenti automaticamente", + "Upgrade private room": "Aggiorna stanza privata", + "Upgrade public room": "Aggiorna stanza pubblica", + "Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.", + "This usually only affects how the room is processed on the server. If you're having problems with your Riot, please report a bug.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo Riot, segnala un errore.", + "You'll upgrade this room from to .": "Aggiornerai questa stanza dalla alla .", + "Upgrade": "Aggiorna", + "Notification settings": "Impostazioni di notifica", + "User Status": "Stato utente" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 0c230734e0..10f72ba94e 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -1938,5 +1938,7 @@ "Notification settings": "通知設定", "User Status": "使用者狀態", "Reactions": "反應", - " reacted with %(content)s": " 反應了 %(content)s" + " reacted with %(content)s": " 反應了 %(content)s", + " wants to chat": " 想要聊天", + "Start chatting": "開始聊天" }