diff --git a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts index 2ac857c7ce..12afa1cc6b 100644 --- a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts +++ b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts @@ -214,7 +214,7 @@ test.describe("Room list filters and sort", () => { // Let's configure unread dm room so that we only get notification for mentions and keywords await app.viewRoomById(unReadDmId); await app.settings.openRoomSettings("Notifications"); - await page.getByText("@mentions & keywords").click(); + await page.getByText("@mentions and replies").click(); await app.settings.closeDialog(); // Let's open a room other than unread room or unread dm diff --git a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-unread-toast.spec.ts b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-unread-toast.spec.ts index 3c1769f7cf..c288e3a206 100644 --- a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-unread-toast.spec.ts +++ b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-unread-toast.spec.ts @@ -105,7 +105,7 @@ test.describe("Room list unread activity toast", () => { await app.viewRoomById(targetId); await app.settings.openRoomSettings("Notifications"); - await page.getByText("@mentions & keywords").click(); + await page.getByText("@mentions and replies only").click(); await app.settings.closeDialog(); // Enable showing activity (dots) in the room list, so the activity dot is actually rendered. diff --git a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts index d1249977bc..1dedbe17f0 100644 --- a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts +++ b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts @@ -488,7 +488,7 @@ test.describe("Room list", () => { await app.viewRoomById(roomId); await app.settings.openRoomSettings("Notifications"); - await page.getByText("@mentions & keywords").click(); + await page.getByText("@mentions and replies only").click(); await app.settings.closeDialog(); await app.settings.openUserSettings("Notifications"); diff --git a/apps/web/playwright/snapshots/settings/notifications/notifications-settings-tab.spec.ts/standard-notification-settings-linux.png b/apps/web/playwright/snapshots/settings/notifications/notifications-settings-tab.spec.ts/standard-notification-settings-linux.png index 6ae6f97c44..8c2dd6e91b 100644 Binary files a/apps/web/playwright/snapshots/settings/notifications/notifications-settings-tab.spec.ts/standard-notification-settings-linux.png and b/apps/web/playwright/snapshots/settings/notifications/notifications-settings-tab.spec.ts/standard-notification-settings-linux.png differ diff --git a/apps/web/src/i18n/strings/cs.json b/apps/web/src/i18n/strings/cs.json index dbd94ef59c..7398edfbc6 100644 --- a/apps/web/src/i18n/strings/cs.json +++ b/apps/web/src/i18n/strings/cs.json @@ -480,7 +480,6 @@ "encrypted": "Šifrováno", "error": "Chyba", "faq": "Často kladené dotazy (FAQ)", - "favourites": "Oblíbené", "feedback": "Zpětná vazba", "filter_results": "Filtrovat výsledky", "forward_message": "Přeposlat zprávu", diff --git a/apps/web/src/i18n/strings/cy.json b/apps/web/src/i18n/strings/cy.json index 390097db42..d826c3a255 100644 --- a/apps/web/src/i18n/strings/cy.json +++ b/apps/web/src/i18n/strings/cy.json @@ -470,7 +470,6 @@ "encrypted": "Wedi'i amgryptio", "error": "Gwall", "faq": "Cwestiynau Cyffredin", - "favourites": "Ffefrynnau", "feedback": "Adborth", "filter_results": "Hidlo canlyniadau", "forward_message": "Anfonwyd neges ymlaen", diff --git a/apps/web/src/i18n/strings/da.json b/apps/web/src/i18n/strings/da.json index f297974ad1..f016120a57 100644 --- a/apps/web/src/i18n/strings/da.json +++ b/apps/web/src/i18n/strings/da.json @@ -441,7 +441,6 @@ "encrypted": "Krypteret", "error": "Fejl", "faq": "Ofte stillede spørgsmål", - "favourites": "Favoritter", "feedback": "Feedback", "filter_results": "Filtrér resultater", "forward_message": "Videresend besked", diff --git a/apps/web/src/i18n/strings/de_DE.json b/apps/web/src/i18n/strings/de_DE.json index 5748b250bf..c526acfd0f 100644 --- a/apps/web/src/i18n/strings/de_DE.json +++ b/apps/web/src/i18n/strings/de_DE.json @@ -467,7 +467,6 @@ "encrypted": "Verschlüsselt", "error": "Fehler", "faq": "Häufige Fragen", - "favourites": "Favoriten", "feedback": "Rückmeldung", "filter_results": "Ergebnisse filtern", "forward_message": "Nachricht weiterleiten", diff --git a/apps/web/src/i18n/strings/el.json b/apps/web/src/i18n/strings/el.json index fd33fcb5d6..6a14335d0b 100644 --- a/apps/web/src/i18n/strings/el.json +++ b/apps/web/src/i18n/strings/el.json @@ -411,7 +411,6 @@ "encrypted": "Κρυπτογραφημένο", "error": "Σφάλμα", "faq": "Συχνές ερωτήσεις", - "favourites": "Αγαπημένα", "feedback": "Ανατροφοδότηση", "filter_results": "Φιλτράρισμα αποτελεσμάτων", "forward_message": "Προώθηση μηνύματος", diff --git a/apps/web/src/i18n/strings/en_EN.json b/apps/web/src/i18n/strings/en_EN.json index 1671f797e0..b15b4d4199 100644 --- a/apps/web/src/i18n/strings/en_EN.json +++ b/apps/web/src/i18n/strings/en_EN.json @@ -1723,8 +1723,8 @@ "level_notification": "Notification", "level_unsent": "Unsent", "mark_all_read": "Mark all as read", - "mentions_and_keywords": "@mentions & keywords", - "mentions_and_keywords_description": "Get notified only with mentions and keywords as set up in your settings", + "mentions_and_keywords": "@mentions and replies only", + "mentions_and_keywords_description": "Get notified only with mentions, replies and keywords as set up in your settings", "mentions_keywords": "Mentions and keywords", "message_didnt_send": "Message didn't send. Click for info.", "mute_description": "You won't get any notifications" @@ -2765,13 +2765,13 @@ "room_activity": "New room activity, upgrades and status messages occur", "rule_call": "Call invitation", "rule_contains_display_name": "Messages containing my display name", - "rule_contains_user_name": "Messages containing my username", + "rule_contains_user_name": "@mentions and replies", "rule_encrypted": "Encrypted messages in group chats", "rule_encrypted_room_one_to_one": "Encrypted messages in one-to-one chats", "rule_invite_for_me": "When I'm invited to a room", "rule_message": "Messages in group chats", "rule_room_one_to_one": "Messages in one-to-one chats", - "rule_roomnotif": "Messages containing @room", + "rule_roomnotif": "@room mentions", "rule_suppress_notices": "Messages sent by bot", "rule_tombstone": "When rooms are upgraded", "show_message_desktop_notification": "Show message in desktop notification", diff --git a/apps/web/src/i18n/strings/eo.json b/apps/web/src/i18n/strings/eo.json index 9735d36031..8e0884f24f 100644 --- a/apps/web/src/i18n/strings/eo.json +++ b/apps/web/src/i18n/strings/eo.json @@ -342,7 +342,6 @@ "encrypted": "Ĉifrata", "error": "Eraro", "faq": "Oftaj demandoj", - "favourites": "Elstarigitaj", "feedback": "Prikomenti", "filter_results": "Filtri rezultojn", "forward_message": "Plusendi mesaĝon", diff --git a/apps/web/src/i18n/strings/es.json b/apps/web/src/i18n/strings/es.json index 7540396272..ead2f1ffb2 100644 --- a/apps/web/src/i18n/strings/es.json +++ b/apps/web/src/i18n/strings/es.json @@ -467,7 +467,6 @@ "encrypted": "Cifrado", "error": "Error", "faq": "Preguntas frecuentes", - "favourites": "Favoritos", "feedback": "Danos tu opinión", "filter_results": "Filtrar resultados", "forward_message": "Reenviar mensaje", diff --git a/apps/web/src/i18n/strings/et.json b/apps/web/src/i18n/strings/et.json index 313cdd8409..d692e93354 100644 --- a/apps/web/src/i18n/strings/et.json +++ b/apps/web/src/i18n/strings/et.json @@ -480,7 +480,6 @@ "encrypted": "Krüptitud", "error": "Viga", "faq": "Korduma kippuvad küsimused", - "favourites": "Lemmikud", "feedback": "Tagasiside", "filter_results": "Filtreeri tulemusi", "forward_message": "Edasta sõnum", @@ -495,6 +494,7 @@ "integration_manager": "Lõiminguhaldur", "joined": "Liitunud", "labs": "Katsed", + "legacy_voice_and_video_settings": "Matrixi 1:1-kõned (vana lahendusena)", "legal": "Juriidiline teave", "light": "Hele", "loading": "Laadime…", @@ -1721,8 +1721,8 @@ "level_notification": "Teavitus", "level_unsent": "Saatmata", "mark_all_read": "Märgi kõik loetuks", - "mentions_and_keywords": "@mainimiste ja võtmesõnade puhul", - "mentions_and_keywords_description": "Soovin teavitusi sellisena mainimiste ja võtmesõnade puhul, nagu ma neid olen seadistanud", + "mentions_and_keywords": "vaid @mainimiste ja võtmesõnade puhul", + "mentions_and_keywords_description": "Saad teavitusi mainimiste, vastuste ja võtmesõnade puhul, nagu sa neid oled seadistanud", "mentions_keywords": "Mainimised ja märksõnad", "message_didnt_send": "Sõnum jäi saatmata. Lisateabe saamiseks klõpsi.", "mute_description": "Sa ei saa üldse teavitusi" @@ -2762,13 +2762,13 @@ "room_activity": "Uued tegevused jututoas, sealhulgas uuendused ja olekusõnumid", "rule_call": "Kõnekutse", "rule_contains_display_name": "Sõnumid, mis sisaldavad minu kuvatavat nime", - "rule_contains_user_name": "Sõnumid, mis sisaldavad minu kasutajatunnust", + "rule_contains_user_name": "@mainimised ja vastused", "rule_encrypted": "Rühmavestluste krüptitud sõnumid", "rule_encrypted_room_one_to_one": "Kahepoolsete vestluste krüptitud sõnumid", "rule_invite_for_me": "Kui mind kutsutakse jututuppa", "rule_message": "Rühmavestluste sõnumid", "rule_room_one_to_one": "Kahepoolsete vestluste sõnumid", - "rule_roomnotif": "Sõnumid, mis sisaldavad sõna @room", + "rule_roomnotif": "@jututoa mainimised", "rule_suppress_notices": "Robotite saadetud sõnumid", "rule_tombstone": "Kui jututubasid uuendatakse", "show_message_desktop_notification": "Näita sõnumit töölauakeskkonnale omases teavituses", @@ -2956,6 +2956,7 @@ "show_nsfw_content": "Näita töökeskkonnas mittesobilikku sisu", "show_read_receipts": "Näita teiste kasutajate lugemisteatiseid", "show_redaction_placeholder": "Näita kustutatud sõnumite asemel kohatäidet", + "show_sections": "Näita jaotisi", "show_stickers_button": "Näita kleepsude nuppu", "show_typing_notifications": "Anna märku, kui teine osapool sõnumit kirjutab", "showbold": "Näita üldist aktiivsust jututubade loendis (punktidena või lugemata sõnumite arvuna)", @@ -2997,15 +2998,20 @@ "echo_cancellation_description": "Eemaldab kõnede ajal mikrofonisisendi taustamüra. See seadistus kehtib ka Element Calli puhul.", "enable_fallback_ice_server": "Varuvariandina luba kasutada ka teist kõnehõlbustusserverit (%(server)s)", "enable_fallback_ice_server_description": "On kasutusel vaid siis, kui sinu koduserver sellist teenust ei võimalda. Seeläbi jagatakse kõne ajal sinu seadme IP-aadressi.", + "enable_legacy_calls": "Luba vana lahenduse hääl- ja videokõned", + "enable_legacy_calls_description": "Kehtib Jitsi ja 1:1 WebRTC kõnede kohta", "mirror_local_feed": "Peegelda kohalikku videovoogu", - "missing_permissions_prompt": "Meediaga seotud õigused puuduvad. Nende nõutamiseks klõpsi järgnevat nuppu.", + "missing_permissions_prompt": "Kõnedes osalemiseks luba %(brand)s rakendusel kasutada arvuti heli- ja videoseadmeid.", "noise_suppression": "Müra vähendamine", "noise_suppression_description": "Vähendab kõnede ajal mikrofonisisendi taustamüra. See seadistus kehtib ka Element Calli puhul.", - "request_permissions": "Nõuta meediaõigusi", + "permissions": "Luba mikrofoni ja kaamera kasutamine", + "request_permissions": "Küsi õigusi", "title": "Heli ja video", "video_input_empty": "Ei leidnud ühtegi veebikaamerat", "video_section": "Videovoo seadistused", "voice_agc": "Kohanda mikrofoni valjust automaatelt", + "voice_input_description": "Siin seadistatud helisisendit kasutatakse häälsõnumite ja kõnede jaoks (vana tüüpi 1:1 kõned).", + "voice_input_section": "Helisisend", "voice_processing": "Heli töötlemine", "voice_section": "Heli seadistused" }, diff --git a/apps/web/src/i18n/strings/fa.json b/apps/web/src/i18n/strings/fa.json index 75b2032064..3046e61a82 100644 --- a/apps/web/src/i18n/strings/fa.json +++ b/apps/web/src/i18n/strings/fa.json @@ -329,7 +329,6 @@ "encrypted": "رمزشده", "error": "خطا", "faq": "سوالات پرتکرار", - "favourites": "موردعلاقه‌ها", "feedback": "بازخورد", "filter_results": "پالایش نتایج", "general": "عمومی", diff --git a/apps/web/src/i18n/strings/fi.json b/apps/web/src/i18n/strings/fi.json index cebb5805a9..26e25a7253 100644 --- a/apps/web/src/i18n/strings/fi.json +++ b/apps/web/src/i18n/strings/fi.json @@ -453,7 +453,6 @@ "encrypted": "Salattu", "error": "Virhe", "faq": "Usein kysytyt kysymykset", - "favourites": "Suosikit", "feedback": "Palaute", "filter_results": "Suodata tuloksia", "forward_message": "Välitä viesti", @@ -1379,8 +1378,8 @@ "level_none": "Ei mitään", "level_notification": "Ilmoitus", "mark_all_read": "Merkitse kaikki luetuiksi", - "mentions_and_keywords": "@maininnat & asiasanat", - "mentions_and_keywords_description": "Vastaanota ilmoitukset maininnoista ja asiasanoista asetuksissa määrittämälläsi tavalla", + "mentions_and_keywords": "Vain @maininnat ja vastaukset", + "mentions_and_keywords_description": "Saat ilmoituksia vain maininnoista, vastauksista ja avainsanoista asetuksissa määrittämälläsi tavalla", "mentions_keywords": "Maininnat ja avainsanat", "message_didnt_send": "Viestiä ei lähetetty. Lisätietoa napsauttamalla.", "mute_description": "Et saa ilmoituksia" @@ -2239,13 +2238,13 @@ "quick_actions_section": "Pikatoiminnot", "rule_call": "Puhelukutsu", "rule_contains_display_name": "Viestit, jotka sisältävät näyttönimeni", - "rule_contains_user_name": "Viestit, jotka sisältävät käyttäjätunnukseni", + "rule_contains_user_name": "@maininnat ja vastaukset", "rule_encrypted": "Salatut viestit ryhmissä", "rule_encrypted_room_one_to_one": "Salatut viestit kahdenkeskisissä keskusteluissa", "rule_invite_for_me": "Kun minut kutsutaan huoneeseen", "rule_message": "Viestit ryhmissä", "rule_room_one_to_one": "Viestit kahdenkeskisissä keskusteluissa", - "rule_roomnotif": "Viestit, jotka sisältävät sanan ”@room”", + "rule_roomnotif": "@room-maininnat", "rule_suppress_notices": "Bottien lähettämät viestit", "rule_tombstone": "Kun huoneet päivitetään", "show_message_desktop_notification": "Näytä viestit ilmoituskeskuksessa", @@ -2442,9 +2441,9 @@ "dialog_title": "Asetukset: Ääni ja video", "echo_cancellation": "Kaiunpoisto", "mirror_local_feed": "Peilaa paikallinen videosyöte", - "missing_permissions_prompt": "Mediaoikeuksia puuttuu. Napsauta painikkeesta pyytääksesi oikeuksia.", + "missing_permissions_prompt": "Jotta voit osallistua puheluihin, anna %(brand)s -sovellukselle lupa käyttää ääni- ja videolaitettasi.", "noise_suppression": "Kohinanvaimennus", - "request_permissions": "Pyydä mediaoikeuksia", + "request_permissions": "Pyydä", "title": "Ääni ja video", "video_input_empty": "Kameroita ei löytynyt", "video_section": "Videoasetukset", diff --git a/apps/web/src/i18n/strings/fr.json b/apps/web/src/i18n/strings/fr.json index 8919dd9d43..85112288d9 100644 --- a/apps/web/src/i18n/strings/fr.json +++ b/apps/web/src/i18n/strings/fr.json @@ -480,7 +480,6 @@ "encrypted": "Chiffré", "error": "Erreur", "faq": "FAQ", - "favourites": "Favoris", "feedback": "Commentaire", "filter_results": "Filtrer les résultats", "forward_message": "Transférer le message", @@ -495,6 +494,7 @@ "integration_manager": "Gestionnaire d’intégration", "joined": "Rejoint", "labs": "Expérimental", + "legacy_voice_and_video_settings": "Appels Matrix 1:1 (ancienne génération)", "legal": "Légal", "light": "Clair", "loading": "Chargement…", @@ -1721,8 +1721,8 @@ "level_notification": "Notification", "level_unsent": "Non envoyé", "mark_all_read": "Tout marquer comme lu", - "mentions_and_keywords": "@mentions et mots-clés", - "mentions_and_keywords_description": "Recevoir des notifications uniquement pour les mentions et mot-clés comme défini dans vos paramètres", + "mentions_and_keywords": "@mentions et réponses uniquement", + "mentions_and_keywords_description": "Recevoir des notifications uniquement pour les mentions, les réponses et mot-clés comme défini dans vos paramètres", "mentions_keywords": "Mentions et mots-clés", "message_didnt_send": "Le message n’a pas été envoyé. Cliquer pour plus d’info.", "mute_description": "Vous n’aurez aucune notification" @@ -2762,13 +2762,13 @@ "room_activity": "Nouvelle activité du salon, mises-à-jour et messages de statut", "rule_call": "Appel entrant", "rule_contains_display_name": "Messages contenant mon nom d’affichage", - "rule_contains_user_name": "Messages contenant mon nom d’utilisateur", + "rule_contains_user_name": "@mentions et réponses", "rule_encrypted": "Messages chiffrés dans les discussions de groupe", "rule_encrypted_room_one_to_one": "Messages chiffrés dans les conversations privées", "rule_invite_for_me": "Quand je suis invité dans un salon", "rule_message": "Messages dans les discussions de groupe", "rule_room_one_to_one": "Messages dans les conversations privées", - "rule_roomnotif": "Messages contenant @room", + "rule_roomnotif": "Messages contenants @room", "rule_suppress_notices": "Messages envoyés par des robots", "rule_tombstone": "Quand les salons sont mis à niveau", "show_message_desktop_notification": "Afficher le message dans les notifications de bureau", @@ -2998,15 +2998,20 @@ "echo_cancellation_description": "Supprime l'écho de votre microphone pendant les appels. Ce paramètre s'applique également à Element Call.", "enable_fallback_ice_server": "Autoriser le serveur de secours d’assistance d’appel (%(server)s)", "enable_fallback_ice_server_description": "Concerne seulement les serveurs d’accueil qui n’en proposent pas. Votre adresse IP pourrait être diffusée pendant un appel.", + "enable_legacy_calls": "Activer les appels voix/vidéo ancienne génération", + "enable_legacy_calls_description": "S'applique aux appels Jitsi et WebRTC 1:1", "mirror_local_feed": "Inverser horizontalement la vidéo locale (effet miroir)", - "missing_permissions_prompt": "Permissions multimédia manquantes, cliquez sur le bouton ci-dessous pour la demander.", + "missing_permissions_prompt": "Pour participer aux appels, autorisez %(brand)s à accéder à votre périphérique audio et vidéo.", "noise_suppression": "Suppression du bruit", "noise_suppression_description": "Réduit le bruit de fond dans votre microphone pendant les appels. Ce paramètre s'applique également à Element Call.", - "request_permissions": "Demander les permissions multimédia", + "permissions": "Autoriser l'accès au microphone et à la caméra", + "request_permissions": "Demande", "title": "Audio et vidéo", "video_input_empty": "Aucune caméra détectée", "video_section": "Paramètres vidéo", "voice_agc": "Ajuster le volume du microphone automatiquement", + "voice_input_description": "L'entrée audio configurée ici sert pour les messages vocaux et les appels (ancienne génération et 1:1).", + "voice_input_section": "Entrée audio", "voice_processing": "Traitement vocal", "voice_section": "Paramètres audio" }, diff --git a/apps/web/src/i18n/strings/gl.json b/apps/web/src/i18n/strings/gl.json index b95f14ccd2..5d79ee4a0e 100644 --- a/apps/web/src/i18n/strings/gl.json +++ b/apps/web/src/i18n/strings/gl.json @@ -361,7 +361,6 @@ "encrypted": "Cifrado", "error": "Fallo", "faq": "PMF", - "favourites": "Favoritas", "feedback": "Comenta", "filter_results": "Filtrar resultados", "forward_message": "Reenviar mensaxe", diff --git a/apps/web/src/i18n/strings/he.json b/apps/web/src/i18n/strings/he.json index 0a37234af7..c07c937273 100644 --- a/apps/web/src/i18n/strings/he.json +++ b/apps/web/src/i18n/strings/he.json @@ -335,7 +335,6 @@ "encrypted": "מוצפן", "error": "שגיאה", "faq": "שאלות נפוצות", - "favourites": "מועדפים", "feedback": "משוב", "filter_results": "סנן התוצאות", "forward_message": "העבירו את ההודעה", diff --git a/apps/web/src/i18n/strings/hr.json b/apps/web/src/i18n/strings/hr.json index 0b0519c82b..c5e768dc79 100644 --- a/apps/web/src/i18n/strings/hr.json +++ b/apps/web/src/i18n/strings/hr.json @@ -470,7 +470,6 @@ "encrypted": "Šifrirano", "error": "Geška", "faq": "Česta pitanja", - "favourites": "Favoriti", "feedback": "Povratne informacije", "filter_results": "Filtriraj rezultate", "forward_message": "Proslijedi poruku", diff --git a/apps/web/src/i18n/strings/hu.json b/apps/web/src/i18n/strings/hu.json index 49d0709163..fc669f8c2f 100644 --- a/apps/web/src/i18n/strings/hu.json +++ b/apps/web/src/i18n/strings/hu.json @@ -480,7 +480,6 @@ "encrypted": "Titkosítva", "error": "Hiba", "faq": "GYIK", - "favourites": "Kedvencek", "feedback": "Visszajelzés", "filter_results": "Találatok szűrése", "forward_message": "Üzenet továbbítása", diff --git a/apps/web/src/i18n/strings/hy.json b/apps/web/src/i18n/strings/hy.json index e634df3cde..67483b1a24 100644 --- a/apps/web/src/i18n/strings/hy.json +++ b/apps/web/src/i18n/strings/hy.json @@ -467,7 +467,6 @@ "encrypted": "Ծածկագրված", "error": "Սխալ", "faq": "Հաճախ տրվող հարցեր", - "favourites": "Ընտրյալներ", "feedback": "Հետադարձ կապ", "filter_results": "Ֆիլտրի արդյունքները", "forward_message": "Փոխանցել հաղորդագրությունը", diff --git a/apps/web/src/i18n/strings/id.json b/apps/web/src/i18n/strings/id.json index e29c028eee..55630a3b27 100644 --- a/apps/web/src/i18n/strings/id.json +++ b/apps/web/src/i18n/strings/id.json @@ -467,7 +467,6 @@ "encrypted": "Terenkripsi", "error": "Kesalahan", "faq": "Pertanyaan Umum", - "favourites": "Favorit", "feedback": "Masukan", "filter_results": "Saring hasil", "forward_message": "Teruskan pesan", diff --git a/apps/web/src/i18n/strings/is.json b/apps/web/src/i18n/strings/is.json index 13ad63e8c8..7ba7d30cbb 100644 --- a/apps/web/src/i18n/strings/is.json +++ b/apps/web/src/i18n/strings/is.json @@ -362,7 +362,6 @@ "encrypted": "Dulritað", "error": "Villa", "faq": "Algengar spurningar", - "favourites": "Eftirlæti", "feedback": "Umsagnir", "filter_results": "Sía niðurstöður", "forward_message": "Áframsenda skilaboð", diff --git a/apps/web/src/i18n/strings/it.json b/apps/web/src/i18n/strings/it.json index 4e2be61c09..df1a0b1ff6 100644 --- a/apps/web/src/i18n/strings/it.json +++ b/apps/web/src/i18n/strings/it.json @@ -419,7 +419,6 @@ "encrypted": "Crittografato", "error": "Errore", "faq": "Domande frequenti", - "favourites": "Preferiti", "feedback": "Commenti", "filter_results": "Filtra risultati", "forward_message": "Inoltra messaggio", diff --git a/apps/web/src/i18n/strings/ja.json b/apps/web/src/i18n/strings/ja.json index c3bceebb44..489720d0f0 100644 --- a/apps/web/src/i18n/strings/ja.json +++ b/apps/web/src/i18n/strings/ja.json @@ -401,7 +401,6 @@ "encrypted": "暗号化", "error": "エラー", "faq": "よくある質問", - "favourites": "お気に入り", "feedback": "フィードバック", "filter_results": "結果を絞り込む", "forward_message": "メッセージを転送", diff --git a/apps/web/src/i18n/strings/ka.json b/apps/web/src/i18n/strings/ka.json index edef05b0af..02f3bdd81b 100644 --- a/apps/web/src/i18n/strings/ka.json +++ b/apps/web/src/i18n/strings/ka.json @@ -380,7 +380,6 @@ "encrypted": "დაშიფრულია", "error": "შეცდომა", "faq": "ხშირად დასმული კითხვები", - "favourites": "რჩეულები", "feedback": "კავშირი", "filter_results": "შედეგების გაფილტვრა", "forward_message": "შეტყობინების გადაგზავნა", diff --git a/apps/web/src/i18n/strings/ko.json b/apps/web/src/i18n/strings/ko.json index f3e781f309..d0c81dcc28 100644 --- a/apps/web/src/i18n/strings/ko.json +++ b/apps/web/src/i18n/strings/ko.json @@ -466,7 +466,6 @@ "encrypted": "암호화됨", "error": "오류", "faq": "자주 묻는 질문 (FAQ)", - "favourites": "즐겨찾기", "feedback": "피드백", "filter_results": "필터 결과", "forward_message": "전달 메세지", diff --git a/apps/web/src/i18n/strings/lo.json b/apps/web/src/i18n/strings/lo.json index 5b88c67789..7c23832aec 100644 --- a/apps/web/src/i18n/strings/lo.json +++ b/apps/web/src/i18n/strings/lo.json @@ -361,7 +361,6 @@ "encrypted": "ເຂົ້າລະຫັດແລ້ວ", "error": "ມີບັນຫາ", "faq": "ຄໍາຖາມທີ່ພົບເປັນປະຈໍາ", - "favourites": "ລາຍການທີ່ມັກ", "feedback": "ຄໍາຕິຊົມ", "filter_results": "ການກັ່ນຕອງຜົນຮັບ", "forward_message": "ສົ່ງຂໍ້ຄວາມຕໍ່", diff --git a/apps/web/src/i18n/strings/lt.json b/apps/web/src/i18n/strings/lt.json index 676a11d7ae..9993963133 100644 --- a/apps/web/src/i18n/strings/lt.json +++ b/apps/web/src/i18n/strings/lt.json @@ -299,7 +299,6 @@ "encrypted": "Užšifruota", "error": "Klaida", "faq": "DUK", - "favourites": "Mėgstami", "feedback": "Atsiliepimai", "filter_results": "Išfiltruoti rezultatus", "forward_message": "Persiųsti žinutę", diff --git a/apps/web/src/i18n/strings/lv.json b/apps/web/src/i18n/strings/lv.json index bd1c57ae75..7b75749778 100644 --- a/apps/web/src/i18n/strings/lv.json +++ b/apps/web/src/i18n/strings/lv.json @@ -451,7 +451,6 @@ "encrypted": "Šifrēts", "error": "Kļūda", "faq": "BUJ", - "favourites": "Izlase", "feedback": "Atsauksmes", "filter_results": "Filtrēt rezultātus", "forward_message": "Pārsūtīt ziņu", diff --git a/apps/web/src/i18n/strings/mg_MG.json b/apps/web/src/i18n/strings/mg_MG.json index b7d9af8b07..0877e35848 100644 --- a/apps/web/src/i18n/strings/mg_MG.json +++ b/apps/web/src/i18n/strings/mg_MG.json @@ -416,7 +416,6 @@ "encrypted": "Nafenina", "error": "Fahadisoana", "faq": "Soloky", - "favourites": "Ankafizina", "feedback": "Iverina", "filter_results": "Sivana ny valiny", "forward_message": "Talohan'ny", diff --git a/apps/web/src/i18n/strings/nb_NO.json b/apps/web/src/i18n/strings/nb_NO.json index 6b73273321..045264eac7 100644 --- a/apps/web/src/i18n/strings/nb_NO.json +++ b/apps/web/src/i18n/strings/nb_NO.json @@ -467,7 +467,6 @@ "encrypted": "Kryptert", "error": "Feil", "faq": "Ofte Stilte Spørsmål", - "favourites": "Favoritter", "feedback": "Tilbakemelding", "filter_results": "Filtrerresultater", "forward_message": "Videresend melding", diff --git a/apps/web/src/i18n/strings/nl.json b/apps/web/src/i18n/strings/nl.json index cbf7f05648..7eb51d4b07 100644 --- a/apps/web/src/i18n/strings/nl.json +++ b/apps/web/src/i18n/strings/nl.json @@ -382,7 +382,6 @@ "encrypted": "Versleuteld", "error": "Fout", "faq": "FAQ", - "favourites": "Favorieten", "filter_results": "Resultaten filteren", "forward_message": "Bericht doorsturen", "general": "Algemeen", diff --git a/apps/web/src/i18n/strings/pl.json b/apps/web/src/i18n/strings/pl.json index 6c116b37db..eef3b7166b 100644 --- a/apps/web/src/i18n/strings/pl.json +++ b/apps/web/src/i18n/strings/pl.json @@ -483,7 +483,6 @@ "encrypted": "Szyfrowany", "error": "Błąd", "faq": "Najczęściej zadawane pytania", - "favourites": "Ulubione", "feedback": "Opinia użytkownika", "filter_results": "Filtruj wyniki", "forward_message": "Przekaż wiadomość", @@ -498,6 +497,7 @@ "integration_manager": "Menedżer integracji", "joined": "Dołączono", "labs": "Laboratoria", + "legacy_voice_and_video_settings": "Połączenia Matrix 1:1 (starsza wersja)", "legal": "Zasoby prawne", "light": "Jasny", "loading": "Wczytywanie…", @@ -899,6 +899,8 @@ "user_avatar": "Awatar: %(avatar)s", "user_displayname": "Wyświetlana nazwa: %(displayname)s", "user_id": "ID użytkownika: %(userId)s", + "user_identity": "Tożsamość kryptograficzna", + "user_identity_unknown": "Nieznany", "user_no_avatar": "Awatar: Brak", "user_no_displayname": "Wyświetlana nazwa: Brak", "user_read_up_to": "Użytkownik czyta do: ", @@ -1734,8 +1736,8 @@ "level_notification": "Powiadomienie", "level_unsent": "Niewysłane", "mark_all_read": "Oznacz wszystkie jako przeczytane", - "mentions_and_keywords": "@wzmianki & słowa kluczowe", - "mentions_and_keywords_description": "Otrzymuj powiadomienia tylko z wzmiankami i słowami kluczowymi zgodnie z Twoimi ustawieniami", + "mentions_and_keywords": "Tylko @wzmianki i odpowiedzi", + "mentions_and_keywords_description": "Otrzymuj powiadomienia tylko od wzmianek i słów kluczowych zgodnie z Twoimi ustawieniami", "mentions_keywords": "Wzmianki i słowa kluczowe", "message_didnt_send": "Nie wysłano wiadomości. Kliknij po więcej informacji.", "mute_description": "Nie otrzymasz żadnych powiadomień" @@ -2795,13 +2797,13 @@ "room_activity": "Pojawiła się nowa aktywność pokoju, aktualizacje i status wiadomości", "rule_call": "Zaproszenie do rozmowy", "rule_contains_display_name": "Wiadomości zawierające moją wyświetlaną nazwę", - "rule_contains_user_name": "Wiadomości zawierające moją nazwę użytkownika", + "rule_contains_user_name": "@wzmianki i odpowiedzi", "rule_encrypted": "Wiadomości szyfrowane w czatach grupowych", "rule_encrypted_room_one_to_one": "Wiadomości szyfrowane w czatach jeden-na-jeden", "rule_invite_for_me": "Kiedy zostanę zaproszony do pokoju", "rule_message": "Wiadomości w czatach grupowych", "rule_room_one_to_one": "Wiadomości w czatach jeden-na-jeden", - "rule_roomnotif": "Wiadomości zawierające @room", + "rule_roomnotif": "Wzmianki @room", "rule_suppress_notices": "Wiadomości wysłane przez bota", "rule_tombstone": "Kiedy pokoje są uaktualniane", "show_message_desktop_notification": "Pokaż wiadomość w powiadomieniu na pulpicie", @@ -2997,6 +2999,7 @@ "show_nsfw_content": "Pokaż zawartość NSFW", "show_read_receipts": "Pokaż potwierdzenia odczytania wysyłane przez innych użytkowników", "show_redaction_placeholder": "Pokaż symbol zastępczy dla usuniętych wiadomości", + "show_sections": "Pokaż sekcje", "show_stickers_button": "Pokaż przycisk naklejek", "show_typing_notifications": "Pokazuj powiadomienia o pisaniu", "showbold": "Pokaż całą aktywność na liście pomieszczeń (kropki lub liczbę nieprzeczytanych wiadomości)", @@ -3038,15 +3041,20 @@ "echo_cancellation_description": "Usuwa echo z mikrofonu podczas połączeń. To ustawienie dotyczy również połączenia Element Call.", "enable_fallback_ice_server": "Zezwól na alternatywny serwer wspierający (%(server)s)", "enable_fallback_ice_server_description": "Stosuje się go tylko wtedy, kiedy Twój serwer domowy go nie oferuje. Twój adres IP zostanie współdzielony w trakcie połączenia.", + "enable_legacy_calls": "Włącz starszą wersję połączeń głosowych/wideo", + "enable_legacy_calls_description": "Dotyczy połączeń Jitsi i 1:1 WebRTC", "mirror_local_feed": "Lustrzane odbicie wideo", - "missing_permissions_prompt": "Brakuje uprawnień do mediów, kliknij przycisk poniżej, aby o nie zapytać.", + "missing_permissions_prompt": "Aby dołączyć do połączenia, przyznaj %(brand)s dostęp do Twoich urządzeń audio i wideo.", "noise_suppression": "Redukcja szumów", "noise_suppression_description": "Redukuje szum tła w mikrofonie podczas połączeń. To ustawienie dotyczy również Element Call.", - "request_permissions": "Zapytaj o uprawnienia", + "permissions": "Zezwól na dostęp do mikrofonu i kamery", + "request_permissions": "Prośba", "title": "Głos i wideo", "video_input_empty": "Nie wykryto żadnej kamerki internetowej", "video_section": "Ustawienia wideo", "voice_agc": "Automatycznie dostosuj głośność mikrofonu", + "voice_input_description": "Skonfigurowane tutaj wejście audio jest używane do obsługi wiadomości głosowych i połączeń (starsza wersja/1:1).", + "voice_input_section": "Wejście audio", "voice_processing": "Procesowanie głosu", "voice_section": "Ustawienia głosu" }, diff --git a/apps/web/src/i18n/strings/pt.json b/apps/web/src/i18n/strings/pt.json index 84eeb1b8e1..9f7f730182 100644 --- a/apps/web/src/i18n/strings/pt.json +++ b/apps/web/src/i18n/strings/pt.json @@ -462,7 +462,6 @@ "encrypted": "Encriptado", "error": "Erro", "faq": "Perguntas frequentes", - "favourites": "Favoritos", "feedback": "Comentários", "filter_results": "Filtrar resultados", "forward_message": "Encaminhar mensagem", diff --git a/apps/web/src/i18n/strings/pt_BR.json b/apps/web/src/i18n/strings/pt_BR.json index 6e153f6131..7f0a4d932a 100644 --- a/apps/web/src/i18n/strings/pt_BR.json +++ b/apps/web/src/i18n/strings/pt_BR.json @@ -467,7 +467,6 @@ "encrypted": "Criptografada", "error": "Erro", "faq": "Perguntas frequentes", - "favourites": "Favoritos", "feedback": "Fale conosco", "filter_results": "Filtrar resultados", "forward_message": "Encaminhar", diff --git a/apps/web/src/i18n/strings/ru.json b/apps/web/src/i18n/strings/ru.json index 4cb4a20d1d..a71b80eba8 100644 --- a/apps/web/src/i18n/strings/ru.json +++ b/apps/web/src/i18n/strings/ru.json @@ -468,7 +468,6 @@ "encrypted": "Зашифровано", "error": "Ошибка", "faq": "Часто задаваемые вопросы", - "favourites": "Избранные", "feedback": "Отзыв", "filter_results": "Фильтрация результатов", "forward_message": "Переслать сообщение", diff --git a/apps/web/src/i18n/strings/sk.json b/apps/web/src/i18n/strings/sk.json index 9fd2b50e4a..af040f75c3 100644 --- a/apps/web/src/i18n/strings/sk.json +++ b/apps/web/src/i18n/strings/sk.json @@ -470,7 +470,6 @@ "encrypted": "Zašifrované", "error": "Chyba", "faq": "Často kladené otázky (FAQ)", - "favourites": "Obľúbené", "feedback": "Spätná väzba", "filter_results": "Filtrovať výsledky", "forward_message": "Preposlať správu", diff --git a/apps/web/src/i18n/strings/sq.json b/apps/web/src/i18n/strings/sq.json index e25c8ee85d..7fd8e0f35f 100644 --- a/apps/web/src/i18n/strings/sq.json +++ b/apps/web/src/i18n/strings/sq.json @@ -401,7 +401,6 @@ "email_address": "Adresë email", "encrypted": "I fshehtëzuar", "error": "Gabim", - "favourites": "Të parapëlqyer", "feedback": "Mendime", "filter_results": "Filtroni përfundimet", "forward_message": "Përcille mesazhin", diff --git a/apps/web/src/i18n/strings/sv.json b/apps/web/src/i18n/strings/sv.json index d070da6ee2..6e12823622 100644 --- a/apps/web/src/i18n/strings/sv.json +++ b/apps/web/src/i18n/strings/sv.json @@ -467,7 +467,6 @@ "encrypted": "Krypterat", "error": "Fel", "faq": "Vanliga frågor", - "favourites": "Favoriter", "feedback": "Återkoppling", "filter_results": "Filtrera resultaten", "forward_message": "Vidarebefordra meddelande", diff --git a/apps/web/src/i18n/strings/tr.json b/apps/web/src/i18n/strings/tr.json index 14c02c4151..76f86a9487 100644 --- a/apps/web/src/i18n/strings/tr.json +++ b/apps/web/src/i18n/strings/tr.json @@ -461,7 +461,6 @@ "encrypted": "Şifrelenmiş", "error": "Hata", "faq": "SSS", - "favourites": "Favoriler", "feedback": "Geri bildirim", "filter_results": "Sonuçları filtrele", "forward_message": "Mesajı ilet", diff --git a/apps/web/src/i18n/strings/uk.json b/apps/web/src/i18n/strings/uk.json index 2f54c9e1e1..eca35dadbc 100644 --- a/apps/web/src/i18n/strings/uk.json +++ b/apps/web/src/i18n/strings/uk.json @@ -480,7 +480,6 @@ "encrypted": "Зашифроване", "error": "Помилка", "faq": "ЧаПи", - "favourites": "Вибрані", "feedback": "Відгук", "filter_results": "Відфільтрувати результати", "forward_message": "Переслати повідомлення", diff --git a/apps/web/src/i18n/strings/vi.json b/apps/web/src/i18n/strings/vi.json index fe5091fda4..09bbe47e2d 100644 --- a/apps/web/src/i18n/strings/vi.json +++ b/apps/web/src/i18n/strings/vi.json @@ -383,7 +383,6 @@ "encrypted": "Được mã hóa", "error": "Lỗi", "faq": "Câu hỏi thường gặp", - "favourites": "Yêu thích", "feedback": "Phản hồi", "filter_results": "Lọc kết quả", "forward_message": "Chuyển tiếp tin nhắn", diff --git a/apps/web/src/i18n/strings/zh_Hans.json b/apps/web/src/i18n/strings/zh_Hans.json index f9f27fefa5..2bc2d92772 100644 --- a/apps/web/src/i18n/strings/zh_Hans.json +++ b/apps/web/src/i18n/strings/zh_Hans.json @@ -480,7 +480,6 @@ "encrypted": "已加密", "error": "错误", "faq": "常见问答集", - "favourites": "收藏", "feedback": "反馈", "filter_results": "筛选结果", "forward_message": "转发消息", @@ -1721,8 +1720,8 @@ "level_notification": "通知", "level_unsent": "未发送", "mark_all_read": "全部设为已读", - "mentions_and_keywords": "提及与关键词", - "mentions_and_keywords_description": "仅按设置中的配置获取提及与关键词", + "mentions_and_keywords": "仅限提及(@)与回复", + "mentions_and_keywords_description": "仅为在设置中针对提及与关键词的配置获取通知", "mentions_keywords": "提及与关键词", "message_didnt_send": "消息未发送。点击以获取信息。", "mute_description": "你不会收到任何通知" @@ -2763,13 +2762,13 @@ "room_activity": "新产生的房间活动、升级与状态消息", "rule_call": "通话邀请", "rule_contains_display_name": "包含我的显示名称的消息", - "rule_contains_user_name": "包含我的用户名的消息", + "rule_contains_user_name": "提及(@)与回复", "rule_encrypted": "群聊中的加密消息", "rule_encrypted_room_one_to_one": "一对一聊天中的加密消息", "rule_invite_for_me": "当我受邀到房间", "rule_message": "群聊中的消息", "rule_room_one_to_one": "一对一聊天中的消息", - "rule_roomnotif": "包含 @room 的消息", + "rule_roomnotif": "包含 @room 的提及", "rule_suppress_notices": "由机器人发送的消息", "rule_tombstone": "当房间升级时。", "show_message_desktop_notification": "在桌面通知中显示消息内容", @@ -3740,7 +3739,7 @@ "upload_file": { "cancel_all_button": "全部取消", "error_file_too_large": "此文件太大,无法上传。文件大小限制为 %(limit)s,但此文件为 %(sizeOfThisFile)s。", - "error_files_too_large": "这些文件过大大而无法上传。文件大小限制为 %(limit)s。", + "error_files_too_large": "这些文件过大而无法上传。文件大小限制为 %(limit)s。", "error_some_files_too_large": "某些文件过大而未能上传。文件大小限制为 %(limit)s。", "error_title": "上传出错", "not_image": "你选择的文件不是有效的图像文件。", diff --git a/apps/web/src/i18n/strings/zh_Hant.json b/apps/web/src/i18n/strings/zh_Hant.json index 178c5b029b..548fa41719 100644 --- a/apps/web/src/i18n/strings/zh_Hant.json +++ b/apps/web/src/i18n/strings/zh_Hant.json @@ -418,7 +418,6 @@ "encrypted": "開啟加密", "error": "錯誤", "faq": "常見問答集", - "favourites": "我的最愛", "feedback": "回饋", "filter_results": "過濾結果", "forward_message": "轉寄訊息", diff --git a/apps/web/test/unit-tests/components/views/settings/tabs/room/NotificationSettingsTab-test.tsx b/apps/web/test/unit-tests/components/views/settings/tabs/room/NotificationSettingsTab-test.tsx index 3d0cc39a2e..cda673f41f 100644 --- a/apps/web/test/unit-tests/components/views/settings/tabs/room/NotificationSettingsTab-test.tsx +++ b/apps/web/test/unit-tests/components/views/settings/tabs/room/NotificationSettingsTab-test.tsx @@ -45,7 +45,9 @@ describe("NotificationSettingsTab", () => { const tab = renderTab(); // settings link of mentions_only volume - const settingsLink = within(tab.getByText("@mentions & keywords")).getByRole("button", { name: "settings" }); + const settingsLink = within(tab.getByText("@mentions and replies only")).getByRole("button", { + name: "settings", + }); if (!settingsLink) throw new Error("settings link does not exist."); await userEvent.click(settingsLink); diff --git a/packages/shared-components/src/i18n/strings/cs.json b/packages/shared-components/src/i18n/strings/cs.json index 03f7d7178f..a3a2fef498 100644 --- a/packages/shared-components/src/i18n/strings/cs.json +++ b/packages/shared-components/src/i18n/strings/cs.json @@ -133,7 +133,9 @@ "expand_all_sections": "Rozbalit všechny sekce", "expand_filters": "Rozbalit seznam filtrů", "filters": { + "favourite": "Oblíbené", "invites": "Pozvánky", + "low_priority": "Nízká priorita", "mentions": "Zmínky", "people": "Lidé", "rooms": "Místnosti", diff --git a/packages/shared-components/src/i18n/strings/cy.json b/packages/shared-components/src/i18n/strings/cy.json index f38788ea55..7737ceb7b9 100644 --- a/packages/shared-components/src/i18n/strings/cy.json +++ b/packages/shared-components/src/i18n/strings/cy.json @@ -79,7 +79,9 @@ }, "expand_filters": "Ehangu rhestr hidlo", "filters": { + "favourite": "Ffefrynnau", "invites": "Gwahoddiadau", + "low_priority": "Blaenoriaeth isel", "mentions": "Crybwylliadau", "people": "Pobl", "rooms": "Ystafelloedd", diff --git a/packages/shared-components/src/i18n/strings/da.json b/packages/shared-components/src/i18n/strings/da.json index 3f24d93f9a..9fa1776de5 100644 --- a/packages/shared-components/src/i18n/strings/da.json +++ b/packages/shared-components/src/i18n/strings/da.json @@ -21,7 +21,9 @@ }, "expand_filters": "Udvid filtreringslisten", "filters": { + "favourite": "Foretrukne", "invites": "Invitationer", + "low_priority": "Lav prioritet", "mentions": "Nævnt", "people": "Brugere", "rooms": "Rum", diff --git a/packages/shared-components/src/i18n/strings/de_DE.json b/packages/shared-components/src/i18n/strings/de_DE.json index 2bf8734e32..b451f510ad 100644 --- a/packages/shared-components/src/i18n/strings/de_DE.json +++ b/packages/shared-components/src/i18n/strings/de_DE.json @@ -84,7 +84,9 @@ }, "expand_filters": "Filterliste ausklappen", "filters": { + "favourite": "Favoriten", "invites": "Einladungen", + "low_priority": "Niedrige Priorität", "mentions": "Erwähnungen", "people": "Personen", "rooms": "Gruppen", diff --git a/packages/shared-components/src/i18n/strings/et.json b/packages/shared-components/src/i18n/strings/et.json index 8f7108db21..9d19f17971 100644 --- a/packages/shared-components/src/i18n/strings/et.json +++ b/packages/shared-components/src/i18n/strings/et.json @@ -148,7 +148,9 @@ "expand_all_sections": "Laienda kõiki jaotisi", "expand_filters": "Laienda filtriloendit", "filters": { + "favourite": "Lemmikud", "invites": "Kutsed", + "low_priority": "Vähetähtis", "mentions": "Mainimised", "people": "Osalejad", "rooms": "Jututoad", @@ -193,6 +195,16 @@ }, "unread_messages": "Lugemata sõnumid" }, + "status": { + "set_status": { + "away": "Eemal", + "be_right_back": "Tulen kohe tagasi", + "focus_time": "Keskendumisaeg", + "in_a_meeting": "Koosolekul", + "on_the_road": "Olen liikumises", + "set_status_prompt": "Mis on sinu olek võrgus?" + } + }, "terms": { "tac_button": "Vaata üle kasutustingimused" }, @@ -221,6 +233,11 @@ "call_declined": "Osapool jättis kõnele vastamata", "call_declined_by_us": "Sa jätsid kõne vastamata" }, + "tombstone": { + "room": { + "title": "Grupikõne on lõppenud" + } + }, "video_call_title": "Videokõne", "voice_call_title": "Häälkõne" }, diff --git a/packages/shared-components/src/i18n/strings/fr.json b/packages/shared-components/src/i18n/strings/fr.json index 9df1d397c9..2c127542d0 100644 --- a/packages/shared-components/src/i18n/strings/fr.json +++ b/packages/shared-components/src/i18n/strings/fr.json @@ -148,7 +148,9 @@ "expand_all_sections": "Développer toutes les sections", "expand_filters": "Développer la liste des filtres", "filters": { + "favourite": "Favoris", "invites": "Invitations", + "low_priority": "Priorité basse", "mentions": "Mentions", "people": "Personnes", "rooms": "Salons", @@ -231,6 +233,11 @@ "call_declined": "Appel refusé", "call_declined_by_us": "Vous avez rejeté un appel" }, + "tombstone": { + "room": { + "title": "L'appel de groupe est terminé" + } + }, "video_call_title": "Appel vidéo", "voice_call_title": "Appel audio" }, diff --git a/packages/shared-components/src/i18n/strings/hu.json b/packages/shared-components/src/i18n/strings/hu.json index e93cbfc5ce..12ffe94bcc 100644 --- a/packages/shared-components/src/i18n/strings/hu.json +++ b/packages/shared-components/src/i18n/strings/hu.json @@ -148,7 +148,9 @@ "expand_all_sections": "Az összes szakasz kibontása", "expand_filters": "Szűrőlista kibontása", "filters": { + "favourite": "Kedvencek", "invites": "Meghívók", + "low_priority": "Alacsony prioritás", "mentions": "Említések", "people": "Emberek", "rooms": "Szobák", diff --git a/packages/shared-components/src/i18n/strings/ko.json b/packages/shared-components/src/i18n/strings/ko.json index 4e2fe2250b..4c6b46a73b 100644 --- a/packages/shared-components/src/i18n/strings/ko.json +++ b/packages/shared-components/src/i18n/strings/ko.json @@ -129,7 +129,9 @@ "expand_all_sections": "모든 섹션 펼치기", "expand_filters": "필터 목록 펼치기", "filters": { + "favourite": "즐겨찾기", "invites": "초대", + "low_priority": "우선순위 낮음", "mentions": "멘션", "people": "사람", "rooms": "채팅방", diff --git a/packages/shared-components/src/i18n/strings/nb_NO.json b/packages/shared-components/src/i18n/strings/nb_NO.json index 374c4494f2..ccba2331c4 100644 --- a/packages/shared-components/src/i18n/strings/nb_NO.json +++ b/packages/shared-components/src/i18n/strings/nb_NO.json @@ -87,7 +87,9 @@ }, "expand_filters": "Utvid filterlisten", "filters": { + "favourite": "Favoritter", "invites": "Invitasjoner", + "low_priority": "Lav prioritet", "mentions": "Omtaler", "people": "Personer", "rooms": "Rom", diff --git a/packages/shared-components/src/i18n/strings/pl.json b/packages/shared-components/src/i18n/strings/pl.json index 52e1cbe6e0..87744ba690 100644 --- a/packages/shared-components/src/i18n/strings/pl.json +++ b/packages/shared-components/src/i18n/strings/pl.json @@ -150,7 +150,9 @@ "expand_all_sections": "Rozwiń wszystkie sekcje", "expand_filters": "Rozwiń listę filtrów", "filters": { + "favourite": "Ulubione", "invites": "Zaproszenia", + "low_priority": "Niski priorytet", "mentions": "Wzmianki", "people": "Osoby", "rooms": "Pokoje", @@ -192,6 +194,17 @@ "space_menu": { "home": "Strona główna przestrzeni", "space_settings": "Ustawienia przestrzeni" + }, + "unread_messages": "Nieprzeczytane wiadomości" + }, + "status": { + "set_status": { + "away": "Z dala od urządzenia", + "be_right_back": "Zaraz wracam", + "focus_time": "W trakcie skupienia", + "in_a_meeting": "Na spotkaniu", + "on_the_road": "W trasie", + "set_status_prompt": "Jaki jest twój status?" } }, "terms": { @@ -222,6 +235,11 @@ "call_declined": "Połączenie odrzucone", "call_declined_by_us": "Odrzuciłeś połączenie" }, + "tombstone": { + "room": { + "title": "Połączenie grupowe zakończone" + } + }, "video_call_title": "Połączenie wideo", "voice_call_title": "Połączenie głosowe" }, diff --git a/packages/shared-components/src/i18n/strings/ru.json b/packages/shared-components/src/i18n/strings/ru.json index ab567a9368..8889fbc985 100644 --- a/packages/shared-components/src/i18n/strings/ru.json +++ b/packages/shared-components/src/i18n/strings/ru.json @@ -116,7 +116,9 @@ }, "expand_filters": "Раскрыть список фильтров", "filters": { + "favourite": "Избранное", "invites": "Приглашения", + "low_priority": "Низкий приоритет", "mentions": "Упоминания", "people": "Люди", "rooms": "Комнаты", diff --git a/packages/shared-components/src/i18n/strings/uk.json b/packages/shared-components/src/i18n/strings/uk.json index 87b64c8902..e16247179a 100644 --- a/packages/shared-components/src/i18n/strings/uk.json +++ b/packages/shared-components/src/i18n/strings/uk.json @@ -117,6 +117,7 @@ "expand_filters": "Розгорнути список фільтрів", "filters": { "invites": "Запрошення", + "low_priority": "Неважливі", "mentions": "Згадки", "people": "Люди", "rooms": "Кімнати", diff --git a/packages/shared-components/src/i18n/strings/zh_Hans.json b/packages/shared-components/src/i18n/strings/zh_Hans.json index 3bee7c081a..0c1d4401a6 100644 --- a/packages/shared-components/src/i18n/strings/zh_Hans.json +++ b/packages/shared-components/src/i18n/strings/zh_Hans.json @@ -133,7 +133,9 @@ "expand_all_sections": "展开所有区域", "expand_filters": "展开过滤器列表", "filters": { + "favourite": "收藏", "invites": "邀请", + "low_priority": "低优先级", "mentions": "提及", "people": "人员", "rooms": "房间",