foreman_openscap 7.1.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,21 +1,20 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_openscap package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Crited <Alexander.Stoll@netways.de>, 2019
7
7
  # Ettore Atalan <atalanttore@googlemail.com>, 2016-2017
8
8
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
9
9
  # Ludwig B <lbayerlein@lbayerlein.de>, 2020
10
- # pdolinic, 2021
10
+ # Patrick Dolinic, 2021
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_openscap 7.1.0\n"
13
+ "Project-Id-Version: Foreman\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2023-11-28 22:29+0100\n"
16
15
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
17
- "Last-Translator: pdolinic, 2021\n"
18
- "Language-Team: German (http://app.transifex.com/foreman/foreman/language/de/)\n"
16
+ "Last-Translator: Patrick Dolinic, 2021\n"
17
+ "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
19
18
  "MIME-Version: 1.0\n"
20
19
  "Content-Type: text/plain; charset=UTF-8\n"
21
20
  "Content-Transfer-Encoding: 8bit\n"
@@ -50,15 +49,12 @@ msgstr "ARF-Bericht in HTML herunterladen"
50
49
  msgid "Policy with id %s not found."
51
50
  msgstr "Richtlinie mit Kennung %s nicht gefunden."
52
51
 
53
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103
54
- #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
52
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
55
53
  msgid "Could not find host identified by: %s"
56
54
  msgstr "Host identifiziert durch %s nicht gefunden"
57
55
 
58
56
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
59
- msgid ""
60
- "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params "
61
- "when uploading for %s and host is missing openscap_proxy"
57
+ msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
62
58
  msgstr "Der Upload des Arf Reports ist fehlgeschlagen, der OpenSCAP Proxyname oder die URL konnte beim Upload in den Parametern für %s nicht gefunden werden. Es fehlt der openscap_proxy für den Host."
63
59
 
64
60
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
@@ -297,8 +293,7 @@ msgstr "SCAP-Inhaltsname"
297
293
  msgid "XML containing SCAP content"
298
294
  msgstr "XML, welches SCAP-Inhalte enthält"
299
295
 
300
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
301
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
296
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
302
297
  msgid "Original file name of the XML file"
303
298
  msgstr "Ursprünglicher Dateiname der XML-Datei"
304
299
 
@@ -331,9 +326,7 @@ msgid "Directory to upload when using \"directory\" upload type"
331
326
  msgstr "Hochzuladendes Verzeichnis, wenn der Upload-Typ \"Verzeichnis\" verwendet wird"
332
327
 
333
328
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
334
- msgid ""
335
- "Please specify import type, received: %{received}, expected one of: "
336
- "%{expected}"
329
+ msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
337
330
  msgstr "Bitte geben Sie den Importtyp an, erhalten: %{received}, erwartet einer von: %{expected}"
338
331
 
339
332
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
@@ -381,8 +374,7 @@ msgid "Successfully deleted ARF report."
381
374
  msgstr "ARF-Bericht erfolgreich gelöscht."
382
375
 
383
376
  #: ../app/controllers/arf_reports_controller.rb:57
384
- msgid ""
385
- "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
377
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
386
378
  msgstr "ARF Bericht für den Host %{host_name} vom %{reported_at} konnte nicht gelöscht werden."
387
379
 
388
380
  #: ../app/controllers/arf_reports_controller.rb:67
@@ -393,15 +385,15 @@ msgstr "Compliance-Berichte %s konnten nicht gelöscht werden"
393
385
  msgid "Successfully deleted %s compliance reports"
394
386
  msgstr "Compliance-Berichte %s erfolgreich gelöscht"
395
387
 
396
- #: ../app/controllers/arf_reports_controller.rb:85
388
+ #: ../app/controllers/arf_reports_controller.rb:106
397
389
  msgid "No compliance reports were found."
398
390
  msgstr "Kein Compliance-Bericht gefunden."
399
391
 
400
- #: ../app/controllers/arf_reports_controller.rb:89
392
+ #: ../app/controllers/arf_reports_controller.rb:110
401
393
  msgid "No compliance reports selected"
402
394
  msgstr "Kein Compliance-Bericht ausgewählt."
403
395
 
404
- #: ../app/controllers/arf_reports_controller.rb:94
396
+ #: ../app/controllers/arf_reports_controller.rb:115
405
397
  msgid "Something went wrong while selecting compliance reports - %s"
406
398
  msgstr "Fehler bei der Auswahl der Compliance-Berichte - %s"
407
399
 
@@ -414,9 +406,7 @@ msgid "The identifier of the host"
414
406
  msgstr "Die Kennung des Hosts"
415
407
 
416
408
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
417
- msgid ""
418
- "The %s proxy does not have Openscap feature enabled. Either set correct "
419
- "OpenSCAP Proxy or unset it."
409
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
420
410
  msgstr ""
421
411
 
422
412
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
@@ -445,7 +435,7 @@ msgstr "Keine gültige Richtlinienkennung geliefert"
445
435
 
446
436
  #: ../app/controllers/policies_controller.rb:129
447
437
  msgid "No hosts were found with that id, name or query filter"
448
- msgstr "Keine Hosts wurden mit dieser Kennung, Name oder Abfrage-Filter gefunden"
438
+ msgstr ""
449
439
 
450
440
  #: ../app/controllers/policies_controller.rb:134
451
441
  msgid "No hosts selected"
@@ -455,28 +445,15 @@ msgstr "Keine Hosts ausgewählt"
455
445
  msgid "Something went wrong while selecting hosts - %s"
456
446
  msgstr "Fehler beim Auswählen der Hosts – %s"
457
447
 
458
- #: ../app/helpers/arf_report_dashboard_helper.rb:16
459
- #: ../app/helpers/compliance_dashboard_helper.rb:8
460
- #: ../app/helpers/compliance_hosts_helper.rb:15
461
- #: ../app/views/arf_reports/_list.html.erb:11
462
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
463
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:10
448
+ #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
464
449
  msgid "Failed"
465
450
  msgstr "Fehlgeschlagen"
466
451
 
467
- #: ../app/helpers/arf_report_dashboard_helper.rb:17
468
- #: ../app/helpers/compliance_dashboard_helper.rb:6
469
- #: ../app/helpers/compliance_hosts_helper.rb:14
470
- #: ../app/views/arf_reports/_list.html.erb:10
471
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
472
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:9
452
+ #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
473
453
  msgid "Passed"
474
454
  msgstr "Erfolgreich"
475
455
 
476
- #: ../app/helpers/arf_report_dashboard_helper.rb:18
477
- #: ../app/views/arf_reports/_list.html.erb:12
478
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
479
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:11
456
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
480
457
  msgid "Other"
481
458
  msgstr "Weitere"
482
459
 
@@ -504,10 +481,7 @@ msgstr "Fehlgeschlagene und anderweitige Ergebnisse"
504
481
  msgid "Failed only"
505
482
  msgstr "Nur fehlgeschlagen"
506
483
 
507
- #: ../app/helpers/arf_reports_helper.rb:20
508
- #: ../app/views/arf_reports/index.html.erb:1
509
- #: ../app/views/arf_reports/welcome.html.erb:1
510
- #: ../app/views/arf_reports/welcome.html.erb:7
484
+ #: ../app/helpers/arf_reports_helper.rb:20 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
511
485
  msgid "Compliance Reports"
512
486
  msgstr "Compliance-Berichte"
513
487
 
@@ -539,27 +513,27 @@ msgstr "Für Richtlinie %s"
539
513
  msgid " through %s"
540
514
  msgstr "durch %s"
541
515
 
542
- #: ../app/helpers/arf_reports_helper.rb:66
516
+ #: ../app/helpers/arf_reports_helper.rb:67
543
517
  msgid "Hosts failing this rule"
544
518
  msgstr "Regel schlägt auf Hosts fehl."
545
519
 
546
- #: ../app/helpers/arf_reports_helper.rb:67
520
+ #: ../app/helpers/arf_reports_helper.rb:68
547
521
  msgid "Hosts passing this rule"
548
522
  msgstr "Regel angewandt auf Hosts."
549
523
 
550
- #: ../app/helpers/arf_reports_helper.rb:68
524
+ #: ../app/helpers/arf_reports_helper.rb:69
551
525
  msgid "Hosts othering this rule"
552
526
  msgstr "Hosts, die von dieser Regel abweichen"
553
527
 
554
- #: ../app/helpers/compliance_dashboard_helper.rb:3
555
- #: ../app/views/arf_reports/_list.html.erb:6
556
- #: ../app/views/arf_reports/delete_multiple.html.erb:7
557
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
528
+ #: ../app/helpers/arf_reports_helper.rb:72
529
+ msgid "Remediation"
530
+ msgstr ""
531
+
532
+ #: ../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
558
533
  msgid "Host"
559
534
  msgstr "Rechner"
560
535
 
561
- #: ../app/helpers/compliance_dashboard_helper.rb:4
562
- #: ../app/views/arf_reports/_list.html.erb:8
536
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
563
537
  msgid "Policy"
564
538
  msgstr "Richtlinie"
565
539
 
@@ -578,8 +552,7 @@ msgstr "Fehlgeschlagen|F "
578
552
  msgid "Othered|O"
579
553
  msgstr "Anderweitig|A"
580
554
 
581
- #: ../app/helpers/compliance_dashboard_helper.rb:10
582
- #: ../app/helpers/compliance_hosts_helper.rb:16
555
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
583
556
  msgid "Othered"
584
557
  msgstr "Anderweitiges Ergebnis"
585
558
 
@@ -595,10 +568,7 @@ msgstr "Zuweisung der Compliance-Richtline aufheben"
595
568
  msgid "Change OpenSCAP Proxy"
596
569
  msgstr "Ändere OpenSCAP-Proxy"
597
570
 
598
- #: ../app/helpers/compliance_hosts_helper.rb:37
599
- #: ../app/models/foreman_openscap/compliance_status.rb:8
600
- #: ../lib/foreman_openscap/engine.rb:159
601
- #: ../webpack/components/HostExtentions/HostKebabItems.js:39
571
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
602
572
  msgid "Compliance"
603
573
  msgstr "Konformität"
604
574
 
@@ -614,11 +584,7 @@ msgstr "Host ist gelöscht"
614
584
  msgid "Choose existing SCAP Content"
615
585
  msgstr "Vorhandenen SCAP-Inhalt auswählen"
616
586
 
617
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
618
- #: ../app/models/foreman_openscap/policy.rb:11
619
- #: ../app/views/policies/_form.html.erb:10
620
- #: ../app/views/scap_contents/welcome.html.erb:1
621
- #: ../app/views/scap_contents/welcome.html.erb:6
587
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
622
588
  msgid "SCAP Content"
623
589
  msgstr "SCAP-Inhalt"
624
590
 
@@ -646,18 +612,11 @@ msgstr "XCCDF Profile in Tailoring-Datei"
646
612
  msgid "This profile will be used to override the one from scap content"
647
613
  msgstr "Dieses Profil wird dafür genutzt um die Eins des SCAP-Inhalts zu überschreiben"
648
614
 
649
- #: ../app/helpers/policies_helper.rb:111
650
- #: ../app/views/arf_reports/_list.html.erb:54
651
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
652
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
615
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
653
616
  msgid "Submit"
654
617
  msgstr "Absenden"
655
618
 
656
- #: ../app/helpers/policies_helper.rb:115
657
- #: ../app/views/arf_reports/_list.html.erb:53
658
- #: ../webpack/components/ConfirmModal.js:27
659
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
660
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
619
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
661
620
  msgid "Cancel"
662
621
  msgstr "Abbrechen"
663
622
 
@@ -669,8 +628,7 @@ msgstr "Konforme Hosts"
669
628
  msgid "Incompliant hosts"
670
629
  msgstr "Nicht konforme Hosts"
671
630
 
672
- #: ../app/helpers/policy_dashboard_helper.rb:13
673
- #: ../app/models/foreman_openscap/compliance_status.rb:24
631
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
674
632
  msgid "Inconclusive"
675
633
  msgstr "Nicht eindeutig "
676
634
 
@@ -683,9 +641,7 @@ msgid "Host is assigned to policy"
683
641
  msgstr "Der Host ist der Richtlinie zugewiesen"
684
642
 
685
643
  #: ../app/helpers/policy_dashboard_helper.rb:44
686
- msgid ""
687
- "Host is not assigned to policy but reports were found. You may want to "
688
- "delete the reports or assign the policy again."
644
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
689
645
  msgstr "Der Host ist der Richtlinie nicht zugewiesen, aber es wurden Berichte gefunden. Möglicherweise möchten Sie die Berichte löschen oder die Richtlinie erneut zuweisen."
690
646
 
691
647
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -697,14 +653,11 @@ msgid "Total hosts with reports where policy is no longer assigned."
697
653
  msgstr "Gesamtzahl der Hosts mit Berichten, denen keine Richtlinie mehr zugewiesen ist."
698
654
 
699
655
  #: ../app/lib/proxy_api/openscap.rb:21
700
- msgid ""
701
- "Request timed out. Please try increasing Settings -> proxy_request_timeout"
656
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
702
657
  msgstr "Zeitüberschreitung der Anforderung. Bitte versuchen Sie, die Einstellungen zu erhöhen -> proxy_request_timeout"
703
658
 
704
659
  #: ../app/lib/proxy_api/openscap.rb:24
705
- msgid ""
706
- "Could not validate %s. Please make sure you have appropriate proxy version "
707
- "to use this functionality"
660
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
708
661
  msgstr "Kann nicht validiert werden %s. Bitte stellen Sie sicher, dass Sie über die entsprechende Proxy-Version verfügen, um diese Funktionalität zu nutzen"
709
662
 
710
663
  #: ../app/lib/proxy_api/openscap.rb:27
@@ -739,9 +692,7 @@ msgstr "Kein OpenSCAP-Proxy für %{class} mit der Kennung %{id} gefunden"
739
692
  msgid "does not consist of 5 parts separated by space"
740
693
  msgstr "besteht nicht aus 5 Teilen, die durch Leerzeichen abgetrennt sind"
741
694
 
742
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21
743
- #: ../app/models/foreman_openscap/oval_policy.rb:14
744
- #: ../app/models/foreman_openscap/policy.rb:34
695
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
745
696
  msgid "is not a valid value"
746
697
  msgstr "ist kein gültiger Wert"
747
698
 
@@ -749,13 +700,11 @@ msgstr "ist kein gültiger Wert"
749
700
  msgid "must be between 1 and 31"
750
701
  msgstr "muss zwischen 1 und 31 liegen"
751
702
 
752
- #: ../app/models/foreman_openscap/compliance_status.rb:22
753
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
703
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
754
704
  msgid "Compliant"
755
705
  msgstr "Konform"
756
706
 
757
- #: ../app/models/foreman_openscap/compliance_status.rb:26
758
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
707
+ #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
759
708
  msgid "Incompliant"
760
709
  msgstr "Nicht konform"
761
710
 
@@ -783,8 +732,7 @@ msgstr "%sSchwachstellen mit verfügbarem Patch gefunden"
783
732
  msgid "Unknown OVAL status"
784
733
  msgstr "Unbekannter OVAL-Status"
785
734
 
786
- #: ../app/models/foreman_openscap/policy.rb:11
787
- #: ../app/views/policies/_form.html.erb:8
735
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
788
736
  msgid "Deployment Options"
789
737
  msgstr "Bereitstellungsoptionen"
790
738
 
@@ -792,29 +740,19 @@ msgstr "Bereitstellungsoptionen"
792
740
  msgid "Policy Attributes"
793
741
  msgstr "Richtlinien Eigenschaften"
794
742
 
795
- #: ../app/models/foreman_openscap/policy.rb:11
796
- #: ../app/views/policies/_form.html.erb:11
797
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
743
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
798
744
  msgid "Schedule"
799
745
  msgstr "Plan"
800
746
 
801
- #: ../app/models/foreman_openscap/policy.rb:11
802
- #: ../app/views/policies/_form.html.erb:13
803
- #: ../app/views/scap_contents/_form.html.erb:11
804
- #: ../app/views/tailoring_files/_form.html.erb:11
747
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
805
748
  msgid "Locations"
806
749
  msgstr "Standorte"
807
750
 
808
- #: ../app/models/foreman_openscap/policy.rb:11
809
- #: ../app/views/policies/_form.html.erb:16
810
- #: ../app/views/scap_contents/_form.html.erb:14
811
- #: ../app/views/tailoring_files/_form.html.erb:14
751
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
812
752
  msgid "Organizations"
813
753
  msgstr "Organisationen"
814
754
 
815
- #: ../app/models/foreman_openscap/policy.rb:11
816
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99
817
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
755
+ #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
818
756
  msgid "Hostgroups"
819
757
  msgstr "Hostgruppen"
820
758
 
@@ -843,9 +781,7 @@ msgid "does not have the selected SCAP content profile"
843
781
  msgstr "hat nicht das ausgewählte SCAP-Inhaltsprofil"
844
782
 
845
783
  #: ../app/models/foreman_openscap/policy.rb:271
846
- msgid ""
847
- "cannot assign to %s, all assigned policies must be deployed in the same way,"
848
- " check 'deploy by' for each assigned policy"
784
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
849
785
  msgstr "kann %s nicht zugewiesen werden, alle zugewiesenen Richtlinien müssen auf die gleiche Weise bereitgestellt werden. Aktivieren Sie \"Bereitstellen von\" für jede zugewiesene Richtlinie"
850
786
 
851
787
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
@@ -853,21 +789,15 @@ msgid "invalid type %s"
853
789
  msgstr "ungültiger Typ %s"
854
790
 
855
791
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
856
- msgid ""
857
- "Requires Ansible plugin, %s Ansible role and variables. This will assign the"
858
- " role to the hosts or selected hostgroups."
792
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
859
793
  msgstr ""
860
794
 
861
795
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
862
- msgid ""
863
- "To deploy foreman_scap_client, ansible roles run needs to be triggered "
864
- "manually. Manual run is also required after any change to this policy."
796
+ msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
865
797
  msgstr ""
866
798
 
867
799
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
868
- msgid ""
869
- "theforeman.foreman_scap_client Ansible Role not found, please import it "
870
- "before running this action again."
800
+ msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
871
801
  msgstr "theforeman.foreman_scap_client Ansible-Rolle nicht gefunden, bitte importieren Sie sie, bevor Sie diese Aktion erneut ausführen."
872
802
 
873
803
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -879,21 +809,15 @@ msgid "Ansible variables"
879
809
  msgstr "Ansible Variablen"
880
810
 
881
811
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
882
- msgid ""
883
- "This leaves the setup of the foreman_scap_client solely on the user. The "
884
- "policy still needs to be defined in order to link incoming ARF reports."
812
+ msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
885
813
  msgstr ""
886
814
 
887
815
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
888
- msgid ""
889
- "Requires %s Puppet class. This will assign the class to the hosts or "
890
- "selected hostgroups."
816
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
891
817
  msgstr ""
892
818
 
893
819
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
894
- msgid ""
895
- "Every puppet run ensures the foreman_scap_client is configured according to "
896
- "the policy."
820
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
897
821
  msgstr ""
898
822
 
899
823
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
@@ -905,27 +829,19 @@ msgid "Smart Class Parameters"
905
829
  msgstr "Smart-Class-Parameter"
906
830
 
907
831
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
908
- msgid ""
909
- "%{type} was selected to deploy policy to clients, but %{type} is not "
910
- "available. Are you missing a plugin?"
832
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
911
833
  msgstr "%{type} wurde ausgewählt, um die Richtlinie für Clients bereitzustellen, aber %{type} ist nicht verfügbar. Fehlt Ihnen ein Plugin?"
912
834
 
913
835
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
914
- msgid ""
915
- "Required %{msg_name} %{class} was not found, please ensure it is imported "
916
- "first."
836
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
917
837
  msgstr "Erforderlich %{msg_name} %{class} wurde nicht gefunden, bitte stellen Sie sicher, dass es zuerst importiert wird."
918
838
 
919
839
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
920
- msgid ""
921
- "The following %{key_name} were missing for %{item_name}: %{key_names}. Make "
922
- "sure they are imported before proceeding."
840
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
923
841
  msgstr "Die folgenden %{key_name} fehlten für %{item_name}: %{key_names}. Stellen Sie sicher, dass sie importiert wurden, bevor Sie fortfahren."
924
842
 
925
843
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
926
- msgid ""
927
- "Failed to save when overriding parameters for %{config_tool}, cause: "
928
- "%{errors}"
844
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
929
845
  msgstr "Fehler beim Speichern beim Überschreiben von Parametern für %{config_tool}, Ursache: %{errors}"
930
846
 
931
847
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
@@ -933,14 +849,11 @@ msgid "This feature is temporarily disabled. "
933
849
  msgstr "Dieses Feature ist temporär deaktiviert."
934
850
 
935
851
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
936
- msgid ""
937
- "The following Smart Proxies need to be updated to unlock the feature: %s. "
852
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
938
853
  msgstr "Die folgenden Smart-Proxys müssen aktualisiert werden um das Feature freizuschalten: %s."
939
854
 
940
855
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
941
- msgid ""
942
- "The following proxies could not be reached: %s. Please make sure they are "
943
- "available so Foreman can check their versions."
856
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
944
857
  msgstr "Die folgenden Proxys konnten nicht erreicht werden: %s . Bitte stellen Sie sicher, dass sie verfügbar sind, damit Foreman ihre Versionen überprüfen kann."
945
858
 
946
859
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -964,9 +877,7 @@ msgid "Is foreman_ansible present?"
964
877
  msgstr "Ist foreman_ansible vorhanden?"
965
878
 
966
879
  #: ../app/services/foreman_openscap/oval/setup.rb:62
967
- msgid ""
968
- "foreman_ansible plugin not found, please install it before running this "
969
- "action again."
880
+ msgid "foreman_ansible plugin not found, please install it before running this action again."
970
881
  msgstr "foreman_ansible Plugin nicht gefunden, bitte installieren Sie es, bevor Sie diese Aktion erneut ausführen."
971
882
 
972
883
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -978,14 +889,10 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
978
889
  msgstr "Sind erforderliche Variablen für theforeman.foreman_scap_client vorhanden?"
979
890
 
980
891
  #: ../app/services/foreman_openscap/oval/setup.rb:72
981
- msgid ""
982
- "The following Ansible Variables were not found: %{missing_vars}, please "
983
- "import them before running this action again."
892
+ msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
984
893
  msgstr "Die folgenden Ansible-Variablen wurden nicht gefunden: %{missing_vars}, bitte importieren Sie sie, bevor Sie diese Aktion erneut ausführen."
985
894
 
986
- #: ../app/services/foreman_openscap/oval/setup.rb:76
987
- #: ../app/services/foreman_openscap/oval/setup.rb:81
988
- #: ../app/services/foreman_openscap/oval/setup.rb:86
895
+ #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
989
896
  msgid "Is %s param set to be overriden?"
990
897
  msgstr "Soll %s param überschrieben werden?"
991
898
 
@@ -1017,9 +924,7 @@ msgstr "Geänderte Datei enthält keine existierende SCAP-Inhaltsprofile"
1017
924
  msgid "More details"
1018
925
  msgstr "Weitere Details"
1019
926
 
1020
- #: ../app/views/arf_reports/_detailed_message.html.erb:6
1021
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62
1022
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
927
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
1023
928
  msgid "Description"
1024
929
  msgstr "Beschreibung"
1025
930
 
@@ -1039,8 +944,7 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
1039
944
  msgid "items selected. Uncheck to Clear"
1040
945
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
1041
946
 
1042
- #: ../app/views/arf_reports/_list.html.erb:7
1043
- #: ../app/views/arf_reports/delete_multiple.html.erb:10
947
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
1044
948
  msgid "Reported At"
1045
949
  msgstr "Berichtet am"
1046
950
 
@@ -1048,12 +952,7 @@ msgstr "Berichtet am"
1048
952
  msgid "Openscap Proxy"
1049
953
  msgstr "OpenSCAP-Proxy"
1050
954
 
1051
- #: ../app/views/arf_reports/_list.html.erb:13
1052
- #: ../app/views/arf_reports/_output.html.erb:16
1053
- #: ../app/views/policies/_list.html.erb:8
1054
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:12
1055
- #: ../app/views/scap_contents/_list.html.erb:6
1056
- #: ../app/views/tailoring_files/_list.html.erb:6
955
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
1057
956
  msgid "Actions"
1058
957
  msgstr "Aktionen"
1059
958
 
@@ -1133,15 +1032,12 @@ msgstr "XML in bzip herunterladen"
1133
1032
  msgid "Download HTML"
1134
1033
  msgstr "HTML herunterladen"
1135
1034
 
1136
- #: ../app/views/arf_reports/show_html.html.erb:10
1137
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1035
+ #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1138
1036
  msgid "Loading..."
1139
1037
  msgstr "Ladevorgang …"
1140
1038
 
1141
1039
  #: ../app/views/arf_reports/welcome.html.erb:9
1142
- msgid ""
1143
- "You don't seem to have any ARF report. ARF report is a summary of a single "
1144
- "scan occurrence on a particular host for a given Compliance Policy."
1040
+ msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
1145
1041
  msgstr "Sie scheinen keinen ARF-Bericht zu haben. Der ARF-Bericht ist eine Zusammenfassung eines einzelnen Scanvorgangs auf einem bestimmten Host für eine gegebene Compliance-Richtlinie."
1146
1042
 
1147
1043
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1170,8 +1066,7 @@ msgstr "%s Berichte im Laufe der Zeit "
1170
1066
  msgid "No report for this policy"
1171
1067
  msgstr "Kein Bericht für diese Richtlinie"
1172
1068
 
1173
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
1174
- #: ../lib/foreman_openscap/engine.rb:183
1069
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1175
1070
  msgid "Latest Compliance Reports"
1176
1071
  msgstr "Neuste Compliance-Berichte "
1177
1072
 
@@ -1187,8 +1082,7 @@ msgstr "Host existiert nicht mehr"
1187
1082
  msgid "Policy is missing"
1188
1083
  msgstr "Richtlinie fehlt"
1189
1084
 
1190
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
1191
- #: ../lib/foreman_openscap/engine.rb:185
1085
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1192
1086
  msgid "Compliance Reports Breakdown"
1193
1087
  msgstr "Aufschlüsselung der Compliance-Berichte"
1194
1088
 
@@ -1204,13 +1098,11 @@ msgstr "Hostname"
1204
1098
  msgid "Changed?"
1205
1099
  msgstr "Geändert?"
1206
1100
 
1207
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1208
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1101
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1209
1102
  msgid "Yes"
1210
1103
  msgstr "Ja"
1211
1104
 
1212
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1213
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1105
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1214
1106
  msgid "No"
1215
1107
  msgstr "Nein"
1216
1108
 
@@ -1260,38 +1152,23 @@ msgstr "Allgemein"
1260
1152
  msgid "Host Groups"
1261
1153
  msgstr "Hostgruppen"
1262
1154
 
1263
- #: ../app/views/policies/_form.html.erb:45
1264
- #: ../app/views/policies/steps/_schedule_form.html.erb:6
1155
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1265
1156
  msgid "Choose period"
1266
1157
  msgstr "Zeitraum auswählen"
1267
1158
 
1268
- #: ../app/views/policies/_form.html.erb:47
1269
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1159
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1270
1160
  msgid "Choose weekday"
1271
1161
  msgstr "Wochentag auswählen"
1272
1162
 
1273
- #: ../app/views/policies/_form.html.erb:48
1274
- #: ../app/views/policies/steps/_schedule_form.html.erb:13
1275
- msgid ""
1276
- "Number of a day in month, note that not all months have same count of days"
1163
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1164
+ msgid "Number of a day in month, note that not all months have same count of days"
1277
1165
  msgstr "Tag des Monats, beachten Sie, dass nicht alle Monate gleich viele Tage haben"
1278
1166
 
1279
- #: ../app/views/policies/_form.html.erb:49
1280
- #: ../app/views/policies/steps/_schedule_form.html.erb:14
1281
- msgid ""
1282
- "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5"
1283
- " values by space"
1167
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1168
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1284
1169
  msgstr "Sie können die Cron-Zeile anpassen, z.B. \"0 3 * * *\", wobei alle 5 Werte mit Leerzeichen getrennt werden"
1285
1170
 
1286
- #: ../app/views/policies/_list.html.erb:3
1287
- #: ../app/views/tailoring_files/_list.html.erb:3
1288
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19
1289
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57
1290
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48
1291
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1292
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56
1293
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31
1294
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1171
+ #: ../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
1295
1172
  msgid "Name"
1296
1173
  msgstr "Name"
1297
1174
 
@@ -1301,7 +1178,7 @@ msgstr ""
1301
1178
 
1302
1179
  #: ../app/views/policies/_list.html.erb:5
1303
1180
  msgid "Profile"
1304
- msgstr "Profil"
1181
+ msgstr ""
1305
1182
 
1306
1183
  #: ../app/views/policies/_list.html.erb:7
1307
1184
  msgid "Effective Profile"
@@ -1323,25 +1200,19 @@ msgstr "Handbuch anzeigen"
1323
1200
  msgid "Delete compliance policy %s with all of its reports?"
1324
1201
  msgstr "Compliance-Richtline %s löschen mit allen Berichten?"
1325
1202
 
1326
- #: ../app/views/policies/create.html.erb:1
1327
- #: ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1203
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1328
1204
  msgid "New Compliance Policy"
1329
1205
  msgstr "Neue Compliance-Richtlinie"
1330
1206
 
1331
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4
1332
- #: ../app/views/policies/select_multiple_hosts.html.erb:5
1207
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1333
1208
  msgid "Select Compliance Policy"
1334
1209
  msgstr "Compliance-Richtlinie auswählen"
1335
1210
 
1336
- #: ../app/views/policies/edit.html.erb:1
1337
- #: ../app/views/scap_contents/edit.html.erb:1
1338
- #: ../app/views/tailoring_files/edit.html.erb:1
1211
+ #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1339
1212
  msgid "Edit %s"
1340
1213
  msgstr "%s bearbeiten"
1341
1214
 
1342
- #: ../app/views/policies/index.html.erb:2
1343
- #: ../app/views/policies/welcome.html.erb:1
1344
- #: ../app/views/policies/welcome.html.erb:6
1215
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1345
1216
  msgid "Compliance Policies"
1346
1217
  msgstr "Compliance-Richtlinien"
1347
1218
 
@@ -1378,9 +1249,7 @@ msgid "SCAP content"
1378
1249
  msgstr "SCAP-Inhalt"
1379
1250
 
1380
1251
  #: ../app/views/policies/welcome.html.erb:8
1381
- msgid ""
1382
- "Once SCAP content is present, you can create a policy, assign select host "
1383
- "groups and schedule to run."
1252
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1384
1253
  msgstr "Sobald SCAP-Inhalt vorhanden ist, können Sie eine Richtlinie erstellen, ausgewählte Hostgruppen zuweisen und die Ausführung planen."
1385
1254
 
1386
1255
  #: ../app/views/policies/welcome.html.erb:12
@@ -1443,8 +1312,7 @@ msgstr "Statusdiagramm"
1443
1312
  msgid "Latest reports for policy: %s"
1444
1313
  msgstr "Neuste Berichte für Richtlinie: %s"
1445
1314
 
1446
- #: ../app/views/scap_contents/_form.html.erb:9
1447
- #: ../app/views/tailoring_files/_form.html.erb:9
1315
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1448
1316
  msgid "File Upload"
1449
1317
  msgstr "Datei hochladen"
1450
1318
 
@@ -1456,18 +1324,15 @@ msgstr "SCAP-DataStream Datei"
1456
1324
  msgid "Title"
1457
1325
  msgstr ""
1458
1326
 
1459
- #: ../app/views/scap_contents/_list.html.erb:4
1460
- #: ../app/views/tailoring_files/_list.html.erb:4
1327
+ #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1461
1328
  msgid "File name"
1462
1329
  msgstr ""
1463
1330
 
1464
- #: ../app/views/scap_contents/_list.html.erb:5
1465
- #: ../app/views/tailoring_files/_list.html.erb:5
1331
+ #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1466
1332
  msgid "Created at"
1467
- msgstr "Erstellt um"
1333
+ msgstr ""
1468
1334
 
1469
- #: ../app/views/scap_contents/_list.html.erb:17
1470
- #: ../app/views/tailoring_files/_list.html.erb:23
1335
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1471
1336
  msgid "Download"
1472
1337
  msgstr "Herunterladen"
1473
1338
 
@@ -1491,21 +1356,24 @@ msgstr "Neue Datei für SCAP-Inhalt hochladen"
1491
1356
  msgid ""
1492
1357
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1493
1358
  " configuration issues related to security. "
1494
- msgstr "Das Security Content Automation Protocol (SCAP) kombiniert eine Reihe offener Standards, die verwendet werden, um Softwarefehler aufzuzählen und\n configuration issues related to security. "
1359
+ msgstr ""
1360
+ "Das Security Content Automation Protocol (SCAP) kombiniert eine Reihe offener Standards, die verwendet werden, um Softwarefehler aufzuzählen und\n"
1361
+ " configuration issues related to security. "
1495
1362
 
1496
1363
  #: ../app/views/scap_contents/welcome.html.erb:9
1497
1364
  msgid ""
1498
1365
  "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\n"
1499
1366
  " via %s"
1500
- msgstr "In Foreman stellen scap_contents die SCAP-Sicherheitsleitfäden auf Ihren Hosts dar und erstellen SCAP-Profile, die Sie Hosts / Hostgruppen zuweisen können\nvia %s"
1367
+ msgstr ""
1368
+ "In Foreman stellen scap_contents die SCAP-Sicherheitsleitfäden auf Ihren Hosts dar und erstellen SCAP-Profile, die Sie Hosts / Hostgruppen zuweisen können\n"
1369
+ "via %s"
1501
1370
 
1502
1371
  #: ../app/views/scap_contents/welcome.html.erb:14
1503
1372
  msgid "New SCAP Content"
1504
1373
  msgstr "Neuer SCAP-Inhalt"
1505
1374
 
1506
1375
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1507
- msgid ""
1508
- "%s spool errors detected, inspect the appropriate file directly on proxy"
1376
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1509
1377
  msgstr "%s Spool-Fehler erkannt, überprüfen Sie die entsprechende Datei direkt auf dem Proxy"
1510
1378
 
1511
1379
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
@@ -1517,10 +1385,7 @@ msgid "None found"
1517
1385
  msgstr "Keine gefunden"
1518
1386
 
1519
1387
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1520
- msgid ""
1521
- "Proxy failed to send a report from spool to Foreman. This indicates a "
1522
- "corrupted report format. Report has been moved to directory for storing "
1523
- "corrupted files on proxy for later inspection."
1388
+ msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
1524
1389
  msgstr "Der Proxy konnte keinen Bericht vom Spool an Foreman senden. Dies weist auf ein beschädigtes Berichtsformat hin. Der Bericht wurde in ein Verzeichnis verschoben, in dem beschädigte Dateien auf einem Proxy zur späteren Überprüfung gespeichert werden."
1525
1390
 
1526
1391
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
@@ -1535,10 +1400,7 @@ msgstr "DataStream Tailoring-Datei"
1535
1400
  msgid "Delete tailoring file %s?"
1536
1401
  msgstr "Tailoring-Datei löschen %s ?"
1537
1402
 
1538
- #: ../app/views/tailoring_files/index.html.erb:1
1539
- #: ../app/views/tailoring_files/welcome.html.erb:1
1540
- #: ../app/views/tailoring_files/welcome.html.erb:6
1541
- #: ../lib/foreman_openscap/engine.rb:169
1403
+ #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:169
1542
1404
  msgid "Tailoring Files"
1543
1405
  msgstr "Tailoring-Dateien"
1544
1406
 
@@ -1551,16 +1413,16 @@ msgid "Upload new Tailoring File"
1551
1413
  msgstr "Neue Schneiderei-Datei hochladen"
1552
1414
 
1553
1415
  #: ../app/views/tailoring_files/welcome.html.erb:7
1554
- msgid ""
1555
- "It may sometimes be required to adjust the security policy to your specific "
1556
- "needs. "
1416
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1557
1417
  msgstr "Es könnte angebracht sein die Sicherheits-Richtlinien den eigenen Anforderungen anzupassen."
1558
1418
 
1559
1419
  #: ../app/views/tailoring_files/welcome.html.erb:8
1560
1420
  msgid ""
1561
1421
  "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1562
1422
  " via %s"
1563
- msgstr "In Foreman stellen Tailoring_files die benutzerdefinierten Änderungen an den Standard-XCCDF-Profilen dar und können auf Hosts angewendet werden\nvia %s"
1423
+ msgstr ""
1424
+ "In Foreman stellen Tailoring_files die benutzerdefinierten Änderungen an den Standard-XCCDF-Profilen dar und können auf Hosts angewendet werden\n"
1425
+ "via %s"
1564
1426
 
1565
1427
  #: ../app/views/tailoring_files/welcome.html.erb:13
1566
1428
  msgid "New Tailoring File"
@@ -1575,9 +1437,7 @@ msgid "A summary of reports for OpenSCAP policies"
1575
1437
  msgstr "Eine Zusammenfassung der Berichte für OpenSCAP-Richtlinien"
1576
1438
 
1577
1439
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1578
- msgid ""
1579
- "Can't find scap-security-guide RPM, are you sure it is installed on your "
1580
- "server?"
1440
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1581
1441
  msgstr ""
1582
1442
 
1583
1443
  #: ../lib/foreman_openscap/bulk_upload.rb:29
@@ -1620,21 +1480,16 @@ msgstr "SCAP-Inhalte"
1620
1480
  msgid "Reports"
1621
1481
  msgstr "Berichte"
1622
1482
 
1623
- #: ../lib/foreman_openscap/engine.rb:172
1624
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1483
+ #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1625
1484
  msgid "OVAL Contents"
1626
1485
  msgstr "OVAL Inhalt"
1627
1486
 
1628
- #: ../lib/foreman_openscap/engine.rb:177
1629
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1487
+ #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1630
1488
  msgid "OVAL Policies"
1631
1489
  msgstr "OVAL-Richtlinien"
1632
1490
 
1633
1491
  #: ../lib/foreman_openscap/engine.rb:199
1634
- msgid ""
1635
- "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. "
1636
- "Leave blank and override appropriate parameters when using proxy load "
1637
- "balancer."
1492
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1638
1493
  msgstr "OpenSCAP Proxy zum Abrufen von SCAP-Inhalten und Hochladen von ARF-Berichten. Lassen Sie das Feld leer und überschreiben Sie die entsprechenden Parameter, wenn Sie den Proxy-Load-Balancer verwenden."
1639
1494
 
1640
1495
  #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
@@ -1645,37 +1500,161 @@ msgstr "OpenSCAP-Proxy"
1645
1500
  msgid "ID of OpenSCAP Proxy"
1646
1501
  msgstr "Kennung des OpenSCAP-Proxys"
1647
1502
 
1648
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1503
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1649
1504
  msgid "Run OpenSCAP scan"
1650
1505
  msgstr "Führe OpenSCAP Scan aus"
1651
1506
 
1652
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1507
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1653
1508
  msgid "Run OVAL scan"
1654
1509
  msgstr "OVAL-Scan ausführen"
1655
1510
 
1511
+ #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1512
+ msgid "Run OpenSCAP remediation with Ansible"
1513
+ msgstr ""
1514
+
1515
+ #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1516
+ msgid "Run OpenSCAP remediation with Shell"
1517
+ msgstr ""
1518
+
1656
1519
  #: ../webpack/components/ConfirmModal.js:19
1657
1520
  msgid "Confirm"
1658
- msgstr "Bestätigen"
1521
+ msgstr ""
1659
1522
 
1660
1523
  #: ../webpack/components/EditableInput.js:78
1661
1524
  msgid "None provided"
1662
- msgstr "Keine bereitgestellt"
1525
+ msgstr ""
1663
1526
 
1664
1527
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1665
1528
  msgid "There's no available report for this host"
1666
1529
  msgstr ""
1667
1530
 
1668
- #: ../webpack/components/withDeleteModal.js:27
1669
- msgid "Are you sure you want to delete %s?"
1531
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1532
+ msgid "View selected hosts"
1533
+ msgstr ""
1534
+
1535
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1536
+ msgid "Review hosts"
1670
1537
  msgstr ""
1671
1538
 
1672
- #: ../webpack/components/withLoading.js:12
1539
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1540
+ msgid "Select snippet"
1541
+ msgstr ""
1542
+
1543
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1544
+ msgid "Review remediation"
1545
+ msgstr ""
1546
+
1547
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1548
+ msgid "Run"
1549
+ msgstr ""
1550
+
1551
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1552
+ msgid "Done"
1553
+ msgstr ""
1554
+
1555
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1556
+ msgid "Remediate %s rule"
1557
+ msgstr ""
1558
+
1559
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1560
+ msgid "Job details"
1561
+ msgstr ""
1562
+
1563
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1564
+ msgid "Close"
1565
+ msgstr ""
1566
+
1567
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1673
1568
  msgid "Error!"
1674
1569
  msgstr "Fehler!"
1675
1570
 
1571
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1572
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1573
+ msgstr ""
1574
+
1575
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1576
+ msgid "OS"
1577
+ msgstr ""
1578
+
1579
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1580
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1581
+ msgstr ""
1582
+
1583
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1584
+ msgid "Review the remediation snippet and apply it to the host manually."
1585
+ msgstr ""
1586
+
1587
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1588
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
1589
+ msgstr ""
1590
+
1591
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1592
+ msgid "A reboot is required after applying remediation."
1593
+ msgstr ""
1594
+
1595
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1596
+ msgid "A reboot might be required after applying remediation."
1597
+ msgstr ""
1598
+
1599
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1600
+ msgid "Successfully copied to clipboard!"
1601
+ msgstr ""
1602
+
1603
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1604
+ msgid "Copy to clipboard"
1605
+ msgstr ""
1606
+
1607
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1608
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1609
+ msgstr ""
1610
+
1611
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1612
+ msgid "Remediation might render the system non-functional."
1613
+ msgstr ""
1614
+
1615
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1616
+ msgid "Other hosts failing this rule"
1617
+ msgstr ""
1618
+
1619
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1620
+ msgid "Reboot the system(s)"
1621
+ msgstr ""
1622
+
1623
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1624
+ msgid "Method"
1625
+ msgstr ""
1626
+
1627
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1628
+ msgid "Remote job"
1629
+ msgstr ""
1630
+
1631
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1632
+ msgid "Manual"
1633
+ msgstr ""
1634
+
1635
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1636
+ msgid "There is no job to remediate with. Please remediate manually."
1637
+ msgstr ""
1638
+
1639
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1640
+ msgid "Snippet"
1641
+ msgstr ""
1642
+
1643
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1644
+ msgid "Select remediation method"
1645
+ msgstr ""
1646
+
1647
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1648
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1649
+ msgstr ""
1650
+
1651
+ #: ../webpack/components/withDeleteModal.js:27
1652
+ msgid "Are you sure you want to delete %s?"
1653
+ msgstr ""
1654
+
1676
1655
  #: ../webpack/components/withLoading.js:64
1677
1656
  msgid "Permission denied"
1678
- msgstr "Erlaubnis verweigert"
1657
+ msgstr ""
1679
1658
 
1680
1659
  #: ../webpack/helpers/mutationHelper.js:7
1681
1660
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -1693,8 +1672,7 @@ msgstr ""
1693
1672
  msgid "No OVAL Contents found."
1694
1673
  msgstr "Keine OVAL-Inhalte gefunden."
1695
1674
 
1696
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42
1697
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1675
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1698
1676
  msgid "Delete OVAL Content"
1699
1677
  msgstr ""
1700
1678
 
@@ -1702,23 +1680,17 @@ msgstr ""
1702
1680
  msgid "OVAL Content successfully deleted."
1703
1681
  msgstr ""
1704
1682
 
1705
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51
1706
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39
1707
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1708
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1683
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1709
1684
  msgid "OVAL Content"
1710
1685
  msgstr "OVAL-Inhalt"
1711
1686
 
1712
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56
1713
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1687
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1714
1688
  msgid "Create OVAL Content"
1715
1689
  msgstr ""
1716
1690
 
1717
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20
1718
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103
1719
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1691
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1720
1692
  msgid "URL"
1721
- msgstr "URL"
1693
+ msgstr ""
1722
1694
 
1723
1695
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1724
1696
  msgid "Original File Name"
@@ -1744,8 +1716,7 @@ msgstr ""
1744
1716
  msgid "OVAL Content from file"
1745
1717
  msgstr ""
1746
1718
 
1747
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92
1748
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1719
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1749
1720
  msgid "File"
1750
1721
  msgstr ""
1751
1722
 
@@ -1757,8 +1728,7 @@ msgstr ""
1757
1728
  msgid "Unknown error when submitting data, please try again later."
1758
1729
  msgstr ""
1759
1730
 
1760
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26
1761
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1731
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1762
1732
  msgid "No OVAL Content found"
1763
1733
  msgstr ""
1764
1734
 
@@ -1766,8 +1736,7 @@ msgstr ""
1766
1736
  msgid "No OVAL Policies found"
1767
1737
  msgstr "Keine OVAL-Richtlinien gefunden"
1768
1738
 
1769
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41
1770
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1739
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1771
1740
  msgid "Delete OVAL Policy"
1772
1741
  msgstr ""
1773
1742
 
@@ -1779,8 +1748,7 @@ msgstr ""
1779
1748
  msgid "OVAL policy"
1780
1749
  msgstr ""
1781
1750
 
1782
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48
1783
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1751
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1784
1752
  msgid "Create OVAL Policy"
1785
1753
  msgstr ""
1786
1754
 
@@ -1813,9 +1781,7 @@ msgid "Failed to create OVAL Policy: %s"
1813
1781
  msgstr ""
1814
1782
 
1815
1783
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1816
- msgid ""
1817
- "OVAL Content is required to create OVAL Policy. Please create one before "
1818
- "proceeding."
1784
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1819
1785
  msgstr ""
1820
1786
 
1821
1787
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
@@ -1856,7 +1822,7 @@ msgstr "Alle Hostgruppen scannen"
1856
1822
 
1857
1823
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1858
1824
  msgid "Details"
1859
- msgstr "Details"
1825
+ msgstr ""
1860
1826
 
1861
1827
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1862
1828
  msgid "CVEs"