Merge pull request #6772 from element-hq/feature/bma/addMissingStrings
Add missing strings `theme.black`
This commit is contained in:
commit
2ea23bcc3e
79 changed files with 122 additions and 130 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 bog‘liq muammolarni bartaraf etish"</string>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ enum class FeatureFlags(
|
|||
),
|
||||
AllowBlackTheme(
|
||||
key = "feature.allow_black_theme",
|
||||
title = "Allow black theme",
|
||||
title = "Black theme",
|
||||
description = "Allow selecting the black appearance theme for battery saving on OLED.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
|
|
|
|||
|
|
@ -170,7 +170,6 @@
|
|||
<string name="common_copyright">"Аўтарскае права"</string>
|
||||
<string name="common_creating_room">"Стварэнне пакоя…"</string>
|
||||
<string name="common_current_user_left_room">"Выйшаў з пакоя"</string>
|
||||
<string name="common_dark">"Цёмная"</string>
|
||||
<string name="common_decryption_error">"Памылка расшыфроўкі"</string>
|
||||
<string name="common_developer_options">"Параметры распрацоўшчыка"</string>
|
||||
<string name="common_direct_chat">"Прамы чат"</string>
|
||||
|
|
@ -197,7 +196,6 @@
|
|||
<string name="common_install_apk_android">"Усталяваць APK"</string>
|
||||
<string name="common_invite_unknown_profile">"Гэты Matrix ID не знойдзены, таму запрашэнне можа быць не атрымана."</string>
|
||||
<string name="common_leaving_room">"Пакінуць пакой"</string>
|
||||
<string name="common_light">"Светлая"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Спасылка скапіравана ў буфер абмену"</string>
|
||||
<string name="common_loading">"Загрузка…"</string>
|
||||
<plurals name="common_many_members">
|
||||
|
|
@ -272,7 +270,6 @@
|
|||
<string name="common_success">"Поспех"</string>
|
||||
<string name="common_suggestions">"Прапановы"</string>
|
||||
<string name="common_syncing">"Сінхранізацыя"</string>
|
||||
<string name="common_system">"Сістэмная"</string>
|
||||
<string name="common_text">"Тэкст"</string>
|
||||
<string name="common_third_party_notices">"Паведамленні трэціх асоб"</string>
|
||||
<string name="common_thread">"Гутарка"</string>
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@
|
|||
<string name="common_creating_room">"Създаване на стая…"</string>
|
||||
<string name="common_current_user_left_room">"Стаята е напусната"</string>
|
||||
<string name="common_current_user_left_space">"Пространството е напуснато"</string>
|
||||
<string name="common_dark">"Тъмен"</string>
|
||||
<string name="common_decryption_error">"Грешка при разшифроване"</string>
|
||||
<string name="common_description">"Описание"</string>
|
||||
<string name="common_developer_options">"Опции за разработчици"</string>
|
||||
|
|
@ -176,7 +175,6 @@
|
|||
<string name="common_invite_unknown_profile">"Този Matrix ID не може да бъде намерен, така че поканата може да не бъде получена."</string>
|
||||
<string name="common_leaving_room">"Стаята се напуска"</string>
|
||||
<string name="common_leaving_space">"Пространството се напуска"</string>
|
||||
<string name="common_light">"Светъл"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Връзката е копирана в клипборда"</string>
|
||||
<string name="common_loading">"Зарежда се…"</string>
|
||||
<string name="common_loading_more">"Зарежда се още…"</string>
|
||||
|
|
@ -269,7 +267,6 @@
|
|||
<string name="common_success">"Успешно"</string>
|
||||
<string name="common_suggestions">"Предложения"</string>
|
||||
<string name="common_syncing">"Синхронизиране"</string>
|
||||
<string name="common_system">"Система"</string>
|
||||
<string name="common_text">"Текст"</string>
|
||||
<string name="common_third_party_notices">"Уведомления от трети страни"</string>
|
||||
<string name="common_thread">"Нишка"</string>
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@
|
|||
<string name="common_current_user_left_room">"Místnost opuštěna"</string>
|
||||
<string name="common_current_user_left_space">"Opustit prostor"</string>
|
||||
<string name="common_current_user_rejected_invite">"Pozvánka odmítnuta"</string>
|
||||
<string name="common_dark">"Tmavé"</string>
|
||||
<string name="common_decryption_error">"Chyba dešifrování"</string>
|
||||
<string name="common_description">"Popis"</string>
|
||||
<string name="common_developer_options">"Možnosti pro vývojáře"</string>
|
||||
|
|
@ -255,7 +254,6 @@ Důvod: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Tento Matrix identifikátor nelze najít, takže pozvánka nemusí být přijata."</string>
|
||||
<string name="common_leaving_room">"Opuštění místnosti"</string>
|
||||
<string name="common_leaving_space">"Opuštění prostoru"</string>
|
||||
<string name="common_light">"Světlý"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Řádek zkopírován do schránky"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Odkaz zkopírován do schránky"</string>
|
||||
<string name="common_link_new_device">"Připojit nové zařízení"</string>
|
||||
|
|
@ -380,7 +378,6 @@ Důvod: %1$s."</string>
|
|||
<string name="common_suggested">"Doporučeno"</string>
|
||||
<string name="common_suggestions">"Návrhy"</string>
|
||||
<string name="common_syncing">"Synchronizace"</string>
|
||||
<string name="common_system">"Systém"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Oznámení třetích stran"</string>
|
||||
<string name="common_thread">"Vlákno"</string>
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@
|
|||
<string name="common_current_user_left_room">"Wedi gadael yr ystafell"</string>
|
||||
<string name="common_current_user_left_space">"Gofod chwith"</string>
|
||||
<string name="common_current_user_rejected_invite">"Wedi gwrthod y gwahoddiad"</string>
|
||||
<string name="common_dark">"Tywyll"</string>
|
||||
<string name="common_decryption_error">"Gwall dadgryptio"</string>
|
||||
<string name="common_description">"Disgrifiad"</string>
|
||||
<string name="common_developer_options">"Dewisiadau datblygwr"</string>
|
||||
|
|
@ -235,7 +234,6 @@ Rheswm: %1$s."</string>
|
|||
<string name="common_install_apk_android">"Gosod APK"</string>
|
||||
<string name="common_invite_unknown_profile">"Nid oes modd dod o hyd i\'r ID Matrics hwn, felly mae\'n bosibl na fydd y gwahoddiad yn cael ei dderbyn."</string>
|
||||
<string name="common_leaving_room">"Gadael ystafell"</string>
|
||||
<string name="common_light">"Golau"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Llinell wedi\'i chopïo i\'r clipfwrdd"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Dolen wedi\'i chopïo i\'r clipfwrdd"</string>
|
||||
<string name="common_loading">"Yn Llwytho…"</string>
|
||||
|
|
@ -359,7 +357,6 @@ Rheswm: %1$s."</string>
|
|||
<string name="common_success">"Llwyddiant"</string>
|
||||
<string name="common_suggestions">"Awgrymiadau"</string>
|
||||
<string name="common_syncing">"Cydweddu"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Testun"</string>
|
||||
<string name="common_third_party_notices">"Hysbysiadau trydydd parti"</string>
|
||||
<string name="common_thread">"Edefyn"</string>
|
||||
|
|
|
|||
|
|
@ -217,7 +217,6 @@
|
|||
<string name="common_current_user_left_room">"Forlod rummet"</string>
|
||||
<string name="common_current_user_left_space">"Forlod klynge"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invitationen blev afvist"</string>
|
||||
<string name="common_dark">"Mørkt tema"</string>
|
||||
<string name="common_decryption_error">"Fejl under dekryptering"</string>
|
||||
<string name="common_description">"Beskrivelse"</string>
|
||||
<string name="common_developer_options">"Indstillinger for udviklere"</string>
|
||||
|
|
@ -257,7 +256,6 @@
|
|||
<string name="common_invite_unknown_profile">"Dette Matrix-ID kan ikke findes, så invitationen modtages muligvis ikke."</string>
|
||||
<string name="common_leaving_room">"Forlader rummet"</string>
|
||||
<string name="common_leaving_space">"Forlader klynge"</string>
|
||||
<string name="common_light">"Lyst tema"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Linje kopieret til udklipsholder"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Linket er kopieret til udklipsholderen"</string>
|
||||
<string name="common_link_new_device">"Forbind ny enhed"</string>
|
||||
|
|
@ -376,7 +374,6 @@
|
|||
<string name="common_suggested">"Forslag"</string>
|
||||
<string name="common_suggestions">"Forslag"</string>
|
||||
<string name="common_syncing">"Synkroniserer"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Tredjepartsmeddelelser"</string>
|
||||
<string name="common_thread">"Tråd"</string>
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@
|
|||
<string name="common_current_user_left_room">"Hat den Chat verlassen"</string>
|
||||
<string name="common_current_user_left_space">"Space verlassen"</string>
|
||||
<string name="common_current_user_rejected_invite">"Einladung abgelehnt"</string>
|
||||
<string name="common_dark">"Dunkel"</string>
|
||||
<string name="common_decryption_error">"Dekodierungsfehler"</string>
|
||||
<string name="common_description">"Beschreibung"</string>
|
||||
<string name="common_developer_options">"Entwickleroptionen"</string>
|
||||
|
|
@ -249,7 +248,6 @@ Grund: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Diese Matrix Kennung wurde nicht gefunden, daher wird die Einladung möglicherweise nicht empfangen."</string>
|
||||
<string name="common_leaving_room">"Chat verlassen"</string>
|
||||
<string name="common_leaving_space">"Space wird verlassen"</string>
|
||||
<string name="common_light">"Hell"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Zeile in die Zwischenablage kopiert"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link in die Zwischenablage kopiert"</string>
|
||||
<string name="common_link_new_device">"Neues Gerät verknüpfen"</string>
|
||||
|
|
@ -369,7 +367,6 @@ Grund: %1$s."</string>
|
|||
<string name="common_suggested">"Empfohlen"</string>
|
||||
<string name="common_suggestions">"Vorschläge"</string>
|
||||
<string name="common_syncing">"Synchronisieren"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Hinweise von Drittanbietern"</string>
|
||||
<string name="common_thread">"Thread"</string>
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@
|
|||
<string name="common_current_user_left_room">"Αποχώρησε από την αίθουσα"</string>
|
||||
<string name="common_current_user_left_space">"Αποχωρήσατε από τον χώρο"</string>
|
||||
<string name="common_current_user_rejected_invite">"Η πρόσκληση απορρίφθηκε"</string>
|
||||
<string name="common_dark">"Σκοτεινό"</string>
|
||||
<string name="common_decryption_error">"Σφάλμα αποκρυπτογράφησης"</string>
|
||||
<string name="common_description">"Περιγραφή"</string>
|
||||
<string name="common_developer_options">"Επιλογές προγραμματιστή"</string>
|
||||
|
|
@ -249,7 +248,6 @@
|
|||
<string name="common_invite_unknown_profile">"Αυτό το Matrix ID δεν μπορεί να βρεθεί, επομένως η πρόσκληση ενδέχεται να μην ληφθεί."</string>
|
||||
<string name="common_leaving_room">"Αποχώρηση από την αίθουσα"</string>
|
||||
<string name="common_leaving_space">"Αποχωρείτε από τον χώρο"</string>
|
||||
<string name="common_light">"Φωτεινό"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Η γραμμή αντιγράφηκε στο πρόχειρο"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Ο σύνδεσμος αντιγράφηκε στο πρόχειρο"</string>
|
||||
<string name="common_link_new_device">"Σύνδεση νέας συσκευής"</string>
|
||||
|
|
@ -369,7 +367,6 @@
|
|||
<string name="common_suggested">"Προτεινόμενο"</string>
|
||||
<string name="common_suggestions">"Προτάσεις"</string>
|
||||
<string name="common_syncing">"Συγχρονισμός"</string>
|
||||
<string name="common_system">"Σύστημα"</string>
|
||||
<string name="common_text">"Κείμενο"</string>
|
||||
<string name="common_third_party_notices">"Ειδοποιήσεις τρίτων"</string>
|
||||
<string name="common_thread">"Νήμα"</string>
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@
|
|||
<string name="common_current_user_canceled_knock">"Solicitud cancelada"</string>
|
||||
<string name="common_current_user_left_room">"Saliste de la sala"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invitación rechazada"</string>
|
||||
<string name="common_dark">"Oscuro"</string>
|
||||
<string name="common_decryption_error">"Error de descifrado"</string>
|
||||
<string name="common_developer_options">"Opciones de desarrollador"</string>
|
||||
<string name="common_device_id">"ID de dispositivo"</string>
|
||||
|
|
@ -201,7 +200,6 @@ Motivo: %1$s."</string>
|
|||
<string name="common_install_apk_android">"Instalar APK"</string>
|
||||
<string name="common_invite_unknown_profile">"No se encontró este ID de Matrix, por lo que es posible que no se reciba la invitación."</string>
|
||||
<string name="common_leaving_room">"Saliendo de la sala"</string>
|
||||
<string name="common_light">"Claro"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Línea copiada al portapapeles"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Enlace copiado al portapapeles"</string>
|
||||
<string name="common_loading">"Cargando…"</string>
|
||||
|
|
@ -280,7 +278,6 @@ Motivo: %1$s."</string>
|
|||
<string name="common_success">"Terminado"</string>
|
||||
<string name="common_suggestions">"Sugerencias"</string>
|
||||
<string name="common_syncing">"Sincronizando"</string>
|
||||
<string name="common_system">"Sistema"</string>
|
||||
<string name="common_text">"Texto"</string>
|
||||
<string name="common_third_party_notices">"Avisos de terceros"</string>
|
||||
<string name="common_thread">"Hilo"</string>
|
||||
|
|
|
|||
|
|
@ -216,7 +216,6 @@
|
|||
<string name="common_current_user_left_room">"Lahkus jututoast"</string>
|
||||
<string name="common_current_user_left_space">"Lahkus kogukonnast"</string>
|
||||
<string name="common_current_user_rejected_invite">"Keeldusid kutsest"</string>
|
||||
<string name="common_dark">"Tume"</string>
|
||||
<string name="common_decryption_error">"Dekrüptimisviga"</string>
|
||||
<string name="common_description">"Kirjeldus"</string>
|
||||
<string name="common_developer_options">"Arendaja valikud"</string>
|
||||
|
|
@ -255,7 +254,6 @@ Põhjus: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Sellist Matrix\'i kasutajatunnust ei õnnestu leida, seega sõnumit ilmselt keegi kätte ei saa."</string>
|
||||
<string name="common_leaving_room">"Oled lahkumas jututoast"</string>
|
||||
<string name="common_leaving_space">"Oled lahkumas kogukonnast"</string>
|
||||
<string name="common_light">"Hele"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Rida on kopeeritud lõikelauale"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link on kopeeritud lõikelauale"</string>
|
||||
<string name="common_link_new_device">"Seo uus seade"</string>
|
||||
|
|
@ -374,7 +372,6 @@ Põhjus: %1$s."</string>
|
|||
<string name="common_suggested">"Soovitatud"</string>
|
||||
<string name="common_suggestions">"Soovitused"</string>
|
||||
<string name="common_syncing">"Sünkroniseerime"</string>
|
||||
<string name="common_system">"Süsteem"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Kolmandate osapoolte teatised"</string>
|
||||
<string name="common_thread">"Jutulõng"</string>
|
||||
|
|
|
|||
|
|
@ -169,7 +169,6 @@
|
|||
<string name="common_current_user_canceled_knock">"Eskaera bertan behera utzi da"</string>
|
||||
<string name="common_current_user_left_room">"Gelatik atera da"</string>
|
||||
<string name="common_current_user_rejected_invite">"Gonbidapenari uko egin zaio"</string>
|
||||
<string name="common_dark">"Iluna"</string>
|
||||
<string name="common_decryption_error">"Deszifratze-errorea"</string>
|
||||
<string name="common_developer_options">"Garapen aukerak"</string>
|
||||
<string name="common_device_id">"Gailuaren IDa"</string>
|
||||
|
|
@ -204,7 +203,6 @@ Arrazoia: %1$s."</string>
|
|||
<string name="common_install_apk_android">"Instalatu APK"</string>
|
||||
<string name="common_invite_unknown_profile">"Matrix IDa ezin da topatu eta, beraz, litekeena da gonbidapena ez jasotzea."</string>
|
||||
<string name="common_leaving_room">"Gelatik ateratzen"</string>
|
||||
<string name="common_light">"Argia"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Lerroa arbelean kopiatu da"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Esteka arbelean kopiatu da"</string>
|
||||
<string name="common_loading">"Kargatzen…"</string>
|
||||
|
|
@ -287,7 +285,6 @@ Arrazoia: %1$s."</string>
|
|||
<string name="common_success">"Arrakasta"</string>
|
||||
<string name="common_suggestions">"Iradokizunak"</string>
|
||||
<string name="common_syncing">"Sinkronizatzen"</string>
|
||||
<string name="common_system">"Sistema"</string>
|
||||
<string name="common_text">"Testua"</string>
|
||||
<string name="common_third_party_notices">"Hirugarrenei buruzko oharrak"</string>
|
||||
<string name="common_thread">"Haria"</string>
|
||||
|
|
|
|||
|
|
@ -185,7 +185,6 @@
|
|||
<string name="common_current_user_left_room">"اتاق را ترک کرد"</string>
|
||||
<string name="common_current_user_left_space">"فضا را ترک کرد"</string>
|
||||
<string name="common_current_user_rejected_invite">"دعوت لغو شد"</string>
|
||||
<string name="common_dark">"تیره"</string>
|
||||
<string name="common_decryption_error">"خطای رمزگشایی"</string>
|
||||
<string name="common_description">"توضیح"</string>
|
||||
<string name="common_developer_options">"گزینههای توسعه دهنده"</string>
|
||||
|
|
@ -220,7 +219,6 @@
|
|||
<string name="common_invite_unknown_profile">"شناسهٔ ماتریکس نتوانست پیدا شود. ممکن است دعوت نرسیده باشد."</string>
|
||||
<string name="common_leaving_room">"ترک کردن اتاق"</string>
|
||||
<string name="common_leaving_space">"ترک کردن فضا"</string>
|
||||
<string name="common_light">"روشن"</string>
|
||||
<string name="common_line_copied_to_clipboard">"خط در تختهگیره رونوشت شد"</string>
|
||||
<string name="common_link_copied_to_clipboard">"پیوند در تختهگیره رونوشت شد"</string>
|
||||
<string name="common_loading">"بار کردن…"</string>
|
||||
|
|
@ -308,7 +306,6 @@
|
|||
<string name="common_success">"موفّقیت"</string>
|
||||
<string name="common_suggestions">"پیشنهادها"</string>
|
||||
<string name="common_syncing">"همگام ساختن"</string>
|
||||
<string name="common_system">"سامانه"</string>
|
||||
<string name="common_text">"متن"</string>
|
||||
<string name="common_third_party_notices">"تذکّرهای سومشخص"</string>
|
||||
<string name="common_thread">"رشته"</string>
|
||||
|
|
|
|||
|
|
@ -210,7 +210,6 @@
|
|||
<string name="common_current_user_left_room">"Poistuit huoneesta"</string>
|
||||
<string name="common_current_user_left_space">"Poistuit tilasta"</string>
|
||||
<string name="common_current_user_rejected_invite">"Kutsu hylätty"</string>
|
||||
<string name="common_dark">"Tumma"</string>
|
||||
<string name="common_decryption_error">"Salauksen purkuvirhe"</string>
|
||||
<string name="common_description">"Kuvaus"</string>
|
||||
<string name="common_developer_options">"Kehittäjän asetukset"</string>
|
||||
|
|
@ -250,7 +249,6 @@ Syy: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Tätä Matrix-tunnusta ei löytynyt, joten kutsu ei välttämättä mene perille."</string>
|
||||
<string name="common_leaving_room">"Poistutaan huoneesta"</string>
|
||||
<string name="common_leaving_space">"Poistutaan tilasta"</string>
|
||||
<string name="common_light">"Vaalea"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Rivi kopioitu leikepöydälle"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Linkki kopioitu leikepöydälle"</string>
|
||||
<string name="common_link_new_device">"Yhdistä uusi laite"</string>
|
||||
|
|
@ -370,7 +368,6 @@ Syy: %1$s."</string>
|
|||
<string name="common_suggested">"Ehdotettu"</string>
|
||||
<string name="common_suggestions">"Ehdotukset"</string>
|
||||
<string name="common_syncing">"Synkronoidaan"</string>
|
||||
<string name="common_system">"Järjestelmän oletus"</string>
|
||||
<string name="common_text">"Teksti"</string>
|
||||
<string name="common_third_party_notices">"Kolmannen osapuolen ilmoitukset"</string>
|
||||
<string name="common_thread">"Viestiketju"</string>
|
||||
|
|
|
|||
|
|
@ -217,7 +217,6 @@
|
|||
<string name="common_current_user_left_room">"Vous avez quitté le salon"</string>
|
||||
<string name="common_current_user_left_space">"Vous avez quitté l’espace"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invitation refusée"</string>
|
||||
<string name="common_dark">"Sombre"</string>
|
||||
<string name="common_decryption_error">"Erreur de déchiffrement"</string>
|
||||
<string name="common_description">"Description"</string>
|
||||
<string name="common_developer_options">"Options pour les développeurs"</string>
|
||||
|
|
@ -257,7 +256,6 @@ Raison : %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Cet identifiant Matrix est introuvable, il est donc possible que l’invitation ne soit pas reçue."</string>
|
||||
<string name="common_leaving_room">"Quitter le salon…"</string>
|
||||
<string name="common_leaving_space">"En train de quitter l’espace"</string>
|
||||
<string name="common_light">"Clair"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Ligne copiée dans le presse-papiers"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Lien copié dans le presse-papiers"</string>
|
||||
<string name="common_link_new_device">"Associer un nouvel appareil"</string>
|
||||
|
|
@ -377,7 +375,6 @@ Raison : %1$s."</string>
|
|||
<string name="common_suggested">"Recommandé"</string>
|
||||
<string name="common_suggestions">"Suggestions"</string>
|
||||
<string name="common_syncing">"Synchronisation"</string>
|
||||
<string name="common_system">"Système"</string>
|
||||
<string name="common_text">"Texte"</string>
|
||||
<string name="common_third_party_notices">"Avis de tiers"</string>
|
||||
<string name="common_thread">"Fil de discussion"</string>
|
||||
|
|
|
|||
|
|
@ -219,7 +219,6 @@
|
|||
<string name="common_current_user_left_room">"Napustio/la je sobu"</string>
|
||||
<string name="common_current_user_left_space">"Napušteni prostor"</string>
|
||||
<string name="common_current_user_rejected_invite">"Poziv je odbijen"</string>
|
||||
<string name="common_dark">"Tamno"</string>
|
||||
<string name="common_decryption_error">"Pogreška kod dešifriranja"</string>
|
||||
<string name="common_description">"Opis"</string>
|
||||
<string name="common_developer_options">"Mogućnosti za razvojne inženjere"</string>
|
||||
|
|
@ -259,7 +258,6 @@ Razlog: %1$s ."</string>
|
|||
<string name="common_invite_unknown_profile">"Ovaj Matrix ID nije moguće pronaći, pa se pozivnica možda neće primiti."</string>
|
||||
<string name="common_leaving_room">"Izlazak iz sobe"</string>
|
||||
<string name="common_leaving_space">"Napuštanje prostora"</string>
|
||||
<string name="common_light">"Svijetlo"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Redak je kopiran u međuspremnik"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Poveznica je kopirana u međuspremnik."</string>
|
||||
<string name="common_link_new_device">"Poveži novi uređaj"</string>
|
||||
|
|
@ -385,7 +383,6 @@ Razlog: %1$s ."</string>
|
|||
<string name="common_suggested">"Preporučeno"</string>
|
||||
<string name="common_suggestions">"Prijedlozi"</string>
|
||||
<string name="common_syncing">"Sinkronizacija"</string>
|
||||
<string name="common_system">"Sustav"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Obavijesti trećih strana"</string>
|
||||
<string name="common_thread">"Nit"</string>
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@
|
|||
<string name="common_current_user_left_room">"Elhagyta a szobát"</string>
|
||||
<string name="common_current_user_left_space">"Tér elhagyva"</string>
|
||||
<string name="common_current_user_rejected_invite">"Meghívás elutasítva"</string>
|
||||
<string name="common_dark">"Sötét"</string>
|
||||
<string name="common_decryption_error">"Visszafejtési hiba"</string>
|
||||
<string name="common_description">"Leírás"</string>
|
||||
<string name="common_developer_options">"Fejlesztői beállítások"</string>
|
||||
|
|
@ -258,7 +257,6 @@ Ok: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Ez a Matrix-azonosító nem található, ezért előfordulhat, hogy a meghívó nem érkezik meg."</string>
|
||||
<string name="common_leaving_room">"Szoba elhagyása"</string>
|
||||
<string name="common_leaving_space">"Tér elhagyása"</string>
|
||||
<string name="common_light">"Világos"</string>
|
||||
<string name="common_line_copied_to_clipboard">"A sor a vágólapra másolva"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Hivatkozás a vágólapra másolva"</string>
|
||||
<string name="common_link_new_device">"Új eszköz összekapcsolása"</string>
|
||||
|
|
@ -377,7 +375,6 @@ Ok: %1$s."</string>
|
|||
<string name="common_suggested">"Javaslat"</string>
|
||||
<string name="common_suggestions">"Javaslatok"</string>
|
||||
<string name="common_syncing">"Szinkronizálás"</string>
|
||||
<string name="common_system">"Rendszer"</string>
|
||||
<string name="common_text">"Szöveg"</string>
|
||||
<string name="common_third_party_notices">"Harmadik felek nyilatkozatai"</string>
|
||||
<string name="common_thread">"Üzenetszál"</string>
|
||||
|
|
|
|||
|
|
@ -185,7 +185,6 @@
|
|||
<string name="common_current_user_canceled_knock">"Permintaan dibatalkan"</string>
|
||||
<string name="common_current_user_left_room">"Keluar dari ruangan"</string>
|
||||
<string name="common_current_user_rejected_invite">"Undangan ditolak"</string>
|
||||
<string name="common_dark">"Gelap"</string>
|
||||
<string name="common_decryption_error">"Kesalahan dekripsi"</string>
|
||||
<string name="common_description">"Deskripsi"</string>
|
||||
<string name="common_developer_options">"Opsi pengembang"</string>
|
||||
|
|
@ -222,7 +221,6 @@ Alasan: %1$s."</string>
|
|||
<string name="common_install_apk_android">"Pasang APK"</string>
|
||||
<string name="common_invite_unknown_profile">"ID Matrix ini tidak dapat ditemukan, sehingga undangan mungkin tidak diterima."</string>
|
||||
<string name="common_leaving_room">"Meninggalkan ruangan"</string>
|
||||
<string name="common_light">"Terang"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Baris disalin ke papan klip"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Tautan disalin ke papan klip"</string>
|
||||
<string name="common_loading">"Memuat…"</string>
|
||||
|
|
@ -308,7 +306,6 @@ Alasan: %1$s."</string>
|
|||
<string name="common_success">"Berhasil"</string>
|
||||
<string name="common_suggestions">"Saran"</string>
|
||||
<string name="common_syncing">"Menyinkronkan"</string>
|
||||
<string name="common_system">"Sistem"</string>
|
||||
<string name="common_text">"Teks"</string>
|
||||
<string name="common_third_party_notices">"Pemberitahuan pihak ketiga"</string>
|
||||
<string name="common_thread">"Utas"</string>
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@
|
|||
<string name="common_current_user_left_room">"Hai lasciato la stanza"</string>
|
||||
<string name="common_current_user_left_space">"Hai lasciato lo spazio"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invito rifiutato"</string>
|
||||
<string name="common_dark">"Scuro"</string>
|
||||
<string name="common_decryption_error">"Errore di decrittazione"</string>
|
||||
<string name="common_description">"Descrizione"</string>
|
||||
<string name="common_developer_options">"Opzioni sviluppatore"</string>
|
||||
|
|
@ -258,7 +257,6 @@ Motivo:. %1$s"</string>
|
|||
<string name="common_invite_unknown_profile">"Questo ID Matrix non può essere trovato, quindi l\'invito potrebbe non essere ricevuto."</string>
|
||||
<string name="common_leaving_room">"Lascio la stanza"</string>
|
||||
<string name="common_leaving_space">"Uscendo dallo spazio"</string>
|
||||
<string name="common_light">"Chiaro"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Riga copiata negli appunti"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Collegamento copiato negli appunti"</string>
|
||||
<string name="common_link_new_device">"Collega un nuovo dispositivo"</string>
|
||||
|
|
@ -378,7 +376,6 @@ Motivo:. %1$s"</string>
|
|||
<string name="common_suggested">"Suggeriti"</string>
|
||||
<string name="common_suggestions">"Suggerimenti"</string>
|
||||
<string name="common_syncing">"Sincronizzazione"</string>
|
||||
<string name="common_system">"Sistema"</string>
|
||||
<string name="common_text">"Testo"</string>
|
||||
<string name="common_third_party_notices">"Comunicazioni di terze parti"</string>
|
||||
<string name="common_thread">"Discussione"</string>
|
||||
|
|
|
|||
|
|
@ -216,7 +216,6 @@
|
|||
<string name="common_current_user_left_room">"ルームを退出しました"</string>
|
||||
<string name="common_current_user_left_space">"スペースから退出しました"</string>
|
||||
<string name="common_current_user_rejected_invite">"招待は却下されました"</string>
|
||||
<string name="common_dark">"ダーク"</string>
|
||||
<string name="common_decryption_error">"復号化エラー"</string>
|
||||
<string name="common_description">"詳細"</string>
|
||||
<string name="common_developer_options">"開発者向けオプション"</string>
|
||||
|
|
@ -256,7 +255,6 @@
|
|||
<string name="common_invite_unknown_profile">"このMatrix IDは見つからないため、招待が届かない可能性があります。"</string>
|
||||
<string name="common_leaving_room">"ルームを退出しています"</string>
|
||||
<string name="common_leaving_space">"スペースを退出しています"</string>
|
||||
<string name="common_light">"ライト"</string>
|
||||
<string name="common_line_copied_to_clipboard">"行をクリップボードにコピーしました"</string>
|
||||
<string name="common_link_copied_to_clipboard">"リンクをクリップボードにコピーしました"</string>
|
||||
<string name="common_link_new_device">"新しい端末から接続"</string>
|
||||
|
|
@ -369,7 +367,6 @@
|
|||
<string name="common_suggested">"推奨される"</string>
|
||||
<string name="common_suggestions">"提案"</string>
|
||||
<string name="common_syncing">"同期中"</string>
|
||||
<string name="common_system">"システム"</string>
|
||||
<string name="common_text">"テキスト"</string>
|
||||
<string name="common_third_party_notices">"第三者に関する通知"</string>
|
||||
<string name="common_thread">"スレッド"</string>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@
|
|||
<string name="common_copyright">"საავტორო უფლება"</string>
|
||||
<string name="common_creating_room">"ოთახის შექმნა…"</string>
|
||||
<string name="common_current_user_left_room">"დატოვა ოთახი"</string>
|
||||
<string name="common_dark">"მუქი"</string>
|
||||
<string name="common_decryption_error">"გაშიფვრის შეცდომა"</string>
|
||||
<string name="common_developer_options">"დეველოპერის პარამეტრები"</string>
|
||||
<string name="common_direct_chat">"პირდაპირი ჩატი"</string>
|
||||
|
|
@ -145,7 +144,6 @@
|
|||
<string name="common_install_apk_android">"დააინსტალირეთ APK"</string>
|
||||
<string name="common_invite_unknown_profile">"ეს Matrix ID ვერ მოიძებნა, ამიტომ მოწვევა შეიძლება არ იყოს მიღებული."</string>
|
||||
<string name="common_leaving_room">"ოთახის დატოვება"</string>
|
||||
<string name="common_light">"ღია"</string>
|
||||
<string name="common_link_copied_to_clipboard">"ბმული კოპირებულია გაცვლის ბუფერში"</string>
|
||||
<string name="common_loading">"იტვირთება…"</string>
|
||||
<plurals name="common_many_members">
|
||||
|
|
@ -212,7 +210,6 @@
|
|||
<string name="common_success">"წარმატება"</string>
|
||||
<string name="common_suggestions">"შეთავაზებები"</string>
|
||||
<string name="common_syncing">"სინქრონიზაცია"</string>
|
||||
<string name="common_system">"სისტემა"</string>
|
||||
<string name="common_text">"ტექსტი"</string>
|
||||
<string name="common_third_party_notices">"მესამე პირის შენიშვნები"</string>
|
||||
<string name="common_thread">"თემა"</string>
|
||||
|
|
|
|||
|
|
@ -207,7 +207,6 @@
|
|||
<string name="common_current_user_left_room">"방 떠남"</string>
|
||||
<string name="common_current_user_left_space">"스페이스 떠남"</string>
|
||||
<string name="common_current_user_rejected_invite">"초대 거부됨"</string>
|
||||
<string name="common_dark">"다크"</string>
|
||||
<string name="common_decryption_error">"복호화 오류"</string>
|
||||
<string name="common_description">"설명"</string>
|
||||
<string name="common_developer_options">"개발자 설정"</string>
|
||||
|
|
@ -247,7 +246,6 @@
|
|||
<string name="common_invite_unknown_profile">"Matrix ID를 찾을 수 없기 때문에 초대가 수신되지 않을 수도 있습니다."</string>
|
||||
<string name="common_leaving_room">"방을 떠나는 중"</string>
|
||||
<string name="common_leaving_space">"스페이스 떠나는 중"</string>
|
||||
<string name="common_light">"라이트"</string>
|
||||
<string name="common_line_copied_to_clipboard">"줄이 클립보드에 복사되었습니다."</string>
|
||||
<string name="common_link_copied_to_clipboard">"링크가 클립보드에 복사됨"</string>
|
||||
<string name="common_link_new_device">"새 기기 연결"</string>
|
||||
|
|
@ -360,7 +358,6 @@
|
|||
<string name="common_suggested">"공유된 스페이스"</string>
|
||||
<string name="common_suggestions">"제안"</string>
|
||||
<string name="common_syncing">"동기화 중"</string>
|
||||
<string name="common_system">"시스템"</string>
|
||||
<string name="common_text">"글자"</string>
|
||||
<string name="common_third_party_notices">"제3자 고지"</string>
|
||||
<string name="common_thread">"스레드"</string>
|
||||
|
|
|
|||
|
|
@ -207,7 +207,6 @@
|
|||
<string name="common_current_user_left_room">"Forlot rommet"</string>
|
||||
<string name="common_current_user_left_space">"Forlot område"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invitasjon avslått"</string>
|
||||
<string name="common_dark">"Mørk"</string>
|
||||
<string name="common_decryption_error">"Dekrypteringsfeil"</string>
|
||||
<string name="common_description">"Beskrivelse"</string>
|
||||
<string name="common_developer_options">"Alternativer for utviklere"</string>
|
||||
|
|
@ -245,7 +244,6 @@
|
|||
<string name="common_invite_unknown_profile">"Finner ikke denne Matrix-IDen, så invitasjonen blir kanskje ikke mottatt."</string>
|
||||
<string name="common_leaving_room">"Forlater rommet"</string>
|
||||
<string name="common_leaving_space">"Forlater området"</string>
|
||||
<string name="common_light">"Lys"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Linje kopiert til utklippstavlen"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Lenke kopiert til utklippstavlen"</string>
|
||||
<string name="common_link_new_device">"Koble til ny enhet"</string>
|
||||
|
|
@ -360,7 +358,6 @@
|
|||
<string name="common_suggested">"Foreslått"</string>
|
||||
<string name="common_suggestions">"Forslag"</string>
|
||||
<string name="common_syncing">"Synkroniserer"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Varsler fra tredjeparter"</string>
|
||||
<string name="common_thread">"Tråd"</string>
|
||||
|
|
|
|||
|
|
@ -172,7 +172,6 @@
|
|||
<string name="common_creating_room">"Kamer maken…"</string>
|
||||
<string name="common_current_user_left_room">"Heeft de kamer verlaten"</string>
|
||||
<string name="common_current_user_rejected_invite">"Uitnodiging geweigerd"</string>
|
||||
<string name="common_dark">"Donker"</string>
|
||||
<string name="common_decryption_error">"Decryptie fout"</string>
|
||||
<string name="common_developer_options">"Ontwikkelaarsopties"</string>
|
||||
<string name="common_device_id">"Apparaat-ID"</string>
|
||||
|
|
@ -200,7 +199,6 @@ Reden: %1$s."</string>
|
|||
<string name="common_install_apk_android">"APK installeren"</string>
|
||||
<string name="common_invite_unknown_profile">"Deze Matrix-ID kan niet worden gevonden, dus de uitnodiging is mogelijk niet ontvangen."</string>
|
||||
<string name="common_leaving_room">"De kamer verlaten"</string>
|
||||
<string name="common_light">"Licht"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link gekopieerd naar klembord"</string>
|
||||
<string name="common_loading">"Laden…"</string>
|
||||
<plurals name="common_many_members">
|
||||
|
|
@ -278,7 +276,6 @@ Reden: %1$s."</string>
|
|||
<string name="common_success">"Geslaagd"</string>
|
||||
<string name="common_suggestions">"Suggesties"</string>
|
||||
<string name="common_syncing">"Synchroniseren"</string>
|
||||
<string name="common_system">"Systeem"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Kennisgevingen van derden"</string>
|
||||
<string name="common_thread">"Gesprek"</string>
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@
|
|||
<string name="common_current_user_left_room">"Opuszczono pokój"</string>
|
||||
<string name="common_current_user_left_space">"Opuścił przestrzeń"</string>
|
||||
<string name="common_current_user_rejected_invite">"Odrzucono zaproszenie"</string>
|
||||
<string name="common_dark">"Ciemny"</string>
|
||||
<string name="common_decryption_error">"Błąd deszyfrowania"</string>
|
||||
<string name="common_description">"Opis"</string>
|
||||
<string name="common_developer_options">"Opcje programisty"</string>
|
||||
|
|
@ -260,7 +259,6 @@ Powód: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Nie można znaleźć identyfikatora Matrix ID, zaproszenie mogło nie dotrzeć."</string>
|
||||
<string name="common_leaving_room">"Opuszczanie pokoju"</string>
|
||||
<string name="common_leaving_space">"Opuszczam przestrzeń"</string>
|
||||
<string name="common_light">"Jasny"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Wiersz skopiowany do schowka"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link został skopiowany do schowka"</string>
|
||||
<string name="common_link_new_device">"Powiąż nowe urządzenie"</string>
|
||||
|
|
@ -387,7 +385,6 @@ Powód: %1$s."</string>
|
|||
<string name="common_suggested">"Polecane"</string>
|
||||
<string name="common_suggestions">"Sugestie"</string>
|
||||
<string name="common_syncing">"Synchronizuję"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Tekst"</string>
|
||||
<string name="common_third_party_notices">"Informacje stron trzecich"</string>
|
||||
<string name="common_thread">"Wątek"</string>
|
||||
|
|
|
|||
|
|
@ -200,7 +200,6 @@
|
|||
<string name="common_current_user_left_room">"Saiu da sala"</string>
|
||||
<string name="common_current_user_left_space">"Saiu do espaço"</string>
|
||||
<string name="common_current_user_rejected_invite">"Convite recusado"</string>
|
||||
<string name="common_dark">"Escuro"</string>
|
||||
<string name="common_decryption_error">"Erro de descriptografia"</string>
|
||||
<string name="common_description">"Descrição"</string>
|
||||
<string name="common_developer_options">"Opções de desenvolvedor"</string>
|
||||
|
|
@ -238,7 +237,6 @@ Motivo: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Este ID Matrix não foi encontrado, então o convite pode não ser recebido"</string>
|
||||
<string name="common_leaving_room">"Saindo da sala"</string>
|
||||
<string name="common_leaving_space">"Saindo do espaço"</string>
|
||||
<string name="common_light">"Claro"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Linha copiada para a área de transferência"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link copiado para área de transferência"</string>
|
||||
<string name="common_link_new_device">"Vincular novo dispositivo"</string>
|
||||
|
|
@ -350,7 +348,6 @@ Motivo: %1$s."</string>
|
|||
<string name="common_suggested">"Sugerido"</string>
|
||||
<string name="common_suggestions">"Sugestões"</string>
|
||||
<string name="common_syncing">"Sincronizando"</string>
|
||||
<string name="common_system">"Sistema"</string>
|
||||
<string name="common_text">"Texto"</string>
|
||||
<string name="common_third_party_notices">"Comunicados de terceiros"</string>
|
||||
<string name="common_thread">"Tópico"</string>
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@
|
|||
<string name="common_current_user_left_room">"Saíste da sala"</string>
|
||||
<string name="common_current_user_left_space">"Saíste do espaço"</string>
|
||||
<string name="common_current_user_rejected_invite">"Convite rejeitado"</string>
|
||||
<string name="common_dark">"Escuro"</string>
|
||||
<string name="common_decryption_error">"Erro de decifragem"</string>
|
||||
<string name="common_description">"Descrição"</string>
|
||||
<string name="common_developer_options">"Opções de programador"</string>
|
||||
|
|
@ -233,7 +232,6 @@ Razão: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Não foi possível encontrar este ID Matrix, portanto o convite pode não ser recebido."</string>
|
||||
<string name="common_leaving_room">"A sair da sala"</string>
|
||||
<string name="common_leaving_space">"A sair do espaço"</string>
|
||||
<string name="common_light">"Claro"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Linha copiada para a área de transferência"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Ligação copiada para a área de transferência"</string>
|
||||
<string name="common_loading">"A carregar…"</string>
|
||||
|
|
@ -334,7 +332,6 @@ Razão: %1$s."</string>
|
|||
<string name="common_success">"Sucesso"</string>
|
||||
<string name="common_suggestions">"Sugestões"</string>
|
||||
<string name="common_syncing">"A sincronizar…"</string>
|
||||
<string name="common_system">"Sistema"</string>
|
||||
<string name="common_text">"Texto"</string>
|
||||
<string name="common_third_party_notices">"Avisos de terceiros"</string>
|
||||
<string name="common_thread">"Tópico"</string>
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@
|
|||
<string name="common_current_user_left_room">"Ați parăsit camera"</string>
|
||||
<string name="common_current_user_left_space">"S-a părăsit spațiul"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invitația a fost refuzată"</string>
|
||||
<string name="common_dark">"Întunecat"</string>
|
||||
<string name="common_decryption_error">"Eroare de decriptare"</string>
|
||||
<string name="common_description">"Descriere"</string>
|
||||
<string name="common_developer_options">"Opțiuni programator"</string>
|
||||
|
|
@ -236,7 +235,6 @@ Motiv:%1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Nu am putut valida ID-ul Matrix al acestui utilizator. Este posibil ca invitația să nu fi fost trimisă."</string>
|
||||
<string name="common_leaving_room">"Se părăsește conversația"</string>
|
||||
<string name="common_leaving_space">"Se părăsește spațiul"</string>
|
||||
<string name="common_light">"Deschis"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Linie copiată în clipboard"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Linkul a fost copiat în clipboard"</string>
|
||||
<string name="common_link_new_device">"Conectați un dispozitiv nou"</string>
|
||||
|
|
@ -347,7 +345,6 @@ Motiv:%1$s."</string>
|
|||
<string name="common_success">"Succes"</string>
|
||||
<string name="common_suggestions">"Sugestii"</string>
|
||||
<string name="common_syncing">"Se sincronizează…"</string>
|
||||
<string name="common_system">"Sistem"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Notificări despre software de la terți"</string>
|
||||
<string name="common_thread">"Fir"</string>
|
||||
|
|
|
|||
|
|
@ -212,7 +212,6 @@
|
|||
<string name="common_current_user_left_room">"Покинул комнату"</string>
|
||||
<string name="common_current_user_left_space">"Покинуть пространство"</string>
|
||||
<string name="common_current_user_rejected_invite">"Приглашение отклонено"</string>
|
||||
<string name="common_dark">"Темная"</string>
|
||||
<string name="common_decryption_error">"Ошибка расшифровки"</string>
|
||||
<string name="common_description">"Описание"</string>
|
||||
<string name="common_developer_options">"Для разработчиков"</string>
|
||||
|
|
@ -252,7 +251,6 @@
|
|||
<string name="common_invite_unknown_profile">"Идентификатор Matrix ID не найден, приглашение может быть не получено."</string>
|
||||
<string name="common_leaving_room">"Покидаем комнату"</string>
|
||||
<string name="common_leaving_space">"Покидаем пространство"</string>
|
||||
<string name="common_light">"Светлое"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Строка скопирована в буфер обмена"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Ссылка скопирована в буфер обмена"</string>
|
||||
<string name="common_link_new_device">"Привязать новое устройство"</string>
|
||||
|
|
@ -379,7 +377,6 @@
|
|||
<string name="common_suggested">"Рекомендуемые"</string>
|
||||
<string name="common_suggestions">"Предложения"</string>
|
||||
<string name="common_syncing">"Синхронизация"</string>
|
||||
<string name="common_system">"Системное"</string>
|
||||
<string name="common_text">"Текст"</string>
|
||||
<string name="common_third_party_notices">"Уведомления о третьих лицах"</string>
|
||||
<string name="common_thread">"Обсуждение"</string>
|
||||
|
|
|
|||
|
|
@ -206,7 +206,6 @@
|
|||
<string name="common_current_user_left_room">"Opustil/a miestnosť"</string>
|
||||
<string name="common_current_user_left_space">"Opustil priestor"</string>
|
||||
<string name="common_current_user_rejected_invite">"Pozvánka bola odmietnutá"</string>
|
||||
<string name="common_dark">"Tmavý"</string>
|
||||
<string name="common_decryption_error">"Chyba dešifrovania"</string>
|
||||
<string name="common_description">"Popis"</string>
|
||||
<string name="common_developer_options">"Možnosti pre vývojárov"</string>
|
||||
|
|
@ -244,7 +243,6 @@ Dôvod: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Toto Matrix ID sa nedá nájsť, takže pozvánka nemusí byť prijatá."</string>
|
||||
<string name="common_leaving_room">"Opustenie miestnosti"</string>
|
||||
<string name="common_leaving_space">"Opúšťanie priestoru"</string>
|
||||
<string name="common_light">"Svetlý"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Riadok skopírovaný do schránky"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Odkaz bol skopírovaný do schránky"</string>
|
||||
<string name="common_link_new_device">"Prepojiť nové zariadenie"</string>
|
||||
|
|
@ -363,7 +361,6 @@ Dôvod: %1$s."</string>
|
|||
<string name="common_suggested">"Navrhované"</string>
|
||||
<string name="common_suggestions">"Návrhy"</string>
|
||||
<string name="common_syncing">"Synchronizuje sa"</string>
|
||||
<string name="common_system">"Systém"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Oznámenia tretích strán"</string>
|
||||
<string name="common_thread">"Vlákno"</string>
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@
|
|||
<string name="common_current_user_canceled_knock">"Begäran avbruten"</string>
|
||||
<string name="common_current_user_left_room">"Lämnade rummet"</string>
|
||||
<string name="common_current_user_rejected_invite">"Inbjudan avvisad"</string>
|
||||
<string name="common_dark">"Mörkt"</string>
|
||||
<string name="common_decryption_error">"Avkrypteringsfel"</string>
|
||||
<string name="common_description">"Beskrivning"</string>
|
||||
<string name="common_developer_options">"Utvecklaralternativ"</string>
|
||||
|
|
@ -224,7 +223,6 @@ Anledning:%1$s."</string>
|
|||
<string name="common_install_apk_android">"Installera APK"</string>
|
||||
<string name="common_invite_unknown_profile">"Det här Matrix-ID:t kan inte hittas, så inbjudan kanske inte tas emot."</string>
|
||||
<string name="common_leaving_room">"Lämnar rummet"</string>
|
||||
<string name="common_light">"Ljust"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Rad kopierad till klippbordet"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Länk kopierad till klippbordet"</string>
|
||||
<string name="common_loading">"Laddar …"</string>
|
||||
|
|
@ -322,7 +320,6 @@ Anledning:%1$s."</string>
|
|||
<string name="common_success">"Lyckades"</string>
|
||||
<string name="common_suggestions">"Förslag"</string>
|
||||
<string name="common_syncing">"Synkar"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Meddelanden från tredje part"</string>
|
||||
<string name="common_thread">"Tråd"</string>
|
||||
|
|
|
|||
|
|
@ -175,7 +175,6 @@
|
|||
<string name="common_current_user_canceled_knock">"İstek iptal edildi"</string>
|
||||
<string name="common_current_user_left_room">"Sol oda"</string>
|
||||
<string name="common_current_user_rejected_invite">"Davet reddedildi"</string>
|
||||
<string name="common_dark">"Koyu"</string>
|
||||
<string name="common_decryption_error">"Şifre çözme hatası"</string>
|
||||
<string name="common_developer_options">"Geliştirici seçenekleri"</string>
|
||||
<string name="common_device_id">"Cihaz Kimliği"</string>
|
||||
|
|
@ -211,7 +210,6 @@ Neden: %1$s."</string>
|
|||
<string name="common_install_apk_android">"APK\'yı yükleyin"</string>
|
||||
<string name="common_invite_unknown_profile">"Bu Matrix Kimliği bulunamıyor, bu nedenle davet alınmayabilir."</string>
|
||||
<string name="common_leaving_room">"Odadan ayrılma"</string>
|
||||
<string name="common_light">"Aydınlık"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Metin panoya kopyalandı"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Bağlantı panoya kopyalandı"</string>
|
||||
<string name="common_loading">"Yükleniyor…"</string>
|
||||
|
|
@ -295,7 +293,6 @@ Neden: %1$s."</string>
|
|||
<string name="common_success">"Başarılı"</string>
|
||||
<string name="common_suggestions">"Öneriler"</string>
|
||||
<string name="common_syncing">"Senkronizasyon"</string>
|
||||
<string name="common_system">"Sistem"</string>
|
||||
<string name="common_text">"Metin"</string>
|
||||
<string name="common_third_party_notices">"Üçüncü taraf bildirimleri"</string>
|
||||
<string name="common_thread">"Konu"</string>
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@
|
|||
<string name="common_current_user_left_room">"Виходить з кімнати"</string>
|
||||
<string name="common_current_user_left_space">"Вийшов із простору"</string>
|
||||
<string name="common_current_user_rejected_invite">"Запрошення відхилено"</string>
|
||||
<string name="common_dark">"Темна"</string>
|
||||
<string name="common_decryption_error">"Помилка розшифрування"</string>
|
||||
<string name="common_description">"Опис"</string>
|
||||
<string name="common_developer_options">"Налаштування розробника"</string>
|
||||
|
|
@ -260,7 +259,6 @@
|
|||
<string name="common_invite_unknown_profile">"Цей Matrix-ID не знайдено, тому запрошення може не бути отримано."</string>
|
||||
<string name="common_leaving_room">"Вихід з кімнати"</string>
|
||||
<string name="common_leaving_space">"Вихід з простору"</string>
|
||||
<string name="common_light">"Світла"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Рядок скопійовано до буфера обміну"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Посилання скопійовано в буфер обміну"</string>
|
||||
<string name="common_link_new_device">"Під\'єднати новий пристрій"</string>
|
||||
|
|
@ -387,7 +385,6 @@
|
|||
<string name="common_suggested">"Запропоновано"</string>
|
||||
<string name="common_suggestions">"Пропозиції"</string>
|
||||
<string name="common_syncing">"Синхронізація"</string>
|
||||
<string name="common_system">"Системна"</string>
|
||||
<string name="common_text">"Текст"</string>
|
||||
<string name="common_third_party_notices">"Повідомлення третіх сторін"</string>
|
||||
<string name="common_thread">"Гілка"</string>
|
||||
|
|
|
|||
|
|
@ -141,7 +141,6 @@
|
|||
<string name="common_copyright">"حقوقِ طبع و نشر"</string>
|
||||
<string name="common_creating_room">"کمرہ تخلیق کررہاہے…"</string>
|
||||
<string name="common_current_user_left_room">"کمرہ چھوڑ لیا"</string>
|
||||
<string name="common_dark">"اندھیرا"</string>
|
||||
<string name="common_decryption_error">"رمزکشائی کی خرابی"</string>
|
||||
<string name="common_developer_options">"مطور اختیارات"</string>
|
||||
<string name="common_direct_chat">"براہ راست گفتگو"</string>
|
||||
|
|
@ -168,7 +167,6 @@
|
|||
<string name="common_install_apk_android">"APK تنصیب کریں"</string>
|
||||
<string name="common_invite_unknown_profile">"یہ میٹرکس شناخت نہیں مل سکتی، تو ہو سکتا ہے کہ دعوت نامہ موصول نہ ہو۔"</string>
|
||||
<string name="common_leaving_room">"کمرہ چھوڑنا"</string>
|
||||
<string name="common_light">"روشنی"</string>
|
||||
<string name="common_link_copied_to_clipboard">"ربط تختہ تراشہ پر نقل کردا گیا"</string>
|
||||
<string name="common_loading">"لاد رہا ہے…"</string>
|
||||
<plurals name="common_many_members">
|
||||
|
|
@ -240,7 +238,6 @@
|
|||
<string name="common_success">"کامیابی"</string>
|
||||
<string name="common_suggestions">"تجاویز"</string>
|
||||
<string name="common_syncing">"ہمسات سازی"</string>
|
||||
<string name="common_system">"نظام"</string>
|
||||
<string name="common_text">"متن"</string>
|
||||
<string name="common_third_party_notices">"فریق ثالث کے اشعارات"</string>
|
||||
<string name="common_thread">"دھاگہ"</string>
|
||||
|
|
|
|||
|
|
@ -210,7 +210,6 @@
|
|||
<string name="common_current_user_left_room">"Xonani tark etdi"</string>
|
||||
<string name="common_current_user_left_space">"Tar etilgan maydon"</string>
|
||||
<string name="common_current_user_rejected_invite">"Taklif rad etildi"</string>
|
||||
<string name="common_dark">"Tungi"</string>
|
||||
<string name="common_decryption_error">"Shifrni ochish xatosi"</string>
|
||||
<string name="common_description">"Tavsif"</string>
|
||||
<string name="common_developer_options">"Dasturchi variantlari"</string>
|
||||
|
|
@ -250,7 +249,6 @@ Sababi:%1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"Ushbu Matrix identifikatori topilmadi, shuning uchun taklif qabul qilinmasligi mumkin."</string>
|
||||
<string name="common_leaving_room">"Xonadan chiqish"</string>
|
||||
<string name="common_leaving_space">"Maydonni tark etish"</string>
|
||||
<string name="common_light">"Nur"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Satr vaqtinchalik xotiraga nusxalandi"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Havola vaqtinchalik xotiraga nusxalandi"</string>
|
||||
<string name="common_link_new_device">"Yangi qurilmani ulang"</string>
|
||||
|
|
@ -370,7 +368,6 @@ Sababi:%1$s."</string>
|
|||
<string name="common_suggested">"Tavsiya etilgan"</string>
|
||||
<string name="common_suggestions">"Tavsiyalar"</string>
|
||||
<string name="common_syncing">"Sinxronlash"</string>
|
||||
<string name="common_system">"Tizim"</string>
|
||||
<string name="common_text">"Matn"</string>
|
||||
<string name="common_third_party_notices">"Uchinchi tomon bildirishnomalari"</string>
|
||||
<string name="common_thread">"Ip"</string>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,6 @@
|
|||
<string name="common_current_user_left_room">"Đã rời khỏi phòng"</string>
|
||||
<string name="common_current_user_left_space">"Rời khỏi không gian"</string>
|
||||
<string name="common_current_user_rejected_invite">"Lời mời bị từ chối"</string>
|
||||
<string name="common_dark">"Tối"</string>
|
||||
<string name="common_decryption_error">"Lỗi khi giải mã"</string>
|
||||
<string name="common_description">"Mô tả"</string>
|
||||
<string name="common_developer_options">"Tùy chọn nhà phát triển"</string>
|
||||
|
|
@ -248,7 +247,6 @@ Lý do: %1$s ."</string>
|
|||
<string name="common_invite_unknown_profile">"Không tìm thấy Matrix ID này, nên lời mời có thể chưa được nhận."</string>
|
||||
<string name="common_leaving_room">"Rời khỏi phòng"</string>
|
||||
<string name="common_leaving_space">"Rời khỏi không gian"</string>
|
||||
<string name="common_light">"Sáng"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Đã sao chép dòng"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Đã chép liên kết vào bộ nhớ tạm"</string>
|
||||
<string name="common_link_new_device">"Liên kết thiết bị mới"</string>
|
||||
|
|
@ -359,7 +357,6 @@ Lý do: %1$s ."</string>
|
|||
<string name="common_suggested">"Gợi ý"</string>
|
||||
<string name="common_suggestions">"Gợi ý"</string>
|
||||
<string name="common_syncing">"Đang đồng bộ"</string>
|
||||
<string name="common_system">"Hệ thống"</string>
|
||||
<string name="common_text">"Văn bản"</string>
|
||||
<string name="common_third_party_notices">"Thông báo từ bên thứ ba"</string>
|
||||
<string name="common_thread">"Chủ đề"</string>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,6 @@
|
|||
<string name="common_current_user_left_room">"已離開聊天室"</string>
|
||||
<string name="common_current_user_left_space">"離開空間"</string>
|
||||
<string name="common_current_user_rejected_invite">"邀請被拒絕"</string>
|
||||
<string name="common_dark">"深色"</string>
|
||||
<string name="common_decryption_error">"解密錯誤"</string>
|
||||
<string name="common_description">"描述"</string>
|
||||
<string name="common_developer_options">"開發者選項"</string>
|
||||
|
|
@ -248,7 +247,6 @@
|
|||
<string name="common_invite_unknown_profile">"找不到此 Matrix ID,因此可能沒有人會收到邀請。"</string>
|
||||
<string name="common_leaving_room">"正在離開聊天室"</string>
|
||||
<string name="common_leaving_space">"離開空間"</string>
|
||||
<string name="common_light">"淺色"</string>
|
||||
<string name="common_line_copied_to_clipboard">"行已複製到剪貼簿"</string>
|
||||
<string name="common_link_copied_to_clipboard">"連結已複製到剪貼簿"</string>
|
||||
<string name="common_link_new_device">"連結新裝置"</string>
|
||||
|
|
@ -361,7 +359,6 @@
|
|||
<string name="common_suggested">"已建議"</string>
|
||||
<string name="common_suggestions">"建議"</string>
|
||||
<string name="common_syncing">"同步中"</string>
|
||||
<string name="common_system">"系統"</string>
|
||||
<string name="common_text">"文字"</string>
|
||||
<string name="common_third_party_notices">"第三方通知"</string>
|
||||
<string name="common_thread">"討論串"</string>
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@
|
|||
<string name="common_current_user_left_room">"离开房间"</string>
|
||||
<string name="common_current_user_left_space">"离开空间"</string>
|
||||
<string name="common_current_user_rejected_invite">"邀请已拒绝"</string>
|
||||
<string name="common_dark">"深色"</string>
|
||||
<string name="common_decryption_error">"解密错误"</string>
|
||||
<string name="common_description">"描述"</string>
|
||||
<string name="common_developer_options">"开发者选项"</string>
|
||||
|
|
@ -255,7 +254,6 @@
|
|||
<string name="common_invite_unknown_profile">"找不到此 Matrix ID,因此可能无法收到邀请。"</string>
|
||||
<string name="common_leaving_room">"正在离开房间"</string>
|
||||
<string name="common_leaving_space">"正在离开空间"</string>
|
||||
<string name="common_light">"浅色"</string>
|
||||
<string name="common_line_copied_to_clipboard">"链接已复制到剪贴板"</string>
|
||||
<string name="common_link_copied_to_clipboard">"链接已复制到剪贴板"</string>
|
||||
<string name="common_link_new_device">"关联新设备"</string>
|
||||
|
|
@ -368,7 +366,6 @@
|
|||
<string name="common_suggested">"建议"</string>
|
||||
<string name="common_suggestions">"建议"</string>
|
||||
<string name="common_syncing">"正在同步"</string>
|
||||
<string name="common_system">"系统"</string>
|
||||
<string name="common_text">"文本"</string>
|
||||
<string name="common_third_party_notices">"第三方通知"</string>
|
||||
<string name="common_thread">"消息列"</string>
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@
|
|||
<string name="common_current_user_left_room">"Left room"</string>
|
||||
<string name="common_current_user_left_space">"Left space"</string>
|
||||
<string name="common_current_user_rejected_invite">"Invite declined"</string>
|
||||
<string name="common_dark">"Dark"</string>
|
||||
<string name="common_decryption_error">"Decryption error"</string>
|
||||
<string name="common_description">"Description"</string>
|
||||
<string name="common_developer_options">"Developer options"</string>
|
||||
|
|
@ -258,7 +257,6 @@ Reason: %1$s."</string>
|
|||
<string name="common_invite_unknown_profile">"This Matrix ID can\'t be found, so the invite might not be received."</string>
|
||||
<string name="common_leaving_room">"Leaving room"</string>
|
||||
<string name="common_leaving_space">"Leaving space"</string>
|
||||
<string name="common_light">"Light"</string>
|
||||
<string name="common_line_copied_to_clipboard">"Line copied to clipboard"</string>
|
||||
<string name="common_link_copied_to_clipboard">"Link copied to clipboard"</string>
|
||||
<string name="common_link_new_device">"Link new device"</string>
|
||||
|
|
@ -378,7 +376,6 @@ Reason: %1$s."</string>
|
|||
<string name="common_suggested">"Suggested"</string>
|
||||
<string name="common_suggestions">"Suggestions"</string>
|
||||
<string name="common_syncing">"Syncing"</string>
|
||||
<string name="common_system">"System"</string>
|
||||
<string name="common_text">"Text"</string>
|
||||
<string name="common_third_party_notices">"Third-party notices"</string>
|
||||
<string name="common_thread">"Thread"</string>
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2026 Element Creations Ltd.
|
||||
~
|
||||
~ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
|
||||
~ Please see LICENSE files in the repository root for full details.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<string name="common_black">"Black"</string>
|
||||
</resources>
|
||||
|
|
@ -331,6 +331,7 @@
|
|||
"screen_blocked_users_.*",
|
||||
"full_screen_intent_banner_.*",
|
||||
"troubleshoot_notifications_entry_point_.*",
|
||||
"theme\\..*",
|
||||
"screen\\.labs\\..*"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue