foreman_remote_execution 15.0.0 → 15.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +499 -335
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +191 -26
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.rb +1 -1
- data/app/views/job_invocations/_form.html.erb +2 -2
- data/app/views/template_invocations/_refresh.js.erb +2 -2
- data/lib/foreman_remote_execution/engine.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +178 -13
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +200 -35
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +200 -35
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +499 -335
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +191 -26
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
- data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
- metadata +4 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -12
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +0 -0
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_remote_execution 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2025-02-10 20:06+0100\n"
|
12
|
+
"PO-Revision-Date: 2025-02-10 20:06+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -69,159 +69,164 @@ msgstr ""
|
|
69
69
|
msgid "Update a foreign input set"
|
70
70
|
msgstr ""
|
71
71
|
|
72
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
72
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:14
|
73
73
|
msgid "List job invocations"
|
74
74
|
msgstr ""
|
75
75
|
|
76
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
76
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:20
|
77
77
|
msgid "Show job invocation"
|
78
78
|
msgstr ""
|
79
79
|
|
80
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
80
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:22
|
81
81
|
msgid "Show Job status for the hosts"
|
82
82
|
msgstr ""
|
83
83
|
|
84
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
84
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:34
|
85
85
|
msgid "The job template to use, parameter is required unless feature was specified"
|
86
86
|
msgstr ""
|
87
87
|
|
88
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
88
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:35
|
89
89
|
msgid "Invocation type, one of %s"
|
90
90
|
msgstr ""
|
91
91
|
|
92
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
92
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:36
|
93
93
|
msgid "Execute the jobs on hosts in randomized order"
|
94
94
|
msgstr ""
|
95
95
|
|
96
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
96
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:37
|
97
97
|
msgid "Inputs to use"
|
98
98
|
msgstr ""
|
99
99
|
|
100
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
100
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:38
|
101
101
|
msgid "SSH provider specific options"
|
102
102
|
msgstr ""
|
103
103
|
|
104
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
104
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:41
|
105
105
|
msgid ""
|
106
106
|
"What user should be used to run the script (using sudo-like mechanisms). Defau"
|
107
107
|
"lts to a template parameter or global setting."
|
108
108
|
msgstr ""
|
109
109
|
|
110
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
110
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:44
|
111
111
|
msgid "Set password for effective user (using sudo-like mechanisms)"
|
112
112
|
msgstr ""
|
113
113
|
|
114
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
114
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:46
|
115
115
|
msgid "Set SSH user"
|
116
116
|
msgstr ""
|
117
117
|
|
118
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
118
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:47
|
119
119
|
msgid "Set SSH password"
|
120
120
|
msgstr ""
|
121
121
|
|
122
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
122
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:48
|
123
123
|
msgid "Set SSH key passphrase"
|
124
124
|
msgstr ""
|
125
125
|
|
126
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:50
|
127
127
|
msgid "Create a recurring job"
|
128
128
|
msgstr ""
|
129
129
|
|
130
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:51
|
131
131
|
msgid "How often the job should occur, in the cron format"
|
132
132
|
msgstr ""
|
133
133
|
|
134
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
134
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:52
|
135
135
|
msgid "Repeat a maximum of N times"
|
136
136
|
msgstr ""
|
137
137
|
|
138
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
138
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:53
|
139
139
|
msgid "Perform no more executions after this time"
|
140
140
|
msgstr ""
|
141
141
|
|
142
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:54
|
143
143
|
msgid "Designation of a special purpose"
|
144
144
|
msgstr ""
|
145
145
|
|
146
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
146
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:57
|
147
147
|
msgid "Schedule the job to start at a later time"
|
148
148
|
msgstr ""
|
149
149
|
|
150
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
150
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:58
|
151
151
|
msgid "Schedule the job for a future time"
|
152
152
|
msgstr ""
|
153
153
|
|
154
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
154
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:59
|
155
155
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:83
|
156
156
|
msgid ""
|
157
157
|
"Indicates that the action should be cancelled if it cannot be started before t"
|
158
158
|
"his time."
|
159
159
|
msgstr ""
|
160
160
|
|
161
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
161
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:62
|
162
162
|
msgid "Control concurrency level and distribution over time"
|
163
163
|
msgstr ""
|
164
164
|
|
165
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
165
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:63
|
166
166
|
msgid "Run at most N tasks at a time"
|
167
167
|
msgstr ""
|
168
168
|
|
169
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:68
|
170
170
|
msgid "Override the description format from the template for this invocation only"
|
171
171
|
msgstr ""
|
172
172
|
|
173
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:69
|
174
174
|
msgid "Override the timeout interval from the template for this invocation only"
|
175
175
|
msgstr ""
|
176
176
|
|
177
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
177
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:70
|
178
178
|
msgid ""
|
179
179
|
"Remote execution feature label that should be triggered, job template assigned"
|
180
180
|
" to this feature will be used"
|
181
181
|
msgstr ""
|
182
182
|
|
183
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
183
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:71
|
184
184
|
msgid "Override the global time to pickup interval for this invocation only"
|
185
185
|
msgstr ""
|
186
186
|
|
187
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
187
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:85
|
188
188
|
msgid "Create a job invocation"
|
189
189
|
msgstr ""
|
190
190
|
|
191
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
191
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:99
|
192
192
|
msgid "Get output for a host"
|
193
193
|
msgstr ""
|
194
194
|
|
195
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
195
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:112
|
196
|
+
msgid "List hosts belonging to job invocation"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:125
|
196
200
|
msgid "Get raw output for a host"
|
197
201
|
msgstr ""
|
198
202
|
|
199
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
203
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:137
|
200
204
|
msgid "Cancel job invocation"
|
201
205
|
msgstr ""
|
202
206
|
|
203
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
207
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:145
|
204
208
|
msgid "The job could not be cancelled."
|
205
209
|
msgstr ""
|
206
210
|
|
207
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
211
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:150
|
208
212
|
msgid "Rerun job on failed hosts"
|
209
213
|
msgstr ""
|
210
214
|
|
211
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
215
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:161
|
212
216
|
#: ../app/views/job_invocations/_form.html.erb:4
|
213
217
|
msgid "Could not rerun job %{id} because its template could not be found"
|
214
218
|
msgstr ""
|
215
219
|
|
216
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
220
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:166
|
217
221
|
msgid "Get outputs of hosts in a job"
|
218
222
|
msgstr ""
|
219
223
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
224
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:215
|
225
|
+
#: ../app/controllers/template_invocations_controller.rb:63
|
221
226
|
msgid "Host with id '%{id}' was not found"
|
222
227
|
msgstr ""
|
223
228
|
|
224
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
229
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:224
|
225
230
|
msgid "Only one of feature or job_template_id can be specified"
|
226
231
|
msgstr ""
|
227
232
|
|
@@ -394,6 +399,14 @@ msgstr ""
|
|
394
399
|
msgid "Unable to save template. Correct highlighted errors"
|
395
400
|
msgstr ""
|
396
401
|
|
402
|
+
#: ../app/controllers/template_invocations_controller.rb:29
|
403
|
+
msgid "Template invocation not found"
|
404
|
+
msgstr ""
|
405
|
+
|
406
|
+
#: ../app/controllers/template_invocations_controller.rb:57
|
407
|
+
msgid "Job with id '%{id}' was not found"
|
408
|
+
msgstr ""
|
409
|
+
|
397
410
|
#:
|
398
411
|
#: ../app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb:7
|
399
412
|
msgid "Run"
|
@@ -407,9 +420,10 @@ msgstr ""
|
|
407
420
|
#: ../app/helpers/hosts_extensions_helper.rb:10
|
408
421
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
409
422
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
410
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
411
|
-
#: ../webpack/JobInvocationDetail/
|
412
|
-
#: ../webpack/
|
423
|
+
#: ../lib/foreman_remote_execution/engine.rb:230
|
424
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:22
|
425
|
+
#: ../webpack/JobInvocationDetail/index.js:92
|
426
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:52
|
413
427
|
#: ../webpack/JobWizard/index.js:20
|
414
428
|
msgid "Jobs"
|
415
429
|
msgstr ""
|
@@ -435,15 +449,23 @@ msgstr ""
|
|
435
449
|
|
436
450
|
#: ../app/helpers/job_invocations_chart_helper.rb:19
|
437
451
|
#: ../app/views/job_invocations/index.html.erb:13
|
452
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:48
|
453
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:69
|
454
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:36
|
438
455
|
msgid "Failed"
|
439
456
|
msgstr ""
|
440
457
|
|
441
458
|
#: ../app/helpers/job_invocations_chart_helper.rb:20
|
442
459
|
#: ../app/views/job_invocations/index.html.erb:14
|
460
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:73
|
461
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:23
|
443
462
|
msgid "Pending"
|
444
463
|
msgstr ""
|
445
464
|
|
446
465
|
#: ../app/helpers/job_invocations_chart_helper.rb:21
|
466
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:50
|
467
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:75
|
468
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:11
|
447
469
|
msgid "Cancelled"
|
448
470
|
msgstr ""
|
449
471
|
|
@@ -464,12 +486,10 @@ msgid "succeeded"
|
|
464
486
|
msgstr ""
|
465
487
|
|
466
488
|
#: ../app/helpers/job_invocations_chart_helper.rb:41
|
467
|
-
#: ../app/helpers/remote_execution_helper.rb:21
|
468
489
|
msgid "cancelled"
|
469
490
|
msgstr ""
|
470
491
|
|
471
492
|
#: ../app/helpers/job_invocations_chart_helper.rb:43
|
472
|
-
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:36
|
473
493
|
msgid "failed"
|
474
494
|
msgstr ""
|
475
495
|
|
@@ -485,14 +505,6 @@ msgstr ""
|
|
485
505
|
msgid "Any Location"
|
486
506
|
msgstr ""
|
487
507
|
|
488
|
-
#: ../app/helpers/remote_execution_helper.rb:21
|
489
|
-
msgid "Awaiting start"
|
490
|
-
msgstr ""
|
491
|
-
|
492
|
-
#: ../app/helpers/remote_execution_helper.rb:23
|
493
|
-
msgid "error"
|
494
|
-
msgstr ""
|
495
|
-
|
496
508
|
#: ../app/helpers/remote_execution_helper.rb:33
|
497
509
|
msgid "Host detail"
|
498
510
|
msgstr ""
|
@@ -506,7 +518,7 @@ msgid "Host task"
|
|
506
518
|
msgstr ""
|
507
519
|
|
508
520
|
#: ../app/helpers/remote_execution_helper.rb:52
|
509
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
521
|
+
#: ../app/helpers/remote_execution_helper.rb:203
|
510
522
|
#: ../app/models/job_invocation.rb:220
|
511
523
|
msgid "N/A"
|
512
524
|
msgstr ""
|
@@ -526,6 +538,7 @@ msgstr ""
|
|
526
538
|
|
527
539
|
#: ../app/helpers/remote_execution_helper.rb:73
|
528
540
|
#: ../app/views/template_invocations/show.html.erb:22
|
541
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:23
|
529
542
|
msgid "Rerun"
|
530
543
|
msgstr ""
|
531
544
|
|
@@ -533,86 +546,95 @@ msgstr ""
|
|
533
546
|
msgid "Rerun the job"
|
534
547
|
msgstr ""
|
535
548
|
|
536
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
549
|
+
#: ../app/helpers/remote_execution_helper.rb:76
|
537
550
|
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:159
|
538
551
|
msgid "Rerun failed"
|
539
552
|
msgstr ""
|
540
553
|
|
541
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
554
|
+
#: ../app/helpers/remote_execution_helper.rb:79
|
542
555
|
msgid "Rerun on failed hosts"
|
543
556
|
msgstr ""
|
544
557
|
|
545
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
546
|
-
msgid "
|
558
|
+
#: ../app/helpers/remote_execution_helper.rb:80
|
559
|
+
msgid "Rerun succeeded"
|
560
|
+
msgstr ""
|
561
|
+
|
562
|
+
#: ../app/helpers/remote_execution_helper.rb:83
|
563
|
+
msgid "Rerun on succeeded hosts"
|
547
564
|
msgstr ""
|
548
565
|
|
549
566
|
#: ../app/helpers/remote_execution_helper.rb:86
|
567
|
+
msgid "Job Task"
|
568
|
+
msgstr ""
|
569
|
+
|
570
|
+
#: ../app/helpers/remote_execution_helper.rb:88
|
550
571
|
msgid "See the last task details"
|
551
572
|
msgstr ""
|
552
573
|
|
553
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
554
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
574
|
+
#: ../app/helpers/remote_execution_helper.rb:91
|
575
|
+
#: ../app/helpers/remote_execution_helper.rb:117
|
555
576
|
msgid "Cancel Job"
|
556
577
|
msgstr ""
|
557
578
|
|
558
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
579
|
+
#: ../app/helpers/remote_execution_helper.rb:93
|
559
580
|
msgid "Try to cancel the job"
|
560
581
|
msgstr ""
|
561
582
|
|
562
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
563
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
583
|
+
#: ../app/helpers/remote_execution_helper.rb:96
|
584
|
+
#: ../app/helpers/remote_execution_helper.rb:123
|
564
585
|
msgid "Abort Job"
|
565
586
|
msgstr ""
|
566
587
|
|
567
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
588
|
+
#: ../app/helpers/remote_execution_helper.rb:98
|
568
589
|
msgid "Try to abort the job without waiting for the results from the remote hosts"
|
569
590
|
msgstr ""
|
570
591
|
|
571
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
592
|
+
#: ../app/helpers/remote_execution_helper.rb:102
|
572
593
|
msgid "New UI"
|
573
594
|
msgstr ""
|
574
595
|
|
575
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
596
|
+
#: ../app/helpers/remote_execution_helper.rb:104
|
576
597
|
msgid "Switch to the new job invocation detail UI"
|
577
598
|
msgstr ""
|
578
599
|
|
579
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
600
|
+
#: ../app/helpers/remote_execution_helper.rb:112
|
601
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:30
|
580
602
|
msgid "Task Details"
|
581
603
|
msgstr ""
|
582
604
|
|
583
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
605
|
+
#: ../app/helpers/remote_execution_helper.rb:114
|
584
606
|
msgid "See the task details"
|
585
607
|
msgstr ""
|
586
608
|
|
587
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
609
|
+
#: ../app/helpers/remote_execution_helper.rb:119
|
588
610
|
msgid "Try to cancel the job on a host"
|
589
611
|
msgstr ""
|
590
612
|
|
591
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
613
|
+
#: ../app/helpers/remote_execution_helper.rb:125
|
592
614
|
msgid "Try to abort the job on a host without waiting for its result"
|
593
615
|
msgstr ""
|
594
616
|
|
595
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
617
|
+
#: ../app/helpers/remote_execution_helper.rb:173
|
596
618
|
msgid "Could not render the preview because no host matches the search query."
|
597
619
|
msgstr ""
|
598
620
|
|
599
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
621
|
+
#: ../app/helpers/remote_execution_helper.rb:205
|
600
622
|
msgid "in %s"
|
601
623
|
msgstr ""
|
602
624
|
|
603
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
625
|
+
#: ../app/helpers/remote_execution_helper.rb:205
|
604
626
|
msgid "%s ago"
|
605
627
|
msgstr ""
|
606
628
|
|
607
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
629
|
+
#: ../app/helpers/remote_execution_helper.rb:223
|
608
630
|
msgid "Use default description template"
|
609
631
|
msgstr ""
|
610
632
|
|
611
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
633
|
+
#: ../app/helpers/remote_execution_helper.rb:228
|
612
634
|
msgid "Description template"
|
613
635
|
msgstr ""
|
614
636
|
|
615
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
637
|
+
#: ../app/helpers/remote_execution_helper.rb:238
|
616
638
|
msgid ""
|
617
639
|
"This template is used to generate the description.<br/>Input values can be use"
|
618
640
|
"d using the syntax %{package}.<br/>You may also include the job category and t"
|
@@ -639,7 +661,7 @@ msgstr ""
|
|
639
661
|
msgid "%{description} on %{host}"
|
640
662
|
msgstr ""
|
641
663
|
|
642
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:114
|
664
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:114
|
643
665
|
msgid "Remote action:"
|
644
666
|
msgstr ""
|
645
667
|
|
@@ -707,6 +729,10 @@ msgid ""
|
|
707
729
|
"template"
|
708
730
|
msgstr ""
|
709
731
|
|
732
|
+
#: ../app/lib/foreman_remote_execution/renderer_methods.rb:11
|
733
|
+
msgid "Can't find Job Invocation for an id %s"
|
734
|
+
msgstr ""
|
735
|
+
|
710
736
|
#: ../app/lib/proxy_api/remote_execution_ssh.rb:11
|
711
737
|
msgid "Unable to fetch public key"
|
712
738
|
msgstr ""
|
@@ -806,7 +832,7 @@ msgstr ""
|
|
806
832
|
msgid "Job Invocation"
|
807
833
|
msgstr ""
|
808
834
|
|
809
|
-
#: ../app/models/job_template.rb:
|
835
|
+
#: ../app/models/job_template.rb:102
|
810
836
|
msgid "Duplicated inputs detected: %{duplicated_inputs}"
|
811
837
|
msgstr ""
|
812
838
|
|
@@ -839,20 +865,24 @@ msgid "Script"
|
|
839
865
|
msgstr ""
|
840
866
|
|
841
867
|
#: ../app/models/targeting.rb:5
|
868
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:151
|
842
869
|
msgid "Static Query"
|
843
870
|
msgstr ""
|
844
871
|
|
845
872
|
#: ../app/models/targeting.rb:5
|
873
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:152
|
846
874
|
msgid "Dynamic Query"
|
847
875
|
msgstr ""
|
848
876
|
|
849
877
|
#: ../app/models/targeting.rb:10
|
878
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:146
|
850
879
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:199
|
851
880
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:280
|
852
881
|
msgid "Alphabetical"
|
853
882
|
msgstr ""
|
854
883
|
|
855
884
|
#: ../app/models/targeting.rb:10
|
885
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:145
|
856
886
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:208
|
857
887
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:279
|
858
888
|
msgid "Randomized"
|
@@ -886,21 +916,19 @@ msgstr ""
|
|
886
916
|
msgid "default_capsule method missing from SmartProxy"
|
887
917
|
msgstr ""
|
888
918
|
|
889
|
-
#: ../app/services/renderer_methods.rb:10
|
890
|
-
msgid "Can't find Job Invocation for an id %s"
|
891
|
-
msgstr ""
|
892
|
-
|
893
919
|
#: ../app/views/dashboard/_latest-jobs.html.erb:2
|
894
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
920
|
+
#: ../lib/foreman_remote_execution/engine.rb:243
|
895
921
|
msgid "Latest Jobs"
|
896
922
|
msgstr ""
|
897
923
|
|
898
924
|
#: ../app/views/dashboard/_latest-jobs.html.erb:7
|
899
925
|
#: ../app/views/remote_execution_features/index.html.erb:7
|
926
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:91
|
900
927
|
msgid "Name"
|
901
928
|
msgstr ""
|
902
929
|
|
903
930
|
#: ../app/views/dashboard/_latest-jobs.html.erb:8
|
931
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:103
|
904
932
|
msgid "State"
|
905
933
|
msgstr ""
|
906
934
|
|
@@ -917,11 +945,13 @@ msgid "Results"
|
|
917
945
|
msgstr ""
|
918
946
|
|
919
947
|
#: ../app/views/job_invocations/_card_schedule.html.erb:7
|
948
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:71
|
920
949
|
#: ../webpack/JobWizard/JobWizardConstants.js:33
|
921
950
|
msgid "Schedule"
|
922
951
|
msgstr ""
|
923
952
|
|
924
953
|
#: ../app/views/job_invocations/_card_schedule.html.erb:14
|
954
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:55
|
925
955
|
msgid "Concurrency level limited to"
|
926
956
|
msgstr ""
|
927
957
|
|
@@ -930,25 +960,31 @@ msgid "tasks at a time"
|
|
930
960
|
msgstr ""
|
931
961
|
|
932
962
|
#: ../app/views/job_invocations/_card_schedule.html.erb:17
|
963
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:56
|
933
964
|
msgid "Scheduled to start before"
|
934
965
|
msgstr ""
|
935
966
|
|
936
967
|
#: ../app/views/job_invocations/_card_schedule.html.erb:20
|
968
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:57
|
937
969
|
msgid "Scheduled to start at"
|
938
970
|
msgstr ""
|
939
971
|
|
940
972
|
#: ../app/views/job_invocations/_card_schedule.html.erb:23
|
973
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:59
|
941
974
|
msgid "Timeout to kill after"
|
942
975
|
msgstr ""
|
943
976
|
|
944
977
|
#: ../app/views/job_invocations/_card_schedule.html.erb:23
|
945
978
|
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
979
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:61
|
980
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:66
|
946
981
|
msgid "seconds"
|
947
982
|
msgstr ""
|
948
983
|
|
949
984
|
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
950
985
|
#: ../app/views/job_invocations/_form.html.erb:106
|
951
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
986
|
+
#: ../lib/foreman_remote_execution/engine.rb:146
|
987
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:64
|
952
988
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:60
|
953
989
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:274
|
954
990
|
msgid "Time to pickup"
|
@@ -960,31 +996,37 @@ msgid "Target hosts"
|
|
960
996
|
msgstr ""
|
961
997
|
|
962
998
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:11
|
999
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:128
|
963
1000
|
msgid "Bookmark"
|
964
1001
|
msgstr ""
|
965
1002
|
|
966
1003
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:13
|
1004
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:129
|
967
1005
|
msgid "Manual selection"
|
968
1006
|
msgstr ""
|
969
1007
|
|
970
1008
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:15
|
1009
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:157
|
971
1010
|
msgid "using "
|
972
1011
|
msgstr ""
|
973
1012
|
|
974
1013
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:21
|
1014
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:142
|
975
1015
|
msgid "Execution order"
|
976
1016
|
msgstr ""
|
977
1017
|
|
978
1018
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:24
|
1019
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:132
|
979
1020
|
msgid "Organization"
|
980
1021
|
msgstr ""
|
981
1022
|
|
982
1023
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:30
|
1024
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:137
|
983
1025
|
msgid "Location"
|
984
1026
|
msgstr ""
|
985
1027
|
|
986
1028
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:37
|
987
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1029
|
+
#: ../lib/foreman_remote_execution/engine.rb:66
|
988
1030
|
msgid "SSH User"
|
989
1031
|
msgstr ""
|
990
1032
|
|
@@ -993,6 +1035,7 @@ msgid "Evaluated at:"
|
|
993
1035
|
msgstr ""
|
994
1036
|
|
995
1037
|
#: ../app/views/job_invocations/_card_user_input.html.erb:4
|
1038
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:175
|
996
1039
|
msgid "User Inputs"
|
997
1040
|
msgstr ""
|
998
1041
|
|
@@ -1105,8 +1148,8 @@ msgid ""
|
|
1105
1148
|
msgstr ""
|
1106
1149
|
|
1107
1150
|
#: ../app/views/job_invocations/_form.html.erb:112
|
1108
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1109
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1151
|
+
#: ../lib/foreman_remote_execution/engine.rb:80
|
1152
|
+
#: ../lib/foreman_remote_execution/engine.rb:82
|
1110
1153
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:128
|
1111
1154
|
msgid "Effective user password"
|
1112
1155
|
msgstr ""
|
@@ -1226,10 +1269,12 @@ msgid "Providers and templates"
|
|
1226
1269
|
msgstr ""
|
1227
1270
|
|
1228
1271
|
#: ../app/views/job_invocations/_user_input.html.erb:7
|
1272
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:22
|
1229
1273
|
msgid "User input"
|
1230
1274
|
msgstr ""
|
1231
1275
|
|
1232
1276
|
#: ../app/views/job_invocations/_user_input.html.erb:8
|
1277
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:23
|
1233
1278
|
msgid "Value"
|
1234
1279
|
msgstr ""
|
1235
1280
|
|
@@ -1238,11 +1283,15 @@ msgid "Search Query"
|
|
1238
1283
|
msgstr ""
|
1239
1284
|
|
1240
1285
|
#: ../app/views/job_invocations/index.html.erb:11
|
1286
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:125
|
1241
1287
|
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:42
|
1242
1288
|
msgid "Status"
|
1243
1289
|
msgstr ""
|
1244
1290
|
|
1245
1291
|
#: ../app/views/job_invocations/index.html.erb:12
|
1292
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:47
|
1293
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:67
|
1294
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:42
|
1246
1295
|
msgid "Succeeded"
|
1247
1296
|
msgstr ""
|
1248
1297
|
|
@@ -1268,6 +1317,7 @@ msgid "Preview templates"
|
|
1268
1317
|
msgstr ""
|
1269
1318
|
|
1270
1319
|
#: ../app/views/job_invocations/show.html.erb:23
|
1320
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:109
|
1271
1321
|
msgid "Recurring logic"
|
1272
1322
|
msgstr ""
|
1273
1323
|
|
@@ -1373,7 +1423,7 @@ msgid "Remote execution"
|
|
1373
1423
|
msgstr ""
|
1374
1424
|
|
1375
1425
|
#: ../app/views/overrides/subnets/_rex_tab.html.erb:1
|
1376
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1426
|
+
#: ../lib/foreman_remote_execution/engine.rb:51
|
1377
1427
|
msgid "Remote Execution"
|
1378
1428
|
msgstr ""
|
1379
1429
|
|
@@ -1395,7 +1445,7 @@ msgid ""
|
|
1395
1445
|
msgstr ""
|
1396
1446
|
|
1397
1447
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
1398
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1448
|
+
#: ../lib/foreman_remote_execution/engine.rb:224
|
1399
1449
|
msgid "Remote Execution Features"
|
1400
1450
|
msgstr ""
|
1401
1451
|
|
@@ -1441,6 +1491,7 @@ msgid ""
|
|
1441
1491
|
msgstr ""
|
1442
1492
|
|
1443
1493
|
#: ../app/views/template_invocations/show.html.erb:6
|
1494
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:19
|
1444
1495
|
msgid "Template Invocation for %s"
|
1445
1496
|
msgstr ""
|
1446
1497
|
|
@@ -1473,10 +1524,12 @@ msgid "using Smart Proxy"
|
|
1473
1524
|
msgstr ""
|
1474
1525
|
|
1475
1526
|
#: ../app/views/template_invocations/show.html.erb:47
|
1527
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:102
|
1476
1528
|
msgid "Scroll to bottom"
|
1477
1529
|
msgstr ""
|
1478
1530
|
|
1479
1531
|
#: ../app/views/template_invocations/show.html.erb:53
|
1532
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:114
|
1480
1533
|
msgid "Scroll to top"
|
1481
1534
|
msgstr ""
|
1482
1535
|
|
@@ -1515,69 +1568,69 @@ msgstr ""
|
|
1515
1568
|
msgid "Unable to create mail notification: %s"
|
1516
1569
|
msgstr ""
|
1517
1570
|
|
1518
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1571
|
+
#: ../lib/foreman_remote_execution/engine.rb:54
|
1519
1572
|
msgid ""
|
1520
1573
|
"Search the host for any proxy with Remote Execution, useful when the host has "
|
1521
1574
|
"no subnet or the subnet does not have an execution proxy"
|
1522
1575
|
msgstr ""
|
1523
1576
|
|
1524
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1577
|
+
#: ../lib/foreman_remote_execution/engine.rb:56
|
1525
1578
|
msgid "Fallback to Any Proxy"
|
1526
1579
|
msgstr ""
|
1527
1580
|
|
1528
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1581
|
+
#: ../lib/foreman_remote_execution/engine.rb:59
|
1529
1582
|
msgid ""
|
1530
1583
|
"Search for remote execution proxy outside of the proxies assigned to the host."
|
1531
1584
|
" The search will be limited to the host's organization and location."
|
1532
1585
|
msgstr ""
|
1533
1586
|
|
1534
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1587
|
+
#: ../lib/foreman_remote_execution/engine.rb:61
|
1535
1588
|
msgid "Enable Global Proxy"
|
1536
1589
|
msgstr ""
|
1537
1590
|
|
1538
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1591
|
+
#: ../lib/foreman_remote_execution/engine.rb:64
|
1539
1592
|
msgid ""
|
1540
1593
|
"Default user to use for SSH. You may override per host by setting a parameter"
|
1541
1594
|
" called remote_execution_ssh_user."
|
1542
1595
|
msgstr ""
|
1543
1596
|
|
1544
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1597
|
+
#: ../lib/foreman_remote_execution/engine.rb:69
|
1545
1598
|
msgid ""
|
1546
1599
|
"Default user to use for executing the script. If the user differs from the SSH"
|
1547
1600
|
" user, su or sudo is used to switch the user."
|
1548
1601
|
msgstr ""
|
1549
1602
|
|
1550
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1603
|
+
#: ../lib/foreman_remote_execution/engine.rb:71
|
1551
1604
|
msgid "Effective User"
|
1552
1605
|
msgstr ""
|
1553
1606
|
|
1554
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1607
|
+
#: ../lib/foreman_remote_execution/engine.rb:74
|
1555
1608
|
msgid "What command should be used to switch to the effective user. One of %s"
|
1556
1609
|
msgstr ""
|
1557
1610
|
|
1558
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1611
|
+
#: ../lib/foreman_remote_execution/engine.rb:76
|
1559
1612
|
msgid "Effective User Method"
|
1560
1613
|
msgstr ""
|
1561
1614
|
|
1562
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1615
|
+
#: ../lib/foreman_remote_execution/engine.rb:86
|
1563
1616
|
msgid "Whether we should sync templates from disk when running db:seed."
|
1564
1617
|
msgstr ""
|
1565
1618
|
|
1566
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1619
|
+
#: ../lib/foreman_remote_execution/engine.rb:88
|
1567
1620
|
msgid "Sync Job Templates"
|
1568
1621
|
msgstr ""
|
1569
1622
|
|
1570
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1623
|
+
#: ../lib/foreman_remote_execution/engine.rb:91
|
1571
1624
|
msgid ""
|
1572
1625
|
"Port to use for SSH communication. Default port 22. You may override per host "
|
1573
1626
|
"by setting a parameter called remote_execution_ssh_port."
|
1574
1627
|
msgstr ""
|
1575
1628
|
|
1576
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1629
|
+
#: ../lib/foreman_remote_execution/engine.rb:93
|
1577
1630
|
msgid "SSH Port"
|
1578
1631
|
msgstr ""
|
1579
1632
|
|
1580
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1633
|
+
#: ../lib/foreman_remote_execution/engine.rb:96
|
1581
1634
|
msgid ""
|
1582
1635
|
"Should the ip addresses on host interfaces be preferred over the fqdn? It is u"
|
1583
1636
|
"seful when DNS not resolving the fqdns properly. You may override this per hos"
|
@@ -1586,11 +1639,11 @@ msgid ""
|
|
1586
1639
|
"tting"
|
1587
1640
|
msgstr ""
|
1588
1641
|
|
1589
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1642
|
+
#: ../lib/foreman_remote_execution/engine.rb:100
|
1590
1643
|
msgid "Connect by IP"
|
1591
1644
|
msgstr ""
|
1592
1645
|
|
1593
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1646
|
+
#: ../lib/foreman_remote_execution/engine.rb:103
|
1594
1647
|
msgid ""
|
1595
1648
|
"When connecting using ip address, should the IPv6 addresses be preferred? If n"
|
1596
1649
|
"o IPv6 address is set, it falls back to IPv4 automatically. You may override t"
|
@@ -1599,110 +1652,155 @@ msgid ""
|
|
1599
1652
|
" default"
|
1600
1653
|
msgstr ""
|
1601
1654
|
|
1602
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1655
|
+
#: ../lib/foreman_remote_execution/engine.rb:107
|
1603
1656
|
msgid "Prefer IPv6 over IPv4"
|
1604
1657
|
msgstr ""
|
1605
1658
|
|
1606
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1659
|
+
#: ../lib/foreman_remote_execution/engine.rb:110
|
1607
1660
|
msgid ""
|
1608
1661
|
"Default password to use for SSH. You may override per host by setting a parame"
|
1609
1662
|
"ter called remote_execution_ssh_password"
|
1610
1663
|
msgstr ""
|
1611
1664
|
|
1612
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1665
|
+
#: ../lib/foreman_remote_execution/engine.rb:112
|
1613
1666
|
msgid "Default SSH password"
|
1614
1667
|
msgstr ""
|
1615
1668
|
|
1616
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1669
|
+
#: ../lib/foreman_remote_execution/engine.rb:116
|
1617
1670
|
msgid ""
|
1618
1671
|
"Default key passphrase to use for SSH. You may override per host by setting a "
|
1619
1672
|
"parameter called remote_execution_ssh_key_passphrase"
|
1620
1673
|
msgstr ""
|
1621
1674
|
|
1622
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1675
|
+
#: ../lib/foreman_remote_execution/engine.rb:118
|
1623
1676
|
msgid "Default SSH key passphrase"
|
1624
1677
|
msgstr ""
|
1625
1678
|
|
1626
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1627
|
-
msgid ""
|
1628
|
-
"Amount of workers in the pool to handle the execution of the remote execution "
|
1629
|
-
"jobs. Restart of the dynflowd/foreman-tasks service is required."
|
1630
|
-
msgstr ""
|
1631
|
-
|
1632
|
-
#: ../lib/foreman_remote_execution/engine.rb:136
|
1633
|
-
msgid "Workers pool size"
|
1634
|
-
msgstr ""
|
1635
|
-
|
1636
|
-
#: ../lib/foreman_remote_execution/engine.rb:139
|
1679
|
+
#: ../lib/foreman_remote_execution/engine.rb:122
|
1637
1680
|
msgid ""
|
1638
1681
|
"When enabled, working directories will be removed after task completion. You m"
|
1639
1682
|
"ay override this per host by setting a parameter called remote_execution_clean"
|
1640
1683
|
"up_working_dirs."
|
1641
1684
|
msgstr ""
|
1642
1685
|
|
1643
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1686
|
+
#: ../lib/foreman_remote_execution/engine.rb:124
|
1644
1687
|
msgid "Cleanup working directories"
|
1645
1688
|
msgstr ""
|
1646
1689
|
|
1647
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1690
|
+
#: ../lib/foreman_remote_execution/engine.rb:127
|
1648
1691
|
msgid ""
|
1649
1692
|
"Where to find the Cockpit instance for the Web Console button. By default, no"
|
1650
1693
|
" button is shown."
|
1651
1694
|
msgstr ""
|
1652
1695
|
|
1653
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1696
|
+
#: ../lib/foreman_remote_execution/engine.rb:129
|
1654
1697
|
msgid "Cockpit URL"
|
1655
1698
|
msgstr ""
|
1656
1699
|
|
1657
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1700
|
+
#: ../lib/foreman_remote_execution/engine.rb:132
|
1658
1701
|
msgid "Choose a job template that is pre-selected in job invocation form"
|
1659
1702
|
msgstr ""
|
1660
1703
|
|
1661
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1704
|
+
#: ../lib/foreman_remote_execution/engine.rb:134
|
1662
1705
|
msgid "Form Job Template"
|
1663
1706
|
msgstr ""
|
1664
1707
|
|
1665
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1708
|
+
#: ../lib/foreman_remote_execution/engine.rb:138
|
1666
1709
|
msgid ""
|
1667
1710
|
"Select a report template used for generating a report for a particular remote "
|
1668
1711
|
"execution job"
|
1669
1712
|
msgstr ""
|
1670
1713
|
|
1671
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1714
|
+
#: ../lib/foreman_remote_execution/engine.rb:140
|
1672
1715
|
msgid "Job Invocation Report Template"
|
1673
1716
|
msgstr ""
|
1674
1717
|
|
1675
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1718
|
+
#: ../lib/foreman_remote_execution/engine.rb:144
|
1676
1719
|
msgid ""
|
1677
1720
|
"Time in seconds within which the host has to pick up a job. If the job is not "
|
1678
1721
|
"picked up within this limit, the job will be cancelled. Defaults to 1 day. App"
|
1679
1722
|
"lies only to pull-mqtt based jobs."
|
1680
1723
|
msgstr ""
|
1681
1724
|
|
1682
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1725
|
+
#: ../lib/foreman_remote_execution/engine.rb:219
|
1683
1726
|
msgid "Job templates"
|
1684
1727
|
msgstr ""
|
1685
1728
|
|
1686
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1729
|
+
#: ../lib/foreman_remote_execution/engine.rb:236
|
1687
1730
|
msgid "Job invocations detail"
|
1688
1731
|
msgstr ""
|
1689
1732
|
|
1690
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1733
|
+
#: ../lib/foreman_remote_execution/engine.rb:358
|
1691
1734
|
msgid "Run Puppet Once"
|
1692
1735
|
msgstr ""
|
1693
1736
|
|
1694
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1737
|
+
#: ../lib/foreman_remote_execution/engine.rb:359
|
1695
1738
|
msgid "Perform a single Puppet run"
|
1696
1739
|
msgstr ""
|
1697
1740
|
|
1698
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1741
|
+
#: ../lib/foreman_remote_execution/engine.rb:364
|
1699
1742
|
msgid "Run Script"
|
1700
1743
|
msgstr ""
|
1701
1744
|
|
1702
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1745
|
+
#: ../lib/foreman_remote_execution/engine.rb:365
|
1703
1746
|
msgid "Run a script"
|
1704
1747
|
msgstr ""
|
1705
1748
|
|
1749
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:88
|
1750
|
+
msgid "ID"
|
1751
|
+
msgstr ""
|
1752
|
+
|
1753
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:96
|
1754
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:37
|
1755
|
+
msgid "Cron line"
|
1756
|
+
msgstr ""
|
1757
|
+
|
1758
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:97
|
1759
|
+
msgid "Action"
|
1760
|
+
msgstr ""
|
1761
|
+
|
1762
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:98
|
1763
|
+
msgid "Last occurrence"
|
1764
|
+
msgstr ""
|
1765
|
+
|
1766
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:99
|
1767
|
+
msgid "Next occurrence"
|
1768
|
+
msgstr ""
|
1769
|
+
|
1770
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:100
|
1771
|
+
msgid "Current iteration"
|
1772
|
+
msgstr ""
|
1773
|
+
|
1774
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:101
|
1775
|
+
msgid "Iteration limit"
|
1776
|
+
msgstr ""
|
1777
|
+
|
1778
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:102
|
1779
|
+
msgid "Repeat until"
|
1780
|
+
msgstr ""
|
1781
|
+
|
1782
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:104
|
1783
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:252
|
1784
|
+
#: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
|
1785
|
+
msgid "Purpose"
|
1786
|
+
msgstr ""
|
1787
|
+
|
1788
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:105
|
1789
|
+
msgid "Task count"
|
1790
|
+
msgstr ""
|
1791
|
+
|
1792
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:134
|
1793
|
+
msgid "Any organization"
|
1794
|
+
msgstr ""
|
1795
|
+
|
1796
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:139
|
1797
|
+
msgid "Any location"
|
1798
|
+
msgstr ""
|
1799
|
+
|
1800
|
+
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:151
|
1801
|
+
msgid "Target Hosts"
|
1802
|
+
msgstr ""
|
1803
|
+
|
1706
1804
|
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:47
|
1707
1805
|
msgid "Trying to abort the job %s."
|
1708
1806
|
msgstr ""
|
@@ -1743,6 +1841,64 @@ msgstr ""
|
|
1743
1841
|
msgid "Could not cancel recurring logic %s: ${response}"
|
1744
1842
|
msgstr ""
|
1745
1843
|
|
1844
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:46
|
1845
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTableToolbar.js:28
|
1846
|
+
msgid "All statuses"
|
1847
|
+
msgstr ""
|
1848
|
+
|
1849
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:49
|
1850
|
+
msgid "In Progress"
|
1851
|
+
msgstr ""
|
1852
|
+
|
1853
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:71
|
1854
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:83
|
1855
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:29
|
1856
|
+
msgid "Scheduled"
|
1857
|
+
msgstr ""
|
1858
|
+
|
1859
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:77
|
1860
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:17
|
1861
|
+
msgid "Awaiting start"
|
1862
|
+
msgstr ""
|
1863
|
+
|
1864
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:99
|
1865
|
+
msgid "Host group"
|
1866
|
+
msgstr ""
|
1867
|
+
|
1868
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:107
|
1869
|
+
msgid "OS"
|
1870
|
+
msgstr ""
|
1871
|
+
|
1872
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:117
|
1873
|
+
msgid "Smart proxy"
|
1874
|
+
msgstr ""
|
1875
|
+
|
1876
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:132
|
1877
|
+
msgid "Unknown"
|
1878
|
+
msgstr ""
|
1879
|
+
|
1880
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:167
|
1881
|
+
msgid "No Results"
|
1882
|
+
msgstr ""
|
1883
|
+
|
1884
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:174
|
1885
|
+
msgid ""
|
1886
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by"
|
1887
|
+
" the query."
|
1888
|
+
msgstr ""
|
1889
|
+
|
1890
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:180
|
1891
|
+
msgid "view the hosts"
|
1892
|
+
msgstr ""
|
1893
|
+
|
1894
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:186
|
1895
|
+
msgid "No hosts found"
|
1896
|
+
msgstr ""
|
1897
|
+
|
1898
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:281
|
1899
|
+
msgid "A task for this host has not been started"
|
1900
|
+
msgstr ""
|
1901
|
+
|
1746
1902
|
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:40
|
1747
1903
|
msgid "Effective user:"
|
1748
1904
|
msgstr ""
|
@@ -1763,39 +1919,39 @@ msgstr ""
|
|
1763
1919
|
msgid "Template:"
|
1764
1920
|
msgstr ""
|
1765
1921
|
|
1766
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1922
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:44
|
1767
1923
|
msgid "Succeeded:"
|
1768
1924
|
msgstr ""
|
1769
1925
|
|
1770
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1926
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:45
|
1771
1927
|
msgid "Failed:"
|
1772
1928
|
msgstr ""
|
1773
1929
|
|
1774
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1930
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:46
|
1775
1931
|
msgid "In Progress:"
|
1776
1932
|
msgstr ""
|
1777
1933
|
|
1778
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1779
|
-
msgid "
|
1934
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:47
|
1935
|
+
msgid "Cancelled:"
|
1780
1936
|
msgstr ""
|
1781
1937
|
|
1782
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1938
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:89
|
1783
1939
|
msgid "${d.title} ${d.count} hosts"
|
1784
1940
|
msgstr ""
|
1785
1941
|
|
1786
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1942
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:92
|
1787
1943
|
msgid "Scheduled: ${totalHosts} hosts"
|
1788
1944
|
msgstr ""
|
1789
1945
|
|
1790
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1946
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:119
|
1791
1947
|
msgid "Systems"
|
1792
1948
|
msgstr ""
|
1793
1949
|
|
1794
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1950
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:138
|
1795
1951
|
msgid "System status"
|
1796
1952
|
msgstr ""
|
1797
1953
|
|
1798
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1954
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:184
|
1799
1955
|
msgid "Scheduled at:"
|
1800
1956
|
msgstr ""
|
1801
1957
|
|
@@ -1820,6 +1976,7 @@ msgid "View task"
|
|
1820
1976
|
msgstr ""
|
1821
1977
|
|
1822
1978
|
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:179
|
1979
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:84
|
1823
1980
|
#: ../webpack/JobWizard/Footer.js:90
|
1824
1981
|
msgid "Cancel"
|
1825
1982
|
msgstr ""
|
@@ -1840,6 +1997,118 @@ msgstr ""
|
|
1840
1997
|
msgid "Rerun all"
|
1841
1998
|
msgstr ""
|
1842
1999
|
|
2000
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:19
|
2001
|
+
msgid ""
|
2002
|
+
"Popups are blocked by your browser. Please allow popups for this site to open "
|
2003
|
+
"all invocations in new tabs."
|
2004
|
+
msgstr ""
|
2005
|
+
|
2006
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:59
|
2007
|
+
msgid "Open all invocations in new tabs"
|
2008
|
+
msgstr ""
|
2009
|
+
|
2010
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:76
|
2011
|
+
msgid "Open all in new tabs"
|
2012
|
+
msgstr ""
|
2013
|
+
|
2014
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:88
|
2015
|
+
msgid "Are you sure you want to open all invocations in new tabs?"
|
2016
|
+
msgstr ""
|
2017
|
+
|
2018
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:90
|
2019
|
+
msgid "This will open a new tab for each invocation."
|
2020
|
+
msgstr ""
|
2021
|
+
|
2022
|
+
#: ../webpack/JobInvocationDetail/OpenAlInvocations.js:92
|
2023
|
+
msgid "The number of invocations is:"
|
2024
|
+
msgstr ""
|
2025
|
+
|
2026
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:45
|
2027
|
+
msgid "Successfully copied to clipboard!"
|
2028
|
+
msgstr ""
|
2029
|
+
|
2030
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:46
|
2031
|
+
msgid "Copy to clipboard"
|
2032
|
+
msgstr ""
|
2033
|
+
|
2034
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:111
|
2035
|
+
msgid "An error occurred while fetching the template invocation details."
|
2036
|
+
msgstr ""
|
2037
|
+
|
2038
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:154
|
2039
|
+
msgid "Target:"
|
2040
|
+
msgstr ""
|
2041
|
+
|
2042
|
+
#:
|
2043
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:59
|
2044
|
+
msgid "No output for the selected filters"
|
2045
|
+
msgstr ""
|
2046
|
+
|
2047
|
+
#:
|
2048
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:59
|
2049
|
+
msgid "STDERR"
|
2050
|
+
msgstr ""
|
2051
|
+
|
2052
|
+
#:
|
2053
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:65
|
2054
|
+
msgid "STDOUT"
|
2055
|
+
msgstr ""
|
2056
|
+
|
2057
|
+
#:
|
2058
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:71
|
2059
|
+
msgid "DEBUG"
|
2060
|
+
msgstr ""
|
2061
|
+
|
2062
|
+
#:
|
2063
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:77
|
2064
|
+
msgid "Preview Template"
|
2065
|
+
msgstr ""
|
2066
|
+
|
2067
|
+
#:
|
2068
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:83
|
2069
|
+
msgid "Command"
|
2070
|
+
msgstr ""
|
2071
|
+
|
2072
|
+
#:
|
2073
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js:119
|
2074
|
+
msgid "Open in new tab"
|
2075
|
+
msgstr ""
|
2076
|
+
|
2077
|
+
#:
|
2078
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:41
|
2079
|
+
msgid "No user input"
|
2080
|
+
msgstr ""
|
2081
|
+
|
2082
|
+
#:
|
2083
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:35
|
2084
|
+
msgid "Cancel Task"
|
2085
|
+
msgstr ""
|
2086
|
+
|
2087
|
+
#:
|
2088
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:42
|
2089
|
+
msgid "Trying to cancel the task for the host"
|
2090
|
+
msgstr ""
|
2091
|
+
|
2092
|
+
#:
|
2093
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:50
|
2094
|
+
msgid "Task for the host cancelled succesfully"
|
2095
|
+
msgstr ""
|
2096
|
+
|
2097
|
+
#:
|
2098
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:58
|
2099
|
+
msgid "Abort task"
|
2100
|
+
msgstr ""
|
2101
|
+
|
2102
|
+
#:
|
2103
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:65
|
2104
|
+
msgid "Trying to abort the task for the host"
|
2105
|
+
msgstr ""
|
2106
|
+
|
2107
|
+
#:
|
2108
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:73
|
2109
|
+
msgid "task aborted succesfully"
|
2110
|
+
msgstr ""
|
2111
|
+
|
1843
2112
|
#: ../webpack/JobWizard/Footer.js:36
|
1844
2113
|
msgid "Submit"
|
1845
2114
|
msgstr ""
|
@@ -1952,23 +2221,31 @@ msgstr ""
|
|
1952
2221
|
msgid "Search query"
|
1953
2222
|
msgstr ""
|
1954
2223
|
|
1955
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
2224
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:49
|
1956
2225
|
#: ../webpack/JobWizard/index.js:17
|
1957
2226
|
msgid "Run job"
|
1958
2227
|
msgstr ""
|
1959
2228
|
|
1960
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
2229
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:72
|
2230
|
+
msgid "Unable to run job"
|
2231
|
+
msgstr ""
|
2232
|
+
|
2233
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:81
|
2234
|
+
msgid "Create job"
|
2235
|
+
msgstr ""
|
2236
|
+
|
2237
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:118
|
1961
2238
|
#: ../webpack/JobWizard/index.js:67
|
1962
2239
|
msgid "Use legacy form"
|
1963
2240
|
msgstr ""
|
1964
2241
|
|
1965
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
2242
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:144
|
1966
2243
|
msgid ""
|
1967
2244
|
"Current organization %s is different from job's organization %s. This job may "
|
1968
2245
|
"run on different hosts than before."
|
1969
2246
|
msgstr ""
|
1970
2247
|
|
1971
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
2248
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:159
|
1972
2249
|
msgid ""
|
1973
2250
|
"Current location %s is different from job's location %s. This job may run on d"
|
1974
2251
|
"ifferent hosts than before."
|
@@ -1992,15 +2269,25 @@ msgstr ""
|
|
1992
2269
|
msgid "Proceed Anyway"
|
1993
2270
|
msgstr ""
|
1994
2271
|
|
1995
|
-
#: ../webpack/JobWizard/
|
2272
|
+
#: ../webpack/JobWizard/StartsErrorAlert.js:10
|
1996
2273
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
|
1997
|
-
msgid "'Starts before' date must in the future"
|
2274
|
+
msgid "'Starts before' date must be in the future"
|
1998
2275
|
msgstr ""
|
1999
2276
|
|
2000
|
-
#: ../webpack/JobWizard/
|
2277
|
+
#: ../webpack/JobWizard/StartsErrorAlert.js:12
|
2001
2278
|
msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
|
2002
2279
|
msgstr ""
|
2003
2280
|
|
2281
|
+
#: ../webpack/JobWizard/StartsErrorAlert.js:25
|
2282
|
+
msgid "'Starts at' date must be in the future"
|
2283
|
+
msgstr ""
|
2284
|
+
|
2285
|
+
#: ../webpack/JobWizard/StartsErrorAlert.js:27
|
2286
|
+
msgid ""
|
2287
|
+
"Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" or \\\"Recurring execution"
|
2288
|
+
"\\\" step to fix the error"
|
2289
|
+
msgstr ""
|
2290
|
+
|
2004
2291
|
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:66
|
2005
2292
|
msgid "Edit job description template"
|
2006
2293
|
msgstr ""
|
@@ -2040,7 +2327,6 @@ msgstr ""
|
|
2040
2327
|
|
2041
2328
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
2042
2329
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:100
|
2043
|
-
#: ../webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js:5
|
2044
2330
|
msgid "Not available"
|
2045
2331
|
msgstr ""
|
2046
2332
|
|
@@ -2124,7 +2410,7 @@ msgid "Apply to"
|
|
2124
2410
|
msgstr ""
|
2125
2411
|
|
2126
2412
|
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:7
|
2127
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2413
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:180
|
2128
2414
|
msgid "Never"
|
2129
2415
|
msgstr ""
|
2130
2416
|
|
@@ -2148,10 +2434,6 @@ msgstr ""
|
|
2148
2434
|
msgid "Every month on %s at %s"
|
2149
2435
|
msgstr ""
|
2150
2436
|
|
2151
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:37
|
2152
|
-
msgid "Cron line"
|
2153
|
-
msgstr ""
|
2154
|
-
|
2155
2437
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:86
|
2156
2438
|
msgid "No Target Hosts"
|
2157
2439
|
msgstr ""
|
@@ -2201,15 +2483,10 @@ msgid "Repeats"
|
|
2201
2483
|
msgstr ""
|
2202
2484
|
|
2203
2485
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:239
|
2204
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2486
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:164
|
2205
2487
|
msgid "Ends"
|
2206
2488
|
msgstr ""
|
2207
2489
|
|
2208
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:252
|
2209
|
-
#: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
|
2210
|
-
msgid "Purpose"
|
2211
|
-
msgstr ""
|
2212
|
-
|
2213
2490
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:264
|
2214
2491
|
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:23
|
2215
2492
|
msgid "Static query"
|
@@ -2287,12 +2564,12 @@ msgid "documentation"
|
|
2287
2564
|
msgstr ""
|
2288
2565
|
|
2289
2566
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
|
2290
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2567
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:125
|
2291
2568
|
msgid "At"
|
2292
2569
|
msgstr ""
|
2293
2570
|
|
2294
2571
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:27
|
2295
|
-
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:
|
2572
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:132
|
2296
2573
|
msgid "Invalid time format"
|
2297
2574
|
msgstr ""
|
2298
2575
|
|
@@ -2339,23 +2616,23 @@ msgstr ""
|
|
2339
2616
|
msgid "Starts before"
|
2340
2617
|
msgstr ""
|
2341
2618
|
|
2342
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2619
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:188
|
2343
2620
|
msgid "End time needs to be after start time"
|
2344
2621
|
msgstr ""
|
2345
2622
|
|
2346
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2623
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:207
|
2347
2624
|
msgid "On"
|
2348
2625
|
msgstr ""
|
2349
2626
|
|
2350
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2627
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:240
|
2351
2628
|
msgid "After"
|
2352
2629
|
msgstr ""
|
2353
2630
|
|
2354
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2631
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:242
|
2355
2632
|
msgid "Repeat amount can only be a positive number"
|
2356
2633
|
msgstr ""
|
2357
2634
|
|
2358
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2635
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:258
|
2359
2636
|
msgid "occurences"
|
2360
2637
|
msgstr ""
|
2361
2638
|
|
@@ -2375,7 +2652,11 @@ msgstr ""
|
|
2375
2652
|
msgid "Execute the job on a repeating schedule."
|
2376
2653
|
msgstr ""
|
2377
2654
|
|
2378
|
-
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:
|
2655
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:96
|
2656
|
+
msgid "Date must be in the future"
|
2657
|
+
msgstr ""
|
2658
|
+
|
2659
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:115
|
2379
2660
|
msgid "Invalid date"
|
2380
2661
|
msgstr ""
|
2381
2662
|
|
@@ -2391,12 +2672,15 @@ msgstr ""
|
|
2391
2672
|
msgid "Has to be a positive number"
|
2392
2673
|
msgstr ""
|
2393
2674
|
|
2394
|
-
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:
|
2675
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:52
|
2395
2676
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:38
|
2396
2677
|
msgid "Please refine your search."
|
2397
2678
|
msgstr ""
|
2398
2679
|
|
2399
|
-
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:
|
2680
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:55
|
2681
|
+
msgid "You have more results to display. Showing first %s results"
|
2682
|
+
msgstr ""
|
2683
|
+
|
2400
2684
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:41
|
2401
2685
|
msgid "You have %s results to display. Showing first %s results"
|
2402
2686
|
msgstr ""
|
@@ -2441,10 +2725,6 @@ msgstr ""
|
|
2441
2725
|
msgid "Running"
|
2442
2726
|
msgstr ""
|
2443
2727
|
|
2444
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:83
|
2445
|
-
msgid "Scheduled"
|
2446
|
-
msgstr ""
|
2447
|
-
|
2448
2728
|
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:38
|
2449
2729
|
msgid "No results found"
|
2450
2730
|
msgstr ""
|
@@ -2453,31 +2733,37 @@ msgstr ""
|
|
2453
2733
|
msgid "Remote Execution Interface"
|
2454
2734
|
msgstr ""
|
2455
2735
|
|
2456
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2736
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:16
|
2457
2737
|
msgid "yes"
|
2458
2738
|
msgstr ""
|
2459
2739
|
|
2460
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2740
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:16
|
2461
2741
|
msgid "no"
|
2462
2742
|
msgstr ""
|
2463
2743
|
|
2464
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2744
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:17
|
2465
2745
|
msgid "Inherit from host parameter"
|
2466
2746
|
msgstr ""
|
2467
2747
|
|
2468
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2748
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:22
|
2469
2749
|
msgid "Yes (override)"
|
2470
2750
|
msgstr ""
|
2471
2751
|
|
2472
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2752
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:23
|
2473
2753
|
msgid "No (override)"
|
2474
2754
|
msgstr ""
|
2475
2755
|
|
2476
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2756
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:30
|
2757
|
+
msgid ""
|
2758
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull pro"
|
2759
|
+
"vider."
|
2760
|
+
msgstr ""
|
2761
|
+
|
2762
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:49
|
2477
2763
|
msgid "REX pull mode"
|
2478
2764
|
msgstr ""
|
2479
2765
|
|
2480
|
-
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:
|
2766
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:52
|
2481
2767
|
msgid ""
|
2482
2768
|
"Setup remote execution pull mode. If set to `Yes`, pull provider client will b"
|
2483
2769
|
"e deployed on the registered host. The inherited value is based on the `host_r"
|