katello 4.14.1 → 4.15.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/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/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 +24 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +11 -6
- 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/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/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/de/katello.po
CHANGED
@@ -434,10 +434,10 @@ msgstr ""
|
|
434
434
|
msgid "A backend service [ %s ] is unreachable"
|
435
435
|
msgstr "Ein Back-End-Dienst [ %s ] kann nicht erreicht werden"
|
436
436
|
|
437
|
-
msgid "A comma-separated list of refs to include during
|
437
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
438
438
|
msgstr ""
|
439
439
|
|
440
|
-
msgid "A comma-separated list of tags to exclude during
|
440
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
441
441
|
msgstr ""
|
442
442
|
|
443
443
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -491,9 +491,6 @@ msgstr ""
|
|
491
491
|
msgid "About page"
|
492
492
|
msgstr "Über die Seite"
|
493
493
|
|
494
|
-
msgid "Abstract"
|
495
|
-
msgstr ""
|
496
|
-
|
497
494
|
msgid "Abstract async task"
|
498
495
|
msgstr "Übersicht asynchrone Aufgabe"
|
499
496
|
|
@@ -524,6 +521,15 @@ msgstr "Aktivierungsschlüssel"
|
|
524
521
|
msgid "Activation key"
|
525
522
|
msgstr "Aktivierungsschlüssel"
|
526
523
|
|
524
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
528
|
+
msgstr ""
|
529
|
+
|
530
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
531
|
+
msgstr ""
|
532
|
+
|
527
533
|
msgid "Activation key ID"
|
528
534
|
msgstr "Aktivierungsschlüssel-ID"
|
529
535
|
|
@@ -539,6 +545,9 @@ msgstr ""
|
|
539
545
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
540
546
|
msgstr "Aktivierungsschlüssel für den Subscription-Manager-Client, erforderlich für CentOS und Red Hat Enterprise Linux. Für mehrere Schlüssel verwenden Sie stattdessen den Parameter `activation_keys`."
|
541
547
|
|
548
|
+
msgid "Activation key identifier"
|
549
|
+
msgstr ""
|
550
|
+
|
542
551
|
msgid "Activation key(s) to use during registration"
|
543
552
|
msgstr ""
|
544
553
|
|
@@ -791,6 +800,9 @@ msgid ""
|
|
791
800
|
"%{error_message}"
|
792
801
|
msgstr ""
|
793
802
|
|
803
|
+
msgid "An option to specify how many ostree commits to traverse."
|
804
|
+
msgstr ""
|
805
|
+
|
794
806
|
msgid "Another component already includes content view with ID %s"
|
795
807
|
msgstr "Eine weitere Komponente beinhaltet bereits die Inhaltsansicht mit ID %s"
|
796
808
|
|
@@ -899,6 +911,12 @@ msgstr "Array der Komponenten zum hinzufügen"
|
|
899
911
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
900
912
|
msgstr "Array der Kontent-View Komponenten ID zum entfernen. Identifizierer der Komponenten-Assoziation "
|
901
913
|
|
914
|
+
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."
|
915
|
+
msgstr ""
|
916
|
+
|
917
|
+
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."
|
918
|
+
msgstr ""
|
919
|
+
|
902
920
|
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."
|
903
921
|
msgstr ""
|
904
922
|
|
@@ -943,6 +961,9 @@ msgstr "Weisen Sie die Release-Version einem oder mehreren Hosts zu"
|
|
943
961
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
944
962
|
msgstr ""
|
945
963
|
|
964
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
965
|
+
msgstr ""
|
966
|
+
|
946
967
|
msgid "Associated location IDs"
|
947
968
|
msgstr "Zugehörige Standort-IDs"
|
948
969
|
|
@@ -1198,6 +1219,9 @@ msgstr "Verbundversionen können nicht in einer Verbundinhaltsansicht hinzugefü
|
|
1198
1219
|
msgid "Cannot add composite versions to another composite content view"
|
1199
1220
|
msgstr "Verbundversionen können nicht einer anderen Verbundinhaltsansicht hinzugefügt werden"
|
1200
1221
|
|
1222
|
+
msgid "Cannot add content view environments from a different organization"
|
1223
|
+
msgstr ""
|
1224
|
+
|
1201
1225
|
msgid "Cannot add default content view to composite content view"
|
1202
1226
|
msgstr "Standardinhaltsansicht kann nicht zu Verbundinhaltsansicht hinzugefügt werden"
|
1203
1227
|
|
@@ -1282,7 +1306,7 @@ msgstr ""
|
|
1282
1306
|
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."
|
1283
1307
|
msgstr ""
|
1284
1308
|
|
1285
|
-
msgid "Cannot install errata: No
|
1309
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1286
1310
|
msgstr ""
|
1287
1311
|
|
1288
1312
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1315,7 +1339,7 @@ msgstr "Inhalte aus einem nicht benutzerdefinierten Repository können nicht ent
|
|
1315
1339
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1316
1340
|
msgstr "Inhaltsansicht kann nicht aus Umgebung entfernt werden. Inhaltsansicht \"%{view}\" befindet sich nicht in Lebenszyklusumgebung \"%{env}\"."
|
1317
1341
|
|
1318
|
-
msgid "Cannot remove package(s):
|
1342
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1319
1343
|
msgstr ""
|
1320
1344
|
|
1321
1345
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1339,7 +1363,7 @@ msgstr "file://-Repositorys können nicht mit der On-Demand-Download-Richtlinie
|
|
1339
1363
|
msgid "Cannot update properties of a container push repository"
|
1340
1364
|
msgstr ""
|
1341
1365
|
|
1342
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1366
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1343
1367
|
msgstr ""
|
1344
1368
|
|
1345
1369
|
msgid "Cannot upload Ansible collections."
|
@@ -1423,6 +1447,12 @@ msgstr "Schließen"
|
|
1423
1447
|
msgid "Collapse All"
|
1424
1448
|
msgstr "Alle einklappen"
|
1425
1449
|
|
1450
|
+
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."
|
1451
|
+
msgstr ""
|
1452
|
+
|
1453
|
+
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."
|
1454
|
+
msgstr ""
|
1455
|
+
|
1426
1456
|
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."
|
1427
1457
|
msgstr ""
|
1428
1458
|
|
@@ -1435,6 +1465,9 @@ msgstr ""
|
|
1435
1465
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1436
1466
|
msgstr ""
|
1437
1467
|
|
1468
|
+
msgid "Commit upload"
|
1469
|
+
msgstr ""
|
1470
|
+
|
1438
1471
|
msgid "Compare"
|
1439
1472
|
msgstr "Vergleichen"
|
1440
1473
|
|
@@ -1780,15 +1813,24 @@ msgstr "In die Zwischenablage kopiert"
|
|
1780
1813
|
msgid "Copy"
|
1781
1814
|
msgstr "Kopieren"
|
1782
1815
|
|
1816
|
+
msgid "Copy all units"
|
1817
|
+
msgstr ""
|
1818
|
+
|
1783
1819
|
msgid "Copy an activation key"
|
1784
1820
|
msgstr "Aktivierungsschlüssel kopieren"
|
1785
1821
|
|
1822
|
+
msgid "Copy content"
|
1823
|
+
msgstr ""
|
1824
|
+
|
1786
1825
|
msgid "Copy content view"
|
1787
1826
|
msgstr ""
|
1788
1827
|
|
1789
1828
|
msgid "Copy to clipboard"
|
1790
1829
|
msgstr "In Zwischenablage abspeichern"
|
1791
1830
|
|
1831
|
+
msgid "Copy version"
|
1832
|
+
msgstr ""
|
1833
|
+
|
1792
1834
|
msgid "Copy version units to library"
|
1793
1835
|
msgstr "Versionseinheiten in Bibliothek kopieren"
|
1794
1836
|
|
@@ -1876,8 +1918,8 @@ msgstr "Inhaltshost-Inhaltsansichts-ID \"%s\" konnte nicht gefunden werden."
|
|
1876
1918
|
msgid "Couldn't find content host environment '%s'"
|
1877
1919
|
msgstr "Inhaltshostumgebung \"%s\" konnte nicht gefunden werden."
|
1878
1920
|
|
1879
|
-
msgid "Couldn't find content view '%
|
1880
|
-
msgstr "
|
1921
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1922
|
+
msgstr ""
|
1881
1923
|
|
1882
1924
|
msgid "Couldn't find content view version '%s'"
|
1883
1925
|
msgstr "Inhaltsansichtsversion \"%s\" konnte nicht gefunden werden."
|
@@ -1936,6 +1978,9 @@ msgstr ""
|
|
1936
1978
|
msgid "Create Alternate Content Source"
|
1937
1979
|
msgstr ""
|
1938
1980
|
|
1981
|
+
msgid "Create Container Push Repository Root"
|
1982
|
+
msgstr ""
|
1983
|
+
|
1939
1984
|
msgid "Create Export History"
|
1940
1985
|
msgstr "Exportverlauf erstellen"
|
1941
1986
|
|
@@ -1993,12 +2038,21 @@ msgstr ""
|
|
1993
2038
|
msgid "Create content view"
|
1994
2039
|
msgstr "Inhaltsansicht erstellen"
|
1995
2040
|
|
2041
|
+
msgid "Create exporter"
|
2042
|
+
msgstr ""
|
2043
|
+
|
1996
2044
|
msgid "Create filter"
|
1997
2045
|
msgstr "Filter erstellen"
|
1998
2046
|
|
1999
2047
|
msgid "Create host collection"
|
2000
2048
|
msgstr ""
|
2001
2049
|
|
2050
|
+
msgid "Create import"
|
2051
|
+
msgstr ""
|
2052
|
+
|
2053
|
+
msgid "Create importer"
|
2054
|
+
msgstr ""
|
2055
|
+
|
2002
2056
|
msgid "Create new activation key"
|
2003
2057
|
msgstr ""
|
2004
2058
|
|
@@ -2008,6 +2062,12 @@ msgstr "Organisation erstellen"
|
|
2008
2062
|
msgid "Create package filter rule"
|
2009
2063
|
msgstr ""
|
2010
2064
|
|
2065
|
+
msgid "Create publication"
|
2066
|
+
msgstr ""
|
2067
|
+
|
2068
|
+
msgid "Create remote"
|
2069
|
+
msgstr ""
|
2070
|
+
|
2011
2071
|
msgid "Create rule"
|
2012
2072
|
msgstr "Regel erstellen"
|
2013
2073
|
|
@@ -2254,12 +2314,36 @@ msgstr ""
|
|
2254
2314
|
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."
|
2255
2315
|
msgstr ""
|
2256
2316
|
|
2317
|
+
msgid "Delete distributions"
|
2318
|
+
msgstr ""
|
2319
|
+
|
2257
2320
|
msgid "Delete manifest from Red Hat provider"
|
2258
2321
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
2259
2322
|
|
2260
2323
|
msgid "Delete multiple filters from a content view"
|
2261
2324
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
2262
2325
|
|
2326
|
+
msgid "Delete orphan alternate content sources"
|
2327
|
+
msgstr ""
|
2328
|
+
|
2329
|
+
msgid "Delete orphan distributions"
|
2330
|
+
msgstr ""
|
2331
|
+
|
2332
|
+
msgid "Delete orphan remotes"
|
2333
|
+
msgstr ""
|
2334
|
+
|
2335
|
+
msgid "Delete orphan repository versions"
|
2336
|
+
msgstr ""
|
2337
|
+
|
2338
|
+
msgid "Delete orphaned migrated repositories"
|
2339
|
+
msgstr ""
|
2340
|
+
|
2341
|
+
msgid "Delete remote"
|
2342
|
+
msgstr ""
|
2343
|
+
|
2344
|
+
msgid "Delete repository references"
|
2345
|
+
msgstr ""
|
2346
|
+
|
2263
2347
|
msgid "Delete version"
|
2264
2348
|
msgstr ""
|
2265
2349
|
|
@@ -2290,6 +2374,9 @@ msgstr ""
|
|
2290
2374
|
msgid "Deleting versions: {versionList}"
|
2291
2375
|
msgstr ""
|
2292
2376
|
|
2377
|
+
msgid "Depth"
|
2378
|
+
msgstr ""
|
2379
|
+
|
2293
2380
|
msgid "Description"
|
2294
2381
|
msgstr "Beschreibung"
|
2295
2382
|
|
@@ -2353,6 +2440,12 @@ msgstr "Umgebung löschen"
|
|
2353
2440
|
msgid "Destroy an environment in an organization"
|
2354
2441
|
msgstr "Umgebung in einer Organisation löschen"
|
2355
2442
|
|
2443
|
+
msgid "Destroy exporter"
|
2444
|
+
msgstr ""
|
2445
|
+
|
2446
|
+
msgid "Destroy importer"
|
2447
|
+
msgstr ""
|
2448
|
+
|
2356
2449
|
msgid "Destroy one or more alternate content sources"
|
2357
2450
|
msgstr ""
|
2358
2451
|
|
@@ -2536,6 +2629,9 @@ msgstr "Ein Repository aus der Gruppe aktivieren"
|
|
2536
2629
|
msgid "Enable repository sets"
|
2537
2630
|
msgstr ""
|
2538
2631
|
|
2632
|
+
msgid "Enable structured APT for deb content"
|
2633
|
+
msgstr ""
|
2634
|
+
|
2539
2635
|
msgid "Enable/Disable auto publish of composite view"
|
2540
2636
|
msgstr "Aktivieren/Deaktivieren der automatischen Veröffentlichung der zusammengesetzten Ansicht"
|
2541
2637
|
|
@@ -2587,12 +2683,18 @@ msgstr "Umgebung"
|
|
2587
2683
|
msgid "Environment ID"
|
2588
2684
|
msgstr ""
|
2589
2685
|
|
2686
|
+
msgid "Environment ID and content view ID must be provided together"
|
2687
|
+
msgstr ""
|
2688
|
+
|
2590
2689
|
msgid "Environment IDs"
|
2591
2690
|
msgstr "Umgebungs-IDs"
|
2592
2691
|
|
2593
2692
|
msgid "Environment cannot be in its own promotion path"
|
2594
2693
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
2595
2694
|
|
2695
|
+
msgid "Environment contents refresh"
|
2696
|
+
msgstr ""
|
2697
|
+
|
2596
2698
|
msgid "Environment identifier"
|
2597
2699
|
msgstr "Umgebungskennung"
|
2598
2700
|
|
@@ -2978,6 +3080,9 @@ msgstr ""
|
|
2978
3080
|
msgid "Generate host applicability"
|
2979
3081
|
msgstr "Hostanwendbarkeit generieren"
|
2980
3082
|
|
3083
|
+
msgid "Generate metadata"
|
3084
|
+
msgstr ""
|
3085
|
+
|
2981
3086
|
msgid "Generate repository applicability"
|
2982
3087
|
msgstr "Repository-Anwendbarkeit generieren"
|
2983
3088
|
|
@@ -3050,12 +3155,18 @@ msgstr "HW-Eigenschaften"
|
|
3050
3155
|
msgid "Has to be > 0"
|
3051
3156
|
msgstr "Muss > 0 . sein"
|
3052
3157
|
|
3158
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3159
|
+
msgstr ""
|
3160
|
+
|
3053
3161
|
msgid "Help"
|
3054
3162
|
msgstr ""
|
3055
3163
|
|
3056
3164
|
msgid "Helper"
|
3057
3165
|
msgstr "Helfer"
|
3058
3166
|
|
3167
|
+
msgid "Hide Reclaim Space Warning"
|
3168
|
+
msgstr ""
|
3169
|
+
|
3059
3170
|
msgid "Hide affected activation keys"
|
3060
3171
|
msgstr ""
|
3061
3172
|
|
@@ -3170,6 +3281,9 @@ msgstr "Host-ID zum Auflisten der anwendbaren Errata für"
|
|
3170
3281
|
msgid "Host id to list applicable packages for"
|
3171
3282
|
msgstr "Host-ID zum Auflisten der anwendbaren Pakete für"
|
3172
3283
|
|
3284
|
+
msgid "Host identifier"
|
3285
|
+
msgstr ""
|
3286
|
+
|
3173
3287
|
msgid "Host lifecycle support expiration notification"
|
3174
3288
|
msgstr ""
|
3175
3289
|
|
@@ -3269,9 +3383,6 @@ msgstr ""
|
|
3269
3383
|
msgid "ID of the sync plan"
|
3270
3384
|
msgstr "ID des Synchronisationsplans"
|
3271
3385
|
|
3272
|
-
msgid "ID: %s doesn't exist "
|
3273
|
-
msgstr "ID: %s existiert nicht"
|
3274
|
-
|
3275
3386
|
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."
|
3276
3387
|
msgstr ""
|
3277
3388
|
|
@@ -3329,9 +3440,15 @@ msgstr ""
|
|
3329
3440
|
msgid "Id of the repository to limit verifying checksum on"
|
3330
3441
|
msgstr ""
|
3331
3442
|
|
3443
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3444
|
+
msgstr ""
|
3445
|
+
|
3332
3446
|
msgid "Id of the single content view to be associated with the host."
|
3333
3447
|
msgstr ""
|
3334
3448
|
|
3449
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3450
|
+
msgstr ""
|
3451
|
+
|
3335
3452
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3336
3453
|
msgstr ""
|
3337
3454
|
|
@@ -3382,6 +3499,9 @@ msgstr ""
|
|
3382
3499
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3383
3500
|
msgstr ""
|
3384
3501
|
|
3502
|
+
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'."
|
3503
|
+
msgstr ""
|
3504
|
+
|
3385
3505
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3386
3506
|
msgstr "Falls angegeben, entfernen Sie die erste Instanz einer Subskription mit passender ID und Anzahl"
|
3387
3507
|
|
@@ -3403,6 +3523,9 @@ msgstr ""
|
|
3403
3523
|
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/...'."
|
3404
3524
|
msgstr ""
|
3405
3525
|
|
3526
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3527
|
+
msgstr ""
|
3528
|
+
|
3406
3529
|
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."
|
3407
3530
|
msgstr ""
|
3408
3531
|
|
@@ -3490,6 +3613,9 @@ msgstr ""
|
|
3490
3613
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3491
3614
|
msgstr ""
|
3492
3615
|
|
3616
|
+
msgid "Import migration"
|
3617
|
+
msgstr ""
|
3618
|
+
|
3493
3619
|
msgid "Import new manifest"
|
3494
3620
|
msgstr ""
|
3495
3621
|
|
@@ -3499,6 +3625,12 @@ msgstr ""
|
|
3499
3625
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3500
3626
|
msgstr ""
|
3501
3627
|
|
3628
|
+
msgid "Import repository upload"
|
3629
|
+
msgstr ""
|
3630
|
+
|
3631
|
+
msgid "Import upload"
|
3632
|
+
msgstr ""
|
3633
|
+
|
3502
3634
|
msgid "Import uploads into a repository"
|
3503
3635
|
msgstr "Uploads in ein Repository importieren"
|
3504
3636
|
|
@@ -3595,6 +3727,9 @@ msgstr "Relevante Typen sind folgende [ %{list} ]"
|
|
3595
3727
|
msgid "Inherit from Repository"
|
3596
3728
|
msgstr "Vom Repository erben"
|
3597
3729
|
|
3730
|
+
msgid "Initialize"
|
3731
|
+
msgstr ""
|
3732
|
+
|
3598
3733
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3599
3734
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
3600
3735
|
|
@@ -3895,7 +4030,7 @@ msgstr "Neueste Errata"
|
|
3895
4030
|
msgid "Latest version"
|
3896
4031
|
msgstr "Letzte Version"
|
3897
4032
|
|
3898
|
-
msgid "Learn more about adding subscription manifests "
|
4033
|
+
msgid "Learn more about adding subscription manifests in "
|
3899
4034
|
msgstr ""
|
3900
4035
|
|
3901
4036
|
msgid "Legacy UI"
|
@@ -4033,6 +4168,9 @@ msgstr "Zeige die Komponenten an die diesem Kontent-View beigefügt sind"
|
|
4033
4168
|
msgid "List content counts for the smart proxy"
|
4034
4169
|
msgstr ""
|
4035
4170
|
|
4171
|
+
msgid "List content view environments"
|
4172
|
+
msgstr ""
|
4173
|
+
|
4036
4174
|
msgid "List content view versions"
|
4037
4175
|
msgstr "Versionen der Inhaltsansicht auflisten"
|
4038
4176
|
|
@@ -4404,6 +4542,15 @@ msgstr ""
|
|
4404
4542
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4405
4543
|
msgstr ""
|
4406
4544
|
|
4545
|
+
msgid "Multi copy all units"
|
4546
|
+
msgstr ""
|
4547
|
+
|
4548
|
+
msgid "Multi copy content"
|
4549
|
+
msgstr ""
|
4550
|
+
|
4551
|
+
msgid "Multi copy units"
|
4552
|
+
msgstr ""
|
4553
|
+
|
4407
4554
|
msgid "Multi-entitlement"
|
4408
4555
|
msgstr "Multi-Berechtigung"
|
4409
4556
|
|
@@ -4570,7 +4717,7 @@ msgstr ""
|
|
4570
4717
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4571
4718
|
msgstr ""
|
4572
4719
|
|
4573
|
-
msgid "No available packages found for search term '%s'.
|
4720
|
+
msgid "No available packages found for search term '%s'."
|
4574
4721
|
msgstr ""
|
4575
4722
|
|
4576
4723
|
msgid "No available repository or filter updates"
|
@@ -4588,6 +4735,12 @@ msgstr "Keine Inhalts-IDs angegeben"
|
|
4588
4735
|
msgid "No content in selected versions."
|
4589
4736
|
msgstr ""
|
4590
4737
|
|
4738
|
+
msgid "No content view environments found with ids: %{ids}"
|
4739
|
+
msgstr ""
|
4740
|
+
|
4741
|
+
msgid "No content view environments found with names: %{names}"
|
4742
|
+
msgstr ""
|
4743
|
+
|
4591
4744
|
msgid "No content view history events found."
|
4592
4745
|
msgstr "Keine vergangenen Ereignisse der Inhaltsansicht gefunden."
|
4593
4746
|
|
@@ -4843,7 +4996,7 @@ msgstr "Keine Abonnements entsprechen Ihren Suchkriterien."
|
|
4843
4996
|
msgid "No syncable repositories found for selected products and options."
|
4844
4997
|
msgstr "Für ausgewählte Produkte und Optionen wurden keine synchronisierbaren Repositorys gefunden."
|
4845
4998
|
|
4846
|
-
msgid "No upgradable packages found for search term '%s'.
|
4999
|
+
msgid "No upgradable packages found for search term '%s'."
|
4847
5000
|
msgstr ""
|
4848
5001
|
|
4849
5002
|
msgid "No upgradable packages found."
|
@@ -5374,6 +5527,9 @@ msgstr "Produktinhalt"
|
|
5374
5527
|
msgid "Product Create"
|
5375
5528
|
msgstr "Produkt erstellen"
|
5376
5529
|
|
5530
|
+
msgid "Product Host Count"
|
5531
|
+
msgstr ""
|
5532
|
+
|
5377
5533
|
msgid "Product ID"
|
5378
5534
|
msgstr "Produkt-ID"
|
5379
5535
|
|
@@ -5561,6 +5717,9 @@ msgstr "Pulp-Speicher"
|
|
5561
5717
|
msgid "Pulp task error"
|
5562
5718
|
msgstr "Pulp-Aufgabenfehler"
|
5563
5719
|
|
5720
|
+
msgid "Purge completed tasks"
|
5721
|
+
msgstr ""
|
5722
|
+
|
5564
5723
|
msgid "Python Package"
|
5565
5724
|
msgstr ""
|
5566
5725
|
|
@@ -5669,6 +5828,9 @@ msgstr "Neustart erforderlich"
|
|
5669
5828
|
msgid "Reclaim Space"
|
5670
5829
|
msgstr ""
|
5671
5830
|
|
5831
|
+
msgid "Reclaim space"
|
5832
|
+
msgstr ""
|
5833
|
+
|
5672
5834
|
msgid "Reclaim space from On Demand repositories"
|
5673
5835
|
msgstr ""
|
5674
5836
|
|
@@ -5732,6 +5894,9 @@ msgstr "Manifest aktualisieren"
|
|
5732
5894
|
msgid "Refresh all alternate content sources"
|
5733
5895
|
msgstr ""
|
5734
5896
|
|
5897
|
+
msgid "Refresh all distributions"
|
5898
|
+
msgstr ""
|
5899
|
+
|
5735
5900
|
msgid "Refresh alternate content sources"
|
5736
5901
|
msgstr ""
|
5737
5902
|
|
@@ -5744,15 +5909,27 @@ msgstr ""
|
|
5744
5909
|
msgid "Refresh counts"
|
5745
5910
|
msgstr ""
|
5746
5911
|
|
5912
|
+
msgid "Refresh distribution"
|
5913
|
+
msgstr ""
|
5914
|
+
|
5747
5915
|
msgid "Refresh errata applicability"
|
5748
5916
|
msgstr ""
|
5749
5917
|
|
5918
|
+
msgid "Refresh if needed"
|
5919
|
+
msgstr ""
|
5920
|
+
|
5750
5921
|
msgid "Refresh package applicability"
|
5751
5922
|
msgstr ""
|
5752
5923
|
|
5753
5924
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5754
5925
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
5755
5926
|
|
5927
|
+
msgid "Refresh remote"
|
5928
|
+
msgstr ""
|
5929
|
+
|
5930
|
+
msgid "Refresh repos"
|
5931
|
+
msgstr ""
|
5932
|
+
|
5756
5933
|
msgid "Refresh source"
|
5757
5934
|
msgstr ""
|
5758
5935
|
|
@@ -5891,6 +6068,9 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
5891
6068
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5892
6069
|
msgstr ""
|
5893
6070
|
|
6071
|
+
msgid "Remove orphans"
|
6072
|
+
msgstr ""
|
6073
|
+
|
5894
6074
|
msgid "Remove package group via Katello interface"
|
5895
6075
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
5896
6076
|
|
@@ -5918,6 +6098,12 @@ msgstr ""
|
|
5918
6098
|
msgid "Remove subscriptions from one or more hosts"
|
5919
6099
|
msgstr "Abonnements von einem oder mehreren Hosts entfernen"
|
5920
6100
|
|
6101
|
+
msgid "Remove units"
|
6102
|
+
msgstr ""
|
6103
|
+
|
6104
|
+
msgid "Remove unneeded repos"
|
6105
|
+
msgstr ""
|
6106
|
+
|
5921
6107
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5922
6108
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
5923
6109
|
|
@@ -5942,6 +6128,9 @@ msgstr ""
|
|
5942
6128
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5943
6129
|
msgstr ""
|
5944
6130
|
|
6131
|
+
msgid "Repair"
|
6132
|
+
msgstr ""
|
6133
|
+
|
5945
6134
|
msgid "Replace content source on the target machine"
|
5946
6135
|
msgstr ""
|
5947
6136
|
|
@@ -5960,12 +6149,18 @@ msgstr "Repositorys"
|
|
5960
6149
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5961
6150
|
msgstr ""
|
5962
6151
|
|
6152
|
+
msgid "Repositories certs reset"
|
6153
|
+
msgstr ""
|
6154
|
+
|
5963
6155
|
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."
|
5964
6156
|
msgstr ""
|
5965
6157
|
|
5966
6158
|
msgid "Repositories from published Content Views are not allowed."
|
5967
6159
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
5968
6160
|
|
6161
|
+
msgid "Repositories gpg reset"
|
6162
|
+
msgstr ""
|
6163
|
+
|
5969
6164
|
msgid "Repository"
|
5970
6165
|
msgstr "Repository"
|
5971
6166
|
|
@@ -6137,6 +6332,9 @@ msgstr "Einzelnes Erratum für einen Host abrufen"
|
|
6137
6332
|
msgid "Return Red Hat (non-custom) products only"
|
6138
6333
|
msgstr "Return Red Hat (non-custom) products only"
|
6139
6334
|
|
6335
|
+
msgid "Return a list of installed packages distinct by name"
|
6336
|
+
msgstr ""
|
6337
|
+
|
6140
6338
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6141
6339
|
msgstr "Gibt Inhalt zurück, der dem angegebenen Objekt hinzugefügt werden kann. Die Werte 'content_view_version' und 'content_view_filter' werden unterstützt."
|
6142
6340
|
|
@@ -6293,9 +6491,27 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
6293
6491
|
msgid "Save"
|
6294
6492
|
msgstr "Speichern"
|
6295
6493
|
|
6494
|
+
msgid "Save artifact"
|
6495
|
+
msgstr ""
|
6496
|
+
|
6497
|
+
msgid "Save distribution references"
|
6498
|
+
msgstr ""
|
6499
|
+
|
6500
|
+
msgid "Save publication"
|
6501
|
+
msgstr ""
|
6502
|
+
|
6503
|
+
msgid "Save version"
|
6504
|
+
msgstr ""
|
6505
|
+
|
6506
|
+
msgid "Save versions"
|
6507
|
+
msgstr ""
|
6508
|
+
|
6296
6509
|
msgid "Saving alternate content source..."
|
6297
6510
|
msgstr ""
|
6298
6511
|
|
6512
|
+
msgid "Scan cdn"
|
6513
|
+
msgstr ""
|
6514
|
+
|
6299
6515
|
msgid "Schema version 1"
|
6300
6516
|
msgstr ""
|
6301
6517
|
|
@@ -7076,6 +7292,9 @@ msgstr ""
|
|
7076
7292
|
msgid "Supported Content Types"
|
7077
7293
|
msgstr "Unterstützte Inhaltstypen"
|
7078
7294
|
|
7295
|
+
msgid "Sync"
|
7296
|
+
msgstr ""
|
7297
|
+
|
7079
7298
|
msgid "Sync Canceled"
|
7080
7299
|
msgstr "Synchronisation abgebrochen"
|
7081
7300
|
|
@@ -7657,6 +7876,9 @@ msgstr ""
|
|
7657
7876
|
msgid "To manage packages, select an action."
|
7658
7877
|
msgstr ""
|
7659
7878
|
|
7879
|
+
msgid "Toggle"
|
7880
|
+
msgstr ""
|
7881
|
+
|
7660
7882
|
msgid "Total steps: "
|
7661
7883
|
msgstr "Gesamtschritte:"
|
7662
7884
|
|
@@ -7951,6 +8173,9 @@ msgstr ""
|
|
7951
8173
|
msgid "Update content view environments for host %s"
|
7952
8174
|
msgstr ""
|
7953
8175
|
|
8176
|
+
msgid "Update distributions"
|
8177
|
+
msgstr ""
|
8178
|
+
|
7954
8179
|
msgid "Update hosts manually"
|
7955
8180
|
msgstr ""
|
7956
8181
|
|
@@ -7984,6 +8209,12 @@ msgstr "Release-Version für Host aktualisieren"
|
|
7984
8209
|
msgid "Update release version for host %s"
|
7985
8210
|
msgstr "Release-Version für Host aktualisieren %s"
|
7986
8211
|
|
8212
|
+
msgid "Update remote"
|
8213
|
+
msgstr ""
|
8214
|
+
|
8215
|
+
msgid "Update repository"
|
8216
|
+
msgstr ""
|
8217
|
+
|
7987
8218
|
msgid "Update services requiring restart"
|
7988
8219
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
7989
8220
|
|
@@ -8074,6 +8305,12 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
8074
8305
|
msgid "Upload a subscription manifest"
|
8075
8306
|
msgstr "Subskriptionsmanifest hochladen"
|
8076
8307
|
|
8308
|
+
msgid "Upload content"
|
8309
|
+
msgstr ""
|
8310
|
+
|
8311
|
+
msgid "Upload file"
|
8312
|
+
msgstr ""
|
8313
|
+
|
8077
8314
|
msgid "Upload into"
|
8078
8315
|
msgstr "Hochgeladen in"
|
8079
8316
|
|
@@ -8083,6 +8320,9 @@ msgstr ""
|
|
8083
8320
|
msgid "Upload request id"
|
8084
8321
|
msgstr "Anfrage-ID hochladen"
|
8085
8322
|
|
8323
|
+
msgid "Upload tag"
|
8324
|
+
msgstr ""
|
8325
|
+
|
8086
8326
|
msgid "Upstream Candlepin"
|
8087
8327
|
msgstr ""
|
8088
8328
|
|
@@ -8665,9 +8905,6 @@ msgstr "Inhaltsansichtsfilter-ID"
|
|
8665
8905
|
msgid "content view filter rule identifier"
|
8666
8906
|
msgstr "Filterregelkennung für Inhaltsansichten"
|
8667
8907
|
|
8668
|
-
msgid "content view id"
|
8669
|
-
msgstr "Inhaltsansichts-ID"
|
8670
|
-
|
8671
8908
|
msgid "content view identifier"
|
8672
8909
|
msgstr "Inhaltsansichts-ID"
|
8673
8910
|
|
@@ -8755,12 +8992,6 @@ msgstr ""
|
|
8755
8992
|
msgid "enhancements"
|
8756
8993
|
msgstr ""
|
8757
8994
|
|
8758
|
-
msgid "environment"
|
8759
|
-
msgstr "Umgebung"
|
8760
|
-
|
8761
|
-
msgid "environment id"
|
8762
|
-
msgstr "Umgebungs-ID"
|
8763
|
-
|
8764
8995
|
msgid "environment identifier"
|
8765
8996
|
msgstr "Umgebungs-ID"
|
8766
8997
|
|
@@ -9031,9 +9262,6 @@ msgstr "Name des Repositorys"
|
|
9031
9262
|
msgid "name of the subscription"
|
9032
9263
|
msgstr "Name des Abonnements"
|
9033
9264
|
|
9034
|
-
msgid "name: %s doesn't exist "
|
9035
|
-
msgstr "Name: %s existiert nicht "
|
9036
|
-
|
9037
9265
|
msgid "new name for the filter"
|
9038
9266
|
msgstr "Neuer Name für den Filter"
|
9039
9267
|
|
@@ -9202,6 +9430,9 @@ msgstr "Numerische ID des Synchronisationsplans"
|
|
9202
9430
|
msgid "system registration"
|
9203
9431
|
msgstr ""
|
9204
9432
|
|
9433
|
+
msgid "the documentation."
|
9434
|
+
msgstr ""
|
9435
|
+
|
9205
9436
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9206
9437
|
msgstr "Die folgenden Attribute können nicht für den Red Hat Anbieter aktualisiert werden: [ %s ]"
|
9207
9438
|
|