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