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": "ホワイトペーパー",
|
||||
"token": "トークン",
|
||||
"start_new_thread": "新しいスレッドを開始",
|
||||
"show_stats": "統計を表示",
|
||||
"hide": "非表示",
|
||||
"board_stats_hour": "直近1時間で<1>{{userCount}}</1>人のユーザーが<1>{{postCount}}</1>件の投稿をしました",
|
||||
"board_stats_day": "直近1日間で<1>{{userCount}}</1>人のユーザーが<1>{{postCount}}</1>件の投稿をしました",
|
||||
"board_stats_week": "直近1週間で<1>{{userCount}}</1>人のユーザーが<1>{{postCount}}</1>件の投稿をしました",
|
||||
"board_stats_month": "直近1ヶ月で<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": "ブロッターを表示"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user