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": "Stáhnout aplikaci",
"start_new_thread": "Začít nové vlákno",
"show_stats": "Zobrazit statistiky",
"hide": "Skrýt"
"hide": "Skrýt",
"board_stats_hour": "V poslední hodině <1>{{userCount}}</1> uživatelů napsalo <1>{{postCount}}</1> příspěvků",
"board_stats_day": "V posledním dni <1>{{userCount}}</1> uživatelů napsalo <1>{{postCount}}</1> příspěvků",
"board_stats_week": "V posledním týdnu <1>{{userCount}}</1> uživatelů napsalo <1>{{postCount}}</1> příspěvků",
"board_stats_month": "V posledním měsíci <1>{{userCount}}</1> uživatelů napsalo <1>{{postCount}}</1> příspěvků",
"board_stats_all": "Od té doby <1>{{userCount}}</1> uživatelů napsalo <1>{{postCount}}</1> příspěvků",
"board_created": "Fórum vytvořeno"
}