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/he_IL/katello.po
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: katello 4.
|
|
11
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
14
14
|
"Last-Translator: ohadlevy <ohadlevy@gmail.com>, 2022\n"
|
|
@@ -116,6 +116,9 @@ msgstr ""
|
|
|
116
116
|
msgid "${selectedContentType} will appear here when created."
|
|
117
117
|
msgstr ""
|
|
118
118
|
|
|
119
|
+
msgid "${totalCount} labels and annotations"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
119
122
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
120
123
|
msgstr ""
|
|
121
124
|
|
|
@@ -454,9 +457,6 @@ msgstr ""
|
|
|
454
457
|
msgid "A remote execution job is in progress."
|
|
455
458
|
msgstr ""
|
|
456
459
|
|
|
457
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
458
|
-
msgstr ""
|
|
459
|
-
|
|
460
460
|
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."
|
|
461
461
|
msgstr ""
|
|
462
462
|
|
|
@@ -472,6 +472,9 @@ msgstr ""
|
|
|
472
472
|
msgid "About page"
|
|
473
473
|
msgstr ""
|
|
474
474
|
|
|
475
|
+
msgid "Abstract async task"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
475
478
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
476
479
|
msgstr ""
|
|
477
480
|
|
|
@@ -559,10 +562,13 @@ msgstr ""
|
|
|
559
562
|
msgid "Add RPM rule"
|
|
560
563
|
msgstr ""
|
|
561
564
|
|
|
562
|
-
msgid "Add
|
|
565
|
+
msgid "Add Red Hat Flatpak remote"
|
|
563
566
|
msgstr ""
|
|
564
567
|
|
|
565
|
-
msgid "Add
|
|
568
|
+
msgid "Add Red Hat flatpak remote"
|
|
569
|
+
msgstr ""
|
|
570
|
+
|
|
571
|
+
msgid "Add Subscriptions"
|
|
566
572
|
msgstr ""
|
|
567
573
|
|
|
568
574
|
msgid "Add an alternate content source"
|
|
@@ -616,6 +622,9 @@ msgstr ""
|
|
|
616
622
|
msgid "Add repositories with package groups to content view to select them here."
|
|
617
623
|
msgstr ""
|
|
618
624
|
|
|
625
|
+
msgid "Add rolling repo clone"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
619
628
|
msgid "Add rule"
|
|
620
629
|
msgstr ""
|
|
621
630
|
|
|
@@ -628,21 +637,24 @@ msgstr ""
|
|
|
628
637
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
629
638
|
msgstr ""
|
|
630
639
|
|
|
631
|
-
msgid "Add subscriptions to one or more hosts"
|
|
632
|
-
msgstr ""
|
|
633
|
-
|
|
634
640
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
635
641
|
msgstr ""
|
|
636
642
|
|
|
637
643
|
msgid "Add to a host collection"
|
|
638
644
|
msgstr ""
|
|
639
645
|
|
|
646
|
+
msgid "Add to host collections"
|
|
647
|
+
msgstr ""
|
|
648
|
+
|
|
640
649
|
msgid "Added"
|
|
641
650
|
msgstr ""
|
|
642
651
|
|
|
643
652
|
msgid "Added %s"
|
|
644
653
|
msgstr ""
|
|
645
654
|
|
|
655
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
656
|
+
msgstr ""
|
|
657
|
+
|
|
646
658
|
msgid "Added Content:"
|
|
647
659
|
msgstr ""
|
|
648
660
|
|
|
@@ -685,6 +697,9 @@ msgstr ""
|
|
|
685
697
|
msgid "All errata up-to-date"
|
|
686
698
|
msgstr ""
|
|
687
699
|
|
|
700
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
701
|
+
msgstr ""
|
|
702
|
+
|
|
688
703
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
689
704
|
msgstr ""
|
|
690
705
|
|
|
@@ -770,6 +785,9 @@ msgid ""
|
|
|
770
785
|
"%{error_message}"
|
|
771
786
|
msgstr ""
|
|
772
787
|
|
|
788
|
+
msgid "An error occurred while updating host collections"
|
|
789
|
+
msgstr ""
|
|
790
|
+
|
|
773
791
|
msgid "An option to specify how many ostree commits to traverse."
|
|
774
792
|
msgstr ""
|
|
775
793
|
|
|
@@ -902,12 +920,6 @@ msgstr ""
|
|
|
902
920
|
msgid "Array of pools to add"
|
|
903
921
|
msgstr ""
|
|
904
922
|
|
|
905
|
-
msgid "Array of subscriptions to add"
|
|
906
|
-
msgstr ""
|
|
907
|
-
|
|
908
|
-
msgid "Array of subscriptions to remove"
|
|
909
|
-
msgstr ""
|
|
910
|
-
|
|
911
923
|
msgid "Array of uploads to import"
|
|
912
924
|
msgstr ""
|
|
913
925
|
|
|
@@ -964,15 +976,6 @@ msgstr ""
|
|
|
964
976
|
msgid "At least one organization must exist."
|
|
965
977
|
msgstr ""
|
|
966
978
|
|
|
967
|
-
msgid "Attach a subscription"
|
|
968
|
-
msgstr ""
|
|
969
|
-
|
|
970
|
-
msgid "Attach subscriptions"
|
|
971
|
-
msgstr ""
|
|
972
|
-
|
|
973
|
-
msgid "Attach subscriptions to %s"
|
|
974
|
-
msgstr ""
|
|
975
|
-
|
|
976
979
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
977
980
|
msgstr ""
|
|
978
981
|
|
|
@@ -1072,6 +1075,9 @@ msgstr ""
|
|
|
1072
1075
|
msgid "Bookmarks marked as public are available to all users"
|
|
1073
1076
|
msgstr ""
|
|
1074
1077
|
|
|
1078
|
+
msgid "Bootable"
|
|
1079
|
+
msgstr ""
|
|
1080
|
+
|
|
1075
1081
|
msgid "Bootc rollback via Bootc interface"
|
|
1076
1082
|
msgstr ""
|
|
1077
1083
|
|
|
@@ -1084,6 +1090,9 @@ msgstr ""
|
|
|
1084
1090
|
msgid "Bootc upgrade via Bootc interface"
|
|
1085
1091
|
msgstr ""
|
|
1086
1092
|
|
|
1093
|
+
msgid "Booted"
|
|
1094
|
+
msgstr ""
|
|
1095
|
+
|
|
1087
1096
|
msgid "Booted Container Images"
|
|
1088
1097
|
msgstr ""
|
|
1089
1098
|
|
|
@@ -1393,6 +1402,9 @@ msgstr ""
|
|
|
1393
1402
|
msgid "Change content view environments"
|
|
1394
1403
|
msgstr ""
|
|
1395
1404
|
|
|
1405
|
+
msgid "Change host collections"
|
|
1406
|
+
msgstr ""
|
|
1407
|
+
|
|
1396
1408
|
msgid "Change host content source"
|
|
1397
1409
|
msgstr ""
|
|
1398
1410
|
|
|
@@ -1480,6 +1492,9 @@ msgstr ""
|
|
|
1480
1492
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1481
1493
|
msgstr ""
|
|
1482
1494
|
|
|
1495
|
+
msgid "Commit upload"
|
|
1496
|
+
msgstr ""
|
|
1497
|
+
|
|
1483
1498
|
msgid "Compare"
|
|
1484
1499
|
msgstr ""
|
|
1485
1500
|
|
|
@@ -1552,6 +1567,9 @@ msgstr ""
|
|
|
1552
1567
|
msgid "Container image tags"
|
|
1553
1568
|
msgstr ""
|
|
1554
1569
|
|
|
1570
|
+
msgid "Container images"
|
|
1571
|
+
msgstr ""
|
|
1572
|
+
|
|
1555
1573
|
msgid "Container manifest lists"
|
|
1556
1574
|
msgstr ""
|
|
1557
1575
|
|
|
@@ -1831,15 +1849,27 @@ msgstr ""
|
|
|
1831
1849
|
msgid "Copy"
|
|
1832
1850
|
msgstr ""
|
|
1833
1851
|
|
|
1852
|
+
msgid "Copy all units"
|
|
1853
|
+
msgstr ""
|
|
1854
|
+
|
|
1834
1855
|
msgid "Copy an activation key"
|
|
1835
1856
|
msgstr ""
|
|
1836
1857
|
|
|
1858
|
+
msgid "Copy content"
|
|
1859
|
+
msgstr ""
|
|
1860
|
+
|
|
1837
1861
|
msgid "Copy content view"
|
|
1838
1862
|
msgstr ""
|
|
1839
1863
|
|
|
1840
1864
|
msgid "Copy to clipboard"
|
|
1841
1865
|
msgstr ""
|
|
1842
1866
|
|
|
1867
|
+
msgid "Copy version"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1870
|
+
msgid "Copy version units to library"
|
|
1871
|
+
msgstr ""
|
|
1872
|
+
|
|
1843
1873
|
msgid "Cores per socket"
|
|
1844
1874
|
msgstr ""
|
|
1845
1875
|
|
|
@@ -2053,22 +2083,34 @@ msgstr ""
|
|
|
2053
2083
|
msgid "Create content view"
|
|
2054
2084
|
msgstr ""
|
|
2055
2085
|
|
|
2086
|
+
msgid "Create exporter"
|
|
2087
|
+
msgstr ""
|
|
2088
|
+
|
|
2056
2089
|
msgid "Create filter"
|
|
2057
2090
|
msgstr ""
|
|
2058
2091
|
|
|
2059
2092
|
msgid "Create host collection"
|
|
2060
2093
|
msgstr ""
|
|
2061
2094
|
|
|
2095
|
+
msgid "Create import"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2098
|
+
msgid "Create importer"
|
|
2099
|
+
msgstr ""
|
|
2100
|
+
|
|
2062
2101
|
msgid "Create new activation key"
|
|
2063
2102
|
msgstr ""
|
|
2064
2103
|
|
|
2065
2104
|
msgid "Create organization"
|
|
2066
2105
|
msgstr ""
|
|
2067
2106
|
|
|
2068
|
-
msgid "Create
|
|
2107
|
+
msgid "Create publication"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2110
|
+
msgid "Create remote"
|
|
2069
2111
|
msgstr ""
|
|
2070
2112
|
|
|
2071
|
-
msgid "
|
|
2113
|
+
msgid "Creation"
|
|
2072
2114
|
msgstr ""
|
|
2073
2115
|
|
|
2074
2116
|
msgid "Credentials"
|
|
@@ -2332,12 +2374,36 @@ msgstr ""
|
|
|
2332
2374
|
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."
|
|
2333
2375
|
msgstr ""
|
|
2334
2376
|
|
|
2377
|
+
msgid "Delete distributions"
|
|
2378
|
+
msgstr ""
|
|
2379
|
+
|
|
2335
2380
|
msgid "Delete manifest from Red Hat provider"
|
|
2336
2381
|
msgstr ""
|
|
2337
2382
|
|
|
2338
2383
|
msgid "Delete multiple filters from a content view"
|
|
2339
2384
|
msgstr ""
|
|
2340
2385
|
|
|
2386
|
+
msgid "Delete orphan alternate content sources"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2389
|
+
msgid "Delete orphan distributions"
|
|
2390
|
+
msgstr ""
|
|
2391
|
+
|
|
2392
|
+
msgid "Delete orphan remotes"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphan repository versions"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphaned migrated repositories"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete remote"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete repository references"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2341
2407
|
msgid "Delete version"
|
|
2342
2408
|
msgstr ""
|
|
2343
2409
|
|
|
@@ -2437,6 +2503,12 @@ msgstr ""
|
|
|
2437
2503
|
msgid "Destroy an environment in an organization"
|
|
2438
2504
|
msgstr ""
|
|
2439
2505
|
|
|
2506
|
+
msgid "Destroy exporter"
|
|
2507
|
+
msgstr ""
|
|
2508
|
+
|
|
2509
|
+
msgid "Destroy importer"
|
|
2510
|
+
msgstr ""
|
|
2511
|
+
|
|
2440
2512
|
msgid "Destroy one or more alternate content sources"
|
|
2441
2513
|
msgstr ""
|
|
2442
2514
|
|
|
@@ -2470,9 +2542,6 @@ msgstr ""
|
|
|
2470
2542
|
msgid "Disable Red Hat Insights."
|
|
2471
2543
|
msgstr ""
|
|
2472
2544
|
|
|
2473
|
-
msgid "Disable Simple Content Access"
|
|
2474
|
-
msgstr ""
|
|
2475
|
-
|
|
2476
2545
|
msgid "Disable a repository from the set"
|
|
2477
2546
|
msgstr ""
|
|
2478
2547
|
|
|
@@ -2485,6 +2554,9 @@ msgstr ""
|
|
|
2485
2554
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2486
2555
|
msgstr ""
|
|
2487
2556
|
|
|
2557
|
+
msgid "Discover"
|
|
2558
|
+
msgstr ""
|
|
2559
|
+
|
|
2488
2560
|
msgid "Discover Repositories"
|
|
2489
2561
|
msgstr ""
|
|
2490
2562
|
|
|
@@ -2536,6 +2608,9 @@ msgstr ""
|
|
|
2536
2608
|
msgid "Edit"
|
|
2537
2609
|
msgstr ""
|
|
2538
2610
|
|
|
2611
|
+
msgid "Edit DEB rule"
|
|
2612
|
+
msgstr ""
|
|
2613
|
+
|
|
2539
2614
|
msgid "Edit Flatpak Remote"
|
|
2540
2615
|
msgstr ""
|
|
2541
2616
|
|
|
@@ -2563,9 +2638,6 @@ msgstr ""
|
|
|
2563
2638
|
msgid "Edit filter rule"
|
|
2564
2639
|
msgstr ""
|
|
2565
2640
|
|
|
2566
|
-
msgid "Edit package filter rule"
|
|
2567
|
-
msgstr ""
|
|
2568
|
-
|
|
2569
2641
|
msgid "Edit products"
|
|
2570
2642
|
msgstr ""
|
|
2571
2643
|
|
|
@@ -2608,9 +2680,6 @@ msgstr ""
|
|
|
2608
2680
|
msgid "Enable Red Hat repositories"
|
|
2609
2681
|
msgstr ""
|
|
2610
2682
|
|
|
2611
|
-
msgid "Enable Simple Content Access"
|
|
2612
|
-
msgstr ""
|
|
2613
|
-
|
|
2614
2683
|
msgid "Enable Tracer"
|
|
2615
2684
|
msgstr ""
|
|
2616
2685
|
|
|
@@ -2623,9 +2692,6 @@ msgstr ""
|
|
|
2623
2692
|
msgid "Enable repository sets"
|
|
2624
2693
|
msgstr ""
|
|
2625
2694
|
|
|
2626
|
-
msgid "Enable structured APT for deb content"
|
|
2627
|
-
msgstr ""
|
|
2628
|
-
|
|
2629
2695
|
msgid "Enable/Disable auto publish of composite view"
|
|
2630
2696
|
msgstr ""
|
|
2631
2697
|
|
|
@@ -2686,6 +2752,9 @@ msgstr ""
|
|
|
2686
2752
|
msgid "Environment cannot be in its own promotion path"
|
|
2687
2753
|
msgstr ""
|
|
2688
2754
|
|
|
2755
|
+
msgid "Environment contents refresh"
|
|
2756
|
+
msgstr ""
|
|
2757
|
+
|
|
2689
2758
|
msgid "Environment identifier"
|
|
2690
2759
|
msgstr ""
|
|
2691
2760
|
|
|
@@ -2725,6 +2794,9 @@ msgstr ""
|
|
|
2725
2794
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2726
2795
|
msgstr ""
|
|
2727
2796
|
|
|
2797
|
+
msgid "Errata mail"
|
|
2798
|
+
msgstr ""
|
|
2799
|
+
|
|
2728
2800
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2729
2801
|
msgstr ""
|
|
2730
2802
|
|
|
@@ -2890,6 +2962,9 @@ msgstr ""
|
|
|
2890
2962
|
msgid "Fetch installable errata for one or more hosts."
|
|
2891
2963
|
msgstr ""
|
|
2892
2964
|
|
|
2965
|
+
msgid "Fetch pxe files"
|
|
2966
|
+
msgstr ""
|
|
2967
|
+
|
|
2893
2968
|
msgid "Fetch traces for one or more hosts"
|
|
2894
2969
|
msgstr ""
|
|
2895
2970
|
|
|
@@ -2983,6 +3058,9 @@ msgstr ""
|
|
|
2983
3058
|
msgid "Filter versions that are components in the specified composite version"
|
|
2984
3059
|
msgstr ""
|
|
2985
3060
|
|
|
3061
|
+
msgid "Filtered index content"
|
|
3062
|
+
msgstr ""
|
|
3063
|
+
|
|
2986
3064
|
msgid "Filters"
|
|
2987
3065
|
msgstr ""
|
|
2988
3066
|
|
|
@@ -3004,6 +3082,9 @@ msgstr ""
|
|
|
3004
3082
|
msgid "Finished"
|
|
3005
3083
|
msgstr ""
|
|
3006
3084
|
|
|
3085
|
+
msgid "Flatpak"
|
|
3086
|
+
msgstr ""
|
|
3087
|
+
|
|
3007
3088
|
msgid "Flatpak Remote ${name} created"
|
|
3008
3089
|
msgstr ""
|
|
3009
3090
|
|
|
@@ -3096,9 +3177,15 @@ msgstr ""
|
|
|
3096
3177
|
msgid "Generate host applicability"
|
|
3097
3178
|
msgstr ""
|
|
3098
3179
|
|
|
3180
|
+
msgid "Generate metadata"
|
|
3181
|
+
msgstr ""
|
|
3182
|
+
|
|
3099
3183
|
msgid "Generate repository applicability"
|
|
3100
3184
|
msgstr ""
|
|
3101
3185
|
|
|
3186
|
+
msgid "Generate username and password"
|
|
3187
|
+
msgstr ""
|
|
3188
|
+
|
|
3102
3189
|
msgid "Generated"
|
|
3103
3190
|
msgstr ""
|
|
3104
3191
|
|
|
@@ -3333,6 +3420,12 @@ msgstr ""
|
|
|
3333
3420
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3334
3421
|
msgstr ""
|
|
3335
3422
|
|
|
3423
|
+
msgid "Hypervisors"
|
|
3424
|
+
msgstr ""
|
|
3425
|
+
|
|
3426
|
+
msgid "Hypervisors update"
|
|
3427
|
+
msgstr ""
|
|
3428
|
+
|
|
3336
3429
|
msgid "ID"
|
|
3337
3430
|
msgstr ""
|
|
3338
3431
|
|
|
@@ -3521,12 +3614,6 @@ msgstr ""
|
|
|
3521
3614
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3522
3615
|
msgstr ""
|
|
3523
3616
|
|
|
3524
|
-
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'."
|
|
3525
|
-
msgstr ""
|
|
3526
|
-
|
|
3527
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3528
|
-
msgstr ""
|
|
3529
|
-
|
|
3530
3617
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3531
3618
|
msgstr ""
|
|
3532
3619
|
|
|
@@ -3656,6 +3743,9 @@ msgstr ""
|
|
|
3656
3743
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3657
3744
|
msgstr ""
|
|
3658
3745
|
|
|
3746
|
+
msgid "Import migration"
|
|
3747
|
+
msgstr ""
|
|
3748
|
+
|
|
3659
3749
|
msgid "Import new manifest"
|
|
3660
3750
|
msgstr ""
|
|
3661
3751
|
|
|
@@ -3665,6 +3755,12 @@ msgstr ""
|
|
|
3665
3755
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3666
3756
|
msgstr ""
|
|
3667
3757
|
|
|
3758
|
+
msgid "Import repository upload"
|
|
3759
|
+
msgstr ""
|
|
3760
|
+
|
|
3761
|
+
msgid "Import upload"
|
|
3762
|
+
msgstr ""
|
|
3763
|
+
|
|
3668
3764
|
msgid "Import uploads into a repository"
|
|
3669
3765
|
msgstr ""
|
|
3670
3766
|
|
|
@@ -3731,6 +3827,9 @@ msgstr ""
|
|
|
3731
3827
|
msgid "Incremental Update incomplete."
|
|
3732
3828
|
msgstr ""
|
|
3733
3829
|
|
|
3830
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3831
|
+
msgstr ""
|
|
3832
|
+
|
|
3734
3833
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3735
3834
|
msgstr ""
|
|
3736
3835
|
|
|
@@ -3743,12 +3842,27 @@ msgstr ""
|
|
|
3743
3842
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3744
3843
|
msgstr ""
|
|
3745
3844
|
|
|
3845
|
+
msgid "Index content"
|
|
3846
|
+
msgstr ""
|
|
3847
|
+
|
|
3848
|
+
msgid "Index errata"
|
|
3849
|
+
msgstr ""
|
|
3850
|
+
|
|
3851
|
+
msgid "Index module streams"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3854
|
+
msgid "Index package groups"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3746
3857
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3747
3858
|
msgstr ""
|
|
3748
3859
|
|
|
3749
3860
|
msgid "Inherit from Repository"
|
|
3750
3861
|
msgstr ""
|
|
3751
3862
|
|
|
3863
|
+
msgid "Initialize"
|
|
3864
|
+
msgstr ""
|
|
3865
|
+
|
|
3752
3866
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3753
3867
|
msgstr ""
|
|
3754
3868
|
|
|
@@ -3824,9 +3938,15 @@ msgstr ""
|
|
|
3824
3938
|
msgid "Installing Package..."
|
|
3825
3939
|
msgstr ""
|
|
3826
3940
|
|
|
3941
|
+
msgid "Instance update"
|
|
3942
|
+
msgstr ""
|
|
3943
|
+
|
|
3827
3944
|
msgid "Instance-based"
|
|
3828
3945
|
msgstr ""
|
|
3829
3946
|
|
|
3947
|
+
msgid "Insufficient space for selected hosts"
|
|
3948
|
+
msgstr ""
|
|
3949
|
+
|
|
3830
3950
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3831
3951
|
msgstr ""
|
|
3832
3952
|
|
|
@@ -3950,6 +4070,9 @@ msgstr ""
|
|
|
3950
4070
|
msgid "It's not possible to promote a rolling content view."
|
|
3951
4071
|
msgstr ""
|
|
3952
4072
|
|
|
4073
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4074
|
+
msgstr ""
|
|
4075
|
+
|
|
3953
4076
|
msgid "It's not possible to publish a rolling content view."
|
|
3954
4077
|
msgstr ""
|
|
3955
4078
|
|
|
@@ -4058,6 +4181,15 @@ msgstr ""
|
|
|
4058
4181
|
msgid "Label of the flatpak remote"
|
|
4059
4182
|
msgstr ""
|
|
4060
4183
|
|
|
4184
|
+
msgid "Labels"
|
|
4185
|
+
msgstr ""
|
|
4186
|
+
|
|
4187
|
+
msgid "Labels and annotations"
|
|
4188
|
+
msgstr ""
|
|
4189
|
+
|
|
4190
|
+
msgid "Labels | Annotations"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4061
4193
|
msgid "Last check-in:"
|
|
4062
4194
|
msgstr ""
|
|
4063
4195
|
|
|
@@ -4160,6 +4292,9 @@ msgstr ""
|
|
|
4160
4292
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4161
4293
|
msgstr ""
|
|
4162
4294
|
|
|
4295
|
+
msgid "Limit"
|
|
4296
|
+
msgstr ""
|
|
4297
|
+
|
|
4163
4298
|
msgid "Limit actions to content in the host's environment."
|
|
4164
4299
|
msgstr ""
|
|
4165
4300
|
|
|
@@ -4349,6 +4484,9 @@ msgstr ""
|
|
|
4349
4484
|
msgid "List of hypervisor guest uuids"
|
|
4350
4485
|
msgstr ""
|
|
4351
4486
|
|
|
4487
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4488
|
+
msgstr ""
|
|
4489
|
+
|
|
4352
4490
|
msgid "List of package group names (Deprecated)"
|
|
4353
4491
|
msgstr ""
|
|
4354
4492
|
|
|
@@ -4487,12 +4625,18 @@ msgstr ""
|
|
|
4487
4625
|
msgid "Manifest"
|
|
4488
4626
|
msgstr ""
|
|
4489
4627
|
|
|
4628
|
+
msgid "Manifest Details"
|
|
4629
|
+
msgstr ""
|
|
4630
|
+
|
|
4490
4631
|
msgid "Manifest History"
|
|
4491
4632
|
msgstr ""
|
|
4492
4633
|
|
|
4493
4634
|
msgid "Manifest deleted"
|
|
4494
4635
|
msgstr ""
|
|
4495
4636
|
|
|
4637
|
+
msgid "Manifest digest"
|
|
4638
|
+
msgstr ""
|
|
4639
|
+
|
|
4496
4640
|
msgid "Manifest does not have a valid subscription"
|
|
4497
4641
|
msgstr ""
|
|
4498
4642
|
|
|
@@ -4577,6 +4721,9 @@ msgstr ""
|
|
|
4577
4721
|
msgid "Messaging connection"
|
|
4578
4722
|
msgstr ""
|
|
4579
4723
|
|
|
4724
|
+
msgid "Metadata generate"
|
|
4725
|
+
msgstr ""
|
|
4726
|
+
|
|
4580
4727
|
msgid ""
|
|
4581
4728
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4582
4729
|
"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."
|
|
@@ -4615,6 +4762,9 @@ msgstr ""
|
|
|
4615
4762
|
msgid "Moderate"
|
|
4616
4763
|
msgstr ""
|
|
4617
4764
|
|
|
4765
|
+
msgid "Modified"
|
|
4766
|
+
msgstr ""
|
|
4767
|
+
|
|
4618
4768
|
msgid "Modify via remote execution"
|
|
4619
4769
|
msgstr ""
|
|
4620
4770
|
|
|
@@ -4642,6 +4792,15 @@ msgstr ""
|
|
|
4642
4792
|
msgid "Multi Content View Environment"
|
|
4643
4793
|
msgstr ""
|
|
4644
4794
|
|
|
4795
|
+
msgid "Multi copy all units"
|
|
4796
|
+
msgstr ""
|
|
4797
|
+
|
|
4798
|
+
msgid "Multi copy content"
|
|
4799
|
+
msgstr ""
|
|
4800
|
+
|
|
4801
|
+
msgid "Multi copy units"
|
|
4802
|
+
msgstr ""
|
|
4803
|
+
|
|
4645
4804
|
msgid "Multi-entitlement"
|
|
4646
4805
|
msgstr ""
|
|
4647
4806
|
|
|
@@ -4942,6 +5101,9 @@ msgstr ""
|
|
|
4942
5101
|
msgid "No items have been specified."
|
|
4943
5102
|
msgstr ""
|
|
4944
5103
|
|
|
5104
|
+
msgid "No labels"
|
|
5105
|
+
msgstr ""
|
|
5106
|
+
|
|
4945
5107
|
msgid "No manifest file uploaded"
|
|
4946
5108
|
msgstr ""
|
|
4947
5109
|
|
|
@@ -5257,9 +5419,6 @@ msgstr ""
|
|
|
5257
5419
|
msgid "Organization ID"
|
|
5258
5420
|
msgstr ""
|
|
5259
5421
|
|
|
5260
|
-
msgid "Organization ID is required"
|
|
5261
|
-
msgstr ""
|
|
5262
|
-
|
|
5263
5422
|
msgid "Organization ID or title"
|
|
5264
5423
|
msgstr ""
|
|
5265
5424
|
|
|
@@ -5284,6 +5443,9 @@ msgstr ""
|
|
|
5284
5443
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5285
5444
|
msgstr ""
|
|
5286
5445
|
|
|
5446
|
+
msgid "Organization must be specified when providing product by name."
|
|
5447
|
+
msgstr ""
|
|
5448
|
+
|
|
5287
5449
|
msgid "Organization not found"
|
|
5288
5450
|
msgstr ""
|
|
5289
5451
|
|
|
@@ -5685,6 +5847,9 @@ msgstr ""
|
|
|
5685
5847
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5686
5848
|
msgstr ""
|
|
5687
5849
|
|
|
5850
|
+
msgid "Product must be specified."
|
|
5851
|
+
msgstr ""
|
|
5852
|
+
|
|
5688
5853
|
msgid "Product name"
|
|
5689
5854
|
msgstr ""
|
|
5690
5855
|
|
|
@@ -5745,6 +5910,9 @@ msgstr ""
|
|
|
5745
5910
|
msgid "Promotion to Environment"
|
|
5746
5911
|
msgstr ""
|
|
5747
5912
|
|
|
5913
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5914
|
+
msgstr ""
|
|
5915
|
+
|
|
5748
5916
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5749
5917
|
msgstr ""
|
|
5750
5918
|
|
|
@@ -5844,6 +6012,9 @@ msgstr ""
|
|
|
5844
6012
|
msgid "Pulp task error"
|
|
5845
6013
|
msgstr ""
|
|
5846
6014
|
|
|
6015
|
+
msgid "Purge completed tasks"
|
|
6016
|
+
msgstr ""
|
|
6017
|
+
|
|
5847
6018
|
msgid "Python Package"
|
|
5848
6019
|
msgstr ""
|
|
5849
6020
|
|
|
@@ -5871,15 +6042,6 @@ msgstr ""
|
|
|
5871
6042
|
msgid "Quantity of entitlements to bind"
|
|
5872
6043
|
msgstr ""
|
|
5873
6044
|
|
|
5874
|
-
msgid "Quantity of specified subscription to remove"
|
|
5875
|
-
msgstr ""
|
|
5876
|
-
|
|
5877
|
-
msgid "Quantity of this subscription to add"
|
|
5878
|
-
msgstr ""
|
|
5879
|
-
|
|
5880
|
-
msgid "Quantity of this subscriptions to add"
|
|
5881
|
-
msgstr ""
|
|
5882
|
-
|
|
5883
6045
|
msgid "Quantity to Allocate"
|
|
5884
6046
|
msgstr ""
|
|
5885
6047
|
|
|
@@ -5952,6 +6114,9 @@ msgstr ""
|
|
|
5952
6114
|
msgid "Reclaim Space"
|
|
5953
6115
|
msgstr ""
|
|
5954
6116
|
|
|
6117
|
+
msgid "Reclaim space"
|
|
6118
|
+
msgstr ""
|
|
6119
|
+
|
|
5955
6120
|
msgid "Reclaim space from On Demand repositories"
|
|
5956
6121
|
msgstr ""
|
|
5957
6122
|
|
|
@@ -6018,6 +6183,9 @@ msgstr ""
|
|
|
6018
6183
|
msgid "Refresh all alternate content sources"
|
|
6019
6184
|
msgstr ""
|
|
6020
6185
|
|
|
6186
|
+
msgid "Refresh all distributions"
|
|
6187
|
+
msgstr ""
|
|
6188
|
+
|
|
6021
6189
|
msgid "Refresh alternate content sources"
|
|
6022
6190
|
msgstr ""
|
|
6023
6191
|
|
|
@@ -6030,15 +6198,27 @@ msgstr ""
|
|
|
6030
6198
|
msgid "Refresh counts"
|
|
6031
6199
|
msgstr ""
|
|
6032
6200
|
|
|
6201
|
+
msgid "Refresh distribution"
|
|
6202
|
+
msgstr ""
|
|
6203
|
+
|
|
6033
6204
|
msgid "Refresh errata applicability"
|
|
6034
6205
|
msgstr ""
|
|
6035
6206
|
|
|
6207
|
+
msgid "Refresh if needed"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6036
6210
|
msgid "Refresh package applicability"
|
|
6037
6211
|
msgstr ""
|
|
6038
6212
|
|
|
6039
6213
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6040
6214
|
msgstr ""
|
|
6041
6215
|
|
|
6216
|
+
msgid "Refresh remote"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6219
|
+
msgid "Refresh repos"
|
|
6220
|
+
msgstr ""
|
|
6221
|
+
|
|
6042
6222
|
msgid "Refresh source"
|
|
6043
6223
|
msgstr ""
|
|
6044
6224
|
|
|
@@ -6048,9 +6228,6 @@ msgstr ""
|
|
|
6048
6228
|
msgid "Register a host with subscription and information"
|
|
6049
6229
|
msgstr ""
|
|
6050
6230
|
|
|
6051
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6052
|
-
msgstr ""
|
|
6053
|
-
|
|
6054
6231
|
msgid "Registered"
|
|
6055
6232
|
msgstr ""
|
|
6056
6233
|
|
|
@@ -6084,6 +6261,9 @@ msgstr ""
|
|
|
6084
6261
|
msgid "Registry token expiration time"
|
|
6085
6262
|
msgstr ""
|
|
6086
6263
|
|
|
6264
|
+
msgid "Reindex subscriptions"
|
|
6265
|
+
msgstr ""
|
|
6266
|
+
|
|
6087
6267
|
msgid "Related composite content views"
|
|
6088
6268
|
msgstr ""
|
|
6089
6269
|
|
|
@@ -6159,6 +6339,9 @@ msgstr ""
|
|
|
6159
6339
|
msgid "Remove from environments"
|
|
6160
6340
|
msgstr ""
|
|
6161
6341
|
|
|
6342
|
+
msgid "Remove from host collections"
|
|
6343
|
+
msgstr ""
|
|
6344
|
+
|
|
6162
6345
|
msgid "Remove host from collections"
|
|
6163
6346
|
msgstr ""
|
|
6164
6347
|
|
|
@@ -6180,6 +6363,9 @@ msgstr ""
|
|
|
6180
6363
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6181
6364
|
msgstr ""
|
|
6182
6365
|
|
|
6366
|
+
msgid "Remove orphans"
|
|
6367
|
+
msgstr ""
|
|
6368
|
+
|
|
6183
6369
|
msgid "Remove package group via Katello interface"
|
|
6184
6370
|
msgstr ""
|
|
6185
6371
|
|
|
@@ -6195,16 +6381,13 @@ msgstr ""
|
|
|
6195
6381
|
msgid "Remove products from sync plan"
|
|
6196
6382
|
msgstr ""
|
|
6197
6383
|
|
|
6198
|
-
msgid "Remove
|
|
6199
|
-
msgstr ""
|
|
6200
|
-
|
|
6201
|
-
msgid "Remove subscriptions from %s"
|
|
6384
|
+
msgid "Remove rolling repo clone"
|
|
6202
6385
|
msgstr ""
|
|
6203
6386
|
|
|
6204
|
-
msgid "Remove
|
|
6387
|
+
msgid "Remove units"
|
|
6205
6388
|
msgstr ""
|
|
6206
6389
|
|
|
6207
|
-
msgid "Remove
|
|
6390
|
+
msgid "Remove unneeded repos"
|
|
6208
6391
|
msgstr ""
|
|
6209
6392
|
|
|
6210
6393
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
@@ -6213,6 +6396,9 @@ msgstr ""
|
|
|
6213
6396
|
msgid "Remove versions from environments"
|
|
6214
6397
|
msgstr ""
|
|
6215
6398
|
|
|
6399
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6400
|
+
msgstr ""
|
|
6401
|
+
|
|
6216
6402
|
msgid "Removed component from content view"
|
|
6217
6403
|
msgstr ""
|
|
6218
6404
|
|
|
@@ -6231,6 +6417,9 @@ msgstr ""
|
|
|
6231
6417
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6232
6418
|
msgstr ""
|
|
6233
6419
|
|
|
6420
|
+
msgid "Repair"
|
|
6421
|
+
msgstr ""
|
|
6422
|
+
|
|
6234
6423
|
msgid "Replace content source on the target machine"
|
|
6235
6424
|
msgstr ""
|
|
6236
6425
|
|
|
@@ -6249,12 +6438,18 @@ msgstr ""
|
|
|
6249
6438
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6250
6439
|
msgstr ""
|
|
6251
6440
|
|
|
6441
|
+
msgid "Repositories certs reset"
|
|
6442
|
+
msgstr ""
|
|
6443
|
+
|
|
6252
6444
|
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."
|
|
6253
6445
|
msgstr ""
|
|
6254
6446
|
|
|
6255
6447
|
msgid "Repositories from published Content Views are not allowed."
|
|
6256
6448
|
msgstr ""
|
|
6257
6449
|
|
|
6450
|
+
msgid "Repositories gpg reset"
|
|
6451
|
+
msgstr ""
|
|
6452
|
+
|
|
6258
6453
|
msgid "Repository"
|
|
6259
6454
|
msgstr ""
|
|
6260
6455
|
|
|
@@ -6420,12 +6615,18 @@ msgstr ""
|
|
|
6420
6615
|
msgid "Result"
|
|
6421
6616
|
msgstr ""
|
|
6422
6617
|
|
|
6618
|
+
msgid "Retain build profile upon unregistration"
|
|
6619
|
+
msgstr ""
|
|
6620
|
+
|
|
6423
6621
|
msgid "Retrieve a single errata for a host"
|
|
6424
6622
|
msgstr ""
|
|
6425
6623
|
|
|
6426
6624
|
msgid "Return Red Hat (non-custom) products only"
|
|
6427
6625
|
msgstr ""
|
|
6428
6626
|
|
|
6627
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6628
|
+
msgstr ""
|
|
6629
|
+
|
|
6429
6630
|
msgid "Return a list of installed packages distinct by name"
|
|
6430
6631
|
msgstr ""
|
|
6431
6632
|
|
|
@@ -6606,6 +6807,24 @@ msgstr ""
|
|
|
6606
6807
|
msgid "Save"
|
|
6607
6808
|
msgstr ""
|
|
6608
6809
|
|
|
6810
|
+
msgid "Save Environments"
|
|
6811
|
+
msgstr ""
|
|
6812
|
+
|
|
6813
|
+
msgid "Save artifact"
|
|
6814
|
+
msgstr ""
|
|
6815
|
+
|
|
6816
|
+
msgid "Save distribution references"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
6819
|
+
msgid "Save publication"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save version"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6825
|
+
msgid "Save versions"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6609
6828
|
msgid "Saving alternate content source..."
|
|
6610
6829
|
msgstr ""
|
|
6611
6830
|
|
|
@@ -6615,6 +6834,12 @@ msgstr ""
|
|
|
6615
6834
|
msgid "Scan a flatpak remote"
|
|
6616
6835
|
msgstr ""
|
|
6617
6836
|
|
|
6837
|
+
msgid "Scan cdn"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Scan remote"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6618
6843
|
msgid "Schema version 1"
|
|
6619
6844
|
msgstr ""
|
|
6620
6845
|
|
|
@@ -6663,6 +6888,9 @@ msgstr ""
|
|
|
6663
6888
|
msgid "Security errata installable"
|
|
6664
6889
|
msgstr ""
|
|
6665
6890
|
|
|
6891
|
+
msgid "See child manifests"
|
|
6892
|
+
msgstr ""
|
|
6893
|
+
|
|
6666
6894
|
msgid "Select"
|
|
6667
6895
|
msgstr ""
|
|
6668
6896
|
|
|
@@ -6774,6 +7002,9 @@ msgstr ""
|
|
|
6774
7002
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6775
7003
|
msgstr ""
|
|
6776
7004
|
|
|
7005
|
+
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."
|
|
7006
|
+
msgstr ""
|
|
7007
|
+
|
|
6777
7008
|
msgid "Select hosts to assign to %s"
|
|
6778
7009
|
msgstr ""
|
|
6779
7010
|
|
|
@@ -6852,10 +7083,13 @@ msgstr ""
|
|
|
6852
7083
|
msgid "Service Level (SLA)"
|
|
6853
7084
|
msgstr ""
|
|
6854
7085
|
|
|
7086
|
+
msgid "Service level"
|
|
7087
|
+
msgstr ""
|
|
7088
|
+
|
|
6855
7089
|
msgid "Service level of host"
|
|
6856
7090
|
msgstr ""
|
|
6857
7091
|
|
|
6858
|
-
msgid "Service level
|
|
7092
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6859
7093
|
msgstr ""
|
|
6860
7094
|
|
|
6861
7095
|
msgid "Set content overrides"
|
|
@@ -6882,9 +7116,6 @@ msgstr ""
|
|
|
6882
7116
|
msgid "Sets the system purpose usage"
|
|
6883
7117
|
msgstr ""
|
|
6884
7118
|
|
|
6885
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6886
|
-
msgstr ""
|
|
6887
|
-
|
|
6888
7119
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6889
7120
|
msgstr ""
|
|
6890
7121
|
|
|
@@ -6894,6 +7125,9 @@ msgstr ""
|
|
|
6894
7125
|
msgid "Severity must be one of: %s"
|
|
6895
7126
|
msgstr ""
|
|
6896
7127
|
|
|
7128
|
+
msgid "Show ${remainingCount} more"
|
|
7129
|
+
msgstr ""
|
|
7130
|
+
|
|
6897
7131
|
msgid "Show %s"
|
|
6898
7132
|
msgstr ""
|
|
6899
7133
|
|
|
@@ -7035,6 +7269,9 @@ msgstr ""
|
|
|
7035
7269
|
msgid "Smart proxy name"
|
|
7036
7270
|
msgstr ""
|
|
7037
7271
|
|
|
7272
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7273
|
+
msgstr ""
|
|
7274
|
+
|
|
7038
7275
|
msgid "Sockets"
|
|
7039
7276
|
msgstr ""
|
|
7040
7277
|
|
|
@@ -7149,7 +7386,7 @@ msgstr ""
|
|
|
7149
7386
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7150
7387
|
msgstr ""
|
|
7151
7388
|
|
|
7152
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7389
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7153
7390
|
msgstr ""
|
|
7154
7391
|
|
|
7155
7392
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7218,6 +7455,9 @@ msgstr ""
|
|
|
7218
7455
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7219
7456
|
msgstr ""
|
|
7220
7457
|
|
|
7458
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7459
|
+
msgstr ""
|
|
7460
|
+
|
|
7221
7461
|
msgid "Something went wrong! Please check server logs!"
|
|
7222
7462
|
msgstr ""
|
|
7223
7463
|
|
|
@@ -7305,9 +7545,6 @@ msgstr ""
|
|
|
7305
7545
|
msgid "Subscription Details"
|
|
7306
7546
|
msgstr ""
|
|
7307
7547
|
|
|
7308
|
-
msgid "Subscription ID"
|
|
7309
|
-
msgstr ""
|
|
7310
|
-
|
|
7311
7548
|
msgid "Subscription Info"
|
|
7312
7549
|
msgstr ""
|
|
7313
7550
|
|
|
@@ -7323,12 +7560,6 @@ msgstr ""
|
|
|
7323
7560
|
msgid "Subscription Name"
|
|
7324
7561
|
msgstr ""
|
|
7325
7562
|
|
|
7326
|
-
msgid "Subscription Pool id"
|
|
7327
|
-
msgstr ""
|
|
7328
|
-
|
|
7329
|
-
msgid "Subscription Pool uuid"
|
|
7330
|
-
msgstr ""
|
|
7331
|
-
|
|
7332
7563
|
msgid "Subscription UUID"
|
|
7333
7564
|
msgstr ""
|
|
7334
7565
|
|
|
@@ -7380,9 +7611,6 @@ msgstr "הצלחה"
|
|
|
7380
7611
|
msgid "Successfully added %s Host(s)."
|
|
7381
7612
|
msgstr ""
|
|
7382
7613
|
|
|
7383
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7384
|
-
msgstr ""
|
|
7385
|
-
|
|
7386
7614
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7387
7615
|
msgstr ""
|
|
7388
7616
|
|
|
@@ -7395,9 +7623,6 @@ msgstr ""
|
|
|
7395
7623
|
msgid "Successfully removed %s Host(s)."
|
|
7396
7624
|
msgstr ""
|
|
7397
7625
|
|
|
7398
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7399
|
-
msgstr ""
|
|
7400
|
-
|
|
7401
7626
|
msgid "Successfully synced capsule."
|
|
7402
7627
|
msgstr ""
|
|
7403
7628
|
|
|
@@ -7416,6 +7641,9 @@ msgstr ""
|
|
|
7416
7641
|
msgid "Supported Content Types"
|
|
7417
7642
|
msgstr ""
|
|
7418
7643
|
|
|
7644
|
+
msgid "Sync"
|
|
7645
|
+
msgstr ""
|
|
7646
|
+
|
|
7419
7647
|
msgid "Sync Canceled"
|
|
7420
7648
|
msgstr ""
|
|
7421
7649
|
|
|
@@ -7470,6 +7698,9 @@ msgstr ""
|
|
|
7470
7698
|
msgid "Sync all repositories for a product"
|
|
7471
7699
|
msgstr ""
|
|
7472
7700
|
|
|
7701
|
+
msgid "Sync capsule"
|
|
7702
|
+
msgstr ""
|
|
7703
|
+
|
|
7473
7704
|
msgid "Sync complete."
|
|
7474
7705
|
msgstr ""
|
|
7475
7706
|
|
|
@@ -7488,6 +7719,9 @@ msgstr ""
|
|
|
7488
7719
|
msgid "Sync state"
|
|
7489
7720
|
msgstr ""
|
|
7490
7721
|
|
|
7722
|
+
msgid "Syncable export"
|
|
7723
|
+
msgstr ""
|
|
7724
|
+
|
|
7491
7725
|
msgid "Synced"
|
|
7492
7726
|
msgstr ""
|
|
7493
7727
|
|
|
@@ -7539,6 +7773,9 @@ msgstr ""
|
|
|
7539
7773
|
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."
|
|
7540
7774
|
msgstr ""
|
|
7541
7775
|
|
|
7776
|
+
msgid "Tag"
|
|
7777
|
+
msgstr ""
|
|
7778
|
+
|
|
7542
7779
|
msgid "Tag name"
|
|
7543
7780
|
msgstr ""
|
|
7544
7781
|
|
|
@@ -7750,9 +7987,6 @@ msgstr ""
|
|
|
7750
7987
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7751
7988
|
msgstr ""
|
|
7752
7989
|
|
|
7753
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7754
|
-
msgstr ""
|
|
7755
|
-
|
|
7756
7990
|
msgid "The subscription cannot be found upstream"
|
|
7757
7991
|
msgstr ""
|
|
7758
7992
|
|
|
@@ -7894,12 +8128,6 @@ msgstr ""
|
|
|
7894
8128
|
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."
|
|
7895
8129
|
msgstr ""
|
|
7896
8130
|
|
|
7897
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7898
|
-
msgstr ""
|
|
7899
|
-
|
|
7900
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7901
|
-
msgstr ""
|
|
7902
|
-
|
|
7903
8131
|
msgid "This is disabled because a manifest task is in progress"
|
|
7904
8132
|
msgstr ""
|
|
7905
8133
|
|
|
@@ -7978,6 +8206,9 @@ msgstr ""
|
|
|
7978
8206
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7979
8207
|
msgstr ""
|
|
7980
8208
|
|
|
8209
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8210
|
+
msgstr ""
|
|
8211
|
+
|
|
7981
8212
|
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."
|
|
7982
8213
|
msgstr ""
|
|
7983
8214
|
|
|
@@ -7999,6 +8230,9 @@ msgstr ""
|
|
|
7999
8230
|
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."
|
|
8000
8231
|
msgstr ""
|
|
8001
8232
|
|
|
8233
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8234
|
+
msgstr ""
|
|
8235
|
+
|
|
8002
8236
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8003
8237
|
msgstr ""
|
|
8004
8238
|
|
|
@@ -8053,12 +8287,6 @@ msgstr ""
|
|
|
8053
8287
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8054
8288
|
msgstr ""
|
|
8055
8289
|
|
|
8056
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8057
|
-
msgstr ""
|
|
8058
|
-
|
|
8059
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8060
|
-
msgstr ""
|
|
8061
|
-
|
|
8062
8290
|
msgid "Try changing your search criteria."
|
|
8063
8291
|
msgstr ""
|
|
8064
8292
|
|
|
@@ -8212,9 +8440,6 @@ msgstr ""
|
|
|
8212
8440
|
msgid "Unapplied Errata"
|
|
8213
8441
|
msgstr ""
|
|
8214
8442
|
|
|
8215
|
-
msgid "Unattach a subscription"
|
|
8216
|
-
msgstr ""
|
|
8217
|
-
|
|
8218
8443
|
msgid "Unfiltered params array: %s."
|
|
8219
8444
|
msgstr ""
|
|
8220
8445
|
|
|
@@ -8326,15 +8551,27 @@ msgstr ""
|
|
|
8326
8551
|
msgid "Update content counts for the smart proxy"
|
|
8327
8552
|
msgstr ""
|
|
8328
8553
|
|
|
8554
|
+
msgid "Update content urls"
|
|
8555
|
+
msgstr ""
|
|
8556
|
+
|
|
8329
8557
|
msgid "Update content view environments for host"
|
|
8330
8558
|
msgstr ""
|
|
8331
8559
|
|
|
8332
8560
|
msgid "Update content view environments for host %s"
|
|
8333
8561
|
msgstr ""
|
|
8334
8562
|
|
|
8563
|
+
msgid "Update distributions"
|
|
8564
|
+
msgstr ""
|
|
8565
|
+
|
|
8335
8566
|
msgid "Update hosts manually"
|
|
8336
8567
|
msgstr ""
|
|
8337
8568
|
|
|
8569
|
+
msgid "Update http proxy"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8572
|
+
msgid "Update http proxy details"
|
|
8573
|
+
msgstr ""
|
|
8574
|
+
|
|
8338
8575
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8339
8576
|
msgstr ""
|
|
8340
8577
|
|
|
@@ -8350,12 +8587,21 @@ msgstr ""
|
|
|
8350
8587
|
msgid "Update packages via Katello interface"
|
|
8351
8588
|
msgstr ""
|
|
8352
8589
|
|
|
8590
|
+
msgid "Update redhat repository"
|
|
8591
|
+
msgstr ""
|
|
8592
|
+
|
|
8353
8593
|
msgid "Update release version for host"
|
|
8354
8594
|
msgstr ""
|
|
8355
8595
|
|
|
8356
8596
|
msgid "Update release version for host %s"
|
|
8357
8597
|
msgstr ""
|
|
8358
8598
|
|
|
8599
|
+
msgid "Update remote"
|
|
8600
|
+
msgstr ""
|
|
8601
|
+
|
|
8602
|
+
msgid "Update repository"
|
|
8603
|
+
msgstr ""
|
|
8604
|
+
|
|
8359
8605
|
msgid "Update services requiring restart"
|
|
8360
8606
|
msgstr ""
|
|
8361
8607
|
|
|
@@ -8446,6 +8692,12 @@ msgstr ""
|
|
|
8446
8692
|
msgid "Upload a subscription manifest"
|
|
8447
8693
|
msgstr ""
|
|
8448
8694
|
|
|
8695
|
+
msgid "Upload content"
|
|
8696
|
+
msgstr ""
|
|
8697
|
+
|
|
8698
|
+
msgid "Upload file"
|
|
8699
|
+
msgstr ""
|
|
8700
|
+
|
|
8449
8701
|
msgid "Upload into"
|
|
8450
8702
|
msgstr ""
|
|
8451
8703
|
|
|
@@ -8455,6 +8707,9 @@ msgstr ""
|
|
|
8455
8707
|
msgid "Upload request id"
|
|
8456
8708
|
msgstr ""
|
|
8457
8709
|
|
|
8710
|
+
msgid "Upload tag"
|
|
8711
|
+
msgstr ""
|
|
8712
|
+
|
|
8458
8713
|
msgid "Upstream Candlepin"
|
|
8459
8714
|
msgstr ""
|
|
8460
8715
|
|
|
@@ -8569,9 +8824,15 @@ msgstr ""
|
|
|
8569
8824
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8570
8825
|
msgstr ""
|
|
8571
8826
|
|
|
8827
|
+
msgid "Verify Content Checksum"
|
|
8828
|
+
msgstr ""
|
|
8829
|
+
|
|
8572
8830
|
msgid "Verify SSL"
|
|
8573
8831
|
msgstr ""
|
|
8574
8832
|
|
|
8833
|
+
msgid "Verify checksum"
|
|
8834
|
+
msgstr ""
|
|
8835
|
+
|
|
8575
8836
|
msgid "Verify checksum for content on smart proxy"
|
|
8576
8837
|
msgstr ""
|
|
8577
8838
|
|
|
@@ -8653,6 +8914,9 @@ msgstr ""
|
|
|
8653
8914
|
msgid "View by"
|
|
8654
8915
|
msgstr ""
|
|
8655
8916
|
|
|
8917
|
+
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."
|
|
8918
|
+
msgstr ""
|
|
8919
|
+
|
|
8656
8920
|
msgid "View content views"
|
|
8657
8921
|
msgstr ""
|
|
8658
8922
|
|
|
@@ -8662,6 +8926,15 @@ msgstr ""
|
|
|
8662
8926
|
msgid "View documentation"
|
|
8663
8927
|
msgstr ""
|
|
8664
8928
|
|
|
8929
|
+
msgid "View here"
|
|
8930
|
+
msgstr ""
|
|
8931
|
+
|
|
8932
|
+
msgid "View labels and annotations"
|
|
8933
|
+
msgstr ""
|
|
8934
|
+
|
|
8935
|
+
msgid "View labels and annotations for image "
|
|
8936
|
+
msgstr ""
|
|
8937
|
+
|
|
8665
8938
|
msgid "View matching content"
|
|
8666
8939
|
msgstr ""
|
|
8667
8940
|
|
|
@@ -8701,6 +8974,9 @@ msgstr ""
|
|
|
8701
8974
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8702
8975
|
msgstr ""
|
|
8703
8976
|
|
|
8977
|
+
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."
|
|
8978
|
+
msgstr ""
|
|
8979
|
+
|
|
8704
8980
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8705
8981
|
msgstr ""
|
|
8706
8982
|
|
|
@@ -8941,9 +9217,6 @@ msgstr ""
|
|
|
8941
9217
|
msgid "attempted to sync without a feed URL"
|
|
8942
9218
|
msgstr ""
|
|
8943
9219
|
|
|
8944
|
-
msgid "auto attach subscriptions upon registration"
|
|
8945
|
-
msgstr ""
|
|
8946
|
-
|
|
8947
9220
|
msgid "base url to perform repo discovery on"
|
|
8948
9221
|
msgstr ""
|
|
8949
9222
|
|
|
@@ -9580,9 +9853,6 @@ msgstr ""
|
|
|
9580
9853
|
msgid "start datetime of synchronization"
|
|
9581
9854
|
msgstr ""
|
|
9582
9855
|
|
|
9583
|
-
msgid "subscriptions not specified"
|
|
9584
|
-
msgstr ""
|
|
9585
|
-
|
|
9586
9856
|
msgid "sync plan description"
|
|
9587
9857
|
msgstr ""
|
|
9588
9858
|
|