katello 4.14.1 → 4.15.0.rc2
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/common/chosen.jquery.js +3 -3
- data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
- data/app/assets/javascripts/katello/common/katello.js +8 -7
- data/app/assets/javascripts/katello/common/katello_object.js +3 -3
- data/app/assets/javascripts/katello/common/menu.js +7 -7
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
- data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
- data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
- data/app/assets/javascripts/katello/sync_management/sync_management.js +9 -9
- data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
- data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
- data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
- data/app/controllers/katello/api/v2/api_controller.rb +1 -1
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
- data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +2 -1
- data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
- data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/product/content_create.rb +12 -1
- data/app/lib/actions/candlepin/product/content_update.rb +21 -4
- data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
- data/app/lib/actions/katello/content_view/remove.rb +8 -12
- data/app/lib/actions/katello/content_view_version/import.rb +1 -1
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
- data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
- data/app/lib/actions/katello/host/hypervisors.rb +1 -1
- data/app/lib/actions/katello/product/content_create.rb +28 -19
- data/app/lib/actions/katello/product/content_destroy.rb +6 -5
- data/app/lib/actions/katello/product/destroy.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
- data/app/lib/actions/katello/repository/create.rb +24 -17
- data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
- data/app/lib/actions/katello/repository/create_root.rb +5 -15
- data/app/lib/actions/katello/repository/destroy.rb +3 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +16 -0
- data/app/lib/actions/katello/repository/update.rb +11 -20
- data/app/lib/actions/katello/repository/upload_files.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
- data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
- data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
- data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/http_resource.rb +6 -6
- data/app/lib/katello/messaging/stomp_connection.rb +4 -4
- data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/product.rb +1 -1
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/lib/katello/resources/discovery/container.rb +5 -3
- data/app/lib/katello/resources/discovery/yum.rb +3 -1
- data/app/lib/katello/resources/registry.rb +0 -3
- data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
- data/app/lib/katello/util/cveak_migrator.rb +38 -0
- data/app/lib/katello/util/deb.rb +9 -0
- data/app/lib/katello/util/deduplication_migrator.rb +8 -8
- data/app/lib/katello/util/model.rb +2 -2
- data/app/lib/katello/util/search.rb +5 -5
- data/app/lib/katello/util/task_status.rb +19 -19
- data/app/lib/katello/util/url_matcher.rb +3 -3
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
- data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
- data/app/mailers/katello/errata_mailer.rb +1 -4
- data/app/models/katello/activation_key.rb +123 -27
- data/app/models/katello/alternate_content_source.rb +5 -5
- data/app/models/katello/authorization/activation_key.rb +1 -1
- data/app/models/katello/authorization/content_view_environment.rb +7 -0
- data/app/models/katello/cdn_configuration.rb +1 -1
- data/app/models/katello/concerns/content_facet_host_extensions.rb +36 -38
- data/app/models/katello/concerns/host_managed_extensions.rb +19 -8
- data/app/models/katello/concerns/organization_extensions.rb +4 -4
- data/app/models/katello/concerns/redhat_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
- data/app/models/katello/content.rb +3 -3
- data/app/models/katello/content_view.rb +15 -18
- data/app/models/katello/content_view_environment.rb +56 -15
- data/app/models/katello/content_view_environment_activation_key.rb +20 -0
- data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
- data/app/models/katello/content_view_filter.rb +2 -2
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_repository.rb +1 -1
- data/app/models/katello/content_view_version.rb +3 -3
- data/app/models/katello/content_view_version_export_history.rb +2 -2
- data/app/models/katello/content_view_version_import_history.rb +1 -1
- data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
- data/app/models/katello/flatpak_remote.rb +11 -0
- data/app/models/katello/flatpak_remote_repository.rb +12 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
- data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +33 -17
- data/app/models/katello/host/info_provider.rb +2 -4
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +1 -1
- data/app/models/katello/installed_product.rb +2 -2
- data/app/models/katello/kt_environment.rb +11 -6
- data/app/models/katello/ping.rb +2 -3
- data/app/models/katello/repository.rb +40 -6
- data/app/models/katello/rhel_lifecycle_status.rb +10 -10
- data/app/models/katello/root_repository.rb +14 -18
- data/app/models/katello/task_status.rb +1 -1
- data/app/models/katello/upstream_pool.rb +2 -2
- data/app/presenters/katello/product_content_presenter.rb +2 -2
- data/app/presenters/katello/repository_presenter.rb +3 -3
- data/app/presenters/katello/sync_status_presenter.rb +3 -3
- data/app/services/cert/certs.rb +6 -2
- data/app/services/katello/candlepin_event_listener.rb +1 -1
- data/app/services/katello/event_monitor/poller_thread.rb +1 -1
- data/app/services/katello/event_queue.rb +1 -1
- data/app/services/katello/product_content_finder.rb +10 -10
- data/app/services/katello/product_content_importer.rb +1 -1
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/api/apt.rb +4 -0
- data/app/services/katello/pulp3/content.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
- data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
- data/app/services/katello/pulp3/deb.rb +35 -1
- data/app/services/katello/pulp3/docker_manifest.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
- data/app/services/katello/pulp3/docker_tag.rb +1 -1
- data/app/services/katello/pulp3/erratum.rb +2 -2
- data/app/services/katello/pulp3/file_unit.rb +1 -1
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
- data/app/services/katello/pulp3/module_stream.rb +2 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/apt.rb +22 -16
- data/app/services/katello/pulp3/repository/docker.rb +2 -2
- data/app/services/katello/pulp3/repository/file.rb +1 -1
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +7 -7
- data/app/services/katello/pulp3/repository.rb +15 -9
- data/app/services/katello/pulp3/repository_mirror.rb +3 -3
- data/app/services/katello/registration_manager.rb +23 -6
- data/app/services/katello/repository_type.rb +3 -3
- data/app/services/katello/smart_proxy_helper.rb +3 -3
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
- data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
- data/app/services/katello/ui_notifications/task_notification.rb +2 -2
- data/app/services/katello/upstream_connection_checker.rb +1 -1
- data/app/views/foreman/job_templates/resolve_traces.erb +8 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +4 -3
- data/app/views/foreman/job_templates/restart_services.erb +11 -3
- data/app/views/foreman/job_templates/restart_services_-_katello_ansible_default.erb +4 -3
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
- data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
- data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
- data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
- data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
- data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
- data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
- data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
- data/app/views/katello/api/v2/products/show.json.rabl +2 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
- data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
- data/config/initializers/inflections.rb +11 -0
- data/config/katello.yaml.example +4 -10
- data/config/routes/api/registry.rb +0 -2
- data/config/routes/api/rhsm.rb +1 -4
- data/config/routes/api/v2.rb +2 -3
- data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
- data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
- data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
- data/db/migrate/20160808002834_add_files.rb +1 -1
- data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
- data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
- data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
- data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
- data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
- data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
- data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
- data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
- data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
- data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
- data/db/seeds.d/106-mail_notifications.rb +9 -9
- data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
- data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
- data/db/seeds.d/110-content-view-autopublish.rb +5 -5
- data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +1 -1
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +17 -15
- data/lib/katello/permission_creator.rb +51 -49
- data/lib/katello/permissions/host_permissions.rb +4 -4
- data/lib/katello/permissions/organization_permissions.rb +4 -4
- data/lib/katello/permissions/registry_permissions.rb +1 -1
- data/lib/katello/permissions/roles_permissions.rb +1 -1
- data/lib/katello/permissions/user_permissions.rb +1 -1
- data/lib/katello/plugin.rb +14 -8
- data/lib/katello/repository_types/docker.rb +4 -2
- data/lib/katello/repository_types/ostree.rb +5 -3
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +19 -9
- data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
- data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +92 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +259 -28
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +258 -30
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +258 -27
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +259 -28
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +258 -27
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +258 -27
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +258 -27
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +258 -27
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +258 -27
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +258 -27
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +259 -28
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +258 -27
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +258 -27
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +258 -27
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +259 -28
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +259 -28
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +259 -28
- data/locale/katello.pot +1041 -696
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +258 -27
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +258 -27
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +258 -27
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +258 -27
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +258 -27
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +258 -27
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +258 -27
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +258 -27
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +259 -28
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +258 -27
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +258 -27
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +259 -28
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +258 -27
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +258 -27
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +259 -28
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +258 -27
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +258 -27
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +258 -27
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +258 -27
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +258 -27
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +259 -28
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +259 -28
- data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
- data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
- data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
- data/webpack/ForemanColumnExtensions/index.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
- data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
- data/webpack/global_index.js +11 -4
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
- data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
- metadata +134 -76
- data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
- /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
data/locale/katello.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2024-
|
12
|
-
"PO-Revision-Date: 2024-
|
11
|
+
"POT-Creation-Date: 2024-10-24 12:42-0400\n"
|
12
|
+
"PO-Revision-Date: 2024-10-24 12:42-0400\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -185,27 +185,28 @@ msgid "Couldn't find activation key '%s'"
|
|
185
185
|
msgstr ""
|
186
186
|
|
187
187
|
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:394
|
188
|
+
msgid ""
|
189
|
+
"Activation key '%s' is associated to multiple environments and registering to "
|
190
|
+
"multiple environments is not enabled."
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:399
|
188
194
|
msgid "Max Hosts (%{limit}) reached for activation key '%{name}'"
|
189
195
|
msgstr ""
|
190
196
|
|
191
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
197
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:408
|
192
198
|
msgid "At least one activation key must be provided"
|
193
199
|
msgstr ""
|
194
200
|
|
195
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
196
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:275
|
201
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:429
|
197
202
|
msgid "Couldn't find environment '%s'"
|
198
203
|
msgstr ""
|
199
204
|
|
200
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
#: ../app/controllers/katello/api/v2/
|
205
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:33
|
206
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:61
|
207
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:89
|
208
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:98
|
205
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:19
|
206
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:45
|
207
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:108
|
208
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:117
|
209
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:14
|
209
210
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:50
|
210
211
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:48
|
211
212
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:124
|
@@ -223,274 +224,310 @@ msgstr ""
|
|
223
224
|
msgid "organization identifier"
|
224
225
|
msgstr ""
|
225
226
|
|
227
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:20
|
228
|
+
msgid "description"
|
229
|
+
msgstr ""
|
230
|
+
|
231
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
|
232
|
+
msgid "maximum number of registered content hosts"
|
233
|
+
msgstr ""
|
234
|
+
|
226
235
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:22
|
227
|
-
|
228
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:29
|
229
|
-
msgid "environment identifier"
|
236
|
+
msgid "can the activation key have unlimited hosts"
|
230
237
|
msgstr ""
|
231
238
|
|
232
239
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:23
|
233
|
-
#: ../app/controllers/katello/api/v2/
|
234
|
-
|
235
|
-
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:53
|
236
|
-
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:61
|
237
|
-
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:79
|
238
|
-
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:88
|
239
|
-
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:99
|
240
|
-
msgid "content view identifier"
|
240
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:181
|
241
|
+
msgid "content release version"
|
241
242
|
msgstr ""
|
242
243
|
|
243
244
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:24
|
244
|
-
msgid "
|
245
|
+
msgid "service level"
|
245
246
|
msgstr ""
|
246
247
|
|
247
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
248
|
-
msgid "
|
248
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:25
|
249
|
+
msgid "auto attach subscriptions upon registration"
|
249
250
|
msgstr ""
|
250
251
|
|
251
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
252
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
253
|
-
|
252
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:26
|
253
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:27
|
254
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
|
255
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
|
256
|
+
msgid "Sets the system purpose usage"
|
254
257
|
msgstr ""
|
255
258
|
|
256
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
257
|
-
#: ../app/controllers/katello/api/v2/
|
258
|
-
|
259
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:28
|
260
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
|
261
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:208
|
262
|
+
msgid "Sets the system add-ons"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:30
|
266
|
+
msgid ""
|
267
|
+
"Hash containing the Id of the single lifecycle environment to be associated wi"
|
268
|
+
"th the activation key."
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:31
|
272
|
+
msgid "Id of the single content view to be associated with the activation key."
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:32
|
276
|
+
msgid ""
|
277
|
+
"Id of the single lifecycle environment to be associated with the activation ke"
|
278
|
+
"y."
|
259
279
|
msgstr ""
|
260
280
|
|
261
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
262
|
-
msgid "
|
281
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:33
|
282
|
+
msgid ""
|
283
|
+
"Comma-separated list of Candlepin environment names to be associated with the "
|
284
|
+
"activation key, in the format of 'lifecycle_environment_label/content_view_lab"
|
285
|
+
"el'. Ignored if content_view_environment_ids is specified, or if content_view_"
|
286
|
+
"id and lifecycle_environment_id are specified. Requires allow_multiple_content"
|
287
|
+
"_views setting to be on."
|
263
288
|
msgstr ""
|
264
289
|
|
265
290
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:37
|
266
|
-
|
267
|
-
|
291
|
+
msgid ""
|
292
|
+
"Array of content view environment ids to be associated with the activation key"
|
293
|
+
". Ignored if content_view_id and lifecycle_environment_id are specified. Requi"
|
294
|
+
"res allow_multiple_content_views setting to be on."
|
268
295
|
msgstr ""
|
269
296
|
|
270
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
271
|
-
|
272
|
-
msgid "content view id"
|
297
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:42
|
298
|
+
msgid "List activation keys"
|
273
299
|
msgstr ""
|
274
300
|
|
275
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
276
|
-
#: ../app/controllers/katello/api/v2/
|
277
|
-
|
301
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:46
|
302
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:15
|
303
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:51
|
304
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:29
|
305
|
+
msgid "environment identifier"
|
278
306
|
msgstr ""
|
279
307
|
|
280
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
281
|
-
#: ../app/controllers/katello/api/v2/
|
282
|
-
|
308
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:47
|
309
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:13
|
310
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:35
|
311
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:53
|
312
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:61
|
313
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:79
|
314
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:88
|
315
|
+
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:99
|
316
|
+
msgid "content view identifier"
|
283
317
|
msgstr ""
|
284
318
|
|
285
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
286
|
-
|
287
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:181
|
288
|
-
msgid "content release version"
|
319
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:48
|
320
|
+
msgid "activation key name to filter by"
|
289
321
|
msgstr ""
|
290
322
|
|
291
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
292
|
-
|
293
|
-
|
323
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:49
|
324
|
+
msgid ""
|
325
|
+
"Comma-separated list of Candlepin environment names associated with the activa"
|
326
|
+
"tion key, in the format of 'lifecycle_environment_label/content_view_label'. I"
|
327
|
+
"gnored if content_view_environment_ids is specified, or if content_view_id and"
|
328
|
+
" lifecycle_environment_id are specified. Requires allow_multiple_content_views"
|
329
|
+
" setting to be on."
|
294
330
|
msgstr ""
|
295
331
|
|
296
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
297
|
-
|
298
|
-
|
332
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:53
|
333
|
+
msgid ""
|
334
|
+
"Array of content view environment ids associated with the activation key. Igno"
|
335
|
+
"red if content_view_id and lifecycle_environment_id are specified.Requires all"
|
336
|
+
"ow_multiple_content_views setting to be on."
|
299
337
|
msgstr ""
|
300
338
|
|
301
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
302
|
-
|
303
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:71
|
304
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:72
|
305
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
|
306
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
|
307
|
-
msgid "Sets the system purpose usage"
|
339
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:64
|
340
|
+
msgid "Create an activation key"
|
308
341
|
msgstr ""
|
309
342
|
|
310
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
311
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
312
|
-
|
313
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:208
|
314
|
-
msgid "Sets the system add-ons"
|
343
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:65
|
344
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:82
|
345
|
+
msgid "name"
|
315
346
|
msgstr ""
|
316
347
|
|
317
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
348
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:79
|
318
349
|
msgid "Update an activation key"
|
319
350
|
msgstr ""
|
320
351
|
|
321
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
322
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
323
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
324
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
325
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
326
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
327
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
328
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:171
|
352
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:81
|
353
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:99
|
354
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:107
|
355
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:116
|
356
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:155
|
357
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:166
|
358
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:176
|
329
359
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:190
|
330
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
331
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
360
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:209
|
361
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:226
|
362
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:256
|
332
363
|
msgid "ID of the activation key"
|
333
364
|
msgstr ""
|
334
365
|
|
335
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
366
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:98
|
336
367
|
msgid "Destroy an activation key"
|
337
368
|
msgstr ""
|
338
369
|
|
339
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
370
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:106
|
340
371
|
msgid "Show an activation key"
|
341
372
|
msgstr ""
|
342
373
|
|
343
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
374
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:109
|
344
375
|
msgid "Show hosts associated to an activation key"
|
345
376
|
msgstr ""
|
346
377
|
|
347
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
378
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:114
|
348
379
|
msgid "Copy an activation key"
|
349
380
|
msgstr ""
|
350
381
|
|
351
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
382
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:115
|
352
383
|
msgid "Name of new activation key"
|
353
384
|
msgstr ""
|
354
385
|
|
355
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
386
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:122
|
356
387
|
msgid "New name cannot be blank"
|
357
388
|
msgstr ""
|
358
389
|
|
359
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
390
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:139
|
360
391
|
msgid "List host collections the activation key does not belong to"
|
361
392
|
msgstr ""
|
362
393
|
|
363
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
394
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:141
|
364
395
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:39
|
365
396
|
msgid "host collection name to filter by"
|
366
397
|
msgstr ""
|
367
398
|
|
368
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
399
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:154
|
369
400
|
msgid "Show release versions available for an activation key"
|
370
401
|
msgstr ""
|
371
402
|
|
372
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
403
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:167
|
373
404
|
msgid "List of host collection IDs to associate with activation key"
|
374
405
|
msgstr ""
|
375
406
|
|
376
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
407
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:177
|
377
408
|
msgid "List of host collection IDs to disassociate from the activation key"
|
378
409
|
msgstr ""
|
379
410
|
|
380
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
411
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:186
|
381
412
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:37
|
382
413
|
msgid ""
|
383
414
|
"This endpoint is deprecated and will be removed in an upcoming release. Simple"
|
384
415
|
" Content Access is the only supported content access mode."
|
385
416
|
msgstr ""
|
386
417
|
|
387
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
418
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:189
|
388
419
|
msgid "Attach a subscription"
|
389
420
|
msgstr ""
|
390
421
|
|
391
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
392
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
422
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:191
|
423
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
|
393
424
|
msgid "Subscription identifier"
|
394
425
|
msgstr ""
|
395
426
|
|
396
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
427
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:192
|
397
428
|
msgid "Quantity of this subscription to add"
|
398
429
|
msgstr ""
|
399
430
|
|
400
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
401
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
431
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:193
|
432
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:211
|
402
433
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:141
|
403
434
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
|
404
435
|
msgid "Array of subscriptions to add"
|
405
436
|
msgstr ""
|
406
437
|
|
407
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
408
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
438
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:194
|
439
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:212
|
409
440
|
msgid "Subscription Pool uuid"
|
410
441
|
msgstr ""
|
411
442
|
|
412
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
443
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:195
|
413
444
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:143
|
414
445
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:130
|
415
446
|
msgid "Quantity of this subscriptions to add"
|
416
447
|
msgstr ""
|
417
448
|
|
418
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
449
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:208
|
419
450
|
msgid "Unattach a subscription"
|
420
451
|
msgstr ""
|
421
452
|
|
422
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
453
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:210
|
423
454
|
msgid "Subscription ID"
|
424
455
|
msgstr ""
|
425
456
|
|
426
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
457
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:225
|
427
458
|
msgid "Override content for activation_key"
|
428
459
|
msgstr ""
|
429
460
|
|
430
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
461
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:227
|
431
462
|
msgid "Array of Content override parameters to be added in bulk"
|
432
463
|
msgstr ""
|
433
464
|
|
434
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
465
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:228
|
435
466
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:173
|
436
467
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:155
|
437
468
|
msgid "Label of the content"
|
438
469
|
msgstr ""
|
439
470
|
|
440
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
471
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:229
|
441
472
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:174
|
442
473
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:156
|
443
474
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
444
475
|
msgstr ""
|
445
476
|
|
446
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
477
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:230
|
447
478
|
msgid ""
|
448
479
|
"Override parameter key or name. Note if name is not provided the default name "
|
449
480
|
"will be 'enabled'"
|
450
481
|
msgstr ""
|
451
482
|
|
452
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
483
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:231
|
453
484
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:176
|
454
485
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:182
|
455
486
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:158
|
456
487
|
msgid "Set true to remove an override and reset it to 'default'"
|
457
488
|
msgstr ""
|
458
489
|
|
459
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
490
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:255
|
460
491
|
msgid "Show content available for an activation key"
|
461
492
|
msgstr ""
|
462
493
|
|
463
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
494
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:257
|
464
495
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:161
|
465
496
|
msgid "Get all content available, not just that provided by subscriptions"
|
466
497
|
msgstr ""
|
467
498
|
|
468
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
499
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:258
|
469
500
|
msgid ""
|
470
501
|
"Limit content to just that available in the activation key's content view vers"
|
471
502
|
"ion"
|
472
503
|
msgstr ""
|
473
504
|
|
474
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
475
|
-
msgid "
|
505
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:293
|
506
|
+
msgid "Environment ID and content view ID must be provided together"
|
476
507
|
msgstr ""
|
477
508
|
|
478
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
479
|
-
msgid "
|
509
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:298
|
510
|
+
msgid ""
|
511
|
+
"Couldn't find content view environment with content view ID '%{cv}' and enviro"
|
512
|
+
"nment ID '%{env}'"
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:365
|
516
|
+
msgid "Couldn't find host collection '%s'"
|
480
517
|
msgstr ""
|
481
518
|
|
482
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
483
|
-
msgid "
|
519
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:372
|
520
|
+
msgid "Either organization ID or environment ID needs to be specified"
|
484
521
|
msgstr ""
|
485
522
|
|
486
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
523
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:418
|
487
524
|
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:134
|
488
525
|
msgid ""
|
489
526
|
"The specified organization is in Simple Content Access mode. Attaching subscri"
|
490
527
|
"ptions is disabled"
|
491
528
|
msgstr ""
|
492
529
|
|
493
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
530
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:425
|
494
531
|
msgid "Invalid release version: [%s]"
|
495
532
|
msgstr ""
|
496
533
|
|
@@ -870,7 +907,7 @@ msgstr ""
|
|
870
907
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:10
|
871
908
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:33
|
872
909
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:7
|
873
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
910
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:84
|
874
911
|
msgid "Organization identifier"
|
875
912
|
msgstr ""
|
876
913
|
|
@@ -986,6 +1023,7 @@ msgstr ""
|
|
986
1023
|
|
987
1024
|
#: ../app/controllers/katello/api/v2/content_exports_controller.rb:9
|
988
1025
|
#: ../app/controllers/katello/api/v2/content_imports_controller.rb:8
|
1026
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:16
|
989
1027
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:18
|
990
1028
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:98
|
991
1029
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:107
|
@@ -1180,6 +1218,18 @@ msgid ""
|
|
1180
1218
|
" both."
|
1181
1219
|
msgstr ""
|
1182
1220
|
|
1221
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:13
|
1222
|
+
msgid "List content view environments"
|
1223
|
+
msgstr ""
|
1224
|
+
|
1225
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:17
|
1226
|
+
msgid "Activation key identifier"
|
1227
|
+
msgstr ""
|
1228
|
+
|
1229
|
+
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:18
|
1230
|
+
msgid "Host identifier"
|
1231
|
+
msgstr ""
|
1232
|
+
|
1183
1233
|
#: ../app/controllers/katello/api/v2/content_view_filter_rules_controller.rb:7
|
1184
1234
|
msgid "List filter rules"
|
1185
1235
|
msgstr ""
|
@@ -2334,19 +2384,19 @@ msgstr ""
|
|
2334
2384
|
|
2335
2385
|
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
|
2336
2386
|
#: ../app/controllers/katello/api/v2/host_module_streams_controller.rb:13
|
2337
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2387
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:40
|
2338
2388
|
#: ../app/controllers/katello/api/v2/host_tracer_controller.rb:12
|
2339
2389
|
#: ../app/controllers/katello/api/v2/host_tracer_controller.rb:19
|
2340
2390
|
msgid "ID of the host"
|
2341
2391
|
msgstr ""
|
2342
2392
|
|
2343
2393
|
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:14
|
2344
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2394
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:41
|
2345
2395
|
msgid "Also include the latest upgradable package version for each host package"
|
2346
2396
|
msgstr ""
|
2347
2397
|
|
2348
2398
|
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:15
|
2349
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2399
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:42
|
2350
2400
|
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
2351
2401
|
msgstr ""
|
2352
2402
|
|
@@ -2450,43 +2500,47 @@ msgstr ""
|
|
2450
2500
|
msgid "Streams based on the host based on the installation status"
|
2451
2501
|
msgstr ""
|
2452
2502
|
|
2453
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2503
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:21
|
2454
2504
|
msgid "List of package names"
|
2455
2505
|
msgstr ""
|
2456
2506
|
|
2457
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2507
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:22
|
2458
2508
|
msgid "List of package group names (Deprecated)"
|
2459
2509
|
msgstr ""
|
2460
2510
|
|
2461
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2511
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:25
|
2512
|
+
msgid "Return a list of installed packages distinct by name"
|
2513
|
+
msgstr ""
|
2514
|
+
|
2515
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:39
|
2462
2516
|
msgid "List packages installed on the host"
|
2463
2517
|
msgstr ""
|
2464
2518
|
|
2465
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2519
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:72
|
2466
2520
|
msgid "Couldn't find host with host id '%s'"
|
2467
2521
|
msgstr ""
|
2468
2522
|
|
2469
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2523
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:74
|
2470
2524
|
msgid "Host has not been registered with subscription-manager."
|
2471
2525
|
msgstr ""
|
2472
2526
|
|
2473
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2527
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:86
|
2474
2528
|
msgid "%s is not a valid package name"
|
2475
2529
|
msgstr ""
|
2476
2530
|
|
2477
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2531
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:95
|
2478
2532
|
msgid "Either packages or groups must be provided"
|
2479
2533
|
msgstr ""
|
2480
2534
|
|
2481
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2535
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:101
|
2482
2536
|
msgid "This action doesn't support package groups"
|
2483
2537
|
msgstr ""
|
2484
2538
|
|
2485
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2539
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:105
|
2486
2540
|
msgid "Packages must be provided"
|
2487
2541
|
msgstr ""
|
2488
2542
|
|
2489
|
-
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:
|
2543
|
+
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:117
|
2490
2544
|
msgid "Status must be one of: %s"
|
2491
2545
|
msgstr ""
|
2492
2546
|
|
@@ -2820,41 +2874,41 @@ msgstr ""
|
|
2820
2874
|
msgid "errata_ids is a required parameter"
|
2821
2875
|
msgstr ""
|
2822
2876
|
|
2823
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2877
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:250
|
2824
2878
|
msgid "Fetch available module streams for hosts."
|
2825
2879
|
msgstr ""
|
2826
2880
|
|
2827
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2881
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:261
|
2828
2882
|
msgid ""
|
2829
2883
|
"Update the content source for specified hosts and generate the reconfiguration"
|
2830
2884
|
" script"
|
2831
2885
|
msgstr ""
|
2832
2886
|
|
2833
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2887
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:262
|
2834
2888
|
msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
|
2835
2889
|
msgstr ""
|
2836
2890
|
|
2837
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2891
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:263
|
2838
2892
|
msgid "The id of the lifecycle environment"
|
2839
2893
|
msgstr ""
|
2840
2894
|
|
2841
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2895
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:264
|
2842
2896
|
msgid "The id of the content view"
|
2843
2897
|
msgstr ""
|
2844
2898
|
|
2845
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2899
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:265
|
2846
2900
|
msgid "The id of the content source"
|
2847
2901
|
msgstr ""
|
2848
2902
|
|
2849
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2903
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:294
|
2850
2904
|
msgid "Could not find all specified errata ids: %s"
|
2851
2905
|
msgstr ""
|
2852
2906
|
|
2853
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2907
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:316
|
2854
2908
|
msgid "Organization ID is required"
|
2855
2909
|
msgstr ""
|
2856
2910
|
|
2857
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
2911
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:331
|
2858
2912
|
msgid "Maximum number of content hosts exceeded for host collection(s): %s"
|
2859
2913
|
msgstr ""
|
2860
2914
|
|
@@ -2955,32 +3009,32 @@ msgid "Show organization"
|
|
2955
3009
|
msgstr ""
|
2956
3010
|
|
2957
3011
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:50
|
2958
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3012
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:58
|
2959
3013
|
msgid "organization ID"
|
2960
3014
|
msgstr ""
|
2961
3015
|
|
2962
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3016
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:57
|
2963
3017
|
msgid "Update organization"
|
2964
3018
|
msgstr ""
|
2965
3019
|
|
2966
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3020
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:59
|
2967
3021
|
msgid "Red Hat CDN URL"
|
2968
3022
|
msgstr ""
|
2969
3023
|
|
2970
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3024
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:68
|
2971
3025
|
msgid "Create organization"
|
2972
3026
|
msgstr ""
|
2973
3027
|
|
2974
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3028
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:90
|
2975
3029
|
msgid "Delete an organization"
|
2976
3030
|
msgstr ""
|
2977
3031
|
|
2978
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
2979
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3032
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:91
|
3033
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:98
|
2980
3034
|
#: ../app/controllers/katello/api/v2/products_controller.rb:90
|
2981
3035
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:338
|
2982
3036
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:24
|
2983
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
3037
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:133
|
2984
3038
|
#: ../app/controllers/katello/api/v2/sync_plans_controller.rb:24
|
2985
3039
|
#: ../app/controllers/katello/api/v2/sync_plans_controller.rb:44
|
2986
3040
|
#: ../app/controllers/katello/api/v2/sync_plans_controller.rb:51
|
@@ -2995,112 +3049,112 @@ msgstr ""
|
|
2995
3049
|
msgid "Organization ID"
|
2996
3050
|
msgstr ""
|
2997
3051
|
|
2998
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3052
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:97
|
2999
3053
|
msgid "Discover Repositories"
|
3000
3054
|
msgstr ""
|
3001
3055
|
|
3002
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3056
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:99
|
3003
3057
|
msgid "Base URL to perform repo discovery on"
|
3004
3058
|
msgstr ""
|
3005
3059
|
|
3006
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3060
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:100
|
3007
3061
|
msgid "One of yum or docker"
|
3008
3062
|
msgstr ""
|
3009
3063
|
|
3010
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3064
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:101
|
3011
3065
|
msgid "Username to access URL"
|
3012
3066
|
msgstr ""
|
3013
3067
|
|
3014
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3068
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:102
|
3015
3069
|
msgid "Password to access URL"
|
3016
3070
|
msgstr ""
|
3017
3071
|
|
3018
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3072
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:103
|
3019
3073
|
msgid "Search pattern (defaults to '*')"
|
3020
3074
|
msgstr ""
|
3021
3075
|
|
3022
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3076
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:105
|
3023
3077
|
msgid "url not defined."
|
3024
3078
|
msgstr ""
|
3025
3079
|
|
3026
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3080
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:112
|
3027
3081
|
msgid "Cancel repository discovery"
|
3028
3082
|
msgstr ""
|
3029
3083
|
|
3030
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3031
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3084
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:113
|
3085
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:121
|
3032
3086
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:191
|
3033
3087
|
msgid "Organization label"
|
3034
3088
|
msgstr ""
|
3035
3089
|
|
3036
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3090
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:114
|
3037
3091
|
msgid "base url to perform repo discovery on"
|
3038
3092
|
msgstr ""
|
3039
3093
|
|
3040
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3094
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:120
|
3041
3095
|
msgid "Download a debug certificate"
|
3042
3096
|
msgstr ""
|
3043
3097
|
|
3044
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3098
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:130
|
3045
3099
|
msgid "List available releases in the organization"
|
3046
3100
|
msgstr ""
|
3047
3101
|
|
3048
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3049
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3102
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:131
|
3103
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:143
|
3050
3104
|
msgid "ID of the Organization"
|
3051
3105
|
msgstr ""
|
3052
3106
|
|
3053
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3107
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:142
|
3054
3108
|
msgid "Update the CDN configuration"
|
3055
3109
|
msgstr ""
|
3056
3110
|
|
3057
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3111
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:144
|
3058
3112
|
msgid "CDN configuration type. One of %s."
|
3059
3113
|
msgstr ""
|
3060
3114
|
|
3061
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3115
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:145
|
3062
3116
|
msgid ""
|
3063
3117
|
"Upstream foreman server to sync CDN content from. Relevant only for 'upstream_"
|
3064
3118
|
"server' type."
|
3065
3119
|
msgstr ""
|
3066
3120
|
|
3067
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3121
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:146
|
3068
3122
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
3069
3123
|
msgstr ""
|
3070
3124
|
|
3071
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3125
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:147
|
3072
3126
|
msgid "Password for authentication. Relevant only for 'upstream_server' type."
|
3073
3127
|
msgstr ""
|
3074
3128
|
|
3075
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3129
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:148
|
3076
3130
|
msgid ""
|
3077
3131
|
"Upstream organization to sync CDN content from. Relevant only for 'upstream_se"
|
3078
3132
|
"rver' type."
|
3079
3133
|
msgstr ""
|
3080
3134
|
|
3081
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3135
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:149
|
3082
3136
|
msgid ""
|
3083
3137
|
"Upstream Content View Label, default: Default_Organization_View. Relevant only"
|
3084
3138
|
" for 'upstream_server' type."
|
3085
3139
|
msgstr ""
|
3086
3140
|
|
3087
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3141
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:150
|
3088
3142
|
msgid ""
|
3089
3143
|
"Upstream Lifecycle Environment, default: Library. Relevant only for 'upstream_"
|
3090
3144
|
"server' type."
|
3091
3145
|
msgstr ""
|
3092
3146
|
|
3093
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3147
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:151
|
3094
3148
|
msgid ""
|
3095
3149
|
"Content Credential to use for SSL CA. Relevant only for 'upstream_server' type"
|
3096
3150
|
"."
|
3097
3151
|
msgstr ""
|
3098
3152
|
|
3099
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3153
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:152
|
3100
3154
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3101
3155
|
msgstr ""
|
3102
3156
|
|
3103
|
-
#: ../app/controllers/katello/api/v2/organizations_controller.rb:
|
3157
|
+
#: ../app/controllers/katello/api/v2/organizations_controller.rb:163
|
3104
3158
|
msgid "List all :resource_id"
|
3105
3159
|
msgstr ""
|
3106
3160
|
|
@@ -3868,15 +3922,15 @@ msgstr ""
|
|
3868
3922
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
3869
3923
|
msgstr ""
|
3870
3924
|
|
3871
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3925
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:667
|
3872
3926
|
msgid "Red Hat products cannot be manipulated."
|
3873
3927
|
msgstr ""
|
3874
3928
|
|
3875
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3929
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:671
|
3876
3930
|
msgid "Red Hat repositories cannot be manipulated."
|
3877
3931
|
msgstr ""
|
3878
3932
|
|
3879
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3933
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:740
|
3880
3934
|
msgid "%s is required"
|
3881
3935
|
msgstr ""
|
3882
3936
|
|
@@ -4058,46 +4112,46 @@ msgstr ""
|
|
4058
4112
|
msgid "Organization Information not provided."
|
4059
4113
|
msgstr ""
|
4060
4114
|
|
4061
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4062
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4115
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:82
|
4116
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:83
|
4063
4117
|
msgid "Show a subscription"
|
4064
4118
|
msgstr ""
|
4065
4119
|
|
4066
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4120
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:89
|
4067
4121
|
msgid "Subscription not found"
|
4068
4122
|
msgstr ""
|
4069
4123
|
|
4070
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4124
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:92
|
4071
4125
|
msgid "This subscription is not relevant to the current organization."
|
4072
4126
|
msgstr ""
|
4073
4127
|
|
4074
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4128
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:100
|
4075
4129
|
msgid "Upload a subscription manifest"
|
4076
4130
|
msgstr ""
|
4077
4131
|
|
4078
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4079
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4080
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4132
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:101
|
4133
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:119
|
4134
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:126
|
4081
4135
|
msgid "Organization id"
|
4082
4136
|
msgstr ""
|
4083
4137
|
|
4084
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4138
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:102
|
4085
4139
|
msgid "Subscription manifest file"
|
4086
4140
|
msgstr ""
|
4087
4141
|
|
4088
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4142
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:104
|
4089
4143
|
msgid "No manifest file uploaded"
|
4090
4144
|
msgstr ""
|
4091
4145
|
|
4092
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4146
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:118
|
4093
4147
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4094
4148
|
msgstr ""
|
4095
4149
|
|
4096
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4150
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:125
|
4097
4151
|
msgid "Delete manifest from Red Hat provider"
|
4098
4152
|
msgstr ""
|
4099
4153
|
|
4100
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:
|
4154
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:132
|
4101
4155
|
msgid "obtain manifest history for subscriptions"
|
4102
4156
|
msgstr ""
|
4103
4157
|
|
@@ -4391,15 +4445,15 @@ msgstr ""
|
|
4391
4445
|
msgid "Deleted %{host_count} %{hosts}"
|
4392
4446
|
msgstr ""
|
4393
4447
|
|
4394
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4448
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:29
|
4395
4449
|
msgid "Alter a host's host collections"
|
4396
4450
|
msgstr ""
|
4397
4451
|
|
4398
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4452
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:30
|
4399
4453
|
msgid "The id of the host to alter"
|
4400
4454
|
msgstr ""
|
4401
4455
|
|
4402
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4456
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:31
|
4403
4457
|
msgid "List of host collection ids to update"
|
4404
4458
|
msgstr ""
|
4405
4459
|
|
@@ -4441,12 +4495,12 @@ msgid ""
|
|
4441
4495
|
msgstr ""
|
4442
4496
|
|
4443
4497
|
#:
|
4444
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:
|
4498
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:44
|
4445
4499
|
msgid "Smart proxy content source not found!"
|
4446
4500
|
msgstr ""
|
4447
4501
|
|
4448
4502
|
#:
|
4449
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:
|
4503
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:45
|
4450
4504
|
msgid "Pulp 3 is not enabled on Smart proxy!"
|
4451
4505
|
msgstr ""
|
4452
4506
|
|
@@ -4562,7 +4616,7 @@ msgstr ""
|
|
4562
4616
|
#:
|
4563
4617
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:270
|
4564
4618
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:93
|
4565
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
4619
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:166
|
4566
4620
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:93
|
4567
4621
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:171
|
4568
4622
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:94
|
@@ -4644,14 +4698,14 @@ msgid "Couldn't find activation key environment '%s'"
|
|
4644
4698
|
msgstr ""
|
4645
4699
|
|
4646
4700
|
#:
|
4647
|
-
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:
|
4701
|
+
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:124
|
4648
4702
|
msgid ""
|
4649
4703
|
"Unable to reassign content hosts. Please provide system_content_view_id and sy"
|
4650
4704
|
"stem_environment_id."
|
4651
4705
|
msgstr ""
|
4652
4706
|
|
4653
4707
|
#:
|
4654
|
-
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:
|
4708
|
+
#: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:139
|
4655
4709
|
msgid ""
|
4656
4710
|
"Unable to reassign activation_keys. Please provide key_content_view_id and key"
|
4657
4711
|
"_environment_id."
|
@@ -4689,17 +4743,17 @@ msgstr ""
|
|
4689
4743
|
msgid "Error connecting to Pulp service"
|
4690
4744
|
msgstr ""
|
4691
4745
|
|
4692
|
-
#: ../app/controllers/katello/remote_execution_controller.rb:
|
4746
|
+
#: ../app/controllers/katello/remote_execution_controller.rb:55
|
4693
4747
|
msgid "module streams not found"
|
4694
4748
|
msgstr ""
|
4695
4749
|
|
4696
|
-
#: ../app/controllers/katello/remote_execution_controller.rb:
|
4750
|
+
#: ../app/controllers/katello/remote_execution_controller.rb:56
|
4697
4751
|
msgid "actions not found"
|
4698
4752
|
msgstr ""
|
4699
4753
|
|
4700
4754
|
#: ../app/controllers/katello/sync_management_controller.rb:16
|
4701
4755
|
#: ../app/views/katello/sync_management/index.html.erb:23
|
4702
|
-
#: ../lib/katello/plugin.rb:
|
4756
|
+
#: ../lib/katello/plugin.rb:67 ../webpack/scenes/Content/ContentConfig.js:56
|
4703
4757
|
#: ../webpack/scenes/Content/ContentConfig.js:118
|
4704
4758
|
#: ../webpack/scenes/Content/ContentConfig.js:186
|
4705
4759
|
msgid "Sync Status"
|
@@ -4731,10 +4785,10 @@ msgstr ""
|
|
4731
4785
|
|
4732
4786
|
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
|
4733
4787
|
#: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
|
4734
|
-
#: ../lib/katello/plugin.rb:
|
4735
|
-
#: ../lib/katello/plugin.rb:
|
4788
|
+
#: ../lib/katello/plugin.rb:9 ../lib/katello/plugin.rb:252
|
4789
|
+
#: ../lib/katello/plugin.rb:266 ../lib/katello/plugin.rb:340
|
4736
4790
|
#: ../webpack/containers/Application/config.js:65
|
4737
|
-
#: ../webpack/containers/Application/config.js:69 ../webpack/global_index.js:
|
4791
|
+
#: ../webpack/containers/Application/config.js:69 ../webpack/global_index.js:51
|
4738
4792
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:62
|
4739
4793
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:138
|
4740
4794
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
|
@@ -4821,38 +4875,39 @@ msgstr ""
|
|
4821
4875
|
|
4822
4876
|
#: ../app/lib/actions/katello/activation_key/create.rb:21
|
4823
4877
|
#: ../app/lib/actions/katello/content_view/create.rb:10
|
4824
|
-
#: ../app/lib/actions/katello/repository/create.rb:
|
4825
|
-
#: ../app/lib/actions/katello/repository/create_root.rb:
|
4826
|
-
#: action_names.rb:
|
4878
|
+
#: ../app/lib/actions/katello/repository/create.rb:63
|
4879
|
+
#: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:22
|
4880
|
+
#: action_names.rb:23 action_names.rb:24 action_names.rb:25 action_names.rb:26
|
4881
|
+
#: action_names.rb:27 action_names.rb:28
|
4827
4882
|
msgid "Create"
|
4828
4883
|
msgstr ""
|
4829
4884
|
|
4830
|
-
#: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:
|
4885
|
+
#: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:29
|
4831
4886
|
msgid "Delete Activation Key"
|
4832
4887
|
msgstr ""
|
4833
4888
|
|
4834
4889
|
#: ../app/lib/actions/katello/alternate_content_source/create.rb:27
|
4835
|
-
#: action_names.rb:
|
4890
|
+
#: action_names.rb:11
|
4836
4891
|
msgid "Create Alternate Content Source"
|
4837
4892
|
msgstr ""
|
4838
4893
|
|
4839
4894
|
#: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
|
4840
|
-
#: action_names.rb:
|
4895
|
+
#: action_names.rb:50
|
4841
4896
|
msgid "Destroy Alternate Content Source"
|
4842
4897
|
msgstr ""
|
4843
4898
|
|
4844
4899
|
#: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
|
4845
|
-
#: action_names.rb:
|
4900
|
+
#: action_names.rb:105
|
4846
4901
|
msgid "Refresh Alternate Content Source"
|
4847
4902
|
msgstr ""
|
4848
4903
|
|
4849
4904
|
#: ../app/lib/actions/katello/alternate_content_source/update.rb:83
|
4850
|
-
#: action_names.rb:
|
4905
|
+
#: action_names.rb:147
|
4851
4906
|
msgid "Update Alternate Content Source"
|
4852
4907
|
msgstr ""
|
4853
4908
|
|
4854
4909
|
#: ../app/lib/actions/katello/applicability/host/generate.rb:22
|
4855
|
-
#: action_names.rb:
|
4910
|
+
#: action_names.rb:70
|
4856
4911
|
msgid "Generate host applicability"
|
4857
4912
|
msgstr ""
|
4858
4913
|
|
@@ -4867,31 +4922,31 @@ msgid "Bulk generate applicability for host %s"
|
|
4867
4922
|
msgstr ""
|
4868
4923
|
|
4869
4924
|
#: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
|
4870
|
-
#: action_names.rb:
|
4925
|
+
#: action_names.rb:5
|
4871
4926
|
msgid "Bulk generate applicability for hosts"
|
4872
4927
|
msgstr ""
|
4873
4928
|
|
4874
4929
|
#: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
|
4875
|
-
#: action_names.rb:
|
4930
|
+
#: action_names.rb:73
|
4876
4931
|
msgid "Generate repository applicability"
|
4877
4932
|
msgstr ""
|
4878
4933
|
|
4879
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:
|
4934
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:144
|
4880
4935
|
msgid "Synchronize smart proxy"
|
4881
4936
|
msgstr ""
|
4882
4937
|
|
4883
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:
|
4938
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:33
|
4884
4939
|
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:12
|
4885
4940
|
msgid "Action not allowed for the default smart proxy."
|
4886
4941
|
msgstr ""
|
4887
4942
|
|
4888
4943
|
#: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:10
|
4889
|
-
#: action_names.rb:
|
4944
|
+
#: action_names.rb:149
|
4890
4945
|
msgid "Update Content Counts"
|
4891
4946
|
msgstr ""
|
4892
4947
|
|
4893
4948
|
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
|
4894
|
-
#: action_names.rb:
|
4949
|
+
#: action_names.rb:178
|
4895
4950
|
msgid "Verify checksum for content on smart proxy"
|
4896
4951
|
msgstr ""
|
4897
4952
|
|
@@ -4903,7 +4958,8 @@ msgstr ""
|
|
4903
4958
|
msgid "Content view '%{content_view}' is not attached to this capsule."
|
4904
4959
|
msgstr ""
|
4905
4960
|
|
4906
|
-
#: ../app/lib/actions/katello/cdn_configuration/update.rb:31
|
4961
|
+
#: ../app/lib/actions/katello/cdn_configuration/update.rb:31
|
4962
|
+
#: action_names.rb:148
|
4907
4963
|
msgid "Update CDN Configuration"
|
4908
4964
|
msgstr ""
|
4909
4965
|
|
@@ -4929,11 +4985,12 @@ msgstr ""
|
|
4929
4985
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:89
|
4930
4986
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:94
|
4931
4987
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:113
|
4932
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
4933
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
4988
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:253
|
4989
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
|
4934
4990
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
4935
4991
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
|
4936
|
-
#: action_names.rb:
|
4992
|
+
#: action_names.rb:43 action_names.rb:44 action_names.rb:45 action_names.rb:46
|
4993
|
+
#: action_names.rb:47 action_names.rb:48 action_names.rb:49
|
4937
4994
|
msgid "Delete"
|
4938
4995
|
msgstr ""
|
4939
4996
|
|
@@ -4999,7 +5056,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
|
|
4999
5056
|
msgstr ""
|
5000
5057
|
|
5001
5058
|
#: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
|
5002
|
-
#: action_names.rb:
|
5059
|
+
#: action_names.rb:99
|
5003
5060
|
msgid "Promotion to Environment"
|
5004
5061
|
msgstr ""
|
5005
5062
|
|
@@ -5018,7 +5075,7 @@ msgstr ""
|
|
5018
5075
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:39
|
5019
5076
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:111
|
5020
5077
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
|
5021
|
-
#: action_names.rb:
|
5078
|
+
#: action_names.rb:101
|
5022
5079
|
msgid "Publish"
|
5023
5080
|
msgstr ""
|
5024
5081
|
|
@@ -5026,7 +5083,7 @@ msgstr ""
|
|
5026
5083
|
msgid "Cannot delete version while it is in environment %s"
|
5027
5084
|
msgstr ""
|
5028
5085
|
|
5029
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:
|
5086
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:120
|
5030
5087
|
msgid "Remove Versions and Associations"
|
5031
5088
|
msgstr ""
|
5032
5089
|
|
@@ -5034,13 +5091,13 @@ msgstr ""
|
|
5034
5091
|
msgid "Either environments or versions must be specified."
|
5035
5092
|
msgstr ""
|
5036
5093
|
|
5037
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:
|
5094
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:124
|
5038
5095
|
msgid ""
|
5039
5096
|
"Unable to reassign systems. Please check system_content_view_id and system_env"
|
5040
5097
|
"ironment_id."
|
5041
5098
|
msgstr ""
|
5042
5099
|
|
5043
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:
|
5100
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:129
|
5044
5101
|
msgid ""
|
5045
5102
|
"Unable to reassign activation_keys. Please check activation_key_content_view_i"
|
5046
5103
|
"d and activation_key_environment_id."
|
@@ -5053,13 +5110,13 @@ msgid ""
|
|
5053
5110
|
msgstr ""
|
5054
5111
|
|
5055
5112
|
#: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
|
5056
|
-
#: action_names.rb:
|
5113
|
+
#: action_names.rb:121
|
5057
5114
|
msgid "Remove from Environment"
|
5058
5115
|
msgstr ""
|
5059
5116
|
|
5060
5117
|
#: ../app/lib/actions/katello/content_view/remove_version.rb:26
|
5061
5118
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:139
|
5062
|
-
#: action_names.rb:
|
5119
|
+
#: action_names.rb:119
|
5063
5120
|
msgid "Remove Version"
|
5064
5121
|
msgstr ""
|
5065
5122
|
|
@@ -5068,27 +5125,27 @@ msgid "Create Repositories"
|
|
5068
5125
|
msgstr ""
|
5069
5126
|
|
5070
5127
|
#: ../app/lib/actions/katello/content_view_version/export.rb:31
|
5071
|
-
#: action_names.rb:
|
5128
|
+
#: action_names.rb:65 action_names.rb:66 action_names.rb:67
|
5072
5129
|
msgid "Export"
|
5073
5130
|
msgstr ""
|
5074
5131
|
|
5075
5132
|
#: ../app/lib/actions/katello/content_view_version/import.rb:57
|
5076
|
-
#: action_names.rb:
|
5133
|
+
#: action_names.rb:76
|
5077
5134
|
msgid "Import Content View Version"
|
5078
5135
|
msgstr ""
|
5079
5136
|
|
5080
5137
|
#: ../app/lib/actions/katello/content_view_version/import_library.rb:13
|
5081
|
-
#: action_names.rb:
|
5138
|
+
#: action_names.rb:77
|
5082
5139
|
msgid "Import Default Content View"
|
5083
5140
|
msgstr ""
|
5084
5141
|
|
5085
5142
|
#: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
|
5086
|
-
#: action_names.rb:
|
5143
|
+
#: action_names.rb:79
|
5087
5144
|
msgid "Import Repository"
|
5088
5145
|
msgstr ""
|
5089
5146
|
|
5090
5147
|
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
|
5091
|
-
#: action_names.rb:
|
5148
|
+
#: action_names.rb:86
|
5092
5149
|
msgid "Incremental Update"
|
5093
5150
|
msgstr ""
|
5094
5151
|
|
@@ -5115,7 +5172,7 @@ msgid "Republish Repositories of %{name} %{version}"
|
|
5115
5172
|
msgstr ""
|
5116
5173
|
|
5117
5174
|
#: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
|
5118
|
-
#: action_names.rb:
|
5175
|
+
#: action_names.rb:131
|
5119
5176
|
msgid "Republish Version Repositories"
|
5120
5177
|
msgstr ""
|
5121
5178
|
|
@@ -5124,16 +5181,16 @@ msgid "Verify checksum of repositories in %{name} %{version}"
|
|
5124
5181
|
msgstr ""
|
5125
5182
|
|
5126
5183
|
#: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
|
5127
|
-
#: action_names.rb:
|
5184
|
+
#: action_names.rb:179
|
5128
5185
|
msgid "Verify checksum of version repositories"
|
5129
5186
|
msgstr ""
|
5130
5187
|
|
5131
|
-
#: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:
|
5188
|
+
#: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:30
|
5132
5189
|
msgid "Delete Lifecycle Environment"
|
5133
5190
|
msgstr ""
|
5134
5191
|
|
5135
5192
|
#: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
|
5136
|
-
#: action_names.rb:
|
5193
|
+
#: action_names.rb:100
|
5137
5194
|
msgid "Publish Lifecycle Environment Container Repositories"
|
5138
5195
|
msgstr ""
|
5139
5196
|
|
@@ -5155,7 +5212,7 @@ msgstr ""
|
|
5155
5212
|
msgid "Unknown"
|
5156
5213
|
msgstr ""
|
5157
5214
|
|
5158
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:
|
5215
|
+
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:3
|
5159
5216
|
msgid "Attach subscriptions"
|
5160
5217
|
msgstr ""
|
5161
5218
|
|
@@ -5163,7 +5220,7 @@ msgstr ""
|
|
5163
5220
|
msgid "Destroy Content Host %s"
|
5164
5221
|
msgstr ""
|
5165
5222
|
|
5166
|
-
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:
|
5223
|
+
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:51
|
5167
5224
|
msgid "Destroy Content Host"
|
5168
5225
|
msgstr ""
|
5169
5226
|
|
@@ -5187,7 +5244,7 @@ msgid "Remove subscriptions from %s"
|
|
5187
5244
|
msgstr ""
|
5188
5245
|
|
5189
5246
|
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
|
5190
|
-
#: action_names.rb:
|
5247
|
+
#: action_names.rb:124
|
5191
5248
|
msgid "Remove subscriptions"
|
5192
5249
|
msgstr ""
|
5193
5250
|
|
@@ -5200,7 +5257,7 @@ msgid "Update Content Overrides to %s"
|
|
5200
5257
|
msgstr ""
|
5201
5258
|
|
5202
5259
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:32
|
5203
|
-
#: action_names.rb:
|
5260
|
+
#: action_names.rb:150
|
5204
5261
|
msgid "Update Content Overrides"
|
5205
5262
|
msgstr ""
|
5206
5263
|
|
@@ -5210,7 +5267,8 @@ msgstr ""
|
|
5210
5267
|
msgid "Host %s has not been registered with subscription-manager."
|
5211
5268
|
msgstr ""
|
5212
5269
|
|
5213
|
-
#: ../app/lib/actions/katello/host/update_content_view.rb:20
|
5270
|
+
#: ../app/lib/actions/katello/host/update_content_view.rb:20
|
5271
|
+
#: action_names.rb:152
|
5214
5272
|
msgid "Update content view environments for host"
|
5215
5273
|
msgstr ""
|
5216
5274
|
|
@@ -5223,7 +5281,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
|
|
5223
5281
|
msgstr ""
|
5224
5282
|
|
5225
5283
|
#: ../app/lib/actions/katello/host/update_release_version.rb:21
|
5226
|
-
#: action_names.rb:
|
5284
|
+
#: action_names.rb:157
|
5227
5285
|
msgid "Update release version for host"
|
5228
5286
|
msgstr ""
|
5229
5287
|
|
@@ -5236,15 +5294,16 @@ msgid "Updating System Purpose for host %s"
|
|
5236
5294
|
msgstr ""
|
5237
5295
|
|
5238
5296
|
#: ../app/lib/actions/katello/host/update_system_purpose.rb:25
|
5239
|
-
#: action_names.rb:
|
5297
|
+
#: action_names.rb:170
|
5240
5298
|
msgid "Updating System Purpose for host"
|
5241
5299
|
msgstr ""
|
5242
5300
|
|
5243
|
-
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:
|
5301
|
+
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:54
|
5244
5302
|
msgid "Destroy"
|
5245
5303
|
msgstr ""
|
5246
5304
|
|
5247
5305
|
#: ../app/lib/actions/katello/organization/manifest_delete.rb:42
|
5306
|
+
#: action_names.rb:31
|
5248
5307
|
msgid "Delete Manifest"
|
5249
5308
|
msgstr ""
|
5250
5309
|
|
@@ -5253,6 +5312,7 @@ msgid "Manifest deleted"
|
|
5253
5312
|
msgstr ""
|
5254
5313
|
|
5255
5314
|
#: ../app/lib/actions/katello/organization/manifest_import.rb:49
|
5315
|
+
#: action_names.rb:78
|
5256
5316
|
msgid "Import Manifest"
|
5257
5317
|
msgstr ""
|
5258
5318
|
|
@@ -5261,6 +5321,7 @@ msgid "Manifest imported"
|
|
5261
5321
|
msgstr ""
|
5262
5322
|
|
5263
5323
|
#: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
|
5324
|
+
#: action_names.rb:106
|
5264
5325
|
msgid "Refresh Manifest"
|
5265
5326
|
msgstr ""
|
5266
5327
|
|
@@ -5269,22 +5330,24 @@ msgid "Manifest refreshed"
|
|
5269
5330
|
msgstr ""
|
5270
5331
|
|
5271
5332
|
#: ../app/lib/actions/katello/organization/simple_content_access/disable.rb:11
|
5333
|
+
#: action_names.rb:55
|
5272
5334
|
msgid "Disable Simple Content Access"
|
5273
5335
|
msgstr ""
|
5274
5336
|
|
5275
5337
|
#: ../app/lib/actions/katello/organization/simple_content_access/enable.rb:11
|
5338
|
+
#: action_names.rb:58
|
5276
5339
|
msgid "Enable Simple Content Access"
|
5277
5340
|
msgstr ""
|
5278
5341
|
|
5279
|
-
#: ../app/lib/actions/katello/product/content_destroy.rb:
|
5342
|
+
#: ../app/lib/actions/katello/product/content_destroy.rb:7
|
5280
5343
|
msgid "Cannot delete redhat product content"
|
5281
5344
|
msgstr ""
|
5282
5345
|
|
5283
|
-
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:
|
5346
|
+
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:97
|
5284
5347
|
msgid "Product Create"
|
5285
5348
|
msgstr ""
|
5286
5349
|
|
5287
|
-
#: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:
|
5350
|
+
#: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:32
|
5288
5351
|
msgid "Delete Product"
|
5289
5352
|
msgstr ""
|
5290
5353
|
|
@@ -5330,16 +5393,21 @@ msgstr ""
|
|
5330
5393
|
msgid "Cannot publish a link repository if multiple component clones are specified"
|
5331
5394
|
msgstr ""
|
5332
5395
|
|
5396
|
+
#: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
|
5397
|
+
#: action_names.rb:12
|
5398
|
+
msgid "Create Container Push Repository Root"
|
5399
|
+
msgstr ""
|
5400
|
+
|
5333
5401
|
#: ../app/lib/actions/katello/repository/destroy.rb:81
|
5334
|
-
#: ../app/lib/actions/katello/repository/update.rb:
|
5402
|
+
#: ../app/lib/actions/katello/repository/update.rb:93
|
5335
5403
|
msgid ""
|
5336
5404
|
"Removing product %{prod_name} with ID %{prod_id} from ACS %{acs_name} with ID "
|
5337
5405
|
"%{acs_id}"
|
5338
5406
|
msgstr ""
|
5339
5407
|
|
5340
5408
|
#: ../app/lib/actions/katello/repository/import_upload.rb:73
|
5341
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:54 action_names.rb:
|
5342
|
-
#: action_names.rb:
|
5409
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:54 action_names.rb:175
|
5410
|
+
#: action_names.rb:176
|
5343
5411
|
msgid "Upload into"
|
5344
5412
|
msgstr ""
|
5345
5413
|
|
@@ -5358,31 +5426,31 @@ msgid ""
|
|
5358
5426
|
msgstr ""
|
5359
5427
|
|
5360
5428
|
#: ../app/lib/actions/katello/repository/remove_content.rb:71
|
5361
|
-
#: action_names.rb:
|
5429
|
+
#: action_names.rb:118
|
5362
5430
|
msgid "Remove Content"
|
5363
5431
|
msgstr ""
|
5364
5432
|
|
5365
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5433
|
+
#: ../app/lib/actions/katello/repository/sync.rb:77
|
5366
5434
|
msgid "Synchronize: Validate Content"
|
5367
5435
|
msgstr ""
|
5368
5436
|
|
5369
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5437
|
+
#: ../app/lib/actions/katello/repository/sync.rb:79
|
5370
5438
|
msgid "Synchronize: Skip Metadata Check"
|
5371
5439
|
msgstr ""
|
5372
5440
|
|
5373
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5441
|
+
#: ../app/lib/actions/katello/repository/sync.rb:81 action_names.rb:145
|
5374
5442
|
msgid "Synchronize"
|
5375
5443
|
msgstr ""
|
5376
5444
|
|
5377
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5445
|
+
#: ../app/lib/actions/katello/repository/sync.rb:86
|
5378
5446
|
msgid "Unable to sync repo. This repository does not have a feed url."
|
5379
5447
|
msgstr ""
|
5380
5448
|
|
5381
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5449
|
+
#: ../app/lib/actions/katello/repository/sync.rb:87
|
5382
5450
|
msgid "Cannot skip metadata check on non-yum/deb repositories."
|
5383
5451
|
msgstr ""
|
5384
5452
|
|
5385
|
-
#: ../app/lib/actions/katello/repository/sync.rb:
|
5453
|
+
#: ../app/lib/actions/katello/repository/sync.rb:88
|
5386
5454
|
msgid "Unable to sync repo. This repository is not a library instance repository."
|
5387
5455
|
msgstr ""
|
5388
5456
|
|
@@ -5391,7 +5459,7 @@ msgstr ""
|
|
5391
5459
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:463
|
5392
5460
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:543
|
5393
5461
|
#: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
|
5394
|
-
#: action_names.rb:
|
5462
|
+
#: action_names.rb:56
|
5395
5463
|
msgid "Disable"
|
5396
5464
|
msgstr ""
|
5397
5465
|
|
@@ -5403,7 +5471,7 @@ msgstr ""
|
|
5403
5471
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:452
|
5404
5472
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:526
|
5405
5473
|
#: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
|
5406
|
-
#: action_names.rb:
|
5474
|
+
#: action_names.rb:59
|
5407
5475
|
msgid "Enable"
|
5408
5476
|
msgstr ""
|
5409
5477
|
|
@@ -5411,7 +5479,7 @@ msgstr ""
|
|
5411
5479
|
msgid "The repository is already enabled"
|
5412
5480
|
msgstr ""
|
5413
5481
|
|
5414
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:
|
5482
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:132
|
5415
5483
|
msgid "Run Sync Plan:"
|
5416
5484
|
msgstr ""
|
5417
5485
|
|
@@ -5494,24 +5562,24 @@ msgid ""
|
|
5494
5562
|
msgstr ""
|
5495
5563
|
|
5496
5564
|
#: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
|
5497
|
-
#: action_names.rb:
|
5565
|
+
#: action_names.rb:13
|
5498
5566
|
msgid "Create Export History"
|
5499
5567
|
msgstr ""
|
5500
5568
|
|
5501
5569
|
#: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
|
5502
|
-
#: action_names.rb:
|
5570
|
+
#: action_names.rb:14
|
5503
5571
|
msgid "Create Import History"
|
5504
5572
|
msgstr ""
|
5505
5573
|
|
5506
5574
|
#:
|
5507
5575
|
#: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
|
5508
|
-
#: action_names.rb:
|
5576
|
+
#: action_names.rb:15
|
5509
5577
|
msgid "Create Syncable Export History"
|
5510
5578
|
msgstr ""
|
5511
5579
|
|
5512
5580
|
#:
|
5513
5581
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:42
|
5514
|
-
#: action_names.rb:
|
5582
|
+
#: action_names.rb:63
|
5515
5583
|
msgid "Export Library"
|
5516
5584
|
msgstr ""
|
5517
5585
|
|
@@ -5526,7 +5594,7 @@ msgstr ""
|
|
5526
5594
|
|
5527
5595
|
#:
|
5528
5596
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:33
|
5529
|
-
#: action_names.rb:
|
5597
|
+
#: action_names.rb:64
|
5530
5598
|
msgid "Export Repository"
|
5531
5599
|
msgstr ""
|
5532
5600
|
|
@@ -5553,13 +5621,14 @@ msgid ""
|
|
5553
5621
|
msgstr ""
|
5554
5622
|
|
5555
5623
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
|
5556
|
-
#: action_names.rb:
|
5624
|
+
#: action_names.rb:84
|
5557
5625
|
msgid "Import"
|
5558
5626
|
msgstr ""
|
5559
5627
|
|
5560
5628
|
#:
|
5561
5629
|
#: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
|
5562
5630
|
#: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
|
5631
|
+
#: action_names.rb:171 action_names.rb:172
|
5563
5632
|
msgid "Updating repository authentication configuration"
|
5564
5633
|
msgstr ""
|
5565
5634
|
|
@@ -5781,7 +5850,7 @@ msgid ""
|
|
5781
5850
|
"s is an error, please try refreshing your manifest."
|
5782
5851
|
msgstr ""
|
5783
5852
|
|
5784
|
-
#: ../app/lib/katello/util/cdn_var_substitutor.rb:
|
5853
|
+
#: ../app/lib/katello/util/cdn_var_substitutor.rb:90
|
5785
5854
|
msgid "Unsupported CDN resource"
|
5786
5855
|
msgstr ""
|
5787
5856
|
|
@@ -6335,7 +6404,7 @@ msgstr ""
|
|
6335
6404
|
msgid "Content view environments must have both a content view and an environment"
|
6336
6405
|
msgstr ""
|
6337
6406
|
|
6338
|
-
#: ../app/lib/katello/validators/content_view_environment_org_validator.rb:
|
6407
|
+
#: ../app/lib/katello/validators/content_view_environment_org_validator.rb:13
|
6339
6408
|
msgid ""
|
6340
6409
|
"%{view_label} could not be promoted to %{environment_label} because the conten"
|
6341
6410
|
"t view and the environment are not in the same organization!"
|
@@ -6565,7 +6634,7 @@ msgstr ""
|
|
6565
6634
|
msgid "Sync Summary for %s"
|
6566
6635
|
msgstr ""
|
6567
6636
|
|
6568
|
-
#: ../app/mailers/katello/errata_mailer.rb:
|
6637
|
+
#: ../app/mailers/katello/errata_mailer.rb:41
|
6569
6638
|
msgid "Promotion Summary for %{content_view}"
|
6570
6639
|
msgstr ""
|
6571
6640
|
|
@@ -6583,50 +6652,77 @@ msgstr ""
|
|
6583
6652
|
msgid "%{label} failed"
|
6584
6653
|
msgstr ""
|
6585
6654
|
|
6586
|
-
#: ../app/models/katello/activation_key.rb:
|
6655
|
+
#: ../app/models/katello/activation_key.rb:39
|
6587
6656
|
msgid "cannot contain commas"
|
6588
6657
|
msgstr ""
|
6589
6658
|
|
6590
|
-
#: ../app/models/katello/activation_key.rb:
|
6659
|
+
#: ../app/models/katello/activation_key.rb:45
|
6591
6660
|
msgid "cannot be set because unlimited hosts is set"
|
6592
6661
|
msgstr ""
|
6593
6662
|
|
6594
|
-
#: ../app/models/katello/activation_key.rb:
|
6663
|
+
#: ../app/models/katello/activation_key.rb:49
|
6595
6664
|
msgid "cannot be nil"
|
6596
6665
|
msgstr ""
|
6597
6666
|
|
6598
|
-
#: ../app/models/katello/activation_key.rb:
|
6667
|
+
#: ../app/models/katello/activation_key.rb:51
|
6599
6668
|
msgid "cannot be less than one"
|
6600
6669
|
msgstr ""
|
6601
6670
|
|
6602
|
-
#: ../app/models/katello/activation_key.rb:
|
6671
|
+
#: ../app/models/katello/activation_key.rb:54
|
6603
6672
|
msgid "cannot be lower than current usage count (%s)"
|
6604
6673
|
msgstr ""
|
6605
6674
|
|
6606
|
-
#: ../app/models/katello/activation_key.rb:
|
6607
|
-
msgid "
|
6675
|
+
#: ../app/models/katello/activation_key.rb:100
|
6676
|
+
msgid ""
|
6677
|
+
"Assigning an activation key to multiple content view environments is not enabl"
|
6678
|
+
"ed."
|
6608
6679
|
msgstr ""
|
6609
6680
|
|
6610
|
-
#: ../app/models/katello/activation_key.rb:
|
6611
|
-
msgid "
|
6681
|
+
#: ../app/models/katello/activation_key.rb:119
|
6682
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
6612
6683
|
msgstr ""
|
6613
6684
|
|
6614
|
-
#: ../app/models/katello/activation_key.rb:
|
6615
|
-
|
6616
|
-
|
6617
|
-
|
6618
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:74
|
6619
|
-
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:30
|
6620
|
-
msgid "Activation Keys"
|
6685
|
+
#: ../app/models/katello/activation_key.rb:134
|
6686
|
+
msgid ""
|
6687
|
+
"Activation key %s has more than one lifecycle environment. Use #lifecycle_envi"
|
6688
|
+
"ronments instead."
|
6621
6689
|
msgstr ""
|
6622
6690
|
|
6623
|
-
#: ../app/models/katello/activation_key.rb:
|
6691
|
+
#: ../app/models/katello/activation_key.rb:149
|
6692
|
+
#: ../app/models/katello/host/content_facet.rb:139
|
6693
|
+
msgid "Lifecycle environment must be specified"
|
6694
|
+
msgstr ""
|
6695
|
+
|
6696
|
+
#: ../app/models/katello/activation_key.rb:153
|
6697
|
+
#: ../app/models/katello/host/content_facet.rb:143
|
6698
|
+
msgid "Content view must be specified"
|
6699
|
+
msgstr ""
|
6700
|
+
|
6701
|
+
#: ../app/models/katello/activation_key.rb:161
|
6702
|
+
#: ../app/models/katello/host/content_facet.rb:151
|
6703
|
+
msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
|
6704
|
+
msgstr ""
|
6705
|
+
|
6706
|
+
#: ../app/models/katello/activation_key.rb:249
|
6707
|
+
#: ../app/views/overrides/activation_keys/_host_tab.html.erb:2
|
6708
|
+
#: ../lib/katello/plugin.rb:95
|
6709
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:156
|
6710
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:68
|
6711
|
+
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:30
|
6712
|
+
msgid "Activation Keys"
|
6713
|
+
msgstr ""
|
6714
|
+
|
6715
|
+
#: ../app/models/katello/activation_key.rb:281
|
6624
6716
|
msgid ""
|
6625
6717
|
"This activation key is associated to one or more Hosts/Hostgroups. Search and "
|
6626
6718
|
"unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" befor"
|
6627
6719
|
"e deleting."
|
6628
6720
|
msgstr ""
|
6629
6721
|
|
6722
|
+
#: ../app/models/katello/activation_key.rb:294
|
6723
|
+
msgid "Cannot add content view environments from a different organization"
|
6724
|
+
msgstr ""
|
6725
|
+
|
6630
6726
|
#: ../app/models/katello/alternate_content_source.rb:52
|
6631
6727
|
msgid "is not a valid type. Must be one of the following: %s"
|
6632
6728
|
msgstr ""
|
@@ -6681,48 +6777,42 @@ msgstr ""
|
|
6681
6777
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
6682
6778
|
msgstr ""
|
6683
6779
|
|
6684
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6685
|
-
msgid ""
|
6686
|
-
"No available packages found for search term '%s'. Check the host's content vie"
|
6687
|
-
"w environments and already-installed packages."
|
6780
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:516
|
6781
|
+
msgid "No available packages found for search term '%s'."
|
6688
6782
|
msgstr ""
|
6689
6783
|
|
6690
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6691
|
-
msgid ""
|
6692
|
-
"Cannot remove package(s): This host does not have any installed packages match"
|
6693
|
-
"ing the search term '%s'."
|
6784
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:524
|
6785
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
6694
6786
|
msgstr ""
|
6695
6787
|
|
6696
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6697
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
6788
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:539
|
6789
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
6698
6790
|
msgstr ""
|
6699
6791
|
|
6700
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6701
|
-
msgid ""
|
6702
|
-
"No upgradable packages found for search term '%s'. The host may already have t"
|
6703
|
-
"he latest version(s) installed."
|
6792
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:545
|
6793
|
+
msgid "No upgradable packages found for search term '%s'."
|
6704
6794
|
msgstr ""
|
6705
6795
|
|
6706
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6796
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:549
|
6707
6797
|
msgid "package_names_for_job_template: Action must be one of %s"
|
6708
6798
|
msgstr ""
|
6709
6799
|
|
6710
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6800
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:560
|
6711
6801
|
msgid ""
|
6712
6802
|
"No available debs found for search term '%s'. Check the host's content view en"
|
6713
6803
|
"vironments and already-installed debs."
|
6714
6804
|
msgstr ""
|
6715
6805
|
|
6716
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6806
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:571
|
6717
6807
|
msgid "No installed debs found for search term '%s'"
|
6718
6808
|
msgstr ""
|
6719
6809
|
|
6720
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6810
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:575
|
6721
6811
|
msgid "deb_names_for_job_template: Action must be one of %s"
|
6722
6812
|
msgstr ""
|
6723
6813
|
|
6724
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6725
|
-
msgid "Cannot install errata: No
|
6814
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:583
|
6815
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
6726
6816
|
msgstr ""
|
6727
6817
|
|
6728
6818
|
#: ../app/models/katello/concerns/location_extensions.rb:32
|
@@ -6766,7 +6856,7 @@ msgstr ""
|
|
6766
6856
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
6767
6857
|
msgstr ""
|
6768
6858
|
|
6769
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6859
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:65
|
6770
6860
|
#: ../app/models/katello/content_view_erratum_filter_rule.rb:26
|
6771
6861
|
#: ../app/models/katello/content_view_version_export_history.rb:21
|
6772
6862
|
#: ../app/models/katello/root_repository.rb:103
|
@@ -6774,30 +6864,30 @@ msgstr ""
|
|
6774
6864
|
msgid "must be one of the following: %s"
|
6775
6865
|
msgstr ""
|
6776
6866
|
|
6777
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6867
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:97
|
6778
6868
|
msgid "Could not find a smart proxy with pulp feature."
|
6779
6869
|
msgstr ""
|
6780
6870
|
|
6781
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6871
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:403
|
6782
6872
|
msgid "Content type %{content_type_string} does not belong to an enabled repo type."
|
6783
6873
|
msgstr ""
|
6784
6874
|
|
6785
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6875
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:424
|
6786
6876
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
6787
6877
|
msgstr ""
|
6788
6878
|
|
6789
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6879
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:427
|
6790
6880
|
msgid ""
|
6791
6881
|
"Lifecycle environment was not attached to the smart proxy; therefore, no chang"
|
6792
6882
|
"es were made."
|
6793
6883
|
msgstr ""
|
6794
6884
|
|
6795
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6796
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6885
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:504
|
6886
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:510
|
6797
6887
|
msgid "%s is unreachable. %s"
|
6798
6888
|
msgstr ""
|
6799
6889
|
|
6800
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6890
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:556
|
6801
6891
|
msgid "Successfully synced capsule."
|
6802
6892
|
msgstr ""
|
6803
6893
|
|
@@ -6813,7 +6903,7 @@ msgstr ""
|
|
6813
6903
|
msgid "must be %{gpg_key} or %{cert}"
|
6814
6904
|
msgstr ""
|
6815
6905
|
|
6816
|
-
#: ../app/models/katello/content_credential.rb:58 ../lib/katello/plugin.rb:
|
6906
|
+
#: ../app/models/katello/content_credential.rb:58 ../lib/katello/plugin.rb:40
|
6817
6907
|
msgid "Content Credentials"
|
6818
6908
|
msgstr ""
|
6819
6909
|
|
@@ -6894,49 +6984,49 @@ msgid ""
|
|
6894
6984
|
"tor -> Settings -> Content page using the restrict_composite_view flag."
|
6895
6985
|
msgstr ""
|
6896
6986
|
|
6897
|
-
#: ../app/models/katello/content_view.rb:
|
6987
|
+
#: ../app/models/katello/content_view.rb:704
|
6898
6988
|
msgid ""
|
6899
6989
|
"Orphaned content facets for deleted hosts exist for the content view and envir"
|
6900
6990
|
"onment. Please run rake task : katello:clean_orphaned_facets and try again!"
|
6901
6991
|
msgstr ""
|
6902
6992
|
|
6903
|
-
#: ../app/models/katello/content_view.rb:
|
6904
|
-
#: ../app/models/katello/content_view.rb:
|
6993
|
+
#: ../app/models/katello/content_view.rb:715
|
6994
|
+
#: ../app/models/katello/content_view.rb:735
|
6905
6995
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:257
|
6906
6996
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:64
|
6907
6997
|
msgid "hosts"
|
6908
6998
|
msgstr ""
|
6909
6999
|
|
6910
|
-
#: ../app/models/katello/content_view.rb:
|
6911
|
-
#: ../app/models/katello/content_view.rb:
|
7000
|
+
#: ../app/models/katello/content_view.rb:716
|
7001
|
+
#: ../app/models/katello/content_view.rb:736
|
6912
7002
|
msgid "activation keys"
|
6913
7003
|
msgstr ""
|
6914
7004
|
|
6915
|
-
#: ../app/models/katello/content_view.rb:
|
7005
|
+
#: ../app/models/katello/content_view.rb:721
|
6916
7006
|
msgid ""
|
6917
7007
|
"Cannot remove '%{view}' from environment '%{env}' due to associated %{dependen"
|
6918
7008
|
"t}: %{names}."
|
6919
7009
|
msgstr ""
|
6920
7010
|
|
6921
|
-
#: ../app/models/katello/content_view.rb:
|
7011
|
+
#: ../app/models/katello/content_view.rb:734
|
6922
7012
|
msgid "environments"
|
6923
7013
|
msgstr ""
|
6924
7014
|
|
6925
|
-
#: ../app/models/katello/content_view.rb:
|
7015
|
+
#: ../app/models/katello/content_view.rb:741
|
6926
7016
|
msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
|
6927
7017
|
msgstr ""
|
6928
7018
|
|
6929
|
-
#: ../app/models/katello/content_view.rb:
|
7019
|
+
#: ../app/models/katello/content_view.rb:751
|
6930
7020
|
#: ../app/views/dashboard/_content_views_widget.html.erb:2
|
6931
|
-
#: ../lib/katello/plugin.rb:
|
7021
|
+
#: ../lib/katello/plugin.rb:86
|
6932
7022
|
msgid "Content Views"
|
6933
7023
|
msgstr ""
|
6934
7024
|
|
6935
|
-
#: ../app/models/katello/content_view.rb:
|
7025
|
+
#: ../app/models/katello/content_view.rb:919
|
6936
7026
|
msgid "Import-only can not be changed after creation"
|
6937
7027
|
msgstr ""
|
6938
7028
|
|
6939
|
-
#: ../app/models/katello/content_view.rb:
|
7029
|
+
#: ../app/models/katello/content_view.rb:942
|
6940
7030
|
msgid "cannot be deleted if it has been promoted."
|
6941
7031
|
msgstr ""
|
6942
7032
|
|
@@ -6983,6 +7073,14 @@ msgstr ""
|
|
6983
7073
|
msgid "Content View Version not set"
|
6984
7074
|
msgstr ""
|
6985
7075
|
|
7076
|
+
#: ../app/models/katello/content_view_environment.rb:107
|
7077
|
+
msgid "No content view environments found with names: %{names}"
|
7078
|
+
msgstr ""
|
7079
|
+
|
7080
|
+
#: ../app/models/katello/content_view_environment.rb:109
|
7081
|
+
msgid "No content view environments found with ids: %{ids}"
|
7082
|
+
msgstr ""
|
7083
|
+
|
6986
7084
|
#: ../app/models/katello/content_view_environment_content_facet.rb:19
|
6987
7085
|
msgid ""
|
6988
7086
|
"Host %{hostname}: Cannot add content view environment to content facet. The ho"
|
@@ -7025,12 +7123,11 @@ msgstr ""
|
|
7025
7123
|
msgid "Security"
|
7026
7124
|
msgstr ""
|
7027
7125
|
|
7028
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7126
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:136
|
7029
7127
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
|
7030
7128
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
|
7031
7129
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
|
7032
7130
|
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:77
|
7033
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:136
|
7034
7131
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:101
|
7035
7132
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:35
|
7036
7133
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:61
|
@@ -7038,7 +7135,7 @@ msgstr ""
|
|
7038
7135
|
msgid "Packages"
|
7039
7136
|
msgstr ""
|
7040
7137
|
|
7041
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7138
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:156
|
7042
7139
|
#: ../webpack/containers/Application/config.js:48
|
7043
7140
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:213
|
7044
7141
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:260
|
@@ -7054,12 +7151,11 @@ msgstr ""
|
|
7054
7151
|
#: ../app/models/katello/content_view_filter.rb:12
|
7055
7152
|
#: ../app/models/katello/errata_status.rb:9
|
7056
7153
|
#: ../app/views/dashboard/_errata_widget.html.erb:16
|
7057
|
-
#: ../lib/katello/plugin.rb:
|
7154
|
+
#: ../lib/katello/plugin.rb:146
|
7058
7155
|
#: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:120
|
7059
7156
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
|
7060
7157
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:157
|
7061
7158
|
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:85
|
7062
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:151
|
7063
7159
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:257
|
7064
7160
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
|
7065
7161
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
|
@@ -7075,7 +7171,7 @@ msgstr ""
|
|
7075
7171
|
msgid "Container Images"
|
7076
7172
|
msgstr ""
|
7077
7173
|
|
7078
|
-
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:
|
7174
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:106
|
7079
7175
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:285
|
7080
7176
|
msgid "Deb Packages"
|
7081
7177
|
msgstr ""
|
@@ -7236,40 +7332,28 @@ msgstr ""
|
|
7236
7332
|
msgid "Subscription was not persisted - %{error_message}"
|
7237
7333
|
msgstr ""
|
7238
7334
|
|
7239
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7335
|
+
#: ../app/models/katello/host/content_facet.rb:48
|
7240
7336
|
msgid ""
|
7241
7337
|
"invalid: The content source must sync the lifecycle environment assigned to th"
|
7242
7338
|
"e host. See the logs for more information."
|
7243
7339
|
msgstr ""
|
7244
7340
|
|
7245
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7341
|
+
#: ../app/models/katello/host/content_facet.rb:107
|
7246
7342
|
msgid ""
|
7247
7343
|
"Content facet for host %s has more than one content view. Use #content_views i"
|
7248
7344
|
"nstead."
|
7249
7345
|
msgstr ""
|
7250
7346
|
|
7251
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7347
|
+
#: ../app/models/katello/host/content_facet.rb:114
|
7252
7348
|
msgid ""
|
7253
7349
|
"Content facet for host %s has more than one lifecycle environment. Use #lifecy"
|
7254
7350
|
"cle_environments instead."
|
7255
7351
|
msgstr ""
|
7256
7352
|
|
7257
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7353
|
+
#: ../app/models/katello/host/content_facet.rb:122
|
7258
7354
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
7259
7355
|
msgstr ""
|
7260
7356
|
|
7261
|
-
#: ../app/models/katello/host/content_facet.rb:123
|
7262
|
-
msgid "Lifecycle environment must be specified"
|
7263
|
-
msgstr ""
|
7264
|
-
|
7265
|
-
#: ../app/models/katello/host/content_facet.rb:127
|
7266
|
-
msgid "Content view must be specified"
|
7267
|
-
msgstr ""
|
7268
|
-
|
7269
|
-
#: ../app/models/katello/host/content_facet.rb:135
|
7270
|
-
msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
|
7271
|
-
msgstr ""
|
7272
|
-
|
7273
7357
|
#: ../app/models/katello/host/subscription_facet.rb:235
|
7274
7358
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
7275
7359
|
msgstr ""
|
@@ -7296,7 +7380,7 @@ msgstr ""
|
|
7296
7380
|
|
7297
7381
|
#: ../app/models/katello/host_collection.rb:115
|
7298
7382
|
#: ../app/views/dashboard/_host_collection_widget.html.erb:2
|
7299
|
-
#: ../lib/katello/plugin.rb:
|
7383
|
+
#: ../lib/katello/plugin.rb:198
|
7300
7384
|
msgid "Host Collections"
|
7301
7385
|
msgstr ""
|
7302
7386
|
|
@@ -7306,40 +7390,40 @@ msgid ""
|
|
7306
7390
|
" '%{host_collection}'."
|
7307
7391
|
msgstr ""
|
7308
7392
|
|
7309
|
-
#: ../app/models/katello/kt_environment.rb:
|
7310
|
-
#: ../app/models/katello/kt_environment.rb:
|
7393
|
+
#: ../app/models/katello/kt_environment.rb:62
|
7394
|
+
#: ../app/models/katello/kt_environment.rb:65
|
7311
7395
|
msgid "of environment must be unique within one organization"
|
7312
7396
|
msgstr ""
|
7313
7397
|
|
7314
|
-
#: ../app/models/katello/kt_environment.rb:
|
7315
|
-
#: ../app/models/katello/kt_environment.rb:
|
7316
|
-
#: ../app/models/katello/kt_environment.rb:
|
7398
|
+
#: ../app/models/katello/kt_environment.rb:63
|
7399
|
+
#: ../app/models/katello/kt_environment.rb:66
|
7400
|
+
#: ../app/models/katello/kt_environment.rb:67
|
7317
7401
|
msgid ": '%s' is a built-in environment"
|
7318
7402
|
msgstr ""
|
7319
7403
|
|
7320
|
-
#: ../app/models/katello/kt_environment.rb:
|
7404
|
+
#: ../app/models/katello/kt_environment.rb:137
|
7321
7405
|
msgid "An environment is missing a prior"
|
7322
7406
|
msgstr ""
|
7323
7407
|
|
7324
|
-
#: ../app/models/katello/kt_environment.rb:
|
7408
|
+
#: ../app/models/katello/kt_environment.rb:197
|
7325
7409
|
msgid "Library lifecycle environments may not be deleted."
|
7326
7410
|
msgstr ""
|
7327
7411
|
|
7328
|
-
#: ../app/models/katello/kt_environment.rb:
|
7412
|
+
#: ../app/models/katello/kt_environment.rb:202
|
7329
7413
|
msgid ""
|
7330
7414
|
"Lifecycle Environment %s has associated Hosts. Please unregister or move the a"
|
7331
7415
|
"ssociated Hosts before trying to delete this lifecycle environment."
|
7332
7416
|
msgstr ""
|
7333
7417
|
|
7334
|
-
#: ../app/models/katello/kt_environment.rb:
|
7418
|
+
#: ../app/models/katello/kt_environment.rb:208
|
7335
7419
|
msgid ""
|
7336
7420
|
"Lifecycle Environment %s has associated Activation Keys. Please change or remo"
|
7337
7421
|
"ve the associated Activation Keys before trying to delete this lifecycle envir"
|
7338
7422
|
"onment."
|
7339
7423
|
msgstr ""
|
7340
7424
|
|
7341
|
-
#: ../app/models/katello/kt_environment.rb:
|
7342
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
7425
|
+
#: ../app/models/katello/kt_environment.rb:272
|
7426
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:33
|
7343
7427
|
msgid "Lifecycle Environment"
|
7344
7428
|
msgstr ""
|
7345
7429
|
|
@@ -7392,7 +7476,7 @@ msgstr ""
|
|
7392
7476
|
msgid "No pulpcore content apps are running at %s."
|
7393
7477
|
msgstr ""
|
7394
7478
|
|
7395
|
-
#: ../app/models/katello/pool.rb:
|
7479
|
+
#: ../app/models/katello/pool.rb:65
|
7396
7480
|
msgid "A Pool and its Subscription cannot belong to different organizations."
|
7397
7481
|
msgstr ""
|
7398
7482
|
|
@@ -7435,29 +7519,29 @@ msgid ""
|
|
7435
7519
|
" something more specific."
|
7436
7520
|
msgstr ""
|
7437
7521
|
|
7438
|
-
#: ../app/models/katello/repository.rb:
|
7522
|
+
#: ../app/models/katello/repository.rb:254
|
7439
7523
|
msgid "Successfully synchronized."
|
7440
7524
|
msgstr ""
|
7441
7525
|
|
7442
|
-
#: ../app/models/katello/repository.rb:
|
7526
|
+
#: ../app/models/katello/repository.rb:600
|
7443
7527
|
msgid "Cannot clone into the Default Content View"
|
7444
7528
|
msgstr ""
|
7445
7529
|
|
7446
|
-
#: ../app/models/katello/repository.rb:
|
7530
|
+
#: ../app/models/katello/repository.rb:607
|
7447
7531
|
msgid "View %{view} has not been promoted to %{env}"
|
7448
7532
|
msgstr ""
|
7449
7533
|
|
7450
|
-
#: ../app/models/katello/repository.rb:
|
7534
|
+
#: ../app/models/katello/repository.rb:612
|
7451
7535
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
7452
7536
|
msgstr ""
|
7453
7537
|
|
7454
|
-
#: ../app/models/katello/repository.rb:
|
7538
|
+
#: ../app/models/katello/repository.rb:700
|
7455
7539
|
msgid ""
|
7456
7540
|
"This repository has pending tasks in associated content views. Please wait for"
|
7457
7541
|
" the tasks: "
|
7458
7542
|
msgstr ""
|
7459
7543
|
|
7460
|
-
#: ../app/models/katello/repository.rb:
|
7544
|
+
#: ../app/models/katello/repository.rb:817
|
7461
7545
|
msgid ""
|
7462
7546
|
"Repository cannot be deleted since it has already been included in a published"
|
7463
7547
|
" Content View. Please delete all Content View versions containing this reposit"
|
@@ -7465,7 +7549,7 @@ msgid ""
|
|
7465
7549
|
"flag to automatically remove the repository from all published versions."
|
7466
7550
|
msgstr ""
|
7467
7551
|
|
7468
|
-
#: ../app/models/katello/repository.rb:
|
7552
|
+
#: ../app/models/katello/repository.rb:874
|
7469
7553
|
msgid "This is not a linked repository"
|
7470
7554
|
msgstr ""
|
7471
7555
|
|
@@ -7638,11 +7722,11 @@ msgstr ""
|
|
7638
7722
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
7639
7723
|
msgstr ""
|
7640
7724
|
|
7641
|
-
#: ../app/models/katello/root_repository.rb:
|
7725
|
+
#: ../app/models/katello/root_repository.rb:428
|
7642
7726
|
msgid "Cannot calculate name for custom repos"
|
7643
7727
|
msgstr ""
|
7644
7728
|
|
7645
|
-
#: ../app/models/katello/root_repository.rb:
|
7729
|
+
#: ../app/models/katello/root_repository.rb:470
|
7646
7730
|
msgid "Cannot update properties of a container push repository"
|
7647
7731
|
msgstr ""
|
7648
7732
|
|
@@ -7666,7 +7750,7 @@ msgstr ""
|
|
7666
7750
|
msgid "Start Date and Time can't be blank"
|
7667
7751
|
msgstr ""
|
7668
7752
|
|
7669
|
-
#: ../app/models/katello/sync_plan.rb:142 ../lib/katello/plugin.rb:
|
7753
|
+
#: ../app/models/katello/sync_plan.rb:142 ../lib/katello/plugin.rb:58
|
7670
7754
|
msgid "Sync Plans"
|
7671
7755
|
msgstr ""
|
7672
7756
|
|
@@ -7726,7 +7810,7 @@ msgstr ""
|
|
7726
7810
|
msgid "No new packages installed"
|
7727
7811
|
msgstr ""
|
7728
7812
|
|
7729
|
-
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:
|
7813
|
+
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:52
|
7730
7814
|
msgid "Traces"
|
7731
7815
|
msgstr ""
|
7732
7816
|
|
@@ -7926,7 +8010,7 @@ msgstr ""
|
|
7926
8010
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
7927
8011
|
msgstr ""
|
7928
8012
|
|
7929
|
-
#: ../app/services/katello/pulp3/deb.rb:
|
8013
|
+
#: ../app/services/katello/pulp3/deb.rb:20
|
7930
8014
|
#: ../app/services/katello/pulp3/file_unit.rb:13
|
7931
8015
|
msgid "Artifact Id and relative path are needed to create content"
|
7932
8016
|
msgstr ""
|
@@ -7935,7 +8019,7 @@ msgstr ""
|
|
7935
8019
|
msgid "%s content type is not enabled."
|
7936
8020
|
msgstr ""
|
7937
8021
|
|
7938
|
-
#: ../app/services/katello/pulp3/repository.rb:
|
8022
|
+
#: ../app/services/katello/pulp3/repository.rb:559
|
7939
8023
|
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
7940
8024
|
msgstr ""
|
7941
8025
|
|
@@ -7960,18 +8044,19 @@ msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
|
|
7960
8044
|
msgstr ""
|
7961
8045
|
|
7962
8046
|
#: ../app/services/katello/registration_manager.rb:274
|
8047
|
+
#: ../app/services/katello/registration_manager.rb:285
|
7963
8048
|
msgid ""
|
7964
8049
|
"At least one activation key must have a lifecycle environment and content view"
|
7965
8050
|
" assigned to it"
|
7966
8051
|
msgstr ""
|
7967
8052
|
|
7968
|
-
#: ../app/services/katello/registration_manager.rb:
|
8053
|
+
#: ../app/services/katello/registration_manager.rb:292
|
7969
8054
|
msgid ""
|
7970
8055
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
|
7971
8056
|
"n candlepin"
|
7972
8057
|
msgstr ""
|
7973
8058
|
|
7974
|
-
#: ../app/services/katello/registration_manager.rb:
|
8059
|
+
#: ../app/services/katello/registration_manager.rb:294
|
7975
8060
|
msgid "Candlepin consumer %s has already been removed"
|
7976
8061
|
msgstr ""
|
7977
8062
|
|
@@ -8000,7 +8085,7 @@ msgstr ""
|
|
8000
8085
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:83
|
8001
8086
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:89
|
8002
8087
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:95
|
8003
|
-
#: ../lib/katello/plugin.rb:
|
8088
|
+
#: ../lib/katello/plugin.rb:13 ../webpack/containers/Application/config.js:27
|
8004
8089
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
|
8005
8090
|
#: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
|
8006
8091
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
|
@@ -8017,7 +8102,7 @@ msgstr ""
|
|
8017
8102
|
|
8018
8103
|
#: ../app/views/dashboard/_content_views_widget.html.erb:15
|
8019
8104
|
#: ../app/views/katello/errata_mailer/promote_errata.text.erb:8
|
8020
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
8105
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:49
|
8021
8106
|
#: ../db/seeds.d/110-content-view-autopublish.rb:4
|
8022
8107
|
#: ../db/seeds.d/110-content-view-autopublish.rb:16
|
8023
8108
|
msgid "Content View"
|
@@ -8029,13 +8114,13 @@ msgstr ""
|
|
8029
8114
|
|
8030
8115
|
#: ../app/views/dashboard/_content_views_widget.html.erb:17
|
8031
8116
|
#: ../app/views/dashboard/_sync_widget.html.erb:18
|
8032
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
8033
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
8117
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:127
|
8118
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:167
|
8034
8119
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:235
|
8035
8120
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:127
|
8036
8121
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:172
|
8037
8122
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:182
|
8038
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
8123
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:238
|
8039
8124
|
#: ../webpack/components/extensions/about/SystemStatuses.js:24
|
8040
8125
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:70
|
8041
8126
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:277
|
@@ -8180,7 +8265,7 @@ msgid "Name"
|
|
8180
8265
|
msgstr ""
|
8181
8266
|
|
8182
8267
|
#: ../app/views/dashboard/_host_collection_widget.html.erb:17
|
8183
|
-
#: ../lib/katello/plugin.rb:
|
8268
|
+
#: ../lib/katello/plugin.rb:187
|
8184
8269
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:22
|
8185
8270
|
msgid "Content Hosts"
|
8186
8271
|
msgstr ""
|
@@ -8213,7 +8298,7 @@ msgstr ""
|
|
8213
8298
|
#: ../app/views/katello/sync_management/_products.html.erb:7
|
8214
8299
|
#: ../app/views/katello/task_mailer/repo_sync_failure.html.erb:12
|
8215
8300
|
#: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
|
8216
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
8301
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:236
|
8217
8302
|
#: ../webpack/scenes/Content/ContentConfig.js:51
|
8218
8303
|
#: ../webpack/scenes/Content/ContentConfig.js:113
|
8219
8304
|
#: ../webpack/scenes/Content/ContentConfig.js:181
|
@@ -8239,12 +8324,12 @@ msgid "No errata matching given search query"
|
|
8239
8324
|
msgstr ""
|
8240
8325
|
|
8241
8326
|
#: ../app/views/foreman/smart_proxies/_content_sync.html.erb:2
|
8242
|
-
#: ../lib/katello/plugin.rb:
|
8327
|
+
#: ../lib/katello/plugin.rb:256
|
8243
8328
|
msgid "Content Sync"
|
8244
8329
|
msgstr ""
|
8245
8330
|
|
8246
8331
|
#: ../app/views/foreman/smart_proxies/_reclaim_space.html.erb:2
|
8247
|
-
#: ../lib/katello/plugin.rb:
|
8332
|
+
#: ../lib/katello/plugin.rb:260
|
8248
8333
|
msgid "Reclaim Space"
|
8249
8334
|
msgstr ""
|
8250
8335
|
|
@@ -8402,7 +8487,7 @@ msgstr ""
|
|
8402
8487
|
#: ../app/views/katello/errata_mailer/sync_errata.text.erb:8
|
8403
8488
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:21
|
8404
8489
|
#: ../app/views/katello/task_mailer/repo_sync_failure.html.erb:8
|
8405
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
8490
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:235
|
8406
8491
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:62
|
8407
8492
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:186
|
8408
8493
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:177
|
@@ -8536,7 +8621,7 @@ msgid "Custom Content Repositories"
|
|
8536
8621
|
msgstr ""
|
8537
8622
|
|
8538
8623
|
#: ../app/views/katello/sync_management/_products.html.erb:36
|
8539
|
-
#: ../lib/katello/plugin.rb:
|
8624
|
+
#: ../lib/katello/plugin.rb:22
|
8540
8625
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:48
|
8541
8626
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:66
|
8542
8627
|
msgid "Red Hat Repositories"
|
@@ -8550,6 +8635,7 @@ msgstr ""
|
|
8550
8635
|
#: ../app/views/katello/sync_management/_repo.html.erb:12
|
8551
8636
|
#: ../app/views/katello/sync_management/_repo.html.erb:15
|
8552
8637
|
#: ../webpack/components/Errata/index.js:171
|
8638
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:149
|
8553
8639
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:90
|
8554
8640
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:123
|
8555
8641
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:110
|
@@ -8572,7 +8658,7 @@ msgstr ""
|
|
8572
8658
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:185
|
8573
8659
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:152
|
8574
8660
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:93
|
8575
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:
|
8661
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:135
|
8576
8662
|
#: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:42
|
8577
8663
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:121
|
8578
8664
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:332
|
@@ -8590,7 +8676,7 @@ msgstr ""
|
|
8590
8676
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
|
8591
8677
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:242
|
8592
8678
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
|
8593
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
8679
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:265
|
8594
8680
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:147
|
8595
8681
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:30
|
8596
8682
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UnsavedChangesDialog.js:15
|
@@ -8632,7 +8718,7 @@ msgstr ""
|
|
8632
8718
|
#: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
|
8633
8719
|
#: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
|
8634
8720
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
|
8635
|
-
#: ../lib/katello/plugin.rb:
|
8721
|
+
#: ../lib/katello/plugin.rb:282 ../webpack/ForemanColumnExtensions/index.js:93
|
8636
8722
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:137
|
8637
8723
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:74
|
8638
8724
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:19
|
@@ -8800,7 +8886,7 @@ msgstr ""
|
|
8800
8886
|
|
8801
8887
|
#: ../app/views/overrides/smart_proxies/_environment_tab.html.erb:3
|
8802
8888
|
#: ../app/views/overrides/smart_proxies/_environment_tab_pane.html.erb:3
|
8803
|
-
#: ../lib/katello/plugin.rb:
|
8889
|
+
#: ../lib/katello/plugin.rb:77
|
8804
8890
|
msgid "Lifecycle Environments"
|
8805
8891
|
msgstr ""
|
8806
8892
|
|
@@ -8816,8 +8902,8 @@ msgstr ""
|
|
8816
8902
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:114
|
8817
8903
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:61
|
8818
8904
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:84
|
8819
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
8820
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
8905
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:68
|
8906
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:91
|
8821
8907
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:107
|
8822
8908
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:120
|
8823
8909
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:200
|
@@ -8981,9 +9067,8 @@ msgstr ""
|
|
8981
9067
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:3
|
8982
9068
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:72
|
8983
9069
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:117
|
8984
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
8985
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
8986
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:125
|
9070
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:79
|
9071
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:124
|
8987
9072
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
|
8988
9073
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
|
8989
9074
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
|
@@ -9092,31 +9177,31 @@ msgstr ""
|
|
9092
9177
|
msgid "Failed to delete latest content view version of Content View '%{subject}'."
|
9093
9178
|
msgstr ""
|
9094
9179
|
|
9095
|
-
#: ../lib/katello/plugin.rb:
|
9180
|
+
#: ../lib/katello/plugin.rb:31
|
9096
9181
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:117
|
9097
9182
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:259
|
9098
9183
|
msgid "Products"
|
9099
9184
|
msgstr ""
|
9100
9185
|
|
9101
|
-
#: ../lib/katello/plugin.rb:
|
9186
|
+
#: ../lib/katello/plugin.rb:52 ../webpack/containers/Application/config.js:81
|
9102
9187
|
#: ../webpack/containers/Application/config.js:85
|
9103
9188
|
#: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
|
9104
9189
|
msgid "Alternate Content Sources"
|
9105
9190
|
msgstr ""
|
9106
9191
|
|
9107
|
-
#: ../lib/katello/plugin.rb:
|
9192
|
+
#: ../lib/katello/plugin.rb:73
|
9108
9193
|
msgid "Lifecycle"
|
9109
9194
|
msgstr ""
|
9110
9195
|
|
9111
|
-
#: ../lib/katello/plugin.rb:
|
9196
|
+
#: ../lib/katello/plugin.rb:102
|
9112
9197
|
msgid "Content Types"
|
9113
9198
|
msgstr ""
|
9114
9199
|
|
9115
|
-
#: ../lib/katello/plugin.rb:
|
9200
|
+
#: ../lib/katello/plugin.rb:116
|
9116
9201
|
msgid "Container Image Tags"
|
9117
9202
|
msgstr ""
|
9118
9203
|
|
9119
|
-
#: ../lib/katello/plugin.rb:
|
9204
|
+
#: ../lib/katello/plugin.rb:126
|
9120
9205
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:195
|
9121
9206
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:181
|
9122
9207
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:58
|
@@ -9124,633 +9209,655 @@ msgstr ""
|
|
9124
9209
|
msgid "Files"
|
9125
9210
|
msgstr ""
|
9126
9211
|
|
9127
|
-
#: ../lib/katello/plugin.rb:
|
9212
|
+
#: ../lib/katello/plugin.rb:166 ../webpack/scenes/Content/ContentConfig.js:141
|
9128
9213
|
msgid "Ansible Collections"
|
9129
9214
|
msgstr ""
|
9130
9215
|
|
9131
|
-
#: ../lib/katello/plugin.rb:
|
9216
|
+
#: ../lib/katello/plugin.rb:176
|
9132
9217
|
msgid "Other Content Types"
|
9133
9218
|
msgstr ""
|
9134
9219
|
|
9135
|
-
#: ../lib/katello/plugin.rb:
|
9220
|
+
#: ../lib/katello/plugin.rb:270 ../webpack/ForemanColumnExtensions/index.js:19
|
9136
9221
|
msgid "RHEL Lifecycle status"
|
9137
9222
|
msgstr ""
|
9138
9223
|
|
9139
|
-
#: ../lib/katello/plugin.rb:
|
9224
|
+
#: ../lib/katello/plugin.rb:273 ../webpack/ForemanColumnExtensions/index.js:29
|
9140
9225
|
msgid "Installable updates"
|
9141
9226
|
msgstr ""
|
9142
9227
|
|
9143
|
-
#: ../lib/katello/plugin.rb:
|
9228
|
+
#: ../lib/katello/plugin.rb:279 ../webpack/ForemanColumnExtensions/index.js:82
|
9144
9229
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:213
|
9145
9230
|
msgid "Lifecycle environment"
|
9146
9231
|
msgstr ""
|
9147
9232
|
|
9148
|
-
#: ../lib/katello/plugin.rb:
|
9233
|
+
#: ../lib/katello/plugin.rb:284
|
9149
9234
|
msgid "Registered"
|
9150
9235
|
msgstr ""
|
9151
9236
|
|
9152
|
-
#: ../lib/katello/plugin.rb:
|
9237
|
+
#: ../lib/katello/plugin.rb:286
|
9153
9238
|
msgid "Last checkin"
|
9154
9239
|
msgstr ""
|
9155
9240
|
|
9156
|
-
#: ../lib/katello/plugin.rb:
|
9157
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
9241
|
+
#: ../lib/katello/plugin.rb:310
|
9242
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
|
9158
9243
|
msgid "Storage"
|
9159
9244
|
msgstr ""
|
9160
9245
|
|
9161
|
-
#: ../lib/katello/plugin.rb:
|
9246
|
+
#: ../lib/katello/plugin.rb:342
|
9162
9247
|
msgid "HTTP Proxies"
|
9163
9248
|
msgstr ""
|
9164
9249
|
|
9165
|
-
#: ../lib/katello/plugin.rb:
|
9250
|
+
#: ../lib/katello/plugin.rb:364
|
9166
9251
|
msgid "Allow multiple content views"
|
9167
9252
|
msgstr ""
|
9168
9253
|
|
9169
|
-
#: ../lib/katello/plugin.rb:
|
9254
|
+
#: ../lib/katello/plugin.rb:365
|
9170
9255
|
msgid ""
|
9171
9256
|
"Allow a host to be assigned to multiple content view environments with 'subscr"
|
9172
9257
|
"iption-manager register --environments' or 'subscription-manager environments "
|
9173
9258
|
"--set'."
|
9174
9259
|
msgstr ""
|
9175
9260
|
|
9176
|
-
#: ../lib/katello/plugin.rb:
|
9261
|
+
#: ../lib/katello/plugin.rb:370
|
9177
9262
|
msgid "Default HTTP Proxy"
|
9178
9263
|
msgstr ""
|
9179
9264
|
|
9180
|
-
#: ../lib/katello/plugin.rb:
|
9265
|
+
#: ../lib/katello/plugin.rb:371
|
9181
9266
|
msgid "Default HTTP proxy for syncing content"
|
9182
9267
|
msgstr ""
|
9183
9268
|
|
9184
|
-
#: ../lib/katello/plugin.rb:
|
9269
|
+
#: ../lib/katello/plugin.rb:373
|
9185
9270
|
msgid "no global default"
|
9186
9271
|
msgstr ""
|
9187
9272
|
|
9188
|
-
#: ../lib/katello/plugin.rb:
|
9273
|
+
#: ../lib/katello/plugin.rb:378
|
9189
9274
|
msgid "Default synced OS provisioning template"
|
9190
9275
|
msgstr ""
|
9191
9276
|
|
9192
|
-
#: ../lib/katello/plugin.rb:
|
9277
|
+
#: ../lib/katello/plugin.rb:379
|
9193
9278
|
msgid ""
|
9194
9279
|
"Default provisioning template for Operating Systems created from synced conten"
|
9195
9280
|
"t"
|
9196
9281
|
msgstr ""
|
9197
9282
|
|
9198
|
-
#: ../lib/katello/plugin.rb:
|
9283
|
+
#: ../lib/katello/plugin.rb:385
|
9199
9284
|
msgid "Default synced OS finish template"
|
9200
9285
|
msgstr ""
|
9201
9286
|
|
9202
|
-
#: ../lib/katello/plugin.rb:
|
9287
|
+
#: ../lib/katello/plugin.rb:386
|
9203
9288
|
msgid "Default finish template for new Operating Systems created from synced content"
|
9204
9289
|
msgstr ""
|
9205
9290
|
|
9206
|
-
#: ../lib/katello/plugin.rb:
|
9291
|
+
#: ../lib/katello/plugin.rb:392
|
9207
9292
|
msgid "Default synced OS user-data"
|
9208
9293
|
msgstr ""
|
9209
9294
|
|
9210
|
-
#: ../lib/katello/plugin.rb:
|
9295
|
+
#: ../lib/katello/plugin.rb:393
|
9211
9296
|
msgid "Default user data for new Operating Systems created from synced content"
|
9212
9297
|
msgstr ""
|
9213
9298
|
|
9214
|
-
#: ../lib/katello/plugin.rb:
|
9299
|
+
#: ../lib/katello/plugin.rb:399
|
9215
9300
|
msgid "Default synced OS PXELinux template"
|
9216
9301
|
msgstr ""
|
9217
9302
|
|
9218
|
-
#: ../lib/katello/plugin.rb:
|
9303
|
+
#: ../lib/katello/plugin.rb:400
|
9219
9304
|
msgid ""
|
9220
9305
|
"Default PXELinux template for new Operating Systems created from synced conten"
|
9221
9306
|
"t"
|
9222
9307
|
msgstr ""
|
9223
9308
|
|
9224
|
-
#: ../lib/katello/plugin.rb:
|
9309
|
+
#: ../lib/katello/plugin.rb:406
|
9225
9310
|
msgid "Default synced OS PXEGrub template"
|
9226
9311
|
msgstr ""
|
9227
9312
|
|
9228
|
-
#: ../lib/katello/plugin.rb:
|
9313
|
+
#: ../lib/katello/plugin.rb:407
|
9229
9314
|
msgid "Default PXEGrub template for new Operating Systems created from synced content"
|
9230
9315
|
msgstr ""
|
9231
9316
|
|
9232
|
-
#: ../lib/katello/plugin.rb:
|
9317
|
+
#: ../lib/katello/plugin.rb:413
|
9233
9318
|
msgid "Default synced OS PXEGrub2 template"
|
9234
9319
|
msgstr ""
|
9235
9320
|
|
9236
|
-
#: ../lib/katello/plugin.rb:
|
9321
|
+
#: ../lib/katello/plugin.rb:414
|
9237
9322
|
msgid ""
|
9238
9323
|
"Default PXEGrub2 template for new Operating Systems created from synced conten"
|
9239
9324
|
"t"
|
9240
9325
|
msgstr ""
|
9241
9326
|
|
9242
|
-
#: ../lib/katello/plugin.rb:
|
9327
|
+
#: ../lib/katello/plugin.rb:420
|
9243
9328
|
msgid "Default synced OS iPXE template"
|
9244
9329
|
msgstr ""
|
9245
9330
|
|
9246
|
-
#: ../lib/katello/plugin.rb:
|
9331
|
+
#: ../lib/katello/plugin.rb:421
|
9247
9332
|
msgid "Default iPXE template for new Operating Systems created from synced content"
|
9248
9333
|
msgstr ""
|
9249
9334
|
|
9250
|
-
#: ../lib/katello/plugin.rb:
|
9335
|
+
#: ../lib/katello/plugin.rb:427
|
9251
9336
|
msgid "Default synced OS partition table"
|
9252
9337
|
msgstr ""
|
9253
9338
|
|
9254
|
-
#: ../lib/katello/plugin.rb:
|
9339
|
+
#: ../lib/katello/plugin.rb:428
|
9255
9340
|
msgid ""
|
9256
9341
|
"Default partitioning table for new Operating Systems created from synced conte"
|
9257
9342
|
"nt"
|
9258
9343
|
msgstr ""
|
9259
9344
|
|
9260
|
-
#: ../lib/katello/plugin.rb:
|
9345
|
+
#: ../lib/katello/plugin.rb:434
|
9261
9346
|
msgid "Default synced OS kexec template"
|
9262
9347
|
msgstr ""
|
9263
9348
|
|
9264
|
-
#: ../lib/katello/plugin.rb:
|
9349
|
+
#: ../lib/katello/plugin.rb:435
|
9265
9350
|
msgid "Default kexec template for new Operating Systems created from synced content"
|
9266
9351
|
msgstr ""
|
9267
9352
|
|
9268
|
-
#: ../lib/katello/plugin.rb:
|
9353
|
+
#: ../lib/katello/plugin.rb:441
|
9269
9354
|
msgid "Default synced OS Atomic template"
|
9270
9355
|
msgstr ""
|
9271
9356
|
|
9272
|
-
#: ../lib/katello/plugin.rb:
|
9357
|
+
#: ../lib/katello/plugin.rb:442
|
9273
9358
|
msgid ""
|
9274
9359
|
"Default provisioning template for new Atomic Operating Systems created from sy"
|
9275
9360
|
"nced content"
|
9276
9361
|
msgstr ""
|
9277
9362
|
|
9278
|
-
#: ../lib/katello/plugin.rb:
|
9363
|
+
#: ../lib/katello/plugin.rb:448
|
9279
9364
|
msgid "Timeout when refreshing a manifest (in seconds)"
|
9280
9365
|
msgstr ""
|
9281
9366
|
|
9282
|
-
#: ../lib/katello/plugin.rb:
|
9367
|
+
#: ../lib/katello/plugin.rb:449
|
9283
9368
|
msgid "Manifest refresh timeout"
|
9284
9369
|
msgstr ""
|
9285
9370
|
|
9286
|
-
#: ../lib/katello/plugin.rb:
|
9371
|
+
#: ../lib/katello/plugin.rb:454
|
9287
9372
|
msgid "Subscription connection enabled"
|
9288
9373
|
msgstr ""
|
9289
9374
|
|
9290
|
-
#: ../lib/katello/plugin.rb:
|
9375
|
+
#: ../lib/katello/plugin.rb:455
|
9291
9376
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
9292
9377
|
msgstr ""
|
9293
9378
|
|
9294
|
-
#: ../lib/katello/plugin.rb:
|
9379
|
+
#: ../lib/katello/plugin.rb:460
|
9295
9380
|
msgid "Generate errata status from directly-installable content"
|
9296
9381
|
msgstr ""
|
9297
9382
|
|
9298
|
-
#: ../lib/katello/plugin.rb:
|
9383
|
+
#: ../lib/katello/plugin.rb:461
|
9299
9384
|
msgid ""
|
9300
9385
|
"If true, only errata that can be installed without an incremental update will "
|
9301
9386
|
"affect the host's errata status. Also affects the Host Collections dashboard w"
|
9302
9387
|
"idget."
|
9303
9388
|
msgstr ""
|
9304
9389
|
|
9305
|
-
#: ../lib/katello/plugin.rb:
|
9390
|
+
#: ../lib/katello/plugin.rb:466
|
9306
9391
|
msgid "Restrict composite content view promotion"
|
9307
9392
|
msgstr ""
|
9308
9393
|
|
9309
|
-
#: ../lib/katello/plugin.rb:
|
9394
|
+
#: ../lib/katello/plugin.rb:467
|
9310
9395
|
msgid ""
|
9311
9396
|
"If this is enabled, a composite content view may not be published or promoted "
|
9312
9397
|
"unless the component content view versions that it includes exist in the targe"
|
9313
9398
|
"t environment."
|
9314
9399
|
msgstr ""
|
9315
9400
|
|
9316
|
-
#: ../lib/katello/plugin.rb:
|
9401
|
+
#: ../lib/katello/plugin.rb:472
|
9317
9402
|
msgid "Check services before actions"
|
9318
9403
|
msgstr ""
|
9319
9404
|
|
9320
|
-
#: ../lib/katello/plugin.rb:
|
9405
|
+
#: ../lib/katello/plugin.rb:473
|
9321
9406
|
msgid ""
|
9322
9407
|
"Whether or not to check the status of backend services such as pulp and candle"
|
9323
9408
|
"pin prior to performing some actions."
|
9324
9409
|
msgstr ""
|
9325
9410
|
|
9326
|
-
#: ../lib/katello/plugin.rb:
|
9411
|
+
#: ../lib/katello/plugin.rb:478
|
9327
9412
|
msgid "Batch size to sync repositories in."
|
9328
9413
|
msgstr ""
|
9329
9414
|
|
9330
|
-
#: ../lib/katello/plugin.rb:
|
9415
|
+
#: ../lib/katello/plugin.rb:479
|
9331
9416
|
msgid ""
|
9332
9417
|
"How many repositories should be synced concurrently on the capsule. A smaller "
|
9333
9418
|
"number may lead to longer sync times. A larger number will increase dynflow lo"
|
9334
9419
|
"ad."
|
9335
9420
|
msgstr ""
|
9336
9421
|
|
9337
|
-
#: ../lib/katello/plugin.rb:
|
9422
|
+
#: ../lib/katello/plugin.rb:484
|
9338
9423
|
msgid "Sync Smart Proxies after content view promotion"
|
9339
9424
|
msgstr ""
|
9340
9425
|
|
9341
|
-
#: ../lib/katello/plugin.rb:
|
9426
|
+
#: ../lib/katello/plugin.rb:485
|
9342
9427
|
msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
|
9343
9428
|
msgstr ""
|
9344
9429
|
|
9345
|
-
#: ../lib/katello/plugin.rb:
|
9430
|
+
#: ../lib/katello/plugin.rb:490
|
9346
9431
|
msgid "Download rate limit"
|
9347
9432
|
msgstr ""
|
9348
9433
|
|
9349
|
-
#: ../lib/katello/plugin.rb:
|
9434
|
+
#: ../lib/katello/plugin.rb:491
|
9350
9435
|
msgid ""
|
9351
9436
|
"Maximum download rate when syncing a repository (requests per second). Use 0 f"
|
9352
9437
|
"or no limit."
|
9353
9438
|
msgstr ""
|
9354
9439
|
|
9355
|
-
#: ../lib/katello/plugin.rb:
|
9440
|
+
#: ../lib/katello/plugin.rb:496
|
9356
9441
|
msgid "Default Custom Repository download policy"
|
9357
9442
|
msgstr ""
|
9358
9443
|
|
9359
|
-
#: ../lib/katello/plugin.rb:
|
9444
|
+
#: ../lib/katello/plugin.rb:497
|
9360
9445
|
msgid ""
|
9361
9446
|
"Default download policy for custom repositories (either 'immediate' or 'on_dem"
|
9362
9447
|
"and')"
|
9363
9448
|
msgstr ""
|
9364
9449
|
|
9365
|
-
#: ../lib/katello/plugin.rb:
|
9450
|
+
#: ../lib/katello/plugin.rb:503
|
9366
9451
|
msgid "Default Red Hat Repository download policy"
|
9367
9452
|
msgstr ""
|
9368
9453
|
|
9369
|
-
#: ../lib/katello/plugin.rb:
|
9454
|
+
#: ../lib/katello/plugin.rb:504
|
9370
9455
|
msgid ""
|
9371
9456
|
"Default download policy for enabled Red Hat repositories (either 'immediate' o"
|
9372
9457
|
"r 'on_demand')"
|
9373
9458
|
msgstr ""
|
9374
9459
|
|
9375
|
-
#: ../lib/katello/plugin.rb:
|
9460
|
+
#: ../lib/katello/plugin.rb:510
|
9376
9461
|
msgid "Default Smart Proxy download policy"
|
9377
9462
|
msgstr ""
|
9378
9463
|
|
9379
|
-
#: ../lib/katello/plugin.rb:
|
9464
|
+
#: ../lib/katello/plugin.rb:511
|
9380
9465
|
msgid ""
|
9381
9466
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
|
9382
9467
|
"r 'on_demand')"
|
9383
9468
|
msgstr ""
|
9384
9469
|
|
9385
|
-
#: ../lib/katello/plugin.rb:
|
9470
|
+
#: ../lib/katello/plugin.rb:517
|
9386
9471
|
msgid "Validate host/lifecycle environment/content source coherence"
|
9387
9472
|
msgstr ""
|
9388
9473
|
|
9389
|
-
#: ../lib/katello/plugin.rb:
|
9474
|
+
#: ../lib/katello/plugin.rb:518
|
9390
9475
|
msgid ""
|
9391
9476
|
"Validate that a host's assigned lifecycle environment is synced by the smart p"
|
9392
9477
|
"roxy from which the host will get its content. Applies only to API requests; d"
|
9393
9478
|
"oes not affect web UI checks"
|
9394
9479
|
msgstr ""
|
9395
9480
|
|
9396
|
-
#: ../lib/katello/plugin.rb:
|
9481
|
+
#: ../lib/katello/plugin.rb:523
|
9397
9482
|
msgid "Pulp 3 export destination filepath"
|
9398
9483
|
msgstr ""
|
9399
9484
|
|
9400
|
-
#: ../lib/katello/plugin.rb:
|
9485
|
+
#: ../lib/katello/plugin.rb:524
|
9401
9486
|
msgid "On-disk location for pulp 3 exported repositories"
|
9402
9487
|
msgstr ""
|
9403
9488
|
|
9404
|
-
#: ../lib/katello/plugin.rb:
|
9489
|
+
#: ../lib/katello/plugin.rb:529
|
9405
9490
|
msgid "Default export format"
|
9406
9491
|
msgstr ""
|
9407
9492
|
|
9408
|
-
#: ../lib/katello/plugin.rb:
|
9493
|
+
#: ../lib/katello/plugin.rb:530
|
9409
9494
|
msgid "Default export format for content-exports(either 'syncable' or 'importable')"
|
9410
9495
|
msgstr ""
|
9411
9496
|
|
9412
|
-
#: ../lib/katello/plugin.rb:
|
9497
|
+
#: ../lib/katello/plugin.rb:536
|
9413
9498
|
msgid "Sync Total Timeout"
|
9414
9499
|
msgstr ""
|
9415
9500
|
|
9416
|
-
#: ../lib/katello/plugin.rb:
|
9501
|
+
#: ../lib/katello/plugin.rb:537
|
9417
9502
|
msgid ""
|
9418
9503
|
"The maximum number of second that Pulp can take to do a single sync operation,"
|
9419
9504
|
" e.g., download a single metadata file."
|
9420
9505
|
msgstr ""
|
9421
9506
|
|
9422
|
-
#: ../lib/katello/plugin.rb:
|
9507
|
+
#: ../lib/katello/plugin.rb:542
|
9423
9508
|
msgid "Sync Connect Timeout"
|
9424
9509
|
msgstr ""
|
9425
9510
|
|
9426
|
-
#: ../lib/katello/plugin.rb:
|
9511
|
+
#: ../lib/katello/plugin.rb:543
|
9427
9512
|
msgid ""
|
9428
9513
|
"The maximum number of seconds for Pulp to establish a new connection or for wa"
|
9429
9514
|
"iting for a free connection from a pool if pool connection limits are exceeded"
|
9430
9515
|
"."
|
9431
9516
|
msgstr ""
|
9432
9517
|
|
9433
|
-
#: ../lib/katello/plugin.rb:
|
9518
|
+
#: ../lib/katello/plugin.rb:548
|
9434
9519
|
msgid "Sync Sock Connect Timeout"
|
9435
9520
|
msgstr ""
|
9436
9521
|
|
9437
|
-
#: ../lib/katello/plugin.rb:
|
9522
|
+
#: ../lib/katello/plugin.rb:549
|
9438
9523
|
msgid ""
|
9439
9524
|
"The maximum number of seconds for Pulp to connect to a peer for a new connecti"
|
9440
9525
|
"on not given from a pool."
|
9441
9526
|
msgstr ""
|
9442
9527
|
|
9443
|
-
#: ../lib/katello/plugin.rb:
|
9528
|
+
#: ../lib/katello/plugin.rb:554
|
9444
9529
|
msgid "Sync Sock Read Timeout"
|
9445
9530
|
msgstr ""
|
9446
9531
|
|
9447
|
-
#: ../lib/katello/plugin.rb:
|
9532
|
+
#: ../lib/katello/plugin.rb:555
|
9448
9533
|
msgid ""
|
9449
9534
|
"The maximum number of seconds that Pulp can take to download a file, not count"
|
9450
9535
|
"ing connection time."
|
9451
9536
|
msgstr ""
|
9452
9537
|
|
9453
|
-
#: ../lib/katello/plugin.rb:
|
9538
|
+
#: ../lib/katello/plugin.rb:560
|
9454
9539
|
msgid "Delete Host upon unregister"
|
9455
9540
|
msgstr ""
|
9456
9541
|
|
9457
|
-
#: ../lib/katello/plugin.rb:
|
9542
|
+
#: ../lib/katello/plugin.rb:561
|
9458
9543
|
msgid ""
|
9459
9544
|
"When unregistering a host via subscription-manager, also delete the host recor"
|
9460
9545
|
"d. Managed resources linked to host such as virtual machines and DNS records m"
|
9461
9546
|
"ay also be deleted."
|
9462
9547
|
msgstr ""
|
9463
9548
|
|
9464
|
-
#: ../lib/katello/plugin.rb:
|
9549
|
+
#: ../lib/katello/plugin.rb:566
|
9465
9550
|
msgid "Subscription manager name registration fact"
|
9466
9551
|
msgstr ""
|
9467
9552
|
|
9468
|
-
#: ../lib/katello/plugin.rb:
|
9553
|
+
#: ../lib/katello/plugin.rb:567
|
9469
9554
|
msgid ""
|
9470
9555
|
"When registering a host via subscription-manager, force use the specified fact"
|
9471
9556
|
" (in the form of 'fact.fact')"
|
9472
9557
|
msgstr ""
|
9473
9558
|
|
9474
|
-
#: ../lib/katello/plugin.rb:
|
9559
|
+
#: ../lib/katello/plugin.rb:572
|
9475
9560
|
msgid "Subscription manager name registration fact strict matching"
|
9476
9561
|
msgstr ""
|
9477
9562
|
|
9478
|
-
#: ../lib/katello/plugin.rb:
|
9563
|
+
#: ../lib/katello/plugin.rb:573
|
9479
9564
|
msgid ""
|
9480
9565
|
"If this is enabled, and register_hostname_fact is set and provided, registrati"
|
9481
9566
|
"on will look for a new host by name only using that fact, and will skip all ho"
|
9482
9567
|
"stname matching"
|
9483
9568
|
msgstr ""
|
9484
9569
|
|
9485
|
-
#: ../lib/katello/plugin.rb:
|
9570
|
+
#: ../lib/katello/plugin.rb:578
|
9486
9571
|
msgid "Default location for subscribed hosts"
|
9487
9572
|
msgstr ""
|
9488
9573
|
|
9489
|
-
#: ../lib/katello/plugin.rb:
|
9574
|
+
#: ../lib/katello/plugin.rb:579
|
9490
9575
|
msgid "Default Location where new subscribed hosts will put upon registration"
|
9491
9576
|
msgstr ""
|
9492
9577
|
|
9493
|
-
#: ../lib/katello/plugin.rb:
|
9578
|
+
#: ../lib/katello/plugin.rb:585
|
9494
9579
|
msgid "Expire soon days"
|
9495
9580
|
msgstr ""
|
9496
9581
|
|
9497
|
-
#: ../lib/katello/plugin.rb:
|
9582
|
+
#: ../lib/katello/plugin.rb:586
|
9498
9583
|
msgid ""
|
9499
9584
|
"The number of days remaining in a subscription before you will be reminded abo"
|
9500
9585
|
"ut renewing it. Also used for manifest expiration warnings."
|
9501
9586
|
msgstr ""
|
9502
9587
|
|
9503
|
-
#: ../lib/katello/plugin.rb:
|
9588
|
+
#: ../lib/katello/plugin.rb:591
|
9504
9589
|
msgid "Host Duplicate DMI UUIDs"
|
9505
9590
|
msgstr ""
|
9506
9591
|
|
9507
|
-
#: ../lib/katello/plugin.rb:
|
9592
|
+
#: ../lib/katello/plugin.rb:592
|
9508
9593
|
msgid ""
|
9509
9594
|
"If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
|
9510
9595
|
"rated values here. Subsequent registrations will generate a unique DMI UUID fo"
|
9511
9596
|
"r the affected hosts."
|
9512
9597
|
msgstr ""
|
9513
9598
|
|
9514
|
-
#: ../lib/katello/plugin.rb:
|
9599
|
+
#: ../lib/katello/plugin.rb:597
|
9515
9600
|
msgid "Host Profile Assume"
|
9516
9601
|
msgstr ""
|
9517
9602
|
|
9518
|
-
#: ../lib/katello/plugin.rb:
|
9603
|
+
#: ../lib/katello/plugin.rb:598
|
9519
9604
|
msgid ""
|
9520
9605
|
"Allow new host registrations to assume registered profiles with matching hostn"
|
9521
9606
|
"ame as long as the registering DMI UUID is not used by another host."
|
9522
9607
|
msgstr ""
|
9523
9608
|
|
9524
|
-
#: ../lib/katello/plugin.rb:
|
9609
|
+
#: ../lib/katello/plugin.rb:603
|
9525
9610
|
msgid "Host Profile Can Change In Build"
|
9526
9611
|
msgstr ""
|
9527
9612
|
|
9528
|
-
#: ../lib/katello/plugin.rb:
|
9613
|
+
#: ../lib/katello/plugin.rb:604
|
9529
9614
|
msgid ""
|
9530
9615
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
|
9531
9616
|
"s in build mode."
|
9532
9617
|
msgstr ""
|
9533
9618
|
|
9534
|
-
#: ../lib/katello/plugin.rb:
|
9619
|
+
#: ../lib/katello/plugin.rb:609
|
9535
9620
|
msgid "Host Can Re-Register Only In Build"
|
9536
9621
|
msgstr ""
|
9537
9622
|
|
9538
|
-
#: ../lib/katello/plugin.rb:
|
9623
|
+
#: ../lib/katello/plugin.rb:610
|
9539
9624
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
9540
9625
|
msgstr ""
|
9541
9626
|
|
9542
|
-
#: ../lib/katello/plugin.rb:
|
9627
|
+
#: ../lib/katello/plugin.rb:615
|
9543
9628
|
msgid "Host Tasks Workers Pool Size"
|
9544
9629
|
msgstr ""
|
9545
9630
|
|
9546
|
-
#: ../lib/katello/plugin.rb:
|
9631
|
+
#: ../lib/katello/plugin.rb:616
|
9547
9632
|
msgid ""
|
9548
9633
|
"Amount of workers in the pool to handle the execution of host-related tasks. W"
|
9549
9634
|
"hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
|
9550
9635
|
"foreman-tasks service is required."
|
9551
9636
|
msgstr ""
|
9552
9637
|
|
9553
|
-
#: ../lib/katello/plugin.rb:
|
9638
|
+
#: ../lib/katello/plugin.rb:621
|
9554
9639
|
msgid "Applicability Batch Size"
|
9555
9640
|
msgstr ""
|
9556
9641
|
|
9557
|
-
#: ../lib/katello/plugin.rb:
|
9642
|
+
#: ../lib/katello/plugin.rb:622
|
9558
9643
|
msgid "Number of host applicability calculations to process per task."
|
9559
9644
|
msgstr ""
|
9560
9645
|
|
9561
|
-
#: ../lib/katello/plugin.rb:
|
9646
|
+
#: ../lib/katello/plugin.rb:627
|
9562
9647
|
msgid "Pulp bulk load size"
|
9563
9648
|
msgstr ""
|
9564
9649
|
|
9565
|
-
#: ../lib/katello/plugin.rb:
|
9650
|
+
#: ../lib/katello/plugin.rb:628
|
9566
9651
|
msgid "The number of items fetched from a single paged Pulp API call."
|
9567
9652
|
msgstr ""
|
9568
9653
|
|
9569
|
-
#: ../lib/katello/plugin.rb:
|
9654
|
+
#: ../lib/katello/plugin.rb:633
|
9570
9655
|
msgid "Orphaned Content Protection Time"
|
9571
9656
|
msgstr ""
|
9572
9657
|
|
9573
|
-
#: ../lib/katello/plugin.rb:
|
9658
|
+
#: ../lib/katello/plugin.rb:634
|
9574
9659
|
msgid ""
|
9575
9660
|
"Time in minutes before content that is not contained within a repository and h"
|
9576
9661
|
"as not been accessed is considered orphaned."
|
9577
9662
|
msgstr ""
|
9578
9663
|
|
9579
|
-
#: ../lib/katello/plugin.rb:
|
9664
|
+
#: ../lib/katello/plugin.rb:639
|
9580
9665
|
msgid "Completed pulp task protection days"
|
9581
9666
|
msgstr ""
|
9582
9667
|
|
9583
|
-
#: ../lib/katello/plugin.rb:
|
9668
|
+
#: ../lib/katello/plugin.rb:640
|
9584
9669
|
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
9585
9670
|
msgstr ""
|
9586
9671
|
|
9587
|
-
#: ../lib/katello/plugin.rb:
|
9672
|
+
#: ../lib/katello/plugin.rb:645
|
9588
9673
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
9589
9674
|
msgstr ""
|
9590
9675
|
|
9591
|
-
#: ../lib/katello/plugin.rb:
|
9676
|
+
#: ../lib/katello/plugin.rb:646
|
9592
9677
|
msgid ""
|
9593
9678
|
"Prefer using a Smart Proxy to which a host is registered when using remote exe"
|
9594
9679
|
"cution"
|
9595
9680
|
msgstr ""
|
9596
9681
|
|
9597
|
-
#: ../lib/katello/plugin.rb:
|
9682
|
+
#: ../lib/katello/plugin.rb:651
|
9598
9683
|
msgid "Allow deleting repositories in published content views"
|
9599
9684
|
msgstr ""
|
9600
9685
|
|
9601
|
-
#: ../lib/katello/plugin.rb:
|
9686
|
+
#: ../lib/katello/plugin.rb:652
|
9602
9687
|
msgid ""
|
9603
9688
|
"If this is enabled, repositories can be deleted even when they belong to publi"
|
9604
9689
|
"shed content views. The deleted repository will be removed from all content vi"
|
9605
9690
|
"ew versions."
|
9606
9691
|
msgstr ""
|
9607
9692
|
|
9608
|
-
#: ../lib/katello/plugin.rb:
|
9693
|
+
#: ../lib/katello/plugin.rb:657
|
9609
9694
|
msgid "Distribute archived content view versions"
|
9610
9695
|
msgstr ""
|
9611
9696
|
|
9612
|
-
#: ../lib/katello/plugin.rb:
|
9697
|
+
#: ../lib/katello/plugin.rb:658
|
9613
9698
|
msgid ""
|
9614
9699
|
"If this is enabled, repositories of content view versions without environments"
|
9615
9700
|
" (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
|
9616
9701
|
"ws/<content view>/X.Y/...'."
|
9617
9702
|
msgstr ""
|
9618
9703
|
|
9619
|
-
#: ../lib/katello/plugin.rb:
|
9704
|
+
#: ../lib/katello/plugin.rb:663
|
9620
9705
|
msgid "Calculate content counts on smart proxies automatically"
|
9621
9706
|
msgstr ""
|
9622
9707
|
|
9623
|
-
#: ../lib/katello/plugin.rb:
|
9708
|
+
#: ../lib/katello/plugin.rb:664
|
9624
9709
|
msgid ""
|
9625
9710
|
"If this is enabled, content counts on smart proxies will be updated automatica"
|
9626
9711
|
"lly after content sync."
|
9627
9712
|
msgstr ""
|
9628
9713
|
|
9714
|
+
#: ../lib/katello/plugin.rb:669
|
9715
|
+
msgid "Hide Reclaim Space Warning"
|
9716
|
+
msgstr ""
|
9717
|
+
|
9629
9718
|
#: ../lib/katello/plugin.rb:670
|
9719
|
+
msgid ""
|
9720
|
+
"If this is enabled, the Smart Proxy page will suppress the warning message abo"
|
9721
|
+
"ut reclaiming space."
|
9722
|
+
msgstr ""
|
9723
|
+
|
9724
|
+
#: ../lib/katello/plugin.rb:675
|
9725
|
+
msgid "Enable structured APT for deb content"
|
9726
|
+
msgstr ""
|
9727
|
+
|
9728
|
+
#: ../lib/katello/plugin.rb:676
|
9729
|
+
msgid ""
|
9730
|
+
"If set, newly created APT repos in Katello will use the same repo structure as"
|
9731
|
+
" the remote repos they are synchronized from. You may migrate existing APT rep"
|
9732
|
+
"os to match the setting, by running 'foreman-rake katello:migrate_structure_co"
|
9733
|
+
"ntent_for_deb'."
|
9734
|
+
msgstr ""
|
9735
|
+
|
9736
|
+
#: ../lib/katello/plugin.rb:681
|
9630
9737
|
msgid "Katello: Install Package"
|
9631
9738
|
msgstr ""
|
9632
9739
|
|
9633
|
-
#: ../lib/katello/plugin.rb:
|
9740
|
+
#: ../lib/katello/plugin.rb:681
|
9634
9741
|
msgid "Install package via Katello interface"
|
9635
9742
|
msgstr ""
|
9636
9743
|
|
9637
|
-
#: ../lib/katello/plugin.rb:
|
9744
|
+
#: ../lib/katello/plugin.rb:682
|
9638
9745
|
msgid "Katello: Install packages by search query"
|
9639
9746
|
msgstr ""
|
9640
9747
|
|
9641
|
-
#: ../lib/katello/plugin.rb:
|
9748
|
+
#: ../lib/katello/plugin.rb:682
|
9642
9749
|
msgid "Install packages via Katello interface"
|
9643
9750
|
msgstr ""
|
9644
9751
|
|
9645
|
-
#: ../lib/katello/plugin.rb:
|
9752
|
+
#: ../lib/katello/plugin.rb:683
|
9646
9753
|
msgid "Katello: Update Package"
|
9647
9754
|
msgstr ""
|
9648
9755
|
|
9649
|
-
#: ../lib/katello/plugin.rb:
|
9756
|
+
#: ../lib/katello/plugin.rb:683
|
9650
9757
|
msgid "Update package via Katello interface"
|
9651
9758
|
msgstr ""
|
9652
9759
|
|
9653
|
-
#: ../lib/katello/plugin.rb:
|
9760
|
+
#: ../lib/katello/plugin.rb:684
|
9654
9761
|
msgid "Katello: Update Packages by search query"
|
9655
9762
|
msgstr ""
|
9656
9763
|
|
9657
|
-
#: ../lib/katello/plugin.rb:
|
9764
|
+
#: ../lib/katello/plugin.rb:684
|
9658
9765
|
msgid "Update packages via Katello interface"
|
9659
9766
|
msgstr ""
|
9660
9767
|
|
9661
|
-
#: ../lib/katello/plugin.rb:
|
9768
|
+
#: ../lib/katello/plugin.rb:685
|
9662
9769
|
msgid "Katello: Remove Package"
|
9663
9770
|
msgstr ""
|
9664
9771
|
|
9665
|
-
#: ../lib/katello/plugin.rb:
|
9772
|
+
#: ../lib/katello/plugin.rb:685
|
9666
9773
|
msgid "Remove package via Katello interface"
|
9667
9774
|
msgstr ""
|
9668
9775
|
|
9669
|
-
#: ../lib/katello/plugin.rb:
|
9776
|
+
#: ../lib/katello/plugin.rb:686
|
9670
9777
|
msgid "Katello: Remove Packages by search query"
|
9671
9778
|
msgstr ""
|
9672
9779
|
|
9673
|
-
#: ../lib/katello/plugin.rb:
|
9780
|
+
#: ../lib/katello/plugin.rb:686
|
9674
9781
|
msgid "Remove packages via Katello interface"
|
9675
9782
|
msgstr ""
|
9676
9783
|
|
9677
|
-
#: ../lib/katello/plugin.rb:
|
9784
|
+
#: ../lib/katello/plugin.rb:687
|
9678
9785
|
msgid "Katello: Install Package Group"
|
9679
9786
|
msgstr ""
|
9680
9787
|
|
9681
|
-
#: ../lib/katello/plugin.rb:
|
9788
|
+
#: ../lib/katello/plugin.rb:687
|
9682
9789
|
msgid "Install package group via Katello interface"
|
9683
9790
|
msgstr ""
|
9684
9791
|
|
9685
|
-
#: ../lib/katello/plugin.rb:
|
9792
|
+
#: ../lib/katello/plugin.rb:688
|
9686
9793
|
msgid "Katello: Update Package Group"
|
9687
9794
|
msgstr ""
|
9688
9795
|
|
9689
|
-
#: ../lib/katello/plugin.rb:
|
9796
|
+
#: ../lib/katello/plugin.rb:688
|
9690
9797
|
msgid "Update package group via Katello interface"
|
9691
9798
|
msgstr ""
|
9692
9799
|
|
9693
|
-
#: ../lib/katello/plugin.rb:
|
9800
|
+
#: ../lib/katello/plugin.rb:689
|
9694
9801
|
msgid "Katello: Remove Package Group"
|
9695
9802
|
msgstr ""
|
9696
9803
|
|
9697
|
-
#: ../lib/katello/plugin.rb:
|
9804
|
+
#: ../lib/katello/plugin.rb:689
|
9698
9805
|
msgid "Remove package group via Katello interface"
|
9699
9806
|
msgstr ""
|
9700
9807
|
|
9701
|
-
#: ../lib/katello/plugin.rb:
|
9808
|
+
#: ../lib/katello/plugin.rb:690
|
9702
9809
|
msgid "Katello: Install Errata"
|
9703
9810
|
msgstr ""
|
9704
9811
|
|
9705
|
-
#: ../lib/katello/plugin.rb:
|
9812
|
+
#: ../lib/katello/plugin.rb:690
|
9706
9813
|
msgid "Install errata via Katello interface"
|
9707
9814
|
msgstr ""
|
9708
9815
|
|
9709
|
-
#: ../lib/katello/plugin.rb:
|
9816
|
+
#: ../lib/katello/plugin.rb:691
|
9710
9817
|
msgid "Katello: Install errata by search query"
|
9711
9818
|
msgstr ""
|
9712
9819
|
|
9713
|
-
#: ../lib/katello/plugin.rb:
|
9820
|
+
#: ../lib/katello/plugin.rb:691
|
9714
9821
|
msgid "Install errata using scoped search query"
|
9715
9822
|
msgstr ""
|
9716
9823
|
|
9717
|
-
#: ../lib/katello/plugin.rb:
|
9824
|
+
#: ../lib/katello/plugin.rb:692
|
9718
9825
|
msgid "Katello: Service Restart"
|
9719
9826
|
msgstr ""
|
9720
9827
|
|
9721
|
-
#: ../lib/katello/plugin.rb:
|
9828
|
+
#: ../lib/katello/plugin.rb:692
|
9722
9829
|
msgid "Restart Services via Katello interface"
|
9723
9830
|
msgstr ""
|
9724
9831
|
|
9725
|
-
#: ../lib/katello/plugin.rb:
|
9832
|
+
#: ../lib/katello/plugin.rb:693
|
9726
9833
|
msgid "Katello: Resolve Traces"
|
9727
9834
|
msgstr ""
|
9728
9835
|
|
9729
|
-
#: ../lib/katello/plugin.rb:
|
9836
|
+
#: ../lib/katello/plugin.rb:693
|
9730
9837
|
msgid "Resolve traces via Katello interface"
|
9731
9838
|
msgstr ""
|
9732
9839
|
|
9733
|
-
#: ../lib/katello/plugin.rb:
|
9840
|
+
#: ../lib/katello/plugin.rb:694
|
9734
9841
|
msgid "Katello: Configure host for new content source"
|
9735
9842
|
msgstr ""
|
9736
9843
|
|
9737
|
-
#: ../lib/katello/plugin.rb:
|
9844
|
+
#: ../lib/katello/plugin.rb:694
|
9738
9845
|
msgid "Replace content source on the target machine"
|
9739
9846
|
msgstr ""
|
9740
9847
|
|
9741
|
-
#: ../lib/katello/plugin.rb:
|
9848
|
+
#: ../lib/katello/plugin.rb:695
|
9742
9849
|
msgid "Katello: Upload Profile"
|
9743
9850
|
msgstr ""
|
9744
9851
|
|
9745
|
-
#: ../lib/katello/plugin.rb:
|
9852
|
+
#: ../lib/katello/plugin.rb:695
|
9746
9853
|
msgid "Upload package / repos profile"
|
9747
9854
|
msgstr ""
|
9748
9855
|
|
9749
|
-
#: ../lib/katello/plugin.rb:
|
9856
|
+
#: ../lib/katello/plugin.rb:696
|
9750
9857
|
msgid "Katello: Module Stream Actions"
|
9751
9858
|
msgstr ""
|
9752
9859
|
|
9753
|
-
#: ../lib/katello/plugin.rb:
|
9860
|
+
#: ../lib/katello/plugin.rb:697
|
9754
9861
|
msgid "Perform a module stream action via Katello interface"
|
9755
9862
|
msgstr ""
|
9756
9863
|
|
@@ -9760,8 +9867,8 @@ msgstr ""
|
|
9760
9867
|
|
9761
9868
|
#: ../lib/katello/repository_types/ostree.rb:22
|
9762
9869
|
msgid ""
|
9763
|
-
"A comma-separated list of refs to include during
|
9764
|
-
"
|
9870
|
+
"A comma-separated list of refs to include during an ostree sync. The wildcards"
|
9871
|
+
" *, ? are recognized."
|
9765
9872
|
msgstr ""
|
9766
9873
|
|
9767
9874
|
#: ../lib/katello/repository_types/ostree.rb:24
|
@@ -9770,11 +9877,19 @@ msgstr ""
|
|
9770
9877
|
|
9771
9878
|
#: ../lib/katello/repository_types/ostree.rb:25
|
9772
9879
|
msgid ""
|
9773
|
-
"A comma-separated list of tags to exclude during
|
9774
|
-
"
|
9880
|
+
"A comma-separated list of tags to exclude during an ostree sync. The wildcards"
|
9881
|
+
" *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
9775
9882
|
msgstr ""
|
9776
9883
|
|
9777
9884
|
#: ../lib/katello/repository_types/ostree.rb:27
|
9885
|
+
msgid "Depth"
|
9886
|
+
msgstr ""
|
9887
|
+
|
9888
|
+
#: ../lib/katello/repository_types/ostree.rb:27
|
9889
|
+
msgid "An option to specify how many ostree commits to traverse."
|
9890
|
+
msgstr ""
|
9891
|
+
|
9892
|
+
#: ../lib/katello/repository_types/ostree.rb:29
|
9778
9893
|
msgid "URL of an OSTree repository."
|
9779
9894
|
msgstr ""
|
9780
9895
|
|
@@ -9960,7 +10075,7 @@ msgstr ""
|
|
9960
10075
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:83
|
9961
10076
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:109
|
9962
10077
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:80
|
9963
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
10078
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:284
|
9964
10079
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:242
|
9965
10080
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js:185
|
9966
10081
|
msgid "Loading"
|
@@ -10061,7 +10176,7 @@ msgstr ""
|
|
10061
10176
|
#: ../webpack/components/Table/TableWrapper.js:358
|
10062
10177
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:30
|
10063
10178
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:92
|
10064
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10179
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:163
|
10065
10180
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:101
|
10066
10181
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:92
|
10067
10182
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:168
|
@@ -10176,12 +10291,12 @@ msgid "Update the host immediately via remote execution"
|
|
10176
10291
|
msgstr ""
|
10177
10292
|
|
10178
10293
|
#:
|
10179
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:
|
10294
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:56
|
10180
10295
|
msgid "Lifecycle environment: {lce}"
|
10181
10296
|
msgstr ""
|
10182
10297
|
|
10183
10298
|
#:
|
10184
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:
|
10299
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:223
|
10185
10300
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:122
|
10186
10301
|
msgid "Edit content view environments"
|
10187
10302
|
msgstr ""
|
@@ -10288,7 +10403,7 @@ msgstr ""
|
|
10288
10403
|
|
10289
10404
|
#:
|
10290
10405
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:155
|
10291
|
-
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:
|
10406
|
+
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:108
|
10292
10407
|
msgid "No description provided"
|
10293
10408
|
msgstr ""
|
10294
10409
|
|
@@ -10366,14 +10481,14 @@ msgstr ""
|
|
10366
10481
|
|
10367
10482
|
#:
|
10368
10483
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:124
|
10369
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10370
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10484
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:375
|
10485
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:526
|
10371
10486
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:138
|
10372
10487
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:507
|
10373
10488
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:609
|
10374
10489
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:389
|
10375
10490
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:539
|
10376
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
10491
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:98
|
10377
10492
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:215
|
10378
10493
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:225
|
10379
10494
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:198
|
@@ -10506,37 +10621,37 @@ msgid "Select add-ons"
|
|
10506
10621
|
msgstr ""
|
10507
10622
|
|
10508
10623
|
#:
|
10509
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10624
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:28
|
10510
10625
|
msgid "disk"
|
10511
10626
|
msgstr ""
|
10512
10627
|
|
10513
10628
|
#:
|
10514
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10629
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:54
|
10515
10630
|
msgid "HW properties"
|
10516
10631
|
msgstr ""
|
10517
10632
|
|
10518
10633
|
#:
|
10519
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10634
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:61
|
10520
10635
|
msgid "Model"
|
10521
10636
|
msgstr ""
|
10522
10637
|
|
10523
10638
|
#:
|
10524
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10639
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:65
|
10525
10640
|
msgid "Number of CPU(s)"
|
10526
10641
|
msgstr ""
|
10527
10642
|
|
10528
10643
|
#:
|
10529
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10644
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:69
|
10530
10645
|
msgid "Sockets"
|
10531
10646
|
msgstr ""
|
10532
10647
|
|
10533
10648
|
#:
|
10534
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10649
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:73
|
10535
10650
|
msgid "Cores per socket"
|
10536
10651
|
msgstr ""
|
10537
10652
|
|
10538
10653
|
#:
|
10539
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:
|
10654
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:77
|
10540
10655
|
msgid "RAM"
|
10541
10656
|
msgstr ""
|
10542
10657
|
|
@@ -10557,7 +10672,7 @@ msgstr ""
|
|
10557
10672
|
|
10558
10673
|
#:
|
10559
10674
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:29
|
10560
|
-
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:
|
10675
|
+
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:62
|
10561
10676
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:30
|
10562
10677
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:53
|
10563
10678
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:106
|
@@ -10668,7 +10783,7 @@ msgstr ""
|
|
10668
10783
|
|
10669
10784
|
#:
|
10670
10785
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:91
|
10671
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10786
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:162
|
10672
10787
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:91
|
10673
10788
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:167
|
10674
10789
|
msgid "No matching packages found"
|
@@ -10715,12 +10830,12 @@ msgstr ""
|
|
10715
10830
|
|
10716
10831
|
#:
|
10717
10832
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:160
|
10718
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10833
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:385
|
10719
10834
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:160
|
10720
10835
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:399
|
10721
10836
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
10722
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
10723
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
10837
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:78
|
10838
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:207
|
10724
10839
|
msgid "Install packages"
|
10725
10840
|
msgstr ""
|
10726
10841
|
|
@@ -10735,53 +10850,58 @@ msgstr ""
|
|
10735
10850
|
msgid "Search available Debian packages"
|
10736
10851
|
msgstr ""
|
10737
10852
|
|
10738
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10853
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:160
|
10739
10854
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:165
|
10740
10855
|
msgid "This host does not have any packages."
|
10741
10856
|
msgstr ""
|
10742
10857
|
|
10743
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10858
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:161
|
10744
10859
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:166
|
10745
10860
|
msgid "Packages will appear here when available."
|
10746
10861
|
msgstr ""
|
10747
10862
|
|
10748
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10863
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:164
|
10749
10864
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:169
|
10750
10865
|
msgid "Problem searching packages"
|
10751
10866
|
msgstr ""
|
10752
10867
|
|
10753
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10868
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:168
|
10754
10869
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:173
|
10755
10870
|
msgid "Installed version"
|
10756
10871
|
msgstr ""
|
10757
10872
|
|
10758
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10873
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:169
|
10759
10874
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:174
|
10760
10875
|
msgid "Upgradable to"
|
10761
10876
|
msgstr ""
|
10762
10877
|
|
10763
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10878
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:292
|
10764
10879
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:301
|
10765
10880
|
msgid "A remote execution job is in progress."
|
10766
10881
|
msgstr ""
|
10767
10882
|
|
10768
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10769
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10883
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:353
|
10884
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:535
|
10770
10885
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:367
|
10771
10886
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:548
|
10772
10887
|
msgid "Upgrade via remote execution"
|
10773
10888
|
msgstr ""
|
10774
10889
|
|
10775
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10776
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10890
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:362
|
10891
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:540
|
10777
10892
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:376
|
10778
10893
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:553
|
10779
10894
|
msgid "Upgrade via customized remote execution"
|
10780
10895
|
msgstr ""
|
10781
10896
|
|
10782
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:
|
10897
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:394
|
10898
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:408
|
10899
|
+
msgid "Refresh package applicability"
|
10900
|
+
msgstr ""
|
10901
|
+
|
10902
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:418
|
10783
10903
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:432
|
10784
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
10904
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:98
|
10785
10905
|
msgid "Upgrade"
|
10786
10906
|
msgstr ""
|
10787
10907
|
|
@@ -10966,7 +11086,7 @@ msgstr ""
|
|
10966
11086
|
|
10967
11087
|
#:
|
10968
11088
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:225
|
10969
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11089
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:229
|
10970
11090
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:69
|
10971
11091
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:84
|
10972
11092
|
msgid "Enable Red Hat repositories"
|
@@ -10974,7 +11094,7 @@ msgstr ""
|
|
10974
11094
|
|
10975
11095
|
#:
|
10976
11096
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:226
|
10977
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11097
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:230
|
10978
11098
|
msgid "Create a custom product"
|
10979
11099
|
msgstr ""
|
10980
11100
|
|
@@ -11024,7 +11144,7 @@ msgstr ""
|
|
11024
11144
|
#:
|
11025
11145
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:478
|
11026
11146
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:562
|
11027
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11147
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:98
|
11028
11148
|
msgid "Install"
|
11029
11149
|
msgstr ""
|
11030
11150
|
|
@@ -11039,8 +11159,9 @@ msgstr ""
|
|
11039
11159
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
|
11040
11160
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
|
11041
11161
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
|
11042
|
-
#: action_names.rb:
|
11043
|
-
#: action_names.rb:
|
11162
|
+
#: action_names.rb:161 action_names.rb:162 action_names.rb:163
|
11163
|
+
#: action_names.rb:164 action_names.rb:165 action_names.rb:166
|
11164
|
+
#: action_names.rb:167 action_names.rb:168 action_names.rb:169
|
11044
11165
|
msgid "Update"
|
11045
11166
|
msgstr ""
|
11046
11167
|
|
@@ -11061,11 +11182,6 @@ msgstr ""
|
|
11061
11182
|
msgid "Search available packages"
|
11062
11183
|
msgstr ""
|
11063
11184
|
|
11064
|
-
#:
|
11065
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:408
|
11066
|
-
msgid "Refresh package applicability"
|
11067
|
-
msgstr ""
|
11068
|
-
|
11069
11185
|
#:
|
11070
11186
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsActions.js:46
|
11071
11187
|
msgid "Repository set enabled"
|
@@ -11122,7 +11238,7 @@ msgstr ""
|
|
11122
11238
|
#:
|
11123
11239
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:25
|
11124
11240
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:35
|
11125
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11241
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:646
|
11126
11242
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js:64
|
11127
11243
|
msgid "Custom"
|
11128
11244
|
msgstr ""
|
@@ -11130,7 +11246,7 @@ msgstr ""
|
|
11130
11246
|
#:
|
11131
11247
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:26
|
11132
11248
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:36
|
11133
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11249
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:646
|
11134
11250
|
msgid "Red Hat"
|
11135
11251
|
msgstr ""
|
11136
11252
|
|
@@ -11150,79 +11266,79 @@ msgstr ""
|
|
11150
11266
|
|
11151
11267
|
#:
|
11152
11268
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:183
|
11153
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11269
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:239
|
11154
11270
|
msgid "Repository type"
|
11155
11271
|
msgstr ""
|
11156
11272
|
|
11157
11273
|
#:
|
11158
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11274
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:223
|
11159
11275
|
msgid "No repository sets to show."
|
11160
11276
|
msgstr ""
|
11161
11277
|
|
11162
11278
|
#:
|
11163
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11279
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:225
|
11164
11280
|
msgid ""
|
11165
11281
|
"Repository sets will appear here after enabling Red Hat repositories or creati"
|
11166
11282
|
"ng custom products."
|
11167
11283
|
msgstr ""
|
11168
11284
|
|
11169
11285
|
#:
|
11170
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11286
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:226
|
11171
11287
|
msgid ""
|
11172
11288
|
"Repository sets will appear here when the host's content view and environment "
|
11173
11289
|
"has available content."
|
11174
11290
|
msgstr ""
|
11175
11291
|
|
11176
11292
|
#:
|
11177
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11293
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:227
|
11178
11294
|
msgid "No matching repository sets found"
|
11179
11295
|
msgstr ""
|
11180
11296
|
|
11181
11297
|
#:
|
11182
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11298
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:228
|
11183
11299
|
msgid "Try changing your search query."
|
11184
11300
|
msgstr ""
|
11185
11301
|
|
11186
11302
|
#:
|
11187
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11303
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:233
|
11188
11304
|
msgid "Problem searching repository sets"
|
11189
11305
|
msgstr ""
|
11190
11306
|
|
11191
11307
|
#:
|
11192
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11308
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:237
|
11193
11309
|
msgid "Repository path"
|
11194
11310
|
msgstr ""
|
11195
11311
|
|
11196
11312
|
#:
|
11197
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11198
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11313
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:415
|
11314
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:665
|
11199
11315
|
msgid "Override to enabled"
|
11200
11316
|
msgstr ""
|
11201
11317
|
|
11202
11318
|
#:
|
11203
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11204
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11319
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:425
|
11320
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:660
|
11205
11321
|
msgid "Override to disabled"
|
11206
11322
|
msgstr ""
|
11207
11323
|
|
11208
11324
|
#:
|
11209
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11210
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11325
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:435
|
11326
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:670
|
11211
11327
|
msgid "Reset to default"
|
11212
11328
|
msgstr ""
|
11213
11329
|
|
11214
11330
|
#:
|
11215
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11331
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:445
|
11216
11332
|
msgid "Show all"
|
11217
11333
|
msgstr ""
|
11218
11334
|
|
11219
11335
|
#:
|
11220
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11336
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:452
|
11221
11337
|
msgid "Limit to environment"
|
11222
11338
|
msgstr ""
|
11223
11339
|
|
11224
11340
|
#:
|
11225
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11341
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:519
|
11226
11342
|
msgid ""
|
11227
11343
|
"Below are the repository sets currently available for this content host. For R"
|
11228
11344
|
"ed Hat subscriptions, additional content can be made available through the {rh"
|
@@ -11231,12 +11347,12 @@ msgid ""
|
|
11231
11347
|
msgstr ""
|
11232
11348
|
|
11233
11349
|
#:
|
11234
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11350
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:521
|
11235
11351
|
msgid "Red Hat Repositories page"
|
11236
11352
|
msgstr ""
|
11237
11353
|
|
11238
11354
|
#:
|
11239
|
-
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:
|
11355
|
+
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:576
|
11240
11356
|
msgid "Show all repository sets"
|
11241
11357
|
msgstr ""
|
11242
11358
|
|
@@ -11494,14 +11610,14 @@ msgstr ""
|
|
11494
11610
|
#:
|
11495
11611
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:97
|
11496
11612
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:145
|
11497
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
11498
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11613
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:104
|
11614
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:245
|
11499
11615
|
msgid "Review"
|
11500
11616
|
msgstr ""
|
11501
11617
|
|
11502
11618
|
#:
|
11503
11619
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:102
|
11504
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
11620
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:109
|
11505
11621
|
msgid "Review and then click {submitBtnText}."
|
11506
11622
|
msgstr ""
|
11507
11623
|
|
@@ -11512,7 +11628,7 @@ msgstr ""
|
|
11512
11628
|
|
11513
11629
|
#:
|
11514
11630
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:90
|
11515
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:
|
11631
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:132
|
11516
11632
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:24
|
11517
11633
|
msgid "Back"
|
11518
11634
|
msgstr ""
|
@@ -11529,22 +11645,22 @@ msgstr ""
|
|
11529
11645
|
|
11530
11646
|
#:
|
11531
11647
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:132
|
11532
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11648
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:231
|
11533
11649
|
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:105
|
11534
11650
|
msgid "Review hosts"
|
11535
11651
|
msgstr ""
|
11536
11652
|
|
11537
11653
|
#:
|
11538
11654
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
11539
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11540
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11655
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:78
|
11656
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:215
|
11541
11657
|
msgid "Remove packages"
|
11542
11658
|
msgstr ""
|
11543
11659
|
|
11544
11660
|
#:
|
11545
11661
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
11546
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11547
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11662
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:78
|
11663
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:199
|
11548
11664
|
msgid "Upgrade packages"
|
11549
11665
|
msgstr ""
|
11550
11666
|
|
@@ -11574,7 +11690,7 @@ msgstr ""
|
|
11574
11690
|
|
11575
11691
|
#:
|
11576
11692
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:127
|
11577
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11693
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:181
|
11578
11694
|
msgid "No upgradable packages found."
|
11579
11695
|
msgstr ""
|
11580
11696
|
|
@@ -11590,43 +11706,44 @@ msgstr ""
|
|
11590
11706
|
|
11591
11707
|
#:
|
11592
11708
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:44
|
11709
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:45
|
11593
11710
|
msgid "Packages to be updated"
|
11594
11711
|
msgstr ""
|
11595
11712
|
|
11596
11713
|
#:
|
11597
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
11714
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:134
|
11598
11715
|
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
11599
11716
|
msgstr ""
|
11600
11717
|
|
11601
11718
|
#:
|
11602
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
11719
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:136
|
11603
11720
|
msgid "installed"
|
11604
11721
|
msgstr ""
|
11605
11722
|
|
11606
11723
|
#:
|
11607
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:
|
11724
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:136
|
11608
11725
|
msgid "updated"
|
11609
11726
|
msgstr ""
|
11610
11727
|
|
11611
11728
|
#:
|
11612
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:
|
11613
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11729
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:54
|
11730
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:191
|
11614
11731
|
msgid "Upgrade all packages"
|
11615
11732
|
msgstr ""
|
11616
11733
|
|
11617
11734
|
#:
|
11618
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11735
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:161
|
11619
11736
|
msgid "Manage packages"
|
11620
11737
|
msgstr ""
|
11621
11738
|
|
11622
11739
|
#:
|
11623
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11624
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11740
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:164
|
11741
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:170
|
11625
11742
|
msgid "Select action"
|
11626
11743
|
msgstr ""
|
11627
11744
|
|
11628
11745
|
#:
|
11629
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
11746
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:173
|
11630
11747
|
msgid "To manage packages, select an action."
|
11631
11748
|
msgstr ""
|
11632
11749
|
|
@@ -11647,27 +11764,27 @@ msgid "Change content view environments"
|
|
11647
11764
|
msgstr ""
|
11648
11765
|
|
11649
11766
|
#:
|
11650
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:
|
11767
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:76
|
11651
11768
|
msgid "Create new activation key"
|
11652
11769
|
msgstr ""
|
11653
11770
|
|
11654
11771
|
#:
|
11655
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:
|
11772
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:78
|
11656
11773
|
msgid "No Activation Keys selected"
|
11657
11774
|
msgstr ""
|
11658
11775
|
|
11659
11776
|
#:
|
11660
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:
|
11777
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:83
|
11661
11778
|
msgid "Activation key(s) to use during registration"
|
11662
11779
|
msgstr ""
|
11663
11780
|
|
11664
11781
|
#:
|
11665
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:
|
11782
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:120
|
11666
11783
|
msgid "No Activation keys to select"
|
11667
11784
|
msgstr ""
|
11668
11785
|
|
11669
11786
|
#:
|
11670
|
-
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:
|
11787
|
+
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:128
|
11671
11788
|
msgid "No environment"
|
11672
11789
|
msgstr ""
|
11673
11790
|
|
@@ -11710,10 +11827,10 @@ msgstr ""
|
|
11710
11827
|
|
11711
11828
|
#:
|
11712
11829
|
#: ../webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js:50
|
11713
|
-
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:
|
11830
|
+
#: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:81
|
11714
11831
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:160
|
11715
11832
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:69
|
11716
|
-
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js:
|
11833
|
+
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js:118
|
11717
11834
|
msgid "Unlimited"
|
11718
11835
|
msgstr ""
|
11719
11836
|
|
@@ -12194,7 +12311,8 @@ msgstr ""
|
|
12194
12311
|
|
12195
12312
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:275
|
12196
12313
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:363
|
12197
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
12314
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
|
12315
|
+
#: action_names.rb:114 action_names.rb:115 action_names.rb:116
|
12198
12316
|
msgid "Refresh"
|
12199
12317
|
msgstr ""
|
12200
12318
|
|
@@ -13540,7 +13658,7 @@ msgstr ""
|
|
13540
13658
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:126
|
13541
13659
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
|
13542
13660
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:98
|
13543
|
-
#: action_names.rb:
|
13661
|
+
#: action_names.rb:98
|
13544
13662
|
msgid "Promote"
|
13545
13663
|
msgstr ""
|
13546
13664
|
|
@@ -13607,6 +13725,7 @@ msgstr ""
|
|
13607
13725
|
#:
|
13608
13726
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:33
|
13609
13727
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:74
|
13728
|
+
#: action_names.rb:42
|
13610
13729
|
msgid "Delete version"
|
13611
13730
|
msgstr ""
|
13612
13731
|
|
@@ -14194,7 +14313,7 @@ msgid "In progress"
|
|
14194
14313
|
msgstr ""
|
14195
14314
|
|
14196
14315
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:131
|
14197
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
14316
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
|
14198
14317
|
msgid "Close"
|
14199
14318
|
msgstr ""
|
14200
14319
|
|
@@ -14682,11 +14801,11 @@ msgid ""
|
|
14682
14801
|
"here %(anchorEnd)s to receive Red Hat content. No repository sets available."
|
14683
14802
|
msgstr ""
|
14684
14803
|
|
14685
|
-
#: ../webpack/scenes/RedHatRepositories/helpers.js:
|
14804
|
+
#: ../webpack/scenes/RedHatRepositories/helpers.js:59
|
14686
14805
|
msgid "No enabled repositories match your search criteria."
|
14687
14806
|
msgstr ""
|
14688
14807
|
|
14689
|
-
#: ../webpack/scenes/RedHatRepositories/helpers.js:
|
14808
|
+
#: ../webpack/scenes/RedHatRepositories/helpers.js:61
|
14690
14809
|
msgid "No repositories enabled."
|
14691
14810
|
msgstr ""
|
14692
14811
|
|
@@ -14761,6 +14880,12 @@ msgstr ""
|
|
14761
14880
|
msgid "Stacking ID"
|
14762
14881
|
msgstr ""
|
14763
14882
|
|
14883
|
+
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:18
|
14884
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:107
|
14885
|
+
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:152
|
14886
|
+
msgid "Product Host Count"
|
14887
|
+
msgstr ""
|
14888
|
+
|
14764
14889
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:12
|
14765
14890
|
msgid "Associations"
|
14766
14891
|
msgstr ""
|
@@ -14979,104 +15104,108 @@ msgid ""
|
|
14979
15104
|
"poses."
|
14980
15105
|
msgstr ""
|
14981
15106
|
|
14982
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15107
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:78
|
14983
15108
|
msgid "This is disabled because a manifest task is in progress"
|
14984
15109
|
msgstr ""
|
14985
15110
|
|
14986
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15111
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:80
|
14987
15112
|
msgid "This is disabled because no manifest exists"
|
14988
15113
|
msgstr ""
|
14989
15114
|
|
14990
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15115
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:112
|
14991
15116
|
msgid "There is no manifest history to display."
|
14992
15117
|
msgstr ""
|
14993
15118
|
|
14994
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15119
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:113
|
14995
15120
|
msgid "Import a manifest using the Manifest tab above."
|
14996
15121
|
msgstr ""
|
14997
15122
|
|
14998
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
14999
|
-
msgid "Learn more about adding subscription manifests "
|
15123
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:115
|
15124
|
+
msgid "Learn more about adding subscription manifests in "
|
15000
15125
|
msgstr ""
|
15001
15126
|
|
15002
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15127
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:116
|
15128
|
+
msgid "the documentation."
|
15129
|
+
msgstr ""
|
15130
|
+
|
15131
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:122
|
15003
15132
|
msgid "No manifest imported"
|
15004
15133
|
msgstr ""
|
15005
15134
|
|
15006
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15135
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:142
|
15007
15136
|
msgid ""
|
15008
15137
|
"Your manifest expired on {expirationDate}. To continue using Red Hat content, "
|
15009
15138
|
"import a new manifest."
|
15010
15139
|
msgstr ""
|
15011
15140
|
|
15012
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15141
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:142
|
15013
15142
|
msgid ""
|
15014
15143
|
"Your manifest has expired. To continue using Red Hat content, import a new man"
|
15015
15144
|
"ifest."
|
15016
15145
|
msgstr ""
|
15017
15146
|
|
15018
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15147
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:145
|
15019
15148
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:78
|
15020
15149
|
msgid "Manage Manifest"
|
15021
15150
|
msgstr ""
|
15022
15151
|
|
15023
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15024
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15152
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:150
|
15153
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:199
|
15025
15154
|
msgid "Manifest"
|
15026
15155
|
msgstr ""
|
15027
15156
|
|
15028
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15157
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:155
|
15029
15158
|
msgid "Subscription Manifest"
|
15030
15159
|
msgstr ""
|
15031
15160
|
|
15032
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15161
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:160
|
15033
15162
|
msgid "Manifest expiring soon"
|
15034
15163
|
msgstr ""
|
15035
15164
|
|
15036
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15165
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:163
|
15037
15166
|
msgid ""
|
15038
15167
|
"Your manifest will expire in {daysMessage}. To extend the expiration date, ref"
|
15039
15168
|
"resh your manifest. Or, if your Foreman is disconnected, import a new manifest"
|
15040
15169
|
"."
|
15041
15170
|
msgstr ""
|
15042
15171
|
|
15043
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15172
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:170
|
15044
15173
|
msgid "day"
|
15045
15174
|
msgstr ""
|
15046
15175
|
|
15047
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15176
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:171
|
15048
15177
|
msgid "days"
|
15049
15178
|
msgstr ""
|
15050
15179
|
|
15051
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15180
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:185
|
15052
15181
|
msgid "Manifest expired"
|
15053
15182
|
msgstr ""
|
15054
15183
|
|
15055
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15184
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:209
|
15056
15185
|
msgid "Expired "
|
15057
15186
|
msgstr ""
|
15058
15187
|
|
15059
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15188
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:209
|
15060
15189
|
msgid "Expires "
|
15061
15190
|
msgstr ""
|
15062
15191
|
|
15063
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15192
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:220
|
15064
15193
|
msgid "Import new manifest"
|
15065
15194
|
msgstr ""
|
15066
15195
|
|
15067
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15196
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:261
|
15068
15197
|
msgid "Confirm delete manifest"
|
15069
15198
|
msgstr ""
|
15070
15199
|
|
15071
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15200
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:282
|
15072
15201
|
msgid "Manifest History"
|
15073
15202
|
msgstr ""
|
15074
15203
|
|
15075
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15204
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:295
|
15076
15205
|
msgid "CDN Configuration"
|
15077
15206
|
msgstr ""
|
15078
15207
|
|
15079
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15208
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:298
|
15080
15209
|
msgid "CDN Configuration for Red Hat Content"
|
15081
15210
|
msgstr ""
|
15082
15211
|
|
@@ -15230,7 +15359,7 @@ msgid "Virtual"
|
|
15230
15359
|
msgstr ""
|
15231
15360
|
|
15232
15361
|
#:
|
15233
|
-
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js:
|
15362
|
+
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js:114
|
15234
15363
|
msgid "NA"
|
15235
15364
|
msgstr ""
|
15236
15365
|
|
@@ -15349,98 +15478,314 @@ msgstr ""
|
|
15349
15478
|
msgid "Abstract async task"
|
15350
15479
|
msgstr ""
|
15351
15480
|
|
15352
|
-
#: action_names.rb:
|
15353
|
-
msgid "
|
15481
|
+
#: action_names.rb:4
|
15482
|
+
msgid "Auto attach subscriptions"
|
15354
15483
|
msgstr ""
|
15355
15484
|
|
15356
|
-
#: action_names.rb:
|
15357
|
-
msgid "
|
15485
|
+
#: action_names.rb:6
|
15486
|
+
msgid "Commit upload"
|
15358
15487
|
msgstr ""
|
15359
15488
|
|
15360
15489
|
#: action_names.rb:7
|
15490
|
+
msgid "Copy all units"
|
15491
|
+
msgstr ""
|
15492
|
+
|
15493
|
+
#: action_names.rb:8
|
15494
|
+
msgid "Copy content"
|
15495
|
+
msgstr ""
|
15496
|
+
|
15497
|
+
#: action_names.rb:9
|
15361
15498
|
msgid "Copy version units to library"
|
15362
15499
|
msgstr ""
|
15363
15500
|
|
15364
|
-
#: action_names.rb:
|
15501
|
+
#: action_names.rb:10
|
15502
|
+
msgid "Copy version"
|
15503
|
+
msgstr ""
|
15504
|
+
|
15505
|
+
#: action_names.rb:16
|
15506
|
+
msgid "Create exporter"
|
15507
|
+
msgstr ""
|
15508
|
+
|
15509
|
+
#: action_names.rb:17
|
15510
|
+
msgid "Create import"
|
15511
|
+
msgstr ""
|
15512
|
+
|
15513
|
+
#: action_names.rb:18
|
15514
|
+
msgid "Create importer"
|
15515
|
+
msgstr ""
|
15516
|
+
|
15517
|
+
#: action_names.rb:19
|
15518
|
+
msgid "Create publication"
|
15519
|
+
msgstr ""
|
15520
|
+
|
15521
|
+
#: action_names.rb:20 action_names.rb:21
|
15522
|
+
msgid "Create remote"
|
15523
|
+
msgstr ""
|
15524
|
+
|
15525
|
+
#: action_names.rb:33
|
15526
|
+
msgid "Delete distributions"
|
15527
|
+
msgstr ""
|
15528
|
+
|
15529
|
+
#: action_names.rb:34
|
15530
|
+
msgid "Delete orphan alternate content sources"
|
15531
|
+
msgstr ""
|
15532
|
+
|
15533
|
+
#: action_names.rb:35
|
15534
|
+
msgid "Delete orphan distributions"
|
15535
|
+
msgstr ""
|
15536
|
+
|
15537
|
+
#: action_names.rb:36
|
15538
|
+
msgid "Delete orphan remotes"
|
15539
|
+
msgstr ""
|
15540
|
+
|
15541
|
+
#: action_names.rb:37
|
15542
|
+
msgid "Delete orphan repository versions"
|
15543
|
+
msgstr ""
|
15544
|
+
|
15545
|
+
#: action_names.rb:38
|
15546
|
+
msgid "Delete orphaned migrated repositories"
|
15547
|
+
msgstr ""
|
15548
|
+
|
15549
|
+
#: action_names.rb:39 action_names.rb:40
|
15550
|
+
msgid "Delete remote"
|
15551
|
+
msgstr ""
|
15552
|
+
|
15553
|
+
#: action_names.rb:41
|
15554
|
+
msgid "Delete repository references"
|
15555
|
+
msgstr ""
|
15556
|
+
|
15557
|
+
#: action_names.rb:52
|
15558
|
+
msgid "Destroy exporter"
|
15559
|
+
msgstr ""
|
15560
|
+
|
15561
|
+
#: action_names.rb:53
|
15562
|
+
msgid "Destroy importer"
|
15563
|
+
msgstr ""
|
15564
|
+
|
15565
|
+
#: action_names.rb:57
|
15365
15566
|
msgid "Discover"
|
15366
15567
|
msgstr ""
|
15367
15568
|
|
15368
|
-
#: action_names.rb:
|
15569
|
+
#: action_names.rb:60
|
15570
|
+
msgid "Environment contents refresh"
|
15571
|
+
msgstr ""
|
15572
|
+
|
15573
|
+
#: action_names.rb:61 action_names.rb:62
|
15369
15574
|
msgid "Errata mail"
|
15370
15575
|
msgstr ""
|
15371
15576
|
|
15372
|
-
#: action_names.rb:
|
15577
|
+
#: action_names.rb:68
|
15373
15578
|
msgid "Fetch pxe files"
|
15374
15579
|
msgstr ""
|
15375
15580
|
|
15376
|
-
#: action_names.rb:
|
15581
|
+
#: action_names.rb:69
|
15377
15582
|
msgid "Filtered index content"
|
15378
15583
|
msgstr ""
|
15379
15584
|
|
15380
|
-
#: action_names.rb:
|
15585
|
+
#: action_names.rb:71 action_names.rb:72
|
15586
|
+
msgid "Generate metadata"
|
15587
|
+
msgstr ""
|
15588
|
+
|
15589
|
+
#: action_names.rb:74
|
15381
15590
|
msgid "Hypervisors update"
|
15382
15591
|
msgstr ""
|
15383
15592
|
|
15384
|
-
#: action_names.rb:
|
15593
|
+
#: action_names.rb:75
|
15385
15594
|
msgid "Hypervisors"
|
15386
15595
|
msgstr ""
|
15387
15596
|
|
15388
|
-
#: action_names.rb:
|
15597
|
+
#: action_names.rb:80
|
15598
|
+
msgid "Import migration"
|
15599
|
+
msgstr ""
|
15600
|
+
|
15601
|
+
#: action_names.rb:81
|
15602
|
+
msgid "Import repository upload"
|
15603
|
+
msgstr ""
|
15604
|
+
|
15605
|
+
#: action_names.rb:82 action_names.rb:83
|
15606
|
+
msgid "Import upload"
|
15607
|
+
msgstr ""
|
15608
|
+
|
15609
|
+
#: action_names.rb:85
|
15389
15610
|
msgid "Incremental Update of Content View Version(s) "
|
15390
15611
|
msgstr ""
|
15391
15612
|
|
15392
|
-
#: action_names.rb:
|
15613
|
+
#: action_names.rb:87
|
15393
15614
|
msgid "Index content"
|
15394
15615
|
msgstr ""
|
15395
15616
|
|
15396
|
-
#: action_names.rb:
|
15617
|
+
#: action_names.rb:88
|
15397
15618
|
msgid "Index errata"
|
15398
15619
|
msgstr ""
|
15399
15620
|
|
15400
|
-
#: action_names.rb:
|
15621
|
+
#: action_names.rb:89
|
15401
15622
|
msgid "Index module streams"
|
15402
15623
|
msgstr ""
|
15403
15624
|
|
15404
|
-
#: action_names.rb:
|
15625
|
+
#: action_names.rb:90
|
15405
15626
|
msgid "Index package groups"
|
15406
15627
|
msgstr ""
|
15407
15628
|
|
15408
|
-
#: action_names.rb:
|
15629
|
+
#: action_names.rb:91
|
15630
|
+
msgid "Initialize"
|
15631
|
+
msgstr ""
|
15632
|
+
|
15633
|
+
#: action_names.rb:92
|
15409
15634
|
msgid "Instance update"
|
15410
15635
|
msgstr ""
|
15411
15636
|
|
15412
|
-
#: action_names.rb:
|
15637
|
+
#: action_names.rb:93
|
15413
15638
|
msgid "Metadata generate"
|
15414
15639
|
msgstr ""
|
15415
15640
|
|
15416
|
-
#: action_names.rb:
|
15641
|
+
#: action_names.rb:94
|
15642
|
+
msgid "Multi copy all units"
|
15643
|
+
msgstr ""
|
15644
|
+
|
15645
|
+
#: action_names.rb:95
|
15646
|
+
msgid "Multi copy content"
|
15647
|
+
msgstr ""
|
15648
|
+
|
15649
|
+
#: action_names.rb:96
|
15650
|
+
msgid "Multi copy units"
|
15651
|
+
msgstr ""
|
15652
|
+
|
15653
|
+
#: action_names.rb:102
|
15654
|
+
msgid "Purge completed tasks"
|
15655
|
+
msgstr ""
|
15656
|
+
|
15657
|
+
#: action_names.rb:103 action_names.rb:104
|
15658
|
+
msgid "Reclaim space"
|
15659
|
+
msgstr ""
|
15660
|
+
|
15661
|
+
#: action_names.rb:107
|
15662
|
+
msgid "Refresh all distributions"
|
15663
|
+
msgstr ""
|
15664
|
+
|
15665
|
+
#: action_names.rb:108 action_names.rb:109
|
15666
|
+
msgid "Refresh distribution"
|
15667
|
+
msgstr ""
|
15668
|
+
|
15669
|
+
#: action_names.rb:110
|
15670
|
+
msgid "Refresh if needed"
|
15671
|
+
msgstr ""
|
15672
|
+
|
15673
|
+
#: action_names.rb:111 action_names.rb:112
|
15674
|
+
msgid "Refresh remote"
|
15675
|
+
msgstr ""
|
15676
|
+
|
15677
|
+
#: action_names.rb:113
|
15678
|
+
msgid "Refresh repos"
|
15679
|
+
msgstr ""
|
15680
|
+
|
15681
|
+
#: action_names.rb:117
|
15417
15682
|
msgid "Reindex subscriptions"
|
15418
15683
|
msgstr ""
|
15419
15684
|
|
15420
|
-
#: action_names.rb:
|
15685
|
+
#: action_names.rb:122 action_names.rb:123
|
15686
|
+
msgid "Remove orphans"
|
15687
|
+
msgstr ""
|
15688
|
+
|
15689
|
+
#: action_names.rb:125 action_names.rb:126
|
15690
|
+
msgid "Remove units"
|
15691
|
+
msgstr ""
|
15692
|
+
|
15693
|
+
#: action_names.rb:127
|
15694
|
+
msgid "Remove unneeded repos"
|
15695
|
+
msgstr ""
|
15696
|
+
|
15697
|
+
#: action_names.rb:128
|
15698
|
+
msgid "Repair"
|
15699
|
+
msgstr ""
|
15700
|
+
|
15701
|
+
#: action_names.rb:129
|
15702
|
+
msgid "Repositories certs reset"
|
15703
|
+
msgstr ""
|
15704
|
+
|
15705
|
+
#: action_names.rb:130
|
15706
|
+
msgid "Repositories gpg reset"
|
15707
|
+
msgstr ""
|
15708
|
+
|
15709
|
+
#: action_names.rb:133
|
15710
|
+
msgid "Save artifact"
|
15711
|
+
msgstr ""
|
15712
|
+
|
15713
|
+
#: action_names.rb:134
|
15714
|
+
msgid "Save distribution references"
|
15715
|
+
msgstr ""
|
15716
|
+
|
15717
|
+
#: action_names.rb:135
|
15718
|
+
msgid "Save publication"
|
15719
|
+
msgstr ""
|
15720
|
+
|
15721
|
+
#: action_names.rb:136
|
15722
|
+
msgid "Save version"
|
15723
|
+
msgstr ""
|
15724
|
+
|
15725
|
+
#: action_names.rb:137
|
15726
|
+
msgid "Save versions"
|
15727
|
+
msgstr ""
|
15728
|
+
|
15729
|
+
#: action_names.rb:138
|
15730
|
+
msgid "Scan cdn"
|
15731
|
+
msgstr ""
|
15732
|
+
|
15733
|
+
#: action_names.rb:139
|
15421
15734
|
msgid "Sync capsule"
|
15422
15735
|
msgstr ""
|
15423
15736
|
|
15424
|
-
#: action_names.rb:
|
15737
|
+
#: action_names.rb:140 action_names.rb:141 action_names.rb:142
|
15738
|
+
msgid "Sync"
|
15739
|
+
msgstr ""
|
15740
|
+
|
15741
|
+
#: action_names.rb:143
|
15425
15742
|
msgid "Syncable export"
|
15426
15743
|
msgstr ""
|
15427
15744
|
|
15428
|
-
#: action_names.rb:
|
15745
|
+
#: action_names.rb:146
|
15746
|
+
msgid "Toggle"
|
15747
|
+
msgstr ""
|
15748
|
+
|
15749
|
+
#: action_names.rb:151
|
15429
15750
|
msgid "Update content urls"
|
15430
15751
|
msgstr ""
|
15431
15752
|
|
15432
|
-
#: action_names.rb:
|
15753
|
+
#: action_names.rb:153
|
15754
|
+
msgid "Update distributions"
|
15755
|
+
msgstr ""
|
15756
|
+
|
15757
|
+
#: action_names.rb:154
|
15433
15758
|
msgid "Update http proxy details"
|
15434
15759
|
msgstr ""
|
15435
15760
|
|
15436
|
-
#: action_names.rb:
|
15761
|
+
#: action_names.rb:155
|
15437
15762
|
msgid "Update http proxy"
|
15438
15763
|
msgstr ""
|
15439
15764
|
|
15440
|
-
#: action_names.rb:
|
15765
|
+
#: action_names.rb:156
|
15441
15766
|
msgid "Update redhat repository"
|
15442
15767
|
msgstr ""
|
15443
15768
|
|
15444
|
-
#: action_names.rb:
|
15769
|
+
#: action_names.rb:158 action_names.rb:159
|
15770
|
+
msgid "Update remote"
|
15771
|
+
msgstr ""
|
15772
|
+
|
15773
|
+
#: action_names.rb:160
|
15774
|
+
msgid "Update repository"
|
15775
|
+
msgstr ""
|
15776
|
+
|
15777
|
+
#: action_names.rb:173
|
15778
|
+
msgid "Upload content"
|
15779
|
+
msgstr ""
|
15780
|
+
|
15781
|
+
#: action_names.rb:174
|
15782
|
+
msgid "Upload file"
|
15783
|
+
msgstr ""
|
15784
|
+
|
15785
|
+
#: action_names.rb:177
|
15786
|
+
msgid "Upload tag"
|
15787
|
+
msgstr ""
|
15788
|
+
|
15789
|
+
#: action_names.rb:180 action_names.rb:181
|
15445
15790
|
msgid "Verify checksum"
|
15446
15791
|
msgstr ""
|