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/te/katello.po
CHANGED
@@ -33,6 +33,12 @@ msgstr ""
|
|
33
33
|
msgid " %{package_count} Package(s)"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
+
msgid " (${item.published_at_words} ago)"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid " (${version.published_at_words} ago)"
|
40
|
+
msgstr ""
|
41
|
+
|
36
42
|
msgid " Content view updated"
|
37
43
|
msgstr ""
|
38
44
|
|
@@ -254,6 +260,12 @@ msgstr ""
|
|
254
260
|
msgid "%{group} package group updated"
|
255
261
|
msgstr ""
|
256
262
|
|
263
|
+
msgid "%{label} failed"
|
264
|
+
msgstr ""
|
265
|
+
|
266
|
+
msgid "%{label} failed."
|
267
|
+
msgstr ""
|
268
|
+
|
257
269
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
258
270
|
msgstr ""
|
259
271
|
|
@@ -326,6 +338,9 @@ msgstr ""
|
|
326
338
|
msgid "%{package} package updated"
|
327
339
|
msgstr ""
|
328
340
|
|
341
|
+
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."
|
342
|
+
msgstr ""
|
343
|
+
|
329
344
|
msgid "%{sla}"
|
330
345
|
msgstr ""
|
331
346
|
|
@@ -395,9 +410,6 @@ msgstr ""
|
|
395
410
|
msgid "A backend service [ %s ] is unreachable"
|
396
411
|
msgstr ""
|
397
412
|
|
398
|
-
msgid "A content_type must be provided."
|
399
|
-
msgstr ""
|
400
|
-
|
401
413
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
402
414
|
msgstr ""
|
403
415
|
|
@@ -410,6 +422,18 @@ msgstr ""
|
|
410
422
|
msgid "A new version of "
|
411
423
|
msgstr ""
|
412
424
|
|
425
|
+
msgid "A notification about failed content view promotion"
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
msgid "A notification about failed content view publish"
|
429
|
+
msgstr ""
|
430
|
+
|
431
|
+
msgid "A notification about failed proxy sync"
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
msgid "A notification about failed repository sync"
|
435
|
+
msgstr ""
|
436
|
+
|
413
437
|
msgid "A post-promotion summary of hosts with installable errata"
|
414
438
|
msgstr ""
|
415
439
|
|
@@ -443,9 +467,6 @@ msgstr ""
|
|
443
467
|
msgid "Abstract async task"
|
444
468
|
msgstr ""
|
445
469
|
|
446
|
-
msgid "Accept action timeout"
|
447
|
-
msgstr ""
|
448
|
-
|
449
470
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
450
471
|
msgstr ""
|
451
472
|
|
@@ -488,7 +509,7 @@ msgstr ""
|
|
488
509
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
489
510
|
msgstr ""
|
490
511
|
|
491
|
-
msgid "Activation key(s)
|
512
|
+
msgid "Activation key(s) to use during registration"
|
492
513
|
msgstr ""
|
493
514
|
|
494
515
|
msgid "Activation keys"
|
@@ -524,9 +545,6 @@ msgstr ""
|
|
524
545
|
msgid "Add Subscriptions"
|
525
546
|
msgstr ""
|
526
547
|
|
527
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
528
|
-
msgstr ""
|
529
|
-
|
530
548
|
msgid "Add a subscription to a host"
|
531
549
|
msgstr ""
|
532
550
|
|
@@ -599,6 +617,9 @@ msgstr ""
|
|
599
617
|
msgid "Add subscriptions to one or more hosts"
|
600
618
|
msgstr ""
|
601
619
|
|
620
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
621
|
+
msgstr ""
|
622
|
+
|
602
623
|
msgid "Add to a host collection"
|
603
624
|
msgstr ""
|
604
625
|
|
@@ -635,9 +656,6 @@ msgstr ""
|
|
635
656
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
636
657
|
msgstr ""
|
637
658
|
|
638
|
-
msgid "Agent action"
|
639
|
-
msgstr ""
|
640
|
-
|
641
659
|
msgid "All"
|
642
660
|
msgstr ""
|
643
661
|
|
@@ -777,7 +795,7 @@ msgstr ""
|
|
777
795
|
msgid "Apply"
|
778
796
|
msgstr ""
|
779
797
|
|
780
|
-
msgid "Apply
|
798
|
+
msgid "Apply erratum"
|
781
799
|
msgstr ""
|
782
800
|
|
783
801
|
msgid "Apply to all repositories in the CV"
|
@@ -786,15 +804,24 @@ msgstr ""
|
|
786
804
|
msgid "Apply to subset of repositories"
|
787
805
|
msgstr ""
|
788
806
|
|
789
|
-
msgid "Apply via Katello agent"
|
790
|
-
msgstr ""
|
791
|
-
|
792
807
|
msgid "Apply via customized remote execution"
|
793
808
|
msgstr ""
|
794
809
|
|
795
810
|
msgid "Apply via remote execution"
|
796
811
|
msgstr ""
|
797
812
|
|
813
|
+
msgid "Approaching end of maintenance support"
|
814
|
+
msgstr ""
|
815
|
+
|
816
|
+
msgid "Approaching end of maintenance support (%s)"
|
817
|
+
msgstr ""
|
818
|
+
|
819
|
+
msgid "Approaching end of support"
|
820
|
+
msgstr ""
|
821
|
+
|
822
|
+
msgid "Approaching end of support (%s)"
|
823
|
+
msgstr ""
|
824
|
+
|
798
825
|
msgid "Arch"
|
799
826
|
msgstr ""
|
800
827
|
|
@@ -971,6 +998,9 @@ msgstr ""
|
|
971
998
|
msgid "Batch size to sync repositories in."
|
972
999
|
msgstr ""
|
973
1000
|
|
1001
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1002
|
+
msgstr ""
|
1003
|
+
|
974
1004
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
975
1005
|
msgstr ""
|
976
1006
|
|
@@ -1124,6 +1154,12 @@ msgstr ""
|
|
1124
1154
|
msgid "Cannot add default content view to composite content view"
|
1125
1155
|
msgstr ""
|
1126
1156
|
|
1157
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1158
|
+
msgstr ""
|
1159
|
+
|
1160
|
+
msgid "Cannot add disabled products to sync plan!"
|
1161
|
+
msgstr ""
|
1162
|
+
|
1127
1163
|
msgid "Cannot add generated content view versions to composite content view"
|
1128
1164
|
msgstr ""
|
1129
1165
|
|
@@ -1139,6 +1175,9 @@ msgstr ""
|
|
1139
1175
|
msgid "Cannot associate a component to a non composite content view"
|
1140
1176
|
msgstr ""
|
1141
1177
|
|
1178
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1179
|
+
msgstr ""
|
1180
|
+
|
1142
1181
|
msgid "Cannot calculate name for custom repos"
|
1143
1182
|
msgstr ""
|
1144
1183
|
|
@@ -1274,10 +1313,10 @@ msgstr ""
|
|
1274
1313
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1275
1314
|
msgstr ""
|
1276
1315
|
|
1277
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1316
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1278
1317
|
msgstr ""
|
1279
1318
|
|
1280
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1319
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1281
1320
|
msgstr ""
|
1282
1321
|
|
1283
1322
|
msgid "Check services before actions"
|
@@ -1340,9 +1379,6 @@ msgstr ""
|
|
1340
1379
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1341
1380
|
msgstr ""
|
1342
1381
|
|
1343
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1344
|
-
msgstr ""
|
1345
|
-
|
1346
1382
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1347
1383
|
msgstr ""
|
1348
1384
|
|
@@ -1634,6 +1670,12 @@ msgstr ""
|
|
1634
1670
|
msgid "Content view numeric identifier"
|
1635
1671
|
msgstr ""
|
1636
1672
|
|
1673
|
+
msgid "Content view promote failure"
|
1674
|
+
msgstr ""
|
1675
|
+
|
1676
|
+
msgid "Content view publish failure"
|
1677
|
+
msgstr ""
|
1678
|
+
|
1637
1679
|
msgid "Content view version export history identifier"
|
1638
1680
|
msgstr ""
|
1639
1681
|
|
@@ -1643,6 +1685,9 @@ msgstr ""
|
|
1643
1685
|
msgid "Content view version import history identifier"
|
1644
1686
|
msgstr ""
|
1645
1687
|
|
1688
|
+
msgid "Content view version is empty"
|
1689
|
+
msgstr ""
|
1690
|
+
|
1646
1691
|
msgid "Content views"
|
1647
1692
|
msgstr ""
|
1648
1693
|
|
@@ -2273,7 +2318,7 @@ msgstr ""
|
|
2273
2318
|
msgid "Disable module stream"
|
2274
2319
|
msgstr ""
|
2275
2320
|
|
2276
|
-
msgid "Disable simple content access for a manifest"
|
2321
|
+
msgid "Disable simple content access for a manifest. %s"
|
2277
2322
|
msgstr ""
|
2278
2323
|
|
2279
2324
|
msgid "Disabled"
|
@@ -2315,6 +2360,9 @@ msgstr ""
|
|
2315
2360
|
msgid "Duplicate artifact detected"
|
2316
2361
|
msgstr ""
|
2317
2362
|
|
2363
|
+
msgid "Duplicate repositories in content view versions"
|
2364
|
+
msgstr ""
|
2365
|
+
|
2318
2366
|
msgid "Duration"
|
2319
2367
|
msgstr ""
|
2320
2368
|
|
@@ -2420,7 +2468,7 @@ msgstr ""
|
|
2420
2468
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2421
2469
|
msgstr ""
|
2422
2470
|
|
2423
|
-
msgid "Enabling
|
2471
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2424
2472
|
msgstr ""
|
2425
2473
|
|
2426
2474
|
msgid "End Date"
|
@@ -2456,6 +2504,9 @@ msgstr ""
|
|
2456
2504
|
msgid "Environment"
|
2457
2505
|
msgstr "ఎన్విరాన్మెంట్"
|
2458
2506
|
|
2507
|
+
msgid "Environment ID"
|
2508
|
+
msgstr ""
|
2509
|
+
|
2459
2510
|
msgid "Environment IDs"
|
2460
2511
|
msgstr ""
|
2461
2512
|
|
@@ -2465,6 +2516,9 @@ msgstr ""
|
|
2465
2516
|
msgid "Environment identifier"
|
2466
2517
|
msgstr ""
|
2467
2518
|
|
2519
|
+
msgid "Environment name"
|
2520
|
+
msgstr ""
|
2521
|
+
|
2468
2522
|
msgid "Environments"
|
2469
2523
|
msgstr "ఎన్విరాన్మెంట్స్"
|
2470
2524
|
|
@@ -2597,6 +2651,9 @@ msgstr ""
|
|
2597
2651
|
msgid "Export as CSV"
|
2598
2652
|
msgstr ""
|
2599
2653
|
|
2654
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2655
|
+
msgstr ""
|
2656
|
+
|
2600
2657
|
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."
|
2601
2658
|
msgstr ""
|
2602
2659
|
|
@@ -2609,6 +2666,9 @@ msgstr ""
|
|
2609
2666
|
msgid "Exported version"
|
2610
2667
|
msgstr ""
|
2611
2668
|
|
2669
|
+
msgid "Extended support"
|
2670
|
+
msgstr ""
|
2671
|
+
|
2612
2672
|
msgid "Facts successfully updated."
|
2613
2673
|
msgstr ""
|
2614
2674
|
|
@@ -2756,9 +2816,6 @@ msgstr ""
|
|
2756
2816
|
msgid "Finish"
|
2757
2817
|
msgstr ""
|
2758
2818
|
|
2759
|
-
msgid "Finish action timeout"
|
2760
|
-
msgstr ""
|
2761
|
-
|
2762
2819
|
msgid "Finished"
|
2763
2820
|
msgstr ""
|
2764
2821
|
|
@@ -2806,6 +2863,9 @@ msgstr ""
|
|
2806
2863
|
msgid "Full description"
|
2807
2864
|
msgstr ""
|
2808
2865
|
|
2866
|
+
msgid "Full support"
|
2867
|
+
msgstr ""
|
2868
|
+
|
2809
2869
|
msgid "Fully entitled"
|
2810
2870
|
msgstr ""
|
2811
2871
|
|
@@ -2863,15 +2923,15 @@ msgstr ""
|
|
2863
2923
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2864
2924
|
msgstr ""
|
2865
2925
|
|
2866
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2867
|
-
msgstr ""
|
2868
|
-
|
2869
2926
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2870
2927
|
msgstr ""
|
2871
2928
|
|
2872
2929
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2873
2930
|
msgstr ""
|
2874
2931
|
|
2932
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
2933
|
+
msgstr ""
|
2934
|
+
|
2875
2935
|
msgid "Go to job details"
|
2876
2936
|
msgstr ""
|
2877
2937
|
|
@@ -2896,6 +2956,9 @@ msgstr ""
|
|
2896
2956
|
msgid "Has to be > 0"
|
2897
2957
|
msgstr ""
|
2898
2958
|
|
2959
|
+
msgid "Help"
|
2960
|
+
msgstr ""
|
2961
|
+
|
2899
2962
|
msgid "Helper"
|
2900
2963
|
msgstr ""
|
2901
2964
|
|
@@ -2986,12 +3049,6 @@ msgstr ""
|
|
2986
3049
|
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."
|
2987
3050
|
msgstr ""
|
2988
3051
|
|
2989
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
2990
|
-
msgstr ""
|
2991
|
-
|
2992
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
2993
|
-
msgstr ""
|
2994
|
-
|
2995
3052
|
msgid "Host errata advisory"
|
2996
3053
|
msgstr ""
|
2997
3054
|
|
@@ -3013,6 +3070,9 @@ msgstr ""
|
|
3013
3070
|
msgid "Host id to list applicable packages for"
|
3014
3071
|
msgstr ""
|
3015
3072
|
|
3073
|
+
msgid "Host lifecycle support expiration notification"
|
3074
|
+
msgstr ""
|
3075
|
+
|
3016
3076
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3017
3077
|
msgstr ""
|
3018
3078
|
|
@@ -3213,9 +3273,6 @@ msgstr ""
|
|
3213
3273
|
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"
|
3214
3274
|
msgstr ""
|
3215
3275
|
|
3216
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3217
|
-
msgstr ""
|
3218
|
-
|
3219
3276
|
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."
|
3220
3277
|
msgstr ""
|
3221
3278
|
|
@@ -3300,9 +3357,6 @@ msgstr ""
|
|
3300
3357
|
msgid "Import a Manifest to Begin"
|
3301
3358
|
msgstr ""
|
3302
3359
|
|
3303
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3304
|
-
msgstr ""
|
3305
|
-
|
3306
3360
|
msgid "Import a Manifest using the manifest tab above."
|
3307
3361
|
msgstr ""
|
3308
3362
|
|
@@ -3315,6 +3369,9 @@ msgstr ""
|
|
3315
3369
|
msgid "Import a repository"
|
3316
3370
|
msgstr ""
|
3317
3371
|
|
3372
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3373
|
+
msgstr ""
|
3374
|
+
|
3318
3375
|
msgid "Import facts"
|
3319
3376
|
msgstr ""
|
3320
3377
|
|
@@ -3423,36 +3480,12 @@ msgstr ""
|
|
3423
3480
|
msgid "Install"
|
3424
3481
|
msgstr ""
|
3425
3482
|
|
3426
|
-
msgid "Install Applicable Errata"
|
3427
|
-
msgstr ""
|
3428
|
-
|
3429
|
-
msgid "Install Applicable Errata on %s"
|
3430
|
-
msgstr ""
|
3431
|
-
|
3432
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3433
|
-
msgstr ""
|
3434
|
-
|
3435
3483
|
msgid "Install errata using scoped search query"
|
3436
3484
|
msgstr ""
|
3437
3485
|
|
3438
3486
|
msgid "Install errata via Katello interface"
|
3439
3487
|
msgstr ""
|
3440
3488
|
|
3441
|
-
msgid "Install erratum"
|
3442
|
-
msgstr ""
|
3443
|
-
|
3444
|
-
msgid "Install erratum for %s"
|
3445
|
-
msgstr ""
|
3446
|
-
|
3447
|
-
msgid "Install package"
|
3448
|
-
msgstr ""
|
3449
|
-
|
3450
|
-
msgid "Install package for %s"
|
3451
|
-
msgstr ""
|
3452
|
-
|
3453
|
-
msgid "Install package group"
|
3454
|
-
msgstr ""
|
3455
|
-
|
3456
3489
|
msgid "Install package group via Katello interface"
|
3457
3490
|
msgstr ""
|
3458
3491
|
|
@@ -3462,18 +3495,12 @@ msgstr ""
|
|
3462
3495
|
msgid "Install packages"
|
3463
3496
|
msgstr ""
|
3464
3497
|
|
3465
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3466
|
-
msgstr ""
|
3467
|
-
|
3468
3498
|
msgid "Install packages via Katello interface"
|
3469
3499
|
msgstr ""
|
3470
3500
|
|
3471
3501
|
msgid "Install via customized remote execution"
|
3472
3502
|
msgstr ""
|
3473
3503
|
|
3474
|
-
msgid "Install via katello-agent"
|
3475
|
-
msgstr ""
|
3476
|
-
|
3477
3504
|
msgid "Install via remote execution"
|
3478
3505
|
msgstr ""
|
3479
3506
|
|
@@ -3486,15 +3513,6 @@ msgstr ""
|
|
3486
3513
|
msgid "Installable updates"
|
3487
3514
|
msgstr ""
|
3488
3515
|
|
3489
|
-
msgid "Installation of errata requested: %{errata}"
|
3490
|
-
msgstr ""
|
3491
|
-
|
3492
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3493
|
-
msgstr ""
|
3494
|
-
|
3495
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3496
|
-
msgstr ""
|
3497
|
-
|
3498
3516
|
msgid "Installation status"
|
3499
3517
|
msgstr ""
|
3500
3518
|
|
@@ -3552,9 +3570,6 @@ msgstr ""
|
|
3552
3570
|
msgid "Invalid content label: %s"
|
3553
3571
|
msgstr ""
|
3554
3572
|
|
3555
|
-
msgid "Invalid content type %s"
|
3556
|
-
msgstr ""
|
3557
|
-
|
3558
3573
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3559
3574
|
msgstr ""
|
3560
3575
|
|
@@ -3630,15 +3645,9 @@ msgstr ""
|
|
3630
3645
|
msgid "Job '${description}' has started."
|
3631
3646
|
msgstr ""
|
3632
3647
|
|
3633
|
-
msgid "Katello 4.10"
|
3634
|
-
msgstr ""
|
3635
|
-
|
3636
3648
|
msgid "Katello ID of local pool to update"
|
3637
3649
|
msgstr ""
|
3638
3650
|
|
3639
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3640
|
-
msgstr ""
|
3641
|
-
|
3642
3651
|
msgid "Katello: Install Errata"
|
3643
3652
|
msgstr ""
|
3644
3653
|
|
@@ -3720,6 +3729,9 @@ msgstr ""
|
|
3720
3729
|
msgid "Last refresh :"
|
3721
3730
|
msgstr ""
|
3722
3731
|
|
3732
|
+
msgid "Last sync"
|
3733
|
+
msgstr ""
|
3734
|
+
|
3723
3735
|
msgid "Last task"
|
3724
3736
|
msgstr ""
|
3725
3737
|
|
@@ -3780,6 +3792,9 @@ msgstr ""
|
|
3780
3792
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3781
3793
|
msgstr ""
|
3782
3794
|
|
3795
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3796
|
+
msgstr ""
|
3797
|
+
|
3783
3798
|
msgid "Lifecycle environment ID"
|
3784
3799
|
msgstr ""
|
3785
3800
|
|
@@ -3861,6 +3876,9 @@ msgstr ""
|
|
3861
3876
|
msgid "List components attached to this content view"
|
3862
3877
|
msgstr ""
|
3863
3878
|
|
3879
|
+
msgid "List content counts for the smart proxy"
|
3880
|
+
msgstr ""
|
3881
|
+
|
3864
3882
|
msgid "List content view versions"
|
3865
3883
|
msgstr ""
|
3866
3884
|
|
@@ -3912,9 +3930,6 @@ msgstr ""
|
|
3912
3930
|
msgid "List of Errata ids"
|
3913
3931
|
msgstr ""
|
3914
3932
|
|
3915
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
3916
|
-
msgstr ""
|
3917
|
-
|
3918
3933
|
msgid "List of Products for sync plan"
|
3919
3934
|
msgstr ""
|
3920
3935
|
|
@@ -3924,12 +3939,6 @@ msgstr ""
|
|
3924
3939
|
msgid "List of component content view version ids for composite views"
|
3925
3940
|
msgstr ""
|
3926
3941
|
|
3927
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
3928
|
-
msgstr ""
|
3929
|
-
|
3930
|
-
msgid "List of content (e.g. package or package group names)"
|
3931
|
-
msgstr ""
|
3932
|
-
|
3933
3942
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
3934
3943
|
msgstr ""
|
3935
3944
|
|
@@ -4077,6 +4086,9 @@ msgstr ""
|
|
4077
4086
|
msgid "Low"
|
4078
4087
|
msgstr ""
|
4079
4088
|
|
4089
|
+
msgid "Maintenance support"
|
4090
|
+
msgstr ""
|
4091
|
+
|
4080
4092
|
msgid "Make copy of a content view"
|
4081
4093
|
msgstr ""
|
4082
4094
|
|
@@ -4134,6 +4146,9 @@ msgstr ""
|
|
4134
4146
|
msgid "Matched"
|
4135
4147
|
msgstr ""
|
4136
4148
|
|
4149
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4150
|
+
msgstr ""
|
4151
|
+
|
4137
4152
|
msgid "Matching content"
|
4138
4153
|
msgstr ""
|
4139
4154
|
|
@@ -4349,9 +4364,6 @@ msgstr ""
|
|
4349
4364
|
msgid "No Content found"
|
4350
4365
|
msgstr ""
|
4351
4366
|
|
4352
|
-
msgid "No Lifecycle environment to select"
|
4353
|
-
msgstr ""
|
4354
|
-
|
4355
4367
|
msgid "No Manifest Uploaded"
|
4356
4368
|
msgstr ""
|
4357
4369
|
|
@@ -4376,9 +4388,6 @@ msgstr ""
|
|
4376
4388
|
msgid "No applicable errata"
|
4377
4389
|
msgstr ""
|
4378
4390
|
|
4379
|
-
msgid "No applicable errata for %s, skipping"
|
4380
|
-
msgstr ""
|
4381
|
-
|
4382
4391
|
msgid "No applications to restart"
|
4383
4392
|
msgstr ""
|
4384
4393
|
|
@@ -4397,9 +4406,6 @@ msgstr ""
|
|
4397
4406
|
msgid "No content added."
|
4398
4407
|
msgstr ""
|
4399
4408
|
|
4400
|
-
msgid "No content has been provided."
|
4401
|
-
msgstr ""
|
4402
|
-
|
4403
4409
|
msgid "No content ids provided"
|
4404
4410
|
msgstr ""
|
4405
4411
|
|
@@ -4430,6 +4436,9 @@ msgstr ""
|
|
4430
4436
|
msgid "No description provided"
|
4431
4437
|
msgstr ""
|
4432
4438
|
|
4439
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4440
|
+
msgstr ""
|
4441
|
+
|
4433
4442
|
msgid "No enabled repositories match your search criteria."
|
4434
4443
|
msgstr ""
|
4435
4444
|
|
@@ -4511,9 +4520,6 @@ msgstr ""
|
|
4511
4520
|
msgid "No matching DEB found."
|
4512
4521
|
msgstr ""
|
4513
4522
|
|
4514
|
-
msgid "No matching RPM found."
|
4515
|
-
msgstr ""
|
4516
|
-
|
4517
4523
|
msgid "No matching activation keys found."
|
4518
4524
|
msgstr ""
|
4519
4525
|
|
@@ -4541,6 +4547,9 @@ msgstr ""
|
|
4541
4547
|
msgid "No matching hosts found."
|
4542
4548
|
msgstr ""
|
4543
4549
|
|
4550
|
+
msgid "No matching non-modular RPM found."
|
4551
|
+
msgstr ""
|
4552
|
+
|
4544
4553
|
msgid "No matching packages found"
|
4545
4554
|
msgstr ""
|
4546
4555
|
|
@@ -4757,6 +4766,9 @@ msgstr ""
|
|
4757
4766
|
msgid "On-disk location for pulp 3 exported repositories"
|
4758
4767
|
msgstr ""
|
4759
4768
|
|
4769
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4770
|
+
msgstr ""
|
4771
|
+
|
4760
4772
|
msgid "One of parameters [ %s ] required but not specified."
|
4761
4773
|
msgstr ""
|
4762
4774
|
|
@@ -4781,6 +4793,9 @@ msgstr ""
|
|
4781
4793
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4782
4794
|
msgstr ""
|
4783
4795
|
|
4796
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4797
|
+
msgstr ""
|
4798
|
+
|
4784
4799
|
msgid "Only returns id and quantity fields"
|
4785
4800
|
msgstr ""
|
4786
4801
|
|
@@ -5191,6 +5206,9 @@ msgid ""
|
|
5191
5206
|
" this is not the same product id as the products api returns"
|
5192
5207
|
msgstr ""
|
5193
5208
|
|
5209
|
+
msgid "Product label"
|
5210
|
+
msgstr ""
|
5211
|
+
|
5194
5212
|
msgid "Product name"
|
5195
5213
|
msgstr ""
|
5196
5214
|
|
@@ -5263,6 +5281,9 @@ msgstr ""
|
|
5263
5281
|
msgid "Proxies"
|
5264
5282
|
msgstr ""
|
5265
5283
|
|
5284
|
+
msgid "Proxy sync failure"
|
5285
|
+
msgstr ""
|
5286
|
+
|
5266
5287
|
msgid "Public"
|
5267
5288
|
msgstr ""
|
5268
5289
|
|
@@ -5395,6 +5416,12 @@ msgstr ""
|
|
5395
5416
|
msgid "RH Repos"
|
5396
5417
|
msgstr ""
|
5397
5418
|
|
5419
|
+
msgid "RHEL Lifecycle status"
|
5420
|
+
msgstr ""
|
5421
|
+
|
5422
|
+
msgid "RHEL lifecycle"
|
5423
|
+
msgstr ""
|
5424
|
+
|
5398
5425
|
msgid "RHUI"
|
5399
5426
|
msgstr ""
|
5400
5427
|
|
@@ -5443,9 +5470,6 @@ msgstr ""
|
|
5443
5470
|
msgid "Reboot required"
|
5444
5471
|
msgstr ""
|
5445
5472
|
|
5446
|
-
msgid "Recalculate"
|
5447
|
-
msgstr ""
|
5448
|
-
|
5449
5473
|
msgid "Recently Expired Subscriptions"
|
5450
5474
|
msgstr ""
|
5451
5475
|
|
@@ -5521,6 +5545,18 @@ msgstr ""
|
|
5521
5545
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5522
5546
|
msgstr ""
|
5523
5547
|
|
5548
|
+
msgid "Refresh applicability"
|
5549
|
+
msgstr ""
|
5550
|
+
|
5551
|
+
msgid "Refresh counts"
|
5552
|
+
msgstr ""
|
5553
|
+
|
5554
|
+
msgid "Refresh errata applicability"
|
5555
|
+
msgstr ""
|
5556
|
+
|
5557
|
+
msgid "Refresh package applicability"
|
5558
|
+
msgstr ""
|
5559
|
+
|
5524
5560
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5525
5561
|
msgstr ""
|
5526
5562
|
|
@@ -5602,13 +5638,10 @@ msgstr ""
|
|
5602
5638
|
msgid "Remote action:"
|
5603
5639
|
msgstr ""
|
5604
5640
|
|
5605
|
-
msgid "Remote execution
|
5606
|
-
msgstr ""
|
5607
|
-
|
5608
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5641
|
+
msgid "Remote execution is enabled."
|
5609
5642
|
msgstr ""
|
5610
5643
|
|
5611
|
-
msgid "
|
5644
|
+
msgid "Remote execution job '${description}' failed."
|
5612
5645
|
msgstr ""
|
5613
5646
|
|
5614
5647
|
msgid "Remove"
|
@@ -5632,9 +5665,6 @@ msgstr ""
|
|
5632
5665
|
msgid "Remove components from the content view"
|
5633
5666
|
msgstr ""
|
5634
5667
|
|
5635
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5636
|
-
msgstr ""
|
5637
|
-
|
5638
5668
|
msgid "Remove content view version"
|
5639
5669
|
msgstr ""
|
5640
5670
|
|
@@ -5668,15 +5698,6 @@ msgstr ""
|
|
5668
5698
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5669
5699
|
msgstr ""
|
5670
5700
|
|
5671
|
-
msgid "Remove package"
|
5672
|
-
msgstr ""
|
5673
|
-
|
5674
|
-
msgid "Remove package for %s"
|
5675
|
-
msgstr ""
|
5676
|
-
|
5677
|
-
msgid "Remove package group"
|
5678
|
-
msgstr ""
|
5679
|
-
|
5680
5701
|
msgid "Remove package group via Katello interface"
|
5681
5702
|
msgstr ""
|
5682
5703
|
|
@@ -5722,10 +5743,13 @@ msgstr ""
|
|
5722
5743
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5723
5744
|
msgstr ""
|
5724
5745
|
|
5746
|
+
msgid "Repo ID"
|
5747
|
+
msgstr ""
|
5748
|
+
|
5725
5749
|
msgid "Repo Type"
|
5726
5750
|
msgstr ""
|
5727
5751
|
|
5728
|
-
msgid "
|
5752
|
+
msgid "Repo label"
|
5729
5753
|
msgstr ""
|
5730
5754
|
|
5731
5755
|
msgid "Repositories"
|
@@ -5734,6 +5758,9 @@ msgstr ""
|
|
5734
5758
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5735
5759
|
msgstr ""
|
5736
5760
|
|
5761
|
+
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."
|
5762
|
+
msgstr ""
|
5763
|
+
|
5737
5764
|
msgid "Repositories from published Content Views are not allowed."
|
5738
5765
|
msgstr ""
|
5739
5766
|
|
@@ -5746,12 +5773,18 @@ msgstr ""
|
|
5746
5773
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5747
5774
|
msgstr ""
|
5748
5775
|
|
5776
|
+
msgid "Repository %{label} failed to synchronize"
|
5777
|
+
msgstr ""
|
5778
|
+
|
5749
5779
|
msgid "Repository '%(repoName)s' has been disabled."
|
5750
5780
|
msgstr ""
|
5751
5781
|
|
5752
5782
|
msgid "Repository '%(repoName)s' has been enabled."
|
5753
5783
|
msgstr ""
|
5754
5784
|
|
5785
|
+
msgid "Repository ID"
|
5786
|
+
msgstr ""
|
5787
|
+
|
5755
5788
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5756
5789
|
msgstr ""
|
5757
5790
|
|
@@ -5773,6 +5806,9 @@ msgstr ""
|
|
5773
5806
|
msgid "Repository label '%s' is not associated with content view."
|
5774
5807
|
msgstr ""
|
5775
5808
|
|
5809
|
+
msgid "Repository name"
|
5810
|
+
msgstr ""
|
5811
|
+
|
5776
5812
|
msgid "Repository not found"
|
5777
5813
|
msgstr ""
|
5778
5814
|
|
@@ -5812,6 +5848,9 @@ msgstr ""
|
|
5812
5848
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5813
5849
|
msgstr ""
|
5814
5850
|
|
5851
|
+
msgid "Repository sync failure"
|
5852
|
+
msgstr ""
|
5853
|
+
|
5815
5854
|
msgid "Repository type"
|
5816
5855
|
msgstr ""
|
5817
5856
|
|
@@ -6040,9 +6079,6 @@ msgstr "దాయి"
|
|
6040
6079
|
msgid "Saving alternate content source..."
|
6041
6080
|
msgstr ""
|
6042
6081
|
|
6043
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6044
|
-
msgstr ""
|
6045
|
-
|
6046
6082
|
msgid "Schema Version 1"
|
6047
6083
|
msgstr ""
|
6048
6084
|
|
@@ -6220,7 +6256,10 @@ msgstr ""
|
|
6220
6256
|
msgid "Select source type"
|
6221
6257
|
msgstr ""
|
6222
6258
|
|
6223
|
-
msgid "Select system purpose attributes for
|
6259
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6260
|
+
msgstr ""
|
6261
|
+
|
6262
|
+
msgid "Select system purpose attributes for host {name}."
|
6224
6263
|
msgstr ""
|
6225
6264
|
|
6226
6265
|
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."
|
@@ -6388,6 +6427,9 @@ msgstr ""
|
|
6388
6427
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6389
6428
|
msgstr ""
|
6390
6429
|
|
6430
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6431
|
+
msgstr ""
|
6432
|
+
|
6391
6433
|
msgid "Simplified"
|
6392
6434
|
msgstr ""
|
6393
6435
|
|
@@ -6406,12 +6448,21 @@ msgstr ""
|
|
6406
6448
|
msgid "Smart proxies"
|
6407
6449
|
msgstr ""
|
6408
6450
|
|
6451
|
+
msgid "Smart proxy ID"
|
6452
|
+
msgstr ""
|
6453
|
+
|
6409
6454
|
msgid "Smart proxy IDs"
|
6410
6455
|
msgstr ""
|
6411
6456
|
|
6457
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6458
|
+
msgstr ""
|
6459
|
+
|
6412
6460
|
msgid "Smart proxy content source not found!"
|
6413
6461
|
msgstr ""
|
6414
6462
|
|
6463
|
+
msgid "Smart proxy name"
|
6464
|
+
msgstr ""
|
6465
|
+
|
6415
6466
|
msgid "Sockets"
|
6416
6467
|
msgstr ""
|
6417
6468
|
|
@@ -6520,6 +6571,9 @@ msgstr ""
|
|
6520
6571
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6521
6572
|
msgstr ""
|
6522
6573
|
|
6574
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6575
|
+
msgstr ""
|
6576
|
+
|
6523
6577
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6524
6578
|
msgstr ""
|
6525
6579
|
|
@@ -6781,6 +6835,9 @@ msgstr ""
|
|
6781
6835
|
msgid "Support Type"
|
6782
6836
|
msgstr ""
|
6783
6837
|
|
6838
|
+
msgid "Support ended"
|
6839
|
+
msgstr ""
|
6840
|
+
|
6784
6841
|
msgid "Supported Content Types"
|
6785
6842
|
msgstr ""
|
6786
6843
|
|
@@ -6862,13 +6919,13 @@ msgstr ""
|
|
6862
6919
|
msgid "Syncable export"
|
6863
6920
|
msgstr ""
|
6864
6921
|
|
6865
|
-
msgid "Synced
|
6922
|
+
msgid "Synced"
|
6866
6923
|
msgstr ""
|
6867
6924
|
|
6868
|
-
msgid "Synced
|
6925
|
+
msgid "Synced "
|
6869
6926
|
msgstr ""
|
6870
6927
|
|
6871
|
-
msgid "Synced
|
6928
|
+
msgid "Synced Content"
|
6872
6929
|
msgstr ""
|
6873
6930
|
|
6874
6931
|
msgid "Synchronize"
|
@@ -6928,12 +6985,24 @@ msgstr ""
|
|
6928
6985
|
msgid "Task ${task.humanized.action} has started."
|
6929
6986
|
msgstr ""
|
6930
6987
|
|
6988
|
+
msgid "Task ID"
|
6989
|
+
msgstr ""
|
6990
|
+
|
6931
6991
|
msgid "Task canceled"
|
6932
6992
|
msgstr ""
|
6933
6993
|
|
6934
6994
|
msgid "Task detail"
|
6935
6995
|
msgstr ""
|
6936
6996
|
|
6997
|
+
msgid "Task details"
|
6998
|
+
msgstr ""
|
6999
|
+
|
7000
|
+
msgid "Task result"
|
7001
|
+
msgstr ""
|
7002
|
+
|
7003
|
+
msgid "Task state"
|
7004
|
+
msgstr ""
|
7005
|
+
|
6937
7006
|
msgid "Temporary"
|
6938
7007
|
msgstr ""
|
6939
7008
|
|
@@ -6943,6 +7012,18 @@ msgstr ""
|
|
6943
7012
|
msgid "The Alternate Content Source type"
|
6944
7013
|
msgstr ""
|
6945
7014
|
|
7015
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7016
|
+
msgstr ""
|
7017
|
+
|
7018
|
+
msgid "The Foreman Client repository is enabled. "
|
7019
|
+
msgstr ""
|
7020
|
+
|
7021
|
+
msgid "The Foreman Client repository is synced. "
|
7022
|
+
msgstr ""
|
7023
|
+
|
7024
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7025
|
+
msgstr ""
|
7026
|
+
|
6946
7027
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
6947
7028
|
msgstr ""
|
6948
7029
|
|
@@ -6964,9 +7045,6 @@ msgstr ""
|
|
6964
7045
|
msgid "The default content view cannot be promoted"
|
6965
7046
|
msgstr ""
|
6966
7047
|
|
6967
|
-
msgid "The default dependency solving value for new content views."
|
6968
|
-
msgstr ""
|
6969
|
-
|
6970
7048
|
msgid "The description for the content view version"
|
6971
7049
|
msgstr ""
|
6972
7050
|
|
@@ -7112,12 +7190,6 @@ msgstr ""
|
|
7112
7190
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7113
7191
|
msgstr ""
|
7114
7192
|
|
7115
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7116
|
-
msgstr ""
|
7117
|
-
|
7118
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7119
|
-
msgstr ""
|
7120
|
-
|
7121
7193
|
msgid "There are no Manifests to display"
|
7122
7194
|
msgstr ""
|
7123
7195
|
|
@@ -7190,9 +7262,6 @@ msgstr ""
|
|
7190
7262
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7191
7263
|
msgstr ""
|
7192
7264
|
|
7193
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7194
|
-
msgstr ""
|
7195
|
-
|
7196
7265
|
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."
|
7197
7266
|
msgstr ""
|
7198
7267
|
|
@@ -7250,10 +7319,10 @@ msgstr ""
|
|
7250
7319
|
msgid "This is not a linked repository"
|
7251
7320
|
msgstr ""
|
7252
7321
|
|
7253
|
-
msgid "This organization
|
7322
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7254
7323
|
msgstr ""
|
7255
7324
|
|
7256
|
-
msgid "This
|
7325
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7257
7326
|
msgstr ""
|
7258
7327
|
|
7259
7328
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
@@ -7289,12 +7358,6 @@ msgstr ""
|
|
7289
7358
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7290
7359
|
msgstr ""
|
7291
7360
|
|
7292
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7293
|
-
msgstr ""
|
7294
|
-
|
7295
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7296
|
-
msgstr ""
|
7297
|
-
|
7298
7361
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7299
7362
|
msgstr ""
|
7300
7363
|
|
@@ -7520,9 +7583,6 @@ msgstr ""
|
|
7520
7583
|
msgid "Uninstall and reset"
|
7521
7584
|
msgstr ""
|
7522
7585
|
|
7523
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7524
|
-
msgstr ""
|
7525
|
-
|
7526
7586
|
msgid "Unknown"
|
7527
7587
|
msgstr "తెలియని"
|
7528
7588
|
|
@@ -7580,6 +7640,9 @@ msgstr ""
|
|
7580
7640
|
msgid "Update CDN Configuration"
|
7581
7641
|
msgstr ""
|
7582
7642
|
|
7643
|
+
msgid "Update Content Counts"
|
7644
|
+
msgstr ""
|
7645
|
+
|
7583
7646
|
msgid "Update Content Overrides"
|
7584
7647
|
msgstr ""
|
7585
7648
|
|
@@ -7625,7 +7688,7 @@ msgstr ""
|
|
7625
7688
|
msgid "Update an environment in an organization"
|
7626
7689
|
msgstr ""
|
7627
7690
|
|
7628
|
-
msgid "Update content
|
7691
|
+
msgid "Update content counts for the smart proxy"
|
7629
7692
|
msgstr ""
|
7630
7693
|
|
7631
7694
|
msgid "Update content urls"
|
@@ -7649,30 +7712,15 @@ msgstr ""
|
|
7649
7712
|
msgid "Update installed packages, enabled repos, module inventory"
|
7650
7713
|
msgstr ""
|
7651
7714
|
|
7652
|
-
msgid "Update of all packages requested"
|
7653
|
-
msgstr ""
|
7654
|
-
|
7655
|
-
msgid "Update of package(s) requested: %{packages}"
|
7656
|
-
msgstr ""
|
7657
|
-
|
7658
7715
|
msgid "Update organization"
|
7659
7716
|
msgstr ""
|
7660
7717
|
|
7661
|
-
msgid "Update package"
|
7662
|
-
msgstr ""
|
7663
|
-
|
7664
|
-
msgid "Update package for %s"
|
7665
|
-
msgstr ""
|
7666
|
-
|
7667
7718
|
msgid "Update package group via Katello interface"
|
7668
7719
|
msgstr ""
|
7669
7720
|
|
7670
7721
|
msgid "Update package via Katello interface"
|
7671
7722
|
msgstr ""
|
7672
7723
|
|
7673
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7674
|
-
msgstr ""
|
7675
|
-
|
7676
7724
|
msgid "Update packages via Katello interface"
|
7677
7725
|
msgstr ""
|
7678
7726
|
|
@@ -7724,9 +7772,6 @@ msgstr ""
|
|
7724
7772
|
msgid "Updates a product"
|
7725
7773
|
msgstr ""
|
7726
7774
|
|
7727
|
-
msgid "Updates all packages on the host(s)"
|
7728
|
-
msgstr ""
|
7729
|
-
|
7730
7775
|
msgid "Updates available: Component content view versions have been updated."
|
7731
7776
|
msgstr ""
|
7732
7777
|
|
@@ -7844,9 +7889,6 @@ msgstr ""
|
|
7844
7889
|
msgid "Use HTTP proxies"
|
7845
7890
|
msgstr ""
|
7846
7891
|
|
7847
|
-
msgid "Use remote execution by default"
|
7848
|
-
msgstr ""
|
7849
|
-
|
7850
7892
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
7851
7893
|
msgstr ""
|
7852
7894
|
|
@@ -7967,12 +8009,18 @@ msgstr ""
|
|
7967
8009
|
msgid "View by"
|
7968
8010
|
msgstr ""
|
7969
8011
|
|
8012
|
+
msgid "View content views"
|
8013
|
+
msgstr ""
|
8014
|
+
|
7970
8015
|
msgid "View documentation"
|
7971
8016
|
msgstr ""
|
7972
8017
|
|
7973
8018
|
msgid "View matching content"
|
7974
8019
|
msgstr ""
|
7975
8020
|
|
8021
|
+
msgid "View sync status"
|
8022
|
+
msgstr ""
|
8023
|
+
|
7976
8024
|
msgid "View tasks "
|
7977
8025
|
msgstr ""
|
7978
8026
|
|
@@ -7991,7 +8039,7 @@ msgstr ""
|
|
7991
8039
|
msgid "Virtual host"
|
7992
8040
|
msgstr ""
|
7993
8041
|
|
7994
|
-
msgid "WARNING:
|
8042
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
7995
8043
|
msgstr ""
|
7996
8044
|
|
7997
8045
|
msgid "Waiting to start."
|
@@ -8138,15 +8186,15 @@ msgstr ""
|
|
8138
8186
|
msgid "Your search returned no matching Module streams."
|
8139
8187
|
msgstr ""
|
8140
8188
|
|
8141
|
-
msgid "Your search returned no matching RPMs."
|
8142
|
-
msgstr ""
|
8143
|
-
|
8144
8189
|
msgid "Your search returned no matching activation keys."
|
8145
8190
|
msgstr ""
|
8146
8191
|
|
8147
8192
|
msgid "Your search returned no matching hosts."
|
8148
8193
|
msgstr ""
|
8149
8194
|
|
8195
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8196
|
+
msgstr ""
|
8197
|
+
|
8150
8198
|
msgid "Yum"
|
8151
8199
|
msgstr ""
|
8152
8200
|
|
@@ -8333,9 +8381,6 @@ msgstr ""
|
|
8333
8381
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8334
8382
|
msgstr ""
|
8335
8383
|
|
8336
|
-
msgid "content view Dependency Solving Default"
|
8337
|
-
msgstr ""
|
8338
|
-
|
8339
8384
|
msgid "content view component ID. Identifier of the component association"
|
8340
8385
|
msgstr ""
|
8341
8386
|
|
@@ -8456,9 +8501,6 @@ msgstr ""
|
|
8456
8501
|
msgid "errata_ids is a required parameter"
|
8457
8502
|
msgstr ""
|
8458
8503
|
|
8459
|
-
msgid "errata_ids or update_all must be provided"
|
8460
|
-
msgstr ""
|
8461
|
-
|
8462
8504
|
msgid "erratum: IDs or a select all object"
|
8463
8505
|
msgstr ""
|
8464
8506
|
|
@@ -8615,9 +8657,6 @@ msgstr ""
|
|
8615
8657
|
msgid "list filters"
|
8616
8658
|
msgstr ""
|
8617
8659
|
|
8618
|
-
msgid "list of packages names"
|
8619
|
-
msgstr ""
|
8620
|
-
|
8621
8660
|
msgid "list of repository ids"
|
8622
8661
|
msgstr ""
|
8623
8662
|
|