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
2ab6ac2c
Commit
2ab6ac2c
authored
Oct 09, 2021
by
NIKU-SINGH
Committed by
Tom Quirk
Nov 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark strings in GitLab's Slack app edit page for translation
parent
806407d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
ee/app/views/projects/settings/slacks/edit.html.haml
ee/app/views/projects/settings/slacks/edit.html.haml
+3
-3
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
ee/app/views/projects/settings/slacks/edit.html.haml
View file @
2ab6ac2c
...
...
@@ -3,14 +3,14 @@
.row.gl-mt-3.gl-mb-3
.col-lg-3
%h4
.gl-mt-0
Edit project alias
=
s_
(
'Integrations|Edit project alias'
)
%p
You can use this alias in your Slack commands
%p
=
s_
(
'Integrations|You can use this alias in your Slack commands'
)
.col-lg-9
=
form_errors
(
@slack_integration
)
=
form_for
(
@slack_integration
,
url:
project_settings_slack_path
(
@project
),
method: :put
,
html:
{
class:
'gl-show-field-errors js-integration-settings-form'
})
do
|
form
|
.form-group.row
=
form
.
label
:alias
,
'Enter your alias'
,
class:
'col-form-label'
=
form
.
label
:alias
,
s_
(
'Integrations|Enter your alias'
)
,
class:
'col-form-label'
.col-sm-10
=
form
.
text_field
:alias
,
class:
'form-control'
,
placeholder:
@slack_integration
.
alias
,
required:
true
...
...
locale/gitlab.pot
View file @
2ab6ac2c
...
...
@@ -18550,12 +18550,18 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
msgid "Integrations|Edit project alias"
msgstr ""
msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
msgstr ""
msgid "Integrations|Enable comments"
msgstr ""
msgid "Integrations|Enter your alias"
msgstr ""
msgid "Integrations|Failed to link namespace. Please try again."
msgstr ""
...
...
@@ -18673,6 +18679,9 @@ msgstr ""
msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
msgid "Integrations|You can use this alias in your Slack commands"
msgstr ""
msgid "Integrations|You haven't activated any integrations yet."
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