foreman_openscap 2.0.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
- data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
- data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
- data/app/controllers/scap_contents_controller.rb +1 -1
- data/app/controllers/tailoring_files_controller.rb +1 -1
- data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +1 -1
- data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
- data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
- data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/arf_reports/welcome.html.erb +2 -0
- data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
- data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
- data/app/views/policies/select_multiple_hosts.html.erb +1 -1
- data/config/routes.rb +2 -0
- data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
- data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
- data/lib/foreman_openscap/engine.rb +9 -6
- data/lib/foreman_openscap/helper.rb +1 -1
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/action_names.rb +2 -7
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +9 -194
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +8 -194
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +5 -191
- data/locale/foreman_openscap.pot +91 -336
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +5 -191
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +4 -190
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +4 -190
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +5 -191
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +4 -190
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +5 -191
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +4 -190
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +4 -190
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +5 -191
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +4 -190
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
- data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
- data/test/test_plugin_helper.rb +2 -2
- metadata +18 -11
Binary file
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: Foreman\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
10
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
11
11
|
"Last-Translator: Lukáš Zapletal\n"
|
12
12
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
13
13
|
"man/language/en_GB/)\n"
|
@@ -52,11 +52,8 @@ msgstr ""
|
|
52
52
|
msgid "A summary of reports for OpenSCAP policies"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
-
msgid "Abstract async task"
|
56
|
-
msgstr ""
|
57
|
-
|
58
55
|
msgid "Action with sub plans"
|
59
|
-
msgstr ""
|
56
|
+
msgstr "Action with sub plans"
|
60
57
|
|
61
58
|
msgid "Actions"
|
62
59
|
msgstr "Actions"
|
@@ -79,15 +76,6 @@ msgstr ""
|
|
79
76
|
msgid "Assign Compliance Policy"
|
80
77
|
msgstr ""
|
81
78
|
|
82
|
-
msgid "Attach subscriptions"
|
83
|
-
msgstr ""
|
84
|
-
|
85
|
-
msgid "Auto attach subscriptions"
|
86
|
-
msgstr ""
|
87
|
-
|
88
|
-
msgid "Auto-attach subscriptions"
|
89
|
-
msgstr ""
|
90
|
-
|
91
79
|
msgid "Back"
|
92
80
|
msgstr "Back"
|
93
81
|
|
@@ -127,9 +115,6 @@ msgstr ""
|
|
127
115
|
msgid "Choose weekday"
|
128
116
|
msgstr ""
|
129
117
|
|
130
|
-
msgid "Combined Profile Update"
|
131
|
-
msgstr ""
|
132
|
-
|
133
118
|
msgid "Compliance"
|
134
119
|
msgstr ""
|
135
120
|
|
@@ -169,12 +154,6 @@ msgstr ""
|
|
169
154
|
msgid "Could not validate %{file_type}. Error %{error}"
|
170
155
|
msgstr ""
|
171
156
|
|
172
|
-
msgid "Create"
|
173
|
-
msgstr ""
|
174
|
-
|
175
|
-
msgid "Create Package Group"
|
176
|
-
msgstr ""
|
177
|
-
|
178
157
|
msgid "Create SCAP content"
|
179
158
|
msgstr ""
|
180
159
|
|
@@ -199,18 +178,6 @@ msgstr ""
|
|
199
178
|
msgid "Delete"
|
200
179
|
msgstr "Delete"
|
201
180
|
|
202
|
-
msgid "Delete Activation Key"
|
203
|
-
msgstr ""
|
204
|
-
|
205
|
-
msgid "Delete Lifecycle Environment"
|
206
|
-
msgstr ""
|
207
|
-
|
208
|
-
msgid "Delete Package Group"
|
209
|
-
msgstr ""
|
210
|
-
|
211
|
-
msgid "Delete Product"
|
212
|
-
msgstr ""
|
213
|
-
|
214
181
|
msgid "Delete a Policy"
|
215
182
|
msgstr ""
|
216
183
|
|
@@ -247,18 +214,6 @@ msgstr ""
|
|
247
214
|
msgid "Description"
|
248
215
|
msgstr "Description"
|
249
216
|
|
250
|
-
msgid "Destroy"
|
251
|
-
msgstr ""
|
252
|
-
|
253
|
-
msgid "Destroy Content Host"
|
254
|
-
msgstr ""
|
255
|
-
|
256
|
-
msgid "Disable"
|
257
|
-
msgstr ""
|
258
|
-
|
259
|
-
msgid "Discover"
|
260
|
-
msgstr ""
|
261
|
-
|
262
217
|
msgid "Documentation"
|
263
218
|
msgstr ""
|
264
219
|
|
@@ -295,15 +250,6 @@ msgstr ""
|
|
295
250
|
msgid "Effective Profile"
|
296
251
|
msgstr ""
|
297
252
|
|
298
|
-
msgid "Enable"
|
299
|
-
msgstr ""
|
300
|
-
|
301
|
-
msgid "Errata mail"
|
302
|
-
msgstr ""
|
303
|
-
|
304
|
-
msgid "Export"
|
305
|
-
msgstr ""
|
306
|
-
|
307
253
|
msgid "Failed"
|
308
254
|
msgstr ""
|
309
255
|
|
@@ -338,15 +284,9 @@ msgstr ""
|
|
338
284
|
msgid "Failed|F"
|
339
285
|
msgstr ""
|
340
286
|
|
341
|
-
msgid "Fetch pxe files"
|
342
|
-
msgstr ""
|
343
|
-
|
344
287
|
msgid "File Upload"
|
345
288
|
msgstr ""
|
346
289
|
|
347
|
-
msgid "Filtered index content"
|
348
|
-
msgstr ""
|
349
|
-
|
350
290
|
msgid "Full Report"
|
351
291
|
msgstr ""
|
352
292
|
|
@@ -404,20 +344,14 @@ msgstr ""
|
|
404
344
|
msgid "How the policy should be deployed"
|
405
345
|
msgstr ""
|
406
346
|
|
407
|
-
msgid "Hypervisors"
|
408
|
-
msgstr ""
|
409
|
-
|
410
|
-
msgid "Hypervisors update"
|
411
|
-
msgstr ""
|
412
|
-
|
413
347
|
msgid "ID of OpenSCAP Proxy"
|
414
348
|
msgstr ""
|
415
349
|
|
416
350
|
msgid "Import Puppet classes"
|
417
|
-
msgstr ""
|
351
|
+
msgstr "Import Puppet classes"
|
418
352
|
|
419
353
|
msgid "Import facts"
|
420
|
-
msgstr ""
|
354
|
+
msgstr "Import facts"
|
421
355
|
|
422
356
|
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
423
357
|
msgstr ""
|
@@ -444,39 +378,6 @@ msgstr ""
|
|
444
378
|
msgid "Inconclusive results"
|
445
379
|
msgstr ""
|
446
380
|
|
447
|
-
msgid "Incremental Update"
|
448
|
-
msgstr ""
|
449
|
-
|
450
|
-
msgid "Incremental Update of Content View Version(s) "
|
451
|
-
msgstr ""
|
452
|
-
|
453
|
-
msgid "Index content"
|
454
|
-
msgstr ""
|
455
|
-
|
456
|
-
msgid "Index errata"
|
457
|
-
msgstr ""
|
458
|
-
|
459
|
-
msgid "Index module streams"
|
460
|
-
msgstr ""
|
461
|
-
|
462
|
-
msgid "Index package groups"
|
463
|
-
msgstr ""
|
464
|
-
|
465
|
-
msgid "Install Applicable Errata"
|
466
|
-
msgstr ""
|
467
|
-
|
468
|
-
msgid "Install erratum"
|
469
|
-
msgstr ""
|
470
|
-
|
471
|
-
msgid "Install package"
|
472
|
-
msgstr ""
|
473
|
-
|
474
|
-
msgid "Install package group"
|
475
|
-
msgstr ""
|
476
|
-
|
477
|
-
msgid "Instance update"
|
478
|
-
msgstr ""
|
479
|
-
|
480
381
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
481
382
|
msgstr ""
|
482
383
|
|
@@ -492,6 +393,9 @@ msgstr ""
|
|
492
393
|
msgid "List Policies"
|
493
394
|
msgstr ""
|
494
395
|
|
396
|
+
msgid "List SCAP content profiles"
|
397
|
+
msgstr ""
|
398
|
+
|
495
399
|
msgid "List SCAP contents"
|
496
400
|
msgstr ""
|
497
401
|
|
@@ -634,9 +538,6 @@ msgstr ""
|
|
634
538
|
msgid "Othered|O"
|
635
539
|
msgstr ""
|
636
540
|
|
637
|
-
msgid "Package Profile Update"
|
638
|
-
msgstr ""
|
639
|
-
|
640
541
|
msgid "Passed"
|
641
542
|
msgstr ""
|
642
543
|
|
@@ -695,24 +596,9 @@ msgstr ""
|
|
695
596
|
msgid "Policy with id %s not found."
|
696
597
|
msgstr ""
|
697
598
|
|
698
|
-
msgid "Product Create"
|
699
|
-
msgstr ""
|
700
|
-
|
701
|
-
msgid "Promote"
|
702
|
-
msgstr ""
|
703
|
-
|
704
|
-
msgid "Promotion to Environment"
|
705
|
-
msgstr ""
|
706
|
-
|
707
599
|
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."
|
708
600
|
msgstr ""
|
709
601
|
|
710
|
-
msgid "Publish"
|
711
|
-
msgstr ""
|
712
|
-
|
713
|
-
msgid "Publish Lifecycle Environment Repositories"
|
714
|
-
msgstr ""
|
715
|
-
|
716
602
|
msgid "Puppet class"
|
717
603
|
msgstr ""
|
718
604
|
|
@@ -722,32 +608,8 @@ msgstr ""
|
|
722
608
|
msgid "References"
|
723
609
|
msgstr ""
|
724
610
|
|
725
|
-
msgid "Reindex subscriptions"
|
726
|
-
msgstr ""
|
727
|
-
|
728
611
|
msgid "Remote action:"
|
729
|
-
msgstr ""
|
730
|
-
|
731
|
-
msgid "Remove Content"
|
732
|
-
msgstr ""
|
733
|
-
|
734
|
-
msgid "Remove Version"
|
735
|
-
msgstr ""
|
736
|
-
|
737
|
-
msgid "Remove Versions and Associations"
|
738
|
-
msgstr ""
|
739
|
-
|
740
|
-
msgid "Remove from Environment"
|
741
|
-
msgstr ""
|
742
|
-
|
743
|
-
msgid "Remove package"
|
744
|
-
msgstr ""
|
745
|
-
|
746
|
-
msgid "Remove package group"
|
747
|
-
msgstr ""
|
748
|
-
|
749
|
-
msgid "Remove subscriptions"
|
750
|
-
msgstr ""
|
612
|
+
msgstr "Remote action:"
|
751
613
|
|
752
614
|
msgid "Report Metrics"
|
753
615
|
msgstr ""
|
@@ -764,9 +626,6 @@ msgstr ""
|
|
764
626
|
msgid "Reports"
|
765
627
|
msgstr ""
|
766
628
|
|
767
|
-
msgid "Republish Version Repositories"
|
768
|
-
msgstr ""
|
769
|
-
|
770
629
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
771
630
|
msgstr ""
|
772
631
|
|
@@ -785,9 +644,6 @@ msgstr ""
|
|
785
644
|
msgid "Run OpenSCAP scan"
|
786
645
|
msgstr ""
|
787
646
|
|
788
|
-
msgid "Run Sync Plan:"
|
789
|
-
msgstr ""
|
790
|
-
|
791
647
|
msgid "SCAP Content"
|
792
648
|
msgstr ""
|
793
649
|
|
@@ -893,15 +749,6 @@ msgstr ""
|
|
893
749
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
894
750
|
msgstr ""
|
895
751
|
|
896
|
-
msgid "Sync capsule"
|
897
|
-
msgstr ""
|
898
|
-
|
899
|
-
msgid "Synchronize"
|
900
|
-
msgstr ""
|
901
|
-
|
902
|
-
msgid "Synchronize smart proxy"
|
903
|
-
msgstr ""
|
904
|
-
|
905
752
|
msgid "Tailoring File"
|
906
753
|
msgstr ""
|
907
754
|
|
@@ -966,12 +813,6 @@ msgstr ""
|
|
966
813
|
msgid "Unknown Compliance status"
|
967
814
|
msgstr ""
|
968
815
|
|
969
|
-
msgid "Update"
|
970
|
-
msgstr ""
|
971
|
-
|
972
|
-
msgid "Update Content Overrides"
|
973
|
-
msgstr ""
|
974
|
-
|
975
816
|
msgid "Update a Policy"
|
976
817
|
msgstr ""
|
977
818
|
|
@@ -981,27 +822,6 @@ msgstr ""
|
|
981
822
|
msgid "Update an SCAP content"
|
982
823
|
msgstr ""
|
983
824
|
|
984
|
-
msgid "Update content urls"
|
985
|
-
msgstr ""
|
986
|
-
|
987
|
-
msgid "Update for host"
|
988
|
-
msgstr ""
|
989
|
-
|
990
|
-
msgid "Update http proxy"
|
991
|
-
msgstr ""
|
992
|
-
|
993
|
-
msgid "Update http proxy details"
|
994
|
-
msgstr ""
|
995
|
-
|
996
|
-
msgid "Update package"
|
997
|
-
msgstr ""
|
998
|
-
|
999
|
-
msgid "Update redhat repository"
|
1000
|
-
msgstr ""
|
1001
|
-
|
1002
|
-
msgid "Update release version for host"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
825
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1006
826
|
msgstr ""
|
1007
827
|
|
@@ -1020,12 +840,6 @@ msgstr ""
|
|
1020
840
|
msgid "Upload an ARF report"
|
1021
841
|
msgstr ""
|
1022
842
|
|
1023
|
-
msgid "Upload errata into"
|
1024
|
-
msgstr ""
|
1025
|
-
|
1026
|
-
msgid "Upload into"
|
1027
|
-
msgstr ""
|
1028
|
-
|
1029
843
|
msgid "Upload new SCAP content file"
|
1030
844
|
msgstr ""
|
1031
845
|
|
Binary file
|
@@ -9,8 +9,8 @@ msgid ""
|
|
9
9
|
msgstr ""
|
10
10
|
"Project-Id-Version: Foreman\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
12
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
13
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
14
14
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
|
15
15
|
"\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
@@ -54,9 +54,6 @@ msgstr "Resumen de OpenSCAP de Foreman"
|
|
54
54
|
msgid "A summary of reports for OpenSCAP policies"
|
55
55
|
msgstr "Un resumen de los informes para las políticas de OpenSCAP"
|
56
56
|
|
57
|
-
msgid "Abstract async task"
|
58
|
-
msgstr ""
|
59
|
-
|
60
57
|
msgid "Action with sub plans"
|
61
58
|
msgstr "Acción con subplanes"
|
62
59
|
|
@@ -81,15 +78,6 @@ msgstr "Aplicar política a los hosts"
|
|
81
78
|
msgid "Assign Compliance Policy"
|
82
79
|
msgstr "Asignar política de cumplimiento"
|
83
80
|
|
84
|
-
msgid "Attach subscriptions"
|
85
|
-
msgstr ""
|
86
|
-
|
87
|
-
msgid "Auto attach subscriptions"
|
88
|
-
msgstr ""
|
89
|
-
|
90
|
-
msgid "Auto-attach subscriptions"
|
91
|
-
msgstr ""
|
92
|
-
|
93
81
|
msgid "Back"
|
94
82
|
msgstr "Atrás"
|
95
83
|
|
@@ -129,9 +117,6 @@ msgstr "Elegir período"
|
|
129
117
|
msgid "Choose weekday"
|
130
118
|
msgstr "Elegir día de la semana"
|
131
119
|
|
132
|
-
msgid "Combined Profile Update"
|
133
|
-
msgstr ""
|
134
|
-
|
135
120
|
msgid "Compliance"
|
136
121
|
msgstr "Cumplimiento"
|
137
122
|
|
@@ -171,12 +156,6 @@ msgstr "No pudo validarse %s. Asegúrese de contar con la versión de proxy corr
|
|
171
156
|
msgid "Could not validate %{file_type}. Error %{error}"
|
172
157
|
msgstr "No se pudo validar %{file_type}. Error %{error}"
|
173
158
|
|
174
|
-
msgid "Create"
|
175
|
-
msgstr ""
|
176
|
-
|
177
|
-
msgid "Create Package Group"
|
178
|
-
msgstr ""
|
179
|
-
|
180
159
|
msgid "Create SCAP content"
|
181
160
|
msgstr "Crear contenido de SCAP"
|
182
161
|
|
@@ -201,18 +180,6 @@ msgstr "Perfil XCCDF predeterminado"
|
|
201
180
|
msgid "Delete"
|
202
181
|
msgstr "Borrar"
|
203
182
|
|
204
|
-
msgid "Delete Activation Key"
|
205
|
-
msgstr ""
|
206
|
-
|
207
|
-
msgid "Delete Lifecycle Environment"
|
208
|
-
msgstr ""
|
209
|
-
|
210
|
-
msgid "Delete Package Group"
|
211
|
-
msgstr ""
|
212
|
-
|
213
|
-
msgid "Delete Product"
|
214
|
-
msgstr ""
|
215
|
-
|
216
183
|
msgid "Delete a Policy"
|
217
184
|
msgstr "Eliminar una política"
|
218
185
|
|
@@ -249,18 +216,6 @@ msgstr ""
|
|
249
216
|
msgid "Description"
|
250
217
|
msgstr "Descripción"
|
251
218
|
|
252
|
-
msgid "Destroy"
|
253
|
-
msgstr ""
|
254
|
-
|
255
|
-
msgid "Destroy Content Host"
|
256
|
-
msgstr ""
|
257
|
-
|
258
|
-
msgid "Disable"
|
259
|
-
msgstr ""
|
260
|
-
|
261
|
-
msgid "Discover"
|
262
|
-
msgstr ""
|
263
|
-
|
264
219
|
msgid "Documentation"
|
265
220
|
msgstr "Documentación"
|
266
221
|
|
@@ -297,15 +252,6 @@ msgstr "Editar archivo de personalización"
|
|
297
252
|
msgid "Effective Profile"
|
298
253
|
msgstr "Perfil efectivo"
|
299
254
|
|
300
|
-
msgid "Enable"
|
301
|
-
msgstr ""
|
302
|
-
|
303
|
-
msgid "Errata mail"
|
304
|
-
msgstr ""
|
305
|
-
|
306
|
-
msgid "Export"
|
307
|
-
msgstr ""
|
308
|
-
|
309
255
|
msgid "Failed"
|
310
256
|
msgstr "Errores"
|
311
257
|
|
@@ -340,15 +286,9 @@ msgstr "Ocurrió un error al cargar el informe Arf. No se encontró el nombre de
|
|
340
286
|
msgid "Failed|F"
|
341
287
|
msgstr "F"
|
342
288
|
|
343
|
-
msgid "Fetch pxe files"
|
344
|
-
msgstr ""
|
345
|
-
|
346
289
|
msgid "File Upload"
|
347
290
|
msgstr "Carga del archivo"
|
348
291
|
|
349
|
-
msgid "Filtered index content"
|
350
|
-
msgstr ""
|
351
|
-
|
352
292
|
msgid "Full Report"
|
353
293
|
msgstr "Informe completo"
|
354
294
|
|
@@ -406,12 +346,6 @@ msgstr "Hosts que envían esta regla"
|
|
406
346
|
msgid "How the policy should be deployed"
|
407
347
|
msgstr ""
|
408
348
|
|
409
|
-
msgid "Hypervisors"
|
410
|
-
msgstr ""
|
411
|
-
|
412
|
-
msgid "Hypervisors update"
|
413
|
-
msgstr ""
|
414
|
-
|
415
349
|
msgid "ID of OpenSCAP Proxy"
|
416
350
|
msgstr "ID del proxy OpenSCAP"
|
417
351
|
|
@@ -446,39 +380,6 @@ msgstr "Inconcluso"
|
|
446
380
|
msgid "Inconclusive results"
|
447
381
|
msgstr "Resultados inconclusos"
|
448
382
|
|
449
|
-
msgid "Incremental Update"
|
450
|
-
msgstr ""
|
451
|
-
|
452
|
-
msgid "Incremental Update of Content View Version(s) "
|
453
|
-
msgstr ""
|
454
|
-
|
455
|
-
msgid "Index content"
|
456
|
-
msgstr ""
|
457
|
-
|
458
|
-
msgid "Index errata"
|
459
|
-
msgstr ""
|
460
|
-
|
461
|
-
msgid "Index module streams"
|
462
|
-
msgstr ""
|
463
|
-
|
464
|
-
msgid "Index package groups"
|
465
|
-
msgstr ""
|
466
|
-
|
467
|
-
msgid "Install Applicable Errata"
|
468
|
-
msgstr ""
|
469
|
-
|
470
|
-
msgid "Install erratum"
|
471
|
-
msgstr ""
|
472
|
-
|
473
|
-
msgid "Install package"
|
474
|
-
msgstr ""
|
475
|
-
|
476
|
-
msgid "Install package group"
|
477
|
-
msgstr ""
|
478
|
-
|
479
|
-
msgid "Instance update"
|
480
|
-
msgstr ""
|
481
|
-
|
482
383
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
483
384
|
msgstr "A veces, puede ser necesario ajustar la política de seguridad en función de sus necesidades específicas."
|
484
385
|
|
@@ -494,6 +395,9 @@ msgstr "Enumerar los informes ARF"
|
|
494
395
|
msgid "List Policies"
|
495
396
|
msgstr "Enumerar políticas"
|
496
397
|
|
398
|
+
msgid "List SCAP content profiles"
|
399
|
+
msgstr ""
|
400
|
+
|
497
401
|
msgid "List SCAP contents"
|
498
402
|
msgstr "Listar contenidos de SCAP"
|
499
403
|
|
@@ -636,9 +540,6 @@ msgstr "Distinto"
|
|
636
540
|
msgid "Othered|O"
|
637
541
|
msgstr "Distinto|O"
|
638
542
|
|
639
|
-
msgid "Package Profile Update"
|
640
|
-
msgstr ""
|
641
|
-
|
642
543
|
msgid "Passed"
|
643
544
|
msgstr "Leído"
|
644
545
|
|
@@ -697,24 +598,9 @@ msgstr "Programación de la política, día de la semana (solo si el periodo es
|
|
697
598
|
msgid "Policy with id %s not found."
|
698
599
|
msgstr ""
|
699
600
|
|
700
|
-
msgid "Product Create"
|
701
|
-
msgstr ""
|
702
|
-
|
703
|
-
msgid "Promote"
|
704
|
-
msgstr ""
|
705
|
-
|
706
|
-
msgid "Promotion to Environment"
|
707
|
-
msgstr ""
|
708
|
-
|
709
601
|
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."
|
710
602
|
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."
|
711
603
|
|
712
|
-
msgid "Publish"
|
713
|
-
msgstr ""
|
714
|
-
|
715
|
-
msgid "Publish Lifecycle Environment Repositories"
|
716
|
-
msgstr ""
|
717
|
-
|
718
604
|
msgid "Puppet class"
|
719
605
|
msgstr "Clase Puppet"
|
720
606
|
|
@@ -724,33 +610,9 @@ msgstr "Fundamento"
|
|
724
610
|
msgid "References"
|
725
611
|
msgstr "Referencias"
|
726
612
|
|
727
|
-
msgid "Reindex subscriptions"
|
728
|
-
msgstr ""
|
729
|
-
|
730
613
|
msgid "Remote action:"
|
731
614
|
msgstr "Acción remota:"
|
732
615
|
|
733
|
-
msgid "Remove Content"
|
734
|
-
msgstr ""
|
735
|
-
|
736
|
-
msgid "Remove Version"
|
737
|
-
msgstr ""
|
738
|
-
|
739
|
-
msgid "Remove Versions and Associations"
|
740
|
-
msgstr ""
|
741
|
-
|
742
|
-
msgid "Remove from Environment"
|
743
|
-
msgstr ""
|
744
|
-
|
745
|
-
msgid "Remove package"
|
746
|
-
msgstr ""
|
747
|
-
|
748
|
-
msgid "Remove package group"
|
749
|
-
msgstr ""
|
750
|
-
|
751
|
-
msgid "Remove subscriptions"
|
752
|
-
msgstr ""
|
753
|
-
|
754
616
|
msgid "Report Metrics"
|
755
617
|
msgstr "Métrica de informe"
|
756
618
|
|
@@ -766,9 +628,6 @@ msgstr "Informado a las %s"
|
|
766
628
|
msgid "Reports"
|
767
629
|
msgstr "Informes"
|
768
630
|
|
769
|
-
msgid "Republish Version Repositories"
|
770
|
-
msgstr ""
|
771
|
-
|
772
631
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
773
632
|
msgstr "Expiró el tiempo de conexión. Pruebe incrementarlo en Configuración->proxy_request_timeout"
|
774
633
|
|
@@ -787,9 +646,6 @@ msgstr ""
|
|
787
646
|
msgid "Run OpenSCAP scan"
|
788
647
|
msgstr "Ejecutar escaneo OpenSCAP"
|
789
648
|
|
790
|
-
msgid "Run Sync Plan:"
|
791
|
-
msgstr ""
|
792
|
-
|
793
649
|
msgid "SCAP Content"
|
794
650
|
msgstr "Contenido de SCAP"
|
795
651
|
|
@@ -895,15 +751,6 @@ msgstr "Informe de resumen para OpenScap de Foreman"
|
|
895
751
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
896
752
|
msgstr "Informe resumen del servidor Foreman en %{foreman_url}"
|
897
753
|
|
898
|
-
msgid "Sync capsule"
|
899
|
-
msgstr ""
|
900
|
-
|
901
|
-
msgid "Synchronize"
|
902
|
-
msgstr ""
|
903
|
-
|
904
|
-
msgid "Synchronize smart proxy"
|
905
|
-
msgstr ""
|
906
|
-
|
907
754
|
msgid "Tailoring File"
|
908
755
|
msgstr "Personalizando archivo"
|
909
756
|
|
@@ -968,12 +815,6 @@ msgstr "Eliminar asignación de política de cumplimiento"
|
|
968
815
|
msgid "Unknown Compliance status"
|
969
816
|
msgstr "Estado de cumplimiento desconocido"
|
970
817
|
|
971
|
-
msgid "Update"
|
972
|
-
msgstr ""
|
973
|
-
|
974
|
-
msgid "Update Content Overrides"
|
975
|
-
msgstr ""
|
976
|
-
|
977
818
|
msgid "Update a Policy"
|
978
819
|
msgstr "Actualizar una política"
|
979
820
|
|
@@ -983,27 +824,6 @@ msgstr "Actualizar un archivo de personalización"
|
|
983
824
|
msgid "Update an SCAP content"
|
984
825
|
msgstr "Actualizar el contenido de SCAP"
|
985
826
|
|
986
|
-
msgid "Update content urls"
|
987
|
-
msgstr ""
|
988
|
-
|
989
|
-
msgid "Update for host"
|
990
|
-
msgstr ""
|
991
|
-
|
992
|
-
msgid "Update http proxy"
|
993
|
-
msgstr ""
|
994
|
-
|
995
|
-
msgid "Update http proxy details"
|
996
|
-
msgstr ""
|
997
|
-
|
998
|
-
msgid "Update package"
|
999
|
-
msgstr ""
|
1000
|
-
|
1001
|
-
msgid "Update redhat repository"
|
1002
|
-
msgstr ""
|
1003
|
-
|
1004
|
-
msgid "Update release version for host"
|
1005
|
-
msgstr ""
|
1006
|
-
|
1007
827
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1008
828
|
msgstr "Hosts actualizados: Asignados con proxy OpenSCAP: %s"
|
1009
829
|
|
@@ -1022,12 +842,6 @@ msgstr "Subir nuevo archivo de personalización"
|
|
1022
842
|
msgid "Upload an ARF report"
|
1023
843
|
msgstr "Cargar un informe ARF"
|
1024
844
|
|
1025
|
-
msgid "Upload errata into"
|
1026
|
-
msgstr ""
|
1027
|
-
|
1028
|
-
msgid "Upload into"
|
1029
|
-
msgstr ""
|
1030
|
-
|
1031
845
|
msgid "Upload new SCAP content file"
|
1032
846
|
msgstr "Cargar nuevo archivo de contenido de SCAP"
|
1033
847
|
|