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": "Ang field ay masyadong mahaba.",
"title": "Pamagat",
"tags": "Mga tag",
"load_more": "Mag-load ng higit pa"
"load_more": "Mag-load ng higit pa",
"displaying_boards": "Ipinapakita {{filteredBoardsCount}} mula sa {{totalBoardCount}} na mga board",
"displaying_boards_with_tag": "Ipinapakita {{filteredBoardsCount}} mula sa {{totalBoardCount}} na mga board na may tag na {{currentTag}}",
"pph": "Posts Per Hour (Mga Post Bawat Oras)"
}