foreman_openscap 2.0.1 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
  3. data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
  4. data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
  5. data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
  6. data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
  7. data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
  8. data/app/controllers/scap_contents_controller.rb +1 -1
  9. data/app/controllers/tailoring_files_controller.rb +1 -1
  10. data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
  11. data/app/models/foreman_openscap/policy.rb +1 -1
  12. data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
  13. data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
  14. data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
  15. data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
  16. data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
  17. data/app/views/arf_reports/_list.html.erb +1 -1
  18. data/app/views/arf_reports/welcome.html.erb +2 -0
  19. data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
  20. data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
  21. data/app/views/policies/select_multiple_hosts.html.erb +1 -1
  22. data/config/routes.rb +2 -0
  23. data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
  24. data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
  25. data/lib/foreman_openscap/engine.rb +9 -6
  26. data/lib/foreman_openscap/helper.rb +1 -1
  27. data/lib/foreman_openscap/version.rb +1 -1
  28. data/locale/action_names.rb +2 -7
  29. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/de/foreman_openscap.po +9 -194
  31. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/en_GB/foreman_openscap.po +8 -194
  33. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  34. data/locale/es/foreman_openscap.po +5 -191
  35. data/locale/foreman_openscap.pot +91 -336
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.po +5 -191
  38. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/gl/foreman_openscap.po +4 -190
  40. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  41. data/locale/it/foreman_openscap.po +4 -190
  42. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/ja/foreman_openscap.po +5 -191
  44. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  45. data/locale/ko/foreman_openscap.po +4 -190
  46. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/pt_BR/foreman_openscap.po +5 -191
  48. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ru/foreman_openscap.po +4 -190
  50. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/sv_SE/foreman_openscap.po +4 -190
  52. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  53. data/locale/zh_CN/foreman_openscap.po +5 -191
  54. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/zh_TW/foreman_openscap.po +4 -190
  56. data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
  57. data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
  58. data/test/test_plugin_helper.rb +2 -2
  59. metadata +18 -11
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Foreman\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
11
+ "PO-Revision-Date: 2020-03-02 20:59+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -52,9 +52,6 @@ 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
56
  msgstr "하위 계획이 있는 작업"
60
57
 
@@ -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 "뒤로(_B)"
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 "SCAP 컨텐츠 생성"
180
159
 
@@ -199,18 +178,6 @@ msgstr "기본 XCCDF 프로파일"
199
178
  msgid "Delete"
200
179
  msgstr "삭제"
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 "설명"
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 "F"
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,12 +344,6 @@ 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
 
@@ -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 "SCAP 컨텐츠 나열"
497
401
 
@@ -634,9 +538,6 @@ msgstr "제외됨"
634
538
  msgid "Othered|O"
635
539
  msgstr "제외됨|O"
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 "Puppet 클래스 "
718
604
 
@@ -722,33 +608,9 @@ msgstr "근거"
722
608
  msgid "References"
723
609
  msgstr "참조"
724
610
 
725
- msgid "Reindex subscriptions"
726
- msgstr ""
727
-
728
611
  msgid "Remote action:"
729
612
  msgstr "원격 작업:"
730
613
 
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 ""
751
-
752
614
  msgid "Report Metrics"
753
615
  msgstr "보고서 메트릭스 "
754
616
 
@@ -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 "SCAP 컨텐츠"
793
649
 
@@ -893,15 +749,6 @@ msgstr ""
893
749
  msgid "Summary report from Foreman server at %{foreman_url}"
894
750
  msgstr "%{foreman_url}의 Foreman 서버에서 가져온 요약"
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 "SCAP 컨텐츠 업데이트"
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 "ARF 보고서 업로드"
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 "새 SCAP 컨텐츠 파일 업로드"
1031
845
 
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Foreman\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
11
+ "PO-Revision-Date: 2020-03-02 20:59+0000\n"
12
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
14
14
  "anguage/pt_BR/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -53,9 +53,6 @@ msgstr "Resumo do OpenSCAP do Foreman"
53
53
  msgid "A summary of reports for OpenSCAP policies"
54
54
  msgstr "Um resumo de relatórios para políticas OpenSCAP"
55
55
 
56
- msgid "Abstract async task"
57
- msgstr ""
58
-
59
56
  msgid "Action with sub plans"
60
57
  msgstr "Ação com subplanos"
61
58
 
@@ -80,15 +77,6 @@ msgstr "Aplicar política aos hosts"
80
77
  msgid "Assign Compliance Policy"
81
78
  msgstr "Atribuir Política de Conformidade"
82
79
 
83
- msgid "Attach subscriptions"
84
- msgstr ""
85
-
86
- msgid "Auto attach subscriptions"
87
- msgstr ""
88
-
89
- msgid "Auto-attach subscriptions"
90
- msgstr ""
91
-
92
80
  msgid "Back"
93
81
  msgstr "Voltar"
94
82
 
@@ -128,9 +116,6 @@ msgstr "Selecionar período"
128
116
  msgid "Choose weekday"
129
117
  msgstr "Selecionar dia útil"
130
118
 
131
- msgid "Combined Profile Update"
132
- msgstr ""
133
-
134
119
  msgid "Compliance"
135
120
  msgstr "Conformidade"
136
121
 
@@ -170,12 +155,6 @@ msgstr "Não foi possível validar %s. Certifique-se de que você tem a versão
170
155
  msgid "Could not validate %{file_type}. Error %{error}"
171
156
  msgstr "Não foi possível validar %{file_type}. Erro %{error}"
172
157
 
173
- msgid "Create"
174
- msgstr ""
175
-
176
- msgid "Create Package Group"
177
- msgstr ""
178
-
179
158
  msgid "Create SCAP content"
180
159
  msgstr "Criar conteúdo SCAP"
181
160
 
@@ -200,18 +179,6 @@ msgstr "Perfil XCCDF padrão "
200
179
  msgid "Delete"
201
180
  msgstr "Excluir"
202
181
 
203
- msgid "Delete Activation Key"
204
- msgstr ""
205
-
206
- msgid "Delete Lifecycle Environment"
207
- msgstr ""
208
-
209
- msgid "Delete Package Group"
210
- msgstr ""
211
-
212
- msgid "Delete Product"
213
- msgstr ""
214
-
215
182
  msgid "Delete a Policy"
216
183
  msgstr "Excluir uma política"
217
184
 
@@ -248,18 +215,6 @@ msgstr ""
248
215
  msgid "Description"
249
216
  msgstr "Descrição"
250
217
 
251
- msgid "Destroy"
252
- msgstr ""
253
-
254
- msgid "Destroy Content Host"
255
- msgstr ""
256
-
257
- msgid "Disable"
258
- msgstr ""
259
-
260
- msgid "Discover"
261
- msgstr ""
262
-
263
218
  msgid "Documentation"
264
219
  msgstr "Documentação"
265
220
 
@@ -296,15 +251,6 @@ msgstr "Editar arquivo de personalização"
296
251
  msgid "Effective Profile"
297
252
  msgstr "Perfil efetivo"
298
253
 
299
- msgid "Enable"
300
- msgstr ""
301
-
302
- msgid "Errata mail"
303
- msgstr ""
304
-
305
- msgid "Export"
306
- msgstr ""
307
-
308
254
  msgid "Failed"
309
255
  msgstr "Reprovado(s)"
310
256
 
@@ -339,15 +285,9 @@ msgstr "Falha ao carregar relatório ARF. O nome do proxy OpenSCAP ou URL não f
339
285
  msgid "Failed|F"
340
286
  msgstr "Reprovado|R"
341
287
 
342
- msgid "Fetch pxe files"
343
- msgstr ""
344
-
345
288
  msgid "File Upload"
346
289
  msgstr "Carregamento de Arquivo"
347
290
 
348
- msgid "Filtered index content"
349
- msgstr ""
350
-
351
291
  msgid "Full Report"
352
292
  msgstr "Relatório completo"
353
293
 
@@ -405,12 +345,6 @@ msgstr "Hosts transmitindo esta regra"
405
345
  msgid "How the policy should be deployed"
406
346
  msgstr ""
407
347
 
408
- msgid "Hypervisors"
409
- msgstr ""
410
-
411
- msgid "Hypervisors update"
412
- msgstr ""
413
-
414
348
  msgid "ID of OpenSCAP Proxy"
415
349
  msgstr "ID do proxy OpenSCAP"
416
350
 
@@ -449,39 +383,6 @@ msgstr "Inconclusivo"
449
383
  msgid "Inconclusive results"
450
384
  msgstr "Resultados inconclusivos"
451
385
 
452
- msgid "Incremental Update"
453
- msgstr ""
454
-
455
- msgid "Incremental Update of Content View Version(s) "
456
- msgstr ""
457
-
458
- msgid "Index content"
459
- msgstr ""
460
-
461
- msgid "Index errata"
462
- msgstr ""
463
-
464
- msgid "Index module streams"
465
- msgstr ""
466
-
467
- msgid "Index package groups"
468
- msgstr ""
469
-
470
- msgid "Install Applicable Errata"
471
- msgstr ""
472
-
473
- msgid "Install erratum"
474
- msgstr ""
475
-
476
- msgid "Install package"
477
- msgstr ""
478
-
479
- msgid "Install package group"
480
- msgstr ""
481
-
482
- msgid "Instance update"
483
- msgstr ""
484
-
485
386
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
486
387
  msgstr "Algumas vezes, poderá ser necessário ajustar a política de segurança para suas necessidades específicas."
487
388
 
@@ -497,6 +398,9 @@ msgstr "Listar relatórios ARF"
497
398
  msgid "List Policies"
498
399
  msgstr "Listar políticas"
499
400
 
401
+ msgid "List SCAP content profiles"
402
+ msgstr ""
403
+
500
404
  msgid "List SCAP contents"
501
405
  msgstr "Listar conteúdos SCAP"
502
406
 
@@ -639,9 +543,6 @@ msgstr "Outros"
639
543
  msgid "Othered|O"
640
544
  msgstr "Outros|O"
641
545
 
642
- msgid "Package Profile Update"
643
- msgstr ""
644
-
645
546
  msgid "Passed"
646
547
  msgstr "Aprovado(s)"
647
548
 
@@ -700,24 +601,9 @@ msgstr "Dia da semana de agendamento da política (apenas se o período for == \
700
601
  msgid "Policy with id %s not found."
701
602
  msgstr ""
702
603
 
703
- msgid "Product Create"
704
- msgstr ""
705
-
706
- msgid "Promote"
707
- msgstr ""
708
-
709
- msgid "Promotion to Environment"
710
- msgstr ""
711
-
712
604
  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."
713
605
  msgstr "Falha do proxy ao enviar um relatório do spoll ao Foreman. Isso indica um formato de relatório corrompido. O relatório foi movido para o diretório de armazenamento de arquivos corrompidos no proxy para inspeção posterior."
714
606
 
715
- msgid "Publish"
716
- msgstr ""
717
-
718
- msgid "Publish Lifecycle Environment Repositories"
719
- msgstr ""
720
-
721
607
  msgid "Puppet class"
722
608
  msgstr "Classe Puppet"
723
609
 
@@ -727,33 +613,9 @@ msgstr "Base lógica"
727
613
  msgid "References"
728
614
  msgstr "Referência"
729
615
 
730
- msgid "Reindex subscriptions"
731
- msgstr ""
732
-
733
616
  msgid "Remote action:"
734
617
  msgstr "Ação remota:"
735
618
 
736
- msgid "Remove Content"
737
- msgstr ""
738
-
739
- msgid "Remove Version"
740
- msgstr ""
741
-
742
- msgid "Remove Versions and Associations"
743
- msgstr ""
744
-
745
- msgid "Remove from Environment"
746
- msgstr ""
747
-
748
- msgid "Remove package"
749
- msgstr ""
750
-
751
- msgid "Remove package group"
752
- msgstr ""
753
-
754
- msgid "Remove subscriptions"
755
- msgstr ""
756
-
757
619
  msgid "Report Metrics"
758
620
  msgstr "Relatar Medidas"
759
621
 
@@ -769,9 +631,6 @@ msgstr "Relatado em %s"
769
631
  msgid "Reports"
770
632
  msgstr "Relatórios"
771
633
 
772
- msgid "Republish Version Repositories"
773
- msgstr ""
774
-
775
634
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
776
635
  msgstr "Solicitação expirou. Tente aumentar as configurações -> proxy_request_timeout"
777
636
 
@@ -790,9 +649,6 @@ msgstr ""
790
649
  msgid "Run OpenSCAP scan"
791
650
  msgstr "Executar verificação OpenSCAP"
792
651
 
793
- msgid "Run Sync Plan:"
794
- msgstr ""
795
-
796
652
  msgid "SCAP Content"
797
653
  msgstr "Conteúdo SCAP"
798
654
 
@@ -898,15 +754,6 @@ msgstr "Relatório de resumo para OpenScap do Foreman"
898
754
  msgid "Summary report from Foreman server at %{foreman_url}"
899
755
  msgstr "Relatório de resumo do servidor Foreman em %{foreman_url}"
900
756
 
901
- msgid "Sync capsule"
902
- msgstr ""
903
-
904
- msgid "Synchronize"
905
- msgstr ""
906
-
907
- msgid "Synchronize smart proxy"
908
- msgstr ""
909
-
910
757
  msgid "Tailoring File"
911
758
  msgstr "Arquivo de personalização"
912
759
 
@@ -973,12 +820,6 @@ msgstr "Cancelar Atribuição da Política de Conformidade"
973
820
  msgid "Unknown Compliance status"
974
821
  msgstr "Status de conformidade desconhecido"
975
822
 
976
- msgid "Update"
977
- msgstr ""
978
-
979
- msgid "Update Content Overrides"
980
- msgstr ""
981
-
982
823
  msgid "Update a Policy"
983
824
  msgstr "Atualizar uma política"
984
825
 
@@ -988,27 +829,6 @@ msgstr "Atualizar um arquivo de personalização"
988
829
  msgid "Update an SCAP content"
989
830
  msgstr "Atualizar um conteúdo SCAP"
990
831
 
991
- msgid "Update content urls"
992
- msgstr ""
993
-
994
- msgid "Update for host"
995
- msgstr ""
996
-
997
- msgid "Update http proxy"
998
- msgstr ""
999
-
1000
- msgid "Update http proxy details"
1001
- msgstr ""
1002
-
1003
- msgid "Update package"
1004
- msgstr ""
1005
-
1006
- msgid "Update redhat repository"
1007
- msgstr ""
1008
-
1009
- msgid "Update release version for host"
1010
- msgstr ""
1011
-
1012
832
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
1013
833
  msgstr "Hosts atualizados: atribuídos com proxy de OpenSCAP: %s"
1014
834
 
@@ -1027,12 +847,6 @@ msgstr "Atualizar novo arquivo de personalização"
1027
847
  msgid "Upload an ARF report"
1028
848
  msgstr "Carregar um relatório Arf"
1029
849
 
1030
- msgid "Upload errata into"
1031
- msgstr ""
1032
-
1033
- msgid "Upload into"
1034
- msgstr ""
1035
-
1036
850
  msgid "Upload new SCAP content file"
1037
851
  msgstr "Carregar novo arquivo de conteúdo SCAP"
1038
852