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": "Завантажити додаток",
"start_new_thread": "Почати нову тему",
"show_stats": "Показати статистику",
"hide": "Приховати"
"hide": "Приховати",
"board_stats_hour": "За останню годину <1>{{userCount}}</1> користувачів зробили <1>{{postCount}}</1> повідомлень",
"board_stats_day": "За останній день <1>{{userCount}}</1> користувачів зробили <1>{{postCount}}</1> повідомлень",
"board_stats_week": "За минулий тиждень <1>{{userCount}}</1> користувачів зробили <1>{{postCount}}</1> повідомлень",
"board_stats_month": "За минулий місяць <1>{{userCount}}</1> користувачів зробили <1>{{postCount}}</1> повідомлень",
"board_stats_all": "З того часу <1>{{userCount}}</1> користувачів зробили <1>{{postCount}}</1> повідомлень",
"board_created": "Форум створено"
}