foreman_remote_execution 16.1.0 → 16.2.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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +57 -30
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +55 -28
  4. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +58 -31
  5. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +64 -37
  6. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +65 -38
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +56 -29
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +64 -37
  9. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +58 -31
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +55 -28
  11. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +64 -37
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +55 -28
  13. data/app/views/api/v2/job_templates/main.json.rabl +1 -1
  14. data/config/routes.rb +2 -1
  15. data/extra/cockpit/foreman-cockpit-session +3 -2
  16. data/lib/foreman_remote_execution/plugin.rb +1 -1
  17. data/lib/foreman_remote_execution/version.rb +1 -1
  18. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  19. data/locale/de/foreman_remote_execution.po +57 -30
  20. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  21. data/locale/en_GB/foreman_remote_execution.po +55 -28
  22. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  23. data/locale/es/foreman_remote_execution.po +58 -31
  24. data/locale/foreman_remote_execution.pot +202 -161
  25. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/fr/foreman_remote_execution.po +64 -37
  27. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/ja/foreman_remote_execution.po +65 -38
  29. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/ka/foreman_remote_execution.po +56 -29
  31. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/ko/foreman_remote_execution.po +64 -37
  33. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/pt_BR/foreman_remote_execution.po +58 -31
  35. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/ru/foreman_remote_execution.po +55 -28
  37. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  38. data/locale/zh_CN/foreman_remote_execution.po +64 -37
  39. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  40. data/locale/zh_TW/foreman_remote_execution.po +55 -28
  41. data/webpack/JobInvocationDetail/CheckboxesActions.js +1 -2
  42. data/webpack/JobInvocationDetail/JobInvocationHostTable.js +14 -1
  43. data/webpack/JobInvocationDetail/TemplateInvocation.js +63 -50
  44. data/webpack/JobInvocationDetail/TemplateInvocationPage.js +1 -0
  45. data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +1 -1
  46. data/webpack/JobInvocationDetail/__tests__/TemplateInvocation.test.js +4 -0
  47. data/webpack/JobInvocationDetail/index.js +1 -1
  48. data/webpack/JobWizard/Footer.js +7 -1
  49. data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +1 -1
  50. data/webpack/react_app/components/HostKebab/KebabItems.js +2 -3
  51. data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +5 -6
  52. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8150a0940b1cf9352e24f99f5083c36fb7bf42aefdfd99406eaeb191c109ec55
4
- data.tar.gz: 673400df79bdee44cb8eccbcb72ce654963dca2f1e94f015d8ffcbdcb625a710
3
+ metadata.gz: 9448cb2747c87518b30f5f411744846a45613ab7cffb13dbe964a04426ead5ab
4
+ data.tar.gz: 027d7b4e71254b490293085a86356bdf128c82bb542a4bfdd3799330b59fc89a
5
5
  SHA512:
6
- metadata.gz: f812d26367d5f24535531150d58aa224967f47db0651b6de2bb267ba5d037608665ec380e5b3d96003796a81f3b9f4c376d2e7de4365bdca4719ea012828a98b
7
- data.tar.gz: 102ef1de3d1f874fb70ac04cde6fb1f91ecb4980198c25d29afb23a9e3f3e28a2b98ec5e1bbb69a7271e3639a31277e4dd1828848c322fc0989e69c4e263c17a
6
+ metadata.gz: f08de421e1092fff0a4fd10b9bf6651c6ed367a2b912ea8c0f47f8d3f8008db648235970b06b81d4396c0d8e753584ad47171df7b4ae83b7b038a5bcafee176b
7
+ data.tar.gz: 99ed31aede7f76fcc53b81abb171399cc544e03520c3a376c90e10c727f1f81ff38c1e93cd2a7c0e23992c991822d750bc630c18d7eb0228d2404bc81e4b8922
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 15.0.1",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "Ettore Atalan <atalanttore@googlemail.com>, 2016-2017,2022-2023",
@@ -32,6 +32,9 @@
32
32
  "%s more": [
33
33
  ""
34
34
  ],
35
+ "%s task(s) successfully %s: %s": [
36
+ ""
37
+ ],
35
38
  "%{description} on %{host}": [
36
39
  "%{description} auf %{host}"
37
40
  ],
@@ -90,6 +93,9 @@
90
93
  "Abort Job": [
91
94
  "Auftrag abbrechen"
92
95
  ],
96
+ "Abort selected": [
97
+ ""
98
+ ],
93
99
  "Abort task": [
94
100
  ""
95
101
  ],
@@ -129,6 +135,9 @@
129
135
  "An error occurred while fetching the template invocation details.": [
130
136
  ""
131
137
  ],
138
+ "An error occurred.": [
139
+ ""
140
+ ],
132
141
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
133
142
  "Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
134
143
  ],
@@ -147,7 +156,7 @@
147
156
  "Apply to": [
148
157
  ""
149
158
  ],
150
- "Are you sure you want to open all invocations in new tabs?": [
159
+ "Are you sure you want to open all %s invocations in new tabs?": [
151
160
  ""
152
161
  ],
153
162
  "At": [
@@ -180,12 +189,15 @@
180
189
  "Cancel Task": [
181
190
  ""
182
191
  ],
183
- "Cancel job invocation": [
184
- "Auftragsaufruf abbrechen"
192
+ "Cancel job invocation or matching tasks only": [
193
+ ""
185
194
  ],
186
195
  "Cancel recurring": [
187
196
  ""
188
197
  ],
198
+ "Cancel selected": [
199
+ ""
200
+ ],
189
201
  "Cancelled": [
190
202
  "Abgebrochen"
191
203
  ],
@@ -252,12 +264,18 @@
252
264
  "Could not abort the job %s: ${response}": [
253
265
  ""
254
266
  ],
267
+ "Could not abort the task": [
268
+ ""
269
+ ],
255
270
  "Could not cancel recurring logic %s: ${response}": [
256
271
  ""
257
272
  ],
258
273
  "Could not cancel the job %s: ${response}": [
259
274
  ""
260
275
  ],
276
+ "Could not cancel the task": [
277
+ ""
278
+ ],
261
279
  "Could not disable recurring logic %s: ${response}": [
262
280
  ""
263
281
  ],
@@ -465,6 +483,9 @@
465
483
  "Evaluated at:": [
466
484
  "Evaluiert an:"
467
485
  ],
486
+ "Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
487
+ ""
488
+ ],
468
489
  "Every day at %s": [
469
490
  ""
470
491
  ],
@@ -489,6 +510,9 @@
489
510
  "Execute the jobs on hosts in randomized order": [
490
511
  "Führe die Aufträge auf Hosts in zufälliger Reihenfolge aus"
491
512
  ],
513
+ "Executes the job on the current list of target hosts.": [
514
+ ""
515
+ ],
492
516
  "Execution": [
493
517
  "Ausführung"
494
518
  ],
@@ -498,8 +522,8 @@
498
522
  "Execution ordering": [
499
523
  "Ausführungsorder"
500
524
  ],
501
- "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
502
- "Die Ausführungsreihenfolge legt fest, ob die Aufträge auf Hosts in alphabetischer Reihenfolge oder in zufälliger Reihenfolge ausgeführt werden sollen. <br><ul><li><b>Ordered </b>- führt die Aufträge auf Hosts in alphabetischer Reihenfolge aus </li><li><b>Randomized </b>- randomisiert die Reihenfolge, in der Jobs auf Hosts ausgeführt werden </li></ul>"
525
+ "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
526
+ ""
503
527
  ],
504
528
  "Exit status: %s": [
505
529
  "Exit-Status: %s"
@@ -696,27 +720,18 @@
696
720
  "Job Templates": [
697
721
  "Auftragsvorlagen"
698
722
  ],
699
- "Job cancelled by user": [
700
- "Auftragsabbruch durch Benutzer"
701
- ],
702
723
  "Job category": [
703
724
  "Auftragskategorie"
704
725
  ],
705
726
  "Job execution failed": [
706
727
  "Auftragsausführung fehlgeschlagen"
707
728
  ],
708
- "Job finished with error": [
709
- "Auftrag abgeschlossen mit Fehler"
710
- ],
711
729
  "Job invocation": [
712
730
  "Auftragsaufruf"
713
731
  ],
714
732
  "Job invocations": [
715
733
  "Auftragsaufrufe"
716
734
  ],
717
- "Job invocations detail": [
718
- ""
719
- ],
720
735
  "Job result": [
721
736
  ""
722
737
  ],
@@ -729,9 +744,6 @@
729
744
  "Job template imported successfully.": [
730
745
  "Auftragsvorlage erfolgreich importiert"
731
746
  ],
732
- "Job templates": [
733
- "Auftragsvorlagen"
734
- ],
735
747
  "Job with id '%{id}' was not found": [
736
748
  ""
737
749
  ],
@@ -897,15 +909,21 @@
897
909
  "Only one of feature or job_template_id can be specified": [
898
910
  ""
899
911
  ],
900
- "Open all in new tabs": [
912
+ "Open all %s invocations in new tabs": [
901
913
  ""
902
914
  ],
903
- "Open all invocations in new tabs": [
915
+ "Open all failed runs (%s)": [
904
916
  ""
905
917
  ],
906
918
  "Open in new tab": [
907
919
  ""
908
920
  ],
921
+ "Open in new tabs": [
922
+ ""
923
+ ],
924
+ "Open selected in new tab": [
925
+ ""
926
+ ],
909
927
  "Opening job invocation form": [
910
928
  ""
911
929
  ],
@@ -1161,6 +1179,9 @@
1161
1179
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1162
1180
  "Führen Sie höchstens N Aufgaben gleichzeitig aus. Wenn dies gesetzt und die Proxy-Batch-Triggerung aktiviert ist, werden Aufgaben auf dem Smart Proxy in Batches der Größe 1 ausgelöst."
1163
1181
  ],
1182
+ "Run hosts job:": [
1183
+ ""
1184
+ ],
1164
1185
  "Run job": [
1165
1186
  "Job ausführen"
1166
1187
  ],
@@ -1242,6 +1263,9 @@
1242
1263
  "Search query": [
1243
1264
  "Suchanfrage"
1244
1265
  ],
1266
+ "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
1267
+ ""
1268
+ ],
1245
1269
  "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1246
1270
  "Den Host nach einem Proxy mit entfernter Ausführung durchsuchen. Dies ist nützlich, wenn der Host kein Subnetz hat oder das Subnetz keinen Proxy für die Ausführung hat."
1247
1271
  ],
@@ -1422,6 +1446,9 @@
1422
1446
  "Task for the host cancelled succesfully": [
1423
1447
  ""
1424
1448
  ],
1449
+ "Task(s) were not %s": [
1450
+ ""
1451
+ ],
1425
1452
  "Template ERB": [
1426
1453
  "Vorlage ERB"
1427
1454
  ],
@@ -1476,7 +1503,7 @@
1476
1503
  "The job template to use, parameter is required unless feature was specified": [
1477
1504
  "Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
1478
1505
  ],
1479
- "The number of invocations is:": [
1506
+ "The number of %s invocations is:": [
1480
1507
  ""
1481
1508
  ],
1482
1509
  "The only applicable proxy %{proxy_names} is down": [
@@ -1507,7 +1534,7 @@
1507
1534
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1508
1535
  "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. <br/>Eingabewerte können mittels Syntax %{package} verwendet werden.<br/> Sie können auch Auftragskategorie und Vorlagennamen <br/>über %{job_category} und %{template_name} einschließen."
1509
1536
  ],
1510
- "This will open a new tab for each invocation.": [
1537
+ "This will open a new tab for each invocation. The maximum is 100.": [
1511
1538
  ""
1512
1539
  ],
1513
1540
  "Time in seconds from the start on the remote host after which the job should be killed.": [
@@ -1552,6 +1579,9 @@
1552
1579
  "Try to cancel the job on a host": [
1553
1580
  "Versuche, den Auftrag auf einem Host abzubrechen"
1554
1581
  ],
1582
+ "Trying to %s the task": [
1583
+ ""
1584
+ ],
1555
1585
  "Trying to abort the job": [
1556
1586
  "Versuche Auftragsabbruch zu erzwingen"
1557
1587
  ],
@@ -1573,10 +1603,10 @@
1573
1603
  "Type": [
1574
1604
  "Typ"
1575
1605
  ],
1576
- "Type has impact on when is the query evaluated to hosts.": [
1606
+ "Type determines when the query is evaluated to hosts.": [
1577
1607
  ""
1578
1608
  ],
1579
- "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
1609
+ "Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
1580
1610
  ""
1581
1611
  ],
1582
1612
  "Type of execution": [
@@ -1720,6 +1750,9 @@
1720
1750
  "You have more results to display. Showing first %s results": [
1721
1751
  ""
1722
1752
  ],
1753
+ "aborted": [
1754
+ ""
1755
+ ],
1723
1756
  "add an input set for this template to reference a different template inputs": [
1724
1757
  "Eingabe-Satz für diese Vorlage hinzufügen, um auf andere Vorlage-Eingaben zu verweisen"
1725
1758
  ],
@@ -1738,12 +1771,6 @@
1738
1771
  "error during rendering: %s": [
1739
1772
  "Fehler beim Rendern: %s"
1740
1773
  ],
1741
- "evaluates just after you submit this form": [
1742
- ""
1743
- ],
1744
- "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1745
- ""
1746
- ],
1747
1774
  "failed": [
1748
1775
  "fehlgeschlagen"
1749
1776
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 15.0.1",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2016",
@@ -32,6 +32,9 @@
32
32
  "%s more": [
33
33
  ""
34
34
  ],
35
+ "%s task(s) successfully %s: %s": [
36
+ ""
37
+ ],
35
38
  "%{description} on %{host}": [
36
39
  ""
37
40
  ],
@@ -90,6 +93,9 @@
90
93
  "Abort Job": [
91
94
  ""
92
95
  ],
96
+ "Abort selected": [
97
+ ""
98
+ ],
93
99
  "Abort task": [
94
100
  ""
95
101
  ],
@@ -129,6 +135,9 @@
129
135
  "An error occurred while fetching the template invocation details.": [
130
136
  ""
131
137
  ],
138
+ "An error occurred.": [
139
+ ""
140
+ ],
132
141
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
133
142
  ""
134
143
  ],
@@ -147,7 +156,7 @@
147
156
  "Apply to": [
148
157
  ""
149
158
  ],
150
- "Are you sure you want to open all invocations in new tabs?": [
159
+ "Are you sure you want to open all %s invocations in new tabs?": [
151
160
  ""
152
161
  ],
153
162
  "At": [
@@ -180,12 +189,15 @@
180
189
  "Cancel Task": [
181
190
  ""
182
191
  ],
183
- "Cancel job invocation": [
192
+ "Cancel job invocation or matching tasks only": [
184
193
  ""
185
194
  ],
186
195
  "Cancel recurring": [
187
196
  ""
188
197
  ],
198
+ "Cancel selected": [
199
+ ""
200
+ ],
189
201
  "Cancelled": [
190
202
  ""
191
203
  ],
@@ -252,12 +264,18 @@
252
264
  "Could not abort the job %s: ${response}": [
253
265
  ""
254
266
  ],
267
+ "Could not abort the task": [
268
+ ""
269
+ ],
255
270
  "Could not cancel recurring logic %s: ${response}": [
256
271
  ""
257
272
  ],
258
273
  "Could not cancel the job %s: ${response}": [
259
274
  ""
260
275
  ],
276
+ "Could not cancel the task": [
277
+ ""
278
+ ],
261
279
  "Could not disable recurring logic %s: ${response}": [
262
280
  ""
263
281
  ],
@@ -465,6 +483,9 @@
465
483
  "Evaluated at:": [
466
484
  ""
467
485
  ],
486
+ "Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
487
+ ""
488
+ ],
468
489
  "Every day at %s": [
469
490
  ""
470
491
  ],
@@ -489,6 +510,9 @@
489
510
  "Execute the jobs on hosts in randomized order": [
490
511
  ""
491
512
  ],
513
+ "Executes the job on the current list of target hosts.": [
514
+ ""
515
+ ],
492
516
  "Execution": [
493
517
  ""
494
518
  ],
@@ -498,7 +522,7 @@
498
522
  "Execution ordering": [
499
523
  ""
500
524
  ],
501
- "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
525
+ "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
502
526
  ""
503
527
  ],
504
528
  "Exit status: %s": [
@@ -696,27 +720,18 @@
696
720
  "Job Templates": [
697
721
  ""
698
722
  ],
699
- "Job cancelled by user": [
700
- ""
701
- ],
702
723
  "Job category": [
703
724
  ""
704
725
  ],
705
726
  "Job execution failed": [
706
727
  ""
707
728
  ],
708
- "Job finished with error": [
709
- ""
710
- ],
711
729
  "Job invocation": [
712
730
  ""
713
731
  ],
714
732
  "Job invocations": [
715
733
  ""
716
734
  ],
717
- "Job invocations detail": [
718
- ""
719
- ],
720
735
  "Job result": [
721
736
  ""
722
737
  ],
@@ -729,9 +744,6 @@
729
744
  "Job template imported successfully.": [
730
745
  ""
731
746
  ],
732
- "Job templates": [
733
- ""
734
- ],
735
747
  "Job with id '%{id}' was not found": [
736
748
  ""
737
749
  ],
@@ -897,15 +909,21 @@
897
909
  "Only one of feature or job_template_id can be specified": [
898
910
  ""
899
911
  ],
900
- "Open all in new tabs": [
912
+ "Open all %s invocations in new tabs": [
901
913
  ""
902
914
  ],
903
- "Open all invocations in new tabs": [
915
+ "Open all failed runs (%s)": [
904
916
  ""
905
917
  ],
906
918
  "Open in new tab": [
907
919
  ""
908
920
  ],
921
+ "Open in new tabs": [
922
+ ""
923
+ ],
924
+ "Open selected in new tab": [
925
+ ""
926
+ ],
909
927
  "Opening job invocation form": [
910
928
  ""
911
929
  ],
@@ -1161,6 +1179,9 @@
1161
1179
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1162
1180
  ""
1163
1181
  ],
1182
+ "Run hosts job:": [
1183
+ ""
1184
+ ],
1164
1185
  "Run job": [
1165
1186
  ""
1166
1187
  ],
@@ -1242,6 +1263,9 @@
1242
1263
  "Search query": [
1243
1264
  ""
1244
1265
  ],
1266
+ "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
1267
+ ""
1268
+ ],
1245
1269
  "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1246
1270
  ""
1247
1271
  ],
@@ -1422,6 +1446,9 @@
1422
1446
  "Task for the host cancelled succesfully": [
1423
1447
  ""
1424
1448
  ],
1449
+ "Task(s) were not %s": [
1450
+ ""
1451
+ ],
1425
1452
  "Template ERB": [
1426
1453
  ""
1427
1454
  ],
@@ -1476,7 +1503,7 @@
1476
1503
  "The job template to use, parameter is required unless feature was specified": [
1477
1504
  ""
1478
1505
  ],
1479
- "The number of invocations is:": [
1506
+ "The number of %s invocations is:": [
1480
1507
  ""
1481
1508
  ],
1482
1509
  "The only applicable proxy %{proxy_names} is down": [
@@ -1507,7 +1534,7 @@
1507
1534
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1508
1535
  ""
1509
1536
  ],
1510
- "This will open a new tab for each invocation.": [
1537
+ "This will open a new tab for each invocation. The maximum is 100.": [
1511
1538
  ""
1512
1539
  ],
1513
1540
  "Time in seconds from the start on the remote host after which the job should be killed.": [
@@ -1552,6 +1579,9 @@
1552
1579
  "Try to cancel the job on a host": [
1553
1580
  ""
1554
1581
  ],
1582
+ "Trying to %s the task": [
1583
+ ""
1584
+ ],
1555
1585
  "Trying to abort the job": [
1556
1586
  ""
1557
1587
  ],
@@ -1573,10 +1603,10 @@
1573
1603
  "Type": [
1574
1604
  "Type"
1575
1605
  ],
1576
- "Type has impact on when is the query evaluated to hosts.": [
1606
+ "Type determines when the query is evaluated to hosts.": [
1577
1607
  ""
1578
1608
  ],
1579
- "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
1609
+ "Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
1580
1610
  ""
1581
1611
  ],
1582
1612
  "Type of execution": [
@@ -1720,6 +1750,9 @@
1720
1750
  "You have more results to display. Showing first %s results": [
1721
1751
  ""
1722
1752
  ],
1753
+ "aborted": [
1754
+ ""
1755
+ ],
1723
1756
  "add an input set for this template to reference a different template inputs": [
1724
1757
  ""
1725
1758
  ],
@@ -1738,12 +1771,6 @@
1738
1771
  "error during rendering: %s": [
1739
1772
  ""
1740
1773
  ],
1741
- "evaluates just after you submit this form": [
1742
- ""
1743
- ],
1744
- "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1745
- ""
1746
- ],
1747
1774
  "failed": [
1748
1775
  ""
1749
1776
  ],