katello 4.18.1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/de/katello.po
CHANGED
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
|
20
20
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
|
21
21
|
# Lukáš Zapletal, 2022
|
|
22
|
-
# pdolinic, 2024
|
|
23
22
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
|
24
23
|
# Markus Bucher <bucher@atix.de>, 2025
|
|
25
24
|
# Crited <Alexander.Stoll@netways.de>, 2025
|
|
26
25
|
# Ettore Atalan <atalanttore@googlemail.com>, 2025
|
|
26
|
+
# pdolinic, 2025
|
|
27
27
|
#
|
|
28
28
|
msgid ""
|
|
29
29
|
msgstr ""
|
|
30
|
-
"Project-Id-Version: katello 4.
|
|
30
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
31
31
|
"Report-Msgid-Bugs-To: \n"
|
|
32
32
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
33
|
-
"Last-Translator:
|
|
33
|
+
"Last-Translator: pdolinic, 2025\n"
|
|
34
34
|
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
|
35
35
|
"MIME-Version: 1.0\n"
|
|
36
36
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -135,6 +135,9 @@ msgstr ""
|
|
|
135
135
|
msgid "${selectedContentType} will appear here when created."
|
|
136
136
|
msgstr ""
|
|
137
137
|
|
|
138
|
+
msgid "${totalCount} labels and annotations"
|
|
139
|
+
msgstr ""
|
|
140
|
+
|
|
138
141
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
139
142
|
msgstr "%s%shat %s Hosts und %sHostgruppen, die nach dem Löschen neu zugeordnet werden müssen.%s löschen ?"
|
|
140
143
|
|
|
@@ -473,9 +476,6 @@ msgstr ""
|
|
|
473
476
|
msgid "A remote execution job is in progress."
|
|
474
477
|
msgstr ""
|
|
475
478
|
|
|
476
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
477
|
-
msgstr "Ein Servicelevel für automatische Neusubskription, z. B. SELBSTHILFE"
|
|
478
|
-
|
|
479
479
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
480
480
|
msgstr "Ein intelligenter Proxy scheint aktualisiert worden zu sein, ohne dass Pulcore ausgeführt wird. Bitte aktualisieren Sie den Smart Proxy, nachdem Sie sichergestellt haben, dass die Pulcore-Dienste ausgeführt werden."
|
|
481
481
|
|
|
@@ -491,6 +491,9 @@ msgstr ""
|
|
|
491
491
|
msgid "About page"
|
|
492
492
|
msgstr "Über die Seite"
|
|
493
493
|
|
|
494
|
+
msgid "Abstract async task"
|
|
495
|
+
msgstr ""
|
|
496
|
+
|
|
494
497
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
495
498
|
msgstr ""
|
|
496
499
|
|
|
@@ -578,12 +581,15 @@ msgstr ""
|
|
|
578
581
|
msgid "Add RPM rule"
|
|
579
582
|
msgstr ""
|
|
580
583
|
|
|
584
|
+
msgid "Add Red Hat Flatpak remote"
|
|
585
|
+
msgstr ""
|
|
586
|
+
|
|
587
|
+
msgid "Add Red Hat flatpak remote"
|
|
588
|
+
msgstr ""
|
|
589
|
+
|
|
581
590
|
msgid "Add Subscriptions"
|
|
582
591
|
msgstr "Abonnements hinzufügen"
|
|
583
592
|
|
|
584
|
-
msgid "Add a subscription to a host"
|
|
585
|
-
msgstr "Subskription zu einem Host hinzufügen"
|
|
586
|
-
|
|
587
593
|
msgid "Add an alternate content source"
|
|
588
594
|
msgstr ""
|
|
589
595
|
|
|
@@ -635,6 +641,9 @@ msgstr ""
|
|
|
635
641
|
msgid "Add repositories with package groups to content view to select them here."
|
|
636
642
|
msgstr ""
|
|
637
643
|
|
|
644
|
+
msgid "Add rolling repo clone"
|
|
645
|
+
msgstr ""
|
|
646
|
+
|
|
638
647
|
msgid "Add rule"
|
|
639
648
|
msgstr ""
|
|
640
649
|
|
|
@@ -647,21 +656,24 @@ msgstr ""
|
|
|
647
656
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
648
657
|
msgstr "Abonnements hinzufügen, die von einem Manifest von Red Hat Subscription Management verwendet werden"
|
|
649
658
|
|
|
650
|
-
msgid "Add subscriptions to one or more hosts"
|
|
651
|
-
msgstr "Abonnements zu einem oder mehreren Hosts hinzufügen"
|
|
652
|
-
|
|
653
659
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
654
660
|
msgstr ""
|
|
655
661
|
|
|
656
662
|
msgid "Add to a host collection"
|
|
657
663
|
msgstr ""
|
|
658
664
|
|
|
665
|
+
msgid "Add to host collections"
|
|
666
|
+
msgstr ""
|
|
667
|
+
|
|
659
668
|
msgid "Added"
|
|
660
669
|
msgstr "Hinzugefügt"
|
|
661
670
|
|
|
662
671
|
msgid "Added %s"
|
|
663
672
|
msgstr ""
|
|
664
673
|
|
|
674
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
675
|
+
msgstr ""
|
|
676
|
+
|
|
665
677
|
msgid "Added Content:"
|
|
666
678
|
msgstr "Hinzugefügte Inhalte:"
|
|
667
679
|
|
|
@@ -704,6 +716,9 @@ msgstr "Alle Errata angewendet"
|
|
|
704
716
|
msgid "All errata up-to-date"
|
|
705
717
|
msgstr ""
|
|
706
718
|
|
|
719
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
720
|
+
msgstr ""
|
|
721
|
+
|
|
707
722
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
708
723
|
msgstr ""
|
|
709
724
|
|
|
@@ -791,6 +806,9 @@ msgid ""
|
|
|
791
806
|
"%{error_message}"
|
|
792
807
|
msgstr ""
|
|
793
808
|
|
|
809
|
+
msgid "An error occurred while updating host collections"
|
|
810
|
+
msgstr ""
|
|
811
|
+
|
|
794
812
|
msgid "An option to specify how many ostree commits to traverse."
|
|
795
813
|
msgstr ""
|
|
796
814
|
|
|
@@ -923,12 +941,6 @@ msgstr "Array lokaler Pool-IDs. Es werden nur Pools akzeptiert, die aus Upstream
|
|
|
923
941
|
msgid "Array of pools to add"
|
|
924
942
|
msgstr "Array von Pools zum Hinzufügen"
|
|
925
943
|
|
|
926
|
-
msgid "Array of subscriptions to add"
|
|
927
|
-
msgstr "Array der hinzuzufügenden Subskriptionen"
|
|
928
|
-
|
|
929
|
-
msgid "Array of subscriptions to remove"
|
|
930
|
-
msgstr "Array der zu entfernenden Subskriptionen"
|
|
931
|
-
|
|
932
944
|
msgid "Array of uploads to import"
|
|
933
945
|
msgstr "Array von Uploads zum Importieren"
|
|
934
946
|
|
|
@@ -985,15 +997,6 @@ msgstr ""
|
|
|
985
997
|
msgid "At least one organization must exist."
|
|
986
998
|
msgstr "Mindestens eine Organisation muss existieren."
|
|
987
999
|
|
|
988
|
-
msgid "Attach a subscription"
|
|
989
|
-
msgstr "Subskription verknüpfen"
|
|
990
|
-
|
|
991
|
-
msgid "Attach subscriptions"
|
|
992
|
-
msgstr "Subskriptionen verknüpfen"
|
|
993
|
-
|
|
994
|
-
msgid "Attach subscriptions to %s"
|
|
995
|
-
msgstr "Subskriptionen mit %s verknüpfen"
|
|
996
|
-
|
|
997
1000
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
998
1001
|
msgstr "Es wurde versucht, den Verbraucher %s vom Kerzenhalter zu zerstören, aber der Verbraucher existiert nicht im Kerzenhalter"
|
|
999
1002
|
|
|
@@ -1093,6 +1096,9 @@ msgstr "Diese Suche als Lesezeichen abspeichern"
|
|
|
1093
1096
|
msgid "Bookmarks marked as public are available to all users"
|
|
1094
1097
|
msgstr ""
|
|
1095
1098
|
|
|
1099
|
+
msgid "Bootable"
|
|
1100
|
+
msgstr ""
|
|
1101
|
+
|
|
1096
1102
|
msgid "Bootc rollback via Bootc interface"
|
|
1097
1103
|
msgstr ""
|
|
1098
1104
|
|
|
@@ -1105,6 +1111,9 @@ msgstr ""
|
|
|
1105
1111
|
msgid "Bootc upgrade via Bootc interface"
|
|
1106
1112
|
msgstr ""
|
|
1107
1113
|
|
|
1114
|
+
msgid "Booted"
|
|
1115
|
+
msgstr ""
|
|
1116
|
+
|
|
1108
1117
|
msgid "Booted Container Images"
|
|
1109
1118
|
msgstr ""
|
|
1110
1119
|
|
|
@@ -1414,6 +1423,9 @@ msgstr ""
|
|
|
1414
1423
|
msgid "Change content view environments"
|
|
1415
1424
|
msgstr ""
|
|
1416
1425
|
|
|
1426
|
+
msgid "Change host collections"
|
|
1427
|
+
msgstr ""
|
|
1428
|
+
|
|
1417
1429
|
msgid "Change host content source"
|
|
1418
1430
|
msgstr ""
|
|
1419
1431
|
|
|
@@ -1501,6 +1513,9 @@ msgstr ""
|
|
|
1501
1513
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1502
1514
|
msgstr ""
|
|
1503
1515
|
|
|
1516
|
+
msgid "Commit upload"
|
|
1517
|
+
msgstr ""
|
|
1518
|
+
|
|
1504
1519
|
msgid "Compare"
|
|
1505
1520
|
msgstr "Vergleichen"
|
|
1506
1521
|
|
|
@@ -1573,6 +1588,9 @@ msgstr "Container image tag"
|
|
|
1573
1588
|
msgid "Container image tags"
|
|
1574
1589
|
msgstr ""
|
|
1575
1590
|
|
|
1591
|
+
msgid "Container images"
|
|
1592
|
+
msgstr ""
|
|
1593
|
+
|
|
1576
1594
|
msgid "Container manifest lists"
|
|
1577
1595
|
msgstr ""
|
|
1578
1596
|
|
|
@@ -1852,15 +1870,27 @@ msgstr "In die Zwischenablage kopiert"
|
|
|
1852
1870
|
msgid "Copy"
|
|
1853
1871
|
msgstr "Kopieren"
|
|
1854
1872
|
|
|
1873
|
+
msgid "Copy all units"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1855
1876
|
msgid "Copy an activation key"
|
|
1856
1877
|
msgstr "Aktivierungsschlüssel kopieren"
|
|
1857
1878
|
|
|
1879
|
+
msgid "Copy content"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1858
1882
|
msgid "Copy content view"
|
|
1859
1883
|
msgstr ""
|
|
1860
1884
|
|
|
1861
1885
|
msgid "Copy to clipboard"
|
|
1862
1886
|
msgstr "In Zwischenablage abspeichern"
|
|
1863
1887
|
|
|
1888
|
+
msgid "Copy version"
|
|
1889
|
+
msgstr ""
|
|
1890
|
+
|
|
1891
|
+
msgid "Copy version units to library"
|
|
1892
|
+
msgstr ""
|
|
1893
|
+
|
|
1864
1894
|
msgid "Cores per socket"
|
|
1865
1895
|
msgstr "Kerne pro Socket"
|
|
1866
1896
|
|
|
@@ -2074,23 +2104,35 @@ msgstr ""
|
|
|
2074
2104
|
msgid "Create content view"
|
|
2075
2105
|
msgstr "Inhaltsansicht erstellen"
|
|
2076
2106
|
|
|
2107
|
+
msgid "Create exporter"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2077
2110
|
msgid "Create filter"
|
|
2078
2111
|
msgstr "Filter erstellen"
|
|
2079
2112
|
|
|
2080
2113
|
msgid "Create host collection"
|
|
2081
2114
|
msgstr ""
|
|
2082
2115
|
|
|
2116
|
+
msgid "Create import"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Create importer"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2083
2122
|
msgid "Create new activation key"
|
|
2084
2123
|
msgstr ""
|
|
2085
2124
|
|
|
2086
2125
|
msgid "Create organization"
|
|
2087
2126
|
msgstr "Organisation erstellen"
|
|
2088
2127
|
|
|
2089
|
-
msgid "Create
|
|
2128
|
+
msgid "Create publication"
|
|
2090
2129
|
msgstr ""
|
|
2091
2130
|
|
|
2092
|
-
msgid "Create
|
|
2093
|
-
msgstr "
|
|
2131
|
+
msgid "Create remote"
|
|
2132
|
+
msgstr ""
|
|
2133
|
+
|
|
2134
|
+
msgid "Creation"
|
|
2135
|
+
msgstr ""
|
|
2094
2136
|
|
|
2095
2137
|
msgid "Credentials"
|
|
2096
2138
|
msgstr "Anmeldedaten"
|
|
@@ -2353,12 +2395,36 @@ msgstr ""
|
|
|
2353
2395
|
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."
|
|
2354
2396
|
msgstr ""
|
|
2355
2397
|
|
|
2398
|
+
msgid "Delete distributions"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2356
2401
|
msgid "Delete manifest from Red Hat provider"
|
|
2357
2402
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
|
2358
2403
|
|
|
2359
2404
|
msgid "Delete multiple filters from a content view"
|
|
2360
2405
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
|
2361
2406
|
|
|
2407
|
+
msgid "Delete orphan alternate content sources"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete orphan distributions"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete orphan remotes"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2416
|
+
msgid "Delete orphan repository versions"
|
|
2417
|
+
msgstr ""
|
|
2418
|
+
|
|
2419
|
+
msgid "Delete orphaned migrated repositories"
|
|
2420
|
+
msgstr ""
|
|
2421
|
+
|
|
2422
|
+
msgid "Delete remote"
|
|
2423
|
+
msgstr ""
|
|
2424
|
+
|
|
2425
|
+
msgid "Delete repository references"
|
|
2426
|
+
msgstr ""
|
|
2427
|
+
|
|
2362
2428
|
msgid "Delete version"
|
|
2363
2429
|
msgstr ""
|
|
2364
2430
|
|
|
@@ -2458,6 +2524,12 @@ msgstr "Umgebung löschen"
|
|
|
2458
2524
|
msgid "Destroy an environment in an organization"
|
|
2459
2525
|
msgstr "Umgebung in einer Organisation löschen"
|
|
2460
2526
|
|
|
2527
|
+
msgid "Destroy exporter"
|
|
2528
|
+
msgstr ""
|
|
2529
|
+
|
|
2530
|
+
msgid "Destroy importer"
|
|
2531
|
+
msgstr ""
|
|
2532
|
+
|
|
2461
2533
|
msgid "Destroy one or more alternate content sources"
|
|
2462
2534
|
msgstr ""
|
|
2463
2535
|
|
|
@@ -2491,9 +2563,6 @@ msgstr "Deaktivieren"
|
|
|
2491
2563
|
msgid "Disable Red Hat Insights."
|
|
2492
2564
|
msgstr "Deaktivieren Sie Red Hat Insights."
|
|
2493
2565
|
|
|
2494
|
-
msgid "Disable Simple Content Access"
|
|
2495
|
-
msgstr "Einfachen Inhaltszugriff deaktivieren"
|
|
2496
|
-
|
|
2497
2566
|
msgid "Disable a repository from the set"
|
|
2498
2567
|
msgstr "Deaktivieren Sie ein Repository aus dem Set"
|
|
2499
2568
|
|
|
@@ -2506,6 +2575,9 @@ msgstr "Deaktiviert"
|
|
|
2506
2575
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2507
2576
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
|
2508
2577
|
|
|
2578
|
+
msgid "Discover"
|
|
2579
|
+
msgstr ""
|
|
2580
|
+
|
|
2509
2581
|
msgid "Discover Repositories"
|
|
2510
2582
|
msgstr "Repositorys suchen"
|
|
2511
2583
|
|
|
@@ -2557,6 +2629,9 @@ msgstr "ERRATA-HINWEIS"
|
|
|
2557
2629
|
msgid "Edit"
|
|
2558
2630
|
msgstr "Bearbeiten"
|
|
2559
2631
|
|
|
2632
|
+
msgid "Edit DEB rule"
|
|
2633
|
+
msgstr ""
|
|
2634
|
+
|
|
2560
2635
|
msgid "Edit Flatpak Remote"
|
|
2561
2636
|
msgstr ""
|
|
2562
2637
|
|
|
@@ -2584,9 +2659,6 @@ msgstr "Details bearbeiten"
|
|
|
2584
2659
|
msgid "Edit filter rule"
|
|
2585
2660
|
msgstr ""
|
|
2586
2661
|
|
|
2587
|
-
msgid "Edit package filter rule"
|
|
2588
|
-
msgstr ""
|
|
2589
|
-
|
|
2590
2662
|
msgid "Edit products"
|
|
2591
2663
|
msgstr "Produkte bearbeiten"
|
|
2592
2664
|
|
|
@@ -2629,9 +2701,6 @@ msgstr "Aktivieren"
|
|
|
2629
2701
|
msgid "Enable Red Hat repositories"
|
|
2630
2702
|
msgstr ""
|
|
2631
2703
|
|
|
2632
|
-
msgid "Enable Simple Content Access"
|
|
2633
|
-
msgstr "Einfachen Inhaltszugriff aktivieren"
|
|
2634
|
-
|
|
2635
2704
|
msgid "Enable Tracer"
|
|
2636
2705
|
msgstr ""
|
|
2637
2706
|
|
|
@@ -2644,9 +2713,6 @@ msgstr "Ein Repository aus der Gruppe aktivieren"
|
|
|
2644
2713
|
msgid "Enable repository sets"
|
|
2645
2714
|
msgstr ""
|
|
2646
2715
|
|
|
2647
|
-
msgid "Enable structured APT for deb content"
|
|
2648
|
-
msgstr ""
|
|
2649
|
-
|
|
2650
2716
|
msgid "Enable/Disable auto publish of composite view"
|
|
2651
2717
|
msgstr "Aktivieren/Deaktivieren der automatischen Veröffentlichung der zusammengesetzten Ansicht"
|
|
2652
2718
|
|
|
@@ -2707,6 +2773,9 @@ msgstr "Umgebungs-IDs"
|
|
|
2707
2773
|
msgid "Environment cannot be in its own promotion path"
|
|
2708
2774
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
|
2709
2775
|
|
|
2776
|
+
msgid "Environment contents refresh"
|
|
2777
|
+
msgstr ""
|
|
2778
|
+
|
|
2710
2779
|
msgid "Environment identifier"
|
|
2711
2780
|
msgstr "Umgebungskennung"
|
|
2712
2781
|
|
|
@@ -2746,6 +2815,9 @@ msgstr ""
|
|
|
2746
2815
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2747
2816
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
|
2748
2817
|
|
|
2818
|
+
msgid "Errata mail"
|
|
2819
|
+
msgstr ""
|
|
2820
|
+
|
|
2749
2821
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2750
2822
|
msgstr ""
|
|
2751
2823
|
|
|
@@ -2911,6 +2983,9 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
|
2911
2983
|
msgid "Fetch installable errata for one or more hosts."
|
|
2912
2984
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
|
2913
2985
|
|
|
2986
|
+
msgid "Fetch pxe files"
|
|
2987
|
+
msgstr ""
|
|
2988
|
+
|
|
2914
2989
|
msgid "Fetch traces for one or more hosts"
|
|
2915
2990
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
|
2916
2991
|
|
|
@@ -3004,6 +3079,9 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
|
3004
3079
|
msgid "Filter versions that are components in the specified composite version"
|
|
3005
3080
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
|
3006
3081
|
|
|
3082
|
+
msgid "Filtered index content"
|
|
3083
|
+
msgstr ""
|
|
3084
|
+
|
|
3007
3085
|
msgid "Filters"
|
|
3008
3086
|
msgstr "Filter"
|
|
3009
3087
|
|
|
@@ -3025,6 +3103,9 @@ msgstr ""
|
|
|
3025
3103
|
msgid "Finished"
|
|
3026
3104
|
msgstr "Fertig"
|
|
3027
3105
|
|
|
3106
|
+
msgid "Flatpak"
|
|
3107
|
+
msgstr ""
|
|
3108
|
+
|
|
3028
3109
|
msgid "Flatpak Remote ${name} created"
|
|
3029
3110
|
msgstr ""
|
|
3030
3111
|
|
|
@@ -3119,9 +3200,15 @@ msgstr ""
|
|
|
3119
3200
|
msgid "Generate host applicability"
|
|
3120
3201
|
msgstr "Hostanwendbarkeit generieren"
|
|
3121
3202
|
|
|
3203
|
+
msgid "Generate metadata"
|
|
3204
|
+
msgstr ""
|
|
3205
|
+
|
|
3122
3206
|
msgid "Generate repository applicability"
|
|
3123
3207
|
msgstr "Repository-Anwendbarkeit generieren"
|
|
3124
3208
|
|
|
3209
|
+
msgid "Generate username and password"
|
|
3210
|
+
msgstr ""
|
|
3211
|
+
|
|
3125
3212
|
msgid "Generated"
|
|
3126
3213
|
msgstr "Generiert"
|
|
3127
3214
|
|
|
@@ -3356,6 +3443,12 @@ msgstr ""
|
|
|
3356
3443
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3357
3444
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
|
3358
3445
|
|
|
3446
|
+
msgid "Hypervisors"
|
|
3447
|
+
msgstr ""
|
|
3448
|
+
|
|
3449
|
+
msgid "Hypervisors update"
|
|
3450
|
+
msgstr ""
|
|
3451
|
+
|
|
3359
3452
|
msgid "ID"
|
|
3360
3453
|
msgstr "Kennung"
|
|
3361
3454
|
|
|
@@ -3544,12 +3637,6 @@ msgstr ""
|
|
|
3544
3637
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3545
3638
|
msgstr ""
|
|
3546
3639
|
|
|
3547
|
-
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'."
|
|
3548
|
-
msgstr ""
|
|
3549
|
-
|
|
3550
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3551
|
-
msgstr "Falls angegeben, entfernen Sie die erste Instanz einer Subskription mit passender ID und Anzahl"
|
|
3552
|
-
|
|
3553
3640
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3554
3641
|
msgstr ""
|
|
3555
3642
|
|
|
@@ -3679,6 +3766,9 @@ msgstr ""
|
|
|
3679
3766
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3680
3767
|
msgstr ""
|
|
3681
3768
|
|
|
3769
|
+
msgid "Import migration"
|
|
3770
|
+
msgstr ""
|
|
3771
|
+
|
|
3682
3772
|
msgid "Import new manifest"
|
|
3683
3773
|
msgstr ""
|
|
3684
3774
|
|
|
@@ -3688,6 +3778,12 @@ msgstr ""
|
|
|
3688
3778
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3689
3779
|
msgstr ""
|
|
3690
3780
|
|
|
3781
|
+
msgid "Import repository upload"
|
|
3782
|
+
msgstr ""
|
|
3783
|
+
|
|
3784
|
+
msgid "Import upload"
|
|
3785
|
+
msgstr ""
|
|
3786
|
+
|
|
3691
3787
|
msgid "Import uploads into a repository"
|
|
3692
3788
|
msgstr "Uploads in ein Repository importieren"
|
|
3693
3789
|
|
|
@@ -3754,6 +3850,9 @@ msgstr "Inkrementelle Aktualisierung"
|
|
|
3754
3850
|
msgid "Incremental Update incomplete."
|
|
3755
3851
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
|
3756
3852
|
|
|
3853
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3854
|
+
msgstr ""
|
|
3855
|
+
|
|
3757
3856
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3758
3857
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
|
3759
3858
|
|
|
@@ -3766,12 +3865,27 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
|
3766
3865
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3767
3866
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
|
3768
3867
|
|
|
3868
|
+
msgid "Index content"
|
|
3869
|
+
msgstr ""
|
|
3870
|
+
|
|
3871
|
+
msgid "Index errata"
|
|
3872
|
+
msgstr ""
|
|
3873
|
+
|
|
3874
|
+
msgid "Index module streams"
|
|
3875
|
+
msgstr ""
|
|
3876
|
+
|
|
3877
|
+
msgid "Index package groups"
|
|
3878
|
+
msgstr ""
|
|
3879
|
+
|
|
3769
3880
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3770
3881
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
|
3771
3882
|
|
|
3772
3883
|
msgid "Inherit from Repository"
|
|
3773
3884
|
msgstr "Vom Repository erben"
|
|
3774
3885
|
|
|
3886
|
+
msgid "Initialize"
|
|
3887
|
+
msgstr ""
|
|
3888
|
+
|
|
3775
3889
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3776
3890
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
|
3777
3891
|
|
|
@@ -3847,9 +3961,15 @@ msgstr "Paketgruppe wird installiert …"
|
|
|
3847
3961
|
msgid "Installing Package..."
|
|
3848
3962
|
msgstr "Paket wird installiert …"
|
|
3849
3963
|
|
|
3964
|
+
msgid "Instance update"
|
|
3965
|
+
msgstr ""
|
|
3966
|
+
|
|
3850
3967
|
msgid "Instance-based"
|
|
3851
3968
|
msgstr "Instanzbasiert"
|
|
3852
3969
|
|
|
3970
|
+
msgid "Insufficient space for selected hosts"
|
|
3971
|
+
msgstr ""
|
|
3972
|
+
|
|
3853
3973
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3854
3974
|
msgstr "Interpretation eines angegebenen Objekts, damit nur Hostsammlungen ausgegeben werden, die dem angegebenen Objekt zugewiesen werden können. Der Wert 'host' wird unterstützt."
|
|
3855
3975
|
|
|
@@ -3973,6 +4093,9 @@ msgstr ""
|
|
|
3973
4093
|
msgid "It's not possible to promote a rolling content view."
|
|
3974
4094
|
msgstr ""
|
|
3975
4095
|
|
|
4096
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4097
|
+
msgstr ""
|
|
4098
|
+
|
|
3976
4099
|
msgid "It's not possible to publish a rolling content view."
|
|
3977
4100
|
msgstr ""
|
|
3978
4101
|
|
|
@@ -4081,6 +4204,15 @@ msgstr ""
|
|
|
4081
4204
|
msgid "Label of the flatpak remote"
|
|
4082
4205
|
msgstr ""
|
|
4083
4206
|
|
|
4207
|
+
msgid "Labels"
|
|
4208
|
+
msgstr ""
|
|
4209
|
+
|
|
4210
|
+
msgid "Labels and annotations"
|
|
4211
|
+
msgstr ""
|
|
4212
|
+
|
|
4213
|
+
msgid "Labels | Annotations"
|
|
4214
|
+
msgstr ""
|
|
4215
|
+
|
|
4084
4216
|
msgid "Last check-in:"
|
|
4085
4217
|
msgstr ""
|
|
4086
4218
|
|
|
@@ -4183,6 +4315,9 @@ msgstr ""
|
|
|
4183
4315
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4184
4316
|
msgstr "Lebenszyklusumgebungen können auf dem standardmäßigen Smart Proxy nicht geändert werden. Der Inhalt aller Lifecycle-Umgebungen ist auf diesem Smart Proxy vorhanden."
|
|
4185
4317
|
|
|
4318
|
+
msgid "Limit"
|
|
4319
|
+
msgstr ""
|
|
4320
|
+
|
|
4186
4321
|
msgid "Limit actions to content in the host's environment."
|
|
4187
4322
|
msgstr ""
|
|
4188
4323
|
|
|
@@ -4372,6 +4507,9 @@ msgstr "Liste von Host-IDs, die Hosts in der Hostsammlung ersetzen soll"
|
|
|
4372
4507
|
msgid "List of hypervisor guest uuids"
|
|
4373
4508
|
msgstr "Liste der Hypervisor-Gast-UUIDs"
|
|
4374
4509
|
|
|
4510
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4511
|
+
msgstr ""
|
|
4512
|
+
|
|
4375
4513
|
msgid "List of package group names (Deprecated)"
|
|
4376
4514
|
msgstr "Liste der Paketgruppennamen (veraltet)"
|
|
4377
4515
|
|
|
@@ -4510,12 +4648,18 @@ msgstr ""
|
|
|
4510
4648
|
msgid "Manifest"
|
|
4511
4649
|
msgstr "Manifest"
|
|
4512
4650
|
|
|
4651
|
+
msgid "Manifest Details"
|
|
4652
|
+
msgstr ""
|
|
4653
|
+
|
|
4513
4654
|
msgid "Manifest History"
|
|
4514
4655
|
msgstr "Manifestchronik"
|
|
4515
4656
|
|
|
4516
4657
|
msgid "Manifest deleted"
|
|
4517
4658
|
msgstr "Manifest gelöscht"
|
|
4518
4659
|
|
|
4660
|
+
msgid "Manifest digest"
|
|
4661
|
+
msgstr ""
|
|
4662
|
+
|
|
4519
4663
|
msgid "Manifest does not have a valid subscription"
|
|
4520
4664
|
msgstr ""
|
|
4521
4665
|
|
|
@@ -4600,6 +4744,9 @@ msgstr "Nachricht"
|
|
|
4600
4744
|
msgid "Messaging connection"
|
|
4601
4745
|
msgstr "Verbindung zum Messaging"
|
|
4602
4746
|
|
|
4747
|
+
msgid "Metadata generate"
|
|
4748
|
+
msgstr ""
|
|
4749
|
+
|
|
4603
4750
|
msgid ""
|
|
4604
4751
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4605
4752
|
"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."
|
|
@@ -4638,6 +4785,9 @@ msgstr "Modell"
|
|
|
4638
4785
|
msgid "Moderate"
|
|
4639
4786
|
msgstr "Moderat (Mittel)"
|
|
4640
4787
|
|
|
4788
|
+
msgid "Modified"
|
|
4789
|
+
msgstr ""
|
|
4790
|
+
|
|
4641
4791
|
msgid "Modify via remote execution"
|
|
4642
4792
|
msgstr ""
|
|
4643
4793
|
|
|
@@ -4665,6 +4815,15 @@ msgstr ""
|
|
|
4665
4815
|
msgid "Multi Content View Environment"
|
|
4666
4816
|
msgstr ""
|
|
4667
4817
|
|
|
4818
|
+
msgid "Multi copy all units"
|
|
4819
|
+
msgstr ""
|
|
4820
|
+
|
|
4821
|
+
msgid "Multi copy content"
|
|
4822
|
+
msgstr ""
|
|
4823
|
+
|
|
4824
|
+
msgid "Multi copy units"
|
|
4825
|
+
msgstr ""
|
|
4826
|
+
|
|
4668
4827
|
msgid "Multi-entitlement"
|
|
4669
4828
|
msgstr "Multi-Berechtigung"
|
|
4670
4829
|
|
|
@@ -4969,6 +5128,9 @@ msgstr "Keine installierten Pakete und/oder aktivierten Repositorys wurden von %
|
|
|
4969
5128
|
msgid "No items have been specified."
|
|
4970
5129
|
msgstr ""
|
|
4971
5130
|
|
|
5131
|
+
msgid "No labels"
|
|
5132
|
+
msgstr ""
|
|
5133
|
+
|
|
4972
5134
|
msgid "No manifest file uploaded"
|
|
4973
5135
|
msgstr "Keine Manifestdatei hochgeladen"
|
|
4974
5136
|
|
|
@@ -5284,9 +5446,6 @@ msgstr "Organisation %s wurde gelöscht."
|
|
|
5284
5446
|
msgid "Organization ID"
|
|
5285
5447
|
msgstr "Organisations-ID"
|
|
5286
5448
|
|
|
5287
|
-
msgid "Organization ID is required"
|
|
5288
|
-
msgstr "Organisations-ID ist erforderlich"
|
|
5289
|
-
|
|
5290
5449
|
msgid "Organization ID or title"
|
|
5291
5450
|
msgstr ""
|
|
5292
5451
|
|
|
@@ -5311,6 +5470,9 @@ msgstr "Organsiationskennung"
|
|
|
5311
5470
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5312
5471
|
msgstr ""
|
|
5313
5472
|
|
|
5473
|
+
msgid "Organization must be specified when providing product by name."
|
|
5474
|
+
msgstr ""
|
|
5475
|
+
|
|
5314
5476
|
msgid "Organization not found"
|
|
5315
5477
|
msgstr "Organisation nicht gefunden"
|
|
5316
5478
|
|
|
@@ -5714,6 +5876,9 @@ msgstr ""
|
|
|
5714
5876
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5715
5877
|
msgstr ""
|
|
5716
5878
|
|
|
5879
|
+
msgid "Product must be specified."
|
|
5880
|
+
msgstr ""
|
|
5881
|
+
|
|
5717
5882
|
msgid "Product name"
|
|
5718
5883
|
msgstr "Produktname"
|
|
5719
5884
|
|
|
@@ -5774,6 +5939,9 @@ msgstr "Zusammenfassung der Promotions-Zusammenfassung für %{content_view}"
|
|
|
5774
5939
|
msgid "Promotion to Environment"
|
|
5775
5940
|
msgstr "Promotion des Environments"
|
|
5776
5941
|
|
|
5942
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5943
|
+
msgstr ""
|
|
5944
|
+
|
|
5777
5945
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5778
5946
|
msgstr ""
|
|
5779
5947
|
|
|
@@ -5873,6 +6041,9 @@ msgstr "Pulp-Speicher"
|
|
|
5873
6041
|
msgid "Pulp task error"
|
|
5874
6042
|
msgstr "Pulp-Aufgabenfehler"
|
|
5875
6043
|
|
|
6044
|
+
msgid "Purge completed tasks"
|
|
6045
|
+
msgstr ""
|
|
6046
|
+
|
|
5876
6047
|
msgid "Python Package"
|
|
5877
6048
|
msgstr ""
|
|
5878
6049
|
|
|
@@ -5900,15 +6071,6 @@ msgstr "Die Menge darf nicht über ${pool.available} liegen."
|
|
|
5900
6071
|
msgid "Quantity of entitlements to bind"
|
|
5901
6072
|
msgstr "Anzahl der zu bindenden Berechtigungen"
|
|
5902
6073
|
|
|
5903
|
-
msgid "Quantity of specified subscription to remove"
|
|
5904
|
-
msgstr "Menge des angegebenen Abonnements, das entfernt werden soll"
|
|
5905
|
-
|
|
5906
|
-
msgid "Quantity of this subscription to add"
|
|
5907
|
-
msgstr "Hinzuzufügende Anzahl dieser Subskription"
|
|
5908
|
-
|
|
5909
|
-
msgid "Quantity of this subscriptions to add"
|
|
5910
|
-
msgstr "Hinzuzufügende Anzahl der Subskription"
|
|
5911
|
-
|
|
5912
6074
|
msgid "Quantity to Allocate"
|
|
5913
6075
|
msgstr "Zuzuweisende Menge"
|
|
5914
6076
|
|
|
@@ -5981,6 +6143,9 @@ msgstr "Neustart erforderlich"
|
|
|
5981
6143
|
msgid "Reclaim Space"
|
|
5982
6144
|
msgstr ""
|
|
5983
6145
|
|
|
6146
|
+
msgid "Reclaim space"
|
|
6147
|
+
msgstr ""
|
|
6148
|
+
|
|
5984
6149
|
msgid "Reclaim space from On Demand repositories"
|
|
5985
6150
|
msgstr ""
|
|
5986
6151
|
|
|
@@ -6047,6 +6212,9 @@ msgstr ""
|
|
|
6047
6212
|
msgid "Refresh all alternate content sources"
|
|
6048
6213
|
msgstr ""
|
|
6049
6214
|
|
|
6215
|
+
msgid "Refresh all distributions"
|
|
6216
|
+
msgstr ""
|
|
6217
|
+
|
|
6050
6218
|
msgid "Refresh alternate content sources"
|
|
6051
6219
|
msgstr ""
|
|
6052
6220
|
|
|
@@ -6059,15 +6227,27 @@ msgstr ""
|
|
|
6059
6227
|
msgid "Refresh counts"
|
|
6060
6228
|
msgstr ""
|
|
6061
6229
|
|
|
6230
|
+
msgid "Refresh distribution"
|
|
6231
|
+
msgstr ""
|
|
6232
|
+
|
|
6062
6233
|
msgid "Refresh errata applicability"
|
|
6063
6234
|
msgstr ""
|
|
6064
6235
|
|
|
6236
|
+
msgid "Refresh if needed"
|
|
6237
|
+
msgstr ""
|
|
6238
|
+
|
|
6065
6239
|
msgid "Refresh package applicability"
|
|
6066
6240
|
msgstr ""
|
|
6067
6241
|
|
|
6068
6242
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6069
6243
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
|
6070
6244
|
|
|
6245
|
+
msgid "Refresh remote"
|
|
6246
|
+
msgstr ""
|
|
6247
|
+
|
|
6248
|
+
msgid "Refresh repos"
|
|
6249
|
+
msgstr ""
|
|
6250
|
+
|
|
6071
6251
|
msgid "Refresh source"
|
|
6072
6252
|
msgstr ""
|
|
6073
6253
|
|
|
@@ -6077,9 +6257,6 @@ msgstr ""
|
|
|
6077
6257
|
msgid "Register a host with subscription and information"
|
|
6078
6258
|
msgstr "Registrieren Sie einen Host mit Abonnement und Informationen"
|
|
6079
6259
|
|
|
6080
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6081
|
-
msgstr "Registrieren Sie den Host '%s', bevor Sie Abonnements anhängen"
|
|
6082
|
-
|
|
6083
6260
|
msgid "Registered"
|
|
6084
6261
|
msgstr "Registriert"
|
|
6085
6262
|
|
|
@@ -6113,6 +6290,9 @@ msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container
|
|
|
6113
6290
|
msgid "Registry token expiration time"
|
|
6114
6291
|
msgstr ""
|
|
6115
6292
|
|
|
6293
|
+
msgid "Reindex subscriptions"
|
|
6294
|
+
msgstr ""
|
|
6295
|
+
|
|
6116
6296
|
msgid "Related composite content views"
|
|
6117
6297
|
msgstr ""
|
|
6118
6298
|
|
|
@@ -6188,6 +6368,9 @@ msgstr ""
|
|
|
6188
6368
|
msgid "Remove from environments"
|
|
6189
6369
|
msgstr ""
|
|
6190
6370
|
|
|
6371
|
+
msgid "Remove from host collections"
|
|
6372
|
+
msgstr ""
|
|
6373
|
+
|
|
6191
6374
|
msgid "Remove host from collections"
|
|
6192
6375
|
msgstr ""
|
|
6193
6376
|
|
|
@@ -6209,6 +6392,9 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
|
6209
6392
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6210
6393
|
msgstr ""
|
|
6211
6394
|
|
|
6395
|
+
msgid "Remove orphans"
|
|
6396
|
+
msgstr ""
|
|
6397
|
+
|
|
6212
6398
|
msgid "Remove package group via Katello interface"
|
|
6213
6399
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
|
6214
6400
|
|
|
@@ -6224,17 +6410,14 @@ msgstr ""
|
|
|
6224
6410
|
msgid "Remove products from sync plan"
|
|
6225
6411
|
msgstr "Produkte aus Synchronisationsplan entfernen"
|
|
6226
6412
|
|
|
6227
|
-
msgid "Remove
|
|
6228
|
-
msgstr "
|
|
6229
|
-
|
|
6230
|
-
msgid "Remove subscriptions from %s"
|
|
6231
|
-
msgstr "Subskriptionen aus %s entfernen"
|
|
6413
|
+
msgid "Remove rolling repo clone"
|
|
6414
|
+
msgstr ""
|
|
6232
6415
|
|
|
6233
|
-
msgid "Remove
|
|
6416
|
+
msgid "Remove units"
|
|
6234
6417
|
msgstr ""
|
|
6235
6418
|
|
|
6236
|
-
msgid "Remove
|
|
6237
|
-
msgstr "
|
|
6419
|
+
msgid "Remove unneeded repos"
|
|
6420
|
+
msgstr ""
|
|
6238
6421
|
|
|
6239
6422
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6240
6423
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
|
@@ -6242,6 +6425,9 @@ msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Sys
|
|
|
6242
6425
|
msgid "Remove versions from environments"
|
|
6243
6426
|
msgstr ""
|
|
6244
6427
|
|
|
6428
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6429
|
+
msgstr ""
|
|
6430
|
+
|
|
6245
6431
|
msgid "Removed component from content view"
|
|
6246
6432
|
msgstr "Komponente aus der Inhaltsansicht entfernt"
|
|
6247
6433
|
|
|
@@ -6260,6 +6446,9 @@ msgstr ""
|
|
|
6260
6446
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6261
6447
|
msgstr ""
|
|
6262
6448
|
|
|
6449
|
+
msgid "Repair"
|
|
6450
|
+
msgstr ""
|
|
6451
|
+
|
|
6263
6452
|
msgid "Replace content source on the target machine"
|
|
6264
6453
|
msgstr ""
|
|
6265
6454
|
|
|
@@ -6278,12 +6467,18 @@ msgstr "Repositorys"
|
|
|
6278
6467
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6279
6468
|
msgstr ""
|
|
6280
6469
|
|
|
6470
|
+
msgid "Repositories certs reset"
|
|
6471
|
+
msgstr ""
|
|
6472
|
+
|
|
6281
6473
|
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."
|
|
6282
6474
|
msgstr ""
|
|
6283
6475
|
|
|
6284
6476
|
msgid "Repositories from published Content Views are not allowed."
|
|
6285
6477
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
|
6286
6478
|
|
|
6479
|
+
msgid "Repositories gpg reset"
|
|
6480
|
+
msgstr ""
|
|
6481
|
+
|
|
6287
6482
|
msgid "Repository"
|
|
6288
6483
|
msgstr "Repository"
|
|
6289
6484
|
|
|
@@ -6449,12 +6644,18 @@ msgstr ""
|
|
|
6449
6644
|
msgid "Result"
|
|
6450
6645
|
msgstr "Ergebnis"
|
|
6451
6646
|
|
|
6647
|
+
msgid "Retain build profile upon unregistration"
|
|
6648
|
+
msgstr ""
|
|
6649
|
+
|
|
6452
6650
|
msgid "Retrieve a single errata for a host"
|
|
6453
6651
|
msgstr "Einzelnes Erratum für einen Host abrufen"
|
|
6454
6652
|
|
|
6455
6653
|
msgid "Return Red Hat (non-custom) products only"
|
|
6456
6654
|
msgstr "Return Red Hat (non-custom) products only"
|
|
6457
6655
|
|
|
6656
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6657
|
+
msgstr ""
|
|
6658
|
+
|
|
6458
6659
|
msgid "Return a list of installed packages distinct by name"
|
|
6459
6660
|
msgstr ""
|
|
6460
6661
|
|
|
@@ -6635,6 +6836,24 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
|
6635
6836
|
msgid "Save"
|
|
6636
6837
|
msgstr "Speichern"
|
|
6637
6838
|
|
|
6839
|
+
msgid "Save Environments"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
6842
|
+
msgid "Save artifact"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6845
|
+
msgid "Save distribution references"
|
|
6846
|
+
msgstr ""
|
|
6847
|
+
|
|
6848
|
+
msgid "Save publication"
|
|
6849
|
+
msgstr ""
|
|
6850
|
+
|
|
6851
|
+
msgid "Save version"
|
|
6852
|
+
msgstr ""
|
|
6853
|
+
|
|
6854
|
+
msgid "Save versions"
|
|
6855
|
+
msgstr ""
|
|
6856
|
+
|
|
6638
6857
|
msgid "Saving alternate content source..."
|
|
6639
6858
|
msgstr ""
|
|
6640
6859
|
|
|
@@ -6644,6 +6863,12 @@ msgstr ""
|
|
|
6644
6863
|
msgid "Scan a flatpak remote"
|
|
6645
6864
|
msgstr ""
|
|
6646
6865
|
|
|
6866
|
+
msgid "Scan cdn"
|
|
6867
|
+
msgstr ""
|
|
6868
|
+
|
|
6869
|
+
msgid "Scan remote"
|
|
6870
|
+
msgstr ""
|
|
6871
|
+
|
|
6647
6872
|
msgid "Schema version 1"
|
|
6648
6873
|
msgstr ""
|
|
6649
6874
|
|
|
@@ -6692,6 +6917,9 @@ msgstr "Anwendbare Sicherheits-Errata"
|
|
|
6692
6917
|
msgid "Security errata installable"
|
|
6693
6918
|
msgstr "Sicherheitserrata installierbar"
|
|
6694
6919
|
|
|
6920
|
+
msgid "See child manifests"
|
|
6921
|
+
msgstr ""
|
|
6922
|
+
|
|
6695
6923
|
msgid "Select"
|
|
6696
6924
|
msgstr "Auswählen"
|
|
6697
6925
|
|
|
@@ -6803,6 +7031,9 @@ msgstr ""
|
|
|
6803
7031
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6804
7032
|
msgstr ""
|
|
6805
7033
|
|
|
7034
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7035
|
+
msgstr ""
|
|
7036
|
+
|
|
6806
7037
|
msgid "Select hosts to assign to %s"
|
|
6807
7038
|
msgstr "Hosts zum Zuweisen zu %s auswählen"
|
|
6808
7039
|
|
|
@@ -6881,11 +7112,14 @@ msgstr "Servicelevel %s"
|
|
|
6881
7112
|
msgid "Service Level (SLA)"
|
|
6882
7113
|
msgstr "Service Level (SLA)"
|
|
6883
7114
|
|
|
7115
|
+
msgid "Service level"
|
|
7116
|
+
msgstr ""
|
|
7117
|
+
|
|
6884
7118
|
msgid "Service level of host"
|
|
6885
7119
|
msgstr "Servicelevel des Hosts"
|
|
6886
7120
|
|
|
6887
|
-
msgid "Service level
|
|
6888
|
-
msgstr "
|
|
7121
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7122
|
+
msgstr ""
|
|
6889
7123
|
|
|
6890
7124
|
msgid "Set content overrides"
|
|
6891
7125
|
msgstr ""
|
|
@@ -6911,9 +7145,6 @@ msgstr ""
|
|
|
6911
7145
|
msgid "Sets the system purpose usage"
|
|
6912
7146
|
msgstr "Setzt setzt die System-Zweck-Nutzung"
|
|
6913
7147
|
|
|
6914
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6915
|
-
msgstr "Legt fest, ob der Host Abonnements beim Einchecken automatisch repariert"
|
|
6916
|
-
|
|
6917
7148
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6918
7149
|
msgstr "Die Einstellung 'default_location_subscribed_hosts' ist nicht auf einen gültigen Standort festgelegt."
|
|
6919
7150
|
|
|
@@ -6923,6 +7154,9 @@ msgstr "Schweregrad"
|
|
|
6923
7154
|
msgid "Severity must be one of: %s"
|
|
6924
7155
|
msgstr ""
|
|
6925
7156
|
|
|
7157
|
+
msgid "Show ${remainingCount} more"
|
|
7158
|
+
msgstr ""
|
|
7159
|
+
|
|
6926
7160
|
msgid "Show %s"
|
|
6927
7161
|
msgstr ""
|
|
6928
7162
|
|
|
@@ -7064,6 +7298,9 @@ msgstr "Smart Proxy-Inhaltsquelle nicht gefunden!"
|
|
|
7064
7298
|
msgid "Smart proxy name"
|
|
7065
7299
|
msgstr ""
|
|
7066
7300
|
|
|
7301
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7302
|
+
msgstr ""
|
|
7303
|
+
|
|
7067
7304
|
msgid "Sockets"
|
|
7068
7305
|
msgstr "Sockets"
|
|
7069
7306
|
|
|
@@ -7178,7 +7415,7 @@ msgstr ""
|
|
|
7178
7415
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7179
7416
|
msgstr ""
|
|
7180
7417
|
|
|
7181
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7418
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7182
7419
|
msgstr ""
|
|
7183
7420
|
|
|
7184
7421
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7247,6 +7484,9 @@ msgstr "Beim Abrufen der Repository-Typen ist ein Fehler aufgetreten! ${getRespo
|
|
|
7247
7484
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7248
7485
|
msgstr ""
|
|
7249
7486
|
|
|
7487
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7488
|
+
msgstr ""
|
|
7489
|
+
|
|
7250
7490
|
msgid "Something went wrong! Please check server logs!"
|
|
7251
7491
|
msgstr ""
|
|
7252
7492
|
|
|
@@ -7334,9 +7574,6 @@ msgstr "Subskription"
|
|
|
7334
7574
|
msgid "Subscription Details"
|
|
7335
7575
|
msgstr "Subskriptionsdetails"
|
|
7336
7576
|
|
|
7337
|
-
msgid "Subscription ID"
|
|
7338
|
-
msgstr "Subskriptions-ID"
|
|
7339
|
-
|
|
7340
7577
|
msgid "Subscription Info"
|
|
7341
7578
|
msgstr "Subskriptionsinformationen"
|
|
7342
7579
|
|
|
@@ -7352,12 +7589,6 @@ msgstr "Gültigkeitsprüfung des Abonnementmanifests"
|
|
|
7352
7589
|
msgid "Subscription Name"
|
|
7353
7590
|
msgstr "Abonnementname"
|
|
7354
7591
|
|
|
7355
|
-
msgid "Subscription Pool id"
|
|
7356
|
-
msgstr "Subskriptionspool-ID"
|
|
7357
|
-
|
|
7358
|
-
msgid "Subscription Pool uuid"
|
|
7359
|
-
msgstr "Subskriptionspool-UUID"
|
|
7360
|
-
|
|
7361
7592
|
msgid "Subscription UUID"
|
|
7362
7593
|
msgstr "Abonnement-UUID"
|
|
7363
7594
|
|
|
@@ -7409,9 +7640,6 @@ msgstr "Erfolgreich"
|
|
|
7409
7640
|
msgid "Successfully added %s Host(s)."
|
|
7410
7641
|
msgstr "%s Host(s) erfolgreich hinzugefügt."
|
|
7411
7642
|
|
|
7412
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7413
|
-
msgstr "%{count} Inhaltshosts erfolgreich zur Hostsammlung %{host_collection} hinzugefügt."
|
|
7414
|
-
|
|
7415
7643
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7416
7644
|
msgstr "Synchronisationsplan erfolgreich geändert für %s Produkte"
|
|
7417
7645
|
|
|
@@ -7424,9 +7652,6 @@ msgstr ""
|
|
|
7424
7652
|
msgid "Successfully removed %s Host(s)."
|
|
7425
7653
|
msgstr "%s Host(s) erfolgreich entfernt."
|
|
7426
7654
|
|
|
7427
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7428
|
-
msgstr "%{count} Inhaltshosts erfolgreich von Hostsammlung %{host_collection} entfernt."
|
|
7429
|
-
|
|
7430
7655
|
msgid "Successfully synced capsule."
|
|
7431
7656
|
msgstr ""
|
|
7432
7657
|
|
|
@@ -7445,6 +7670,9 @@ msgstr ""
|
|
|
7445
7670
|
msgid "Supported Content Types"
|
|
7446
7671
|
msgstr "Unterstützte Inhaltstypen"
|
|
7447
7672
|
|
|
7673
|
+
msgid "Sync"
|
|
7674
|
+
msgstr ""
|
|
7675
|
+
|
|
7448
7676
|
msgid "Sync Canceled"
|
|
7449
7677
|
msgstr "Synchronisation abgebrochen"
|
|
7450
7678
|
|
|
@@ -7499,6 +7727,9 @@ msgstr "Repository synchronisieren"
|
|
|
7499
7727
|
msgid "Sync all repositories for a product"
|
|
7500
7728
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
|
7501
7729
|
|
|
7730
|
+
msgid "Sync capsule"
|
|
7731
|
+
msgstr ""
|
|
7732
|
+
|
|
7502
7733
|
msgid "Sync complete."
|
|
7503
7734
|
msgstr "Synchronisation abgeschlossen."
|
|
7504
7735
|
|
|
@@ -7517,6 +7748,9 @@ msgstr ""
|
|
|
7517
7748
|
msgid "Sync state"
|
|
7518
7749
|
msgstr "Synchronisierungsstatus"
|
|
7519
7750
|
|
|
7751
|
+
msgid "Syncable export"
|
|
7752
|
+
msgstr ""
|
|
7753
|
+
|
|
7520
7754
|
msgid "Synced"
|
|
7521
7755
|
msgstr ""
|
|
7522
7756
|
|
|
@@ -7568,6 +7802,9 @@ msgstr ""
|
|
|
7568
7802
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7569
7803
|
msgstr ""
|
|
7570
7804
|
|
|
7805
|
+
msgid "Tag"
|
|
7806
|
+
msgstr ""
|
|
7807
|
+
|
|
7571
7808
|
msgid "Tag name"
|
|
7572
7809
|
msgstr ""
|
|
7573
7810
|
|
|
@@ -7783,9 +8020,6 @@ msgstr ""
|
|
|
7783
8020
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7784
8021
|
msgstr ""
|
|
7785
8022
|
|
|
7786
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7787
|
-
msgstr "Die spetifizierte Organization ist im Simple-Content-Zugriffs-Modus. Das Hinzufügen von Subskriptionen ist deaktiviert."
|
|
7788
|
-
|
|
7789
8023
|
msgid "The subscription cannot be found upstream"
|
|
7790
8024
|
msgstr "Das Abonnement kann nicht im Upstream gefunden werden"
|
|
7791
8025
|
|
|
@@ -7927,12 +8161,6 @@ msgstr ""
|
|
|
7927
8161
|
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
|
7928
8162
|
msgstr ""
|
|
7929
8163
|
|
|
7930
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7931
|
-
msgstr "Die Organisation dieses Gastgebers befindet sich im einfachen Inhaltszugriffsmodus. Das Anhängen von Abonnements ist deaktiviert."
|
|
7932
|
-
|
|
7933
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7934
|
-
msgstr "Die Organisation dieses Gastgebers befindet sich im einfachen Inhaltszugriffsmodus. Automatisches Anhängen ist deaktiviert"
|
|
7935
|
-
|
|
7936
8164
|
msgid "This is disabled because a manifest task is in progress"
|
|
7937
8165
|
msgstr "Dies ist deaktiviert, da eine Manifestaufgabe ausgeführt wird"
|
|
7938
8166
|
|
|
@@ -8011,6 +8239,9 @@ msgstr "Titel"
|
|
|
8011
8239
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8012
8240
|
msgstr ""
|
|
8013
8241
|
|
|
8242
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8243
|
+
msgstr ""
|
|
8244
|
+
|
|
8014
8245
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
|
8015
8246
|
msgstr ""
|
|
8016
8247
|
|
|
@@ -8032,6 +8263,9 @@ msgstr ""
|
|
|
8032
8263
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
8033
8264
|
msgstr ""
|
|
8034
8265
|
|
|
8266
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8267
|
+
msgstr ""
|
|
8268
|
+
|
|
8035
8269
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8036
8270
|
msgstr ""
|
|
8037
8271
|
|
|
@@ -8086,12 +8320,6 @@ msgstr ""
|
|
|
8086
8320
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8087
8321
|
msgstr ""
|
|
8088
8322
|
|
|
8089
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8090
|
-
msgstr "Automatische Verknüpfung von Subskriptionen auslösen "
|
|
8091
|
-
|
|
8092
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8093
|
-
msgstr "Auslösen eines automatischen Anhängens von Abonnements auf einem oder mehreren Hosts"
|
|
8094
|
-
|
|
8095
8323
|
msgid "Try changing your search criteria."
|
|
8096
8324
|
msgstr ""
|
|
8097
8325
|
|
|
@@ -8245,9 +8473,6 @@ msgstr "Benutzer-Repository-Zuordnung kann nicht aktualisiert werden"
|
|
|
8245
8473
|
msgid "Unapplied Errata"
|
|
8246
8474
|
msgstr "Nicht angewendete Errata"
|
|
8247
8475
|
|
|
8248
|
-
msgid "Unattach a subscription"
|
|
8249
|
-
msgstr "Subskription lösen"
|
|
8250
|
-
|
|
8251
8476
|
msgid "Unfiltered params array: %s."
|
|
8252
8477
|
msgstr "Ungefiltertes Parameter-Array: %s ."
|
|
8253
8478
|
|
|
@@ -8359,15 +8584,27 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
|
8359
8584
|
msgid "Update content counts for the smart proxy"
|
|
8360
8585
|
msgstr ""
|
|
8361
8586
|
|
|
8587
|
+
msgid "Update content urls"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8362
8590
|
msgid "Update content view environments for host"
|
|
8363
8591
|
msgstr ""
|
|
8364
8592
|
|
|
8365
8593
|
msgid "Update content view environments for host %s"
|
|
8366
8594
|
msgstr ""
|
|
8367
8595
|
|
|
8596
|
+
msgid "Update distributions"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8368
8599
|
msgid "Update hosts manually"
|
|
8369
8600
|
msgstr ""
|
|
8370
8601
|
|
|
8602
|
+
msgid "Update http proxy"
|
|
8603
|
+
msgstr ""
|
|
8604
|
+
|
|
8605
|
+
msgid "Update http proxy details"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8371
8608
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8372
8609
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
|
8373
8610
|
|
|
@@ -8383,12 +8620,21 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
|
8383
8620
|
msgid "Update packages via Katello interface"
|
|
8384
8621
|
msgstr ""
|
|
8385
8622
|
|
|
8623
|
+
msgid "Update redhat repository"
|
|
8624
|
+
msgstr ""
|
|
8625
|
+
|
|
8386
8626
|
msgid "Update release version for host"
|
|
8387
8627
|
msgstr "Release-Version für Host aktualisieren"
|
|
8388
8628
|
|
|
8389
8629
|
msgid "Update release version for host %s"
|
|
8390
8630
|
msgstr "Release-Version für Host aktualisieren %s"
|
|
8391
8631
|
|
|
8632
|
+
msgid "Update remote"
|
|
8633
|
+
msgstr ""
|
|
8634
|
+
|
|
8635
|
+
msgid "Update repository"
|
|
8636
|
+
msgstr ""
|
|
8637
|
+
|
|
8392
8638
|
msgid "Update services requiring restart"
|
|
8393
8639
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
|
8394
8640
|
|
|
@@ -8479,6 +8725,12 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
|
8479
8725
|
msgid "Upload a subscription manifest"
|
|
8480
8726
|
msgstr "Subskriptionsmanifest hochladen"
|
|
8481
8727
|
|
|
8728
|
+
msgid "Upload content"
|
|
8729
|
+
msgstr ""
|
|
8730
|
+
|
|
8731
|
+
msgid "Upload file"
|
|
8732
|
+
msgstr ""
|
|
8733
|
+
|
|
8482
8734
|
msgid "Upload into"
|
|
8483
8735
|
msgstr "Hochgeladen in"
|
|
8484
8736
|
|
|
@@ -8488,6 +8740,9 @@ msgstr ""
|
|
|
8488
8740
|
msgid "Upload request id"
|
|
8489
8741
|
msgstr "Anfrage-ID hochladen"
|
|
8490
8742
|
|
|
8743
|
+
msgid "Upload tag"
|
|
8744
|
+
msgstr ""
|
|
8745
|
+
|
|
8491
8746
|
msgid "Upstream Candlepin"
|
|
8492
8747
|
msgstr ""
|
|
8493
8748
|
|
|
@@ -8602,9 +8857,15 @@ msgstr ""
|
|
|
8602
8857
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8603
8858
|
msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktiviert' sein."
|
|
8604
8859
|
|
|
8860
|
+
msgid "Verify Content Checksum"
|
|
8861
|
+
msgstr "Überprüfen Sie die Inhaltsprüfsumme"
|
|
8862
|
+
|
|
8605
8863
|
msgid "Verify SSL"
|
|
8606
8864
|
msgstr "SSL überprüfen"
|
|
8607
8865
|
|
|
8866
|
+
msgid "Verify checksum"
|
|
8867
|
+
msgstr ""
|
|
8868
|
+
|
|
8608
8869
|
msgid "Verify checksum for content on smart proxy"
|
|
8609
8870
|
msgstr ""
|
|
8610
8871
|
|
|
@@ -8686,6 +8947,9 @@ msgstr ""
|
|
|
8686
8947
|
msgid "View by"
|
|
8687
8948
|
msgstr ""
|
|
8688
8949
|
|
|
8950
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8951
|
+
msgstr ""
|
|
8952
|
+
|
|
8689
8953
|
msgid "View content views"
|
|
8690
8954
|
msgstr ""
|
|
8691
8955
|
|
|
@@ -8695,6 +8959,15 @@ msgstr ""
|
|
|
8695
8959
|
msgid "View documentation"
|
|
8696
8960
|
msgstr ""
|
|
8697
8961
|
|
|
8962
|
+
msgid "View here"
|
|
8963
|
+
msgstr ""
|
|
8964
|
+
|
|
8965
|
+
msgid "View labels and annotations"
|
|
8966
|
+
msgstr ""
|
|
8967
|
+
|
|
8968
|
+
msgid "View labels and annotations for image "
|
|
8969
|
+
msgstr ""
|
|
8970
|
+
|
|
8698
8971
|
msgid "View matching content"
|
|
8699
8972
|
msgstr ""
|
|
8700
8973
|
|
|
@@ -8734,6 +9007,9 @@ msgstr ""
|
|
|
8734
9007
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8735
9008
|
msgstr ""
|
|
8736
9009
|
|
|
9010
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
9011
|
+
msgstr ""
|
|
9012
|
+
|
|
8737
9013
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8738
9014
|
msgstr "Host Wenn Sie einen Host über den Abonnement-Manager registrieren, verwenden Sie die angegebene Tatsache (in Form von 'fact.fact')"
|
|
8739
9015
|
|
|
@@ -8974,9 +9250,6 @@ msgstr ""
|
|
|
8974
9250
|
msgid "attempted to sync without a feed URL"
|
|
8975
9251
|
msgstr "Synchronisation ohne Feed-URL versucht"
|
|
8976
9252
|
|
|
8977
|
-
msgid "auto attach subscriptions upon registration"
|
|
8978
|
-
msgstr "Nach Registrierung automatisch mit Subskriptionen verknüpfen"
|
|
8979
|
-
|
|
8980
9253
|
msgid "base url to perform repo discovery on"
|
|
8981
9254
|
msgstr "Basis-URL zur Durchführung der Suche"
|
|
8982
9255
|
|
|
@@ -9613,9 +9886,6 @@ msgstr "Gibt an, ob Inhalt einbezogen oder ausgeschlossen werden soll. Standard:
|
|
|
9613
9886
|
msgid "start datetime of synchronization"
|
|
9614
9887
|
msgstr "Startdatum und -zeit der Synchronisation"
|
|
9615
9888
|
|
|
9616
|
-
msgid "subscriptions not specified"
|
|
9617
|
-
msgstr "Subskriptionen sind nicht angegeben"
|
|
9618
|
-
|
|
9619
9889
|
msgid "sync plan description"
|
|
9620
9890
|
msgstr "Beschreibung des Synchronisationsplans"
|
|
9621
9891
|
|