New translations strings.xml (German)

This commit is contained in:
Austin Huang 2021-03-05 14:32:34 -05:00
parent d82dc0d67d
commit 59f345f0d2
1 changed files with 5 additions and 5 deletions

View File

@ -46,14 +46,14 @@
<string name="import_export">Importieren/Exportieren</string>
<string name="select_language">Sprache</string>
<plurals name="main_posts_count_inline">
<item quantity="one">%s Beitrag</item>
<item quantity="other">%s Beiträge</item>
<item quantity="one">%s\nPost</item>
<item quantity="other">%s\nPosts</item>
</plurals>
<plurals name="main_posts_followers">
<item quantity="one">%s Abonnent</item>
<item quantity="other">%s Abonnenten</item>
<item quantity="one">%s\nFollower</item>
<item quantity="other">%s\nFollowers</item>
</plurals>
<string name="main_posts_following">%s Abonniert </string>
<string name="main_posts_following">%s\nFollowing</string>
<string name="post_viewer_autoplay_video">Videos automatisch abspielen</string>
<string name="post_viewer_muted_autoplay">Videos immer stummschalten</string>
<string name="post_viewer_show_captions">Bildtext immer anzeigen</string>