Sync Strings from Localazy

This commit is contained in:
bmarty 2026-02-23 00:39:49 +00:00 committed by github-actions[bot]
parent efb20985a0
commit 25c723c35a
1142 changed files with 3202 additions and 3210 deletions

View file

@ -15,6 +15,10 @@
</plurals>
<string name="notification_error_unified_push_unregistered_android">"UnifiedPushi levitajas registreerimine ei õnnestunud ja seega sa ei saa enam teavitusi. Palun kontrolli selle rakenduse teavituste seadistusi ja tõuketeenuste levitaja olekut."</string>
<string name="notification_fallback_content">"Sulle on uusi sõnumeid."</string>
<plurals name="notification_fallback_n_content">
<item quantity="one">"Sul on %d uus sõnum."</item>
<item quantity="other">"Sul on %d uut sõnumit."</item>
</plurals>
<string name="notification_incoming_call">"📹 Sissetulev kõne"</string>
<string name="notification_inline_reply_failed">"** Saatmine ei õnnestunud - palun ava jututoa täisvaade"</string>
<string name="notification_invitation_action_join">"Liitu"</string>

View file

@ -2,7 +2,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="notification_channel_call">"Appel"</string>
<string name="notification_channel_listening_for_events">"À lécoute des événements"</string>
<string name="notification_channel_noisy">"Notifications bruyantes"</string>
<string name="notification_channel_noisy">"Notifications sonores"</string>
<string name="notification_channel_ringing_calls">"Appels entrants"</string>
<string name="notification_channel_silent">"Notifications silencieuses"</string>
<plurals name="notification_compat_summary_line_for_room">

View file

@ -68,7 +68,7 @@
<string name="troubleshoot_notifications_test_blocked_users_title">"Blokkerte brukere"</string>
<string name="troubleshoot_notifications_test_current_push_provider_description">"Få navnet på den nåværende tilbyderen."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure">"Ingen push-leverandører er valgt."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_distributor_not_found">"Nåværende push-leverandør: %1$s og nåværende distributør: %2$s. Men distributøren %3$s blir ikke funnet. Kanskje er applikasjonen avinstallert?"</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_distributor_not_found">"Nåværende push-leverandør: %1$s og nåværende distributør: %2$s. Men distributøren %3$s blir ikke funnet. Kanskje er applikasjonen avinstallert?"</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_no_distributor">"Nåværende push-leverandør: %1$s, men ingen distributører er konfigurert."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success">"Gjeldende push-leverandør: %1$s."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success_with_distributor">"Nåværende push-leverandør: %1$s (%2$s)"</string>

View file

@ -13,6 +13,7 @@
<item quantity="one">"%d notificação"</item>
<item quantity="other">"%d notificações"</item>
</plurals>
<string name="notification_error_unified_push_unregistered_android">"Não foi possível registar o distribuidor de UnifiedPush, pelo que deixarás de receber notificações. Por favor, verifica as configurações de notificação na aplicação."</string>
<string name="notification_fallback_content">"Tens novas mensagens."</string>
<string name="notification_incoming_call">"📹 A receber chamada"</string>
<string name="notification_inline_reply_failed">"** Falha no envio - por favor abre a sala"</string>
@ -38,6 +39,7 @@
<string name="notification_sender_me">"Eu"</string>
<string name="notification_sender_mention_reply">"%1$s mencionou ou respondeu"</string>
<string name="notification_test_push_notification_content">"Estás a ver a notificação! Clica em mim!"</string>
<string name="notification_thread_in_room">"Tópico em %1$s"</string>
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
<plurals name="notification_unread_notified_messages">
@ -64,7 +66,10 @@
<string name="troubleshoot_notifications_test_blocked_users_title">"Utilizadores bloqueados"</string>
<string name="troubleshoot_notifications_test_current_push_provider_description">"Obtém o nome do fornecedor atual."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure">"Nenhum fornecedor de envio selecionado."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_distributor_not_found">"Fornecedor de envio atual: %1$s e distribuidor atual: %2$s. Mas o distribuidor %3$s não foi encontrado. Talvez a aplicação tenha sido desinstalada?"</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_no_distributor">"Fornecedor de envio atual: %1$s, mas nenhum distribuidor foi configurado."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success">"Fornecedor de envio atual: %1$s."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success_with_distributor">"Fornecedor de envio atual: %1$s (%2$s)"</string>
<string name="troubleshoot_notifications_test_current_push_provider_title">"Fornecedor de envio atual"</string>
<string name="troubleshoot_notifications_test_detect_push_provider_description">"Certifica que a aplicação tem pelo menos um fornecedor de envio."</string>
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"Nenhum fornecedor de envio encontrado."</string>