katello 4.10.0 → 4.11.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
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 +254 -215
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
- data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
- data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
- data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
- data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
- data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
- data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
- data/app/lib/actions/katello/content_view/promote.rb +9 -0
- data/app/lib/actions/katello/content_view/publish.rb +9 -0
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
- data/app/lib/actions/katello/repository/sync.rb +11 -0
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/repo_discovery.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
- data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
- data/app/mailers/katello/task_mailer.rb +54 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
- data/app/models/katello/concerns/organization_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
- data/app/models/katello/content_view.rb +21 -0
- data/app/models/katello/content_view_environment.rb +6 -1
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/docker_tag.rb +1 -1
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/host/content_facet.rb +10 -7
- data/app/models/katello/product.rb +8 -0
- data/app/models/katello/repository.rb +31 -6
- data/app/models/katello/rhel_lifecycle_status.rb +214 -0
- data/app/models/katello/sync_plan.rb +19 -1
- data/app/models/katello/yum_metadata_file.rb +1 -1
- data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
- data/app/services/katello/event_queue.rb +10 -2
- data/app/services/katello/host_status_manager.rb +1 -0
- data/app/services/katello/product_content_importer.rb +45 -3
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/core.rb +1 -1
- 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 +9 -4
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/erratum.rb +1 -0
- data/app/services/katello/pulp3/file_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/pulp_content_unit.rb +39 -0
- data/app/services/katello/pulp3/repository_mirror.rb +21 -2
- data/app/services/katello/pulp3/rpm.rb +1 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/registration_manager.rb +6 -3
- data/app/services/katello/repository_type.rb +2 -1
- data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
- data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
- data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
- data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
- data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
- data/db/seeds.d/106-mail_notifications.rb +32 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
- data/lib/katello/engine.rb +2 -3
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/plugin.rb +4 -0
- data/lib/katello/repository_types/ostree.rb +1 -0
- data/lib/katello/repository_types/python.rb +1 -0
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +1 -3
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +236 -197
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +236 -197
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +236 -197
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +236 -206
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +236 -197
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +241 -202
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +236 -197
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +236 -197
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +236 -197
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +236 -197
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +236 -197
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +236 -197
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +238 -199
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +236 -197
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +247 -208
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +236 -197
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +236 -197
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +236 -197
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +236 -197
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +236 -197
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +236 -197
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +247 -208
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +241 -202
- data/locale/katello.pot +1427 -1296
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +236 -197
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +236 -197
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +236 -197
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +236 -197
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +236 -197
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +236 -197
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +236 -197
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +236 -197
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +236 -197
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +236 -197
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +238 -199
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +236 -197
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +236 -197
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +236 -197
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +236 -197
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +236 -197
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +236 -197
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +236 -197
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +236 -197
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +236 -197
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +236 -197
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +236 -197
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +236 -197
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +247 -208
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +236 -197
- data/webpack/components/Table/EmptyStateMessage.js +7 -4
- data/webpack/components/Table/MainTable.scss +18 -17
- data/webpack/components/Table/TableWrapper.js +4 -1
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
- data/webpack/components/extensions/Hosts/constants.js +2 -0
- data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
- data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
- data/webpack/global_index.js +11 -2
- data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
- data/webpack/scenes/Content/ContentConfig.js +3 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
- data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
- data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
- data/webpack/scenes/SmartProxy/Content.js +12 -4
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
- data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
- data/webpack/utils/helpers.js +0 -1
- metadata +99 -33
- data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
- data/webpack/components/Table/TableHooks.js +0 -315
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
- data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/nl_NL/katello.po
CHANGED
@@ -40,6 +40,12 @@ msgstr ""
|
|
40
40
|
msgid " %{package_count} Package(s)"
|
41
41
|
msgstr ""
|
42
42
|
|
43
|
+
msgid " (${item.published_at_words} ago)"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
msgid " (${version.published_at_words} ago)"
|
47
|
+
msgstr ""
|
48
|
+
|
43
49
|
msgid " Content view updated"
|
44
50
|
msgstr ""
|
45
51
|
|
@@ -261,6 +267,12 @@ msgstr ""
|
|
261
267
|
msgid "%{group} package group updated"
|
262
268
|
msgstr ""
|
263
269
|
|
270
|
+
msgid "%{label} failed"
|
271
|
+
msgstr ""
|
272
|
+
|
273
|
+
msgid "%{label} failed."
|
274
|
+
msgstr ""
|
275
|
+
|
264
276
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
265
277
|
msgstr ""
|
266
278
|
|
@@ -333,6 +345,9 @@ msgstr ""
|
|
333
345
|
msgid "%{package} package updated"
|
334
346
|
msgstr ""
|
335
347
|
|
348
|
+
msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
|
349
|
+
msgstr ""
|
350
|
+
|
336
351
|
msgid "%{sla}"
|
337
352
|
msgstr ""
|
338
353
|
|
@@ -402,9 +417,6 @@ msgstr ""
|
|
402
417
|
msgid "A backend service [ %s ] is unreachable"
|
403
418
|
msgstr ""
|
404
419
|
|
405
|
-
msgid "A content_type must be provided."
|
406
|
-
msgstr ""
|
407
|
-
|
408
420
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
409
421
|
msgstr ""
|
410
422
|
|
@@ -417,6 +429,18 @@ msgstr ""
|
|
417
429
|
msgid "A new version of "
|
418
430
|
msgstr ""
|
419
431
|
|
432
|
+
msgid "A notification about failed content view promotion"
|
433
|
+
msgstr ""
|
434
|
+
|
435
|
+
msgid "A notification about failed content view publish"
|
436
|
+
msgstr ""
|
437
|
+
|
438
|
+
msgid "A notification about failed proxy sync"
|
439
|
+
msgstr ""
|
440
|
+
|
441
|
+
msgid "A notification about failed repository sync"
|
442
|
+
msgstr ""
|
443
|
+
|
420
444
|
msgid "A post-promotion summary of hosts with installable errata"
|
421
445
|
msgstr ""
|
422
446
|
|
@@ -450,9 +474,6 @@ msgstr ""
|
|
450
474
|
msgid "Abstract async task"
|
451
475
|
msgstr ""
|
452
476
|
|
453
|
-
msgid "Accept action timeout"
|
454
|
-
msgstr ""
|
455
|
-
|
456
477
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
457
478
|
msgstr ""
|
458
479
|
|
@@ -495,7 +516,7 @@ msgstr ""
|
|
495
516
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
496
517
|
msgstr ""
|
497
518
|
|
498
|
-
msgid "Activation key(s)
|
519
|
+
msgid "Activation key(s) to use during registration"
|
499
520
|
msgstr ""
|
500
521
|
|
501
522
|
msgid "Activation keys"
|
@@ -531,9 +552,6 @@ msgstr ""
|
|
531
552
|
msgid "Add Subscriptions"
|
532
553
|
msgstr ""
|
533
554
|
|
534
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
535
|
-
msgstr ""
|
536
|
-
|
537
555
|
msgid "Add a subscription to a host"
|
538
556
|
msgstr ""
|
539
557
|
|
@@ -606,6 +624,9 @@ msgstr ""
|
|
606
624
|
msgid "Add subscriptions to one or more hosts"
|
607
625
|
msgstr ""
|
608
626
|
|
627
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
628
|
+
msgstr ""
|
629
|
+
|
609
630
|
msgid "Add to a host collection"
|
610
631
|
msgstr ""
|
611
632
|
|
@@ -642,9 +663,6 @@ msgstr ""
|
|
642
663
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
643
664
|
msgstr ""
|
644
665
|
|
645
|
-
msgid "Agent action"
|
646
|
-
msgstr ""
|
647
|
-
|
648
666
|
msgid "All"
|
649
667
|
msgstr ""
|
650
668
|
|
@@ -784,7 +802,7 @@ msgstr ""
|
|
784
802
|
msgid "Apply"
|
785
803
|
msgstr ""
|
786
804
|
|
787
|
-
msgid "Apply
|
805
|
+
msgid "Apply erratum"
|
788
806
|
msgstr ""
|
789
807
|
|
790
808
|
msgid "Apply to all repositories in the CV"
|
@@ -793,15 +811,24 @@ msgstr ""
|
|
793
811
|
msgid "Apply to subset of repositories"
|
794
812
|
msgstr ""
|
795
813
|
|
796
|
-
msgid "Apply via Katello agent"
|
797
|
-
msgstr ""
|
798
|
-
|
799
814
|
msgid "Apply via customized remote execution"
|
800
815
|
msgstr ""
|
801
816
|
|
802
817
|
msgid "Apply via remote execution"
|
803
818
|
msgstr ""
|
804
819
|
|
820
|
+
msgid "Approaching end of maintenance support"
|
821
|
+
msgstr ""
|
822
|
+
|
823
|
+
msgid "Approaching end of maintenance support (%s)"
|
824
|
+
msgstr ""
|
825
|
+
|
826
|
+
msgid "Approaching end of support"
|
827
|
+
msgstr ""
|
828
|
+
|
829
|
+
msgid "Approaching end of support (%s)"
|
830
|
+
msgstr ""
|
831
|
+
|
805
832
|
msgid "Arch"
|
806
833
|
msgstr ""
|
807
834
|
|
@@ -978,6 +1005,9 @@ msgstr ""
|
|
978
1005
|
msgid "Batch size to sync repositories in."
|
979
1006
|
msgstr ""
|
980
1007
|
|
1008
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1009
|
+
msgstr ""
|
1010
|
+
|
981
1011
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
982
1012
|
msgstr ""
|
983
1013
|
|
@@ -1131,6 +1161,12 @@ msgstr ""
|
|
1131
1161
|
msgid "Cannot add default content view to composite content view"
|
1132
1162
|
msgstr ""
|
1133
1163
|
|
1164
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1165
|
+
msgstr ""
|
1166
|
+
|
1167
|
+
msgid "Cannot add disabled products to sync plan!"
|
1168
|
+
msgstr ""
|
1169
|
+
|
1134
1170
|
msgid "Cannot add generated content view versions to composite content view"
|
1135
1171
|
msgstr ""
|
1136
1172
|
|
@@ -1146,6 +1182,9 @@ msgstr ""
|
|
1146
1182
|
msgid "Cannot associate a component to a non composite content view"
|
1147
1183
|
msgstr ""
|
1148
1184
|
|
1185
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1186
|
+
msgstr ""
|
1187
|
+
|
1149
1188
|
msgid "Cannot calculate name for custom repos"
|
1150
1189
|
msgstr ""
|
1151
1190
|
|
@@ -1281,10 +1320,10 @@ msgstr ""
|
|
1281
1320
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1282
1321
|
msgstr ""
|
1283
1322
|
|
1284
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1323
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1285
1324
|
msgstr ""
|
1286
1325
|
|
1287
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1326
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1288
1327
|
msgstr ""
|
1289
1328
|
|
1290
1329
|
msgid "Check services before actions"
|
@@ -1347,9 +1386,6 @@ msgstr ""
|
|
1347
1386
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1348
1387
|
msgstr ""
|
1349
1388
|
|
1350
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1351
|
-
msgstr ""
|
1352
|
-
|
1353
1389
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1354
1390
|
msgstr ""
|
1355
1391
|
|
@@ -1641,6 +1677,12 @@ msgstr ""
|
|
1641
1677
|
msgid "Content view numeric identifier"
|
1642
1678
|
msgstr ""
|
1643
1679
|
|
1680
|
+
msgid "Content view promote failure"
|
1681
|
+
msgstr ""
|
1682
|
+
|
1683
|
+
msgid "Content view publish failure"
|
1684
|
+
msgstr ""
|
1685
|
+
|
1644
1686
|
msgid "Content view version export history identifier"
|
1645
1687
|
msgstr ""
|
1646
1688
|
|
@@ -1650,6 +1692,9 @@ msgstr ""
|
|
1650
1692
|
msgid "Content view version import history identifier"
|
1651
1693
|
msgstr ""
|
1652
1694
|
|
1695
|
+
msgid "Content view version is empty"
|
1696
|
+
msgstr ""
|
1697
|
+
|
1653
1698
|
msgid "Content views"
|
1654
1699
|
msgstr ""
|
1655
1700
|
|
@@ -2280,7 +2325,7 @@ msgstr ""
|
|
2280
2325
|
msgid "Disable module stream"
|
2281
2326
|
msgstr ""
|
2282
2327
|
|
2283
|
-
msgid "Disable simple content access for a manifest"
|
2328
|
+
msgid "Disable simple content access for a manifest. %s"
|
2284
2329
|
msgstr ""
|
2285
2330
|
|
2286
2331
|
msgid "Disabled"
|
@@ -2322,6 +2367,9 @@ msgstr ""
|
|
2322
2367
|
msgid "Duplicate artifact detected"
|
2323
2368
|
msgstr ""
|
2324
2369
|
|
2370
|
+
msgid "Duplicate repositories in content view versions"
|
2371
|
+
msgstr ""
|
2372
|
+
|
2325
2373
|
msgid "Duration"
|
2326
2374
|
msgstr ""
|
2327
2375
|
|
@@ -2427,7 +2475,7 @@ msgstr ""
|
|
2427
2475
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2428
2476
|
msgstr ""
|
2429
2477
|
|
2430
|
-
msgid "Enabling
|
2478
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2431
2479
|
msgstr ""
|
2432
2480
|
|
2433
2481
|
msgid "End Date"
|
@@ -2463,6 +2511,9 @@ msgstr ""
|
|
2463
2511
|
msgid "Environment"
|
2464
2512
|
msgstr ""
|
2465
2513
|
|
2514
|
+
msgid "Environment ID"
|
2515
|
+
msgstr ""
|
2516
|
+
|
2466
2517
|
msgid "Environment IDs"
|
2467
2518
|
msgstr "Omgeving IDs"
|
2468
2519
|
|
@@ -2472,6 +2523,9 @@ msgstr ""
|
|
2472
2523
|
msgid "Environment identifier"
|
2473
2524
|
msgstr ""
|
2474
2525
|
|
2526
|
+
msgid "Environment name"
|
2527
|
+
msgstr ""
|
2528
|
+
|
2475
2529
|
msgid "Environments"
|
2476
2530
|
msgstr ""
|
2477
2531
|
|
@@ -2604,6 +2658,9 @@ msgstr ""
|
|
2604
2658
|
msgid "Export as CSV"
|
2605
2659
|
msgstr ""
|
2606
2660
|
|
2661
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2662
|
+
msgstr ""
|
2663
|
+
|
2607
2664
|
msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
|
2608
2665
|
msgstr ""
|
2609
2666
|
|
@@ -2616,6 +2673,9 @@ msgstr ""
|
|
2616
2673
|
msgid "Exported version"
|
2617
2674
|
msgstr ""
|
2618
2675
|
|
2676
|
+
msgid "Extended support"
|
2677
|
+
msgstr ""
|
2678
|
+
|
2619
2679
|
msgid "Facts successfully updated."
|
2620
2680
|
msgstr ""
|
2621
2681
|
|
@@ -2763,9 +2823,6 @@ msgstr ""
|
|
2763
2823
|
msgid "Finish"
|
2764
2824
|
msgstr ""
|
2765
2825
|
|
2766
|
-
msgid "Finish action timeout"
|
2767
|
-
msgstr ""
|
2768
|
-
|
2769
2826
|
msgid "Finished"
|
2770
2827
|
msgstr ""
|
2771
2828
|
|
@@ -2813,6 +2870,9 @@ msgstr ""
|
|
2813
2870
|
msgid "Full description"
|
2814
2871
|
msgstr ""
|
2815
2872
|
|
2873
|
+
msgid "Full support"
|
2874
|
+
msgstr ""
|
2875
|
+
|
2816
2876
|
msgid "Fully entitled"
|
2817
2877
|
msgstr ""
|
2818
2878
|
|
@@ -2870,15 +2930,15 @@ msgstr ""
|
|
2870
2930
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2871
2931
|
msgstr ""
|
2872
2932
|
|
2873
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2874
|
-
msgstr ""
|
2875
|
-
|
2876
2933
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2877
2934
|
msgstr ""
|
2878
2935
|
|
2879
2936
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2880
2937
|
msgstr ""
|
2881
2938
|
|
2939
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
2940
|
+
msgstr ""
|
2941
|
+
|
2882
2942
|
msgid "Go to job details"
|
2883
2943
|
msgstr ""
|
2884
2944
|
|
@@ -2903,6 +2963,9 @@ msgstr ""
|
|
2903
2963
|
msgid "Has to be > 0"
|
2904
2964
|
msgstr ""
|
2905
2965
|
|
2966
|
+
msgid "Help"
|
2967
|
+
msgstr ""
|
2968
|
+
|
2906
2969
|
msgid "Helper"
|
2907
2970
|
msgstr ""
|
2908
2971
|
|
@@ -2993,12 +3056,6 @@ msgstr ""
|
|
2993
3056
|
msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
|
2994
3057
|
msgstr ""
|
2995
3058
|
|
2996
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
2997
|
-
msgstr ""
|
2998
|
-
|
2999
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
3000
|
-
msgstr ""
|
3001
|
-
|
3002
3059
|
msgid "Host errata advisory"
|
3003
3060
|
msgstr ""
|
3004
3061
|
|
@@ -3020,6 +3077,9 @@ msgstr ""
|
|
3020
3077
|
msgid "Host id to list applicable packages for"
|
3021
3078
|
msgstr ""
|
3022
3079
|
|
3080
|
+
msgid "Host lifecycle support expiration notification"
|
3081
|
+
msgstr ""
|
3082
|
+
|
3023
3083
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3024
3084
|
msgstr ""
|
3025
3085
|
|
@@ -3220,9 +3280,6 @@ msgstr ""
|
|
3220
3280
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3221
3281
|
msgstr ""
|
3222
3282
|
|
3223
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3224
|
-
msgstr ""
|
3225
|
-
|
3226
3283
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3227
3284
|
msgstr ""
|
3228
3285
|
|
@@ -3307,9 +3364,6 @@ msgstr ""
|
|
3307
3364
|
msgid "Import a Manifest to Begin"
|
3308
3365
|
msgstr ""
|
3309
3366
|
|
3310
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3311
|
-
msgstr ""
|
3312
|
-
|
3313
3367
|
msgid "Import a Manifest using the manifest tab above."
|
3314
3368
|
msgstr ""
|
3315
3369
|
|
@@ -3322,6 +3376,9 @@ msgstr ""
|
|
3322
3376
|
msgid "Import a repository"
|
3323
3377
|
msgstr ""
|
3324
3378
|
|
3379
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3380
|
+
msgstr ""
|
3381
|
+
|
3325
3382
|
msgid "Import facts"
|
3326
3383
|
msgstr ""
|
3327
3384
|
|
@@ -3430,36 +3487,12 @@ msgstr ""
|
|
3430
3487
|
msgid "Install"
|
3431
3488
|
msgstr ""
|
3432
3489
|
|
3433
|
-
msgid "Install Applicable Errata"
|
3434
|
-
msgstr ""
|
3435
|
-
|
3436
|
-
msgid "Install Applicable Errata on %s"
|
3437
|
-
msgstr ""
|
3438
|
-
|
3439
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3440
|
-
msgstr ""
|
3441
|
-
|
3442
3490
|
msgid "Install errata using scoped search query"
|
3443
3491
|
msgstr ""
|
3444
3492
|
|
3445
3493
|
msgid "Install errata via Katello interface"
|
3446
3494
|
msgstr ""
|
3447
3495
|
|
3448
|
-
msgid "Install erratum"
|
3449
|
-
msgstr ""
|
3450
|
-
|
3451
|
-
msgid "Install erratum for %s"
|
3452
|
-
msgstr ""
|
3453
|
-
|
3454
|
-
msgid "Install package"
|
3455
|
-
msgstr ""
|
3456
|
-
|
3457
|
-
msgid "Install package for %s"
|
3458
|
-
msgstr ""
|
3459
|
-
|
3460
|
-
msgid "Install package group"
|
3461
|
-
msgstr ""
|
3462
|
-
|
3463
3496
|
msgid "Install package group via Katello interface"
|
3464
3497
|
msgstr ""
|
3465
3498
|
|
@@ -3469,18 +3502,12 @@ msgstr ""
|
|
3469
3502
|
msgid "Install packages"
|
3470
3503
|
msgstr ""
|
3471
3504
|
|
3472
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3473
|
-
msgstr ""
|
3474
|
-
|
3475
3505
|
msgid "Install packages via Katello interface"
|
3476
3506
|
msgstr ""
|
3477
3507
|
|
3478
3508
|
msgid "Install via customized remote execution"
|
3479
3509
|
msgstr ""
|
3480
3510
|
|
3481
|
-
msgid "Install via katello-agent"
|
3482
|
-
msgstr ""
|
3483
|
-
|
3484
3511
|
msgid "Install via remote execution"
|
3485
3512
|
msgstr ""
|
3486
3513
|
|
@@ -3493,15 +3520,6 @@ msgstr ""
|
|
3493
3520
|
msgid "Installable updates"
|
3494
3521
|
msgstr ""
|
3495
3522
|
|
3496
|
-
msgid "Installation of errata requested: %{errata}"
|
3497
|
-
msgstr ""
|
3498
|
-
|
3499
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3500
|
-
msgstr ""
|
3501
|
-
|
3502
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3503
|
-
msgstr ""
|
3504
|
-
|
3505
3523
|
msgid "Installation status"
|
3506
3524
|
msgstr ""
|
3507
3525
|
|
@@ -3559,9 +3577,6 @@ msgstr ""
|
|
3559
3577
|
msgid "Invalid content label: %s"
|
3560
3578
|
msgstr ""
|
3561
3579
|
|
3562
|
-
msgid "Invalid content type %s"
|
3563
|
-
msgstr ""
|
3564
|
-
|
3565
3580
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3566
3581
|
msgstr ""
|
3567
3582
|
|
@@ -3637,15 +3652,9 @@ msgstr ""
|
|
3637
3652
|
msgid "Job '${description}' has started."
|
3638
3653
|
msgstr ""
|
3639
3654
|
|
3640
|
-
msgid "Katello 4.10"
|
3641
|
-
msgstr ""
|
3642
|
-
|
3643
3655
|
msgid "Katello ID of local pool to update"
|
3644
3656
|
msgstr ""
|
3645
3657
|
|
3646
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3647
|
-
msgstr ""
|
3648
|
-
|
3649
3658
|
msgid "Katello: Install Errata"
|
3650
3659
|
msgstr ""
|
3651
3660
|
|
@@ -3727,6 +3736,9 @@ msgstr ""
|
|
3727
3736
|
msgid "Last refresh :"
|
3728
3737
|
msgstr ""
|
3729
3738
|
|
3739
|
+
msgid "Last sync"
|
3740
|
+
msgstr ""
|
3741
|
+
|
3730
3742
|
msgid "Last task"
|
3731
3743
|
msgstr ""
|
3732
3744
|
|
@@ -3787,6 +3799,9 @@ msgstr ""
|
|
3787
3799
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3788
3800
|
msgstr ""
|
3789
3801
|
|
3802
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3803
|
+
msgstr ""
|
3804
|
+
|
3790
3805
|
msgid "Lifecycle environment ID"
|
3791
3806
|
msgstr ""
|
3792
3807
|
|
@@ -3868,6 +3883,9 @@ msgstr ""
|
|
3868
3883
|
msgid "List components attached to this content view"
|
3869
3884
|
msgstr ""
|
3870
3885
|
|
3886
|
+
msgid "List content counts for the smart proxy"
|
3887
|
+
msgstr ""
|
3888
|
+
|
3871
3889
|
msgid "List content view versions"
|
3872
3890
|
msgstr ""
|
3873
3891
|
|
@@ -3919,9 +3937,6 @@ msgstr ""
|
|
3919
3937
|
msgid "List of Errata ids"
|
3920
3938
|
msgstr ""
|
3921
3939
|
|
3922
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
3923
|
-
msgstr ""
|
3924
|
-
|
3925
3940
|
msgid "List of Products for sync plan"
|
3926
3941
|
msgstr ""
|
3927
3942
|
|
@@ -3931,12 +3946,6 @@ msgstr ""
|
|
3931
3946
|
msgid "List of component content view version ids for composite views"
|
3932
3947
|
msgstr ""
|
3933
3948
|
|
3934
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
3935
|
-
msgstr ""
|
3936
|
-
|
3937
|
-
msgid "List of content (e.g. package or package group names)"
|
3938
|
-
msgstr ""
|
3939
|
-
|
3940
3949
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
3941
3950
|
msgstr ""
|
3942
3951
|
|
@@ -4084,6 +4093,9 @@ msgstr ""
|
|
4084
4093
|
msgid "Low"
|
4085
4094
|
msgstr ""
|
4086
4095
|
|
4096
|
+
msgid "Maintenance support"
|
4097
|
+
msgstr ""
|
4098
|
+
|
4087
4099
|
msgid "Make copy of a content view"
|
4088
4100
|
msgstr ""
|
4089
4101
|
|
@@ -4141,6 +4153,9 @@ msgstr ""
|
|
4141
4153
|
msgid "Matched"
|
4142
4154
|
msgstr ""
|
4143
4155
|
|
4156
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4157
|
+
msgstr ""
|
4158
|
+
|
4144
4159
|
msgid "Matching content"
|
4145
4160
|
msgstr ""
|
4146
4161
|
|
@@ -4356,9 +4371,6 @@ msgstr ""
|
|
4356
4371
|
msgid "No Content found"
|
4357
4372
|
msgstr ""
|
4358
4373
|
|
4359
|
-
msgid "No Lifecycle environment to select"
|
4360
|
-
msgstr ""
|
4361
|
-
|
4362
4374
|
msgid "No Manifest Uploaded"
|
4363
4375
|
msgstr ""
|
4364
4376
|
|
@@ -4383,9 +4395,6 @@ msgstr ""
|
|
4383
4395
|
msgid "No applicable errata"
|
4384
4396
|
msgstr ""
|
4385
4397
|
|
4386
|
-
msgid "No applicable errata for %s, skipping"
|
4387
|
-
msgstr ""
|
4388
|
-
|
4389
4398
|
msgid "No applications to restart"
|
4390
4399
|
msgstr ""
|
4391
4400
|
|
@@ -4404,9 +4413,6 @@ msgstr ""
|
|
4404
4413
|
msgid "No content added."
|
4405
4414
|
msgstr ""
|
4406
4415
|
|
4407
|
-
msgid "No content has been provided."
|
4408
|
-
msgstr ""
|
4409
|
-
|
4410
4416
|
msgid "No content ids provided"
|
4411
4417
|
msgstr ""
|
4412
4418
|
|
@@ -4437,6 +4443,9 @@ msgstr ""
|
|
4437
4443
|
msgid "No description provided"
|
4438
4444
|
msgstr ""
|
4439
4445
|
|
4446
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4447
|
+
msgstr ""
|
4448
|
+
|
4440
4449
|
msgid "No enabled repositories match your search criteria."
|
4441
4450
|
msgstr ""
|
4442
4451
|
|
@@ -4518,9 +4527,6 @@ msgstr ""
|
|
4518
4527
|
msgid "No matching DEB found."
|
4519
4528
|
msgstr ""
|
4520
4529
|
|
4521
|
-
msgid "No matching RPM found."
|
4522
|
-
msgstr ""
|
4523
|
-
|
4524
4530
|
msgid "No matching activation keys found."
|
4525
4531
|
msgstr ""
|
4526
4532
|
|
@@ -4548,6 +4554,9 @@ msgstr ""
|
|
4548
4554
|
msgid "No matching hosts found."
|
4549
4555
|
msgstr ""
|
4550
4556
|
|
4557
|
+
msgid "No matching non-modular RPM found."
|
4558
|
+
msgstr ""
|
4559
|
+
|
4551
4560
|
msgid "No matching packages found"
|
4552
4561
|
msgstr ""
|
4553
4562
|
|
@@ -4764,6 +4773,9 @@ msgstr ""
|
|
4764
4773
|
msgid "On-disk location for pulp 3 exported repositories"
|
4765
4774
|
msgstr ""
|
4766
4775
|
|
4776
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4777
|
+
msgstr ""
|
4778
|
+
|
4767
4779
|
msgid "One of parameters [ %s ] required but not specified."
|
4768
4780
|
msgstr ""
|
4769
4781
|
|
@@ -4788,6 +4800,9 @@ msgstr ""
|
|
4788
4800
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4789
4801
|
msgstr ""
|
4790
4802
|
|
4803
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4804
|
+
msgstr ""
|
4805
|
+
|
4791
4806
|
msgid "Only returns id and quantity fields"
|
4792
4807
|
msgstr ""
|
4793
4808
|
|
@@ -5198,6 +5213,9 @@ msgid ""
|
|
5198
5213
|
" this is not the same product id as the products api returns"
|
5199
5214
|
msgstr ""
|
5200
5215
|
|
5216
|
+
msgid "Product label"
|
5217
|
+
msgstr ""
|
5218
|
+
|
5201
5219
|
msgid "Product name"
|
5202
5220
|
msgstr ""
|
5203
5221
|
|
@@ -5270,6 +5288,9 @@ msgstr "Uitrol template IDs"
|
|
5270
5288
|
msgid "Proxies"
|
5271
5289
|
msgstr ""
|
5272
5290
|
|
5291
|
+
msgid "Proxy sync failure"
|
5292
|
+
msgstr ""
|
5293
|
+
|
5273
5294
|
msgid "Public"
|
5274
5295
|
msgstr ""
|
5275
5296
|
|
@@ -5402,6 +5423,12 @@ msgstr ""
|
|
5402
5423
|
msgid "RH Repos"
|
5403
5424
|
msgstr ""
|
5404
5425
|
|
5426
|
+
msgid "RHEL Lifecycle status"
|
5427
|
+
msgstr ""
|
5428
|
+
|
5429
|
+
msgid "RHEL lifecycle"
|
5430
|
+
msgstr ""
|
5431
|
+
|
5405
5432
|
msgid "RHUI"
|
5406
5433
|
msgstr ""
|
5407
5434
|
|
@@ -5450,9 +5477,6 @@ msgstr ""
|
|
5450
5477
|
msgid "Reboot required"
|
5451
5478
|
msgstr ""
|
5452
5479
|
|
5453
|
-
msgid "Recalculate"
|
5454
|
-
msgstr ""
|
5455
|
-
|
5456
5480
|
msgid "Recently Expired Subscriptions"
|
5457
5481
|
msgstr ""
|
5458
5482
|
|
@@ -5528,6 +5552,18 @@ msgstr ""
|
|
5528
5552
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5529
5553
|
msgstr ""
|
5530
5554
|
|
5555
|
+
msgid "Refresh applicability"
|
5556
|
+
msgstr ""
|
5557
|
+
|
5558
|
+
msgid "Refresh counts"
|
5559
|
+
msgstr ""
|
5560
|
+
|
5561
|
+
msgid "Refresh errata applicability"
|
5562
|
+
msgstr ""
|
5563
|
+
|
5564
|
+
msgid "Refresh package applicability"
|
5565
|
+
msgstr ""
|
5566
|
+
|
5531
5567
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5532
5568
|
msgstr ""
|
5533
5569
|
|
@@ -5609,13 +5645,10 @@ msgstr ""
|
|
5609
5645
|
msgid "Remote action:"
|
5610
5646
|
msgstr ""
|
5611
5647
|
|
5612
|
-
msgid "Remote execution
|
5613
|
-
msgstr ""
|
5614
|
-
|
5615
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5648
|
+
msgid "Remote execution is enabled."
|
5616
5649
|
msgstr ""
|
5617
5650
|
|
5618
|
-
msgid "
|
5651
|
+
msgid "Remote execution job '${description}' failed."
|
5619
5652
|
msgstr ""
|
5620
5653
|
|
5621
5654
|
msgid "Remove"
|
@@ -5639,9 +5672,6 @@ msgstr ""
|
|
5639
5672
|
msgid "Remove components from the content view"
|
5640
5673
|
msgstr ""
|
5641
5674
|
|
5642
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5643
|
-
msgstr ""
|
5644
|
-
|
5645
5675
|
msgid "Remove content view version"
|
5646
5676
|
msgstr ""
|
5647
5677
|
|
@@ -5675,15 +5705,6 @@ msgstr ""
|
|
5675
5705
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5676
5706
|
msgstr ""
|
5677
5707
|
|
5678
|
-
msgid "Remove package"
|
5679
|
-
msgstr ""
|
5680
|
-
|
5681
|
-
msgid "Remove package for %s"
|
5682
|
-
msgstr ""
|
5683
|
-
|
5684
|
-
msgid "Remove package group"
|
5685
|
-
msgstr ""
|
5686
|
-
|
5687
5708
|
msgid "Remove package group via Katello interface"
|
5688
5709
|
msgstr ""
|
5689
5710
|
|
@@ -5729,10 +5750,13 @@ msgstr ""
|
|
5729
5750
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5730
5751
|
msgstr ""
|
5731
5752
|
|
5753
|
+
msgid "Repo ID"
|
5754
|
+
msgstr ""
|
5755
|
+
|
5732
5756
|
msgid "Repo Type"
|
5733
5757
|
msgstr ""
|
5734
5758
|
|
5735
|
-
msgid "
|
5759
|
+
msgid "Repo label"
|
5736
5760
|
msgstr ""
|
5737
5761
|
|
5738
5762
|
msgid "Repositories"
|
@@ -5741,6 +5765,9 @@ msgstr ""
|
|
5741
5765
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5742
5766
|
msgstr ""
|
5743
5767
|
|
5768
|
+
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."
|
5769
|
+
msgstr ""
|
5770
|
+
|
5744
5771
|
msgid "Repositories from published Content Views are not allowed."
|
5745
5772
|
msgstr ""
|
5746
5773
|
|
@@ -5753,12 +5780,18 @@ msgstr ""
|
|
5753
5780
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5754
5781
|
msgstr ""
|
5755
5782
|
|
5783
|
+
msgid "Repository %{label} failed to synchronize"
|
5784
|
+
msgstr ""
|
5785
|
+
|
5756
5786
|
msgid "Repository '%(repoName)s' has been disabled."
|
5757
5787
|
msgstr ""
|
5758
5788
|
|
5759
5789
|
msgid "Repository '%(repoName)s' has been enabled."
|
5760
5790
|
msgstr ""
|
5761
5791
|
|
5792
|
+
msgid "Repository ID"
|
5793
|
+
msgstr ""
|
5794
|
+
|
5762
5795
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5763
5796
|
msgstr ""
|
5764
5797
|
|
@@ -5780,6 +5813,9 @@ msgstr ""
|
|
5780
5813
|
msgid "Repository label '%s' is not associated with content view."
|
5781
5814
|
msgstr ""
|
5782
5815
|
|
5816
|
+
msgid "Repository name"
|
5817
|
+
msgstr ""
|
5818
|
+
|
5783
5819
|
msgid "Repository not found"
|
5784
5820
|
msgstr ""
|
5785
5821
|
|
@@ -5819,6 +5855,9 @@ msgstr ""
|
|
5819
5855
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5820
5856
|
msgstr ""
|
5821
5857
|
|
5858
|
+
msgid "Repository sync failure"
|
5859
|
+
msgstr ""
|
5860
|
+
|
5822
5861
|
msgid "Repository type"
|
5823
5862
|
msgstr ""
|
5824
5863
|
|
@@ -6047,9 +6086,6 @@ msgstr "Opslaan"
|
|
6047
6086
|
msgid "Saving alternate content source..."
|
6048
6087
|
msgstr ""
|
6049
6088
|
|
6050
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6051
|
-
msgstr ""
|
6052
|
-
|
6053
6089
|
msgid "Schema Version 1"
|
6054
6090
|
msgstr ""
|
6055
6091
|
|
@@ -6227,7 +6263,10 @@ msgstr ""
|
|
6227
6263
|
msgid "Select source type"
|
6228
6264
|
msgstr ""
|
6229
6265
|
|
6230
|
-
msgid "Select system purpose attributes for
|
6266
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6267
|
+
msgstr ""
|
6268
|
+
|
6269
|
+
msgid "Select system purpose attributes for host {name}."
|
6231
6270
|
msgstr ""
|
6232
6271
|
|
6233
6272
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
@@ -6395,6 +6434,9 @@ msgstr ""
|
|
6395
6434
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6396
6435
|
msgstr ""
|
6397
6436
|
|
6437
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6438
|
+
msgstr ""
|
6439
|
+
|
6398
6440
|
msgid "Simplified"
|
6399
6441
|
msgstr ""
|
6400
6442
|
|
@@ -6413,12 +6455,21 @@ msgstr ""
|
|
6413
6455
|
msgid "Smart proxies"
|
6414
6456
|
msgstr ""
|
6415
6457
|
|
6458
|
+
msgid "Smart proxy ID"
|
6459
|
+
msgstr ""
|
6460
|
+
|
6416
6461
|
msgid "Smart proxy IDs"
|
6417
6462
|
msgstr "Smart proxy IDs"
|
6418
6463
|
|
6464
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6465
|
+
msgstr ""
|
6466
|
+
|
6419
6467
|
msgid "Smart proxy content source not found!"
|
6420
6468
|
msgstr ""
|
6421
6469
|
|
6470
|
+
msgid "Smart proxy name"
|
6471
|
+
msgstr ""
|
6472
|
+
|
6422
6473
|
msgid "Sockets"
|
6423
6474
|
msgstr ""
|
6424
6475
|
|
@@ -6527,6 +6578,9 @@ msgstr ""
|
|
6527
6578
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6528
6579
|
msgstr ""
|
6529
6580
|
|
6581
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6582
|
+
msgstr ""
|
6583
|
+
|
6530
6584
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6531
6585
|
msgstr ""
|
6532
6586
|
|
@@ -6788,6 +6842,9 @@ msgstr ""
|
|
6788
6842
|
msgid "Support Type"
|
6789
6843
|
msgstr ""
|
6790
6844
|
|
6845
|
+
msgid "Support ended"
|
6846
|
+
msgstr ""
|
6847
|
+
|
6791
6848
|
msgid "Supported Content Types"
|
6792
6849
|
msgstr ""
|
6793
6850
|
|
@@ -6869,13 +6926,13 @@ msgstr ""
|
|
6869
6926
|
msgid "Syncable export"
|
6870
6927
|
msgstr ""
|
6871
6928
|
|
6872
|
-
msgid "Synced
|
6929
|
+
msgid "Synced"
|
6873
6930
|
msgstr ""
|
6874
6931
|
|
6875
|
-
msgid "Synced
|
6932
|
+
msgid "Synced "
|
6876
6933
|
msgstr ""
|
6877
6934
|
|
6878
|
-
msgid "Synced
|
6935
|
+
msgid "Synced Content"
|
6879
6936
|
msgstr ""
|
6880
6937
|
|
6881
6938
|
msgid "Synchronize"
|
@@ -6935,12 +6992,24 @@ msgstr ""
|
|
6935
6992
|
msgid "Task ${task.humanized.action} has started."
|
6936
6993
|
msgstr ""
|
6937
6994
|
|
6995
|
+
msgid "Task ID"
|
6996
|
+
msgstr ""
|
6997
|
+
|
6938
6998
|
msgid "Task canceled"
|
6939
6999
|
msgstr ""
|
6940
7000
|
|
6941
7001
|
msgid "Task detail"
|
6942
7002
|
msgstr ""
|
6943
7003
|
|
7004
|
+
msgid "Task details"
|
7005
|
+
msgstr ""
|
7006
|
+
|
7007
|
+
msgid "Task result"
|
7008
|
+
msgstr ""
|
7009
|
+
|
7010
|
+
msgid "Task state"
|
7011
|
+
msgstr ""
|
7012
|
+
|
6944
7013
|
msgid "Temporary"
|
6945
7014
|
msgstr ""
|
6946
7015
|
|
@@ -6950,6 +7019,18 @@ msgstr ""
|
|
6950
7019
|
msgid "The Alternate Content Source type"
|
6951
7020
|
msgstr ""
|
6952
7021
|
|
7022
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7023
|
+
msgstr ""
|
7024
|
+
|
7025
|
+
msgid "The Foreman Client repository is enabled. "
|
7026
|
+
msgstr ""
|
7027
|
+
|
7028
|
+
msgid "The Foreman Client repository is synced. "
|
7029
|
+
msgstr ""
|
7030
|
+
|
7031
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7032
|
+
msgstr ""
|
7033
|
+
|
6953
7034
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
6954
7035
|
msgstr ""
|
6955
7036
|
|
@@ -6971,9 +7052,6 @@ msgstr ""
|
|
6971
7052
|
msgid "The default content view cannot be promoted"
|
6972
7053
|
msgstr ""
|
6973
7054
|
|
6974
|
-
msgid "The default dependency solving value for new content views."
|
6975
|
-
msgstr ""
|
6976
|
-
|
6977
7055
|
msgid "The description for the content view version"
|
6978
7056
|
msgstr ""
|
6979
7057
|
|
@@ -7119,12 +7197,6 @@ msgstr ""
|
|
7119
7197
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7120
7198
|
msgstr ""
|
7121
7199
|
|
7122
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7123
|
-
msgstr ""
|
7124
|
-
|
7125
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7126
|
-
msgstr ""
|
7127
|
-
|
7128
7200
|
msgid "There are no Manifests to display"
|
7129
7201
|
msgstr ""
|
7130
7202
|
|
@@ -7197,9 +7269,6 @@ msgstr ""
|
|
7197
7269
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7198
7270
|
msgstr ""
|
7199
7271
|
|
7200
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7201
|
-
msgstr ""
|
7202
|
-
|
7203
7272
|
msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
|
7204
7273
|
msgstr ""
|
7205
7274
|
|
@@ -7257,10 +7326,10 @@ msgstr ""
|
|
7257
7326
|
msgid "This is not a linked repository"
|
7258
7327
|
msgstr ""
|
7259
7328
|
|
7260
|
-
msgid "This organization
|
7329
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7261
7330
|
msgstr ""
|
7262
7331
|
|
7263
|
-
msgid "This
|
7332
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7264
7333
|
msgstr ""
|
7265
7334
|
|
7266
7335
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
@@ -7296,12 +7365,6 @@ msgstr ""
|
|
7296
7365
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7297
7366
|
msgstr ""
|
7298
7367
|
|
7299
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7300
|
-
msgstr ""
|
7301
|
-
|
7302
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7303
|
-
msgstr ""
|
7304
|
-
|
7305
7368
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7306
7369
|
msgstr ""
|
7307
7370
|
|
@@ -7527,9 +7590,6 @@ msgstr ""
|
|
7527
7590
|
msgid "Uninstall and reset"
|
7528
7591
|
msgstr ""
|
7529
7592
|
|
7530
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7531
|
-
msgstr ""
|
7532
|
-
|
7533
7593
|
msgid "Unknown"
|
7534
7594
|
msgstr ""
|
7535
7595
|
|
@@ -7587,6 +7647,9 @@ msgstr ""
|
|
7587
7647
|
msgid "Update CDN Configuration"
|
7588
7648
|
msgstr ""
|
7589
7649
|
|
7650
|
+
msgid "Update Content Counts"
|
7651
|
+
msgstr ""
|
7652
|
+
|
7590
7653
|
msgid "Update Content Overrides"
|
7591
7654
|
msgstr ""
|
7592
7655
|
|
@@ -7632,7 +7695,7 @@ msgstr "Wijzig een omgeving"
|
|
7632
7695
|
msgid "Update an environment in an organization"
|
7633
7696
|
msgstr ""
|
7634
7697
|
|
7635
|
-
msgid "Update content
|
7698
|
+
msgid "Update content counts for the smart proxy"
|
7636
7699
|
msgstr ""
|
7637
7700
|
|
7638
7701
|
msgid "Update content urls"
|
@@ -7656,30 +7719,15 @@ msgstr ""
|
|
7656
7719
|
msgid "Update installed packages, enabled repos, module inventory"
|
7657
7720
|
msgstr ""
|
7658
7721
|
|
7659
|
-
msgid "Update of all packages requested"
|
7660
|
-
msgstr ""
|
7661
|
-
|
7662
|
-
msgid "Update of package(s) requested: %{packages}"
|
7663
|
-
msgstr ""
|
7664
|
-
|
7665
7722
|
msgid "Update organization"
|
7666
7723
|
msgstr ""
|
7667
7724
|
|
7668
|
-
msgid "Update package"
|
7669
|
-
msgstr ""
|
7670
|
-
|
7671
|
-
msgid "Update package for %s"
|
7672
|
-
msgstr ""
|
7673
|
-
|
7674
7725
|
msgid "Update package group via Katello interface"
|
7675
7726
|
msgstr ""
|
7676
7727
|
|
7677
7728
|
msgid "Update package via Katello interface"
|
7678
7729
|
msgstr ""
|
7679
7730
|
|
7680
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7681
|
-
msgstr ""
|
7682
|
-
|
7683
7731
|
msgid "Update packages via Katello interface"
|
7684
7732
|
msgstr ""
|
7685
7733
|
|
@@ -7731,9 +7779,6 @@ msgstr ""
|
|
7731
7779
|
msgid "Updates a product"
|
7732
7780
|
msgstr ""
|
7733
7781
|
|
7734
|
-
msgid "Updates all packages on the host(s)"
|
7735
|
-
msgstr ""
|
7736
|
-
|
7737
7782
|
msgid "Updates available: Component content view versions have been updated."
|
7738
7783
|
msgstr ""
|
7739
7784
|
|
@@ -7851,9 +7896,6 @@ msgstr ""
|
|
7851
7896
|
msgid "Use HTTP proxies"
|
7852
7897
|
msgstr ""
|
7853
7898
|
|
7854
|
-
msgid "Use remote execution by default"
|
7855
|
-
msgstr ""
|
7856
|
-
|
7857
7899
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
7858
7900
|
msgstr ""
|
7859
7901
|
|
@@ -7974,12 +8016,18 @@ msgstr ""
|
|
7974
8016
|
msgid "View by"
|
7975
8017
|
msgstr ""
|
7976
8018
|
|
8019
|
+
msgid "View content views"
|
8020
|
+
msgstr ""
|
8021
|
+
|
7977
8022
|
msgid "View documentation"
|
7978
8023
|
msgstr ""
|
7979
8024
|
|
7980
8025
|
msgid "View matching content"
|
7981
8026
|
msgstr ""
|
7982
8027
|
|
8028
|
+
msgid "View sync status"
|
8029
|
+
msgstr ""
|
8030
|
+
|
7983
8031
|
msgid "View tasks "
|
7984
8032
|
msgstr ""
|
7985
8033
|
|
@@ -7998,7 +8046,7 @@ msgstr ""
|
|
7998
8046
|
msgid "Virtual host"
|
7999
8047
|
msgstr ""
|
8000
8048
|
|
8001
|
-
msgid "WARNING:
|
8049
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
8002
8050
|
msgstr ""
|
8003
8051
|
|
8004
8052
|
msgid "Waiting to start."
|
@@ -8145,15 +8193,15 @@ msgstr ""
|
|
8145
8193
|
msgid "Your search returned no matching Module streams."
|
8146
8194
|
msgstr ""
|
8147
8195
|
|
8148
|
-
msgid "Your search returned no matching RPMs."
|
8149
|
-
msgstr ""
|
8150
|
-
|
8151
8196
|
msgid "Your search returned no matching activation keys."
|
8152
8197
|
msgstr ""
|
8153
8198
|
|
8154
8199
|
msgid "Your search returned no matching hosts."
|
8155
8200
|
msgstr ""
|
8156
8201
|
|
8202
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8203
|
+
msgstr ""
|
8204
|
+
|
8157
8205
|
msgid "Yum"
|
8158
8206
|
msgstr ""
|
8159
8207
|
|
@@ -8340,9 +8388,6 @@ msgstr ""
|
|
8340
8388
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8341
8389
|
msgstr ""
|
8342
8390
|
|
8343
|
-
msgid "content view Dependency Solving Default"
|
8344
|
-
msgstr ""
|
8345
|
-
|
8346
8391
|
msgid "content view component ID. Identifier of the component association"
|
8347
8392
|
msgstr ""
|
8348
8393
|
|
@@ -8463,9 +8508,6 @@ msgstr ""
|
|
8463
8508
|
msgid "errata_ids is a required parameter"
|
8464
8509
|
msgstr ""
|
8465
8510
|
|
8466
|
-
msgid "errata_ids or update_all must be provided"
|
8467
|
-
msgstr ""
|
8468
|
-
|
8469
8511
|
msgid "erratum: IDs or a select all object"
|
8470
8512
|
msgstr ""
|
8471
8513
|
|
@@ -8622,9 +8664,6 @@ msgstr ""
|
|
8622
8664
|
msgid "list filters"
|
8623
8665
|
msgstr ""
|
8624
8666
|
|
8625
|
-
msgid "list of packages names"
|
8626
|
-
msgstr ""
|
8627
|
-
|
8628
8667
|
msgid "list of repository ids"
|
8629
8668
|
msgstr ""
|
8630
8669
|
|