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": "इस पोस्ट के लिए उपयोगकर्ता पर प्रतिबंध लगा दिया गया था"
}