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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ea8a4aa5
Commit
ea8a4aa5
authored
May 03, 2019
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add translations to dependency proxy UI
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
fd26a173
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
ee/app/views/groups/dependency_proxies/_url.html.haml
ee/app/views/groups/dependency_proxies/_url.html.haml
+2
-2
ee/app/views/groups/dependency_proxies/show.html.haml
ee/app/views/groups/dependency_proxies/show.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
ee/app/views/groups/dependency_proxies/_url.html.haml
View file @
ea8a4aa5
%h5
.prepend-top-20
Dependency proxy URL
%h5
.prepend-top-20
=
_
(
'Dependency proxy URL'
)
%div
=
text_field_tag
:url
,
"
#{
group_url
(
@group
)
}
/dependency_proxy/containers"
,
class:
'js-dependency-proxy-url form-control'
,
readonly:
true
.help-block.prepend-top-5
Contains
#{
@blobs_count
}
blobs of images (
#{
number_to_human_size
(
@blobs_total_size
)
}
)
=
s_
(
'Contains %{count} blobs of images (%{size})'
)
%
{
count:
@blobs_count
,
size:
number_to_human_size
(
@blobs_total_size
)
}
ee/app/views/groups/dependency_proxies/show.html.haml
View file @
ea8a4aa5
-
page_title
"Dependency Proxy"
.settings-header
%h4
Dependency proxy
%h4
=
_
(
'Dependency proxy'
)
%p
-
link_start
=
'<a href="%{url}">'
.
html_safe
%
{
url:
help_page_path
(
'PLACEHOLDER'
)
}
...
...
locale/gitlab.pot
View file @
ea8a4aa5
...
...
@@ -3173,6 +3173,9 @@ msgstr ""
msgid "ContainerRegistry|You can also use a %{deploy_token} for read-only access to the registry images."
msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
msgid "Contents of .gitlab-ci.yml"
msgstr ""
...
...
@@ -3668,6 +3671,12 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
msgid "Dependency proxy"
msgstr ""
msgid "Dependency proxy URL"
msgstr ""
msgid "DependencyProxy|Toggle Dependency Proxy"
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