mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-23 03:11:24 +00:00
Getting rid of active_in_the_last
This commit is contained in:
parent
183033e0f7
commit
a700edf2dc
1 changed files with 8 additions and 1 deletions
|
@ -145,7 +145,14 @@
|
||||||
"sort_type": "Sort type",
|
"sort_type": "Sort type",
|
||||||
"hot": "Hot",
|
"hot": "Hot",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"active_in_the_last": "active in the last",
|
"active_users_in_the_last_day": "{{formattedCount}} active user in the last day",
|
||||||
|
"active_users_in_the_last_day_plural": "{{formattedCount}} active users in the last day",
|
||||||
|
"active_users_in_the_last_week": "{{formattedCount}} active user in the last week",
|
||||||
|
"active_users_in_the_last_week_plural": "{{formattedCount}} active users in the last week",
|
||||||
|
"active_users_in_the_last_month": "{{formattedCount}} active user in the last month",
|
||||||
|
"active_users_in_the_last_month_plural": "{{formattedCount}} active users in the last month",
|
||||||
|
"active_users_in_the_last_six_months": "{{formattedCount}} active user in the last 6 months",
|
||||||
|
"active_users_in_the_last_six_months_plural": "{{formattedCount}} active users in the last 6 months",
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"old": "Old",
|
"old": "Old",
|
||||||
"top_day": "Top Day",
|
"top_day": "Top Day",
|
||||||
|
|
Loading…
Reference in a new issue