katello 4.15.0 → 4.16.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/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/de/katello.po
CHANGED
@@ -491,9 +491,6 @@ msgstr ""
|
|
491
491
|
msgid "About page"
|
492
492
|
msgstr "Über die Seite"
|
493
493
|
|
494
|
-
msgid "Abstract async task"
|
495
|
-
msgstr "Übersicht asynchrone Aufgabe"
|
496
|
-
|
497
494
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
498
495
|
msgstr ""
|
499
496
|
|
@@ -629,9 +626,6 @@ msgstr ""
|
|
629
626
|
msgid "Add one or more host collections to one or more hosts"
|
630
627
|
msgstr "Eine oder mehrere Hostsammlungen zu einem oder mehreren Hosts hinzufügen"
|
631
628
|
|
632
|
-
msgid "Add ons"
|
633
|
-
msgstr "Add-ons"
|
634
|
-
|
635
629
|
msgid "Add products to sync plan"
|
636
630
|
msgstr "Produkte zum Synchronisationsplan hinzufügen"
|
637
631
|
|
@@ -662,9 +656,6 @@ msgstr ""
|
|
662
656
|
msgid "Add to a host collection"
|
663
657
|
msgstr ""
|
664
658
|
|
665
|
-
msgid "Add-ons"
|
666
|
-
msgstr ""
|
667
|
-
|
668
659
|
msgid "Added"
|
669
660
|
msgstr "Hinzugefügt"
|
670
661
|
|
@@ -725,15 +716,15 @@ msgstr ""
|
|
725
716
|
msgid "All versions will be removed from these environments"
|
726
717
|
msgstr ""
|
727
718
|
|
728
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
729
|
-
msgstr ""
|
730
|
-
|
731
719
|
msgid "Allow deleting repositories in published content views"
|
732
720
|
msgstr ""
|
733
721
|
|
734
722
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
735
723
|
msgstr ""
|
736
724
|
|
725
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
726
|
+
msgstr ""
|
727
|
+
|
737
728
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
738
729
|
msgstr "Erlauben Sie Hosts, sich nur neu zu registrieren, wenn sie sich im Build-Modus befinden"
|
739
730
|
|
@@ -958,10 +949,10 @@ msgstr "Weisen Sie die Umgebungs- und Inhaltsansicht einem oder mehreren Hosts z
|
|
958
949
|
msgid "Assign the release version to one or more hosts"
|
959
950
|
msgstr "Weisen Sie die Release-Version einem oder mehreren Hosts zu"
|
960
951
|
|
961
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
952
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
962
953
|
msgstr ""
|
963
954
|
|
964
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
955
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
965
956
|
msgstr ""
|
966
957
|
|
967
958
|
msgid "Associated location IDs"
|
@@ -982,15 +973,15 @@ msgstr "Mindestens ein Aktivierungsschlüssel muss angegeben werden"
|
|
982
973
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
983
974
|
msgstr "Zu mindestens einem Aktivierungsschlüssel muss eine Lebenszyklusumgebung und Inhaltsansicht zugewiesen sein."
|
984
975
|
|
976
|
+
msgid "At least one errata type option needs to be selected."
|
977
|
+
msgstr ""
|
978
|
+
|
985
979
|
msgid "At least one of the selected items requires the host to reboot"
|
986
980
|
msgstr ""
|
987
981
|
|
988
982
|
msgid "At least one organization must exist."
|
989
983
|
msgstr "Mindestens eine Organisation muss existieren."
|
990
984
|
|
991
|
-
msgid "Atleast one errata type needs to be selected."
|
992
|
-
msgstr ""
|
993
|
-
|
994
985
|
msgid "Attach a subscription"
|
995
986
|
msgstr "Subskription verknüpfen"
|
996
987
|
|
@@ -1015,9 +1006,6 @@ msgstr "Autor"
|
|
1015
1006
|
msgid "Auto Publish - Triggered by '%s'"
|
1016
1007
|
msgstr "Automatische Veröffentlichung - Ausgelöst durch '%s'"
|
1017
1008
|
|
1018
|
-
msgid "Auto attach subscriptions"
|
1019
|
-
msgstr "Subskriptionen automatisch verknüpfen"
|
1020
|
-
|
1021
1009
|
msgid "Auto publish"
|
1022
1010
|
msgstr ""
|
1023
1011
|
|
@@ -1033,6 +1021,12 @@ msgstr "Verfügbare Entitlements"
|
|
1033
1021
|
msgid "Available Repositories"
|
1034
1022
|
msgstr "Verfügbare Repositorys"
|
1035
1023
|
|
1024
|
+
msgid "Available image"
|
1025
|
+
msgstr ""
|
1026
|
+
|
1027
|
+
msgid "Available image digest"
|
1028
|
+
msgstr ""
|
1029
|
+
|
1036
1030
|
msgid "Available schema versions"
|
1037
1031
|
msgstr ""
|
1038
1032
|
|
@@ -1048,6 +1042,9 @@ msgstr "Basis URL"
|
|
1048
1042
|
msgid "Base URL for finding alternate content"
|
1049
1043
|
msgstr ""
|
1050
1044
|
|
1045
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1046
|
+
msgstr ""
|
1047
|
+
|
1051
1048
|
msgid "Base URL to perform repo discovery on"
|
1052
1049
|
msgstr "Basis-URL für die Repository-Erkennung auf"
|
1053
1050
|
|
@@ -1093,6 +1090,24 @@ msgstr "Diese Suche als Lesezeichen abspeichern"
|
|
1093
1090
|
msgid "Bookmarks marked as public are available to all users"
|
1094
1091
|
msgstr ""
|
1095
1092
|
|
1093
|
+
msgid "Bootc rollback via Bootc interface"
|
1094
|
+
msgstr ""
|
1095
|
+
|
1096
|
+
msgid "Bootc status via Bootc interface"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1099
|
+
msgid "Bootc switch via Bootc interface"
|
1100
|
+
msgstr ""
|
1101
|
+
|
1102
|
+
msgid "Bootc upgrade via Bootc interface"
|
1103
|
+
msgstr ""
|
1104
|
+
|
1105
|
+
msgid "Booted Container Images"
|
1106
|
+
msgstr ""
|
1107
|
+
|
1108
|
+
msgid "Booted container images"
|
1109
|
+
msgstr ""
|
1110
|
+
|
1096
1111
|
msgid "Both"
|
1097
1112
|
msgstr "Beide"
|
1098
1113
|
|
@@ -1372,6 +1387,9 @@ msgstr ""
|
|
1372
1387
|
msgid "Cannot upload Container Image content."
|
1373
1388
|
msgstr "Container-Image-Inhalt kann nicht hochgeladen werden."
|
1374
1389
|
|
1390
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1391
|
+
msgstr ""
|
1392
|
+
|
1375
1393
|
msgid "Capacity"
|
1376
1394
|
msgstr "Kapazität"
|
1377
1395
|
|
@@ -1447,13 +1465,13 @@ msgstr "Schließen"
|
|
1447
1465
|
msgid "Collapse All"
|
1448
1466
|
msgstr "Alle einklappen"
|
1449
1467
|
|
1450
|
-
msgid "Comma-separated list of
|
1468
|
+
msgid "Comma-separated list of content view environment labels 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
1469
|
msgstr ""
|
1452
1470
|
|
1453
|
-
msgid "Comma-separated list of
|
1471
|
+
msgid "Comma-separated list of content view environment labels 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
1472
|
msgstr ""
|
1455
1473
|
|
1456
|
-
msgid "Comma-separated list of
|
1474
|
+
msgid "Comma-separated list of content view environment labels 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."
|
1457
1475
|
msgstr ""
|
1458
1476
|
|
1459
1477
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1465,9 +1483,6 @@ msgstr ""
|
|
1465
1483
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1466
1484
|
msgstr ""
|
1467
1485
|
|
1468
|
-
msgid "Commit upload"
|
1469
|
-
msgstr ""
|
1470
|
-
|
1471
1486
|
msgid "Compare"
|
1472
1487
|
msgstr "Vergleichen"
|
1473
1488
|
|
@@ -1678,6 +1693,9 @@ msgstr ""
|
|
1678
1693
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1679
1694
|
msgstr ""
|
1680
1695
|
|
1696
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1697
|
+
msgstr ""
|
1698
|
+
|
1681
1699
|
msgid "Content not uploaded to pulp"
|
1682
1700
|
msgstr ""
|
1683
1701
|
|
@@ -1738,6 +1756,9 @@ msgstr ""
|
|
1738
1756
|
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1739
1757
|
msgstr ""
|
1740
1758
|
|
1759
|
+
msgid "Content view environment"
|
1760
|
+
msgstr ""
|
1761
|
+
|
1741
1762
|
msgid "Content view environments"
|
1742
1763
|
msgstr ""
|
1743
1764
|
|
@@ -1786,6 +1807,9 @@ msgstr "Identifizierer der Kontent-View-Versions-Geschichte"
|
|
1786
1807
|
msgid "Content view version is empty"
|
1787
1808
|
msgstr ""
|
1788
1809
|
|
1810
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1811
|
+
msgstr ""
|
1812
|
+
|
1789
1813
|
msgid "Content views"
|
1790
1814
|
msgstr ""
|
1791
1815
|
|
@@ -1813,27 +1837,15 @@ msgstr "In die Zwischenablage kopiert"
|
|
1813
1837
|
msgid "Copy"
|
1814
1838
|
msgstr "Kopieren"
|
1815
1839
|
|
1816
|
-
msgid "Copy all units"
|
1817
|
-
msgstr ""
|
1818
|
-
|
1819
1840
|
msgid "Copy an activation key"
|
1820
1841
|
msgstr "Aktivierungsschlüssel kopieren"
|
1821
1842
|
|
1822
|
-
msgid "Copy content"
|
1823
|
-
msgstr ""
|
1824
|
-
|
1825
1843
|
msgid "Copy content view"
|
1826
1844
|
msgstr ""
|
1827
1845
|
|
1828
1846
|
msgid "Copy to clipboard"
|
1829
1847
|
msgstr "In Zwischenablage abspeichern"
|
1830
1848
|
|
1831
|
-
msgid "Copy version"
|
1832
|
-
msgstr ""
|
1833
|
-
|
1834
|
-
msgid "Copy version units to library"
|
1835
|
-
msgstr "Versionseinheiten in Bibliothek kopieren"
|
1836
|
-
|
1837
1849
|
msgid "Cores per socket"
|
1838
1850
|
msgstr "Kerne pro Socket"
|
1839
1851
|
|
@@ -2008,6 +2020,9 @@ msgstr "Benutzerdefiniertes Repository erstellen"
|
|
2008
2020
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
2009
2021
|
msgstr "Filterregel erstellen. Die enthaltenen Parameter sollten auf dem Filtertyp basieren."
|
2010
2022
|
|
2023
|
+
msgid "Create a flatpak remote"
|
2024
|
+
msgstr ""
|
2025
|
+
|
2011
2026
|
msgid "Create a host collection"
|
2012
2027
|
msgstr "Hostsammlung erstellen"
|
2013
2028
|
|
@@ -2038,21 +2053,12 @@ msgstr ""
|
|
2038
2053
|
msgid "Create content view"
|
2039
2054
|
msgstr "Inhaltsansicht erstellen"
|
2040
2055
|
|
2041
|
-
msgid "Create exporter"
|
2042
|
-
msgstr ""
|
2043
|
-
|
2044
2056
|
msgid "Create filter"
|
2045
2057
|
msgstr "Filter erstellen"
|
2046
2058
|
|
2047
2059
|
msgid "Create host collection"
|
2048
2060
|
msgstr ""
|
2049
2061
|
|
2050
|
-
msgid "Create import"
|
2051
|
-
msgstr ""
|
2052
|
-
|
2053
|
-
msgid "Create importer"
|
2054
|
-
msgstr ""
|
2055
|
-
|
2056
2062
|
msgid "Create new activation key"
|
2057
2063
|
msgstr ""
|
2058
2064
|
|
@@ -2062,12 +2068,6 @@ msgstr "Organisation erstellen"
|
|
2062
2068
|
msgid "Create package filter rule"
|
2063
2069
|
msgstr ""
|
2064
2070
|
|
2065
|
-
msgid "Create publication"
|
2066
|
-
msgstr ""
|
2067
|
-
|
2068
|
-
msgid "Create remote"
|
2069
|
-
msgstr ""
|
2070
|
-
|
2071
2071
|
msgid "Create rule"
|
2072
2072
|
msgstr "Regel erstellen"
|
2073
2073
|
|
@@ -2293,6 +2293,9 @@ msgstr "Inhaltsansicht löschen"
|
|
2293
2293
|
msgid "Delete a filter rule"
|
2294
2294
|
msgstr "Filterregel löschen"
|
2295
2295
|
|
2296
|
+
msgid "Delete a flatpak remote"
|
2297
|
+
msgstr ""
|
2298
|
+
|
2296
2299
|
msgid "Delete activation key?"
|
2297
2300
|
msgstr ""
|
2298
2301
|
|
@@ -2314,36 +2317,12 @@ msgstr ""
|
|
2314
2317
|
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."
|
2315
2318
|
msgstr ""
|
2316
2319
|
|
2317
|
-
msgid "Delete distributions"
|
2318
|
-
msgstr ""
|
2319
|
-
|
2320
2320
|
msgid "Delete manifest from Red Hat provider"
|
2321
2321
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
2322
2322
|
|
2323
2323
|
msgid "Delete multiple filters from a content view"
|
2324
2324
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
2325
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
|
-
|
2347
2326
|
msgid "Delete version"
|
2348
2327
|
msgstr ""
|
2349
2328
|
|
@@ -2389,6 +2368,9 @@ msgstr "Beschreibung der Inhaltsansicht"
|
|
2389
2368
|
msgid "Description for the new published content view version"
|
2390
2369
|
msgstr "Beschreibung der neu veröffentlichten Inhaltsansichtsversion"
|
2391
2370
|
|
2371
|
+
msgid "Description of the flatpak remote"
|
2372
|
+
msgstr ""
|
2373
|
+
|
2392
2374
|
msgid "Description of the repository"
|
2393
2375
|
msgstr "Beschreibung des Repositorys"
|
2394
2376
|
|
@@ -2440,12 +2422,6 @@ msgstr "Umgebung löschen"
|
|
2440
2422
|
msgid "Destroy an environment in an organization"
|
2441
2423
|
msgstr "Umgebung in einer Organisation löschen"
|
2442
2424
|
|
2443
|
-
msgid "Destroy exporter"
|
2444
|
-
msgstr ""
|
2445
|
-
|
2446
|
-
msgid "Destroy importer"
|
2447
|
-
msgstr ""
|
2448
|
-
|
2449
2425
|
msgid "Destroy one or more alternate content sources"
|
2450
2426
|
msgstr ""
|
2451
2427
|
|
@@ -2494,9 +2470,6 @@ msgstr "Deaktiviert"
|
|
2494
2470
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2495
2471
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
2496
2472
|
|
2497
|
-
msgid "Discover"
|
2498
|
-
msgstr "Suchen"
|
2499
|
-
|
2500
2473
|
msgid "Discover Repositories"
|
2501
2474
|
msgstr "Repositorys suchen"
|
2502
2475
|
|
@@ -2692,9 +2665,6 @@ msgstr "Umgebungs-IDs"
|
|
2692
2665
|
msgid "Environment cannot be in its own promotion path"
|
2693
2666
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
2694
2667
|
|
2695
|
-
msgid "Environment contents refresh"
|
2696
|
-
msgstr ""
|
2697
|
-
|
2698
2668
|
msgid "Environment identifier"
|
2699
2669
|
msgstr "Umgebungskennung"
|
2700
2670
|
|
@@ -2734,9 +2704,6 @@ msgstr ""
|
|
2734
2704
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2735
2705
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
2736
2706
|
|
2737
|
-
msgid "Errata mail"
|
2738
|
-
msgstr "Errata-E-Mail"
|
2739
|
-
|
2740
2707
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2741
2708
|
msgstr ""
|
2742
2709
|
|
@@ -2896,9 +2863,6 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
2896
2863
|
msgid "Fetch installable errata for one or more hosts."
|
2897
2864
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
2898
2865
|
|
2899
|
-
msgid "Fetch pxe files"
|
2900
|
-
msgstr "pxe-Dateien abrufen"
|
2901
|
-
|
2902
2866
|
msgid "Fetch traces for one or more hosts"
|
2903
2867
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
2904
2868
|
|
@@ -2992,9 +2956,6 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
2992
2956
|
msgid "Filter versions that are components in the specified composite version"
|
2993
2957
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
2994
2958
|
|
2995
|
-
msgid "Filtered index content"
|
2996
|
-
msgstr "Indexinhalt gefiltert"
|
2997
|
-
|
2998
2959
|
msgid "Filters"
|
2999
2960
|
msgstr "Filter"
|
3000
2961
|
|
@@ -3016,6 +2977,15 @@ msgstr ""
|
|
3016
2977
|
msgid "Finished"
|
3017
2978
|
msgstr "Fertig"
|
3018
2979
|
|
2980
|
+
msgid "Flatpak Remotes"
|
2981
|
+
msgstr ""
|
2982
|
+
|
2983
|
+
msgid "Flatpak remote numeric identifier"
|
2984
|
+
msgstr ""
|
2985
|
+
|
2986
|
+
msgid "Flatpak remote repository numeric identifier"
|
2987
|
+
msgstr ""
|
2988
|
+
|
3019
2989
|
msgid "Force"
|
3020
2990
|
msgstr "Erzwingen"
|
3021
2991
|
|
@@ -3080,9 +3050,6 @@ msgstr ""
|
|
3080
3050
|
msgid "Generate host applicability"
|
3081
3051
|
msgstr "Hostanwendbarkeit generieren"
|
3082
3052
|
|
3083
|
-
msgid "Generate metadata"
|
3084
|
-
msgstr ""
|
3085
|
-
|
3086
3053
|
msgid "Generate repository applicability"
|
3087
3054
|
msgstr "Repository-Anwendbarkeit generieren"
|
3088
3055
|
|
@@ -3320,12 +3287,6 @@ msgstr ""
|
|
3320
3287
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3321
3288
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
3322
3289
|
|
3323
|
-
msgid "Hypervisors"
|
3324
|
-
msgstr "Hypervisoren"
|
3325
|
-
|
3326
|
-
msgid "Hypervisors update"
|
3327
|
-
msgstr "Hypervisoren aktualisieren"
|
3328
|
-
|
3329
3290
|
msgid "ID of a HTTP Proxy"
|
3330
3291
|
msgstr "ID eines HTTP-Proxys"
|
3331
3292
|
|
@@ -3347,6 +3308,9 @@ msgstr "ID einer Umgebung, in der Repositorys gezeigt werden"
|
|
3347
3308
|
msgid "ID of an organization to show repositories in"
|
3348
3309
|
msgstr "ID einer Organisation, in der Repositorys gezeigt werden"
|
3349
3310
|
|
3311
|
+
msgid "ID of flatpak remote to show repositories of"
|
3312
|
+
msgstr ""
|
3313
|
+
|
3350
3314
|
msgid "ID of the Organization"
|
3351
3315
|
msgstr "ID der Organisation"
|
3352
3316
|
|
@@ -3407,12 +3371,18 @@ msgstr ""
|
|
3407
3371
|
msgid "Id of the content host"
|
3408
3372
|
msgstr "ID des Inhaltshosts"
|
3409
3373
|
|
3374
|
+
msgid "Id of the content view to limit the content counting on"
|
3375
|
+
msgstr ""
|
3376
|
+
|
3410
3377
|
msgid "Id of the content view to limit the synchronization on"
|
3411
3378
|
msgstr ""
|
3412
3379
|
|
3413
3380
|
msgid "Id of the content view to limit verifying checksum on"
|
3414
3381
|
msgstr ""
|
3415
3382
|
|
3383
|
+
msgid "Id of the environment to limit the content counting on"
|
3384
|
+
msgstr ""
|
3385
|
+
|
3416
3386
|
msgid "Id of the environment to limit the synchronization on"
|
3417
3387
|
msgstr "ID der Umgebung zur Synchronisationsbegrenzung"
|
3418
3388
|
|
@@ -3434,6 +3404,9 @@ msgstr "ID der Organisation, deren Status abgefragt werden soll"
|
|
3434
3404
|
msgid "Id of the organization to limit environments on"
|
3435
3405
|
msgstr "ID der Organisation zur Umgebungsbegrenzung "
|
3436
3406
|
|
3407
|
+
msgid "Id of the repository to limit the content counting on"
|
3408
|
+
msgstr ""
|
3409
|
+
|
3437
3410
|
msgid "Id of the repository to limit the synchronization on"
|
3438
3411
|
msgstr ""
|
3439
3412
|
|
@@ -3571,6 +3544,27 @@ msgstr ""
|
|
3571
3544
|
msgid "Image"
|
3572
3545
|
msgstr ""
|
3573
3546
|
|
3547
|
+
msgid "Image digest"
|
3548
|
+
msgstr ""
|
3549
|
+
|
3550
|
+
msgid "Image digests"
|
3551
|
+
msgstr ""
|
3552
|
+
|
3553
|
+
msgid "Image mode"
|
3554
|
+
msgstr ""
|
3555
|
+
|
3556
|
+
msgid "Image mode / package mode"
|
3557
|
+
msgstr ""
|
3558
|
+
|
3559
|
+
msgid "Image mode details"
|
3560
|
+
msgstr ""
|
3561
|
+
|
3562
|
+
msgid "Image name"
|
3563
|
+
msgstr ""
|
3564
|
+
|
3565
|
+
msgid "Image-mode host"
|
3566
|
+
msgstr ""
|
3567
|
+
|
3574
3568
|
msgid "Immediate"
|
3575
3569
|
msgstr "SRPMs ignorieren"
|
3576
3570
|
|
@@ -3613,9 +3607,6 @@ msgstr ""
|
|
3613
3607
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3614
3608
|
msgstr ""
|
3615
3609
|
|
3616
|
-
msgid "Import migration"
|
3617
|
-
msgstr ""
|
3618
|
-
|
3619
3610
|
msgid "Import new manifest"
|
3620
3611
|
msgstr ""
|
3621
3612
|
|
@@ -3625,12 +3616,6 @@ msgstr ""
|
|
3625
3616
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3626
3617
|
msgstr ""
|
3627
3618
|
|
3628
|
-
msgid "Import repository upload"
|
3629
|
-
msgstr ""
|
3630
|
-
|
3631
|
-
msgid "Import upload"
|
3632
|
-
msgstr ""
|
3633
|
-
|
3634
3619
|
msgid "Import uploads into a repository"
|
3635
3620
|
msgstr "Uploads in ein Repository importieren"
|
3636
3621
|
|
@@ -3673,6 +3658,9 @@ msgstr ""
|
|
3673
3658
|
msgid "Include filter"
|
3674
3659
|
msgstr ""
|
3675
3660
|
|
3661
|
+
msgid "Include manifests"
|
3662
|
+
msgstr ""
|
3663
|
+
|
3676
3664
|
msgid "Included"
|
3677
3665
|
msgstr "Inbegriffen"
|
3678
3666
|
|
@@ -3694,9 +3682,6 @@ msgstr "Inkrementelle Aktualisierung"
|
|
3694
3682
|
msgid "Incremental Update incomplete."
|
3695
3683
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
3696
3684
|
|
3697
|
-
msgid "Incremental Update of Content View Version(s) "
|
3698
|
-
msgstr "Inkrementelle Aktualisierung der Inhaltsansichtsversion(en)"
|
3699
|
-
|
3700
3685
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3701
3686
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
3702
3687
|
|
@@ -3709,27 +3694,12 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
3709
3694
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3710
3695
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
3711
3696
|
|
3712
|
-
msgid "Index content"
|
3713
|
-
msgstr "Inhalt indizieren"
|
3714
|
-
|
3715
|
-
msgid "Index errata"
|
3716
|
-
msgstr "Errata indizieren"
|
3717
|
-
|
3718
|
-
msgid "Index module streams"
|
3719
|
-
msgstr "Modulströme indexieren"
|
3720
|
-
|
3721
|
-
msgid "Index package groups"
|
3722
|
-
msgstr "Paketgruppen indizieren"
|
3723
|
-
|
3724
3697
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3725
3698
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
3726
3699
|
|
3727
3700
|
msgid "Inherit from Repository"
|
3728
3701
|
msgstr "Vom Repository erben"
|
3729
3702
|
|
3730
|
-
msgid "Initialize"
|
3731
|
-
msgstr ""
|
3732
|
-
|
3733
3703
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3734
3704
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
3735
3705
|
|
@@ -3805,9 +3775,6 @@ msgstr "Paketgruppe wird installiert …"
|
|
3805
3775
|
msgid "Installing Package..."
|
3806
3776
|
msgstr "Paket wird installiert …"
|
3807
3777
|
|
3808
|
-
msgid "Instance update"
|
3809
|
-
msgstr "Instanz-Update"
|
3810
|
-
|
3811
3778
|
msgid "Instance-based"
|
3812
3779
|
msgstr "Instanzbasiert"
|
3813
3780
|
|
@@ -3838,8 +3805,8 @@ msgstr "Ungültiger Datumsbereich. Das Startdatum der Erratum-Filterregel muss v
|
|
3838
3805
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3839
3806
|
msgstr "Ungültige Erratum-Filterregel angegeben, \"errata_id\" kann nicht in demselben Tupel angegeben werden wie \"start_date\", \"end_date\" oder \"types\""
|
3840
3807
|
|
3841
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3842
|
-
msgstr "
|
3808
|
+
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
|
3809
|
+
msgstr ""
|
3843
3810
|
|
3844
3811
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
3845
3812
|
msgstr "Ungültige Erratumtypen %{invalid_types} angegeben. Folgende Werte sind gültige Erratumtypen: %{valid_types}"
|
@@ -3922,9 +3889,27 @@ msgstr ""
|
|
3922
3889
|
msgid "Job '${description}' has started."
|
3923
3890
|
msgstr ""
|
3924
3891
|
|
3892
|
+
msgid "Katello Bootc interface"
|
3893
|
+
msgstr ""
|
3894
|
+
|
3925
3895
|
msgid "Katello ID of local pool to update"
|
3926
3896
|
msgstr "Katello-ID des zu aktualisierenden lokalen Pools"
|
3927
3897
|
|
3898
|
+
msgid "Katello: Bootc Action"
|
3899
|
+
msgstr ""
|
3900
|
+
|
3901
|
+
msgid "Katello: Bootc Rollback"
|
3902
|
+
msgstr ""
|
3903
|
+
|
3904
|
+
msgid "Katello: Bootc Status"
|
3905
|
+
msgstr ""
|
3906
|
+
|
3907
|
+
msgid "Katello: Bootc Switch"
|
3908
|
+
msgstr ""
|
3909
|
+
|
3910
|
+
msgid "Katello: Bootc Upgrade"
|
3911
|
+
msgstr ""
|
3912
|
+
|
3928
3913
|
msgid "Katello: Configure host for new content source"
|
3929
3914
|
msgstr ""
|
3930
3915
|
|
@@ -3973,6 +3958,9 @@ msgstr ""
|
|
3973
3958
|
msgid "Katello: Upload Profile"
|
3974
3959
|
msgstr ""
|
3975
3960
|
|
3961
|
+
msgid "Keep latest packages"
|
3962
|
+
msgstr ""
|
3963
|
+
|
3976
3964
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3977
3965
|
msgstr "Schlüsselwert-Hash von Abonnement-Manager-Fakten, Verschachtelung verwendet ein Punkttrennzeichen (.)"
|
3978
3966
|
|
@@ -3997,6 +3985,9 @@ msgstr "Kennung des Inhalts"
|
|
3997
3985
|
msgid "Label of the content view"
|
3998
3986
|
msgstr ""
|
3999
3987
|
|
3988
|
+
msgid "Label of the flatpak remote"
|
3989
|
+
msgstr ""
|
3990
|
+
|
4000
3991
|
msgid "Last check-in:"
|
4001
3992
|
msgstr ""
|
4002
3993
|
|
@@ -4162,6 +4153,9 @@ msgstr "Verfügbare Veröffentlichungen in der Organisation auflisten"
|
|
4162
4153
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4163
4154
|
msgstr "Verfügbare Abonnements von Red Hat Subscription Management auflisten"
|
4164
4155
|
|
4156
|
+
msgid "List booted bootc container images for hosts"
|
4157
|
+
msgstr ""
|
4158
|
+
|
4165
4159
|
msgid "List components attached to this content view"
|
4166
4160
|
msgstr "Zeige die Komponenten an die diesem Kontent-View beigefügt sind"
|
4167
4161
|
|
@@ -4201,6 +4195,15 @@ msgstr "Liste Export-Histories"
|
|
4201
4195
|
msgid "List filter rules"
|
4202
4196
|
msgstr "Filterregeln auflisten"
|
4203
4197
|
|
4198
|
+
msgid "List flatpak remote repositories"
|
4199
|
+
msgstr ""
|
4200
|
+
|
4201
|
+
msgid "List flatpak remote's repositories"
|
4202
|
+
msgstr ""
|
4203
|
+
|
4204
|
+
msgid "List flatpak remotes"
|
4205
|
+
msgstr ""
|
4206
|
+
|
4204
4207
|
msgid "List host collections"
|
4205
4208
|
msgstr "Hostsammlungen auflisten"
|
4206
4209
|
|
@@ -4366,6 +4369,9 @@ msgstr "Liste die Lebenszyklus-Umgebungen die dem Smart-Proxy beigefügt sind."
|
|
4366
4369
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4367
4370
|
msgstr "Liste die Lebenszyklus-Umgebungen die dem Smart-Proxy beigefügt nicht beigefügt sind."
|
4368
4371
|
|
4372
|
+
msgid "Load balancer"
|
4373
|
+
msgstr ""
|
4374
|
+
|
4369
4375
|
msgid "Loading"
|
4370
4376
|
msgstr "Lade"
|
4371
4377
|
|
@@ -4495,9 +4501,6 @@ msgstr "Nachricht"
|
|
4495
4501
|
msgid "Messaging connection"
|
4496
4502
|
msgstr "Verbindung zum Messaging"
|
4497
4503
|
|
4498
|
-
msgid "Metadata generate"
|
4499
|
-
msgstr ""
|
4500
|
-
|
4501
4504
|
msgid ""
|
4502
4505
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4503
4506
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
@@ -4509,6 +4512,12 @@ msgstr "Metadaten genommen von der Upstream-Export-History dieser Kontent-View V
|
|
4509
4512
|
msgid "Minimum version"
|
4510
4513
|
msgstr ""
|
4511
4514
|
|
4515
|
+
msgid "Mirror Remote Repository"
|
4516
|
+
msgstr ""
|
4517
|
+
|
4518
|
+
msgid "Mirror a flatpak remote repository"
|
4519
|
+
msgstr ""
|
4520
|
+
|
4512
4521
|
msgid "Missing activation key!"
|
4513
4522
|
msgstr "Aktivierungsschlüssel fehlt!"
|
4514
4523
|
|
@@ -4521,6 +4530,9 @@ msgstr "Modell"
|
|
4521
4530
|
msgid "Moderate"
|
4522
4531
|
msgstr "Moderat (Mittel)"
|
4523
4532
|
|
4533
|
+
msgid "Modify via remote execution"
|
4534
|
+
msgstr ""
|
4535
|
+
|
4524
4536
|
msgid "Modular"
|
4525
4537
|
msgstr "Modular"
|
4526
4538
|
|
@@ -4542,13 +4554,7 @@ msgstr ""
|
|
4542
4554
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4543
4555
|
msgstr ""
|
4544
4556
|
|
4545
|
-
msgid "Multi
|
4546
|
-
msgstr ""
|
4547
|
-
|
4548
|
-
msgid "Multi copy content"
|
4549
|
-
msgstr ""
|
4550
|
-
|
4551
|
-
msgid "Multi copy units"
|
4557
|
+
msgid "Multi Content View Environment"
|
4552
4558
|
msgstr ""
|
4553
4559
|
|
4554
4560
|
msgid "Multi-entitlement"
|
@@ -4612,6 +4618,12 @@ msgstr ""
|
|
4612
4618
|
msgid "Name of the content view"
|
4613
4619
|
msgstr "Name der Inhaltsansicht"
|
4614
4620
|
|
4621
|
+
msgid "Name of the flatpak remote"
|
4622
|
+
msgstr ""
|
4623
|
+
|
4624
|
+
msgid "Name of the flatpak remote repository"
|
4625
|
+
msgstr ""
|
4626
|
+
|
4615
4627
|
msgid "Name of the host"
|
4616
4628
|
msgstr "Name des Gastgebers"
|
4617
4629
|
|
@@ -4735,6 +4747,9 @@ msgstr "Keine Inhalts-IDs angegeben"
|
|
4735
4747
|
msgid "No content in selected versions."
|
4736
4748
|
msgstr ""
|
4737
4749
|
|
4750
|
+
msgid "No content view environments"
|
4751
|
+
msgstr ""
|
4752
|
+
|
4738
4753
|
msgid "No content view environments found with ids: %{ids}"
|
4739
4754
|
msgstr ""
|
4740
4755
|
|
@@ -4771,9 +4786,6 @@ msgstr ""
|
|
4771
4786
|
msgid "No enabled repositories match your search criteria."
|
4772
4787
|
msgstr "Keine aktivierten Repositorys entsprechen Ihren Suchkriterien."
|
4773
4788
|
|
4774
|
-
msgid "No environment"
|
4775
|
-
msgstr "Keine Umgebung"
|
4776
|
-
|
4777
4789
|
msgid "No environments"
|
4778
4790
|
msgstr "Keine Umgebungen"
|
4779
4791
|
|
@@ -5356,7 +5368,10 @@ msgstr "Paketinstallation fehlgeschlagen: \"%{package}\""
|
|
5356
5368
|
msgid "Package installation: \"%{package}\" "
|
5357
5369
|
msgstr "Paketinstallation: \"%{package}\" "
|
5358
5370
|
|
5359
|
-
msgid "Package
|
5371
|
+
msgid "Package mode"
|
5372
|
+
msgstr ""
|
5373
|
+
|
5374
|
+
msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
|
5360
5375
|
msgstr ""
|
5361
5376
|
|
5362
5377
|
msgid "Packages"
|
@@ -5485,6 +5500,9 @@ msgstr "Bitte warten..."
|
|
5485
5500
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5486
5501
|
msgstr ""
|
5487
5502
|
|
5503
|
+
msgid "Possible values: %s"
|
5504
|
+
msgstr ""
|
5505
|
+
|
5488
5506
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5489
5507
|
msgstr ""
|
5490
5508
|
|
@@ -5533,6 +5551,9 @@ msgstr ""
|
|
5533
5551
|
msgid "Product ID"
|
5534
5552
|
msgstr "Produkt-ID"
|
5535
5553
|
|
5554
|
+
msgid "Product ID to mirror the remote repository to"
|
5555
|
+
msgstr ""
|
5556
|
+
|
5536
5557
|
msgid "Product and Repositories"
|
5537
5558
|
msgstr "Produkte und Repositorys"
|
5538
5559
|
|
@@ -5717,9 +5738,6 @@ msgstr "Pulp-Speicher"
|
|
5717
5738
|
msgid "Pulp task error"
|
5718
5739
|
msgstr "Pulp-Aufgabenfehler"
|
5719
5740
|
|
5720
|
-
msgid "Purge completed tasks"
|
5721
|
-
msgstr ""
|
5722
|
-
|
5723
5741
|
msgid "Python Package"
|
5724
5742
|
msgstr ""
|
5725
5743
|
|
@@ -5828,9 +5846,6 @@ msgstr "Neustart erforderlich"
|
|
5828
5846
|
msgid "Reclaim Space"
|
5829
5847
|
msgstr ""
|
5830
5848
|
|
5831
|
-
msgid "Reclaim space"
|
5832
|
-
msgstr ""
|
5833
|
-
|
5834
5849
|
msgid "Reclaim space from On Demand repositories"
|
5835
5850
|
msgstr ""
|
5836
5851
|
|
@@ -5894,9 +5909,6 @@ msgstr "Manifest aktualisieren"
|
|
5894
5909
|
msgid "Refresh all alternate content sources"
|
5895
5910
|
msgstr ""
|
5896
5911
|
|
5897
|
-
msgid "Refresh all distributions"
|
5898
|
-
msgstr ""
|
5899
|
-
|
5900
5912
|
msgid "Refresh alternate content sources"
|
5901
5913
|
msgstr ""
|
5902
5914
|
|
@@ -5909,27 +5921,15 @@ msgstr ""
|
|
5909
5921
|
msgid "Refresh counts"
|
5910
5922
|
msgstr ""
|
5911
5923
|
|
5912
|
-
msgid "Refresh distribution"
|
5913
|
-
msgstr ""
|
5914
|
-
|
5915
5924
|
msgid "Refresh errata applicability"
|
5916
5925
|
msgstr ""
|
5917
5926
|
|
5918
|
-
msgid "Refresh if needed"
|
5919
|
-
msgstr ""
|
5920
|
-
|
5921
5927
|
msgid "Refresh package applicability"
|
5922
5928
|
msgstr ""
|
5923
5929
|
|
5924
5930
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5925
5931
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
5926
5932
|
|
5927
|
-
msgid "Refresh remote"
|
5928
|
-
msgstr ""
|
5929
|
-
|
5930
|
-
msgid "Refresh repos"
|
5931
|
-
msgstr ""
|
5932
|
-
|
5933
5933
|
msgid "Refresh source"
|
5934
5934
|
msgstr ""
|
5935
5935
|
|
@@ -5954,6 +5954,9 @@ msgstr "Registriert durch"
|
|
5954
5954
|
msgid "Registered on"
|
5955
5955
|
msgstr ""
|
5956
5956
|
|
5957
|
+
msgid "Registered to"
|
5958
|
+
msgstr ""
|
5959
|
+
|
5957
5960
|
msgid "Registering to multiple environments is not enabled."
|
5958
5961
|
msgstr ""
|
5959
5962
|
|
@@ -5969,9 +5972,6 @@ msgstr "Registrierungsnamenmuster führt zu einem ungültigen Container-Image-Na
|
|
5969
5972
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5970
5973
|
msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container-Image-Namen der Mitglieds-Repositorys"
|
5971
5974
|
|
5972
|
-
msgid "Reindex subscriptions"
|
5973
|
-
msgstr "Subskriptionen neu indizieren"
|
5974
|
-
|
5975
5975
|
msgid "Related composite content views"
|
5976
5976
|
msgstr ""
|
5977
5977
|
|
@@ -6068,9 +6068,6 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
6068
6068
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6069
6069
|
msgstr ""
|
6070
6070
|
|
6071
|
-
msgid "Remove orphans"
|
6072
|
-
msgstr ""
|
6073
|
-
|
6074
6071
|
msgid "Remove package group via Katello interface"
|
6075
6072
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
6076
6073
|
|
@@ -6098,12 +6095,6 @@ msgstr ""
|
|
6098
6095
|
msgid "Remove subscriptions from one or more hosts"
|
6099
6096
|
msgstr "Abonnements von einem oder mehreren Hosts entfernen"
|
6100
6097
|
|
6101
|
-
msgid "Remove units"
|
6102
|
-
msgstr ""
|
6103
|
-
|
6104
|
-
msgid "Remove unneeded repos"
|
6105
|
-
msgstr ""
|
6106
|
-
|
6107
6098
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6108
6099
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
6109
6100
|
|
@@ -6128,9 +6119,6 @@ msgstr ""
|
|
6128
6119
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6129
6120
|
msgstr ""
|
6130
6121
|
|
6131
|
-
msgid "Repair"
|
6132
|
-
msgstr ""
|
6133
|
-
|
6134
6122
|
msgid "Replace content source on the target machine"
|
6135
6123
|
msgstr ""
|
6136
6124
|
|
@@ -6149,18 +6137,12 @@ msgstr "Repositorys"
|
|
6149
6137
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6150
6138
|
msgstr ""
|
6151
6139
|
|
6152
|
-
msgid "Repositories certs reset"
|
6153
|
-
msgstr ""
|
6154
|
-
|
6155
6140
|
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."
|
6156
6141
|
msgstr ""
|
6157
6142
|
|
6158
6143
|
msgid "Repositories from published Content Views are not allowed."
|
6159
6144
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
6160
6145
|
|
6161
|
-
msgid "Repositories gpg reset"
|
6162
|
-
msgstr ""
|
6163
|
-
|
6164
6146
|
msgid "Repository"
|
6165
6147
|
msgstr "Repository"
|
6166
6148
|
|
@@ -6452,6 +6434,12 @@ msgstr "Rolle des Gastgebers"
|
|
6452
6434
|
msgid "Roles"
|
6453
6435
|
msgstr "Rollen"
|
6454
6436
|
|
6437
|
+
msgid "Rollback image"
|
6438
|
+
msgstr ""
|
6439
|
+
|
6440
|
+
msgid "Rollback image digest"
|
6441
|
+
msgstr ""
|
6442
|
+
|
6455
6443
|
msgid "Rules to be added"
|
6456
6444
|
msgstr ""
|
6457
6445
|
|
@@ -6464,6 +6452,12 @@ msgstr ""
|
|
6464
6452
|
msgid "Running"
|
6465
6453
|
msgstr "Läuft"
|
6466
6454
|
|
6455
|
+
msgid "Running image"
|
6456
|
+
msgstr ""
|
6457
|
+
|
6458
|
+
msgid "Running image digest"
|
6459
|
+
msgstr ""
|
6460
|
+
|
6467
6461
|
msgid "SKU"
|
6468
6462
|
msgstr "SKU"
|
6469
6463
|
|
@@ -6491,25 +6485,10 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
6491
6485
|
msgid "Save"
|
6492
6486
|
msgstr "Speichern"
|
6493
6487
|
|
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
|
-
|
6509
6488
|
msgid "Saving alternate content source..."
|
6510
6489
|
msgstr ""
|
6511
6490
|
|
6512
|
-
msgid "Scan
|
6491
|
+
msgid "Scan a flatpak remote"
|
6513
6492
|
msgstr ""
|
6514
6493
|
|
6515
6494
|
msgid "Schema version 1"
|
@@ -6617,9 +6596,6 @@ msgstr ""
|
|
6617
6596
|
msgid "Select action"
|
6618
6597
|
msgstr ""
|
6619
6598
|
|
6620
|
-
msgid "Select add-ons"
|
6621
|
-
msgstr ""
|
6622
|
-
|
6623
6599
|
msgid "Select all"
|
6624
6600
|
msgstr "Alles auswählen"
|
6625
6601
|
|
@@ -6758,15 +6734,15 @@ msgstr "Inhaltsüberschreibungen für den Host festlegen"
|
|
6758
6734
|
msgid "Set content overrides to one or more hosts"
|
6759
6735
|
msgstr "Legen Sie Inhaltsüberschreibungen für einen oder mehrere Hosts fest"
|
6760
6736
|
|
6737
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6738
|
+
msgstr ""
|
6739
|
+
|
6761
6740
|
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6762
6741
|
msgstr ""
|
6763
6742
|
|
6764
6743
|
msgid "Set true to remove an override and reset it to 'default'"
|
6765
6744
|
msgstr "Setze auf wahr um einen Override zu entfernen und setze es auf 'default' zurück"
|
6766
6745
|
|
6767
|
-
msgid "Sets the system add-ons"
|
6768
|
-
msgstr "Setzt die System Add-Ons"
|
6769
|
-
|
6770
6746
|
msgid "Sets the system purpose usage"
|
6771
6747
|
msgstr "Setzt setzt die System-Zweck-Nutzung"
|
6772
6748
|
|
@@ -6800,6 +6776,12 @@ msgstr "Zeige einen Kontent-View Komponenten"
|
|
6800
6776
|
msgid "Show a content view's history"
|
6801
6777
|
msgstr "Inhaltsansichtschronik anzeigen"
|
6802
6778
|
|
6779
|
+
msgid "Show a flatpak remote"
|
6780
|
+
msgstr ""
|
6781
|
+
|
6782
|
+
msgid "Show a flatpak remote repository"
|
6783
|
+
msgstr ""
|
6784
|
+
|
6803
6785
|
msgid "Show a host collection"
|
6804
6786
|
msgstr "Hostsammlung anzeigen"
|
6805
6787
|
|
@@ -7127,6 +7109,12 @@ msgstr "Teile den exportierten Kontent in Archive die nicht größer sind als di
|
|
7127
7109
|
msgid "Stacking ID"
|
7128
7110
|
msgstr "Bündelungs-ID"
|
7129
7111
|
|
7112
|
+
msgid "Staged image"
|
7113
|
+
msgstr ""
|
7114
|
+
|
7115
|
+
msgid "Staged image digest"
|
7116
|
+
msgstr ""
|
7117
|
+
|
7130
7118
|
msgid "Start Date"
|
7131
7119
|
msgstr "Startdatum"
|
7132
7120
|
|
@@ -7292,9 +7280,6 @@ msgstr ""
|
|
7292
7280
|
msgid "Supported Content Types"
|
7293
7281
|
msgstr "Unterstützte Inhaltstypen"
|
7294
7282
|
|
7295
|
-
msgid "Sync"
|
7296
|
-
msgstr ""
|
7297
|
-
|
7298
7283
|
msgid "Sync Canceled"
|
7299
7284
|
msgstr "Synchronisation abgebrochen"
|
7300
7285
|
|
@@ -7349,9 +7334,6 @@ msgstr "Repository synchronisieren"
|
|
7349
7334
|
msgid "Sync all repositories for a product"
|
7350
7335
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
7351
7336
|
|
7352
|
-
msgid "Sync capsule"
|
7353
|
-
msgstr "Kapsel synchronisieren"
|
7354
|
-
|
7355
7337
|
msgid "Sync complete."
|
7356
7338
|
msgstr "Synchronisation abgeschlossen."
|
7357
7339
|
|
@@ -7370,9 +7352,6 @@ msgstr ""
|
|
7370
7352
|
msgid "Sync state"
|
7371
7353
|
msgstr "Synchronisierungsstatus"
|
7372
7354
|
|
7373
|
-
msgid "Syncable export"
|
7374
|
-
msgstr ""
|
7375
|
-
|
7376
7355
|
msgid "Synced"
|
7377
7356
|
msgstr ""
|
7378
7357
|
|
@@ -7487,6 +7466,9 @@ msgstr "Die für diese zusammengesetzte Ansicht angeforderte Aktion kann erst au
|
|
7487
7466
|
msgid "The actual file contents"
|
7488
7467
|
msgstr "Die eigentlichen Dateiinhalte"
|
7489
7468
|
|
7469
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7470
|
+
msgstr ""
|
7471
|
+
|
7490
7472
|
msgid "The content type for the Alternate Content Source"
|
7491
7473
|
msgstr ""
|
7492
7474
|
|
@@ -7738,6 +7720,9 @@ msgstr ""
|
|
7738
7720
|
msgid "This content view version doesn't have a history."
|
7739
7721
|
msgstr "Diese Inhaltsansichtsversion hat keine History."
|
7740
7722
|
|
7723
|
+
msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
|
7724
|
+
msgstr ""
|
7725
|
+
|
7741
7726
|
msgid "This content view will be automatically updated to the latest version."
|
7742
7727
|
msgstr ""
|
7743
7728
|
|
@@ -7750,6 +7735,9 @@ msgstr ""
|
|
7750
7735
|
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7751
7736
|
msgstr ""
|
7752
7737
|
|
7738
|
+
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7739
|
+
msgstr ""
|
7740
|
+
|
7753
7741
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7754
7742
|
msgstr ""
|
7755
7743
|
|
@@ -7876,7 +7864,7 @@ msgstr ""
|
|
7876
7864
|
msgid "To manage packages, select an action."
|
7877
7865
|
msgstr ""
|
7878
7866
|
|
7879
|
-
msgid "
|
7867
|
+
msgid "Token/password for the flatpak remote"
|
7880
7868
|
msgstr ""
|
7881
7869
|
|
7882
7870
|
msgid "Total steps: "
|
@@ -8140,6 +8128,9 @@ msgstr "Aktualisiere eine Kontent-View Version"
|
|
8140
8128
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8141
8129
|
msgstr "Filterregel aktualisieren. Die enthaltenen Parameter sollten auf dem Filtertyp basieren."
|
8142
8130
|
|
8131
|
+
msgid "Update a flatpak remote"
|
8132
|
+
msgstr ""
|
8133
|
+
|
8143
8134
|
msgid "Update a host collection"
|
8144
8135
|
msgstr "Hostsammlung aktualisieren"
|
8145
8136
|
|
@@ -8164,27 +8155,15 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
8164
8155
|
msgid "Update content counts for the smart proxy"
|
8165
8156
|
msgstr ""
|
8166
8157
|
|
8167
|
-
msgid "Update content urls"
|
8168
|
-
msgstr "Inhalts-URLs aktualisieren"
|
8169
|
-
|
8170
8158
|
msgid "Update content view environments for host"
|
8171
8159
|
msgstr ""
|
8172
8160
|
|
8173
8161
|
msgid "Update content view environments for host %s"
|
8174
8162
|
msgstr ""
|
8175
8163
|
|
8176
|
-
msgid "Update distributions"
|
8177
|
-
msgstr ""
|
8178
|
-
|
8179
8164
|
msgid "Update hosts manually"
|
8180
8165
|
msgstr ""
|
8181
8166
|
|
8182
|
-
msgid "Update http proxy"
|
8183
|
-
msgstr "HTTP-Proxy aktualisieren"
|
8184
|
-
|
8185
|
-
msgid "Update http proxy details"
|
8186
|
-
msgstr "HTTP-Proxy-Details aktualisieren"
|
8187
|
-
|
8188
8167
|
msgid "Update installed packages, enabled repos, module inventory"
|
8189
8168
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
8190
8169
|
|
@@ -8200,21 +8179,12 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
8200
8179
|
msgid "Update packages via Katello interface"
|
8201
8180
|
msgstr ""
|
8202
8181
|
|
8203
|
-
msgid "Update redhat repository"
|
8204
|
-
msgstr "Redhat-Repository aktualisieren"
|
8205
|
-
|
8206
8182
|
msgid "Update release version for host"
|
8207
8183
|
msgstr "Release-Version für Host aktualisieren"
|
8208
8184
|
|
8209
8185
|
msgid "Update release version for host %s"
|
8210
8186
|
msgstr "Release-Version für Host aktualisieren %s"
|
8211
8187
|
|
8212
|
-
msgid "Update remote"
|
8213
|
-
msgstr ""
|
8214
|
-
|
8215
|
-
msgid "Update repository"
|
8216
|
-
msgstr ""
|
8217
|
-
|
8218
8188
|
msgid "Update services requiring restart"
|
8219
8189
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
8220
8190
|
|
@@ -8305,12 +8275,6 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
8305
8275
|
msgid "Upload a subscription manifest"
|
8306
8276
|
msgstr "Subskriptionsmanifest hochladen"
|
8307
8277
|
|
8308
|
-
msgid "Upload content"
|
8309
|
-
msgstr ""
|
8310
|
-
|
8311
|
-
msgid "Upload file"
|
8312
|
-
msgstr ""
|
8313
|
-
|
8314
8278
|
msgid "Upload into"
|
8315
8279
|
msgstr "Hochgeladen in"
|
8316
8280
|
|
@@ -8320,9 +8284,6 @@ msgstr ""
|
|
8320
8284
|
msgid "Upload request id"
|
8321
8285
|
msgstr "Anfrage-ID hochladen"
|
8322
8286
|
|
8323
|
-
msgid "Upload tag"
|
8324
|
-
msgstr ""
|
8325
|
-
|
8326
8287
|
msgid "Upstream Candlepin"
|
8327
8288
|
msgstr ""
|
8328
8289
|
|
@@ -8410,6 +8371,9 @@ msgstr "Benutzername"
|
|
8410
8371
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8411
8372
|
msgstr ""
|
8412
8373
|
|
8374
|
+
msgid "Username for the flatpak remote"
|
8375
|
+
msgstr ""
|
8376
|
+
|
8413
8377
|
msgid "Username of the upstream repository user used for authentication"
|
8414
8378
|
msgstr "Benutzername des Upstream-Repository-Benutzers, der für die Authentifizierung verwendet wird"
|
8415
8379
|
|
@@ -8434,9 +8398,6 @@ msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktivie
|
|
8434
8398
|
msgid "Verify SSL"
|
8435
8399
|
msgstr "SSL überprüfen"
|
8436
8400
|
|
8437
|
-
msgid "Verify checksum"
|
8438
|
-
msgstr "Prüfsumme überprüfen"
|
8439
|
-
|
8440
8401
|
msgid "Verify checksum for content on smart proxy"
|
8441
8402
|
msgstr ""
|
8442
8403
|
|
@@ -8743,6 +8704,9 @@ msgstr "eine Paketgruppe"
|
|
8743
8704
|
msgid "actions not found"
|
8744
8705
|
msgstr "Aktionen nicht gefunden"
|
8745
8706
|
|
8707
|
+
msgid "activation key"
|
8708
|
+
msgstr ""
|
8709
|
+
|
8746
8710
|
msgid "activation key identifier"
|
8747
8711
|
msgstr "Aktivierungsschlüssel-ID"
|
8748
8712
|
|
@@ -8854,8 +8818,8 @@ msgstr "darf nicht Null sein"
|
|
8854
8818
|
msgid "cannot be set because unlimited hosts is set"
|
8855
8819
|
msgstr "kann nicht eingestellt werden, da unbegrenzte Hosts eingestellt sind"
|
8856
8820
|
|
8857
|
-
msgid "cannot be set for
|
8858
|
-
msgstr "
|
8821
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8822
|
+
msgstr ""
|
8859
8823
|
|
8860
8824
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
8861
8825
|
msgstr "darf nur ASCII alphanumerische Zeichen, \"_\" und \"-\" enthalten. "
|
@@ -8896,6 +8860,9 @@ msgstr "Inhalts-Release-Version"
|
|
8896
8860
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8897
8861
|
msgstr ""
|
8898
8862
|
|
8863
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8864
|
+
msgstr ""
|
8865
|
+
|
8899
8866
|
msgid "content view component ID. Identifier of the component association"
|
8900
8867
|
msgstr "Kontent-View Komponenten-ID. Identifizierer der Komponenten-Assoziation"
|
8901
8868
|
|
@@ -8980,7 +8947,7 @@ msgstr "Beschreibung des Repositorys"
|
|
8980
8947
|
msgid "disk"
|
8981
8948
|
msgstr "Festplatte"
|
8982
8949
|
|
8983
|
-
msgid "download policy for
|
8950
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8984
8951
|
msgstr ""
|
8985
8952
|
|
8986
8953
|
msgid "enables or disables synchronization"
|
@@ -9019,6 +8986,9 @@ msgstr "errata_ids ist ein erforderlicher Parameter"
|
|
9019
8986
|
msgid "erratum: IDs or a select all object"
|
9020
8987
|
msgstr "Erratum: IDs oder alle Objekte auswählen"
|
9021
8988
|
|
8989
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8990
|
+
msgstr ""
|
8991
|
+
|
9022
8992
|
msgid "erratum: end date (YYYY-MM-DD)"
|
9023
8993
|
msgstr "Erratum: Enddatum (JJJJ-MM-TT)"
|
9024
8994
|
|
@@ -9079,6 +9049,9 @@ msgstr "wird bereits verwendet für dieses Produkt."
|
|
9079
9049
|
msgid "here"
|
9080
9050
|
msgstr ""
|
9081
9051
|
|
9052
|
+
msgid "host"
|
9053
|
+
msgstr ""
|
9054
|
+
|
9082
9055
|
msgid "host collection name to filter by"
|
9083
9056
|
msgstr "Name der Hostsammlung, nach der gefiltert werden soll"
|
9084
9057
|
|
@@ -9199,6 +9172,18 @@ msgstr "Modul Stream IDS"
|
|
9199
9172
|
msgid "module streams not found"
|
9200
9173
|
msgstr "Modulstreams nicht gefunden"
|
9201
9174
|
|
9175
|
+
msgid "multi-environment activation key"
|
9176
|
+
msgstr ""
|
9177
|
+
|
9178
|
+
msgid "multi-environment activation keys"
|
9179
|
+
msgstr ""
|
9180
|
+
|
9181
|
+
msgid "multi-environment host"
|
9182
|
+
msgstr ""
|
9183
|
+
|
9184
|
+
msgid "multi-environment hosts"
|
9185
|
+
msgstr ""
|
9186
|
+
|
9202
9187
|
msgid "must be %{gpg_key} or %{cert}"
|
9203
9188
|
msgstr "muss %{gpg_key} oder %{cert} sein"
|
9204
9189
|
|