summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-07-12 10:27:23 +0100
committerNathan Friend <nathan@gitlab.com>2019-07-30 13:49:47 -0300
commit51b04b5f2273284c674a8813a4c5da13825b431e (patch)
tree7c8f1a42acb779fd2dbfed409aff727add2bda96 /locale
parent9ba87676c89c68d5d3901710e798b15987ed0b58 (diff)
downloadgitlab-ce-51b04b5f2273284c674a8813a4c5da13825b431e.tar.gz
Implement multi select deletion for container registry
Added checkboxes to each image row Added delete selected images button Changed row delete button to appear on row hover Changed confirmation modal message Changed delete logic to support multi Added tests for multi select Updated pot file Updated rspec test for new functionality
Diffstat (limited to 'locale')
-rw-r--r--locale/gitlab.pot11
1 files changed, 10 insertions, 1 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 591dc2a7e39..557a8f2681e 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -3132,12 +3132,18 @@ msgstr ""
msgid "ContainerRegistry|Remove image"
msgstr ""
-msgid "ContainerRegistry|Remove image and tags"
+msgid "ContainerRegistry|Remove image(s) and tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove images"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
+msgid "ContainerRegistry|Remove selected images"
+msgstr ""
+
msgid "ContainerRegistry|Size"
msgstr ""
@@ -3159,6 +3165,9 @@ msgstr ""
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgstr ""
+
msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
msgstr ""