katello 4.15.0 → 4.16.0.rc1

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

Potentially problematic release.


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

Files changed (505) 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/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/fr/katello.po CHANGED
@@ -481,9 +481,6 @@ msgstr "TOUT"
481
481
  msgid "About page"
482
482
  msgstr "Page d'accueil"
483
483
 
484
- msgid "Abstract async task"
485
- msgstr "Tâche async abstraite"
486
-
487
484
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
488
485
  msgstr "L'accès à la gestion des abonnements Red Hat est interdit. Si vous souhaitez modifier cette interdiction, veuillez mettre à jour le paramètre de contenu \"Connexion aux abonnements activée\"."
489
486
 
@@ -619,9 +616,6 @@ msgstr "Ajouter un nouveau signet"
619
616
  msgid "Add one or more host collections to one or more hosts"
620
617
  msgstr "Ajouter une ou plusieurs collections d'hôte à un ou plusieurs hôtes"
621
618
 
622
- msgid "Add ons"
623
- msgstr "Add ons"
624
-
625
619
  msgid "Add products to sync plan"
626
620
  msgstr "Ajouter des produits au plan de sync"
627
621
 
@@ -652,9 +646,6 @@ msgstr ""
652
646
  msgid "Add to a host collection"
653
647
  msgstr "Ajouter à une collection d'hôtes"
654
648
 
655
- msgid "Add-ons"
656
- msgstr "Add ons"
657
-
658
649
  msgid "Added"
659
650
  msgstr "Ajouté"
660
651
 
@@ -715,15 +706,15 @@ msgstr "Toutes les versions"
715
706
  msgid "All versions will be removed from these environments"
716
707
  msgstr "Toutes les versions seront supprimées de ces environnements"
717
708
 
718
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
719
- msgstr ""
720
-
721
709
  msgid "Allow deleting repositories in published content views"
722
710
  msgstr "Permettre la suppression des référentiels dans les vues de contenu publié"
723
711
 
724
712
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
725
713
  msgstr "Permettre aux enregistrements d'hôtes de contourner la \"Profile d’hôte Assume'\" tant que l'hôte est en mode build."
726
714
 
715
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
716
+ msgstr ""
717
+
727
718
  msgid "Allow hosts to re-register themselves only when they are in build mode"
728
719
  msgstr "Autoriser les hôtes à se réenregistrer uniquement lorsqu'ils sont en mode \"build\""
729
720
 
@@ -949,10 +940,10 @@ msgstr "Assigner l'environnement et l'affichage de contenu d'un ou plusieurs sys
949
940
  msgid "Assign the release version to one or more hosts"
950
941
  msgstr "Attribuer la version de diffusion à un ou plusieurs hôtes"
951
942
 
952
- msgid "Assigning a host to multiple content view environments is not enabled."
943
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
953
944
  msgstr ""
954
945
 
955
- msgid "Assigning an activation key to multiple content view environments is not enabled."
946
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
956
947
  msgstr ""
957
948
 
958
949
  msgid "Associated location IDs"
@@ -973,15 +964,15 @@ msgstr "Au moins une clé d'activation doit être fournie"
973
964
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
974
965
  msgstr "Au moins une clé d'activation doit avoir un environnement de cycle de vie et un affichage de contenu lui étant assignée."
975
966
 
967
+ msgid "At least one errata type option needs to be selected."
968
+ msgstr ""
969
+
976
970
  msgid "At least one of the selected items requires the host to reboot"
977
971
  msgstr ""
978
972
 
979
973
  msgid "At least one organization must exist."
980
974
  msgstr "Au moins une organisation doit exister."
981
975
 
982
- msgid "Atleast one errata type needs to be selected."
983
- msgstr "Au moins un type d’errata doit être sélectionné."
984
-
985
976
  msgid "Attach a subscription"
986
977
  msgstr "Attacher Abonnement"
987
978
 
@@ -1006,9 +997,6 @@ msgstr "Auteur"
1006
997
  msgid "Auto Publish - Triggered by '%s'"
1007
998
  msgstr "Auto Publish - Déclenché par '%s' "
1008
999
 
1009
- msgid "Auto attach subscriptions"
1010
- msgstr "Attacher automatiquement des abonnements"
1011
-
1012
1000
  msgid "Auto publish"
1013
1001
  msgstr "Auto Publish"
1014
1002
 
@@ -1024,6 +1012,12 @@ msgstr "Droits d'accès disponibles"
1024
1012
  msgid "Available Repositories"
1025
1013
  msgstr "référentiels disponibles"
1026
1014
 
1015
+ msgid "Available image"
1016
+ msgstr ""
1017
+
1018
+ msgid "Available image digest"
1019
+ msgstr ""
1020
+
1027
1021
  msgid "Available schema versions"
1028
1022
  msgstr ""
1029
1023
 
@@ -1039,6 +1033,9 @@ msgstr "URL de base"
1039
1033
  msgid "Base URL for finding alternate content"
1040
1034
  msgstr "URL de base pour trouver le contenu alternatif"
1041
1035
 
1036
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1037
+ msgstr ""
1038
+
1042
1039
  msgid "Base URL to perform repo discovery on"
1043
1040
  msgstr "URL de base sur lequel effectuer la découverte de référentiel"
1044
1041
 
@@ -1084,6 +1081,24 @@ msgstr "Ajouter cette recherche aux favoris"
1084
1081
  msgid "Bookmarks marked as public are available to all users"
1085
1082
  msgstr "Les signets marqués comme étant publics sont disponibles à tous les utilisateurs"
1086
1083
 
1084
+ msgid "Bootc rollback via Bootc interface"
1085
+ msgstr ""
1086
+
1087
+ msgid "Bootc status via Bootc interface"
1088
+ msgstr ""
1089
+
1090
+ msgid "Bootc switch via Bootc interface"
1091
+ msgstr ""
1092
+
1093
+ msgid "Bootc upgrade via Bootc interface"
1094
+ msgstr ""
1095
+
1096
+ msgid "Booted Container Images"
1097
+ msgstr ""
1098
+
1099
+ msgid "Booted container images"
1100
+ msgstr ""
1101
+
1087
1102
  msgid "Both"
1088
1103
  msgstr "Les deux"
1089
1104
 
@@ -1363,6 +1378,9 @@ msgstr "Impossible de télécharger les collections Ansible."
1363
1378
  msgid "Cannot upload Container Image content."
1364
1379
  msgstr "Impossible de télécharger le contenu de l'image du conteneur."
1365
1380
 
1381
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1382
+ msgstr ""
1383
+
1366
1384
  msgid "Capacity"
1367
1385
  msgstr "Capacité"
1368
1386
 
@@ -1438,13 +1456,13 @@ msgstr "Fermer"
1438
1456
  msgid "Collapse All"
1439
1457
  msgstr "Réduire tout"
1440
1458
 
1441
- msgid "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1459
+ msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1442
1460
  msgstr ""
1443
1461
 
1444
- msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1462
+ msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1445
1463
  msgstr ""
1446
1464
 
1447
- msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1465
+ msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1448
1466
  msgstr ""
1449
1467
 
1450
1468
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1456,9 +1474,6 @@ msgstr "Liste de balises, séparées par des virgules, à exclure lors de la syn
1456
1474
  msgid "Comma-separated list of tags to sync for a container image repository"
1457
1475
  msgstr "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs"
1458
1476
 
1459
- msgid "Commit upload"
1460
- msgstr ""
1461
-
1462
1477
  msgid "Compare"
1463
1478
  msgstr "Comparez"
1464
1479
 
@@ -1669,6 +1684,9 @@ msgstr "Hôtes du contenu"
1669
1684
  msgid "Content imported by %{user} into content view '%{name}'"
1670
1685
  msgstr "Contenu importé par %{user} dans la vue du contenu '%{name}'."
1671
1686
 
1687
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1688
+ msgstr ""
1689
+
1672
1690
  msgid "Content not uploaded to pulp"
1673
1691
  msgstr "Le contenu ne peut pas être téléchargé dans pulp"
1674
1692
 
@@ -1729,6 +1747,9 @@ msgstr ""
1729
1747
  msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1730
1748
  msgstr ""
1731
1749
 
1750
+ msgid "Content view environment"
1751
+ msgstr ""
1752
+
1732
1753
  msgid "Content view environments"
1733
1754
  msgstr ""
1734
1755
 
@@ -1777,6 +1798,9 @@ msgstr "Identifiant de l'historique d'importation de la version d’affichage de
1777
1798
  msgid "Content view version is empty"
1778
1799
  msgstr ""
1779
1800
 
1801
+ msgid "Content view version is empty or content counts are not up to date"
1802
+ msgstr ""
1803
+
1780
1804
  msgid "Content views"
1781
1805
  msgstr "Affichages de contenu"
1782
1806
 
@@ -1804,27 +1828,15 @@ msgstr "Copié dans le presse-papiers"
1804
1828
  msgid "Copy"
1805
1829
  msgstr "Copie"
1806
1830
 
1807
- msgid "Copy all units"
1808
- msgstr ""
1809
-
1810
1831
  msgid "Copy an activation key"
1811
1832
  msgstr "Copier une clé d'activation|"
1812
1833
 
1813
- msgid "Copy content"
1814
- msgstr ""
1815
-
1816
1834
  msgid "Copy content view"
1817
1835
  msgstr "Copier l’affichage de contenu"
1818
1836
 
1819
1837
  msgid "Copy to clipboard"
1820
1838
  msgstr "Copier dans le presse-papiers"
1821
1839
 
1822
- msgid "Copy version"
1823
- msgstr ""
1824
-
1825
- msgid "Copy version units to library"
1826
- msgstr "Copier les unités de version dans la bibliothèque"
1827
-
1828
1840
  msgid "Cores per socket"
1829
1841
  msgstr "Cores par socket"
1830
1842
 
@@ -1999,6 +2011,9 @@ msgstr "Créer un référentiel personnalisé"
1999
2011
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
2000
2012
  msgstr "Créer une règle de filtre. Les paramètres inclus doivent se baser sur le type de filtre."
2001
2013
 
2014
+ msgid "Create a flatpak remote"
2015
+ msgstr ""
2016
+
2002
2017
  msgid "Create a host collection"
2003
2018
  msgstr "Créer une collection d'hôte"
2004
2019
 
@@ -2029,21 +2044,12 @@ msgstr "Créez les informations d'identification du contenu avec le certificat e
2029
2044
  msgid "Create content view"
2030
2045
  msgstr "Créer Affichage du contenu"
2031
2046
 
2032
- msgid "Create exporter"
2033
- msgstr ""
2034
-
2035
2047
  msgid "Create filter"
2036
2048
  msgstr "Créer un filtre"
2037
2049
 
2038
2050
  msgid "Create host collection"
2039
2051
  msgstr "Créer Collection d'hôtes"
2040
2052
 
2041
- msgid "Create import"
2042
- msgstr ""
2043
-
2044
- msgid "Create importer"
2045
- msgstr ""
2046
-
2047
2053
  msgid "Create new activation key"
2048
2054
  msgstr ""
2049
2055
 
@@ -2053,12 +2059,6 @@ msgstr "Créer une organisation"
2053
2059
  msgid "Create package filter rule"
2054
2060
  msgstr "Créer une règle de filtrage des paquets"
2055
2061
 
2056
- msgid "Create publication"
2057
- msgstr ""
2058
-
2059
- msgid "Create remote"
2060
- msgstr ""
2061
-
2062
2062
  msgid "Create rule"
2063
2063
  msgstr "Créer une règle"
2064
2064
 
@@ -2284,6 +2284,9 @@ msgstr "Supprimer un affichage de contenu"
2284
2284
  msgid "Delete a filter rule"
2285
2285
  msgstr "Supprimer une règle de filtre"
2286
2286
 
2287
+ msgid "Delete a flatpak remote"
2288
+ msgstr ""
2289
+
2287
2290
  msgid "Delete activation key?"
2288
2291
  msgstr ""
2289
2292
 
@@ -2305,36 +2308,12 @@ msgstr "Supprimer l’affichage du contenu"
2305
2308
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2306
2309
  msgstr ""
2307
2310
 
2308
- msgid "Delete distributions"
2309
- msgstr ""
2310
-
2311
2311
  msgid "Delete manifest from Red Hat provider"
2312
2312
  msgstr "Supprimer le fichier manifeste du fournisseur Red Hat"
2313
2313
 
2314
2314
  msgid "Delete multiple filters from a content view"
2315
2315
  msgstr "Supprimer plusieurs filtres d'affichage de contenu"
2316
2316
 
2317
- msgid "Delete orphan alternate content sources"
2318
- msgstr ""
2319
-
2320
- msgid "Delete orphan distributions"
2321
- msgstr ""
2322
-
2323
- msgid "Delete orphan remotes"
2324
- msgstr ""
2325
-
2326
- msgid "Delete orphan repository versions"
2327
- msgstr ""
2328
-
2329
- msgid "Delete orphaned migrated repositories"
2330
- msgstr ""
2331
-
2332
- msgid "Delete remote"
2333
- msgstr ""
2334
-
2335
- msgid "Delete repository references"
2336
- msgstr ""
2337
-
2338
2317
  msgid "Delete version"
2339
2318
  msgstr "Supprimer la version"
2340
2319
 
@@ -2380,6 +2359,9 @@ msgstr "Description de l'affichage du contenu"
2380
2359
  msgid "Description for the new published content view version"
2381
2360
  msgstr "Description de la version d'affichage de contenu récemment publiée"
2382
2361
 
2362
+ msgid "Description of the flatpak remote"
2363
+ msgstr ""
2364
+
2383
2365
  msgid "Description of the repository"
2384
2366
  msgstr "Description du référentiel"
2385
2367
 
@@ -2431,12 +2413,6 @@ msgstr "Détruire un environnement"
2431
2413
  msgid "Destroy an environment in an organization"
2432
2414
  msgstr "Détruire un environnement dans une organisation"
2433
2415
 
2434
- msgid "Destroy exporter"
2435
- msgstr ""
2436
-
2437
- msgid "Destroy importer"
2438
- msgstr ""
2439
-
2440
2416
  msgid "Destroy one or more alternate content sources"
2441
2417
  msgstr "Détruire une ou plusieurs sources de contenu alternatives"
2442
2418
 
@@ -2485,9 +2461,6 @@ msgstr "Désactivé"
2485
2461
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2486
2462
  msgstr "La désactivation de l'accès au contenu simple a échoué pour '%{subject}'."
2487
2463
 
2488
- msgid "Discover"
2489
- msgstr "Discover"
2490
-
2491
2464
  msgid "Discover Repositories"
2492
2465
  msgstr "Découvrir des référentiels"
2493
2466
 
@@ -2683,9 +2656,6 @@ msgstr "IDs des environnements"
2683
2656
  msgid "Environment cannot be in its own promotion path"
2684
2657
  msgstr "L'environnement ne peut pas se trouver dans son propre chemin de promotion"
2685
2658
 
2686
- msgid "Environment contents refresh"
2687
- msgstr ""
2688
-
2689
2659
  msgid "Environment identifier"
2690
2660
  msgstr "Identifiant d'environnement"
2691
2661
 
@@ -2725,9 +2695,6 @@ msgstr ""
2725
2695
  msgid "Errata id of the erratum (RHSA-2012:108)"
2726
2696
  msgstr "Id de l'erratum (RHSA-2012:108)"
2727
2697
 
2728
- msgid "Errata mail"
2729
- msgstr "Courrier d'errata"
2730
-
2731
2698
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2732
2699
  msgstr ""
2733
2700
 
@@ -2887,9 +2854,6 @@ msgstr "Récupérez les flux de modules disponibles pour les hôtes."
2887
2854
  msgid "Fetch installable errata for one or more hosts."
2888
2855
  msgstr "Récupérer les errata installables pour un ou plusieurs hôtes."
2889
2856
 
2890
- msgid "Fetch pxe files"
2891
- msgstr "Récupérer les fichiers pxe"
2892
-
2893
2857
  msgid "Fetch traces for one or more hosts"
2894
2858
  msgstr "Rechercher traces pour un ou plusieurs hôtes"
2895
2859
 
@@ -2983,9 +2947,6 @@ msgstr "Filtrer les versions par numéro de version"
2983
2947
  msgid "Filter versions that are components in the specified composite version"
2984
2948
  msgstr "Filtrer les versions composantes dans la version composite spécifiée."
2985
2949
 
2986
- msgid "Filtered index content"
2987
- msgstr "Contenu d'index filtré"
2988
-
2989
2950
  msgid "Filters"
2990
2951
  msgstr "Filtres"
2991
2952
 
@@ -3007,6 +2968,15 @@ msgstr "Terminé"
3007
2968
  msgid "Finished"
3008
2969
  msgstr "Terminé"
3009
2970
 
2971
+ msgid "Flatpak Remotes"
2972
+ msgstr ""
2973
+
2974
+ msgid "Flatpak remote numeric identifier"
2975
+ msgstr ""
2976
+
2977
+ msgid "Flatpak remote repository numeric identifier"
2978
+ msgstr ""
2979
+
3010
2980
  msgid "Force"
3011
2981
  msgstr "Force"
3012
2982
 
@@ -3071,9 +3041,6 @@ msgstr ""
3071
3041
  msgid "Generate host applicability"
3072
3042
  msgstr "Générer l'applicabilité à l'hôte"
3073
3043
 
3074
- msgid "Generate metadata"
3075
- msgstr ""
3076
-
3077
3044
  msgid "Generate repository applicability"
3078
3045
  msgstr "Générer l'applicabilité du référentiel"
3079
3046
 
@@ -3311,12 +3278,6 @@ msgstr "Combien de référentiels doivent être synchronisés simultanément sur
3311
3278
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3312
3279
  msgstr "Comment classer les résultats triés (ex : ASC for pour croissant)"
3313
3280
 
3314
- msgid "Hypervisors"
3315
- msgstr "Hyperviseurs"
3316
-
3317
- msgid "Hypervisors update"
3318
- msgstr "Mise à jour des hyperviseurs"
3319
-
3320
3281
  msgid "ID of a HTTP Proxy"
3321
3282
  msgstr "ID d'un proxy HTTP"
3322
3283
 
@@ -3338,6 +3299,9 @@ msgstr "ID d'un environnement dans lequel afficher les référentiels"
3338
3299
  msgid "ID of an organization to show repositories in"
3339
3300
  msgstr "ID d'une organisation dans laquelle afficher les référentiels"
3340
3301
 
3302
+ msgid "ID of flatpak remote to show repositories of"
3303
+ msgstr ""
3304
+
3341
3305
  msgid "ID of the Organization"
3342
3306
  msgstr "ID de l'organisation"
3343
3307
 
@@ -3398,12 +3362,18 @@ msgstr "Id du proxy HTTP à utiliser avec les sources de contenu alternatives."
3398
3362
  msgid "Id of the content host"
3399
3363
  msgstr "ID de l'hôte du contenu"
3400
3364
 
3365
+ msgid "Id of the content view to limit the content counting on"
3366
+ msgstr ""
3367
+
3401
3368
  msgid "Id of the content view to limit the synchronization on"
3402
3369
  msgstr "Id du contenu sur lequel limiter la synchronisation"
3403
3370
 
3404
3371
  msgid "Id of the content view to limit verifying checksum on"
3405
3372
  msgstr ""
3406
3373
 
3374
+ msgid "Id of the environment to limit the content counting on"
3375
+ msgstr ""
3376
+
3407
3377
  msgid "Id of the environment to limit the synchronization on"
3408
3378
  msgstr "Id de l'environnement sur lequel limiter la synchronisation"
3409
3379
 
@@ -3425,6 +3395,9 @@ msgstr "Id de l'organisation pour laquelle on veut obtenir le statut"
3425
3395
  msgid "Id of the organization to limit environments on"
3426
3396
  msgstr "Id de l'organisation sur lequel limiter les environnements"
3427
3397
 
3398
+ msgid "Id of the repository to limit the content counting on"
3399
+ msgstr ""
3400
+
3428
3401
  msgid "Id of the repository to limit the synchronization on"
3429
3402
  msgstr "Id du référentiel sur lequel limiter la synchronisation"
3430
3403
 
@@ -3562,6 +3535,27 @@ msgstr "Hôtes ignorés"
3562
3535
  msgid "Image"
3563
3536
  msgstr ""
3564
3537
 
3538
+ msgid "Image digest"
3539
+ msgstr ""
3540
+
3541
+ msgid "Image digests"
3542
+ msgstr ""
3543
+
3544
+ msgid "Image mode"
3545
+ msgstr ""
3546
+
3547
+ msgid "Image mode / package mode"
3548
+ msgstr ""
3549
+
3550
+ msgid "Image mode details"
3551
+ msgstr ""
3552
+
3553
+ msgid "Image name"
3554
+ msgstr ""
3555
+
3556
+ msgid "Image-mode host"
3557
+ msgstr ""
3558
+
3565
3559
  msgid "Immediate"
3566
3560
  msgstr "Immédiat"
3567
3561
 
@@ -3604,9 +3598,6 @@ msgstr "Importe un référentiel"
3604
3598
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3605
3599
  msgstr ""
3606
3600
 
3607
- msgid "Import migration"
3608
- msgstr ""
3609
-
3610
3601
  msgid "Import new manifest"
3611
3602
  msgstr ""
3612
3603
 
@@ -3616,12 +3607,6 @@ msgstr "Importation uniquement"
3616
3607
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3617
3608
  msgstr "Les affichages de contenu importés ne peuvent pas être publiés directement. Le contenu ne peut être mis à jour qu'en l'important dans la vue."
3618
3609
 
3619
- msgid "Import repository upload"
3620
- msgstr ""
3621
-
3622
- msgid "Import upload"
3623
- msgstr ""
3624
-
3625
3610
  msgid "Import uploads into a repository"
3626
3611
  msgstr "Importer les téléchargements dans un référentiel"
3627
3612
 
@@ -3664,6 +3649,9 @@ msgstr "Inclure les vues de contenu générées par les importations/exportation
3664
3649
  msgid "Include filter"
3665
3650
  msgstr "Inclure filtre"
3666
3651
 
3652
+ msgid "Include manifests"
3653
+ msgstr ""
3654
+
3667
3655
  msgid "Included"
3668
3656
  msgstr "Inclus"
3669
3657
 
@@ -3685,9 +3673,6 @@ msgstr "Mise à jour croissante"
3685
3673
  msgid "Incremental Update incomplete."
3686
3674
  msgstr "Mise à jour incrémentielle incomplète."
3687
3675
 
3688
- msgid "Incremental Update of Content View Version(s) "
3689
- msgstr "Mise à jour incrémentielle Version(s) d'affichage de contenu"
3690
-
3691
3676
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3692
3677
  msgstr "Mise à jour incrémentielle de %{content_view_count}Version(s) d'affichage de contenu "
3693
3678
 
@@ -3700,27 +3685,12 @@ msgstr "La mise à jour progressive nécessite au moins une unité de contenu"
3700
3685
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3701
3686
  msgstr "Mise à jour croissante spécifiée pour le composite %{name} version %{version}, mais aucun composant mis à jour."
3702
3687
 
3703
- msgid "Index content"
3704
- msgstr "Contenu d'index"
3705
-
3706
- msgid "Index errata"
3707
- msgstr "Errata d'index"
3708
-
3709
- msgid "Index module streams"
3710
- msgstr "Indexer les flux de module"
3711
-
3712
- msgid "Index package groups"
3713
- msgstr "Indexer les groupes de packages"
3714
-
3715
3688
  msgid "Informable Type must be one of the following [ %{list} ]"
3716
3689
  msgstr "Le type Informable doit être l'un parmi [%{list} ]"
3717
3690
 
3718
3691
  msgid "Inherit from Repository"
3719
3692
  msgstr "Hérité du référentiel"
3720
3693
 
3721
- msgid "Initialize"
3722
- msgstr ""
3723
-
3724
3694
  msgid "Initiate a sync of the products attached to the sync plan"
3725
3695
  msgstr "Initier une synchronisation des produits attachés au plan de synchronisation"
3726
3696
 
@@ -3796,9 +3766,6 @@ msgstr "Installation du groupe de packages..."
3796
3766
  msgid "Installing Package..."
3797
3767
  msgstr "Installation du package..."
3798
3768
 
3799
- msgid "Instance update"
3800
- msgstr "Mise à jour de l'instance"
3801
-
3802
3769
  msgid "Instance-based"
3803
3770
  msgstr "Basé sur l'instancea"
3804
3771
 
@@ -3829,8 +3796,8 @@ msgstr "Plage de dates invalide. La date du début de la règle du filtre de l'e
3829
3796
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3830
3797
  msgstr "Règle de filtre de l'erratum non valide spécifiée, 'errata_id' ne peut être spécifié dans le même tuple que 'start_date', 'end_date' ou 'types'"
3831
3798
 
3832
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3833
- msgstr "Règle de filtre de l'erratum non valide spécifiée. Doit spécifier au moins l'un des suivants : 'errata_id', 'start_date', 'end_date' ou 'types'"
3799
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3800
+ msgstr ""
3834
3801
 
3835
3802
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
3836
3803
  msgstr "Type d'erratum non valide {invalid_types} fourni. Le type d'erratum doit être l'un des %{valid_types}"
@@ -3913,9 +3880,27 @@ msgstr "Job '${description}' terminé"
3913
3880
  msgid "Job '${description}' has started."
3914
3881
  msgstr "Le job ${description} a commencé."
3915
3882
 
3883
+ msgid "Katello Bootc interface"
3884
+ msgstr ""
3885
+
3916
3886
  msgid "Katello ID of local pool to update"
3917
3887
  msgstr "Katello ID du pool local à mettre à jour"
3918
3888
 
3889
+ msgid "Katello: Bootc Action"
3890
+ msgstr ""
3891
+
3892
+ msgid "Katello: Bootc Rollback"
3893
+ msgstr ""
3894
+
3895
+ msgid "Katello: Bootc Status"
3896
+ msgstr ""
3897
+
3898
+ msgid "Katello: Bootc Switch"
3899
+ msgstr ""
3900
+
3901
+ msgid "Katello: Bootc Upgrade"
3902
+ msgstr ""
3903
+
3919
3904
  msgid "Katello: Configure host for new content source"
3920
3905
  msgstr ""
3921
3906
 
@@ -3964,6 +3949,9 @@ msgstr "Katello : Mise à jour des paquets par requête de recherche"
3964
3949
  msgid "Katello: Upload Profile"
3965
3950
  msgstr ""
3966
3951
 
3952
+ msgid "Keep latest packages"
3953
+ msgstr ""
3954
+
3967
3955
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3968
3956
  msgstr "Hachage de valeurs clés des facts du subscription-manager, l'imbrication utilise un délimiteur (.)"
3969
3957
 
@@ -3988,6 +3976,9 @@ msgstr "Balise du contenu"
3988
3976
  msgid "Label of the content view"
3989
3977
  msgstr "Balise du contenu"
3990
3978
 
3979
+ msgid "Label of the flatpak remote"
3980
+ msgstr ""
3981
+
3991
3982
  msgid "Last check-in:"
3992
3983
  msgstr "Dernière vérification :"
3993
3984
 
@@ -4153,6 +4144,9 @@ msgstr "Liste des communiqués disponibles dans l'organisation"
4153
4144
  msgid "List available subscriptions from Red Hat Subscription Management"
4154
4145
  msgstr "Liste des abonnements disponibles auprès de Red Hat Subscription Management"
4155
4146
 
4147
+ msgid "List booted bootc container images for hosts"
4148
+ msgstr ""
4149
+
4156
4150
  msgid "List components attached to this content view"
4157
4151
  msgstr "Liste des éléments attachés à cette vue de contenu"
4158
4152
 
@@ -4192,6 +4186,15 @@ msgstr "Liste des historiques d'exportation"
4192
4186
  msgid "List filter rules"
4193
4187
  msgstr "Répertorier les règles de filtre"
4194
4188
 
4189
+ msgid "List flatpak remote repositories"
4190
+ msgstr ""
4191
+
4192
+ msgid "List flatpak remote's repositories"
4193
+ msgstr ""
4194
+
4195
+ msgid "List flatpak remotes"
4196
+ msgstr ""
4197
+
4195
4198
  msgid "List host collections"
4196
4199
  msgstr "Répertorier les collections d'hôtes"
4197
4200
 
@@ -4357,6 +4360,9 @@ msgstr "Répertorier les environnements de cycle de vie attachés au proxy smart
4357
4360
  msgid "List the lifecycle environments not attached to the smart proxy"
4358
4361
  msgstr "Répertorier les environnements de cycle de vie non attachés au proxy smart"
4359
4362
 
4363
+ msgid "Load balancer"
4364
+ msgstr ""
4365
+
4360
4366
  msgid "Loading"
4361
4367
  msgstr "Chargement..."
4362
4368
 
@@ -4486,9 +4492,6 @@ msgstr "Message"
4486
4492
  msgid "Messaging connection"
4487
4493
  msgstr "Connexion à la messagerie"
4488
4494
 
4489
- msgid "Metadata generate"
4490
- msgstr ""
4491
-
4492
4495
  msgid ""
4493
4496
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4494
4497
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4500,6 +4503,12 @@ msgstr "Métadonnées tirées de l'historique des exportations en amont pour cet
4500
4503
  msgid "Minimum version"
4501
4504
  msgstr "Version minimum"
4502
4505
 
4506
+ msgid "Mirror Remote Repository"
4507
+ msgstr ""
4508
+
4509
+ msgid "Mirror a flatpak remote repository"
4510
+ msgstr ""
4511
+
4503
4512
  msgid "Missing activation key!"
4504
4513
  msgstr "Clé d'activation manquante !"
4505
4514
 
@@ -4512,6 +4521,9 @@ msgstr "Modéliser"
4512
4521
  msgid "Moderate"
4513
4522
  msgstr "Modéré"
4514
4523
 
4524
+ msgid "Modify via remote execution"
4525
+ msgstr ""
4526
+
4515
4527
  msgid "Modular"
4516
4528
  msgstr "Modulaire"
4517
4529
 
@@ -4533,13 +4545,7 @@ msgstr "Flux de module"
4533
4545
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4534
4546
  msgstr "Les flux de modules apparaîtront ici après avoir activé les référentiels Red Hat ou créé des produits personnalisés."
4535
4547
 
4536
- msgid "Multi copy all units"
4537
- msgstr ""
4538
-
4539
- msgid "Multi copy content"
4540
- msgstr ""
4541
-
4542
- msgid "Multi copy units"
4548
+ msgid "Multi Content View Environment"
4543
4549
  msgstr ""
4544
4550
 
4545
4551
  msgid "Multi-entitlement"
@@ -4605,6 +4611,12 @@ msgstr "Nom de la source de contenu alternatif"
4605
4611
  msgid "Name of the content view"
4606
4612
  msgstr "Nom de l'affichage du contenu"
4607
4613
 
4614
+ msgid "Name of the flatpak remote"
4615
+ msgstr ""
4616
+
4617
+ msgid "Name of the flatpak remote repository"
4618
+ msgstr ""
4619
+
4608
4620
  msgid "Name of the host"
4609
4621
  msgstr "Nom de l'hôte"
4610
4622
 
@@ -4728,6 +4740,9 @@ msgstr "Aucuns ids de contenu ne sont fournis"
4728
4740
  msgid "No content in selected versions."
4729
4741
  msgstr "Aucun contenu dans les versions sélectionnées."
4730
4742
 
4743
+ msgid "No content view environments"
4744
+ msgstr ""
4745
+
4731
4746
  msgid "No content view environments found with ids: %{ids}"
4732
4747
  msgstr ""
4733
4748
 
@@ -4764,9 +4779,6 @@ msgstr ""
4764
4779
  msgid "No enabled repositories match your search criteria."
4765
4780
  msgstr "Aucun référentiel activé ne correspond à vos critères de recherche."
4766
4781
 
4767
- msgid "No environment"
4768
- msgstr "Aucun Environnement"
4769
-
4770
4782
  msgid "No environments"
4771
4783
  msgstr "Aucun environnement"
4772
4784
 
@@ -5349,8 +5361,11 @@ msgstr "Échec de l'installation du package: \"%{package}\" "
5349
5361
  msgid "Package installation: \"%{package}\" "
5350
5362
  msgstr "Installation de packages: \"%{package}\" "
5351
5363
 
5352
- msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
5353
- msgstr "Types de packages à sync pour le contenu Python, séparé par des virgules. Laisser vide pour chaque type de package. Les types de packages sont : bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
5364
+ msgid "Package mode"
5365
+ msgstr ""
5366
+
5367
+ msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
5368
+ msgstr ""
5354
5369
 
5355
5370
  msgid "Packages"
5356
5371
  msgstr "Packages"
@@ -5478,6 +5493,9 @@ msgstr "Veuillez patienter..."
5478
5493
  msgid "Policy to set for mirroring content. Must be one of %s."
5479
5494
  msgstr "Politique à définir pour le contenu de mise en miroir . Doit être un parmi %s."
5480
5495
 
5496
+ msgid "Possible values: %s"
5497
+ msgstr ""
5498
+
5481
5499
  msgid "Prefer registered through Smart Proxy for remote execution"
5482
5500
  msgstr ""
5483
5501
 
@@ -5526,6 +5544,9 @@ msgstr ""
5526
5544
  msgid "Product ID"
5527
5545
  msgstr "ID Produit"
5528
5546
 
5547
+ msgid "Product ID to mirror the remote repository to"
5548
+ msgstr ""
5549
+
5529
5550
  msgid "Product and Repositories"
5530
5551
  msgstr "Produit et référentiels"
5531
5552
 
@@ -5710,9 +5731,6 @@ msgstr "Stockage Pulp"
5710
5731
  msgid "Pulp task error"
5711
5732
  msgstr "Erreur de tâche pulp"
5712
5733
 
5713
- msgid "Purge completed tasks"
5714
- msgstr ""
5715
-
5716
5734
  msgid "Python Package"
5717
5735
  msgstr "Package Python"
5718
5736
 
@@ -5821,9 +5839,6 @@ msgstr "Redémarrage nécessaire"
5821
5839
  msgid "Reclaim Space"
5822
5840
  msgstr "Récupération d’espace"
5823
5841
 
5824
- msgid "Reclaim space"
5825
- msgstr ""
5826
-
5827
5842
  msgid "Reclaim space from On Demand repositories"
5828
5843
  msgstr "Récupérer l’espace en provenance des référentiels Sur demande"
5829
5844
 
@@ -5887,9 +5902,6 @@ msgstr "Actualiser le fichier manifeste"
5887
5902
  msgid "Refresh all alternate content sources"
5888
5903
  msgstr ""
5889
5904
 
5890
- msgid "Refresh all distributions"
5891
- msgstr ""
5892
-
5893
5905
  msgid "Refresh alternate content sources"
5894
5906
  msgstr "Réactualiser les sources de contenu alternatives"
5895
5907
 
@@ -5902,27 +5914,15 @@ msgstr ""
5902
5914
  msgid "Refresh counts"
5903
5915
  msgstr ""
5904
5916
 
5905
- msgid "Refresh distribution"
5906
- msgstr ""
5907
-
5908
5917
  msgid "Refresh errata applicability"
5909
5918
  msgstr ""
5910
5919
 
5911
- msgid "Refresh if needed"
5912
- msgstr ""
5913
-
5914
5920
  msgid "Refresh package applicability"
5915
5921
  msgstr ""
5916
5922
 
5917
5923
  msgid "Refresh previously imported manifest for Red Hat provider"
5918
5924
  msgstr "Actualiser le fichier manifeste importé précédemment pour le fournisseur de Red Hat"
5919
5925
 
5920
- msgid "Refresh remote"
5921
- msgstr ""
5922
-
5923
- msgid "Refresh repos"
5924
- msgstr ""
5925
-
5926
5926
  msgid "Refresh source"
5927
5927
  msgstr "Source de rafraîchissement"
5928
5928
 
@@ -5947,6 +5947,9 @@ msgstr "Enregistré par"
5947
5947
  msgid "Registered on"
5948
5948
  msgstr "Enregistré le"
5949
5949
 
5950
+ msgid "Registered to"
5951
+ msgstr ""
5952
+
5950
5953
  msgid "Registering to multiple environments is not enabled."
5951
5954
  msgstr ""
5952
5955
 
@@ -5962,9 +5965,6 @@ msgstr "Le modèle de nom de registre donne un nom d'image de conteneur non vali
5962
5965
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5963
5966
  msgstr "Le modèle de nom de registre entraînera l'invalidation du nom de l'image de conteneur des référentiels membres"
5964
5967
 
5965
- msgid "Reindex subscriptions"
5966
- msgstr "Ré-indexer les abonnements"
5967
-
5968
5968
  msgid "Related composite content views"
5969
5969
  msgstr "Affichages du contenu composite associé"
5970
5970
 
@@ -6061,9 +6061,6 @@ msgstr "Supprimer une ou plusieurs collections d'hôtes d'un ou plusieurs hôtes
6061
6061
  msgid "Remove one or more subscriptions from an upstream manifest"
6062
6062
  msgstr "Supprimer un ou plusieurs abonnements d'un manifeste amont"
6063
6063
 
6064
- msgid "Remove orphans"
6065
- msgstr ""
6066
-
6067
6064
  msgid "Remove package group via Katello interface"
6068
6065
  msgstr "Supprimer un groupe de packages via l'interface Katello"
6069
6066
 
@@ -6091,12 +6088,6 @@ msgstr ""
6091
6088
  msgid "Remove subscriptions from one or more hosts"
6092
6089
  msgstr "Supprimer les abonnements d'un ou plusieurs hôtes"
6093
6090
 
6094
- msgid "Remove units"
6095
- msgstr ""
6096
-
6097
- msgid "Remove unneeded repos"
6098
- msgstr ""
6099
-
6100
6091
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6101
6092
  msgstr "Supprimer les versions et/ou les environnements de l'affichage de contenu et assigner les systèmes et les clés à nouveau"
6102
6093
 
@@ -6121,9 +6112,6 @@ msgstr "Retrait du produit %{prod_name} avec ID %{prod_id} de l'ACS %{acs_name}
6121
6112
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6122
6113
  msgstr "Supprimer cette version de tous les environnement n’aura pas pour effet de supprimer la version. La version sera toujours disponible pour une promotion ultérieure."
6123
6114
 
6124
- msgid "Repair"
6125
- msgstr ""
6126
-
6127
6115
  msgid "Replace content source on the target machine"
6128
6116
  msgstr ""
6129
6117
 
@@ -6142,18 +6130,12 @@ msgstr "Référentiels"
6142
6130
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6143
6131
  msgstr "Les référentiels ne sont pas disponibles pour l'activation lorsque la configuration du CDN est définie sur Air-gapped (déconnecté)."
6144
6132
 
6145
- msgid "Repositories certs reset"
6146
- msgstr ""
6147
-
6148
6133
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6149
6134
  msgstr ""
6150
6135
 
6151
6136
  msgid "Repositories from published Content Views are not allowed."
6152
6137
  msgstr "Les référentiels des affichages de contenu publiés ne sont pas autorisés."
6153
6138
 
6154
- msgid "Repositories gpg reset"
6155
- msgstr ""
6156
-
6157
6139
  msgid "Repository"
6158
6140
  msgstr "Référentiel"
6159
6141
 
@@ -6445,6 +6427,12 @@ msgstr "Rôle de l'hôte"
6445
6427
  msgid "Roles"
6446
6428
  msgstr "Rôles"
6447
6429
 
6430
+ msgid "Rollback image"
6431
+ msgstr ""
6432
+
6433
+ msgid "Rollback image digest"
6434
+ msgstr ""
6435
+
6448
6436
  msgid "Rules to be added"
6449
6437
  msgstr "Règles à ajouter"
6450
6438
 
@@ -6457,6 +6445,12 @@ msgstr ""
6457
6445
  msgid "Running"
6458
6446
  msgstr "Exécution en cours"
6459
6447
 
6448
+ msgid "Running image"
6449
+ msgstr ""
6450
+
6451
+ msgid "Running image digest"
6452
+ msgstr ""
6453
+
6460
6454
  msgid "SKU"
6461
6455
  msgstr "SKU"
6462
6456
 
@@ -6484,25 +6478,10 @@ msgstr "ABONNEMENTS EXPIRANT BIENTÔT"
6484
6478
  msgid "Save"
6485
6479
  msgstr "Enregistrer"
6486
6480
 
6487
- msgid "Save artifact"
6488
- msgstr ""
6489
-
6490
- msgid "Save distribution references"
6491
- msgstr ""
6492
-
6493
- msgid "Save publication"
6494
- msgstr ""
6495
-
6496
- msgid "Save version"
6497
- msgstr ""
6498
-
6499
- msgid "Save versions"
6500
- msgstr ""
6501
-
6502
6481
  msgid "Saving alternate content source..."
6503
6482
  msgstr "Mise à jour de la source de contenu alternatif..."
6504
6483
 
6505
- msgid "Scan cdn"
6484
+ msgid "Scan a flatpak remote"
6506
6485
  msgstr ""
6507
6486
 
6508
6487
  msgid "Schema version 1"
@@ -6610,9 +6589,6 @@ msgstr ""
6610
6589
  msgid "Select action"
6611
6590
  msgstr ""
6612
6591
 
6613
- msgid "Select add-ons"
6614
- msgstr "Sélectionnez les add-ons"
6615
-
6616
6592
  msgid "Select all"
6617
6593
  msgstr "Tout sélectionner"
6618
6594
 
@@ -6751,15 +6727,15 @@ msgstr "Définir les priorités de contenu pour l'hôte"
6751
6727
  msgid "Set content overrides to one or more hosts"
6752
6728
  msgstr "Définir des priorités de contenu pour un ou plusieurs hôtes"
6753
6729
 
6730
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6731
+ msgstr ""
6732
+
6754
6733
  msgid "Set true to override to enabled; Set false to override to disabled.'"
6755
6734
  msgstr "Définissez true pour passer en mode activé ; définissez false pour passer en mode désactivé."
6756
6735
 
6757
6736
  msgid "Set true to remove an override and reset it to 'default'"
6758
6737
  msgstr "Régler sur true pour supprimer une dérogation et la remettre sur \"default\""
6759
6738
 
6760
- msgid "Sets the system add-ons"
6761
- msgstr "Paramétrer les compléments du système"
6762
-
6763
6739
  msgid "Sets the system purpose usage"
6764
6740
  msgstr "Définir l'utilisation de l'objectif du système"
6765
6741
 
@@ -6793,6 +6769,12 @@ msgstr "Afficher un composant d'affichage de contenu"
6793
6769
  msgid "Show a content view's history"
6794
6770
  msgstr "Afficher un historique d'affichage de contenu"
6795
6771
 
6772
+ msgid "Show a flatpak remote"
6773
+ msgstr ""
6774
+
6775
+ msgid "Show a flatpak remote repository"
6776
+ msgstr ""
6777
+
6796
6778
  msgid "Show a host collection"
6797
6779
  msgstr "Afficher une collection d'hôte"
6798
6780
 
@@ -7120,6 +7102,12 @@ msgstr "Divisez le contenu exporté en archives ne dépassant pas la taille spé
7120
7102
  msgid "Stacking ID"
7121
7103
  msgstr "Empilage des ID"
7122
7104
 
7105
+ msgid "Staged image"
7106
+ msgstr ""
7107
+
7108
+ msgid "Staged image digest"
7109
+ msgstr ""
7110
+
7123
7111
  msgid "Start Date"
7124
7112
  msgstr "Date de départ"
7125
7113
 
@@ -7285,9 +7273,6 @@ msgstr ""
7285
7273
  msgid "Supported Content Types"
7286
7274
  msgstr "Types de contenu pris en charge"
7287
7275
 
7288
- msgid "Sync"
7289
- msgstr ""
7290
-
7291
7276
  msgid "Sync Canceled"
7292
7277
  msgstr "Sync Annulée"
7293
7278
 
@@ -7342,9 +7327,6 @@ msgstr "Synchroniser un référentiel"
7342
7327
  msgid "Sync all repositories for a product"
7343
7328
  msgstr "Synchroniser tous les référentiels d'un produit"
7344
7329
 
7345
- msgid "Sync capsule"
7346
- msgstr "Sync capsule"
7347
-
7348
7330
  msgid "Sync complete."
7349
7331
  msgstr "Sync Terminée."
7350
7332
 
@@ -7363,9 +7345,6 @@ msgstr "Synchronisez le contenu du proxy smart directement à partir des référ
7363
7345
  msgid "Sync state"
7364
7346
  msgstr "État de synchronisation"
7365
7347
 
7366
- msgid "Syncable export"
7367
- msgstr "Exportation synchronisable"
7368
-
7369
7348
  msgid "Synced"
7370
7349
  msgstr ""
7371
7350
 
@@ -7480,6 +7459,9 @@ msgstr "Impossible d’effectuer l’action demandée sur cette vue composite ta
7480
7459
  msgid "The actual file contents"
7481
7460
  msgstr "Le contenu du fichier"
7482
7461
 
7462
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7463
+ msgstr ""
7464
+
7483
7465
  msgid "The content type for the Alternate Content Source"
7484
7466
  msgstr "Le type de contenu de la source de contenu alternatif"
7485
7467
 
@@ -7731,6 +7713,9 @@ msgstr "Cet affichage de contenu n’a aucune version associée."
7731
7713
  msgid "This content view version doesn't have a history."
7732
7714
  msgstr "Cette version de la vue du contenu n'a pas d'historique."
7733
7715
 
7716
+ msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
7717
+ msgstr ""
7718
+
7734
7719
  msgid "This content view will be automatically updated to the latest version."
7735
7720
  msgstr "Cet affichage de contenu sera automatiquement mis à jour à la dernière version."
7736
7721
 
@@ -7743,6 +7728,9 @@ msgstr ""
7743
7728
  msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7744
7729
  msgstr ""
7745
7730
 
7731
+ msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
7732
+ msgstr ""
7733
+
7746
7734
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7747
7735
  msgstr "Cet erratum n’est pas installable car il ne fait pas partie de ce affichage de contenu ou environnement de cycle de vie de cet hôte."
7748
7736
 
@@ -7869,7 +7857,7 @@ msgstr ""
7869
7857
  msgid "To manage packages, select an action."
7870
7858
  msgstr ""
7871
7859
 
7872
- msgid "Toggle"
7860
+ msgid "Token/password for the flatpak remote"
7873
7861
  msgstr ""
7874
7862
 
7875
7863
  msgid "Total steps: "
@@ -8133,6 +8121,9 @@ msgstr "Promouvoir une version d’affichage de contenu"
8133
8121
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8134
8122
  msgstr "Mettre à jour une règle de filtre. Les paramètres inclus doivent se baser sur le type de filtre."
8135
8123
 
8124
+ msgid "Update a flatpak remote"
8125
+ msgstr ""
8126
+
8136
8127
  msgid "Update a host collection"
8137
8128
  msgstr "Mettre à jour une collection d'hôte"
8138
8129
 
@@ -8157,27 +8148,15 @@ msgstr "Mettre à jour un environnement dans une organisation"
8157
8148
  msgid "Update content counts for the smart proxy"
8158
8149
  msgstr ""
8159
8150
 
8160
- msgid "Update content urls"
8161
- msgstr "Mettre à jour les urls de contenu"
8162
-
8163
8151
  msgid "Update content view environments for host"
8164
8152
  msgstr ""
8165
8153
 
8166
8154
  msgid "Update content view environments for host %s"
8167
8155
  msgstr ""
8168
8156
 
8169
- msgid "Update distributions"
8170
- msgstr ""
8171
-
8172
8157
  msgid "Update hosts manually"
8173
8158
  msgstr ""
8174
8159
 
8175
- msgid "Update http proxy"
8176
- msgstr "Mettre à jour proxy http"
8177
-
8178
- msgid "Update http proxy details"
8179
- msgstr "Mise à jour des détails du proxy http"
8180
-
8181
8160
  msgid "Update installed packages, enabled repos, module inventory"
8182
8161
  msgstr "Mise à jour des packages installés, activation des repos, inventaire des modules"
8183
8162
 
@@ -8193,21 +8172,12 @@ msgstr "Mise à jour du package via l'interface Katello"
8193
8172
  msgid "Update packages via Katello interface"
8194
8173
  msgstr "Mise à jour du package via l'interface Katello"
8195
8174
 
8196
- msgid "Update redhat repository"
8197
- msgstr "Mettre à jour le référentiel de données Red Hat"
8198
-
8199
8175
  msgid "Update release version for host"
8200
8176
  msgstr "Mettre à jour la version de publication pour l'hôte"
8201
8177
 
8202
8178
  msgid "Update release version for host %s"
8203
8179
  msgstr "Mettre à jour la version de publication pour l'hôte %s"
8204
8180
 
8205
- msgid "Update remote"
8206
- msgstr ""
8207
-
8208
- msgid "Update repository"
8209
- msgstr ""
8210
-
8211
8181
  msgid "Update services requiring restart"
8212
8182
  msgstr "Mise à jour des services nécessitant un redémarrage"
8213
8183
 
@@ -8298,12 +8268,6 @@ msgstr "Télécharger une partie du contenu du fichier"
8298
8268
  msgid "Upload a subscription manifest"
8299
8269
  msgstr "Télécharger un fichier manifeste d'abonnement"
8300
8270
 
8301
- msgid "Upload content"
8302
- msgstr ""
8303
-
8304
- msgid "Upload file"
8305
- msgstr ""
8306
-
8307
8271
  msgid "Upload into"
8308
8272
  msgstr "Téléverser vers"
8309
8273
 
@@ -8313,9 +8277,6 @@ msgstr ""
8313
8277
  msgid "Upload request id"
8314
8278
  msgstr "Télécharger l'id de requête"
8315
8279
 
8316
- msgid "Upload tag"
8317
- msgstr ""
8318
-
8319
8280
  msgid "Upstream Candlepin"
8320
8281
  msgstr "Chandelle en amont"
8321
8282
 
@@ -8403,6 +8364,9 @@ msgstr "Nom d'utilisateur"
8403
8364
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8404
8365
  msgstr "Nom d'utilisateur pour l'authentification. Pertinent uniquement pour le type 'upstream_server'."
8405
8366
 
8367
+ msgid "Username for the flatpak remote"
8368
+ msgstr ""
8369
+
8406
8370
  msgid "Username of the upstream repository user used for authentication"
8407
8371
  msgstr "Nom d'utilisateur de l'utilisateur du référentiel en amont utilisé pour l'authentification"
8408
8372
 
@@ -8427,9 +8391,6 @@ msgstr "La valeur doit être soit un booléen, soit la valeur par défaut de \"e
8427
8391
  msgid "Verify SSL"
8428
8392
  msgstr "Vérifier SSL"
8429
8393
 
8430
- msgid "Verify checksum"
8431
- msgstr "Vérifier la somme de contrôle"
8432
-
8433
8394
  msgid "Verify checksum for content on smart proxy"
8434
8395
  msgstr ""
8435
8396
 
@@ -8736,6 +8697,9 @@ msgstr "un groupe de package"
8736
8697
  msgid "actions not found"
8737
8698
  msgstr "actions non trouvées"
8738
8699
 
8700
+ msgid "activation key"
8701
+ msgstr ""
8702
+
8739
8703
  msgid "activation key identifier"
8740
8704
  msgstr "identifiant de la clé d'activation"
8741
8705
 
@@ -8847,8 +8811,8 @@ msgstr "ne peut pas être nul"
8847
8811
  msgid "cannot be set because unlimited hosts is set"
8848
8812
  msgstr "ne peut pas être fixé parce que le nombre d'hôtes est illimité"
8849
8813
 
8850
- msgid "cannot be set for non-yum repositories."
8851
- msgstr "ne peut pas être défini pour les référentiels non-yum"
8814
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8815
+ msgstr ""
8852
8816
 
8853
8817
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
8854
8818
  msgstr "ne peut pas contenir de caractères autres que des alphanumériques ASCII, '_' ou '-'. "
@@ -8889,6 +8853,9 @@ msgstr "version du contenu de version"
8889
8853
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8890
8854
  msgstr "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8891
8855
 
8856
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8857
+ msgstr ""
8858
+
8892
8859
  msgid "content view component ID. Identifier of the component association"
8893
8860
  msgstr "ID du composant de visualisation du contenu. Identificateur de l'association de composants"
8894
8861
 
@@ -8973,8 +8940,8 @@ msgstr "description du référentiel"
8973
8940
  msgid "disk"
8974
8941
  msgstr "disque"
8975
8942
 
8976
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8977
- msgstr "politique de téléchargement pour les dépôts yum, deb et docker (soit 'immédiat', soit 'on_demand')"
8943
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8944
+ msgstr ""
8978
8945
 
8979
8946
  msgid "enables or disables synchronization"
8980
8947
  msgstr "active ou désactive la synchronisation"
@@ -9012,6 +8979,9 @@ msgstr "errata_ids est un paramètre obligatoire"
9012
8979
  msgid "erratum: IDs or a select all object"
9013
8980
  msgstr "erratum : ID ou objet tout sélectionner"
9014
8981
 
8982
+ msgid "erratum: allow types not matching a valid errata type"
8983
+ msgstr ""
8984
+
9015
8985
  msgid "erratum: end date (YYYY-MM-DD)"
9016
8986
  msgstr "erratum : date de fin (AAAA-MM-JJ)"
9017
8987
 
@@ -9072,6 +9042,9 @@ msgstr "a déjà été pris pour ce produit."
9072
9042
  msgid "here"
9073
9043
  msgstr ""
9074
9044
 
9045
+ msgid "host"
9046
+ msgstr ""
9047
+
9075
9048
  msgid "host collection name to filter by"
9076
9049
  msgstr "nom de la collection d'hôte avec lequel filtrer"
9077
9050
 
@@ -9192,6 +9165,18 @@ msgstr "Ids des flux de modules"
9192
9165
  msgid "module streams not found"
9193
9166
  msgstr "modules de flux non trouvés"
9194
9167
 
9168
+ msgid "multi-environment activation key"
9169
+ msgstr ""
9170
+
9171
+ msgid "multi-environment activation keys"
9172
+ msgstr ""
9173
+
9174
+ msgid "multi-environment host"
9175
+ msgstr ""
9176
+
9177
+ msgid "multi-environment hosts"
9178
+ msgstr ""
9179
+
9195
9180
  msgid "must be %{gpg_key} or %{cert}"
9196
9181
  msgstr "doit être %{gpg_key} ou %{cert}"
9197
9182