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
@@ -365,9 +365,6 @@
365
365
  "root-node of collection contained in responses (default: 'results')": [
366
366
  "nœud racine de collection contenu dans les réponses (défaut : 'results')"
367
367
  ],
368
- "This action uses katello-agent, which is currently disabled. Use remote execution instead.": [
369
- "Cette action utilise katello-agent, actuellement désactivé. Utilisez l'exécution à distance à la place."
370
- ],
371
368
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
372
369
  "Votre requête de recherche n'était pas valide. Veuillez la réviser et réessayer. L'erreur complète a été envoyée aux journaux des applications."
373
370
  ],
@@ -395,6 +392,12 @@
395
392
  "Id of the lifecycle environment": [
396
393
  "Id de l'environnement du cycle de vie"
397
394
  ],
395
+ "List content counts for the smart proxy": [
396
+ ""
397
+ ],
398
+ "Update content counts for the smart proxy": [
399
+ ""
400
+ ],
398
401
  "List the lifecycle environments attached to the smart proxy": [
399
402
  "Répertorier les environnements de cycle de vie attachés au proxy smart"
400
403
  ],
@@ -1394,18 +1397,12 @@
1394
1397
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
1395
1398
  "Retourner uniquement les errata d'une gravité particulière (Aucune, Faible, Modérée, Importante, Critique)"
1396
1399
  ],
1397
- "Schedule errata for installation using katello-agent. %s": [
1398
- "Planifier l'installation des errata en utilisant katello-agent. %s"
1400
+ "Retrieve a single errata for a host": [
1401
+ "Extraire un seul errata de l'hôte"
1399
1402
  ],
1400
1403
  "Host ID": [
1401
1404
  "ID Hôte"
1402
1405
  ],
1403
- "List of Errata ids to install. Will be removed in %s": [
1404
- "Liste d'identifiants d'Errata à installer. Seront supprimés dans %s"
1405
- ],
1406
- "Retrieve a single errata for a host": [
1407
- "Extraire un seul errata de l'hôte"
1408
- ],
1409
1406
  "Errata id of the erratum (RHSA-2012:108)": [
1410
1407
  "Id de l'erratum (RHSA-2012:108)"
1411
1408
  ],
@@ -1448,18 +1445,6 @@
1448
1445
  "Return only packages of a particular status (upgradable or up-to-date)": [
1449
1446
  "Renvoyer uniquement les packages comportant un statut particulier (upgradable ou up-to-date)"
1450
1447
  ],
1451
- "Install packages remotely using katello-agent. %s": [
1452
- "Installer les packages à distance en utilisant katello-agent. %s"
1453
- ],
1454
- "Update packages remotely using katello-agent. %s": [
1455
- "Mettre à jour les packages à distance en utilisant katello-agent. %s"
1456
- ],
1457
- "list of packages names": [
1458
- "liste des noms de packages"
1459
- ],
1460
- "Uninstall packages remotely using katello-agent. %s": [
1461
- "Désinstaller les packages à distance en utilisant katello-agent. %s"
1462
- ],
1463
1448
  "Couldn't find host with host id '%s'": [
1464
1449
  "N'a pas pu trouver l'hôte avec l'id d'hôte '%s'"
1465
1450
  ],
@@ -1646,30 +1631,6 @@
1646
1631
  "Fetch installable errata for one or more hosts.": [
1647
1632
  "Récupérer les errata installables pour un ou plusieurs hôtes."
1648
1633
  ],
1649
- "Install content on one or more hosts using katello-agent. %s": [
1650
- "Installer le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
1651
- ],
1652
- "The type of content. The following types are supported: 'package', 'package_group' and 'errata'.": [
1653
- "Le type de contenu. Les types suivants sont pris en charge : « package » (package), « groupe de packages » (package_group) et « errata »."
1654
- ],
1655
- "List of content (e.g. package names, package group names (Deprecated) or errata ids)": [
1656
- "Liste de contenu (par exemple, noms de packages, noms de groupes de packages (dépréciés) ou identifiants d'errata)"
1657
- ],
1658
- "Update content on one or more hosts using katello-agent. %s": [
1659
- "Mettre à jour le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
1660
- ],
1661
- "The type of content. The following types are supported: 'package' and 'package_group.": [
1662
- "Le type de contenu. Les types suivants sont pris en charge : « package » (package) et « groupe de packages » (package_group)."
1663
- ],
1664
- "List of content (e.g. package or package group names)": [
1665
- "Liste de contenu (ex : noms de package ou de groupe de packages)"
1666
- ],
1667
- "Updates all packages on the host(s)": [
1668
- "Mise à jour de tous les packages sur le(s) hôte(s)"
1669
- ],
1670
- "Remove content on one or more hosts using katello-agent. %s": [
1671
- "Supprimer le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
1672
- ],
1673
1634
  "Destroy one or more hosts": [
1674
1635
  "Détruire un ou plusieurs hôtes"
1675
1636
  ],
@@ -1748,15 +1709,6 @@
1748
1709
  "Maximum number of content hosts exceeded for host collection(s): %s": [
1749
1710
  "Nombre maximum d'hôtes de contenu dépassé pour la ou les collection(s) d'hôtes : %s"
1750
1711
  ],
1751
- "A content_type must be provided.": [
1752
- "Un content_type doit être fourni."
1753
- ],
1754
- "No content has been provided.": [
1755
- "Aucun contenu n'a été fourni"
1756
- ],
1757
- "Invalid content type %s": [
1758
- "type de contenu %s invalide"
1759
- ],
1760
1712
  "Shows status of Katello system and it's subcomponents": [
1761
1713
  "Afficher le statut du système Katello et ses sous-composants"
1762
1714
  ],
@@ -2123,9 +2075,6 @@
2123
2075
  "Name of the upstream docker repository": [
2124
2076
  "Nom du référentiel docker en amont"
2125
2077
  ],
2126
- "Comma-separated list of tags to sync for Container Image repository (Deprecated)": [
2127
- "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs (déprécié)"
2128
- ],
2129
2078
  "Comma-separated list of tags to sync for a container image repository": [
2130
2079
  "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs"
2131
2080
  ],
@@ -2510,17 +2459,17 @@
2510
2459
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
2511
2460
  "Les référentiels ne sont pas disponibles pour l'activation lorsque la configuration du CDN est définie sur Air-gapped (déconnecté)."
2512
2461
  ],
2513
- "Check if the specified organization is eligible for Simple Content Access": [
2514
- "Vérifiez si l'organisation spécifiée est éligible à l'accès au contenu simple"
2462
+ "Check if the specified organization is eligible for Simple Content Access. %s": [
2463
+ ""
2515
2464
  ],
2516
- "Check if the specified organization has Simple Content Access enabled": [
2517
- "Vérifiez si l'organisation spécifiée a accès au contenu simple"
2465
+ "Check if the specified organization has Simple Content Access enabled. %s": [
2466
+ ""
2518
2467
  ],
2519
2468
  "Enable simple content access for a manifest": [
2520
2469
  "Permettre un accès simple au contenu d'un manifeste"
2521
2470
  ],
2522
- "Disable simple content access for a manifest": [
2523
- "Désactiver l'accès au contenu simple pour un manifeste"
2471
+ "Disable simple content access for a manifest. %s": [
2472
+ ""
2524
2473
  ],
2525
2474
  "SRPM details": [
2526
2475
  "Détails SRPM"
@@ -2666,6 +2615,9 @@
2666
2615
  "List of product ids to add to the sync plan": [
2667
2616
  "Liste d'id de produits à ajouter au plan de sync"
2668
2617
  ],
2618
+ "Cannot add disabled products to sync plan!": [
2619
+ ""
2620
+ ],
2669
2621
  "Remove products from sync plan": [
2670
2622
  "Supprimer les produits du plan de sync"
2671
2623
  ],
@@ -2738,10 +2690,7 @@
2738
2690
  "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator.": [
2739
2691
  "Paramètres envoyés incorrects. Vous avez peut-être mal saisi l'adresse. Si ce problème persiste, veuillez contacter un administrateur."
2740
2692
  ],
2741
- "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now.": [
2742
- ""
2743
- ],
2744
- "Katello 4.10": [
2693
+ "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
2745
2694
  ""
2746
2695
  ],
2747
2696
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
@@ -3008,6 +2957,9 @@
3008
2957
  "Subscription Manifest validity check": [
3009
2958
  "Contrôle de la validité du manifeste abonnement"
3010
2959
  ],
2960
+ "Host lifecycle support expiration notification": [
2961
+ ""
2962
+ ],
3011
2963
  "Pulp disk space notification": [
3012
2964
  "Notification de l'espace disque Pulp"
3013
2965
  ],
@@ -3038,18 +2990,6 @@
3038
2990
  "Delete Activation Key": [
3039
2991
  "Supprimer la clé d'activation"
3040
2992
  ],
3041
- "No new packages installed": [
3042
- "Aucun nouveau package installé"
3043
- ],
3044
- "No packages removed": [
3045
- "Aucun package supprimé"
3046
- ],
3047
- "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?": [
3048
- "L'hôte n'a pas répondu dans les %s secondes. La tâche a été annulée. Est-ce que katello-agent est installé et que goferd exécute sur l'hôte?"
3049
- ],
3050
- "Host did not finish content action in %s seconds. The task has been cancelled.": [
3051
- "L'hôte n'a pas terminé l'action de contenu sous %s secondes. La tâche a été annulée."
3052
- ],
3053
2993
  "Create Alternate Content Source": [
3054
2994
  "Créer une autre source de contenu"
3055
2995
  ],
@@ -3083,6 +3023,9 @@
3083
3023
  "Action not allowed for the default smart proxy.": [
3084
3024
  "Action non autorisée pour le proxy smart par défaut."
3085
3025
  ],
3026
+ "Update Content Counts": [
3027
+ ""
3028
+ ],
3086
3029
  "Update CDN Configuration": [
3087
3030
  "Mise à jour de la configuration CDN"
3088
3031
  ],
@@ -3227,75 +3170,12 @@
3227
3170
  "Destroy Content Host": [
3228
3171
  "Détruire l'hôte du contenu"
3229
3172
  ],
3230
- "errata_ids or update_all must be provided": [
3231
- "errata_ids ou update_all doivent être fournis"
3232
- ],
3233
- "No applicable errata for %s, skipping": [
3234
- "Aucune errata applicable à %s, ignorer"
3235
- ],
3236
- "Install Applicable Errata": [
3237
- "Installer des errata applicables"
3238
- ],
3239
- "Install Applicable Errata on %s": [
3240
- "Installer des errata applicables sur %s"
3241
- ],
3242
- "Install erratum for %s": [
3243
- "Installer erratum pour %s"
3244
- ],
3245
- "Install erratum": [
3246
- "Installer erratum"
3247
- ],
3248
- "Installation of errata requested: %{errata}": [
3249
- "Installation d'errata demandée : %{errata}"
3250
- ],
3251
3173
  "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.": [
3252
3174
  "La création d'un hôte a été ignorée pour %scar il partage un BIOS UUID avec %s. Pour signaler cet hyperviseur, surchargez son dmi.system.uuid fact ou mettez \\\"candlepin.use_system_uuid_for_matching\\\" à \\\"true\\\" dans la configuration de Candlepin."
3253
3175
  ],
3254
3176
  "Host '%{name}' does not belong to an organization": [
3255
3177
  "L'hôte '%{name}' n'appartient pas à une organisation"
3256
3178
  ],
3257
- "Install package for %s": [
3258
- "Installation du package pour %s"
3259
- ],
3260
- "Install package": [
3261
- "Installer le packages"
3262
- ],
3263
- "Installation of package(s) requested: %{packages}": [
3264
- "Installation du/des package(s) demandé(s) : %{packages}"
3265
- ],
3266
- "Remove package for %s": [
3267
- "Supprimer le package pour %s"
3268
- ],
3269
- "Remove package": [
3270
- "Supprimer le package"
3271
- ],
3272
- "Removal of package(s) requested: %{packages}": [
3273
- "Retrait du ou des packages demandé : %{packages}"
3274
- ],
3275
- "Update package for %s": [
3276
- "Mettre à jour le package pour %s"
3277
- ],
3278
- "Update package": [
3279
- "Mettre à jour le package"
3280
- ],
3281
- "Update of package(s) requested: %{packages}": [
3282
- "Mise à jour du/des package(s) demandé(s) : %{packages}"
3283
- ],
3284
- "Update of all packages requested": [
3285
- "Mise à jour de tous les packages demandés"
3286
- ],
3287
- "Install package group": [
3288
- "installation du groupe de packages"
3289
- ],
3290
- "Installation of package group(s) requested: %{groups}": [
3291
- "Installation du/des groupe(s) de packages demandé(s) : %{groups}"
3292
- ],
3293
- "Remove package group": [
3294
- "Supprimer le groupe de packages"
3295
- ],
3296
- "Removal of package group(s) requested: %{groups}": [
3297
- "Suppression de groupe(s) de packages demandée : %{groups}"
3298
- ],
3299
3179
  "Error refreshing status for %s: ": [
3300
3180
  "Erreur Statut de rafraîchissement pour %s : "
3301
3181
  ],
@@ -3425,6 +3305,9 @@
3425
3305
  "Can only remove content from within the Default Content View": [
3426
3306
  "Peut uniquement supprimer les contenus à partir de l'Affichage de contenu par défaut"
3427
3307
  ],
3308
+ "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
3309
+ ""
3310
+ ],
3428
3311
  "Remove Content": [
3429
3312
  "Supprimer le contenu"
3430
3313
  ],
@@ -3509,6 +3392,9 @@
3509
3392
  "There is no downloaded content to clean.": [
3510
3393
  "Il n'y a pas de contenu téléchargé à nettoyer."
3511
3394
  ],
3395
+ "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
3396
+ ""
3397
+ ],
3512
3398
  "Create Export History": [
3513
3399
  "Créer un historique des exportations"
3514
3400
  ],
@@ -4064,6 +3950,9 @@
4064
3950
  "cannot be a binary file.": [
4065
3951
  "ne peut pas être un fichier binaire."
4066
3952
  ],
3953
+ "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
3954
+ ""
3955
+ ],
4067
3956
  "Content view environments must have both a content view and an environment": [
4068
3957
  ""
4069
3958
  ],
@@ -4214,6 +4103,12 @@
4214
4103
  "You have subscriptions expiring within %s days": [
4215
4104
  "Vous avez des abonnements qui expirent dans %s jours"
4216
4105
  ],
4106
+ "Repository %{label} failed to synchronize": [
4107
+ ""
4108
+ ],
4109
+ "%{label} failed": [
4110
+ ""
4111
+ ],
4217
4112
  "cannot contain commas": [
4218
4113
  "ne peut pas contenir de virgules"
4219
4114
  ],
@@ -4688,6 +4583,9 @@
4688
4583
  "Cannot associate a Red Hat provider with a custom product": [
4689
4584
  ""
4690
4585
  ],
4586
+ "Cannot add disabled Red Hat product %s to sync plan!": [
4587
+ ""
4588
+ ],
4691
4589
  "must be true or false": [
4692
4590
  ""
4693
4591
  ],
@@ -4742,6 +4640,33 @@
4742
4640
  "This is not a linked repository": [
4743
4641
  "Il ne s'agit pas d'un référentiel associé"
4744
4642
  ],
4643
+ "RHEL lifecycle": [
4644
+ ""
4645
+ ],
4646
+ "Full support": [
4647
+ ""
4648
+ ],
4649
+ "Maintenance support": [
4650
+ ""
4651
+ ],
4652
+ "Approaching end of maintenance support (%s)": [
4653
+ ""
4654
+ ],
4655
+ "Approaching end of maintenance support": [
4656
+ ""
4657
+ ],
4658
+ "Extended support": [
4659
+ ""
4660
+ ],
4661
+ "Approaching end of support (%s)": [
4662
+ ""
4663
+ ],
4664
+ "Approaching end of support": [
4665
+ ""
4666
+ ],
4667
+ "Support ended": [
4668
+ ""
4669
+ ],
4745
4670
  "is not enabled. must be one of the following: %s": [
4746
4671
  "n’est pas activé. Doit correspondre à un parmi :%s"
4747
4672
  ],
@@ -4910,6 +4835,12 @@
4910
4835
  "No packages updated": [
4911
4836
  "Aucun package mis à jour"
4912
4837
  ],
4838
+ "No packages removed": [
4839
+ "Aucun package supprimé"
4840
+ ],
4841
+ "No new packages installed": [
4842
+ "Aucun nouveau package installé"
4843
+ ],
4913
4844
  "Traces": [
4914
4845
  "Traces"
4915
4846
  ],
@@ -5347,6 +5278,57 @@
5347
5278
  "Sync Plan: ": [
5348
5279
  "Plan de Sync : "
5349
5280
  ],
5281
+ "%{label} failed.": [
5282
+ ""
5283
+ ],
5284
+ "Content view": [
5285
+ "Affichage de contenu"
5286
+ ],
5287
+ "Task ID": [
5288
+ ""
5289
+ ],
5290
+ "Task state": [
5291
+ ""
5292
+ ],
5293
+ "Task result": [
5294
+ ""
5295
+ ],
5296
+ "Content view name": [
5297
+ "Nom de la vue de contenu"
5298
+ ],
5299
+ "Task details": [
5300
+ ""
5301
+ ],
5302
+ "Smart proxy ID": [
5303
+ ""
5304
+ ],
5305
+ "Smart proxy name": [
5306
+ ""
5307
+ ],
5308
+ "Environment ID": [
5309
+ ""
5310
+ ],
5311
+ "Environment name": [
5312
+ ""
5313
+ ],
5314
+ "Repository ID": [
5315
+ ""
5316
+ ],
5317
+ "Repository name": [
5318
+ ""
5319
+ ],
5320
+ "Repo ID": [
5321
+ ""
5322
+ ],
5323
+ "Repo label": [
5324
+ ""
5325
+ ],
5326
+ "Product ID": [
5327
+ "ID Produit"
5328
+ ],
5329
+ "Product label": [
5330
+ ""
5331
+ ],
5350
5332
  "Installed Packages": [
5351
5333
  "Packages installés"
5352
5334
  ],
@@ -5395,6 +5377,9 @@
5395
5377
  "Generate and Download": [
5396
5378
  "Générer et télécharger"
5397
5379
  ],
5380
+ "Simple Content Access will be required for all organizations in Katello 4.12.": [
5381
+ ""
5382
+ ],
5398
5383
  "Alternate Content Source HTTP Proxy": [
5399
5384
  "Source de contenu alternatif Proxy HTTP"
5400
5385
  ],
@@ -5475,6 +5460,18 @@
5475
5460
  "Promote errata": [
5476
5461
  "Promouvoir les errata"
5477
5462
  ],
5463
+ "Repository sync failure": [
5464
+ ""
5465
+ ],
5466
+ "Content view publish failure": [
5467
+ ""
5468
+ ],
5469
+ "Content view promote failure": [
5470
+ ""
5471
+ ],
5472
+ "Proxy sync failure": [
5473
+ ""
5474
+ ],
5478
5475
  "A summary of available and applicable errata for your hosts": [
5479
5476
  "Un sommaire d'errata disponibles et applicables pour vos hôtes"
5480
5477
  ],
@@ -5487,6 +5484,24 @@
5487
5484
  "A list of subscriptions expiring soon": [
5488
5485
  "Une liste des abonnements arrivant à échéance prochainement"
5489
5486
  ],
5487
+ "A notification about failed repository sync": [
5488
+ ""
5489
+ ],
5490
+ "A notification about failed content view publish": [
5491
+ ""
5492
+ ],
5493
+ "A notification about failed content view promotion": [
5494
+ ""
5495
+ ],
5496
+ "A notification about failed proxy sync": [
5497
+ ""
5498
+ ],
5499
+ "Hosts": [
5500
+ "Hôtes"
5501
+ ],
5502
+ "%{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.": [
5503
+ ""
5504
+ ],
5490
5505
  "Proxies": [
5491
5506
  "Proxies"
5492
5507
  ],
@@ -5571,15 +5586,15 @@
5571
5586
  "Subscription status": [
5572
5587
  "Statut de l’abonnement"
5573
5588
  ],
5589
+ "RHEL Lifecycle status": [
5590
+ ""
5591
+ ],
5574
5592
  "Installable updates": [
5575
5593
  "Mises à jour installables"
5576
5594
  ],
5577
5595
  "Lifecycle environment": [
5578
5596
  "Environnement de cycle de vie"
5579
5597
  ],
5580
- "Content view": [
5581
- "Affichage de contenu"
5582
- ],
5583
5598
  "Registered": [
5584
5599
  "Enregistré"
5585
5600
  ],
@@ -5679,18 +5694,6 @@
5679
5694
  "Manifest refresh timeout": [
5680
5695
  "Échec de l'actualisation du manifeste"
5681
5696
  ],
5682
- "Accept action timeout": [
5683
- "Accepter un délai d'action"
5684
- ],
5685
- "Time in seconds to wait for a host to pick up a katello-agent action": [
5686
- "Temps en secondes pour attendre qu'un hôte prenne en charge une action de katello-agent."
5687
- ],
5688
- "Finish action timeout": [
5689
- "Fin du délai d'action"
5690
- ],
5691
- "Time in seconds to wait for a host to finish a katello-agent action": [
5692
- "Temps en secondes pour attendre qu'un hôte termine une action de katello-agent."
5693
- ],
5694
5697
  "Subscription connection enabled": [
5695
5698
  "Connexion de l'abonnement activée"
5696
5699
  ],
@@ -5793,12 +5796,6 @@
5793
5796
  "The maximum number of seconds that Pulp can take to download a file, not counting connection time.": [
5794
5797
  "Le nombre maximum de secondes que Pulp peut prendre pour télécharger un fichier, sans compter le temps de connexion."
5795
5798
  ],
5796
- "Use remote execution by default": [
5797
- "Utiliser l'exécution à distance par défaut"
5798
- ],
5799
- "If this is enabled, remote execution is used instead of katello-agent for remote actions": [
5800
- "Si cette option est activée, utilisez l'exécution à distance par l'intermédiaire de l'agent katello pour les actions à distance"
5801
- ],
5802
5799
  "Delete Host upon unregister": [
5803
5800
  "Supprimer l'hôte lors de la désinscription"
5804
5801
  ],
@@ -5829,12 +5826,6 @@
5829
5826
  "The number of days remaining in a subscription before you will be reminded about renewing it.": [
5830
5827
  "Le nombre de jours restants dans un abonnement avant que l'on vous rappelle de le renouveler."
5831
5828
  ],
5832
- "content view Dependency Solving Default": [
5833
- "Résolution des dépendances par défaut de l’affichage de contenu"
5834
- ],
5835
- "The default dependency solving value for new content views.": [
5836
- "La valeur de résolution de la dépendance par défaut pour les nouveaux affichages de contenu."
5837
- ],
5838
5829
  "Host Duplicate DMI UUIDs": [
5839
5830
  "Duplicata des UUID des DMI de l'hôte"
5840
5831
  ],
@@ -6141,6 +6132,9 @@
6141
6132
  "Legacy content host UI": [
6142
6133
  "Interface utilisateur de l'hôte de contenu hérité"
6143
6134
  ],
6135
+ "Refresh applicability": [
6136
+ ""
6137
+ ],
6144
6138
  "Edit content view assignment": [
6145
6139
  "Modifier l'affectation de la vue du contenu"
6146
6140
  ],
@@ -6321,8 +6315,11 @@
6321
6315
  "Edit system purpose attributes": [
6322
6316
  "Modifier les attributs system purpose"
6323
6317
  ],
6324
- "Select system purpose attributes for host {hostName}.": [
6325
- "Sélectionner les attributs system purpose de l'hôte {hostName}."
6318
+ "Select system purpose attributes for host {name}.": [
6319
+ ""
6320
+ ],
6321
+ "Select system purpose attributes for activation key {name}.": [
6322
+ ""
6326
6323
  ],
6327
6324
  "Select add-ons": [
6328
6325
  "Sélectionnez les add-ons"
@@ -6414,6 +6411,9 @@
6414
6411
  "No action is needed because there are no applicable errata for this host.": [
6415
6412
  "Aucune action n'est nécessaire car il n'y a pas d'errata applicable pour cet hôte."
6416
6413
  ],
6414
+ "Refresh errata applicability": [
6415
+ ""
6416
+ ],
6417
6417
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
6418
6418
  ""
6419
6419
  ],
@@ -6432,23 +6432,17 @@
6432
6432
  "A remote execution job is in progress": [
6433
6433
  "Un travail d'exécution à distance est en cours"
6434
6434
  ],
6435
- "Recalculate": [
6436
- "Recalculer"
6437
- ],
6438
6435
  "Apply via remote execution": [
6439
6436
  "Appliquer via exécution à distante"
6440
6437
  ],
6441
6438
  "Apply via customized remote execution": [
6442
6439
  "Appliquer via exécution à distance personnalisée"
6443
6440
  ],
6444
- "Apply via Katello agent": [
6445
- "Appliquer via l'agent Katello"
6446
- ],
6447
6441
  "Apply": [
6448
6442
  "Appliquer"
6449
6443
  ],
6450
- "Apply Erratum": [
6451
- "Appliquer l'errata"
6444
+ "Apply erratum": [
6445
+ ""
6452
6446
  ],
6453
6447
  "Yes": [
6454
6448
  "Oui"
@@ -6543,9 +6537,6 @@
6543
6537
  "Uninstall and reset": [
6544
6538
  "Désinstaller et réinitialiser"
6545
6539
  ],
6546
- "Install via katello-agent": [
6547
- "Installation via katello-agent"
6548
- ],
6549
6540
  "Install via remote execution": [
6550
6541
  "Installation par exécution à distance"
6551
6542
  ],
@@ -6597,6 +6588,9 @@
6597
6588
  "Upgrade via customized remote execution": [
6598
6589
  "Mettre à niveau via exécution à distance personnalisée"
6599
6590
  ],
6591
+ "Refresh package applicability": [
6592
+ ""
6593
+ ],
6600
6594
  "Upgrade": [
6601
6595
  "Mettre à niveau"
6602
6596
  ],
@@ -6690,18 +6684,45 @@
6690
6684
  "Enable Tracer": [
6691
6685
  "Activer Traceur"
6692
6686
  ],
6693
- "Enabling will install the katello-host-tools-tracer package on the host.": [
6694
- "L’activation va installer le package katello-host-tools-tracer sur l’hôte."
6695
- ],
6696
6687
  "via remote execution": [
6697
6688
  "via Exécution à distante"
6698
6689
  ],
6699
6690
  "via customized remote execution": [
6700
6691
  "via exécution à distance personnalisée"
6701
6692
  ],
6693
+ "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
6694
+ ""
6695
+ ],
6696
+ "Before continuing, ensure that all of the following prerequisites are met:": [
6697
+ ""
6698
+ ],
6699
+ "The Foreman Client repository is enabled. ": [
6700
+ ""
6701
+ ],
6702
+ "The Foreman Client repository is synced. ": [
6703
+ ""
6704
+ ],
6705
+ "View sync status": [
6706
+ ""
6707
+ ],
6708
+ "The Foreman Client repository is available in the host's content view environment(s). ": [
6709
+ ""
6710
+ ],
6711
+ "View content views": [
6712
+ ""
6713
+ ],
6714
+ "The Foreman Client repository set is enabled for the host. ": [
6715
+ ""
6716
+ ],
6717
+ "Remote execution is enabled.": [
6718
+ ""
6719
+ ],
6702
6720
  "Select a provider to install katello-host-tools-tracer": [
6703
6721
  "Sélectionner un fournisseur pour installer katello-host-tools-tracer"
6704
6722
  ],
6723
+ "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
6724
+ ""
6725
+ ],
6705
6726
  "Enable Traces": [
6706
6727
  "Activer Traces"
6707
6728
  ],
@@ -6762,17 +6783,14 @@
6762
6783
  "Traces that require logout cannot be restarted remotely": [
6763
6784
  "Traces nécessitant une déconnexion ne peut pas être redémarré à distance"
6764
6785
  ],
6765
- "Katello-agent is deprecated and will be removed in Katello 4.10.": [
6766
- ""
6767
- ],
6768
6786
  "Create new activation key": [
6769
6787
  ""
6770
6788
  ],
6771
6789
  "No Activation Keys selected": [
6772
6790
  "Aucune clé d'activation n'est affectée."
6773
6791
  ],
6774
- "Activation key(s) for Subscription Manager.": [
6775
- "Clé(s) d'activation pour le Gestionnaire d'abonnements."
6792
+ "Activation key(s) to use during registration": [
6793
+ ""
6776
6794
  ],
6777
6795
  "No Activation keys to select": [
6778
6796
  "Aucune clé d'activation n'est affectée."
@@ -6792,9 +6810,6 @@
6792
6810
  "Ignore subscription manager errors": [
6793
6811
  "Ignorer les erreurs du gestionnaire d'abonnement"
6794
6812
  ],
6795
- "No Lifecycle environment to select": [
6796
- "Aucun environnement de cycle de vie à sélectionner"
6797
- ],
6798
6813
  "Backend System Status": [
6799
6814
  "Statut du système backend"
6800
6815
  ],
@@ -7254,9 +7269,6 @@
7254
7269
  "Deleting content view : ": [
7255
7270
  "Supprimer l’affichage de contenu :"
7256
7271
  ],
7257
- "Hosts": [
7258
- "Hôtes"
7259
- ],
7260
7272
  "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
7261
7273
  "{pluralize(versionCount, 'content view version')}(versionCount, 'content view version')} présent dans l’environnement ci-dessous sera supprimé une fois le contenu supprimé"
7262
7274
  ],
@@ -7299,6 +7311,9 @@
7299
7311
  "Version ${item.version}": [
7300
7312
  "Version"
7301
7313
  ],
7314
+ " (${item.published_at_words} ago)": [
7315
+ ""
7316
+ ],
7302
7317
  "Update version": [
7303
7318
  "Mise à jour de la version"
7304
7319
  ],
@@ -7323,6 +7338,9 @@
7323
7338
  "Select available version of content views to use": [
7324
7339
  "Sélectionnez la version disponible des vues de contenu à utiliser"
7325
7340
  ],
7341
+ " (${version.published_at_words} ago)": [
7342
+ ""
7343
+ ],
7326
7344
  "Not yet published": [
7327
7345
  "Pas encore publié"
7328
7346
  ],
@@ -7632,9 +7650,6 @@
7632
7650
  "Reset filters": [
7633
7651
  "Réinitialiser les filtres"
7634
7652
  ],
7635
- "Edit rule": [
7636
- "Modifier la règle"
7637
- ],
7638
7653
  "Issued": [
7639
7654
  "Publié"
7640
7655
  ],
@@ -7737,18 +7752,27 @@
7737
7752
  "Matching content": [
7738
7753
  "Contenu correspondant"
7739
7754
  ],
7740
- "No matching RPM found.": [
7741
- "Aucun RPM correspondant n’a été trouvé."
7755
+ "No matching non-modular RPM found.": [
7756
+ ""
7742
7757
  ],
7743
- "Given criteria doesn't match any RPMs. Try changing your rule.": [
7744
- "Le critère donné ne correspond à aucun RPM. Essayez de changer la règle."
7758
+ "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
7759
+ ""
7745
7760
  ],
7746
- "Your search returned no matching RPMs.": [
7747
- "Votre recherche n’a renvoyé aucun RPM."
7761
+ "Your search returned no matching non-modular RPMs.": [
7762
+ ""
7763
+ ],
7764
+ "Help": [
7765
+ ""
7766
+ ],
7767
+ "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
7768
+ ""
7748
7769
  ],
7749
7770
  "Edit filter rule": [
7750
7771
  "Modifier la règle de filtrage"
7751
7772
  ],
7773
+ "Edit rule": [
7774
+ "Modifier la règle"
7775
+ ],
7752
7776
  "Add rule": [
7753
7777
  "Ajouter une règle"
7754
7778
  ],
@@ -8187,6 +8211,12 @@
8187
8211
  "Newly published version will be the same as the previous version.": [
8188
8212
  ""
8189
8213
  ],
8214
+ "Duplicate repositories in content view versions": [
8215
+ ""
8216
+ ],
8217
+ "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.": [
8218
+ ""
8219
+ ],
8190
8220
  "A new version of ": [
8191
8221
  "Une nouvelle version de "
8192
8222
  ],
@@ -8199,9 +8229,6 @@
8199
8229
  "Filters will be applied to this content view version.": [
8200
8230
  ""
8201
8231
  ],
8202
- "Content view name": [
8203
- "Nom de la vue de contenu"
8204
- ],
8205
8232
  "Newly published": [
8206
8233
  "Dernière publication"
8207
8234
  ],
@@ -8409,6 +8436,9 @@
8409
8436
  "Enabled Repositories": [
8410
8437
  "Référentiels activés"
8411
8438
  ],
8439
+ "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
8440
+ ""
8441
+ ],
8412
8442
  "Export as CSV": [
8413
8443
  "Exporter en CSV"
8414
8444
  ],
@@ -8418,6 +8448,9 @@
8418
8448
  "(Orphaned)": [
8419
8449
  "(Abandonné)"
8420
8450
  ],
8451
+ "Cannot be disabled because it is part of a published content view": [
8452
+ ""
8453
+ ],
8421
8454
  "Recommended Repositories": [
8422
8455
  "Référentiels recommandés"
8423
8456
  ],
@@ -8475,8 +8508,23 @@
8475
8508
  "No repositories enabled.": [
8476
8509
  "Aucun référentiel activé"
8477
8510
  ],
8478
- "Synced to smart proxy": [
8479
- "Synchronisé avec le proxy smart"
8511
+ "Synced": [
8512
+ ""
8513
+ ],
8514
+ "Content view version is empty": [
8515
+ ""
8516
+ ],
8517
+ "Smart proxy content count refresh has started in the background": [
8518
+ ""
8519
+ ],
8520
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
8521
+ ""
8522
+ ],
8523
+ "Last sync": [
8524
+ ""
8525
+ ],
8526
+ "Refresh counts": [
8527
+ ""
8480
8528
  ],
8481
8529
  "Requires Virt-Who": [
8482
8530
  "Nécessite Virt-Who"
@@ -8490,9 +8538,6 @@
8490
8538
  "Ends": [
8491
8539
  "Se termine"
8492
8540
  ],
8493
- "Product ID": [
8494
- "ID Produit"
8495
- ],
8496
8541
  "Contract Number": [
8497
8542
  "Numéro de contrat"
8498
8543
  ],
@@ -8730,26 +8775,26 @@
8730
8775
  "There are no Subscriptions to display": [
8731
8776
  "Il n'y a pas d'Abonnements à afficher"
8732
8777
  ],
8733
- "Add Subscriptions using the Add Subscriptions button.": [
8778
+ "Add subscriptions using the Add Subscriptions button.": [
8734
8779
  ""
8735
8780
  ],
8736
8781
  "Add subscriptions": [
8737
8782
  ""
8738
8783
  ],
8739
- "Import a Manifest to manage your Entitlements.": [
8740
- "Importez un manifeste pour gérer vos droits d’accès."
8784
+ "Import a subscription manifest to give hosts access to Red Hat content.": [
8785
+ ""
8741
8786
  ],
8742
8787
  "Import a Manifest": [
8743
8788
  "Importer un manifeste"
8744
8789
  ],
8790
+ "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12.": [
8791
+ ""
8792
+ ],
8745
8793
  "Subscriptions service": [
8746
8794
  "Service d'abonnements"
8747
8795
  ],
8748
- "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}.": [
8749
- "Cette organisation a activé l'accès au contenu simple. Les hôtes ne sont pas tenus de souscrire un abonnement pour accéder aux référentiels. {br} Pour en savoir davantage sur les abonnements, visitez {subscriptionsService}."
8750
- ],
8751
- "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version.": [
8752
- "Cette organisation n'utilise pas {scaLink}. L'ancienne gestion des abonnements est dépréciée et sera supprimée dans une prochaine version."
8796
+ "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
8797
+ ""
8753
8798
  ],
8754
8799
  "Please enter a positive number above zero": [
8755
8800
  "Veuillez entrer un nombre positif au-dessus de zéro"
@@ -8877,9 +8922,6 @@
8877
8922
  "Action with sub plans": [
8878
8923
  "Action avec sous-plans"
8879
8924
  ],
8880
- "Agent action": [
8881
- "Action de l'agent"
8882
- ],
8883
8925
  "Auto attach subscriptions": [
8884
8926
  "Attacher automatiquement des abonnements"
8885
8927
  ],
@@ -8940,9 +8982,6 @@
8940
8982
  "Remote action:": [
8941
8983
  "Action distante :"
8942
8984
  ],
8943
- "Report": [
8944
- ""
8945
- ],
8946
8985
  "Sync capsule": [
8947
8986
  "Sync capsule"
8948
8987
  ],
@@ -8963,45 +9002,6 @@
8963
9002
  ],
8964
9003
  "Verify checksum": [
8965
9004
  "Vérifier la somme de contrôle"
8966
- ],
8967
- "Cannot validate contents on non-yum/deb repositories.": [
8968
- "Impossible de valider le contenu des référentiels non-yum/deb."
8969
- ],
8970
- "#~ \"Force metadata regeneration to proceed. Dangerous when repositories use the '\"#~ \"Complete Mirroring' mirroring policy\"": [
8971
- "#~ \"Force la régénération des métadonnées à se poursuivre. Dangereux lorsque les \"#~ \"référentiels utilisent la politique de mise en miroir \\\"Complete Mirroring\\\".\""
8972
- ],
8973
- "#~ \"Force metadata regeneration to proceed. Dangerous when repositories use the '\"#~ \"Complete Mirroring' mirroring policy.\"": [
8974
- "#~ \"Force la régénération des métadonnées à se poursuivre. Dangereux lorsque les \"#~ \"référentiels utilisent la politique de mise en miroir \\\"Complete Mirroring\\\".\""
8975
- ],
8976
- "#~ \"Forces a republish of the specified repository, regenerating metadata and syml\"#~ \"inks on the filesystem.\"": [
8977
- "#~ \"Force une nouvelle publication du référentiel spécifié, en régénérant les méta\"#~ \"données et les liens symboliques sur le système de fichiers.\""
8978
- ],
8979
- "Get status of repo synchronisation for given product": [
8980
- "Obtenir l'état de la synchronisation des référentiels pour un produit donné"
8981
- ],
8982
- "#~ \"Identifies whether the repository should be disabled on a client with a non-ma\"#~ \"tching OS version. Pass [] to enable regardless of OS version. Maximum length \"#~ \"1; allowed tags are: %s\"": [
8983
- "#~ \"Identifie si le référentiel doit être désactivé sur un client dont la version \"#~ \"du système d'exploitation ne correspond pas. Passez [] pour activer le dépôt i\"#~ \"ndépendamment de la version du système d'exploitation. Longueur maximale 1 ; l\"#~ \"es balises autorisées sont : %s\""
8984
- ],
8985
- "Learn more about adding Subscription Manifests": [
8986
- "En savoir plus sur l'ajout de manifestes de souscription"
8987
- ],
8988
- "Metadata republishing must be forced because it is a dangerous operation.": [
8989
- "#~ \"La republication des métadonnées doit être forcée car c'est une opération dang\"#~ \"ereuse.\""
8990
- ],
8991
- "#~ \"NOTE: Katello-agent is deprecated and will be removed in %s. Consider using re\"#~ \"mote execution instead.\"": [
8992
- "#~ \"NOTE : Katello-agent est déprécié et sera supprimé dans %s. Pensez à utiliser \"#~ \"l'exécution à distance à la place.\""
8993
- ],
8994
- "#~ \"Repository %s cannot be deleted since it has already been included in a publis\"#~ \"hed Content View.\"": [
8995
- "#~ \"Le référentiel %s ne peut pas être supprimé car il a déjà été inclus dans un a\"#~ \"ffichage de contenu publié.\""
8996
- ],
8997
- "#~ \"The product %{name} has no %{type} repositories with upstream URLs to add to t\"#~ \"he alternate content source.\"": [
8998
- "#~ \"Le produit %{name} n'a pas de référentiels %{type} avec des URL en amont à ajo\"#~ \"uter à la source de contenu alternative.\""
8999
- ],
9000
- "Time in minutes to consider orphan content as orphaned.": [
9001
- "Durée (en minutes) pour considérer un contenu comme orphelin."
9002
- ],
9003
- "a future release": [
9004
- "une version ultérieure"
9005
9005
  ]
9006
9006
  }
9007
9007
  }