foreman_remote_execution 16.1.0 → 16.2.0
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 +54 -30
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +52 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +55 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +61 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +62 -38
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +53 -29
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +61 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +55 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +52 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +61 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +52 -28
- data/app/views/api/v2/job_templates/main.json.rabl +1 -1
- data/lib/foreman_remote_execution/plugin.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 +54 -30
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +52 -28
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +55 -31
- data/locale/foreman_remote_execution.pot +193 -156
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +61 -37
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +62 -38
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +53 -29
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +61 -37
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +55 -31
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +52 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +61 -37
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +52 -28
- data/webpack/JobInvocationDetail/CheckboxesActions.js +1 -2
- data/webpack/JobInvocationDetail/JobInvocationHostTable.js +14 -1
- data/webpack/JobInvocationDetail/TemplateInvocation.js +63 -50
- data/webpack/JobInvocationDetail/TemplateInvocationPage.js +1 -0
- data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +1 -1
- data/webpack/JobInvocationDetail/__tests__/TemplateInvocation.test.js +4 -0
- data/webpack/JobInvocationDetail/index.js +1 -1
- data/webpack/react_app/components/HostKebab/KebabItems.js +2 -3
- 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: 2025-
|
12
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-08-29 12:38+0000\n"
|
12
|
+
"PO-Revision-Date: 2025-08-29 12:38+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -201,32 +201,38 @@ msgid "Get raw output for a host"
|
|
201
201
|
msgstr ""
|
202
202
|
|
203
203
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:137
|
204
|
-
msgid "Cancel job invocation"
|
204
|
+
msgid "Cancel job invocation or matching tasks only"
|
205
205
|
msgstr ""
|
206
206
|
|
207
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
207
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:140
|
208
|
+
msgid ""
|
209
|
+
"Search query to cancel tasks only on matching hosts. If not provided, the whol"
|
210
|
+
"e job invocation will be cancelled."
|
211
|
+
msgstr ""
|
212
|
+
|
213
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:173
|
208
214
|
msgid "The job could not be cancelled."
|
209
215
|
msgstr ""
|
210
216
|
|
211
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
217
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:177
|
212
218
|
msgid "Rerun job on failed hosts"
|
213
219
|
msgstr ""
|
214
220
|
|
215
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
221
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:188
|
216
222
|
#: ../app/views/job_invocations/_form.html.erb:4
|
217
223
|
msgid "Could not rerun job %{id} because its template could not be found"
|
218
224
|
msgstr ""
|
219
225
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
226
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:193
|
221
227
|
msgid "Get outputs of hosts in a job"
|
222
228
|
msgstr ""
|
223
229
|
|
224
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
225
|
-
#: ../app/controllers/template_invocations_controller.rb:
|
230
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:242
|
231
|
+
#: ../app/controllers/template_invocations_controller.rb:71
|
226
232
|
msgid "Host with id '%{id}' was not found"
|
227
233
|
msgstr ""
|
228
234
|
|
229
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
235
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:251
|
230
236
|
msgid "Only one of feature or job_template_id can be specified"
|
231
237
|
msgstr ""
|
232
238
|
|
@@ -403,7 +409,7 @@ msgstr ""
|
|
403
409
|
msgid "Template invocation not found"
|
404
410
|
msgstr ""
|
405
411
|
|
406
|
-
#: ../app/controllers/template_invocations_controller.rb:
|
412
|
+
#: ../app/controllers/template_invocations_controller.rb:65
|
407
413
|
msgid "Job with id '%{id}' was not found"
|
408
414
|
msgstr ""
|
409
415
|
|
@@ -420,9 +426,9 @@ msgstr ""
|
|
420
426
|
#: ../app/helpers/hosts_extensions_helper.rb:10
|
421
427
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
422
428
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
423
|
-
#: ../lib/foreman_remote_execution/
|
424
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:
|
425
|
-
#: ../webpack/JobInvocationDetail/index.js:
|
429
|
+
#: ../lib/foreman_remote_execution/plugin.rb:194
|
430
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:23
|
431
|
+
#: ../webpack/JobInvocationDetail/index.js:99
|
426
432
|
#: ../webpack/JobWizard/JobWizardPageRerun.js:53
|
427
433
|
#: ../webpack/JobWizard/index.js:20
|
428
434
|
msgid "Jobs"
|
@@ -439,7 +445,7 @@ msgid "%s"
|
|
439
445
|
msgstr ""
|
440
446
|
|
441
447
|
#: ../app/helpers/hosts_extensions_helper.rb:48
|
442
|
-
#: ../webpack/react_app/components/HostKebab/KebabItems.js:
|
448
|
+
#: ../webpack/react_app/components/HostKebab/KebabItems.js:22
|
443
449
|
msgid "Web Console"
|
444
450
|
msgstr ""
|
445
451
|
|
@@ -449,22 +455,22 @@ msgstr ""
|
|
449
455
|
|
450
456
|
#: ../app/helpers/job_invocations_chart_helper.rb:19
|
451
457
|
#: ../app/views/job_invocations/index.html.erb:13
|
452
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
453
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
458
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:52
|
459
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:73
|
454
460
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:36
|
455
461
|
msgid "Failed"
|
456
462
|
msgstr ""
|
457
463
|
|
458
464
|
#: ../app/helpers/job_invocations_chart_helper.rb:20
|
459
465
|
#: ../app/views/job_invocations/index.html.erb:14
|
460
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
466
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:77
|
461
467
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:23
|
462
468
|
msgid "Pending"
|
463
469
|
msgstr ""
|
464
470
|
|
465
471
|
#: ../app/helpers/job_invocations_chart_helper.rb:21
|
466
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
467
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
472
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:54
|
473
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:79
|
468
474
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:11
|
469
475
|
msgid "Cancelled"
|
470
476
|
msgstr ""
|
@@ -486,6 +492,7 @@ msgid "succeeded"
|
|
486
492
|
msgstr ""
|
487
493
|
|
488
494
|
#: ../app/helpers/job_invocations_chart_helper.rb:41
|
495
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:196
|
489
496
|
msgid "cancelled"
|
490
497
|
msgstr ""
|
491
498
|
|
@@ -538,6 +545,7 @@ msgstr ""
|
|
538
545
|
|
539
546
|
#: ../app/helpers/remote_execution_helper.rb:73
|
540
547
|
#: ../app/views/template_invocations/show.html.erb:22
|
548
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:266
|
541
549
|
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:24
|
542
550
|
msgid "Rerun"
|
543
551
|
msgstr ""
|
@@ -547,7 +555,7 @@ msgid "Rerun the job"
|
|
547
555
|
msgstr ""
|
548
556
|
|
549
557
|
#: ../app/helpers/remote_execution_helper.rb:76
|
550
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
558
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:153
|
551
559
|
msgid "Rerun failed"
|
552
560
|
msgstr ""
|
553
561
|
|
@@ -661,51 +669,41 @@ msgstr ""
|
|
661
669
|
msgid "%{description} on %{host}"
|
662
670
|
msgstr ""
|
663
671
|
|
664
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:114
|
672
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:114
|
665
673
|
msgid "Remote action:"
|
666
674
|
msgstr ""
|
667
675
|
|
668
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
669
|
-
msgid "Job cancelled by user"
|
670
|
-
msgstr ""
|
671
|
-
|
672
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:147
|
673
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:165
|
676
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:140
|
674
677
|
msgid "Exit status: %s"
|
675
678
|
msgstr ""
|
676
679
|
|
677
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
678
|
-
msgid "Job finished with error"
|
679
|
-
msgstr ""
|
680
|
-
|
681
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:152
|
682
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:170
|
680
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:147
|
683
681
|
msgid "Error loading data from proxy"
|
684
682
|
msgstr ""
|
685
683
|
|
686
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
684
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:186
|
687
685
|
msgid "User can not execute job on host %s"
|
688
686
|
msgstr ""
|
689
687
|
|
690
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
688
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:187
|
691
689
|
msgid "User can not execute this job template"
|
692
690
|
msgstr ""
|
693
691
|
|
694
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
692
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:190
|
695
693
|
msgid "User can not execute job on infrastructure host %s"
|
696
694
|
msgstr ""
|
697
695
|
|
698
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
696
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:196
|
699
697
|
msgid "User can not execute this job template on %s"
|
700
698
|
msgstr ""
|
701
699
|
|
702
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
700
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:206
|
703
701
|
msgid "The only applicable proxy %{proxy_names} is down"
|
704
702
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
705
703
|
msgstr[0] ""
|
706
704
|
msgstr[1] ""
|
707
705
|
|
708
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
706
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:216
|
709
707
|
msgid ""
|
710
708
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
711
709
|
"_proxy}, %{fallback_proxy} in settings"
|
@@ -749,7 +747,7 @@ msgstr ""
|
|
749
747
|
msgid "Should this interface be used for remote execution?"
|
750
748
|
msgstr ""
|
751
749
|
|
752
|
-
#: ../app/models/concerns/foreman_remote_execution/host_extensions.rb:
|
750
|
+
#: ../app/models/concerns/foreman_remote_execution/host_extensions.rb:79
|
753
751
|
msgid ""
|
754
752
|
"Interface with the '%s' identifier was specified as a remote execution interfa"
|
755
753
|
"ce, however the interface was not found on the host. If the interface exists, "
|
@@ -860,17 +858,17 @@ msgstr ""
|
|
860
858
|
msgid "Subscribe to all my jobs"
|
861
859
|
msgstr ""
|
862
860
|
|
863
|
-
#: ../app/models/
|
861
|
+
#: ../app/models/script_execution_provider.rb:12
|
864
862
|
msgid "Script"
|
865
863
|
msgstr ""
|
866
864
|
|
867
865
|
#: ../app/models/targeting.rb:5
|
868
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
866
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:150
|
869
867
|
msgid "Static Query"
|
870
868
|
msgstr ""
|
871
869
|
|
872
870
|
#: ../app/models/targeting.rb:5
|
873
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
871
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:151
|
874
872
|
msgid "Dynamic Query"
|
875
873
|
msgstr ""
|
876
874
|
|
@@ -917,13 +915,13 @@ msgid "default_capsule method missing from SmartProxy"
|
|
917
915
|
msgstr ""
|
918
916
|
|
919
917
|
#: ../app/views/dashboard/_latest-jobs.html.erb:2
|
920
|
-
#: ../lib/foreman_remote_execution/
|
918
|
+
#: ../lib/foreman_remote_execution/plugin.rb:201
|
921
919
|
msgid "Latest Jobs"
|
922
920
|
msgstr ""
|
923
921
|
|
924
922
|
#: ../app/views/dashboard/_latest-jobs.html.erb:7
|
925
923
|
#: ../app/views/remote_execution_features/index.html.erb:7
|
926
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
924
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:95
|
927
925
|
msgid "Name"
|
928
926
|
msgstr ""
|
929
927
|
|
@@ -983,7 +981,7 @@ msgstr ""
|
|
983
981
|
|
984
982
|
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
985
983
|
#: ../app/views/job_invocations/_form.html.erb:106
|
986
|
-
#: ../lib/foreman_remote_execution/
|
984
|
+
#: ../lib/foreman_remote_execution/plugin.rb:110
|
987
985
|
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:64
|
988
986
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:60
|
989
987
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:274
|
@@ -1026,7 +1024,7 @@ msgid "Location"
|
|
1026
1024
|
msgstr ""
|
1027
1025
|
|
1028
1026
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:37
|
1029
|
-
#: ../lib/foreman_remote_execution/
|
1027
|
+
#: ../lib/foreman_remote_execution/plugin.rb:30
|
1030
1028
|
msgid "SSH User"
|
1031
1029
|
msgstr ""
|
1032
1030
|
|
@@ -1148,8 +1146,8 @@ msgid ""
|
|
1148
1146
|
msgstr ""
|
1149
1147
|
|
1150
1148
|
#: ../app/views/job_invocations/_form.html.erb:112
|
1151
|
-
#: ../lib/foreman_remote_execution/
|
1152
|
-
#: ../lib/foreman_remote_execution/
|
1149
|
+
#: ../lib/foreman_remote_execution/plugin.rb:44
|
1150
|
+
#: ../lib/foreman_remote_execution/plugin.rb:46
|
1153
1151
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:128
|
1154
1152
|
msgid "Effective user password"
|
1155
1153
|
msgstr ""
|
@@ -1284,14 +1282,14 @@ msgid "Search Query"
|
|
1284
1282
|
msgstr ""
|
1285
1283
|
|
1286
1284
|
#: ../app/views/job_invocations/index.html.erb:11
|
1287
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1285
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:129
|
1288
1286
|
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:42
|
1289
1287
|
msgid "Status"
|
1290
1288
|
msgstr ""
|
1291
1289
|
|
1292
1290
|
#: ../app/views/job_invocations/index.html.erb:12
|
1293
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1294
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1291
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:51
|
1292
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:71
|
1295
1293
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:42
|
1296
1294
|
msgid "Succeeded"
|
1297
1295
|
msgstr ""
|
@@ -1374,7 +1372,7 @@ msgstr ""
|
|
1374
1372
|
|
1375
1373
|
#: ../app/views/job_templates/edit.html.erb:6
|
1376
1374
|
#: ../app/views/job_templates/index.html.erb:4
|
1377
|
-
#: ../lib/foreman_remote_execution/
|
1375
|
+
#: ../lib/foreman_remote_execution/plugin.rb:183
|
1378
1376
|
msgid "Job Templates"
|
1379
1377
|
msgstr ""
|
1380
1378
|
|
@@ -1425,7 +1423,7 @@ msgid "Remote execution"
|
|
1425
1423
|
msgstr ""
|
1426
1424
|
|
1427
1425
|
#: ../app/views/overrides/subnets/_rex_tab.html.erb:1
|
1428
|
-
#: ../lib/foreman_remote_execution/
|
1426
|
+
#: ../lib/foreman_remote_execution/plugin.rb:15
|
1429
1427
|
msgid "Remote Execution"
|
1430
1428
|
msgstr ""
|
1431
1429
|
|
@@ -1447,7 +1445,7 @@ msgid ""
|
|
1447
1445
|
msgstr ""
|
1448
1446
|
|
1449
1447
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
1450
|
-
#: ../lib/foreman_remote_execution/
|
1448
|
+
#: ../lib/foreman_remote_execution/plugin.rb:188
|
1451
1449
|
msgid "Remote Execution Features"
|
1452
1450
|
msgstr ""
|
1453
1451
|
|
@@ -1493,7 +1491,7 @@ msgid ""
|
|
1493
1491
|
msgstr ""
|
1494
1492
|
|
1495
1493
|
#: ../app/views/template_invocations/show.html.erb:6
|
1496
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:
|
1494
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:20
|
1497
1495
|
msgid "Template Invocation for %s"
|
1498
1496
|
msgstr ""
|
1499
1497
|
|
@@ -1522,16 +1520,17 @@ msgid "Target: "
|
|
1522
1520
|
msgstr ""
|
1523
1521
|
|
1524
1522
|
#: ../app/views/template_invocations/show.html.erb:35
|
1523
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:201
|
1525
1524
|
msgid "using Smart Proxy"
|
1526
1525
|
msgstr ""
|
1527
1526
|
|
1528
1527
|
#: ../app/views/template_invocations/show.html.erb:47
|
1529
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:
|
1528
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:143
|
1530
1529
|
msgid "Scroll to bottom"
|
1531
1530
|
msgstr ""
|
1532
1531
|
|
1533
1532
|
#: ../app/views/template_invocations/show.html.erb:53
|
1534
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:
|
1533
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:155
|
1535
1534
|
msgid "Scroll to top"
|
1536
1535
|
msgstr ""
|
1537
1536
|
|
@@ -1570,69 +1569,85 @@ msgstr ""
|
|
1570
1569
|
msgid "Unable to create mail notification: %s"
|
1571
1570
|
msgstr ""
|
1572
1571
|
|
1573
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1572
|
+
#: ../lib/foreman_remote_execution/engine.rb:111
|
1573
|
+
msgid "Run Puppet Once"
|
1574
|
+
msgstr ""
|
1575
|
+
|
1576
|
+
#: ../lib/foreman_remote_execution/engine.rb:112
|
1577
|
+
msgid "Perform a single Puppet run"
|
1578
|
+
msgstr ""
|
1579
|
+
|
1580
|
+
#: ../lib/foreman_remote_execution/engine.rb:117
|
1581
|
+
msgid "Run Script"
|
1582
|
+
msgstr ""
|
1583
|
+
|
1584
|
+
#: ../lib/foreman_remote_execution/engine.rb:118
|
1585
|
+
msgid "Run a script"
|
1586
|
+
msgstr ""
|
1587
|
+
|
1588
|
+
#: ../lib/foreman_remote_execution/plugin.rb:18
|
1574
1589
|
msgid ""
|
1575
1590
|
"Search the host for any proxy with Remote Execution, useful when the host has "
|
1576
1591
|
"no subnet or the subnet does not have an execution proxy"
|
1577
1592
|
msgstr ""
|
1578
1593
|
|
1579
|
-
#: ../lib/foreman_remote_execution/
|
1594
|
+
#: ../lib/foreman_remote_execution/plugin.rb:20
|
1580
1595
|
msgid "Fallback to Any Proxy"
|
1581
1596
|
msgstr ""
|
1582
1597
|
|
1583
|
-
#: ../lib/foreman_remote_execution/
|
1598
|
+
#: ../lib/foreman_remote_execution/plugin.rb:23
|
1584
1599
|
msgid ""
|
1585
1600
|
"Search for remote execution proxy outside of the proxies assigned to the host."
|
1586
1601
|
" The search will be limited to the host's organization and location."
|
1587
1602
|
msgstr ""
|
1588
1603
|
|
1589
|
-
#: ../lib/foreman_remote_execution/
|
1604
|
+
#: ../lib/foreman_remote_execution/plugin.rb:25
|
1590
1605
|
msgid "Enable Global Proxy"
|
1591
1606
|
msgstr ""
|
1592
1607
|
|
1593
|
-
#: ../lib/foreman_remote_execution/
|
1608
|
+
#: ../lib/foreman_remote_execution/plugin.rb:28
|
1594
1609
|
msgid ""
|
1595
1610
|
"Default user to use for SSH. You may override per host by setting a parameter"
|
1596
1611
|
" called remote_execution_ssh_user."
|
1597
1612
|
msgstr ""
|
1598
1613
|
|
1599
|
-
#: ../lib/foreman_remote_execution/
|
1614
|
+
#: ../lib/foreman_remote_execution/plugin.rb:33
|
1600
1615
|
msgid ""
|
1601
1616
|
"Default user to use for executing the script. If the user differs from the SSH"
|
1602
1617
|
" user, su or sudo is used to switch the user."
|
1603
1618
|
msgstr ""
|
1604
1619
|
|
1605
|
-
#: ../lib/foreman_remote_execution/
|
1620
|
+
#: ../lib/foreman_remote_execution/plugin.rb:35
|
1606
1621
|
msgid "Effective User"
|
1607
1622
|
msgstr ""
|
1608
1623
|
|
1609
|
-
#: ../lib/foreman_remote_execution/
|
1624
|
+
#: ../lib/foreman_remote_execution/plugin.rb:38
|
1610
1625
|
msgid "What command should be used to switch to the effective user. One of %s"
|
1611
1626
|
msgstr ""
|
1612
1627
|
|
1613
|
-
#: ../lib/foreman_remote_execution/
|
1628
|
+
#: ../lib/foreman_remote_execution/plugin.rb:40
|
1614
1629
|
msgid "Effective User Method"
|
1615
1630
|
msgstr ""
|
1616
1631
|
|
1617
|
-
#: ../lib/foreman_remote_execution/
|
1632
|
+
#: ../lib/foreman_remote_execution/plugin.rb:50
|
1618
1633
|
msgid "Whether we should sync templates from disk when running db:seed."
|
1619
1634
|
msgstr ""
|
1620
1635
|
|
1621
|
-
#: ../lib/foreman_remote_execution/
|
1636
|
+
#: ../lib/foreman_remote_execution/plugin.rb:52
|
1622
1637
|
msgid "Sync Job Templates"
|
1623
1638
|
msgstr ""
|
1624
1639
|
|
1625
|
-
#: ../lib/foreman_remote_execution/
|
1640
|
+
#: ../lib/foreman_remote_execution/plugin.rb:55
|
1626
1641
|
msgid ""
|
1627
1642
|
"Port to use for SSH communication. Default port 22. You may override per host "
|
1628
1643
|
"by setting a parameter called remote_execution_ssh_port."
|
1629
1644
|
msgstr ""
|
1630
1645
|
|
1631
|
-
#: ../lib/foreman_remote_execution/
|
1646
|
+
#: ../lib/foreman_remote_execution/plugin.rb:57
|
1632
1647
|
msgid "SSH Port"
|
1633
1648
|
msgstr ""
|
1634
1649
|
|
1635
|
-
#: ../lib/foreman_remote_execution/
|
1650
|
+
#: ../lib/foreman_remote_execution/plugin.rb:60
|
1636
1651
|
msgid ""
|
1637
1652
|
"Should the ip addresses on host interfaces be preferred over the fqdn? It is u"
|
1638
1653
|
"seful when DNS not resolving the fqdns properly. You may override this per hos"
|
@@ -1641,11 +1656,11 @@ msgid ""
|
|
1641
1656
|
"tting"
|
1642
1657
|
msgstr ""
|
1643
1658
|
|
1644
|
-
#: ../lib/foreman_remote_execution/
|
1659
|
+
#: ../lib/foreman_remote_execution/plugin.rb:64
|
1645
1660
|
msgid "Connect by IP"
|
1646
1661
|
msgstr ""
|
1647
1662
|
|
1648
|
-
#: ../lib/foreman_remote_execution/
|
1663
|
+
#: ../lib/foreman_remote_execution/plugin.rb:67
|
1649
1664
|
msgid ""
|
1650
1665
|
"When connecting using ip address, should the IPv6 addresses be preferred? If n"
|
1651
1666
|
"o IPv6 address is set, it falls back to IPv4 automatically. You may override t"
|
@@ -1654,94 +1669,115 @@ msgid ""
|
|
1654
1669
|
" default"
|
1655
1670
|
msgstr ""
|
1656
1671
|
|
1657
|
-
#: ../lib/foreman_remote_execution/
|
1672
|
+
#: ../lib/foreman_remote_execution/plugin.rb:71
|
1658
1673
|
msgid "Prefer IPv6 over IPv4"
|
1659
1674
|
msgstr ""
|
1660
1675
|
|
1661
|
-
#: ../lib/foreman_remote_execution/
|
1676
|
+
#: ../lib/foreman_remote_execution/plugin.rb:74
|
1662
1677
|
msgid ""
|
1663
1678
|
"Default password to use for SSH. You may override per host by setting a parame"
|
1664
1679
|
"ter called remote_execution_ssh_password"
|
1665
1680
|
msgstr ""
|
1666
1681
|
|
1667
|
-
#: ../lib/foreman_remote_execution/
|
1682
|
+
#: ../lib/foreman_remote_execution/plugin.rb:76
|
1668
1683
|
msgid "Default SSH password"
|
1669
1684
|
msgstr ""
|
1670
1685
|
|
1671
|
-
#: ../lib/foreman_remote_execution/
|
1686
|
+
#: ../lib/foreman_remote_execution/plugin.rb:80
|
1672
1687
|
msgid ""
|
1673
1688
|
"Default key passphrase to use for SSH. You may override per host by setting a "
|
1674
1689
|
"parameter called remote_execution_ssh_key_passphrase"
|
1675
1690
|
msgstr ""
|
1676
1691
|
|
1677
|
-
#: ../lib/foreman_remote_execution/
|
1692
|
+
#: ../lib/foreman_remote_execution/plugin.rb:82
|
1678
1693
|
msgid "Default SSH key passphrase"
|
1679
1694
|
msgstr ""
|
1680
1695
|
|
1681
|
-
#: ../lib/foreman_remote_execution/
|
1696
|
+
#: ../lib/foreman_remote_execution/plugin.rb:86
|
1682
1697
|
msgid ""
|
1683
1698
|
"When enabled, working directories will be removed after task completion. You m"
|
1684
1699
|
"ay override this per host by setting a parameter called remote_execution_clean"
|
1685
1700
|
"up_working_dirs."
|
1686
1701
|
msgstr ""
|
1687
1702
|
|
1688
|
-
#: ../lib/foreman_remote_execution/
|
1703
|
+
#: ../lib/foreman_remote_execution/plugin.rb:88
|
1689
1704
|
msgid "Cleanup working directories"
|
1690
1705
|
msgstr ""
|
1691
1706
|
|
1692
|
-
#: ../lib/foreman_remote_execution/
|
1707
|
+
#: ../lib/foreman_remote_execution/plugin.rb:91
|
1693
1708
|
msgid ""
|
1694
1709
|
"Where to find the Cockpit instance for the Web Console button. By default, no"
|
1695
1710
|
" button is shown."
|
1696
1711
|
msgstr ""
|
1697
1712
|
|
1698
|
-
#: ../lib/foreman_remote_execution/
|
1713
|
+
#: ../lib/foreman_remote_execution/plugin.rb:93
|
1699
1714
|
msgid "Cockpit URL"
|
1700
1715
|
msgstr ""
|
1701
1716
|
|
1702
|
-
#: ../lib/foreman_remote_execution/
|
1717
|
+
#: ../lib/foreman_remote_execution/plugin.rb:96
|
1703
1718
|
msgid "Choose a job template that is pre-selected in job invocation form"
|
1704
1719
|
msgstr ""
|
1705
1720
|
|
1706
|
-
#: ../lib/foreman_remote_execution/
|
1721
|
+
#: ../lib/foreman_remote_execution/plugin.rb:98
|
1707
1722
|
msgid "Form Job Template"
|
1708
1723
|
msgstr ""
|
1709
1724
|
|
1710
|
-
#: ../lib/foreman_remote_execution/
|
1725
|
+
#: ../lib/foreman_remote_execution/plugin.rb:102
|
1711
1726
|
msgid ""
|
1712
1727
|
"Select a report template used for generating a report for a particular remote "
|
1713
1728
|
"execution job"
|
1714
1729
|
msgstr ""
|
1715
1730
|
|
1716
|
-
#: ../lib/foreman_remote_execution/
|
1731
|
+
#: ../lib/foreman_remote_execution/plugin.rb:104
|
1717
1732
|
msgid "Job Invocation Report Template"
|
1718
1733
|
msgstr ""
|
1719
1734
|
|
1720
|
-
#: ../lib/foreman_remote_execution/
|
1735
|
+
#: ../lib/foreman_remote_execution/plugin.rb:108
|
1721
1736
|
msgid ""
|
1722
1737
|
"Time in seconds within which the host has to pick up a job. If the job is not "
|
1723
1738
|
"picked up within this limit, the job will be cancelled. Defaults to 1 day. App"
|
1724
1739
|
"lies only to pull-mqtt based jobs."
|
1725
1740
|
msgstr ""
|
1726
1741
|
|
1727
|
-
#: ../
|
1728
|
-
msgid "
|
1742
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:56
|
1743
|
+
msgid "Cancel selected"
|
1729
1744
|
msgstr ""
|
1730
1745
|
|
1731
|
-
#: ../
|
1732
|
-
msgid "
|
1746
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:67
|
1747
|
+
msgid "Abort selected"
|
1733
1748
|
msgstr ""
|
1734
1749
|
|
1735
|
-
#: ../
|
1736
|
-
msgid "
|
1750
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:76
|
1751
|
+
msgid "Open all failed runs (%s)"
|
1737
1752
|
msgstr ""
|
1738
1753
|
|
1739
|
-
#: ../
|
1740
|
-
msgid "
|
1754
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:181
|
1755
|
+
msgid "Trying to %s the task"
|
1741
1756
|
msgstr ""
|
1742
1757
|
|
1743
|
-
#: ../
|
1744
|
-
msgid "
|
1758
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:196
|
1759
|
+
msgid "aborted"
|
1760
|
+
msgstr ""
|
1761
|
+
|
1762
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:205
|
1763
|
+
msgid "%s task(s) successfully %s: %s"
|
1764
|
+
msgstr ""
|
1765
|
+
|
1766
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:217
|
1767
|
+
msgid "Task(s) were not %s"
|
1768
|
+
msgstr ""
|
1769
|
+
|
1770
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:226
|
1771
|
+
msgid "An error occurred."
|
1772
|
+
msgstr ""
|
1773
|
+
|
1774
|
+
#: ../webpack/JobInvocationDetail/CheckboxesActions.js:246
|
1775
|
+
msgid "Open selected in new tab"
|
1776
|
+
msgstr ""
|
1777
|
+
|
1778
|
+
#: ../webpack/JobInvocationDetail/DropdownFilter.js:30
|
1779
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:50
|
1780
|
+
msgid "All statuses"
|
1745
1781
|
msgstr ""
|
1746
1782
|
|
1747
1783
|
#: ../webpack/JobInvocationDetail/JobAdditionInfo.js:88
|
@@ -1839,61 +1875,56 @@ msgstr ""
|
|
1839
1875
|
msgid "Could not cancel recurring logic %s: ${response}"
|
1840
1876
|
msgstr ""
|
1841
1877
|
|
1842
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1843
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTableToolbar.js:33
|
1844
|
-
msgid "All statuses"
|
1845
|
-
msgstr ""
|
1846
|
-
|
1847
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:49
|
1878
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:53
|
1848
1879
|
msgid "In Progress"
|
1849
1880
|
msgstr ""
|
1850
1881
|
|
1851
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1882
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:75
|
1852
1883
|
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:84
|
1853
1884
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:29
|
1854
1885
|
msgid "Scheduled"
|
1855
1886
|
msgstr ""
|
1856
1887
|
|
1857
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1888
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:81
|
1858
1889
|
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:17
|
1859
1890
|
msgid "Awaiting start"
|
1860
1891
|
msgstr ""
|
1861
1892
|
|
1862
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1893
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:103
|
1863
1894
|
msgid "Host group"
|
1864
1895
|
msgstr ""
|
1865
1896
|
|
1866
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1897
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:111
|
1867
1898
|
msgid "OS"
|
1868
1899
|
msgstr ""
|
1869
1900
|
|
1870
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1901
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:121
|
1871
1902
|
msgid "Smart proxy"
|
1872
1903
|
msgstr ""
|
1873
1904
|
|
1874
|
-
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:
|
1905
|
+
#: ../webpack/JobInvocationDetail/JobInvocationConstants.js:136
|
1875
1906
|
msgid "Unknown"
|
1876
1907
|
msgstr ""
|
1877
1908
|
|
1878
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:
|
1909
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:288
|
1879
1910
|
msgid "No Results"
|
1880
1911
|
msgstr ""
|
1881
1912
|
|
1882
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:
|
1913
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:296
|
1883
1914
|
msgid ""
|
1884
1915
|
"The dynamic query is still being processed. You can {viewTheHosts} targeted by"
|
1885
1916
|
" the query."
|
1886
1917
|
msgstr ""
|
1887
1918
|
|
1888
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:
|
1919
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:302
|
1889
1920
|
msgid "view the hosts"
|
1890
1921
|
msgstr ""
|
1891
1922
|
|
1892
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:
|
1923
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:308
|
1893
1924
|
msgid "No hosts found"
|
1894
1925
|
msgstr ""
|
1895
1926
|
|
1896
|
-
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:
|
1927
|
+
#: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:417
|
1897
1928
|
msgid "A task for this host has not been started"
|
1898
1929
|
msgstr ""
|
1899
1930
|
|
@@ -1933,48 +1964,48 @@ msgstr ""
|
|
1933
1964
|
msgid "Cancelled:"
|
1934
1965
|
msgstr ""
|
1935
1966
|
|
1936
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1967
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:88
|
1937
1968
|
msgid "${d.title} ${d.count} hosts"
|
1938
1969
|
msgstr ""
|
1939
1970
|
|
1940
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1971
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:91
|
1941
1972
|
msgid "Scheduled: ${totalHosts} hosts"
|
1942
1973
|
msgstr ""
|
1943
1974
|
|
1944
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1975
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:117
|
1945
1976
|
msgid "Systems"
|
1946
1977
|
msgstr ""
|
1947
1978
|
|
1948
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1979
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:136
|
1949
1980
|
msgid "System status"
|
1950
1981
|
msgstr ""
|
1951
1982
|
|
1952
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1983
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:170
|
1953
1984
|
msgid "Scheduled at:"
|
1954
1985
|
msgstr ""
|
1955
1986
|
|
1956
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
1987
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:116
|
1957
1988
|
msgid "Disable recurring"
|
1958
1989
|
msgstr ""
|
1959
1990
|
|
1960
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
1991
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:116
|
1961
1992
|
msgid "Enable recurring"
|
1962
1993
|
msgstr ""
|
1963
1994
|
|
1964
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
1995
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:129
|
1965
1996
|
msgid "Cancel recurring"
|
1966
1997
|
msgstr ""
|
1967
1998
|
|
1968
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
1999
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:144
|
1969
2000
|
msgid "Rerun successful"
|
1970
2001
|
msgstr ""
|
1971
2002
|
|
1972
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
2003
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:162
|
1973
2004
|
msgid "View task"
|
1974
2005
|
msgstr ""
|
1975
2006
|
|
1976
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
1977
|
-
#: ../webpack/JobInvocationDetail/
|
2007
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:175
|
2008
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:81
|
1978
2009
|
#: ../webpack/JobWizard/Footer.js:88
|
1979
2010
|
msgid "Cancel"
|
1980
2011
|
msgstr ""
|
@@ -1983,62 +2014,62 @@ msgstr ""
|
|
1983
2014
|
msgid "Abort"
|
1984
2015
|
msgstr ""
|
1985
2016
|
|
1986
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
2017
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:197
|
1987
2018
|
msgid "Legacy UI"
|
1988
2019
|
msgstr ""
|
1989
2020
|
|
1990
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
2021
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:219
|
1991
2022
|
msgid "Create report"
|
1992
2023
|
msgstr ""
|
1993
2024
|
|
1994
|
-
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:
|
2025
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:240
|
1995
2026
|
msgid "Rerun all"
|
1996
2027
|
msgstr ""
|
1997
2028
|
|
1998
|
-
#: ../webpack/JobInvocationDetail/
|
2029
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:20
|
1999
2030
|
msgid ""
|
2000
2031
|
"Popups are blocked by your browser. Please allow popups for this site to open "
|
2001
2032
|
"all invocations in new tabs."
|
2002
2033
|
msgstr ""
|
2003
2034
|
|
2004
|
-
#: ../webpack/JobInvocationDetail/
|
2005
|
-
msgid "Open all invocations in new tabs"
|
2035
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:51
|
2036
|
+
msgid "Open all %s invocations in new tabs"
|
2006
2037
|
msgstr ""
|
2007
2038
|
|
2008
|
-
#: ../webpack/JobInvocationDetail/
|
2009
|
-
msgid "Open
|
2039
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:73
|
2040
|
+
msgid "Open in new tabs"
|
2010
2041
|
msgstr ""
|
2011
2042
|
|
2012
|
-
#: ../webpack/JobInvocationDetail/
|
2013
|
-
msgid "Are you sure you want to open all invocations in new tabs?"
|
2043
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:86
|
2044
|
+
msgid "Are you sure you want to open all %s invocations in new tabs?"
|
2014
2045
|
msgstr ""
|
2015
2046
|
|
2016
|
-
#: ../webpack/JobInvocationDetail/
|
2017
|
-
msgid "This will open a new tab for each invocation."
|
2047
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:90
|
2048
|
+
msgid "This will open a new tab for each invocation. The maximum is 100."
|
2018
2049
|
msgstr ""
|
2019
2050
|
|
2020
|
-
#: ../webpack/JobInvocationDetail/
|
2021
|
-
msgid "The number of invocations is:"
|
2051
|
+
#: ../webpack/JobInvocationDetail/OpenAllInvocationsModal.js:92
|
2052
|
+
msgid "The number of %s invocations is:"
|
2022
2053
|
msgstr ""
|
2023
2054
|
|
2024
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:
|
2055
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:50
|
2025
2056
|
msgid "Successfully copied to clipboard!"
|
2026
2057
|
msgstr ""
|
2027
2058
|
|
2028
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:
|
2059
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:51
|
2029
2060
|
msgid "Copy to clipboard"
|
2030
2061
|
msgstr ""
|
2031
2062
|
|
2032
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:
|
2063
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:144
|
2033
2064
|
msgid "An error occurred while fetching the template invocation details."
|
2034
2065
|
msgstr ""
|
2035
2066
|
|
2036
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:
|
2067
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocation.js:197
|
2037
2068
|
msgid "Target:"
|
2038
2069
|
msgstr ""
|
2039
2070
|
|
2040
2071
|
#:
|
2041
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:
|
2072
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/OutputCodeBlock.js:106
|
2042
2073
|
msgid "No output for the selected filters"
|
2043
2074
|
msgstr ""
|
2044
2075
|
|
@@ -2089,21 +2120,31 @@ msgstr ""
|
|
2089
2120
|
|
2090
2121
|
#:
|
2091
2122
|
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:51
|
2123
|
+
msgid "Could not cancel the task"
|
2124
|
+
msgstr ""
|
2125
|
+
|
2126
|
+
#:
|
2127
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:52
|
2092
2128
|
msgid "Task for the host cancelled succesfully"
|
2093
2129
|
msgstr ""
|
2094
2130
|
|
2095
2131
|
#:
|
2096
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:
|
2132
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:60
|
2097
2133
|
msgid "Abort task"
|
2098
2134
|
msgstr ""
|
2099
2135
|
|
2100
2136
|
#:
|
2101
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:
|
2137
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:67
|
2102
2138
|
msgid "Trying to abort the task for the host"
|
2103
2139
|
msgstr ""
|
2104
2140
|
|
2105
2141
|
#:
|
2106
|
-
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:
|
2142
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:75
|
2143
|
+
msgid "Could not abort the task"
|
2144
|
+
msgstr ""
|
2145
|
+
|
2146
|
+
#:
|
2147
|
+
#: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:76
|
2107
2148
|
msgid "task aborted succesfully"
|
2108
2149
|
msgstr ""
|
2109
2150
|
|
@@ -2659,11 +2700,11 @@ msgstr ""
|
|
2659
2700
|
msgid "Invalid date"
|
2660
2701
|
msgstr ""
|
2661
2702
|
|
2662
|
-
#: ../webpack/JobWizard/steps/form/FormHelpers.js:
|
2703
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:13
|
2663
2704
|
msgid "open-help-tooltip-button"
|
2664
2705
|
msgstr ""
|
2665
2706
|
|
2666
|
-
#: ../webpack/JobWizard/steps/form/FormHelpers.js:
|
2707
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:39
|
2667
2708
|
msgid "Reset to default"
|
2668
2709
|
msgstr ""
|
2669
2710
|
|
@@ -2779,10 +2820,6 @@ msgstr ""
|
|
2779
2820
|
msgid "Active Filters:"
|
2780
2821
|
msgstr ""
|
2781
2822
|
|
2782
|
-
#: action_names.rb:3
|
2783
|
-
msgid "Run hosts job:"
|
2784
|
-
msgstr ""
|
2785
|
-
|
2786
2823
|
#: gemspec.rb:2
|
2787
2824
|
msgid ""
|
2788
2825
|
"A plugin bringing remote execution to the Foreman, completing the config manag"
|