katello 4.1.0.rc2.2 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/pt/katello.po CHANGED
@@ -3134,6 +3134,9 @@ msgstr ""
3134
3134
  msgid "No manifest file uploaded"
3135
3135
  msgstr ""
3136
3136
 
3137
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3138
+ msgstr ""
3139
+
3137
3140
  msgid "No matching content views found"
3138
3141
  msgstr ""
3139
3142
 
@@ -4405,10 +4408,13 @@ msgstr ""
4405
4408
  msgid "Source RPM"
4406
4409
  msgstr ""
4407
4410
 
4411
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4412
+ msgstr ""
4413
+
4408
4414
  msgid "Specify the list of units in each repo"
4409
4415
  msgstr ""
4410
4416
 
4411
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4417
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4412
4418
  msgstr ""
4413
4419
 
4414
4420
  msgid "Stacking ID"
@@ -4738,11 +4744,6 @@ msgstr ""
4738
4744
  msgid "The following hosts have errata that apply to them: "
4739
4745
  msgstr ""
4740
4746
 
4741
- msgid ""
4742
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4743
- " %{repos}"
4744
- msgstr ""
4745
-
4746
4747
  msgid ""
4747
4748
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4748
4749
  " %{repos}"
@@ -4769,6 +4770,11 @@ msgstr ""
4769
4770
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4770
4771
  msgstr ""
4771
4772
 
4773
+ msgid ""
4774
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4775
+ " %{repos}"
4776
+ msgstr ""
4777
+
4772
4778
  msgid "The page you are attempting to access requires selecting a specific organization."
4773
4779
  msgstr ""
4774
4780
 
@@ -16,7 +16,6 @@ msgid ""
16
16
  msgstr ""
17
17
  "Project-Id-Version: katello 2.4.0-RC1\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
20
19
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
20
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
22
21
  "Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/11"
@@ -516,7 +515,7 @@ msgid "Destination Server name"
516
515
  msgstr ""
517
516
 
518
517
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
519
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
518
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
520
519
  msgstr ""
521
520
 
522
521
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3611,11 +3610,11 @@ msgstr ""
3611
3610
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3612
3611
  msgstr ""
3613
3612
 
3614
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3613
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3615
3614
  msgid "Create"
3616
3615
  msgstr "Criar"
3617
3616
 
3618
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3617
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3619
3618
  msgid "Delete Activation Key"
3620
3619
  msgstr "Remover chave de ativação"
3621
3620
 
@@ -3631,11 +3630,11 @@ msgstr "Nenhum pacote removido"
3631
3630
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3632
3631
  msgstr "O Host não respondeu dentro de %s segundos. A tarefa foi cancelada. Verifique se katello-agent está instalado e goferd está em execução no Host."
3633
3632
 
3634
- #: ../app/lib/actions/katello/agent_action.rb:86
3633
+ #: ../app/lib/actions/katello/agent_action.rb:90
3635
3634
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3636
3635
  msgstr "O host não completou a ação de conteúdo em %s segundos. A tarefa foi cancelada."
3637
3636
 
3638
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3637
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3639
3638
  msgid "Generate host applicability"
3640
3639
  msgstr "Gerar aplicabilidade de host"
3641
3640
 
@@ -3643,15 +3642,15 @@ msgstr "Gerar aplicabilidade de host"
3643
3642
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3644
3643
  msgstr ""
3645
3644
 
3646
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3645
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3647
3646
  msgid "Bulk generate applicability for hosts"
3648
3647
  msgstr "Aplicabilidade de geração em massa para hosts"
3649
3648
 
3650
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3649
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3651
3650
  msgid "Generate repository applicability"
3652
3651
  msgstr "Gerar aplicabilidade de repositório"
3653
3652
 
3654
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3653
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3655
3654
  msgid "Synchronize smart proxy"
3656
3655
  msgstr "Sincronizar proxy inteligente"
3657
3656
 
@@ -3663,7 +3662,7 @@ msgstr "Ação não permitida para o proxy inteligente padrão."
3663
3662
  msgid "Sync Content View on Smart Proxy(ies)"
3664
3663
  msgstr "Sincronizar visualização de conteúdo em Proxy(ies) Inteligente(s)"
3665
3664
 
3666
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3665
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3667
3666
  msgid "Delete"
3668
3667
  msgstr "Excluir"
3669
3668
 
@@ -3715,7 +3714,7 @@ msgstr "Conteúdo adicionado:"
3715
3714
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3716
3715
  msgstr "Não foi possível promover ambiente fora da sequência. Use força para sobrepor restrições."
3717
3716
 
3718
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3717
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3719
3718
  msgid "Promotion to Environment"
3720
3719
  msgstr "Promoção a ambiente"
3721
3720
 
@@ -3727,7 +3726,7 @@ msgstr "O rótulo do repositório '%s' não está associado à visualização do
3727
3726
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3728
3727
  msgstr "A visualização de conteúdo tem o rótulo de repositório '%s', que não está especificado no parâmetro repos_units."
3729
3728
 
3730
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3729
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3731
3730
  msgid "Publish"
3732
3731
  msgstr "Publicar"
3733
3732
 
@@ -3739,7 +3738,7 @@ msgstr "Publicação automática - Acionado por '%s'"
3739
3738
  msgid "Cannot delete version while it is in environment %s"
3740
3739
  msgstr "Não é possível remover versão enquanto estiver nos ambientes: %s"
3741
3740
 
3742
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3741
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3743
3742
  msgid "Remove Versions and Associations"
3744
3743
  msgstr "Versões a remover e associações"
3745
3744
 
@@ -3759,7 +3758,7 @@ msgstr "Incapaz de reatribuir activation_keys. Por favor, verifique a activation
3759
3758
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3760
3759
  msgstr "Não foi possível remover visualização de conteúdo de um ambiente. Visualização de conteúdo '%{view}' não está no ambiente de ciclo de vida '%{env}'."
3761
3760
 
3762
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3761
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3763
3762
  msgid "Remove from Environment"
3764
3763
  msgstr "Remover do Ambiente"
3765
3764
 
@@ -3771,7 +3770,7 @@ msgstr "Versão a Remover"
3771
3770
  msgid "Create Repositories"
3772
3771
  msgstr "Criar repositórios"
3773
3772
 
3774
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3773
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3775
3774
  msgid "Export"
3776
3775
  msgstr "Exportar"
3777
3776
 
@@ -3779,15 +3778,15 @@ msgstr "Exportar"
3779
3778
  msgid "Content view not provided in the metadata"
3780
3779
  msgstr ""
3781
3780
 
3782
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3781
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3783
3782
  msgid "Import Content View Version"
3784
3783
  msgstr ""
3785
3784
 
3786
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3785
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3787
3786
  msgid "Import Default Content View"
3788
3787
  msgstr ""
3789
3788
 
3790
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3789
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3791
3790
  msgid "Incremental Update"
3792
3791
  msgstr "Atualização Adicional"
3793
3792
 
@@ -3811,15 +3810,15 @@ msgstr "Nenhuma Versão de Visualização de Conteúdo %{component} existe ainda
3811
3810
  msgid "Republish Repositories of %{name} %{version}"
3812
3811
  msgstr "Republicar repositórios de %{name} %{version}"
3813
3812
 
3814
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3813
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3815
3814
  msgid "Republish Version Repositories"
3816
3815
  msgstr "Republicar repositórios da versão"
3817
3816
 
3818
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3817
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3819
3818
  msgid "Delete Lifecycle Environment"
3820
3819
  msgstr "Remover um Ambiente de Ciclo de Vida"
3821
3820
 
3822
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3821
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3823
3822
  msgid "Publish Lifecycle Environment Repositories"
3824
3823
  msgstr "Publicar repositórios do ambiente de ciclo de vida"
3825
3824
 
@@ -3835,7 +3834,7 @@ msgstr "Anexar subscrições a %s"
3835
3834
  msgid "Unknown"
3836
3835
  msgstr "Desconhecido"
3837
3836
 
3838
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3837
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3839
3838
  msgid "Attach subscriptions"
3840
3839
  msgstr "Anexar subscrições"
3841
3840
 
@@ -3843,7 +3842,7 @@ msgstr "Anexar subscrições"
3843
3842
  msgid "Destroy Content Host %s"
3844
3843
  msgstr "Destruir host de conteúdo %s"
3845
3844
 
3846
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3845
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3847
3846
  msgid "Destroy Content Host"
3848
3847
  msgstr "Destruir Host de Conteúdo"
3849
3848
 
@@ -3855,7 +3854,7 @@ msgstr "errata_ids ou update_all devem ser fornecidos"
3855
3854
  msgid "No applicable errata for %s, skipping"
3856
3855
  msgstr "Nenhuma errata aplicável para %s, ignorando"
3857
3856
 
3858
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3857
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3859
3858
  msgid "Install Applicable Errata"
3860
3859
  msgstr "Instalar Errata Aplicável"
3861
3860
 
@@ -3947,7 +3946,7 @@ msgstr "Status de atualização de erros para %s: "
3947
3946
  msgid "Remove subscriptions from %s"
3948
3947
  msgstr "Remover as subscrições de %s"
3949
3948
 
3950
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3949
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3951
3950
  msgid "Remove subscriptions"
3952
3951
  msgstr "Remover as subscrições"
3953
3952
 
@@ -3959,7 +3958,7 @@ msgstr "O host não está registrado atualmente com o subscription-manager."
3959
3958
  msgid "Update Content Overrides to %s"
3960
3959
  msgstr "Atualizar substituições de conteúdo para %s"
3961
3960
 
3962
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3961
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3963
3962
  msgid "Update Content Overrides"
3964
3963
  msgstr "Atualizar substituições do conteúdo"
3965
3964
 
@@ -3979,7 +3978,7 @@ msgstr "Atualização para host %s"
3979
3978
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3980
3979
  msgstr "Não é possível atribuir a versão de lançamento %{release_version} ao host %{name}."
3981
3980
 
3982
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3981
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3983
3982
  msgid "Update release version for host"
3984
3983
  msgstr "Atualizar versão do host"
3985
3984
 
@@ -3991,7 +3990,7 @@ msgstr "Atualizar versão do host para %s"
3991
3990
  msgid "Updating System Purpose for host %s"
3992
3991
  msgstr ""
3993
3992
 
3994
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3993
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3995
3994
  msgid "Updating System Purpose for host"
3996
3995
  msgstr ""
3997
3996
 
@@ -3999,7 +3998,7 @@ msgstr ""
3999
3998
  msgid "Package Profile Update for %s"
4000
3999
  msgstr "Atualização de Perfil de Pacote para %s"
4001
4000
 
4002
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
4001
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4003
4002
  msgid "Package Profile Update"
4004
4003
  msgstr "Atualização de Perfil de Pacote"
4005
4004
 
@@ -4007,11 +4006,11 @@ msgstr "Atualização de Perfil de Pacote"
4007
4006
  msgid "Combined Profile Update for %s"
4008
4007
  msgstr "Atualização de perfil combinado para %s"
4009
4008
 
4010
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4009
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4011
4010
  msgid "Combined Profile Update"
4012
4011
  msgstr "Atualização de perfil combinado"
4013
4012
 
4014
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4013
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4015
4014
  msgid "Destroy"
4016
4015
  msgstr "Destruir"
4017
4016
 
@@ -4051,7 +4050,7 @@ msgstr "Habilitar acesso a conteúdo simples"
4051
4050
  msgid "Cannot delete redhat product content"
4052
4051
  msgstr "Não é possível excluir o conteúdo do produto redhat"
4053
4052
 
4054
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4053
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4055
4054
  msgid "Product Create"
4056
4055
  msgstr "Criação de Produto"
4057
4056
 
@@ -4063,7 +4062,7 @@ msgstr "Não é possível excluir o produto Red Hat: %{product}"
4063
4062
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4064
4063
  msgstr "Não é possível excluir produtos com repositórios publicados em uma visualização de conteúdo. Produto: %{product}, %{view_versions}"
4065
4064
 
4066
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4065
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4067
4066
  msgid "Delete Product"
4068
4067
  msgstr "Remover Produto"
4069
4068
 
@@ -4079,7 +4078,7 @@ msgstr "O provedor da Red Hat não pode ser removido"
4079
4078
  msgid "Cannot delete provider with attached products"
4080
4079
  msgstr "Não foi possível remover provedor com produtos anexados"
4081
4080
 
4082
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4081
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4083
4082
  msgid "Update"
4084
4083
  msgstr "Atualizar"
4085
4084
 
@@ -4095,7 +4094,7 @@ msgstr "Não é possível publicar uma coleção com nomes de arquivos rpm"
4095
4094
  msgid "Cannot publish a link repository if multiple component clones are specified"
4096
4095
  msgstr "Não será possível publicar um repositório de links se houver vários clones de componentes especificados"
4097
4096
 
4098
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4097
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4099
4098
  msgid "Delete Package Group"
4100
4099
  msgstr "Excluir grupo de pacotes"
4101
4100
 
@@ -4107,7 +4106,7 @@ msgstr "Não foi possível exportar, a configuração 'pulp_export_destination'
4107
4106
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4108
4107
  msgstr ""
4109
4108
 
4110
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4109
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4111
4110
  msgid "Upload into"
4112
4111
  msgstr "Carregar em"
4113
4112
 
@@ -4119,7 +4118,7 @@ msgstr "Não foi possível remover conteúdo de um repositório não padronizado
4119
4118
  msgid "Can only remove content from within the Default Content View"
4120
4119
  msgstr "É possível remover conteúdo somente dentro da Visualização de Conteúdo Padrão"
4121
4120
 
4122
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4121
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4123
4122
  msgid "Remove Content"
4124
4123
  msgstr "Remover Conteúdo"
4125
4124
 
@@ -4143,19 +4142,19 @@ msgstr "Sincronizar: validar conteúdo"
4143
4142
  msgid "Synchronize: Skip Metadata Check"
4144
4143
  msgstr "Sincronizar: ignorar verificação de metadados"
4145
4144
 
4146
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4145
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4147
4146
  msgid "Synchronize"
4148
4147
  msgstr "Sincronizar"
4149
4148
 
4150
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4149
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4151
4150
  msgid "Upload errata into"
4152
4151
  msgstr "Carregar errata em "
4153
4152
 
4154
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4153
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4155
4154
  msgid "Create Package Group"
4156
4155
  msgstr "Criar grupo de pacotes"
4157
4156
 
4158
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4157
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4159
4158
  msgid "Disable"
4160
4159
  msgstr "Desabilitar"
4161
4160
 
@@ -4163,7 +4162,7 @@ msgstr "Desabilitar"
4163
4162
  msgid "Repository not found"
4164
4163
  msgstr "Repositório não foi encontrado"
4165
4164
 
4166
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4165
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4167
4166
  msgid "Enable"
4168
4167
  msgstr "Habilitar"
4169
4168
 
@@ -4171,7 +4170,7 @@ msgstr "Habilitar"
4171
4170
  msgid "The repository is already enabled"
4172
4171
  msgstr "O repositório já está habilitado"
4173
4172
 
4174
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4173
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4175
4174
  msgid "Run Sync Plan:"
4176
4175
  msgstr "Executar plano de sincronização:"
4177
4176
 
@@ -4333,15 +4332,15 @@ msgstr ""
4333
4332
  msgid "Group %{id} already created."
4334
4333
  msgstr "Grupo %{id} já criado."
4335
4334
 
4336
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4335
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4337
4336
  msgid "Create Export History"
4338
4337
  msgstr ""
4339
4338
 
4340
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4339
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4341
4340
  msgid "Create Import History"
4342
4341
  msgstr ""
4343
4342
 
4344
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4343
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4345
4344
  msgid "Export Library"
4346
4345
  msgstr ""
4347
4346
 
@@ -4351,7 +4350,7 @@ msgid ""
4351
4350
  " %{repos}"
4352
4351
  msgstr ""
4353
4352
 
4354
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4353
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4355
4354
  msgid "Import"
4356
4355
  msgstr "Importar"
4357
4356
 
@@ -4411,7 +4410,7 @@ msgstr "A organização atual não tem nenhum manifesto importado."
4411
4410
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4412
4411
  msgstr "O manifesto de subscrição dessa Organização expirou. Importe um novo manifesto."
4413
4412
 
4414
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4413
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4415
4414
  msgid "A backend service [ %s ] is unreachable"
4416
4415
  msgstr "Um serviço de backend [%s] não pode ser alcançado"
4417
4416
 
@@ -6367,47 +6366,55 @@ msgstr "Problema de conexão com o barramento de mensagens do pulp. "
6367
6366
  msgid "Failed indexing errata, maximum retries encountered"
6368
6367
  msgstr "Falha ao indexar erratas, número máximo de tentativas esgotado"
6369
6368
 
6370
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6369
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6370
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6371
+ msgstr ""
6372
+
6373
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6371
6374
  msgid ""
6372
6375
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6373
6376
  " %{repos}"
6374
6377
  msgstr ""
6375
6378
 
6376
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6379
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6377
6380
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6378
6381
  msgstr ""
6379
6382
 
6380
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6383
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6381
6384
  msgid "Product: '%{product}', Repository: '%{repository}'"
6382
6385
  msgstr ""
6383
6386
 
6384
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6387
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6385
6388
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6386
6389
  msgstr ""
6387
6390
 
6388
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6391
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6389
6392
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6390
6393
  msgstr ""
6391
6394
 
6392
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6395
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6396
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6397
+ msgstr ""
6398
+
6399
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6393
6400
  msgid ""
6394
6401
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
6395
6402
  " %{repos}"
6396
6403
  msgstr ""
6397
6404
 
6398
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6405
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6399
6406
  msgid ""
6400
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6407
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6401
6408
  " %{repos}"
6402
6409
  msgstr ""
6403
6410
 
6404
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6411
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6405
6412
  msgid ""
6406
6413
  "\n"
6407
6414
  "* Product = '%{product}', Repository = '%{repository}'"
6408
6415
  msgstr ""
6409
6416
 
6410
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6417
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6411
6418
  msgid "Unable to find product '%s' in organization '%s'"
6412
6419
  msgstr ""
6413
6420
 
@@ -8195,157 +8202,114 @@ msgstr "Não foi possível encontrar upstream a subscrição"
8195
8202
  msgid "The subscription is no longer available"
8196
8203
  msgstr "A subscrição não está mais disponível"
8197
8204
 
8198
- #: action_names.rb:4
8199
- msgid "Instance update"
8200
- msgstr "Atualização de instância"
8205
+ #: action_names.rb:2
8206
+ msgid "Remote action:"
8207
+ msgstr "Ação remota:"
8201
8208
 
8202
8209
  #: action_names.rb:5
8203
- msgid "Index package groups"
8204
- msgstr "Indexar grupos de pacotes "
8210
+ msgid "Copy version units to library"
8211
+ msgstr ""
8212
+
8213
+ #: action_names.rb:11
8214
+ msgid "Verify checksum"
8215
+ msgstr ""
8216
+
8217
+ #: action_names.rb:14
8218
+ msgid "Update http proxy details"
8219
+ msgstr "Atualizar detalhes do proxy http"
8220
+
8221
+ #: action_names.rb:17
8222
+ msgid "Instance update"
8223
+ msgstr "Atualização de instância"
8205
8224
 
8206
- #: action_names.rb:6
8225
+ #: action_names.rb:18
8207
8226
  msgid "Index module streams"
8208
8227
  msgstr "Indexar fluxos do módulo"
8209
8228
 
8210
- #: action_names.rb:7
8211
- msgid "Index errata"
8212
- msgstr "Errata de índice"
8213
-
8214
- #: action_names.rb:8
8229
+ #: action_names.rb:19
8215
8230
  msgid "Index content"
8216
8231
  msgstr "Indexar conteúdo "
8217
8232
 
8218
- #: action_names.rb:10
8219
- msgid "Filtered index content"
8220
- msgstr "Conteúdo de índice filtrado"
8221
-
8222
- #: action_names.rb:11
8233
+ #: action_names.rb:20
8223
8234
  msgid "Fetch pxe files"
8224
8235
  msgstr "Buscar arquivos de PXE"
8225
8236
 
8226
- #: action_names.rb:13
8237
+ #: action_names.rb:21
8227
8238
  msgid "Errata mail"
8228
8239
  msgstr "E-mail da Errata"
8229
8240
 
8230
- #: action_names.rb:14
8231
- msgid "Discover"
8232
- msgstr "Descubra"
8233
-
8234
- #: action_names.rb:19
8241
+ #: action_names.rb:24
8235
8242
  msgid "Update http proxy"
8236
8243
  msgstr "Atualizar proxy http"
8237
8244
 
8238
- #: action_names.rb:20
8239
- msgid "Reindex subscriptions"
8240
- msgstr "Reindexar subscrições "
8241
-
8242
- #: action_names.rb:31
8243
- msgid "Hypervisors update"
8244
- msgstr "Atualização de hipervisores"
8245
-
8246
- #: action_names.rb:32
8245
+ #: action_names.rb:30
8247
8246
  msgid "Hypervisors"
8248
8247
  msgstr "Hipervisores"
8249
8248
 
8250
- #: action_names.rb:35
8249
+ #: action_names.rb:32
8251
8250
  msgid "Auto attach subscriptions"
8252
8251
  msgstr "Anexar as subscrições automaticamente"
8253
8252
 
8254
- #: action_names.rb:48
8253
+ #: action_names.rb:41
8255
8254
  msgid "Promote"
8256
8255
  msgstr "Promover"
8257
8256
 
8258
- #: action_names.rb:49
8259
- msgid "Remote action:"
8260
- msgstr "Ação remota:"
8261
-
8262
- #: action_names.rb:50
8263
- msgid "Incremental Update of Content View Version(s) "
8264
- msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo."
8257
+ #: action_names.rb:52
8258
+ msgid "Hypervisors update"
8259
+ msgstr "Atualização de hipervisores"
8265
8260
 
8266
- #: action_names.rb:51
8267
- msgid "Sync capsule"
8268
- msgstr "Sincronizar cápsula"
8261
+ #: action_names.rb:55
8262
+ msgid "Update content urls"
8263
+ msgstr "Atualizar urls do conteúdo"
8269
8264
 
8270
- #: action_names.rb:56
8271
- msgid "Agent action"
8272
- msgstr ""
8265
+ #: action_names.rb:57
8266
+ msgid "Reindex subscriptions"
8267
+ msgstr "Reindexar subscrições "
8273
8268
 
8274
8269
  #: action_names.rb:58
8275
- msgid "Abstract async task"
8276
- msgstr "Tarefa assíncrona abstrata"
8270
+ msgid "Update redhat repository"
8271
+ msgstr "Atualizar repositório redhat"
8277
8272
 
8278
8273
  #: action_names.rb:59
8279
- msgid "Import Puppet classes"
8280
- msgstr "Importar classes de Puppet"
8274
+ msgid "Filtered index content"
8275
+ msgstr "Conteúdo de índice filtrado"
8281
8276
 
8282
8277
  #: action_names.rb:60
8283
- msgid "Import facts"
8284
- msgstr "Importar fatos"
8278
+ msgid "Index errata"
8279
+ msgstr "Errata de índice"
8285
8280
 
8286
8281
  #: action_names.rb:61
8287
- msgid "Action with sub plans"
8288
- msgstr "Ação com subplanos "
8282
+ msgid "Index package groups"
8283
+ msgstr "Indexar grupos de pacotes "
8284
+
8285
+ #: action_names.rb:63
8286
+ msgid "Discover"
8287
+ msgstr "Descubra"
8289
8288
 
8290
8289
  #: action_names.rb:64
8291
- msgid "Copy version units to library"
8292
- msgstr ""
8290
+ msgid "Incremental Update of Content View Version(s) "
8291
+ msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo."
8293
8292
 
8294
- #: action_names.rb:70
8295
- msgid "Verify checksum"
8293
+ #: action_names.rb:67
8294
+ msgid "Abstract async task"
8295
+ msgstr "Tarefa assíncrona abstrata"
8296
+
8297
+ #: action_names.rb:68
8298
+ msgid "Sync capsule"
8299
+ msgstr "Sincronizar cápsula"
8300
+
8301
+ #: action_names.rb:72
8302
+ msgid "Agent action"
8296
8303
  msgstr ""
8297
8304
 
8298
8305
  #: action_names.rb:73
8299
- msgid "Update redhat repository"
8300
- msgstr "Atualizar repositório redhat"
8306
+ msgid "Import Puppet classes"
8307
+ msgstr "Importar classes de Puppet"
8301
8308
 
8302
8309
  #: action_names.rb:74
8303
- msgid "Update http proxy details"
8304
- msgstr "Atualizar detalhes do proxy http"
8310
+ msgid "Import facts"
8311
+ msgstr "Importar fatos"
8305
8312
 
8306
8313
  #: action_names.rb:75
8307
- msgid "Update content urls"
8308
- msgstr "Atualizar urls do conteúdo"
8309
-
8310
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8311
- #~ msgid "Schedule errata for installation"
8312
- #~ msgstr "Agendar errata para instalação"
8313
-
8314
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8315
- #~ msgid "Install packages remotely"
8316
- #~ msgstr "Instale os pacotes remotamente "
8317
-
8318
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8319
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8320
- #~ msgid "Update packages remotely"
8321
- #~ msgstr "Atualizar pacotes remotamente"
8322
-
8323
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8324
- #~ msgid "Uninstall packages remotely"
8325
- #~ msgstr "Desinstale pacotes remotamente"
8326
-
8327
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8328
- #~ msgid "Install content on one or more hosts"
8329
- #~ msgstr "Instalar conteúdo em um ou mais hosts"
8330
-
8331
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8332
- #~ msgid "Update content on one or more hosts"
8333
- #~ msgstr "Atualizar conteúdo em um ou mais hosts"
8334
-
8335
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8336
- #~ msgid "Remove content on one or more hosts"
8337
- #~ msgstr "Remover conteúdo em um ou mais hosts"
8338
-
8339
- #: ../app/models/katello/root_repository.rb:141
8340
- #~ msgid ""
8341
- #~ "Cannot sync file:// repositories with On Demand or Background Download Policie"
8342
- #~ "s"
8343
- #~ msgstr ""
8344
- #~ "Não é possível sincronizar arquivo:// repositórios com Políticas de download e"
8345
- #~ "m segundo plano ou sob demanda"
8346
-
8347
- #: ../app/models/setting/content.rb:115
8348
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8349
- #~ msgstr ""
8350
- #~ "Se estiver definido como verdadeiro, use a execução remota pelo katello-agent "
8351
- #~ "para ações remotas"
8314
+ msgid "Action with sub plans"
8315
+ msgstr "Ação com subplanos "