foreman_remote_execution 11.1.0 → 11.1.3
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/.packit.yaml +1 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1581 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1569 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1569 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1585 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1586 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1582 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1574 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1585 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1577 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1582 -1
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1575 -1
- data/app/controllers/ui_job_wizard_controller.rb +4 -1
- data/app/helpers/remote_execution_helper.rb +4 -5
- data/app/models/job_invocation_composer.rb +1 -0
- data/app/views/templates/script/convert2rhel_analyze.erb +4 -6
- data/lib/foreman_remote_execution/engine.rb +6 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +2 -0
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +53 -14
- data/locale/en/foreman_remote_execution.po +53 -14
- data/locale/en_GB/foreman_remote_execution.po +53 -14
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +54 -15
- data/locale/foreman_remote_execution.pot +190 -140
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +54 -15
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +54 -15
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +53 -14
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +54 -15
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +53 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +54 -15
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +53 -14
- data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
- 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: 2023-
|
12
|
-
"PO-Revision-Date: 2023-
|
11
|
+
"POT-Creation-Date: 2023-11-01 10:36+0100\n"
|
12
|
+
"PO-Revision-Date: 2023-11-01 10:36+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -163,69 +163,65 @@ msgid "Control concurrency level and distribution over time"
|
|
163
163
|
msgstr ""
|
164
164
|
|
165
165
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:65
|
166
|
-
msgid "Distribute tasks over N seconds"
|
167
|
-
msgstr ""
|
168
|
-
|
169
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:66
|
170
166
|
msgid "Run at most N tasks at a time"
|
171
167
|
msgstr ""
|
172
168
|
|
173
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:70
|
174
170
|
msgid "Override the description format from the template for this invocation only"
|
175
171
|
msgstr ""
|
176
172
|
|
177
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:71
|
178
174
|
msgid "Override the timeout interval from the template for this invocation only"
|
179
175
|
msgstr ""
|
180
176
|
|
181
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
177
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:72
|
182
178
|
msgid ""
|
183
179
|
"Remote execution feature label that should be triggered, job template assigned"
|
184
180
|
" to this feature will be used"
|
185
181
|
msgstr ""
|
186
182
|
|
187
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
183
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:73
|
188
184
|
msgid "Override the global time to pickup interval for this invocation only"
|
189
185
|
msgstr ""
|
190
186
|
|
191
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
187
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:87
|
192
188
|
msgid "Create a job invocation"
|
193
189
|
msgstr ""
|
194
190
|
|
195
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
191
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:101
|
196
192
|
msgid "Get output for a host"
|
197
193
|
msgstr ""
|
198
194
|
|
199
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
195
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:114
|
200
196
|
msgid "Get raw output for a host"
|
201
197
|
msgstr ""
|
202
198
|
|
203
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
199
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:126
|
204
200
|
msgid "Cancel job invocation"
|
205
201
|
msgstr ""
|
206
202
|
|
207
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
203
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:134
|
208
204
|
msgid "The job could not be cancelled."
|
209
205
|
msgstr ""
|
210
206
|
|
211
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
207
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:139
|
212
208
|
msgid "Rerun job on failed hosts"
|
213
209
|
msgstr ""
|
214
210
|
|
215
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
211
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:149
|
216
212
|
#: ../app/views/job_invocations/_form.html.erb:4
|
217
213
|
msgid "Could not rerun job %{id} because its template could not be found"
|
218
214
|
msgstr ""
|
219
215
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
216
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:154
|
221
217
|
msgid "Get outputs of hosts in a job"
|
222
218
|
msgstr ""
|
223
219
|
|
224
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
220
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:203
|
225
221
|
msgid "Host with id '%{id}' was not found"
|
226
222
|
msgstr ""
|
227
223
|
|
228
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
224
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:212
|
229
225
|
msgid "Only one of feature or job_template_id can be specified"
|
230
226
|
msgstr ""
|
231
227
|
|
@@ -269,8 +265,8 @@ msgstr ""
|
|
269
265
|
#: ../app/controllers/api/v2/job_templates_controller.rb:52
|
270
266
|
#: ../app/views/job_invocations/_form.html.erb:11
|
271
267
|
#: ../app/views/job_templates/_custom_tabs.html.erb:5
|
272
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
273
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
268
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:67
|
269
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:107
|
274
270
|
msgid "Job category"
|
275
271
|
msgstr ""
|
276
272
|
|
@@ -340,6 +336,10 @@ msgstr ""
|
|
340
336
|
msgid "Job template ID to be used for the feature"
|
341
337
|
msgstr ""
|
342
338
|
|
339
|
+
#: ../app/controllers/api/v2/remote_execution_features_controller.rb:32
|
340
|
+
msgid "List available remote execution features for a host"
|
341
|
+
msgstr ""
|
342
|
+
|
343
343
|
#: ../app/controllers/api/v2/template_invocations_controller.rb:10
|
344
344
|
msgid "List template invocations belonging to job invocation"
|
345
345
|
msgstr ""
|
@@ -613,73 +613,73 @@ msgstr ""
|
|
613
613
|
msgid "Failed rendering template: %s"
|
614
614
|
msgstr ""
|
615
615
|
|
616
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
616
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:107
|
617
617
|
msgid "Task cancelled"
|
618
618
|
msgstr ""
|
619
619
|
|
620
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
620
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:108
|
621
621
|
msgid "Job execution failed"
|
622
622
|
msgstr ""
|
623
623
|
|
624
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
624
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:117
|
625
625
|
msgid "%{description} on %{host}"
|
626
626
|
msgstr ""
|
627
627
|
|
628
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
628
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:122 action_names.rb:7
|
629
629
|
msgid "Remote action:"
|
630
630
|
msgstr ""
|
631
631
|
|
632
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
632
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:150
|
633
633
|
msgid "Job cancelled by user"
|
634
634
|
msgstr ""
|
635
635
|
|
636
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
637
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
636
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:155
|
637
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:173
|
638
638
|
msgid "Exit status: %s"
|
639
639
|
msgstr ""
|
640
640
|
|
641
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
641
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:157
|
642
642
|
msgid "Job finished with error"
|
643
643
|
msgstr ""
|
644
644
|
|
645
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
646
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
645
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:160
|
646
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:178
|
647
647
|
msgid "Error loading data from proxy"
|
648
648
|
msgstr ""
|
649
649
|
|
650
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:229
|
651
651
|
msgid "User can not execute job on host %s"
|
652
652
|
msgstr ""
|
653
653
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
654
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:230
|
655
655
|
msgid "User can not execute this job template"
|
656
656
|
msgstr ""
|
657
657
|
|
658
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
658
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:233
|
659
659
|
msgid "User can not execute job on infrastructure host %s"
|
660
660
|
msgstr ""
|
661
661
|
|
662
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
662
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:239
|
663
663
|
msgid "User can not execute this job template on %s"
|
664
664
|
msgstr ""
|
665
665
|
|
666
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
666
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:249
|
667
667
|
msgid "The only applicable proxy %{proxy_names} is down"
|
668
668
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
669
669
|
msgstr[0] ""
|
670
670
|
msgstr[1] ""
|
671
671
|
|
672
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
672
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:259
|
673
673
|
msgid ""
|
674
674
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
675
675
|
"_proxy}, %{fallback_proxy} in settings"
|
676
676
|
msgstr ""
|
677
677
|
|
678
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
678
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:92
|
679
679
|
msgid "REX job has succeeded - %s"
|
680
680
|
msgstr ""
|
681
681
|
|
682
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
682
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:100
|
683
683
|
msgid "REX job has failed - %s"
|
684
684
|
msgstr ""
|
685
685
|
|
@@ -766,27 +766,27 @@ msgstr ""
|
|
766
766
|
msgid "template"
|
767
767
|
msgstr ""
|
768
768
|
|
769
|
-
#: ../app/models/job_invocation_composer.rb:
|
769
|
+
#: ../app/models/job_invocation_composer.rb:141
|
770
770
|
msgid "Cannot specify both bookmark_id and search_query"
|
771
771
|
msgstr ""
|
772
772
|
|
773
|
-
#: ../app/models/job_invocation_composer.rb:
|
773
|
+
#: ../app/models/job_invocation_composer.rb:186
|
774
774
|
msgid "Unknown input %{input_name} for template %{template_name}"
|
775
775
|
msgstr ""
|
776
776
|
|
777
|
-
#: ../app/models/job_invocation_composer.rb:
|
777
|
+
#: ../app/models/job_invocation_composer.rb:214
|
778
778
|
msgid "Template with id '%{id}' was not found"
|
779
779
|
msgstr ""
|
780
780
|
|
781
|
-
#: ../app/models/job_invocation_composer.rb:
|
781
|
+
#: ../app/models/job_invocation_composer.rb:348
|
782
782
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
783
783
|
msgstr ""
|
784
784
|
|
785
|
-
#: ../app/models/job_invocation_composer.rb:
|
785
|
+
#: ../app/models/job_invocation_composer.rb:357
|
786
786
|
msgid "No template mapped to feature %{feature_name}"
|
787
787
|
msgstr ""
|
788
788
|
|
789
|
-
#: ../app/models/job_invocation_composer.rb:
|
789
|
+
#: ../app/models/job_invocation_composer.rb:363
|
790
790
|
msgid ""
|
791
791
|
"The template %{template_name} mapped to feature %{feature_name} is not accessi"
|
792
792
|
"ble by the user"
|
@@ -837,14 +837,14 @@ msgid "Dynamic Query"
|
|
837
837
|
msgstr ""
|
838
838
|
|
839
839
|
#: ../app/models/targeting.rb:10
|
840
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
841
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
840
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:194
|
841
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:275
|
842
842
|
msgid "Alphabetical"
|
843
843
|
msgstr ""
|
844
844
|
|
845
845
|
#: ../app/models/targeting.rb:10
|
846
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
847
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
846
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:202
|
847
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:274
|
848
848
|
msgid "Randomized"
|
849
849
|
msgstr ""
|
850
850
|
|
@@ -920,28 +920,32 @@ msgid "tasks at a time"
|
|
920
920
|
msgstr ""
|
921
921
|
|
922
922
|
#: ../app/views/job_invocations/_card_schedule.html.erb:17
|
923
|
-
msgid "
|
923
|
+
msgid "Scheduled to start before"
|
924
924
|
msgstr ""
|
925
925
|
|
926
|
-
#: ../app/views/job_invocations/_card_schedule.html.erb:
|
927
|
-
|
928
|
-
msgid "seconds"
|
926
|
+
#: ../app/views/job_invocations/_card_schedule.html.erb:20
|
927
|
+
msgid "Scheduled to start at"
|
929
928
|
msgstr ""
|
930
929
|
|
931
|
-
#: ../app/views/job_invocations/_card_schedule.html.erb:
|
932
|
-
msgid "
|
930
|
+
#: ../app/views/job_invocations/_card_schedule.html.erb:23
|
931
|
+
msgid "Timeout to kill after"
|
933
932
|
msgstr ""
|
934
933
|
|
935
934
|
#: ../app/views/job_invocations/_card_schedule.html.erb:23
|
936
|
-
|
935
|
+
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
936
|
+
msgid "seconds"
|
937
937
|
msgstr ""
|
938
938
|
|
939
939
|
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
940
|
-
|
940
|
+
#: ../app/views/job_invocations/_form.html.erb:106
|
941
|
+
#: ../lib/foreman_remote_execution/engine.rb:163
|
942
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
|
943
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:269
|
944
|
+
msgid "Time to pickup"
|
941
945
|
msgstr ""
|
942
946
|
|
943
947
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:5
|
944
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
948
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:123
|
945
949
|
msgid "Target hosts"
|
946
950
|
msgstr ""
|
947
951
|
|
@@ -990,8 +994,8 @@ msgid "Description"
|
|
990
994
|
msgstr ""
|
991
995
|
|
992
996
|
#: ../app/views/job_invocations/_form.html.erb:23
|
993
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
994
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
997
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:77
|
998
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:115
|
995
999
|
msgid "Job template"
|
996
1000
|
msgstr ""
|
997
1001
|
|
@@ -1001,7 +1005,7 @@ msgstr ""
|
|
1001
1005
|
|
1002
1006
|
#: ../app/views/job_invocations/_form.html.erb:42
|
1003
1007
|
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:231
|
1004
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1008
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:91
|
1005
1009
|
msgid "hosts"
|
1006
1010
|
msgstr ""
|
1007
1011
|
|
@@ -1022,20 +1026,20 @@ msgid "Hide advanced fields"
|
|
1022
1026
|
msgstr ""
|
1023
1027
|
|
1024
1028
|
#: ../app/views/job_invocations/_form.html.erb:85
|
1025
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1026
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1029
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:213
|
1030
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:265
|
1027
1031
|
msgid "SSH user"
|
1028
1032
|
msgstr ""
|
1029
1033
|
|
1030
1034
|
#: ../app/views/job_invocations/_form.html.erb:85
|
1031
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1035
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:214
|
1032
1036
|
msgid "A user to be used for SSH."
|
1033
1037
|
msgstr ""
|
1034
1038
|
|
1035
1039
|
#: ../app/views/job_invocations/_form.html.erb:88
|
1036
1040
|
#: ../app/views/job_templates/_custom_tabs.html.erb:26
|
1037
1041
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
|
1038
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1042
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
|
1039
1043
|
msgid "Effective user"
|
1040
1044
|
msgstr ""
|
1041
1045
|
|
@@ -1049,7 +1053,7 @@ msgstr ""
|
|
1049
1053
|
#: ../app/views/job_invocations/_form.html.erb:94
|
1050
1054
|
#: ../app/views/job_templates/_custom_tabs.html.erb:13
|
1051
1055
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
|
1052
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1056
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:268
|
1053
1057
|
msgid "Timeout to kill"
|
1054
1058
|
msgstr ""
|
1055
1059
|
|
@@ -1061,14 +1065,6 @@ msgid ""
|
|
1061
1065
|
msgstr ""
|
1062
1066
|
|
1063
1067
|
#: ../app/views/job_invocations/_form.html.erb:106
|
1064
|
-
#: ../lib/foreman_remote_execution/engine.rb:163
|
1065
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
|
1066
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
|
1067
|
-
msgid "Time to pickup"
|
1068
|
-
msgstr ""
|
1069
|
-
|
1070
|
-
#: ../app/views/job_invocations/_form.html.erb:106
|
1071
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
|
1072
1068
|
msgid ""
|
1073
1069
|
"Interval in seconds, if the job is not picked up by a client within this inter"
|
1074
1070
|
"val it will be cancelled."
|
@@ -1115,7 +1111,7 @@ msgstr ""
|
|
1115
1111
|
|
1116
1112
|
#: ../app/views/job_invocations/_form.html.erb:116
|
1117
1113
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
|
1118
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1114
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
|
1119
1115
|
msgid "Concurrency level"
|
1120
1116
|
msgstr ""
|
1121
1117
|
|
@@ -1126,27 +1122,14 @@ msgid ""
|
|
1126
1122
|
"abled, then tasks are triggered on the smart proxy in batches of size 1."
|
1127
1123
|
msgstr ""
|
1128
1124
|
|
1129
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1130
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1131
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1132
|
-
msgid "Time span"
|
1133
|
-
msgstr ""
|
1134
|
-
|
1135
|
-
#: ../app/views/job_invocations/_form.html.erb:117
|
1136
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:177
|
1137
|
-
msgid ""
|
1138
|
-
"Distribute execution over N seconds. If this is set and proxy batch triggering"
|
1139
|
-
" is enabled, then tasks are triggered on the smart proxy in batches of size 1."
|
1140
|
-
msgstr ""
|
1141
|
-
|
1142
|
-
#: ../app/views/job_invocations/_form.html.erb:121
|
1143
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
|
1144
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
|
1125
|
+
#: ../app/views/job_invocations/_form.html.erb:120
|
1126
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:174
|
1127
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:272
|
1145
1128
|
msgid "Execution ordering"
|
1146
1129
|
msgstr ""
|
1147
1130
|
|
1148
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1149
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1131
|
+
#: ../app/views/job_invocations/_form.html.erb:120
|
1132
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:179
|
1150
1133
|
msgid ""
|
1151
1134
|
"Execution ordering determines whether the jobs should be executed on hosts in "
|
1152
1135
|
"alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
|
@@ -1154,12 +1137,12 @@ msgid ""
|
|
1154
1137
|
"es the order in which jobs are executed on hosts</li></ul>"
|
1155
1138
|
msgstr ""
|
1156
1139
|
|
1157
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1158
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1140
|
+
#: ../app/views/job_invocations/_form.html.erb:129
|
1141
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:255
|
1159
1142
|
msgid "Type of query"
|
1160
1143
|
msgstr ""
|
1161
1144
|
|
1162
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1145
|
+
#: ../app/views/job_invocations/_form.html.erb:129
|
1163
1146
|
msgid ""
|
1164
1147
|
"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
|
1165
1148
|
"/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
|
@@ -1682,7 +1665,8 @@ msgstr ""
|
|
1682
1665
|
#: ../lib/foreman_remote_execution/engine.rb:161
|
1683
1666
|
msgid ""
|
1684
1667
|
"Time in seconds within which the host has to pick up a job. If the job is not "
|
1685
|
-
"picked up within this limit, the job will be cancelled. Defaults to 1 day."
|
1668
|
+
"picked up within this limit, the job will be cancelled. Defaults to 1 day. App"
|
1669
|
+
"lies only to pull-mqtt based jobs."
|
1686
1670
|
msgstr ""
|
1687
1671
|
|
1688
1672
|
#: ../lib/foreman_remote_execution/engine.rb:232
|
@@ -1705,6 +1689,46 @@ msgstr ""
|
|
1705
1689
|
msgid "Run a script"
|
1706
1690
|
msgstr ""
|
1707
1691
|
|
1692
|
+
#: ../webpack/JobWizard/Footer.js:35
|
1693
|
+
msgid "Submit"
|
1694
|
+
msgstr ""
|
1695
|
+
|
1696
|
+
#: ../webpack/JobWizard/Footer.js:36
|
1697
|
+
msgid "Next"
|
1698
|
+
msgstr ""
|
1699
|
+
|
1700
|
+
#: ../webpack/JobWizard/Footer.js:45
|
1701
|
+
msgid "Back"
|
1702
|
+
msgstr ""
|
1703
|
+
|
1704
|
+
#: ../webpack/JobWizard/Footer.js:51
|
1705
|
+
msgid "Start job"
|
1706
|
+
msgstr ""
|
1707
|
+
|
1708
|
+
#: ../webpack/JobWizard/Footer.js:52
|
1709
|
+
msgid "Fill all required fields in all the steps"
|
1710
|
+
msgstr ""
|
1711
|
+
|
1712
|
+
#: ../webpack/JobWizard/Footer.js:62
|
1713
|
+
msgid "Run on selected hosts"
|
1714
|
+
msgstr ""
|
1715
|
+
|
1716
|
+
#: ../webpack/JobWizard/Footer.js:69
|
1717
|
+
msgid "Skip to review step"
|
1718
|
+
msgstr ""
|
1719
|
+
|
1720
|
+
#: ../webpack/JobWizard/Footer.js:70
|
1721
|
+
msgid "Fill all required fields in all the steps to start the job"
|
1722
|
+
msgstr ""
|
1723
|
+
|
1724
|
+
#: ../webpack/JobWizard/Footer.js:82
|
1725
|
+
msgid "Skip to review"
|
1726
|
+
msgstr ""
|
1727
|
+
|
1728
|
+
#: ../webpack/JobWizard/Footer.js:86
|
1729
|
+
msgid "Cancel"
|
1730
|
+
msgstr ""
|
1731
|
+
|
1708
1732
|
#: ../webpack/JobWizard/JobWizardConstants.js:11
|
1709
1733
|
msgid "Does not repeat"
|
1710
1734
|
msgstr ""
|
@@ -1753,7 +1777,7 @@ msgid "Target hosts and inputs"
|
|
1753
1777
|
msgstr ""
|
1754
1778
|
|
1755
1779
|
#: ../webpack/JobWizard/JobWizardConstants.js:28
|
1756
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1780
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
|
1757
1781
|
msgid "Advanced fields"
|
1758
1782
|
msgstr ""
|
1759
1783
|
|
@@ -1790,13 +1814,13 @@ msgstr ""
|
|
1790
1814
|
msgid "Use old form"
|
1791
1815
|
msgstr ""
|
1792
1816
|
|
1793
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1817
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:93
|
1794
1818
|
msgid ""
|
1795
1819
|
"Current organization %s is different from job's organization %s. This job may "
|
1796
1820
|
"run on different hosts than before."
|
1797
1821
|
msgstr ""
|
1798
1822
|
|
1799
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1823
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:107
|
1800
1824
|
msgid ""
|
1801
1825
|
"Current location %s is different from job's location %s. This job may run on d"
|
1802
1826
|
"ifferent hosts than before."
|
@@ -1811,7 +1835,7 @@ msgstr ""
|
|
1811
1835
|
msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
|
1812
1836
|
msgstr ""
|
1813
1837
|
|
1814
|
-
#: ../webpack/JobWizard/index.js:
|
1838
|
+
#: ../webpack/JobWizard/index.js:34
|
1815
1839
|
msgid "Use legacy form"
|
1816
1840
|
msgstr ""
|
1817
1841
|
|
@@ -1825,10 +1849,15 @@ msgstr ""
|
|
1825
1849
|
|
1826
1850
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:49
|
1827
1851
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:165
|
1828
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:191
|
1829
1852
|
msgid "For example: 1, 2, 3, 4, 5..."
|
1830
1853
|
msgstr ""
|
1831
1854
|
|
1855
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
|
1856
|
+
msgid ""
|
1857
|
+
"Interval in seconds, if the job is not picked up by a client within this inter"
|
1858
|
+
"val it will be cancelled. Applies only to pull-mqtt based jobs"
|
1859
|
+
msgstr ""
|
1860
|
+
|
1832
1861
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
|
1833
1862
|
msgid ""
|
1834
1863
|
"Key passphrase is only applicable for SSH provider. Other providers ignore thi"
|
@@ -1843,28 +1872,28 @@ msgid ""
|
|
1843
1872
|
"or future or recurring executions, it is removed after the last execution."
|
1844
1873
|
msgstr ""
|
1845
1874
|
|
1846
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1875
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:64
|
1847
1876
|
msgid "All fields are required."
|
1848
1877
|
msgstr ""
|
1849
1878
|
|
1850
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1851
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1879
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:72
|
1880
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:85
|
1852
1881
|
msgid "Error"
|
1853
1882
|
msgstr ""
|
1854
1883
|
|
1855
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1884
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:88
|
1856
1885
|
msgid "Errors:"
|
1857
1886
|
msgstr ""
|
1858
1887
|
|
1859
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1888
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:91
|
1860
1889
|
msgid "Categories list failed with:"
|
1861
1890
|
msgstr ""
|
1862
1891
|
|
1863
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1892
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:96
|
1864
1893
|
msgid "Templates list failed with:"
|
1865
1894
|
msgstr ""
|
1866
1895
|
|
1867
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1896
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:101
|
1868
1897
|
msgid "Template failed with:"
|
1869
1898
|
msgstr ""
|
1870
1899
|
|
@@ -1938,88 +1967,87 @@ msgstr ""
|
|
1938
1967
|
msgid "Every day at %s"
|
1939
1968
|
msgstr ""
|
1940
1969
|
|
1941
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:
|
1970
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:28
|
1942
1971
|
msgid "Every week on %s at %s"
|
1943
1972
|
msgstr ""
|
1944
1973
|
|
1945
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:
|
1974
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:32
|
1946
1975
|
msgid "Every month on %s at %s"
|
1947
1976
|
msgstr ""
|
1948
1977
|
|
1949
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:
|
1950
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:19
|
1978
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:37
|
1951
1979
|
msgid "Cron line"
|
1952
1980
|
msgstr ""
|
1953
1981
|
|
1954
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1982
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:84
|
1955
1983
|
msgid "No Target Hosts"
|
1956
1984
|
msgstr ""
|
1957
1985
|
|
1958
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1986
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:97
|
1959
1987
|
msgid "view host names"
|
1960
1988
|
msgstr ""
|
1961
1989
|
|
1962
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1990
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:148
|
1963
1991
|
msgid "Hide all advanced fields"
|
1964
1992
|
msgstr ""
|
1965
1993
|
|
1966
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1994
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:158
|
1967
1995
|
msgid "Show all advanced fields"
|
1968
1996
|
msgstr ""
|
1969
1997
|
|
1970
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1998
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:168
|
1971
1999
|
msgid "Schedule type"
|
1972
2000
|
msgstr ""
|
1973
2001
|
|
1974
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2002
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:182
|
1975
2003
|
msgid "Recurrence"
|
1976
2004
|
msgstr ""
|
1977
2005
|
|
1978
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2006
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:197
|
1979
2007
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
|
1980
2008
|
msgid "Starts at"
|
1981
2009
|
msgstr ""
|
1982
2010
|
|
1983
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2011
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:206
|
1984
2012
|
msgid "Starts Before"
|
1985
2013
|
msgstr ""
|
1986
2014
|
|
1987
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2015
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:215
|
1988
2016
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
|
1989
2017
|
msgid "Starts"
|
1990
2018
|
msgstr ""
|
1991
2019
|
|
1992
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2020
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:220
|
1993
2021
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
|
1994
2022
|
msgid "Now"
|
1995
2023
|
msgstr ""
|
1996
2024
|
|
1997
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2025
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:226
|
1998
2026
|
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
|
1999
2027
|
msgid "Repeats"
|
2000
2028
|
msgstr ""
|
2001
2029
|
|
2002
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2030
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:234
|
2003
2031
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
|
2004
2032
|
msgid "Ends"
|
2005
2033
|
msgstr ""
|
2006
2034
|
|
2007
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2035
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:247
|
2008
2036
|
#: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
|
2009
2037
|
msgid "Purpose"
|
2010
2038
|
msgstr ""
|
2011
2039
|
|
2012
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2040
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:259
|
2013
2041
|
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
2014
2042
|
msgid "Static query"
|
2015
2043
|
msgstr ""
|
2016
2044
|
|
2017
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2045
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:260
|
2018
2046
|
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
|
2019
2047
|
msgid "Dynamic query"
|
2020
2048
|
msgstr ""
|
2021
2049
|
|
2022
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2050
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:267
|
2023
2051
|
msgid "Description Template"
|
2024
2052
|
msgstr ""
|
2025
2053
|
|
@@ -2047,30 +2075,44 @@ msgid ""
|
|
2047
2075
|
"targeted hosts set may change before it"
|
2048
2076
|
msgstr ""
|
2049
2077
|
|
2050
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2051
|
-
msgid "Cron line
|
2078
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:43
|
2079
|
+
msgid "Cron line (extended)"
|
2080
|
+
msgstr ""
|
2081
|
+
|
2082
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:46
|
2083
|
+
msgid "Cron line format '1 2 3 4 5', where:"
|
2052
2084
|
msgstr ""
|
2053
2085
|
|
2054
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2086
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:49
|
2055
2087
|
msgid "is minute (range: 0-59)"
|
2056
2088
|
msgstr ""
|
2057
2089
|
|
2058
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2090
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:50
|
2059
2091
|
msgid "is hour (range: 0-23)"
|
2060
2092
|
msgstr ""
|
2061
2093
|
|
2062
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2094
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:51
|
2063
2095
|
msgid "is day of month (range: 1-31)"
|
2064
2096
|
msgstr ""
|
2065
2097
|
|
2066
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2098
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:52
|
2067
2099
|
msgid "is month (range: 1-12)"
|
2068
2100
|
msgstr ""
|
2069
2101
|
|
2070
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:
|
2102
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:53
|
2071
2103
|
msgid "is day of week (range: 0-6)"
|
2072
2104
|
msgstr ""
|
2073
2105
|
|
2106
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:56
|
2107
|
+
msgid ""
|
2108
|
+
"The cron line supports extended cron line syntax. For details please refer to "
|
2109
|
+
"the "
|
2110
|
+
msgstr ""
|
2111
|
+
|
2112
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:60
|
2113
|
+
msgid "documentation"
|
2114
|
+
msgstr ""
|
2115
|
+
|
2074
2116
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
|
2075
2117
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:121
|
2076
2118
|
msgid "At"
|
@@ -2101,7 +2143,7 @@ msgstr ""
|
|
2101
2143
|
msgid "Days"
|
2102
2144
|
msgstr ""
|
2103
2145
|
|
2104
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:
|
2146
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:43
|
2105
2147
|
msgid "Days of week"
|
2106
2148
|
msgstr ""
|
2107
2149
|
|
@@ -2194,7 +2236,7 @@ msgstr ""
|
|
2194
2236
|
msgid "%s job has been invoked"
|
2195
2237
|
msgstr ""
|
2196
2238
|
|
2197
|
-
#: ../webpack/react_app/components/FeaturesDropdown/index.js:
|
2239
|
+
#: ../webpack/react_app/components/FeaturesDropdown/index.js:50
|
2198
2240
|
msgid "Schedule a job"
|
2199
2241
|
msgstr ""
|
2200
2242
|
|
@@ -2284,10 +2326,18 @@ msgid "Action with sub plans"
|
|
2284
2326
|
msgstr ""
|
2285
2327
|
|
2286
2328
|
#: action_names.rb:3
|
2287
|
-
msgid "
|
2329
|
+
msgid "Check for long running tasks"
|
2288
2330
|
msgstr ""
|
2289
2331
|
|
2290
2332
|
#: action_names.rb:4
|
2333
|
+
msgid "Deliver notifications about long running tasks"
|
2334
|
+
msgstr ""
|
2335
|
+
|
2336
|
+
#: action_names.rb:5
|
2337
|
+
msgid "Import Puppet classes"
|
2338
|
+
msgstr ""
|
2339
|
+
|
2340
|
+
#: action_names.rb:6
|
2291
2341
|
msgid "Import facts"
|
2292
2342
|
msgstr ""
|
2293
2343
|
|