katello 4.10.0 → 4.11.0.rc1

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 (449) 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_facet/show.json.rabl +4 -0
  127. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  128. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  129. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  130. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  131. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  132. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  134. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  136. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  138. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  139. data/config/routes/api/v2.rb +2 -0
  140. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  141. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  142. data/db/seeds.d/106-mail_notifications.rb +32 -0
  143. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  144. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  239. data/lib/katello/engine.rb +2 -3
  240. data/lib/katello/permission_creator.rb +2 -2
  241. data/lib/katello/plugin.rb +4 -0
  242. data/lib/katello/repository_types/ostree.rb +1 -0
  243. data/lib/katello/repository_types/python.rb +1 -0
  244. data/lib/katello/scheduled_jobs.rb +1 -1
  245. data/lib/katello/version.rb +1 -1
  246. data/locale/action_names.rb +1 -3
  247. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/bn_IN/katello.po +236 -197
  251. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ca/katello.po +236 -197
  253. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs/katello.po +236 -206
  255. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/cs_CZ/katello.po +236 -197
  257. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/de/katello.po +241 -202
  259. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  260. data/locale/de_AT/katello.po +236 -197
  261. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  262. data/locale/de_DE/katello.po +236 -197
  263. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/el/katello.po +236 -197
  265. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  266. data/locale/en/katello.po +236 -197
  267. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  268. data/locale/en_GB/katello.po +236 -197
  269. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/en_US/katello.po +236 -197
  271. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  272. data/locale/es/katello.po +238 -199
  273. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/et_EE/katello.po +236 -197
  275. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/fr/katello.po +247 -208
  277. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/gl/katello.po +236 -197
  279. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  280. data/locale/gu/katello.po +236 -197
  281. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/he_IL/katello.po +236 -197
  283. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  284. data/locale/hi/katello.po +236 -197
  285. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  286. data/locale/id/katello.po +236 -197
  287. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/it/katello.po +236 -197
  289. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  290. data/locale/ja/katello.po +247 -208
  291. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/ka/katello.po +241 -202
  293. data/locale/katello.pot +1427 -1296
  294. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/kn/katello.po +236 -197
  296. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/ko/katello.po +236 -197
  298. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/ml_IN/katello.po +236 -197
  300. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/mr/katello.po +236 -197
  302. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/nl_NL/katello.po +236 -197
  304. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/or/katello.po +236 -197
  306. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/pa/katello.po +236 -197
  308. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/pl/katello.po +236 -197
  310. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/pl_PL/katello.po +236 -197
  312. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/pt/katello.po +236 -197
  314. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/pt_BR/katello.po +238 -199
  316. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/ro/katello.po +236 -197
  318. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/ro_RO/katello.po +236 -197
  320. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/ru/katello.po +236 -197
  322. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/sl/katello.po +236 -197
  324. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/sv_SE/katello.po +236 -197
  326. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/ta/katello.po +236 -197
  328. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/ta_IN/katello.po +236 -197
  330. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/te/katello.po +236 -197
  332. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/tr/katello.po +236 -197
  334. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/vi/katello.po +236 -197
  336. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/vi_VN/katello.po +236 -197
  338. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/zh/katello.po +236 -197
  340. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/zh_CN/katello.po +247 -208
  342. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/zh_TW/katello.po +236 -197
  344. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  345. data/webpack/components/Table/MainTable.scss +18 -17
  346. data/webpack/components/Table/TableWrapper.js +4 -1
  347. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  348. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  349. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  350. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  351. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  352. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  353. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  354. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  355. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  356. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  357. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  358. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  359. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  360. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  361. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  362. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  363. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  364. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  365. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  366. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  367. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  368. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  369. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  370. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  371. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  372. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  373. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  374. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  375. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  376. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  377. data/webpack/components/extensions/Hosts/constants.js +2 -0
  378. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  379. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  380. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  381. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  382. data/webpack/global_index.js +11 -2
  383. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  384. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  385. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  386. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  387. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  388. data/webpack/scenes/Content/ContentConfig.js +3 -0
  389. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  390. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  391. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  392. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  394. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  395. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  396. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  397. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  398. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  399. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  400. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  401. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  403. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  404. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  405. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  406. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  407. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  408. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  409. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  410. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  411. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  412. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  413. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  414. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  415. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  416. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  417. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  418. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  419. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  420. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  421. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  422. data/webpack/scenes/SmartProxy/Content.js +12 -4
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  426. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  427. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  428. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  429. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  430. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  431. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  432. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  433. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  434. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  435. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  436. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  437. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  438. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  439. data/webpack/utils/helpers.js +0 -1
  440. metadata +99 -33
  441. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  442. data/webpack/components/Table/TableHooks.js +0 -315
  443. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  444. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  445. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  446. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  447. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  448. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  449. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/es/katello.po CHANGED
@@ -43,6 +43,12 @@ msgstr " %{modulemd_count} Módulo Flujo(s)"
43
43
  msgid " %{package_count} Package(s)"
44
44
  msgstr " %{package_count} Paquete(s)"
45
45
 
46
+ msgid " (${item.published_at_words} ago)"
47
+ msgstr ""
48
+
49
+ msgid " (${version.published_at_words} ago)"
50
+ msgstr ""
51
+
46
52
  msgid " Content view updated"
47
53
  msgstr " Vista de contenido actualizada"
48
54
 
@@ -265,6 +271,12 @@ msgstr "%{group} actualización de grupo de paquetes fuera de plazo"
265
271
  msgid "%{group} package group updated"
266
272
  msgstr "%{group} grupo de paquetes actualizado"
267
273
 
274
+ msgid "%{label} failed"
275
+ msgstr ""
276
+
277
+ msgid "%{label} failed."
278
+ msgstr ""
279
+
268
280
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
269
281
  msgstr ""
270
282
 
@@ -337,6 +349,9 @@ msgstr "%{package} actualización del paquete fuera de plazo"
337
349
  msgid "%{package} package updated"
338
350
  msgstr "%{package} paquete actualizado"
339
351
 
352
+ 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."
353
+ msgstr ""
354
+
340
355
  msgid "%{sla}"
341
356
  msgstr "%{sla}"
342
357
 
@@ -406,9 +421,6 @@ msgstr ""
406
421
  msgid "A backend service [ %s ] is unreachable"
407
422
  msgstr "Un servicio backend [ %s ] es inalcanzable"
408
423
 
409
- msgid "A content_type must be provided."
410
- msgstr "Se debe proporcionar un content_type"
411
-
412
424
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
413
425
  msgstr "No se ha aplicado una gran cantidad de erratas a esta vista de contenido, por lo tanto solamente se mostrarán las primeras 100."
414
426
 
@@ -421,6 +433,18 @@ msgstr "Una lista de suscripciones que expiran pronto"
421
433
  msgid "A new version of "
422
434
  msgstr ""
423
435
 
436
+ msgid "A notification about failed content view promotion"
437
+ msgstr ""
438
+
439
+ msgid "A notification about failed content view publish"
440
+ msgstr ""
441
+
442
+ msgid "A notification about failed proxy sync"
443
+ msgstr ""
444
+
445
+ msgid "A notification about failed repository sync"
446
+ msgstr ""
447
+
424
448
  msgid "A post-promotion summary of hosts with installable errata"
425
449
  msgstr "Un resumen de pospromoción de hosts con erratas instalables"
426
450
 
@@ -454,9 +478,6 @@ msgstr ""
454
478
  msgid "Abstract async task"
455
479
  msgstr "Tarea de sincronización abstracta"
456
480
 
457
- msgid "Accept action timeout"
458
- msgstr "Aceptar el tiempo de espera de la acción"
459
-
460
481
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
461
482
  msgstr ""
462
483
 
@@ -499,7 +520,7 @@ msgstr ""
499
520
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
500
521
  msgstr ""
501
522
 
502
- msgid "Activation key(s) for Subscription Manager."
523
+ msgid "Activation key(s) to use during registration"
503
524
  msgstr ""
504
525
 
505
526
  msgid "Activation keys"
@@ -535,9 +556,6 @@ msgstr ""
535
556
  msgid "Add Subscriptions"
536
557
  msgstr "Añadir suscripciones"
537
558
 
538
- msgid "Add Subscriptions using the Add Subscriptions button."
539
- msgstr ""
540
-
541
559
  msgid "Add a subscription to a host"
542
560
  msgstr "Añadir una suscripción a un host"
543
561
 
@@ -610,6 +628,9 @@ msgstr "Añadir las suscripciones consumidas por un manifiesto de la Administrac
610
628
  msgid "Add subscriptions to one or more hosts"
611
629
  msgstr "Añadir suscripciones a uno o más hosts"
612
630
 
631
+ msgid "Add subscriptions using the Add Subscriptions button."
632
+ msgstr ""
633
+
613
634
  msgid "Add to a host collection"
614
635
  msgstr ""
615
636
 
@@ -646,9 +667,6 @@ msgstr ""
646
667
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
647
668
  msgstr "Después de generar la actualización incremental, aplique los cambios a los hosts especificados. Actualmente solo se admiten erratas."
648
669
 
649
- msgid "Agent action"
650
- msgstr "Acción del agente"
651
-
652
670
  msgid "All"
653
671
  msgstr "Todos"
654
672
 
@@ -790,7 +808,7 @@ msgstr "Aplicación"
790
808
  msgid "Apply"
791
809
  msgstr "Solicitar"
792
810
 
793
- msgid "Apply Erratum"
811
+ msgid "Apply erratum"
794
812
  msgstr ""
795
813
 
796
814
  msgid "Apply to all repositories in the CV"
@@ -799,15 +817,24 @@ msgstr ""
799
817
  msgid "Apply to subset of repositories"
800
818
  msgstr ""
801
819
 
802
- msgid "Apply via Katello agent"
803
- msgstr ""
804
-
805
820
  msgid "Apply via customized remote execution"
806
821
  msgstr ""
807
822
 
808
823
  msgid "Apply via remote execution"
809
824
  msgstr ""
810
825
 
826
+ msgid "Approaching end of maintenance support"
827
+ msgstr ""
828
+
829
+ msgid "Approaching end of maintenance support (%s)"
830
+ msgstr ""
831
+
832
+ msgid "Approaching end of support"
833
+ msgstr ""
834
+
835
+ msgid "Approaching end of support (%s)"
836
+ msgstr ""
837
+
811
838
  msgid "Arch"
812
839
  msgstr "Arquitectura"
813
840
 
@@ -985,6 +1012,9 @@ msgstr ""
985
1012
  msgid "Batch size to sync repositories in."
986
1013
  msgstr "Tamaño del lote para sincronizar los repositorios."
987
1014
 
1015
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1016
+ msgstr ""
1017
+
988
1018
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
989
1019
  msgstr ""
990
1020
 
@@ -1138,6 +1168,12 @@ msgstr "No se pueden agregar versiones compuestas a una vista de contenido compu
1138
1168
  msgid "Cannot add default content view to composite content view"
1139
1169
  msgstr "No se puede añadir la vista de contenido predeterminada a una vista de contenido compuesta"
1140
1170
 
1171
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1172
+ msgstr ""
1173
+
1174
+ msgid "Cannot add disabled products to sync plan!"
1175
+ msgstr ""
1176
+
1141
1177
  msgid "Cannot add generated content view versions to composite content view"
1142
1178
  msgstr ""
1143
1179
 
@@ -1153,6 +1189,9 @@ msgstr ""
1153
1189
  msgid "Cannot associate a component to a non composite content view"
1154
1190
  msgstr "No se puede asociar un componente a una vista de contenido no compuesto"
1155
1191
 
1192
+ msgid "Cannot be disabled because it is part of a published content view"
1193
+ msgstr ""
1194
+
1156
1195
  msgid "Cannot calculate name for custom repos"
1157
1196
  msgstr "No se puede calcular el nombre para los repositorios personalizados"
1158
1197
 
@@ -1288,10 +1327,10 @@ msgstr ""
1288
1327
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1289
1328
  msgstr "Comprobar si se puede hacer una conexión con el administrador de suscripciones de Red Hat."
1290
1329
 
1291
- msgid "Check if the specified organization has Simple Content Access enabled"
1330
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1292
1331
  msgstr ""
1293
1332
 
1294
- msgid "Check if the specified organization is eligible for Simple Content Access"
1333
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1295
1334
  msgstr ""
1296
1335
 
1297
1336
  msgid "Check services before actions"
@@ -1354,9 +1393,6 @@ msgstr ""
1354
1393
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1355
1394
  msgstr ""
1356
1395
 
1357
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1358
- msgstr ""
1359
-
1360
1396
  msgid "Comma-separated list of tags to sync for a container image repository"
1361
1397
  msgstr ""
1362
1398
 
@@ -1648,6 +1684,12 @@ msgstr ""
1648
1684
  msgid "Content view numeric identifier"
1649
1685
  msgstr "Identificador numérico de vista de contenido"
1650
1686
 
1687
+ msgid "Content view promote failure"
1688
+ msgstr ""
1689
+
1690
+ msgid "Content view publish failure"
1691
+ msgstr ""
1692
+
1651
1693
  msgid "Content view version export history identifier"
1652
1694
  msgstr ""
1653
1695
 
@@ -1657,6 +1699,9 @@ msgstr "Identificador de versión de vista de contenido"
1657
1699
  msgid "Content view version import history identifier"
1658
1700
  msgstr ""
1659
1701
 
1702
+ msgid "Content view version is empty"
1703
+ msgstr ""
1704
+
1660
1705
  msgid "Content views"
1661
1706
  msgstr ""
1662
1707
 
@@ -2287,8 +2332,8 @@ msgstr "Deshabilitar un repositorio del conjunto"
2287
2332
  msgid "Disable module stream"
2288
2333
  msgstr ""
2289
2334
 
2290
- msgid "Disable simple content access for a manifest"
2291
- msgstr "Deshabilitar el acceso a contenidos simples para un manifiesto"
2335
+ msgid "Disable simple content access for a manifest. %s"
2336
+ msgstr ""
2292
2337
 
2293
2338
  msgid "Disabled"
2294
2339
  msgstr "Deshabilitado"
@@ -2329,6 +2374,9 @@ msgstr ""
2329
2374
  msgid "Duplicate artifact detected"
2330
2375
  msgstr ""
2331
2376
 
2377
+ msgid "Duplicate repositories in content view versions"
2378
+ msgstr ""
2379
+
2332
2380
  msgid "Duration"
2333
2381
  msgstr "Duración"
2334
2382
 
@@ -2434,7 +2482,7 @@ msgstr "Repositorios habilitados"
2434
2482
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2435
2483
  msgstr ""
2436
2484
 
2437
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2485
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2438
2486
  msgstr ""
2439
2487
 
2440
2488
  msgid "End Date"
@@ -2470,6 +2518,9 @@ msgstr "Derechos"
2470
2518
  msgid "Environment"
2471
2519
  msgstr "Entorno"
2472
2520
 
2521
+ msgid "Environment ID"
2522
+ msgstr ""
2523
+
2473
2524
  msgid "Environment IDs"
2474
2525
  msgstr "ID de entorno"
2475
2526
 
@@ -2479,6 +2530,9 @@ msgstr "No puede haber entorno en su propia ruta de entorno"
2479
2530
  msgid "Environment identifier"
2480
2531
  msgstr "Identificador del entorno"
2481
2532
 
2533
+ msgid "Environment name"
2534
+ msgstr ""
2535
+
2482
2536
  msgid "Environments"
2483
2537
  msgstr "Entornos"
2484
2538
 
@@ -2611,6 +2665,9 @@ msgstr ""
2611
2665
  msgid "Export as CSV"
2612
2666
  msgstr "Exportar como CSV"
2613
2667
 
2668
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2669
+ msgstr ""
2670
+
2614
2671
  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."
2615
2672
  msgstr ""
2616
2673
 
@@ -2623,6 +2680,9 @@ msgstr "Vista de contenido exportado"
2623
2680
  msgid "Exported version"
2624
2681
  msgstr "Versión exportada"
2625
2682
 
2683
+ msgid "Extended support"
2684
+ msgstr ""
2685
+
2626
2686
  msgid "Facts successfully updated."
2627
2687
  msgstr "Eventos actualizados con éxito."
2628
2688
 
@@ -2770,9 +2830,6 @@ msgstr ""
2770
2830
  msgid "Finish"
2771
2831
  msgstr ""
2772
2832
 
2773
- msgid "Finish action timeout"
2774
- msgstr "Tiempo de espera de la acción de finalizado"
2775
-
2776
2833
  msgid "Finished"
2777
2834
  msgstr "Finalizado"
2778
2835
 
@@ -2822,6 +2879,9 @@ msgstr "Forzar a republicar los metadatos de los repositorios de la versión"
2822
2879
  msgid "Full description"
2823
2880
  msgstr ""
2824
2881
 
2882
+ msgid "Full support"
2883
+ msgstr ""
2884
+
2825
2885
  msgid "Fully entitled"
2826
2886
  msgstr "Plenamente autorizado"
2827
2887
 
@@ -2879,15 +2939,15 @@ msgstr "Dada una serie de hosts y erratas, enumera las versiones de vista del co
2879
2939
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2880
2940
  msgstr ""
2881
2941
 
2882
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2883
- msgstr ""
2884
-
2885
2942
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2886
2943
  msgstr ""
2887
2944
 
2888
2945
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2889
2946
  msgstr ""
2890
2947
 
2948
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2949
+ msgstr ""
2950
+
2891
2951
  msgid "Go to job details"
2892
2952
  msgstr ""
2893
2953
 
@@ -2912,6 +2972,9 @@ msgstr ""
2912
2972
  msgid "Has to be > 0"
2913
2973
  msgstr "Tiene que ser > 0"
2914
2974
 
2975
+ msgid "Help"
2976
+ msgstr ""
2977
+
2915
2978
  msgid "Helper"
2916
2979
  msgstr "Ayudante"
2917
2980
 
@@ -3002,12 +3065,6 @@ msgstr ""
3002
3065
  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."
3003
3066
  msgstr ""
3004
3067
 
3005
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3006
- msgstr "El host no ha finalizado la acción de contenido en %s segundos. La tarea ha sido cancelada."
3007
-
3008
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3009
- msgstr "El host no ha respondido en %s segundos. La tarea ha sido cancelada. ¿Está katello-agent instalado y goferd funcionando en el Host?"
3010
-
3011
3068
  msgid "Host errata advisory"
3012
3069
  msgstr "Aviso de erratas de host"
3013
3070
 
@@ -3029,6 +3086,9 @@ msgstr "El ID del host para el que se enumeran las erratas aplicables"
3029
3086
  msgid "Host id to list applicable packages for"
3030
3087
  msgstr "La ID del host para el que se enumeran los paquetes aplicables"
3031
3088
 
3089
+ msgid "Host lifecycle support expiration notification"
3090
+ msgstr ""
3091
+
3032
3092
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3033
3093
  msgstr ""
3034
3094
 
@@ -3229,9 +3289,6 @@ msgstr ""
3229
3289
  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"
3230
3290
  msgstr ""
3231
3291
 
3232
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3233
- msgstr ""
3234
-
3235
3292
  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."
3236
3293
  msgstr ""
3237
3294
 
@@ -3316,9 +3373,6 @@ msgstr "Importar un manifiesto:"
3316
3373
  msgid "Import a Manifest to Begin"
3317
3374
  msgstr "Importar un manifiesto para comenzar"
3318
3375
 
3319
- msgid "Import a Manifest to manage your Entitlements."
3320
- msgstr "Importar un manifiesto para administrar sus derechos."
3321
-
3322
3376
  msgid "Import a Manifest using the manifest tab above."
3323
3377
  msgstr "Importar un manifiesto usando la pestaña de manifiesto de arriba."
3324
3378
 
@@ -3331,6 +3385,9 @@ msgstr ""
3331
3385
  msgid "Import a repository"
3332
3386
  msgstr ""
3333
3387
 
3388
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3389
+ msgstr ""
3390
+
3334
3391
  msgid "Import facts"
3335
3392
  msgstr "Importar datos"
3336
3393
 
@@ -3439,36 +3496,12 @@ msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincron
3439
3496
  msgid "Install"
3440
3497
  msgstr "Instale"
3441
3498
 
3442
- msgid "Install Applicable Errata"
3443
- msgstr "Instalación de erratas aplicables"
3444
-
3445
- msgid "Install Applicable Errata on %s"
3446
- msgstr "Instale las erratas aplicables en %s"
3447
-
3448
- msgid "Install content on one or more hosts using katello-agent. %s"
3449
- msgstr ""
3450
-
3451
3499
  msgid "Install errata using scoped search query"
3452
3500
  msgstr ""
3453
3501
 
3454
3502
  msgid "Install errata via Katello interface"
3455
3503
  msgstr "Instalar erratas a través de la interfaz de Katello"
3456
3504
 
3457
- msgid "Install erratum"
3458
- msgstr "Instalación de errata"
3459
-
3460
- msgid "Install erratum for %s"
3461
- msgstr "Instalar fe de erratas para %s"
3462
-
3463
- msgid "Install package"
3464
- msgstr "Instalar paquete"
3465
-
3466
- msgid "Install package for %s"
3467
- msgstr "Instalar paquete para %s"
3468
-
3469
- msgid "Install package group"
3470
- msgstr "Instalación de grupo de paquetes"
3471
-
3472
3505
  msgid "Install package group via Katello interface"
3473
3506
  msgstr "Instalar grupo de paquetes a través de la interfaz de Katello"
3474
3507
 
@@ -3478,18 +3511,12 @@ msgstr "Instalar paquete a través de la interfaz de Katello"
3478
3511
  msgid "Install packages"
3479
3512
  msgstr ""
3480
3513
 
3481
- msgid "Install packages remotely using katello-agent. %s"
3482
- msgstr ""
3483
-
3484
3514
  msgid "Install packages via Katello interface"
3485
3515
  msgstr ""
3486
3516
 
3487
3517
  msgid "Install via customized remote execution"
3488
3518
  msgstr ""
3489
3519
 
3490
- msgid "Install via katello-agent"
3491
- msgstr ""
3492
-
3493
3520
  msgid "Install via remote execution"
3494
3521
  msgstr ""
3495
3522
 
@@ -3502,15 +3529,6 @@ msgstr ""
3502
3529
  msgid "Installable updates"
3503
3530
  msgstr ""
3504
3531
 
3505
- msgid "Installation of errata requested: %{errata}"
3506
- msgstr "Instalación de la fe de erratas solicitada: %{errata}"
3507
-
3508
- msgid "Installation of package group(s) requested: %{groups}"
3509
- msgstr "Instalación del grupo o grupos de paquetes solicitados: %{groups}"
3510
-
3511
- msgid "Installation of package(s) requested: %{packages}"
3512
- msgstr "Instalación del paquete o paquetes solicitados: %{packages}"
3513
-
3514
3532
  msgid "Installation status"
3515
3533
  msgstr ""
3516
3534
 
@@ -3568,9 +3586,6 @@ msgstr "Asociación no válida de ID de vista de contenido. La vista de contenid
3568
3586
  msgid "Invalid content label: %s"
3569
3587
  msgstr "Etiqueta de contenido no válida: %s"
3570
3588
 
3571
- msgid "Invalid content type %s"
3572
- msgstr "Tipo de contenido no válido %s"
3573
-
3574
3589
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3575
3590
  msgstr "Tipo de contenido no válido '%{content_type}' proporcionado. Los tipos de contenido pueden ser %{content_types}"
3576
3591
 
@@ -3646,15 +3661,9 @@ msgstr ""
3646
3661
  msgid "Job '${description}' has started."
3647
3662
  msgstr ""
3648
3663
 
3649
- msgid "Katello 4.10"
3650
- msgstr ""
3651
-
3652
3664
  msgid "Katello ID of local pool to update"
3653
3665
  msgstr "La ID de Katello del grupo local para actualizar"
3654
3666
 
3655
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3656
- msgstr ""
3657
-
3658
3667
  msgid "Katello: Install Errata"
3659
3668
  msgstr "Katello: instalar erratas"
3660
3669
 
@@ -3736,6 +3745,9 @@ msgstr ""
3736
3745
  msgid "Last refresh :"
3737
3746
  msgstr ""
3738
3747
 
3748
+ msgid "Last sync"
3749
+ msgstr ""
3750
+
3739
3751
  msgid "Last task"
3740
3752
  msgstr ""
3741
3753
 
@@ -3796,6 +3808,9 @@ msgstr ""
3796
3808
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3797
3809
  msgstr "El entorno del ciclo de vida '%{environment}' no está vinculado a esta cápsula."
3798
3810
 
3811
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3812
+ msgstr ""
3813
+
3799
3814
  msgid "Lifecycle environment ID"
3800
3815
  msgstr "ID de entorno de ciclo de vida"
3801
3816
 
@@ -3877,6 +3892,9 @@ msgstr "Listar suscripciones disponibles del administrador de suscripciones de R
3877
3892
  msgid "List components attached to this content view"
3878
3893
  msgstr "Listar componentes adjunta a esta vista de contenido"
3879
3894
 
3895
+ msgid "List content counts for the smart proxy"
3896
+ msgstr ""
3897
+
3880
3898
  msgid "List content view versions"
3881
3899
  msgstr "Mostrar versiones de la vista de contenido"
3882
3900
 
@@ -3928,9 +3946,6 @@ msgstr "Lista de flujos de módulos disponibles para el host"
3928
3946
  msgid "List of Errata ids"
3929
3947
  msgstr "Lista de ID de erratas"
3930
3948
 
3931
- msgid "List of Errata ids to install. Will be removed in %s"
3932
- msgstr ""
3933
-
3934
3949
  msgid "List of Products for sync plan"
3935
3950
  msgstr "Lista de productos para el plan de sincronización"
3936
3951
 
@@ -3940,12 +3955,6 @@ msgstr ""
3940
3955
  msgid "List of component content view version ids for composite views"
3941
3956
  msgstr "Lista de ID de versión de la vista de contenido del componente para las vistas compuestas"
3942
3957
 
3943
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3944
- msgstr ""
3945
-
3946
- msgid "List of content (e.g. package or package group names)"
3947
- msgstr "Lista de contenido (p. ej., nombres de paquetes o de grupos de paquetes)"
3948
-
3949
3958
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3950
3959
  msgstr "Lista de unidades de contenido a ignorar al sincronizar un repositorio yum. Debe ser un subconjunto de %s"
3951
3960
 
@@ -4093,6 +4102,9 @@ msgstr "Cargando..."
4093
4102
  msgid "Low"
4094
4103
  msgstr ""
4095
4104
 
4105
+ msgid "Maintenance support"
4106
+ msgstr ""
4107
+
4096
4108
  msgid "Make copy of a content view"
4097
4109
  msgstr "Hacer una copia de una vista de contenido"
4098
4110
 
@@ -4150,6 +4162,9 @@ msgstr "Marcar estados de host de contenido como desconocidos para %s"
4150
4162
  msgid "Matched"
4151
4163
  msgstr "Concordancia"
4152
4164
 
4165
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4166
+ msgstr ""
4167
+
4153
4168
  msgid "Matching content"
4154
4169
  msgstr ""
4155
4170
 
@@ -4365,9 +4380,6 @@ msgstr "No hay vista de contenido"
4365
4380
  msgid "No Content found"
4366
4381
  msgstr "No se encontró contenido"
4367
4382
 
4368
- msgid "No Lifecycle environment to select"
4369
- msgstr ""
4370
-
4371
4383
  msgid "No Manifest Uploaded"
4372
4384
  msgstr "No se cargó un manifiesto"
4373
4385
 
@@ -4392,9 +4404,6 @@ msgstr ""
4392
4404
  msgid "No applicable errata"
4393
4405
  msgstr ""
4394
4406
 
4395
- msgid "No applicable errata for %s, skipping"
4396
- msgstr "No hay erratas aplicables para %s, skipping"
4397
-
4398
4407
  msgid "No applications to restart"
4399
4408
  msgstr ""
4400
4409
 
@@ -4413,9 +4422,6 @@ msgstr ""
4413
4422
  msgid "No content added."
4414
4423
  msgstr ""
4415
4424
 
4416
- msgid "No content has been provided."
4417
- msgstr "No ha sido aprobado ningún contenido."
4418
-
4419
4425
  msgid "No content ids provided"
4420
4426
  msgstr "No se proporcionaron ID de contenido."
4421
4427
 
@@ -4446,6 +4452,9 @@ msgstr ""
4446
4452
  msgid "No description provided"
4447
4453
  msgstr ""
4448
4454
 
4455
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4456
+ msgstr ""
4457
+
4449
4458
  msgid "No enabled repositories match your search criteria."
4450
4459
  msgstr "No hay repositorios habilitados que coincidan con sus criterios de búsqueda."
4451
4460
 
@@ -4527,9 +4536,6 @@ msgstr ""
4527
4536
  msgid "No matching DEB found."
4528
4537
  msgstr ""
4529
4538
 
4530
- msgid "No matching RPM found."
4531
- msgstr ""
4532
-
4533
4539
  msgid "No matching activation keys found."
4534
4540
  msgstr ""
4535
4541
 
@@ -4557,6 +4563,9 @@ msgstr ""
4557
4563
  msgid "No matching hosts found."
4558
4564
  msgstr ""
4559
4565
 
4566
+ msgid "No matching non-modular RPM found."
4567
+ msgstr ""
4568
+
4560
4569
  msgid "No matching packages found"
4561
4570
  msgstr ""
4562
4571
 
@@ -4773,6 +4782,9 @@ msgstr "Ubicación en disco para repositorios exportados"
4773
4782
  msgid "On-disk location for pulp 3 exported repositories"
4774
4783
  msgstr ""
4775
4784
 
4785
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4786
+ msgstr ""
4787
+
4776
4788
  msgid "One of parameters [ %s ] required but not specified."
4777
4789
  msgstr "Uno de los parámetros [ %s ] requerido pero no especificado."
4778
4790
 
@@ -4797,6 +4809,9 @@ msgstr ""
4797
4809
  msgid "Only one Red Hat provider permitted for an Organization"
4798
4810
  msgstr "Únicamente se permite un proveedor de Red Hat para una organización"
4799
4811
 
4812
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4813
+ msgstr ""
4814
+
4800
4815
  msgid "Only returns id and quantity fields"
4801
4816
  msgstr "Solo devuelve los campos de id y cantidad"
4802
4817
 
@@ -5209,6 +5224,9 @@ msgstr ""
5209
5224
  "El ID de producto como aparece en la lista de los productos instalados por el host\n"
5210
5225
  " no es el mismo ID de producto que la devuelve la api de productos"
5211
5226
 
5227
+ msgid "Product label"
5228
+ msgstr ""
5229
+
5212
5230
  msgid "Product name"
5213
5231
  msgstr "Nombre del producto"
5214
5232
 
@@ -5281,6 +5299,9 @@ msgstr "ID de plantilla de aprovisionamiento"
5281
5299
  msgid "Proxies"
5282
5300
  msgstr "Proxis"
5283
5301
 
5302
+ msgid "Proxy sync failure"
5303
+ msgstr ""
5304
+
5284
5305
  msgid "Public"
5285
5306
  msgstr "Público"
5286
5307
 
@@ -5413,6 +5434,12 @@ msgstr "RAM: %s GB"
5413
5434
  msgid "RH Repos"
5414
5435
  msgstr "RH Repos"
5415
5436
 
5437
+ msgid "RHEL Lifecycle status"
5438
+ msgstr ""
5439
+
5440
+ msgid "RHEL lifecycle"
5441
+ msgstr ""
5442
+
5416
5443
  msgid "RHUI"
5417
5444
  msgstr ""
5418
5445
 
@@ -5461,9 +5488,6 @@ msgstr ""
5461
5488
  msgid "Reboot required"
5462
5489
  msgstr "Se requiere reiniciar"
5463
5490
 
5464
- msgid "Recalculate"
5465
- msgstr ""
5466
-
5467
5491
  msgid "Recently Expired Subscriptions"
5468
5492
  msgstr "Suscripciones que vencieron recientemente"
5469
5493
 
@@ -5539,6 +5563,18 @@ msgstr ""
5539
5563
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5540
5564
  msgstr ""
5541
5565
 
5566
+ msgid "Refresh applicability"
5567
+ msgstr ""
5568
+
5569
+ msgid "Refresh counts"
5570
+ msgstr ""
5571
+
5572
+ msgid "Refresh errata applicability"
5573
+ msgstr ""
5574
+
5575
+ msgid "Refresh package applicability"
5576
+ msgstr ""
5577
+
5542
5578
  msgid "Refresh previously imported manifest for Red Hat provider"
5543
5579
  msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
5544
5580
 
@@ -5620,14 +5656,11 @@ msgstr "Volver a cargar datos"
5620
5656
  msgid "Remote action:"
5621
5657
  msgstr "Acción remota:"
5622
5658
 
5623
- msgid "Remote execution job '${description}' failed."
5659
+ msgid "Remote execution is enabled."
5624
5660
  msgstr ""
5625
5661
 
5626
- msgid "Removal of package group(s) requested: %{groups}"
5627
- msgstr "Retirada de grupo(s) de paquetes solicitada(s): %{groups}"
5628
-
5629
- msgid "Removal of package(s) requested: %{packages}"
5630
- msgstr "Retirada de paquete(s) solicitada(s): %{packages}"
5662
+ msgid "Remote execution job '${description}' failed."
5663
+ msgstr ""
5631
5664
 
5632
5665
  msgid "Remove"
5633
5666
  msgstr "Eliminar"
@@ -5650,9 +5683,6 @@ msgstr ""
5650
5683
  msgid "Remove components from the content view"
5651
5684
  msgstr "Eliminar los componentes de la vista de contenido"
5652
5685
 
5653
- msgid "Remove content on one or more hosts using katello-agent. %s"
5654
- msgstr ""
5655
-
5656
5686
  msgid "Remove content view version"
5657
5687
  msgstr "Eliminar versión de vista de contenido"
5658
5688
 
@@ -5686,15 +5716,6 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
5686
5716
  msgid "Remove one or more subscriptions from an upstream manifest"
5687
5717
  msgstr ""
5688
5718
 
5689
- msgid "Remove package"
5690
- msgstr "Eliminar paquete"
5691
-
5692
- msgid "Remove package for %s"
5693
- msgstr "Retire el paquete para %s"
5694
-
5695
- msgid "Remove package group"
5696
- msgstr "Eliminar grupo de paquetes"
5697
-
5698
5719
  msgid "Remove package group via Katello interface"
5699
5720
  msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
5700
5721
 
@@ -5740,10 +5761,13 @@ msgstr ""
5740
5761
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5741
5762
  msgstr ""
5742
5763
 
5764
+ msgid "Repo ID"
5765
+ msgstr ""
5766
+
5743
5767
  msgid "Repo Type"
5744
5768
  msgstr "Tipo de repo"
5745
5769
 
5746
- msgid "Report"
5770
+ msgid "Repo label"
5747
5771
  msgstr ""
5748
5772
 
5749
5773
  msgid "Repositories"
@@ -5752,6 +5776,9 @@ msgstr "Repositorios"
5752
5776
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5753
5777
  msgstr ""
5754
5778
 
5779
+ 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."
5780
+ msgstr ""
5781
+
5755
5782
  msgid "Repositories from published Content Views are not allowed."
5756
5783
  msgstr "No se permiten los de vistas de contenido publicadas "
5757
5784
 
@@ -5764,12 +5791,18 @@ msgstr ""
5764
5791
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5765
5792
  msgstr ""
5766
5793
 
5794
+ msgid "Repository %{label} failed to synchronize"
5795
+ msgstr ""
5796
+
5767
5797
  msgid "Repository '%(repoName)s' has been disabled."
5768
5798
  msgstr "El repositorio '%(repoName)s' ha sido desactivado."
5769
5799
 
5770
5800
  msgid "Repository '%(repoName)s' has been enabled."
5771
5801
  msgstr "Se ha habilitado el repositorio '%(repoName)s'."
5772
5802
 
5803
+ msgid "Repository ID"
5804
+ msgstr ""
5805
+
5773
5806
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5774
5807
  msgstr "ID del repositorio asociado con el repositorio de kickstart utilizado para el aprovisionamiento"
5775
5808
 
@@ -5791,6 +5824,9 @@ msgstr "Identificador de repositorio"
5791
5824
  msgid "Repository label '%s' is not associated with content view."
5792
5825
  msgstr "La etiqueta de repositorio '%s' no está asociada a la vista de contenido."
5793
5826
 
5827
+ msgid "Repository name"
5828
+ msgstr ""
5829
+
5794
5830
  msgid "Repository not found"
5795
5831
  msgstr "No se encontraron repositorios"
5796
5832
 
@@ -5830,6 +5866,9 @@ msgstr ""
5830
5866
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5831
5867
  msgstr ""
5832
5868
 
5869
+ msgid "Repository sync failure"
5870
+ msgstr ""
5871
+
5833
5872
  msgid "Repository type"
5834
5873
  msgstr ""
5835
5874
 
@@ -6058,9 +6097,6 @@ msgstr "Guardar"
6058
6097
  msgid "Saving alternate content source..."
6059
6098
  msgstr ""
6060
6099
 
6061
- msgid "Schedule errata for installation using katello-agent. %s"
6062
- msgstr ""
6063
-
6064
6100
  msgid "Schema Version 1"
6065
6101
  msgstr "Versión 1 del esquema"
6066
6102
 
@@ -6238,7 +6274,10 @@ msgstr ""
6238
6274
  msgid "Select source type"
6239
6275
  msgstr ""
6240
6276
 
6241
- msgid "Select system purpose attributes for host {hostName}."
6277
+ msgid "Select system purpose attributes for activation key {name}."
6278
+ msgstr ""
6279
+
6280
+ msgid "Select system purpose attributes for host {name}."
6242
6281
  msgstr ""
6243
6282
 
6244
6283
  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."
@@ -6406,6 +6445,9 @@ msgstr ""
6406
6445
  msgid "Simple Content Access has been enabled for '%{subject}'."
6407
6446
  msgstr ""
6408
6447
 
6448
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6449
+ msgstr ""
6450
+
6409
6451
  msgid "Simplified"
6410
6452
  msgstr ""
6411
6453
 
@@ -6424,12 +6466,21 @@ msgstr "Se omitió la verificación pulp_auth luego de que la verificación de P
6424
6466
  msgid "Smart proxies"
6425
6467
  msgstr "Proxis inteligentes"
6426
6468
 
6469
+ msgid "Smart proxy ID"
6470
+ msgstr ""
6471
+
6427
6472
  msgid "Smart proxy IDs"
6428
6473
  msgstr "ID de proxy inteligente"
6429
6474
 
6475
+ msgid "Smart proxy content count refresh has started in the background"
6476
+ msgstr ""
6477
+
6430
6478
  msgid "Smart proxy content source not found!"
6431
6479
  msgstr ""
6432
6480
 
6481
+ msgid "Smart proxy name"
6482
+ msgstr ""
6483
+
6433
6484
  msgid "Sockets"
6434
6485
  msgstr "Sockets"
6435
6486
 
@@ -6538,6 +6589,9 @@ msgstr ""
6538
6589
  msgid "Something went wrong while refreshing alternate content sources: "
6539
6590
  msgstr ""
6540
6591
 
6592
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6593
+ msgstr ""
6594
+
6541
6595
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6542
6596
  msgstr ""
6543
6597
 
@@ -6799,6 +6853,9 @@ msgstr "Resumen"
6799
6853
  msgid "Support Type"
6800
6854
  msgstr "Tipo de compatibilidad"
6801
6855
 
6856
+ msgid "Support ended"
6857
+ msgstr ""
6858
+
6802
6859
  msgid "Supported Content Types"
6803
6860
  msgstr "Tipos de contenido admitidos"
6804
6861
 
@@ -6880,15 +6937,15 @@ msgstr ""
6880
6937
  msgid "Syncable export"
6881
6938
  msgstr ""
6882
6939
 
6940
+ msgid "Synced"
6941
+ msgstr ""
6942
+
6883
6943
  msgid "Synced "
6884
6944
  msgstr ""
6885
6945
 
6886
6946
  msgid "Synced Content"
6887
6947
  msgstr "Contenido sincronizado"
6888
6948
 
6889
- msgid "Synced to smart proxy"
6890
- msgstr ""
6891
-
6892
6949
  msgid "Synchronize"
6893
6950
  msgstr "Sincronizar"
6894
6951
 
@@ -6946,12 +7003,24 @@ msgstr ""
6946
7003
  msgid "Task ${task.humanized.action} has started."
6947
7004
  msgstr "La tarea ${task.humanized.action} ha comenzado."
6948
7005
 
7006
+ msgid "Task ID"
7007
+ msgstr ""
7008
+
6949
7009
  msgid "Task canceled"
6950
7010
  msgstr "Tarea cancelada"
6951
7011
 
6952
7012
  msgid "Task detail"
6953
7013
  msgstr "Detalles de tarea"
6954
7014
 
7015
+ msgid "Task details"
7016
+ msgstr ""
7017
+
7018
+ msgid "Task result"
7019
+ msgstr ""
7020
+
7021
+ msgid "Task state"
7022
+ msgstr ""
7023
+
6955
7024
  msgid "Temporary"
6956
7025
  msgstr "Temporal"
6957
7026
 
@@ -6961,6 +7030,18 @@ msgstr "¡El entorno '%s' no puede contener un changeset!"
6961
7030
  msgid "The Alternate Content Source type"
6962
7031
  msgstr ""
6963
7032
 
7033
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7034
+ msgstr ""
7035
+
7036
+ msgid "The Foreman Client repository is enabled. "
7037
+ msgstr ""
7038
+
7039
+ msgid "The Foreman Client repository is synced. "
7040
+ msgstr ""
7041
+
7042
+ msgid "The Foreman Client repository set is enabled for the host. "
7043
+ msgstr ""
7044
+
6964
7045
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6965
7046
  msgstr ""
6966
7047
 
@@ -6982,9 +7063,6 @@ msgstr "La vista de contenido predeterminada no se puede editar, publicar ni bor
6982
7063
  msgid "The default content view cannot be promoted"
6983
7064
  msgstr "No se puede promover la vista de contenido predeterminada"
6984
7065
 
6985
- msgid "The default dependency solving value for new content views."
6986
- msgstr ""
6987
-
6988
7066
  msgid "The description for the content view version"
6989
7067
  msgstr "La descripción de la versión de la vista de contenido"
6990
7068
 
@@ -7130,12 +7208,6 @@ msgstr ""
7130
7208
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7131
7209
  msgstr ""
7132
7210
 
7133
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7134
- msgstr "El tipo de contenido. Se admiten los siguientes tipos: 'package' y 'package_group."
7135
-
7136
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7137
- msgstr "El tipo de contenido. Se admiten los siguientes tipos: 'package' y 'package_group' y 'errata'."
7138
-
7139
7211
  msgid "There are no Manifests to display"
7140
7212
  msgstr ""
7141
7213
 
@@ -7208,9 +7280,6 @@ msgstr ""
7208
7280
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7209
7281
  msgstr "Esta acción sólo debe realizarse en circunstancias extremas o con fines de depuración."
7210
7282
 
7211
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7212
- msgstr ""
7213
-
7214
7283
  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."
7215
7284
  msgstr ""
7216
7285
 
@@ -7268,10 +7337,10 @@ msgstr "Esto está desactivado porque no se han seleccionado suscripciones."
7268
7337
  msgid "This is not a linked repository"
7269
7338
  msgstr "Este no es un repositorio vinculado"
7270
7339
 
7271
- 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}."
7340
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7272
7341
  msgstr ""
7273
7342
 
7274
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7343
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7275
7344
  msgstr ""
7276
7345
 
7277
7346
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7307,12 +7376,6 @@ msgstr ""
7307
7376
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7308
7377
  msgstr ""
7309
7378
 
7310
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7311
- msgstr ""
7312
-
7313
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7314
- msgstr ""
7315
-
7316
7379
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7317
7380
  msgstr ""
7318
7381
 
@@ -7538,9 +7601,6 @@ msgstr "Matriz de parámetros sin filtrar: %s."
7538
7601
  msgid "Uninstall and reset"
7539
7602
  msgstr ""
7540
7603
 
7541
- msgid "Uninstall packages remotely using katello-agent. %s"
7542
- msgstr ""
7543
-
7544
7604
  msgid "Unknown"
7545
7605
  msgstr "Desconocido"
7546
7606
 
@@ -7598,6 +7658,9 @@ msgstr ""
7598
7658
  msgid "Update CDN Configuration"
7599
7659
  msgstr ""
7600
7660
 
7661
+ msgid "Update Content Counts"
7662
+ msgstr ""
7663
+
7601
7664
  msgid "Update Content Overrides"
7602
7665
  msgstr "Actualizar anulaciones de contenidos"
7603
7666
 
@@ -7643,7 +7706,7 @@ msgstr "Actualizar un entorno"
7643
7706
  msgid "Update an environment in an organization"
7644
7707
  msgstr "Actualizar un entorno en una organización"
7645
7708
 
7646
- msgid "Update content on one or more hosts using katello-agent. %s"
7709
+ msgid "Update content counts for the smart proxy"
7647
7710
  msgstr ""
7648
7711
 
7649
7712
  msgid "Update content urls"
@@ -7667,30 +7730,15 @@ msgstr "Actualizar los detalles del proxy http"
7667
7730
  msgid "Update installed packages, enabled repos, module inventory"
7668
7731
  msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
7669
7732
 
7670
- msgid "Update of all packages requested"
7671
- msgstr "Actualización de todos los paquetes solicitados"
7672
-
7673
- msgid "Update of package(s) requested: %{packages}"
7674
- msgstr "Actualización del paquete o paquetes solicitados: %{packages}"
7675
-
7676
7733
  msgid "Update organization"
7677
7734
  msgstr "Actualizar organización"
7678
7735
 
7679
- msgid "Update package"
7680
- msgstr "Actualizar paquete"
7681
-
7682
- msgid "Update package for %s"
7683
- msgstr "Paquete de actualización para %s"
7684
-
7685
7736
  msgid "Update package group via Katello interface"
7686
7737
  msgstr "Actualizar grupo de paquetes a través de la interfaz de Katello"
7687
7738
 
7688
7739
  msgid "Update package via Katello interface"
7689
7740
  msgstr "Actualizar paquete a través de la interfaz de Katello"
7690
7741
 
7691
- msgid "Update packages remotely using katello-agent. %s"
7692
- msgstr ""
7693
-
7694
7742
  msgid "Update packages via Katello interface"
7695
7743
  msgstr ""
7696
7744
 
@@ -7742,9 +7790,6 @@ msgstr "Actualizaciones"
7742
7790
  msgid "Updates a product"
7743
7791
  msgstr "Actualiza un producto"
7744
7792
 
7745
- msgid "Updates all packages on the host(s)"
7746
- msgstr "Actualizar todos los paquetes de los hosts"
7747
-
7748
7793
  msgid "Updates available: Component content view versions have been updated."
7749
7794
  msgstr ""
7750
7795
 
@@ -7862,9 +7907,6 @@ msgstr ""
7862
7907
  msgid "Use HTTP proxies"
7863
7908
  msgstr ""
7864
7909
 
7865
- msgid "Use remote execution by default"
7866
- msgstr "Usar la ejecución remota por defecto"
7867
-
7868
7910
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7869
7911
  msgstr ""
7870
7912
 
@@ -7985,12 +8027,18 @@ msgstr ""
7985
8027
  msgid "View by"
7986
8028
  msgstr ""
7987
8029
 
8030
+ msgid "View content views"
8031
+ msgstr ""
8032
+
7988
8033
  msgid "View documentation"
7989
8034
  msgstr ""
7990
8035
 
7991
8036
  msgid "View matching content"
7992
8037
  msgstr ""
7993
8038
 
8039
+ msgid "View sync status"
8040
+ msgstr ""
8041
+
7994
8042
  msgid "View tasks "
7995
8043
  msgstr ""
7996
8044
 
@@ -8009,7 +8057,7 @@ msgstr ""
8009
8057
  msgid "Virtual host"
8010
8058
  msgstr ""
8011
8059
 
8012
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8060
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8013
8061
  msgstr ""
8014
8062
 
8015
8063
  msgid "Waiting to start."
@@ -8156,15 +8204,15 @@ msgstr ""
8156
8204
  msgid "Your search returned no matching Module streams."
8157
8205
  msgstr ""
8158
8206
 
8159
- msgid "Your search returned no matching RPMs."
8160
- msgstr ""
8161
-
8162
8207
  msgid "Your search returned no matching activation keys."
8163
8208
  msgstr ""
8164
8209
 
8165
8210
  msgid "Your search returned no matching hosts."
8166
8211
  msgstr ""
8167
8212
 
8213
+ msgid "Your search returned no matching non-modular RPMs."
8214
+ msgstr ""
8215
+
8168
8216
  msgid "Yum"
8169
8217
  msgstr ""
8170
8218
 
@@ -8351,9 +8399,6 @@ msgstr "versión de lanzamiento de contenido"
8351
8399
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8352
8400
  msgstr ""
8353
8401
 
8354
- msgid "content view Dependency Solving Default"
8355
- msgstr ""
8356
-
8357
8402
  msgid "content view component ID. Identifier of the component association"
8358
8403
  msgstr "ID de componente de vista de contenido. Identificador de la asociación de componente"
8359
8404
 
@@ -8474,9 +8519,6 @@ msgstr "errata_id de la regla de filtro de vista de contenido"
8474
8519
  msgid "errata_ids is a required parameter"
8475
8520
  msgstr ""
8476
8521
 
8477
- msgid "errata_ids or update_all must be provided"
8478
- msgstr "Se debe proporcionar errata_ids o update_all"
8479
-
8480
8522
  msgid "erratum: IDs or a select all object"
8481
8523
  msgstr "errata: ID o una Selección de todos los objetos"
8482
8524
 
@@ -8633,9 +8675,6 @@ msgstr ""
8633
8675
  msgid "list filters"
8634
8676
  msgstr "listar filtros"
8635
8677
 
8636
- msgid "list of packages names"
8637
- msgstr "lista de nombres de paquetes"
8638
-
8639
8678
  msgid "list of repository ids"
8640
8679
  msgstr "lista de ID de repositorio"
8641
8680