feat(settings): add subscriptions setting

This commit is contained in:
Tom (plebeius.eth)
2025-02-05 15:20:07 +01:00
parent d858b5398d
commit 85d2cb67a9
39 changed files with 212 additions and 36 deletions
+3 -1
View File
@@ -270,5 +270,7 @@
"load_more": "더 보기",
"displaying_boards": "총 {{totalBoardCount}}개의 게시판 중 {{filteredBoardsCount}}개 게시판 표시",
"displaying_boards_with_tag": "총 {{totalBoardCount}}개의 게시판 중 {{filteredBoardsCount}}개 게시판, 태그 {{currentTag}}",
"pph": "Posts Per Hour (시간당 게시물)"
"pph": "Posts Per Hour (시간당 게시물)",
"unsubscribe_all": "모두 구독 취소",
"unsubscribe_all_confirm": "모든 게시판에서 구독을 취소하시겠습니까?"
}