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/ru/katello.po
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: katello 4.
|
18
|
+
"Project-Id-Version: katello 4.18.0.pre.master\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
21
21
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
|
@@ -821,6 +821,9 @@ msgstr ""
|
|
821
821
|
msgid "Application"
|
822
822
|
msgstr "Программа"
|
823
823
|
|
824
|
+
msgid "Application name"
|
825
|
+
msgstr ""
|
826
|
+
|
824
827
|
msgid "Apply"
|
825
828
|
msgstr "Применить"
|
826
829
|
|
@@ -1063,6 +1066,9 @@ msgstr ""
|
|
1063
1066
|
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."
|
1064
1067
|
msgstr ""
|
1065
1068
|
|
1069
|
+
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."
|
1070
|
+
msgstr ""
|
1071
|
+
|
1066
1072
|
msgid "Beta"
|
1067
1073
|
msgstr "Beta"
|
1068
1074
|
|
@@ -1222,6 +1228,9 @@ msgstr "Составные версии не могут быть добавле
|
|
1222
1228
|
msgid "Cannot add composite versions to another composite content view"
|
1223
1229
|
msgstr "Сложные версии не могут добавляться в другое сложное представление"
|
1224
1230
|
|
1231
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1232
|
+
msgstr ""
|
1233
|
+
|
1225
1234
|
msgid "Cannot add content view environments from a different organization"
|
1226
1235
|
msgstr ""
|
1227
1236
|
|
@@ -1399,6 +1408,12 @@ msgstr ""
|
|
1399
1408
|
msgid "Change host content source"
|
1400
1409
|
msgstr ""
|
1401
1410
|
|
1411
|
+
msgid "Change the status of at least one repository."
|
1412
|
+
msgstr ""
|
1413
|
+
|
1414
|
+
msgid "Changed status"
|
1415
|
+
msgstr ""
|
1416
|
+
|
1402
1417
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1403
1418
|
msgstr ""
|
1404
1419
|
|
@@ -1693,6 +1708,9 @@ msgstr ""
|
|
1693
1708
|
msgid "Content override search parameters"
|
1694
1709
|
msgstr ""
|
1695
1710
|
|
1711
|
+
msgid "Content overrides updating."
|
1712
|
+
msgstr ""
|
1713
|
+
|
1696
1714
|
msgid "Content source"
|
1697
1715
|
msgstr ""
|
1698
1716
|
|
@@ -1876,6 +1894,9 @@ msgstr ""
|
|
1876
1894
|
msgid "Could not find environments for promotion"
|
1877
1895
|
msgstr ""
|
1878
1896
|
|
1897
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1898
|
+
msgstr ""
|
1899
|
+
|
1879
1900
|
msgid "Could not locate Pulp distribution."
|
1880
1901
|
msgstr ""
|
1881
1902
|
|
@@ -1987,6 +2008,9 @@ msgstr ""
|
|
1987
2008
|
msgid "Create Export History"
|
1988
2009
|
msgstr ""
|
1989
2010
|
|
2011
|
+
msgid "Create Flatpak Remote"
|
2012
|
+
msgstr ""
|
2013
|
+
|
1990
2014
|
msgid "Create Import History"
|
1991
2015
|
msgstr ""
|
1992
2016
|
|
@@ -2179,6 +2203,12 @@ msgstr "SLA по умолчанию"
|
|
2179
2203
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2180
2204
|
msgstr ""
|
2181
2205
|
|
2206
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2207
|
+
msgstr ""
|
2208
|
+
|
2209
|
+
msgid "Default custom yum repository mirroring policy"
|
2210
|
+
msgstr ""
|
2211
|
+
|
2182
2212
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2183
2213
|
msgstr ""
|
2184
2214
|
|
@@ -2206,6 +2236,12 @@ msgstr ""
|
|
2206
2236
|
msgid "Default location for subscribed hosts"
|
2207
2237
|
msgstr ""
|
2208
2238
|
|
2239
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2240
|
+
msgstr ""
|
2241
|
+
|
2242
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2243
|
+
msgstr ""
|
2244
|
+
|
2209
2245
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2210
2246
|
msgstr ""
|
2211
2247
|
|
@@ -2260,6 +2296,9 @@ msgstr "Удалить"
|
|
2260
2296
|
msgid "Delete Activation Key"
|
2261
2297
|
msgstr "Удалить ключ активации"
|
2262
2298
|
|
2299
|
+
msgid "Delete Flatpak remote?"
|
2300
|
+
msgstr ""
|
2301
|
+
|
2263
2302
|
msgid "Delete Host upon unregister"
|
2264
2303
|
msgstr ""
|
2265
2304
|
|
@@ -2503,12 +2542,18 @@ msgstr ""
|
|
2503
2542
|
msgid "Duration"
|
2504
2543
|
msgstr "Продолжительность"
|
2505
2544
|
|
2545
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2546
|
+
msgstr ""
|
2547
|
+
|
2506
2548
|
msgid "ERRATA ADVISORY"
|
2507
2549
|
msgstr "РЕКОМЕНДАЦИИ ИСПРАВЛЕНИЙ"
|
2508
2550
|
|
2509
2551
|
msgid "Edit"
|
2510
2552
|
msgstr "Изменить"
|
2511
2553
|
|
2554
|
+
msgid "Edit Flatpak Remote"
|
2555
|
+
msgstr ""
|
2556
|
+
|
2512
2557
|
msgid "Edit RPM rule"
|
2513
2558
|
msgstr ""
|
2514
2559
|
|
@@ -2968,15 +3013,33 @@ msgstr ""
|
|
2968
3013
|
msgid "Finished"
|
2969
3014
|
msgstr "Готово"
|
2970
3015
|
|
3016
|
+
msgid "Flatpak Remote ${name} created"
|
3017
|
+
msgstr ""
|
3018
|
+
|
3019
|
+
msgid "Flatpak Remote Details"
|
3020
|
+
msgstr ""
|
3021
|
+
|
2971
3022
|
msgid "Flatpak Remotes"
|
2972
3023
|
msgstr ""
|
2973
3024
|
|
3025
|
+
msgid "Flatpak remote could not be deleted: "
|
3026
|
+
msgstr ""
|
3027
|
+
|
3028
|
+
msgid "Flatpak remote deleted"
|
3029
|
+
msgstr ""
|
3030
|
+
|
2974
3031
|
msgid "Flatpak remote numeric identifier"
|
2975
3032
|
msgstr ""
|
2976
3033
|
|
2977
3034
|
msgid "Flatpak remote repository numeric identifier"
|
2978
3035
|
msgstr ""
|
2979
3036
|
|
3037
|
+
msgid "Flatpak remote scan could not be started: "
|
3038
|
+
msgstr ""
|
3039
|
+
|
3040
|
+
msgid "Flatpak remote updated"
|
3041
|
+
msgstr ""
|
3042
|
+
|
2980
3043
|
msgid "Force"
|
2981
3044
|
msgstr ""
|
2982
3045
|
|
@@ -3276,6 +3339,9 @@ msgstr ""
|
|
3276
3339
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3277
3340
|
msgstr "Порядок сортировки (например, ASC — по возрастанию)"
|
3278
3341
|
|
3342
|
+
msgid "ID"
|
3343
|
+
msgstr ""
|
3344
|
+
|
3279
3345
|
msgid "ID of a HTTP Proxy"
|
3280
3346
|
msgstr ""
|
3281
3347
|
|
@@ -4004,6 +4070,9 @@ msgstr ""
|
|
4004
4070
|
msgid "Last checkin"
|
4005
4071
|
msgstr ""
|
4006
4072
|
|
4073
|
+
msgid "Last mirrored"
|
4074
|
+
msgstr ""
|
4075
|
+
|
4007
4076
|
msgid "Last published"
|
4008
4077
|
msgstr ""
|
4009
4078
|
|
@@ -4418,6 +4487,9 @@ msgstr ""
|
|
4418
4487
|
msgid "Manage packages"
|
4419
4488
|
msgstr ""
|
4420
4489
|
|
4490
|
+
msgid "Manage repository sets"
|
4491
|
+
msgstr ""
|
4492
|
+
|
4421
4493
|
msgid "Manifest"
|
4422
4494
|
msgstr ""
|
4423
4495
|
|
@@ -4522,12 +4594,21 @@ msgstr ""
|
|
4522
4594
|
msgid "Minimum version"
|
4523
4595
|
msgstr ""
|
4524
4596
|
|
4597
|
+
msgid "Mirror"
|
4598
|
+
msgstr ""
|
4599
|
+
|
4525
4600
|
msgid "Mirror Remote Repository"
|
4526
4601
|
msgstr ""
|
4527
4602
|
|
4603
|
+
msgid "Mirror Repository"
|
4604
|
+
msgstr ""
|
4605
|
+
|
4528
4606
|
msgid "Mirror a flatpak remote repository"
|
4529
4607
|
msgstr ""
|
4530
4608
|
|
4609
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4610
|
+
msgstr ""
|
4611
|
+
|
4531
4612
|
msgid "Missing activation key!"
|
4532
4613
|
msgstr ""
|
4533
4614
|
|
@@ -4570,9 +4651,18 @@ msgstr ""
|
|
4570
4651
|
msgid "Multi-entitlement"
|
4571
4652
|
msgstr "Многократные полномочия"
|
4572
4653
|
|
4654
|
+
msgid "Multi-environment activation key(s) affected"
|
4655
|
+
msgstr ""
|
4656
|
+
|
4657
|
+
msgid "Multi-environment host(s) affected"
|
4658
|
+
msgstr ""
|
4659
|
+
|
4573
4660
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4574
4661
|
msgstr ""
|
4575
4662
|
|
4663
|
+
msgid "Must be a vaild URL"
|
4664
|
+
msgstr ""
|
4665
|
+
|
4576
4666
|
msgid "N/A"
|
4577
4667
|
msgstr "нет"
|
4578
4668
|
|
@@ -4636,6 +4726,9 @@ msgstr ""
|
|
4636
4726
|
msgid "Name of the host"
|
4637
4727
|
msgstr "Имя узла"
|
4638
4728
|
|
4729
|
+
msgid "Name of the product to mirror the remote repository to"
|
4730
|
+
msgstr ""
|
4731
|
+
|
4639
4732
|
msgid "Name of the repository"
|
4640
4733
|
msgstr ""
|
4641
4734
|
|
@@ -4744,6 +4837,9 @@ msgstr ""
|
|
4744
4837
|
msgid "No available repository or filter updates"
|
4745
4838
|
msgstr ""
|
4746
4839
|
|
4840
|
+
msgid "No change"
|
4841
|
+
msgstr ""
|
4842
|
+
|
4747
4843
|
msgid "No content"
|
4748
4844
|
msgstr ""
|
4749
4845
|
|
@@ -5170,6 +5266,9 @@ msgstr "Код организации"
|
|
5170
5266
|
msgid "Organization ID is required"
|
5171
5267
|
msgstr ""
|
5172
5268
|
|
5269
|
+
msgid "Organization ID or title"
|
5270
|
+
msgstr ""
|
5271
|
+
|
5173
5272
|
msgid "Organization Information not provided."
|
5174
5273
|
msgstr ""
|
5175
5274
|
|
@@ -5467,6 +5566,9 @@ msgstr "Отказ в разрешении. У «%{user}» нет прав до
|
|
5467
5566
|
msgid "Physical"
|
5468
5567
|
msgstr " Физическая"
|
5469
5568
|
|
5569
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5570
|
+
msgstr ""
|
5571
|
+
|
5470
5572
|
msgid "Plan numeric identifier"
|
5471
5573
|
msgstr "Числовой идентификатор плана"
|
5472
5574
|
|
@@ -5515,9 +5617,6 @@ msgstr "Подождите..."
|
|
5515
5617
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5516
5618
|
msgstr ""
|
5517
5619
|
|
5518
|
-
msgid "Possible values: %s"
|
5519
|
-
msgstr ""
|
5520
|
-
|
5521
5620
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5522
5621
|
msgstr ""
|
5523
5622
|
|
@@ -6426,6 +6525,9 @@ msgstr ""
|
|
6426
6525
|
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."
|
6427
6526
|
msgstr ""
|
6428
6527
|
|
6528
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6529
|
+
msgstr ""
|
6530
|
+
|
6429
6531
|
msgid "Review and then click {submitBtnText}."
|
6430
6532
|
msgstr ""
|
6431
6533
|
|
@@ -6510,6 +6612,9 @@ msgstr "Сохранить"
|
|
6510
6612
|
msgid "Saving alternate content source..."
|
6511
6613
|
msgstr ""
|
6512
6614
|
|
6615
|
+
msgid "Scan"
|
6616
|
+
msgstr ""
|
6617
|
+
|
6513
6618
|
msgid "Scan a flatpak remote"
|
6514
6619
|
msgstr ""
|
6515
6620
|
|
@@ -6609,6 +6714,9 @@ msgstr ""
|
|
6609
6714
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6610
6715
|
msgstr ""
|
6611
6716
|
|
6717
|
+
msgid "Select a product to mirror the repository into"
|
6718
|
+
msgstr ""
|
6719
|
+
|
6612
6720
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6613
6721
|
msgstr ""
|
6614
6722
|
|
@@ -6702,6 +6810,9 @@ msgstr ""
|
|
6702
6810
|
msgid "Select products to associate to this source."
|
6703
6811
|
msgstr ""
|
6704
6812
|
|
6813
|
+
msgid "Select repository sets"
|
6814
|
+
msgstr ""
|
6815
|
+
|
6705
6816
|
msgid "Select row"
|
6706
6817
|
msgstr ""
|
6707
6818
|
|
@@ -6750,6 +6861,9 @@ msgstr ""
|
|
6750
6861
|
msgid "Service level to be used for autoheal"
|
6751
6862
|
msgstr ""
|
6752
6863
|
|
6864
|
+
msgid "Set content overrides"
|
6865
|
+
msgstr ""
|
6866
|
+
|
6753
6867
|
msgid "Set content overrides for the host"
|
6754
6868
|
msgstr "Настроить переопределения для содержимого узла"
|
6755
6869
|
|
@@ -6765,6 +6879,9 @@ msgstr ""
|
|
6765
6879
|
msgid "Set true to remove an override and reset it to 'default'"
|
6766
6880
|
msgstr ""
|
6767
6881
|
|
6882
|
+
msgid "Set up container registry certs"
|
6883
|
+
msgstr ""
|
6884
|
+
|
6768
6885
|
msgid "Sets the system purpose usage"
|
6769
6886
|
msgstr ""
|
6770
6887
|
|
@@ -7714,6 +7831,9 @@ msgstr ""
|
|
7714
7831
|
msgid "This Content View must be set to Import-only before performing an import"
|
7715
7832
|
msgstr ""
|
7716
7833
|
|
7834
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7835
|
+
msgstr ""
|
7836
|
+
|
7717
7837
|
msgid "This Host is not currently registered with subscription-manager."
|
7718
7838
|
msgstr ""
|
7719
7839
|
|
@@ -7876,6 +7996,9 @@ msgstr ""
|
|
7876
7996
|
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."
|
7877
7997
|
msgstr ""
|
7878
7998
|
|
7999
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
8000
|
+
msgstr ""
|
8001
|
+
|
7879
8002
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7880
8003
|
msgstr ""
|
7881
8004
|
|
@@ -7978,6 +8101,9 @@ msgstr ""
|
|
7978
8101
|
msgid "URL of an OSTree repository."
|
7979
8102
|
msgstr ""
|
7980
8103
|
|
8104
|
+
msgid "URL:"
|
8105
|
+
msgstr ""
|
8106
|
+
|
7981
8107
|
msgid "UUID"
|
7982
8108
|
msgstr "UUID"
|
7983
8109
|
|
@@ -8053,6 +8179,9 @@ msgstr ""
|
|
8053
8179
|
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."
|
8054
8180
|
msgstr ""
|
8055
8181
|
|
8182
|
+
msgid "Unable to refresh host-repository mapping"
|
8183
|
+
msgstr ""
|
8184
|
+
|
8056
8185
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8057
8186
|
msgstr ""
|
8058
8187
|
|
@@ -8065,6 +8194,12 @@ msgstr ""
|
|
8065
8194
|
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."
|
8066
8195
|
msgstr "Не удалось синхронизировать репозитории. Недостаточно разрешений или не определен URL репозитория."
|
8067
8196
|
|
8197
|
+
msgid "Unable to update host-repository mapping"
|
8198
|
+
msgstr ""
|
8199
|
+
|
8200
|
+
msgid "Unable to update hosts"
|
8201
|
+
msgstr ""
|
8202
|
+
|
8068
8203
|
msgid "Unable to update the repository list"
|
8069
8204
|
msgstr ""
|
8070
8205
|
|
@@ -8101,6 +8236,9 @@ msgstr "∞"
|
|
8101
8236
|
msgid "Unregister host %s before assigning an organization"
|
8102
8237
|
msgstr ""
|
8103
8238
|
|
8239
|
+
msgid "Unregister host %s before assigning an organization."
|
8240
|
+
msgstr ""
|
8241
|
+
|
8104
8242
|
msgid "Unregister the host as a subscription consumer"
|
8105
8243
|
msgstr "Отменить регистрацию узла"
|
8106
8244
|
|
@@ -8371,6 +8509,9 @@ msgstr ""
|
|
8371
8509
|
msgid "Use HTTP proxies"
|
8372
8510
|
msgstr ""
|
8373
8511
|
|
8512
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8513
|
+
msgstr ""
|
8514
|
+
|
8374
8515
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8375
8516
|
msgstr ""
|
8376
8517
|
|
@@ -9142,6 +9283,9 @@ msgstr "установка пакетов..."
|
|
9142
9283
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9143
9284
|
msgstr ""
|
9144
9285
|
|
9286
|
+
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."
|
9287
|
+
msgstr ""
|
9288
|
+
|
9145
9289
|
msgid "invalid: Repositories can only require one OS version."
|
9146
9290
|
msgstr ""
|
9147
9291
|
|
Binary file
|