Commit 46076f15 authored by Eric Eastwood's avatar Eric Eastwood Committed by Shinya Maeda

Update scheduled variable translation strings

See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12372#note_34142476
parent 8f0a2b6d
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
.form-group .form-group
.col-md-9 .col-md-9
%label.label-light %label.label-light
#{ _('Variables') } #{ s_('PipelineSchedules|Variables') }
%ul.js-pipeline-variable-list.pipeline-variable-list %ul.js-pipeline-variable-list.pipeline-variable-list
- @schedule.variables.each do |variable| - @schedule.variables.each do |variable|
= render 'variable_row', id: variable.id, key: variable.key, value: variable.value = render 'variable_row', id: variable.id, key: variable.key, value: variable.value
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
%input.js-user-input.pipeline-variable-key-input.form-control{ type: "text", %input.js-user-input.pipeline-variable-key-input.form-control{ type: "text",
name: "schedule[variables_attributes][][key]", name: "schedule[variables_attributes][][key]",
value: key, value: key,
placeholder: _('Input variable key') } placeholder: s_('PipelineSchedules|Input variable key') }
%textarea.js-user-input.pipeline-variable-value-input.form-control{ rows: 1, %textarea.js-user-input.pipeline-variable-value-input.form-control{ rows: 1,
name: "schedule[variables_attributes][][value]", name: "schedule[variables_attributes][][value]",
placeholder: _('Input variable value') } placeholder: s_('PipelineSchedules|Input variable value') }
= value = value
%button.js-row-remove-button.pipeline-variable-row-remove-button{ 'aria-label': _('Remove variable row') } %button.js-row-remove-button.pipeline-variable-row-remove-button{ 'aria-label': s_('PipelineSchedules|Remove variable row') }
%i.fa.fa-minus-circle{ 'aria-hidden': "true" } %i.fa.fa-minus-circle{ 'aria-hidden': "true" }
...@@ -619,6 +619,12 @@ msgstr "" ...@@ -619,6 +619,12 @@ msgstr ""
msgid "PipelineSchedules|Inactive" msgid "PipelineSchedules|Inactive"
msgstr "" msgstr ""
msgid "PipelineSchedules|Input variable key"
msgstr ""
msgid "PipelineSchedules|Input variable value"
msgstr ""
msgid "PipelineSchedules|Next Run" msgid "PipelineSchedules|Next Run"
msgstr "" msgstr ""
...@@ -628,12 +634,18 @@ msgstr "" ...@@ -628,12 +634,18 @@ msgstr ""
msgid "PipelineSchedules|Provide a short description for this pipeline" msgid "PipelineSchedules|Provide a short description for this pipeline"
msgstr "" msgstr ""
msgid "PipelineSchedules|Remove variable row"
msgstr ""
msgid "PipelineSchedules|Take ownership" msgid "PipelineSchedules|Take ownership"
msgstr "" msgstr ""
msgid "PipelineSchedules|Target" msgid "PipelineSchedules|Target"
msgstr "" msgstr ""
msgid "PipelineSchedules|Variables"
msgstr ""
msgid "PipelineSheduleIntervalPattern|Custom" msgid "PipelineSheduleIntervalPattern|Custom"
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