katello 4.18.1 → 4.19.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 (388) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
  7. data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
  10. data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
  11. data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
  14. data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
  21. data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
  22. data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
  30. data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
  43. data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  64. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  65. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  66. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  67. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  68. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  69. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  70. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  71. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  72. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  73. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  74. data/app/lib/actions/katello/content_view/create.rb +9 -4
  75. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  76. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  77. data/app/lib/actions/katello/content_view/update.rb +34 -7
  78. data/app/lib/actions/katello/product/content_create.rb +2 -2
  79. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  80. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  81. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  82. data/app/lib/actions/katello/repository/create.rb +1 -1
  83. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  84. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  85. data/app/lib/actions/katello/repository/sync.rb +1 -1
  86. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  89. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  90. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  91. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  93. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  94. data/app/lib/katello/resources/candlepin.rb +4 -0
  95. data/app/models/katello/authorization/repository.rb +17 -4
  96. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  97. data/app/models/katello/content_view_deb_filter.rb +10 -0
  98. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  99. data/app/models/katello/deb.rb +10 -10
  100. data/app/models/katello/erratum.rb +1 -1
  101. data/app/models/katello/glue/provider.rb +14 -3
  102. data/app/models/katello/host/content_facet.rb +1 -1
  103. data/app/models/katello/host/subscription_facet.rb +1 -7
  104. data/app/models/katello/product_content.rb +2 -2
  105. data/app/models/katello/repository.rb +4 -23
  106. data/app/models/katello/root_repository.rb +2 -5
  107. data/app/services/katello/candlepin/event_handler.rb +0 -33
  108. data/app/services/katello/candlepin/message_handler.rb +0 -41
  109. data/app/services/katello/content_unit_indexer.rb +59 -13
  110. data/app/services/katello/product_content_finder.rb +5 -4
  111. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  112. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  113. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  114. data/app/services/katello/pulp3/api/core.rb +10 -0
  115. data/app/services/katello/pulp3/deb.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  117. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  118. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  119. data/app/services/katello/pulp3/file_unit.rb +1 -0
  120. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  121. data/app/services/katello/pulp3/module_stream.rb +1 -0
  122. data/app/services/katello/pulp3/package_group.rb +1 -0
  123. data/app/services/katello/pulp3/repository/apt.rb +41 -16
  124. data/app/services/katello/pulp3/repository.rb +59 -10
  125. data/app/services/katello/pulp3/rpm.rb +3 -2
  126. data/app/services/katello/pulp3/srpm.rb +3 -2
  127. data/app/services/katello/pulp3/task_group.rb +1 -1
  128. data/app/services/katello/registration_manager.rb +19 -17
  129. data/app/services/katello/repository_type_manager.rb +7 -5
  130. data/app/services/katello/smart_proxy_helper.rb +1 -6
  131. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  132. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  133. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  134. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  135. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  136. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  137. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  138. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  140. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  141. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  142. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  143. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  144. data/config/initializers/monkeys.rb +1 -0
  145. data/config/routes/api/v2.rb +2 -2
  146. data/config/routes/overrides.rb +2 -7
  147. data/config/routes.rb +2 -0
  148. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  149. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  150. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  151. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  152. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  153. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  200. data/lib/katello/permission_creator.rb +2 -2
  201. data/lib/katello/permissions/host_permissions.rb +0 -6
  202. data/lib/katello/plugin.rb +17 -8
  203. data/lib/katello/tasks/jenkins.rake +1 -1
  204. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  205. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  206. data/lib/katello/version.rb +1 -1
  207. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  208. data/locale/action_names.rb +0 -6
  209. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/bn/katello.po +379 -109
  211. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/bn_IN/katello.po +379 -109
  213. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ca/katello.po +379 -109
  215. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/cs/katello.po +380 -111
  217. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/cs_CZ/katello.po +382 -112
  219. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/de/katello.po +386 -116
  221. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/de_AT/katello.po +379 -109
  223. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/de_DE/katello.po +379 -109
  225. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/el/katello.po +381 -111
  227. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/en/katello.po +380 -111
  229. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/en_GB/katello.po +379 -109
  231. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/en_US/katello.po +379 -109
  233. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/es/katello.po +383 -113
  235. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/et_EE/katello.po +379 -109
  237. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/fr/katello.po +389 -119
  239. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/gl/katello.po +379 -109
  241. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/gu/katello.po +379 -109
  243. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/he_IL/katello.po +379 -109
  245. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/hi/katello.po +379 -109
  247. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/id/katello.po +379 -109
  249. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/it/katello.po +379 -109
  251. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ja/katello.po +390 -119
  253. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/ka/katello.po +385 -115
  255. data/locale/katello.pot +1273 -831
  256. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/kn/katello.po +379 -109
  258. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/ko/katello.po +389 -119
  260. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/ml_IN/katello.po +379 -109
  262. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/mr/katello.po +379 -109
  264. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/nl_NL/katello.po +379 -109
  266. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/or/katello.po +379 -109
  268. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  269. data/locale/pa/katello.po +379 -109
  270. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  271. data/locale/pl/katello.po +379 -109
  272. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/pl_PL/katello.po +379 -109
  274. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/pt/katello.po +379 -109
  276. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/pt_BR/katello.po +383 -113
  278. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/ro/katello.po +379 -109
  280. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  281. data/locale/ro_RO/katello.po +379 -109
  282. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  283. data/locale/ru/katello.po +381 -111
  284. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/sl/katello.po +379 -109
  286. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  287. data/locale/sv_SE/katello.po +379 -109
  288. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  289. data/locale/ta/katello.po +379 -109
  290. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/ta_IN/katello.po +379 -109
  292. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  293. data/locale/te/katello.po +379 -109
  294. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/tr/katello.po +379 -109
  296. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/vi/katello.po +379 -109
  298. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/vi_VN/katello.po +379 -109
  300. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/zh/katello.po +379 -109
  302. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/zh_CN/katello.po +389 -119
  304. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/zh_TW/katello.po +381 -111
  306. data/webpack/ForemanColumnExtensions/index.js +46 -2
  307. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  308. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  309. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  310. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  311. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  312. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  313. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  314. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  315. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  316. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  317. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  318. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
  319. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  320. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  321. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
  322. data/webpack/containers/Application/config.js +11 -1
  323. data/webpack/global_index.js +3 -0
  324. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  325. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  326. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  327. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  328. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  329. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  330. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  331. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  332. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  333. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  334. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  335. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  336. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  337. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  338. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  339. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  340. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  341. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  342. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  343. data/webpack/scenes/ContainerImages/index.js +4 -0
  344. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  345. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  346. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  347. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  348. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  349. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  350. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  351. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  352. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  353. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  354. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  355. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  356. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  357. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  358. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  359. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  360. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  361. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  362. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  363. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  364. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  365. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  366. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  367. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  368. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  369. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  370. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  371. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  372. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  373. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  374. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  375. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  376. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  377. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  378. metadata +82 -56
  379. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  380. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  381. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  382. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  383. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  384. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  385. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  386. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  387. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  388. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/fr/katello.po CHANGED
@@ -12,15 +12,15 @@
12
12
  # Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
13
13
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
14
14
  # Bryan Kearney <bryan.kearney@gmail.com>, 2025
15
- # Amit Upadhye <aupadhye@redhat.com>, 2025
16
15
  # Ondřej Gajdušek, 2025
16
+ # Amit Upadhye <aupadhye@redhat.com>, 2025
17
17
  #
18
18
  msgid ""
19
19
  msgstr ""
20
- "Project-Id-Version: katello 4.18.0\n"
20
+ "Project-Id-Version: katello 4.19.0.rc1\n"
21
21
  "Report-Msgid-Bugs-To: \n"
22
22
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
23
- "Last-Translator: Ondřej Gajdušek, 2025\n"
23
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
24
24
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
25
25
  "MIME-Version: 1.0\n"
26
26
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -126,6 +126,9 @@ msgstr "${selectedContentType}"
126
126
  msgid "${selectedContentType} will appear here when created."
127
127
  msgstr "${selectedContentType} apparaîtra ici lors de sa création."
128
128
 
129
+ msgid "${totalCount} labels and annotations"
130
+ msgstr ""
131
+
129
132
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
130
133
  msgstr "%s%s a %s Hôtes et %s Groupes d’hôtes qui devront être réassociés après la suppression. Supprimer %s ?"
131
134
 
@@ -465,9 +468,6 @@ msgstr "Un travail d'exécution à distance est en cours"
465
468
  msgid "A remote execution job is in progress."
466
469
  msgstr "Un travail d'exécution à distance est en cours."
467
470
 
468
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
469
- msgstr "Un niveau de service pour le processus de auto-healing, ex : SELF-SUPPORT"
470
-
471
471
  msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
472
472
  msgstr "Un proxy smart semble avoir été rafraîchi sans que pulpcore soit en cours d'exécution. Veuillez rafraîchir le smart proxy après vous être assuré que les services pulpcore sont en cours d'exécution."
473
473
 
@@ -483,6 +483,9 @@ msgstr "TOUT"
483
483
  msgid "About page"
484
484
  msgstr "Page d'accueil"
485
485
 
486
+ msgid "Abstract async task"
487
+ msgstr ""
488
+
486
489
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
487
490
  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\"."
488
491
 
@@ -570,12 +573,15 @@ msgstr "Ajouter une règle DEB"
570
573
  msgid "Add RPM rule"
571
574
  msgstr "Ajouter une règle RPM"
572
575
 
576
+ msgid "Add Red Hat Flatpak remote"
577
+ msgstr ""
578
+
579
+ msgid "Add Red Hat flatpak remote"
580
+ msgstr ""
581
+
573
582
  msgid "Add Subscriptions"
574
583
  msgstr "Ajouter Abonnements"
575
584
 
576
- msgid "Add a subscription to a host"
577
- msgstr "Ajouter un abonnement à un hôte"
578
-
579
585
  msgid "Add an alternate content source"
580
586
  msgstr "Montrer une autre source de contenu"
581
587
 
@@ -627,6 +633,9 @@ msgstr "Ajouter référentiels"
627
633
  msgid "Add repositories with package groups to content view to select them here."
628
634
  msgstr "Ajouter des référentiels avec des groupes de paquets à l’affichage de contenu pour les sélectionner ici."
629
635
 
636
+ msgid "Add rolling repo clone"
637
+ msgstr ""
638
+
630
639
  msgid "Add rule"
631
640
  msgstr "Ajouter une règle"
632
641
 
@@ -639,21 +648,24 @@ msgstr "Ajouter des abonnements"
639
648
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
640
649
  msgstr "Ajouter les abonnements consommés par un manifeste de Red Hat Subscription Management"
641
650
 
642
- msgid "Add subscriptions to one or more hosts"
643
- msgstr "Ajouter des abonnements à un ou plusieurs hôtes"
644
-
645
651
  msgid "Add subscriptions using the Add Subscriptions button."
646
652
  msgstr "Ajouter des abonnements à l'aide du bouton Ajouter des abonnements."
647
653
 
648
654
  msgid "Add to a host collection"
649
655
  msgstr "Ajouter à une collection d'hôtes"
650
656
 
657
+ msgid "Add to host collections"
658
+ msgstr ""
659
+
651
660
  msgid "Added"
652
661
  msgstr "Ajouté"
653
662
 
654
663
  msgid "Added %s"
655
664
  msgstr "%s Ajouté"
656
665
 
666
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
667
+ msgstr ""
668
+
657
669
  msgid "Added Content:"
658
670
  msgstr "Contenu ajouté :"
659
671
 
@@ -696,6 +708,9 @@ msgstr "Toutes les errata sont applicables"
696
708
  msgid "All errata up-to-date"
697
709
  msgstr "Tous les errata sont à jour"
698
710
 
711
+ msgid "All selected hosts were already members of host collection %{host_collection}."
712
+ msgstr ""
713
+
699
714
  msgid "All subpaths must have a slash at the end and none at the front"
700
715
  msgstr "Tous les sous-chemins doivent avoir une barre oblique à la fin et aucune au début"
701
716
 
@@ -781,6 +796,9 @@ msgid ""
781
796
  "%{error_message}"
782
797
  msgstr "Une erreur s'est produite lors de la synchronisation %{error_message}"
783
798
 
799
+ msgid "An error occurred while updating host collections"
800
+ msgstr ""
801
+
784
802
  msgid "An option to specify how many ostree commits to traverse."
785
803
  msgstr "Une option pour spécifier le nombre de commits ostree à parcourir."
786
804
 
@@ -913,12 +931,6 @@ msgstr "Tableau d'identification des pools locaux. Seuls les pools provenant de
913
931
  msgid "Array of pools to add"
914
932
  msgstr "Tableau des pools à ajouter"
915
933
 
916
- msgid "Array of subscriptions to add"
917
- msgstr "Ensemble d'abonnements à ajouter"
918
-
919
- msgid "Array of subscriptions to remove"
920
- msgstr "Ensemble d'abonnements à supprimer"
921
-
922
934
  msgid "Array of uploads to import"
923
935
  msgstr "Ensemble des téléchargements à importer"
924
936
 
@@ -976,15 +988,6 @@ msgstr "Au moins un des éléments sélectionnés nécessite le redémarrage de
976
988
  msgid "At least one organization must exist."
977
989
  msgstr "Au moins une organisation doit exister."
978
990
 
979
- msgid "Attach a subscription"
980
- msgstr "Attacher Abonnement"
981
-
982
- msgid "Attach subscriptions"
983
- msgstr "Attacher abonnements"
984
-
985
- msgid "Attach subscriptions to %s"
986
- msgstr "Attacher abonnements à %s"
987
-
988
991
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
989
992
  msgstr "Tentative de destruction du consommateur %s de candlepin, mais le consommateur n'existe pas dans candlepin"
990
993
 
@@ -1084,6 +1087,9 @@ msgstr "Ajouter cette recherche aux favoris"
1084
1087
  msgid "Bookmarks marked as public are available to all users"
1085
1088
  msgstr "Les signets marqués comme étant publics sont disponibles à tous les utilisateurs"
1086
1089
 
1090
+ msgid "Bootable"
1091
+ msgstr ""
1092
+
1087
1093
  msgid "Bootc rollback via Bootc interface"
1088
1094
  msgstr "Restauration de Bootc via l'interface Bootc"
1089
1095
 
@@ -1096,6 +1102,9 @@ msgstr "Commutation Bootc via l'interface Bootc"
1096
1102
  msgid "Bootc upgrade via Bootc interface"
1097
1103
  msgstr "Mise à niveau de Bootc via l'interface Bootc"
1098
1104
 
1105
+ msgid "Booted"
1106
+ msgstr ""
1107
+
1099
1108
  msgid "Booted Container Images"
1100
1109
  msgstr "Images de conteneurs démarrés"
1101
1110
 
@@ -1405,6 +1414,9 @@ msgstr "Changer la source du contenu"
1405
1414
  msgid "Change content view environments"
1406
1415
  msgstr "Modifier les environnements d'affichage de contenu"
1407
1416
 
1417
+ msgid "Change host collections"
1418
+ msgstr ""
1419
+
1408
1420
  msgid "Change host content source"
1409
1421
  msgstr "Changer la source du contenu de l'hôte"
1410
1422
 
@@ -1492,6 +1504,9 @@ msgstr "Liste de balises, séparées par des virgules, à exclure lors de la syn
1492
1504
  msgid "Comma-separated list of tags to sync for a container image repository"
1493
1505
  msgstr "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs"
1494
1506
 
1507
+ msgid "Commit upload"
1508
+ msgstr ""
1509
+
1495
1510
  msgid "Compare"
1496
1511
  msgstr "Comparez"
1497
1512
 
@@ -1564,6 +1579,9 @@ msgstr "Balise d'image de conteneur"
1564
1579
  msgid "Container image tags"
1565
1580
  msgstr "Balises d'images de conteneurs"
1566
1581
 
1582
+ msgid "Container images"
1583
+ msgstr ""
1584
+
1567
1585
  msgid "Container manifest lists"
1568
1586
  msgstr "Listes de manifestes d'images de conteneur"
1569
1587
 
@@ -1843,15 +1861,27 @@ msgstr "Copié dans le presse-papiers"
1843
1861
  msgid "Copy"
1844
1862
  msgstr "Copie"
1845
1863
 
1864
+ msgid "Copy all units"
1865
+ msgstr ""
1866
+
1846
1867
  msgid "Copy an activation key"
1847
1868
  msgstr "Copier une clé d'activation|"
1848
1869
 
1870
+ msgid "Copy content"
1871
+ msgstr ""
1872
+
1849
1873
  msgid "Copy content view"
1850
1874
  msgstr "Copier l’affichage de contenu"
1851
1875
 
1852
1876
  msgid "Copy to clipboard"
1853
1877
  msgstr "Copier dans le presse-papiers"
1854
1878
 
1879
+ msgid "Copy version"
1880
+ msgstr ""
1881
+
1882
+ msgid "Copy version units to library"
1883
+ msgstr ""
1884
+
1855
1885
  msgid "Cores per socket"
1856
1886
  msgstr "Cores par socket"
1857
1887
 
@@ -2065,23 +2095,35 @@ msgstr "Créez les informations d'identification du contenu avec le certificat e
2065
2095
  msgid "Create content view"
2066
2096
  msgstr "Créer Affichage du contenu"
2067
2097
 
2098
+ msgid "Create exporter"
2099
+ msgstr ""
2100
+
2068
2101
  msgid "Create filter"
2069
2102
  msgstr "Créer un filtre"
2070
2103
 
2071
2104
  msgid "Create host collection"
2072
2105
  msgstr "Créer Collection d'hôtes"
2073
2106
 
2107
+ msgid "Create import"
2108
+ msgstr ""
2109
+
2110
+ msgid "Create importer"
2111
+ msgstr ""
2112
+
2074
2113
  msgid "Create new activation key"
2075
2114
  msgstr "Créer une nouvelle clé d'activation"
2076
2115
 
2077
2116
  msgid "Create organization"
2078
2117
  msgstr "Créer une organisation"
2079
2118
 
2080
- msgid "Create package filter rule"
2081
- msgstr "Créer une règle de filtrage des paquets"
2119
+ msgid "Create publication"
2120
+ msgstr ""
2121
+
2122
+ msgid "Create remote"
2123
+ msgstr ""
2082
2124
 
2083
- msgid "Create rule"
2084
- msgstr "Créer une règle"
2125
+ msgid "Creation"
2126
+ msgstr ""
2085
2127
 
2086
2128
  msgid "Credentials"
2087
2129
  msgstr "Identifiants"
@@ -2344,12 +2386,36 @@ msgstr "Supprimer l’affichage du contenu"
2344
2386
  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."
2345
2387
  msgstr "Supprimez les filtres d'affichage de contenu qui ont ce référentiel comme dernier référentiel associé. La valeur par défaut est vrai. S'ils sont sur faux, ces filtres s'appliqueront désormais à tous les référentiels dans la vue du contenu."
2346
2388
 
2389
+ msgid "Delete distributions"
2390
+ msgstr ""
2391
+
2347
2392
  msgid "Delete manifest from Red Hat provider"
2348
2393
  msgstr "Supprimer le fichier manifeste du fournisseur Red Hat"
2349
2394
 
2350
2395
  msgid "Delete multiple filters from a content view"
2351
2396
  msgstr "Supprimer plusieurs filtres d'affichage de contenu"
2352
2397
 
2398
+ msgid "Delete orphan alternate content sources"
2399
+ msgstr ""
2400
+
2401
+ msgid "Delete orphan distributions"
2402
+ msgstr ""
2403
+
2404
+ msgid "Delete orphan remotes"
2405
+ msgstr ""
2406
+
2407
+ msgid "Delete orphan repository versions"
2408
+ msgstr ""
2409
+
2410
+ msgid "Delete orphaned migrated repositories"
2411
+ msgstr ""
2412
+
2413
+ msgid "Delete remote"
2414
+ msgstr ""
2415
+
2416
+ msgid "Delete repository references"
2417
+ msgstr ""
2418
+
2353
2419
  msgid "Delete version"
2354
2420
  msgstr "Supprimer la version"
2355
2421
 
@@ -2449,6 +2515,12 @@ msgstr "Détruire un environnement"
2449
2515
  msgid "Destroy an environment in an organization"
2450
2516
  msgstr "Détruire un environnement dans une organisation"
2451
2517
 
2518
+ msgid "Destroy exporter"
2519
+ msgstr ""
2520
+
2521
+ msgid "Destroy importer"
2522
+ msgstr ""
2523
+
2452
2524
  msgid "Destroy one or more alternate content sources"
2453
2525
  msgstr "Détruire une ou plusieurs sources de contenu alternatives"
2454
2526
 
@@ -2482,9 +2554,6 @@ msgstr "Désactiver"
2482
2554
  msgid "Disable Red Hat Insights."
2483
2555
  msgstr "Désactivez Red Hat Insights."
2484
2556
 
2485
- msgid "Disable Simple Content Access"
2486
- msgstr "Désactivez l'accès au contenu simple"
2487
-
2488
2557
  msgid "Disable a repository from the set"
2489
2558
  msgstr "Activer un référentiel à partir de l'ensemble"
2490
2559
 
@@ -2497,6 +2566,9 @@ msgstr "Désactivé"
2497
2566
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2498
2567
  msgstr "La désactivation de l'accès au contenu simple a échoué pour '%{subject}'."
2499
2568
 
2569
+ msgid "Discover"
2570
+ msgstr ""
2571
+
2500
2572
  msgid "Discover Repositories"
2501
2573
  msgstr "Découvrir des référentiels"
2502
2574
 
@@ -2548,6 +2620,9 @@ msgstr "AVIS ERRATA"
2548
2620
  msgid "Edit"
2549
2621
  msgstr "Modifier"
2550
2622
 
2623
+ msgid "Edit DEB rule"
2624
+ msgstr ""
2625
+
2551
2626
  msgid "Edit Flatpak Remote"
2552
2627
  msgstr "Modifier la télécommande Flatpak"
2553
2628
 
@@ -2575,9 +2650,6 @@ msgstr "Modifier les détails"
2575
2650
  msgid "Edit filter rule"
2576
2651
  msgstr "Modifier la règle de filtrage"
2577
2652
 
2578
- msgid "Edit package filter rule"
2579
- msgstr "Modifier la règle de filtrage des paquets"
2580
-
2581
2653
  msgid "Edit products"
2582
2654
  msgstr "Modifier les produits"
2583
2655
 
@@ -2620,9 +2692,6 @@ msgstr "Activer"
2620
2692
  msgid "Enable Red Hat repositories"
2621
2693
  msgstr "Activer les référentiels Red Hat"
2622
2694
 
2623
- msgid "Enable Simple Content Access"
2624
- msgstr "Permettre un accès simple au contenu"
2625
-
2626
2695
  msgid "Enable Tracer"
2627
2696
  msgstr "Activer Traceur"
2628
2697
 
@@ -2635,9 +2704,6 @@ msgstr "Activer un référentiel à partir de l'ensemble"
2635
2704
  msgid "Enable repository sets"
2636
2705
  msgstr "Activer les ensembles de référentiels"
2637
2706
 
2638
- msgid "Enable structured APT for deb content"
2639
- msgstr "Activer l'APT structuré pour le contenu deb"
2640
-
2641
2707
  msgid "Enable/Disable auto publish of composite view"
2642
2708
  msgstr "Activer/désactiver la publication automatique de la vue composite"
2643
2709
 
@@ -2698,6 +2764,9 @@ msgstr "IDs des environnements"
2698
2764
  msgid "Environment cannot be in its own promotion path"
2699
2765
  msgstr "L'environnement ne peut pas se trouver dans son propre chemin de promotion"
2700
2766
 
2767
+ msgid "Environment contents refresh"
2768
+ msgstr ""
2769
+
2701
2770
  msgid "Environment identifier"
2702
2771
  msgstr "Identifiant d'environnement"
2703
2772
 
@@ -2737,6 +2806,9 @@ msgstr "Les errata et les informations sur les paquets seront mis à jour imméd
2737
2806
  msgid "Errata id of the erratum (RHSA-2012:108)"
2738
2807
  msgstr "Id de l'erratum (RHSA-2012:108)"
2739
2808
 
2809
+ msgid "Errata mail"
2810
+ msgstr ""
2811
+
2740
2812
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2741
2813
  msgstr "Les statuts d'errata ne sont pas mis à jour pour la facette de contenu supprimée avec UUID %s"
2742
2814
 
@@ -2902,6 +2974,9 @@ msgstr "Récupérez les flux de modules disponibles pour les hôtes."
2902
2974
  msgid "Fetch installable errata for one or more hosts."
2903
2975
  msgstr "Récupérer les errata installables pour un ou plusieurs hôtes."
2904
2976
 
2977
+ msgid "Fetch pxe files"
2978
+ msgstr ""
2979
+
2905
2980
  msgid "Fetch traces for one or more hosts"
2906
2981
  msgstr "Rechercher traces pour un ou plusieurs hôtes"
2907
2982
 
@@ -2995,6 +3070,9 @@ msgstr "Filtrer les versions par numéro de version"
2995
3070
  msgid "Filter versions that are components in the specified composite version"
2996
3071
  msgstr "Filtrer les versions composantes dans la version composite spécifiée"
2997
3072
 
3073
+ msgid "Filtered index content"
3074
+ msgstr ""
3075
+
2998
3076
  msgid "Filters"
2999
3077
  msgstr "Filtres"
3000
3078
 
@@ -3016,6 +3094,9 @@ msgstr "Terminé"
3016
3094
  msgid "Finished"
3017
3095
  msgstr "Terminé"
3018
3096
 
3097
+ msgid "Flatpak"
3098
+ msgstr ""
3099
+
3019
3100
  msgid "Flatpak Remote ${name} created"
3020
3101
  msgstr "Télécommande Flatpak ${name} créé"
3021
3102
 
@@ -3110,9 +3191,15 @@ msgstr "Générer un statut d'errata à partir du contenu directement installabl
3110
3191
  msgid "Generate host applicability"
3111
3192
  msgstr "Générer l'applicabilité à l'hôte"
3112
3193
 
3194
+ msgid "Generate metadata"
3195
+ msgstr ""
3196
+
3113
3197
  msgid "Generate repository applicability"
3114
3198
  msgstr "Générer l'applicabilité du référentiel"
3115
3199
 
3200
+ msgid "Generate username and password"
3201
+ msgstr ""
3202
+
3116
3203
  msgid "Generated"
3117
3204
  msgstr "Généré"
3118
3205
 
@@ -3347,6 +3434,12 @@ msgstr "Combien de référentiels doivent être synchronisés simultanément sur
3347
3434
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3348
3435
  msgstr "Comment classer les résultats triés (ex : ASC for pour croissant)"
3349
3436
 
3437
+ msgid "Hypervisors"
3438
+ msgstr ""
3439
+
3440
+ msgid "Hypervisors update"
3441
+ msgstr ""
3442
+
3350
3443
  msgid "ID"
3351
3444
  msgstr "ID"
3352
3445
 
@@ -3535,12 +3628,6 @@ msgstr "Si les hôtes ne parviennent pas à s'enregistrer en raison de doublons
3535
3628
  msgid "If product certificates should be used to authenticate to a custom CDN."
3536
3629
  msgstr "Si les certificats de produit doivent être utilisés pour s’authentifier auprès d’un CDN personnalisé."
3537
3630
 
3538
- msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
3539
- msgstr "Si ce paramètre est défini, les référentiel APT nouvellement créés dans Katello utiliseront la même structure de référentiel que les référentiels distants à partir desquels ils sont synchronisés. Vous pouvez migrer les référentiels APT existants pour qu'ils correspondent au paramètre, en exécutant « foreman-rake katello:migrate_structure_content_for_deb »."
3540
-
3541
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3542
- msgstr "Si spécifié, supprimer la première instance d'un abonnement avec la quantité et l'id correspondants"
3543
-
3544
3631
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3545
3632
  msgstr "Si les proxys HTTP attribués aux proxys smart doivent être utilisés"
3546
3633
 
@@ -3670,6 +3757,9 @@ msgstr "Importe un référentiel"
3670
3757
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3671
3758
  msgstr "Importez un manifeste d'abonnement pour permettre aux hôtes d'accéder au contenu Red Hat."
3672
3759
 
3760
+ msgid "Import migration"
3761
+ msgstr ""
3762
+
3673
3763
  msgid "Import new manifest"
3674
3764
  msgstr "Importer un nouveau manifeste"
3675
3765
 
@@ -3679,6 +3769,12 @@ msgstr "Importation uniquement"
3679
3769
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3680
3770
  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."
3681
3771
 
3772
+ msgid "Import repository upload"
3773
+ msgstr ""
3774
+
3775
+ msgid "Import upload"
3776
+ msgstr ""
3777
+
3682
3778
  msgid "Import uploads into a repository"
3683
3779
  msgstr "Importer les téléchargements dans un référentiel"
3684
3780
 
@@ -3745,6 +3841,9 @@ msgstr "Mise à jour croissante"
3745
3841
  msgid "Incremental Update incomplete."
3746
3842
  msgstr "Mise à jour incrémentielle incomplète."
3747
3843
 
3844
+ msgid "Incremental Update of Content View Version(s) "
3845
+ msgstr ""
3846
+
3748
3847
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3749
3848
  msgstr "Mise à jour incrémentielle de %{content_view_count}Version(s) d'affichage de contenu "
3750
3849
 
@@ -3757,12 +3856,27 @@ msgstr "La mise à jour progressive nécessite au moins une unité de contenu"
3757
3856
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3758
3857
  msgstr "Mise à jour croissante spécifiée pour le composite %{name} version %{version}, mais aucun composant mis à jour."
3759
3858
 
3859
+ msgid "Index content"
3860
+ msgstr ""
3861
+
3862
+ msgid "Index errata"
3863
+ msgstr ""
3864
+
3865
+ msgid "Index module streams"
3866
+ msgstr ""
3867
+
3868
+ msgid "Index package groups"
3869
+ msgstr ""
3870
+
3760
3871
  msgid "Informable Type must be one of the following [ %{list} ]"
3761
3872
  msgstr "Le type Informable doit être l'un parmi [%{list} ]"
3762
3873
 
3763
3874
  msgid "Inherit from Repository"
3764
3875
  msgstr "Hérité du référentiel"
3765
3876
 
3877
+ msgid "Initialize"
3878
+ msgstr ""
3879
+
3766
3880
  msgid "Initiate a sync of the products attached to the sync plan"
3767
3881
  msgstr "Initier une synchronisation des produits attachés au plan de synchronisation"
3768
3882
 
@@ -3838,9 +3952,15 @@ msgstr "Installation du groupe de paquets..."
3838
3952
  msgid "Installing Package..."
3839
3953
  msgstr "Installation du paquet..."
3840
3954
 
3955
+ msgid "Instance update"
3956
+ msgstr ""
3957
+
3841
3958
  msgid "Instance-based"
3842
3959
  msgstr "Basé sur l'instance"
3843
3960
 
3961
+ msgid "Insufficient space for selected hosts"
3962
+ msgstr ""
3963
+
3844
3964
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3845
3965
  msgstr "Interprète l'objet spécifié à retourner uniquement les Collections d'hôtes qui peuvent être associées à l'objet spécifié. La valeur 'hôte' est prise en charge."
3846
3966
 
@@ -3964,6 +4084,9 @@ msgstr "Il n'est pas possible d'exporter une vue de contenu déroulante."
3964
4084
  msgid "It's not possible to promote a rolling content view."
3965
4085
  msgstr "Il n'est pas possible de promouvoir une vue de contenu continue."
3966
4086
 
4087
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4088
+ msgstr ""
4089
+
3967
4090
  msgid "It's not possible to publish a rolling content view."
3968
4091
  msgstr "Il n'est pas possible de publier une vue de contenu continue."
3969
4092
 
@@ -4072,6 +4195,15 @@ msgstr "Balise du contenu"
4072
4195
  msgid "Label of the flatpak remote"
4073
4196
  msgstr "Libellé flatpak remote"
4074
4197
 
4198
+ msgid "Labels"
4199
+ msgstr ""
4200
+
4201
+ msgid "Labels and annotations"
4202
+ msgstr ""
4203
+
4204
+ msgid "Labels | Annotations"
4205
+ msgstr ""
4206
+
4075
4207
  msgid "Last check-in:"
4076
4208
  msgstr "Dernière vérification :"
4077
4209
 
@@ -4174,6 +4306,9 @@ msgstr "Environnement de cycle de vie : {lce}"
4174
4306
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4175
4307
  msgstr "Les environnements du cycle de vie ne peuvent pas être modifiés sur le proxy smart par défaut. Le contenu de tous les environnements de cycle de vie existera sur ce proxy smart."
4176
4308
 
4309
+ msgid "Limit"
4310
+ msgstr ""
4311
+
4177
4312
  msgid "Limit actions to content in the host's environment."
4178
4313
  msgstr "Limitez les actions au contenu de l'environnement de l'hôte."
4179
4314
 
@@ -4363,6 +4498,9 @@ msgstr "Liste d'ids d'hôtes de contenu pour remplacer les hôtes dans la collec
4363
4498
  msgid "List of hypervisor guest uuids"
4364
4499
  msgstr "Liste des uuids invités de l'hyperviseur"
4365
4500
 
4501
+ msgid "List of lifecycle environments for rolling content views"
4502
+ msgstr ""
4503
+
4366
4504
  msgid "List of package group names (Deprecated)"
4367
4505
  msgstr "Liste de noms de groupes de paquets (dépréciée)"
4368
4506
 
@@ -4501,12 +4639,18 @@ msgstr "Gérer les ensembles de référentiels"
4501
4639
  msgid "Manifest"
4502
4640
  msgstr "Manifeste"
4503
4641
 
4642
+ msgid "Manifest Details"
4643
+ msgstr ""
4644
+
4504
4645
  msgid "Manifest History"
4505
4646
  msgstr "L'historique du manifeste"
4506
4647
 
4507
4648
  msgid "Manifest deleted"
4508
4649
  msgstr "Manifeste supprimé"
4509
4650
 
4651
+ msgid "Manifest digest"
4652
+ msgstr ""
4653
+
4510
4654
  msgid "Manifest does not have a valid subscription"
4511
4655
  msgstr "Le manifeste n’a pas d’abonnement valide"
4512
4656
 
@@ -4591,6 +4735,9 @@ msgstr "Message"
4591
4735
  msgid "Messaging connection"
4592
4736
  msgstr "Connexion à la messagerie"
4593
4737
 
4738
+ msgid "Metadata generate"
4739
+ msgstr ""
4740
+
4594
4741
  msgid ""
4595
4742
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4596
4743
  "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."
@@ -4629,6 +4776,9 @@ msgstr "Modéliser"
4629
4776
  msgid "Moderate"
4630
4777
  msgstr "Modéré"
4631
4778
 
4779
+ msgid "Modified"
4780
+ msgstr ""
4781
+
4632
4782
  msgid "Modify via remote execution"
4633
4783
  msgstr "Modifier via l'exécution à distance"
4634
4784
 
@@ -4656,6 +4806,15 @@ msgstr "Les flux de modules apparaîtront ici après avoir activé les référen
4656
4806
  msgid "Multi Content View Environment"
4657
4807
  msgstr "Environnement d'affichage multi-contenu"
4658
4808
 
4809
+ msgid "Multi copy all units"
4810
+ msgstr ""
4811
+
4812
+ msgid "Multi copy content"
4813
+ msgstr ""
4814
+
4815
+ msgid "Multi copy units"
4816
+ msgstr ""
4817
+
4659
4818
  msgid "Multi-entitlement"
4660
4819
  msgstr "Droits d’accès multiples"
4661
4820
 
@@ -4962,6 +5121,9 @@ msgstr "Aucun package installé et/ou référentiel activé n'a été signalé p
4962
5121
  msgid "No items have been specified."
4963
5122
  msgstr "Aucun objet n'a été spécifié."
4964
5123
 
5124
+ msgid "No labels"
5125
+ msgstr ""
5126
+
4965
5127
  msgid "No manifest file uploaded"
4966
5128
  msgstr "Aucun fichier manifeste téléchargé"
4967
5129
 
@@ -5277,9 +5439,6 @@ msgstr "L'organisation %s a été supprimée."
5277
5439
  msgid "Organization ID"
5278
5440
  msgstr "ID de l’organisation"
5279
5441
 
5280
- msgid "Organization ID is required"
5281
- msgstr "L'identification de l'organisation est requise"
5282
-
5283
5442
  msgid "Organization ID or title"
5284
5443
  msgstr "ID Organisation non trouvée : ' '"
5285
5444
 
@@ -5304,6 +5463,9 @@ msgstr "Balise de l'organisation"
5304
5463
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5305
5464
  msgstr "Le libellé d'organisation '%s \" est ambigu. Essayez d'utiliser un nom de conteneur basé sur un identifiant."
5306
5465
 
5466
+ msgid "Organization must be specified when providing product by name."
5467
+ msgstr ""
5468
+
5307
5469
  msgid "Organization not found"
5308
5470
  msgstr "Organisation non trouvée"
5309
5471
 
@@ -5707,6 +5869,9 @@ msgstr "Étiquette du produit"
5707
5869
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5708
5870
  msgstr "Le libellé du produit '%s \" est ambigu. Essayez d'utiliser un nom de conteneur basé sur un identifiant."
5709
5871
 
5872
+ msgid "Product must be specified."
5873
+ msgstr ""
5874
+
5710
5875
  msgid "Product name"
5711
5876
  msgstr "Nom du produit"
5712
5877
 
@@ -5767,6 +5932,9 @@ msgstr "Résumé de la promotion pour %{content_view}"
5767
5932
  msgid "Promotion to Environment"
5768
5933
  msgstr "Promotion à Environnement"
5769
5934
 
5935
+ msgid "Provide credentials if the registry requires authentication"
5936
+ msgstr ""
5937
+
5770
5938
  msgid "Provide the required information and click {update} below to save changes."
5771
5939
  msgstr "Fournissez les informations requises et cliquez sur {update} ci-dessous pour enregistrer les modifications."
5772
5940
 
@@ -5866,6 +6034,9 @@ msgstr "Stockage Pulp"
5866
6034
  msgid "Pulp task error"
5867
6035
  msgstr "Erreur de tâche pulp"
5868
6036
 
6037
+ msgid "Purge completed tasks"
6038
+ msgstr ""
6039
+
5869
6040
  msgid "Python Package"
5870
6041
  msgstr "Paquet Python"
5871
6042
 
@@ -5893,15 +6064,6 @@ msgstr "La quantité ne doit pas être supérieure à ${pool.available}"
5893
6064
  msgid "Quantity of entitlements to bind"
5894
6065
  msgstr "Quantité de droits d’accès à rattacher"
5895
6066
 
5896
- msgid "Quantity of specified subscription to remove"
5897
- msgstr "Quantité de souscriptions spécifiées à retirer"
5898
-
5899
- msgid "Quantity of this subscription to add"
5900
- msgstr "Nombre de ces abonnements à ajouter"
5901
-
5902
- msgid "Quantity of this subscriptions to add"
5903
- msgstr "Quantité de cet abonnement à ajouter"
5904
-
5905
6067
  msgid "Quantity to Allocate"
5906
6068
  msgstr "Quantité à allouer"
5907
6069
 
@@ -5974,6 +6136,9 @@ msgstr "Redémarrage nécessaire"
5974
6136
  msgid "Reclaim Space"
5975
6137
  msgstr "Récupération d’espace"
5976
6138
 
6139
+ msgid "Reclaim space"
6140
+ msgstr ""
6141
+
5977
6142
  msgid "Reclaim space from On Demand repositories"
5978
6143
  msgstr "Récupérer l’espace en provenance des référentiels Sur demande"
5979
6144
 
@@ -6040,6 +6205,9 @@ msgstr "Actualiser le référentiel RollingCV"
6040
6205
  msgid "Refresh all alternate content sources"
6041
6206
  msgstr "Actualiser toutes les sources de contenu alternatives"
6042
6207
 
6208
+ msgid "Refresh all distributions"
6209
+ msgstr ""
6210
+
6043
6211
  msgid "Refresh alternate content sources"
6044
6212
  msgstr "Réactualiser les sources de contenu alternatives"
6045
6213
 
@@ -6052,15 +6220,27 @@ msgstr "Actualiser l'applicabilité"
6052
6220
  msgid "Refresh counts"
6053
6221
  msgstr "Actualiser le nombre"
6054
6222
 
6223
+ msgid "Refresh distribution"
6224
+ msgstr ""
6225
+
6055
6226
  msgid "Refresh errata applicability"
6056
6227
  msgstr "Actualiser l'applicabilité des errata"
6057
6228
 
6229
+ msgid "Refresh if needed"
6230
+ msgstr ""
6231
+
6058
6232
  msgid "Refresh package applicability"
6059
6233
  msgstr "Actualiser l’applicabilité du package"
6060
6234
 
6061
6235
  msgid "Refresh previously imported manifest for Red Hat provider"
6062
6236
  msgstr "Actualiser le fichier manifeste importé précédemment pour le fournisseur de Red Hat"
6063
6237
 
6238
+ msgid "Refresh remote"
6239
+ msgstr ""
6240
+
6241
+ msgid "Refresh repos"
6242
+ msgstr ""
6243
+
6064
6244
  msgid "Refresh source"
6065
6245
  msgstr "Source de rafraîchissement"
6066
6246
 
@@ -6070,9 +6250,6 @@ msgstr "Refresh_Content_Host_Status"
6070
6250
  msgid "Register a host with subscription and information"
6071
6251
  msgstr "Inscrire un hôte avec abonnement et informations"
6072
6252
 
6073
- msgid "Register host '%s' before attaching subscriptions"
6074
- msgstr "Enregistrer les hôtes '%s' avant de joindre les abonnements"
6075
-
6076
6253
  msgid "Registered"
6077
6254
  msgstr "Enregistré"
6078
6255
 
@@ -6106,6 +6283,9 @@ msgstr "Le modèle de nom de registre entraînera l'invalidation du nom de l'ima
6106
6283
  msgid "Registry token expiration time"
6107
6284
  msgstr ""
6108
6285
 
6286
+ msgid "Reindex subscriptions"
6287
+ msgstr ""
6288
+
6109
6289
  msgid "Related composite content views"
6110
6290
  msgstr "Affichages du contenu composite associé"
6111
6291
 
@@ -6181,6 +6361,9 @@ msgstr "Supprimer de l’environnement"
6181
6361
  msgid "Remove from environments"
6182
6362
  msgstr "Supprimer des environnements"
6183
6363
 
6364
+ msgid "Remove from host collections"
6365
+ msgstr ""
6366
+
6184
6367
  msgid "Remove host from collections"
6185
6368
  msgstr "Retirer l'hôte des collections"
6186
6369
 
@@ -6202,6 +6385,9 @@ msgstr "Supprimer une ou plusieurs collections d'hôtes d'un ou plusieurs hôtes
6202
6385
  msgid "Remove one or more subscriptions from an upstream manifest"
6203
6386
  msgstr "Supprimer un ou plusieurs abonnements d'un manifeste amont"
6204
6387
 
6388
+ msgid "Remove orphans"
6389
+ msgstr ""
6390
+
6205
6391
  msgid "Remove package group via Katello interface"
6206
6392
  msgstr "Supprimer un groupe de packages via l'interface Katello"
6207
6393
 
@@ -6217,17 +6403,14 @@ msgstr "Supprimer le paquet via l'interface Katello"
6217
6403
  msgid "Remove products from sync plan"
6218
6404
  msgstr "Supprimer les produits du plan de sync"
6219
6405
 
6220
- msgid "Remove subscriptions"
6221
- msgstr "Supprimer les abonnements"
6222
-
6223
- msgid "Remove subscriptions from %s"
6224
- msgstr "Supprimer les abonnements de %s"
6406
+ msgid "Remove rolling repo clone"
6407
+ msgstr ""
6225
6408
 
6226
- msgid "Remove subscriptions from a host"
6227
- msgstr "Supprimer les abonnements d'un hôte"
6409
+ msgid "Remove units"
6410
+ msgstr ""
6228
6411
 
6229
- msgid "Remove subscriptions from one or more hosts"
6230
- msgstr "Supprimer les abonnements d'un ou plusieurs hôtes"
6412
+ msgid "Remove unneeded repos"
6413
+ msgstr ""
6231
6414
 
6232
6415
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6233
6416
  msgstr "Supprimer les versions et/ou les environnements de l'affichage de contenu et assigner les systèmes et les clés à nouveau"
@@ -6235,6 +6418,9 @@ msgstr "Supprimer les versions et/ou les environnements de l'affichage de conten
6235
6418
  msgid "Remove versions from environments"
6236
6419
  msgstr "Supprimer les versions des environnements"
6237
6420
 
6421
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6422
+ msgstr ""
6423
+
6238
6424
  msgid "Removed component from content view"
6239
6425
  msgstr "Composant supprimé de l'affichage du contenu"
6240
6426
 
@@ -6253,6 +6439,9 @@ msgstr "Retrait du produit %{prod_name} avec ID %{prod_id} de l'ACS %{acs_name}
6253
6439
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6254
6440
  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."
6255
6441
 
6442
+ msgid "Repair"
6443
+ msgstr ""
6444
+
6256
6445
  msgid "Replace content source on the target machine"
6257
6446
  msgstr "Remplacer la source de contenu sur la machine cible"
6258
6447
 
@@ -6271,12 +6460,18 @@ msgstr "Référentiels"
6271
6460
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6272
6461
  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é)."
6273
6462
 
6463
+ msgid "Repositories certs reset"
6464
+ msgstr ""
6465
+
6274
6466
  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."
6275
6467
  msgstr "Les référentiels communs aux versions d'affichage de contenu sélectionnées fusionneront, ce qui donnera une vue de contenu composite qui est une union de tout le contenu de chacune des versions d'affichage de contenu."
6276
6468
 
6277
6469
  msgid "Repositories from published Content Views are not allowed."
6278
6470
  msgstr "Les référentiels des affichages de contenu publiés ne sont pas autorisés."
6279
6471
 
6472
+ msgid "Repositories gpg reset"
6473
+ msgstr ""
6474
+
6280
6475
  msgid "Repository"
6281
6476
  msgstr "Référentiel"
6282
6477
 
@@ -6442,12 +6637,18 @@ msgstr "Restreindre la promotion de l’affichage de contenu composite"
6442
6637
  msgid "Result"
6443
6638
  msgstr "Résultat"
6444
6639
 
6640
+ msgid "Retain build profile upon unregistration"
6641
+ msgstr ""
6642
+
6445
6643
  msgid "Retrieve a single errata for a host"
6446
6644
  msgstr "Extraire un seul errata de l'hôte"
6447
6645
 
6448
6646
  msgid "Return Red Hat (non-custom) products only"
6449
6647
  msgstr "Retourne uniquement les produits Red Hat (non-personnalisés)"
6450
6648
 
6649
+ msgid "Return a list of installed debs distinct by name"
6650
+ msgstr ""
6651
+
6451
6652
  msgid "Return a list of installed packages distinct by name"
6452
6653
  msgstr "Renvoie une liste de packages installés distincts par nom"
6453
6654
 
@@ -6628,6 +6829,24 @@ msgstr "ABONNEMENTS EXPIRANT BIENTÔT"
6628
6829
  msgid "Save"
6629
6830
  msgstr "Enregistrer"
6630
6831
 
6832
+ msgid "Save Environments"
6833
+ msgstr ""
6834
+
6835
+ msgid "Save artifact"
6836
+ msgstr ""
6837
+
6838
+ msgid "Save distribution references"
6839
+ msgstr ""
6840
+
6841
+ msgid "Save publication"
6842
+ msgstr ""
6843
+
6844
+ msgid "Save version"
6845
+ msgstr ""
6846
+
6847
+ msgid "Save versions"
6848
+ msgstr ""
6849
+
6631
6850
  msgid "Saving alternate content source..."
6632
6851
  msgstr "Mise à jour de la source de contenu alternatif..."
6633
6852
 
@@ -6637,6 +6856,12 @@ msgstr "Scan"
6637
6856
  msgid "Scan a flatpak remote"
6638
6857
  msgstr "Numériser une télécommande Flatpak"
6639
6858
 
6859
+ msgid "Scan cdn"
6860
+ msgstr ""
6861
+
6862
+ msgid "Scan remote"
6863
+ msgstr ""
6864
+
6640
6865
  msgid "Schema version 1"
6641
6866
  msgstr "Schéma Version 1"
6642
6867
 
@@ -6685,6 +6910,9 @@ msgstr "Errata de sécurité applicable"
6685
6910
  msgid "Security errata installable"
6686
6911
  msgstr "Errata de sécurité installable"
6687
6912
 
6913
+ msgid "See child manifests"
6914
+ msgstr ""
6915
+
6688
6916
  msgid "Select"
6689
6917
  msgstr "Sélectionner"
6690
6918
 
@@ -6796,6 +7024,9 @@ msgstr "Sélectionnez la ou les collections d'hôtes à associer à l'hôte {hos
6796
7024
  msgid "Select host collection(s) to remove from host {hostName}."
6797
7025
  msgstr "Sélectionnez la ou les collections d'hôtes à supprimer de l'hôte {hostName}."
6798
7026
 
7027
+ msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
7028
+ msgstr ""
7029
+
6799
7030
  msgid "Select hosts to assign to %s"
6800
7031
  msgstr "Sélectionner les hôtes à assigner à %s"
6801
7032
 
@@ -6874,11 +7105,14 @@ msgstr "Niveau de service %s"
6874
7105
  msgid "Service Level (SLA)"
6875
7106
  msgstr "Niveau de service (SLA)"
6876
7107
 
7108
+ msgid "Service level"
7109
+ msgstr "Niveau de service"
7110
+
6877
7111
  msgid "Service level of host"
6878
7112
  msgstr "Niveau de service (SLA) de l’hôte"
6879
7113
 
6880
- msgid "Service level to be used for autoheal"
6881
- msgstr "Niveau de service à utiliser pour la vérification automatique autoheal"
7114
+ msgid "Service level, e.g. SELF-SUPPORT"
7115
+ msgstr ""
6882
7116
 
6883
7117
  msgid "Set content overrides"
6884
7118
  msgstr "Définir les remplacements de contenu"
@@ -6904,9 +7138,6 @@ msgstr "Configurer les certificats du registre de conteneurs"
6904
7138
  msgid "Sets the system purpose usage"
6905
7139
  msgstr "Définir l'utilisation de l'objectif du système"
6906
7140
 
6907
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6908
- msgstr "Permet de déterminer si l'hôte doit procéder à la vérification automatique des abonnements lors de l'enregistrement"
6909
-
6910
7141
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6911
7142
  msgstr "Le paramètre \"default_location_subscribed_hosts\" n'est pas défini sur un emplacement valide."
6912
7143
 
@@ -6916,6 +7147,9 @@ msgstr "Sévérité"
6916
7147
  msgid "Severity must be one of: %s"
6917
7148
  msgstr "Une sévérité doit être choisie parmi %s"
6918
7149
 
7150
+ msgid "Show ${remainingCount} more"
7151
+ msgstr ""
7152
+
6919
7153
  msgid "Show %s"
6920
7154
  msgstr "Afficher %s"
6921
7155
 
@@ -7057,6 +7291,9 @@ msgstr "La source de contenu du smart proxy n'a pas été trouvée !"
7057
7291
  msgid "Smart proxy name"
7058
7292
  msgstr "Nom du smart proxy"
7059
7293
 
7294
+ msgid "Smart proxy verify content checksum has started in the background"
7295
+ msgstr ""
7296
+
7060
7297
  msgid "Sockets"
7061
7298
  msgstr "Sockets"
7062
7299
 
@@ -7171,8 +7408,8 @@ msgstr "Un problème est survenu lors du chargement des vues de contenu. Voir le
7171
7408
  msgid "Something went wrong while refreshing alternate content sources: "
7172
7409
  msgstr "Un problème est survenu lors du rafraîchissement des sources de contenu alternatives : "
7173
7410
 
7174
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7175
- msgstr "Une erreur s'est produite lors de l'actualisation du contenu : ${getResponseErrorMsgs(error.response)}"
7411
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7412
+ msgstr ""
7176
7413
 
7177
7414
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
7178
7415
  msgstr "Une erreur s'est produite lors de la suppression d'une règle de filtrage ${getResponseErrorMsgs(error.response)}"
@@ -7240,6 +7477,9 @@ msgstr "Une erreur s'est produite lors de la récupération des types de référ
7240
7477
  msgid "Something went wrong while updating the content source. See the logs for more information"
7241
7478
  msgstr "Un problème est survenu lors de la mise à jour de la source de contenu. Voir les journaux pour plus d'informations"
7242
7479
 
7480
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7481
+ msgstr ""
7482
+
7243
7483
  msgid "Something went wrong! Please check server logs!"
7244
7484
  msgstr "Une erreur est survenue ! Veuillez vérifier la journalisation du serveur !"
7245
7485
 
@@ -7327,9 +7567,6 @@ msgstr "Abonnement"
7327
7567
  msgid "Subscription Details"
7328
7568
  msgstr "Détails de l’abonnement"
7329
7569
 
7330
- msgid "Subscription ID"
7331
- msgstr "ID d'abonnement"
7332
-
7333
7570
  msgid "Subscription Info"
7334
7571
  msgstr "Info de l'abonnement"
7335
7572
 
@@ -7345,12 +7582,6 @@ msgstr "Contrôle de la validité du manifeste abonnement"
7345
7582
  msgid "Subscription Name"
7346
7583
  msgstr "Nom de l’abonnement"
7347
7584
 
7348
- msgid "Subscription Pool id"
7349
- msgstr "ID Pool Abonnement"
7350
-
7351
- msgid "Subscription Pool uuid"
7352
- msgstr "Uuid de pool d'abonnement"
7353
-
7354
7585
  msgid "Subscription UUID"
7355
7586
  msgstr "UUID de l’abonnement"
7356
7587
 
@@ -7402,9 +7633,6 @@ msgstr "Réussi"
7402
7633
  msgid "Successfully added %s Host(s)."
7403
7634
  msgstr "%s Hôte(s) ajoutés."
7404
7635
 
7405
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7406
- msgstr "%{count} hôte(s) de contenu a/ont été ajouté(s) à la collection d'hôtes %{host_collection}."
7407
-
7408
7636
  msgid "Successfully changed sync plan for %s product(s)"
7409
7637
  msgstr "Le plan de sync de %s produit(s) a été modifié avec succès"
7410
7638
 
@@ -7417,9 +7645,6 @@ msgstr "Actualisation réussie."
7417
7645
  msgid "Successfully removed %s Host(s)."
7418
7646
  msgstr "%s Hôte(s) supprimés."
7419
7647
 
7420
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7421
- msgstr "%{count}hôte(s) de contenu a/ont été supprimé(s) de la collection d'hôtes %{host_collection}."
7422
-
7423
7648
  msgid "Successfully synced capsule."
7424
7649
  msgstr "La capsule a été synchronisée avec succès."
7425
7650
 
@@ -7438,6 +7663,9 @@ msgstr "Fin du support"
7438
7663
  msgid "Supported Content Types"
7439
7664
  msgstr "Types de contenu pris en charge"
7440
7665
 
7666
+ msgid "Sync"
7667
+ msgstr ""
7668
+
7441
7669
  msgid "Sync Canceled"
7442
7670
  msgstr "Sync Annulée"
7443
7671
 
@@ -7492,6 +7720,9 @@ msgstr "Sync un référentiel"
7492
7720
  msgid "Sync all repositories for a product"
7493
7721
  msgstr "Synchroniser tous les référentiels d'un produit"
7494
7722
 
7723
+ msgid "Sync capsule"
7724
+ msgstr ""
7725
+
7495
7726
  msgid "Sync complete."
7496
7727
  msgstr "Sync Terminée."
7497
7728
 
@@ -7510,6 +7741,9 @@ msgstr "Synchronisez le contenu du proxy smart directement à partir des référ
7510
7741
  msgid "Sync state"
7511
7742
  msgstr "État de synchronisation"
7512
7743
 
7744
+ msgid "Syncable export"
7745
+ msgstr ""
7746
+
7513
7747
  msgid "Synced"
7514
7748
  msgstr "Synchronisé"
7515
7749
 
@@ -7561,6 +7795,9 @@ msgstr "Mise à jour des attributs system purpose"
7561
7795
  msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
7562
7796
  msgstr "L'objectif du système vous permet de définir l'utilisation prévue du système sur votre réseau et améliore la précision des rapports dans le service Abonnements de la console Red Hat Hybrid Cloud."
7563
7797
 
7798
+ msgid "Tag"
7799
+ msgstr ""
7800
+
7564
7801
  msgid "Tag name"
7565
7802
  msgstr "Nom de la balise"
7566
7803
 
@@ -7776,9 +8013,6 @@ msgstr "L'environnement de cycle de vie sélectionné ne contient aucune clé d'
7776
8013
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7777
8014
  msgstr "L’affichage de contenu sélectionné/hérité n’est pas disponible pour cet environnement de cycle de vie"
7778
8015
 
7779
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7780
- msgstr "L'organisation spécifiée est en mode d'accès au contenu simple. L'ajout d'abonnements est désactivé"
7781
-
7782
8016
  msgid "The subscription cannot be found upstream"
7783
8017
  msgstr "L'abonnement ne peut être trouvé en amont"
7784
8018
 
@@ -7920,12 +8154,6 @@ msgstr "Cet hôte a des errata qui sont applicables, mais non installables. Ajus
7920
8154
  msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7921
8155
  msgstr "Cet hôte est associé à plusieurs environnements d'affichage de contenu. Si vous attribuez un environnement de cycle de vie et un affichage de contenu ici, l'hôte sera supprimé des autres environnements."
7922
8156
 
7923
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7924
- msgstr "L'organisation de cet hôte est en mode d'accès simple au contenu. L'ajout d'abonnements est désactivé."
7925
-
7926
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7927
- msgstr "L'organisation de cet hôte est en mode d'accès simple au contenu. L'auto-attachement est désactivé"
7928
-
7929
8157
  msgid "This is disabled because a manifest task is in progress"
7930
8158
  msgstr "Cette fonction est désactivée parce qu'une tâche manifeste est en cours"
7931
8159
 
@@ -8004,6 +8232,9 @@ msgstr "Titre"
8004
8232
  msgid "To change content view environments, a specific organization must be selected from the organization context."
8005
8233
  msgstr "Pour modifier les environnements d'affichage de contenu, une organisation spécifique doit être sélectionnée dans le contexte de l'organisation."
8006
8234
 
8235
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8236
+ msgstr ""
8237
+
8007
8238
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
8008
8239
  msgstr "Pour activer l'option de contenu synchronisé, cet hôte doit utiliser une source de contenu, une vue de contenu et un environnement de cycle de vie qui contiennent des référentiels Kickstart synchronisés pour l'architecture et le système d'exploitation sélectionnés."
8009
8240
 
@@ -8025,6 +8256,9 @@ msgstr "Pour commencer, ajoutez cet hôte à une collection d'hôtes."
8025
8256
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
8026
8257
  msgstr "Pour inclure ou exclure un contenu spécifique de l’affichage de contenu, créez un filtre. Sans filtre, l’affichage de contenu inclut tout ce qui provient des référentiels ajoutés."
8027
8258
 
8259
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8260
+ msgstr ""
8261
+
8028
8262
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8029
8263
  msgstr "Pour gérer les remplacements de contenu d'hôte, une organisation spécifique doit être sélectionnée dans le contexte de l'organisation."
8030
8264
 
@@ -8079,12 +8313,6 @@ msgstr "Les traces seront montrées ici à un utilisateur ayant les permissions
8079
8313
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8080
8314
  msgstr "Le trafic de toutes les sources de contenu alternatif associées à ce proxy smart passera par le proxy HTTP choisi."
8081
8315
 
8082
- msgid "Trigger an auto-attach of subscriptions"
8083
- msgstr "Déclenche Abonnements auto-attach"
8084
-
8085
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8086
- msgstr "Déclenche Abonnements auto-attach sur un ou plusieurs hôtes"
8087
-
8088
8316
  msgid "Try changing your search criteria."
8089
8317
  msgstr "Essayez de modifier vos critères de recherche."
8090
8318
 
@@ -8238,9 +8466,6 @@ msgstr "Impossible de mettre à jour le mapping utilisateur-référentiel"
8238
8466
  msgid "Unapplied Errata"
8239
8467
  msgstr "Errata non appliqués"
8240
8468
 
8241
- msgid "Unattach a subscription"
8242
- msgstr "Détacher un abonnement"
8243
-
8244
8469
  msgid "Unfiltered params array: %s."
8245
8470
  msgstr "Tableau des paramètres non filtrés : %s."
8246
8471
 
@@ -8352,15 +8577,27 @@ msgstr "Mettre à jour un environnement dans une organisation"
8352
8577
  msgid "Update content counts for the smart proxy"
8353
8578
  msgstr "Mettre à jour le nombre de contenus pour le proxy intelligent"
8354
8579
 
8580
+ msgid "Update content urls"
8581
+ msgstr ""
8582
+
8355
8583
  msgid "Update content view environments for host"
8356
8584
  msgstr "Mettre à jour les environnements d'affichage de contenu pour l'hôte"
8357
8585
 
8358
8586
  msgid "Update content view environments for host %s"
8359
8587
  msgstr "Mettre à jour les environnements d'affichage de contenu pour l'hôte %s"
8360
8588
 
8589
+ msgid "Update distributions"
8590
+ msgstr ""
8591
+
8361
8592
  msgid "Update hosts manually"
8362
8593
  msgstr "Mettre à jour les hôtes manuellement"
8363
8594
 
8595
+ msgid "Update http proxy"
8596
+ msgstr ""
8597
+
8598
+ msgid "Update http proxy details"
8599
+ msgstr ""
8600
+
8364
8601
  msgid "Update installed packages, enabled repos, module inventory"
8365
8602
  msgstr "Mise à jour des packages installés, activation des repos, inventaire des modules"
8366
8603
 
@@ -8376,12 +8613,21 @@ msgstr "Mise à jour du package via l'interface Katello"
8376
8613
  msgid "Update packages via Katello interface"
8377
8614
  msgstr "Mise à jour du paquet via l'interface Katello"
8378
8615
 
8616
+ msgid "Update redhat repository"
8617
+ msgstr ""
8618
+
8379
8619
  msgid "Update release version for host"
8380
8620
  msgstr "Mettre à jour la version de publication pour l'hôte"
8381
8621
 
8382
8622
  msgid "Update release version for host %s"
8383
8623
  msgstr "Mettre à jour la version de publication pour l'hôte %s"
8384
8624
 
8625
+ msgid "Update remote"
8626
+ msgstr ""
8627
+
8628
+ msgid "Update repository"
8629
+ msgstr ""
8630
+
8385
8631
  msgid "Update services requiring restart"
8386
8632
  msgstr "Mise à jour des services nécessitant un redémarrage"
8387
8633
 
@@ -8472,6 +8718,12 @@ msgstr "Télécharger une partie du contenu du fichier"
8472
8718
  msgid "Upload a subscription manifest"
8473
8719
  msgstr "Télécharger un fichier manifeste d'abonnement"
8474
8720
 
8721
+ msgid "Upload content"
8722
+ msgstr ""
8723
+
8724
+ msgid "Upload file"
8725
+ msgstr ""
8726
+
8475
8727
  msgid "Upload into"
8476
8728
  msgstr "Téléverser vers"
8477
8729
 
@@ -8481,6 +8733,9 @@ msgstr "Télécharger le profil du package/repository"
8481
8733
  msgid "Upload request id"
8482
8734
  msgstr "Télécharger l'id de requête"
8483
8735
 
8736
+ msgid "Upload tag"
8737
+ msgstr ""
8738
+
8484
8739
  msgid "Upstream Candlepin"
8485
8740
  msgstr "Chandelle en amont"
8486
8741
 
@@ -8595,9 +8850,15 @@ msgstr "Validez que l'environnement de cycle de vie attribué à un hôte est sy
8595
8850
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8596
8851
  msgstr "La valeur doit être soit un booléen, soit la valeur par défaut de \"enabled\""
8597
8852
 
8853
+ msgid "Verify Content Checksum"
8854
+ msgstr "Vérifier la somme de contrôle du contenu"
8855
+
8598
8856
  msgid "Verify SSL"
8599
8857
  msgstr "Vérifier SSL"
8600
8858
 
8859
+ msgid "Verify checksum"
8860
+ msgstr ""
8861
+
8601
8862
  msgid "Verify checksum for content on smart proxy"
8602
8863
  msgstr "Vérifier la somme de contrôle du contenu sur le proxy intelligent"
8603
8864
 
@@ -8679,6 +8940,9 @@ msgstr "Voir l'errata applicable"
8679
8940
  msgid "View by"
8680
8941
  msgstr "Afficher par"
8681
8942
 
8943
+ msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
8944
+ msgstr ""
8945
+
8682
8946
  msgid "View content views"
8683
8947
  msgstr "Afficher les vues de contenu"
8684
8948
 
@@ -8688,6 +8952,15 @@ msgstr "Voir les détails"
8688
8952
  msgid "View documentation"
8689
8953
  msgstr "Voir la documentation"
8690
8954
 
8955
+ msgid "View here"
8956
+ msgstr ""
8957
+
8958
+ msgid "View labels and annotations"
8959
+ msgstr ""
8960
+
8961
+ msgid "View labels and annotations for image "
8962
+ msgstr ""
8963
+
8691
8964
  msgid "View matching content"
8692
8965
  msgstr "Afficher le contenu correspondant"
8693
8966
 
@@ -8727,6 +9000,9 @@ msgstr "Lorsque \"Releases/Distribution\" est défini, \"Upstream URL\" doit ég
8727
9000
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8728
9001
  msgstr "Lorsque \"Upstream URL\" est défini, \"Releases/Distributions\" doit également être défini !"
8729
9002
 
9003
+ msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
9004
+ msgstr ""
9005
+
8730
9006
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8731
9007
  msgstr "Lors de l'enregistrement d'un hôte via le gestionnaire d'abonnement, il faut forcer l'utilisation du fact spécifié (sous la forme de \"fact.fact\")"
8732
9008
 
@@ -8967,9 +9243,6 @@ msgstr "a tenté de synchroniser un référentiel autre qu'une bibliothèque."
8967
9243
  msgid "attempted to sync without a feed URL"
8968
9244
  msgstr "a tenté de sync sans URL de flux"
8969
9245
 
8970
- msgid "auto attach subscriptions upon registration"
8971
- msgstr "joindre automatiquement les abonnements lors de l'enregistrement"
8972
-
8973
9246
  msgid "base url to perform repo discovery on"
8974
9247
  msgstr "url de base sur lequel effectuer la détection de référentiel "
8975
9248
 
@@ -9606,9 +9879,6 @@ msgstr "indique si le contenu doit être inclus ou exclu, par défaut : inclusio
9606
9879
  msgid "start datetime of synchronization"
9607
9880
  msgstr "date de lancement de la synchronisation"
9608
9881
 
9609
- msgid "subscriptions not specified"
9610
- msgstr "abonnements non spécifiés"
9611
-
9612
9882
  msgid "sync plan description"
9613
9883
  msgstr "description du plan de sync"
9614
9884