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/zh_CN/katello.po
CHANGED
@@ -820,6 +820,9 @@ msgstr ""
|
|
820
820
|
msgid "Application"
|
821
821
|
msgstr "应用"
|
822
822
|
|
823
|
+
msgid "Application name"
|
824
|
+
msgstr ""
|
825
|
+
|
823
826
|
msgid "Apply"
|
824
827
|
msgstr "应用"
|
825
828
|
|
@@ -1061,6 +1064,9 @@ msgstr "在删除版本之前,您必须将主机移到相关的版本没有使
|
|
1061
1064
|
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."
|
1062
1065
|
msgstr "以下是对于这个内容主机当前可用的仓库集。对于红帽订阅,额外的内容可以通过 {rhrp} 获得。修改默认设置需要 subscription-manager 1.10 或更新版本来在这个主机上安装。"
|
1063
1066
|
|
1067
|
+
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."
|
1068
|
+
msgstr ""
|
1069
|
+
|
1064
1070
|
msgid "Beta"
|
1065
1071
|
msgstr "Beta"
|
1066
1072
|
|
@@ -1220,6 +1226,9 @@ msgstr "无法将复合版本添加到非复合内容视图"
|
|
1220
1226
|
msgid "Cannot add composite versions to another composite content view"
|
1221
1227
|
msgstr "无法将复合版本添加到另外一个复合内容视图中"
|
1222
1228
|
|
1229
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1230
|
+
msgstr ""
|
1231
|
+
|
1223
1232
|
msgid "Cannot add content view environments from a different organization"
|
1224
1233
|
msgstr ""
|
1225
1234
|
|
@@ -1397,6 +1406,12 @@ msgstr ""
|
|
1397
1406
|
msgid "Change host content source"
|
1398
1407
|
msgstr "更改主机内容源"
|
1399
1408
|
|
1409
|
+
msgid "Change the status of at least one repository."
|
1410
|
+
msgstr ""
|
1411
|
+
|
1412
|
+
msgid "Changed status"
|
1413
|
+
msgstr ""
|
1414
|
+
|
1400
1415
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1401
1416
|
msgstr ""
|
1402
1417
|
|
@@ -1691,6 +1706,9 @@ msgstr "没有上传到 pulp 的内容"
|
|
1691
1706
|
msgid "Content override search parameters"
|
1692
1707
|
msgstr "内容覆盖搜索参数"
|
1693
1708
|
|
1709
|
+
msgid "Content overrides updating."
|
1710
|
+
msgstr ""
|
1711
|
+
|
1694
1712
|
msgid "Content source"
|
1695
1713
|
msgstr "内容源"
|
1696
1714
|
|
@@ -1874,6 +1892,9 @@ msgstr "找不到所有指定的勘误 ID:%s"
|
|
1874
1892
|
msgid "Could not find environments for promotion"
|
1875
1893
|
msgstr "无法找到升级到的环境"
|
1876
1894
|
|
1895
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1896
|
+
msgstr ""
|
1897
|
+
|
1877
1898
|
msgid "Could not locate Pulp distribution."
|
1878
1899
|
msgstr ""
|
1879
1900
|
|
@@ -1985,6 +2006,9 @@ msgstr ""
|
|
1985
2006
|
msgid "Create Export History"
|
1986
2007
|
msgstr "创建导出历史记录"
|
1987
2008
|
|
2009
|
+
msgid "Create Flatpak Remote"
|
2010
|
+
msgstr ""
|
2011
|
+
|
1988
2012
|
msgid "Create Import History"
|
1989
2013
|
msgstr "创建导入历史记录"
|
1990
2014
|
|
@@ -2177,6 +2201,12 @@ msgstr "默认系统 SLA"
|
|
2177
2201
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2178
2202
|
msgstr ""
|
2179
2203
|
|
2204
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2205
|
+
msgstr ""
|
2206
|
+
|
2207
|
+
msgid "Default custom yum repository mirroring policy"
|
2208
|
+
msgstr ""
|
2209
|
+
|
2180
2210
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2181
2211
|
msgstr "智能代理同步默认下载策略('inherit'、immediate' 或'on_demand')"
|
2182
2212
|
|
@@ -2204,6 +2234,12 @@ msgstr "从同步内容创建的新操作系统的默认 kexec 模板"
|
|
2204
2234
|
msgid "Default location for subscribed hosts"
|
2205
2235
|
msgstr "订阅主机的默认位置"
|
2206
2236
|
|
2237
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2238
|
+
msgstr ""
|
2239
|
+
|
2240
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2241
|
+
msgstr ""
|
2242
|
+
|
2207
2243
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2208
2244
|
msgstr "从同步内容创建的新操作系统的默认分区表"
|
2209
2245
|
|
@@ -2258,6 +2294,9 @@ msgstr "刪除"
|
|
2258
2294
|
msgid "Delete Activation Key"
|
2259
2295
|
msgstr "删除激活码"
|
2260
2296
|
|
2297
|
+
msgid "Delete Flatpak remote?"
|
2298
|
+
msgstr ""
|
2299
|
+
|
2261
2300
|
msgid "Delete Host upon unregister"
|
2262
2301
|
msgstr "取消注册后删除主机"
|
2263
2302
|
|
@@ -2501,12 +2540,18 @@ msgstr ""
|
|
2501
2540
|
msgid "Duration"
|
2502
2541
|
msgstr "持续时间"
|
2503
2542
|
|
2543
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2544
|
+
msgstr ""
|
2545
|
+
|
2504
2546
|
msgid "ERRATA ADVISORY"
|
2505
2547
|
msgstr "勘误公告"
|
2506
2548
|
|
2507
2549
|
msgid "Edit"
|
2508
2550
|
msgstr "编辑"
|
2509
2551
|
|
2552
|
+
msgid "Edit Flatpak Remote"
|
2553
|
+
msgstr ""
|
2554
|
+
|
2510
2555
|
msgid "Edit RPM rule"
|
2511
2556
|
msgstr "编辑 RPM 规则"
|
2512
2557
|
|
@@ -2966,15 +3011,33 @@ msgstr "完成"
|
|
2966
3011
|
msgid "Finished"
|
2967
3012
|
msgstr "完成"
|
2968
3013
|
|
3014
|
+
msgid "Flatpak Remote ${name} created"
|
3015
|
+
msgstr ""
|
3016
|
+
|
3017
|
+
msgid "Flatpak Remote Details"
|
3018
|
+
msgstr ""
|
3019
|
+
|
2969
3020
|
msgid "Flatpak Remotes"
|
2970
3021
|
msgstr ""
|
2971
3022
|
|
3023
|
+
msgid "Flatpak remote could not be deleted: "
|
3024
|
+
msgstr ""
|
3025
|
+
|
3026
|
+
msgid "Flatpak remote deleted"
|
3027
|
+
msgstr ""
|
3028
|
+
|
2972
3029
|
msgid "Flatpak remote numeric identifier"
|
2973
3030
|
msgstr ""
|
2974
3031
|
|
2975
3032
|
msgid "Flatpak remote repository numeric identifier"
|
2976
3033
|
msgstr ""
|
2977
3034
|
|
3035
|
+
msgid "Flatpak remote scan could not be started: "
|
3036
|
+
msgstr ""
|
3037
|
+
|
3038
|
+
msgid "Flatpak remote updated"
|
3039
|
+
msgstr ""
|
3040
|
+
|
2978
3041
|
msgid "Force"
|
2979
3042
|
msgstr "强制"
|
2980
3043
|
|
@@ -3276,6 +3339,9 @@ msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致
|
|
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 "HTTP 代理的 ID"
|
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 "从此 Content View 版本的上游导出历史记录中获取的元数
|
|
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
|
|
@@ -4642,6 +4732,9 @@ msgstr ""
|
|
4642
4732
|
msgid "Name of the host"
|
4643
4733
|
msgstr "主机名"
|
4644
4734
|
|
4735
|
+
msgid "Name of the product to mirror the remote repository to"
|
4736
|
+
msgstr ""
|
4737
|
+
|
4645
4738
|
msgid "Name of the repository"
|
4646
4739
|
msgstr "仓库名"
|
4647
4740
|
|
@@ -4750,6 +4843,9 @@ msgstr ""
|
|
4750
4843
|
msgid "No available repository or filter updates"
|
4751
4844
|
msgstr ""
|
4752
4845
|
|
4846
|
+
msgid "No change"
|
4847
|
+
msgstr ""
|
4848
|
+
|
4753
4849
|
msgid "No content"
|
4754
4850
|
msgstr "没有内容"
|
4755
4851
|
|
@@ -5176,6 +5272,9 @@ msgstr "机构 ID"
|
|
5176
5272
|
msgid "Organization ID is required"
|
5177
5273
|
msgstr "必须提供机构 ID"
|
5178
5274
|
|
5275
|
+
msgid "Organization ID or title"
|
5276
|
+
msgstr ""
|
5277
|
+
|
5179
5278
|
msgid "Organization Information not provided."
|
5180
5279
|
msgstr "未提供的机构信息。"
|
5181
5280
|
|
@@ -5473,6 +5572,9 @@ msgstr "权限被拒绝。用户 '%{user}' 没有访问机构 '%{org}' 的权限
|
|
5473
5572
|
msgid "Physical"
|
5474
5573
|
msgstr "物理"
|
5475
5574
|
|
5575
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5576
|
+
msgstr ""
|
5577
|
+
|
5476
5578
|
msgid "Plan numeric identifier"
|
5477
5579
|
msgstr "计划数字标识符"
|
5478
5580
|
|
@@ -5521,9 +5623,6 @@ msgstr "请稍等。"
|
|
5521
5623
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5522
5624
|
msgstr "为镜像内容设置的策略。必须是 %s 之一。"
|
5523
5625
|
|
5524
|
-
msgid "Possible values: %s"
|
5525
|
-
msgstr ""
|
5526
|
-
|
5527
5626
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5528
5627
|
msgstr ""
|
5529
5628
|
|
@@ -6434,6 +6533,9 @@ msgstr "检查受影响的环境"
|
|
6434
6533
|
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."
|
6435
6534
|
msgstr ""
|
6436
6535
|
|
6536
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6537
|
+
msgstr ""
|
6538
|
+
|
6437
6539
|
msgid "Review and then click {submitBtnText}."
|
6438
6540
|
msgstr ""
|
6439
6541
|
|
@@ -6518,6 +6620,9 @@ msgstr "保存"
|
|
6518
6620
|
msgid "Saving alternate content source..."
|
6519
6621
|
msgstr "更新备用内容源..."
|
6520
6622
|
|
6623
|
+
msgid "Scan"
|
6624
|
+
msgstr ""
|
6625
|
+
|
6521
6626
|
msgid "Scan a flatpak remote"
|
6522
6627
|
msgstr ""
|
6523
6628
|
|
@@ -6617,6 +6722,9 @@ msgstr ""
|
|
6617
6722
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6618
6723
|
msgstr "从可用的提升路径中选择生命周期环境来提升新版本。"
|
6619
6724
|
|
6725
|
+
msgid "Select a product to mirror the repository into"
|
6726
|
+
msgstr ""
|
6727
|
+
|
6620
6728
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6621
6729
|
msgstr "选择安装 katello-host-tools-tracer 的供应商"
|
6622
6730
|
|
@@ -6710,6 +6818,9 @@ msgstr "选择产品"
|
|
6710
6818
|
msgid "Select products to associate to this source."
|
6711
6819
|
msgstr "选择要与这个源关联的产品。"
|
6712
6820
|
|
6821
|
+
msgid "Select repository sets"
|
6822
|
+
msgstr ""
|
6823
|
+
|
6713
6824
|
msgid "Select row"
|
6714
6825
|
msgstr "选择行"
|
6715
6826
|
|
@@ -6758,6 +6869,9 @@ msgstr "主机服务等级"
|
|
6758
6869
|
msgid "Service level to be used for autoheal"
|
6759
6870
|
msgstr "用于自动修复的服务级别"
|
6760
6871
|
|
6872
|
+
msgid "Set content overrides"
|
6873
|
+
msgstr ""
|
6874
|
+
|
6761
6875
|
msgid "Set content overrides for the host"
|
6762
6876
|
msgstr "设置主机的内容覆盖"
|
6763
6877
|
|
@@ -6773,6 +6887,9 @@ msgstr "设置为 true 进行覆盖以启用;设置为 false 进行覆盖以
|
|
6773
6887
|
msgid "Set true to remove an override and reset it to 'default'"
|
6774
6888
|
msgstr "设置为 true 以删除覆盖并将它重置为 'default'"
|
6775
6889
|
|
6890
|
+
msgid "Set up container registry certs"
|
6891
|
+
msgstr ""
|
6892
|
+
|
6776
6893
|
msgid "Sets the system purpose usage"
|
6777
6894
|
msgstr "设置系统用途使用"
|
6778
6895
|
|
@@ -7722,6 +7839,9 @@ msgstr "此智能代理没有运行的同步。"
|
|
7722
7839
|
msgid "This Content View must be set to Import-only before performing an import"
|
7723
7840
|
msgstr "在执行导入之前,必须将此内容视图设置为“仅导入”"
|
7724
7841
|
|
7842
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7843
|
+
msgstr ""
|
7844
|
+
|
7725
7845
|
msgid "This Host is not currently registered with subscription-manager."
|
7726
7846
|
msgstr "该主机当前没有使用 subscription-manager 注册。"
|
7727
7847
|
|
@@ -7884,6 +8004,9 @@ msgstr "要开始,将此主机添加到主机集合。"
|
|
7884
8004
|
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."
|
7885
8005
|
msgstr ""
|
7886
8006
|
|
8007
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
8008
|
+
msgstr ""
|
8009
|
+
|
7887
8010
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7888
8011
|
msgstr ""
|
7889
8012
|
|
@@ -7986,6 +8109,9 @@ msgstr "PyPI 内容源的 URL,如 https://pypi.org。"
|
|
7986
8109
|
msgid "URL of an OSTree repository."
|
7987
8110
|
msgstr "OSTree 存储库的 URL。"
|
7988
8111
|
|
8112
|
+
msgid "URL:"
|
8113
|
+
msgstr ""
|
8114
|
+
|
7989
8115
|
msgid "UUID"
|
7990
8116
|
msgstr "UUID"
|
7991
8117
|
|
@@ -8061,6 +8187,9 @@ msgstr ""
|
|
8061
8187
|
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."
|
8062
8188
|
msgstr "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
|
8063
8189
|
|
8190
|
+
msgid "Unable to refresh host-repository mapping"
|
8191
|
+
msgstr ""
|
8192
|
+
|
8064
8193
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8065
8194
|
msgstr "无法发送勘误电子邮件通知:%{error}"
|
8066
8195
|
|
@@ -8073,6 +8202,12 @@ msgstr ""
|
|
8073
8202
|
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."
|
8074
8203
|
msgstr "无法同步任何存储库。您或者没有同步权限,或者所选存储库没有提要URL。"
|
8075
8204
|
|
8205
|
+
msgid "Unable to update host-repository mapping"
|
8206
|
+
msgstr ""
|
8207
|
+
|
8208
|
+
msgid "Unable to update hosts"
|
8209
|
+
msgstr ""
|
8210
|
+
|
8076
8211
|
msgid "Unable to update the repository list"
|
8077
8212
|
msgstr "无法更新存储库列表"
|
8078
8213
|
|
@@ -8109,6 +8244,9 @@ msgstr "无限制"
|
|
8109
8244
|
msgid "Unregister host %s before assigning an organization"
|
8110
8245
|
msgstr "分配机构之前先取消注册主机 %s"
|
8111
8246
|
|
8247
|
+
msgid "Unregister host %s before assigning an organization."
|
8248
|
+
msgstr ""
|
8249
|
+
|
8112
8250
|
msgid "Unregister the host as a subscription consumer"
|
8113
8251
|
msgstr "取消主机作为订阅使用者"
|
8114
8252
|
|
@@ -8379,6 +8517,9 @@ msgstr "使用 HTTP 代理"
|
|
8379
8517
|
msgid "Use HTTP proxies"
|
8380
8518
|
msgstr "使用 HTTP 代理"
|
8381
8519
|
|
8520
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8521
|
+
msgstr ""
|
8522
|
+
|
8382
8523
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8383
8524
|
msgstr "用于确定在 pulp3 中并性下载存储库的数量。使用小于20 的值。默认为 10"
|
8384
8525
|
|
@@ -9150,6 +9291,9 @@ msgstr "正在安装软件包..."
|
|
9150
9291
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9151
9292
|
msgstr "解析指定的对象只返回与特定对象关联的仓库。只支持 'content_view' 和 'content_view_version'。"
|
9152
9293
|
|
9294
|
+
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."
|
9295
|
+
msgstr ""
|
9296
|
+
|
9153
9297
|
msgid "invalid: Repositories can only require one OS version."
|
9154
9298
|
msgstr "无效:存储库只能要求一个操作系统版本。"
|
9155
9299
|
|
Binary file
|