mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -11,14 +11,7 @@
|
||||
"whitepaper": "Whitepaper",
|
||||
"token": "Token",
|
||||
"start_new_thread": "Start a New Thread",
|
||||
"show_stats": "Show Stats",
|
||||
"hide": "hide",
|
||||
"board_stats_hour": "In the past hour, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
|
||||
"board_stats_day": "In the past day, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
|
||||
"board_stats_week": "In the past week, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
|
||||
"board_stats_month": "In the past month, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
|
||||
"board_stats_all": "Since then, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
|
||||
"board_created": "Board created",
|
||||
"settings": "Settings",
|
||||
"home": "Home",
|
||||
"subscribe": "Subscribe",
|
||||
@@ -280,5 +273,11 @@
|
||||
"enable_infinite_scroll": "Enable infinite scroll",
|
||||
"prev": "Prev",
|
||||
"next": "Next",
|
||||
"enable_infinite_scroll_tip": "Does not apply to multiboards, which always use infinite scroll."
|
||||
"enable_infinite_scroll_tip": "Does not apply to multiboards, which always use infinite scroll.",
|
||||
"blotter": "Blotter",
|
||||
"date": "Date",
|
||||
"hide_blotter": "Hide Blotter",
|
||||
"message": "Message",
|
||||
"show_all": "Show All",
|
||||
"show_blotter": "Show Blotter"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user