New translations strings.xml (Czech)

This commit is contained in:
Austin Huang 2021-03-05 14:32:36 -05:00
parent 59f345f0d2
commit 192dddd2cf
1 changed files with 9 additions and 9 deletions

View File

@ -46,18 +46,18 @@
<string name="import_export">Importovat/exportovat</string>
<string name="select_language">Jazyk</string>
<plurals name="main_posts_count_inline">
<item quantity="one">%s příspěvek</item>
<item quantity="few">%s příspěvky</item>
<item quantity="many">%s příspěvků</item>
<item quantity="other">%s příspěvků</item>
<item quantity="one">%s\nPost</item>
<item quantity="few">%s\nPosts</item>
<item quantity="many">%s\nPosts</item>
<item quantity="other">%s\nPosts</item>
</plurals>
<plurals name="main_posts_followers">
<item quantity="one">%s sledující</item>
<item quantity="few">%s sledující</item>
<item quantity="many">%s sledujících</item>
<item quantity="other">%s sledujících</item>
<item quantity="one">%s\nFollower</item>
<item quantity="few">%s\nFollowers</item>
<item quantity="many">%s\nFollowers</item>
<item quantity="other">%s\nFollowers</item>
</plurals>
<string name="main_posts_following">%s sleduje</string>
<string name="main_posts_following">%s\nFollowing</string>
<string name="post_viewer_autoplay_video">Videa spouštět automaticky</string>
<string name="post_viewer_muted_autoplay">Vždy ztlumit videa</string>
<string name="post_viewer_show_captions">Vždy zobrazovat titulek příspěvku</string>