foreman_openscap 6.0.0 → 7.1.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_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
- data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
- data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
- data/app/controllers/policies_controller.rb +10 -5
- data/app/controllers/tailoring_files_controller.rb +3 -0
- data/app/helpers/compliance_hosts_helper.rb +2 -0
- data/app/helpers/foreman_openscap_helper.rb +11 -8
- data/app/helpers/policies_helper.rb +2 -0
- data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
- data/app/services/foreman_openscap/client_config/manual.rb +1 -1
- data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
- data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/arf_reports/show.html.erb +0 -1
- data/app/views/arf_reports/welcome.html.erb +1 -1
- data/app/views/compliance_hosts/show.html.erb +1 -1
- data/app/views/policies/_list.html.erb +3 -3
- data/app/views/policies/index.html.erb +1 -1
- data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
- data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
- data/app/views/policies/steps/_schedule_form.html.erb +8 -4
- data/app/views/policy_dashboard/index.html.erb +1 -1
- data/app/views/scap_contents/_list.html.erb +3 -3
- data/app/views/scap_contents/index.html.erb +1 -1
- data/app/views/tailoring_files/_list.html.erb +3 -3
- data/app/views/tailoring_files/index.html.erb +1 -1
- data/lib/foreman_openscap/bulk_upload.rb +7 -7
- data/lib/foreman_openscap/engine.rb +2 -7
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
- data/locale/cs_CZ/foreman_openscap.po +1309 -0
- data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
- data/locale/de/foreman_openscap.edit.po +1745 -0
- data/locale/de/foreman_openscap.po +195 -0
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en/foreman_openscap.edit.po +1735 -0
- data/locale/en/foreman_openscap.po +1309 -0
- data/locale/en/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1735 -0
- data/locale/en_GB/foreman_openscap.po +195 -0
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/foreman_openscap.edit.po +1740 -0
- data/locale/es/foreman_openscap.po +195 -0
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +388 -76
- data/locale/fr/foreman_openscap.edit.po +1746 -0
- data/locale/fr/foreman_openscap.po +195 -0
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/foreman_openscap.edit.po +1735 -0
- data/locale/gl/foreman_openscap.po +195 -0
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/foreman_openscap.edit.po +1737 -0
- data/locale/it/foreman_openscap.po +195 -0
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/foreman_openscap.edit.po +1741 -0
- data/locale/ja/foreman_openscap.po +195 -0
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/foreman_openscap.edit.po +1735 -0
- data/locale/ko/foreman_openscap.po +195 -0
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
- data/locale/pt_BR/foreman_openscap.po +195 -0
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/foreman_openscap.edit.po +1739 -0
- data/locale/ru/foreman_openscap.po +195 -0
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
- data/locale/sv_SE/foreman_openscap.po +195 -0
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
- data/locale/zh_CN/foreman_openscap.po +195 -0
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
- data/locale/zh_TW/foreman_openscap.po +195 -0
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/package.json +0 -3
- data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
- data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
- metadata +54 -5
data/locale/foreman_openscap.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_openscap 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2023-11-01 11:19+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2023-11-01 11:19+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -174,8 +174,7 @@ msgid "hosts"
|
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
176
|
#: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
|
|
177
|
-
|
|
178
|
-
msgid "Show a policy's SCAP content"
|
|
177
|
+
msgid "Show a policy's OVAL content"
|
|
179
178
|
msgstr ""
|
|
180
179
|
|
|
181
180
|
#: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
|
|
@@ -258,6 +257,10 @@ msgstr ""
|
|
|
258
257
|
msgid "Delete a Policy"
|
|
259
258
|
msgstr ""
|
|
260
259
|
|
|
260
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:75
|
|
261
|
+
msgid "Show a policy's SCAP content"
|
|
262
|
+
msgstr ""
|
|
263
|
+
|
|
261
264
|
#: ../app/controllers/api/v2/compliance/policies_controller.rb:85
|
|
262
265
|
msgid "Show a policy's Tailoring file"
|
|
263
266
|
msgstr ""
|
|
@@ -407,6 +410,13 @@ msgstr ""
|
|
|
407
410
|
msgid "The identifier of the host"
|
|
408
411
|
msgstr ""
|
|
409
412
|
|
|
413
|
+
#:
|
|
414
|
+
#: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
|
|
415
|
+
msgid ""
|
|
416
|
+
"The %s proxy does not have Openscap feature enabled. Either set correct OpenSC"
|
|
417
|
+
"AP Proxy or unset it."
|
|
418
|
+
msgstr ""
|
|
419
|
+
|
|
410
420
|
#:
|
|
411
421
|
#: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
|
|
412
422
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
|
@@ -445,7 +455,7 @@ msgstr ""
|
|
|
445
455
|
msgid "Something went wrong while selecting hosts - %s"
|
|
446
456
|
msgstr ""
|
|
447
457
|
|
|
448
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
|
458
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:16
|
|
449
459
|
#: ../app/helpers/compliance_dashboard_helper.rb:8
|
|
450
460
|
#: ../app/helpers/compliance_hosts_helper.rb:15
|
|
451
461
|
#: ../app/views/arf_reports/_list.html.erb:11
|
|
@@ -454,7 +464,7 @@ msgstr ""
|
|
|
454
464
|
msgid "Failed"
|
|
455
465
|
msgstr ""
|
|
456
466
|
|
|
457
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
|
467
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:17
|
|
458
468
|
#: ../app/helpers/compliance_dashboard_helper.rb:6
|
|
459
469
|
#: ../app/helpers/compliance_hosts_helper.rb:14
|
|
460
470
|
#: ../app/views/arf_reports/_list.html.erb:10
|
|
@@ -463,18 +473,18 @@ msgstr ""
|
|
|
463
473
|
msgid "Passed"
|
|
464
474
|
msgstr ""
|
|
465
475
|
|
|
466
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
|
476
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:18
|
|
467
477
|
#: ../app/views/arf_reports/_list.html.erb:12
|
|
468
478
|
#: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
|
|
469
479
|
#: ../app/views/policy_dashboard/_policy_reports.html.erb:11
|
|
470
480
|
msgid "Other"
|
|
471
481
|
msgstr ""
|
|
472
482
|
|
|
473
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
|
483
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:26
|
|
474
484
|
msgid "Number of Events"
|
|
475
485
|
msgstr ""
|
|
476
486
|
|
|
477
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
|
487
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:27
|
|
478
488
|
msgid "Rule Results"
|
|
479
489
|
msgstr ""
|
|
480
490
|
|
|
@@ -542,6 +552,7 @@ msgid "Hosts othering this rule"
|
|
|
542
552
|
msgstr ""
|
|
543
553
|
|
|
544
554
|
#: ../app/helpers/compliance_dashboard_helper.rb:3
|
|
555
|
+
#: ../app/views/arf_reports/_list.html.erb:6
|
|
545
556
|
#: ../app/views/arf_reports/delete_multiple.html.erb:7
|
|
546
557
|
#: ../app/views/policy_dashboard/_policy_reports.html.erb:6
|
|
547
558
|
msgid "Host"
|
|
@@ -572,25 +583,26 @@ msgstr ""
|
|
|
572
583
|
msgid "Othered"
|
|
573
584
|
msgstr ""
|
|
574
585
|
|
|
575
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
586
|
+
#: ../app/helpers/compliance_hosts_helper.rb:26
|
|
576
587
|
msgid "Assign Compliance Policy"
|
|
577
588
|
msgstr ""
|
|
578
589
|
|
|
579
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
590
|
+
#: ../app/helpers/compliance_hosts_helper.rb:27
|
|
580
591
|
msgid "Unassign Compliance Policy"
|
|
581
592
|
msgstr ""
|
|
582
593
|
|
|
583
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
594
|
+
#: ../app/helpers/compliance_hosts_helper.rb:28
|
|
584
595
|
msgid "Change OpenSCAP Proxy"
|
|
585
596
|
msgstr ""
|
|
586
597
|
|
|
587
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
598
|
+
#: ../app/helpers/compliance_hosts_helper.rb:37
|
|
588
599
|
#: ../app/models/foreman_openscap/compliance_status.rb:8
|
|
589
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
600
|
+
#: ../lib/foreman_openscap/engine.rb:159
|
|
601
|
+
#: ../webpack/components/HostExtentions/HostKebabItems.js:39
|
|
590
602
|
msgid "Compliance"
|
|
591
603
|
msgstr ""
|
|
592
604
|
|
|
593
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
605
|
+
#: ../app/helpers/compliance_hosts_helper.rb:39
|
|
594
606
|
msgid "Host compliance details"
|
|
595
607
|
msgstr ""
|
|
596
608
|
|
|
@@ -598,15 +610,11 @@ msgstr ""
|
|
|
598
610
|
msgid "Host is deleted"
|
|
599
611
|
msgstr ""
|
|
600
612
|
|
|
601
|
-
#: ../app/helpers/foreman_openscap_helper.rb:4
|
|
602
|
-
msgid "documentation"
|
|
603
|
-
msgstr ""
|
|
604
|
-
|
|
605
613
|
#: ../app/helpers/policies_helper.rb:56
|
|
606
614
|
msgid "Choose existing SCAP Content"
|
|
607
615
|
msgstr ""
|
|
608
616
|
|
|
609
|
-
#: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:
|
|
617
|
+
#: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
|
|
610
618
|
#: ../app/models/foreman_openscap/policy.rb:11
|
|
611
619
|
#: ../app/views/policies/_form.html.erb:10
|
|
612
620
|
#: ../app/views/scap_contents/welcome.html.erb:1
|
|
@@ -614,37 +622,42 @@ msgstr ""
|
|
|
614
622
|
msgid "SCAP Content"
|
|
615
623
|
msgstr ""
|
|
616
624
|
|
|
617
|
-
#: ../app/helpers/policies_helper.rb:
|
|
625
|
+
#: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
|
|
618
626
|
msgid "XCCDF Profile"
|
|
619
627
|
msgstr ""
|
|
620
628
|
|
|
621
|
-
#: ../app/helpers/policies_helper.rb:
|
|
629
|
+
#: ../app/helpers/policies_helper.rb:80
|
|
622
630
|
msgid "Default XCCDF profile"
|
|
623
631
|
msgstr ""
|
|
624
632
|
|
|
625
|
-
#: ../app/helpers/policies_helper.rb:
|
|
633
|
+
#: ../app/helpers/policies_helper.rb:89
|
|
626
634
|
msgid "Choose Tailoring File"
|
|
627
635
|
msgstr ""
|
|
628
636
|
|
|
629
|
-
#: ../app/helpers/policies_helper.rb:
|
|
637
|
+
#: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
|
|
630
638
|
msgid "Tailoring File"
|
|
631
639
|
msgstr ""
|
|
632
640
|
|
|
633
|
-
#: ../app/helpers/policies_helper.rb:
|
|
641
|
+
#: ../app/helpers/policies_helper.rb:99
|
|
634
642
|
msgid "XCCDF Profile in Tailoring File"
|
|
635
643
|
msgstr ""
|
|
636
644
|
|
|
637
|
-
#: ../app/helpers/policies_helper.rb:
|
|
645
|
+
#: ../app/helpers/policies_helper.rb:100
|
|
638
646
|
msgid "This profile will be used to override the one from scap content"
|
|
639
647
|
msgstr ""
|
|
640
648
|
|
|
641
|
-
#: ../app/helpers/policies_helper.rb:
|
|
649
|
+
#: ../app/helpers/policies_helper.rb:111
|
|
642
650
|
#: ../app/views/arf_reports/_list.html.erb:54
|
|
651
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
|
|
652
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
|
|
643
653
|
msgid "Submit"
|
|
644
654
|
msgstr ""
|
|
645
655
|
|
|
646
|
-
#: ../app/helpers/policies_helper.rb:
|
|
656
|
+
#: ../app/helpers/policies_helper.rb:115
|
|
647
657
|
#: ../app/views/arf_reports/_list.html.erb:53
|
|
658
|
+
#: ../webpack/components/ConfirmModal.js:27
|
|
659
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
|
|
660
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
|
|
648
661
|
msgid "Cancel"
|
|
649
662
|
msgstr ""
|
|
650
663
|
|
|
@@ -780,6 +793,7 @@ msgstr ""
|
|
|
780
793
|
|
|
781
794
|
#: ../app/models/foreman_openscap/policy.rb:11
|
|
782
795
|
#: ../app/views/policies/_form.html.erb:11
|
|
796
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
|
|
783
797
|
msgid "Schedule"
|
|
784
798
|
msgstr ""
|
|
785
799
|
|
|
@@ -798,6 +812,8 @@ msgid "Organizations"
|
|
|
798
812
|
msgstr ""
|
|
799
813
|
|
|
800
814
|
#: ../app/models/foreman_openscap/policy.rb:11
|
|
815
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99
|
|
816
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
|
|
801
817
|
msgid "Hostgroups"
|
|
802
818
|
msgstr ""
|
|
803
819
|
|
|
@@ -835,25 +851,55 @@ msgstr ""
|
|
|
835
851
|
msgid "invalid type %s"
|
|
836
852
|
msgstr ""
|
|
837
853
|
|
|
838
|
-
#: ../app/services/foreman_openscap/client_config/ansible.rb:
|
|
854
|
+
#: ../app/services/foreman_openscap/client_config/ansible.rb:23
|
|
855
|
+
msgid ""
|
|
856
|
+
"Requires Ansible plugin, %s Ansible role and variables. This will assign the r"
|
|
857
|
+
"ole to the hosts or selected hostgroups."
|
|
858
|
+
msgstr ""
|
|
859
|
+
|
|
860
|
+
#: ../app/services/foreman_openscap/client_config/ansible.rb:24
|
|
861
|
+
msgid ""
|
|
862
|
+
"To deploy foreman_scap_client, ansible roles run needs to be triggered manuall"
|
|
863
|
+
"y. Manual run is also required after any change to this policy."
|
|
864
|
+
msgstr ""
|
|
865
|
+
|
|
866
|
+
#: ../app/services/foreman_openscap/client_config/ansible.rb:34
|
|
839
867
|
msgid ""
|
|
840
868
|
"theforeman.foreman_scap_client Ansible Role not found, please import it before"
|
|
841
869
|
" running this action again."
|
|
842
870
|
msgstr ""
|
|
843
871
|
|
|
844
|
-
#: ../app/services/foreman_openscap/client_config/ansible.rb:
|
|
872
|
+
#: ../app/services/foreman_openscap/client_config/ansible.rb:57
|
|
845
873
|
msgid "Ansible role"
|
|
846
874
|
msgstr ""
|
|
847
875
|
|
|
848
|
-
#: ../app/services/foreman_openscap/client_config/ansible.rb:
|
|
876
|
+
#: ../app/services/foreman_openscap/client_config/ansible.rb:58
|
|
849
877
|
msgid "Ansible variables"
|
|
850
878
|
msgstr ""
|
|
851
879
|
|
|
852
|
-
#: ../app/services/foreman_openscap/client_config/
|
|
880
|
+
#: ../app/services/foreman_openscap/client_config/manual.rb:14
|
|
881
|
+
msgid ""
|
|
882
|
+
"This leaves the setup of the foreman_scap_client solely on the user. The polic"
|
|
883
|
+
"y still needs to be defined in order to link incoming ARF reports."
|
|
884
|
+
msgstr ""
|
|
885
|
+
|
|
886
|
+
#: ../app/services/foreman_openscap/client_config/puppet.rb:17
|
|
887
|
+
msgid ""
|
|
888
|
+
"Requires %s Puppet class. This will assign the class to the hosts or selected "
|
|
889
|
+
"hostgroups."
|
|
890
|
+
msgstr ""
|
|
891
|
+
|
|
892
|
+
#: ../app/services/foreman_openscap/client_config/puppet.rb:18
|
|
893
|
+
msgid ""
|
|
894
|
+
"Every puppet run ensures the foreman_scap_client is configured according to th"
|
|
895
|
+
"e policy."
|
|
896
|
+
msgstr ""
|
|
897
|
+
|
|
898
|
+
#: ../app/services/foreman_openscap/client_config/puppet.rb:39
|
|
853
899
|
msgid "Puppet class"
|
|
854
900
|
msgstr ""
|
|
855
901
|
|
|
856
|
-
#: ../app/services/foreman_openscap/client_config/puppet.rb:
|
|
902
|
+
#: ../app/services/foreman_openscap/client_config/puppet.rb:40
|
|
857
903
|
msgid "Smart Class Parameters"
|
|
858
904
|
msgstr ""
|
|
859
905
|
|
|
@@ -893,15 +939,15 @@ msgid ""
|
|
|
893
939
|
"lable so Foreman can check their versions."
|
|
894
940
|
msgstr ""
|
|
895
941
|
|
|
896
|
-
#: ../app/services/foreman_openscap/oval/configure.rb:
|
|
942
|
+
#: ../app/services/foreman_openscap/oval/configure.rb:65
|
|
897
943
|
msgid "Was %s configured successfully?"
|
|
898
944
|
msgstr ""
|
|
899
945
|
|
|
900
|
-
#: ../app/services/foreman_openscap/oval/configure.rb:
|
|
946
|
+
#: ../app/services/foreman_openscap/oval/configure.rb:66
|
|
901
947
|
msgid "Assign openscap_proxy to %s before proceeding."
|
|
902
948
|
msgstr ""
|
|
903
949
|
|
|
904
|
-
#: ../app/services/foreman_openscap/oval/configure.rb:
|
|
950
|
+
#: ../app/services/foreman_openscap/oval/configure.rb:75
|
|
905
951
|
msgid "Was %{model_name} %{name} configured successfully?"
|
|
906
952
|
msgstr ""
|
|
907
953
|
|
|
@@ -939,6 +985,14 @@ msgstr ""
|
|
|
939
985
|
msgid "Is %s param set to be overriden?"
|
|
940
986
|
msgstr ""
|
|
941
987
|
|
|
988
|
+
#: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
|
|
989
|
+
msgid "cause: "
|
|
990
|
+
msgstr ""
|
|
991
|
+
|
|
992
|
+
#: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
|
|
993
|
+
msgid "Failed to fetch content file from %s"
|
|
994
|
+
msgstr ""
|
|
995
|
+
|
|
942
996
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
|
943
997
|
msgid "No proxy with OpenSCAP feature was found."
|
|
944
998
|
msgstr ""
|
|
@@ -960,6 +1014,8 @@ msgid "More details"
|
|
|
960
1014
|
msgstr ""
|
|
961
1015
|
|
|
962
1016
|
#: ../app/views/arf_reports/_detailed_message.html.erb:6
|
|
1017
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62
|
|
1018
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
|
|
963
1019
|
msgid "Description"
|
|
964
1020
|
msgstr ""
|
|
965
1021
|
|
|
@@ -1017,7 +1073,7 @@ msgstr ""
|
|
|
1017
1073
|
msgid "Report Metrics"
|
|
1018
1074
|
msgstr ""
|
|
1019
1075
|
|
|
1020
|
-
#: ../app/views/arf_reports/_metrics.html.erb:
|
|
1076
|
+
#: ../app/views/arf_reports/_metrics.html.erb:14
|
|
1021
1077
|
msgid "Report Status"
|
|
1022
1078
|
msgstr ""
|
|
1023
1079
|
|
|
@@ -1053,27 +1109,28 @@ msgstr ""
|
|
|
1053
1109
|
msgid "these Compliance reports"
|
|
1054
1110
|
msgstr ""
|
|
1055
1111
|
|
|
1056
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1112
|
+
#: ../app/views/arf_reports/show.html.erb:14
|
|
1057
1113
|
msgid "Back"
|
|
1058
1114
|
msgstr ""
|
|
1059
1115
|
|
|
1060
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1116
|
+
#: ../app/views/arf_reports/show.html.erb:16
|
|
1061
1117
|
msgid "Host details"
|
|
1062
1118
|
msgstr ""
|
|
1063
1119
|
|
|
1064
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1120
|
+
#: ../app/views/arf_reports/show.html.erb:17
|
|
1065
1121
|
msgid "View full report"
|
|
1066
1122
|
msgstr ""
|
|
1067
1123
|
|
|
1068
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1124
|
+
#: ../app/views/arf_reports/show.html.erb:18
|
|
1069
1125
|
msgid "Download XML in bzip"
|
|
1070
1126
|
msgstr ""
|
|
1071
1127
|
|
|
1072
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1128
|
+
#: ../app/views/arf_reports/show.html.erb:19
|
|
1073
1129
|
msgid "Download HTML"
|
|
1074
1130
|
msgstr ""
|
|
1075
1131
|
|
|
1076
1132
|
#: ../app/views/arf_reports/show_html.html.erb:10
|
|
1133
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
|
|
1077
1134
|
msgid "Loading..."
|
|
1078
1135
|
msgstr ""
|
|
1079
1136
|
|
|
@@ -1105,12 +1162,12 @@ msgstr ""
|
|
|
1105
1162
|
msgid "%s reports over time"
|
|
1106
1163
|
msgstr ""
|
|
1107
1164
|
|
|
1108
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
1165
|
+
#: ../app/views/compliance_hosts/show.html.erb:34
|
|
1109
1166
|
msgid "No report for this policy"
|
|
1110
1167
|
msgstr ""
|
|
1111
1168
|
|
|
1112
1169
|
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
|
|
1113
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1170
|
+
#: ../lib/foreman_openscap/engine.rb:183
|
|
1114
1171
|
msgid "Latest Compliance Reports"
|
|
1115
1172
|
msgstr ""
|
|
1116
1173
|
|
|
@@ -1127,7 +1184,7 @@ msgid "Policy is missing"
|
|
|
1127
1184
|
msgstr ""
|
|
1128
1185
|
|
|
1129
1186
|
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
|
|
1130
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1187
|
+
#: ../lib/foreman_openscap/engine.rb:185
|
|
1131
1188
|
msgid "Compliance Reports Breakdown"
|
|
1132
1189
|
msgstr ""
|
|
1133
1190
|
|
|
@@ -1205,22 +1262,42 @@ msgid "Choose period"
|
|
|
1205
1262
|
msgstr ""
|
|
1206
1263
|
|
|
1207
1264
|
#: ../app/views/policies/_form.html.erb:47
|
|
1208
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1265
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:9
|
|
1209
1266
|
msgid "Choose weekday"
|
|
1210
1267
|
msgstr ""
|
|
1211
1268
|
|
|
1212
1269
|
#: ../app/views/policies/_form.html.erb:48
|
|
1213
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1270
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:13
|
|
1214
1271
|
msgid "Number of a day in month, note that not all months have same count of days"
|
|
1215
1272
|
msgstr ""
|
|
1216
1273
|
|
|
1217
1274
|
#: ../app/views/policies/_form.html.erb:49
|
|
1218
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1275
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:14
|
|
1219
1276
|
msgid ""
|
|
1220
1277
|
"You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 val"
|
|
1221
1278
|
"ues by space"
|
|
1222
1279
|
msgstr ""
|
|
1223
1280
|
|
|
1281
|
+
#: ../app/views/policies/_list.html.erb:3
|
|
1282
|
+
#: ../app/views/tailoring_files/_list.html.erb:3
|
|
1283
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19
|
|
1284
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57
|
|
1285
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48
|
|
1286
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
|
|
1287
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56
|
|
1288
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31
|
|
1289
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
|
|
1290
|
+
msgid "Name"
|
|
1291
|
+
msgstr ""
|
|
1292
|
+
|
|
1293
|
+
#: ../app/views/policies/_list.html.erb:4
|
|
1294
|
+
msgid "Content"
|
|
1295
|
+
msgstr ""
|
|
1296
|
+
|
|
1297
|
+
#: ../app/views/policies/_list.html.erb:5
|
|
1298
|
+
msgid "Profile"
|
|
1299
|
+
msgstr ""
|
|
1300
|
+
|
|
1224
1301
|
#: ../app/views/policies/_list.html.erb:7
|
|
1225
1302
|
msgid "Effective Profile"
|
|
1226
1303
|
msgstr ""
|
|
@@ -1275,7 +1352,11 @@ msgstr ""
|
|
|
1275
1352
|
msgid "Please make sure you understand them by reading our"
|
|
1276
1353
|
msgstr ""
|
|
1277
1354
|
|
|
1278
|
-
#: ../app/views/policies/steps/
|
|
1355
|
+
#: ../app/views/policies/steps/_deployment_options_form.html.erb:7
|
|
1356
|
+
msgid "documentation"
|
|
1357
|
+
msgstr ""
|
|
1358
|
+
|
|
1359
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:12
|
|
1279
1360
|
msgid "Choose day in month"
|
|
1280
1361
|
msgstr ""
|
|
1281
1362
|
|
|
@@ -1366,6 +1447,20 @@ msgstr ""
|
|
|
1366
1447
|
msgid "SCAP DataStream file"
|
|
1367
1448
|
msgstr ""
|
|
1368
1449
|
|
|
1450
|
+
#: ../app/views/scap_contents/_list.html.erb:3
|
|
1451
|
+
msgid "Title"
|
|
1452
|
+
msgstr ""
|
|
1453
|
+
|
|
1454
|
+
#: ../app/views/scap_contents/_list.html.erb:4
|
|
1455
|
+
#: ../app/views/tailoring_files/_list.html.erb:4
|
|
1456
|
+
msgid "File name"
|
|
1457
|
+
msgstr ""
|
|
1458
|
+
|
|
1459
|
+
#: ../app/views/scap_contents/_list.html.erb:5
|
|
1460
|
+
#: ../app/views/tailoring_files/_list.html.erb:5
|
|
1461
|
+
msgid "Created at"
|
|
1462
|
+
msgstr ""
|
|
1463
|
+
|
|
1369
1464
|
#: ../app/views/scap_contents/_list.html.erb:17
|
|
1370
1465
|
#: ../app/views/tailoring_files/_list.html.erb:23
|
|
1371
1466
|
msgid "Download"
|
|
@@ -1417,14 +1512,14 @@ msgstr ""
|
|
|
1417
1512
|
msgid "None found"
|
|
1418
1513
|
msgstr ""
|
|
1419
1514
|
|
|
1420
|
-
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:
|
|
1515
|
+
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
|
|
1421
1516
|
msgid ""
|
|
1422
1517
|
"Proxy failed to send a report from spool to Foreman. This indicates a corrupte"
|
|
1423
1518
|
"d report format. Report has been moved to directory for storing corrupted file"
|
|
1424
1519
|
"s on proxy for later inspection."
|
|
1425
1520
|
msgstr ""
|
|
1426
1521
|
|
|
1427
|
-
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:
|
|
1522
|
+
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
|
|
1428
1523
|
msgid "Spool errors"
|
|
1429
1524
|
msgstr ""
|
|
1430
1525
|
|
|
@@ -1439,7 +1534,7 @@ msgstr ""
|
|
|
1439
1534
|
#: ../app/views/tailoring_files/index.html.erb:1
|
|
1440
1535
|
#: ../app/views/tailoring_files/welcome.html.erb:1
|
|
1441
1536
|
#: ../app/views/tailoring_files/welcome.html.erb:6
|
|
1442
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1537
|
+
#: ../lib/foreman_openscap/engine.rb:169
|
|
1443
1538
|
msgid "Tailoring Files"
|
|
1444
1539
|
msgstr ""
|
|
1445
1540
|
|
|
@@ -1476,79 +1571,252 @@ msgstr ""
|
|
|
1476
1571
|
msgid "A summary of reports for OpenSCAP policies"
|
|
1477
1572
|
msgstr ""
|
|
1478
1573
|
|
|
1479
|
-
#: ../lib/foreman_openscap/
|
|
1574
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:20
|
|
1575
|
+
msgid ""
|
|
1576
|
+
"Can't find scap-security-guide RPM, are you sure it is installed on your serve"
|
|
1577
|
+
"r?"
|
|
1578
|
+
msgstr ""
|
|
1579
|
+
|
|
1580
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:29
|
|
1581
|
+
msgid "Expected an array of files to upload, got: %s."
|
|
1582
|
+
msgstr ""
|
|
1583
|
+
|
|
1584
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:35
|
|
1585
|
+
msgid "%s is a directory, expecting file."
|
|
1586
|
+
msgstr ""
|
|
1587
|
+
|
|
1588
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:40
|
|
1589
|
+
msgid "%s does not exist, skipping."
|
|
1590
|
+
msgstr ""
|
|
1591
|
+
|
|
1592
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:58
|
|
1593
|
+
msgid "Failed saving %s:"
|
|
1594
|
+
msgstr ""
|
|
1595
|
+
|
|
1596
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:66
|
|
1597
|
+
msgid "No such directory: %s. Please check the path you have provided."
|
|
1598
|
+
msgstr ""
|
|
1599
|
+
|
|
1600
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:88
|
|
1601
|
+
msgid "Red Hat %s default content"
|
|
1602
|
+
msgstr ""
|
|
1603
|
+
|
|
1604
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:88
|
|
1605
|
+
msgid "%s content"
|
|
1606
|
+
msgstr ""
|
|
1607
|
+
|
|
1608
|
+
#: ../lib/foreman_openscap/engine.rb:160
|
|
1480
1609
|
msgid "Policies"
|
|
1481
1610
|
msgstr ""
|
|
1482
1611
|
|
|
1483
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1612
|
+
#: ../lib/foreman_openscap/engine.rb:163
|
|
1484
1613
|
msgid "SCAP contents"
|
|
1485
1614
|
msgstr ""
|
|
1486
1615
|
|
|
1487
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1616
|
+
#: ../lib/foreman_openscap/engine.rb:166
|
|
1488
1617
|
msgid "Reports"
|
|
1489
1618
|
msgstr ""
|
|
1490
1619
|
|
|
1491
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1492
|
-
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:
|
|
1620
|
+
#: ../lib/foreman_openscap/engine.rb:172
|
|
1621
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
|
|
1493
1622
|
msgid "OVAL Contents"
|
|
1494
1623
|
msgstr ""
|
|
1495
1624
|
|
|
1496
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1497
|
-
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:
|
|
1625
|
+
#: ../lib/foreman_openscap/engine.rb:177
|
|
1626
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
|
|
1498
1627
|
msgid "OVAL Policies"
|
|
1499
1628
|
msgstr ""
|
|
1500
1629
|
|
|
1501
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1630
|
+
#: ../lib/foreman_openscap/engine.rb:199
|
|
1502
1631
|
msgid ""
|
|
1503
1632
|
"OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Lea"
|
|
1504
1633
|
"ve blank and override appropriate parameters when using proxy load balancer."
|
|
1505
1634
|
msgstr ""
|
|
1506
1635
|
|
|
1507
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1636
|
+
#: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
|
|
1508
1637
|
msgid "OpenSCAP Proxy"
|
|
1509
1638
|
msgstr ""
|
|
1510
1639
|
|
|
1511
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1640
|
+
#: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
|
|
1512
1641
|
msgid "ID of OpenSCAP Proxy"
|
|
1513
1642
|
msgstr ""
|
|
1514
1643
|
|
|
1515
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1644
|
+
#: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
|
|
1516
1645
|
msgid "Run OpenSCAP scan"
|
|
1517
1646
|
msgstr ""
|
|
1518
1647
|
|
|
1519
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1648
|
+
#: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
|
|
1520
1649
|
msgid "Run OVAL scan"
|
|
1521
1650
|
msgstr ""
|
|
1522
1651
|
|
|
1523
|
-
#: ../webpack/components/
|
|
1652
|
+
#: ../webpack/components/ConfirmModal.js:19
|
|
1653
|
+
msgid "Confirm"
|
|
1654
|
+
msgstr ""
|
|
1655
|
+
|
|
1656
|
+
#: ../webpack/components/EditableInput.js:78
|
|
1657
|
+
msgid "None provided"
|
|
1658
|
+
msgstr ""
|
|
1659
|
+
|
|
1660
|
+
#: ../webpack/components/HostExtentions/HostKebabItems.js:37
|
|
1661
|
+
msgid "There's no available report for this host"
|
|
1662
|
+
msgstr ""
|
|
1663
|
+
|
|
1664
|
+
#: ../webpack/components/withDeleteModal.js:27
|
|
1665
|
+
msgid "Are you sure you want to delete %s?"
|
|
1666
|
+
msgstr ""
|
|
1667
|
+
|
|
1668
|
+
#: ../webpack/components/withLoading.js:12
|
|
1524
1669
|
msgid "Error!"
|
|
1525
1670
|
msgstr ""
|
|
1526
1671
|
|
|
1527
|
-
#: ../webpack/
|
|
1672
|
+
#: ../webpack/components/withLoading.js:64
|
|
1673
|
+
msgid "Permission denied"
|
|
1674
|
+
msgstr ""
|
|
1675
|
+
|
|
1676
|
+
#: ../webpack/helpers/mutationHelper.js:7
|
|
1677
|
+
msgid "There was a following error when deleting %(name)s: %(error)s"
|
|
1678
|
+
msgstr ""
|
|
1679
|
+
|
|
1680
|
+
#: ../webpack/helpers/permissionsHelper.js:34
|
|
1681
|
+
msgid "You are not authorized to view the page. "
|
|
1682
|
+
msgstr ""
|
|
1683
|
+
|
|
1684
|
+
#: ../webpack/helpers/permissionsHelper.js:37
|
|
1685
|
+
msgid "Request the following permissions from administrator: %s."
|
|
1686
|
+
msgstr ""
|
|
1687
|
+
|
|
1688
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
|
|
1528
1689
|
msgid "No OVAL Contents found."
|
|
1529
1690
|
msgstr ""
|
|
1530
1691
|
|
|
1531
|
-
#: ../webpack/routes/OvalContents/OvalContentsIndex/
|
|
1532
|
-
#: ../webpack/routes/
|
|
1533
|
-
msgid "
|
|
1692
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42
|
|
1693
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
|
|
1694
|
+
msgid "Delete OVAL Content"
|
|
1695
|
+
msgstr ""
|
|
1696
|
+
|
|
1697
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
|
|
1698
|
+
msgid "OVAL Content successfully deleted."
|
|
1699
|
+
msgstr ""
|
|
1700
|
+
|
|
1701
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51
|
|
1702
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39
|
|
1703
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
|
|
1704
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
|
|
1705
|
+
msgid "OVAL Content"
|
|
1706
|
+
msgstr ""
|
|
1707
|
+
|
|
1708
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56
|
|
1709
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
|
|
1710
|
+
msgid "Create OVAL Content"
|
|
1711
|
+
msgstr ""
|
|
1712
|
+
|
|
1713
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20
|
|
1714
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103
|
|
1715
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
|
|
1716
|
+
msgid "URL"
|
|
1717
|
+
msgstr ""
|
|
1718
|
+
|
|
1719
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
|
|
1720
|
+
msgid "Original File Name"
|
|
1534
1721
|
msgstr ""
|
|
1535
1722
|
|
|
1536
|
-
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:
|
|
1723
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
|
|
1537
1724
|
msgid "OVAL Contents table"
|
|
1538
1725
|
msgstr ""
|
|
1539
1726
|
|
|
1540
|
-
#: ../webpack/routes/
|
|
1727
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
|
|
1728
|
+
msgid "New OVAL Content"
|
|
1729
|
+
msgstr ""
|
|
1730
|
+
|
|
1731
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
|
|
1732
|
+
msgid "OVAL Content Source"
|
|
1733
|
+
msgstr ""
|
|
1734
|
+
|
|
1735
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
|
|
1736
|
+
msgid "OVAL Content from URL"
|
|
1737
|
+
msgstr ""
|
|
1738
|
+
|
|
1739
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
|
|
1740
|
+
msgid "OVAL Content from file"
|
|
1741
|
+
msgstr ""
|
|
1742
|
+
|
|
1743
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92
|
|
1744
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
|
|
1745
|
+
msgid "File"
|
|
1746
|
+
msgstr ""
|
|
1747
|
+
|
|
1748
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
|
|
1749
|
+
msgid "OVAL Content %s successfully created"
|
|
1750
|
+
msgstr ""
|
|
1751
|
+
|
|
1752
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
|
|
1753
|
+
msgid "Unknown error when submitting data, please try again later."
|
|
1754
|
+
msgstr ""
|
|
1755
|
+
|
|
1756
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26
|
|
1757
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
|
|
1758
|
+
msgid "No OVAL Content found"
|
|
1759
|
+
msgstr ""
|
|
1760
|
+
|
|
1761
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
|
|
1541
1762
|
msgid "No OVAL Policies found"
|
|
1542
1763
|
msgstr ""
|
|
1543
1764
|
|
|
1544
|
-
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/
|
|
1545
|
-
|
|
1765
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41
|
|
1766
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
|
|
1767
|
+
msgid "Delete OVAL Policy"
|
|
1768
|
+
msgstr ""
|
|
1769
|
+
|
|
1770
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
|
|
1771
|
+
msgid "OVAL policy was successfully deleted."
|
|
1546
1772
|
msgstr ""
|
|
1547
1773
|
|
|
1548
|
-
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/
|
|
1774
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
|
|
1775
|
+
msgid "OVAL policy"
|
|
1776
|
+
msgstr ""
|
|
1777
|
+
|
|
1778
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48
|
|
1779
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
|
|
1780
|
+
msgid "Create OVAL Policy"
|
|
1781
|
+
msgstr ""
|
|
1782
|
+
|
|
1783
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
|
|
1549
1784
|
msgid "OVAL Policies Table"
|
|
1550
1785
|
msgstr ""
|
|
1551
1786
|
|
|
1787
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
|
|
1788
|
+
msgid "Type a hostgroup name..."
|
|
1789
|
+
msgstr ""
|
|
1790
|
+
|
|
1791
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
|
|
1792
|
+
msgid "Choose OVAL Content"
|
|
1793
|
+
msgstr ""
|
|
1794
|
+
|
|
1795
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
|
|
1796
|
+
msgid "can't be blank"
|
|
1797
|
+
msgstr ""
|
|
1798
|
+
|
|
1799
|
+
#:
|
|
1800
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
|
|
1801
|
+
msgid "is not a valid cronline"
|
|
1802
|
+
msgstr ""
|
|
1803
|
+
|
|
1804
|
+
#:
|
|
1805
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
|
|
1806
|
+
msgid "OVAL Policy succesfully created."
|
|
1807
|
+
msgstr ""
|
|
1808
|
+
|
|
1809
|
+
#:
|
|
1810
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
|
|
1811
|
+
msgid "Failed to create OVAL Policy: %s"
|
|
1812
|
+
msgstr ""
|
|
1813
|
+
|
|
1814
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
|
|
1815
|
+
msgid ""
|
|
1816
|
+
"OVAL Content is required to create OVAL Policy. Please create one before proce"
|
|
1817
|
+
"eding."
|
|
1818
|
+
msgstr ""
|
|
1819
|
+
|
|
1552
1820
|
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
|
|
1553
1821
|
msgid "No CVEs found."
|
|
1554
1822
|
msgstr ""
|
|
@@ -1569,11 +1837,55 @@ msgstr ""
|
|
|
1569
1837
|
msgid "Table of CVEs for OVAL policy"
|
|
1570
1838
|
msgstr ""
|
|
1571
1839
|
|
|
1572
|
-
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/
|
|
1840
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
|
|
1841
|
+
msgid "Period"
|
|
1842
|
+
msgstr ""
|
|
1843
|
+
|
|
1844
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
|
|
1845
|
+
msgid "No Hostgroups found."
|
|
1846
|
+
msgstr ""
|
|
1847
|
+
|
|
1848
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
|
|
1849
|
+
msgid "Table of hostgroups for OVAL policy"
|
|
1850
|
+
msgstr ""
|
|
1851
|
+
|
|
1852
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
|
|
1573
1853
|
msgid "Scan All Hostgroups"
|
|
1574
1854
|
msgstr ""
|
|
1575
1855
|
|
|
1576
|
-
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/
|
|
1856
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
|
|
1857
|
+
msgid "Details"
|
|
1858
|
+
msgstr ""
|
|
1859
|
+
|
|
1860
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
|
|
1861
|
+
msgid "CVEs"
|
|
1862
|
+
msgstr ""
|
|
1863
|
+
|
|
1864
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
|
|
1865
|
+
msgid "Weekly, on %s"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1868
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
|
|
1869
|
+
msgid "Monthly, day of month: %s"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1872
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
|
|
1873
|
+
msgid "Custom cron: %s"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1876
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
|
|
1877
|
+
msgid "Unknown schedule"
|
|
1878
|
+
msgstr ""
|
|
1879
|
+
|
|
1880
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
|
|
1881
|
+
msgid "OVAL policy was successfully updated."
|
|
1882
|
+
msgstr ""
|
|
1883
|
+
|
|
1884
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
|
|
1885
|
+
msgid "There was a following error when updating OVAL policy: %s"
|
|
1886
|
+
msgstr ""
|
|
1887
|
+
|
|
1888
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
|
|
1577
1889
|
msgid "No OVAL Policy found"
|
|
1578
1890
|
msgstr ""
|
|
1579
1891
|
|