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,23 +1,24 @@
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
  # Cha'gara Casanova <jlozada2426@gmail.com>, 2016
7
7
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_openscap 7.1.0\n"
10
+ "Project-Id-Version: Foreman\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2023-11-28 22:29+0100\n"
13
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
14
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
15
- "Language-Team: Spanish (http://app.transifex.com/foreman/foreman/language/es/)\n"
14
+ "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
15
+ "\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Language: es\n"
20
- "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
20
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
21
+ " 2;\n"
21
22
 
22
23
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
23
24
  msgid "List ARF reports"
@@ -47,15 +48,12 @@ msgstr "Descargar un informe ARF en HTML"
47
48
  msgid "Policy with id %s not found."
48
49
  msgstr "No se encontró la política con el ID %s."
49
50
 
50
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103
51
- #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
51
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
52
52
  msgid "Could not find host identified by: %s"
53
53
  msgstr "No se pudo encontrar el host identificado por: %s"
54
54
 
55
55
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
56
- msgid ""
57
- "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params "
58
- "when uploading for %s and host is missing openscap_proxy"
56
+ 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"
59
57
  msgstr "Ocurrió un error al cargar el informe Arf. No se encontró el nombre del proxy OpenSCAP o la URL en los parámetros cuando se cargó para %s, y el host no tiene openscap_proxy"
60
58
 
61
59
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
@@ -294,8 +292,7 @@ msgstr "Nombre de contenido de SCAP"
294
292
  msgid "XML containing SCAP content"
295
293
  msgstr "XML que contiene contenido SCAP"
296
294
 
297
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
298
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
295
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
299
296
  msgid "Original file name of the XML file"
300
297
  msgstr "Nombre de archivo original del archivo XML"
301
298
 
@@ -328,9 +325,7 @@ msgid "Directory to upload when using \"directory\" upload type"
328
325
  msgstr "Directorio a cargar cuando se utiliza el tipo de carga \"directorio\""
329
326
 
330
327
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
331
- msgid ""
332
- "Please specify import type, received: %{received}, expected one of: "
333
- "%{expected}"
328
+ msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
334
329
  msgstr "Por favor, especifique el tipo de importación, recibido: %{received}, se espera uno de: %{expected}"
335
330
 
336
331
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
@@ -378,8 +373,7 @@ msgid "Successfully deleted ARF report."
378
373
  msgstr "Se eliminó correctamente el informe ARF."
379
374
 
380
375
  #: ../app/controllers/arf_reports_controller.rb:57
381
- msgid ""
382
- "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
376
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
383
377
  msgstr "No se pudo eliminar el informe ARF para el host %{host_name} informado a las %{reported_at}"
384
378
 
385
379
  #: ../app/controllers/arf_reports_controller.rb:67
@@ -390,15 +384,15 @@ msgstr "No se pudieron eliminar los informes de cumplimiento %s."
390
384
  msgid "Successfully deleted %s compliance reports"
391
385
  msgstr "Los informes de cumplimiento %s se eliminaron correctamente."
392
386
 
393
- #: ../app/controllers/arf_reports_controller.rb:85
387
+ #: ../app/controllers/arf_reports_controller.rb:106
394
388
  msgid "No compliance reports were found."
395
389
  msgstr "No se encontraron informes de cumplimiento."
396
390
 
397
- #: ../app/controllers/arf_reports_controller.rb:89
391
+ #: ../app/controllers/arf_reports_controller.rb:110
398
392
  msgid "No compliance reports selected"
399
393
  msgstr "No se seleccionaron informes de cumplimiento"
400
394
 
401
- #: ../app/controllers/arf_reports_controller.rb:94
395
+ #: ../app/controllers/arf_reports_controller.rb:115
402
396
  msgid "Something went wrong while selecting compliance reports - %s"
403
397
  msgstr "Algo ha fallado al seleccionar los informes de cumplimiento: %s."
404
398
 
@@ -411,9 +405,7 @@ msgid "The identifier of the host"
411
405
  msgstr "El identificador del host"
412
406
 
413
407
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
414
- msgid ""
415
- "The %s proxy does not have Openscap feature enabled. Either set correct "
416
- "OpenSCAP Proxy or unset it."
408
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
417
409
  msgstr ""
418
410
 
419
411
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
@@ -442,7 +434,7 @@ msgstr "No se proporcionó un ID de política válido"
442
434
 
443
435
  #: ../app/controllers/policies_controller.rb:129
444
436
  msgid "No hosts were found with that id, name or query filter"
445
- msgstr "No se hallaron hosts con ese ID, nombre o filtro de consulta"
437
+ msgstr ""
446
438
 
447
439
  #: ../app/controllers/policies_controller.rb:134
448
440
  msgid "No hosts selected"
@@ -452,28 +444,15 @@ msgstr "Ningún host seleccionado"
452
444
  msgid "Something went wrong while selecting hosts - %s"
453
445
  msgstr "Algo ha fallado al seleccionar hosts - %s"
454
446
 
455
- #: ../app/helpers/arf_report_dashboard_helper.rb:16
456
- #: ../app/helpers/compliance_dashboard_helper.rb:8
457
- #: ../app/helpers/compliance_hosts_helper.rb:15
458
- #: ../app/views/arf_reports/_list.html.erb:11
459
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
460
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:10
447
+ #: ../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
461
448
  msgid "Failed"
462
449
  msgstr "Errores"
463
450
 
464
- #: ../app/helpers/arf_report_dashboard_helper.rb:17
465
- #: ../app/helpers/compliance_dashboard_helper.rb:6
466
- #: ../app/helpers/compliance_hosts_helper.rb:14
467
- #: ../app/views/arf_reports/_list.html.erb:10
468
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
469
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:9
451
+ #: ../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
470
452
  msgid "Passed"
471
453
  msgstr "Leído"
472
454
 
473
- #: ../app/helpers/arf_report_dashboard_helper.rb:18
474
- #: ../app/views/arf_reports/_list.html.erb:12
475
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
476
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:11
455
+ #: ../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
477
456
  msgid "Other"
478
457
  msgstr "Otro"
479
458
 
@@ -501,10 +480,7 @@ msgstr "Con error y Distinto"
501
480
  msgid "Failed only"
502
481
  msgstr "Solo con error"
503
482
 
504
- #: ../app/helpers/arf_reports_helper.rb:20
505
- #: ../app/views/arf_reports/index.html.erb:1
506
- #: ../app/views/arf_reports/welcome.html.erb:1
507
- #: ../app/views/arf_reports/welcome.html.erb:7
483
+ #: ../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
508
484
  msgid "Compliance Reports"
509
485
  msgstr "Informes de cumplimiento"
510
486
 
@@ -536,27 +512,27 @@ msgstr " de la política %s"
536
512
  msgid " through %s"
537
513
  msgstr " a través de %s"
538
514
 
539
- #: ../app/helpers/arf_reports_helper.rb:66
515
+ #: ../app/helpers/arf_reports_helper.rb:67
540
516
  msgid "Hosts failing this rule"
541
517
  msgstr "Hosts que fallan en esta regla"
542
518
 
543
- #: ../app/helpers/arf_reports_helper.rb:67
519
+ #: ../app/helpers/arf_reports_helper.rb:68
544
520
  msgid "Hosts passing this rule"
545
521
  msgstr "Hosts que envían esta regla"
546
522
 
547
- #: ../app/helpers/arf_reports_helper.rb:68
523
+ #: ../app/helpers/arf_reports_helper.rb:69
548
524
  msgid "Hosts othering this rule"
549
525
  msgstr "Hosts que consideran esta regla"
550
526
 
551
- #: ../app/helpers/compliance_dashboard_helper.rb:3
552
- #: ../app/views/arf_reports/_list.html.erb:6
553
- #: ../app/views/arf_reports/delete_multiple.html.erb:7
554
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
527
+ #: ../app/helpers/arf_reports_helper.rb:72
528
+ msgid "Remediation"
529
+ msgstr ""
530
+
531
+ #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
555
532
  msgid "Host"
556
533
  msgstr "host"
557
534
 
558
- #: ../app/helpers/compliance_dashboard_helper.rb:4
559
- #: ../app/views/arf_reports/_list.html.erb:8
535
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
560
536
  msgid "Policy"
561
537
  msgstr "Política"
562
538
 
@@ -575,8 +551,7 @@ msgstr "F"
575
551
  msgid "Othered|O"
576
552
  msgstr "Distinto|O"
577
553
 
578
- #: ../app/helpers/compliance_dashboard_helper.rb:10
579
- #: ../app/helpers/compliance_hosts_helper.rb:16
554
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
580
555
  msgid "Othered"
581
556
  msgstr "Distinto"
582
557
 
@@ -592,10 +567,7 @@ msgstr "Eliminar asignación de política de cumplimiento"
592
567
  msgid "Change OpenSCAP Proxy"
593
568
  msgstr "Cambiar proxy OpenSCAP"
594
569
 
595
- #: ../app/helpers/compliance_hosts_helper.rb:37
596
- #: ../app/models/foreman_openscap/compliance_status.rb:8
597
- #: ../lib/foreman_openscap/engine.rb:159
598
- #: ../webpack/components/HostExtentions/HostKebabItems.js:39
570
+ #: ../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
599
571
  msgid "Compliance"
600
572
  msgstr "Cumplimiento"
601
573
 
@@ -611,11 +583,7 @@ msgstr "Se eliminó el host."
611
583
  msgid "Choose existing SCAP Content"
612
584
  msgstr "Elegir contenido de SCAP existente"
613
585
 
614
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63
615
- #: ../app/models/foreman_openscap/policy.rb:11
616
- #: ../app/views/policies/_form.html.erb:10
617
- #: ../app/views/scap_contents/welcome.html.erb:1
618
- #: ../app/views/scap_contents/welcome.html.erb:6
586
+ #: ../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
619
587
  msgid "SCAP Content"
620
588
  msgstr "Contenido de SCAP"
621
589
 
@@ -643,18 +611,11 @@ msgstr "Perfil XCCDF en el archivo de personalización"
643
611
  msgid "This profile will be used to override the one from scap content"
644
612
  msgstr "Este perfil se utilizará para anular el perfil del contenido scap"
645
613
 
646
- #: ../app/helpers/policies_helper.rb:111
647
- #: ../app/views/arf_reports/_list.html.erb:54
648
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116
649
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
614
+ #: ../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
650
615
  msgid "Submit"
651
616
  msgstr "Enviar"
652
617
 
653
- #: ../app/helpers/policies_helper.rb:115
654
- #: ../app/views/arf_reports/_list.html.erb:53
655
- #: ../webpack/components/ConfirmModal.js:27
656
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121
657
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
618
+ #: ../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
658
619
  msgid "Cancel"
659
620
  msgstr "Cancelar"
660
621
 
@@ -666,8 +627,7 @@ msgstr "Hosts en conformidad"
666
627
  msgid "Incompliant hosts"
667
628
  msgstr "Host no en conformidad"
668
629
 
669
- #: ../app/helpers/policy_dashboard_helper.rb:13
670
- #: ../app/models/foreman_openscap/compliance_status.rb:24
630
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
671
631
  msgid "Inconclusive"
672
632
  msgstr "Inconcluso"
673
633
 
@@ -680,9 +640,7 @@ msgid "Host is assigned to policy"
680
640
  msgstr "El host está asignado a la política"
681
641
 
682
642
  #: ../app/helpers/policy_dashboard_helper.rb:44
683
- msgid ""
684
- "Host is not assigned to policy but reports were found. You may want to "
685
- "delete the reports or assign the policy again."
643
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
686
644
  msgstr "El host no está asignado a la política, pero se encontraron informes. Puede eliminar los informes o volver a asignar la política."
687
645
 
688
646
  #: ../app/helpers/policy_dashboard_helper.rb:52
@@ -694,14 +652,11 @@ msgid "Total hosts with reports where policy is no longer assigned."
694
652
  msgstr "Total de hosts con informes en los que la política ya no está asignada."
695
653
 
696
654
  #: ../app/lib/proxy_api/openscap.rb:21
697
- msgid ""
698
- "Request timed out. Please try increasing Settings -> proxy_request_timeout"
655
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
699
656
  msgstr "Expiró el tiempo de conexión. Pruebe incrementarlo en Configuración->proxy_request_timeout"
700
657
 
701
658
  #: ../app/lib/proxy_api/openscap.rb:24
702
- msgid ""
703
- "Could not validate %s. Please make sure you have appropriate proxy version "
704
- "to use this functionality"
659
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
705
660
  msgstr "No pudo validarse %s. Asegúrese de contar con la versión de proxy correspondiente para usar esta funcionalidad"
706
661
 
707
662
  #: ../app/lib/proxy_api/openscap.rb:27
@@ -736,9 +691,7 @@ msgstr "No se halló el proxy OpenSCAP para {class} con el id {id}"
736
691
  msgid "does not consist of 5 parts separated by space"
737
692
  msgstr "no está compuesta por 5 partes separadas por espacios"
738
693
 
739
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21
740
- #: ../app/models/foreman_openscap/oval_policy.rb:14
741
- #: ../app/models/foreman_openscap/policy.rb:34
694
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
742
695
  msgid "is not a valid value"
743
696
  msgstr "no es un valor válido"
744
697
 
@@ -746,13 +699,11 @@ msgstr "no es un valor válido"
746
699
  msgid "must be between 1 and 31"
747
700
  msgstr "debe ser un valor entre 1 y 31"
748
701
 
749
- #: ../app/models/foreman_openscap/compliance_status.rb:22
750
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
702
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
751
703
  msgid "Compliant"
752
704
  msgstr "En conformidad"
753
705
 
754
- #: ../app/models/foreman_openscap/compliance_status.rb:26
755
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
706
+ #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
756
707
  msgid "Incompliant"
757
708
  msgstr "No en conformidad"
758
709
 
@@ -780,8 +731,7 @@ msgstr "%s vulnerabilidades con parche disponible encontradas"
780
731
  msgid "Unknown OVAL status"
781
732
  msgstr "Estado de OVAL desconocido"
782
733
 
783
- #: ../app/models/foreman_openscap/policy.rb:11
784
- #: ../app/views/policies/_form.html.erb:8
734
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
785
735
  msgid "Deployment Options"
786
736
  msgstr "Opciones de implementación"
787
737
 
@@ -789,29 +739,19 @@ msgstr "Opciones de implementación"
789
739
  msgid "Policy Attributes"
790
740
  msgstr "Atributos de la política"
791
741
 
792
- #: ../app/models/foreman_openscap/policy.rb:11
793
- #: ../app/views/policies/_form.html.erb:11
794
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
742
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
795
743
  msgid "Schedule"
796
744
  msgstr "Programa"
797
745
 
798
- #: ../app/models/foreman_openscap/policy.rb:11
799
- #: ../app/views/policies/_form.html.erb:13
800
- #: ../app/views/scap_contents/_form.html.erb:11
801
- #: ../app/views/tailoring_files/_form.html.erb:11
746
+ #: ../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
802
747
  msgid "Locations"
803
748
  msgstr "Ubicaciones"
804
749
 
805
- #: ../app/models/foreman_openscap/policy.rb:11
806
- #: ../app/views/policies/_form.html.erb:16
807
- #: ../app/views/scap_contents/_form.html.erb:14
808
- #: ../app/views/tailoring_files/_form.html.erb:14
750
+ #: ../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
809
751
  msgid "Organizations"
810
752
  msgstr "Organizaciones"
811
753
 
812
- #: ../app/models/foreman_openscap/policy.rb:11
813
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99
814
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
754
+ #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
815
755
  msgid "Hostgroups"
816
756
  msgstr "Grupos de hosts"
817
757
 
@@ -840,9 +780,7 @@ msgid "does not have the selected SCAP content profile"
840
780
  msgstr "no posee el perfil del contenido SCAP seleccionado"
841
781
 
842
782
  #: ../app/models/foreman_openscap/policy.rb:271
843
- msgid ""
844
- "cannot assign to %s, all assigned policies must be deployed in the same way,"
845
- " check 'deploy by' for each assigned policy"
783
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
846
784
  msgstr "no se puede asignar a %s, todas las políticas asignadas deben implementarse de la misma manera, compruebe \"desplegar mediante\" para cada política asignada"
847
785
 
848
786
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
@@ -850,21 +788,15 @@ msgid "invalid type %s"
850
788
  msgstr "Tipo %s no válido"
851
789
 
852
790
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
853
- msgid ""
854
- "Requires Ansible plugin, %s Ansible role and variables. This will assign the"
855
- " role to the hosts or selected hostgroups."
791
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
856
792
  msgstr ""
857
793
 
858
794
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
859
- msgid ""
860
- "To deploy foreman_scap_client, ansible roles run needs to be triggered "
861
- "manually. Manual run is also required after any change to this policy."
795
+ 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."
862
796
  msgstr ""
863
797
 
864
798
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
865
- msgid ""
866
- "theforeman.foreman_scap_client Ansible Role not found, please import it "
867
- "before running this action again."
799
+ msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
868
800
  msgstr "theforeman.foreman_scap_client No se ha encontrado el rol de Ansible, por favor, impórtelo antes de ejecutar esta acción de nuevo."
869
801
 
870
802
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
@@ -876,21 +808,15 @@ msgid "Ansible variables"
876
808
  msgstr "Variables de Ansible"
877
809
 
878
810
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
879
- msgid ""
880
- "This leaves the setup of the foreman_scap_client solely on the user. The "
881
- "policy still needs to be defined in order to link incoming ARF reports."
811
+ 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."
882
812
  msgstr ""
883
813
 
884
814
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
885
- msgid ""
886
- "Requires %s Puppet class. This will assign the class to the hosts or "
887
- "selected hostgroups."
815
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
888
816
  msgstr ""
889
817
 
890
818
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
891
- msgid ""
892
- "Every puppet run ensures the foreman_scap_client is configured according to "
893
- "the policy."
819
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
894
820
  msgstr ""
895
821
 
896
822
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
@@ -902,27 +828,19 @@ msgid "Smart Class Parameters"
902
828
  msgstr "Parámetros de clase inteligente"
903
829
 
904
830
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
905
- msgid ""
906
- "%{type} was selected to deploy policy to clients, but %{type} is not "
907
- "available. Are you missing a plugin?"
831
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
908
832
  msgstr "Se seleccionó %{type} para implementar la política para los clientes, pero %{type} no está disponible. ¿Le falta un complemento?"
909
833
 
910
834
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
911
- msgid ""
912
- "Required %{msg_name} %{class} was not found, please ensure it is imported "
913
- "first."
835
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
914
836
  msgstr "Requerido %{msg_name} %{class} no fue encontrado, por favor asegúrese de importarlo primero."
915
837
 
916
838
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
917
- msgid ""
918
- "The following %{key_name} were missing for %{item_name}: %{key_names}. Make "
919
- "sure they are imported before proceeding."
839
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
920
840
  msgstr "Faltan los siguientes %{key_name} para %{item_name}: %{key_names}. Asegúrese de que se importan antes de continuar."
921
841
 
922
842
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
923
- msgid ""
924
- "Failed to save when overriding parameters for %{config_tool}, cause: "
925
- "%{errors}"
843
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
926
844
  msgstr "Fallo al guardar al anular los parámetros para %{config_tool}, causa: %{errors}"
927
845
 
928
846
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
@@ -930,14 +848,11 @@ msgid "This feature is temporarily disabled. "
930
848
  msgstr "Esta función se encuentra temporalmente deshabilitada."
931
849
 
932
850
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
933
- msgid ""
934
- "The following Smart Proxies need to be updated to unlock the feature: %s. "
851
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
935
852
  msgstr "Deben actualizarse los siguientes proxies inteligentes al desbloquear la funcionalidad: %s. "
936
853
 
937
854
  #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
938
- msgid ""
939
- "The following proxies could not be reached: %s. Please make sure they are "
940
- "available so Foreman can check their versions."
855
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
941
856
  msgstr "No se pudieron alcanzar los siguientes proxies: %s. Asegúrese de que estén disponibles para que Foreman pueda verificar sus versiones."
942
857
 
943
858
  #: ../app/services/foreman_openscap/oval/configure.rb:65
@@ -961,9 +876,7 @@ msgid "Is foreman_ansible present?"
961
876
  msgstr "¿Está presente foreman_ansible?"
962
877
 
963
878
  #: ../app/services/foreman_openscap/oval/setup.rb:62
964
- msgid ""
965
- "foreman_ansible plugin not found, please install it before running this "
966
- "action again."
879
+ msgid "foreman_ansible plugin not found, please install it before running this action again."
967
880
  msgstr "El plugin foreman_ansible no se encuentra, por favor instálelo antes de ejecutar esta acción de nuevo."
968
881
 
969
882
  #: ../app/services/foreman_openscap/oval/setup.rb:66
@@ -975,14 +888,10 @@ msgid "Are required variables for theforeman.foreman_scap_client present?"
975
888
  msgstr "¿Están presentes las variables necesarias para theforeman.foreman_scap_client?"
976
889
 
977
890
  #: ../app/services/foreman_openscap/oval/setup.rb:72
978
- msgid ""
979
- "The following Ansible Variables were not found: %{missing_vars}, please "
980
- "import them before running this action again."
891
+ msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
981
892
  msgstr "No se han encontrado las siguientes variables de Ansible: %{missing_vars}, por favor, impórtelas antes de volver a ejecutar esta acción."
982
893
 
983
- #: ../app/services/foreman_openscap/oval/setup.rb:76
984
- #: ../app/services/foreman_openscap/oval/setup.rb:81
985
- #: ../app/services/foreman_openscap/oval/setup.rb:86
894
+ #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
986
895
  msgid "Is %s param set to be overriden?"
987
896
  msgstr "¿Está configurado el parámetro %s para ser anulado?"
988
897
 
@@ -1014,9 +923,7 @@ msgstr "El archivo con cambios no incluye los perfiles de contenido de SCAP exis
1014
923
  msgid "More details"
1015
924
  msgstr "Más información"
1016
925
 
1017
- #: ../app/views/arf_reports/_detailed_message.html.erb:6
1018
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62
1019
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
926
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
1020
927
  msgid "Description"
1021
928
  msgstr "Descripción"
1022
929
 
@@ -1036,8 +943,7 @@ msgstr "Seleccionar todos los objetos de esta página"
1036
943
  msgid "items selected. Uncheck to Clear"
1037
944
  msgstr "objetos seleccionados. Desactivar para limpiar"
1038
945
 
1039
- #: ../app/views/arf_reports/_list.html.erb:7
1040
- #: ../app/views/arf_reports/delete_multiple.html.erb:10
946
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
1041
947
  msgid "Reported At"
1042
948
  msgstr "Reportado en"
1043
949
 
@@ -1045,12 +951,7 @@ msgstr "Reportado en"
1045
951
  msgid "Openscap Proxy"
1046
952
  msgstr "Proxy Openscap"
1047
953
 
1048
- #: ../app/views/arf_reports/_list.html.erb:13
1049
- #: ../app/views/arf_reports/_output.html.erb:16
1050
- #: ../app/views/policies/_list.html.erb:8
1051
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:12
1052
- #: ../app/views/scap_contents/_list.html.erb:6
1053
- #: ../app/views/tailoring_files/_list.html.erb:6
954
+ #: ../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
1054
955
  msgid "Actions"
1055
956
  msgstr "Acciones"
1056
957
 
@@ -1130,15 +1031,12 @@ msgstr "Descargar XML en bzip"
1130
1031
  msgid "Download HTML"
1131
1032
  msgstr "Descargar HTML"
1132
1033
 
1133
- #: ../app/views/arf_reports/show_html.html.erb:10
1134
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1034
+ #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1135
1035
  msgid "Loading..."
1136
1036
  msgstr "Cargando..."
1137
1037
 
1138
1038
  #: ../app/views/arf_reports/welcome.html.erb:9
1139
- msgid ""
1140
- "You don't seem to have any ARF report. ARF report is a summary of a single "
1141
- "scan occurrence on a particular host for a given Compliance Policy."
1039
+ 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."
1142
1040
  msgstr "Al parecer no posee ningún informe ARF. El informe ARF es un resumen de una ocurrencia única de escaneo relacionada con un host en particular para una política de cumplimiento determinada."
1143
1041
 
1144
1042
  #: ../app/views/arf_reports/welcome.html.erb:12
@@ -1168,8 +1066,7 @@ msgstr "%s informes conforme avanza el tiempo"
1168
1066
  msgid "No report for this policy"
1169
1067
  msgstr "No hay informes para esta política."
1170
1068
 
1171
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
1172
- #: ../lib/foreman_openscap/engine.rb:183
1069
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1173
1070
  msgid "Latest Compliance Reports"
1174
1071
  msgstr "Últimos informes de cumplimiento"
1175
1072
 
@@ -1185,8 +1082,7 @@ msgstr "El host ya no existe."
1185
1082
  msgid "Policy is missing"
1186
1083
  msgstr "Falta la política"
1187
1084
 
1188
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
1189
- #: ../lib/foreman_openscap/engine.rb:185
1085
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1190
1086
  msgid "Compliance Reports Breakdown"
1191
1087
  msgstr "Desglose de informes de cumplimiento"
1192
1088
 
@@ -1202,13 +1098,11 @@ msgstr "Nombre de host"
1202
1098
  msgid "Changed?"
1203
1099
  msgstr "¿Modificado?"
1204
1100
 
1205
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1206
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1101
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1207
1102
  msgid "Yes"
1208
1103
  msgstr "Sí"
1209
1104
 
1210
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
1211
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1105
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1212
1106
  msgid "No"
1213
1107
  msgstr "No"
1214
1108
 
@@ -1259,38 +1153,23 @@ msgstr "General"
1259
1153
  msgid "Host Groups"
1260
1154
  msgstr "Grupo del host"
1261
1155
 
1262
- #: ../app/views/policies/_form.html.erb:45
1263
- #: ../app/views/policies/steps/_schedule_form.html.erb:6
1156
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1264
1157
  msgid "Choose period"
1265
1158
  msgstr "Elegir período"
1266
1159
 
1267
- #: ../app/views/policies/_form.html.erb:47
1268
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1160
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1269
1161
  msgid "Choose weekday"
1270
1162
  msgstr "Elegir día de la semana"
1271
1163
 
1272
- #: ../app/views/policies/_form.html.erb:48
1273
- #: ../app/views/policies/steps/_schedule_form.html.erb:13
1274
- msgid ""
1275
- "Number of a day in month, note that not all months have same count of days"
1164
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1165
+ msgid "Number of a day in month, note that not all months have same count of days"
1276
1166
  msgstr "Cantidad de días en el mes, tenga en cuenta que no todos los meses tienen la misma cantidad de días"
1277
1167
 
1278
- #: ../app/views/policies/_form.html.erb:49
1279
- #: ../app/views/policies/steps/_schedule_form.html.erb:14
1280
- msgid ""
1281
- "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5"
1282
- " values by space"
1168
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1169
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1283
1170
  msgstr "Puede especificar la línea Cron personalizada, por ejemplo: \"0 3 * * *\", separe cada uno de los 5 valores con espacio."
1284
1171
 
1285
- #: ../app/views/policies/_list.html.erb:3
1286
- #: ../app/views/tailoring_files/_list.html.erb:3
1287
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19
1288
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57
1289
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48
1290
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1291
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56
1292
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31
1293
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1172
+ #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:162 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1294
1173
  msgid "Name"
1295
1174
  msgstr "Nombre"
1296
1175
 
@@ -1300,7 +1179,7 @@ msgstr ""
1300
1179
 
1301
1180
  #: ../app/views/policies/_list.html.erb:5
1302
1181
  msgid "Profile"
1303
- msgstr "Perfil"
1182
+ msgstr ""
1304
1183
 
1305
1184
  #: ../app/views/policies/_list.html.erb:7
1306
1185
  msgid "Effective Profile"
@@ -1322,25 +1201,19 @@ msgstr "Mostrar guía"
1322
1201
  msgid "Delete compliance policy %s with all of its reports?"
1323
1202
  msgstr "¿Eliminar política de cumplimiento %s junto con todos sus informes?"
1324
1203
 
1325
- #: ../app/views/policies/create.html.erb:1
1326
- #: ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1204
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1327
1205
  msgid "New Compliance Policy"
1328
1206
  msgstr "Nueva política de cumplimiento"
1329
1207
 
1330
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4
1331
- #: ../app/views/policies/select_multiple_hosts.html.erb:5
1208
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1332
1209
  msgid "Select Compliance Policy"
1333
1210
  msgstr "Seleccionar política de cumplimiento"
1334
1211
 
1335
- #: ../app/views/policies/edit.html.erb:1
1336
- #: ../app/views/scap_contents/edit.html.erb:1
1337
- #: ../app/views/tailoring_files/edit.html.erb:1
1212
+ #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1338
1213
  msgid "Edit %s"
1339
1214
  msgstr "Editar"
1340
1215
 
1341
- #: ../app/views/policies/index.html.erb:2
1342
- #: ../app/views/policies/welcome.html.erb:1
1343
- #: ../app/views/policies/welcome.html.erb:6
1216
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1344
1217
  msgid "Compliance Policies"
1345
1218
  msgstr "Políticas de cumplimiento"
1346
1219
 
@@ -1377,9 +1250,7 @@ msgid "SCAP content"
1377
1250
  msgstr "Contenido de SCAP"
1378
1251
 
1379
1252
  #: ../app/views/policies/welcome.html.erb:8
1380
- msgid ""
1381
- "Once SCAP content is present, you can create a policy, assign select host "
1382
- "groups and schedule to run."
1253
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1383
1254
  msgstr "Una vez que el contenido SCAP esté presente, puede crear una política, asignar grupos de host seleccionados y programar su ejecución."
1384
1255
 
1385
1256
  #: ../app/views/policies/welcome.html.erb:12
@@ -1442,8 +1313,7 @@ msgstr "Gráfica de estado"
1442
1313
  msgid "Latest reports for policy: %s"
1443
1314
  msgstr "Últimos informes para la política: %s"
1444
1315
 
1445
- #: ../app/views/scap_contents/_form.html.erb:9
1446
- #: ../app/views/tailoring_files/_form.html.erb:9
1316
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1447
1317
  msgid "File Upload"
1448
1318
  msgstr "Carga del archivo"
1449
1319
 
@@ -1453,20 +1323,17 @@ msgstr "Archivo de secuencia de datos de SCAP"
1453
1323
 
1454
1324
  #: ../app/views/scap_contents/_list.html.erb:3
1455
1325
  msgid "Title"
1456
- msgstr "Título"
1326
+ msgstr ""
1457
1327
 
1458
- #: ../app/views/scap_contents/_list.html.erb:4
1459
- #: ../app/views/tailoring_files/_list.html.erb:4
1328
+ #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1460
1329
  msgid "File name"
1461
1330
  msgstr ""
1462
1331
 
1463
- #: ../app/views/scap_contents/_list.html.erb:5
1464
- #: ../app/views/tailoring_files/_list.html.erb:5
1332
+ #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1465
1333
  msgid "Created at"
1466
- msgstr "Creado"
1334
+ msgstr ""
1467
1335
 
1468
- #: ../app/views/scap_contents/_list.html.erb:17
1469
- #: ../app/views/tailoring_files/_list.html.erb:23
1336
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1470
1337
  msgid "Download"
1471
1338
  msgstr "Descargar"
1472
1339
 
@@ -1503,8 +1370,7 @@ msgid "New SCAP Content"
1503
1370
  msgstr "Nuevo contenido SCAP"
1504
1371
 
1505
1372
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1506
- msgid ""
1507
- "%s spool errors detected, inspect the appropriate file directly on proxy"
1373
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1508
1374
  msgstr "Se detectaron errores de cola de espera %s. Inspeccione el archivo adecuado directamente en el proxy"
1509
1375
 
1510
1376
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
@@ -1516,10 +1382,7 @@ msgid "None found"
1516
1382
  msgstr "No se encontró ninguno."
1517
1383
 
1518
1384
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1519
- msgid ""
1520
- "Proxy failed to send a report from spool to Foreman. This indicates a "
1521
- "corrupted report format. Report has been moved to directory for storing "
1522
- "corrupted files on proxy for later inspection."
1385
+ 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."
1523
1386
  msgstr "El proxy no logró enviar un informe desde la cola de espera a Foreman. Esto indica un formato de informe corrupto. El informe se movió al directorio para almacenar los archivos corruptos en el proxy para una inspección posterior."
1524
1387
 
1525
1388
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
@@ -1534,10 +1397,7 @@ msgstr "Archivo de personalización de secuencia de datos"
1534
1397
  msgid "Delete tailoring file %s?"
1535
1398
  msgstr "¿Eliminar archivo de personalización %s?"
1536
1399
 
1537
- #: ../app/views/tailoring_files/index.html.erb:1
1538
- #: ../app/views/tailoring_files/welcome.html.erb:1
1539
- #: ../app/views/tailoring_files/welcome.html.erb:6
1540
- #: ../lib/foreman_openscap/engine.rb:169
1400
+ #: ../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
1541
1401
  msgid "Tailoring Files"
1542
1402
  msgstr "Archivos de personalización"
1543
1403
 
@@ -1550,9 +1410,7 @@ msgid "Upload new Tailoring File"
1550
1410
  msgstr "Subir nuevo archivo de personalización"
1551
1411
 
1552
1412
  #: ../app/views/tailoring_files/welcome.html.erb:7
1553
- msgid ""
1554
- "It may sometimes be required to adjust the security policy to your specific "
1555
- "needs. "
1413
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1556
1414
  msgstr "A veces, puede ser necesario ajustar la política de seguridad en función de sus necesidades específicas."
1557
1415
 
1558
1416
  #: ../app/views/tailoring_files/welcome.html.erb:8
@@ -1574,9 +1432,7 @@ msgid "A summary of reports for OpenSCAP policies"
1574
1432
  msgstr "Un resumen de los informes para las políticas de OpenSCAP"
1575
1433
 
1576
1434
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1577
- msgid ""
1578
- "Can't find scap-security-guide RPM, are you sure it is installed on your "
1579
- "server?"
1435
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1580
1436
  msgstr ""
1581
1437
 
1582
1438
  #: ../lib/foreman_openscap/bulk_upload.rb:29
@@ -1619,21 +1475,16 @@ msgstr "Contenidos de SCAP"
1619
1475
  msgid "Reports"
1620
1476
  msgstr "Informes"
1621
1477
 
1622
- #: ../lib/foreman_openscap/engine.rb:172
1623
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1478
+ #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1624
1479
  msgid "OVAL Contents"
1625
1480
  msgstr "Contenido de OVAL"
1626
1481
 
1627
- #: ../lib/foreman_openscap/engine.rb:177
1628
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1482
+ #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1629
1483
  msgid "OVAL Policies"
1630
1484
  msgstr "Políticas de OVAL"
1631
1485
 
1632
1486
  #: ../lib/foreman_openscap/engine.rb:199
1633
- msgid ""
1634
- "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. "
1635
- "Leave blank and override appropriate parameters when using proxy load "
1636
- "balancer."
1487
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1637
1488
  msgstr "Proxy OpenSCAP que se utiliza para buscar contenido SCAP y subir informes ARF. Deje en blanco y sobrescriba los parámetros adecuados cuando use el equilibrador de carga proxy."
1638
1489
 
1639
1490
  #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
@@ -1644,37 +1495,161 @@ msgstr "Proxy de OpenSCAP"
1644
1495
  msgid "ID of OpenSCAP Proxy"
1645
1496
  msgstr "ID del proxy OpenSCAP"
1646
1497
 
1647
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1498
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1648
1499
  msgid "Run OpenSCAP scan"
1649
1500
  msgstr "Ejecutar escaneo OpenSCAP"
1650
1501
 
1651
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1502
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1652
1503
  msgid "Run OVAL scan"
1653
1504
  msgstr "Ejecute el escaneo de OVAL"
1654
1505
 
1506
+ #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1507
+ msgid "Run OpenSCAP remediation with Ansible"
1508
+ msgstr ""
1509
+
1510
+ #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1511
+ msgid "Run OpenSCAP remediation with Shell"
1512
+ msgstr ""
1513
+
1655
1514
  #: ../webpack/components/ConfirmModal.js:19
1656
1515
  msgid "Confirm"
1657
- msgstr "Confirmar"
1516
+ msgstr ""
1658
1517
 
1659
1518
  #: ../webpack/components/EditableInput.js:78
1660
1519
  msgid "None provided"
1661
- msgstr "No se ha proporcionado ninguna"
1520
+ msgstr ""
1662
1521
 
1663
1522
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1664
1523
  msgid "There's no available report for this host"
1665
1524
  msgstr ""
1666
1525
 
1667
- #: ../webpack/components/withDeleteModal.js:27
1668
- msgid "Are you sure you want to delete %s?"
1526
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1527
+ msgid "View selected hosts"
1669
1528
  msgstr ""
1670
1529
 
1671
- #: ../webpack/components/withLoading.js:12
1530
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1531
+ msgid "Review hosts"
1532
+ msgstr ""
1533
+
1534
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1535
+ msgid "Select snippet"
1536
+ msgstr ""
1537
+
1538
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1539
+ msgid "Review remediation"
1540
+ msgstr ""
1541
+
1542
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1543
+ msgid "Run"
1544
+ msgstr ""
1545
+
1546
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1547
+ msgid "Done"
1548
+ msgstr ""
1549
+
1550
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1551
+ msgid "Remediate %s rule"
1552
+ msgstr ""
1553
+
1554
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1555
+ msgid "Job details"
1556
+ msgstr ""
1557
+
1558
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1559
+ msgid "Close"
1560
+ msgstr ""
1561
+
1562
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1672
1563
  msgid "Error!"
1673
1564
  msgstr "Error"
1674
1565
 
1566
+ #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1567
+ msgid "The job has started on selected host(s), you can check the status on the job details page."
1568
+ msgstr ""
1569
+
1570
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1571
+ msgid "OS"
1572
+ msgstr ""
1573
+
1574
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1575
+ msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1576
+ msgstr ""
1577
+
1578
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1579
+ msgid "Review the remediation snippet and apply it to the host manually."
1580
+ msgstr ""
1581
+
1582
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1583
+ msgid "Review the remediation snippet that will be applied to selected host(s)."
1584
+ msgstr ""
1585
+
1586
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1587
+ msgid "A reboot is required after applying remediation."
1588
+ msgstr ""
1589
+
1590
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1591
+ msgid "A reboot might be required after applying remediation."
1592
+ msgstr ""
1593
+
1594
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1595
+ msgid "Successfully copied to clipboard!"
1596
+ msgstr ""
1597
+
1598
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1599
+ msgid "Copy to clipboard"
1600
+ msgstr ""
1601
+
1602
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1603
+ msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1604
+ msgstr ""
1605
+
1606
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1607
+ msgid "Remediation might render the system non-functional."
1608
+ msgstr ""
1609
+
1610
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1611
+ msgid "Other hosts failing this rule"
1612
+ msgstr ""
1613
+
1614
+ #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1615
+ msgid "Reboot the system(s)"
1616
+ msgstr ""
1617
+
1618
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1619
+ msgid "Method"
1620
+ msgstr ""
1621
+
1622
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1623
+ msgid "Remote job"
1624
+ msgstr ""
1625
+
1626
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1627
+ msgid "Manual"
1628
+ msgstr ""
1629
+
1630
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1631
+ msgid "There is no job to remediate with. Please remediate manually."
1632
+ msgstr ""
1633
+
1634
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1635
+ msgid "Snippet"
1636
+ msgstr ""
1637
+
1638
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1639
+ msgid "Select remediation method"
1640
+ msgstr ""
1641
+
1642
+ #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1643
+ msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1644
+ msgstr ""
1645
+
1646
+ #: ../webpack/components/withDeleteModal.js:27
1647
+ msgid "Are you sure you want to delete %s?"
1648
+ msgstr ""
1649
+
1675
1650
  #: ../webpack/components/withLoading.js:64
1676
1651
  msgid "Permission denied"
1677
- msgstr "Permiso negado"
1652
+ msgstr ""
1678
1653
 
1679
1654
  #: ../webpack/helpers/mutationHelper.js:7
1680
1655
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -1692,8 +1667,7 @@ msgstr ""
1692
1667
  msgid "No OVAL Contents found."
1693
1668
  msgstr "No se ha encontrado ningún contenido de OVAL."
1694
1669
 
1695
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42
1696
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1670
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1697
1671
  msgid "Delete OVAL Content"
1698
1672
  msgstr ""
1699
1673
 
@@ -1701,23 +1675,17 @@ msgstr ""
1701
1675
  msgid "OVAL Content successfully deleted."
1702
1676
  msgstr ""
1703
1677
 
1704
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51
1705
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39
1706
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19
1707
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1678
+ #: ../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
1708
1679
  msgid "OVAL Content"
1709
1680
  msgstr "Contenido de OVAL"
1710
1681
 
1711
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56
1712
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1682
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1713
1683
  msgid "Create OVAL Content"
1714
1684
  msgstr ""
1715
1685
 
1716
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20
1717
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103
1718
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1686
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1719
1687
  msgid "URL"
1720
- msgstr "URL"
1688
+ msgstr ""
1721
1689
 
1722
1690
  #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1723
1691
  msgid "Original File Name"
@@ -1743,8 +1711,7 @@ msgstr ""
1743
1711
  msgid "OVAL Content from file"
1744
1712
  msgstr ""
1745
1713
 
1746
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92
1747
- #: ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1714
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1748
1715
  msgid "File"
1749
1716
  msgstr ""
1750
1717
 
@@ -1756,8 +1723,7 @@ msgstr ""
1756
1723
  msgid "Unknown error when submitting data, please try again later."
1757
1724
  msgstr ""
1758
1725
 
1759
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26
1760
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1726
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1761
1727
  msgid "No OVAL Content found"
1762
1728
  msgstr ""
1763
1729
 
@@ -1765,8 +1731,7 @@ msgstr ""
1765
1731
  msgid "No OVAL Policies found"
1766
1732
  msgstr "No se han encontrado políticas de OVAL"
1767
1733
 
1768
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41
1769
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1734
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1770
1735
  msgid "Delete OVAL Policy"
1771
1736
  msgstr ""
1772
1737
 
@@ -1778,8 +1743,7 @@ msgstr ""
1778
1743
  msgid "OVAL policy"
1779
1744
  msgstr ""
1780
1745
 
1781
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48
1782
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1746
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1783
1747
  msgid "Create OVAL Policy"
1784
1748
  msgstr ""
1785
1749
 
@@ -1797,7 +1761,7 @@ msgstr ""
1797
1761
 
1798
1762
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1799
1763
  msgid "can't be blank"
1800
- msgstr "No se puede dejar en blanco"
1764
+ msgstr ""
1801
1765
 
1802
1766
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1803
1767
  msgid "is not a valid cronline"
@@ -1812,9 +1776,7 @@ msgid "Failed to create OVAL Policy: %s"
1812
1776
  msgstr ""
1813
1777
 
1814
1778
  #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1815
- msgid ""
1816
- "OVAL Content is required to create OVAL Policy. Please create one before "
1817
- "proceeding."
1779
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1818
1780
  msgstr ""
1819
1781
 
1820
1782
  #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38