Commit 51a6d25d authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '333594-update-translations' into 'master'

Pipeline Graph: Namespace translations in view switcher for clarity

See merge request gitlab-org/gitlab!64102
parents 1fbaad6d e7d63b3c
<script> <script>
import { GlAlert, GlLoadingIcon, GlSegmentedControl, GlToggle } from '@gitlab/ui'; import { GlAlert, GlLoadingIcon, GlSegmentedControl, GlToggle } from '@gitlab/ui';
import { __ } from '~/locale'; import { __, s__ } from '~/locale';
import { STAGE_VIEW, LAYER_VIEW } from './constants'; import { STAGE_VIEW, LAYER_VIEW } from './constants';
export default { export default {
...@@ -36,20 +36,20 @@ export default { ...@@ -36,20 +36,20 @@ export default {
}, },
i18n: { i18n: {
hoverTipText: __('Tip: Hover over a job to see the jobs it depends on to run.'), 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'), viewLabelText: __('Group jobs by'),
}, },
views: { views: {
[STAGE_VIEW]: { [STAGE_VIEW]: {
type: STAGE_VIEW, type: STAGE_VIEW,
text: { text: {
primary: __('Stage'), primary: s__('GraphViewType|Stage'),
}, },
}, },
[LAYER_VIEW]: { [LAYER_VIEW]: {
type: LAYER_VIEW, type: LAYER_VIEW,
text: { text: {
primary: __('Job dependencies'), primary: s__('GraphViewType|Job dependencies'),
}, },
}, },
}, },
......
...@@ -15433,6 +15433,15 @@ msgstr "" ...@@ -15433,6 +15433,15 @@ msgstr ""
msgid "Graph" msgid "Graph"
msgstr "" msgstr ""
msgid "GraphViewType|Job dependencies"
msgstr ""
msgid "GraphViewType|Show dependencies"
msgstr ""
msgid "GraphViewType|Stage"
msgstr ""
msgid "Gravatar" msgid "Gravatar"
msgstr "" msgstr ""
...@@ -18730,9 +18739,6 @@ msgstr "" ...@@ -18730,9 +18739,6 @@ msgstr ""
msgid "Job artifacts" msgid "Job artifacts"
msgstr "" msgstr ""
msgid "Job dependencies"
msgstr ""
msgid "Job has been erased" msgid "Job has been erased"
msgstr "" msgstr ""
...@@ -30011,9 +30017,6 @@ msgstr "" ...@@ -30011,9 +30017,6 @@ msgstr ""
msgid "Show complete raw log" msgid "Show complete raw log"
msgstr "" msgstr ""
msgid "Show dependencies"
msgstr ""
msgid "Show details" msgid "Show details"
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