katello 4.10.0.rc2 → 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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
- data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
- data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
- data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
- data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
- data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
- data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
- data/app/lib/actions/katello/content_view/promote.rb +9 -0
- data/app/lib/actions/katello/content_view/publish.rb +9 -0
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
- data/app/lib/actions/katello/repository/remove_content.rb +9 -1
- data/app/lib/actions/katello/repository/sync.rb +11 -0
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/repo_discovery.rb +78 -5
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
- data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
- data/app/mailers/katello/task_mailer.rb +54 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
- data/app/models/katello/concerns/organization_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
- data/app/models/katello/content_view.rb +21 -0
- data/app/models/katello/content_view_environment.rb +6 -1
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/docker_tag.rb +1 -1
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/host/content_facet.rb +10 -7
- data/app/models/katello/product.rb +8 -0
- data/app/models/katello/repository.rb +31 -6
- data/app/models/katello/rhel_lifecycle_status.rb +214 -0
- data/app/models/katello/sync_plan.rb +19 -1
- data/app/models/katello/yum_metadata_file.rb +1 -1
- data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
- data/app/services/katello/event_queue.rb +10 -2
- data/app/services/katello/host_status_manager.rb +1 -0
- data/app/services/katello/product_content_importer.rb +45 -3
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/erratum.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
- data/app/services/katello/pulp3/repository_mirror.rb +21 -2
- data/app/services/katello/pulp3/rpm.rb +1 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/registration_manager.rb +6 -3
- data/app/services/katello/repository_type.rb +2 -1
- data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
- data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
- data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
- data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
- data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
- data/db/seeds.d/106-mail_notifications.rb +32 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
- data/lib/katello/engine.rb +2 -3
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/plugin.rb +4 -0
- data/lib/katello/repository_types/ostree.rb +1 -0
- data/lib/katello/repository_types/python.rb +1 -0
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +1 -3
- data/locale/bn/katello.po +236 -197
- data/locale/bn_IN/katello.po +236 -197
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +236 -197
- data/locale/cs/katello.po +236 -206
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +236 -197
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +241 -202
- data/locale/de_AT/katello.po +236 -197
- data/locale/de_DE/katello.po +236 -197
- data/locale/el/katello.po +236 -197
- data/locale/en/katello.po +236 -197
- data/locale/en_GB/katello.po +236 -197
- data/locale/en_US/katello.po +236 -197
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +238 -199
- data/locale/et_EE/katello.po +236 -197
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +247 -208
- data/locale/gl/katello.po +236 -197
- data/locale/gu/katello.po +236 -197
- data/locale/he_IL/katello.po +236 -197
- data/locale/hi/katello.po +236 -197
- data/locale/id/katello.po +236 -197
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +236 -197
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +247 -208
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +241 -202
- data/locale/katello.pot +1427 -1296
- data/locale/kn/katello.po +236 -197
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +236 -197
- data/locale/ml_IN/katello.po +236 -197
- data/locale/mr/katello.po +236 -197
- data/locale/nl_NL/katello.po +236 -197
- data/locale/or/katello.po +236 -197
- data/locale/pa/katello.po +236 -197
- data/locale/pl/katello.po +236 -197
- data/locale/pl_PL/katello.po +236 -197
- data/locale/pt/katello.po +236 -197
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +238 -199
- data/locale/ro/katello.po +236 -197
- data/locale/ro_RO/katello.po +236 -197
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +236 -197
- data/locale/sl/katello.po +236 -197
- data/locale/sv_SE/katello.po +236 -197
- data/locale/ta/katello.po +236 -197
- data/locale/ta_IN/katello.po +236 -197
- data/locale/te/katello.po +236 -197
- data/locale/tr/katello.po +236 -197
- data/locale/vi/katello.po +236 -197
- data/locale/vi_VN/katello.po +236 -197
- data/locale/zh/katello.po +236 -197
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +247 -208
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +236 -197
- data/webpack/components/Table/EmptyStateMessage.js +7 -4
- data/webpack/components/Table/MainTable.scss +18 -17
- data/webpack/components/Table/TableWrapper.js +4 -1
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
- data/webpack/components/extensions/Hosts/constants.js +2 -0
- data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
- data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
- data/webpack/global_index.js +11 -2
- data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
- data/webpack/scenes/Content/ContentConfig.js +3 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +18 -4
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +15 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
- data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
- data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
- data/webpack/scenes/SmartProxy/Content.js +12 -4
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
- data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
- data/webpack/utils/helpers.js +0 -1
- metadata +58 -39
- data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
- data/webpack/components/Table/TableHooks.js +0 -315
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
- data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
@@ -4,3066 +4,3103 @@
|
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
6
|
"Project-Id-Version": "",
|
7
|
-
"Last-Translator": "
|
8
|
-
"Language-Team": "
|
7
|
+
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
|
8
|
+
"Language-Team": "French (https://www.transifex.com/foreman/teams/114/fr/)",
|
9
9
|
"Content-Type": "text/plain; charset=UTF-8",
|
10
10
|
"Content-Transfer-Encoding": "8bit",
|
11
|
-
"Language": "
|
12
|
-
"Plural-Forms": "nplurals=
|
11
|
+
"Language": "fr",
|
12
|
+
"Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
13
13
|
"lang": "locale",
|
14
14
|
"domain": "katello",
|
15
|
-
"plural_forms": "nplurals=
|
15
|
+
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
16
16
|
},
|
17
17
|
"-- select an interval --": [
|
18
|
-
"--
|
18
|
+
"-- sélectionner un intervalle --"
|
19
|
+
],
|
20
|
+
"New Content Credential": [
|
21
|
+
"Big Doggy"
|
19
22
|
],
|
20
23
|
"(future)": [
|
21
|
-
""
|
24
|
+
"(future)"
|
22
25
|
],
|
23
26
|
"{{ 'Add Selected' | translate }}": [
|
24
|
-
"{{ 'Add Selected' |
|
27
|
+
"{{ 'Add Selected' | translate }}"
|
25
28
|
],
|
26
29
|
"{{ contentCredential.name }}": [
|
27
|
-
""
|
30
|
+
"{{ contentCredential.name }}"
|
28
31
|
],
|
29
32
|
"{{ deb.hosts_applicable_count }} Host(s)": [
|
30
|
-
""
|
33
|
+
"{{ deb.hosts_applicable_count }} Hôte(s)"
|
31
34
|
],
|
32
35
|
"{{ deb.hosts_applicable_count || 0 }} Applicable,": [
|
33
|
-
""
|
36
|
+
"{{ deb.hosts_applicable_count || 0 }} Applicable,"
|
34
37
|
],
|
35
38
|
"{{ deb.hosts_available_count }} Host(s)": [
|
36
|
-
""
|
39
|
+
"{{ deb.hosts_available_count }} Hôte(s)"
|
37
40
|
],
|
38
41
|
"{{ deb.hosts_available_count || 0 }} Upgradable": [
|
39
|
-
""
|
42
|
+
"{{ deb.hosts_available_count || 0 }} Mise à jour"
|
40
43
|
],
|
41
44
|
"{{ errata.hosts_applicable_count || 0 }} Applicable,": [
|
42
|
-
"{{ errata.hosts_applicable_count || 0 }}
|
45
|
+
"{{ errata.hosts_applicable_count || 0 }} Applicable,"
|
43
46
|
],
|
44
47
|
"{{ errata.hosts_available_count || 0 }} Installable": [
|
45
|
-
"{{ errata.hosts_available_count || 0 }}
|
48
|
+
"{{ errata.hosts_available_count || 0 }} Installable"
|
46
49
|
],
|
47
50
|
"{{ errata.title }}": [
|
48
|
-
""
|
51
|
+
"{{ errata.title }}"
|
49
52
|
],
|
50
53
|
"{{ file.name }}": [
|
51
|
-
""
|
54
|
+
"{{ file.name }}"
|
52
55
|
],
|
53
56
|
"{{ host.name }}": [
|
54
|
-
""
|
57
|
+
"{{ host.name }}"
|
55
58
|
],
|
56
59
|
"{{ host.subscription_facet_attributes.user.login }}": [
|
57
|
-
""
|
60
|
+
"{{ host.subscription_facet_attributes.user.login }}"
|
58
61
|
],
|
59
62
|
"{{ installedDebCount }} Host(s)": [
|
60
|
-
""
|
63
|
+
"{{ installedDebCount }} Hôte(s)"
|
61
64
|
],
|
62
65
|
"{{ installedPackageCount }} Host(s)": [
|
63
|
-
""
|
66
|
+
"{{ installedPackageCount }} Hôte(s)"
|
64
67
|
],
|
65
68
|
"{{ package.hosts_applicable_count }} Host(s)": [
|
66
|
-
""
|
69
|
+
"{{ package.hosts_applicable_count }} Hôte(s)"
|
67
70
|
],
|
68
71
|
"{{ package.hosts_applicable_count || 0 }} Applicable,": [
|
69
|
-
""
|
72
|
+
"{{ package.hosts_applicable_count || 0 }} Applicable,"
|
70
73
|
],
|
71
74
|
"{{ package.hosts_available_count }} Host(s)": [
|
72
|
-
""
|
75
|
+
"{{ package.hosts_available_count }} Hôte(s)"
|
73
76
|
],
|
74
77
|
"{{ package.hosts_available_count || 0 }} Upgradable": [
|
75
|
-
""
|
78
|
+
"{{ package.hosts_available_count || 0 }} Mise à jour"
|
76
79
|
],
|
77
80
|
"{{ package.human_readable_size }} ({{ package.size }} Bytes)": [
|
78
|
-
""
|
81
|
+
"{{ package.human_readable_size }} ( {{ package.size }} Bytes )"
|
79
82
|
],
|
80
83
|
"{{ product.active_task_count }}": [
|
81
|
-
""
|
84
|
+
"{{ product.active_task_count }}"
|
82
85
|
],
|
83
86
|
"{{ product.name }}": [
|
84
|
-
""
|
87
|
+
"{{ product.name }}"
|
85
88
|
],
|
86
89
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections": [
|
87
|
-
""
|
90
|
+
"{{ repository.content_counts.ansible_collection || 0 }} Collections Ansible"
|
88
91
|
],
|
89
92
|
"{{ repository.content_counts.deb || 0 }} deb Packages": [
|
90
|
-
""
|
93
|
+
"{{ repository.content_counts.deb || 0 }} deb Packages"
|
91
94
|
],
|
92
95
|
"{{ repository.content_counts.docker_manifest || 0 }} Container Image Manifests": [
|
93
|
-
""
|
96
|
+
"{{ repository.content_counts.docker_manifest || 0 }} Manifeste de l'image du conteneur"
|
94
97
|
],
|
95
98
|
"{{ repository.content_counts.docker_manifest_list || 0 }} Container Image Manifest Lists": [
|
96
|
-
""
|
99
|
+
"{{ repository.content_counts.docker_manifest_list || 0 }} Listes des manifestes d'images du conteneur"
|
97
100
|
],
|
98
101
|
"{{ repository.content_counts.docker_tag || 0 }} Container Image Tags": [
|
99
|
-
""
|
102
|
+
"{{ repository.content_counts.docker_tag || 0 }} Étiquettes d'images de conteneurs"
|
100
103
|
],
|
101
104
|
"{{ repository.content_counts.erratum || 0 }} Errata": [
|
102
|
-
"{{ repository.content_counts.erratum || 0 }}
|
105
|
+
"{{ repository.content_counts.erratum || 0 }} Errata"
|
103
106
|
],
|
104
107
|
"{{ repository.content_counts.file || 0 }} Files": [
|
105
|
-
""
|
108
|
+
"{{ repository.content_counts.file || 0 }} Fichiers"
|
106
109
|
],
|
107
110
|
"{{ repository.content_counts.rpm || 0 }} Packages": [
|
108
|
-
"{{ repository.content_counts.rpm || 0 }}
|
111
|
+
"{{ repository.content_counts.rpm || 0 }} Packages"
|
109
112
|
],
|
110
113
|
"{{ repository.content_counts.srpm }} Source RPMs": [
|
111
|
-
""
|
114
|
+
"{{ repository.content_counts.srpm }} RPM source"
|
112
115
|
],
|
113
116
|
"{{ repository.last_sync_words }} ago": [
|
114
|
-
"{{ repository.last_sync_words }}
|
117
|
+
"Il y a {{ repository.last_sync_words }}"
|
115
118
|
],
|
116
119
|
"{{ repository.name }}": [
|
117
|
-
""
|
120
|
+
"{{ repository.name }}"
|
118
121
|
],
|
119
122
|
"{{ type.display }}": [
|
120
123
|
"{{ type.display }}"
|
121
124
|
],
|
122
125
|
"{{header}}": [
|
123
|
-
""
|
126
|
+
"{{header}}"
|
124
127
|
],
|
125
128
|
"{{option.description}}": [
|
126
|
-
""
|
129
|
+
"{{option.description}}"
|
127
130
|
],
|
128
131
|
"{{urlDescription}}": [
|
129
|
-
""
|
132
|
+
"{{urlDescription}}"
|
130
133
|
],
|
131
134
|
"* These marked Content View Versions are from Composite Content Views. Their components needing updating are listed underneath.": [
|
132
|
-
"*
|
135
|
+
"* Ces versions marquées d’affichages de contenu sont issues des affichages de contenus composites. Leurs composants nécessitant une mise à jour sont énumérés ci-dessous."
|
133
136
|
],
|
134
137
|
"/foreman_tasks/tasks/%taskId": [
|
135
|
-
""
|
138
|
+
"/foreman_tasks/tasks/%taskId"
|
136
139
|
],
|
137
140
|
"/job_invocations": [
|
138
|
-
""
|
141
|
+
"/job_invocations"
|
139
142
|
],
|
140
143
|
"%(consumed)s out of %(quantity)s": [
|
141
|
-
"%(consumed)s
|
144
|
+
"%(consumed)s de %(quantity)s"
|
142
145
|
],
|
143
146
|
"%count environment(s) can be synchronized: %envs": [
|
144
|
-
"%count
|
147
|
+
"Les environnements %count peuvent être synchronisés : %envs"
|
145
148
|
],
|
146
149
|
"<a href=\\\"/foreman_tasks/tasks/{{repository.last_sync.id}}\\\">{{ repository.last_sync.result | capitalize}}</a>": [
|
147
150
|
"<a href=\\\"/foreman_tasks/tasks/{{repository.last_sync.id}}\\\">{{ repository.last_sync.result | capitalize}}</a>"
|
148
151
|
],
|
149
152
|
"<b>Additive:</b> new content available during sync will be added to the repository, and no content will be removed.": [
|
150
|
-
""
|
153
|
+
"<b>Additions :</b> le nouveau contenu disponible lors de la sync sera ajouté au référentiel, et aucun contenu ne sera supprimé."
|
151
154
|
],
|
152
155
|
"<b>Description</b>": [
|
153
|
-
""
|
156
|
+
"<b>Description</b>"
|
154
157
|
],
|
155
158
|
"<b>Issued</b>": [
|
156
|
-
""
|
159
|
+
"<b>publié sur</b>"
|
157
160
|
],
|
158
161
|
"<b>Mirror Complete</b>: a sync behaves exactly like \\\"Mirror Content Only\\\", but also mirrors metadata as well. This is the fastest method, and preserves repository signatures, but is only supported by yum and not by all upstream repositories.": [
|
159
|
-
""
|
162
|
+
"<b>Mirrorisation terminée</b>: une synchronisation se comporte exactement comme \\\"Mirror Content Only\\\", mais fait également le miroir des métadonnées. C'est la méthode la plus rapide, et qui préserve les signatures du référentiel, mais elle n'est supportée que par yum et pas par tous les référentiels en amont."
|
160
163
|
],
|
161
164
|
"<b>Mirror Content Only</b>: any new content available during sync will be added to the repository and any content removed from the upstream repository will be removed from the local repository.": [
|
162
|
-
""
|
165
|
+
"<b>Contenu de mirrorisation uniquement</b>: tout nouveau contenu disponible pendant la sync sera ajouté au référentiel et tout contenu supprimé du référentiel amont sera supprimé du référentiel local."
|
163
166
|
],
|
164
167
|
"<b>Module Streams</b>": [
|
165
|
-
""
|
168
|
+
"<b>Flux de modules</b>"
|
166
169
|
],
|
167
170
|
"<b>Packages</b>": [
|
168
|
-
""
|
171
|
+
"<b>Packages</b>"
|
169
172
|
],
|
170
173
|
"<b>Reboot Suggested</b>": [
|
171
|
-
""
|
174
|
+
"<b>Redémarrage suggéré</b>"
|
172
175
|
],
|
173
176
|
"<b>Solution</b>": [
|
174
|
-
""
|
177
|
+
"<b>Solution</b>"
|
175
178
|
],
|
176
179
|
"<b>Title</b>": [
|
177
|
-
""
|
180
|
+
"<b>Titre</b>"
|
178
181
|
],
|
179
182
|
"<b>Type</b>": [
|
180
|
-
""
|
183
|
+
"<b>Type</b>"
|
181
184
|
],
|
182
185
|
"<b>Updated</b>": [
|
183
|
-
""
|
186
|
+
"<b>Mis à jour </b> "
|
184
187
|
],
|
185
188
|
"<i class=\\\"fa fa-warning inline-icon\\\"></i>\\n This Host is not currently registered with subscription-manager. Use the <a href=\\\"/hosts/register\\\">Register Host</a> workflow to complete registration.": [
|
186
|
-
""
|
189
|
+
"<i class=\\\"fa fa-warning inline-icon\\\"></i>\\n Cet hôte n'est pas actuellement enregistré dans subscription-manager. Cliquer sur <a href=\\\"/hosts/register\\\">Enregistrer Hôte</a> pour compléter l’enregistrement."
|
187
190
|
],
|
188
191
|
"1 Content Host": [
|
189
|
-
""
|
192
|
+
"1 Hôte du contenu",
|
193
|
+
"{{ host.subscription_facet_attributes.virtual_guests.length }} Hôtes du contenu",
|
194
|
+
"{{ host.subscription_facet_attributes.virtual_guests.length }} Hôtes du contenu"
|
190
195
|
],
|
191
196
|
"1 repository sync has errors.": [
|
192
|
-
""
|
197
|
+
"1 La synchronisation du référentiel comporte des erreurs.",
|
198
|
+
"{{ product.sync_summary.error || product.sync_summary.warning }} les synchronisations des référentiels comportent des erreurs.",
|
199
|
+
"{{ product.sync_summary.error || product.sync_summary.warning }} les synchronisations des référentiels comportent des erreurs."
|
193
200
|
],
|
194
201
|
"1 repository sync in progress.": [
|
195
|
-
"1
|
202
|
+
"1 synchronisation du référentiel en cours.",
|
203
|
+
"{{ product.sync_summary.pending}} synchronisation des référentiels en cours..",
|
204
|
+
"{{ product.sync_summary.pending}} synchronisation des référentiels en cours.."
|
196
205
|
],
|
197
206
|
"1 successfully synced repository.": [
|
198
|
-
"1
|
207
|
+
"1 référentiel synchronisé avec succès.",
|
208
|
+
"{{ product.sync_summary.success}} des référentiels synchronisés avec succès.",
|
209
|
+
"{{ product.sync_summary.success}} des référentiels synchronisés avec succès."
|
199
210
|
],
|
200
211
|
"A comma-separated list of container image tags to exclude when syncing. Source images are excluded by default because they are often large and unwanted.": [
|
201
|
-
""
|
212
|
+
"Une liste de balises d'images de conteneurs, séparées par des virgules, à exclure lors de la synchronisation. Les images sources sont exclues par défaut car elles sont souvent volumineuses et indésirables."
|
202
213
|
],
|
203
214
|
"A comma-separated list of container image tags to include when syncing.": [
|
204
|
-
""
|
215
|
+
"Une liste de balises d'images de conteneurs, séparées par des virgules, à inclure lors de la synchronisation."
|
205
216
|
],
|
206
217
|
"A sync has been initiated in the background, <a href=\\\"/foreman_tasks/tasks/{{ task.id }}\\\">click for more details</a>": [
|
207
|
-
""
|
218
|
+
"Une synchronisation a été lancée en arrière-plan, <a href=\\\"/foreman_tasks/tasks/{{ task.id }}\\\">cliquez pour plus de détails</a>"
|
208
219
|
],
|
209
220
|
"Account": [
|
210
|
-
"
|
221
|
+
"Compte"
|
211
222
|
],
|
212
223
|
"Action Type": [
|
213
|
-
"
|
224
|
+
"Type d'action"
|
214
225
|
],
|
215
226
|
"Actions": [
|
216
|
-
"
|
227
|
+
"Actions"
|
217
228
|
],
|
218
229
|
"Activation Key": [
|
219
|
-
"
|
230
|
+
"Clé d'activation",
|
231
|
+
"Clés d'activation",
|
232
|
+
"Clés d'activation"
|
220
233
|
],
|
221
234
|
"Activation Key Content": [
|
222
|
-
"
|
235
|
+
"Contenu Clé d'activation"
|
223
236
|
],
|
224
237
|
"Activation Key removed.": [
|
225
|
-
"
|
238
|
+
"Clé d'activation supprimée"
|
226
239
|
],
|
227
240
|
"Activation Key updated": [
|
228
|
-
"
|
241
|
+
"Clé d'activation mise à jour"
|
229
242
|
],
|
230
243
|
"Activation Key:": [
|
231
|
-
"
|
244
|
+
"Clé d'activation :"
|
232
245
|
],
|
233
246
|
"Activation Keys": [
|
234
|
-
"
|
247
|
+
"Clés d'activation"
|
235
248
|
],
|
236
249
|
"Active Tasks": [
|
237
|
-
""
|
250
|
+
"Tâches actives"
|
238
251
|
],
|
239
252
|
"Add": [
|
240
|
-
"
|
253
|
+
"Ajouter"
|
241
254
|
],
|
242
255
|
"Add Content Hosts to:": [
|
243
|
-
"
|
256
|
+
"Ajouter Hôtes de contenu à :"
|
244
257
|
],
|
245
258
|
"Add hosts to the host collection to see available actions.": [
|
246
|
-
""
|
259
|
+
"Ajoutez des hôtes à la collection d'hôtes pour voir les actions disponibles."
|
247
260
|
],
|
248
261
|
"Add New Environment": [
|
249
|
-
"
|
262
|
+
"Ajouter un nouvel environnement"
|
250
263
|
],
|
251
264
|
"Add ons": [
|
252
|
-
""
|
265
|
+
"Add ons"
|
253
266
|
],
|
254
267
|
"Add ons:": [
|
255
|
-
""
|
268
|
+
"Add ons :"
|
256
269
|
],
|
257
270
|
"Add Selected": [
|
258
|
-
"
|
271
|
+
"Ajouter une sélection"
|
259
272
|
],
|
260
273
|
"Add Subscriptions for Activation Key:": [
|
261
|
-
"
|
274
|
+
"Ajouter les abonnements pour la clé d'activation :"
|
262
275
|
],
|
263
276
|
"Add Subscriptions for Content Host:": [
|
264
|
-
"
|
277
|
+
"Ajouter des abonnements pour l'hôte de contenu :"
|
265
278
|
],
|
266
279
|
"Add To": [
|
267
|
-
"
|
280
|
+
"Ajouter à"
|
268
281
|
],
|
269
282
|
"Added %x host collections to activation key \\\"%y\\\".": [
|
270
|
-
"
|
283
|
+
"Énumérer les collections d'hôtes %x dans une clé d'activation \\\"%y\\\"."
|
271
284
|
],
|
272
285
|
"Added %x host collections to content host \\\"%y\\\".": [
|
273
|
-
"
|
286
|
+
"Ajout %x collections hôtes à l'hôte de contenu \\\"%y\\\"."
|
274
287
|
],
|
275
288
|
"Added %x products to sync plan \\\"%y\\\".": [
|
276
|
-
"
|
289
|
+
"Ajouter %x produits au plan de synchronisation \\\"%y\\\"."
|
277
290
|
],
|
278
291
|
"Adding Lifecycle Environment to the end of \\\"{{ priorEnvironment.name }}\\\"": [
|
279
|
-
"
|
292
|
+
"Ajouter l'environnement sur le cycle de vie à la fin de \\\"{{ priorEnvironment.name }}\\\""
|
280
293
|
],
|
281
294
|
"Additive": [
|
282
|
-
""
|
295
|
+
"Addition"
|
283
296
|
],
|
284
297
|
"Advanced Sync": [
|
285
|
-
""
|
298
|
+
"Sync Avancée"
|
286
299
|
],
|
287
300
|
"Advisory": [
|
288
|
-
"
|
301
|
+
"Avis"
|
289
302
|
],
|
290
303
|
"Affected Hosts": [
|
291
|
-
"
|
304
|
+
"Hôtes affectés"
|
292
305
|
],
|
293
306
|
"All Content Views": [
|
294
|
-
"
|
307
|
+
"Affichages de contenu"
|
295
308
|
],
|
296
309
|
"All Lifecycle Environments": [
|
297
|
-
""
|
310
|
+
"Environnements de cycle de vie"
|
298
311
|
],
|
299
312
|
"All Repositories": [
|
300
|
-
"
|
313
|
+
"Référentiels"
|
301
314
|
],
|
302
315
|
"Alternate Content Sources": [
|
303
|
-
""
|
316
|
+
"Autres sources de contenu"
|
304
317
|
],
|
305
318
|
"Alternate Content Sources for": [
|
306
|
-
""
|
319
|
+
"Autres sources de contenu pour"
|
307
320
|
],
|
308
321
|
"An error occured: %s": [
|
309
|
-
""
|
322
|
+
"Une erreur s'est produite : %s"
|
310
323
|
],
|
311
324
|
"An error occurred initiating the sync:": [
|
312
|
-
""
|
325
|
+
"Une erreur s'est produite en initiant la synchronisation :"
|
313
326
|
],
|
314
327
|
"An error occurred removing the Activation Key:": [
|
315
|
-
"
|
328
|
+
"Une erreur s'est produite lors de la suppression de la clé d'activation :"
|
316
329
|
],
|
317
330
|
"An error occurred removing the content hosts.": [
|
318
|
-
"
|
331
|
+
"Une erreur s'est produite lors de la suppression des hôtes de contenu."
|
319
332
|
],
|
320
333
|
"An error occurred removing the environment:": [
|
321
|
-
"
|
334
|
+
"Une erreur s'est produite en supprimant l'environnement :"
|
322
335
|
],
|
323
336
|
"An error occurred removing the Host Collection:": [
|
324
|
-
"
|
337
|
+
"Une erreur s'est produite lors de la suppression de la collection d'hôtes :"
|
325
338
|
],
|
326
339
|
"An error occurred removing the subscriptions.": [
|
327
|
-
"
|
340
|
+
"Une erreur s'est produite lors de la suppression des abonnements."
|
328
341
|
],
|
329
342
|
"An error occurred saving the Activation Key:": [
|
330
|
-
"
|
343
|
+
"Une erreur s'est produite lors de la sauvegarde de la clé d'activation :"
|
331
344
|
],
|
332
345
|
"An error occurred saving the Content Host:": [
|
333
|
-
"
|
346
|
+
"Une erreur s'est produite lors de la sauvegarde de l'hôte de contenu :"
|
334
347
|
],
|
335
348
|
"An error occurred saving the Environment:": [
|
336
|
-
"
|
349
|
+
"Une erreur s'est produite en sauvegardant l'environnement :"
|
337
350
|
],
|
338
351
|
"An error occurred saving the Host Collection:": [
|
339
|
-
"
|
352
|
+
"Une erreur s'est produite lors de la sauvegarde de la collection de l’hôte :"
|
340
353
|
],
|
341
354
|
"An error occurred saving the Product:": [
|
342
|
-
"
|
355
|
+
"Une erreur s'est produite lors de la sauvegarde du produit :"
|
343
356
|
],
|
344
357
|
"An error occurred saving the Repository:": [
|
345
|
-
"
|
358
|
+
"Une erreur s'est produite lors de la sauvegarde du référentiel :"
|
346
359
|
],
|
347
360
|
"An error occurred saving the Sync Plan:": [
|
348
|
-
"
|
361
|
+
"Une erreur s'est produite lors de la sauvegarde du plan de synchronisation :"
|
349
362
|
],
|
350
363
|
"An error occurred trying to auto-attach subscriptions. Please check your log for further information.": [
|
351
|
-
"
|
364
|
+
"Une erreur s'est produite en essayant de joindre automatiquement les abonnements. Veuillez consulter votre journal pour plus d'informations."
|
352
365
|
],
|
353
366
|
"An error occurred updating the sync plan:": [
|
354
|
-
""
|
367
|
+
"Une erreur s'est produite lors de la mise à jour du plan de synchronisation :"
|
355
368
|
],
|
356
369
|
"An error occurred while creating the Content Credential:": [
|
357
|
-
""
|
370
|
+
"Une erreur s'est produite lors de la création des Identifiants de contenu :"
|
358
371
|
],
|
359
372
|
"An error occurred while creating the Product: %s": [
|
360
|
-
""
|
373
|
+
"Une erreur s'est produite lors de la création du produit : %s"
|
361
374
|
],
|
362
375
|
"An error occurred:": [
|
363
|
-
""
|
376
|
+
"Une erreur s'est produite :"
|
364
377
|
],
|
365
378
|
"Ansible Collection Authorization": [
|
366
|
-
""
|
379
|
+
"Autorisation de la collection Ansible"
|
367
380
|
],
|
368
381
|
"Ansible Collections": [
|
369
|
-
""
|
382
|
+
"Collections Ansible"
|
370
383
|
],
|
371
384
|
"Applicable": [
|
372
|
-
"
|
385
|
+
"Applicable"
|
373
386
|
],
|
374
387
|
"Applicable Content Hosts": [
|
375
|
-
""
|
388
|
+
"Hôtes de contenu applicables"
|
376
389
|
],
|
377
390
|
"Applicable Deb Packages": [
|
378
|
-
""
|
391
|
+
"Packages Deb applicables"
|
379
392
|
],
|
380
393
|
"Applicable Errata": [
|
381
|
-
"
|
394
|
+
"Errata applicables"
|
382
395
|
],
|
383
396
|
"Applicable Packages": [
|
384
|
-
"
|
397
|
+
"Packages applicables"
|
385
398
|
],
|
386
399
|
"Applicable To": [
|
387
|
-
""
|
400
|
+
"Applicable à"
|
388
401
|
],
|
389
402
|
"Applicable to Host": [
|
390
|
-
""
|
403
|
+
"Applicable à l'hôte"
|
391
404
|
],
|
392
405
|
"Application": [
|
393
|
-
"
|
406
|
+
"Application"
|
394
407
|
],
|
395
408
|
"Apply": [
|
396
|
-
"
|
409
|
+
"Appliquer"
|
397
410
|
],
|
398
411
|
"Apply {{ errata.errata_id }}": [
|
399
|
-
"
|
412
|
+
"Appliquer {{ errata.errata_id }}"
|
400
413
|
],
|
401
414
|
"Apply {{ errata.errata_id }} to {{ contentHostIds.length }} Content Host(s)?": [
|
402
|
-
""
|
415
|
+
"Appliquer {{ errata.errata_id }} à {{ contentHostIds.length }} hôte(s) de contenu ?"
|
403
416
|
],
|
404
417
|
"Apply {{ errata.errata_id }} to all Content Host(s)?": [
|
405
|
-
""
|
418
|
+
"Appliquer {{ errata.errata_id }} à tous les hôtes de contenu ?"
|
406
419
|
],
|
407
420
|
"Apply {{ errataIds.length }} Errata to {{ contentHostIds.length }} Content Host(s)?": [
|
408
|
-
""
|
421
|
+
"Appliquer {{ errataIds.length }} errata aux {{ contentHostIds.length }} hôtes de contenu ?"
|
409
422
|
],
|
410
423
|
"Apply {{ errataIds.length }} Errata to all Content Host(s)?": [
|
411
|
-
""
|
424
|
+
"Appliquer {{ errataIds.length }} errata à tous les hôtes de contenu ?"
|
412
425
|
],
|
413
426
|
"Apply Errata": [
|
414
|
-
"
|
427
|
+
"Appliquer l'errata"
|
415
428
|
],
|
416
429
|
"Apply Errata to Content Host \\\"{{host.name}}\\\"?": [
|
417
|
-
"
|
430
|
+
"Appliquer les errata à l'hôte de contenu \\\"{{host.name}}\\\"?"
|
418
431
|
],
|
419
432
|
"Apply Errata to Content Hosts": [
|
420
|
-
"
|
433
|
+
"Appliquer les errata aux hôtes de contenu"
|
421
434
|
],
|
422
435
|
"Apply Errata to Content Hosts immediately after publishing.": [
|
423
|
-
"
|
436
|
+
"Appliquez les errata aux hôtes de contenu immédiatement après leur publication."
|
424
437
|
],
|
425
438
|
"Apply Selected": [
|
426
|
-
"
|
439
|
+
"Appliquer la sélection"
|
427
440
|
],
|
428
441
|
"Apply to Content Hosts": [
|
429
|
-
"
|
442
|
+
"Appliquer aux Hôtes de contenu"
|
430
443
|
],
|
431
444
|
"Apply to Hosts": [
|
432
|
-
"
|
445
|
+
"Appliquer aux hôtes"
|
433
446
|
],
|
434
447
|
"Applying": [
|
435
|
-
"
|
448
|
+
"Application"
|
436
449
|
],
|
437
450
|
"Apt Actions": [
|
438
|
-
""
|
451
|
+
"Actions Apt"
|
439
452
|
],
|
440
453
|
"Arch": [
|
441
|
-
"
|
454
|
+
"Arch"
|
442
455
|
],
|
443
456
|
"Architecture": [
|
444
|
-
"
|
457
|
+
"Architecture"
|
445
458
|
],
|
446
459
|
"Architectures": [
|
447
|
-
"
|
460
|
+
"Architectures"
|
448
461
|
],
|
449
462
|
"Are you sure you want to add the {{ table.numSelected }} content host(s) selected to the host collection(s) chosen?": [
|
450
|
-
"
|
463
|
+
"Êtes-vous sûr de vouloir ajouter le(s) hôte(s) de contenu {{ table.numSelected }} sélectionné(s) à la (aux) collection(s) d'hôtes choisie(s) ?"
|
451
464
|
],
|
452
465
|
"Are you sure you want to add the sync plan to the selected products(s)?": [
|
453
|
-
""
|
466
|
+
"Êtes-vous sûr de vouloir ajouter le plan de synchronisation aux produits sélectionnés ?"
|
454
467
|
],
|
455
468
|
"Are you sure you want to apply Errata to content host \\\"{{ host.name }}\\\"?": [
|
456
|
-
"
|
469
|
+
"Êtes-vous sûr de vouloir appliquer l'Errata à l'hôte de contenu \\\"{{ host.name }}\\\" ?"
|
457
470
|
],
|
458
471
|
"Are you sure you want to apply the {{ table.numSelected }} selected errata to the content hosts chosen?": [
|
459
|
-
""
|
472
|
+
"Êtes-vous sûr de vouloir appliquer les errata sélectionnés {{ table.numSelected }} aux hôtes de contenu choisis ?"
|
460
473
|
],
|
461
474
|
"Are you sure you want to assign the {{ table.numSelected }} content host(s) selected to {{ selected.contentView.name }} in {{ selected.environment.name }}?": [
|
462
|
-
"
|
475
|
+
"Êtes-vous sûr de vouloir attribuer le(s) hôte(s) de contenu sélectionné(s) {{ table.numSelected }} à {{ selected.contentView.name }} dans {{ selected.environment.name }} ?"
|
463
476
|
],
|
464
477
|
"Are you sure you want to delete the {{ table.numSelected }} host(s) selected?": [
|
465
|
-
""
|
478
|
+
"Êtes-vous sûr de vouloir supprimer le(s) hôte(s) {{ table.numSelected }} sélectionnés ?"
|
466
479
|
],
|
467
480
|
"Are you sure you want to disable the {{ table.numSelected }} repository set(s) chosen?": [
|
468
|
-
""
|
481
|
+
"Êtes-vous sûr de vouloir désactiver le(s) ensemble(s) de référentiels {{ table.numSelected }} choisi(s) ?"
|
469
482
|
],
|
470
483
|
"Are you sure you want to enable the {{ table.numSelected }} repository set(s) chosen?": [
|
471
|
-
""
|
484
|
+
"Êtes-vous sûr de vouloir activer le(s) ensemble(s) de référentiels {{ table.numSelected }} choisi(s) ?"
|
472
485
|
],
|
473
486
|
"Are you sure you want to install {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?": [
|
474
|
-
"
|
487
|
+
"Êtes-vous sûr de vouloir installer sur le(s){{ content.content }} sur les {{ getSelectedSystemIds().length }} système(s) sélectionné(s) ?"
|
475
488
|
],
|
476
489
|
"Are you sure you want to remove {{ content.content }} from the {{ getSelectedSystemIds().length }} system(s) selected?": [
|
477
|
-
"
|
490
|
+
"Êtes-vous sûr de vouloir supprimer {{ content.content }} de(s) {{ getSelectedSystemIds().length }} système(s) sélectionné(s) ?"
|
478
491
|
],
|
479
492
|
"Are you sure you want to remove Activation Key \\\"{{ activationKey.name }}\\\"?": [
|
480
|
-
"
|
493
|
+
"Êtes-vous sûr de vouloir retirer la clé d'activation \\\"{{ activationKey.name }}\\\" ?"
|
481
494
|
],
|
482
495
|
"Are you sure you want to remove Content Credential {{ contentCredential.name }}?": [
|
483
|
-
""
|
496
|
+
"Êtes-vous sûr de vouloir retirer votre Identifiant de contenu {{ contentCredential.name }}?"
|
484
497
|
],
|
485
498
|
"Are you sure you want to remove environment {{ environment.name }}?": [
|
486
|
-
""
|
499
|
+
"Êtes-vous certain de vouloir supprimer l’environnement {{ environment.name }} ?"
|
487
500
|
],
|
488
501
|
"Are you sure you want to remove Host Collection \\\"{{ hostCollection.name }}\\\"?": [
|
489
|
-
"
|
502
|
+
"Êtes-vous sûr de vouloir supprimer la collection d'hôtes \\\"{{ hostCollection.name }}\\\" ?"
|
490
503
|
],
|
491
504
|
"Are you sure you want to remove product \\\"{{ product.name }}\\\"?": [
|
492
|
-
"
|
505
|
+
"Etes-vous certain de vouloir supprimer le produit \\\"{{ product.name }}\\\" ?"
|
493
506
|
],
|
494
507
|
"Are you sure you want to remove repository {{ repositoryWrapper.repository.name }} from all content views?": [
|
495
|
-
""
|
508
|
+
"Êtes-vous sûr de vouloir supprimer le référentiel {{ repositoryWrapper.repository.name }} de toutes les vues de contenu ?"
|
496
509
|
],
|
497
510
|
"Are you sure you want to remove Sync Plan \\\"{{ syncPlan.name }}\\\"?": [
|
498
|
-
"
|
511
|
+
"Etes-vous certain de vouloir supprimer le Plan Sync \\\"{{ syncPlan.name }}\\\" ?"
|
499
512
|
],
|
500
513
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} content unit?": [
|
501
|
-
""
|
514
|
+
"Êtes-vous sûr de vouloir supprimer l’unité de contenu \\\"{{ table.getSelected()[0].name }}\\\" ?",
|
515
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }} unités de contenu sélectionnées ?",
|
516
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }} unités de contenu sélectionnées ?"
|
502
517
|
],
|
503
518
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} file?": [
|
504
|
-
""
|
519
|
+
"Etes-vous certain de vouloir supprimer le fichier {{ table.getSelected()[0].name }} ?",
|
520
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }} fichiers sélectionnés ?",
|
521
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }} fichiers sélectionnés ?"
|
505
522
|
],
|
506
523
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} package?": [
|
507
|
-
""
|
524
|
+
"Êtes-vous sûr de vouloir retirer le package {{ table.getSelected()[0].name }}?",
|
525
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }}packages sélectionnés ?",
|
526
|
+
"Êtes-vous sûr de vouloir supprimer les {{ table.numSelected }}packages sélectionnés ?"
|
508
527
|
],
|
509
528
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} product?": [
|
510
|
-
""
|
529
|
+
"Êtes-vous sûr de vouloir retirer le produit {{ table.getSelected()[0].name }} ?",
|
530
|
+
"Etes-vous certain de vouloir supprimer les {{ table.getSelected().length }} produits ?",
|
531
|
+
"Etes-vous certain de vouloir supprimer les {{ table.getSelected().length }} produits ?"
|
511
532
|
],
|
512
533
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} repository?": [
|
513
|
-
""
|
534
|
+
"Êtes-vous sûr de vouloir supprimer le référentiel {{ table.getSelected()[0].name }} ?",
|
535
|
+
"Êtes-vous sûr de vouloir supprimer les référentiels {{ table.getSelected().length }} ?",
|
536
|
+
"Êtes-vous sûr de vouloir supprimer les référentiels {{ table.getSelected().length }} ?"
|
514
537
|
],
|
515
538
|
"Are you sure you want to remove the {{ table.numSelected }} Container Image manifest selected?": [
|
516
|
-
""
|
539
|
+
"Êtes-vous sûr de vouloir supprimer le manifeste de l'image du conteneur {{ table.numSelected }} sélectionné ?",
|
540
|
+
"Êtes-vous sûr de vouloir supprimer les manifestes d'images de conteneurs {{ table.numSelected }} sélectionnés ?",
|
541
|
+
"Êtes-vous sûr de vouloir supprimer les manifestes d'images de conteneurs {{ table.numSelected }} sélectionnés ?"
|
517
542
|
],
|
518
543
|
"Are you sure you want to remove the {{ table.numSelected }} content host(s) selected from the host collection(s) chosen?": [
|
519
|
-
"
|
544
|
+
"Êtes-vous sûr de vouloir supprimer le(s) hôte(s) de contenu {{ table.numSelected }} sélectionné(s) dans la (les) collection(s) d'hôtes choisie(s) ?"
|
520
545
|
],
|
521
546
|
"Are you sure you want to remove the sync plan from the selected product(s)?": [
|
522
|
-
""
|
547
|
+
"Êtes-vous sûr de vouloir supprimer le plan de synchronisation du ou des produits sélectionnés ?"
|
523
548
|
],
|
524
549
|
"Are you sure you want to reset to default the {{ table.numSelected }} repository set(s) chosen?": [
|
525
|
-
""
|
550
|
+
"Êtes-vous sûr de vouloir remettre par défaut le(s) ensemble(s) de référentiels {{ table.numSelected }} choisi(s) ?"
|
526
551
|
],
|
527
552
|
"Are you sure you want to restart services on content host \\\"{{ host.name }}\\\"?": [
|
528
|
-
""
|
553
|
+
"Êtes-vous sûr de vouloir redémarrer les services sur l'hôte de contenu \\\"{{ host.name }}\\\" ?"
|
529
554
|
],
|
530
555
|
"Are you sure you want to restart the services on the selected content hosts?": [
|
531
|
-
""
|
556
|
+
"Êtes-vous sûr de vouloir redémarrer les services sur les hôtes de contenu sélectionnés ?"
|
532
557
|
],
|
533
558
|
"Are you sure you want to set the HTTP Proxy to the selected products(s)?": [
|
534
|
-
""
|
559
|
+
"Êtes-vous sûr de vouloir configurer le proxy HTTP pour le(s) produit(s) sélectionné(s) ?"
|
535
560
|
],
|
536
561
|
"Are you sure you want to set the Release Version the {{ table.numSelected }} content host(s) selected to {{ selected.release }}?. This action will affect only those Content Hosts that belong to the appropriate Content View and Lifecycle Environment containining that release version.": [
|
537
|
-
""
|
562
|
+
"Êtes-vous sûr de vouloir régler la version de sortie du ou des hôtes de contenu {{ table.numSelected }} sélectionnés sur {{ selected.release }} ? Cette action n'affectera que les hôtes de contenu qui appartiennent à la vue de contenu et à l'environnement de cycle de vie appropriés contenant cette version de publication."
|
538
563
|
],
|
539
564
|
"Are you sure you want to update {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?": [
|
540
|
-
"
|
565
|
+
"Êtes-vous sûr de vouloir faire une mise à jour de {{ content.content }} parmi le(s) {{ getSelectedSystemIds().length }} système(s) sélectionné(s) ?"
|
541
566
|
],
|
542
567
|
"Are you sure you want to update all packages on the {{ getSelectedSystemIds().length }} system(s) selected?": [
|
543
|
-
""
|
568
|
+
"Êtes-vous sûr de vouloir mettre à jour tous les packages sur le(s) système(s) {{ getSelectedSystemIds().length }} sélectionné(s) ?"
|
544
569
|
],
|
545
570
|
"Assign": [
|
546
|
-
"
|
571
|
+
"Attribuer"
|
547
572
|
],
|
548
573
|
"Assign Lifecycle Environment and Content View": [
|
549
|
-
""
|
574
|
+
"Attribuer la vue Environnement et contenu du cycle de vie"
|
550
575
|
],
|
551
576
|
"Assign Release Version": [
|
552
|
-
""
|
577
|
+
"Attribuer une version sortie"
|
553
578
|
],
|
554
579
|
"Assign System Purpose": [
|
555
|
-
""
|
580
|
+
"Attribuer un objectif système"
|
556
581
|
],
|
557
582
|
"Associations": [
|
558
|
-
"
|
583
|
+
"Associations"
|
559
584
|
],
|
560
585
|
"At least one Errata needs to be selected to Apply.": [
|
561
|
-
"
|
586
|
+
"Au moins un errata doit être sélectionné pour pouvoir appliquer."
|
562
587
|
],
|
563
588
|
"Attached": [
|
564
|
-
"
|
589
|
+
"Joint"
|
565
590
|
],
|
566
591
|
"Auth Token": [
|
567
|
-
""
|
592
|
+
"Jeton d'authentification"
|
568
593
|
],
|
569
594
|
"Auth URL": [
|
570
|
-
""
|
595
|
+
"URL d'authentification"
|
571
596
|
],
|
572
597
|
"Author": [
|
573
|
-
"
|
598
|
+
"Auteur"
|
574
599
|
],
|
575
600
|
"Auto-Attach": [
|
576
|
-
"
|
601
|
+
"Auto-Attach"
|
577
602
|
],
|
578
603
|
"Auto-Attach Details": [
|
579
|
-
""
|
604
|
+
"Détails Auto-Attach"
|
580
605
|
],
|
581
606
|
"Automatic": [
|
582
|
-
"
|
607
|
+
"Automatique"
|
583
608
|
],
|
584
609
|
"Available Module Streams": [
|
585
|
-
""
|
610
|
+
"Flux de modules disponibles"
|
586
611
|
],
|
587
612
|
"Available Schema Versions": [
|
588
|
-
""
|
613
|
+
"Versions de schémas disponibles"
|
589
614
|
],
|
590
615
|
"Back To Errata List": [
|
591
|
-
"
|
616
|
+
"Retour à la liste des errata"
|
592
617
|
],
|
593
618
|
"Backend Identifier": [
|
594
|
-
""
|
619
|
+
"Identifiant du back-end"
|
595
620
|
],
|
596
621
|
"Basic Information": [
|
597
|
-
"
|
622
|
+
"Informations sur le système"
|
598
623
|
],
|
599
624
|
"Below are the repository content sets currently available for this content host through its subscriptions. For Red Hat subscriptions, additional content can be made available through the": [
|
600
|
-
"
|
625
|
+
"Vous trouverez ci-dessous les ensembles de contenu du référentiel actuellement disponibles pour cet hébergeur de contenu par le biais de ses abonnements. Pour les abonnements à Red Hat, du contenu supplémentaire peut être mis à disposition par le biais de la"
|
601
626
|
],
|
602
627
|
"Below are the Repository Sets currently available for this activation key through its subscriptions. For Red Hat subscriptions, additional content can be made available through the": [
|
603
|
-
""
|
628
|
+
"Vous trouverez ci-dessous les ensembles de référentiels actuellement disponibles pour cette clé d'activation par le biais de ses abonnements. Pour les abonnements Red Hat, du contenu supplémentaire peut être mis à disposition par le biais du"
|
604
629
|
],
|
605
630
|
"BIOS UUID": [
|
606
|
-
""
|
631
|
+
"BIOS UUID"
|
607
632
|
],
|
608
633
|
"Bootable": [
|
609
|
-
"
|
634
|
+
"Amorçable"
|
610
635
|
],
|
611
636
|
"Bug Fix": [
|
612
|
-
"
|
637
|
+
"Correctif de bogue"
|
613
638
|
],
|
614
639
|
"Bug Fix Advisory": [
|
615
|
-
"
|
640
|
+
"Avis de correction de bogue"
|
616
641
|
],
|
617
642
|
"Build Host": [
|
618
|
-
"
|
643
|
+
"Création des hôtes"
|
619
644
|
],
|
620
645
|
"Build Information": [
|
621
|
-
""
|
646
|
+
"Informations Build"
|
622
647
|
],
|
623
648
|
"Build Time": [
|
624
|
-
"
|
649
|
+
"Temps de Création"
|
625
650
|
],
|
626
651
|
"Cancel": [
|
627
|
-
"
|
652
|
+
"Annuler"
|
628
653
|
],
|
629
654
|
"Cannot clean Repository without the proper permissions.": [
|
630
|
-
""
|
655
|
+
"Impossible de nettoyer le référentiel sans les autorisations appropriées."
|
631
656
|
],
|
632
657
|
"Cannot clean Repository, a sync is already in progress.": [
|
633
|
-
""
|
658
|
+
"Impossible de nettoyer le référentiel, une synchronisation est déjà en cours."
|
634
659
|
],
|
635
660
|
"Cannot Remove": [
|
636
|
-
""
|
661
|
+
"Ne peut pas supprimer"
|
637
662
|
],
|
638
663
|
"Cannot republish Repository without the proper permissions.": [
|
639
|
-
""
|
664
|
+
"Ne peut pas republier le référentiel sans les autorisations nécessaires."
|
640
665
|
],
|
641
666
|
"Cannot republish Repository, a sync is already in progress.": [
|
642
|
-
""
|
667
|
+
"Impossible de republier le référentiel, une synchronisation est déjà en cours."
|
643
668
|
],
|
644
669
|
"Cannot sync Repository without a URL.": [
|
645
|
-
""
|
670
|
+
"Impossible de synchroniser le référentiel sans URL."
|
646
671
|
],
|
647
672
|
"Cannot sync Repository without the proper permissions.": [
|
648
|
-
""
|
673
|
+
"Impossible de synchroniser le référentiel sans les autorisations appropriées."
|
649
674
|
],
|
650
675
|
"Cannot sync Repository, a sync is already in progress.": [
|
651
|
-
""
|
676
|
+
"Impossible de synchroniser le référentiel, une synchronisation est déjà en cours."
|
652
677
|
],
|
653
678
|
"Capacity": [
|
654
|
-
"
|
679
|
+
"Capacité"
|
655
680
|
],
|
656
681
|
"Certificate": [
|
657
|
-
"
|
682
|
+
"Certificat"
|
658
683
|
],
|
659
684
|
"Change assigned Lifecycle Environment or Content View": [
|
660
|
-
"
|
685
|
+
"Changer l'environnement ou la vue du contenu du cycle de vie attribué"
|
661
686
|
],
|
662
687
|
"Change Host Collections": [
|
663
|
-
""
|
688
|
+
"Répertorier les collections d'hôtes"
|
664
689
|
],
|
665
690
|
"Change Lifecycle Environment": [
|
666
|
-
""
|
691
|
+
"Supprimer l'environnement de cycle de vie"
|
667
692
|
],
|
668
693
|
"Changing default settings for content hosts that register with this activation key requires subscription-manager version 1.10 or newer to be installed on that host.": [
|
669
|
-
"
|
694
|
+
"Pour modifier les paramètres par défaut des hôtes de contenu qui s'enregistrent avec cette clé d'activation, il faut que la version 1.10 ou une version plus récente du gestionnaire d'abonnement soit installée sur cet hôte."
|
670
695
|
],
|
671
696
|
"Changing default settings requires subscription-manager version 1.10 or newer to be installed on this host.": [
|
672
|
-
"
|
697
|
+
"La modification des paramètres par défaut nécessite l'installation sur cet hôte de la version 1.10 ou d'une version plus récente du gestionnaire d'abonnement."
|
673
698
|
],
|
674
699
|
"Changing the Content View will not affect the Content Host until its next checkin.\\n To update the Content Host immediately run the following command:": [
|
675
|
-
""
|
700
|
+
"La modification de la vue du contenu n'affectera pas l'hôte du contenu jusqu'à son prochain contrôle.\\n Pour mettre à jour l'hôte de contenu, exécutez immédiatement la commande suivante :"
|
676
701
|
],
|
677
702
|
"Changing the Content View will not affect the Content Hosts until their next checkin.\\n To update the Content Hosts immediately run the following command:": [
|
678
|
-
""
|
703
|
+
"La modification de la vue du contenu n'affectera pas les hôtes de contenu jusqu'à leur prochaine vérification.\\n Pour mettre à jour les hôtes de contenu, exécutez immédiatement la commande suivante :"
|
679
704
|
],
|
680
705
|
"Checksum": [
|
681
|
-
"
|
706
|
+
"Somme de vérification"
|
682
707
|
],
|
683
708
|
"Checksum Type": [
|
684
|
-
"
|
709
|
+
"Type de somme de vérification"
|
685
710
|
],
|
686
711
|
"Choose one of the registry options to discover containers. To examine a private registry choose \\\"Custom\\\" and provide the url for the private registry.": [
|
687
|
-
""
|
712
|
+
"Choisissez l'une des options du registre pour découvrir les conteneurs. Pour examiner un registre privé, choisissez \\\"Custom\\\" et indiquez l'adresse du registre privé."
|
688
713
|
],
|
689
714
|
"Click here to check the status of the task.": [
|
690
|
-
"
|
715
|
+
"Cliquez ici pour vérifier l'état d'avancement de la tâche."
|
691
716
|
],
|
692
717
|
"Click here to select Errata for an Incremental Update.": [
|
693
|
-
"
|
718
|
+
"Cliquez ici pour sélectionner les errata pour une mise à jour progressive."
|
694
719
|
],
|
695
720
|
"Click to monitor task progress.": [
|
696
|
-
""
|
721
|
+
"Cliquez pour suivre l'avancement de la tâche."
|
697
722
|
],
|
698
723
|
"Click to view task": [
|
699
|
-
""
|
724
|
+
"Cliquez pour voir la tâche"
|
700
725
|
],
|
701
726
|
"Close": [
|
702
|
-
"
|
727
|
+
"Fermer"
|
703
728
|
],
|
704
729
|
"Collection Name": [
|
705
|
-
""
|
730
|
+
"Nom de la collection"
|
706
731
|
],
|
707
732
|
"Complete Mirroring": [
|
708
|
-
""
|
733
|
+
"Terminer Mirrorisation"
|
709
734
|
],
|
710
735
|
"Complete Sync": [
|
711
|
-
""
|
736
|
+
"Terminer Sync"
|
712
737
|
],
|
713
738
|
"Completed {{ repository.last_sync_words }} ago": [
|
714
|
-
""
|
739
|
+
"Terminé il y a {{ repository.last_sync_words }}"
|
715
740
|
],
|
716
741
|
"Completely deletes the host including VM and disks, and removes all reporting, provisioning, and configuration information.": [
|
717
|
-
""
|
742
|
+
"Supprime complètement l'hôte, y compris la VM et les disques, et supprime toutes les informations de rapport, de provisionnement et de configuration."
|
718
743
|
],
|
719
744
|
"Components": [
|
720
|
-
"
|
745
|
+
"Composants"
|
721
746
|
],
|
722
747
|
"Components:": [
|
723
|
-
"
|
748
|
+
"Composants :"
|
724
749
|
],
|
725
750
|
"Composite View": [
|
726
|
-
"
|
751
|
+
"Affichage composite"
|
727
752
|
],
|
728
753
|
"Confirm": [
|
729
|
-
"
|
754
|
+
"Confirmer"
|
730
755
|
],
|
731
756
|
"Confirm services restart": [
|
732
|
-
""
|
757
|
+
"Confirmer le redémarrage des services"
|
733
758
|
],
|
734
759
|
"Container Image Manifest": [
|
735
|
-
""
|
760
|
+
"Manifeste de l'image du conteneur"
|
736
761
|
],
|
737
762
|
"Container Image Manifest Lists": [
|
738
|
-
""
|
763
|
+
"Listes de manifestes d'images de conteneur"
|
739
764
|
],
|
740
765
|
"Container Image Manifests": [
|
741
|
-
""
|
766
|
+
"Manifeste d'image de conteneur"
|
742
767
|
],
|
743
768
|
"Container Image metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
744
|
-
""
|
769
|
+
"La génération des métadonnées de l'image du conteneur a été lancée en arrière-plan. Cliquez sur\\n <a ng-href=\\\"{{ taskUrl() }}\\\"> Ici</a> pour suivre les progrès."
|
745
770
|
],
|
746
771
|
"Container Image Registry": [
|
747
|
-
""
|
772
|
+
"Registre d'images de conteneur"
|
748
773
|
],
|
749
774
|
"Container Image Tags": [
|
750
|
-
""
|
775
|
+
"Balises d'images de conteneurs"
|
751
776
|
],
|
752
777
|
"Content": [
|
753
|
-
"
|
778
|
+
"Contenu"
|
754
779
|
],
|
755
780
|
"Content Counts": [
|
756
|
-
"
|
781
|
+
"Nombre de contenus"
|
757
782
|
],
|
758
783
|
"Content Credential %s has been created.": [
|
759
|
-
""
|
784
|
+
"L’identifiant de contenu %s a été créée."
|
760
785
|
],
|
761
786
|
"Content Credential Contents": [
|
762
|
-
""
|
787
|
+
"Contenus d’identifiants de contenu"
|
763
788
|
],
|
764
789
|
"Content Credential successfully uploaded": [
|
765
|
-
""
|
790
|
+
"Les identifiants de contenu ont été téléchargés"
|
766
791
|
],
|
767
792
|
"Content credential updated": [
|
768
|
-
""
|
793
|
+
"Identifiants de contenu mises à jour"
|
769
794
|
],
|
770
795
|
"Content Credentials": [
|
771
|
-
""
|
796
|
+
"Identifiants de contenu"
|
772
797
|
],
|
773
798
|
"Content Host": [
|
774
|
-
"
|
799
|
+
"Hôte de contenu"
|
775
800
|
],
|
776
801
|
"Content Host Bulk Content": [
|
777
|
-
"
|
802
|
+
"Contenu en vrac Hôte de contenu"
|
778
803
|
],
|
779
804
|
"Content Host Bulk Subscriptions": [
|
780
|
-
"
|
805
|
+
"Ensemble des abonnements Hôte de contenu"
|
781
806
|
],
|
782
807
|
"Content Host Content": [
|
783
|
-
"
|
808
|
+
"Contenu Hôte de contenu"
|
784
809
|
],
|
785
810
|
"Content Host Counts": [
|
786
|
-
"
|
811
|
+
"Nombre Hôte de contenu"
|
787
812
|
],
|
788
813
|
"Content Host Limit": [
|
789
|
-
"
|
814
|
+
"Limite Hôte de contenu"
|
790
815
|
],
|
791
816
|
"Content Host Properties": [
|
792
|
-
"
|
817
|
+
"Propriétés Hôte de contenu"
|
793
818
|
],
|
794
819
|
"Content Host Registration": [
|
795
|
-
"
|
820
|
+
"Enregistrement Hôte de contenu"
|
796
821
|
],
|
797
822
|
"Content Host Status": [
|
798
|
-
"
|
823
|
+
"Statut Hôte de contenu"
|
799
824
|
],
|
800
825
|
"Content Host:": [
|
801
|
-
"
|
826
|
+
"Hôte du contenu :"
|
802
827
|
],
|
803
828
|
"Content Hosts": [
|
804
|
-
"
|
829
|
+
"Hôtes du contenu"
|
805
830
|
],
|
806
831
|
"Content Hosts for Activation Key:": [
|
807
|
-
"
|
832
|
+
"Annuler le contenu pour la clé d'activation :"
|
808
833
|
],
|
809
834
|
"Content Hosts for:": [
|
810
|
-
"
|
835
|
+
"Hôtes du contenu pour :"
|
811
836
|
],
|
812
837
|
"Content Only": [
|
813
|
-
""
|
838
|
+
"Contenu uniquement"
|
814
839
|
],
|
815
840
|
"Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"collectionURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>": [
|
816
|
-
""
|
841
|
+
"Le contenu synchronisé dépend de la spécificité de l'URL et/ou des exigences facultatives .yaml spécifiées ci-dessous <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"collectionURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>"
|
817
842
|
],
|
818
843
|
"Content Type": [
|
819
|
-
"
|
844
|
+
"Type de contenu"
|
820
845
|
],
|
821
846
|
"Content View": [
|
822
|
-
"
|
847
|
+
"Vue du contenu"
|
823
848
|
],
|
824
849
|
"Content View Version": [
|
825
|
-
"
|
850
|
+
"Version d'affichage de contenu"
|
826
851
|
],
|
827
852
|
"Content View:": [
|
828
|
-
"
|
853
|
+
"Affichage de contenu :"
|
829
854
|
],
|
830
855
|
"Content Views": [
|
831
|
-
"
|
856
|
+
"Affichages du contenu"
|
832
857
|
],
|
833
858
|
"Content Views <div>{{ library.counts.content_views || 0 }}</div>": [
|
834
|
-
"
|
859
|
+
"Affichages de contenu <div>{{ library.counts.content_views || 0 }}</div>"
|
835
860
|
],
|
836
861
|
"Content Views for Deb:": [
|
837
|
-
""
|
862
|
+
"Affichages de contenu pour Deb :"
|
838
863
|
],
|
839
864
|
"Content Views for File:": [
|
840
|
-
""
|
865
|
+
"Affichages de contenu pour le dossier :"
|
841
866
|
],
|
842
867
|
"Content Views that contain this Deb": [
|
843
|
-
""
|
868
|
+
"Affichage de contenu qui contiennent cette Deb"
|
844
869
|
],
|
845
870
|
"Content Views that contain this File": [
|
846
|
-
""
|
871
|
+
"Affichage de contenu qui contiennent ce fichier"
|
847
872
|
],
|
848
873
|
"Context": [
|
849
|
-
"
|
874
|
+
"Contexte"
|
850
875
|
],
|
851
876
|
"Contract": [
|
852
|
-
"
|
877
|
+
"Contrat"
|
853
878
|
],
|
854
879
|
"Copy Activation Key": [
|
855
|
-
"
|
880
|
+
"Copier Clé d’activation"
|
856
881
|
],
|
857
882
|
"Copy Host Collection": [
|
858
|
-
""
|
883
|
+
"Nom de la collection d'hôtes"
|
859
884
|
],
|
860
885
|
"Cores per Socket": [
|
861
|
-
"
|
886
|
+
"Cores par socket"
|
862
887
|
],
|
863
888
|
"Create": [
|
864
|
-
"
|
889
|
+
"Créer"
|
865
890
|
],
|
866
891
|
"Create a copy of {{ activationKey.name }}": [
|
867
|
-
""
|
892
|
+
"Créer une copie de {{ activationKey.name }}"
|
868
893
|
],
|
869
894
|
"Create a copy of {{ hostCollection.name }}": [
|
870
|
-
""
|
895
|
+
"Créer une copie de {{ hostCollection.name }}"
|
871
896
|
],
|
872
897
|
"Create Activation Key": [
|
873
|
-
"
|
898
|
+
"Supprimer Clé d'activation"
|
874
899
|
],
|
875
900
|
"Create Content Credential": [
|
876
|
-
""
|
901
|
+
"Créer identifiant de contenu"
|
877
902
|
],
|
878
903
|
"Create Discovered Repositories": [
|
879
|
-
""
|
904
|
+
"Créer référentiels de découvertes"
|
880
905
|
],
|
881
906
|
"Create Environment Path": [
|
882
|
-
""
|
907
|
+
"Créer Chemin d’environnement"
|
883
908
|
],
|
884
909
|
"Create Host Collection": [
|
885
|
-
""
|
910
|
+
"Créer Collection d'hôtes"
|
886
911
|
],
|
887
912
|
"Create Product": [
|
888
|
-
""
|
913
|
+
"Supprimer le produit"
|
889
914
|
],
|
890
915
|
"Create Selected": [
|
891
|
-
"
|
916
|
+
"Reprendre Sélectionné"
|
892
917
|
],
|
893
918
|
"Create Status": [
|
894
|
-
""
|
919
|
+
"Créer un statut"
|
895
920
|
],
|
896
921
|
"Create Sync Plan": [
|
897
|
-
"
|
922
|
+
"Créer Plan Sync"
|
898
923
|
],
|
899
924
|
"Creating repository...": [
|
900
|
-
""
|
925
|
+
"Création d'un référentiel..."
|
901
926
|
],
|
902
927
|
"Critical": [
|
903
|
-
"
|
928
|
+
"Critique"
|
904
929
|
],
|
905
930
|
"Cron Logic": [
|
906
|
-
""
|
931
|
+
"Cron Logic"
|
907
932
|
],
|
908
933
|
"ctrl-click or shift-click to select multiple Add ons": [
|
909
|
-
""
|
934
|
+
"ctrl-clic ou shift-clic pour sélectionner plusieurs modules d'extension"
|
910
935
|
],
|
911
936
|
"Current Lifecycle Environment (%e/%cv)": [
|
912
|
-
""
|
937
|
+
"Environnement de cycle de vie antérieur (%e/%cv )"
|
913
938
|
],
|
914
939
|
"Current Subscriptions for Activation Key:": [
|
915
|
-
"
|
940
|
+
"Abonnements actuels pour la clé d'activation :"
|
916
941
|
],
|
917
942
|
"custom cron": [
|
918
|
-
""
|
943
|
+
"custom cron"
|
919
944
|
],
|
920
945
|
"Custom Cron": [
|
921
|
-
""
|
946
|
+
"Custom Cron"
|
922
947
|
],
|
923
948
|
"Custom Cron : {{ product.sync_plan.cron_expression }}": [
|
924
|
-
""
|
949
|
+
"Custom Cron : {{ product.sync_plan.cron_expression }}"
|
925
950
|
],
|
926
951
|
"Customize": [
|
927
|
-
""
|
952
|
+
"Personnaliser"
|
928
953
|
],
|
929
954
|
"CVEs": [
|
930
955
|
"CVE"
|
931
956
|
],
|
932
957
|
"daily": [
|
933
|
-
"
|
958
|
+
"quotidiennement"
|
934
959
|
],
|
935
960
|
"Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)": [
|
936
|
-
"
|
961
|
+
"Tous les jours à {{ product.sync_plan.sync_date | date:'mediumTime' }} (heure du serveur)"
|
937
962
|
],
|
938
963
|
"Date": [
|
939
|
-
"
|
964
|
+
"Date"
|
940
965
|
],
|
941
966
|
"deb metadata generation has been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
942
|
-
""
|
967
|
+
"la génération des métadonnées deb a été lancée en arrière-plan. Cliquez <a href=\\\"{{ taskUrl() }}\\\">ici</a> pour suivre les progrès."
|
943
968
|
],
|
944
969
|
"deb Package Updates": [
|
945
|
-
""
|
970
|
+
"deb Mises à jour de packages"
|
946
971
|
],
|
947
972
|
"deb Packages": [
|
948
|
-
""
|
973
|
+
"deb Packages"
|
949
974
|
],
|
950
975
|
"Deb Packages": [
|
951
|
-
""
|
976
|
+
"Packages Deb"
|
952
977
|
],
|
953
978
|
"Deb Packages <div>{{ library.counts.debs || 0 }}</div>": [
|
954
|
-
""
|
979
|
+
"Packages Deb <div>{{ library.counts.debs || 0 }}</div>"
|
955
980
|
],
|
956
981
|
"Deb Packages for:": [
|
957
|
-
""
|
982
|
+
"Packages Deb pour :"
|
958
983
|
],
|
959
984
|
"Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>": [
|
960
|
-
""
|
985
|
+
"Dépôts Deb <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
961
986
|
],
|
962
987
|
"Deb:": [
|
963
|
-
""
|
988
|
+
"Deb:"
|
964
989
|
],
|
965
990
|
"Default": [
|
966
|
-
"
|
991
|
+
"Par défaut"
|
967
992
|
],
|
968
993
|
"Default Status": [
|
969
|
-
""
|
994
|
+
"Statut par défaut"
|
970
995
|
],
|
971
996
|
"Delete": [
|
972
|
-
"
|
997
|
+
"Supprimer"
|
973
998
|
],
|
974
999
|
"Delete {{ table.numSelected }} Hosts?": [
|
975
|
-
""
|
1000
|
+
"Supprimer {{ table.numSelected }}hôtes ?"
|
976
1001
|
],
|
977
1002
|
"Delete Hosts": [
|
978
|
-
"
|
1003
|
+
"Supprimer ces hôtes"
|
979
1004
|
],
|
980
1005
|
"Delta RPM": [
|
981
|
-
""
|
1006
|
+
"Delta RPM"
|
982
1007
|
],
|
983
1008
|
"Dependencies": [
|
984
|
-
"
|
1009
|
+
"Dépendances"
|
985
1010
|
],
|
986
1011
|
"Description": [
|
987
|
-
"
|
1012
|
+
"Description"
|
988
1013
|
],
|
989
1014
|
"Details": [
|
990
|
-
"
|
1015
|
+
"Détails"
|
991
1016
|
],
|
992
1017
|
"Details for Activation Key:": [
|
993
|
-
"
|
1018
|
+
"Détails pour la clé d'activation :"
|
994
1019
|
],
|
995
1020
|
"Details for Container Image Tag:": [
|
996
|
-
""
|
1021
|
+
"Détails pour les noms d'images de conteneurs :"
|
997
1022
|
],
|
998
1023
|
"Details for Product:": [
|
999
|
-
"
|
1024
|
+
"Détails pour le produit :"
|
1000
1025
|
],
|
1001
1026
|
"Details for Repository:": [
|
1002
|
-
""
|
1027
|
+
"Détails pour le référentiel :"
|
1003
1028
|
],
|
1004
1029
|
"Determines whether to require login to pull container images in this lifecycle environment.": [
|
1005
|
-
""
|
1030
|
+
"Détermine s'il est nécessaire de se connecter pour extraire des images de conteneurs dans cet environnement de cycle de vie."
|
1006
1031
|
],
|
1007
1032
|
"Digest": [
|
1008
|
-
"
|
1033
|
+
"Digest"
|
1009
1034
|
],
|
1010
1035
|
"Disable": [
|
1011
|
-
"
|
1036
|
+
"Désactiver"
|
1012
1037
|
],
|
1013
1038
|
"Disabled": [
|
1014
|
-
"
|
1039
|
+
"Désactivé"
|
1015
1040
|
],
|
1016
1041
|
"Disabled (overridden)": [
|
1017
|
-
""
|
1042
|
+
"Désactivés (remplacés)"
|
1018
1043
|
],
|
1019
1044
|
"Discover": [
|
1020
|
-
"
|
1045
|
+
"Discover"
|
1021
1046
|
],
|
1022
1047
|
"Discovered Repository": [
|
1023
|
-
""
|
1048
|
+
"Référentiel des découvertes"
|
1024
1049
|
],
|
1025
1050
|
"Discovery failed. Error: %s": [
|
1026
|
-
""
|
1051
|
+
"La découverte a échoué. Erreur : %s"
|
1027
1052
|
],
|
1028
1053
|
"Distribution": [
|
1029
|
-
"
|
1054
|
+
"Distribution"
|
1030
1055
|
],
|
1031
1056
|
"Distribution Information": [
|
1032
|
-
"
|
1057
|
+
"Informations sur la distribution"
|
1033
1058
|
],
|
1034
1059
|
"Do not require a subscription entitlement certificate for accessing this repository.": [
|
1035
|
-
""
|
1060
|
+
"Nul besoin de certificat de droit d'abonnement pour accéder à ce référentiel."
|
1036
1061
|
],
|
1037
1062
|
"Docker metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
1038
|
-
""
|
1063
|
+
"La génération de métadonnées Docker a été lancée en arrière-plan. Cliquez sur\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Ici</a> pour suivre les progrès."
|
1039
1064
|
],
|
1040
1065
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>": [
|
1041
|
-
"Docker
|
1066
|
+
"Référentiels Docker <div>{{ library.counts.docker_repositories || 0 }} </div>"
|
1042
1067
|
],
|
1043
1068
|
"Done": [
|
1044
|
-
"
|
1069
|
+
"Fait"
|
1045
1070
|
],
|
1046
1071
|
"Download Policy": [
|
1047
|
-
"
|
1072
|
+
"Télécharger la politique"
|
1048
1073
|
],
|
1049
1074
|
"Enable": [
|
1050
|
-
"
|
1075
|
+
"Activer"
|
1051
1076
|
],
|
1052
1077
|
"Enable Traces": [
|
1053
|
-
""
|
1078
|
+
"Activer Traces"
|
1054
1079
|
],
|
1055
1080
|
"Enabled": [
|
1056
|
-
"
|
1081
|
+
"Activé"
|
1057
1082
|
],
|
1058
1083
|
"Enabled (overridden)": [
|
1059
|
-
""
|
1084
|
+
"Activé (remplacé)"
|
1060
1085
|
],
|
1061
1086
|
"Enhancement": [
|
1062
|
-
"
|
1087
|
+
"Amélioration"
|
1063
1088
|
],
|
1064
1089
|
"Enter Package Group Name(s)...": [
|
1065
|
-
"
|
1090
|
+
"Nom de groupe(s) de packages..."
|
1066
1091
|
],
|
1067
1092
|
"Enter Package Name(s)...": [
|
1068
|
-
"
|
1093
|
+
"Entrez le(s) nom(s) de packages..."
|
1069
1094
|
],
|
1070
1095
|
"Environment": [
|
1071
|
-
"
|
1096
|
+
"Environnement"
|
1072
1097
|
],
|
1073
1098
|
"Environment saved": [
|
1074
|
-
"
|
1099
|
+
"Environnement sauvegardé"
|
1075
1100
|
],
|
1076
1101
|
"Environment will also be removed from the following published content views!": [
|
1077
|
-
""
|
1102
|
+
"L'environnement sera également supprimé des vues de contenu publiées suivantes !"
|
1078
1103
|
],
|
1079
1104
|
"Environments List": [
|
1080
|
-
"
|
1105
|
+
"Liste des environnements"
|
1081
1106
|
],
|
1082
1107
|
"Errata": [
|
1083
|
-
"
|
1108
|
+
"Errata"
|
1084
1109
|
],
|
1085
1110
|
"Errata <div>{{ library.counts.errata.total || 0 }}</div>": [
|
1086
|
-
"
|
1111
|
+
"Errata <div>{{ library.counts.errata.total || 0 }}</div>"
|
1087
1112
|
],
|
1088
1113
|
"Errata are automatically Applicable if they are Installable": [
|
1089
|
-
""
|
1114
|
+
"Les errata sont automatiquement applicables si installables"
|
1090
1115
|
],
|
1091
1116
|
"Errata Details": [
|
1092
|
-
"
|
1117
|
+
"Infos Errata"
|
1093
1118
|
],
|
1094
1119
|
"Errata for:": [
|
1095
|
-
"
|
1120
|
+
"Errata pour :"
|
1096
1121
|
],
|
1097
1122
|
"Errata ID": [
|
1098
|
-
"
|
1123
|
+
"ID d'errata"
|
1099
1124
|
],
|
1100
1125
|
"Errata Installation": [
|
1101
|
-
"
|
1126
|
+
"Installation d'errata"
|
1102
1127
|
],
|
1103
1128
|
"Errata Task List": [
|
1104
|
-
"
|
1129
|
+
"Liste des tâches d'errata"
|
1105
1130
|
],
|
1106
1131
|
"Errata Tasks": [
|
1107
|
-
"
|
1132
|
+
"Tâches d’errata"
|
1108
1133
|
],
|
1109
1134
|
"Errata:": [
|
1110
|
-
"
|
1135
|
+
"Errata:"
|
1111
1136
|
],
|
1112
1137
|
"Error during upload:": [
|
1113
|
-
"
|
1138
|
+
"Erreur lors du téléchargement :"
|
1114
1139
|
],
|
1115
1140
|
"Error saving the Sync Plan:": [
|
1116
|
-
""
|
1141
|
+
"Erreur de sauvegarde du plan de synchronisation :"
|
1117
1142
|
],
|
1118
1143
|
"Event": [
|
1119
|
-
"
|
1144
|
+
"Événement"
|
1120
1145
|
],
|
1121
1146
|
"Exclude Tags": [
|
1122
|
-
""
|
1147
|
+
"Exclure les balises"
|
1123
1148
|
],
|
1124
1149
|
"Existing Product": [
|
1125
|
-
"
|
1150
|
+
"Produit existant"
|
1126
1151
|
],
|
1127
1152
|
"Expires": [
|
1128
|
-
"
|
1153
|
+
"Expire"
|
1129
1154
|
],
|
1130
1155
|
"Export": [
|
1131
|
-
"
|
1156
|
+
"Exporter"
|
1132
1157
|
],
|
1133
1158
|
"Family": [
|
1134
|
-
"
|
1159
|
+
"Famille"
|
1135
1160
|
],
|
1136
1161
|
"File Information": [
|
1137
|
-
"
|
1162
|
+
"Information Fichier"
|
1138
1163
|
],
|
1139
1164
|
"File removal been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
1140
|
-
""
|
1165
|
+
"La suppression des fichiers a été initiée en arrière-plan. Cliquez <a href=\\\"{{ taskUrl() }}\\\">ici</a> pour suivre l'évolution de la situation."
|
1141
1166
|
],
|
1142
1167
|
"File too large.": [
|
1143
|
-
""
|
1168
|
+
"Fichier trop volumineux."
|
1144
1169
|
],
|
1145
1170
|
"File too large. Please use the CLI instead.": [
|
1146
|
-
"
|
1171
|
+
"Fichier trop volumineux. Veuillez utiliser le CLI à la place."
|
1147
1172
|
],
|
1148
1173
|
"File:": [
|
1149
|
-
""
|
1174
|
+
"Fichier :"
|
1150
1175
|
],
|
1151
1176
|
"Filename": [
|
1152
|
-
"
|
1177
|
+
"Nom du fichier"
|
1153
1178
|
],
|
1154
1179
|
"Files": [
|
1155
|
-
"
|
1180
|
+
"Fichiers"
|
1156
1181
|
],
|
1157
1182
|
"Files in package {{ package.nvrea }}": [
|
1158
|
-
""
|
1183
|
+
"Fichiers dans le package {{ package.nvrea }}"
|
1159
1184
|
],
|
1160
1185
|
"Filter": [
|
1161
|
-
"
|
1186
|
+
"Filtre"
|
1162
1187
|
],
|
1163
1188
|
"Filter by Status:": [
|
1164
|
-
""
|
1189
|
+
"Filtrer par état :"
|
1165
1190
|
],
|
1166
1191
|
"Filter...": [
|
1167
|
-
"
|
1192
|
+
"Filtrer..."
|
1168
1193
|
],
|
1169
1194
|
"Finished At": [
|
1170
|
-
"
|
1195
|
+
"Terminé à"
|
1171
1196
|
],
|
1172
1197
|
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 it is recommended to use sha1.": [
|
1173
|
-
"
|
1198
|
+
"Pour les anciens systèmes d'exploitation tels que Red Hat Enterprise Linux 5 ou CentOS 5, il est recommandé d'utiliser le sha1."
|
1174
1199
|
],
|
1175
1200
|
"For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\\n On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\\n The Immediate option will download all metadata and packages immediately during the sync.": [
|
1176
|
-
""
|
1201
|
+
"Pour la synchronisation à la demande, seules les métadonnées sont téléchargées pendant la synchronisation et les paquets sont récupérés et stockés sur le système de fichiers lorsque les clients les demandent.\\n La synchronisation à la demande n'est pas recommandée pour les référentiels personnalisés, sauf si le référentiel en amont maintient des versions plus anciennes des paquets dans le référentiel.\\n L'option Immédiate permet de télécharger toutes les métadonnées et tous les paquets immédiatement pendant la synchronisation."
|
1177
1202
|
],
|
1178
1203
|
"Global Default": [
|
1179
|
-
""
|
1204
|
+
"Par Défaut Global"
|
1180
1205
|
],
|
1181
1206
|
"Global Default (None)": [
|
1182
|
-
""
|
1207
|
+
"Pas de Par Défaut Global"
|
1183
1208
|
],
|
1184
1209
|
"GPG Key": [
|
1185
|
-
"GPG
|
1210
|
+
"Clé GPG"
|
1186
1211
|
],
|
1187
1212
|
"Group": [
|
1188
|
-
"
|
1213
|
+
"Groupe"
|
1189
1214
|
],
|
1190
1215
|
"Group Install (Deprecated)": [
|
1191
|
-
""
|
1216
|
+
"Installation de groupe (déprécié)"
|
1192
1217
|
],
|
1193
1218
|
"Group package actions are being deprecated, and will be removed in a future version.": [
|
1194
|
-
""
|
1219
|
+
"Les actions de groupe de paquets sont dépréciées et seront supprimées dans une prochaine version."
|
1195
1220
|
],
|
1196
1221
|
"Group Remove (Deprecated)": [
|
1197
|
-
""
|
1222
|
+
"Suppression de groupe (déprécié)"
|
1198
1223
|
],
|
1199
1224
|
"Guests of": [
|
1200
|
-
"
|
1225
|
+
"Les invités de"
|
1201
1226
|
],
|
1202
1227
|
"Helper": [
|
1203
|
-
""
|
1228
|
+
"Aide"
|
1204
1229
|
],
|
1205
1230
|
"Host %s has been deleted.": [
|
1206
|
-
""
|
1231
|
+
"L’hôte %s a été supprimé."
|
1207
1232
|
],
|
1208
1233
|
"Host %s has been unregistered.": [
|
1209
|
-
""
|
1234
|
+
"L'hôte %s a été dés-enregistré."
|
1210
1235
|
],
|
1211
1236
|
"Host Collection Management": [
|
1212
|
-
"
|
1237
|
+
"Gestion de la collection d'hôtes"
|
1213
1238
|
],
|
1214
1239
|
"Host Collection Membership": [
|
1215
|
-
"
|
1240
|
+
"Abonnement à la collection d'hôtes"
|
1216
1241
|
],
|
1217
1242
|
"Host Collection removed.": [
|
1218
|
-
"
|
1243
|
+
"Collection d'hôtes supprimée."
|
1219
1244
|
],
|
1220
1245
|
"Host Collection updated": [
|
1221
|
-
"
|
1246
|
+
"Collection d'hôtes mise à jour"
|
1222
1247
|
],
|
1223
1248
|
"Host Collection:": [
|
1224
|
-
"
|
1249
|
+
"Collection d'hôtes :"
|
1225
1250
|
],
|
1226
1251
|
"Host Collections": [
|
1227
|
-
"
|
1252
|
+
"Collections d'hôtes"
|
1228
1253
|
],
|
1229
1254
|
"Host Collections for:": [
|
1230
|
-
"
|
1255
|
+
"Collections d'hôtes pour :"
|
1231
1256
|
],
|
1232
1257
|
"Host Count": [
|
1233
|
-
"
|
1258
|
+
"Nombre d'hôtes"
|
1234
1259
|
],
|
1235
1260
|
"Host Group": [
|
1236
|
-
"
|
1261
|
+
"Groupe d'hôtes"
|
1237
1262
|
],
|
1238
1263
|
"Host Limit": [
|
1239
|
-
"
|
1264
|
+
"Limite d'hôtes"
|
1240
1265
|
],
|
1241
1266
|
"Hostname": [
|
1242
|
-
"
|
1267
|
+
"Nom d'hôte"
|
1243
1268
|
],
|
1244
1269
|
"Hosts": [
|
1245
|
-
"
|
1270
|
+
"Hôtes"
|
1246
1271
|
],
|
1247
1272
|
"hourly": [
|
1248
|
-
"
|
1273
|
+
"toutes les heures"
|
1249
1274
|
],
|
1250
1275
|
"Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and {{ product.sync_plan.sync_date | date:'s' }} seconds": [
|
1251
|
-
"
|
1276
|
+
"Toutes les heures {{ product.sync_plan.sync_date | date:'m' }} minutes et {{ product.sync_plan.sync_date | date:'s' }} secondes"
|
1252
1277
|
],
|
1253
1278
|
"HTTP Proxy": [
|
1254
|
-
"HTTP
|
1279
|
+
"HTTP Proxy"
|
1255
1280
|
],
|
1256
1281
|
"HTTP Proxy Policy": [
|
1257
|
-
""
|
1282
|
+
"Politique de proxy HTTP"
|
1258
1283
|
],
|
1259
1284
|
"HTTP Proxy Policy:": [
|
1260
|
-
""
|
1285
|
+
"Politique de proxy HTTP :"
|
1261
1286
|
],
|
1262
1287
|
"HTTP Proxy:": [
|
1263
|
-
""
|
1288
|
+
"HTTP Proxy:"
|
1264
1289
|
],
|
1265
1290
|
"HttpProxyPolicy": [
|
1266
|
-
""
|
1291
|
+
"HttpProxyPolicy"
|
1267
1292
|
],
|
1268
1293
|
"Id": [
|
1269
1294
|
"Id"
|
1270
1295
|
],
|
1271
1296
|
"Ignore SRPMs": [
|
1272
|
-
""
|
1297
|
+
"Ignorer les SRPM"
|
1273
1298
|
],
|
1274
1299
|
"Image": [
|
1275
|
-
"
|
1300
|
+
"Image"
|
1276
1301
|
],
|
1277
1302
|
"Immediate": [
|
1278
|
-
"
|
1303
|
+
"Immédiat"
|
1279
1304
|
],
|
1280
1305
|
"Important": [
|
1281
|
-
"
|
1306
|
+
"Important"
|
1282
1307
|
],
|
1283
1308
|
"In order to browse this repository you must <a ng-href=\\\"/organizations/{{ organization }}/edit\\\">download the certificate</a>\\n or ask your admin for a certificate.": [
|
1284
|
-
""
|
1309
|
+
"Pour pouvoir consulter ce répertoire, vous devez <a ng-href=\\\"/organizations/{{ organization }}/edit\\\">télécharger le certificat</a> \\n ou demandez un certificat à votre administrateur.."
|
1285
1310
|
],
|
1286
1311
|
"Include Tags": [
|
1287
|
-
""
|
1312
|
+
"Inclure les balises"
|
1288
1313
|
],
|
1289
1314
|
"Independent Packages": [
|
1290
|
-
""
|
1315
|
+
"Packages indépendants"
|
1291
1316
|
],
|
1292
1317
|
"Install": [
|
1293
|
-
"
|
1318
|
+
"Installez"
|
1294
1319
|
],
|
1295
1320
|
"Install Selected": [
|
1296
|
-
"
|
1321
|
+
"Installer Sélectionné"
|
1297
1322
|
],
|
1298
1323
|
"Install the pre-built bootstrap RPM:": [
|
1299
|
-
"
|
1324
|
+
"Installez le RPM du bootstrap préinstallé :"
|
1300
1325
|
],
|
1301
1326
|
"Installable": [
|
1302
|
-
"
|
1327
|
+
"Installable"
|
1303
1328
|
],
|
1304
1329
|
"Installable Errata": [
|
1305
|
-
"
|
1330
|
+
"Hôtes avec errata installables"
|
1306
1331
|
],
|
1307
1332
|
"Installable Updates": [
|
1308
|
-
""
|
1333
|
+
"Mises à jour installables"
|
1309
1334
|
],
|
1310
1335
|
"Installed": [
|
1311
|
-
"
|
1336
|
+
"Installé"
|
1312
1337
|
],
|
1313
1338
|
"Installed Deb Packages": [
|
1314
|
-
""
|
1339
|
+
"Packages deb installés"
|
1315
1340
|
],
|
1316
1341
|
"Installed On": [
|
1317
|
-
""
|
1342
|
+
"Installé le"
|
1318
1343
|
],
|
1319
1344
|
"Installed Package": [
|
1320
|
-
"
|
1345
|
+
"Packages installés"
|
1321
1346
|
],
|
1322
1347
|
"Installed Packages": [
|
1323
|
-
"
|
1348
|
+
"Packages installés"
|
1324
1349
|
],
|
1325
1350
|
"Installed Products": [
|
1326
|
-
"
|
1351
|
+
"Produits installés"
|
1327
1352
|
],
|
1328
1353
|
"Installed Profile": [
|
1329
|
-
""
|
1354
|
+
"Profil installé"
|
1330
1355
|
],
|
1331
1356
|
"Interfaces": [
|
1332
|
-
"
|
1357
|
+
"Interfaces"
|
1333
1358
|
],
|
1334
1359
|
"Interval": [
|
1335
|
-
"
|
1360
|
+
"Intervalle"
|
1336
1361
|
],
|
1337
1362
|
"IPv4 Address": [
|
1338
|
-
"IPv4
|
1363
|
+
"Adresse IPv4"
|
1339
1364
|
],
|
1340
1365
|
"IPv6 Address": [
|
1341
|
-
"IPv6
|
1366
|
+
"Adresse IPv6"
|
1342
1367
|
],
|
1343
1368
|
"Issued": [
|
1344
|
-
"
|
1369
|
+
"Publié"
|
1345
1370
|
],
|
1346
1371
|
"Katello Agent": [
|
1347
|
-
"Katello
|
1372
|
+
"Agent Katello"
|
1348
1373
|
],
|
1349
1374
|
"Katello Tracer": [
|
1350
|
-
""
|
1375
|
+
"Katello Tracer"
|
1351
1376
|
],
|
1352
1377
|
"Katello-agent is deprecated and will be removed in a future release.": [
|
1353
|
-
""
|
1378
|
+
"Katello-agent est déprécié et sera supprimé dans une prochaine version."
|
1354
1379
|
],
|
1355
1380
|
"Label": [
|
1356
|
-
"
|
1381
|
+
"Balise"
|
1357
1382
|
],
|
1358
1383
|
"Last Checkin": [
|
1359
|
-
"
|
1384
|
+
"Dernière vérification"
|
1360
1385
|
],
|
1361
1386
|
"Last Published": [
|
1362
|
-
"
|
1387
|
+
"Dernière publication"
|
1363
1388
|
],
|
1364
1389
|
"Last Puppet Report": [
|
1365
|
-
"
|
1390
|
+
"Dernier rapport Puppet"
|
1366
1391
|
],
|
1367
1392
|
"Last reclaim space failed:": [
|
1368
|
-
""
|
1393
|
+
"La dernière récupération d'espace a échoué :"
|
1369
1394
|
],
|
1370
1395
|
"Last Sync": [
|
1371
|
-
"
|
1396
|
+
"Dernière Sync"
|
1372
1397
|
],
|
1373
1398
|
"Last sync failed:": [
|
1374
|
-
""
|
1399
|
+
"La dernière synchronisation a échoué :"
|
1375
1400
|
],
|
1376
1401
|
"Last synced": [
|
1377
|
-
""
|
1402
|
+
"Dernière synchronisation"
|
1378
1403
|
],
|
1379
1404
|
"Last Updated On": [
|
1380
|
-
"
|
1405
|
+
"Dernière mise à jour le"
|
1381
1406
|
],
|
1382
1407
|
"Library": [
|
1383
|
-
"
|
1408
|
+
"Bibliothèque"
|
1384
1409
|
],
|
1385
1410
|
"Library Repositories": [
|
1386
|
-
"
|
1411
|
+
"Référentiels de bibliothèques"
|
1387
1412
|
],
|
1388
1413
|
"Library Repositories that contain this Deb.": [
|
1389
|
-
""
|
1414
|
+
"Les référentiels des bibliothèques qui contiennent cette Deb."
|
1390
1415
|
],
|
1391
1416
|
"Library Repositories that contain this File.": [
|
1392
|
-
""
|
1417
|
+
"Les référentiels des bibliothèques qui contiennent ce fichier."
|
1393
1418
|
],
|
1394
1419
|
"Library Synced Content": [
|
1395
|
-
"
|
1420
|
+
"Contenu de bibliothèque synchronisé"
|
1396
1421
|
],
|
1397
1422
|
"License": [
|
1398
|
-
"
|
1423
|
+
"Licence"
|
1399
1424
|
],
|
1400
1425
|
"Lifecycle Environment": [
|
1401
|
-
"
|
1426
|
+
"Environnement de cycle de vie"
|
1402
1427
|
],
|
1403
1428
|
"Lifecycle Environment Paths": [
|
1404
|
-
"
|
1429
|
+
"Chemins d’accès d’environnement de cycle de vie"
|
1405
1430
|
],
|
1406
1431
|
"Lifecycle Environment:": [
|
1407
|
-
""
|
1432
|
+
"Environnement de cycle de vie :"
|
1408
1433
|
],
|
1409
1434
|
"Lifecycle Environments": [
|
1410
|
-
"
|
1435
|
+
"Environnements de cycle de vie"
|
1411
1436
|
],
|
1412
1437
|
"Limit": [
|
1413
|
-
"
|
1438
|
+
"Limite"
|
1414
1439
|
],
|
1415
1440
|
"Limit Repository Sets to only those available in this Activation Key's Lifecycle Environment": [
|
1416
|
-
""
|
1441
|
+
"Limiter les ensembles de référentiel aux seuls éléments disponibles dans l'environnement du cycle de vie de cette clé d'activation"
|
1417
1442
|
],
|
1418
1443
|
"Limit Repository Sets to only those available in this Host's Lifecycle Environment": [
|
1419
|
-
""
|
1444
|
+
"Limiter les ensembles de référentiel aux seuls éléments disponibles dans l'environnement du cycle de vie de cet hôte"
|
1420
1445
|
],
|
1421
1446
|
"Limit to environment": [
|
1422
|
-
""
|
1447
|
+
"Limiter à l'environnement"
|
1423
1448
|
],
|
1424
1449
|
"Limit to Environment": [
|
1425
|
-
""
|
1450
|
+
"Limiter à l'Environnement"
|
1426
1451
|
],
|
1427
1452
|
"Limit to Lifecycle Environment": [
|
1428
|
-
""
|
1453
|
+
"Limiter à l’environnement Cycle de vie"
|
1429
1454
|
],
|
1430
1455
|
"Limit:": [
|
1431
|
-
"
|
1456
|
+
"Limite :"
|
1432
1457
|
],
|
1433
1458
|
"List": [
|
1434
|
-
"
|
1459
|
+
"Liste"
|
1435
1460
|
],
|
1436
1461
|
"List/Remove": [
|
1437
|
-
"
|
1462
|
+
"Liste/Enlever"
|
1438
1463
|
],
|
1439
1464
|
"Loading...": [
|
1440
|
-
"
|
1465
|
+
"Chargement..."
|
1441
1466
|
],
|
1442
1467
|
"Loading...\\\"": [
|
1443
|
-
""
|
1468
|
+
"Chargement..."
|
1444
1469
|
],
|
1445
1470
|
"Manage Ansible Collections for Repository:": [
|
1446
|
-
""
|
1471
|
+
"Gérer les collections accessibles pour le référentiel :"
|
1447
1472
|
],
|
1448
1473
|
"Manage Container Image Manifests for Repository:": [
|
1449
|
-
""
|
1474
|
+
"Gérer les manifestes d'images de conteneurs pour le référentiel :"
|
1450
1475
|
],
|
1451
1476
|
"Manage Content for Repository:": [
|
1452
|
-
""
|
1477
|
+
"Gérer le contenu du référentiel :"
|
1453
1478
|
],
|
1454
1479
|
"Manage deb Packages for Repository:": [
|
1455
|
-
""
|
1480
|
+
"Gérer les packages deb pour le référentiel :"
|
1456
1481
|
],
|
1457
1482
|
"Manage Errata": [
|
1458
|
-
"
|
1483
|
+
"Gérer les errata"
|
1459
1484
|
],
|
1460
1485
|
"Manage Files for Repository:": [
|
1461
|
-
""
|
1486
|
+
"Gérer les fichiers pour le référentiel :"
|
1462
1487
|
],
|
1463
1488
|
"Manage Host Traces": [
|
1464
|
-
""
|
1489
|
+
"Gérer les traces d’hôte"
|
1465
1490
|
],
|
1466
1491
|
"Manage HTTP Proxy": [
|
1467
|
-
""
|
1492
|
+
"Mettre à jour proxy http"
|
1468
1493
|
],
|
1469
1494
|
"Manage Module Streams": [
|
1470
|
-
""
|
1495
|
+
"Indexer les flux de module"
|
1471
1496
|
],
|
1472
1497
|
"Manage Module Streams for Repository:": [
|
1473
|
-
""
|
1498
|
+
"Gérer les flux de modules pour le référentiel :"
|
1474
1499
|
],
|
1475
1500
|
"Manage Packages": [
|
1476
|
-
"
|
1501
|
+
"Gérer les packages"
|
1477
1502
|
],
|
1478
1503
|
"Manage Packages for Repository:": [
|
1479
|
-
"
|
1504
|
+
"Gérer les packages pour le référentiel :"
|
1480
1505
|
],
|
1481
1506
|
"Manage Repository Sets": [
|
1482
|
-
""
|
1507
|
+
"Répertorier les ensembles de référentiels"
|
1483
1508
|
],
|
1484
1509
|
"Manage Subscriptions": [
|
1485
|
-
""
|
1510
|
+
"Gérer les abonnements"
|
1486
1511
|
],
|
1487
1512
|
"Manage Sync Plan": [
|
1488
|
-
""
|
1513
|
+
"Mettre à jour le plan de sync"
|
1489
1514
|
],
|
1490
1515
|
"Manage System Purpose": [
|
1491
|
-
""
|
1516
|
+
"Gérer Objectif system"
|
1492
1517
|
],
|
1493
1518
|
"Manifest Lists": [
|
1494
|
-
""
|
1519
|
+
"Listes de manifestes"
|
1495
1520
|
],
|
1496
1521
|
"Manifest Type": [
|
1497
|
-
""
|
1522
|
+
"Types de manifestes"
|
1498
1523
|
],
|
1499
1524
|
"Mirroring Policy": [
|
1500
|
-
""
|
1525
|
+
"Politique de mise en miroir"
|
1501
1526
|
],
|
1502
1527
|
"Model": [
|
1503
|
-
"
|
1528
|
+
"Modéliser"
|
1504
1529
|
],
|
1505
1530
|
"Moderate": [
|
1506
|
-
"
|
1531
|
+
"Modéré"
|
1507
1532
|
],
|
1508
1533
|
"Modular": [
|
1509
|
-
""
|
1534
|
+
"Modulaire"
|
1510
1535
|
],
|
1511
1536
|
"Module Stream Management": [
|
1512
|
-
""
|
1537
|
+
"Gestion des flux de modules"
|
1513
1538
|
],
|
1514
1539
|
"Module Stream metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
1515
|
-
""
|
1540
|
+
"La génération des métadonnées du flux de module a été lancée en arrière-plan. Cliquez ici </a> pour suivre les progrès."
|
1516
1541
|
],
|
1517
1542
|
"Module Stream Packages": [
|
1518
|
-
""
|
1543
|
+
"Packages de flux de modules"
|
1519
1544
|
],
|
1520
1545
|
"Module Streams": [
|
1521
|
-
""
|
1546
|
+
"Flux de module"
|
1522
1547
|
],
|
1523
1548
|
"Module Streams <div>{{ library.counts.module_streams || 0 }}</div>": [
|
1524
|
-
""
|
1549
|
+
"Flux de module <div>{{ library.counts.module_streams || 0 }}</div>"
|
1525
1550
|
],
|
1526
1551
|
"Module Streams for:": [
|
1527
|
-
""
|
1552
|
+
"Flux de module pour :"
|
1528
1553
|
],
|
1529
1554
|
"More Details": [
|
1530
|
-
"
|
1555
|
+
"Plus de détails"
|
1531
1556
|
],
|
1532
1557
|
"N/A": [
|
1533
|
-
"
|
1558
|
+
"Sans objet"
|
1534
1559
|
],
|
1535
1560
|
"Name": [
|
1536
|
-
"
|
1561
|
+
"Nom"
|
1537
1562
|
],
|
1538
1563
|
"Name of the upstream repository you want to sync. Example: 'quay/busybox' or 'fedora/ssh'.": [
|
1539
|
-
""
|
1564
|
+
"Nom du référentiel en amont que vous souhaitez synchroniser. Exemple : \\\"quay/busybox\\\" ou \\\"fedora/ssh\\\"."
|
1540
1565
|
],
|
1541
1566
|
"Networking": [
|
1542
|
-
"
|
1567
|
+
"Networking"
|
1543
1568
|
],
|
1544
1569
|
"Never": [
|
1545
|
-
"
|
1570
|
+
"Jamais"
|
1546
1571
|
],
|
1547
1572
|
"Never checked in": [
|
1548
|
-
""
|
1573
|
+
"Jamais enregistré dans"
|
1549
1574
|
],
|
1550
1575
|
"Never registered": [
|
1551
|
-
""
|
1576
|
+
"Jamais enregistré"
|
1552
1577
|
],
|
1553
1578
|
"Never synced": [
|
1554
|
-
"
|
1579
|
+
"Jamais synchronisé"
|
1555
1580
|
],
|
1556
1581
|
"New Activation Key": [
|
1557
|
-
"
|
1582
|
+
"Nouvelles clé d'activation"
|
1558
1583
|
],
|
1559
1584
|
"New Environment": [
|
1560
|
-
"
|
1585
|
+
"Nouvel environnement"
|
1561
1586
|
],
|
1562
1587
|
"New Name:": [
|
1563
|
-
"
|
1588
|
+
"Nouveau nom :"
|
1564
1589
|
],
|
1565
1590
|
"New Product": [
|
1566
|
-
"
|
1591
|
+
"Nouveau produit"
|
1567
1592
|
],
|
1568
1593
|
"New Repository": [
|
1569
|
-
"
|
1594
|
+
"Nouveau référentiel"
|
1570
1595
|
],
|
1571
1596
|
"New Sync Plan": [
|
1572
|
-
"
|
1597
|
+
"Nouveau Plan Sync"
|
1573
1598
|
],
|
1574
1599
|
"New sync plan successfully created.": [
|
1575
|
-
"
|
1600
|
+
"Nouveau plan de synchronisation créé."
|
1576
1601
|
],
|
1577
1602
|
"Next": [
|
1578
|
-
"
|
1603
|
+
"Suivant"
|
1579
1604
|
],
|
1580
1605
|
"Next Sync": [
|
1581
|
-
"
|
1606
|
+
"Prochaine Sync"
|
1582
1607
|
],
|
1583
1608
|
"No": [
|
1584
|
-
"
|
1609
|
+
"Non"
|
1585
1610
|
],
|
1586
1611
|
"No alternate release version choices are available. The available releases are based upon what is available in \\\"{{ host.content_facet_attributes.content_view.name }}\\\", the selected <a href=\\\"/content_views\\\">content view</a> this content host is attached to for the given <a href=\\\"/lifecycle_environments\\\">lifecycle environment</a>, \\\"{{ host.content_facet_attributes.lifecycle_environment.name }}\\\".": [
|
1587
|
-
""
|
1612
|
+
"Il n'y a pas d'autres choix de versions de diffusion. Les versions disponibles sont basées sur ce qui est disponible dans \\\"{{ host.content_facet_attributes.content_view.name }}\\\", <a href=\\\"/content_views\\\"> l’affichage de contenu </a> sélectionné auquel ce contenu est attaché pour un <a href=\\\"/lifecycle_environments\\\">environnement de cycle de vie</a>, \\\"{{ host.content_facet_attributes.lifecycle_environment.name }}\\\"."
|
1588
1613
|
],
|
1589
1614
|
"No Content Hosts match this Erratum.": [
|
1590
|
-
"
|
1615
|
+
"Aucun hôte de contenu ne correspond à cet Erratum."
|
1591
1616
|
],
|
1592
1617
|
"No Content Views contain this Deb": [
|
1593
|
-
""
|
1618
|
+
"Aucun affichage de contenu ne contient cette Deb"
|
1594
1619
|
],
|
1595
1620
|
"No Content Views contain this File": [
|
1596
|
-
""
|
1621
|
+
"Ce fichier ne contient pas d’affichages de contenu"
|
1597
1622
|
],
|
1598
1623
|
"No content views exist for {{selected.environment.name}}": [
|
1599
|
-
"{{selected.environment.name}}
|
1624
|
+
"Il n'existe pas d’affichages de contenu pour {{selected.environment.name}}"
|
1600
1625
|
],
|
1601
1626
|
"No discovered repositories.": [
|
1602
|
-
""
|
1627
|
+
"Aucun référentiel découvert."
|
1603
1628
|
],
|
1604
1629
|
"No enabled Repository Sets provided through subscriptions.": [
|
1605
|
-
""
|
1630
|
+
"Aucun ensemble de référentiel activé n'est fourni par les abonnements."
|
1606
1631
|
],
|
1607
1632
|
"No Host Collections match your search.": [
|
1608
|
-
""
|
1633
|
+
"Aucune collection d'hôtes ne correspond à votre recherche."
|
1609
1634
|
],
|
1610
1635
|
"No Host Collections to show, you can add Host Collections after selecting 'Host Collections' under 'Hosts' in main menu.": [
|
1611
|
-
"
|
1636
|
+
"Aucune collection d'hôtes à afficher, vous pouvez ajouter des collections d'hôtes après avoir sélectionné \\\"Collections d'hôtes\\\" sous \\\"Hôtes\\\" dans le menu principal."
|
1612
1637
|
],
|
1613
1638
|
"No Host Collections to show, you can add Host Collections after selecting the 'Add' tab.": [
|
1614
|
-
"
|
1639
|
+
"Aucune collection d'hôtes à afficher, vous pouvez ajouter des collections d'hôtes après avoir sélectionné l'onglet \\\"Ajouter\\\"."
|
1615
1640
|
],
|
1616
1641
|
"No HTTP Proxies found": [
|
1617
|
-
""
|
1642
|
+
"Aucun Smart Proxy trouvé"
|
1618
1643
|
],
|
1619
1644
|
"No HTTP Proxy": [
|
1620
|
-
""
|
1645
|
+
"Aucun Proxy HTTP"
|
1621
1646
|
],
|
1622
1647
|
"No matching results.": [
|
1623
|
-
""
|
1648
|
+
"Aucun résultat correspondant."
|
1624
1649
|
],
|
1625
1650
|
"No products are available to add to this Sync Plan.": [
|
1626
|
-
""
|
1651
|
+
"Aucun produit n'est disponible pour ajouter à ce plan de synchronisation."
|
1627
1652
|
],
|
1628
1653
|
"No products have been added to this Sync Plan.": [
|
1629
|
-
""
|
1654
|
+
"Aucun produit n'a été ajouté à ce plan de synchronisation."
|
1630
1655
|
],
|
1631
1656
|
"No releases exist in the Library.": [
|
1632
|
-
""
|
1657
|
+
"Il n'existe pas de version dans la bibliothèque."
|
1633
1658
|
],
|
1634
1659
|
"No Repositories contain this Deb": [
|
1635
|
-
""
|
1660
|
+
"Aucun référentiel ne contient ce Deb"
|
1636
1661
|
],
|
1637
1662
|
"No Repositories contain this Erratum.": [
|
1638
|
-
"
|
1663
|
+
"Aucun référentiel ne contient cet Erratum."
|
1639
1664
|
],
|
1640
1665
|
"No Repositories contain this File": [
|
1641
|
-
""
|
1666
|
+
"Aucun référentiel ne contient ce fichier"
|
1642
1667
|
],
|
1643
1668
|
"No Repositories contain this Package.": [
|
1644
|
-
"
|
1669
|
+
"Aucun référentiel ne contient ce package."
|
1645
1670
|
],
|
1646
1671
|
"No repository sets provided through subscriptions.": [
|
1647
|
-
""
|
1672
|
+
"Aucun ensemble de référentiels n'est fourni par le biais d'abonnements."
|
1648
1673
|
],
|
1649
1674
|
"No restriction": [
|
1650
|
-
""
|
1675
|
+
"Aucune restriction"
|
1651
1676
|
],
|
1652
1677
|
"No sync information available.": [
|
1653
|
-
""
|
1678
|
+
"Aucune information de synchronisation disponible."
|
1654
1679
|
],
|
1655
1680
|
"No tasks exist for this resource.": [
|
1656
|
-
""
|
1681
|
+
"Il n'existe aucune tâche pour cette ressource."
|
1657
1682
|
],
|
1658
1683
|
"None": [
|
1659
|
-
"
|
1684
|
+
"Aucun(e)"
|
1660
1685
|
],
|
1661
1686
|
"Not Applicable": [
|
1662
|
-
""
|
1687
|
+
"Non applicable"
|
1663
1688
|
],
|
1664
1689
|
"Not installed": [
|
1665
|
-
"
|
1690
|
+
"Non installé"
|
1666
1691
|
],
|
1667
1692
|
"Not started": [
|
1668
|
-
""
|
1693
|
+
"Non démarré"
|
1669
1694
|
],
|
1670
1695
|
"Not Synced": [
|
1671
|
-
"
|
1696
|
+
"Pas synchronisé"
|
1672
1697
|
],
|
1673
1698
|
"Number of CPUs": [
|
1674
|
-
"
|
1699
|
+
"Nombre de processeurs"
|
1675
1700
|
],
|
1676
1701
|
"Number of Repositories": [
|
1677
|
-
""
|
1702
|
+
"Nombre de référentiels"
|
1678
1703
|
],
|
1679
1704
|
"On Demand": [
|
1680
|
-
"
|
1705
|
+
"Sur demande"
|
1681
1706
|
],
|
1682
1707
|
"One or more of the selected Errata are not Installable via your published Content View versions running on the selected hosts. The new Content View Versions (specified below)\\n will be created which will make this Errata Installable in the host's Environment. This new version will replace the current version in your host's Lifecycle\\n Environment. To install these errata immediately on hosts after publishing check the box below.": [
|
1683
|
-
"
|
1708
|
+
"Un ou plusieurs des errata sélectionnés ne sont pas installables via les versions de Content View que vous avez publiées et qui fonctionnent sur les hôtes sélectionnés. Les nouvelles versions de Content View (spécifiées ci-dessous)\\n sera créé, ce qui rendra cet errata installable dans l'environnement de l'hôte. Cette nouvelle version remplacera la version actuelle dans le cycle de vie de votre hôte\\n Environnement. Pour installer ces errata immédiatement sur les hôtes après leur publication, cochez la case ci-dessous."
|
1684
1709
|
],
|
1685
1710
|
"One or more packages are not showing up in the local repository even though they exist in the upstream repository.": [
|
1686
1711
|
""
|
1687
1712
|
],
|
1688
1713
|
"Only show content hosts where the errata is currently installable in the host's Lifecycle Environment.": [
|
1689
|
-
"
|
1714
|
+
"N'affichez que les hôtes de contenu où l'errata est actuellement installable dans l'environnement du cycle de vie de l'hôte."
|
1690
1715
|
],
|
1691
1716
|
"Only show Errata that are Applicable to one or more Content Hosts": [
|
1692
|
-
""
|
1717
|
+
"N'afficher que les errata applicables à un ou plusieurs hôtes de contenu"
|
1693
1718
|
],
|
1694
1719
|
"Only show Errata that are Installable on one or more Content Hosts": [
|
1695
|
-
""
|
1720
|
+
"Ne montrer que les errata qui sont installables sur un ou plusieurs hôtes de contenu"
|
1696
1721
|
],
|
1697
1722
|
"Only show Packages that are Applicable to one or more Content Hosts": [
|
1698
|
-
""
|
1723
|
+
"Ne montrer que les packages applicables à un ou plusieurs hôtes de contenu"
|
1699
1724
|
],
|
1700
1725
|
"Only show Packages that are Upgradable on one or more Content Hosts": [
|
1701
|
-
""
|
1726
|
+
"Renvoyer les packages qui sont évolutifs sur un ou plusieurs hôtes de contenu"
|
1702
1727
|
],
|
1703
1728
|
"Only show Subscriptions for products not already covered by a Subscription": [
|
1704
|
-
""
|
1729
|
+
"Afficher uniquement les abonnements pour les produits qui ne sont pas déjà couverts par un abonnement"
|
1705
1730
|
],
|
1706
1731
|
"Only show Subscriptions which can be applied to products installed on this Host": [
|
1707
|
-
""
|
1732
|
+
"Afficher uniquement les Abonnements qui peuvent être appliqués aux produits installés sur cet Hôte"
|
1708
1733
|
],
|
1709
1734
|
"Only show Subscriptions which can be attached to this Host": [
|
1710
|
-
""
|
1735
|
+
"Afficher uniquement les abonnements qui peuvent être rattachés à cet hôte"
|
1711
1736
|
],
|
1712
1737
|
"Only the Applications with a Helper can be restarted.": [
|
1713
|
-
""
|
1738
|
+
"Seules les applications avec un assistant peuvent être relancées."
|
1714
1739
|
],
|
1715
1740
|
"Operating System": [
|
1716
|
-
"
|
1741
|
+
"Système d'exploitation"
|
1717
1742
|
],
|
1718
1743
|
"Optimized Sync": [
|
1719
|
-
""
|
1744
|
+
"Synchronisation optimisée"
|
1720
1745
|
],
|
1721
1746
|
"Organization": [
|
1722
|
-
"
|
1747
|
+
"Organisation"
|
1723
1748
|
],
|
1724
1749
|
"Original Sync Date": [
|
1725
|
-
"
|
1750
|
+
"Date de Sync d’origine"
|
1726
1751
|
],
|
1727
1752
|
"OS": [
|
1728
|
-
"
|
1753
|
+
"OS"
|
1729
1754
|
],
|
1730
1755
|
"OSTree Repositories <div>{{ library.counts.ostree_repositories || 0 }}</div>": [
|
1731
|
-
"
|
1756
|
+
"Créer des référentiels <div>{{ library.counts.ostree_repositories || 0 }} </div>"
|
1732
1757
|
],
|
1733
1758
|
"Override to Disabled": [
|
1734
|
-
""
|
1759
|
+
"Remplacer par «Désactiver»"
|
1735
1760
|
],
|
1736
1761
|
"Override to Enabled": [
|
1737
|
-
""
|
1762
|
+
"Remplacer par «Activer»"
|
1738
1763
|
],
|
1739
1764
|
"Package": [
|
1740
|
-
"
|
1765
|
+
"Package"
|
1741
1766
|
],
|
1742
1767
|
"Package Actions": [
|
1743
|
-
"
|
1768
|
+
"Actions Package"
|
1744
1769
|
],
|
1745
1770
|
"Package Group (Deprecated)": [
|
1746
|
-
""
|
1771
|
+
"Groupe de paquets (déprécié)"
|
1747
1772
|
],
|
1748
1773
|
"Package Groups": [
|
1749
|
-
"
|
1774
|
+
"Groupes de packages"
|
1750
1775
|
],
|
1751
1776
|
"Package Groups for Repository:": [
|
1752
|
-
"
|
1777
|
+
"Groupes de paquets pour le référentiel :"
|
1753
1778
|
],
|
1754
1779
|
"Package Information": [
|
1755
|
-
""
|
1780
|
+
"Informations Package"
|
1756
1781
|
],
|
1757
1782
|
"Package Install": [
|
1758
|
-
"
|
1783
|
+
"Installation de packages"
|
1759
1784
|
],
|
1760
1785
|
"Package Installation, Removal, and Update": [
|
1761
|
-
"
|
1786
|
+
"Installation, retrait et mise à jour des packages"
|
1762
1787
|
],
|
1763
1788
|
"Package Remove": [
|
1764
|
-
"
|
1789
|
+
"Suppression de packages"
|
1765
1790
|
],
|
1766
1791
|
"Package Update": [
|
1767
|
-
"
|
1792
|
+
"Mise à jour de packages"
|
1768
1793
|
],
|
1769
1794
|
"Package:": [
|
1770
|
-
"
|
1795
|
+
"Package :"
|
1771
1796
|
],
|
1772
1797
|
"Package/Group Name": [
|
1773
|
-
"
|
1798
|
+
"Nom de Packages/Groupe"
|
1774
1799
|
],
|
1775
1800
|
"Packages": [
|
1776
|
-
"
|
1801
|
+
"Packages"
|
1777
1802
|
],
|
1778
1803
|
"Packages <div>{{ library.counts.packages || 0 }}</div>": [
|
1779
|
-
"
|
1804
|
+
"Packages <div>{{ library.counts.packages || 0 }} </div>"
|
1780
1805
|
],
|
1781
1806
|
"Packages are automatically Applicable if they are Upgradable": [
|
1782
|
-
""
|
1807
|
+
"Les packages sont automatiquement applicables s'ils sont évolutifs"
|
1783
1808
|
],
|
1784
1809
|
"Packages for Errata:": [
|
1785
|
-
""
|
1810
|
+
"Packages pour Errata :"
|
1786
1811
|
],
|
1787
1812
|
"Packages for:": [
|
1788
|
-
"
|
1813
|
+
"Packages pour :"
|
1789
1814
|
],
|
1790
1815
|
"Parameters": [
|
1791
|
-
"
|
1816
|
+
"Paramètres"
|
1792
1817
|
],
|
1793
1818
|
"Part of a manifest list": [
|
1794
|
-
""
|
1819
|
+
"Partie d'une liste de manifestes"
|
1795
1820
|
],
|
1796
1821
|
"Password": [
|
1797
|
-
"
|
1822
|
+
"Mot de passe"
|
1798
1823
|
],
|
1799
1824
|
"Password of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
|
1800
|
-
""
|
1825
|
+
"Mot de passe de l'utilisateur du référentiel en amont pour l'authentification. Laissez vide si le référentiel ne nécessite pas d'authentification."
|
1801
1826
|
],
|
1802
1827
|
"Paste contents of Content Credential": [
|
1803
|
-
""
|
1828
|
+
"Coller le contenu des identifiants de contenu"
|
1804
1829
|
],
|
1805
1830
|
"Path": [
|
1806
|
-
"
|
1831
|
+
"Chemin"
|
1807
1832
|
],
|
1808
1833
|
"Perform": [
|
1809
|
-
"
|
1834
|
+
"Performer"
|
1810
1835
|
],
|
1811
1836
|
"Performing host package actions is disabled because Katello is not configured for Remote Execution or Katello Agent.": [
|
1812
|
-
""
|
1837
|
+
"L'exécution d'actions sur le paquetage de l'hôte est désactivée car Katello n'est pas configuré pour l'exécution à distance ou l'agent Katello."
|
1813
1838
|
],
|
1814
1839
|
"Physical": [
|
1815
|
-
"
|
1840
|
+
"Physique"
|
1816
1841
|
],
|
1817
1842
|
"Please enter cron below": [
|
1818
|
-
""
|
1843
|
+
"Veuillez entrer le cron ci-dessous"
|
1819
1844
|
],
|
1820
1845
|
"Please make sure a Content View is selected.": [
|
1821
|
-
""
|
1846
|
+
"Veuillez vous assurer qu'une vue de contenu est sélectionnée."
|
1822
1847
|
],
|
1823
1848
|
"Please select an environment.": [
|
1824
|
-
"
|
1849
|
+
"Tout d'abord, sélectionner un environnement"
|
1825
1850
|
],
|
1826
1851
|
"Please select one from the list below and you will be redirected.": [
|
1827
|
-
"
|
1852
|
+
"Veuillez en choisir un dans la liste ci-dessous et vous serez redirigé."
|
1828
1853
|
],
|
1829
1854
|
"Plus %y more errors": [
|
1830
|
-
"
|
1855
|
+
"Plus %y erreurs supplémentaires"
|
1831
1856
|
],
|
1832
1857
|
"Plus 1 more error": [
|
1833
|
-
"
|
1858
|
+
"Plus 1 erreur supplémentaire"
|
1834
1859
|
],
|
1835
1860
|
"Previous Lifecycle Environment (%e/%cv)": [
|
1836
|
-
""
|
1861
|
+
"Environnement de cycle de vie antérieur ( %e /%cv )"
|
1837
1862
|
],
|
1838
1863
|
"Prior Environment": [
|
1839
|
-
""
|
1864
|
+
"Environnement préalable"
|
1840
1865
|
],
|
1841
1866
|
"Product": [
|
1842
|
-
"
|
1867
|
+
"Produit"
|
1843
1868
|
],
|
1844
1869
|
"Product delete operation has been initiated in the background.": [
|
1845
|
-
""
|
1870
|
+
"L'opération de suppression du produit a été lancée en arrière-plan."
|
1846
1871
|
],
|
1847
1872
|
"Product Enhancement Advisory": [
|
1848
|
-
"
|
1873
|
+
"Avis sur l'amélioration des produits"
|
1849
1874
|
],
|
1850
1875
|
"Product information for:": [
|
1851
|
-
"
|
1876
|
+
"Informations sur les produits pour :"
|
1852
1877
|
],
|
1853
1878
|
"Product Management for Sync Plan:": [
|
1854
|
-
"
|
1879
|
+
"Gestion des produits pour Plan Sync :"
|
1855
1880
|
],
|
1856
1881
|
"Product Name": [
|
1857
|
-
"
|
1882
|
+
"Nom du produit"
|
1858
1883
|
],
|
1859
1884
|
"Product Options": [
|
1860
|
-
""
|
1885
|
+
"Options des produits"
|
1861
1886
|
],
|
1862
1887
|
"Product Saved": [
|
1863
|
-
"
|
1888
|
+
"Produit sauvegardé"
|
1864
1889
|
],
|
1865
1890
|
"Product sync has been initiated in the background.": [
|
1866
|
-
""
|
1891
|
+
"La synchronisation des produits a été lancée en arrière-plan."
|
1867
1892
|
],
|
1868
1893
|
"Product syncs has been initiated in the background.": [
|
1869
|
-
""
|
1894
|
+
"Des synchronisations de produits ont été lancées en arrière-plan."
|
1870
1895
|
],
|
1871
1896
|
"Product verify checksum has been initiated in the background.": [
|
1872
|
-
""
|
1897
|
+
"La somme de contrôle de la vérification des produits a été initiée en arrière-plan."
|
1873
1898
|
],
|
1874
1899
|
"Products": [
|
1875
|
-
"
|
1900
|
+
"Produits"
|
1876
1901
|
],
|
1877
1902
|
"Products <div>{{ library.counts.products || 0 }}</div>": [
|
1878
|
-
"
|
1903
|
+
"Produits <div>{{ library.counts.products || 0 }} </div>"
|
1879
1904
|
],
|
1880
1905
|
"Products for": [
|
1881
|
-
""
|
1906
|
+
"Produits pour"
|
1882
1907
|
],
|
1883
1908
|
"Products not covered": [
|
1884
|
-
""
|
1909
|
+
"Produits non couverts"
|
1885
1910
|
],
|
1886
1911
|
"Provides": [
|
1887
|
-
"
|
1912
|
+
"Procure"
|
1888
1913
|
],
|
1889
1914
|
"Provisioning Details": [
|
1890
|
-
"
|
1915
|
+
"Provisionnement - Détails"
|
1891
1916
|
],
|
1892
1917
|
"Provisioning Host Details": [
|
1893
|
-
"
|
1918
|
+
"Provisionnement - Détails sur l'hôte"
|
1894
1919
|
],
|
1895
1920
|
"Published At": [
|
1896
|
-
"
|
1921
|
+
"Publié à"
|
1897
1922
|
],
|
1898
1923
|
"Published Repository Information": [
|
1899
|
-
"
|
1924
|
+
"Informations sur les référentiels publiés"
|
1900
1925
|
],
|
1901
1926
|
"Publishing Settings": [
|
1902
|
-
""
|
1927
|
+
"Paramètres de publication"
|
1903
1928
|
],
|
1904
1929
|
"Puppet Environment": [
|
1905
|
-
"Puppet
|
1930
|
+
"Environnement Puppet"
|
1906
1931
|
],
|
1907
1932
|
"Quantity": [
|
1908
|
-
"
|
1933
|
+
"Quantité"
|
1909
1934
|
],
|
1910
1935
|
"Quantity (To Add)": [
|
1911
|
-
""
|
1936
|
+
"Quantité (à ajouter)"
|
1912
1937
|
],
|
1913
1938
|
"RAM (GB)": [
|
1914
|
-
"
|
1939
|
+
"RAM (GB)"
|
1915
1940
|
],
|
1916
1941
|
"Reboot Suggested": [
|
1917
|
-
"
|
1942
|
+
"Redémarrage suggéré"
|
1918
1943
|
],
|
1919
1944
|
"Reboot Suggested?": [
|
1920
|
-
"
|
1945
|
+
"Redémarrage suggéré ?"
|
1921
1946
|
],
|
1922
1947
|
"Recalculate\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"calculatingApplicability\\\"></i>": [
|
1923
|
-
""
|
1948
|
+
"Recalculer\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"calculatingApplicability\\\"></i>"
|
1924
1949
|
],
|
1925
1950
|
"Reclaim Space": [
|
1926
|
-
""
|
1951
|
+
"Récupération d’espace"
|
1927
1952
|
],
|
1928
1953
|
"Recurring Logic": [
|
1929
|
-
""
|
1954
|
+
"Logique récurrente"
|
1930
1955
|
],
|
1931
1956
|
"Red Hat Repositories page": [
|
1932
|
-
"Red Hat
|
1957
|
+
"Page Référentiels Red Hat"
|
1933
1958
|
],
|
1934
1959
|
"Red Hat Repositories page.": [
|
1935
|
-
"Red Hat
|
1960
|
+
"Page Référentiels Red Hat."
|
1936
1961
|
],
|
1937
1962
|
"Refresh Table": [
|
1938
|
-
"
|
1963
|
+
"Rafraîchir le tableau"
|
1939
1964
|
],
|
1940
1965
|
"Register a Content Host": [
|
1941
|
-
"
|
1966
|
+
"Enregistrer un hôte de contenu"
|
1942
1967
|
],
|
1943
1968
|
"Register Content Host": [
|
1944
|
-
"
|
1969
|
+
"Enregistrer l'hôte du contenu"
|
1945
1970
|
],
|
1946
1971
|
"Registered": [
|
1947
|
-
"
|
1972
|
+
"Enregistré"
|
1948
1973
|
],
|
1949
1974
|
"Registered By": [
|
1950
|
-
"
|
1975
|
+
"Enregistré par"
|
1951
1976
|
],
|
1952
1977
|
"Registered Through": [
|
1953
|
-
""
|
1978
|
+
"Enregistré via"
|
1954
1979
|
],
|
1955
1980
|
"Registry Name Pattern": [
|
1956
|
-
"
|
1981
|
+
"Modèle de nom de registre"
|
1957
1982
|
],
|
1958
1983
|
"Registry Search Parameter": [
|
1959
|
-
""
|
1984
|
+
"Paramètre de recherche du registre"
|
1960
1985
|
],
|
1961
1986
|
"Registry to Discover": [
|
1962
|
-
""
|
1987
|
+
"Registre à découvrir"
|
1963
1988
|
],
|
1964
1989
|
"Registry URL": [
|
1965
|
-
"
|
1990
|
+
"URL du registre"
|
1966
1991
|
],
|
1967
1992
|
"Release": [
|
1968
|
-
"
|
1993
|
+
"Sortie"
|
1969
1994
|
],
|
1970
1995
|
"Release Version": [
|
1971
|
-
"
|
1996
|
+
"Version de sortie"
|
1972
1997
|
],
|
1973
1998
|
"Release Version:": [
|
1974
|
-
"
|
1999
|
+
"Version de sortie :"
|
1975
2000
|
],
|
1976
2001
|
"Releases/Distributions": [
|
1977
|
-
""
|
2002
|
+
"Sorties/Distributions"
|
1978
2003
|
],
|
1979
2004
|
"Remote execution plugin is required to be able to run any helpers.": [
|
1980
|
-
""
|
2005
|
+
"Le plugin d'exécution à distance est nécessaire pour pouvoir faire fonctionner les aides."
|
1981
2006
|
],
|
1982
2007
|
"Remove": [
|
1983
|
-
"
|
2008
|
+
"Supprimer"
|
1984
2009
|
],
|
1985
2010
|
"Remove {{ table.numSelected }} Container Image manifest?": [
|
1986
|
-
""
|
2011
|
+
"Supprimer {{ table.numSelected }} manifeste d'images de conteneur ?",
|
2012
|
+
"Supprimer {{ table.numSelected }} manifestes d'images de conteneur ?",
|
2013
|
+
"Supprimer {{ table.numSelected }} manifestes d'images de conteneur ?"
|
1987
2014
|
],
|
1988
2015
|
"Remove Activation Key \\\"{{ activationKey.name }}\\\"?": [
|
1989
|
-
"
|
2016
|
+
"Supprimer la clé d'activation \\\"{{ activationKey.name }}\\\" ?"
|
1990
2017
|
],
|
1991
2018
|
"Remove Container Image Manifests": [
|
1992
|
-
""
|
2019
|
+
"Supprimer les manifestes d'images de conteneurs"
|
1993
2020
|
],
|
1994
2021
|
"Remove Content": [
|
1995
|
-
"
|
2022
|
+
"Supprimer le contenu"
|
1996
2023
|
],
|
1997
2024
|
"Remove Content Credential": [
|
1998
|
-
""
|
2025
|
+
"Supprimer les identifiants de contenu"
|
1999
2026
|
],
|
2000
2027
|
"Remove Content Credential {{ contentCredential.name }}": [
|
2001
|
-
""
|
2028
|
+
"Supprimer les identifiants de contenu {{ contentCredential.name }}"
|
2002
2029
|
],
|
2003
2030
|
"Remove Content?": [
|
2004
|
-
""
|
2031
|
+
"Supprimer le contenu ?",
|
2032
|
+
"Supprimer le unités de contenu {{ table.numSelected }} ?",
|
2033
|
+
"Supprimer le unités de contenu {{ table.numSelected }} ?"
|
2005
2034
|
],
|
2006
2035
|
"Remove Environment": [
|
2007
|
-
""
|
2036
|
+
"Supprimer environnement"
|
2008
2037
|
],
|
2009
2038
|
"Remove environment {{ environment.name }}?": [
|
2010
|
-
""
|
2039
|
+
"Supprimer environnement {{ environment.name }}?"
|
2011
2040
|
],
|
2012
2041
|
"Remove File?": [
|
2013
|
-
""
|
2042
|
+
"Supprimer un fichier ?",
|
2043
|
+
"Supprimer {{ table.numSelected }} fichiers ?",
|
2044
|
+
"Supprimer {{ table.numSelected }} fichiers ?"
|
2014
2045
|
],
|
2015
2046
|
"Remove Files": [
|
2016
|
-
""
|
2047
|
+
"Supprimer des fichiers"
|
2017
2048
|
],
|
2018
2049
|
"Remove From": [
|
2019
|
-
"
|
2050
|
+
"Retirer de"
|
2020
2051
|
],
|
2021
2052
|
"Remove Host Collection \\\"{{ hostCollection.name }}\\\"?": [
|
2022
|
-
"
|
2053
|
+
"Afficher une collection d'hôtes \\\"{{ hostCollection.name }}\\\"?"
|
2023
2054
|
],
|
2024
2055
|
"Remove Package?": [
|
2025
|
-
""
|
2056
|
+
"Supprimer le package ?",
|
2057
|
+
"Supprimer {{ table.numSelected }} packages ?",
|
2058
|
+
"Supprimer {{ table.numSelected }} packages ?"
|
2026
2059
|
],
|
2027
2060
|
"Remove Packages": [
|
2028
|
-
"
|
2061
|
+
"Supprimer packages"
|
2029
2062
|
],
|
2030
2063
|
"Remove Product": [
|
2031
|
-
"
|
2064
|
+
"Supprimer un produit"
|
2032
2065
|
],
|
2033
2066
|
"Remove Product \\\"{{ product.name }}\\\"?": [
|
2034
|
-
"
|
2067
|
+
"Supprimer le produit \\\"{{ product.name }}\\\" ?"
|
2035
2068
|
],
|
2036
2069
|
"Remove product?": [
|
2037
|
-
""
|
2070
|
+
"Retirer un produit ?",
|
2071
|
+
"Supprimer {{ table.getSelected().length }} produits ?",
|
2072
|
+
"Supprimer {{ table.getSelected().length }} produits ?"
|
2038
2073
|
],
|
2039
2074
|
"Remove Repositories": [
|
2040
|
-
"
|
2075
|
+
"Supprimer référentiels"
|
2041
2076
|
],
|
2042
2077
|
"Remove Repository": [
|
2043
|
-
"
|
2078
|
+
"Supprimer référentiel"
|
2044
2079
|
],
|
2045
2080
|
"Remove Repository {{ repositoryWrapper.repository.name }}?": [
|
2046
|
-
""
|
2081
|
+
"Supprimer le référentiel {{ repositoryWrapper.repository.name }} ?"
|
2047
2082
|
],
|
2048
2083
|
"Remove repository?": [
|
2049
|
-
""
|
2084
|
+
"Supprimer le référentiel ?",
|
2085
|
+
"Supprimer {{ table.numSelected }} référentiels ?",
|
2086
|
+
"Supprimer {{ table.numSelected }} référentiels ?"
|
2050
2087
|
],
|
2051
2088
|
"Remove Selected": [
|
2052
|
-
"
|
2089
|
+
"Supprimer Sélectionné"
|
2053
2090
|
],
|
2054
2091
|
"Remove Successful.": [
|
2055
|
-
"
|
2092
|
+
"Suppression réussie."
|
2056
2093
|
],
|
2057
2094
|
"Remove Sync Plan": [
|
2058
|
-
"
|
2095
|
+
"Supprimer le plan de sync"
|
2059
2096
|
],
|
2060
2097
|
"Remove Sync Plan \\\"{{ syncPlan.name }}\\\"?": [
|
2061
|
-
"
|
2098
|
+
"Supprimer le plan de synchronisation \\\"{{ syncPlan.name }}\\\" ?"
|
2062
2099
|
],
|
2063
2100
|
"Removed %x host collections from activation key \\\"%y\\\".": [
|
2064
|
-
"
|
2101
|
+
"Supprimer %x collections d'hôtes de la clé d'activation \\\"%y\\\"."
|
2065
2102
|
],
|
2066
2103
|
"Removed %x host collections from content host \\\"%y\\\".": [
|
2067
|
-
"
|
2104
|
+
"Supprimer %x collections d'hôtes de l’hôte de contenu \\\"%y\\\"."
|
2068
2105
|
],
|
2069
2106
|
"Removed %x products from sync plan \\\"%y\\\".": [
|
2070
|
-
"
|
2107
|
+
"Supprimer %x produits du plan de synchronisation \\\"%y\\\"."
|
2071
2108
|
],
|
2072
2109
|
"Removing Repositories": [
|
2073
|
-
"
|
2110
|
+
"Suppression des référentiels"
|
2074
2111
|
],
|
2075
2112
|
"Repo Discovery": [
|
2076
|
-
"
|
2113
|
+
"Repo Discovery"
|
2077
2114
|
],
|
2078
2115
|
"Repositories": [
|
2079
|
-
"
|
2116
|
+
"Référentiels"
|
2080
2117
|
],
|
2081
2118
|
"Repositories containing Errata {{ errata.errata_id }}": [
|
2082
|
-
"
|
2119
|
+
"Référentiels contenant des errata {{ errata.errata_id }}"
|
2083
2120
|
],
|
2084
2121
|
"Repositories containing package {{ package.nvrea }}": [
|
2085
|
-
"
|
2122
|
+
"Référentiels contenant le package {{ package.nvrea }}"
|
2086
2123
|
],
|
2087
2124
|
"Repositories for": [
|
2088
|
-
""
|
2125
|
+
"Référentiels pour"
|
2089
2126
|
],
|
2090
2127
|
"Repositories for Deb:": [
|
2091
|
-
""
|
2128
|
+
"Référentiels de Deb :"
|
2092
2129
|
],
|
2093
2130
|
"Repositories for Errata:": [
|
2094
|
-
"
|
2131
|
+
"Référentiels pour Errata :"
|
2095
2132
|
],
|
2096
2133
|
"Repositories for File:": [
|
2097
|
-
""
|
2134
|
+
"Référentiels pour Fichier :"
|
2098
2135
|
],
|
2099
2136
|
"Repositories for Package:": [
|
2100
|
-
"
|
2137
|
+
"Référentiels pour Package :"
|
2101
2138
|
],
|
2102
2139
|
"Repositories for Product:": [
|
2103
|
-
"
|
2140
|
+
"Référentiels pour Produit :"
|
2104
2141
|
],
|
2105
2142
|
"Repositories to Create": [
|
2106
|
-
""
|
2143
|
+
"Référentiels à créer"
|
2107
2144
|
],
|
2108
2145
|
"Repository": [
|
2109
|
-
"
|
2146
|
+
"Référentiel"
|
2110
2147
|
],
|
2111
2148
|
"Repository \\\"%s\\\" successfully deleted": [
|
2112
|
-
"
|
2149
|
+
"Suppression du référentiel \\\"%s\\\" réussie"
|
2113
2150
|
],
|
2114
2151
|
"Repository %s successfully created.": [
|
2115
|
-
"
|
2152
|
+
"Création du référentiel %s réussie."
|
2116
2153
|
],
|
2117
2154
|
"Repository created": [
|
2118
|
-
"
|
2155
|
+
"Référentiel créé"
|
2119
2156
|
],
|
2120
2157
|
"Repository Discovery": [
|
2121
|
-
"
|
2158
|
+
"Découvert Référentiel"
|
2122
2159
|
],
|
2123
2160
|
"Repository HTTP proxy changes have been initiated in the background.": [
|
2124
|
-
""
|
2161
|
+
"Les changements de proxy HTTP du référentiel ont été initiés en arrière-plan."
|
2125
2162
|
],
|
2126
2163
|
"Repository Label": [
|
2127
|
-
"
|
2164
|
+
"Étiquette du référentiel"
|
2128
2165
|
],
|
2129
2166
|
"Repository Name": [
|
2130
|
-
"
|
2167
|
+
"Nom du référentiel"
|
2131
2168
|
],
|
2132
2169
|
"Repository Options": [
|
2133
|
-
""
|
2170
|
+
"Options de référentiel"
|
2134
2171
|
],
|
2135
2172
|
"Repository Path": [
|
2136
|
-
""
|
2173
|
+
"Chemin d’accès du référentiel"
|
2137
2174
|
],
|
2138
2175
|
"Repository Saved.": [
|
2139
|
-
"
|
2176
|
+
"Référentiel sauvegardé."
|
2140
2177
|
],
|
2141
2178
|
"Repository Sets": [
|
2142
|
-
""
|
2179
|
+
"Ensembles de référentiels"
|
2143
2180
|
],
|
2144
2181
|
"Repository Sets settings saved successfully.": [
|
2145
|
-
""
|
2182
|
+
"Paramètres d’ensembles de référentiels enregistrés."
|
2146
2183
|
],
|
2147
2184
|
"Repository Type": [
|
2148
|
-
"
|
2185
|
+
"Type de référentiel"
|
2149
2186
|
],
|
2150
2187
|
"Repository URL": [
|
2151
|
-
"
|
2188
|
+
"URL du référentiel"
|
2152
2189
|
],
|
2153
2190
|
"Repository will also be removed from the following published content view versions!": [
|
2154
|
-
""
|
2191
|
+
"L'environnement sera également supprimé des vues de contenu des versions publiées suivantes !"
|
2155
2192
|
],
|
2156
2193
|
"Repository:": [
|
2157
|
-
"
|
2194
|
+
"Référentiel :"
|
2158
2195
|
],
|
2159
2196
|
"Requirements": [
|
2160
|
-
""
|
2197
|
+
"Exigences"
|
2161
2198
|
],
|
2162
2199
|
"Requirements.yml": [
|
2163
|
-
""
|
2200
|
+
"Exigences.yml"
|
2164
2201
|
],
|
2165
2202
|
"Requires": [
|
2166
|
-
"
|
2203
|
+
"Nécessite"
|
2167
2204
|
],
|
2168
2205
|
"Reset": [
|
2169
|
-
""
|
2206
|
+
"Restauration"
|
2170
2207
|
],
|
2171
2208
|
"Reset to Default": [
|
2172
|
-
""
|
2209
|
+
"Réinitialiser à la valeur par défaut"
|
2173
2210
|
],
|
2174
2211
|
"Resolving the selected Traces will reboot the selected content hosts.": [
|
2175
|
-
""
|
2212
|
+
"La résolution des traces sélectionnées redémarrera les hôtes de contenu sélectionnés."
|
2176
2213
|
],
|
2177
2214
|
"Resolving the selected Traces will reboot this host.": [
|
2178
|
-
""
|
2215
|
+
"La résolution des traces sélectionnées redémarrera cet hôte."
|
2179
2216
|
],
|
2180
2217
|
"Restart": [
|
2181
|
-
"
|
2218
|
+
"Redémarrer"
|
2182
2219
|
],
|
2183
2220
|
"Restart Selected": [
|
2184
|
-
""
|
2221
|
+
"Redémarrage sélectionné"
|
2185
2222
|
],
|
2186
2223
|
"Restart Services on Content Host \\\"{{host.name}}\\\"?": [
|
2187
|
-
""
|
2224
|
+
"Redémarrer les services sur l'hôte de contenu \\\"{{host.name}}\\\" ?"
|
2188
2225
|
],
|
2189
2226
|
"Restrict to <br>OS version": [
|
2190
|
-
""
|
2227
|
+
"Restreindre à version <br> du système d'exploitation"
|
2191
2228
|
],
|
2192
2229
|
"Restrict to architecture": [
|
2193
|
-
""
|
2230
|
+
"Se limiter à l'architecture"
|
2194
2231
|
],
|
2195
2232
|
"Restrict to Architecture": [
|
2196
|
-
""
|
2233
|
+
"Se limiter à l'Architecture"
|
2197
2234
|
],
|
2198
2235
|
"Restrict to OS version": [
|
2199
|
-
""
|
2236
|
+
"Restreindre à la version du système d'exploitation"
|
2200
2237
|
],
|
2201
2238
|
"Result": [
|
2202
|
-
"
|
2239
|
+
"Résultat"
|
2203
2240
|
],
|
2204
2241
|
"Retain package versions": [
|
2205
|
-
""
|
2242
|
+
"Conserver les versions du paquet"
|
2206
2243
|
],
|
2207
2244
|
"Role": [
|
2208
|
-
"
|
2245
|
+
"Rôle"
|
2209
2246
|
],
|
2210
2247
|
"Role:": [
|
2211
|
-
""
|
2248
|
+
"Rôle :"
|
2212
2249
|
],
|
2213
2250
|
"RPM": [
|
2214
2251
|
"RPM"
|
2215
2252
|
],
|
2216
2253
|
"rpm Package Updates": [
|
2217
|
-
""
|
2254
|
+
"rpm Mises à jour de packages"
|
2218
2255
|
],
|
2219
2256
|
"Run Auto-Attach": [
|
2220
|
-
"
|
2257
|
+
"Lancer l'Auto-Attach"
|
2221
2258
|
],
|
2222
2259
|
"Run Repository Creation\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"creating()\\\"></i>": [
|
2223
|
-
""
|
2260
|
+
"Exécuter Création Référentiel créé <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"creating()\\\"></i>"
|
2224
2261
|
],
|
2225
2262
|
"Run Sync Plan": [
|
2226
|
-
"
|
2263
|
+
"Exécuter Plan Sync"
|
2227
2264
|
],
|
2228
2265
|
"Save": [
|
2229
|
-
"
|
2266
|
+
"Enregistrer"
|
2230
2267
|
],
|
2231
2268
|
"Save Successful.": [
|
2232
|
-
"
|
2269
|
+
"Enregistrement réussi."
|
2233
2270
|
],
|
2234
2271
|
"Schema Version": [
|
2235
|
-
""
|
2272
|
+
"Version du schéma"
|
2236
2273
|
],
|
2237
2274
|
"Schema Version 1": [
|
2238
|
-
""
|
2275
|
+
"Schéma Version 1"
|
2239
2276
|
],
|
2240
2277
|
"Schema Version 2": [
|
2241
|
-
""
|
2278
|
+
"Schéma Version 2"
|
2242
2279
|
],
|
2243
2280
|
"Security": [
|
2244
|
-
"
|
2281
|
+
"Sécurité"
|
2245
2282
|
],
|
2246
2283
|
"Security Advisory": [
|
2247
|
-
"
|
2284
|
+
"Avis de sécurité"
|
2248
2285
|
],
|
2249
2286
|
"Select": [
|
2250
|
-
"
|
2287
|
+
"Sélectionner"
|
2251
2288
|
],
|
2252
2289
|
"Select a Content Source:": [
|
2253
|
-
"
|
2290
|
+
"Sélectionner un affichage de contenu:"
|
2254
2291
|
],
|
2255
2292
|
"Select Action": [
|
2256
|
-
"
|
2293
|
+
"Choisir l'action"
|
2257
2294
|
],
|
2258
2295
|
"Select an Organization": [
|
2259
|
-
"
|
2296
|
+
"Sélectionner une organisation"
|
2260
2297
|
],
|
2261
2298
|
"Select Content View": [
|
2262
|
-
"
|
2299
|
+
"Sélectionner l'affichage de contenu"
|
2263
2300
|
],
|
2264
2301
|
"Selecting \\\"Complete Sync\\\" will cause only yum/deb repositories of the selected product to be synced.": [
|
2265
2302
|
""
|
2266
2303
|
],
|
2267
2304
|
"Selecting this option will exclude SRPMs from repository synchronization.": [
|
2268
|
-
""
|
2305
|
+
"En sélectionnant cette option, les SRPM seront exclus de la synchronisation du référentiel."
|
2269
2306
|
],
|
2270
2307
|
"Selecting this option will result in Katello verifying that the upstream url's SSL certificates are signed by a trusted CA. Unselect if you do not want this verification.": [
|
2271
|
-
""
|
2308
|
+
"En sélectionnant cette option, Katello vérifiera que les certificats SSL de l'url en amont sont signés par une AC de confiance. Désélectionnez cette option si vous ne voulez pas de cette vérification."
|
2272
2309
|
],
|
2273
2310
|
"Service Level": [
|
2274
|
-
"
|
2311
|
+
"Niveau de service"
|
2275
2312
|
],
|
2276
2313
|
"Service Level (SLA)": [
|
2277
|
-
""
|
2314
|
+
"Niveau de service (SLA)"
|
2278
2315
|
],
|
2279
2316
|
"Service Level (SLA):": [
|
2280
|
-
""
|
2317
|
+
"Niveau de service (SLA) :"
|
2281
2318
|
],
|
2282
2319
|
"Set Release Version": [
|
2283
|
-
""
|
2320
|
+
"Définir Version"
|
2284
2321
|
],
|
2285
2322
|
"Severity": [
|
2286
|
-
"
|
2323
|
+
"Sévérité"
|
2287
2324
|
],
|
2288
2325
|
"Show All": [
|
2289
|
-
"
|
2326
|
+
"Tout afficher"
|
2290
2327
|
],
|
2291
2328
|
"Show all Repository Sets in Organization": [
|
2292
|
-
""
|
2329
|
+
"Afficher tous les ensembles de référentiels d’ Organisation"
|
2293
2330
|
],
|
2294
2331
|
"Size": [
|
2295
|
-
"
|
2332
|
+
"Taille"
|
2296
2333
|
],
|
2297
2334
|
"Smart proxy currently reclaiming space...": [
|
2298
|
-
""
|
2335
|
+
"Le smart proxy est entrain de récupérer le l’espace ..."
|
2299
2336
|
],
|
2300
2337
|
"Smart proxy currently syncing to your locations...": [
|
2301
|
-
""
|
2338
|
+
"Le smart proxy se synchronise actuellement avec vos emplacements..."
|
2302
2339
|
],
|
2303
2340
|
"Smart proxy is synchronized": [
|
2304
|
-
""
|
2341
|
+
"Le smart proxy est synchronisé"
|
2305
2342
|
],
|
2306
2343
|
"Sockets": [
|
2307
|
-
"
|
2344
|
+
"Sockets"
|
2308
2345
|
],
|
2309
2346
|
"Solution": [
|
2310
|
-
"
|
2347
|
+
"Solution"
|
2311
2348
|
],
|
2312
2349
|
"Some of the Errata shown below may not be installable as they are not in this Content Host's\\n Content View and Lifecycle Environment. In order to apply such Errata an Incremental Update is required.": [
|
2313
|
-
""
|
2350
|
+
"Certains des errata indiqués ci-dessous peuvent ne pas être installables car ils ne se trouvent pas dans le répertoire de cet hôte de contenu\\n Vue du contenu et environnement du cycle de vie. Afin d'appliquer ces errata, une mise à jour progressive est nécessaire."
|
2314
2351
|
],
|
2315
2352
|
"Something went wrong when deleting the resource.": [
|
2316
|
-
""
|
2353
|
+
"Quelque chose s'est mal passé lors de la suppression de la ressource."
|
2317
2354
|
],
|
2318
2355
|
"Something went wrong when retrieving the resource.": [
|
2319
|
-
"
|
2356
|
+
"Quelque chose s'est mal passé lors de la récupération de la ressource."
|
2320
2357
|
],
|
2321
2358
|
"Something went wrong when saving the resource.": [
|
2322
|
-
""
|
2359
|
+
"Quelque chose a mal tourné lors de la sauvegarde de la ressource."
|
2323
2360
|
],
|
2324
2361
|
"Source RPM": [
|
2325
|
-
"
|
2362
|
+
"RPM source"
|
2326
2363
|
],
|
2327
2364
|
"Source RPMs": [
|
2328
|
-
"
|
2365
|
+
"RPM source"
|
2329
2366
|
],
|
2330
2367
|
"Space reclamation is about to start...": [
|
2331
|
-
""
|
2368
|
+
"La récupération d’espace est sur le point de commencer..."
|
2332
2369
|
],
|
2333
2370
|
"SSL CA Cert": [
|
2334
|
-
""
|
2371
|
+
"SSL CA Cert"
|
2335
2372
|
],
|
2336
2373
|
"SSL Certificate": [
|
2337
|
-
""
|
2374
|
+
"Certificat SSL"
|
2338
2375
|
],
|
2339
2376
|
"SSL Client Cert": [
|
2340
|
-
""
|
2377
|
+
"Env cert client SSL"
|
2341
2378
|
],
|
2342
2379
|
"SSL Client Key": [
|
2343
|
-
"
|
2380
|
+
"Clé client Pulp"
|
2344
2381
|
],
|
2345
2382
|
"Standard sync, optimized for speed by bypassing any unneeded steps.": [
|
2346
|
-
""
|
2383
|
+
"Synchronisation standard, optimisée pour la vitesse en contournant les étapes inutiles."
|
2347
2384
|
],
|
2348
2385
|
"Start Date": [
|
2349
|
-
"
|
2386
|
+
"Date de départ"
|
2350
2387
|
],
|
2351
2388
|
"Start Time": [
|
2352
|
-
"
|
2389
|
+
"Date de lancement"
|
2353
2390
|
],
|
2354
2391
|
"Started At": [
|
2355
|
-
"
|
2392
|
+
"Démarré à"
|
2356
2393
|
],
|
2357
2394
|
"Starting": [
|
2358
|
-
"
|
2395
|
+
"A partir de"
|
2359
2396
|
],
|
2360
2397
|
"Starts": [
|
2361
|
-
"
|
2398
|
+
"Démarrage"
|
2362
2399
|
],
|
2363
2400
|
"State": [
|
2364
|
-
"
|
2401
|
+
"État"
|
2365
2402
|
],
|
2366
2403
|
"Status": [
|
2367
|
-
"
|
2404
|
+
"Statut"
|
2368
2405
|
],
|
2369
2406
|
"Stream": [
|
2370
|
-
""
|
2407
|
+
"Flux"
|
2371
2408
|
],
|
2372
2409
|
"Subscription Details": [
|
2373
|
-
"
|
2410
|
+
"Détails de l’abonnement"
|
2374
2411
|
],
|
2375
2412
|
"Subscription Management": [
|
2376
|
-
"
|
2413
|
+
"Gestion des abonnements"
|
2377
2414
|
],
|
2378
2415
|
"Subscription Status": [
|
2379
|
-
"
|
2416
|
+
"Statut des abonnements"
|
2380
2417
|
],
|
2381
2418
|
"Subscription UUID": [
|
2382
|
-
""
|
2419
|
+
"UUID de l’abonnement"
|
2383
2420
|
],
|
2384
2421
|
"subscription-manager register --org=\\\"{{ activationKey.organization.label }}\\\" --activationkey=\\\"{{ activationKey.name }}\\\"": [
|
2385
2422
|
"subscription-manager register --org=\\\"{{ activationKey.organization.label }}\\\" --activationkey=\\\"{{ activationKey.name }}\\\""
|
2386
2423
|
],
|
2387
2424
|
"Subscriptions": [
|
2388
|
-
"
|
2425
|
+
"Abonnements"
|
2389
2426
|
],
|
2390
2427
|
"Subscriptions for Activation Key:": [
|
2391
|
-
"
|
2428
|
+
"Abonnements pour la clé d'activation :"
|
2392
2429
|
],
|
2393
2430
|
"Subscriptions for Content Host:": [
|
2394
|
-
"
|
2431
|
+
"Abonnements pour l'hôte de contenu :"
|
2395
2432
|
],
|
2396
2433
|
"Subscriptions for:": [
|
2397
|
-
"
|
2434
|
+
"Abonnements pour :"
|
2398
2435
|
],
|
2399
2436
|
"Success!": [
|
2400
|
-
"
|
2437
|
+
"Réussi."
|
2401
2438
|
],
|
2402
2439
|
"Successfully added %s subscriptions.": [
|
2403
|
-
"
|
2440
|
+
"Ajout de %s abonnements avec succès."
|
2404
2441
|
],
|
2405
2442
|
"Successfully initiated restart of services.": [
|
2406
|
-
""
|
2443
|
+
"Lancement réussi du redémarrage des services."
|
2407
2444
|
],
|
2408
2445
|
"Successfully removed %s items.": [
|
2409
|
-
"
|
2446
|
+
"%sitems supprimés."
|
2410
2447
|
],
|
2411
2448
|
"Successfully removed %s subscriptions.": [
|
2412
|
-
"
|
2449
|
+
"%s abonnements supprimés."
|
2413
2450
|
],
|
2414
2451
|
"Successfully removed 1 item.": [
|
2415
|
-
"
|
2452
|
+
"1 item supprimé."
|
2416
2453
|
],
|
2417
2454
|
"Successfully scheduled an update of all packages": [
|
2418
|
-
""
|
2455
|
+
"A réussi à programmer une mise à jour de tous les packages"
|
2419
2456
|
],
|
2420
2457
|
"Successfully scheduled package installation": [
|
2421
|
-
""
|
2458
|
+
"Installation des packages programmée avec succès"
|
2422
2459
|
],
|
2423
2460
|
"Successfully scheduled package removal": [
|
2424
|
-
""
|
2461
|
+
"Le retrait des packages a été programmé avec succès"
|
2425
2462
|
],
|
2426
2463
|
"Successfully scheduled package update": [
|
2427
|
-
""
|
2464
|
+
"Mise à jour du package programmée avec succès"
|
2428
2465
|
],
|
2429
2466
|
"Successfully updated subscriptions.": [
|
2430
|
-
"
|
2467
|
+
"Mise à jour des abonnements réussie."
|
2431
2468
|
],
|
2432
2469
|
"Successfully uploaded content:": [
|
2433
|
-
""
|
2470
|
+
"Contenu téléchargé avec succès :"
|
2434
2471
|
],
|
2435
2472
|
"Summary": [
|
2436
|
-
"
|
2473
|
+
"Résumé"
|
2437
2474
|
],
|
2438
2475
|
"Support Level": [
|
2439
|
-
"
|
2476
|
+
"Niveau de support"
|
2440
2477
|
],
|
2441
2478
|
"Sync": [
|
2442
|
-
"
|
2479
|
+
"Sync"
|
2443
2480
|
],
|
2444
2481
|
"Sync Enabled": [
|
2445
|
-
"
|
2482
|
+
"Sync activée"
|
2446
2483
|
],
|
2447
2484
|
"Sync even if the upstream metadata appears to have no change. This option is only relevant for yum/deb repositories and will take longer than an optimized sync. Choose this option if:": [
|
2448
2485
|
""
|
2449
2486
|
],
|
2450
2487
|
"Sync Interval": [
|
2451
|
-
"
|
2488
|
+
"Sync Intervalle"
|
2452
2489
|
],
|
2453
2490
|
"Sync Now": [
|
2454
|
-
"
|
2491
|
+
"Sync Now"
|
2455
2492
|
],
|
2456
2493
|
"Sync Plan": [
|
2457
|
-
"
|
2494
|
+
"Plan de Sync"
|
2458
2495
|
],
|
2459
2496
|
"Sync Plan %s has been deleted.": [
|
2460
|
-
"
|
2497
|
+
"Plan de Sync %s a été supprimé."
|
2461
2498
|
],
|
2462
2499
|
"Sync Plan created and assigned to product.": [
|
2463
|
-
""
|
2500
|
+
"Plan de Sync créé et affecté au produit."
|
2464
2501
|
],
|
2465
2502
|
"Sync Plan saved": [
|
2466
|
-
""
|
2503
|
+
"Plan de Sync sauvegardé"
|
2467
2504
|
],
|
2468
2505
|
"Sync Plan Saved": [
|
2469
|
-
"
|
2506
|
+
"Plan de Sync sauvegardé"
|
2470
2507
|
],
|
2471
2508
|
"Sync Plan:": [
|
2472
|
-
"
|
2509
|
+
"Plan de Sync :"
|
2473
2510
|
],
|
2474
2511
|
"Sync Plans": [
|
2475
|
-
"
|
2512
|
+
"Plans de sync"
|
2476
2513
|
],
|
2477
2514
|
"Sync Selected": [
|
2478
|
-
""
|
2515
|
+
"Sync Sélectionnée"
|
2479
2516
|
],
|
2480
2517
|
"Sync Settings": [
|
2481
|
-
""
|
2518
|
+
"Paramètres de configuration de Sync"
|
2482
2519
|
],
|
2483
2520
|
"Sync State": [
|
2484
|
-
"
|
2521
|
+
"État de synchronisation"
|
2485
2522
|
],
|
2486
2523
|
"Sync Status": [
|
2487
|
-
"
|
2524
|
+
"Sync Statut"
|
2488
2525
|
],
|
2489
2526
|
"Synced manually, no interval set.": [
|
2490
|
-
"
|
2527
|
+
"Synchronisation manuelle, pas d'intervalle défini."
|
2491
2528
|
],
|
2492
2529
|
"Synchronization is about to start...": [
|
2493
|
-
"
|
2530
|
+
"La synchronisation est sur le point de commencer..."
|
2494
2531
|
],
|
2495
2532
|
"Synchronization is being cancelled...": [
|
2496
|
-
"
|
2533
|
+
"La synchronisation est annulée..."
|
2497
2534
|
],
|
2498
2535
|
"System Purpose": [
|
2499
|
-
""
|
2536
|
+
"Objectif system"
|
2500
2537
|
],
|
2501
2538
|
"System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
|
2502
|
-
""
|
2539
|
+
"L'objectif du système vous permet de définir l'utilisation prévue du système sur votre réseau et améliore la précision des rapports dans le service Abonnements de la console Red Hat Hybrid Cloud."
|
2503
2540
|
],
|
2504
2541
|
"System Purpose Management": [
|
2505
|
-
""
|
2542
|
+
"Gestion des objectifs système"
|
2506
2543
|
],
|
2507
2544
|
"System Purpose Status": [
|
2508
|
-
""
|
2545
|
+
"Statut Objectif system"
|
2509
2546
|
],
|
2510
2547
|
"Tags": [
|
2511
|
-
"
|
2548
|
+
"Balises"
|
2512
2549
|
],
|
2513
2550
|
"Task Details": [
|
2514
|
-
"
|
2551
|
+
"Détails de la tâche"
|
2515
2552
|
],
|
2516
2553
|
"Tasks": [
|
2517
|
-
"
|
2554
|
+
"Tâches"
|
2518
2555
|
],
|
2519
2556
|
"Temporary": [
|
2520
|
-
"
|
2557
|
+
"Temporaire"
|
2521
2558
|
],
|
2522
2559
|
"The <i>Registry Name Pattern</i> overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)\\n\\n <br><br>The name may be constructed using ERB syntax. Variables available for use are:\\n\\n <pre>\\norganization.name\\norganization.label\\nrepository.name\\nrepository.label\\nrepository.docker_upstream_name\\ncontent_view.label\\ncontent_view.name\\ncontent_view_version.version\\nproduct.name\\nproduct.label\\nlifecycle_environment.name\\nlifecycle_environment.label</pre>\\n\\n Examples:\\n <pre>\\n<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %>\\n<%= organization.label %>/<%= repository.docker_upstream_name %></pre>": [
|
2523
|
-
""
|
2560
|
+
"Le <i> modèle de nom de registre</i> remplace le nom par défaut par lequel les images des conteneurs peuvent être extraites du serveur. (Par défaut, ce nom est une combinaison des étiquettes Organisation, Environnement de cycle de vie, Vue du contenu, Produit et référentiel)\\n\\n <br><br>Le nom peut être construit en utilisant la syntaxe ERB. Les variables disponibles pour l'utilisation sont :\\n\\n <pre>\\norganisation.nom\\norganisation.label\\nréférentiel.nom\\nrepository.label\\nrepository.docker_upstream_name\\ncontent_view.label\\ncontent_view.name\\ncontent_view_version.version\\nnom.du produit\\nproduit.label\\nlifecycle_environment.name\\nlifecycle_environment.label </pre>\\n Exemples : <pre>\\n \\n<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %> ;\\n<%= organization.label %>/<%= repository.docker_upstream_name %> ;</pre>"
|
2524
2561
|
],
|
2525
2562
|
"The Content View or Lifecycle Environment needs to be updated in order to make errata available to these hosts.": [
|
2526
|
-
"
|
2563
|
+
"La vue du contenu ou l'environnement du cycle de vie doit être mis à jour afin de rendre les errata disponibles pour ces hôtes."
|
2527
2564
|
],
|
2528
2565
|
"The following actions can be performed on content hosts in this host collection:": [
|
2529
|
-
"
|
2566
|
+
"Les actions suivantes peuvent être effectuées sur les hôtes de contenu de cette collection d'hôtes :"
|
2530
2567
|
],
|
2531
2568
|
"The host has not reported any applicable packages for upgrade.": [
|
2532
|
-
""
|
2569
|
+
"L'hôte n'a signalé aucun package applicable pour la mise à niveau."
|
2533
2570
|
],
|
2534
2571
|
"The host has not reported any installed packages, registering with subscription-manager should cause these to be reported.": [
|
2535
|
-
"
|
2572
|
+
"L'hôte n'a pas signalé de packages installés, l'enregistrement auprès du gestionnaire d'abonnement devrait permettre de le faire."
|
2536
2573
|
],
|
2537
2574
|
"The host requires being attached to a content view and the lifecycle environment you have chosen has no content views promoted to it.\\n See the <a href=\\\"/content_views\\\">content views page</a> to manage and promote a content view.": [
|
2538
|
-
""
|
2575
|
+
"L'hôte doit être attaché à une vue de contenu et l'environnement de cycle de vie que vous avez choisi n'a pas de vues de contenu qui lui sont promues.\\n Consultez la <a href=\\\"/content_views\\\">page des vues de contenu</a> pour gérer et promouvoir une vue de contenu."
|
2539
2576
|
],
|
2540
2577
|
"The maximum number of versions of each package to keep.": [
|
2541
|
-
""
|
2578
|
+
"Le nombre maximum de versions de chaque package à conserver."
|
2542
2579
|
],
|
2543
2580
|
"The page you are attempting to access requires selecting a specific organization.": [
|
2544
|
-
"
|
2581
|
+
"La page à laquelle vous tentez d'accéder nécessite la sélection d'une organisation spécifique."
|
2545
2582
|
],
|
2546
2583
|
"The remote execution feature is required to manage packages on this Host.": [
|
2547
|
-
""
|
2584
|
+
"La fonction d'exécution à distance est nécessaire pour gérer les packages sur cet hôte."
|
2548
2585
|
],
|
2549
2586
|
"The Remote Execution plugin needs to be installed in order to resolve Traces.": [
|
2550
|
-
""
|
2587
|
+
"Le plugin d'exécution à distance doit être installé afin de résoudre les traces."
|
2551
2588
|
],
|
2552
2589
|
"The repository will be enabled by default on content hosts with the selected architecture.": [
|
2553
|
-
""
|
2590
|
+
"Le référentiel sera activé par défaut sur les hôtes de contenu avec l'architecture sélectionnée."
|
2554
2591
|
],
|
2555
2592
|
"The repository will be enabled by default on content hosts with the selected OS version.": [
|
2556
|
-
""
|
2593
|
+
"Le référentiel sera activé par défaut sur les hôtes de contenu avec la version d'OS sélectionnée."
|
2557
2594
|
],
|
2558
2595
|
"The selected environment contains no Content Views, please select a different environment.": [
|
2559
|
-
"
|
2596
|
+
"L'environnement sélectionné ne contient pas d’affichages de contenu, veuillez sélectionner un autre environnement."
|
2560
2597
|
],
|
2561
2598
|
"The time the sync should happen in your current time zone.": [
|
2562
|
-
""
|
2599
|
+
"L'heure à laquelle la synchronisation doit avoir lieu dans votre fuseau horaire actuel."
|
2563
2600
|
],
|
2564
2601
|
"The token key to use for authentication.": [
|
2565
|
-
""
|
2602
|
+
"La clé de jeton à utiliser pour l'authentification."
|
2566
2603
|
],
|
2567
2604
|
"The URL to receive a session token from, e.g. used with Automation Hub.": [
|
2568
|
-
""
|
2605
|
+
"L'URL à partir de laquelle recevoir un jeton de session, par exemple utilisé avec Automation Hub."
|
2569
2606
|
],
|
2570
2607
|
"There are {{ errataCount }} total Errata in this organization but none match the above filters.": [
|
2571
|
-
"
|
2608
|
+
"Il y a un total de {{ errataCount }} errata dans cette organisation mais aucun ne correspond aux filtres ci-dessus."
|
2572
2609
|
],
|
2573
2610
|
"There are {{ packageCount }} total Packages in this organization but none match the above filters.": [
|
2574
|
-
""
|
2611
|
+
"Il y a un nombre total de {{ packageCount }} packages dans cette organisation mais aucun ne correspond aux filtres ci-dessus."
|
2575
2612
|
],
|
2576
2613
|
"There are no %(contentType)s that match the criteria.": [
|
2577
|
-
""
|
2614
|
+
"Il n'y a pas de %(contentType)s qui corresponde aux critères."
|
2578
2615
|
],
|
2579
2616
|
"There are no Content Views in this Environment.": [
|
2580
|
-
"
|
2617
|
+
"Il n'y a pas d’affichages de contenus dans cet environnement."
|
2581
2618
|
],
|
2582
2619
|
"There are no Content Views that match the criteria.": [
|
2583
|
-
"
|
2620
|
+
"Il n'y a pas d’affichages de contenus qui correspondent aux critères."
|
2584
2621
|
],
|
2585
2622
|
"There are no Errata associated with this Content Host to display.": [
|
2586
|
-
"
|
2623
|
+
"Il n'y a pas d'errata associé à cet hôte de contenu à afficher."
|
2587
2624
|
],
|
2588
2625
|
"There are no Errata in this organization. Create one or more Products with Errata to view Errata on this page.": [
|
2589
|
-
"
|
2626
|
+
"Il n'y a pas d'errata dans cette organisation. Créez un ou plusieurs produits avec des errata pour afficher les errata sur cette page."
|
2590
2627
|
],
|
2591
2628
|
"There are no Errata to display.": [
|
2592
|
-
"
|
2629
|
+
"Il n'y a pas d'errata à afficher."
|
2593
2630
|
],
|
2594
2631
|
"There are no Host Collections available. You can create new Host Collections after selecting 'Host Collections' under 'Hosts' in main menu.": [
|
2595
|
-
"
|
2632
|
+
"Il n'y a pas de collections d'hôtes disponibles. Vous pouvez créer de nouvelles collections d'hôtes après avoir sélectionné \\\"Collections d'hôtes\\\" sous \\\"Hôtes\\\" dans le menu principal."
|
2596
2633
|
],
|
2597
2634
|
"There are no Module Streams to display.": [
|
2598
|
-
""
|
2635
|
+
"Il n'y a pas de flux de modules à afficher."
|
2599
2636
|
],
|
2600
2637
|
"There are no Packages in this organization. Create one or more Products with Packages to view Packages on this page.": [
|
2601
|
-
"
|
2638
|
+
"Il n'y a pas de packages dans cette organisation. Créez un ou plusieurs produits avec des packages pour voir les packages sur cette page."
|
2602
2639
|
],
|
2603
2640
|
"There are no Sync Plans available. You can create new Sync Plans after selecting 'Sync Plans' under 'Hosts' in main menu.": [
|
2604
|
-
""
|
2641
|
+
"Il n'y a pas de plans de synchronisation disponibles. Vous pouvez créer de nouveaux plans de synchronisation après avoir sélectionné \\\"Plans de synchronisation\\\" sous \\\"Hôtes\\\" dans le menu principal."
|
2605
2642
|
],
|
2606
2643
|
"There are no Traces to display.": [
|
2607
|
-
""
|
2644
|
+
"Il n'y a pas de Traces à afficher."
|
2608
2645
|
],
|
2609
2646
|
"There is currently an Incremental Update task in progress. This update must finish before applying existing updates.": [
|
2610
|
-
"
|
2647
|
+
"Une mise à jour progressive est actuellement en cours. Cette mise à jour doit se terminer avant d'appliquer les mises à jour existantes."
|
2611
2648
|
],
|
2612
2649
|
"These instructions will be removed in a future release. NEW: To register a content host without following these manual steps, see <a href=\\\"https://{{ katelloHostname }}/hosts/register\\\">Register Host</a>": [
|
2613
|
-
""
|
2650
|
+
"Ces instructions seront supprimées dans une prochaine version. NOUVEAU : Pour enregistrer un hôte de contenu sans suivre ces étapes manuelles, voir <a href=\\\"https://{{ katelloHostname }}/hosts/register\\\">Enregistrer un hôte</a>"
|
2614
2651
|
],
|
2615
2652
|
"This action will affect only those Content Hosts that require a change.\\n If the Content Host does not have the selected Subscription no action will take place.": [
|
2616
|
-
""
|
2653
|
+
"Cette action ne concernera que les hôtes de contenu qui nécessitent un changement.\\n Si l'hôte de contenu ne dispose pas de l'abonnement sélectionné, aucune action n'aura lieu."
|
2617
2654
|
],
|
2618
2655
|
"This activation key is not associated with any content hosts.": [
|
2619
|
-
"
|
2656
|
+
"Cette clé d'activation n'est associée à aucun hôte de contenu."
|
2620
2657
|
],
|
2621
2658
|
"This activation key may be used during system registration. For example:": [
|
2622
|
-
"
|
2659
|
+
"Cette clé d'activation peut être utilisée lors de l'enregistrement du système. Par exemple :"
|
2623
2660
|
],
|
2624
2661
|
"This change will be applied to <b>{{ hostCount }} systems.</b>": [
|
2625
|
-
""
|
2662
|
+
"Cette modification sera appliquée aux <b>{{ hostCount }} systèmes.</b>"
|
2626
2663
|
],
|
2627
2664
|
"This Container Image Tag is not present in any Lifecycle Environments.": [
|
2628
|
-
""
|
2665
|
+
"Cette étiquette d'image de conteneur n'est présente dans aucun environnement de cycle de vie."
|
2629
2666
|
],
|
2630
2667
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\\n Change the setting \\\"Delete Host upon Unregister\\\" to false on the <a href=\\\"/settings\\\">settings page</a> to prevent this.": [
|
2631
|
-
""
|
2668
|
+
"Cette opération peut également supprimer les ressources gérées liées à l'hôte, telles que les machines virtuelles et les enregistrements DNS.\\n Pour éviter cela, modifiez le paramètre \\\"Delete Host upon Unregister\\\" sur false dans la <a href=\\\"/settings\\\">page des paramètres</a>."
|
2632
2669
|
],
|
2633
2670
|
"This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories.": [
|
2634
|
-
""
|
2671
|
+
"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 d'accès."
|
2635
2672
|
],
|
2636
2673
|
"This organization is not using <a target=\\\"_blank\\\" href=\\\"https://access.redhat.com/articles/simple-content-access\\\">Simple Content Access.</a> Entitlement-based subscription management is deprecated and will be removed in a future version.": [
|
2637
|
-
""
|
2674
|
+
"Cette organisation n'utilise pas <a target=\\\"_blank\\\" href=\\\"https://access.redhat.com/articles/simple-content-access\\\">Simple Content Access.</a> L'ancienne gestion des abonnements basée sur des niveaux de privilèges est dépréciée et sera supprimée dans une prochaine version."
|
2638
2675
|
],
|
2639
2676
|
"Title": [
|
2640
|
-
"
|
2677
|
+
"Titre"
|
2641
2678
|
],
|
2642
2679
|
"To register a content host to this server, follow these steps.": [
|
2643
|
-
"
|
2680
|
+
"Pour enregistrer un hôte de contenu sur ce serveur, suivez les étapes suivantes."
|
2644
2681
|
],
|
2645
2682
|
"Toggle Dropdown": [
|
2646
|
-
""
|
2683
|
+
"Basculer la liste déroulante"
|
2647
2684
|
],
|
2648
2685
|
"Token of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
|
2649
|
-
""
|
2686
|
+
"Jeton de l'utilisateur du référentiel en amont pour l'authentification. Laissez vide si le référentiel ne nécessite pas d'authentification."
|
2650
2687
|
],
|
2651
2688
|
"Topic": [
|
2652
|
-
"
|
2689
|
+
"Sujet"
|
2653
2690
|
],
|
2654
2691
|
"Tracer helps administrators identify applications that need to be restarted after a system is patched.": [
|
2655
|
-
""
|
2692
|
+
"Tracer aide les administrateurs à identifier les applications qui doivent être redémarrées après qu'un système a été corrigé."
|
2656
2693
|
],
|
2657
2694
|
"Traces": [
|
2658
|
-
""
|
2695
|
+
"Traces"
|
2659
2696
|
],
|
2660
2697
|
"Traces for:": [
|
2661
|
-
""
|
2698
|
+
"Traces pour :"
|
2662
2699
|
],
|
2663
2700
|
"Turn on Setting > Content > Allow deleting repositories in published content views": [
|
2664
|
-
""
|
2701
|
+
"Activez Configuration > Contenu > Autoriser la suppression des référentiels dans les affichages de contenu publié"
|
2665
2702
|
],
|
2666
2703
|
"Type": [
|
2667
|
-
"
|
2704
|
+
"Type"
|
2668
2705
|
],
|
2669
2706
|
"Unauthenticated Pull": [
|
2670
|
-
""
|
2707
|
+
"Pull non authentifié"
|
2671
2708
|
],
|
2672
2709
|
"Unknown": [
|
2673
|
-
"
|
2710
|
+
"Inconnu"
|
2674
2711
|
],
|
2675
2712
|
"Unlimited Content Hosts:": [
|
2676
|
-
"
|
2713
|
+
"Hôtes de contenu illimité :"
|
2677
2714
|
],
|
2678
2715
|
"Unlimited Hosts": [
|
2679
|
-
""
|
2716
|
+
"Hôtes Illimités"
|
2680
2717
|
],
|
2681
2718
|
"Unprotected": [
|
2682
|
-
""
|
2719
|
+
"Non protégé"
|
2683
2720
|
],
|
2684
2721
|
"Unregister Host": [
|
2685
|
-
"
|
2722
|
+
"Désenregistrer l'hôte"
|
2686
2723
|
],
|
2687
2724
|
"Unregister Host \\\"{{host.name}}\\\"?": [
|
2688
|
-
""
|
2725
|
+
"Désenregistrer l'hôte \\\"{{host.name}}\\\"?"
|
2689
2726
|
],
|
2690
2727
|
"Unregister Options:": [
|
2691
|
-
""
|
2728
|
+
"Désenregistrer les options :"
|
2692
2729
|
],
|
2693
2730
|
"Unregister the host as a subscription consumer. Provisioning and configuration information is preserved.": [
|
2694
|
-
""
|
2731
|
+
"Désinscrire l'hôte en tant que consommateur d'abonnement. Les informations relatives au provisionnement et à la configuration sont conservées."
|
2695
2732
|
],
|
2696
2733
|
"Unsupported Type!": [
|
2697
|
-
""
|
2734
|
+
"Type non pris en charge !"
|
2698
2735
|
],
|
2699
2736
|
"Update": [
|
2700
|
-
"
|
2737
|
+
"Mise à jour"
|
2701
2738
|
],
|
2702
2739
|
"Update All Deb Packages": [
|
2703
|
-
""
|
2740
|
+
"Mise à jour de tous les packages deb"
|
2704
2741
|
],
|
2705
2742
|
"Update All Packages": [
|
2706
|
-
""
|
2743
|
+
"Mise à jour de tous les packages"
|
2707
2744
|
],
|
2708
2745
|
"Update Packages": [
|
2709
|
-
"
|
2746
|
+
"Mettre à jour les packages"
|
2710
2747
|
],
|
2711
2748
|
"Update Sync Plan": [
|
2712
|
-
"
|
2749
|
+
"Mettre à jour le plan de synchronisation"
|
2713
2750
|
],
|
2714
2751
|
"Updated": [
|
2715
|
-
"
|
2752
|
+
"Mis à jour"
|
2716
2753
|
],
|
2717
2754
|
"Upgradable": [
|
2718
|
-
""
|
2755
|
+
"Pouvant être mis à niveau"
|
2719
2756
|
],
|
2720
2757
|
"Upgradable For": [
|
2721
|
-
""
|
2758
|
+
"Mise à niveau pour"
|
2722
2759
|
],
|
2723
2760
|
"Upgradable Package": [
|
2724
|
-
""
|
2761
|
+
"Package pouvant être mis à niveau"
|
2725
2762
|
],
|
2726
2763
|
"Upgrade Available": [
|
2727
|
-
""
|
2764
|
+
"Mise à niveau disponible"
|
2728
2765
|
],
|
2729
2766
|
"Upgrade Selected": [
|
2730
|
-
""
|
2767
|
+
"Mise à niveau sélectionnée"
|
2731
2768
|
],
|
2732
2769
|
"Upload": [
|
2733
|
-
"
|
2770
|
+
"Télécharger"
|
2734
2771
|
],
|
2735
2772
|
"Upload Content Credential file": [
|
2736
|
-
""
|
2773
|
+
"Télécharger fichier d’identifiants de contenu"
|
2737
2774
|
],
|
2738
2775
|
"Upload File": [
|
2739
|
-
"
|
2776
|
+
"Télécharger un fichier"
|
2740
2777
|
],
|
2741
2778
|
"Upload Package": [
|
2742
|
-
"
|
2779
|
+
"Télécharger le package"
|
2743
2780
|
],
|
2744
2781
|
"Upload Requirements": [
|
2745
|
-
""
|
2782
|
+
"Exigences en matière de téléchargement"
|
2746
2783
|
],
|
2747
2784
|
"Upload Requirements.yml file <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"requirementPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\">\\n </a>": [
|
2748
|
-
""
|
2785
|
+
"Télécharger le fichier Requirements.yml <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"requirementPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\">\\n </a>"
|
2749
2786
|
],
|
2750
2787
|
"Uploading...": [
|
2751
|
-
"
|
2788
|
+
"Téléchargement..."
|
2752
2789
|
],
|
2753
2790
|
"Upstream Authentication Token": [
|
2754
|
-
""
|
2791
|
+
"Jeton d’authentification en amont"
|
2755
2792
|
],
|
2756
2793
|
"Upstream Authorization": [
|
2757
|
-
""
|
2794
|
+
"Autorisation en amont"
|
2758
2795
|
],
|
2759
2796
|
"Upstream Image Name": [
|
2760
|
-
""
|
2797
|
+
"Nom de l'image en amont"
|
2761
2798
|
],
|
2762
2799
|
"Upstream Password": [
|
2763
|
-
""
|
2800
|
+
"Mot de passe en amont"
|
2764
2801
|
],
|
2765
2802
|
"Upstream Repository Name": [
|
2766
|
-
"
|
2803
|
+
"Nom du référentiel en amont"
|
2767
2804
|
],
|
2768
2805
|
"Upstream URL": [
|
2769
|
-
""
|
2806
|
+
"URL en amont"
|
2770
2807
|
],
|
2771
2808
|
"Upstream Username": [
|
2772
|
-
""
|
2809
|
+
"Nom d'utilisateur en amont"
|
2773
2810
|
],
|
2774
2811
|
"Url": [
|
2775
|
-
"
|
2812
|
+
"Url"
|
2776
2813
|
],
|
2777
2814
|
"URL of the registry you want to sync. Example: https://registry-1.docker.io/ or https://quay.io/": [
|
2778
|
-
""
|
2815
|
+
"URL du registre que vous souhaitez synchroniser. Exemple : https://registry-1.docker.io/ ou https://quay.io/"
|
2779
2816
|
],
|
2780
2817
|
"URL to Discover": [
|
2781
|
-
""
|
2818
|
+
"URL à découvrir"
|
2782
2819
|
],
|
2783
2820
|
"URL to the repository base. Example: http://ftp.de.debian.org/debian/ <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"debURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>": [
|
2784
|
-
""
|
2821
|
+
"URL du référentiel de base. Exemple : http://ftp.de.debian.org/debian/ <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"debURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>"
|
2785
2822
|
],
|
2786
2823
|
"Usage Type": [
|
2787
|
-
""
|
2824
|
+
"Type d'utilisation"
|
2788
2825
|
],
|
2789
2826
|
"Usage Type:": [
|
2790
|
-
""
|
2827
|
+
"Type d'utilisation :"
|
2791
2828
|
],
|
2792
2829
|
"Use specific HTTP Proxy": [
|
2793
|
-
""
|
2830
|
+
"Utiliser un proxy HTTP spécifique"
|
2794
2831
|
],
|
2795
2832
|
"Use the cancel button on content view selection to revert your lifecycle environment selection.": [
|
2796
|
-
""
|
2833
|
+
"Utilisez le bouton d'annulation de la sélection de la vue du contenu pour revenir à la sélection de l'environnement du cycle de vie."
|
2797
2834
|
],
|
2798
2835
|
"Used as": [
|
2799
|
-
""
|
2836
|
+
"Utilisé comme"
|
2800
2837
|
],
|
2801
2838
|
"User": [
|
2802
|
-
"
|
2839
|
+
"Utilisateur"
|
2803
2840
|
],
|
2804
2841
|
"Username": [
|
2805
|
-
"
|
2842
|
+
"Nom d'utilisateur"
|
2806
2843
|
],
|
2807
2844
|
"Username of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
|
2808
|
-
""
|
2845
|
+
"Nom d'utilisateur de l'utilisateur du référentiel en amont pour l'authentification. Laissez vide si le référentiel ne nécessite pas d'authentification."
|
2809
2846
|
],
|
2810
2847
|
"Variant": [
|
2811
|
-
"
|
2848
|
+
"Variante"
|
2812
2849
|
],
|
2813
2850
|
"Verify Content Checksum": [
|
2814
|
-
""
|
2851
|
+
"Vérifier la somme de contrôle du contenu"
|
2815
2852
|
],
|
2816
2853
|
"Verify SSL": [
|
2817
|
-
"
|
2854
|
+
"Vérifier SSL"
|
2818
2855
|
],
|
2819
2856
|
"Version": [
|
2820
|
-
"
|
2857
|
+
"Version"
|
2821
2858
|
],
|
2822
2859
|
"Version {{ cvVersions['version'] }}": [
|
2823
|
-
""
|
2860
|
+
"Version {{ cvVersions['version'] }}"
|
2824
2861
|
],
|
2825
2862
|
"Versions": [
|
2826
|
-
"
|
2863
|
+
"Versions"
|
2827
2864
|
],
|
2828
2865
|
"via Katello agent": [
|
2829
|
-
"
|
2866
|
+
"via l'agent Katello"
|
2830
2867
|
],
|
2831
2868
|
"via Katello Agent": [
|
2832
|
-
"
|
2869
|
+
"via l'agent Katello"
|
2833
2870
|
],
|
2834
2871
|
"via remote execution": [
|
2835
|
-
"
|
2872
|
+
"via Exécution à distante"
|
2836
2873
|
],
|
2837
2874
|
"via remote execution - customize first": [
|
2838
|
-
"
|
2875
|
+
"via Exécution à distance - personnaliser d'abord"
|
2839
2876
|
],
|
2840
2877
|
"View Container Image Manifest Lists for Repository:": [
|
2841
|
-
""
|
2878
|
+
"Voir les listes de manifestes d'images de conteneurs pour le référentiel :"
|
2842
2879
|
],
|
2843
2880
|
"View Docker Tags for Repository:": [
|
2844
|
-
""
|
2881
|
+
"Voir les étiquettes Docker pour le référentiel :"
|
2845
2882
|
],
|
2846
2883
|
"View job invocations.": [
|
2847
|
-
""
|
2884
|
+
"Afficher les jobs lancés."
|
2848
2885
|
],
|
2849
2886
|
"Virtual": [
|
2850
|
-
"
|
2887
|
+
"Virtuel"
|
2851
2888
|
],
|
2852
2889
|
"Virtual Guest": [
|
2853
|
-
"
|
2890
|
+
"Invité virtuel"
|
2854
2891
|
],
|
2855
2892
|
"Virtual Guests": [
|
2856
|
-
"
|
2893
|
+
"Invités virtuels"
|
2857
2894
|
],
|
2858
2895
|
"Virtual Host": [
|
2859
|
-
"
|
2896
|
+
"Hôte virtuel"
|
2860
2897
|
],
|
2861
2898
|
"Warning: reclaiming space for an \\\"On Demand\\\" repository will delete all cached content units. Take precaution when cleaning custom repositories whose upstream parents don't keep old package versions.": [
|
2862
|
-
""
|
2899
|
+
"Attention : la récupération d'espace pour un référentiel \\\"À la Demande\\\" supprimera toutes les unités de contenu mises en cache. Prenez des précautions lorsque vous nettoyez des référentiels personnalisés dont les parents en amont ne conservent pas les anciennes versions des paquets."
|
2863
2900
|
],
|
2864
2901
|
"weekly": [
|
2865
|
-
"
|
2902
|
+
"hebdomadaire"
|
2866
2903
|
],
|
2867
2904
|
"Weekly on {{ product.sync_plan.sync_date | date:'EEEE' }} at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)": [
|
2868
|
-
"
|
2905
|
+
"Hebdomadaire le {{ product.sync_plan.sync_date | date:'EEEE' }} à {{ product.sync_plan.sync_date | date:'mediumTime' }}(heure du serveur)"
|
2869
2906
|
],
|
2870
2907
|
"When Auto Attach is disabled, registering systems will be attached to all associated subscriptions.": [
|
2871
|
-
"
|
2908
|
+
"Lorsque l'option \\\"Auto Attach\\\" est désactivée, les systèmes d'enregistrement seront rattachés à tous les abonnements associés."
|
2872
2909
|
],
|
2873
2910
|
"Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"componentPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Components\\\">\\n </a>": [
|
2874
|
-
""
|
2911
|
+
"Liste séparée par des espaces des composants à synchroniser (laisser vide pour tout synchroniser). Exemple : main <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"componentPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Components\\\">\\n </a>"
|
2875
2912
|
],
|
2876
2913
|
"Whitespace-separated list of processor architectures to sync (leave clear to sync all). Example: amd64 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"archPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Architectures\\\">\\n </a>": [
|
2877
|
-
""
|
2914
|
+
"Liste séparée par des espaces des architectures de processeur pour filtrer la synchronisation. Exemple : amd64 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"archPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Architectures\\\">\\n </a>"
|
2878
2915
|
],
|
2879
2916
|
"Whitespace-separated list of releases/distributions to sync (required for syncing). Example: buster <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"distPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Releases/Distributions\\\">\\n </a>": [
|
2880
|
-
""
|
2917
|
+
"Liste de versions/distributions séparées par des virgules à sync (requis pour la sync). Exemple: buster <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"distPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Releases/Distributions\\\">\\n </a>"
|
2881
2918
|
],
|
2882
2919
|
"Working": [
|
2883
|
-
"
|
2920
|
+
"Working"
|
2884
2921
|
],
|
2885
2922
|
"Yes": [
|
2886
|
-
"
|
2923
|
+
"Oui"
|
2887
2924
|
],
|
2888
2925
|
"You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\\\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\\\" target=\\\"_blank\\\"> Requirements.yml </a>below.": [
|
2889
|
-
""
|
2926
|
+
"Vous pouvez télécharger un fichier requirements.yml ci-dessus pour remplir automatiquement le contenu <b> OU </b>coller le contenu de <a ng-href=\\\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\\\" target=\\\"_blank\\\"> Requirements.yml</a> ci-dessous."
|
2890
2927
|
],
|
2891
2928
|
"You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here": [
|
2892
|
-
""
|
2929
|
+
"Vous pouvez télécharger un fichier requirements.yml ci-dessous pour remplir automatiquement le contenu ou coller le contenu de requirement.yml ici"
|
2893
2930
|
],
|
2894
2931
|
"You cannot remove these repositories because you do not have permission.": [
|
2895
|
-
"
|
2932
|
+
"Vous ne pouvez pas supprimer ces référentiels parce que vous n'en avez pas l'autorisation."
|
2896
2933
|
],
|
2897
2934
|
"You cannot remove this product because it is a Red Hat product.": [
|
2898
|
-
"
|
2935
|
+
"Vous ne pouvez pas retirer ce produit car il s'agit d'un produit Red Hat."
|
2899
2936
|
],
|
2900
2937
|
"You cannot remove this product because it was published to a content view.": [
|
2901
|
-
"
|
2938
|
+
"Vous ne pouvez pas supprimer ce produit parce qu'il a été publié dans une vue de contenu."
|
2902
2939
|
],
|
2903
2940
|
"You cannot remove this product because you do not have permission.": [
|
2904
|
-
"
|
2941
|
+
"Vous ne pouvez pas retirer ce produit parce que vous n'avez pas d'autorisation."
|
2905
2942
|
],
|
2906
2943
|
"You cannot remove this repository because you do not have permission.": [
|
2907
|
-
"
|
2944
|
+
"Vous ne pouvez pas supprimer ce référentiel parce que vous n'en avez pas l'autorisation."
|
2908
2945
|
],
|
2909
2946
|
"You currently don't have any Activation Keys, you can add Activation Keys using the button on the right.": [
|
2910
|
-
"
|
2947
|
+
"Vous n'avez actuellement aucune clé d'activation, vous pouvez en ajouter en utilisant le bouton de droite."
|
2911
2948
|
],
|
2912
2949
|
"You currently don't have any Alternate Content Sources associated with this Content Credential.": [
|
2913
|
-
""
|
2950
|
+
"Vous n'avez actuellement aucune autre source de contenu associée à cette référence de contenu."
|
2914
2951
|
],
|
2915
2952
|
"You currently don't have any Container Image Tags.": [
|
2916
|
-
""
|
2953
|
+
"Vous n'avez actuellement aucune étiquette d’image de contenu."
|
2917
2954
|
],
|
2918
2955
|
"You currently don't have any Content Credential, you can add Content Credentials using the button on the right.": [
|
2919
|
-
""
|
2956
|
+
"Vous n'avez actuellement aucun identifiant de contenu, vous pouvez en ajouter en utilisant le bouton de droite."
|
2920
2957
|
],
|
2921
2958
|
"You currently don't have any Content Hosts, you can create new Content Hosts by selecting Contents Host from main menu and then clicking the button on the right.": [
|
2922
|
-
"
|
2959
|
+
"Vous n'avez actuellement aucun hôte de contenu, vous pouvez créer de nouveaux hôtes de contenu en sélectionnant Hôte de contenu dans le menu principal et en cliquant sur le bouton de droite."
|
2923
2960
|
],
|
2924
2961
|
"You currently don't have any Content Hosts, you can register one by clicking the button on the right and following the instructions.": [
|
2925
|
-
"
|
2962
|
+
"Vous n'avez actuellement aucun hôte de contenu, vous pouvez en enregistrer un en cliquant sur le bouton à droite et en suivant les instructions."
|
2926
2963
|
],
|
2927
2964
|
"You currently don't have any Files.": [
|
2928
|
-
""
|
2965
|
+
"Vous n'avez actuellement aucun Fichier."
|
2929
2966
|
],
|
2930
2967
|
"You currently don't have any Host Collections, you can add Host Collections using the button on the right.": [
|
2931
|
-
"
|
2968
|
+
"Vous n'avez actuellement aucune collection d'hôtes, vous pouvez en ajouter en utilisant le bouton de droite."
|
2932
2969
|
],
|
2933
2970
|
"You currently don't have any Hosts in this Host Group, you can add Content Hosts after selecting the 'Add' tab.": [
|
2934
|
-
"
|
2971
|
+
"Vous n'avez actuellement aucun hôte dans ce groupe d'hôtes, vous pouvez ajouter des hôtes de contenu après avoir sélectionné l'onglet \\\"Ajouter\\\"."
|
2935
2972
|
],
|
2936
2973
|
"You currently don't have any Products associated with this Content Credential.": [
|
2937
|
-
""
|
2974
|
+
"Vous n'avez actuellement aucun produit associé à cet identifiant de contenu."
|
2938
2975
|
],
|
2939
2976
|
"You currently don't have any Products to subscribe to, you can add Products after selecting 'Products' under 'Content' in the main menu": [
|
2940
|
-
"
|
2977
|
+
"Vous n'avez actuellement aucun produit à souscrire, vous pouvez ajouter des produits après avoir sélectionné \\\"Produits\\\" sous \\\"Contenu\\\" dans le menu principal"
|
2941
2978
|
],
|
2942
2979
|
"You currently don't have any Products to subscribe to. You can add Products after selecting 'Products' under 'Content' in the main menu.": [
|
2943
|
-
""
|
2980
|
+
"Vous n'avez actuellement aucun produit auquel vous pouvez vous abonner. Vous pouvez ajouter des produits après avoir sélectionné \\\"Produits\\\" sous \\\"Contenu\\\" dans le menu principal."
|
2944
2981
|
],
|
2945
2982
|
"You currently don't have any Products<span bst-feature-flag=\\\"custom_products\\\">, you can add Products using the button on the right</span>.": [
|
2946
|
-
"
|
2983
|
+
"Vous n'avez actuellement aucun produit <span bst-feature-flag=\\\"custom_products\\\">, vous pouvez ajouter des produits en utilisant le bouton de droite</span>."
|
2947
2984
|
],
|
2948
2985
|
"You currently don't have any Repositories associated with this Content Credential.": [
|
2949
|
-
""
|
2986
|
+
"Vous n'avez actuellement aucun référentiel associé à cet identifiant de contenu."
|
2950
2987
|
],
|
2951
2988
|
"You currently don't have any Repositories included in this Product, you can add Repositories using the button on the right.": [
|
2952
|
-
"
|
2989
|
+
"Vous n'avez actuellement aucun référentiel inclus dans ce produit, vous pouvez ajouter des référentiels en utilisant le bouton à droite."
|
2953
2990
|
],
|
2954
2991
|
"You currently don't have any Subscriptions associated with this Activation Key, you can add Subscriptions after selecting the 'Add' tab.": [
|
2955
|
-
"
|
2992
|
+
"Vous n'avez actuellement aucun abonnement associé à cette clé d'activation, vous pouvez ajouter des abonnements après avoir sélectionné l'onglet \\\"Ajouter\\\"."
|
2956
2993
|
],
|
2957
2994
|
"You currently don't have any Subscriptions associated with this Content Host. You can add Subscriptions after selecting the 'Add' tab.": [
|
2958
|
-
""
|
2995
|
+
"Vous n'avez actuellement aucun abonnement associé à cet hôte de contenu. Vous pouvez ajouter des abonnements après avoir sélectionné l'onglet \\\"Ajouter\\\"."
|
2959
2996
|
],
|
2960
2997
|
"You currently don't have any Sync Plans. A Sync Plan can be created by using the button on the right.": [
|
2961
|
-
"
|
2998
|
+
"Vous n'avez actuellement aucun plan de synchronisation. Un plan de synchronisation peut être créé en utilisant le bouton de droite."
|
2962
2999
|
],
|
2963
3000
|
"You do not have any Installed Products": [
|
2964
|
-
"
|
3001
|
+
"Vous n'avez pas de produits installés"
|
2965
3002
|
],
|
2966
3003
|
"You must select a content view in order to save your environment.": [
|
2967
|
-
"
|
3004
|
+
"Vous devez sélectionner une vue du contenu afin de sauvegarder votre environnement."
|
2968
3005
|
],
|
2969
3006
|
"You must select a new content view before your change of environment can be saved. Use the cancel button on content view selection to revert your environment selection.": [
|
2970
|
-
"
|
3007
|
+
"Vous devez sélectionner une nouvelle vue du contenu avant de pouvoir enregistrer votre changement d'environnement. Utilisez le bouton d'annulation de la sélection de la vue du contenu pour revenir à votre sélection d'environnement."
|
2971
3008
|
],
|
2972
3009
|
"You must select a new content view before your change of lifecycle environment can be saved.": [
|
2973
|
-
""
|
3010
|
+
"Vous devez sélectionner une nouvelle vue du contenu avant de pouvoir enregistrer votre changement d'environnement de cycle de vie."
|
2974
3011
|
],
|
2975
3012
|
"You must select at least one Content Host in order to apply Errata.": [
|
2976
|
-
"
|
3013
|
+
"Vous devez sélectionner au moins un hôte de contenu afin d'appliquer les errata."
|
2977
3014
|
],
|
2978
3015
|
"You must select at least one Errata to apply.": [
|
2979
|
-
"
|
3016
|
+
"Vous devez sélectionner un errata au moins."
|
2980
3017
|
],
|
2981
3018
|
"Your search returned zero %(contentType)s that match the criteria.": [
|
2982
|
-
""
|
3019
|
+
"Votre recherche a donné zéro %(contentType)s correspondant aux critères."
|
2983
3020
|
],
|
2984
3021
|
"Your search returned zero Activation Keys.": [
|
2985
|
-
""
|
3022
|
+
"Votre recherche a donné zéro clé d'activation."
|
2986
3023
|
],
|
2987
3024
|
"Your search returned zero Container Image Tags.": [
|
2988
|
-
""
|
3025
|
+
"Votre recherche n'a donné aucun label d’image de conteneur."
|
2989
3026
|
],
|
2990
3027
|
"Your search returned zero Content Credential.": [
|
2991
|
-
""
|
3028
|
+
"Votre recherche n'a donné aucune identifiant de contenu."
|
2992
3029
|
],
|
2993
3030
|
"Your search returned zero Content Hosts.": [
|
2994
|
-
""
|
3031
|
+
"Votre recherche n'a donné aucun hôte de contenu."
|
2995
3032
|
],
|
2996
3033
|
"Your search returned zero Content Views": [
|
2997
|
-
""
|
3034
|
+
"Votre recherche a donné zéro Affichage de contenu"
|
2998
3035
|
],
|
2999
3036
|
"Your search returned zero Content Views.": [
|
3000
|
-
""
|
3037
|
+
"Votre recherche a donné zéro Affichages de contenu."
|
3001
3038
|
],
|
3002
3039
|
"Your search returned zero Deb Packages.": [
|
3003
|
-
""
|
3040
|
+
"Votre recherche a donné zéro paquet Deb."
|
3004
3041
|
],
|
3005
3042
|
"Your search returned zero Debs.": [
|
3006
|
-
""
|
3043
|
+
"Votre recherche a donné zéro Debs."
|
3007
3044
|
],
|
3008
3045
|
"Your search returned zero Errata.": [
|
3009
|
-
""
|
3046
|
+
"Votre recherche a donné zéro Errata."
|
3010
3047
|
],
|
3011
3048
|
"Your search returned zero Erratum.": [
|
3012
|
-
""
|
3049
|
+
"Votre recherche a donné zéro Erratum."
|
3013
3050
|
],
|
3014
3051
|
"Your search returned zero Files.": [
|
3015
|
-
""
|
3052
|
+
"Votre recherche a donné zéro Fichier."
|
3016
3053
|
],
|
3017
3054
|
"Your search returned zero Host Collections.": [
|
3018
|
-
""
|
3055
|
+
"Votre recherche a donné zéro collection d'hôtes."
|
3019
3056
|
],
|
3020
3057
|
"Your search returned zero Hosts.": [
|
3021
|
-
""
|
3058
|
+
"Votre recherche n'a donné aucun hôte."
|
3022
3059
|
],
|
3023
3060
|
"Your search returned zero Lifecycle Environments.": [
|
3024
|
-
""
|
3061
|
+
"Votre recherche a donné zéro environnement de cycle de vie."
|
3025
3062
|
],
|
3026
3063
|
"Your search returned zero Module Streams.": [
|
3027
|
-
""
|
3064
|
+
"Votre recherche n'a donné aucun flux de modules."
|
3028
3065
|
],
|
3029
3066
|
"Your search returned zero Packages.": [
|
3030
|
-
""
|
3067
|
+
"Votre recherche a donné zéro package."
|
3031
3068
|
],
|
3032
3069
|
"Your search returned zero Products.": [
|
3033
|
-
""
|
3070
|
+
"Votre recherche a donné zéro produit."
|
3034
3071
|
],
|
3035
3072
|
"Your search returned zero Repositories": [
|
3036
|
-
""
|
3073
|
+
"Votre recherche a donné zéro référentiels"
|
3037
3074
|
],
|
3038
3075
|
"Your search returned zero Repositories.": [
|
3039
|
-
""
|
3076
|
+
"Votre recherche a donné zéro référentiels."
|
3040
3077
|
],
|
3041
3078
|
"Your search returned zero repository sets.": [
|
3042
|
-
""
|
3079
|
+
"Votre recherche a donné zéro ensemble de référentiels."
|
3043
3080
|
],
|
3044
3081
|
"Your search returned zero Repository Sets.": [
|
3045
|
-
""
|
3082
|
+
"Votre recherche a donné zéro ensemble de référentiels."
|
3046
3083
|
],
|
3047
3084
|
"Your search returned zero results.": [
|
3048
|
-
""
|
3085
|
+
"Votre recherche n'a donné aucun résultat."
|
3049
3086
|
],
|
3050
3087
|
"Your search returned zero Subscriptions.": [
|
3051
|
-
""
|
3088
|
+
"Votre recherche a donné zéro Abonnement."
|
3052
3089
|
],
|
3053
3090
|
"Your search returned zero Sync Plans.": [
|
3054
|
-
""
|
3091
|
+
"Votre recherche a donné zéro plan de synchronisation."
|
3055
3092
|
],
|
3056
3093
|
"Your search returned zero Traces.": [
|
3057
|
-
""
|
3094
|
+
"Votre recherche a donné zéro Traces."
|
3058
3095
|
],
|
3059
3096
|
"Yum Metadata Checksum": [
|
3060
3097
|
"Yum Metadata Checksum"
|
3061
3098
|
],
|
3062
3099
|
"Yum metadata generation has been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
|
3063
|
-
"
|
3100
|
+
"La génération de métadonnées a été lancée en arrière-plan. Cliquez <a href=\\\"{{ taskUrl() }}\\\">ici</a> pour suivre les progrès."
|
3064
3101
|
],
|
3065
3102
|
"Yum Repositories <div>{{ library.counts.yum_repositories || 0 }}</div>": [
|
3066
|
-
"Yum
|
3103
|
+
"Référentiels Yum <div>{{ library.counts.yum_repositories || 0 }} </div>"
|
3067
3104
|
]
|
3068
3105
|
}
|
3069
3106
|
}
|