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/katello.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2025-
|
12
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-08-07 14:20+0000\n"
|
12
|
+
"PO-Revision-Date: 2025-08-07 14:20+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -18,17 +18,17 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
21
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:176
|
22
22
|
msgid ""
|
23
23
|
"Invalid format. Container pushes should follow 'organization_label/product_lab"
|
24
24
|
"el/name' OR 'id/organization_id/product_id/name' schema."
|
25
25
|
msgstr ""
|
26
26
|
|
27
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
27
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:189
|
28
28
|
msgid "Invalid format. Organization label cannot be blank."
|
29
29
|
msgstr ""
|
30
30
|
|
31
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
31
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:206
|
32
32
|
msgid ""
|
33
33
|
"Due to a change in your organizations, this container name has become ambiguou"
|
34
34
|
"s (org name '%{org_label}'). If you wish to continue using this container name"
|
@@ -37,27 +37,27 @@ msgid ""
|
|
37
37
|
"d retry your push using the id format."
|
38
38
|
msgstr ""
|
39
39
|
|
40
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
40
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:222
|
41
41
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
42
42
|
msgstr ""
|
43
43
|
|
44
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
44
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:229
|
45
45
|
msgid "Organization not found: '%s'"
|
46
46
|
msgstr ""
|
47
47
|
|
48
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
48
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:242
|
49
49
|
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
50
50
|
msgstr ""
|
51
51
|
|
52
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
52
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:250
|
53
53
|
msgid "Organization id not found: '%s'"
|
54
54
|
msgstr ""
|
55
55
|
|
56
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
56
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:262
|
57
57
|
msgid "Invalid format. Product label cannot be blank."
|
58
58
|
msgstr ""
|
59
59
|
|
60
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
60
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:277
|
61
61
|
msgid ""
|
62
62
|
"Due to a change in your products, this container name has become ambiguous (pr"
|
63
63
|
"oduct name '%{prod_label}'). If you wish to continue using this container name"
|
@@ -66,27 +66,27 @@ msgid ""
|
|
66
66
|
"o_label}' and retry your push using the id format."
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
69
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:291
|
70
70
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
73
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:298
|
74
74
|
msgid "Product not found: '%s'"
|
75
75
|
msgstr ""
|
76
76
|
|
77
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
77
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:311
|
78
78
|
msgid "Invalid format. Product id must be an integer without leading zeros."
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
81
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:319
|
82
82
|
msgid "Product id not found: '%s'"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
85
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:343
|
86
86
|
msgid "Invalid format. Container name cannot be blank."
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
89
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:361
|
90
90
|
msgid ""
|
91
91
|
"Repository name '%{container_name}' already exists in this product using a dif"
|
92
92
|
"ferent naming scheme. Please retry your request with the %{root_repo_container"
|
@@ -94,23 +94,23 @@ msgid ""
|
|
94
94
|
" schema."
|
95
95
|
msgstr ""
|
96
96
|
|
97
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
97
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:374
|
98
98
|
msgid "Requested access to '%s' is denied"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
101
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:400
|
102
102
|
msgid "Could not locate local uploaded repository for content indexing."
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
105
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:414
|
106
106
|
msgid "Could not locate repository properties for content indexing."
|
107
107
|
msgstr ""
|
108
108
|
|
109
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
109
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:439
|
110
110
|
msgid "Could not locate Pulp distribution."
|
111
111
|
msgstr ""
|
112
112
|
|
113
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
113
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:846
|
114
114
|
msgid "%s was not found!"
|
115
115
|
msgstr ""
|
116
116
|
|
@@ -212,6 +212,7 @@ msgstr ""
|
|
212
212
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:128
|
213
213
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:137
|
214
214
|
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:20
|
215
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:57
|
215
216
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:23
|
216
217
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:42
|
217
218
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:50
|
@@ -916,7 +917,7 @@ msgstr ""
|
|
916
917
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:22
|
917
918
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:83
|
918
919
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:39
|
919
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
920
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:12
|
920
921
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:33
|
921
922
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:7
|
922
923
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:84
|
@@ -966,7 +967,7 @@ msgid "File contents"
|
|
966
967
|
msgstr ""
|
967
968
|
|
968
969
|
#: ../app/controllers/katello/api/v2/content_credentials_controller.rb:99
|
969
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
970
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:479
|
970
971
|
msgid "No file uploaded"
|
971
972
|
msgstr ""
|
972
973
|
|
@@ -1010,9 +1011,9 @@ msgstr ""
|
|
1010
1011
|
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:36
|
1011
1012
|
#: ../app/controllers/katello/api/v2/content_exports_controller.rb:49
|
1012
1013
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:42
|
1013
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
1014
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:15
|
1014
1015
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:36
|
1015
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1016
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:331
|
1016
1017
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:8
|
1017
1018
|
msgid "Repository identifier"
|
1018
1019
|
msgstr ""
|
@@ -1129,7 +1130,7 @@ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
|
1129
1130
|
msgstr ""
|
1130
1131
|
|
1131
1132
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:17
|
1132
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1133
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:464
|
1133
1134
|
msgid "Cannot upload Ansible collections."
|
1134
1135
|
msgstr ""
|
1135
1136
|
|
@@ -1142,13 +1143,13 @@ msgid "Upload a chunk of the file's content"
|
|
1142
1143
|
msgstr ""
|
1143
1144
|
|
1144
1145
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:30
|
1145
|
-
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:
|
1146
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1146
|
+
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:43
|
1147
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:492
|
1147
1148
|
msgid "Repository id"
|
1148
1149
|
msgstr ""
|
1149
1150
|
|
1150
1151
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:31
|
1151
|
-
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:
|
1152
|
+
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:44
|
1152
1153
|
msgid "Upload request id"
|
1153
1154
|
msgstr ""
|
1154
1155
|
|
@@ -1160,7 +1161,7 @@ msgstr ""
|
|
1160
1161
|
msgid "The actual file contents"
|
1161
1162
|
msgstr ""
|
1162
1163
|
|
1163
|
-
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:
|
1164
|
+
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:42
|
1164
1165
|
msgid "Delete an upload request"
|
1165
1166
|
msgstr ""
|
1166
1167
|
|
@@ -2001,20 +2002,20 @@ msgid "List deb packages"
|
|
2001
2002
|
msgstr ""
|
2002
2003
|
|
2003
2004
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:40
|
2004
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2005
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:13
|
2005
2006
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:34
|
2006
2007
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:10
|
2007
2008
|
msgid "Content View Version identifier"
|
2008
2009
|
msgstr ""
|
2009
2010
|
|
2010
2011
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:41
|
2011
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2012
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:14
|
2012
2013
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:35
|
2013
2014
|
msgid "Content View Filter identifier. Use to filter by ID"
|
2014
2015
|
msgstr ""
|
2015
2016
|
|
2016
2017
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:43
|
2017
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2018
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:16
|
2018
2019
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:37
|
2019
2020
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:9
|
2020
2021
|
msgid "Environment identifier"
|
@@ -2050,7 +2051,7 @@ msgid ""
|
|
2050
2051
|
msgstr ""
|
2051
2052
|
|
2052
2053
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:112
|
2053
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2054
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:86
|
2054
2055
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:112
|
2055
2056
|
msgid "Could not find a host with id %s"
|
2056
2057
|
msgstr ""
|
@@ -2190,35 +2191,35 @@ msgstr ""
|
|
2190
2191
|
msgid "an erratum"
|
2191
2192
|
msgstr ""
|
2192
2193
|
|
2193
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2194
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:11
|
2194
2195
|
msgid "List errata"
|
2195
2196
|
msgstr ""
|
2196
2197
|
|
2197
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2198
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:17
|
2198
2199
|
msgid "CVE identifier"
|
2199
2200
|
msgstr ""
|
2200
2201
|
|
2201
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2202
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:18
|
2202
2203
|
msgid "Host id to list applicable errata for"
|
2203
2204
|
msgstr ""
|
2204
2205
|
|
2205
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2206
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:19
|
2206
2207
|
msgid ""
|
2207
2208
|
"Return errata that are applicable to one or more hosts (defaults to true if ho"
|
2208
2209
|
"st_id is specified)"
|
2209
2210
|
msgstr ""
|
2210
2211
|
|
2211
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2212
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:20
|
2212
2213
|
msgid "Return errata that are upgradable on one or more hosts"
|
2213
2214
|
msgstr ""
|
2214
2215
|
|
2215
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2216
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:21
|
2216
2217
|
msgid ""
|
2217
2218
|
"Return errata that can be added to the specified object. The values 'content_"
|
2218
2219
|
"view_version' and 'content_view_filter are supported."
|
2219
2220
|
msgstr ""
|
2220
2221
|
|
2221
|
-
#: ../app/controllers/katello/api/v2/errata_controller.rb:
|
2222
|
+
#: ../app/controllers/katello/api/v2/errata_controller.rb:60
|
2222
2223
|
msgid "Invalid params provided - date_type must be one of %s"
|
2223
2224
|
msgstr ""
|
2224
2225
|
|
@@ -2317,6 +2318,16 @@ msgstr ""
|
|
2317
2318
|
msgid "Product ID to mirror the remote repository to"
|
2318
2319
|
msgstr ""
|
2319
2320
|
|
2321
|
+
#:
|
2322
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:56
|
2323
|
+
msgid "Name of the product to mirror the remote repository to"
|
2324
|
+
msgstr ""
|
2325
|
+
|
2326
|
+
#:
|
2327
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:84
|
2328
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
2329
|
+
msgstr ""
|
2330
|
+
|
2320
2331
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:16
|
2321
2332
|
msgid "Description of the flatpak remote"
|
2322
2333
|
msgstr ""
|
@@ -2373,20 +2384,16 @@ msgstr ""
|
|
2373
2384
|
msgid "Scan a flatpak remote"
|
2374
2385
|
msgstr ""
|
2375
2386
|
|
2376
|
-
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:
|
2377
|
-
msgid "Possible values: %s"
|
2378
|
-
msgstr ""
|
2379
|
-
|
2380
|
-
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:8
|
2387
|
+
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:7
|
2381
2388
|
msgid "a content unit"
|
2382
2389
|
msgstr ""
|
2383
2390
|
|
2384
|
-
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:
|
2391
|
+
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:10
|
2385
2392
|
msgid "List %s"
|
2386
2393
|
msgstr ""
|
2387
2394
|
|
2395
|
+
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:11
|
2388
2396
|
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:12
|
2389
|
-
#: ../app/controllers/katello/api/v2/generic_content_units_controller.rb:13
|
2390
2397
|
msgid "Show %s"
|
2391
2398
|
msgstr ""
|
2392
2399
|
|
@@ -3203,7 +3210,7 @@ msgstr ""
|
|
3203
3210
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:91
|
3204
3211
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:98
|
3205
3212
|
#: ../app/controllers/katello/api/v2/products_controller.rb:90
|
3206
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3213
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:344
|
3207
3214
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:24
|
3208
3215
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:133
|
3209
3216
|
#: ../app/controllers/katello/api/v2/sync_plans_controller.rb:24
|
@@ -3254,8 +3261,7 @@ msgstr ""
|
|
3254
3261
|
|
3255
3262
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:113
|
3256
3263
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:121
|
3257
|
-
|
3258
|
-
msgid "Organization label"
|
3264
|
+
msgid "Organization ID or title"
|
3259
3265
|
msgstr ""
|
3260
3266
|
|
3261
3267
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:114
|
@@ -3606,7 +3612,7 @@ msgid "No repositories selected."
|
|
3606
3612
|
msgstr ""
|
3607
3613
|
|
3608
3614
|
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:72
|
3609
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3615
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:385
|
3610
3616
|
msgid "Only On Demand repositories may have space reclaimed."
|
3611
3617
|
msgstr ""
|
3612
3618
|
|
@@ -3833,7 +3839,7 @@ msgid "label of the repository"
|
|
3833
3839
|
msgstr ""
|
3834
3840
|
|
3835
3841
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:106
|
3836
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3842
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:396
|
3837
3843
|
msgid "description of the repository"
|
3838
3844
|
msgstr ""
|
3839
3845
|
|
@@ -3860,8 +3866,8 @@ msgstr ""
|
|
3860
3866
|
|
3861
3867
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:116
|
3862
3868
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:287
|
3863
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3864
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3869
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:449
|
3870
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:466
|
3865
3871
|
msgid "Invalid params provided - content_type must be one of %s"
|
3866
3872
|
msgstr ""
|
3867
3873
|
|
@@ -3911,28 +3917,28 @@ msgstr ""
|
|
3911
3917
|
msgid "Description of the repository"
|
3912
3918
|
msgstr ""
|
3913
3919
|
|
3914
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3920
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:322
|
3915
3921
|
msgid "Show the available repository types"
|
3916
3922
|
msgstr ""
|
3917
3923
|
|
3918
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3924
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:323
|
3919
3925
|
msgid "When set to 'True' repository types that are creatable will be returned"
|
3920
3926
|
msgstr ""
|
3921
3927
|
|
3922
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3928
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:330
|
3923
3929
|
msgid ""
|
3924
3930
|
"Forces a republish of the specified repository, regenerating metadata and syml"
|
3925
3931
|
"inks on the filesystem. Not allowed for repositories with the 'Complete Mirror"
|
3926
3932
|
"ing' mirroring policy."
|
3927
3933
|
msgstr ""
|
3928
3934
|
|
3929
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3935
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:332
|
3930
3936
|
msgid ""
|
3931
3937
|
"Force metadata regeneration to proceed. Dangerous when repositories use the 'C"
|
3932
3938
|
"omplete Mirroring' mirroring policy"
|
3933
3939
|
msgstr ""
|
3934
3940
|
|
3935
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3941
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:335
|
3936
3942
|
msgid ""
|
3937
3943
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change th"
|
3938
3944
|
"e mirroring policy and try again.\n"
|
@@ -3941,171 +3947,171 @@ msgid ""
|
|
3941
3947
|
"for 'Complete Mirroring' repositories."
|
3942
3948
|
msgstr ""
|
3943
3949
|
|
3944
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3950
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:342
|
3945
3951
|
msgid "Show a repository"
|
3946
3952
|
msgstr ""
|
3947
3953
|
|
3948
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3949
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3950
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3951
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3952
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3953
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3954
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:343
|
3955
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:350
|
3956
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:373
|
3957
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:382
|
3958
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:394
|
3959
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:459
|
3954
3960
|
msgid "repository ID"
|
3955
3961
|
msgstr ""
|
3956
3962
|
|
3957
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3963
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:349
|
3958
3964
|
msgid "Sync a repository"
|
3959
3965
|
msgstr ""
|
3960
3966
|
|
3961
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3967
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:351
|
3962
3968
|
msgid "perform an incremental import"
|
3963
3969
|
msgstr ""
|
3964
3970
|
|
3965
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3971
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:352
|
3966
3972
|
msgid ""
|
3967
3973
|
"Force sync even if no upstream changes are detected. Only used with yum or deb"
|
3968
3974
|
" repositories."
|
3969
3975
|
msgstr ""
|
3970
3976
|
|
3971
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3977
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:353
|
3972
3978
|
msgid ""
|
3973
3979
|
"Force a sync and validate the checksums of all content. Only used with yum rep"
|
3974
3980
|
"ositories."
|
3975
3981
|
msgstr ""
|
3976
3982
|
|
3977
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3983
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:355
|
3978
3984
|
msgid "attempted to sync a non-library repository."
|
3979
3985
|
msgstr ""
|
3980
3986
|
|
3981
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3987
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:363
|
3982
3988
|
msgid "attempted to sync without a feed URL"
|
3983
3989
|
msgstr ""
|
3984
3990
|
|
3985
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3991
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:372
|
3986
3992
|
msgid "Verify checksum of repository contents"
|
3987
3993
|
msgstr ""
|
3988
3994
|
|
3989
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3995
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:381
|
3990
3996
|
msgid "Reclaim space from an On Demand repository"
|
3991
3997
|
msgstr ""
|
3992
3998
|
|
3993
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3999
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:393
|
3994
4000
|
msgid "Update a repository"
|
3995
4001
|
msgstr ""
|
3996
4002
|
|
3997
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4003
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:427
|
3998
4004
|
msgid "Destroy a custom repository"
|
3999
4005
|
msgstr ""
|
4000
4006
|
|
4001
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4007
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:429
|
4002
4008
|
msgid "Force delete the repository by removing it from all content view versions"
|
4003
4009
|
msgstr ""
|
4004
4010
|
|
4005
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4011
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:430
|
4006
4012
|
msgid ""
|
4007
4013
|
"Delete content view filters that have this repository as the last associated r"
|
4008
4014
|
"epository. Defaults to true. If false, such filters will now apply to all repo"
|
4009
4015
|
"sitories in the content view."
|
4010
4016
|
msgstr ""
|
4011
4017
|
|
4012
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4018
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:445
|
4013
4019
|
msgid ""
|
4014
4020
|
"The type of content to remove (srpm, docker_manifest, etc.). Check removable t"
|
4015
4021
|
"ypes here: /katello/api/repositories/repository_types"
|
4016
4022
|
msgstr ""
|
4017
4023
|
|
4018
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4019
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4024
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:446
|
4025
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:495
|
4020
4026
|
msgid "Whether or not to sync an external capsule after upload. Default: true"
|
4021
4027
|
msgstr ""
|
4022
4028
|
|
4023
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4029
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:454
|
4024
4030
|
msgid "No content ids provided"
|
4025
4031
|
msgstr ""
|
4026
4032
|
|
4027
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4033
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:458
|
4028
4034
|
msgid ""
|
4029
4035
|
"This endpoint is primarily designed for UI interactions and uploading content "
|
4030
4036
|
"into the repository. For API-based uploads, please use the 'content_uploads' e"
|
4031
4037
|
"ndpoint instead."
|
4032
4038
|
msgstr ""
|
4033
4039
|
|
4034
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4040
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:460
|
4035
4041
|
msgid "Content files to upload. Can be a single file or array of files."
|
4036
4042
|
msgstr ""
|
4037
4043
|
|
4038
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4044
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:461
|
4039
4045
|
msgid ""
|
4040
4046
|
"The type of content to upload (srpm, file, etc.). Check uploadable types here:"
|
4041
4047
|
" /katello/api/repositories/repository_types"
|
4042
4048
|
msgstr ""
|
4043
4049
|
|
4044
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4050
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:463
|
4045
4051
|
msgid "Cannot upload Container Image content."
|
4046
4052
|
msgstr ""
|
4047
4053
|
|
4048
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4054
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:491
|
4049
4055
|
msgid "Import uploads into a repository"
|
4050
4056
|
msgstr ""
|
4051
4057
|
|
4052
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4058
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:493
|
4053
4059
|
msgid "Do not wait for the ImportUpload action to finish. Default: false"
|
4054
4060
|
msgstr ""
|
4055
4061
|
|
4056
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4062
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:494
|
4057
4063
|
msgid "Whether or not to regenerate the repository on disk. Default: true"
|
4058
4064
|
msgstr ""
|
4059
4065
|
|
4060
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4066
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:496
|
4061
4067
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
4062
4068
|
msgstr ""
|
4063
4069
|
|
4064
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4070
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:497
|
4065
4071
|
msgid "Array of uploads to import"
|
4066
4072
|
msgstr ""
|
4067
4073
|
|
4068
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4074
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:502
|
4069
4075
|
msgid "Needs to only be set for file repositories or docker tags"
|
4070
4076
|
msgstr ""
|
4071
4077
|
|
4072
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4078
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:503
|
4073
4079
|
msgid "Needs to only be set for docker tags"
|
4074
4080
|
msgstr ""
|
4075
4081
|
|
4076
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4082
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:517
|
4077
4083
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4078
4084
|
msgstr ""
|
4079
4085
|
|
4080
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4086
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:525
|
4081
4087
|
msgid "Checksum is a required parameter."
|
4082
4088
|
msgstr ""
|
4083
4089
|
|
4084
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4090
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:529
|
4085
4091
|
msgid "Name is a required parameter."
|
4086
4092
|
msgstr ""
|
4087
4093
|
|
4088
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4094
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:551
|
4089
4095
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4090
4096
|
msgstr ""
|
4091
4097
|
|
4092
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4098
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:561
|
4093
4099
|
msgid "Return the enabled content types"
|
4094
4100
|
msgstr ""
|
4095
4101
|
|
4096
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4102
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:590
|
4097
4103
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
4098
4104
|
msgstr ""
|
4099
4105
|
|
4100
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4106
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:684
|
4101
4107
|
msgid "Red Hat products cannot be manipulated."
|
4102
4108
|
msgstr ""
|
4103
4109
|
|
4104
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4110
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:688
|
4105
4111
|
msgid "Red Hat repositories cannot be manipulated."
|
4106
4112
|
msgstr ""
|
4107
4113
|
|
4108
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
4114
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:758
|
4109
4115
|
msgid "%s is required"
|
4110
4116
|
msgstr ""
|
4111
4117
|
|
@@ -4620,6 +4626,11 @@ msgstr ""
|
|
4620
4626
|
msgid "Deleted %{host_count} %{hosts}"
|
4621
4627
|
msgstr ""
|
4622
4628
|
|
4629
|
+
#:
|
4630
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb:20
|
4631
|
+
msgid "Unregister host %s before assigning an organization."
|
4632
|
+
msgstr ""
|
4633
|
+
|
4623
4634
|
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:28
|
4624
4635
|
msgid "Alter a host's host collections"
|
4625
4636
|
msgstr ""
|
@@ -4663,7 +4674,14 @@ msgid "Ignore subscription-manager errors for `subscription-manager register` co
|
|
4663
4674
|
msgstr ""
|
4664
4675
|
|
4665
4676
|
#:
|
4666
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:
|
4677
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:34
|
4678
|
+
msgid ""
|
4679
|
+
"Use container certificates for container registry authentication. If it is set"
|
4680
|
+
" to true, container registry certificates will be installed on the host"
|
4681
|
+
msgstr ""
|
4682
|
+
|
4683
|
+
#:
|
4684
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:54
|
4667
4685
|
msgid "Missing activation key!"
|
4668
4686
|
msgstr ""
|
4669
4687
|
|
@@ -4798,7 +4816,7 @@ msgstr ""
|
|
4798
4816
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:103
|
4799
4817
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:168
|
4800
4818
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:103
|
4801
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
4819
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
|
4802
4820
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:94
|
4803
4821
|
msgid "Package"
|
4804
4822
|
msgstr ""
|
@@ -4878,20 +4896,20 @@ msgid "Couldn't find activation key environment '%s'"
|
|
4878
4896
|
msgstr ""
|
4879
4897
|
|
4880
4898
|
#:
|
4881
|
-
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:
|
4899
|
+
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:128
|
4882
4900
|
msgid ""
|
4883
4901
|
"Unable to reassign content hosts. Please provide system_content_view_id and sy"
|
4884
4902
|
"stem_environment_id."
|
4885
4903
|
msgstr ""
|
4886
4904
|
|
4887
4905
|
#:
|
4888
|
-
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:
|
4906
|
+
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:145
|
4889
4907
|
msgid ""
|
4890
4908
|
"Unable to reassign activation_keys. Please provide key_content_view_id and key"
|
4891
4909
|
"_environment_id."
|
4892
4910
|
msgstr ""
|
4893
4911
|
|
4894
|
-
#: ../app/controllers/katello/concerns/filtered_auto_complete_search.rb:
|
4912
|
+
#: ../app/controllers/katello/concerns/filtered_auto_complete_search.rb:14
|
4895
4913
|
msgid "Operators"
|
4896
4914
|
msgstr ""
|
4897
4915
|
|
@@ -4933,7 +4951,7 @@ msgstr ""
|
|
4933
4951
|
|
4934
4952
|
#: ../app/controllers/katello/sync_management_controller.rb:16
|
4935
4953
|
#: ../app/views/katello/sync_management/index.html.erb:23
|
4936
|
-
#: ../lib/katello/plugin.rb:
|
4954
|
+
#: ../lib/katello/plugin.rb:66 ../webpack/scenes/Content/ContentConfig.js:56
|
4937
4955
|
#: ../webpack/scenes/Content/ContentConfig.js:118
|
4938
4956
|
#: ../webpack/scenes/Content/ContentConfig.js:186
|
4939
4957
|
msgid "Sync Status"
|
@@ -4965,10 +4983,10 @@ msgstr ""
|
|
4965
4983
|
|
4966
4984
|
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
|
4967
4985
|
#: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
|
4968
|
-
#: ../lib/katello/plugin.rb:
|
4969
|
-
#: ../lib/katello/plugin.rb:
|
4970
|
-
#: ../webpack/containers/Application/config.js:
|
4971
|
-
#: ../webpack/containers/Application/config.js:
|
4986
|
+
#: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:269
|
4987
|
+
#: ../lib/katello/plugin.rb:283 ../lib/katello/plugin.rb:360
|
4988
|
+
#: ../webpack/containers/Application/config.js:68
|
4989
|
+
#: ../webpack/containers/Application/config.js:72 ../webpack/global_index.js:53
|
4972
4990
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
|
4973
4991
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
|
4974
4992
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
|
@@ -5054,9 +5072,10 @@ msgid "Upstream Candlepin"
|
|
5054
5072
|
msgstr ""
|
5055
5073
|
|
5056
5074
|
#: ../app/lib/actions/katello/activation_key/create.rb:20
|
5057
|
-
#: ../app/lib/actions/katello/content_view/create.rb:
|
5075
|
+
#: ../app/lib/actions/katello/content_view/create.rb:18
|
5058
5076
|
#: ../app/lib/actions/katello/repository/create.rb:63
|
5059
5077
|
#: ../app/lib/actions/katello/repository/create_root.rb:17
|
5078
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
|
5060
5079
|
msgid "Create"
|
5061
5080
|
msgstr ""
|
5062
5081
|
|
@@ -5137,7 +5156,7 @@ msgstr ""
|
|
5137
5156
|
|
5138
5157
|
#: ../app/lib/actions/katello/content_view/destroy.rb:35
|
5139
5158
|
#: ../app/lib/actions/katello/provider/destroy.rb:19
|
5140
|
-
#: ../app/lib/actions/katello/repository/destroy.rb:
|
5159
|
+
#: ../app/lib/actions/katello/repository/destroy.rb:141
|
5141
5160
|
#: ../webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js:46
|
5142
5161
|
#: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:39
|
5143
5162
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:223
|
@@ -5153,6 +5172,9 @@ msgstr ""
|
|
5153
5172
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:91
|
5154
5173
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:96
|
5155
5174
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:113
|
5175
|
+
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:35
|
5176
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:71
|
5177
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:108
|
5156
5178
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:253
|
5157
5179
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
|
5158
5180
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
@@ -5235,7 +5257,7 @@ msgid ""
|
|
5235
5257
|
"arameter."
|
5236
5258
|
msgstr ""
|
5237
5259
|
|
5238
|
-
#: ../app/lib/actions/katello/content_view/publish.rb:
|
5260
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:111
|
5239
5261
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:46
|
5240
5262
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
|
5241
5263
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
|
@@ -5243,6 +5265,12 @@ msgstr ""
|
|
5243
5265
|
msgid "Publish"
|
5244
5266
|
msgstr ""
|
5245
5267
|
|
5268
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:184
|
5269
|
+
msgid ""
|
5270
|
+
"During incremental update, the previous content view version '%s' could not be"
|
5271
|
+
" found."
|
5272
|
+
msgstr ""
|
5273
|
+
|
5246
5274
|
#: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:16
|
5247
5275
|
msgid "Refresh RollingCV Repo"
|
5248
5276
|
msgstr ""
|
@@ -5259,13 +5287,13 @@ msgstr ""
|
|
5259
5287
|
msgid "Either environments or versions must be specified."
|
5260
5288
|
msgstr ""
|
5261
5289
|
|
5262
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:
|
5290
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:126
|
5263
5291
|
msgid ""
|
5264
5292
|
"Unable to reassign systems. Please check system_content_view_id and system_env"
|
5265
5293
|
"ironment_id."
|
5266
5294
|
msgstr ""
|
5267
5295
|
|
5268
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:
|
5296
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:133
|
5269
5297
|
msgid ""
|
5270
5298
|
"Unable to reassign activation_keys. Please check activation_key_content_view_i"
|
5271
5299
|
"d and activation_key_environment_id."
|
@@ -5352,7 +5380,7 @@ msgstr ""
|
|
5352
5380
|
msgid "Publish Lifecycle Environment Container Repositories"
|
5353
5381
|
msgstr ""
|
5354
5382
|
|
5355
|
-
#: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:
|
5383
|
+
#: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
|
5356
5384
|
msgid "Mirror Remote Repository"
|
5357
5385
|
msgstr ""
|
5358
5386
|
|
@@ -5556,8 +5584,8 @@ msgid ""
|
|
5556
5584
|
"%{acs_id}"
|
5557
5585
|
msgstr ""
|
5558
5586
|
|
5559
|
-
#: ../app/lib/actions/katello/repository/import_upload.rb:
|
5560
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:
|
5587
|
+
#: ../app/lib/actions/katello/repository/import_upload.rb:77
|
5588
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:61
|
5561
5589
|
msgid "Upload into"
|
5562
5590
|
msgstr ""
|
5563
5591
|
|
@@ -5579,27 +5607,27 @@ msgstr ""
|
|
5579
5607
|
msgid "Remove Content"
|
5580
5608
|
msgstr ""
|
5581
5609
|
|
5582
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5610
|
+
#: ../app/lib/actions/katello/repository/sync.rb:82
|
5583
5611
|
msgid "Synchronize: Validate Content"
|
5584
5612
|
msgstr ""
|
5585
5613
|
|
5586
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5614
|
+
#: ../app/lib/actions/katello/repository/sync.rb:84
|
5587
5615
|
msgid "Synchronize: Skip Metadata Check"
|
5588
5616
|
msgstr ""
|
5589
5617
|
|
5590
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5618
|
+
#: ../app/lib/actions/katello/repository/sync.rb:86
|
5591
5619
|
msgid "Synchronize"
|
5592
5620
|
msgstr ""
|
5593
5621
|
|
5594
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5622
|
+
#: ../app/lib/actions/katello/repository/sync.rb:91
|
5595
5623
|
msgid "Unable to sync repo. This repository does not have a feed url."
|
5596
5624
|
msgstr ""
|
5597
5625
|
|
5598
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5626
|
+
#: ../app/lib/actions/katello/repository/sync.rb:92
|
5599
5627
|
msgid "Cannot skip metadata check on non-yum/deb repositories."
|
5600
5628
|
msgstr ""
|
5601
5629
|
|
5602
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5630
|
+
#: ../app/lib/actions/katello/repository/sync.rb:93
|
5603
5631
|
msgid "Unable to sync repo. This repository is not a library instance repository."
|
5604
5632
|
msgstr ""
|
5605
5633
|
|
@@ -6838,12 +6866,12 @@ msgid ""
|
|
6838
6866
|
msgstr ""
|
6839
6867
|
|
6840
6868
|
#: ../app/models/katello/activation_key.rb:144
|
6841
|
-
#: ../app/models/katello/host/content_facet.rb:
|
6869
|
+
#: ../app/models/katello/host/content_facet.rb:169
|
6842
6870
|
msgid "Lifecycle environment must be specified"
|
6843
6871
|
msgstr ""
|
6844
6872
|
|
6845
6873
|
#: ../app/models/katello/activation_key.rb:148
|
6846
|
-
#: ../app/models/katello/host/content_facet.rb:
|
6874
|
+
#: ../app/models/katello/host/content_facet.rb:173
|
6847
6875
|
msgid "Content view must be specified"
|
6848
6876
|
msgstr ""
|
6849
6877
|
|
@@ -6853,7 +6881,7 @@ msgstr ""
|
|
6853
6881
|
|
6854
6882
|
#: ../app/models/katello/activation_key.rb:244
|
6855
6883
|
#: ../app/views/overrides/activation_keys/_host_tab.html.erb:2
|
6856
|
-
#: ../lib/katello/plugin.rb:
|
6884
|
+
#: ../lib/katello/plugin.rb:112
|
6857
6885
|
#: ../webpack/components/ActivationKeysSearch/index.js:155
|
6858
6886
|
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:61
|
6859
6887
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:30
|
@@ -7007,8 +7035,8 @@ msgstr ""
|
|
7007
7035
|
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:66
|
7008
7036
|
#: ../app/models/katello/content_view_erratum_filter_rule.rb:26
|
7009
7037
|
#: ../app/models/katello/content_view_version_export_history.rb:21
|
7010
|
-
#: ../app/models/katello/root_repository.rb:
|
7011
|
-
#: ../app/models/katello/root_repository.rb:
|
7038
|
+
#: ../app/models/katello/root_repository.rb:105
|
7039
|
+
#: ../app/models/katello/root_repository.rb:109
|
7012
7040
|
msgid "must be one of the following: %s"
|
7013
7041
|
msgstr ""
|
7014
7042
|
|
@@ -7016,26 +7044,26 @@ msgstr ""
|
|
7016
7044
|
msgid "Could not find a smart proxy with pulp feature."
|
7017
7045
|
msgstr ""
|
7018
7046
|
|
7019
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7047
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:495
|
7020
7048
|
msgid "Content type %{content_type_string} does not belong to an enabled repo type."
|
7021
7049
|
msgstr ""
|
7022
7050
|
|
7023
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7051
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:519
|
7024
7052
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
7025
7053
|
msgstr ""
|
7026
7054
|
|
7027
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7055
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:522
|
7028
7056
|
msgid ""
|
7029
7057
|
"Lifecycle environment was not attached to the smart proxy; therefore, no chang"
|
7030
7058
|
"es were made."
|
7031
7059
|
msgstr ""
|
7032
7060
|
|
7033
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7034
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7061
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:609
|
7062
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:615
|
7035
7063
|
msgid "%s is unreachable. %s"
|
7036
7064
|
msgstr ""
|
7037
7065
|
|
7038
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
7066
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:672
|
7039
7067
|
msgid "Successfully synced capsule."
|
7040
7068
|
msgstr ""
|
7041
7069
|
|
@@ -7051,7 +7079,7 @@ msgstr ""
|
|
7051
7079
|
msgid "must be %{gpg_key} or %{cert}"
|
7052
7080
|
msgstr ""
|
7053
7081
|
|
7054
|
-
#: ../app/models/katello/content_credential.rb:58 ../lib/katello/plugin.rb:
|
7082
|
+
#: ../app/models/katello/content_credential.rb:58 ../lib/katello/plugin.rb:39
|
7055
7083
|
msgid "Content Credentials"
|
7056
7084
|
msgstr ""
|
7057
7085
|
|
@@ -7140,7 +7168,7 @@ msgstr ""
|
|
7140
7168
|
|
7141
7169
|
#: ../app/models/katello/content_view.rb:730
|
7142
7170
|
#: ../app/models/katello/content_view.rb:750
|
7143
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
7171
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:85
|
7144
7172
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:259
|
7145
7173
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:64
|
7146
7174
|
msgid "hosts"
|
@@ -7148,7 +7176,7 @@ msgstr ""
|
|
7148
7176
|
|
7149
7177
|
#: ../app/models/katello/content_view.rb:731
|
7150
7178
|
#: ../app/models/katello/content_view.rb:751
|
7151
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
7179
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:155
|
7152
7180
|
msgid "activation keys"
|
7153
7181
|
msgstr ""
|
7154
7182
|
|
@@ -7168,7 +7196,7 @@ msgstr ""
|
|
7168
7196
|
|
7169
7197
|
#: ../app/models/katello/content_view.rb:766
|
7170
7198
|
#: ../app/views/dashboard/_content_views_widget.html.erb:2
|
7171
|
-
#: ../lib/katello/plugin.rb:
|
7199
|
+
#: ../lib/katello/plugin.rb:103
|
7172
7200
|
msgid "Content Views"
|
7173
7201
|
msgstr ""
|
7174
7202
|
|
@@ -7277,11 +7305,11 @@ msgstr ""
|
|
7277
7305
|
msgid "Security"
|
7278
7306
|
msgstr ""
|
7279
7307
|
|
7280
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7308
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:153
|
7281
7309
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
|
7282
7310
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
|
7283
7311
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
|
7284
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
7312
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:79
|
7285
7313
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:111
|
7286
7314
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:34
|
7287
7315
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:121
|
@@ -7290,8 +7318,8 @@ msgstr ""
|
|
7290
7318
|
msgid "Packages"
|
7291
7319
|
msgstr ""
|
7292
7320
|
|
7293
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7294
|
-
#: ../webpack/containers/Application/config.js:
|
7321
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
|
7322
|
+
#: ../webpack/containers/Application/config.js:51
|
7295
7323
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
|
7296
7324
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
|
7297
7325
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
|
@@ -7306,11 +7334,11 @@ msgstr ""
|
|
7306
7334
|
#: ../app/models/katello/content_view_filter.rb:12
|
7307
7335
|
#: ../app/models/katello/errata_status.rb:9
|
7308
7336
|
#: ../app/views/dashboard/_errata_widget.html.erb:16
|
7309
|
-
#: ../lib/katello/plugin.rb:
|
7337
|
+
#: ../lib/katello/plugin.rb:163
|
7310
7338
|
#: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:125
|
7311
7339
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
|
7312
7340
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:173
|
7313
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
7341
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:87
|
7314
7342
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:281
|
7315
7343
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
|
7316
7344
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
|
@@ -7326,7 +7354,7 @@ msgstr ""
|
|
7326
7354
|
msgid "Container Images"
|
7327
7355
|
msgstr ""
|
7328
7356
|
|
7329
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7357
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:123
|
7330
7358
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:284
|
7331
7359
|
msgid "Deb Packages"
|
7332
7360
|
msgstr ""
|
@@ -7392,19 +7420,23 @@ msgstr ""
|
|
7392
7420
|
msgid "already belongs to the content view"
|
7393
7421
|
msgstr ""
|
7394
7422
|
|
7395
|
-
#: ../app/models/katello/content_view_repository.rb:
|
7423
|
+
#: ../app/models/katello/content_view_repository.rb:29
|
7396
7424
|
msgid "Cannot add repositories to a composite content view"
|
7397
7425
|
msgstr ""
|
7398
7426
|
|
7399
|
-
#: ../app/models/katello/content_view_repository.rb:
|
7427
|
+
#: ../app/models/katello/content_view_repository.rb:35
|
7428
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
7429
|
+
msgstr ""
|
7430
|
+
|
7431
|
+
#: ../app/models/katello/content_view_repository.rb:41
|
7400
7432
|
msgid "Cannot add %s repositories to a content view."
|
7401
7433
|
msgstr ""
|
7402
7434
|
|
7403
|
-
#: ../app/models/katello/content_view_repository.rb:
|
7435
|
+
#: ../app/models/katello/content_view_repository.rb:47
|
7404
7436
|
msgid "Cannot add a repository from an Organization other than %s."
|
7405
7437
|
msgstr ""
|
7406
7438
|
|
7407
|
-
#: ../app/models/katello/content_view_repository.rb:
|
7439
|
+
#: ../app/models/katello/content_view_repository.rb:51
|
7408
7440
|
msgid "Repositories from published Content Views are not allowed."
|
7409
7441
|
msgstr ""
|
7410
7442
|
|
@@ -7475,7 +7507,9 @@ msgstr ""
|
|
7475
7507
|
msgid "cannot be changed."
|
7476
7508
|
msgstr ""
|
7477
7509
|
|
7478
|
-
#: ../app/models/katello/flatpak_remote.rb:
|
7510
|
+
#: ../app/models/katello/flatpak_remote.rb:23 ../lib/katello/plugin.rb:83
|
7511
|
+
#: ../webpack/containers/Application/config.js:97
|
7512
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:121
|
7479
7513
|
msgid "Flatpak Remotes"
|
7480
7514
|
msgstr ""
|
7481
7515
|
|
@@ -7497,33 +7531,33 @@ msgid ""
|
|
7497
7531
|
"e host. See the logs for more information."
|
7498
7532
|
msgstr ""
|
7499
7533
|
|
7500
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7534
|
+
#: ../app/models/katello/host/content_facet.rb:132
|
7501
7535
|
msgid ""
|
7502
7536
|
"Content facet for host %s has more than one content view. Use #content_views i"
|
7503
7537
|
"nstead."
|
7504
7538
|
msgstr ""
|
7505
7539
|
|
7506
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7540
|
+
#: ../app/models/katello/host/content_facet.rb:139
|
7507
7541
|
msgid ""
|
7508
7542
|
"Content facet for host %s has more than one lifecycle environment. Use #lifecy"
|
7509
7543
|
"cle_environments instead."
|
7510
7544
|
msgstr ""
|
7511
7545
|
|
7512
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7546
|
+
#: ../app/models/katello/host/content_facet.rb:147
|
7513
7547
|
msgid ""
|
7514
7548
|
"Assigning a host to multiple content view environments is not enabled. To enab"
|
7515
7549
|
"le, set the allow_multiple_content_views setting."
|
7516
7550
|
msgstr ""
|
7517
7551
|
|
7518
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7552
|
+
#: ../app/models/katello/host/content_facet.rb:180
|
7519
7553
|
msgid "Unable to find a lifecycle environment with ID %s"
|
7520
7554
|
msgstr ""
|
7521
7555
|
|
7522
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7556
|
+
#: ../app/models/katello/host/content_facet.rb:182
|
7523
7557
|
msgid "Unable to find a content view with ID %s"
|
7524
7558
|
msgstr ""
|
7525
7559
|
|
7526
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7560
|
+
#: ../app/models/katello/host/content_facet.rb:184
|
7527
7561
|
msgid ""
|
7528
7562
|
"Cannot assign content view environment %s: The content view has either not bee"
|
7529
7563
|
"n published or has not been promoted to that lifecycle environment."
|
@@ -7555,7 +7589,7 @@ msgstr ""
|
|
7555
7589
|
|
7556
7590
|
#: ../app/models/katello/host_collection.rb:115
|
7557
7591
|
#: ../app/views/dashboard/_host_collection_widget.html.erb:2
|
7558
|
-
#: ../lib/katello/plugin.rb:
|
7592
|
+
#: ../lib/katello/plugin.rb:215
|
7559
7593
|
msgid "Host Collections"
|
7560
7594
|
msgstr ""
|
7561
7595
|
|
@@ -7758,144 +7792,144 @@ msgstr ""
|
|
7758
7792
|
msgid "Support ended"
|
7759
7793
|
msgstr ""
|
7760
7794
|
|
7761
|
-
#: ../app/models/katello/root_repository.rb:
|
7795
|
+
#: ../app/models/katello/root_repository.rb:101
|
7762
7796
|
msgid "is not enabled. must be one of the following: %s"
|
7763
7797
|
msgstr ""
|
7764
7798
|
|
7765
|
-
#: ../app/models/katello/root_repository.rb:
|
7799
|
+
#: ../app/models/katello/root_repository.rb:178
|
7766
7800
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
7767
7801
|
msgstr ""
|
7768
7802
|
|
7769
|
-
#: ../app/models/katello/root_repository.rb:
|
7803
|
+
#: ../app/models/katello/root_repository.rb:186
|
7770
7804
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
7771
7805
|
msgstr ""
|
7772
7806
|
|
7773
|
-
#: ../app/models/katello/root_repository.rb:
|
7807
|
+
#: ../app/models/katello/root_repository.rb:200
|
7774
7808
|
msgid ""
|
7775
7809
|
"Invalid mirroring policy for repository type %{type}, only %{policies} are val"
|
7776
7810
|
"id."
|
7777
7811
|
msgstr ""
|
7778
7812
|
|
7779
|
-
#: ../app/models/katello/root_repository.rb:
|
7813
|
+
#: ../app/models/katello/root_repository.rb:207
|
7780
7814
|
msgid "cannot be blank when Repository URL is provided."
|
7781
7815
|
msgstr ""
|
7782
7816
|
|
7783
|
-
#: ../app/models/katello/root_repository.rb:
|
7817
|
+
#: ../app/models/katello/root_repository.rb:208
|
7784
7818
|
msgid "Upstream Name cannot be blank when Repository URL is provided."
|
7785
7819
|
msgstr ""
|
7786
7820
|
|
7787
|
-
#: ../app/models/katello/root_repository.rb:
|
7821
|
+
#: ../app/models/katello/root_repository.rb:214
|
7788
7822
|
msgid ""
|
7789
7823
|
"Container Image Repositories are not protected at this time. They need to be p"
|
7790
7824
|
"ublished via http to be available to containers."
|
7791
7825
|
msgstr ""
|
7792
7826
|
|
7793
|
-
#: ../app/models/katello/root_repository.rb:
|
7827
|
+
#: ../app/models/katello/root_repository.rb:225
|
7794
7828
|
msgid ""
|
7795
7829
|
"Checksum type cannot be set for yum repositories with on demand download polic"
|
7796
7830
|
"y."
|
7797
7831
|
msgstr ""
|
7798
7832
|
|
7799
|
-
#: ../app/models/katello/root_repository.rb:
|
7833
|
+
#: ../app/models/katello/root_repository.rb:230
|
7800
7834
|
msgid "URL needs to have a trailing /"
|
7801
7835
|
msgstr ""
|
7802
7836
|
|
7803
|
-
#: ../app/models/katello/root_repository.rb:
|
7837
|
+
#: ../app/models/katello/root_repository.rb:235
|
7804
7838
|
msgid "Requirements yaml should have a 'collections' key"
|
7805
7839
|
msgstr ""
|
7806
7840
|
|
7807
|
-
#: ../app/models/katello/root_repository.rb:
|
7841
|
+
#: ../app/models/katello/root_repository.rb:237
|
7808
7842
|
msgid "Requirements yaml should be a key-value pair structure."
|
7809
7843
|
msgstr ""
|
7810
7844
|
|
7811
|
-
#: ../app/models/katello/root_repository.rb:
|
7845
|
+
#: ../app/models/katello/root_repository.rb:240
|
7812
7846
|
msgid "Requirements is not valid yaml."
|
7813
7847
|
msgstr ""
|
7814
7848
|
|
7815
|
-
#: ../app/models/katello/root_repository.rb:
|
7849
|
+
#: ../app/models/katello/root_repository.rb:247
|
7816
7850
|
msgid "Ignorable content can be only set for Yum repositories."
|
7817
7851
|
msgstr ""
|
7818
7852
|
|
7819
|
-
#: ../app/models/katello/root_repository.rb:
|
7853
|
+
#: ../app/models/katello/root_repository.rb:249
|
7820
7854
|
msgid "Invalid value specified for ignorable content."
|
7821
7855
|
msgstr ""
|
7822
7856
|
|
7823
|
-
#: ../app/models/katello/root_repository.rb:
|
7857
|
+
#: ../app/models/katello/root_repository.rb:251
|
7824
7858
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
7825
7859
|
msgstr ""
|
7826
7860
|
|
7827
|
-
#: ../app/models/katello/root_repository.rb:
|
7861
|
+
#: ../app/models/katello/root_repository.rb:253
|
7828
7862
|
msgid ""
|
7829
7863
|
"Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring"
|
7830
7864
|
" policy."
|
7831
7865
|
msgstr ""
|
7832
7866
|
|
7833
|
-
#: ../app/models/katello/root_repository.rb:
|
7834
|
-
#: ../app/models/katello/root_repository.rb:
|
7867
|
+
#: ../app/models/katello/root_repository.rb:260
|
7868
|
+
#: ../app/models/katello/root_repository.rb:267
|
7835
7869
|
msgid "Invalid value specified for Container Image repositories."
|
7836
7870
|
msgstr ""
|
7837
7871
|
|
7838
|
-
#: ../app/models/katello/root_repository.rb:
|
7872
|
+
#: ../app/models/katello/root_repository.rb:277
|
7839
7873
|
msgid "are only allowed for Yum repositories."
|
7840
7874
|
msgstr ""
|
7841
7875
|
|
7842
|
-
#: ../app/models/katello/root_repository.rb:
|
7876
|
+
#: ../app/models/katello/root_repository.rb:280
|
7843
7877
|
msgid "invalid: Repositories can only require one OS version."
|
7844
7878
|
msgstr ""
|
7845
7879
|
|
7846
|
-
#: ../app/models/katello/root_repository.rb:
|
7880
|
+
#: ../app/models/katello/root_repository.rb:284
|
7847
7881
|
msgid "must be one of: %s"
|
7848
7882
|
msgstr ""
|
7849
7883
|
|
7850
|
-
#: ../app/models/katello/root_repository.rb:
|
7884
|
+
#: ../app/models/katello/root_repository.rb:296
|
7851
7885
|
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
7852
7886
|
msgstr ""
|
7853
7887
|
|
7854
|
-
#: ../app/models/katello/root_repository.rb:
|
7888
|
+
#: ../app/models/katello/root_repository.rb:302
|
7855
7889
|
msgid "Upstream username and password may only be set on custom repositories."
|
7856
7890
|
msgstr ""
|
7857
7891
|
|
7858
|
-
#: ../app/models/katello/root_repository.rb:
|
7892
|
+
#: ../app/models/katello/root_repository.rb:304
|
7859
7893
|
msgid "Upstream password requires upstream username be set."
|
7860
7894
|
msgstr ""
|
7861
7895
|
|
7862
|
-
#: ../app/models/katello/root_repository.rb:
|
7896
|
+
#: ../app/models/katello/root_repository.rb:306
|
7863
7897
|
msgid "Upstream username requires upstream password be set."
|
7864
7898
|
msgstr ""
|
7865
7899
|
|
7866
|
-
#: ../app/models/katello/root_repository.rb:
|
7900
|
+
#: ../app/models/katello/root_repository.rb:318
|
7867
7901
|
msgid "Auth URL requires Auth token be set."
|
7868
7902
|
msgstr ""
|
7869
7903
|
|
7870
|
-
#: ../app/models/katello/root_repository.rb:
|
7904
|
+
#: ../app/models/katello/root_repository.rb:331
|
7871
7905
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
7872
7906
|
msgstr ""
|
7873
7907
|
|
7874
|
-
#: ../app/models/katello/root_repository.rb:
|
7908
|
+
#: ../app/models/katello/root_repository.rb:333
|
7875
7909
|
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
7876
7910
|
msgstr ""
|
7877
7911
|
|
7878
|
-
#: ../app/models/katello/root_repository.rb:
|
7912
|
+
#: ../app/models/katello/root_repository.rb:340
|
7879
7913
|
msgid "is only allowed for Yum repositories."
|
7880
7914
|
msgstr ""
|
7881
7915
|
|
7882
|
-
#: ../app/models/katello/root_repository.rb:
|
7916
|
+
#: ../app/models/katello/root_repository.rb:343
|
7883
7917
|
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
7884
7918
|
msgstr ""
|
7885
7919
|
|
7886
|
-
#: ../app/models/katello/root_repository.rb:
|
7920
|
+
#: ../app/models/katello/root_repository.rb:346
|
7887
7921
|
msgid "must not be a negative value."
|
7888
7922
|
msgstr ""
|
7889
7923
|
|
7890
|
-
#: ../app/models/katello/root_repository.rb:
|
7924
|
+
#: ../app/models/katello/root_repository.rb:353
|
7891
7925
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
7892
7926
|
msgstr ""
|
7893
7927
|
|
7894
|
-
#: ../app/models/katello/root_repository.rb:
|
7928
|
+
#: ../app/models/katello/root_repository.rb:427
|
7895
7929
|
msgid "Cannot calculate name for custom repos"
|
7896
7930
|
msgstr ""
|
7897
7931
|
|
7898
|
-
#: ../app/models/katello/root_repository.rb:
|
7932
|
+
#: ../app/models/katello/root_repository.rb:469
|
7899
7933
|
msgid "Cannot update properties of a container push repository"
|
7900
7934
|
msgstr ""
|
7901
7935
|
|
@@ -7919,7 +7953,7 @@ msgstr ""
|
|
7919
7953
|
msgid "Start Date and Time can't be blank"
|
7920
7954
|
msgstr ""
|
7921
7955
|
|
7922
|
-
#: ../app/models/katello/sync_plan.rb:142 ../lib/katello/plugin.rb:
|
7956
|
+
#: ../app/models/katello/sync_plan.rb:142 ../lib/katello/plugin.rb:57
|
7923
7957
|
msgid "Sync Plans"
|
7924
7958
|
msgstr ""
|
7925
7959
|
|
@@ -7979,7 +8013,7 @@ msgstr ""
|
|
7979
8013
|
msgid "No new packages installed"
|
7980
8014
|
msgstr ""
|
7981
8015
|
|
7982
|
-
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:
|
8016
|
+
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:54
|
7983
8017
|
msgid "Traces"
|
7984
8018
|
msgstr ""
|
7985
8019
|
|
@@ -8254,7 +8288,7 @@ msgstr ""
|
|
8254
8288
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:83
|
8255
8289
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:89
|
8256
8290
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:95
|
8257
|
-
#: ../lib/katello/plugin.rb:
|
8291
|
+
#: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:30
|
8258
8292
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
|
8259
8293
|
#: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
|
8260
8294
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
|
@@ -8286,10 +8320,11 @@ msgstr ""
|
|
8286
8320
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:129
|
8287
8321
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:169
|
8288
8322
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:242
|
8289
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
8290
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
8323
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:134
|
8324
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:179
|
8291
8325
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:184
|
8292
8326
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:240
|
8327
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:143
|
8293
8328
|
#: ../webpack/components/extensions/about/SystemStatuses.js:24
|
8294
8329
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:79
|
8295
8330
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:286
|
@@ -8373,6 +8408,7 @@ msgstr ""
|
|
8373
8408
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:40
|
8374
8409
|
#: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:13
|
8375
8410
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:251
|
8411
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:131
|
8376
8412
|
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:76
|
8377
8413
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:127
|
8378
8414
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:31
|
@@ -8426,6 +8462,9 @@ msgstr ""
|
|
8426
8462
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:53
|
8427
8463
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:16
|
8428
8464
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:81
|
8465
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:118
|
8466
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
|
8467
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:42
|
8429
8468
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:9
|
8430
8469
|
#: ../webpack/scenes/ModuleStreams/Details/Profiles/TableSchema.js:13
|
8431
8470
|
#: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:15
|
@@ -8436,7 +8475,7 @@ msgid "Name"
|
|
8436
8475
|
msgstr ""
|
8437
8476
|
|
8438
8477
|
#: ../app/views/dashboard/_host_collection_widget.html.erb:17
|
8439
|
-
#: ../lib/katello/plugin.rb:
|
8478
|
+
#: ../lib/katello/plugin.rb:204
|
8440
8479
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:22
|
8441
8480
|
msgid "Content Hosts"
|
8442
8481
|
msgstr ""
|
@@ -8482,6 +8521,7 @@ msgstr ""
|
|
8482
8521
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:374
|
8483
8522
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:127
|
8484
8523
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:333
|
8524
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:84
|
8485
8525
|
msgid "Product"
|
8486
8526
|
msgstr ""
|
8487
8527
|
|
@@ -8495,12 +8535,12 @@ msgid "No errata matching given search query"
|
|
8495
8535
|
msgstr ""
|
8496
8536
|
|
8497
8537
|
#: ../app/views/foreman/smart_proxies/_content_sync.html.erb:2
|
8498
|
-
#: ../lib/katello/plugin.rb:
|
8538
|
+
#: ../lib/katello/plugin.rb:273
|
8499
8539
|
msgid "Content Sync"
|
8500
8540
|
msgstr ""
|
8501
8541
|
|
8502
8542
|
#: ../app/views/foreman/smart_proxies/_reclaim_space.html.erb:2
|
8503
|
-
#: ../lib/katello/plugin.rb:
|
8543
|
+
#: ../lib/katello/plugin.rb:277
|
8504
8544
|
msgid "Reclaim Space"
|
8505
8545
|
msgstr ""
|
8506
8546
|
|
@@ -8624,7 +8664,7 @@ msgstr ""
|
|
8624
8664
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:9
|
8625
8665
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:28
|
8626
8666
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:35
|
8627
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
8667
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:50
|
8628
8668
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js:37
|
8629
8669
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js:32
|
8630
8670
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:34
|
@@ -8793,7 +8833,7 @@ msgid "Custom Content Repositories"
|
|
8793
8833
|
msgstr ""
|
8794
8834
|
|
8795
8835
|
#: ../app/views/katello/sync_management/_products.html.erb:36
|
8796
|
-
#: ../lib/katello/plugin.rb:
|
8836
|
+
#: ../lib/katello/plugin.rb:21
|
8797
8837
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:48
|
8798
8838
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:66
|
8799
8839
|
msgid "Red Hat Repositories"
|
@@ -8831,6 +8871,7 @@ msgstr ""
|
|
8831
8871
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
|
8832
8872
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
|
8833
8873
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:139
|
8874
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js:67
|
8834
8875
|
#: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:42
|
8835
8876
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:121
|
8836
8877
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:335
|
@@ -8848,6 +8889,9 @@ msgstr ""
|
|
8848
8889
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
|
8849
8890
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:242
|
8850
8891
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
|
8892
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:203
|
8893
|
+
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:38
|
8894
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:113
|
8851
8895
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:265
|
8852
8896
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:147
|
8853
8897
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:30
|
@@ -8890,7 +8934,7 @@ msgstr ""
|
|
8890
8934
|
#: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
|
8891
8935
|
#: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
|
8892
8936
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
|
8893
|
-
#: ../lib/katello/plugin.rb:
|
8937
|
+
#: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:169
|
8894
8938
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:172
|
8895
8939
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:45
|
8896
8940
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:14
|
@@ -9080,7 +9124,7 @@ msgstr ""
|
|
9080
9124
|
|
9081
9125
|
#: ../app/views/overrides/smart_proxies/_environment_tab.html.erb:3
|
9082
9126
|
#: ../app/views/overrides/smart_proxies/_environment_tab_pane.html.erb:3
|
9083
|
-
#: ../lib/katello/plugin.rb:
|
9127
|
+
#: ../lib/katello/plugin.rb:94
|
9084
9128
|
msgid "Lifecycle Environments"
|
9085
9129
|
msgstr ""
|
9086
9130
|
|
@@ -9098,6 +9142,7 @@ msgstr ""
|
|
9098
9142
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:98
|
9099
9143
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:82
|
9100
9144
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:105
|
9145
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:56
|
9101
9146
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:107
|
9102
9147
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:121
|
9103
9148
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:203
|
@@ -9112,6 +9157,8 @@ msgstr ""
|
|
9112
9157
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:125
|
9113
9158
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:135
|
9114
9159
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:138
|
9160
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:68
|
9161
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:100
|
9115
9162
|
msgid "Edit"
|
9116
9163
|
msgstr ""
|
9117
9164
|
|
@@ -9268,7 +9315,7 @@ msgstr ""
|
|
9268
9315
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
|
9269
9316
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
|
9270
9317
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
|
9271
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
9318
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:51
|
9272
9319
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:107
|
9273
9320
|
msgid "Hosts"
|
9274
9321
|
msgstr ""
|
@@ -9373,35 +9420,35 @@ msgstr ""
|
|
9373
9420
|
msgid "Failed to delete latest content view version of Content View '%{subject}'."
|
9374
9421
|
msgstr ""
|
9375
9422
|
|
9376
|
-
#: ../lib/katello/plugin.rb:
|
9423
|
+
#: ../lib/katello/plugin.rb:30
|
9377
9424
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:117
|
9378
9425
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:264
|
9379
9426
|
msgid "Products"
|
9380
9427
|
msgstr ""
|
9381
9428
|
|
9382
|
-
#: ../lib/katello/plugin.rb:
|
9383
|
-
#: ../webpack/containers/Application/config.js:
|
9429
|
+
#: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:84
|
9430
|
+
#: ../webpack/containers/Application/config.js:88
|
9384
9431
|
#: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
|
9385
9432
|
msgid "Alternate Content Sources"
|
9386
9433
|
msgstr ""
|
9387
9434
|
|
9388
|
-
#: ../lib/katello/plugin.rb:
|
9435
|
+
#: ../lib/katello/plugin.rb:74
|
9389
9436
|
msgid "Booted Container Images"
|
9390
9437
|
msgstr ""
|
9391
9438
|
|
9392
|
-
#: ../lib/katello/plugin.rb:
|
9439
|
+
#: ../lib/katello/plugin.rb:90
|
9393
9440
|
msgid "Lifecycle"
|
9394
9441
|
msgstr ""
|
9395
9442
|
|
9396
|
-
#: ../lib/katello/plugin.rb:
|
9443
|
+
#: ../lib/katello/plugin.rb:119
|
9397
9444
|
msgid "Content Types"
|
9398
9445
|
msgstr ""
|
9399
9446
|
|
9400
|
-
#: ../lib/katello/plugin.rb:
|
9447
|
+
#: ../lib/katello/plugin.rb:133
|
9401
9448
|
msgid "Container Image Tags"
|
9402
9449
|
msgstr ""
|
9403
9450
|
|
9404
|
-
#: ../lib/katello/plugin.rb:
|
9451
|
+
#: ../lib/katello/plugin.rb:143
|
9405
9452
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:195
|
9406
9453
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:181
|
9407
9454
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:58
|
@@ -9409,522 +9456,542 @@ msgstr ""
|
|
9409
9456
|
msgid "Files"
|
9410
9457
|
msgstr ""
|
9411
9458
|
|
9412
|
-
#: ../lib/katello/plugin.rb:
|
9459
|
+
#: ../lib/katello/plugin.rb:183 ../webpack/scenes/Content/ContentConfig.js:141
|
9413
9460
|
msgid "Ansible Collections"
|
9414
9461
|
msgstr ""
|
9415
9462
|
|
9416
|
-
#: ../lib/katello/plugin.rb:
|
9463
|
+
#: ../lib/katello/plugin.rb:193
|
9417
9464
|
msgid "Other Content Types"
|
9418
9465
|
msgstr ""
|
9419
9466
|
|
9420
|
-
#: ../lib/katello/plugin.rb:
|
9467
|
+
#: ../lib/katello/plugin.rb:287 ../webpack/ForemanColumnExtensions/index.js:83
|
9421
9468
|
msgid "RHEL Lifecycle status"
|
9422
9469
|
msgstr ""
|
9423
9470
|
|
9424
|
-
#: ../lib/katello/plugin.rb:
|
9471
|
+
#: ../lib/katello/plugin.rb:290 ../webpack/ForemanColumnExtensions/index.js:93
|
9425
9472
|
msgid "Installable updates"
|
9426
9473
|
msgstr ""
|
9427
9474
|
|
9428
|
-
#: ../lib/katello/plugin.rb:
|
9475
|
+
#: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:158
|
9429
9476
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:215
|
9430
9477
|
msgid "Lifecycle environment"
|
9431
9478
|
msgstr ""
|
9432
9479
|
|
9433
|
-
#: ../lib/katello/plugin.rb:
|
9480
|
+
#: ../lib/katello/plugin.rb:301
|
9434
9481
|
msgid "Registered"
|
9435
9482
|
msgstr ""
|
9436
9483
|
|
9437
|
-
#: ../lib/katello/plugin.rb:
|
9484
|
+
#: ../lib/katello/plugin.rb:303
|
9438
9485
|
msgid "Last checkin"
|
9439
9486
|
msgstr ""
|
9440
9487
|
|
9441
|
-
#: ../lib/katello/plugin.rb:
|
9488
|
+
#: ../lib/katello/plugin.rb:330
|
9442
9489
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
|
9443
9490
|
msgid "Storage"
|
9444
9491
|
msgstr ""
|
9445
9492
|
|
9446
|
-
#: ../lib/katello/plugin.rb:
|
9493
|
+
#: ../lib/katello/plugin.rb:362
|
9447
9494
|
msgid "HTTP Proxies"
|
9448
9495
|
msgstr ""
|
9449
9496
|
|
9450
|
-
#: ../lib/katello/plugin.rb:
|
9497
|
+
#: ../lib/katello/plugin.rb:386
|
9451
9498
|
msgid "Allow multiple content views"
|
9452
9499
|
msgstr ""
|
9453
9500
|
|
9454
|
-
#: ../lib/katello/plugin.rb:
|
9501
|
+
#: ../lib/katello/plugin.rb:387
|
9455
9502
|
msgid ""
|
9456
9503
|
"Allow hosts or activation keys to be associated with multiple content view env"
|
9457
9504
|
"ironments"
|
9458
9505
|
msgstr ""
|
9459
9506
|
|
9460
|
-
#: ../lib/katello/plugin.rb:
|
9507
|
+
#: ../lib/katello/plugin.rb:392
|
9461
9508
|
msgid "Default HTTP Proxy"
|
9462
9509
|
msgstr ""
|
9463
9510
|
|
9464
|
-
#: ../lib/katello/plugin.rb:
|
9511
|
+
#: ../lib/katello/plugin.rb:393
|
9465
9512
|
msgid "Default HTTP proxy for syncing content"
|
9466
9513
|
msgstr ""
|
9467
9514
|
|
9468
|
-
#: ../lib/katello/plugin.rb:
|
9515
|
+
#: ../lib/katello/plugin.rb:395
|
9469
9516
|
msgid "no global default"
|
9470
9517
|
msgstr ""
|
9471
9518
|
|
9472
|
-
#: ../lib/katello/plugin.rb:
|
9519
|
+
#: ../lib/katello/plugin.rb:400
|
9473
9520
|
msgid "Default synced OS provisioning template"
|
9474
9521
|
msgstr ""
|
9475
9522
|
|
9476
|
-
#: ../lib/katello/plugin.rb:
|
9523
|
+
#: ../lib/katello/plugin.rb:401
|
9477
9524
|
msgid ""
|
9478
9525
|
"Default provisioning template for Operating Systems created from synced conten"
|
9479
9526
|
"t"
|
9480
9527
|
msgstr ""
|
9481
9528
|
|
9482
|
-
#: ../lib/katello/plugin.rb:
|
9529
|
+
#: ../lib/katello/plugin.rb:407
|
9483
9530
|
msgid "Default synced OS finish template"
|
9484
9531
|
msgstr ""
|
9485
9532
|
|
9486
|
-
#: ../lib/katello/plugin.rb:
|
9533
|
+
#: ../lib/katello/plugin.rb:408
|
9487
9534
|
msgid "Default finish template for new Operating Systems created from synced content"
|
9488
9535
|
msgstr ""
|
9489
9536
|
|
9490
|
-
#: ../lib/katello/plugin.rb:
|
9537
|
+
#: ../lib/katello/plugin.rb:414
|
9491
9538
|
msgid "Default synced OS user-data"
|
9492
9539
|
msgstr ""
|
9493
9540
|
|
9494
|
-
#: ../lib/katello/plugin.rb:
|
9541
|
+
#: ../lib/katello/plugin.rb:415
|
9495
9542
|
msgid "Default user data for new Operating Systems created from synced content"
|
9496
9543
|
msgstr ""
|
9497
9544
|
|
9498
|
-
#: ../lib/katello/plugin.rb:
|
9545
|
+
#: ../lib/katello/plugin.rb:421
|
9499
9546
|
msgid "Default synced OS PXELinux template"
|
9500
9547
|
msgstr ""
|
9501
9548
|
|
9502
|
-
#: ../lib/katello/plugin.rb:
|
9549
|
+
#: ../lib/katello/plugin.rb:422
|
9503
9550
|
msgid ""
|
9504
9551
|
"Default PXELinux template for new Operating Systems created from synced conten"
|
9505
9552
|
"t"
|
9506
9553
|
msgstr ""
|
9507
9554
|
|
9508
|
-
#: ../lib/katello/plugin.rb:
|
9555
|
+
#: ../lib/katello/plugin.rb:428
|
9509
9556
|
msgid "Default synced OS PXEGrub template"
|
9510
9557
|
msgstr ""
|
9511
9558
|
|
9512
|
-
#: ../lib/katello/plugin.rb:
|
9559
|
+
#: ../lib/katello/plugin.rb:429
|
9513
9560
|
msgid "Default PXEGrub template for new Operating Systems created from synced content"
|
9514
9561
|
msgstr ""
|
9515
9562
|
|
9516
|
-
#: ../lib/katello/plugin.rb:
|
9563
|
+
#: ../lib/katello/plugin.rb:435
|
9517
9564
|
msgid "Default synced OS PXEGrub2 template"
|
9518
9565
|
msgstr ""
|
9519
9566
|
|
9520
|
-
#: ../lib/katello/plugin.rb:
|
9567
|
+
#: ../lib/katello/plugin.rb:436
|
9521
9568
|
msgid ""
|
9522
9569
|
"Default PXEGrub2 template for new Operating Systems created from synced conten"
|
9523
9570
|
"t"
|
9524
9571
|
msgstr ""
|
9525
9572
|
|
9526
|
-
#: ../lib/katello/plugin.rb:
|
9573
|
+
#: ../lib/katello/plugin.rb:442
|
9527
9574
|
msgid "Default synced OS iPXE template"
|
9528
9575
|
msgstr ""
|
9529
9576
|
|
9530
|
-
#: ../lib/katello/plugin.rb:
|
9577
|
+
#: ../lib/katello/plugin.rb:443
|
9531
9578
|
msgid "Default iPXE template for new Operating Systems created from synced content"
|
9532
9579
|
msgstr ""
|
9533
9580
|
|
9534
|
-
#: ../lib/katello/plugin.rb:
|
9581
|
+
#: ../lib/katello/plugin.rb:449
|
9535
9582
|
msgid "Default synced OS partition table"
|
9536
9583
|
msgstr ""
|
9537
9584
|
|
9538
|
-
#: ../lib/katello/plugin.rb:
|
9585
|
+
#: ../lib/katello/plugin.rb:450
|
9539
9586
|
msgid ""
|
9540
9587
|
"Default partitioning table for new Operating Systems created from synced conte"
|
9541
9588
|
"nt"
|
9542
9589
|
msgstr ""
|
9543
9590
|
|
9544
|
-
#: ../lib/katello/plugin.rb:
|
9591
|
+
#: ../lib/katello/plugin.rb:456
|
9545
9592
|
msgid "Default synced OS kexec template"
|
9546
9593
|
msgstr ""
|
9547
9594
|
|
9548
|
-
#: ../lib/katello/plugin.rb:
|
9595
|
+
#: ../lib/katello/plugin.rb:457
|
9549
9596
|
msgid "Default kexec template for new Operating Systems created from synced content"
|
9550
9597
|
msgstr ""
|
9551
9598
|
|
9552
|
-
#: ../lib/katello/plugin.rb:
|
9599
|
+
#: ../lib/katello/plugin.rb:463
|
9553
9600
|
msgid "Default synced OS Atomic template"
|
9554
9601
|
msgstr ""
|
9555
9602
|
|
9556
|
-
#: ../lib/katello/plugin.rb:
|
9603
|
+
#: ../lib/katello/plugin.rb:464
|
9557
9604
|
msgid ""
|
9558
9605
|
"Default provisioning template for new Atomic Operating Systems created from sy"
|
9559
9606
|
"nced content"
|
9560
9607
|
msgstr ""
|
9561
9608
|
|
9562
|
-
#: ../lib/katello/plugin.rb:
|
9609
|
+
#: ../lib/katello/plugin.rb:470
|
9563
9610
|
msgid "Timeout when refreshing a manifest (in seconds)"
|
9564
9611
|
msgstr ""
|
9565
9612
|
|
9566
|
-
#: ../lib/katello/plugin.rb:
|
9613
|
+
#: ../lib/katello/plugin.rb:471
|
9567
9614
|
msgid "Manifest refresh timeout"
|
9568
9615
|
msgstr ""
|
9569
9616
|
|
9570
|
-
#: ../lib/katello/plugin.rb:
|
9617
|
+
#: ../lib/katello/plugin.rb:476
|
9571
9618
|
msgid "Subscription connection enabled"
|
9572
9619
|
msgstr ""
|
9573
9620
|
|
9574
|
-
#: ../lib/katello/plugin.rb:
|
9621
|
+
#: ../lib/katello/plugin.rb:477
|
9575
9622
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
9576
9623
|
msgstr ""
|
9577
9624
|
|
9578
|
-
#: ../lib/katello/plugin.rb:
|
9625
|
+
#: ../lib/katello/plugin.rb:482
|
9579
9626
|
msgid "Generate errata status from directly-installable content"
|
9580
9627
|
msgstr ""
|
9581
9628
|
|
9582
|
-
#: ../lib/katello/plugin.rb:
|
9629
|
+
#: ../lib/katello/plugin.rb:483
|
9583
9630
|
msgid ""
|
9584
9631
|
"If true, only errata that can be installed without an incremental update will "
|
9585
9632
|
"affect the host's errata status. Also affects the Host Collections dashboard w"
|
9586
9633
|
"idget."
|
9587
9634
|
msgstr ""
|
9588
9635
|
|
9589
|
-
#: ../lib/katello/plugin.rb:
|
9636
|
+
#: ../lib/katello/plugin.rb:488
|
9590
9637
|
msgid "Restrict composite content view promotion"
|
9591
9638
|
msgstr ""
|
9592
9639
|
|
9593
|
-
#: ../lib/katello/plugin.rb:
|
9640
|
+
#: ../lib/katello/plugin.rb:489
|
9594
9641
|
msgid ""
|
9595
9642
|
"If this is enabled, a composite content view may not be published or promoted "
|
9596
9643
|
"unless the component content view versions that it includes exist in the targe"
|
9597
9644
|
"t environment."
|
9598
9645
|
msgstr ""
|
9599
9646
|
|
9600
|
-
#: ../lib/katello/plugin.rb:
|
9647
|
+
#: ../lib/katello/plugin.rb:494
|
9601
9648
|
msgid "Check services before actions"
|
9602
9649
|
msgstr ""
|
9603
9650
|
|
9604
|
-
#: ../lib/katello/plugin.rb:
|
9651
|
+
#: ../lib/katello/plugin.rb:495
|
9605
9652
|
msgid ""
|
9606
9653
|
"Whether or not to check the status of backend services such as pulp and candle"
|
9607
9654
|
"pin prior to performing some actions."
|
9608
9655
|
msgstr ""
|
9609
9656
|
|
9610
|
-
#: ../lib/katello/plugin.rb:
|
9657
|
+
#: ../lib/katello/plugin.rb:500
|
9611
9658
|
msgid "Batch size to sync repositories in."
|
9612
9659
|
msgstr ""
|
9613
9660
|
|
9614
|
-
#: ../lib/katello/plugin.rb:
|
9661
|
+
#: ../lib/katello/plugin.rb:501
|
9615
9662
|
msgid ""
|
9616
9663
|
"How many repositories should be synced concurrently on the capsule. A smaller "
|
9617
9664
|
"number may lead to longer sync times. A larger number will increase dynflow lo"
|
9618
9665
|
"ad."
|
9619
9666
|
msgstr ""
|
9620
9667
|
|
9621
|
-
#: ../lib/katello/plugin.rb:
|
9668
|
+
#: ../lib/katello/plugin.rb:506
|
9622
9669
|
msgid "Sync Smart Proxies after content view promotion"
|
9623
9670
|
msgstr ""
|
9624
9671
|
|
9625
|
-
#: ../lib/katello/plugin.rb:
|
9672
|
+
#: ../lib/katello/plugin.rb:507
|
9626
9673
|
msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
|
9627
9674
|
msgstr ""
|
9628
9675
|
|
9629
|
-
#: ../lib/katello/plugin.rb:
|
9676
|
+
#: ../lib/katello/plugin.rb:512
|
9630
9677
|
msgid "Download rate limit"
|
9631
9678
|
msgstr ""
|
9632
9679
|
|
9633
|
-
#: ../lib/katello/plugin.rb:
|
9680
|
+
#: ../lib/katello/plugin.rb:513
|
9634
9681
|
msgid ""
|
9635
9682
|
"Maximum download rate when syncing a repository (requests per second). Use 0 f"
|
9636
9683
|
"or no limit."
|
9637
9684
|
msgstr ""
|
9638
9685
|
|
9639
|
-
#: ../lib/katello/plugin.rb:
|
9686
|
+
#: ../lib/katello/plugin.rb:518
|
9640
9687
|
msgid "Default Custom Repository download policy"
|
9641
9688
|
msgstr ""
|
9642
9689
|
|
9643
|
-
#: ../lib/katello/plugin.rb:
|
9690
|
+
#: ../lib/katello/plugin.rb:519
|
9644
9691
|
msgid ""
|
9645
9692
|
"Default download policy for custom repositories (either 'immediate' or 'on_dem"
|
9646
9693
|
"and')"
|
9647
9694
|
msgstr ""
|
9648
9695
|
|
9649
|
-
#: ../lib/katello/plugin.rb:
|
9696
|
+
#: ../lib/katello/plugin.rb:525
|
9650
9697
|
msgid "Default Red Hat Repository download policy"
|
9651
9698
|
msgstr ""
|
9652
9699
|
|
9653
|
-
#: ../lib/katello/plugin.rb:
|
9700
|
+
#: ../lib/katello/plugin.rb:526
|
9654
9701
|
msgid ""
|
9655
9702
|
"Default download policy for enabled Red Hat repositories (either 'immediate' o"
|
9656
9703
|
"r 'on_demand')"
|
9657
9704
|
msgstr ""
|
9658
9705
|
|
9659
|
-
#: ../lib/katello/plugin.rb:
|
9706
|
+
#: ../lib/katello/plugin.rb:532
|
9660
9707
|
msgid "Default Smart Proxy download policy"
|
9661
9708
|
msgstr ""
|
9662
9709
|
|
9663
|
-
#: ../lib/katello/plugin.rb:
|
9710
|
+
#: ../lib/katello/plugin.rb:533
|
9664
9711
|
msgid ""
|
9665
9712
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
|
9666
9713
|
"r 'on_demand')"
|
9667
9714
|
msgstr ""
|
9668
9715
|
|
9669
|
-
#: ../lib/katello/plugin.rb:
|
9716
|
+
#: ../lib/katello/plugin.rb:539
|
9717
|
+
msgid "Default custom yum repository mirroring policy"
|
9718
|
+
msgstr ""
|
9719
|
+
|
9720
|
+
#: ../lib/katello/plugin.rb:540
|
9721
|
+
msgid ""
|
9722
|
+
"Default mirroring policy for custom yum repositories (either 'mirror_content_o"
|
9723
|
+
"nly', 'additive' or 'mirror_complete')"
|
9724
|
+
msgstr ""
|
9725
|
+
|
9726
|
+
#: ../lib/katello/plugin.rb:546
|
9727
|
+
msgid "Default custom non-yum repository mirroring policy"
|
9728
|
+
msgstr ""
|
9729
|
+
|
9730
|
+
#: ../lib/katello/plugin.rb:547
|
9731
|
+
msgid ""
|
9732
|
+
"Default mirroring policy for custom non-yum repositories (either 'mirror_conte"
|
9733
|
+
"nt_only' or 'additive')"
|
9734
|
+
msgstr ""
|
9735
|
+
|
9736
|
+
#: ../lib/katello/plugin.rb:553
|
9670
9737
|
msgid "Validate host/lifecycle environment/content source coherence"
|
9671
9738
|
msgstr ""
|
9672
9739
|
|
9673
|
-
#: ../lib/katello/plugin.rb:
|
9740
|
+
#: ../lib/katello/plugin.rb:554
|
9674
9741
|
msgid ""
|
9675
9742
|
"Validate that a host's assigned lifecycle environment is synced by the smart p"
|
9676
9743
|
"roxy from which the host will get its content. Applies only to API requests; d"
|
9677
9744
|
"oes not affect web UI checks"
|
9678
9745
|
msgstr ""
|
9679
9746
|
|
9680
|
-
#: ../lib/katello/plugin.rb:
|
9747
|
+
#: ../lib/katello/plugin.rb:559
|
9681
9748
|
msgid "Pulp 3 export destination filepath"
|
9682
9749
|
msgstr ""
|
9683
9750
|
|
9684
|
-
#: ../lib/katello/plugin.rb:
|
9751
|
+
#: ../lib/katello/plugin.rb:560
|
9685
9752
|
msgid "On-disk location for pulp 3 exported repositories"
|
9686
9753
|
msgstr ""
|
9687
9754
|
|
9688
|
-
#: ../lib/katello/plugin.rb:
|
9755
|
+
#: ../lib/katello/plugin.rb:565
|
9689
9756
|
msgid "Default export format"
|
9690
9757
|
msgstr ""
|
9691
9758
|
|
9692
|
-
#: ../lib/katello/plugin.rb:
|
9759
|
+
#: ../lib/katello/plugin.rb:566
|
9693
9760
|
msgid "Default export format for content-exports(either 'syncable' or 'importable')"
|
9694
9761
|
msgstr ""
|
9695
9762
|
|
9696
|
-
#: ../lib/katello/plugin.rb:
|
9763
|
+
#: ../lib/katello/plugin.rb:572
|
9697
9764
|
msgid "Sync Total Timeout"
|
9698
9765
|
msgstr ""
|
9699
9766
|
|
9700
|
-
#: ../lib/katello/plugin.rb:
|
9767
|
+
#: ../lib/katello/plugin.rb:573
|
9701
9768
|
msgid ""
|
9702
9769
|
"The maximum number of second that Pulp can take to do a single sync operation,"
|
9703
9770
|
" e.g., download a single metadata file."
|
9704
9771
|
msgstr ""
|
9705
9772
|
|
9706
|
-
#: ../lib/katello/plugin.rb:
|
9773
|
+
#: ../lib/katello/plugin.rb:578
|
9707
9774
|
msgid "Sync Connect Timeout"
|
9708
9775
|
msgstr ""
|
9709
9776
|
|
9710
|
-
#: ../lib/katello/plugin.rb:
|
9777
|
+
#: ../lib/katello/plugin.rb:579
|
9711
9778
|
msgid ""
|
9712
9779
|
"The maximum number of seconds for Pulp to establish a new connection or for wa"
|
9713
9780
|
"iting for a free connection from a pool if pool connection limits are exceeded"
|
9714
9781
|
"."
|
9715
9782
|
msgstr ""
|
9716
9783
|
|
9717
|
-
#: ../lib/katello/plugin.rb:
|
9784
|
+
#: ../lib/katello/plugin.rb:584
|
9718
9785
|
msgid "Sync Sock Connect Timeout"
|
9719
9786
|
msgstr ""
|
9720
9787
|
|
9721
|
-
#: ../lib/katello/plugin.rb:
|
9788
|
+
#: ../lib/katello/plugin.rb:585
|
9722
9789
|
msgid ""
|
9723
9790
|
"The maximum number of seconds for Pulp to connect to a peer for a new connecti"
|
9724
9791
|
"on not given from a pool."
|
9725
9792
|
msgstr ""
|
9726
9793
|
|
9727
|
-
#: ../lib/katello/plugin.rb:
|
9794
|
+
#: ../lib/katello/plugin.rb:590
|
9728
9795
|
msgid "Sync Sock Read Timeout"
|
9729
9796
|
msgstr ""
|
9730
9797
|
|
9731
|
-
#: ../lib/katello/plugin.rb:
|
9798
|
+
#: ../lib/katello/plugin.rb:591
|
9732
9799
|
msgid ""
|
9733
9800
|
"The maximum number of seconds that Pulp can take to download a file, not count"
|
9734
9801
|
"ing connection time."
|
9735
9802
|
msgstr ""
|
9736
9803
|
|
9737
|
-
#: ../lib/katello/plugin.rb:
|
9804
|
+
#: ../lib/katello/plugin.rb:596
|
9738
9805
|
msgid "Delete Host upon unregister"
|
9739
9806
|
msgstr ""
|
9740
9807
|
|
9741
|
-
#: ../lib/katello/plugin.rb:
|
9808
|
+
#: ../lib/katello/plugin.rb:597
|
9742
9809
|
msgid ""
|
9743
9810
|
"When unregistering a host via subscription-manager, also delete the host recor"
|
9744
9811
|
"d. Managed resources linked to host such as virtual machines and DNS records m"
|
9745
9812
|
"ay also be deleted."
|
9746
9813
|
msgstr ""
|
9747
9814
|
|
9748
|
-
#: ../lib/katello/plugin.rb:
|
9815
|
+
#: ../lib/katello/plugin.rb:602
|
9749
9816
|
msgid "Subscription manager name registration fact"
|
9750
9817
|
msgstr ""
|
9751
9818
|
|
9752
|
-
#: ../lib/katello/plugin.rb:
|
9819
|
+
#: ../lib/katello/plugin.rb:603
|
9753
9820
|
msgid ""
|
9754
9821
|
"When registering a host via subscription-manager, force use the specified fact"
|
9755
9822
|
" (in the form of 'fact.fact')"
|
9756
9823
|
msgstr ""
|
9757
9824
|
|
9758
|
-
#: ../lib/katello/plugin.rb:
|
9825
|
+
#: ../lib/katello/plugin.rb:608
|
9759
9826
|
msgid "Subscription manager name registration fact strict matching"
|
9760
9827
|
msgstr ""
|
9761
9828
|
|
9762
|
-
#: ../lib/katello/plugin.rb:
|
9829
|
+
#: ../lib/katello/plugin.rb:609
|
9763
9830
|
msgid ""
|
9764
9831
|
"If this is enabled, and register_hostname_fact is set and provided, registrati"
|
9765
9832
|
"on will look for a new host by name only using that fact, and will skip all ho"
|
9766
9833
|
"stname matching"
|
9767
9834
|
msgstr ""
|
9768
9835
|
|
9769
|
-
#: ../lib/katello/plugin.rb:
|
9836
|
+
#: ../lib/katello/plugin.rb:614
|
9770
9837
|
msgid "Default location for subscribed hosts"
|
9771
9838
|
msgstr ""
|
9772
9839
|
|
9773
|
-
#: ../lib/katello/plugin.rb:
|
9840
|
+
#: ../lib/katello/plugin.rb:615
|
9774
9841
|
msgid "Default Location where new subscribed hosts will put upon registration"
|
9775
9842
|
msgstr ""
|
9776
9843
|
|
9777
|
-
#: ../lib/katello/plugin.rb:
|
9844
|
+
#: ../lib/katello/plugin.rb:621
|
9778
9845
|
msgid "Expire soon days"
|
9779
9846
|
msgstr ""
|
9780
9847
|
|
9781
|
-
#: ../lib/katello/plugin.rb:
|
9848
|
+
#: ../lib/katello/plugin.rb:622
|
9782
9849
|
msgid ""
|
9783
9850
|
"The number of days remaining in a subscription before you will be reminded abo"
|
9784
9851
|
"ut renewing it. Also used for manifest expiration warnings."
|
9785
9852
|
msgstr ""
|
9786
9853
|
|
9787
|
-
#: ../lib/katello/plugin.rb:
|
9854
|
+
#: ../lib/katello/plugin.rb:627
|
9788
9855
|
msgid "Host Duplicate DMI UUIDs"
|
9789
9856
|
msgstr ""
|
9790
9857
|
|
9791
|
-
#: ../lib/katello/plugin.rb:
|
9858
|
+
#: ../lib/katello/plugin.rb:628
|
9792
9859
|
msgid ""
|
9793
9860
|
"If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
|
9794
9861
|
"rated values here. Subsequent registrations will generate a unique DMI UUID fo"
|
9795
9862
|
"r the affected hosts."
|
9796
9863
|
msgstr ""
|
9797
9864
|
|
9798
|
-
#: ../lib/katello/plugin.rb:
|
9865
|
+
#: ../lib/katello/plugin.rb:633
|
9799
9866
|
msgid "Host Profile Assume"
|
9800
9867
|
msgstr ""
|
9801
9868
|
|
9802
|
-
#: ../lib/katello/plugin.rb:
|
9869
|
+
#: ../lib/katello/plugin.rb:634
|
9803
9870
|
msgid ""
|
9804
9871
|
"Allow new host registrations to assume registered profiles with matching hostn"
|
9805
9872
|
"ame as long as the registering DMI UUID is not used by another host."
|
9806
9873
|
msgstr ""
|
9807
9874
|
|
9808
|
-
#: ../lib/katello/plugin.rb:
|
9875
|
+
#: ../lib/katello/plugin.rb:639
|
9809
9876
|
msgid "Host Profile Can Change In Build"
|
9810
9877
|
msgstr ""
|
9811
9878
|
|
9812
|
-
#: ../lib/katello/plugin.rb:
|
9879
|
+
#: ../lib/katello/plugin.rb:640
|
9813
9880
|
msgid ""
|
9814
9881
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
|
9815
9882
|
"s in build mode."
|
9816
9883
|
msgstr ""
|
9817
9884
|
|
9818
|
-
#: ../lib/katello/plugin.rb:
|
9885
|
+
#: ../lib/katello/plugin.rb:645
|
9819
9886
|
msgid "Host Can Re-Register Only In Build"
|
9820
9887
|
msgstr ""
|
9821
9888
|
|
9822
|
-
#: ../lib/katello/plugin.rb:
|
9889
|
+
#: ../lib/katello/plugin.rb:646
|
9823
9890
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
9824
9891
|
msgstr ""
|
9825
9892
|
|
9826
|
-
#: ../lib/katello/plugin.rb:
|
9893
|
+
#: ../lib/katello/plugin.rb:651
|
9827
9894
|
msgid "Host Tasks Workers Pool Size"
|
9828
9895
|
msgstr ""
|
9829
9896
|
|
9830
|
-
#: ../lib/katello/plugin.rb:
|
9897
|
+
#: ../lib/katello/plugin.rb:652
|
9831
9898
|
msgid ""
|
9832
9899
|
"Amount of workers in the pool to handle the execution of host-related tasks. W"
|
9833
9900
|
"hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
|
9834
9901
|
"foreman-tasks service is required."
|
9835
9902
|
msgstr ""
|
9836
9903
|
|
9837
|
-
#: ../lib/katello/plugin.rb:
|
9904
|
+
#: ../lib/katello/plugin.rb:657
|
9838
9905
|
msgid "Applicability Batch Size"
|
9839
9906
|
msgstr ""
|
9840
9907
|
|
9841
|
-
#: ../lib/katello/plugin.rb:
|
9908
|
+
#: ../lib/katello/plugin.rb:658
|
9842
9909
|
msgid "Number of host applicability calculations to process per task."
|
9843
9910
|
msgstr ""
|
9844
9911
|
|
9845
|
-
#: ../lib/katello/plugin.rb:
|
9912
|
+
#: ../lib/katello/plugin.rb:663
|
9846
9913
|
msgid "Pulp bulk load size"
|
9847
9914
|
msgstr ""
|
9848
9915
|
|
9849
|
-
#: ../lib/katello/plugin.rb:
|
9916
|
+
#: ../lib/katello/plugin.rb:664
|
9850
9917
|
msgid "The number of items fetched from a single paged Pulp API call."
|
9851
9918
|
msgstr ""
|
9852
9919
|
|
9853
|
-
#: ../lib/katello/plugin.rb:
|
9920
|
+
#: ../lib/katello/plugin.rb:669
|
9854
9921
|
msgid "Orphaned Content Protection Time"
|
9855
9922
|
msgstr ""
|
9856
9923
|
|
9857
|
-
#: ../lib/katello/plugin.rb:
|
9924
|
+
#: ../lib/katello/plugin.rb:670
|
9858
9925
|
msgid ""
|
9859
9926
|
"Time in minutes before content that is not contained within a repository and h"
|
9860
9927
|
"as not been accessed is considered orphaned."
|
9861
9928
|
msgstr ""
|
9862
9929
|
|
9863
|
-
#: ../lib/katello/plugin.rb:
|
9930
|
+
#: ../lib/katello/plugin.rb:675
|
9864
9931
|
msgid "Completed pulp task protection days"
|
9865
9932
|
msgstr ""
|
9866
9933
|
|
9867
|
-
#: ../lib/katello/plugin.rb:
|
9934
|
+
#: ../lib/katello/plugin.rb:676
|
9868
9935
|
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
9869
9936
|
msgstr ""
|
9870
9937
|
|
9871
|
-
#: ../lib/katello/plugin.rb:
|
9938
|
+
#: ../lib/katello/plugin.rb:681
|
9872
9939
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
9873
9940
|
msgstr ""
|
9874
9941
|
|
9875
|
-
#: ../lib/katello/plugin.rb:
|
9942
|
+
#: ../lib/katello/plugin.rb:682
|
9876
9943
|
msgid ""
|
9877
9944
|
"Prefer using a Smart Proxy to which a host is registered when using remote exe"
|
9878
9945
|
"cution"
|
9879
9946
|
msgstr ""
|
9880
9947
|
|
9881
|
-
#: ../lib/katello/plugin.rb:
|
9948
|
+
#: ../lib/katello/plugin.rb:687
|
9882
9949
|
msgid "Allow deleting repositories in published content views"
|
9883
9950
|
msgstr ""
|
9884
9951
|
|
9885
|
-
#: ../lib/katello/plugin.rb:
|
9952
|
+
#: ../lib/katello/plugin.rb:688
|
9886
9953
|
msgid ""
|
9887
9954
|
"If this is enabled, repositories can be deleted even when they belong to publi"
|
9888
9955
|
"shed content views. The deleted repository will be removed from all content vi"
|
9889
9956
|
"ew versions."
|
9890
9957
|
msgstr ""
|
9891
9958
|
|
9892
|
-
#: ../lib/katello/plugin.rb:
|
9959
|
+
#: ../lib/katello/plugin.rb:693
|
9893
9960
|
msgid "Distribute archived content view versions"
|
9894
9961
|
msgstr ""
|
9895
9962
|
|
9896
|
-
#: ../lib/katello/plugin.rb:
|
9963
|
+
#: ../lib/katello/plugin.rb:694
|
9897
9964
|
msgid ""
|
9898
9965
|
"If this is enabled, repositories of content view versions without environments"
|
9899
9966
|
" (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
|
9900
9967
|
"ws/<content view>/X.Y/...'."
|
9901
9968
|
msgstr ""
|
9902
9969
|
|
9903
|
-
#: ../lib/katello/plugin.rb:
|
9970
|
+
#: ../lib/katello/plugin.rb:699
|
9904
9971
|
msgid "Calculate content counts on smart proxies automatically"
|
9905
9972
|
msgstr ""
|
9906
9973
|
|
9907
|
-
#: ../lib/katello/plugin.rb:
|
9974
|
+
#: ../lib/katello/plugin.rb:700
|
9908
9975
|
msgid ""
|
9909
9976
|
"If this is enabled, content counts on smart proxies will be updated automatica"
|
9910
9977
|
"lly after content sync."
|
9911
9978
|
msgstr ""
|
9912
9979
|
|
9913
|
-
#: ../lib/katello/plugin.rb:
|
9980
|
+
#: ../lib/katello/plugin.rb:705
|
9914
9981
|
msgid "Hide Reclaim Space Warning"
|
9915
9982
|
msgstr ""
|
9916
9983
|
|
9917
|
-
#: ../lib/katello/plugin.rb:
|
9984
|
+
#: ../lib/katello/plugin.rb:706
|
9918
9985
|
msgid ""
|
9919
9986
|
"If this is enabled, the Smart Proxy page will suppress the warning message abo"
|
9920
9987
|
"ut reclaiming space."
|
9921
9988
|
msgstr ""
|
9922
9989
|
|
9923
|
-
#: ../lib/katello/plugin.rb:
|
9990
|
+
#: ../lib/katello/plugin.rb:711
|
9924
9991
|
msgid "Enable structured APT for deb content"
|
9925
9992
|
msgstr ""
|
9926
9993
|
|
9927
|
-
#: ../lib/katello/plugin.rb:
|
9994
|
+
#: ../lib/katello/plugin.rb:712
|
9928
9995
|
msgid ""
|
9929
9996
|
"If set, newly created APT repos in Katello will use the same repo structure as"
|
9930
9997
|
" the remote repos they are synchronized from. You may migrate existing APT rep"
|
@@ -9932,171 +9999,171 @@ msgid ""
|
|
9932
9999
|
"ntent_for_deb'."
|
9933
10000
|
msgstr ""
|
9934
10001
|
|
9935
|
-
#: ../lib/katello/plugin.rb:
|
10002
|
+
#: ../lib/katello/plugin.rb:717
|
9936
10003
|
msgid "Katello: Install Package"
|
9937
10004
|
msgstr ""
|
9938
10005
|
|
9939
|
-
#: ../lib/katello/plugin.rb:
|
10006
|
+
#: ../lib/katello/plugin.rb:717
|
9940
10007
|
msgid "Install package via Katello interface"
|
9941
10008
|
msgstr ""
|
9942
10009
|
|
9943
|
-
#: ../lib/katello/plugin.rb:
|
10010
|
+
#: ../lib/katello/plugin.rb:718
|
9944
10011
|
msgid "Katello: Install packages by search query"
|
9945
10012
|
msgstr ""
|
9946
10013
|
|
9947
|
-
#: ../lib/katello/plugin.rb:
|
10014
|
+
#: ../lib/katello/plugin.rb:718
|
9948
10015
|
msgid "Install packages via Katello interface"
|
9949
10016
|
msgstr ""
|
9950
10017
|
|
9951
|
-
#: ../lib/katello/plugin.rb:
|
10018
|
+
#: ../lib/katello/plugin.rb:719
|
9952
10019
|
msgid "Katello: Update Package"
|
9953
10020
|
msgstr ""
|
9954
10021
|
|
9955
|
-
#: ../lib/katello/plugin.rb:
|
10022
|
+
#: ../lib/katello/plugin.rb:719
|
9956
10023
|
msgid "Update package via Katello interface"
|
9957
10024
|
msgstr ""
|
9958
10025
|
|
9959
|
-
#: ../lib/katello/plugin.rb:
|
10026
|
+
#: ../lib/katello/plugin.rb:720
|
9960
10027
|
msgid "Katello: Update Packages by search query"
|
9961
10028
|
msgstr ""
|
9962
10029
|
|
9963
|
-
#: ../lib/katello/plugin.rb:
|
10030
|
+
#: ../lib/katello/plugin.rb:720
|
9964
10031
|
msgid "Update packages via Katello interface"
|
9965
10032
|
msgstr ""
|
9966
10033
|
|
9967
|
-
#: ../lib/katello/plugin.rb:
|
10034
|
+
#: ../lib/katello/plugin.rb:721
|
9968
10035
|
msgid "Katello: Remove Package"
|
9969
10036
|
msgstr ""
|
9970
10037
|
|
9971
|
-
#: ../lib/katello/plugin.rb:
|
10038
|
+
#: ../lib/katello/plugin.rb:721
|
9972
10039
|
msgid "Remove package via Katello interface"
|
9973
10040
|
msgstr ""
|
9974
10041
|
|
9975
|
-
#: ../lib/katello/plugin.rb:
|
10042
|
+
#: ../lib/katello/plugin.rb:722
|
9976
10043
|
msgid "Katello: Remove Packages by search query"
|
9977
10044
|
msgstr ""
|
9978
10045
|
|
9979
|
-
#: ../lib/katello/plugin.rb:
|
10046
|
+
#: ../lib/katello/plugin.rb:722
|
9980
10047
|
msgid "Remove packages via Katello interface"
|
9981
10048
|
msgstr ""
|
9982
10049
|
|
9983
|
-
#: ../lib/katello/plugin.rb:
|
10050
|
+
#: ../lib/katello/plugin.rb:723
|
9984
10051
|
msgid "Katello: Install Package Group"
|
9985
10052
|
msgstr ""
|
9986
10053
|
|
9987
|
-
#: ../lib/katello/plugin.rb:
|
10054
|
+
#: ../lib/katello/plugin.rb:723
|
9988
10055
|
msgid "Install package group via Katello interface"
|
9989
10056
|
msgstr ""
|
9990
10057
|
|
9991
|
-
#: ../lib/katello/plugin.rb:
|
10058
|
+
#: ../lib/katello/plugin.rb:724
|
9992
10059
|
msgid "Katello: Update Package Group"
|
9993
10060
|
msgstr ""
|
9994
10061
|
|
9995
|
-
#: ../lib/katello/plugin.rb:
|
10062
|
+
#: ../lib/katello/plugin.rb:724
|
9996
10063
|
msgid "Update package group via Katello interface"
|
9997
10064
|
msgstr ""
|
9998
10065
|
|
9999
|
-
#: ../lib/katello/plugin.rb:
|
10066
|
+
#: ../lib/katello/plugin.rb:725
|
10000
10067
|
msgid "Katello: Remove Package Group"
|
10001
10068
|
msgstr ""
|
10002
10069
|
|
10003
|
-
#: ../lib/katello/plugin.rb:
|
10070
|
+
#: ../lib/katello/plugin.rb:725
|
10004
10071
|
msgid "Remove package group via Katello interface"
|
10005
10072
|
msgstr ""
|
10006
10073
|
|
10007
|
-
#: ../lib/katello/plugin.rb:
|
10074
|
+
#: ../lib/katello/plugin.rb:726
|
10008
10075
|
msgid "Katello: Install Errata"
|
10009
10076
|
msgstr ""
|
10010
10077
|
|
10011
|
-
#: ../lib/katello/plugin.rb:
|
10078
|
+
#: ../lib/katello/plugin.rb:726
|
10012
10079
|
msgid "Install errata via Katello interface"
|
10013
10080
|
msgstr ""
|
10014
10081
|
|
10015
|
-
#: ../lib/katello/plugin.rb:
|
10082
|
+
#: ../lib/katello/plugin.rb:727
|
10016
10083
|
msgid "Katello: Install errata by search query"
|
10017
10084
|
msgstr ""
|
10018
10085
|
|
10019
|
-
#: ../lib/katello/plugin.rb:
|
10086
|
+
#: ../lib/katello/plugin.rb:727
|
10020
10087
|
msgid "Install errata using scoped search query"
|
10021
10088
|
msgstr ""
|
10022
10089
|
|
10023
|
-
#: ../lib/katello/plugin.rb:
|
10090
|
+
#: ../lib/katello/plugin.rb:728
|
10024
10091
|
msgid "Katello: Service Restart"
|
10025
10092
|
msgstr ""
|
10026
10093
|
|
10027
|
-
#: ../lib/katello/plugin.rb:
|
10094
|
+
#: ../lib/katello/plugin.rb:728
|
10028
10095
|
msgid "Restart Services via Katello interface"
|
10029
10096
|
msgstr ""
|
10030
10097
|
|
10031
|
-
#: ../lib/katello/plugin.rb:
|
10098
|
+
#: ../lib/katello/plugin.rb:729
|
10032
10099
|
msgid "Katello: Resolve Traces"
|
10033
10100
|
msgstr ""
|
10034
10101
|
|
10035
|
-
#: ../lib/katello/plugin.rb:
|
10102
|
+
#: ../lib/katello/plugin.rb:729
|
10036
10103
|
msgid "Resolve traces via Katello interface"
|
10037
10104
|
msgstr ""
|
10038
10105
|
|
10039
|
-
#: ../lib/katello/plugin.rb:
|
10106
|
+
#: ../lib/katello/plugin.rb:730
|
10040
10107
|
msgid "Katello: Configure host for new content source"
|
10041
10108
|
msgstr ""
|
10042
10109
|
|
10043
|
-
#: ../lib/katello/plugin.rb:
|
10110
|
+
#: ../lib/katello/plugin.rb:730
|
10044
10111
|
msgid "Replace content source on the target machine"
|
10045
10112
|
msgstr ""
|
10046
10113
|
|
10047
|
-
#: ../lib/katello/plugin.rb:
|
10114
|
+
#: ../lib/katello/plugin.rb:731
|
10048
10115
|
msgid "Katello: Upload Profile"
|
10049
10116
|
msgstr ""
|
10050
10117
|
|
10051
|
-
#: ../lib/katello/plugin.rb:
|
10118
|
+
#: ../lib/katello/plugin.rb:731
|
10052
10119
|
msgid "Upload package / repos profile"
|
10053
10120
|
msgstr ""
|
10054
10121
|
|
10055
|
-
#: ../lib/katello/plugin.rb:
|
10122
|
+
#: ../lib/katello/plugin.rb:732
|
10056
10123
|
msgid "Katello: Module Stream Actions"
|
10057
10124
|
msgstr ""
|
10058
10125
|
|
10059
|
-
#: ../lib/katello/plugin.rb:
|
10126
|
+
#: ../lib/katello/plugin.rb:733
|
10060
10127
|
msgid "Perform a module stream action via Katello interface"
|
10061
10128
|
msgstr ""
|
10062
10129
|
|
10063
|
-
#: ../lib/katello/plugin.rb:
|
10130
|
+
#: ../lib/katello/plugin.rb:735
|
10064
10131
|
msgid "Katello: Bootc Action"
|
10065
10132
|
msgstr ""
|
10066
10133
|
|
10067
|
-
#: ../lib/katello/plugin.rb:
|
10134
|
+
#: ../lib/katello/plugin.rb:735
|
10068
10135
|
msgid "Katello Bootc interface"
|
10069
10136
|
msgstr ""
|
10070
10137
|
|
10071
|
-
#: ../lib/katello/plugin.rb:
|
10138
|
+
#: ../lib/katello/plugin.rb:736
|
10072
10139
|
msgid "Katello: Bootc Upgrade"
|
10073
10140
|
msgstr ""
|
10074
10141
|
|
10075
|
-
#: ../lib/katello/plugin.rb:
|
10142
|
+
#: ../lib/katello/plugin.rb:736
|
10076
10143
|
msgid "Bootc upgrade via Bootc interface"
|
10077
10144
|
msgstr ""
|
10078
10145
|
|
10079
|
-
#: ../lib/katello/plugin.rb:
|
10146
|
+
#: ../lib/katello/plugin.rb:737
|
10080
10147
|
msgid "Katello: Bootc Switch"
|
10081
10148
|
msgstr ""
|
10082
10149
|
|
10083
|
-
#: ../lib/katello/plugin.rb:
|
10150
|
+
#: ../lib/katello/plugin.rb:737
|
10084
10151
|
msgid "Bootc switch via Bootc interface"
|
10085
10152
|
msgstr ""
|
10086
10153
|
|
10087
|
-
#: ../lib/katello/plugin.rb:
|
10154
|
+
#: ../lib/katello/plugin.rb:738
|
10088
10155
|
msgid "Katello: Bootc Rollback"
|
10089
10156
|
msgstr ""
|
10090
10157
|
|
10091
|
-
#: ../lib/katello/plugin.rb:
|
10158
|
+
#: ../lib/katello/plugin.rb:738
|
10092
10159
|
msgid "Bootc rollback via Bootc interface"
|
10093
10160
|
msgstr ""
|
10094
10161
|
|
10095
|
-
#: ../lib/katello/plugin.rb:
|
10162
|
+
#: ../lib/katello/plugin.rb:739
|
10096
10163
|
msgid "Katello: Bootc Status"
|
10097
10164
|
msgstr ""
|
10098
10165
|
|
10099
|
-
#: ../lib/katello/plugin.rb:
|
10166
|
+
#: ../lib/katello/plugin.rb:739
|
10100
10167
|
msgid "Bootc status via Bootc interface"
|
10101
10168
|
msgstr ""
|
10102
10169
|
|
@@ -10190,6 +10257,18 @@ msgstr ""
|
|
10190
10257
|
msgid "Unable to get users"
|
10191
10258
|
msgstr ""
|
10192
10259
|
|
10260
|
+
#: ../lib/proxy_api/container_gateway.rb:37
|
10261
|
+
msgid "Unable to update hosts"
|
10262
|
+
msgstr ""
|
10263
|
+
|
10264
|
+
#: ../lib/proxy_api/container_gateway.rb:45
|
10265
|
+
msgid "Unable to refresh host-repository mapping"
|
10266
|
+
msgstr ""
|
10267
|
+
|
10268
|
+
#: ../lib/proxy_api/container_gateway.rb:53
|
10269
|
+
msgid "Unable to update host-repository mapping"
|
10270
|
+
msgstr ""
|
10271
|
+
|
10193
10272
|
#: ../lib/proxy_api/pulp.rb:12 ../lib/proxy_api/pulp_node.rb:12
|
10194
10273
|
msgid "Unable to detect pulp storage"
|
10195
10274
|
msgstr ""
|
@@ -10232,15 +10311,15 @@ msgid "Last seen"
|
|
10232
10311
|
msgstr ""
|
10233
10312
|
|
10234
10313
|
#: ../webpack/ForemanColumnExtensions/index.js:180
|
10235
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
10236
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
10237
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
10314
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:113
|
10315
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
|
10316
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
|
10238
10317
|
msgid "Content view environments"
|
10239
10318
|
msgstr ""
|
10240
10319
|
|
10241
10320
|
#: ../webpack/ForemanColumnExtensions/index.js:221
|
10242
10321
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:96
|
10243
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
10322
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:104
|
10244
10323
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:44
|
10245
10324
|
msgid "Content source"
|
10246
10325
|
msgstr ""
|
@@ -10459,7 +10538,7 @@ msgstr ""
|
|
10459
10538
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:165
|
10460
10539
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:117
|
10461
10540
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:102
|
10462
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
10541
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:175
|
10463
10542
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:64
|
10464
10543
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:303
|
10465
10544
|
#: ../webpack/scenes/Content/Details/ContentRepositories.js:30
|
@@ -10766,8 +10845,8 @@ msgstr ""
|
|
10766
10845
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:145
|
10767
10846
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:515
|
10768
10847
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:617
|
10769
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
10770
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
10848
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:396
|
10849
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:551
|
10771
10850
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
|
10772
10851
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:224
|
10773
10852
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:234
|
@@ -10981,6 +11060,7 @@ msgstr ""
|
|
10981
11060
|
|
10982
11061
|
#:
|
10983
11062
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RecentCommunicationCardExtensions.js:19
|
11063
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:122
|
10984
11064
|
msgid "Never"
|
10985
11065
|
msgstr ""
|
10986
11066
|
|
@@ -10991,8 +11071,8 @@ msgstr ""
|
|
10991
11071
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:53
|
10992
11072
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:106
|
10993
11073
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:37
|
10994
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
10995
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
11074
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:52
|
11075
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:144
|
10996
11076
|
msgid "Activation keys"
|
10997
11077
|
msgstr ""
|
10998
11078
|
|
@@ -11083,6 +11163,7 @@ msgid "Module streams"
|
|
11083
11163
|
msgstr ""
|
11084
11164
|
|
11085
11165
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:12
|
11166
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:96
|
11086
11167
|
msgid "Repository sets"
|
11087
11168
|
msgstr ""
|
11088
11169
|
|
@@ -11116,7 +11197,7 @@ msgstr ""
|
|
11116
11197
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:101
|
11117
11198
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:164
|
11118
11199
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:101
|
11119
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11200
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:174
|
11120
11201
|
msgid "No matching packages found"
|
11121
11202
|
msgstr ""
|
11122
11203
|
|
@@ -11163,7 +11244,6 @@ msgstr ""
|
|
11163
11244
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:170
|
11164
11245
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:387
|
11165
11246
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:170
|
11166
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:405
|
11167
11247
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
11168
11248
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:87
|
11169
11249
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:218
|
@@ -11182,56 +11262,56 @@ msgid "Search available Debian packages"
|
|
11182
11262
|
msgstr ""
|
11183
11263
|
|
11184
11264
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:162
|
11185
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11265
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:172
|
11186
11266
|
msgid "This host does not have any packages."
|
11187
11267
|
msgstr ""
|
11188
11268
|
|
11189
11269
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:163
|
11190
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11270
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:173
|
11191
11271
|
msgid "Packages will appear here when available."
|
11192
11272
|
msgstr ""
|
11193
11273
|
|
11194
11274
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:166
|
11195
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11275
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:176
|
11196
11276
|
msgid "Problem searching packages"
|
11197
11277
|
msgstr ""
|
11198
11278
|
|
11199
11279
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:170
|
11200
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11280
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:180
|
11201
11281
|
msgid "Installed version"
|
11202
11282
|
msgstr ""
|
11203
11283
|
|
11204
11284
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:171
|
11205
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11285
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:181
|
11206
11286
|
msgid "Upgradable to"
|
11207
11287
|
msgstr ""
|
11208
11288
|
|
11209
11289
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:294
|
11210
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11290
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:308
|
11211
11291
|
msgid "A remote execution job is in progress."
|
11212
11292
|
msgstr ""
|
11213
11293
|
|
11214
11294
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:355
|
11215
11295
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:537
|
11216
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11217
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11296
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:374
|
11297
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:560
|
11218
11298
|
msgid "Upgrade via remote execution"
|
11219
11299
|
msgstr ""
|
11220
11300
|
|
11221
11301
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:364
|
11222
11302
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:542
|
11223
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11224
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11303
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:383
|
11304
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:575
|
11225
11305
|
msgid "Upgrade via customized remote execution"
|
11226
11306
|
msgstr ""
|
11227
11307
|
|
11228
11308
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:396
|
11229
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11309
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:419
|
11230
11310
|
msgid "Refresh package applicability"
|
11231
11311
|
msgstr ""
|
11232
11312
|
|
11233
11313
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:420
|
11234
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:
|
11314
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:443
|
11235
11315
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
|
11236
11316
|
msgid "Upgrade"
|
11237
11317
|
msgstr ""
|
@@ -11464,6 +11544,7 @@ msgstr ""
|
|
11464
11544
|
#:
|
11465
11545
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:496
|
11466
11546
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:584
|
11547
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
|
11467
11548
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:51
|
11468
11549
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:76
|
11469
11550
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:79
|
@@ -11622,18 +11703,24 @@ msgstr ""
|
|
11622
11703
|
#:
|
11623
11704
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:417
|
11624
11705
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:667
|
11706
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:26
|
11707
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:68
|
11625
11708
|
msgid "Override to enabled"
|
11626
11709
|
msgstr ""
|
11627
11710
|
|
11628
11711
|
#:
|
11629
11712
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:427
|
11630
11713
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:662
|
11714
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:27
|
11715
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:71
|
11631
11716
|
msgid "Override to disabled"
|
11632
11717
|
msgstr ""
|
11633
11718
|
|
11634
11719
|
#:
|
11635
11720
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:437
|
11636
11721
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:672
|
11722
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:28
|
11723
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:75
|
11637
11724
|
msgid "Reset to default"
|
11638
11725
|
msgstr ""
|
11639
11726
|
|
@@ -11845,19 +11932,25 @@ msgstr ""
|
|
11845
11932
|
msgid "Traces that require logout cannot be restarted remotely"
|
11846
11933
|
msgstr ""
|
11847
11934
|
|
11848
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
11935
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:77
|
11849
11936
|
msgid ""
|
11850
11937
|
"To manage host packages, a specific organization must be selected from the org"
|
11851
11938
|
"anization context."
|
11852
11939
|
msgstr ""
|
11853
11940
|
|
11854
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
11941
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:94
|
11942
|
+
msgid ""
|
11943
|
+
"To manage host content overrides, a specific organization must be selected fro"
|
11944
|
+
"m the organization context."
|
11945
|
+
msgstr ""
|
11946
|
+
|
11947
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:111
|
11855
11948
|
msgid ""
|
11856
11949
|
"To change content view environments, a specific organization must be selected "
|
11857
11950
|
"from the organization context."
|
11858
11951
|
msgstr ""
|
11859
11952
|
|
11860
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
11953
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:120
|
11861
11954
|
msgid "Manage content"
|
11862
11955
|
msgstr ""
|
11863
11956
|
|
@@ -11882,7 +11975,7 @@ msgid "Select environment"
|
|
11882
11975
|
msgstr ""
|
11883
11976
|
|
11884
11977
|
#:
|
11885
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js:
|
11978
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js:12
|
11886
11979
|
msgid "Host content view environments updating."
|
11887
11980
|
msgstr ""
|
11888
11981
|
|
@@ -11923,6 +12016,8 @@ msgstr ""
|
|
11923
12016
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:149
|
11924
12017
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:118
|
11925
12018
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:258
|
12019
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:32
|
12020
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:159
|
11926
12021
|
msgid "Review"
|
11927
12022
|
msgstr ""
|
11928
12023
|
|
@@ -11938,8 +12033,9 @@ msgid "Selected errata will be applied on {hostCount} hosts"
|
|
11938
12033
|
msgstr ""
|
11939
12034
|
|
11940
12035
|
#:
|
11941
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:
|
11942
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:
|
12036
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:93
|
12037
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:135
|
12038
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js:53
|
11943
12039
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:24
|
11944
12040
|
msgid "Back"
|
11945
12041
|
msgstr ""
|
@@ -11957,6 +12053,7 @@ msgstr ""
|
|
11957
12053
|
#:
|
11958
12054
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:136
|
11959
12055
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:244
|
12056
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:146
|
11960
12057
|
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:105
|
11961
12058
|
msgid "Review hosts"
|
11962
12059
|
msgstr ""
|
@@ -12058,6 +12155,58 @@ msgstr ""
|
|
12058
12155
|
msgid "To manage packages, select an action."
|
12059
12156
|
msgstr ""
|
12060
12157
|
|
12158
|
+
#:
|
12159
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:25
|
12160
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:65
|
12161
|
+
msgid "No change"
|
12162
|
+
msgstr ""
|
12163
|
+
|
12164
|
+
#:
|
12165
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:250
|
12166
|
+
msgid "Change the status of at least one repository."
|
12167
|
+
msgstr ""
|
12168
|
+
|
12169
|
+
#:
|
12170
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:35
|
12171
|
+
msgid ""
|
12172
|
+
"Review and then click 'Set content overrides.' Status will be changed for the "
|
12173
|
+
"selected repository sets on the selected hosts."
|
12174
|
+
msgstr ""
|
12175
|
+
|
12176
|
+
#:
|
12177
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:43
|
12178
|
+
msgid "Changed status"
|
12179
|
+
msgstr ""
|
12180
|
+
|
12181
|
+
#:
|
12182
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:44
|
12183
|
+
msgid "Set content overrides"
|
12184
|
+
msgstr ""
|
12185
|
+
|
12186
|
+
#:
|
12187
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:121
|
12188
|
+
msgid "Manage repository sets"
|
12189
|
+
msgstr ""
|
12190
|
+
|
12191
|
+
#:
|
12192
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:125
|
12193
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:132
|
12194
|
+
msgid "Select repository sets"
|
12195
|
+
msgstr ""
|
12196
|
+
|
12197
|
+
#:
|
12198
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:135
|
12199
|
+
msgid ""
|
12200
|
+
"Below you can add content overrides, which change whether a repository is enab"
|
12201
|
+
"led or disabled. Change their state one by one, or use the checkboxes and sele"
|
12202
|
+
"ct an action to perform."
|
12203
|
+
msgstr ""
|
12204
|
+
|
12205
|
+
#:
|
12206
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js:13
|
12207
|
+
msgid "Content overrides updating."
|
12208
|
+
msgstr ""
|
12209
|
+
|
12061
12210
|
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:84
|
12062
12211
|
msgid "OS"
|
12063
12212
|
msgstr ""
|
@@ -12129,6 +12278,18 @@ msgstr ""
|
|
12129
12278
|
msgid "Ignore subscription manager errors"
|
12130
12279
|
msgstr ""
|
12131
12280
|
|
12281
|
+
#:
|
12282
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js:15
|
12283
|
+
msgid "Set up container registry certs"
|
12284
|
+
msgstr ""
|
12285
|
+
|
12286
|
+
#:
|
12287
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js:16
|
12288
|
+
msgid ""
|
12289
|
+
"Place symlinks to entitlement certificates on the host, enabling container/fla"
|
12290
|
+
"tpak registry access without a username or password."
|
12291
|
+
msgstr ""
|
12292
|
+
|
12132
12293
|
#: ../webpack/components/extensions/about/SystemStatuses.js:18
|
12133
12294
|
msgid "Backend System Status"
|
12134
12295
|
msgstr ""
|
@@ -12168,30 +12329,30 @@ msgstr ""
|
|
12168
12329
|
msgid "Nothing selected"
|
12169
12330
|
msgstr ""
|
12170
12331
|
|
12171
|
-
#: ../webpack/containers/Application/config.js:
|
12332
|
+
#: ../webpack/containers/Application/config.js:26
|
12172
12333
|
msgid "RH Repos"
|
12173
12334
|
msgstr ""
|
12174
12335
|
|
12175
|
-
#: ../webpack/containers/Application/config.js:
|
12336
|
+
#: ../webpack/containers/Application/config.js:34
|
12176
12337
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
|
12177
12338
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
|
12178
12339
|
msgid "Add Subscriptions"
|
12179
12340
|
msgstr ""
|
12180
12341
|
|
12181
|
-
#: ../webpack/containers/Application/config.js:
|
12342
|
+
#: ../webpack/containers/Application/config.js:38
|
12182
12343
|
msgid "Activation key details"
|
12183
12344
|
msgstr ""
|
12184
12345
|
|
12185
|
-
#: ../webpack/containers/Application/config.js:
|
12346
|
+
#: ../webpack/containers/Application/config.js:43
|
12186
12347
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
|
12187
12348
|
msgid "Subscription Details"
|
12188
12349
|
msgstr ""
|
12189
12350
|
|
12190
|
-
#: ../webpack/containers/Application/config.js:
|
12351
|
+
#: ../webpack/containers/Application/config.js:55
|
12191
12352
|
msgid "Module Stream Details"
|
12192
12353
|
msgstr ""
|
12193
12354
|
|
12194
|
-
#: ../webpack/containers/Application/config.js:
|
12355
|
+
#: ../webpack/containers/Application/config.js:59
|
12195
12356
|
#: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
|
12196
12357
|
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
|
12197
12358
|
#: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
|
@@ -12199,26 +12360,30 @@ msgstr ""
|
|
12199
12360
|
msgid "Content views"
|
12200
12361
|
msgstr ""
|
12201
12362
|
|
12202
|
-
#: ../webpack/containers/Application/config.js:
|
12363
|
+
#: ../webpack/containers/Application/config.js:63
|
12203
12364
|
msgid "Content View Details"
|
12204
12365
|
msgstr ""
|
12205
12366
|
|
12206
|
-
#: ../webpack/containers/Application/config.js:
|
12367
|
+
#: ../webpack/containers/Application/config.js:76
|
12207
12368
|
msgid "Content Details"
|
12208
12369
|
msgstr ""
|
12209
12370
|
|
12210
|
-
#: ../webpack/containers/Application/config.js:
|
12371
|
+
#: ../webpack/containers/Application/config.js:80
|
12211
12372
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
|
12212
12373
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
|
12213
12374
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
|
12214
12375
|
msgid "Change host content source"
|
12215
12376
|
msgstr ""
|
12216
12377
|
|
12217
|
-
#: ../webpack/containers/Application/config.js:
|
12378
|
+
#: ../webpack/containers/Application/config.js:93
|
12218
12379
|
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
|
12219
12380
|
msgid "Booted container images"
|
12220
12381
|
msgstr ""
|
12221
12382
|
|
12383
|
+
#: ../webpack/containers/Application/config.js:101
|
12384
|
+
msgid "Flatpak Remote Details"
|
12385
|
+
msgstr ""
|
12386
|
+
|
12222
12387
|
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js:17
|
12223
12388
|
msgid "Activation key details updated"
|
12224
12389
|
msgstr ""
|
@@ -12368,6 +12533,7 @@ msgstr ""
|
|
12368
12533
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:84
|
12369
12534
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:453
|
12370
12535
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:188
|
12536
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:159
|
12371
12537
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:164
|
12372
12538
|
msgid "Username"
|
12373
12539
|
msgstr ""
|
@@ -12376,6 +12542,7 @@ msgstr ""
|
|
12376
12542
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:88
|
12377
12543
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:462
|
12378
12544
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:208
|
12545
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:175
|
12379
12546
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:177
|
12380
12547
|
msgid "Password"
|
12381
12548
|
msgstr ""
|
@@ -12592,6 +12759,8 @@ msgstr ""
|
|
12592
12759
|
|
12593
12760
|
#:
|
12594
12761
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:348
|
12762
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
|
12763
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:42
|
12595
12764
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:57
|
12596
12765
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:87
|
12597
12766
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:151
|
@@ -12674,6 +12843,8 @@ msgstr ""
|
|
12674
12843
|
|
12675
12844
|
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
|
12676
12845
|
#: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
|
12846
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:87
|
12847
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:131
|
12677
12848
|
msgid "Loading..."
|
12678
12849
|
msgstr ""
|
12679
12850
|
|
@@ -12959,7 +13130,7 @@ msgstr ""
|
|
12959
13130
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:77
|
12960
13131
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:58
|
12961
13132
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:110
|
12962
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
13133
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:62
|
12963
13134
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:75
|
12964
13135
|
msgid "Environments"
|
12965
13136
|
msgstr ""
|
@@ -12969,7 +13140,7 @@ msgid "All versions will be removed from these environments"
|
|
12969
13140
|
msgstr ""
|
12970
13141
|
|
12971
13142
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:44
|
12972
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
13143
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:74
|
12973
13144
|
msgid "Content hosts"
|
12974
13145
|
msgstr ""
|
12975
13146
|
|
@@ -14078,7 +14249,7 @@ msgstr ""
|
|
14078
14249
|
|
14079
14250
|
#:
|
14080
14251
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
|
14081
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14252
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
|
14082
14253
|
msgid "Delete version"
|
14083
14254
|
msgstr ""
|
14084
14255
|
|
@@ -14521,30 +14692,28 @@ msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
|
14521
14692
|
msgstr ""
|
14522
14693
|
|
14523
14694
|
#:
|
14524
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14695
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:55
|
14525
14696
|
msgid ""
|
14526
14697
|
"Version ${versionNameToRemove} will be deleted from the listed environments. I"
|
14527
14698
|
"t will no longer be available for promotion."
|
14528
14699
|
msgstr ""
|
14529
14700
|
|
14530
14701
|
#:
|
14531
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14702
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:56
|
14532
14703
|
msgid ""
|
14533
14704
|
"Removing this version from all environments will not delete the version. Versi"
|
14534
14705
|
"on will still be available for later promotion."
|
14535
14706
|
msgstr ""
|
14536
14707
|
|
14537
14708
|
#:
|
14538
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14539
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14540
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/
|
14541
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:154
|
14542
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:51
|
14709
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:57
|
14710
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:75
|
14711
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:54
|
14543
14712
|
msgid "Warning"
|
14544
14713
|
msgstr ""
|
14545
14714
|
|
14546
14715
|
#:
|
14547
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:
|
14716
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:130
|
14548
14717
|
msgid "This version has not been promoted to any environments."
|
14549
14718
|
msgstr ""
|
14550
14719
|
|
@@ -14557,6 +14726,11 @@ msgid ""
|
|
14557
14726
|
"vironment activation keys. See hammer activation-key --help for more details."
|
14558
14727
|
msgstr ""
|
14559
14728
|
|
14729
|
+
#:
|
14730
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js:125
|
14731
|
+
msgid "Multi-environment activation key(s) affected"
|
14732
|
+
msgstr ""
|
14733
|
+
|
14560
14734
|
#:
|
14561
14735
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:70
|
14562
14736
|
msgid ""
|
@@ -14566,6 +14740,11 @@ msgid ""
|
|
14566
14740
|
"nment hosts. See hammer activation-key --help for more details."
|
14567
14741
|
msgstr ""
|
14568
14742
|
|
14743
|
+
#:
|
14744
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:154
|
14745
|
+
msgid "Multi-environment host(s) affected"
|
14746
|
+
msgstr ""
|
14747
|
+
|
14569
14748
|
#:
|
14570
14749
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:165
|
14571
14750
|
msgid ""
|
@@ -14586,43 +14765,43 @@ msgid ""
|
|
14586
14765
|
msgstr ""
|
14587
14766
|
|
14588
14767
|
#:
|
14589
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14768
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:65
|
14590
14769
|
msgid "This version will be removed from:"
|
14591
14770
|
msgstr ""
|
14592
14771
|
|
14593
14772
|
#:
|
14594
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14773
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:84
|
14595
14774
|
msgid "host"
|
14596
14775
|
msgstr ""
|
14597
14776
|
|
14598
14777
|
#:
|
14599
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14600
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14778
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:111
|
14779
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:181
|
14601
14780
|
msgid "Content view environment"
|
14602
14781
|
msgstr ""
|
14603
14782
|
|
14604
14783
|
#:
|
14605
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14784
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:120
|
14606
14785
|
msgid "multi-environment host"
|
14607
14786
|
msgstr ""
|
14608
14787
|
|
14609
14788
|
#:
|
14610
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14789
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:121
|
14611
14790
|
msgid "multi-environment hosts"
|
14612
14791
|
msgstr ""
|
14613
14792
|
|
14614
14793
|
#:
|
14615
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14794
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:154
|
14616
14795
|
msgid "activation key"
|
14617
14796
|
msgstr ""
|
14618
14797
|
|
14619
14798
|
#:
|
14620
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14799
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:190
|
14621
14800
|
msgid "multi-environment activation key"
|
14622
14801
|
msgstr ""
|
14623
14802
|
|
14624
14803
|
#:
|
14625
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:
|
14804
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:191
|
14626
14805
|
msgid "multi-environment activation keys"
|
14627
14806
|
msgstr ""
|
14628
14807
|
|
@@ -14926,6 +15105,97 @@ msgstr ""
|
|
14926
15105
|
msgid "Related content views will appear here when created."
|
14927
15106
|
msgstr ""
|
14928
15107
|
|
15108
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js:10
|
15109
|
+
msgid "Create Flatpak Remote"
|
15110
|
+
msgstr ""
|
15111
|
+
|
15112
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js:10
|
15113
|
+
msgid "Edit Flatpak Remote"
|
15114
|
+
msgstr ""
|
15115
|
+
|
15116
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:153
|
15117
|
+
msgid "Must be a vaild URL"
|
15118
|
+
msgstr ""
|
15119
|
+
|
15120
|
+
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:27
|
15121
|
+
msgid "Delete Flatpak remote?"
|
15122
|
+
msgstr ""
|
15123
|
+
|
15124
|
+
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:42
|
15125
|
+
msgid ""
|
15126
|
+
"This Flatpak remote will be deleted. Repositories mirrored from this remote wi"
|
15127
|
+
"ll remain available and functional for use"
|
15128
|
+
msgstr ""
|
15129
|
+
|
15130
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js:36
|
15131
|
+
msgid "Flatpak remote updated"
|
15132
|
+
msgstr ""
|
15133
|
+
|
15134
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js:70
|
15135
|
+
msgid "Flatpak remote deleted"
|
15136
|
+
msgstr ""
|
15137
|
+
|
15138
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js:71
|
15139
|
+
msgid "Flatpak remote could not be deleted: "
|
15140
|
+
msgstr ""
|
15141
|
+
|
15142
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js:83
|
15143
|
+
msgid "Flatpak remote scan could not be started: "
|
15144
|
+
msgstr ""
|
15145
|
+
|
15146
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:107
|
15147
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:98
|
15148
|
+
msgid "Scan"
|
15149
|
+
msgstr ""
|
15150
|
+
|
15151
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:130
|
15152
|
+
msgid "URL:"
|
15153
|
+
msgstr ""
|
15154
|
+
|
15155
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:68
|
15156
|
+
msgid "Mirror Repository"
|
15157
|
+
msgstr ""
|
15158
|
+
|
15159
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:76
|
15160
|
+
msgid "Mirroring will import the remote flatpak repository"
|
15161
|
+
msgstr ""
|
15162
|
+
|
15163
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:77
|
15164
|
+
msgid ""
|
15165
|
+
"into a product. Details from the flatpak remote will automatically populate th"
|
15166
|
+
"e repository fields. The repository will be available for syncing once it has "
|
15167
|
+
"been mirrored into a product."
|
15168
|
+
msgstr ""
|
15169
|
+
|
15170
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:80
|
15171
|
+
msgid "Select a product to mirror the repository into"
|
15172
|
+
msgstr ""
|
15173
|
+
|
15174
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:106
|
15175
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
|
15176
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:133
|
15177
|
+
msgid "Mirror"
|
15178
|
+
msgstr ""
|
15179
|
+
|
15180
|
+
#:
|
15181
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
|
15182
|
+
msgid "ID"
|
15183
|
+
msgstr ""
|
15184
|
+
|
15185
|
+
#:
|
15186
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
|
15187
|
+
msgid "Application name"
|
15188
|
+
msgstr ""
|
15189
|
+
|
15190
|
+
#:
|
15191
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
|
15192
|
+
msgid "Last mirrored"
|
15193
|
+
msgstr ""
|
15194
|
+
|
15195
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js:14
|
15196
|
+
msgid "Flatpak Remote ${name} created"
|
15197
|
+
msgstr ""
|
15198
|
+
|
14929
15199
|
#: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:17
|
14930
15200
|
msgid "Something went wrong while getting the data. See the logs for more information"
|
14931
15201
|
msgstr ""
|
@@ -15461,6 +15731,11 @@ msgstr ""
|
|
15461
15731
|
msgid "Provide the required information and click {update} below to save changes."
|
15462
15732
|
msgstr ""
|
15463
15733
|
|
15734
|
+
#:
|
15735
|
+
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:191
|
15736
|
+
msgid "Organization label"
|
15737
|
+
msgstr ""
|
15738
|
+
|
15464
15739
|
#:
|
15465
15740
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:204
|
15466
15741
|
msgid "Lifecycle Environment Label"
|