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
data/locale/pa/katello.po CHANGED
@@ -34,6 +34,12 @@ msgstr ""
34
34
  msgid " %{package_count} Package(s)"
35
35
  msgstr ""
36
36
 
37
+ msgid " (${item.published_at_words} ago)"
38
+ msgstr ""
39
+
40
+ msgid " (${version.published_at_words} ago)"
41
+ msgstr ""
42
+
37
43
  msgid " Content view updated"
38
44
  msgstr ""
39
45
 
@@ -255,6 +261,12 @@ msgstr ""
255
261
  msgid "%{group} package group updated"
256
262
  msgstr ""
257
263
 
264
+ msgid "%{label} failed"
265
+ msgstr ""
266
+
267
+ msgid "%{label} failed."
268
+ msgstr ""
269
+
258
270
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
259
271
  msgstr ""
260
272
 
@@ -327,6 +339,9 @@ msgstr ""
327
339
  msgid "%{package} package updated"
328
340
  msgstr ""
329
341
 
342
+ 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."
343
+ msgstr ""
344
+
330
345
  msgid "%{sla}"
331
346
  msgstr ""
332
347
 
@@ -396,9 +411,6 @@ msgstr ""
396
411
  msgid "A backend service [ %s ] is unreachable"
397
412
  msgstr ""
398
413
 
399
- msgid "A content_type must be provided."
400
- msgstr ""
401
-
402
414
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
403
415
  msgstr ""
404
416
 
@@ -411,6 +423,18 @@ msgstr ""
411
423
  msgid "A new version of "
412
424
  msgstr ""
413
425
 
426
+ msgid "A notification about failed content view promotion"
427
+ msgstr ""
428
+
429
+ msgid "A notification about failed content view publish"
430
+ msgstr ""
431
+
432
+ msgid "A notification about failed proxy sync"
433
+ msgstr ""
434
+
435
+ msgid "A notification about failed repository sync"
436
+ msgstr ""
437
+
414
438
  msgid "A post-promotion summary of hosts with installable errata"
415
439
  msgstr ""
416
440
 
@@ -444,9 +468,6 @@ msgstr ""
444
468
  msgid "Abstract async task"
445
469
  msgstr ""
446
470
 
447
- msgid "Accept action timeout"
448
- msgstr ""
449
-
450
471
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
451
472
  msgstr ""
452
473
 
@@ -489,7 +510,7 @@ msgstr ""
489
510
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
490
511
  msgstr ""
491
512
 
492
- msgid "Activation key(s) for Subscription Manager."
513
+ msgid "Activation key(s) to use during registration"
493
514
  msgstr ""
494
515
 
495
516
  msgid "Activation keys"
@@ -525,9 +546,6 @@ msgstr ""
525
546
  msgid "Add Subscriptions"
526
547
  msgstr ""
527
548
 
528
- msgid "Add Subscriptions using the Add Subscriptions button."
529
- msgstr ""
530
-
531
549
  msgid "Add a subscription to a host"
532
550
  msgstr ""
533
551
 
@@ -600,6 +618,9 @@ msgstr ""
600
618
  msgid "Add subscriptions to one or more hosts"
601
619
  msgstr ""
602
620
 
621
+ msgid "Add subscriptions using the Add Subscriptions button."
622
+ msgstr ""
623
+
603
624
  msgid "Add to a host collection"
604
625
  msgstr ""
605
626
 
@@ -636,9 +657,6 @@ msgstr ""
636
657
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
637
658
  msgstr ""
638
659
 
639
- msgid "Agent action"
640
- msgstr ""
641
-
642
660
  msgid "All"
643
661
  msgstr ""
644
662
 
@@ -778,7 +796,7 @@ msgstr ""
778
796
  msgid "Apply"
779
797
  msgstr ""
780
798
 
781
- msgid "Apply Erratum"
799
+ msgid "Apply erratum"
782
800
  msgstr ""
783
801
 
784
802
  msgid "Apply to all repositories in the CV"
@@ -787,15 +805,24 @@ msgstr ""
787
805
  msgid "Apply to subset of repositories"
788
806
  msgstr ""
789
807
 
790
- msgid "Apply via Katello agent"
791
- msgstr ""
792
-
793
808
  msgid "Apply via customized remote execution"
794
809
  msgstr ""
795
810
 
796
811
  msgid "Apply via remote execution"
797
812
  msgstr ""
798
813
 
814
+ msgid "Approaching end of maintenance support"
815
+ msgstr ""
816
+
817
+ msgid "Approaching end of maintenance support (%s)"
818
+ msgstr ""
819
+
820
+ msgid "Approaching end of support"
821
+ msgstr ""
822
+
823
+ msgid "Approaching end of support (%s)"
824
+ msgstr ""
825
+
799
826
  msgid "Arch"
800
827
  msgstr ""
801
828
 
@@ -972,6 +999,9 @@ msgstr ""
972
999
  msgid "Batch size to sync repositories in."
973
1000
  msgstr ""
974
1001
 
1002
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1003
+ msgstr ""
1004
+
975
1005
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
976
1006
  msgstr ""
977
1007
 
@@ -1125,6 +1155,12 @@ msgstr ""
1125
1155
  msgid "Cannot add default content view to composite content view"
1126
1156
  msgstr ""
1127
1157
 
1158
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1159
+ msgstr ""
1160
+
1161
+ msgid "Cannot add disabled products to sync plan!"
1162
+ msgstr ""
1163
+
1128
1164
  msgid "Cannot add generated content view versions to composite content view"
1129
1165
  msgstr ""
1130
1166
 
@@ -1140,6 +1176,9 @@ msgstr ""
1140
1176
  msgid "Cannot associate a component to a non composite content view"
1141
1177
  msgstr ""
1142
1178
 
1179
+ msgid "Cannot be disabled because it is part of a published content view"
1180
+ msgstr ""
1181
+
1143
1182
  msgid "Cannot calculate name for custom repos"
1144
1183
  msgstr ""
1145
1184
 
@@ -1275,10 +1314,10 @@ msgstr ""
1275
1314
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1276
1315
  msgstr ""
1277
1316
 
1278
- msgid "Check if the specified organization has Simple Content Access enabled"
1317
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1279
1318
  msgstr ""
1280
1319
 
1281
- msgid "Check if the specified organization is eligible for Simple Content Access"
1320
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1282
1321
  msgstr ""
1283
1322
 
1284
1323
  msgid "Check services before actions"
@@ -1341,9 +1380,6 @@ msgstr ""
1341
1380
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1342
1381
  msgstr ""
1343
1382
 
1344
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1345
- msgstr ""
1346
-
1347
1383
  msgid "Comma-separated list of tags to sync for a container image repository"
1348
1384
  msgstr ""
1349
1385
 
@@ -1635,6 +1671,12 @@ msgstr ""
1635
1671
  msgid "Content view numeric identifier"
1636
1672
  msgstr ""
1637
1673
 
1674
+ msgid "Content view promote failure"
1675
+ msgstr ""
1676
+
1677
+ msgid "Content view publish failure"
1678
+ msgstr ""
1679
+
1638
1680
  msgid "Content view version export history identifier"
1639
1681
  msgstr ""
1640
1682
 
@@ -1644,6 +1686,9 @@ msgstr ""
1644
1686
  msgid "Content view version import history identifier"
1645
1687
  msgstr ""
1646
1688
 
1689
+ msgid "Content view version is empty"
1690
+ msgstr ""
1691
+
1647
1692
  msgid "Content views"
1648
1693
  msgstr ""
1649
1694
 
@@ -2274,7 +2319,7 @@ msgstr ""
2274
2319
  msgid "Disable module stream"
2275
2320
  msgstr ""
2276
2321
 
2277
- msgid "Disable simple content access for a manifest"
2322
+ msgid "Disable simple content access for a manifest. %s"
2278
2323
  msgstr ""
2279
2324
 
2280
2325
  msgid "Disabled"
@@ -2316,6 +2361,9 @@ msgstr ""
2316
2361
  msgid "Duplicate artifact detected"
2317
2362
  msgstr ""
2318
2363
 
2364
+ msgid "Duplicate repositories in content view versions"
2365
+ msgstr ""
2366
+
2319
2367
  msgid "Duration"
2320
2368
  msgstr ""
2321
2369
 
@@ -2421,7 +2469,7 @@ msgstr ""
2421
2469
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2422
2470
  msgstr ""
2423
2471
 
2424
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2472
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2425
2473
  msgstr ""
2426
2474
 
2427
2475
  msgid "End Date"
@@ -2457,6 +2505,9 @@ msgstr ""
2457
2505
  msgid "Environment"
2458
2506
  msgstr "ਇਨਵਾਇਰਮੈਂਟ"
2459
2507
 
2508
+ msgid "Environment ID"
2509
+ msgstr ""
2510
+
2460
2511
  msgid "Environment IDs"
2461
2512
  msgstr ""
2462
2513
 
@@ -2466,6 +2517,9 @@ msgstr ""
2466
2517
  msgid "Environment identifier"
2467
2518
  msgstr ""
2468
2519
 
2520
+ msgid "Environment name"
2521
+ msgstr ""
2522
+
2469
2523
  msgid "Environments"
2470
2524
  msgstr "ਇਨਵਾਇਰਮੈਂਟ"
2471
2525
 
@@ -2598,6 +2652,9 @@ msgstr ""
2598
2652
  msgid "Export as CSV"
2599
2653
  msgstr ""
2600
2654
 
2655
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2656
+ msgstr ""
2657
+
2601
2658
  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."
2602
2659
  msgstr ""
2603
2660
 
@@ -2610,6 +2667,9 @@ msgstr ""
2610
2667
  msgid "Exported version"
2611
2668
  msgstr ""
2612
2669
 
2670
+ msgid "Extended support"
2671
+ msgstr ""
2672
+
2613
2673
  msgid "Facts successfully updated."
2614
2674
  msgstr ""
2615
2675
 
@@ -2757,9 +2817,6 @@ msgstr ""
2757
2817
  msgid "Finish"
2758
2818
  msgstr ""
2759
2819
 
2760
- msgid "Finish action timeout"
2761
- msgstr ""
2762
-
2763
2820
  msgid "Finished"
2764
2821
  msgstr ""
2765
2822
 
@@ -2807,6 +2864,9 @@ msgstr ""
2807
2864
  msgid "Full description"
2808
2865
  msgstr ""
2809
2866
 
2867
+ msgid "Full support"
2868
+ msgstr ""
2869
+
2810
2870
  msgid "Fully entitled"
2811
2871
  msgstr ""
2812
2872
 
@@ -2864,15 +2924,15 @@ msgstr ""
2864
2924
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2865
2925
  msgstr ""
2866
2926
 
2867
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2868
- msgstr ""
2869
-
2870
2927
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2871
2928
  msgstr ""
2872
2929
 
2873
2930
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2874
2931
  msgstr ""
2875
2932
 
2933
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2934
+ msgstr ""
2935
+
2876
2936
  msgid "Go to job details"
2877
2937
  msgstr ""
2878
2938
 
@@ -2897,6 +2957,9 @@ msgstr ""
2897
2957
  msgid "Has to be > 0"
2898
2958
  msgstr ""
2899
2959
 
2960
+ msgid "Help"
2961
+ msgstr ""
2962
+
2900
2963
  msgid "Helper"
2901
2964
  msgstr ""
2902
2965
 
@@ -2987,12 +3050,6 @@ msgstr ""
2987
3050
  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."
2988
3051
  msgstr ""
2989
3052
 
2990
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2991
- msgstr ""
2992
-
2993
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2994
- msgstr ""
2995
-
2996
3053
  msgid "Host errata advisory"
2997
3054
  msgstr ""
2998
3055
 
@@ -3014,6 +3071,9 @@ msgstr ""
3014
3071
  msgid "Host id to list applicable packages for"
3015
3072
  msgstr ""
3016
3073
 
3074
+ msgid "Host lifecycle support expiration notification"
3075
+ msgstr ""
3076
+
3017
3077
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3018
3078
  msgstr ""
3019
3079
 
@@ -3214,9 +3274,6 @@ msgstr ""
3214
3274
  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"
3215
3275
  msgstr ""
3216
3276
 
3217
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3218
- msgstr ""
3219
-
3220
3277
  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."
3221
3278
  msgstr ""
3222
3279
 
@@ -3301,9 +3358,6 @@ msgstr ""
3301
3358
  msgid "Import a Manifest to Begin"
3302
3359
  msgstr ""
3303
3360
 
3304
- msgid "Import a Manifest to manage your Entitlements."
3305
- msgstr ""
3306
-
3307
3361
  msgid "Import a Manifest using the manifest tab above."
3308
3362
  msgstr ""
3309
3363
 
@@ -3316,6 +3370,9 @@ msgstr ""
3316
3370
  msgid "Import a repository"
3317
3371
  msgstr ""
3318
3372
 
3373
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3374
+ msgstr ""
3375
+
3319
3376
  msgid "Import facts"
3320
3377
  msgstr ""
3321
3378
 
@@ -3424,36 +3481,12 @@ msgstr ""
3424
3481
  msgid "Install"
3425
3482
  msgstr ""
3426
3483
 
3427
- msgid "Install Applicable Errata"
3428
- msgstr ""
3429
-
3430
- msgid "Install Applicable Errata on %s"
3431
- msgstr ""
3432
-
3433
- msgid "Install content on one or more hosts using katello-agent. %s"
3434
- msgstr ""
3435
-
3436
3484
  msgid "Install errata using scoped search query"
3437
3485
  msgstr ""
3438
3486
 
3439
3487
  msgid "Install errata via Katello interface"
3440
3488
  msgstr ""
3441
3489
 
3442
- msgid "Install erratum"
3443
- msgstr ""
3444
-
3445
- msgid "Install erratum for %s"
3446
- msgstr ""
3447
-
3448
- msgid "Install package"
3449
- msgstr ""
3450
-
3451
- msgid "Install package for %s"
3452
- msgstr ""
3453
-
3454
- msgid "Install package group"
3455
- msgstr ""
3456
-
3457
3490
  msgid "Install package group via Katello interface"
3458
3491
  msgstr ""
3459
3492
 
@@ -3463,18 +3496,12 @@ msgstr ""
3463
3496
  msgid "Install packages"
3464
3497
  msgstr ""
3465
3498
 
3466
- msgid "Install packages remotely using katello-agent. %s"
3467
- msgstr ""
3468
-
3469
3499
  msgid "Install packages via Katello interface"
3470
3500
  msgstr ""
3471
3501
 
3472
3502
  msgid "Install via customized remote execution"
3473
3503
  msgstr ""
3474
3504
 
3475
- msgid "Install via katello-agent"
3476
- msgstr ""
3477
-
3478
3505
  msgid "Install via remote execution"
3479
3506
  msgstr ""
3480
3507
 
@@ -3487,15 +3514,6 @@ msgstr ""
3487
3514
  msgid "Installable updates"
3488
3515
  msgstr ""
3489
3516
 
3490
- msgid "Installation of errata requested: %{errata}"
3491
- msgstr ""
3492
-
3493
- msgid "Installation of package group(s) requested: %{groups}"
3494
- msgstr ""
3495
-
3496
- msgid "Installation of package(s) requested: %{packages}"
3497
- msgstr ""
3498
-
3499
3517
  msgid "Installation status"
3500
3518
  msgstr ""
3501
3519
 
@@ -3553,9 +3571,6 @@ msgstr ""
3553
3571
  msgid "Invalid content label: %s"
3554
3572
  msgstr ""
3555
3573
 
3556
- msgid "Invalid content type %s"
3557
- msgstr ""
3558
-
3559
3574
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3560
3575
  msgstr ""
3561
3576
 
@@ -3631,15 +3646,9 @@ msgstr ""
3631
3646
  msgid "Job '${description}' has started."
3632
3647
  msgstr ""
3633
3648
 
3634
- msgid "Katello 4.10"
3635
- msgstr ""
3636
-
3637
3649
  msgid "Katello ID of local pool to update"
3638
3650
  msgstr ""
3639
3651
 
3640
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3641
- msgstr ""
3642
-
3643
3652
  msgid "Katello: Install Errata"
3644
3653
  msgstr ""
3645
3654
 
@@ -3721,6 +3730,9 @@ msgstr ""
3721
3730
  msgid "Last refresh :"
3722
3731
  msgstr ""
3723
3732
 
3733
+ msgid "Last sync"
3734
+ msgstr ""
3735
+
3724
3736
  msgid "Last task"
3725
3737
  msgstr ""
3726
3738
 
@@ -3781,6 +3793,9 @@ msgstr ""
3781
3793
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3782
3794
  msgstr ""
3783
3795
 
3796
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3797
+ msgstr ""
3798
+
3784
3799
  msgid "Lifecycle environment ID"
3785
3800
  msgstr ""
3786
3801
 
@@ -3862,6 +3877,9 @@ msgstr ""
3862
3877
  msgid "List components attached to this content view"
3863
3878
  msgstr ""
3864
3879
 
3880
+ msgid "List content counts for the smart proxy"
3881
+ msgstr ""
3882
+
3865
3883
  msgid "List content view versions"
3866
3884
  msgstr ""
3867
3885
 
@@ -3913,9 +3931,6 @@ msgstr ""
3913
3931
  msgid "List of Errata ids"
3914
3932
  msgstr ""
3915
3933
 
3916
- msgid "List of Errata ids to install. Will be removed in %s"
3917
- msgstr ""
3918
-
3919
3934
  msgid "List of Products for sync plan"
3920
3935
  msgstr ""
3921
3936
 
@@ -3925,12 +3940,6 @@ msgstr ""
3925
3940
  msgid "List of component content view version ids for composite views"
3926
3941
  msgstr ""
3927
3942
 
3928
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3929
- msgstr ""
3930
-
3931
- msgid "List of content (e.g. package or package group names)"
3932
- msgstr ""
3933
-
3934
3943
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3935
3944
  msgstr ""
3936
3945
 
@@ -4078,6 +4087,9 @@ msgstr ""
4078
4087
  msgid "Low"
4079
4088
  msgstr ""
4080
4089
 
4090
+ msgid "Maintenance support"
4091
+ msgstr ""
4092
+
4081
4093
  msgid "Make copy of a content view"
4082
4094
  msgstr ""
4083
4095
 
@@ -4135,6 +4147,9 @@ msgstr ""
4135
4147
  msgid "Matched"
4136
4148
  msgstr ""
4137
4149
 
4150
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4151
+ msgstr ""
4152
+
4138
4153
  msgid "Matching content"
4139
4154
  msgstr ""
4140
4155
 
@@ -4350,9 +4365,6 @@ msgstr ""
4350
4365
  msgid "No Content found"
4351
4366
  msgstr ""
4352
4367
 
4353
- msgid "No Lifecycle environment to select"
4354
- msgstr ""
4355
-
4356
4368
  msgid "No Manifest Uploaded"
4357
4369
  msgstr ""
4358
4370
 
@@ -4377,9 +4389,6 @@ msgstr ""
4377
4389
  msgid "No applicable errata"
4378
4390
  msgstr ""
4379
4391
 
4380
- msgid "No applicable errata for %s, skipping"
4381
- msgstr ""
4382
-
4383
4392
  msgid "No applications to restart"
4384
4393
  msgstr ""
4385
4394
 
@@ -4398,9 +4407,6 @@ msgstr ""
4398
4407
  msgid "No content added."
4399
4408
  msgstr ""
4400
4409
 
4401
- msgid "No content has been provided."
4402
- msgstr ""
4403
-
4404
4410
  msgid "No content ids provided"
4405
4411
  msgstr ""
4406
4412
 
@@ -4431,6 +4437,9 @@ msgstr ""
4431
4437
  msgid "No description provided"
4432
4438
  msgstr ""
4433
4439
 
4440
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4441
+ msgstr ""
4442
+
4434
4443
  msgid "No enabled repositories match your search criteria."
4435
4444
  msgstr ""
4436
4445
 
@@ -4512,9 +4521,6 @@ msgstr ""
4512
4521
  msgid "No matching DEB found."
4513
4522
  msgstr ""
4514
4523
 
4515
- msgid "No matching RPM found."
4516
- msgstr ""
4517
-
4518
4524
  msgid "No matching activation keys found."
4519
4525
  msgstr ""
4520
4526
 
@@ -4542,6 +4548,9 @@ msgstr ""
4542
4548
  msgid "No matching hosts found."
4543
4549
  msgstr ""
4544
4550
 
4551
+ msgid "No matching non-modular RPM found."
4552
+ msgstr ""
4553
+
4545
4554
  msgid "No matching packages found"
4546
4555
  msgstr ""
4547
4556
 
@@ -4758,6 +4767,9 @@ msgstr ""
4758
4767
  msgid "On-disk location for pulp 3 exported repositories"
4759
4768
  msgstr ""
4760
4769
 
4770
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4771
+ msgstr ""
4772
+
4761
4773
  msgid "One of parameters [ %s ] required but not specified."
4762
4774
  msgstr ""
4763
4775
 
@@ -4782,6 +4794,9 @@ msgstr ""
4782
4794
  msgid "Only one Red Hat provider permitted for an Organization"
4783
4795
  msgstr ""
4784
4796
 
4797
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4798
+ msgstr ""
4799
+
4785
4800
  msgid "Only returns id and quantity fields"
4786
4801
  msgstr ""
4787
4802
 
@@ -5192,6 +5207,9 @@ msgid ""
5192
5207
  " this is not the same product id as the products api returns"
5193
5208
  msgstr ""
5194
5209
 
5210
+ msgid "Product label"
5211
+ msgstr ""
5212
+
5195
5213
  msgid "Product name"
5196
5214
  msgstr ""
5197
5215
 
@@ -5264,6 +5282,9 @@ msgstr ""
5264
5282
  msgid "Proxies"
5265
5283
  msgstr ""
5266
5284
 
5285
+ msgid "Proxy sync failure"
5286
+ msgstr ""
5287
+
5267
5288
  msgid "Public"
5268
5289
  msgstr ""
5269
5290
 
@@ -5396,6 +5417,12 @@ msgstr ""
5396
5417
  msgid "RH Repos"
5397
5418
  msgstr ""
5398
5419
 
5420
+ msgid "RHEL Lifecycle status"
5421
+ msgstr ""
5422
+
5423
+ msgid "RHEL lifecycle"
5424
+ msgstr ""
5425
+
5399
5426
  msgid "RHUI"
5400
5427
  msgstr ""
5401
5428
 
@@ -5444,9 +5471,6 @@ msgstr ""
5444
5471
  msgid "Reboot required"
5445
5472
  msgstr ""
5446
5473
 
5447
- msgid "Recalculate"
5448
- msgstr ""
5449
-
5450
5474
  msgid "Recently Expired Subscriptions"
5451
5475
  msgstr ""
5452
5476
 
@@ -5522,6 +5546,18 @@ msgstr ""
5522
5546
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5523
5547
  msgstr ""
5524
5548
 
5549
+ msgid "Refresh applicability"
5550
+ msgstr ""
5551
+
5552
+ msgid "Refresh counts"
5553
+ msgstr ""
5554
+
5555
+ msgid "Refresh errata applicability"
5556
+ msgstr ""
5557
+
5558
+ msgid "Refresh package applicability"
5559
+ msgstr ""
5560
+
5525
5561
  msgid "Refresh previously imported manifest for Red Hat provider"
5526
5562
  msgstr ""
5527
5563
 
@@ -5603,13 +5639,10 @@ msgstr ""
5603
5639
  msgid "Remote action:"
5604
5640
  msgstr ""
5605
5641
 
5606
- msgid "Remote execution job '${description}' failed."
5607
- msgstr ""
5608
-
5609
- msgid "Removal of package group(s) requested: %{groups}"
5642
+ msgid "Remote execution is enabled."
5610
5643
  msgstr ""
5611
5644
 
5612
- msgid "Removal of package(s) requested: %{packages}"
5645
+ msgid "Remote execution job '${description}' failed."
5613
5646
  msgstr ""
5614
5647
 
5615
5648
  msgid "Remove"
@@ -5633,9 +5666,6 @@ msgstr ""
5633
5666
  msgid "Remove components from the content view"
5634
5667
  msgstr ""
5635
5668
 
5636
- msgid "Remove content on one or more hosts using katello-agent. %s"
5637
- msgstr ""
5638
-
5639
5669
  msgid "Remove content view version"
5640
5670
  msgstr ""
5641
5671
 
@@ -5669,15 +5699,6 @@ msgstr ""
5669
5699
  msgid "Remove one or more subscriptions from an upstream manifest"
5670
5700
  msgstr ""
5671
5701
 
5672
- msgid "Remove package"
5673
- msgstr ""
5674
-
5675
- msgid "Remove package for %s"
5676
- msgstr ""
5677
-
5678
- msgid "Remove package group"
5679
- msgstr ""
5680
-
5681
5702
  msgid "Remove package group via Katello interface"
5682
5703
  msgstr ""
5683
5704
 
@@ -5723,10 +5744,13 @@ msgstr ""
5723
5744
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5724
5745
  msgstr ""
5725
5746
 
5747
+ msgid "Repo ID"
5748
+ msgstr ""
5749
+
5726
5750
  msgid "Repo Type"
5727
5751
  msgstr ""
5728
5752
 
5729
- msgid "Report"
5753
+ msgid "Repo label"
5730
5754
  msgstr ""
5731
5755
 
5732
5756
  msgid "Repositories"
@@ -5735,6 +5759,9 @@ msgstr ""
5735
5759
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5736
5760
  msgstr ""
5737
5761
 
5762
+ 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."
5763
+ msgstr ""
5764
+
5738
5765
  msgid "Repositories from published Content Views are not allowed."
5739
5766
  msgstr ""
5740
5767
 
@@ -5747,12 +5774,18 @@ msgstr ""
5747
5774
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5748
5775
  msgstr ""
5749
5776
 
5777
+ msgid "Repository %{label} failed to synchronize"
5778
+ msgstr ""
5779
+
5750
5780
  msgid "Repository '%(repoName)s' has been disabled."
5751
5781
  msgstr ""
5752
5782
 
5753
5783
  msgid "Repository '%(repoName)s' has been enabled."
5754
5784
  msgstr ""
5755
5785
 
5786
+ msgid "Repository ID"
5787
+ msgstr ""
5788
+
5756
5789
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5757
5790
  msgstr ""
5758
5791
 
@@ -5774,6 +5807,9 @@ msgstr ""
5774
5807
  msgid "Repository label '%s' is not associated with content view."
5775
5808
  msgstr ""
5776
5809
 
5810
+ msgid "Repository name"
5811
+ msgstr ""
5812
+
5777
5813
  msgid "Repository not found"
5778
5814
  msgstr ""
5779
5815
 
@@ -5813,6 +5849,9 @@ msgstr ""
5813
5849
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5814
5850
  msgstr ""
5815
5851
 
5852
+ msgid "Repository sync failure"
5853
+ msgstr ""
5854
+
5816
5855
  msgid "Repository type"
5817
5856
  msgstr ""
5818
5857
 
@@ -6041,9 +6080,6 @@ msgstr "ਸੰਭਾਲੋ"
6041
6080
  msgid "Saving alternate content source..."
6042
6081
  msgstr ""
6043
6082
 
6044
- msgid "Schedule errata for installation using katello-agent. %s"
6045
- msgstr ""
6046
-
6047
6083
  msgid "Schema Version 1"
6048
6084
  msgstr ""
6049
6085
 
@@ -6221,7 +6257,10 @@ msgstr ""
6221
6257
  msgid "Select source type"
6222
6258
  msgstr ""
6223
6259
 
6224
- msgid "Select system purpose attributes for host {hostName}."
6260
+ msgid "Select system purpose attributes for activation key {name}."
6261
+ msgstr ""
6262
+
6263
+ msgid "Select system purpose attributes for host {name}."
6225
6264
  msgstr ""
6226
6265
 
6227
6266
  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."
@@ -6389,6 +6428,9 @@ msgstr ""
6389
6428
  msgid "Simple Content Access has been enabled for '%{subject}'."
6390
6429
  msgstr ""
6391
6430
 
6431
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6432
+ msgstr ""
6433
+
6392
6434
  msgid "Simplified"
6393
6435
  msgstr ""
6394
6436
 
@@ -6407,12 +6449,21 @@ msgstr ""
6407
6449
  msgid "Smart proxies"
6408
6450
  msgstr ""
6409
6451
 
6452
+ msgid "Smart proxy ID"
6453
+ msgstr ""
6454
+
6410
6455
  msgid "Smart proxy IDs"
6411
6456
  msgstr ""
6412
6457
 
6458
+ msgid "Smart proxy content count refresh has started in the background"
6459
+ msgstr ""
6460
+
6413
6461
  msgid "Smart proxy content source not found!"
6414
6462
  msgstr ""
6415
6463
 
6464
+ msgid "Smart proxy name"
6465
+ msgstr ""
6466
+
6416
6467
  msgid "Sockets"
6417
6468
  msgstr ""
6418
6469
 
@@ -6521,6 +6572,9 @@ msgstr ""
6521
6572
  msgid "Something went wrong while refreshing alternate content sources: "
6522
6573
  msgstr ""
6523
6574
 
6575
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6576
+ msgstr ""
6577
+
6524
6578
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6525
6579
  msgstr ""
6526
6580
 
@@ -6782,6 +6836,9 @@ msgstr ""
6782
6836
  msgid "Support Type"
6783
6837
  msgstr ""
6784
6838
 
6839
+ msgid "Support ended"
6840
+ msgstr ""
6841
+
6785
6842
  msgid "Supported Content Types"
6786
6843
  msgstr ""
6787
6844
 
@@ -6863,13 +6920,13 @@ msgstr ""
6863
6920
  msgid "Syncable export"
6864
6921
  msgstr ""
6865
6922
 
6866
- msgid "Synced "
6923
+ msgid "Synced"
6867
6924
  msgstr ""
6868
6925
 
6869
- msgid "Synced Content"
6926
+ msgid "Synced "
6870
6927
  msgstr ""
6871
6928
 
6872
- msgid "Synced to smart proxy"
6929
+ msgid "Synced Content"
6873
6930
  msgstr ""
6874
6931
 
6875
6932
  msgid "Synchronize"
@@ -6929,12 +6986,24 @@ msgstr ""
6929
6986
  msgid "Task ${task.humanized.action} has started."
6930
6987
  msgstr ""
6931
6988
 
6989
+ msgid "Task ID"
6990
+ msgstr ""
6991
+
6932
6992
  msgid "Task canceled"
6933
6993
  msgstr ""
6934
6994
 
6935
6995
  msgid "Task detail"
6936
6996
  msgstr ""
6937
6997
 
6998
+ msgid "Task details"
6999
+ msgstr ""
7000
+
7001
+ msgid "Task result"
7002
+ msgstr ""
7003
+
7004
+ msgid "Task state"
7005
+ msgstr ""
7006
+
6938
7007
  msgid "Temporary"
6939
7008
  msgstr ""
6940
7009
 
@@ -6944,6 +7013,18 @@ msgstr ""
6944
7013
  msgid "The Alternate Content Source type"
6945
7014
  msgstr ""
6946
7015
 
7016
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7017
+ msgstr ""
7018
+
7019
+ msgid "The Foreman Client repository is enabled. "
7020
+ msgstr ""
7021
+
7022
+ msgid "The Foreman Client repository is synced. "
7023
+ msgstr ""
7024
+
7025
+ msgid "The Foreman Client repository set is enabled for the host. "
7026
+ msgstr ""
7027
+
6947
7028
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6948
7029
  msgstr ""
6949
7030
 
@@ -6965,9 +7046,6 @@ msgstr ""
6965
7046
  msgid "The default content view cannot be promoted"
6966
7047
  msgstr ""
6967
7048
 
6968
- msgid "The default dependency solving value for new content views."
6969
- msgstr ""
6970
-
6971
7049
  msgid "The description for the content view version"
6972
7050
  msgstr ""
6973
7051
 
@@ -7113,12 +7191,6 @@ msgstr ""
7113
7191
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7114
7192
  msgstr ""
7115
7193
 
7116
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7117
- msgstr ""
7118
-
7119
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7120
- msgstr ""
7121
-
7122
7194
  msgid "There are no Manifests to display"
7123
7195
  msgstr ""
7124
7196
 
@@ -7191,9 +7263,6 @@ msgstr ""
7191
7263
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7192
7264
  msgstr ""
7193
7265
 
7194
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7195
- msgstr ""
7196
-
7197
7266
  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."
7198
7267
  msgstr ""
7199
7268
 
@@ -7251,10 +7320,10 @@ msgstr ""
7251
7320
  msgid "This is not a linked repository"
7252
7321
  msgstr ""
7253
7322
 
7254
- 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}."
7323
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7255
7324
  msgstr ""
7256
7325
 
7257
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7326
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7258
7327
  msgstr ""
7259
7328
 
7260
7329
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7290,12 +7359,6 @@ msgstr ""
7290
7359
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7291
7360
  msgstr ""
7292
7361
 
7293
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7294
- msgstr ""
7295
-
7296
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7297
- msgstr ""
7298
-
7299
7362
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7300
7363
  msgstr ""
7301
7364
 
@@ -7521,9 +7584,6 @@ msgstr ""
7521
7584
  msgid "Uninstall and reset"
7522
7585
  msgstr ""
7523
7586
 
7524
- msgid "Uninstall packages remotely using katello-agent. %s"
7525
- msgstr ""
7526
-
7527
7587
  msgid "Unknown"
7528
7588
  msgstr "ਅਣਜਾਣ"
7529
7589
 
@@ -7581,6 +7641,9 @@ msgstr ""
7581
7641
  msgid "Update CDN Configuration"
7582
7642
  msgstr ""
7583
7643
 
7644
+ msgid "Update Content Counts"
7645
+ msgstr ""
7646
+
7584
7647
  msgid "Update Content Overrides"
7585
7648
  msgstr ""
7586
7649
 
@@ -7626,7 +7689,7 @@ msgstr ""
7626
7689
  msgid "Update an environment in an organization"
7627
7690
  msgstr ""
7628
7691
 
7629
- msgid "Update content on one or more hosts using katello-agent. %s"
7692
+ msgid "Update content counts for the smart proxy"
7630
7693
  msgstr ""
7631
7694
 
7632
7695
  msgid "Update content urls"
@@ -7650,30 +7713,15 @@ msgstr ""
7650
7713
  msgid "Update installed packages, enabled repos, module inventory"
7651
7714
  msgstr ""
7652
7715
 
7653
- msgid "Update of all packages requested"
7654
- msgstr ""
7655
-
7656
- msgid "Update of package(s) requested: %{packages}"
7657
- msgstr ""
7658
-
7659
7716
  msgid "Update organization"
7660
7717
  msgstr ""
7661
7718
 
7662
- msgid "Update package"
7663
- msgstr ""
7664
-
7665
- msgid "Update package for %s"
7666
- msgstr ""
7667
-
7668
7719
  msgid "Update package group via Katello interface"
7669
7720
  msgstr ""
7670
7721
 
7671
7722
  msgid "Update package via Katello interface"
7672
7723
  msgstr ""
7673
7724
 
7674
- msgid "Update packages remotely using katello-agent. %s"
7675
- msgstr ""
7676
-
7677
7725
  msgid "Update packages via Katello interface"
7678
7726
  msgstr ""
7679
7727
 
@@ -7725,9 +7773,6 @@ msgstr ""
7725
7773
  msgid "Updates a product"
7726
7774
  msgstr ""
7727
7775
 
7728
- msgid "Updates all packages on the host(s)"
7729
- msgstr ""
7730
-
7731
7776
  msgid "Updates available: Component content view versions have been updated."
7732
7777
  msgstr ""
7733
7778
 
@@ -7845,9 +7890,6 @@ msgstr ""
7845
7890
  msgid "Use HTTP proxies"
7846
7891
  msgstr ""
7847
7892
 
7848
- msgid "Use remote execution by default"
7849
- msgstr ""
7850
-
7851
7893
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7852
7894
  msgstr ""
7853
7895
 
@@ -7968,12 +8010,18 @@ msgstr ""
7968
8010
  msgid "View by"
7969
8011
  msgstr ""
7970
8012
 
8013
+ msgid "View content views"
8014
+ msgstr ""
8015
+
7971
8016
  msgid "View documentation"
7972
8017
  msgstr ""
7973
8018
 
7974
8019
  msgid "View matching content"
7975
8020
  msgstr ""
7976
8021
 
8022
+ msgid "View sync status"
8023
+ msgstr ""
8024
+
7977
8025
  msgid "View tasks "
7978
8026
  msgstr ""
7979
8027
 
@@ -7992,7 +8040,7 @@ msgstr ""
7992
8040
  msgid "Virtual host"
7993
8041
  msgstr ""
7994
8042
 
7995
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8043
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
7996
8044
  msgstr ""
7997
8045
 
7998
8046
  msgid "Waiting to start."
@@ -8139,15 +8187,15 @@ msgstr ""
8139
8187
  msgid "Your search returned no matching Module streams."
8140
8188
  msgstr ""
8141
8189
 
8142
- msgid "Your search returned no matching RPMs."
8143
- msgstr ""
8144
-
8145
8190
  msgid "Your search returned no matching activation keys."
8146
8191
  msgstr ""
8147
8192
 
8148
8193
  msgid "Your search returned no matching hosts."
8149
8194
  msgstr ""
8150
8195
 
8196
+ msgid "Your search returned no matching non-modular RPMs."
8197
+ msgstr ""
8198
+
8151
8199
  msgid "Yum"
8152
8200
  msgstr ""
8153
8201
 
@@ -8334,9 +8382,6 @@ msgstr ""
8334
8382
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8335
8383
  msgstr ""
8336
8384
 
8337
- msgid "content view Dependency Solving Default"
8338
- msgstr ""
8339
-
8340
8385
  msgid "content view component ID. Identifier of the component association"
8341
8386
  msgstr ""
8342
8387
 
@@ -8457,9 +8502,6 @@ msgstr ""
8457
8502
  msgid "errata_ids is a required parameter"
8458
8503
  msgstr ""
8459
8504
 
8460
- msgid "errata_ids or update_all must be provided"
8461
- msgstr ""
8462
-
8463
8505
  msgid "erratum: IDs or a select all object"
8464
8506
  msgstr ""
8465
8507
 
@@ -8616,9 +8658,6 @@ msgstr ""
8616
8658
  msgid "list filters"
8617
8659
  msgstr ""
8618
8660
 
8619
- msgid "list of packages names"
8620
- msgstr ""
8621
-
8622
8661
  msgid "list of repository ids"
8623
8662
  msgstr ""
8624
8663