Merge pull request #6772 from element-hq/feature/bma/addMissingStrings

Add missing strings `theme.black`
This commit is contained in:
Benoit Marty 2026-05-12 21:31:24 +02:00 committed by GitHub
commit 2ea23bcc3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 122 additions and 130 deletions

View file

@ -11,9 +11,9 @@ package io.element.android.features.preferences.impl.advanced
import androidx.compose.runtime.Composable
import androidx.compose.runtime.ReadOnlyComposable
import androidx.compose.ui.res.stringResource
import io.element.android.features.preferences.impl.R
import io.element.android.libraries.designsystem.components.preferences.DropdownOption
import io.element.android.libraries.preferences.api.store.VideoCompressionPreset
import io.element.android.libraries.ui.strings.CommonStrings
import kotlinx.collections.immutable.ImmutableList
data class AdvancedSettingsState(
@ -44,24 +44,24 @@ enum class ThemeOption : DropdownOption {
System {
@Composable
@ReadOnlyComposable
override fun getText(): String = stringResource(CommonStrings.common_system)
override fun getText(): String = stringResource(R.string.theme_system)
},
Light {
@Composable
@ReadOnlyComposable
override fun getText(): String = stringResource(CommonStrings.common_light)
override fun getText(): String = stringResource(R.string.theme_light)
},
Dark {
@Composable
@ReadOnlyComposable
override fun getText(): String = stringResource(CommonStrings.common_dark)
override fun getText(): String = stringResource(R.string.theme_dark)
},
Black {
@Composable
@ReadOnlyComposable
override fun getText(): String = stringResource(CommonStrings.common_black)
override fun getText(): String = stringResource(R.string.theme_black)
}
}

View file

@ -53,6 +53,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"налады сістэмы"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Сістэмныя апавяшчэнні выключаны"</string>
<string name="screen_notification_settings_title">"Апавяшчэнні"</string>
<string name="theme_dark">"Цёмная"</string>
<string name="theme_light">"Светлая"</string>
<string name="theme_system">"Сістэмная"</string>
<string name="troubleshoot_notifications_entry_point_section">"Выпраўленне непаладак"</string>
<string name="troubleshoot_notifications_entry_point_title">"Выпраўленне непаладак з апавяшчэннямі"</string>
</resources>

View file

@ -58,6 +58,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"системни настройки"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Системните известия са изключени"</string>
<string name="screen_notification_settings_title">"Известия"</string>
<string name="theme_dark">"Тъмен"</string>
<string name="theme_light">"Светъл"</string>
<string name="theme_system">"Система"</string>
<string name="troubleshoot_notifications_entry_point_section">"Отстраняване на неизправности"</string>
<string name="troubleshoot_notifications_entry_point_title">"Отстраняване на неизправности с известията"</string>
</resources>

View file

@ -87,6 +87,9 @@ Pokud budete pokračovat, některá nastavení se mohou změnit."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"systémová nastavení"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systémová oznámení byla vypnuta"</string>
<string name="screen_notification_settings_title">"Oznámení"</string>
<string name="theme_dark">"Tmavé"</string>
<string name="theme_light">"Světlý"</string>
<string name="theme_system">"Systém"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Historie push oznámení"</string>
<string name="troubleshoot_notifications_entry_point_section">"Odstraňování problémů"</string>
<string name="troubleshoot_notifications_entry_point_title">"Odstraňování problémů s upozorněními"</string>

View file

@ -70,6 +70,9 @@ Os ewch ymlaen, efallai y bydd rhai o\'ch gosodiadau\'n newid."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"gosodiadau system"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Hysbysiadau system wedi\'u diffodd"</string>
<string name="screen_notification_settings_title">"Hysbysiadau"</string>
<string name="theme_dark">"Tywyll"</string>
<string name="theme_light">"Golau"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Hanes gwthio"</string>
<string name="troubleshoot_notifications_entry_point_section">"Datrys Problemau"</string>
<string name="troubleshoot_notifications_entry_point_title">"Hysbysiadau datrys problemau"</string>

View file

@ -84,6 +84,9 @@ Hvis du fortsætter, kan nogle af dine indstillinger blive ændret."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"systemindstillinger"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systemmeddelelser slået fra"</string>
<string name="screen_notification_settings_title">"Notifikationer"</string>
<string name="theme_dark">"Mørkt tema"</string>
<string name="theme_light">"Lyst tema"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Push-historik"</string>
<string name="troubleshoot_notifications_entry_point_section">"Fejlfind"</string>
<string name="troubleshoot_notifications_entry_point_title">"Fejlfinding af meddelelser"</string>

View file

@ -76,6 +76,9 @@ Wenn du fortfährst, können sich einige deiner Einstellungen ändern."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"Systemeinstellungen"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systembenachrichtigungen deaktiviert"</string>
<string name="screen_notification_settings_title">"Benachrichtigungen"</string>
<string name="theme_dark">"Dunkel"</string>
<string name="theme_light">"Hell"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Verlauf pushen"</string>
<string name="troubleshoot_notifications_entry_point_section">"Fehlerbehebung"</string>
<string name="troubleshoot_notifications_entry_point_title">"Fehlerbehebung für Benachrichtigungen"</string>

View file

@ -76,6 +76,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"ρυθμίσεις συστήματος"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Ειδοποιήσεις συστήματος ανενεργές"</string>
<string name="screen_notification_settings_title">"Ειδοποιήσεις"</string>
<string name="theme_dark">"Σκοτεινό"</string>
<string name="theme_light">"Φωτεινό"</string>
<string name="theme_system">"Σύστημα"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Ιστορικό push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Αντιμετώπιση προβλημάτων"</string>
<string name="troubleshoot_notifications_entry_point_title">"Αντιμετώπιση προβλημάτων ειδοποιήσεων"</string>

View file

@ -63,6 +63,9 @@ Si continúas, es posible que algunos de tus ajustes cambien."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"ajustes del sistema"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Notificaciones del sistema desactivadas"</string>
<string name="screen_notification_settings_title">"Notificaciones"</string>
<string name="theme_dark">"Oscuro"</string>
<string name="theme_light">"Claro"</string>
<string name="theme_system">"Sistema"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Historial de notificaciones push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Solucionar problemas"</string>
<string name="troubleshoot_notifications_entry_point_title">"Solucionar problemas con las notificaciones"</string>

View file

@ -81,6 +81,9 @@ Kui sa jätkad muutmist, siis võivad muutuda ka need peidetud eelistused."</str
<string name="screen_notification_settings_system_notifications_action_required_content_link">"süsteemi seadistusi"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Süsteemi teavitused on välja lülitatud"</string>
<string name="screen_notification_settings_title">"Teavitused"</string>
<string name="theme_dark">"Tume"</string>
<string name="theme_light">"Hele"</string>
<string name="theme_system">"Süsteem"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Tõuketeadete ajalugu"</string>
<string name="troubleshoot_notifications_entry_point_section">"Veaotsing"</string>
<string name="troubleshoot_notifications_entry_point_title">"Teavituste veaotsing"</string>

View file

@ -55,4 +55,7 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"sistemaren ezarpenak"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Sistemaren jakinarazpenak desaktibatuta daude"</string>
<string name="screen_notification_settings_title">"Jakinarazpenak"</string>
<string name="theme_dark">"Iluna"</string>
<string name="theme_light">"Argia"</string>
<string name="theme_system">"Sistema"</string>
</resources>

View file

@ -67,6 +67,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"تنظیمات سامانه"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"آگاهی‌های سامانه‌ای خاموش شدند"</string>
<string name="screen_notification_settings_title">"آگاهی‌ها"</string>
<string name="theme_dark">"تیره"</string>
<string name="theme_light">"روشن"</string>
<string name="theme_system">"سامانه"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"تاریخچهٔ آگاهی‌های ارسالی"</string>
<string name="troubleshoot_notifications_entry_point_section">"رفع‌اشکال"</string>
<string name="troubleshoot_notifications_entry_point_title">"رفع‌اشکال آگاهی‌ها"</string>

View file

@ -76,6 +76,9 @@ Jos jatkat, jotkin asetukset saattavat muuttua."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"järjestelmäsi asetuksia"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Järjestelmän ilmoitukset on poissa päältä"</string>
<string name="screen_notification_settings_title">"Ilmoitukset"</string>
<string name="theme_dark">"Tumma"</string>
<string name="theme_light">"Vaalea"</string>
<string name="theme_system">"Järjestelmän oletus"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Push-historia"</string>
<string name="troubleshoot_notifications_entry_point_section">"Vianmääritys"</string>
<string name="troubleshoot_notifications_entry_point_title">"Ilmoitusten vianmääritys"</string>

View file

@ -84,6 +84,9 @@ Si vous continuez, il est possible que certains de vos paramètres soient modifi
<string name="screen_notification_settings_system_notifications_action_required_content_link">"paramètres du système"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Les notifications du système sont désactivées"</string>
<string name="screen_notification_settings_title">"Notifications"</string>
<string name="theme_dark">"Sombre"</string>
<string name="theme_light">"Clair"</string>
<string name="theme_system">"Système"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Historique des Push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Dépannage"</string>
<string name="troubleshoot_notifications_entry_point_title">"Dépanner les notifications"</string>

View file

@ -85,6 +85,9 @@ Ako nastavite, neke od vaših postavki mogu se promijeniti."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"postavke sustava"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Obavijesti sustava su isključene"</string>
<string name="screen_notification_settings_title">"Obavijesti"</string>
<string name="theme_dark">"Tamno"</string>
<string name="theme_light">"Svijetlo"</string>
<string name="theme_system">"Sustav"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Povijest push obavijesti"</string>
<string name="troubleshoot_notifications_entry_point_section">"Rješavanje problema"</string>
<string name="troubleshoot_notifications_entry_point_title">"Rješavanje problema s obavijestima"</string>

View file

@ -84,6 +84,9 @@ Ha folytatja, egyes beállítások megváltozhatnak."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"rendszerbeállításokat"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"A rendszerértesítések ki vannak kapcsolva"</string>
<string name="screen_notification_settings_title">"Értesítések"</string>
<string name="theme_dark">"Sötét"</string>
<string name="theme_light">"Világos"</string>
<string name="theme_system">"Rendszer"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Leküldéses értesítések előzmények"</string>
<string name="troubleshoot_notifications_entry_point_section">"Hibaelhárítás"</string>
<string name="troubleshoot_notifications_entry_point_title">"Értesítések hibaelhárítása"</string>

View file

@ -72,6 +72,9 @@ Jika Anda melanjutkan, beberapa pengaturan Anda dapat berubah."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"pengaturan sistem"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Pemberitahuan sistem dimatikan"</string>
<string name="screen_notification_settings_title">"Notifikasi"</string>
<string name="theme_dark">"Gelap"</string>
<string name="theme_light">"Terang"</string>
<string name="theme_system">"Sistem"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Riwayat dorongan"</string>
<string name="troubleshoot_notifications_entry_point_section">"Pemecahan masalah"</string>
<string name="troubleshoot_notifications_entry_point_title">"Pecahkan masalah notifikasi"</string>

View file

@ -84,6 +84,9 @@ Se procedi, alcune delle tue impostazioni potrebbero cambiare."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"impostazioni di sistema"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Notifiche di sistema disattivate"</string>
<string name="screen_notification_settings_title">"Notifiche"</string>
<string name="theme_dark">"Scuro"</string>
<string name="theme_light">"Chiaro"</string>
<string name="theme_system">"Sistema"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Cronologia push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Risoluzione dei problemi"</string>
<string name="troubleshoot_notifications_entry_point_title">"Risoluzione di problemi delle notifiche"</string>

View file

@ -83,6 +83,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"システム設定"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"システムで通知がオフです"</string>
<string name="screen_notification_settings_title">"通知"</string>
<string name="theme_dark">"ダーク"</string>
<string name="theme_light">"ライト"</string>
<string name="theme_system">"システム"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"プッシュ履歴"</string>
<string name="troubleshoot_notifications_entry_point_section">"トラブルシューティング"</string>
<string name="troubleshoot_notifications_entry_point_title">"通知のトラブルシューティング"</string>

View file

@ -50,6 +50,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"სისტემის პარამეტრები"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"სისტემის შეტყობინებები გამორთულია"</string>
<string name="screen_notification_settings_title">"შეტყობინებები"</string>
<string name="theme_dark">"მუქი"</string>
<string name="theme_light">"ღია"</string>
<string name="theme_system">"სისტემა"</string>
<string name="troubleshoot_notifications_entry_point_section">"პრობლემების გადაჭრა"</string>
<string name="troubleshoot_notifications_entry_point_title">"პრობლემების გადაჭრის შეტყობინებები"</string>
</resources>

View file

@ -77,6 +77,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"시스템 설정"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"시스템 알림이 꺼져 있습니다."</string>
<string name="screen_notification_settings_title">"알림"</string>
<string name="theme_dark">"다크"</string>
<string name="theme_light">"라이트"</string>
<string name="theme_system">"시스템"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"푸시 기록"</string>
<string name="troubleshoot_notifications_entry_point_section">"문제 해결"</string>
<string name="troubleshoot_notifications_entry_point_title">"문제 해결 알림"</string>

View file

@ -76,6 +76,9 @@ Hvis du fortsetter, kan noen av innstillingene dine endres."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"systeminnstillinger"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systemvarsler er slått av"</string>
<string name="screen_notification_settings_title">"Varslinger"</string>
<string name="theme_dark">"Mørk"</string>
<string name="theme_light">"Lys"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Push-historikk"</string>
<string name="troubleshoot_notifications_entry_point_section">"Feilsøk"</string>
<string name="troubleshoot_notifications_entry_point_title">"Feilsøk varsler"</string>

View file

@ -54,6 +54,9 @@ Als je doorgaat, kunnen sommige van je instellingen veranderen."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"systeeminstellingen"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systeemmeldingen uitgeschakeld"</string>
<string name="screen_notification_settings_title">"Meldingen"</string>
<string name="theme_dark">"Donker"</string>
<string name="theme_light">"Licht"</string>
<string name="theme_system">"Systeem"</string>
<string name="troubleshoot_notifications_entry_point_section">"Problemen oplossen"</string>
<string name="troubleshoot_notifications_entry_point_title">"Problemen met meldingen oplossen"</string>
</resources>

View file

@ -85,6 +85,9 @@ Niektóre ustawienia mogą ulec zmianie, jeśli kontynuujesz."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"ustawienia systemowe"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Powiadomienia systemowe wyłączone"</string>
<string name="screen_notification_settings_title">"Powiadomienia"</string>
<string name="theme_dark">"Ciemny"</string>
<string name="theme_light">"Jasny"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Historia powiadomień Push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Rozwiązywanie problemów"</string>
<string name="troubleshoot_notifications_entry_point_title">"Rozwiązywanie problemów powiadomień"</string>

View file

@ -76,6 +76,9 @@ Se você continuar, algumas de suas configurações poderão mudar."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"configurações do seu sistema"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Notificações do sistema desativadas"</string>
<string name="screen_notification_settings_title">"Notificações"</string>
<string name="theme_dark">"Escuro"</string>
<string name="theme_light">"Claro"</string>
<string name="theme_system">"Sistema"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Histórico de push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Solução de problemas"</string>
<string name="troubleshoot_notifications_entry_point_title">"Solucionar problemas de notificações"</string>

View file

@ -76,6 +76,9 @@ Se prosseguires, algumas delas podem ser alteradas."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"configurações do sistema"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Notificações do sistema desativadas"</string>
<string name="screen_notification_settings_title">"Notificações"</string>
<string name="theme_dark">"Escuro"</string>
<string name="theme_light">"Claro"</string>
<string name="theme_system">"Sistema"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Histórico de push"</string>
<string name="troubleshoot_notifications_entry_point_section">"Resolução de problemas"</string>
<string name="troubleshoot_notifications_entry_point_title">"Corrigir notificações"</string>

View file

@ -78,6 +78,9 @@ Dacă continuați, unele dintre setările dumneavoastră pot fi modificate."</st
<string name="screen_notification_settings_system_notifications_action_required_content_link">"Setări de sistem"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Notificările de sistem sunt dezactivate"</string>
<string name="screen_notification_settings_title">"Notificări"</string>
<string name="theme_dark">"Întunecat"</string>
<string name="theme_light">"Deschis"</string>
<string name="theme_system">"Sistem"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Istoricul notificărilor"</string>
<string name="troubleshoot_notifications_entry_point_section">"Depanare"</string>
<string name="troubleshoot_notifications_entry_point_title">"Depanați notificările"</string>

View file

@ -76,6 +76,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"системные настройки"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Системные уведомления выключены"</string>
<string name="screen_notification_settings_title">"Уведомления"</string>
<string name="theme_dark">"Темная"</string>
<string name="theme_light">"Светлое"</string>
<string name="theme_system">"Системное"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"История уведомлений"</string>
<string name="troubleshoot_notifications_entry_point_section">"Устранение неполадок"</string>
<string name="troubleshoot_notifications_entry_point_title">"Уведомления об устранении неполадок"</string>

View file

@ -78,6 +78,9 @@ Ak budete pokračovať, niektoré z vašich nastavení sa môžu zmeniť."</stri
<string name="screen_notification_settings_system_notifications_action_required_content_link">"nastavenia systému"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systémové oznámenia sú vypnuté"</string>
<string name="screen_notification_settings_title">"Oznámenia"</string>
<string name="theme_dark">"Tmavý"</string>
<string name="theme_light">"Svetlý"</string>
<string name="theme_system">"Systém"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"História push oznámení"</string>
<string name="troubleshoot_notifications_entry_point_section">"Riešenie problémov"</string>
<string name="troubleshoot_notifications_entry_point_title">"Oznámenia riešení problémov"</string>

View file

@ -70,6 +70,9 @@ Om du fortsätter kan vissa av dina inställningar ändras."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"systeminställningar"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Systemaviseringar avstängda"</string>
<string name="screen_notification_settings_title">"Aviseringar"</string>
<string name="theme_dark">"Mörkt"</string>
<string name="theme_light">"Ljust"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Push-historik"</string>
<string name="troubleshoot_notifications_entry_point_section">"Felsök"</string>
<string name="troubleshoot_notifications_entry_point_title">"Felsök aviseringar"</string>

View file

@ -74,6 +74,9 @@ Devam ederseniz, bazı ayarlarınız değişebilir."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"si̇stem ayarları"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Sistem bildirimleri kapalı"</string>
<string name="screen_notification_settings_title">"Bildirimler"</string>
<string name="theme_dark">"Koyu"</string>
<string name="theme_light">"Aydınlık"</string>
<string name="theme_system">"Sistem"</string>
<string name="troubleshoot_notifications_entry_point_section">"Sorun gider"</string>
<string name="troubleshoot_notifications_entry_point_title">"Sorun Giderme Bildirimleri"</string>
</resources>

View file

@ -85,6 +85,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"системні налаштування"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Системні сповіщення вимкнені"</string>
<string name="screen_notification_settings_title">"Сповіщення"</string>
<string name="theme_dark">"Темна"</string>
<string name="theme_light">"Світла"</string>
<string name="theme_system">"Системна"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Історія push-сповіщень"</string>
<string name="troubleshoot_notifications_entry_point_section">"Усунення несправностей"</string>
<string name="troubleshoot_notifications_entry_point_title">"Усунення неполадок сповіщень"</string>

View file

@ -53,6 +53,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"نظام کی ترتیبات"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"نظام کی اطلاعات بند کر دی گئیں"</string>
<string name="screen_notification_settings_title">"اطلاعات"</string>
<string name="theme_dark">"اندھیرا"</string>
<string name="theme_light">"روشنی"</string>
<string name="theme_system">"نظام"</string>
<string name="troubleshoot_notifications_entry_point_section">"ازالہ کریں"</string>
<string name="troubleshoot_notifications_entry_point_title">"اطلاعات کا ازالہ کریں"</string>
</resources>

View file

@ -76,6 +76,9 @@ Davom ettirsangiz, baʼzi sozlamalaringiz oʻzgarishi mumkin."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"tizim sozlamalari"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Tizim bildirishnomalari o\'chirilgan"</string>
<string name="screen_notification_settings_title">"Bildirishnomalar"</string>
<string name="theme_dark">"Tungi"</string>
<string name="theme_light">"Nur"</string>
<string name="theme_system">"Tizim"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Bildirishnoma tarixi"</string>
<string name="troubleshoot_notifications_entry_point_section">"Muammolarni bartaraf etish"</string>
<string name="troubleshoot_notifications_entry_point_title">"Bildirishnomalar bilan bogliq muammolarni bartaraf etish"</string>

View file

@ -61,6 +61,9 @@ Nếu bạn tiếp tục, một số cài đặt của bạn có thể thay đ
<string name="screen_notification_settings_system_notifications_action_required_content_link">"cài đặt hệ thống"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"Thông báo hệ thống đã tắt"</string>
<string name="screen_notification_settings_title">"Thông báo"</string>
<string name="theme_dark">"Tối"</string>
<string name="theme_light">"Sáng"</string>
<string name="theme_system">"Hệ thống"</string>
<string name="troubleshoot_notifications_entry_point_section">"Khắc phục sự cố"</string>
<string name="troubleshoot_notifications_entry_point_title">"Khắc phục sự cố thông báo"</string>
</resources>

View file

@ -76,6 +76,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"系統設定"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"已關閉系統通知"</string>
<string name="screen_notification_settings_title">"通知"</string>
<string name="theme_dark">"深色"</string>
<string name="theme_light">"淺色"</string>
<string name="theme_system">"系統"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"推播通知歷史紀錄"</string>
<string name="troubleshoot_notifications_entry_point_section">"疑難排解"</string>
<string name="troubleshoot_notifications_entry_point_title">"疑難排解通知"</string>

View file

@ -83,6 +83,9 @@
<string name="screen_notification_settings_system_notifications_action_required_content_link">"系统设置"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"系统通知已关闭"</string>
<string name="screen_notification_settings_title">"通知"</string>
<string name="theme_dark">"深色"</string>
<string name="theme_light">"浅色"</string>
<string name="theme_system">"系统"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"推送历史"</string>
<string name="troubleshoot_notifications_entry_point_section">"排查问题"</string>
<string name="troubleshoot_notifications_entry_point_title">"排查通知问题"</string>

View file

@ -84,6 +84,10 @@ If you proceed, some of your settings may change."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"system settings"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"System notifications turned off"</string>
<string name="screen_notification_settings_title">"Notifications"</string>
<string name="theme_black">"Black"</string>
<string name="theme_dark">"Dark"</string>
<string name="theme_light">"Light"</string>
<string name="theme_system">"System"</string>
<string name="troubleshoot_notifications_entry_point_push_history_title">"Push history"</string>
<string name="troubleshoot_notifications_entry_point_section">"Troubleshoot"</string>
<string name="troubleshoot_notifications_entry_point_title">"Troubleshoot notifications"</string>

View file

@ -62,7 +62,7 @@ class AdvancedSettingsViewTest {
),
)
clickOn(CommonStrings.common_appearance)
clickOn(CommonStrings.common_dark)
clickOn(R.string.theme_dark)
eventsRecorder.assertSingle(AdvancedSettingsEvents.SetTheme(ThemeOption.Dark))
}
@ -75,7 +75,7 @@ class AdvancedSettingsViewTest {
)
clickOn(CommonStrings.common_appearance)
run {
val text = activity!!.getString(CommonStrings.common_black)
val text = activity!!.getString(R.string.theme_black)
onNodeWithText(text).assertExists()
}
}
@ -88,7 +88,7 @@ class AdvancedSettingsViewTest {
),
)
clickOn(CommonStrings.common_appearance)
assertNoNodeWithText(CommonStrings.common_black)
assertNoNodeWithText(R.string.theme_black)
}
@Test