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": "Descărcați aplicația",
"start_new_thread": "Începeți un nou fir de discuție",
"show_stats": "Afișează statistici",
"hide": "Ascunde"
"hide": "Ascunde",
"board_stats_hour": "În ultima oră, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_day": "În ultima zi, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_week": "În ultima săptămână, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_month": "În ultima lună, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_all": "De atunci, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_created": "Forum creat"
}