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