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": "תקציר"
}