mirror of
https://ghfast.top/https://github.com/discourse/discourse-yearly-review.git
synced 2026-07-16 11:47:17 +08:00
The Yearly Review plugin creates a topic automatically on the first day of ever year containing a summary of forum activity. It is highly recommended that site owners set it up to post it to the staff category or another private category, so they can view it first and optionally edit it. They might like to add a celebratory note!
56 lines
2.3 KiB
YAML
56 lines
2.3 KiB
YAML
en:
|
|
site_settings:
|
|
yearly_review_enabled: "Enable the yearly review. On January 1st, a topic will be automatically created summarizing the previous year's forum activity."
|
|
yearly_review_categories: "Public categories to summarize. One post with stats will be created for each of the top 5 categories in this list. Leave blank to use the top 5 public categories."
|
|
yearly_review_exclude_staff: "Exclude Staff from member stats."
|
|
yearly_review_include_user_stats: "Add member-identifying stats."
|
|
yearly_review_include_private_categories: "Include member activity from private or read-restricted categories in the review."
|
|
yearly_review_publish_category: "Category the review will be published in. It is highly recommended to specify the staff or other private category so you can view the topic before making it public."
|
|
yearly_review_featured_badge: "Enter the full badge name. Can be left blank."
|
|
yearly_review:
|
|
topic_title: "%{year}: The Year in Review"
|
|
category_topics_title: "Top #%{category} Topics"
|
|
title:
|
|
users_section: "%{year}'s Top Users"
|
|
topics_created: "Most Topics"
|
|
replies_created: "Most Replies"
|
|
likes_given: "Most Likes Given"
|
|
likes_received: "Most Likes Received"
|
|
visits: "Most Visits"
|
|
daily_visits: "Daily Visits"
|
|
time_read: "Most Time Reading"
|
|
most_replied_to: "Most Replied to"
|
|
featured_badge: "Users Granted the %{badge_name} Badge"
|
|
action:
|
|
topics_created: "Topics"
|
|
most_replied_to: "Replies"
|
|
replies_created: "Replies"
|
|
likes_given: "Likes"
|
|
likes_received: "Likes"
|
|
visits: "Days Visited"
|
|
time_read: "Hours Read"
|
|
rank_type:
|
|
title:
|
|
most_liked: "Most Liked"
|
|
most_replied_to: "Most Replies"
|
|
most_popular: "Most Popular"
|
|
most_bookmarked: "Most Bookmarked"
|
|
most_read: "Most Read"
|
|
action_types:
|
|
most_popular: "Score"
|
|
most_replied_to: "Replies"
|
|
most_liked: "Likes"
|
|
most_bookmarked: "Bookmarks"
|
|
most_read: "Hours Read"
|
|
user: "User"
|
|
users: "Users"
|
|
days_visited: "Days Visited"
|
|
all_yearly_visits: "All Yearly Visits"
|
|
topics: "Topics"
|
|
topic: "Topic"
|
|
likes: "Likes"
|
|
bookmarks: "Bookmarks"
|
|
score: "Score"
|
|
replies: "Replies"
|
|
visits: "Visits"
|
|
more_badge_users: "And %{more} more..."
|