feat(moderation): add purge action to edit menu

This commit is contained in:
plebeius
2026-01-02 17:06:25 +01:00
parent 3d676062af
commit 1abc8410cd
37 changed files with 219 additions and 38 deletions
+5 -1
View File
@@ -304,5 +304,9 @@
"nsfw_boards_only": "केवल NSFW बोर्ड",
"worksafe_boards_only": "केवल कार्य-सुरक्षित बोर्ड",
"bitsocial_account": "Bitsocial खाता",
"p2p_options": "P2P विकल्प"
"p2p_options": "P2P विकल्प",
"purge": "हटाएं",
"purge_confirm": "पर्ज करने से यह सामग्री और इसकी सभी प्रतिक्रियाएं डेटाबेस से स्थायी रूप से हट जाएंगी। जारी रखें?",
"this_thread_was_purged": "यह थ्रेड डेटाबेस से स्थायी रूप से हटा दिया गया था",
"this_reply_was_purged": "यह प्रतिक्रिया डेटाबेस से स्थायी रूप से हटा दी गई थी"
}