diff --git a/apps/desktop/src/i18n/strings/fr.json b/apps/desktop/src/i18n/strings/fr.json index cef20093fe..47e9ccf949 100644 --- a/apps/desktop/src/i18n/strings/fr.json +++ b/apps/desktop/src/i18n/strings/fr.json @@ -27,6 +27,10 @@ "yes": "Oui" }, "confirm_quit": "Êtes-vous sûr de vouloir quitter ?", + "download": { + "unable_to_open_description": "Impossible d'ouvrir le fichier. Il a peut-être été déplacé ou supprimé.", + "unable_to_open_title": "Impossible d'ouvrir le fichier" + }, "edit_menu": { "speech": "Dictée", "speech_start_speaking": "Commencer la dictée", diff --git a/apps/desktop/src/i18n/strings/zh_Hans.json b/apps/desktop/src/i18n/strings/zh_Hans.json index b9980ae7de..14974c3fec 100644 --- a/apps/desktop/src/i18n/strings/zh_Hans.json +++ b/apps/desktop/src/i18n/strings/zh_Hans.json @@ -71,6 +71,10 @@ "save_image_as_error_description": "图片保存失败", "save_image_as_error_title": "图片保存失败" }, + "save_dialog": { + "all_files": "所有文件", + "named_file_type": "%(extension)s 文件" + }, "store": { "error": { "backend_changed": "清除数据并重新加载?", diff --git a/apps/web/src/i18n/strings/cs.json b/apps/web/src/i18n/strings/cs.json index fd6531db44..022b809785 100644 --- a/apps/web/src/i18n/strings/cs.json +++ b/apps/web/src/i18n/strings/cs.json @@ -1698,7 +1698,6 @@ "mentions_and_keywords": "@zmínky a klíčová slova", "mentions_and_keywords_description": "Dostávat oznámení pouze o zmínkách a klíčových slovech podle nastavení", "mentions_keywords": "Zmínky a klíčová slova", - "message_didnt_send": "Zpráva se neodeslala. Klikněte pro informace.", "mute_description": "Nebudete dostávat žádná oznámení" }, "notifier": { diff --git a/apps/web/src/i18n/strings/cy.json b/apps/web/src/i18n/strings/cy.json index 49705af502..0180bb632a 100644 --- a/apps/web/src/i18n/strings/cy.json +++ b/apps/web/src/i18n/strings/cy.json @@ -1663,7 +1663,6 @@ "mentions_and_keywords": "@crybwylliadau ac allweddeiriau", "mentions_and_keywords_description": "Dim ond gyda chyfeiriadau ac allweddeiriau fel y'u gosodwyd yn eich gosodiadau y cewch eich hysbysu", "mentions_keywords": "Crybwylliadau ac allweddeiriau", - "message_didnt_send": "Heb anfon y neges. Cliciwch am wybodaeth.", "mute_description": "Fyddwch chi ddim yn cael unrhyw hysbysiadau" }, "notifier": { diff --git a/apps/web/src/i18n/strings/da.json b/apps/web/src/i18n/strings/da.json index f3f191e324..1c004bca53 100644 --- a/apps/web/src/i18n/strings/da.json +++ b/apps/web/src/i18n/strings/da.json @@ -1444,7 +1444,6 @@ "mentions_and_keywords": "@omtaler og søgeord", "mentions_and_keywords_description": "Få kun notifikationer for omtaler og søgeord som konfigureret under indstillinger", "mentions_keywords": "Omtaler og nøgleord", - "message_didnt_send": "Beskeden blev ikke sendt. Klik for mere information.", "mute_description": "Du vil ikke modtage nogen notifikationer" }, "notifier": { diff --git a/apps/web/src/i18n/strings/de_DE.json b/apps/web/src/i18n/strings/de_DE.json index 3d28f4cf4f..1eab972c07 100644 --- a/apps/web/src/i18n/strings/de_DE.json +++ b/apps/web/src/i18n/strings/de_DE.json @@ -1651,7 +1651,6 @@ "mentions_and_keywords": "@Erwähnungen und Schlüsselwörter", "mentions_and_keywords_description": "Nur bei Erwähnungen und Schlüsselwörtern benachrichtigen, die du in den Einstellungen konfigurieren kannst", "mentions_keywords": "Erwähnungen und Schlüsselwörter", - "message_didnt_send": "Nachricht nicht gesendet. Klicke für Details.", "mute_description": "Du wirst keine Benachrichtigungen erhalten" }, "notifier": { diff --git a/apps/web/src/i18n/strings/el.json b/apps/web/src/i18n/strings/el.json index ee02ac79d8..5997088c70 100644 --- a/apps/web/src/i18n/strings/el.json +++ b/apps/web/src/i18n/strings/el.json @@ -1315,7 +1315,6 @@ "mentions_and_keywords": "@αναφορές & λέξεις-κλειδιά", "mentions_and_keywords_description": "Λάβετε ειδοποιήσεις μόνο με αναφορές και λέξεις-κλειδιά όπως έχουν ρυθμιστεί στις ρυθμίσεις σας", "mentions_keywords": "Αναφορές & λέξεις-κλειδιά", - "message_didnt_send": "Το μήνυμα δεν στάλθηκε. Κάντε κλικ για πληροφορίες.", "mute_description": "Δεν θα λαμβάνετε ειδοποιήσεις" }, "notifier": { diff --git a/apps/web/src/i18n/strings/eo.json b/apps/web/src/i18n/strings/eo.json index 88b69845c5..2bcdddbb90 100644 --- a/apps/web/src/i18n/strings/eo.json +++ b/apps/web/src/i18n/strings/eo.json @@ -1052,8 +1052,7 @@ "level_activity": "Aktiveco", "level_none": "Neniu", "mark_all_read": "Marki ĉion legita", - "mentions_keywords": "Mencioj kaj ĉefvortoj", - "message_didnt_send": "Mesaĝo ne sendiĝis. Klaku por akiri informojn." + "mentions_keywords": "Mencioj kaj ĉefvortoj" }, "notifier": { "m.key.verification.request": "%(name)s petas kontrolon" diff --git a/apps/web/src/i18n/strings/es.json b/apps/web/src/i18n/strings/es.json index c0a90fd9d4..c4a372b376 100644 --- a/apps/web/src/i18n/strings/es.json +++ b/apps/web/src/i18n/strings/es.json @@ -1395,7 +1395,6 @@ "mentions_and_keywords": "@menciones y palabras clave", "mentions_and_keywords_description": "Recibir notificaciones solo cuando me mencionen o escriban una palabra vigilada configurada en los ajustes", "mentions_keywords": "Menciones y palabras clave", - "message_didnt_send": "Mensaje no enviado. Haz clic para más info.", "mute_description": "No recibirás ninguna notificación" }, "notifier": { diff --git a/apps/web/src/i18n/strings/et.json b/apps/web/src/i18n/strings/et.json index 461d7f69ed..c6e0f47e7e 100644 --- a/apps/web/src/i18n/strings/et.json +++ b/apps/web/src/i18n/strings/et.json @@ -1707,7 +1707,6 @@ "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" }, "notifier": { diff --git a/apps/web/src/i18n/strings/fi.json b/apps/web/src/i18n/strings/fi.json index b6aca94ca7..497d311244 100644 --- a/apps/web/src/i18n/strings/fi.json +++ b/apps/web/src/i18n/strings/fi.json @@ -1363,7 +1363,6 @@ "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" }, "notifier": { diff --git a/apps/web/src/i18n/strings/fr.json b/apps/web/src/i18n/strings/fr.json index 30b751b397..cb8f3f0c6f 100644 --- a/apps/web/src/i18n/strings/fr.json +++ b/apps/web/src/i18n/strings/fr.json @@ -1707,7 +1707,6 @@ "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" }, "notifier": { diff --git a/apps/web/src/i18n/strings/gl.json b/apps/web/src/i18n/strings/gl.json index 75928ada59..c0c428fecf 100644 --- a/apps/web/src/i18n/strings/gl.json +++ b/apps/web/src/i18n/strings/gl.json @@ -1199,7 +1199,6 @@ "mentions_and_keywords": "@mencións & palabras chave", "mentions_and_keywords_description": "Ter notificacións só cando te mencionan e con palabras chave que indiques nos axustes", "mentions_keywords": "Mencións e palabras chave", - "message_didnt_send": "Non se enviou a mensaxe. Click para info.", "mute_description": "Non recibirás ningunha notificación" }, "notifier": { diff --git a/apps/web/src/i18n/strings/hr.json b/apps/web/src/i18n/strings/hr.json index 167845ce38..0c60febfd5 100644 --- a/apps/web/src/i18n/strings/hr.json +++ b/apps/web/src/i18n/strings/hr.json @@ -1722,7 +1722,6 @@ "mentions_and_keywords": "samo @spominjanja i odgovori", "mentions_and_keywords_description": "Primajte obavijesti samo o spominjanjima, odgovorima i ključnim riječima kako je postavljeno u vašim postavkama", "mentions_keywords": "Spominjanja i ključne riječi", - "message_didnt_send": "Poruka nije poslana. Kliknite za informacije.", "mute_description": "Nećete primati nikakve obavijesti" }, "notifier": { diff --git a/apps/web/src/i18n/strings/hu.json b/apps/web/src/i18n/strings/hu.json index a067dff070..0df091caac 100644 --- a/apps/web/src/i18n/strings/hu.json +++ b/apps/web/src/i18n/strings/hu.json @@ -1695,7 +1695,6 @@ "mentions_and_keywords": "@megemlítések és kulcsszavak", "mentions_and_keywords_description": "Értesítések fogadása csak megemlítéseknél és kulcsszavaknál, a beállításokban megadottak szerint", "mentions_keywords": "Megemlítések és kulcsszavak", - "message_didnt_send": "Az üzenet nincs elküldve. Kattintson az információkért.", "mute_description": "Nem kap semmilyen értesítést" }, "notifier": { diff --git a/apps/web/src/i18n/strings/hy.json b/apps/web/src/i18n/strings/hy.json index 853e7ff915..ab3aab52c7 100644 --- a/apps/web/src/i18n/strings/hy.json +++ b/apps/web/src/i18n/strings/hy.json @@ -1595,7 +1595,6 @@ "mentions_and_keywords": "@mentions (հիշատակումներ) և բանալի բառեր", "mentions_and_keywords_description": "Ստանալ ծանուցում միայն հիշատակումներով և բանալի բառերով, ինչպես սահմանված են ձեր կարգաբերումներում", "mentions_keywords": "Նշումներ/հիշատակումներ և բանալի բառեր", - "message_didnt_send": "Հաղորդագրությունը չի ուղարկվել: Սեղմեք տեղեկությունների համար:", "mute_description": "Դուք չեք ստանա ոչ մի ծանուցում" }, "notifier": { diff --git a/apps/web/src/i18n/strings/id.json b/apps/web/src/i18n/strings/id.json index 7a1350cbf3..006fc8c544 100644 --- a/apps/web/src/i18n/strings/id.json +++ b/apps/web/src/i18n/strings/id.json @@ -1649,7 +1649,6 @@ "mentions_and_keywords": "@sebutan & kata kunci", "mentions_and_keywords_description": "Dapatkan notifikasi hanya dengan sebutan dan kata kunci yang diatur di pengaturan Anda", "mentions_keywords": "Sebutan dan kata kunci", - "message_didnt_send": "Pesan tidak terkirim. Klik untuk informasi.", "mute_description": "Anda tidak akan mendapatkan notifikasi apa pun" }, "notifier": { diff --git a/apps/web/src/i18n/strings/is.json b/apps/web/src/i18n/strings/is.json index 8211a13359..623731df8b 100644 --- a/apps/web/src/i18n/strings/is.json +++ b/apps/web/src/i18n/strings/is.json @@ -1156,7 +1156,6 @@ "mark_all_read": "Merkja allt sem lesið", "mentions_and_keywords": "@minnst á og stikkorð", "mentions_keywords": "Tilvísanir og stikkorð", - "message_didnt_send": "Mistókst að senda skilaboð. Smelltu til að fá nánari upplýsingar.", "mute_description": "Þú munt ekki fá neinar tilkynningar" }, "notifier": { diff --git a/apps/web/src/i18n/strings/it.json b/apps/web/src/i18n/strings/it.json index 77cf8acbbd..54b345933a 100644 --- a/apps/web/src/i18n/strings/it.json +++ b/apps/web/src/i18n/strings/it.json @@ -1410,7 +1410,6 @@ "mentions_and_keywords": "@citazioni e parole chiave", "mentions_and_keywords_description": "Ricevi notifiche solo per citazioni e parole chiave come configurato nelle tue impostazioni", "mentions_keywords": "Citazioni e parole chiave", - "message_didnt_send": "Il messaggio non è stato inviato. Clicca per informazioni.", "mute_description": "Non riceverai alcuna notifica" }, "notifier": { diff --git a/apps/web/src/i18n/strings/ja.json b/apps/web/src/i18n/strings/ja.json index a3ae7afe98..7482715a5d 100644 --- a/apps/web/src/i18n/strings/ja.json +++ b/apps/web/src/i18n/strings/ja.json @@ -1311,7 +1311,6 @@ "mentions_and_keywords": "メンションとキーワード", "mentions_and_keywords_description": "メンションと、設定したキーワードのみを通知", "mentions_keywords": "メンションとキーワード", - "message_didnt_send": "メッセージが送信されませんでした。クリックすると詳細を表示します。", "mute_description": "通知を送信しません" }, "notifier": { diff --git a/apps/web/src/i18n/strings/ka.json b/apps/web/src/i18n/strings/ka.json index cbe43fe918..a0d4c1ffb5 100644 --- a/apps/web/src/i18n/strings/ka.json +++ b/apps/web/src/i18n/strings/ka.json @@ -1094,7 +1094,6 @@ "mentions_and_keywords": "@ხსენებები და საკვანძო სიტყვები", "mentions_and_keywords_description": "მიიღეთ შეტყობინებები მხოლოდ ხსენებებითა და საკვანძო სიტყვებით, როგორც დაყენებულია თქვენსში პარამეტრები", "mentions_keywords": "ხსენებები და საკვანძო სიტყვები", - "message_didnt_send": "შეტყობინება არ გაიგზავნა. დააწკაპუნეთ ინფორმაციისთვის.", "mute_description": "თქვენ არ მიიღებთ შეტყობინებებს" }, "notifier": { diff --git a/apps/web/src/i18n/strings/ko.json b/apps/web/src/i18n/strings/ko.json index edb3927429..1dc6ec8b76 100644 --- a/apps/web/src/i18n/strings/ko.json +++ b/apps/web/src/i18n/strings/ko.json @@ -1669,7 +1669,6 @@ "mentions_and_keywords": "@멘션(언급) & 키워드", "mentions_and_keywords_description": "설정에서 지정한 멘션과 키워드인 경우에만 알림을 받습니다", "mentions_keywords": "멘션 및 키워드", - "message_didnt_send": "메시지가 전송되지 않았습니다. 자세한 내용은 클릭하세요.", "mute_description": "어떤 알람도 받지 않습니다" }, "notifier": { diff --git a/apps/web/src/i18n/strings/lo.json b/apps/web/src/i18n/strings/lo.json index d72d12de62..5816556e37 100644 --- a/apps/web/src/i18n/strings/lo.json +++ b/apps/web/src/i18n/strings/lo.json @@ -1169,7 +1169,6 @@ "mentions_and_keywords": "@ກ່າວເຖິງ & ຄໍາສໍາຄັນ", "mentions_and_keywords_description": "ຮັບການແຈ້ງເຕືອນພຽງແຕ່ມີການກ່າວເຖິງ ແລະ ຄໍາທີ່ກຳນົດໄວ້ໃນsettingsຂອງທ່ານ", "mentions_keywords": "ກ່າວເຖິງ & ຄໍາສໍາຄັນ", - "message_didnt_send": "ບໍ່ໄດ້ສົ່ງຂໍ້ຄວາມ. ກົດສຳລັບຂໍ້ມູນ.", "mute_description": "ທ່ານຈະບໍ່ໄດ້ຮັບການແຈ້ງເຕືອນໃດໆ" }, "notifier": { diff --git a/apps/web/src/i18n/strings/lt.json b/apps/web/src/i18n/strings/lt.json index 5a92dd83bf..45a5bdb7a3 100644 --- a/apps/web/src/i18n/strings/lt.json +++ b/apps/web/src/i18n/strings/lt.json @@ -932,7 +932,6 @@ "mentions_and_keywords": "@paminėjimai & raktažodžiai", "mentions_and_keywords_description": "Gaukite pranešimus tik apie paminėjimus ir raktinius žodžius, kaip nustatyta jūsų nustatymuose", "mentions_keywords": "Paminėjimai & Raktažodžiai", - "message_didnt_send": "Žinutė nebuvo išsiųsta. Spustelėkite norėdami gauti informacijos.", "mute_description": "Negausite jokių pranešimų" }, "notifier": { diff --git a/apps/web/src/i18n/strings/lv.json b/apps/web/src/i18n/strings/lv.json index 140f613a9d..489a9788fc 100644 --- a/apps/web/src/i18n/strings/lv.json +++ b/apps/web/src/i18n/strings/lv.json @@ -1349,7 +1349,6 @@ "mentions_and_keywords": "@pieminēšana un atslēgvārdi", "mentions_and_keywords_description": "Saņemt paziņojumus tikai par pieminēšanu un atslēgvārdiem, kā tas ir norādīts iestatījumos.", "mentions_keywords": "Pieminēšana un atslēgvārdi", - "message_didnt_send": "Ziņa netika nosūtīta. Noklikšķiniet, lai iegūtu vairāk informācijas.", "mute_description": "Jūs nesaņemsit nekādus paziņojumus" }, "notifier": { diff --git a/apps/web/src/i18n/strings/mg_MG.json b/apps/web/src/i18n/strings/mg_MG.json index b18f7cead5..4901acebe7 100644 --- a/apps/web/src/i18n/strings/mg_MG.json +++ b/apps/web/src/i18n/strings/mg_MG.json @@ -1395,7 +1395,6 @@ "mentions_and_keywords": "@fanononana sy teny fanalahidy", "mentions_and_keywords_description": "Mahazoa fampandrenesana afa-tsy amin'ny teny sy teny fanalahidy araka ny napetraka ao amin'ny anao Fikirana", "mentions_keywords": "Fanononana sy teny fototra", - "message_didnt_send": "Tsy lasa ny hafatra. Tsindrio raha mila fanazavana.", "mute_description": "Tsy hahazo fampandrenesana ianao" }, "notifier": { diff --git a/apps/web/src/i18n/strings/nb_NO.json b/apps/web/src/i18n/strings/nb_NO.json index 53917ecd5c..d8da67c4e0 100644 --- a/apps/web/src/i18n/strings/nb_NO.json +++ b/apps/web/src/i18n/strings/nb_NO.json @@ -1651,7 +1651,6 @@ "mentions_and_keywords": "@mentions & nøkkelord", "mentions_and_keywords_description": "Bli varslet bare med omtaler og nøkkelord som konfigurert i innstillingene dine ", "mentions_keywords": "Omtaler og nøkkelord", - "message_didnt_send": "Meldingen ble ikke sendt. Klikk for informasjon.", "mute_description": "Du vil ikke få noen varsler" }, "notifier": { diff --git a/apps/web/src/i18n/strings/nl.json b/apps/web/src/i18n/strings/nl.json index 1de1710e87..1a9d454543 100644 --- a/apps/web/src/i18n/strings/nl.json +++ b/apps/web/src/i18n/strings/nl.json @@ -1207,7 +1207,6 @@ "mentions_and_keywords": "@vermeldingen & trefwoorden", "mentions_and_keywords_description": "Krijg alleen meldingen met vermeldingen en trefwoorden zoals ingesteld in je instellingen", "mentions_keywords": "Vermeldingen & trefwoorden", - "message_didnt_send": "Bericht is niet verstuur. Klik voor meer info.", "mute_description": "Je krijgt geen meldingen" }, "notifier": { diff --git a/apps/web/src/i18n/strings/pl.json b/apps/web/src/i18n/strings/pl.json index a3cdf76ed0..44fb15a293 100644 --- a/apps/web/src/i18n/strings/pl.json +++ b/apps/web/src/i18n/strings/pl.json @@ -1722,7 +1722,6 @@ "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ń" }, "notifier": { diff --git a/apps/web/src/i18n/strings/pt.json b/apps/web/src/i18n/strings/pt.json index ea3ea3f460..7f80863ab0 100644 --- a/apps/web/src/i18n/strings/pt.json +++ b/apps/web/src/i18n/strings/pt.json @@ -1546,7 +1546,6 @@ "mentions_and_keywords": "@menções e palavras-chave", "mentions_and_keywords_description": "Recebe notificações apenas com menções e palavras-chave, conforme definido nas tuas definições de ", "mentions_keywords": "Menções e palavras-chave", - "message_didnt_send": "A mensagem não foi enviada. Clica para obteres informações.", "mute_description": "Não receberás quaisquer notificações" }, "notifier": { diff --git a/apps/web/src/i18n/strings/pt_BR.json b/apps/web/src/i18n/strings/pt_BR.json index 722b8ba80d..63b11ce95e 100644 --- a/apps/web/src/i18n/strings/pt_BR.json +++ b/apps/web/src/i18n/strings/pt_BR.json @@ -1643,7 +1643,6 @@ "mentions_and_keywords": "@menções e palavras-chave", "mentions_and_keywords_description": "Receba notificações apenas com menções e palavras-chave conforme definido em suas configurações", "mentions_keywords": "Menções e palavras-chave!", - "message_didnt_send": "A mensagem não foi enviada. Clique para mais informações.", "mute_description": "Você não receberá nenhuma notificação" }, "notifier": { diff --git a/apps/web/src/i18n/strings/ru.json b/apps/web/src/i18n/strings/ru.json index dad4d47046..a99718acbf 100644 --- a/apps/web/src/i18n/strings/ru.json +++ b/apps/web/src/i18n/strings/ru.json @@ -1660,7 +1660,6 @@ "mentions_and_keywords": "@упоминания и ключевые слова", "mentions_and_keywords_description": "Получать уведомления только по упоминаниям и ключевым словам, установленным в ваших настройках", "mentions_keywords": "Упоминания и ключевые слова", - "message_didnt_send": "Сообщение не отправлено. Нажмите для получения информации.", "mute_description": "Вы не будете получать никаких уведомлений" }, "notifier": { diff --git a/apps/web/src/i18n/strings/sk.json b/apps/web/src/i18n/strings/sk.json index bbc1f53cc4..e06a5ed338 100644 --- a/apps/web/src/i18n/strings/sk.json +++ b/apps/web/src/i18n/strings/sk.json @@ -1666,7 +1666,6 @@ "mentions_and_keywords": "@zmienky a kľúčové slová", "mentions_and_keywords_description": "Dostávajte upozornenia len na zmienky a kľúčové slová nastavené vo vašich nastaveniach", "mentions_keywords": "Zmienky a kľúčové slová", - "message_didnt_send": "Správa sa neodoslala. Kliknite pre informácie.", "mute_description": "Nebudete dostávať žiadne oznámenia" }, "notifier": { diff --git a/apps/web/src/i18n/strings/sq.json b/apps/web/src/i18n/strings/sq.json index 7b8ae39dca..48cca1d959 100644 --- a/apps/web/src/i18n/strings/sq.json +++ b/apps/web/src/i18n/strings/sq.json @@ -1319,7 +1319,6 @@ "mentions_and_keywords": "@përmendje & fjalëkyçe", "mentions_and_keywords_description": "Merrni njoftime vetëm për përmendje dhe fjalëkyçe që keni ujdisur te rregullimet tuaja", "mentions_keywords": "Përmendje & fjalëkyçe", - "message_didnt_send": "Mesazhi s’u dërgua. Klikoni për hollësi.", "mute_description": "S’do të merrni ndonjë njoftim" }, "notifier": { diff --git a/apps/web/src/i18n/strings/sv.json b/apps/web/src/i18n/strings/sv.json index aabe8896d6..497e198f87 100644 --- a/apps/web/src/i18n/strings/sv.json +++ b/apps/web/src/i18n/strings/sv.json @@ -1594,7 +1594,6 @@ "mentions_and_keywords": "@omnämnanden och nyckelord", "mentions_and_keywords_description": "Bli endast aviserad om omnämnanden och nyckelord i enlighet med dina inställningar", "mentions_keywords": "Omnämnanden & nyckelord", - "message_didnt_send": "Meddelande skickades inte. Klicka för info.", "mute_description": "Du får inga aviseringar" }, "notifier": { diff --git a/apps/web/src/i18n/strings/tr.json b/apps/web/src/i18n/strings/tr.json index 39068ae214..3e68839ac5 100644 --- a/apps/web/src/i18n/strings/tr.json +++ b/apps/web/src/i18n/strings/tr.json @@ -1545,7 +1545,6 @@ "mentions_and_keywords": "@bahsetmeler ve anahtar kelimeler", "mentions_and_keywords_description": "Yalnızca settings ayarlarınızda ayarlanan bahsetmeler ve anahtar kelimelerle bildirim alın", "mentions_keywords": "Bahsetmeler ve anahtar kelimeler", - "message_didnt_send": "Mesaj gönderilmedi. Bilgi için tıklayınız.", "mute_description": "Hiçbir bildirim almayacaksınız" }, "notifier": { diff --git a/apps/web/src/i18n/strings/uk.json b/apps/web/src/i18n/strings/uk.json index faf4c51bb1..195ac3bcc9 100644 --- a/apps/web/src/i18n/strings/uk.json +++ b/apps/web/src/i18n/strings/uk.json @@ -1708,7 +1708,6 @@ "mentions_and_keywords": "Лише @згадки й відповіді", "mentions_and_keywords_description": "Отримувати лише вказані у ваших налаштуваннях згадки й ключові слова", "mentions_keywords": "Згадки та ключові слова", - "message_didnt_send": "Повідомлення не надіслане. Натисніть, щоб дізнатись більше.", "mute_description": "Ви не отримуватимете жодних сповіщень" }, "notifier": { diff --git a/apps/web/src/i18n/strings/vi.json b/apps/web/src/i18n/strings/vi.json index 60f8dbf321..acd6c7f4e3 100644 --- a/apps/web/src/i18n/strings/vi.json +++ b/apps/web/src/i18n/strings/vi.json @@ -1291,7 +1291,6 @@ "mentions_and_keywords": "@đề cập & từ khóa", "mentions_and_keywords_description": "Chỉ nhận thông báo với các đề cập và từ khóa được thiết lập trong cài đặt của bạn", "mentions_keywords": "Đề cập & từ khóa", - "message_didnt_send": "Tin nhắn chưa gửi. Nhấn để biết thông tin.", "mute_description": "Bạn sẽ không nhận bất kỳ thông báo nào" }, "notifier": { diff --git a/apps/web/src/i18n/strings/zh_Hans.json b/apps/web/src/i18n/strings/zh_Hans.json index 28f707d25e..a7b26a9315 100644 --- a/apps/web/src/i18n/strings/zh_Hans.json +++ b/apps/web/src/i18n/strings/zh_Hans.json @@ -285,6 +285,8 @@ }, "registration_disabled": "此主服务器已禁用注册。", "registration_msisdn_field_required_invalid": "输入电话号码(在此主服务器为必需)", + "registration_rate_limited": "短时间内尝试次数过多。请稍后再试。", + "registration_rate_limited_with_time": "短时间内尝试次数过多。请于 %(timeout)s 秒后重试。", "registration_successful": "注册成功", "registration_username_in_use": "该用户名已被使用。请尝试其它用户名,如果是你本人,请在下方登录。", "registration_username_unable_check": "无法检查用户名是否被占用。稍后再试。", @@ -1706,7 +1708,6 @@ "mentions_and_keywords": "仅限提及(@)与回复", "mentions_and_keywords_description": "仅为在设置中针对提及与关键词的配置获取通知", "mentions_keywords": "提及与关键词", - "message_didnt_send": "消息未发送。点击以获取信息。", "mute_description": "你不会收到任何通知" }, "notifier": { diff --git a/apps/web/src/i18n/strings/zh_Hant.json b/apps/web/src/i18n/strings/zh_Hant.json index 4b9c490ebb..e87493a3fe 100644 --- a/apps/web/src/i18n/strings/zh_Hant.json +++ b/apps/web/src/i18n/strings/zh_Hant.json @@ -1390,7 +1390,6 @@ "mentions_and_keywords": "@提及與關鍵字", "mentions_and_keywords_description": "僅在提及您與您在設定中列出的關鍵字時收到通知", "mentions_keywords": "提及與關鍵字", - "message_didnt_send": "訊息未傳送。點擊以取得更多資訊。", "mute_description": "不會收到任何通知" }, "notifier": { diff --git a/packages/shared-components/src/i18n/strings/fr.json b/packages/shared-components/src/i18n/strings/fr.json index 6e14dc2e2b..eb19173d9f 100644 --- a/packages/shared-components/src/i18n/strings/fr.json +++ b/packages/shared-components/src/i18n/strings/fr.json @@ -4,6 +4,7 @@ }, "action": { "back": "Retour", + "cancel": "Annuler", "click": "Clic", "close": "Fermer", "collapse": "Réduire", @@ -28,6 +29,7 @@ "reply": "Répondre", "reply_in_thread": "Répondre dans le fil de discussion", "retry": "Réessayer", + "save": "Enregistrer", "search": "Rechercher", "start_chat": "Démarrer une discussion", "unpin": "Désépingler", @@ -44,6 +46,23 @@ "devtools": { "toggle_event": "afficher/masquer l’évènement" }, + "emoji": { + "categories": "Catégories", + "category_activities": "Activités", + "category_animals_nature": "Animaux et nature", + "category_flags": "Drapeaux", + "category_food_drink": "Nourriture et boissons", + "category_frequently_used": "Utilisé fréquemment", + "category_objects": "Objets", + "category_smileys_people": "Émoticônes et personnes", + "category_symbols": "Symboles", + "category_travel_places": "Voyages & lieux", + "quick_reactions": "Réactions rapides" + }, + "emoji_picker": { + "cancel_search_label": "Annuler la recherche", + "emoji_picker": "Sélecteur d'emoji" + }, "keyboard": { "shift": "Maj" }, @@ -65,6 +84,7 @@ "all_messages": "Tous les messages", "default_settings": "Correspondre aux paramètres par défaut", "mentions_keywords": "Mentions et mots-clés", + "message_didnt_send": "Le message n’a pas été envoyé. Cliquer pour plus d’info.", "mute_room": "Rendre le salon muet" }, "release_announcement": { @@ -84,6 +104,7 @@ "jump_to_date": "Aller à la date", "jump_to_date_beginning": "Le début du salon", "jump_to_date_prompt": "Choisissez vers quelle date aller", + "knock_sent": "Demande d’accès envoyée", "pinned_message_badge": "Message épinglé", "status_bar": { "delete_all": "Tout supprimer", @@ -199,6 +220,8 @@ "set_status": { "away": "Absent", "be_right_back": "Je reviens tout de suite", + "choose_emoji": "Choisissez un emoji", + "custom": "Personnalisé…", "focus_time": "Temps de Concentration", "in_a_meeting": "En réunion", "on_the_road": "Sur la route", diff --git a/packages/shared-components/src/i18n/strings/zh_Hans.json b/packages/shared-components/src/i18n/strings/zh_Hans.json index 4cbeb9eb9b..181f571a8f 100644 --- a/packages/shared-components/src/i18n/strings/zh_Hans.json +++ b/packages/shared-components/src/i18n/strings/zh_Hans.json @@ -4,6 +4,7 @@ }, "action": { "back": "返回", + "cancel": "取消", "click": "点击", "close": "关闭", "collapse": "折叠", @@ -28,6 +29,7 @@ "reply": "回复", "reply_in_thread": "在消息列中回复", "retry": "重试", + "save": "保存", "search": "搜索", "start_chat": "开始聊天", "unpin": "取消置顶", @@ -76,6 +78,7 @@ "all_messages": "所有消息", "default_settings": "跟随系统设置", "mentions_keywords": "提及与关键词", + "message_didnt_send": "消息未发送。点击以获取信息。", "mute_room": "静默房间" }, "release_announcement": { @@ -95,6 +98,7 @@ "jump_to_date": "跳转到日期", "jump_to_date_beginning": "房间的开头", "jump_to_date_prompt": "选择日期以跳转", + "knock_sent": "已发送加入申请", "pinned_message_badge": "已被置顶的消息", "status_bar": { "delete_all": "全部删除", @@ -208,6 +212,8 @@ "set_status": { "away": "离开", "be_right_back": "马上回来", + "choose_emoji": "选择 Emoji", + "custom": "自定义…", "focus_time": "专注时间", "in_a_meeting": "正在开会", "on_the_road": "在路上",