feat: implement mod queue

This commit is contained in:
plebeius
2026-01-07 16:03:02 +01:00
parent 5a072a0307
commit 70ba14591a
46 changed files with 1143 additions and 41 deletions
+13 -1
View File
@@ -253,5 +253,17 @@
"bitsocial_account": "Bitsocial Account",
"p2p_options": "P2P options",
"purge": "purge",
"purge_confirm": "Purging permanently removes this content and all its replies from the database. Continue?"
"purge_confirm": "Purging permanently removes this content and all its replies from the database. Continue?",
"mod_queue": "Mod Queue",
"moderation_queue": "Moderation Queue",
"queue_is_empty": "Queue is empty",
"approve": "Approve",
"reject": "Reject",
"waiting": "Waiting",
"filter_by_board": "Filter by board",
"mod_queue_alert_threshold": "Mod queue alert threshold",
"mod_queue_alert_threshold_tip": "Show a blinking red indicator when items are waiting for longer than this time",
"no_content": "No content",
"view": "View",
"excerpt": "Excerpt"
}