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": "संदेश फलक तयार केला"
}