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
@@ -254,5 +254,17 @@
"bitsocial_account": "Bitsocial账户",
"p2p_options": "P2P选项",
"purge": "清除",
"purge_confirm": "清除将永久删除此内容及其所有回复。继续吗?"
"purge_confirm": "清除将永久删除此内容及其所有回复。继续吗?",
"mod_queue": "审核队列",
"moderation_queue": "审核队列",
"queue_is_empty": "队列为空",
"approve": "批准",
"reject": "拒绝",
"waiting": "等待中",
"filter_by_board": "按板块筛选",
"mod_queue_alert_threshold": "审核队列警报阈值",
"mod_queue_alert_threshold_tip": "当项目等待时间超过此时长时显示闪烁的红色指示器",
"no_content": "无内容",
"view": "查看",
"excerpt": "摘要"
}