katello 4.15.0 → 4.16.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (513) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +9 -8
  4. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  5. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  7. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  8. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  9. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  10. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  11. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  12. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  13. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  14. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  15. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  16. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  17. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  18. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  19. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  20. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  22. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  23. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  24. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  25. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  26. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  27. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  32. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  45. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  52. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  53. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -10
  54. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  56. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  58. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  59. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  60. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  61. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  62. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  63. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  64. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  65. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  66. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  67. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  68. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  69. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  70. data/app/controllers/katello/sync_management_controller.rb +6 -2
  71. data/app/helpers/katello/content_source_helper.rb +8 -1
  72. data/app/helpers/katello/content_view_helper.rb +3 -1
  73. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  74. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  75. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  76. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  77. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  78. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  79. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  81. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  83. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  84. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  85. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  86. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +5 -0
  88. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  89. data/app/lib/katello/api/v2/rendering.rb +2 -1
  90. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  91. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  93. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  94. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  95. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  96. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  97. data/app/lib/katello/validators/content_validator.rb +1 -1
  98. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  99. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  100. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  101. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  102. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  103. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  104. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  105. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  106. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  107. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  108. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  109. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  110. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  111. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  112. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  113. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  114. data/app/lib/katello/validators/prior_validator.rb +1 -1
  115. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  117. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  118. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  119. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  120. data/app/models/katello/activation_key.rb +6 -17
  121. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  122. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  123. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  124. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  125. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  126. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  127. data/app/models/katello/content_view.rb +6 -4
  128. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  129. data/app/models/katello/content_view_version.rb +6 -0
  130. data/app/models/katello/docker_manifest.rb +8 -0
  131. data/app/models/katello/docker_manifest_list.rb +8 -0
  132. data/app/models/katello/erratum.rb +8 -2
  133. data/app/models/katello/flatpak_remote.rb +16 -0
  134. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  135. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  136. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  137. data/app/models/katello/glue/pulp/repos.rb +12 -1
  138. data/app/models/katello/host/content_facet.rb +42 -3
  139. data/app/models/katello/host/subscription_facet.rb +4 -12
  140. data/app/models/katello/repository.rb +22 -8
  141. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  142. data/app/models/katello/root_repository.rb +6 -8
  143. data/app/models/katello/upstream_pool.rb +1 -0
  144. data/app/overrides/add_organization_attributes.rb +6 -0
  145. data/app/services/katello/product_content_finder.rb +2 -1
  146. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  147. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  148. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  149. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  150. data/app/services/katello/pulp3/repository/apt.rb +37 -21
  151. data/app/services/katello/pulp3/repository/file.rb +4 -2
  152. data/app/services/katello/pulp3/repository.rb +4 -0
  153. data/app/services/katello/pulp3/task.rb +2 -2
  154. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  155. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  157. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  158. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  159. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  160. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  161. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  162. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  163. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  165. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  166. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  167. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  168. data/app/views/katello/api/v2/content_facet/show.json.rabl +2 -0
  169. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  170. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  171. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  172. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  173. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  174. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  175. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  177. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  178. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  179. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  180. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  181. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  182. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  183. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  184. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  185. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  186. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  187. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +2 -1
  188. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  189. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  190. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  191. data/config/initializers/monkeys.rb +0 -1
  192. data/config/initializers/pagelets.rb +6 -0
  193. data/config/routes/api/registry.rb +1 -0
  194. data/config/routes/api/v2.rb +21 -0
  195. data/config/routes/overrides.rb +1 -0
  196. data/config/routes.rb +2 -0
  197. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  198. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  199. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  200. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  201. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  202. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  203. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  204. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  205. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  206. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  207. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  208. data/db/seeds.d/75-job_templates.rb +5 -1
  209. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  210. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  211. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html +2 -1
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-release-version-modal.controller.js +3 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  300. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  301. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  302. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  303. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  304. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  305. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  306. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  307. data/lib/katello/engine.rb +6 -0
  308. data/lib/katello/permission_creator.rb +37 -0
  309. data/lib/katello/permissions/host_permissions.rb +2 -0
  310. data/lib/katello/permissions/registry_permissions.rb +1 -0
  311. data/lib/katello/plugin.rb +18 -1
  312. data/lib/katello/repository_types/docker.rb +0 -1
  313. data/lib/katello/repository_types/python.rb +1 -1
  314. data/lib/katello/version.rb +1 -1
  315. data/lib/katello.rb +2 -0
  316. data/locale/Makefile +20 -24
  317. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  318. data/locale/bn/katello.po +248 -263
  319. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  320. data/locale/bn_IN/katello.po +247 -262
  321. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  322. data/locale/ca/katello.po +247 -262
  323. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  324. data/locale/cs/katello.po +524 -799
  325. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  326. data/locale/cs_CZ/katello.po +254 -269
  327. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  328. data/locale/de/katello.po +248 -263
  329. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  330. data/locale/de_AT/katello.po +247 -262
  331. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  332. data/locale/de_DE/katello.po +250 -265
  333. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  334. data/locale/el/katello.po +252 -267
  335. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  336. data/locale/en/katello.po +257 -271
  337. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  338. data/locale/en_GB/katello.po +264 -279
  339. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/en_US/katello.po +247 -262
  341. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  342. data/locale/es/katello.po +248 -263
  343. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  344. data/locale/et_EE/katello.po +247 -262
  345. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/fr/katello.po +250 -265
  347. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  348. data/locale/gl/katello.po +247 -262
  349. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  350. data/locale/gu/katello.po +250 -265
  351. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/he_IL/katello.po +249 -264
  353. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  354. data/locale/hi/katello.po +248 -263
  355. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  356. data/locale/id/katello.po +264 -275
  357. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/it/katello.po +254 -270
  359. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ja/katello.po +250 -265
  361. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ka/katello.po +247 -262
  363. data/locale/katello.pot +1216 -1215
  364. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  365. data/locale/kn/katello.po +248 -263
  366. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/ko/katello.po +248 -263
  368. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  369. data/locale/ml_IN/katello.po +247 -262
  370. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  371. data/locale/mr/katello.po +248 -263
  372. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/nl_NL/katello.po +254 -268
  374. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  375. data/locale/or/katello.po +248 -263
  376. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  377. data/locale/pa/katello.po +248 -263
  378. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/pl/katello.po +249 -264
  380. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  381. data/locale/pl_PL/katello.po +247 -262
  382. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  383. data/locale/pt/katello.po +248 -263
  384. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  385. data/locale/pt_BR/katello.po +248 -263
  386. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  387. data/locale/ro/katello.po +247 -262
  388. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  389. data/locale/ro_RO/katello.po +247 -262
  390. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/ru/katello.po +255 -270
  392. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  393. data/locale/sl/katello.po +247 -262
  394. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  395. data/locale/sv_SE/katello.po +249 -264
  396. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  397. data/locale/ta/katello.po +248 -263
  398. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  399. data/locale/ta_IN/katello.po +247 -262
  400. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  401. data/locale/te/katello.po +248 -263
  402. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  403. data/locale/tr/katello.po +247 -262
  404. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  405. data/locale/vi/katello.po +247 -262
  406. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  407. data/locale/vi_VN/katello.po +247 -262
  408. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  409. data/locale/zh/katello.po +247 -262
  410. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  411. data/locale/zh_CN/katello.po +250 -265
  412. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  413. data/locale/zh_TW/katello.po +257 -272
  414. data/webpack/ForemanColumnExtensions/index.js +71 -3
  415. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  416. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  417. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +14 -8
  418. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  419. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  420. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  421. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  422. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  423. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  424. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  425. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  426. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  427. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  428. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  429. data/webpack/containers/Application/config.js +5 -0
  430. data/webpack/global_index.js +3 -1
  431. data/webpack/redux/actions/RedHatRepositories/helpers.js +12 -6
  432. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  433. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +244 -0
  434. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  435. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  436. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  437. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  438. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  439. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  440. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  441. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  442. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  443. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  444. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  445. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  446. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  447. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  448. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  449. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  450. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  451. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  452. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  453. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  454. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  455. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  456. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  457. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  458. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  459. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  460. metadata +61 -58
  461. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  462. data/app/models/katello/purpose_addon.rb +0 -11
  463. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  464. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  465. data/locale/action_names.rb +0 -181
  466. data/locale/bn/katello.po.time_stamp +0 -0
  467. data/locale/bn_IN/katello.po.time_stamp +0 -0
  468. data/locale/ca/katello.po.time_stamp +0 -0
  469. data/locale/cs/katello.po.time_stamp +0 -0
  470. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  471. data/locale/de/katello.po.time_stamp +0 -0
  472. data/locale/de_AT/katello.po.time_stamp +0 -0
  473. data/locale/de_DE/katello.po.time_stamp +0 -0
  474. data/locale/el/katello.po.time_stamp +0 -0
  475. data/locale/en/katello.po.time_stamp +0 -0
  476. data/locale/en_GB/katello.po.time_stamp +0 -0
  477. data/locale/en_US/katello.po.time_stamp +0 -0
  478. data/locale/es/katello.po.time_stamp +0 -0
  479. data/locale/et_EE/katello.po.time_stamp +0 -0
  480. data/locale/fr/katello.po.time_stamp +0 -0
  481. data/locale/gl/katello.po.time_stamp +0 -0
  482. data/locale/gu/katello.po.time_stamp +0 -0
  483. data/locale/he_IL/katello.po.time_stamp +0 -0
  484. data/locale/hi/katello.po.time_stamp +0 -0
  485. data/locale/id/katello.po.time_stamp +0 -0
  486. data/locale/it/katello.po.time_stamp +0 -0
  487. data/locale/ja/katello.po.time_stamp +0 -0
  488. data/locale/ka/katello.po.time_stamp +0 -0
  489. data/locale/kn/katello.po.time_stamp +0 -0
  490. data/locale/ko/katello.po.time_stamp +0 -0
  491. data/locale/ml_IN/katello.po.time_stamp +0 -0
  492. data/locale/mr/katello.po.time_stamp +0 -0
  493. data/locale/nl_NL/katello.po.time_stamp +0 -0
  494. data/locale/or/katello.po.time_stamp +0 -0
  495. data/locale/pa/katello.po.time_stamp +0 -0
  496. data/locale/pl/katello.po.time_stamp +0 -0
  497. data/locale/pl_PL/katello.po.time_stamp +0 -0
  498. data/locale/pt/katello.po.time_stamp +0 -0
  499. data/locale/pt_BR/katello.po.time_stamp +0 -0
  500. data/locale/ro/katello.po.time_stamp +0 -0
  501. data/locale/ro_RO/katello.po.time_stamp +0 -0
  502. data/locale/ru/katello.po.time_stamp +0 -0
  503. data/locale/sl/katello.po.time_stamp +0 -0
  504. data/locale/sv_SE/katello.po.time_stamp +0 -0
  505. data/locale/ta/katello.po.time_stamp +0 -0
  506. data/locale/ta_IN/katello.po.time_stamp +0 -0
  507. data/locale/te/katello.po.time_stamp +0 -0
  508. data/locale/tr/katello.po.time_stamp +0 -0
  509. data/locale/vi/katello.po.time_stamp +0 -0
  510. data/locale/vi_VN/katello.po.time_stamp +0 -0
  511. data/locale/zh/katello.po.time_stamp +0 -0
  512. data/locale/zh_CN/katello.po.time_stamp +0 -0
  513. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -4,18 +4,17 @@
4
4
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2017
5
5
  # ty breizh <tybreizh29@free.fr>, 2018
6
6
  # 21966816214bc546c1fc8a185e75ca1c, 2020
7
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
8
7
  # Claer <transiblu@claer.hammock.fr>, 2023
9
8
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
10
9
  # Amit Upadhye <aupadhye@redhat.com>, 2023
11
10
  # Laurent Bigonville, 2023
12
11
  # Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
13
- # Ian Ballou <ianballou67@gmail.com>, 2023
12
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
14
13
  #
15
14
  msgid ""
16
15
  msgstr ""
17
16
  "Project-Id-Version: \n"
18
- "Last-Translator: Baptiste Agasse <baptiste.agasse@gmail.com>, 2023\n"
17
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
19
18
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
20
19
  "Content-Type: text/plain; charset=UTF-8\n"
21
20
  "Content-Transfer-Encoding: 8bit\n"
@@ -71,8 +70,8 @@ msgid "{{ file.name }}"
71
70
  msgstr "{{ file.name }}"
72
71
 
73
72
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
74
- msgid "{{ host.name }}"
75
- msgstr "{{ host.name }}"
73
+ msgid "{{ host.display_name }}"
74
+ msgstr "{{ host.display_name }}"
76
75
 
77
76
  #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
78
77
  msgid "{{ host.rhel_lifecycle_status_label }}"
@@ -444,7 +443,7 @@ msgstr "Ajouter des hôtes de contenu à :"
444
443
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
445
444
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
446
445
  msgid "Add Host Collections"
447
- msgstr ""
446
+ msgstr "Ajouter des collections d'hôtes"
448
447
 
449
448
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
450
449
  msgid "Add hosts to the host collection to see available actions."
@@ -743,8 +742,8 @@ msgid "Apply Errata"
743
742
  msgstr "Appliquer les errata"
744
743
 
745
744
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
746
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
747
- msgstr "Appliquer les errata à l'hôte de contenu \"{{host.name}}\"?"
745
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
746
+ msgstr "Appliquer les errata à l'hôte de contenu \"{{host.display_name}}\"?"
748
747
 
749
748
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
750
749
  msgid "Apply Errata to Content Hosts"
@@ -815,10 +814,12 @@ msgstr ""
815
814
  "sélectionnés ?"
816
815
 
817
816
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
818
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
817
+ msgid ""
818
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
819
+ " }}\"?"
819
820
  msgstr ""
820
- "Êtes-vous sûr de vouloir appliquer les Errata à l'hôte de contenu \"{{ "
821
- "host.name }}\" ?"
821
+ "Êtes-vous sûr de vouloir appliquer l'Errata à l'hôte de contenu \"{{ "
822
+ "host.display_name }}\" ?"
822
823
 
823
824
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
824
825
  msgid ""
@@ -1001,8 +1002,14 @@ msgid_plural ""
1001
1002
  " versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
1002
1003
  " "
1003
1004
  msgstr[0] ""
1005
+ "Êtes-vous sûr de vouloir supprimer le référentiel {{ "
1006
+ "table.getSelected()[0].name }} ?"
1004
1007
  msgstr[1] ""
1008
+ "Les référentiels publiés dans les versions d'affichage de contenu ou qui constituent le dernier référentiel affecté dans un filtre d'affichage de contenu seront ignorés. Vous pouvez les supprimer de la page de détails du référentiel.\n"
1009
+ " "
1005
1010
  msgstr[2] ""
1011
+ "Les référentiels publiés dans les versions d'affichage de contenu ou qui constituent le dernier référentiel affecté dans un filtre d'affichage de contenu seront ignorés. Vous pouvez les supprimer de la page de détails du référentiel.\n"
1012
+ " "
1006
1013
 
1007
1014
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
1008
1015
  msgid ""
@@ -1047,11 +1054,11 @@ msgstr ""
1047
1054
 
1048
1055
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
1049
1056
  msgid ""
1050
- "Are you sure you want to restart services on content host \"{{ host.name "
1051
- "}}\"?"
1057
+ "Are you sure you want to restart services on content host \"{{ "
1058
+ "host.display_name }}\"?"
1052
1059
  msgstr ""
1053
1060
  "Êtes-vous sûr de vouloir redémarrer les services sur l'hôte de contenu \"{{ "
1054
- "host.name }}\" ?"
1061
+ "host.display_name }}\" ?"
1055
1062
 
1056
1063
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1057
1064
  msgid ""
@@ -1256,7 +1263,7 @@ msgstr "Temps de Création"
1256
1263
 
1257
1264
  #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1258
1265
  msgid "Bulk Task"
1259
- msgstr ""
1266
+ msgstr "Tâche groupée"
1260
1267
 
1261
1268
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1262
1269
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -1850,7 +1857,7 @@ msgstr ""
1850
1857
 
1851
1858
  #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1852
1859
  msgid "Deb Package Actions"
1853
- msgstr ""
1860
+ msgstr "Actions du paquet Deb"
1854
1861
 
1855
1862
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1856
1863
  msgid "deb Package Updates"
@@ -2312,14 +2319,6 @@ msgstr "Filtres"
2312
2319
  msgid "Finished At"
2313
2320
  msgstr "Terminé à"
2314
2321
 
2315
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2316
- msgid ""
2317
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
2318
- "it is recommended to use sha1."
2319
- msgstr ""
2320
- "Pour les anciens systèmes d'exploitation tels que Red Hat Enterprise Linux 5"
2321
- " ou CentOS 5, il est recommandé d'utiliser le sha1."
2322
-
2323
2322
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2324
2323
  msgid ""
2325
2324
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
@@ -2489,6 +2488,14 @@ msgstr "HttpProxyPolicy"
2489
2488
  msgid "Id"
2490
2489
  msgstr "Id"
2491
2490
 
2491
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2492
+ msgid ""
2493
+ "If you want to upload individual packages, create a separate repository with"
2494
+ " an empty \"Upstream URL\" field."
2495
+ msgstr ""
2496
+ "Si vous souhaitez télécharger des packages individuels, créez un référentiel"
2497
+ " distinct avec un champ « URL en amont » vide."
2498
+
2492
2499
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2493
2500
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2494
2501
  msgid "Ignore SRPMs"
@@ -2497,7 +2504,7 @@ msgstr "Ignorer les SRPM"
2497
2504
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2498
2505
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2499
2506
  msgid "Ignore treeinfo"
2500
- msgstr ""
2507
+ msgstr "Ignorer les informations d’arborescence"
2501
2508
 
2502
2509
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2503
2510
  msgid "Image"
@@ -2643,6 +2650,10 @@ msgstr "Dernière publication"
2643
2650
  msgid "Last Puppet Report"
2644
2651
  msgstr "Dernier rapport Puppet"
2645
2652
 
2653
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2654
+ msgid "Last reclaim failed:"
2655
+ msgstr "Échec de la dernière récupération :"
2656
+
2646
2657
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2647
2658
  msgid "Last reclaim space failed:"
2648
2659
  msgstr "La dernière récupération d'espace a échoué :"
@@ -2725,6 +2736,8 @@ msgid ""
2725
2736
  "Limit Repository Sets to only those available in this Activation Key's "
2726
2737
  "Lifecycle Environment"
2727
2738
  msgstr ""
2739
+ "Limiter les ensembles de référentiel aux seuls éléments disponibles dans "
2740
+ "l'environnement du cycle de vie de cette clé d'activation"
2728
2741
 
2729
2742
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2730
2743
  msgid ""
@@ -2794,7 +2807,7 @@ msgstr "Chargement..."
2794
2807
 
2795
2808
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2796
2809
  msgid "Make filters apply to all repositories in the content view"
2797
- msgstr ""
2810
+ msgstr "Appliquer les filtres à tous les référentiels dans la vue du contenu"
2798
2811
 
2799
2812
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2800
2813
  msgid "Manage Ansible Collections for Repository:"
@@ -3039,7 +3052,7 @@ msgstr "Nouvelles clé d'activation"
3039
3052
 
3040
3053
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
3041
3054
  msgid "New Content Credential"
3042
- msgstr ""
3055
+ msgstr "Nouveaux identifiants de contenu"
3043
3056
 
3044
3057
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
3045
3058
  #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
@@ -3048,7 +3061,7 @@ msgstr "Nouvel environnement"
3048
3061
 
3049
3062
  #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
3050
3063
  msgid "New Host Collection"
3051
- msgstr ""
3064
+ msgstr "Nouvelle collection d'hôtes"
3052
3065
 
3053
3066
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
3054
3067
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -3520,6 +3533,8 @@ msgid ""
3520
3533
  "Performing host package actions is disabled because Katello is not "
3521
3534
  "configured for remote execution."
3522
3535
  msgstr ""
3536
+ "L'exécution d'actions sur le paquet de l'hôte est désactivée car Katello "
3537
+ "n'est pas configuré pour l'exécution à distance ou l'agent Katello."
3523
3538
 
3524
3539
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3525
3540
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
@@ -3527,6 +3542,8 @@ msgid ""
3527
3542
  "Performing host package actions is disabled because Katello is not "
3528
3543
  "configured for Remote Execution."
3529
3544
  msgstr ""
3545
+ "L'exécution d'actions sur le paquet de l'hôte est désactivée car Katello "
3546
+ "n'est pas configuré pour l'exécution à distance ou l'agent Katello."
3530
3547
 
3531
3548
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
3532
3549
  msgid "Physical"
@@ -3657,7 +3674,7 @@ msgstr "Procure"
3657
3674
 
3658
3675
  #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3659
3676
  msgid "Provisioning"
3660
- msgstr ""
3677
+ msgstr "Attribution"
3661
3678
 
3662
3679
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3663
3680
  msgid "Provisioning Details"
@@ -4166,8 +4183,8 @@ msgid "Restart Selected"
4166
4183
  msgstr "Redémarrage sélectionné"
4167
4184
 
4168
4185
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4169
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
4170
- msgstr "Redémarrer les services sur l'hôte de contenu \"{{host.name}}\" ?"
4186
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
4187
+ msgstr "Redémarrer les services sur l'hôte de contenu \"{{host.display_name}}\" ?"
4171
4188
 
4172
4189
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4173
4190
  msgid "Restrict to <br>OS version"
@@ -4279,7 +4296,7 @@ msgstr "Sélectionner une organisation"
4279
4296
 
4280
4297
  #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4281
4298
  msgid "Select Content Host(s)"
4282
- msgstr ""
4299
+ msgstr "Sélectionnez le ou les hôtes de contenu"
4283
4300
 
4284
4301
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
4285
4302
  msgid "Select Content View"
@@ -4290,6 +4307,9 @@ msgid ""
4290
4307
  "Select this option if treeinfo files or other kickstart content is failing "
4291
4308
  "to syncronize from the upstream repository."
4292
4309
  msgstr ""
4310
+ "Sélectionnez cette option si les fichiers treeinfo ou tout autre contenu "
4311
+ "kickstart ne parviennent pas à se synchroniser à partir du référentiel en "
4312
+ "amont."
4293
4313
 
4294
4314
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
4295
4315
  msgid ""
@@ -4311,6 +4331,8 @@ msgid ""
4311
4331
  "Selecting this option will exclude treeinfo files from repository "
4312
4332
  "synchronization."
4313
4333
  msgstr ""
4334
+ "La sélection de cette option exclura les fichiers treeinfo de la "
4335
+ "synchronisation du référentiel."
4314
4336
 
4315
4337
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4316
4338
  msgid ""
@@ -4485,7 +4507,6 @@ msgstr "État"
4485
4507
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
4486
4508
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
4487
4509
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4488
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
4489
4510
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
4490
4511
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
4491
4512
  msgid "Status"
@@ -4507,8 +4528,6 @@ msgid "Subscription Management"
4507
4528
  msgstr "Gestion des abonnements"
4508
4529
 
4509
4530
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
4510
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4511
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4512
4531
  msgid "Subscription Status"
4513
4532
  msgstr "Statut des abonnements"
4514
4533
 
@@ -4516,14 +4535,6 @@ msgstr "Statut des abonnements"
4516
4535
  msgid "Subscription UUID"
4517
4536
  msgstr "UUID de l’abonnement"
4518
4537
 
4519
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4520
- msgid ""
4521
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4522
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4523
- msgstr ""
4524
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4525
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4526
-
4527
4538
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4528
4539
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4529
4540
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -4710,10 +4721,6 @@ msgstr ""
4710
4721
  msgid "System Purpose Management"
4711
4722
  msgstr "Gestion des objectifs système"
4712
4723
 
4713
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4714
- msgid "System Purpose Status"
4715
- msgstr "Statut Objectif system"
4716
-
4717
4724
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4718
4725
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4719
4726
  msgid "Tags"
@@ -4795,6 +4802,8 @@ msgstr ""
4795
4802
  msgid ""
4796
4803
  "The filters below have this repository as the last affected repository!"
4797
4804
  msgstr ""
4805
+ "Les filtres ci-dessous ont ce référentiel comme dernier référentiel "
4806
+ "concerné !"
4798
4807
 
4799
4808
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4800
4809
  msgid ""
@@ -4860,6 +4869,8 @@ msgid ""
4860
4869
  "The repository will only be available on content hosts with the selected "
4861
4870
  "architecture."
4862
4871
  msgstr ""
4872
+ "Le référentiel ne sera disponible que sur les hébergeurs de contenu avec "
4873
+ "l'architecture sélectionnée."
4863
4874
 
4864
4875
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4865
4876
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -4867,6 +4878,8 @@ msgid ""
4867
4878
  "The repository will only be available on content hosts with the selected OS "
4868
4879
  "version."
4869
4880
  msgstr ""
4881
+ "Le référentiel ne sera disponible que sur les hébergeurs de contenu avec la "
4882
+ "version du système d'exploitation sélectionnée."
4870
4883
 
4871
4884
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
4872
4885
  msgid ""
@@ -4876,6 +4889,15 @@ msgstr ""
4876
4889
  "L'environnement sélectionné ne contient pas d’affichages de contenu, "
4877
4890
  "veuillez sélectionner un autre environnement."
4878
4891
 
4892
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4893
+ msgid ""
4894
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4895
+ "to 'Default' at the next edit or change in content."
4896
+ msgstr ""
4897
+ "Le type de somme de contrôle sha1 n'est plus pris en charge. Le type de "
4898
+ "somme de contrôle sera réinitialisé sur « Par défaut » lors de la prochaine "
4899
+ "modification ou du prochain changement de contenu."
4900
+
4879
4901
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4880
4902
  msgid "The time the sync should happen in your current time zone."
4881
4903
  msgstr ""
@@ -5009,10 +5031,13 @@ msgstr "Cette clé d'activation n'est associée à aucun hôte de contenu."
5009
5031
 
5010
5032
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5011
5033
  msgid ""
5012
- "This activation key may be used during system registration. For example:"
5034
+ "This activation key may be used during <a "
5035
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
5036
+ "registration.</a>"
5013
5037
  msgstr ""
5014
- "Cette clé d'activation peut être utilisée lors de l'enregistrement du "
5015
- "système. Par exemple :"
5038
+ "Cette clé d'activation peut être utilisée pendant<a "
5039
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\"> "
5040
+ "enregistrement du système.</a>"
5016
5041
 
5017
5042
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
5018
5043
  msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
@@ -5038,22 +5063,6 @@ msgstr ""
5038
5063
  "Cette opération peut également supprimer les ressources gérées liées à l'hôte, telles que les machines virtuelles et les enregistrements DNS.\n"
5039
5064
  " Pour éviter cela, modifiez le paramètre \"Delete Host upon Unregister\" sur false dans la <a href=\"/settings\">page des paramètres</a>."
5040
5065
 
5041
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
5042
- msgid ""
5043
- "This organization has Simple Content Access enabled. Hosts are not required"
5044
- " to have subscriptions attached to access repositories."
5045
- msgstr ""
5046
- "Cette organisation a activé l'accès au contenu simple. Les hôtes ne sont "
5047
- "pas tenus de souscrire un abonnement pour accéder aux référentiels d'accès."
5048
-
5049
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
5050
- msgid ""
5051
- "This organization is not using <a target=\"_blank\" "
5052
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
5053
- "Content Access.</a> Entitlement-based subscription management is deprecated "
5054
- "and will be removed in Katello 4.12."
5055
- msgstr ""
5056
-
5057
5066
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
5058
5067
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5059
5068
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -5161,8 +5170,8 @@ msgid "Unregister Host"
5161
5170
  msgstr "Désenregistrer l'hôte"
5162
5171
 
5163
5172
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
5164
- msgid "Unregister Host \"{{host.name}}\"?"
5165
- msgstr "Désenregistrer l'hôte « {{host.name}} » ?"
5173
+ msgid "Unregister Host \"{{host.display_name}}\"?"
5174
+ msgstr "Désenregistrer l'hôte \"{{host.display_name}}\"?"
5166
5175
 
5167
5176
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
5168
5177
  msgid "Unregister Options:"
@@ -5586,6 +5595,9 @@ msgid ""
5586
5595
  "You cannot remove this product because it has repositories that are the last"
5587
5596
  " affected repository on content view filters"
5588
5597
  msgstr ""
5598
+ "Vous ne pouvez pas supprimer ce produit car il possède des référentiels qui "
5599
+ "sont les derniers référentiels concernés par les filtres d'affichage du "
5600
+ "contenu."
5589
5601
 
5590
5602
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5591
5603
  msgid "You cannot remove this product because it is a Red Hat product."