foreman_remote_execution 13.2.1 → 13.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +57 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +57 -3
- data/app/lib/actions/remote_execution/proxy_action.rb +8 -0
- data/app/lib/actions/remote_execution/run_host_job.rb +2 -1
- data/app/lib/actions/remote_execution/run_hosts_job.rb +1 -0
- data/app/models/concerns/foreman_remote_execution/smart_proxy_extensions.rb +1 -0
- data/app/models/template_invocation.rb +1 -0
- data/app/views/template_invocations/show.html.erb +2 -2
- data/db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb +7 -0
- data/db/migrate/20240522093413_migrate_smart_proxy_ids_to_template_invocations.rb +16 -0
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +0 -5
- data/locale/de/foreman_remote_execution.po +57 -3
- data/locale/en/foreman_remote_execution.po +57 -3
- data/locale/en_GB/foreman_remote_execution.po +57 -3
- data/locale/es/foreman_remote_execution.po +57 -3
- data/locale/foreman_remote_execution.pot +138 -62
- data/locale/fr/foreman_remote_execution.po +57 -3
- data/locale/ja/foreman_remote_execution.po +57 -3
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +57 -3
- data/locale/ko/foreman_remote_execution.po +57 -3
- data/locale/pt_BR/foreman_remote_execution.po +57 -3
- data/locale/ru/foreman_remote_execution.po +57 -3
- data/locale/zh_CN/foreman_remote_execution.po +57 -3
- data/locale/zh_TW/foreman_remote_execution.po +57 -3
- data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +10 -4
- metadata +4 -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: 2024-
|
12
|
-
"PO-Revision-Date: 2024-
|
11
|
+
"POT-Creation-Date: 2024-07-10 20:01+0200\n"
|
12
|
+
"PO-Revision-Date: 2024-07-10 20:01+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -208,20 +208,20 @@ msgstr ""
|
|
208
208
|
msgid "Rerun job on failed hosts"
|
209
209
|
msgstr ""
|
210
210
|
|
211
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
211
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:150
|
212
212
|
#: ../app/views/job_invocations/_form.html.erb:4
|
213
213
|
msgid "Could not rerun job %{id} because its template could not be found"
|
214
214
|
msgstr ""
|
215
215
|
|
216
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
216
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:155
|
217
217
|
msgid "Get outputs of hosts in a job"
|
218
218
|
msgstr ""
|
219
219
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
220
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:204
|
221
221
|
msgid "Host with id '%{id}' was not found"
|
222
222
|
msgstr ""
|
223
223
|
|
224
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
224
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:213
|
225
225
|
msgid "Only one of feature or job_template_id can be specified"
|
226
226
|
msgstr ""
|
227
227
|
|
@@ -408,8 +408,8 @@ msgstr ""
|
|
408
408
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
409
409
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
410
410
|
#: ../lib/foreman_remote_execution/engine.rb:247
|
411
|
-
#: ../webpack/JobInvocationDetail/index.js:
|
412
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
411
|
+
#: ../webpack/JobInvocationDetail/index.js:78
|
412
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:39
|
413
413
|
#: ../webpack/JobWizard/index.js:20
|
414
414
|
msgid "Jobs"
|
415
415
|
msgstr ""
|
@@ -507,7 +507,7 @@ msgstr ""
|
|
507
507
|
|
508
508
|
#: ../app/helpers/remote_execution_helper.rb:52
|
509
509
|
#: ../app/helpers/remote_execution_helper.rb:202
|
510
|
-
#: ../app/models/job_invocation.rb:
|
510
|
+
#: ../app/models/job_invocation.rb:220
|
511
511
|
msgid "N/A"
|
512
512
|
msgstr ""
|
513
513
|
|
@@ -534,6 +534,7 @@ msgid "Rerun the job"
|
|
534
534
|
msgstr ""
|
535
535
|
|
536
536
|
#: ../app/helpers/remote_execution_helper.rb:78
|
537
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:159
|
537
538
|
msgid "Rerun failed"
|
538
539
|
msgstr ""
|
539
540
|
|
@@ -622,77 +623,77 @@ msgstr ""
|
|
622
623
|
msgid "Could not use any template used in the job invocation"
|
623
624
|
msgstr ""
|
624
625
|
|
625
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
626
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:57
|
626
627
|
msgid "Failed rendering template: %s"
|
627
628
|
msgstr ""
|
628
629
|
|
629
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
630
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:96
|
630
631
|
msgid "Task cancelled"
|
631
632
|
msgstr ""
|
632
633
|
|
633
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
634
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:97
|
634
635
|
msgid "Job execution failed"
|
635
636
|
msgstr ""
|
636
637
|
|
637
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
638
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:107
|
638
639
|
msgid "%{description} on %{host}"
|
639
640
|
msgstr ""
|
640
641
|
|
641
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
642
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:114 action_names.rb:2
|
642
643
|
msgid "Remote action:"
|
643
644
|
msgstr ""
|
644
645
|
|
645
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
646
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:142
|
646
647
|
msgid "Job cancelled by user"
|
647
648
|
msgstr ""
|
648
649
|
|
649
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
650
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:147
|
651
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:165
|
651
652
|
msgid "Exit status: %s"
|
652
653
|
msgstr ""
|
653
654
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
655
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:149
|
655
656
|
msgid "Job finished with error"
|
656
657
|
msgstr ""
|
657
658
|
|
658
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
659
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
659
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:152
|
660
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:170
|
660
661
|
msgid "Error loading data from proxy"
|
661
662
|
msgstr ""
|
662
663
|
|
663
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
664
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:209
|
664
665
|
msgid "User can not execute job on host %s"
|
665
666
|
msgstr ""
|
666
667
|
|
667
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
668
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:210
|
668
669
|
msgid "User can not execute this job template"
|
669
670
|
msgstr ""
|
670
671
|
|
671
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
672
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:213
|
672
673
|
msgid "User can not execute job on infrastructure host %s"
|
673
674
|
msgstr ""
|
674
675
|
|
675
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
676
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:219
|
676
677
|
msgid "User can not execute this job template on %s"
|
677
678
|
msgstr ""
|
678
679
|
|
679
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
680
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:229
|
680
681
|
msgid "The only applicable proxy %{proxy_names} is down"
|
681
682
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
682
683
|
msgstr[0] ""
|
683
684
|
msgstr[1] ""
|
684
685
|
|
685
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
686
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:239
|
686
687
|
msgid ""
|
687
688
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
688
689
|
"_proxy}, %{fallback_proxy} in settings"
|
689
690
|
msgstr ""
|
690
691
|
|
691
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
692
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:95
|
692
693
|
msgid "REX job has succeeded - %s"
|
693
694
|
msgstr ""
|
694
695
|
|
695
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
696
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:103
|
696
697
|
msgid "REX job has failed - %s"
|
697
698
|
msgstr ""
|
698
699
|
|
@@ -787,15 +788,15 @@ msgstr ""
|
|
787
788
|
msgid "Template with id '%{id}' was not found"
|
788
789
|
msgstr ""
|
789
790
|
|
790
|
-
#: ../app/models/job_invocation_composer.rb:
|
791
|
+
#: ../app/models/job_invocation_composer.rb:351
|
791
792
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
792
793
|
msgstr ""
|
793
794
|
|
794
|
-
#: ../app/models/job_invocation_composer.rb:
|
795
|
+
#: ../app/models/job_invocation_composer.rb:360
|
795
796
|
msgid "No template mapped to feature %{feature_name}"
|
796
797
|
msgstr ""
|
797
798
|
|
798
|
-
#: ../app/models/job_invocation_composer.rb:
|
799
|
+
#: ../app/models/job_invocation_composer.rb:366
|
799
800
|
msgid ""
|
800
801
|
"The template %{template_name} mapped to feature %{feature_name} is not accessi"
|
801
802
|
"ble by the user"
|
@@ -873,7 +874,7 @@ msgstr ""
|
|
873
874
|
msgid "Input"
|
874
875
|
msgstr ""
|
875
876
|
|
876
|
-
#: ../app/models/template_invocation.rb:
|
877
|
+
#: ../app/models/template_invocation.rb:100
|
877
878
|
msgid "Not all required inputs have values. Missing inputs: %s"
|
878
879
|
msgstr ""
|
879
880
|
|
@@ -1013,7 +1014,7 @@ msgid "Resolves to"
|
|
1013
1014
|
msgstr ""
|
1014
1015
|
|
1015
1016
|
#: ../app/views/job_invocations/_form.html.erb:42
|
1016
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1017
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:244
|
1017
1018
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:93
|
1018
1019
|
msgid "hosts"
|
1019
1020
|
msgstr ""
|
@@ -1702,6 +1703,46 @@ msgstr ""
|
|
1702
1703
|
msgid "Run a script"
|
1703
1704
|
msgstr ""
|
1704
1705
|
|
1706
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:47
|
1707
|
+
msgid "Trying to abort the job %s."
|
1708
|
+
msgstr ""
|
1709
|
+
|
1710
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:48
|
1711
|
+
msgid "Trying to cancel the job %s."
|
1712
|
+
msgstr ""
|
1713
|
+
|
1714
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:51
|
1715
|
+
msgid "Could not abort the job %s: ${response}"
|
1716
|
+
msgstr ""
|
1717
|
+
|
1718
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:52
|
1719
|
+
msgid "Could not cancel the job %s: ${response}"
|
1720
|
+
msgstr ""
|
1721
|
+
|
1722
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:98
|
1723
|
+
msgid "Recurring logic %s disabled successfully."
|
1724
|
+
msgstr ""
|
1725
|
+
|
1726
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:99
|
1727
|
+
msgid "Recurring logic %s enabled successfully."
|
1728
|
+
msgstr ""
|
1729
|
+
|
1730
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:103
|
1731
|
+
msgid "Could not disable recurring logic %s: ${response}"
|
1732
|
+
msgstr ""
|
1733
|
+
|
1734
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:107
|
1735
|
+
msgid "Could not enable recurring logic %s: ${response}"
|
1736
|
+
msgstr ""
|
1737
|
+
|
1738
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:131
|
1739
|
+
msgid "Recurring logic %s cancelled successfully."
|
1740
|
+
msgstr ""
|
1741
|
+
|
1742
|
+
#: ../webpack/JobInvocationDetail/JobInvocationActions.js:134
|
1743
|
+
msgid "Could not cancel recurring logic %s: ${response}"
|
1744
|
+
msgstr ""
|
1745
|
+
|
1705
1746
|
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:40
|
1706
1747
|
msgid "Effective user:"
|
1707
1748
|
msgstr ""
|
@@ -1746,18 +1787,59 @@ msgstr ""
|
|
1746
1787
|
msgid "Scheduled: ${totalHosts} hosts"
|
1747
1788
|
msgstr ""
|
1748
1789
|
|
1749
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1790
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:96
|
1750
1791
|
msgid "Systems"
|
1751
1792
|
msgstr ""
|
1752
1793
|
|
1753
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1794
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:115
|
1754
1795
|
msgid "System status"
|
1755
1796
|
msgstr ""
|
1756
1797
|
|
1757
|
-
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:
|
1798
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:135
|
1758
1799
|
msgid "Scheduled at:"
|
1759
1800
|
msgstr ""
|
1760
1801
|
|
1802
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:124
|
1803
|
+
msgid "Disable recurring"
|
1804
|
+
msgstr ""
|
1805
|
+
|
1806
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:124
|
1807
|
+
msgid "Enable recurring"
|
1808
|
+
msgstr ""
|
1809
|
+
|
1810
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:137
|
1811
|
+
msgid "Cancel recurring"
|
1812
|
+
msgstr ""
|
1813
|
+
|
1814
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:150
|
1815
|
+
msgid "Rerun successful"
|
1816
|
+
msgstr ""
|
1817
|
+
|
1818
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:168
|
1819
|
+
msgid "View task"
|
1820
|
+
msgstr ""
|
1821
|
+
|
1822
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:179
|
1823
|
+
#: ../webpack/JobWizard/Footer.js:90
|
1824
|
+
msgid "Cancel"
|
1825
|
+
msgstr ""
|
1826
|
+
|
1827
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:189
|
1828
|
+
msgid "Abort"
|
1829
|
+
msgstr ""
|
1830
|
+
|
1831
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:198
|
1832
|
+
msgid "Legacy UI"
|
1833
|
+
msgstr ""
|
1834
|
+
|
1835
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:220
|
1836
|
+
msgid "Create report"
|
1837
|
+
msgstr ""
|
1838
|
+
|
1839
|
+
#: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:241
|
1840
|
+
msgid "Rerun all"
|
1841
|
+
msgstr ""
|
1842
|
+
|
1761
1843
|
#: ../webpack/JobWizard/Footer.js:36
|
1762
1844
|
msgid "Submit"
|
1763
1845
|
msgstr ""
|
@@ -1794,10 +1876,6 @@ msgstr ""
|
|
1794
1876
|
msgid "Skip to review"
|
1795
1877
|
msgstr ""
|
1796
1878
|
|
1797
|
-
#: ../webpack/JobWizard/Footer.js:90
|
1798
|
-
msgid "Cancel"
|
1799
|
-
msgstr ""
|
1800
|
-
|
1801
1879
|
#: ../webpack/JobWizard/JobWizardConstants.js:15
|
1802
1880
|
msgid "Does not repeat"
|
1803
1881
|
msgstr ""
|
@@ -1874,22 +1952,23 @@ msgstr ""
|
|
1874
1952
|
msgid "Search query"
|
1875
1953
|
msgstr ""
|
1876
1954
|
|
1877
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1955
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:36
|
1878
1956
|
#: ../webpack/JobWizard/index.js:17
|
1879
1957
|
msgid "Run job"
|
1880
1958
|
msgstr ""
|
1881
1959
|
|
1882
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1883
|
-
|
1960
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:61
|
1961
|
+
#: ../webpack/JobWizard/index.js:67
|
1962
|
+
msgid "Use legacy form"
|
1884
1963
|
msgstr ""
|
1885
1964
|
|
1886
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1965
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:85
|
1887
1966
|
msgid ""
|
1888
1967
|
"Current organization %s is different from job's organization %s. This job may "
|
1889
1968
|
"run on different hosts than before."
|
1890
1969
|
msgstr ""
|
1891
1970
|
|
1892
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1971
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:100
|
1893
1972
|
msgid ""
|
1894
1973
|
"Current location %s is different from job's location %s. This job may run on d"
|
1895
1974
|
"ifferent hosts than before."
|
@@ -1922,10 +2001,6 @@ msgstr ""
|
|
1922
2001
|
msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
|
1923
2002
|
msgstr ""
|
1924
2003
|
|
1925
|
-
#: ../webpack/JobWizard/index.js:67
|
1926
|
-
msgid "Use legacy form"
|
1927
|
-
msgstr ""
|
1928
|
-
|
1929
2004
|
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:66
|
1930
2005
|
msgid "Edit job description template"
|
1931
2006
|
msgstr ""
|
@@ -1965,16 +2040,17 @@ msgstr ""
|
|
1965
2040
|
|
1966
2041
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
1967
2042
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:100
|
2043
|
+
#: ../webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js:5
|
1968
2044
|
msgid "Not available"
|
1969
2045
|
msgstr ""
|
1970
2046
|
|
1971
2047
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:106
|
1972
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2048
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:257
|
1973
2049
|
msgid "Access denied"
|
1974
2050
|
msgstr ""
|
1975
2051
|
|
1976
2052
|
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:109
|
1977
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2053
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:260
|
1978
2054
|
msgid "Missing the required permissions: ${missingPermissions.join( ', ' )}"
|
1979
2055
|
msgstr ""
|
1980
2056
|
|
@@ -1994,11 +2070,11 @@ msgstr ""
|
|
1994
2070
|
msgid "Template failed with:"
|
1995
2071
|
msgstr ""
|
1996
2072
|
|
1997
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:
|
2073
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:22
|
1998
2074
|
msgid "Preview Hosts"
|
1999
2075
|
msgstr ""
|
2000
2076
|
|
2001
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:
|
2077
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:55
|
2002
2078
|
msgid "...and %s more"
|
2003
2079
|
msgstr ""
|
2004
2080
|
|
@@ -2014,36 +2090,36 @@ msgstr ""
|
|
2014
2090
|
msgid "There are no available input fields for the selected template."
|
2015
2091
|
msgstr ""
|
2016
2092
|
|
2017
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2018
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2093
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:134
|
2094
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:172
|
2019
2095
|
msgid "Please select at least one host"
|
2020
2096
|
msgstr ""
|
2021
2097
|
|
2022
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2098
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:169
|
2023
2099
|
msgid "Please enter a search query"
|
2024
2100
|
msgstr ""
|
2025
2101
|
|
2026
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2102
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
|
2027
2103
|
msgid "Please select at least one host collection"
|
2028
2104
|
msgstr ""
|
2029
2105
|
|
2030
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2106
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:180
|
2031
2107
|
msgid "Please select at least one host group"
|
2032
2108
|
msgstr ""
|
2033
2109
|
|
2034
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2110
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:197
|
2035
2111
|
msgid "Filter by hosts"
|
2036
2112
|
msgstr ""
|
2037
2113
|
|
2038
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2114
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:208
|
2039
2115
|
msgid "Filter by host collections"
|
2040
2116
|
msgstr ""
|
2041
2117
|
|
2042
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2118
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:218
|
2043
2119
|
msgid "Filter by host groups"
|
2044
2120
|
msgstr ""
|
2045
2121
|
|
2046
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
2122
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:236
|
2047
2123
|
msgid "Apply to"
|
2048
2124
|
msgstr ""
|
2049
2125
|
|
@@ -83,6 +83,9 @@ msgstr ""
|
|
83
83
|
msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
|
84
84
|
msgstr "L'utilisateur choisi pour l'exécution du script. Si l'utilisateur est différent de celui utilisé pour SSH, su ou sudo sera mis en œuvre pour changer d'utilisateur."
|
85
85
|
|
86
|
+
msgid "Abort"
|
87
|
+
msgstr ""
|
88
|
+
|
86
89
|
msgid "Abort Job"
|
87
90
|
msgstr "Abandonner le job"
|
88
91
|
|
@@ -158,6 +161,9 @@ msgstr "Annuler la tâche"
|
|
158
161
|
msgid "Cancel job invocation"
|
159
162
|
msgstr "Annuler le lancement du job"
|
160
163
|
|
164
|
+
msgid "Cancel recurring"
|
165
|
+
msgstr ""
|
166
|
+
|
161
167
|
msgid "Canceled:"
|
162
168
|
msgstr ""
|
163
169
|
|
@@ -215,9 +221,24 @@ msgstr "Connexion via IP"
|
|
215
221
|
msgid "Control concurrency level and distribution over time"
|
216
222
|
msgstr "Contrôle le niveau de parallélisme et la distribution dans le temps"
|
217
223
|
|
224
|
+
msgid "Could not abort the job %s: ${response}"
|
225
|
+
msgstr ""
|
226
|
+
|
227
|
+
msgid "Could not cancel recurring logic %s: ${response}"
|
228
|
+
msgstr ""
|
229
|
+
|
230
|
+
msgid "Could not cancel the job %s: ${response}"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Could not disable recurring logic %s: ${response}"
|
234
|
+
msgstr ""
|
235
|
+
|
218
236
|
msgid "Could not display data for job invocation."
|
219
237
|
msgstr "Impossible d'afficher les données pour le lancement du job."
|
220
238
|
|
239
|
+
msgid "Could not enable recurring logic %s: ${response}"
|
240
|
+
msgstr ""
|
241
|
+
|
221
242
|
msgid "Could not find any suitable interface for execution"
|
222
243
|
msgstr "Impossible de trouver une interface qui convient pour l'exécution"
|
223
244
|
|
@@ -251,6 +272,9 @@ msgstr "Créer un modèle de job"
|
|
251
272
|
msgid "Create a recurring job"
|
252
273
|
msgstr "Créer un job récurrent"
|
253
274
|
|
275
|
+
msgid "Create report"
|
276
|
+
msgstr ""
|
277
|
+
|
254
278
|
msgid "Create report for this job"
|
255
279
|
msgstr "Aucun rapport pour ce job"
|
256
280
|
|
@@ -323,6 +347,9 @@ msgstr "Modèle de description"
|
|
323
347
|
msgid "Designation of a special purpose"
|
324
348
|
msgstr "Désignation d’un objectif spécial"
|
325
349
|
|
350
|
+
msgid "Disable recurring"
|
351
|
+
msgstr ""
|
352
|
+
|
326
353
|
msgid "Display advanced fields"
|
327
354
|
msgstr "Afficher les champs avancés"
|
328
355
|
|
@@ -380,6 +407,9 @@ msgstr ""
|
|
380
407
|
msgid "Enable Global Proxy"
|
381
408
|
msgstr "Activer le proxy global"
|
382
409
|
|
410
|
+
msgid "Enable recurring"
|
411
|
+
msgstr ""
|
412
|
+
|
383
413
|
msgid "End time needs to be after start time"
|
384
414
|
msgstr "Heure de fin doit être après l’heure de départ"
|
385
415
|
|
@@ -686,6 +716,9 @@ msgstr "Derniers jobs"
|
|
686
716
|
msgid "Learn more about this in the documentation."
|
687
717
|
msgstr "Approfondissez ce sujet dans la documentation."
|
688
718
|
|
719
|
+
msgid "Legacy UI"
|
720
|
+
msgstr ""
|
721
|
+
|
689
722
|
msgid "List available remote execution features for a host"
|
690
723
|
msgstr ""
|
691
724
|
|
@@ -917,6 +950,15 @@ msgstr ""
|
|
917
950
|
msgid "Recurring logic"
|
918
951
|
msgstr "Logique récurrente"
|
919
952
|
|
953
|
+
msgid "Recurring logic %s cancelled successfully."
|
954
|
+
msgstr ""
|
955
|
+
|
956
|
+
msgid "Recurring logic %s disabled successfully."
|
957
|
+
msgstr ""
|
958
|
+
|
959
|
+
msgid "Recurring logic %s enabled successfully."
|
960
|
+
msgstr ""
|
961
|
+
|
920
962
|
msgid "Recursive rendering of templates detected"
|
921
963
|
msgstr "Détection de récursion dans le rendu des modèles"
|
922
964
|
|
@@ -956,6 +998,9 @@ msgstr "Répétitions"
|
|
956
998
|
msgid "Rerun"
|
957
999
|
msgstr "Relancer"
|
958
1000
|
|
1001
|
+
msgid "Rerun all"
|
1002
|
+
msgstr ""
|
1003
|
+
|
959
1004
|
msgid "Rerun failed"
|
960
1005
|
msgstr "Échec du relancement"
|
961
1006
|
|
@@ -968,6 +1013,9 @@ msgstr "Relancement le %s"
|
|
968
1013
|
msgid "Rerun on failed hosts"
|
969
1014
|
msgstr "Relancer sur les hôtes où le job a échoué"
|
970
1015
|
|
1016
|
+
msgid "Rerun successful"
|
1017
|
+
msgstr ""
|
1018
|
+
|
971
1019
|
msgid "Rerun the job"
|
972
1020
|
msgstr "Relancer le job"
|
973
1021
|
|
@@ -1364,9 +1412,15 @@ msgstr "Essai d'annulation du job sur un hôte"
|
|
1364
1412
|
msgid "Trying to abort the job"
|
1365
1413
|
msgstr "Tentative d'abandon du job"
|
1366
1414
|
|
1415
|
+
msgid "Trying to abort the job %s."
|
1416
|
+
msgstr ""
|
1417
|
+
|
1367
1418
|
msgid "Trying to cancel the job"
|
1368
1419
|
msgstr "Tentative d'annulation du job"
|
1369
1420
|
|
1421
|
+
msgid "Trying to cancel the job %s."
|
1422
|
+
msgstr ""
|
1423
|
+
|
1370
1424
|
msgid "Type"
|
1371
1425
|
msgstr "Type"
|
1372
1426
|
|
@@ -1421,9 +1475,6 @@ msgstr ""
|
|
1421
1475
|
msgid "Use new job wizard"
|
1422
1476
|
msgstr ""
|
1423
1477
|
|
1424
|
-
msgid "Use old form"
|
1425
|
-
msgstr ""
|
1426
|
-
|
1427
1478
|
msgid "User Inputs"
|
1428
1479
|
msgstr "Entrées utilisateur"
|
1429
1480
|
|
@@ -1457,6 +1508,9 @@ msgstr "Voir les jobs en cours d’exécution"
|
|
1457
1508
|
msgid "View scheduled jobs"
|
1458
1509
|
msgstr "Vois les jobs programmés"
|
1459
1510
|
|
1511
|
+
msgid "View task"
|
1512
|
+
msgstr ""
|
1513
|
+
|
1460
1514
|
msgid "Web Console"
|
1461
1515
|
msgstr "Console Web"
|
1462
1516
|
|