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": "బోర్డు సృష్టించబడింది"
}