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/cs/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
|
|
@@ -263,6 +269,12 @@ msgstr ""
|
|
263
269
|
msgid "%{group} package group updated"
|
264
270
|
msgstr "všechny aktualizační balíčky"
|
265
271
|
|
272
|
+
msgid "%{label} failed"
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "%{label} failed."
|
276
|
+
msgstr ""
|
277
|
+
|
266
278
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
267
279
|
msgstr ""
|
268
280
|
|
@@ -346,6 +358,9 @@ msgstr "všechny aktualizační balíčky selhaly"
|
|
346
358
|
msgid "%{package} package updated"
|
347
359
|
msgstr "všechny aktualizační balíčky"
|
348
360
|
|
361
|
+
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."
|
362
|
+
msgstr ""
|
363
|
+
|
349
364
|
msgid "%{sla}"
|
350
365
|
msgstr ""
|
351
366
|
|
@@ -416,10 +431,6 @@ msgstr ""
|
|
416
431
|
msgid "A backend service [ %s ] is unreachable"
|
417
432
|
msgstr ""
|
418
433
|
|
419
|
-
#, fuzzy
|
420
|
-
msgid "A content_type must be provided."
|
421
|
-
msgstr "Musí existovat alespoň jedna organizace."
|
422
|
-
|
423
434
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
424
435
|
msgstr ""
|
425
436
|
|
@@ -432,6 +443,18 @@ msgstr ""
|
|
432
443
|
msgid "A new version of "
|
433
444
|
msgstr ""
|
434
445
|
|
446
|
+
msgid "A notification about failed content view promotion"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
msgid "A notification about failed content view publish"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "A notification about failed proxy sync"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
msgid "A notification about failed repository sync"
|
456
|
+
msgstr ""
|
457
|
+
|
435
458
|
msgid "A post-promotion summary of hosts with installable errata"
|
436
459
|
msgstr ""
|
437
460
|
|
@@ -465,9 +488,6 @@ msgstr ""
|
|
465
488
|
msgid "Abstract async task"
|
466
489
|
msgstr ""
|
467
490
|
|
468
|
-
msgid "Accept action timeout"
|
469
|
-
msgstr ""
|
470
|
-
|
471
491
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
472
492
|
msgstr ""
|
473
493
|
|
@@ -511,7 +531,7 @@ msgstr ""
|
|
511
531
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
512
532
|
msgstr ""
|
513
533
|
|
514
|
-
msgid "Activation key(s)
|
534
|
+
msgid "Activation key(s) to use during registration"
|
515
535
|
msgstr ""
|
516
536
|
|
517
537
|
msgid "Activation keys"
|
@@ -548,9 +568,6 @@ msgstr ""
|
|
548
568
|
msgid "Add Subscriptions"
|
549
569
|
msgstr ""
|
550
570
|
|
551
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
552
|
-
msgstr ""
|
553
|
-
|
554
571
|
msgid "Add a subscription to a host"
|
555
572
|
msgstr ""
|
556
573
|
|
@@ -623,6 +640,9 @@ msgstr ""
|
|
623
640
|
msgid "Add subscriptions to one or more hosts"
|
624
641
|
msgstr ""
|
625
642
|
|
643
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
644
|
+
msgstr ""
|
645
|
+
|
626
646
|
msgid "Add to a host collection"
|
627
647
|
msgstr ""
|
628
648
|
|
@@ -659,9 +679,6 @@ msgstr ""
|
|
659
679
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
660
680
|
msgstr ""
|
661
681
|
|
662
|
-
msgid "Agent action"
|
663
|
-
msgstr ""
|
664
|
-
|
665
682
|
msgid "All"
|
666
683
|
msgstr ""
|
667
684
|
|
@@ -801,7 +818,7 @@ msgstr ""
|
|
801
818
|
msgid "Apply"
|
802
819
|
msgstr ""
|
803
820
|
|
804
|
-
msgid "Apply
|
821
|
+
msgid "Apply erratum"
|
805
822
|
msgstr ""
|
806
823
|
|
807
824
|
msgid "Apply to all repositories in the CV"
|
@@ -810,15 +827,24 @@ msgstr ""
|
|
810
827
|
msgid "Apply to subset of repositories"
|
811
828
|
msgstr ""
|
812
829
|
|
813
|
-
msgid "Apply via Katello agent"
|
814
|
-
msgstr ""
|
815
|
-
|
816
830
|
msgid "Apply via customized remote execution"
|
817
831
|
msgstr ""
|
818
832
|
|
819
833
|
msgid "Apply via remote execution"
|
820
834
|
msgstr ""
|
821
835
|
|
836
|
+
msgid "Approaching end of maintenance support"
|
837
|
+
msgstr ""
|
838
|
+
|
839
|
+
msgid "Approaching end of maintenance support (%s)"
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
msgid "Approaching end of support"
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
msgid "Approaching end of support (%s)"
|
846
|
+
msgstr ""
|
847
|
+
|
822
848
|
msgid "Arch"
|
823
849
|
msgstr ""
|
824
850
|
|
@@ -999,6 +1025,9 @@ msgstr ""
|
|
999
1025
|
msgid "Batch size to sync repositories in."
|
1000
1026
|
msgstr ""
|
1001
1027
|
|
1028
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1029
|
+
msgstr ""
|
1030
|
+
|
1002
1031
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
1003
1032
|
msgstr ""
|
1004
1033
|
|
@@ -1157,6 +1186,12 @@ msgstr ""
|
|
1157
1186
|
msgid "Cannot add default content view to composite content view"
|
1158
1187
|
msgstr ""
|
1159
1188
|
|
1189
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1190
|
+
msgstr ""
|
1191
|
+
|
1192
|
+
msgid "Cannot add disabled products to sync plan!"
|
1193
|
+
msgstr ""
|
1194
|
+
|
1160
1195
|
msgid "Cannot add generated content view versions to composite content view"
|
1161
1196
|
msgstr ""
|
1162
1197
|
|
@@ -1172,6 +1207,9 @@ msgstr ""
|
|
1172
1207
|
msgid "Cannot associate a component to a non composite content view"
|
1173
1208
|
msgstr ""
|
1174
1209
|
|
1210
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1211
|
+
msgstr ""
|
1212
|
+
|
1175
1213
|
msgid "Cannot calculate name for custom repos"
|
1176
1214
|
msgstr ""
|
1177
1215
|
|
@@ -1307,10 +1345,10 @@ msgstr ""
|
|
1307
1345
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1308
1346
|
msgstr ""
|
1309
1347
|
|
1310
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1348
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1311
1349
|
msgstr ""
|
1312
1350
|
|
1313
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1351
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1314
1352
|
msgstr ""
|
1315
1353
|
|
1316
1354
|
msgid "Check services before actions"
|
@@ -1373,9 +1411,6 @@ msgstr ""
|
|
1373
1411
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1374
1412
|
msgstr ""
|
1375
1413
|
|
1376
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1377
|
-
msgstr ""
|
1378
|
-
|
1379
1414
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1380
1415
|
msgstr ""
|
1381
1416
|
|
@@ -1676,6 +1711,12 @@ msgstr ""
|
|
1676
1711
|
msgid "Content view numeric identifier"
|
1677
1712
|
msgstr ""
|
1678
1713
|
|
1714
|
+
msgid "Content view promote failure"
|
1715
|
+
msgstr ""
|
1716
|
+
|
1717
|
+
msgid "Content view publish failure"
|
1718
|
+
msgstr ""
|
1719
|
+
|
1679
1720
|
msgid "Content view version export history identifier"
|
1680
1721
|
msgstr ""
|
1681
1722
|
|
@@ -1685,6 +1726,9 @@ msgstr ""
|
|
1685
1726
|
msgid "Content view version import history identifier"
|
1686
1727
|
msgstr ""
|
1687
1728
|
|
1729
|
+
msgid "Content view version is empty"
|
1730
|
+
msgstr ""
|
1731
|
+
|
1688
1732
|
msgid "Content views"
|
1689
1733
|
msgstr ""
|
1690
1734
|
|
@@ -2341,7 +2385,7 @@ msgstr ""
|
|
2341
2385
|
msgid "Disable module stream"
|
2342
2386
|
msgstr ""
|
2343
2387
|
|
2344
|
-
msgid "Disable simple content access for a manifest"
|
2388
|
+
msgid "Disable simple content access for a manifest. %s"
|
2345
2389
|
msgstr ""
|
2346
2390
|
|
2347
2391
|
msgid "Disabled"
|
@@ -2384,6 +2428,9 @@ msgstr ""
|
|
2384
2428
|
msgid "Duplicate artifact detected"
|
2385
2429
|
msgstr ""
|
2386
2430
|
|
2431
|
+
msgid "Duplicate repositories in content view versions"
|
2432
|
+
msgstr ""
|
2433
|
+
|
2387
2434
|
#, fuzzy
|
2388
2435
|
msgid "Duration"
|
2389
2436
|
msgstr "Organizace"
|
@@ -2490,7 +2537,7 @@ msgstr ""
|
|
2490
2537
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2491
2538
|
msgstr ""
|
2492
2539
|
|
2493
|
-
msgid "Enabling
|
2540
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2494
2541
|
msgstr ""
|
2495
2542
|
|
2496
2543
|
msgid "End Date"
|
@@ -2526,6 +2573,9 @@ msgstr ""
|
|
2526
2573
|
msgid "Environment"
|
2527
2574
|
msgstr ""
|
2528
2575
|
|
2576
|
+
msgid "Environment ID"
|
2577
|
+
msgstr ""
|
2578
|
+
|
2529
2579
|
msgid "Environment IDs"
|
2530
2580
|
msgstr ""
|
2531
2581
|
|
@@ -2535,6 +2585,9 @@ msgstr ""
|
|
2535
2585
|
msgid "Environment identifier"
|
2536
2586
|
msgstr ""
|
2537
2587
|
|
2588
|
+
msgid "Environment name"
|
2589
|
+
msgstr ""
|
2590
|
+
|
2538
2591
|
msgid "Environments"
|
2539
2592
|
msgstr ""
|
2540
2593
|
|
@@ -2671,6 +2724,9 @@ msgstr ""
|
|
2671
2724
|
msgid "Export as CSV"
|
2672
2725
|
msgstr ""
|
2673
2726
|
|
2727
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2728
|
+
msgstr ""
|
2729
|
+
|
2674
2730
|
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."
|
2675
2731
|
msgstr ""
|
2676
2732
|
|
@@ -2683,6 +2739,9 @@ msgstr ""
|
|
2683
2739
|
msgid "Exported version"
|
2684
2740
|
msgstr ""
|
2685
2741
|
|
2742
|
+
msgid "Extended support"
|
2743
|
+
msgstr ""
|
2744
|
+
|
2686
2745
|
#, fuzzy
|
2687
2746
|
msgid "Facts successfully updated."
|
2688
2747
|
msgstr "úspěšně vytvořen."
|
@@ -2831,9 +2890,6 @@ msgstr ""
|
|
2831
2890
|
msgid "Finish"
|
2832
2891
|
msgstr ""
|
2833
2892
|
|
2834
|
-
msgid "Finish action timeout"
|
2835
|
-
msgstr ""
|
2836
|
-
|
2837
2893
|
msgid "Finished"
|
2838
2894
|
msgstr ""
|
2839
2895
|
|
@@ -2881,6 +2937,9 @@ msgstr ""
|
|
2881
2937
|
msgid "Full description"
|
2882
2938
|
msgstr ""
|
2883
2939
|
|
2940
|
+
msgid "Full support"
|
2941
|
+
msgstr ""
|
2942
|
+
|
2884
2943
|
msgid "Fully entitled"
|
2885
2944
|
msgstr ""
|
2886
2945
|
|
@@ -2938,15 +2997,15 @@ msgstr ""
|
|
2938
2997
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2939
2998
|
msgstr ""
|
2940
2999
|
|
2941
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2942
|
-
msgstr ""
|
2943
|
-
|
2944
3000
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2945
3001
|
msgstr ""
|
2946
3002
|
|
2947
3003
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2948
3004
|
msgstr ""
|
2949
3005
|
|
3006
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
3007
|
+
msgstr ""
|
3008
|
+
|
2950
3009
|
msgid "Go to job details"
|
2951
3010
|
msgstr ""
|
2952
3011
|
|
@@ -2971,6 +3030,9 @@ msgstr ""
|
|
2971
3030
|
msgid "Has to be > 0"
|
2972
3031
|
msgstr ""
|
2973
3032
|
|
3033
|
+
msgid "Help"
|
3034
|
+
msgstr ""
|
3035
|
+
|
2974
3036
|
msgid "Helper"
|
2975
3037
|
msgstr ""
|
2976
3038
|
|
@@ -3063,12 +3125,6 @@ msgstr ""
|
|
3063
3125
|
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."
|
3064
3126
|
msgstr ""
|
3065
3127
|
|
3066
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
3067
|
-
msgstr ""
|
3068
|
-
|
3069
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
3070
|
-
msgstr ""
|
3071
|
-
|
3072
3128
|
msgid "Host errata advisory"
|
3073
3129
|
msgstr ""
|
3074
3130
|
|
@@ -3090,6 +3146,9 @@ msgstr ""
|
|
3090
3146
|
msgid "Host id to list applicable packages for"
|
3091
3147
|
msgstr ""
|
3092
3148
|
|
3149
|
+
msgid "Host lifecycle support expiration notification"
|
3150
|
+
msgstr ""
|
3151
|
+
|
3093
3152
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3094
3153
|
msgstr ""
|
3095
3154
|
|
@@ -3292,9 +3351,6 @@ msgstr ""
|
|
3292
3351
|
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"
|
3293
3352
|
msgstr ""
|
3294
3353
|
|
3295
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3296
|
-
msgstr ""
|
3297
|
-
|
3298
3354
|
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."
|
3299
3355
|
msgstr ""
|
3300
3356
|
|
@@ -3380,9 +3436,6 @@ msgstr ""
|
|
3380
3436
|
msgid "Import a Manifest to Begin"
|
3381
3437
|
msgstr ""
|
3382
3438
|
|
3383
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3384
|
-
msgstr ""
|
3385
|
-
|
3386
3439
|
msgid "Import a Manifest using the manifest tab above."
|
3387
3440
|
msgstr ""
|
3388
3441
|
|
@@ -3395,6 +3448,9 @@ msgstr ""
|
|
3395
3448
|
msgid "Import a repository"
|
3396
3449
|
msgstr ""
|
3397
3450
|
|
3451
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3452
|
+
msgstr ""
|
3453
|
+
|
3398
3454
|
#, fuzzy
|
3399
3455
|
msgid "Import facts"
|
3400
3456
|
msgstr "Import historie"
|
@@ -3505,39 +3561,12 @@ msgstr ""
|
|
3505
3561
|
msgid "Install"
|
3506
3562
|
msgstr ""
|
3507
3563
|
|
3508
|
-
msgid "Install Applicable Errata"
|
3509
|
-
msgstr ""
|
3510
|
-
|
3511
|
-
msgid "Install Applicable Errata on %s"
|
3512
|
-
msgstr ""
|
3513
|
-
|
3514
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3515
|
-
msgstr ""
|
3516
|
-
|
3517
3564
|
msgid "Install errata using scoped search query"
|
3518
3565
|
msgstr ""
|
3519
3566
|
|
3520
3567
|
msgid "Install errata via Katello interface"
|
3521
3568
|
msgstr ""
|
3522
3569
|
|
3523
|
-
#, fuzzy
|
3524
|
-
msgid "Install erratum"
|
3525
|
-
msgstr "Instalační balíčky"
|
3526
|
-
|
3527
|
-
msgid "Install erratum for %s"
|
3528
|
-
msgstr ""
|
3529
|
-
|
3530
|
-
#, fuzzy
|
3531
|
-
msgid "Install package"
|
3532
|
-
msgstr "všechny balíčky"
|
3533
|
-
|
3534
|
-
msgid "Install package for %s"
|
3535
|
-
msgstr ""
|
3536
|
-
|
3537
|
-
#, fuzzy
|
3538
|
-
msgid "Install package group"
|
3539
|
-
msgstr "všechny balíčky"
|
3540
|
-
|
3541
3570
|
msgid "Install package group via Katello interface"
|
3542
3571
|
msgstr ""
|
3543
3572
|
|
@@ -3547,18 +3576,12 @@ msgstr ""
|
|
3547
3576
|
msgid "Install packages"
|
3548
3577
|
msgstr ""
|
3549
3578
|
|
3550
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3551
|
-
msgstr ""
|
3552
|
-
|
3553
3579
|
msgid "Install packages via Katello interface"
|
3554
3580
|
msgstr ""
|
3555
3581
|
|
3556
3582
|
msgid "Install via customized remote execution"
|
3557
3583
|
msgstr ""
|
3558
3584
|
|
3559
|
-
msgid "Install via katello-agent"
|
3560
|
-
msgstr ""
|
3561
|
-
|
3562
3585
|
msgid "Install via remote execution"
|
3563
3586
|
msgstr ""
|
3564
3587
|
|
@@ -3571,15 +3594,6 @@ msgstr ""
|
|
3571
3594
|
msgid "Installable updates"
|
3572
3595
|
msgstr ""
|
3573
3596
|
|
3574
|
-
msgid "Installation of errata requested: %{errata}"
|
3575
|
-
msgstr ""
|
3576
|
-
|
3577
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3578
|
-
msgstr ""
|
3579
|
-
|
3580
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3581
|
-
msgstr ""
|
3582
|
-
|
3583
3597
|
msgid "Installation status"
|
3584
3598
|
msgstr ""
|
3585
3599
|
|
@@ -3641,10 +3655,6 @@ msgstr ""
|
|
3641
3655
|
msgid "Invalid content label: %s"
|
3642
3656
|
msgstr "Neplatný stav"
|
3643
3657
|
|
3644
|
-
#, fuzzy
|
3645
|
-
msgid "Invalid content type %s"
|
3646
|
-
msgstr "Neplatný stav"
|
3647
|
-
|
3648
3658
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3649
3659
|
msgstr ""
|
3650
3660
|
|
@@ -3720,15 +3730,9 @@ msgstr ""
|
|
3720
3730
|
msgid "Job '${description}' has started."
|
3721
3731
|
msgstr ""
|
3722
3732
|
|
3723
|
-
msgid "Katello 4.10"
|
3724
|
-
msgstr ""
|
3725
|
-
|
3726
3733
|
msgid "Katello ID of local pool to update"
|
3727
3734
|
msgstr ""
|
3728
3735
|
|
3729
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3730
|
-
msgstr ""
|
3731
|
-
|
3732
3736
|
msgid "Katello: Install Errata"
|
3733
3737
|
msgstr ""
|
3734
3738
|
|
@@ -3810,6 +3814,9 @@ msgstr ""
|
|
3810
3814
|
msgid "Last refresh :"
|
3811
3815
|
msgstr ""
|
3812
3816
|
|
3817
|
+
msgid "Last sync"
|
3818
|
+
msgstr ""
|
3819
|
+
|
3813
3820
|
msgid "Last task"
|
3814
3821
|
msgstr ""
|
3815
3822
|
|
@@ -3872,6 +3879,9 @@ msgstr ""
|
|
3872
3879
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3873
3880
|
msgstr ""
|
3874
3881
|
|
3882
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3883
|
+
msgstr ""
|
3884
|
+
|
3875
3885
|
msgid "Lifecycle environment ID"
|
3876
3886
|
msgstr ""
|
3877
3887
|
|
@@ -3955,6 +3965,9 @@ msgstr ""
|
|
3955
3965
|
msgid "List components attached to this content view"
|
3956
3966
|
msgstr ""
|
3957
3967
|
|
3968
|
+
msgid "List content counts for the smart proxy"
|
3969
|
+
msgstr ""
|
3970
|
+
|
3958
3971
|
msgid "List content view versions"
|
3959
3972
|
msgstr ""
|
3960
3973
|
|
@@ -4010,9 +4023,6 @@ msgstr ""
|
|
4010
4023
|
msgid "List of Errata ids"
|
4011
4024
|
msgstr ""
|
4012
4025
|
|
4013
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
4014
|
-
msgstr ""
|
4015
|
-
|
4016
4026
|
msgid "List of Products for sync plan"
|
4017
4027
|
msgstr ""
|
4018
4028
|
|
@@ -4022,12 +4032,6 @@ msgstr ""
|
|
4022
4032
|
msgid "List of component content view version ids for composite views"
|
4023
4033
|
msgstr ""
|
4024
4034
|
|
4025
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
4026
|
-
msgstr ""
|
4027
|
-
|
4028
|
-
msgid "List of content (e.g. package or package group names)"
|
4029
|
-
msgstr ""
|
4030
|
-
|
4031
4035
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
4032
4036
|
msgstr ""
|
4033
4037
|
|
@@ -4180,6 +4184,9 @@ msgstr ""
|
|
4180
4184
|
msgid "Low"
|
4181
4185
|
msgstr ""
|
4182
4186
|
|
4187
|
+
msgid "Maintenance support"
|
4188
|
+
msgstr ""
|
4189
|
+
|
4183
4190
|
msgid "Make copy of a content view"
|
4184
4191
|
msgstr ""
|
4185
4192
|
|
@@ -4237,6 +4244,9 @@ msgstr ""
|
|
4237
4244
|
msgid "Matched"
|
4238
4245
|
msgstr ""
|
4239
4246
|
|
4247
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4248
|
+
msgstr ""
|
4249
|
+
|
4240
4250
|
msgid "Matching content"
|
4241
4251
|
msgstr ""
|
4242
4252
|
|
@@ -4458,9 +4468,6 @@ msgstr "Vyhledat obsah"
|
|
4458
4468
|
msgid "No Content found"
|
4459
4469
|
msgstr ""
|
4460
4470
|
|
4461
|
-
msgid "No Lifecycle environment to select"
|
4462
|
-
msgstr ""
|
4463
|
-
|
4464
4471
|
msgid "No Manifest Uploaded"
|
4465
4472
|
msgstr ""
|
4466
4473
|
|
@@ -4485,9 +4492,6 @@ msgstr ""
|
|
4485
4492
|
msgid "No applicable errata"
|
4486
4493
|
msgstr ""
|
4487
4494
|
|
4488
|
-
msgid "No applicable errata for %s, skipping"
|
4489
|
-
msgstr ""
|
4490
|
-
|
4491
4495
|
msgid "No applications to restart"
|
4492
4496
|
msgstr ""
|
4493
4497
|
|
@@ -4506,10 +4510,6 @@ msgstr ""
|
|
4506
4510
|
msgid "No content added."
|
4507
4511
|
msgstr ""
|
4508
4512
|
|
4509
|
-
#, fuzzy
|
4510
|
-
msgid "No content has been provided."
|
4511
|
-
msgstr "Musí existovat alespoň jedna organizace."
|
4512
|
-
|
4513
4513
|
msgid "No content ids provided"
|
4514
4514
|
msgstr ""
|
4515
4515
|
|
@@ -4541,6 +4541,9 @@ msgstr ""
|
|
4541
4541
|
msgid "No description provided"
|
4542
4542
|
msgstr ""
|
4543
4543
|
|
4544
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4545
|
+
msgstr ""
|
4546
|
+
|
4544
4547
|
msgid "No enabled repositories match your search criteria."
|
4545
4548
|
msgstr ""
|
4546
4549
|
|
@@ -4624,9 +4627,6 @@ msgstr ""
|
|
4624
4627
|
msgid "No matching DEB found."
|
4625
4628
|
msgstr ""
|
4626
4629
|
|
4627
|
-
msgid "No matching RPM found."
|
4628
|
-
msgstr ""
|
4629
|
-
|
4630
4630
|
msgid "No matching activation keys found."
|
4631
4631
|
msgstr ""
|
4632
4632
|
|
@@ -4654,6 +4654,9 @@ msgstr ""
|
|
4654
4654
|
msgid "No matching hosts found."
|
4655
4655
|
msgstr ""
|
4656
4656
|
|
4657
|
+
msgid "No matching non-modular RPM found."
|
4658
|
+
msgstr ""
|
4659
|
+
|
4657
4660
|
msgid "No matching packages found"
|
4658
4661
|
msgstr ""
|
4659
4662
|
|
@@ -4873,6 +4876,9 @@ msgstr ""
|
|
4873
4876
|
msgid "On-disk location for pulp 3 exported repositories"
|
4874
4877
|
msgstr ""
|
4875
4878
|
|
4879
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4880
|
+
msgstr ""
|
4881
|
+
|
4876
4882
|
msgid "One of parameters [ %s ] required but not specified."
|
4877
4883
|
msgstr ""
|
4878
4884
|
|
@@ -4898,6 +4904,9 @@ msgstr ""
|
|
4898
4904
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4899
4905
|
msgstr "Spravovat organizace"
|
4900
4906
|
|
4907
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4908
|
+
msgstr ""
|
4909
|
+
|
4901
4910
|
msgid "Only returns id and quantity fields"
|
4902
4911
|
msgstr ""
|
4903
4912
|
|
@@ -5355,6 +5364,9 @@ msgid ""
|
|
5355
5364
|
" this is not the same product id as the products api returns"
|
5356
5365
|
msgstr ""
|
5357
5366
|
|
5367
|
+
msgid "Product label"
|
5368
|
+
msgstr ""
|
5369
|
+
|
5358
5370
|
#, fuzzy
|
5359
5371
|
msgid "Product name"
|
5360
5372
|
msgstr "Produkty"
|
@@ -5428,6 +5440,9 @@ msgstr ""
|
|
5428
5440
|
msgid "Proxies"
|
5429
5441
|
msgstr ""
|
5430
5442
|
|
5443
|
+
msgid "Proxy sync failure"
|
5444
|
+
msgstr ""
|
5445
|
+
|
5431
5446
|
msgid "Public"
|
5432
5447
|
msgstr ""
|
5433
5448
|
|
@@ -5561,6 +5576,12 @@ msgstr ""
|
|
5561
5576
|
msgid "RH Repos"
|
5562
5577
|
msgstr ""
|
5563
5578
|
|
5579
|
+
msgid "RHEL Lifecycle status"
|
5580
|
+
msgstr ""
|
5581
|
+
|
5582
|
+
msgid "RHEL lifecycle"
|
5583
|
+
msgstr ""
|
5584
|
+
|
5564
5585
|
msgid "RHUI"
|
5565
5586
|
msgstr ""
|
5566
5587
|
|
@@ -5609,9 +5630,6 @@ msgstr ""
|
|
5609
5630
|
msgid "Reboot required"
|
5610
5631
|
msgstr ""
|
5611
5632
|
|
5612
|
-
msgid "Recalculate"
|
5613
|
-
msgstr ""
|
5614
|
-
|
5615
5633
|
msgid "Recently Expired Subscriptions"
|
5616
5634
|
msgstr ""
|
5617
5635
|
|
@@ -5690,6 +5708,18 @@ msgstr ""
|
|
5690
5708
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5691
5709
|
msgstr ""
|
5692
5710
|
|
5711
|
+
msgid "Refresh applicability"
|
5712
|
+
msgstr ""
|
5713
|
+
|
5714
|
+
msgid "Refresh counts"
|
5715
|
+
msgstr ""
|
5716
|
+
|
5717
|
+
msgid "Refresh errata applicability"
|
5718
|
+
msgstr ""
|
5719
|
+
|
5720
|
+
msgid "Refresh package applicability"
|
5721
|
+
msgstr ""
|
5722
|
+
|
5693
5723
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5694
5724
|
msgstr ""
|
5695
5725
|
|
@@ -5771,13 +5801,10 @@ msgstr ""
|
|
5771
5801
|
msgid "Remote action:"
|
5772
5802
|
msgstr ""
|
5773
5803
|
|
5774
|
-
msgid "Remote execution
|
5775
|
-
msgstr ""
|
5776
|
-
|
5777
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5804
|
+
msgid "Remote execution is enabled."
|
5778
5805
|
msgstr ""
|
5779
5806
|
|
5780
|
-
msgid "
|
5807
|
+
msgid "Remote execution job '${description}' failed."
|
5781
5808
|
msgstr ""
|
5782
5809
|
|
5783
5810
|
msgid "Remove"
|
@@ -5804,9 +5831,6 @@ msgstr ""
|
|
5804
5831
|
msgid "Remove components from the content view"
|
5805
5832
|
msgstr ""
|
5806
5833
|
|
5807
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5808
|
-
msgstr ""
|
5809
|
-
|
5810
5834
|
msgid "Remove content view version"
|
5811
5835
|
msgstr ""
|
5812
5836
|
|
@@ -5841,17 +5865,6 @@ msgstr ""
|
|
5841
5865
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5842
5866
|
msgstr ""
|
5843
5867
|
|
5844
|
-
#, fuzzy
|
5845
|
-
msgid "Remove package"
|
5846
|
-
msgstr "Smazat balíček filtrů"
|
5847
|
-
|
5848
|
-
msgid "Remove package for %s"
|
5849
|
-
msgstr ""
|
5850
|
-
|
5851
|
-
#, fuzzy
|
5852
|
-
msgid "Remove package group"
|
5853
|
-
msgstr "Smazat balíček filtrů"
|
5854
|
-
|
5855
5868
|
msgid "Remove package group via Katello interface"
|
5856
5869
|
msgstr ""
|
5857
5870
|
|
@@ -5899,10 +5912,13 @@ msgstr ""
|
|
5899
5912
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5900
5913
|
msgstr ""
|
5901
5914
|
|
5915
|
+
msgid "Repo ID"
|
5916
|
+
msgstr ""
|
5917
|
+
|
5902
5918
|
msgid "Repo Type"
|
5903
5919
|
msgstr ""
|
5904
5920
|
|
5905
|
-
msgid "
|
5921
|
+
msgid "Repo label"
|
5906
5922
|
msgstr ""
|
5907
5923
|
|
5908
5924
|
#, fuzzy
|
@@ -5912,6 +5928,9 @@ msgstr "Repozitáře"
|
|
5912
5928
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5913
5929
|
msgstr ""
|
5914
5930
|
|
5931
|
+
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."
|
5932
|
+
msgstr ""
|
5933
|
+
|
5915
5934
|
msgid "Repositories from published Content Views are not allowed."
|
5916
5935
|
msgstr ""
|
5917
5936
|
|
@@ -5925,12 +5944,18 @@ msgstr ""
|
|
5925
5944
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5926
5945
|
msgstr ""
|
5927
5946
|
|
5947
|
+
msgid "Repository %{label} failed to synchronize"
|
5948
|
+
msgstr ""
|
5949
|
+
|
5928
5950
|
msgid "Repository '%(repoName)s' has been disabled."
|
5929
5951
|
msgstr ""
|
5930
5952
|
|
5931
5953
|
msgid "Repository '%(repoName)s' has been enabled."
|
5932
5954
|
msgstr ""
|
5933
5955
|
|
5956
|
+
msgid "Repository ID"
|
5957
|
+
msgstr ""
|
5958
|
+
|
5934
5959
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5935
5960
|
msgstr ""
|
5936
5961
|
|
@@ -5953,6 +5978,9 @@ msgstr ""
|
|
5953
5978
|
msgid "Repository label '%s' is not associated with content view."
|
5954
5979
|
msgstr ""
|
5955
5980
|
|
5981
|
+
msgid "Repository name"
|
5982
|
+
msgstr ""
|
5983
|
+
|
5956
5984
|
#, fuzzy
|
5957
5985
|
msgid "Repository not found"
|
5958
5986
|
msgstr "Repozitáře"
|
@@ -5993,6 +6021,9 @@ msgstr ""
|
|
5993
6021
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5994
6022
|
msgstr ""
|
5995
6023
|
|
6024
|
+
msgid "Repository sync failure"
|
6025
|
+
msgstr ""
|
6026
|
+
|
5996
6027
|
msgid "Repository type"
|
5997
6028
|
msgstr ""
|
5998
6029
|
|
@@ -6221,9 +6252,6 @@ msgstr ""
|
|
6221
6252
|
msgid "Saving alternate content source..."
|
6222
6253
|
msgstr ""
|
6223
6254
|
|
6224
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6225
|
-
msgstr ""
|
6226
|
-
|
6227
6255
|
msgid "Schema Version 1"
|
6228
6256
|
msgstr ""
|
6229
6257
|
|
@@ -6406,7 +6434,10 @@ msgstr ""
|
|
6406
6434
|
msgid "Select source type"
|
6407
6435
|
msgstr ""
|
6408
6436
|
|
6409
|
-
msgid "Select system purpose attributes for
|
6437
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6438
|
+
msgstr ""
|
6439
|
+
|
6440
|
+
msgid "Select system purpose attributes for host {name}."
|
6410
6441
|
msgstr ""
|
6411
6442
|
|
6412
6443
|
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."
|
@@ -6583,6 +6614,9 @@ msgstr ""
|
|
6583
6614
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6584
6615
|
msgstr ""
|
6585
6616
|
|
6617
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6618
|
+
msgstr ""
|
6619
|
+
|
6586
6620
|
msgid "Simplified"
|
6587
6621
|
msgstr ""
|
6588
6622
|
|
@@ -6601,12 +6635,21 @@ msgstr ""
|
|
6601
6635
|
msgid "Smart proxies"
|
6602
6636
|
msgstr ""
|
6603
6637
|
|
6638
|
+
msgid "Smart proxy ID"
|
6639
|
+
msgstr ""
|
6640
|
+
|
6604
6641
|
msgid "Smart proxy IDs"
|
6605
6642
|
msgstr ""
|
6606
6643
|
|
6644
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6645
|
+
msgstr ""
|
6646
|
+
|
6607
6647
|
msgid "Smart proxy content source not found!"
|
6608
6648
|
msgstr ""
|
6609
6649
|
|
6650
|
+
msgid "Smart proxy name"
|
6651
|
+
msgstr ""
|
6652
|
+
|
6610
6653
|
msgid "Sockets"
|
6611
6654
|
msgstr ""
|
6612
6655
|
|
@@ -6715,6 +6758,9 @@ msgstr ""
|
|
6715
6758
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6716
6759
|
msgstr ""
|
6717
6760
|
|
6761
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6762
|
+
msgstr ""
|
6763
|
+
|
6718
6764
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6719
6765
|
msgstr ""
|
6720
6766
|
|
@@ -6981,6 +7027,9 @@ msgstr ""
|
|
6981
7027
|
msgid "Support Type"
|
6982
7028
|
msgstr ""
|
6983
7029
|
|
7030
|
+
msgid "Support ended"
|
7031
|
+
msgstr ""
|
7032
|
+
|
6984
7033
|
msgid "Supported Content Types"
|
6985
7034
|
msgstr ""
|
6986
7035
|
|
@@ -7068,13 +7117,13 @@ msgstr ""
|
|
7068
7117
|
msgid "Syncable export"
|
7069
7118
|
msgstr ""
|
7070
7119
|
|
7071
|
-
msgid "Synced
|
7120
|
+
msgid "Synced"
|
7072
7121
|
msgstr ""
|
7073
7122
|
|
7074
|
-
msgid "Synced
|
7123
|
+
msgid "Synced "
|
7075
7124
|
msgstr ""
|
7076
7125
|
|
7077
|
-
msgid "Synced
|
7126
|
+
msgid "Synced Content"
|
7078
7127
|
msgstr ""
|
7079
7128
|
|
7080
7129
|
msgid "Synchronize"
|
@@ -7136,6 +7185,9 @@ msgstr ""
|
|
7136
7185
|
msgid "Task ${task.humanized.action} has started."
|
7137
7186
|
msgstr ""
|
7138
7187
|
|
7188
|
+
msgid "Task ID"
|
7189
|
+
msgstr ""
|
7190
|
+
|
7139
7191
|
#, fuzzy
|
7140
7192
|
msgid "Task canceled"
|
7141
7193
|
msgstr "Stornováno."
|
@@ -7143,6 +7195,15 @@ msgstr "Stornováno."
|
|
7143
7195
|
msgid "Task detail"
|
7144
7196
|
msgstr ""
|
7145
7197
|
|
7198
|
+
msgid "Task details"
|
7199
|
+
msgstr ""
|
7200
|
+
|
7201
|
+
msgid "Task result"
|
7202
|
+
msgstr ""
|
7203
|
+
|
7204
|
+
msgid "Task state"
|
7205
|
+
msgstr ""
|
7206
|
+
|
7146
7207
|
msgid "Temporary"
|
7147
7208
|
msgstr ""
|
7148
7209
|
|
@@ -7152,6 +7213,18 @@ msgstr ""
|
|
7152
7213
|
msgid "The Alternate Content Source type"
|
7153
7214
|
msgstr ""
|
7154
7215
|
|
7216
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7217
|
+
msgstr ""
|
7218
|
+
|
7219
|
+
msgid "The Foreman Client repository is enabled. "
|
7220
|
+
msgstr ""
|
7221
|
+
|
7222
|
+
msgid "The Foreman Client repository is synced. "
|
7223
|
+
msgstr ""
|
7224
|
+
|
7225
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7226
|
+
msgstr ""
|
7227
|
+
|
7155
7228
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
7156
7229
|
msgstr ""
|
7157
7230
|
|
@@ -7173,9 +7246,6 @@ msgstr ""
|
|
7173
7246
|
msgid "The default content view cannot be promoted"
|
7174
7247
|
msgstr ""
|
7175
7248
|
|
7176
|
-
msgid "The default dependency solving value for new content views."
|
7177
|
-
msgstr ""
|
7178
|
-
|
7179
7249
|
msgid "The description for the content view version"
|
7180
7250
|
msgstr ""
|
7181
7251
|
|
@@ -7322,12 +7392,6 @@ msgstr ""
|
|
7322
7392
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7323
7393
|
msgstr ""
|
7324
7394
|
|
7325
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7326
|
-
msgstr ""
|
7327
|
-
|
7328
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7329
|
-
msgstr ""
|
7330
|
-
|
7331
7395
|
msgid "There are no Manifests to display"
|
7332
7396
|
msgstr ""
|
7333
7397
|
|
@@ -7400,9 +7464,6 @@ msgstr ""
|
|
7400
7464
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7401
7465
|
msgstr ""
|
7402
7466
|
|
7403
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7404
|
-
msgstr ""
|
7405
|
-
|
7406
7467
|
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."
|
7407
7468
|
msgstr ""
|
7408
7469
|
|
@@ -7460,10 +7521,10 @@ msgstr ""
|
|
7460
7521
|
msgid "This is not a linked repository"
|
7461
7522
|
msgstr ""
|
7462
7523
|
|
7463
|
-
msgid "This organization
|
7524
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7464
7525
|
msgstr ""
|
7465
7526
|
|
7466
|
-
msgid "This
|
7527
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7467
7528
|
msgstr ""
|
7468
7529
|
|
7469
7530
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
@@ -7499,12 +7560,6 @@ msgstr ""
|
|
7499
7560
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7500
7561
|
msgstr ""
|
7501
7562
|
|
7502
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7503
|
-
msgstr ""
|
7504
|
-
|
7505
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7506
|
-
msgstr ""
|
7507
|
-
|
7508
7563
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7509
7564
|
msgstr ""
|
7510
7565
|
|
@@ -7731,9 +7786,6 @@ msgstr ""
|
|
7731
7786
|
msgid "Uninstall and reset"
|
7732
7787
|
msgstr ""
|
7733
7788
|
|
7734
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7735
|
-
msgstr ""
|
7736
|
-
|
7737
7789
|
msgid "Unknown"
|
7738
7790
|
msgstr ""
|
7739
7791
|
|
@@ -7792,6 +7844,9 @@ msgstr ""
|
|
7792
7844
|
msgid "Update CDN Configuration"
|
7793
7845
|
msgstr ""
|
7794
7846
|
|
7847
|
+
msgid "Update Content Counts"
|
7848
|
+
msgstr ""
|
7849
|
+
|
7795
7850
|
msgid "Update Content Overrides"
|
7796
7851
|
msgstr ""
|
7797
7852
|
|
@@ -7841,7 +7896,7 @@ msgstr "prostředí"
|
|
7841
7896
|
msgid "Update an environment in an organization"
|
7842
7897
|
msgstr ""
|
7843
7898
|
|
7844
|
-
msgid "Update content
|
7899
|
+
msgid "Update content counts for the smart proxy"
|
7845
7900
|
msgstr ""
|
7846
7901
|
|
7847
7902
|
msgid "Update content urls"
|
@@ -7865,32 +7920,16 @@ msgstr ""
|
|
7865
7920
|
msgid "Update installed packages, enabled repos, module inventory"
|
7866
7921
|
msgstr ""
|
7867
7922
|
|
7868
|
-
msgid "Update of all packages requested"
|
7869
|
-
msgstr ""
|
7870
|
-
|
7871
|
-
msgid "Update of package(s) requested: %{packages}"
|
7872
|
-
msgstr ""
|
7873
|
-
|
7874
7923
|
#, fuzzy
|
7875
7924
|
msgid "Update organization"
|
7876
7925
|
msgstr "Vybrat organizaci"
|
7877
7926
|
|
7878
|
-
#, fuzzy
|
7879
|
-
msgid "Update package"
|
7880
|
-
msgstr "Smazat balíček filtrů"
|
7881
|
-
|
7882
|
-
msgid "Update package for %s"
|
7883
|
-
msgstr ""
|
7884
|
-
|
7885
7927
|
msgid "Update package group via Katello interface"
|
7886
7928
|
msgstr ""
|
7887
7929
|
|
7888
7930
|
msgid "Update package via Katello interface"
|
7889
7931
|
msgstr ""
|
7890
7932
|
|
7891
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7892
|
-
msgstr ""
|
7893
|
-
|
7894
7933
|
msgid "Update packages via Katello interface"
|
7895
7934
|
msgstr ""
|
7896
7935
|
|
@@ -7943,9 +7982,6 @@ msgstr ""
|
|
7943
7982
|
msgid "Updates a product"
|
7944
7983
|
msgstr "Smazat poskytovatele"
|
7945
7984
|
|
7946
|
-
msgid "Updates all packages on the host(s)"
|
7947
|
-
msgstr ""
|
7948
|
-
|
7949
7985
|
msgid "Updates available: Component content view versions have been updated."
|
7950
7986
|
msgstr ""
|
7951
7987
|
|
@@ -8065,9 +8101,6 @@ msgstr ""
|
|
8065
8101
|
msgid "Use HTTP proxies"
|
8066
8102
|
msgstr ""
|
8067
8103
|
|
8068
|
-
msgid "Use remote execution by default"
|
8069
|
-
msgstr ""
|
8070
|
-
|
8071
8104
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8072
8105
|
msgstr ""
|
8073
8106
|
|
@@ -8188,12 +8221,18 @@ msgstr ""
|
|
8188
8221
|
msgid "View by"
|
8189
8222
|
msgstr ""
|
8190
8223
|
|
8224
|
+
msgid "View content views"
|
8225
|
+
msgstr ""
|
8226
|
+
|
8191
8227
|
msgid "View documentation"
|
8192
8228
|
msgstr ""
|
8193
8229
|
|
8194
8230
|
msgid "View matching content"
|
8195
8231
|
msgstr ""
|
8196
8232
|
|
8233
|
+
msgid "View sync status"
|
8234
|
+
msgstr ""
|
8235
|
+
|
8197
8236
|
msgid "View tasks "
|
8198
8237
|
msgstr ""
|
8199
8238
|
|
@@ -8213,7 +8252,7 @@ msgstr ""
|
|
8213
8252
|
msgid "Virtual host"
|
8214
8253
|
msgstr ""
|
8215
8254
|
|
8216
|
-
msgid "WARNING:
|
8255
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
8217
8256
|
msgstr ""
|
8218
8257
|
|
8219
8258
|
msgid "Waiting to start."
|
@@ -8360,15 +8399,15 @@ msgstr ""
|
|
8360
8399
|
msgid "Your search returned no matching Module streams."
|
8361
8400
|
msgstr ""
|
8362
8401
|
|
8363
|
-
msgid "Your search returned no matching RPMs."
|
8364
|
-
msgstr ""
|
8365
|
-
|
8366
8402
|
msgid "Your search returned no matching activation keys."
|
8367
8403
|
msgstr ""
|
8368
8404
|
|
8369
8405
|
msgid "Your search returned no matching hosts."
|
8370
8406
|
msgstr ""
|
8371
8407
|
|
8408
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8409
|
+
msgstr ""
|
8410
|
+
|
8372
8411
|
msgid "Yum"
|
8373
8412
|
msgstr ""
|
8374
8413
|
|
@@ -8568,9 +8607,6 @@ msgstr "Vyhledat obsah"
|
|
8568
8607
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8569
8608
|
msgstr ""
|
8570
8609
|
|
8571
|
-
msgid "content view Dependency Solving Default"
|
8572
|
-
msgstr ""
|
8573
|
-
|
8574
8610
|
msgid "content view component ID. Identifier of the component association"
|
8575
8611
|
msgstr ""
|
8576
8612
|
|
@@ -8700,9 +8736,6 @@ msgstr ""
|
|
8700
8736
|
msgid "errata_ids is a required parameter"
|
8701
8737
|
msgstr ""
|
8702
8738
|
|
8703
|
-
msgid "errata_ids or update_all must be provided"
|
8704
|
-
msgstr ""
|
8705
|
-
|
8706
8739
|
msgid "erratum: IDs or a select all object"
|
8707
8740
|
msgstr ""
|
8708
8741
|
|
@@ -8864,9 +8897,6 @@ msgstr ""
|
|
8864
8897
|
msgid "list filters"
|
8865
8898
|
msgstr ""
|
8866
8899
|
|
8867
|
-
msgid "list of packages names"
|
8868
|
-
msgstr ""
|
8869
|
-
|
8870
8900
|
#, fuzzy
|
8871
8901
|
msgid "list of repository ids"
|
8872
8902
|
msgstr "Smazán poskytovatel [%s]"
|