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
e7d63b3c
Commit
e7d63b3c
authored
Jun 15, 2021
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Namespace translations in view switcher for clarity
Changelog: changed
parent
609186db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue
...cripts/pipelines/components/graph/graph_view_selector.vue
+4
-4
locale/gitlab.pot
locale/gitlab.pot
+9
-6
No files found.
app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue
View file @
e7d63b3c
<
script
>
import
{
GlAlert
,
GlLoadingIcon
,
GlSegmentedControl
,
GlToggle
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
import
{
__
,
s__
}
from
'
~/locale
'
;
import
{
STAGE_VIEW
,
LAYER_VIEW
}
from
'
./constants
'
;
export
default
{
...
...
@@ -36,20 +36,20 @@ export default {
},
i18n
:
{
hoverTipText
:
__
(
'
Tip: Hover over a job to see the jobs it depends on to run.
'
),
linksLabelText
:
__
(
'
Show dependencies
'
),
linksLabelText
:
s__
(
'
GraphViewType|
Show dependencies
'
),
viewLabelText
:
__
(
'
Group jobs by
'
),
},
views
:
{
[
STAGE_VIEW
]:
{
type
:
STAGE_VIEW
,
text
:
{
primary
:
__
(
'
Stage
'
),
primary
:
s__
(
'
GraphViewType|
Stage
'
),
},
},
[
LAYER_VIEW
]:
{
type
:
LAYER_VIEW
,
text
:
{
primary
:
__
(
'
Job dependencies
'
),
primary
:
s__
(
'
GraphViewType|
Job dependencies
'
),
},
},
},
...
...
locale/gitlab.pot
View file @
e7d63b3c
...
...
@@ -15424,6 +15424,15 @@ msgstr ""
msgid "Graph"
msgstr ""
msgid "GraphViewType|Job dependencies"
msgstr ""
msgid "GraphViewType|Show dependencies"
msgstr ""
msgid "GraphViewType|Stage"
msgstr ""
msgid "Gravatar"
msgstr ""
...
...
@@ -18742,9 +18751,6 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
msgid "Job dependencies"
msgstr ""
msgid "Job has been erased"
msgstr ""
...
...
@@ -30023,9 +30029,6 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
msgid "Show dependencies"
msgstr ""
msgid "Show details"
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