katello 4.16.1 → 4.17.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ca/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/cs/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/de/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/el/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/en/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/en_US/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/es/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/fr/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/gl/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/gu/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/hi/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/id/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/it/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/ja/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/ka/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/kn/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ko/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/mr/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/or/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pa/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pl/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pt/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ro/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ru/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/sl/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/ta/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/te/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/tr/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/vi/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/zh/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +84 -33
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -3
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +93 -60
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +94 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +93 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +254 -192
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +90 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +113 -52
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +93 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +101 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +93 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +91 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +92 -33
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +186 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +82 -31
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +82 -31
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +82 -31
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +82 -31
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +83 -32
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +82 -31
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +82 -31
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +82 -31
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +82 -31
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +82 -31
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +84 -33
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +82 -31
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +82 -31
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +82 -31
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +83 -32
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +82 -31
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +84 -33
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +82 -31
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +82 -31
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +82 -31
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +85 -34
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +83 -32
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +82 -31
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1232 -1140
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +82 -31
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +82 -31
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +82 -31
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +82 -31
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +82 -31
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +82 -31
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +82 -31
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +84 -33
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +82 -31
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +82 -31
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +82 -31
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +82 -31
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +82 -31
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +85 -34
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +82 -31
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +84 -33
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +82 -31
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +82 -31
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +82 -31
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +82 -31
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +82 -31
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +82 -31
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +82 -31
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +83 -32
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +85 -34
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +125 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
@@ -5,16 +5,16 @@
|
|
5
5
|
# ty breizh <tybreizh29@free.fr>, 2018
|
6
6
|
# 21966816214bc546c1fc8a185e75ca1c, 2020
|
7
7
|
# Claer <transiblu@claer.hammock.fr>, 2023
|
8
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
9
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
10
9
|
# Laurent Bigonville, 2023
|
11
10
|
# Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
|
12
|
-
#
|
11
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
12
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
13
13
|
#
|
14
14
|
msgid ""
|
15
15
|
msgstr ""
|
16
16
|
"Project-Id-Version: \n"
|
17
|
-
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
17
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025\n"
|
18
18
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -103,7 +103,7 @@ msgstr "{{ package.hosts_available_count }} Hôte(s)"
|
|
103
103
|
|
104
104
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
105
105
|
msgid "{{ package.hosts_available_count || 0 }} Upgradable"
|
106
|
-
msgstr "{{ package.hosts_available_count || 0 }}
|
106
|
+
msgstr "{{ package.hosts_available_count || 0 }} Mise à jour"
|
107
107
|
|
108
108
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
109
109
|
msgid "{{ package.human_readable_size }} ({{ package.size }} Bytes)"
|
@@ -206,19 +206,10 @@ msgstr ""
|
|
206
206
|
"de contenus composites. Leurs composants nécessitant une mise à jour sont "
|
207
207
|
"énumérés ci-dessous."
|
208
208
|
|
209
|
-
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js
|
210
|
-
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
211
|
-
msgid "/foreman_tasks/tasks/%taskId"
|
212
|
-
msgstr "/foreman_tasks/tasks/%taskId"
|
213
|
-
|
214
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
|
215
|
-
msgid "/job_invocations"
|
216
|
-
msgstr "/job_invocations"
|
217
|
-
|
218
209
|
#: app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
|
219
210
|
#: app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
|
220
211
|
msgid "%(consumed)s out of %(quantity)s"
|
221
|
-
msgstr "%(consumed)s
|
212
|
+
msgstr "%(consumed)s de %(quantity)s"
|
222
213
|
|
223
214
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
224
215
|
msgid "%count environment(s) can be synchronized: %envs"
|
@@ -240,13 +231,29 @@ msgstr ""
|
|
240
231
|
"<b>Additions :</b> le nouveau contenu disponible lors de la sync sera ajouté"
|
241
232
|
" au référentiel, et aucun contenu ne sera supprimé."
|
242
233
|
|
234
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
235
|
+
msgid "<b>Breaks</b>"
|
236
|
+
msgstr "<b>Breaks</b>"
|
237
|
+
|
238
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
239
|
+
msgid "<b>Conflicts</b>"
|
240
|
+
msgstr "<b>Conflits</b>"
|
241
|
+
|
242
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
243
|
+
msgid "<b>Depends</b>"
|
244
|
+
msgstr "<b>Dépendance</b>"
|
245
|
+
|
243
246
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
244
247
|
msgid "<b>Description</b>"
|
245
248
|
msgstr "<b>Description</b>"
|
246
249
|
|
250
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
251
|
+
msgid "<b>Enhances</b>"
|
252
|
+
msgstr "<b>Améliore</b>"
|
253
|
+
|
247
254
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
248
255
|
msgid "<b>Issued</b>"
|
249
|
-
msgstr "<b>
|
256
|
+
msgstr "<b>Publié</b>"
|
250
257
|
|
251
258
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
252
259
|
msgid ""
|
@@ -277,16 +284,28 @@ msgstr "<b>Flux de modules</b>"
|
|
277
284
|
|
278
285
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
279
286
|
msgid "<b>Packages</b>"
|
280
|
-
msgstr "<b>
|
287
|
+
msgstr "<b>Packages</b>"
|
288
|
+
|
289
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
290
|
+
msgid "<b>Pre-Depends</b>"
|
291
|
+
msgstr "<b>Pré-dépendance</b>"
|
281
292
|
|
282
293
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
283
294
|
msgid "<b>Reboot Suggested</b>"
|
284
295
|
msgstr "<b>Redémarrage suggéré</b>"
|
285
296
|
|
297
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
298
|
+
msgid "<b>Recommends</b>"
|
299
|
+
msgstr "<b>Recommande</b>"
|
300
|
+
|
286
301
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
287
302
|
msgid "<b>Solution</b>"
|
288
303
|
msgstr "<b>Solution</b>"
|
289
304
|
|
305
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
306
|
+
msgid "<b>Suggests</b>"
|
307
|
+
msgstr "<b>Suggère</b>"
|
308
|
+
|
290
309
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
291
310
|
msgid "<b>Title</b>"
|
292
311
|
msgstr "<b>Titre</b>"
|
@@ -297,7 +316,7 @@ msgstr "<b>Type</b>"
|
|
297
316
|
|
298
317
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
299
318
|
msgid "<b>Updated</b>"
|
300
|
-
msgstr "<b>Mis à jour</b>"
|
319
|
+
msgstr "<b>Mis à jour </b> "
|
301
320
|
|
302
321
|
#: app/assets/javascripts/bastion_katello/common/views/registration.html
|
303
322
|
msgid ""
|
@@ -416,7 +435,7 @@ msgstr "Clé d'activation mise à jour"
|
|
416
435
|
|
417
436
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
418
437
|
msgid "Activation Key:"
|
419
|
-
msgstr "Clé d'activation
|
438
|
+
msgstr "Clé d'activation :"
|
420
439
|
|
421
440
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
422
441
|
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
@@ -438,7 +457,7 @@ msgstr "Ajouter"
|
|
438
457
|
|
439
458
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
|
440
459
|
msgid "Add Content Hosts to:"
|
441
|
-
msgstr "Ajouter
|
460
|
+
msgstr "Ajouter Hôtes de contenu à :"
|
442
461
|
|
443
462
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
444
463
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
@@ -454,15 +473,6 @@ msgstr ""
|
|
454
473
|
msgid "Add New Environment"
|
455
474
|
msgstr "Ajouter un nouvel environnement"
|
456
475
|
|
457
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
458
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
459
|
-
msgid "Add ons"
|
460
|
-
msgstr "Add ons"
|
461
|
-
|
462
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
463
|
-
msgid "Add ons:"
|
464
|
-
msgstr "Add ons :"
|
465
|
-
|
466
476
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
467
477
|
msgid "Add Products"
|
468
478
|
msgstr "Ajouter des produits"
|
@@ -475,7 +485,7 @@ msgstr "Ajouter des produits"
|
|
475
485
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
|
476
486
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
477
487
|
msgid "Add Selected"
|
478
|
-
msgstr "Ajouter
|
488
|
+
msgstr "Ajouter une sélection"
|
479
489
|
|
480
490
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
481
491
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
@@ -546,6 +556,7 @@ msgstr "Affichages de contenu"
|
|
546
556
|
msgid "All Lifecycle Environments"
|
547
557
|
msgstr "Environnements de cycle de vie"
|
548
558
|
|
559
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
549
560
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
550
561
|
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
551
562
|
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
@@ -739,7 +750,7 @@ msgstr "Appliquer {{ errataIds.length }} errata à tous les hôtes de contenu ?"
|
|
739
750
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
|
740
751
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
741
752
|
msgid "Apply Errata"
|
742
|
-
msgstr "Appliquer
|
753
|
+
msgstr "Appliquer l'errata"
|
743
754
|
|
744
755
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
745
756
|
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
@@ -799,12 +810,11 @@ msgstr "Architectures"
|
|
799
810
|
|
800
811
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
801
812
|
msgid ""
|
802
|
-
"Are you sure you want to add the
|
803
|
-
"
|
813
|
+
"Are you sure you want to add the content host(s) selected to the host "
|
814
|
+
"collection(s) chosen?"
|
804
815
|
msgstr ""
|
805
|
-
"Êtes-vous sûr de vouloir ajouter le(s) hôte(s) de contenu
|
806
|
-
"
|
807
|
-
"choisie(s) ?"
|
816
|
+
"Êtes-vous sûr de vouloir ajouter le(s) hôte(s) de contenu sélectionné(s) à "
|
817
|
+
"la (aux) collection(s) d'hôtes choisie(s) ?"
|
808
818
|
|
809
819
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
810
820
|
msgid ""
|
@@ -1030,12 +1040,11 @@ msgstr[2] ""
|
|
1030
1040
|
|
1031
1041
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
1032
1042
|
msgid ""
|
1033
|
-
"Are you sure you want to remove the
|
1034
|
-
"
|
1043
|
+
"Are you sure you want to remove the content host(s) selected from the host "
|
1044
|
+
"collection(s) chosen?"
|
1035
1045
|
msgstr ""
|
1036
|
-
"Êtes-vous sûr de vouloir supprimer le(s) hôte(s) de contenu
|
1037
|
-
"
|
1038
|
-
"choisie(s) ?"
|
1046
|
+
"Êtes-vous sûr de vouloir supprimer le(s) hôte(s) de contenu sélectionné(s) "
|
1047
|
+
"dans la (les) collection(s) d'hôtes choisie(s) ?"
|
1039
1048
|
|
1040
1049
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
1041
1050
|
msgid ""
|
@@ -1127,12 +1136,12 @@ msgstr "Associations"
|
|
1127
1136
|
|
1128
1137
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
|
1129
1138
|
msgid "At least one Errata needs to be selected to Apply."
|
1130
|
-
msgstr "Au moins un
|
1139
|
+
msgstr "Au moins un errata doit être sélectionné pour pouvoir appliquer."
|
1131
1140
|
|
1132
1141
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
1133
1142
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1134
1143
|
msgid "Attached"
|
1135
|
-
msgstr "
|
1144
|
+
msgstr "Joint"
|
1136
1145
|
|
1137
1146
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1138
1147
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -1195,7 +1204,6 @@ msgstr "Identifiant du back-end"
|
|
1195
1204
|
|
1196
1205
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
1197
1206
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1198
|
-
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
1199
1207
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
1200
1208
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
1201
1209
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
|
@@ -1205,7 +1213,7 @@ msgstr "Identifiant du back-end"
|
|
1205
1213
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
1206
1214
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
1207
1215
|
msgid "Basic Information"
|
1208
|
-
msgstr "Informations
|
1216
|
+
msgstr "Informations sur le système"
|
1209
1217
|
|
1210
1218
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
1211
1219
|
msgid ""
|
@@ -1251,11 +1259,11 @@ msgstr "Avis de correction de bogue"
|
|
1251
1259
|
|
1252
1260
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
1253
1261
|
msgid "Build Host"
|
1254
|
-
msgstr "
|
1262
|
+
msgstr "Création des hôtes"
|
1255
1263
|
|
1256
1264
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
1257
1265
|
msgid "Build Information"
|
1258
|
-
msgstr "Informations
|
1266
|
+
msgstr "Informations Build"
|
1259
1267
|
|
1260
1268
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
1261
1269
|
msgid "Build Time"
|
@@ -1266,6 +1274,7 @@ msgid "Bulk Task"
|
|
1266
1274
|
msgstr "Tâche groupée"
|
1267
1275
|
|
1268
1276
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1277
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
1269
1278
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1270
1279
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1271
1280
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
@@ -1291,7 +1300,7 @@ msgstr ""
|
|
1291
1300
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1292
1301
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1293
1302
|
msgid "Cannot Remove"
|
1294
|
-
msgstr "
|
1303
|
+
msgstr "Ne peut pas supprimer"
|
1295
1304
|
|
1296
1305
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1297
1306
|
msgid "Cannot republish Repository without the proper permissions."
|
@@ -1394,11 +1403,11 @@ msgstr ""
|
|
1394
1403
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
1395
1404
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1396
1405
|
msgid "Checksum"
|
1397
|
-
msgstr "Somme de
|
1406
|
+
msgstr "Somme de vérification"
|
1398
1407
|
|
1399
1408
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
1400
1409
|
msgid "Checksum Type"
|
1401
|
-
msgstr "Type de somme de
|
1410
|
+
msgstr "Type de somme de vérification"
|
1402
1411
|
|
1403
1412
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1404
1413
|
msgid ""
|
@@ -1464,7 +1473,7 @@ msgstr "Composants"
|
|
1464
1473
|
|
1465
1474
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1466
1475
|
msgid "Components:"
|
1467
|
-
msgstr "Composants
|
1476
|
+
msgstr "Composants :"
|
1468
1477
|
|
1469
1478
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
1470
1479
|
msgid "Composite View"
|
@@ -1528,11 +1537,11 @@ msgstr "Identifiants de contenu"
|
|
1528
1537
|
|
1529
1538
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1530
1539
|
msgid "Content Credential %s has been created."
|
1531
|
-
msgstr "L’identifiant de contenu %s a été
|
1540
|
+
msgstr "L’identifiant de contenu %s a été créé."
|
1532
1541
|
|
1533
1542
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
1534
|
-
msgid "Content Credential Contents"
|
1535
|
-
msgstr "
|
1543
|
+
msgid "Content Credential Contents *"
|
1544
|
+
msgstr "Identifiant accréditation Contenu *"
|
1536
1545
|
|
1537
1546
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
|
1538
1547
|
msgid "Content Credential successfully uploaded"
|
@@ -1731,7 +1740,7 @@ msgstr "Créer une copie de {{ hostCollection.name }}"
|
|
1731
1740
|
|
1732
1741
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1733
1742
|
msgid "Create Activation Key"
|
1734
|
-
msgstr "
|
1743
|
+
msgstr "Supprimer Clé d'activation"
|
1735
1744
|
|
1736
1745
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
1737
1746
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
@@ -1759,7 +1768,7 @@ msgstr "Créer Collection d'hôtes"
|
|
1759
1768
|
#: app/assets/javascripts/bastion_katello/products/new/views/product-new.html
|
1760
1769
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
1761
1770
|
msgid "Create Product"
|
1762
|
-
msgstr "
|
1771
|
+
msgstr "Supprimer le produit"
|
1763
1772
|
|
1764
1773
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1765
1774
|
msgid "Create Repositories"
|
@@ -1767,7 +1776,7 @@ msgstr "Créer des référentiels"
|
|
1767
1776
|
|
1768
1777
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1769
1778
|
msgid "Create Selected"
|
1770
|
-
msgstr "
|
1779
|
+
msgstr "Reprendre Sélectionné"
|
1771
1780
|
|
1772
1781
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1773
1782
|
msgid "Create Status"
|
@@ -1791,11 +1800,6 @@ msgstr "Critique"
|
|
1791
1800
|
msgid "Cron Logic"
|
1792
1801
|
msgstr "Cron Logic"
|
1793
1802
|
|
1794
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1795
|
-
msgid "ctrl-click or shift-click to select multiple Add ons"
|
1796
|
-
msgstr ""
|
1797
|
-
"ctrl-clic ou shift-clic pour sélectionner plusieurs modules d'extension"
|
1798
|
-
|
1799
1803
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1800
1804
|
msgid "Current Lifecycle Environment (%e/%cv)"
|
1801
1805
|
msgstr "Environnement de cycle de vie antérieur (%e/%cv )"
|
@@ -1811,11 +1815,11 @@ msgstr "Personnalisé"
|
|
1811
1815
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1812
1816
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1813
1817
|
msgid "custom cron"
|
1814
|
-
msgstr "cron
|
1818
|
+
msgstr "custom cron"
|
1815
1819
|
|
1816
1820
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
1817
1821
|
msgid "Custom Cron"
|
1818
|
-
msgstr "Cron
|
1822
|
+
msgstr "Custom Cron"
|
1819
1823
|
|
1820
1824
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
1821
1825
|
msgid "Custom Cron : {{ product.sync_plan.cron_expression }}"
|
@@ -1872,7 +1876,7 @@ msgstr "deb paquets"
|
|
1872
1876
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1873
1877
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1874
1878
|
msgid "Deb Packages"
|
1875
|
-
msgstr "
|
1879
|
+
msgstr "Packages Deb"
|
1876
1880
|
|
1877
1881
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1878
1882
|
msgid "Deb Packages <div>{{ library.counts.debs || 0 }}</div>"
|
@@ -1884,13 +1888,14 @@ msgstr "Paquets Deb pour :"
|
|
1884
1888
|
|
1885
1889
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1886
1890
|
msgid "Deb Repositories"
|
1887
|
-
msgstr "Référentiels
|
1891
|
+
msgstr "Référentiels Deb"
|
1888
1892
|
|
1889
1893
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1890
1894
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1891
1895
|
msgstr ""
|
1892
1896
|
"Référentiels Deb <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1893
1897
|
|
1898
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html
|
1894
1899
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
1895
1900
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1896
1901
|
msgid "Deb:"
|
@@ -1919,7 +1924,7 @@ msgstr "Supprimer {{ table.numSelected }}hôtes ?"
|
|
1919
1924
|
|
1920
1925
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1921
1926
|
msgid "Delete filters"
|
1922
|
-
msgstr "Supprimer
|
1927
|
+
msgstr "Supprimer le filtre ?"
|
1923
1928
|
|
1924
1929
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1925
1930
|
msgid "Delete Hosts"
|
@@ -1929,6 +1934,7 @@ msgstr "Supprimer ces hôtes"
|
|
1929
1934
|
msgid "Delta RPM"
|
1930
1935
|
msgstr "Delta RPM"
|
1931
1936
|
|
1937
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1932
1938
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1933
1939
|
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1934
1940
|
msgid "Dependencies"
|
@@ -2012,17 +2018,18 @@ msgid "Disable"
|
|
2012
2018
|
msgstr "Désactiver"
|
2013
2019
|
|
2014
2020
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
2021
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
2015
2022
|
#: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
|
2016
2023
|
msgid "Disabled"
|
2017
2024
|
msgstr "Désactivé"
|
2018
2025
|
|
2019
2026
|
#: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
|
2020
2027
|
msgid "Disabled (overridden)"
|
2021
|
-
msgstr "
|
2028
|
+
msgstr "Désactivés (remplacés)"
|
2022
2029
|
|
2023
2030
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
2024
2031
|
msgid "Discover"
|
2025
|
-
msgstr "
|
2032
|
+
msgstr "Discover"
|
2026
2033
|
|
2027
2034
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
2028
2035
|
msgid "Discover Repositories"
|
@@ -2077,14 +2084,13 @@ msgstr "Balises Docker"
|
|
2077
2084
|
|
2078
2085
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
2079
2086
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
2080
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2081
2087
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
2082
2088
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
2083
2089
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
2084
2090
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
2085
2091
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
2086
2092
|
msgid "Done"
|
2087
|
-
msgstr "
|
2093
|
+
msgstr "Complété"
|
2088
2094
|
|
2089
2095
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2090
2096
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2101,6 +2107,7 @@ msgid "Enable Traces"
|
|
2101
2107
|
msgstr "Activer Traces"
|
2102
2108
|
|
2103
2109
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
2110
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
2104
2111
|
#: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
|
2105
2112
|
msgid "Enabled"
|
2106
2113
|
msgstr "Activé"
|
@@ -2189,19 +2196,19 @@ msgstr "Errata pour :"
|
|
2189
2196
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html
|
2190
2197
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
2191
2198
|
msgid "Errata ID"
|
2192
|
-
msgstr "ID
|
2199
|
+
msgstr "ID d'errata"
|
2193
2200
|
|
2194
2201
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
2195
2202
|
msgid "Errata Installation"
|
2196
|
-
msgstr "Installation
|
2203
|
+
msgstr "Installation d'errata"
|
2197
2204
|
|
2198
2205
|
#: app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html
|
2199
2206
|
msgid "Errata Task List"
|
2200
|
-
msgstr "Liste des tâches
|
2207
|
+
msgstr "Liste des tâches d'errata"
|
2201
2208
|
|
2202
2209
|
#: app/assets/javascripts/bastion_katello/errata/views/errata-tasks.html
|
2203
2210
|
msgid "Errata Tasks"
|
2204
|
-
msgstr "Tâches
|
2211
|
+
msgstr "Tâches d’errata"
|
2205
2212
|
|
2206
2213
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2207
2214
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
@@ -2268,7 +2275,7 @@ msgstr "Fichier trop volumineux. Veuillez utiliser le CLI à la place."
|
|
2268
2275
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
|
2269
2276
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
2270
2277
|
msgid "File:"
|
2271
|
-
msgstr "Fichier
|
2278
|
+
msgstr "Fichier :"
|
2272
2279
|
|
2273
2280
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2274
2281
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
@@ -2375,7 +2382,11 @@ msgstr "Les invités de"
|
|
2375
2382
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
2376
2383
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
2377
2384
|
msgid "Helper"
|
2378
|
-
msgstr "
|
2385
|
+
msgstr "Aide"
|
2386
|
+
|
2387
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2388
|
+
msgid "Homepage"
|
2389
|
+
msgstr "Page d'accueil"
|
2379
2390
|
|
2380
2391
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
|
2381
2392
|
msgid "Host %s has been deleted."
|
@@ -2461,7 +2472,7 @@ msgstr ""
|
|
2461
2472
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2462
2473
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2463
2474
|
msgid "HTTP Proxy"
|
2464
|
-
msgstr "HTTP
|
2475
|
+
msgstr "Proxy HTTP"
|
2465
2476
|
|
2466
2477
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2467
2478
|
msgid "HTTP Proxy Management"
|
@@ -2526,6 +2537,10 @@ msgstr ""
|
|
2526
2537
|
"Pour pouvoir consulter ce répertoire, vous devez <a ng-href=\"/organizations/{{ organization }}/edit\">télécharger le certificat</a> \n"
|
2527
2538
|
" ou demandez un certificat à votre administrateur.."
|
2528
2539
|
|
2540
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2541
|
+
msgid "Include dependencies of Ansible collections in the repository."
|
2542
|
+
msgstr "Inclure les dépendances des collections Ansible dans le référentiel."
|
2543
|
+
|
2529
2544
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2530
2545
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2531
2546
|
msgid "Include Tags"
|
@@ -2538,7 +2553,7 @@ msgstr "Packages indépendants"
|
|
2538
2553
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
2539
2554
|
#: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
|
2540
2555
|
msgid "Install"
|
2541
|
-
msgstr "
|
2556
|
+
msgstr "Installez"
|
2542
2557
|
|
2543
2558
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
2544
2559
|
msgid "Install Selected"
|
@@ -2581,12 +2596,12 @@ msgstr "Installé le"
|
|
2581
2596
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2582
2597
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2583
2598
|
msgid "Installed Package"
|
2584
|
-
msgstr "
|
2599
|
+
msgstr "Packages installés"
|
2585
2600
|
|
2586
2601
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2587
2602
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2588
2603
|
msgid "Installed Packages"
|
2589
|
-
msgstr "
|
2604
|
+
msgstr "Packages installés"
|
2590
2605
|
|
2591
2606
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
2592
2607
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -2597,6 +2612,10 @@ msgstr "Produits installés"
|
|
2597
2612
|
msgid "Installed Profile"
|
2598
2613
|
msgstr "Profil installé"
|
2599
2614
|
|
2615
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2616
|
+
msgid "Installed size"
|
2617
|
+
msgstr "Taille installée"
|
2618
|
+
|
2600
2619
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2601
2620
|
msgid "Interfaces"
|
2602
2621
|
msgstr "Interfaces"
|
@@ -2771,20 +2790,20 @@ msgstr "Liste"
|
|
2771
2790
|
|
2772
2791
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2773
2792
|
msgid "List Host Collections"
|
2774
|
-
msgstr "
|
2793
|
+
msgstr "Répertorier les collections d'hôtes"
|
2775
2794
|
|
2776
2795
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2777
2796
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2778
2797
|
msgid "List Hosts"
|
2779
|
-
msgstr "
|
2798
|
+
msgstr "Liste des hôtes"
|
2780
2799
|
|
2781
2800
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2782
2801
|
msgid "List Products"
|
2783
|
-
msgstr "
|
2802
|
+
msgstr "Répertorier les produits"
|
2784
2803
|
|
2785
2804
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2786
2805
|
msgid "List Subscriptions"
|
2787
|
-
msgstr "
|
2806
|
+
msgstr "Liste des abonnements"
|
2788
2807
|
|
2789
2808
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2790
2809
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
@@ -2805,6 +2824,10 @@ msgstr "Chargement..."
|
|
2805
2824
|
msgid "Loading...\""
|
2806
2825
|
msgstr "Chargement..."
|
2807
2826
|
|
2827
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2828
|
+
msgid "Maintainer"
|
2829
|
+
msgstr "Mainteneur"
|
2830
|
+
|
2808
2831
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2809
2832
|
msgid "Make filters apply to all repositories in the content view"
|
2810
2833
|
msgstr "Appliquer les filtres à tous les référentiels dans la vue du contenu"
|
@@ -2823,7 +2846,7 @@ msgstr "Gérer le contenu du référentiel :"
|
|
2823
2846
|
|
2824
2847
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
2825
2848
|
msgid "Manage deb Packages for Repository:"
|
2826
|
-
msgstr "Gérer les
|
2849
|
+
msgstr "Gérer les packages deb pour le référentiel :"
|
2827
2850
|
|
2828
2851
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2829
2852
|
msgid "Manage Errata"
|
@@ -2839,7 +2862,7 @@ msgstr "Gérer les traces d’hôte"
|
|
2839
2862
|
|
2840
2863
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
2841
2864
|
msgid "Manage HTTP Proxy"
|
2842
|
-
msgstr "
|
2865
|
+
msgstr "Mettre à jour proxy http"
|
2843
2866
|
|
2844
2867
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2845
2868
|
msgid "Manage Module Streams"
|
@@ -2851,15 +2874,15 @@ msgstr "Gérer les flux de modules pour le référentiel :"
|
|
2851
2874
|
|
2852
2875
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2853
2876
|
msgid "Manage Packages"
|
2854
|
-
msgstr "Gérer les
|
2877
|
+
msgstr "Gérer les packages"
|
2855
2878
|
|
2856
2879
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
2857
2880
|
msgid "Manage Packages for Repository:"
|
2858
|
-
msgstr "Gérer les
|
2881
|
+
msgstr "Gérer les packages pour le référentiel :"
|
2859
2882
|
|
2860
2883
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2861
2884
|
msgid "Manage Repository Sets"
|
2862
|
-
msgstr "
|
2885
|
+
msgstr "Répertorier les ensembles de référentiels"
|
2863
2886
|
|
2864
2887
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2865
2888
|
msgid "Manage Subscriptions"
|
@@ -2867,7 +2890,7 @@ msgstr "Gérer les abonnements"
|
|
2867
2890
|
|
2868
2891
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
2869
2892
|
msgid "Manage Sync Plan"
|
2870
|
-
msgstr "
|
2893
|
+
msgstr "Mettre à jour le plan de sync"
|
2871
2894
|
|
2872
2895
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2873
2896
|
msgid "Manage System Purpose"
|
@@ -2917,7 +2940,7 @@ msgstr ""
|
|
2917
2940
|
|
2918
2941
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2919
2942
|
msgid "Module Stream Packages"
|
2920
|
-
msgstr "
|
2943
|
+
msgstr "Packages de flux de modules"
|
2921
2944
|
|
2922
2945
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2923
2946
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -2941,6 +2964,10 @@ msgstr "Flux de module pour :"
|
|
2941
2964
|
msgid "More Details"
|
2942
2965
|
msgstr "Plus de détails"
|
2943
2966
|
|
2967
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
2968
|
+
msgid "Multi Content View Environment"
|
2969
|
+
msgstr "Environnement d'affichage multi-contenu"
|
2970
|
+
|
2944
2971
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2945
2972
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2946
2973
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
@@ -2961,7 +2988,6 @@ msgstr "Sans objet"
|
|
2961
2988
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
2962
2989
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
2963
2990
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
|
2964
|
-
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
2965
2991
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
2966
2992
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
2967
2993
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -3016,6 +3042,10 @@ msgstr "Sans objet"
|
|
3016
3042
|
msgid "Name"
|
3017
3043
|
msgstr "Nom"
|
3018
3044
|
|
3045
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
3046
|
+
msgid "Name *"
|
3047
|
+
msgstr "Nom *"
|
3048
|
+
|
3019
3049
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3020
3050
|
msgid ""
|
3021
3051
|
"Name of the upstream repository you want to sync. Example: 'quay/busybox' or"
|
@@ -3066,7 +3096,7 @@ msgstr "Nouvelle collection d'hôtes"
|
|
3066
3096
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
3067
3097
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
3068
3098
|
msgid "New Name:"
|
3069
|
-
msgstr "Nouveau nom
|
3099
|
+
msgstr "Nouveau nom :"
|
3070
3100
|
|
3071
3101
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3072
3102
|
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
@@ -3082,7 +3112,7 @@ msgstr "Nouveau référentiel"
|
|
3082
3112
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3083
3113
|
#: app/assets/javascripts/bastion_katello/products/new/views/new-sync-plan-modal.html
|
3084
3114
|
msgid "New Sync Plan"
|
3085
|
-
msgstr "Nouveau
|
3115
|
+
msgstr "Nouveau Plan Sync"
|
3086
3116
|
|
3087
3117
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
3088
3118
|
msgid "New sync plan successfully created."
|
@@ -3098,7 +3128,7 @@ msgstr "Suivant"
|
|
3098
3128
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3099
3129
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
3100
3130
|
msgid "Next Sync"
|
3101
|
-
msgstr "Prochaine
|
3131
|
+
msgstr "Prochaine Sync"
|
3102
3132
|
|
3103
3133
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3104
3134
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -3183,11 +3213,11 @@ msgstr ""
|
|
3183
3213
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3184
3214
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
3185
3215
|
msgid "No HTTP Proxies found"
|
3186
|
-
msgstr "Aucun Proxy
|
3216
|
+
msgstr "Aucun Smart Proxy trouvé"
|
3187
3217
|
|
3188
3218
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
3189
3219
|
msgid "No HTTP Proxy"
|
3190
|
-
msgstr "Aucun
|
3220
|
+
msgstr "Aucun Proxy HTTP"
|
3191
3221
|
|
3192
3222
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3193
3223
|
msgid "No matching results."
|
@@ -3224,7 +3254,7 @@ msgstr "Aucun référentiel ne contient ce fichier"
|
|
3224
3254
|
|
3225
3255
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
3226
3256
|
msgid "No Repositories contain this Package."
|
3227
|
-
msgstr "Aucun référentiel ne contient ce
|
3257
|
+
msgstr "Aucun référentiel ne contient ce package."
|
3228
3258
|
|
3229
3259
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3230
3260
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -3288,7 +3318,7 @@ msgid ""
|
|
3288
3318
|
" Environment. To install these errata immediately on hosts after publishing check the box below."
|
3289
3319
|
msgstr ""
|
3290
3320
|
"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"
|
3291
|
-
" sera créé, ce qui rendra
|
3321
|
+
" 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"
|
3292
3322
|
" Environnement. Pour installer ces errata immédiatement sur les hôtes après leur publication, cochez la case ci-dessous."
|
3293
3323
|
|
3294
3324
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
@@ -3304,8 +3334,8 @@ msgid ""
|
|
3304
3334
|
"Only show content hosts where the errata is currently installable in the "
|
3305
3335
|
"host's Lifecycle Environment."
|
3306
3336
|
msgstr ""
|
3307
|
-
"N'affichez que les hôtes de contenu où
|
3308
|
-
"
|
3337
|
+
"N'affichez que les hôtes de contenu où l'errata est actuellement installable"
|
3338
|
+
" dans l'environnement du cycle de vie de l'hôte."
|
3309
3339
|
|
3310
3340
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
3311
3341
|
msgid "Only show Errata that are Applicable to one or more Content Hosts"
|
@@ -3322,13 +3352,14 @@ msgstr ""
|
|
3322
3352
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3323
3353
|
msgid "Only show Packages that are Applicable to one or more Content Hosts"
|
3324
3354
|
msgstr ""
|
3325
|
-
"Ne montrer que les
|
3355
|
+
"Ne montrer que les packages applicables à un ou plusieurs hôtes de contenu"
|
3326
3356
|
|
3327
3357
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
3328
3358
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3329
3359
|
msgid "Only show Packages that are Upgradable on one or more Content Hosts"
|
3330
3360
|
msgstr ""
|
3331
|
-
"Renvoyer les
|
3361
|
+
"Renvoyer les packages qui sont évolutifs sur un ou plusieurs hôtes de "
|
3362
|
+
"contenu"
|
3332
3363
|
|
3333
3364
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
3334
3365
|
msgid ""
|
@@ -3384,6 +3415,10 @@ msgstr ""
|
|
3384
3415
|
"Créer des référentiels <div>{{ library.counts.ostree_repositories || 0 }} "
|
3385
3416
|
"</div>"
|
3386
3417
|
|
3418
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3419
|
+
msgid "Overridden"
|
3420
|
+
msgstr "Remplacé"
|
3421
|
+
|
3387
3422
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3388
3423
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3389
3424
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -3398,13 +3433,13 @@ msgstr "Remplacer par «Activer»"
|
|
3398
3433
|
|
3399
3434
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3400
3435
|
msgid "Package"
|
3401
|
-
msgstr "
|
3436
|
+
msgstr "Package"
|
3402
3437
|
|
3403
3438
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3404
3439
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3405
3440
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
3406
3441
|
msgid "Package Actions"
|
3407
|
-
msgstr "Actions
|
3442
|
+
msgstr "Actions Package"
|
3408
3443
|
|
3409
3444
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3410
3445
|
msgid "Package Group (Deprecated)"
|
@@ -3419,9 +3454,10 @@ msgstr "Groupes de paquets"
|
|
3419
3454
|
msgid "Package Groups for Repository:"
|
3420
3455
|
msgstr "Groupes de paquets pour le référentiel :"
|
3421
3456
|
|
3457
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
3422
3458
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
3423
3459
|
msgid "Package Information"
|
3424
|
-
msgstr "Informations
|
3460
|
+
msgstr "Informations Package"
|
3425
3461
|
|
3426
3462
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3427
3463
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
@@ -3430,7 +3466,7 @@ msgstr "Installation de paquets"
|
|
3430
3466
|
|
3431
3467
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
3432
3468
|
msgid "Package Installation, Removal, and Update"
|
3433
|
-
msgstr "Installation, retrait et mise à jour des
|
3469
|
+
msgstr "Installation, retrait et mise à jour des packages"
|
3434
3470
|
|
3435
3471
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3436
3472
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
@@ -3447,12 +3483,12 @@ msgstr "Mise à jour de paquets"
|
|
3447
3483
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
3448
3484
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3449
3485
|
msgid "Package:"
|
3450
|
-
msgstr "
|
3486
|
+
msgstr "Package :"
|
3451
3487
|
|
3452
3488
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3453
3489
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3454
3490
|
msgid "Package/Group Name"
|
3455
|
-
msgstr "Nom de
|
3491
|
+
msgstr "Nom de Packages/Groupe"
|
3456
3492
|
|
3457
3493
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
3458
3494
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -3465,7 +3501,7 @@ msgstr "Nom de Paquet/Groupe"
|
|
3465
3501
|
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3466
3502
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
3467
3503
|
msgid "Packages"
|
3468
|
-
msgstr "
|
3504
|
+
msgstr "Packages"
|
3469
3505
|
|
3470
3506
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
3471
3507
|
msgid "Packages <div>{{ library.counts.packages || 0 }}</div>"
|
@@ -3474,11 +3510,11 @@ msgstr "Packages <div>{{ library.counts.packages || 0 }} </div>"
|
|
3474
3510
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
3475
3511
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3476
3512
|
msgid "Packages are automatically Applicable if they are Upgradable"
|
3477
|
-
msgstr "Les
|
3513
|
+
msgstr "Les packages sont automatiquement applicables s'ils sont évolutifs"
|
3478
3514
|
|
3479
3515
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
3480
3516
|
msgid "Packages for Errata:"
|
3481
|
-
msgstr "
|
3517
|
+
msgstr "Packages pour Errata :"
|
3482
3518
|
|
3483
3519
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3484
3520
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
@@ -3486,7 +3522,7 @@ msgstr "Paquets pour les Errata :"
|
|
3486
3522
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3487
3523
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3488
3524
|
msgid "Packages for:"
|
3489
|
-
msgstr "
|
3525
|
+
msgstr "Packages pour :"
|
3490
3526
|
|
3491
3527
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
3492
3528
|
msgid "Parameters"
|
@@ -3494,7 +3530,7 @@ msgstr "Paramètres"
|
|
3494
3530
|
|
3495
3531
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
3496
3532
|
msgid "Part of a manifest list"
|
3497
|
-
msgstr "Partie d'une liste de
|
3533
|
+
msgstr "Partie d'une liste de manifestes"
|
3498
3534
|
|
3499
3535
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3500
3536
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
@@ -3512,7 +3548,7 @@ msgstr ""
|
|
3512
3548
|
|
3513
3549
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
3514
3550
|
msgid "Paste contents of Content Credential"
|
3515
|
-
msgstr "Coller le contenu des
|
3551
|
+
msgstr "Coller le contenu des identifiants de contenu"
|
3516
3552
|
|
3517
3553
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
|
3518
3554
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
@@ -3523,7 +3559,7 @@ msgstr "Chemin"
|
|
3523
3559
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3524
3560
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3525
3561
|
msgid "Perform"
|
3526
|
-
msgstr "
|
3562
|
+
msgstr "Performer"
|
3527
3563
|
|
3528
3564
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3529
3565
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
@@ -3551,7 +3587,7 @@ msgstr "Physique"
|
|
3551
3587
|
|
3552
3588
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
3553
3589
|
msgid "Please enter cron below"
|
3554
|
-
msgstr "Veuillez entrer le
|
3590
|
+
msgstr "Veuillez entrer le cron ci-dessous"
|
3555
3591
|
|
3556
3592
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3557
3593
|
msgid "Please make sure a Content View is selected."
|
@@ -3577,11 +3613,11 @@ msgstr "Plus 1 erreur supplémentaire"
|
|
3577
3613
|
|
3578
3614
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
3579
3615
|
msgid "Previous Lifecycle Environment (%e/%cv)"
|
3580
|
-
msgstr "Environnement de cycle de vie
|
3616
|
+
msgstr "Environnement de cycle de vie antérieur ( %e /%cv )"
|
3581
3617
|
|
3582
3618
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
3583
3619
|
msgid "Prior Environment"
|
3584
|
-
msgstr "Environnement
|
3620
|
+
msgstr "Environnement préalable"
|
3585
3621
|
|
3586
3622
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
|
3587
3623
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -3608,11 +3644,11 @@ msgstr "Avis sur l'amélioration des produits"
|
|
3608
3644
|
|
3609
3645
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
3610
3646
|
msgid "Product information for:"
|
3611
|
-
msgstr "
|
3647
|
+
msgstr "Informations sur les produits pour :"
|
3612
3648
|
|
3613
3649
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3614
3650
|
msgid "Product Management for Sync Plan:"
|
3615
|
-
msgstr "Gestion
|
3651
|
+
msgstr "Gestion des produits pour Plan Sync :"
|
3616
3652
|
|
3617
3653
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3618
3654
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
@@ -3624,7 +3660,7 @@ msgstr "Nom du produit"
|
|
3624
3660
|
|
3625
3661
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3626
3662
|
msgid "Product Options"
|
3627
|
-
msgstr "Options
|
3663
|
+
msgstr "Options des produits"
|
3628
3664
|
|
3629
3665
|
#: app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js
|
3630
3666
|
msgid "Product Saved"
|
@@ -3720,7 +3756,7 @@ msgstr "Redémarrage suggéré"
|
|
3720
3756
|
|
3721
3757
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
3722
3758
|
msgid "Reboot Suggested?"
|
3723
|
-
msgstr "Redémarrage suggéré
|
3759
|
+
msgstr "Redémarrage suggéré ?"
|
3724
3760
|
|
3725
3761
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3726
3762
|
msgid ""
|
@@ -3747,11 +3783,11 @@ msgstr "Red Hat"
|
|
3747
3783
|
|
3748
3784
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3749
3785
|
msgid "Red Hat Repositories page"
|
3750
|
-
msgstr "Page
|
3786
|
+
msgstr "Page Référentiels Red Hat"
|
3751
3787
|
|
3752
3788
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3753
3789
|
msgid "Red Hat Repositories page."
|
3754
|
-
msgstr "Page
|
3790
|
+
msgstr "Page Référentiels Red Hat."
|
3755
3791
|
|
3756
3792
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3757
3793
|
msgid "Refresh Table"
|
@@ -3808,7 +3844,7 @@ msgstr "Version de sortie"
|
|
3808
3844
|
|
3809
3845
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
3810
3846
|
msgid "Release Version:"
|
3811
|
-
msgstr "Version de sortie
|
3847
|
+
msgstr "Version de sortie :"
|
3812
3848
|
|
3813
3849
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3814
3850
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -3854,11 +3890,11 @@ msgstr "Supprimer le contenu"
|
|
3854
3890
|
|
3855
3891
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
3856
3892
|
msgid "Remove Content Credential"
|
3857
|
-
msgstr "Supprimer les
|
3893
|
+
msgstr "Supprimer les identifiants de contenu"
|
3858
3894
|
|
3859
3895
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
3860
3896
|
msgid "Remove Content Credential {{ contentCredential.name }}"
|
3861
|
-
msgstr "Supprimer les
|
3897
|
+
msgstr "Supprimer les identifiants de contenu {{ contentCredential.name }}"
|
3862
3898
|
|
3863
3899
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
3864
3900
|
msgid "Remove Content?"
|
@@ -3898,14 +3934,14 @@ msgstr "Afficher une collection d'hôtes \"{{ hostCollection.name }}\"?"
|
|
3898
3934
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
3899
3935
|
msgid "Remove Package?"
|
3900
3936
|
msgid_plural "Remove {{ table.numSelected }} packages?"
|
3901
|
-
msgstr[0] "Supprimer le
|
3902
|
-
msgstr[1] "Supprimer {{ table.numSelected }}
|
3903
|
-
msgstr[2] "Supprimer {{ table.numSelected }}
|
3937
|
+
msgstr[0] "Supprimer le package ?"
|
3938
|
+
msgstr[1] "Supprimer {{ table.numSelected }} packages ?"
|
3939
|
+
msgstr[2] "Supprimer {{ table.numSelected }} packages ?"
|
3904
3940
|
|
3905
3941
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
3906
3942
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
3907
3943
|
msgid "Remove Packages"
|
3908
|
-
msgstr "Supprimer
|
3944
|
+
msgstr "Supprimer packages"
|
3909
3945
|
|
3910
3946
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3911
3947
|
msgid "Remove Product"
|
@@ -3959,7 +3995,7 @@ msgstr "Suppression réussie."
|
|
3959
3995
|
|
3960
3996
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
3961
3997
|
msgid "Remove Sync Plan"
|
3962
|
-
msgstr "Supprimer le plan de
|
3998
|
+
msgstr "Supprimer le plan de sync"
|
3963
3999
|
|
3964
4000
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3965
4001
|
msgid "Remove Sync Plan \"{{ syncPlan.name }}\"?"
|
@@ -3971,7 +4007,7 @@ msgstr "Supprimer %x collections d'hôtes de la clé d'activation \"%y\"."
|
|
3971
4007
|
|
3972
4008
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
3973
4009
|
msgid "Removed %x host collections from content host \"%y\"."
|
3974
|
-
msgstr "Supprimer %x collections
|
4010
|
+
msgstr "Supprimer %x collections d'hôtes de l’hôte de contenu \"%y\"."
|
3975
4011
|
|
3976
4012
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
3977
4013
|
msgid "Removed %x products from sync plan \"%y\"."
|
@@ -3997,6 +4033,7 @@ msgstr "Repo Discovery"
|
|
3997
4033
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3998
4034
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3999
4035
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
4036
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
4000
4037
|
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
4001
4038
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
4002
4039
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
@@ -4013,7 +4050,7 @@ msgstr "Référentiels contenant des errata {{ errata.errata_id }}"
|
|
4013
4050
|
|
4014
4051
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
4015
4052
|
msgid "Repositories containing package {{ package.nvrea }}"
|
4016
|
-
msgstr "Référentiels contenant le
|
4053
|
+
msgstr "Référentiels contenant le package {{ package.nvrea }}"
|
4017
4054
|
|
4018
4055
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
4019
4056
|
msgid "Repositories for"
|
@@ -4025,7 +4062,7 @@ msgstr "Référentiels de Deb :"
|
|
4025
4062
|
|
4026
4063
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
4027
4064
|
msgid "Repositories for Errata:"
|
4028
|
-
msgstr "Référentiels pour
|
4065
|
+
msgstr "Référentiels pour Errata :"
|
4029
4066
|
|
4030
4067
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
4031
4068
|
msgid "Repositories for File:"
|
@@ -4033,7 +4070,7 @@ msgstr "Référentiels pour Fichier :"
|
|
4033
4070
|
|
4034
4071
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
4035
4072
|
msgid "Repositories for Package:"
|
4036
|
-
msgstr "Référentiels pour
|
4073
|
+
msgstr "Référentiels pour Package :"
|
4037
4074
|
|
4038
4075
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4039
4076
|
msgid "Repositories for Product:"
|
@@ -4073,7 +4110,7 @@ msgstr ""
|
|
4073
4110
|
|
4074
4111
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
4075
4112
|
msgid "Repository Label"
|
4076
|
-
msgstr "
|
4113
|
+
msgstr "Étiquette du référentiel"
|
4077
4114
|
|
4078
4115
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
4079
4116
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
@@ -4134,11 +4171,11 @@ msgstr ""
|
|
4134
4171
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
4135
4172
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4136
4173
|
msgid "Repository:"
|
4137
|
-
msgstr "Référentiel
|
4174
|
+
msgstr "Référentiel :"
|
4138
4175
|
|
4139
4176
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4140
4177
|
msgid "Republish Repository Metadata"
|
4141
|
-
msgstr "Republier Métadonnées de référentiel"
|
4178
|
+
msgstr "Republier Métadonnées de référentiel "
|
4142
4179
|
|
4143
4180
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4144
4181
|
msgid "Requirements"
|
@@ -4266,6 +4303,10 @@ msgstr "Schéma Version 1"
|
|
4266
4303
|
msgid "Schema Version 2"
|
4267
4304
|
msgstr "Schéma Version 2"
|
4268
4305
|
|
4306
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
4307
|
+
msgid "Section"
|
4308
|
+
msgstr "Section"
|
4309
|
+
|
4269
4310
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4270
4311
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4271
4312
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html
|
@@ -4440,7 +4481,7 @@ msgstr "RPM source"
|
|
4440
4481
|
|
4441
4482
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4442
4483
|
msgid "Source RPMs"
|
4443
|
-
msgstr "
|
4484
|
+
msgstr "RPM source"
|
4444
4485
|
|
4445
4486
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
4446
4487
|
msgid "Space reclamation is about to start..."
|
@@ -4462,14 +4503,14 @@ msgstr "Certificat SSL"
|
|
4462
4503
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
4463
4504
|
#: app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
|
4464
4505
|
msgid "SSL Client Cert"
|
4465
|
-
msgstr "
|
4506
|
+
msgstr "Env cert client SSL"
|
4466
4507
|
|
4467
4508
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4468
4509
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4469
4510
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
4470
4511
|
#: app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
|
4471
4512
|
msgid "SSL Client Key"
|
4472
|
-
msgstr "Clé client
|
4513
|
+
msgstr "Clé client Pulp"
|
4473
4514
|
|
4474
4515
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
4475
4516
|
msgid "Standard sync, optimized for speed by bypassing any unneeded steps."
|
@@ -4480,7 +4521,7 @@ msgstr ""
|
|
4480
4521
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
4481
4522
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4482
4523
|
msgid "Start Date"
|
4483
|
-
msgstr "Date de
|
4524
|
+
msgstr "Date de départ"
|
4484
4525
|
|
4485
4526
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4486
4527
|
msgid "Start Time"
|
@@ -4492,12 +4533,12 @@ msgstr "Démarré à"
|
|
4492
4533
|
|
4493
4534
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
4494
4535
|
msgid "Starting"
|
4495
|
-
msgstr "
|
4536
|
+
msgstr "A partir de"
|
4496
4537
|
|
4497
4538
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
4498
4539
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
4499
4540
|
msgid "Starts"
|
4500
|
-
msgstr "
|
4541
|
+
msgstr "Démarrage"
|
4501
4542
|
|
4502
4543
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
4503
4544
|
msgid "State"
|
@@ -4544,7 +4585,7 @@ msgstr "Abonnements"
|
|
4544
4585
|
|
4545
4586
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
4546
4587
|
msgid "Subscriptions for Activation Key:"
|
4547
|
-
msgstr "Abonnements pour la clé d'activation
|
4588
|
+
msgstr "Abonnements pour la clé d'activation :"
|
4548
4589
|
|
4549
4590
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
|
4550
4591
|
msgid "Subscriptions for Content Host:"
|
@@ -4552,7 +4593,7 @@ msgstr "Abonnements pour l'hôte de contenu :"
|
|
4552
4593
|
|
4553
4594
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
4554
4595
|
msgid "Subscriptions for:"
|
4555
|
-
msgstr "Abonnements pour
|
4596
|
+
msgstr "Abonnements pour :"
|
4556
4597
|
|
4557
4598
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
4558
4599
|
msgid "Success!"
|
@@ -4569,7 +4610,7 @@ msgstr "Lancement réussi du redémarrage des services."
|
|
4569
4610
|
|
4570
4611
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
4571
4612
|
msgid "Successfully removed %s items."
|
4572
|
-
msgstr "%
|
4613
|
+
msgstr "%sitems supprimés."
|
4573
4614
|
|
4574
4615
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
4575
4616
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
@@ -4578,7 +4619,7 @@ msgstr "%s abonnements supprimés."
|
|
4578
4619
|
|
4579
4620
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
4580
4621
|
msgid "Successfully removed 1 item."
|
4581
|
-
msgstr "1
|
4622
|
+
msgstr "1 item supprimé."
|
4582
4623
|
|
4583
4624
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4584
4625
|
msgid "Successfully updated subscriptions."
|
@@ -4586,7 +4627,7 @@ msgstr "Mise à jour des abonnements réussie."
|
|
4586
4627
|
|
4587
4628
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js
|
4588
4629
|
msgid "Successfully uploaded content:"
|
4589
|
-
msgstr "
|
4630
|
+
msgstr "Contenu téléchargé avec succès :"
|
4590
4631
|
|
4591
4632
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
4592
4633
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
@@ -4603,6 +4644,11 @@ msgstr "Niveau de support"
|
|
4603
4644
|
msgid "Sync"
|
4604
4645
|
msgstr "Sync"
|
4605
4646
|
|
4647
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4648
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4649
|
+
msgid "Sync Dependencies"
|
4650
|
+
msgstr "Synchroniser les dépendances"
|
4651
|
+
|
4606
4652
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4607
4653
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
4608
4654
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
@@ -4616,8 +4662,8 @@ msgid ""
|
|
4616
4662
|
"optimized sync. Choose this option if:"
|
4617
4663
|
msgstr ""
|
4618
4664
|
"Synchroniser même si les métadonnées en amont ne semblent pas avoir changé. "
|
4619
|
-
"Cette option ne concerne que les
|
4620
|
-
"qu'une synchronisation optimisée. Choisissez cette option si :"
|
4665
|
+
"Cette option ne concerne que les référentiels yum/deb et prendra plus de "
|
4666
|
+
"temps qu'une synchronisation optimisée. Choisissez cette option si :"
|
4621
4667
|
|
4622
4668
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
4623
4669
|
msgid "Sync Interval"
|
@@ -4641,7 +4687,7 @@ msgstr "Plan de Sync %s a été supprimé."
|
|
4641
4687
|
|
4642
4688
|
#: app/assets/javascripts/bastion_katello/products/details/product-details.controller.js
|
4643
4689
|
msgid "Sync Plan created and assigned to product."
|
4644
|
-
msgstr "Plan de
|
4690
|
+
msgstr "Plan de Sync créé et affecté au produit."
|
4645
4691
|
|
4646
4692
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4647
4693
|
msgid "Sync Plan Management"
|
@@ -4664,7 +4710,7 @@ msgstr "Plan de Sync :"
|
|
4664
4710
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4665
4711
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4666
4712
|
msgid "Sync Plans"
|
4667
|
-
msgstr "Plans de
|
4713
|
+
msgstr "Plans de sync"
|
4668
4714
|
|
4669
4715
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
4670
4716
|
msgid "Sync Selected"
|
@@ -4678,7 +4724,7 @@ msgstr "Paramètres de configuration de Sync"
|
|
4678
4724
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4679
4725
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
4680
4726
|
msgid "Sync State"
|
4681
|
-
msgstr "État de
|
4727
|
+
msgstr "État de synchronisation"
|
4682
4728
|
|
4683
4729
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4684
4730
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -4705,7 +4751,7 @@ msgstr "La synchronisation est annulée..."
|
|
4705
4751
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4706
4752
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4707
4753
|
msgid "System Purpose"
|
4708
|
-
msgstr "Objectif
|
4754
|
+
msgstr "Objectif system"
|
4709
4755
|
|
4710
4756
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4711
4757
|
msgid ""
|
@@ -4745,7 +4791,7 @@ msgstr "Temporaire"
|
|
4745
4791
|
|
4746
4792
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
4747
4793
|
msgid ""
|
4748
|
-
"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"
|
4794
|
+
"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 delimited by forward slashes \"/\".)\n"
|
4749
4795
|
"\n"
|
4750
4796
|
" <br><br>The name may be constructed using ERB syntax. Variables available for use are:\n"
|
4751
4797
|
"\n"
|
@@ -4768,27 +4814,28 @@ msgid ""
|
|
4768
4814
|
"<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %>\n"
|
4769
4815
|
"<%= organization.label %>/<%= repository.docker_upstream_name %></pre>"
|
4770
4816
|
msgstr ""
|
4771
|
-
"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 balises Organisation, Environnement de cycle de vie, Vue du contenu, Produit et référentiel)\n"
|
4817
|
+
"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 balises Organisation, Environnement de cycle de vie, Vue du contenu, Produit et référentiel délimités par \"/\".)\n"
|
4772
4818
|
"\n"
|
4773
4819
|
" <br><br>Le nom peut être construit en utilisant la syntaxe ERB. Les variables disponibles pour l'utilisation sont :\n"
|
4774
4820
|
"\n"
|
4775
4821
|
" <pre>\n"
|
4776
|
-
"
|
4777
|
-
"
|
4778
|
-
"
|
4822
|
+
"organization.name\n"
|
4823
|
+
"organization.label\n"
|
4824
|
+
"repository.name\n"
|
4779
4825
|
"repository.label\n"
|
4780
4826
|
"repository.docker_upstream_name\n"
|
4781
4827
|
"content_view.label\n"
|
4782
|
-
"content_view.
|
4828
|
+
"content_view.name\n"
|
4783
4829
|
"content_view_version.version\n"
|
4784
|
-
"
|
4785
|
-
"
|
4830
|
+
"product.name\n"
|
4831
|
+
"product.label\n"
|
4786
4832
|
"lifecycle_environment.name\n"
|
4787
|
-
"lifecycle_environment.label
|
4788
|
-
" Exemples : <pre>\n"
|
4833
|
+
"lifecycle_environment.label</pre>\n"
|
4789
4834
|
" \n"
|
4790
|
-
"
|
4791
|
-
"
|
4835
|
+
" Exemples:\n"
|
4836
|
+
" <pre>\n"
|
4837
|
+
"<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %>\n"
|
4838
|
+
"<%= organization.label %>/<%= repository.docker_upstream_name %></pre>"
|
4792
4839
|
|
4793
4840
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
4794
4841
|
msgid ""
|
@@ -4816,7 +4863,7 @@ msgstr ""
|
|
4816
4863
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
4817
4864
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4818
4865
|
msgid "The host has not reported any applicable packages for upgrade."
|
4819
|
-
msgstr "L'hôte n'a signalé aucun
|
4866
|
+
msgstr "L'hôte n'a signalé aucun package applicable pour la mise à niveau."
|
4820
4867
|
|
4821
4868
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
4822
4869
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
@@ -4824,7 +4871,7 @@ msgid ""
|
|
4824
4871
|
"The host has not reported any installed packages, registering with "
|
4825
4872
|
"subscription-manager should cause these to be reported."
|
4826
4873
|
msgstr ""
|
4827
|
-
"L'hôte n'a pas signalé de
|
4874
|
+
"L'hôte n'a pas signalé de packages installés, l'enregistrement auprès du "
|
4828
4875
|
"gestionnaire d'abonnement devrait permettre de le faire."
|
4829
4876
|
|
4830
4877
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -4852,8 +4899,8 @@ msgstr ""
|
|
4852
4899
|
msgid ""
|
4853
4900
|
"The remote execution feature is required to manage packages on this Host."
|
4854
4901
|
msgstr ""
|
4855
|
-
"La fonction d'exécution à distance est nécessaire pour gérer les
|
4856
|
-
" cet hôte."
|
4902
|
+
"La fonction d'exécution à distance est nécessaire pour gérer les packages "
|
4903
|
+
"sur cet hôte."
|
4857
4904
|
|
4858
4905
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4859
4906
|
msgid ""
|
@@ -4920,8 +4967,8 @@ msgid ""
|
|
4920
4967
|
"There are {{ errataCount }} total Errata in this organization but none match"
|
4921
4968
|
" the above filters."
|
4922
4969
|
msgstr ""
|
4923
|
-
"Il y a {{ errataCount }} errata dans cette organisation mais
|
4924
|
-
"correspond aux filtres ci-dessus."
|
4970
|
+
"Il y a un total de {{ errataCount }} errata dans cette organisation mais "
|
4971
|
+
"aucun ne correspond aux filtres ci-dessus."
|
4925
4972
|
|
4926
4973
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
4927
4974
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
@@ -4929,8 +4976,8 @@ msgid ""
|
|
4929
4976
|
"There are {{ packageCount }} total Packages in this organization but none "
|
4930
4977
|
"match the above filters."
|
4931
4978
|
msgstr ""
|
4932
|
-
"Il y a un nombre total de {{ packageCount }}
|
4933
|
-
" mais aucun ne correspond aux filtres ci-dessus."
|
4979
|
+
"Il y a un nombre total de {{ packageCount }} packages dans cette "
|
4980
|
+
"organisation mais aucun ne correspond aux filtres ci-dessus."
|
4934
4981
|
|
4935
4982
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
4936
4983
|
msgid "There are no %(contentType)s that match the criteria."
|
@@ -4981,8 +5028,8 @@ msgid ""
|
|
4981
5028
|
"There are no Packages in this organization. Create one or more Products "
|
4982
5029
|
"with Packages to view Packages on this page."
|
4983
5030
|
msgstr ""
|
4984
|
-
"Il n'y a pas de
|
4985
|
-
"produits avec des
|
5031
|
+
"Il n'y a pas de packages dans cette organisation. Créez un ou plusieurs "
|
5032
|
+
"produits avec des packages pour voir les packages sur cette page."
|
4986
5033
|
|
4987
5034
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4988
5035
|
msgid ""
|
@@ -5025,6 +5072,17 @@ msgstr ""
|
|
5025
5072
|
"Cette action ne concernera que les hôtes de contenu qui nécessitent un changement.\n"
|
5026
5073
|
" Si l'hôte de contenu ne dispose pas de l'abonnement sélectionné, aucune action n'aura lieu."
|
5027
5074
|
|
5075
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5076
|
+
msgid ""
|
5077
|
+
"This activation key has multiple content view environments, which cannot yet"
|
5078
|
+
" be edited in the web UI. To change this key's content view environments, "
|
5079
|
+
"update the activation key via Hammer."
|
5080
|
+
msgstr ""
|
5081
|
+
"Cette clé d'activation possède plusieurs environnements d'affichage de "
|
5082
|
+
"contenu, qui ne peuvent pas encore être modifiés dans l'interface "
|
5083
|
+
"utilisateur Web. Pour modifier les environnements d'affichage de contenu de "
|
5084
|
+
"cette clé, mettez à jour la clé d'activation via Hammer."
|
5085
|
+
|
5028
5086
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
5029
5087
|
msgid "This activation key is not associated with any content hosts."
|
5030
5088
|
msgstr "Cette clé d'activation n'est associée à aucun hôte de contenu."
|
@@ -5047,8 +5105,8 @@ msgstr ""
|
|
5047
5105
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
5048
5106
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
5049
5107
|
msgstr ""
|
5050
|
-
"Cette
|
5051
|
-
" cycle de vie."
|
5108
|
+
"Cette étiquette d'image de conteneur n'est présente dans aucun environnement"
|
5109
|
+
" de cycle de vie."
|
5052
5110
|
|
5053
5111
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5054
5112
|
msgid "This Container Image Tag is not present in any Repositories."
|
@@ -5157,7 +5215,7 @@ msgstr "Hôtes de contenu illimité :"
|
|
5157
5215
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
5158
5216
|
#: app/assets/javascripts/bastion_katello/host-collections/new/views/new-host-collection.html
|
5159
5217
|
msgid "Unlimited Hosts"
|
5160
|
-
msgstr "Hôtes
|
5218
|
+
msgstr "Hôtes Illimités"
|
5161
5219
|
|
5162
5220
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5163
5221
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -5327,6 +5385,10 @@ msgstr ""
|
|
5327
5385
|
msgid "URL to Discover"
|
5328
5386
|
msgstr "URL à découvrir"
|
5329
5387
|
|
5388
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5389
|
+
msgid "URL to GPG Key"
|
5390
|
+
msgstr "URL vers la clé GPG"
|
5391
|
+
|
5330
5392
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5331
5393
|
msgid ""
|
5332
5394
|
"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"
|
@@ -5429,7 +5491,7 @@ msgstr "Versions"
|
|
5429
5491
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5430
5492
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
5431
5493
|
msgid "via remote execution"
|
5432
|
-
msgstr "via
|
5494
|
+
msgstr "via Exécution à distante"
|
5433
5495
|
|
5434
5496
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5435
5497
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
@@ -5541,7 +5603,7 @@ msgstr ""
|
|
5541
5603
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
5542
5604
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
5543
5605
|
msgid "Working"
|
5544
|
-
msgstr "
|
5606
|
+
msgstr "Working"
|
5545
5607
|
|
5546
5608
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
5547
5609
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -5581,7 +5643,7 @@ msgstr ""
|
|
5581
5643
|
|
5582
5644
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5583
5645
|
msgid "You cannot remove content from a redhat repository"
|
5584
|
-
msgstr "
|
5646
|
+
msgstr "Vous ne pouvez pas supprimer le contenu d'un référentiel RedHat"
|
5585
5647
|
|
5586
5648
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5587
5649
|
msgid ""
|
@@ -5648,7 +5710,7 @@ msgid ""
|
|
5648
5710
|
"You currently don't have any Content Credential, you can add Content "
|
5649
5711
|
"Credentials using the button on the right."
|
5650
5712
|
msgstr ""
|
5651
|
-
"Vous n'avez actuellement aucun
|
5713
|
+
"Vous n'avez actuellement aucun identifiant de contenu, vous pouvez en "
|
5652
5714
|
"ajouter en utilisant le bouton de droite."
|
5653
5715
|
|
5654
5716
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
|
@@ -5694,7 +5756,7 @@ msgid ""
|
|
5694
5756
|
"You currently don't have any Products associated with this Content "
|
5695
5757
|
"Credential."
|
5696
5758
|
msgstr ""
|
5697
|
-
"Vous n'avez actuellement aucun produit associé à
|
5759
|
+
"Vous n'avez actuellement aucun produit associé à cet identifiant de contenu."
|
5698
5760
|
|
5699
5761
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
5700
5762
|
msgid ""
|
@@ -5730,7 +5792,7 @@ msgid ""
|
|
5730
5792
|
"You currently don't have any Repositories associated with this Content "
|
5731
5793
|
"Credential."
|
5732
5794
|
msgstr ""
|
5733
|
-
"Vous n'avez actuellement aucun référentiel associé à
|
5795
|
+
"Vous n'avez actuellement aucun référentiel associé à cet identifiant de "
|
5734
5796
|
"contenu."
|
5735
5797
|
|
5736
5798
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -5804,7 +5866,7 @@ msgstr ""
|
|
5804
5866
|
|
5805
5867
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
5806
5868
|
msgid "You must select at least one Errata to apply."
|
5807
|
-
msgstr "Vous devez sélectionner au moins
|
5869
|
+
msgstr "Vous devez sélectionner un errata au moins."
|
5808
5870
|
|
5809
5871
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
5810
5872
|
msgid "Your search returned zero %(contentType)s that match the criteria."
|
@@ -5821,7 +5883,7 @@ msgstr "Votre recherche n'a donné aucun label d’image de conteneur."
|
|
5821
5883
|
|
5822
5884
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
5823
5885
|
msgid "Your search returned zero Content Credential."
|
5824
|
-
msgstr "Votre recherche n'a donné aucune
|
5886
|
+
msgstr "Votre recherche n'a donné aucune identifiant de contenu."
|
5825
5887
|
|
5826
5888
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
5827
5889
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -5884,7 +5946,7 @@ msgstr "Votre recherche n'a donné aucun flux de modules."
|
|
5884
5946
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
5885
5947
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
5886
5948
|
msgid "Your search returned zero Packages."
|
5887
|
-
msgstr "Votre recherche a donné zéro
|
5949
|
+
msgstr "Votre recherche a donné zéro package."
|
5888
5950
|
|
5889
5951
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
5890
5952
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
@@ -5926,7 +5988,7 @@ msgstr "Votre recherche a donné zéro Abonnement."
|
|
5926
5988
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
5927
5989
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
5928
5990
|
msgid "Your search returned zero Sync Plans."
|
5929
|
-
msgstr "Votre recherche a donné zéro
|
5991
|
+
msgstr "Votre recherche a donné zéro plan de synchronisation."
|
5930
5992
|
|
5931
5993
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
5932
5994
|
msgid "Your search returned zero Traces."
|