katello 4.1.0.rc2.2 → 4.1.0

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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/es/katello.po CHANGED
@@ -3147,6 +3147,9 @@ msgstr ""
3147
3147
  msgid "No manifest file uploaded"
3148
3148
  msgstr "No se ha cargado ningún archivo de manifiesto"
3149
3149
 
3150
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3151
+ msgstr ""
3152
+
3150
3153
  msgid "No matching content views found"
3151
3154
  msgstr "No se encontraron vistas de contenido coincidentes"
3152
3155
 
@@ -4420,10 +4423,13 @@ msgstr "Orden y campo de clasificación, p. ej., 'id DESC'"
4420
4423
  msgid "Source RPM"
4421
4424
  msgstr "RPM de fuente"
4422
4425
 
4426
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4427
+ msgstr ""
4428
+
4423
4429
  msgid "Specify the list of units in each repo"
4424
4430
  msgstr "Especifique la lista de unidades en cada repo"
4425
4431
 
4426
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4432
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4427
4433
  msgstr ""
4428
4434
 
4429
4435
  msgid "Stacking ID"
@@ -4753,11 +4759,6 @@ msgstr "El campo para ordenar los datos. Se ajusta por defecto a la fecha de cre
4753
4759
  msgid "The following hosts have errata that apply to them: "
4754
4760
  msgstr "Los siguientes hosts tienen erratas que aplican a ellos:"
4755
4761
 
4756
- msgid ""
4757
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4758
- " %{repos}"
4759
- msgstr ""
4760
-
4761
4762
  msgid ""
4762
4763
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4763
4764
  " %{repos}"
@@ -4784,6 +4785,11 @@ msgstr "El desplazamiento en el archivo donde empieza el contenido"
4784
4785
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4785
4786
  msgstr "El orden para clasificar los resultados. ['asc', 'desc'] Por defecto es 'desc'."
4786
4787
 
4788
+ msgid ""
4789
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4790
+ " %{repos}"
4791
+ msgstr ""
4792
+
4787
4793
  msgid "The page you are attempting to access requires selecting a specific organization."
4788
4794
  msgstr "La página a la que intenta acceder requiere seleccionar una organización específica."
4789
4795
 
@@ -17,7 +17,6 @@ msgid ""
17
17
  msgstr ""
18
18
  "Project-Id-Version: katello 2.4.0-RC1\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
21
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
22
21
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
23
22
  "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
@@ -516,8 +515,8 @@ msgid "Destination Server name"
516
515
  msgstr "Nom du serveur de destination"
517
516
 
518
517
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
519
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
520
- msgstr "Divisez le contenu exporté en archives ne dépassant pas la taille spécifiée en mégaoctets."
518
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
519
+ msgstr ""
521
520
 
522
521
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
523
522
  msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
@@ -3611,11 +3610,11 @@ msgstr "L'environnement puppet %{name} est utilisé par %{count} Hôte(s) dont %
3611
3610
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3612
3611
  msgstr "L'environnement puppet %{name} est utilisé par %{count} Groupe(s) d'hôte(s) dont %{names}"
3613
3612
 
3614
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3613
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3615
3614
  msgid "Create"
3616
3615
  msgstr "Créer"
3617
3616
 
3618
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3617
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3619
3618
  msgid "Delete Activation Key"
3620
3619
  msgstr "Supprimer la clé d'activation"
3621
3620
 
@@ -3631,11 +3630,11 @@ msgstr "Aucun package supprimé"
3631
3630
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3632
3631
  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?"
3633
3632
 
3634
- #: ../app/lib/actions/katello/agent_action.rb:86
3633
+ #: ../app/lib/actions/katello/agent_action.rb:90
3635
3634
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3636
3635
  msgstr "L'hôte n'a pas terminé l'action de contenu sous %s secondes. La tâche a été annulée."
3637
3636
 
3638
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3637
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3639
3638
  msgid "Generate host applicability"
3640
3639
  msgstr "Générer l'applicabilité à l'hôte"
3641
3640
 
@@ -3643,15 +3642,15 @@ msgstr "Générer l'applicabilité à l'hôte"
3643
3642
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3644
3643
  msgstr "La facette de contenu pour l'hôte avec id %s est inexistante. Sauter le calcul de l'applicabilité."
3645
3644
 
3646
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3645
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3647
3646
  msgid "Bulk generate applicability for hosts"
3648
3647
  msgstr "La masse génère l'applicabilité pour les hôtes"
3649
3648
 
3650
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3649
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3651
3650
  msgid "Generate repository applicability"
3652
3651
  msgstr "Générer l'applicabilité du référentiel"
3653
3652
 
3654
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3653
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3655
3654
  msgid "Synchronize smart proxy"
3656
3655
  msgstr "Synchroniser le smart proxy"
3657
3656
 
@@ -3663,7 +3662,7 @@ msgstr "Action non autorisée pour le proxy smart par défaut."
3663
3662
  msgid "Sync Content View on Smart Proxy(ies)"
3664
3663
  msgstr "Sync de la vue du contenu sur le(s) proxy(s) smart"
3665
3664
 
3666
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3665
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3667
3666
  msgid "Delete"
3668
3667
  msgstr "Supprimer"
3669
3668
 
@@ -3715,7 +3714,7 @@ msgstr "Contenu ajouté :"
3715
3714
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3716
3715
  msgstr "Impossible de promouvoir l'environnement hors séquence. Forcez le contournement de la restriction."
3717
3716
 
3718
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3717
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3719
3718
  msgid "Promotion to Environment"
3720
3719
  msgstr "Promotion à Environnement"
3721
3720
 
@@ -3727,7 +3726,7 @@ msgstr "Le label de référentiel '%s' n'est pas associé à la vue du contenu."
3727
3726
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3728
3727
  msgstr "La vue du contenu a un label de référentiel '%s' qui n'est pas spécifié dans le paramètre repos_units."
3729
3728
 
3730
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3729
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3731
3730
  msgid "Publish"
3732
3731
  msgstr "Publier"
3733
3732
 
@@ -3739,7 +3738,7 @@ msgstr "Auto Publish - Déclenché par '%s' "
3739
3738
  msgid "Cannot delete version while it is in environment %s"
3740
3739
  msgstr "Impossible de supprimer la version lorsqu'elle se trouve dans l'environnement %s"
3741
3740
 
3742
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3741
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3743
3742
  msgid "Remove Versions and Associations"
3744
3743
  msgstr "Supprimer les versions et les associations"
3745
3744
 
@@ -3759,7 +3758,7 @@ msgstr "Impossible de réassigner des activation_keys. Veuillez vérifier activa
3759
3758
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3760
3759
  msgstr "Impossible de supprimer l'affichage de contenu de l'environnement. L'affichage de contenu '%{view}' ne se trouve pas dans l'environnement de cycle de vie '%{env}'."
3761
3760
 
3762
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3761
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3763
3762
  msgid "Remove from Environment"
3764
3763
  msgstr "Supprimer les environnements"
3765
3764
 
@@ -3771,7 +3770,7 @@ msgstr "Supprimer la version "
3771
3770
  msgid "Create Repositories"
3772
3771
  msgstr "Créer des référentiels"
3773
3772
 
3774
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3773
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3775
3774
  msgid "Export"
3776
3775
  msgstr "Exporter"
3777
3776
 
@@ -3779,15 +3778,15 @@ msgstr "Exporter"
3779
3778
  msgid "Content view not provided in the metadata"
3780
3779
  msgstr ""
3781
3780
 
3782
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3781
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3783
3782
  msgid "Import Content View Version"
3784
3783
  msgstr "Supprimer la version de l'affichage du contenu"
3785
3784
 
3786
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3785
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3787
3786
  msgid "Import Default Content View"
3788
3787
  msgstr "Importer la vue du contenu par défaut"
3789
3788
 
3790
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3789
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3791
3790
  msgid "Incremental Update"
3792
3791
  msgstr "Mise à jour croissante"
3793
3792
 
@@ -3811,15 +3810,15 @@ msgstr "Aucune version d'affichage de contenu %{component} existe en tant que co
3811
3810
  msgid "Republish Repositories of %{name} %{version}"
3812
3811
  msgstr "Republier les référentiels de %{name}%{version}"
3813
3812
 
3814
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3813
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3815
3814
  msgid "Republish Version Repositories"
3816
3815
  msgstr "Publier de nouveau les référentiels de version"
3817
3816
 
3818
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3817
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3819
3818
  msgid "Delete Lifecycle Environment"
3820
3819
  msgstr "Supprimer l'environnement de cycle de vie"
3821
3820
 
3822
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3821
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3823
3822
  msgid "Publish Lifecycle Environment Repositories"
3824
3823
  msgstr "Publier les référentiels d'environnements de cycles de vie"
3825
3824
 
@@ -3835,7 +3834,7 @@ msgstr "Attacher abonnements à %s"
3835
3834
  msgid "Unknown"
3836
3835
  msgstr "Inconnu"
3837
3836
 
3838
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3837
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3839
3838
  msgid "Attach subscriptions"
3840
3839
  msgstr "Attacher abonnements"
3841
3840
 
@@ -3843,7 +3842,7 @@ msgstr "Attacher abonnements"
3843
3842
  msgid "Destroy Content Host %s"
3844
3843
  msgstr "Détruire l'hôte du contenu %s"
3845
3844
 
3846
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3845
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3847
3846
  msgid "Destroy Content Host"
3848
3847
  msgstr "Détruire l'hôte du contenu"
3849
3848
 
@@ -3855,7 +3854,7 @@ msgstr "errata_ids ou update_all doivent être fournis"
3855
3854
  msgid "No applicable errata for %s, skipping"
3856
3855
  msgstr "Aucune errata applicable à %s, ignorer"
3857
3856
 
3858
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3857
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3859
3858
  msgid "Install Applicable Errata"
3860
3859
  msgstr "Installer des errata applicables"
3861
3860
 
@@ -3947,7 +3946,7 @@ msgstr "Erreur Statut de rafraîchissement pour %s : "
3947
3946
  msgid "Remove subscriptions from %s"
3948
3947
  msgstr "Supprimer les abonnements de %s"
3949
3948
 
3950
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3949
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3951
3950
  msgid "Remove subscriptions"
3952
3951
  msgstr "Supprimer les abonnements"
3953
3952
 
@@ -3959,7 +3958,7 @@ msgstr "Cet hôte n'est pas actuellement enregistré auprès de subscription-man
3959
3958
  msgid "Update Content Overrides to %s"
3960
3959
  msgstr "Mettre à jour les substitutions de contenu à %s"
3961
3960
 
3962
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3961
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3963
3962
  msgid "Update Content Overrides"
3964
3963
  msgstr "Mettre à jour les substitutions de contenu"
3965
3964
 
@@ -3979,7 +3978,7 @@ msgstr "Mise à jour de l'hôte %s"
3979
3978
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3980
3979
  msgstr "L'hôte %{name} ne peut pas se voir attribuer la version %{release_version}."
3981
3980
 
3982
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3981
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3983
3982
  msgid "Update release version for host"
3984
3983
  msgstr "Mettre à jour la version de publication pour l'hôte"
3985
3984
 
@@ -3991,7 +3990,7 @@ msgstr "Mettre à jour la version de publication pour l'hôte %s"
3991
3990
  msgid "Updating System Purpose for host %s"
3992
3991
  msgstr "Mise à jour Objectif système pour l'hôte %s"
3993
3992
 
3994
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3993
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3995
3994
  msgid "Updating System Purpose for host"
3996
3995
  msgstr "Mise à jour Objectif système pour l'hôte"
3997
3996
 
@@ -3999,7 +3998,7 @@ msgstr "Mise à jour Objectif système pour l'hôte"
3999
3998
  msgid "Package Profile Update for %s"
4000
3999
  msgstr "Mise à jour du profil du package pour %s"
4001
4000
 
4002
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
4001
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4003
4002
  msgid "Package Profile Update"
4004
4003
  msgstr "Mise à jour du profil du package"
4005
4004
 
@@ -4007,11 +4006,11 @@ msgstr "Mise à jour du profil du package"
4007
4006
  msgid "Combined Profile Update for %s"
4008
4007
  msgstr "Mise à jour de profil combiné pour %s"
4009
4008
 
4010
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4009
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4011
4010
  msgid "Combined Profile Update"
4012
4011
  msgstr "Mise à jour de profil combiné"
4013
4012
 
4014
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4013
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4015
4014
  msgid "Destroy"
4016
4015
  msgstr "Détruire"
4017
4016
 
@@ -4051,7 +4050,7 @@ msgstr "Permettre un accès simple au contenu"
4051
4050
  msgid "Cannot delete redhat product content"
4052
4051
  msgstr "Ne peut pas supprimer le contenu d'un produit Red Hat"
4053
4052
 
4054
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4053
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4055
4054
  msgid "Product Create"
4056
4055
  msgstr "Créer Produit"
4057
4056
 
@@ -4063,7 +4062,7 @@ msgstr "Ne peut pas supprimer le produit Red Hat : %{product}"
4063
4062
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4064
4063
  msgstr "Impossible de supprimer un produit dont les référentiels sont publiés dans une vue de contenu. Produit : %{product}, %{view_versions}"
4065
4064
 
4066
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4065
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4067
4066
  msgid "Delete Product"
4068
4067
  msgstr "Supprimer le produit"
4069
4068
 
@@ -4079,7 +4078,7 @@ msgstr "Le fournisseur Red Hat ne peut pas être supprimé"
4079
4078
  msgid "Cannot delete provider with attached products"
4080
4079
  msgstr "Impossible de supprimer le fournisseur avec les produits joints"
4081
4080
 
4082
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4081
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4083
4082
  msgid "Update"
4084
4083
  msgstr "Mise à jour"
4085
4084
 
@@ -4095,7 +4094,7 @@ msgstr "Impossible de publier un composite avec des noms de fichiers rpm"
4095
4094
  msgid "Cannot publish a link repository if multiple component clones are specified"
4096
4095
  msgstr "Impossible de publier un référentiel de liens si plusieurs clones de composants sont spécifiés"
4097
4096
 
4098
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4097
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4099
4098
  msgid "Delete Package Group"
4100
4099
  msgstr "Supprimer le groupe de packages"
4101
4100
 
@@ -4107,7 +4106,7 @@ msgstr "Impossible à exporter, le paramètre \"pulp_export_destination\" n'est
4107
4106
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4108
4107
  msgstr "Impossible à exporter, le paramètre \"pulp_export_destination\" n'est pas un répertoire inscriptible."
4109
4108
 
4110
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4109
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4111
4110
  msgid "Upload into"
4112
4111
  msgstr "Téléverser vers"
4113
4112
 
@@ -4119,7 +4118,7 @@ msgstr "Impossible de supprimer le contenu d'un référentiel non personnalisé.
4119
4118
  msgid "Can only remove content from within the Default Content View"
4120
4119
  msgstr "Peut uniquement supprimer les contenus à partir de l'Affichage de contenu par défaut"
4121
4120
 
4122
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4121
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4123
4122
  msgid "Remove Content"
4124
4123
  msgstr "Supprimer le contenu"
4125
4124
 
@@ -4143,19 +4142,19 @@ msgstr "Synchroniser : Valider le contenu"
4143
4142
  msgid "Synchronize: Skip Metadata Check"
4144
4143
  msgstr "Synchroniser : Sauter la vérification des métadonnées"
4145
4144
 
4146
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4145
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4147
4146
  msgid "Synchronize"
4148
4147
  msgstr "Synchroniser"
4149
4148
 
4150
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4149
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4151
4150
  msgid "Upload errata into"
4152
4151
  msgstr "Télécharger l'errata dans"
4153
4152
 
4154
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4153
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4155
4154
  msgid "Create Package Group"
4156
4155
  msgstr "Créer un groupe de packages"
4157
4156
 
4158
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4157
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4159
4158
  msgid "Disable"
4160
4159
  msgstr "Désactiver"
4161
4160
 
@@ -4163,7 +4162,7 @@ msgstr "Désactiver"
4163
4162
  msgid "Repository not found"
4164
4163
  msgstr "Référentiel introuvable"
4165
4164
 
4166
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4165
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4167
4166
  msgid "Enable"
4168
4167
  msgstr "Activer"
4169
4168
 
@@ -4171,7 +4170,7 @@ msgstr "Activer"
4171
4170
  msgid "The repository is already enabled"
4172
4171
  msgstr "Le référentiel est déjà activé"
4173
4172
 
4174
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4173
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4175
4174
  msgid "Run Sync Plan:"
4176
4175
  msgstr "Exécuter Plan Sync :"
4177
4176
 
@@ -4333,15 +4332,15 @@ msgstr ""
4333
4332
  msgid "Group %{id} already created."
4334
4333
  msgstr "Groupe %{id} déjà créé."
4335
4334
 
4336
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4335
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4337
4336
  msgid "Create Export History"
4338
4337
  msgstr ""
4339
4338
 
4340
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4339
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4341
4340
  msgid "Create Import History"
4342
4341
  msgstr ""
4343
4342
 
4344
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4343
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4345
4344
  msgid "Export Library"
4346
4345
  msgstr "Exporter Bibliothèque"
4347
4346
 
@@ -4353,7 +4352,7 @@ msgstr ""
4353
4352
  "REMARQUE : Impossible d'exporter complètement la bibliothèque de l'organisation '%{organization}' car elle contient des référentiels sans la politique de téléchargement \"immediate\". Mettez à jour la politique de téléchargement et synchronisez les référentiels concernés pour les inclure dans l'exportation\n"
4354
4353
  " %{repos}"
4355
4354
 
4356
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4355
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4357
4356
  msgid "Import"
4358
4357
  msgstr "Importation"
4359
4358
 
@@ -4413,7 +4412,7 @@ msgstr "L'organisation actuelle n'a pas de manifeste importé."
4413
4412
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4414
4413
  msgstr "Le manifeste de souscription de cette organisation a expiré. Veuillez importer un nouveau manifeste."
4415
4414
 
4416
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4415
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4417
4416
  msgid "A backend service [ %s ] is unreachable"
4418
4417
  msgstr "Un service backend [ %s ] est injoignable"
4419
4418
 
@@ -6369,7 +6368,11 @@ msgstr "Problème de connexion de bus de message Pulp."
6369
6368
  msgid "Failed indexing errata, maximum retries encountered"
6370
6369
  msgstr "N'a pas pu indexer l'errata, nombre de tentatives dépassé"
6371
6370
 
6372
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6371
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6372
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6373
+ msgstr ""
6374
+
6375
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6373
6376
  msgid ""
6374
6377
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6375
6378
  " %{repos}"
@@ -6377,43 +6380,45 @@ msgstr ""
6377
6380
  "REMARQUE : Impossible d'exporter complètement la version de la vue du contenu '%{content_view} %{current}' car elle contient des référentiels sans la politique de téléchargement 'immediate'. Mettez à jour la politique de téléchargement et synchronisez les référentiels concernés. Une fois synchronisé, republiez la vue du contenu et exportez la version générée\n"
6378
6381
  " %{repos}"
6379
6382
 
6380
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6383
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6381
6384
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6382
6385
  msgstr "La version exportée de la vue du contenu '%{content_view} %{current}' ne peut pas être mise à jour de manière incrémentielle à partir de la version '%{from}'. Veuillez effectuer une exportation complète."
6383
6386
 
6384
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6387
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6385
6388
  msgid "Product: '%{product}', Repository: '%{repository}'"
6386
6389
  msgstr "Produit: '%{product}', Repo: '%{repository}'"
6387
6390
 
6388
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6391
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6389
6392
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6390
6393
  msgstr "Content View Version spécifiée dans les métadonnées - '%{name}' existe déjà. Si vous souhaitez remplacer la version existante, supprimez %{name} et réessayez. "
6391
6394
 
6392
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6395
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6393
6396
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6394
6397
  msgstr "La version antérieure de la vue du contenu spécifiée dans les métadonnées - '%{name}' n'existe pas. Veuillez importer les métadonnées de '%{name}' avant d'importer '%{current}' "
6395
6398
 
6396
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6399
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6400
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6401
+ msgstr ""
6402
+
6403
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6397
6404
  msgid ""
6398
6405
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
6399
6406
  " %{repos}"
6400
6407
  msgstr ""
6401
6408
 
6402
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6409
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6403
6410
  msgid ""
6404
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6411
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6405
6412
  " %{repos}"
6406
6413
  msgstr ""
6407
- "Les référentiels suivants fournis dans les métadonnées d'importation ne sont pas disponibles dans la bibliothèque ou ont un type de référentiel incorrect. Veuillez ajouter ou activer les référentiels avant l'importation\n"
6408
- " %{repos}"
6409
6414
 
6410
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6415
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6411
6416
  msgid ""
6412
6417
  "\n"
6413
6418
  "* Product = '%{product}', Repository = '%{repository}'"
6414
6419
  msgstr ""
6415
6420
 
6416
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6421
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6417
6422
  msgid "Unable to find product '%s' in organization '%s'"
6418
6423
  msgstr ""
6419
6424
 
@@ -8201,241 +8206,132 @@ msgstr "L'abonnement ne peut être trouvé en amont"
8201
8206
  msgid "The subscription is no longer available"
8202
8207
  msgstr "L'abonnement n'est plus disponible"
8203
8208
 
8204
- #: action_names.rb:4
8205
- msgid "Instance update"
8206
- msgstr "Mise à jour de l'instance"
8209
+ #: action_names.rb:2
8210
+ msgid "Remote action:"
8211
+ msgstr "Action distante :"
8207
8212
 
8208
8213
  #: action_names.rb:5
8209
- msgid "Index package groups"
8210
- msgstr "Indexer les groupes de packages"
8214
+ msgid "Copy version units to library"
8215
+ msgstr "Copier les unités de version à la bibliothèque"
8216
+
8217
+ #: action_names.rb:11
8218
+ msgid "Verify checksum"
8219
+ msgstr "Vérifier la somme de contrôle"
8220
+
8221
+ #: action_names.rb:14
8222
+ msgid "Update http proxy details"
8223
+ msgstr "Mise à jour des détails du proxy http"
8224
+
8225
+ #: action_names.rb:17
8226
+ msgid "Instance update"
8227
+ msgstr "Mise à jour de l'instance"
8211
8228
 
8212
- #: action_names.rb:6
8229
+ #: action_names.rb:18
8213
8230
  msgid "Index module streams"
8214
8231
  msgstr "Indexer les flux de module"
8215
8232
 
8216
- #: action_names.rb:7
8217
- msgid "Index errata"
8218
- msgstr "Errata d'index"
8219
-
8220
- #: action_names.rb:8
8233
+ #: action_names.rb:19
8221
8234
  msgid "Index content"
8222
8235
  msgstr "Contenu d'index"
8223
8236
 
8224
- #: action_names.rb:10
8225
- msgid "Filtered index content"
8226
- msgstr "Contenu d'index filtré"
8227
-
8228
- #: action_names.rb:11
8237
+ #: action_names.rb:20
8229
8238
  msgid "Fetch pxe files"
8230
8239
  msgstr "Récupérer les fichiers pxe"
8231
8240
 
8232
- #: action_names.rb:13
8241
+ #: action_names.rb:21
8233
8242
  msgid "Errata mail"
8234
8243
  msgstr "Courrier d'errata"
8235
8244
 
8236
- #: action_names.rb:14
8237
- msgid "Discover"
8238
- msgstr "Discover"
8239
-
8240
- #: action_names.rb:19
8245
+ #: action_names.rb:24
8241
8246
  msgid "Update http proxy"
8242
8247
  msgstr "Mettre à jour proxy http"
8243
8248
 
8244
- #: action_names.rb:20
8245
- msgid "Reindex subscriptions"
8246
- msgstr "Ré-indexer les abonnements"
8247
-
8248
- #: action_names.rb:31
8249
- msgid "Hypervisors update"
8250
- msgstr "Mise à jour des hyperviseurs"
8251
-
8252
- #: action_names.rb:32
8249
+ #: action_names.rb:30
8253
8250
  msgid "Hypervisors"
8254
8251
  msgstr "Hyperviseurs"
8255
8252
 
8256
- #: action_names.rb:35
8253
+ #: action_names.rb:32
8257
8254
  msgid "Auto attach subscriptions"
8258
8255
  msgstr "Attacher automatiquement des abonnements"
8259
8256
 
8260
- #: action_names.rb:48
8257
+ #: action_names.rb:41
8261
8258
  msgid "Promote"
8262
8259
  msgstr "Promouvoir"
8263
8260
 
8264
- #: action_names.rb:49
8265
- msgid "Remote action:"
8266
- msgstr "Action distante :"
8267
-
8268
- #: action_names.rb:50
8269
- msgid "Incremental Update of Content View Version(s) "
8270
- msgstr "Mise à jour incrémentielle Version(s) d'affichage de contenu"
8261
+ #: action_names.rb:52
8262
+ msgid "Hypervisors update"
8263
+ msgstr "Mise à jour des hyperviseurs"
8271
8264
 
8272
- #: action_names.rb:51
8273
- msgid "Sync capsule"
8274
- msgstr "Sync capsule"
8265
+ #: action_names.rb:55
8266
+ msgid "Update content urls"
8267
+ msgstr "Mettre à jour les urls de contenu"
8275
8268
 
8276
- #: action_names.rb:56
8277
- msgid "Agent action"
8278
- msgstr "Action de l'agent"
8269
+ #: action_names.rb:57
8270
+ msgid "Reindex subscriptions"
8271
+ msgstr "Ré-indexer les abonnements"
8279
8272
 
8280
8273
  #: action_names.rb:58
8281
- msgid "Abstract async task"
8282
- msgstr "Tâche async abstraite"
8274
+ msgid "Update redhat repository"
8275
+ msgstr "Mettre à jour le référentiel de données Red Hat"
8283
8276
 
8284
8277
  #: action_names.rb:59
8285
- msgid "Import Puppet classes"
8286
- msgstr "Importer des classes Puppet"
8278
+ msgid "Filtered index content"
8279
+ msgstr "Contenu d'index filtré"
8287
8280
 
8288
8281
  #: action_names.rb:60
8289
- msgid "Import facts"
8290
- msgstr "Importer des faits"
8282
+ msgid "Index errata"
8283
+ msgstr "Errata d'index"
8291
8284
 
8292
8285
  #: action_names.rb:61
8293
- msgid "Action with sub plans"
8294
- msgstr "Action avec sous-plans"
8286
+ msgid "Index package groups"
8287
+ msgstr "Indexer les groupes de packages"
8288
+
8289
+ #: action_names.rb:63
8290
+ msgid "Discover"
8291
+ msgstr "Discover"
8295
8292
 
8296
8293
  #: action_names.rb:64
8297
- msgid "Copy version units to library"
8298
- msgstr "Copier les unités de version à la bibliothèque"
8294
+ msgid "Incremental Update of Content View Version(s) "
8295
+ msgstr "Mise à jour incrémentielle Version(s) d'affichage de contenu"
8299
8296
 
8300
- #: action_names.rb:70
8301
- msgid "Verify checksum"
8302
- msgstr "Vérifier la somme de contrôle"
8297
+ #: action_names.rb:67
8298
+ msgid "Abstract async task"
8299
+ msgstr "Tâche async abstraite"
8300
+
8301
+ #: action_names.rb:68
8302
+ msgid "Sync capsule"
8303
+ msgstr "Sync capsule"
8304
+
8305
+ #: action_names.rb:72
8306
+ msgid "Agent action"
8307
+ msgstr "Action de l'agent"
8303
8308
 
8304
8309
  #: action_names.rb:73
8305
- msgid "Update redhat repository"
8306
- msgstr "Mettre à jour le référentiel de données Red Hat"
8310
+ msgid "Import Puppet classes"
8311
+ msgstr "Importer des classes Puppet"
8307
8312
 
8308
8313
  #: action_names.rb:74
8309
- msgid "Update http proxy details"
8310
- msgstr "Mise à jour des détails du proxy http"
8314
+ msgid "Import facts"
8315
+ msgstr "Importer des faits"
8311
8316
 
8312
8317
  #: action_names.rb:75
8313
- msgid "Update content urls"
8314
- msgstr "Mettre à jour les urls de contenu"
8315
-
8316
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8317
- #~ msgid "Schedule errata for installation"
8318
- #~ msgstr "Planifier l'errata pour l'installation"
8319
-
8320
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8321
- #~ msgid "Install packages remotely"
8322
- #~ msgstr "Installer les packages à distance"
8323
-
8324
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8325
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8326
- #~ msgid "Update packages remotely"
8327
- #~ msgstr "Mettre à jour les packages à distance"
8328
-
8329
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8330
- #~ msgid "Uninstall packages remotely"
8331
- #~ msgstr "Désinstaller les packages à distance"
8332
-
8333
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8334
- #~ msgid "Install content on one or more hosts"
8335
- #~ msgstr "Installer le contenu sur un ou plusieurs hôtes"
8336
-
8337
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8338
- #~ msgid "Update content on one or more hosts"
8339
- #~ msgstr "Mettre à jour le contenu d'un ou plusieurs hôtes"
8340
-
8341
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8342
- #~ msgid "Remove content on one or more hosts"
8343
- #~ msgstr "Supprimer le contenu d'un ou plusieurs hôtes"
8344
-
8345
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:55
8346
- #~ msgid "comma-separated list of releases to be synced from deb-archive"
8347
- #~ msgstr ""
8348
- #~ "liste séparée par des virgules des versions à synchroniser à partir de deb-arc"
8349
- #~ "hive"
8350
-
8351
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:56
8352
- #~ msgid "comma-separated list of repo components to be synced from deb-archive"
8353
- #~ msgstr ""
8354
- #~ "liste séparée par des virgules des composants repo à synchroniser à partir de "
8355
- #~ "deb-archive"
8356
-
8357
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:57
8358
- #~ msgid "comma-separated list of architectures to be synced from deb-archive"
8359
- #~ msgstr ""
8360
- #~ "liste des architectures à synchroniser à partir de deb-archive, séparée par de"
8361
- #~ "s virgules"
8362
-
8363
- #:
8364
- #: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:11
8365
- #~ msgid ""
8366
- #~ "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat En"
8367
- #~ "terprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
8368
- #~ msgstr ""
8369
- #~ "Clé(s) d'activation pour le gestionnaire d'abonnements. Requis pour CentOS et "
8370
- #~ "Red Hat Enterprise Linux. Ajout de plusieurs clés séparées par une virgule, ex"
8371
- #~ "emple : key1,key2,key3."
8372
-
8373
- #: ../app/models/katello/root_repository.rb:141
8374
- #~ msgid ""
8375
- #~ "Cannot sync file:// repositories with On Demand or Background Download Policie"
8376
- #~ "s"
8377
- #~ msgstr ""
8378
- #~ "Impossible de synchroniser les référentiels file:// avec les politiques de tél"
8379
- #~ "échargement à la demande ou en arrière-plan"
8380
-
8381
- #: ../app/models/setting/content.rb:115
8382
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8383
- #~ msgstr ""
8384
- #~ "Si cette option est activée, utilisez l'exécution à distance par l'intermédiai"
8385
- #~ "re de l'agent katello pour les actions à distance"
8386
-
8387
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8388
- #~ msgid "Red Hat"
8389
- #~ msgstr "Red Hat"
8390
-
8391
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8392
- #~ msgid "Custom"
8393
- #~ msgstr "Personnalisé"
8318
+ msgid "Action with sub plans"
8319
+ msgstr "Action avec sous-plans"
8394
8320
 
8395
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:76
8396
8321
  #~ msgid ""
8397
- #~ "\n"
8398
- #~ "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{r"
8399
- #~ "epo_type}'"
8322
+ #~ "Split the exported content into archives no greater than the specified size in"
8323
+ #~ " megabytes."
8400
8324
  #~ msgstr ""
8401
- #~ "\n"
8402
- #~ "* Produit = '%{product}', Repo = '%{repository}', Type Repo = '%{repo_type}'"
8325
+ #~ "Divisez le contenu exporté en archives ne dépassant pas la taille spécifiée en"
8326
+ #~ " mégaoctets."
8403
8327
 
8404
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:16
8405
- #~ msgid "Activation Key(s) *"
8406
- #~ msgstr "Clé(s) d'activation *"
8407
-
8408
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:17
8409
8328
  #~ msgid ""
8410
- #~ "Activation key(s) for Subscription Manager. Multiple keys should be comma-sepa"
8411
- #~ "rated, for example: key1,key2,key3."
8412
- #~ msgstr ""
8413
- #~ "Clé(s) d'activation pour le Gestionnaire d'abonnements. Les clés multiples doi"
8414
- #~ "vent être séparées par des virgules, par exemple : key1,key2,key3."
8415
-
8416
- #: ../lib/katello/plugin.rb:279
8417
- #~ msgid "Katello"
8418
- #~ msgstr "Katello"
8419
-
8420
- #: ../lib/proxy_api/container_gateway.rb:18
8421
- #~ msgid "Unable to perform unauthenticated repository list operation"
8422
- #~ msgstr "Impossible d'effectuer une opération non authentifiée de liste de référentiel"
8423
-
8424
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:74
8425
- #~ msgid "Something went wrong while retrieving the repository types! ${error}"
8426
- #~ msgstr ""
8427
- #~ "Un problème est survenu lors de la récupération des types de référentiel ! ${e"
8428
- #~ "rror}"
8429
-
8430
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:81
8431
- #~ msgid "Something went wrong while retrieving the content view filters! ${error}"
8432
- #~ msgstr ""
8433
- #~ "Un problème est survenu lors de la récupération des filtres d'affichage du con"
8434
- #~ "tenu ! ${error}"
8435
-
8436
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:88
8437
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:97
8438
- #~ msgid "Something went wrong while retrieving the content view filter! ${error}"
8329
+ #~ "The following repositories provided in the import metadata are either not avai"
8330
+ #~ "lable in the Library or are of incorrect Respository Type. Please add or enabl"
8331
+ #~ "e the repositories before importing\n"
8332
+ #~ " %{repos}"
8439
8333
  #~ msgstr ""
8440
- #~ "Un problème est survenu lors de la récupération du filtre d'affichage du conte"
8441
- #~ "nu ! ${error}"
8334
+ #~ "Les référentiels suivants fournis dans les métadonnées d'importation ne sont p"
8335
+ #~ "as disponibles dans la bibliothèque ou ont un type de référentiel incorrect. V"
8336
+ #~ "euillez ajouter ou activer les référentiels avant l'importation\n"
8337
+ #~ " %{repos}"