foreman_remote_execution 9.0.0 → 9.0.1
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/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +3 -3
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +260 -151
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +129 -24
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +147 -42
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +311 -204
- data/locale/foreman_remote_execution.pot +387 -212
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +348 -239
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +359 -255
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +157 -52
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +327 -220
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +157 -52
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +456 -353
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +158 -53
- metadata +2 -2
|
@@ -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: 2022-
|
|
12
|
-
"PO-Revision-Date: 2022-
|
|
11
|
+
"POT-Creation-Date: 2022-12-16 14:19+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2022-12-16 14:19+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -112,112 +112,116 @@ msgid "Set password for effective user (using sudo-like mechanisms)"
|
|
|
112
112
|
msgstr ""
|
|
113
113
|
|
|
114
114
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:48
|
|
115
|
-
msgid "Set SSH
|
|
115
|
+
msgid "Set SSH user"
|
|
116
116
|
msgstr ""
|
|
117
117
|
|
|
118
118
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:49
|
|
119
|
+
msgid "Set SSH password"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:50
|
|
119
123
|
msgid "Set SSH key passphrase"
|
|
120
124
|
msgstr ""
|
|
121
125
|
|
|
122
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
126
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:52
|
|
123
127
|
msgid "Create a recurring job"
|
|
124
128
|
msgstr ""
|
|
125
129
|
|
|
126
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
130
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:53
|
|
127
131
|
msgid "How often the job should occur, in the cron format"
|
|
128
132
|
msgstr ""
|
|
129
133
|
|
|
130
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
134
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:54
|
|
131
135
|
msgid "Repeat a maximum of N times"
|
|
132
136
|
msgstr ""
|
|
133
137
|
|
|
134
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
138
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:55
|
|
135
139
|
msgid "Perform no more executions after this time"
|
|
136
140
|
msgstr ""
|
|
137
141
|
|
|
138
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
142
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:56
|
|
139
143
|
msgid "Designation of a special purpose"
|
|
140
144
|
msgstr ""
|
|
141
145
|
|
|
142
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
146
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:59
|
|
143
147
|
msgid "Schedule the job to start at a later time"
|
|
144
148
|
msgstr ""
|
|
145
149
|
|
|
146
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
150
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:60
|
|
147
151
|
msgid "Schedule the job for a future time"
|
|
148
152
|
msgstr ""
|
|
149
153
|
|
|
150
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
151
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
154
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:61
|
|
155
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:82
|
|
152
156
|
msgid ""
|
|
153
157
|
"Indicates that the action should be cancelled if it cannot be started before t"
|
|
154
158
|
"his time."
|
|
155
159
|
msgstr ""
|
|
156
160
|
|
|
157
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
161
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:64
|
|
158
162
|
msgid "Control concurrency level and distribution over time"
|
|
159
163
|
msgstr ""
|
|
160
164
|
|
|
161
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
165
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:65
|
|
162
166
|
msgid "Distribute tasks over N seconds"
|
|
163
167
|
msgstr ""
|
|
164
168
|
|
|
165
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
169
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:66
|
|
166
170
|
msgid "Run at most N tasks at a time"
|
|
167
171
|
msgstr ""
|
|
168
172
|
|
|
169
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
173
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:71
|
|
170
174
|
msgid "Override the description format from the template for this invocation only"
|
|
171
175
|
msgstr ""
|
|
172
176
|
|
|
173
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
177
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:72
|
|
174
178
|
msgid "Override the timeout interval from the template for this invocation only"
|
|
175
179
|
msgstr ""
|
|
176
180
|
|
|
177
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
181
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:73
|
|
178
182
|
msgid ""
|
|
179
183
|
"Remote execution feature label that should be triggered, job template assigned"
|
|
180
184
|
" to this feature will be used"
|
|
181
185
|
msgstr ""
|
|
182
186
|
|
|
183
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
187
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:87
|
|
184
188
|
msgid "Create a job invocation"
|
|
185
189
|
msgstr ""
|
|
186
190
|
|
|
187
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
191
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:101
|
|
188
192
|
msgid "Get output for a host"
|
|
189
193
|
msgstr ""
|
|
190
194
|
|
|
191
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
195
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:114
|
|
192
196
|
msgid "Get raw output for a host"
|
|
193
197
|
msgstr ""
|
|
194
198
|
|
|
195
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
199
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:126
|
|
196
200
|
msgid "Cancel job invocation"
|
|
197
201
|
msgstr ""
|
|
198
202
|
|
|
199
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
203
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:134
|
|
200
204
|
msgid "The job could not be cancelled."
|
|
201
205
|
msgstr ""
|
|
202
206
|
|
|
203
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
207
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:139
|
|
204
208
|
msgid "Rerun job on failed hosts"
|
|
205
209
|
msgstr ""
|
|
206
210
|
|
|
207
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
211
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:149
|
|
208
212
|
#: ../app/views/job_invocations/_form.html.erb:4
|
|
209
213
|
msgid "Could not rerun job %{id} because its template could not be found"
|
|
210
214
|
msgstr ""
|
|
211
215
|
|
|
212
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
216
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:154
|
|
213
217
|
msgid "Get outputs of hosts in a job"
|
|
214
218
|
msgstr ""
|
|
215
219
|
|
|
216
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
220
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:203
|
|
217
221
|
msgid "Host with id '%{id}' was not found"
|
|
218
222
|
msgstr ""
|
|
219
223
|
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
|
224
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:212
|
|
221
225
|
msgid "Only one of feature or job_template_id can be specified"
|
|
222
226
|
msgstr ""
|
|
223
227
|
|
|
@@ -261,7 +265,7 @@ msgstr ""
|
|
|
261
265
|
#: ../app/controllers/api/v2/job_templates_controller.rb:52
|
|
262
266
|
#: ../app/views/job_invocations/_form.html.erb:11
|
|
263
267
|
#: ../app/views/job_templates/_custom_tabs.html.erb:5
|
|
264
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
268
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:58
|
|
265
269
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:75
|
|
266
270
|
msgid "Job category"
|
|
267
271
|
msgstr ""
|
|
@@ -343,24 +347,32 @@ msgstr ""
|
|
|
343
347
|
msgid "Identifier of the Host interface for Remote execution"
|
|
344
348
|
msgstr ""
|
|
345
349
|
|
|
350
|
+
#:
|
|
351
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb:12
|
|
352
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_controller_extensions.rb:9
|
|
353
|
+
msgid ""
|
|
354
|
+
"Set 'host_registration_remote_execution_pull' parameter for the host. If it is"
|
|
355
|
+
" set to true, pull provider client will be deployed on the host"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
346
358
|
#:
|
|
347
359
|
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/subnets_controller_extensions.rb:9
|
|
348
360
|
msgid "List of proxy IDs to be used for remote execution"
|
|
349
361
|
msgstr ""
|
|
350
362
|
|
|
351
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
|
363
|
+
#: ../app/controllers/job_invocations_controller.rb:109
|
|
352
364
|
msgid "Trying to abort the job"
|
|
353
365
|
msgstr ""
|
|
354
366
|
|
|
355
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
|
367
|
+
#: ../app/controllers/job_invocations_controller.rb:111
|
|
356
368
|
msgid "Trying to cancel the job"
|
|
357
369
|
msgstr ""
|
|
358
370
|
|
|
359
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
|
371
|
+
#: ../app/controllers/job_invocations_controller.rb:115
|
|
360
372
|
msgid "The job cannot be aborted at the moment."
|
|
361
373
|
msgstr ""
|
|
362
374
|
|
|
363
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
|
375
|
+
#: ../app/controllers/job_invocations_controller.rb:117
|
|
364
376
|
msgid "The job cannot be cancelled at the moment."
|
|
365
377
|
msgstr ""
|
|
366
378
|
|
|
@@ -391,8 +403,9 @@ msgstr ""
|
|
|
391
403
|
#: ../app/helpers/hosts_extensions_helper.rb:10
|
|
392
404
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
|
393
405
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
|
394
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
395
|
-
#: ../webpack/JobWizard/
|
|
406
|
+
#: ../lib/foreman_remote_execution/engine.rb:242
|
|
407
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:42
|
|
408
|
+
#: ../webpack/JobWizard/index.js:12
|
|
396
409
|
msgid "Jobs"
|
|
397
410
|
msgstr ""
|
|
398
411
|
|
|
@@ -407,7 +420,7 @@ msgid "%s"
|
|
|
407
420
|
msgstr ""
|
|
408
421
|
|
|
409
422
|
#: ../app/helpers/hosts_extensions_helper.rb:48
|
|
410
|
-
#: ../webpack/react_app/components/HostKebab/KebabItems.js:
|
|
423
|
+
#: ../webpack/react_app/components/HostKebab/KebabItems.js:23
|
|
411
424
|
msgid "Web Console"
|
|
412
425
|
msgstr ""
|
|
413
426
|
|
|
@@ -459,17 +472,11 @@ msgstr ""
|
|
|
459
472
|
msgid "unknown status"
|
|
460
473
|
msgstr ""
|
|
461
474
|
|
|
462
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
|
463
|
-
#: ../app/helpers/remote_execution_helper.rb:59
|
|
464
|
-
#: ../app/views/job_invocations/welcome.html.erb:12
|
|
465
|
-
msgid "Run Job"
|
|
466
|
-
msgstr ""
|
|
467
|
-
|
|
468
|
-
#: ../app/helpers/job_invocations_helper.rb:53
|
|
475
|
+
#: ../app/helpers/job_invocations_helper.rb:46
|
|
469
476
|
msgid "Any Organization"
|
|
470
477
|
msgstr ""
|
|
471
478
|
|
|
472
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
|
479
|
+
#: ../app/helpers/job_invocations_helper.rb:50
|
|
473
480
|
msgid "Any Location"
|
|
474
481
|
msgstr ""
|
|
475
482
|
|
|
@@ -491,10 +498,15 @@ msgstr ""
|
|
|
491
498
|
|
|
492
499
|
#: ../app/helpers/remote_execution_helper.rb:53
|
|
493
500
|
#: ../app/helpers/remote_execution_helper.rb:198
|
|
494
|
-
#: ../app/models/job_invocation.rb:
|
|
501
|
+
#: ../app/models/job_invocation.rb:202
|
|
495
502
|
msgid "N/A"
|
|
496
503
|
msgstr ""
|
|
497
504
|
|
|
505
|
+
#: ../app/helpers/remote_execution_helper.rb:59
|
|
506
|
+
#: ../app/views/job_invocations/welcome.html.erb:12
|
|
507
|
+
msgid "Run Job"
|
|
508
|
+
msgstr ""
|
|
509
|
+
|
|
498
510
|
#: ../app/helpers/remote_execution_helper.rb:68
|
|
499
511
|
msgid "Create Report"
|
|
500
512
|
msgstr ""
|
|
@@ -589,79 +601,81 @@ msgid ""
|
|
|
589
601
|
"emplate<br/>name using %{job_category} and %{template_name}."
|
|
590
602
|
msgstr ""
|
|
591
603
|
|
|
592
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
604
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:29
|
|
593
605
|
msgid "Could not use any template used in the job invocation"
|
|
594
606
|
msgstr ""
|
|
595
607
|
|
|
596
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
608
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:56
|
|
597
609
|
msgid "Failed rendering template: %s"
|
|
598
610
|
msgstr ""
|
|
599
611
|
|
|
600
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
612
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:108
|
|
601
613
|
msgid "Task cancelled"
|
|
602
614
|
msgstr ""
|
|
603
615
|
|
|
604
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
616
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:109
|
|
605
617
|
msgid "Job execution failed"
|
|
606
618
|
msgstr ""
|
|
607
619
|
|
|
608
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
620
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:118
|
|
609
621
|
msgid "%{description} on %{host}"
|
|
610
622
|
msgstr ""
|
|
611
623
|
|
|
612
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
624
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:123 action_names.rb:5
|
|
613
625
|
msgid "Remote action:"
|
|
614
626
|
msgstr ""
|
|
615
627
|
|
|
616
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
628
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:151
|
|
617
629
|
msgid "Job cancelled by user"
|
|
618
630
|
msgstr ""
|
|
619
631
|
|
|
620
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
632
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:156
|
|
633
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:174
|
|
621
634
|
msgid "Exit status: %s"
|
|
622
635
|
msgstr ""
|
|
623
636
|
|
|
624
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
637
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:158
|
|
625
638
|
msgid "Job finished with error"
|
|
626
639
|
msgstr ""
|
|
627
640
|
|
|
628
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
641
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:161
|
|
642
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:179
|
|
629
643
|
msgid "Error loading data from proxy"
|
|
630
644
|
msgstr ""
|
|
631
645
|
|
|
632
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
646
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:230
|
|
633
647
|
msgid "User can not execute job on host %s"
|
|
634
648
|
msgstr ""
|
|
635
649
|
|
|
636
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:231
|
|
637
651
|
msgid "User can not execute this job template"
|
|
638
652
|
msgstr ""
|
|
639
653
|
|
|
640
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
654
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:234
|
|
641
655
|
msgid "User can not execute job on infrastructure host %s"
|
|
642
656
|
msgstr ""
|
|
643
657
|
|
|
644
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
658
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:240
|
|
645
659
|
msgid "User can not execute this job template on %s"
|
|
646
660
|
msgstr ""
|
|
647
661
|
|
|
648
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
662
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:250
|
|
649
663
|
msgid "The only applicable proxy %{proxy_names} is down"
|
|
650
664
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
|
651
665
|
msgstr[0] ""
|
|
652
666
|
msgstr[1] ""
|
|
653
667
|
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
668
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:260
|
|
655
669
|
msgid ""
|
|
656
670
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
|
657
671
|
"_proxy}, %{fallback_proxy} in settings"
|
|
658
672
|
msgstr ""
|
|
659
673
|
|
|
660
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
|
674
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:85
|
|
661
675
|
msgid "REX job has succeeded - %s"
|
|
662
676
|
msgstr ""
|
|
663
677
|
|
|
664
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
|
678
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:93
|
|
665
679
|
msgid "REX job has failed - %s"
|
|
666
680
|
msgstr ""
|
|
667
681
|
|
|
@@ -748,27 +762,27 @@ msgstr ""
|
|
|
748
762
|
msgid "template"
|
|
749
763
|
msgstr ""
|
|
750
764
|
|
|
751
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
765
|
+
#: ../app/models/job_invocation_composer.rb:142
|
|
752
766
|
msgid "Cannot specify both bookmark_id and search_query"
|
|
753
767
|
msgstr ""
|
|
754
768
|
|
|
755
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
769
|
+
#: ../app/models/job_invocation_composer.rb:188
|
|
756
770
|
msgid "Unknown input %{input_name} for template %{template_name}"
|
|
757
771
|
msgstr ""
|
|
758
772
|
|
|
759
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
773
|
+
#: ../app/models/job_invocation_composer.rb:216
|
|
760
774
|
msgid "Template with id '%{id}' was not found"
|
|
761
775
|
msgstr ""
|
|
762
776
|
|
|
763
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
777
|
+
#: ../app/models/job_invocation_composer.rb:351
|
|
764
778
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
|
765
779
|
msgstr ""
|
|
766
780
|
|
|
767
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
781
|
+
#: ../app/models/job_invocation_composer.rb:360
|
|
768
782
|
msgid "No template mapped to feature %{feature_name}"
|
|
769
783
|
msgstr ""
|
|
770
784
|
|
|
771
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
785
|
+
#: ../app/models/job_invocation_composer.rb:366
|
|
772
786
|
msgid ""
|
|
773
787
|
"The template %{template_name} mapped to feature %{feature_name} is not accessi"
|
|
774
788
|
"ble by the user"
|
|
@@ -778,7 +792,7 @@ msgstr ""
|
|
|
778
792
|
msgid "Job Invocation"
|
|
779
793
|
msgstr ""
|
|
780
794
|
|
|
781
|
-
#: ../app/models/job_template.rb:
|
|
795
|
+
#: ../app/models/job_template.rb:101
|
|
782
796
|
msgid "Duplicated inputs detected: %{duplicated_inputs}"
|
|
783
797
|
msgstr ""
|
|
784
798
|
|
|
@@ -786,11 +800,11 @@ msgstr ""
|
|
|
786
800
|
msgid "Unknown remote execution feature %s"
|
|
787
801
|
msgstr ""
|
|
788
802
|
|
|
789
|
-
#: ../app/models/remote_execution_provider.rb:
|
|
803
|
+
#: ../app/models/remote_execution_provider.rb:68
|
|
790
804
|
msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
|
|
791
805
|
msgstr ""
|
|
792
806
|
|
|
793
|
-
#: ../app/models/remote_execution_provider.rb:
|
|
807
|
+
#: ../app/models/remote_execution_provider.rb:94
|
|
794
808
|
msgid "Could not find any suitable interface for execution"
|
|
795
809
|
msgstr ""
|
|
796
810
|
|
|
@@ -819,13 +833,13 @@ msgid "Dynamic Query"
|
|
|
819
833
|
msgstr ""
|
|
820
834
|
|
|
821
835
|
#: ../app/models/targeting.rb:10
|
|
822
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
836
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
|
|
823
837
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
|
|
824
838
|
msgid "Alphabetical"
|
|
825
839
|
msgstr ""
|
|
826
840
|
|
|
827
841
|
#: ../app/models/targeting.rb:10
|
|
828
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
842
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:228
|
|
829
843
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:136
|
|
830
844
|
msgid "Randomized"
|
|
831
845
|
msgstr ""
|
|
@@ -846,7 +860,7 @@ msgstr ""
|
|
|
846
860
|
msgid "Input"
|
|
847
861
|
msgstr ""
|
|
848
862
|
|
|
849
|
-
#: ../app/models/template_invocation.rb:
|
|
863
|
+
#: ../app/models/template_invocation.rb:98
|
|
850
864
|
msgid "Not all required inputs have values. Missing inputs: %s"
|
|
851
865
|
msgstr ""
|
|
852
866
|
|
|
@@ -863,7 +877,7 @@ msgid "Can't find Job Invocation for an id %s"
|
|
|
863
877
|
msgstr ""
|
|
864
878
|
|
|
865
879
|
#: ../app/views/dashboard/_latest-jobs.html.erb:2
|
|
866
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
880
|
+
#: ../lib/foreman_remote_execution/engine.rb:249
|
|
867
881
|
msgid "Latest Jobs"
|
|
868
882
|
msgstr ""
|
|
869
883
|
|
|
@@ -889,7 +903,7 @@ msgid "Results"
|
|
|
889
903
|
msgstr ""
|
|
890
904
|
|
|
891
905
|
#: ../app/views/job_invocations/_card_schedule.html.erb:7
|
|
892
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
906
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:29
|
|
893
907
|
msgid "Schedule"
|
|
894
908
|
msgstr ""
|
|
895
909
|
|
|
@@ -951,7 +965,12 @@ msgstr ""
|
|
|
951
965
|
msgid "Location"
|
|
952
966
|
msgstr ""
|
|
953
967
|
|
|
954
|
-
#: ../app/views/job_invocations/_card_target_hosts.html.erb:
|
|
968
|
+
#: ../app/views/job_invocations/_card_target_hosts.html.erb:37
|
|
969
|
+
#: ../lib/foreman_remote_execution/engine.rb:77
|
|
970
|
+
msgid "SSH User"
|
|
971
|
+
msgstr ""
|
|
972
|
+
|
|
973
|
+
#: ../app/views/job_invocations/_card_target_hosts.html.erb:46
|
|
955
974
|
msgid "Evaluated at:"
|
|
956
975
|
msgstr ""
|
|
957
976
|
|
|
@@ -962,12 +981,12 @@ msgstr ""
|
|
|
962
981
|
#: ../app/views/job_invocations/_description_fields.html.erb:1
|
|
963
982
|
#: ../app/views/job_invocations/index.html.erb:9
|
|
964
983
|
#: ../app/views/remote_execution_features/index.html.erb:8
|
|
965
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
|
984
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:53
|
|
966
985
|
msgid "Description"
|
|
967
986
|
msgstr ""
|
|
968
987
|
|
|
969
988
|
#: ../app/views/job_invocations/_form.html.erb:23
|
|
970
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
989
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:68
|
|
971
990
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:76
|
|
972
991
|
msgid "Job template"
|
|
973
992
|
msgstr ""
|
|
@@ -977,7 +996,7 @@ msgid "Resolves to"
|
|
|
977
996
|
msgstr ""
|
|
978
997
|
|
|
979
998
|
#: ../app/views/job_invocations/_form.html.erb:42
|
|
980
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
999
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:183
|
|
981
1000
|
msgid "hosts"
|
|
982
1001
|
msgstr ""
|
|
983
1002
|
|
|
@@ -997,66 +1016,91 @@ msgstr ""
|
|
|
997
1016
|
msgid "Hide advanced fields"
|
|
998
1017
|
msgstr ""
|
|
999
1018
|
|
|
1000
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1019
|
+
#: ../app/views/job_invocations/_form.html.erb:85
|
|
1020
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:239
|
|
1021
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:126
|
|
1022
|
+
msgid "SSH user"
|
|
1023
|
+
msgstr ""
|
|
1024
|
+
|
|
1025
|
+
#: ../app/views/job_invocations/_form.html.erb:85
|
|
1026
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:240
|
|
1027
|
+
msgid "A user to be used for SSH."
|
|
1028
|
+
msgstr ""
|
|
1029
|
+
|
|
1030
|
+
#: ../app/views/job_invocations/_form.html.erb:88
|
|
1001
1031
|
#: ../app/views/job_templates/_custom_tabs.html.erb:26
|
|
1002
1032
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
|
|
1003
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1033
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:127
|
|
1004
1034
|
msgid "Effective user"
|
|
1005
1035
|
msgstr ""
|
|
1006
1036
|
|
|
1007
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1037
|
+
#: ../app/views/job_invocations/_form.html.erb:88
|
|
1008
1038
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:13
|
|
1009
1039
|
msgid ""
|
|
1010
1040
|
"A user to be used for executing the script. If it differs from the SSH user, s"
|
|
1011
1041
|
"u or sudo is used to switch the accounts."
|
|
1012
1042
|
msgstr ""
|
|
1013
1043
|
|
|
1014
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1044
|
+
#: ../app/views/job_invocations/_form.html.erb:94
|
|
1015
1045
|
#: ../app/views/job_templates/_custom_tabs.html.erb:13
|
|
1016
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1017
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1046
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
|
|
1047
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:129
|
|
1018
1048
|
msgid "Timeout to kill"
|
|
1019
1049
|
msgstr ""
|
|
1020
1050
|
|
|
1021
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1022
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1051
|
+
#: ../app/views/job_invocations/_form.html.erb:94
|
|
1052
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:37
|
|
1023
1053
|
msgid ""
|
|
1024
1054
|
"Time in seconds from the start on the remote host after which the job should b"
|
|
1025
1055
|
"e killed."
|
|
1026
1056
|
msgstr ""
|
|
1027
1057
|
|
|
1028
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1029
|
-
#: ../
|
|
1058
|
+
#: ../app/views/job_invocations/_form.html.erb:106
|
|
1059
|
+
#: ../lib/foreman_remote_execution/engine.rb:162
|
|
1060
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
|
|
1061
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:130
|
|
1062
|
+
msgid "Time to pickup"
|
|
1063
|
+
msgstr ""
|
|
1064
|
+
|
|
1065
|
+
#: ../app/views/job_invocations/_form.html.erb:106
|
|
1066
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
|
|
1067
|
+
msgid ""
|
|
1068
|
+
"Interval in seconds, if the job is not picked up by a client within this inter"
|
|
1069
|
+
"val it will be cancelled."
|
|
1070
|
+
msgstr ""
|
|
1071
|
+
|
|
1072
|
+
#: ../app/views/job_invocations/_form.html.erb:110
|
|
1073
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:79
|
|
1030
1074
|
msgid "Password"
|
|
1031
1075
|
msgstr ""
|
|
1032
1076
|
|
|
1033
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1034
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1077
|
+
#: ../app/views/job_invocations/_form.html.erb:110
|
|
1078
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:81
|
|
1035
1079
|
msgid ""
|
|
1036
1080
|
"Password is stored encrypted in DB until the job finishes. For future or recur"
|
|
1037
1081
|
"ring executions, it is removed after the last execution."
|
|
1038
1082
|
msgstr ""
|
|
1039
1083
|
|
|
1040
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1041
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1084
|
+
#: ../app/views/job_invocations/_form.html.erb:111
|
|
1085
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:102
|
|
1042
1086
|
msgid "Private key passphrase"
|
|
1043
1087
|
msgstr ""
|
|
1044
1088
|
|
|
1045
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1089
|
+
#: ../app/views/job_invocations/_form.html.erb:111
|
|
1046
1090
|
msgid ""
|
|
1047
1091
|
"Key passhprase is only applicable for SSH provider. Other providers ignore thi"
|
|
1048
1092
|
"s field. <br> Passphrase is stored encrypted in DB until the job finishes. For"
|
|
1049
1093
|
" future or recurring executions, it is removed after the last execution."
|
|
1050
1094
|
msgstr ""
|
|
1051
1095
|
|
|
1052
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1096
|
+
#: ../app/views/job_invocations/_form.html.erb:112
|
|
1053
1097
|
#: ../lib/foreman_remote_execution/engine.rb:91
|
|
1054
1098
|
#: ../lib/foreman_remote_execution/engine.rb:93
|
|
1055
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1099
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:125
|
|
1056
1100
|
msgid "Effective user password"
|
|
1057
1101
|
msgstr ""
|
|
1058
1102
|
|
|
1059
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1103
|
+
#: ../app/views/job_invocations/_form.html.erb:112
|
|
1060
1104
|
msgid ""
|
|
1061
1105
|
"Effective user password is only applicable for SSH provider. Other providers i"
|
|
1062
1106
|
"gnore this field. <br> Password is stored encrypted in DB until the job finish"
|
|
@@ -1064,40 +1108,40 @@ msgid ""
|
|
|
1064
1108
|
"."
|
|
1065
1109
|
msgstr ""
|
|
1066
1110
|
|
|
1067
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1068
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1111
|
+
#: ../app/views/job_invocations/_form.html.erb:116
|
|
1112
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
|
|
1069
1113
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:131
|
|
1070
1114
|
msgid "Concurrency level"
|
|
1071
1115
|
msgstr ""
|
|
1072
1116
|
|
|
1073
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1074
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1117
|
+
#: ../app/views/job_invocations/_form.html.erb:116
|
|
1118
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:151
|
|
1075
1119
|
msgid ""
|
|
1076
1120
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is en"
|
|
1077
1121
|
"abled, then tasks are triggered on the smart proxy in batches of size 1."
|
|
1078
1122
|
msgstr ""
|
|
1079
1123
|
|
|
1080
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1081
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1124
|
+
#: ../app/views/job_invocations/_form.html.erb:117
|
|
1125
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
|
|
1082
1126
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:132
|
|
1083
1127
|
msgid "Time span"
|
|
1084
1128
|
msgstr ""
|
|
1085
1129
|
|
|
1086
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1087
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1130
|
+
#: ../app/views/job_invocations/_form.html.erb:117
|
|
1131
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:177
|
|
1088
1132
|
msgid ""
|
|
1089
1133
|
"Distribute execution over N seconds. If this is set and proxy batch triggering"
|
|
1090
1134
|
" is enabled, then tasks are triggered on the smart proxy in batches of size 1."
|
|
1091
1135
|
msgstr ""
|
|
1092
1136
|
|
|
1093
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1094
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1137
|
+
#: ../app/views/job_invocations/_form.html.erb:121
|
|
1138
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
|
|
1095
1139
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
|
|
1096
1140
|
msgid "Execution ordering"
|
|
1097
1141
|
msgstr ""
|
|
1098
1142
|
|
|
1099
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1100
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1143
|
+
#: ../app/views/job_invocations/_form.html.erb:121
|
|
1144
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:205
|
|
1101
1145
|
msgid ""
|
|
1102
1146
|
"Execution ordering determines whether the jobs should be executed on hosts in "
|
|
1103
1147
|
"alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
|
|
@@ -1105,12 +1149,12 @@ msgid ""
|
|
|
1105
1149
|
"es the order in which jobs are executed on hosts</li></ul>"
|
|
1106
1150
|
msgstr ""
|
|
1107
1151
|
|
|
1108
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1109
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1152
|
+
#: ../app/views/job_invocations/_form.html.erb:130
|
|
1153
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:118
|
|
1110
1154
|
msgid "Type of query"
|
|
1111
1155
|
msgstr ""
|
|
1112
1156
|
|
|
1113
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
|
1157
|
+
#: ../app/views/job_invocations/_form.html.erb:130
|
|
1114
1158
|
msgid ""
|
|
1115
1159
|
"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
|
|
1116
1160
|
"/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
|
|
@@ -1212,6 +1256,11 @@ msgstr ""
|
|
|
1212
1256
|
msgid "Job invocation"
|
|
1213
1257
|
msgstr ""
|
|
1214
1258
|
|
|
1259
|
+
#: ../app/views/job_invocations/new.html.erb:5
|
|
1260
|
+
#: ../app/views/job_invocations/new.html.erb:7
|
|
1261
|
+
msgid "Use new job wizard"
|
|
1262
|
+
msgstr ""
|
|
1263
|
+
|
|
1215
1264
|
#: ../app/views/job_invocations/show.html.erb:17
|
|
1216
1265
|
msgid "Overview"
|
|
1217
1266
|
msgstr ""
|
|
@@ -1348,7 +1397,7 @@ msgid ""
|
|
|
1348
1397
|
msgstr ""
|
|
1349
1398
|
|
|
1350
1399
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
|
1351
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1400
|
+
#: ../lib/foreman_remote_execution/engine.rb:236
|
|
1352
1401
|
msgid "Remote Execution Features"
|
|
1353
1402
|
msgstr ""
|
|
1354
1403
|
|
|
@@ -1494,10 +1543,6 @@ msgid ""
|
|
|
1494
1543
|
" called remote_execution_ssh_user."
|
|
1495
1544
|
msgstr ""
|
|
1496
1545
|
|
|
1497
|
-
#: ../lib/foreman_remote_execution/engine.rb:77
|
|
1498
|
-
msgid "SSH User"
|
|
1499
|
-
msgstr ""
|
|
1500
|
-
|
|
1501
1546
|
#: ../lib/foreman_remote_execution/engine.rb:80
|
|
1502
1547
|
msgid ""
|
|
1503
1548
|
"Default user to use for executing the script. If the user differs from the SSH"
|
|
@@ -1505,7 +1550,7 @@ msgid ""
|
|
|
1505
1550
|
msgstr ""
|
|
1506
1551
|
|
|
1507
1552
|
#: ../lib/foreman_remote_execution/engine.rb:82
|
|
1508
|
-
msgid "
|
|
1553
|
+
msgid "Effective User"
|
|
1509
1554
|
msgstr ""
|
|
1510
1555
|
|
|
1511
1556
|
#: ../lib/foreman_remote_execution/engine.rb:85
|
|
@@ -1629,19 +1674,21 @@ msgstr ""
|
|
|
1629
1674
|
msgid "Job Invocation Report Template"
|
|
1630
1675
|
msgstr ""
|
|
1631
1676
|
|
|
1632
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1633
|
-
msgid "
|
|
1677
|
+
#: ../lib/foreman_remote_execution/engine.rb:160
|
|
1678
|
+
msgid ""
|
|
1679
|
+
"Time in seconds within which the host has to pick up a job. If the job is not "
|
|
1680
|
+
"picked up within this limit, the job will be cancelled. Defaults to 1 day."
|
|
1634
1681
|
msgstr ""
|
|
1635
1682
|
|
|
1636
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1637
|
-
msgid "Job
|
|
1683
|
+
#: ../lib/foreman_remote_execution/engine.rb:231
|
|
1684
|
+
msgid "Job templates"
|
|
1638
1685
|
msgstr ""
|
|
1639
1686
|
|
|
1640
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1687
|
+
#: ../lib/foreman_remote_execution/engine.rb:366
|
|
1641
1688
|
msgid "Run Puppet Once"
|
|
1642
1689
|
msgstr ""
|
|
1643
1690
|
|
|
1644
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1691
|
+
#: ../lib/foreman_remote_execution/engine.rb:367
|
|
1645
1692
|
msgid "Perform a single Puppet run"
|
|
1646
1693
|
msgstr ""
|
|
1647
1694
|
|
|
@@ -1670,92 +1717,132 @@ msgid "Hourly"
|
|
|
1670
1717
|
msgstr ""
|
|
1671
1718
|
|
|
1672
1719
|
#: ../webpack/JobWizard/JobWizardConstants.js:20
|
|
1673
|
-
|
|
1720
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:40
|
|
1721
|
+
msgid "Immediate execution"
|
|
1674
1722
|
msgstr ""
|
|
1675
1723
|
|
|
1676
1724
|
#: ../webpack/JobWizard/JobWizardConstants.js:21
|
|
1677
|
-
|
|
1725
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:58
|
|
1726
|
+
msgid "Future execution"
|
|
1678
1727
|
msgstr ""
|
|
1679
1728
|
|
|
1680
1729
|
#: ../webpack/JobWizard/JobWizardConstants.js:22
|
|
1730
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:76
|
|
1731
|
+
msgid "Recurring execution"
|
|
1732
|
+
msgstr ""
|
|
1733
|
+
|
|
1734
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:26
|
|
1735
|
+
msgid "Category and Template"
|
|
1736
|
+
msgstr ""
|
|
1737
|
+
|
|
1738
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:27
|
|
1739
|
+
msgid "Target hosts and inputs"
|
|
1740
|
+
msgstr ""
|
|
1741
|
+
|
|
1742
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:28
|
|
1681
1743
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:83
|
|
1682
1744
|
msgid "Advanced fields"
|
|
1683
1745
|
msgstr ""
|
|
1684
1746
|
|
|
1685
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1747
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:30
|
|
1686
1748
|
msgid "Review details"
|
|
1687
1749
|
msgstr ""
|
|
1688
1750
|
|
|
1689
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1751
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:31
|
|
1752
|
+
msgid "Type of execution"
|
|
1753
|
+
msgstr ""
|
|
1754
|
+
|
|
1755
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:52
|
|
1690
1756
|
msgid "Hosts"
|
|
1691
1757
|
msgstr ""
|
|
1692
1758
|
|
|
1693
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1759
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:53
|
|
1694
1760
|
msgid "Host collections"
|
|
1695
1761
|
msgstr ""
|
|
1696
1762
|
|
|
1697
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1763
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:54
|
|
1698
1764
|
msgid "Host groups"
|
|
1699
1765
|
msgstr ""
|
|
1700
1766
|
|
|
1701
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1767
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:55
|
|
1702
1768
|
msgid "Search query"
|
|
1703
1769
|
msgstr ""
|
|
1704
1770
|
|
|
1705
|
-
#: ../webpack/JobWizard/
|
|
1771
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:39
|
|
1772
|
+
#: ../webpack/JobWizard/index.js:9
|
|
1706
1773
|
msgid "Run job"
|
|
1707
1774
|
msgstr ""
|
|
1708
1775
|
|
|
1709
|
-
#: ../webpack/JobWizard/
|
|
1776
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:72
|
|
1777
|
+
msgid "Use old form"
|
|
1778
|
+
msgstr ""
|
|
1779
|
+
|
|
1780
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:92
|
|
1781
|
+
msgid ""
|
|
1782
|
+
"Current organization %s is different from job's organization %s. This job may "
|
|
1783
|
+
"run on different hosts than before."
|
|
1784
|
+
msgstr ""
|
|
1785
|
+
|
|
1786
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:105
|
|
1787
|
+
msgid ""
|
|
1788
|
+
"Current location %s is different from job's location %s. This job may run on d"
|
|
1789
|
+
"ifferent hosts than before."
|
|
1790
|
+
msgstr ""
|
|
1791
|
+
|
|
1792
|
+
#: ../webpack/JobWizard/index.js:35
|
|
1793
|
+
msgid "Use legacy form"
|
|
1794
|
+
msgstr ""
|
|
1795
|
+
|
|
1796
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:61
|
|
1710
1797
|
msgid "Edit job description template"
|
|
1711
1798
|
msgstr ""
|
|
1712
1799
|
|
|
1713
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
|
1800
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:62
|
|
1714
1801
|
msgid "Preview job description"
|
|
1715
1802
|
msgstr ""
|
|
1716
1803
|
|
|
1717
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1718
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1719
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1804
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:49
|
|
1805
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:165
|
|
1806
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:191
|
|
1720
1807
|
msgid "For example: 1, 2, 3, 4, 5..."
|
|
1721
1808
|
msgstr ""
|
|
1722
1809
|
|
|
1723
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1810
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
|
|
1724
1811
|
msgid ""
|
|
1725
1812
|
"Key passphrase is only applicable for SSH provider. Other providers ignore thi"
|
|
1726
1813
|
"s field. Passphrase is stored encrypted in DB until the job finishes. For futu"
|
|
1727
1814
|
"re or recurring executions, it is removed after the last execution."
|
|
1728
1815
|
msgstr ""
|
|
1729
1816
|
|
|
1730
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
|
1817
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:127
|
|
1731
1818
|
msgid ""
|
|
1732
1819
|
"Effective user password is only applicable for SSH provider. Other providers i"
|
|
1733
1820
|
"gnore this field. Password is stored encrypted in DB until the job finishes. F"
|
|
1734
1821
|
"or future or recurring executions, it is removed after the last execution."
|
|
1735
1822
|
msgstr ""
|
|
1736
1823
|
|
|
1737
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1824
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:55
|
|
1738
1825
|
msgid "All fields are required."
|
|
1739
1826
|
msgstr ""
|
|
1740
1827
|
|
|
1741
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1742
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1828
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:63
|
|
1829
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:76
|
|
1743
1830
|
msgid "Error"
|
|
1744
1831
|
msgstr ""
|
|
1745
1832
|
|
|
1746
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1833
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:79
|
|
1747
1834
|
msgid "Errors:"
|
|
1748
1835
|
msgstr ""
|
|
1749
1836
|
|
|
1750
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1837
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
|
|
1751
1838
|
msgid "Categories list failed with:"
|
|
1752
1839
|
msgstr ""
|
|
1753
1840
|
|
|
1754
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1841
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
|
1755
1842
|
msgid "Templates list failed with:"
|
|
1756
1843
|
msgstr ""
|
|
1757
1844
|
|
|
1758
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1845
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:92
|
|
1759
1846
|
msgid "Template failed with:"
|
|
1760
1847
|
msgstr ""
|
|
1761
1848
|
|
|
@@ -1775,19 +1862,19 @@ msgstr ""
|
|
|
1775
1862
|
msgid "There are no available input fields for the selected template."
|
|
1776
1863
|
msgstr ""
|
|
1777
1864
|
|
|
1778
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1865
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:141
|
|
1779
1866
|
msgid "Filter by hosts"
|
|
1780
1867
|
msgstr ""
|
|
1781
1868
|
|
|
1782
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1869
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:151
|
|
1783
1870
|
msgid "Filter by host collections"
|
|
1784
1871
|
msgstr ""
|
|
1785
1872
|
|
|
1786
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1873
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:160
|
|
1787
1874
|
msgid "Filter by host groups"
|
|
1788
1875
|
msgstr ""
|
|
1789
1876
|
|
|
1790
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1877
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
|
|
1791
1878
|
msgid "Apply to"
|
|
1792
1879
|
msgstr ""
|
|
1793
1880
|
|
|
@@ -1808,35 +1895,24 @@ msgid "Show all advanced fields"
|
|
|
1808
1895
|
msgstr ""
|
|
1809
1896
|
|
|
1810
1897
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:110
|
|
1811
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:7
|
|
1812
1898
|
msgid "Schedule type"
|
|
1813
1899
|
msgstr ""
|
|
1814
1900
|
|
|
1815
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1816
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:20
|
|
1817
|
-
msgid "Schedule for future execution"
|
|
1818
|
-
msgstr ""
|
|
1819
|
-
|
|
1820
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:113
|
|
1821
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:13
|
|
1822
|
-
msgid "Execute now"
|
|
1823
|
-
msgstr ""
|
|
1824
|
-
|
|
1825
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:116
|
|
1901
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:114
|
|
1826
1902
|
msgid "Recurrence"
|
|
1827
1903
|
msgstr ""
|
|
1828
1904
|
|
|
1829
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1830
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
|
1905
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
|
|
1906
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
|
1831
1907
|
msgid "Static query"
|
|
1832
1908
|
msgstr ""
|
|
1833
1909
|
|
|
1834
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1835
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
|
1910
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:121
|
|
1911
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
|
|
1836
1912
|
msgid "Dynamic query"
|
|
1837
1913
|
msgstr ""
|
|
1838
1914
|
|
|
1839
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1915
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:128
|
|
1840
1916
|
msgid "Description Template"
|
|
1841
1917
|
msgstr ""
|
|
1842
1918
|
|
|
@@ -1850,7 +1926,7 @@ msgid ""
|
|
|
1850
1926
|
" with a given purpose at a time."
|
|
1851
1927
|
msgstr ""
|
|
1852
1928
|
|
|
1853
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
|
1929
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:10
|
|
1854
1930
|
msgid "Query type"
|
|
1855
1931
|
msgstr ""
|
|
1856
1932
|
|
|
@@ -1858,19 +1934,11 @@ msgstr ""
|
|
|
1858
1934
|
msgid "Type has impact on when is the query evaluated to hosts."
|
|
1859
1935
|
msgstr ""
|
|
1860
1936
|
|
|
1861
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
|
1862
|
-
msgid "Static"
|
|
1863
|
-
msgstr ""
|
|
1864
|
-
|
|
1865
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:18
|
|
1937
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:23
|
|
1866
1938
|
msgid "evaluates just after you submit this form"
|
|
1867
1939
|
msgstr ""
|
|
1868
1940
|
|
|
1869
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
|
1870
|
-
msgid "Dynamic"
|
|
1871
|
-
msgstr ""
|
|
1872
|
-
|
|
1873
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
|
1941
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:33
|
|
1874
1942
|
msgid ""
|
|
1875
1943
|
"evaluates just before the execution is started, so if it's planed in future, t"
|
|
1876
1944
|
"argeted hosts set may change before it"
|
|
@@ -1905,79 +1973,153 @@ msgid "is day of week (range: 0-6)"
|
|
|
1905
1973
|
msgstr ""
|
|
1906
1974
|
|
|
1907
1975
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
|
|
1976
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:121
|
|
1908
1977
|
msgid "At"
|
|
1909
1978
|
msgstr ""
|
|
1910
1979
|
|
|
1911
1980
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:27
|
|
1912
|
-
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:
|
|
1981
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:121
|
|
1913
1982
|
msgid "Invalid time format"
|
|
1914
1983
|
msgstr ""
|
|
1915
1984
|
|
|
1916
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:
|
|
1985
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:32
|
|
1917
1986
|
msgid "At minute"
|
|
1918
1987
|
msgstr ""
|
|
1919
1988
|
|
|
1920
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
1921
|
-
msgid "
|
|
1989
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:33
|
|
1990
|
+
msgid "range: 0-59"
|
|
1922
1991
|
msgstr ""
|
|
1923
1992
|
|
|
1924
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
1925
|
-
msgid "
|
|
1993
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
|
|
1994
|
+
msgid "Create"
|
|
1926
1995
|
msgstr ""
|
|
1927
1996
|
|
|
1928
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
1929
|
-
msgid "
|
|
1997
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:81
|
|
1998
|
+
msgid "Minute can only be a number between 0-59"
|
|
1930
1999
|
msgstr ""
|
|
1931
2000
|
|
|
1932
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
1933
|
-
msgid "
|
|
2001
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatMonth.js:20
|
|
2002
|
+
msgid "Days"
|
|
2003
|
+
msgstr ""
|
|
2004
|
+
|
|
2005
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
|
|
2006
|
+
msgid "Repeats"
|
|
1934
2007
|
msgstr ""
|
|
1935
2008
|
|
|
1936
2009
|
#: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
|
|
1937
2010
|
msgid "Days of week"
|
|
1938
2011
|
msgstr ""
|
|
1939
2012
|
|
|
1940
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
2013
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:27
|
|
2014
|
+
msgid ""
|
|
2015
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be select"
|
|
2016
|
+
"ed. Immediate execution can be selected in the previous step."
|
|
2017
|
+
msgstr ""
|
|
2018
|
+
|
|
2019
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:38
|
|
2020
|
+
msgid "'Starts before' date must be after 'Starts at' date"
|
|
2021
|
+
msgstr ""
|
|
2022
|
+
|
|
2023
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
|
|
2024
|
+
msgid "'Starts before' date must in the future"
|
|
2025
|
+
msgstr ""
|
|
2026
|
+
|
|
2027
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
|
|
1941
2028
|
msgid "Starts at"
|
|
1942
2029
|
msgstr ""
|
|
1943
2030
|
|
|
1944
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
2031
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:74
|
|
2032
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:111
|
|
2033
|
+
msgid "Clear input"
|
|
2034
|
+
msgstr ""
|
|
2035
|
+
|
|
2036
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:79
|
|
1945
2037
|
msgid "Starts before"
|
|
1946
2038
|
msgstr ""
|
|
1947
2039
|
|
|
1948
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
2040
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
|
|
2041
|
+
msgid "Starts"
|
|
2042
|
+
msgstr ""
|
|
2043
|
+
|
|
2044
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
|
|
2045
|
+
msgid "Now"
|
|
2046
|
+
msgstr ""
|
|
2047
|
+
|
|
2048
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
|
|
1949
2049
|
msgid "Ends"
|
|
1950
2050
|
msgstr ""
|
|
1951
2051
|
|
|
1952
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
2052
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:175
|
|
2053
|
+
msgid "Never"
|
|
2054
|
+
msgstr ""
|
|
2055
|
+
|
|
2056
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:183
|
|
1953
2057
|
msgid "End time needs to be after start time"
|
|
1954
2058
|
msgstr ""
|
|
1955
2059
|
|
|
1956
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
|
1957
|
-
msgid "
|
|
2060
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:201
|
|
2061
|
+
msgid "On"
|
|
2062
|
+
msgstr ""
|
|
2063
|
+
|
|
2064
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:233
|
|
2065
|
+
msgid "After"
|
|
2066
|
+
msgstr ""
|
|
2067
|
+
|
|
2068
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:235
|
|
2069
|
+
msgid "Repeat amount can only be a positive number"
|
|
2070
|
+
msgstr ""
|
|
2071
|
+
|
|
2072
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:250
|
|
2073
|
+
msgid "occurences"
|
|
1958
2074
|
msgstr ""
|
|
1959
2075
|
|
|
1960
|
-
#: ../webpack/JobWizard/steps/
|
|
2076
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:24
|
|
2077
|
+
msgid "Select the type of execution"
|
|
2078
|
+
msgstr ""
|
|
2079
|
+
|
|
2080
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:41
|
|
2081
|
+
msgid "Execute the job now."
|
|
2082
|
+
msgstr ""
|
|
2083
|
+
|
|
2084
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:59
|
|
2085
|
+
msgid "Execute the job later, at a scheduled time."
|
|
2086
|
+
msgstr ""
|
|
2087
|
+
|
|
2088
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:77
|
|
2089
|
+
msgid "Execute the job on a repeating schedule."
|
|
2090
|
+
msgstr ""
|
|
2091
|
+
|
|
2092
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:105
|
|
1961
2093
|
msgid "Invalid date"
|
|
1962
2094
|
msgstr ""
|
|
1963
2095
|
|
|
1964
|
-
#: ../webpack/JobWizard/steps/form/FormHelpers.js:
|
|
2096
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:13
|
|
1965
2097
|
msgid "open-help-tooltip-button"
|
|
1966
2098
|
msgstr ""
|
|
1967
2099
|
|
|
2100
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:36
|
|
2101
|
+
msgid "Reset to default"
|
|
2102
|
+
msgstr ""
|
|
2103
|
+
|
|
1968
2104
|
#: ../webpack/JobWizard/steps/form/NumberInput.js:13
|
|
1969
2105
|
msgid "Has to be a positive number"
|
|
1970
2106
|
msgstr ""
|
|
1971
2107
|
|
|
2108
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:50
|
|
1972
2109
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:37
|
|
1973
2110
|
msgid "Please refine your search."
|
|
1974
2111
|
msgstr ""
|
|
1975
2112
|
|
|
2113
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:53
|
|
1976
2114
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:40
|
|
1977
2115
|
msgid "You have %s results to display. Showing first %s results"
|
|
1978
2116
|
msgstr ""
|
|
1979
2117
|
|
|
1980
|
-
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:
|
|
2118
|
+
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:13
|
|
2119
|
+
msgid "Opening job invocation form"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2122
|
+
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:15
|
|
1981
2123
|
msgid "%s job has been invoked"
|
|
1982
2124
|
msgstr ""
|
|
1983
2125
|
|
|
@@ -1989,35 +2131,35 @@ msgstr ""
|
|
|
1989
2131
|
msgid "Recent jobs"
|
|
1990
2132
|
msgstr ""
|
|
1991
2133
|
|
|
1992
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2134
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:32
|
|
1993
2135
|
msgid "View all jobs"
|
|
1994
2136
|
msgstr ""
|
|
1995
2137
|
|
|
1996
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2138
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:41
|
|
1997
2139
|
msgid "View finished jobs"
|
|
1998
2140
|
msgstr ""
|
|
1999
2141
|
|
|
2000
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2142
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:48
|
|
2001
2143
|
msgid "View running jobs"
|
|
2002
2144
|
msgstr ""
|
|
2003
2145
|
|
|
2004
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2146
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:55
|
|
2005
2147
|
msgid "View scheduled jobs"
|
|
2006
2148
|
msgstr ""
|
|
2007
2149
|
|
|
2008
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2150
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:68
|
|
2009
2151
|
msgid "Finished"
|
|
2010
2152
|
msgstr ""
|
|
2011
2153
|
|
|
2012
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2154
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:74
|
|
2013
2155
|
msgid "Running"
|
|
2014
2156
|
msgstr ""
|
|
2015
2157
|
|
|
2016
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
|
2158
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:80
|
|
2017
2159
|
msgid "Scheduled"
|
|
2018
2160
|
msgstr ""
|
|
2019
2161
|
|
|
2020
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:
|
|
2162
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:38
|
|
2021
2163
|
msgid "No results found"
|
|
2022
2164
|
msgstr ""
|
|
2023
2165
|
|
|
@@ -2025,20 +2167,53 @@ msgstr ""
|
|
|
2025
2167
|
msgid "Remote Execution Interface"
|
|
2026
2168
|
msgstr ""
|
|
2027
2169
|
|
|
2170
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
|
|
2171
|
+
msgid "yes"
|
|
2172
|
+
msgstr ""
|
|
2173
|
+
|
|
2174
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
|
|
2175
|
+
msgid "no"
|
|
2176
|
+
msgstr ""
|
|
2177
|
+
|
|
2178
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:15
|
|
2179
|
+
msgid "Inherit from host parameter"
|
|
2180
|
+
msgstr ""
|
|
2181
|
+
|
|
2182
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:20
|
|
2183
|
+
msgid "Yes (override)"
|
|
2184
|
+
msgstr ""
|
|
2185
|
+
|
|
2186
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:21
|
|
2187
|
+
msgid "No (override)"
|
|
2188
|
+
msgstr ""
|
|
2189
|
+
|
|
2190
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:28
|
|
2191
|
+
msgid "REX pull mode"
|
|
2192
|
+
msgstr ""
|
|
2193
|
+
|
|
2194
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:32
|
|
2195
|
+
msgid ""
|
|
2196
|
+
"Setup remote execution pull mode. If set to `Yes`, pull provider client will b"
|
|
2197
|
+
"e deployed on the registered host. The inherited value is based on the `host_r"
|
|
2198
|
+
"egistration_remote_execution_pull` parameter. It can be inherited e.g. from ho"
|
|
2199
|
+
"st group, operating system, organization. When overridden, the selected value "
|
|
2200
|
+
"will be stored on host parameter level."
|
|
2201
|
+
msgstr ""
|
|
2202
|
+
|
|
2028
2203
|
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:41
|
|
2029
2204
|
msgid "Host"
|
|
2030
2205
|
msgstr ""
|
|
2031
2206
|
|
|
2032
|
-
#: action_names.rb:
|
|
2033
|
-
msgid "
|
|
2207
|
+
#: action_names.rb:2
|
|
2208
|
+
msgid "Action with sub plans"
|
|
2034
2209
|
msgstr ""
|
|
2035
2210
|
|
|
2036
|
-
#: action_names.rb:
|
|
2211
|
+
#: action_names.rb:3
|
|
2037
2212
|
msgid "Import facts"
|
|
2038
2213
|
msgstr ""
|
|
2039
2214
|
|
|
2040
|
-
#: action_names.rb:
|
|
2041
|
-
msgid "
|
|
2215
|
+
#: action_names.rb:4
|
|
2216
|
+
msgid "Import Puppet classes"
|
|
2042
2217
|
msgstr ""
|
|
2043
2218
|
|
|
2044
2219
|
#: gemspec.rb:2
|