feat(post): add 'user was banned for this post' if user was banned by board to post in it

This commit is contained in:
Tom (plebeius.eth)
2024-07-02 18:31:53 +02:00
parent 76fc1dd2f1
commit f6c1fb400b
37 changed files with 135 additions and 37 deletions
+3 -1
View File
@@ -208,5 +208,7 @@
"display_name_too_long": "প্রদর্শনী নাম অত্যন্ত দীর্ঘ",
"title_too_long": "শিরোনাম অত্যন্ত দীর্ঘ",
"1_post_by_this_id": "এই আইডি দ্বারা 1 পোস্ট",
"x_posts_by_this_id": "এই আইডি থেকে {{number}} পোস্ট"
"x_posts_by_this_id": "এই আইডি থেকে {{number}} পোস্ট",
"ban_expires_at": "p/{{address}} থেকে {{timestamp}} পর্যন্ত নিষিদ্ধ",
"user_banned": "এই পোস্টের জন্য ব্যবহারকারী নিষিদ্ধ হয়েছে"
}