New translations strings.xml (German)

This commit is contained in:
Eugen Rochko 2022-05-03 19:21:04 +02:00
parent 30785457b7
commit 90293f81d9
1 changed files with 16 additions and 0 deletions

View File

@ -316,4 +316,20 @@
<string name="current_account">Aktuelles Konto</string>
<string name="log_out_account">%s ausloggen</string>
<!-- translators: %,d is a valid placeholder, it formats the number with locale-dependent grouping separators -->
<plurals name="x_followers">
<item quantity="one">%,d Follower</item>
<item quantity="other">%,d Follower</item>
</plurals>
<plurals name="x_following">
<item quantity="one">%,d Gefolgt</item>
<item quantity="other">%,d Gefolgt</item>
</plurals>
<plurals name="x_favorites">
<item quantity="one">%,d Favorit</item>
<item quantity="other">%,d Favoriten</item>
</plurals>
<plurals name="x_reblogs">
<item quantity="one">%,d Reblog</item>
<item quantity="other">%,d Reblogs</item>
</plurals>
</resources>