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/zh_CN/katello.po
CHANGED
@@ -419,10 +419,10 @@ msgstr ""
|
|
419
419
|
msgid "A backend service [ %s ] is unreachable"
|
420
420
|
msgstr "一个后端服务 [ %s ] 无法被访问"
|
421
421
|
|
422
|
-
msgid "A comma-separated list of refs to include during
|
422
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
423
423
|
msgstr ""
|
424
424
|
|
425
|
-
msgid "A comma-separated list of tags to exclude during
|
425
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
426
426
|
msgstr ""
|
427
427
|
|
428
428
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -476,9 +476,6 @@ msgstr "任何"
|
|
476
476
|
msgid "About page"
|
477
477
|
msgstr "About 页面"
|
478
478
|
|
479
|
-
msgid "Abstract"
|
480
|
-
msgstr "摘要"
|
481
|
-
|
482
479
|
msgid "Abstract async task"
|
483
480
|
msgstr "抽象 async 任务"
|
484
481
|
|
@@ -509,6 +506,15 @@ msgstr "激活码"
|
|
509
506
|
msgid "Activation key"
|
510
507
|
msgstr "激活码"
|
511
508
|
|
509
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
510
|
+
msgstr ""
|
511
|
+
|
512
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
516
|
+
msgstr ""
|
517
|
+
|
512
518
|
msgid "Activation key ID"
|
513
519
|
msgstr "激活码 ID"
|
514
520
|
|
@@ -524,6 +530,9 @@ msgstr ""
|
|
524
530
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
525
531
|
msgstr "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。如果是多个激活码,使用 `activation_keys` 参数替代。"
|
526
532
|
|
533
|
+
msgid "Activation key identifier"
|
534
|
+
msgstr ""
|
535
|
+
|
527
536
|
msgid "Activation key(s) to use during registration"
|
528
537
|
msgstr ""
|
529
538
|
|
@@ -778,6 +787,9 @@ msgstr ""
|
|
778
787
|
"同步时发生错误 \n"
|
779
788
|
"%{error_message}"
|
780
789
|
|
790
|
+
msgid "An option to specify how many ostree commits to traverse."
|
791
|
+
msgstr ""
|
792
|
+
|
781
793
|
msgid "Another component already includes content view with ID %s"
|
782
794
|
msgstr "另一个组件已经包含了 ID 为 %s 的内容视图"
|
783
795
|
|
@@ -886,6 +898,12 @@ msgstr "要添加的组件数组"
|
|
886
898
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
887
899
|
msgstr "要删除的内容视图组件 ID 的数组。组件关联的标识符"
|
888
900
|
|
901
|
+
msgid "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on."
|
902
|
+
msgstr ""
|
903
|
+
|
904
|
+
msgid "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
905
|
+
msgstr ""
|
906
|
+
|
889
907
|
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
890
908
|
msgstr ""
|
891
909
|
|
@@ -929,6 +947,9 @@ msgstr "将发行版本分配给一个或多个主机"
|
|
929
947
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
930
948
|
msgstr ""
|
931
949
|
|
950
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
951
|
+
msgstr ""
|
952
|
+
|
932
953
|
msgid "Associated location IDs"
|
933
954
|
msgstr "关联的位置 ID"
|
934
955
|
|
@@ -1184,6 +1205,9 @@ msgstr "无法将复合版本添加到非复合内容视图"
|
|
1184
1205
|
msgid "Cannot add composite versions to another composite content view"
|
1185
1206
|
msgstr "无法将复合版本添加到另外一个复合内容视图中"
|
1186
1207
|
|
1208
|
+
msgid "Cannot add content view environments from a different organization"
|
1209
|
+
msgstr ""
|
1210
|
+
|
1187
1211
|
msgid "Cannot add default content view to composite content view"
|
1188
1212
|
msgstr "无法将默认内容视图添加到复合内容视图"
|
1189
1213
|
|
@@ -1268,7 +1292,7 @@ msgstr ""
|
|
1268
1292
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1269
1293
|
msgstr ""
|
1270
1294
|
|
1271
|
-
msgid "Cannot install errata: No
|
1295
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1272
1296
|
msgstr ""
|
1273
1297
|
|
1274
1298
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1301,7 +1325,7 @@ msgstr "無法從非自訂軟體庫移除內容"
|
|
1301
1325
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1302
1326
|
msgstr "无法从环境中删除内容视图。内容视图 '%{view}' 没有在生命周期环境 '%{env}' 中。"
|
1303
1327
|
|
1304
|
-
msgid "Cannot remove package(s):
|
1328
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1305
1329
|
msgstr ""
|
1306
1330
|
|
1307
1331
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1325,7 +1349,7 @@ msgstr "无法同步带有按需下载策略的 file:// 仓库"
|
|
1325
1349
|
msgid "Cannot update properties of a container push repository"
|
1326
1350
|
msgstr ""
|
1327
1351
|
|
1328
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1352
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1329
1353
|
msgstr ""
|
1330
1354
|
|
1331
1355
|
msgid "Cannot upload Ansible collections."
|
@@ -1409,6 +1433,12 @@ msgstr "关闭"
|
|
1409
1433
|
msgid "Collapse All"
|
1410
1434
|
msgstr "全部折叠"
|
1411
1435
|
|
1436
|
+
msgid "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1437
|
+
msgstr ""
|
1438
|
+
|
1439
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1440
|
+
msgstr ""
|
1441
|
+
|
1412
1442
|
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1413
1443
|
msgstr ""
|
1414
1444
|
|
@@ -1421,6 +1451,9 @@ msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)
|
|
1421
1451
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1422
1452
|
msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
|
1423
1453
|
|
1454
|
+
msgid "Commit upload"
|
1455
|
+
msgstr ""
|
1456
|
+
|
1424
1457
|
msgid "Compare"
|
1425
1458
|
msgstr "比较"
|
1426
1459
|
|
@@ -1766,15 +1799,24 @@ msgstr "已复制到剪贴板"
|
|
1766
1799
|
msgid "Copy"
|
1767
1800
|
msgstr "复制"
|
1768
1801
|
|
1802
|
+
msgid "Copy all units"
|
1803
|
+
msgstr ""
|
1804
|
+
|
1769
1805
|
msgid "Copy an activation key"
|
1770
1806
|
msgstr "复制激活码"
|
1771
1807
|
|
1808
|
+
msgid "Copy content"
|
1809
|
+
msgstr ""
|
1810
|
+
|
1772
1811
|
msgid "Copy content view"
|
1773
1812
|
msgstr "复制内容视图"
|
1774
1813
|
|
1775
1814
|
msgid "Copy to clipboard"
|
1776
1815
|
msgstr "复制到剪贴板"
|
1777
1816
|
|
1817
|
+
msgid "Copy version"
|
1818
|
+
msgstr ""
|
1819
|
+
|
1778
1820
|
msgid "Copy version units to library"
|
1779
1821
|
msgstr "将版本单位复制到库"
|
1780
1822
|
|
@@ -1862,8 +1904,8 @@ msgstr "找不到内容主机视图 id '%s'"
|
|
1862
1904
|
msgid "Couldn't find content host environment '%s'"
|
1863
1905
|
msgstr "找不到内容主机环境 '%s'"
|
1864
1906
|
|
1865
|
-
msgid "Couldn't find content view '%
|
1866
|
-
msgstr "
|
1907
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1908
|
+
msgstr ""
|
1867
1909
|
|
1868
1910
|
msgid "Couldn't find content view version '%s'"
|
1869
1911
|
msgstr "找不到内容视图版本 '%s'"
|
@@ -1922,6 +1964,9 @@ msgstr "创建 ACS"
|
|
1922
1964
|
msgid "Create Alternate Content Source"
|
1923
1965
|
msgstr "创建备用内容源"
|
1924
1966
|
|
1967
|
+
msgid "Create Container Push Repository Root"
|
1968
|
+
msgstr ""
|
1969
|
+
|
1925
1970
|
msgid "Create Export History"
|
1926
1971
|
msgstr "创建导出历史记录"
|
1927
1972
|
|
@@ -1979,12 +2024,21 @@ msgstr "使用生成的 SSL 证书和密钥创建内容凭据。"
|
|
1979
2024
|
msgid "Create content view"
|
1980
2025
|
msgstr "创建內容视图"
|
1981
2026
|
|
2027
|
+
msgid "Create exporter"
|
2028
|
+
msgstr ""
|
2029
|
+
|
1982
2030
|
msgid "Create filter"
|
1983
2031
|
msgstr "创建过滤器"
|
1984
2032
|
|
1985
2033
|
msgid "Create host collection"
|
1986
2034
|
msgstr "创建主机集"
|
1987
2035
|
|
2036
|
+
msgid "Create import"
|
2037
|
+
msgstr ""
|
2038
|
+
|
2039
|
+
msgid "Create importer"
|
2040
|
+
msgstr ""
|
2041
|
+
|
1988
2042
|
msgid "Create new activation key"
|
1989
2043
|
msgstr ""
|
1990
2044
|
|
@@ -1994,6 +2048,12 @@ msgstr "创建机构"
|
|
1994
2048
|
msgid "Create package filter rule"
|
1995
2049
|
msgstr "创建软件包过滤规则"
|
1996
2050
|
|
2051
|
+
msgid "Create publication"
|
2052
|
+
msgstr ""
|
2053
|
+
|
2054
|
+
msgid "Create remote"
|
2055
|
+
msgstr ""
|
2056
|
+
|
1997
2057
|
msgid "Create rule"
|
1998
2058
|
msgstr "创建规则"
|
1999
2059
|
|
@@ -2240,12 +2300,36 @@ msgstr "删除內容视图"
|
|
2240
2300
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2241
2301
|
msgstr ""
|
2242
2302
|
|
2303
|
+
msgid "Delete distributions"
|
2304
|
+
msgstr ""
|
2305
|
+
|
2243
2306
|
msgid "Delete manifest from Red Hat provider"
|
2244
2307
|
msgstr "從 Red Hat 供應者中刪除清單"
|
2245
2308
|
|
2246
2309
|
msgid "Delete multiple filters from a content view"
|
2247
2310
|
msgstr "从内容视图中删除多个过滤器"
|
2248
2311
|
|
2312
|
+
msgid "Delete orphan alternate content sources"
|
2313
|
+
msgstr ""
|
2314
|
+
|
2315
|
+
msgid "Delete orphan distributions"
|
2316
|
+
msgstr ""
|
2317
|
+
|
2318
|
+
msgid "Delete orphan remotes"
|
2319
|
+
msgstr ""
|
2320
|
+
|
2321
|
+
msgid "Delete orphan repository versions"
|
2322
|
+
msgstr ""
|
2323
|
+
|
2324
|
+
msgid "Delete orphaned migrated repositories"
|
2325
|
+
msgstr ""
|
2326
|
+
|
2327
|
+
msgid "Delete remote"
|
2328
|
+
msgstr ""
|
2329
|
+
|
2330
|
+
msgid "Delete repository references"
|
2331
|
+
msgstr ""
|
2332
|
+
|
2249
2333
|
msgid "Delete version"
|
2250
2334
|
msgstr "删除版本"
|
2251
2335
|
|
@@ -2276,6 +2360,9 @@ msgstr "删除版本 {versionList}"
|
|
2276
2360
|
msgid "Deleting versions: {versionList}"
|
2277
2361
|
msgstr "删除版本: {versionList}"
|
2278
2362
|
|
2363
|
+
msgid "Depth"
|
2364
|
+
msgstr ""
|
2365
|
+
|
2279
2366
|
msgid "Description"
|
2280
2367
|
msgstr "描述"
|
2281
2368
|
|
@@ -2339,6 +2426,12 @@ msgstr "销毁环境"
|
|
2339
2426
|
msgid "Destroy an environment in an organization"
|
2340
2427
|
msgstr "銷毀組織中的一個環境"
|
2341
2428
|
|
2429
|
+
msgid "Destroy exporter"
|
2430
|
+
msgstr ""
|
2431
|
+
|
2432
|
+
msgid "Destroy importer"
|
2433
|
+
msgstr ""
|
2434
|
+
|
2342
2435
|
msgid "Destroy one or more alternate content sources"
|
2343
2436
|
msgstr "销毁一个或多个备用内容源"
|
2344
2437
|
|
@@ -2522,6 +2615,9 @@ msgstr "从集合中启用存储库"
|
|
2522
2615
|
msgid "Enable repository sets"
|
2523
2616
|
msgstr "启用仓库集"
|
2524
2617
|
|
2618
|
+
msgid "Enable structured APT for deb content"
|
2619
|
+
msgstr ""
|
2620
|
+
|
2525
2621
|
msgid "Enable/Disable auto publish of composite view"
|
2526
2622
|
msgstr "启用/禁用自动发布复合视图"
|
2527
2623
|
|
@@ -2573,12 +2669,18 @@ msgstr "环境"
|
|
2573
2669
|
msgid "Environment ID"
|
2574
2670
|
msgstr ""
|
2575
2671
|
|
2672
|
+
msgid "Environment ID and content view ID must be provided together"
|
2673
|
+
msgstr ""
|
2674
|
+
|
2576
2675
|
msgid "Environment IDs"
|
2577
2676
|
msgstr "环境 ID"
|
2578
2677
|
|
2579
2678
|
msgid "Environment cannot be in its own promotion path"
|
2580
2679
|
msgstr "環境不能位於自己的推送路徑上"
|
2581
2680
|
|
2681
|
+
msgid "Environment contents refresh"
|
2682
|
+
msgstr ""
|
2683
|
+
|
2582
2684
|
msgid "Environment identifier"
|
2583
2685
|
msgstr "环境标识符"
|
2584
2686
|
|
@@ -2964,6 +3066,9 @@ msgstr ""
|
|
2964
3066
|
msgid "Generate host applicability"
|
2965
3067
|
msgstr "产生主机适用性"
|
2966
3068
|
|
3069
|
+
msgid "Generate metadata"
|
3070
|
+
msgstr ""
|
3071
|
+
|
2967
3072
|
msgid "Generate repository applicability"
|
2968
3073
|
msgstr "生成仓库适用性"
|
2969
3074
|
|
@@ -3036,12 +3141,18 @@ msgstr "HW 属性"
|
|
3036
3141
|
msgid "Has to be > 0"
|
3037
3142
|
msgstr "必须大于 0"
|
3038
3143
|
|
3144
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3145
|
+
msgstr ""
|
3146
|
+
|
3039
3147
|
msgid "Help"
|
3040
3148
|
msgstr ""
|
3041
3149
|
|
3042
3150
|
msgid "Helper"
|
3043
3151
|
msgstr "帮助"
|
3044
3152
|
|
3153
|
+
msgid "Hide Reclaim Space Warning"
|
3154
|
+
msgstr ""
|
3155
|
+
|
3045
3156
|
msgid "Hide affected activation keys"
|
3046
3157
|
msgstr "隐藏受影响的激活码"
|
3047
3158
|
|
@@ -3156,6 +3267,9 @@ msgstr "列出适用勘误的主机 ID"
|
|
3156
3267
|
msgid "Host id to list applicable packages for"
|
3157
3268
|
msgstr "主机 ID 以列出适用的软件包"
|
3158
3269
|
|
3270
|
+
msgid "Host identifier"
|
3271
|
+
msgstr ""
|
3272
|
+
|
3159
3273
|
msgid "Host lifecycle support expiration notification"
|
3160
3274
|
msgstr ""
|
3161
3275
|
|
@@ -3255,9 +3369,6 @@ msgstr "要禁用的软件仓库的 ID"
|
|
3255
3369
|
msgid "ID of the sync plan"
|
3256
3370
|
msgstr "同步计划的 ID"
|
3257
3371
|
|
3258
|
-
msgid "ID: %s doesn't exist "
|
3259
|
-
msgstr "ID:%s 不存在 "
|
3260
|
-
|
3261
3372
|
msgid "IDs of products to copy repository information from into a Simplified Alternate Content Source. Products must include at least one repository of the chosen content type."
|
3262
3373
|
msgstr "要从中复制仓库信息到 Simplified Alternate Content Source 的产品 ID。产品必须至少包含所选内容类型的一个仓库。"
|
3263
3374
|
|
@@ -3315,9 +3426,15 @@ msgstr "将同步限制于在的仓库 ID"
|
|
3315
3426
|
msgid "Id of the repository to limit verifying checksum on"
|
3316
3427
|
msgstr ""
|
3317
3428
|
|
3429
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3430
|
+
msgstr ""
|
3431
|
+
|
3318
3432
|
msgid "Id of the single content view to be associated with the host."
|
3319
3433
|
msgstr ""
|
3320
3434
|
|
3435
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3436
|
+
msgstr ""
|
3437
|
+
|
3321
3438
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3322
3439
|
msgstr ""
|
3323
3440
|
|
@@ -3368,6 +3485,9 @@ msgstr "如果主机由于重复的 DMI UUID 而未能注册,请在此处添
|
|
3368
3485
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3369
3486
|
msgstr ""
|
3370
3487
|
|
3488
|
+
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
3489
|
+
msgstr ""
|
3490
|
+
|
3371
3491
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3372
3492
|
msgstr "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
|
3373
3493
|
|
@@ -3389,6 +3509,9 @@ msgstr "如果启用此项,可以删除仓库,即使它们属于公布的内
|
|
3389
3509
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3390
3510
|
msgstr "如果启用此项,在没有环境的情况下,内容视图版本的软件仓库将在 '/pulp/content/<organization>//content_views/<content view>/X.Y/...' 中分发。"
|
3391
3511
|
|
3512
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3513
|
+
msgstr ""
|
3514
|
+
|
3392
3515
|
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3393
3516
|
msgstr ""
|
3394
3517
|
|
@@ -3476,6 +3599,9 @@ msgstr "导入软件仓库"
|
|
3476
3599
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3477
3600
|
msgstr ""
|
3478
3601
|
|
3602
|
+
msgid "Import migration"
|
3603
|
+
msgstr ""
|
3604
|
+
|
3479
3605
|
msgid "Import new manifest"
|
3480
3606
|
msgstr ""
|
3481
3607
|
|
@@ -3485,6 +3611,12 @@ msgstr "仅导入"
|
|
3485
3611
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3486
3612
|
msgstr "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
|
3487
3613
|
|
3614
|
+
msgid "Import repository upload"
|
3615
|
+
msgstr ""
|
3616
|
+
|
3617
|
+
msgid "Import upload"
|
3618
|
+
msgstr ""
|
3619
|
+
|
3488
3620
|
msgid "Import uploads into a repository"
|
3489
3621
|
msgstr "将上传文件导入仓库"
|
3490
3622
|
|
@@ -3581,6 +3713,9 @@ msgstr "信息类型需要是 [ %{list} ] 之一"
|
|
3581
3713
|
msgid "Inherit from Repository"
|
3582
3714
|
msgstr "从仓库继承"
|
3583
3715
|
|
3716
|
+
msgid "Initialize"
|
3717
|
+
msgstr ""
|
3718
|
+
|
3584
3719
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3585
3720
|
msgstr "启动同步计划中附加产品的同步"
|
3586
3721
|
|
@@ -3881,7 +4016,7 @@ msgstr "最新勘误"
|
|
3881
4016
|
msgid "Latest version"
|
3882
4017
|
msgstr "最新版本"
|
3883
4018
|
|
3884
|
-
msgid "Learn more about adding subscription manifests "
|
4019
|
+
msgid "Learn more about adding subscription manifests in "
|
3885
4020
|
msgstr ""
|
3886
4021
|
|
3887
4022
|
msgid "Legacy UI"
|
@@ -4019,6 +4154,9 @@ msgstr "列出此内容视图附带的组件"
|
|
4019
4154
|
msgid "List content counts for the smart proxy"
|
4020
4155
|
msgstr ""
|
4021
4156
|
|
4157
|
+
msgid "List content view environments"
|
4158
|
+
msgstr ""
|
4159
|
+
|
4022
4160
|
msgid "List content view versions"
|
4023
4161
|
msgstr "列出内容视图版本"
|
4024
4162
|
|
@@ -4390,6 +4528,15 @@ msgstr "模块流"
|
|
4390
4528
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4391
4529
|
msgstr "启用红帽存储库或创建自定义产品后,将在此处显示模块流。"
|
4392
4530
|
|
4531
|
+
msgid "Multi copy all units"
|
4532
|
+
msgstr ""
|
4533
|
+
|
4534
|
+
msgid "Multi copy content"
|
4535
|
+
msgstr ""
|
4536
|
+
|
4537
|
+
msgid "Multi copy units"
|
4538
|
+
msgstr ""
|
4539
|
+
|
4393
4540
|
msgid "Multi-entitlement"
|
4394
4541
|
msgstr "多权利"
|
4395
4542
|
|
@@ -4558,7 +4705,7 @@ msgstr ""
|
|
4558
4705
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4559
4706
|
msgstr ""
|
4560
4707
|
|
4561
|
-
msgid "No available packages found for search term '%s'.
|
4708
|
+
msgid "No available packages found for search term '%s'."
|
4562
4709
|
msgstr ""
|
4563
4710
|
|
4564
4711
|
msgid "No available repository or filter updates"
|
@@ -4576,6 +4723,12 @@ msgstr "未提供內容 ID"
|
|
4576
4723
|
msgid "No content in selected versions."
|
4577
4724
|
msgstr "所选版本中没有内容。"
|
4578
4725
|
|
4726
|
+
msgid "No content view environments found with ids: %{ids}"
|
4727
|
+
msgstr ""
|
4728
|
+
|
4729
|
+
msgid "No content view environments found with names: %{names}"
|
4730
|
+
msgstr ""
|
4731
|
+
|
4579
4732
|
msgid "No content view history events found."
|
4580
4733
|
msgstr "找不到内容视图历史记录事件。"
|
4581
4734
|
|
@@ -4831,7 +4984,7 @@ msgstr "没有符合您搜索条件的订阅。"
|
|
4831
4984
|
msgid "No syncable repositories found for selected products and options."
|
4832
4985
|
msgstr "找不到所选产品和选项的可同步仓库。"
|
4833
4986
|
|
4834
|
-
msgid "No upgradable packages found for search term '%s'.
|
4987
|
+
msgid "No upgradable packages found for search term '%s'."
|
4835
4988
|
msgstr ""
|
4836
4989
|
|
4837
4990
|
msgid "No upgradable packages found."
|
@@ -5362,6 +5515,9 @@ msgstr "产品内容"
|
|
5362
5515
|
msgid "Product Create"
|
5363
5516
|
msgstr "产品创建"
|
5364
5517
|
|
5518
|
+
msgid "Product Host Count"
|
5519
|
+
msgstr ""
|
5520
|
+
|
5365
5521
|
msgid "Product ID"
|
5366
5522
|
msgstr "产品 ID"
|
5367
5523
|
|
@@ -5549,6 +5705,9 @@ msgstr "Pulp 存储"
|
|
5549
5705
|
msgid "Pulp task error"
|
5550
5706
|
msgstr "Pulp 任务错误"
|
5551
5707
|
|
5708
|
+
msgid "Purge completed tasks"
|
5709
|
+
msgstr ""
|
5710
|
+
|
5552
5711
|
msgid "Python Package"
|
5553
5712
|
msgstr "Python 软件包"
|
5554
5713
|
|
@@ -5657,6 +5816,9 @@ msgstr "需要重启"
|
|
5657
5816
|
msgid "Reclaim Space"
|
5658
5817
|
msgstr "重新声明空间"
|
5659
5818
|
|
5819
|
+
msgid "Reclaim space"
|
5820
|
+
msgstr ""
|
5821
|
+
|
5660
5822
|
msgid "Reclaim space from On Demand repositories"
|
5661
5823
|
msgstr "重新声明来自 On Demand 软件仓库的空间"
|
5662
5824
|
|
@@ -5720,6 +5882,9 @@ msgstr "刷新清单"
|
|
5720
5882
|
msgid "Refresh all alternate content sources"
|
5721
5883
|
msgstr ""
|
5722
5884
|
|
5885
|
+
msgid "Refresh all distributions"
|
5886
|
+
msgstr ""
|
5887
|
+
|
5723
5888
|
msgid "Refresh alternate content sources"
|
5724
5889
|
msgstr "销毁备用内容源"
|
5725
5890
|
|
@@ -5732,15 +5897,27 @@ msgstr ""
|
|
5732
5897
|
msgid "Refresh counts"
|
5733
5898
|
msgstr ""
|
5734
5899
|
|
5900
|
+
msgid "Refresh distribution"
|
5901
|
+
msgstr ""
|
5902
|
+
|
5735
5903
|
msgid "Refresh errata applicability"
|
5736
5904
|
msgstr ""
|
5737
5905
|
|
5906
|
+
msgid "Refresh if needed"
|
5907
|
+
msgstr ""
|
5908
|
+
|
5738
5909
|
msgid "Refresh package applicability"
|
5739
5910
|
msgstr ""
|
5740
5911
|
|
5741
5912
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5742
5913
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
5743
5914
|
|
5915
|
+
msgid "Refresh remote"
|
5916
|
+
msgstr ""
|
5917
|
+
|
5918
|
+
msgid "Refresh repos"
|
5919
|
+
msgstr ""
|
5920
|
+
|
5744
5921
|
msgid "Refresh source"
|
5745
5922
|
msgstr "刷新源"
|
5746
5923
|
|
@@ -5879,6 +6056,9 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
|
|
5879
6056
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5880
6057
|
msgstr "从上游清单中删除一个或多个订阅"
|
5881
6058
|
|
6059
|
+
msgid "Remove orphans"
|
6060
|
+
msgstr ""
|
6061
|
+
|
5882
6062
|
msgid "Remove package group via Katello interface"
|
5883
6063
|
msgstr "通过 Katello 接口删除软件包组"
|
5884
6064
|
|
@@ -5906,6 +6086,12 @@ msgstr ""
|
|
5906
6086
|
msgid "Remove subscriptions from one or more hosts"
|
5907
6087
|
msgstr "从一个或多个主机上删除订阅"
|
5908
6088
|
|
6089
|
+
msgid "Remove units"
|
6090
|
+
msgstr ""
|
6091
|
+
|
6092
|
+
msgid "Remove unneeded repos"
|
6093
|
+
msgstr ""
|
6094
|
+
|
5909
6095
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5910
6096
|
msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
|
5911
6097
|
|
@@ -5930,6 +6116,9 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为 %{prod_id}
|
|
5930
6116
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5931
6117
|
msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
|
5932
6118
|
|
6119
|
+
msgid "Repair"
|
6120
|
+
msgstr ""
|
6121
|
+
|
5933
6122
|
msgid "Replace content source on the target machine"
|
5934
6123
|
msgstr ""
|
5935
6124
|
|
@@ -5948,12 +6137,18 @@ msgstr "软件仓库"
|
|
5948
6137
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5949
6138
|
msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
|
5950
6139
|
|
6140
|
+
msgid "Repositories certs reset"
|
6141
|
+
msgstr ""
|
6142
|
+
|
5951
6143
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
5952
6144
|
msgstr ""
|
5953
6145
|
|
5954
6146
|
msgid "Repositories from published Content Views are not allowed."
|
5955
6147
|
msgstr "不允许来自发布的内容视图中的仓库。"
|
5956
6148
|
|
6149
|
+
msgid "Repositories gpg reset"
|
6150
|
+
msgstr ""
|
6151
|
+
|
5957
6152
|
msgid "Repository"
|
5958
6153
|
msgstr "仓库"
|
5959
6154
|
|
@@ -6125,6 +6320,9 @@ msgstr "获取主机的单个勘误"
|
|
6125
6320
|
msgid "Return Red Hat (non-custom) products only"
|
6126
6321
|
msgstr "仅返回红帽(非定制)产品"
|
6127
6322
|
|
6323
|
+
msgid "Return a list of installed packages distinct by name"
|
6324
|
+
msgstr ""
|
6325
|
+
|
6128
6326
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6129
6327
|
msgstr "返回可以添加到指定对象的内容。支持的值为 'content_view_version' 和 'content_view_filter。"
|
6130
6328
|
|
@@ -6281,9 +6479,27 @@ msgstr "订阅将很快过期"
|
|
6281
6479
|
msgid "Save"
|
6282
6480
|
msgstr "保存"
|
6283
6481
|
|
6482
|
+
msgid "Save artifact"
|
6483
|
+
msgstr ""
|
6484
|
+
|
6485
|
+
msgid "Save distribution references"
|
6486
|
+
msgstr ""
|
6487
|
+
|
6488
|
+
msgid "Save publication"
|
6489
|
+
msgstr ""
|
6490
|
+
|
6491
|
+
msgid "Save version"
|
6492
|
+
msgstr ""
|
6493
|
+
|
6494
|
+
msgid "Save versions"
|
6495
|
+
msgstr ""
|
6496
|
+
|
6284
6497
|
msgid "Saving alternate content source..."
|
6285
6498
|
msgstr "更新备用内容源..."
|
6286
6499
|
|
6500
|
+
msgid "Scan cdn"
|
6501
|
+
msgstr ""
|
6502
|
+
|
6287
6503
|
msgid "Schema version 1"
|
6288
6504
|
msgstr ""
|
6289
6505
|
|
@@ -7064,6 +7280,9 @@ msgstr ""
|
|
7064
7280
|
msgid "Supported Content Types"
|
7065
7281
|
msgstr "支持的内容类型"
|
7066
7282
|
|
7283
|
+
msgid "Sync"
|
7284
|
+
msgstr ""
|
7285
|
+
|
7067
7286
|
msgid "Sync Canceled"
|
7068
7287
|
msgstr "已取消同步"
|
7069
7288
|
|
@@ -7641,6 +7860,9 @@ msgstr ""
|
|
7641
7860
|
msgid "To manage packages, select an action."
|
7642
7861
|
msgstr ""
|
7643
7862
|
|
7863
|
+
msgid "Toggle"
|
7864
|
+
msgstr ""
|
7865
|
+
|
7644
7866
|
msgid "Total steps: "
|
7645
7867
|
msgstr "总步骤: "
|
7646
7868
|
|
@@ -7935,6 +8157,9 @@ msgstr ""
|
|
7935
8157
|
msgid "Update content view environments for host %s"
|
7936
8158
|
msgstr ""
|
7937
8159
|
|
8160
|
+
msgid "Update distributions"
|
8161
|
+
msgstr ""
|
8162
|
+
|
7938
8163
|
msgid "Update hosts manually"
|
7939
8164
|
msgstr ""
|
7940
8165
|
|
@@ -7968,6 +8193,12 @@ msgstr "为主机更新发行版本"
|
|
7968
8193
|
msgid "Update release version for host %s"
|
7969
8194
|
msgstr "为主机 %s 更新发行版本"
|
7970
8195
|
|
8196
|
+
msgid "Update remote"
|
8197
|
+
msgstr ""
|
8198
|
+
|
8199
|
+
msgid "Update repository"
|
8200
|
+
msgstr ""
|
8201
|
+
|
7971
8202
|
msgid "Update services requiring restart"
|
7972
8203
|
msgstr "更新服务需要重启"
|
7973
8204
|
|
@@ -8058,6 +8289,12 @@ msgstr "上载文件内容的一部分"
|
|
8058
8289
|
msgid "Upload a subscription manifest"
|
8059
8290
|
msgstr "上载订阅清单"
|
8060
8291
|
|
8292
|
+
msgid "Upload content"
|
8293
|
+
msgstr ""
|
8294
|
+
|
8295
|
+
msgid "Upload file"
|
8296
|
+
msgstr ""
|
8297
|
+
|
8061
8298
|
msgid "Upload into"
|
8062
8299
|
msgstr "上传到"
|
8063
8300
|
|
@@ -8067,6 +8304,9 @@ msgstr ""
|
|
8067
8304
|
msgid "Upload request id"
|
8068
8305
|
msgstr "上传请求 ID"
|
8069
8306
|
|
8307
|
+
msgid "Upload tag"
|
8308
|
+
msgstr ""
|
8309
|
+
|
8070
8310
|
msgid "Upstream Candlepin"
|
8071
8311
|
msgstr "上游 Candlepin"
|
8072
8312
|
|
@@ -8649,9 +8889,6 @@ msgstr "内容视图过滤器标识符"
|
|
8649
8889
|
msgid "content view filter rule identifier"
|
8650
8890
|
msgstr "内容视图过滤规则标识符"
|
8651
8891
|
|
8652
|
-
msgid "content view id"
|
8653
|
-
msgstr "內容視域 ID"
|
8654
|
-
|
8655
8892
|
msgid "content view identifier"
|
8656
8893
|
msgstr "內容視域識別子"
|
8657
8894
|
|
@@ -8739,12 +8976,6 @@ msgstr ""
|
|
8739
8976
|
msgid "enhancements"
|
8740
8977
|
msgstr ""
|
8741
8978
|
|
8742
|
-
msgid "environment"
|
8743
|
-
msgstr "環境"
|
8744
|
-
|
8745
|
-
msgid "environment id"
|
8746
|
-
msgstr "环境 ID"
|
8747
|
-
|
8748
8979
|
msgid "environment identifier"
|
8749
8980
|
msgstr "環境識別子"
|
8750
8981
|
|
@@ -9015,9 +9246,6 @@ msgstr "仓库名称"
|
|
9015
9246
|
msgid "name of the subscription"
|
9016
9247
|
msgstr "订阅名称"
|
9017
9248
|
|
9018
|
-
msgid "name: %s doesn't exist "
|
9019
|
-
msgstr "名称:%s 不存在 "
|
9020
|
-
|
9021
9249
|
msgid "new name for the filter"
|
9022
9250
|
msgstr "篩選器的新名稱"
|
9023
9251
|
|
@@ -9186,6 +9414,9 @@ msgstr "同步计划数字标识符"
|
|
9186
9414
|
msgid "system registration"
|
9187
9415
|
msgstr ""
|
9188
9416
|
|
9417
|
+
msgid "the documentation."
|
9418
|
+
msgstr ""
|
9419
|
+
|
9189
9420
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9190
9421
|
msgstr "以下属性不能为红帽供应商更新: [ %s ]"
|
9191
9422
|
|