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