New translations strings.xml (Dutch)

This commit is contained in:
Eugen Rochko 2024-10-02 19:59:40 +02:00
parent cfc5683f75
commit 2f32378978

View File

@ -13,6 +13,8 @@
<string name="notifications">Meldingen</string>
<string name="user_followed_you">%s volgt jou nu</string>
<string name="user_sent_follow_request">%s wil jou graag volgen</string>
<string name="user_favorited">%s markeerde als favoriet:</string>
<string name="notification_boosted">%s boostte:</string>
<string name="share_toot_title">Delen</string>
<string name="settings">Instellingen</string>
<string name="publish">Toot</string>
@ -764,6 +766,26 @@
<string name="donation_server_error">Het spijt ons, er is een fout opgetreden en we zijn niet in staat om je donatie te verwerken.\n\nProbeer het over een paar minuten opnieuw.</string>
<string name="settings_donate">Aan Mastodon doneren</string>
<string name="settings_manage_donations">Donaties beheren</string>
<string name="cant_load_image">Kon afbeelding niet laden</string>
<string name="poll_see_results">Resultaten bekijken</string>
<string name="poll_hide_results">Resultaten verbergen</string>
<plurals name="x_attachments">
<item quantity="one">%d bijlage</item>
<item quantity="other">%d bijlagen</item>
</plurals>
<plurals name="user_and_x_more_favorited">
<item quantity="one">%1$s en %2$,d ander persoon markeerde als favoriet:</item>
<item quantity="other">%1$s en %2$,d andere personen markeerde als favoriet:</item>
</plurals>
<plurals name="user_and_x_more_boosted">
<item quantity="one">%1$s en %2$,d ander persoon boostte:</item>
<item quantity="other">%1$s en %2$,d andere personen boostte:</item>
</plurals>
<plurals name="poll_ended_x_voters">
<item quantity="one">%1$s hield een peiling, waaraan jij en %2$,d ander persoon hebben meegedaan</item>
<item quantity="other">%1$s hield een peiling, waaraan jij en %2$,d andere personen hebben meegedaan</item>
</plurals>
<string name="own_poll_ended">Jouw peiling is beëindigd</string>
<!-- %1$s is your server domain, %2$s is the domain that was blocked, %3$,d is the follower count, %4$s is the `x_accounts` plural string -->
<!-- %1$s is the domain that was blocked, %2$,d is the follower count, %3$s is the `x_accounts` plural string -->
<string name="relationship_severance_learn_more">Meer informatie</string>