Commit d76ed493 authored by Illya Klymov's avatar Illya Klymov

Merge branch '292231-ci-validation-localization' into 'master'

Localize strings related to CI validation

See merge request gitlab-org/gitlab!50485
parents f017bdae 3af9e47c
- if viewer.valid?(project: @project, sha: @commit.sha, user: @current_user)
= sprite_icon('check')
This GitLab CI configuration is valid.
= s_('Pipelines|This GitLab CI configuration is valid.')
- else
= sprite_icon('warning-solid')
This GitLab CI configuration is invalid:
= s_('Pipelines|This GitLab CI configuration is invalid:')
= viewer.validation_message(project: @project, sha: @commit.sha, user: @current_user)
= link_to 'Learn more', help_page_path('ci/yaml/README')
= link_to _('Learn more'), help_page_path('ci/yaml/README')
= loading_icon(css_class: "gl-vertical-align-text-bottom mr-1")
Validating GitLab CI configuration…
= s_('Pipelines|Validating GitLab CI configuration…')
= link_to 'Learn more', help_page_path('ci/yaml/README')
= link_to _('Learn more'), help_page_path('ci/yaml/README')
......@@ -20611,6 +20611,12 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
msgid "Pipelines|This GitLab CI configuration is invalid:"
msgstr ""
msgid "Pipelines|This GitLab CI configuration is valid."
msgstr ""
msgid "Pipelines|This is a child pipeline within the parent pipeline"
msgstr ""
......@@ -20626,6 +20632,9 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
msgid "Pipelines|Visualize"
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