katello 4.18.1 → 4.19.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 +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/cs/katello.po
CHANGED
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
# This file is distributed under the same license as the katello package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
-
#, fuzzy
|
|
7
6
|
msgid ""
|
|
8
7
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: katello
|
|
8
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
10
9
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"PO-Revision-Date: 2025-
|
|
10
|
+
"PO-Revision-Date: 2025-11-25 16:30+0000\n"
|
|
12
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
12
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
13
|
"Language: \n"
|
|
@@ -112,6 +111,9 @@ msgstr ""
|
|
|
112
111
|
msgid "${selectedContentType} will appear here when created."
|
|
113
112
|
msgstr ""
|
|
114
113
|
|
|
114
|
+
msgid "${totalCount} labels and annotations"
|
|
115
|
+
msgstr ""
|
|
116
|
+
|
|
115
117
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
116
118
|
msgstr ""
|
|
117
119
|
|
|
@@ -450,9 +452,6 @@ msgstr ""
|
|
|
450
452
|
msgid "A remote execution job is in progress."
|
|
451
453
|
msgstr ""
|
|
452
454
|
|
|
453
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
454
|
-
msgstr ""
|
|
455
|
-
|
|
456
455
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
457
456
|
msgstr ""
|
|
458
457
|
|
|
@@ -468,6 +467,9 @@ msgstr ""
|
|
|
468
467
|
msgid "About page"
|
|
469
468
|
msgstr ""
|
|
470
469
|
|
|
470
|
+
msgid "Abstract async task"
|
|
471
|
+
msgstr ""
|
|
472
|
+
|
|
471
473
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
472
474
|
msgstr ""
|
|
473
475
|
|
|
@@ -555,10 +557,13 @@ msgstr ""
|
|
|
555
557
|
msgid "Add RPM rule"
|
|
556
558
|
msgstr ""
|
|
557
559
|
|
|
558
|
-
msgid "Add
|
|
560
|
+
msgid "Add Red Hat Flatpak remote"
|
|
559
561
|
msgstr ""
|
|
560
562
|
|
|
561
|
-
msgid "Add
|
|
563
|
+
msgid "Add Red Hat flatpak remote"
|
|
564
|
+
msgstr ""
|
|
565
|
+
|
|
566
|
+
msgid "Add Subscriptions"
|
|
562
567
|
msgstr ""
|
|
563
568
|
|
|
564
569
|
msgid "Add an alternate content source"
|
|
@@ -612,6 +617,9 @@ msgstr ""
|
|
|
612
617
|
msgid "Add repositories with package groups to content view to select them here."
|
|
613
618
|
msgstr ""
|
|
614
619
|
|
|
620
|
+
msgid "Add rolling repo clone"
|
|
621
|
+
msgstr ""
|
|
622
|
+
|
|
615
623
|
msgid "Add rule"
|
|
616
624
|
msgstr ""
|
|
617
625
|
|
|
@@ -624,21 +632,24 @@ msgstr ""
|
|
|
624
632
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
625
633
|
msgstr ""
|
|
626
634
|
|
|
627
|
-
msgid "Add subscriptions to one or more hosts"
|
|
628
|
-
msgstr ""
|
|
629
|
-
|
|
630
635
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
631
636
|
msgstr ""
|
|
632
637
|
|
|
633
638
|
msgid "Add to a host collection"
|
|
634
639
|
msgstr ""
|
|
635
640
|
|
|
641
|
+
msgid "Add to host collections"
|
|
642
|
+
msgstr ""
|
|
643
|
+
|
|
636
644
|
msgid "Added"
|
|
637
645
|
msgstr ""
|
|
638
646
|
|
|
639
647
|
msgid "Added %s"
|
|
640
648
|
msgstr ""
|
|
641
649
|
|
|
650
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
642
653
|
msgid "Added Content:"
|
|
643
654
|
msgstr ""
|
|
644
655
|
|
|
@@ -681,6 +692,9 @@ msgstr ""
|
|
|
681
692
|
msgid "All errata up-to-date"
|
|
682
693
|
msgstr ""
|
|
683
694
|
|
|
695
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
696
|
+
msgstr ""
|
|
697
|
+
|
|
684
698
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
685
699
|
msgstr ""
|
|
686
700
|
|
|
@@ -766,6 +780,9 @@ msgid ""
|
|
|
766
780
|
"%{error_message}"
|
|
767
781
|
msgstr ""
|
|
768
782
|
|
|
783
|
+
msgid "An error occurred while updating host collections"
|
|
784
|
+
msgstr ""
|
|
785
|
+
|
|
769
786
|
msgid "An option to specify how many ostree commits to traverse."
|
|
770
787
|
msgstr ""
|
|
771
788
|
|
|
@@ -898,12 +915,6 @@ msgstr ""
|
|
|
898
915
|
msgid "Array of pools to add"
|
|
899
916
|
msgstr ""
|
|
900
917
|
|
|
901
|
-
msgid "Array of subscriptions to add"
|
|
902
|
-
msgstr ""
|
|
903
|
-
|
|
904
|
-
msgid "Array of subscriptions to remove"
|
|
905
|
-
msgstr ""
|
|
906
|
-
|
|
907
918
|
msgid "Array of uploads to import"
|
|
908
919
|
msgstr ""
|
|
909
920
|
|
|
@@ -960,15 +971,6 @@ msgstr ""
|
|
|
960
971
|
msgid "At least one organization must exist."
|
|
961
972
|
msgstr ""
|
|
962
973
|
|
|
963
|
-
msgid "Attach a subscription"
|
|
964
|
-
msgstr ""
|
|
965
|
-
|
|
966
|
-
msgid "Attach subscriptions"
|
|
967
|
-
msgstr ""
|
|
968
|
-
|
|
969
|
-
msgid "Attach subscriptions to %s"
|
|
970
|
-
msgstr ""
|
|
971
|
-
|
|
972
974
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
973
975
|
msgstr ""
|
|
974
976
|
|
|
@@ -1068,6 +1070,9 @@ msgstr ""
|
|
|
1068
1070
|
msgid "Bookmarks marked as public are available to all users"
|
|
1069
1071
|
msgstr ""
|
|
1070
1072
|
|
|
1073
|
+
msgid "Bootable"
|
|
1074
|
+
msgstr ""
|
|
1075
|
+
|
|
1071
1076
|
msgid "Bootc rollback via Bootc interface"
|
|
1072
1077
|
msgstr ""
|
|
1073
1078
|
|
|
@@ -1080,6 +1085,9 @@ msgstr ""
|
|
|
1080
1085
|
msgid "Bootc upgrade via Bootc interface"
|
|
1081
1086
|
msgstr ""
|
|
1082
1087
|
|
|
1088
|
+
msgid "Booted"
|
|
1089
|
+
msgstr ""
|
|
1090
|
+
|
|
1083
1091
|
msgid "Booted Container Images"
|
|
1084
1092
|
msgstr ""
|
|
1085
1093
|
|
|
@@ -1389,6 +1397,9 @@ msgstr ""
|
|
|
1389
1397
|
msgid "Change content view environments"
|
|
1390
1398
|
msgstr ""
|
|
1391
1399
|
|
|
1400
|
+
msgid "Change host collections"
|
|
1401
|
+
msgstr ""
|
|
1402
|
+
|
|
1392
1403
|
msgid "Change host content source"
|
|
1393
1404
|
msgstr ""
|
|
1394
1405
|
|
|
@@ -1476,6 +1487,9 @@ msgstr ""
|
|
|
1476
1487
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1477
1488
|
msgstr ""
|
|
1478
1489
|
|
|
1490
|
+
msgid "Commit upload"
|
|
1491
|
+
msgstr ""
|
|
1492
|
+
|
|
1479
1493
|
msgid "Compare"
|
|
1480
1494
|
msgstr ""
|
|
1481
1495
|
|
|
@@ -1548,6 +1562,9 @@ msgstr ""
|
|
|
1548
1562
|
msgid "Container image tags"
|
|
1549
1563
|
msgstr ""
|
|
1550
1564
|
|
|
1565
|
+
msgid "Container images"
|
|
1566
|
+
msgstr ""
|
|
1567
|
+
|
|
1551
1568
|
msgid "Container manifest lists"
|
|
1552
1569
|
msgstr ""
|
|
1553
1570
|
|
|
@@ -1827,15 +1844,27 @@ msgstr ""
|
|
|
1827
1844
|
msgid "Copy"
|
|
1828
1845
|
msgstr ""
|
|
1829
1846
|
|
|
1847
|
+
msgid "Copy all units"
|
|
1848
|
+
msgstr ""
|
|
1849
|
+
|
|
1830
1850
|
msgid "Copy an activation key"
|
|
1831
1851
|
msgstr ""
|
|
1832
1852
|
|
|
1853
|
+
msgid "Copy content"
|
|
1854
|
+
msgstr ""
|
|
1855
|
+
|
|
1833
1856
|
msgid "Copy content view"
|
|
1834
1857
|
msgstr ""
|
|
1835
1858
|
|
|
1836
1859
|
msgid "Copy to clipboard"
|
|
1837
1860
|
msgstr ""
|
|
1838
1861
|
|
|
1862
|
+
msgid "Copy version"
|
|
1863
|
+
msgstr ""
|
|
1864
|
+
|
|
1865
|
+
msgid "Copy version units to library"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1839
1868
|
msgid "Cores per socket"
|
|
1840
1869
|
msgstr ""
|
|
1841
1870
|
|
|
@@ -2049,22 +2078,34 @@ msgstr ""
|
|
|
2049
2078
|
msgid "Create content view"
|
|
2050
2079
|
msgstr ""
|
|
2051
2080
|
|
|
2081
|
+
msgid "Create exporter"
|
|
2082
|
+
msgstr ""
|
|
2083
|
+
|
|
2052
2084
|
msgid "Create filter"
|
|
2053
2085
|
msgstr ""
|
|
2054
2086
|
|
|
2055
2087
|
msgid "Create host collection"
|
|
2056
2088
|
msgstr ""
|
|
2057
2089
|
|
|
2090
|
+
msgid "Create import"
|
|
2091
|
+
msgstr ""
|
|
2092
|
+
|
|
2093
|
+
msgid "Create importer"
|
|
2094
|
+
msgstr ""
|
|
2095
|
+
|
|
2058
2096
|
msgid "Create new activation key"
|
|
2059
2097
|
msgstr ""
|
|
2060
2098
|
|
|
2061
2099
|
msgid "Create organization"
|
|
2062
2100
|
msgstr ""
|
|
2063
2101
|
|
|
2064
|
-
msgid "Create
|
|
2102
|
+
msgid "Create publication"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2105
|
+
msgid "Create remote"
|
|
2065
2106
|
msgstr ""
|
|
2066
2107
|
|
|
2067
|
-
msgid "
|
|
2108
|
+
msgid "Creation"
|
|
2068
2109
|
msgstr ""
|
|
2069
2110
|
|
|
2070
2111
|
msgid "Credentials"
|
|
@@ -2328,12 +2369,36 @@ msgstr ""
|
|
|
2328
2369
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
|
2329
2370
|
msgstr ""
|
|
2330
2371
|
|
|
2372
|
+
msgid "Delete distributions"
|
|
2373
|
+
msgstr ""
|
|
2374
|
+
|
|
2331
2375
|
msgid "Delete manifest from Red Hat provider"
|
|
2332
2376
|
msgstr ""
|
|
2333
2377
|
|
|
2334
2378
|
msgid "Delete multiple filters from a content view"
|
|
2335
2379
|
msgstr ""
|
|
2336
2380
|
|
|
2381
|
+
msgid "Delete orphan alternate content sources"
|
|
2382
|
+
msgstr ""
|
|
2383
|
+
|
|
2384
|
+
msgid "Delete orphan distributions"
|
|
2385
|
+
msgstr ""
|
|
2386
|
+
|
|
2387
|
+
msgid "Delete orphan remotes"
|
|
2388
|
+
msgstr ""
|
|
2389
|
+
|
|
2390
|
+
msgid "Delete orphan repository versions"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphaned migrated repositories"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete remote"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete repository references"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2337
2402
|
msgid "Delete version"
|
|
2338
2403
|
msgstr ""
|
|
2339
2404
|
|
|
@@ -2433,6 +2498,12 @@ msgstr ""
|
|
|
2433
2498
|
msgid "Destroy an environment in an organization"
|
|
2434
2499
|
msgstr ""
|
|
2435
2500
|
|
|
2501
|
+
msgid "Destroy exporter"
|
|
2502
|
+
msgstr ""
|
|
2503
|
+
|
|
2504
|
+
msgid "Destroy importer"
|
|
2505
|
+
msgstr ""
|
|
2506
|
+
|
|
2436
2507
|
msgid "Destroy one or more alternate content sources"
|
|
2437
2508
|
msgstr ""
|
|
2438
2509
|
|
|
@@ -2466,9 +2537,6 @@ msgstr ""
|
|
|
2466
2537
|
msgid "Disable Red Hat Insights."
|
|
2467
2538
|
msgstr ""
|
|
2468
2539
|
|
|
2469
|
-
msgid "Disable Simple Content Access"
|
|
2470
|
-
msgstr ""
|
|
2471
|
-
|
|
2472
2540
|
msgid "Disable a repository from the set"
|
|
2473
2541
|
msgstr ""
|
|
2474
2542
|
|
|
@@ -2481,6 +2549,9 @@ msgstr ""
|
|
|
2481
2549
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2482
2550
|
msgstr ""
|
|
2483
2551
|
|
|
2552
|
+
msgid "Discover"
|
|
2553
|
+
msgstr ""
|
|
2554
|
+
|
|
2484
2555
|
msgid "Discover Repositories"
|
|
2485
2556
|
msgstr ""
|
|
2486
2557
|
|
|
@@ -2532,6 +2603,9 @@ msgstr ""
|
|
|
2532
2603
|
msgid "Edit"
|
|
2533
2604
|
msgstr ""
|
|
2534
2605
|
|
|
2606
|
+
msgid "Edit DEB rule"
|
|
2607
|
+
msgstr ""
|
|
2608
|
+
|
|
2535
2609
|
msgid "Edit Flatpak Remote"
|
|
2536
2610
|
msgstr ""
|
|
2537
2611
|
|
|
@@ -2559,9 +2633,6 @@ msgstr ""
|
|
|
2559
2633
|
msgid "Edit filter rule"
|
|
2560
2634
|
msgstr ""
|
|
2561
2635
|
|
|
2562
|
-
msgid "Edit package filter rule"
|
|
2563
|
-
msgstr ""
|
|
2564
|
-
|
|
2565
2636
|
msgid "Edit products"
|
|
2566
2637
|
msgstr ""
|
|
2567
2638
|
|
|
@@ -2604,9 +2675,6 @@ msgstr ""
|
|
|
2604
2675
|
msgid "Enable Red Hat repositories"
|
|
2605
2676
|
msgstr ""
|
|
2606
2677
|
|
|
2607
|
-
msgid "Enable Simple Content Access"
|
|
2608
|
-
msgstr ""
|
|
2609
|
-
|
|
2610
2678
|
msgid "Enable Tracer"
|
|
2611
2679
|
msgstr ""
|
|
2612
2680
|
|
|
@@ -2619,9 +2687,6 @@ msgstr ""
|
|
|
2619
2687
|
msgid "Enable repository sets"
|
|
2620
2688
|
msgstr ""
|
|
2621
2689
|
|
|
2622
|
-
msgid "Enable structured APT for deb content"
|
|
2623
|
-
msgstr ""
|
|
2624
|
-
|
|
2625
2690
|
msgid "Enable/Disable auto publish of composite view"
|
|
2626
2691
|
msgstr ""
|
|
2627
2692
|
|
|
@@ -2682,6 +2747,9 @@ msgstr ""
|
|
|
2682
2747
|
msgid "Environment cannot be in its own promotion path"
|
|
2683
2748
|
msgstr ""
|
|
2684
2749
|
|
|
2750
|
+
msgid "Environment contents refresh"
|
|
2751
|
+
msgstr ""
|
|
2752
|
+
|
|
2685
2753
|
msgid "Environment identifier"
|
|
2686
2754
|
msgstr ""
|
|
2687
2755
|
|
|
@@ -2721,6 +2789,9 @@ msgstr ""
|
|
|
2721
2789
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2722
2790
|
msgstr ""
|
|
2723
2791
|
|
|
2792
|
+
msgid "Errata mail"
|
|
2793
|
+
msgstr ""
|
|
2794
|
+
|
|
2724
2795
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2725
2796
|
msgstr ""
|
|
2726
2797
|
|
|
@@ -2886,6 +2957,9 @@ msgstr ""
|
|
|
2886
2957
|
msgid "Fetch installable errata for one or more hosts."
|
|
2887
2958
|
msgstr ""
|
|
2888
2959
|
|
|
2960
|
+
msgid "Fetch pxe files"
|
|
2961
|
+
msgstr ""
|
|
2962
|
+
|
|
2889
2963
|
msgid "Fetch traces for one or more hosts"
|
|
2890
2964
|
msgstr ""
|
|
2891
2965
|
|
|
@@ -2979,6 +3053,9 @@ msgstr ""
|
|
|
2979
3053
|
msgid "Filter versions that are components in the specified composite version"
|
|
2980
3054
|
msgstr ""
|
|
2981
3055
|
|
|
3056
|
+
msgid "Filtered index content"
|
|
3057
|
+
msgstr ""
|
|
3058
|
+
|
|
2982
3059
|
msgid "Filters"
|
|
2983
3060
|
msgstr ""
|
|
2984
3061
|
|
|
@@ -3000,6 +3077,9 @@ msgstr ""
|
|
|
3000
3077
|
msgid "Finished"
|
|
3001
3078
|
msgstr ""
|
|
3002
3079
|
|
|
3080
|
+
msgid "Flatpak"
|
|
3081
|
+
msgstr ""
|
|
3082
|
+
|
|
3003
3083
|
msgid "Flatpak Remote ${name} created"
|
|
3004
3084
|
msgstr ""
|
|
3005
3085
|
|
|
@@ -3092,9 +3172,15 @@ msgstr ""
|
|
|
3092
3172
|
msgid "Generate host applicability"
|
|
3093
3173
|
msgstr ""
|
|
3094
3174
|
|
|
3175
|
+
msgid "Generate metadata"
|
|
3176
|
+
msgstr ""
|
|
3177
|
+
|
|
3095
3178
|
msgid "Generate repository applicability"
|
|
3096
3179
|
msgstr ""
|
|
3097
3180
|
|
|
3181
|
+
msgid "Generate username and password"
|
|
3182
|
+
msgstr ""
|
|
3183
|
+
|
|
3098
3184
|
msgid "Generated"
|
|
3099
3185
|
msgstr ""
|
|
3100
3186
|
|
|
@@ -3329,6 +3415,12 @@ msgstr ""
|
|
|
3329
3415
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3330
3416
|
msgstr ""
|
|
3331
3417
|
|
|
3418
|
+
msgid "Hypervisors"
|
|
3419
|
+
msgstr ""
|
|
3420
|
+
|
|
3421
|
+
msgid "Hypervisors update"
|
|
3422
|
+
msgstr ""
|
|
3423
|
+
|
|
3332
3424
|
msgid "ID"
|
|
3333
3425
|
msgstr ""
|
|
3334
3426
|
|
|
@@ -3517,12 +3609,6 @@ msgstr ""
|
|
|
3517
3609
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3518
3610
|
msgstr ""
|
|
3519
3611
|
|
|
3520
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3521
|
-
msgstr ""
|
|
3522
|
-
|
|
3523
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3524
|
-
msgstr ""
|
|
3525
|
-
|
|
3526
3612
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3527
3613
|
msgstr ""
|
|
3528
3614
|
|
|
@@ -3652,6 +3738,9 @@ msgstr ""
|
|
|
3652
3738
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3653
3739
|
msgstr ""
|
|
3654
3740
|
|
|
3741
|
+
msgid "Import migration"
|
|
3742
|
+
msgstr ""
|
|
3743
|
+
|
|
3655
3744
|
msgid "Import new manifest"
|
|
3656
3745
|
msgstr ""
|
|
3657
3746
|
|
|
@@ -3661,6 +3750,12 @@ msgstr ""
|
|
|
3661
3750
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3662
3751
|
msgstr ""
|
|
3663
3752
|
|
|
3753
|
+
msgid "Import repository upload"
|
|
3754
|
+
msgstr ""
|
|
3755
|
+
|
|
3756
|
+
msgid "Import upload"
|
|
3757
|
+
msgstr ""
|
|
3758
|
+
|
|
3664
3759
|
msgid "Import uploads into a repository"
|
|
3665
3760
|
msgstr ""
|
|
3666
3761
|
|
|
@@ -3727,6 +3822,9 @@ msgstr ""
|
|
|
3727
3822
|
msgid "Incremental Update incomplete."
|
|
3728
3823
|
msgstr ""
|
|
3729
3824
|
|
|
3825
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3826
|
+
msgstr ""
|
|
3827
|
+
|
|
3730
3828
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3731
3829
|
msgstr ""
|
|
3732
3830
|
|
|
@@ -3739,12 +3837,27 @@ msgstr ""
|
|
|
3739
3837
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3740
3838
|
msgstr ""
|
|
3741
3839
|
|
|
3840
|
+
msgid "Index content"
|
|
3841
|
+
msgstr ""
|
|
3842
|
+
|
|
3843
|
+
msgid "Index errata"
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3846
|
+
msgid "Index module streams"
|
|
3847
|
+
msgstr ""
|
|
3848
|
+
|
|
3849
|
+
msgid "Index package groups"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3742
3852
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3743
3853
|
msgstr ""
|
|
3744
3854
|
|
|
3745
3855
|
msgid "Inherit from Repository"
|
|
3746
3856
|
msgstr ""
|
|
3747
3857
|
|
|
3858
|
+
msgid "Initialize"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3748
3861
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3749
3862
|
msgstr ""
|
|
3750
3863
|
|
|
@@ -3820,9 +3933,15 @@ msgstr ""
|
|
|
3820
3933
|
msgid "Installing Package..."
|
|
3821
3934
|
msgstr ""
|
|
3822
3935
|
|
|
3936
|
+
msgid "Instance update"
|
|
3937
|
+
msgstr ""
|
|
3938
|
+
|
|
3823
3939
|
msgid "Instance-based"
|
|
3824
3940
|
msgstr ""
|
|
3825
3941
|
|
|
3942
|
+
msgid "Insufficient space for selected hosts"
|
|
3943
|
+
msgstr ""
|
|
3944
|
+
|
|
3826
3945
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3827
3946
|
msgstr ""
|
|
3828
3947
|
|
|
@@ -3946,6 +4065,9 @@ msgstr ""
|
|
|
3946
4065
|
msgid "It's not possible to promote a rolling content view."
|
|
3947
4066
|
msgstr ""
|
|
3948
4067
|
|
|
4068
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4069
|
+
msgstr ""
|
|
4070
|
+
|
|
3949
4071
|
msgid "It's not possible to publish a rolling content view."
|
|
3950
4072
|
msgstr ""
|
|
3951
4073
|
|
|
@@ -4054,6 +4176,15 @@ msgstr ""
|
|
|
4054
4176
|
msgid "Label of the flatpak remote"
|
|
4055
4177
|
msgstr ""
|
|
4056
4178
|
|
|
4179
|
+
msgid "Labels"
|
|
4180
|
+
msgstr ""
|
|
4181
|
+
|
|
4182
|
+
msgid "Labels and annotations"
|
|
4183
|
+
msgstr ""
|
|
4184
|
+
|
|
4185
|
+
msgid "Labels | Annotations"
|
|
4186
|
+
msgstr ""
|
|
4187
|
+
|
|
4057
4188
|
msgid "Last check-in:"
|
|
4058
4189
|
msgstr ""
|
|
4059
4190
|
|
|
@@ -4156,6 +4287,9 @@ msgstr ""
|
|
|
4156
4287
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4157
4288
|
msgstr ""
|
|
4158
4289
|
|
|
4290
|
+
msgid "Limit"
|
|
4291
|
+
msgstr ""
|
|
4292
|
+
|
|
4159
4293
|
msgid "Limit actions to content in the host's environment."
|
|
4160
4294
|
msgstr ""
|
|
4161
4295
|
|
|
@@ -4345,6 +4479,9 @@ msgstr ""
|
|
|
4345
4479
|
msgid "List of hypervisor guest uuids"
|
|
4346
4480
|
msgstr ""
|
|
4347
4481
|
|
|
4482
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4483
|
+
msgstr ""
|
|
4484
|
+
|
|
4348
4485
|
msgid "List of package group names (Deprecated)"
|
|
4349
4486
|
msgstr ""
|
|
4350
4487
|
|
|
@@ -4483,12 +4620,18 @@ msgstr ""
|
|
|
4483
4620
|
msgid "Manifest"
|
|
4484
4621
|
msgstr ""
|
|
4485
4622
|
|
|
4623
|
+
msgid "Manifest Details"
|
|
4624
|
+
msgstr ""
|
|
4625
|
+
|
|
4486
4626
|
msgid "Manifest History"
|
|
4487
4627
|
msgstr ""
|
|
4488
4628
|
|
|
4489
4629
|
msgid "Manifest deleted"
|
|
4490
4630
|
msgstr ""
|
|
4491
4631
|
|
|
4632
|
+
msgid "Manifest digest"
|
|
4633
|
+
msgstr ""
|
|
4634
|
+
|
|
4492
4635
|
msgid "Manifest does not have a valid subscription"
|
|
4493
4636
|
msgstr ""
|
|
4494
4637
|
|
|
@@ -4573,6 +4716,9 @@ msgstr ""
|
|
|
4573
4716
|
msgid "Messaging connection"
|
|
4574
4717
|
msgstr ""
|
|
4575
4718
|
|
|
4719
|
+
msgid "Metadata generate"
|
|
4720
|
+
msgstr ""
|
|
4721
|
+
|
|
4576
4722
|
msgid ""
|
|
4577
4723
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4578
4724
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4611,6 +4757,9 @@ msgstr ""
|
|
|
4611
4757
|
msgid "Moderate"
|
|
4612
4758
|
msgstr ""
|
|
4613
4759
|
|
|
4760
|
+
msgid "Modified"
|
|
4761
|
+
msgstr ""
|
|
4762
|
+
|
|
4614
4763
|
msgid "Modify via remote execution"
|
|
4615
4764
|
msgstr ""
|
|
4616
4765
|
|
|
@@ -4638,6 +4787,15 @@ msgstr ""
|
|
|
4638
4787
|
msgid "Multi Content View Environment"
|
|
4639
4788
|
msgstr ""
|
|
4640
4789
|
|
|
4790
|
+
msgid "Multi copy all units"
|
|
4791
|
+
msgstr ""
|
|
4792
|
+
|
|
4793
|
+
msgid "Multi copy content"
|
|
4794
|
+
msgstr ""
|
|
4795
|
+
|
|
4796
|
+
msgid "Multi copy units"
|
|
4797
|
+
msgstr ""
|
|
4798
|
+
|
|
4641
4799
|
msgid "Multi-entitlement"
|
|
4642
4800
|
msgstr ""
|
|
4643
4801
|
|
|
@@ -4938,6 +5096,9 @@ msgstr ""
|
|
|
4938
5096
|
msgid "No items have been specified."
|
|
4939
5097
|
msgstr ""
|
|
4940
5098
|
|
|
5099
|
+
msgid "No labels"
|
|
5100
|
+
msgstr ""
|
|
5101
|
+
|
|
4941
5102
|
msgid "No manifest file uploaded"
|
|
4942
5103
|
msgstr ""
|
|
4943
5104
|
|
|
@@ -5253,9 +5414,6 @@ msgstr ""
|
|
|
5253
5414
|
msgid "Organization ID"
|
|
5254
5415
|
msgstr ""
|
|
5255
5416
|
|
|
5256
|
-
msgid "Organization ID is required"
|
|
5257
|
-
msgstr ""
|
|
5258
|
-
|
|
5259
5417
|
msgid "Organization ID or title"
|
|
5260
5418
|
msgstr ""
|
|
5261
5419
|
|
|
@@ -5280,6 +5438,9 @@ msgstr ""
|
|
|
5280
5438
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5281
5439
|
msgstr ""
|
|
5282
5440
|
|
|
5441
|
+
msgid "Organization must be specified when providing product by name."
|
|
5442
|
+
msgstr ""
|
|
5443
|
+
|
|
5283
5444
|
msgid "Organization not found"
|
|
5284
5445
|
msgstr ""
|
|
5285
5446
|
|
|
@@ -5681,6 +5842,9 @@ msgstr ""
|
|
|
5681
5842
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5682
5843
|
msgstr ""
|
|
5683
5844
|
|
|
5845
|
+
msgid "Product must be specified."
|
|
5846
|
+
msgstr ""
|
|
5847
|
+
|
|
5684
5848
|
msgid "Product name"
|
|
5685
5849
|
msgstr ""
|
|
5686
5850
|
|
|
@@ -5741,6 +5905,9 @@ msgstr ""
|
|
|
5741
5905
|
msgid "Promotion to Environment"
|
|
5742
5906
|
msgstr ""
|
|
5743
5907
|
|
|
5908
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5909
|
+
msgstr ""
|
|
5910
|
+
|
|
5744
5911
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5745
5912
|
msgstr ""
|
|
5746
5913
|
|
|
@@ -5840,6 +6007,9 @@ msgstr ""
|
|
|
5840
6007
|
msgid "Pulp task error"
|
|
5841
6008
|
msgstr ""
|
|
5842
6009
|
|
|
6010
|
+
msgid "Purge completed tasks"
|
|
6011
|
+
msgstr ""
|
|
6012
|
+
|
|
5843
6013
|
msgid "Python Package"
|
|
5844
6014
|
msgstr ""
|
|
5845
6015
|
|
|
@@ -5867,15 +6037,6 @@ msgstr ""
|
|
|
5867
6037
|
msgid "Quantity of entitlements to bind"
|
|
5868
6038
|
msgstr ""
|
|
5869
6039
|
|
|
5870
|
-
msgid "Quantity of specified subscription to remove"
|
|
5871
|
-
msgstr ""
|
|
5872
|
-
|
|
5873
|
-
msgid "Quantity of this subscription to add"
|
|
5874
|
-
msgstr ""
|
|
5875
|
-
|
|
5876
|
-
msgid "Quantity of this subscriptions to add"
|
|
5877
|
-
msgstr ""
|
|
5878
|
-
|
|
5879
6040
|
msgid "Quantity to Allocate"
|
|
5880
6041
|
msgstr ""
|
|
5881
6042
|
|
|
@@ -5948,6 +6109,9 @@ msgstr ""
|
|
|
5948
6109
|
msgid "Reclaim Space"
|
|
5949
6110
|
msgstr ""
|
|
5950
6111
|
|
|
6112
|
+
msgid "Reclaim space"
|
|
6113
|
+
msgstr ""
|
|
6114
|
+
|
|
5951
6115
|
msgid "Reclaim space from On Demand repositories"
|
|
5952
6116
|
msgstr ""
|
|
5953
6117
|
|
|
@@ -6014,6 +6178,9 @@ msgstr ""
|
|
|
6014
6178
|
msgid "Refresh all alternate content sources"
|
|
6015
6179
|
msgstr ""
|
|
6016
6180
|
|
|
6181
|
+
msgid "Refresh all distributions"
|
|
6182
|
+
msgstr ""
|
|
6183
|
+
|
|
6017
6184
|
msgid "Refresh alternate content sources"
|
|
6018
6185
|
msgstr ""
|
|
6019
6186
|
|
|
@@ -6026,15 +6193,27 @@ msgstr ""
|
|
|
6026
6193
|
msgid "Refresh counts"
|
|
6027
6194
|
msgstr ""
|
|
6028
6195
|
|
|
6196
|
+
msgid "Refresh distribution"
|
|
6197
|
+
msgstr ""
|
|
6198
|
+
|
|
6029
6199
|
msgid "Refresh errata applicability"
|
|
6030
6200
|
msgstr ""
|
|
6031
6201
|
|
|
6202
|
+
msgid "Refresh if needed"
|
|
6203
|
+
msgstr ""
|
|
6204
|
+
|
|
6032
6205
|
msgid "Refresh package applicability"
|
|
6033
6206
|
msgstr ""
|
|
6034
6207
|
|
|
6035
6208
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6036
6209
|
msgstr ""
|
|
6037
6210
|
|
|
6211
|
+
msgid "Refresh remote"
|
|
6212
|
+
msgstr ""
|
|
6213
|
+
|
|
6214
|
+
msgid "Refresh repos"
|
|
6215
|
+
msgstr ""
|
|
6216
|
+
|
|
6038
6217
|
msgid "Refresh source"
|
|
6039
6218
|
msgstr ""
|
|
6040
6219
|
|
|
@@ -6044,9 +6223,6 @@ msgstr ""
|
|
|
6044
6223
|
msgid "Register a host with subscription and information"
|
|
6045
6224
|
msgstr ""
|
|
6046
6225
|
|
|
6047
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6048
|
-
msgstr ""
|
|
6049
|
-
|
|
6050
6226
|
msgid "Registered"
|
|
6051
6227
|
msgstr ""
|
|
6052
6228
|
|
|
@@ -6080,6 +6256,9 @@ msgstr ""
|
|
|
6080
6256
|
msgid "Registry token expiration time"
|
|
6081
6257
|
msgstr ""
|
|
6082
6258
|
|
|
6259
|
+
msgid "Reindex subscriptions"
|
|
6260
|
+
msgstr ""
|
|
6261
|
+
|
|
6083
6262
|
msgid "Related composite content views"
|
|
6084
6263
|
msgstr ""
|
|
6085
6264
|
|
|
@@ -6155,6 +6334,9 @@ msgstr ""
|
|
|
6155
6334
|
msgid "Remove from environments"
|
|
6156
6335
|
msgstr ""
|
|
6157
6336
|
|
|
6337
|
+
msgid "Remove from host collections"
|
|
6338
|
+
msgstr ""
|
|
6339
|
+
|
|
6158
6340
|
msgid "Remove host from collections"
|
|
6159
6341
|
msgstr ""
|
|
6160
6342
|
|
|
@@ -6176,6 +6358,9 @@ msgstr ""
|
|
|
6176
6358
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6177
6359
|
msgstr ""
|
|
6178
6360
|
|
|
6361
|
+
msgid "Remove orphans"
|
|
6362
|
+
msgstr ""
|
|
6363
|
+
|
|
6179
6364
|
msgid "Remove package group via Katello interface"
|
|
6180
6365
|
msgstr ""
|
|
6181
6366
|
|
|
@@ -6191,16 +6376,13 @@ msgstr ""
|
|
|
6191
6376
|
msgid "Remove products from sync plan"
|
|
6192
6377
|
msgstr ""
|
|
6193
6378
|
|
|
6194
|
-
msgid "Remove
|
|
6195
|
-
msgstr ""
|
|
6196
|
-
|
|
6197
|
-
msgid "Remove subscriptions from %s"
|
|
6379
|
+
msgid "Remove rolling repo clone"
|
|
6198
6380
|
msgstr ""
|
|
6199
6381
|
|
|
6200
|
-
msgid "Remove
|
|
6382
|
+
msgid "Remove units"
|
|
6201
6383
|
msgstr ""
|
|
6202
6384
|
|
|
6203
|
-
msgid "Remove
|
|
6385
|
+
msgid "Remove unneeded repos"
|
|
6204
6386
|
msgstr ""
|
|
6205
6387
|
|
|
6206
6388
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
@@ -6209,6 +6391,9 @@ msgstr ""
|
|
|
6209
6391
|
msgid "Remove versions from environments"
|
|
6210
6392
|
msgstr ""
|
|
6211
6393
|
|
|
6394
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6395
|
+
msgstr ""
|
|
6396
|
+
|
|
6212
6397
|
msgid "Removed component from content view"
|
|
6213
6398
|
msgstr ""
|
|
6214
6399
|
|
|
@@ -6227,6 +6412,9 @@ msgstr ""
|
|
|
6227
6412
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6228
6413
|
msgstr ""
|
|
6229
6414
|
|
|
6415
|
+
msgid "Repair"
|
|
6416
|
+
msgstr ""
|
|
6417
|
+
|
|
6230
6418
|
msgid "Replace content source on the target machine"
|
|
6231
6419
|
msgstr ""
|
|
6232
6420
|
|
|
@@ -6245,12 +6433,18 @@ msgstr ""
|
|
|
6245
6433
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6246
6434
|
msgstr ""
|
|
6247
6435
|
|
|
6436
|
+
msgid "Repositories certs reset"
|
|
6437
|
+
msgstr ""
|
|
6438
|
+
|
|
6248
6439
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
|
6249
6440
|
msgstr ""
|
|
6250
6441
|
|
|
6251
6442
|
msgid "Repositories from published Content Views are not allowed."
|
|
6252
6443
|
msgstr ""
|
|
6253
6444
|
|
|
6445
|
+
msgid "Repositories gpg reset"
|
|
6446
|
+
msgstr ""
|
|
6447
|
+
|
|
6254
6448
|
msgid "Repository"
|
|
6255
6449
|
msgstr ""
|
|
6256
6450
|
|
|
@@ -6416,12 +6610,18 @@ msgstr ""
|
|
|
6416
6610
|
msgid "Result"
|
|
6417
6611
|
msgstr ""
|
|
6418
6612
|
|
|
6613
|
+
msgid "Retain build profile upon unregistration"
|
|
6614
|
+
msgstr ""
|
|
6615
|
+
|
|
6419
6616
|
msgid "Retrieve a single errata for a host"
|
|
6420
6617
|
msgstr ""
|
|
6421
6618
|
|
|
6422
6619
|
msgid "Return Red Hat (non-custom) products only"
|
|
6423
6620
|
msgstr ""
|
|
6424
6621
|
|
|
6622
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6623
|
+
msgstr ""
|
|
6624
|
+
|
|
6425
6625
|
msgid "Return a list of installed packages distinct by name"
|
|
6426
6626
|
msgstr ""
|
|
6427
6627
|
|
|
@@ -6602,6 +6802,24 @@ msgstr ""
|
|
|
6602
6802
|
msgid "Save"
|
|
6603
6803
|
msgstr ""
|
|
6604
6804
|
|
|
6805
|
+
msgid "Save Environments"
|
|
6806
|
+
msgstr ""
|
|
6807
|
+
|
|
6808
|
+
msgid "Save artifact"
|
|
6809
|
+
msgstr ""
|
|
6810
|
+
|
|
6811
|
+
msgid "Save distribution references"
|
|
6812
|
+
msgstr ""
|
|
6813
|
+
|
|
6814
|
+
msgid "Save publication"
|
|
6815
|
+
msgstr ""
|
|
6816
|
+
|
|
6817
|
+
msgid "Save version"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save versions"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6605
6823
|
msgid "Saving alternate content source..."
|
|
6606
6824
|
msgstr ""
|
|
6607
6825
|
|
|
@@ -6611,6 +6829,12 @@ msgstr ""
|
|
|
6611
6829
|
msgid "Scan a flatpak remote"
|
|
6612
6830
|
msgstr ""
|
|
6613
6831
|
|
|
6832
|
+
msgid "Scan cdn"
|
|
6833
|
+
msgstr ""
|
|
6834
|
+
|
|
6835
|
+
msgid "Scan remote"
|
|
6836
|
+
msgstr ""
|
|
6837
|
+
|
|
6614
6838
|
msgid "Schema version 1"
|
|
6615
6839
|
msgstr ""
|
|
6616
6840
|
|
|
@@ -6659,6 +6883,9 @@ msgstr ""
|
|
|
6659
6883
|
msgid "Security errata installable"
|
|
6660
6884
|
msgstr ""
|
|
6661
6885
|
|
|
6886
|
+
msgid "See child manifests"
|
|
6887
|
+
msgstr ""
|
|
6888
|
+
|
|
6662
6889
|
msgid "Select"
|
|
6663
6890
|
msgstr ""
|
|
6664
6891
|
|
|
@@ -6770,6 +6997,9 @@ msgstr ""
|
|
|
6770
6997
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6771
6998
|
msgstr ""
|
|
6772
6999
|
|
|
7000
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7001
|
+
msgstr ""
|
|
7002
|
+
|
|
6773
7003
|
msgid "Select hosts to assign to %s"
|
|
6774
7004
|
msgstr ""
|
|
6775
7005
|
|
|
@@ -6848,10 +7078,13 @@ msgstr ""
|
|
|
6848
7078
|
msgid "Service Level (SLA)"
|
|
6849
7079
|
msgstr ""
|
|
6850
7080
|
|
|
7081
|
+
msgid "Service level"
|
|
7082
|
+
msgstr ""
|
|
7083
|
+
|
|
6851
7084
|
msgid "Service level of host"
|
|
6852
7085
|
msgstr ""
|
|
6853
7086
|
|
|
6854
|
-
msgid "Service level
|
|
7087
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6855
7088
|
msgstr ""
|
|
6856
7089
|
|
|
6857
7090
|
msgid "Set content overrides"
|
|
@@ -6878,9 +7111,6 @@ msgstr ""
|
|
|
6878
7111
|
msgid "Sets the system purpose usage"
|
|
6879
7112
|
msgstr ""
|
|
6880
7113
|
|
|
6881
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6882
|
-
msgstr ""
|
|
6883
|
-
|
|
6884
7114
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6885
7115
|
msgstr ""
|
|
6886
7116
|
|
|
@@ -6890,6 +7120,9 @@ msgstr ""
|
|
|
6890
7120
|
msgid "Severity must be one of: %s"
|
|
6891
7121
|
msgstr ""
|
|
6892
7122
|
|
|
7123
|
+
msgid "Show ${remainingCount} more"
|
|
7124
|
+
msgstr ""
|
|
7125
|
+
|
|
6893
7126
|
msgid "Show %s"
|
|
6894
7127
|
msgstr ""
|
|
6895
7128
|
|
|
@@ -7031,6 +7264,9 @@ msgstr ""
|
|
|
7031
7264
|
msgid "Smart proxy name"
|
|
7032
7265
|
msgstr ""
|
|
7033
7266
|
|
|
7267
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7268
|
+
msgstr ""
|
|
7269
|
+
|
|
7034
7270
|
msgid "Sockets"
|
|
7035
7271
|
msgstr ""
|
|
7036
7272
|
|
|
@@ -7145,7 +7381,7 @@ msgstr ""
|
|
|
7145
7381
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7146
7382
|
msgstr ""
|
|
7147
7383
|
|
|
7148
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7384
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7149
7385
|
msgstr ""
|
|
7150
7386
|
|
|
7151
7387
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7214,6 +7450,9 @@ msgstr ""
|
|
|
7214
7450
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7215
7451
|
msgstr ""
|
|
7216
7452
|
|
|
7453
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7454
|
+
msgstr ""
|
|
7455
|
+
|
|
7217
7456
|
msgid "Something went wrong! Please check server logs!"
|
|
7218
7457
|
msgstr ""
|
|
7219
7458
|
|
|
@@ -7301,9 +7540,6 @@ msgstr ""
|
|
|
7301
7540
|
msgid "Subscription Details"
|
|
7302
7541
|
msgstr ""
|
|
7303
7542
|
|
|
7304
|
-
msgid "Subscription ID"
|
|
7305
|
-
msgstr ""
|
|
7306
|
-
|
|
7307
7543
|
msgid "Subscription Info"
|
|
7308
7544
|
msgstr ""
|
|
7309
7545
|
|
|
@@ -7319,12 +7555,6 @@ msgstr ""
|
|
|
7319
7555
|
msgid "Subscription Name"
|
|
7320
7556
|
msgstr ""
|
|
7321
7557
|
|
|
7322
|
-
msgid "Subscription Pool id"
|
|
7323
|
-
msgstr ""
|
|
7324
|
-
|
|
7325
|
-
msgid "Subscription Pool uuid"
|
|
7326
|
-
msgstr ""
|
|
7327
|
-
|
|
7328
7558
|
msgid "Subscription UUID"
|
|
7329
7559
|
msgstr ""
|
|
7330
7560
|
|
|
@@ -7376,9 +7606,6 @@ msgstr ""
|
|
|
7376
7606
|
msgid "Successfully added %s Host(s)."
|
|
7377
7607
|
msgstr ""
|
|
7378
7608
|
|
|
7379
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7380
|
-
msgstr ""
|
|
7381
|
-
|
|
7382
7609
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7383
7610
|
msgstr ""
|
|
7384
7611
|
|
|
@@ -7391,9 +7618,6 @@ msgstr ""
|
|
|
7391
7618
|
msgid "Successfully removed %s Host(s)."
|
|
7392
7619
|
msgstr ""
|
|
7393
7620
|
|
|
7394
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7395
|
-
msgstr ""
|
|
7396
|
-
|
|
7397
7621
|
msgid "Successfully synced capsule."
|
|
7398
7622
|
msgstr ""
|
|
7399
7623
|
|
|
@@ -7412,6 +7636,9 @@ msgstr ""
|
|
|
7412
7636
|
msgid "Supported Content Types"
|
|
7413
7637
|
msgstr ""
|
|
7414
7638
|
|
|
7639
|
+
msgid "Sync"
|
|
7640
|
+
msgstr ""
|
|
7641
|
+
|
|
7415
7642
|
msgid "Sync Canceled"
|
|
7416
7643
|
msgstr ""
|
|
7417
7644
|
|
|
@@ -7466,6 +7693,9 @@ msgstr ""
|
|
|
7466
7693
|
msgid "Sync all repositories for a product"
|
|
7467
7694
|
msgstr ""
|
|
7468
7695
|
|
|
7696
|
+
msgid "Sync capsule"
|
|
7697
|
+
msgstr ""
|
|
7698
|
+
|
|
7469
7699
|
msgid "Sync complete."
|
|
7470
7700
|
msgstr ""
|
|
7471
7701
|
|
|
@@ -7484,6 +7714,9 @@ msgstr ""
|
|
|
7484
7714
|
msgid "Sync state"
|
|
7485
7715
|
msgstr ""
|
|
7486
7716
|
|
|
7717
|
+
msgid "Syncable export"
|
|
7718
|
+
msgstr ""
|
|
7719
|
+
|
|
7487
7720
|
msgid "Synced"
|
|
7488
7721
|
msgstr ""
|
|
7489
7722
|
|
|
@@ -7535,6 +7768,9 @@ msgstr ""
|
|
|
7535
7768
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7536
7769
|
msgstr ""
|
|
7537
7770
|
|
|
7771
|
+
msgid "Tag"
|
|
7772
|
+
msgstr ""
|
|
7773
|
+
|
|
7538
7774
|
msgid "Tag name"
|
|
7539
7775
|
msgstr ""
|
|
7540
7776
|
|
|
@@ -7746,9 +7982,6 @@ msgstr ""
|
|
|
7746
7982
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7747
7983
|
msgstr ""
|
|
7748
7984
|
|
|
7749
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7750
|
-
msgstr ""
|
|
7751
|
-
|
|
7752
7985
|
msgid "The subscription cannot be found upstream"
|
|
7753
7986
|
msgstr ""
|
|
7754
7987
|
|
|
@@ -7890,12 +8123,6 @@ msgstr ""
|
|
|
7890
8123
|
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
|
7891
8124
|
msgstr ""
|
|
7892
8125
|
|
|
7893
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7894
|
-
msgstr ""
|
|
7895
|
-
|
|
7896
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7897
|
-
msgstr ""
|
|
7898
|
-
|
|
7899
8126
|
msgid "This is disabled because a manifest task is in progress"
|
|
7900
8127
|
msgstr ""
|
|
7901
8128
|
|
|
@@ -7974,6 +8201,9 @@ msgstr ""
|
|
|
7974
8201
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7975
8202
|
msgstr ""
|
|
7976
8203
|
|
|
8204
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8205
|
+
msgstr ""
|
|
8206
|
+
|
|
7977
8207
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
|
7978
8208
|
msgstr ""
|
|
7979
8209
|
|
|
@@ -7995,6 +8225,9 @@ msgstr ""
|
|
|
7995
8225
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
7996
8226
|
msgstr ""
|
|
7997
8227
|
|
|
8228
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8229
|
+
msgstr ""
|
|
8230
|
+
|
|
7998
8231
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7999
8232
|
msgstr ""
|
|
8000
8233
|
|
|
@@ -8049,12 +8282,6 @@ msgstr ""
|
|
|
8049
8282
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8050
8283
|
msgstr ""
|
|
8051
8284
|
|
|
8052
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8053
|
-
msgstr ""
|
|
8054
|
-
|
|
8055
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8056
|
-
msgstr ""
|
|
8057
|
-
|
|
8058
8285
|
msgid "Try changing your search criteria."
|
|
8059
8286
|
msgstr ""
|
|
8060
8287
|
|
|
@@ -8208,9 +8435,6 @@ msgstr ""
|
|
|
8208
8435
|
msgid "Unapplied Errata"
|
|
8209
8436
|
msgstr ""
|
|
8210
8437
|
|
|
8211
|
-
msgid "Unattach a subscription"
|
|
8212
|
-
msgstr ""
|
|
8213
|
-
|
|
8214
8438
|
msgid "Unfiltered params array: %s."
|
|
8215
8439
|
msgstr ""
|
|
8216
8440
|
|
|
@@ -8322,15 +8546,27 @@ msgstr ""
|
|
|
8322
8546
|
msgid "Update content counts for the smart proxy"
|
|
8323
8547
|
msgstr ""
|
|
8324
8548
|
|
|
8549
|
+
msgid "Update content urls"
|
|
8550
|
+
msgstr ""
|
|
8551
|
+
|
|
8325
8552
|
msgid "Update content view environments for host"
|
|
8326
8553
|
msgstr ""
|
|
8327
8554
|
|
|
8328
8555
|
msgid "Update content view environments for host %s"
|
|
8329
8556
|
msgstr ""
|
|
8330
8557
|
|
|
8558
|
+
msgid "Update distributions"
|
|
8559
|
+
msgstr ""
|
|
8560
|
+
|
|
8331
8561
|
msgid "Update hosts manually"
|
|
8332
8562
|
msgstr ""
|
|
8333
8563
|
|
|
8564
|
+
msgid "Update http proxy"
|
|
8565
|
+
msgstr ""
|
|
8566
|
+
|
|
8567
|
+
msgid "Update http proxy details"
|
|
8568
|
+
msgstr ""
|
|
8569
|
+
|
|
8334
8570
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8335
8571
|
msgstr ""
|
|
8336
8572
|
|
|
@@ -8346,12 +8582,21 @@ msgstr ""
|
|
|
8346
8582
|
msgid "Update packages via Katello interface"
|
|
8347
8583
|
msgstr ""
|
|
8348
8584
|
|
|
8585
|
+
msgid "Update redhat repository"
|
|
8586
|
+
msgstr ""
|
|
8587
|
+
|
|
8349
8588
|
msgid "Update release version for host"
|
|
8350
8589
|
msgstr ""
|
|
8351
8590
|
|
|
8352
8591
|
msgid "Update release version for host %s"
|
|
8353
8592
|
msgstr ""
|
|
8354
8593
|
|
|
8594
|
+
msgid "Update remote"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8597
|
+
msgid "Update repository"
|
|
8598
|
+
msgstr ""
|
|
8599
|
+
|
|
8355
8600
|
msgid "Update services requiring restart"
|
|
8356
8601
|
msgstr ""
|
|
8357
8602
|
|
|
@@ -8442,6 +8687,12 @@ msgstr ""
|
|
|
8442
8687
|
msgid "Upload a subscription manifest"
|
|
8443
8688
|
msgstr ""
|
|
8444
8689
|
|
|
8690
|
+
msgid "Upload content"
|
|
8691
|
+
msgstr ""
|
|
8692
|
+
|
|
8693
|
+
msgid "Upload file"
|
|
8694
|
+
msgstr ""
|
|
8695
|
+
|
|
8445
8696
|
msgid "Upload into"
|
|
8446
8697
|
msgstr ""
|
|
8447
8698
|
|
|
@@ -8451,6 +8702,9 @@ msgstr ""
|
|
|
8451
8702
|
msgid "Upload request id"
|
|
8452
8703
|
msgstr ""
|
|
8453
8704
|
|
|
8705
|
+
msgid "Upload tag"
|
|
8706
|
+
msgstr ""
|
|
8707
|
+
|
|
8454
8708
|
msgid "Upstream Candlepin"
|
|
8455
8709
|
msgstr ""
|
|
8456
8710
|
|
|
@@ -8565,9 +8819,15 @@ msgstr ""
|
|
|
8565
8819
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8566
8820
|
msgstr ""
|
|
8567
8821
|
|
|
8822
|
+
msgid "Verify Content Checksum"
|
|
8823
|
+
msgstr ""
|
|
8824
|
+
|
|
8568
8825
|
msgid "Verify SSL"
|
|
8569
8826
|
msgstr ""
|
|
8570
8827
|
|
|
8828
|
+
msgid "Verify checksum"
|
|
8829
|
+
msgstr ""
|
|
8830
|
+
|
|
8571
8831
|
msgid "Verify checksum for content on smart proxy"
|
|
8572
8832
|
msgstr ""
|
|
8573
8833
|
|
|
@@ -8649,6 +8909,9 @@ msgstr ""
|
|
|
8649
8909
|
msgid "View by"
|
|
8650
8910
|
msgstr ""
|
|
8651
8911
|
|
|
8912
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8913
|
+
msgstr ""
|
|
8914
|
+
|
|
8652
8915
|
msgid "View content views"
|
|
8653
8916
|
msgstr ""
|
|
8654
8917
|
|
|
@@ -8658,6 +8921,15 @@ msgstr ""
|
|
|
8658
8921
|
msgid "View documentation"
|
|
8659
8922
|
msgstr ""
|
|
8660
8923
|
|
|
8924
|
+
msgid "View here"
|
|
8925
|
+
msgstr ""
|
|
8926
|
+
|
|
8927
|
+
msgid "View labels and annotations"
|
|
8928
|
+
msgstr ""
|
|
8929
|
+
|
|
8930
|
+
msgid "View labels and annotations for image "
|
|
8931
|
+
msgstr ""
|
|
8932
|
+
|
|
8661
8933
|
msgid "View matching content"
|
|
8662
8934
|
msgstr ""
|
|
8663
8935
|
|
|
@@ -8697,6 +8969,9 @@ msgstr ""
|
|
|
8697
8969
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8698
8970
|
msgstr ""
|
|
8699
8971
|
|
|
8972
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
8973
|
+
msgstr ""
|
|
8974
|
+
|
|
8700
8975
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8701
8976
|
msgstr ""
|
|
8702
8977
|
|
|
@@ -8937,9 +9212,6 @@ msgstr ""
|
|
|
8937
9212
|
msgid "attempted to sync without a feed URL"
|
|
8938
9213
|
msgstr ""
|
|
8939
9214
|
|
|
8940
|
-
msgid "auto attach subscriptions upon registration"
|
|
8941
|
-
msgstr ""
|
|
8942
|
-
|
|
8943
9215
|
msgid "base url to perform repo discovery on"
|
|
8944
9216
|
msgstr ""
|
|
8945
9217
|
|
|
@@ -9576,9 +9848,6 @@ msgstr ""
|
|
|
9576
9848
|
msgid "start datetime of synchronization"
|
|
9577
9849
|
msgstr ""
|
|
9578
9850
|
|
|
9579
|
-
msgid "subscriptions not specified"
|
|
9580
|
-
msgstr ""
|
|
9581
|
-
|
|
9582
9851
|
msgid "sync plan description"
|
|
9583
9852
|
msgstr ""
|
|
9584
9853
|
|