Commit 1585c27a authored by antonyliu's avatar antonyliu Committed by antony liu

Externalize strings of page ‘groups/new’

parent 4b4c676f
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.form-check.js-toggle-container .form-check.js-toggle-container
.js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: true }, true, false) .js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: true }, true, false)
= f.label :create_chat_team, class: 'form-check-label' do = f.label :create_chat_team, class: 'form-check-label' do
Create a Mattermost team for this group = _('Create a Mattermost team for this group')
%br %br
%small.light.js-toggle-content %small.light.js-toggle-content
Mattermost URL: Mattermost URL:
......
...@@ -40,5 +40,5 @@ ...@@ -40,5 +40,5 @@
= render 'create_chat_team', f: f if Gitlab.config.mattermost.enabled = render 'create_chat_team', f: f if Gitlab.config.mattermost.enabled
.form-actions .form-actions
= f.submit 'Create group', class: "btn btn-success" = f.submit _('Create group'), class: "btn btn-success"
= link_to 'Cancel', dashboard_groups_path, class: 'btn btn-cancel' = link_to _('Cancel'), dashboard_groups_path, class: 'btn btn-cancel'
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
- if @group.persisted? - if @group.persisted?
.alert.alert-warning.prepend-top-10 .alert.alert-warning.prepend-top-10
Changing group path can have unintended side effects. = _('Changing group path can have unintended side effects.')
= succeed '.' do = succeed '.' do
= link_to 'Learn more', help_page_path('user/group/index', anchor: 'changing-a-groups-path'), target: '_blank' = link_to _('Learn more'), help_page_path('user/group/index', anchor: 'changing-a-groups-path'), target: '_blank'
- if @group.persisted? - if @group.persisted?
.row .row
......
...@@ -2946,6 +2946,9 @@ msgstr "" ...@@ -2946,6 +2946,9 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}." msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "" msgstr ""
msgid "Changing group path can have unintended side effects."
msgstr ""
msgid "Charts" msgid "Charts"
msgstr "" msgstr ""
...@@ -4621,6 +4624,9 @@ msgstr "" ...@@ -4621,6 +4624,9 @@ msgstr ""
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies." msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr "" msgstr ""
msgid "Create a Mattermost team for this group"
msgstr ""
msgid "Create a merge request" msgid "Create a merge request"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment