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/id/katello.po
CHANGED
@@ -29,6 +29,12 @@ msgstr ""
|
|
29
29
|
msgid " %{package_count} Package(s)"
|
30
30
|
msgstr ""
|
31
31
|
|
32
|
+
msgid " (${item.published_at_words} ago)"
|
33
|
+
msgstr ""
|
34
|
+
|
35
|
+
msgid " (${version.published_at_words} ago)"
|
36
|
+
msgstr ""
|
37
|
+
|
32
38
|
msgid " Content view updated"
|
33
39
|
msgstr ""
|
34
40
|
|
@@ -250,6 +256,12 @@ msgstr ""
|
|
250
256
|
msgid "%{group} package group updated"
|
251
257
|
msgstr ""
|
252
258
|
|
259
|
+
msgid "%{label} failed"
|
260
|
+
msgstr ""
|
261
|
+
|
262
|
+
msgid "%{label} failed."
|
263
|
+
msgstr ""
|
264
|
+
|
253
265
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
254
266
|
msgstr ""
|
255
267
|
|
@@ -322,6 +334,9 @@ msgstr ""
|
|
322
334
|
msgid "%{package} package updated"
|
323
335
|
msgstr ""
|
324
336
|
|
337
|
+
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."
|
338
|
+
msgstr ""
|
339
|
+
|
325
340
|
msgid "%{sla}"
|
326
341
|
msgstr ""
|
327
342
|
|
@@ -391,9 +406,6 @@ msgstr ""
|
|
391
406
|
msgid "A backend service [ %s ] is unreachable"
|
392
407
|
msgstr ""
|
393
408
|
|
394
|
-
msgid "A content_type must be provided."
|
395
|
-
msgstr ""
|
396
|
-
|
397
409
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
398
410
|
msgstr ""
|
399
411
|
|
@@ -406,6 +418,18 @@ msgstr ""
|
|
406
418
|
msgid "A new version of "
|
407
419
|
msgstr ""
|
408
420
|
|
421
|
+
msgid "A notification about failed content view promotion"
|
422
|
+
msgstr ""
|
423
|
+
|
424
|
+
msgid "A notification about failed content view publish"
|
425
|
+
msgstr ""
|
426
|
+
|
427
|
+
msgid "A notification about failed proxy sync"
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
msgid "A notification about failed repository sync"
|
431
|
+
msgstr ""
|
432
|
+
|
409
433
|
msgid "A post-promotion summary of hosts with installable errata"
|
410
434
|
msgstr ""
|
411
435
|
|
@@ -439,9 +463,6 @@ msgstr ""
|
|
439
463
|
msgid "Abstract async task"
|
440
464
|
msgstr ""
|
441
465
|
|
442
|
-
msgid "Accept action timeout"
|
443
|
-
msgstr ""
|
444
|
-
|
445
466
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
446
467
|
msgstr ""
|
447
468
|
|
@@ -484,7 +505,7 @@ msgstr ""
|
|
484
505
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
485
506
|
msgstr ""
|
486
507
|
|
487
|
-
msgid "Activation key(s)
|
508
|
+
msgid "Activation key(s) to use during registration"
|
488
509
|
msgstr ""
|
489
510
|
|
490
511
|
msgid "Activation keys"
|
@@ -520,9 +541,6 @@ msgstr ""
|
|
520
541
|
msgid "Add Subscriptions"
|
521
542
|
msgstr ""
|
522
543
|
|
523
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
524
|
-
msgstr ""
|
525
|
-
|
526
544
|
msgid "Add a subscription to a host"
|
527
545
|
msgstr ""
|
528
546
|
|
@@ -595,6 +613,9 @@ msgstr ""
|
|
595
613
|
msgid "Add subscriptions to one or more hosts"
|
596
614
|
msgstr ""
|
597
615
|
|
616
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
617
|
+
msgstr ""
|
618
|
+
|
598
619
|
msgid "Add to a host collection"
|
599
620
|
msgstr ""
|
600
621
|
|
@@ -631,9 +652,6 @@ msgstr ""
|
|
631
652
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
632
653
|
msgstr ""
|
633
654
|
|
634
|
-
msgid "Agent action"
|
635
|
-
msgstr ""
|
636
|
-
|
637
655
|
msgid "All"
|
638
656
|
msgstr ""
|
639
657
|
|
@@ -773,7 +791,7 @@ msgstr ""
|
|
773
791
|
msgid "Apply"
|
774
792
|
msgstr ""
|
775
793
|
|
776
|
-
msgid "Apply
|
794
|
+
msgid "Apply erratum"
|
777
795
|
msgstr ""
|
778
796
|
|
779
797
|
msgid "Apply to all repositories in the CV"
|
@@ -782,15 +800,24 @@ msgstr ""
|
|
782
800
|
msgid "Apply to subset of repositories"
|
783
801
|
msgstr ""
|
784
802
|
|
785
|
-
msgid "Apply via Katello agent"
|
786
|
-
msgstr ""
|
787
|
-
|
788
803
|
msgid "Apply via customized remote execution"
|
789
804
|
msgstr ""
|
790
805
|
|
791
806
|
msgid "Apply via remote execution"
|
792
807
|
msgstr ""
|
793
808
|
|
809
|
+
msgid "Approaching end of maintenance support"
|
810
|
+
msgstr ""
|
811
|
+
|
812
|
+
msgid "Approaching end of maintenance support (%s)"
|
813
|
+
msgstr ""
|
814
|
+
|
815
|
+
msgid "Approaching end of support"
|
816
|
+
msgstr ""
|
817
|
+
|
818
|
+
msgid "Approaching end of support (%s)"
|
819
|
+
msgstr ""
|
820
|
+
|
794
821
|
msgid "Arch"
|
795
822
|
msgstr ""
|
796
823
|
|
@@ -967,6 +994,9 @@ msgstr ""
|
|
967
994
|
msgid "Batch size to sync repositories in."
|
968
995
|
msgstr ""
|
969
996
|
|
997
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
998
|
+
msgstr ""
|
999
|
+
|
970
1000
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
971
1001
|
msgstr ""
|
972
1002
|
|
@@ -1120,6 +1150,12 @@ msgstr ""
|
|
1120
1150
|
msgid "Cannot add default content view to composite content view"
|
1121
1151
|
msgstr ""
|
1122
1152
|
|
1153
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1154
|
+
msgstr ""
|
1155
|
+
|
1156
|
+
msgid "Cannot add disabled products to sync plan!"
|
1157
|
+
msgstr ""
|
1158
|
+
|
1123
1159
|
msgid "Cannot add generated content view versions to composite content view"
|
1124
1160
|
msgstr ""
|
1125
1161
|
|
@@ -1135,6 +1171,9 @@ msgstr ""
|
|
1135
1171
|
msgid "Cannot associate a component to a non composite content view"
|
1136
1172
|
msgstr ""
|
1137
1173
|
|
1174
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1175
|
+
msgstr ""
|
1176
|
+
|
1138
1177
|
msgid "Cannot calculate name for custom repos"
|
1139
1178
|
msgstr ""
|
1140
1179
|
|
@@ -1270,10 +1309,10 @@ msgstr ""
|
|
1270
1309
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1271
1310
|
msgstr ""
|
1272
1311
|
|
1273
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1312
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1274
1313
|
msgstr ""
|
1275
1314
|
|
1276
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1315
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1277
1316
|
msgstr ""
|
1278
1317
|
|
1279
1318
|
msgid "Check services before actions"
|
@@ -1336,9 +1375,6 @@ msgstr ""
|
|
1336
1375
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1337
1376
|
msgstr ""
|
1338
1377
|
|
1339
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1340
|
-
msgstr ""
|
1341
|
-
|
1342
1378
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1343
1379
|
msgstr ""
|
1344
1380
|
|
@@ -1630,6 +1666,12 @@ msgstr ""
|
|
1630
1666
|
msgid "Content view numeric identifier"
|
1631
1667
|
msgstr ""
|
1632
1668
|
|
1669
|
+
msgid "Content view promote failure"
|
1670
|
+
msgstr ""
|
1671
|
+
|
1672
|
+
msgid "Content view publish failure"
|
1673
|
+
msgstr ""
|
1674
|
+
|
1633
1675
|
msgid "Content view version export history identifier"
|
1634
1676
|
msgstr ""
|
1635
1677
|
|
@@ -1639,6 +1681,9 @@ msgstr ""
|
|
1639
1681
|
msgid "Content view version import history identifier"
|
1640
1682
|
msgstr ""
|
1641
1683
|
|
1684
|
+
msgid "Content view version is empty"
|
1685
|
+
msgstr ""
|
1686
|
+
|
1642
1687
|
msgid "Content views"
|
1643
1688
|
msgstr ""
|
1644
1689
|
|
@@ -2269,7 +2314,7 @@ msgstr ""
|
|
2269
2314
|
msgid "Disable module stream"
|
2270
2315
|
msgstr ""
|
2271
2316
|
|
2272
|
-
msgid "Disable simple content access for a manifest"
|
2317
|
+
msgid "Disable simple content access for a manifest. %s"
|
2273
2318
|
msgstr ""
|
2274
2319
|
|
2275
2320
|
msgid "Disabled"
|
@@ -2311,6 +2356,9 @@ msgstr ""
|
|
2311
2356
|
msgid "Duplicate artifact detected"
|
2312
2357
|
msgstr ""
|
2313
2358
|
|
2359
|
+
msgid "Duplicate repositories in content view versions"
|
2360
|
+
msgstr ""
|
2361
|
+
|
2314
2362
|
msgid "Duration"
|
2315
2363
|
msgstr ""
|
2316
2364
|
|
@@ -2416,7 +2464,7 @@ msgstr ""
|
|
2416
2464
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2417
2465
|
msgstr ""
|
2418
2466
|
|
2419
|
-
msgid "Enabling
|
2467
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2420
2468
|
msgstr ""
|
2421
2469
|
|
2422
2470
|
msgid "End Date"
|
@@ -2452,6 +2500,9 @@ msgstr ""
|
|
2452
2500
|
msgid "Environment"
|
2453
2501
|
msgstr ""
|
2454
2502
|
|
2503
|
+
msgid "Environment ID"
|
2504
|
+
msgstr ""
|
2505
|
+
|
2455
2506
|
msgid "Environment IDs"
|
2456
2507
|
msgstr ""
|
2457
2508
|
|
@@ -2461,6 +2512,9 @@ msgstr ""
|
|
2461
2512
|
msgid "Environment identifier"
|
2462
2513
|
msgstr ""
|
2463
2514
|
|
2515
|
+
msgid "Environment name"
|
2516
|
+
msgstr ""
|
2517
|
+
|
2464
2518
|
msgid "Environments"
|
2465
2519
|
msgstr ""
|
2466
2520
|
|
@@ -2593,6 +2647,9 @@ msgstr ""
|
|
2593
2647
|
msgid "Export as CSV"
|
2594
2648
|
msgstr ""
|
2595
2649
|
|
2650
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2651
|
+
msgstr ""
|
2652
|
+
|
2596
2653
|
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."
|
2597
2654
|
msgstr ""
|
2598
2655
|
|
@@ -2605,6 +2662,9 @@ msgstr ""
|
|
2605
2662
|
msgid "Exported version"
|
2606
2663
|
msgstr ""
|
2607
2664
|
|
2665
|
+
msgid "Extended support"
|
2666
|
+
msgstr ""
|
2667
|
+
|
2608
2668
|
msgid "Facts successfully updated."
|
2609
2669
|
msgstr ""
|
2610
2670
|
|
@@ -2752,9 +2812,6 @@ msgstr ""
|
|
2752
2812
|
msgid "Finish"
|
2753
2813
|
msgstr ""
|
2754
2814
|
|
2755
|
-
msgid "Finish action timeout"
|
2756
|
-
msgstr ""
|
2757
|
-
|
2758
2815
|
msgid "Finished"
|
2759
2816
|
msgstr ""
|
2760
2817
|
|
@@ -2802,6 +2859,9 @@ msgstr ""
|
|
2802
2859
|
msgid "Full description"
|
2803
2860
|
msgstr ""
|
2804
2861
|
|
2862
|
+
msgid "Full support"
|
2863
|
+
msgstr ""
|
2864
|
+
|
2805
2865
|
msgid "Fully entitled"
|
2806
2866
|
msgstr ""
|
2807
2867
|
|
@@ -2859,15 +2919,15 @@ msgstr ""
|
|
2859
2919
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2860
2920
|
msgstr ""
|
2861
2921
|
|
2862
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2863
|
-
msgstr ""
|
2864
|
-
|
2865
2922
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2866
2923
|
msgstr ""
|
2867
2924
|
|
2868
2925
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2869
2926
|
msgstr ""
|
2870
2927
|
|
2928
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
2929
|
+
msgstr ""
|
2930
|
+
|
2871
2931
|
msgid "Go to job details"
|
2872
2932
|
msgstr ""
|
2873
2933
|
|
@@ -2892,6 +2952,9 @@ msgstr ""
|
|
2892
2952
|
msgid "Has to be > 0"
|
2893
2953
|
msgstr ""
|
2894
2954
|
|
2955
|
+
msgid "Help"
|
2956
|
+
msgstr ""
|
2957
|
+
|
2895
2958
|
msgid "Helper"
|
2896
2959
|
msgstr ""
|
2897
2960
|
|
@@ -2982,12 +3045,6 @@ msgstr ""
|
|
2982
3045
|
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."
|
2983
3046
|
msgstr ""
|
2984
3047
|
|
2985
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
2986
|
-
msgstr ""
|
2987
|
-
|
2988
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
2989
|
-
msgstr ""
|
2990
|
-
|
2991
3048
|
msgid "Host errata advisory"
|
2992
3049
|
msgstr ""
|
2993
3050
|
|
@@ -3009,6 +3066,9 @@ msgstr ""
|
|
3009
3066
|
msgid "Host id to list applicable packages for"
|
3010
3067
|
msgstr ""
|
3011
3068
|
|
3069
|
+
msgid "Host lifecycle support expiration notification"
|
3070
|
+
msgstr ""
|
3071
|
+
|
3012
3072
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3013
3073
|
msgstr ""
|
3014
3074
|
|
@@ -3209,9 +3269,6 @@ msgstr ""
|
|
3209
3269
|
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"
|
3210
3270
|
msgstr ""
|
3211
3271
|
|
3212
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3213
|
-
msgstr ""
|
3214
|
-
|
3215
3272
|
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."
|
3216
3273
|
msgstr ""
|
3217
3274
|
|
@@ -3296,9 +3353,6 @@ msgstr ""
|
|
3296
3353
|
msgid "Import a Manifest to Begin"
|
3297
3354
|
msgstr ""
|
3298
3355
|
|
3299
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3300
|
-
msgstr ""
|
3301
|
-
|
3302
3356
|
msgid "Import a Manifest using the manifest tab above."
|
3303
3357
|
msgstr ""
|
3304
3358
|
|
@@ -3311,6 +3365,9 @@ msgstr ""
|
|
3311
3365
|
msgid "Import a repository"
|
3312
3366
|
msgstr ""
|
3313
3367
|
|
3368
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3369
|
+
msgstr ""
|
3370
|
+
|
3314
3371
|
msgid "Import facts"
|
3315
3372
|
msgstr ""
|
3316
3373
|
|
@@ -3419,36 +3476,12 @@ msgstr ""
|
|
3419
3476
|
msgid "Install"
|
3420
3477
|
msgstr ""
|
3421
3478
|
|
3422
|
-
msgid "Install Applicable Errata"
|
3423
|
-
msgstr ""
|
3424
|
-
|
3425
|
-
msgid "Install Applicable Errata on %s"
|
3426
|
-
msgstr ""
|
3427
|
-
|
3428
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3429
|
-
msgstr ""
|
3430
|
-
|
3431
3479
|
msgid "Install errata using scoped search query"
|
3432
3480
|
msgstr ""
|
3433
3481
|
|
3434
3482
|
msgid "Install errata via Katello interface"
|
3435
3483
|
msgstr ""
|
3436
3484
|
|
3437
|
-
msgid "Install erratum"
|
3438
|
-
msgstr ""
|
3439
|
-
|
3440
|
-
msgid "Install erratum for %s"
|
3441
|
-
msgstr ""
|
3442
|
-
|
3443
|
-
msgid "Install package"
|
3444
|
-
msgstr ""
|
3445
|
-
|
3446
|
-
msgid "Install package for %s"
|
3447
|
-
msgstr ""
|
3448
|
-
|
3449
|
-
msgid "Install package group"
|
3450
|
-
msgstr ""
|
3451
|
-
|
3452
3485
|
msgid "Install package group via Katello interface"
|
3453
3486
|
msgstr ""
|
3454
3487
|
|
@@ -3458,18 +3491,12 @@ msgstr ""
|
|
3458
3491
|
msgid "Install packages"
|
3459
3492
|
msgstr ""
|
3460
3493
|
|
3461
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3462
|
-
msgstr ""
|
3463
|
-
|
3464
3494
|
msgid "Install packages via Katello interface"
|
3465
3495
|
msgstr ""
|
3466
3496
|
|
3467
3497
|
msgid "Install via customized remote execution"
|
3468
3498
|
msgstr ""
|
3469
3499
|
|
3470
|
-
msgid "Install via katello-agent"
|
3471
|
-
msgstr ""
|
3472
|
-
|
3473
3500
|
msgid "Install via remote execution"
|
3474
3501
|
msgstr ""
|
3475
3502
|
|
@@ -3482,15 +3509,6 @@ msgstr ""
|
|
3482
3509
|
msgid "Installable updates"
|
3483
3510
|
msgstr ""
|
3484
3511
|
|
3485
|
-
msgid "Installation of errata requested: %{errata}"
|
3486
|
-
msgstr ""
|
3487
|
-
|
3488
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3489
|
-
msgstr ""
|
3490
|
-
|
3491
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3492
|
-
msgstr ""
|
3493
|
-
|
3494
3512
|
msgid "Installation status"
|
3495
3513
|
msgstr ""
|
3496
3514
|
|
@@ -3548,9 +3566,6 @@ msgstr ""
|
|
3548
3566
|
msgid "Invalid content label: %s"
|
3549
3567
|
msgstr ""
|
3550
3568
|
|
3551
|
-
msgid "Invalid content type %s"
|
3552
|
-
msgstr ""
|
3553
|
-
|
3554
3569
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3555
3570
|
msgstr ""
|
3556
3571
|
|
@@ -3626,15 +3641,9 @@ msgstr ""
|
|
3626
3641
|
msgid "Job '${description}' has started."
|
3627
3642
|
msgstr ""
|
3628
3643
|
|
3629
|
-
msgid "Katello 4.10"
|
3630
|
-
msgstr ""
|
3631
|
-
|
3632
3644
|
msgid "Katello ID of local pool to update"
|
3633
3645
|
msgstr ""
|
3634
3646
|
|
3635
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3636
|
-
msgstr ""
|
3637
|
-
|
3638
3647
|
msgid "Katello: Install Errata"
|
3639
3648
|
msgstr ""
|
3640
3649
|
|
@@ -3716,6 +3725,9 @@ msgstr ""
|
|
3716
3725
|
msgid "Last refresh :"
|
3717
3726
|
msgstr ""
|
3718
3727
|
|
3728
|
+
msgid "Last sync"
|
3729
|
+
msgstr ""
|
3730
|
+
|
3719
3731
|
msgid "Last task"
|
3720
3732
|
msgstr ""
|
3721
3733
|
|
@@ -3776,6 +3788,9 @@ msgstr ""
|
|
3776
3788
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3777
3789
|
msgstr ""
|
3778
3790
|
|
3791
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3792
|
+
msgstr ""
|
3793
|
+
|
3779
3794
|
msgid "Lifecycle environment ID"
|
3780
3795
|
msgstr ""
|
3781
3796
|
|
@@ -3857,6 +3872,9 @@ msgstr ""
|
|
3857
3872
|
msgid "List components attached to this content view"
|
3858
3873
|
msgstr ""
|
3859
3874
|
|
3875
|
+
msgid "List content counts for the smart proxy"
|
3876
|
+
msgstr ""
|
3877
|
+
|
3860
3878
|
msgid "List content view versions"
|
3861
3879
|
msgstr ""
|
3862
3880
|
|
@@ -3908,9 +3926,6 @@ msgstr ""
|
|
3908
3926
|
msgid "List of Errata ids"
|
3909
3927
|
msgstr ""
|
3910
3928
|
|
3911
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
3912
|
-
msgstr ""
|
3913
|
-
|
3914
3929
|
msgid "List of Products for sync plan"
|
3915
3930
|
msgstr ""
|
3916
3931
|
|
@@ -3920,12 +3935,6 @@ msgstr ""
|
|
3920
3935
|
msgid "List of component content view version ids for composite views"
|
3921
3936
|
msgstr ""
|
3922
3937
|
|
3923
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
3924
|
-
msgstr ""
|
3925
|
-
|
3926
|
-
msgid "List of content (e.g. package or package group names)"
|
3927
|
-
msgstr ""
|
3928
|
-
|
3929
3938
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
3930
3939
|
msgstr ""
|
3931
3940
|
|
@@ -4073,6 +4082,9 @@ msgstr ""
|
|
4073
4082
|
msgid "Low"
|
4074
4083
|
msgstr ""
|
4075
4084
|
|
4085
|
+
msgid "Maintenance support"
|
4086
|
+
msgstr ""
|
4087
|
+
|
4076
4088
|
msgid "Make copy of a content view"
|
4077
4089
|
msgstr ""
|
4078
4090
|
|
@@ -4130,6 +4142,9 @@ msgstr ""
|
|
4130
4142
|
msgid "Matched"
|
4131
4143
|
msgstr ""
|
4132
4144
|
|
4145
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4146
|
+
msgstr ""
|
4147
|
+
|
4133
4148
|
msgid "Matching content"
|
4134
4149
|
msgstr ""
|
4135
4150
|
|
@@ -4345,9 +4360,6 @@ msgstr ""
|
|
4345
4360
|
msgid "No Content found"
|
4346
4361
|
msgstr ""
|
4347
4362
|
|
4348
|
-
msgid "No Lifecycle environment to select"
|
4349
|
-
msgstr ""
|
4350
|
-
|
4351
4363
|
msgid "No Manifest Uploaded"
|
4352
4364
|
msgstr ""
|
4353
4365
|
|
@@ -4372,9 +4384,6 @@ msgstr ""
|
|
4372
4384
|
msgid "No applicable errata"
|
4373
4385
|
msgstr ""
|
4374
4386
|
|
4375
|
-
msgid "No applicable errata for %s, skipping"
|
4376
|
-
msgstr ""
|
4377
|
-
|
4378
4387
|
msgid "No applications to restart"
|
4379
4388
|
msgstr ""
|
4380
4389
|
|
@@ -4393,9 +4402,6 @@ msgstr ""
|
|
4393
4402
|
msgid "No content added."
|
4394
4403
|
msgstr ""
|
4395
4404
|
|
4396
|
-
msgid "No content has been provided."
|
4397
|
-
msgstr ""
|
4398
|
-
|
4399
4405
|
msgid "No content ids provided"
|
4400
4406
|
msgstr ""
|
4401
4407
|
|
@@ -4426,6 +4432,9 @@ msgstr ""
|
|
4426
4432
|
msgid "No description provided"
|
4427
4433
|
msgstr ""
|
4428
4434
|
|
4435
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4436
|
+
msgstr ""
|
4437
|
+
|
4429
4438
|
msgid "No enabled repositories match your search criteria."
|
4430
4439
|
msgstr ""
|
4431
4440
|
|
@@ -4507,9 +4516,6 @@ msgstr ""
|
|
4507
4516
|
msgid "No matching DEB found."
|
4508
4517
|
msgstr ""
|
4509
4518
|
|
4510
|
-
msgid "No matching RPM found."
|
4511
|
-
msgstr ""
|
4512
|
-
|
4513
4519
|
msgid "No matching activation keys found."
|
4514
4520
|
msgstr ""
|
4515
4521
|
|
@@ -4537,6 +4543,9 @@ msgstr ""
|
|
4537
4543
|
msgid "No matching hosts found."
|
4538
4544
|
msgstr ""
|
4539
4545
|
|
4546
|
+
msgid "No matching non-modular RPM found."
|
4547
|
+
msgstr ""
|
4548
|
+
|
4540
4549
|
msgid "No matching packages found"
|
4541
4550
|
msgstr ""
|
4542
4551
|
|
@@ -4753,6 +4762,9 @@ msgstr ""
|
|
4753
4762
|
msgid "On-disk location for pulp 3 exported repositories"
|
4754
4763
|
msgstr ""
|
4755
4764
|
|
4765
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4766
|
+
msgstr ""
|
4767
|
+
|
4756
4768
|
msgid "One of parameters [ %s ] required but not specified."
|
4757
4769
|
msgstr ""
|
4758
4770
|
|
@@ -4777,6 +4789,9 @@ msgstr ""
|
|
4777
4789
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4778
4790
|
msgstr ""
|
4779
4791
|
|
4792
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4793
|
+
msgstr ""
|
4794
|
+
|
4780
4795
|
msgid "Only returns id and quantity fields"
|
4781
4796
|
msgstr ""
|
4782
4797
|
|
@@ -5187,6 +5202,9 @@ msgid ""
|
|
5187
5202
|
" this is not the same product id as the products api returns"
|
5188
5203
|
msgstr ""
|
5189
5204
|
|
5205
|
+
msgid "Product label"
|
5206
|
+
msgstr ""
|
5207
|
+
|
5190
5208
|
msgid "Product name"
|
5191
5209
|
msgstr ""
|
5192
5210
|
|
@@ -5259,6 +5277,9 @@ msgstr ""
|
|
5259
5277
|
msgid "Proxies"
|
5260
5278
|
msgstr ""
|
5261
5279
|
|
5280
|
+
msgid "Proxy sync failure"
|
5281
|
+
msgstr ""
|
5282
|
+
|
5262
5283
|
msgid "Public"
|
5263
5284
|
msgstr ""
|
5264
5285
|
|
@@ -5391,6 +5412,12 @@ msgstr ""
|
|
5391
5412
|
msgid "RH Repos"
|
5392
5413
|
msgstr ""
|
5393
5414
|
|
5415
|
+
msgid "RHEL Lifecycle status"
|
5416
|
+
msgstr ""
|
5417
|
+
|
5418
|
+
msgid "RHEL lifecycle"
|
5419
|
+
msgstr ""
|
5420
|
+
|
5394
5421
|
msgid "RHUI"
|
5395
5422
|
msgstr ""
|
5396
5423
|
|
@@ -5439,9 +5466,6 @@ msgstr ""
|
|
5439
5466
|
msgid "Reboot required"
|
5440
5467
|
msgstr ""
|
5441
5468
|
|
5442
|
-
msgid "Recalculate"
|
5443
|
-
msgstr ""
|
5444
|
-
|
5445
5469
|
msgid "Recently Expired Subscriptions"
|
5446
5470
|
msgstr ""
|
5447
5471
|
|
@@ -5517,6 +5541,18 @@ msgstr ""
|
|
5517
5541
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5518
5542
|
msgstr ""
|
5519
5543
|
|
5544
|
+
msgid "Refresh applicability"
|
5545
|
+
msgstr ""
|
5546
|
+
|
5547
|
+
msgid "Refresh counts"
|
5548
|
+
msgstr ""
|
5549
|
+
|
5550
|
+
msgid "Refresh errata applicability"
|
5551
|
+
msgstr ""
|
5552
|
+
|
5553
|
+
msgid "Refresh package applicability"
|
5554
|
+
msgstr ""
|
5555
|
+
|
5520
5556
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5521
5557
|
msgstr ""
|
5522
5558
|
|
@@ -5598,13 +5634,10 @@ msgstr ""
|
|
5598
5634
|
msgid "Remote action:"
|
5599
5635
|
msgstr ""
|
5600
5636
|
|
5601
|
-
msgid "Remote execution
|
5602
|
-
msgstr ""
|
5603
|
-
|
5604
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5637
|
+
msgid "Remote execution is enabled."
|
5605
5638
|
msgstr ""
|
5606
5639
|
|
5607
|
-
msgid "
|
5640
|
+
msgid "Remote execution job '${description}' failed."
|
5608
5641
|
msgstr ""
|
5609
5642
|
|
5610
5643
|
msgid "Remove"
|
@@ -5628,9 +5661,6 @@ msgstr ""
|
|
5628
5661
|
msgid "Remove components from the content view"
|
5629
5662
|
msgstr ""
|
5630
5663
|
|
5631
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5632
|
-
msgstr ""
|
5633
|
-
|
5634
5664
|
msgid "Remove content view version"
|
5635
5665
|
msgstr ""
|
5636
5666
|
|
@@ -5664,15 +5694,6 @@ msgstr ""
|
|
5664
5694
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5665
5695
|
msgstr ""
|
5666
5696
|
|
5667
|
-
msgid "Remove package"
|
5668
|
-
msgstr ""
|
5669
|
-
|
5670
|
-
msgid "Remove package for %s"
|
5671
|
-
msgstr ""
|
5672
|
-
|
5673
|
-
msgid "Remove package group"
|
5674
|
-
msgstr ""
|
5675
|
-
|
5676
5697
|
msgid "Remove package group via Katello interface"
|
5677
5698
|
msgstr ""
|
5678
5699
|
|
@@ -5718,10 +5739,13 @@ msgstr ""
|
|
5718
5739
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5719
5740
|
msgstr ""
|
5720
5741
|
|
5742
|
+
msgid "Repo ID"
|
5743
|
+
msgstr ""
|
5744
|
+
|
5721
5745
|
msgid "Repo Type"
|
5722
5746
|
msgstr ""
|
5723
5747
|
|
5724
|
-
msgid "
|
5748
|
+
msgid "Repo label"
|
5725
5749
|
msgstr ""
|
5726
5750
|
|
5727
5751
|
msgid "Repositories"
|
@@ -5730,6 +5754,9 @@ msgstr ""
|
|
5730
5754
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5731
5755
|
msgstr ""
|
5732
5756
|
|
5757
|
+
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."
|
5758
|
+
msgstr ""
|
5759
|
+
|
5733
5760
|
msgid "Repositories from published Content Views are not allowed."
|
5734
5761
|
msgstr ""
|
5735
5762
|
|
@@ -5742,12 +5769,18 @@ msgstr ""
|
|
5742
5769
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5743
5770
|
msgstr ""
|
5744
5771
|
|
5772
|
+
msgid "Repository %{label} failed to synchronize"
|
5773
|
+
msgstr ""
|
5774
|
+
|
5745
5775
|
msgid "Repository '%(repoName)s' has been disabled."
|
5746
5776
|
msgstr ""
|
5747
5777
|
|
5748
5778
|
msgid "Repository '%(repoName)s' has been enabled."
|
5749
5779
|
msgstr ""
|
5750
5780
|
|
5781
|
+
msgid "Repository ID"
|
5782
|
+
msgstr ""
|
5783
|
+
|
5751
5784
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5752
5785
|
msgstr ""
|
5753
5786
|
|
@@ -5769,6 +5802,9 @@ msgstr ""
|
|
5769
5802
|
msgid "Repository label '%s' is not associated with content view."
|
5770
5803
|
msgstr ""
|
5771
5804
|
|
5805
|
+
msgid "Repository name"
|
5806
|
+
msgstr ""
|
5807
|
+
|
5772
5808
|
msgid "Repository not found"
|
5773
5809
|
msgstr ""
|
5774
5810
|
|
@@ -5808,6 +5844,9 @@ msgstr ""
|
|
5808
5844
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5809
5845
|
msgstr ""
|
5810
5846
|
|
5847
|
+
msgid "Repository sync failure"
|
5848
|
+
msgstr ""
|
5849
|
+
|
5811
5850
|
msgid "Repository type"
|
5812
5851
|
msgstr ""
|
5813
5852
|
|
@@ -6036,9 +6075,6 @@ msgstr ""
|
|
6036
6075
|
msgid "Saving alternate content source..."
|
6037
6076
|
msgstr ""
|
6038
6077
|
|
6039
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6040
|
-
msgstr ""
|
6041
|
-
|
6042
6078
|
msgid "Schema Version 1"
|
6043
6079
|
msgstr ""
|
6044
6080
|
|
@@ -6216,7 +6252,10 @@ msgstr ""
|
|
6216
6252
|
msgid "Select source type"
|
6217
6253
|
msgstr ""
|
6218
6254
|
|
6219
|
-
msgid "Select system purpose attributes for
|
6255
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6256
|
+
msgstr ""
|
6257
|
+
|
6258
|
+
msgid "Select system purpose attributes for host {name}."
|
6220
6259
|
msgstr ""
|
6221
6260
|
|
6222
6261
|
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."
|
@@ -6384,6 +6423,9 @@ msgstr ""
|
|
6384
6423
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6385
6424
|
msgstr ""
|
6386
6425
|
|
6426
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6427
|
+
msgstr ""
|
6428
|
+
|
6387
6429
|
msgid "Simplified"
|
6388
6430
|
msgstr ""
|
6389
6431
|
|
@@ -6402,12 +6444,21 @@ msgstr ""
|
|
6402
6444
|
msgid "Smart proxies"
|
6403
6445
|
msgstr ""
|
6404
6446
|
|
6447
|
+
msgid "Smart proxy ID"
|
6448
|
+
msgstr ""
|
6449
|
+
|
6405
6450
|
msgid "Smart proxy IDs"
|
6406
6451
|
msgstr ""
|
6407
6452
|
|
6453
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6454
|
+
msgstr ""
|
6455
|
+
|
6408
6456
|
msgid "Smart proxy content source not found!"
|
6409
6457
|
msgstr ""
|
6410
6458
|
|
6459
|
+
msgid "Smart proxy name"
|
6460
|
+
msgstr ""
|
6461
|
+
|
6411
6462
|
msgid "Sockets"
|
6412
6463
|
msgstr ""
|
6413
6464
|
|
@@ -6516,6 +6567,9 @@ msgstr ""
|
|
6516
6567
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6517
6568
|
msgstr ""
|
6518
6569
|
|
6570
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6571
|
+
msgstr ""
|
6572
|
+
|
6519
6573
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6520
6574
|
msgstr ""
|
6521
6575
|
|
@@ -6777,6 +6831,9 @@ msgstr ""
|
|
6777
6831
|
msgid "Support Type"
|
6778
6832
|
msgstr ""
|
6779
6833
|
|
6834
|
+
msgid "Support ended"
|
6835
|
+
msgstr ""
|
6836
|
+
|
6780
6837
|
msgid "Supported Content Types"
|
6781
6838
|
msgstr ""
|
6782
6839
|
|
@@ -6858,13 +6915,13 @@ msgstr ""
|
|
6858
6915
|
msgid "Syncable export"
|
6859
6916
|
msgstr ""
|
6860
6917
|
|
6861
|
-
msgid "Synced
|
6918
|
+
msgid "Synced"
|
6862
6919
|
msgstr ""
|
6863
6920
|
|
6864
|
-
msgid "Synced
|
6921
|
+
msgid "Synced "
|
6865
6922
|
msgstr ""
|
6866
6923
|
|
6867
|
-
msgid "Synced
|
6924
|
+
msgid "Synced Content"
|
6868
6925
|
msgstr ""
|
6869
6926
|
|
6870
6927
|
msgid "Synchronize"
|
@@ -6924,12 +6981,24 @@ msgstr ""
|
|
6924
6981
|
msgid "Task ${task.humanized.action} has started."
|
6925
6982
|
msgstr ""
|
6926
6983
|
|
6984
|
+
msgid "Task ID"
|
6985
|
+
msgstr ""
|
6986
|
+
|
6927
6987
|
msgid "Task canceled"
|
6928
6988
|
msgstr ""
|
6929
6989
|
|
6930
6990
|
msgid "Task detail"
|
6931
6991
|
msgstr ""
|
6932
6992
|
|
6993
|
+
msgid "Task details"
|
6994
|
+
msgstr ""
|
6995
|
+
|
6996
|
+
msgid "Task result"
|
6997
|
+
msgstr ""
|
6998
|
+
|
6999
|
+
msgid "Task state"
|
7000
|
+
msgstr ""
|
7001
|
+
|
6933
7002
|
msgid "Temporary"
|
6934
7003
|
msgstr ""
|
6935
7004
|
|
@@ -6939,6 +7008,18 @@ msgstr ""
|
|
6939
7008
|
msgid "The Alternate Content Source type"
|
6940
7009
|
msgstr ""
|
6941
7010
|
|
7011
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7012
|
+
msgstr ""
|
7013
|
+
|
7014
|
+
msgid "The Foreman Client repository is enabled. "
|
7015
|
+
msgstr ""
|
7016
|
+
|
7017
|
+
msgid "The Foreman Client repository is synced. "
|
7018
|
+
msgstr ""
|
7019
|
+
|
7020
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7021
|
+
msgstr ""
|
7022
|
+
|
6942
7023
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
6943
7024
|
msgstr ""
|
6944
7025
|
|
@@ -6960,9 +7041,6 @@ msgstr ""
|
|
6960
7041
|
msgid "The default content view cannot be promoted"
|
6961
7042
|
msgstr ""
|
6962
7043
|
|
6963
|
-
msgid "The default dependency solving value for new content views."
|
6964
|
-
msgstr ""
|
6965
|
-
|
6966
7044
|
msgid "The description for the content view version"
|
6967
7045
|
msgstr ""
|
6968
7046
|
|
@@ -7108,12 +7186,6 @@ msgstr ""
|
|
7108
7186
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7109
7187
|
msgstr ""
|
7110
7188
|
|
7111
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7112
|
-
msgstr ""
|
7113
|
-
|
7114
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7115
|
-
msgstr ""
|
7116
|
-
|
7117
7189
|
msgid "There are no Manifests to display"
|
7118
7190
|
msgstr ""
|
7119
7191
|
|
@@ -7186,9 +7258,6 @@ msgstr ""
|
|
7186
7258
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7187
7259
|
msgstr ""
|
7188
7260
|
|
7189
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7190
|
-
msgstr ""
|
7191
|
-
|
7192
7261
|
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."
|
7193
7262
|
msgstr ""
|
7194
7263
|
|
@@ -7246,10 +7315,10 @@ msgstr ""
|
|
7246
7315
|
msgid "This is not a linked repository"
|
7247
7316
|
msgstr ""
|
7248
7317
|
|
7249
|
-
msgid "This organization
|
7318
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7250
7319
|
msgstr ""
|
7251
7320
|
|
7252
|
-
msgid "This
|
7321
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7253
7322
|
msgstr ""
|
7254
7323
|
|
7255
7324
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
@@ -7285,12 +7354,6 @@ msgstr ""
|
|
7285
7354
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7286
7355
|
msgstr ""
|
7287
7356
|
|
7288
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7289
|
-
msgstr ""
|
7290
|
-
|
7291
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7292
|
-
msgstr ""
|
7293
|
-
|
7294
7357
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7295
7358
|
msgstr ""
|
7296
7359
|
|
@@ -7516,9 +7579,6 @@ msgstr ""
|
|
7516
7579
|
msgid "Uninstall and reset"
|
7517
7580
|
msgstr ""
|
7518
7581
|
|
7519
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7520
|
-
msgstr ""
|
7521
|
-
|
7522
7582
|
msgid "Unknown"
|
7523
7583
|
msgstr ""
|
7524
7584
|
|
@@ -7576,6 +7636,9 @@ msgstr ""
|
|
7576
7636
|
msgid "Update CDN Configuration"
|
7577
7637
|
msgstr ""
|
7578
7638
|
|
7639
|
+
msgid "Update Content Counts"
|
7640
|
+
msgstr ""
|
7641
|
+
|
7579
7642
|
msgid "Update Content Overrides"
|
7580
7643
|
msgstr ""
|
7581
7644
|
|
@@ -7621,7 +7684,7 @@ msgstr ""
|
|
7621
7684
|
msgid "Update an environment in an organization"
|
7622
7685
|
msgstr ""
|
7623
7686
|
|
7624
|
-
msgid "Update content
|
7687
|
+
msgid "Update content counts for the smart proxy"
|
7625
7688
|
msgstr ""
|
7626
7689
|
|
7627
7690
|
msgid "Update content urls"
|
@@ -7645,30 +7708,15 @@ msgstr ""
|
|
7645
7708
|
msgid "Update installed packages, enabled repos, module inventory"
|
7646
7709
|
msgstr ""
|
7647
7710
|
|
7648
|
-
msgid "Update of all packages requested"
|
7649
|
-
msgstr ""
|
7650
|
-
|
7651
|
-
msgid "Update of package(s) requested: %{packages}"
|
7652
|
-
msgstr ""
|
7653
|
-
|
7654
7711
|
msgid "Update organization"
|
7655
7712
|
msgstr ""
|
7656
7713
|
|
7657
|
-
msgid "Update package"
|
7658
|
-
msgstr ""
|
7659
|
-
|
7660
|
-
msgid "Update package for %s"
|
7661
|
-
msgstr ""
|
7662
|
-
|
7663
7714
|
msgid "Update package group via Katello interface"
|
7664
7715
|
msgstr ""
|
7665
7716
|
|
7666
7717
|
msgid "Update package via Katello interface"
|
7667
7718
|
msgstr ""
|
7668
7719
|
|
7669
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7670
|
-
msgstr ""
|
7671
|
-
|
7672
7720
|
msgid "Update packages via Katello interface"
|
7673
7721
|
msgstr ""
|
7674
7722
|
|
@@ -7720,9 +7768,6 @@ msgstr ""
|
|
7720
7768
|
msgid "Updates a product"
|
7721
7769
|
msgstr ""
|
7722
7770
|
|
7723
|
-
msgid "Updates all packages on the host(s)"
|
7724
|
-
msgstr ""
|
7725
|
-
|
7726
7771
|
msgid "Updates available: Component content view versions have been updated."
|
7727
7772
|
msgstr ""
|
7728
7773
|
|
@@ -7840,9 +7885,6 @@ msgstr ""
|
|
7840
7885
|
msgid "Use HTTP proxies"
|
7841
7886
|
msgstr ""
|
7842
7887
|
|
7843
|
-
msgid "Use remote execution by default"
|
7844
|
-
msgstr ""
|
7845
|
-
|
7846
7888
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
7847
7889
|
msgstr ""
|
7848
7890
|
|
@@ -7963,12 +8005,18 @@ msgstr ""
|
|
7963
8005
|
msgid "View by"
|
7964
8006
|
msgstr ""
|
7965
8007
|
|
8008
|
+
msgid "View content views"
|
8009
|
+
msgstr ""
|
8010
|
+
|
7966
8011
|
msgid "View documentation"
|
7967
8012
|
msgstr ""
|
7968
8013
|
|
7969
8014
|
msgid "View matching content"
|
7970
8015
|
msgstr ""
|
7971
8016
|
|
8017
|
+
msgid "View sync status"
|
8018
|
+
msgstr ""
|
8019
|
+
|
7972
8020
|
msgid "View tasks "
|
7973
8021
|
msgstr ""
|
7974
8022
|
|
@@ -7987,7 +8035,7 @@ msgstr ""
|
|
7987
8035
|
msgid "Virtual host"
|
7988
8036
|
msgstr ""
|
7989
8037
|
|
7990
|
-
msgid "WARNING:
|
8038
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
7991
8039
|
msgstr ""
|
7992
8040
|
|
7993
8041
|
msgid "Waiting to start."
|
@@ -8134,15 +8182,15 @@ msgstr ""
|
|
8134
8182
|
msgid "Your search returned no matching Module streams."
|
8135
8183
|
msgstr ""
|
8136
8184
|
|
8137
|
-
msgid "Your search returned no matching RPMs."
|
8138
|
-
msgstr ""
|
8139
|
-
|
8140
8185
|
msgid "Your search returned no matching activation keys."
|
8141
8186
|
msgstr ""
|
8142
8187
|
|
8143
8188
|
msgid "Your search returned no matching hosts."
|
8144
8189
|
msgstr ""
|
8145
8190
|
|
8191
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8192
|
+
msgstr ""
|
8193
|
+
|
8146
8194
|
msgid "Yum"
|
8147
8195
|
msgstr ""
|
8148
8196
|
|
@@ -8329,9 +8377,6 @@ msgstr ""
|
|
8329
8377
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8330
8378
|
msgstr ""
|
8331
8379
|
|
8332
|
-
msgid "content view Dependency Solving Default"
|
8333
|
-
msgstr ""
|
8334
|
-
|
8335
8380
|
msgid "content view component ID. Identifier of the component association"
|
8336
8381
|
msgstr ""
|
8337
8382
|
|
@@ -8452,9 +8497,6 @@ msgstr ""
|
|
8452
8497
|
msgid "errata_ids is a required parameter"
|
8453
8498
|
msgstr ""
|
8454
8499
|
|
8455
|
-
msgid "errata_ids or update_all must be provided"
|
8456
|
-
msgstr ""
|
8457
|
-
|
8458
8500
|
msgid "erratum: IDs or a select all object"
|
8459
8501
|
msgstr ""
|
8460
8502
|
|
@@ -8611,9 +8653,6 @@ msgstr ""
|
|
8611
8653
|
msgid "list filters"
|
8612
8654
|
msgstr ""
|
8613
8655
|
|
8614
|
-
msgid "list of packages names"
|
8615
|
-
msgstr ""
|
8616
|
-
|
8617
8656
|
msgid "list of repository ids"
|
8618
8657
|
msgstr ""
|
8619
8658
|
|