katello 4.10.0 → 4.11.0.rc2

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 (498) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_export_incrementals/repository.json.rabl +13 -0
  127. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  128. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  129. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  130. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  131. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  132. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  134. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  136. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  138. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  139. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  140. data/config/routes/api/v2.rb +2 -0
  141. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  142. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  143. data/db/seeds.d/106-mail_notifications.rb +32 -0
  144. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  145. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  240. data/lib/katello/engine.rb +2 -3
  241. data/lib/katello/permission_creator.rb +2 -2
  242. data/lib/katello/plugin.rb +4 -0
  243. data/lib/katello/repository_types/ostree.rb +1 -0
  244. data/lib/katello/repository_types/python.rb +1 -0
  245. data/lib/katello/scheduled_jobs.rb +1 -1
  246. data/lib/katello/version.rb +1 -1
  247. data/locale/action_names.rb +1 -3
  248. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/bn/katello.po +236 -197
  250. data/locale/bn/katello.po.time_stamp +0 -0
  251. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/bn_IN/katello.po +236 -197
  253. data/locale/bn_IN/katello.po.time_stamp +0 -0
  254. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/ca/katello.po +236 -197
  256. data/locale/ca/katello.po.time_stamp +0 -0
  257. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/cs/katello.po +236 -206
  259. data/locale/cs/katello.po.time_stamp +0 -0
  260. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/cs_CZ/katello.po +236 -197
  262. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  263. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/de/katello.po +241 -202
  265. data/locale/de/katello.po.time_stamp +0 -0
  266. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/de_AT/katello.po +236 -197
  268. data/locale/de_AT/katello.po.time_stamp +0 -0
  269. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/de_DE/katello.po +236 -197
  271. data/locale/de_DE/katello.po.time_stamp +0 -0
  272. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/el/katello.po +236 -197
  274. data/locale/el/katello.po.time_stamp +0 -0
  275. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/en/katello.po +236 -197
  277. data/locale/en/katello.po.time_stamp +0 -0
  278. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/en_GB/katello.po +236 -197
  280. data/locale/en_GB/katello.po.time_stamp +0 -0
  281. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/en_US/katello.po +236 -197
  283. data/locale/en_US/katello.po.time_stamp +0 -0
  284. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/es/katello.po +238 -199
  286. data/locale/es/katello.po.time_stamp +0 -0
  287. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/et_EE/katello.po +236 -197
  289. data/locale/et_EE/katello.po.time_stamp +0 -0
  290. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/fr/katello.po +247 -208
  292. data/locale/fr/katello.po.time_stamp +0 -0
  293. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  294. data/locale/gl/katello.po +236 -197
  295. data/locale/gl/katello.po.time_stamp +0 -0
  296. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/gu/katello.po +236 -197
  298. data/locale/gu/katello.po.time_stamp +0 -0
  299. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  300. data/locale/he_IL/katello.po +236 -197
  301. data/locale/he_IL/katello.po.time_stamp +0 -0
  302. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/hi/katello.po +236 -197
  304. data/locale/hi/katello.po.time_stamp +0 -0
  305. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  306. data/locale/id/katello.po +236 -197
  307. data/locale/id/katello.po.time_stamp +0 -0
  308. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/it/katello.po +236 -197
  310. data/locale/it/katello.po.time_stamp +0 -0
  311. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  312. data/locale/ja/katello.po +247 -208
  313. data/locale/ja/katello.po.time_stamp +0 -0
  314. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ka/katello.po +241 -202
  316. data/locale/ka/katello.po.time_stamp +0 -0
  317. data/locale/katello.pot +1427 -1296
  318. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/kn/katello.po +236 -197
  320. data/locale/kn/katello.po.time_stamp +0 -0
  321. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  322. data/locale/ko/katello.po +236 -197
  323. data/locale/ko/katello.po.time_stamp +0 -0
  324. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/ml_IN/katello.po +236 -197
  326. data/locale/ml_IN/katello.po.time_stamp +0 -0
  327. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  328. data/locale/mr/katello.po +236 -197
  329. data/locale/mr/katello.po.time_stamp +0 -0
  330. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/nl_NL/katello.po +236 -197
  332. data/locale/nl_NL/katello.po.time_stamp +0 -0
  333. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  334. data/locale/or/katello.po +236 -197
  335. data/locale/or/katello.po.time_stamp +0 -0
  336. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/pa/katello.po +236 -197
  338. data/locale/pa/katello.po.time_stamp +0 -0
  339. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/pl/katello.po +236 -197
  341. data/locale/pl/katello.po.time_stamp +0 -0
  342. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/pl_PL/katello.po +236 -197
  344. data/locale/pl_PL/katello.po.time_stamp +0 -0
  345. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/pt/katello.po +236 -197
  347. data/locale/pt/katello.po.time_stamp +0 -0
  348. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/pt_BR/katello.po +238 -199
  350. data/locale/pt_BR/katello.po.time_stamp +0 -0
  351. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/ro/katello.po +236 -197
  353. data/locale/ro/katello.po.time_stamp +0 -0
  354. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ro_RO/katello.po +236 -197
  356. data/locale/ro_RO/katello.po.time_stamp +0 -0
  357. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/ru/katello.po +236 -197
  359. data/locale/ru/katello.po.time_stamp +0 -0
  360. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  361. data/locale/sl/katello.po +236 -197
  362. data/locale/sl/katello.po.time_stamp +0 -0
  363. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/sv_SE/katello.po +236 -197
  365. data/locale/sv_SE/katello.po.time_stamp +0 -0
  366. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/ta/katello.po +236 -197
  368. data/locale/ta/katello.po.time_stamp +0 -0
  369. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/ta_IN/katello.po +236 -197
  371. data/locale/ta_IN/katello.po.time_stamp +0 -0
  372. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/te/katello.po +236 -197
  374. data/locale/te/katello.po.time_stamp +0 -0
  375. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/tr/katello.po +236 -197
  377. data/locale/tr/katello.po.time_stamp +0 -0
  378. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/vi/katello.po +236 -197
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/vi_VN/katello.po +236 -197
  383. data/locale/vi_VN/katello.po.time_stamp +0 -0
  384. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  385. data/locale/zh/katello.po +236 -197
  386. data/locale/zh/katello.po.time_stamp +0 -0
  387. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/zh_CN/katello.po +247 -208
  389. data/locale/zh_CN/katello.po.time_stamp +0 -0
  390. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/zh_TW/katello.po +236 -197
  392. data/locale/zh_TW/katello.po.time_stamp +0 -0
  393. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  394. data/webpack/components/Table/MainTable.scss +18 -17
  395. data/webpack/components/Table/TableWrapper.js +4 -1
  396. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  397. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  398. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  399. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  400. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  401. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  402. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  403. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  404. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  405. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  406. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  407. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  408. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  409. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  410. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  411. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  412. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  413. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  414. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  415. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  416. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  417. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  420. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  421. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  422. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  423. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  424. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  425. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  426. data/webpack/components/extensions/Hosts/constants.js +2 -0
  427. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  428. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  429. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  430. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  431. data/webpack/global_index.js +11 -2
  432. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  433. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  434. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  435. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  436. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  437. data/webpack/scenes/Content/ContentConfig.js +3 -0
  438. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  439. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  440. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  441. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  442. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  443. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  444. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  445. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  446. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  447. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  448. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  449. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  450. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  451. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  452. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  454. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  455. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  456. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  457. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  458. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  459. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  460. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  461. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  462. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  463. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  464. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  465. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  466. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  467. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  468. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  469. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  470. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  471. data/webpack/scenes/SmartProxy/Content.js +12 -4
  472. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  473. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  474. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  475. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  476. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  477. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  478. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  479. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  480. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  481. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  482. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  483. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  484. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  485. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  486. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  487. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  488. data/webpack/utils/helpers.js +0 -1
  489. metadata +148 -33
  490. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  491. data/webpack/components/Table/TableHooks.js +0 -315
  492. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  493. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  494. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  495. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  496. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  497. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  498. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
@@ -41,6 +41,12 @@ msgstr " %{modulemd_count} Módulo Fluxo(s)"
41
41
  msgid " %{package_count} Package(s)"
42
42
  msgstr " %{package_count} Pacote(s)"
43
43
 
44
+ msgid " (${item.published_at_words} ago)"
45
+ msgstr ""
46
+
47
+ msgid " (${version.published_at_words} ago)"
48
+ msgstr ""
49
+
44
50
  msgid " Content view updated"
45
51
  msgstr " Visualização de Conteúdo atualizada"
46
52
 
@@ -263,6 +269,12 @@ msgstr "%{group} Atualização do grupo de pacotes programada"
263
269
  msgid "%{group} package group updated"
264
270
  msgstr "%{group} grupo de pacotes atualizado"
265
271
 
272
+ msgid "%{label} failed"
273
+ msgstr ""
274
+
275
+ msgid "%{label} failed."
276
+ msgstr ""
277
+
266
278
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
267
279
  msgstr ""
268
280
 
@@ -335,6 +347,9 @@ msgstr "%{package} atualização do pacote programada"
335
347
  msgid "%{package} package updated"
336
348
  msgstr "%{package} pacote atualizado"
337
349
 
350
+ msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
351
+ msgstr ""
352
+
338
353
  msgid "%{sla}"
339
354
  msgstr "%{sla}"
340
355
 
@@ -404,9 +419,6 @@ msgstr ""
404
419
  msgid "A backend service [ %s ] is unreachable"
405
420
  msgstr "Um serviço backend [ %s ] é inatingível"
406
421
 
407
- msgid "A content_type must be provided."
408
- msgstr "Deve ser fornecido um tipo de conteúdo"
409
-
410
422
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
411
423
  msgstr "Diversas erratas não são aplicadas nesta visualização de conteúdo, portanto somente as primeiras 100 aparecem."
412
424
 
@@ -419,6 +431,18 @@ msgstr "Uma lista de subscrições que expiram em breve"
419
431
  msgid "A new version of "
420
432
  msgstr ""
421
433
 
434
+ msgid "A notification about failed content view promotion"
435
+ msgstr ""
436
+
437
+ msgid "A notification about failed content view publish"
438
+ msgstr ""
439
+
440
+ msgid "A notification about failed proxy sync"
441
+ msgstr ""
442
+
443
+ msgid "A notification about failed repository sync"
444
+ msgstr ""
445
+
422
446
  msgid "A post-promotion summary of hosts with installable errata"
423
447
  msgstr "Um sumário de pós-promoção de hosts com errata instalável"
424
448
 
@@ -452,9 +476,6 @@ msgstr ""
452
476
  msgid "Abstract async task"
453
477
  msgstr "Tarefa assíncrona abstrata"
454
478
 
455
- msgid "Accept action timeout"
456
- msgstr "Aceitar tempo limite de ação"
457
-
458
479
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
459
480
  msgstr ""
460
481
 
@@ -497,7 +518,7 @@ msgstr ""
497
518
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
498
519
  msgstr ""
499
520
 
500
- msgid "Activation key(s) for Subscription Manager."
521
+ msgid "Activation key(s) to use during registration"
501
522
  msgstr ""
502
523
 
503
524
  msgid "Activation keys"
@@ -533,9 +554,6 @@ msgstr ""
533
554
  msgid "Add Subscriptions"
534
555
  msgstr "Adicionar subscrições"
535
556
 
536
- msgid "Add Subscriptions using the Add Subscriptions button."
537
- msgstr ""
538
-
539
557
  msgid "Add a subscription to a host"
540
558
  msgstr "Adicionar uma subscrição a um host"
541
559
 
@@ -608,6 +626,9 @@ msgstr "Adicionar subscrições consumidas por um manifesto do Red Hat Subscript
608
626
  msgid "Add subscriptions to one or more hosts"
609
627
  msgstr "Adicionar subscrições a um ou mais hosts"
610
628
 
629
+ msgid "Add subscriptions using the Add Subscriptions button."
630
+ msgstr ""
631
+
611
632
  msgid "Add to a host collection"
612
633
  msgstr ""
613
634
 
@@ -644,9 +665,6 @@ msgstr ""
644
665
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
645
666
  msgstr "Depois de gerar a atualização incremental, aplique as alterações aos hosts especificados. Somente Errata é compatível atualmente."
646
667
 
647
- msgid "Agent action"
648
- msgstr "Ação de agente"
649
-
650
668
  msgid "All"
651
669
  msgstr "Todos(as)"
652
670
 
@@ -788,7 +806,7 @@ msgstr "Aplicação"
788
806
  msgid "Apply"
789
807
  msgstr "Aplicar"
790
808
 
791
- msgid "Apply Erratum"
809
+ msgid "Apply erratum"
792
810
  msgstr ""
793
811
 
794
812
  msgid "Apply to all repositories in the CV"
@@ -797,15 +815,24 @@ msgstr ""
797
815
  msgid "Apply to subset of repositories"
798
816
  msgstr ""
799
817
 
800
- msgid "Apply via Katello agent"
801
- msgstr ""
802
-
803
818
  msgid "Apply via customized remote execution"
804
819
  msgstr ""
805
820
 
806
821
  msgid "Apply via remote execution"
807
822
  msgstr ""
808
823
 
824
+ msgid "Approaching end of maintenance support"
825
+ msgstr ""
826
+
827
+ msgid "Approaching end of maintenance support (%s)"
828
+ msgstr ""
829
+
830
+ msgid "Approaching end of support"
831
+ msgstr ""
832
+
833
+ msgid "Approaching end of support (%s)"
834
+ msgstr ""
835
+
809
836
  msgid "Arch"
810
837
  msgstr "Arq."
811
838
 
@@ -983,6 +1010,9 @@ msgstr ""
983
1010
  msgid "Batch size to sync repositories in."
984
1011
  msgstr "Tamanho de lote para sincronizar os repositórios."
985
1012
 
1013
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1014
+ msgstr ""
1015
+
986
1016
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
987
1017
  msgstr ""
988
1018
 
@@ -1136,6 +1166,12 @@ msgstr "Não é possível adicionar coleções de versão a outra coleção de v
1136
1166
  msgid "Cannot add default content view to composite content view"
1137
1167
  msgstr "Não é possível adicionar visualização de conteúdo padrão a uma coleção de visualiação de conteúdo"
1138
1168
 
1169
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1170
+ msgstr ""
1171
+
1172
+ msgid "Cannot add disabled products to sync plan!"
1173
+ msgstr ""
1174
+
1139
1175
  msgid "Cannot add generated content view versions to composite content view"
1140
1176
  msgstr ""
1141
1177
 
@@ -1151,6 +1187,9 @@ msgstr ""
1151
1187
  msgid "Cannot associate a component to a non composite content view"
1152
1188
  msgstr "Não é possível associar um componente a uma visualização de conteúdo sem coleção"
1153
1189
 
1190
+ msgid "Cannot be disabled because it is part of a published content view"
1191
+ msgstr ""
1192
+
1154
1193
  msgid "Cannot calculate name for custom repos"
1155
1194
  msgstr "Não é possível calcular o nome para repositórios personalizados"
1156
1195
 
@@ -1286,10 +1325,10 @@ msgstr ""
1286
1325
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1287
1326
  msgstr "Verifique se é possível estabelecer conexão com o Red Hat Subscription Management."
1288
1327
 
1289
- msgid "Check if the specified organization has Simple Content Access enabled"
1328
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1290
1329
  msgstr ""
1291
1330
 
1292
- msgid "Check if the specified organization is eligible for Simple Content Access"
1331
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1293
1332
  msgstr ""
1294
1333
 
1295
1334
  msgid "Check services before actions"
@@ -1352,9 +1391,6 @@ msgstr ""
1352
1391
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1353
1392
  msgstr ""
1354
1393
 
1355
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1356
- msgstr ""
1357
-
1358
1394
  msgid "Comma-separated list of tags to sync for a container image repository"
1359
1395
  msgstr ""
1360
1396
 
@@ -1646,6 +1682,12 @@ msgstr ""
1646
1682
  msgid "Content view numeric identifier"
1647
1683
  msgstr "Identificador numérico de visualização de conteúdo"
1648
1684
 
1685
+ msgid "Content view promote failure"
1686
+ msgstr ""
1687
+
1688
+ msgid "Content view publish failure"
1689
+ msgstr ""
1690
+
1649
1691
  msgid "Content view version export history identifier"
1650
1692
  msgstr ""
1651
1693
 
@@ -1655,6 +1697,9 @@ msgstr "Identificador da versão de visualização de conteúdo"
1655
1697
  msgid "Content view version import history identifier"
1656
1698
  msgstr ""
1657
1699
 
1700
+ msgid "Content view version is empty"
1701
+ msgstr ""
1702
+
1658
1703
  msgid "Content views"
1659
1704
  msgstr ""
1660
1705
 
@@ -2285,8 +2330,8 @@ msgstr "Desabilitar um repositório do conjunto"
2285
2330
  msgid "Disable module stream"
2286
2331
  msgstr ""
2287
2332
 
2288
- msgid "Disable simple content access for a manifest"
2289
- msgstr "Desabilitar o acesso a conteúdo simples para um manifesto"
2333
+ msgid "Disable simple content access for a manifest. %s"
2334
+ msgstr ""
2290
2335
 
2291
2336
  msgid "Disabled"
2292
2337
  msgstr "Desativado"
@@ -2327,6 +2372,9 @@ msgstr ""
2327
2372
  msgid "Duplicate artifact detected"
2328
2373
  msgstr ""
2329
2374
 
2375
+ msgid "Duplicate repositories in content view versions"
2376
+ msgstr ""
2377
+
2330
2378
  msgid "Duration"
2331
2379
  msgstr "Duração"
2332
2380
 
@@ -2432,7 +2480,7 @@ msgstr "Repositórios habilitados "
2432
2480
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2433
2481
  msgstr ""
2434
2482
 
2435
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2483
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2436
2484
  msgstr ""
2437
2485
 
2438
2486
  msgid "End Date"
@@ -2468,6 +2516,9 @@ msgstr "Direitos"
2468
2516
  msgid "Environment"
2469
2517
  msgstr "Ambiente"
2470
2518
 
2519
+ msgid "Environment ID"
2520
+ msgstr ""
2521
+
2471
2522
  msgid "Environment IDs"
2472
2523
  msgstr "IDs de Ambiente"
2473
2524
 
@@ -2477,6 +2528,9 @@ msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
2477
2528
  msgid "Environment identifier"
2478
2529
  msgstr "Identificador de ambiente"
2479
2530
 
2531
+ msgid "Environment name"
2532
+ msgstr ""
2533
+
2480
2534
  msgid "Environments"
2481
2535
  msgstr "Ambientes"
2482
2536
 
@@ -2609,6 +2663,9 @@ msgstr ""
2609
2663
  msgid "Export as CSV"
2610
2664
  msgstr "Exportar como CSV"
2611
2665
 
2666
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2667
+ msgstr ""
2668
+
2612
2669
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2613
2670
  msgstr ""
2614
2671
 
@@ -2621,6 +2678,9 @@ msgstr "Vista do conteúdo exportado"
2621
2678
  msgid "Exported version"
2622
2679
  msgstr "Versão exportada"
2623
2680
 
2681
+ msgid "Extended support"
2682
+ msgstr ""
2683
+
2624
2684
  msgid "Facts successfully updated."
2625
2685
  msgstr "Fatos atualizados com sucesso."
2626
2686
 
@@ -2768,9 +2828,6 @@ msgstr ""
2768
2828
  msgid "Finish"
2769
2829
  msgstr ""
2770
2830
 
2771
- msgid "Finish action timeout"
2772
- msgstr "Tempo limite da ação de encerramento"
2773
-
2774
2831
  msgid "Finished"
2775
2832
  msgstr "Concluído"
2776
2833
 
@@ -2820,6 +2877,9 @@ msgstr "Força uma republicação dos metadados dos repositórios da versão"
2820
2877
  msgid "Full description"
2821
2878
  msgstr ""
2822
2879
 
2880
+ msgid "Full support"
2881
+ msgstr ""
2882
+
2823
2883
  msgid "Fully entitled"
2824
2884
  msgstr "Com total direito a serviços"
2825
2885
 
@@ -2877,15 +2937,15 @@ msgstr "Dado um conjunto de hosts e erratas, lista as versões de visualização
2877
2937
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2878
2938
  msgstr ""
2879
2939
 
2880
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2881
- msgstr ""
2882
-
2883
2940
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2884
2941
  msgstr ""
2885
2942
 
2886
2943
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2887
2944
  msgstr ""
2888
2945
 
2946
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2947
+ msgstr ""
2948
+
2889
2949
  msgid "Go to job details"
2890
2950
  msgstr ""
2891
2951
 
@@ -2910,6 +2970,9 @@ msgstr ""
2910
2970
  msgid "Has to be > 0"
2911
2971
  msgstr "Tem de ser > 0"
2912
2972
 
2973
+ msgid "Help"
2974
+ msgstr ""
2975
+
2913
2976
  msgid "Helper"
2914
2977
  msgstr "Ajudante"
2915
2978
 
@@ -3000,12 +3063,6 @@ msgstr ""
3000
3063
  msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
3001
3064
  msgstr ""
3002
3065
 
3003
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3004
- msgstr "O host não terminou a ação de conteúdo em %s segundos. A tarefa foi cancelada."
3005
-
3006
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3007
- msgstr "O anfitrião não respondeu em %s segundos. A tarefa foi cancelada. O katello-agent está instalado e o goferd está funcionando no Host?"
3008
-
3009
3066
  msgid "Host errata advisory"
3010
3067
  msgstr "Aviso de errata(s) de host"
3011
3068
 
@@ -3027,6 +3084,9 @@ msgstr "ID do host para listar as erratas aplicáveis"
3027
3084
  msgid "Host id to list applicable packages for"
3028
3085
  msgstr "ID do host para listar os pacotes aplicáveis"
3029
3086
 
3087
+ msgid "Host lifecycle support expiration notification"
3088
+ msgstr ""
3089
+
3030
3090
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3031
3091
  msgstr ""
3032
3092
 
@@ -3227,9 +3287,6 @@ msgstr ""
3227
3287
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3228
3288
  msgstr ""
3229
3289
 
3230
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3231
- msgstr ""
3232
-
3233
3290
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3234
3291
  msgstr ""
3235
3292
 
@@ -3314,9 +3371,6 @@ msgstr "Importar um manifesto"
3314
3371
  msgid "Import a Manifest to Begin"
3315
3372
  msgstr "Importar um manifesto para começar"
3316
3373
 
3317
- msgid "Import a Manifest to manage your Entitlements."
3318
- msgstr "Importe um manifesto para gerenciar seus direitos."
3319
-
3320
3374
  msgid "Import a Manifest using the manifest tab above."
3321
3375
  msgstr "Importe um manifesto usando a guia de manifesto acima."
3322
3376
 
@@ -3329,6 +3383,9 @@ msgstr ""
3329
3383
  msgid "Import a repository"
3330
3384
  msgstr ""
3331
3385
 
3386
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3387
+ msgstr ""
3388
+
3332
3389
  msgid "Import facts"
3333
3390
  msgstr "Importar fatos"
3334
3391
 
@@ -3437,36 +3494,12 @@ msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronizaçã
3437
3494
  msgid "Install"
3438
3495
  msgstr "Instalar"
3439
3496
 
3440
- msgid "Install Applicable Errata"
3441
- msgstr "Instalar Errata Aplicável"
3442
-
3443
- msgid "Install Applicable Errata on %s"
3444
- msgstr "Instalar Errata Aplicável em %s"
3445
-
3446
- msgid "Install content on one or more hosts using katello-agent. %s"
3447
- msgstr ""
3448
-
3449
3497
  msgid "Install errata using scoped search query"
3450
3498
  msgstr ""
3451
3499
 
3452
3500
  msgid "Install errata via Katello interface"
3453
3501
  msgstr "Instalar erratas via interface do Katello"
3454
3502
 
3455
- msgid "Install erratum"
3456
- msgstr "Instalar erratum"
3457
-
3458
- msgid "Install erratum for %s"
3459
- msgstr "Instalar errata para %s"
3460
-
3461
- msgid "Install package"
3462
- msgstr "Instalar Pacotes"
3463
-
3464
- msgid "Install package for %s"
3465
- msgstr "Instalar pacote para %s"
3466
-
3467
- msgid "Install package group"
3468
- msgstr "instalar grupo de pacote"
3469
-
3470
3503
  msgid "Install package group via Katello interface"
3471
3504
  msgstr "Instalar grupo de pacotes via interface do Katello"
3472
3505
 
@@ -3476,18 +3509,12 @@ msgstr "Instalar pacote via interface do Katello"
3476
3509
  msgid "Install packages"
3477
3510
  msgstr ""
3478
3511
 
3479
- msgid "Install packages remotely using katello-agent. %s"
3480
- msgstr ""
3481
-
3482
3512
  msgid "Install packages via Katello interface"
3483
3513
  msgstr ""
3484
3514
 
3485
3515
  msgid "Install via customized remote execution"
3486
3516
  msgstr ""
3487
3517
 
3488
- msgid "Install via katello-agent"
3489
- msgstr ""
3490
-
3491
3518
  msgid "Install via remote execution"
3492
3519
  msgstr ""
3493
3520
 
@@ -3500,15 +3527,6 @@ msgstr ""
3500
3527
  msgid "Installable updates"
3501
3528
  msgstr ""
3502
3529
 
3503
- msgid "Installation of errata requested: %{errata}"
3504
- msgstr "Instalação das erratas solicitadas: %{errata}"
3505
-
3506
- msgid "Installation of package group(s) requested: %{groups}"
3507
- msgstr "Instalação do(s) grupo(s) de embalagem(s) solicitado(s): %{groups}"
3508
-
3509
- msgid "Installation of package(s) requested: %{packages}"
3510
- msgstr "Instalação do(s) pacote(s) solicitado(s): %{packages}"
3511
-
3512
3530
  msgid "Installation status"
3513
3531
  msgstr ""
3514
3532
 
@@ -3566,9 +3584,6 @@ msgstr "Associação inválida da visualização de conteúdo. A visualização
3566
3584
  msgid "Invalid content label: %s"
3567
3585
  msgstr "Rótulo de conteúdo inválido: %s"
3568
3586
 
3569
- msgid "Invalid content type %s"
3570
- msgstr "Tipo de conteúdo inválido %s"
3571
-
3572
3587
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3573
3588
  msgstr "Tipo de conteúdo inválido '%{content_type}' fornecido. Os tipos de conteúdo podem ser do tipo \"% %\".{content_types}"
3574
3589
 
@@ -3644,15 +3659,9 @@ msgstr ""
3644
3659
  msgid "Job '${description}' has started."
3645
3660
  msgstr ""
3646
3661
 
3647
- msgid "Katello 4.10"
3648
- msgstr ""
3649
-
3650
3662
  msgid "Katello ID of local pool to update"
3651
3663
  msgstr "ID do Katello de pool local para atualizar"
3652
3664
 
3653
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3654
- msgstr ""
3655
-
3656
3665
  msgid "Katello: Install Errata"
3657
3666
  msgstr "Katello: instalar errata"
3658
3667
 
@@ -3734,6 +3743,9 @@ msgstr ""
3734
3743
  msgid "Last refresh :"
3735
3744
  msgstr ""
3736
3745
 
3746
+ msgid "Last sync"
3747
+ msgstr ""
3748
+
3737
3749
  msgid "Last task"
3738
3750
  msgstr ""
3739
3751
 
@@ -3794,6 +3806,9 @@ msgstr ""
3794
3806
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3795
3807
  msgstr "O ambiente do ciclo de vida '%{environment}' não está anexado a esta cápsula."
3796
3808
 
3809
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3810
+ msgstr ""
3811
+
3797
3812
  msgid "Lifecycle environment ID"
3798
3813
  msgstr "ID do ambiente de ciclo de vida"
3799
3814
 
@@ -3875,6 +3890,9 @@ msgstr "Listar subscrições disponíveis do Red Hat Subscription Management"
3875
3890
  msgid "List components attached to this content view"
3876
3891
  msgstr "Listar componentes vinculados a esta visualização de conteúdo"
3877
3892
 
3893
+ msgid "List content counts for the smart proxy"
3894
+ msgstr ""
3895
+
3878
3896
  msgid "List content view versions"
3879
3897
  msgstr "Listar versões de visualização de conteúdo"
3880
3898
 
@@ -3926,9 +3944,6 @@ msgstr "Listar fluxos de módulo disponíveis para o host"
3926
3944
  msgid "List of Errata ids"
3927
3945
  msgstr "Lista de IDs de Erratas"
3928
3946
 
3929
- msgid "List of Errata ids to install. Will be removed in %s"
3930
- msgstr ""
3931
-
3932
3947
  msgid "List of Products for sync plan"
3933
3948
  msgstr "Lista de produtos para plano de sincronização"
3934
3949
 
@@ -3938,12 +3953,6 @@ msgstr ""
3938
3953
  msgid "List of component content view version ids for composite views"
3939
3954
  msgstr "Lista de IDs de versão de visualização de conteúdo de componente para coleções de visualização"
3940
3955
 
3941
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3942
- msgstr ""
3943
-
3944
- msgid "List of content (e.g. package or package group names)"
3945
- msgstr "Lista de conteúdo (por exemplo, pacote ou nomes de grupo de pacotes) "
3946
-
3947
3956
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3948
3957
  msgstr "Lista de unidades de conteúdo a ignorar durante a sincronização de um repositório yum. Deve ser um subconjunto de %s"
3949
3958
 
@@ -4091,6 +4100,9 @@ msgstr "Carregando..."
4091
4100
  msgid "Low"
4092
4101
  msgstr ""
4093
4102
 
4103
+ msgid "Maintenance support"
4104
+ msgstr ""
4105
+
4094
4106
  msgid "Make copy of a content view"
4095
4107
  msgstr "Fazer uma cópia de uma visualização de conteúdo"
4096
4108
 
@@ -4148,6 +4160,9 @@ msgstr "Marcar status de Host de Conteúdo como Desconhecido por %s"
4148
4160
  msgid "Matched"
4149
4161
  msgstr "Correspondido"
4150
4162
 
4163
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4164
+ msgstr ""
4165
+
4151
4166
  msgid "Matching content"
4152
4167
  msgstr ""
4153
4168
 
@@ -4363,9 +4378,6 @@ msgstr "Nenhuma Visualização de Conteúdo"
4363
4378
  msgid "No Content found"
4364
4379
  msgstr "Nenhum conteúdo encontrado"
4365
4380
 
4366
- msgid "No Lifecycle environment to select"
4367
- msgstr ""
4368
-
4369
4381
  msgid "No Manifest Uploaded"
4370
4382
  msgstr "Nenhum manifesto carregado"
4371
4383
 
@@ -4390,9 +4402,6 @@ msgstr ""
4390
4402
  msgid "No applicable errata"
4391
4403
  msgstr ""
4392
4404
 
4393
- msgid "No applicable errata for %s, skipping"
4394
- msgstr "Nenhuma errata aplicável para %s, pulando"
4395
-
4396
4405
  msgid "No applications to restart"
4397
4406
  msgstr ""
4398
4407
 
@@ -4411,9 +4420,6 @@ msgstr ""
4411
4420
  msgid "No content added."
4412
4421
  msgstr ""
4413
4422
 
4414
- msgid "No content has been provided."
4415
- msgstr "Não foi fornecido nenhum conteúdo."
4416
-
4417
4423
  msgid "No content ids provided"
4418
4424
  msgstr "Nenhuma ID de conteúdo fornecida "
4419
4425
 
@@ -4444,6 +4450,9 @@ msgstr ""
4444
4450
  msgid "No description provided"
4445
4451
  msgstr ""
4446
4452
 
4453
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4454
+ msgstr ""
4455
+
4447
4456
  msgid "No enabled repositories match your search criteria."
4448
4457
  msgstr "Nenhum repositório habilitado corresponde aos critérios de pesquisa."
4449
4458
 
@@ -4525,9 +4534,6 @@ msgstr ""
4525
4534
  msgid "No matching DEB found."
4526
4535
  msgstr ""
4527
4536
 
4528
- msgid "No matching RPM found."
4529
- msgstr ""
4530
-
4531
4537
  msgid "No matching activation keys found."
4532
4538
  msgstr ""
4533
4539
 
@@ -4555,6 +4561,9 @@ msgstr ""
4555
4561
  msgid "No matching hosts found."
4556
4562
  msgstr ""
4557
4563
 
4564
+ msgid "No matching non-modular RPM found."
4565
+ msgstr ""
4566
+
4558
4567
  msgid "No matching packages found"
4559
4568
  msgstr ""
4560
4569
 
@@ -4771,6 +4780,9 @@ msgstr "Localização no disco para repositórios exportados "
4771
4780
  msgid "On-disk location for pulp 3 exported repositories"
4772
4781
  msgstr ""
4773
4782
 
4783
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4784
+ msgstr ""
4785
+
4774
4786
  msgid "One of parameters [ %s ] required but not specified."
4775
4787
  msgstr "Um dos parâmetros [ %s ] necessário, mas não especificado."
4776
4788
 
@@ -4795,6 +4807,9 @@ msgstr ""
4795
4807
  msgid "Only one Red Hat provider permitted for an Organization"
4796
4808
  msgstr "Somente um provedor da Red Hat permitido por organização"
4797
4809
 
4810
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4811
+ msgstr ""
4812
+
4798
4813
  msgid "Only returns id and quantity fields"
4799
4814
  msgstr "Só retorna campos de ID e quantidade"
4800
4815
 
@@ -5207,6 +5222,9 @@ msgstr ""
5207
5222
  "ID de produto conforme listado a partir dos produtos instalados de um host, \\\n"
5208
5223
  " essa não é a mesma ID de produto dos produtos retornados pela api"
5209
5224
 
5225
+ msgid "Product label"
5226
+ msgstr ""
5227
+
5210
5228
  msgid "Product name"
5211
5229
  msgstr "Nome do Produto"
5212
5230
 
@@ -5279,6 +5297,9 @@ msgstr "IDs de template de provisionamento"
5279
5297
  msgid "Proxies"
5280
5298
  msgstr "Proxies"
5281
5299
 
5300
+ msgid "Proxy sync failure"
5301
+ msgstr ""
5302
+
5282
5303
  msgid "Public"
5283
5304
  msgstr "Público"
5284
5305
 
@@ -5411,6 +5432,12 @@ msgstr "RAM: %s GB"
5411
5432
  msgid "RH Repos"
5412
5433
  msgstr "Repositórios RH"
5413
5434
 
5435
+ msgid "RHEL Lifecycle status"
5436
+ msgstr ""
5437
+
5438
+ msgid "RHEL lifecycle"
5439
+ msgstr ""
5440
+
5414
5441
  msgid "RHUI"
5415
5442
  msgstr ""
5416
5443
 
@@ -5459,9 +5486,6 @@ msgstr ""
5459
5486
  msgid "Reboot required"
5460
5487
  msgstr "Reinicialização necessária"
5461
5488
 
5462
- msgid "Recalculate"
5463
- msgstr ""
5464
-
5465
5489
  msgid "Recently Expired Subscriptions"
5466
5490
  msgstr "Subscrições Expiradas Recentemente"
5467
5491
 
@@ -5537,6 +5561,18 @@ msgstr ""
5537
5561
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5538
5562
  msgstr ""
5539
5563
 
5564
+ msgid "Refresh applicability"
5565
+ msgstr ""
5566
+
5567
+ msgid "Refresh counts"
5568
+ msgstr ""
5569
+
5570
+ msgid "Refresh errata applicability"
5571
+ msgstr ""
5572
+
5573
+ msgid "Refresh package applicability"
5574
+ msgstr ""
5575
+
5540
5576
  msgid "Refresh previously imported manifest for Red Hat provider"
5541
5577
  msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
5542
5578
 
@@ -5618,14 +5654,11 @@ msgstr "Recarregar dados"
5618
5654
  msgid "Remote action:"
5619
5655
  msgstr "Ação remota:"
5620
5656
 
5621
- msgid "Remote execution job '${description}' failed."
5657
+ msgid "Remote execution is enabled."
5622
5658
  msgstr ""
5623
5659
 
5624
- msgid "Removal of package group(s) requested: %{groups}"
5625
- msgstr "Remoção do(s) grupo(s) de embalagem(s) solicitada(s): %{groups}"
5626
-
5627
- msgid "Removal of package(s) requested: %{packages}"
5628
- msgstr "Remoção do(s) pacote(s) solicitado(s): %{packages}"
5660
+ msgid "Remote execution job '${description}' failed."
5661
+ msgstr ""
5629
5662
 
5630
5663
  msgid "Remove"
5631
5664
  msgstr "Remover"
@@ -5648,9 +5681,6 @@ msgstr ""
5648
5681
  msgid "Remove components from the content view"
5649
5682
  msgstr "Remover componentes da visualização de conteúdo"
5650
5683
 
5651
- msgid "Remove content on one or more hosts using katello-agent. %s"
5652
- msgstr ""
5653
-
5654
5684
  msgid "Remove content view version"
5655
5685
  msgstr "Remover versão da visualização de conteúdo"
5656
5686
 
@@ -5684,15 +5714,6 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
5684
5714
  msgid "Remove one or more subscriptions from an upstream manifest"
5685
5715
  msgstr ""
5686
5716
 
5687
- msgid "Remove package"
5688
- msgstr "Remover Pacote"
5689
-
5690
- msgid "Remove package for %s"
5691
- msgstr "Remover pacote para %s"
5692
-
5693
- msgid "Remove package group"
5694
- msgstr "Remover grupo de pacote"
5695
-
5696
5717
  msgid "Remove package group via Katello interface"
5697
5718
  msgstr "Remover grupo de pacotes via interface do Katello"
5698
5719
 
@@ -5738,10 +5759,13 @@ msgstr ""
5738
5759
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5739
5760
  msgstr ""
5740
5761
 
5762
+ msgid "Repo ID"
5763
+ msgstr ""
5764
+
5741
5765
  msgid "Repo Type"
5742
5766
  msgstr "Tipo de repositório"
5743
5767
 
5744
- msgid "Report"
5768
+ msgid "Repo label"
5745
5769
  msgstr ""
5746
5770
 
5747
5771
  msgid "Repositories"
@@ -5750,6 +5774,9 @@ msgstr "Repositórios"
5750
5774
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5751
5775
  msgstr ""
5752
5776
 
5777
+ msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
5778
+ msgstr ""
5779
+
5753
5780
  msgid "Repositories from published Content Views are not allowed."
5754
5781
  msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
5755
5782
 
@@ -5762,12 +5789,18 @@ msgstr ""
5762
5789
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5763
5790
  msgstr ""
5764
5791
 
5792
+ msgid "Repository %{label} failed to synchronize"
5793
+ msgstr ""
5794
+
5765
5795
  msgid "Repository '%(repoName)s' has been disabled."
5766
5796
  msgstr "O Repositório '%(repoName)s' foi desativado."
5767
5797
 
5768
5798
  msgid "Repository '%(repoName)s' has been enabled."
5769
5799
  msgstr "O Repositório '%(repoName)s' foi habilitado."
5770
5800
 
5801
+ msgid "Repository ID"
5802
+ msgstr ""
5803
+
5771
5804
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5772
5805
  msgstr "A ID de repositório associada ao repositório kickstart utilizado para o provisionamento"
5773
5806
 
@@ -5789,6 +5822,9 @@ msgstr "Identificador do repositório"
5789
5822
  msgid "Repository label '%s' is not associated with content view."
5790
5823
  msgstr "O rótulo do repositório '%s' não está associado à visualização do conteúdo."
5791
5824
 
5825
+ msgid "Repository name"
5826
+ msgstr ""
5827
+
5792
5828
  msgid "Repository not found"
5793
5829
  msgstr "Repositório não foi encontrado"
5794
5830
 
@@ -5828,6 +5864,9 @@ msgstr ""
5828
5864
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5829
5865
  msgstr ""
5830
5866
 
5867
+ msgid "Repository sync failure"
5868
+ msgstr ""
5869
+
5831
5870
  msgid "Repository type"
5832
5871
  msgstr ""
5833
5872
 
@@ -6056,9 +6095,6 @@ msgstr "Salvar"
6056
6095
  msgid "Saving alternate content source..."
6057
6096
  msgstr ""
6058
6097
 
6059
- msgid "Schedule errata for installation using katello-agent. %s"
6060
- msgstr ""
6061
-
6062
6098
  msgid "Schema Version 1"
6063
6099
  msgstr "Esquema Versão 1"
6064
6100
 
@@ -6236,7 +6272,10 @@ msgstr ""
6236
6272
  msgid "Select source type"
6237
6273
  msgstr ""
6238
6274
 
6239
- msgid "Select system purpose attributes for host {hostName}."
6275
+ msgid "Select system purpose attributes for activation key {name}."
6276
+ msgstr ""
6277
+
6278
+ msgid "Select system purpose attributes for host {name}."
6240
6279
  msgstr ""
6241
6280
 
6242
6281
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
@@ -6404,6 +6443,9 @@ msgstr ""
6404
6443
  msgid "Simple Content Access has been enabled for '%{subject}'."
6405
6444
  msgstr ""
6406
6445
 
6446
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6447
+ msgstr ""
6448
+
6407
6449
  msgid "Simplified"
6408
6450
  msgstr ""
6409
6451
 
@@ -6422,12 +6464,21 @@ msgstr "Ignorou a verificação pulp_auth após a falha de verificação do pulp
6422
6464
  msgid "Smart proxies"
6423
6465
  msgstr "Proxies Inteligentes"
6424
6466
 
6467
+ msgid "Smart proxy ID"
6468
+ msgstr ""
6469
+
6425
6470
  msgid "Smart proxy IDs"
6426
6471
  msgstr "IDs de Proxy Inteligente"
6427
6472
 
6473
+ msgid "Smart proxy content count refresh has started in the background"
6474
+ msgstr ""
6475
+
6428
6476
  msgid "Smart proxy content source not found!"
6429
6477
  msgstr ""
6430
6478
 
6479
+ msgid "Smart proxy name"
6480
+ msgstr ""
6481
+
6431
6482
  msgid "Sockets"
6432
6483
  msgstr "Sockets"
6433
6484
 
@@ -6536,6 +6587,9 @@ msgstr ""
6536
6587
  msgid "Something went wrong while refreshing alternate content sources: "
6537
6588
  msgstr ""
6538
6589
 
6590
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6591
+ msgstr ""
6592
+
6539
6593
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6540
6594
  msgstr ""
6541
6595
 
@@ -6797,6 +6851,9 @@ msgstr "Sumário"
6797
6851
  msgid "Support Type"
6798
6852
  msgstr "Tipo de suporte"
6799
6853
 
6854
+ msgid "Support ended"
6855
+ msgstr ""
6856
+
6800
6857
  msgid "Supported Content Types"
6801
6858
  msgstr "Tipos de conteúdo compatíveis"
6802
6859
 
@@ -6878,15 +6935,15 @@ msgstr ""
6878
6935
  msgid "Syncable export"
6879
6936
  msgstr ""
6880
6937
 
6938
+ msgid "Synced"
6939
+ msgstr ""
6940
+
6881
6941
  msgid "Synced "
6882
6942
  msgstr ""
6883
6943
 
6884
6944
  msgid "Synced Content"
6885
6945
  msgstr "Conteúdo sincronizado"
6886
6946
 
6887
- msgid "Synced to smart proxy"
6888
- msgstr ""
6889
-
6890
6947
  msgid "Synchronize"
6891
6948
  msgstr "Sincronizar"
6892
6949
 
@@ -6944,12 +7001,24 @@ msgstr ""
6944
7001
  msgid "Task ${task.humanized.action} has started."
6945
7002
  msgstr "A tarefa ${task.humanized.action} já começou."
6946
7003
 
7004
+ msgid "Task ID"
7005
+ msgstr ""
7006
+
6947
7007
  msgid "Task canceled"
6948
7008
  msgstr "Tarefa cancelada"
6949
7009
 
6950
7010
  msgid "Task detail"
6951
7011
  msgstr "Detalhes da tarefa"
6952
7012
 
7013
+ msgid "Task details"
7014
+ msgstr ""
7015
+
7016
+ msgid "Task result"
7017
+ msgstr ""
7018
+
7019
+ msgid "Task state"
7020
+ msgstr ""
7021
+
6953
7022
  msgid "Temporary"
6954
7023
  msgstr "Temporário"
6955
7024
 
@@ -6959,6 +7028,18 @@ msgstr "O ambiente '%s' não pode conter um conjunto de mudanças!"
6959
7028
  msgid "The Alternate Content Source type"
6960
7029
  msgstr ""
6961
7030
 
7031
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7032
+ msgstr ""
7033
+
7034
+ msgid "The Foreman Client repository is enabled. "
7035
+ msgstr ""
7036
+
7037
+ msgid "The Foreman Client repository is synced. "
7038
+ msgstr ""
7039
+
7040
+ msgid "The Foreman Client repository set is enabled for the host. "
7041
+ msgstr ""
7042
+
6962
7043
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6963
7044
  msgstr ""
6964
7045
 
@@ -6980,9 +7061,6 @@ msgstr "A visualização de conteúdo padrão não pode ser editada, publicada o
6980
7061
  msgid "The default content view cannot be promoted"
6981
7062
  msgstr "A visualização de conteúdo padrão não pode ser promovida."
6982
7063
 
6983
- msgid "The default dependency solving value for new content views."
6984
- msgstr ""
6985
-
6986
7064
  msgid "The description for the content view version"
6987
7065
  msgstr "A descrição de uma versão de visualização de conteúdo"
6988
7066
 
@@ -7128,12 +7206,6 @@ msgstr ""
7128
7206
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7129
7207
  msgstr ""
7130
7208
 
7131
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7132
- msgstr "O tipo de conteúdo. Os tipos a seguir são suportados: 'package' and 'package_group."
7133
-
7134
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7135
- msgstr "O tipo de conteúdo. Os tipos a seguir são suportados: 'package', 'package_group' and 'errata'."
7136
-
7137
7209
  msgid "There are no Manifests to display"
7138
7210
  msgstr ""
7139
7211
 
@@ -7206,9 +7278,6 @@ msgstr ""
7206
7278
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7207
7279
  msgstr "Esta ação só deve ser tomada em circunstâncias extremas ou para fins de depuração."
7208
7280
 
7209
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7210
- msgstr ""
7211
-
7212
7281
  msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
7213
7282
  msgstr ""
7214
7283
 
@@ -7266,10 +7335,10 @@ msgstr "Isto está desabilitado porque não há subscrições selecionadas."
7266
7335
  msgid "This is not a linked repository"
7267
7336
  msgstr "Isto não é um repositório vinculado"
7268
7337
 
7269
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7338
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7270
7339
  msgstr ""
7271
7340
 
7272
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7341
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7273
7342
  msgstr ""
7274
7343
 
7275
7344
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7305,12 +7374,6 @@ msgstr ""
7305
7374
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7306
7375
  msgstr ""
7307
7376
 
7308
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7309
- msgstr ""
7310
-
7311
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7312
- msgstr ""
7313
-
7314
7377
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7315
7378
  msgstr ""
7316
7379
 
@@ -7536,9 +7599,6 @@ msgstr "Matriz de params não filtrados: %s."
7536
7599
  msgid "Uninstall and reset"
7537
7600
  msgstr ""
7538
7601
 
7539
- msgid "Uninstall packages remotely using katello-agent. %s"
7540
- msgstr ""
7541
-
7542
7602
  msgid "Unknown"
7543
7603
  msgstr "Desconhecido"
7544
7604
 
@@ -7596,6 +7656,9 @@ msgstr ""
7596
7656
  msgid "Update CDN Configuration"
7597
7657
  msgstr ""
7598
7658
 
7659
+ msgid "Update Content Counts"
7660
+ msgstr ""
7661
+
7599
7662
  msgid "Update Content Overrides"
7600
7663
  msgstr "Atualizar substituições do conteúdo"
7601
7664
 
@@ -7641,7 +7704,7 @@ msgstr "Atualizar um ambiente"
7641
7704
  msgid "Update an environment in an organization"
7642
7705
  msgstr "Atualizar um ambiente em uma organização"
7643
7706
 
7644
- msgid "Update content on one or more hosts using katello-agent. %s"
7707
+ msgid "Update content counts for the smart proxy"
7645
7708
  msgstr ""
7646
7709
 
7647
7710
  msgid "Update content urls"
@@ -7665,30 +7728,15 @@ msgstr "Atualizar detalhes do proxy http"
7665
7728
  msgid "Update installed packages, enabled repos, module inventory"
7666
7729
  msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
7667
7730
 
7668
- msgid "Update of all packages requested"
7669
- msgstr "Atualizar todos os pacotes solicitados"
7670
-
7671
- msgid "Update of package(s) requested: %{packages}"
7672
- msgstr "Atualização do(s) pacote(s) solicitado(s): %{packages}"
7673
-
7674
7731
  msgid "Update organization"
7675
7732
  msgstr "Atualizar organização"
7676
7733
 
7677
- msgid "Update package"
7678
- msgstr "Atualizar pacote"
7679
-
7680
- msgid "Update package for %s"
7681
- msgstr "Pacote de atualização para %s"
7682
-
7683
7734
  msgid "Update package group via Katello interface"
7684
7735
  msgstr "Atualizar grupo de pacotes via interface do Katello"
7685
7736
 
7686
7737
  msgid "Update package via Katello interface"
7687
7738
  msgstr "Atualizar pacote via interface do Katello"
7688
7739
 
7689
- msgid "Update packages remotely using katello-agent. %s"
7690
- msgstr ""
7691
-
7692
7740
  msgid "Update packages via Katello interface"
7693
7741
  msgstr ""
7694
7742
 
@@ -7740,9 +7788,6 @@ msgstr "Atualizações"
7740
7788
  msgid "Updates a product"
7741
7789
  msgstr "Atualizar um produto"
7742
7790
 
7743
- msgid "Updates all packages on the host(s)"
7744
- msgstr "Atualiza todos os pacotes no(s) host(s)"
7745
-
7746
7791
  msgid "Updates available: Component content view versions have been updated."
7747
7792
  msgstr ""
7748
7793
 
@@ -7860,9 +7905,6 @@ msgstr ""
7860
7905
  msgid "Use HTTP proxies"
7861
7906
  msgstr ""
7862
7907
 
7863
- msgid "Use remote execution by default"
7864
- msgstr "Usar execução remota por padrão"
7865
-
7866
7908
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7867
7909
  msgstr ""
7868
7910
 
@@ -7983,12 +8025,18 @@ msgstr ""
7983
8025
  msgid "View by"
7984
8026
  msgstr ""
7985
8027
 
8028
+ msgid "View content views"
8029
+ msgstr ""
8030
+
7986
8031
  msgid "View documentation"
7987
8032
  msgstr ""
7988
8033
 
7989
8034
  msgid "View matching content"
7990
8035
  msgstr ""
7991
8036
 
8037
+ msgid "View sync status"
8038
+ msgstr ""
8039
+
7992
8040
  msgid "View tasks "
7993
8041
  msgstr ""
7994
8042
 
@@ -8007,7 +8055,7 @@ msgstr ""
8007
8055
  msgid "Virtual host"
8008
8056
  msgstr ""
8009
8057
 
8010
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8058
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8011
8059
  msgstr ""
8012
8060
 
8013
8061
  msgid "Waiting to start."
@@ -8154,15 +8202,15 @@ msgstr ""
8154
8202
  msgid "Your search returned no matching Module streams."
8155
8203
  msgstr ""
8156
8204
 
8157
- msgid "Your search returned no matching RPMs."
8158
- msgstr ""
8159
-
8160
8205
  msgid "Your search returned no matching activation keys."
8161
8206
  msgstr ""
8162
8207
 
8163
8208
  msgid "Your search returned no matching hosts."
8164
8209
  msgstr ""
8165
8210
 
8211
+ msgid "Your search returned no matching non-modular RPMs."
8212
+ msgstr ""
8213
+
8166
8214
  msgid "Yum"
8167
8215
  msgstr ""
8168
8216
 
@@ -8349,9 +8397,6 @@ msgstr "versão do lançamento de conteúdo"
8349
8397
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8350
8398
  msgstr ""
8351
8399
 
8352
- msgid "content view Dependency Solving Default"
8353
- msgstr ""
8354
-
8355
8400
  msgid "content view component ID. Identifier of the component association"
8356
8401
  msgstr "ID de componente de visualização de conteúdo. Identificador da associação do componente"
8357
8402
 
@@ -8472,9 +8517,6 @@ msgstr "errata_id da regra de filtro de visualização de conteúdo"
8472
8517
  msgid "errata_ids is a required parameter"
8473
8518
  msgstr ""
8474
8519
 
8475
- msgid "errata_ids or update_all must be provided"
8476
- msgstr "errata_ids ou update_all devem ser fornecidos"
8477
-
8478
8520
  msgid "erratum: IDs or a select all object"
8479
8521
  msgstr "erratum: IDs ou uma seleção de todos os objetos"
8480
8522
 
@@ -8631,9 +8673,6 @@ msgstr ""
8631
8673
  msgid "list filters"
8632
8674
  msgstr "listar filtros"
8633
8675
 
8634
- msgid "list of packages names"
8635
- msgstr "listar nomes de pacotes"
8636
-
8637
8676
  msgid "list of repository ids"
8638
8677
  msgstr "lista de ids de repositórios"
8639
8678