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