katello 4.13.1 → 4.14.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/hosts/host_and_hostgroup_edit.js +12 -8
- data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
- data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
- data/app/controllers/katello/api/v2/api_controller.rb +7 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
- data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
- data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
- data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
- data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
- data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
- data/app/controllers/katello/application_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
- data/app/controllers/katello/remote_execution_controller.rb +53 -58
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
- data/app/helpers/katello/katello_urls_helper.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
- data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/katello/content_view/publish.rb +1 -0
- data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
- data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
- data/app/lib/actions/katello/foreman/content_update.rb +4 -6
- data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
- data/app/lib/actions/katello/repository/create.rb +4 -4
- data/app/lib/actions/katello/repository/import_upload.rb +4 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
- data/app/lib/actions/katello/repository/update.rb +3 -3
- data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
- data/app/lib/actions/middleware/backend_services_check.rb +3 -2
- data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
- data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
- data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/http_resource.rb +1 -0
- data/app/lib/katello/lazy_accessor.rb +1 -1
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/pool.rb +1 -2
- data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +3 -2
- data/app/lib/katello/resources/discovery/yum.rb +3 -3
- data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
- data/app/lib/katello/util/data.rb +3 -2
- data/app/lib/katello/util/errata.rb +4 -3
- data/app/lib/katello/util/package.rb +3 -3
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/lib/katello/util/report_table.rb +3 -2
- data/app/lib/katello/util/url_matcher.rb +1 -1
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
- data/app/lib/katello/validators/prior_validator.rb +2 -2
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
- data/app/models/katello/activation_key.rb +4 -6
- data/app/models/katello/alternate_content_source.rb +1 -1
- data/app/models/katello/authorization/host_tracer.rb +1 -2
- data/app/models/katello/candlepin/repository_mapper.rb +2 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
- data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
- data/app/models/katello/concerns/location_extensions.rb +2 -4
- data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_environment.rb +19 -4
- data/app/models/katello/content_view_environment_content_facet.rb +11 -0
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/event.rb +1 -1
- data/app/models/katello/glue/provider.rb +1 -2
- data/app/models/katello/hash_util.rb +1 -1
- data/app/models/katello/host/content_facet.rb +16 -3
- data/app/models/katello/host/subscription_facet.rb +27 -4
- data/app/models/katello/host_collection.rb +12 -8
- data/app/models/katello/pool.rb +5 -1
- data/app/models/katello/product.rb +7 -4
- data/app/models/katello/provider.rb +1 -2
- data/app/models/katello/repository.rb +18 -4
- data/app/models/katello/root_repository.rb +19 -0
- data/app/models/katello/rpm.rb +2 -2
- data/app/models/katello/subscription_facet_pool.rb +1 -1
- data/app/models/katello/sync_plan.rb +5 -4
- data/app/models/katello/task_status.rb +18 -18
- data/app/presenters/katello/product_host_count_presenter.rb +10 -0
- data/app/services/katello/candlepin/consumer.rb +11 -11
- data/app/services/katello/candlepin/message_handler.rb +3 -2
- data/app/services/katello/content_unit_indexer.rb +6 -0
- data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/api/docker.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
- data/app/services/katello/pulp3/repository/apt.rb +4 -16
- data/app/services/katello/pulp3/repository/yum.rb +9 -5
- data/app/services/katello/pulp3/repository.rb +2 -2
- data/app/services/katello/pulp3/repository_mirror.rb +2 -9
- data/app/services/katello/pulp3/task.rb +4 -2
- data/app/services/katello/registration_manager.rb +13 -3
- data/app/services/katello/smart_proxy_helper.rb +1 -0
- data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
- data/app/views/foreman/job_templates/install_errata.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
- data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/upload_profile.erb +2 -0
- data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
- data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
- data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
- data/config/routes/api/v2.rb +3 -1
- data/config/routes.rb +1 -3
- data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
- data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
- data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
- data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
- data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
- data/db/seeds.d/102-organizations.rb +5 -7
- data/db/seeds.d/150-module_job_templates.rb +7 -9
- data/db/seeds.d/75-job_templates.rb +9 -16
- data/engines/bastion_katello/README.md +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
- data/lib/katello/engine.rb +1 -8
- data/lib/katello/permission_creator.rb +3 -2
- data/lib/katello/plugin.rb +31 -27
- data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
- data/lib/katello/tasks/reset.rake +3 -4
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -2
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +274 -22
- data/locale/bn_IN/katello.po +274 -22
- data/locale/ca/katello.po +274 -22
- data/locale/cs/katello.po +274 -22
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +280 -28
- data/locale/de_AT/katello.po +274 -22
- data/locale/de_DE/katello.po +274 -22
- data/locale/el/katello.po +274 -22
- data/locale/en/katello.po +274 -22
- data/locale/en_GB/katello.po +274 -22
- data/locale/en_US/katello.po +274 -22
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +283 -31
- data/locale/gl/katello.po +274 -22
- data/locale/gu/katello.po +274 -22
- data/locale/he_IL/katello.po +274 -22
- data/locale/hi/katello.po +274 -22
- data/locale/id/katello.po +274 -22
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +274 -22
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +283 -31
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +274 -22
- data/locale/ml_IN/katello.po +274 -22
- data/locale/mr/katello.po +274 -22
- data/locale/nl_NL/katello.po +274 -22
- data/locale/or/katello.po +274 -22
- data/locale/pa/katello.po +274 -22
- data/locale/pl/katello.po +274 -22
- data/locale/pl_PL/katello.po +274 -22
- data/locale/pt/katello.po +274 -22
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +274 -22
- data/locale/sl/katello.po +274 -22
- data/locale/sv_SE/katello.po +274 -22
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +274 -22
- data/locale/ta_IN/katello.po +274 -22
- data/locale/te/katello.po +274 -22
- data/locale/tr/katello.po +274 -22
- data/locale/vi/katello.po +274 -22
- data/locale/vi_VN/katello.po +274 -22
- data/locale/zh/katello.po +274 -22
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +274 -22
- data/webpack/ForemanColumnExtensions/index.js +44 -1
- data/webpack/components/Table/TableWrapper.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
- data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
- data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
- data/webpack/global_index.js +11 -3
- data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
- data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
- data/webpack/scenes/Tasks/helpers.js +1 -1
- metadata +24 -63
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/app/lib/katello/util/http_helper.rb +0 -15
- data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
- data/app/models/katello/repository.rb.bak +0 -978
- data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
- data/lib/katello/tasks/update_repository_expiry.rake +0 -114
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/global_test_setup.js.bak +0 -59
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/fr/katello.po
CHANGED
@@ -166,6 +166,9 @@ msgstr "%s est requis"
|
|
166
166
|
msgid "%s is unreachable. %s"
|
167
167
|
msgstr "%s est inaccessible. %s "
|
168
168
|
|
169
|
+
msgid "%s was not found!"
|
170
|
+
msgstr ""
|
171
|
+
|
169
172
|
msgid "%{errata} (%{total} other errata)"
|
170
173
|
msgstr "%{errata} (%{total} autres errata )"
|
171
174
|
|
@@ -421,6 +424,12 @@ msgstr ""
|
|
421
424
|
msgid "A backend service [ %s ] is unreachable"
|
422
425
|
msgstr "Un service backend [ %s ] est injoignable"
|
423
426
|
|
427
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
431
|
+
msgstr ""
|
432
|
+
|
424
433
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
425
434
|
msgstr "Un grand nombre d'errata n'est pas appliqué dans cet affichage de contenu. Seuls les 100 premiers sont affichés."
|
426
435
|
|
@@ -529,8 +538,8 @@ msgstr "Clés d'activation"
|
|
529
538
|
msgid "Activation keys can be managed {here}."
|
530
539
|
msgstr ""
|
531
540
|
|
532
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
533
|
-
msgstr "
|
541
|
+
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
|
542
|
+
msgstr ""
|
534
543
|
|
535
544
|
msgid "Activation keys may be used during {system_registration}."
|
536
545
|
msgstr ""
|
@@ -655,6 +664,9 @@ msgstr "Contenu supplémentaire"
|
|
655
664
|
msgid "Affected Repositories"
|
656
665
|
msgstr "Référentiels affectés"
|
657
666
|
|
667
|
+
msgid "Affected hosts"
|
668
|
+
msgstr ""
|
669
|
+
|
658
670
|
msgid "Affected repositories"
|
659
671
|
msgstr "Référentiels affectés"
|
660
672
|
|
@@ -694,7 +706,7 @@ msgstr "Toutes les versions"
|
|
694
706
|
msgid "All versions will be removed from these environments"
|
695
707
|
msgstr "Toutes les versions seront supprimées de ces environnements"
|
696
708
|
|
697
|
-
msgid "Allow a host to be
|
709
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
698
710
|
msgstr ""
|
699
711
|
|
700
712
|
msgid "Allow deleting repositories in published content views"
|
@@ -793,15 +805,24 @@ msgstr "Applicable"
|
|
793
805
|
msgid "Applicable Content Hosts"
|
794
806
|
msgstr "Hôtes de contenu applicables"
|
795
807
|
|
808
|
+
msgid "Applicable bugfix/enhancement errata"
|
809
|
+
msgstr ""
|
810
|
+
|
796
811
|
msgid "Applicable errata apply to at least one package installed on the host."
|
797
812
|
msgstr "Les errata applicables s'appliquent à au moins un paquet installé sur l'hôte."
|
798
813
|
|
814
|
+
msgid "Applicable security errata"
|
815
|
+
msgstr ""
|
816
|
+
|
799
817
|
msgid "Application"
|
800
818
|
msgstr "Application"
|
801
819
|
|
802
820
|
msgid "Apply"
|
803
821
|
msgstr "Appliquer"
|
804
822
|
|
823
|
+
msgid "Apply errata"
|
824
|
+
msgstr ""
|
825
|
+
|
805
826
|
msgid "Apply erratum"
|
806
827
|
msgstr ""
|
807
828
|
|
@@ -868,6 +889,9 @@ msgstr "Tableau des éléments à ajouter"
|
|
868
889
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
869
890
|
msgstr "Tableau des ID des composants de la vue du contenu à supprimer. Identificateur de l'association de composants"
|
870
891
|
|
892
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
893
|
+
msgstr ""
|
894
|
+
|
871
895
|
msgid "Array of host ids"
|
872
896
|
msgstr "Ensemble d'ids d'hôtes"
|
873
897
|
|
@@ -907,6 +931,9 @@ msgstr "Assigner l'environnement et l'affichage de contenu d'un ou plusieurs sys
|
|
907
931
|
msgid "Assign the release version to one or more hosts"
|
908
932
|
msgstr "Attribuer la version de diffusion à un ou plusieurs hôtes"
|
909
933
|
|
934
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
935
|
+
msgstr ""
|
936
|
+
|
910
937
|
msgid "Associated location IDs"
|
911
938
|
msgstr "Identifiants de localisation associés"
|
912
939
|
|
@@ -1102,6 +1129,9 @@ msgstr "Calculer les errata applicables selon un affichage de contenu particulie
|
|
1102
1129
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1103
1130
|
msgstr "Calculer les errata applicables selon un environnement particulier"
|
1104
1131
|
|
1132
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1133
|
+
msgstr ""
|
1134
|
+
|
1105
1135
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1106
1136
|
msgstr "Peut communiquer avec le portail Red Hat pour les abonnements."
|
1107
1137
|
|
@@ -1243,6 +1273,9 @@ msgstr ""
|
|
1243
1273
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1244
1274
|
msgstr ""
|
1245
1275
|
|
1276
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1277
|
+
msgstr ""
|
1278
|
+
|
1246
1279
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1247
1280
|
msgstr "Ne peut effectuer une mise à jour croissante sur une version d'affichage de contenu composite (%{name} version version %{version}"
|
1248
1281
|
|
@@ -1273,6 +1306,9 @@ msgstr "Impossible de supprimer le contenu d'un référentiel non personnalisé.
|
|
1273
1306
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1274
1307
|
msgstr "Impossible de supprimer l'affichage de contenu de l'environnement. L'affichage de contenu '%{view}' ne se trouve pas dans l'environnement de cycle de vie '%{env}'."
|
1275
1308
|
|
1309
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1310
|
+
msgstr ""
|
1311
|
+
|
1276
1312
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1277
1313
|
msgstr "Impossible de définir l'attribut %{attr} pour le type de contenu %{type} "
|
1278
1314
|
|
@@ -1291,6 +1327,12 @@ msgstr "Impossible d'indiquer du contenu pour les affichages composite"
|
|
1291
1327
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1292
1328
|
msgstr "Impossible de synchroniser les référentiels file:// avec les politiques de téléchargement à la demande"
|
1293
1329
|
|
1330
|
+
msgid "Cannot update properties of a container push repository"
|
1331
|
+
msgstr ""
|
1332
|
+
|
1333
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1334
|
+
msgstr ""
|
1335
|
+
|
1294
1336
|
msgid "Cannot upload Ansible collections."
|
1295
1337
|
msgstr "Impossible de télécharger les collections Ansible."
|
1296
1338
|
|
@@ -1336,12 +1378,12 @@ msgstr "La somme de contrôle est un paramètre obligatoire."
|
|
1336
1378
|
msgid "Checksum of file to upload"
|
1337
1379
|
msgstr "Somme de contrôle du fichier à télécharger"
|
1338
1380
|
|
1339
|
-
msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
|
1340
|
-
msgstr "Somme de contrôle du référentiel, actuellement 'sha1' & 'sha256' sont pris en charge.'"
|
1341
|
-
|
1342
1381
|
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1343
1382
|
msgstr "Le type de checksum ne peut pas être défini pour les référentiels yum avec une politique de téléchargement à la demande."
|
1344
1383
|
|
1384
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1385
|
+
msgstr ""
|
1386
|
+
|
1345
1387
|
msgid "Choose content credentials if required for this RHUI source."
|
1346
1388
|
msgstr "Choisissez les informations d'identification du contenu si nécessaire pour cette source RHUI."
|
1347
1389
|
|
@@ -1372,6 +1414,9 @@ msgstr "Fermer"
|
|
1372
1414
|
msgid "Collapse All"
|
1373
1415
|
msgstr "Réduire tout"
|
1374
1416
|
|
1417
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1418
|
+
msgstr ""
|
1419
|
+
|
1375
1420
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1376
1421
|
msgstr "Liste de sous-chemins séparés par des virgules. Tous les sous-chemins doivent avoir une barre oblique à la fin et aucune au début."
|
1377
1422
|
|
@@ -1384,6 +1429,9 @@ msgstr "Liste de balises séparées par des virgules à synchroniser pour le ré
|
|
1384
1429
|
msgid "Compare"
|
1385
1430
|
msgstr "Comparez"
|
1386
1431
|
|
1432
|
+
msgid "Completed pulp task protection days"
|
1433
|
+
msgstr ""
|
1434
|
+
|
1387
1435
|
msgid "Component"
|
1388
1436
|
msgstr "Composant"
|
1389
1437
|
|
@@ -1612,6 +1660,9 @@ msgstr "Le type de contenu %{content_type_string} n'appartient pas à un type de
|
|
1612
1660
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1613
1661
|
msgstr "Le type de contenu {content_type} est incompatible avec les référentiels de type %{repo_type}"
|
1614
1662
|
|
1663
|
+
msgid "Content type does not support repo discovery"
|
1664
|
+
msgstr ""
|
1665
|
+
|
1615
1666
|
msgid "Content view"
|
1616
1667
|
msgstr "Affichage de contenu"
|
1617
1668
|
|
@@ -1642,12 +1693,12 @@ msgstr ""
|
|
1642
1693
|
msgid "Content view and lifecycle environment must be provided together"
|
1643
1694
|
msgstr ""
|
1644
1695
|
|
1645
|
-
msgid "Content view details"
|
1646
|
-
msgstr "Détails d'affichage du contenu"
|
1647
|
-
|
1648
1696
|
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1649
1697
|
msgstr ""
|
1650
1698
|
|
1699
|
+
msgid "Content view environments"
|
1700
|
+
msgstr ""
|
1701
|
+
|
1651
1702
|
msgid "Content view environments and activation key must all belong to the same organization"
|
1652
1703
|
msgstr ""
|
1653
1704
|
|
@@ -1771,6 +1822,15 @@ msgstr "Impossible de trouver tous les ID d'errata indiqués : %s"
|
|
1771
1822
|
msgid "Could not find environments for promotion"
|
1772
1823
|
msgstr "N'a pas pu trouver d'environnements pour la promotion"
|
1773
1824
|
|
1825
|
+
msgid "Could not locate Pulp distribution."
|
1826
|
+
msgstr ""
|
1827
|
+
|
1828
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1829
|
+
msgstr ""
|
1830
|
+
|
1831
|
+
msgid "Could not locate repository properties for content indexing."
|
1832
|
+
msgstr ""
|
1833
|
+
|
1774
1834
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1775
1835
|
msgstr "Impossible de supprimer l'environnement du cycle de vie du proxy smart"
|
1776
1836
|
|
@@ -2299,8 +2359,8 @@ msgstr "Détruire un ou plusieurs référentiels"
|
|
2299
2359
|
msgid "Details"
|
2300
2360
|
msgstr "Détails"
|
2301
2361
|
|
2302
|
-
msgid "Determining settings for ${name}"
|
2303
|
-
msgstr "
|
2362
|
+
msgid "Determining settings for ${truncate(name)}"
|
2363
|
+
msgstr ""
|
2304
2364
|
|
2305
2365
|
msgid "Digest"
|
2306
2366
|
msgstr ""
|
@@ -2362,6 +2422,12 @@ msgstr "Télécharger un certificat de débogage"
|
|
2362
2422
|
msgid "Download rate limit"
|
2363
2423
|
msgstr "Limite du débit de téléchargement"
|
2364
2424
|
|
2425
|
+
msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
|
2426
|
+
msgstr ""
|
2427
|
+
|
2428
|
+
msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
|
2429
|
+
msgstr ""
|
2430
|
+
|
2365
2431
|
msgid "Duplicate artifact detected"
|
2366
2432
|
msgstr "Artifact en double détecté"
|
2367
2433
|
|
@@ -2560,6 +2626,12 @@ msgstr "Id de l'erratum (RHSA-2012:108)"
|
|
2560
2626
|
msgid "Errata mail"
|
2561
2627
|
msgstr "Courrier d'errata"
|
2562
2628
|
|
2629
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2630
|
+
msgstr ""
|
2631
|
+
|
2632
|
+
msgid "Errata to apply"
|
2633
|
+
msgstr ""
|
2634
|
+
|
2563
2635
|
msgid "Errata to exclusively include in the action"
|
2564
2636
|
msgstr "Errata à inclure exclusivement dans l'action"
|
2565
2637
|
|
@@ -2608,6 +2680,9 @@ msgstr "Dépasse la quantité disponible"
|
|
2608
2680
|
msgid "Exclude"
|
2609
2681
|
msgstr "Exclure"
|
2610
2682
|
|
2683
|
+
msgid "Exclude Refs"
|
2684
|
+
msgstr ""
|
2685
|
+
|
2611
2686
|
msgid "Exclude all RPMs not associated to any errata"
|
2612
2687
|
msgstr "Exclure tous les RPMs non associés à un errata."
|
2613
2688
|
|
@@ -3113,6 +3188,9 @@ msgstr "Hôtes avec errata installables"
|
|
3113
3188
|
msgid "Hosts: "
|
3114
3189
|
msgstr "Hôtes : "
|
3115
3190
|
|
3191
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3192
|
+
msgstr ""
|
3193
|
+
|
3116
3194
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
3117
3195
|
msgstr "Combien de référentiels doivent être synchronisés simultanément sur la capsule. Un nombre inférieur peut entraîner des temps de synchronisation plus longs. Un nombre plus élevé augmentera la charge de dynflow."
|
3118
3196
|
|
@@ -3242,9 +3320,18 @@ msgstr "Id du référentiel sur lequel limiter la synchronisation"
|
|
3242
3320
|
msgid "Id of the repository to limit verifying checksum on"
|
3243
3321
|
msgstr ""
|
3244
3322
|
|
3323
|
+
msgid "Id of the single content view to be associated with the host."
|
3324
|
+
msgstr ""
|
3325
|
+
|
3326
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3327
|
+
msgstr ""
|
3328
|
+
|
3245
3329
|
msgid "Id of the smart proxy"
|
3246
3330
|
msgstr "Id du proxy smart"
|
3247
3331
|
|
3332
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3333
|
+
msgstr ""
|
3334
|
+
|
3248
3335
|
msgid "Idenifier of the SSL CA Cert"
|
3249
3336
|
msgstr "Idenifier le Cert CA SSL"
|
3250
3337
|
|
@@ -3298,13 +3385,16 @@ msgstr "Si activé, un affichage de contenu composite peut être publié ou prom
|
|
3298
3385
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3299
3386
|
msgstr "Si c’est le cas, et register_hostname_fact est défini et fourni, l'enregistrement cherchera un nouvel hôte par son nom uniquement en utilisant ce fact, et ignorera tous les noms d'hôte correspondants"
|
3300
3387
|
|
3388
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3389
|
+
msgstr ""
|
3390
|
+
|
3301
3391
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3302
3392
|
msgstr "Si cette option est activée, les référentiels peuvent être supprimés même s'ils appartiennent à des vues de contenu publiées. Le référentiel supprimé sera retiré de toutes les versions de la vue de contenu."
|
3303
3393
|
|
3304
3394
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3305
3395
|
msgstr "Si cette option est activée, les dépôts de versions de vues de contenu sans environnement (\"archivées\") seront distribués dans '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3306
3396
|
|
3307
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3397
|
+
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3308
3398
|
msgstr ""
|
3309
3399
|
|
3310
3400
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3427,6 +3517,9 @@ msgstr "En cours"
|
|
3427
3517
|
msgid "Include"
|
3428
3518
|
msgstr "Inclure"
|
3429
3519
|
|
3520
|
+
msgid "Include Refs"
|
3521
|
+
msgstr ""
|
3522
|
+
|
3430
3523
|
msgid "Include all RPMs not associated to any errata"
|
3431
3524
|
msgstr "Inclure tous les RPMs qui ne sont associés à aucun errata"
|
3432
3525
|
|
@@ -3526,9 +3619,15 @@ msgstr "Installation par exécution à distance"
|
|
3526
3619
|
msgid "Installable"
|
3527
3620
|
msgstr "Installable"
|
3528
3621
|
|
3622
|
+
msgid "Installable bugfix/enhancement errata"
|
3623
|
+
msgstr ""
|
3624
|
+
|
3529
3625
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3530
3626
|
msgstr ""
|
3531
3627
|
|
3628
|
+
msgid "Installable security errata"
|
3629
|
+
msgstr ""
|
3630
|
+
|
3532
3631
|
msgid "Installable updates"
|
3533
3632
|
msgstr "Mises à jour installables"
|
3534
3633
|
|
@@ -3610,6 +3709,24 @@ msgstr "Le format d'exportation fourni est invalide. Le format doit être l'un d
|
|
3610
3709
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3611
3710
|
msgstr "Règle de filtre non valide spécifiée, 'version' ne peut être spécifiée dans le même tuple que 'min_version' ou 'max_version'"
|
3612
3711
|
|
3712
|
+
msgid "Invalid format. Container name cannot be blank."
|
3713
|
+
msgstr ""
|
3714
|
+
|
3715
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3716
|
+
msgstr ""
|
3717
|
+
|
3718
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3719
|
+
msgstr ""
|
3720
|
+
|
3721
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3722
|
+
msgstr ""
|
3723
|
+
|
3724
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3725
|
+
msgstr ""
|
3726
|
+
|
3727
|
+
msgid "Invalid format. Product label cannot be blank."
|
3728
|
+
msgstr ""
|
3729
|
+
|
3613
3730
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3614
3731
|
msgstr "Politique de mise en miroir non valide pour le type de référentiel %%{type}, seul %%{policies} est valide."
|
3615
3732
|
|
@@ -3886,6 +4003,9 @@ msgstr "Tout afficher : resource_id"
|
|
3886
4003
|
msgid "List all organizations"
|
3887
4004
|
msgstr "Répertorier toutes les organisations"
|
3888
4005
|
|
4006
|
+
msgid "List all packages unique by name"
|
4007
|
+
msgstr ""
|
4008
|
+
|
3889
4009
|
msgid "List alternate content sources."
|
3890
4010
|
msgstr "Lister les autres sources de contenu"
|
3891
4011
|
|
@@ -4126,6 +4246,15 @@ msgstr "Assurez-vous que tous les affichages de contenu composant sont publiées
|
|
4126
4246
|
msgid "Manage Manifest"
|
4127
4247
|
msgstr "Gérer le manifeste"
|
4128
4248
|
|
4249
|
+
msgid "Manage content"
|
4250
|
+
msgstr ""
|
4251
|
+
|
4252
|
+
msgid "Manage errata"
|
4253
|
+
msgstr ""
|
4254
|
+
|
4255
|
+
msgid "Manage packages"
|
4256
|
+
msgstr ""
|
4257
|
+
|
4129
4258
|
msgid "Manifest"
|
4130
4259
|
msgstr "Manifeste"
|
4131
4260
|
|
@@ -4431,6 +4560,12 @@ msgstr "Pas d'artefacts à montrer"
|
|
4431
4560
|
msgid "No available component content view updates"
|
4432
4561
|
msgstr ""
|
4433
4562
|
|
4563
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4564
|
+
msgstr ""
|
4565
|
+
|
4566
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4567
|
+
msgstr ""
|
4568
|
+
|
4434
4569
|
msgid "No available repository or filter updates"
|
4435
4570
|
msgstr ""
|
4436
4571
|
|
@@ -4485,6 +4620,9 @@ msgstr "Aucun environnement"
|
|
4485
4620
|
msgid "No errata filter rules yet"
|
4486
4621
|
msgstr ""
|
4487
4622
|
|
4623
|
+
msgid "No errata found."
|
4624
|
+
msgstr ""
|
4625
|
+
|
4488
4626
|
msgid "No errata matching given search query"
|
4489
4627
|
msgstr ""
|
4490
4628
|
|
@@ -4524,6 +4662,9 @@ msgstr "Aucun hôte enregistré avec le gestionnaire d'abonnement n'a été trou
|
|
4524
4662
|
msgid "No hosts were specified"
|
4525
4663
|
msgstr ""
|
4526
4664
|
|
4665
|
+
msgid "No installed debs found for search term '%s'"
|
4666
|
+
msgstr ""
|
4667
|
+
|
4527
4668
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4528
4669
|
msgstr "Aucun package installé et/ou référentiel activé n'a été signalé par %s."
|
4529
4670
|
|
@@ -4695,6 +4836,12 @@ msgstr "Aucun abonnement ne correspond à vos critères dae recherche."
|
|
4695
4836
|
msgid "No syncable repositories found for selected products and options."
|
4696
4837
|
msgstr "Aucun référentiel synchronisable n'a été trouvé pour les produits et options sélectionnés."
|
4697
4838
|
|
4839
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4840
|
+
msgstr ""
|
4841
|
+
|
4842
|
+
msgid "No upgradable packages found."
|
4843
|
+
msgstr ""
|
4844
|
+
|
4698
4845
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4699
4846
|
msgstr "Aucun paramètre de téléchargement n'est spécifié. Un tableau des téléchargements à importer est nécessaire."
|
4700
4847
|
|
@@ -4761,6 +4908,9 @@ msgstr "Nombre de résultats par page à renvoyer"
|
|
4761
4908
|
msgid "Number to Allocate"
|
4762
4909
|
msgstr "Numéro à attribuer"
|
4763
4910
|
|
4911
|
+
msgid "OS"
|
4912
|
+
msgstr ""
|
4913
|
+
|
4764
4914
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4765
4915
|
msgstr "OS restreint à {osRestricted}. Si l'OS de l'hôte ne correspond pas, le référentiel ne sera pas disponible sur cet hôte."
|
4766
4916
|
|
@@ -4848,15 +4998,24 @@ msgstr "L'organisation ne peut pas être vide."
|
|
4848
4998
|
msgid "Organization id"
|
4849
4999
|
msgstr "ID de l’organisation"
|
4850
5000
|
|
5001
|
+
msgid "Organization id not found: '%s'"
|
5002
|
+
msgstr ""
|
5003
|
+
|
4851
5004
|
msgid "Organization identifier"
|
4852
5005
|
msgstr "Identifiant de l'organisation"
|
4853
5006
|
|
4854
5007
|
msgid "Organization label"
|
4855
5008
|
msgstr "Balise de l'organisation"
|
4856
5009
|
|
5010
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
5011
|
+
msgstr ""
|
5012
|
+
|
4857
5013
|
msgid "Organization not found"
|
4858
5014
|
msgstr "Organisation non trouvée"
|
4859
5015
|
|
5016
|
+
msgid "Organization not found: '%s'"
|
5017
|
+
msgstr ""
|
5018
|
+
|
4860
5019
|
msgid "Organization required"
|
4861
5020
|
msgstr "Organisation requise"
|
4862
5021
|
|
@@ -5046,6 +5205,15 @@ msgstr "Packages"
|
|
5046
5205
|
msgid "Packages must be provided"
|
5047
5206
|
msgstr "Des packages doivent être fournis"
|
5048
5207
|
|
5208
|
+
msgid "Packages to be removed"
|
5209
|
+
msgstr ""
|
5210
|
+
|
5211
|
+
msgid "Packages to be updated"
|
5212
|
+
msgstr ""
|
5213
|
+
|
5214
|
+
msgid "Packages to install"
|
5215
|
+
msgstr ""
|
5216
|
+
|
5049
5217
|
msgid "Packages will appear here when available."
|
5050
5218
|
msgstr "Les packages apparaîtront ici une fois disponibles."
|
5051
5219
|
|
@@ -5157,11 +5325,11 @@ msgstr "Veuillez patienter..."
|
|
5157
5325
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5158
5326
|
msgstr "Politique à définir pour le contenu de mise en miroir . Doit être un parmi %s."
|
5159
5327
|
|
5160
|
-
msgid "Prefer registered through
|
5161
|
-
msgstr "
|
5328
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5329
|
+
msgstr ""
|
5162
5330
|
|
5163
|
-
msgid "Prefer using a
|
5164
|
-
msgstr "
|
5331
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5332
|
+
msgstr ""
|
5165
5333
|
|
5166
5334
|
msgid "Prevent from further updates"
|
5167
5335
|
msgstr "Empêcher toute mise à jour ultérieure"
|
@@ -5218,15 +5386,24 @@ msgstr ""
|
|
5218
5386
|
"L'identifiant du produit tel qu'il figure dans la liste des produits installés sur l'hôte, \\\n"
|
5219
5387
|
" il ne s'agit pas du même numéro d'identification que celui des produits renvoyés par l'api"
|
5220
5388
|
|
5389
|
+
msgid "Product id not found: '%s'"
|
5390
|
+
msgstr ""
|
5391
|
+
|
5221
5392
|
msgid "Product label"
|
5222
5393
|
msgstr ""
|
5223
5394
|
|
5395
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5396
|
+
msgstr ""
|
5397
|
+
|
5224
5398
|
msgid "Product name"
|
5225
5399
|
msgstr "Nom du produit"
|
5226
5400
|
|
5227
5401
|
msgid "Product name as listed from a host's installed products"
|
5228
5402
|
msgstr "Nom du produit tel qu'il figure dans la liste des produits installés sur l'hôte"
|
5229
5403
|
|
5404
|
+
msgid "Product not found: '%s'"
|
5405
|
+
msgstr ""
|
5406
|
+
|
5230
5407
|
msgid "Product the repository belongs to"
|
5231
5408
|
msgstr "Produit auquel le référentiel appartient"
|
5232
5409
|
|
@@ -5305,8 +5482,8 @@ msgstr "Bloc de clé publique dans le codage DER ou le contenu du certificat"
|
|
5305
5482
|
msgid "Publish"
|
5306
5483
|
msgstr "Publier"
|
5307
5484
|
|
5308
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5309
|
-
msgstr "
|
5485
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5486
|
+
msgstr ""
|
5310
5487
|
|
5311
5488
|
msgid "Publish a content view"
|
5312
5489
|
msgstr "Publier une vue de contenu"
|
@@ -5323,8 +5500,8 @@ msgstr "Date de publication"
|
|
5323
5500
|
msgid "Published new version"
|
5324
5501
|
msgstr "Nouvelle version publiée"
|
5325
5502
|
|
5326
|
-
msgid "Publishing ${name}"
|
5327
|
-
msgstr "
|
5503
|
+
msgid "Publishing ${truncate(name)}"
|
5504
|
+
msgstr ""
|
5328
5505
|
|
5329
5506
|
msgid "Publishing content view"
|
5330
5507
|
msgstr "Publier un affichage de contenu"
|
@@ -5713,6 +5890,9 @@ msgstr "Supprimer un groupe de packages via l'interface Katello"
|
|
5713
5890
|
msgid "Remove package via Katello interface"
|
5714
5891
|
msgstr "Supprimer le package via l'interface Katello"
|
5715
5892
|
|
5893
|
+
msgid "Remove packages"
|
5894
|
+
msgstr ""
|
5895
|
+
|
5716
5896
|
msgid "Remove packages via Katello interface"
|
5717
5897
|
msgstr "Supprimer le package via l'interface Katello"
|
5718
5898
|
|
@@ -5824,6 +6004,9 @@ msgstr "Le label de référentiel '%s' n'est pas associé à la vue du contenu."
|
|
5824
6004
|
msgid "Repository name"
|
5825
6005
|
msgstr ""
|
5826
6006
|
|
6007
|
+
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
6008
|
+
msgstr ""
|
6009
|
+
|
5827
6010
|
msgid "Repository not found"
|
5828
6011
|
msgstr "Référentiel introuvable"
|
5829
6012
|
|
@@ -5878,6 +6061,9 @@ msgstr "Publier de nouveau les référentiels de version"
|
|
5878
6061
|
msgid "Republish repository metadata"
|
5879
6062
|
msgstr ""
|
5880
6063
|
|
6064
|
+
msgid "Requested access to '%s' is denied"
|
6065
|
+
msgstr ""
|
6066
|
+
|
5881
6067
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5882
6068
|
msgstr "Nécessite que vous chargiez le subscription-manifest et que vous ré-attachiez les abonnements aux hôtes et aux clés d'activation."
|
5883
6069
|
|
@@ -6025,15 +6211,27 @@ msgstr "Renvoie les types de contenu activés"
|
|
6025
6211
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6026
6212
|
msgstr "Renvoie le contenu qui peut être ajouté et qui est actuellement ajouté à l'objet. La valeur 'content_view_filter' est prise en charge"
|
6027
6213
|
|
6214
|
+
msgid "Review"
|
6215
|
+
msgstr ""
|
6216
|
+
|
6028
6217
|
msgid "Review affected environment"
|
6029
6218
|
msgstr "Examen de l'environnement affecté"
|
6030
6219
|
|
6031
6220
|
msgid "Review affected environments"
|
6032
6221
|
msgstr "Examiner les environnements affectés"
|
6033
6222
|
|
6223
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6224
|
+
msgstr ""
|
6225
|
+
|
6226
|
+
msgid "Review and then click {submitBtnText}."
|
6227
|
+
msgstr ""
|
6228
|
+
|
6034
6229
|
msgid "Review details"
|
6035
6230
|
msgstr "Détails de la revue"
|
6036
6231
|
|
6232
|
+
msgid "Review hosts"
|
6233
|
+
msgstr ""
|
6234
|
+
|
6037
6235
|
msgid "Review the information below and click "
|
6038
6236
|
msgstr "Consultez les informations ci-dessous et cliquez dessus "
|
6039
6237
|
|
@@ -6193,6 +6391,9 @@ msgstr "Sélectionner un fournisseur pour installer katello-host-tools-tracer"
|
|
6193
6391
|
msgid "Select a source"
|
6194
6392
|
msgstr ""
|
6195
6393
|
|
6394
|
+
msgid "Select action"
|
6395
|
+
msgstr ""
|
6396
|
+
|
6196
6397
|
msgid "Select add-ons"
|
6197
6398
|
msgstr "Sélectionnez les add-ons"
|
6198
6399
|
|
@@ -6214,11 +6415,17 @@ msgstr "Sélectionnez une option"
|
|
6214
6415
|
msgid "Select an organization"
|
6215
6416
|
msgstr "Sélectionner une organisation"
|
6216
6417
|
|
6418
|
+
msgid "Select at least one erratum."
|
6419
|
+
msgstr ""
|
6420
|
+
|
6421
|
+
msgid "Select at least one package."
|
6422
|
+
msgstr ""
|
6423
|
+
|
6217
6424
|
msgid "Select attributes for ${akDetails.name}"
|
6218
6425
|
msgstr ""
|
6219
6426
|
|
6220
|
-
msgid "Select available version of ${cvName} to use"
|
6221
|
-
msgstr "
|
6427
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6428
|
+
msgstr ""
|
6222
6429
|
|
6223
6430
|
msgid "Select available version of content views to use"
|
6224
6431
|
msgstr "Sélectionnez la version disponible des vues de contenu à utiliser"
|
@@ -6229,6 +6436,12 @@ msgstr "Sélectionner l'affichage de contenu"
|
|
6229
6436
|
msgid "Select environment"
|
6230
6437
|
msgstr "Choisir l'environnement"
|
6231
6438
|
|
6439
|
+
msgid "Select errata"
|
6440
|
+
msgstr ""
|
6441
|
+
|
6442
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6443
|
+
msgstr ""
|
6444
|
+
|
6232
6445
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6233
6446
|
msgstr "Sélectionnez la ou les collections d'hôtes à associer à l'hôte {hostName}."
|
6234
6447
|
|
@@ -6247,9 +6460,18 @@ msgstr "Ne rien sélectionner"
|
|
6247
6460
|
msgid "Select one"
|
6248
6461
|
msgstr "Sélectionnez-en un"
|
6249
6462
|
|
6463
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6464
|
+
msgstr ""
|
6465
|
+
|
6250
6466
|
msgid "Select packages to install to the host {hostName}."
|
6251
6467
|
msgstr "Sélectionnez les paquets à installer sur l'hôte {hostName}."
|
6252
6468
|
|
6469
|
+
msgid "Select packages to remove on the selected hosts."
|
6470
|
+
msgstr ""
|
6471
|
+
|
6472
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6473
|
+
msgstr ""
|
6474
|
+
|
6253
6475
|
msgid "Select page"
|
6254
6476
|
msgstr "Sélectionner page"
|
6255
6477
|
|
@@ -6286,6 +6508,12 @@ msgstr "Environnement sélectionné"
|
|
6286
6508
|
msgid "Selected environments "
|
6287
6509
|
msgstr "Environnements sélectionnés"
|
6288
6510
|
|
6511
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6512
|
+
msgstr ""
|
6513
|
+
|
6514
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6515
|
+
msgstr ""
|
6516
|
+
|
6289
6517
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6290
6518
|
msgstr "L'envoi d'une liste d'identifiants inclus n'est pas autorisé lorsque tous les éléments sont sélectionnés."
|
6291
6519
|
|
@@ -7293,6 +7521,9 @@ msgstr "Cet affichage de contenu va être supprimé. Les changements seront appl
|
|
7293
7521
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7294
7522
|
msgstr ""
|
7295
7523
|
|
7524
|
+
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7525
|
+
msgstr ""
|
7526
|
+
|
7296
7527
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7297
7528
|
msgstr "Cet erratum n’est pas installable car il ne fait pas partie de ce affichage de contenu ou environnement de cycle de vie de cet hôte."
|
7298
7529
|
|
@@ -7305,6 +7536,9 @@ msgstr "Cet hôte n’a pas d’errata installable."
|
|
7305
7536
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7306
7537
|
msgstr ""
|
7307
7538
|
|
7539
|
+
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
7540
|
+
msgstr ""
|
7541
|
+
|
7308
7542
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7309
7543
|
msgstr "L'organisation de cet hôte est en mode d'accès simple au contenu. L'ajout d'abonnements est désactivé."
|
7310
7544
|
|
@@ -7386,6 +7620,9 @@ msgstr "Horodatage"
|
|
7386
7620
|
msgid "Title"
|
7387
7621
|
msgstr "Titre"
|
7388
7622
|
|
7623
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7624
|
+
msgstr ""
|
7625
|
+
|
7389
7626
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
7390
7627
|
msgstr ""
|
7391
7628
|
|
@@ -7407,6 +7644,12 @@ msgstr "Pour commencer, ajoutez cet hôte à une collection d'hôtes."
|
|
7407
7644
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7408
7645
|
msgstr ""
|
7409
7646
|
|
7647
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7648
|
+
msgstr ""
|
7649
|
+
|
7650
|
+
msgid "To manage packages, select an action."
|
7651
|
+
msgstr ""
|
7652
|
+
|
7410
7653
|
msgid "Total steps: "
|
7411
7654
|
msgstr "Total des étapes : "
|
7412
7655
|
|
@@ -7626,9 +7869,6 @@ msgstr "Non spécifié"
|
|
7626
7869
|
msgid "Unsupported CDN resource"
|
7627
7870
|
msgstr "Ressource CDN non prise en charge"
|
7628
7871
|
|
7629
|
-
msgid "Unsupported URL protocol %s."
|
7630
|
-
msgstr "Le protocole d'URL %s n'est pas pris en charge."
|
7631
|
-
|
7632
7872
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7633
7873
|
msgstr "Type d'événement non pris en charge %{type}. Pris en charge : %{types}"
|
7634
7874
|
|
@@ -7806,6 +8046,12 @@ msgstr "Pouvant être mis à niveau à"
|
|
7806
8046
|
msgid "Upgrade"
|
7807
8047
|
msgstr "Mettre à niveau"
|
7808
8048
|
|
8049
|
+
msgid "Upgrade all packages"
|
8050
|
+
msgstr ""
|
8051
|
+
|
8052
|
+
msgid "Upgrade packages"
|
8053
|
+
msgstr ""
|
8054
|
+
|
7809
8055
|
msgid "Upgrade via customized remote execution"
|
7810
8056
|
msgstr "Mettre à niveau via exécution à distance personnalisée"
|
7811
8057
|
|
@@ -7821,9 +8067,6 @@ msgstr "Télécharger une partie du contenu du fichier"
|
|
7821
8067
|
msgid "Upload a subscription manifest"
|
7822
8068
|
msgstr "Télécharger un fichier manifeste d'abonnement"
|
7823
8069
|
|
7824
|
-
msgid "Upload content into the repository"
|
7825
|
-
msgstr "Télécharger le contenu dans le référentiel"
|
7826
|
-
|
7827
8070
|
msgid "Upload into"
|
7828
8071
|
msgstr "Téléverser vers"
|
7829
8072
|
|
@@ -7992,9 +8235,6 @@ msgstr "Version ${versionTwo}"
|
|
7992
8235
|
msgid "Version details updated."
|
7993
8236
|
msgstr "Détails de la version mis à jour."
|
7994
8237
|
|
7995
|
-
msgid "Version in use"
|
7996
|
-
msgstr "Version à utiliser"
|
7997
|
-
|
7998
8238
|
msgid "Versions"
|
7999
8239
|
msgstr "Versions"
|
8000
8240
|
|
@@ -8169,6 +8409,9 @@ msgstr "Vous avez des abonnements qui expirent dans %s jours"
|
|
8169
8409
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8170
8410
|
msgstr "Vous avez des modifications non sauvegardées. Voulez-vous sortir sans sauvegarder vos modifications ?"
|
8171
8411
|
|
8412
|
+
msgid "You must select at least one host."
|
8413
|
+
msgstr ""
|
8414
|
+
|
8172
8415
|
msgid "You were not allowed to add %s"
|
8173
8416
|
msgstr "Vous n'êtes pas autorisé à ajouter %s"
|
8174
8417
|
|
@@ -8187,6 +8430,9 @@ msgstr "Vous apportez des modifications à %(entitlementCount)s droits d’accè
|
|
8187
8430
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8188
8431
|
msgstr ""
|
8189
8432
|
|
8433
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8434
|
+
msgstr ""
|
8435
|
+
|
8190
8436
|
msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
|
8191
8437
|
msgstr ""
|
8192
8438
|
|
@@ -8628,6 +8874,9 @@ msgstr "initier la tâche %s "
|
|
8628
8874
|
msgid "initiating Pulp task"
|
8629
8875
|
msgstr "initialisation d'une tâche Pulp"
|
8630
8876
|
|
8877
|
+
msgid "installed"
|
8878
|
+
msgstr ""
|
8879
|
+
|
8631
8880
|
msgid "installing errata..."
|
8632
8881
|
msgstr "installation de l'errata..."
|
8633
8882
|
|
@@ -8982,6 +9231,9 @@ msgstr "illimité"
|
|
8982
9231
|
msgid "update a filter"
|
8983
9232
|
msgstr "mise à jour d'un filtre"
|
8984
9233
|
|
9234
|
+
msgid "updated"
|
9235
|
+
msgstr ""
|
9236
|
+
|
8985
9237
|
msgid "updating package group..."
|
8986
9238
|
msgstr "mise à jour du groupe de packages..."
|
8987
9239
|
|