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": "బ్లాటర్ చూపించు"
}