Commit 4d38f010 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'Externalize-strings-in-instance_configuration/_gitlab_ci.html.haml' into 'master'

Externalize strings in instance_configuration/_gitlab_ci.html.haml

See merge request gitlab-org/gitlab!58435
parents 1f5a53fa 4691779c
- content_for :table_content do - content_for :table_content do
%li= link_to 'GitLab CI', '#gitlab-ci' %li= link_to _('GitLab CI'), '#gitlab-ci'
- content_for :settings_content do - content_for :settings_content do
%h2#gitlab-ci %h2#gitlab-ci
GitLab CI = _('GitLab CI')
%p %p
Below are the current settings regarding = _('Below are the current settings regarding')
= succeed('.') { link_to('GitLab CI', 'https://about.gitlab.com/gitlab-ci', target: '_blank') } = succeed('.') { link_to(_('GitLab CI'), 'https://about.gitlab.com/gitlab-ci', target: '_blank') }
.table-responsive .table-responsive
%table %table
%thead %thead
%tr %tr
%th Setting %th= _('Setting')
%th= instance_configuration_host(@instance_configuration.settings[:host]) %th= instance_configuration_host(@instance_configuration.settings[:host])
%th Default %th= _('Default')
%tbody %tbody
%tr %tr
- artifacts_size = @instance_configuration.settings[:gitlab_ci][:artifacts_max_size] - artifacts_size = @instance_configuration.settings[:gitlab_ci][:artifacts_max_size]
%td Artifacts maximum size %td= _('Artifacts maximum size')
%td= instance_configuration_human_size_cell(artifacts_size[:value]) %td= instance_configuration_human_size_cell(artifacts_size[:value])
%td= instance_configuration_human_size_cell(artifacts_size[:default]) %td= instance_configuration_human_size_cell(artifacts_size[:default])
---
title: Externalize strings in instance_configuration/_gitlab_ci.html.haml
merge_request: 58435
author: nuwe1
type: other
...@@ -4331,6 +4331,9 @@ msgstr "" ...@@ -4331,6 +4331,9 @@ msgstr ""
msgid "Artifacts" msgid "Artifacts"
msgstr "" msgstr ""
msgid "Artifacts maximum size"
msgstr ""
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}." msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr "" msgstr ""
...@@ -4929,6 +4932,9 @@ msgstr "" ...@@ -4929,6 +4932,9 @@ msgstr ""
msgid "Begin with the selected commit" msgid "Begin with the selected commit"
msgstr "" msgstr ""
msgid "Below are the current settings regarding"
msgstr ""
msgid "Below are the fingerprints for the current instance SSH host keys." msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "" msgstr ""
...@@ -10324,6 +10330,9 @@ msgstr "" ...@@ -10324,6 +10330,9 @@ msgstr ""
msgid "Decrease" msgid "Decrease"
msgstr "" msgstr ""
msgid "Default"
msgstr ""
msgid "Default CI configuration path" msgid "Default CI configuration path"
msgstr "" msgstr ""
...@@ -14653,6 +14662,9 @@ msgstr "" ...@@ -14653,6 +14662,9 @@ msgstr ""
msgid "GitLab Billing Team." msgid "GitLab Billing Team."
msgstr "" msgstr ""
msgid "GitLab CI"
msgstr ""
msgid "GitLab Import" msgid "GitLab Import"
msgstr "" msgstr ""
...@@ -28844,6 +28856,9 @@ msgstr "" ...@@ -28844,6 +28856,9 @@ msgstr ""
msgid "Sets weight to %{weight}." msgid "Sets weight to %{weight}."
msgstr "" msgstr ""
msgid "Setting"
msgstr ""
msgid "Setting this to 0 means using the system default timeout value." msgid "Setting this to 0 means using the system default timeout value."
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