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
@@ -39,6 +39,12 @@ msgstr ""
39
39
  msgid " %{package_count} Package(s)"
40
40
  msgstr ""
41
41
 
42
+ msgid " (${item.published_at_words} ago)"
43
+ msgstr ""
44
+
45
+ msgid " (${version.published_at_words} ago)"
46
+ msgstr ""
47
+
42
48
  msgid " Content view updated"
43
49
  msgstr ""
44
50
 
@@ -260,6 +266,12 @@ msgstr ""
260
266
  msgid "%{group} package group updated"
261
267
  msgstr ""
262
268
 
269
+ msgid "%{label} failed"
270
+ msgstr ""
271
+
272
+ msgid "%{label} failed."
273
+ msgstr ""
274
+
263
275
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
264
276
  msgstr ""
265
277
 
@@ -332,6 +344,9 @@ msgstr ""
332
344
  msgid "%{package} package updated"
333
345
  msgstr ""
334
346
 
347
+ 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."
348
+ msgstr ""
349
+
335
350
  msgid "%{sla}"
336
351
  msgstr ""
337
352
 
@@ -401,9 +416,6 @@ msgstr ""
401
416
  msgid "A backend service [ %s ] is unreachable"
402
417
  msgstr ""
403
418
 
404
- msgid "A content_type must be provided."
405
- msgstr ""
406
-
407
419
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
408
420
  msgstr ""
409
421
 
@@ -416,6 +428,18 @@ msgstr ""
416
428
  msgid "A new version of "
417
429
  msgstr ""
418
430
 
431
+ msgid "A notification about failed content view promotion"
432
+ msgstr ""
433
+
434
+ msgid "A notification about failed content view publish"
435
+ msgstr ""
436
+
437
+ msgid "A notification about failed proxy sync"
438
+ msgstr ""
439
+
440
+ msgid "A notification about failed repository sync"
441
+ msgstr ""
442
+
419
443
  msgid "A post-promotion summary of hosts with installable errata"
420
444
  msgstr ""
421
445
 
@@ -449,9 +473,6 @@ msgstr ""
449
473
  msgid "Abstract async task"
450
474
  msgstr ""
451
475
 
452
- msgid "Accept action timeout"
453
- msgstr ""
454
-
455
476
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
456
477
  msgstr ""
457
478
 
@@ -494,7 +515,7 @@ msgstr ""
494
515
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
495
516
  msgstr ""
496
517
 
497
- msgid "Activation key(s) for Subscription Manager."
518
+ msgid "Activation key(s) to use during registration"
498
519
  msgstr ""
499
520
 
500
521
  msgid "Activation keys"
@@ -530,9 +551,6 @@ msgstr ""
530
551
  msgid "Add Subscriptions"
531
552
  msgstr ""
532
553
 
533
- msgid "Add Subscriptions using the Add Subscriptions button."
534
- msgstr ""
535
-
536
554
  msgid "Add a subscription to a host"
537
555
  msgstr ""
538
556
 
@@ -605,6 +623,9 @@ msgstr ""
605
623
  msgid "Add subscriptions to one or more hosts"
606
624
  msgstr ""
607
625
 
626
+ msgid "Add subscriptions using the Add Subscriptions button."
627
+ msgstr ""
628
+
608
629
  msgid "Add to a host collection"
609
630
  msgstr ""
610
631
 
@@ -641,9 +662,6 @@ msgstr ""
641
662
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
642
663
  msgstr ""
643
664
 
644
- msgid "Agent action"
645
- msgstr ""
646
-
647
665
  msgid "All"
648
666
  msgstr ""
649
667
 
@@ -783,7 +801,7 @@ msgstr ""
783
801
  msgid "Apply"
784
802
  msgstr ""
785
803
 
786
- msgid "Apply Erratum"
804
+ msgid "Apply erratum"
787
805
  msgstr ""
788
806
 
789
807
  msgid "Apply to all repositories in the CV"
@@ -792,15 +810,24 @@ msgstr ""
792
810
  msgid "Apply to subset of repositories"
793
811
  msgstr ""
794
812
 
795
- msgid "Apply via Katello agent"
796
- msgstr ""
797
-
798
813
  msgid "Apply via customized remote execution"
799
814
  msgstr ""
800
815
 
801
816
  msgid "Apply via remote execution"
802
817
  msgstr ""
803
818
 
819
+ msgid "Approaching end of maintenance support"
820
+ msgstr ""
821
+
822
+ msgid "Approaching end of maintenance support (%s)"
823
+ msgstr ""
824
+
825
+ msgid "Approaching end of support"
826
+ msgstr ""
827
+
828
+ msgid "Approaching end of support (%s)"
829
+ msgstr ""
830
+
804
831
  msgid "Arch"
805
832
  msgstr ""
806
833
 
@@ -977,6 +1004,9 @@ msgstr ""
977
1004
  msgid "Batch size to sync repositories in."
978
1005
  msgstr ""
979
1006
 
1007
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1008
+ msgstr ""
1009
+
980
1010
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
981
1011
  msgstr ""
982
1012
 
@@ -1130,6 +1160,12 @@ msgstr ""
1130
1160
  msgid "Cannot add default content view to composite content view"
1131
1161
  msgstr ""
1132
1162
 
1163
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1164
+ msgstr ""
1165
+
1166
+ msgid "Cannot add disabled products to sync plan!"
1167
+ msgstr ""
1168
+
1133
1169
  msgid "Cannot add generated content view versions to composite content view"
1134
1170
  msgstr ""
1135
1171
 
@@ -1145,6 +1181,9 @@ msgstr ""
1145
1181
  msgid "Cannot associate a component to a non composite content view"
1146
1182
  msgstr ""
1147
1183
 
1184
+ msgid "Cannot be disabled because it is part of a published content view"
1185
+ msgstr ""
1186
+
1148
1187
  msgid "Cannot calculate name for custom repos"
1149
1188
  msgstr ""
1150
1189
 
@@ -1280,10 +1319,10 @@ msgstr ""
1280
1319
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1281
1320
  msgstr ""
1282
1321
 
1283
- msgid "Check if the specified organization has Simple Content Access enabled"
1322
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1284
1323
  msgstr ""
1285
1324
 
1286
- msgid "Check if the specified organization is eligible for Simple Content Access"
1325
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1287
1326
  msgstr ""
1288
1327
 
1289
1328
  msgid "Check services before actions"
@@ -1346,9 +1385,6 @@ msgstr ""
1346
1385
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1347
1386
  msgstr ""
1348
1387
 
1349
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1350
- msgstr ""
1351
-
1352
1388
  msgid "Comma-separated list of tags to sync for a container image repository"
1353
1389
  msgstr ""
1354
1390
 
@@ -1640,6 +1676,12 @@ msgstr ""
1640
1676
  msgid "Content view numeric identifier"
1641
1677
  msgstr ""
1642
1678
 
1679
+ msgid "Content view promote failure"
1680
+ msgstr ""
1681
+
1682
+ msgid "Content view publish failure"
1683
+ msgstr ""
1684
+
1643
1685
  msgid "Content view version export history identifier"
1644
1686
  msgstr ""
1645
1687
 
@@ -1649,6 +1691,9 @@ msgstr ""
1649
1691
  msgid "Content view version import history identifier"
1650
1692
  msgstr ""
1651
1693
 
1694
+ msgid "Content view version is empty"
1695
+ msgstr ""
1696
+
1652
1697
  msgid "Content views"
1653
1698
  msgstr ""
1654
1699
 
@@ -2279,7 +2324,7 @@ msgstr ""
2279
2324
  msgid "Disable module stream"
2280
2325
  msgstr ""
2281
2326
 
2282
- msgid "Disable simple content access for a manifest"
2327
+ msgid "Disable simple content access for a manifest. %s"
2283
2328
  msgstr ""
2284
2329
 
2285
2330
  msgid "Disabled"
@@ -2321,6 +2366,9 @@ msgstr ""
2321
2366
  msgid "Duplicate artifact detected"
2322
2367
  msgstr ""
2323
2368
 
2369
+ msgid "Duplicate repositories in content view versions"
2370
+ msgstr ""
2371
+
2324
2372
  msgid "Duration"
2325
2373
  msgstr ""
2326
2374
 
@@ -2426,7 +2474,7 @@ msgstr ""
2426
2474
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2427
2475
  msgstr ""
2428
2476
 
2429
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2477
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2430
2478
  msgstr ""
2431
2479
 
2432
2480
  msgid "End Date"
@@ -2462,6 +2510,9 @@ msgstr ""
2462
2510
  msgid "Environment"
2463
2511
  msgstr ""
2464
2512
 
2513
+ msgid "Environment ID"
2514
+ msgstr ""
2515
+
2465
2516
  msgid "Environment IDs"
2466
2517
  msgstr ""
2467
2518
 
@@ -2471,6 +2522,9 @@ msgstr ""
2471
2522
  msgid "Environment identifier"
2472
2523
  msgstr ""
2473
2524
 
2525
+ msgid "Environment name"
2526
+ msgstr ""
2527
+
2474
2528
  msgid "Environments"
2475
2529
  msgstr ""
2476
2530
 
@@ -2603,6 +2657,9 @@ msgstr ""
2603
2657
  msgid "Export as CSV"
2604
2658
  msgstr ""
2605
2659
 
2660
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2661
+ msgstr ""
2662
+
2606
2663
  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."
2607
2664
  msgstr ""
2608
2665
 
@@ -2615,6 +2672,9 @@ msgstr ""
2615
2672
  msgid "Exported version"
2616
2673
  msgstr ""
2617
2674
 
2675
+ msgid "Extended support"
2676
+ msgstr ""
2677
+
2618
2678
  msgid "Facts successfully updated."
2619
2679
  msgstr ""
2620
2680
 
@@ -2762,9 +2822,6 @@ msgstr ""
2762
2822
  msgid "Finish"
2763
2823
  msgstr ""
2764
2824
 
2765
- msgid "Finish action timeout"
2766
- msgstr ""
2767
-
2768
2825
  msgid "Finished"
2769
2826
  msgstr ""
2770
2827
 
@@ -2812,6 +2869,9 @@ msgstr ""
2812
2869
  msgid "Full description"
2813
2870
  msgstr ""
2814
2871
 
2872
+ msgid "Full support"
2873
+ msgstr ""
2874
+
2815
2875
  msgid "Fully entitled"
2816
2876
  msgstr ""
2817
2877
 
@@ -2869,15 +2929,15 @@ msgstr ""
2869
2929
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2870
2930
  msgstr ""
2871
2931
 
2872
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2873
- msgstr ""
2874
-
2875
2932
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2876
2933
  msgstr ""
2877
2934
 
2878
2935
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2879
2936
  msgstr ""
2880
2937
 
2938
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2939
+ msgstr ""
2940
+
2881
2941
  msgid "Go to job details"
2882
2942
  msgstr ""
2883
2943
 
@@ -2902,6 +2962,9 @@ msgstr ""
2902
2962
  msgid "Has to be > 0"
2903
2963
  msgstr ""
2904
2964
 
2965
+ msgid "Help"
2966
+ msgstr ""
2967
+
2905
2968
  msgid "Helper"
2906
2969
  msgstr ""
2907
2970
 
@@ -2992,12 +3055,6 @@ msgstr ""
2992
3055
  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."
2993
3056
  msgstr ""
2994
3057
 
2995
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2996
- msgstr ""
2997
-
2998
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2999
- msgstr ""
3000
-
3001
3058
  msgid "Host errata advisory"
3002
3059
  msgstr ""
3003
3060
 
@@ -3019,6 +3076,9 @@ msgstr ""
3019
3076
  msgid "Host id to list applicable packages for"
3020
3077
  msgstr ""
3021
3078
 
3079
+ msgid "Host lifecycle support expiration notification"
3080
+ msgstr ""
3081
+
3022
3082
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3023
3083
  msgstr ""
3024
3084
 
@@ -3219,9 +3279,6 @@ msgstr ""
3219
3279
  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"
3220
3280
  msgstr ""
3221
3281
 
3222
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3223
- msgstr ""
3224
-
3225
3282
  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."
3226
3283
  msgstr ""
3227
3284
 
@@ -3306,9 +3363,6 @@ msgstr ""
3306
3363
  msgid "Import a Manifest to Begin"
3307
3364
  msgstr ""
3308
3365
 
3309
- msgid "Import a Manifest to manage your Entitlements."
3310
- msgstr ""
3311
-
3312
3366
  msgid "Import a Manifest using the manifest tab above."
3313
3367
  msgstr ""
3314
3368
 
@@ -3321,6 +3375,9 @@ msgstr ""
3321
3375
  msgid "Import a repository"
3322
3376
  msgstr ""
3323
3377
 
3378
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3379
+ msgstr ""
3380
+
3324
3381
  msgid "Import facts"
3325
3382
  msgstr ""
3326
3383
 
@@ -3429,36 +3486,12 @@ msgstr ""
3429
3486
  msgid "Install"
3430
3487
  msgstr ""
3431
3488
 
3432
- msgid "Install Applicable Errata"
3433
- msgstr ""
3434
-
3435
- msgid "Install Applicable Errata on %s"
3436
- msgstr ""
3437
-
3438
- msgid "Install content on one or more hosts using katello-agent. %s"
3439
- msgstr ""
3440
-
3441
3489
  msgid "Install errata using scoped search query"
3442
3490
  msgstr ""
3443
3491
 
3444
3492
  msgid "Install errata via Katello interface"
3445
3493
  msgstr ""
3446
3494
 
3447
- msgid "Install erratum"
3448
- msgstr ""
3449
-
3450
- msgid "Install erratum for %s"
3451
- msgstr ""
3452
-
3453
- msgid "Install package"
3454
- msgstr ""
3455
-
3456
- msgid "Install package for %s"
3457
- msgstr ""
3458
-
3459
- msgid "Install package group"
3460
- msgstr ""
3461
-
3462
3495
  msgid "Install package group via Katello interface"
3463
3496
  msgstr ""
3464
3497
 
@@ -3468,18 +3501,12 @@ msgstr ""
3468
3501
  msgid "Install packages"
3469
3502
  msgstr ""
3470
3503
 
3471
- msgid "Install packages remotely using katello-agent. %s"
3472
- msgstr ""
3473
-
3474
3504
  msgid "Install packages via Katello interface"
3475
3505
  msgstr ""
3476
3506
 
3477
3507
  msgid "Install via customized remote execution"
3478
3508
  msgstr ""
3479
3509
 
3480
- msgid "Install via katello-agent"
3481
- msgstr ""
3482
-
3483
3510
  msgid "Install via remote execution"
3484
3511
  msgstr ""
3485
3512
 
@@ -3492,15 +3519,6 @@ msgstr ""
3492
3519
  msgid "Installable updates"
3493
3520
  msgstr ""
3494
3521
 
3495
- msgid "Installation of errata requested: %{errata}"
3496
- msgstr ""
3497
-
3498
- msgid "Installation of package group(s) requested: %{groups}"
3499
- msgstr ""
3500
-
3501
- msgid "Installation of package(s) requested: %{packages}"
3502
- msgstr ""
3503
-
3504
3522
  msgid "Installation status"
3505
3523
  msgstr ""
3506
3524
 
@@ -3558,9 +3576,6 @@ msgstr ""
3558
3576
  msgid "Invalid content label: %s"
3559
3577
  msgstr ""
3560
3578
 
3561
- msgid "Invalid content type %s"
3562
- msgstr ""
3563
-
3564
3579
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3565
3580
  msgstr ""
3566
3581
 
@@ -3636,15 +3651,9 @@ msgstr ""
3636
3651
  msgid "Job '${description}' has started."
3637
3652
  msgstr ""
3638
3653
 
3639
- msgid "Katello 4.10"
3640
- msgstr ""
3641
-
3642
3654
  msgid "Katello ID of local pool to update"
3643
3655
  msgstr ""
3644
3656
 
3645
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3646
- msgstr ""
3647
-
3648
3657
  msgid "Katello: Install Errata"
3649
3658
  msgstr ""
3650
3659
 
@@ -3726,6 +3735,9 @@ msgstr ""
3726
3735
  msgid "Last refresh :"
3727
3736
  msgstr ""
3728
3737
 
3738
+ msgid "Last sync"
3739
+ msgstr ""
3740
+
3729
3741
  msgid "Last task"
3730
3742
  msgstr ""
3731
3743
 
@@ -3786,6 +3798,9 @@ msgstr ""
3786
3798
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3787
3799
  msgstr ""
3788
3800
 
3801
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3802
+ msgstr ""
3803
+
3789
3804
  msgid "Lifecycle environment ID"
3790
3805
  msgstr ""
3791
3806
 
@@ -3867,6 +3882,9 @@ msgstr ""
3867
3882
  msgid "List components attached to this content view"
3868
3883
  msgstr ""
3869
3884
 
3885
+ msgid "List content counts for the smart proxy"
3886
+ msgstr ""
3887
+
3870
3888
  msgid "List content view versions"
3871
3889
  msgstr ""
3872
3890
 
@@ -3918,9 +3936,6 @@ msgstr ""
3918
3936
  msgid "List of Errata ids"
3919
3937
  msgstr ""
3920
3938
 
3921
- msgid "List of Errata ids to install. Will be removed in %s"
3922
- msgstr ""
3923
-
3924
3939
  msgid "List of Products for sync plan"
3925
3940
  msgstr ""
3926
3941
 
@@ -3930,12 +3945,6 @@ msgstr ""
3930
3945
  msgid "List of component content view version ids for composite views"
3931
3946
  msgstr ""
3932
3947
 
3933
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3934
- msgstr ""
3935
-
3936
- msgid "List of content (e.g. package or package group names)"
3937
- msgstr ""
3938
-
3939
3948
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3940
3949
  msgstr ""
3941
3950
 
@@ -4083,6 +4092,9 @@ msgstr "Lädt..."
4083
4092
  msgid "Low"
4084
4093
  msgstr ""
4085
4094
 
4095
+ msgid "Maintenance support"
4096
+ msgstr ""
4097
+
4086
4098
  msgid "Make copy of a content view"
4087
4099
  msgstr ""
4088
4100
 
@@ -4140,6 +4152,9 @@ msgstr ""
4140
4152
  msgid "Matched"
4141
4153
  msgstr ""
4142
4154
 
4155
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4156
+ msgstr ""
4157
+
4143
4158
  msgid "Matching content"
4144
4159
  msgstr ""
4145
4160
 
@@ -4355,9 +4370,6 @@ msgstr ""
4355
4370
  msgid "No Content found"
4356
4371
  msgstr ""
4357
4372
 
4358
- msgid "No Lifecycle environment to select"
4359
- msgstr ""
4360
-
4361
4373
  msgid "No Manifest Uploaded"
4362
4374
  msgstr ""
4363
4375
 
@@ -4382,9 +4394,6 @@ msgstr ""
4382
4394
  msgid "No applicable errata"
4383
4395
  msgstr ""
4384
4396
 
4385
- msgid "No applicable errata for %s, skipping"
4386
- msgstr ""
4387
-
4388
4397
  msgid "No applications to restart"
4389
4398
  msgstr ""
4390
4399
 
@@ -4403,9 +4412,6 @@ msgstr ""
4403
4412
  msgid "No content added."
4404
4413
  msgstr ""
4405
4414
 
4406
- msgid "No content has been provided."
4407
- msgstr ""
4408
-
4409
4415
  msgid "No content ids provided"
4410
4416
  msgstr ""
4411
4417
 
@@ -4436,6 +4442,9 @@ msgstr ""
4436
4442
  msgid "No description provided"
4437
4443
  msgstr ""
4438
4444
 
4445
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4446
+ msgstr ""
4447
+
4439
4448
  msgid "No enabled repositories match your search criteria."
4440
4449
  msgstr ""
4441
4450
 
@@ -4517,9 +4526,6 @@ msgstr ""
4517
4526
  msgid "No matching DEB found."
4518
4527
  msgstr ""
4519
4528
 
4520
- msgid "No matching RPM found."
4521
- msgstr ""
4522
-
4523
4529
  msgid "No matching activation keys found."
4524
4530
  msgstr ""
4525
4531
 
@@ -4547,6 +4553,9 @@ msgstr ""
4547
4553
  msgid "No matching hosts found."
4548
4554
  msgstr ""
4549
4555
 
4556
+ msgid "No matching non-modular RPM found."
4557
+ msgstr ""
4558
+
4550
4559
  msgid "No matching packages found"
4551
4560
  msgstr ""
4552
4561
 
@@ -4763,6 +4772,9 @@ msgstr ""
4763
4772
  msgid "On-disk location for pulp 3 exported repositories"
4764
4773
  msgstr ""
4765
4774
 
4775
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4776
+ msgstr ""
4777
+
4766
4778
  msgid "One of parameters [ %s ] required but not specified."
4767
4779
  msgstr ""
4768
4780
 
@@ -4787,6 +4799,9 @@ msgstr ""
4787
4799
  msgid "Only one Red Hat provider permitted for an Organization"
4788
4800
  msgstr ""
4789
4801
 
4802
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4803
+ msgstr ""
4804
+
4790
4805
  msgid "Only returns id and quantity fields"
4791
4806
  msgstr ""
4792
4807
 
@@ -5197,6 +5212,9 @@ msgid ""
5197
5212
  " this is not the same product id as the products api returns"
5198
5213
  msgstr ""
5199
5214
 
5215
+ msgid "Product label"
5216
+ msgstr ""
5217
+
5200
5218
  msgid "Product name"
5201
5219
  msgstr ""
5202
5220
 
@@ -5269,6 +5287,9 @@ msgstr ""
5269
5287
  msgid "Proxies"
5270
5288
  msgstr ""
5271
5289
 
5290
+ msgid "Proxy sync failure"
5291
+ msgstr ""
5292
+
5272
5293
  msgid "Public"
5273
5294
  msgstr "Öffentlich"
5274
5295
 
@@ -5401,6 +5422,12 @@ msgstr ""
5401
5422
  msgid "RH Repos"
5402
5423
  msgstr ""
5403
5424
 
5425
+ msgid "RHEL Lifecycle status"
5426
+ msgstr ""
5427
+
5428
+ msgid "RHEL lifecycle"
5429
+ msgstr ""
5430
+
5404
5431
  msgid "RHUI"
5405
5432
  msgstr ""
5406
5433
 
@@ -5449,9 +5476,6 @@ msgstr ""
5449
5476
  msgid "Reboot required"
5450
5477
  msgstr ""
5451
5478
 
5452
- msgid "Recalculate"
5453
- msgstr ""
5454
-
5455
5479
  msgid "Recently Expired Subscriptions"
5456
5480
  msgstr ""
5457
5481
 
@@ -5527,6 +5551,18 @@ msgstr ""
5527
5551
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5528
5552
  msgstr ""
5529
5553
 
5554
+ msgid "Refresh applicability"
5555
+ msgstr ""
5556
+
5557
+ msgid "Refresh counts"
5558
+ msgstr ""
5559
+
5560
+ msgid "Refresh errata applicability"
5561
+ msgstr ""
5562
+
5563
+ msgid "Refresh package applicability"
5564
+ msgstr ""
5565
+
5530
5566
  msgid "Refresh previously imported manifest for Red Hat provider"
5531
5567
  msgstr ""
5532
5568
 
@@ -5608,13 +5644,10 @@ msgstr ""
5608
5644
  msgid "Remote action:"
5609
5645
  msgstr ""
5610
5646
 
5611
- msgid "Remote execution job '${description}' failed."
5612
- msgstr ""
5613
-
5614
- msgid "Removal of package group(s) requested: %{groups}"
5647
+ msgid "Remote execution is enabled."
5615
5648
  msgstr ""
5616
5649
 
5617
- msgid "Removal of package(s) requested: %{packages}"
5650
+ msgid "Remote execution job '${description}' failed."
5618
5651
  msgstr ""
5619
5652
 
5620
5653
  msgid "Remove"
@@ -5638,9 +5671,6 @@ msgstr ""
5638
5671
  msgid "Remove components from the content view"
5639
5672
  msgstr ""
5640
5673
 
5641
- msgid "Remove content on one or more hosts using katello-agent. %s"
5642
- msgstr ""
5643
-
5644
5674
  msgid "Remove content view version"
5645
5675
  msgstr ""
5646
5676
 
@@ -5674,15 +5704,6 @@ msgstr ""
5674
5704
  msgid "Remove one or more subscriptions from an upstream manifest"
5675
5705
  msgstr ""
5676
5706
 
5677
- msgid "Remove package"
5678
- msgstr ""
5679
-
5680
- msgid "Remove package for %s"
5681
- msgstr ""
5682
-
5683
- msgid "Remove package group"
5684
- msgstr ""
5685
-
5686
5707
  msgid "Remove package group via Katello interface"
5687
5708
  msgstr ""
5688
5709
 
@@ -5728,10 +5749,13 @@ msgstr ""
5728
5749
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5729
5750
  msgstr ""
5730
5751
 
5752
+ msgid "Repo ID"
5753
+ msgstr ""
5754
+
5731
5755
  msgid "Repo Type"
5732
5756
  msgstr ""
5733
5757
 
5734
- msgid "Report"
5758
+ msgid "Repo label"
5735
5759
  msgstr ""
5736
5760
 
5737
5761
  msgid "Repositories"
@@ -5740,6 +5764,9 @@ msgstr ""
5740
5764
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5741
5765
  msgstr ""
5742
5766
 
5767
+ 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."
5768
+ msgstr ""
5769
+
5743
5770
  msgid "Repositories from published Content Views are not allowed."
5744
5771
  msgstr ""
5745
5772
 
@@ -5752,12 +5779,18 @@ msgstr ""
5752
5779
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5753
5780
  msgstr ""
5754
5781
 
5782
+ msgid "Repository %{label} failed to synchronize"
5783
+ msgstr ""
5784
+
5755
5785
  msgid "Repository '%(repoName)s' has been disabled."
5756
5786
  msgstr ""
5757
5787
 
5758
5788
  msgid "Repository '%(repoName)s' has been enabled."
5759
5789
  msgstr ""
5760
5790
 
5791
+ msgid "Repository ID"
5792
+ msgstr ""
5793
+
5761
5794
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5762
5795
  msgstr ""
5763
5796
 
@@ -5779,6 +5812,9 @@ msgstr ""
5779
5812
  msgid "Repository label '%s' is not associated with content view."
5780
5813
  msgstr ""
5781
5814
 
5815
+ msgid "Repository name"
5816
+ msgstr ""
5817
+
5782
5818
  msgid "Repository not found"
5783
5819
  msgstr ""
5784
5820
 
@@ -5818,6 +5854,9 @@ msgstr ""
5818
5854
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5819
5855
  msgstr ""
5820
5856
 
5857
+ msgid "Repository sync failure"
5858
+ msgstr ""
5859
+
5821
5860
  msgid "Repository type"
5822
5861
  msgstr ""
5823
5862
 
@@ -6046,9 +6085,6 @@ msgstr "Speichern"
6046
6085
  msgid "Saving alternate content source..."
6047
6086
  msgstr ""
6048
6087
 
6049
- msgid "Schedule errata for installation using katello-agent. %s"
6050
- msgstr ""
6051
-
6052
6088
  msgid "Schema Version 1"
6053
6089
  msgstr ""
6054
6090
 
@@ -6226,7 +6262,10 @@ msgstr ""
6226
6262
  msgid "Select source type"
6227
6263
  msgstr ""
6228
6264
 
6229
- msgid "Select system purpose attributes for host {hostName}."
6265
+ msgid "Select system purpose attributes for activation key {name}."
6266
+ msgstr ""
6267
+
6268
+ msgid "Select system purpose attributes for host {name}."
6230
6269
  msgstr ""
6231
6270
 
6232
6271
  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."
@@ -6394,6 +6433,9 @@ msgstr ""
6394
6433
  msgid "Simple Content Access has been enabled for '%{subject}'."
6395
6434
  msgstr ""
6396
6435
 
6436
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6437
+ msgstr ""
6438
+
6397
6439
  msgid "Simplified"
6398
6440
  msgstr ""
6399
6441
 
@@ -6412,12 +6454,21 @@ msgstr ""
6412
6454
  msgid "Smart proxies"
6413
6455
  msgstr "Smart proxies"
6414
6456
 
6457
+ msgid "Smart proxy ID"
6458
+ msgstr ""
6459
+
6415
6460
  msgid "Smart proxy IDs"
6416
6461
  msgstr ""
6417
6462
 
6463
+ msgid "Smart proxy content count refresh has started in the background"
6464
+ msgstr ""
6465
+
6418
6466
  msgid "Smart proxy content source not found!"
6419
6467
  msgstr ""
6420
6468
 
6469
+ msgid "Smart proxy name"
6470
+ msgstr ""
6471
+
6421
6472
  msgid "Sockets"
6422
6473
  msgstr "Sockets"
6423
6474
 
@@ -6526,6 +6577,9 @@ msgstr ""
6526
6577
  msgid "Something went wrong while refreshing alternate content sources: "
6527
6578
  msgstr ""
6528
6579
 
6580
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6581
+ msgstr ""
6582
+
6529
6583
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6530
6584
  msgstr ""
6531
6585
 
@@ -6787,6 +6841,9 @@ msgstr ""
6787
6841
  msgid "Support Type"
6788
6842
  msgstr ""
6789
6843
 
6844
+ msgid "Support ended"
6845
+ msgstr ""
6846
+
6790
6847
  msgid "Supported Content Types"
6791
6848
  msgstr ""
6792
6849
 
@@ -6868,13 +6925,13 @@ msgstr ""
6868
6925
  msgid "Syncable export"
6869
6926
  msgstr ""
6870
6927
 
6871
- msgid "Synced "
6928
+ msgid "Synced"
6872
6929
  msgstr ""
6873
6930
 
6874
- msgid "Synced Content"
6931
+ msgid "Synced "
6875
6932
  msgstr ""
6876
6933
 
6877
- msgid "Synced to smart proxy"
6934
+ msgid "Synced Content"
6878
6935
  msgstr ""
6879
6936
 
6880
6937
  msgid "Synchronize"
@@ -6934,12 +6991,24 @@ msgstr ""
6934
6991
  msgid "Task ${task.humanized.action} has started."
6935
6992
  msgstr ""
6936
6993
 
6994
+ msgid "Task ID"
6995
+ msgstr ""
6996
+
6937
6997
  msgid "Task canceled"
6938
6998
  msgstr ""
6939
6999
 
6940
7000
  msgid "Task detail"
6941
7001
  msgstr ""
6942
7002
 
7003
+ msgid "Task details"
7004
+ msgstr ""
7005
+
7006
+ msgid "Task result"
7007
+ msgstr ""
7008
+
7009
+ msgid "Task state"
7010
+ msgstr ""
7011
+
6943
7012
  msgid "Temporary"
6944
7013
  msgstr ""
6945
7014
 
@@ -6949,6 +7018,18 @@ msgstr ""
6949
7018
  msgid "The Alternate Content Source type"
6950
7019
  msgstr ""
6951
7020
 
7021
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7022
+ msgstr ""
7023
+
7024
+ msgid "The Foreman Client repository is enabled. "
7025
+ msgstr ""
7026
+
7027
+ msgid "The Foreman Client repository is synced. "
7028
+ msgstr ""
7029
+
7030
+ msgid "The Foreman Client repository set is enabled for the host. "
7031
+ msgstr ""
7032
+
6952
7033
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6953
7034
  msgstr ""
6954
7035
 
@@ -6970,9 +7051,6 @@ msgstr ""
6970
7051
  msgid "The default content view cannot be promoted"
6971
7052
  msgstr ""
6972
7053
 
6973
- msgid "The default dependency solving value for new content views."
6974
- msgstr ""
6975
-
6976
7054
  msgid "The description for the content view version"
6977
7055
  msgstr ""
6978
7056
 
@@ -7118,12 +7196,6 @@ msgstr ""
7118
7196
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7119
7197
  msgstr ""
7120
7198
 
7121
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7122
- msgstr ""
7123
-
7124
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7125
- msgstr ""
7126
-
7127
7199
  msgid "There are no Manifests to display"
7128
7200
  msgstr ""
7129
7201
 
@@ -7196,9 +7268,6 @@ msgstr ""
7196
7268
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7197
7269
  msgstr ""
7198
7270
 
7199
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7200
- msgstr ""
7201
-
7202
7271
  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."
7203
7272
  msgstr ""
7204
7273
 
@@ -7256,10 +7325,10 @@ msgstr ""
7256
7325
  msgid "This is not a linked repository"
7257
7326
  msgstr ""
7258
7327
 
7259
- 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}."
7328
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7260
7329
  msgstr ""
7261
7330
 
7262
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7331
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7263
7332
  msgstr ""
7264
7333
 
7265
7334
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7295,12 +7364,6 @@ msgstr ""
7295
7364
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7296
7365
  msgstr ""
7297
7366
 
7298
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7299
- msgstr ""
7300
-
7301
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7302
- msgstr ""
7303
-
7304
7367
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7305
7368
  msgstr ""
7306
7369
 
@@ -7526,9 +7589,6 @@ msgstr ""
7526
7589
  msgid "Uninstall and reset"
7527
7590
  msgstr ""
7528
7591
 
7529
- msgid "Uninstall packages remotely using katello-agent. %s"
7530
- msgstr ""
7531
-
7532
7592
  msgid "Unknown"
7533
7593
  msgstr ""
7534
7594
 
@@ -7586,6 +7646,9 @@ msgstr ""
7586
7646
  msgid "Update CDN Configuration"
7587
7647
  msgstr ""
7588
7648
 
7649
+ msgid "Update Content Counts"
7650
+ msgstr ""
7651
+
7589
7652
  msgid "Update Content Overrides"
7590
7653
  msgstr ""
7591
7654
 
@@ -7631,7 +7694,7 @@ msgstr ""
7631
7694
  msgid "Update an environment in an organization"
7632
7695
  msgstr ""
7633
7696
 
7634
- msgid "Update content on one or more hosts using katello-agent. %s"
7697
+ msgid "Update content counts for the smart proxy"
7635
7698
  msgstr ""
7636
7699
 
7637
7700
  msgid "Update content urls"
@@ -7655,30 +7718,15 @@ msgstr ""
7655
7718
  msgid "Update installed packages, enabled repos, module inventory"
7656
7719
  msgstr ""
7657
7720
 
7658
- msgid "Update of all packages requested"
7659
- msgstr ""
7660
-
7661
- msgid "Update of package(s) requested: %{packages}"
7662
- msgstr ""
7663
-
7664
7721
  msgid "Update organization"
7665
7722
  msgstr ""
7666
7723
 
7667
- msgid "Update package"
7668
- msgstr ""
7669
-
7670
- msgid "Update package for %s"
7671
- msgstr ""
7672
-
7673
7724
  msgid "Update package group via Katello interface"
7674
7725
  msgstr ""
7675
7726
 
7676
7727
  msgid "Update package via Katello interface"
7677
7728
  msgstr ""
7678
7729
 
7679
- msgid "Update packages remotely using katello-agent. %s"
7680
- msgstr ""
7681
-
7682
7730
  msgid "Update packages via Katello interface"
7683
7731
  msgstr ""
7684
7732
 
@@ -7730,9 +7778,6 @@ msgstr ""
7730
7778
  msgid "Updates a product"
7731
7779
  msgstr ""
7732
7780
 
7733
- msgid "Updates all packages on the host(s)"
7734
- msgstr ""
7735
-
7736
7781
  msgid "Updates available: Component content view versions have been updated."
7737
7782
  msgstr ""
7738
7783
 
@@ -7850,9 +7895,6 @@ msgstr ""
7850
7895
  msgid "Use HTTP proxies"
7851
7896
  msgstr ""
7852
7897
 
7853
- msgid "Use remote execution by default"
7854
- msgstr ""
7855
-
7856
7898
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7857
7899
  msgstr ""
7858
7900
 
@@ -7973,12 +8015,18 @@ msgstr ""
7973
8015
  msgid "View by"
7974
8016
  msgstr ""
7975
8017
 
8018
+ msgid "View content views"
8019
+ msgstr ""
8020
+
7976
8021
  msgid "View documentation"
7977
8022
  msgstr ""
7978
8023
 
7979
8024
  msgid "View matching content"
7980
8025
  msgstr ""
7981
8026
 
8027
+ msgid "View sync status"
8028
+ msgstr ""
8029
+
7982
8030
  msgid "View tasks "
7983
8031
  msgstr ""
7984
8032
 
@@ -7997,7 +8045,7 @@ msgstr ""
7997
8045
  msgid "Virtual host"
7998
8046
  msgstr ""
7999
8047
 
8000
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8048
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8001
8049
  msgstr ""
8002
8050
 
8003
8051
  msgid "Waiting to start."
@@ -8144,15 +8192,15 @@ msgstr ""
8144
8192
  msgid "Your search returned no matching Module streams."
8145
8193
  msgstr ""
8146
8194
 
8147
- msgid "Your search returned no matching RPMs."
8148
- msgstr ""
8149
-
8150
8195
  msgid "Your search returned no matching activation keys."
8151
8196
  msgstr ""
8152
8197
 
8153
8198
  msgid "Your search returned no matching hosts."
8154
8199
  msgstr ""
8155
8200
 
8201
+ msgid "Your search returned no matching non-modular RPMs."
8202
+ msgstr ""
8203
+
8156
8204
  msgid "Yum"
8157
8205
  msgstr ""
8158
8206
 
@@ -8339,9 +8387,6 @@ msgstr ""
8339
8387
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8340
8388
  msgstr ""
8341
8389
 
8342
- msgid "content view Dependency Solving Default"
8343
- msgstr ""
8344
-
8345
8390
  msgid "content view component ID. Identifier of the component association"
8346
8391
  msgstr ""
8347
8392
 
@@ -8462,9 +8507,6 @@ msgstr ""
8462
8507
  msgid "errata_ids is a required parameter"
8463
8508
  msgstr ""
8464
8509
 
8465
- msgid "errata_ids or update_all must be provided"
8466
- msgstr ""
8467
-
8468
8510
  msgid "erratum: IDs or a select all object"
8469
8511
  msgstr ""
8470
8512
 
@@ -8621,9 +8663,6 @@ msgstr ""
8621
8663
  msgid "list filters"
8622
8664
  msgstr ""
8623
8665
 
8624
- msgid "list of packages names"
8625
- msgstr ""
8626
-
8627
8666
  msgid "list of repository ids"
8628
8667
  msgstr ""
8629
8668