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/pt_BR/katello.po
CHANGED
@@ -821,6 +821,9 @@ msgstr ""
|
|
821
821
|
msgid "Application"
|
822
822
|
msgstr "Aplicação"
|
823
823
|
|
824
|
+
msgid "Application name"
|
825
|
+
msgstr ""
|
826
|
+
|
824
827
|
msgid "Apply"
|
825
828
|
msgstr "Aplicar"
|
826
829
|
|
@@ -1064,6 +1067,9 @@ msgstr ""
|
|
1064
1067
|
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."
|
1065
1068
|
msgstr ""
|
1066
1069
|
|
1070
|
+
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."
|
1071
|
+
msgstr ""
|
1072
|
+
|
1067
1073
|
msgid "Beta"
|
1068
1074
|
msgstr "Beta"
|
1069
1075
|
|
@@ -1223,6 +1229,9 @@ msgstr "Não é possível adicionar coleções de versão a uma coleção de vis
|
|
1223
1229
|
msgid "Cannot add composite versions to another composite content view"
|
1224
1230
|
msgstr "Não é possível adicionar coleções de versão a outra coleção de visualização de conteúdo"
|
1225
1231
|
|
1232
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1233
|
+
msgstr ""
|
1234
|
+
|
1226
1235
|
msgid "Cannot add content view environments from a different organization"
|
1227
1236
|
msgstr ""
|
1228
1237
|
|
@@ -1400,6 +1409,12 @@ msgstr ""
|
|
1400
1409
|
msgid "Change host content source"
|
1401
1410
|
msgstr ""
|
1402
1411
|
|
1412
|
+
msgid "Change the status of at least one repository."
|
1413
|
+
msgstr ""
|
1414
|
+
|
1415
|
+
msgid "Changed status"
|
1416
|
+
msgstr ""
|
1417
|
+
|
1403
1418
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1404
1419
|
msgstr ""
|
1405
1420
|
|
@@ -1694,6 +1709,9 @@ msgstr ""
|
|
1694
1709
|
msgid "Content override search parameters"
|
1695
1710
|
msgstr ""
|
1696
1711
|
|
1712
|
+
msgid "Content overrides updating."
|
1713
|
+
msgstr ""
|
1714
|
+
|
1697
1715
|
msgid "Content source"
|
1698
1716
|
msgstr ""
|
1699
1717
|
|
@@ -1877,6 +1895,9 @@ msgstr "Não foi possível encontrar todas as identificações de erratas especi
|
|
1877
1895
|
msgid "Could not find environments for promotion"
|
1878
1896
|
msgstr "Não foi possível encontrar ambientes para promoção"
|
1879
1897
|
|
1898
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1899
|
+
msgstr ""
|
1900
|
+
|
1880
1901
|
msgid "Could not locate Pulp distribution."
|
1881
1902
|
msgstr ""
|
1882
1903
|
|
@@ -1988,6 +2009,9 @@ msgstr ""
|
|
1988
2009
|
msgid "Create Export History"
|
1989
2010
|
msgstr "Criar histórico de exportação"
|
1990
2011
|
|
2012
|
+
msgid "Create Flatpak Remote"
|
2013
|
+
msgstr ""
|
2014
|
+
|
1991
2015
|
msgid "Create Import History"
|
1992
2016
|
msgstr "Criar histórico de importação"
|
1993
2017
|
|
@@ -2180,6 +2204,12 @@ msgstr "SLA de Sistema Padrão"
|
|
2180
2204
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2181
2205
|
msgstr ""
|
2182
2206
|
|
2207
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2208
|
+
msgstr ""
|
2209
|
+
|
2210
|
+
msgid "Default custom yum repository mirroring policy"
|
2211
|
+
msgstr ""
|
2212
|
+
|
2183
2213
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2184
2214
|
msgstr ""
|
2185
2215
|
|
@@ -2207,6 +2237,12 @@ msgstr "Template kexec padrão para novos sistemas operacionais criados a partir
|
|
2207
2237
|
msgid "Default location for subscribed hosts"
|
2208
2238
|
msgstr ""
|
2209
2239
|
|
2240
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2241
|
+
msgstr ""
|
2242
|
+
|
2243
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2244
|
+
msgstr ""
|
2245
|
+
|
2210
2246
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2211
2247
|
msgstr "Tabela de particionamento padrão para novos sistemas operacionais criados a partir de conteúdo sincronizado"
|
2212
2248
|
|
@@ -2261,6 +2297,9 @@ msgstr "Excluir"
|
|
2261
2297
|
msgid "Delete Activation Key"
|
2262
2298
|
msgstr "Remover chave de ativação"
|
2263
2299
|
|
2300
|
+
msgid "Delete Flatpak remote?"
|
2301
|
+
msgstr ""
|
2302
|
+
|
2264
2303
|
msgid "Delete Host upon unregister"
|
2265
2304
|
msgstr "Excluir host ao cancelar registro"
|
2266
2305
|
|
@@ -2504,12 +2543,18 @@ msgstr ""
|
|
2504
2543
|
msgid "Duration"
|
2505
2544
|
msgstr "Duração"
|
2506
2545
|
|
2546
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2547
|
+
msgstr ""
|
2548
|
+
|
2507
2549
|
msgid "ERRATA ADVISORY"
|
2508
2550
|
msgstr "AVISO DE ERRATA(S)"
|
2509
2551
|
|
2510
2552
|
msgid "Edit"
|
2511
2553
|
msgstr "Editar"
|
2512
2554
|
|
2555
|
+
msgid "Edit Flatpak Remote"
|
2556
|
+
msgstr ""
|
2557
|
+
|
2513
2558
|
msgid "Edit RPM rule"
|
2514
2559
|
msgstr ""
|
2515
2560
|
|
@@ -2969,15 +3014,33 @@ msgstr ""
|
|
2969
3014
|
msgid "Finished"
|
2970
3015
|
msgstr "Concluído"
|
2971
3016
|
|
3017
|
+
msgid "Flatpak Remote ${name} created"
|
3018
|
+
msgstr ""
|
3019
|
+
|
3020
|
+
msgid "Flatpak Remote Details"
|
3021
|
+
msgstr ""
|
3022
|
+
|
2972
3023
|
msgid "Flatpak Remotes"
|
2973
3024
|
msgstr ""
|
2974
3025
|
|
3026
|
+
msgid "Flatpak remote could not be deleted: "
|
3027
|
+
msgstr ""
|
3028
|
+
|
3029
|
+
msgid "Flatpak remote deleted"
|
3030
|
+
msgstr ""
|
3031
|
+
|
2975
3032
|
msgid "Flatpak remote numeric identifier"
|
2976
3033
|
msgstr ""
|
2977
3034
|
|
2978
3035
|
msgid "Flatpak remote repository numeric identifier"
|
2979
3036
|
msgstr ""
|
2980
3037
|
|
3038
|
+
msgid "Flatpak remote scan could not be started: "
|
3039
|
+
msgstr ""
|
3040
|
+
|
3041
|
+
msgid "Flatpak remote updated"
|
3042
|
+
msgstr ""
|
3043
|
+
|
2981
3044
|
msgid "Force"
|
2982
3045
|
msgstr ""
|
2983
3046
|
|
@@ -3279,6 +3342,9 @@ msgstr ""
|
|
3279
3342
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3280
3343
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
3281
3344
|
|
3345
|
+
msgid "ID"
|
3346
|
+
msgstr ""
|
3347
|
+
|
3282
3348
|
msgid "ID of a HTTP Proxy"
|
3283
3349
|
msgstr "ID de um Proxy HTTP"
|
3284
3350
|
|
@@ -4007,6 +4073,9 @@ msgstr ""
|
|
4007
4073
|
msgid "Last checkin"
|
4008
4074
|
msgstr ""
|
4009
4075
|
|
4076
|
+
msgid "Last mirrored"
|
4077
|
+
msgstr ""
|
4078
|
+
|
4010
4079
|
msgid "Last published"
|
4011
4080
|
msgstr "Última publicação"
|
4012
4081
|
|
@@ -4421,6 +4490,9 @@ msgstr ""
|
|
4421
4490
|
msgid "Manage packages"
|
4422
4491
|
msgstr ""
|
4423
4492
|
|
4493
|
+
msgid "Manage repository sets"
|
4494
|
+
msgstr ""
|
4495
|
+
|
4424
4496
|
msgid "Manifest"
|
4425
4497
|
msgstr "Manifesto"
|
4426
4498
|
|
@@ -4525,12 +4597,21 @@ msgstr ""
|
|
4525
4597
|
msgid "Minimum version"
|
4526
4598
|
msgstr ""
|
4527
4599
|
|
4600
|
+
msgid "Mirror"
|
4601
|
+
msgstr ""
|
4602
|
+
|
4528
4603
|
msgid "Mirror Remote Repository"
|
4529
4604
|
msgstr ""
|
4530
4605
|
|
4606
|
+
msgid "Mirror Repository"
|
4607
|
+
msgstr ""
|
4608
|
+
|
4531
4609
|
msgid "Mirror a flatpak remote repository"
|
4532
4610
|
msgstr ""
|
4533
4611
|
|
4612
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4613
|
+
msgstr ""
|
4614
|
+
|
4534
4615
|
msgid "Missing activation key!"
|
4535
4616
|
msgstr ""
|
4536
4617
|
|
@@ -4573,9 +4654,18 @@ msgstr ""
|
|
4573
4654
|
msgid "Multi-entitlement"
|
4574
4655
|
msgstr "Direitos múltiplos"
|
4575
4656
|
|
4657
|
+
msgid "Multi-environment activation key(s) affected"
|
4658
|
+
msgstr ""
|
4659
|
+
|
4660
|
+
msgid "Multi-environment host(s) affected"
|
4661
|
+
msgstr ""
|
4662
|
+
|
4576
4663
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4577
4664
|
msgstr ""
|
4578
4665
|
|
4666
|
+
msgid "Must be a vaild URL"
|
4667
|
+
msgstr ""
|
4668
|
+
|
4579
4669
|
msgid "N/A"
|
4580
4670
|
msgstr "N/D"
|
4581
4671
|
|
@@ -4639,6 +4729,9 @@ msgstr ""
|
|
4639
4729
|
msgid "Name of the host"
|
4640
4730
|
msgstr "Nome do host"
|
4641
4731
|
|
4732
|
+
msgid "Name of the product to mirror the remote repository to"
|
4733
|
+
msgstr ""
|
4734
|
+
|
4642
4735
|
msgid "Name of the repository"
|
4643
4736
|
msgstr "Nome do repositório"
|
4644
4737
|
|
@@ -4747,6 +4840,9 @@ msgstr ""
|
|
4747
4840
|
msgid "No available repository or filter updates"
|
4748
4841
|
msgstr ""
|
4749
4842
|
|
4843
|
+
msgid "No change"
|
4844
|
+
msgstr ""
|
4845
|
+
|
4750
4846
|
msgid "No content"
|
4751
4847
|
msgstr ""
|
4752
4848
|
|
@@ -5173,6 +5269,9 @@ msgstr "ID de organização"
|
|
5173
5269
|
msgid "Organization ID is required"
|
5174
5270
|
msgstr "É necessária a ID da organização"
|
5175
5271
|
|
5272
|
+
msgid "Organization ID or title"
|
5273
|
+
msgstr ""
|
5274
|
+
|
5176
5275
|
msgid "Organization Information not provided."
|
5177
5276
|
msgstr ""
|
5178
5277
|
|
@@ -5470,6 +5569,9 @@ msgstr "Permissão negada. O usuário '%{user}' não tem permissões de acesso
|
|
5470
5569
|
msgid "Physical"
|
5471
5570
|
msgstr "Físico"
|
5472
5571
|
|
5572
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5573
|
+
msgstr ""
|
5574
|
+
|
5473
5575
|
msgid "Plan numeric identifier"
|
5474
5576
|
msgstr "Identificador numérico de plano"
|
5475
5577
|
|
@@ -5518,9 +5620,6 @@ msgstr "Por favor, aguarde..."
|
|
5518
5620
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5519
5621
|
msgstr ""
|
5520
5622
|
|
5521
|
-
msgid "Possible values: %s"
|
5522
|
-
msgstr ""
|
5523
|
-
|
5524
5623
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5525
5624
|
msgstr ""
|
5526
5625
|
|
@@ -6431,6 +6530,9 @@ msgstr ""
|
|
6431
6530
|
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."
|
6432
6531
|
msgstr ""
|
6433
6532
|
|
6533
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6534
|
+
msgstr ""
|
6535
|
+
|
6434
6536
|
msgid "Review and then click {submitBtnText}."
|
6435
6537
|
msgstr ""
|
6436
6538
|
|
@@ -6515,6 +6617,9 @@ msgstr "Salvar"
|
|
6515
6617
|
msgid "Saving alternate content source..."
|
6516
6618
|
msgstr ""
|
6517
6619
|
|
6620
|
+
msgid "Scan"
|
6621
|
+
msgstr ""
|
6622
|
+
|
6518
6623
|
msgid "Scan a flatpak remote"
|
6519
6624
|
msgstr ""
|
6520
6625
|
|
@@ -6614,6 +6719,9 @@ msgstr ""
|
|
6614
6719
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6615
6720
|
msgstr ""
|
6616
6721
|
|
6722
|
+
msgid "Select a product to mirror the repository into"
|
6723
|
+
msgstr ""
|
6724
|
+
|
6617
6725
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6618
6726
|
msgstr ""
|
6619
6727
|
|
@@ -6707,6 +6815,9 @@ msgstr ""
|
|
6707
6815
|
msgid "Select products to associate to this source."
|
6708
6816
|
msgstr ""
|
6709
6817
|
|
6818
|
+
msgid "Select repository sets"
|
6819
|
+
msgstr ""
|
6820
|
+
|
6710
6821
|
msgid "Select row"
|
6711
6822
|
msgstr "Selecionar linha"
|
6712
6823
|
|
@@ -6755,6 +6866,9 @@ msgstr ""
|
|
6755
6866
|
msgid "Service level to be used for autoheal"
|
6756
6867
|
msgstr "Nível de serviço a ser usado para a recuperação automática"
|
6757
6868
|
|
6869
|
+
msgid "Set content overrides"
|
6870
|
+
msgstr ""
|
6871
|
+
|
6758
6872
|
msgid "Set content overrides for the host"
|
6759
6873
|
msgstr "Definir substituições de conteúdo para o host"
|
6760
6874
|
|
@@ -6770,6 +6884,9 @@ msgstr ""
|
|
6770
6884
|
msgid "Set true to remove an override and reset it to 'default'"
|
6771
6885
|
msgstr "Defina verdadeiro para remover uma substituição e redefini-la como 'padrão'"
|
6772
6886
|
|
6887
|
+
msgid "Set up container registry certs"
|
6888
|
+
msgstr ""
|
6889
|
+
|
6773
6890
|
msgid "Sets the system purpose usage"
|
6774
6891
|
msgstr "Define a finalidade de uso do sistema"
|
6775
6892
|
|
@@ -7719,6 +7836,9 @@ msgstr "Não há sincronização em execução para esse proxy inteligente."
|
|
7719
7836
|
msgid "This Content View must be set to Import-only before performing an import"
|
7720
7837
|
msgstr ""
|
7721
7838
|
|
7839
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7840
|
+
msgstr ""
|
7841
|
+
|
7722
7842
|
msgid "This Host is not currently registered with subscription-manager."
|
7723
7843
|
msgstr "O host não está registrado atualmente com o subscription-manager."
|
7724
7844
|
|
@@ -7881,6 +8001,9 @@ msgstr ""
|
|
7881
8001
|
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."
|
7882
8002
|
msgstr ""
|
7883
8003
|
|
8004
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
8005
|
+
msgstr ""
|
8006
|
+
|
7884
8007
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7885
8008
|
msgstr ""
|
7886
8009
|
|
@@ -7983,6 +8106,9 @@ msgstr ""
|
|
7983
8106
|
msgid "URL of an OSTree repository."
|
7984
8107
|
msgstr ""
|
7985
8108
|
|
8109
|
+
msgid "URL:"
|
8110
|
+
msgstr ""
|
8111
|
+
|
7986
8112
|
msgid "UUID"
|
7987
8113
|
msgstr "UUID"
|
7988
8114
|
|
@@ -8058,6 +8184,9 @@ msgstr ""
|
|
8058
8184
|
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."
|
8059
8185
|
msgstr ""
|
8060
8186
|
|
8187
|
+
msgid "Unable to refresh host-repository mapping"
|
8188
|
+
msgstr ""
|
8189
|
+
|
8061
8190
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8062
8191
|
msgstr "Impossibilidade de enviar notificação por e-mail de errata: %{error}"
|
8063
8192
|
|
@@ -8070,6 +8199,12 @@ msgstr ""
|
|
8070
8199
|
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."
|
8071
8200
|
msgstr "Não é possível sincronizar qualquer repositório. Você não possui a permissão para sincronizar ou os repositórios selecionados não possuem uma url."
|
8072
8201
|
|
8202
|
+
msgid "Unable to update host-repository mapping"
|
8203
|
+
msgstr ""
|
8204
|
+
|
8205
|
+
msgid "Unable to update hosts"
|
8206
|
+
msgstr ""
|
8207
|
+
|
8073
8208
|
msgid "Unable to update the repository list"
|
8074
8209
|
msgstr ""
|
8075
8210
|
|
@@ -8106,6 +8241,9 @@ msgstr "Ilimitado"
|
|
8106
8241
|
msgid "Unregister host %s before assigning an organization"
|
8107
8242
|
msgstr "Desregistrar o anfitrião %s antes de designar uma organização"
|
8108
8243
|
|
8244
|
+
msgid "Unregister host %s before assigning an organization."
|
8245
|
+
msgstr ""
|
8246
|
+
|
8109
8247
|
msgid "Unregister the host as a subscription consumer"
|
8110
8248
|
msgstr "Cancelar o registro do host como um consumidor de subscrição"
|
8111
8249
|
|
@@ -8376,6 +8514,9 @@ msgstr ""
|
|
8376
8514
|
msgid "Use HTTP proxies"
|
8377
8515
|
msgstr ""
|
8378
8516
|
|
8517
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8518
|
+
msgstr ""
|
8519
|
+
|
8379
8520
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8380
8521
|
msgstr ""
|
8381
8522
|
|
@@ -9147,6 +9288,9 @@ msgstr "instalando pacotes...."
|
|
9147
9288
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9148
9289
|
msgstr "interprete o objeto especificado para retornar somente os repositórios que podem ser associados aos objetos especificados. Somente 'content_view' e 'content_view_version' são compatíveis"
|
9149
9290
|
|
9291
|
+
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."
|
9292
|
+
msgstr ""
|
9293
|
+
|
9150
9294
|
msgid "invalid: Repositories can only require one OS version."
|
9151
9295
|
msgstr ""
|
9152
9296
|
|
Binary file
|