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": "คำตอบนี้ถูกลบออกจากฐานข้อมูลอย่างถาวร"
}