Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
9f49329c
Commit
9f49329c
authored
Feb 08, 2018
by
Shah El-Rahman
Committed by
Clement Ho
Feb 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Annotate charts page for internationalization
parent
9b7534cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
13 deletions
+50
-13
app/views/projects/graphs/charts.html.haml
app/views/projects/graphs/charts.html.haml
+18
-13
changelogs/unreleased/internationalize-charts-page.yml
changelogs/unreleased/internationalize-charts-page.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+27
-0
No files found.
app/views/projects/graphs/charts.html.haml
View file @
9f49329c
...
...
@@ -7,7 +7,7 @@
.repo-charts
{
class:
container_class
}
%h4
.sub-header
Programming languages used in this repository
=
_
(
"Programming languages used in this repository"
)
.row
.col-md-4
...
...
@@ -30,9 +30,11 @@
.row.tree-ref-header
.col-md-6
%h4
Commit statistics for
%strong
=
@ref
#{
@commits_graph
.
start_date
.
strftime
(
'%b %d'
)
}
-
#{
@commits_graph
.
end_date
.
strftime
(
'%b %d'
)
}
-
start_time
=
capture
do
#{
@commits_graph
.
start_date
.
strftime
(
'%b %d'
)
}
-
end_time
=
capture
do
#{
@commits_graph
.
end_date
.
strftime
(
'%b %d'
)
}
=
(
_
(
"Commit statistics for %{ref} %{start_time} - %{end_time}"
)
%
{
ref:
"<strong>
#{
@ref
}
</strong>"
,
start_time:
start_time
,
end_time:
end_time
}).
html_safe
.col-md-6
.tree-ref-container
...
...
@@ -45,32 +47,35 @@
.col-md-6
%ul
.commit-stats
%li
Total:
%strong
#{
@commits_graph
.
commits
.
size
}
commits
-
total
=
capture
do
#{
@commits_graph
.
commits
.
size
}
=
(
_
(
"Total: %{total}"
)
%
{
total:
"<strong>
#{
total
}
commits</strong>"
}).
html_safe
%li
Average per day:
%strong
#{
@commits_graph
.
commit_per_day
}
commits
-
average
=
capture
do
#{
@commits_graph
.
commit_per_day
}
=
(
_
(
"Average per day: %{average}"
)
%
{
average:
"<strong>
#{
average
}
commits</strong>"
}).
html_safe
%li
Authors:
%strong
=
@commits_graph
.
authors
-
authors
=
capture
do
#{
@commits_graph
.
authors
}
=
(
_
(
"Authors: %{authors}"
)
%
{
authors:
"<strong>
#{
authors
}
</strong>"
}).
html_safe
.col-md-6
%div
%p
.slead
Commits per day of month
=
_
(
"Commits per day of month"
)
%canvas
#month-chart
.row
.col-md-6
.col-md-6
%div
%p
.slead
Commits per weekday
=
_
(
"Commits per weekday"
)
%canvas
#weekday-chart
.row
.col-md-6
.col-md-6
%div
%p
.slead
Commits per day hour (UTC
)
=
_
(
"Commits per day hour (UTC)"
)
%canvas
#hour-chart
%script
#projectChartData
{
type:
"application/json"
}
...
...
changelogs/unreleased/internationalize-charts-page.yml
0 → 100644
View file @
9f49329c
---
title
:
Internationalize charts page
merge_request
:
16687
author
:
selrahman
type
:
changed
locale/gitlab.pot
View file @
9f49329c
...
...
@@ -261,6 +261,9 @@ msgstr ""
msgid "Author"
msgstr ""
msgid "Authors: %{authors}"
msgstr ""
msgid "Auto Review Apps and Auto Deploy need a %{kubernetes} to work correctly."
msgstr ""
...
...
@@ -294,6 +297,9 @@ msgstr ""
msgid "Avatar will be removed. Are you sure?"
msgstr ""
msgid "Average per day: %{average}"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
...
...
@@ -725,6 +731,9 @@ msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
msgid "ClusterIntegration|Manage"
msgstr ""
msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
msgstr ""
...
...
@@ -859,6 +868,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
msgid "CommitBoxTitle|Commit"
msgstr ""
...
...
@@ -871,6 +883,15 @@ msgstr ""
msgid "Commits feed"
msgstr ""
msgid "Commits per day hour (UTC)"
msgstr ""
msgid "Commits per day of month"
msgstr ""
msgid "Commits per weekday"
msgstr ""
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
...
...
@@ -2033,6 +2054,9 @@ msgstr ""
msgid "Profiles|your account"
msgstr ""
msgid "Programming languages used in this repository"
msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
...
...
@@ -2901,6 +2925,9 @@ msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
msgid "Total: %{total}"
msgstr ""
msgid "Track time with quick actions"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment