katello 4.17.1 → 4.18.0.rc2
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/host_managed_extensions.rb +5 -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/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +3 -0
- 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/action_names.rb +186 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +148 -4
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +148 -4
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +148 -4
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +148 -4
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +148 -4
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po +147 -3
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +148 -4
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +148 -4
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +148 -4
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +148 -4
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +148 -4
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +148 -4
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po +147 -3
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +148 -4
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po +147 -3
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +148 -4
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +148 -4
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +148 -4
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +148 -4
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +148 -4
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +148 -4
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po +147 -3
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po +147 -3
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +703 -428
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +148 -4
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po +147 -3
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +148 -4
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +148 -4
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +148 -4
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +148 -4
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +148 -4
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +148 -4
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +148 -4
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +148 -4
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po +147 -3
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +148 -4
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +148 -4
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +148 -4
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +148 -4
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +148 -4
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +148 -4
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +148 -4
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +148 -4
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +148 -4
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +148 -4
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +148 -4
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +148 -4
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po +147 -3
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +148 -4
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- 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/ActionsBar/index.js +5 -5
- 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/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +2 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +9 -6
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +4 -0
- 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 +87 -21
- data/webpack/scenes/Settings/SettingsConstants.js +0 -2
- data/webpack/scenes/Settings/SettingsReducer.js +0 -19
data/locale/de/katello.po
CHANGED
@@ -833,6 +833,9 @@ msgstr ""
|
|
833
833
|
msgid "Application"
|
834
834
|
msgstr "Anwendung"
|
835
835
|
|
836
|
+
msgid "Application name"
|
837
|
+
msgstr ""
|
838
|
+
|
836
839
|
msgid "Apply"
|
837
840
|
msgstr "Anwenden"
|
838
841
|
|
@@ -1075,6 +1078,9 @@ msgstr ""
|
|
1075
1078
|
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."
|
1076
1079
|
msgstr ""
|
1077
1080
|
|
1081
|
+
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."
|
1082
|
+
msgstr ""
|
1083
|
+
|
1078
1084
|
msgid "Beta"
|
1079
1085
|
msgstr "Beta"
|
1080
1086
|
|
@@ -1234,6 +1240,9 @@ msgstr "Verbundversionen können nicht in einer Verbundinhaltsansicht hinzugefü
|
|
1234
1240
|
msgid "Cannot add composite versions to another composite content view"
|
1235
1241
|
msgstr "Verbundversionen können nicht einer anderen Verbundinhaltsansicht hinzugefügt werden"
|
1236
1242
|
|
1243
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1244
|
+
msgstr ""
|
1245
|
+
|
1237
1246
|
msgid "Cannot add content view environments from a different organization"
|
1238
1247
|
msgstr ""
|
1239
1248
|
|
@@ -1411,6 +1420,12 @@ msgstr ""
|
|
1411
1420
|
msgid "Change host content source"
|
1412
1421
|
msgstr ""
|
1413
1422
|
|
1423
|
+
msgid "Change the status of at least one repository."
|
1424
|
+
msgstr ""
|
1425
|
+
|
1426
|
+
msgid "Changed status"
|
1427
|
+
msgstr ""
|
1428
|
+
|
1414
1429
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1415
1430
|
msgstr ""
|
1416
1431
|
|
@@ -1705,6 +1720,9 @@ msgstr ""
|
|
1705
1720
|
msgid "Content override search parameters"
|
1706
1721
|
msgstr ""
|
1707
1722
|
|
1723
|
+
msgid "Content overrides updating."
|
1724
|
+
msgstr ""
|
1725
|
+
|
1708
1726
|
msgid "Content source"
|
1709
1727
|
msgstr ""
|
1710
1728
|
|
@@ -1888,6 +1906,9 @@ msgstr "Nicht alle angegebenen Errata-IDs konnten gefunden werden: %s"
|
|
1888
1906
|
msgid "Could not find environments for promotion"
|
1889
1907
|
msgstr "Keine Umgebungen für Förderung gefunden"
|
1890
1908
|
|
1909
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1910
|
+
msgstr ""
|
1911
|
+
|
1891
1912
|
msgid "Could not locate Pulp distribution."
|
1892
1913
|
msgstr ""
|
1893
1914
|
|
@@ -1999,6 +2020,9 @@ msgstr ""
|
|
1999
2020
|
msgid "Create Export History"
|
2000
2021
|
msgstr "Exportverlauf erstellen"
|
2001
2022
|
|
2023
|
+
msgid "Create Flatpak Remote"
|
2024
|
+
msgstr ""
|
2025
|
+
|
2002
2026
|
msgid "Create Import History"
|
2003
2027
|
msgstr "Importverlauf erstellen"
|
2004
2028
|
|
@@ -2191,6 +2215,12 @@ msgstr "Standardmäßige SLA des Systems"
|
|
2191
2215
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2192
2216
|
msgstr ""
|
2193
2217
|
|
2218
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2219
|
+
msgstr ""
|
2220
|
+
|
2221
|
+
msgid "Default custom yum repository mirroring policy"
|
2222
|
+
msgstr ""
|
2223
|
+
|
2194
2224
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2195
2225
|
msgstr ""
|
2196
2226
|
|
@@ -2218,6 +2248,12 @@ msgstr "Standard-Kexec-Vorlage für neue Betriebssysteme, die aus synchronisiert
|
|
2218
2248
|
msgid "Default location for subscribed hosts"
|
2219
2249
|
msgstr ""
|
2220
2250
|
|
2251
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2252
|
+
msgstr ""
|
2253
|
+
|
2254
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2255
|
+
msgstr ""
|
2256
|
+
|
2221
2257
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2222
2258
|
msgstr "Standardpartitionierungstabelle für neue Betriebssysteme, die aus synchronisierten Inhalten erstellt wurden"
|
2223
2259
|
|
@@ -2272,6 +2308,9 @@ msgstr "Löschen"
|
|
2272
2308
|
msgid "Delete Activation Key"
|
2273
2309
|
msgstr "Aktivierungsschlüssel löschen"
|
2274
2310
|
|
2311
|
+
msgid "Delete Flatpak remote?"
|
2312
|
+
msgstr ""
|
2313
|
+
|
2275
2314
|
msgid "Delete Host upon unregister"
|
2276
2315
|
msgstr "Host beim Abmelden löschen"
|
2277
2316
|
|
@@ -2515,12 +2554,18 @@ msgstr ""
|
|
2515
2554
|
msgid "Duration"
|
2516
2555
|
msgstr "Dauer"
|
2517
2556
|
|
2557
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2558
|
+
msgstr ""
|
2559
|
+
|
2518
2560
|
msgid "ERRATA ADVISORY"
|
2519
2561
|
msgstr "ERRATA-HINWEIS"
|
2520
2562
|
|
2521
2563
|
msgid "Edit"
|
2522
2564
|
msgstr "Bearbeiten"
|
2523
2565
|
|
2566
|
+
msgid "Edit Flatpak Remote"
|
2567
|
+
msgstr ""
|
2568
|
+
|
2524
2569
|
msgid "Edit RPM rule"
|
2525
2570
|
msgstr ""
|
2526
2571
|
|
@@ -2980,15 +3025,33 @@ msgstr ""
|
|
2980
3025
|
msgid "Finished"
|
2981
3026
|
msgstr "Fertig"
|
2982
3027
|
|
3028
|
+
msgid "Flatpak Remote ${name} created"
|
3029
|
+
msgstr ""
|
3030
|
+
|
3031
|
+
msgid "Flatpak Remote Details"
|
3032
|
+
msgstr ""
|
3033
|
+
|
2983
3034
|
msgid "Flatpak Remotes"
|
2984
3035
|
msgstr ""
|
2985
3036
|
|
3037
|
+
msgid "Flatpak remote could not be deleted: "
|
3038
|
+
msgstr ""
|
3039
|
+
|
3040
|
+
msgid "Flatpak remote deleted"
|
3041
|
+
msgstr ""
|
3042
|
+
|
2986
3043
|
msgid "Flatpak remote numeric identifier"
|
2987
3044
|
msgstr ""
|
2988
3045
|
|
2989
3046
|
msgid "Flatpak remote repository numeric identifier"
|
2990
3047
|
msgstr ""
|
2991
3048
|
|
3049
|
+
msgid "Flatpak remote scan could not be started: "
|
3050
|
+
msgstr ""
|
3051
|
+
|
3052
|
+
msgid "Flatpak remote updated"
|
3053
|
+
msgstr ""
|
3054
|
+
|
2992
3055
|
msgid "Force"
|
2993
3056
|
msgstr "Erzwingen"
|
2994
3057
|
|
@@ -3290,6 +3353,9 @@ msgstr ""
|
|
3290
3353
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3291
3354
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
3292
3355
|
|
3356
|
+
msgid "ID"
|
3357
|
+
msgstr ""
|
3358
|
+
|
3293
3359
|
msgid "ID of a HTTP Proxy"
|
3294
3360
|
msgstr "ID eines HTTP-Proxys"
|
3295
3361
|
|
@@ -4018,6 +4084,9 @@ msgstr ""
|
|
4018
4084
|
msgid "Last checkin"
|
4019
4085
|
msgstr ""
|
4020
4086
|
|
4087
|
+
msgid "Last mirrored"
|
4088
|
+
msgstr ""
|
4089
|
+
|
4021
4090
|
msgid "Last published"
|
4022
4091
|
msgstr "Zuletzt veröffentlicht"
|
4023
4092
|
|
@@ -4432,6 +4501,9 @@ msgstr ""
|
|
4432
4501
|
msgid "Manage packages"
|
4433
4502
|
msgstr ""
|
4434
4503
|
|
4504
|
+
msgid "Manage repository sets"
|
4505
|
+
msgstr ""
|
4506
|
+
|
4435
4507
|
msgid "Manifest"
|
4436
4508
|
msgstr "Manifest"
|
4437
4509
|
|
@@ -4536,12 +4608,21 @@ msgstr "Metadaten genommen von der Upstream-Export-History dieser Kontent-View V
|
|
4536
4608
|
msgid "Minimum version"
|
4537
4609
|
msgstr ""
|
4538
4610
|
|
4611
|
+
msgid "Mirror"
|
4612
|
+
msgstr ""
|
4613
|
+
|
4539
4614
|
msgid "Mirror Remote Repository"
|
4540
4615
|
msgstr ""
|
4541
4616
|
|
4617
|
+
msgid "Mirror Repository"
|
4618
|
+
msgstr ""
|
4619
|
+
|
4542
4620
|
msgid "Mirror a flatpak remote repository"
|
4543
4621
|
msgstr ""
|
4544
4622
|
|
4623
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4624
|
+
msgstr ""
|
4625
|
+
|
4545
4626
|
msgid "Missing activation key!"
|
4546
4627
|
msgstr "Aktivierungsschlüssel fehlt!"
|
4547
4628
|
|
@@ -4584,9 +4665,18 @@ msgstr ""
|
|
4584
4665
|
msgid "Multi-entitlement"
|
4585
4666
|
msgstr "Multi-Berechtigung"
|
4586
4667
|
|
4668
|
+
msgid "Multi-environment activation key(s) affected"
|
4669
|
+
msgstr ""
|
4670
|
+
|
4671
|
+
msgid "Multi-environment host(s) affected"
|
4672
|
+
msgstr ""
|
4673
|
+
|
4587
4674
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4588
4675
|
msgstr ""
|
4589
4676
|
|
4677
|
+
msgid "Must be a vaild URL"
|
4678
|
+
msgstr ""
|
4679
|
+
|
4590
4680
|
msgid "N/A"
|
4591
4681
|
msgstr "N/A"
|
4592
4682
|
|
@@ -4654,6 +4744,9 @@ msgstr ""
|
|
4654
4744
|
msgid "Name of the host"
|
4655
4745
|
msgstr "Name des Gastgebers"
|
4656
4746
|
|
4747
|
+
msgid "Name of the product to mirror the remote repository to"
|
4748
|
+
msgstr ""
|
4749
|
+
|
4657
4750
|
msgid "Name of the repository"
|
4658
4751
|
msgstr "Name des Repositorys"
|
4659
4752
|
|
@@ -4762,6 +4855,9 @@ msgstr ""
|
|
4762
4855
|
msgid "No available repository or filter updates"
|
4763
4856
|
msgstr ""
|
4764
4857
|
|
4858
|
+
msgid "No change"
|
4859
|
+
msgstr ""
|
4860
|
+
|
4765
4861
|
msgid "No content"
|
4766
4862
|
msgstr ""
|
4767
4863
|
|
@@ -5188,6 +5284,9 @@ msgstr "Organisations-ID"
|
|
5188
5284
|
msgid "Organization ID is required"
|
5189
5285
|
msgstr "Organisations-ID ist erforderlich"
|
5190
5286
|
|
5287
|
+
msgid "Organization ID or title"
|
5288
|
+
msgstr ""
|
5289
|
+
|
5191
5290
|
msgid "Organization Information not provided."
|
5192
5291
|
msgstr "Organisationsinformationen nicht bereitgestellt."
|
5193
5292
|
|
@@ -5485,6 +5584,9 @@ msgstr "Zugriff verweigert. Benutzer \"%{user}\" hat keine Berechtigung zum Zugr
|
|
5485
5584
|
msgid "Physical"
|
5486
5585
|
msgstr "Physisch"
|
5487
5586
|
|
5587
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5588
|
+
msgstr ""
|
5589
|
+
|
5488
5590
|
msgid "Plan numeric identifier"
|
5489
5591
|
msgstr "Numerische Plan-ID"
|
5490
5592
|
|
@@ -5533,9 +5635,6 @@ msgstr "Bitte warten..."
|
|
5533
5635
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5534
5636
|
msgstr ""
|
5535
5637
|
|
5536
|
-
msgid "Possible values: %s"
|
5537
|
-
msgstr ""
|
5538
|
-
|
5539
5638
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5540
5639
|
msgstr ""
|
5541
5640
|
|
@@ -6446,6 +6545,9 @@ msgstr ""
|
|
6446
6545
|
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."
|
6447
6546
|
msgstr ""
|
6448
6547
|
|
6548
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6549
|
+
msgstr ""
|
6550
|
+
|
6449
6551
|
msgid "Review and then click {submitBtnText}."
|
6450
6552
|
msgstr ""
|
6451
6553
|
|
@@ -6530,6 +6632,9 @@ msgstr "Speichern"
|
|
6530
6632
|
msgid "Saving alternate content source..."
|
6531
6633
|
msgstr ""
|
6532
6634
|
|
6635
|
+
msgid "Scan"
|
6636
|
+
msgstr ""
|
6637
|
+
|
6533
6638
|
msgid "Scan a flatpak remote"
|
6534
6639
|
msgstr ""
|
6535
6640
|
|
@@ -6629,6 +6734,9 @@ msgstr ""
|
|
6629
6734
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6630
6735
|
msgstr "Wählen Sie eine Lebenszyklusumgebung aus den verfügbaren Promotionspfaden aus, um eine neue Version hochzustufen."
|
6631
6736
|
|
6737
|
+
msgid "Select a product to mirror the repository into"
|
6738
|
+
msgstr ""
|
6739
|
+
|
6632
6740
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6633
6741
|
msgstr ""
|
6634
6742
|
|
@@ -6722,6 +6830,9 @@ msgstr "Produkte auswählen"
|
|
6722
6830
|
msgid "Select products to associate to this source."
|
6723
6831
|
msgstr ""
|
6724
6832
|
|
6833
|
+
msgid "Select repository sets"
|
6834
|
+
msgstr ""
|
6835
|
+
|
6725
6836
|
msgid "Select row"
|
6726
6837
|
msgstr "Zeile auswählen"
|
6727
6838
|
|
@@ -6770,6 +6881,9 @@ msgstr "Servicelevel des Hosts"
|
|
6770
6881
|
msgid "Service level to be used for autoheal"
|
6771
6882
|
msgstr "Service-Level, das für die automatische Reparatur verwendet werden soll"
|
6772
6883
|
|
6884
|
+
msgid "Set content overrides"
|
6885
|
+
msgstr ""
|
6886
|
+
|
6773
6887
|
msgid "Set content overrides for the host"
|
6774
6888
|
msgstr "Inhaltsüberschreibungen für den Host festlegen"
|
6775
6889
|
|
@@ -6785,6 +6899,9 @@ msgstr ""
|
|
6785
6899
|
msgid "Set true to remove an override and reset it to 'default'"
|
6786
6900
|
msgstr "Setze auf wahr um einen Override zu entfernen und setze es auf 'default' zurück"
|
6787
6901
|
|
6902
|
+
msgid "Set up container registry certs"
|
6903
|
+
msgstr ""
|
6904
|
+
|
6788
6905
|
msgid "Sets the system purpose usage"
|
6789
6906
|
msgstr "Setzt setzt die System-Zweck-Nutzung"
|
6790
6907
|
|
@@ -7738,6 +7855,9 @@ msgstr "Es gibt keine laufende Synchronization für das Smart-Proxy"
|
|
7738
7855
|
msgid "This Content View must be set to Import-only before performing an import"
|
7739
7856
|
msgstr "Diese Inhaltsansicht muss auf Nur importieren eingestellt sein, bevor Sie einen Import durchführen"
|
7740
7857
|
|
7858
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7859
|
+
msgstr ""
|
7860
|
+
|
7741
7861
|
msgid "This Host is not currently registered with subscription-manager."
|
7742
7862
|
msgstr "Dieser Host ist derzeit nicht beim Subscription-Manager registriert."
|
7743
7863
|
|
@@ -7900,6 +8020,9 @@ msgstr ""
|
|
7900
8020
|
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."
|
7901
8021
|
msgstr ""
|
7902
8022
|
|
8023
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
8024
|
+
msgstr ""
|
8025
|
+
|
7903
8026
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7904
8027
|
msgstr ""
|
7905
8028
|
|
@@ -8002,6 +8125,9 @@ msgstr ""
|
|
8002
8125
|
msgid "URL of an OSTree repository."
|
8003
8126
|
msgstr ""
|
8004
8127
|
|
8128
|
+
msgid "URL:"
|
8129
|
+
msgstr ""
|
8130
|
+
|
8005
8131
|
msgid "UUID"
|
8006
8132
|
msgstr "UUID"
|
8007
8133
|
|
@@ -8077,6 +8203,9 @@ msgstr ""
|
|
8077
8203
|
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."
|
8078
8204
|
msgstr ""
|
8079
8205
|
|
8206
|
+
msgid "Unable to refresh host-repository mapping"
|
8207
|
+
msgstr ""
|
8208
|
+
|
8080
8209
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8081
8210
|
msgstr "Errata-E-Mail-Benachrichtigung kann nicht gesendet werden: %{error}"
|
8082
8211
|
|
@@ -8089,6 +8218,12 @@ msgstr ""
|
|
8089
8218
|
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."
|
8090
8219
|
msgstr "Keine Repositorys konnten synchronisiert werden. Sie haben entweder nicht die Berechtigung zur Synchronisation oder die ausgewählten Repositorys haben keine Feed-URL."
|
8091
8220
|
|
8221
|
+
msgid "Unable to update host-repository mapping"
|
8222
|
+
msgstr ""
|
8223
|
+
|
8224
|
+
msgid "Unable to update hosts"
|
8225
|
+
msgstr ""
|
8226
|
+
|
8092
8227
|
msgid "Unable to update the repository list"
|
8093
8228
|
msgstr "Die Repository-Liste kann nicht aktualisiert werden"
|
8094
8229
|
|
@@ -8125,6 +8260,9 @@ msgstr "Unbegrenzt"
|
|
8125
8260
|
msgid "Unregister host %s before assigning an organization"
|
8126
8261
|
msgstr "Melden Sie den Host %s ab, bevor Sie eine Organisation zuweisen"
|
8127
8262
|
|
8263
|
+
msgid "Unregister host %s before assigning an organization."
|
8264
|
+
msgstr ""
|
8265
|
+
|
8128
8266
|
msgid "Unregister the host as a subscription consumer"
|
8129
8267
|
msgstr "Heben Sie die Registrierung des Hosts als Abonnementverbraucher auf"
|
8130
8268
|
|
@@ -8395,6 +8533,9 @@ msgstr ""
|
|
8395
8533
|
msgid "Use HTTP proxies"
|
8396
8534
|
msgstr ""
|
8397
8535
|
|
8536
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8537
|
+
msgstr ""
|
8538
|
+
|
8398
8539
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8399
8540
|
msgstr "Wird verwendet, um die Download-Gleichzeitigkeit des Repositorys in pulp3 zu bestimmen. Verwenden Sie einen Wert von weniger als 20. Standardmäßig auf 10"
|
8400
8541
|
|
@@ -9166,6 +9307,9 @@ msgstr "Pakete werden installiert …"
|
|
9166
9307
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9167
9308
|
msgstr "interpretiert das angegebene Objekt so, dass nur Repositorys zurückgegeben werden, die dem angegebenen Objekt zugeordnet werden können. Nur 'content_view' und 'content_view_version' werden unterstützt."
|
9168
9309
|
|
9310
|
+
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."
|
9311
|
+
msgstr ""
|
9312
|
+
|
9169
9313
|
msgid "invalid: Repositories can only require one OS version."
|
9170
9314
|
msgstr "ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
|
9171
9315
|
|
File without changes
|
Binary file
|