feat(boards list): add PPH column

This commit is contained in:
Tom (plebeius.eth)
2025-02-05 12:46:37 +01:00
parent abd11c48c9
commit d858b5398d
37 changed files with 177 additions and 48 deletions
+4 -1
View File
@@ -267,5 +267,8 @@
"field_too_long": "ฟิลด์ยาวเกินไป",
"title": "ชื่อเรื่อง",
"tags": "แท็ก",
"load_more": "โหลดเพิ่มเติม"
"load_more": "โหลดเพิ่มเติม",
"displaying_boards": "แสดง {{filteredBoardsCount}} จาก {{totalBoardCount}} บอร์ด",
"displaying_boards_with_tag": "แสดง {{filteredBoardsCount}} จาก {{totalBoardCount}} บอร์ดที่มีแท็ก {{currentTag}}",
"pph": "Posts Per Hour (โพสต์ต่อชั่วโมง)"
}