foreman_openscap 7.0.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +8 -5
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +8 -5
- data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
- data/app/controllers/policies_controller.rb +10 -5
- data/app/controllers/tailoring_files_controller.rb +3 -0
- data/app/helpers/foreman_openscap_helper.rb +11 -8
- data/app/helpers/policies_helper.rb +2 -0
- data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
- 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/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/index.html.erb +1 -1
- data/app/views/tailoring_files/index.html.erb +1 -1
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/Makefile +3 -3
- data/locale/cs_CZ/foreman_openscap.edit.po +28 -28
- data/locale/cs_CZ/foreman_openscap.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +295 -133
- data/locale/de/foreman_openscap.po +2 -2
- data/locale/en/foreman_openscap.edit.po +28 -28
- data/locale/en/foreman_openscap.po +1 -1
- data/locale/en_GB/foreman_openscap.edit.po +28 -28
- data/locale/en_GB/foreman_openscap.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +292 -126
- data/locale/es/foreman_openscap.po +2 -2
- data/locale/foreman_openscap.pot +33 -33
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +376 -215
- data/locale/fr/foreman_openscap.po +2 -2
- data/locale/gl/foreman_openscap.edit.po +28 -28
- data/locale/gl/foreman_openscap.po +1 -1
- data/locale/it/foreman_openscap.edit.po +28 -28
- data/locale/it/foreman_openscap.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +360 -199
- data/locale/ja/foreman_openscap.po +2 -2
- data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ka/foreman_openscap.edit.po +1902 -0
- data/locale/ka/foreman_openscap.po +1309 -0
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.edit.po +28 -28
- data/locale/ko/foreman_openscap.po +2 -2
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +292 -132
- data/locale/pt_BR/foreman_openscap.po +2 -2
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.edit.po +28 -28
- data/locale/ru/foreman_openscap.po +2 -2
- data/locale/sv_SE/foreman_openscap.edit.po +28 -28
- data/locale/sv_SE/foreman_openscap.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +360 -199
- data/locale/zh_CN/foreman_openscap.po +2 -2
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +28 -28
- data/locale/zh_TW/foreman_openscap.po +2 -2
- data/package.json +0 -3
- metadata +10 -6
|
@@ -625,8 +625,8 @@ msgstr "No se encontraron informes de cumplimiento."
|
|
|
625
625
|
msgid "No hosts selected"
|
|
626
626
|
msgstr "Ningún host seleccionado"
|
|
627
627
|
|
|
628
|
-
msgid "No hosts were found
|
|
629
|
-
msgstr "
|
|
628
|
+
msgid "No hosts were found with that id, name or query filter"
|
|
629
|
+
msgstr ""
|
|
630
630
|
|
|
631
631
|
msgid "No proxy found for %{name} or %{url}"
|
|
632
632
|
msgstr "No se ha encontrado ningún proxy para %{name} o %{url}"
|
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: 2023-
|
|
12
|
-
"PO-Revision-Date: 2023-
|
|
11
|
+
"POT-Creation-Date: 2023-11-28 22:29+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2023-11-28 22:29+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -443,15 +443,15 @@ msgstr ""
|
|
|
443
443
|
msgid "No valid policy ID provided"
|
|
444
444
|
msgstr ""
|
|
445
445
|
|
|
446
|
-
#: ../app/controllers/policies_controller.rb:
|
|
447
|
-
msgid "No hosts were found
|
|
446
|
+
#: ../app/controllers/policies_controller.rb:129
|
|
447
|
+
msgid "No hosts were found with that id, name or query filter"
|
|
448
448
|
msgstr ""
|
|
449
449
|
|
|
450
|
-
#: ../app/controllers/policies_controller.rb:
|
|
450
|
+
#: ../app/controllers/policies_controller.rb:134
|
|
451
451
|
msgid "No hosts selected"
|
|
452
452
|
msgstr ""
|
|
453
453
|
|
|
454
|
-
#: ../app/controllers/policies_controller.rb:
|
|
454
|
+
#: ../app/controllers/policies_controller.rb:139
|
|
455
455
|
msgid "Something went wrong while selecting hosts - %s"
|
|
456
456
|
msgstr ""
|
|
457
457
|
|
|
@@ -583,26 +583,26 @@ msgstr ""
|
|
|
583
583
|
msgid "Othered"
|
|
584
584
|
msgstr ""
|
|
585
585
|
|
|
586
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
586
|
+
#: ../app/helpers/compliance_hosts_helper.rb:26
|
|
587
587
|
msgid "Assign Compliance Policy"
|
|
588
588
|
msgstr ""
|
|
589
589
|
|
|
590
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
590
|
+
#: ../app/helpers/compliance_hosts_helper.rb:27
|
|
591
591
|
msgid "Unassign Compliance Policy"
|
|
592
592
|
msgstr ""
|
|
593
593
|
|
|
594
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
594
|
+
#: ../app/helpers/compliance_hosts_helper.rb:28
|
|
595
595
|
msgid "Change OpenSCAP Proxy"
|
|
596
596
|
msgstr ""
|
|
597
597
|
|
|
598
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
598
|
+
#: ../app/helpers/compliance_hosts_helper.rb:37
|
|
599
599
|
#: ../app/models/foreman_openscap/compliance_status.rb:8
|
|
600
600
|
#: ../lib/foreman_openscap/engine.rb:159
|
|
601
601
|
#: ../webpack/components/HostExtentions/HostKebabItems.js:39
|
|
602
602
|
msgid "Compliance"
|
|
603
603
|
msgstr ""
|
|
604
604
|
|
|
605
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
|
605
|
+
#: ../app/helpers/compliance_hosts_helper.rb:39
|
|
606
606
|
msgid "Host compliance details"
|
|
607
607
|
msgstr ""
|
|
608
608
|
|
|
@@ -610,15 +610,11 @@ msgstr ""
|
|
|
610
610
|
msgid "Host is deleted"
|
|
611
611
|
msgstr ""
|
|
612
612
|
|
|
613
|
-
#: ../app/helpers/foreman_openscap_helper.rb:4
|
|
614
|
-
msgid "documentation"
|
|
615
|
-
msgstr ""
|
|
616
|
-
|
|
617
613
|
#: ../app/helpers/policies_helper.rb:56
|
|
618
614
|
msgid "Choose existing SCAP Content"
|
|
619
615
|
msgstr ""
|
|
620
616
|
|
|
621
|
-
#: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:
|
|
617
|
+
#: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
|
|
622
618
|
#: ../app/models/foreman_openscap/policy.rb:11
|
|
623
619
|
#: ../app/views/policies/_form.html.erb:10
|
|
624
620
|
#: ../app/views/scap_contents/welcome.html.erb:1
|
|
@@ -626,38 +622,38 @@ msgstr ""
|
|
|
626
622
|
msgid "SCAP Content"
|
|
627
623
|
msgstr ""
|
|
628
624
|
|
|
629
|
-
#: ../app/helpers/policies_helper.rb:
|
|
625
|
+
#: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
|
|
630
626
|
msgid "XCCDF Profile"
|
|
631
627
|
msgstr ""
|
|
632
628
|
|
|
633
|
-
#: ../app/helpers/policies_helper.rb:
|
|
629
|
+
#: ../app/helpers/policies_helper.rb:80
|
|
634
630
|
msgid "Default XCCDF profile"
|
|
635
631
|
msgstr ""
|
|
636
632
|
|
|
637
|
-
#: ../app/helpers/policies_helper.rb:
|
|
633
|
+
#: ../app/helpers/policies_helper.rb:89
|
|
638
634
|
msgid "Choose Tailoring File"
|
|
639
635
|
msgstr ""
|
|
640
636
|
|
|
641
|
-
#: ../app/helpers/policies_helper.rb:
|
|
637
|
+
#: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
|
|
642
638
|
msgid "Tailoring File"
|
|
643
639
|
msgstr ""
|
|
644
640
|
|
|
645
|
-
#: ../app/helpers/policies_helper.rb:
|
|
641
|
+
#: ../app/helpers/policies_helper.rb:99
|
|
646
642
|
msgid "XCCDF Profile in Tailoring File"
|
|
647
643
|
msgstr ""
|
|
648
644
|
|
|
649
|
-
#: ../app/helpers/policies_helper.rb:
|
|
645
|
+
#: ../app/helpers/policies_helper.rb:100
|
|
650
646
|
msgid "This profile will be used to override the one from scap content"
|
|
651
647
|
msgstr ""
|
|
652
648
|
|
|
653
|
-
#: ../app/helpers/policies_helper.rb:
|
|
649
|
+
#: ../app/helpers/policies_helper.rb:111
|
|
654
650
|
#: ../app/views/arf_reports/_list.html.erb:54
|
|
655
651
|
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
|
|
656
652
|
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
|
|
657
653
|
msgid "Submit"
|
|
658
654
|
msgstr ""
|
|
659
655
|
|
|
660
|
-
#: ../app/helpers/policies_helper.rb:
|
|
656
|
+
#: ../app/helpers/policies_helper.rb:115
|
|
661
657
|
#: ../app/views/arf_reports/_list.html.erb:53
|
|
662
658
|
#: ../webpack/components/ConfirmModal.js:27
|
|
663
659
|
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
|
|
@@ -1113,23 +1109,23 @@ msgstr ""
|
|
|
1113
1109
|
msgid "these Compliance reports"
|
|
1114
1110
|
msgstr ""
|
|
1115
1111
|
|
|
1116
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1112
|
+
#: ../app/views/arf_reports/show.html.erb:14
|
|
1117
1113
|
msgid "Back"
|
|
1118
1114
|
msgstr ""
|
|
1119
1115
|
|
|
1120
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1116
|
+
#: ../app/views/arf_reports/show.html.erb:16
|
|
1121
1117
|
msgid "Host details"
|
|
1122
1118
|
msgstr ""
|
|
1123
1119
|
|
|
1124
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1120
|
+
#: ../app/views/arf_reports/show.html.erb:17
|
|
1125
1121
|
msgid "View full report"
|
|
1126
1122
|
msgstr ""
|
|
1127
1123
|
|
|
1128
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1124
|
+
#: ../app/views/arf_reports/show.html.erb:18
|
|
1129
1125
|
msgid "Download XML in bzip"
|
|
1130
1126
|
msgstr ""
|
|
1131
1127
|
|
|
1132
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
1128
|
+
#: ../app/views/arf_reports/show.html.erb:19
|
|
1133
1129
|
msgid "Download HTML"
|
|
1134
1130
|
msgstr ""
|
|
1135
1131
|
|
|
@@ -1266,17 +1262,17 @@ msgid "Choose period"
|
|
|
1266
1262
|
msgstr ""
|
|
1267
1263
|
|
|
1268
1264
|
#: ../app/views/policies/_form.html.erb:47
|
|
1269
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1265
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:9
|
|
1270
1266
|
msgid "Choose weekday"
|
|
1271
1267
|
msgstr ""
|
|
1272
1268
|
|
|
1273
1269
|
#: ../app/views/policies/_form.html.erb:48
|
|
1274
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1270
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:13
|
|
1275
1271
|
msgid "Number of a day in month, note that not all months have same count of days"
|
|
1276
1272
|
msgstr ""
|
|
1277
1273
|
|
|
1278
1274
|
#: ../app/views/policies/_form.html.erb:49
|
|
1279
|
-
#: ../app/views/policies/steps/_schedule_form.html.erb:
|
|
1275
|
+
#: ../app/views/policies/steps/_schedule_form.html.erb:14
|
|
1280
1276
|
msgid ""
|
|
1281
1277
|
"You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 val"
|
|
1282
1278
|
"ues by space"
|
|
@@ -1356,7 +1352,11 @@ msgstr ""
|
|
|
1356
1352
|
msgid "Please make sure you understand them by reading our"
|
|
1357
1353
|
msgstr ""
|
|
1358
1354
|
|
|
1359
|
-
#: ../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
|
|
1360
1360
|
msgid "Choose day in month"
|
|
1361
1361
|
msgstr ""
|
|
1362
1362
|
|
|
Binary file
|