mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Adding reports dashboard tab, new layout, report descriptions (#6790)
Co-Authored-By: Kris <shout@k-ris.com>
This commit is contained in:
@@ -2861,11 +2861,13 @@ en:
|
||||
general_tab: "General"
|
||||
moderation_tab: "Moderation"
|
||||
security_tab: "Security"
|
||||
reports_tab: "Reports"
|
||||
disabled: Disabled
|
||||
timeout_error: Sorry, query is taking too long, please pick a shorter interval
|
||||
exception_error: Sorry, an error occurred while executing the query
|
||||
too_many_requests: You’ve performed this action too many times. Please wait before trying again.
|
||||
not_found_error: Sorry, this report doesn’t exist
|
||||
filter_reports: Filter reports
|
||||
|
||||
reports:
|
||||
trend_title: "%{percent} change. Currently %{current}, was %{prev} in previous period."
|
||||
|
||||
@@ -900,6 +900,7 @@ en:
|
||||
editor: Editor
|
||||
author: Author
|
||||
edit_reason: Reason
|
||||
description: "Number of new post edits."
|
||||
user_flagging_ratio:
|
||||
title: "User Flagging Ratio"
|
||||
labels:
|
||||
@@ -908,6 +909,7 @@ en:
|
||||
disagreed_flags: Disagreed flags
|
||||
ignored_flags: Ignored flags
|
||||
score: Score
|
||||
description: "List of users ordered by ratio of staff response to their flags (disagreed to agreed)."
|
||||
moderators_activity:
|
||||
title: "Moderator Activity"
|
||||
labels:
|
||||
@@ -918,6 +920,7 @@ en:
|
||||
post_count: Posts created
|
||||
pm_count: PMs created
|
||||
revision_count: Revisions
|
||||
description: List of moderator activity including flags reviewed, reading time, topics created, posts created, private messages created, and revisions.
|
||||
flags_status:
|
||||
title: "Flags Status"
|
||||
values:
|
||||
@@ -931,39 +934,42 @@ en:
|
||||
poster: Poster
|
||||
flagger: Flagger
|
||||
time_to_resolution: Resolution time
|
||||
description: "List of flags' statuses including type of flag, poster, flagger, and time to resolution."
|
||||
visits:
|
||||
title: "User Visits"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of visits"
|
||||
description: "Number of all unique user visits."
|
||||
signups:
|
||||
title: "Signups"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of signups"
|
||||
description: "New account registrations for this period"
|
||||
description: "New account registrations for this period."
|
||||
new_contributors:
|
||||
title: "New Contributors"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new contributors"
|
||||
description: "Number of users who made their first post during this period"
|
||||
description: "Number of users who made their first post during this period."
|
||||
dau_by_mau:
|
||||
title: "DAU/MAU"
|
||||
xaxis: "Day"
|
||||
yaxis: "DAU/MAU"
|
||||
description: "No. of members that logged in in the last day divided by no of members that logged in in the last month – returns a % which indicates community 'stickiness'. Aim for >30%."
|
||||
description: "Number of members that logged in in the last day divided by number of members that logged in in the last month – returns a % which indicates community 'stickiness'. Aim for >30%."
|
||||
daily_engaged_users:
|
||||
title: "Daily Engaged Users"
|
||||
xaxis: "Day"
|
||||
yaxis: "Engaged Users"
|
||||
description: "Number of users that have liked or posted in the last day"
|
||||
description: "Number of users that have liked or posted in the last day."
|
||||
profile_views:
|
||||
title: "User Profile Views"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of user profiles viewed"
|
||||
description: "Total new views of user profiles."
|
||||
topics:
|
||||
title: "Topics"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new topics"
|
||||
description: "New topics created during this period"
|
||||
description: "New topics created during this period."
|
||||
posts:
|
||||
title: "Posts"
|
||||
xaxis: "Day"
|
||||
@@ -973,24 +979,24 @@ en:
|
||||
title: "Likes"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new likes"
|
||||
description: "Number of new likes."
|
||||
flags:
|
||||
title: "Flags"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of flags"
|
||||
description: "Number of new flags."
|
||||
bookmarks:
|
||||
title: "Bookmarks"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new bookmarks"
|
||||
starred:
|
||||
title: "Starred"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new starred topics"
|
||||
description: "Number of new topics and posts bookmarked."
|
||||
users_by_trust_level:
|
||||
title: "Users per Trust Level"
|
||||
xaxis: "Trust Level"
|
||||
yaxis: "Number of Users"
|
||||
labels:
|
||||
level: Level
|
||||
description: "Number of users grouped by trust level."
|
||||
users_by_type:
|
||||
title: "Users per Type"
|
||||
xaxis: "Type"
|
||||
@@ -1002,40 +1008,49 @@ en:
|
||||
moderator: Moderator
|
||||
suspended: Suspended
|
||||
silenced: Silenced
|
||||
description: "Number of users grouped by admin, moderator, suspended, and silenced."
|
||||
trending_search:
|
||||
title: Trending Search Terms
|
||||
labels:
|
||||
term: Term
|
||||
searches: Searches
|
||||
click_through: CTR
|
||||
description: "Most popular search terms with their click-through rates."
|
||||
emails:
|
||||
title: "Emails Sent"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of Emails"
|
||||
description: "Number of new emails sent."
|
||||
user_to_user_private_messages:
|
||||
title: "User-to-User (excluding replies)"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of newly initiated private messages."
|
||||
user_to_user_private_messages_with_replies:
|
||||
title: "User-to-User (with replies)"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of all new private messages and responses."
|
||||
system_private_messages:
|
||||
title: "System"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of private messages sent automatically by the System."
|
||||
moderator_warning_private_messages:
|
||||
title: "Moderator Warning"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of warnings sent by private messages from moderators."
|
||||
notify_moderators_private_messages:
|
||||
title: "Notify Moderators"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of times moderators have been privately notified by a flag."
|
||||
notify_user_private_messages:
|
||||
title: "Notify User"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of messages"
|
||||
description: "Number of times users have been privately notified by a flag."
|
||||
top_referrers:
|
||||
title: "Top Referrers"
|
||||
xaxis: "User"
|
||||
@@ -1045,6 +1060,7 @@ en:
|
||||
user: "User"
|
||||
num_clicks: "Clicks"
|
||||
num_topics: "Topics"
|
||||
description: "Users listed by number of clicks on links they have shared."
|
||||
top_traffic_sources:
|
||||
title: "Top Traffic Sources"
|
||||
xaxis: "Domain"
|
||||
@@ -1055,35 +1071,43 @@ en:
|
||||
domain: Domain
|
||||
num_clicks: Clicks
|
||||
num_topics: Topics
|
||||
description: "External sources that have linked to this site the most."
|
||||
top_referred_topics:
|
||||
title: "Top Referred Topics"
|
||||
labels:
|
||||
num_clicks: "Clicks"
|
||||
topic: "Topic"
|
||||
description: "Topics that have received the most clicks from external sources."
|
||||
page_view_anon_reqs:
|
||||
title: "Anonymous"
|
||||
xaxis: "Day"
|
||||
yaxis: "Anonymous Pageviews"
|
||||
description: "Number of new page views by visitors not logged in to an account."
|
||||
page_view_logged_in_reqs:
|
||||
title: "Logged In"
|
||||
xaxis: "Day"
|
||||
yaxis: "Logged In Pageviews"
|
||||
description: "Number of new pageviews from logged in users."
|
||||
page_view_crawler_reqs:
|
||||
title: "Web Crawlers"
|
||||
xaxis: "Day"
|
||||
yaxis: "Web Crawler Pageviews"
|
||||
description: "Webcrawlers listed by number of new pageviews they have generated."
|
||||
page_view_total_reqs:
|
||||
title: "Pageviews"
|
||||
xaxis: "Day"
|
||||
yaxis: "Total Pageviews"
|
||||
description: "Number of new pageviews from all visitors."
|
||||
page_view_logged_in_mobile_reqs:
|
||||
title: "Logged In Pageviews"
|
||||
xaxis: "Day"
|
||||
yaxis: "Mobile Logged In Pageviews"
|
||||
description: "Number of new pageviews from users on mobile devices and logged in to an account."
|
||||
page_view_anon_mobile_reqs:
|
||||
title: "Anon Pageviews"
|
||||
xaxis: "Day"
|
||||
yaxis: "Mobile Anon Pageviews"
|
||||
description: "Number of new pageviews from visitors on a mobile device who are not logged in."
|
||||
http_background_reqs:
|
||||
title: "Background"
|
||||
xaxis: "Day"
|
||||
@@ -1112,19 +1136,23 @@ en:
|
||||
title: "Time to first response"
|
||||
xaxis: "Day"
|
||||
yaxis: "Average time (hours)"
|
||||
description: "Average time (in hours) of the first response to new topics."
|
||||
topics_with_no_response:
|
||||
title: "Topics with no response"
|
||||
xaxis: "Day"
|
||||
yaxis: "Total"
|
||||
description: "Number of new topics created that did not receive a response."
|
||||
mobile_visits:
|
||||
title: "User Visits (mobile)"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of visits"
|
||||
description: "Number of unique users who visited using a mobile device."
|
||||
web_crawlers:
|
||||
title: "Web Crawler Requests"
|
||||
labels:
|
||||
user_agent: "User Agent"
|
||||
page_views: "Pageviews"
|
||||
description: "Number of new pageviews generated by all webcrawlers."
|
||||
suspicious_logins:
|
||||
title: "Suspicious Logins"
|
||||
labels:
|
||||
@@ -1135,12 +1163,14 @@ en:
|
||||
device: Device
|
||||
os: Operating System
|
||||
login_time: Login Time
|
||||
description: "Details of new logins that differ suspiciously from previous logins."
|
||||
staff_logins:
|
||||
title: "Staff Logins"
|
||||
labels:
|
||||
user: User
|
||||
location: Location
|
||||
login_at: Login at
|
||||
description: "List of admin and moderator login times with locations."
|
||||
|
||||
dashboard:
|
||||
rails_env_warning: "Your server is running in %{env} mode."
|
||||
|
||||
@@ -242,6 +242,7 @@ Discourse::Application.routes.draw do
|
||||
get "dashboard/general" => "dashboard_next#general"
|
||||
get "dashboard/moderation" => "dashboard_next#moderation"
|
||||
get "dashboard/security" => "dashboard_next#security"
|
||||
get "dashboard/reports" => "dashboard_next#reports"
|
||||
|
||||
get "dashboard-old" => "dashboard#index"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user