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.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +4 -4
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +8 -5
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +4 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +4 -4
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +8 -5
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +8 -5
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -4
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +4 -4
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +8 -5
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +8 -5
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +8 -5
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -5
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +4 -4
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +8 -5
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +8 -5
  18. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/foreman_openscap_helper.rb +11 -8
  22. data/app/helpers/policies_helper.rb +2 -0
  23. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  24. data/app/views/arf_reports/show.html.erb +0 -1
  25. data/app/views/arf_reports/welcome.html.erb +1 -1
  26. data/app/views/compliance_hosts/show.html.erb +1 -1
  27. data/app/views/policies/index.html.erb +1 -1
  28. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  29. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  30. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  31. data/app/views/policy_dashboard/index.html.erb +1 -1
  32. data/app/views/scap_contents/index.html.erb +1 -1
  33. data/app/views/tailoring_files/index.html.erb +1 -1
  34. data/lib/foreman_openscap/version.rb +1 -1
  35. data/locale/Makefile +3 -3
  36. data/locale/cs_CZ/foreman_openscap.edit.po +28 -28
  37. data/locale/cs_CZ/foreman_openscap.po +1 -1
  38. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/de/foreman_openscap.edit.po +295 -133
  40. data/locale/de/foreman_openscap.po +2 -2
  41. data/locale/en/foreman_openscap.edit.po +28 -28
  42. data/locale/en/foreman_openscap.po +1 -1
  43. data/locale/en_GB/foreman_openscap.edit.po +28 -28
  44. data/locale/en_GB/foreman_openscap.po +1 -1
  45. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/es/foreman_openscap.edit.po +292 -126
  47. data/locale/es/foreman_openscap.po +2 -2
  48. data/locale/foreman_openscap.pot +33 -33
  49. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/fr/foreman_openscap.edit.po +376 -215
  51. data/locale/fr/foreman_openscap.po +2 -2
  52. data/locale/gl/foreman_openscap.edit.po +28 -28
  53. data/locale/gl/foreman_openscap.po +1 -1
  54. data/locale/it/foreman_openscap.edit.po +28 -28
  55. data/locale/it/foreman_openscap.po +1 -1
  56. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  57. data/locale/ja/foreman_openscap.edit.po +360 -199
  58. data/locale/ja/foreman_openscap.po +2 -2
  59. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  60. data/locale/ka/foreman_openscap.edit.po +1902 -0
  61. data/locale/ka/foreman_openscap.po +1309 -0
  62. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  63. data/locale/ko/foreman_openscap.edit.po +28 -28
  64. data/locale/ko/foreman_openscap.po +2 -2
  65. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/pt_BR/foreman_openscap.edit.po +292 -132
  67. data/locale/pt_BR/foreman_openscap.po +2 -2
  68. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  69. data/locale/ru/foreman_openscap.edit.po +28 -28
  70. data/locale/ru/foreman_openscap.po +2 -2
  71. data/locale/sv_SE/foreman_openscap.edit.po +28 -28
  72. data/locale/sv_SE/foreman_openscap.po +1 -1
  73. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  74. data/locale/zh_CN/foreman_openscap.edit.po +360 -199
  75. data/locale/zh_CN/foreman_openscap.po +2 -2
  76. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  77. data/locale/zh_TW/foreman_openscap.edit.po +28 -28
  78. data/locale/zh_TW/foreman_openscap.po +2 -2
  79. data/package.json +0 -3
  80. 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 "No se encontraron hosts."
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}"
@@ -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-06-05 16:48+0200\n"
12
- "PO-Revision-Date: 2023-06-05 16:48+0200\n"
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:125
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:129
450
+ #: ../app/controllers/policies_controller.rb:134
451
451
  msgid "No hosts selected"
452
452
  msgstr ""
453
453
 
454
- #: ../app/controllers/policies_controller.rb:134
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:24
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:25
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:26
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:35
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:37
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:62
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:72 ../app/helpers/policies_helper.rb:79
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:78
629
+ #: ../app/helpers/policies_helper.rb:80
634
630
  msgid "Default XCCDF profile"
635
631
  msgstr ""
636
632
 
637
- #: ../app/helpers/policies_helper.rb:87
633
+ #: ../app/helpers/policies_helper.rb:89
638
634
  msgid "Choose Tailoring File"
639
635
  msgstr ""
640
636
 
641
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
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:97
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:98
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:109
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:113
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:15
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:17
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:18
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:19
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:20
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:8
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:9
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:10
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/_schedule_form.html.erb:9
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