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/nl_NL/katello.po
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
#
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: katello 4.
|
|
18
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
21
21
|
"Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2023\n"
|
|
@@ -122,6 +122,9 @@ msgstr ""
|
|
|
122
122
|
msgid "${selectedContentType} will appear here when created."
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
125
|
+
msgid "${totalCount} labels and annotations"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
125
128
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
126
129
|
msgstr ""
|
|
127
130
|
|
|
@@ -460,9 +463,6 @@ msgstr ""
|
|
|
460
463
|
msgid "A remote execution job is in progress."
|
|
461
464
|
msgstr ""
|
|
462
465
|
|
|
463
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
464
|
-
msgstr ""
|
|
465
|
-
|
|
466
466
|
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."
|
|
467
467
|
msgstr ""
|
|
468
468
|
|
|
@@ -478,6 +478,9 @@ msgstr ""
|
|
|
478
478
|
msgid "About page"
|
|
479
479
|
msgstr ""
|
|
480
480
|
|
|
481
|
+
msgid "Abstract async task"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
481
484
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
482
485
|
msgstr ""
|
|
483
486
|
|
|
@@ -565,10 +568,13 @@ msgstr ""
|
|
|
565
568
|
msgid "Add RPM rule"
|
|
566
569
|
msgstr ""
|
|
567
570
|
|
|
568
|
-
msgid "Add
|
|
571
|
+
msgid "Add Red Hat Flatpak remote"
|
|
569
572
|
msgstr ""
|
|
570
573
|
|
|
571
|
-
msgid "Add
|
|
574
|
+
msgid "Add Red Hat flatpak remote"
|
|
575
|
+
msgstr ""
|
|
576
|
+
|
|
577
|
+
msgid "Add Subscriptions"
|
|
572
578
|
msgstr ""
|
|
573
579
|
|
|
574
580
|
msgid "Add an alternate content source"
|
|
@@ -622,6 +628,9 @@ msgstr ""
|
|
|
622
628
|
msgid "Add repositories with package groups to content view to select them here."
|
|
623
629
|
msgstr ""
|
|
624
630
|
|
|
631
|
+
msgid "Add rolling repo clone"
|
|
632
|
+
msgstr ""
|
|
633
|
+
|
|
625
634
|
msgid "Add rule"
|
|
626
635
|
msgstr ""
|
|
627
636
|
|
|
@@ -634,21 +643,24 @@ msgstr ""
|
|
|
634
643
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
635
644
|
msgstr ""
|
|
636
645
|
|
|
637
|
-
msgid "Add subscriptions to one or more hosts"
|
|
638
|
-
msgstr ""
|
|
639
|
-
|
|
640
646
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
641
647
|
msgstr ""
|
|
642
648
|
|
|
643
649
|
msgid "Add to a host collection"
|
|
644
650
|
msgstr ""
|
|
645
651
|
|
|
652
|
+
msgid "Add to host collections"
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
646
655
|
msgid "Added"
|
|
647
656
|
msgstr ""
|
|
648
657
|
|
|
649
658
|
msgid "Added %s"
|
|
650
659
|
msgstr ""
|
|
651
660
|
|
|
661
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
662
|
+
msgstr ""
|
|
663
|
+
|
|
652
664
|
msgid "Added Content:"
|
|
653
665
|
msgstr ""
|
|
654
666
|
|
|
@@ -691,6 +703,9 @@ msgstr ""
|
|
|
691
703
|
msgid "All errata up-to-date"
|
|
692
704
|
msgstr ""
|
|
693
705
|
|
|
706
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
707
|
+
msgstr ""
|
|
708
|
+
|
|
694
709
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
695
710
|
msgstr ""
|
|
696
711
|
|
|
@@ -776,6 +791,9 @@ msgid ""
|
|
|
776
791
|
"%{error_message}"
|
|
777
792
|
msgstr ""
|
|
778
793
|
|
|
794
|
+
msgid "An error occurred while updating host collections"
|
|
795
|
+
msgstr ""
|
|
796
|
+
|
|
779
797
|
msgid "An option to specify how many ostree commits to traverse."
|
|
780
798
|
msgstr ""
|
|
781
799
|
|
|
@@ -908,12 +926,6 @@ msgstr ""
|
|
|
908
926
|
msgid "Array of pools to add"
|
|
909
927
|
msgstr ""
|
|
910
928
|
|
|
911
|
-
msgid "Array of subscriptions to add"
|
|
912
|
-
msgstr ""
|
|
913
|
-
|
|
914
|
-
msgid "Array of subscriptions to remove"
|
|
915
|
-
msgstr ""
|
|
916
|
-
|
|
917
929
|
msgid "Array of uploads to import"
|
|
918
930
|
msgstr ""
|
|
919
931
|
|
|
@@ -970,15 +982,6 @@ msgstr ""
|
|
|
970
982
|
msgid "At least one organization must exist."
|
|
971
983
|
msgstr ""
|
|
972
984
|
|
|
973
|
-
msgid "Attach a subscription"
|
|
974
|
-
msgstr ""
|
|
975
|
-
|
|
976
|
-
msgid "Attach subscriptions"
|
|
977
|
-
msgstr ""
|
|
978
|
-
|
|
979
|
-
msgid "Attach subscriptions to %s"
|
|
980
|
-
msgstr ""
|
|
981
|
-
|
|
982
985
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
983
986
|
msgstr ""
|
|
984
987
|
|
|
@@ -1078,6 +1081,9 @@ msgstr "Maak bladwijzer voor deze zoekactie"
|
|
|
1078
1081
|
msgid "Bookmarks marked as public are available to all users"
|
|
1079
1082
|
msgstr ""
|
|
1080
1083
|
|
|
1084
|
+
msgid "Bootable"
|
|
1085
|
+
msgstr ""
|
|
1086
|
+
|
|
1081
1087
|
msgid "Bootc rollback via Bootc interface"
|
|
1082
1088
|
msgstr ""
|
|
1083
1089
|
|
|
@@ -1090,6 +1096,9 @@ msgstr ""
|
|
|
1090
1096
|
msgid "Bootc upgrade via Bootc interface"
|
|
1091
1097
|
msgstr ""
|
|
1092
1098
|
|
|
1099
|
+
msgid "Booted"
|
|
1100
|
+
msgstr ""
|
|
1101
|
+
|
|
1093
1102
|
msgid "Booted Container Images"
|
|
1094
1103
|
msgstr ""
|
|
1095
1104
|
|
|
@@ -1399,6 +1408,9 @@ msgstr ""
|
|
|
1399
1408
|
msgid "Change content view environments"
|
|
1400
1409
|
msgstr ""
|
|
1401
1410
|
|
|
1411
|
+
msgid "Change host collections"
|
|
1412
|
+
msgstr ""
|
|
1413
|
+
|
|
1402
1414
|
msgid "Change host content source"
|
|
1403
1415
|
msgstr ""
|
|
1404
1416
|
|
|
@@ -1486,6 +1498,9 @@ msgstr ""
|
|
|
1486
1498
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1487
1499
|
msgstr ""
|
|
1488
1500
|
|
|
1501
|
+
msgid "Commit upload"
|
|
1502
|
+
msgstr ""
|
|
1503
|
+
|
|
1489
1504
|
msgid "Compare"
|
|
1490
1505
|
msgstr ""
|
|
1491
1506
|
|
|
@@ -1558,6 +1573,9 @@ msgstr ""
|
|
|
1558
1573
|
msgid "Container image tags"
|
|
1559
1574
|
msgstr ""
|
|
1560
1575
|
|
|
1576
|
+
msgid "Container images"
|
|
1577
|
+
msgstr ""
|
|
1578
|
+
|
|
1561
1579
|
msgid "Container manifest lists"
|
|
1562
1580
|
msgstr ""
|
|
1563
1581
|
|
|
@@ -1837,15 +1855,27 @@ msgstr ""
|
|
|
1837
1855
|
msgid "Copy"
|
|
1838
1856
|
msgstr ""
|
|
1839
1857
|
|
|
1858
|
+
msgid "Copy all units"
|
|
1859
|
+
msgstr ""
|
|
1860
|
+
|
|
1840
1861
|
msgid "Copy an activation key"
|
|
1841
1862
|
msgstr ""
|
|
1842
1863
|
|
|
1864
|
+
msgid "Copy content"
|
|
1865
|
+
msgstr ""
|
|
1866
|
+
|
|
1843
1867
|
msgid "Copy content view"
|
|
1844
1868
|
msgstr ""
|
|
1845
1869
|
|
|
1846
1870
|
msgid "Copy to clipboard"
|
|
1847
1871
|
msgstr ""
|
|
1848
1872
|
|
|
1873
|
+
msgid "Copy version"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1876
|
+
msgid "Copy version units to library"
|
|
1877
|
+
msgstr ""
|
|
1878
|
+
|
|
1849
1879
|
msgid "Cores per socket"
|
|
1850
1880
|
msgstr "Cores per socket"
|
|
1851
1881
|
|
|
@@ -2059,22 +2089,34 @@ msgstr ""
|
|
|
2059
2089
|
msgid "Create content view"
|
|
2060
2090
|
msgstr ""
|
|
2061
2091
|
|
|
2092
|
+
msgid "Create exporter"
|
|
2093
|
+
msgstr ""
|
|
2094
|
+
|
|
2062
2095
|
msgid "Create filter"
|
|
2063
2096
|
msgstr ""
|
|
2064
2097
|
|
|
2065
2098
|
msgid "Create host collection"
|
|
2066
2099
|
msgstr ""
|
|
2067
2100
|
|
|
2101
|
+
msgid "Create import"
|
|
2102
|
+
msgstr ""
|
|
2103
|
+
|
|
2104
|
+
msgid "Create importer"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2068
2107
|
msgid "Create new activation key"
|
|
2069
2108
|
msgstr ""
|
|
2070
2109
|
|
|
2071
2110
|
msgid "Create organization"
|
|
2072
2111
|
msgstr ""
|
|
2073
2112
|
|
|
2074
|
-
msgid "Create
|
|
2113
|
+
msgid "Create publication"
|
|
2114
|
+
msgstr ""
|
|
2115
|
+
|
|
2116
|
+
msgid "Create remote"
|
|
2075
2117
|
msgstr ""
|
|
2076
2118
|
|
|
2077
|
-
msgid "
|
|
2119
|
+
msgid "Creation"
|
|
2078
2120
|
msgstr ""
|
|
2079
2121
|
|
|
2080
2122
|
msgid "Credentials"
|
|
@@ -2338,12 +2380,36 @@ msgstr ""
|
|
|
2338
2380
|
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."
|
|
2339
2381
|
msgstr ""
|
|
2340
2382
|
|
|
2383
|
+
msgid "Delete distributions"
|
|
2384
|
+
msgstr ""
|
|
2385
|
+
|
|
2341
2386
|
msgid "Delete manifest from Red Hat provider"
|
|
2342
2387
|
msgstr ""
|
|
2343
2388
|
|
|
2344
2389
|
msgid "Delete multiple filters from a content view"
|
|
2345
2390
|
msgstr ""
|
|
2346
2391
|
|
|
2392
|
+
msgid "Delete orphan alternate content sources"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphan distributions"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphan remotes"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan repository versions"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphaned migrated repositories"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete remote"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete repository references"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2347
2413
|
msgid "Delete version"
|
|
2348
2414
|
msgstr ""
|
|
2349
2415
|
|
|
@@ -2443,6 +2509,12 @@ msgstr ""
|
|
|
2443
2509
|
msgid "Destroy an environment in an organization"
|
|
2444
2510
|
msgstr ""
|
|
2445
2511
|
|
|
2512
|
+
msgid "Destroy exporter"
|
|
2513
|
+
msgstr ""
|
|
2514
|
+
|
|
2515
|
+
msgid "Destroy importer"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2446
2518
|
msgid "Destroy one or more alternate content sources"
|
|
2447
2519
|
msgstr ""
|
|
2448
2520
|
|
|
@@ -2476,9 +2548,6 @@ msgstr ""
|
|
|
2476
2548
|
msgid "Disable Red Hat Insights."
|
|
2477
2549
|
msgstr ""
|
|
2478
2550
|
|
|
2479
|
-
msgid "Disable Simple Content Access"
|
|
2480
|
-
msgstr ""
|
|
2481
|
-
|
|
2482
2551
|
msgid "Disable a repository from the set"
|
|
2483
2552
|
msgstr ""
|
|
2484
2553
|
|
|
@@ -2491,6 +2560,9 @@ msgstr ""
|
|
|
2491
2560
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2492
2561
|
msgstr ""
|
|
2493
2562
|
|
|
2563
|
+
msgid "Discover"
|
|
2564
|
+
msgstr ""
|
|
2565
|
+
|
|
2494
2566
|
msgid "Discover Repositories"
|
|
2495
2567
|
msgstr ""
|
|
2496
2568
|
|
|
@@ -2542,6 +2614,9 @@ msgstr ""
|
|
|
2542
2614
|
msgid "Edit"
|
|
2543
2615
|
msgstr "Bewerken"
|
|
2544
2616
|
|
|
2617
|
+
msgid "Edit DEB rule"
|
|
2618
|
+
msgstr ""
|
|
2619
|
+
|
|
2545
2620
|
msgid "Edit Flatpak Remote"
|
|
2546
2621
|
msgstr ""
|
|
2547
2622
|
|
|
@@ -2569,9 +2644,6 @@ msgstr ""
|
|
|
2569
2644
|
msgid "Edit filter rule"
|
|
2570
2645
|
msgstr ""
|
|
2571
2646
|
|
|
2572
|
-
msgid "Edit package filter rule"
|
|
2573
|
-
msgstr ""
|
|
2574
|
-
|
|
2575
2647
|
msgid "Edit products"
|
|
2576
2648
|
msgstr ""
|
|
2577
2649
|
|
|
@@ -2614,9 +2686,6 @@ msgstr ""
|
|
|
2614
2686
|
msgid "Enable Red Hat repositories"
|
|
2615
2687
|
msgstr ""
|
|
2616
2688
|
|
|
2617
|
-
msgid "Enable Simple Content Access"
|
|
2618
|
-
msgstr ""
|
|
2619
|
-
|
|
2620
2689
|
msgid "Enable Tracer"
|
|
2621
2690
|
msgstr ""
|
|
2622
2691
|
|
|
@@ -2629,9 +2698,6 @@ msgstr ""
|
|
|
2629
2698
|
msgid "Enable repository sets"
|
|
2630
2699
|
msgstr ""
|
|
2631
2700
|
|
|
2632
|
-
msgid "Enable structured APT for deb content"
|
|
2633
|
-
msgstr ""
|
|
2634
|
-
|
|
2635
2701
|
msgid "Enable/Disable auto publish of composite view"
|
|
2636
2702
|
msgstr ""
|
|
2637
2703
|
|
|
@@ -2692,6 +2758,9 @@ msgstr "Omgeving IDs"
|
|
|
2692
2758
|
msgid "Environment cannot be in its own promotion path"
|
|
2693
2759
|
msgstr ""
|
|
2694
2760
|
|
|
2761
|
+
msgid "Environment contents refresh"
|
|
2762
|
+
msgstr ""
|
|
2763
|
+
|
|
2695
2764
|
msgid "Environment identifier"
|
|
2696
2765
|
msgstr ""
|
|
2697
2766
|
|
|
@@ -2731,6 +2800,9 @@ msgstr ""
|
|
|
2731
2800
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2732
2801
|
msgstr ""
|
|
2733
2802
|
|
|
2803
|
+
msgid "Errata mail"
|
|
2804
|
+
msgstr ""
|
|
2805
|
+
|
|
2734
2806
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2735
2807
|
msgstr ""
|
|
2736
2808
|
|
|
@@ -2896,6 +2968,9 @@ msgstr ""
|
|
|
2896
2968
|
msgid "Fetch installable errata for one or more hosts."
|
|
2897
2969
|
msgstr ""
|
|
2898
2970
|
|
|
2971
|
+
msgid "Fetch pxe files"
|
|
2972
|
+
msgstr ""
|
|
2973
|
+
|
|
2899
2974
|
msgid "Fetch traces for one or more hosts"
|
|
2900
2975
|
msgstr ""
|
|
2901
2976
|
|
|
@@ -2989,6 +3064,9 @@ msgstr ""
|
|
|
2989
3064
|
msgid "Filter versions that are components in the specified composite version"
|
|
2990
3065
|
msgstr ""
|
|
2991
3066
|
|
|
3067
|
+
msgid "Filtered index content"
|
|
3068
|
+
msgstr ""
|
|
3069
|
+
|
|
2992
3070
|
msgid "Filters"
|
|
2993
3071
|
msgstr ""
|
|
2994
3072
|
|
|
@@ -3010,6 +3088,9 @@ msgstr ""
|
|
|
3010
3088
|
msgid "Finished"
|
|
3011
3089
|
msgstr ""
|
|
3012
3090
|
|
|
3091
|
+
msgid "Flatpak"
|
|
3092
|
+
msgstr ""
|
|
3093
|
+
|
|
3013
3094
|
msgid "Flatpak Remote ${name} created"
|
|
3014
3095
|
msgstr ""
|
|
3015
3096
|
|
|
@@ -3102,9 +3183,15 @@ msgstr ""
|
|
|
3102
3183
|
msgid "Generate host applicability"
|
|
3103
3184
|
msgstr ""
|
|
3104
3185
|
|
|
3186
|
+
msgid "Generate metadata"
|
|
3187
|
+
msgstr ""
|
|
3188
|
+
|
|
3105
3189
|
msgid "Generate repository applicability"
|
|
3106
3190
|
msgstr ""
|
|
3107
3191
|
|
|
3192
|
+
msgid "Generate username and password"
|
|
3193
|
+
msgstr ""
|
|
3194
|
+
|
|
3108
3195
|
msgid "Generated"
|
|
3109
3196
|
msgstr ""
|
|
3110
3197
|
|
|
@@ -3339,6 +3426,12 @@ msgstr ""
|
|
|
3339
3426
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3340
3427
|
msgstr ""
|
|
3341
3428
|
|
|
3429
|
+
msgid "Hypervisors"
|
|
3430
|
+
msgstr ""
|
|
3431
|
+
|
|
3432
|
+
msgid "Hypervisors update"
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3342
3435
|
msgid "ID"
|
|
3343
3436
|
msgstr ""
|
|
3344
3437
|
|
|
@@ -3527,12 +3620,6 @@ msgstr ""
|
|
|
3527
3620
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3528
3621
|
msgstr ""
|
|
3529
3622
|
|
|
3530
|
-
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'."
|
|
3531
|
-
msgstr ""
|
|
3532
|
-
|
|
3533
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3534
|
-
msgstr ""
|
|
3535
|
-
|
|
3536
3623
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3537
3624
|
msgstr ""
|
|
3538
3625
|
|
|
@@ -3662,6 +3749,9 @@ msgstr ""
|
|
|
3662
3749
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3663
3750
|
msgstr ""
|
|
3664
3751
|
|
|
3752
|
+
msgid "Import migration"
|
|
3753
|
+
msgstr ""
|
|
3754
|
+
|
|
3665
3755
|
msgid "Import new manifest"
|
|
3666
3756
|
msgstr ""
|
|
3667
3757
|
|
|
@@ -3671,6 +3761,12 @@ msgstr ""
|
|
|
3671
3761
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3672
3762
|
msgstr ""
|
|
3673
3763
|
|
|
3764
|
+
msgid "Import repository upload"
|
|
3765
|
+
msgstr ""
|
|
3766
|
+
|
|
3767
|
+
msgid "Import upload"
|
|
3768
|
+
msgstr ""
|
|
3769
|
+
|
|
3674
3770
|
msgid "Import uploads into a repository"
|
|
3675
3771
|
msgstr ""
|
|
3676
3772
|
|
|
@@ -3737,6 +3833,9 @@ msgstr ""
|
|
|
3737
3833
|
msgid "Incremental Update incomplete."
|
|
3738
3834
|
msgstr ""
|
|
3739
3835
|
|
|
3836
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3837
|
+
msgstr ""
|
|
3838
|
+
|
|
3740
3839
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3741
3840
|
msgstr ""
|
|
3742
3841
|
|
|
@@ -3749,12 +3848,27 @@ msgstr ""
|
|
|
3749
3848
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3750
3849
|
msgstr ""
|
|
3751
3850
|
|
|
3851
|
+
msgid "Index content"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3854
|
+
msgid "Index errata"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3857
|
+
msgid "Index module streams"
|
|
3858
|
+
msgstr ""
|
|
3859
|
+
|
|
3860
|
+
msgid "Index package groups"
|
|
3861
|
+
msgstr ""
|
|
3862
|
+
|
|
3752
3863
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3753
3864
|
msgstr ""
|
|
3754
3865
|
|
|
3755
3866
|
msgid "Inherit from Repository"
|
|
3756
3867
|
msgstr ""
|
|
3757
3868
|
|
|
3869
|
+
msgid "Initialize"
|
|
3870
|
+
msgstr ""
|
|
3871
|
+
|
|
3758
3872
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3759
3873
|
msgstr ""
|
|
3760
3874
|
|
|
@@ -3830,9 +3944,15 @@ msgstr ""
|
|
|
3830
3944
|
msgid "Installing Package..."
|
|
3831
3945
|
msgstr ""
|
|
3832
3946
|
|
|
3947
|
+
msgid "Instance update"
|
|
3948
|
+
msgstr ""
|
|
3949
|
+
|
|
3833
3950
|
msgid "Instance-based"
|
|
3834
3951
|
msgstr ""
|
|
3835
3952
|
|
|
3953
|
+
msgid "Insufficient space for selected hosts"
|
|
3954
|
+
msgstr ""
|
|
3955
|
+
|
|
3836
3956
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3837
3957
|
msgstr ""
|
|
3838
3958
|
|
|
@@ -3956,6 +4076,9 @@ msgstr ""
|
|
|
3956
4076
|
msgid "It's not possible to promote a rolling content view."
|
|
3957
4077
|
msgstr ""
|
|
3958
4078
|
|
|
4079
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4080
|
+
msgstr ""
|
|
4081
|
+
|
|
3959
4082
|
msgid "It's not possible to publish a rolling content view."
|
|
3960
4083
|
msgstr ""
|
|
3961
4084
|
|
|
@@ -4064,6 +4187,15 @@ msgstr ""
|
|
|
4064
4187
|
msgid "Label of the flatpak remote"
|
|
4065
4188
|
msgstr ""
|
|
4066
4189
|
|
|
4190
|
+
msgid "Labels"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4193
|
+
msgid "Labels and annotations"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
msgid "Labels | Annotations"
|
|
4197
|
+
msgstr ""
|
|
4198
|
+
|
|
4067
4199
|
msgid "Last check-in:"
|
|
4068
4200
|
msgstr ""
|
|
4069
4201
|
|
|
@@ -4166,6 +4298,9 @@ msgstr ""
|
|
|
4166
4298
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4167
4299
|
msgstr ""
|
|
4168
4300
|
|
|
4301
|
+
msgid "Limit"
|
|
4302
|
+
msgstr ""
|
|
4303
|
+
|
|
4169
4304
|
msgid "Limit actions to content in the host's environment."
|
|
4170
4305
|
msgstr ""
|
|
4171
4306
|
|
|
@@ -4355,6 +4490,9 @@ msgstr ""
|
|
|
4355
4490
|
msgid "List of hypervisor guest uuids"
|
|
4356
4491
|
msgstr ""
|
|
4357
4492
|
|
|
4493
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4494
|
+
msgstr ""
|
|
4495
|
+
|
|
4358
4496
|
msgid "List of package group names (Deprecated)"
|
|
4359
4497
|
msgstr ""
|
|
4360
4498
|
|
|
@@ -4493,12 +4631,18 @@ msgstr ""
|
|
|
4493
4631
|
msgid "Manifest"
|
|
4494
4632
|
msgstr ""
|
|
4495
4633
|
|
|
4634
|
+
msgid "Manifest Details"
|
|
4635
|
+
msgstr ""
|
|
4636
|
+
|
|
4496
4637
|
msgid "Manifest History"
|
|
4497
4638
|
msgstr ""
|
|
4498
4639
|
|
|
4499
4640
|
msgid "Manifest deleted"
|
|
4500
4641
|
msgstr ""
|
|
4501
4642
|
|
|
4643
|
+
msgid "Manifest digest"
|
|
4644
|
+
msgstr ""
|
|
4645
|
+
|
|
4502
4646
|
msgid "Manifest does not have a valid subscription"
|
|
4503
4647
|
msgstr ""
|
|
4504
4648
|
|
|
@@ -4583,6 +4727,9 @@ msgstr "Bericht"
|
|
|
4583
4727
|
msgid "Messaging connection"
|
|
4584
4728
|
msgstr ""
|
|
4585
4729
|
|
|
4730
|
+
msgid "Metadata generate"
|
|
4731
|
+
msgstr ""
|
|
4732
|
+
|
|
4586
4733
|
msgid ""
|
|
4587
4734
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4588
4735
|
"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."
|
|
@@ -4621,6 +4768,9 @@ msgstr ""
|
|
|
4621
4768
|
msgid "Moderate"
|
|
4622
4769
|
msgstr ""
|
|
4623
4770
|
|
|
4771
|
+
msgid "Modified"
|
|
4772
|
+
msgstr ""
|
|
4773
|
+
|
|
4624
4774
|
msgid "Modify via remote execution"
|
|
4625
4775
|
msgstr ""
|
|
4626
4776
|
|
|
@@ -4648,6 +4798,15 @@ msgstr ""
|
|
|
4648
4798
|
msgid "Multi Content View Environment"
|
|
4649
4799
|
msgstr ""
|
|
4650
4800
|
|
|
4801
|
+
msgid "Multi copy all units"
|
|
4802
|
+
msgstr ""
|
|
4803
|
+
|
|
4804
|
+
msgid "Multi copy content"
|
|
4805
|
+
msgstr ""
|
|
4806
|
+
|
|
4807
|
+
msgid "Multi copy units"
|
|
4808
|
+
msgstr ""
|
|
4809
|
+
|
|
4651
4810
|
msgid "Multi-entitlement"
|
|
4652
4811
|
msgstr ""
|
|
4653
4812
|
|
|
@@ -4948,6 +5107,9 @@ msgstr ""
|
|
|
4948
5107
|
msgid "No items have been specified."
|
|
4949
5108
|
msgstr ""
|
|
4950
5109
|
|
|
5110
|
+
msgid "No labels"
|
|
5111
|
+
msgstr ""
|
|
5112
|
+
|
|
4951
5113
|
msgid "No manifest file uploaded"
|
|
4952
5114
|
msgstr ""
|
|
4953
5115
|
|
|
@@ -5263,9 +5425,6 @@ msgstr ""
|
|
|
5263
5425
|
msgid "Organization ID"
|
|
5264
5426
|
msgstr ""
|
|
5265
5427
|
|
|
5266
|
-
msgid "Organization ID is required"
|
|
5267
|
-
msgstr ""
|
|
5268
|
-
|
|
5269
5428
|
msgid "Organization ID or title"
|
|
5270
5429
|
msgstr ""
|
|
5271
5430
|
|
|
@@ -5290,6 +5449,9 @@ msgstr ""
|
|
|
5290
5449
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5291
5450
|
msgstr ""
|
|
5292
5451
|
|
|
5452
|
+
msgid "Organization must be specified when providing product by name."
|
|
5453
|
+
msgstr ""
|
|
5454
|
+
|
|
5293
5455
|
msgid "Organization not found"
|
|
5294
5456
|
msgstr ""
|
|
5295
5457
|
|
|
@@ -5691,6 +5853,9 @@ msgstr ""
|
|
|
5691
5853
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5692
5854
|
msgstr ""
|
|
5693
5855
|
|
|
5856
|
+
msgid "Product must be specified."
|
|
5857
|
+
msgstr ""
|
|
5858
|
+
|
|
5694
5859
|
msgid "Product name"
|
|
5695
5860
|
msgstr ""
|
|
5696
5861
|
|
|
@@ -5751,6 +5916,9 @@ msgstr ""
|
|
|
5751
5916
|
msgid "Promotion to Environment"
|
|
5752
5917
|
msgstr ""
|
|
5753
5918
|
|
|
5919
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5920
|
+
msgstr ""
|
|
5921
|
+
|
|
5754
5922
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5755
5923
|
msgstr ""
|
|
5756
5924
|
|
|
@@ -5850,6 +6018,9 @@ msgstr ""
|
|
|
5850
6018
|
msgid "Pulp task error"
|
|
5851
6019
|
msgstr ""
|
|
5852
6020
|
|
|
6021
|
+
msgid "Purge completed tasks"
|
|
6022
|
+
msgstr ""
|
|
6023
|
+
|
|
5853
6024
|
msgid "Python Package"
|
|
5854
6025
|
msgstr ""
|
|
5855
6026
|
|
|
@@ -5877,15 +6048,6 @@ msgstr ""
|
|
|
5877
6048
|
msgid "Quantity of entitlements to bind"
|
|
5878
6049
|
msgstr ""
|
|
5879
6050
|
|
|
5880
|
-
msgid "Quantity of specified subscription to remove"
|
|
5881
|
-
msgstr ""
|
|
5882
|
-
|
|
5883
|
-
msgid "Quantity of this subscription to add"
|
|
5884
|
-
msgstr ""
|
|
5885
|
-
|
|
5886
|
-
msgid "Quantity of this subscriptions to add"
|
|
5887
|
-
msgstr ""
|
|
5888
|
-
|
|
5889
6051
|
msgid "Quantity to Allocate"
|
|
5890
6052
|
msgstr ""
|
|
5891
6053
|
|
|
@@ -5958,6 +6120,9 @@ msgstr ""
|
|
|
5958
6120
|
msgid "Reclaim Space"
|
|
5959
6121
|
msgstr ""
|
|
5960
6122
|
|
|
6123
|
+
msgid "Reclaim space"
|
|
6124
|
+
msgstr ""
|
|
6125
|
+
|
|
5961
6126
|
msgid "Reclaim space from On Demand repositories"
|
|
5962
6127
|
msgstr ""
|
|
5963
6128
|
|
|
@@ -6024,6 +6189,9 @@ msgstr ""
|
|
|
6024
6189
|
msgid "Refresh all alternate content sources"
|
|
6025
6190
|
msgstr ""
|
|
6026
6191
|
|
|
6192
|
+
msgid "Refresh all distributions"
|
|
6193
|
+
msgstr ""
|
|
6194
|
+
|
|
6027
6195
|
msgid "Refresh alternate content sources"
|
|
6028
6196
|
msgstr ""
|
|
6029
6197
|
|
|
@@ -6036,15 +6204,27 @@ msgstr ""
|
|
|
6036
6204
|
msgid "Refresh counts"
|
|
6037
6205
|
msgstr ""
|
|
6038
6206
|
|
|
6207
|
+
msgid "Refresh distribution"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6039
6210
|
msgid "Refresh errata applicability"
|
|
6040
6211
|
msgstr ""
|
|
6041
6212
|
|
|
6213
|
+
msgid "Refresh if needed"
|
|
6214
|
+
msgstr ""
|
|
6215
|
+
|
|
6042
6216
|
msgid "Refresh package applicability"
|
|
6043
6217
|
msgstr ""
|
|
6044
6218
|
|
|
6045
6219
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6046
6220
|
msgstr ""
|
|
6047
6221
|
|
|
6222
|
+
msgid "Refresh remote"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6225
|
+
msgid "Refresh repos"
|
|
6226
|
+
msgstr ""
|
|
6227
|
+
|
|
6048
6228
|
msgid "Refresh source"
|
|
6049
6229
|
msgstr ""
|
|
6050
6230
|
|
|
@@ -6054,9 +6234,6 @@ msgstr ""
|
|
|
6054
6234
|
msgid "Register a host with subscription and information"
|
|
6055
6235
|
msgstr ""
|
|
6056
6236
|
|
|
6057
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6058
|
-
msgstr ""
|
|
6059
|
-
|
|
6060
6237
|
msgid "Registered"
|
|
6061
6238
|
msgstr ""
|
|
6062
6239
|
|
|
@@ -6090,6 +6267,9 @@ msgstr ""
|
|
|
6090
6267
|
msgid "Registry token expiration time"
|
|
6091
6268
|
msgstr ""
|
|
6092
6269
|
|
|
6270
|
+
msgid "Reindex subscriptions"
|
|
6271
|
+
msgstr ""
|
|
6272
|
+
|
|
6093
6273
|
msgid "Related composite content views"
|
|
6094
6274
|
msgstr ""
|
|
6095
6275
|
|
|
@@ -6165,6 +6345,9 @@ msgstr ""
|
|
|
6165
6345
|
msgid "Remove from environments"
|
|
6166
6346
|
msgstr ""
|
|
6167
6347
|
|
|
6348
|
+
msgid "Remove from host collections"
|
|
6349
|
+
msgstr ""
|
|
6350
|
+
|
|
6168
6351
|
msgid "Remove host from collections"
|
|
6169
6352
|
msgstr ""
|
|
6170
6353
|
|
|
@@ -6186,6 +6369,9 @@ msgstr ""
|
|
|
6186
6369
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6187
6370
|
msgstr ""
|
|
6188
6371
|
|
|
6372
|
+
msgid "Remove orphans"
|
|
6373
|
+
msgstr ""
|
|
6374
|
+
|
|
6189
6375
|
msgid "Remove package group via Katello interface"
|
|
6190
6376
|
msgstr ""
|
|
6191
6377
|
|
|
@@ -6201,16 +6387,13 @@ msgstr ""
|
|
|
6201
6387
|
msgid "Remove products from sync plan"
|
|
6202
6388
|
msgstr ""
|
|
6203
6389
|
|
|
6204
|
-
msgid "Remove
|
|
6205
|
-
msgstr ""
|
|
6206
|
-
|
|
6207
|
-
msgid "Remove subscriptions from %s"
|
|
6390
|
+
msgid "Remove rolling repo clone"
|
|
6208
6391
|
msgstr ""
|
|
6209
6392
|
|
|
6210
|
-
msgid "Remove
|
|
6393
|
+
msgid "Remove units"
|
|
6211
6394
|
msgstr ""
|
|
6212
6395
|
|
|
6213
|
-
msgid "Remove
|
|
6396
|
+
msgid "Remove unneeded repos"
|
|
6214
6397
|
msgstr ""
|
|
6215
6398
|
|
|
6216
6399
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
@@ -6219,6 +6402,9 @@ msgstr ""
|
|
|
6219
6402
|
msgid "Remove versions from environments"
|
|
6220
6403
|
msgstr ""
|
|
6221
6404
|
|
|
6405
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6406
|
+
msgstr ""
|
|
6407
|
+
|
|
6222
6408
|
msgid "Removed component from content view"
|
|
6223
6409
|
msgstr ""
|
|
6224
6410
|
|
|
@@ -6237,6 +6423,9 @@ msgstr ""
|
|
|
6237
6423
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6238
6424
|
msgstr ""
|
|
6239
6425
|
|
|
6426
|
+
msgid "Repair"
|
|
6427
|
+
msgstr ""
|
|
6428
|
+
|
|
6240
6429
|
msgid "Replace content source on the target machine"
|
|
6241
6430
|
msgstr ""
|
|
6242
6431
|
|
|
@@ -6255,12 +6444,18 @@ msgstr ""
|
|
|
6255
6444
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6256
6445
|
msgstr ""
|
|
6257
6446
|
|
|
6447
|
+
msgid "Repositories certs reset"
|
|
6448
|
+
msgstr ""
|
|
6449
|
+
|
|
6258
6450
|
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."
|
|
6259
6451
|
msgstr ""
|
|
6260
6452
|
|
|
6261
6453
|
msgid "Repositories from published Content Views are not allowed."
|
|
6262
6454
|
msgstr ""
|
|
6263
6455
|
|
|
6456
|
+
msgid "Repositories gpg reset"
|
|
6457
|
+
msgstr ""
|
|
6458
|
+
|
|
6264
6459
|
msgid "Repository"
|
|
6265
6460
|
msgstr ""
|
|
6266
6461
|
|
|
@@ -6426,12 +6621,18 @@ msgstr ""
|
|
|
6426
6621
|
msgid "Result"
|
|
6427
6622
|
msgstr "Resultaat"
|
|
6428
6623
|
|
|
6624
|
+
msgid "Retain build profile upon unregistration"
|
|
6625
|
+
msgstr ""
|
|
6626
|
+
|
|
6429
6627
|
msgid "Retrieve a single errata for a host"
|
|
6430
6628
|
msgstr ""
|
|
6431
6629
|
|
|
6432
6630
|
msgid "Return Red Hat (non-custom) products only"
|
|
6433
6631
|
msgstr ""
|
|
6434
6632
|
|
|
6633
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6634
|
+
msgstr ""
|
|
6635
|
+
|
|
6435
6636
|
msgid "Return a list of installed packages distinct by name"
|
|
6436
6637
|
msgstr ""
|
|
6437
6638
|
|
|
@@ -6612,6 +6813,24 @@ msgstr ""
|
|
|
6612
6813
|
msgid "Save"
|
|
6613
6814
|
msgstr "Opslaan"
|
|
6614
6815
|
|
|
6816
|
+
msgid "Save Environments"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
6819
|
+
msgid "Save artifact"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save distribution references"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6825
|
+
msgid "Save publication"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6828
|
+
msgid "Save version"
|
|
6829
|
+
msgstr ""
|
|
6830
|
+
|
|
6831
|
+
msgid "Save versions"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6615
6834
|
msgid "Saving alternate content source..."
|
|
6616
6835
|
msgstr ""
|
|
6617
6836
|
|
|
@@ -6621,6 +6840,12 @@ msgstr ""
|
|
|
6621
6840
|
msgid "Scan a flatpak remote"
|
|
6622
6841
|
msgstr ""
|
|
6623
6842
|
|
|
6843
|
+
msgid "Scan cdn"
|
|
6844
|
+
msgstr ""
|
|
6845
|
+
|
|
6846
|
+
msgid "Scan remote"
|
|
6847
|
+
msgstr ""
|
|
6848
|
+
|
|
6624
6849
|
msgid "Schema version 1"
|
|
6625
6850
|
msgstr ""
|
|
6626
6851
|
|
|
@@ -6669,6 +6894,9 @@ msgstr ""
|
|
|
6669
6894
|
msgid "Security errata installable"
|
|
6670
6895
|
msgstr ""
|
|
6671
6896
|
|
|
6897
|
+
msgid "See child manifests"
|
|
6898
|
+
msgstr ""
|
|
6899
|
+
|
|
6672
6900
|
msgid "Select"
|
|
6673
6901
|
msgstr ""
|
|
6674
6902
|
|
|
@@ -6780,6 +7008,9 @@ msgstr ""
|
|
|
6780
7008
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6781
7009
|
msgstr ""
|
|
6782
7010
|
|
|
7011
|
+
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."
|
|
7012
|
+
msgstr ""
|
|
7013
|
+
|
|
6783
7014
|
msgid "Select hosts to assign to %s"
|
|
6784
7015
|
msgstr ""
|
|
6785
7016
|
|
|
@@ -6858,10 +7089,13 @@ msgstr ""
|
|
|
6858
7089
|
msgid "Service Level (SLA)"
|
|
6859
7090
|
msgstr ""
|
|
6860
7091
|
|
|
7092
|
+
msgid "Service level"
|
|
7093
|
+
msgstr ""
|
|
7094
|
+
|
|
6861
7095
|
msgid "Service level of host"
|
|
6862
7096
|
msgstr ""
|
|
6863
7097
|
|
|
6864
|
-
msgid "Service level
|
|
7098
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6865
7099
|
msgstr ""
|
|
6866
7100
|
|
|
6867
7101
|
msgid "Set content overrides"
|
|
@@ -6888,9 +7122,6 @@ msgstr ""
|
|
|
6888
7122
|
msgid "Sets the system purpose usage"
|
|
6889
7123
|
msgstr ""
|
|
6890
7124
|
|
|
6891
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6892
|
-
msgstr ""
|
|
6893
|
-
|
|
6894
7125
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6895
7126
|
msgstr ""
|
|
6896
7127
|
|
|
@@ -6900,6 +7131,9 @@ msgstr ""
|
|
|
6900
7131
|
msgid "Severity must be one of: %s"
|
|
6901
7132
|
msgstr ""
|
|
6902
7133
|
|
|
7134
|
+
msgid "Show ${remainingCount} more"
|
|
7135
|
+
msgstr ""
|
|
7136
|
+
|
|
6903
7137
|
msgid "Show %s"
|
|
6904
7138
|
msgstr ""
|
|
6905
7139
|
|
|
@@ -7041,6 +7275,9 @@ msgstr ""
|
|
|
7041
7275
|
msgid "Smart proxy name"
|
|
7042
7276
|
msgstr ""
|
|
7043
7277
|
|
|
7278
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7279
|
+
msgstr ""
|
|
7280
|
+
|
|
7044
7281
|
msgid "Sockets"
|
|
7045
7282
|
msgstr ""
|
|
7046
7283
|
|
|
@@ -7155,7 +7392,7 @@ msgstr ""
|
|
|
7155
7392
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7156
7393
|
msgstr ""
|
|
7157
7394
|
|
|
7158
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7395
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7159
7396
|
msgstr ""
|
|
7160
7397
|
|
|
7161
7398
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7224,6 +7461,9 @@ msgstr ""
|
|
|
7224
7461
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7225
7462
|
msgstr ""
|
|
7226
7463
|
|
|
7464
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7465
|
+
msgstr ""
|
|
7466
|
+
|
|
7227
7467
|
msgid "Something went wrong! Please check server logs!"
|
|
7228
7468
|
msgstr ""
|
|
7229
7469
|
|
|
@@ -7311,9 +7551,6 @@ msgstr ""
|
|
|
7311
7551
|
msgid "Subscription Details"
|
|
7312
7552
|
msgstr ""
|
|
7313
7553
|
|
|
7314
|
-
msgid "Subscription ID"
|
|
7315
|
-
msgstr ""
|
|
7316
|
-
|
|
7317
7554
|
msgid "Subscription Info"
|
|
7318
7555
|
msgstr ""
|
|
7319
7556
|
|
|
@@ -7329,12 +7566,6 @@ msgstr ""
|
|
|
7329
7566
|
msgid "Subscription Name"
|
|
7330
7567
|
msgstr ""
|
|
7331
7568
|
|
|
7332
|
-
msgid "Subscription Pool id"
|
|
7333
|
-
msgstr ""
|
|
7334
|
-
|
|
7335
|
-
msgid "Subscription Pool uuid"
|
|
7336
|
-
msgstr ""
|
|
7337
|
-
|
|
7338
7569
|
msgid "Subscription UUID"
|
|
7339
7570
|
msgstr ""
|
|
7340
7571
|
|
|
@@ -7386,9 +7617,6 @@ msgstr "Gelukt."
|
|
|
7386
7617
|
msgid "Successfully added %s Host(s)."
|
|
7387
7618
|
msgstr ""
|
|
7388
7619
|
|
|
7389
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7390
|
-
msgstr ""
|
|
7391
|
-
|
|
7392
7620
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7393
7621
|
msgstr ""
|
|
7394
7622
|
|
|
@@ -7401,9 +7629,6 @@ msgstr ""
|
|
|
7401
7629
|
msgid "Successfully removed %s Host(s)."
|
|
7402
7630
|
msgstr ""
|
|
7403
7631
|
|
|
7404
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7405
|
-
msgstr ""
|
|
7406
|
-
|
|
7407
7632
|
msgid "Successfully synced capsule."
|
|
7408
7633
|
msgstr ""
|
|
7409
7634
|
|
|
@@ -7422,6 +7647,9 @@ msgstr ""
|
|
|
7422
7647
|
msgid "Supported Content Types"
|
|
7423
7648
|
msgstr ""
|
|
7424
7649
|
|
|
7650
|
+
msgid "Sync"
|
|
7651
|
+
msgstr ""
|
|
7652
|
+
|
|
7425
7653
|
msgid "Sync Canceled"
|
|
7426
7654
|
msgstr ""
|
|
7427
7655
|
|
|
@@ -7476,6 +7704,9 @@ msgstr ""
|
|
|
7476
7704
|
msgid "Sync all repositories for a product"
|
|
7477
7705
|
msgstr ""
|
|
7478
7706
|
|
|
7707
|
+
msgid "Sync capsule"
|
|
7708
|
+
msgstr ""
|
|
7709
|
+
|
|
7479
7710
|
msgid "Sync complete."
|
|
7480
7711
|
msgstr ""
|
|
7481
7712
|
|
|
@@ -7494,6 +7725,9 @@ msgstr ""
|
|
|
7494
7725
|
msgid "Sync state"
|
|
7495
7726
|
msgstr ""
|
|
7496
7727
|
|
|
7728
|
+
msgid "Syncable export"
|
|
7729
|
+
msgstr ""
|
|
7730
|
+
|
|
7497
7731
|
msgid "Synced"
|
|
7498
7732
|
msgstr ""
|
|
7499
7733
|
|
|
@@ -7545,6 +7779,9 @@ msgstr ""
|
|
|
7545
7779
|
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."
|
|
7546
7780
|
msgstr ""
|
|
7547
7781
|
|
|
7782
|
+
msgid "Tag"
|
|
7783
|
+
msgstr ""
|
|
7784
|
+
|
|
7548
7785
|
msgid "Tag name"
|
|
7549
7786
|
msgstr ""
|
|
7550
7787
|
|
|
@@ -7756,9 +7993,6 @@ msgstr ""
|
|
|
7756
7993
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7757
7994
|
msgstr ""
|
|
7758
7995
|
|
|
7759
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7760
|
-
msgstr ""
|
|
7761
|
-
|
|
7762
7996
|
msgid "The subscription cannot be found upstream"
|
|
7763
7997
|
msgstr ""
|
|
7764
7998
|
|
|
@@ -7900,12 +8134,6 @@ msgstr ""
|
|
|
7900
8134
|
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."
|
|
7901
8135
|
msgstr ""
|
|
7902
8136
|
|
|
7903
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7904
|
-
msgstr ""
|
|
7905
|
-
|
|
7906
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7907
|
-
msgstr ""
|
|
7908
|
-
|
|
7909
8137
|
msgid "This is disabled because a manifest task is in progress"
|
|
7910
8138
|
msgstr ""
|
|
7911
8139
|
|
|
@@ -7984,6 +8212,9 @@ msgstr ""
|
|
|
7984
8212
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7985
8213
|
msgstr ""
|
|
7986
8214
|
|
|
8215
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8216
|
+
msgstr ""
|
|
8217
|
+
|
|
7987
8218
|
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."
|
|
7988
8219
|
msgstr ""
|
|
7989
8220
|
|
|
@@ -8005,6 +8236,9 @@ msgstr ""
|
|
|
8005
8236
|
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."
|
|
8006
8237
|
msgstr ""
|
|
8007
8238
|
|
|
8239
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8240
|
+
msgstr ""
|
|
8241
|
+
|
|
8008
8242
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8009
8243
|
msgstr ""
|
|
8010
8244
|
|
|
@@ -8059,12 +8293,6 @@ msgstr ""
|
|
|
8059
8293
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8060
8294
|
msgstr ""
|
|
8061
8295
|
|
|
8062
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8063
|
-
msgstr ""
|
|
8064
|
-
|
|
8065
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8066
|
-
msgstr ""
|
|
8067
|
-
|
|
8068
8296
|
msgid "Try changing your search criteria."
|
|
8069
8297
|
msgstr ""
|
|
8070
8298
|
|
|
@@ -8218,9 +8446,6 @@ msgstr ""
|
|
|
8218
8446
|
msgid "Unapplied Errata"
|
|
8219
8447
|
msgstr ""
|
|
8220
8448
|
|
|
8221
|
-
msgid "Unattach a subscription"
|
|
8222
|
-
msgstr ""
|
|
8223
|
-
|
|
8224
8449
|
msgid "Unfiltered params array: %s."
|
|
8225
8450
|
msgstr ""
|
|
8226
8451
|
|
|
@@ -8332,15 +8557,27 @@ msgstr ""
|
|
|
8332
8557
|
msgid "Update content counts for the smart proxy"
|
|
8333
8558
|
msgstr ""
|
|
8334
8559
|
|
|
8560
|
+
msgid "Update content urls"
|
|
8561
|
+
msgstr ""
|
|
8562
|
+
|
|
8335
8563
|
msgid "Update content view environments for host"
|
|
8336
8564
|
msgstr ""
|
|
8337
8565
|
|
|
8338
8566
|
msgid "Update content view environments for host %s"
|
|
8339
8567
|
msgstr ""
|
|
8340
8568
|
|
|
8569
|
+
msgid "Update distributions"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8341
8572
|
msgid "Update hosts manually"
|
|
8342
8573
|
msgstr ""
|
|
8343
8574
|
|
|
8575
|
+
msgid "Update http proxy"
|
|
8576
|
+
msgstr ""
|
|
8577
|
+
|
|
8578
|
+
msgid "Update http proxy details"
|
|
8579
|
+
msgstr ""
|
|
8580
|
+
|
|
8344
8581
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8345
8582
|
msgstr ""
|
|
8346
8583
|
|
|
@@ -8356,12 +8593,21 @@ msgstr ""
|
|
|
8356
8593
|
msgid "Update packages via Katello interface"
|
|
8357
8594
|
msgstr ""
|
|
8358
8595
|
|
|
8596
|
+
msgid "Update redhat repository"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8359
8599
|
msgid "Update release version for host"
|
|
8360
8600
|
msgstr ""
|
|
8361
8601
|
|
|
8362
8602
|
msgid "Update release version for host %s"
|
|
8363
8603
|
msgstr ""
|
|
8364
8604
|
|
|
8605
|
+
msgid "Update remote"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8608
|
+
msgid "Update repository"
|
|
8609
|
+
msgstr ""
|
|
8610
|
+
|
|
8365
8611
|
msgid "Update services requiring restart"
|
|
8366
8612
|
msgstr ""
|
|
8367
8613
|
|
|
@@ -8452,6 +8698,12 @@ msgstr ""
|
|
|
8452
8698
|
msgid "Upload a subscription manifest"
|
|
8453
8699
|
msgstr ""
|
|
8454
8700
|
|
|
8701
|
+
msgid "Upload content"
|
|
8702
|
+
msgstr ""
|
|
8703
|
+
|
|
8704
|
+
msgid "Upload file"
|
|
8705
|
+
msgstr ""
|
|
8706
|
+
|
|
8455
8707
|
msgid "Upload into"
|
|
8456
8708
|
msgstr ""
|
|
8457
8709
|
|
|
@@ -8461,6 +8713,9 @@ msgstr ""
|
|
|
8461
8713
|
msgid "Upload request id"
|
|
8462
8714
|
msgstr ""
|
|
8463
8715
|
|
|
8716
|
+
msgid "Upload tag"
|
|
8717
|
+
msgstr ""
|
|
8718
|
+
|
|
8464
8719
|
msgid "Upstream Candlepin"
|
|
8465
8720
|
msgstr ""
|
|
8466
8721
|
|
|
@@ -8575,9 +8830,15 @@ msgstr ""
|
|
|
8575
8830
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8576
8831
|
msgstr ""
|
|
8577
8832
|
|
|
8833
|
+
msgid "Verify Content Checksum"
|
|
8834
|
+
msgstr ""
|
|
8835
|
+
|
|
8578
8836
|
msgid "Verify SSL"
|
|
8579
8837
|
msgstr ""
|
|
8580
8838
|
|
|
8839
|
+
msgid "Verify checksum"
|
|
8840
|
+
msgstr ""
|
|
8841
|
+
|
|
8581
8842
|
msgid "Verify checksum for content on smart proxy"
|
|
8582
8843
|
msgstr ""
|
|
8583
8844
|
|
|
@@ -8659,6 +8920,9 @@ msgstr ""
|
|
|
8659
8920
|
msgid "View by"
|
|
8660
8921
|
msgstr ""
|
|
8661
8922
|
|
|
8923
|
+
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."
|
|
8924
|
+
msgstr ""
|
|
8925
|
+
|
|
8662
8926
|
msgid "View content views"
|
|
8663
8927
|
msgstr ""
|
|
8664
8928
|
|
|
@@ -8668,6 +8932,15 @@ msgstr ""
|
|
|
8668
8932
|
msgid "View documentation"
|
|
8669
8933
|
msgstr ""
|
|
8670
8934
|
|
|
8935
|
+
msgid "View here"
|
|
8936
|
+
msgstr ""
|
|
8937
|
+
|
|
8938
|
+
msgid "View labels and annotations"
|
|
8939
|
+
msgstr ""
|
|
8940
|
+
|
|
8941
|
+
msgid "View labels and annotations for image "
|
|
8942
|
+
msgstr ""
|
|
8943
|
+
|
|
8671
8944
|
msgid "View matching content"
|
|
8672
8945
|
msgstr ""
|
|
8673
8946
|
|
|
@@ -8707,6 +8980,9 @@ msgstr ""
|
|
|
8707
8980
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8708
8981
|
msgstr ""
|
|
8709
8982
|
|
|
8983
|
+
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."
|
|
8984
|
+
msgstr ""
|
|
8985
|
+
|
|
8710
8986
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8711
8987
|
msgstr ""
|
|
8712
8988
|
|
|
@@ -8947,9 +9223,6 @@ msgstr ""
|
|
|
8947
9223
|
msgid "attempted to sync without a feed URL"
|
|
8948
9224
|
msgstr ""
|
|
8949
9225
|
|
|
8950
|
-
msgid "auto attach subscriptions upon registration"
|
|
8951
|
-
msgstr ""
|
|
8952
|
-
|
|
8953
9226
|
msgid "base url to perform repo discovery on"
|
|
8954
9227
|
msgstr ""
|
|
8955
9228
|
|
|
@@ -9586,9 +9859,6 @@ msgstr ""
|
|
|
9586
9859
|
msgid "start datetime of synchronization"
|
|
9587
9860
|
msgstr ""
|
|
9588
9861
|
|
|
9589
|
-
msgid "subscriptions not specified"
|
|
9590
|
-
msgstr ""
|
|
9591
|
-
|
|
9592
9862
|
msgid "sync plan description"
|
|
9593
9863
|
msgstr ""
|
|
9594
9864
|
|