chore(translations): board stats, board created

This commit is contained in:
plebeius.eth
2024-03-20 16:58:22 +01:00
parent 995151c242
commit d3b9a1fea3
37 changed files with 286 additions and 50 deletions
+7 -1
View File
@@ -14,5 +14,11 @@
"download_app": "Tải ứng dụng",
"start_new_thread": "Bắt đầu một chủ đề mới",
"show_stats": "Hiển thị Thống kê",
"hide": "Ẩn"
"hide": "Ẩn",
"board_stats_hour": "Trong giờ qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_day": "Trong ngày qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_week": "Trong tuần qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_month": "Trong tháng qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_all": "Từ đó, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_created": "Diễn đàn được tạo"
}