From 12b319647113c9e9cc80bf57600976a39508ff4b Mon Sep 17 00:00:00 2001 From: ElementBot <110224175+ElementBot@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:52:23 +0000 Subject: [PATCH] Sync Strings (#1892) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Sync Strings from Localazy --------- Co-authored-by: bmarty Co-authored-by: jonnyandrew Co-authored-by: Jorge Martín --- .../src/main/res/values-cs/translations.xml | 1 + .../src/main/res/values-fr/translations.xml | 1 + .../poll/impl/create/CreatePollView.kt | 2 +- .../src/main/res/values-cs/translations.xml | 6 +++-- .../src/main/res/values-de/translations.xml | 2 -- .../src/main/res/values-fr/translations.xml | 2 -- .../src/main/res/values-ro/translations.xml | 2 -- .../src/main/res/values-ru/translations.xml | 6 +++-- .../src/main/res/values-sk/translations.xml | 6 +++-- .../main/res/values-zh-rTW/translations.xml | 2 -- .../impl/src/main/res/values/localazy.xml | 5 ++-- .../src/main/res/values-cs/translations.xml | 2 ++ .../src/main/res/values-fr/translations.xml | 1 + .../src/main/res/values-ru/translations.xml | 1 + .../src/main/res/values-sk/translations.xml | 1 + .../src/main/res/values-fr/translations.xml | 2 +- .../src/main/res/values-cs/translations.xml | 1 + .../src/main/res/values-fr/translations.xml | 1 + .../src/main/res/values-fr/translations.xml | 2 ++ .../src/main/res/values-fr/translations.xml | 1 + .../src/main/res/values-cs/translations.xml | 4 ---- .../src/main/res/values-ru/translations.xml | 5 +--- .../src/main/res/values-sk/translations.xml | 5 +--- .../impl/src/main/res/values/localazy.xml | 5 +--- .../src/main/res/values-cs/translations.xml | 24 ++++++++++++++++++- .../src/main/res/values-de/translations.xml | 4 +++- .../src/main/res/values-fr/translations.xml | 22 +++++++++++++++-- .../src/main/res/values-ru/translations.xml | 11 +++++++-- .../src/main/res/values-sk/translations.xml | 11 +++++++-- .../main/res/values-zh-rTW/translations.xml | 2 +- ...ollView-Day-0_0_null_2,NEXUS_5,1.0,en].png | 4 ++-- ...lView-Night-0_1_null_2,NEXUS_5,1.0,en].png | 4 ++-- 32 files changed, 101 insertions(+), 47 deletions(-) diff --git a/features/messages/impl/src/main/res/values-cs/translations.xml b/features/messages/impl/src/main/res/values-cs/translations.xml index d8231ab1eea..62a5ceb29bb 100644 --- a/features/messages/impl/src/main/res/values-cs/translations.xml +++ b/features/messages/impl/src/main/res/values-cs/translations.xml @@ -45,6 +45,7 @@ "Při načítání nastavení oznámení došlo k chybě." "Obnovení výchozího režimu se nezdařilo, zkuste to prosím znovu." "Nastavení režimu se nezdařilo, zkuste to prosím znovu." + "Váš domovský server tuto možnost nepodporuje v šifrovaných místnostech, v této místnosti nebudete dostávat upozornění." "Všechny zprávy" "V této místnosti mě upozornit na" "Zobrazit méně" diff --git a/features/messages/impl/src/main/res/values-fr/translations.xml b/features/messages/impl/src/main/res/values-fr/translations.xml index 2c9ab7574c5..061cd73f414 100644 --- a/features/messages/impl/src/main/res/values-fr/translations.xml +++ b/features/messages/impl/src/main/res/values-fr/translations.xml @@ -44,6 +44,7 @@ "Une erreur s’est produite lors du chargement des paramètres de notification." "Échec de la restauration du mode par défaut, veuillez réessayer." "Échec de la configuration du mode, veuillez réessayer." + "Votre serveur d’accueil ne supporte pas cette option pour les salons chiffrés, vous ne serez pas notifié(e) dans ce salon." "Tous les messages" "Dans ce salon, prévenez-moi pour" "Afficher moins" diff --git a/features/poll/impl/src/main/kotlin/io/element/android/features/poll/impl/create/CreatePollView.kt b/features/poll/impl/src/main/kotlin/io/element/android/features/poll/impl/create/CreatePollView.kt index a0e1d9ec73c..6520450d203 100644 --- a/features/poll/impl/src/main/kotlin/io/element/android/features/poll/impl/create/CreatePollView.kt +++ b/features/poll/impl/src/main/kotlin/io/element/android/features/poll/impl/create/CreatePollView.kt @@ -77,7 +77,7 @@ fun CreatePollView( val navBack = { state.eventSink(CreatePollEvents.ConfirmNavBack) } BackHandler(onBack = navBack) if (state.showConfirmation) ConfirmationDialog( - content = stringResource(id = R.string.screen_create_poll_discard_confirmation), + content = stringResource(id = R.string.screen_create_poll_cancel_confirmation_content_android), onSubmitClicked = { state.eventSink(CreatePollEvents.NavBack) }, onDismiss = { state.eventSink(CreatePollEvents.HideConfirmation) } ) diff --git a/features/poll/impl/src/main/res/values-cs/translations.xml b/features/poll/impl/src/main/res/values-cs/translations.xml index fa722e96167..a76cf627259 100644 --- a/features/poll/impl/src/main/res/values-cs/translations.xml +++ b/features/poll/impl/src/main/res/values-cs/translations.xml @@ -4,9 +4,11 @@ "Zobrazit výsledky až po skončení hlasování" "Anonymní hlasování" "Volba %1$d" - "Opravdu chcete zrušit toto hlasování?" - "Zrušit hlasování" + "Vaše změny nebyly uloženy. Opravdu se chcete vrátit?" "Otázka nebo téma" "Čeho se hlasování týká?" "Vytvořit hlasování" + "Opravdu chcete odstranit toto hlasování?" + "Odstranit hlasování" + "Upravit hlasování" diff --git a/features/poll/impl/src/main/res/values-de/translations.xml b/features/poll/impl/src/main/res/values-de/translations.xml index bd43eb83379..30b16ec5858 100644 --- a/features/poll/impl/src/main/res/values-de/translations.xml +++ b/features/poll/impl/src/main/res/values-de/translations.xml @@ -4,8 +4,6 @@ "Ergebnisse erst nach Ende der Umfrage anzeigen" "Anonyme Umfrage" "Option %1$d" - "Bist du sicher, dass du diese Umfrage verwerfen willst?" - "Umfrage verwerfen" "Frage oder Thema" "Worum geht es bei der Umfrage?" "Umfrage erstellen" diff --git a/features/poll/impl/src/main/res/values-fr/translations.xml b/features/poll/impl/src/main/res/values-fr/translations.xml index adfcfd274d7..e323fe5711b 100644 --- a/features/poll/impl/src/main/res/values-fr/translations.xml +++ b/features/poll/impl/src/main/res/values-fr/translations.xml @@ -4,8 +4,6 @@ "Afficher les résultats uniquement après la fin du sondage" "Masquer les votes" "Option %1$d" - "Êtes-vous sûr de vouloir supprimer ce sondage ?" - "Supprimer le sondage" "Question ou sujet" "Quel est le sujet du sondage ?" "Créer un sondage" diff --git a/features/poll/impl/src/main/res/values-ro/translations.xml b/features/poll/impl/src/main/res/values-ro/translations.xml index b552a68024d..a7ecdcc4dc9 100644 --- a/features/poll/impl/src/main/res/values-ro/translations.xml +++ b/features/poll/impl/src/main/res/values-ro/translations.xml @@ -4,8 +4,6 @@ "Afișați rezultatele numai după încheierea sondajului" "Sondaj anonim" "Opțiune %1$d" - "Sunteți sigur că doriți să renunțați la acest sondaj?" - "Renunțați la sondaj" "Întrebare sau subiect" "Despre ce este sondajul?" "Creați un sondaj" diff --git a/features/poll/impl/src/main/res/values-ru/translations.xml b/features/poll/impl/src/main/res/values-ru/translations.xml index c471ff9dd25..22dc506a55e 100644 --- a/features/poll/impl/src/main/res/values-ru/translations.xml +++ b/features/poll/impl/src/main/res/values-ru/translations.xml @@ -4,9 +4,11 @@ "Показывать результаты только после окончания опроса" "Анонимный опрос" "Настройка %1$d" - "Вы действительно хотите отменить этот опрос?" - "Отменить опрос" + "Изменения не сохранены. Вы действительно хотите вернуться?" "Вопрос или тема" "Тема опроса?" "Создать опрос" + "Вы уверены, что хотите удалить этот опрос?" + "Удалить опрос" + "Редактировать опрос" diff --git a/features/poll/impl/src/main/res/values-sk/translations.xml b/features/poll/impl/src/main/res/values-sk/translations.xml index 5e2d9ee7bc9..c68b82dd323 100644 --- a/features/poll/impl/src/main/res/values-sk/translations.xml +++ b/features/poll/impl/src/main/res/values-sk/translations.xml @@ -4,9 +4,11 @@ "Zobraziť výsledky až po skončení ankety" "Anonymná anketa" "Možnosť %1$d" - "Ste si istí, že chcete túto anketu zahodiť?" - "Odstrániť anketu" + "Vaše zmeny neboli uložené. Určite sa chcete vrátiť späť?" "Otázka alebo téma" "O čom je anketa?" "Vytvoriť anketu" + "Ste si istý, že chcete odstrániť túto anketu?" + "Odstrániť anketu" + "Upraviť anketu" diff --git a/features/poll/impl/src/main/res/values-zh-rTW/translations.xml b/features/poll/impl/src/main/res/values-zh-rTW/translations.xml index 298224c8ad3..03bd96aa284 100644 --- a/features/poll/impl/src/main/res/values-zh-rTW/translations.xml +++ b/features/poll/impl/src/main/res/values-zh-rTW/translations.xml @@ -4,8 +4,6 @@ "只在投票結束後顯示結果" "隱藏票數" "選項 %1$d" - "您確定要捨棄這項投票嗎?" - "捨棄投票" "問題或主題" "投什麼?" "建立投票" diff --git a/features/poll/impl/src/main/res/values/localazy.xml b/features/poll/impl/src/main/res/values/localazy.xml index 3d0c16c4a1a..83942df70da 100644 --- a/features/poll/impl/src/main/res/values/localazy.xml +++ b/features/poll/impl/src/main/res/values/localazy.xml @@ -4,10 +4,11 @@ "Show results only after poll ends" "Hide votes" "Option %1$d" - "Are you sure you want to discard this poll?" - "Discard Poll" + "Your changes have not been saved. Are you sure you want to go back?" "Question or topic" "What is the poll about?" "Create Poll" + "Are you sure you want to delete this poll?" + "Delete Poll" "Edit poll" diff --git a/features/preferences/impl/src/main/res/values-cs/translations.xml b/features/preferences/impl/src/main/res/values-cs/translations.xml index 49ffdd14a11..a8f8af56ed0 100644 --- a/features/preferences/impl/src/main/res/values-cs/translations.xml +++ b/features/preferences/impl/src/main/res/values-cs/translations.xml @@ -6,6 +6,7 @@ "Vývojářský režim" "Povolením získáte přístup k funkcím a funkcím pro vývojáře." "Vypněte editor formátovaného textu pro ruční zadání Markdown." + "Povolit možnost zobrazení zdroje zprávy na časové ose." "Zobrazované jméno" "Vaše zobrazované jméno" "Došlo k neznámé chybě a informace nelze změnit." @@ -30,6 +31,7 @@ Pokud budete pokračovat, některá nastavení se mohou změnit." "Povolit oznámení na tomto zařízení" "Konfigurace nebyla opravena, zkuste to prosím znovu." "Skupinové chaty" + "Váš domovský server tuto možnost v zašifrovaných místnostech nepodporuje, v některých místnostech nemusíte být upozorněni." "Zmínky" "Vše" "Zmínky" diff --git a/features/preferences/impl/src/main/res/values-fr/translations.xml b/features/preferences/impl/src/main/res/values-fr/translations.xml index a831656698c..aca213c957d 100644 --- a/features/preferences/impl/src/main/res/values-fr/translations.xml +++ b/features/preferences/impl/src/main/res/values-fr/translations.xml @@ -30,6 +30,7 @@ Si vous continuez, il est possible que certains de vos paramètres soient modifi "Activer les notifications sur cet appareil" "La configuration n’a pas été corrigée, veuillez réessayer." "Discussions de groupe" + "Votre serveur d’accueil ne supporte pas cette option pour les salons chiffrés, vous pourriez ne pas être notifié(e) dans certains salons." "Mentions" "Tous" "Mentions" diff --git a/features/preferences/impl/src/main/res/values-ru/translations.xml b/features/preferences/impl/src/main/res/values-ru/translations.xml index 3432902dea5..4a008eab470 100644 --- a/features/preferences/impl/src/main/res/values-ru/translations.xml +++ b/features/preferences/impl/src/main/res/values-ru/translations.xml @@ -6,6 +6,7 @@ "Режим разработчика" "Предоставьте разработчикам доступ к функциям и функциональным возможностям." "Отключить редактор форматированного текста и включить Markdown." + "Включить опцию просмотра источника сообщения на временной шкале." "Отображаемое имя" "Ваше отображаемое имя" "Произошла неизвестная ошибка, изменить информацию не удалось." diff --git a/features/preferences/impl/src/main/res/values-sk/translations.xml b/features/preferences/impl/src/main/res/values-sk/translations.xml index 2b8f866255f..0464bf8beee 100644 --- a/features/preferences/impl/src/main/res/values-sk/translations.xml +++ b/features/preferences/impl/src/main/res/values-sk/translations.xml @@ -6,6 +6,7 @@ "Vývojársky režim" "Umožniť prístup k možnostiam a funkciám pre vývojárov." "Vypnite rozšírený textový editor na ručné písanie Markdown." + "Povoliť možnosť zobrazenia zdroja správy na časovej osi." "Zobrazované meno" "Vaše zobrazované meno" "Vyskytla sa neznáma chyba a informácie nebolo možné zmeniť." diff --git a/features/rageshake/impl/src/main/res/values-fr/translations.xml b/features/rageshake/impl/src/main/res/values-fr/translations.xml index ed2d9f7e964..6138f6bce52 100644 --- a/features/rageshake/impl/src/main/res/values-fr/translations.xml +++ b/features/rageshake/impl/src/main/res/values-fr/translations.xml @@ -5,7 +5,7 @@ "Contactez-moi" "Modifier la capture d’écran" "S’il vous plait, veuillez décrire le problème. Qu’avez-vous fait ? À quoi vous attendiez-vous ? Que s’est-il réellement passé ? Veuillez ajouter le plus de détails possible." - "Décrire le problème" + "Décrire le problème…" "Si possible, veuillez rédiger la description en anglais." "Envoyer des journaux d’incident" "Autoriser à inclure les journaux techniques" diff --git a/features/roomdetails/impl/src/main/res/values-cs/translations.xml b/features/roomdetails/impl/src/main/res/values-cs/translations.xml index 110257d6aeb..0bddcdf7cd1 100644 --- a/features/roomdetails/impl/src/main/res/values-cs/translations.xml +++ b/features/roomdetails/impl/src/main/res/values-cs/translations.xml @@ -36,6 +36,7 @@ "Při načítání nastavení oznámení došlo k chybě." "Obnovení výchozího režimu se nezdařilo, zkuste to prosím znovu." "Nastavení režimu se nezdařilo, zkuste to prosím znovu." + "Váš domovský server tuto možnost nepodporuje v šifrovaných místnostech, v této místnosti nebudete dostávat upozornění." "Všechny zprávy" "V této místnosti mě upozornit na" "Zablokovat" diff --git a/features/roomdetails/impl/src/main/res/values-fr/translations.xml b/features/roomdetails/impl/src/main/res/values-fr/translations.xml index d2b7f22292c..dd35f402526 100644 --- a/features/roomdetails/impl/src/main/res/values-fr/translations.xml +++ b/features/roomdetails/impl/src/main/res/values-fr/translations.xml @@ -35,6 +35,7 @@ "Une erreur s’est produite lors du chargement des paramètres de notification." "Échec de la restauration du mode par défaut, veuillez réessayer." "Échec de la configuration du mode, veuillez réessayer." + "Votre serveur d’accueil ne supporte pas cette option pour les salons chiffrés, vous ne serez pas notifié(e) dans ce salon." "Tous les messages" "Dans ce salon, prévenez-moi pour" "Bloquer" diff --git a/features/securebackup/impl/src/main/res/values-fr/translations.xml b/features/securebackup/impl/src/main/res/values-fr/translations.xml index 3922f2fa78a..9f3f304b25c 100644 --- a/features/securebackup/impl/src/main/res/values-fr/translations.xml +++ b/features/securebackup/impl/src/main/res/values-fr/translations.xml @@ -22,6 +22,8 @@ "Clé de récupération modifée" "Changer la clé de récupération?" "Saisissez votre clé de récupération pour accéder à l’historique de vos discussions." + "Veuillez réessayer pour accéder à votre historique chiffré." + "Clé de récupération incorrecte" "Saisissez la clé à 48 caractères." "Saisissez la clé ici…" "Clé de récupération confirmée" diff --git a/features/verifysession/impl/src/main/res/values-fr/translations.xml b/features/verifysession/impl/src/main/res/values-fr/translations.xml index c9d3446f2a3..1ad0ffca42f 100644 --- a/features/verifysession/impl/src/main/res/values-fr/translations.xml +++ b/features/verifysession/impl/src/main/res/values-fr/translations.xml @@ -9,6 +9,7 @@ "Réessayer la vérification" "Je suis prêt.e" "En attente de correspondance" + "Comparer un groupe unique d’Emojis." "Comparez les emoji uniques en veillant à ce qu’ils apparaissent dans le même ordre." "Ils ne correspondent pas" "Ils correspondent" diff --git a/libraries/push/impl/src/main/res/values-cs/translations.xml b/libraries/push/impl/src/main/res/values-cs/translations.xml index b9488e008bd..84525a427ef 100644 --- a/libraries/push/impl/src/main/res/values-cs/translations.xml +++ b/libraries/push/impl/src/main/res/values-cs/translations.xml @@ -8,10 +8,6 @@ "Vstoupit" "Odmítnout" "Vás pozval(a) do chatu" - "%1$s vás zmínil(a). -%2$s" - "Byli jste zmíněni. -%1$s" "Nové zprávy" "Reagoval(a) s %1$s" "Označit jako přečtené" diff --git a/libraries/push/impl/src/main/res/values-ru/translations.xml b/libraries/push/impl/src/main/res/values-ru/translations.xml index aec71803743..f183396dbcf 100644 --- a/libraries/push/impl/src/main/res/values-ru/translations.xml +++ b/libraries/push/impl/src/main/res/values-ru/translations.xml @@ -8,10 +8,7 @@ "Присоединиться" "Отклонить" "Пригласил вас в чат" - "%1$s упомянул вас. -%2$s" - "Вас уже упомянули. -%1$s" + "Упомянул вас: %1$s" "Новые сообщения" "Отреагировал на %1$s" "Отметить как прочитанное" diff --git a/libraries/push/impl/src/main/res/values-sk/translations.xml b/libraries/push/impl/src/main/res/values-sk/translations.xml index 0bc33382045..bd79b42fc3c 100644 --- a/libraries/push/impl/src/main/res/values-sk/translations.xml +++ b/libraries/push/impl/src/main/res/values-sk/translations.xml @@ -8,10 +8,7 @@ "Pripojiť sa" "Zamietnuť" "Vás pozval/a na konverzáciu" - "%1$s vás spomenul/-a. -%2$s" - "Boli ste spomenutí. -%1$s" + "Spomenul/a vás: %1$s" "Nové správy" "Reagoval/a s %1$s" "Označiť ako prečítané" diff --git a/libraries/push/impl/src/main/res/values/localazy.xml b/libraries/push/impl/src/main/res/values/localazy.xml index 5cadfb90acd..7d50cd28648 100644 --- a/libraries/push/impl/src/main/res/values/localazy.xml +++ b/libraries/push/impl/src/main/res/values/localazy.xml @@ -8,10 +8,7 @@ "Join" "Reject" "Invited you to chat" - "%1$s mentioned you. -%2$s" - "You have been mentioned. -%1$s" + "Mentioned you: %1$s" "New Messages" "Reacted with %1$s" "Mark as read" diff --git a/libraries/ui-strings/src/main/res/values-cs/translations.xml b/libraries/ui-strings/src/main/res/values-cs/translations.xml index 9889bf4697b..ad1bbda2096 100644 --- a/libraries/ui-strings/src/main/res/values-cs/translations.xml +++ b/libraries/ui-strings/src/main/res/values-cs/translations.xml @@ -2,13 +2,21 @@ "Smazat" "Skrýt heslo" + "Přejít dolů" "Pouze zmínky" "Ztišeno" + "Strana %1$d" "Pozastavit" "Pole pro PIN" "Přehrát" "Hlasování" "Hlasování ukončeno" + "Reagovat s %1$s" + "Reagovat s dalšími emoji" + "%1$s a %2$s přečetli" + "%1$s přečetl(a)" + "Klepnutím zobrazíte vše" + "Odstraňit reakci s %1$s" "Odeslat soubory" "Zobrazit heslo" "Zahájit hovor" @@ -31,9 +39,11 @@ "Vytvořit" "Vytvořit místnost" "Odmítnout" + "Odstranit hlasování" "Zakázat" "Hotovo" "Upravit" + "Upravit hlasování" "Povolit" "Ukončit hlasování" "Zadejte PIN" @@ -81,20 +91,22 @@ "Zahájit ověření" "Klepnutím načtete mapu" "Vyfotit" + "Klepnutím zobrazíte možnosti" "Zkusit znovu" "Zobrazit zdroj" "Ano" - "Upravit hlasování" "O aplikaci" "Zásady používání" "Pokročilá nastavení" "Analytika" + "Vzhled" "Zvuk" "Bubliny" "Záloha chatu" "Autorská práva" "Vytváření místnosti…" "Opustit místnost" + "Tmavé" "Chyba dešifrování" "Možnosti pro vývojáře" "(upraveno)" @@ -113,6 +125,7 @@ "Nainstalovat APK" "Tento Matrix identifikátor nelze najít, takže pozvánka nemusí být přijata." "Opuštění místnosti" + "Světlý" "Odkaz zkopírován do schránky" "Načítání…" "Zpráva" @@ -146,7 +159,10 @@ "Hledat někoho" "Výsledky hledání" "Zabezpečení" + "Viděno" "Odesílání…" + "Odeslání se nezdařilo" + "Odesláno" "Server není podporován" "URL serveru" "Nastavení" @@ -157,6 +173,7 @@ "Úspěch" "Návrhy" "Synchronizace" + "Systém" "Text" "Oznámení třetích stran" "Vlákno" @@ -198,6 +215,11 @@ "zadány %1$d číslice" "zadáno %1$d číslic" + + "Přečetl(a) %1$s a %2$d další" + "Přečetl(a) %1$s a %2$d další" + "Přečetl(a) %1$s a %2$d dalších" + "%1$d člen" "%1$d členové" diff --git a/libraries/ui-strings/src/main/res/values-de/translations.xml b/libraries/ui-strings/src/main/res/values-de/translations.xml index e473e6efb91..436f6a95ae8 100644 --- a/libraries/ui-strings/src/main/res/values-de/translations.xml +++ b/libraries/ui-strings/src/main/res/values-de/translations.xml @@ -27,8 +27,10 @@ "Deaktivieren" "Erledigt" "Bearbeiten" + "Umfrage bearbeiten" "Aktivieren" "Umfrage beenden" + "PIN eingeben" "Passwort vergessen?" "Weiter" "Einladen" @@ -72,7 +74,6 @@ "Foto machen" "Quelle anzeigen" "Ja" - "Umfrage bearbeiten" "Über" "Nutzungsrichtlinie" "Erweiterte Einstellungen" @@ -88,6 +89,7 @@ "Bearbeitung" "* %1$s %2$s" "Verschlüsselung aktiviert" + "PIN eingeben" "Fehler" "Datei" "Datei wurde unter Downloads gespeichert" diff --git a/libraries/ui-strings/src/main/res/values-fr/translations.xml b/libraries/ui-strings/src/main/res/values-fr/translations.xml index ac67487989a..f13e524ad66 100644 --- a/libraries/ui-strings/src/main/res/values-fr/translations.xml +++ b/libraries/ui-strings/src/main/res/values-fr/translations.xml @@ -9,11 +9,14 @@ "Lecture" "Sondage" "Sondage terminé" + "Lu par %1$s et %2$s" + "Lu par %1$s" "Envoyer des fichiers" "Afficher le mot de passe" "Démarrer un appel" "Menu utilisateur" - "Enregistrer un message vocal. Taper deux fois et maintenir pour enregistrer. Relâcher pour stopper l’enregistrement." + "Enregistrer un message vocal." + "Arrêter l\'enregistrement" "Accepter" "Ajouter à la discussion" "Retour" @@ -33,6 +36,7 @@ "Désactiver" "Terminé" "Modifier" + "Modifier le sondage" "Activer" "Terminer le sondage" "Saisir le code PIN" @@ -80,20 +84,22 @@ "Commencer la vérification" "Cliquez pour charger la carte" "Prendre une photo" + "Appuyez pour afficher les options" "Essayer à nouveau" "Afficher la source" "Oui" - "Modifier le sondage" "À propos" "Politique d’utilisation acceptable" "Paramètres avancés" "Statistiques d’utilisation" + "Apparence" "Audio" "Bulles" "Sauvegarde des discussions" "Droits d’auteur" "Création du salon…" "Quitter le salon" + "Sombre" "Erreur de déchiffrement" "Options pour les développeurs" "(modifié)" @@ -112,9 +118,11 @@ "Installer l’APK" "Cet identifiant Matrix est introuvable, il est donc possible que l’invitation ne soit pas reçue." "Quitter le salon…" + "Clair" "Lien copié dans le presse-papiers" "Chargement…" "Message" + "Actions sur le message" "Mode d’affichage des messages" "Message supprimé" "Moderne" @@ -134,6 +142,7 @@ "Actualisation…" "En réponse à %1$s" "Signaler un problème" + "Remonter un problème" "Rapport soumis" "Éditeur de texte enrichi" "Salon" @@ -143,7 +152,10 @@ "Rechercher quelqu’un" "Résultats de la recherche" "Sécurité" + "Vu par" "Envoi en cours…" + "Échec de l\'envoi" + "Envoyé" "Serveur non pris en charge" "URL du serveur" "Paramètres" @@ -154,6 +166,7 @@ "Succès" "Suggestions" "Synchronisation" + "Système" "Texte" "Avis de tiers" "Fil de discussion" @@ -174,6 +187,7 @@ "En attente de la clé de déchiffrement" "Êtes-vous sûr de vouloir mettre fin à ce sondage ?" "Sondage : %1$s" + "Vérifier la session" "Confirmation" "Attention" "Échec de la création du permalien" @@ -193,6 +207,10 @@ "%1$d chiffre saisi" "%1$d chiffres saisis" + + "Lu par %1$s et %2$d autre" + "Lu par %1$s et %2$d autres" + "%1$d membre" "%1$d membres" diff --git a/libraries/ui-strings/src/main/res/values-ru/translations.xml b/libraries/ui-strings/src/main/res/values-ru/translations.xml index 0b4700235b7..6ad74a90865 100644 --- a/libraries/ui-strings/src/main/res/values-ru/translations.xml +++ b/libraries/ui-strings/src/main/res/values-ru/translations.xml @@ -2,21 +2,27 @@ "Удалить" "Скрыть пароль" + "Перейти вниз" "Только упоминания" "Звук отключен" + "Страница %1$d" "Приостановить" "Поле PIN-кода" "Воспроизвести" "Опрос" "Опрос завершен" + "Реагировать вместе с %1$s" + "Реакция с помощью эмодзи" + "Прочитано %1$s и %2$s" "Прочитано %1$s" + "Нажмите, чтобы показать все" + "Удалить реакцию с %1$s" "Отправить файлы" "Показать пароль" "Начать звонок" "Меню пользователя" "Записать голосовое сообщение." "Остановить запись" - "Прочитано %1$s и %2$s" "Разрешить" "Добавить в хронологию" "Назад" @@ -33,9 +39,11 @@ "Создать" "Создать комнату" "Отклонить" + "Удалить опрос" "Отключить" "Готово" "Редактировать" + "Редактировать опрос" "Включить" "Завершить опрос" "Введите PIN-код" @@ -87,7 +95,6 @@ "Повторить попытку" "Показать источник" "Да" - "Редактировать опрос" "О приложении" "Политика допустимого использования" "Дополнительные параметры" diff --git a/libraries/ui-strings/src/main/res/values-sk/translations.xml b/libraries/ui-strings/src/main/res/values-sk/translations.xml index 7fe0ffd9d10..0dff18fd2ff 100644 --- a/libraries/ui-strings/src/main/res/values-sk/translations.xml +++ b/libraries/ui-strings/src/main/res/values-sk/translations.xml @@ -2,21 +2,27 @@ "Vymazať" "Skryť heslo" + "Prejsť na spodok" "Iba zmienky" "Stlmené" + "Strana %1$d" "Pozastaviť" "Pole PIN" "Prehrať" "Anketa" "Ukončená anketa" + "Reagovať s %1$s" + "Reagovať s inými emotikonmi" + "Prečítal/a %1$s a %2$s" "Prečítal/a %1$s" + "Ťuknutím zobrazíte všetko" + "Odstrániť reakciu s %1$s" "Odoslať súbory" "Zobraziť heslo" "Začať hovor" "Používateľské menu" "Nahrať hlasovú správu." "Zastaviť nahrávanie" - "Prečítal/a %1$s a %2$s" "Prijať" "Pridať na časovú os" "Späť" @@ -33,9 +39,11 @@ "Vytvoriť" "Vytvoriť miestnosť" "Odmietnuť" + "Odstrániť anketu" "Vypnúť" "Hotovo" "Upraviť" + "Upraviť anketu" "Povoliť" "Ukončiť anketu" "Zadajte PIN" @@ -87,7 +95,6 @@ "Skúste to znova" "Zobraziť zdroj" "Áno" - "Upraviť anketu" "O aplikácii" "Zásady prijateľného používania" "Pokročilé nastavenia" diff --git a/libraries/ui-strings/src/main/res/values-zh-rTW/translations.xml b/libraries/ui-strings/src/main/res/values-zh-rTW/translations.xml index 6f6fa08892d..2b3de768958 100644 --- a/libraries/ui-strings/src/main/res/values-zh-rTW/translations.xml +++ b/libraries/ui-strings/src/main/res/values-zh-rTW/translations.xml @@ -29,6 +29,7 @@ "停用" "完成" "編輯" + "編輯投票" "啟用" "結束投票" "忘記密碼?" @@ -74,7 +75,6 @@ "拍照" "檢視原始碼" "是" - "編輯投票" "關於" "可接受使用政策" "進階設定" diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Day-0_0_null_2,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Day-0_0_null_2,NEXUS_5,1.0,en].png index 55252ab6fab..44fe8a58409 100644 --- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Day-0_0_null_2,NEXUS_5,1.0,en].png +++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Day-0_0_null_2,NEXUS_5,1.0,en].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00eaac72071c0b1b15b9e282c62fe82a956df63dd8246c13f2d0058b7b34a994 -size 40300 +oid sha256:d97257fbbd85d70a319795af9738a3773892d96c6b64e9e8793e693d70929e33 +size 44178 diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Night-0_1_null_2,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Night-0_1_null_2,NEXUS_5,1.0,en].png index 5d12d77bdad..42aa83f958f 100644 --- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Night-0_1_null_2,NEXUS_5,1.0,en].png +++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.poll.impl.create_CreatePollView_null_CreatePollView-Night-0_1_null_2,NEXUS_5,1.0,en].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e0c5dd90815e99d82b0dbcf6f98a8cd09d238c92a6be947fee69d43b511ec81 -size 36021 +oid sha256:80d6f893a6d3d01518c381eb5e7a2ccd261d000ee64fa8eff81a6805f24f5bf5 +size 39383