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": "বোর্ড তৈরি হয়েছে"
}