BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
46076f15
Commit
46076f15
authored
Jul 04, 2017
by
Eric Eastwood
Committed by
Shinya Maeda
Jul 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update scheduled variable translation strings
See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12372#note_34142476
parent
8f0a2b6d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
_form.html.haml
app/views/projects/pipeline_schedules/_form.html.haml
+1
-1
_variable_row.html.haml
...views/projects/pipeline_schedules/_variable_row.html.haml
+3
-3
gitlab.po
locale/en/gitlab.po
+12
-0
No files found.
app/views/projects/pipeline_schedules/_form.html.haml
View file @
46076f15
...
...
@@ -25,7 +25,7 @@
.form-group
.col-md-9
%label
.label-light
#{
_
(
'
Variables'
)
}
#{
s_
(
'PipelineSchedules|
Variables'
)
}
%ul
.js-pipeline-variable-list.pipeline-variable-list
-
@schedule
.
variables
.
each
do
|
variable
|
=
render
'variable_row'
,
id:
variable
.
id
,
key:
variable
.
key
,
value:
variable
.
value
...
...
app/views/projects/pipeline_schedules/_variable_row.html.haml
View file @
46076f15
...
...
@@ -7,10 +7,10 @@
%input
.js-user-input.pipeline-variable-key-input.form-control
{
type:
"text"
,
name:
"schedule[variables_attributes][][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
,
name:
"schedule[variables_attributes][][value]"
,
placeholder:
_
(
'
Input variable value'
)
}
placeholder:
s_
(
'PipelineSchedules|
Input variable 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"
}
locale/en/gitlab.po
View file @
46076f15
...
...
@@ -619,6 +619,12 @@ msgstr ""
msgid "PipelineSchedules|Inactive"
msgstr ""
msgid "PipelineSchedules|Input variable key"
msgstr ""
msgid "PipelineSchedules|Input variable value"
msgstr ""
msgid "PipelineSchedules|Next Run"
msgstr ""
...
...
@@ -628,12 +634,18 @@ msgstr ""
msgid "PipelineSchedules|Provide a short description for this pipeline"
msgstr ""
msgid "PipelineSchedules|Remove variable row"
msgstr ""
msgid "PipelineSchedules|Take ownership"
msgstr ""
msgid "PipelineSchedules|Target"
msgstr ""
msgid "PipelineSchedules|Variables"
msgstr ""
msgid "PipelineSheduleIntervalPattern|Custom"
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