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
@@ -383,15 +383,15 @@ msgstr "%s コンプライアンスレポートの削除に失敗しました"
383
383
  msgid "Successfully deleted %s compliance reports"
384
384
  msgstr "%s コンプライアンスレポートが正常に削除されました"
385
385
 
386
- #: ../app/controllers/arf_reports_controller.rb:85
386
+ #: ../app/controllers/arf_reports_controller.rb:106
387
387
  msgid "No compliance reports were found."
388
388
  msgstr "コンプライアンスレポートが見つかりませんでした。"
389
389
 
390
- #: ../app/controllers/arf_reports_controller.rb:89
390
+ #: ../app/controllers/arf_reports_controller.rb:110
391
391
  msgid "No compliance reports selected"
392
392
  msgstr "コンプライアンスレポートが選択されていません"
393
393
 
394
- #: ../app/controllers/arf_reports_controller.rb:94
394
+ #: ../app/controllers/arf_reports_controller.rb:115
395
395
  msgid "Something went wrong while selecting compliance reports - %s"
396
396
  msgstr "コンプライアンスレポートの選択中に問題が発生しました: %s"
397
397
 
@@ -431,15 +431,15 @@ msgstr "更新済みホスト: コンプライアンスポリシー '%s' の割
431
431
  msgid "No valid policy ID provided"
432
432
  msgstr "有効なポリシー ID が提供されていません"
433
433
 
434
- #: ../app/controllers/policies_controller.rb:125
435
- msgid "No hosts were found."
436
- msgstr "ホストが見つかりませんでした。"
437
-
438
434
  #: ../app/controllers/policies_controller.rb:129
435
+ msgid "No hosts were found with that id, name or query filter"
436
+ msgstr ""
437
+
438
+ #: ../app/controllers/policies_controller.rb:134
439
439
  msgid "No hosts selected"
440
440
  msgstr "ホストが選択されていません"
441
441
 
442
- #: ../app/controllers/policies_controller.rb:134
442
+ #: ../app/controllers/policies_controller.rb:139
443
443
  msgid "Something went wrong while selecting hosts - %s"
444
444
  msgstr "ホストの選択中に問題が発生しました: %s"
445
445
 
@@ -511,18 +511,22 @@ msgstr " ポリシー %s"
511
511
  msgid " through %s"
512
512
  msgstr " %s まで更新を受信できます。"
513
513
 
514
- #: ../app/helpers/arf_reports_helper.rb:66
514
+ #: ../app/helpers/arf_reports_helper.rb:67
515
515
  msgid "Hosts failing this rule"
516
516
  msgstr "このルールに不合格のホスト"
517
517
 
518
- #: ../app/helpers/arf_reports_helper.rb:67
518
+ #: ../app/helpers/arf_reports_helper.rb:68
519
519
  msgid "Hosts passing this rule"
520
520
  msgstr "このルールに合格のホスト"
521
521
 
522
- #: ../app/helpers/arf_reports_helper.rb:68
522
+ #: ../app/helpers/arf_reports_helper.rb:69
523
523
  msgid "Hosts othering this rule"
524
524
  msgstr "このルールに該当しないホスト"
525
525
 
526
+ #: ../app/helpers/arf_reports_helper.rb:72
527
+ msgid "Remediation"
528
+ msgstr ""
529
+
526
530
  #: ../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
527
531
  msgid "Host"
528
532
  msgstr "ホスト"
@@ -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 "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
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 "名前"
1166
1170
 
@@ -1492,14 +1496,22 @@ msgstr "OpenSCAP プロキシー"
1492
1496
  msgid "ID of OpenSCAP Proxy"
1493
1497
  msgstr "OpenSCAP プロキシーの ID"
1494
1498
 
1495
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1499
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1496
1500
  msgid "Run OpenSCAP scan"
1497
1501
  msgstr "OpenSCAP スキャンの実行"
1498
1502
 
1499
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1503
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1500
1504
  msgid "Run OVAL scan"
1501
1505
  msgstr "OVAL スキャンの実行"
1502
1506
 
1507
+ #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1508
+ msgid "Run OpenSCAP remediation with Ansible"
1509
+ msgstr ""
1510
+
1511
+ #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1512
+ msgid "Run OpenSCAP remediation with Shell"
1513
+ msgstr ""
1514
+
1503
1515
  #: ../webpack/components/ConfirmModal.js:19
1504
1516
  msgid "Confirm"
1505
1517
  msgstr ""
@@ -1512,14 +1524,130 @@ msgstr ""
1512
1524
  msgid "There's no available report for this host"
1513
1525
  msgstr ""
1514
1526
 
1515
- #: ../webpack/components/withDeleteModal.js:27
1516
- msgid "Are you sure you want to delete %s?"
1527
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1528
+ msgid "View selected hosts"
1517
1529
  msgstr ""
1518
1530
 
1519
- #: ../webpack/components/withLoading.js:12
1531
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1532
+ msgid "Review hosts"
1533
+ msgstr ""
1534
+
1535
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1536
+ msgid "Select snippet"
1537
+ msgstr ""
1538
+
1539
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1540
+ msgid "Review remediation"
1541
+ msgstr ""
1542
+
1543
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1544
+ msgid "Run"
1545
+ msgstr ""
1546
+
1547
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1548
+ msgid "Done"
1549
+ msgstr ""
1550
+
1551
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1552
+ msgid "Remediate %s rule"
1553
+ msgstr ""
1554
+
1555
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1556
+ msgid "Job details"
1557
+ msgstr ""
1558
+
1559
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1560
+ msgid "Close"
1561
+ msgstr ""
1562
+
1563
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1520
1564
  msgid "Error!"
1521
1565
  msgstr "エラー!"
1522
1566
 
1567
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1568
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1569
+ msgstr ""
1570
+
1571
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1572
+ msgid "OS"
1573
+ msgstr ""
1574
+
1575
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1576
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1577
+ msgstr ""
1578
+
1579
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1580
+ msgid "Review the remediation snippet and apply it to the host manually."
1581
+ msgstr ""
1582
+
1583
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1584
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
1585
+ msgstr ""
1586
+
1587
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1588
+ msgid "A reboot is required after applying remediation."
1589
+ msgstr ""
1590
+
1591
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1592
+ msgid "A reboot might be required after applying remediation."
1593
+ msgstr ""
1594
+
1595
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1596
+ msgid "Successfully copied to clipboard!"
1597
+ msgstr ""
1598
+
1599
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1600
+ msgid "Copy to clipboard"
1601
+ msgstr ""
1602
+
1603
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1604
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1605
+ msgstr ""
1606
+
1607
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1608
+ msgid "Remediation might render the system non-functional."
1609
+ msgstr ""
1610
+
1611
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1612
+ msgid "Other hosts failing this rule"
1613
+ msgstr ""
1614
+
1615
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1616
+ msgid "Reboot the system(s)"
1617
+ msgstr ""
1618
+
1619
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1620
+ msgid "Method"
1621
+ msgstr ""
1622
+
1623
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1624
+ msgid "Remote job"
1625
+ msgstr ""
1626
+
1627
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1628
+ msgid "Manual"
1629
+ msgstr ""
1630
+
1631
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1632
+ msgid "There is no job to remediate with. Please remediate manually."
1633
+ msgstr ""
1634
+
1635
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1636
+ msgid "Snippet"
1637
+ msgstr ""
1638
+
1639
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1640
+ msgid "Select remediation method"
1641
+ msgstr ""
1642
+
1643
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1644
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1645
+ msgstr ""
1646
+
1647
+ #: ../webpack/components/withDeleteModal.js:27
1648
+ msgid "Are you sure you want to delete %s?"
1649
+ msgstr ""
1650
+
1523
1651
  #: ../webpack/components/withLoading.js:64
1524
1652
  msgid "Permission denied"
1525
1653
  msgstr ""
@@ -62,6 +62,12 @@ msgstr "クライアントへのポリシーのデプロイに %{type} が選択
62
62
  msgid "<b>Foreman</b> OpenSCAP summary"
63
63
  msgstr "<b>Foreman</b> OpenSCAP の概要"
64
64
 
65
+ msgid "A reboot is required after applying remediation."
66
+ msgstr ""
67
+
68
+ msgid "A reboot might be required after applying remediation."
69
+ msgstr ""
70
+
65
71
  msgid "A summary of reports for OpenSCAP policies"
66
72
  msgstr "OpenSCAP ポリシーのレポートの概要"
67
73
 
@@ -113,6 +119,9 @@ msgstr "続行する前に、openscap_proxy を %s に割り当てます。"
113
119
  msgid "Back"
114
120
  msgstr "戻る"
115
121
 
122
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
123
+ msgstr ""
124
+
116
125
  msgid "CVEs"
117
126
  msgstr ""
118
127
 
@@ -158,6 +167,9 @@ msgstr "期間を選択"
158
167
  msgid "Choose weekday"
159
168
  msgstr "平日を選択"
160
169
 
170
+ msgid "Close"
171
+ msgstr ""
172
+
161
173
  msgid "Compliance"
162
174
  msgstr "コンプライアンス"
163
175
 
@@ -191,6 +203,9 @@ msgstr ""
191
203
  msgid "Content"
192
204
  msgstr ""
193
205
 
206
+ msgid "Copy to clipboard"
207
+ msgstr ""
208
+
194
209
  msgid "Could not find host identified by: %s"
195
210
  msgstr "%s が識別したホストが見つかりませんでした"
196
211
 
@@ -302,9 +317,15 @@ msgstr "コンプライアンスポリシー %s の詳細"
302
317
  msgid "Directory to upload when using \"directory\" upload type"
303
318
  msgstr "「ディレクトリ」アップロードタイプを使用する場合のアップロードするディレクトリー"
304
319
 
320
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
321
+ msgstr ""
322
+
305
323
  msgid "Documentation"
306
324
  msgstr "ドキュメント"
307
325
 
326
+ msgid "Done"
327
+ msgstr ""
328
+
308
329
  msgid "Download"
309
330
  msgstr "ダウンロード"
310
331
 
@@ -509,6 +530,9 @@ msgstr "theforeman.foreman_scap_client は存在しますか?"
509
530
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
510
531
  msgstr "セキュリティーポリシーを特定のニーズに合わせて調整することが必要になることがあります。 "
511
532
 
533
+ msgid "Job details"
534
+ msgstr ""
535
+
512
536
  msgid "Latest Compliance Reports"
513
537
  msgstr "最新コンプライアンスレポート"
514
538
 
@@ -542,9 +566,15 @@ msgstr "読み込み中..."
542
566
  msgid "Locations"
543
567
  msgstr "ロケーション"
544
568
 
569
+ msgid "Manual"
570
+ msgstr ""
571
+
545
572
  msgid "Message"
546
573
  msgstr "メッセージ"
547
574
 
575
+ msgid "Method"
576
+ msgstr ""
577
+
548
578
  msgid "Monthly, day of month: %s"
549
579
  msgstr ""
550
580
 
@@ -626,8 +656,8 @@ msgstr "コンプライアンスレポートが見つかりませんでした。
626
656
  msgid "No hosts selected"
627
657
  msgstr "ホストが選択されていません"
628
658
 
629
- msgid "No hosts were found."
630
- msgstr "ホストが見つかりませんでした。"
659
+ msgid "No hosts were found with that id, name or query filter"
660
+ msgstr ""
631
661
 
632
662
  msgid "No proxy found for %{name} or %{url}"
633
663
  msgstr "%{name} または %{url} のプロキシーが見つかりません"
@@ -680,6 +710,9 @@ msgstr "イベント数"
680
710
  msgid "Number of a day in month, note that not all months have same count of days"
681
711
  msgstr "月の日数。すべての月の日数が同じであるとは限らないことに注意してください"
682
712
 
713
+ msgid "OS"
714
+ msgstr ""
715
+
683
716
  msgid "OVAL Content"
684
717
  msgstr "OVAL コンテンツ"
685
718
 
@@ -779,6 +812,9 @@ msgstr "XML ファイルの元のファイル名"
779
812
  msgid "Other"
780
813
  msgstr "その他"
781
814
 
815
+ msgid "Other hosts failing this rule"
816
+ msgstr ""
817
+
782
818
  msgid "Othered"
783
819
  msgstr "Othered"
784
820
 
@@ -871,6 +907,9 @@ msgstr "Puppet クラス"
871
907
  msgid "Rationale"
872
908
  msgstr "理由"
873
909
 
910
+ msgid "Reboot the system(s)"
911
+ msgstr ""
912
+
874
913
  msgid "Red Hat %s default content"
875
914
  msgstr ""
876
915
 
@@ -880,9 +919,21 @@ msgstr "参照 ID"
880
919
  msgid "References"
881
920
  msgstr "リファレンス"
882
921
 
922
+ msgid "Remediate %s rule"
923
+ msgstr ""
924
+
925
+ msgid "Remediation"
926
+ msgstr ""
927
+
928
+ msgid "Remediation might render the system non-functional."
929
+ msgstr ""
930
+
883
931
  msgid "Remote action:"
884
932
  msgstr "リモートアクション:"
885
933
 
934
+ msgid "Remote job"
935
+ msgstr ""
936
+
886
937
  msgid "Report Metrics"
887
938
  msgstr "レポートメトリックス"
888
939
 
@@ -919,12 +970,33 @@ msgstr "リソース"
919
970
  msgid "Result"
920
971
  msgstr "結果"
921
972
 
973
+ msgid "Review hosts"
974
+ msgstr ""
975
+
976
+ msgid "Review remediation"
977
+ msgstr ""
978
+
979
+ msgid "Review the remediation snippet and apply it to the host manually."
980
+ msgstr ""
981
+
982
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
983
+ msgstr ""
984
+
922
985
  msgid "Rule Results"
923
986
  msgstr "ルールの結果"
924
987
 
988
+ msgid "Run"
989
+ msgstr ""
990
+
925
991
  msgid "Run OVAL scan"
926
992
  msgstr "OVAL スキャンの実行"
927
993
 
994
+ msgid "Run OpenSCAP remediation with Ansible"
995
+ msgstr ""
996
+
997
+ msgid "Run OpenSCAP remediation with Shell"
998
+ msgstr ""
999
+
928
1000
  msgid "Run OpenSCAP scan"
929
1001
  msgstr "OpenSCAP スキャンの実行"
930
1002
 
@@ -967,6 +1039,12 @@ msgstr "OpenSCAP プロキシーの選択"
967
1039
  msgid "Select all items in this page"
968
1040
  msgstr "このページのすべての項目を選択"
969
1041
 
1042
+ msgid "Select remediation method"
1043
+ msgstr ""
1044
+
1045
+ msgid "Select snippet"
1046
+ msgstr ""
1047
+
970
1048
  msgid "Severity"
971
1049
  msgstr "重要度"
972
1050
 
@@ -1009,6 +1087,9 @@ msgstr "ログメッセージの表示:"
1009
1087
  msgid "Smart Class Parameters"
1010
1088
  msgstr "スマートクラスパラメーター"
1011
1089
 
1090
+ msgid "Snippet"
1091
+ msgstr ""
1092
+
1012
1093
  msgid "Something went wrong while selecting compliance reports - %s"
1013
1094
  msgstr "コンプライアンスレポートの選択中に問題が発生しました: %s"
1014
1095
 
@@ -1027,6 +1108,9 @@ msgstr "状態テーブル"
1027
1108
  msgid "Submit"
1028
1109
  msgstr "送信"
1029
1110
 
1111
+ msgid "Successfully copied to clipboard!"
1112
+ msgstr ""
1113
+
1030
1114
  msgid "Successfully deleted %s compliance reports"
1031
1115
  msgstr "%s コンプライアンスレポートが正常に削除されました"
1032
1116
 
@@ -1091,9 +1175,15 @@ msgstr "以下のプロキシーに到達できませんでした: %s。Foreman
1091
1175
  msgid "The identifier of the host"
1092
1176
  msgstr "ホストの ID"
1093
1177
 
1178
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1179
+ msgstr ""
1180
+
1094
1181
  msgid "There are significant differences in deployment options."
1095
1182
  msgstr "デプロイメントオプションには大きな違いがあります。"
1096
1183
 
1184
+ msgid "There is no job to remediate with. Please remediate manually."
1185
+ msgstr ""
1186
+
1097
1187
  msgid "There was a following error when deleting %(name)s: %(error)s"
1098
1188
  msgstr ""
1099
1189
 
@@ -1215,6 +1305,9 @@ msgstr "レポートを表示"
1215
1305
  msgid "View full report"
1216
1306
  msgstr "フルレポートを表示"
1217
1307
 
1308
+ msgid "View selected hosts"
1309
+ msgstr ""
1310
+
1218
1311
  msgid "Was %s configured successfully?"
1219
1312
  msgstr "%s は正常に設定されましたか?"
1220
1313
 
@@ -1245,6 +1338,9 @@ msgstr "はい"
1245
1338
  msgid "You are not authorized to view the page. "
1246
1339
  msgstr ""
1247
1340
 
1341
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1342
+ msgstr ""
1343
+
1248
1344
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1249
1345
  msgstr "カスタム cron 行を指定できます (たとえば、\"0 3 * * *\" のように 5 つの値をスペースで区切ります)"
1250
1346