foreman_openscap 7.1.1 → 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 (80) 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 +907 -814
  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 +911 -818
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +911 -818
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +556 -460
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +601 -505
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +909 -816
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +96 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +704 -611
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +911 -818
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +706 -613
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +556 -460
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +909 -816
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +704 -611
  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/foreman_openscap/arf_report.rb +11 -2
  22. data/app/views/arf_reports/_output.html.erb +5 -1
  23. data/app/views/job_templates/run_openscap_remediation_-_ansible_default.erb +27 -0
  24. data/app/views/job_templates/run_openscap_remediation_-_script_default.erb +24 -0
  25. data/config/routes.rb +1 -0
  26. data/db/migrate/20230912122310_add_fixes_to_message.rb +5 -0
  27. data/lib/foreman_openscap/engine.rb +18 -2
  28. data/lib/foreman_openscap/version.rb +1 -1
  29. data/lib/tasks/foreman_openscap_tasks.rake +5 -16
  30. data/locale/cs_CZ/foreman_openscap.edit.po +145 -17
  31. data/locale/cs_CZ/foreman_openscap.po +96 -0
  32. data/locale/de/foreman_openscap.edit.po +248 -282
  33. data/locale/de/foreman_openscap.po +96 -0
  34. data/locale/en/foreman_openscap.edit.po +145 -17
  35. data/locale/en/foreman_openscap.po +96 -0
  36. data/locale/en_GB/foreman_openscap.edit.po +145 -17
  37. data/locale/en_GB/foreman_openscap.po +96 -0
  38. data/locale/es/foreman_openscap.edit.po +241 -279
  39. data/locale/es/foreman_openscap.po +96 -0
  40. data/locale/foreman_openscap.pot +164 -12
  41. data/locale/fr/foreman_openscap.edit.po +330 -363
  42. data/locale/fr/foreman_openscap.po +96 -0
  43. data/locale/gl/foreman_openscap.edit.po +145 -17
  44. data/locale/gl/foreman_openscap.po +96 -0
  45. data/locale/it/foreman_openscap.edit.po +145 -17
  46. data/locale/it/foreman_openscap.po +96 -0
  47. data/locale/ja/foreman_openscap.edit.po +314 -347
  48. data/locale/ja/foreman_openscap.po +96 -0
  49. data/locale/ka/foreman_openscap.edit.po +289 -328
  50. data/locale/ka/foreman_openscap.po +96 -0
  51. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +146 -18
  53. data/locale/ko/foreman_openscap.po +96 -0
  54. data/locale/pt_BR/foreman_openscap.edit.po +247 -279
  55. data/locale/pt_BR/foreman_openscap.po +96 -0
  56. data/locale/ru/foreman_openscap.edit.po +146 -18
  57. data/locale/ru/foreman_openscap.po +96 -0
  58. data/locale/sv_SE/foreman_openscap.edit.po +145 -17
  59. data/locale/sv_SE/foreman_openscap.po +96 -0
  60. data/locale/zh_CN/foreman_openscap.edit.po +314 -347
  61. data/locale/zh_CN/foreman_openscap.po +96 -0
  62. data/locale/zh_TW/foreman_openscap.edit.po +146 -18
  63. data/locale/zh_TW/foreman_openscap.po +96 -0
  64. data/webpack/components/EmptyState.js +6 -2
  65. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationSelectors.js +16 -0
  66. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationWizardContext.js +4 -0
  67. data/webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js +38 -0
  68. data/webpack/components/OpenscapRemediationWizard/WizardHeader.js +43 -0
  69. data/webpack/components/OpenscapRemediationWizard/constants.js +14 -0
  70. data/webpack/components/OpenscapRemediationWizard/helpers.js +33 -0
  71. data/webpack/components/OpenscapRemediationWizard/index.js +160 -0
  72. data/webpack/components/OpenscapRemediationWizard/steps/Finish.js +131 -0
  73. data/webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js +217 -0
  74. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js +176 -0
  75. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.scss +4 -0
  76. data/webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js +160 -0
  77. data/webpack/components/OpenscapRemediationWizard/steps/index.js +4 -0
  78. data/webpack/index.js +8 -3
  79. data/webpack/testHelper.js +6 -5
  80. metadata +20 -3
@@ -65,6 +65,12 @@ msgstr ""
65
65
  msgid "<b>Foreman</b> OpenSCAP summary"
66
66
  msgstr ""
67
67
 
68
+ msgid "A reboot is required after applying remediation."
69
+ msgstr ""
70
+
71
+ msgid "A reboot might be required after applying remediation."
72
+ msgstr ""
73
+
68
74
  msgid "A summary of reports for OpenSCAP policies"
69
75
  msgstr ""
70
76
 
@@ -116,6 +122,9 @@ msgstr ""
116
122
  msgid "Back"
117
123
  msgstr "Назад"
118
124
 
125
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
126
+ msgstr ""
127
+
119
128
  msgid "CVEs"
120
129
  msgstr ""
121
130
 
@@ -161,6 +170,9 @@ msgstr "Выберите период"
161
170
  msgid "Choose weekday"
162
171
  msgstr "Выберите день недели"
163
172
 
173
+ msgid "Close"
174
+ msgstr ""
175
+
164
176
  msgid "Compliance"
165
177
  msgstr "Соответствие стандартам"
166
178
 
@@ -194,6 +206,9 @@ msgstr ""
194
206
  msgid "Content"
195
207
  msgstr ""
196
208
 
209
+ msgid "Copy to clipboard"
210
+ msgstr ""
211
+
197
212
  msgid "Could not find host identified by: %s"
198
213
  msgstr ""
199
214
 
@@ -305,9 +320,15 @@ msgstr ""
305
320
  msgid "Directory to upload when using \"directory\" upload type"
306
321
  msgstr ""
307
322
 
323
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
324
+ msgstr ""
325
+
308
326
  msgid "Documentation"
309
327
  msgstr "Справка"
310
328
 
329
+ msgid "Done"
330
+ msgstr ""
331
+
311
332
  msgid "Download"
312
333
  msgstr "Загрузить"
313
334
 
@@ -508,6 +529,9 @@ msgstr ""
508
529
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
509
530
  msgstr ""
510
531
 
532
+ msgid "Job details"
533
+ msgstr ""
534
+
511
535
  msgid "Latest Compliance Reports"
512
536
  msgstr ""
513
537
 
@@ -541,9 +565,15 @@ msgstr "Загрузка..."
541
565
  msgid "Locations"
542
566
  msgstr "Местоположение"
543
567
 
568
+ msgid "Manual"
569
+ msgstr ""
570
+
544
571
  msgid "Message"
545
572
  msgstr "Сообщение"
546
573
 
574
+ msgid "Method"
575
+ msgstr ""
576
+
547
577
  msgid "Monthly, day of month: %s"
548
578
  msgstr ""
549
579
 
@@ -679,6 +709,9 @@ msgstr "Количество событий"
679
709
  msgid "Number of a day in month, note that not all months have same count of days"
680
710
  msgstr "Порядковый номер дня в месяце (количество дней в разных месяцах может отличаться)"
681
711
 
712
+ msgid "OS"
713
+ msgstr ""
714
+
682
715
  msgid "OVAL Content"
683
716
  msgstr ""
684
717
 
@@ -778,6 +811,9 @@ msgstr ""
778
811
  msgid "Other"
779
812
  msgstr "Другое"
780
813
 
814
+ msgid "Other hosts failing this rule"
815
+ msgstr ""
816
+
781
817
  msgid "Othered"
782
818
  msgstr "Другое"
783
819
 
@@ -870,6 +906,9 @@ msgstr "Класс Puppet"
870
906
  msgid "Rationale"
871
907
  msgstr "Обоснование"
872
908
 
909
+ msgid "Reboot the system(s)"
910
+ msgstr ""
911
+
873
912
  msgid "Red Hat %s default content"
874
913
  msgstr ""
875
914
 
@@ -879,9 +918,21 @@ msgstr ""
879
918
  msgid "References"
880
919
  msgstr "Ссылки"
881
920
 
921
+ msgid "Remediate %s rule"
922
+ msgstr ""
923
+
924
+ msgid "Remediation"
925
+ msgstr ""
926
+
927
+ msgid "Remediation might render the system non-functional."
928
+ msgstr ""
929
+
882
930
  msgid "Remote action:"
883
931
  msgstr "Удаленное действие:"
884
932
 
933
+ msgid "Remote job"
934
+ msgstr ""
935
+
885
936
  msgid "Report Metrics"
886
937
  msgstr "Метрика"
887
938
 
@@ -918,12 +969,33 @@ msgstr "Источник"
918
969
  msgid "Result"
919
970
  msgstr "Результат"
920
971
 
972
+ msgid "Review hosts"
973
+ msgstr ""
974
+
975
+ msgid "Review remediation"
976
+ msgstr ""
977
+
978
+ msgid "Review the remediation snippet and apply it to the host manually."
979
+ msgstr ""
980
+
981
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
982
+ msgstr ""
983
+
921
984
  msgid "Rule Results"
922
985
  msgstr ""
923
986
 
987
+ msgid "Run"
988
+ msgstr ""
989
+
924
990
  msgid "Run OVAL scan"
925
991
  msgstr ""
926
992
 
993
+ msgid "Run OpenSCAP remediation with Ansible"
994
+ msgstr ""
995
+
996
+ msgid "Run OpenSCAP remediation with Shell"
997
+ msgstr ""
998
+
927
999
  msgid "Run OpenSCAP scan"
928
1000
  msgstr ""
929
1001
 
@@ -966,6 +1038,12 @@ msgstr ""
966
1038
  msgid "Select all items in this page"
967
1039
  msgstr "Выберите все элементы на этой странице"
968
1040
 
1041
+ msgid "Select remediation method"
1042
+ msgstr ""
1043
+
1044
+ msgid "Select snippet"
1045
+ msgstr ""
1046
+
969
1047
  msgid "Severity"
970
1048
  msgstr "Приоритет"
971
1049
 
@@ -1008,6 +1086,9 @@ msgstr "Показать сообщения журнала:"
1008
1086
  msgid "Smart Class Parameters"
1009
1087
  msgstr "Параметры Смарт-класса"
1010
1088
 
1089
+ msgid "Snippet"
1090
+ msgstr ""
1091
+
1011
1092
  msgid "Something went wrong while selecting compliance reports - %s"
1012
1093
  msgstr "Произошли ошибки при выборе отчетов: %s"
1013
1094
 
@@ -1026,6 +1107,9 @@ msgstr "Таблица состояния"
1026
1107
  msgid "Submit"
1027
1108
  msgstr "Применить"
1028
1109
 
1110
+ msgid "Successfully copied to clipboard!"
1111
+ msgstr ""
1112
+
1029
1113
  msgid "Successfully deleted %s compliance reports"
1030
1114
  msgstr "Успешно удалено отчетов: %s "
1031
1115
 
@@ -1088,9 +1172,15 @@ msgstr ""
1088
1172
  msgid "The identifier of the host"
1089
1173
  msgstr ""
1090
1174
 
1175
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1176
+ msgstr ""
1177
+
1091
1178
  msgid "There are significant differences in deployment options."
1092
1179
  msgstr ""
1093
1180
 
1181
+ msgid "There is no job to remediate with. Please remediate manually."
1182
+ msgstr ""
1183
+
1094
1184
  msgid "There was a following error when deleting %(name)s: %(error)s"
1095
1185
  msgstr ""
1096
1186
 
@@ -1213,6 +1303,9 @@ msgstr "Показать отчет"
1213
1303
  msgid "View full report"
1214
1304
  msgstr "Показать полный отчет"
1215
1305
 
1306
+ msgid "View selected hosts"
1307
+ msgstr ""
1308
+
1216
1309
  msgid "Was %s configured successfully?"
1217
1310
  msgstr ""
1218
1311
 
@@ -1243,6 +1336,9 @@ msgstr "Да"
1243
1336
  msgid "You are not authorized to view the page. "
1244
1337
  msgstr ""
1245
1338
 
1339
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1340
+ msgstr ""
1341
+
1246
1342
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1247
1343
  msgstr "Вы можете изменить расписание по своему усмотрению. Строка cron должна состоять из пяти значений, разделенных пробелами, например: «0 3 * * *»"
1248
1344
 
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_openscap 7.1.0\n"
8
+ "Project-Id-Version: Foreman\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -381,15 +381,15 @@ msgstr ""
381
381
  msgid "Successfully deleted %s compliance reports"
382
382
  msgstr ""
383
383
 
384
- #: ../app/controllers/arf_reports_controller.rb:85
384
+ #: ../app/controllers/arf_reports_controller.rb:106
385
385
  msgid "No compliance reports were found."
386
386
  msgstr ""
387
387
 
388
- #: ../app/controllers/arf_reports_controller.rb:89
388
+ #: ../app/controllers/arf_reports_controller.rb:110
389
389
  msgid "No compliance reports selected"
390
390
  msgstr ""
391
391
 
392
- #: ../app/controllers/arf_reports_controller.rb:94
392
+ #: ../app/controllers/arf_reports_controller.rb:115
393
393
  msgid "Something went wrong while selecting compliance reports - %s"
394
394
  msgstr ""
395
395
 
@@ -429,15 +429,15 @@ msgstr ""
429
429
  msgid "No valid policy ID provided"
430
430
  msgstr ""
431
431
 
432
- #: ../app/controllers/policies_controller.rb:125
433
- msgid "No hosts were found."
432
+ #: ../app/controllers/policies_controller.rb:129
433
+ msgid "No hosts were found with that id, name or query filter"
434
434
  msgstr ""
435
435
 
436
- #: ../app/controllers/policies_controller.rb:129
436
+ #: ../app/controllers/policies_controller.rb:134
437
437
  msgid "No hosts selected"
438
438
  msgstr "Inga värdar markerade"
439
439
 
440
- #: ../app/controllers/policies_controller.rb:134
440
+ #: ../app/controllers/policies_controller.rb:139
441
441
  msgid "Something went wrong while selecting hosts - %s"
442
442
  msgstr "Något blev fel vid markering av värdar - %s"
443
443
 
@@ -509,18 +509,22 @@ msgstr ""
509
509
  msgid " through %s"
510
510
  msgstr ""
511
511
 
512
- #: ../app/helpers/arf_reports_helper.rb:66
512
+ #: ../app/helpers/arf_reports_helper.rb:67
513
513
  msgid "Hosts failing this rule"
514
514
  msgstr ""
515
515
 
516
- #: ../app/helpers/arf_reports_helper.rb:67
516
+ #: ../app/helpers/arf_reports_helper.rb:68
517
517
  msgid "Hosts passing this rule"
518
518
  msgstr ""
519
519
 
520
- #: ../app/helpers/arf_reports_helper.rb:68
520
+ #: ../app/helpers/arf_reports_helper.rb:69
521
521
  msgid "Hosts othering this rule"
522
522
  msgstr ""
523
523
 
524
+ #: ../app/helpers/arf_reports_helper.rb:72
525
+ msgid "Remediation"
526
+ msgstr ""
527
+
524
528
  #: ../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
525
529
  msgid "Host"
526
530
  msgstr "Värd"
@@ -1160,7 +1164,7 @@ msgstr ""
1160
1164
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1161
1165
  msgstr ""
1162
1166
 
1163
- #: ../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
1167
+ #: ../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
1164
1168
  msgid "Name"
1165
1169
  msgstr "Namn"
1166
1170
 
@@ -1486,14 +1490,22 @@ msgstr ""
1486
1490
  msgid "ID of OpenSCAP Proxy"
1487
1491
  msgstr ""
1488
1492
 
1489
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1493
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1490
1494
  msgid "Run OpenSCAP scan"
1491
1495
  msgstr ""
1492
1496
 
1493
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1497
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1494
1498
  msgid "Run OVAL scan"
1495
1499
  msgstr ""
1496
1500
 
1501
+ #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1502
+ msgid "Run OpenSCAP remediation with Ansible"
1503
+ msgstr ""
1504
+
1505
+ #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1506
+ msgid "Run OpenSCAP remediation with Shell"
1507
+ msgstr ""
1508
+
1497
1509
  #: ../webpack/components/ConfirmModal.js:19
1498
1510
  msgid "Confirm"
1499
1511
  msgstr ""
@@ -1506,14 +1518,130 @@ msgstr ""
1506
1518
  msgid "There's no available report for this host"
1507
1519
  msgstr ""
1508
1520
 
1509
- #: ../webpack/components/withDeleteModal.js:27
1510
- msgid "Are you sure you want to delete %s?"
1521
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1522
+ msgid "View selected hosts"
1523
+ msgstr ""
1524
+
1525
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1526
+ msgid "Review hosts"
1527
+ msgstr ""
1528
+
1529
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1530
+ msgid "Select snippet"
1531
+ msgstr ""
1532
+
1533
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1534
+ msgid "Review remediation"
1535
+ msgstr ""
1536
+
1537
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1538
+ msgid "Run"
1511
1539
  msgstr ""
1512
1540
 
1513
- #: ../webpack/components/withLoading.js:12
1541
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1542
+ msgid "Done"
1543
+ msgstr ""
1544
+
1545
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1546
+ msgid "Remediate %s rule"
1547
+ msgstr ""
1548
+
1549
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1550
+ msgid "Job details"
1551
+ msgstr ""
1552
+
1553
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1554
+ msgid "Close"
1555
+ msgstr ""
1556
+
1557
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1514
1558
  msgid "Error!"
1515
1559
  msgstr ""
1516
1560
 
1561
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1562
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1563
+ msgstr ""
1564
+
1565
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1566
+ msgid "OS"
1567
+ msgstr ""
1568
+
1569
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1570
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1571
+ msgstr ""
1572
+
1573
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1574
+ msgid "Review the remediation snippet and apply it to the host manually."
1575
+ msgstr ""
1576
+
1577
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1578
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
1579
+ msgstr ""
1580
+
1581
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1582
+ msgid "A reboot is required after applying remediation."
1583
+ msgstr ""
1584
+
1585
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1586
+ msgid "A reboot might be required after applying remediation."
1587
+ msgstr ""
1588
+
1589
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1590
+ msgid "Successfully copied to clipboard!"
1591
+ msgstr ""
1592
+
1593
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1594
+ msgid "Copy to clipboard"
1595
+ msgstr ""
1596
+
1597
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1598
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1599
+ msgstr ""
1600
+
1601
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1602
+ msgid "Remediation might render the system non-functional."
1603
+ msgstr ""
1604
+
1605
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1606
+ msgid "Other hosts failing this rule"
1607
+ msgstr ""
1608
+
1609
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1610
+ msgid "Reboot the system(s)"
1611
+ msgstr ""
1612
+
1613
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1614
+ msgid "Method"
1615
+ msgstr ""
1616
+
1617
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1618
+ msgid "Remote job"
1619
+ msgstr ""
1620
+
1621
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1622
+ msgid "Manual"
1623
+ msgstr ""
1624
+
1625
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1626
+ msgid "There is no job to remediate with. Please remediate manually."
1627
+ msgstr ""
1628
+
1629
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1630
+ msgid "Snippet"
1631
+ msgstr ""
1632
+
1633
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1634
+ msgid "Select remediation method"
1635
+ msgstr ""
1636
+
1637
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1638
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1639
+ msgstr ""
1640
+
1641
+ #: ../webpack/components/withDeleteModal.js:27
1642
+ msgid "Are you sure you want to delete %s?"
1643
+ msgstr ""
1644
+
1517
1645
  #: ../webpack/components/withLoading.js:64
1518
1646
  msgid "Permission denied"
1519
1647
  msgstr ""
@@ -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 "Tillbaka"
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 "Dokumentation"
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 "Lokationer"
539
563
 
564
+ msgid "Manual"
565
+ msgstr ""
566
+
540
567
  msgid "Message"
541
568
  msgstr "Meddelande"
542
569
 
570
+ msgid "Method"
571
+ msgstr ""
572
+
543
573
  msgid "Monthly, day of month: %s"
544
574
  msgstr ""
545
575
 
@@ -675,6 +705,9 @@ msgstr "Antal Event"
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 "Puppetklass"
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 ""
880
928
 
929
+ msgid "Remote job"
930
+ msgstr ""
931
+
881
932
  msgid "Report Metrics"
882
933
  msgstr "Rapportstatistik"
883
934
 
@@ -914,12 +965,33 @@ msgstr "Resurs"
914
965
  msgid "Result"
915
966
  msgstr ""
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 "Markera alla valbara på denna sida"
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 "Visa loggmeddelanden:"
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 "Sänd"
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