Sync Strings (#6302)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2026-03-09 10:38:07 +01:00 committed by GitHub
parent aeaa121f5e
commit 2ad55f4bc6
60 changed files with 1169 additions and 1098 deletions

View file

@ -17,6 +17,11 @@
</plurals>
<string name="notification_error_unified_push_unregistered_android">"Distributor oznámení UnifiedPush se nepodařilo zaregistrovat, takže již nebudete dostávat oznámení. Zkontrolujte nastavení oznámení v aplikaci a stav distributora push oznámění."</string>
<string name="notification_fallback_content">"Oznámení"</string>
<plurals name="notification_fallback_n_content">
<item quantity="one">"Máte %d novou zprávu."</item>
<item quantity="few">"Máte %d nové zprávy."</item>
<item quantity="other">"Máte %d nových zpráv."</item>
</plurals>
<string name="notification_incoming_call">"📹 Příchozí hovor"</string>
<string name="notification_inline_reply_failed">"** Nepodařilo se odeslat - otevřete prosím místnost"</string>
<string name="notification_invitation_action_join">"Vstoupit"</string>