feat(blotter): replace board stats with changelog-backed blotter

Add static blotter snapshot, route /blotter, compact board blotter (Hide/Show All).
Include yarn blotter tooling and AGENTS rules so every changelog version has a
release line. 4chan-style table UI, subplebbit→board and plebchan→5chan in messages.
This commit is contained in:
plebeius
2026-02-22 19:37:49 +08:00
parent a13c72f888
commit 0cb7b1a970
54 changed files with 1180 additions and 430 deletions
+7 -8
View File
@@ -11,14 +11,7 @@
"whitepaper": "ورقة بيضاء",
"token": "رمز",
"start_new_thread": "بدء موضوع جديد",
"show_stats": "عرض الإحصائيات",
"hide": "إخفاء",
"board_stats_hour": "في الساعة الماضية، <1>{{userCount}}</1> مستخدم قاموا بإرسال <1>{{postCount}}</1> منشور",
"board_stats_day": "خلال اليوم الماضي، <1>{{userCount}}</1> مستخدم قاموا بإرسال <1>{{postCount}}</1> منشور",
"board_stats_week": "خلال الأسبوع الماضي، <1>{{userCount}}</1> مستخدم قاموا بإرسال <1>{{postCount}}</1> منشور",
"board_stats_month": "خلال الشهر الماضي، <1>{{userCount}}</1> مستخدم قاموا بإرسال <1>{{postCount}}</1> منشور",
"board_stats_all": "منذ ذلك الحين، <1>{{userCount}}</1> مستخدم قاموا بإرسال <1>{{postCount}}</1> منشور",
"board_created": "منتدى تم إنشاؤه",
"settings": "الإعدادات",
"home": "الصفحة الرئيسية",
"subscribe": "اشتراك",
@@ -280,5 +273,11 @@
"prev": "السابق",
"next": "التالي",
"bottom": "أسفل",
"enable_infinite_scroll_tip": "لا ينطبق على اللوحات المتعددة، التي تستخدم التمرير اللانهائي دائماً."
"enable_infinite_scroll_tip": "لا ينطبق على اللوحات المتعددة، التي تستخدم التمرير اللانهائي دائماً.",
"blotter": "لوحة الإعلانات",
"date": "تاريخ",
"hide_blotter": "إخفاء البلوتير",
"message": "رسالة",
"show_all": "عرض الكل",
"show_blotter": "إظهار لوحة الإعلانات"
}