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/cs/katello.po
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"PO-Revision-Date: 2025-08-07 14:20+0000\n"
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
14
|
"Language: \n"
|
@@ -808,6 +808,9 @@ msgstr ""
|
|
808
808
|
msgid "Application"
|
809
809
|
msgstr ""
|
810
810
|
|
811
|
+
msgid "Application name"
|
812
|
+
msgstr ""
|
813
|
+
|
811
814
|
msgid "Apply"
|
812
815
|
msgstr ""
|
813
816
|
|
@@ -1050,6 +1053,9 @@ msgstr ""
|
|
1050
1053
|
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."
|
1051
1054
|
msgstr ""
|
1052
1055
|
|
1056
|
+
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."
|
1057
|
+
msgstr ""
|
1058
|
+
|
1053
1059
|
msgid "Beta"
|
1054
1060
|
msgstr ""
|
1055
1061
|
|
@@ -1209,6 +1215,9 @@ msgstr ""
|
|
1209
1215
|
msgid "Cannot add composite versions to another composite content view"
|
1210
1216
|
msgstr ""
|
1211
1217
|
|
1218
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1219
|
+
msgstr ""
|
1220
|
+
|
1212
1221
|
msgid "Cannot add content view environments from a different organization"
|
1213
1222
|
msgstr ""
|
1214
1223
|
|
@@ -1386,6 +1395,12 @@ msgstr ""
|
|
1386
1395
|
msgid "Change host content source"
|
1387
1396
|
msgstr ""
|
1388
1397
|
|
1398
|
+
msgid "Change the status of at least one repository."
|
1399
|
+
msgstr ""
|
1400
|
+
|
1401
|
+
msgid "Changed status"
|
1402
|
+
msgstr ""
|
1403
|
+
|
1389
1404
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1390
1405
|
msgstr ""
|
1391
1406
|
|
@@ -1680,6 +1695,9 @@ msgstr ""
|
|
1680
1695
|
msgid "Content override search parameters"
|
1681
1696
|
msgstr ""
|
1682
1697
|
|
1698
|
+
msgid "Content overrides updating."
|
1699
|
+
msgstr ""
|
1700
|
+
|
1683
1701
|
msgid "Content source"
|
1684
1702
|
msgstr ""
|
1685
1703
|
|
@@ -1863,6 +1881,9 @@ msgstr ""
|
|
1863
1881
|
msgid "Could not find environments for promotion"
|
1864
1882
|
msgstr ""
|
1865
1883
|
|
1884
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1885
|
+
msgstr ""
|
1886
|
+
|
1866
1887
|
msgid "Could not locate Pulp distribution."
|
1867
1888
|
msgstr ""
|
1868
1889
|
|
@@ -1974,6 +1995,9 @@ msgstr ""
|
|
1974
1995
|
msgid "Create Export History"
|
1975
1996
|
msgstr ""
|
1976
1997
|
|
1998
|
+
msgid "Create Flatpak Remote"
|
1999
|
+
msgstr ""
|
2000
|
+
|
1977
2001
|
msgid "Create Import History"
|
1978
2002
|
msgstr ""
|
1979
2003
|
|
@@ -2166,6 +2190,12 @@ msgstr ""
|
|
2166
2190
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2167
2191
|
msgstr ""
|
2168
2192
|
|
2193
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2194
|
+
msgstr ""
|
2195
|
+
|
2196
|
+
msgid "Default custom yum repository mirroring policy"
|
2197
|
+
msgstr ""
|
2198
|
+
|
2169
2199
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2170
2200
|
msgstr ""
|
2171
2201
|
|
@@ -2193,6 +2223,12 @@ msgstr ""
|
|
2193
2223
|
msgid "Default location for subscribed hosts"
|
2194
2224
|
msgstr ""
|
2195
2225
|
|
2226
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2227
|
+
msgstr ""
|
2228
|
+
|
2229
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2230
|
+
msgstr ""
|
2231
|
+
|
2196
2232
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2197
2233
|
msgstr ""
|
2198
2234
|
|
@@ -2247,6 +2283,9 @@ msgstr ""
|
|
2247
2283
|
msgid "Delete Activation Key"
|
2248
2284
|
msgstr ""
|
2249
2285
|
|
2286
|
+
msgid "Delete Flatpak remote?"
|
2287
|
+
msgstr ""
|
2288
|
+
|
2250
2289
|
msgid "Delete Host upon unregister"
|
2251
2290
|
msgstr ""
|
2252
2291
|
|
@@ -2490,12 +2529,18 @@ msgstr ""
|
|
2490
2529
|
msgid "Duration"
|
2491
2530
|
msgstr ""
|
2492
2531
|
|
2532
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2533
|
+
msgstr ""
|
2534
|
+
|
2493
2535
|
msgid "ERRATA ADVISORY"
|
2494
2536
|
msgstr ""
|
2495
2537
|
|
2496
2538
|
msgid "Edit"
|
2497
2539
|
msgstr ""
|
2498
2540
|
|
2541
|
+
msgid "Edit Flatpak Remote"
|
2542
|
+
msgstr ""
|
2543
|
+
|
2499
2544
|
msgid "Edit RPM rule"
|
2500
2545
|
msgstr ""
|
2501
2546
|
|
@@ -2955,15 +3000,33 @@ msgstr ""
|
|
2955
3000
|
msgid "Finished"
|
2956
3001
|
msgstr ""
|
2957
3002
|
|
3003
|
+
msgid "Flatpak Remote ${name} created"
|
3004
|
+
msgstr ""
|
3005
|
+
|
3006
|
+
msgid "Flatpak Remote Details"
|
3007
|
+
msgstr ""
|
3008
|
+
|
2958
3009
|
msgid "Flatpak Remotes"
|
2959
3010
|
msgstr ""
|
2960
3011
|
|
3012
|
+
msgid "Flatpak remote could not be deleted: "
|
3013
|
+
msgstr ""
|
3014
|
+
|
3015
|
+
msgid "Flatpak remote deleted"
|
3016
|
+
msgstr ""
|
3017
|
+
|
2961
3018
|
msgid "Flatpak remote numeric identifier"
|
2962
3019
|
msgstr ""
|
2963
3020
|
|
2964
3021
|
msgid "Flatpak remote repository numeric identifier"
|
2965
3022
|
msgstr ""
|
2966
3023
|
|
3024
|
+
msgid "Flatpak remote scan could not be started: "
|
3025
|
+
msgstr ""
|
3026
|
+
|
3027
|
+
msgid "Flatpak remote updated"
|
3028
|
+
msgstr ""
|
3029
|
+
|
2967
3030
|
msgid "Force"
|
2968
3031
|
msgstr ""
|
2969
3032
|
|
@@ -3263,6 +3326,9 @@ msgstr ""
|
|
3263
3326
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3264
3327
|
msgstr ""
|
3265
3328
|
|
3329
|
+
msgid "ID"
|
3330
|
+
msgstr ""
|
3331
|
+
|
3266
3332
|
msgid "ID of a HTTP Proxy"
|
3267
3333
|
msgstr ""
|
3268
3334
|
|
@@ -3991,6 +4057,9 @@ msgstr ""
|
|
3991
4057
|
msgid "Last checkin"
|
3992
4058
|
msgstr ""
|
3993
4059
|
|
4060
|
+
msgid "Last mirrored"
|
4061
|
+
msgstr ""
|
4062
|
+
|
3994
4063
|
msgid "Last published"
|
3995
4064
|
msgstr ""
|
3996
4065
|
|
@@ -4405,6 +4474,9 @@ msgstr ""
|
|
4405
4474
|
msgid "Manage packages"
|
4406
4475
|
msgstr ""
|
4407
4476
|
|
4477
|
+
msgid "Manage repository sets"
|
4478
|
+
msgstr ""
|
4479
|
+
|
4408
4480
|
msgid "Manifest"
|
4409
4481
|
msgstr ""
|
4410
4482
|
|
@@ -4509,12 +4581,21 @@ msgstr ""
|
|
4509
4581
|
msgid "Minimum version"
|
4510
4582
|
msgstr ""
|
4511
4583
|
|
4584
|
+
msgid "Mirror"
|
4585
|
+
msgstr ""
|
4586
|
+
|
4512
4587
|
msgid "Mirror Remote Repository"
|
4513
4588
|
msgstr ""
|
4514
4589
|
|
4590
|
+
msgid "Mirror Repository"
|
4591
|
+
msgstr ""
|
4592
|
+
|
4515
4593
|
msgid "Mirror a flatpak remote repository"
|
4516
4594
|
msgstr ""
|
4517
4595
|
|
4596
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4597
|
+
msgstr ""
|
4598
|
+
|
4518
4599
|
msgid "Missing activation key!"
|
4519
4600
|
msgstr ""
|
4520
4601
|
|
@@ -4557,9 +4638,18 @@ msgstr ""
|
|
4557
4638
|
msgid "Multi-entitlement"
|
4558
4639
|
msgstr ""
|
4559
4640
|
|
4641
|
+
msgid "Multi-environment activation key(s) affected"
|
4642
|
+
msgstr ""
|
4643
|
+
|
4644
|
+
msgid "Multi-environment host(s) affected"
|
4645
|
+
msgstr ""
|
4646
|
+
|
4560
4647
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4561
4648
|
msgstr ""
|
4562
4649
|
|
4650
|
+
msgid "Must be a vaild URL"
|
4651
|
+
msgstr ""
|
4652
|
+
|
4563
4653
|
msgid "N/A"
|
4564
4654
|
msgstr ""
|
4565
4655
|
|
@@ -4623,6 +4713,9 @@ msgstr ""
|
|
4623
4713
|
msgid "Name of the host"
|
4624
4714
|
msgstr ""
|
4625
4715
|
|
4716
|
+
msgid "Name of the product to mirror the remote repository to"
|
4717
|
+
msgstr ""
|
4718
|
+
|
4626
4719
|
msgid "Name of the repository"
|
4627
4720
|
msgstr ""
|
4628
4721
|
|
@@ -4731,6 +4824,9 @@ msgstr ""
|
|
4731
4824
|
msgid "No available repository or filter updates"
|
4732
4825
|
msgstr ""
|
4733
4826
|
|
4827
|
+
msgid "No change"
|
4828
|
+
msgstr ""
|
4829
|
+
|
4734
4830
|
msgid "No content"
|
4735
4831
|
msgstr ""
|
4736
4832
|
|
@@ -5157,6 +5253,9 @@ msgstr ""
|
|
5157
5253
|
msgid "Organization ID is required"
|
5158
5254
|
msgstr ""
|
5159
5255
|
|
5256
|
+
msgid "Organization ID or title"
|
5257
|
+
msgstr ""
|
5258
|
+
|
5160
5259
|
msgid "Organization Information not provided."
|
5161
5260
|
msgstr ""
|
5162
5261
|
|
@@ -5454,6 +5553,9 @@ msgstr ""
|
|
5454
5553
|
msgid "Physical"
|
5455
5554
|
msgstr ""
|
5456
5555
|
|
5556
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5557
|
+
msgstr ""
|
5558
|
+
|
5457
5559
|
msgid "Plan numeric identifier"
|
5458
5560
|
msgstr ""
|
5459
5561
|
|
@@ -5502,9 +5604,6 @@ msgstr ""
|
|
5502
5604
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5503
5605
|
msgstr ""
|
5504
5606
|
|
5505
|
-
msgid "Possible values: %s"
|
5506
|
-
msgstr ""
|
5507
|
-
|
5508
5607
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5509
5608
|
msgstr ""
|
5510
5609
|
|
@@ -6413,6 +6512,9 @@ msgstr ""
|
|
6413
6512
|
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."
|
6414
6513
|
msgstr ""
|
6415
6514
|
|
6515
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6516
|
+
msgstr ""
|
6517
|
+
|
6416
6518
|
msgid "Review and then click {submitBtnText}."
|
6417
6519
|
msgstr ""
|
6418
6520
|
|
@@ -6497,6 +6599,9 @@ msgstr ""
|
|
6497
6599
|
msgid "Saving alternate content source..."
|
6498
6600
|
msgstr ""
|
6499
6601
|
|
6602
|
+
msgid "Scan"
|
6603
|
+
msgstr ""
|
6604
|
+
|
6500
6605
|
msgid "Scan a flatpak remote"
|
6501
6606
|
msgstr ""
|
6502
6607
|
|
@@ -6596,6 +6701,9 @@ msgstr ""
|
|
6596
6701
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6597
6702
|
msgstr ""
|
6598
6703
|
|
6704
|
+
msgid "Select a product to mirror the repository into"
|
6705
|
+
msgstr ""
|
6706
|
+
|
6599
6707
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6600
6708
|
msgstr ""
|
6601
6709
|
|
@@ -6689,6 +6797,9 @@ msgstr ""
|
|
6689
6797
|
msgid "Select products to associate to this source."
|
6690
6798
|
msgstr ""
|
6691
6799
|
|
6800
|
+
msgid "Select repository sets"
|
6801
|
+
msgstr ""
|
6802
|
+
|
6692
6803
|
msgid "Select row"
|
6693
6804
|
msgstr ""
|
6694
6805
|
|
@@ -6737,6 +6848,9 @@ msgstr ""
|
|
6737
6848
|
msgid "Service level to be used for autoheal"
|
6738
6849
|
msgstr ""
|
6739
6850
|
|
6851
|
+
msgid "Set content overrides"
|
6852
|
+
msgstr ""
|
6853
|
+
|
6740
6854
|
msgid "Set content overrides for the host"
|
6741
6855
|
msgstr ""
|
6742
6856
|
|
@@ -6752,6 +6866,9 @@ msgstr ""
|
|
6752
6866
|
msgid "Set true to remove an override and reset it to 'default'"
|
6753
6867
|
msgstr ""
|
6754
6868
|
|
6869
|
+
msgid "Set up container registry certs"
|
6870
|
+
msgstr ""
|
6871
|
+
|
6755
6872
|
msgid "Sets the system purpose usage"
|
6756
6873
|
msgstr ""
|
6757
6874
|
|
@@ -7701,6 +7818,9 @@ msgstr ""
|
|
7701
7818
|
msgid "This Content View must be set to Import-only before performing an import"
|
7702
7819
|
msgstr ""
|
7703
7820
|
|
7821
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7822
|
+
msgstr ""
|
7823
|
+
|
7704
7824
|
msgid "This Host is not currently registered with subscription-manager."
|
7705
7825
|
msgstr ""
|
7706
7826
|
|
@@ -7863,6 +7983,9 @@ msgstr ""
|
|
7863
7983
|
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."
|
7864
7984
|
msgstr ""
|
7865
7985
|
|
7986
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7987
|
+
msgstr ""
|
7988
|
+
|
7866
7989
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7867
7990
|
msgstr ""
|
7868
7991
|
|
@@ -7965,6 +8088,9 @@ msgstr ""
|
|
7965
8088
|
msgid "URL of an OSTree repository."
|
7966
8089
|
msgstr ""
|
7967
8090
|
|
8091
|
+
msgid "URL:"
|
8092
|
+
msgstr ""
|
8093
|
+
|
7968
8094
|
msgid "UUID"
|
7969
8095
|
msgstr ""
|
7970
8096
|
|
@@ -8040,6 +8166,9 @@ msgstr ""
|
|
8040
8166
|
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."
|
8041
8167
|
msgstr ""
|
8042
8168
|
|
8169
|
+
msgid "Unable to refresh host-repository mapping"
|
8170
|
+
msgstr ""
|
8171
|
+
|
8043
8172
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8044
8173
|
msgstr ""
|
8045
8174
|
|
@@ -8052,6 +8181,12 @@ msgstr ""
|
|
8052
8181
|
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."
|
8053
8182
|
msgstr ""
|
8054
8183
|
|
8184
|
+
msgid "Unable to update host-repository mapping"
|
8185
|
+
msgstr ""
|
8186
|
+
|
8187
|
+
msgid "Unable to update hosts"
|
8188
|
+
msgstr ""
|
8189
|
+
|
8055
8190
|
msgid "Unable to update the repository list"
|
8056
8191
|
msgstr ""
|
8057
8192
|
|
@@ -8088,6 +8223,9 @@ msgstr ""
|
|
8088
8223
|
msgid "Unregister host %s before assigning an organization"
|
8089
8224
|
msgstr ""
|
8090
8225
|
|
8226
|
+
msgid "Unregister host %s before assigning an organization."
|
8227
|
+
msgstr ""
|
8228
|
+
|
8091
8229
|
msgid "Unregister the host as a subscription consumer"
|
8092
8230
|
msgstr ""
|
8093
8231
|
|
@@ -8358,6 +8496,9 @@ msgstr ""
|
|
8358
8496
|
msgid "Use HTTP proxies"
|
8359
8497
|
msgstr ""
|
8360
8498
|
|
8499
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8500
|
+
msgstr ""
|
8501
|
+
|
8361
8502
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8362
8503
|
msgstr ""
|
8363
8504
|
|
@@ -9129,6 +9270,9 @@ msgstr ""
|
|
9129
9270
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9130
9271
|
msgstr ""
|
9131
9272
|
|
9273
|
+
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."
|
9274
|
+
msgstr ""
|
9275
|
+
|
9132
9276
|
msgid "invalid: Repositories can only require one OS version."
|
9133
9277
|
msgstr ""
|
9134
9278
|
|
Binary file
|