Sync Strings from Localazy

This commit is contained in:
jmartinesp 2024-01-31 11:38:42 +00:00 committed by github-actions[bot]
parent 69db7d40fc
commit 697c482b6d
10 changed files with 54 additions and 5 deletions

View file

@ -13,6 +13,16 @@
<item quantity="few">"%1$d změny místnosti"</item>
<item quantity="other">"%1$d změn místnosti"</item>
</plurals>
<plurals name="screen_room_typing_many_members">
<item quantity="one">"%1$s, %2$s a %3$d další"</item>
<item quantity="few">"%1$s, %2$s a %3$d další"</item>
<item quantity="other">"%1$s, %2$s a %3$d dalších"</item>
</plurals>
<plurals name="screen_room_typing_notification">
<item quantity="one">"%1$s píše"</item>
<item quantity="few">"%1$s píší"</item>
<item quantity="other">"%1$s píše"</item>
</plurals>
<string name="report_content_explanation">"Tato zpráva bude nahlášena správci vašeho domovského serveru. Nebude si moci přečíst žádné šifrované zprávy."</string>
<string name="report_content_hint">"Důvod nahlášení tohoto obsahu"</string>
<string name="room_timeline_beginning_of_room">"Toto je začátek %1$s."</string>
@ -54,6 +64,7 @@
<string name="screen_room_retry_send_menu_title">"Vaši zprávu se nepodařilo odeslat"</string>
<string name="screen_room_timeline_add_reaction">"Přidat emoji"</string>
<string name="screen_room_timeline_less_reactions">"Zobrazit méně"</string>
<string name="screen_room_typing_two_members">"%1$s a %2$s"</string>
<string name="screen_room_voice_message_tooltip">"Držte pro nahrávání"</string>
<string name="screen_room_mentions_at_room_title">"Všichni"</string>
<string name="screen_report_content_block_user">"Zablokovat uživatele"</string>