mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Move locale files from language pack to extension. (#13)
This commit is contained in:
20
extensions/statistics/locale/en.yml
Normal file
20
extensions/statistics/locale/en.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
flarum-statistics:
|
||||||
|
|
||||||
|
##
|
||||||
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||||
|
##
|
||||||
|
|
||||||
|
# Translations in this namespace are used by the admin interface.
|
||||||
|
admin:
|
||||||
|
|
||||||
|
# These translations are used in the Statistics dashboard widget.
|
||||||
|
statistics:
|
||||||
|
active_users_text: "{count} active"
|
||||||
|
discussions_heading: => core.ref.discussions
|
||||||
|
last_12_months_label: Last 12 months
|
||||||
|
last_28_days_label: Last 28 days
|
||||||
|
last_7_days_label: Last 7 days
|
||||||
|
posts_heading: => core.ref.posts
|
||||||
|
today_label: Today
|
||||||
|
total_label: Total
|
||||||
|
users_heading: => core.ref.users
|
Reference in New Issue
Block a user