Skip to content
Snippets Groups Projects
Commit ace2c3cb authored by Corinna Gogolok's avatar Corinna Gogolok :m:
Browse files

Add I18n to Users Statistics in the Admin Area

parent 330b7d5e
No related branches found
No related tags found
5 merge requests!158514Fix CodeReviewMetrics worker failure with kwargs,!27224Update stable branch yorick/test-release-tools for automatic RC 12.9.0-rc20200313145923.ee.0,!26962WIP: Allow GMA groups to specify their own PAT expiry setting (2/2),!26154Add I18n to Users Statistics in the Admin Area,!24639WIP POC: Ss/realtime 2
- page_title 'Users statistics'
- page_title s_('AdminArea|Users statistics')
%h3 Users statistics
%h3
= s_('AdminArea|Users statistics')
%table.table
%tr
%td Users total
%td
= s_('AdminArea|Users total')
%td
= User.count
......@@ -11,7 +13,7 @@
- @roles_count.each do |row|
%tr
%td
Users with highest role
= s_('AdminArea|Users with highest role')
%strong
= row['kind']
%td
......
......@@ -1293,6 +1293,15 @@ msgstr ""
msgid "AdminArea|Stopping jobs failed"
msgstr ""
msgid "AdminArea|Users statistics"
msgstr ""
msgid "AdminArea|Users total"
msgstr ""
msgid "AdminArea|Users with highest role"
msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment