katello 4.10.0 → 4.11.0.rc1

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

Potentially problematic release.


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

Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  127. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  128. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  129. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  130. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  131. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  132. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  134. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  136. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  138. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  139. data/config/routes/api/v2.rb +2 -0
  140. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  141. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  142. data/db/seeds.d/106-mail_notifications.rb +32 -0
  143. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  144. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  239. data/lib/katello/engine.rb +2 -3
  240. data/lib/katello/permission_creator.rb +2 -2
  241. data/lib/katello/plugin.rb +4 -0
  242. data/lib/katello/repository_types/ostree.rb +1 -0
  243. data/lib/katello/repository_types/python.rb +1 -0
  244. data/lib/katello/scheduled_jobs.rb +1 -1
  245. data/lib/katello/version.rb +1 -1
  246. data/locale/action_names.rb +1 -3
  247. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/bn_IN/katello.po +236 -197
  251. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ca/katello.po +236 -197
  253. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs/katello.po +236 -206
  255. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/cs_CZ/katello.po +236 -197
  257. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/de/katello.po +241 -202
  259. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  260. data/locale/de_AT/katello.po +236 -197
  261. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  262. data/locale/de_DE/katello.po +236 -197
  263. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/el/katello.po +236 -197
  265. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  266. data/locale/en/katello.po +236 -197
  267. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  268. data/locale/en_GB/katello.po +236 -197
  269. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/en_US/katello.po +236 -197
  271. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  272. data/locale/es/katello.po +238 -199
  273. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/et_EE/katello.po +236 -197
  275. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/fr/katello.po +247 -208
  277. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/gl/katello.po +236 -197
  279. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  280. data/locale/gu/katello.po +236 -197
  281. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/he_IL/katello.po +236 -197
  283. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  284. data/locale/hi/katello.po +236 -197
  285. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  286. data/locale/id/katello.po +236 -197
  287. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/it/katello.po +236 -197
  289. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  290. data/locale/ja/katello.po +247 -208
  291. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/ka/katello.po +241 -202
  293. data/locale/katello.pot +1427 -1296
  294. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/kn/katello.po +236 -197
  296. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/ko/katello.po +236 -197
  298. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/ml_IN/katello.po +236 -197
  300. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/mr/katello.po +236 -197
  302. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/nl_NL/katello.po +236 -197
  304. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/or/katello.po +236 -197
  306. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/pa/katello.po +236 -197
  308. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/pl/katello.po +236 -197
  310. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/pl_PL/katello.po +236 -197
  312. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/pt/katello.po +236 -197
  314. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/pt_BR/katello.po +238 -199
  316. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/ro/katello.po +236 -197
  318. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/ro_RO/katello.po +236 -197
  320. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/ru/katello.po +236 -197
  322. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/sl/katello.po +236 -197
  324. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/sv_SE/katello.po +236 -197
  326. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/ta/katello.po +236 -197
  328. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/ta_IN/katello.po +236 -197
  330. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/te/katello.po +236 -197
  332. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/tr/katello.po +236 -197
  334. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/vi/katello.po +236 -197
  336. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/vi_VN/katello.po +236 -197
  338. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/zh/katello.po +236 -197
  340. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/zh_CN/katello.po +247 -208
  342. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/zh_TW/katello.po +236 -197
  344. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  345. data/webpack/components/Table/MainTable.scss +18 -17
  346. data/webpack/components/Table/TableWrapper.js +4 -1
  347. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  348. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  349. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  350. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  351. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  352. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  353. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  354. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  355. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  356. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  357. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  358. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  359. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  360. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  361. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  362. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  363. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  364. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  365. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  366. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  367. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  368. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  369. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  370. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  371. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  372. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  373. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  374. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  375. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  376. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  377. data/webpack/components/extensions/Hosts/constants.js +2 -0
  378. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  379. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  380. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  381. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  382. data/webpack/global_index.js +11 -2
  383. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  384. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  385. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  386. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  387. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  388. data/webpack/scenes/Content/ContentConfig.js +3 -0
  389. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  390. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  391. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  392. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  394. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  395. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  396. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  397. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  398. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  399. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  400. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  401. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  403. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  404. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  405. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  406. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  407. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  408. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  409. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  410. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  411. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  412. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  413. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  414. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  415. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  416. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  417. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  418. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  419. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  420. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  421. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  422. data/webpack/scenes/SmartProxy/Content.js +12 -4
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  426. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  427. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  428. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  429. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  430. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  431. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  432. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  433. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  434. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  435. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  436. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  437. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  438. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  439. data/webpack/utils/helpers.js +0 -1
  440. metadata +99 -33
  441. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  442. data/webpack/components/Table/TableHooks.js +0 -315
  443. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  444. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  445. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  446. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  447. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  448. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  449. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/fr/katello.po CHANGED
@@ -43,6 +43,12 @@ msgstr " %{modulemd_count} Flux de Module(s)"
43
43
  msgid " %{package_count} Package(s)"
44
44
  msgstr " %{package_count} Package(s)"
45
45
 
46
+ msgid " (${item.published_at_words} ago)"
47
+ msgstr ""
48
+
49
+ msgid " (${version.published_at_words} ago)"
50
+ msgstr ""
51
+
46
52
  msgid " Content view updated"
47
53
  msgstr " Affichage de contenu mis à jour"
48
54
 
@@ -265,6 +271,12 @@ msgstr "Délai d'expiration de la mise à jour du groupe de packages %{group} d
265
271
  msgid "%{group} package group updated"
266
272
  msgstr "Mise à jour du groupe de packages %{group}"
267
273
 
274
+ msgid "%{label} failed"
275
+ msgstr ""
276
+
277
+ msgid "%{label} failed."
278
+ msgstr ""
279
+
268
280
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
269
281
  msgstr ""
270
282
 
@@ -337,6 +349,9 @@ msgstr "Délai d'expiration de la mise à jour du package %{package} dépassé"
337
349
  msgid "%{package} package updated"
338
350
  msgstr "Package %{package} mis à jour."
339
351
 
352
+ msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
353
+ msgstr ""
354
+
340
355
  msgid "%{sla}"
341
356
  msgstr "%{sla}"
342
357
 
@@ -406,9 +421,6 @@ msgstr ""
406
421
  msgid "A backend service [ %s ] is unreachable"
407
422
  msgstr "Un service backend [ %s ] est injoignable"
408
423
 
409
- msgid "A content_type must be provided."
410
- msgstr "Un content_type doit être fourni."
411
-
412
424
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
413
425
  msgstr "Un grand nombre d'errata n'est pas appliqué dans cet affichage de contenu. Seuls les 100 premiers sont affichés."
414
426
 
@@ -421,6 +433,18 @@ msgstr "Une liste des abonnements arrivant à échéance prochainement"
421
433
  msgid "A new version of "
422
434
  msgstr "Une nouvelle version de "
423
435
 
436
+ msgid "A notification about failed content view promotion"
437
+ msgstr ""
438
+
439
+ msgid "A notification about failed content view publish"
440
+ msgstr ""
441
+
442
+ msgid "A notification about failed proxy sync"
443
+ msgstr ""
444
+
445
+ msgid "A notification about failed repository sync"
446
+ msgstr ""
447
+
424
448
  msgid "A post-promotion summary of hosts with installable errata"
425
449
  msgstr "Un sommaire des hôtes post-promotion avec errata installables"
426
450
 
@@ -454,9 +478,6 @@ msgstr "Résumé"
454
478
  msgid "Abstract async task"
455
479
  msgstr "Tâche async abstraite"
456
480
 
457
- msgid "Accept action timeout"
458
- msgstr "Accepter un délai d'action"
459
-
460
481
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
461
482
  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\"."
462
483
 
@@ -499,8 +520,8 @@ msgstr ""
499
520
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
500
521
  msgstr "Clé d'activation pour le client subscription-manager, requise pour CentOS et Red Hat Enterprise Linux. Pour plusieurs clés, utilisez plutôt le paramètre `activation_keys`."
501
522
 
502
- msgid "Activation key(s) for Subscription Manager."
503
- msgstr "Clé(s) d'activation pour le Gestionnaire d'abonnements."
523
+ msgid "Activation key(s) to use during registration"
524
+ msgstr ""
504
525
 
505
526
  msgid "Activation keys"
506
527
  msgstr "Clés d'activation"
@@ -535,9 +556,6 @@ msgstr "Ajouter une règle RPM"
535
556
  msgid "Add Subscriptions"
536
557
  msgstr "Ajouter Abonnements"
537
558
 
538
- msgid "Add Subscriptions using the Add Subscriptions button."
539
- msgstr ""
540
-
541
559
  msgid "Add a subscription to a host"
542
560
  msgstr "Ajouter un abonnement à un hôte"
543
561
 
@@ -610,6 +628,9 @@ msgstr "Ajouter les abonnements consommés par un manifeste de Red Hat Subscript
610
628
  msgid "Add subscriptions to one or more hosts"
611
629
  msgstr "Ajouter des abonnements à un ou plusieurs hôtes"
612
630
 
631
+ msgid "Add subscriptions using the Add Subscriptions button."
632
+ msgstr ""
633
+
613
634
  msgid "Add to a host collection"
614
635
  msgstr "Ajouter à une collection d'hôtes"
615
636
 
@@ -646,9 +667,6 @@ msgstr ""
646
667
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
647
668
  msgstr "Après avoir effectué la mise à jour croissante, appliquer les modifications aux systèmes spécifiés. Seuls les errata sont actuellement pris en charge."
648
669
 
649
- msgid "Agent action"
650
- msgstr "Action de l'agent"
651
-
652
670
  msgid "All"
653
671
  msgstr "Tout"
654
672
 
@@ -790,8 +808,8 @@ msgstr "Application"
790
808
  msgid "Apply"
791
809
  msgstr "Appliquer"
792
810
 
793
- msgid "Apply Erratum"
794
- msgstr "Appliquer l'errata"
811
+ msgid "Apply erratum"
812
+ msgstr ""
795
813
 
796
814
  msgid "Apply to all repositories in the CV"
797
815
  msgstr "Appliquer à tous les référentiels dans le CV"
@@ -799,15 +817,24 @@ msgstr "Appliquer à tous les référentiels dans le CV"
799
817
  msgid "Apply to subset of repositories"
800
818
  msgstr "Appliquer au sous-groupe de référentiels"
801
819
 
802
- msgid "Apply via Katello agent"
803
- msgstr "Appliquer via l'agent Katello"
804
-
805
820
  msgid "Apply via customized remote execution"
806
821
  msgstr "Appliquer via exécution à distance personnalisée"
807
822
 
808
823
  msgid "Apply via remote execution"
809
824
  msgstr "Appliquer via exécution à distante"
810
825
 
826
+ msgid "Approaching end of maintenance support"
827
+ msgstr ""
828
+
829
+ msgid "Approaching end of maintenance support (%s)"
830
+ msgstr ""
831
+
832
+ msgid "Approaching end of support"
833
+ msgstr ""
834
+
835
+ msgid "Approaching end of support (%s)"
836
+ msgstr ""
837
+
811
838
  msgid "Arch"
812
839
  msgstr "Arch"
813
840
 
@@ -985,6 +1012,9 @@ msgstr "Nom d'utilisateur pour l'authentification de base"
985
1012
  msgid "Batch size to sync repositories in."
986
1013
  msgstr "Taille des lots pour synchroniser les référentiels."
987
1014
 
1015
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1016
+ msgstr ""
1017
+
988
1018
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
989
1019
  msgstr "Avant de supprimer des versions, vous devez déplacer les clés d'activation vers un environnement où la version associée n'est pas utilisée."
990
1020
 
@@ -1138,6 +1168,12 @@ msgstr "Impossible d'ajouter des versions composites à un autre affichage de co
1138
1168
  msgid "Cannot add default content view to composite content view"
1139
1169
  msgstr "Impossible d'ajouter un affichage du contenu par défaut à la vue du contenu composite"
1140
1170
 
1171
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1172
+ msgstr ""
1173
+
1174
+ msgid "Cannot add disabled products to sync plan!"
1175
+ msgstr ""
1176
+
1141
1177
  msgid "Cannot add generated content view versions to composite content view"
1142
1178
  msgstr "Impossible d'ajouter des versions de la vue de contenu générée à la vue de contenu composite"
1143
1179
 
@@ -1153,6 +1189,9 @@ msgstr ""
1153
1189
  msgid "Cannot associate a component to a non composite content view"
1154
1190
  msgstr "Impossible d'ajouter un composant à un affichage de contenu non-composite"
1155
1191
 
1192
+ msgid "Cannot be disabled because it is part of a published content view"
1193
+ msgstr ""
1194
+
1156
1195
  msgid "Cannot calculate name for custom repos"
1157
1196
  msgstr "Impossible de calculer le nom pour les référentiels personnalisés"
1158
1197
 
@@ -1288,11 +1327,11 @@ msgstr ""
1288
1327
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1289
1328
  msgstr "Vérifiez si une connexion peut être établie avec Red Hat Subscription Management."
1290
1329
 
1291
- msgid "Check if the specified organization has Simple Content Access enabled"
1292
- msgstr "Vérifiez si l'organisation spécifiée a accès au contenu simple"
1330
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1331
+ msgstr ""
1293
1332
 
1294
- msgid "Check if the specified organization is eligible for Simple Content Access"
1295
- msgstr "Vérifiez si l'organisation spécifiée est éligible à l'accès au contenu simple"
1333
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1334
+ msgstr ""
1296
1335
 
1297
1336
  msgid "Check services before actions"
1298
1337
  msgstr "Vérifier les services avant les actions"
@@ -1354,9 +1393,6 @@ msgstr "Liste de sous-chemins séparés par des virgules. Tous les sous-chemins
1354
1393
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1355
1394
  msgstr "Liste de balises, séparées par des virgules, à exclure lors de la synchronisation d'un référentiel d'images de conteneurs. Défaut : toute balise se terminant par \"-source\"."
1356
1395
 
1357
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1358
- msgstr "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs (déprécié)"
1359
-
1360
1396
  msgid "Comma-separated list of tags to sync for a container image repository"
1361
1397
  msgstr "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs"
1362
1398
 
@@ -1648,6 +1684,12 @@ msgstr "Vue du contenu non fournie dans les métadonnées"
1648
1684
  msgid "Content view numeric identifier"
1649
1685
  msgstr "Identifiant numérique d'affichage du contenu"
1650
1686
 
1687
+ msgid "Content view promote failure"
1688
+ msgstr ""
1689
+
1690
+ msgid "Content view publish failure"
1691
+ msgstr ""
1692
+
1651
1693
  msgid "Content view version export history identifier"
1652
1694
  msgstr "Afficher l'historique des exportations pour une version d’affichage de contenu"
1653
1695
 
@@ -1657,6 +1699,9 @@ msgstr "Identifiant de la version de l'affichage du contenu"
1657
1699
  msgid "Content view version import history identifier"
1658
1700
  msgstr "Identifiant de l'historique d'importation de la version d’affichage de contenu"
1659
1701
 
1702
+ msgid "Content view version is empty"
1703
+ msgstr ""
1704
+
1660
1705
  msgid "Content views"
1661
1706
  msgstr "Affichages de contenu"
1662
1707
 
@@ -2287,8 +2332,8 @@ msgstr "Désactiver un référentiel à partir de l'ensemble"
2287
2332
  msgid "Disable module stream"
2288
2333
  msgstr "Désactiver le flux de modules"
2289
2334
 
2290
- msgid "Disable simple content access for a manifest"
2291
- msgstr "Désactiver l'accès au contenu simple pour un manifeste"
2335
+ msgid "Disable simple content access for a manifest. %s"
2336
+ msgstr ""
2292
2337
 
2293
2338
  msgid "Disabled"
2294
2339
  msgstr "Désactivé"
@@ -2329,6 +2374,9 @@ msgstr "Limite du débit de téléchargement"
2329
2374
  msgid "Duplicate artifact detected"
2330
2375
  msgstr "Artifact en double détecté"
2331
2376
 
2377
+ msgid "Duplicate repositories in content view versions"
2378
+ msgstr ""
2379
+
2332
2380
  msgid "Duration"
2333
2381
  msgstr "Durée"
2334
2382
 
@@ -2434,8 +2482,8 @@ msgstr "Référentiels activés"
2434
2482
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2435
2483
  msgstr "L'activation de l'accès au contenu simple a échoué pour '%{subject}'."
2436
2484
 
2437
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2438
- msgstr "L’activation va installer le package katello-host-tools-tracer sur l’hôte."
2485
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2486
+ msgstr ""
2439
2487
 
2440
2488
  msgid "End Date"
2441
2489
  msgstr "Date de Fin"
@@ -2470,6 +2518,9 @@ msgstr "Droits d’accès"
2470
2518
  msgid "Environment"
2471
2519
  msgstr "Environnement"
2472
2520
 
2521
+ msgid "Environment ID"
2522
+ msgstr ""
2523
+
2473
2524
  msgid "Environment IDs"
2474
2525
  msgstr "IDs des environnements"
2475
2526
 
@@ -2479,6 +2530,9 @@ msgstr "L'environnement ne peut pas se trouver dans son propre chemin de promoti
2479
2530
  msgid "Environment identifier"
2480
2531
  msgstr "Identifiant d'environnement"
2481
2532
 
2533
+ msgid "Environment name"
2534
+ msgstr ""
2535
+
2482
2536
  msgid "Environments"
2483
2537
  msgstr "Environnements"
2484
2538
 
@@ -2611,6 +2665,9 @@ msgstr "Types d'exportation"
2611
2665
  msgid "Export as CSV"
2612
2666
  msgstr "Exporter en CSV"
2613
2667
 
2668
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2669
+ msgstr ""
2670
+
2614
2671
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2615
2672
  msgstr ""
2616
2673
 
@@ -2623,6 +2680,9 @@ msgstr "Affichage de contenu exporté"
2623
2680
  msgid "Exported version"
2624
2681
  msgstr "Version exportée"
2625
2682
 
2683
+ msgid "Extended support"
2684
+ msgstr ""
2685
+
2626
2686
  msgid "Facts successfully updated."
2627
2687
  msgstr "Mise à jour des faits réussie."
2628
2688
 
@@ -2770,9 +2830,6 @@ msgstr "Trouvez le chemin relatif de chaque référentiel RHUI et combinez-les d
2770
2830
  msgid "Finish"
2771
2831
  msgstr "Terminé"
2772
2832
 
2773
- msgid "Finish action timeout"
2774
- msgstr "Fin du délai d'action"
2775
-
2776
2833
  msgid "Finished"
2777
2834
  msgstr "Terminé"
2778
2835
 
@@ -2822,6 +2879,9 @@ msgstr "Oblige à republier les métadonnées des référentiels de la version"
2822
2879
  msgid "Full description"
2823
2880
  msgstr "Description complète"
2824
2881
 
2882
+ msgid "Full support"
2883
+ msgstr ""
2884
+
2825
2885
  msgid "Fully entitled"
2826
2886
  msgstr "Avec tous les droits octroyés"
2827
2887
 
@@ -2879,15 +2939,15 @@ msgstr "Pour un ensemble d'hôtes et d'errata, liste les environnements et les v
2879
2939
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2880
2940
  msgstr "Le critère donné ne correspond à aucun DEB. Essayez de changer la règle."
2881
2941
 
2882
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2883
- msgstr "Le critère donné ne correspond à aucun RPM. Essayez de changer la règle."
2884
-
2885
2942
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2886
2943
  msgstr "Le critère donné ne correspond à aucun RPM. Essayez de changer la règle."
2887
2944
 
2888
2945
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2889
2946
  msgstr "Le critère donnée ne correspond à aucun hôte. Essayez de changer la règle."
2890
2947
 
2948
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2949
+ msgstr ""
2950
+
2891
2951
  msgid "Go to job details"
2892
2952
  msgstr "Détails du job"
2893
2953
 
@@ -2912,6 +2972,9 @@ msgstr "Propriétés HW"
2912
2972
  msgid "Has to be > 0"
2913
2973
  msgstr "Doit être > 0"
2914
2974
 
2975
+ msgid "Help"
2976
+ msgstr ""
2977
+
2915
2978
  msgid "Helper"
2916
2979
  msgstr "Aide"
2917
2980
 
@@ -3002,12 +3065,6 @@ msgstr "Mise à jour de la vue du contenu de l'hôte et de l'environnement"
3002
3065
  msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
3003
3066
  msgstr "La création d'un hôte a été ignorée pour %scar il partage un BIOS UUID avec %s. Pour signaler cet hyperviseur, surchargez son dmi.system.uuid fact ou mettez \"candlepin.use_system_uuid_for_matching\" à \"true\" dans la configuration de Candlepin."
3004
3067
 
3005
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3006
- msgstr "L'hôte n'a pas terminé l'action de contenu sous %s secondes. La tâche a été annulée."
3007
-
3008
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3009
- msgstr "L'hôte n'a pas répondu dans les %s secondes. La tâche a été annulée. Est-ce que katello-agent est installé et que goferd exécute sur l'hôte?"
3010
-
3011
3068
  msgid "Host errata advisory"
3012
3069
  msgstr "Avis d'errata de l'hôte"
3013
3070
 
@@ -3029,6 +3086,9 @@ msgstr "Identifiant de l'hôte pour énumérer les errata applicables pour"
3029
3086
  msgid "Host id to list applicable packages for"
3030
3087
  msgstr "Identifiant de l'hôte pour énumérer les packages applicables pour"
3031
3088
 
3089
+ msgid "Host lifecycle support expiration notification"
3090
+ msgstr ""
3091
+
3032
3092
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3033
3093
  msgstr "L'hôte n'a pas été trouvé par l'UUID de l'abonnement : '%s', cela peut arriver si l'hôte est déjà enregistré, mais pas pour cette instance"
3034
3094
 
@@ -3229,9 +3289,6 @@ msgstr "Si activé, un affichage de contenu composite peut être publié ou prom
3229
3289
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3230
3290
  msgstr "Si c’est le cas, et register_hostname_fact est défini et fourni, l'enregistrement cherchera un nouvel hôte par son nom uniquement en utilisant ce fact, et ignorera tous les noms d'hôte correspondants"
3231
3291
 
3232
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3233
- msgstr "Si cette option est activée, utilisez l'exécution à distance par l'intermédiaire de l'agent katello pour les actions à distance"
3234
-
3235
3292
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3236
3293
  msgstr "Si cette option est activée, les référentiels peuvent être supprimés même s'ils appartiennent à des vues de contenu publiées. Le référentiel supprimé sera retiré de toutes les versions de la vue de contenu."
3237
3294
 
@@ -3316,9 +3373,6 @@ msgstr "Importer un manifeste"
3316
3373
  msgid "Import a Manifest to Begin"
3317
3374
  msgstr "Importer un manifeste pour commencer"
3318
3375
 
3319
- msgid "Import a Manifest to manage your Entitlements."
3320
- msgstr "Importez un manifeste pour gérer vos droits d’accès."
3321
-
3322
3376
  msgid "Import a Manifest using the manifest tab above."
3323
3377
  msgstr "Importez un manifeste en utilisant l'onglet \"Manifeste\" ci-dessus."
3324
3378
 
@@ -3331,6 +3385,9 @@ msgstr "Importer une version d’affichage de contenu dans la bibliothèque"
3331
3385
  msgid "Import a repository"
3332
3386
  msgstr "Importe un référentiel"
3333
3387
 
3388
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3389
+ msgstr ""
3390
+
3334
3391
  msgid "Import facts"
3335
3392
  msgstr "Importer des faits"
3336
3393
 
@@ -3439,36 +3496,12 @@ msgstr "Initier une synchronisation des produits attachés au plan de synchronis
3439
3496
  msgid "Install"
3440
3497
  msgstr "Installez"
3441
3498
 
3442
- msgid "Install Applicable Errata"
3443
- msgstr "Installer des errata applicables"
3444
-
3445
- msgid "Install Applicable Errata on %s"
3446
- msgstr "Installer des errata applicables sur %s"
3447
-
3448
- msgid "Install content on one or more hosts using katello-agent. %s"
3449
- msgstr "Installer le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
3450
-
3451
3499
  msgid "Install errata using scoped search query"
3452
3500
  msgstr "Installer les errata en utilisant une requête de recherche étendue"
3453
3501
 
3454
3502
  msgid "Install errata via Katello interface"
3455
3503
  msgstr "Installer les errata via l'interface Katello"
3456
3504
 
3457
- msgid "Install erratum"
3458
- msgstr "Installer erratum"
3459
-
3460
- msgid "Install erratum for %s"
3461
- msgstr "Installer erratum pour %s"
3462
-
3463
- msgid "Install package"
3464
- msgstr "Installer le packages"
3465
-
3466
- msgid "Install package for %s"
3467
- msgstr "Installation du package pour %s"
3468
-
3469
- msgid "Install package group"
3470
- msgstr "installation du groupe de packages"
3471
-
3472
3505
  msgid "Install package group via Katello interface"
3473
3506
  msgstr "Installer le groupe de packages via l'interface Katello"
3474
3507
 
@@ -3478,18 +3511,12 @@ msgstr "Installer le package via l'interface Katello"
3478
3511
  msgid "Install packages"
3479
3512
  msgstr "Installer les packages"
3480
3513
 
3481
- msgid "Install packages remotely using katello-agent. %s"
3482
- msgstr "Installer les packages à distance en utilisant katello-agent. %s"
3483
-
3484
3514
  msgid "Install packages via Katello interface"
3485
3515
  msgstr "Installer le package via l'interface Katello"
3486
3516
 
3487
3517
  msgid "Install via customized remote execution"
3488
3518
  msgstr "Redémarrer via exécution à distance personnalisée"
3489
3519
 
3490
- msgid "Install via katello-agent"
3491
- msgstr "Installation via katello-agent"
3492
-
3493
3520
  msgid "Install via remote execution"
3494
3521
  msgstr "Installation par exécution à distance"
3495
3522
 
@@ -3502,15 +3529,6 @@ msgstr ""
3502
3529
  msgid "Installable updates"
3503
3530
  msgstr "Mises à jour installables"
3504
3531
 
3505
- msgid "Installation of errata requested: %{errata}"
3506
- msgstr "Installation d'errata demandée : %{errata}"
3507
-
3508
- msgid "Installation of package group(s) requested: %{groups}"
3509
- msgstr "Installation du/des groupe(s) de packages demandé(s) : %{groups}"
3510
-
3511
- msgid "Installation of package(s) requested: %{packages}"
3512
- msgstr "Installation du/des package(s) demandé(s) : %{packages}"
3513
-
3514
3532
  msgid "Installation status"
3515
3533
  msgstr "État de l'installation"
3516
3534
 
@@ -3568,9 +3586,6 @@ msgstr "Association non valable de l'identifiant de la vue du contenu. La vue du
3568
3586
  msgid "Invalid content label: %s"
3569
3587
  msgstr "Étiquette de contenu non valide : %s"
3570
3588
 
3571
- msgid "Invalid content type %s"
3572
- msgstr "type de contenu %s invalide"
3573
-
3574
3589
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3575
3590
  msgstr "Type de contenu invalide '%{content_type}' fourni. Les types de contenu doivent être l'un de %{content_types} "
3576
3591
 
@@ -3646,15 +3661,9 @@ msgstr "Job '${description}' terminé"
3646
3661
  msgid "Job '${description}' has started."
3647
3662
  msgstr "Le job ${description} a commencé."
3648
3663
 
3649
- msgid "Katello 4.10"
3650
- msgstr ""
3651
-
3652
3664
  msgid "Katello ID of local pool to update"
3653
3665
  msgstr "Katello ID du pool local à mettre à jour"
3654
3666
 
3655
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3656
- msgstr ""
3657
-
3658
3667
  msgid "Katello: Install Errata"
3659
3668
  msgstr "Katello : Installer l'errata"
3660
3669
 
@@ -3736,6 +3745,9 @@ msgstr "Dernier rafraîchissement"
3736
3745
  msgid "Last refresh :"
3737
3746
  msgstr "Dernier rafraîchissement :"
3738
3747
 
3748
+ msgid "Last sync"
3749
+ msgstr ""
3750
+
3739
3751
  msgid "Last task"
3740
3752
  msgstr "Dernière tâche"
3741
3753
 
@@ -3796,6 +3808,9 @@ msgstr "Environnement de cycle de vie"
3796
3808
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3797
3809
  msgstr "L'environnement de cycle de vie '%{environment}' n'est pas joint à cette capsule."
3798
3810
 
3811
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3812
+ msgstr ""
3813
+
3799
3814
  msgid "Lifecycle environment ID"
3800
3815
  msgstr "ID d’environnement de cycle de vie"
3801
3816
 
@@ -3877,6 +3892,9 @@ msgstr "Liste des abonnements disponibles auprès de Red Hat Subscription Manage
3877
3892
  msgid "List components attached to this content view"
3878
3893
  msgstr "Liste des éléments attachés à cette vue de contenu"
3879
3894
 
3895
+ msgid "List content counts for the smart proxy"
3896
+ msgstr ""
3897
+
3880
3898
  msgid "List content view versions"
3881
3899
  msgstr "Répertorier les versions d'affichage de contenu"
3882
3900
 
@@ -3928,9 +3946,6 @@ msgstr "Liste des flux de modules disponibles pour l'hôte"
3928
3946
  msgid "List of Errata ids"
3929
3947
  msgstr "Énumérer les ID d'errata"
3930
3948
 
3931
- msgid "List of Errata ids to install. Will be removed in %s"
3932
- msgstr "Liste d'identifiants d'Errata à installer. Seront supprimés dans %s"
3933
-
3934
3949
  msgid "List of Products for sync plan"
3935
3950
  msgstr "Liste de produits pour un plan de sync"
3936
3951
 
@@ -3940,12 +3955,6 @@ msgstr "Liste des ID de sources de contenu alternatif"
3940
3955
  msgid "List of component content view version ids for composite views"
3941
3956
  msgstr "Liste d'ids de version d'affichage de contenu de composant pour les affichages composites."
3942
3957
 
3943
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3944
- msgstr "Liste de contenu (par exemple, noms de packages, noms de groupes de packages (dépréciés) ou identifiants d'errata)"
3945
-
3946
- msgid "List of content (e.g. package or package group names)"
3947
- msgstr "Liste de contenu (ex : noms de package ou de groupe de packages)"
3948
-
3949
3958
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3950
3959
  msgstr "Liste des unités de contenu à ignorer lors de la synchronisation d'un référentiel yum. Doit être un sous-ensemble de %s"
3951
3960
 
@@ -4093,6 +4102,9 @@ msgstr "Chargement..."
4093
4102
  msgid "Low"
4094
4103
  msgstr "Faible"
4095
4104
 
4105
+ msgid "Maintenance support"
4106
+ msgstr ""
4107
+
4096
4108
  msgid "Make copy of a content view"
4097
4109
  msgstr "Faire une copie d'un affichage de contenu"
4098
4110
 
@@ -4150,6 +4162,9 @@ msgstr "Marquer les statuts des hôtes de contenu comme inconnus pour %s"
4150
4162
  msgid "Matched"
4151
4163
  msgstr "Correspondance"
4152
4164
 
4165
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4166
+ msgstr ""
4167
+
4153
4168
  msgid "Matching content"
4154
4169
  msgstr "Contenu correspondant"
4155
4170
 
@@ -4371,9 +4386,6 @@ msgstr "Aucun affichage de contenu"
4371
4386
  msgid "No Content found"
4372
4387
  msgstr "Aucun affichage de contenu trouvé"
4373
4388
 
4374
- msgid "No Lifecycle environment to select"
4375
- msgstr "Aucun environnement de cycle de vie à sélectionner"
4376
-
4377
4389
  msgid "No Manifest Uploaded"
4378
4390
  msgstr "Aucun manifeste téléchargé"
4379
4391
 
@@ -4398,9 +4410,6 @@ msgstr "Aucune action requise"
4398
4410
  msgid "No applicable errata"
4399
4411
  msgstr "Aucun errata applicable"
4400
4412
 
4401
- msgid "No applicable errata for %s, skipping"
4402
- msgstr "Aucune errata applicable à %s, ignorer"
4403
-
4404
4413
  msgid "No applications to restart"
4405
4414
  msgstr "Aucune application à redémarrer"
4406
4415
 
@@ -4419,9 +4428,6 @@ msgstr "Aucun contenu"
4419
4428
  msgid "No content added."
4420
4429
  msgstr "Aucun affichage de contenu ajouté."
4421
4430
 
4422
- msgid "No content has been provided."
4423
- msgstr "Aucun contenu n'a été fourni"
4424
-
4425
4431
  msgid "No content ids provided"
4426
4432
  msgstr "Aucuns ids de contenu ne sont fournis"
4427
4433
 
@@ -4452,6 +4458,9 @@ msgstr "Aucune description"
4452
4458
  msgid "No description provided"
4453
4459
  msgstr "Aucune description fournie"
4454
4460
 
4461
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4462
+ msgstr ""
4463
+
4455
4464
  msgid "No enabled repositories match your search criteria."
4456
4465
  msgstr "Aucun référentiel activé ne correspond à vos critères de recherche."
4457
4466
 
@@ -4533,9 +4542,6 @@ msgstr "Aucun résultat {selectedContentType} correspondant."
4533
4542
  msgid "No matching DEB found."
4534
4543
  msgstr "Aucun DEB correspondant n’a été trouvé."
4535
4544
 
4536
- msgid "No matching RPM found."
4537
- msgstr "Aucun RPM correspondant n’a été trouvé."
4538
-
4539
4545
  msgid "No matching activation keys found."
4540
4546
  msgstr "Aucune clé d’activation n’a été trouvée."
4541
4547
 
@@ -4563,6 +4569,9 @@ msgstr "Aucune collection d'hôtes correspondante n'a été trouvée"
4563
4569
  msgid "No matching hosts found."
4564
4570
  msgstr "Aucun hôte correspondant n’a été trouvé."
4565
4571
 
4572
+ msgid "No matching non-modular RPM found."
4573
+ msgstr ""
4574
+
4566
4575
  msgid "No matching packages found"
4567
4576
  msgstr "Aucun paquet correspondant n'a été trouvé."
4568
4577
 
@@ -4779,6 +4788,9 @@ msgstr "Emplacement-disque des référentiels exportés"
4779
4788
  msgid "On-disk location for pulp 3 exported repositories"
4780
4789
  msgstr "Emplacement-disque des référentiels Pulp3 exportés"
4781
4790
 
4791
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4792
+ msgstr ""
4793
+
4782
4794
  msgid "One of parameters [ %s ] required but not specified."
4783
4795
  msgstr "L'un des paramètres [ %s ] est requis, mais il n'est pas spécifié."
4784
4796
 
@@ -4803,6 +4815,9 @@ msgstr "Seuls les proxy smart peuvent récupérer de l’espace."
4803
4815
  msgid "Only one Red Hat provider permitted for an Organization"
4804
4816
  msgstr "Seul un fournisseur Red Hat autorisé pour une organisation"
4805
4817
 
4818
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4819
+ msgstr ""
4820
+
4806
4821
  msgid "Only returns id and quantity fields"
4807
4822
  msgstr "Ne renvoie que les champs d'identification et de quantité"
4808
4823
 
@@ -5215,6 +5230,9 @@ msgstr ""
5215
5230
  "L'identifiant du produit tel qu'il figure dans la liste des produits installés sur l'hôte, \\\n"
5216
5231
  " il ne s'agit pas du même numéro d'identification que celui des produits renvoyés par l'api"
5217
5232
 
5233
+ msgid "Product label"
5234
+ msgstr ""
5235
+
5218
5236
  msgid "Product name"
5219
5237
  msgstr "Nom du produit"
5220
5238
 
@@ -5287,6 +5305,9 @@ msgstr "IDs des modèles d'attribution"
5287
5305
  msgid "Proxies"
5288
5306
  msgstr "Proxies"
5289
5307
 
5308
+ msgid "Proxy sync failure"
5309
+ msgstr ""
5310
+
5290
5311
  msgid "Public"
5291
5312
  msgstr "Public"
5292
5313
 
@@ -5419,6 +5440,12 @@ msgstr "RAM: %s GB"
5419
5440
  msgid "RH Repos"
5420
5441
  msgstr "RH Repos"
5421
5442
 
5443
+ msgid "RHEL Lifecycle status"
5444
+ msgstr ""
5445
+
5446
+ msgid "RHEL lifecycle"
5447
+ msgstr ""
5448
+
5422
5449
  msgid "RHUI"
5423
5450
  msgstr "RHUI"
5424
5451
 
@@ -5467,9 +5494,6 @@ msgstr "Réassigner les hôtes affectés"
5467
5494
  msgid "Reboot required"
5468
5495
  msgstr "Redémarrage nécessaire"
5469
5496
 
5470
- msgid "Recalculate"
5471
- msgstr "Recalculer"
5472
-
5473
5497
  msgid "Recently Expired Subscriptions"
5474
5498
  msgstr "Abonnements ayant expiré récemment"
5475
5499
 
@@ -5545,6 +5569,18 @@ msgstr "Réactualiser les sources de contenu alternatives"
5545
5569
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5546
5570
  msgstr "Rafraîchir une source de contenu alternative. L'actualisation, comme la synchronisation du référentiel, est nécessaire avant d'utiliser une autre source de contenu."
5547
5571
 
5572
+ msgid "Refresh applicability"
5573
+ msgstr ""
5574
+
5575
+ msgid "Refresh counts"
5576
+ msgstr ""
5577
+
5578
+ msgid "Refresh errata applicability"
5579
+ msgstr ""
5580
+
5581
+ msgid "Refresh package applicability"
5582
+ msgstr ""
5583
+
5548
5584
  msgid "Refresh previously imported manifest for Red Hat provider"
5549
5585
  msgstr "Actualiser le fichier manifeste importé précédemment pour le fournisseur de Red Hat"
5550
5586
 
@@ -5626,15 +5662,12 @@ msgstr "Recharger les données"
5626
5662
  msgid "Remote action:"
5627
5663
  msgstr "Action distante :"
5628
5664
 
5665
+ msgid "Remote execution is enabled."
5666
+ msgstr ""
5667
+
5629
5668
  msgid "Remote execution job '${description}' failed."
5630
5669
  msgstr "La tâche d'exécution à distance '${description}' a échoué."
5631
5670
 
5632
- msgid "Removal of package group(s) requested: %{groups}"
5633
- msgstr "Suppression de groupe(s) de packages demandée : %{groups}"
5634
-
5635
- msgid "Removal of package(s) requested: %{packages}"
5636
- msgstr "Retrait du ou des packages demandé : %{packages}"
5637
-
5638
5671
  msgid "Remove"
5639
5672
  msgstr "Supprimer"
5640
5673
 
@@ -5656,9 +5689,6 @@ msgstr "Supprimez tout rpms `katello-ca-consumer` avant l'enregistrement et lanc
5656
5689
  msgid "Remove components from the content view"
5657
5690
  msgstr "Supprimer des éléments de la vue du contenu"
5658
5691
 
5659
- msgid "Remove content on one or more hosts using katello-agent. %s"
5660
- msgstr "Supprimer le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
5661
-
5662
5692
  msgid "Remove content view version"
5663
5693
  msgstr "Supprimer la version de l'affichage du contenu"
5664
5694
 
@@ -5692,15 +5722,6 @@ msgstr "Supprimer une ou plusieurs collections d'hôtes d'un ou plusieurs hôtes
5692
5722
  msgid "Remove one or more subscriptions from an upstream manifest"
5693
5723
  msgstr "Supprimer un ou plusieurs abonnements d'un manifeste amont"
5694
5724
 
5695
- msgid "Remove package"
5696
- msgstr "Supprimer le package"
5697
-
5698
- msgid "Remove package for %s"
5699
- msgstr "Supprimer le package pour %s"
5700
-
5701
- msgid "Remove package group"
5702
- msgstr "Supprimer le groupe de packages"
5703
-
5704
5725
  msgid "Remove package group via Katello interface"
5705
5726
  msgstr "Supprimer un groupe de packages via l'interface Katello"
5706
5727
 
@@ -5746,10 +5767,13 @@ msgstr "Retrait du produit %{prod_name} avec ID %{prod_id} de l'ACS %{acs_name}
5746
5767
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5747
5768
  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."
5748
5769
 
5770
+ msgid "Repo ID"
5771
+ msgstr ""
5772
+
5749
5773
  msgid "Repo Type"
5750
5774
  msgstr "Type de référentiel"
5751
5775
 
5752
- msgid "Report"
5776
+ msgid "Repo label"
5753
5777
  msgstr ""
5754
5778
 
5755
5779
  msgid "Repositories"
@@ -5758,6 +5782,9 @@ msgstr "Référentiels"
5758
5782
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5759
5783
  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é)."
5760
5784
 
5785
+ 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."
5786
+ msgstr ""
5787
+
5761
5788
  msgid "Repositories from published Content Views are not allowed."
5762
5789
  msgstr "Les référentiels des affichages de contenu publiés ne sont pas autorisés."
5763
5790
 
@@ -5770,12 +5797,18 @@ msgstr ""
5770
5797
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5771
5798
  msgstr ""
5772
5799
 
5800
+ msgid "Repository %{label} failed to synchronize"
5801
+ msgstr ""
5802
+
5773
5803
  msgid "Repository '%(repoName)s' has been disabled."
5774
5804
  msgstr "Le référentiel '%(repoName)s' a été désactivé"
5775
5805
 
5776
5806
  msgid "Repository '%(repoName)s' has been enabled."
5777
5807
  msgstr "Le référentiel '%(repoName)s' a été activé."
5778
5808
 
5809
+ msgid "Repository ID"
5810
+ msgstr ""
5811
+
5779
5812
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5780
5813
  msgstr "Identifiant de référentiel associé au référentiel de démarrage kickstart utilisée pour le provisionnement"
5781
5814
 
@@ -5797,6 +5830,9 @@ msgstr "Identifiant de référentiel"
5797
5830
  msgid "Repository label '%s' is not associated with content view."
5798
5831
  msgstr "Le label de référentiel '%s' n'est pas associé à la vue du contenu."
5799
5832
 
5833
+ msgid "Repository name"
5834
+ msgstr ""
5835
+
5800
5836
  msgid "Repository not found"
5801
5837
  msgstr "Référentiel introuvable"
5802
5838
 
@@ -5836,6 +5872,9 @@ msgstr "Les ensembles de référentiels apparaîtront ici après avoir activé l
5836
5872
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5837
5873
  msgstr ""
5838
5874
 
5875
+ msgid "Repository sync failure"
5876
+ msgstr ""
5877
+
5839
5878
  msgid "Repository type"
5840
5879
  msgstr ""
5841
5880
 
@@ -6064,9 +6103,6 @@ msgstr "Enregistrer"
6064
6103
  msgid "Saving alternate content source..."
6065
6104
  msgstr "Mise à jour de la source de contenu alternatif..."
6066
6105
 
6067
- msgid "Schedule errata for installation using katello-agent. %s"
6068
- msgstr "Planifier l'installation des errata en utilisant katello-agent. %s"
6069
-
6070
6106
  msgid "Schema Version 1"
6071
6107
  msgstr "Schéma Version 1"
6072
6108
 
@@ -6244,8 +6280,11 @@ msgstr "Sélectionner les Smart Proxies"
6244
6280
  msgid "Select source type"
6245
6281
  msgstr "Sélectionner le type de source"
6246
6282
 
6247
- msgid "Select system purpose attributes for host {hostName}."
6248
- msgstr "Sélectionner les attributs system purpose de l'hôte {hostName}."
6283
+ msgid "Select system purpose attributes for activation key {name}."
6284
+ msgstr ""
6285
+
6286
+ msgid "Select system purpose attributes for host {name}."
6287
+ msgstr ""
6249
6288
 
6250
6289
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
6251
6290
  msgstr "Sélectionnez le support d'installation qui sera utilisé pour fournir cet hôte. Choisissez \"Contenu synchronisé\" pour les référentiels de démarrage synchronisés ou \"Tous les médias\" pour les autres médias."
@@ -6412,6 +6451,9 @@ msgstr "L'accès au contenu simple a été désactivé pour '%{subject}'."
6412
6451
  msgid "Simple Content Access has been enabled for '%{subject}'."
6413
6452
  msgstr "L'accès au contenu simple a été activé pour '%{subject}'."
6414
6453
 
6454
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6455
+ msgstr ""
6456
+
6415
6457
  msgid "Simplified"
6416
6458
  msgstr "Simplifié"
6417
6459
 
@@ -6430,12 +6472,21 @@ msgstr "Vérification pulp_auth ignorée après échec de la vérification Pulp"
6430
6472
  msgid "Smart proxies"
6431
6473
  msgstr "Smart Proxies"
6432
6474
 
6475
+ msgid "Smart proxy ID"
6476
+ msgstr ""
6477
+
6433
6478
  msgid "Smart proxy IDs"
6434
6479
  msgstr "IDs des smart proxies"
6435
6480
 
6481
+ msgid "Smart proxy content count refresh has started in the background"
6482
+ msgstr ""
6483
+
6436
6484
  msgid "Smart proxy content source not found!"
6437
6485
  msgstr "La source de contenu du smart proxy n'a pas été trouvée !"
6438
6486
 
6487
+ msgid "Smart proxy name"
6488
+ msgstr ""
6489
+
6439
6490
  msgid "Sockets"
6440
6491
  msgstr "Sockets"
6441
6492
 
@@ -6544,6 +6595,9 @@ msgstr "Un problème est survenu lors du chargement des vues de contenu. Voir le
6544
6595
  msgid "Something went wrong while refreshing alternate content sources: "
6545
6596
  msgstr "Un problème est survenu lors du rafraîchissement des sources de contenu alternatives : "
6546
6597
 
6598
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6599
+ msgstr ""
6600
+
6547
6601
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6548
6602
  msgstr "Un problème est survenu lors de la suppression d’une règle de filtre ! {getResponseErrorMsgs(error.response)} (error.response)}"
6549
6603
 
@@ -6805,6 +6859,9 @@ msgstr "Résumé"
6805
6859
  msgid "Support Type"
6806
6860
  msgstr "Type de pris en charge"
6807
6861
 
6862
+ msgid "Support ended"
6863
+ msgstr ""
6864
+
6808
6865
  msgid "Supported Content Types"
6809
6866
  msgstr "Types de contenu pris en charge"
6810
6867
 
@@ -6886,15 +6943,15 @@ msgstr "État de synchronisation"
6886
6943
  msgid "Syncable export"
6887
6944
  msgstr "Exportation synchronisable"
6888
6945
 
6946
+ msgid "Synced"
6947
+ msgstr ""
6948
+
6889
6949
  msgid "Synced "
6890
6950
  msgstr "Synchronisé "
6891
6951
 
6892
6952
  msgid "Synced Content"
6893
6953
  msgstr "Contenu synchronisé"
6894
6954
 
6895
- msgid "Synced to smart proxy"
6896
- msgstr "Synchronisé avec le proxy smart"
6897
-
6898
6955
  msgid "Synchronize"
6899
6956
  msgstr "Synchroniser"
6900
6957
 
@@ -6952,12 +7009,24 @@ msgstr "La tâche ${task.humanized.action} s'est achevée avec un résultat de $
6952
7009
  msgid "Task ${task.humanized.action} has started."
6953
7010
  msgstr "La tâche ${task.humanized.action} a commencé."
6954
7011
 
7012
+ msgid "Task ID"
7013
+ msgstr ""
7014
+
6955
7015
  msgid "Task canceled"
6956
7016
  msgstr "Tâche annulée"
6957
7017
 
6958
7018
  msgid "Task detail"
6959
7019
  msgstr "Détails de la tâche"
6960
7020
 
7021
+ msgid "Task details"
7022
+ msgstr ""
7023
+
7024
+ msgid "Task result"
7025
+ msgstr ""
7026
+
7027
+ msgid "Task state"
7028
+ msgstr ""
7029
+
6961
7030
  msgid "Temporary"
6962
7031
  msgstr "Temporaire"
6963
7032
 
@@ -6967,6 +7036,18 @@ msgstr "L'environnement '%s' ne doit pas contenir de changeset !"
6967
7036
  msgid "The Alternate Content Source type"
6968
7037
  msgstr "Le type de source de contenu alternatif"
6969
7038
 
7039
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7040
+ msgstr ""
7041
+
7042
+ msgid "The Foreman Client repository is enabled. "
7043
+ msgstr ""
7044
+
7045
+ msgid "The Foreman Client repository is synced. "
7046
+ msgstr ""
7047
+
7048
+ msgid "The Foreman Client repository set is enabled for the host. "
7049
+ msgstr ""
7050
+
6970
7051
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6971
7052
  msgstr "L'URL à partir de laquelle recevoir un jeton de session, par exemple utilisé avec Automation Hub."
6972
7053
 
@@ -6988,9 +7069,6 @@ msgstr "L'affichage de contenu par défaut ne peut pas être modifié, publié o
6988
7069
  msgid "The default content view cannot be promoted"
6989
7070
  msgstr "L'affichage de contenu par défaut ne peut pas être promu"
6990
7071
 
6991
- msgid "The default dependency solving value for new content views."
6992
- msgstr "La valeur de résolution de la dépendance par défaut pour les nouveaux affichages de contenu."
6993
-
6994
7072
  msgid "The description for the content view version"
6995
7073
  msgstr "Description de la version d'affichage du contenu"
6996
7074
 
@@ -7140,12 +7218,6 @@ msgstr "Le type de contenu à supprimer (srpm, docker_manifest, etc.). Vérifiez
7140
7218
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7141
7219
  msgstr "Le type de contenu à télécharger (srpm, fichier, etc.). Vérifiez les types téléchargeables ici : /katello/api/repositories/repository_types"
7142
7220
 
7143
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7144
- msgstr "Le type de contenu. Les types suivants sont pris en charge : « package » (package) et « groupe de packages » (package_group)."
7145
-
7146
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7147
- msgstr "Le type de contenu. Les types suivants sont pris en charge : « package » (package), « groupe de packages » (package_group) et « errata »."
7148
-
7149
7221
  msgid "There are no Manifests to display"
7150
7222
  msgstr "Il n'y a aucun manifeste à afficher"
7151
7223
 
@@ -7218,9 +7290,6 @@ msgstr ""
7218
7290
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7219
7291
  msgstr "Cette action doit être prise uniquement dans des circonstances extrêmes ou à des fins de débogage."
7220
7292
 
7221
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7222
- msgstr "Cette action utilise katello-agent, actuellement désactivé. Utilisez l'exécution à distance à la place."
7223
-
7224
7293
  msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
7225
7294
  msgstr "Cette clé d'activation est associée à un ou plusieurs Hôtes/Groupes d'Hôtes. Recherchez et dissociez les Hôtes/Groupes d’hôtes en utilisant params.kt_activation_keys ~ \"%{name}\" avant de les supprimer."
7226
7295
 
@@ -7278,11 +7347,11 @@ msgstr "Cette option est désactivée car aucun abonnement n'est sélectionné."
7278
7347
  msgid "This is not a linked repository"
7279
7348
  msgstr "Il ne s'agit pas d'un référentiel associé"
7280
7349
 
7281
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7282
- msgstr "Cette organisation a activé l'accès au contenu simple. Les hôtes ne sont pas tenus de souscrire un abonnement pour accéder aux référentiels. {br} Pour en savoir davantage sur les abonnements, visitez {subscriptionsService}."
7350
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7351
+ msgstr ""
7283
7352
 
7284
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7285
- msgstr "Cette organisation n'utilise pas {scaLink}. L'ancienne gestion des abonnements est dépréciée et sera supprimée dans une prochaine version."
7353
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7354
+ msgstr ""
7286
7355
 
7287
7356
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7288
7357
  msgstr "Ce référentiel n'est pas suggéré. Veuillez consulter la %(anchorBegin)sdocumentation%(anchorEnd)s supplémentaire avant l'utilisation."
@@ -7317,12 +7386,6 @@ msgstr "Cela créera une copie de {cv}, y compris les détails, les référentie
7317
7386
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7318
7387
  msgstr ""
7319
7388
 
7320
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7321
- msgstr "Temps en secondes pour attendre qu'un hôte termine une action de katello-agent."
7322
-
7323
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7324
- msgstr "Temps en secondes pour attendre qu'un hôte prenne en charge une action de katello-agent."
7325
-
7326
7389
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7327
7390
  msgstr ""
7328
7391
 
@@ -7548,9 +7611,6 @@ msgstr "Tableau des paramètres non filtrés : %s."
7548
7611
  msgid "Uninstall and reset"
7549
7612
  msgstr "Désinstaller et réinitialiser"
7550
7613
 
7551
- msgid "Uninstall packages remotely using katello-agent. %s"
7552
- msgstr "Désinstaller les packages à distance en utilisant katello-agent. %s"
7553
-
7554
7614
  msgid "Unknown"
7555
7615
  msgstr "Inconnu"
7556
7616
 
@@ -7608,6 +7668,9 @@ msgstr "Mise à jour de la source de contenu alternatif"
7608
7668
  msgid "Update CDN Configuration"
7609
7669
  msgstr "Mise à jour de la configuration CDN"
7610
7670
 
7671
+ msgid "Update Content Counts"
7672
+ msgstr ""
7673
+
7611
7674
  msgid "Update Content Overrides"
7612
7675
  msgstr "Mettre à jour les substitutions de contenu"
7613
7676
 
@@ -7653,8 +7716,8 @@ msgstr "Mettre à jour un environnement"
7653
7716
  msgid "Update an environment in an organization"
7654
7717
  msgstr "Mettre à jour un environnement dans une organisation"
7655
7718
 
7656
- msgid "Update content on one or more hosts using katello-agent. %s"
7657
- msgstr "Mettre à jour le contenu sur un ou plusieurs hôtes en utilisant katello-agent. %s"
7719
+ msgid "Update content counts for the smart proxy"
7720
+ msgstr ""
7658
7721
 
7659
7722
  msgid "Update content urls"
7660
7723
  msgstr "Mettre à jour les urls de contenu"
@@ -7677,30 +7740,15 @@ msgstr "Mise à jour des détails du proxy http"
7677
7740
  msgid "Update installed packages, enabled repos, module inventory"
7678
7741
  msgstr "Mise à jour des packages installés, activation des repos, inventaire des modules"
7679
7742
 
7680
- msgid "Update of all packages requested"
7681
- msgstr "Mise à jour de tous les packages demandés"
7682
-
7683
- msgid "Update of package(s) requested: %{packages}"
7684
- msgstr "Mise à jour du/des package(s) demandé(s) : %{packages}"
7685
-
7686
7743
  msgid "Update organization"
7687
7744
  msgstr "Mettre à jour l'organisation"
7688
7745
 
7689
- msgid "Update package"
7690
- msgstr "Mettre à jour le package"
7691
-
7692
- msgid "Update package for %s"
7693
- msgstr "Mettre à jour le package pour %s"
7694
-
7695
7746
  msgid "Update package group via Katello interface"
7696
7747
  msgstr "Mise à jour du groupe de packages via l'interface Katello"
7697
7748
 
7698
7749
  msgid "Update package via Katello interface"
7699
7750
  msgstr "Mise à jour du package via l'interface Katello"
7700
7751
 
7701
- msgid "Update packages remotely using katello-agent. %s"
7702
- msgstr "Mettre à jour les packages à distance en utilisant katello-agent. %s"
7703
-
7704
7752
  msgid "Update packages via Katello interface"
7705
7753
  msgstr "Mise à jour du package via l'interface Katello"
7706
7754
 
@@ -7752,9 +7800,6 @@ msgstr "Mises à jour"
7752
7800
  msgid "Updates a product"
7753
7801
  msgstr "Met à jour un produit"
7754
7802
 
7755
- msgid "Updates all packages on the host(s)"
7756
- msgstr "Mise à jour de tous les packages sur le(s) hôte(s)"
7757
-
7758
7803
  msgid "Updates available: Component content view versions have been updated."
7759
7804
  msgstr ""
7760
7805
 
@@ -7872,9 +7917,6 @@ msgstr "Utiliser des proxy HTTP"
7872
7917
  msgid "Use HTTP proxies"
7873
7918
  msgstr "Utiliser des proxies HTTP"
7874
7919
 
7875
- msgid "Use remote execution by default"
7876
- msgstr "Utiliser l'exécution à distance par défaut"
7877
-
7878
7920
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7879
7921
  msgstr "Utilisé pour déterminer la simultanéité de téléchargement du référentiel dans la pulp3. Valeur d'utilisation inférieure à 20. Valeur par défaut de 10"
7880
7922
 
@@ -7995,12 +8037,18 @@ msgstr ""
7995
8037
  msgid "View by"
7996
8038
  msgstr "Afficher par"
7997
8039
 
8040
+ msgid "View content views"
8041
+ msgstr ""
8042
+
7998
8043
  msgid "View documentation"
7999
8044
  msgstr ""
8000
8045
 
8001
8046
  msgid "View matching content"
8002
8047
  msgstr "Afficher le contenu correspondant"
8003
8048
 
8049
+ msgid "View sync status"
8050
+ msgstr ""
8051
+
8004
8052
  msgid "View tasks "
8005
8053
  msgstr "Voir les tâches "
8006
8054
 
@@ -8019,7 +8067,7 @@ msgstr "Invités virtuels"
8019
8067
  msgid "Virtual host"
8020
8068
  msgstr "Hôte virtuel"
8021
8069
 
8022
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8070
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8023
8071
  msgstr ""
8024
8072
 
8025
8073
  msgid "Waiting to start."
@@ -8166,15 +8214,15 @@ msgstr "Votre recherche n’a renvoyé aucun DEB."
8166
8214
  msgid "Your search returned no matching Module streams."
8167
8215
  msgstr "Votre recherche n'a donné aucun flux de modules correspondant."
8168
8216
 
8169
- msgid "Your search returned no matching RPMs."
8170
- msgstr "Votre recherche n’a renvoyé aucun RPM."
8171
-
8172
8217
  msgid "Your search returned no matching activation keys."
8173
8218
  msgstr "Votre recherche a donné zéro clé d'activation."
8174
8219
 
8175
8220
  msgid "Your search returned no matching hosts."
8176
8221
  msgstr "Votre recherche n’a renvoyé aucun hôte."
8177
8222
 
8223
+ msgid "Your search returned no matching non-modular RPMs."
8224
+ msgstr ""
8225
+
8178
8226
  msgid "Yum"
8179
8227
  msgstr "Yum"
8180
8228
 
@@ -8361,9 +8409,6 @@ msgstr "version du contenu de version"
8361
8409
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8362
8410
  msgstr "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8363
8411
 
8364
- msgid "content view Dependency Solving Default"
8365
- msgstr "Résolution des dépendances par défaut de l’affichage de contenu"
8366
-
8367
8412
  msgid "content view component ID. Identifier of the component association"
8368
8413
  msgstr "ID du composant de visualisation du contenu. Identificateur de l'association de composants"
8369
8414
 
@@ -8484,9 +8529,6 @@ msgstr "errata_id de la règle de filtrage de la vue du contenu"
8484
8529
  msgid "errata_ids is a required parameter"
8485
8530
  msgstr "errata_ids est un paramètre obligatoire"
8486
8531
 
8487
- msgid "errata_ids or update_all must be provided"
8488
- msgstr "errata_ids ou update_all doivent être fournis"
8489
-
8490
8532
  msgid "erratum: IDs or a select all object"
8491
8533
  msgstr "erratum : ID ou objet tout sélectionner"
8492
8534
 
@@ -8643,9 +8685,6 @@ msgstr "limiter aux dépôts ayant cette politique de téléchargement"
8643
8685
  msgid "list filters"
8644
8686
  msgstr "répertorier les filtres"
8645
8687
 
8646
- msgid "list of packages names"
8647
- msgstr "liste des noms de packages"
8648
-
8649
8688
  msgid "list of repository ids"
8650
8689
  msgstr "liste d'ids de référentiel "
8651
8690