diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml
index 53fcf0f017..d5f1e110e5 100644
--- a/.maestro/tests/settings/settings.yaml
+++ b/.maestro/tests/settings/settings.yaml
@@ -16,7 +16,7 @@ appId: ${APP_ID}
- tapOn:
text: "Report a problem"
-- assertVisible: "Report a bug"
+- assertVisible: "Report a problem"
- back
- tapOn:
diff --git a/features/messages/impl/src/main/res/values-ru/translations.xml b/features/messages/impl/src/main/res/values-ru/translations.xml
index a1ce610568..77f7e1d0e5 100644
--- a/features/messages/impl/src/main/res/values-ru/translations.xml
+++ b/features/messages/impl/src/main/res/values-ru/translations.xml
@@ -45,6 +45,7 @@
"Произошла ошибка при загрузке настроек уведомлений."
"Не удалось восстановить режим по умолчанию, попробуйте еще раз."
"Не удалось настроить режим, попробуйте еще раз."
+ "Ваш домашний сервер не поддерживает эту опцию в зашифрованных комнатах, вы не будете получать уведомления в этой комнате."
"Все сообщения"
"В этой комнате уведомить меня о"
"Показать меньше"
diff --git a/features/messages/impl/src/main/res/values-sk/translations.xml b/features/messages/impl/src/main/res/values-sk/translations.xml
index fd7efc1200..0bdf008fc2 100644
--- a/features/messages/impl/src/main/res/values-sk/translations.xml
+++ b/features/messages/impl/src/main/res/values-sk/translations.xml
@@ -45,6 +45,7 @@
"Pri načítavaní nastavení oznámení došlo k chybe."
"Nepodarilo sa obnoviť predvolený režim, skúste to prosím znova."
"Nepodarilo sa nastaviť režim, skúste to prosím znova."
+ "Váš domovský server nepodporuje túto možnosť v šifrovaných miestnostiach, v tejto miestnosti nedostanete upozornenie."
"Všetky správy"
"V tejto miestnosti ma upozorniť na"
"Zobraziť menej"
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 9afb388a9a..3432902dea 100644
--- a/features/preferences/impl/src/main/res/values-ru/translations.xml
+++ b/features/preferences/impl/src/main/res/values-ru/translations.xml
@@ -28,6 +28,7 @@
"Включить уведомления на данном устройстве"
"Конфигурация не была исправлена, попробуйте еще раз."
"Групповые чаты"
+ "Ваш домашний сервер не поддерживает эту опцию в зашифрованных комнатах, в некоторых комнатах вы можете не получать уведомления."
"Упоминания"
"Все"
"Упоминания"
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 b1de800205..2b8f866255 100644
--- a/features/preferences/impl/src/main/res/values-sk/translations.xml
+++ b/features/preferences/impl/src/main/res/values-sk/translations.xml
@@ -30,6 +30,7 @@ Ak budete pokračovať, niektoré z vašich nastavení sa môžu zmeniť.""Povoliť oznámenia na tomto zariadení"
"Konfigurácia nebola opravená, skúste to prosím znova."
"Skupinové rozhovory"
+ "Váš domovský server nepodporuje túto možnosť v šifrovaných miestnostiach, v niektorých miestnostiach nemusíte dostať upozornenie."
"Zmienky"
"Všetky"
"Zmienky"
diff --git a/features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport/BugReportView.kt b/features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport/BugReportView.kt
index 2cbb54cdad..7833c21764 100644
--- a/features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport/BugReportView.kt
+++ b/features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/bugreport/BugReportView.kt
@@ -64,7 +64,7 @@ fun BugReportView(
Box(modifier = modifier) {
PreferencePage(
- title = stringResource(id = CommonStrings.common_report_a_bug),
+ title = stringResource(id = CommonStrings.common_report_a_problem),
onBackPressed = onBackPressed
) {
val isFormEnabled = state.sending !is Async.Loading
diff --git a/features/rageshake/impl/src/main/res/values-ru/translations.xml b/features/rageshake/impl/src/main/res/values-ru/translations.xml
index 8f05a3148d..c22a34bf30 100644
--- a/features/rageshake/impl/src/main/res/values-ru/translations.xml
+++ b/features/rageshake/impl/src/main/res/values-ru/translations.xml
@@ -4,8 +4,8 @@
"Вы можете связаться со мной, если у Вас возникнут какие-либо дополнительные вопросы."
"Связаться со мной"
"Редактировать снимок экрана"
- "Пожалуйста, опишите ошибку. Что вы сделали? Что вы ожидали, что произойдет? Что произошло на самом деле. Пожалуйста, опишите все как можно подробнее."
- "Опишите ошибку…"
+ "Пожалуйста, опишите ошибку. Что вы сделали? Какое поведение вы ожидали? Что произошло на самом деле. Пожалуйста, опишите все как можно подробнее."
+ "Опишите проблему…"
"Если возможно, пожалуйста, напишите описание на английском языке."
"Отправка журналов сбоев"
"Разрешить ведение журналов"
diff --git a/features/rageshake/impl/src/main/res/values/localazy.xml b/features/rageshake/impl/src/main/res/values/localazy.xml
index fb02c93780..34ba8b5b30 100644
--- a/features/rageshake/impl/src/main/res/values/localazy.xml
+++ b/features/rageshake/impl/src/main/res/values/localazy.xml
@@ -4,8 +4,8 @@
"You may contact me if you have any follow up questions."
"Contact me"
"Edit screenshot"
- "Please describe the bug. What did you do? What did you expect to happen? What actually happened. Please go into as much detail as you can."
- "Describe the bug…"
+ "Please describe the problem. What did you do? What did you expect to happen? What actually happened. Please go into as much detail as you can."
+ "Describe the problem…"
"If possible, please write the description in English."
"Send crash logs"
"Allow logs"
diff --git a/features/roomdetails/impl/src/main/res/values-ru/translations.xml b/features/roomdetails/impl/src/main/res/values-ru/translations.xml
index 38a8835251..7d3eae6fff 100644
--- a/features/roomdetails/impl/src/main/res/values-ru/translations.xml
+++ b/features/roomdetails/impl/src/main/res/values-ru/translations.xml
@@ -36,6 +36,7 @@
"Произошла ошибка при загрузке настроек уведомлений."
"Не удалось восстановить режим по умолчанию, попробуйте еще раз."
"Не удалось настроить режим, попробуйте еще раз."
+ "Ваш домашний сервер не поддерживает эту опцию в зашифрованных комнатах, вы не будете получать уведомления в этой комнате."
"Все сообщения"
"В этой комнате уведомить меня о"
"Заблокировать"
diff --git a/features/roomdetails/impl/src/main/res/values-sk/translations.xml b/features/roomdetails/impl/src/main/res/values-sk/translations.xml
index edaf50d915..c7e422b920 100644
--- a/features/roomdetails/impl/src/main/res/values-sk/translations.xml
+++ b/features/roomdetails/impl/src/main/res/values-sk/translations.xml
@@ -36,6 +36,7 @@
"Pri načítavaní nastavení oznámení došlo k chybe."
"Nepodarilo sa obnoviť predvolený režim, skúste to prosím znova."
"Nepodarilo sa nastaviť režim, skúste to prosím znova."
+ "Váš domovský server nepodporuje túto možnosť v šifrovaných miestnostiach, v tejto miestnosti nedostanete upozornenie."
"Všetky správy"
"V tejto miestnosti ma upozorniť na"
"Zablokovať"
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 309e463faf..0b4700235b 100644
--- a/libraries/ui-strings/src/main/res/values-ru/translations.xml
+++ b/libraries/ui-strings/src/main/res/values-ru/translations.xml
@@ -9,12 +9,14 @@
"Воспроизвести"
"Опрос"
"Опрос завершен"
+ "Прочитано %1$s"
"Отправить файлы"
"Показать пароль"
"Начать звонок"
"Меню пользователя"
"Записать голосовое сообщение."
"Остановить запись"
+ "Прочитано %1$s и %2$s"
"Разрешить"
"Добавить в хронологию"
"Назад"
@@ -81,6 +83,7 @@
"Начать подтверждение"
"Нажмите, чтобы загрузить карту"
"Сделать фото"
+ "Нажмите для просмотра вариантов"
"Повторить попытку"
"Показать источник"
"Да"
@@ -89,12 +92,14 @@
"Политика допустимого использования"
"Дополнительные параметры"
"Аналитика"
+ "Оформление"
"Аудио"
"Пузыри"
"Резервная копия чатов"
"Авторское право"
"Создание комнаты…"
"Покинул комнату"
+ "Темная"
"Ошибка расшифровки"
"Для разработчика"
"(изменено)"
@@ -113,6 +118,7 @@
"Установить APK"
"Идентификатор Matrix ID не найден, приглашение может быть не получено."
"Покинуть комнату"
+ "Светлая"
"Ссылка скопирована в буфер обмена"
"Загрузка…"
"Сообщение"
@@ -146,7 +152,10 @@
"Поиск человека"
"Результаты поиска"
"Безопасность"
+ "Просмотрено"
"Отправка…"
+ "Сбой отправки"
+ "Отправлено"
"Сервер не поддерживается"
"Адрес сервера"
"Настройки"
@@ -157,6 +166,7 @@
"Успешно"
"Рекомендации"
"Синхронизация"
+ "Системная"
"Текст"
"Уведомление о третьей стороне"
"Обсуждение"
@@ -198,6 +208,11 @@
- "Ведено %1$d цифр"
- "Введено много цифр"
+
+ - "Прочитано %1$s и %2$d другим"
+ - "Прочитано %1$s и %2$d другими"
+ - "Прочитано %1$s и %2$d другими"
+
- "%1$d участник"
- "%1$d участников"
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 0ccbab9cb8..7fe0ffd9d1 100644
--- a/libraries/ui-strings/src/main/res/values-sk/translations.xml
+++ b/libraries/ui-strings/src/main/res/values-sk/translations.xml
@@ -9,12 +9,14 @@
"Prehrať"
"Anketa"
"Ukončená anketa"
+ "Prečítal/a %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äť"
@@ -81,6 +83,7 @@
"Spustiť overovanie"
"Ťuknutím načítate mapu"
"Urobiť fotku"
+ "Klepnutím získate možnosti"
"Skúste to znova"
"Zobraziť zdroj"
"Áno"
@@ -89,12 +92,14 @@
"Zásady prijateľného používania"
"Pokročilé nastavenia"
"Analytika"
+ "Vzhľad"
"Zvuk"
"Bubliny"
"Záloha konverzácie"
"Autorské práva"
"Vytváranie miestnosti…"
"Opustil/a miestnosť"
+ "Tmavý"
"Chyba dešifrovania"
"Možnosti pre vývojárov"
"(upravené)"
@@ -113,6 +118,7 @@
"Inštalovať APK"
"Toto Matrix ID sa nedá nájsť, takže pozvánka nemusí byť prijatá."
"Opustenie miestnosti"
+ "Svetlý"
"Odkaz bol skopírovaný do schránky"
"Načítava sa…"
"Správa"
@@ -146,7 +152,10 @@
"Vyhľadať niekoho"
"Výsledky hľadania"
"Bezpečnosť"
+ "Videné"
"Odosiela sa…"
+ "Odoslanie zlyhalo"
+ "Odoslané"
"Server nie je podporovaný"
"URL adresa servera"
"Nastavenia"
@@ -157,6 +166,7 @@
"Úspech"
"Návrhy"
"Synchronizuje sa"
+ "Systém"
"Text"
"Oznámenia tretích strán"
"Vlákno"
@@ -198,6 +208,11 @@
- "%1$d zadané číslice"
- "%1$d zadaných číslic"
+
+ - "Prečítal/a %1$s a %2$d ďalší"
+ - "Prečítal/a %1$s a %2$d ďalší"
+ - "Prečítal/a %1$s a %2$d ďalších"
+
- "%1$d člen"
- "%1$d členovia"
diff --git a/libraries/ui-strings/src/main/res/values/localazy.xml b/libraries/ui-strings/src/main/res/values/localazy.xml
index 6eb51a87c8..c2f969551c 100644
--- a/libraries/ui-strings/src/main/res/values/localazy.xml
+++ b/libraries/ui-strings/src/main/res/values/localazy.xml
@@ -9,12 +9,14 @@
"Play"
"Poll"
"Ended poll"
+ "Read by %1$s"
"Send files"
"Show password"
"Start a call"
"User menu"
"Record voice message."
"Stop recording"
+ "Read by %1$s and %2$s"
"Accept"
"Add to timeline"
"Back"
@@ -81,6 +83,7 @@
"Start verification"
"Tap to load map"
"Take photo"
+ "Tap for options"
"Try again"
"View source"
"Yes"
@@ -89,12 +92,14 @@
"Acceptable use policy"
"Advanced settings"
"Analytics"
+ "Appearance"
"Audio"
"Bubbles"
"Chat backup"
"Copyright"
"Creating room…"
"Left room"
+ "Dark"
"Decryption error"
"Developer options"
"(edited)"
@@ -113,6 +118,7 @@
"Install APK"
"This Matrix ID can\'t be found, so the invite might not be received."
"Leaving room"
+ "Light"
"Link copied to clipboard"
"Loading…"
"Message"
@@ -146,7 +152,10 @@
"Search for someone"
"Search results"
"Security"
+ "Seen by"
"Sending…"
+ "Sending failed"
+ "Sent"
"Server not supported"
"Server URL"
"Settings"
@@ -157,6 +166,7 @@
"Success"
"Suggestions"
"Syncing"
+ "System"
"Text"
"Third-party notices"
"Thread"
@@ -197,6 +207,10 @@
- "%1$d digit entered"
- "%1$d digits entered"
+
+ - "Read by %1$s and %2$d other"
+ - "Read by %1$s and %2$d others"
+
- "%1$d member"
- "%1$d members"
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_0,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_0,NEXUS_5,1.0,en].png
index 5f5be1fdc5..b7bb6bcf4c 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_0,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_0,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bf178a51be45cfd5fee676628ae3192374c1bc873e6eef726053ae593974aafe
-size 68108
+oid sha256:3928ea1a60bf2b5c1cc94ef566ca67ce03679994430f826f50636c781976e8e2
+size 70068
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_1,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_1,NEXUS_5,1.0,en].png
index 15e4e18e8e..7a638cc9f8 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_1,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_1,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:922ffb470cc64a29cd2d9a65840d267cb742efa523f3d93676ec148f818850e1
-size 204829
+oid sha256:62ddb0f9d6764b639b1a1438535c19138d1f81afdaaebfe03b021fc7f64a5291
+size 206670
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_2,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_2,NEXUS_5,1.0,en].png
index aa132627e5..10d0f335e2 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_2,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-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:332e7a7baa12fb54fed4ad99f53470a96182e6059f3f24631ef9c5a7ed9c9f54
-size 59420
+oid sha256:6d546a6a3a5e517e99758f05396a72cc7bf802f3e207f5c7d881e5805f103b67
+size 61356
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_3,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_3,NEXUS_5,1.0,en].png
index 5f5be1fdc5..b7bb6bcf4c 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_3,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Day-0_0_null_3,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bf178a51be45cfd5fee676628ae3192374c1bc873e6eef726053ae593974aafe
-size 68108
+oid sha256:3928ea1a60bf2b5c1cc94ef566ca67ce03679994430f826f50636c781976e8e2
+size 70068
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_0,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_0,NEXUS_5,1.0,en].png
index adc80daf5f..d8461b8165 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_0,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_0,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:310bd5d524d61cbc3b8237811c8d6623a6fb1046bb8a9823ff5173c2f2b3c862
-size 65218
+oid sha256:53cb4046ffb2391e880bb9f4567534483f9c3e8bdbea7d7706d3fb93ec0acdec
+size 67105
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_1,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_1,NEXUS_5,1.0,en].png
index 618c296fbf..8e8c828451 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_1,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_1,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3bd787f27931a5f71da9ed4248ff7c310acce37168b36e2575995ea1a1dc2cac
-size 200484
+oid sha256:22c01def033c5ce1e7bc12dc7b5ec6fae11bb827f29818d3921f156a4cf04386
+size 202460
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_2,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_2,NEXUS_5,1.0,en].png
index cda48a2eff..29f1413708 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_2,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-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:e93d40807105a64a933180a71a73c661c4b792f5a008af7ada5fc8fd80a1446b
-size 54960
+oid sha256:8960e097e94be82ab519bbc1ed3679955dd200349ae32e55d11fad1cbaf586ae
+size 56261
diff --git a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_3,NEXUS_5,1.0,en].png b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_3,NEXUS_5,1.0,en].png
index adc80daf5f..d8461b8165 100644
--- a/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_3,NEXUS_5,1.0,en].png
+++ b/tests/uitests/src/test/snapshots/images/ui_S_t[f.rageshake.impl.bugreport_BugReportView_null_BugReportView-Night-0_1_null_3,NEXUS_5,1.0,en].png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:310bd5d524d61cbc3b8237811c8d6623a6fb1046bb8a9823ff5173c2f2b3c862
-size 65218
+oid sha256:53cb4046ffb2391e880bb9f4567534483f9c3e8bdbea7d7706d3fb93ec0acdec
+size 67105