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/de_DE/katello.po
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
#
|
|
14
14
|
msgid ""
|
|
15
15
|
msgstr ""
|
|
16
|
-
"Project-Id-Version: katello 4.
|
|
16
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
|
18
18
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
19
19
|
"Last-Translator: Arledrian <hvuzgr@gmail.com>, 2025\n"
|
|
@@ -120,6 +120,9 @@ msgstr ""
|
|
|
120
120
|
msgid "${selectedContentType} will appear here when created."
|
|
121
121
|
msgstr ""
|
|
122
122
|
|
|
123
|
+
msgid "${totalCount} labels and annotations"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
123
126
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
124
127
|
msgstr ""
|
|
125
128
|
|
|
@@ -458,9 +461,6 @@ msgstr ""
|
|
|
458
461
|
msgid "A remote execution job is in progress."
|
|
459
462
|
msgstr ""
|
|
460
463
|
|
|
461
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
462
|
-
msgstr ""
|
|
463
|
-
|
|
464
464
|
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."
|
|
465
465
|
msgstr ""
|
|
466
466
|
|
|
@@ -476,6 +476,9 @@ msgstr ""
|
|
|
476
476
|
msgid "About page"
|
|
477
477
|
msgstr ""
|
|
478
478
|
|
|
479
|
+
msgid "Abstract async task"
|
|
480
|
+
msgstr ""
|
|
481
|
+
|
|
479
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
480
483
|
msgstr ""
|
|
481
484
|
|
|
@@ -563,10 +566,13 @@ msgstr ""
|
|
|
563
566
|
msgid "Add RPM rule"
|
|
564
567
|
msgstr ""
|
|
565
568
|
|
|
566
|
-
msgid "Add
|
|
569
|
+
msgid "Add Red Hat Flatpak remote"
|
|
567
570
|
msgstr ""
|
|
568
571
|
|
|
569
|
-
msgid "Add
|
|
572
|
+
msgid "Add Red Hat flatpak remote"
|
|
573
|
+
msgstr ""
|
|
574
|
+
|
|
575
|
+
msgid "Add Subscriptions"
|
|
570
576
|
msgstr ""
|
|
571
577
|
|
|
572
578
|
msgid "Add an alternate content source"
|
|
@@ -620,6 +626,9 @@ msgstr ""
|
|
|
620
626
|
msgid "Add repositories with package groups to content view to select them here."
|
|
621
627
|
msgstr ""
|
|
622
628
|
|
|
629
|
+
msgid "Add rolling repo clone"
|
|
630
|
+
msgstr ""
|
|
631
|
+
|
|
623
632
|
msgid "Add rule"
|
|
624
633
|
msgstr ""
|
|
625
634
|
|
|
@@ -632,21 +641,24 @@ msgstr ""
|
|
|
632
641
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
633
642
|
msgstr ""
|
|
634
643
|
|
|
635
|
-
msgid "Add subscriptions to one or more hosts"
|
|
636
|
-
msgstr ""
|
|
637
|
-
|
|
638
644
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
639
645
|
msgstr ""
|
|
640
646
|
|
|
641
647
|
msgid "Add to a host collection"
|
|
642
648
|
msgstr ""
|
|
643
649
|
|
|
650
|
+
msgid "Add to host collections"
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
644
653
|
msgid "Added"
|
|
645
654
|
msgstr ""
|
|
646
655
|
|
|
647
656
|
msgid "Added %s"
|
|
648
657
|
msgstr ""
|
|
649
658
|
|
|
659
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
650
662
|
msgid "Added Content:"
|
|
651
663
|
msgstr ""
|
|
652
664
|
|
|
@@ -689,6 +701,9 @@ msgstr ""
|
|
|
689
701
|
msgid "All errata up-to-date"
|
|
690
702
|
msgstr ""
|
|
691
703
|
|
|
704
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
705
|
+
msgstr ""
|
|
706
|
+
|
|
692
707
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
693
708
|
msgstr ""
|
|
694
709
|
|
|
@@ -774,6 +789,9 @@ msgid ""
|
|
|
774
789
|
"%{error_message}"
|
|
775
790
|
msgstr ""
|
|
776
791
|
|
|
792
|
+
msgid "An error occurred while updating host collections"
|
|
793
|
+
msgstr ""
|
|
794
|
+
|
|
777
795
|
msgid "An option to specify how many ostree commits to traverse."
|
|
778
796
|
msgstr ""
|
|
779
797
|
|
|
@@ -906,12 +924,6 @@ msgstr ""
|
|
|
906
924
|
msgid "Array of pools to add"
|
|
907
925
|
msgstr ""
|
|
908
926
|
|
|
909
|
-
msgid "Array of subscriptions to add"
|
|
910
|
-
msgstr ""
|
|
911
|
-
|
|
912
|
-
msgid "Array of subscriptions to remove"
|
|
913
|
-
msgstr ""
|
|
914
|
-
|
|
915
927
|
msgid "Array of uploads to import"
|
|
916
928
|
msgstr ""
|
|
917
929
|
|
|
@@ -968,15 +980,6 @@ msgstr ""
|
|
|
968
980
|
msgid "At least one organization must exist."
|
|
969
981
|
msgstr ""
|
|
970
982
|
|
|
971
|
-
msgid "Attach a subscription"
|
|
972
|
-
msgstr ""
|
|
973
|
-
|
|
974
|
-
msgid "Attach subscriptions"
|
|
975
|
-
msgstr ""
|
|
976
|
-
|
|
977
|
-
msgid "Attach subscriptions to %s"
|
|
978
|
-
msgstr ""
|
|
979
|
-
|
|
980
983
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
981
984
|
msgstr ""
|
|
982
985
|
|
|
@@ -1076,6 +1079,9 @@ msgstr ""
|
|
|
1076
1079
|
msgid "Bookmarks marked as public are available to all users"
|
|
1077
1080
|
msgstr ""
|
|
1078
1081
|
|
|
1082
|
+
msgid "Bootable"
|
|
1083
|
+
msgstr ""
|
|
1084
|
+
|
|
1079
1085
|
msgid "Bootc rollback via Bootc interface"
|
|
1080
1086
|
msgstr ""
|
|
1081
1087
|
|
|
@@ -1088,6 +1094,9 @@ msgstr ""
|
|
|
1088
1094
|
msgid "Bootc upgrade via Bootc interface"
|
|
1089
1095
|
msgstr ""
|
|
1090
1096
|
|
|
1097
|
+
msgid "Booted"
|
|
1098
|
+
msgstr ""
|
|
1099
|
+
|
|
1091
1100
|
msgid "Booted Container Images"
|
|
1092
1101
|
msgstr ""
|
|
1093
1102
|
|
|
@@ -1397,6 +1406,9 @@ msgstr ""
|
|
|
1397
1406
|
msgid "Change content view environments"
|
|
1398
1407
|
msgstr ""
|
|
1399
1408
|
|
|
1409
|
+
msgid "Change host collections"
|
|
1410
|
+
msgstr ""
|
|
1411
|
+
|
|
1400
1412
|
msgid "Change host content source"
|
|
1401
1413
|
msgstr ""
|
|
1402
1414
|
|
|
@@ -1484,6 +1496,9 @@ msgstr ""
|
|
|
1484
1496
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1485
1497
|
msgstr ""
|
|
1486
1498
|
|
|
1499
|
+
msgid "Commit upload"
|
|
1500
|
+
msgstr ""
|
|
1501
|
+
|
|
1487
1502
|
msgid "Compare"
|
|
1488
1503
|
msgstr ""
|
|
1489
1504
|
|
|
@@ -1556,6 +1571,9 @@ msgstr ""
|
|
|
1556
1571
|
msgid "Container image tags"
|
|
1557
1572
|
msgstr ""
|
|
1558
1573
|
|
|
1574
|
+
msgid "Container images"
|
|
1575
|
+
msgstr ""
|
|
1576
|
+
|
|
1559
1577
|
msgid "Container manifest lists"
|
|
1560
1578
|
msgstr ""
|
|
1561
1579
|
|
|
@@ -1835,15 +1853,27 @@ msgstr ""
|
|
|
1835
1853
|
msgid "Copy"
|
|
1836
1854
|
msgstr ""
|
|
1837
1855
|
|
|
1856
|
+
msgid "Copy all units"
|
|
1857
|
+
msgstr ""
|
|
1858
|
+
|
|
1838
1859
|
msgid "Copy an activation key"
|
|
1839
1860
|
msgstr ""
|
|
1840
1861
|
|
|
1862
|
+
msgid "Copy content"
|
|
1863
|
+
msgstr ""
|
|
1864
|
+
|
|
1841
1865
|
msgid "Copy content view"
|
|
1842
1866
|
msgstr ""
|
|
1843
1867
|
|
|
1844
1868
|
msgid "Copy to clipboard"
|
|
1845
1869
|
msgstr ""
|
|
1846
1870
|
|
|
1871
|
+
msgid "Copy version"
|
|
1872
|
+
msgstr ""
|
|
1873
|
+
|
|
1874
|
+
msgid "Copy version units to library"
|
|
1875
|
+
msgstr ""
|
|
1876
|
+
|
|
1847
1877
|
msgid "Cores per socket"
|
|
1848
1878
|
msgstr ""
|
|
1849
1879
|
|
|
@@ -2057,22 +2087,34 @@ msgstr ""
|
|
|
2057
2087
|
msgid "Create content view"
|
|
2058
2088
|
msgstr ""
|
|
2059
2089
|
|
|
2090
|
+
msgid "Create exporter"
|
|
2091
|
+
msgstr ""
|
|
2092
|
+
|
|
2060
2093
|
msgid "Create filter"
|
|
2061
2094
|
msgstr ""
|
|
2062
2095
|
|
|
2063
2096
|
msgid "Create host collection"
|
|
2064
2097
|
msgstr ""
|
|
2065
2098
|
|
|
2099
|
+
msgid "Create import"
|
|
2100
|
+
msgstr ""
|
|
2101
|
+
|
|
2102
|
+
msgid "Create importer"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2066
2105
|
msgid "Create new activation key"
|
|
2067
2106
|
msgstr ""
|
|
2068
2107
|
|
|
2069
2108
|
msgid "Create organization"
|
|
2070
2109
|
msgstr ""
|
|
2071
2110
|
|
|
2072
|
-
msgid "Create
|
|
2111
|
+
msgid "Create publication"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2114
|
+
msgid "Create remote"
|
|
2073
2115
|
msgstr ""
|
|
2074
2116
|
|
|
2075
|
-
msgid "
|
|
2117
|
+
msgid "Creation"
|
|
2076
2118
|
msgstr ""
|
|
2077
2119
|
|
|
2078
2120
|
msgid "Credentials"
|
|
@@ -2336,12 +2378,36 @@ msgstr ""
|
|
|
2336
2378
|
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."
|
|
2337
2379
|
msgstr ""
|
|
2338
2380
|
|
|
2381
|
+
msgid "Delete distributions"
|
|
2382
|
+
msgstr ""
|
|
2383
|
+
|
|
2339
2384
|
msgid "Delete manifest from Red Hat provider"
|
|
2340
2385
|
msgstr ""
|
|
2341
2386
|
|
|
2342
2387
|
msgid "Delete multiple filters from a content view"
|
|
2343
2388
|
msgstr ""
|
|
2344
2389
|
|
|
2390
|
+
msgid "Delete orphan alternate content sources"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphan distributions"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan remotes"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphan repository versions"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphaned migrated repositories"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete remote"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete repository references"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2345
2411
|
msgid "Delete version"
|
|
2346
2412
|
msgstr ""
|
|
2347
2413
|
|
|
@@ -2441,6 +2507,12 @@ msgstr ""
|
|
|
2441
2507
|
msgid "Destroy an environment in an organization"
|
|
2442
2508
|
msgstr ""
|
|
2443
2509
|
|
|
2510
|
+
msgid "Destroy exporter"
|
|
2511
|
+
msgstr ""
|
|
2512
|
+
|
|
2513
|
+
msgid "Destroy importer"
|
|
2514
|
+
msgstr ""
|
|
2515
|
+
|
|
2444
2516
|
msgid "Destroy one or more alternate content sources"
|
|
2445
2517
|
msgstr ""
|
|
2446
2518
|
|
|
@@ -2474,9 +2546,6 @@ msgstr ""
|
|
|
2474
2546
|
msgid "Disable Red Hat Insights."
|
|
2475
2547
|
msgstr ""
|
|
2476
2548
|
|
|
2477
|
-
msgid "Disable Simple Content Access"
|
|
2478
|
-
msgstr ""
|
|
2479
|
-
|
|
2480
2549
|
msgid "Disable a repository from the set"
|
|
2481
2550
|
msgstr ""
|
|
2482
2551
|
|
|
@@ -2489,6 +2558,9 @@ msgstr ""
|
|
|
2489
2558
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2490
2559
|
msgstr ""
|
|
2491
2560
|
|
|
2561
|
+
msgid "Discover"
|
|
2562
|
+
msgstr ""
|
|
2563
|
+
|
|
2492
2564
|
msgid "Discover Repositories"
|
|
2493
2565
|
msgstr ""
|
|
2494
2566
|
|
|
@@ -2540,6 +2612,9 @@ msgstr ""
|
|
|
2540
2612
|
msgid "Edit"
|
|
2541
2613
|
msgstr ""
|
|
2542
2614
|
|
|
2615
|
+
msgid "Edit DEB rule"
|
|
2616
|
+
msgstr ""
|
|
2617
|
+
|
|
2543
2618
|
msgid "Edit Flatpak Remote"
|
|
2544
2619
|
msgstr ""
|
|
2545
2620
|
|
|
@@ -2567,9 +2642,6 @@ msgstr ""
|
|
|
2567
2642
|
msgid "Edit filter rule"
|
|
2568
2643
|
msgstr ""
|
|
2569
2644
|
|
|
2570
|
-
msgid "Edit package filter rule"
|
|
2571
|
-
msgstr ""
|
|
2572
|
-
|
|
2573
2645
|
msgid "Edit products"
|
|
2574
2646
|
msgstr ""
|
|
2575
2647
|
|
|
@@ -2612,9 +2684,6 @@ msgstr ""
|
|
|
2612
2684
|
msgid "Enable Red Hat repositories"
|
|
2613
2685
|
msgstr ""
|
|
2614
2686
|
|
|
2615
|
-
msgid "Enable Simple Content Access"
|
|
2616
|
-
msgstr ""
|
|
2617
|
-
|
|
2618
2687
|
msgid "Enable Tracer"
|
|
2619
2688
|
msgstr ""
|
|
2620
2689
|
|
|
@@ -2627,9 +2696,6 @@ msgstr ""
|
|
|
2627
2696
|
msgid "Enable repository sets"
|
|
2628
2697
|
msgstr ""
|
|
2629
2698
|
|
|
2630
|
-
msgid "Enable structured APT for deb content"
|
|
2631
|
-
msgstr ""
|
|
2632
|
-
|
|
2633
2699
|
msgid "Enable/Disable auto publish of composite view"
|
|
2634
2700
|
msgstr ""
|
|
2635
2701
|
|
|
@@ -2690,6 +2756,9 @@ msgstr ""
|
|
|
2690
2756
|
msgid "Environment cannot be in its own promotion path"
|
|
2691
2757
|
msgstr ""
|
|
2692
2758
|
|
|
2759
|
+
msgid "Environment contents refresh"
|
|
2760
|
+
msgstr ""
|
|
2761
|
+
|
|
2693
2762
|
msgid "Environment identifier"
|
|
2694
2763
|
msgstr ""
|
|
2695
2764
|
|
|
@@ -2729,6 +2798,9 @@ msgstr ""
|
|
|
2729
2798
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2730
2799
|
msgstr ""
|
|
2731
2800
|
|
|
2801
|
+
msgid "Errata mail"
|
|
2802
|
+
msgstr ""
|
|
2803
|
+
|
|
2732
2804
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2733
2805
|
msgstr ""
|
|
2734
2806
|
|
|
@@ -2894,6 +2966,9 @@ msgstr ""
|
|
|
2894
2966
|
msgid "Fetch installable errata for one or more hosts."
|
|
2895
2967
|
msgstr ""
|
|
2896
2968
|
|
|
2969
|
+
msgid "Fetch pxe files"
|
|
2970
|
+
msgstr ""
|
|
2971
|
+
|
|
2897
2972
|
msgid "Fetch traces for one or more hosts"
|
|
2898
2973
|
msgstr ""
|
|
2899
2974
|
|
|
@@ -2987,6 +3062,9 @@ msgstr ""
|
|
|
2987
3062
|
msgid "Filter versions that are components in the specified composite version"
|
|
2988
3063
|
msgstr ""
|
|
2989
3064
|
|
|
3065
|
+
msgid "Filtered index content"
|
|
3066
|
+
msgstr ""
|
|
3067
|
+
|
|
2990
3068
|
msgid "Filters"
|
|
2991
3069
|
msgstr "Filter"
|
|
2992
3070
|
|
|
@@ -3008,6 +3086,9 @@ msgstr ""
|
|
|
3008
3086
|
msgid "Finished"
|
|
3009
3087
|
msgstr ""
|
|
3010
3088
|
|
|
3089
|
+
msgid "Flatpak"
|
|
3090
|
+
msgstr ""
|
|
3091
|
+
|
|
3011
3092
|
msgid "Flatpak Remote ${name} created"
|
|
3012
3093
|
msgstr ""
|
|
3013
3094
|
|
|
@@ -3100,9 +3181,15 @@ msgstr ""
|
|
|
3100
3181
|
msgid "Generate host applicability"
|
|
3101
3182
|
msgstr ""
|
|
3102
3183
|
|
|
3184
|
+
msgid "Generate metadata"
|
|
3185
|
+
msgstr ""
|
|
3186
|
+
|
|
3103
3187
|
msgid "Generate repository applicability"
|
|
3104
3188
|
msgstr ""
|
|
3105
3189
|
|
|
3190
|
+
msgid "Generate username and password"
|
|
3191
|
+
msgstr ""
|
|
3192
|
+
|
|
3106
3193
|
msgid "Generated"
|
|
3107
3194
|
msgstr ""
|
|
3108
3195
|
|
|
@@ -3337,6 +3424,12 @@ msgstr ""
|
|
|
3337
3424
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3338
3425
|
msgstr ""
|
|
3339
3426
|
|
|
3427
|
+
msgid "Hypervisors"
|
|
3428
|
+
msgstr ""
|
|
3429
|
+
|
|
3430
|
+
msgid "Hypervisors update"
|
|
3431
|
+
msgstr ""
|
|
3432
|
+
|
|
3340
3433
|
msgid "ID"
|
|
3341
3434
|
msgstr "ID"
|
|
3342
3435
|
|
|
@@ -3525,12 +3618,6 @@ msgstr ""
|
|
|
3525
3618
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3526
3619
|
msgstr ""
|
|
3527
3620
|
|
|
3528
|
-
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'."
|
|
3529
|
-
msgstr ""
|
|
3530
|
-
|
|
3531
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3532
|
-
msgstr ""
|
|
3533
|
-
|
|
3534
3621
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3535
3622
|
msgstr ""
|
|
3536
3623
|
|
|
@@ -3660,6 +3747,9 @@ msgstr ""
|
|
|
3660
3747
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3661
3748
|
msgstr ""
|
|
3662
3749
|
|
|
3750
|
+
msgid "Import migration"
|
|
3751
|
+
msgstr ""
|
|
3752
|
+
|
|
3663
3753
|
msgid "Import new manifest"
|
|
3664
3754
|
msgstr ""
|
|
3665
3755
|
|
|
@@ -3669,6 +3759,12 @@ msgstr ""
|
|
|
3669
3759
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3670
3760
|
msgstr ""
|
|
3671
3761
|
|
|
3762
|
+
msgid "Import repository upload"
|
|
3763
|
+
msgstr ""
|
|
3764
|
+
|
|
3765
|
+
msgid "Import upload"
|
|
3766
|
+
msgstr ""
|
|
3767
|
+
|
|
3672
3768
|
msgid "Import uploads into a repository"
|
|
3673
3769
|
msgstr ""
|
|
3674
3770
|
|
|
@@ -3735,6 +3831,9 @@ msgstr ""
|
|
|
3735
3831
|
msgid "Incremental Update incomplete."
|
|
3736
3832
|
msgstr ""
|
|
3737
3833
|
|
|
3834
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3835
|
+
msgstr ""
|
|
3836
|
+
|
|
3738
3837
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3739
3838
|
msgstr ""
|
|
3740
3839
|
|
|
@@ -3747,12 +3846,27 @@ msgstr ""
|
|
|
3747
3846
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3748
3847
|
msgstr ""
|
|
3749
3848
|
|
|
3849
|
+
msgid "Index content"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3852
|
+
msgid "Index errata"
|
|
3853
|
+
msgstr ""
|
|
3854
|
+
|
|
3855
|
+
msgid "Index module streams"
|
|
3856
|
+
msgstr ""
|
|
3857
|
+
|
|
3858
|
+
msgid "Index package groups"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3750
3861
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3751
3862
|
msgstr ""
|
|
3752
3863
|
|
|
3753
3864
|
msgid "Inherit from Repository"
|
|
3754
3865
|
msgstr ""
|
|
3755
3866
|
|
|
3867
|
+
msgid "Initialize"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3756
3870
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3757
3871
|
msgstr ""
|
|
3758
3872
|
|
|
@@ -3828,9 +3942,15 @@ msgstr ""
|
|
|
3828
3942
|
msgid "Installing Package..."
|
|
3829
3943
|
msgstr ""
|
|
3830
3944
|
|
|
3945
|
+
msgid "Instance update"
|
|
3946
|
+
msgstr ""
|
|
3947
|
+
|
|
3831
3948
|
msgid "Instance-based"
|
|
3832
3949
|
msgstr ""
|
|
3833
3950
|
|
|
3951
|
+
msgid "Insufficient space for selected hosts"
|
|
3952
|
+
msgstr ""
|
|
3953
|
+
|
|
3834
3954
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3835
3955
|
msgstr ""
|
|
3836
3956
|
|
|
@@ -3954,6 +4074,9 @@ msgstr ""
|
|
|
3954
4074
|
msgid "It's not possible to promote a rolling content view."
|
|
3955
4075
|
msgstr ""
|
|
3956
4076
|
|
|
4077
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4078
|
+
msgstr ""
|
|
4079
|
+
|
|
3957
4080
|
msgid "It's not possible to publish a rolling content view."
|
|
3958
4081
|
msgstr ""
|
|
3959
4082
|
|
|
@@ -4062,6 +4185,15 @@ msgstr ""
|
|
|
4062
4185
|
msgid "Label of the flatpak remote"
|
|
4063
4186
|
msgstr ""
|
|
4064
4187
|
|
|
4188
|
+
msgid "Labels"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
msgid "Labels and annotations"
|
|
4192
|
+
msgstr ""
|
|
4193
|
+
|
|
4194
|
+
msgid "Labels | Annotations"
|
|
4195
|
+
msgstr ""
|
|
4196
|
+
|
|
4065
4197
|
msgid "Last check-in:"
|
|
4066
4198
|
msgstr ""
|
|
4067
4199
|
|
|
@@ -4164,6 +4296,9 @@ msgstr ""
|
|
|
4164
4296
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4165
4297
|
msgstr ""
|
|
4166
4298
|
|
|
4299
|
+
msgid "Limit"
|
|
4300
|
+
msgstr ""
|
|
4301
|
+
|
|
4167
4302
|
msgid "Limit actions to content in the host's environment."
|
|
4168
4303
|
msgstr ""
|
|
4169
4304
|
|
|
@@ -4353,6 +4488,9 @@ msgstr ""
|
|
|
4353
4488
|
msgid "List of hypervisor guest uuids"
|
|
4354
4489
|
msgstr ""
|
|
4355
4490
|
|
|
4491
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4492
|
+
msgstr ""
|
|
4493
|
+
|
|
4356
4494
|
msgid "List of package group names (Deprecated)"
|
|
4357
4495
|
msgstr ""
|
|
4358
4496
|
|
|
@@ -4491,12 +4629,18 @@ msgstr ""
|
|
|
4491
4629
|
msgid "Manifest"
|
|
4492
4630
|
msgstr ""
|
|
4493
4631
|
|
|
4632
|
+
msgid "Manifest Details"
|
|
4633
|
+
msgstr ""
|
|
4634
|
+
|
|
4494
4635
|
msgid "Manifest History"
|
|
4495
4636
|
msgstr ""
|
|
4496
4637
|
|
|
4497
4638
|
msgid "Manifest deleted"
|
|
4498
4639
|
msgstr ""
|
|
4499
4640
|
|
|
4641
|
+
msgid "Manifest digest"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4500
4644
|
msgid "Manifest does not have a valid subscription"
|
|
4501
4645
|
msgstr ""
|
|
4502
4646
|
|
|
@@ -4581,6 +4725,9 @@ msgstr ""
|
|
|
4581
4725
|
msgid "Messaging connection"
|
|
4582
4726
|
msgstr ""
|
|
4583
4727
|
|
|
4728
|
+
msgid "Metadata generate"
|
|
4729
|
+
msgstr ""
|
|
4730
|
+
|
|
4584
4731
|
msgid ""
|
|
4585
4732
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4586
4733
|
"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."
|
|
@@ -4619,6 +4766,9 @@ msgstr "Modell"
|
|
|
4619
4766
|
msgid "Moderate"
|
|
4620
4767
|
msgstr ""
|
|
4621
4768
|
|
|
4769
|
+
msgid "Modified"
|
|
4770
|
+
msgstr ""
|
|
4771
|
+
|
|
4622
4772
|
msgid "Modify via remote execution"
|
|
4623
4773
|
msgstr ""
|
|
4624
4774
|
|
|
@@ -4646,6 +4796,15 @@ msgstr ""
|
|
|
4646
4796
|
msgid "Multi Content View Environment"
|
|
4647
4797
|
msgstr ""
|
|
4648
4798
|
|
|
4799
|
+
msgid "Multi copy all units"
|
|
4800
|
+
msgstr ""
|
|
4801
|
+
|
|
4802
|
+
msgid "Multi copy content"
|
|
4803
|
+
msgstr ""
|
|
4804
|
+
|
|
4805
|
+
msgid "Multi copy units"
|
|
4806
|
+
msgstr ""
|
|
4807
|
+
|
|
4649
4808
|
msgid "Multi-entitlement"
|
|
4650
4809
|
msgstr ""
|
|
4651
4810
|
|
|
@@ -4946,6 +5105,9 @@ msgstr ""
|
|
|
4946
5105
|
msgid "No items have been specified."
|
|
4947
5106
|
msgstr ""
|
|
4948
5107
|
|
|
5108
|
+
msgid "No labels"
|
|
5109
|
+
msgstr ""
|
|
5110
|
+
|
|
4949
5111
|
msgid "No manifest file uploaded"
|
|
4950
5112
|
msgstr ""
|
|
4951
5113
|
|
|
@@ -5261,9 +5423,6 @@ msgstr ""
|
|
|
5261
5423
|
msgid "Organization ID"
|
|
5262
5424
|
msgstr ""
|
|
5263
5425
|
|
|
5264
|
-
msgid "Organization ID is required"
|
|
5265
|
-
msgstr ""
|
|
5266
|
-
|
|
5267
5426
|
msgid "Organization ID or title"
|
|
5268
5427
|
msgstr ""
|
|
5269
5428
|
|
|
@@ -5288,6 +5447,9 @@ msgstr ""
|
|
|
5288
5447
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5289
5448
|
msgstr ""
|
|
5290
5449
|
|
|
5450
|
+
msgid "Organization must be specified when providing product by name."
|
|
5451
|
+
msgstr ""
|
|
5452
|
+
|
|
5291
5453
|
msgid "Organization not found"
|
|
5292
5454
|
msgstr ""
|
|
5293
5455
|
|
|
@@ -5689,6 +5851,9 @@ msgstr ""
|
|
|
5689
5851
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5690
5852
|
msgstr ""
|
|
5691
5853
|
|
|
5854
|
+
msgid "Product must be specified."
|
|
5855
|
+
msgstr ""
|
|
5856
|
+
|
|
5692
5857
|
msgid "Product name"
|
|
5693
5858
|
msgstr ""
|
|
5694
5859
|
|
|
@@ -5749,6 +5914,9 @@ msgstr ""
|
|
|
5749
5914
|
msgid "Promotion to Environment"
|
|
5750
5915
|
msgstr ""
|
|
5751
5916
|
|
|
5917
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5918
|
+
msgstr ""
|
|
5919
|
+
|
|
5752
5920
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5753
5921
|
msgstr ""
|
|
5754
5922
|
|
|
@@ -5848,6 +6016,9 @@ msgstr ""
|
|
|
5848
6016
|
msgid "Pulp task error"
|
|
5849
6017
|
msgstr ""
|
|
5850
6018
|
|
|
6019
|
+
msgid "Purge completed tasks"
|
|
6020
|
+
msgstr ""
|
|
6021
|
+
|
|
5851
6022
|
msgid "Python Package"
|
|
5852
6023
|
msgstr ""
|
|
5853
6024
|
|
|
@@ -5875,15 +6046,6 @@ msgstr ""
|
|
|
5875
6046
|
msgid "Quantity of entitlements to bind"
|
|
5876
6047
|
msgstr ""
|
|
5877
6048
|
|
|
5878
|
-
msgid "Quantity of specified subscription to remove"
|
|
5879
|
-
msgstr ""
|
|
5880
|
-
|
|
5881
|
-
msgid "Quantity of this subscription to add"
|
|
5882
|
-
msgstr ""
|
|
5883
|
-
|
|
5884
|
-
msgid "Quantity of this subscriptions to add"
|
|
5885
|
-
msgstr ""
|
|
5886
|
-
|
|
5887
6049
|
msgid "Quantity to Allocate"
|
|
5888
6050
|
msgstr ""
|
|
5889
6051
|
|
|
@@ -5956,6 +6118,9 @@ msgstr ""
|
|
|
5956
6118
|
msgid "Reclaim Space"
|
|
5957
6119
|
msgstr ""
|
|
5958
6120
|
|
|
6121
|
+
msgid "Reclaim space"
|
|
6122
|
+
msgstr ""
|
|
6123
|
+
|
|
5959
6124
|
msgid "Reclaim space from On Demand repositories"
|
|
5960
6125
|
msgstr ""
|
|
5961
6126
|
|
|
@@ -6022,6 +6187,9 @@ msgstr ""
|
|
|
6022
6187
|
msgid "Refresh all alternate content sources"
|
|
6023
6188
|
msgstr ""
|
|
6024
6189
|
|
|
6190
|
+
msgid "Refresh all distributions"
|
|
6191
|
+
msgstr ""
|
|
6192
|
+
|
|
6025
6193
|
msgid "Refresh alternate content sources"
|
|
6026
6194
|
msgstr ""
|
|
6027
6195
|
|
|
@@ -6034,15 +6202,27 @@ msgstr ""
|
|
|
6034
6202
|
msgid "Refresh counts"
|
|
6035
6203
|
msgstr ""
|
|
6036
6204
|
|
|
6205
|
+
msgid "Refresh distribution"
|
|
6206
|
+
msgstr ""
|
|
6207
|
+
|
|
6037
6208
|
msgid "Refresh errata applicability"
|
|
6038
6209
|
msgstr ""
|
|
6039
6210
|
|
|
6211
|
+
msgid "Refresh if needed"
|
|
6212
|
+
msgstr ""
|
|
6213
|
+
|
|
6040
6214
|
msgid "Refresh package applicability"
|
|
6041
6215
|
msgstr ""
|
|
6042
6216
|
|
|
6043
6217
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6044
6218
|
msgstr ""
|
|
6045
6219
|
|
|
6220
|
+
msgid "Refresh remote"
|
|
6221
|
+
msgstr ""
|
|
6222
|
+
|
|
6223
|
+
msgid "Refresh repos"
|
|
6224
|
+
msgstr ""
|
|
6225
|
+
|
|
6046
6226
|
msgid "Refresh source"
|
|
6047
6227
|
msgstr ""
|
|
6048
6228
|
|
|
@@ -6052,9 +6232,6 @@ msgstr ""
|
|
|
6052
6232
|
msgid "Register a host with subscription and information"
|
|
6053
6233
|
msgstr ""
|
|
6054
6234
|
|
|
6055
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6056
|
-
msgstr ""
|
|
6057
|
-
|
|
6058
6235
|
msgid "Registered"
|
|
6059
6236
|
msgstr ""
|
|
6060
6237
|
|
|
@@ -6088,6 +6265,9 @@ msgstr ""
|
|
|
6088
6265
|
msgid "Registry token expiration time"
|
|
6089
6266
|
msgstr ""
|
|
6090
6267
|
|
|
6268
|
+
msgid "Reindex subscriptions"
|
|
6269
|
+
msgstr ""
|
|
6270
|
+
|
|
6091
6271
|
msgid "Related composite content views"
|
|
6092
6272
|
msgstr ""
|
|
6093
6273
|
|
|
@@ -6163,6 +6343,9 @@ msgstr ""
|
|
|
6163
6343
|
msgid "Remove from environments"
|
|
6164
6344
|
msgstr ""
|
|
6165
6345
|
|
|
6346
|
+
msgid "Remove from host collections"
|
|
6347
|
+
msgstr ""
|
|
6348
|
+
|
|
6166
6349
|
msgid "Remove host from collections"
|
|
6167
6350
|
msgstr ""
|
|
6168
6351
|
|
|
@@ -6184,6 +6367,9 @@ msgstr ""
|
|
|
6184
6367
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6185
6368
|
msgstr ""
|
|
6186
6369
|
|
|
6370
|
+
msgid "Remove orphans"
|
|
6371
|
+
msgstr ""
|
|
6372
|
+
|
|
6187
6373
|
msgid "Remove package group via Katello interface"
|
|
6188
6374
|
msgstr ""
|
|
6189
6375
|
|
|
@@ -6199,16 +6385,13 @@ msgstr ""
|
|
|
6199
6385
|
msgid "Remove products from sync plan"
|
|
6200
6386
|
msgstr ""
|
|
6201
6387
|
|
|
6202
|
-
msgid "Remove
|
|
6203
|
-
msgstr ""
|
|
6204
|
-
|
|
6205
|
-
msgid "Remove subscriptions from %s"
|
|
6388
|
+
msgid "Remove rolling repo clone"
|
|
6206
6389
|
msgstr ""
|
|
6207
6390
|
|
|
6208
|
-
msgid "Remove
|
|
6391
|
+
msgid "Remove units"
|
|
6209
6392
|
msgstr ""
|
|
6210
6393
|
|
|
6211
|
-
msgid "Remove
|
|
6394
|
+
msgid "Remove unneeded repos"
|
|
6212
6395
|
msgstr ""
|
|
6213
6396
|
|
|
6214
6397
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
@@ -6217,6 +6400,9 @@ msgstr ""
|
|
|
6217
6400
|
msgid "Remove versions from environments"
|
|
6218
6401
|
msgstr ""
|
|
6219
6402
|
|
|
6403
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6404
|
+
msgstr ""
|
|
6405
|
+
|
|
6220
6406
|
msgid "Removed component from content view"
|
|
6221
6407
|
msgstr ""
|
|
6222
6408
|
|
|
@@ -6235,6 +6421,9 @@ msgstr ""
|
|
|
6235
6421
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6236
6422
|
msgstr ""
|
|
6237
6423
|
|
|
6424
|
+
msgid "Repair"
|
|
6425
|
+
msgstr ""
|
|
6426
|
+
|
|
6238
6427
|
msgid "Replace content source on the target machine"
|
|
6239
6428
|
msgstr ""
|
|
6240
6429
|
|
|
@@ -6253,12 +6442,18 @@ msgstr ""
|
|
|
6253
6442
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6254
6443
|
msgstr ""
|
|
6255
6444
|
|
|
6445
|
+
msgid "Repositories certs reset"
|
|
6446
|
+
msgstr ""
|
|
6447
|
+
|
|
6256
6448
|
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."
|
|
6257
6449
|
msgstr ""
|
|
6258
6450
|
|
|
6259
6451
|
msgid "Repositories from published Content Views are not allowed."
|
|
6260
6452
|
msgstr ""
|
|
6261
6453
|
|
|
6454
|
+
msgid "Repositories gpg reset"
|
|
6455
|
+
msgstr ""
|
|
6456
|
+
|
|
6262
6457
|
msgid "Repository"
|
|
6263
6458
|
msgstr ""
|
|
6264
6459
|
|
|
@@ -6424,12 +6619,18 @@ msgstr ""
|
|
|
6424
6619
|
msgid "Result"
|
|
6425
6620
|
msgstr ""
|
|
6426
6621
|
|
|
6622
|
+
msgid "Retain build profile upon unregistration"
|
|
6623
|
+
msgstr ""
|
|
6624
|
+
|
|
6427
6625
|
msgid "Retrieve a single errata for a host"
|
|
6428
6626
|
msgstr ""
|
|
6429
6627
|
|
|
6430
6628
|
msgid "Return Red Hat (non-custom) products only"
|
|
6431
6629
|
msgstr ""
|
|
6432
6630
|
|
|
6631
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6632
|
+
msgstr ""
|
|
6633
|
+
|
|
6433
6634
|
msgid "Return a list of installed packages distinct by name"
|
|
6434
6635
|
msgstr ""
|
|
6435
6636
|
|
|
@@ -6610,6 +6811,24 @@ msgstr ""
|
|
|
6610
6811
|
msgid "Save"
|
|
6611
6812
|
msgstr "Speichern"
|
|
6612
6813
|
|
|
6814
|
+
msgid "Save Environments"
|
|
6815
|
+
msgstr ""
|
|
6816
|
+
|
|
6817
|
+
msgid "Save artifact"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save distribution references"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6823
|
+
msgid "Save publication"
|
|
6824
|
+
msgstr ""
|
|
6825
|
+
|
|
6826
|
+
msgid "Save version"
|
|
6827
|
+
msgstr ""
|
|
6828
|
+
|
|
6829
|
+
msgid "Save versions"
|
|
6830
|
+
msgstr ""
|
|
6831
|
+
|
|
6613
6832
|
msgid "Saving alternate content source..."
|
|
6614
6833
|
msgstr ""
|
|
6615
6834
|
|
|
@@ -6619,6 +6838,12 @@ msgstr ""
|
|
|
6619
6838
|
msgid "Scan a flatpak remote"
|
|
6620
6839
|
msgstr ""
|
|
6621
6840
|
|
|
6841
|
+
msgid "Scan cdn"
|
|
6842
|
+
msgstr ""
|
|
6843
|
+
|
|
6844
|
+
msgid "Scan remote"
|
|
6845
|
+
msgstr ""
|
|
6846
|
+
|
|
6622
6847
|
msgid "Schema version 1"
|
|
6623
6848
|
msgstr ""
|
|
6624
6849
|
|
|
@@ -6667,6 +6892,9 @@ msgstr ""
|
|
|
6667
6892
|
msgid "Security errata installable"
|
|
6668
6893
|
msgstr ""
|
|
6669
6894
|
|
|
6895
|
+
msgid "See child manifests"
|
|
6896
|
+
msgstr ""
|
|
6897
|
+
|
|
6670
6898
|
msgid "Select"
|
|
6671
6899
|
msgstr ""
|
|
6672
6900
|
|
|
@@ -6778,6 +7006,9 @@ msgstr ""
|
|
|
6778
7006
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6779
7007
|
msgstr ""
|
|
6780
7008
|
|
|
7009
|
+
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."
|
|
7010
|
+
msgstr ""
|
|
7011
|
+
|
|
6781
7012
|
msgid "Select hosts to assign to %s"
|
|
6782
7013
|
msgstr ""
|
|
6783
7014
|
|
|
@@ -6856,10 +7087,13 @@ msgstr ""
|
|
|
6856
7087
|
msgid "Service Level (SLA)"
|
|
6857
7088
|
msgstr ""
|
|
6858
7089
|
|
|
7090
|
+
msgid "Service level"
|
|
7091
|
+
msgstr ""
|
|
7092
|
+
|
|
6859
7093
|
msgid "Service level of host"
|
|
6860
7094
|
msgstr ""
|
|
6861
7095
|
|
|
6862
|
-
msgid "Service level
|
|
7096
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6863
7097
|
msgstr ""
|
|
6864
7098
|
|
|
6865
7099
|
msgid "Set content overrides"
|
|
@@ -6886,9 +7120,6 @@ msgstr ""
|
|
|
6886
7120
|
msgid "Sets the system purpose usage"
|
|
6887
7121
|
msgstr ""
|
|
6888
7122
|
|
|
6889
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6890
|
-
msgstr ""
|
|
6891
|
-
|
|
6892
7123
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6893
7124
|
msgstr ""
|
|
6894
7125
|
|
|
@@ -6898,6 +7129,9 @@ msgstr ""
|
|
|
6898
7129
|
msgid "Severity must be one of: %s"
|
|
6899
7130
|
msgstr ""
|
|
6900
7131
|
|
|
7132
|
+
msgid "Show ${remainingCount} more"
|
|
7133
|
+
msgstr ""
|
|
7134
|
+
|
|
6901
7135
|
msgid "Show %s"
|
|
6902
7136
|
msgstr ""
|
|
6903
7137
|
|
|
@@ -7039,6 +7273,9 @@ msgstr ""
|
|
|
7039
7273
|
msgid "Smart proxy name"
|
|
7040
7274
|
msgstr ""
|
|
7041
7275
|
|
|
7276
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7277
|
+
msgstr ""
|
|
7278
|
+
|
|
7042
7279
|
msgid "Sockets"
|
|
7043
7280
|
msgstr "Sockets"
|
|
7044
7281
|
|
|
@@ -7153,7 +7390,7 @@ msgstr ""
|
|
|
7153
7390
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7154
7391
|
msgstr ""
|
|
7155
7392
|
|
|
7156
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7393
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7157
7394
|
msgstr ""
|
|
7158
7395
|
|
|
7159
7396
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7222,6 +7459,9 @@ msgstr ""
|
|
|
7222
7459
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7223
7460
|
msgstr ""
|
|
7224
7461
|
|
|
7462
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7463
|
+
msgstr ""
|
|
7464
|
+
|
|
7225
7465
|
msgid "Something went wrong! Please check server logs!"
|
|
7226
7466
|
msgstr ""
|
|
7227
7467
|
|
|
@@ -7309,9 +7549,6 @@ msgstr ""
|
|
|
7309
7549
|
msgid "Subscription Details"
|
|
7310
7550
|
msgstr ""
|
|
7311
7551
|
|
|
7312
|
-
msgid "Subscription ID"
|
|
7313
|
-
msgstr ""
|
|
7314
|
-
|
|
7315
7552
|
msgid "Subscription Info"
|
|
7316
7553
|
msgstr ""
|
|
7317
7554
|
|
|
@@ -7327,12 +7564,6 @@ msgstr ""
|
|
|
7327
7564
|
msgid "Subscription Name"
|
|
7328
7565
|
msgstr ""
|
|
7329
7566
|
|
|
7330
|
-
msgid "Subscription Pool id"
|
|
7331
|
-
msgstr ""
|
|
7332
|
-
|
|
7333
|
-
msgid "Subscription Pool uuid"
|
|
7334
|
-
msgstr ""
|
|
7335
|
-
|
|
7336
7567
|
msgid "Subscription UUID"
|
|
7337
7568
|
msgstr ""
|
|
7338
7569
|
|
|
@@ -7384,9 +7615,6 @@ msgstr "Erfolgreich"
|
|
|
7384
7615
|
msgid "Successfully added %s Host(s)."
|
|
7385
7616
|
msgstr ""
|
|
7386
7617
|
|
|
7387
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7388
|
-
msgstr ""
|
|
7389
|
-
|
|
7390
7618
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7391
7619
|
msgstr ""
|
|
7392
7620
|
|
|
@@ -7399,9 +7627,6 @@ msgstr ""
|
|
|
7399
7627
|
msgid "Successfully removed %s Host(s)."
|
|
7400
7628
|
msgstr ""
|
|
7401
7629
|
|
|
7402
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7403
|
-
msgstr ""
|
|
7404
|
-
|
|
7405
7630
|
msgid "Successfully synced capsule."
|
|
7406
7631
|
msgstr ""
|
|
7407
7632
|
|
|
@@ -7420,6 +7645,9 @@ msgstr ""
|
|
|
7420
7645
|
msgid "Supported Content Types"
|
|
7421
7646
|
msgstr ""
|
|
7422
7647
|
|
|
7648
|
+
msgid "Sync"
|
|
7649
|
+
msgstr ""
|
|
7650
|
+
|
|
7423
7651
|
msgid "Sync Canceled"
|
|
7424
7652
|
msgstr ""
|
|
7425
7653
|
|
|
@@ -7474,6 +7702,9 @@ msgstr ""
|
|
|
7474
7702
|
msgid "Sync all repositories for a product"
|
|
7475
7703
|
msgstr ""
|
|
7476
7704
|
|
|
7705
|
+
msgid "Sync capsule"
|
|
7706
|
+
msgstr ""
|
|
7707
|
+
|
|
7477
7708
|
msgid "Sync complete."
|
|
7478
7709
|
msgstr ""
|
|
7479
7710
|
|
|
@@ -7492,6 +7723,9 @@ msgstr ""
|
|
|
7492
7723
|
msgid "Sync state"
|
|
7493
7724
|
msgstr ""
|
|
7494
7725
|
|
|
7726
|
+
msgid "Syncable export"
|
|
7727
|
+
msgstr ""
|
|
7728
|
+
|
|
7495
7729
|
msgid "Synced"
|
|
7496
7730
|
msgstr ""
|
|
7497
7731
|
|
|
@@ -7543,6 +7777,9 @@ msgstr ""
|
|
|
7543
7777
|
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."
|
|
7544
7778
|
msgstr ""
|
|
7545
7779
|
|
|
7780
|
+
msgid "Tag"
|
|
7781
|
+
msgstr ""
|
|
7782
|
+
|
|
7546
7783
|
msgid "Tag name"
|
|
7547
7784
|
msgstr ""
|
|
7548
7785
|
|
|
@@ -7754,9 +7991,6 @@ msgstr ""
|
|
|
7754
7991
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7755
7992
|
msgstr ""
|
|
7756
7993
|
|
|
7757
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7758
|
-
msgstr ""
|
|
7759
|
-
|
|
7760
7994
|
msgid "The subscription cannot be found upstream"
|
|
7761
7995
|
msgstr ""
|
|
7762
7996
|
|
|
@@ -7898,12 +8132,6 @@ msgstr ""
|
|
|
7898
8132
|
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."
|
|
7899
8133
|
msgstr ""
|
|
7900
8134
|
|
|
7901
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7902
|
-
msgstr ""
|
|
7903
|
-
|
|
7904
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7905
|
-
msgstr ""
|
|
7906
|
-
|
|
7907
8135
|
msgid "This is disabled because a manifest task is in progress"
|
|
7908
8136
|
msgstr ""
|
|
7909
8137
|
|
|
@@ -7982,6 +8210,9 @@ msgstr ""
|
|
|
7982
8210
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7983
8211
|
msgstr ""
|
|
7984
8212
|
|
|
8213
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8214
|
+
msgstr ""
|
|
8215
|
+
|
|
7985
8216
|
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."
|
|
7986
8217
|
msgstr ""
|
|
7987
8218
|
|
|
@@ -8003,6 +8234,9 @@ msgstr ""
|
|
|
8003
8234
|
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."
|
|
8004
8235
|
msgstr ""
|
|
8005
8236
|
|
|
8237
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8238
|
+
msgstr ""
|
|
8239
|
+
|
|
8006
8240
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8007
8241
|
msgstr ""
|
|
8008
8242
|
|
|
@@ -8057,12 +8291,6 @@ msgstr ""
|
|
|
8057
8291
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8058
8292
|
msgstr ""
|
|
8059
8293
|
|
|
8060
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8061
|
-
msgstr ""
|
|
8062
|
-
|
|
8063
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8064
|
-
msgstr ""
|
|
8065
|
-
|
|
8066
8294
|
msgid "Try changing your search criteria."
|
|
8067
8295
|
msgstr ""
|
|
8068
8296
|
|
|
@@ -8216,9 +8444,6 @@ msgstr ""
|
|
|
8216
8444
|
msgid "Unapplied Errata"
|
|
8217
8445
|
msgstr ""
|
|
8218
8446
|
|
|
8219
|
-
msgid "Unattach a subscription"
|
|
8220
|
-
msgstr ""
|
|
8221
|
-
|
|
8222
8447
|
msgid "Unfiltered params array: %s."
|
|
8223
8448
|
msgstr ""
|
|
8224
8449
|
|
|
@@ -8330,15 +8555,27 @@ msgstr ""
|
|
|
8330
8555
|
msgid "Update content counts for the smart proxy"
|
|
8331
8556
|
msgstr ""
|
|
8332
8557
|
|
|
8558
|
+
msgid "Update content urls"
|
|
8559
|
+
msgstr ""
|
|
8560
|
+
|
|
8333
8561
|
msgid "Update content view environments for host"
|
|
8334
8562
|
msgstr ""
|
|
8335
8563
|
|
|
8336
8564
|
msgid "Update content view environments for host %s"
|
|
8337
8565
|
msgstr ""
|
|
8338
8566
|
|
|
8567
|
+
msgid "Update distributions"
|
|
8568
|
+
msgstr ""
|
|
8569
|
+
|
|
8339
8570
|
msgid "Update hosts manually"
|
|
8340
8571
|
msgstr ""
|
|
8341
8572
|
|
|
8573
|
+
msgid "Update http proxy"
|
|
8574
|
+
msgstr ""
|
|
8575
|
+
|
|
8576
|
+
msgid "Update http proxy details"
|
|
8577
|
+
msgstr ""
|
|
8578
|
+
|
|
8342
8579
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8343
8580
|
msgstr ""
|
|
8344
8581
|
|
|
@@ -8354,12 +8591,21 @@ msgstr ""
|
|
|
8354
8591
|
msgid "Update packages via Katello interface"
|
|
8355
8592
|
msgstr ""
|
|
8356
8593
|
|
|
8594
|
+
msgid "Update redhat repository"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8357
8597
|
msgid "Update release version for host"
|
|
8358
8598
|
msgstr ""
|
|
8359
8599
|
|
|
8360
8600
|
msgid "Update release version for host %s"
|
|
8361
8601
|
msgstr ""
|
|
8362
8602
|
|
|
8603
|
+
msgid "Update remote"
|
|
8604
|
+
msgstr ""
|
|
8605
|
+
|
|
8606
|
+
msgid "Update repository"
|
|
8607
|
+
msgstr ""
|
|
8608
|
+
|
|
8363
8609
|
msgid "Update services requiring restart"
|
|
8364
8610
|
msgstr ""
|
|
8365
8611
|
|
|
@@ -8450,6 +8696,12 @@ msgstr ""
|
|
|
8450
8696
|
msgid "Upload a subscription manifest"
|
|
8451
8697
|
msgstr ""
|
|
8452
8698
|
|
|
8699
|
+
msgid "Upload content"
|
|
8700
|
+
msgstr ""
|
|
8701
|
+
|
|
8702
|
+
msgid "Upload file"
|
|
8703
|
+
msgstr ""
|
|
8704
|
+
|
|
8453
8705
|
msgid "Upload into"
|
|
8454
8706
|
msgstr ""
|
|
8455
8707
|
|
|
@@ -8459,6 +8711,9 @@ msgstr ""
|
|
|
8459
8711
|
msgid "Upload request id"
|
|
8460
8712
|
msgstr ""
|
|
8461
8713
|
|
|
8714
|
+
msgid "Upload tag"
|
|
8715
|
+
msgstr ""
|
|
8716
|
+
|
|
8462
8717
|
msgid "Upstream Candlepin"
|
|
8463
8718
|
msgstr ""
|
|
8464
8719
|
|
|
@@ -8573,9 +8828,15 @@ msgstr ""
|
|
|
8573
8828
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8574
8829
|
msgstr ""
|
|
8575
8830
|
|
|
8831
|
+
msgid "Verify Content Checksum"
|
|
8832
|
+
msgstr ""
|
|
8833
|
+
|
|
8576
8834
|
msgid "Verify SSL"
|
|
8577
8835
|
msgstr ""
|
|
8578
8836
|
|
|
8837
|
+
msgid "Verify checksum"
|
|
8838
|
+
msgstr ""
|
|
8839
|
+
|
|
8579
8840
|
msgid "Verify checksum for content on smart proxy"
|
|
8580
8841
|
msgstr ""
|
|
8581
8842
|
|
|
@@ -8657,6 +8918,9 @@ msgstr ""
|
|
|
8657
8918
|
msgid "View by"
|
|
8658
8919
|
msgstr ""
|
|
8659
8920
|
|
|
8921
|
+
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."
|
|
8922
|
+
msgstr ""
|
|
8923
|
+
|
|
8660
8924
|
msgid "View content views"
|
|
8661
8925
|
msgstr ""
|
|
8662
8926
|
|
|
@@ -8666,6 +8930,15 @@ msgstr ""
|
|
|
8666
8930
|
msgid "View documentation"
|
|
8667
8931
|
msgstr ""
|
|
8668
8932
|
|
|
8933
|
+
msgid "View here"
|
|
8934
|
+
msgstr ""
|
|
8935
|
+
|
|
8936
|
+
msgid "View labels and annotations"
|
|
8937
|
+
msgstr ""
|
|
8938
|
+
|
|
8939
|
+
msgid "View labels and annotations for image "
|
|
8940
|
+
msgstr ""
|
|
8941
|
+
|
|
8669
8942
|
msgid "View matching content"
|
|
8670
8943
|
msgstr ""
|
|
8671
8944
|
|
|
@@ -8705,6 +8978,9 @@ msgstr ""
|
|
|
8705
8978
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8706
8979
|
msgstr ""
|
|
8707
8980
|
|
|
8981
|
+
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."
|
|
8982
|
+
msgstr ""
|
|
8983
|
+
|
|
8708
8984
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8709
8985
|
msgstr ""
|
|
8710
8986
|
|
|
@@ -8945,9 +9221,6 @@ msgstr ""
|
|
|
8945
9221
|
msgid "attempted to sync without a feed URL"
|
|
8946
9222
|
msgstr ""
|
|
8947
9223
|
|
|
8948
|
-
msgid "auto attach subscriptions upon registration"
|
|
8949
|
-
msgstr ""
|
|
8950
|
-
|
|
8951
9224
|
msgid "base url to perform repo discovery on"
|
|
8952
9225
|
msgstr ""
|
|
8953
9226
|
|
|
@@ -9584,9 +9857,6 @@ msgstr ""
|
|
|
9584
9857
|
msgid "start datetime of synchronization"
|
|
9585
9858
|
msgstr ""
|
|
9586
9859
|
|
|
9587
|
-
msgid "subscriptions not specified"
|
|
9588
|
-
msgstr ""
|
|
9589
|
-
|
|
9590
9860
|
msgid "sync plan description"
|
|
9591
9861
|
msgstr ""
|
|
9592
9862
|
|