katello 4.17.1 → 4.18.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/locale/bn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ca/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/el/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_US/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/es/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/fr/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/gl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/gu/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/hi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/id/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/it/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ja/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ka/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/kn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ko/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/mr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/or/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pa/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ro/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ru/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/te/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/tr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +148 -4
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +12 -14
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +16 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +20 -3
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +7 -3
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -2
- data/app/controllers/katello/api/v2/products_controller.rb +18 -0
- data/app/controllers/katello/api/v2/repositories_controller.rb +5 -3
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +17 -0
- data/app/lib/actions/helpers/smart_proxy_sync_helper.rb +12 -0
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +4 -4
- data/app/lib/actions/katello/content_view/capsule_sync.rb +8 -3
- data/app/lib/actions/katello/content_view/publish.rb +39 -12
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +2 -1
- data/app/lib/actions/katello/repository/capsule_sync.rb +11 -1
- data/app/lib/actions/katello/repository/import_upload.rb +2 -3
- data/app/lib/actions/katello/repository/sync.rb +2 -1
- data/app/lib/actions/katello/repository/upload_files.rb +2 -1
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +46 -8
- data/app/models/katello/content_view_environment.rb +1 -1
- data/app/models/katello/erratum.rb +26 -1
- data/app/models/katello/flatpak_remote.rb +0 -1
- data/app/models/katello/flatpak_remote_repository.rb +24 -0
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/root_repository.rb +1 -0
- data/app/presenters/katello/flatpak_remote_mirror_status_presenter.rb +41 -0
- data/app/services/katello/repository_type_manager.rb +2 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +17 -2
- data/app/views/foreman/job_templates/flatpak_login_action.erb +17 -3
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +3 -1
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +1 -0
- data/config/routes/api/v2.rb +1 -1
- data/config/routes.rb +3 -0
- data/db/migrate/20250613210050_use_big_int_for_erratum_packages_id.rb +11 -0
- data/db/seeds.d/108-subcription-bookmarks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +13 -3
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -0
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +26 -2
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -1
- data/lib/proxy_api/container_gateway.rb +24 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +148 -4
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +148 -4
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +148 -4
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +148 -4
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +148 -4
- data/locale/de/katello.po +147 -3
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +148 -4
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +148 -4
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +148 -4
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +148 -4
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +148 -4
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +148 -4
- data/locale/es/katello.po +147 -3
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +148 -4
- data/locale/fr/katello.po +147 -3
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +148 -4
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +148 -4
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +148 -4
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +148 -4
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +148 -4
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +148 -4
- data/locale/ja/katello.po +147 -3
- data/locale/ka/katello.po +147 -3
- data/locale/katello.pot +703 -428
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +148 -4
- data/locale/ko/katello.po +147 -3
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +148 -4
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +148 -4
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +148 -4
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +148 -4
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +148 -4
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +148 -4
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +148 -4
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +148 -4
- data/locale/pt_BR/katello.po +147 -3
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +148 -4
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +148 -4
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +148 -4
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +148 -4
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +148 -4
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +148 -4
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +148 -4
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +148 -4
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +148 -4
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +148 -4
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +148 -4
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +148 -4
- data/locale/zh_CN/katello.po +147 -3
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +148 -4
- data/package.json +0 -1
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/OptionTooltip/OptionTooltip.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -1
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +11 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +1 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +371 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js +79 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +73 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +170 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js +23 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/helpers.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +23 -0
- data/webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js +39 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +7 -0
- data/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js +3 -2
- data/webpack/containers/Application/config.js +11 -0
- data/webpack/global_index.js +3 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +30 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +38 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +218 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/__tests__/flatpakRemoteform.test.js +117 -0
- data/webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js +59 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js +87 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailReducers.js +23 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailSelectors.js +16 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js +135 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/__tests__/mirrorRepositoryModal.test.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +171 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.fixtures.json +58 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.test.js +90 -0
- data/webpack/scenes/FlatpakRemotes/Details/index.js +4 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js +26 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesConstants.js +15 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +202 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesSelectors.js +24 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesList.fixtures.json +55 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesPage.test.js +74 -0
- data/webpack/scenes/FlatpakRemotes/index.js +4 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
- data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.scss +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Settings/SettingsSelectors.js +3 -3
- data/webpack/scenes/Settings/index.js +1 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +1 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -21
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +0 -44
- data/webpack/scenes/Subscriptions/index.js +1 -3
- metadata +38 -21
- data/webpack/scenes/Settings/SettingsConstants.js +0 -2
- data/webpack/scenes/Settings/SettingsReducer.js +0 -19
data/locale/fr/katello.po
CHANGED
@@ -823,6 +823,9 @@ msgstr ""
|
|
823
823
|
msgid "Application"
|
824
824
|
msgstr "Application"
|
825
825
|
|
826
|
+
msgid "Application name"
|
827
|
+
msgstr ""
|
828
|
+
|
826
829
|
msgid "Apply"
|
827
830
|
msgstr "Appliquer"
|
828
831
|
|
@@ -1066,6 +1069,9 @@ msgstr "Avant de supprimer des versions, vous devez déplacer les hôtes dans un
|
|
1066
1069
|
msgid "Below are the repository sets currently available for this content host. For Red Hat subscriptions, additional content can be made available through the {rhrp}. Changing default settings requires subscription-manager 1.10 or newer to be installed on this host."
|
1067
1070
|
msgstr "Vous trouverez ci-dessous les ensembles de contenu du référentiel actuellement disponibles pour cet hébergeur de contenu. Pour les abonnements à Red Hat, du contenu supplémentaire peut être mis à disposition par le biais de {rhrp}. Modifier les paramètres par défaut exigent subscription manager 1.10 ou plus récent sur cet hôte."
|
1068
1071
|
|
1072
|
+
msgid "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform."
|
1073
|
+
msgstr ""
|
1074
|
+
|
1069
1075
|
msgid "Beta"
|
1070
1076
|
msgstr "Bêta"
|
1071
1077
|
|
@@ -1225,6 +1231,9 @@ msgstr "Impossible d'ajouter des versions composites à un affichage de contenu
|
|
1225
1231
|
msgid "Cannot add composite versions to another composite content view"
|
1226
1232
|
msgstr "Impossible d'ajouter des versions composites à un autre affichage de contenu composite"
|
1227
1233
|
|
1234
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1235
|
+
msgstr ""
|
1236
|
+
|
1228
1237
|
msgid "Cannot add content view environments from a different organization"
|
1229
1238
|
msgstr ""
|
1230
1239
|
|
@@ -1402,6 +1411,12 @@ msgstr ""
|
|
1402
1411
|
msgid "Change host content source"
|
1403
1412
|
msgstr "Changer la source du contenu de l'hôte"
|
1404
1413
|
|
1414
|
+
msgid "Change the status of at least one repository."
|
1415
|
+
msgstr ""
|
1416
|
+
|
1417
|
+
msgid "Changed status"
|
1418
|
+
msgstr ""
|
1419
|
+
|
1405
1420
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1406
1421
|
msgstr ""
|
1407
1422
|
|
@@ -1696,6 +1711,9 @@ msgstr "Le contenu ne peut pas être téléchargé dans pulp"
|
|
1696
1711
|
msgid "Content override search parameters"
|
1697
1712
|
msgstr "Le contenu remplace les paramètres de recherche"
|
1698
1713
|
|
1714
|
+
msgid "Content overrides updating."
|
1715
|
+
msgstr ""
|
1716
|
+
|
1699
1717
|
msgid "Content source"
|
1700
1718
|
msgstr "Source de contenu"
|
1701
1719
|
|
@@ -1879,6 +1897,9 @@ msgstr "Impossible de trouver tous les ID d'errata indiqués : %s"
|
|
1879
1897
|
msgid "Could not find environments for promotion"
|
1880
1898
|
msgstr "N'a pas pu trouver d'environnements pour la promotion"
|
1881
1899
|
|
1900
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1901
|
+
msgstr ""
|
1902
|
+
|
1882
1903
|
msgid "Could not locate Pulp distribution."
|
1883
1904
|
msgstr ""
|
1884
1905
|
|
@@ -1990,6 +2011,9 @@ msgstr ""
|
|
1990
2011
|
msgid "Create Export History"
|
1991
2012
|
msgstr "Créer un historique des exportations"
|
1992
2013
|
|
2014
|
+
msgid "Create Flatpak Remote"
|
2015
|
+
msgstr ""
|
2016
|
+
|
1993
2017
|
msgid "Create Import History"
|
1994
2018
|
msgstr "Créer un historique des importations"
|
1995
2019
|
|
@@ -2182,6 +2206,12 @@ msgstr "SLA du système par défaut"
|
|
2182
2206
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2183
2207
|
msgstr ""
|
2184
2208
|
|
2209
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2210
|
+
msgstr ""
|
2211
|
+
|
2212
|
+
msgid "Default custom yum repository mirroring policy"
|
2213
|
+
msgstr ""
|
2214
|
+
|
2185
2215
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2186
2216
|
msgstr "Stratégie de téléchargement par défaut des syncs de Proxy Smart (soit 'immediate', 'on_demand')"
|
2187
2217
|
|
@@ -2209,6 +2239,12 @@ msgstr "Modèle kexec par défaut pour les nouveaux systèmes d'exploitation cr
|
|
2209
2239
|
msgid "Default location for subscribed hosts"
|
2210
2240
|
msgstr "Emplacement par défaut des hôtes souscrits"
|
2211
2241
|
|
2242
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2243
|
+
msgstr ""
|
2244
|
+
|
2245
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2246
|
+
msgstr ""
|
2247
|
+
|
2212
2248
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2213
2249
|
msgstr "Tableau de partitionnement par défaut pour les nouveaux systèmes d'exploitation créés à partir de contenu synchronisé"
|
2214
2250
|
|
@@ -2263,6 +2299,9 @@ msgstr "Supprimer"
|
|
2263
2299
|
msgid "Delete Activation Key"
|
2264
2300
|
msgstr "Supprimer la clé d'activation"
|
2265
2301
|
|
2302
|
+
msgid "Delete Flatpak remote?"
|
2303
|
+
msgstr ""
|
2304
|
+
|
2266
2305
|
msgid "Delete Host upon unregister"
|
2267
2306
|
msgstr "Supprimer l'hôte lors de la désinscription"
|
2268
2307
|
|
@@ -2506,12 +2545,18 @@ msgstr ""
|
|
2506
2545
|
msgid "Duration"
|
2507
2546
|
msgstr "Durée"
|
2508
2547
|
|
2548
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2549
|
+
msgstr ""
|
2550
|
+
|
2509
2551
|
msgid "ERRATA ADVISORY"
|
2510
2552
|
msgstr "AVIS ERRATA"
|
2511
2553
|
|
2512
2554
|
msgid "Edit"
|
2513
2555
|
msgstr "Modifier"
|
2514
2556
|
|
2557
|
+
msgid "Edit Flatpak Remote"
|
2558
|
+
msgstr ""
|
2559
|
+
|
2515
2560
|
msgid "Edit RPM rule"
|
2516
2561
|
msgstr "Ajouter une règle RPM"
|
2517
2562
|
|
@@ -2971,15 +3016,33 @@ msgstr "Terminé"
|
|
2971
3016
|
msgid "Finished"
|
2972
3017
|
msgstr "Terminé"
|
2973
3018
|
|
3019
|
+
msgid "Flatpak Remote ${name} created"
|
3020
|
+
msgstr ""
|
3021
|
+
|
3022
|
+
msgid "Flatpak Remote Details"
|
3023
|
+
msgstr ""
|
3024
|
+
|
2974
3025
|
msgid "Flatpak Remotes"
|
2975
3026
|
msgstr ""
|
2976
3027
|
|
3028
|
+
msgid "Flatpak remote could not be deleted: "
|
3029
|
+
msgstr ""
|
3030
|
+
|
3031
|
+
msgid "Flatpak remote deleted"
|
3032
|
+
msgstr ""
|
3033
|
+
|
2977
3034
|
msgid "Flatpak remote numeric identifier"
|
2978
3035
|
msgstr ""
|
2979
3036
|
|
2980
3037
|
msgid "Flatpak remote repository numeric identifier"
|
2981
3038
|
msgstr ""
|
2982
3039
|
|
3040
|
+
msgid "Flatpak remote scan could not be started: "
|
3041
|
+
msgstr ""
|
3042
|
+
|
3043
|
+
msgid "Flatpak remote updated"
|
3044
|
+
msgstr ""
|
3045
|
+
|
2983
3046
|
msgid "Force"
|
2984
3047
|
msgstr "Force"
|
2985
3048
|
|
@@ -3281,6 +3344,9 @@ msgstr "Combien de référentiels doivent être synchronisés simultanément sur
|
|
3281
3344
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3282
3345
|
msgstr "Comment classer les résultats triés (ex : ASC for pour croissant)"
|
3283
3346
|
|
3347
|
+
msgid "ID"
|
3348
|
+
msgstr ""
|
3349
|
+
|
3284
3350
|
msgid "ID of a HTTP Proxy"
|
3285
3351
|
msgstr "ID d'un proxy HTTP"
|
3286
3352
|
|
@@ -4009,6 +4075,9 @@ msgstr "Dernière vérification :"
|
|
4009
4075
|
msgid "Last checkin"
|
4010
4076
|
msgstr "Dernière vérification"
|
4011
4077
|
|
4078
|
+
msgid "Last mirrored"
|
4079
|
+
msgstr ""
|
4080
|
+
|
4012
4081
|
msgid "Last published"
|
4013
4082
|
msgstr "Dernière publication"
|
4014
4083
|
|
@@ -4423,6 +4492,9 @@ msgstr ""
|
|
4423
4492
|
msgid "Manage packages"
|
4424
4493
|
msgstr ""
|
4425
4494
|
|
4495
|
+
msgid "Manage repository sets"
|
4496
|
+
msgstr ""
|
4497
|
+
|
4426
4498
|
msgid "Manifest"
|
4427
4499
|
msgstr "Manifeste"
|
4428
4500
|
|
@@ -4527,12 +4599,21 @@ msgstr "Métadonnées tirées de l'historique des exportations en amont pour cet
|
|
4527
4599
|
msgid "Minimum version"
|
4528
4600
|
msgstr "Version minimum"
|
4529
4601
|
|
4602
|
+
msgid "Mirror"
|
4603
|
+
msgstr ""
|
4604
|
+
|
4530
4605
|
msgid "Mirror Remote Repository"
|
4531
4606
|
msgstr ""
|
4532
4607
|
|
4608
|
+
msgid "Mirror Repository"
|
4609
|
+
msgstr ""
|
4610
|
+
|
4533
4611
|
msgid "Mirror a flatpak remote repository"
|
4534
4612
|
msgstr ""
|
4535
4613
|
|
4614
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4615
|
+
msgstr ""
|
4616
|
+
|
4536
4617
|
msgid "Missing activation key!"
|
4537
4618
|
msgstr "Clé d'activation manquante !"
|
4538
4619
|
|
@@ -4575,9 +4656,18 @@ msgstr ""
|
|
4575
4656
|
msgid "Multi-entitlement"
|
4576
4657
|
msgstr "Droits d’accès multiples"
|
4577
4658
|
|
4659
|
+
msgid "Multi-environment activation key(s) affected"
|
4660
|
+
msgstr ""
|
4661
|
+
|
4662
|
+
msgid "Multi-environment host(s) affected"
|
4663
|
+
msgstr ""
|
4664
|
+
|
4578
4665
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4579
4666
|
msgstr ""
|
4580
4667
|
|
4668
|
+
msgid "Must be a vaild URL"
|
4669
|
+
msgstr ""
|
4670
|
+
|
4581
4671
|
msgid "N/A"
|
4582
4672
|
msgstr "Sans objet"
|
4583
4673
|
|
@@ -4647,6 +4737,9 @@ msgstr ""
|
|
4647
4737
|
msgid "Name of the host"
|
4648
4738
|
msgstr "Nom de l'hôte"
|
4649
4739
|
|
4740
|
+
msgid "Name of the product to mirror the remote repository to"
|
4741
|
+
msgstr ""
|
4742
|
+
|
4650
4743
|
msgid "Name of the repository"
|
4651
4744
|
msgstr "Nom du référentiel"
|
4652
4745
|
|
@@ -4755,6 +4848,9 @@ msgstr ""
|
|
4755
4848
|
msgid "No available repository or filter updates"
|
4756
4849
|
msgstr ""
|
4757
4850
|
|
4851
|
+
msgid "No change"
|
4852
|
+
msgstr ""
|
4853
|
+
|
4758
4854
|
msgid "No content"
|
4759
4855
|
msgstr "Aucun contenu"
|
4760
4856
|
|
@@ -5181,6 +5277,9 @@ msgstr "ID de l’organisation"
|
|
5181
5277
|
msgid "Organization ID is required"
|
5182
5278
|
msgstr "L'identification de l'organisation est requise"
|
5183
5279
|
|
5280
|
+
msgid "Organization ID or title"
|
5281
|
+
msgstr ""
|
5282
|
+
|
5184
5283
|
msgid "Organization Information not provided."
|
5185
5284
|
msgstr "Informations sur l'organisation non fournies."
|
5186
5285
|
|
@@ -5478,6 +5577,9 @@ msgstr "Permission refusée. L'utilisateur '%{user}' ne possède pas les permiss
|
|
5478
5577
|
msgid "Physical"
|
5479
5578
|
msgstr "Physique"
|
5480
5579
|
|
5580
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5581
|
+
msgstr ""
|
5582
|
+
|
5481
5583
|
msgid "Plan numeric identifier"
|
5482
5584
|
msgstr "Identifiant numérique du plan"
|
5483
5585
|
|
@@ -5526,9 +5628,6 @@ msgstr "Veuillez patienter..."
|
|
5526
5628
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5527
5629
|
msgstr "Politique à définir pour le contenu de mise en miroir . Doit être un parmi %s."
|
5528
5630
|
|
5529
|
-
msgid "Possible values: %s"
|
5530
|
-
msgstr ""
|
5531
|
-
|
5532
5631
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5533
5632
|
msgstr ""
|
5534
5633
|
|
@@ -6439,6 +6538,9 @@ msgstr "Examiner les environnements affectés"
|
|
6439
6538
|
msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
|
6440
6539
|
msgstr ""
|
6441
6540
|
|
6541
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6542
|
+
msgstr ""
|
6543
|
+
|
6442
6544
|
msgid "Review and then click {submitBtnText}."
|
6443
6545
|
msgstr ""
|
6444
6546
|
|
@@ -6523,6 +6625,9 @@ msgstr "Enregistrer"
|
|
6523
6625
|
msgid "Saving alternate content source..."
|
6524
6626
|
msgstr "Mise à jour de la source de contenu alternatif..."
|
6525
6627
|
|
6628
|
+
msgid "Scan"
|
6629
|
+
msgstr ""
|
6630
|
+
|
6526
6631
|
msgid "Scan a flatpak remote"
|
6527
6632
|
msgstr ""
|
6528
6633
|
|
@@ -6622,6 +6727,9 @@ msgstr ""
|
|
6622
6727
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6623
6728
|
msgstr "Sélectionnez un environnement de cycle de vie parmi les chemins de promotion disponibles pour promouvoir la nouvelle version."
|
6624
6729
|
|
6730
|
+
msgid "Select a product to mirror the repository into"
|
6731
|
+
msgstr ""
|
6732
|
+
|
6625
6733
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6626
6734
|
msgstr "Sélectionner un fournisseur pour installer katello-host-tools-tracer"
|
6627
6735
|
|
@@ -6715,6 +6823,9 @@ msgstr "Sélectionnez les produits"
|
|
6715
6823
|
msgid "Select products to associate to this source."
|
6716
6824
|
msgstr "Sélectionnez les produits à associer à cette source."
|
6717
6825
|
|
6826
|
+
msgid "Select repository sets"
|
6827
|
+
msgstr ""
|
6828
|
+
|
6718
6829
|
msgid "Select row"
|
6719
6830
|
msgstr "Sélectionner une ligne"
|
6720
6831
|
|
@@ -6763,6 +6874,9 @@ msgstr "Niveau de service (SLA) de l’hôte"
|
|
6763
6874
|
msgid "Service level to be used for autoheal"
|
6764
6875
|
msgstr "Niveau de service à utiliser pour la vérification automatique autoheal"
|
6765
6876
|
|
6877
|
+
msgid "Set content overrides"
|
6878
|
+
msgstr ""
|
6879
|
+
|
6766
6880
|
msgid "Set content overrides for the host"
|
6767
6881
|
msgstr "Définir les priorités de contenu pour l'hôte"
|
6768
6882
|
|
@@ -6778,6 +6892,9 @@ msgstr "Définissez true pour passer en mode activé ; définissez false pour pa
|
|
6778
6892
|
msgid "Set true to remove an override and reset it to 'default'"
|
6779
6893
|
msgstr "Régler sur true pour supprimer une dérogation et la remettre sur \"default\""
|
6780
6894
|
|
6895
|
+
msgid "Set up container registry certs"
|
6896
|
+
msgstr ""
|
6897
|
+
|
6781
6898
|
msgid "Sets the system purpose usage"
|
6782
6899
|
msgstr "Définir l'utilisation de l'objectif du système"
|
6783
6900
|
|
@@ -7731,6 +7848,9 @@ msgstr "Il n'y a pas de synchronisation en cours pour ce proxy smart."
|
|
7731
7848
|
msgid "This Content View must be set to Import-only before performing an import"
|
7732
7849
|
msgstr "Cette vue de contenu doit être réglée sur Import-only avant d'effectuer une importation"
|
7733
7850
|
|
7851
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7852
|
+
msgstr ""
|
7853
|
+
|
7734
7854
|
msgid "This Host is not currently registered with subscription-manager."
|
7735
7855
|
msgstr "Cet hôte n'est pas actuellement enregistré auprès de subscription-manager."
|
7736
7856
|
|
@@ -7893,6 +8013,9 @@ msgstr "Pour commencer, ajoutez cet hôte à une collection d'hôtes."
|
|
7893
8013
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7894
8014
|
msgstr ""
|
7895
8015
|
|
8016
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
8017
|
+
msgstr ""
|
8018
|
+
|
7896
8019
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7897
8020
|
msgstr ""
|
7898
8021
|
|
@@ -7995,6 +8118,9 @@ msgstr "URL d’une source de contenu PyPI telle que https://pypi.org."
|
|
7995
8118
|
msgid "URL of an OSTree repository."
|
7996
8119
|
msgstr "URL d’un référentiel OSTree"
|
7997
8120
|
|
8121
|
+
msgid "URL:"
|
8122
|
+
msgstr ""
|
8123
|
+
|
7998
8124
|
msgid "UUID"
|
7999
8125
|
msgstr "UUID"
|
8000
8126
|
|
@@ -8070,6 +8196,9 @@ msgstr ""
|
|
8070
8196
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
8071
8197
|
msgstr "Impossible d'actualiser une source de contenu alternative. Soit vous n'avez pas l'autorisation d'actualiser, soit aucune des sources de contenu alternatives n'existe."
|
8072
8198
|
|
8199
|
+
msgid "Unable to refresh host-repository mapping"
|
8200
|
+
msgstr ""
|
8201
|
+
|
8073
8202
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8074
8203
|
msgstr "Impossible d'envoyer une notification par courrier électronique errata : %{error}"
|
8075
8204
|
|
@@ -8082,6 +8211,12 @@ msgstr ""
|
|
8082
8211
|
msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
|
8083
8212
|
msgstr "Impossible de synchroniser un référentiel. Vous ne possédez pas de permission pour synchroniser ou les référentiels sélectionnés ne contiennent pas un url de flux."
|
8084
8213
|
|
8214
|
+
msgid "Unable to update host-repository mapping"
|
8215
|
+
msgstr ""
|
8216
|
+
|
8217
|
+
msgid "Unable to update hosts"
|
8218
|
+
msgstr ""
|
8219
|
+
|
8085
8220
|
msgid "Unable to update the repository list"
|
8086
8221
|
msgstr "Impossible de mettre à jour la liste des référentiels"
|
8087
8222
|
|
@@ -8118,6 +8253,9 @@ msgstr "Illimité"
|
|
8118
8253
|
msgid "Unregister host %s before assigning an organization"
|
8119
8254
|
msgstr "Désenregistrer l’hôte %s avant d'assigner une organisation"
|
8120
8255
|
|
8256
|
+
msgid "Unregister host %s before assigning an organization."
|
8257
|
+
msgstr ""
|
8258
|
+
|
8121
8259
|
msgid "Unregister the host as a subscription consumer"
|
8122
8260
|
msgstr "Désenregistrer l'hôte en tant que consommateur d'abonnement"
|
8123
8261
|
|
@@ -8388,6 +8526,9 @@ msgstr "Utiliser des proxy HTTP"
|
|
8388
8526
|
msgid "Use HTTP proxies"
|
8389
8527
|
msgstr "Utiliser des proxies HTTP"
|
8390
8528
|
|
8529
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8530
|
+
msgstr ""
|
8531
|
+
|
8391
8532
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8392
8533
|
msgstr "Utilisé pour déterminer la simultanéité de téléchargement du référentiel dans la pulp3. Valeur d'utilisation inférieure à 20. Valeur par défaut de 10"
|
8393
8534
|
|
@@ -9159,6 +9300,9 @@ msgstr "installation des packages..."
|
|
9159
9300
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9160
9301
|
msgstr "Interprète l'objet spécifié pour qu’il ne retourne que les référentiels qui peuvent être associés à l'objet spécifié. La valeur 'content_view' est prise en charge."
|
9161
9302
|
|
9303
|
+
msgid "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product."
|
9304
|
+
msgstr ""
|
9305
|
+
|
9162
9306
|
msgid "invalid: Repositories can only require one OS version."
|
9163
9307
|
msgstr "invalide : les référentiels ne peuvent exiger qu'une seule version du système d'exploitation."
|
9164
9308
|
|
Binary file
|