foreman_openscap 7.1.0 → 8.0.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.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +517 -421
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +909 -813
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +517 -421
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +549 -453
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +917 -821
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +917 -821
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +557 -461
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +603 -507
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +908 -812
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1398 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +705 -609
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +917 -821
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +707 -611
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +557 -461
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +908 -812
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +705 -609
  18. data/app/assets/javascripts/foreman_openscap/reports.js +5 -0
  19. data/app/controllers/arf_reports_controller.rb +23 -2
  20. data/app/helpers/arf_reports_helper.rb +17 -4
  21. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  22. data/app/models/foreman_openscap/arf_report.rb +11 -2
  23. data/app/views/arf_reports/_output.html.erb +5 -1
  24. data/app/views/job_templates/run_openscap_remediation_-_ansible_default.erb +27 -0
  25. data/app/views/job_templates/run_openscap_remediation_-_script_default.erb +24 -0
  26. data/config/routes.rb +1 -0
  27. data/db/migrate/20230912122310_add_fixes_to_message.rb +5 -0
  28. data/lib/foreman_openscap/engine.rb +18 -2
  29. data/lib/foreman_openscap/version.rb +1 -1
  30. data/lib/tasks/foreman_openscap_tasks.rake +5 -16
  31. data/locale/Makefile +3 -3
  32. data/locale/cs_CZ/foreman_openscap.edit.po +144 -16
  33. data/locale/cs_CZ/foreman_openscap.po +97 -1
  34. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  35. data/locale/de/foreman_openscap.edit.po +145 -17
  36. data/locale/de/foreman_openscap.po +98 -2
  37. data/locale/en/foreman_openscap.edit.po +144 -16
  38. data/locale/en/foreman_openscap.po +97 -1
  39. data/locale/en_GB/foreman_openscap.edit.po +144 -16
  40. data/locale/en_GB/foreman_openscap.po +97 -1
  41. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  42. data/locale/es/foreman_openscap.edit.po +145 -17
  43. data/locale/es/foreman_openscap.po +98 -2
  44. data/locale/foreman_openscap.pot +168 -16
  45. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/fr/foreman_openscap.edit.po +145 -17
  47. data/locale/fr/foreman_openscap.po +98 -2
  48. data/locale/gl/foreman_openscap.edit.po +144 -16
  49. data/locale/gl/foreman_openscap.po +97 -1
  50. data/locale/it/foreman_openscap.edit.po +144 -16
  51. data/locale/it/foreman_openscap.po +97 -1
  52. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  53. data/locale/ja/foreman_openscap.edit.po +145 -17
  54. data/locale/ja/foreman_openscap.po +98 -2
  55. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  56. data/locale/ka/foreman_openscap.edit.po +1863 -0
  57. data/locale/ka/foreman_openscap.po +1405 -0
  58. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  59. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  60. data/locale/ko/foreman_openscap.edit.po +145 -17
  61. data/locale/ko/foreman_openscap.po +98 -2
  62. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  63. data/locale/pt_BR/foreman_openscap.edit.po +145 -17
  64. data/locale/pt_BR/foreman_openscap.po +98 -2
  65. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/ru/foreman_openscap.edit.po +145 -17
  67. data/locale/ru/foreman_openscap.po +98 -2
  68. data/locale/sv_SE/foreman_openscap.edit.po +144 -16
  69. data/locale/sv_SE/foreman_openscap.po +97 -1
  70. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  71. data/locale/zh_CN/foreman_openscap.edit.po +145 -17
  72. data/locale/zh_CN/foreman_openscap.po +98 -2
  73. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  74. data/locale/zh_TW/foreman_openscap.edit.po +145 -17
  75. data/locale/zh_TW/foreman_openscap.po +98 -2
  76. data/webpack/components/EmptyState.js +6 -2
  77. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationSelectors.js +16 -0
  78. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationWizardContext.js +4 -0
  79. data/webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js +38 -0
  80. data/webpack/components/OpenscapRemediationWizard/WizardHeader.js +43 -0
  81. data/webpack/components/OpenscapRemediationWizard/constants.js +14 -0
  82. data/webpack/components/OpenscapRemediationWizard/helpers.js +33 -0
  83. data/webpack/components/OpenscapRemediationWizard/index.js +160 -0
  84. data/webpack/components/OpenscapRemediationWizard/steps/Finish.js +131 -0
  85. data/webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js +217 -0
  86. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js +176 -0
  87. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.scss +4 -0
  88. data/webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js +160 -0
  89. data/webpack/components/OpenscapRemediationWizard/steps/index.js +4 -0
  90. data/webpack/index.js +8 -3
  91. data/webpack/testHelper.js +6 -5
  92. metadata +24 -3
@@ -61,6 +61,12 @@ msgstr ""
61
61
  msgid "<b>Foreman</b> OpenSCAP summary"
62
62
  msgstr ""
63
63
 
64
+ msgid "A reboot is required after applying remediation."
65
+ msgstr ""
66
+
67
+ msgid "A reboot might be required after applying remediation."
68
+ msgstr ""
69
+
64
70
  msgid "A summary of reports for OpenSCAP policies"
65
71
  msgstr ""
66
72
 
@@ -112,6 +118,9 @@ msgstr ""
112
118
  msgid "Back"
113
119
  msgstr "Back"
114
120
 
121
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
122
+ msgstr ""
123
+
115
124
  msgid "CVEs"
116
125
  msgstr ""
117
126
 
@@ -157,6 +166,9 @@ msgstr ""
157
166
  msgid "Choose weekday"
158
167
  msgstr ""
159
168
 
169
+ msgid "Close"
170
+ msgstr ""
171
+
160
172
  msgid "Compliance"
161
173
  msgstr ""
162
174
 
@@ -190,6 +202,9 @@ msgstr ""
190
202
  msgid "Content"
191
203
  msgstr ""
192
204
 
205
+ msgid "Copy to clipboard"
206
+ msgstr ""
207
+
193
208
  msgid "Could not find host identified by: %s"
194
209
  msgstr ""
195
210
 
@@ -301,9 +316,15 @@ msgstr ""
301
316
  msgid "Directory to upload when using \"directory\" upload type"
302
317
  msgstr ""
303
318
 
319
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
320
+ msgstr ""
321
+
304
322
  msgid "Documentation"
305
323
  msgstr ""
306
324
 
325
+ msgid "Done"
326
+ msgstr ""
327
+
307
328
  msgid "Download"
308
329
  msgstr ""
309
330
 
@@ -504,6 +525,9 @@ msgstr ""
504
525
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
505
526
  msgstr ""
506
527
 
528
+ msgid "Job details"
529
+ msgstr ""
530
+
507
531
  msgid "Latest Compliance Reports"
508
532
  msgstr ""
509
533
 
@@ -537,9 +561,15 @@ msgstr ""
537
561
  msgid "Locations"
538
562
  msgstr "Locations"
539
563
 
564
+ msgid "Manual"
565
+ msgstr ""
566
+
540
567
  msgid "Message"
541
568
  msgstr "Message"
542
569
 
570
+ msgid "Method"
571
+ msgstr ""
572
+
543
573
  msgid "Monthly, day of month: %s"
544
574
  msgstr ""
545
575
 
@@ -621,7 +651,7 @@ msgstr ""
621
651
  msgid "No hosts selected"
622
652
  msgstr "No hosts selected"
623
653
 
624
- msgid "No hosts were found."
654
+ msgid "No hosts were found with that id, name or query filter"
625
655
  msgstr ""
626
656
 
627
657
  msgid "No proxy found for %{name} or %{url}"
@@ -675,6 +705,9 @@ msgstr ""
675
705
  msgid "Number of a day in month, note that not all months have same count of days"
676
706
  msgstr ""
677
707
 
708
+ msgid "OS"
709
+ msgstr ""
710
+
678
711
  msgid "OVAL Content"
679
712
  msgstr ""
680
713
 
@@ -774,6 +807,9 @@ msgstr ""
774
807
  msgid "Other"
775
808
  msgstr ""
776
809
 
810
+ msgid "Other hosts failing this rule"
811
+ msgstr ""
812
+
777
813
  msgid "Othered"
778
814
  msgstr ""
779
815
 
@@ -866,6 +902,9 @@ msgstr ""
866
902
  msgid "Rationale"
867
903
  msgstr ""
868
904
 
905
+ msgid "Reboot the system(s)"
906
+ msgstr ""
907
+
869
908
  msgid "Red Hat %s default content"
870
909
  msgstr ""
871
910
 
@@ -875,9 +914,21 @@ msgstr ""
875
914
  msgid "References"
876
915
  msgstr ""
877
916
 
917
+ msgid "Remediate %s rule"
918
+ msgstr ""
919
+
920
+ msgid "Remediation"
921
+ msgstr ""
922
+
923
+ msgid "Remediation might render the system non-functional."
924
+ msgstr ""
925
+
878
926
  msgid "Remote action:"
879
927
  msgstr "Remote action:"
880
928
 
929
+ msgid "Remote job"
930
+ msgstr ""
931
+
881
932
  msgid "Report Metrics"
882
933
  msgstr ""
883
934
 
@@ -914,12 +965,33 @@ msgstr ""
914
965
  msgid "Result"
915
966
  msgstr "Result"
916
967
 
968
+ msgid "Review hosts"
969
+ msgstr ""
970
+
971
+ msgid "Review remediation"
972
+ msgstr ""
973
+
974
+ msgid "Review the remediation snippet and apply it to the host manually."
975
+ msgstr ""
976
+
977
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
978
+ msgstr ""
979
+
917
980
  msgid "Rule Results"
918
981
  msgstr ""
919
982
 
983
+ msgid "Run"
984
+ msgstr ""
985
+
920
986
  msgid "Run OVAL scan"
921
987
  msgstr ""
922
988
 
989
+ msgid "Run OpenSCAP remediation with Ansible"
990
+ msgstr ""
991
+
992
+ msgid "Run OpenSCAP remediation with Shell"
993
+ msgstr ""
994
+
923
995
  msgid "Run OpenSCAP scan"
924
996
  msgstr ""
925
997
 
@@ -962,6 +1034,12 @@ msgstr ""
962
1034
  msgid "Select all items in this page"
963
1035
  msgstr "Select all items in this page"
964
1036
 
1037
+ msgid "Select remediation method"
1038
+ msgstr ""
1039
+
1040
+ msgid "Select snippet"
1041
+ msgstr ""
1042
+
965
1043
  msgid "Severity"
966
1044
  msgstr ""
967
1045
 
@@ -1004,6 +1082,9 @@ msgstr ""
1004
1082
  msgid "Smart Class Parameters"
1005
1083
  msgstr ""
1006
1084
 
1085
+ msgid "Snippet"
1086
+ msgstr ""
1087
+
1007
1088
  msgid "Something went wrong while selecting compliance reports - %s"
1008
1089
  msgstr ""
1009
1090
 
@@ -1022,6 +1103,9 @@ msgstr ""
1022
1103
  msgid "Submit"
1023
1104
  msgstr "Submit"
1024
1105
 
1106
+ msgid "Successfully copied to clipboard!"
1107
+ msgstr ""
1108
+
1025
1109
  msgid "Successfully deleted %s compliance reports"
1026
1110
  msgstr ""
1027
1111
 
@@ -1084,9 +1168,15 @@ msgstr ""
1084
1168
  msgid "The identifier of the host"
1085
1169
  msgstr ""
1086
1170
 
1171
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1172
+ msgstr ""
1173
+
1087
1174
  msgid "There are significant differences in deployment options."
1088
1175
  msgstr ""
1089
1176
 
1177
+ msgid "There is no job to remediate with. Please remediate manually."
1178
+ msgstr ""
1179
+
1090
1180
  msgid "There was a following error when deleting %(name)s: %(error)s"
1091
1181
  msgstr ""
1092
1182
 
@@ -1209,6 +1299,9 @@ msgstr ""
1209
1299
  msgid "View full report"
1210
1300
  msgstr ""
1211
1301
 
1302
+ msgid "View selected hosts"
1303
+ msgstr ""
1304
+
1212
1305
  msgid "Was %s configured successfully?"
1213
1306
  msgstr ""
1214
1307
 
@@ -1239,6 +1332,9 @@ msgstr ""
1239
1332
  msgid "You are not authorized to view the page. "
1240
1333
  msgstr ""
1241
1334
 
1335
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1336
+ msgstr ""
1337
+
1242
1338
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1243
1339
  msgstr ""
1244
1340
 
@@ -384,15 +384,15 @@ msgstr "No se pudieron eliminar los informes de cumplimiento %s."
384
384
  msgid "Successfully deleted %s compliance reports"
385
385
  msgstr "Los informes de cumplimiento %s se eliminaron correctamente."
386
386
 
387
- #: ../app/controllers/arf_reports_controller.rb:85
387
+ #: ../app/controllers/arf_reports_controller.rb:106
388
388
  msgid "No compliance reports were found."
389
389
  msgstr "No se encontraron informes de cumplimiento."
390
390
 
391
- #: ../app/controllers/arf_reports_controller.rb:89
391
+ #: ../app/controllers/arf_reports_controller.rb:110
392
392
  msgid "No compliance reports selected"
393
393
  msgstr "No se seleccionaron informes de cumplimiento"
394
394
 
395
- #: ../app/controllers/arf_reports_controller.rb:94
395
+ #: ../app/controllers/arf_reports_controller.rb:115
396
396
  msgid "Something went wrong while selecting compliance reports - %s"
397
397
  msgstr "Algo ha fallado al seleccionar los informes de cumplimiento: %s."
398
398
 
@@ -432,15 +432,15 @@ msgstr "Hosts actualizados: No asignados desde la política de cumplimiento '%s'
432
432
  msgid "No valid policy ID provided"
433
433
  msgstr "No se proporcionó un ID de política válido"
434
434
 
435
- #: ../app/controllers/policies_controller.rb:125
436
- msgid "No hosts were found."
437
- msgstr "No se encontraron hosts."
438
-
439
435
  #: ../app/controllers/policies_controller.rb:129
436
+ msgid "No hosts were found with that id, name or query filter"
437
+ msgstr ""
438
+
439
+ #: ../app/controllers/policies_controller.rb:134
440
440
  msgid "No hosts selected"
441
441
  msgstr "Ningún host seleccionado"
442
442
 
443
- #: ../app/controllers/policies_controller.rb:134
443
+ #: ../app/controllers/policies_controller.rb:139
444
444
  msgid "Something went wrong while selecting hosts - %s"
445
445
  msgstr "Algo ha fallado al seleccionar hosts - %s"
446
446
 
@@ -512,18 +512,22 @@ msgstr " de la política %s"
512
512
  msgid " through %s"
513
513
  msgstr " a través de %s"
514
514
 
515
- #: ../app/helpers/arf_reports_helper.rb:66
515
+ #: ../app/helpers/arf_reports_helper.rb:67
516
516
  msgid "Hosts failing this rule"
517
517
  msgstr "Hosts que fallan en esta regla"
518
518
 
519
- #: ../app/helpers/arf_reports_helper.rb:67
519
+ #: ../app/helpers/arf_reports_helper.rb:68
520
520
  msgid "Hosts passing this rule"
521
521
  msgstr "Hosts que envían esta regla"
522
522
 
523
- #: ../app/helpers/arf_reports_helper.rb:68
523
+ #: ../app/helpers/arf_reports_helper.rb:69
524
524
  msgid "Hosts othering this rule"
525
525
  msgstr "Hosts que consideran esta regla"
526
526
 
527
+ #: ../app/helpers/arf_reports_helper.rb:72
528
+ msgid "Remediation"
529
+ msgstr ""
530
+
527
531
  #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
528
532
  msgid "Host"
529
533
  msgstr "host"
@@ -1165,7 +1169,7 @@ msgstr "Cantidad de días en el mes, tenga en cuenta que no todos los meses tien
1165
1169
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1166
1170
  msgstr "Puede especificar la línea Cron personalizada, por ejemplo: \"0 3 * * *\", separe cada uno de los 5 valores con espacio."
1167
1171
 
1168
- #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1172
+ #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:162 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1169
1173
  msgid "Name"
1170
1174
  msgstr "Nombre"
1171
1175
 
@@ -1491,14 +1495,22 @@ msgstr "Proxy de OpenSCAP"
1491
1495
  msgid "ID of OpenSCAP Proxy"
1492
1496
  msgstr "ID del proxy OpenSCAP"
1493
1497
 
1494
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1498
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1495
1499
  msgid "Run OpenSCAP scan"
1496
1500
  msgstr "Ejecutar escaneo OpenSCAP"
1497
1501
 
1498
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1502
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1499
1503
  msgid "Run OVAL scan"
1500
1504
  msgstr "Ejecute el escaneo de OVAL"
1501
1505
 
1506
+ #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1507
+ msgid "Run OpenSCAP remediation with Ansible"
1508
+ msgstr ""
1509
+
1510
+ #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1511
+ msgid "Run OpenSCAP remediation with Shell"
1512
+ msgstr ""
1513
+
1502
1514
  #: ../webpack/components/ConfirmModal.js:19
1503
1515
  msgid "Confirm"
1504
1516
  msgstr ""
@@ -1511,14 +1523,130 @@ msgstr ""
1511
1523
  msgid "There's no available report for this host"
1512
1524
  msgstr ""
1513
1525
 
1514
- #: ../webpack/components/withDeleteModal.js:27
1515
- msgid "Are you sure you want to delete %s?"
1526
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1527
+ msgid "View selected hosts"
1516
1528
  msgstr ""
1517
1529
 
1518
- #: ../webpack/components/withLoading.js:12
1530
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1531
+ msgid "Review hosts"
1532
+ msgstr ""
1533
+
1534
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1535
+ msgid "Select snippet"
1536
+ msgstr ""
1537
+
1538
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1539
+ msgid "Review remediation"
1540
+ msgstr ""
1541
+
1542
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1543
+ msgid "Run"
1544
+ msgstr ""
1545
+
1546
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1547
+ msgid "Done"
1548
+ msgstr ""
1549
+
1550
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1551
+ msgid "Remediate %s rule"
1552
+ msgstr ""
1553
+
1554
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1555
+ msgid "Job details"
1556
+ msgstr ""
1557
+
1558
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1559
+ msgid "Close"
1560
+ msgstr ""
1561
+
1562
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1519
1563
  msgid "Error!"
1520
1564
  msgstr "Error"
1521
1565
 
1566
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1567
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1568
+ msgstr ""
1569
+
1570
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1571
+ msgid "OS"
1572
+ msgstr ""
1573
+
1574
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1575
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1576
+ msgstr ""
1577
+
1578
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1579
+ msgid "Review the remediation snippet and apply it to the host manually."
1580
+ msgstr ""
1581
+
1582
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1583
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
1584
+ msgstr ""
1585
+
1586
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1587
+ msgid "A reboot is required after applying remediation."
1588
+ msgstr ""
1589
+
1590
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1591
+ msgid "A reboot might be required after applying remediation."
1592
+ msgstr ""
1593
+
1594
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1595
+ msgid "Successfully copied to clipboard!"
1596
+ msgstr ""
1597
+
1598
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1599
+ msgid "Copy to clipboard"
1600
+ msgstr ""
1601
+
1602
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1603
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1604
+ msgstr ""
1605
+
1606
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1607
+ msgid "Remediation might render the system non-functional."
1608
+ msgstr ""
1609
+
1610
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1611
+ msgid "Other hosts failing this rule"
1612
+ msgstr ""
1613
+
1614
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1615
+ msgid "Reboot the system(s)"
1616
+ msgstr ""
1617
+
1618
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1619
+ msgid "Method"
1620
+ msgstr ""
1621
+
1622
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1623
+ msgid "Remote job"
1624
+ msgstr ""
1625
+
1626
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1627
+ msgid "Manual"
1628
+ msgstr ""
1629
+
1630
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1631
+ msgid "There is no job to remediate with. Please remediate manually."
1632
+ msgstr ""
1633
+
1634
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1635
+ msgid "Snippet"
1636
+ msgstr ""
1637
+
1638
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1639
+ msgid "Select remediation method"
1640
+ msgstr ""
1641
+
1642
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1643
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1644
+ msgstr ""
1645
+
1646
+ #: ../webpack/components/withDeleteModal.js:27
1647
+ msgid "Are you sure you want to delete %s?"
1648
+ msgstr ""
1649
+
1522
1650
  #: ../webpack/components/withLoading.js:64
1523
1651
  msgid "Permission denied"
1524
1652
  msgstr ""