Add severed_relationships notifications (AND-174)

This commit is contained in:
Grishka
2024-09-21 10:40:04 +03:00
parent 9533b4f45d
commit 16e2632d9b
10 changed files with 247 additions and 7 deletions

View File

@@ -798,4 +798,14 @@
<string name="own_poll_ended">Your poll has ended</string>
<string name="user_just_posted">%s just posted</string>
<string name="user_edited_post">%s edited a post you interacted with</string>
<string name="relationship_severance_account_suspension">An admin from %1$s has suspended %2$s, which means you can no longer receive updates from them or interact with them.</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 -->
<string name="relationship_severance_domain_block">An admin from %1$s has blocked %2$s, including %3$,d of your followers and %4$s you follow.</string>
<plurals name="x_accounts">
<item quantity="one">%,d account</item>
<item quantity="other">%,d accounts</item>
</plurals>
<!-- %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_user_domain_block">You have blocked %1$s, removing %2$,d of your followers and %3$s you follow.</string>
<string name="relationship_severance_learn_more">Learn more</string>
</resources>