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
@@ -6,7 +6,7 @@
|
|
6
6
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_remote_execution
|
9
|
+
"Project-Id-Version: foreman_remote_execution 16.2.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"PO-Revision-Date: 2016-02-15 13:54+0000\n"
|
12
12
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2016\n"
|
@@ -33,6 +33,9 @@ msgstr ""
|
|
33
33
|
msgid "%s more"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
+
msgid "%s task(s) successfully %s: %s"
|
37
|
+
msgstr ""
|
38
|
+
|
36
39
|
msgid "%{description} on %{host}"
|
37
40
|
msgstr ""
|
38
41
|
|
@@ -92,6 +95,9 @@ msgstr ""
|
|
92
95
|
msgid "Abort Job"
|
93
96
|
msgstr ""
|
94
97
|
|
98
|
+
msgid "Abort selected"
|
99
|
+
msgstr ""
|
100
|
+
|
95
101
|
msgid "Abort task"
|
96
102
|
msgstr ""
|
97
103
|
|
@@ -131,6 +137,9 @@ msgstr ""
|
|
131
137
|
msgid "An error occurred while fetching the template invocation details."
|
132
138
|
msgstr ""
|
133
139
|
|
140
|
+
msgid "An error occurred."
|
141
|
+
msgstr ""
|
142
|
+
|
134
143
|
msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
|
135
144
|
msgstr ""
|
136
145
|
|
@@ -149,7 +158,7 @@ msgstr ""
|
|
149
158
|
msgid "Apply to"
|
150
159
|
msgstr ""
|
151
160
|
|
152
|
-
msgid "Are you sure you want to open all invocations in new tabs?"
|
161
|
+
msgid "Are you sure you want to open all %s invocations in new tabs?"
|
153
162
|
msgstr ""
|
154
163
|
|
155
164
|
msgid "At"
|
@@ -182,12 +191,15 @@ msgstr ""
|
|
182
191
|
msgid "Cancel Task"
|
183
192
|
msgstr ""
|
184
193
|
|
185
|
-
msgid "Cancel job invocation"
|
194
|
+
msgid "Cancel job invocation or matching tasks only"
|
186
195
|
msgstr ""
|
187
196
|
|
188
197
|
msgid "Cancel recurring"
|
189
198
|
msgstr ""
|
190
199
|
|
200
|
+
msgid "Cancel selected"
|
201
|
+
msgstr ""
|
202
|
+
|
191
203
|
msgid "Cancelled"
|
192
204
|
msgstr ""
|
193
205
|
|
@@ -254,12 +266,18 @@ msgstr ""
|
|
254
266
|
msgid "Could not abort the job %s: ${response}"
|
255
267
|
msgstr ""
|
256
268
|
|
269
|
+
msgid "Could not abort the task"
|
270
|
+
msgstr ""
|
271
|
+
|
257
272
|
msgid "Could not cancel recurring logic %s: ${response}"
|
258
273
|
msgstr ""
|
259
274
|
|
260
275
|
msgid "Could not cancel the job %s: ${response}"
|
261
276
|
msgstr ""
|
262
277
|
|
278
|
+
msgid "Could not cancel the task"
|
279
|
+
msgstr ""
|
280
|
+
|
263
281
|
msgid "Could not disable recurring logic %s: ${response}"
|
264
282
|
msgstr ""
|
265
283
|
|
@@ -467,6 +485,9 @@ msgstr ""
|
|
467
485
|
msgid "Evaluated at:"
|
468
486
|
msgstr ""
|
469
487
|
|
488
|
+
msgid "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."
|
489
|
+
msgstr ""
|
490
|
+
|
470
491
|
msgid "Every day at %s"
|
471
492
|
msgstr ""
|
472
493
|
|
@@ -491,6 +512,9 @@ msgstr ""
|
|
491
512
|
msgid "Execute the jobs on hosts in randomized order"
|
492
513
|
msgstr ""
|
493
514
|
|
515
|
+
msgid "Executes the job on the current list of target hosts."
|
516
|
+
msgstr ""
|
517
|
+
|
494
518
|
msgid "Execution"
|
495
519
|
msgstr ""
|
496
520
|
|
@@ -500,7 +524,7 @@ msgstr ""
|
|
500
524
|
msgid "Execution ordering"
|
501
525
|
msgstr ""
|
502
526
|
|
503
|
-
msgid "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
527
|
+
msgid "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>"
|
504
528
|
msgstr ""
|
505
529
|
|
506
530
|
msgid "Exit status: %s"
|
@@ -698,27 +722,18 @@ msgstr ""
|
|
698
722
|
msgid "Job Templates"
|
699
723
|
msgstr ""
|
700
724
|
|
701
|
-
msgid "Job cancelled by user"
|
702
|
-
msgstr ""
|
703
|
-
|
704
725
|
msgid "Job category"
|
705
726
|
msgstr ""
|
706
727
|
|
707
728
|
msgid "Job execution failed"
|
708
729
|
msgstr ""
|
709
730
|
|
710
|
-
msgid "Job finished with error"
|
711
|
-
msgstr ""
|
712
|
-
|
713
731
|
msgid "Job invocation"
|
714
732
|
msgstr ""
|
715
733
|
|
716
734
|
msgid "Job invocations"
|
717
735
|
msgstr ""
|
718
736
|
|
719
|
-
msgid "Job invocations detail"
|
720
|
-
msgstr ""
|
721
|
-
|
722
737
|
msgid "Job result"
|
723
738
|
msgstr ""
|
724
739
|
|
@@ -731,9 +746,6 @@ msgstr ""
|
|
731
746
|
msgid "Job template imported successfully."
|
732
747
|
msgstr ""
|
733
748
|
|
734
|
-
msgid "Job templates"
|
735
|
-
msgstr ""
|
736
|
-
|
737
749
|
msgid "Job with id '%{id}' was not found"
|
738
750
|
msgstr ""
|
739
751
|
|
@@ -899,15 +911,21 @@ msgstr ""
|
|
899
911
|
msgid "Only one of feature or job_template_id can be specified"
|
900
912
|
msgstr ""
|
901
913
|
|
902
|
-
msgid "Open all in new tabs"
|
914
|
+
msgid "Open all %s invocations in new tabs"
|
903
915
|
msgstr ""
|
904
916
|
|
905
|
-
msgid "Open all
|
917
|
+
msgid "Open all failed runs (%s)"
|
906
918
|
msgstr ""
|
907
919
|
|
908
920
|
msgid "Open in new tab"
|
909
921
|
msgstr ""
|
910
922
|
|
923
|
+
msgid "Open in new tabs"
|
924
|
+
msgstr ""
|
925
|
+
|
926
|
+
msgid "Open selected in new tab"
|
927
|
+
msgstr ""
|
928
|
+
|
911
929
|
msgid "Opening job invocation form"
|
912
930
|
msgstr ""
|
913
931
|
|
@@ -1244,6 +1262,9 @@ msgstr ""
|
|
1244
1262
|
msgid "Search query"
|
1245
1263
|
msgstr ""
|
1246
1264
|
|
1265
|
+
msgid "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled."
|
1266
|
+
msgstr ""
|
1267
|
+
|
1247
1268
|
msgid "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"
|
1248
1269
|
msgstr ""
|
1249
1270
|
|
@@ -1424,6 +1445,9 @@ msgstr ""
|
|
1424
1445
|
msgid "Task for the host cancelled succesfully"
|
1425
1446
|
msgstr ""
|
1426
1447
|
|
1448
|
+
msgid "Task(s) were not %s"
|
1449
|
+
msgstr ""
|
1450
|
+
|
1427
1451
|
msgid "Template ERB"
|
1428
1452
|
msgstr ""
|
1429
1453
|
|
@@ -1478,7 +1502,7 @@ msgstr ""
|
|
1478
1502
|
msgid "The job template to use, parameter is required unless feature was specified"
|
1479
1503
|
msgstr ""
|
1480
1504
|
|
1481
|
-
msgid "The number of invocations is:"
|
1505
|
+
msgid "The number of %s invocations is:"
|
1482
1506
|
msgstr ""
|
1483
1507
|
|
1484
1508
|
msgid "The only applicable proxy %{proxy_names} is down"
|
@@ -1510,7 +1534,7 @@ msgstr ""
|
|
1510
1534
|
msgid "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}."
|
1511
1535
|
msgstr ""
|
1512
1536
|
|
1513
|
-
msgid "This will open a new tab for each invocation."
|
1537
|
+
msgid "This will open a new tab for each invocation. The maximum is 100."
|
1514
1538
|
msgstr ""
|
1515
1539
|
|
1516
1540
|
msgid "Time in seconds from the start on the remote host after which the job should be killed."
|
@@ -1555,6 +1579,9 @@ msgstr ""
|
|
1555
1579
|
msgid "Try to cancel the job on a host"
|
1556
1580
|
msgstr ""
|
1557
1581
|
|
1582
|
+
msgid "Trying to %s the task"
|
1583
|
+
msgstr ""
|
1584
|
+
|
1558
1585
|
msgid "Trying to abort the job"
|
1559
1586
|
msgstr ""
|
1560
1587
|
|
@@ -1576,10 +1603,10 @@ msgstr ""
|
|
1576
1603
|
msgid "Type"
|
1577
1604
|
msgstr "Type"
|
1578
1605
|
|
1579
|
-
msgid "Type
|
1606
|
+
msgid "Type determines when the query is evaluated to hosts."
|
1580
1607
|
msgstr ""
|
1581
1608
|
|
1582
|
-
msgid "Type
|
1609
|
+
msgid "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>"
|
1583
1610
|
msgstr ""
|
1584
1611
|
|
1585
1612
|
msgid "Type of execution"
|
@@ -1723,6 +1750,9 @@ msgstr ""
|
|
1723
1750
|
msgid "You have more results to display. Showing first %s results"
|
1724
1751
|
msgstr ""
|
1725
1752
|
|
1753
|
+
msgid "aborted"
|
1754
|
+
msgstr ""
|
1755
|
+
|
1726
1756
|
msgid "add an input set for this template to reference a different template inputs"
|
1727
1757
|
msgstr ""
|
1728
1758
|
|
@@ -1741,12 +1771,6 @@ msgstr ""
|
|
1741
1771
|
msgid "error during rendering: %s"
|
1742
1772
|
msgstr ""
|
1743
1773
|
|
1744
|
-
msgid "evaluates just after you submit this form"
|
1745
|
-
msgstr ""
|
1746
|
-
|
1747
|
-
msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
|
1748
|
-
msgstr ""
|
1749
|
-
|
1750
1774
|
msgid "failed"
|
1751
1775
|
msgstr ""
|
1752
1776
|
|
Binary file
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_remote_execution
|
8
|
+
"Project-Id-Version: foreman_remote_execution 16.2.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2016-02-15 13:54+0000\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -33,6 +33,9 @@ msgstr "%s se ha invocado el trabajo"
|
|
33
33
|
msgid "%s more"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
+
msgid "%s task(s) successfully %s: %s"
|
37
|
+
msgstr ""
|
38
|
+
|
36
39
|
msgid "%{description} on %{host}"
|
37
40
|
msgstr "activo"
|
38
41
|
|
@@ -92,6 +95,9 @@ msgstr ""
|
|
92
95
|
msgid "Abort Job"
|
93
96
|
msgstr "Abortar trabajo"
|
94
97
|
|
98
|
+
msgid "Abort selected"
|
99
|
+
msgstr ""
|
100
|
+
|
95
101
|
msgid "Abort task"
|
96
102
|
msgstr ""
|
97
103
|
|
@@ -131,6 +137,9 @@ msgstr "Alfabético"
|
|
131
137
|
msgid "An error occurred while fetching the template invocation details."
|
132
138
|
msgstr ""
|
133
139
|
|
140
|
+
msgid "An error occurred."
|
141
|
+
msgstr ""
|
142
|
+
|
134
143
|
msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
|
135
144
|
msgstr "Ya hay otra interfaz establecida como ejecución. ¿Está seguro de que desea utilizar esta en cambio?"
|
136
145
|
|
@@ -149,7 +158,7 @@ msgstr ""
|
|
149
158
|
msgid "Apply to"
|
150
159
|
msgstr "Solicitar"
|
151
160
|
|
152
|
-
msgid "Are you sure you want to open all invocations in new tabs?"
|
161
|
+
msgid "Are you sure you want to open all %s invocations in new tabs?"
|
153
162
|
msgstr ""
|
154
163
|
|
155
164
|
msgid "At"
|
@@ -182,12 +191,15 @@ msgstr "Cancelar tarea"
|
|
182
191
|
msgid "Cancel Task"
|
183
192
|
msgstr ""
|
184
193
|
|
185
|
-
msgid "Cancel job invocation"
|
186
|
-
msgstr "
|
194
|
+
msgid "Cancel job invocation or matching tasks only"
|
195
|
+
msgstr ""
|
187
196
|
|
188
197
|
msgid "Cancel recurring"
|
189
198
|
msgstr ""
|
190
199
|
|
200
|
+
msgid "Cancel selected"
|
201
|
+
msgstr ""
|
202
|
+
|
191
203
|
msgid "Cancelled"
|
192
204
|
msgstr "Cancelado"
|
193
205
|
|
@@ -254,12 +266,18 @@ msgstr ""
|
|
254
266
|
msgid "Could not abort the job %s: ${response}"
|
255
267
|
msgstr ""
|
256
268
|
|
269
|
+
msgid "Could not abort the task"
|
270
|
+
msgstr ""
|
271
|
+
|
257
272
|
msgid "Could not cancel recurring logic %s: ${response}"
|
258
273
|
msgstr ""
|
259
274
|
|
260
275
|
msgid "Could not cancel the job %s: ${response}"
|
261
276
|
msgstr ""
|
262
277
|
|
278
|
+
msgid "Could not cancel the task"
|
279
|
+
msgstr ""
|
280
|
+
|
263
281
|
msgid "Could not disable recurring logic %s: ${response}"
|
264
282
|
msgstr ""
|
265
283
|
|
@@ -467,6 +485,9 @@ msgstr "Errores:"
|
|
467
485
|
msgid "Evaluated at:"
|
468
486
|
msgstr "Evaluado en:"
|
469
487
|
|
488
|
+
msgid "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."
|
489
|
+
msgstr ""
|
490
|
+
|
470
491
|
msgid "Every day at %s"
|
471
492
|
msgstr ""
|
472
493
|
|
@@ -491,6 +512,9 @@ msgstr ""
|
|
491
512
|
msgid "Execute the jobs on hosts in randomized order"
|
492
513
|
msgstr "Ejecutar las tareas en los hosts en orden aleatorio"
|
493
514
|
|
515
|
+
msgid "Executes the job on the current list of target hosts."
|
516
|
+
msgstr ""
|
517
|
+
|
494
518
|
msgid "Execution"
|
495
519
|
msgstr "Ejecución"
|
496
520
|
|
@@ -500,8 +524,8 @@ msgstr "Orden de ejecución"
|
|
500
524
|
msgid "Execution ordering"
|
501
525
|
msgstr "Orden de ejecución"
|
502
526
|
|
503
|
-
msgid "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
504
|
-
msgstr "
|
527
|
+
msgid "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>"
|
528
|
+
msgstr ""
|
505
529
|
|
506
530
|
msgid "Exit status: %s"
|
507
531
|
msgstr "Estado de salida: %s"
|
@@ -698,27 +722,18 @@ msgstr "Tarea del trabajo"
|
|
698
722
|
msgid "Job Templates"
|
699
723
|
msgstr "Plantillas de trabajo"
|
700
724
|
|
701
|
-
msgid "Job cancelled by user"
|
702
|
-
msgstr "Trabajo cancelado por el usuario"
|
703
|
-
|
704
725
|
msgid "Job category"
|
705
726
|
msgstr "Categoría de trabajo"
|
706
727
|
|
707
728
|
msgid "Job execution failed"
|
708
729
|
msgstr "Ocurrió un error en la ejecución del trabajo"
|
709
730
|
|
710
|
-
msgid "Job finished with error"
|
711
|
-
msgstr "El trabajo finalizó con error."
|
712
|
-
|
713
731
|
msgid "Job invocation"
|
714
732
|
msgstr "Invocación de trabajo"
|
715
733
|
|
716
734
|
msgid "Job invocations"
|
717
735
|
msgstr "Invocaciones de trabajo"
|
718
736
|
|
719
|
-
msgid "Job invocations detail"
|
720
|
-
msgstr ""
|
721
|
-
|
722
737
|
msgid "Job result"
|
723
738
|
msgstr "Resultado del trabajo"
|
724
739
|
|
@@ -731,9 +746,6 @@ msgstr "ID de la plantilla de trabajo que se debe utilizar para la funcionalidad
|
|
731
746
|
msgid "Job template imported successfully."
|
732
747
|
msgstr "Se importó correctamente una plantilla de trabajo"
|
733
748
|
|
734
|
-
msgid "Job templates"
|
735
|
-
msgstr "Plantillas de trabajo"
|
736
|
-
|
737
749
|
msgid "Job with id '%{id}' was not found"
|
738
750
|
msgstr ""
|
739
751
|
|
@@ -899,15 +911,21 @@ msgstr "Activar"
|
|
899
911
|
msgid "Only one of feature or job_template_id can be specified"
|
900
912
|
msgstr "Sólo se puede especificar uno de feature o job_template_id"
|
901
913
|
|
902
|
-
msgid "Open all in new tabs"
|
914
|
+
msgid "Open all %s invocations in new tabs"
|
903
915
|
msgstr ""
|
904
916
|
|
905
|
-
msgid "Open all
|
917
|
+
msgid "Open all failed runs (%s)"
|
906
918
|
msgstr ""
|
907
919
|
|
908
920
|
msgid "Open in new tab"
|
909
921
|
msgstr ""
|
910
922
|
|
923
|
+
msgid "Open in new tabs"
|
924
|
+
msgstr ""
|
925
|
+
|
926
|
+
msgid "Open selected in new tab"
|
927
|
+
msgstr ""
|
928
|
+
|
911
929
|
msgid "Opening job invocation form"
|
912
930
|
msgstr ""
|
913
931
|
|
@@ -1244,6 +1262,9 @@ msgstr "Busque un proxy de ejecución remota fuera de los proxies asignados al h
|
|
1244
1262
|
msgid "Search query"
|
1245
1263
|
msgstr "Consulta de búsqueda"
|
1246
1264
|
|
1265
|
+
msgid "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled."
|
1266
|
+
msgstr ""
|
1267
|
+
|
1247
1268
|
msgid "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"
|
1248
1269
|
msgstr "Busque en el host algún proxy con Ejecución remota, útil cuando el host no tiene subred o cuando la subred no tiene un proxy de ejecución."
|
1249
1270
|
|
@@ -1424,6 +1445,9 @@ msgstr "Conteo de tareas"
|
|
1424
1445
|
msgid "Task for the host cancelled succesfully"
|
1425
1446
|
msgstr ""
|
1426
1447
|
|
1448
|
+
msgid "Task(s) were not %s"
|
1449
|
+
msgstr ""
|
1450
|
+
|
1427
1451
|
msgid "Template ERB"
|
1428
1452
|
msgstr "Plantilla ERB"
|
1429
1453
|
|
@@ -1478,7 +1502,7 @@ msgstr "No se pudo cancelar el trabajo."
|
|
1478
1502
|
msgid "The job template to use, parameter is required unless feature was specified"
|
1479
1503
|
msgstr "La plantilla de trabajo que se debe utilizar; se requiere el parámetro a menos que se haya especificado la funcionalidad"
|
1480
1504
|
|
1481
|
-
msgid "The number of invocations is:"
|
1505
|
+
msgid "The number of %s invocations is:"
|
1482
1506
|
msgstr ""
|
1483
1507
|
|
1484
1508
|
msgid "The only applicable proxy %{proxy_names} is down"
|
@@ -1511,7 +1535,7 @@ msgstr "Esta plantilla se utiliza para generar la descripción. Los valores de e
|
|
1511
1535
|
msgid "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}."
|
1512
1536
|
msgstr "Esta plantilla se utiliza para generar la descripción. Los valores de entrada se pueden utilizar con la sintaxis <br/>. También puede incluir la categoría de trabajo y el nombre de la plantilla con %%{package} y %<br/>."
|
1513
1537
|
|
1514
|
-
msgid "This will open a new tab for each invocation."
|
1538
|
+
msgid "This will open a new tab for each invocation. The maximum is 100."
|
1515
1539
|
msgstr ""
|
1516
1540
|
|
1517
1541
|
msgid "Time in seconds from the start on the remote host after which the job should be killed."
|
@@ -1556,6 +1580,9 @@ msgstr "Intentar cancelar el trabajo"
|
|
1556
1580
|
msgid "Try to cancel the job on a host"
|
1557
1581
|
msgstr "Intentar cancelar el trabajo en un host"
|
1558
1582
|
|
1583
|
+
msgid "Trying to %s the task"
|
1584
|
+
msgstr ""
|
1585
|
+
|
1559
1586
|
msgid "Trying to abort the job"
|
1560
1587
|
msgstr "Intentando abortar el trabajo"
|
1561
1588
|
|
@@ -1577,10 +1604,10 @@ msgstr ""
|
|
1577
1604
|
msgid "Type"
|
1578
1605
|
msgstr "Tipo"
|
1579
1606
|
|
1580
|
-
msgid "Type
|
1581
|
-
msgstr "
|
1607
|
+
msgid "Type determines when the query is evaluated to hosts."
|
1608
|
+
msgstr ""
|
1582
1609
|
|
1583
|
-
msgid "Type
|
1610
|
+
msgid "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>"
|
1584
1611
|
msgstr ""
|
1585
1612
|
|
1586
1613
|
msgid "Type of execution"
|
@@ -1724,6 +1751,9 @@ msgstr "Tienes %s resultados para mostrar. Mostrando primeros resultados %s "
|
|
1724
1751
|
msgid "You have more results to display. Showing first %s results"
|
1725
1752
|
msgstr ""
|
1726
1753
|
|
1754
|
+
msgid "aborted"
|
1755
|
+
msgstr ""
|
1756
|
+
|
1727
1757
|
msgid "add an input set for this template to reference a different template inputs"
|
1728
1758
|
msgstr "agregar un conjunto de entrada para esta plantilla para hacer referencia a entradas de una plantilla diferente"
|
1729
1759
|
|
@@ -1742,12 +1772,6 @@ msgstr "usuario efectivo"
|
|
1742
1772
|
msgid "error during rendering: %s"
|
1743
1773
|
msgstr "error durante la reproducción: %s"
|
1744
1774
|
|
1745
|
-
msgid "evaluates just after you submit this form"
|
1746
|
-
msgstr "se evalúa justo después de enviar este formulario"
|
1747
|
-
|
1748
|
-
msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
|
1749
|
-
msgstr ""
|
1750
|
-
|
1751
1775
|
msgid "failed"
|
1752
1776
|
msgstr "fallido"
|
1753
1777
|
|