katello 4.10.0 → 4.11.0.rc1

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

Potentially problematic release.


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

Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  127. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  128. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  129. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  130. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  131. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  132. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  134. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  136. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  138. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  139. data/config/routes/api/v2.rb +2 -0
  140. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  141. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  142. data/db/seeds.d/106-mail_notifications.rb +32 -0
  143. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  144. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  239. data/lib/katello/engine.rb +2 -3
  240. data/lib/katello/permission_creator.rb +2 -2
  241. data/lib/katello/plugin.rb +4 -0
  242. data/lib/katello/repository_types/ostree.rb +1 -0
  243. data/lib/katello/repository_types/python.rb +1 -0
  244. data/lib/katello/scheduled_jobs.rb +1 -1
  245. data/lib/katello/version.rb +1 -1
  246. data/locale/action_names.rb +1 -3
  247. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/bn_IN/katello.po +236 -197
  251. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ca/katello.po +236 -197
  253. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs/katello.po +236 -206
  255. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/cs_CZ/katello.po +236 -197
  257. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/de/katello.po +241 -202
  259. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  260. data/locale/de_AT/katello.po +236 -197
  261. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  262. data/locale/de_DE/katello.po +236 -197
  263. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/el/katello.po +236 -197
  265. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  266. data/locale/en/katello.po +236 -197
  267. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  268. data/locale/en_GB/katello.po +236 -197
  269. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/en_US/katello.po +236 -197
  271. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  272. data/locale/es/katello.po +238 -199
  273. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/et_EE/katello.po +236 -197
  275. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/fr/katello.po +247 -208
  277. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/gl/katello.po +236 -197
  279. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  280. data/locale/gu/katello.po +236 -197
  281. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/he_IL/katello.po +236 -197
  283. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  284. data/locale/hi/katello.po +236 -197
  285. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  286. data/locale/id/katello.po +236 -197
  287. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/it/katello.po +236 -197
  289. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  290. data/locale/ja/katello.po +247 -208
  291. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/ka/katello.po +241 -202
  293. data/locale/katello.pot +1427 -1296
  294. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/kn/katello.po +236 -197
  296. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/ko/katello.po +236 -197
  298. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/ml_IN/katello.po +236 -197
  300. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/mr/katello.po +236 -197
  302. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/nl_NL/katello.po +236 -197
  304. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/or/katello.po +236 -197
  306. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/pa/katello.po +236 -197
  308. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/pl/katello.po +236 -197
  310. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/pl_PL/katello.po +236 -197
  312. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/pt/katello.po +236 -197
  314. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/pt_BR/katello.po +238 -199
  316. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/ro/katello.po +236 -197
  318. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/ro_RO/katello.po +236 -197
  320. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/ru/katello.po +236 -197
  322. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/sl/katello.po +236 -197
  324. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/sv_SE/katello.po +236 -197
  326. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/ta/katello.po +236 -197
  328. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/ta_IN/katello.po +236 -197
  330. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/te/katello.po +236 -197
  332. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/tr/katello.po +236 -197
  334. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/vi/katello.po +236 -197
  336. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/vi_VN/katello.po +236 -197
  338. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/zh/katello.po +236 -197
  340. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/zh_CN/katello.po +247 -208
  342. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/zh_TW/katello.po +236 -197
  344. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  345. data/webpack/components/Table/MainTable.scss +18 -17
  346. data/webpack/components/Table/TableWrapper.js +4 -1
  347. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  348. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  349. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  350. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  351. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  352. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  353. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  354. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  355. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  356. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  357. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  358. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  359. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  360. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  361. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  362. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  363. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  364. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  365. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  366. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  367. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  368. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  369. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  370. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  371. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  372. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  373. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  374. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  375. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  376. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  377. data/webpack/components/extensions/Hosts/constants.js +2 -0
  378. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  379. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  380. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  381. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  382. data/webpack/global_index.js +11 -2
  383. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  384. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  385. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  386. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  387. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  388. data/webpack/scenes/Content/ContentConfig.js +3 -0
  389. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  390. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  391. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  392. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  394. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  395. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  396. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  397. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  398. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  399. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  400. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  401. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  403. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  404. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  405. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  406. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  407. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  408. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  409. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  410. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  411. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  412. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  413. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  414. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  415. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  416. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  417. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  418. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  419. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  420. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  421. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  422. data/webpack/scenes/SmartProxy/Content.js +12 -4
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  426. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  427. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  428. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  429. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  430. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  431. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  432. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  433. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  434. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  435. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  436. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  437. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  438. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  439. data/webpack/utils/helpers.js +0 -1
  440. metadata +99 -33
  441. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  442. data/webpack/components/Table/TableHooks.js +0 -315
  443. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  444. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  445. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  446. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  447. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  448. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  449. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/it/katello.po CHANGED
@@ -37,6 +37,12 @@ msgstr ""
37
37
  msgid " %{package_count} Package(s)"
38
38
  msgstr ""
39
39
 
40
+ msgid " (${item.published_at_words} ago)"
41
+ msgstr ""
42
+
43
+ msgid " (${version.published_at_words} ago)"
44
+ msgstr ""
45
+
40
46
  msgid " Content view updated"
41
47
  msgstr ""
42
48
 
@@ -258,6 +264,12 @@ msgstr "aggiornamento gruppo di pacchetti %{group} scaduto"
258
264
  msgid "%{group} package group updated"
259
265
  msgstr "Gruppo di pacchetti %{group} aggiornato"
260
266
 
267
+ msgid "%{label} failed"
268
+ msgstr ""
269
+
270
+ msgid "%{label} failed."
271
+ msgstr ""
272
+
261
273
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
262
274
  msgstr ""
263
275
 
@@ -330,6 +342,9 @@ msgstr "Aggiornamento pacchetto %{package} scaduto"
330
342
  msgid "%{package} package updated"
331
343
  msgstr "Pacchetto %{package} aggiornato"
332
344
 
345
+ 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."
346
+ msgstr ""
347
+
333
348
  msgid "%{sla}"
334
349
  msgstr "%{sla}"
335
350
 
@@ -399,9 +414,6 @@ msgstr ""
399
414
  msgid "A backend service [ %s ] is unreachable"
400
415
  msgstr "Impossibile raggiungere un servizio backend [ %s ]"
401
416
 
402
- msgid "A content_type must be provided."
403
- msgstr "È necessario fornire un tipo_contenuto."
404
-
405
417
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
406
418
  msgstr "In questa visualizzazione del contenuto non sono stati applicati numerosi errata, per questo motivo sono riportati solo i primi 100."
407
419
 
@@ -414,6 +426,18 @@ msgstr ""
414
426
  msgid "A new version of "
415
427
  msgstr ""
416
428
 
429
+ msgid "A notification about failed content view promotion"
430
+ msgstr ""
431
+
432
+ msgid "A notification about failed content view publish"
433
+ msgstr ""
434
+
435
+ msgid "A notification about failed proxy sync"
436
+ msgstr ""
437
+
438
+ msgid "A notification about failed repository sync"
439
+ msgstr ""
440
+
417
441
  msgid "A post-promotion summary of hosts with installable errata"
418
442
  msgstr "Un sommario post-avanzamento di host con errata installabili"
419
443
 
@@ -447,9 +471,6 @@ msgstr ""
447
471
  msgid "Abstract async task"
448
472
  msgstr "Evento asinc astratto"
449
473
 
450
- msgid "Accept action timeout"
451
- msgstr ""
452
-
453
474
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
454
475
  msgstr ""
455
476
 
@@ -492,7 +513,7 @@ msgstr ""
492
513
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
493
514
  msgstr ""
494
515
 
495
- msgid "Activation key(s) for Subscription Manager."
516
+ msgid "Activation key(s) to use during registration"
496
517
  msgstr ""
497
518
 
498
519
  msgid "Activation keys"
@@ -528,9 +549,6 @@ msgstr ""
528
549
  msgid "Add Subscriptions"
529
550
  msgstr ""
530
551
 
531
- msgid "Add Subscriptions using the Add Subscriptions button."
532
- msgstr ""
533
-
534
552
  msgid "Add a subscription to a host"
535
553
  msgstr ""
536
554
 
@@ -603,6 +621,9 @@ msgstr ""
603
621
  msgid "Add subscriptions to one or more hosts"
604
622
  msgstr ""
605
623
 
624
+ msgid "Add subscriptions using the Add Subscriptions button."
625
+ msgstr ""
626
+
606
627
  msgid "Add to a host collection"
607
628
  msgstr ""
608
629
 
@@ -639,9 +660,6 @@ msgstr ""
639
660
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
640
661
  msgstr ""
641
662
 
642
- msgid "Agent action"
643
- msgstr ""
644
-
645
663
  msgid "All"
646
664
  msgstr "Tutte"
647
665
 
@@ -781,7 +799,7 @@ msgstr "Applicazione"
781
799
  msgid "Apply"
782
800
  msgstr "Applica"
783
801
 
784
- msgid "Apply Erratum"
802
+ msgid "Apply erratum"
785
803
  msgstr ""
786
804
 
787
805
  msgid "Apply to all repositories in the CV"
@@ -790,15 +808,24 @@ msgstr ""
790
808
  msgid "Apply to subset of repositories"
791
809
  msgstr ""
792
810
 
793
- msgid "Apply via Katello agent"
794
- msgstr ""
795
-
796
811
  msgid "Apply via customized remote execution"
797
812
  msgstr ""
798
813
 
799
814
  msgid "Apply via remote execution"
800
815
  msgstr ""
801
816
 
817
+ msgid "Approaching end of maintenance support"
818
+ msgstr ""
819
+
820
+ msgid "Approaching end of maintenance support (%s)"
821
+ msgstr ""
822
+
823
+ msgid "Approaching end of support"
824
+ msgstr ""
825
+
826
+ msgid "Approaching end of support (%s)"
827
+ msgstr ""
828
+
802
829
  msgid "Arch"
803
830
  msgstr "Arch"
804
831
 
@@ -976,6 +1003,9 @@ msgstr ""
976
1003
  msgid "Batch size to sync repositories in."
977
1004
  msgstr ""
978
1005
 
1006
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1007
+ msgstr ""
1008
+
979
1009
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
980
1010
  msgstr ""
981
1011
 
@@ -1129,6 +1159,12 @@ msgstr "Impossibile aggiungere le versioni composite ad un'altra visualizzazione
1129
1159
  msgid "Cannot add default content view to composite content view"
1130
1160
  msgstr "Impossibile aggiungere la visualizzazione del contenuto predefinita ad una visualizzazione composita"
1131
1161
 
1162
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1163
+ msgstr ""
1164
+
1165
+ msgid "Cannot add disabled products to sync plan!"
1166
+ msgstr ""
1167
+
1132
1168
  msgid "Cannot add generated content view versions to composite content view"
1133
1169
  msgstr ""
1134
1170
 
@@ -1144,6 +1180,9 @@ msgstr ""
1144
1180
  msgid "Cannot associate a component to a non composite content view"
1145
1181
  msgstr ""
1146
1182
 
1183
+ msgid "Cannot be disabled because it is part of a published content view"
1184
+ msgstr ""
1185
+
1147
1186
  msgid "Cannot calculate name for custom repos"
1148
1187
  msgstr ""
1149
1188
 
@@ -1279,10 +1318,10 @@ msgstr ""
1279
1318
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1280
1319
  msgstr ""
1281
1320
 
1282
- msgid "Check if the specified organization has Simple Content Access enabled"
1321
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1283
1322
  msgstr ""
1284
1323
 
1285
- msgid "Check if the specified organization is eligible for Simple Content Access"
1324
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1286
1325
  msgstr ""
1287
1326
 
1288
1327
  msgid "Check services before actions"
@@ -1345,9 +1384,6 @@ msgstr ""
1345
1384
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1346
1385
  msgstr ""
1347
1386
 
1348
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1349
- msgstr ""
1350
-
1351
1387
  msgid "Comma-separated list of tags to sync for a container image repository"
1352
1388
  msgstr ""
1353
1389
 
@@ -1639,6 +1675,12 @@ msgstr ""
1639
1675
  msgid "Content view numeric identifier"
1640
1676
  msgstr "Indentificatore numerico per la visualizzazione del contenuto"
1641
1677
 
1678
+ msgid "Content view promote failure"
1679
+ msgstr ""
1680
+
1681
+ msgid "Content view publish failure"
1682
+ msgstr ""
1683
+
1642
1684
  msgid "Content view version export history identifier"
1643
1685
  msgstr ""
1644
1686
 
@@ -1648,6 +1690,9 @@ msgstr "Indentificatore versione della visualizzazione del contenuto"
1648
1690
  msgid "Content view version import history identifier"
1649
1691
  msgstr ""
1650
1692
 
1693
+ msgid "Content view version is empty"
1694
+ msgstr ""
1695
+
1651
1696
  msgid "Content views"
1652
1697
  msgstr ""
1653
1698
 
@@ -2278,7 +2323,7 @@ msgstr ""
2278
2323
  msgid "Disable module stream"
2279
2324
  msgstr ""
2280
2325
 
2281
- msgid "Disable simple content access for a manifest"
2326
+ msgid "Disable simple content access for a manifest. %s"
2282
2327
  msgstr ""
2283
2328
 
2284
2329
  msgid "Disabled"
@@ -2320,6 +2365,9 @@ msgstr ""
2320
2365
  msgid "Duplicate artifact detected"
2321
2366
  msgstr ""
2322
2367
 
2368
+ msgid "Duplicate repositories in content view versions"
2369
+ msgstr ""
2370
+
2323
2371
  msgid "Duration"
2324
2372
  msgstr "Durata"
2325
2373
 
@@ -2425,7 +2473,7 @@ msgstr "Repositori abilitati"
2425
2473
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2426
2474
  msgstr ""
2427
2475
 
2428
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2476
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2429
2477
  msgstr ""
2430
2478
 
2431
2479
  msgid "End Date"
@@ -2461,6 +2509,9 @@ msgstr ""
2461
2509
  msgid "Environment"
2462
2510
  msgstr "Ambiente"
2463
2511
 
2512
+ msgid "Environment ID"
2513
+ msgstr ""
2514
+
2464
2515
  msgid "Environment IDs"
2465
2516
  msgstr "ID ambiente"
2466
2517
 
@@ -2470,6 +2521,9 @@ msgstr "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
2470
2521
  msgid "Environment identifier"
2471
2522
  msgstr ""
2472
2523
 
2524
+ msgid "Environment name"
2525
+ msgstr ""
2526
+
2473
2527
  msgid "Environments"
2474
2528
  msgstr "Ambienti"
2475
2529
 
@@ -2602,6 +2656,9 @@ msgstr ""
2602
2656
  msgid "Export as CSV"
2603
2657
  msgstr ""
2604
2658
 
2659
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2660
+ msgstr ""
2661
+
2605
2662
  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."
2606
2663
  msgstr ""
2607
2664
 
@@ -2614,6 +2671,9 @@ msgstr ""
2614
2671
  msgid "Exported version"
2615
2672
  msgstr ""
2616
2673
 
2674
+ msgid "Extended support"
2675
+ msgstr ""
2676
+
2617
2677
  msgid "Facts successfully updated."
2618
2678
  msgstr "Eventi aggiornati con successo."
2619
2679
 
@@ -2761,9 +2821,6 @@ msgstr ""
2761
2821
  msgid "Finish"
2762
2822
  msgstr ""
2763
2823
 
2764
- msgid "Finish action timeout"
2765
- msgstr ""
2766
-
2767
2824
  msgid "Finished"
2768
2825
  msgstr "Completato"
2769
2826
 
@@ -2811,6 +2868,9 @@ msgstr ""
2811
2868
  msgid "Full description"
2812
2869
  msgstr ""
2813
2870
 
2871
+ msgid "Full support"
2872
+ msgstr ""
2873
+
2814
2874
  msgid "Fully entitled"
2815
2875
  msgstr ""
2816
2876
 
@@ -2868,15 +2928,15 @@ msgstr ""
2868
2928
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2869
2929
  msgstr ""
2870
2930
 
2871
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2872
- msgstr ""
2873
-
2874
2931
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2875
2932
  msgstr ""
2876
2933
 
2877
2934
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2878
2935
  msgstr ""
2879
2936
 
2937
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2938
+ msgstr ""
2939
+
2880
2940
  msgid "Go to job details"
2881
2941
  msgstr ""
2882
2942
 
@@ -2901,6 +2961,9 @@ msgstr ""
2901
2961
  msgid "Has to be > 0"
2902
2962
  msgstr ""
2903
2963
 
2964
+ msgid "Help"
2965
+ msgstr ""
2966
+
2904
2967
  msgid "Helper"
2905
2968
  msgstr ""
2906
2969
 
@@ -2991,12 +3054,6 @@ msgstr ""
2991
3054
  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."
2992
3055
  msgstr ""
2993
3056
 
2994
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2995
- msgstr ""
2996
-
2997
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2998
- msgstr ""
2999
-
3000
3057
  msgid "Host errata advisory"
3001
3058
  msgstr ""
3002
3059
 
@@ -3018,6 +3075,9 @@ msgstr ""
3018
3075
  msgid "Host id to list applicable packages for"
3019
3076
  msgstr ""
3020
3077
 
3078
+ msgid "Host lifecycle support expiration notification"
3079
+ msgstr ""
3080
+
3021
3081
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3022
3082
  msgstr ""
3023
3083
 
@@ -3218,9 +3278,6 @@ msgstr ""
3218
3278
  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"
3219
3279
  msgstr ""
3220
3280
 
3221
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3222
- msgstr ""
3223
-
3224
3281
  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."
3225
3282
  msgstr ""
3226
3283
 
@@ -3305,9 +3362,6 @@ msgstr ""
3305
3362
  msgid "Import a Manifest to Begin"
3306
3363
  msgstr ""
3307
3364
 
3308
- msgid "Import a Manifest to manage your Entitlements."
3309
- msgstr ""
3310
-
3311
3365
  msgid "Import a Manifest using the manifest tab above."
3312
3366
  msgstr ""
3313
3367
 
@@ -3320,6 +3374,9 @@ msgstr ""
3320
3374
  msgid "Import a repository"
3321
3375
  msgstr ""
3322
3376
 
3377
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3378
+ msgstr ""
3379
+
3323
3380
  msgid "Import facts"
3324
3381
  msgstr "Importa gli eventi"
3325
3382
 
@@ -3428,36 +3485,12 @@ msgstr ""
3428
3485
  msgid "Install"
3429
3486
  msgstr "Installa"
3430
3487
 
3431
- msgid "Install Applicable Errata"
3432
- msgstr "Installa errata applicabile"
3433
-
3434
- msgid "Install Applicable Errata on %s"
3435
- msgstr ""
3436
-
3437
- msgid "Install content on one or more hosts using katello-agent. %s"
3438
- msgstr ""
3439
-
3440
3488
  msgid "Install errata using scoped search query"
3441
3489
  msgstr ""
3442
3490
 
3443
3491
  msgid "Install errata via Katello interface"
3444
3492
  msgstr ""
3445
3493
 
3446
- msgid "Install erratum"
3447
- msgstr "installa erratum"
3448
-
3449
- msgid "Install erratum for %s"
3450
- msgstr ""
3451
-
3452
- msgid "Install package"
3453
- msgstr "installa pacchetto"
3454
-
3455
- msgid "Install package for %s"
3456
- msgstr ""
3457
-
3458
- msgid "Install package group"
3459
- msgstr "installa gruppo di pacchetti"
3460
-
3461
3494
  msgid "Install package group via Katello interface"
3462
3495
  msgstr ""
3463
3496
 
@@ -3467,18 +3500,12 @@ msgstr ""
3467
3500
  msgid "Install packages"
3468
3501
  msgstr ""
3469
3502
 
3470
- msgid "Install packages remotely using katello-agent. %s"
3471
- msgstr ""
3472
-
3473
3503
  msgid "Install packages via Katello interface"
3474
3504
  msgstr ""
3475
3505
 
3476
3506
  msgid "Install via customized remote execution"
3477
3507
  msgstr ""
3478
3508
 
3479
- msgid "Install via katello-agent"
3480
- msgstr ""
3481
-
3482
3509
  msgid "Install via remote execution"
3483
3510
  msgstr ""
3484
3511
 
@@ -3491,15 +3518,6 @@ msgstr ""
3491
3518
  msgid "Installable updates"
3492
3519
  msgstr ""
3493
3520
 
3494
- msgid "Installation of errata requested: %{errata}"
3495
- msgstr ""
3496
-
3497
- msgid "Installation of package group(s) requested: %{groups}"
3498
- msgstr ""
3499
-
3500
- msgid "Installation of package(s) requested: %{packages}"
3501
- msgstr ""
3502
-
3503
3521
  msgid "Installation status"
3504
3522
  msgstr ""
3505
3523
 
@@ -3557,9 +3575,6 @@ msgstr ""
3557
3575
  msgid "Invalid content label: %s"
3558
3576
  msgstr "Etichetta contenuto non valida: %s"
3559
3577
 
3560
- msgid "Invalid content type %s"
3561
- msgstr "Tipo di contenuto %s non valido"
3562
-
3563
3578
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3564
3579
  msgstr ""
3565
3580
 
@@ -3635,15 +3650,9 @@ msgstr ""
3635
3650
  msgid "Job '${description}' has started."
3636
3651
  msgstr ""
3637
3652
 
3638
- msgid "Katello 4.10"
3639
- msgstr ""
3640
-
3641
3653
  msgid "Katello ID of local pool to update"
3642
3654
  msgstr ""
3643
3655
 
3644
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3645
- msgstr ""
3646
-
3647
3656
  msgid "Katello: Install Errata"
3648
3657
  msgstr ""
3649
3658
 
@@ -3725,6 +3734,9 @@ msgstr ""
3725
3734
  msgid "Last refresh :"
3726
3735
  msgstr ""
3727
3736
 
3737
+ msgid "Last sync"
3738
+ msgstr ""
3739
+
3728
3740
  msgid "Last task"
3729
3741
  msgstr ""
3730
3742
 
@@ -3785,6 +3797,9 @@ msgstr ""
3785
3797
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3786
3798
  msgstr "Ambiente ciclo di vita '%{environment}' non assegnato a questo capsule"
3787
3799
 
3800
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3801
+ msgstr ""
3802
+
3788
3803
  msgid "Lifecycle environment ID"
3789
3804
  msgstr ""
3790
3805
 
@@ -3866,6 +3881,9 @@ msgstr ""
3866
3881
  msgid "List components attached to this content view"
3867
3882
  msgstr ""
3868
3883
 
3884
+ msgid "List content counts for the smart proxy"
3885
+ msgstr ""
3886
+
3869
3887
  msgid "List content view versions"
3870
3888
  msgstr "Elenca le versioni della visualizzazione del contenuto"
3871
3889
 
@@ -3917,9 +3935,6 @@ msgstr ""
3917
3935
  msgid "List of Errata ids"
3918
3936
  msgstr "Elenco di id errata"
3919
3937
 
3920
- msgid "List of Errata ids to install. Will be removed in %s"
3921
- msgstr ""
3922
-
3923
3938
  msgid "List of Products for sync plan"
3924
3939
  msgstr ""
3925
3940
 
@@ -3929,12 +3944,6 @@ msgstr ""
3929
3944
  msgid "List of component content view version ids for composite views"
3930
3945
  msgstr "Elenco id delle versioni per la visualizzazione del contenuto per il componente per le visualizzazioni composite"
3931
3946
 
3932
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3933
- msgstr ""
3934
-
3935
- msgid "List of content (e.g. package or package group names)"
3936
- msgstr "Elenco del contenuto (es nomi dei pacchetti o dei gruppi di pacchetti)"
3937
-
3938
3947
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3939
3948
  msgstr ""
3940
3949
 
@@ -4082,6 +4091,9 @@ msgstr "Caricamento in corso..."
4082
4091
  msgid "Low"
4083
4092
  msgstr ""
4084
4093
 
4094
+ msgid "Maintenance support"
4095
+ msgstr ""
4096
+
4085
4097
  msgid "Make copy of a content view"
4086
4098
  msgstr "Esegui una copia di una visualizzazione del contenuto"
4087
4099
 
@@ -4139,6 +4151,9 @@ msgstr ""
4139
4151
  msgid "Matched"
4140
4152
  msgstr ""
4141
4153
 
4154
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4155
+ msgstr ""
4156
+
4142
4157
  msgid "Matching content"
4143
4158
  msgstr ""
4144
4159
 
@@ -4354,9 +4369,6 @@ msgstr "Nessuna visualizzazione del contenuto"
4354
4369
  msgid "No Content found"
4355
4370
  msgstr ""
4356
4371
 
4357
- msgid "No Lifecycle environment to select"
4358
- msgstr ""
4359
-
4360
4372
  msgid "No Manifest Uploaded"
4361
4373
  msgstr ""
4362
4374
 
@@ -4381,9 +4393,6 @@ msgstr ""
4381
4393
  msgid "No applicable errata"
4382
4394
  msgstr ""
4383
4395
 
4384
- msgid "No applicable errata for %s, skipping"
4385
- msgstr ""
4386
-
4387
4396
  msgid "No applications to restart"
4388
4397
  msgstr ""
4389
4398
 
@@ -4402,9 +4411,6 @@ msgstr ""
4402
4411
  msgid "No content added."
4403
4412
  msgstr ""
4404
4413
 
4405
- msgid "No content has been provided."
4406
- msgstr "Non è stato fornito alcun contenuto."
4407
-
4408
4414
  msgid "No content ids provided"
4409
4415
  msgstr ""
4410
4416
 
@@ -4435,6 +4441,9 @@ msgstr ""
4435
4441
  msgid "No description provided"
4436
4442
  msgstr ""
4437
4443
 
4444
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4445
+ msgstr ""
4446
+
4438
4447
  msgid "No enabled repositories match your search criteria."
4439
4448
  msgstr ""
4440
4449
 
@@ -4516,9 +4525,6 @@ msgstr ""
4516
4525
  msgid "No matching DEB found."
4517
4526
  msgstr ""
4518
4527
 
4519
- msgid "No matching RPM found."
4520
- msgstr ""
4521
-
4522
4528
  msgid "No matching activation keys found."
4523
4529
  msgstr ""
4524
4530
 
@@ -4546,6 +4552,9 @@ msgstr ""
4546
4552
  msgid "No matching hosts found."
4547
4553
  msgstr ""
4548
4554
 
4555
+ msgid "No matching non-modular RPM found."
4556
+ msgstr ""
4557
+
4549
4558
  msgid "No matching packages found"
4550
4559
  msgstr ""
4551
4560
 
@@ -4762,6 +4771,9 @@ msgstr ""
4762
4771
  msgid "On-disk location for pulp 3 exported repositories"
4763
4772
  msgstr ""
4764
4773
 
4774
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4775
+ msgstr ""
4776
+
4765
4777
  msgid "One of parameters [ %s ] required but not specified."
4766
4778
  msgstr "Uno dei parametri [ %s ] necessario ma non specificato."
4767
4779
 
@@ -4786,6 +4798,9 @@ msgstr ""
4786
4798
  msgid "Only one Red Hat provider permitted for an Organization"
4787
4799
  msgstr "Per una organizzazione è permesso solo un provider di Red Hat"
4788
4800
 
4801
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4802
+ msgstr ""
4803
+
4789
4804
  msgid "Only returns id and quantity fields"
4790
4805
  msgstr ""
4791
4806
 
@@ -5196,6 +5211,9 @@ msgid ""
5196
5211
  " this is not the same product id as the products api returns"
5197
5212
  msgstr ""
5198
5213
 
5214
+ msgid "Product label"
5215
+ msgstr ""
5216
+
5199
5217
  msgid "Product name"
5200
5218
  msgstr "Nome prodotto"
5201
5219
 
@@ -5268,6 +5286,9 @@ msgstr "ID template di provisioning"
5268
5286
  msgid "Proxies"
5269
5287
  msgstr "Proxy"
5270
5288
 
5289
+ msgid "Proxy sync failure"
5290
+ msgstr ""
5291
+
5271
5292
  msgid "Public"
5272
5293
  msgstr "Pubblica"
5273
5294
 
@@ -5400,6 +5421,12 @@ msgstr "RAM: %s GB"
5400
5421
  msgid "RH Repos"
5401
5422
  msgstr ""
5402
5423
 
5424
+ msgid "RHEL Lifecycle status"
5425
+ msgstr ""
5426
+
5427
+ msgid "RHEL lifecycle"
5428
+ msgstr ""
5429
+
5403
5430
  msgid "RHUI"
5404
5431
  msgstr ""
5405
5432
 
@@ -5448,9 +5475,6 @@ msgstr ""
5448
5475
  msgid "Reboot required"
5449
5476
  msgstr ""
5450
5477
 
5451
- msgid "Recalculate"
5452
- msgstr ""
5453
-
5454
5478
  msgid "Recently Expired Subscriptions"
5455
5479
  msgstr ""
5456
5480
 
@@ -5526,6 +5550,18 @@ msgstr ""
5526
5550
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5527
5551
  msgstr ""
5528
5552
 
5553
+ msgid "Refresh applicability"
5554
+ msgstr ""
5555
+
5556
+ msgid "Refresh counts"
5557
+ msgstr ""
5558
+
5559
+ msgid "Refresh errata applicability"
5560
+ msgstr ""
5561
+
5562
+ msgid "Refresh package applicability"
5563
+ msgstr ""
5564
+
5529
5565
  msgid "Refresh previously imported manifest for Red Hat provider"
5530
5566
  msgstr "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
5531
5567
 
@@ -5607,13 +5643,10 @@ msgstr "Ricarica i dati"
5607
5643
  msgid "Remote action:"
5608
5644
  msgstr "Azione remota:"
5609
5645
 
5610
- msgid "Remote execution job '${description}' failed."
5646
+ msgid "Remote execution is enabled."
5611
5647
  msgstr ""
5612
5648
 
5613
- msgid "Removal of package group(s) requested: %{groups}"
5614
- msgstr ""
5615
-
5616
- msgid "Removal of package(s) requested: %{packages}"
5649
+ msgid "Remote execution job '${description}' failed."
5617
5650
  msgstr ""
5618
5651
 
5619
5652
  msgid "Remove"
@@ -5637,9 +5670,6 @@ msgstr ""
5637
5670
  msgid "Remove components from the content view"
5638
5671
  msgstr ""
5639
5672
 
5640
- msgid "Remove content on one or more hosts using katello-agent. %s"
5641
- msgstr ""
5642
-
5643
5673
  msgid "Remove content view version"
5644
5674
  msgstr "Rimuovi la versione della visualizzazione del contenuto"
5645
5675
 
@@ -5673,15 +5703,6 @@ msgstr ""
5673
5703
  msgid "Remove one or more subscriptions from an upstream manifest"
5674
5704
  msgstr ""
5675
5705
 
5676
- msgid "Remove package"
5677
- msgstr "Rimuovi pacchetto"
5678
-
5679
- msgid "Remove package for %s"
5680
- msgstr ""
5681
-
5682
- msgid "Remove package group"
5683
- msgstr "Rimuovi gruppo di pacchetti"
5684
-
5685
5706
  msgid "Remove package group via Katello interface"
5686
5707
  msgstr ""
5687
5708
 
@@ -5727,10 +5748,13 @@ msgstr ""
5727
5748
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5728
5749
  msgstr ""
5729
5750
 
5751
+ msgid "Repo ID"
5752
+ msgstr ""
5753
+
5730
5754
  msgid "Repo Type"
5731
5755
  msgstr "Tipo di repository"
5732
5756
 
5733
- msgid "Report"
5757
+ msgid "Repo label"
5734
5758
  msgstr ""
5735
5759
 
5736
5760
  msgid "Repositories"
@@ -5739,6 +5763,9 @@ msgstr "Repository"
5739
5763
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5740
5764
  msgstr ""
5741
5765
 
5766
+ 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."
5767
+ msgstr ""
5768
+
5742
5769
  msgid "Repositories from published Content Views are not allowed."
5743
5770
  msgstr "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
5744
5771
 
@@ -5751,12 +5778,18 @@ msgstr ""
5751
5778
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5752
5779
  msgstr ""
5753
5780
 
5781
+ msgid "Repository %{label} failed to synchronize"
5782
+ msgstr ""
5783
+
5754
5784
  msgid "Repository '%(repoName)s' has been disabled."
5755
5785
  msgstr ""
5756
5786
 
5757
5787
  msgid "Repository '%(repoName)s' has been enabled."
5758
5788
  msgstr ""
5759
5789
 
5790
+ msgid "Repository ID"
5791
+ msgstr ""
5792
+
5760
5793
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5761
5794
  msgstr ""
5762
5795
 
@@ -5778,6 +5811,9 @@ msgstr ""
5778
5811
  msgid "Repository label '%s' is not associated with content view."
5779
5812
  msgstr ""
5780
5813
 
5814
+ msgid "Repository name"
5815
+ msgstr ""
5816
+
5781
5817
  msgid "Repository not found"
5782
5818
  msgstr "Repositorio non trovato"
5783
5819
 
@@ -5817,6 +5853,9 @@ msgstr ""
5817
5853
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5818
5854
  msgstr ""
5819
5855
 
5856
+ msgid "Repository sync failure"
5857
+ msgstr ""
5858
+
5820
5859
  msgid "Repository type"
5821
5860
  msgstr ""
5822
5861
 
@@ -6045,9 +6084,6 @@ msgstr "Salva"
6045
6084
  msgid "Saving alternate content source..."
6046
6085
  msgstr ""
6047
6086
 
6048
- msgid "Schedule errata for installation using katello-agent. %s"
6049
- msgstr ""
6050
-
6051
6087
  msgid "Schema Version 1"
6052
6088
  msgstr ""
6053
6089
 
@@ -6225,7 +6261,10 @@ msgstr ""
6225
6261
  msgid "Select source type"
6226
6262
  msgstr ""
6227
6263
 
6228
- msgid "Select system purpose attributes for host {hostName}."
6264
+ msgid "Select system purpose attributes for activation key {name}."
6265
+ msgstr ""
6266
+
6267
+ msgid "Select system purpose attributes for host {name}."
6229
6268
  msgstr ""
6230
6269
 
6231
6270
  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."
@@ -6393,6 +6432,9 @@ msgstr ""
6393
6432
  msgid "Simple Content Access has been enabled for '%{subject}'."
6394
6433
  msgstr ""
6395
6434
 
6435
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6436
+ msgstr ""
6437
+
6396
6438
  msgid "Simplified"
6397
6439
  msgstr ""
6398
6440
 
@@ -6411,12 +6453,21 @@ msgstr ""
6411
6453
  msgid "Smart proxies"
6412
6454
  msgstr "Smart proxy"
6413
6455
 
6456
+ msgid "Smart proxy ID"
6457
+ msgstr ""
6458
+
6414
6459
  msgid "Smart proxy IDs"
6415
6460
  msgstr "ID Smart proxy"
6416
6461
 
6462
+ msgid "Smart proxy content count refresh has started in the background"
6463
+ msgstr ""
6464
+
6417
6465
  msgid "Smart proxy content source not found!"
6418
6466
  msgstr ""
6419
6467
 
6468
+ msgid "Smart proxy name"
6469
+ msgstr ""
6470
+
6420
6471
  msgid "Sockets"
6421
6472
  msgstr "Socket"
6422
6473
 
@@ -6525,6 +6576,9 @@ msgstr ""
6525
6576
  msgid "Something went wrong while refreshing alternate content sources: "
6526
6577
  msgstr ""
6527
6578
 
6579
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6580
+ msgstr ""
6581
+
6528
6582
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6529
6583
  msgstr ""
6530
6584
 
@@ -6786,6 +6840,9 @@ msgstr "Sommario"
6786
6840
  msgid "Support Type"
6787
6841
  msgstr "Tipo di supporto"
6788
6842
 
6843
+ msgid "Support ended"
6844
+ msgstr ""
6845
+
6789
6846
  msgid "Supported Content Types"
6790
6847
  msgstr ""
6791
6848
 
@@ -6867,13 +6924,13 @@ msgstr ""
6867
6924
  msgid "Syncable export"
6868
6925
  msgstr ""
6869
6926
 
6870
- msgid "Synced "
6927
+ msgid "Synced"
6871
6928
  msgstr ""
6872
6929
 
6873
- msgid "Synced Content"
6930
+ msgid "Synced "
6874
6931
  msgstr ""
6875
6932
 
6876
- msgid "Synced to smart proxy"
6933
+ msgid "Synced Content"
6877
6934
  msgstr ""
6878
6935
 
6879
6936
  msgid "Synchronize"
@@ -6933,12 +6990,24 @@ msgstr ""
6933
6990
  msgid "Task ${task.humanized.action} has started."
6934
6991
  msgstr ""
6935
6992
 
6993
+ msgid "Task ID"
6994
+ msgstr ""
6995
+
6936
6996
  msgid "Task canceled"
6937
6997
  msgstr "Evento cancellato"
6938
6998
 
6939
6999
  msgid "Task detail"
6940
7000
  msgstr ""
6941
7001
 
7002
+ msgid "Task details"
7003
+ msgstr ""
7004
+
7005
+ msgid "Task result"
7006
+ msgstr ""
7007
+
7008
+ msgid "Task state"
7009
+ msgstr ""
7010
+
6942
7011
  msgid "Temporary"
6943
7012
  msgstr "Temporaneo"
6944
7013
 
@@ -6948,6 +7017,18 @@ msgstr "L'ambiente '%s' non può contenere un changeset!"
6948
7017
  msgid "The Alternate Content Source type"
6949
7018
  msgstr ""
6950
7019
 
7020
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7021
+ msgstr ""
7022
+
7023
+ msgid "The Foreman Client repository is enabled. "
7024
+ msgstr ""
7025
+
7026
+ msgid "The Foreman Client repository is synced. "
7027
+ msgstr ""
7028
+
7029
+ msgid "The Foreman Client repository set is enabled for the host. "
7030
+ msgstr ""
7031
+
6951
7032
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6952
7033
  msgstr ""
6953
7034
 
@@ -6969,9 +7050,6 @@ msgstr "La visualizzazione del contenuto predefinita non può essere modificata,
6969
7050
  msgid "The default content view cannot be promoted"
6970
7051
  msgstr "Impossibile avanzare la visualizzazione del contenuto predefinita."
6971
7052
 
6972
- msgid "The default dependency solving value for new content views."
6973
- msgstr ""
6974
-
6975
7053
  msgid "The description for the content view version"
6976
7054
  msgstr ""
6977
7055
 
@@ -7117,12 +7195,6 @@ msgstr ""
7117
7195
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7118
7196
  msgstr ""
7119
7197
 
7120
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7121
- msgstr "Il tipo di contenuto. Sono supportati i seguenti tipi: 'package' e 'package_group."
7122
-
7123
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7124
- msgstr "Il tipo di contenuto. Sono supportati i seguenti tipi: 'package' e 'package_group' e 'errata'."
7125
-
7126
7198
  msgid "There are no Manifests to display"
7127
7199
  msgstr ""
7128
7200
 
@@ -7195,9 +7267,6 @@ msgstr ""
7195
7267
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7196
7268
  msgstr ""
7197
7269
 
7198
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7199
- msgstr ""
7200
-
7201
7270
  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."
7202
7271
  msgstr ""
7203
7272
 
@@ -7255,10 +7324,10 @@ msgstr ""
7255
7324
  msgid "This is not a linked repository"
7256
7325
  msgstr ""
7257
7326
 
7258
- 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}."
7327
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7259
7328
  msgstr ""
7260
7329
 
7261
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7330
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7262
7331
  msgstr ""
7263
7332
 
7264
7333
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7294,12 +7363,6 @@ msgstr ""
7294
7363
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7295
7364
  msgstr ""
7296
7365
 
7297
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7298
- msgstr ""
7299
-
7300
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7301
- msgstr ""
7302
-
7303
7366
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7304
7367
  msgstr ""
7305
7368
 
@@ -7525,9 +7588,6 @@ msgstr ""
7525
7588
  msgid "Uninstall and reset"
7526
7589
  msgstr ""
7527
7590
 
7528
- msgid "Uninstall packages remotely using katello-agent. %s"
7529
- msgstr ""
7530
-
7531
7591
  msgid "Unknown"
7532
7592
  msgstr "Sconosciuto"
7533
7593
 
@@ -7585,6 +7645,9 @@ msgstr ""
7585
7645
  msgid "Update CDN Configuration"
7586
7646
  msgstr ""
7587
7647
 
7648
+ msgid "Update Content Counts"
7649
+ msgstr ""
7650
+
7588
7651
  msgid "Update Content Overrides"
7589
7652
  msgstr ""
7590
7653
 
@@ -7630,7 +7693,7 @@ msgstr "Aggiorna un ambiente"
7630
7693
  msgid "Update an environment in an organization"
7631
7694
  msgstr "Aggiorna ambiente in una organizzazione"
7632
7695
 
7633
- msgid "Update content on one or more hosts using katello-agent. %s"
7696
+ msgid "Update content counts for the smart proxy"
7634
7697
  msgstr ""
7635
7698
 
7636
7699
  msgid "Update content urls"
@@ -7654,30 +7717,15 @@ msgstr ""
7654
7717
  msgid "Update installed packages, enabled repos, module inventory"
7655
7718
  msgstr ""
7656
7719
 
7657
- msgid "Update of all packages requested"
7658
- msgstr ""
7659
-
7660
- msgid "Update of package(s) requested: %{packages}"
7661
- msgstr ""
7662
-
7663
7720
  msgid "Update organization"
7664
7721
  msgstr "Aggiorna organizzazione"
7665
7722
 
7666
- msgid "Update package"
7667
- msgstr "Aggiorna pacchetto"
7668
-
7669
- msgid "Update package for %s"
7670
- msgstr ""
7671
-
7672
7723
  msgid "Update package group via Katello interface"
7673
7724
  msgstr ""
7674
7725
 
7675
7726
  msgid "Update package via Katello interface"
7676
7727
  msgstr ""
7677
7728
 
7678
- msgid "Update packages remotely using katello-agent. %s"
7679
- msgstr ""
7680
-
7681
7729
  msgid "Update packages via Katello interface"
7682
7730
  msgstr ""
7683
7731
 
@@ -7729,9 +7777,6 @@ msgstr "Aggiornamenti"
7729
7777
  msgid "Updates a product"
7730
7778
  msgstr "Aggiorna un prodotto"
7731
7779
 
7732
- msgid "Updates all packages on the host(s)"
7733
- msgstr ""
7734
-
7735
7780
  msgid "Updates available: Component content view versions have been updated."
7736
7781
  msgstr ""
7737
7782
 
@@ -7849,9 +7894,6 @@ msgstr ""
7849
7894
  msgid "Use HTTP proxies"
7850
7895
  msgstr ""
7851
7896
 
7852
- msgid "Use remote execution by default"
7853
- msgstr ""
7854
-
7855
7897
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7856
7898
  msgstr ""
7857
7899
 
@@ -7972,12 +8014,18 @@ msgstr ""
7972
8014
  msgid "View by"
7973
8015
  msgstr ""
7974
8016
 
8017
+ msgid "View content views"
8018
+ msgstr ""
8019
+
7975
8020
  msgid "View documentation"
7976
8021
  msgstr ""
7977
8022
 
7978
8023
  msgid "View matching content"
7979
8024
  msgstr ""
7980
8025
 
8026
+ msgid "View sync status"
8027
+ msgstr ""
8028
+
7981
8029
  msgid "View tasks "
7982
8030
  msgstr ""
7983
8031
 
@@ -7996,7 +8044,7 @@ msgstr ""
7996
8044
  msgid "Virtual host"
7997
8045
  msgstr ""
7998
8046
 
7999
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8047
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8000
8048
  msgstr ""
8001
8049
 
8002
8050
  msgid "Waiting to start."
@@ -8143,15 +8191,15 @@ msgstr ""
8143
8191
  msgid "Your search returned no matching Module streams."
8144
8192
  msgstr ""
8145
8193
 
8146
- msgid "Your search returned no matching RPMs."
8147
- msgstr ""
8148
-
8149
8194
  msgid "Your search returned no matching activation keys."
8150
8195
  msgstr ""
8151
8196
 
8152
8197
  msgid "Your search returned no matching hosts."
8153
8198
  msgstr ""
8154
8199
 
8200
+ msgid "Your search returned no matching non-modular RPMs."
8201
+ msgstr ""
8202
+
8155
8203
  msgid "Yum"
8156
8204
  msgstr ""
8157
8205
 
@@ -8338,9 +8386,6 @@ msgstr "Versione release del contenuto"
8338
8386
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8339
8387
  msgstr ""
8340
8388
 
8341
- msgid "content view Dependency Solving Default"
8342
- msgstr ""
8343
-
8344
8389
  msgid "content view component ID. Identifier of the component association"
8345
8390
  msgstr ""
8346
8391
 
@@ -8461,9 +8506,6 @@ msgstr ""
8461
8506
  msgid "errata_ids is a required parameter"
8462
8507
  msgstr ""
8463
8508
 
8464
- msgid "errata_ids or update_all must be provided"
8465
- msgstr ""
8466
-
8467
8509
  msgid "erratum: IDs or a select all object"
8468
8510
  msgstr "erratum: ID oppure selezione di tutti gli oggetti"
8469
8511
 
@@ -8620,9 +8662,6 @@ msgstr ""
8620
8662
  msgid "list filters"
8621
8663
  msgstr ""
8622
8664
 
8623
- msgid "list of packages names"
8624
- msgstr "elenco nomi dei pacchetti"
8625
-
8626
8665
  msgid "list of repository ids"
8627
8666
  msgstr "elenco id dei repositori"
8628
8667