katello 4.18.0 → 4.19.0.rc1
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 +52 -349
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
- data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
- data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
- 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_export_incrementals_controller.rb +56 -34
- 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/errata_controller.rb +4 -4
- 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/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/publish.rb +7 -7
- 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 -12
- 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 +16 -7
- 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/content_view_version/export.rb +25 -10
- 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 +30 -13
- 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/el.po +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +16 -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/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +52 -349
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +52 -349
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +52 -349
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +54 -350
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +54 -351
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +56 -353
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +52 -349
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +52 -349
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +55 -352
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +54 -350
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +53 -350
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +52 -349
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +56 -353
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +52 -349
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +139 -435
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +52 -349
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +52 -349
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +52 -349
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +52 -349
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +52 -349
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +53 -350
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +143 -439
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +56 -353
- data/locale/katello.pot +695 -1152
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +52 -349
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +136 -432
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +52 -349
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +52 -349
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +52 -349
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +52 -349
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +52 -349
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +52 -349
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +52 -349
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +52 -349
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +56 -353
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +52 -349
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +52 -349
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +54 -351
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +52 -349
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +52 -349
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +52 -349
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +52 -349
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +52 -349
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +52 -349
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +52 -349
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +52 -349
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +52 -349
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +136 -432
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +54 -351
- 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/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
- 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/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +83 -55
- 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/locale/action_names.rb +0 -186
- /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
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
#
|
|
28
28
|
msgid ""
|
|
29
29
|
msgstr ""
|
|
30
|
-
"Project-Id-Version: katello 4.
|
|
30
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
31
31
|
"Report-Msgid-Bugs-To: \n"
|
|
32
32
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
33
33
|
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2025\n"
|
|
@@ -473,9 +473,6 @@ msgstr ""
|
|
|
473
473
|
msgid "A remote execution job is in progress."
|
|
474
474
|
msgstr ""
|
|
475
475
|
|
|
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
476
|
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
477
|
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
478
|
|
|
@@ -491,9 +488,6 @@ msgstr ""
|
|
|
491
488
|
msgid "About page"
|
|
492
489
|
msgstr "Über die Seite"
|
|
493
490
|
|
|
494
|
-
msgid "Abstract async task"
|
|
495
|
-
msgstr ""
|
|
496
|
-
|
|
497
491
|
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
492
|
msgstr ""
|
|
499
493
|
|
|
@@ -581,12 +575,15 @@ msgstr ""
|
|
|
581
575
|
msgid "Add RPM rule"
|
|
582
576
|
msgstr ""
|
|
583
577
|
|
|
578
|
+
msgid "Add Red Hat Flatpak remote"
|
|
579
|
+
msgstr ""
|
|
580
|
+
|
|
581
|
+
msgid "Add Red Hat flatpak remote"
|
|
582
|
+
msgstr ""
|
|
583
|
+
|
|
584
584
|
msgid "Add Subscriptions"
|
|
585
585
|
msgstr "Abonnements hinzufügen"
|
|
586
586
|
|
|
587
|
-
msgid "Add a subscription to a host"
|
|
588
|
-
msgstr "Subskription zu einem Host hinzufügen"
|
|
589
|
-
|
|
590
587
|
msgid "Add an alternate content source"
|
|
591
588
|
msgstr ""
|
|
592
589
|
|
|
@@ -638,9 +635,6 @@ msgstr ""
|
|
|
638
635
|
msgid "Add repositories with package groups to content view to select them here."
|
|
639
636
|
msgstr ""
|
|
640
637
|
|
|
641
|
-
msgid "Add rolling repo clone"
|
|
642
|
-
msgstr ""
|
|
643
|
-
|
|
644
638
|
msgid "Add rule"
|
|
645
639
|
msgstr ""
|
|
646
640
|
|
|
@@ -653,9 +647,6 @@ msgstr ""
|
|
|
653
647
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
654
648
|
msgstr "Abonnements hinzufügen, die von einem Manifest von Red Hat Subscription Management verwendet werden"
|
|
655
649
|
|
|
656
|
-
msgid "Add subscriptions to one or more hosts"
|
|
657
|
-
msgstr "Abonnements zu einem oder mehreren Hosts hinzufügen"
|
|
658
|
-
|
|
659
650
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
660
651
|
msgstr ""
|
|
661
652
|
|
|
@@ -929,12 +920,6 @@ msgstr "Array lokaler Pool-IDs. Es werden nur Pools akzeptiert, die aus Upstream
|
|
|
929
920
|
msgid "Array of pools to add"
|
|
930
921
|
msgstr "Array von Pools zum Hinzufügen"
|
|
931
922
|
|
|
932
|
-
msgid "Array of subscriptions to add"
|
|
933
|
-
msgstr "Array der hinzuzufügenden Subskriptionen"
|
|
934
|
-
|
|
935
|
-
msgid "Array of subscriptions to remove"
|
|
936
|
-
msgstr "Array der zu entfernenden Subskriptionen"
|
|
937
|
-
|
|
938
923
|
msgid "Array of uploads to import"
|
|
939
924
|
msgstr "Array von Uploads zum Importieren"
|
|
940
925
|
|
|
@@ -991,15 +976,6 @@ msgstr ""
|
|
|
991
976
|
msgid "At least one organization must exist."
|
|
992
977
|
msgstr "Mindestens eine Organisation muss existieren."
|
|
993
978
|
|
|
994
|
-
msgid "Attach a subscription"
|
|
995
|
-
msgstr "Subskription verknüpfen"
|
|
996
|
-
|
|
997
|
-
msgid "Attach subscriptions"
|
|
998
|
-
msgstr "Subskriptionen verknüpfen"
|
|
999
|
-
|
|
1000
|
-
msgid "Attach subscriptions to %s"
|
|
1001
|
-
msgstr "Subskriptionen mit %s verknüpfen"
|
|
1002
|
-
|
|
1003
979
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
1004
980
|
msgstr "Es wurde versucht, den Verbraucher %s vom Kerzenhalter zu zerstören, aber der Verbraucher existiert nicht im Kerzenhalter"
|
|
1005
981
|
|
|
@@ -1015,9 +991,6 @@ msgstr "Autor"
|
|
|
1015
991
|
msgid "Auto Publish - Triggered by '%s'"
|
|
1016
992
|
msgstr "Automatische Veröffentlichung - Ausgelöst durch '%s'"
|
|
1017
993
|
|
|
1018
|
-
msgid "Auto attach subscriptions"
|
|
1019
|
-
msgstr ""
|
|
1020
|
-
|
|
1021
994
|
msgid "Auto publish"
|
|
1022
995
|
msgstr ""
|
|
1023
996
|
|
|
@@ -1114,6 +1087,9 @@ msgstr ""
|
|
|
1114
1087
|
msgid "Bootc upgrade via Bootc interface"
|
|
1115
1088
|
msgstr ""
|
|
1116
1089
|
|
|
1090
|
+
msgid "Booted"
|
|
1091
|
+
msgstr ""
|
|
1092
|
+
|
|
1117
1093
|
msgid "Booted Container Images"
|
|
1118
1094
|
msgstr ""
|
|
1119
1095
|
|
|
@@ -1510,9 +1486,6 @@ msgstr ""
|
|
|
1510
1486
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1511
1487
|
msgstr ""
|
|
1512
1488
|
|
|
1513
|
-
msgid "Commit upload"
|
|
1514
|
-
msgstr ""
|
|
1515
|
-
|
|
1516
1489
|
msgid "Compare"
|
|
1517
1490
|
msgstr "Vergleichen"
|
|
1518
1491
|
|
|
@@ -1585,6 +1558,9 @@ msgstr "Container image tag"
|
|
|
1585
1558
|
msgid "Container image tags"
|
|
1586
1559
|
msgstr ""
|
|
1587
1560
|
|
|
1561
|
+
msgid "Container images"
|
|
1562
|
+
msgstr ""
|
|
1563
|
+
|
|
1588
1564
|
msgid "Container manifest lists"
|
|
1589
1565
|
msgstr ""
|
|
1590
1566
|
|
|
@@ -1864,27 +1840,15 @@ msgstr "In die Zwischenablage kopiert"
|
|
|
1864
1840
|
msgid "Copy"
|
|
1865
1841
|
msgstr "Kopieren"
|
|
1866
1842
|
|
|
1867
|
-
msgid "Copy all units"
|
|
1868
|
-
msgstr ""
|
|
1869
|
-
|
|
1870
1843
|
msgid "Copy an activation key"
|
|
1871
1844
|
msgstr "Aktivierungsschlüssel kopieren"
|
|
1872
1845
|
|
|
1873
|
-
msgid "Copy content"
|
|
1874
|
-
msgstr ""
|
|
1875
|
-
|
|
1876
1846
|
msgid "Copy content view"
|
|
1877
1847
|
msgstr ""
|
|
1878
1848
|
|
|
1879
1849
|
msgid "Copy to clipboard"
|
|
1880
1850
|
msgstr "In Zwischenablage abspeichern"
|
|
1881
1851
|
|
|
1882
|
-
msgid "Copy version"
|
|
1883
|
-
msgstr ""
|
|
1884
|
-
|
|
1885
|
-
msgid "Copy version units to library"
|
|
1886
|
-
msgstr ""
|
|
1887
|
-
|
|
1888
1852
|
msgid "Cores per socket"
|
|
1889
1853
|
msgstr "Kerne pro Socket"
|
|
1890
1854
|
|
|
@@ -2098,39 +2062,18 @@ msgstr ""
|
|
|
2098
2062
|
msgid "Create content view"
|
|
2099
2063
|
msgstr "Inhaltsansicht erstellen"
|
|
2100
2064
|
|
|
2101
|
-
msgid "Create exporter"
|
|
2102
|
-
msgstr ""
|
|
2103
|
-
|
|
2104
2065
|
msgid "Create filter"
|
|
2105
2066
|
msgstr "Filter erstellen"
|
|
2106
2067
|
|
|
2107
2068
|
msgid "Create host collection"
|
|
2108
2069
|
msgstr ""
|
|
2109
2070
|
|
|
2110
|
-
msgid "Create import"
|
|
2111
|
-
msgstr ""
|
|
2112
|
-
|
|
2113
|
-
msgid "Create importer"
|
|
2114
|
-
msgstr ""
|
|
2115
|
-
|
|
2116
2071
|
msgid "Create new activation key"
|
|
2117
2072
|
msgstr ""
|
|
2118
2073
|
|
|
2119
2074
|
msgid "Create organization"
|
|
2120
2075
|
msgstr "Organisation erstellen"
|
|
2121
2076
|
|
|
2122
|
-
msgid "Create package filter rule"
|
|
2123
|
-
msgstr ""
|
|
2124
|
-
|
|
2125
|
-
msgid "Create publication"
|
|
2126
|
-
msgstr ""
|
|
2127
|
-
|
|
2128
|
-
msgid "Create remote"
|
|
2129
|
-
msgstr ""
|
|
2130
|
-
|
|
2131
|
-
msgid "Create rule"
|
|
2132
|
-
msgstr "Regel erstellen"
|
|
2133
|
-
|
|
2134
2077
|
msgid "Credentials"
|
|
2135
2078
|
msgstr "Anmeldedaten"
|
|
2136
2079
|
|
|
@@ -2392,36 +2335,12 @@ msgstr ""
|
|
|
2392
2335
|
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."
|
|
2393
2336
|
msgstr ""
|
|
2394
2337
|
|
|
2395
|
-
msgid "Delete distributions"
|
|
2396
|
-
msgstr ""
|
|
2397
|
-
|
|
2398
2338
|
msgid "Delete manifest from Red Hat provider"
|
|
2399
2339
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
|
2400
2340
|
|
|
2401
2341
|
msgid "Delete multiple filters from a content view"
|
|
2402
2342
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
|
2403
2343
|
|
|
2404
|
-
msgid "Delete orphan alternate content sources"
|
|
2405
|
-
msgstr ""
|
|
2406
|
-
|
|
2407
|
-
msgid "Delete orphan distributions"
|
|
2408
|
-
msgstr ""
|
|
2409
|
-
|
|
2410
|
-
msgid "Delete orphan remotes"
|
|
2411
|
-
msgstr ""
|
|
2412
|
-
|
|
2413
|
-
msgid "Delete orphan repository versions"
|
|
2414
|
-
msgstr ""
|
|
2415
|
-
|
|
2416
|
-
msgid "Delete orphaned migrated repositories"
|
|
2417
|
-
msgstr ""
|
|
2418
|
-
|
|
2419
|
-
msgid "Delete remote"
|
|
2420
|
-
msgstr ""
|
|
2421
|
-
|
|
2422
|
-
msgid "Delete repository references"
|
|
2423
|
-
msgstr ""
|
|
2424
|
-
|
|
2425
2344
|
msgid "Delete version"
|
|
2426
2345
|
msgstr ""
|
|
2427
2346
|
|
|
@@ -2521,12 +2440,6 @@ msgstr "Umgebung löschen"
|
|
|
2521
2440
|
msgid "Destroy an environment in an organization"
|
|
2522
2441
|
msgstr "Umgebung in einer Organisation löschen"
|
|
2523
2442
|
|
|
2524
|
-
msgid "Destroy exporter"
|
|
2525
|
-
msgstr ""
|
|
2526
|
-
|
|
2527
|
-
msgid "Destroy importer"
|
|
2528
|
-
msgstr ""
|
|
2529
|
-
|
|
2530
2443
|
msgid "Destroy one or more alternate content sources"
|
|
2531
2444
|
msgstr ""
|
|
2532
2445
|
|
|
@@ -2560,9 +2473,6 @@ msgstr "Deaktivieren"
|
|
|
2560
2473
|
msgid "Disable Red Hat Insights."
|
|
2561
2474
|
msgstr "Deaktivieren Sie Red Hat Insights."
|
|
2562
2475
|
|
|
2563
|
-
msgid "Disable Simple Content Access"
|
|
2564
|
-
msgstr "Einfachen Inhaltszugriff deaktivieren"
|
|
2565
|
-
|
|
2566
2476
|
msgid "Disable a repository from the set"
|
|
2567
2477
|
msgstr "Deaktivieren Sie ein Repository aus dem Set"
|
|
2568
2478
|
|
|
@@ -2575,9 +2485,6 @@ msgstr "Deaktiviert"
|
|
|
2575
2485
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2576
2486
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
|
2577
2487
|
|
|
2578
|
-
msgid "Discover"
|
|
2579
|
-
msgstr ""
|
|
2580
|
-
|
|
2581
2488
|
msgid "Discover Repositories"
|
|
2582
2489
|
msgstr "Repositorys suchen"
|
|
2583
2490
|
|
|
@@ -2629,6 +2536,9 @@ msgstr "ERRATA-HINWEIS"
|
|
|
2629
2536
|
msgid "Edit"
|
|
2630
2537
|
msgstr "Bearbeiten"
|
|
2631
2538
|
|
|
2539
|
+
msgid "Edit DEB rule"
|
|
2540
|
+
msgstr ""
|
|
2541
|
+
|
|
2632
2542
|
msgid "Edit Flatpak Remote"
|
|
2633
2543
|
msgstr ""
|
|
2634
2544
|
|
|
@@ -2656,9 +2566,6 @@ msgstr "Details bearbeiten"
|
|
|
2656
2566
|
msgid "Edit filter rule"
|
|
2657
2567
|
msgstr ""
|
|
2658
2568
|
|
|
2659
|
-
msgid "Edit package filter rule"
|
|
2660
|
-
msgstr ""
|
|
2661
|
-
|
|
2662
2569
|
msgid "Edit products"
|
|
2663
2570
|
msgstr "Produkte bearbeiten"
|
|
2664
2571
|
|
|
@@ -2701,9 +2608,6 @@ msgstr "Aktivieren"
|
|
|
2701
2608
|
msgid "Enable Red Hat repositories"
|
|
2702
2609
|
msgstr ""
|
|
2703
2610
|
|
|
2704
|
-
msgid "Enable Simple Content Access"
|
|
2705
|
-
msgstr "Einfachen Inhaltszugriff aktivieren"
|
|
2706
|
-
|
|
2707
2611
|
msgid "Enable Tracer"
|
|
2708
2612
|
msgstr ""
|
|
2709
2613
|
|
|
@@ -2779,9 +2683,6 @@ msgstr "Umgebungs-IDs"
|
|
|
2779
2683
|
msgid "Environment cannot be in its own promotion path"
|
|
2780
2684
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
|
2781
2685
|
|
|
2782
|
-
msgid "Environment contents refresh"
|
|
2783
|
-
msgstr ""
|
|
2784
|
-
|
|
2785
2686
|
msgid "Environment identifier"
|
|
2786
2687
|
msgstr "Umgebungskennung"
|
|
2787
2688
|
|
|
@@ -2821,9 +2722,6 @@ msgstr ""
|
|
|
2821
2722
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2822
2723
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
|
2823
2724
|
|
|
2824
|
-
msgid "Errata mail"
|
|
2825
|
-
msgstr ""
|
|
2826
|
-
|
|
2827
2725
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2828
2726
|
msgstr ""
|
|
2829
2727
|
|
|
@@ -2989,9 +2887,6 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
|
2989
2887
|
msgid "Fetch installable errata for one or more hosts."
|
|
2990
2888
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
|
2991
2889
|
|
|
2992
|
-
msgid "Fetch pxe files"
|
|
2993
|
-
msgstr ""
|
|
2994
|
-
|
|
2995
2890
|
msgid "Fetch traces for one or more hosts"
|
|
2996
2891
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
|
2997
2892
|
|
|
@@ -3085,9 +2980,6 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
|
3085
2980
|
msgid "Filter versions that are components in the specified composite version"
|
|
3086
2981
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
|
3087
2982
|
|
|
3088
|
-
msgid "Filtered index content"
|
|
3089
|
-
msgstr ""
|
|
3090
|
-
|
|
3091
2983
|
msgid "Filters"
|
|
3092
2984
|
msgstr "Filter"
|
|
3093
2985
|
|
|
@@ -3203,12 +3095,12 @@ msgstr ""
|
|
|
3203
3095
|
msgid "Generate host applicability"
|
|
3204
3096
|
msgstr "Hostanwendbarkeit generieren"
|
|
3205
3097
|
|
|
3206
|
-
msgid "Generate metadata"
|
|
3207
|
-
msgstr ""
|
|
3208
|
-
|
|
3209
3098
|
msgid "Generate repository applicability"
|
|
3210
3099
|
msgstr "Repository-Anwendbarkeit generieren"
|
|
3211
3100
|
|
|
3101
|
+
msgid "Generate username and password"
|
|
3102
|
+
msgstr ""
|
|
3103
|
+
|
|
3212
3104
|
msgid "Generated"
|
|
3213
3105
|
msgstr "Generiert"
|
|
3214
3106
|
|
|
@@ -3443,12 +3335,6 @@ msgstr ""
|
|
|
3443
3335
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3444
3336
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
|
3445
3337
|
|
|
3446
|
-
msgid "Hypervisors"
|
|
3447
|
-
msgstr ""
|
|
3448
|
-
|
|
3449
|
-
msgid "Hypervisors update"
|
|
3450
|
-
msgstr ""
|
|
3451
|
-
|
|
3452
3338
|
msgid "ID"
|
|
3453
3339
|
msgstr "Kennung"
|
|
3454
3340
|
|
|
@@ -3640,9 +3526,6 @@ msgstr ""
|
|
|
3640
3526
|
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'."
|
|
3641
3527
|
msgstr ""
|
|
3642
3528
|
|
|
3643
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3644
|
-
msgstr "Falls angegeben, entfernen Sie die erste Instanz einer Subskription mit passender ID und Anzahl"
|
|
3645
|
-
|
|
3646
3529
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3647
3530
|
msgstr ""
|
|
3648
3531
|
|
|
@@ -3772,9 +3655,6 @@ msgstr ""
|
|
|
3772
3655
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3773
3656
|
msgstr ""
|
|
3774
3657
|
|
|
3775
|
-
msgid "Import migration"
|
|
3776
|
-
msgstr ""
|
|
3777
|
-
|
|
3778
3658
|
msgid "Import new manifest"
|
|
3779
3659
|
msgstr ""
|
|
3780
3660
|
|
|
@@ -3784,12 +3664,6 @@ msgstr ""
|
|
|
3784
3664
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3785
3665
|
msgstr ""
|
|
3786
3666
|
|
|
3787
|
-
msgid "Import repository upload"
|
|
3788
|
-
msgstr ""
|
|
3789
|
-
|
|
3790
|
-
msgid "Import upload"
|
|
3791
|
-
msgstr ""
|
|
3792
|
-
|
|
3793
3667
|
msgid "Import uploads into a repository"
|
|
3794
3668
|
msgstr "Uploads in ein Repository importieren"
|
|
3795
3669
|
|
|
@@ -3856,9 +3730,6 @@ msgstr "Inkrementelle Aktualisierung"
|
|
|
3856
3730
|
msgid "Incremental Update incomplete."
|
|
3857
3731
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
|
3858
3732
|
|
|
3859
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3860
|
-
msgstr ""
|
|
3861
|
-
|
|
3862
3733
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3863
3734
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
|
3864
3735
|
|
|
@@ -3871,27 +3742,12 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
|
3871
3742
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3872
3743
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
|
3873
3744
|
|
|
3874
|
-
msgid "Index content"
|
|
3875
|
-
msgstr ""
|
|
3876
|
-
|
|
3877
|
-
msgid "Index errata"
|
|
3878
|
-
msgstr ""
|
|
3879
|
-
|
|
3880
|
-
msgid "Index module streams"
|
|
3881
|
-
msgstr ""
|
|
3882
|
-
|
|
3883
|
-
msgid "Index package groups"
|
|
3884
|
-
msgstr ""
|
|
3885
|
-
|
|
3886
3745
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3887
3746
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
|
3888
3747
|
|
|
3889
3748
|
msgid "Inherit from Repository"
|
|
3890
3749
|
msgstr "Vom Repository erben"
|
|
3891
3750
|
|
|
3892
|
-
msgid "Initialize"
|
|
3893
|
-
msgstr ""
|
|
3894
|
-
|
|
3895
3751
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3896
3752
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
|
3897
3753
|
|
|
@@ -3967,9 +3823,6 @@ msgstr "Paketgruppe wird installiert …"
|
|
|
3967
3823
|
msgid "Installing Package..."
|
|
3968
3824
|
msgstr "Paket wird installiert …"
|
|
3969
3825
|
|
|
3970
|
-
msgid "Instance update"
|
|
3971
|
-
msgstr ""
|
|
3972
|
-
|
|
3973
3826
|
msgid "Instance-based"
|
|
3974
3827
|
msgstr "Instanzbasiert"
|
|
3975
3828
|
|
|
@@ -4096,6 +3949,9 @@ msgstr ""
|
|
|
4096
3949
|
msgid "It's not possible to promote a rolling content view."
|
|
4097
3950
|
msgstr ""
|
|
4098
3951
|
|
|
3952
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3953
|
+
msgstr ""
|
|
3954
|
+
|
|
4099
3955
|
msgid "It's not possible to publish a rolling content view."
|
|
4100
3956
|
msgstr ""
|
|
4101
3957
|
|
|
@@ -4495,6 +4351,9 @@ msgstr "Liste von Host-IDs, die Hosts in der Hostsammlung ersetzen soll"
|
|
|
4495
4351
|
msgid "List of hypervisor guest uuids"
|
|
4496
4352
|
msgstr "Liste der Hypervisor-Gast-UUIDs"
|
|
4497
4353
|
|
|
4354
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4355
|
+
msgstr ""
|
|
4356
|
+
|
|
4498
4357
|
msgid "List of package group names (Deprecated)"
|
|
4499
4358
|
msgstr "Liste der Paketgruppennamen (veraltet)"
|
|
4500
4359
|
|
|
@@ -4723,9 +4582,6 @@ msgstr "Nachricht"
|
|
|
4723
4582
|
msgid "Messaging connection"
|
|
4724
4583
|
msgstr "Verbindung zum Messaging"
|
|
4725
4584
|
|
|
4726
|
-
msgid "Metadata generate"
|
|
4727
|
-
msgstr ""
|
|
4728
|
-
|
|
4729
4585
|
msgid ""
|
|
4730
4586
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4731
4587
|
"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."
|
|
@@ -4791,15 +4647,6 @@ msgstr ""
|
|
|
4791
4647
|
msgid "Multi Content View Environment"
|
|
4792
4648
|
msgstr ""
|
|
4793
4649
|
|
|
4794
|
-
msgid "Multi copy all units"
|
|
4795
|
-
msgstr ""
|
|
4796
|
-
|
|
4797
|
-
msgid "Multi copy content"
|
|
4798
|
-
msgstr ""
|
|
4799
|
-
|
|
4800
|
-
msgid "Multi copy units"
|
|
4801
|
-
msgstr ""
|
|
4802
|
-
|
|
4803
4650
|
msgid "Multi-entitlement"
|
|
4804
4651
|
msgstr "Multi-Berechtigung"
|
|
4805
4652
|
|
|
@@ -5419,9 +5266,6 @@ msgstr "Organisation %s wurde gelöscht."
|
|
|
5419
5266
|
msgid "Organization ID"
|
|
5420
5267
|
msgstr "Organisations-ID"
|
|
5421
5268
|
|
|
5422
|
-
msgid "Organization ID is required"
|
|
5423
|
-
msgstr "Organisations-ID ist erforderlich"
|
|
5424
|
-
|
|
5425
5269
|
msgid "Organization ID or title"
|
|
5426
5270
|
msgstr ""
|
|
5427
5271
|
|
|
@@ -5909,6 +5753,9 @@ msgstr "Zusammenfassung der Promotions-Zusammenfassung für %{content_view}"
|
|
|
5909
5753
|
msgid "Promotion to Environment"
|
|
5910
5754
|
msgstr "Promotion des Environments"
|
|
5911
5755
|
|
|
5756
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5757
|
+
msgstr ""
|
|
5758
|
+
|
|
5912
5759
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5913
5760
|
msgstr ""
|
|
5914
5761
|
|
|
@@ -6008,9 +5855,6 @@ msgstr "Pulp-Speicher"
|
|
|
6008
5855
|
msgid "Pulp task error"
|
|
6009
5856
|
msgstr "Pulp-Aufgabenfehler"
|
|
6010
5857
|
|
|
6011
|
-
msgid "Purge completed tasks"
|
|
6012
|
-
msgstr ""
|
|
6013
|
-
|
|
6014
5858
|
msgid "Python Package"
|
|
6015
5859
|
msgstr ""
|
|
6016
5860
|
|
|
@@ -6038,15 +5882,6 @@ msgstr "Die Menge darf nicht über ${pool.available} liegen."
|
|
|
6038
5882
|
msgid "Quantity of entitlements to bind"
|
|
6039
5883
|
msgstr "Anzahl der zu bindenden Berechtigungen"
|
|
6040
5884
|
|
|
6041
|
-
msgid "Quantity of specified subscription to remove"
|
|
6042
|
-
msgstr "Menge des angegebenen Abonnements, das entfernt werden soll"
|
|
6043
|
-
|
|
6044
|
-
msgid "Quantity of this subscription to add"
|
|
6045
|
-
msgstr "Hinzuzufügende Anzahl dieser Subskription"
|
|
6046
|
-
|
|
6047
|
-
msgid "Quantity of this subscriptions to add"
|
|
6048
|
-
msgstr "Hinzuzufügende Anzahl der Subskription"
|
|
6049
|
-
|
|
6050
5885
|
msgid "Quantity to Allocate"
|
|
6051
5886
|
msgstr "Zuzuweisende Menge"
|
|
6052
5887
|
|
|
@@ -6119,9 +5954,6 @@ msgstr "Neustart erforderlich"
|
|
|
6119
5954
|
msgid "Reclaim Space"
|
|
6120
5955
|
msgstr ""
|
|
6121
5956
|
|
|
6122
|
-
msgid "Reclaim space"
|
|
6123
|
-
msgstr ""
|
|
6124
|
-
|
|
6125
5957
|
msgid "Reclaim space from On Demand repositories"
|
|
6126
5958
|
msgstr ""
|
|
6127
5959
|
|
|
@@ -6188,9 +6020,6 @@ msgstr ""
|
|
|
6188
6020
|
msgid "Refresh all alternate content sources"
|
|
6189
6021
|
msgstr ""
|
|
6190
6022
|
|
|
6191
|
-
msgid "Refresh all distributions"
|
|
6192
|
-
msgstr ""
|
|
6193
|
-
|
|
6194
6023
|
msgid "Refresh alternate content sources"
|
|
6195
6024
|
msgstr ""
|
|
6196
6025
|
|
|
@@ -6203,27 +6032,15 @@ msgstr ""
|
|
|
6203
6032
|
msgid "Refresh counts"
|
|
6204
6033
|
msgstr ""
|
|
6205
6034
|
|
|
6206
|
-
msgid "Refresh distribution"
|
|
6207
|
-
msgstr ""
|
|
6208
|
-
|
|
6209
6035
|
msgid "Refresh errata applicability"
|
|
6210
6036
|
msgstr ""
|
|
6211
6037
|
|
|
6212
|
-
msgid "Refresh if needed"
|
|
6213
|
-
msgstr ""
|
|
6214
|
-
|
|
6215
6038
|
msgid "Refresh package applicability"
|
|
6216
6039
|
msgstr ""
|
|
6217
6040
|
|
|
6218
6041
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6219
6042
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
|
6220
6043
|
|
|
6221
|
-
msgid "Refresh remote"
|
|
6222
|
-
msgstr ""
|
|
6223
|
-
|
|
6224
|
-
msgid "Refresh repos"
|
|
6225
|
-
msgstr ""
|
|
6226
|
-
|
|
6227
6044
|
msgid "Refresh source"
|
|
6228
6045
|
msgstr ""
|
|
6229
6046
|
|
|
@@ -6233,9 +6050,6 @@ msgstr ""
|
|
|
6233
6050
|
msgid "Register a host with subscription and information"
|
|
6234
6051
|
msgstr "Registrieren Sie einen Host mit Abonnement und Informationen"
|
|
6235
6052
|
|
|
6236
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6237
|
-
msgstr "Registrieren Sie den Host '%s', bevor Sie Abonnements anhängen"
|
|
6238
|
-
|
|
6239
6053
|
msgid "Registered"
|
|
6240
6054
|
msgstr "Registriert"
|
|
6241
6055
|
|
|
@@ -6269,9 +6083,6 @@ msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container
|
|
|
6269
6083
|
msgid "Registry token expiration time"
|
|
6270
6084
|
msgstr ""
|
|
6271
6085
|
|
|
6272
|
-
msgid "Reindex subscriptions"
|
|
6273
|
-
msgstr ""
|
|
6274
|
-
|
|
6275
6086
|
msgid "Related composite content views"
|
|
6276
6087
|
msgstr ""
|
|
6277
6088
|
|
|
@@ -6368,9 +6179,6 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
|
6368
6179
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6369
6180
|
msgstr ""
|
|
6370
6181
|
|
|
6371
|
-
msgid "Remove orphans"
|
|
6372
|
-
msgstr ""
|
|
6373
|
-
|
|
6374
6182
|
msgid "Remove package group via Katello interface"
|
|
6375
6183
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
|
6376
6184
|
|
|
@@ -6386,27 +6194,6 @@ msgstr ""
|
|
|
6386
6194
|
msgid "Remove products from sync plan"
|
|
6387
6195
|
msgstr "Produkte aus Synchronisationsplan entfernen"
|
|
6388
6196
|
|
|
6389
|
-
msgid "Remove rolling repo clone"
|
|
6390
|
-
msgstr ""
|
|
6391
|
-
|
|
6392
|
-
msgid "Remove subscriptions"
|
|
6393
|
-
msgstr "Subskriptionen entfernen"
|
|
6394
|
-
|
|
6395
|
-
msgid "Remove subscriptions from %s"
|
|
6396
|
-
msgstr "Subskriptionen aus %s entfernen"
|
|
6397
|
-
|
|
6398
|
-
msgid "Remove subscriptions from a host"
|
|
6399
|
-
msgstr ""
|
|
6400
|
-
|
|
6401
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6402
|
-
msgstr "Abonnements von einem oder mehreren Hosts entfernen"
|
|
6403
|
-
|
|
6404
|
-
msgid "Remove units"
|
|
6405
|
-
msgstr ""
|
|
6406
|
-
|
|
6407
|
-
msgid "Remove unneeded repos"
|
|
6408
|
-
msgstr ""
|
|
6409
|
-
|
|
6410
6197
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6411
6198
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
|
6412
6199
|
|
|
@@ -6431,9 +6218,6 @@ msgstr ""
|
|
|
6431
6218
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6432
6219
|
msgstr ""
|
|
6433
6220
|
|
|
6434
|
-
msgid "Repair"
|
|
6435
|
-
msgstr ""
|
|
6436
|
-
|
|
6437
6221
|
msgid "Replace content source on the target machine"
|
|
6438
6222
|
msgstr ""
|
|
6439
6223
|
|
|
@@ -6452,18 +6236,12 @@ msgstr "Repositorys"
|
|
|
6452
6236
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6453
6237
|
msgstr ""
|
|
6454
6238
|
|
|
6455
|
-
msgid "Repositories certs reset"
|
|
6456
|
-
msgstr ""
|
|
6457
|
-
|
|
6458
6239
|
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."
|
|
6459
6240
|
msgstr ""
|
|
6460
6241
|
|
|
6461
6242
|
msgid "Repositories from published Content Views are not allowed."
|
|
6462
6243
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
|
6463
6244
|
|
|
6464
|
-
msgid "Repositories gpg reset"
|
|
6465
|
-
msgstr ""
|
|
6466
|
-
|
|
6467
6245
|
msgid "Repository"
|
|
6468
6246
|
msgstr "Repository"
|
|
6469
6247
|
|
|
@@ -6635,6 +6413,9 @@ msgstr "Einzelnes Erratum für einen Host abrufen"
|
|
|
6635
6413
|
msgid "Return Red Hat (non-custom) products only"
|
|
6636
6414
|
msgstr "Return Red Hat (non-custom) products only"
|
|
6637
6415
|
|
|
6416
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6417
|
+
msgstr ""
|
|
6418
|
+
|
|
6638
6419
|
msgid "Return a list of installed packages distinct by name"
|
|
6639
6420
|
msgstr ""
|
|
6640
6421
|
|
|
@@ -6815,19 +6596,7 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
|
6815
6596
|
msgid "Save"
|
|
6816
6597
|
msgstr "Speichern"
|
|
6817
6598
|
|
|
6818
|
-
msgid "Save
|
|
6819
|
-
msgstr ""
|
|
6820
|
-
|
|
6821
|
-
msgid "Save distribution references"
|
|
6822
|
-
msgstr ""
|
|
6823
|
-
|
|
6824
|
-
msgid "Save publication"
|
|
6825
|
-
msgstr ""
|
|
6826
|
-
|
|
6827
|
-
msgid "Save version"
|
|
6828
|
-
msgstr ""
|
|
6829
|
-
|
|
6830
|
-
msgid "Save versions"
|
|
6599
|
+
msgid "Save Environments"
|
|
6831
6600
|
msgstr ""
|
|
6832
6601
|
|
|
6833
6602
|
msgid "Saving alternate content source..."
|
|
@@ -6839,12 +6608,6 @@ msgstr ""
|
|
|
6839
6608
|
msgid "Scan a flatpak remote"
|
|
6840
6609
|
msgstr ""
|
|
6841
6610
|
|
|
6842
|
-
msgid "Scan cdn"
|
|
6843
|
-
msgstr ""
|
|
6844
|
-
|
|
6845
|
-
msgid "Scan remote"
|
|
6846
|
-
msgstr ""
|
|
6847
|
-
|
|
6848
6611
|
msgid "Schema version 1"
|
|
6849
6612
|
msgstr ""
|
|
6850
6613
|
|
|
@@ -7082,11 +6845,14 @@ msgstr "Servicelevel %s"
|
|
|
7082
6845
|
msgid "Service Level (SLA)"
|
|
7083
6846
|
msgstr "Service Level (SLA)"
|
|
7084
6847
|
|
|
6848
|
+
msgid "Service level"
|
|
6849
|
+
msgstr ""
|
|
6850
|
+
|
|
7085
6851
|
msgid "Service level of host"
|
|
7086
6852
|
msgstr "Servicelevel des Hosts"
|
|
7087
6853
|
|
|
7088
|
-
msgid "Service level
|
|
7089
|
-
msgstr "
|
|
6854
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6855
|
+
msgstr ""
|
|
7090
6856
|
|
|
7091
6857
|
msgid "Set content overrides"
|
|
7092
6858
|
msgstr ""
|
|
@@ -7112,9 +6878,6 @@ msgstr ""
|
|
|
7112
6878
|
msgid "Sets the system purpose usage"
|
|
7113
6879
|
msgstr "Setzt setzt die System-Zweck-Nutzung"
|
|
7114
6880
|
|
|
7115
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7116
|
-
msgstr "Legt fest, ob der Host Abonnements beim Einchecken automatisch repariert"
|
|
7117
|
-
|
|
7118
6881
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7119
6882
|
msgstr "Die Einstellung 'default_location_subscribed_hosts' ist nicht auf einen gültigen Standort festgelegt."
|
|
7120
6883
|
|
|
@@ -7265,6 +7028,9 @@ msgstr "Smart Proxy-Inhaltsquelle nicht gefunden!"
|
|
|
7265
7028
|
msgid "Smart proxy name"
|
|
7266
7029
|
msgstr ""
|
|
7267
7030
|
|
|
7031
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7032
|
+
msgstr ""
|
|
7033
|
+
|
|
7268
7034
|
msgid "Sockets"
|
|
7269
7035
|
msgstr "Sockets"
|
|
7270
7036
|
|
|
@@ -7379,7 +7145,7 @@ msgstr ""
|
|
|
7379
7145
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7380
7146
|
msgstr ""
|
|
7381
7147
|
|
|
7382
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7148
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7383
7149
|
msgstr ""
|
|
7384
7150
|
|
|
7385
7151
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7448,6 +7214,9 @@ msgstr "Beim Abrufen der Repository-Typen ist ein Fehler aufgetreten! ${getRespo
|
|
|
7448
7214
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7449
7215
|
msgstr ""
|
|
7450
7216
|
|
|
7217
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7218
|
+
msgstr ""
|
|
7219
|
+
|
|
7451
7220
|
msgid "Something went wrong! Please check server logs!"
|
|
7452
7221
|
msgstr ""
|
|
7453
7222
|
|
|
@@ -7535,9 +7304,6 @@ msgstr "Subskription"
|
|
|
7535
7304
|
msgid "Subscription Details"
|
|
7536
7305
|
msgstr "Subskriptionsdetails"
|
|
7537
7306
|
|
|
7538
|
-
msgid "Subscription ID"
|
|
7539
|
-
msgstr "Subskriptions-ID"
|
|
7540
|
-
|
|
7541
7307
|
msgid "Subscription Info"
|
|
7542
7308
|
msgstr "Subskriptionsinformationen"
|
|
7543
7309
|
|
|
@@ -7553,12 +7319,6 @@ msgstr "Gültigkeitsprüfung des Abonnementmanifests"
|
|
|
7553
7319
|
msgid "Subscription Name"
|
|
7554
7320
|
msgstr "Abonnementname"
|
|
7555
7321
|
|
|
7556
|
-
msgid "Subscription Pool id"
|
|
7557
|
-
msgstr "Subskriptionspool-ID"
|
|
7558
|
-
|
|
7559
|
-
msgid "Subscription Pool uuid"
|
|
7560
|
-
msgstr "Subskriptionspool-UUID"
|
|
7561
|
-
|
|
7562
7322
|
msgid "Subscription UUID"
|
|
7563
7323
|
msgstr "Abonnement-UUID"
|
|
7564
7324
|
|
|
@@ -7646,9 +7406,6 @@ msgstr ""
|
|
|
7646
7406
|
msgid "Supported Content Types"
|
|
7647
7407
|
msgstr "Unterstützte Inhaltstypen"
|
|
7648
7408
|
|
|
7649
|
-
msgid "Sync"
|
|
7650
|
-
msgstr ""
|
|
7651
|
-
|
|
7652
7409
|
msgid "Sync Canceled"
|
|
7653
7410
|
msgstr "Synchronisation abgebrochen"
|
|
7654
7411
|
|
|
@@ -7703,9 +7460,6 @@ msgstr "Repository synchronisieren"
|
|
|
7703
7460
|
msgid "Sync all repositories for a product"
|
|
7704
7461
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
|
7705
7462
|
|
|
7706
|
-
msgid "Sync capsule"
|
|
7707
|
-
msgstr ""
|
|
7708
|
-
|
|
7709
7463
|
msgid "Sync complete."
|
|
7710
7464
|
msgstr "Synchronisation abgeschlossen."
|
|
7711
7465
|
|
|
@@ -7724,9 +7478,6 @@ msgstr ""
|
|
|
7724
7478
|
msgid "Sync state"
|
|
7725
7479
|
msgstr "Synchronisierungsstatus"
|
|
7726
7480
|
|
|
7727
|
-
msgid "Syncable export"
|
|
7728
|
-
msgstr ""
|
|
7729
|
-
|
|
7730
7481
|
msgid "Synced"
|
|
7731
7482
|
msgstr ""
|
|
7732
7483
|
|
|
@@ -7736,6 +7487,9 @@ msgstr ""
|
|
|
7736
7487
|
msgid "Synced Content"
|
|
7737
7488
|
msgstr "Synchronisierte Inhalte"
|
|
7738
7489
|
|
|
7490
|
+
msgid "Synced container images content"
|
|
7491
|
+
msgstr ""
|
|
7492
|
+
|
|
7739
7493
|
msgid "Synchronize"
|
|
7740
7494
|
msgstr "Synchronisieren"
|
|
7741
7495
|
|
|
@@ -7993,9 +7747,6 @@ msgstr ""
|
|
|
7993
7747
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7994
7748
|
msgstr ""
|
|
7995
7749
|
|
|
7996
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7997
|
-
msgstr "Die spetifizierte Organization ist im Simple-Content-Zugriffs-Modus. Das Hinzufügen von Subskriptionen ist deaktiviert."
|
|
7998
|
-
|
|
7999
7750
|
msgid "The subscription cannot be found upstream"
|
|
8000
7751
|
msgstr "Das Abonnement kann nicht im Upstream gefunden werden"
|
|
8001
7752
|
|
|
@@ -8137,12 +7888,6 @@ msgstr ""
|
|
|
8137
7888
|
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."
|
|
8138
7889
|
msgstr ""
|
|
8139
7890
|
|
|
8140
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8141
|
-
msgstr "Die Organisation dieses Gastgebers befindet sich im einfachen Inhaltszugriffsmodus. Das Anhängen von Abonnements ist deaktiviert."
|
|
8142
|
-
|
|
8143
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8144
|
-
msgstr "Die Organisation dieses Gastgebers befindet sich im einfachen Inhaltszugriffsmodus. Automatisches Anhängen ist deaktiviert"
|
|
8145
|
-
|
|
8146
7891
|
msgid "This is disabled because a manifest task is in progress"
|
|
8147
7892
|
msgstr "Dies ist deaktiviert, da eine Manifestaufgabe ausgeführt wird"
|
|
8148
7893
|
|
|
@@ -8221,6 +7966,9 @@ msgstr "Titel"
|
|
|
8221
7966
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8222
7967
|
msgstr ""
|
|
8223
7968
|
|
|
7969
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7970
|
+
msgstr ""
|
|
7971
|
+
|
|
8224
7972
|
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."
|
|
8225
7973
|
msgstr ""
|
|
8226
7974
|
|
|
@@ -8251,9 +7999,6 @@ msgstr ""
|
|
|
8251
7999
|
msgid "To manage packages, select an action."
|
|
8252
8000
|
msgstr ""
|
|
8253
8001
|
|
|
8254
|
-
msgid "Toggle"
|
|
8255
|
-
msgstr ""
|
|
8256
|
-
|
|
8257
8002
|
msgid "Token/password for the flatpak remote"
|
|
8258
8003
|
msgstr ""
|
|
8259
8004
|
|
|
@@ -8299,12 +8044,6 @@ msgstr ""
|
|
|
8299
8044
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8300
8045
|
msgstr ""
|
|
8301
8046
|
|
|
8302
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8303
|
-
msgstr "Automatische Verknüpfung von Subskriptionen auslösen "
|
|
8304
|
-
|
|
8305
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8306
|
-
msgstr "Auslösen eines automatischen Anhängens von Abonnements auf einem oder mehreren Hosts"
|
|
8307
|
-
|
|
8308
8047
|
msgid "Try changing your search criteria."
|
|
8309
8048
|
msgstr ""
|
|
8310
8049
|
|
|
@@ -8458,9 +8197,6 @@ msgstr "Benutzer-Repository-Zuordnung kann nicht aktualisiert werden"
|
|
|
8458
8197
|
msgid "Unapplied Errata"
|
|
8459
8198
|
msgstr "Nicht angewendete Errata"
|
|
8460
8199
|
|
|
8461
|
-
msgid "Unattach a subscription"
|
|
8462
|
-
msgstr "Subskription lösen"
|
|
8463
|
-
|
|
8464
8200
|
msgid "Unfiltered params array: %s."
|
|
8465
8201
|
msgstr "Ungefiltertes Parameter-Array: %s ."
|
|
8466
8202
|
|
|
@@ -8572,27 +8308,15 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
|
8572
8308
|
msgid "Update content counts for the smart proxy"
|
|
8573
8309
|
msgstr ""
|
|
8574
8310
|
|
|
8575
|
-
msgid "Update content urls"
|
|
8576
|
-
msgstr ""
|
|
8577
|
-
|
|
8578
8311
|
msgid "Update content view environments for host"
|
|
8579
8312
|
msgstr ""
|
|
8580
8313
|
|
|
8581
8314
|
msgid "Update content view environments for host %s"
|
|
8582
8315
|
msgstr ""
|
|
8583
8316
|
|
|
8584
|
-
msgid "Update distributions"
|
|
8585
|
-
msgstr ""
|
|
8586
|
-
|
|
8587
8317
|
msgid "Update hosts manually"
|
|
8588
8318
|
msgstr ""
|
|
8589
8319
|
|
|
8590
|
-
msgid "Update http proxy"
|
|
8591
|
-
msgstr ""
|
|
8592
|
-
|
|
8593
|
-
msgid "Update http proxy details"
|
|
8594
|
-
msgstr ""
|
|
8595
|
-
|
|
8596
8320
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8597
8321
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
|
8598
8322
|
|
|
@@ -8608,21 +8332,12 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
|
8608
8332
|
msgid "Update packages via Katello interface"
|
|
8609
8333
|
msgstr ""
|
|
8610
8334
|
|
|
8611
|
-
msgid "Update redhat repository"
|
|
8612
|
-
msgstr ""
|
|
8613
|
-
|
|
8614
8335
|
msgid "Update release version for host"
|
|
8615
8336
|
msgstr "Release-Version für Host aktualisieren"
|
|
8616
8337
|
|
|
8617
8338
|
msgid "Update release version for host %s"
|
|
8618
8339
|
msgstr "Release-Version für Host aktualisieren %s"
|
|
8619
8340
|
|
|
8620
|
-
msgid "Update remote"
|
|
8621
|
-
msgstr ""
|
|
8622
|
-
|
|
8623
|
-
msgid "Update repository"
|
|
8624
|
-
msgstr ""
|
|
8625
|
-
|
|
8626
8341
|
msgid "Update services requiring restart"
|
|
8627
8342
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
|
8628
8343
|
|
|
@@ -8713,12 +8428,6 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
|
8713
8428
|
msgid "Upload a subscription manifest"
|
|
8714
8429
|
msgstr "Subskriptionsmanifest hochladen"
|
|
8715
8430
|
|
|
8716
|
-
msgid "Upload content"
|
|
8717
|
-
msgstr ""
|
|
8718
|
-
|
|
8719
|
-
msgid "Upload file"
|
|
8720
|
-
msgstr ""
|
|
8721
|
-
|
|
8722
8431
|
msgid "Upload into"
|
|
8723
8432
|
msgstr "Hochgeladen in"
|
|
8724
8433
|
|
|
@@ -8728,9 +8437,6 @@ msgstr ""
|
|
|
8728
8437
|
msgid "Upload request id"
|
|
8729
8438
|
msgstr "Anfrage-ID hochladen"
|
|
8730
8439
|
|
|
8731
|
-
msgid "Upload tag"
|
|
8732
|
-
msgstr ""
|
|
8733
|
-
|
|
8734
8440
|
msgid "Upstream Candlepin"
|
|
8735
8441
|
msgstr ""
|
|
8736
8442
|
|
|
@@ -8845,12 +8551,12 @@ msgstr ""
|
|
|
8845
8551
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8846
8552
|
msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktiviert' sein."
|
|
8847
8553
|
|
|
8554
|
+
msgid "Verify Content Checksum"
|
|
8555
|
+
msgstr ""
|
|
8556
|
+
|
|
8848
8557
|
msgid "Verify SSL"
|
|
8849
8558
|
msgstr "SSL überprüfen"
|
|
8850
8559
|
|
|
8851
|
-
msgid "Verify checksum"
|
|
8852
|
-
msgstr ""
|
|
8853
|
-
|
|
8854
8560
|
msgid "Verify checksum for content on smart proxy"
|
|
8855
8561
|
msgstr ""
|
|
8856
8562
|
|
|
@@ -8932,6 +8638,9 @@ msgstr ""
|
|
|
8932
8638
|
msgid "View by"
|
|
8933
8639
|
msgstr ""
|
|
8934
8640
|
|
|
8641
|
+
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."
|
|
8642
|
+
msgstr ""
|
|
8643
|
+
|
|
8935
8644
|
msgid "View content views"
|
|
8936
8645
|
msgstr ""
|
|
8937
8646
|
|
|
@@ -9220,9 +8929,6 @@ msgstr ""
|
|
|
9220
8929
|
msgid "attempted to sync without a feed URL"
|
|
9221
8930
|
msgstr "Synchronisation ohne Feed-URL versucht"
|
|
9222
8931
|
|
|
9223
|
-
msgid "auto attach subscriptions upon registration"
|
|
9224
|
-
msgstr "Nach Registrierung automatisch mit Subskriptionen verknüpfen"
|
|
9225
|
-
|
|
9226
8932
|
msgid "base url to perform repo discovery on"
|
|
9227
8933
|
msgstr "Basis-URL zur Durchführung der Suche"
|
|
9228
8934
|
|
|
@@ -9859,9 +9565,6 @@ msgstr "Gibt an, ob Inhalt einbezogen oder ausgeschlossen werden soll. Standard:
|
|
|
9859
9565
|
msgid "start datetime of synchronization"
|
|
9860
9566
|
msgstr "Startdatum und -zeit der Synchronisation"
|
|
9861
9567
|
|
|
9862
|
-
msgid "subscriptions not specified"
|
|
9863
|
-
msgstr "Subskriptionen sind nicht angegeben"
|
|
9864
|
-
|
|
9865
9568
|
msgid "sync plan description"
|
|
9866
9569
|
msgstr "Beschreibung des Synchronisationsplans"
|
|
9867
9570
|
|