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/pl_PL/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: Polish (Poland) (https://app.transifex.com/foreman/teams/114/pl"
|
|
@@ -113,6 +113,9 @@ msgstr ""
|
|
|
113
113
|
msgid "${selectedContentType} will appear here when created."
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
|
+
msgid "${totalCount} labels and annotations"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
116
119
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
117
120
|
msgstr ""
|
|
118
121
|
|
|
@@ -451,9 +454,6 @@ msgstr ""
|
|
|
451
454
|
msgid "A remote execution job is in progress."
|
|
452
455
|
msgstr ""
|
|
453
456
|
|
|
454
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
455
|
-
msgstr ""
|
|
456
|
-
|
|
457
457
|
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."
|
|
458
458
|
msgstr ""
|
|
459
459
|
|
|
@@ -469,6 +469,9 @@ msgstr ""
|
|
|
469
469
|
msgid "About page"
|
|
470
470
|
msgstr ""
|
|
471
471
|
|
|
472
|
+
msgid "Abstract async task"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
472
475
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
473
476
|
msgstr ""
|
|
474
477
|
|
|
@@ -556,10 +559,13 @@ msgstr ""
|
|
|
556
559
|
msgid "Add RPM rule"
|
|
557
560
|
msgstr ""
|
|
558
561
|
|
|
559
|
-
msgid "Add
|
|
562
|
+
msgid "Add Red Hat Flatpak remote"
|
|
560
563
|
msgstr ""
|
|
561
564
|
|
|
562
|
-
msgid "Add
|
|
565
|
+
msgid "Add Red Hat flatpak remote"
|
|
566
|
+
msgstr ""
|
|
567
|
+
|
|
568
|
+
msgid "Add Subscriptions"
|
|
563
569
|
msgstr ""
|
|
564
570
|
|
|
565
571
|
msgid "Add an alternate content source"
|
|
@@ -613,6 +619,9 @@ msgstr ""
|
|
|
613
619
|
msgid "Add repositories with package groups to content view to select them here."
|
|
614
620
|
msgstr ""
|
|
615
621
|
|
|
622
|
+
msgid "Add rolling repo clone"
|
|
623
|
+
msgstr ""
|
|
624
|
+
|
|
616
625
|
msgid "Add rule"
|
|
617
626
|
msgstr ""
|
|
618
627
|
|
|
@@ -625,21 +634,24 @@ msgstr ""
|
|
|
625
634
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
626
635
|
msgstr ""
|
|
627
636
|
|
|
628
|
-
msgid "Add subscriptions to one or more hosts"
|
|
629
|
-
msgstr ""
|
|
630
|
-
|
|
631
637
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
632
638
|
msgstr ""
|
|
633
639
|
|
|
634
640
|
msgid "Add to a host collection"
|
|
635
641
|
msgstr ""
|
|
636
642
|
|
|
643
|
+
msgid "Add to host collections"
|
|
644
|
+
msgstr ""
|
|
645
|
+
|
|
637
646
|
msgid "Added"
|
|
638
647
|
msgstr ""
|
|
639
648
|
|
|
640
649
|
msgid "Added %s"
|
|
641
650
|
msgstr ""
|
|
642
651
|
|
|
652
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
643
655
|
msgid "Added Content:"
|
|
644
656
|
msgstr ""
|
|
645
657
|
|
|
@@ -682,6 +694,9 @@ msgstr ""
|
|
|
682
694
|
msgid "All errata up-to-date"
|
|
683
695
|
msgstr ""
|
|
684
696
|
|
|
697
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
685
700
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
686
701
|
msgstr ""
|
|
687
702
|
|
|
@@ -767,6 +782,9 @@ msgid ""
|
|
|
767
782
|
"%{error_message}"
|
|
768
783
|
msgstr ""
|
|
769
784
|
|
|
785
|
+
msgid "An error occurred while updating host collections"
|
|
786
|
+
msgstr ""
|
|
787
|
+
|
|
770
788
|
msgid "An option to specify how many ostree commits to traverse."
|
|
771
789
|
msgstr ""
|
|
772
790
|
|
|
@@ -899,12 +917,6 @@ msgstr ""
|
|
|
899
917
|
msgid "Array of pools to add"
|
|
900
918
|
msgstr ""
|
|
901
919
|
|
|
902
|
-
msgid "Array of subscriptions to add"
|
|
903
|
-
msgstr ""
|
|
904
|
-
|
|
905
|
-
msgid "Array of subscriptions to remove"
|
|
906
|
-
msgstr ""
|
|
907
|
-
|
|
908
920
|
msgid "Array of uploads to import"
|
|
909
921
|
msgstr ""
|
|
910
922
|
|
|
@@ -961,15 +973,6 @@ msgstr ""
|
|
|
961
973
|
msgid "At least one organization must exist."
|
|
962
974
|
msgstr ""
|
|
963
975
|
|
|
964
|
-
msgid "Attach a subscription"
|
|
965
|
-
msgstr ""
|
|
966
|
-
|
|
967
|
-
msgid "Attach subscriptions"
|
|
968
|
-
msgstr ""
|
|
969
|
-
|
|
970
|
-
msgid "Attach subscriptions to %s"
|
|
971
|
-
msgstr ""
|
|
972
|
-
|
|
973
976
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
974
977
|
msgstr ""
|
|
975
978
|
|
|
@@ -1069,6 +1072,9 @@ msgstr ""
|
|
|
1069
1072
|
msgid "Bookmarks marked as public are available to all users"
|
|
1070
1073
|
msgstr ""
|
|
1071
1074
|
|
|
1075
|
+
msgid "Bootable"
|
|
1076
|
+
msgstr ""
|
|
1077
|
+
|
|
1072
1078
|
msgid "Bootc rollback via Bootc interface"
|
|
1073
1079
|
msgstr ""
|
|
1074
1080
|
|
|
@@ -1081,6 +1087,9 @@ msgstr ""
|
|
|
1081
1087
|
msgid "Bootc upgrade via Bootc interface"
|
|
1082
1088
|
msgstr ""
|
|
1083
1089
|
|
|
1090
|
+
msgid "Booted"
|
|
1091
|
+
msgstr ""
|
|
1092
|
+
|
|
1084
1093
|
msgid "Booted Container Images"
|
|
1085
1094
|
msgstr ""
|
|
1086
1095
|
|
|
@@ -1390,6 +1399,9 @@ msgstr ""
|
|
|
1390
1399
|
msgid "Change content view environments"
|
|
1391
1400
|
msgstr ""
|
|
1392
1401
|
|
|
1402
|
+
msgid "Change host collections"
|
|
1403
|
+
msgstr ""
|
|
1404
|
+
|
|
1393
1405
|
msgid "Change host content source"
|
|
1394
1406
|
msgstr ""
|
|
1395
1407
|
|
|
@@ -1477,6 +1489,9 @@ msgstr ""
|
|
|
1477
1489
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1478
1490
|
msgstr ""
|
|
1479
1491
|
|
|
1492
|
+
msgid "Commit upload"
|
|
1493
|
+
msgstr ""
|
|
1494
|
+
|
|
1480
1495
|
msgid "Compare"
|
|
1481
1496
|
msgstr ""
|
|
1482
1497
|
|
|
@@ -1549,6 +1564,9 @@ msgstr ""
|
|
|
1549
1564
|
msgid "Container image tags"
|
|
1550
1565
|
msgstr ""
|
|
1551
1566
|
|
|
1567
|
+
msgid "Container images"
|
|
1568
|
+
msgstr ""
|
|
1569
|
+
|
|
1552
1570
|
msgid "Container manifest lists"
|
|
1553
1571
|
msgstr ""
|
|
1554
1572
|
|
|
@@ -1828,15 +1846,27 @@ msgstr ""
|
|
|
1828
1846
|
msgid "Copy"
|
|
1829
1847
|
msgstr ""
|
|
1830
1848
|
|
|
1849
|
+
msgid "Copy all units"
|
|
1850
|
+
msgstr ""
|
|
1851
|
+
|
|
1831
1852
|
msgid "Copy an activation key"
|
|
1832
1853
|
msgstr ""
|
|
1833
1854
|
|
|
1855
|
+
msgid "Copy content"
|
|
1856
|
+
msgstr ""
|
|
1857
|
+
|
|
1834
1858
|
msgid "Copy content view"
|
|
1835
1859
|
msgstr ""
|
|
1836
1860
|
|
|
1837
1861
|
msgid "Copy to clipboard"
|
|
1838
1862
|
msgstr ""
|
|
1839
1863
|
|
|
1864
|
+
msgid "Copy version"
|
|
1865
|
+
msgstr ""
|
|
1866
|
+
|
|
1867
|
+
msgid "Copy version units to library"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1840
1870
|
msgid "Cores per socket"
|
|
1841
1871
|
msgstr ""
|
|
1842
1872
|
|
|
@@ -2050,22 +2080,34 @@ msgstr ""
|
|
|
2050
2080
|
msgid "Create content view"
|
|
2051
2081
|
msgstr ""
|
|
2052
2082
|
|
|
2083
|
+
msgid "Create exporter"
|
|
2084
|
+
msgstr ""
|
|
2085
|
+
|
|
2053
2086
|
msgid "Create filter"
|
|
2054
2087
|
msgstr ""
|
|
2055
2088
|
|
|
2056
2089
|
msgid "Create host collection"
|
|
2057
2090
|
msgstr ""
|
|
2058
2091
|
|
|
2092
|
+
msgid "Create import"
|
|
2093
|
+
msgstr ""
|
|
2094
|
+
|
|
2095
|
+
msgid "Create importer"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2059
2098
|
msgid "Create new activation key"
|
|
2060
2099
|
msgstr ""
|
|
2061
2100
|
|
|
2062
2101
|
msgid "Create organization"
|
|
2063
2102
|
msgstr ""
|
|
2064
2103
|
|
|
2065
|
-
msgid "Create
|
|
2104
|
+
msgid "Create publication"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2107
|
+
msgid "Create remote"
|
|
2066
2108
|
msgstr ""
|
|
2067
2109
|
|
|
2068
|
-
msgid "
|
|
2110
|
+
msgid "Creation"
|
|
2069
2111
|
msgstr ""
|
|
2070
2112
|
|
|
2071
2113
|
msgid "Credentials"
|
|
@@ -2329,12 +2371,36 @@ msgstr ""
|
|
|
2329
2371
|
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."
|
|
2330
2372
|
msgstr ""
|
|
2331
2373
|
|
|
2374
|
+
msgid "Delete distributions"
|
|
2375
|
+
msgstr ""
|
|
2376
|
+
|
|
2332
2377
|
msgid "Delete manifest from Red Hat provider"
|
|
2333
2378
|
msgstr ""
|
|
2334
2379
|
|
|
2335
2380
|
msgid "Delete multiple filters from a content view"
|
|
2336
2381
|
msgstr ""
|
|
2337
2382
|
|
|
2383
|
+
msgid "Delete orphan alternate content sources"
|
|
2384
|
+
msgstr ""
|
|
2385
|
+
|
|
2386
|
+
msgid "Delete orphan distributions"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2389
|
+
msgid "Delete orphan remotes"
|
|
2390
|
+
msgstr ""
|
|
2391
|
+
|
|
2392
|
+
msgid "Delete orphan repository versions"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphaned migrated repositories"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete remote"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete repository references"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2338
2404
|
msgid "Delete version"
|
|
2339
2405
|
msgstr ""
|
|
2340
2406
|
|
|
@@ -2434,6 +2500,12 @@ msgstr ""
|
|
|
2434
2500
|
msgid "Destroy an environment in an organization"
|
|
2435
2501
|
msgstr ""
|
|
2436
2502
|
|
|
2503
|
+
msgid "Destroy exporter"
|
|
2504
|
+
msgstr ""
|
|
2505
|
+
|
|
2506
|
+
msgid "Destroy importer"
|
|
2507
|
+
msgstr ""
|
|
2508
|
+
|
|
2437
2509
|
msgid "Destroy one or more alternate content sources"
|
|
2438
2510
|
msgstr ""
|
|
2439
2511
|
|
|
@@ -2467,9 +2539,6 @@ msgstr ""
|
|
|
2467
2539
|
msgid "Disable Red Hat Insights."
|
|
2468
2540
|
msgstr ""
|
|
2469
2541
|
|
|
2470
|
-
msgid "Disable Simple Content Access"
|
|
2471
|
-
msgstr ""
|
|
2472
|
-
|
|
2473
2542
|
msgid "Disable a repository from the set"
|
|
2474
2543
|
msgstr ""
|
|
2475
2544
|
|
|
@@ -2482,6 +2551,9 @@ msgstr ""
|
|
|
2482
2551
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2483
2552
|
msgstr ""
|
|
2484
2553
|
|
|
2554
|
+
msgid "Discover"
|
|
2555
|
+
msgstr ""
|
|
2556
|
+
|
|
2485
2557
|
msgid "Discover Repositories"
|
|
2486
2558
|
msgstr ""
|
|
2487
2559
|
|
|
@@ -2533,6 +2605,9 @@ msgstr ""
|
|
|
2533
2605
|
msgid "Edit"
|
|
2534
2606
|
msgstr ""
|
|
2535
2607
|
|
|
2608
|
+
msgid "Edit DEB rule"
|
|
2609
|
+
msgstr ""
|
|
2610
|
+
|
|
2536
2611
|
msgid "Edit Flatpak Remote"
|
|
2537
2612
|
msgstr ""
|
|
2538
2613
|
|
|
@@ -2560,9 +2635,6 @@ msgstr ""
|
|
|
2560
2635
|
msgid "Edit filter rule"
|
|
2561
2636
|
msgstr ""
|
|
2562
2637
|
|
|
2563
|
-
msgid "Edit package filter rule"
|
|
2564
|
-
msgstr ""
|
|
2565
|
-
|
|
2566
2638
|
msgid "Edit products"
|
|
2567
2639
|
msgstr ""
|
|
2568
2640
|
|
|
@@ -2605,9 +2677,6 @@ msgstr ""
|
|
|
2605
2677
|
msgid "Enable Red Hat repositories"
|
|
2606
2678
|
msgstr ""
|
|
2607
2679
|
|
|
2608
|
-
msgid "Enable Simple Content Access"
|
|
2609
|
-
msgstr ""
|
|
2610
|
-
|
|
2611
2680
|
msgid "Enable Tracer"
|
|
2612
2681
|
msgstr ""
|
|
2613
2682
|
|
|
@@ -2620,9 +2689,6 @@ msgstr ""
|
|
|
2620
2689
|
msgid "Enable repository sets"
|
|
2621
2690
|
msgstr ""
|
|
2622
2691
|
|
|
2623
|
-
msgid "Enable structured APT for deb content"
|
|
2624
|
-
msgstr ""
|
|
2625
|
-
|
|
2626
2692
|
msgid "Enable/Disable auto publish of composite view"
|
|
2627
2693
|
msgstr ""
|
|
2628
2694
|
|
|
@@ -2683,6 +2749,9 @@ msgstr ""
|
|
|
2683
2749
|
msgid "Environment cannot be in its own promotion path"
|
|
2684
2750
|
msgstr ""
|
|
2685
2751
|
|
|
2752
|
+
msgid "Environment contents refresh"
|
|
2753
|
+
msgstr ""
|
|
2754
|
+
|
|
2686
2755
|
msgid "Environment identifier"
|
|
2687
2756
|
msgstr ""
|
|
2688
2757
|
|
|
@@ -2722,6 +2791,9 @@ msgstr ""
|
|
|
2722
2791
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2723
2792
|
msgstr ""
|
|
2724
2793
|
|
|
2794
|
+
msgid "Errata mail"
|
|
2795
|
+
msgstr ""
|
|
2796
|
+
|
|
2725
2797
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2726
2798
|
msgstr ""
|
|
2727
2799
|
|
|
@@ -2887,6 +2959,9 @@ msgstr ""
|
|
|
2887
2959
|
msgid "Fetch installable errata for one or more hosts."
|
|
2888
2960
|
msgstr ""
|
|
2889
2961
|
|
|
2962
|
+
msgid "Fetch pxe files"
|
|
2963
|
+
msgstr ""
|
|
2964
|
+
|
|
2890
2965
|
msgid "Fetch traces for one or more hosts"
|
|
2891
2966
|
msgstr ""
|
|
2892
2967
|
|
|
@@ -2980,6 +3055,9 @@ msgstr ""
|
|
|
2980
3055
|
msgid "Filter versions that are components in the specified composite version"
|
|
2981
3056
|
msgstr ""
|
|
2982
3057
|
|
|
3058
|
+
msgid "Filtered index content"
|
|
3059
|
+
msgstr ""
|
|
3060
|
+
|
|
2983
3061
|
msgid "Filters"
|
|
2984
3062
|
msgstr ""
|
|
2985
3063
|
|
|
@@ -3001,6 +3079,9 @@ msgstr ""
|
|
|
3001
3079
|
msgid "Finished"
|
|
3002
3080
|
msgstr ""
|
|
3003
3081
|
|
|
3082
|
+
msgid "Flatpak"
|
|
3083
|
+
msgstr ""
|
|
3084
|
+
|
|
3004
3085
|
msgid "Flatpak Remote ${name} created"
|
|
3005
3086
|
msgstr ""
|
|
3006
3087
|
|
|
@@ -3093,9 +3174,15 @@ msgstr ""
|
|
|
3093
3174
|
msgid "Generate host applicability"
|
|
3094
3175
|
msgstr ""
|
|
3095
3176
|
|
|
3177
|
+
msgid "Generate metadata"
|
|
3178
|
+
msgstr ""
|
|
3179
|
+
|
|
3096
3180
|
msgid "Generate repository applicability"
|
|
3097
3181
|
msgstr ""
|
|
3098
3182
|
|
|
3183
|
+
msgid "Generate username and password"
|
|
3184
|
+
msgstr ""
|
|
3185
|
+
|
|
3099
3186
|
msgid "Generated"
|
|
3100
3187
|
msgstr ""
|
|
3101
3188
|
|
|
@@ -3330,6 +3417,12 @@ msgstr ""
|
|
|
3330
3417
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3331
3418
|
msgstr ""
|
|
3332
3419
|
|
|
3420
|
+
msgid "Hypervisors"
|
|
3421
|
+
msgstr ""
|
|
3422
|
+
|
|
3423
|
+
msgid "Hypervisors update"
|
|
3424
|
+
msgstr ""
|
|
3425
|
+
|
|
3333
3426
|
msgid "ID"
|
|
3334
3427
|
msgstr ""
|
|
3335
3428
|
|
|
@@ -3518,12 +3611,6 @@ msgstr ""
|
|
|
3518
3611
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3519
3612
|
msgstr ""
|
|
3520
3613
|
|
|
3521
|
-
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'."
|
|
3522
|
-
msgstr ""
|
|
3523
|
-
|
|
3524
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3525
|
-
msgstr ""
|
|
3526
|
-
|
|
3527
3614
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3528
3615
|
msgstr ""
|
|
3529
3616
|
|
|
@@ -3653,6 +3740,9 @@ msgstr ""
|
|
|
3653
3740
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3654
3741
|
msgstr ""
|
|
3655
3742
|
|
|
3743
|
+
msgid "Import migration"
|
|
3744
|
+
msgstr ""
|
|
3745
|
+
|
|
3656
3746
|
msgid "Import new manifest"
|
|
3657
3747
|
msgstr ""
|
|
3658
3748
|
|
|
@@ -3662,6 +3752,12 @@ msgstr ""
|
|
|
3662
3752
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3663
3753
|
msgstr ""
|
|
3664
3754
|
|
|
3755
|
+
msgid "Import repository upload"
|
|
3756
|
+
msgstr ""
|
|
3757
|
+
|
|
3758
|
+
msgid "Import upload"
|
|
3759
|
+
msgstr ""
|
|
3760
|
+
|
|
3665
3761
|
msgid "Import uploads into a repository"
|
|
3666
3762
|
msgstr ""
|
|
3667
3763
|
|
|
@@ -3728,6 +3824,9 @@ msgstr ""
|
|
|
3728
3824
|
msgid "Incremental Update incomplete."
|
|
3729
3825
|
msgstr ""
|
|
3730
3826
|
|
|
3827
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3828
|
+
msgstr ""
|
|
3829
|
+
|
|
3731
3830
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3732
3831
|
msgstr ""
|
|
3733
3832
|
|
|
@@ -3740,12 +3839,27 @@ msgstr ""
|
|
|
3740
3839
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3741
3840
|
msgstr ""
|
|
3742
3841
|
|
|
3842
|
+
msgid "Index content"
|
|
3843
|
+
msgstr ""
|
|
3844
|
+
|
|
3845
|
+
msgid "Index errata"
|
|
3846
|
+
msgstr ""
|
|
3847
|
+
|
|
3848
|
+
msgid "Index module streams"
|
|
3849
|
+
msgstr ""
|
|
3850
|
+
|
|
3851
|
+
msgid "Index package groups"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3743
3854
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3744
3855
|
msgstr ""
|
|
3745
3856
|
|
|
3746
3857
|
msgid "Inherit from Repository"
|
|
3747
3858
|
msgstr ""
|
|
3748
3859
|
|
|
3860
|
+
msgid "Initialize"
|
|
3861
|
+
msgstr ""
|
|
3862
|
+
|
|
3749
3863
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3750
3864
|
msgstr ""
|
|
3751
3865
|
|
|
@@ -3821,9 +3935,15 @@ msgstr ""
|
|
|
3821
3935
|
msgid "Installing Package..."
|
|
3822
3936
|
msgstr ""
|
|
3823
3937
|
|
|
3938
|
+
msgid "Instance update"
|
|
3939
|
+
msgstr ""
|
|
3940
|
+
|
|
3824
3941
|
msgid "Instance-based"
|
|
3825
3942
|
msgstr ""
|
|
3826
3943
|
|
|
3944
|
+
msgid "Insufficient space for selected hosts"
|
|
3945
|
+
msgstr ""
|
|
3946
|
+
|
|
3827
3947
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3828
3948
|
msgstr ""
|
|
3829
3949
|
|
|
@@ -3947,6 +4067,9 @@ msgstr ""
|
|
|
3947
4067
|
msgid "It's not possible to promote a rolling content view."
|
|
3948
4068
|
msgstr ""
|
|
3949
4069
|
|
|
4070
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4071
|
+
msgstr ""
|
|
4072
|
+
|
|
3950
4073
|
msgid "It's not possible to publish a rolling content view."
|
|
3951
4074
|
msgstr ""
|
|
3952
4075
|
|
|
@@ -4055,6 +4178,15 @@ msgstr ""
|
|
|
4055
4178
|
msgid "Label of the flatpak remote"
|
|
4056
4179
|
msgstr ""
|
|
4057
4180
|
|
|
4181
|
+
msgid "Labels"
|
|
4182
|
+
msgstr ""
|
|
4183
|
+
|
|
4184
|
+
msgid "Labels and annotations"
|
|
4185
|
+
msgstr ""
|
|
4186
|
+
|
|
4187
|
+
msgid "Labels | Annotations"
|
|
4188
|
+
msgstr ""
|
|
4189
|
+
|
|
4058
4190
|
msgid "Last check-in:"
|
|
4059
4191
|
msgstr ""
|
|
4060
4192
|
|
|
@@ -4157,6 +4289,9 @@ msgstr ""
|
|
|
4157
4289
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4158
4290
|
msgstr ""
|
|
4159
4291
|
|
|
4292
|
+
msgid "Limit"
|
|
4293
|
+
msgstr ""
|
|
4294
|
+
|
|
4160
4295
|
msgid "Limit actions to content in the host's environment."
|
|
4161
4296
|
msgstr ""
|
|
4162
4297
|
|
|
@@ -4346,6 +4481,9 @@ msgstr ""
|
|
|
4346
4481
|
msgid "List of hypervisor guest uuids"
|
|
4347
4482
|
msgstr ""
|
|
4348
4483
|
|
|
4484
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4485
|
+
msgstr ""
|
|
4486
|
+
|
|
4349
4487
|
msgid "List of package group names (Deprecated)"
|
|
4350
4488
|
msgstr ""
|
|
4351
4489
|
|
|
@@ -4484,12 +4622,18 @@ msgstr ""
|
|
|
4484
4622
|
msgid "Manifest"
|
|
4485
4623
|
msgstr ""
|
|
4486
4624
|
|
|
4625
|
+
msgid "Manifest Details"
|
|
4626
|
+
msgstr ""
|
|
4627
|
+
|
|
4487
4628
|
msgid "Manifest History"
|
|
4488
4629
|
msgstr ""
|
|
4489
4630
|
|
|
4490
4631
|
msgid "Manifest deleted"
|
|
4491
4632
|
msgstr ""
|
|
4492
4633
|
|
|
4634
|
+
msgid "Manifest digest"
|
|
4635
|
+
msgstr ""
|
|
4636
|
+
|
|
4493
4637
|
msgid "Manifest does not have a valid subscription"
|
|
4494
4638
|
msgstr ""
|
|
4495
4639
|
|
|
@@ -4574,6 +4718,9 @@ msgstr ""
|
|
|
4574
4718
|
msgid "Messaging connection"
|
|
4575
4719
|
msgstr ""
|
|
4576
4720
|
|
|
4721
|
+
msgid "Metadata generate"
|
|
4722
|
+
msgstr ""
|
|
4723
|
+
|
|
4577
4724
|
msgid ""
|
|
4578
4725
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4579
4726
|
"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."
|
|
@@ -4612,6 +4759,9 @@ msgstr ""
|
|
|
4612
4759
|
msgid "Moderate"
|
|
4613
4760
|
msgstr ""
|
|
4614
4761
|
|
|
4762
|
+
msgid "Modified"
|
|
4763
|
+
msgstr ""
|
|
4764
|
+
|
|
4615
4765
|
msgid "Modify via remote execution"
|
|
4616
4766
|
msgstr ""
|
|
4617
4767
|
|
|
@@ -4639,6 +4789,15 @@ msgstr ""
|
|
|
4639
4789
|
msgid "Multi Content View Environment"
|
|
4640
4790
|
msgstr ""
|
|
4641
4791
|
|
|
4792
|
+
msgid "Multi copy all units"
|
|
4793
|
+
msgstr ""
|
|
4794
|
+
|
|
4795
|
+
msgid "Multi copy content"
|
|
4796
|
+
msgstr ""
|
|
4797
|
+
|
|
4798
|
+
msgid "Multi copy units"
|
|
4799
|
+
msgstr ""
|
|
4800
|
+
|
|
4642
4801
|
msgid "Multi-entitlement"
|
|
4643
4802
|
msgstr ""
|
|
4644
4803
|
|
|
@@ -4939,6 +5098,9 @@ msgstr ""
|
|
|
4939
5098
|
msgid "No items have been specified."
|
|
4940
5099
|
msgstr ""
|
|
4941
5100
|
|
|
5101
|
+
msgid "No labels"
|
|
5102
|
+
msgstr ""
|
|
5103
|
+
|
|
4942
5104
|
msgid "No manifest file uploaded"
|
|
4943
5105
|
msgstr ""
|
|
4944
5106
|
|
|
@@ -5254,9 +5416,6 @@ msgstr ""
|
|
|
5254
5416
|
msgid "Organization ID"
|
|
5255
5417
|
msgstr ""
|
|
5256
5418
|
|
|
5257
|
-
msgid "Organization ID is required"
|
|
5258
|
-
msgstr ""
|
|
5259
|
-
|
|
5260
5419
|
msgid "Organization ID or title"
|
|
5261
5420
|
msgstr ""
|
|
5262
5421
|
|
|
@@ -5281,6 +5440,9 @@ msgstr ""
|
|
|
5281
5440
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5282
5441
|
msgstr ""
|
|
5283
5442
|
|
|
5443
|
+
msgid "Organization must be specified when providing product by name."
|
|
5444
|
+
msgstr ""
|
|
5445
|
+
|
|
5284
5446
|
msgid "Organization not found"
|
|
5285
5447
|
msgstr ""
|
|
5286
5448
|
|
|
@@ -5682,6 +5844,9 @@ msgstr ""
|
|
|
5682
5844
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5683
5845
|
msgstr ""
|
|
5684
5846
|
|
|
5847
|
+
msgid "Product must be specified."
|
|
5848
|
+
msgstr ""
|
|
5849
|
+
|
|
5685
5850
|
msgid "Product name"
|
|
5686
5851
|
msgstr ""
|
|
5687
5852
|
|
|
@@ -5742,6 +5907,9 @@ msgstr ""
|
|
|
5742
5907
|
msgid "Promotion to Environment"
|
|
5743
5908
|
msgstr ""
|
|
5744
5909
|
|
|
5910
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5911
|
+
msgstr ""
|
|
5912
|
+
|
|
5745
5913
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5746
5914
|
msgstr ""
|
|
5747
5915
|
|
|
@@ -5841,6 +6009,9 @@ msgstr ""
|
|
|
5841
6009
|
msgid "Pulp task error"
|
|
5842
6010
|
msgstr ""
|
|
5843
6011
|
|
|
6012
|
+
msgid "Purge completed tasks"
|
|
6013
|
+
msgstr ""
|
|
6014
|
+
|
|
5844
6015
|
msgid "Python Package"
|
|
5845
6016
|
msgstr ""
|
|
5846
6017
|
|
|
@@ -5868,15 +6039,6 @@ msgstr ""
|
|
|
5868
6039
|
msgid "Quantity of entitlements to bind"
|
|
5869
6040
|
msgstr ""
|
|
5870
6041
|
|
|
5871
|
-
msgid "Quantity of specified subscription to remove"
|
|
5872
|
-
msgstr ""
|
|
5873
|
-
|
|
5874
|
-
msgid "Quantity of this subscription to add"
|
|
5875
|
-
msgstr ""
|
|
5876
|
-
|
|
5877
|
-
msgid "Quantity of this subscriptions to add"
|
|
5878
|
-
msgstr ""
|
|
5879
|
-
|
|
5880
6042
|
msgid "Quantity to Allocate"
|
|
5881
6043
|
msgstr ""
|
|
5882
6044
|
|
|
@@ -5949,6 +6111,9 @@ msgstr ""
|
|
|
5949
6111
|
msgid "Reclaim Space"
|
|
5950
6112
|
msgstr ""
|
|
5951
6113
|
|
|
6114
|
+
msgid "Reclaim space"
|
|
6115
|
+
msgstr ""
|
|
6116
|
+
|
|
5952
6117
|
msgid "Reclaim space from On Demand repositories"
|
|
5953
6118
|
msgstr ""
|
|
5954
6119
|
|
|
@@ -6015,6 +6180,9 @@ msgstr ""
|
|
|
6015
6180
|
msgid "Refresh all alternate content sources"
|
|
6016
6181
|
msgstr ""
|
|
6017
6182
|
|
|
6183
|
+
msgid "Refresh all distributions"
|
|
6184
|
+
msgstr ""
|
|
6185
|
+
|
|
6018
6186
|
msgid "Refresh alternate content sources"
|
|
6019
6187
|
msgstr ""
|
|
6020
6188
|
|
|
@@ -6027,15 +6195,27 @@ msgstr ""
|
|
|
6027
6195
|
msgid "Refresh counts"
|
|
6028
6196
|
msgstr ""
|
|
6029
6197
|
|
|
6198
|
+
msgid "Refresh distribution"
|
|
6199
|
+
msgstr ""
|
|
6200
|
+
|
|
6030
6201
|
msgid "Refresh errata applicability"
|
|
6031
6202
|
msgstr ""
|
|
6032
6203
|
|
|
6204
|
+
msgid "Refresh if needed"
|
|
6205
|
+
msgstr ""
|
|
6206
|
+
|
|
6033
6207
|
msgid "Refresh package applicability"
|
|
6034
6208
|
msgstr ""
|
|
6035
6209
|
|
|
6036
6210
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6037
6211
|
msgstr ""
|
|
6038
6212
|
|
|
6213
|
+
msgid "Refresh remote"
|
|
6214
|
+
msgstr ""
|
|
6215
|
+
|
|
6216
|
+
msgid "Refresh repos"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6039
6219
|
msgid "Refresh source"
|
|
6040
6220
|
msgstr ""
|
|
6041
6221
|
|
|
@@ -6045,9 +6225,6 @@ msgstr ""
|
|
|
6045
6225
|
msgid "Register a host with subscription and information"
|
|
6046
6226
|
msgstr ""
|
|
6047
6227
|
|
|
6048
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6049
|
-
msgstr ""
|
|
6050
|
-
|
|
6051
6228
|
msgid "Registered"
|
|
6052
6229
|
msgstr ""
|
|
6053
6230
|
|
|
@@ -6081,6 +6258,9 @@ msgstr ""
|
|
|
6081
6258
|
msgid "Registry token expiration time"
|
|
6082
6259
|
msgstr ""
|
|
6083
6260
|
|
|
6261
|
+
msgid "Reindex subscriptions"
|
|
6262
|
+
msgstr ""
|
|
6263
|
+
|
|
6084
6264
|
msgid "Related composite content views"
|
|
6085
6265
|
msgstr ""
|
|
6086
6266
|
|
|
@@ -6156,6 +6336,9 @@ msgstr ""
|
|
|
6156
6336
|
msgid "Remove from environments"
|
|
6157
6337
|
msgstr ""
|
|
6158
6338
|
|
|
6339
|
+
msgid "Remove from host collections"
|
|
6340
|
+
msgstr ""
|
|
6341
|
+
|
|
6159
6342
|
msgid "Remove host from collections"
|
|
6160
6343
|
msgstr ""
|
|
6161
6344
|
|
|
@@ -6177,6 +6360,9 @@ msgstr ""
|
|
|
6177
6360
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6178
6361
|
msgstr ""
|
|
6179
6362
|
|
|
6363
|
+
msgid "Remove orphans"
|
|
6364
|
+
msgstr ""
|
|
6365
|
+
|
|
6180
6366
|
msgid "Remove package group via Katello interface"
|
|
6181
6367
|
msgstr ""
|
|
6182
6368
|
|
|
@@ -6192,16 +6378,13 @@ msgstr ""
|
|
|
6192
6378
|
msgid "Remove products from sync plan"
|
|
6193
6379
|
msgstr ""
|
|
6194
6380
|
|
|
6195
|
-
msgid "Remove
|
|
6196
|
-
msgstr ""
|
|
6197
|
-
|
|
6198
|
-
msgid "Remove subscriptions from %s"
|
|
6381
|
+
msgid "Remove rolling repo clone"
|
|
6199
6382
|
msgstr ""
|
|
6200
6383
|
|
|
6201
|
-
msgid "Remove
|
|
6384
|
+
msgid "Remove units"
|
|
6202
6385
|
msgstr ""
|
|
6203
6386
|
|
|
6204
|
-
msgid "Remove
|
|
6387
|
+
msgid "Remove unneeded repos"
|
|
6205
6388
|
msgstr ""
|
|
6206
6389
|
|
|
6207
6390
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
@@ -6210,6 +6393,9 @@ msgstr ""
|
|
|
6210
6393
|
msgid "Remove versions from environments"
|
|
6211
6394
|
msgstr ""
|
|
6212
6395
|
|
|
6396
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6397
|
+
msgstr ""
|
|
6398
|
+
|
|
6213
6399
|
msgid "Removed component from content view"
|
|
6214
6400
|
msgstr ""
|
|
6215
6401
|
|
|
@@ -6228,6 +6414,9 @@ msgstr ""
|
|
|
6228
6414
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6229
6415
|
msgstr ""
|
|
6230
6416
|
|
|
6417
|
+
msgid "Repair"
|
|
6418
|
+
msgstr ""
|
|
6419
|
+
|
|
6231
6420
|
msgid "Replace content source on the target machine"
|
|
6232
6421
|
msgstr ""
|
|
6233
6422
|
|
|
@@ -6246,12 +6435,18 @@ msgstr ""
|
|
|
6246
6435
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6247
6436
|
msgstr ""
|
|
6248
6437
|
|
|
6438
|
+
msgid "Repositories certs reset"
|
|
6439
|
+
msgstr ""
|
|
6440
|
+
|
|
6249
6441
|
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."
|
|
6250
6442
|
msgstr ""
|
|
6251
6443
|
|
|
6252
6444
|
msgid "Repositories from published Content Views are not allowed."
|
|
6253
6445
|
msgstr ""
|
|
6254
6446
|
|
|
6447
|
+
msgid "Repositories gpg reset"
|
|
6448
|
+
msgstr ""
|
|
6449
|
+
|
|
6255
6450
|
msgid "Repository"
|
|
6256
6451
|
msgstr ""
|
|
6257
6452
|
|
|
@@ -6417,12 +6612,18 @@ msgstr ""
|
|
|
6417
6612
|
msgid "Result"
|
|
6418
6613
|
msgstr ""
|
|
6419
6614
|
|
|
6615
|
+
msgid "Retain build profile upon unregistration"
|
|
6616
|
+
msgstr ""
|
|
6617
|
+
|
|
6420
6618
|
msgid "Retrieve a single errata for a host"
|
|
6421
6619
|
msgstr ""
|
|
6422
6620
|
|
|
6423
6621
|
msgid "Return Red Hat (non-custom) products only"
|
|
6424
6622
|
msgstr ""
|
|
6425
6623
|
|
|
6624
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6625
|
+
msgstr ""
|
|
6626
|
+
|
|
6426
6627
|
msgid "Return a list of installed packages distinct by name"
|
|
6427
6628
|
msgstr ""
|
|
6428
6629
|
|
|
@@ -6603,6 +6804,24 @@ msgstr ""
|
|
|
6603
6804
|
msgid "Save"
|
|
6604
6805
|
msgstr ""
|
|
6605
6806
|
|
|
6807
|
+
msgid "Save Environments"
|
|
6808
|
+
msgstr ""
|
|
6809
|
+
|
|
6810
|
+
msgid "Save artifact"
|
|
6811
|
+
msgstr ""
|
|
6812
|
+
|
|
6813
|
+
msgid "Save distribution references"
|
|
6814
|
+
msgstr ""
|
|
6815
|
+
|
|
6816
|
+
msgid "Save publication"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
6819
|
+
msgid "Save version"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save versions"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6606
6825
|
msgid "Saving alternate content source..."
|
|
6607
6826
|
msgstr ""
|
|
6608
6827
|
|
|
@@ -6612,6 +6831,12 @@ msgstr ""
|
|
|
6612
6831
|
msgid "Scan a flatpak remote"
|
|
6613
6832
|
msgstr ""
|
|
6614
6833
|
|
|
6834
|
+
msgid "Scan cdn"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Scan remote"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6615
6840
|
msgid "Schema version 1"
|
|
6616
6841
|
msgstr ""
|
|
6617
6842
|
|
|
@@ -6660,6 +6885,9 @@ msgstr ""
|
|
|
6660
6885
|
msgid "Security errata installable"
|
|
6661
6886
|
msgstr ""
|
|
6662
6887
|
|
|
6888
|
+
msgid "See child manifests"
|
|
6889
|
+
msgstr ""
|
|
6890
|
+
|
|
6663
6891
|
msgid "Select"
|
|
6664
6892
|
msgstr ""
|
|
6665
6893
|
|
|
@@ -6771,6 +6999,9 @@ msgstr ""
|
|
|
6771
6999
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6772
7000
|
msgstr ""
|
|
6773
7001
|
|
|
7002
|
+
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."
|
|
7003
|
+
msgstr ""
|
|
7004
|
+
|
|
6774
7005
|
msgid "Select hosts to assign to %s"
|
|
6775
7006
|
msgstr ""
|
|
6776
7007
|
|
|
@@ -6849,10 +7080,13 @@ msgstr ""
|
|
|
6849
7080
|
msgid "Service Level (SLA)"
|
|
6850
7081
|
msgstr ""
|
|
6851
7082
|
|
|
7083
|
+
msgid "Service level"
|
|
7084
|
+
msgstr ""
|
|
7085
|
+
|
|
6852
7086
|
msgid "Service level of host"
|
|
6853
7087
|
msgstr ""
|
|
6854
7088
|
|
|
6855
|
-
msgid "Service level
|
|
7089
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6856
7090
|
msgstr ""
|
|
6857
7091
|
|
|
6858
7092
|
msgid "Set content overrides"
|
|
@@ -6879,9 +7113,6 @@ msgstr ""
|
|
|
6879
7113
|
msgid "Sets the system purpose usage"
|
|
6880
7114
|
msgstr ""
|
|
6881
7115
|
|
|
6882
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6883
|
-
msgstr ""
|
|
6884
|
-
|
|
6885
7116
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6886
7117
|
msgstr ""
|
|
6887
7118
|
|
|
@@ -6891,6 +7122,9 @@ msgstr ""
|
|
|
6891
7122
|
msgid "Severity must be one of: %s"
|
|
6892
7123
|
msgstr ""
|
|
6893
7124
|
|
|
7125
|
+
msgid "Show ${remainingCount} more"
|
|
7126
|
+
msgstr ""
|
|
7127
|
+
|
|
6894
7128
|
msgid "Show %s"
|
|
6895
7129
|
msgstr ""
|
|
6896
7130
|
|
|
@@ -7032,6 +7266,9 @@ msgstr ""
|
|
|
7032
7266
|
msgid "Smart proxy name"
|
|
7033
7267
|
msgstr ""
|
|
7034
7268
|
|
|
7269
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7270
|
+
msgstr ""
|
|
7271
|
+
|
|
7035
7272
|
msgid "Sockets"
|
|
7036
7273
|
msgstr ""
|
|
7037
7274
|
|
|
@@ -7146,7 +7383,7 @@ msgstr ""
|
|
|
7146
7383
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7147
7384
|
msgstr ""
|
|
7148
7385
|
|
|
7149
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7386
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7150
7387
|
msgstr ""
|
|
7151
7388
|
|
|
7152
7389
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7215,6 +7452,9 @@ msgstr ""
|
|
|
7215
7452
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7216
7453
|
msgstr ""
|
|
7217
7454
|
|
|
7455
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7456
|
+
msgstr ""
|
|
7457
|
+
|
|
7218
7458
|
msgid "Something went wrong! Please check server logs!"
|
|
7219
7459
|
msgstr ""
|
|
7220
7460
|
|
|
@@ -7302,9 +7542,6 @@ msgstr ""
|
|
|
7302
7542
|
msgid "Subscription Details"
|
|
7303
7543
|
msgstr ""
|
|
7304
7544
|
|
|
7305
|
-
msgid "Subscription ID"
|
|
7306
|
-
msgstr ""
|
|
7307
|
-
|
|
7308
7545
|
msgid "Subscription Info"
|
|
7309
7546
|
msgstr ""
|
|
7310
7547
|
|
|
@@ -7320,12 +7557,6 @@ msgstr ""
|
|
|
7320
7557
|
msgid "Subscription Name"
|
|
7321
7558
|
msgstr ""
|
|
7322
7559
|
|
|
7323
|
-
msgid "Subscription Pool id"
|
|
7324
|
-
msgstr ""
|
|
7325
|
-
|
|
7326
|
-
msgid "Subscription Pool uuid"
|
|
7327
|
-
msgstr ""
|
|
7328
|
-
|
|
7329
7560
|
msgid "Subscription UUID"
|
|
7330
7561
|
msgstr ""
|
|
7331
7562
|
|
|
@@ -7377,9 +7608,6 @@ msgstr ""
|
|
|
7377
7608
|
msgid "Successfully added %s Host(s)."
|
|
7378
7609
|
msgstr ""
|
|
7379
7610
|
|
|
7380
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7381
|
-
msgstr ""
|
|
7382
|
-
|
|
7383
7611
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7384
7612
|
msgstr ""
|
|
7385
7613
|
|
|
@@ -7392,9 +7620,6 @@ msgstr ""
|
|
|
7392
7620
|
msgid "Successfully removed %s Host(s)."
|
|
7393
7621
|
msgstr ""
|
|
7394
7622
|
|
|
7395
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7396
|
-
msgstr ""
|
|
7397
|
-
|
|
7398
7623
|
msgid "Successfully synced capsule."
|
|
7399
7624
|
msgstr ""
|
|
7400
7625
|
|
|
@@ -7413,6 +7638,9 @@ msgstr ""
|
|
|
7413
7638
|
msgid "Supported Content Types"
|
|
7414
7639
|
msgstr ""
|
|
7415
7640
|
|
|
7641
|
+
msgid "Sync"
|
|
7642
|
+
msgstr ""
|
|
7643
|
+
|
|
7416
7644
|
msgid "Sync Canceled"
|
|
7417
7645
|
msgstr ""
|
|
7418
7646
|
|
|
@@ -7467,6 +7695,9 @@ msgstr ""
|
|
|
7467
7695
|
msgid "Sync all repositories for a product"
|
|
7468
7696
|
msgstr ""
|
|
7469
7697
|
|
|
7698
|
+
msgid "Sync capsule"
|
|
7699
|
+
msgstr ""
|
|
7700
|
+
|
|
7470
7701
|
msgid "Sync complete."
|
|
7471
7702
|
msgstr ""
|
|
7472
7703
|
|
|
@@ -7485,6 +7716,9 @@ msgstr ""
|
|
|
7485
7716
|
msgid "Sync state"
|
|
7486
7717
|
msgstr ""
|
|
7487
7718
|
|
|
7719
|
+
msgid "Syncable export"
|
|
7720
|
+
msgstr ""
|
|
7721
|
+
|
|
7488
7722
|
msgid "Synced"
|
|
7489
7723
|
msgstr ""
|
|
7490
7724
|
|
|
@@ -7536,6 +7770,9 @@ msgstr ""
|
|
|
7536
7770
|
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."
|
|
7537
7771
|
msgstr ""
|
|
7538
7772
|
|
|
7773
|
+
msgid "Tag"
|
|
7774
|
+
msgstr ""
|
|
7775
|
+
|
|
7539
7776
|
msgid "Tag name"
|
|
7540
7777
|
msgstr ""
|
|
7541
7778
|
|
|
@@ -7747,9 +7984,6 @@ msgstr ""
|
|
|
7747
7984
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7748
7985
|
msgstr ""
|
|
7749
7986
|
|
|
7750
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7751
|
-
msgstr ""
|
|
7752
|
-
|
|
7753
7987
|
msgid "The subscription cannot be found upstream"
|
|
7754
7988
|
msgstr ""
|
|
7755
7989
|
|
|
@@ -7891,12 +8125,6 @@ msgstr ""
|
|
|
7891
8125
|
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."
|
|
7892
8126
|
msgstr ""
|
|
7893
8127
|
|
|
7894
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7895
|
-
msgstr ""
|
|
7896
|
-
|
|
7897
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7898
|
-
msgstr ""
|
|
7899
|
-
|
|
7900
8128
|
msgid "This is disabled because a manifest task is in progress"
|
|
7901
8129
|
msgstr ""
|
|
7902
8130
|
|
|
@@ -7975,6 +8203,9 @@ msgstr ""
|
|
|
7975
8203
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7976
8204
|
msgstr ""
|
|
7977
8205
|
|
|
8206
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8207
|
+
msgstr ""
|
|
8208
|
+
|
|
7978
8209
|
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."
|
|
7979
8210
|
msgstr ""
|
|
7980
8211
|
|
|
@@ -7996,6 +8227,9 @@ msgstr ""
|
|
|
7996
8227
|
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."
|
|
7997
8228
|
msgstr ""
|
|
7998
8229
|
|
|
8230
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8231
|
+
msgstr ""
|
|
8232
|
+
|
|
7999
8233
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8000
8234
|
msgstr ""
|
|
8001
8235
|
|
|
@@ -8050,12 +8284,6 @@ msgstr ""
|
|
|
8050
8284
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8051
8285
|
msgstr ""
|
|
8052
8286
|
|
|
8053
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8054
|
-
msgstr ""
|
|
8055
|
-
|
|
8056
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8057
|
-
msgstr ""
|
|
8058
|
-
|
|
8059
8287
|
msgid "Try changing your search criteria."
|
|
8060
8288
|
msgstr ""
|
|
8061
8289
|
|
|
@@ -8209,9 +8437,6 @@ msgstr ""
|
|
|
8209
8437
|
msgid "Unapplied Errata"
|
|
8210
8438
|
msgstr ""
|
|
8211
8439
|
|
|
8212
|
-
msgid "Unattach a subscription"
|
|
8213
|
-
msgstr ""
|
|
8214
|
-
|
|
8215
8440
|
msgid "Unfiltered params array: %s."
|
|
8216
8441
|
msgstr ""
|
|
8217
8442
|
|
|
@@ -8323,15 +8548,27 @@ msgstr ""
|
|
|
8323
8548
|
msgid "Update content counts for the smart proxy"
|
|
8324
8549
|
msgstr ""
|
|
8325
8550
|
|
|
8551
|
+
msgid "Update content urls"
|
|
8552
|
+
msgstr ""
|
|
8553
|
+
|
|
8326
8554
|
msgid "Update content view environments for host"
|
|
8327
8555
|
msgstr ""
|
|
8328
8556
|
|
|
8329
8557
|
msgid "Update content view environments for host %s"
|
|
8330
8558
|
msgstr ""
|
|
8331
8559
|
|
|
8560
|
+
msgid "Update distributions"
|
|
8561
|
+
msgstr ""
|
|
8562
|
+
|
|
8332
8563
|
msgid "Update hosts manually"
|
|
8333
8564
|
msgstr ""
|
|
8334
8565
|
|
|
8566
|
+
msgid "Update http proxy"
|
|
8567
|
+
msgstr ""
|
|
8568
|
+
|
|
8569
|
+
msgid "Update http proxy details"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8335
8572
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8336
8573
|
msgstr ""
|
|
8337
8574
|
|
|
@@ -8347,12 +8584,21 @@ msgstr ""
|
|
|
8347
8584
|
msgid "Update packages via Katello interface"
|
|
8348
8585
|
msgstr ""
|
|
8349
8586
|
|
|
8587
|
+
msgid "Update redhat repository"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8350
8590
|
msgid "Update release version for host"
|
|
8351
8591
|
msgstr ""
|
|
8352
8592
|
|
|
8353
8593
|
msgid "Update release version for host %s"
|
|
8354
8594
|
msgstr ""
|
|
8355
8595
|
|
|
8596
|
+
msgid "Update remote"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8599
|
+
msgid "Update repository"
|
|
8600
|
+
msgstr ""
|
|
8601
|
+
|
|
8356
8602
|
msgid "Update services requiring restart"
|
|
8357
8603
|
msgstr ""
|
|
8358
8604
|
|
|
@@ -8443,6 +8689,12 @@ msgstr ""
|
|
|
8443
8689
|
msgid "Upload a subscription manifest"
|
|
8444
8690
|
msgstr ""
|
|
8445
8691
|
|
|
8692
|
+
msgid "Upload content"
|
|
8693
|
+
msgstr ""
|
|
8694
|
+
|
|
8695
|
+
msgid "Upload file"
|
|
8696
|
+
msgstr ""
|
|
8697
|
+
|
|
8446
8698
|
msgid "Upload into"
|
|
8447
8699
|
msgstr ""
|
|
8448
8700
|
|
|
@@ -8452,6 +8704,9 @@ msgstr ""
|
|
|
8452
8704
|
msgid "Upload request id"
|
|
8453
8705
|
msgstr ""
|
|
8454
8706
|
|
|
8707
|
+
msgid "Upload tag"
|
|
8708
|
+
msgstr ""
|
|
8709
|
+
|
|
8455
8710
|
msgid "Upstream Candlepin"
|
|
8456
8711
|
msgstr ""
|
|
8457
8712
|
|
|
@@ -8566,9 +8821,15 @@ msgstr ""
|
|
|
8566
8821
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8567
8822
|
msgstr ""
|
|
8568
8823
|
|
|
8824
|
+
msgid "Verify Content Checksum"
|
|
8825
|
+
msgstr ""
|
|
8826
|
+
|
|
8569
8827
|
msgid "Verify SSL"
|
|
8570
8828
|
msgstr ""
|
|
8571
8829
|
|
|
8830
|
+
msgid "Verify checksum"
|
|
8831
|
+
msgstr ""
|
|
8832
|
+
|
|
8572
8833
|
msgid "Verify checksum for content on smart proxy"
|
|
8573
8834
|
msgstr ""
|
|
8574
8835
|
|
|
@@ -8650,6 +8911,9 @@ msgstr ""
|
|
|
8650
8911
|
msgid "View by"
|
|
8651
8912
|
msgstr ""
|
|
8652
8913
|
|
|
8914
|
+
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."
|
|
8915
|
+
msgstr ""
|
|
8916
|
+
|
|
8653
8917
|
msgid "View content views"
|
|
8654
8918
|
msgstr ""
|
|
8655
8919
|
|
|
@@ -8659,6 +8923,15 @@ msgstr ""
|
|
|
8659
8923
|
msgid "View documentation"
|
|
8660
8924
|
msgstr ""
|
|
8661
8925
|
|
|
8926
|
+
msgid "View here"
|
|
8927
|
+
msgstr ""
|
|
8928
|
+
|
|
8929
|
+
msgid "View labels and annotations"
|
|
8930
|
+
msgstr ""
|
|
8931
|
+
|
|
8932
|
+
msgid "View labels and annotations for image "
|
|
8933
|
+
msgstr ""
|
|
8934
|
+
|
|
8662
8935
|
msgid "View matching content"
|
|
8663
8936
|
msgstr ""
|
|
8664
8937
|
|
|
@@ -8698,6 +8971,9 @@ msgstr ""
|
|
|
8698
8971
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8699
8972
|
msgstr ""
|
|
8700
8973
|
|
|
8974
|
+
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."
|
|
8975
|
+
msgstr ""
|
|
8976
|
+
|
|
8701
8977
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8702
8978
|
msgstr ""
|
|
8703
8979
|
|
|
@@ -8938,9 +9214,6 @@ msgstr ""
|
|
|
8938
9214
|
msgid "attempted to sync without a feed URL"
|
|
8939
9215
|
msgstr ""
|
|
8940
9216
|
|
|
8941
|
-
msgid "auto attach subscriptions upon registration"
|
|
8942
|
-
msgstr ""
|
|
8943
|
-
|
|
8944
9217
|
msgid "base url to perform repo discovery on"
|
|
8945
9218
|
msgstr ""
|
|
8946
9219
|
|
|
@@ -9577,9 +9850,6 @@ msgstr ""
|
|
|
9577
9850
|
msgid "start datetime of synchronization"
|
|
9578
9851
|
msgstr ""
|
|
9579
9852
|
|
|
9580
|
-
msgid "subscriptions not specified"
|
|
9581
|
-
msgstr ""
|
|
9582
|
-
|
|
9583
9853
|
msgid "sync plan description"
|
|
9584
9854
|
msgstr ""
|
|
9585
9855
|
|