@@ -221,6 +221,9 @@ de:
|
||||
destroy_through_lti: Code-Abgabe
|
||||
statistics:
|
||||
show: "Statistiken"
|
||||
graphs: "Visualisierungen"
|
||||
user_activity_history: Nutzeraktivitätshistorie
|
||||
rfc_activity_history: Kommentaranfragenhistorie
|
||||
consumers:
|
||||
show:
|
||||
link: Konsument
|
||||
@@ -749,6 +752,7 @@ de:
|
||||
exercises:
|
||||
average_number_of_submissions: "Durchschnittliche Zahl von Abgaben"
|
||||
submissions_per_minute: "Aktuelle Abgabenhäufigkeit (1h)"
|
||||
submissions: "Abgaben"
|
||||
request_for_comments:
|
||||
percent_solved: "Beantwortete Anfragen"
|
||||
percent_unsolved: "Unbeantwortete Anfragen"
|
||||
@@ -756,6 +760,17 @@ de:
|
||||
with_comments: "Anfragen mit Kommentaren"
|
||||
users:
|
||||
currently_active: "Aktiv (5 Minuten)"
|
||||
currently_active60: "Aktiv (60 Minuten)"
|
||||
active: "Aktive Nutzer"
|
||||
graphs:
|
||||
user_activity: "Nutzeraktivität"
|
||||
rfc_activity: "Kommentaranfragenaktivität"
|
||||
history: "Historie"
|
||||
activity_history:
|
||||
from: "Von"
|
||||
to: "Bis"
|
||||
interval: "Intervall"
|
||||
update: "Aktualisieren"
|
||||
navigation:
|
||||
sections:
|
||||
errors: "Fehler"
|
||||
|
@@ -221,6 +221,9 @@ en:
|
||||
destroy_through_lti: Code Submission
|
||||
statistics:
|
||||
show: "Statistics"
|
||||
graphs: "Graphs"
|
||||
user_activity_history: User Activity History
|
||||
rfc_activity_history: RfC Activity History
|
||||
consumers:
|
||||
show:
|
||||
link: Consumer
|
||||
@@ -749,6 +752,7 @@ en:
|
||||
exercises:
|
||||
average_number_of_submissions: "Average Number of Submissions"
|
||||
submissions_per_minute: "Current Submission Volume (1h)"
|
||||
submissions: "Submissions"
|
||||
request_for_comments:
|
||||
percent_solved: "Solved Requests"
|
||||
percent_unsolved: "Unsolved Requests"
|
||||
@@ -756,6 +760,17 @@ en:
|
||||
with_comments: "RfCs with Comments"
|
||||
users:
|
||||
currently_active: "Active (5 minutes)"
|
||||
currently_active60: "Active (60 minutes)"
|
||||
active: "Active Users"
|
||||
graphs:
|
||||
user_activity: "User Activity"
|
||||
rfc_activity: "RfC Activity"
|
||||
history: "History"
|
||||
activity_history:
|
||||
from: "From"
|
||||
to: "To"
|
||||
interval: "Interval"
|
||||
update: "Update"
|
||||
navigation:
|
||||
sections:
|
||||
errors: "Errors"
|
||||
|
@@ -43,6 +43,11 @@ Rails.application.routes.draw do
|
||||
get '/help', to: 'application#help'
|
||||
|
||||
get 'statistics/', to: 'statistics#show'
|
||||
get 'statistics/graphs', to: 'statistics#graphs'
|
||||
get 'statistics/graphs/user-activity', to: 'statistics#user_activity'
|
||||
get 'statistics/graphs/user-activity-history', to: 'statistics#user_activity_history'
|
||||
get 'statistics/graphs/rfc-activity', to: 'statistics#rfc_activity'
|
||||
get 'statistics/graphs/rfc-activity-history', to: 'statistics#rfc_activity_history'
|
||||
|
||||
concern :statistics do
|
||||
member do
|
||||
|
Reference in New Issue
Block a user