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
49dd3dd3
Commit
49dd3dd3
authored
Jun 14, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FE: Add new externalized strings
parent
e2d59593
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
...cripts/environments/components/deploy_board_component.vue
+5
-2
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
View file @
49dd3dd3
...
...
@@ -54,9 +54,12 @@ export default {
},
legacyLabelWarningMessage
()
{
return
sprintf
(
s__
(
'
DeployBoard|Matching on the %{label} label has been removed for deploy boards.
'
),
s__
(
'
DeployBoard|Matching on the %{labelStart}app%{labelEnd} label has been removed for deploy boards.
'
,
),
{
label
:
'
<code>app</code>
'
,
labelStart
:
'
<code>
'
,
labelEnd
:
'
</code>
'
,
},
false
,
);
...
...
locale/gitlab.pot
View file @
49dd3dd3
...
...
@@ -4164,6 +4164,12 @@ msgstr ""
msgid "Deploy key was successfully updated."
msgstr ""
msgid "DeployBoard|Matching on the %{labelStart}app%{labelEnd} label has been removed for deploy boards."
msgstr ""
msgid "DeployBoard|To see all instances on your board, you must update your chart and redeploy."
msgstr ""
msgid "DeployKeys|+%{count} others"
msgstr ""
...
...
@@ -8539,6 +8545,9 @@ msgstr ""
msgid "More"
msgstr ""
msgid "More Information"
msgstr ""
msgid "More 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